01KME2R4WX4EH5NBH2ZZ4E3YX7: 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: 01KME2RMPP4Y7MD25P06P1H426

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T19:30:41.952Zjob assigned to worker 01KME2RQN3QKGBZJZMY92RZ5AY [factory aws, i-0d07e5a39d7a32a37] (queued for 1 m 21 s)
 
22026-03-23T19:30:50.523Zstarting task 0: "setup"
32026-03-23T19:30:50.528Z++ uname -s
42026-03-23T19:30:50.531Z+ kern=SunOS
52026-03-23T19:30:50.531Z+ build_user=build
62026-03-23T19:30:50.531Z+ build_uid=12345
72026-03-23T19:30:50.531Z+ work_dir=/work
82026-03-23T19:30:50.531Z+ input_dir=/input
92026-03-23T19:30:50.531Z+ [[ 0 == 12345 ]]
102026-03-23T19:30:50.531Z+ case "$kern" in
112026-03-23T19:30:50.532Z+ groupadd -g 12345 build
122026-03-23T19:30:50.535Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T19:30:52.541Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T19:30:52.658Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T19:30:52.662Z+ home_fs=zfs
162026-03-23T19:30:52.662Z+ [[ zfs == autofs ]]
172026-03-23T19:30:52.662Z+ mkdir -p /home/build
182026-03-23T19:30:52.665Z+ chown build:build /home/build /work
192026-03-23T19:30:53.666Z+ chmod 0700 /home/build /work
202026-03-23T19:30:53.669Zprocess exited: duration 3148 ms, exit code 0
 
212026-03-23T19:30:53.675Zstarting task 1: "rust-toolchain"
222026-03-23T19:30:53.681Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T19:30:53.681Z * rust toolchain channel = "1.94.0"
242026-03-23T19:30:53.681Z * rust toolchain profile = "default"
252026-03-23T19:30:53.684Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-23T19:30:53.684Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T19:30:53.684Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T19:30:53.684Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T19:30:53.685Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T19:30:53.824Zinfo: downloading installer
312026-03-23T19:30:55.563Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T19:30:55.563Zwarn: /opt/ooce/bin
332026-03-23T19:30:55.563Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T19:30:55.563Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T19:30:55.563Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T19:30:55.563Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T19:30:55.563Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T19:30:55.563Zerror: cannot install while Rust is installed
392026-03-23T19:30:55.563Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T19:30:55.563Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T19:30:55.563Zwarn: /home/build/.rustup/settings.toml
422026-03-23T19:30:55.563Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T19:30:55.564Zwarn: instead of the one inferred from the default host triple.
442026-03-23T19:30:55.604Zinfo: profile set to default
452026-03-23T19:30:55.604Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T19:30:55.607Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T19:30:55.751Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T19:30:55.756Zinfo: downloading 6 components
492026-03-23T19:31:12.332Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T19:31:12.332Z
512026-03-23T19:31:12.366Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T19:31:12.366Z
532026-03-23T19:31:12.370Z
542026-03-23T19:31:12.370ZRust is installed now. Great!
552026-03-23T19:31:12.370Z
562026-03-23T19:31:12.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T19:31:12.370Zenvironment variable. This has not been done automatically.
582026-03-23T19:31:12.370Z
592026-03-23T19:31:12.370ZTo configure your current shell, you need to source
602026-03-23T19:31:12.370Zthe corresponding env file under $HOME/.cargo.
612026-03-23T19:31:12.370Z
622026-03-23T19:31:12.370ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T19:31:12.370Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T19:31:12.370Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T19:31:12.370Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T19:31:12.370Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T19:31:12.370Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T19:31:12.370Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T19:31:12.370Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T19:31:12.370Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T19:31:12.468Z+ rustup --version
722026-03-23T19:31:12.475Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T19:31:12.479Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T19:31:12.503Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T19:31:12.506Z+ cargo --version
762026-03-23T19:31:12.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T19:31:12.519Z+ rustc --version
782026-03-23T19:31:12.543Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T19:31:12.546Zprocess exited: duration 18870 ms, exit code 0
 
802026-03-23T19:31:12.552Zstarting task 2: "authentication"
812026-03-23T19:31:12.573Zprocess exited: duration 19 ms, exit code 0
 
822026-03-23T19:31:12.579Zstarting task 3: "clone repository"
832026-03-23T19:31:12.584Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T19:31:12.587Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T19:31:12.611ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T19:31:23.511Z+ cd /work/oxidecomputer/omicron
872026-03-23T19:31:23.511Z+ git fetch origin 44c803e7d517d4bc6fbb650e713c89547d20d225
882026-03-23T19:31:23.812ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T19:31:23.812Z * branch 44c803e7d517d4bc6fbb650e713c89547d20d225 -> FETCH_HEAD
902026-03-23T19:31:23.825Z+ [[ -n mergeconflict/support-bundle-request-schema-and-model ]]
912026-03-23T19:31:23.828Z++ git branch --show-current
922026-03-23T19:31:23.831Z+ current=main
932026-03-23T19:31:23.831Z+ [[ main != mergeconflict/support-bundle-request-schema-and-model ]]
942026-03-23T19:31:23.831Z+ git branch -f mergeconflict/support-bundle-request-schema-and-model 44c803e7d517d4bc6fbb650e713c89547d20d225
952026-03-23T19:31:23.834Z+ git checkout -f mergeconflict/support-bundle-request-schema-and-model
962026-03-23T19:31:24.161ZSwitched to branch 'mergeconflict/support-bundle-request-schema-and-model'
972026-03-23T19:31:24.165Z+ git reset --hard 44c803e7d517d4bc6fbb650e713c89547d20d225
982026-03-23T19:31:24.186ZHEAD is now at 44c803e7d schema + db-model: support bundle request data selection tables
992026-03-23T19:31:24.189Zprocess exited: duration 11608 ms, exit code 0
 
1002026-03-23T19:31:24.197Zstarting task 4: "build"
1012026-03-23T19:31:24.202Z+ source .github/buildomat/ci-env.sh
1022026-03-23T19:31:24.205Z++ export CARGO_TERM_COLOR=always
1032026-03-23T19:31:24.205Z++ CARGO_TERM_COLOR=always
1042026-03-23T19:31:24.205Z+ cargo --version
1052026-03-23T19:31:24.214Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-23T19:31:24.217Z+ rustc --version
1072026-03-23T19:31:24.244Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-23T19:31:24.247Z+ WORK=/work
1092026-03-23T19:31:24.247Z+ pfexec mkdir -p /work
1102026-03-23T19:31:24.252Z+ pfexec chown build /work
1112026-03-23T19:31:24.255Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-23T19:31:34.306Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-23T19:31:44.113Z Startup: Caching catalogs ... Done
1142026-03-23T19:32:06.770ZPlanning: Solver setup ... Done (21.227s)
1152026-03-23T19:32:06.930ZPlanning: Running solver ... Done (0.160s)
1162026-03-23T19:32:07.114ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-23T19:32:07.127ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-23T19:32:07.253ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-23T19:32:07.297ZPlanning: Package planning ... Done (0.043s)
1202026-03-23T19:32:07.337ZPlanning: Merging actions ... Done (0.039s)
1212026-03-23T19:32:07.577ZPlanning: Checking for conflicting actions ... Done (0.240s)
1222026-03-23T19:32:07.587ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-23T19:32:08.361ZPlanning: Evaluating mediators ... Done (0.774s)
1242026-03-23T19:32:08.371ZPlanning: Planning completed in 24.11 seconds
1252026-03-23T19:32:08.440Z Packages to install: 4
1262026-03-23T19:32:08.441Z Mediators to change: 2
1272026-03-23T19:32:08.441Z Services to change: 1
1282026-03-23T19:32:08.444Z Estimated space available: 155.43 GB
1292026-03-23T19:32:08.444ZEstimated space to be consumed: 1.83 GB
1302026-03-23T19:32:08.444Z Create boot environment: No
1312026-03-23T19:32:08.444ZCreate backup boot environment: No
1322026-03-23T19:32:08.444Z Rebuild boot archive: No
1332026-03-23T19:32:08.444Z
1342026-03-23T19:32:08.444ZChanged mediators:
1352026-03-23T19:32:08.444Z mediator clang:
1362026-03-23T19:32:08.444Z version: None -> 15 (system default)
1372026-03-23T19:32:08.444Z
1382026-03-23T19:32:08.444Z mediator llvm:
1392026-03-23T19:32:08.444Z version: 14 (system default) -> 15 (system default)
1402026-03-23T19:32:08.444Z
1412026-03-23T19:32:08.444ZChanged packages:
1422026-03-23T19:32:08.444Zhelios-dev
1432026-03-23T19:32:08.444Z developer/build-essential
1442026-03-23T19:32:08.444Z None -> 11-2.0
1452026-03-23T19:32:08.444Z library/libxmlsec1
1462026-03-23T19:32:08.444Z None -> 1.2.35-2.0
1472026-03-23T19:32:08.445Z ooce/developer/clang-15
1482026-03-23T19:32:08.445Z None -> 15.0.7-2.0
1492026-03-23T19:32:08.445Z ooce/developer/llvm-15
1502026-03-23T19:32:08.445Z None -> 15.0.7-2.0
1512026-03-23T19:32:08.445Z
1522026-03-23T19:32:08.445ZServices:
1532026-03-23T19:32:08.445Z restart_fmri:
1542026-03-23T19:32:08.445Z svc:/system/update-man-index:default
1552026-03-23T19:32:08.488Z
1562026-03-23T19:32:08.488ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-23T19:32:13.489ZDownload: 423/3290 items 16.2/212.6MB 7% complete (3.1M/s)
1582026-03-23T19:32:21.496ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (11.1M/s)
1592026-03-23T19:32:26.498ZDownload: 2677/3290 items 120.4/212.6MB 56% complete (3.7M/s)
1602026-03-23T19:32:33.209ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (17.9M/s)
1612026-03-23T19:32:34.632ZDownload: Completed 212.60 MB in 26.14 seconds (8.1M/s)
1622026-03-23T19:32:34.795Z Actions: 1/3689 actions (Installing new actions)
1632026-03-23T19:32:39.000Z Actions: Completed 3689 actions in 4.20 seconds.
1642026-03-23T19:32:39.708Z Done (0.704s)
1652026-03-23T19:32:39.708Z Done (0.000s)
1662026-03-23T19:32:40.603Z Done (0.895s)
1672026-03-23T19:32:44.217Z Done (3.250s)
1682026-03-23T19:32:44.303Z Done (0.017s)
1692026-03-23T19:32:44.307Z Done (0.000s)
1702026-03-23T19:32:44.550Z Done (0.000s)
1712026-03-23T19:32:45.498ZPlanning: Evaluating mediator changes ... Done
1722026-03-23T19:32:45.648ZPlanning: Checking for conflicting actions ... Done
1732026-03-23T19:32:45.651ZPlanning: Consolidating action changes ... Done
1742026-03-23T19:32:45.867ZPlanning: Evaluating mediators ... Done
1752026-03-23T19:32:45.877ZPlanning: Planning completed in 0.37 seconds
1762026-03-23T19:32:45.897Z Mediators to change: 2
1772026-03-23T19:32:45.897Z Create boot environment: No
1782026-03-23T19:32:45.905ZCreate backup boot environment: No
1792026-03-23T19:32:45.980Z Done
1802026-03-23T19:32:45.980Z Done
1812026-03-23T19:32:46.739Z Done
1822026-03-23T19:32:50.067Z Done
1832026-03-23T19:32:50.154Z Done
1842026-03-23T19:32:50.157Z Done
1852026-03-23T19:32:50.303Z Done
1862026-03-23T19:32:50.844ZPlanning: Evaluating mediator changes ... Done
1872026-03-23T19:32:50.847ZPlanning: Merging actions ... Done
1882026-03-23T19:32:51.015ZPlanning: Checking for conflicting actions ... Done
1892026-03-23T19:32:51.018ZPlanning: Consolidating action changes ... Done
1902026-03-23T19:32:51.237ZPlanning: Evaluating mediators ... Done
1912026-03-23T19:32:51.281ZPlanning: Planning completed in 0.64 seconds
1922026-03-23T19:32:51.313Z Packages to change: 1
1932026-03-23T19:32:51.313Z Mediators to change: 1
1942026-03-23T19:32:51.313Z Services to change: 1
1952026-03-23T19:32:51.313Z Create boot environment: No
1962026-03-23T19:32:51.316ZCreate backup boot environment: Yes
1972026-03-23T19:32:53.829Z Actions: 1/6 actions (Updating modified actions)
1982026-03-23T19:32:53.832Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-23T19:32:53.832Z Done
2002026-03-23T19:32:53.833Z Done
2012026-03-23T19:32:54.019Z Done
2022026-03-23T19:32:57.322Z Done
2032026-03-23T19:32:57.405Z Done
2042026-03-23T19:32:57.409Z Done
2052026-03-23T19:32:57.564Z Done
2062026-03-23T19:32:57.941ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-23T19:32:57.941Zclang system 15 system
2082026-03-23T19:32:57.941Zcsh system system illumos
2092026-03-23T19:32:57.941Zctags system system illumos
2102026-03-23T19:32:57.941Zfile system system illumos
2112026-03-23T19:32:57.941Zgcc vendor 12 vendor
2122026-03-23T19:32:57.942Zgcc system 10 system
2132026-03-23T19:32:57.942Zgcc system 7 system
2142026-03-23T19:32:57.942Zgo system 1.20 system
2152026-03-23T19:32:57.942Zgo system 1.19 system
2162026-03-23T19:32:57.942Zllvm system 15 system
2172026-03-23T19:32:57.942Zllvm system 14 system
2182026-03-23T19:32:57.942Zmariadb system 10.6 system
2192026-03-23T19:32:57.942Zmta vendor vendor dma
2202026-03-23T19:32:57.942Zopenjdk system 17 system
2212026-03-23T19:32:57.942Zopenjdk system 11 system
2222026-03-23T19:32:57.942Zopenjdk system 1.8 system
2232026-03-23T19:32:57.942Zopenssl vendor 3 vendor
2242026-03-23T19:32:57.942Zperl system 5.36 system
2252026-03-23T19:32:57.942Zpostgresql system 15 system
2262026-03-23T19:32:57.942Zpostgresql system 13 system
2272026-03-23T19:32:57.942Zpython vendor 3 vendor
2282026-03-23T19:32:57.942Zpython system 2 system
2292026-03-23T19:32:57.942Zpython3 system 3.11 system
2302026-03-23T19:32:57.943Zruby system 3.0 system
2312026-03-23T19:32:57.943Zwords vendor vendor american-english
2322026-03-23T19:32:57.943Zwords system system australian-english
2332026-03-23T19:32:57.943Zwords system system british-english
2342026-03-23T19:32:57.943Zwords system system canadian-english
2352026-03-23T19:32:57.943Zwords system system french
2362026-03-23T19:32:57.943Zwords system system italian
2372026-03-23T19:32:57.943Zwords system system ngerman
2382026-03-23T19:32:57.943Zwords system system ogerman
2392026-03-23T19:32:57.943Zwords system system spanish
2402026-03-23T19:32:58.242ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-23T19:32:58.242Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-23T19:33:04.181ZFMRI IFO
2432026-03-23T19:33:04.181Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-23T19:33:04.181Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-23T19:33:04.181Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-23T19:33:04.181Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-23T19:33:04.181Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-23T19:33:04.181Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-23T19:33:04.181Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-23T19:33:04.181Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-23T19:33:04.181Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-23T19:33:04.181Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-23T19:33:04.181Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-23T19:33:04.181Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-23T19:33:04.181Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-23T19:33:04.182Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-23T19:33:04.182Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-23T19:33:04.182Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-23T19:33:05.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-23T19:33:05.716Z Updating crates.io index
2612026-03-23T19:33:05.754Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-23T19:33:06.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-23T19:33:06.999Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-23T19:33:07.733Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-23T19:33:08.623Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-23T19:33:09.155Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-23T19:33:10.668Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-23T19:33:12.342Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-23T19:33:13.113Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-23T19:33:13.682Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-23T19:33:14.426Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-23T19:33:15.173Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-23T19:33:15.505Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-23T19:33:15.851Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-23T19:33:16.942Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-23T19:33:17.483Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-23T19:33:17.902Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-23T19:33:18.195Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-23T19:33:18.607Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-23T19:33:18.981Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-23T19:33:19.241Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-23T19:33:19.488Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-23T19:33:19.881Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-23T19:33:20.285Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-23T19:33:20.997Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-23T19:33:21.249Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-23T19:33:21.572Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-23T19:33:21.890Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-03-23T19:33:23.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-23T19:33:23.586Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-23T19:33:24.276Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-03-23T19:33:24.622Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-03-23T19:33:24.953Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-03-23T19:33:25.293Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-03-23T19:33:25.827Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-03-23T19:33:26.096Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-03-23T19:33:26.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-03-23T19:33:26.682Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-03-23T19:33:27.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-03-23T19:33:41.762Z Downloading crates ...
3012026-03-23T19:33:41.817Z Downloaded crypto-common v0.1.7
3022026-03-23T19:33:41.820Z Downloaded equivalent v1.0.2
3032026-03-23T19:33:41.820Z Downloaded anstyle v1.0.13
3042026-03-23T19:33:41.824Z Downloaded scroll_derive v0.12.1
3052026-03-23T19:33:41.824Z Downloaded form_urlencoded v1.2.2
3062026-03-23T19:33:41.827Z Downloaded byteorder v1.5.0
3072026-03-23T19:33:41.827Z Downloaded usdt-attr-macro v0.5.0
3082026-03-23T19:33:41.830Z Downloaded clap_lex v1.0.0
3092026-03-23T19:33:41.830Z Downloaded dof v0.3.0
3102026-03-23T19:33:41.836Z Downloaded zerovec v0.11.5
3112026-03-23T19:33:41.840Z Downloaded usdt-macro v0.5.0
3122026-03-23T19:33:41.843Z Downloaded colorchoice v1.0.4
3132026-03-23T19:33:41.843Z Downloaded thiserror v1.0.69
3142026-03-23T19:33:41.846Z Downloaded zerofrom v0.1.6
3152026-03-23T19:33:41.849Z Downloaded anstream v0.6.21
3162026-03-23T19:33:41.849Z Downloaded zerofrom-derive v0.1.6
3172026-03-23T19:33:41.852Z Downloaded is_terminal_polyfill v1.70.2
3182026-03-23T19:33:41.852Z Downloaded cpufeatures v0.2.17
3192026-03-23T19:33:41.852Z Downloaded anstyle-query v1.1.5
3202026-03-23T19:33:41.855Z Downloaded version_check v0.9.5
3212026-03-23T19:33:41.855Z Downloaded swrite v0.1.0
3222026-03-23T19:33:41.855Z Downloaded thread-id v4.2.2
3232026-03-23T19:33:41.855Z Downloaded unicode-xid v0.2.6
3242026-03-23T19:33:41.858Z Downloaded typeid v1.0.3
3252026-03-23T19:33:41.858Z Downloaded digest v0.10.7
3262026-03-23T19:33:41.858Z Downloaded cargo_toml v0.21.0
3272026-03-23T19:33:41.861Z Downloaded zmij v1.0.21
3282026-03-23T19:33:41.861Z Downloaded displaydoc v0.2.5
3292026-03-23T19:33:41.864Z Downloaded icu_provider v2.1.1
3302026-03-23T19:33:41.867Z Downloaded anstyle-parse v0.2.7
3312026-03-23T19:33:41.867Z Downloaded writeable v0.6.2
3322026-03-23T19:33:41.867Z Downloaded autocfg v1.5.0
3332026-03-23T19:33:41.870Z Downloaded unicode-linebreak v0.1.5
3342026-03-23T19:33:41.870Z Downloaded ordered-float v2.10.1
3352026-03-23T19:33:41.873Z Downloaded generic-array v0.14.7
3362026-03-23T19:33:41.873Z Downloaded toml_write v0.1.2
3372026-03-23T19:33:41.873Z Downloaded toml_datetime v0.6.11
3382026-03-23T19:33:41.876Z Downloaded percent-encoding v2.3.2
3392026-03-23T19:33:41.876Z Downloaded zerovec-derive v0.11.2
3402026-03-23T19:33:41.876Z Downloaded utf8_iter v1.0.4
3412026-03-23T19:33:41.879Z Downloaded heck v0.5.0
3422026-03-23T19:33:41.879Z Downloaded tinystr v0.8.2
3432026-03-23T19:33:41.882Z Downloaded cfg-if v1.0.4
3442026-03-23T19:33:41.882Z Downloaded dtrace-parser v0.2.0
3452026-03-23T19:33:41.886Z Downloaded clap_derive v4.5.55
3462026-03-23T19:33:41.888Z Downloaded cargo_metadata v0.21.0
3472026-03-23T19:33:41.888Z Downloaded bytecount v0.6.9
3482026-03-23T19:33:41.891Z Downloaded pest_meta v2.8.6
3492026-03-23T19:33:41.891Z Downloaded serde_core v1.0.228
3502026-03-23T19:33:41.894Z Downloaded utf8parse v0.2.2
3512026-03-23T19:33:41.894Z Downloaded stable_deref_trait v1.2.1
3522026-03-23T19:33:41.898Z Downloaded zerocopy-derive v0.7.35
3532026-03-23T19:33:41.900Z Downloaded textwrap v0.16.2
3542026-03-23T19:33:41.900Z Downloaded errno v0.3.14
3552026-03-23T19:33:41.903Z Downloaded fnv v1.0.7
3562026-03-23T19:33:41.903Z Downloaded terminal_size v0.4.3
3572026-03-23T19:33:41.903Z Downloaded yoke-derive v0.8.1
3582026-03-23T19:33:41.906Z Downloaded thiserror v2.0.18
3592026-03-23T19:33:41.910Z Downloaded erased-serde v0.4.9
3602026-03-23T19:33:41.913Z Downloaded ucd-trie v0.1.7
3612026-03-23T19:33:41.913Z Downloaded proc-macro-error-attr v1.0.4
3622026-03-23T19:33:41.913Z Downloaded usdt-impl v0.5.0
3632026-03-23T19:33:41.913Z Downloaded thiserror-impl v2.0.18
3642026-03-23T19:33:41.916Z Downloaded thiserror-impl v1.0.69
3652026-03-23T19:33:41.916Z Downloaded potential_utf v0.1.4
3662026-03-23T19:33:41.916Z Downloaded strsim v0.11.1
3672026-03-23T19:33:41.919Z Downloaded url v2.5.8
3682026-03-23T19:33:41.919Z Downloaded toml_edit v0.22.27
3692026-03-23T19:33:41.922Z Downloaded zerotrie v0.2.3
3702026-03-23T19:33:41.925Z Downloaded unicode-ident v1.0.24
3712026-03-23T19:33:41.928Z Downloaded sha2 v0.10.9
3722026-03-23T19:33:41.931Z Downloaded tabled_derive v0.7.0
3732026-03-23T19:33:41.931Z Downloaded cargo-platform v0.2.0
3742026-03-23T19:33:41.931Z Downloaded idna_adapter v1.2.1
3752026-03-23T19:33:41.931Z Downloaded block-buffer v0.10.4
3762026-03-23T19:33:41.934Z Downloaded itoa v1.0.17
3772026-03-23T19:33:41.934Z Downloaded typenum v1.19.0
3782026-03-23T19:33:41.937Z Downloaded macaddr v1.0.1
3792026-03-23T19:33:41.937Z Downloaded heck v0.4.1
3802026-03-23T19:33:41.937Z Downloaded fs-err v3.3.0
3812026-03-23T19:33:41.941Z Downloaded camino-tempfile v1.4.1
3822026-03-23T19:33:41.941Z Downloaded zerocopy v0.7.35
3832026-03-23T19:33:41.951Z Downloaded smawk v0.3.2
3842026-03-23T19:33:41.954Z Downloaded serde_tokenstream v0.2.3
3852026-03-23T19:33:41.954Z Downloaded winnow v0.7.14
3862026-03-23T19:33:41.960Z Downloaded serde_spanned v0.6.9
3872026-03-23T19:33:41.962Z Downloaded memmap v0.7.0
3882026-03-23T19:33:41.962Z Downloaded litemap v0.8.1
3892026-03-23T19:33:41.965Z Downloaded unicode-width v0.2.0
3902026-03-23T19:33:41.968Z Downloaded unicode-width v0.1.14
3912026-03-23T19:33:41.972Z Downloaded camino v1.2.2
3922026-03-23T19:33:41.975Z Downloaded smallvec v1.15.1
3932026-03-23T19:33:41.978Z Downloaded synstructure v0.13.2
3942026-03-23T19:33:41.978Z Downloaded serde-untagged v0.1.9
3952026-03-23T19:33:41.978Z Downloaded scroll v0.12.0
3962026-03-23T19:33:41.978Z Downloaded anyhow v1.0.102
3972026-03-23T19:33:41.982Z Downloaded pest_derive v2.8.6
3982026-03-23T19:33:41.985Z Downloaded quote v1.0.44
3992026-03-23T19:33:41.985Z Downloaded proc-macro-error v1.0.4
4002026-03-23T19:33:41.988Z Downloaded plain v0.2.3
4012026-03-23T19:33:41.988Z Downloaded icu_locale_core v2.1.1
4022026-03-23T19:33:41.991Z Downloaded tempfile v3.25.0
4032026-03-23T19:33:41.995Z Downloaded icu_properties v2.1.2
4042026-03-23T19:33:41.995Z Downloaded bitflags v2.11.0
4052026-03-23T19:33:41.998Z Downloaded once_cell v1.21.3
4062026-03-23T19:33:42.003Z Downloaded fastrand v2.3.0
4072026-03-23T19:33:42.003Z Downloaded clap v4.5.60
4082026-03-23T19:33:42.006Z Downloaded proc-macro2 v1.0.106
4092026-03-23T19:33:42.009Z Downloaded papergrid v0.11.0
4102026-03-23T19:33:42.012Z Downloaded semver v1.0.27
4112026-03-23T19:33:42.012Z Downloaded cargo-util-schemas v0.8.2
4122026-03-23T19:33:42.015Z Downloaded toml v0.8.23
4132026-03-23T19:33:42.015Z Downloaded serde_derive v1.0.228
4142026-03-23T19:33:42.018Z Downloaded log v0.4.29
4152026-03-23T19:33:42.021Z Downloaded pretty-hex v0.4.1
4162026-03-23T19:33:42.021Z Downloaded num-traits v0.2.19
4172026-03-23T19:33:42.024Z Downloaded yoke v0.8.1
4182026-03-23T19:33:42.025Z Downloaded getrandom v0.4.1
4192026-03-23T19:33:42.028Z Downloaded usdt v0.5.0
4202026-03-23T19:33:42.028Z Downloaded serde-value v0.7.0
4212026-03-23T19:33:42.031Z Downloaded pest_generator v2.8.6
4222026-03-23T19:33:42.040Z Downloaded icu_normalizer v2.1.1
4232026-03-23T19:33:42.044Z Downloaded icu_normalizer_data v2.1.1
4242026-03-23T19:33:42.050Z Downloaded serde v1.0.228
4252026-03-23T19:33:42.053Z Downloaded memchr v2.8.0
4262026-03-23T19:33:42.067Z Downloaded indexmap v2.13.0
4272026-03-23T19:33:42.070Z Downloaded icu_collections v2.1.1
4282026-03-23T19:33:42.087Z Downloaded clap_builder v4.5.60
4292026-03-23T19:33:42.092Z Downloaded idna v1.1.0
4302026-03-23T19:33:42.097Z Downloaded pest v2.8.6
4312026-03-23T19:33:42.100Z Downloaded serde_json v1.0.149
4322026-03-23T19:33:42.105Z Downloaded icu_properties_data v2.1.2
4332026-03-23T19:33:42.112Z Downloaded hashbrown v0.16.1
4342026-03-23T19:33:42.116Z Downloaded goblin v0.8.2
4352026-03-23T19:33:42.128Z Downloaded tabled v0.15.0
4362026-03-23T19:33:42.139Z Downloaded syn v1.0.109
4372026-03-23T19:33:42.146Z Downloaded syn v2.0.117
4382026-03-23T19:33:42.154Z Downloaded rustix v1.1.3
4392026-03-23T19:33:42.185Z Downloaded libc v0.2.180
4402026-03-23T19:33:42.273Z Compiling proc-macro2 v1.0.106
4412026-03-23T19:33:42.273Z Compiling quote v1.0.44
4422026-03-23T19:33:42.276Z Compiling unicode-ident v1.0.24
4432026-03-23T19:33:42.276Z Compiling serde_core v1.0.228
4442026-03-23T19:33:42.276Z Compiling libc v0.2.180
4452026-03-23T19:33:42.276Z Compiling version_check v0.9.5
4462026-03-23T19:33:42.276Z Compiling serde v1.0.228
4472026-03-23T19:33:42.276Z Compiling memchr v2.8.0
4482026-03-23T19:33:42.276Z Compiling stable_deref_trait v1.2.1
4492026-03-23T19:33:42.276Z Compiling zmij v1.0.21
4502026-03-23T19:33:42.488Z Compiling itoa v1.0.17
4512026-03-23T19:33:42.491Z Compiling ucd-trie v0.1.7
4522026-03-23T19:33:42.491Z Compiling autocfg v1.5.0
4532026-03-23T19:33:42.491Z Compiling thiserror v1.0.69
4542026-03-23T19:33:42.491Z Compiling writeable v0.6.2
4552026-03-23T19:33:42.796Z Compiling litemap v0.8.1
4562026-03-23T19:33:42.823Z Compiling rustix v1.1.3
4572026-03-23T19:33:42.965Z Compiling icu_normalizer_data v2.1.1
4582026-03-23T19:33:43.180Z Compiling byteorder v1.5.0
4592026-03-23T19:33:43.247Z Compiling pest v2.8.6
4602026-03-23T19:33:43.348Z Compiling icu_properties_data v2.1.2
4612026-03-23T19:33:43.379Z Compiling bitflags v2.11.0
4622026-03-23T19:33:43.445Z Compiling serde_json v1.0.149
4632026-03-23T19:33:43.567Z Compiling num-traits v0.2.19
4642026-03-23T19:33:43.746Z Compiling typeid v1.0.3
4652026-03-23T19:33:43.749Z Compiling equivalent v1.0.2
4662026-03-23T19:33:43.774Z Compiling smallvec v1.15.1
4672026-03-23T19:33:43.777Z Compiling hashbrown v0.16.1
4682026-03-23T19:33:43.864Z Compiling proc-macro-error-attr v1.0.4
4692026-03-23T19:33:43.892Z Compiling usdt-impl v0.5.0
4702026-03-23T19:33:43.974Z Compiling errno v0.3.14
4712026-03-23T19:33:44.003Z Compiling thread-id v4.2.2
4722026-03-23T19:33:44.113Z Compiling syn v1.0.109
4732026-03-23T19:33:44.113Z Compiling winnow v0.7.14
4742026-03-23T19:33:44.178Z Compiling toml_write v0.1.2
4752026-03-23T19:33:44.182Z Compiling erased-serde v0.4.9
4762026-03-23T19:33:44.457Z Compiling proc-macro-error v1.0.4
4772026-03-23T19:33:44.460Z Compiling camino v1.2.2
4782026-03-23T19:33:44.515Z Compiling indexmap v2.13.0
4792026-03-23T19:33:44.578Z Compiling syn v2.0.117
4802026-03-23T19:33:44.607Z Compiling getrandom v0.4.1
4812026-03-23T19:33:44.610Z Compiling thiserror v2.0.18
4822026-03-23T19:33:44.610Z Compiling plain v0.2.3
4832026-03-23T19:33:45.698Z Compiling log v0.4.29
4842026-03-23T19:33:45.701Z Compiling percent-encoding v2.3.2
4852026-03-23T19:33:45.701Z Compiling utf8parse v0.2.2
4862026-03-23T19:33:45.701Z Compiling utf8_iter v1.0.4
4872026-03-23T19:33:45.701Z Compiling pest_meta v2.8.6
4882026-03-23T19:33:45.701Z Compiling anstyle-parse v0.2.7
4892026-03-23T19:33:45.701Z Compiling form_urlencoded v1.2.2
4902026-03-23T19:33:45.701Z Compiling anstyle v1.0.13
4912026-03-23T19:33:45.701Z Compiling colorchoice v1.0.4
4922026-03-23T19:33:45.701Z Compiling ordered-float v2.10.1
4932026-03-23T19:33:45.701Z Compiling pretty-hex v0.4.1
4942026-03-23T19:33:45.701Z Compiling is_terminal_polyfill v1.70.2
4952026-03-23T19:33:45.701Z Compiling anstyle-query v1.1.5
4962026-03-23T19:33:45.702Z Compiling cfg-if v1.0.4
4972026-03-23T19:33:45.702Z Compiling fs-err v3.3.0
4982026-03-23T19:33:45.702Z Compiling clap_lex v1.0.0
4992026-03-23T19:33:45.702Z Compiling terminal_size v0.4.3
5002026-03-23T19:33:45.702Z Compiling anstream v0.6.21
5012026-03-23T19:33:45.702Z Compiling fnv v1.0.7
5022026-03-23T19:33:45.702Z Compiling fastrand v2.3.0
5032026-03-23T19:33:45.702Z Compiling anyhow v1.0.102
5042026-03-23T19:33:45.735Z Compiling unicode-width v0.1.14
5052026-03-23T19:33:45.881Z Compiling semver v1.0.27
5062026-03-23T19:33:45.913Z Compiling bytecount v0.6.9
5072026-03-23T19:33:46.039Z Compiling heck v0.5.0
5082026-03-23T19:33:46.067Z Compiling heck v0.4.1
5092026-03-23T19:33:46.108Z Compiling strsim v0.11.1
5102026-03-23T19:33:46.142Z Compiling unicode-xid v0.2.6
5112026-03-23T19:33:46.170Z Compiling once_cell v1.21.3
5122026-03-23T19:33:46.228Z Compiling papergrid v0.11.0
5132026-03-23T19:33:46.346Z Compiling memmap v0.7.0
5142026-03-23T19:33:46.378Z Compiling unicode-linebreak v0.1.5
5152026-03-23T19:33:46.408Z Compiling serde-untagged v0.1.9
5162026-03-23T19:33:46.436Z Compiling tempfile v3.25.0
5172026-03-23T19:33:46.467Z Compiling clap_builder v4.5.60
5182026-03-23T19:33:46.470Z Compiling smawk v0.3.2
5192026-03-23T19:33:46.527Z Compiling unicode-width v0.2.0
5202026-03-23T19:33:46.718Z Compiling swrite v0.1.0
5212026-03-23T19:33:46.745Z Compiling camino-tempfile v1.4.1
5222026-03-23T19:33:46.774Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-03-23T19:33:46.865Z Compiling textwrap v0.16.2
5242026-03-23T19:33:47.366Z Compiling tabled_derive v0.7.0
5252026-03-23T19:33:48.199Z Compiling synstructure v0.13.2
5262026-03-23T19:33:48.199Z Compiling pest_generator v2.8.6
5272026-03-23T19:33:48.251Z Compiling tabled v0.15.0
5282026-03-23T19:33:48.925Z Compiling serde_derive v1.0.228
5292026-03-23T19:33:48.930Z Compiling zerofrom-derive v0.1.6
5302026-03-23T19:33:48.930Z Compiling yoke-derive v0.8.1
5312026-03-23T19:33:48.930Z Compiling zerovec-derive v0.11.2
5322026-03-23T19:33:48.930Z Compiling displaydoc v0.2.5
5332026-03-23T19:33:48.930Z Compiling thiserror-impl v1.0.69
5342026-03-23T19:33:49.057Z Compiling zerocopy-derive v0.7.35
5352026-03-23T19:33:49.060Z Compiling pest_derive v2.8.6
5362026-03-23T19:33:49.085Z Compiling scroll_derive v0.12.1
5372026-03-23T19:33:49.171Z Compiling thiserror-impl v2.0.18
5382026-03-23T19:33:49.171Z Compiling clap_derive v4.5.55
5392026-03-23T19:33:50.006Z Compiling scroll v0.12.0
5402026-03-23T19:33:50.190Z Compiling zerocopy v0.7.35
5412026-03-23T19:33:50.311Z Compiling goblin v0.8.2
5422026-03-23T19:33:50.340Z Compiling zerofrom v0.1.6
5432026-03-23T19:33:50.453Z Compiling dtrace-parser v0.2.0
5442026-03-23T19:33:50.509Z Compiling yoke v0.8.1
5452026-03-23T19:33:50.717Z Compiling zerovec v0.11.5
5462026-03-23T19:33:50.717Z Compiling zerotrie v0.2.3
5472026-03-23T19:33:50.973Z Compiling clap v4.5.60
5482026-03-23T19:33:51.321Z Compiling tinystr v0.8.2
5492026-03-23T19:33:51.321Z Compiling potential_utf v0.1.4
5502026-03-23T19:33:51.485Z Compiling icu_collections v2.1.1
5512026-03-23T19:33:51.523Z Compiling icu_locale_core v2.1.1
5522026-03-23T19:33:52.254Z Compiling toml_datetime v0.6.11
5532026-03-23T19:33:52.254Z Compiling serde_spanned v0.6.9
5542026-03-23T19:33:52.254Z Compiling serde-value v0.7.0
5552026-03-23T19:33:52.258Z Compiling cargo-platform v0.2.0
5562026-03-23T19:33:52.258Z Compiling macaddr v1.0.1
5572026-03-23T19:33:52.289Z Compiling icu_provider v2.1.1
5582026-03-23T19:33:52.292Z Compiling dof v0.3.0
5592026-03-23T19:33:52.292Z Compiling serde_tokenstream v0.2.3
5602026-03-23T19:33:52.695Z Compiling toml_edit v0.22.27
5612026-03-23T19:33:52.747Z Compiling icu_properties v2.1.2
5622026-03-23T19:33:52.750Z Compiling icu_normalizer v2.1.1
5632026-03-23T19:33:53.298Z Compiling usdt-macro v0.5.0
5642026-03-23T19:33:53.301Z Compiling usdt-attr-macro v0.5.0
5652026-03-23T19:33:53.915Z Compiling idna_adapter v1.2.1
5662026-03-23T19:33:54.049Z Compiling idna v1.1.0
5672026-03-23T19:33:54.075Z Compiling usdt v0.5.0
5682026-03-23T19:33:54.401Z Compiling url v2.5.8
5692026-03-23T19:33:54.496Z Compiling toml v0.8.23
5702026-03-23T19:33:54.960Z Compiling cargo-util-schemas v0.8.2
5712026-03-23T19:33:54.960Z Compiling cargo_toml v0.21.0
5722026-03-23T19:33:56.096Z Compiling cargo_metadata v0.21.0
5732026-03-23T19:33:57.389Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-03-23T19:34:00.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.07s
5752026-03-23T19:34:00.531Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-03-23T19:34:01.290Z Downloading crates ...
5772026-03-23T19:34:01.406Z Downloaded allocator-api2 v0.2.21
5782026-03-23T19:34:01.410Z Downloaded async-bb8-diesel v0.2.1
5792026-03-23T19:34:01.413Z Downloaded cobs v0.3.0
5802026-03-23T19:34:01.416Z Downloaded cargo-platform v0.1.9
5812026-03-23T19:34:01.416Z Downloaded base64ct v1.8.3
5822026-03-23T19:34:01.419Z Downloaded base16ct v1.0.0
5832026-03-23T19:34:01.422Z Downloaded crc v3.4.0
5842026-03-23T19:34:01.426Z Downloaded darling v0.23.0
5852026-03-23T19:34:01.430Z Downloaded daft v0.1.5
5862026-03-23T19:34:01.433Z Downloaded async-trait v0.1.89
5872026-03-23T19:34:01.436Z Downloaded crossbeam-channel v0.5.15
5882026-03-23T19:34:01.439Z Downloaded bzip2 v0.4.4
5892026-03-23T19:34:01.442Z Downloaded daft-derive v0.1.5
5902026-03-23T19:34:01.445Z Downloaded darling_macro v0.20.11
5912026-03-23T19:34:01.445Z Downloaded darling v0.20.11
5922026-03-23T19:34:01.448Z Downloaded ctr v0.9.2
5932026-03-23T19:34:01.451Z Downloaded csv-core v0.1.13
5942026-03-23T19:34:01.451Z Downloaded crucible-workspace-hack v0.1.0
5952026-03-23T19:34:01.454Z Downloaded crunchy v0.2.4
5962026-03-23T19:34:01.454Z Downloaded derive_builder v0.20.2
5972026-03-23T19:34:01.457Z Downloaded find-msvc-tools v0.1.9
5982026-03-23T19:34:01.461Z Downloaded array-init v0.0.4
5992026-03-23T19:34:01.461Z Downloaded dunce v1.0.5
6002026-03-23T19:34:01.466Z Downloaded cstr-argument v0.1.2
6012026-03-23T19:34:01.466Z Downloaded block-padding v0.3.3
6022026-03-23T19:34:01.467Z Downloaded bit-set v0.5.3
6032026-03-23T19:34:01.467Z Downloaded crypto-bigint v0.5.5
6042026-03-23T19:34:01.470Z Downloaded darling_macro v0.23.0
6052026-03-23T19:34:01.470Z Downloaded crossbeam-deque v0.8.6
6062026-03-23T19:34:01.477Z Downloaded dirs-sys-next v0.1.2
6072026-03-23T19:34:01.477Z Downloaded difflib v0.4.0
6082026-03-23T19:34:01.477Z Downloaded adler2 v2.0.1
6092026-03-23T19:34:01.480Z Downloaded darling v0.21.3
6102026-03-23T19:34:01.480Z Downloaded curve25519-dalek-derive v0.1.1
6112026-03-23T19:34:01.483Z Downloaded embedded-io v0.4.0
6122026-03-23T19:34:01.484Z Downloaded async-stream v0.3.6
6132026-03-23T19:34:01.487Z Downloaded defmt v0.3.100
6142026-03-23T19:34:01.487Z Downloaded dsl_auto_type v0.2.0
6152026-03-23T19:34:01.487Z Downloaded dropshot-api-manager-types v0.6.0
6162026-03-23T19:34:01.490Z Downloaded enum-as-inner v0.6.1
6172026-03-23T19:34:01.490Z Downloaded defmt-parser v1.0.0
6182026-03-23T19:34:01.490Z Downloaded convert_case v0.4.0
6192026-03-23T19:34:01.493Z Downloaded cfg_aliases v0.2.1
6202026-03-23T19:34:01.494Z Downloaded async-stream-impl v0.3.6
6212026-03-23T19:34:01.494Z Downloaded async-recursion v1.1.1
6222026-03-23T19:34:01.497Z Downloaded cpufeatures v0.3.0
6232026-03-23T19:34:01.500Z Downloaded bitfield-struct v0.6.2
6242026-03-23T19:34:01.500Z Downloaded atty v0.2.14
6252026-03-23T19:34:01.500Z Downloaded cfg_aliases v0.1.1
6262026-03-23T19:34:01.504Z Downloaded fd-lock v4.0.4
6272026-03-23T19:34:01.504Z Downloaded dirs-next v2.0.0
6282026-03-23T19:34:01.509Z Downloaded cmake v0.1.57
6292026-03-23T19:34:01.509Z Downloaded bb8 v0.8.6
6302026-03-23T19:34:01.509Z Downloaded atomic-waker v1.1.2
6312026-03-23T19:34:01.509Z Downloaded foreign-types-macros v0.2.3
6322026-03-23T19:34:01.514Z Downloaded crc8 v0.1.1
6332026-03-23T19:34:01.514Z Downloaded derive_builder_macro v0.20.2
6342026-03-23T19:34:01.514Z Downloaded base64 v0.22.1
6352026-03-23T19:34:01.519Z Downloaded dof v0.4.0
6362026-03-23T19:34:01.519Z Downloaded foreign-types-shared v0.1.1
6372026-03-23T19:34:01.519Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-03-23T19:34:01.519Z Downloaded document-features v0.2.12
6392026-03-23T19:34:01.523Z Downloaded futures-task v0.3.32
6402026-03-23T19:34:01.523Z Downloaded either v1.15.0
6412026-03-23T19:34:01.523Z Downloaded futures-sink v0.3.32
6422026-03-23T19:34:01.523Z Downloaded endian-type v0.1.2
6432026-03-23T19:34:01.526Z Downloaded crossbeam-utils v0.8.21
6442026-03-23T19:34:01.526Z Downloaded futures-io v0.3.32
6452026-03-23T19:34:01.530Z Downloaded ena v0.14.4
6462026-03-23T19:34:01.530Z Downloaded flagset v0.4.7
6472026-03-23T19:34:01.533Z Downloaded fxhash v0.2.1
6482026-03-23T19:34:01.533Z Downloaded bitfield-macros v0.19.4
6492026-03-23T19:34:01.533Z Downloaded funty v2.0.0
6502026-03-23T19:34:01.533Z Downloaded foreign-types v0.5.0
6512026-03-23T19:34:01.536Z Downloaded float-cmp v0.10.0
6522026-03-23T19:34:01.536Z Downloaded fixedbitset v0.4.2
6532026-03-23T19:34:01.536Z Downloaded float-ord v0.3.2
6542026-03-23T19:34:01.539Z Downloaded env_filter v1.0.0
6552026-03-23T19:34:01.539Z Downloaded argon2 v0.5.3
6562026-03-23T19:34:01.542Z Downloaded buf-list v1.1.2
6572026-03-23T19:34:01.542Z Downloaded cipher v0.4.4
6582026-03-23T19:34:01.545Z Downloaded foreign-types v0.3.2
6592026-03-23T19:34:01.545Z Downloaded futures-core v0.3.32
6602026-03-23T19:34:01.548Z Downloaded byte-wrapper v0.1.0
6612026-03-23T19:34:01.548Z Downloaded ascii-canvas v3.0.0
6622026-03-23T19:34:01.552Z Downloaded assert_matches v1.5.0
6632026-03-23T19:34:01.552Z Downloaded chacha20 v0.9.1
6642026-03-23T19:34:01.556Z Downloaded display-error-chain v0.2.2
6652026-03-23T19:34:01.556Z Downloaded downcast-rs v2.0.2
6662026-03-23T19:34:01.556Z Downloaded chacha20 v0.10.0
6672026-03-23T19:34:01.559Z Downloaded futures-macro v0.3.32
6682026-03-23T19:34:01.559Z Downloaded crc-catalog v2.4.0
6692026-03-23T19:34:01.562Z Downloaded hash32 v0.2.1
6702026-03-23T19:34:01.562Z Downloaded ecdsa v0.16.9
6712026-03-23T19:34:01.562Z Downloaded derive-ex v0.1.8
6722026-03-23T19:34:01.566Z Downloaded git-stub v1.0.0
6732026-03-23T19:34:01.566Z Downloaded hash32 v0.3.1
6742026-03-23T19:34:01.571Z Downloaded globwalk v0.9.1
6752026-03-23T19:34:01.571Z Downloaded defmt v1.0.1
6762026-03-23T19:34:01.575Z Downloaded atomicwrites v0.4.4
6772026-03-23T19:34:01.575Z Downloaded hex-literal v0.4.1
6782026-03-23T19:34:01.575Z Downloaded foldhash v0.2.0
6792026-03-23T19:34:01.575Z Downloaded darling_core v0.20.11
6802026-03-23T19:34:01.579Z Downloaded gethostname v0.5.0
6812026-03-23T19:34:01.582Z Downloaded headers-core v0.3.0
6822026-03-23T19:34:01.582Z Downloaded foreign-types-shared v0.3.1
6832026-03-23T19:34:01.582Z Downloaded ed25519 v2.2.3
6842026-03-23T19:34:01.585Z Downloaded ff v0.13.1
6852026-03-23T19:34:01.585Z Downloaded crossbeam-epoch v0.9.18
6862026-03-23T19:34:01.588Z Downloaded bcs v0.1.6
6872026-03-23T19:34:01.591Z Downloaded corncobs v0.1.4
6882026-03-23T19:34:01.591Z Downloaded http-range v0.1.5
6892026-03-23T19:34:01.591Z Downloaded http-body v1.0.1
6902026-03-23T19:34:01.595Z Downloaded fatfs v0.3.6
6912026-03-23T19:34:01.598Z Downloaded hostname v0.4.2
6922026-03-23T19:34:01.599Z Downloaded hubpack_derive v0.1.1
6932026-03-23T19:34:01.599Z Downloaded hubpack v0.1.2
6942026-03-23T19:34:01.599Z Downloaded home v0.5.12
6952026-03-23T19:34:01.602Z Downloaded fixedbitset v0.5.7
6962026-03-23T19:34:01.602Z Downloaded filetime v0.2.27
6972026-03-23T19:34:01.605Z Downloaded erased-serde v0.3.31
6982026-03-23T19:34:01.621Z Downloaded ident_case v1.0.1
6992026-03-23T19:34:01.624Z Downloaded httpdate v1.0.3
7002026-03-23T19:34:01.624Z Downloaded globset v0.4.18
7012026-03-23T19:34:01.627Z Downloaded fallible-iterator v0.2.0
7022026-03-23T19:34:01.627Z Downloaded derive_builder_core v0.20.2
7032026-03-23T19:34:01.630Z Downloaded deranged v0.5.8
7042026-03-23T19:34:01.630Z Downloaded indoc v1.0.9
7052026-03-23T19:34:01.633Z Downloaded group v0.13.0
7062026-03-23T19:34:01.633Z Downloaded fs_extra v1.3.0
7072026-03-23T19:34:01.636Z Downloaded indent_write v2.2.0
7082026-03-23T19:34:01.636Z Downloaded embedded-io v0.6.1
7092026-03-23T19:34:01.641Z Downloaded is-terminal v0.4.17
7102026-03-23T19:34:01.641Z Downloaded instability v0.3.11
7112026-03-23T19:34:01.647Z Downloaded inout v0.1.4
7122026-03-23T19:34:01.647Z Downloaded aead v0.5.2
7132026-03-23T19:34:01.647Z Downloaded constant_time_eq v0.4.2
7142026-03-23T19:34:01.647Z Downloaded is_ci v1.2.0
7152026-03-23T19:34:01.650Z Downloaded instant v0.1.13
7162026-03-23T19:34:01.651Z Downloaded hex v0.4.3
7172026-03-23T19:34:01.651Z Downloaded glob v0.3.3
7182026-03-23T19:34:01.651Z Downloaded internet-checksum v0.2.1
7192026-03-23T19:34:01.654Z Downloaded dropshot_endpoint v0.16.7
7202026-03-23T19:34:01.654Z Downloaded hostname v0.3.1
7212026-03-23T19:34:01.657Z Downloaded bitfield v0.19.4
7222026-03-23T19:34:01.657Z Downloaded highway v1.3.0
7232026-03-23T19:34:01.661Z Downloaded libscf-sys v1.1.0
7242026-03-23T19:34:01.661Z Downloaded linked-hash-map v0.5.6
7252026-03-23T19:34:01.664Z Downloaded lazy_static v1.5.0
7262026-03-23T19:34:01.664Z Downloaded kstat-rs v0.2.4
7272026-03-23T19:34:01.664Z Downloaded keccak v0.1.6
7282026-03-23T19:34:01.667Z Downloaded foldhash v0.1.5
7292026-03-23T19:34:01.667Z Downloaded lalrpop-util v0.19.12
7302026-03-23T19:34:01.667Z Downloaded http-body-util v0.1.3
7312026-03-23T19:34:01.670Z Downloaded bzip2 v0.6.1
7322026-03-23T19:34:01.670Z Downloaded futures-executor v0.3.32
7332026-03-23T19:34:01.673Z Downloaded futures-channel v0.3.32
7342026-03-23T19:34:01.676Z Downloaded hyper-tls v0.6.0
7352026-03-23T19:34:01.676Z Downloaded git-stub-vcs v0.1.0
7362026-03-23T19:34:01.679Z Downloaded cookie v0.18.1
7372026-03-23T19:34:01.679Z Downloaded impl-trait-for-tuples v0.2.3
7382026-03-23T19:34:01.682Z Downloaded md5 v0.7.0
7392026-03-23T19:34:01.682Z Downloaded md-5 v0.10.6
7402026-03-23T19:34:01.685Z Downloaded mime v0.3.17
7412026-03-23T19:34:01.685Z Downloaded humantime v2.3.0
7422026-03-23T19:34:01.688Z Downloaded match_cfg v0.1.0
7432026-03-23T19:34:01.688Z Downloaded half v1.8.3
7442026-03-23T19:34:01.691Z Downloaded lzss v0.8.2
7452026-03-23T19:34:01.691Z Downloaded const_format v0.2.35
7462026-03-23T19:34:01.696Z Downloaded ingot-types v0.1.2
7472026-03-23T19:34:01.699Z Downloaded diesel-dtrace v0.5.0
7482026-03-23T19:34:01.699Z Downloaded maybe-uninit v2.0.0
7492026-03-23T19:34:01.703Z Downloaded multimap v0.10.1
7502026-03-23T19:34:01.703Z Downloaded indoc v2.0.7
7512026-03-23T19:34:01.703Z Downloaded ipnetwork v0.21.1
7522026-03-23T19:34:01.707Z Downloaded colored v2.2.0
7532026-03-23T19:34:01.710Z Downloaded backon v1.6.0
7542026-03-23T19:34:01.710Z Downloaded newtype_derive v0.1.6
7552026-03-23T19:34:01.714Z Downloaded nibble_vec v0.1.0
7562026-03-23T19:34:01.714Z Downloaded newline-converter v0.3.0
7572026-03-23T19:34:01.714Z Downloaded num v0.4.3
7582026-03-23T19:34:01.720Z Downloaded nodrop v0.1.14
7592026-03-23T19:34:01.720Z Downloaded normalize-line-endings v0.3.0
7602026-03-23T19:34:01.721Z Downloaded crc-any v2.5.0
7612026-03-23T19:34:01.724Z Downloaded hmac v0.12.1
7622026-03-23T19:34:01.724Z Downloaded nonempty v0.12.0
7632026-03-23T19:34:01.724Z Downloaded libefi-sys v0.1.0
7642026-03-23T19:34:01.725Z Downloaded newtype-uuid-macros v0.1.0
7652026-03-23T19:34:01.725Z Downloaded new_debug_unreachable v1.0.6
7662026-03-23T19:34:01.729Z Downloaded num-derive v0.4.2
7672026-03-23T19:34:01.729Z Downloaded console v0.15.11
7682026-03-23T19:34:01.735Z Downloaded num-derive v0.3.3
7692026-03-23T19:34:01.735Z Downloaded hickory-client v0.25.2
7702026-03-23T19:34:01.735Z Downloaded num-conv v0.2.0
7712026-03-23T19:34:01.739Z Downloaded jobserver v0.1.34
7722026-03-23T19:34:01.739Z Downloaded lock_api v0.4.14
7732026-03-23T19:34:01.739Z Downloaded linear-map v1.2.0
7742026-03-23T19:34:01.739Z Downloaded num_enum_derive v0.5.11
7752026-03-23T19:34:01.742Z Downloaded num-iter v0.1.45
7762026-03-23T19:34:01.742Z Downloaded libsw v3.5.0
7772026-03-23T19:34:01.742Z Downloaded openssl-macros v0.1.1
7782026-03-23T19:34:01.745Z Downloaded libloading v0.8.9
7792026-03-23T19:34:01.745Z Downloaded hyper-staticfile v0.10.1
7802026-03-23T19:34:01.748Z Downloaded managed v0.8.0
7812026-03-23T19:34:01.748Z Downloaded libsw-core v0.3.2
7822026-03-23T19:34:01.751Z Downloaded ingot v0.1.1
7832026-03-23T19:34:01.751Z Downloaded ciborium v0.2.2
7842026-03-23T19:34:01.754Z Downloaded num_threads v0.1.7
7852026-03-23T19:34:01.759Z Downloaded lru-cache v0.1.2
7862026-03-23T19:34:01.759Z Downloaded httparse v1.10.1
7872026-03-23T19:34:01.762Z Downloaded openssl-probe v0.2.1
7882026-03-23T19:34:01.762Z Downloaded iana-time-zone v0.1.65
7892026-03-23T19:34:01.762Z Downloaded ingot-macros v0.1.1
7902026-03-23T19:34:01.765Z Downloaded getrandom v0.3.4
7912026-03-23T19:34:01.768Z Downloaded getrandom v0.2.17
7922026-03-23T19:34:01.771Z Downloaded packed_struct_codegen v0.10.1
7932026-03-23T19:34:01.771Z Downloaded mime_guess v2.0.5
7942026-03-23T19:34:01.774Z Downloaded cookie_store v0.22.1
7952026-03-23T19:34:01.775Z Downloaded flume v0.11.1
7962026-03-23T19:34:01.778Z Downloaded oso-derive v0.27.3
7972026-03-23T19:34:01.781Z Downloaded newtype-uuid v1.3.2
7982026-03-23T19:34:01.781Z Downloaded parse-size v1.1.0
7992026-03-23T19:34:01.781Z Downloaded parse-display v0.10.0
8002026-03-23T19:34:01.784Z Downloaded pbkdf2 v0.11.0
8012026-03-23T19:34:01.784Z Downloaded half v2.7.1
8022026-03-23T19:34:01.788Z Downloaded nanorand v0.7.0
8032026-03-23T19:34:01.788Z Downloaded ipnet v2.11.0
8042026-03-23T19:34:01.791Z Downloaded compact_str v0.8.1
8052026-03-23T19:34:01.794Z Downloaded futures v0.3.32
8062026-03-23T19:34:01.797Z Downloaded pbkdf2 v0.12.2
8072026-03-23T19:34:01.800Z Downloaded peg-runtime v0.8.5
8082026-03-23T19:34:01.800Z Downloaded path-slash v0.1.5
8092026-03-23T19:34:01.800Z Downloaded darling_core v0.23.0
8102026-03-23T19:34:01.804Z Downloaded elliptic-curve v0.13.8
8112026-03-23T19:34:01.807Z Downloaded num-integer v0.1.46
8122026-03-23T19:34:01.810Z Downloaded openssl-probe v0.1.6
8132026-03-23T19:34:01.810Z Downloaded phf_shared v0.12.1
8142026-03-23T19:34:01.813Z Downloaded opaque-debug v0.3.1
8152026-03-23T19:34:01.813Z Downloaded olpc-cjson v0.1.4
8162026-03-23T19:34:01.813Z Downloaded bumpalo v3.20.2
8172026-03-23T19:34:01.816Z Downloaded phf_shared v0.13.1
8182026-03-23T19:34:01.816Z Downloaded derive_more v0.99.20
8192026-03-23T19:34:01.820Z Downloaded memmap2 v0.9.10
8202026-03-23T19:34:01.823Z Downloaded pin-utils v0.1.0
8212026-03-23T19:34:01.823Z Downloaded num_enum v0.7.5
8222026-03-23T19:34:01.827Z Downloaded num_enum_derive v0.7.5
8232026-03-23T19:34:01.830Z Downloaded oxide-tokio-rt v0.1.3
8242026-03-23T19:34:01.831Z Downloaded owo-colors v4.3.0
8252026-03-23T19:34:01.834Z Downloaded precomputed-hash v0.1.1
8262026-03-23T19:34:01.834Z Downloaded hyper-rustls v0.27.7
8272026-03-23T19:34:01.837Z Downloaded proc-macro-crate v3.4.0
8282026-03-23T19:34:01.837Z Downloaded crossterm v0.28.1
8292026-03-23T19:34:01.842Z Downloaded oxnet v0.1.4
8302026-03-23T19:34:01.845Z Downloaded predicates-core v1.0.10
8312026-03-23T19:34:01.845Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-03-23T19:34:01.848Z Downloaded powerfmt v0.2.0
8332026-03-23T19:34:01.848Z Downloaded password-hash v0.5.0
8342026-03-23T19:34:01.850Z Downloaded proc-macro-crate v1.3.1
8352026-03-23T19:34:01.851Z Downloaded predicates-tree v1.0.13
8362026-03-23T19:34:01.853Z Downloaded packed_struct v0.10.1
8372026-03-23T19:34:01.853Z Downloaded parse-display-derive v0.10.0
8382026-03-23T19:34:01.857Z Downloaded parking_lot_core v0.8.6
8392026-03-23T19:34:01.857Z Downloaded native-tls v0.2.18
8402026-03-23T19:34:01.860Z Downloaded multer v3.1.0
8412026-03-23T19:34:01.860Z Downloaded num-complex v0.4.6
8422026-03-23T19:34:01.863Z Downloaded password-hash v0.4.2
8432026-03-23T19:34:01.863Z Downloaded expectorate v1.2.0
8442026-03-23T19:34:01.870Z Downloaded progenitor-macro v0.10.0
8452026-03-23T19:34:01.870Z Downloaded phf_shared v0.11.3
8462026-03-23T19:34:01.873Z Downloaded pem-rfc7468 v0.7.0
8472026-03-23T19:34:01.873Z Downloaded progenitor-macro v0.13.0
8482026-03-23T19:34:01.873Z Downloaded psl-types v2.0.11
8492026-03-23T19:34:01.873Z Downloaded pem v3.0.6
8502026-03-23T19:34:01.873Z Downloaded quick-error v1.2.3
8512026-03-23T19:34:01.876Z Downloaded progenitor-macro v0.11.2
8522026-03-23T19:34:01.876Z Downloaded derive_more v2.1.1
8532026-03-23T19:34:01.883Z Downloaded pin-project-internal v1.1.11
8542026-03-23T19:34:01.887Z Downloaded pin-project-lite v0.2.17
8552026-03-23T19:34:01.890Z Downloaded peg-macros v0.8.5
8562026-03-23T19:34:01.894Z Downloaded radium v0.7.0
8572026-03-23T19:34:01.894Z Downloaded polyval v0.6.2
8582026-03-23T19:34:01.894Z Downloaded pkg-config v0.3.32
8592026-03-23T19:34:01.898Z Downloaded phf v0.13.1
8602026-03-23T19:34:01.898Z Downloaded peg v0.8.5
8612026-03-23T19:34:01.902Z Downloaded rand_chacha v0.3.1
8622026-03-23T19:34:01.902Z Downloaded poly1305 v0.8.0
8632026-03-23T19:34:01.910Z Downloaded parking_lot_core v0.9.12
8642026-03-23T19:34:01.910Z Downloaded libbz2-rs-sys v0.2.2
8652026-03-23T19:34:01.915Z Downloaded primeorder v0.13.6
8662026-03-23T19:34:01.915Z Downloaded pkcs8 v0.10.2
8672026-03-23T19:34:01.915Z Downloaded proc-macro-error2 v2.0.1
8682026-03-23T19:34:01.915Z Downloaded rand_xorshift v0.4.0
8692026-03-23T19:34:01.922Z Downloaded progenitor-extras v0.1.1
8702026-03-23T19:34:01.922Z Downloaded heapless v0.8.0
8712026-03-23T19:34:01.922Z Downloaded progenitor-client v0.13.0
8722026-03-23T19:34:01.925Z Downloaded postgres-protocol v0.6.10
8732026-03-23T19:34:01.925Z Downloaded progenitor v0.11.2
8742026-03-23T19:34:01.925Z Downloaded predicates v3.1.4
8752026-03-23T19:34:01.928Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-03-23T19:34:01.928Z Downloaded hickory-resolver v0.25.2
8772026-03-23T19:34:01.932Z Downloaded indicatif v0.18.4
8782026-03-23T19:34:01.935Z Downloaded ref-cast-impl v1.0.25
8792026-03-23T19:34:01.938Z Downloaded pkcs5 v0.7.1
8802026-03-23T19:34:01.942Z Downloaded psm v0.1.30
8812026-03-23T19:34:01.942Z Downloaded progenitor v0.13.0
8822026-03-23T19:34:01.946Z Downloaded postcard v1.1.3
8832026-03-23T19:34:01.946Z Downloaded rustc_version v0.1.7
8842026-03-23T19:34:01.949Z Downloaded rtoolbox v0.0.3
8852026-03-23T19:34:01.949Z Downloaded rfc6979 v0.4.0
8862026-03-23T19:34:01.949Z Downloaded progenitor v0.10.0
8872026-03-23T19:34:01.952Z Downloaded hickory-resolver v0.24.4
8882026-03-23T19:34:01.955Z Downloaded r2d2 v0.8.10
8892026-03-23T19:34:01.958Z Downloaded oso v0.27.3
8902026-03-23T19:34:01.958Z Downloaded diesel_derives v2.3.7
8912026-03-23T19:34:01.963Z Downloaded rand_seeder v0.4.0
8922026-03-23T19:34:01.966Z Downloaded rand_core v0.9.5
8932026-03-23T19:34:01.966Z Downloaded scheduled-thread-pool v0.2.7
8942026-03-23T19:34:01.970Z Downloaded pkcs1 v0.7.5
8952026-03-23T19:34:01.970Z Downloaded parking_lot v0.11.2
8962026-03-23T19:34:01.973Z Downloaded rand_core v0.10.0
8972026-03-23T19:34:01.973Z Downloaded p256 v0.13.2
8982026-03-23T19:34:01.976Z Downloaded rustc-hash v2.1.1
8992026-03-23T19:34:01.979Z Downloaded rand_chacha v0.9.0
9002026-03-23T19:34:01.979Z Downloaded rand_core v0.6.4
9012026-03-23T19:34:01.982Z Downloaded salsa20 v0.10.2
9022026-03-23T19:34:01.982Z Downloaded jiff-static v0.2.21
9032026-03-23T19:34:01.985Z Downloaded ref-cast v1.0.25
9042026-03-23T19:34:01.988Z Downloaded crossterm v0.29.0
9052026-03-23T19:34:01.993Z Downloaded secrecy v0.10.3
9062026-03-23T19:34:01.996Z Downloaded same-file v1.0.6
9072026-03-23T19:34:01.996Z Downloaded postgres-types v0.2.12
9082026-03-23T19:34:01.999Z Downloaded scrypt v0.11.0
9092026-03-23T19:34:01.999Z Downloaded serde-big-array v0.5.1
9102026-03-23T19:34:02.002Z Downloaded secrecy v0.8.0
9112026-03-23T19:34:02.002Z Downloaded russh-cryptovec v0.7.3
9122026-03-23T19:34:02.002Z Downloaded semver v0.1.20
9132026-03-23T19:34:02.005Z Downloaded papergrid v0.17.0
9142026-03-23T19:34:02.008Z Downloaded scopeguard v1.2.0
9152026-03-23T19:34:02.011Z Downloaded rustc_version v0.4.1
9162026-03-23T19:34:02.011Z Downloaded quinn-udp v0.5.14
9172026-03-23T19:34:02.011Z Downloaded minimal-lexical v0.2.1
9182026-03-23T19:34:02.015Z Downloaded sapling-renderdag v0.1.0
9192026-03-23T19:34:02.018Z Downloaded miniz_oxide v0.8.9
9202026-03-23T19:34:02.021Z Downloaded serde_repr v0.1.20
9212026-03-23T19:34:02.021Z Downloaded scroll_derive v0.13.1
9222026-03-23T19:34:02.026Z Downloaded serde_urlencoded v0.7.1
9232026-03-23T19:34:02.026Z Downloaded serde_spanned v1.0.4
9242026-03-23T19:34:02.030Z Downloaded serde_plain v1.0.2
9252026-03-23T19:34:02.030Z Downloaded serde_bytes v0.11.19
9262026-03-23T19:34:02.030Z Downloaded omicron-zone-package v0.12.2
9272026-03-23T19:34:02.033Z Downloaded rusty-fork v0.3.1
9282026-03-23T19:34:02.033Z Downloaded pin-project v1.1.11
9292026-03-23T19:34:02.041Z Downloaded siphasher v1.0.2
9302026-03-23T19:34:02.044Z Downloaded signal-hook-tokio v0.3.1
9312026-03-23T19:34:02.044Z Downloaded signal-hook-mio v0.2.5
9322026-03-23T19:34:02.047Z Downloaded signature v2.2.0
9332026-03-23T19:34:02.047Z Downloaded resolv-conf v0.7.6
9342026-03-23T19:34:02.050Z Downloaded http v1.4.0
9352026-03-23T19:34:02.053Z Downloaded shell-words v1.1.1
9362026-03-23T19:34:02.053Z Downloaded sha1 v0.10.6
9372026-03-23T19:34:02.056Z Downloaded rustls-pemfile v1.0.4
9382026-03-23T19:34:02.056Z Downloaded progenitor-impl v0.10.0
9392026-03-23T19:34:02.060Z Downloaded hickory-server v0.25.2
9402026-03-23T19:34:02.063Z Downloaded slog-envlogger v2.2.0
9412026-03-23T19:34:02.066Z Downloaded slog-bunyan v2.5.0
9422026-03-23T19:34:02.066Z Downloaded schemars_derive v0.8.22
9432026-03-23T19:34:02.066Z Downloaded parking_lot v0.12.5
9442026-03-23T19:34:02.069Z Downloaded derive_more-impl v2.1.1
9452026-03-23T19:34:02.072Z Downloaded hyper-util v0.1.20
9462026-03-23T19:34:02.078Z Downloaded seq-macro v0.3.6
9472026-03-23T19:34:02.081Z Downloaded prefix-trie v0.7.0
9482026-03-23T19:34:02.084Z Downloaded dropshot-api-manager v0.6.0
9492026-03-23T19:34:02.087Z Downloaded rustversion v1.0.22
9502026-03-23T19:34:02.087Z Downloaded rustls-pemfile v2.2.0
9512026-03-23T19:34:02.092Z Downloaded russh-keys v0.45.0
9522026-03-23T19:34:02.095Z Downloaded serde_derive_internals v0.29.1
9532026-03-23T19:34:02.095Z Downloaded ssh-cipher v0.2.0
9542026-03-23T19:34:02.095Z Downloaded sqlparser_derive v0.5.0
9552026-03-23T19:34:02.095Z Downloaded ssh-encoding v0.2.0
9562026-03-23T19:34:02.098Z Downloaded serde-hex v0.1.0
9572026-03-23T19:34:02.098Z Downloaded progenitor-impl v0.11.2
9582026-03-23T19:34:02.101Z Downloaded shlex v1.3.0
9592026-03-23T19:34:02.101Z Downloaded openssl-sys v0.9.111
9602026-03-23T19:34:02.105Z Downloaded strum v0.27.2
9612026-03-23T19:34:02.108Z Downloaded structmeta v0.3.0
9622026-03-23T19:34:02.108Z Downloaded serde_path_to_error v0.1.20
9632026-03-23T19:34:02.111Z Downloaded scroll v0.13.0
9642026-03-23T19:34:02.111Z Downloaded recursive v0.1.1
9652026-03-23T19:34:02.111Z Downloaded der v0.7.10
9662026-03-23T19:34:02.115Z Downloaded slab v0.4.12
9672026-03-23T19:34:02.119Z Downloaded strip-ansi-escapes v0.2.1
9682026-03-23T19:34:02.119Z Downloaded hashbrown v0.12.3
9692026-03-23T19:34:02.123Z Downloaded aes v0.8.4
9702026-03-23T19:34:02.127Z Downloaded rustls-pki-types v1.14.0
9712026-03-23T19:34:02.127Z Downloaded base64 v0.21.7
9722026-03-23T19:34:02.130Z Downloaded signal-hook-registry v1.4.8
9732026-03-23T19:34:02.133Z Downloaded strum v0.26.3
9742026-03-23T19:34:02.133Z Downloaded tabwriter v1.4.1
9752026-03-23T19:34:02.133Z Downloaded supports-color v3.0.2
9762026-03-23T19:34:02.137Z Downloaded slog-async v2.8.0
9772026-03-23T19:34:02.137Z Downloaded structmeta-derive v0.3.0
9782026-03-23T19:34:02.137Z Downloaded take_mut v0.2.2
9792026-03-23T19:34:02.140Z Downloaded tagptr v0.2.0
9802026-03-23T19:34:02.140Z Downloaded sync_wrapper v1.0.2
9812026-03-23T19:34:02.140Z Downloaded sync-ptr v0.1.4
9822026-03-23T19:34:02.146Z Downloaded tap v1.0.1
9832026-03-23T19:34:02.146Z Downloaded sec1 v0.7.3
9842026-03-23T19:34:02.146Z Downloaded slog-term v2.9.2
9852026-03-23T19:34:02.149Z Downloaded slog-dtrace v0.3.0
9862026-03-23T19:34:02.149Z Downloaded sigpipe v0.1.3
9872026-03-23T19:34:02.149Z Downloaded smallvec v0.6.14
9882026-03-23T19:34:02.154Z Downloaded slog-scope v4.4.1
9892026-03-23T19:34:02.154Z Downloaded sct v0.7.1
9902026-03-23T19:34:02.158Z Downloaded spki v0.7.3
9912026-03-23T19:34:02.158Z Downloaded termtree v0.5.1
9922026-03-23T19:34:02.158Z Downloaded tabled_derive v0.11.0
9932026-03-23T19:34:02.162Z Downloaded smf v0.2.3
9942026-03-23T19:34:02.162Z Downloaded snafu-derive v0.8.9
9952026-03-23T19:34:02.162Z Downloaded prettyplease v0.2.37
9962026-03-23T19:34:02.166Z Downloaded static_assertions v1.1.0
9972026-03-23T19:34:02.166Z Downloaded testing_table v0.3.0
9982026-03-23T19:34:02.169Z Downloaded rustls-native-certs v0.8.3
9992026-03-23T19:34:02.169Z Downloaded string_cache v0.8.9
10002026-03-23T19:34:02.173Z Downloaded progenitor-impl v0.13.0
10012026-03-23T19:34:02.173Z Downloaded rayon-core v1.13.0
10022026-03-23T19:34:02.177Z Downloaded serde_cbor v0.11.2
10032026-03-23T19:34:02.180Z Downloaded stacker v0.1.23
10042026-03-23T19:34:02.184Z Downloaded time-core v0.1.8
10052026-03-23T19:34:02.184Z Downloaded subtle v2.6.1
10062026-03-23T19:34:02.187Z Downloaded strum_macros v0.24.3
10072026-03-23T19:34:02.187Z Downloaded serde_with_macros v3.17.0
10082026-03-23T19:34:02.193Z Downloaded stringprep v0.1.5
10092026-03-23T19:34:02.193Z Downloaded aes-gcm v0.10.3
10102026-03-23T19:34:02.196Z Downloaded ron v0.8.1
10112026-03-23T19:34:02.200Z Downloaded slog-json v2.6.1
10122026-03-23T19:34:02.204Z Downloaded thread-id v5.1.0
10132026-03-23T19:34:02.204Z Downloaded thiserror-impl-no-std v2.0.2
10142026-03-23T19:34:02.205Z Downloaded sqlformat v0.3.5
10152026-03-23T19:34:02.208Z Downloaded support-bundle-viewer v0.1.2
10162026-03-23T19:34:02.208Z Downloaded strum_macros v0.27.2
10172026-03-23T19:34:02.211Z Downloaded strum_macros v0.26.4
10182026-03-23T19:34:02.211Z Downloaded mio v1.1.1
10192026-03-23T19:34:02.215Z Downloaded simd-adler32 v0.3.8
10202026-03-23T19:34:02.218Z Downloaded ryu v1.0.23
10212026-03-23T19:34:02.221Z Downloaded itertools v0.10.5
10222026-03-23T19:34:02.225Z Downloaded schemars v0.8.22
10232026-03-23T19:34:02.235Z Downloaded spin v0.9.8
10242026-03-23T19:34:02.238Z Downloaded topological-sort v0.2.2
10252026-03-23T19:34:02.240Z Downloaded slog-stdlog v4.1.1
10262026-03-23T19:34:02.240Z Downloaded thiserror-no-std v2.0.2
10272026-03-23T19:34:02.244Z Downloaded qorb v0.4.1
10282026-03-23T19:34:02.248Z Downloaded try-lock v0.2.5
10292026-03-23T19:34:02.251Z Downloaded tower-service v0.3.3
10302026-03-23T19:34:02.251Z Downloaded tower-layer v0.3.3
10312026-03-23T19:34:02.254Z Downloaded thread_local v1.1.9
10322026-03-23T19:34:02.254Z Downloaded serde_yaml v0.9.34+deprecated
10332026-03-23T19:34:02.258Z Downloaded unarray v0.1.4
10342026-03-23T19:34:02.258Z Downloaded typify-macro v0.4.3
10352026-03-23T19:34:02.261Z Downloaded tls_codec v0.4.2
10362026-03-23T19:34:02.261Z Downloaded tinyvec_macros v0.1.1
10372026-03-23T19:34:02.264Z Downloaded similar v2.7.0
10382026-03-23T19:34:02.267Z Downloaded hashbrown v0.15.5
10392026-03-23T19:34:02.271Z Downloaded schemars v0.9.0
10402026-03-23T19:34:02.282Z Downloaded typify-macro v0.6.1
10412026-03-23T19:34:02.285Z Downloaded tls_codec_derive v0.4.2
10422026-03-23T19:34:02.285Z Downloaded slog v2.8.2
10432026-03-23T19:34:02.288Z Downloaded tokio-native-tls v0.3.1
10442026-03-23T19:34:02.291Z Downloaded num-bigint-dig v0.8.6
10452026-03-23T19:34:02.294Z Downloaded untrusted v0.9.0
10462026-03-23T19:34:02.297Z Downloaded usdt-attr-macro v0.6.0
10472026-03-23T19:34:02.297Z Downloaded unit-prefix v0.5.2
10482026-03-23T19:34:02.297Z Downloaded unicode-truncate v1.1.0
10492026-03-23T19:34:02.300Z Downloaded untrusted v0.7.1
10502026-03-23T19:34:02.300Z Downloaded universal-hash v0.5.1
10512026-03-23T19:34:02.303Z Downloaded rand v0.9.2
10522026-03-23T19:34:02.306Z Downloaded term v0.7.0
10532026-03-23T19:34:02.309Z Downloaded usdt v0.6.0
10542026-03-23T19:34:02.309Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10552026-03-23T19:34:02.312Z Downloaded tokio-tungstenite v0.23.1
10562026-03-23T19:34:02.312Z Downloaded socket2 v0.6.2
10572026-03-23T19:34:02.315Z Downloaded term v1.2.1
10582026-03-23T19:34:02.318Z Downloaded waitgroup v0.1.2
10592026-03-23T19:34:02.318Z Downloaded itertools v0.12.1
10602026-03-23T19:34:02.324Z Downloaded void v1.0.2
10612026-03-23T19:34:02.327Z Downloaded usdt-macro v0.6.0
10622026-03-23T19:34:02.327Z Downloaded toml_writer v1.0.6+spec-1.1.0
10632026-03-23T19:34:02.336Z Downloaded rsa v0.9.10
10642026-03-23T19:34:02.341Z Downloaded tui-tree-widget v0.23.1
10652026-03-23T19:34:02.341Z Downloaded iri-string v0.7.10
10662026-03-23T19:34:02.341Z Downloaded want v0.3.1
10672026-03-23T19:34:02.345Z Downloaded wait-timeout v0.2.1
10682026-03-23T19:34:02.346Z Downloaded nom v7.1.3
10692026-03-23T19:34:02.349Z Downloaded unicase v2.9.0
10702026-03-23T19:34:02.349Z Downloaded rustls-webpki v0.103.9
10712026-03-23T19:34:02.354Z Downloaded num-bigint v0.4.6
10722026-03-23T19:34:02.358Z Downloaded h2 v0.4.13
10732026-03-23T19:34:02.361Z Downloaded xattr v1.6.1
10742026-03-23T19:34:02.364Z Downloaded xshell-macros v0.2.7
10752026-03-23T19:34:02.365Z Downloaded hyper v1.8.1
10762026-03-23T19:34:02.368Z Downloaded tokio-rustls v0.26.4
10772026-03-23T19:34:02.372Z Downloaded tokio-rustls v0.24.1
10782026-03-23T19:34:02.372Z Downloaded usdt-impl v0.6.0
10792026-03-23T19:34:02.375Z Downloaded subprocess v0.2.15
10802026-03-23T19:34:02.375Z Downloaded zone v0.3.1
10812026-03-23T19:34:02.379Z Downloaded utf-8 v0.7.6
10822026-03-23T19:34:02.379Z Downloaded samael v0.0.19
10832026-03-23T19:34:02.382Z Downloaded uzers v0.12.2
10842026-03-23T19:34:02.385Z Downloaded test-strategy v0.4.5
10852026-03-23T19:34:02.408Z Downloaded vergen-gitcl v1.0.8
10862026-03-23T19:34:02.408Z Downloaded vergen-git2 v1.0.7
10872026-03-23T19:34:02.408Z Downloaded vsss-rs v3.3.4
10882026-03-23T19:34:02.408Z Downloaded zeroize_derive v1.4.3
10892026-03-23T19:34:02.408Z Downloaded walkdir v2.5.0
10902026-03-23T19:34:02.408Z Downloaded zone_cfg_derive v0.3.1
10912026-03-23T19:34:02.408Z Downloaded toml_parser v1.0.9+spec-1.1.0
10922026-03-23T19:34:02.408Z Downloaded vergen-lib v0.1.6
10932026-03-23T19:34:02.408Z Downloaded tar v0.4.44
10942026-03-23T19:34:02.408Z Downloaded twox-hash v2.1.2
10952026-03-23T19:34:02.411Z Downloaded tinyvec v1.10.0
10962026-03-23T19:34:02.412Z Downloaded iddqd v0.3.17
10972026-03-23T19:34:02.415Z Downloaded whoami v1.6.1
10982026-03-23T19:34:02.415Z Downloaded itertools v0.13.0
10992026-03-23T19:34:02.420Z Downloaded hkdf v0.12.4
11002026-03-23T19:34:02.423Z Downloaded snafu v0.8.9
11012026-03-23T19:34:02.427Z Downloaded tokio-stream v0.1.18
11022026-03-23T19:34:02.430Z Downloaded unicode-properties v0.1.4
11032026-03-23T19:34:02.434Z Downloaded whoami v2.1.0
11042026-03-23T19:34:02.438Z Downloaded schemars v1.2.1
11052026-03-23T19:34:02.457Z Downloaded xz2 v0.1.7
11062026-03-23T19:34:02.461Z Downloaded futures-util v0.3.32
11072026-03-23T19:34:02.467Z Downloaded zeroize v1.8.2
11082026-03-23T19:34:02.470Z Downloaded wyz v0.5.1
11092026-03-23T19:34:02.470Z Downloaded unicode-bidi v0.3.18
11102026-03-23T19:34:02.473Z Downloaded typify v0.4.3
11112026-03-23T19:34:02.476Z Downloaded tungstenite v0.23.0
11122026-03-23T19:34:02.480Z Downloaded tungstenite v0.21.0
11132026-03-23T19:34:02.483Z Downloaded libm v0.2.16
11142026-03-23T19:34:02.488Z Downloaded xshell v0.2.7
11152026-03-23T19:34:02.491Z Downloaded aho-corasick v1.1.4
11162026-03-23T19:34:02.494Z Downloaded rustyline v14.0.0
11172026-03-23T19:34:02.497Z Downloaded zstd-safe v7.2.4
11182026-03-23T19:34:02.500Z Downloaded p521 v0.13.3
11192026-03-23T19:34:02.503Z Downloaded itertools v0.14.0
11202026-03-23T19:34:02.507Z Downloaded yasna v0.5.2
11212026-03-23T19:34:02.510Z Downloaded ron v0.12.0
11222026-03-23T19:34:02.515Z Downloaded zstd v0.13.3
11232026-03-23T19:34:02.518Z Downloaded uuid v1.21.0
11242026-03-23T19:34:02.521Z Downloaded toml_edit v0.23.10+spec-1.0.0
11252026-03-23T19:34:02.524Z Downloaded unsafe-libyaml v0.2.11
11262026-03-23T19:34:02.527Z Downloaded typify v0.6.1
11272026-03-23T19:34:02.531Z Downloaded rpassword v7.4.0
11282026-03-23T19:34:02.531Z Downloaded git2 v0.20.4
11292026-03-23T19:34:02.535Z Downloaded vergen v9.0.6
11302026-03-23T19:34:02.538Z Downloaded tracing-core v0.1.36
11312026-03-23T19:34:02.542Z Downloaded tracing-attributes v0.1.31
11322026-03-23T19:34:02.542Z Downloaded toml v0.9.12+spec-1.1.0
11332026-03-23T19:34:02.545Z Downloaded aws-lc-rs v1.16.0
11342026-03-23T19:34:02.552Z Downloaded tokio-postgres v0.7.16
11352026-03-23T19:34:02.556Z Downloaded unicode_categories v0.1.1
11362026-03-23T19:34:02.559Z Downloaded reedline v0.40.0
11372026-03-23T19:34:02.563Z Downloaded zopfli v0.8.3
11382026-03-23T19:34:02.568Z Downloaded blake3 v1.8.3
11392026-03-23T19:34:02.572Z Downloaded reqwest v0.13.2
11402026-03-23T19:34:02.578Z Downloaded ssh-key v0.6.7
11412026-03-23T19:34:02.583Z Downloaded chrono v0.4.44
11422026-03-23T19:34:02.589Z Downloaded toml v0.7.8
11432026-03-23T19:34:02.594Z Downloaded steno v0.4.1
11442026-03-23T19:34:02.594Z Downloaded socket2 v0.5.10
11452026-03-23T19:34:02.600Z Downloaded bindgen v0.71.1
11462026-03-23T19:34:02.604Z Downloaded yansi v1.0.1
11472026-03-23T19:34:02.604Z Downloaded zerocopy v0.6.6
11482026-03-23T19:34:02.604Z Downloaded zerocopy-derive v0.8.40
11492026-03-23T19:34:02.609Z Downloaded zip v0.6.6
11502026-03-23T19:34:02.614Z Downloaded regex v1.12.3
11512026-03-23T19:34:02.626Z Downloaded p384 v0.13.1
11522026-03-23T19:34:02.634Z Downloaded x509-cert v0.2.5
11532026-03-23T19:34:02.634Z Downloaded reqwest v0.12.28
11542026-03-23T19:34:02.634Z Downloaded vte v0.14.1
11552026-03-23T19:34:02.638Z Downloaded goblin v0.10.5
11562026-03-23T19:34:02.638Z Downloaded curve25519-dalek v4.1.3
11572026-03-23T19:34:02.641Z Downloaded toml_edit v0.19.15
11582026-03-23T19:34:02.654Z Downloaded rayon v1.11.0
11592026-03-23T19:34:02.660Z Downloaded typed-path v0.9.3
11602026-03-23T19:34:02.665Z Downloaded unicode-segmentation v1.12.0
11612026-03-23T19:34:02.668Z Downloaded bstr v1.12.1
11622026-03-23T19:34:02.673Z Downloaded lalrpop v0.19.12
11632026-03-23T19:34:02.681Z Downloaded zip v4.6.1
11642026-03-23T19:34:02.684Z Downloaded quick-xml v0.37.5
11652026-03-23T19:34:02.688Z Downloaded russh v0.45.0
11662026-03-23T19:34:02.692Z Downloaded tower v0.5.3
11672026-03-23T19:34:02.699Z Downloaded unicode-normalization v0.1.25
11682026-03-23T19:34:02.702Z Downloaded rustls-webpki v0.101.7
11692026-03-23T19:34:02.712Z Downloaded moka v0.12.13
11702026-03-23T19:34:02.718Z Downloaded tower-http v0.6.8
11712026-03-23T19:34:02.724Z Downloaded salty v0.3.0
11722026-03-23T19:34:02.729Z Downloaded tokio-util v0.7.18
11732026-03-23T19:34:02.734Z Downloaded serde_with v3.17.0
11742026-03-23T19:34:02.743Z Downloaded rustls-webpki v0.102.8
11752026-03-23T19:34:02.757Z Downloaded winnow v0.5.40
11762026-03-23T19:34:02.763Z Downloaded winnow v0.6.26
11772026-03-23T19:34:02.769Z Downloaded proptest v1.10.0
11782026-03-23T19:34:02.776Z Downloaded quinn-proto v0.11.13
11792026-03-23T19:34:02.782Z Downloaded radix_trie v0.2.1
11802026-03-23T19:34:02.785Z Downloaded object v0.30.4
11812026-03-23T19:34:02.792Z Downloaded nix v0.27.1
11822026-03-23T19:34:02.800Z Downloaded portable-atomic v1.13.1
11832026-03-23T19:34:02.806Z Downloaded polar-core v0.27.3
11842026-03-23T19:34:02.813Z Downloaded openssl v0.10.75
11852026-03-23T19:34:02.820Z Downloaded dropshot v0.16.7
11862026-03-23T19:34:02.836Z Downloaded time v0.3.47
11872026-03-23T19:34:02.845Z Downloaded vcpkg v0.2.15
11882026-03-23T19:34:02.875Z Downloaded smoltcp v0.9.1
11892026-03-23T19:34:02.883Z Downloaded nix v0.31.1
11902026-03-23T19:34:02.892Z Downloaded zlib-rs v0.6.2
11912026-03-23T19:34:02.895Z Downloaded hickory-proto v0.24.4
11922026-03-23T19:34:02.907Z Downloaded webpki-roots v1.0.6
11932026-03-23T19:34:02.910Z Downloaded nix v0.28.0
11942026-03-23T19:34:02.919Z Downloaded object v0.37.3
11952026-03-23T19:34:02.927Z Downloaded rustls v0.22.4
11962026-03-23T19:34:02.936Z Downloaded smoltcp v0.11.0
11972026-03-23T19:34:02.946Z Downloaded zerocopy v0.8.40
11982026-03-23T19:34:02.954Z Downloaded diesel v2.3.7
11992026-03-23T19:34:02.971Z Downloaded regress v0.10.5
12002026-03-23T19:34:02.977Z Downloaded rustls v0.23.37
12012026-03-23T19:34:02.988Z Downloaded rustix v0.38.44
12022026-03-23T19:34:03.004Z Downloaded hickory-proto v0.25.2
12032026-03-23T19:34:03.015Z Downloaded regex-syntax v0.8.10
12042026-03-23T19:34:03.021Z Downloaded openapiv3 v2.2.0
12052026-03-23T19:34:03.029Z Downloaded rustls v0.21.12
12062026-03-23T19:34:03.037Z Downloaded tabled v0.20.0
12072026-03-23T19:34:03.050Z Downloaded regex-syntax v0.6.29
12082026-03-23T19:34:03.055Z Downloaded sqlparser v0.61.0
12092026-03-23T19:34:03.062Z Downloaded sled v0.34.7
12102026-03-23T19:34:03.069Z Downloaded bzip2-sys v0.1.13+1.0.8
12112026-03-23T19:34:03.078Z Downloaded nix v0.29.0
12122026-03-23T19:34:03.087Z Downloaded typify-impl v0.6.1
12132026-03-23T19:34:03.097Z Downloaded tracing v0.1.44
12142026-03-23T19:34:03.117Z Downloaded typify-impl v0.4.3
12152026-03-23T19:34:03.128Z Downloaded regex-automata v0.4.14
12162026-03-23T19:34:03.141Z Downloaded zerocopy-derive v0.6.6
12172026-03-23T19:34:03.150Z Downloaded ratatui v0.29.0
12182026-03-23T19:34:03.165Z Downloaded petname v2.0.2
12192026-03-23T19:34:03.170Z Downloaded lzma-sys v0.1.20
12202026-03-23T19:34:03.193Z Downloaded petgraph v0.6.5
12212026-03-23T19:34:03.208Z Downloaded jiff v0.2.21
12222026-03-23T19:34:03.229Z Downloaded chrono-tz v0.10.4
12232026-03-23T19:34:03.251Z Downloaded tough v0.20.0
12242026-03-23T19:34:03.251Z Downloaded rand v0.10.0
12252026-03-23T19:34:03.256Z Downloaded tokio-tungstenite v0.21.0
12262026-03-23T19:34:03.257Z Downloaded tokio-rustls v0.25.0
12272026-03-23T19:34:03.257Z Downloaded tokio-macros v2.6.0
12282026-03-23T19:34:03.257Z Downloaded tokio-dtrace v0.1.1
12292026-03-23T19:34:03.257Z Downloaded signal-hook v0.3.18
12302026-03-23T19:34:03.257Z Downloaded petgraph v0.8.3
12312026-03-23T19:34:03.270Z Downloaded libz-sys v1.1.24
12322026-03-23T19:34:03.286Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12332026-03-23T19:34:03.300Z Downloaded publicsuffix v2.3.0
12342026-03-23T19:34:03.304Z Downloaded tokio v1.49.0
12352026-03-23T19:34:03.332Z Downloaded csv v1.4.0
12362026-03-23T19:34:03.348Z Downloaded rand v0.8.5
12372026-03-23T19:34:03.351Z Downloaded sha3 v0.10.8
12382026-03-23T19:34:03.354Z Downloaded quinn v0.11.9
12392026-03-23T19:34:03.357Z Downloaded libxml v0.3.3
12402026-03-23T19:34:03.361Z Downloaded rustls-platform-verifier v0.6.2
12412026-03-23T19:34:03.364Z Downloaded tiny-keccak v2.0.2
12422026-03-23T19:34:03.367Z Downloaded time-macros v0.2.27
12432026-03-23T19:34:03.367Z Downloaded trait-variant v0.1.2
12442026-03-23T19:34:03.367Z Downloaded termios v0.3.3
12452026-03-23T19:34:03.370Z Downloaded rcgen v0.12.1
12462026-03-23T19:34:03.373Z Downloaded bitvec v1.0.1
12472026-03-23T19:34:03.381Z Downloaded pretty_assertions v1.4.1
12482026-03-23T19:34:03.384Z Downloaded hashbrown v0.13.2
12492026-03-23T19:34:03.387Z Downloaded ar_archive_writer v0.5.1
12502026-03-23T19:34:03.390Z Downloaded ppv-lite86 v0.2.21
12512026-03-23T19:34:03.390Z Downloaded heapless v0.7.17
12522026-03-23T19:34:03.394Z Downloaded paste v1.0.15
12532026-03-23T19:34:03.394Z Downloaded headers v0.4.1
12542026-03-23T19:34:03.397Z Downloaded flate2 v1.1.9
12552026-03-23T19:34:03.401Z Downloaded phf v0.12.1
12562026-03-23T19:34:03.404Z Downloaded progenitor-client v0.11.2
12572026-03-23T19:34:03.404Z Downloaded progenitor-client v0.10.0
12582026-03-23T19:34:03.404Z Downloaded indexmap v1.9.3
12592026-03-23T19:34:03.407Z Downloaded nu-ansi-term v0.50.3
12602026-03-23T19:34:03.410Z Downloaded num_enum v0.5.11
12612026-03-23T19:34:03.413Z Downloaded num-rational v0.4.2
12622026-03-23T19:34:03.413Z Downloaded litrs v1.0.0
12632026-03-23T19:34:03.416Z Downloaded ignore v0.4.25
12642026-03-23T19:34:03.416Z Downloaded cc v1.2.56
12652026-03-23T19:34:03.419Z Downloaded bytes v1.11.1
12662026-03-23T19:34:03.423Z Downloaded memoffset v0.9.1
12672026-03-23T19:34:03.423Z Downloaded encoding_rs v0.8.35
12682026-03-23T19:34:03.439Z Downloaded lru-slab v0.1.2
12692026-03-23T19:34:03.447Z Downloaded maplit v1.0.2
12702026-03-23T19:34:03.447Z Downloaded derive-where v1.6.0
12712026-03-23T19:34:03.447Z Downloaded blowfish v0.9.1
12722026-03-23T19:34:03.447Z Downloaded arc-swap v1.8.2
12732026-03-23T19:34:03.451Z Downloaded ring v0.17.14
12742026-03-23T19:34:03.479Z Downloaded lru v0.12.5
12752026-03-23T19:34:03.482Z Downloaded ahash v0.8.12
12762026-03-23T19:34:03.482Z Downloaded diff v0.1.13
12772026-03-23T19:34:03.485Z Downloaded fs-err v2.11.0
12782026-03-23T19:34:03.488Z Downloaded colored v3.1.1
12792026-03-23T19:34:03.488Z Downloaded cargo_toml v0.22.3
12802026-03-23T19:34:03.492Z Downloaded arrayvec v0.7.6
12812026-03-23T19:34:03.492Z Downloaded ciborium-ll v0.2.2
12822026-03-23T19:34:03.492Z Downloaded cexpr v0.6.0
12832026-03-23T19:34:03.495Z Downloaded camino-tempfile-ext v0.3.3
12842026-03-23T19:34:03.495Z Downloaded des v0.8.1
12852026-03-23T19:34:03.495Z Downloaded backoff v0.4.0
12862026-03-23T19:34:03.498Z Downloaded const_format_proc_macros v0.2.34
12872026-03-23T19:34:03.498Z Downloaded crc32fast v1.5.0
12882026-03-23T19:34:03.501Z Downloaded const-oid v0.9.6
12892026-03-23T19:34:03.501Z Downloaded clang-sys v1.8.1
12902026-03-23T19:34:03.504Z Downloaded cargo_metadata v0.19.2
12912026-03-23T19:34:03.504Z Downloaded blake2 v0.10.6
12922026-03-23T19:34:03.507Z Downloaded bit-vec v0.6.3
12932026-03-23T19:34:03.507Z Downloaded drift v0.1.3
12942026-03-23T19:34:03.510Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-03-23T19:34:03.552Z Downloaded defmt-macros v1.0.1
12962026-03-23T19:34:03.555Z Downloaded env_logger v0.11.9
12972026-03-23T19:34:03.558Z Downloaded der_derive v0.7.3
12982026-03-23T19:34:03.558Z Downloaded data-encoding v2.10.0
12992026-03-23T19:34:03.558Z Downloaded ed25519-dalek v2.2.0
13002026-03-23T19:34:03.562Z Downloaded cbc v0.1.2
13012026-03-23T19:34:03.562Z Downloaded ghash v0.5.1
13022026-03-23T19:34:03.562Z Downloaded castaway v0.2.4
13032026-03-23T19:34:03.565Z Downloaded ciborium-io v0.2.2
13042026-03-23T19:34:03.565Z Downloaded cancel-safe-futures v0.1.5
13052026-03-23T19:34:03.568Z Downloaded bitflags v1.3.2
13062026-03-23T19:34:03.568Z Downloaded dyn-clone v1.0.20
13072026-03-23T19:34:03.570Z Downloaded dtrace-parser v0.3.0
13082026-03-23T19:34:03.571Z Downloaded darling_core v0.21.3
13092026-03-23T19:34:03.574Z Downloaded debug-ignore v1.0.5
13102026-03-23T19:34:03.574Z Downloaded darling_macro v0.21.3
13112026-03-23T19:34:03.574Z Downloaded bcrypt-pbkdf v0.10.0
13122026-03-23T19:34:03.574Z Downloaded base16ct v0.2.0
13132026-03-23T19:34:03.577Z Downloaded arrayref v0.3.9
13142026-03-23T19:34:03.577Z Downloaded chacha20poly1305 v0.10.1
13152026-03-23T19:34:03.577Z Downloaded critical-section v1.2.0
13162026-03-23T19:34:03.580Z Downloaded convert_case v0.10.0
13172026-03-23T19:34:03.580Z Downloaded console v0.16.2
13182026-03-23T19:34:03.580Z Downloaded bit-set v0.8.0
13192026-03-23T19:34:03.584Z Downloaded cassowary v0.3.0
13202026-03-23T19:34:03.584Z Downloaded bit-vec v0.8.0
13212026-03-23T19:34:04.016Z Downloaded aws-lc-sys v0.37.1
13222026-03-23T19:34:04.346Z Compiling libc v0.2.180
13232026-03-23T19:34:04.346Z Compiling serde v1.0.228
13242026-03-23T19:34:04.350Z Compiling log v0.4.29
13252026-03-23T19:34:04.350Z Compiling shlex v1.3.0
13262026-03-23T19:34:04.350Z Compiling find-msvc-tools v0.1.9
13272026-03-23T19:34:04.350Z Compiling smallvec v1.15.1
13282026-03-23T19:34:04.350Z Compiling typenum v1.19.0
13292026-03-23T19:34:04.350Z Compiling subtle v2.6.1
13302026-03-23T19:34:04.560Z Compiling generic-array v0.14.7
13312026-03-23T19:34:04.564Z Compiling scopeguard v1.2.0
13322026-03-23T19:34:04.564Z Compiling portable-atomic v1.13.1
13332026-03-23T19:34:04.663Z Compiling const-oid v0.9.6
13342026-03-23T19:34:04.694Z Compiling critical-section v1.2.0
13352026-03-23T19:34:04.715Z Compiling syn v2.0.117
13362026-03-23T19:34:04.737Z Compiling zerocopy v0.8.40
13372026-03-23T19:34:04.759Z Compiling lock_api v0.4.14
13382026-03-23T19:34:04.804Z Compiling serde_json v1.0.149
13392026-03-23T19:34:04.807Z Compiling parking_lot_core v0.9.12
13402026-03-23T19:34:04.854Z Compiling pin-project-lite v0.2.17
13412026-03-23T19:34:04.877Z Compiling pkg-config v0.3.32
13422026-03-23T19:34:04.901Z Compiling bitflags v2.11.0
13432026-03-23T19:34:04.923Z Compiling libm v0.2.16
13442026-03-23T19:34:04.992Z Compiling num-traits v0.2.19
13452026-03-23T19:34:04.995Z Compiling futures-core v0.3.32
13462026-03-23T19:34:05.039Z Compiling percent-encoding v2.3.2
13472026-03-23T19:34:05.061Z Compiling allocator-api2 v0.2.21
13482026-03-23T19:34:05.132Z Compiling foldhash v0.2.0
13492026-03-23T19:34:05.268Z Compiling futures-sink v0.3.32
13502026-03-23T19:34:05.272Z Compiling cpufeatures v0.2.17
13512026-03-23T19:34:05.357Z Compiling futures-task v0.3.32
13522026-03-23T19:34:05.357Z Compiling futures-io v0.3.32
13532026-03-23T19:34:05.428Z Compiling futures-channel v0.3.32
13542026-03-23T19:34:05.432Z Compiling slab v0.4.12
13552026-03-23T19:34:05.449Z Compiling getrandom v0.4.1
13562026-03-23T19:34:05.541Z Compiling hashbrown v0.16.1
13572026-03-23T19:34:05.566Z Compiling getrandom v0.3.4
13582026-03-23T19:34:05.586Z Compiling rustversion v1.0.22
13592026-03-23T19:34:05.631Z Compiling rand_core v0.10.0
13602026-03-23T19:34:05.636Z Compiling form_urlencoded v1.2.2
13612026-03-23T19:34:05.674Z Compiling base64ct v1.8.3
13622026-03-23T19:34:05.715Z Compiling dunce v1.0.5
13632026-03-23T19:34:05.738Z Compiling ident_case v1.0.1
13642026-03-23T19:34:05.798Z Compiling getrandom v0.2.17
13652026-03-23T19:34:05.854Z Compiling jobserver v0.1.34
13662026-03-23T19:34:05.888Z Compiling errno v0.3.14
13672026-03-23T19:34:05.926Z Compiling mio v1.1.1
13682026-03-23T19:34:05.950Z Compiling socket2 v0.6.2
13692026-03-23T19:34:06.007Z Compiling rand_core v0.6.4
13702026-03-23T19:34:06.029Z Compiling signal-hook-registry v1.4.8
13712026-03-23T19:34:06.108Z Compiling once_cell v1.21.3
13722026-03-23T19:34:06.111Z Compiling fs_extra v1.3.0
13732026-03-23T19:34:06.153Z Compiling cc v1.2.56
13742026-03-23T19:34:06.226Z Compiling parking_lot v0.12.5
13752026-03-23T19:34:06.313Z Compiling indexmap v2.13.0
13762026-03-23T19:34:06.398Z Compiling pem-rfc7468 v0.7.0
13772026-03-23T19:34:06.401Z Compiling flagset v0.4.7
13782026-03-23T19:34:06.421Z Compiling iana-time-zone v0.1.65
13792026-03-23T19:34:06.466Z Compiling rustix v1.1.3
13802026-03-23T19:34:06.469Z Compiling uuid v1.21.0
13812026-03-23T19:34:06.516Z Compiling rustc_version v0.4.1
13822026-03-23T19:34:06.537Z Compiling vcpkg v0.2.15
13832026-03-23T19:34:06.617Z Compiling aws-lc-rs v1.16.0
13842026-03-23T19:34:06.716Z Compiling regex-syntax v0.8.10
13852026-03-23T19:34:06.744Z Compiling tracing-core v0.1.36
13862026-03-23T19:34:06.814Z Compiling rand_core v0.9.5
13872026-03-23T19:34:06.842Z Compiling crossbeam-utils v0.8.21
13882026-03-23T19:34:06.886Z Compiling untrusted v0.7.1
13892026-03-23T19:34:06.980Z Compiling base64 v0.22.1
13902026-03-23T19:34:07.012Z Compiling syn v1.0.109
13912026-03-23T19:34:07.068Z Compiling untrusted v0.9.0
13922026-03-23T19:34:07.146Z Compiling cmake v0.1.57
13932026-03-23T19:34:07.170Z Compiling httparse v1.10.1
13942026-03-23T19:34:07.194Z Compiling schemars v0.8.22
13952026-03-23T19:34:07.219Z Compiling openssl-probe v0.2.1
13962026-03-23T19:34:07.245Z Compiling tower-layer v0.3.3
13972026-03-23T19:34:07.427Z Compiling atomic-waker v1.1.2
13982026-03-23T19:34:07.430Z Compiling tinyvec_macros v0.1.1
13992026-03-23T19:34:07.565Z Compiling dyn-clone v1.0.20
14002026-03-23T19:34:07.568Z Compiling rustls v0.23.37
14012026-03-23T19:34:07.634Z Compiling try-lock v0.2.5
14022026-03-23T19:34:07.638Z Compiling tower-service v0.3.3
14032026-03-23T19:34:07.639Z Compiling tinyvec v1.10.0
14042026-03-23T19:34:07.702Z Compiling spin v0.9.8
14052026-03-23T19:34:07.707Z Compiling aho-corasick v1.1.4
14062026-03-23T19:34:07.726Z Compiling crc32fast v1.5.0
14072026-03-23T19:34:07.776Z Compiling want v0.3.1
14082026-03-23T19:34:07.825Z Compiling pin-utils v0.1.0
14092026-03-23T19:34:07.850Z Compiling time-core v0.1.8
14102026-03-23T19:34:07.873Z Compiling num-conv v0.2.0
14112026-03-23T19:34:07.918Z Compiling httpdate v1.0.3
14122026-03-23T19:34:07.964Z Compiling powerfmt v0.2.0
14132026-03-23T19:34:08.027Z Compiling openssl v0.10.75
14142026-03-23T19:34:08.049Z Compiling foreign-types-shared v0.1.1
14152026-03-23T19:34:08.078Z Compiling wait-timeout v0.2.1
14162026-03-23T19:34:08.101Z Compiling time-macros v0.2.27
14172026-03-23T19:34:08.105Z Compiling siphasher v1.0.2
14182026-03-23T19:34:08.177Z Compiling foreign-types v0.3.2
14192026-03-23T19:34:08.181Z Compiling deranged v0.5.8
14202026-03-23T19:34:08.225Z Compiling either v1.15.0
14212026-03-23T19:34:08.250Z Compiling num_threads v0.1.7
14222026-03-23T19:34:08.269Z Compiling native-tls v0.2.18
14232026-03-23T19:34:08.294Z Compiling bit-vec v0.8.0
14242026-03-23T19:34:08.354Z Compiling usdt-impl v0.6.0
14252026-03-23T19:34:08.376Z Compiling simd-adler32 v0.3.8
14262026-03-23T19:34:08.398Z Compiling quick-error v1.2.3
14272026-03-23T19:34:08.425Z Compiling aws-lc-sys v0.37.1
14282026-03-23T19:34:08.434Z Compiling ring v0.17.14
14292026-03-23T19:34:08.471Z Compiling openssl-sys v0.9.111
14302026-03-23T19:34:08.527Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-03-23T19:34:08.552Z Compiling bit-set v0.8.0
14322026-03-23T19:34:08.575Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-03-23T19:34:08.682Z Compiling tempfile v3.25.0
14342026-03-23T19:34:08.738Z Compiling synstructure v0.13.2
14352026-03-23T19:34:08.777Z Compiling serde_derive_internals v0.29.1
14362026-03-23T19:34:08.896Z Compiling pest_generator v2.8.6
14372026-03-23T19:34:08.960Z Compiling darling_core v0.20.11
14382026-03-23T19:34:09.106Z Compiling regex-automata v0.4.14
14392026-03-23T19:34:09.232Z Compiling rusty-fork v0.3.1
14402026-03-23T19:34:09.689Z Compiling time v0.3.47
14412026-03-23T19:34:09.708Z Compiling darling_core v0.21.3
14422026-03-23T19:34:09.712Z Compiling unicode-normalization v0.1.25
14432026-03-23T19:34:09.751Z Compiling crossbeam-epoch v0.9.18
14442026-03-23T19:34:09.886Z Compiling slog v2.8.2
14452026-03-23T19:34:10.033Z Compiling rand_xorshift v0.4.0
14462026-03-23T19:34:10.092Z Compiling heapless v0.7.17
14472026-03-23T19:34:10.119Z Compiling thread-id v5.1.0
14482026-03-23T19:34:10.147Z Compiling sync_wrapper v1.0.2
14492026-03-23T19:34:10.230Z Compiling cookie v0.18.1
14502026-03-23T19:34:10.257Z Compiling unarray v0.1.4
14512026-03-23T19:34:10.284Z Compiling unicode-segmentation v1.12.0
14522026-03-23T19:34:10.308Z Compiling anyhow v1.0.102
14532026-03-23T19:34:10.332Z Compiling unicode-properties v0.1.4
14542026-03-23T19:34:10.389Z Compiling rayon-core v1.13.0
14552026-03-23T19:34:10.415Z Compiling unicode-bidi v0.3.18
14562026-03-23T19:34:10.440Z Compiling zstd-safe v7.2.4
14572026-03-23T19:34:10.487Z Compiling signal-hook v0.3.18
14582026-03-23T19:34:10.630Z Compiling paste v1.0.15
14592026-03-23T19:34:10.654Z Compiling adler2 v2.0.1
14602026-03-23T19:34:10.793Z Compiling miniz_oxide v0.8.9
14612026-03-23T19:34:10.859Z Compiling crossbeam-deque v0.8.6
14622026-03-23T19:34:10.906Z Compiling stringprep v0.1.5
14632026-03-23T19:34:11.065Z Compiling num-integer v0.1.46
14642026-03-23T19:34:11.107Z Compiling vergen-lib v0.1.6
14652026-03-23T19:34:11.154Z Compiling curve25519-dalek v4.1.3
14662026-03-23T19:34:11.197Z Compiling ff v0.13.1
14672026-03-23T19:34:11.330Z Compiling hash32 v0.2.1
14682026-03-23T19:34:11.382Z Compiling memoffset v0.9.1
14692026-03-23T19:34:11.441Z Compiling serde_derive v1.0.228
14702026-03-23T19:34:11.523Z Compiling zeroize_derive v1.4.3
14712026-03-23T19:34:11.542Z Compiling zerofrom-derive v0.1.6
14722026-03-23T19:34:11.588Z Compiling yoke-derive v0.8.1
14732026-03-23T19:34:11.610Z Compiling zerocopy-derive v0.8.40
14742026-03-23T19:34:11.642Z Compiling zerovec-derive v0.11.2
14752026-03-23T19:34:11.666Z Compiling displaydoc v0.2.5
14762026-03-23T19:34:11.715Z Compiling tokio-macros v2.6.0
14772026-03-23T19:34:11.955Z Compiling futures-macro v0.3.32
14782026-03-23T19:34:12.351Z Compiling der_derive v0.7.3
14792026-03-23T19:34:12.401Z Compiling zeroize v1.8.2
14802026-03-23T19:34:12.732Z Compiling thiserror-impl v2.0.18
14812026-03-23T19:34:12.758Z Compiling rustls-pki-types v1.14.0
14822026-03-23T19:34:13.120Z Compiling futures-util v0.3.32
14832026-03-23T19:34:13.214Z Compiling tracing-attributes v0.1.31
14842026-03-23T19:34:13.238Z Compiling schemars_derive v0.8.22
14852026-03-23T19:34:13.406Z Compiling pest_derive v2.8.6
14862026-03-23T19:34:13.431Z Compiling scroll_derive v0.13.1
14872026-03-23T19:34:13.538Z Compiling crypto-common v0.1.7
14882026-03-23T19:34:13.561Z Compiling zerofrom v0.1.6
14892026-03-23T19:34:13.564Z Compiling block-buffer v0.10.4
14902026-03-23T19:34:13.746Z Compiling yoke v0.8.1
14912026-03-23T19:34:13.746Z Compiling block-padding v0.3.3
14922026-03-23T19:34:13.792Z Compiling digest v0.10.7
14932026-03-23T19:34:13.825Z Compiling der v0.7.10
14942026-03-23T19:34:14.004Z Compiling zerovec v0.11.5
14952026-03-23T19:34:14.007Z Compiling zerotrie v0.2.3
14962026-03-23T19:34:14.044Z Compiling inout v0.1.4
14972026-03-23T19:34:14.153Z Compiling hmac v0.12.1
14982026-03-23T19:34:14.281Z Compiling cipher v0.4.4
14992026-03-23T19:34:14.378Z Compiling sha2 v0.10.9
15002026-03-23T19:34:14.415Z Compiling pbkdf2 v0.12.2
15012026-03-23T19:34:14.573Z Compiling scroll v0.13.0
15022026-03-23T19:34:14.634Z Compiling salsa20 v0.10.2
15032026-03-23T19:34:14.637Z Compiling thiserror v2.0.18
15042026-03-23T19:34:14.641Z Compiling aes v0.8.4
15052026-03-23T19:34:14.739Z Compiling tinystr v0.8.2
15062026-03-23T19:34:14.770Z Compiling potential_utf v0.1.4
15072026-03-23T19:34:14.790Z Compiling scrypt v0.11.0
15082026-03-23T19:34:14.939Z Compiling icu_collections v2.1.1
15092026-03-23T19:34:15.008Z Compiling icu_locale_core v2.1.1
15102026-03-23T19:34:15.033Z Compiling spki v0.7.3
15112026-03-23T19:34:15.056Z Compiling cbc v0.1.2
15122026-03-23T19:34:15.059Z Compiling darling_macro v0.20.11
15132026-03-23T19:34:15.131Z Compiling tracing v0.1.44
15142026-03-23T19:34:15.155Z Compiling goblin v0.10.5
15152026-03-23T19:34:15.266Z Compiling pkcs5 v0.7.1
15162026-03-23T19:34:15.324Z Compiling thiserror-impl v1.0.69
15172026-03-23T19:34:15.510Z Compiling openssl-macros v0.1.1
15182026-03-23T19:34:15.570Z Compiling dtrace-parser v0.3.0
15192026-03-23T19:34:15.620Z Compiling signature v2.2.0
15202026-03-23T19:34:15.721Z Compiling pkcs8 v0.10.2
15212026-03-23T19:34:15.796Z Compiling darling v0.20.11
15222026-03-23T19:34:15.865Z Compiling rustls-native-certs v0.8.3
15232026-03-23T19:34:15.913Z Compiling icu_provider v2.1.1
15242026-03-23T19:34:15.949Z Compiling derive_builder_core v0.20.2
15252026-03-23T19:34:16.075Z Compiling scroll_derive v0.12.1
15262026-03-23T19:34:16.158Z Compiling md-5 v0.10.6
15272026-03-23T19:34:16.265Z Compiling bytes v1.11.1
15282026-03-23T19:34:16.292Z Compiling icu_properties v2.1.2
15292026-03-23T19:34:16.295Z Compiling icu_normalizer v2.1.1
15302026-03-23T19:34:16.341Z Compiling chrono v0.4.44
15312026-03-23T19:34:16.344Z Compiling ipnet v2.11.0
15322026-03-23T19:34:16.390Z Compiling serde_tokenstream v0.2.3
15332026-03-23T19:34:16.390Z Compiling serde_spanned v0.6.9
15342026-03-23T19:34:16.587Z Compiling erased-serde v0.3.31
15352026-03-23T19:34:16.644Z Compiling toml_datetime v0.6.11
15362026-03-23T19:34:16.841Z Compiling darling_macro v0.21.3
15372026-03-23T19:34:16.973Z Compiling tokio v1.49.0
15382026-03-23T19:34:17.003Z Compiling http v1.4.0
15392026-03-23T19:34:17.029Z Compiling thiserror v1.0.69
15402026-03-23T19:34:17.055Z Compiling scroll v0.12.0
15412026-03-23T19:34:17.078Z Compiling webpki-roots v1.0.6
15422026-03-23T19:34:17.126Z Compiling zerocopy-derive v0.7.35
15432026-03-23T19:34:17.172Z Compiling derive_builder_macro v0.20.2
15442026-03-23T19:34:17.194Z Compiling fallible-iterator v0.2.0
15452026-03-23T19:34:17.248Z Compiling ryu v1.0.23
15462026-03-23T19:34:17.334Z Compiling iri-string v0.7.10
15472026-03-23T19:34:17.415Z Compiling smoltcp v0.9.1
15482026-03-23T19:34:17.531Z Compiling zlib-rs v0.6.2
15492026-03-23T19:34:17.553Z Compiling base16ct v0.2.0
15502026-03-23T19:34:17.687Z Compiling idna_adapter v1.2.1
15512026-03-23T19:34:17.811Z Compiling litrs v1.0.0
15522026-03-23T19:34:17.858Z Compiling idna v1.1.0
15532026-03-23T19:34:17.880Z Compiling cfg_aliases v0.2.1
15542026-03-23T19:34:17.905Z Compiling ppv-lite86 v0.2.21
15552026-03-23T19:34:17.929Z Compiling ref-cast v1.0.25
15562026-03-23T19:34:17.951Z Compiling rustix v0.38.44
15572026-03-23T19:34:17.991Z Compiling http-body v1.0.1
15582026-03-23T19:34:18.171Z Compiling http-body-util v0.1.3
15592026-03-23T19:34:18.209Z Compiling psl-types v2.0.11
15602026-03-23T19:34:18.319Z Compiling url v2.5.8
15612026-03-23T19:34:18.346Z Compiling rand_chacha v0.9.0
15622026-03-23T19:34:18.373Z Compiling rand_chacha v0.3.1
15632026-03-23T19:34:18.396Z Compiling num-bigint-dig v0.8.6
15642026-03-23T19:34:18.399Z Compiling zerocopy v0.7.35
15652026-03-23T19:34:18.399Z Compiling publicsuffix v2.3.0
15662026-03-23T19:34:18.532Z Compiling document-features v0.2.12
15672026-03-23T19:34:18.581Z Compiling nix v0.31.1
15682026-03-23T19:34:18.636Z Compiling rand v0.9.2
15692026-03-23T19:34:18.684Z Compiling rand v0.8.5
15702026-03-23T19:34:18.799Z Compiling derive_builder v0.20.2
15712026-03-23T19:34:18.977Z Compiling sec1 v0.7.3
15722026-03-23T19:34:19.106Z Compiling dof v0.4.0
15732026-03-23T19:34:19.272Z Compiling darling v0.21.3
15742026-03-23T19:34:19.348Z Compiling serde_urlencoded v0.7.1
15752026-03-23T19:34:19.372Z Compiling goblin v0.8.2
15762026-03-23T19:34:19.441Z Compiling proptest v1.10.0
15772026-03-23T19:34:19.464Z Compiling postgres-protocol v0.6.10
15782026-03-23T19:34:19.575Z Compiling cargo-platform v0.1.9
15792026-03-23T19:34:19.670Z Compiling hkdf v0.12.4
15802026-03-23T19:34:19.703Z Compiling hubpack_derive v0.1.1
15812026-03-23T19:34:19.732Z Compiling crypto-bigint v0.5.5
15822026-03-23T19:34:19.817Z Compiling regex v1.12.3
15832026-03-23T19:34:20.077Z Compiling ref-cast-impl v1.0.25
15842026-03-23T19:34:20.097Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-23T19:34:20.238Z Compiling ipnetwork v0.21.1
15862026-03-23T19:34:20.324Z Compiling daft-derive v0.1.5
15872026-03-23T19:34:20.429Z Compiling async-trait v0.1.89
15882026-03-23T19:34:20.686Z Compiling oxnet v0.1.4
15892026-03-23T19:34:20.782Z Compiling strum_macros v0.27.2
15902026-03-23T19:34:20.830Z Compiling num-iter v0.1.45
15912026-03-23T19:34:20.883Z Compiling group v0.13.0
15922026-03-23T19:34:21.123Z Compiling proc-macro-error v1.0.4
15932026-03-23T19:34:21.309Z Compiling heck v0.4.1
15942026-03-23T19:34:21.334Z Compiling terminal_size v0.4.3
15952026-03-23T19:34:21.530Z Compiling phf_shared v0.13.1
15962026-03-23T19:34:21.553Z Compiling lazy_static v1.5.0
15972026-03-23T19:34:21.577Z Compiling vergen v9.0.6
15982026-03-23T19:34:21.603Z Compiling fs-err v3.3.0
15992026-03-23T19:34:21.630Z Compiling ahash v0.8.12
16002026-03-23T19:34:21.662Z Compiling foldhash v0.1.5
16012026-03-23T19:34:21.692Z Compiling winnow v0.5.40
16022026-03-23T19:34:21.732Z Compiling flate2 v1.1.9
16032026-03-23T19:34:21.839Z Compiling libbz2-rs-sys v0.2.2
16042026-03-23T19:34:21.869Z Compiling bitflags v1.3.2
16052026-03-23T19:34:21.897Z Compiling managed v0.8.0
16062026-03-23T19:34:21.923Z Compiling bumpalo v3.20.2
16072026-03-23T19:34:21.923Z Compiling object v0.37.3
16082026-03-23T19:34:21.926Z Compiling clap_builder v4.5.60
16092026-03-23T19:34:22.015Z Compiling tokio-util v0.7.18
16102026-03-23T19:34:22.066Z Compiling tower v0.5.3
16112026-03-23T19:34:22.197Z Compiling tokio-native-tls v0.3.1
16122026-03-23T19:34:22.245Z Compiling zopfli v0.8.3
16132026-03-23T19:34:22.323Z Compiling console v0.16.2
16142026-03-23T19:34:22.420Z Compiling bzip2 v0.6.1
16152026-03-23T19:34:22.635Z Compiling tower-http v0.6.8
16162026-03-23T19:34:22.658Z Compiling dof v0.3.0
16172026-03-23T19:34:22.765Z Compiling hashbrown v0.15.5
16182026-03-23T19:34:22.792Z Compiling newtype-uuid v1.3.2
16192026-03-23T19:34:22.826Z Compiling phf v0.13.1
16202026-03-23T19:34:23.052Z Compiling h2 v0.4.13
16212026-03-23T19:34:23.163Z Compiling daft v0.1.5
16222026-03-23T19:34:23.238Z Compiling zone_cfg_derive v0.3.1
16232026-03-23T19:34:23.291Z Compiling rayon v1.11.0
16242026-03-23T19:34:23.475Z Compiling signal-hook-mio v0.2.5
16252026-03-23T19:34:23.549Z Compiling toml_edit v0.19.15
16262026-03-23T19:34:23.573Z Compiling usdt-macro v0.6.0
16272026-03-23T19:34:23.622Z Compiling strum v0.27.2
16282026-03-23T19:34:23.647Z Compiling usdt-attr-macro v0.6.0
16292026-03-23T19:34:23.705Z Compiling cargo_metadata v0.19.2
16302026-03-23T19:34:23.742Z Compiling cookie_store v0.22.1
16312026-03-23T19:34:23.799Z Compiling elliptic-curve v0.13.8
16322026-03-23T19:34:24.278Z Compiling hubpack v0.1.2
16332026-03-23T19:34:24.457Z Compiling bzip2 v0.4.4
16342026-03-23T19:34:24.499Z Compiling postgres-types v0.2.12
16352026-03-23T19:34:24.597Z Compiling serde_with_macros v3.17.0
16362026-03-23T19:34:24.649Z Compiling zstd v0.13.3
16372026-03-23T19:34:24.746Z Compiling dtrace-parser v0.2.0
16382026-03-23T19:34:24.768Z Compiling serde-big-array v0.5.1
16392026-03-23T19:34:24.986Z Compiling hex v0.4.3
16402026-03-23T19:34:25.011Z Compiling pkcs1 v0.7.5
16412026-03-23T19:34:25.033Z Compiling ed25519 v2.2.3
16422026-03-23T19:34:25.288Z Compiling rfc6979 v0.4.0
16432026-03-23T19:34:25.359Z Compiling bstr v1.12.1
16442026-03-23T19:34:25.462Z Compiling clap_derive v4.5.55
16452026-03-23T19:34:25.588Z Compiling serde_repr v0.1.20
16462026-03-23T19:34:25.624Z Compiling strum_macros v0.26.4
16472026-03-23T19:34:25.787Z Compiling enum-as-inner v0.6.1
16482026-03-23T19:34:25.824Z Compiling itertools v0.12.1
16492026-03-23T19:34:26.157Z Compiling phf_shared v0.11.3
16502026-03-23T19:34:26.202Z Compiling float-cmp v0.10.0
16512026-03-23T19:34:26.306Z Compiling thread-id v4.2.2
16522026-03-23T19:34:26.317Z Compiling memmap2 v0.9.10
16532026-03-23T19:34:26.357Z Compiling env_filter v1.0.0
16542026-03-23T19:34:26.377Z Compiling encoding_rs v0.8.35
16552026-03-23T19:34:26.430Z Compiling fixedbitset v0.5.7
16562026-03-23T19:34:26.449Z Compiling precomputed-hash v0.1.1
16572026-03-23T19:34:26.449Z Compiling whoami v2.1.0
16582026-03-23T19:34:26.480Z Compiling new_debug_unreachable v1.0.6
16592026-03-23T19:34:26.558Z Compiling rustc-hash v2.1.1
16602026-03-23T19:34:26.580Z Compiling predicates-core v1.0.10
16612026-03-23T19:34:26.631Z Compiling keccak v0.1.6
16622026-03-23T19:34:26.736Z Compiling static_assertions v1.1.0
16632026-03-23T19:34:26.771Z Compiling unit-prefix v0.5.2
16642026-03-23T19:34:26.834Z Compiling normalize-line-endings v0.3.0
16652026-03-23T19:34:26.857Z Compiling fixedbitset v0.4.2
16662026-03-23T19:34:26.861Z Compiling mime v0.3.17
16672026-03-23T19:34:26.969Z Compiling difflib v0.4.0
16682026-03-23T19:34:26.992Z Compiling jiff v0.2.21
16692026-03-23T19:34:26.992Z Compiling data-encoding v2.10.0
16702026-03-23T19:34:27.163Z Compiling hyper v1.8.1
16712026-03-23T19:34:27.250Z Compiling petgraph v0.6.5
16722026-03-23T19:34:27.322Z Compiling predicates v3.1.4
16732026-03-23T19:34:27.524Z Compiling hickory-proto v0.25.2
16742026-03-23T19:34:27.799Z Compiling zone v0.3.1
16752026-03-23T19:34:27.821Z Compiling indicatif v0.18.4
16762026-03-23T19:34:27.948Z Compiling clap v4.5.60
16772026-03-23T19:34:28.042Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-03-23T19:34:28.072Z Compiling sha3 v0.10.8
16792026-03-23T19:34:28.096Z Compiling toml_edit v0.22.27
16802026-03-23T19:34:28.124Z Compiling strum v0.26.3
16812026-03-23T19:34:28.308Z Compiling tokio-postgres v0.7.16
16822026-03-23T19:34:28.329Z Compiling iddqd v0.3.17
16832026-03-23T19:34:28.561Z Compiling petgraph v0.8.3
16842026-03-23T19:34:28.638Z Compiling env_logger v0.11.9
16852026-03-23T19:34:28.702Z Compiling hyper-util v0.1.20
16862026-03-23T19:34:28.780Z Compiling string_cache v0.8.9
16872026-03-23T19:34:29.046Z Compiling usdt v0.6.0
16882026-03-23T19:34:29.102Z Compiling usdt-impl v0.5.0
16892026-03-23T19:34:29.151Z Compiling serde_with v3.17.0
16902026-03-23T19:34:29.412Z Compiling similar v2.7.0
16912026-03-23T19:34:29.436Z Compiling crossterm v0.28.1
16922026-03-23T19:34:29.464Z Compiling ecdsa v0.16.9
16932026-03-23T19:34:29.907Z Compiling toml v0.7.8
16942026-03-23T19:34:29.936Z Compiling rsa v0.9.10
16952026-03-23T19:34:29.992Z Compiling ed25519-dalek v2.2.0
16962026-03-23T19:34:30.517Z Compiling hyper-tls v0.6.0
16972026-03-23T19:34:30.769Z Compiling zip v4.6.1
16982026-03-23T19:34:30.834Z Compiling zip v0.6.6
16992026-03-23T19:34:31.036Z Compiling tokio-stream v0.1.18
17002026-03-23T19:34:31.346Z Compiling buf-list v1.1.2
17012026-03-23T19:34:31.569Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-03-23T19:34:31.604Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-23T19:34:31.640Z Compiling openapiv3 v2.2.0
17042026-03-23T19:34:31.697Z Compiling x509-cert v0.2.5
17052026-03-23T19:34:31.732Z Compiling sha1 v0.10.6
17062026-03-23T19:34:31.754Z Compiling itertools v0.13.0
17072026-03-23T19:34:31.881Z Compiling toml_datetime v0.7.5+spec-1.1.0
17082026-03-23T19:34:32.019Z Compiling peg-runtime v0.8.5
17092026-03-23T19:34:32.040Z Compiling lalrpop-util v0.19.12
17102026-03-23T19:34:32.061Z Compiling thread_local v1.1.9
17112026-03-23T19:34:32.121Z Compiling slog-async v2.8.0
17122026-03-23T19:34:32.297Z Compiling futures-executor v0.3.32
17132026-03-23T19:34:32.318Z Compiling crossbeam-channel v0.5.15
17142026-03-23T19:34:32.417Z Compiling filetime v0.2.27
17152026-03-23T19:34:32.420Z Compiling is-terminal v0.4.17
17162026-03-23T19:34:32.490Z Compiling term v1.2.1
17172026-03-23T19:34:32.590Z Compiling xattr v1.6.1
17182026-03-23T19:34:32.618Z Compiling take_mut v0.2.2
17192026-03-23T19:34:32.676Z Compiling futures v0.3.32
17202026-03-23T19:34:32.765Z Compiling tar v0.4.44
17212026-03-23T19:34:32.916Z Compiling slog-term v2.9.2
17222026-03-23T19:34:53.342Z Compiling rustls-webpki v0.103.9
17232026-03-23T19:34:57.377Z Compiling tokio-rustls v0.26.4
17242026-03-23T19:34:57.377Z Compiling rustls-platform-verifier v0.6.2
17252026-03-23T19:34:57.659Z Compiling hyper-rustls v0.27.7
17262026-03-23T19:34:57.918Z Compiling reqwest v0.12.28
17272026-03-23T19:34:57.918Z Compiling reqwest v0.13.2
17282026-03-23T19:35:00.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-03-23T19:35:01.043Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-03-23T19:35:04.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17312026-03-23T19:35:05.016Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-03-23T19:35:05.076ZMar 23 19:35:04.420 INFO Starting download, target: TransceiverControl
17332026-03-23T19:35:05.076ZMar 23 19:35:04.420 INFO Starting download, target: Console
17342026-03-23T19:35:05.076ZMar 23 19:35:04.420 INFO Starting download, target: MaghemiteMgd
17352026-03-23T19:35:05.076ZMar 23 19:35:04.420 INFO Starting download, target: Clickhouse
17362026-03-23T19:35:05.076ZMar 23 19:35:04.420 INFO Starting download, target: DendriteStub
17372026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Starting download, target: Cockroach
17382026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-03-23T19:35:05.082ZMar 23 19:35:04.420 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-03-23T19:35:05.497ZMar 23 19:35:04.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-23T19:35:05.840ZMar 23 19:35:05.183 INFO Download complete, target: TransceiverControl
17462026-03-23T19:35:06.020ZMar 23 19:35:05.363 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-23T19:35:06.408ZMar 23 19:35:05.748 INFO Download complete, target: Console
17482026-03-23T19:35:06.591ZMar 23 19:35:05.935 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-03-23T19:35:06.623ZMar 23 19:35:05.967 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-03-23T19:35:07.290ZMar 23 19:35:06.634 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-03-23T19:35:07.290ZMar 23 19:35:06.634 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-03-23T19:35:07.532ZMar 23 19:35:06.877 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-03-23T19:35:10.470ZMar 23 19:35:09.814 INFO Download complete, target: DendriteStub
17542026-03-23T19:35:10.474ZMar 23 19:35:09.818 INFO Download complete, target: MaghemiteMgd
17552026-03-23T19:35:14.980ZMar 23 19:35:14.324 INFO Checking that binary works, target: Cockroach
17562026-03-23T19:35:15.105ZMar 23 19:35:14.449 INFO Download complete, target: Cockroach
17572026-03-23T19:35:18.828ZMar 23 19:35:18.172 INFO Checking that binary works, target: Clickhouse
17582026-03-23T19:35:18.994ZMar 23 19:35:18.338 INFO Download complete, target: Clickhouse
17592026-03-23T19:35:19.002ZAll prerequisites installed successfully
17602026-03-23T19:35:19.007Z
17612026-03-23T19:35:19.007Zreal 3:54.736132666
17622026-03-23T19:35:19.007Zuser 10:25.669486226
17632026-03-23T19:35:19.007Zsys 2:08.337790927
17642026-03-23T19:35:19.007Ztrap 0.333867096
17652026-03-23T19:35:19.007Ztflt 1.133647437
17662026-03-23T19:35:19.007Zdflt 1.910739513
17672026-03-23T19:35:19.007Zkflt 0.075560018
17682026-03-23T19:35:19.007Zlock 32:46.410389373
17692026-03-23T19:35:19.007Zslp 25:48.914729690
17702026-03-23T19:35:19.007Zlat 29.101026751
17712026-03-23T19:35:19.007Zstop 4:35.875320064
17722026-03-23T19:35:19.007Z+ ptime -m cargo xtask download softnpu
17732026-03-23T19:35:19.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17742026-03-23T19:35:19.748Z Running `target/debug/xtask download softnpu`
17752026-03-23T19:35:20.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17762026-03-23T19:35:20.864Z Running `target/debug/xtask-downloader softnpu`
17772026-03-23T19:35:20.921ZMar 23 19:35:20.261 INFO Starting download, target: Softnpu
17782026-03-23T19:35:20.924ZMar 23 19:35:20.262 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-03-23T19:35:21.649ZMar 23 19:35:20.993 INFO Download complete, target: Softnpu
17802026-03-23T19:35:21.653Z
17812026-03-23T19:35:21.656Zreal 2.643886240
17822026-03-23T19:35:21.656Zuser 1.806349343
17832026-03-23T19:35:21.656Zsys 0.815734082
17842026-03-23T19:35:21.656Ztrap 0.000450031
17852026-03-23T19:35:21.656Ztflt 0.000166551
17862026-03-23T19:35:21.656Zdflt 0.000191279
17872026-03-23T19:35:21.656Zkflt 0.000000000
17882026-03-23T19:35:21.656Zlock 13.227008577
17892026-03-23T19:35:21.656Zslp 0.494787143
17902026-03-23T19:35:21.656Zlat 0.053118653
17912026-03-23T19:35:21.656Zstop 0.000436130
17922026-03-23T19:35:21.656Z+ export CARGO_INCREMENTAL=0
17932026-03-23T19:35:21.656Z+ CARGO_INCREMENTAL=0
17942026-03-23T19:35:21.656Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-03-23T19:35:22.887Z Compiling proc-macro2 v1.0.106
17962026-03-23T19:35:22.887Z Compiling quote v1.0.44
17972026-03-23T19:35:22.887Z Compiling unicode-ident v1.0.24
17982026-03-23T19:35:22.891Z Compiling libc v0.2.180
17992026-03-23T19:35:22.891Z Compiling serde_core v1.0.228
18002026-03-23T19:35:22.891Z Compiling serde v1.0.228
18012026-03-23T19:35:22.891Z Compiling cfg-if v1.0.4
18022026-03-23T19:35:22.891Z Compiling version_check v0.9.5
18032026-03-23T19:35:22.891Z Compiling find-msvc-tools v0.1.9
18042026-03-23T19:35:22.891Z Compiling shlex v1.3.0
18052026-03-23T19:35:22.891Z Compiling typenum v1.19.0
18062026-03-23T19:35:23.058Z Compiling portable-atomic v1.13.1
18072026-03-23T19:35:23.062Z Compiling memchr v2.8.0
18082026-03-23T19:35:23.089Z Compiling autocfg v1.5.0
18092026-03-23T19:35:23.101Z Compiling zmij v1.0.21
18102026-03-23T19:35:23.226Z Compiling serde_json v1.0.149
18112026-03-23T19:35:23.483Z Compiling generic-array v0.14.7
18122026-03-23T19:35:23.556Z Compiling zerocopy v0.8.40
18132026-03-23T19:35:23.630Z Compiling parking_lot_core v0.9.12
18142026-03-23T19:35:23.680Z Compiling libm v0.2.16
18152026-03-23T19:35:23.800Z Compiling smallvec v1.15.1
18162026-03-23T19:35:23.825Z Compiling icu_properties_data v2.1.2
18172026-03-23T19:35:23.828Z Compiling icu_normalizer_data v2.1.1
18182026-03-23T19:35:23.828Z Compiling num-traits v0.2.19
18192026-03-23T19:35:23.828Z Compiling itoa v1.0.17
18202026-03-23T19:35:23.956Z Compiling log v0.4.29
18212026-03-23T19:35:24.095Z Compiling getrandom v0.4.1
18222026-03-23T19:35:24.121Z Compiling pkg-config v0.3.32
18232026-03-23T19:35:24.170Z Compiling stable_deref_trait v1.2.1
18242026-03-23T19:35:24.244Z Compiling scopeguard v1.2.0
18252026-03-23T19:35:24.267Z Compiling subtle v2.6.1
18262026-03-23T19:35:24.390Z Compiling jobserver v0.1.34
18272026-03-23T19:35:24.394Z Compiling getrandom v0.2.17
18282026-03-23T19:35:24.436Z Compiling errno v0.3.14
18292026-03-23T19:35:24.439Z Compiling lock_api v0.4.14
18302026-03-23T19:35:24.440Z Compiling fnv v1.0.7
18312026-03-23T19:35:24.607Z Compiling rand_core v0.6.4
18322026-03-23T19:35:24.612Z Compiling thiserror v2.0.18
18332026-03-23T19:35:24.759Z Compiling cc v1.2.56
18342026-03-23T19:35:24.810Z Compiling syn v2.0.117
18352026-03-23T19:35:24.861Z Compiling pin-project-lite v0.2.17
18362026-03-23T19:35:24.887Z Compiling getrandom v0.3.4
18372026-03-23T19:35:24.938Z Compiling critical-section v1.2.0
18382026-03-23T19:35:25.174Z Compiling rustversion v1.0.22
18392026-03-23T19:35:25.177Z Compiling equivalent v1.0.2
18402026-03-23T19:35:25.219Z Compiling allocator-api2 v0.2.21
18412026-03-23T19:35:25.246Z Compiling percent-encoding v2.3.2
18422026-03-23T19:35:25.343Z Compiling litemap v0.8.1
18432026-03-23T19:35:25.346Z Compiling fs_extra v1.3.0
18442026-03-23T19:35:25.463Z Compiling dunce v1.0.5
18452026-03-23T19:35:25.535Z Compiling once_cell v1.21.3
18462026-03-23T19:35:25.601Z Compiling foldhash v0.2.0
18472026-03-23T19:35:25.681Z Compiling writeable v0.6.2
18482026-03-23T19:35:25.731Z Compiling cmake v0.1.57
18492026-03-23T19:35:25.830Z Compiling hashbrown v0.16.1
18502026-03-23T19:35:25.881Z Compiling const-oid v0.9.6
18512026-03-23T19:35:25.954Z Compiling signal-hook-registry v1.4.8
18522026-03-23T19:35:26.005Z Compiling rustix v1.1.3
18532026-03-23T19:35:26.008Z Compiling socket2 v0.6.2
18542026-03-23T19:35:26.098Z Compiling semver v1.0.27
18552026-03-23T19:35:26.152Z Compiling mio v1.1.1
18562026-03-23T19:35:26.210Z Compiling schemars v0.8.22
18572026-03-23T19:35:26.468Z Compiling bitflags v2.11.0
18582026-03-23T19:35:26.496Z Compiling parking_lot v0.12.5
18592026-03-23T19:35:26.549Z Compiling indexmap v2.13.0
18602026-03-23T19:35:26.553Z Compiling ring v0.17.14
18612026-03-23T19:35:26.553Z Compiling aws-lc-sys v0.37.1
18622026-03-23T19:35:26.628Z Compiling aws-lc-rs v1.16.0
18632026-03-23T19:35:26.634Z Compiling rand_core v0.10.0
18642026-03-23T19:35:26.880Z Compiling utf8_iter v1.0.4
18652026-03-23T19:35:26.961Z Compiling form_urlencoded v1.2.2
18662026-03-23T19:35:27.056Z Compiling strsim v0.11.1
18672026-03-23T19:35:27.080Z Compiling futures-core v0.3.32
18682026-03-23T19:35:27.310Z Compiling byteorder v1.5.0
18692026-03-23T19:35:27.314Z Compiling ucd-trie v0.1.7
18702026-03-23T19:35:27.361Z Compiling httparse v1.10.1
18712026-03-23T19:35:27.474Z Compiling thiserror v1.0.69
18722026-03-23T19:35:27.555Z Compiling pest v2.8.6
18732026-03-23T19:35:27.616Z Compiling heck v0.5.0
18742026-03-23T19:35:27.648Z Compiling vcpkg v0.2.15
18752026-03-23T19:35:27.694Z Compiling ident_case v1.0.1
18762026-03-23T19:35:27.797Z Compiling regex-syntax v0.8.10
18772026-03-23T19:35:27.869Z Compiling crossbeam-utils v0.8.21
18782026-03-23T19:35:27.971Z Compiling syn v1.0.109
18792026-03-23T19:35:28.138Z Compiling rustls v0.23.37
18802026-03-23T19:35:28.162Z Compiling futures-sink v0.3.32
18812026-03-23T19:35:28.190Z Compiling rustc_version v0.4.1
18822026-03-23T19:35:28.247Z Compiling cpufeatures v0.2.17
18832026-03-23T19:35:28.294Z Compiling slab v0.4.12
18842026-03-23T19:35:28.298Z Compiling futures-channel v0.3.32
18852026-03-23T19:35:28.344Z Compiling futures-task v0.3.32
18862026-03-23T19:35:28.344Z Compiling futures-io v0.3.32
18872026-03-23T19:35:28.490Z Compiling openssl-sys v0.9.111
18882026-03-23T19:35:28.544Z Compiling plain v0.2.3
18892026-03-23T19:35:28.576Z Compiling iana-time-zone v0.1.65
18902026-03-23T19:35:28.579Z Compiling uuid v1.21.0
18912026-03-23T19:35:28.644Z Compiling aho-corasick v1.1.4
18922026-03-23T19:35:28.669Z Compiling synstructure v0.13.2
18932026-03-23T19:35:28.694Z Compiling serde_derive_internals v0.29.1
18942026-03-23T19:35:28.769Z Compiling num-conv v0.2.0
18952026-03-23T19:35:28.963Z Compiling time-core v0.1.8
18962026-03-23T19:35:29.176Z Compiling pest_meta v2.8.6
18972026-03-23T19:35:29.201Z Compiling time-macros v0.2.27
18982026-03-23T19:35:29.465Z Compiling pretty-hex v0.4.1
18992026-03-23T19:35:29.661Z Compiling openssl v0.10.75
19002026-03-23T19:35:29.809Z Compiling either v1.15.0
19012026-03-23T19:35:29.841Z Compiling crc32fast v1.5.0
19022026-03-23T19:35:29.876Z Compiling regex-automata v0.4.14
19032026-03-23T19:35:29.932Z Compiling base64ct v1.8.3
19042026-03-23T19:35:29.932Z Compiling anyhow v1.0.102
19052026-03-23T19:35:29.980Z Compiling pest_generator v2.8.6
19062026-03-23T19:35:30.004Z Compiling darling_core v0.21.3
19072026-03-23T19:35:30.072Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-03-23T19:35:30.187Z Compiling native-tls v0.2.18
19092026-03-23T19:35:30.208Z Compiling flagset v0.4.7
19102026-03-23T19:35:30.335Z Compiling pem-rfc7468 v0.7.0
19112026-03-23T19:35:30.362Z Compiling rand_core v0.9.5
19122026-03-23T19:35:30.520Z Compiling slog v2.8.2
19132026-03-23T19:35:30.564Z Compiling tracing-core v0.1.36
19142026-03-23T19:35:30.620Z Compiling untrusted v0.9.0
19152026-03-23T19:35:30.648Z Compiling serde_derive v1.0.228
19162026-03-23T19:35:30.674Z Compiling zeroize_derive v1.4.3
19172026-03-23T19:35:30.707Z Compiling zerofrom-derive v0.1.6
19182026-03-23T19:35:30.733Z Compiling yoke-derive v0.8.1
19192026-03-23T19:35:30.780Z Compiling zerovec-derive v0.11.2
19202026-03-23T19:35:30.805Z Compiling displaydoc v0.2.5
19212026-03-23T19:35:30.831Z Compiling zerocopy-derive v0.8.40
19222026-03-23T19:35:30.857Z Compiling tokio-macros v2.6.0
19232026-03-23T19:35:31.024Z Compiling futures-macro v0.3.32
19242026-03-23T19:35:31.471Z Compiling zeroize v1.8.2
19252026-03-23T19:35:31.756Z Compiling thiserror-impl v2.0.18
19262026-03-23T19:35:31.973Z Compiling tracing-attributes v0.1.31
19272026-03-23T19:35:32.020Z Compiling der_derive v0.7.3
19282026-03-23T19:35:32.024Z Compiling schemars_derive v0.8.22
19292026-03-23T19:35:32.140Z Compiling thiserror-impl v1.0.69
19302026-03-23T19:35:32.259Z Compiling zerofrom v0.1.6
19312026-03-23T19:35:32.437Z Compiling yoke v0.8.1
19322026-03-23T19:35:32.584Z Compiling crypto-common v0.1.7
19332026-03-23T19:35:32.713Z Compiling zerovec v0.11.5
19342026-03-23T19:35:32.775Z Compiling zerotrie v0.2.3
19352026-03-23T19:35:33.274Z Compiling block-buffer v0.10.4
19362026-03-23T19:35:33.357Z Compiling pest_derive v2.8.6
19372026-03-23T19:35:33.489Z Compiling tinystr v0.8.2
19382026-03-23T19:35:33.521Z Compiling potential_utf v0.1.4
19392026-03-23T19:35:33.552Z Compiling digest v0.10.7
19402026-03-23T19:35:33.578Z Compiling futures-util v0.3.32
19412026-03-23T19:35:33.770Z Compiling icu_locale_core v2.1.1
19422026-03-23T19:35:33.794Z Compiling icu_collections v2.1.1
19432026-03-23T19:35:33.839Z Compiling hmac v0.12.1
19442026-03-23T19:35:33.871Z Compiling block-padding v0.3.3
19452026-03-23T19:35:33.912Z Compiling sha2 v0.10.9
19462026-03-23T19:35:34.086Z Compiling inout v0.1.4
19472026-03-23T19:35:34.110Z Compiling rustls-pki-types v1.14.0
19482026-03-23T19:35:34.114Z Compiling scroll_derive v0.12.1
19492026-03-23T19:35:34.793Z Compiling icu_provider v2.1.1
19502026-03-23T19:35:34.841Z Compiling cipher v0.4.4
19512026-03-23T19:35:34.963Z Compiling bytes v1.11.1
19522026-03-23T19:35:35.041Z Compiling chrono v0.4.44
19532026-03-23T19:35:35.165Z Compiling icu_properties v2.1.2
19542026-03-23T19:35:35.200Z Compiling icu_normalizer v2.1.1
19552026-03-23T19:35:35.272Z Compiling serde_tokenstream v0.2.3
19562026-03-23T19:35:35.348Z Compiling scroll_derive v0.13.1
19572026-03-23T19:35:35.665Z Compiling tokio v1.49.0
19582026-03-23T19:35:36.339Z Compiling openssl-macros v0.1.1
19592026-03-23T19:35:36.716Z Compiling idna_adapter v1.2.1
19602026-03-23T19:35:36.841Z Compiling ppv-lite86 v0.2.21
19612026-03-23T19:35:36.894Z Compiling idna v1.1.0
19622026-03-23T19:35:36.919Z Compiling http v1.4.0
19632026-03-23T19:35:37.172Z Compiling der v0.7.10
19642026-03-23T19:35:37.197Z Compiling darling_macro v0.21.3
19652026-03-23T19:35:37.223Z Compiling regex v1.12.3
19662026-03-23T19:35:37.254Z Compiling zerocopy-derive v0.7.35
19672026-03-23T19:35:37.308Z Compiling dyn-clone v1.0.20
19682026-03-23T19:35:37.331Z Compiling rayon-core v1.13.0
19692026-03-23T19:35:37.507Z Compiling url v2.5.8
19702026-03-23T19:35:37.665Z Compiling salsa20 v0.10.2
19712026-03-23T19:35:37.809Z Compiling pbkdf2 v0.12.2
19722026-03-23T19:35:37.831Z Compiling darling v0.21.3
19732026-03-23T19:35:37.868Z Compiling tracing v0.1.44
19742026-03-23T19:35:38.412Z Compiling spki v0.7.3
19752026-03-23T19:35:38.758Z Compiling cookie v0.18.1
19762026-03-23T19:35:38.785Z Compiling base64 v0.22.1
19772026-03-23T19:35:38.808Z Compiling camino v1.2.2
19782026-03-23T19:35:39.237Z Compiling scrypt v0.11.0
19792026-03-23T19:35:39.262Z Compiling rand_chacha v0.9.0
19802026-03-23T19:35:39.287Z Compiling aes v0.8.4
19812026-03-23T19:35:39.412Z Compiling cbc v0.1.2
19822026-03-23T19:35:39.780Z Compiling usdt-impl v0.5.0
19832026-03-23T19:35:39.905Z Compiling winnow v0.7.14
19842026-03-23T19:35:39.974Z Compiling ref-cast v1.0.25
19852026-03-23T19:35:40.078Z Compiling paste v1.0.15
19862026-03-23T19:35:40.162Z Compiling usdt-impl v0.6.0
19872026-03-23T19:35:40.448Z Compiling pkcs5 v0.7.1
19882026-03-23T19:35:40.497Z Compiling rand v0.9.2
19892026-03-23T19:35:40.703Z Compiling http-body v1.0.1
19902026-03-23T19:35:40.882Z Compiling tokio-util v0.7.18
19912026-03-23T19:35:41.041Z Compiling scroll v0.13.0
19922026-03-23T19:35:41.068Z Compiling scroll v0.12.0
19932026-03-23T19:35:41.093Z Compiling toml_datetime v0.6.11
19942026-03-23T19:35:41.147Z Compiling serde_spanned v0.6.9
19952026-03-23T19:35:41.255Z Compiling heapless v0.7.17
19962026-03-23T19:35:41.435Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-03-23T19:35:41.439Z Compiling zstd-safe v7.2.4
19982026-03-23T19:35:41.485Z Compiling untrusted v0.7.1
19992026-03-23T19:35:41.533Z Compiling signal-hook v0.3.18
20002026-03-23T19:35:41.785Z Compiling atomic-waker v1.1.2
20012026-03-23T19:35:41.811Z Compiling openssl-probe v0.2.1
20022026-03-23T19:35:41.837Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-03-23T19:35:42.002Z Compiling goblin v0.8.2
20042026-03-23T19:35:42.041Z Compiling goblin v0.10.5
20052026-03-23T19:35:42.082Z Compiling pkcs8 v0.10.2
20062026-03-23T19:35:42.480Z Compiling zerocopy v0.7.35
20072026-03-23T19:35:42.582Z Compiling ref-cast-impl v1.0.25
20082026-03-23T19:35:42.641Z Compiling darling_core v0.20.11
20092026-03-23T19:35:42.847Z Compiling toml_datetime v0.7.5+spec-1.1.0
20102026-03-23T19:35:42.868Z Compiling memoffset v0.9.1
20112026-03-23T19:35:42.890Z Compiling tower-service v0.3.3
20122026-03-23T19:35:43.031Z Compiling try-lock v0.2.5
20132026-03-23T19:35:43.142Z Compiling tower-layer v0.3.3
20142026-03-23T19:35:43.244Z Compiling fastrand v2.3.0
20152026-03-23T19:35:43.305Z Compiling winnow v0.5.40
20162026-03-23T19:35:43.425Z Compiling rustix v0.38.44
20172026-03-23T19:35:43.611Z Compiling litrs v1.0.0
20182026-03-23T19:35:43.692Z Compiling tinyvec_macros v0.1.1
20192026-03-23T19:35:43.800Z Compiling tinyvec v1.10.0
20202026-03-23T19:35:43.874Z Compiling h2 v0.4.13
20212026-03-23T19:35:43.918Z Compiling want v0.3.1
20222026-03-23T19:35:44.264Z Compiling document-features v0.2.12
20232026-03-23T19:35:44.739Z Compiling dtrace-parser v0.2.0
20242026-03-23T19:35:44.979Z Compiling dtrace-parser v0.3.0
20252026-03-23T19:35:45.159Z Compiling toml_edit v0.19.15
20262026-03-23T19:35:45.295Z Compiling dof v0.3.0
20272026-03-23T19:35:45.485Z Compiling darling_macro v0.20.11
20282026-03-23T19:35:45.509Z Compiling ipnet v2.11.0
20292026-03-23T19:35:45.831Z Compiling dof v0.4.0
20302026-03-23T19:35:45.928Z Compiling async-trait v0.1.89
20312026-03-23T19:35:46.112Z Compiling daft-derive v0.1.5
20322026-03-23T19:35:46.155Z Compiling curve25519-dalek v4.1.3
20332026-03-23T19:35:46.240Z Compiling spin v0.9.8
20342026-03-23T19:35:46.344Z Compiling thread-id v4.2.2
20352026-03-23T19:35:46.467Z Compiling thread-id v5.1.0
20362026-03-23T19:35:46.512Z Compiling proc-macro-error-attr v1.0.4
20372026-03-23T19:35:46.585Z Compiling httpdate v1.0.3
20382026-03-23T19:35:46.776Z Compiling pin-utils v0.1.0
20392026-03-23T19:35:46.878Z Compiling powerfmt v0.2.0
20402026-03-23T19:35:47.041Z Compiling cfg_aliases v0.2.1
20412026-03-23T19:35:47.094Z Compiling num-bigint-dig v0.8.6
20422026-03-23T19:35:47.152Z Compiling foreign-types-shared v0.1.1
20432026-03-23T19:35:47.175Z Compiling smoltcp v0.9.1
20442026-03-23T19:35:47.249Z Compiling nix v0.31.1
20452026-03-23T19:35:47.282Z Compiling foreign-types v0.3.2
20462026-03-23T19:35:47.307Z Compiling deranged v0.5.8
20472026-03-23T19:35:47.358Z Compiling tempfile v3.25.0
20482026-03-23T19:35:47.592Z Compiling darling v0.20.11
20492026-03-23T19:35:48.042Z Compiling hyper v1.8.1
20502026-03-23T19:35:48.070Z Compiling ipnetwork v0.21.1
20512026-03-23T19:35:48.119Z Compiling strum_macros v0.26.4
20522026-03-23T19:35:48.396Z Compiling wait-timeout v0.2.1
20532026-03-23T19:35:48.420Z Compiling proc-macro-error v1.0.4
20542026-03-23T19:35:48.687Z Compiling num_threads v0.1.7
20552026-03-23T19:35:48.735Z Compiling bit-vec v0.8.0
20562026-03-23T19:35:48.827Z Compiling anstyle v1.0.13
20572026-03-23T19:35:48.927Z Compiling unicode-segmentation v1.12.0
20582026-03-23T19:35:48.952Z Compiling siphasher v1.0.2
20592026-03-23T19:35:49.099Z Compiling utf8parse v0.2.2
20602026-03-23T19:35:49.172Z Compiling quick-error v1.2.3
20612026-03-23T19:35:49.199Z Compiling simd-adler32 v0.3.8
20622026-03-23T19:35:49.274Z Compiling anstyle-parse v0.2.7
20632026-03-23T19:35:49.332Z Compiling rusty-fork v0.3.1
20642026-03-23T19:35:49.479Z Compiling time v0.3.47
20652026-03-23T19:35:49.506Z Compiling bit-set v0.8.0
20662026-03-23T19:35:49.551Z Compiling hyper-util v0.1.20
20672026-03-23T19:35:50.333Z Compiling crossbeam-epoch v0.9.18
20682026-03-23T19:35:50.356Z Compiling derive_builder_core v0.20.2
20692026-03-23T19:35:51.096Z Compiling unicode-normalization v0.1.25
20702026-03-23T19:35:51.433Z Compiling rustls-native-certs v0.8.3
20712026-03-23T19:35:51.847Z Compiling signature v2.2.0
20722026-03-23T19:35:51.873Z Compiling hubpack_derive v0.1.1
20732026-03-23T19:35:51.902Z Compiling curve25519-dalek-derive v0.1.1
20742026-03-23T19:35:51.928Z Compiling strum_macros v0.27.2
20752026-03-23T19:35:52.007Z Compiling rand_xorshift v0.4.0
20762026-03-23T19:35:52.062Z Compiling sync_wrapper v1.0.2
20772026-03-23T19:35:52.194Z Compiling fs-err v3.3.0
20782026-03-23T19:35:52.218Z Compiling ahash v0.8.12
20792026-03-23T19:35:52.221Z Compiling unicode-properties v0.1.4
20802026-03-23T19:35:52.335Z Compiling unicode-bidi v0.3.18
20812026-03-23T19:35:52.479Z Compiling object v0.37.3
20822026-03-23T19:35:52.504Z Compiling colorchoice v1.0.4
20832026-03-23T19:35:52.532Z Compiling anstyle-query v1.1.5
20842026-03-23T19:35:52.596Z Compiling unarray v0.1.4
20852026-03-23T19:35:52.668Z Compiling is_terminal_polyfill v1.70.2
20862026-03-23T19:35:52.691Z Compiling adler2 v2.0.1
20872026-03-23T19:35:52.747Z Compiling proptest v1.10.0
20882026-03-23T19:35:52.802Z Compiling stringprep v0.1.5
20892026-03-23T19:35:52.834Z Compiling miniz_oxide v0.8.9
20902026-03-23T19:35:52.875Z Compiling anstream v0.6.21
20912026-03-23T19:35:53.354Z Compiling tower v0.5.3
20922026-03-23T19:35:53.541Z Compiling derive_builder_macro v0.20.2
20932026-03-23T19:35:53.869Z Compiling crossbeam-deque v0.8.6
20942026-03-23T19:35:53.964Z Compiling heck v0.4.1
20952026-03-23T19:35:54.022Z Compiling usdt-attr-macro v0.6.0
20962026-03-23T19:35:54.152Z Compiling usdt-macro v0.6.0
20972026-03-23T19:35:54.364Z Compiling http-body-util v0.1.3
20982026-03-23T19:35:54.436Z Compiling webpki-roots v1.0.6
20992026-03-23T19:35:54.725Z Compiling rand_chacha v0.3.1
21002026-03-23T19:35:54.752Z Compiling erased-serde v0.3.31
21012026-03-23T19:35:54.777Z Compiling md-5 v0.10.6
21022026-03-23T19:35:54.993Z Compiling num-integer v0.1.46
21032026-03-23T19:35:55.025Z Compiling hash32 v0.2.1
21042026-03-23T19:35:55.050Z Compiling vergen-lib v0.1.6
21052026-03-23T19:35:55.102Z Compiling ff v0.13.1
21062026-03-23T19:35:55.153Z Compiling psl-types v2.0.11
21072026-03-23T19:35:55.156Z Compiling ryu v1.0.23
21082026-03-23T19:35:55.212Z Compiling base16ct v0.2.0
21092026-03-23T19:35:55.294Z Compiling fallible-iterator v0.2.0
21102026-03-23T19:35:55.325Z Compiling iri-string v0.7.10
21112026-03-23T19:35:55.348Z Compiling zlib-rs v0.6.2
21122026-03-23T19:35:55.401Z Compiling sec1 v0.7.3
21132026-03-23T19:35:55.452Z Compiling serde_urlencoded v0.7.1
21142026-03-23T19:35:55.455Z Compiling num-iter v0.1.45
21152026-03-23T19:35:55.520Z Compiling publicsuffix v2.3.0
21162026-03-23T19:35:55.570Z Compiling group v0.13.0
21172026-03-23T19:35:55.651Z Compiling newtype-uuid v1.3.2
21182026-03-23T19:35:55.763Z Compiling postgres-protocol v0.6.10
21192026-03-23T19:35:55.886Z Compiling rand v0.8.5
21202026-03-23T19:35:56.129Z Compiling oxnet v0.1.4
21212026-03-23T19:35:56.256Z Compiling zone_cfg_derive v0.3.1
21222026-03-23T19:35:56.333Z Compiling derive_builder v0.20.2
21232026-03-23T19:35:56.506Z Compiling tokio-native-tls v0.3.1
21242026-03-23T19:35:56.546Z Compiling phf_shared v0.13.1
21252026-03-23T19:35:56.691Z Compiling lazy_static v1.5.0
21262026-03-23T19:35:56.812Z Compiling terminal_size v0.4.3
21272026-03-23T19:35:56.815Z Compiling serde_with_macros v3.17.0
21282026-03-23T19:35:56.863Z Compiling cargo-platform v0.1.9
21292026-03-23T19:35:56.891Z Compiling tower-http v0.6.8
21302026-03-23T19:35:56.991Z Compiling hkdf v0.12.4
21312026-03-23T19:35:57.016Z Compiling crypto-bigint v0.5.5
21322026-03-23T19:35:57.056Z Compiling serde_repr v0.1.20
21332026-03-23T19:35:57.112Z Compiling clap_derive v4.5.55
21342026-03-23T19:35:57.141Z Compiling enum-as-inner v0.6.1
21352026-03-23T19:35:57.201Z Compiling vergen v9.0.6
21362026-03-23T19:35:57.253Z Compiling bumpalo v3.20.2
21372026-03-23T19:35:57.446Z Compiling foldhash v0.1.5
21382026-03-23T19:35:57.472Z Compiling bitflags v1.3.2
21392026-03-23T19:35:57.500Z Compiling libbz2-rs-sys v0.2.2
21402026-03-23T19:35:57.580Z Compiling managed v0.8.0
21412026-03-23T19:35:57.756Z Compiling unicode-width v0.2.0
21422026-03-23T19:35:57.804Z Compiling clap_lex v1.0.0
21432026-03-23T19:35:57.890Z Compiling hashbrown v0.15.5
21442026-03-23T19:35:58.106Z Compiling console v0.16.2
21452026-03-23T19:35:58.139Z Compiling bzip2 v0.6.1
21462026-03-23T19:35:58.234Z Compiling flate2 v1.1.9
21472026-03-23T19:35:58.257Z Compiling clap_builder v4.5.60
21482026-03-23T19:35:58.296Z Compiling zopfli v0.8.3
21492026-03-23T19:35:58.420Z Compiling elliptic-curve v0.13.8
21502026-03-23T19:35:58.616Z Compiling cargo_metadata v0.19.2
21512026-03-23T19:35:58.813Z Compiling phf v0.13.1
21522026-03-23T19:35:58.917Z Compiling hyper-tls v0.6.0
21532026-03-23T19:35:58.938Z Compiling rayon v1.11.0
21542026-03-23T19:35:59.030Z Compiling signal-hook-mio v0.2.5
21552026-03-23T19:35:59.059Z Compiling daft v0.1.5
21562026-03-23T19:35:59.201Z Compiling cookie_store v0.22.1
21572026-03-23T19:35:59.245Z Compiling postgres-types v0.2.12
21582026-03-23T19:35:59.331Z Compiling zstd v0.13.3
21592026-03-23T19:35:59.447Z Compiling bzip2 v0.4.4
21602026-03-23T19:35:59.501Z Compiling strum v0.27.2
21612026-03-23T19:35:59.781Z Compiling hubpack v0.1.2
21622026-03-23T19:35:59.951Z Compiling ed25519 v2.2.3
21632026-03-23T19:35:59.975Z Compiling phf_shared v0.11.3
21642026-03-23T19:36:00.261Z Compiling pkcs1 v0.7.5
21652026-03-23T19:36:00.364Z Compiling serde-big-array v0.5.1
21662026-03-23T19:36:00.367Z Compiling hex v0.4.3
21672026-03-23T19:36:00.509Z Compiling rfc6979 v0.4.0
21682026-03-23T19:36:00.577Z Compiling bstr v1.12.1
21692026-03-23T19:36:00.741Z Compiling float-cmp v0.10.0
21702026-03-23T19:36:00.768Z Compiling itertools v0.12.1
21712026-03-23T19:36:00.768Z Compiling memmap2 v0.9.10
21722026-03-23T19:36:00.817Z Compiling env_filter v1.0.0
21732026-03-23T19:36:00.949Z Compiling encoding_rs v0.8.35
21742026-03-23T19:36:00.973Z Compiling static_assertions v1.1.0
21752026-03-23T19:36:01.060Z Compiling rustc-hash v2.1.1
21762026-03-23T19:36:01.092Z Compiling mime v0.3.17
21772026-03-23T19:36:01.145Z Compiling new_debug_unreachable v1.0.6
21782026-03-23T19:36:01.180Z Compiling unit-prefix v0.5.2
21792026-03-23T19:36:01.263Z Compiling toml_write v0.1.2
21802026-03-23T19:36:01.374Z Compiling normalize-line-endings v0.3.0
21812026-03-23T19:36:01.419Z Compiling fixedbitset v0.5.7
21822026-03-23T19:36:01.442Z Compiling keccak v0.1.6
21832026-03-23T19:36:01.512Z Compiling precomputed-hash v0.1.1
21842026-03-23T19:36:01.554Z Compiling predicates-core v1.0.10
21852026-03-23T19:36:01.576Z Compiling jiff v0.2.21
21862026-03-23T19:36:01.602Z Compiling fixedbitset v0.4.2
21872026-03-23T19:36:01.643Z Compiling whoami v2.1.0
21882026-03-23T19:36:01.727Z Compiling difflib v0.4.0
21892026-03-23T19:36:01.808Z Compiling data-encoding v2.10.0
21902026-03-23T19:36:01.832Z Compiling petgraph v0.6.5
21912026-03-23T19:36:01.855Z Compiling petgraph v0.8.3
21922026-03-23T19:36:01.897Z Compiling sha3 v0.10.8
21932026-03-23T19:36:02.008Z Compiling tokio-postgres v0.7.16
21942026-03-23T19:36:02.104Z Compiling predicates v3.1.4
21952026-03-23T19:36:02.279Z Compiling hickory-proto v0.25.2
21962026-03-23T19:36:02.353Z Compiling zone v0.3.1
21972026-03-23T19:36:02.722Z Compiling string_cache v0.8.9
21982026-03-23T19:36:02.902Z Compiling toml_edit v0.22.27
21992026-03-23T19:36:03.029Z Compiling indicatif v0.18.4
22002026-03-23T19:36:03.187Z Compiling iddqd v0.3.17
22012026-03-23T19:36:03.315Z Compiling similar v2.7.0
22022026-03-23T19:36:03.859Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22032026-03-23T19:36:04.053Z Compiling env_logger v0.11.9
22042026-03-23T19:36:04.507Z Compiling usdt v0.6.0
22052026-03-23T19:36:04.733Z Compiling serde_with v3.17.0
22062026-03-23T19:36:04.853Z Compiling ecdsa v0.16.9
22072026-03-23T19:36:04.877Z Compiling rsa v0.9.10
22082026-03-23T19:36:05.411Z Compiling zip v4.6.1
22092026-03-23T19:36:05.764Z Compiling clap v4.5.60
22102026-03-23T19:36:05.882Z Compiling ed25519-dalek v2.2.0
22112026-03-23T19:36:06.269Z Compiling crossterm v0.28.1
22122026-03-23T19:36:06.890Z Compiling zip v0.6.6
22132026-03-23T19:36:06.938Z Compiling strum v0.26.3
22142026-03-23T19:36:07.117Z Compiling toml v0.7.8
22152026-03-23T19:36:07.139Z Compiling tokio-stream v0.1.18
22162026-03-23T19:36:07.175Z Compiling buf-list v1.1.2
22172026-03-23T19:36:07.507Z Compiling x509-cert v0.2.5
22182026-03-23T19:36:07.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-23T19:36:07.721Z Compiling openapiv3 v2.2.0
22202026-03-23T19:36:07.773Z Compiling sha1 v0.10.6
22212026-03-23T19:36:07.933Z Compiling itertools v0.13.0
22222026-03-23T19:36:08.203Z Compiling peg-runtime v0.8.5
22232026-03-23T19:36:08.527Z Compiling lalrpop-util v0.19.12
22242026-03-23T19:36:23.894Z Compiling macaddr v1.0.1
22252026-03-23T19:36:24.085Z Compiling structmeta-derive v0.3.0
22262026-03-23T19:36:24.126Z Compiling itertools v0.14.0
22272026-03-23T19:36:25.066Z Compiling heapless v0.8.0
22282026-03-23T19:36:25.537Z Compiling structmeta v0.3.0
22292026-03-23T19:36:25.840Z Compiling ingot-macros v0.1.1
22302026-03-23T19:36:29.703Z Compiling rustls-webpki v0.103.9
22312026-03-23T19:36:31.174Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-03-23T19:36:32.303Z Compiling hash32 v0.3.1
22332026-03-23T19:36:32.483Z Compiling smoltcp v0.11.0
22342026-03-23T19:36:32.625Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-03-23T19:36:32.858Z Compiling proc-macro-crate v3.4.0
22362026-03-23T19:36:32.969Z Compiling ingot-types v0.1.2
22372026-03-23T19:36:32.991Z Compiling cobs v0.3.0
22382026-03-23T19:36:33.370Z Compiling rustls v0.22.4
22392026-03-23T19:36:33.396Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-03-23T19:36:33.471Z Compiling num_enum_derive v0.7.5
22412026-03-23T19:36:33.498Z Compiling postcard v1.1.3
22422026-03-23T19:36:33.594Z Compiling ingot v0.1.1
22432026-03-23T19:36:33.598Z Compiling proc-macro-crate v1.3.1
22442026-03-23T19:36:33.723Z Compiling rustls-webpki v0.102.8
22452026-03-23T19:36:33.781Z Compiling futures-executor v0.3.32
22462026-03-23T19:36:33.971Z Compiling foreign-types-macros v0.2.3
22472026-03-23T19:36:34.080Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-23T19:36:34.125Z Compiling multer v3.1.0
22492026-03-23T19:36:34.233Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-23T19:36:34.325Z Compiling thread_local v1.1.9
22512026-03-23T19:36:34.435Z Compiling slog-async v2.8.0
22522026-03-23T19:36:34.440Z Compiling foreign-types-shared v0.3.1
22532026-03-23T19:36:34.499Z Compiling typeid v1.0.3
22542026-03-23T19:36:34.573Z Compiling tokio-rustls v0.26.4
22552026-03-23T19:36:34.650Z Compiling rustls-platform-verifier v0.6.2
22562026-03-23T19:36:34.743Z Compiling cpufeatures v0.3.0
22572026-03-23T19:36:34.770Z Compiling match_cfg v0.1.0
22582026-03-23T19:36:34.774Z Compiling foreign-types v0.5.0
22592026-03-23T19:36:34.864Z Compiling chacha20 v0.10.0
22602026-03-23T19:36:34.914Z Compiling hyper-rustls v0.27.7
22612026-03-23T19:36:34.917Z Compiling hostname v0.3.1
22622026-03-23T19:36:34.917Z Compiling num_enum v0.7.5
22632026-03-23T19:36:35.083Z Compiling num_enum_derive v0.5.11
22642026-03-23T19:36:35.106Z Compiling futures v0.3.32
22652026-03-23T19:36:35.235Z Compiling derive-ex v0.1.8
22662026-03-23T19:36:35.291Z Compiling reqwest v0.13.2
22672026-03-23T19:36:35.315Z Compiling reqwest v0.12.28
22682026-03-23T19:36:35.341Z Compiling tabwriter v1.4.1
22692026-03-23T19:36:35.395Z Compiling slog-json v2.6.1
22702026-03-23T19:36:35.742Z Compiling crossbeam-channel v0.5.15
22712026-03-23T19:36:35.820Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22722026-03-23T19:36:36.104Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-03-23T19:36:36.314Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-23T19:36:36.372Z Compiling async-stream-impl v0.3.6
22752026-03-23T19:36:36.629Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-03-23T19:36:36.651Z Compiling serde_spanned v1.0.4
22772026-03-23T19:36:36.675Z Compiling is-terminal v0.4.17
22782026-03-23T19:36:36.792Z Compiling cstr-argument v0.1.2
22792026-03-23T19:36:36.821Z Compiling dropshot v0.16.7
22802026-03-23T19:36:36.884Z Compiling take_mut v0.2.2
22812026-03-23T19:36:37.029Z Compiling crucible-workspace-hack v0.1.0
22822026-03-23T19:36:37.056Z Compiling toml_writer v1.0.6+spec-1.1.0
22832026-03-23T19:36:37.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22842026-03-23T19:36:37.133Z Compiling erased-serde v0.4.9
22852026-03-23T19:36:37.159Z Compiling term v1.2.1
22862026-03-23T19:36:37.186Z Compiling async-stream v0.3.6
22872026-03-23T19:36:37.347Z Compiling toml v0.9.12+spec-1.1.0
22882026-03-23T19:36:37.372Z Compiling test-strategy v0.4.5
22892026-03-23T19:36:37.423Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22902026-03-23T19:36:37.455Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22912026-03-23T19:36:37.479Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-03-23T19:36:37.575Z Compiling num_enum v0.5.11
22932026-03-23T19:36:37.687Z Compiling slog-term v2.9.2
22942026-03-23T19:36:37.761Z Compiling slog-bunyan v2.5.0
22952026-03-23T19:36:37.788Z Compiling tokio-rustls v0.25.0
22962026-03-23T19:36:37.973Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22972026-03-23T19:36:38.009Z Compiling rand v0.10.0
22982026-03-23T19:36:38.290Z Compiling parse-display-derive v0.10.0
22992026-03-23T19:36:38.316Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23002026-03-23T19:36:38.488Z Compiling backon v1.6.0
23012026-03-23T19:36:38.635Z Compiling waitgroup v0.1.2
23022026-03-23T19:36:38.719Z Compiling newtype-uuid-macros v0.1.0
23032026-03-23T19:36:38.834Z Compiling dropshot_endpoint v0.16.7
23042026-03-23T19:36:38.858Z Compiling rustls-pemfile v2.2.0
23052026-03-23T19:36:38.907Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23062026-03-23T19:36:39.108Z Compiling serde_path_to_error v0.1.20
23072026-03-23T19:36:39.170Z Compiling hostname v0.4.2
23082026-03-23T19:36:39.274Z Compiling instant v0.1.13
23092026-03-23T19:36:39.297Z Compiling colored v3.1.1
23102026-03-23T19:36:39.331Z Compiling libefi-sys v0.1.0
23112026-03-23T19:36:39.397Z Compiling debug-ignore v1.0.5
23122026-03-23T19:36:39.450Z Compiling backoff v0.4.0
23132026-03-23T19:36:39.543Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-23T19:36:39.595Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-03-23T19:36:39.722Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-23T19:36:39.760Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23172026-03-23T19:36:39.885Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23182026-03-23T19:36:40.052Z Compiling camino-tempfile v1.4.1
23192026-03-23T19:36:40.234Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-23T19:36:40.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-03-23T19:36:40.338Z Compiling parse-display v0.10.0
23222026-03-23T19:36:40.418Z Compiling usdt-macro v0.5.0
23232026-03-23T19:36:40.459Z Compiling usdt-attr-macro v0.5.0
23242026-03-23T19:36:40.580Z Compiling secrecy v0.10.3
23252026-03-23T19:36:40.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262026-03-23T19:36:40.812Z Compiling num-derive v0.4.2
23272026-03-23T19:36:41.021Z Compiling bitfield-struct v0.6.2
23282026-03-23T19:36:41.269Z Compiling regress v0.10.5
23292026-03-23T19:36:41.303Z Compiling ordered-float v2.10.1
23302026-03-23T19:36:41.423Z Compiling blake3 v1.8.3
23312026-03-23T19:36:41.462Z Compiling sigpipe v0.1.3
23322026-03-23T19:36:41.485Z Compiling memmap v0.7.0
23332026-03-23T19:36:41.713Z Compiling glob v0.3.3
23342026-03-23T19:36:41.718Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-03-23T19:36:41.799Z Compiling usdt v0.5.0
23362026-03-23T19:36:41.856Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-23T19:36:42.184Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23382026-03-23T19:36:42.191Z Compiling serde-value v0.7.0
23392026-03-23T19:36:42.191Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-23T19:36:42.248Z Compiling serde-untagged v0.1.9
23412026-03-23T19:36:42.294Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23422026-03-23T19:36:42.615Z Compiling toml v0.8.23
23432026-03-23T19:36:42.668Z Compiling smf v0.2.3
23442026-03-23T19:36:42.690Z Compiling filetime v0.2.27
23452026-03-23T19:36:42.731Z Compiling constant_time_eq v0.4.2
23462026-03-23T19:36:42.754Z Compiling whoami v1.6.1
23472026-03-23T19:36:42.945Z Compiling xattr v1.6.1
23482026-03-23T19:36:42.952Z Compiling unicode-xid v0.2.6
23492026-03-23T19:36:42.952Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-23T19:36:43.145Z Compiling arrayvec v0.7.6
23512026-03-23T19:36:43.159Z Compiling arrayref v0.3.9
23522026-03-23T19:36:43.159Z Compiling same-file v1.0.6
23532026-03-23T19:36:43.159Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-23T19:36:43.159Z Compiling tar v0.4.44
23552026-03-23T19:36:43.159Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-23T19:36:43.159Z Compiling tokio-dtrace v0.1.1
23572026-03-23T19:36:43.376Z Compiling cargo-util-schemas v0.8.2
23582026-03-23T19:36:43.384Z Compiling walkdir v2.5.0
23592026-03-23T19:36:43.429Z Compiling gethostname v0.5.0
23602026-03-23T19:36:43.563Z Compiling cargo-platform v0.2.0
23612026-03-23T19:36:43.735Z Compiling topological-sort v0.2.2
23622026-03-23T19:36:43.844Z Compiling oxide-tokio-rt v0.1.3
23632026-03-23T19:36:44.119Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23642026-03-23T19:36:44.127Z Compiling shell-words v1.1.1
23652026-03-23T19:36:44.168Z Compiling indent_write v2.2.0
23662026-03-23T19:36:45.217Z Compiling cargo_metadata v0.21.0
23672026-03-23T19:36:56.182Z Compiling progenitor-client v0.13.0
23682026-03-23T19:36:56.199Z Compiling progenitor-client v0.10.0
23692026-03-23T19:36:56.202Z Compiling omicron-zone-package v0.12.2
23702026-03-23T19:36:56.300Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23712026-03-23T19:36:56.304Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-03-23T19:36:56.304Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-03-23T19:36:56.534Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-03-23T19:36:56.539Z Compiling progenitor-extras v0.1.1
23752026-03-23T19:36:56.893Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23762026-03-23T19:37:06.300Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23772026-03-23T19:37:07.565Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23782026-03-23T19:37:15.831Z Finished `release` profile [optimized] target(s) in 1m 54s
23792026-03-23T19:37:16.024Z Running `target/release/omicron-package -t test target create -p dev`
23802026-03-23T19:37:16.099ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-03-23T19:37:16.102ZCreated new build target 'test' and set it as active
23822026-03-23T19:37:16.102Z
23832026-03-23T19:37:16.102Zreal 1:54.440071291
23842026-03-23T19:37:16.102Zuser 20:13.190834759
23852026-03-23T19:37:16.102Zsys 3:05.650130050
23862026-03-23T19:37:16.102Ztrap 0.518603196
23872026-03-23T19:37:16.102Ztflt 3.069368694
23882026-03-23T19:37:16.102Zdflt 3.747615532
23892026-03-23T19:37:16.102Zkflt 0.000503447
23902026-03-23T19:37:16.102Zlock 1:04:10.405829245
23912026-03-23T19:37:16.102Zslp 51:24.399353559
23922026-03-23T19:37:16.102Zlat 47.812907900
23932026-03-23T19:37:16.102Zstop 7:56.012840862
23942026-03-23T19:37:16.106Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23952026-03-23T19:37:17.339Z Finished `release` profile [optimized] target(s) in 1.22s
23962026-03-23T19:37:17.412Z Running `target/release/omicron-package -t test package`
23972026-03-23T19:37:17.480ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-03-23T19:37:19.423Z Compiling regress v0.10.5
23992026-03-23T19:37:19.423Z Compiling heck v0.5.0
24002026-03-23T19:37:19.426Z Compiling unsafe-libyaml v0.2.11
24012026-03-23T19:37:19.426Z Compiling convert_case v0.4.0
24022026-03-23T19:37:19.748Z Compiling half v2.7.1
24032026-03-23T19:37:19.751Z Compiling ciborium-io v0.2.2
24042026-03-23T19:37:19.806Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24052026-03-23T19:37:19.835Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24062026-03-23T19:37:19.838Z Compiling prettyplease v0.2.37
24072026-03-23T19:37:19.899Z Compiling universal-hash v0.5.1
24082026-03-23T19:37:19.903Z Compiling thiserror-impl-no-std v2.0.2
24092026-03-23T19:37:19.903Z Compiling opaque-debug v0.3.1
24102026-03-23T19:37:19.903Z Compiling unicode-width v0.1.14
24112026-03-23T19:37:19.903Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-03-23T19:37:19.930Z Compiling typify-impl v0.6.1
24132026-03-23T19:37:20.024Z Compiling byte-wrapper v0.1.0
24142026-03-23T19:37:20.027Z Compiling chacha20 v0.9.1
24152026-03-23T19:37:20.157Z Compiling derive_more v0.99.20
24162026-03-23T19:37:20.189Z Compiling ciborium-ll v0.2.2
24172026-03-23T19:37:20.192Z Compiling poly1305 v0.8.0
24182026-03-23T19:37:20.192Z Compiling password-hash v0.5.0
24192026-03-23T19:37:20.282Z Compiling blake2 v0.10.6
24202026-03-23T19:37:20.365Z Compiling serde_yaml v0.9.34+deprecated
24212026-03-23T19:37:20.473Z Compiling ciborium v0.2.2
24222026-03-23T19:37:20.503Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24232026-03-23T19:37:20.554Z Compiling aead v0.5.2
24242026-03-23T19:37:20.585Z Compiling is-terminal v0.4.17
24252026-03-23T19:37:20.742Z Compiling swrite v0.1.0
24262026-03-23T19:37:20.831Z Compiling chacha20poly1305 v0.10.1
24272026-03-23T19:37:20.935Z Compiling argon2 v0.5.3
24282026-03-23T19:37:20.985Z Compiling serde_spanned v1.0.4
24292026-03-23T19:37:21.062Z Compiling toml_writer v1.0.6+spec-1.1.0
24302026-03-23T19:37:21.152Z Compiling bytecount v0.6.9
24312026-03-23T19:37:21.214Z Compiling rustls v0.22.4
24322026-03-23T19:37:21.248Z Compiling rustls-webpki v0.102.8
24332026-03-23T19:37:21.278Z Compiling derive-where v1.6.0
24342026-03-23T19:37:21.308Z Compiling thread_local v1.1.9
24352026-03-23T19:37:21.377Z Compiling toml v0.9.12+spec-1.1.0
24362026-03-23T19:37:21.431Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24372026-03-23T19:37:21.468Z Compiling thiserror-no-std v2.0.2
24382026-03-23T19:37:21.471Z Compiling match_cfg v0.1.0
24392026-03-23T19:37:21.619Z Compiling vsss-rs v3.3.4
24402026-03-23T19:37:21.651Z Compiling hostname v0.3.1
24412026-03-23T19:37:21.655Z Compiling multer v3.1.0
24422026-03-23T19:37:21.783Z Compiling slog-async v2.8.0
24432026-03-23T19:37:21.884Z Compiling slog-json v2.6.1
24442026-03-23T19:37:21.891Z Compiling crossbeam-channel v0.5.15
24452026-03-23T19:37:21.949Z Compiling futures-executor v0.3.32
24462026-03-23T19:37:22.186Z Compiling term v1.2.1
24472026-03-23T19:37:22.218Z Compiling take_mut v0.2.2
24482026-03-23T19:37:22.254Z Compiling futures v0.3.32
24492026-03-23T19:37:22.286Z Compiling slog-bunyan v2.5.0
24502026-03-23T19:37:22.392Z Compiling dropshot v0.16.7
24512026-03-23T19:37:22.423Z Compiling async-stream v0.3.6
24522026-03-23T19:37:22.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-03-23T19:37:22.491Z Compiling progenitor-client v0.13.0
24542026-03-23T19:37:22.550Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-03-23T19:37:22.676Z Compiling slog-term v2.9.2
24562026-03-23T19:37:22.707Z Compiling waitgroup v0.1.2
24572026-03-23T19:37:22.813Z Compiling backon v1.6.0
24582026-03-23T19:37:22.876Z Compiling rustls-pemfile v2.2.0
24592026-03-23T19:37:22.909Z Compiling serde_path_to_error v0.1.20
24602026-03-23T19:37:22.913Z Compiling hostname v0.4.2
24612026-03-23T19:37:22.975Z Compiling instant v0.1.13
24622026-03-23T19:37:22.982Z Compiling debug-ignore v1.0.5
24632026-03-23T19:37:23.040Z Compiling progenitor-extras v0.1.1
24642026-03-23T19:37:23.045Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-03-23T19:37:23.103Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24662026-03-23T19:37:23.135Z Compiling backoff v0.4.0
24672026-03-23T19:37:23.165Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-03-23T19:37:23.171Z Compiling parse-display v0.10.0
24692026-03-23T19:37:23.171Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-03-23T19:37:23.203Z Compiling progenitor-client v0.10.0
24712026-03-23T19:37:23.299Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-23T19:37:23.304Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24732026-03-23T19:37:23.382Z Compiling macaddr v1.0.1
24742026-03-23T19:37:23.415Z Compiling console v0.15.11
24752026-03-23T19:37:23.452Z Compiling newline-converter v0.3.0
24762026-03-23T19:37:23.456Z Compiling atomicwrites v0.4.4
24772026-03-23T19:37:23.525Z Compiling num-rational v0.4.2
24782026-03-23T19:37:23.580Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24792026-03-23T19:37:23.694Z Compiling num-complex v0.4.6
24802026-03-23T19:37:23.796Z Compiling slog-dtrace v0.3.0
24812026-03-23T19:37:23.824Z Compiling async-recursion v1.1.1
24822026-03-23T19:37:23.880Z Compiling owo-colors v4.3.0
24832026-03-23T19:37:24.125Z Compiling expectorate v1.2.0
24842026-03-23T19:37:24.183Z Compiling float-ord v0.3.2
24852026-03-23T19:37:24.325Z Compiling tokio-rustls v0.25.0
24862026-03-23T19:37:24.361Z Compiling num v0.4.3
24872026-03-23T19:37:24.396Z Compiling cancel-safe-futures v0.1.5
24882026-03-23T19:37:24.565Z Compiling libsw-core v0.3.2
24892026-03-23T19:37:24.569Z Compiling resolv-conf v0.7.6
24902026-03-23T19:37:24.669Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-03-23T19:37:24.734Z Compiling toml v0.8.23
24922026-03-23T19:37:24.875Z Compiling libsw v3.5.0
24932026-03-23T19:37:24.943Z Compiling linear-map v1.2.0
24942026-03-23T19:37:24.977Z Compiling minimal-lexical v0.2.1
24952026-03-23T19:37:25.094Z Compiling linked-hash-map v0.5.6
24962026-03-23T19:37:25.208Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-03-23T19:37:25.321Z Compiling nom v7.1.3
24982026-03-23T19:37:25.352Z Compiling lru-cache v0.1.2
24992026-03-23T19:37:25.386Z Compiling unicode-xid v0.2.6
25002026-03-23T19:37:25.425Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25012026-03-23T19:37:25.431Z Compiling globset v0.4.18
25022026-03-23T19:37:25.569Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25032026-03-23T19:37:25.601Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-23T19:37:25.633Z Compiling hickory-proto v0.24.4
25052026-03-23T19:37:25.939Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-03-23T19:37:25.972Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25072026-03-23T19:37:26.745Z Compiling typify-macro v0.6.1
25082026-03-23T19:37:27.214Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-03-23T19:37:27.261Z Compiling convert_case v0.10.0
25102026-03-23T19:37:27.675Z Compiling derive_more-impl v2.1.1
25112026-03-23T19:37:28.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-23T19:37:28.699Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-03-23T19:37:28.800Z Compiling typify v0.6.1
25142026-03-23T19:37:28.992Z Compiling progenitor-impl v0.13.0
25152026-03-23T19:37:29.027Z Compiling hickory-resolver v0.24.4
25162026-03-23T19:37:29.553Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25172026-03-23T19:37:29.696Z Compiling pin-project-internal v1.1.11
25182026-03-23T19:37:30.767Z Compiling qorb v0.4.1
25192026-03-23T19:37:31.127Z Compiling pin-project v1.1.11
25202026-03-23T19:37:31.202Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-03-23T19:37:31.289Z Compiling derive_more v2.1.1
25222026-03-23T19:37:31.421Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25232026-03-23T19:37:31.469Z Compiling pem v3.0.6
25242026-03-23T19:37:31.622Z Compiling snafu-derive v0.8.9
25252026-03-23T19:37:32.100Z Compiling progenitor-macro v0.13.0
25262026-03-23T19:37:32.386Z Compiling termtree v0.5.1
25272026-03-23T19:37:32.637Z Compiling crossterm v0.29.0
25282026-03-23T19:37:32.755Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-03-23T19:37:33.321Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25302026-03-23T19:37:33.906Z Compiling snafu v0.8.9
25312026-03-23T19:37:34.691Z Compiling olpc-cjson v0.1.4
25322026-03-23T19:37:34.783Z Compiling phf_shared v0.12.1
25332026-03-23T19:37:35.000Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-03-23T19:37:35.712Z Compiling serde_plain v1.0.2
25352026-03-23T19:37:35.914Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-03-23T19:37:36.123Z Compiling csv-core v0.1.13
25372026-03-23T19:37:36.359Z Compiling vte v0.14.1
25382026-03-23T19:37:36.430Z Compiling chrono-tz v0.10.4
25392026-03-23T19:37:36.684Z Compiling highway v1.3.0
25402026-03-23T19:37:36.693Z Compiling typed-path v0.9.3
25412026-03-23T19:37:36.747Z Compiling strip-ansi-escapes v0.2.1
25422026-03-23T19:37:36.820Z Compiling csv v1.4.0
25432026-03-23T19:37:37.101Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-03-23T19:37:37.361Z Compiling phf v0.12.1
25452026-03-23T19:37:37.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-03-23T19:37:37.507Z Compiling const_format_proc_macros v0.2.34
25472026-03-23T19:37:37.628Z Compiling papergrid v0.11.0
25482026-03-23T19:37:37.778Z Compiling fd-lock v4.0.4
25492026-03-23T19:37:37.946Z Compiling peg-macros v0.8.5
25502026-03-23T19:37:38.023Z Compiling progenitor v0.13.0
25512026-03-23T19:37:38.136Z Compiling tabled_derive v0.7.0
25522026-03-23T19:37:38.254Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-03-23T19:37:38.539Z Compiling tough v0.20.0
25542026-03-23T19:37:39.364Z Compiling nu-ansi-term v0.50.3
25552026-03-23T19:37:39.668Z Compiling peg v0.8.5
25562026-03-23T19:37:39.702Z Compiling tabled v0.15.0
25572026-03-23T19:37:39.802Z Compiling reedline v0.40.0
25582026-03-23T19:37:39.843Z Compiling const_format v0.2.35
25592026-03-23T19:37:39.960Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25602026-03-23T19:37:40.491Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-03-23T19:37:40.520Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25622026-03-23T19:37:41.975Z Compiling bcs v0.1.6
25632026-03-23T19:37:42.063Z Compiling semver v0.1.20
25642026-03-23T19:37:42.448Z Compiling base64 v0.21.7
25652026-03-23T19:37:42.544Z Compiling rustc_version v0.1.7
25662026-03-23T19:37:42.858Z Compiling newtype_derive v0.1.6
25672026-03-23T19:37:43.136Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25682026-03-23T19:37:43.228Z Compiling smawk v0.3.2
25692026-03-23T19:37:43.449Z Compiling unicode-linebreak v0.1.5
25702026-03-23T19:37:43.486Z Compiling humantime v2.3.0
25712026-03-23T19:37:43.490Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-03-23T19:37:43.821Z Compiling textwrap v0.16.2
25732026-03-23T19:37:43.975Z Compiling dropshot-api-manager-types v0.6.0
25742026-03-23T19:37:44.160Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-23T19:37:44.527Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25762026-03-23T19:37:44.741Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-23T19:37:44.855Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25782026-03-23T19:37:44.910Z Compiling steno v0.4.1
25792026-03-23T19:37:45.100Z Compiling utf-8 v0.7.6
25802026-03-23T19:37:45.403Z Compiling tagptr v0.2.0
25812026-03-23T19:37:45.658Z Compiling moka v0.12.13
25822026-03-23T19:37:45.688Z Compiling tungstenite v0.21.0
25832026-03-23T19:37:45.873Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25842026-03-23T19:37:46.101Z Compiling radium v0.7.0
25852026-03-23T19:37:46.509Z Compiling typify-impl v0.4.3
25862026-03-23T19:37:46.908Z Compiling tokio-tungstenite v0.21.0
25872026-03-23T19:37:47.057Z Compiling tap v1.0.1
25882026-03-23T19:37:47.253Z Compiling hickory-resolver v0.25.2
25892026-03-23T19:37:47.299Z Compiling maybe-uninit v2.0.0
25902026-03-23T19:37:47.405Z Compiling wyz v0.5.1
25912026-03-23T19:37:47.773Z Compiling zerocopy-derive v0.6.6
25922026-03-23T19:37:48.094Z Compiling funty v2.0.0
25932026-03-23T19:37:48.444Z Compiling packed_struct v0.10.1
25942026-03-23T19:37:48.710Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-23T19:37:48.835Z Compiling display-error-chain v0.2.2
25962026-03-23T19:37:48.835Z Compiling crc-catalog v2.4.0
25972026-03-23T19:37:49.011Z Compiling crc v3.4.0
25982026-03-23T19:37:49.042Z Compiling zerocopy v0.6.6
25992026-03-23T19:37:49.366Z Compiling bitvec v1.0.1
26002026-03-23T19:37:49.540Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-23T19:37:49.836Z Compiling packed_struct_codegen v0.10.1
26022026-03-23T19:37:49.909Z Compiling bitfield-macros v0.19.4
26032026-03-23T19:37:50.822Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26042026-03-23T19:37:51.214Z Compiling indexmap v1.9.3
26052026-03-23T19:37:51.499Z Compiling nodrop v0.1.14
26062026-03-23T19:37:51.565Z Compiling typify-macro v0.4.3
26072026-03-23T19:37:51.677Z Compiling array-init v0.0.4
26082026-03-23T19:37:52.314Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-03-23T19:37:53.118Z Compiling bitfield v0.19.4
26102026-03-23T19:37:53.575Z Compiling smallvec v0.6.14
26112026-03-23T19:37:53.618Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26122026-03-23T19:37:53.629Z Compiling num-derive v0.3.3
26132026-03-23T19:37:58.234Z Compiling proc-macro-error-attr2 v2.0.0
26142026-03-23T19:37:58.259Z Compiling hashbrown v0.12.3
26152026-03-23T19:37:58.259Z Compiling proc-macro-error2 v2.0.1
26162026-03-23T19:37:58.259Z Compiling serde-hex v0.1.0
26172026-03-23T19:37:58.259Z Compiling libscf-sys v1.1.0
26182026-03-23T19:37:58.259Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-03-23T19:37:58.260Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-03-23T19:37:58.260Z Compiling ron v0.8.1
26212026-03-23T19:37:58.281Z Compiling hashbrown v0.13.2
26222026-03-23T19:37:58.281Z Compiling vergen-gitcl v1.0.8
26232026-03-23T19:37:58.282Z Compiling dirs-sys-next v0.1.2
26242026-03-23T19:37:58.282Z Compiling maplit v1.0.2
26252026-03-23T19:37:58.282Z Compiling diesel_derives v2.3.7
26262026-03-23T19:37:58.282Z Compiling crunchy v0.2.4
26272026-03-23T19:37:58.282Z Compiling glob v0.3.3
26282026-03-23T19:37:58.282Z Compiling crc-any v2.5.0
26292026-03-23T19:37:58.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-03-23T19:37:58.282Z Compiling object v0.30.4
26312026-03-23T19:37:58.282Z Compiling dirs-next v2.0.0
26322026-03-23T19:37:58.282Z Compiling clang-sys v1.8.1
26332026-03-23T19:37:58.282Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-03-23T19:37:58.282Z Compiling tabled_derive v0.11.0
26352026-03-23T19:37:58.283Z Compiling typify v0.4.3
26362026-03-23T19:37:58.283Z Compiling papergrid v0.17.0
26372026-03-23T19:37:58.283Z Compiling testing_table v0.3.0
26382026-03-23T19:37:58.283Z Compiling dsl_auto_type v0.2.0
26392026-03-23T19:37:58.283Z Compiling scheduled-thread-pool v0.2.7
26402026-03-23T19:37:58.283Z Compiling diesel_table_macro_syntax v0.3.0
26412026-03-23T19:37:58.283Z Compiling tiny-keccak v2.0.2
26422026-03-23T19:37:58.283Z Compiling path-slash v0.1.5
26432026-03-23T19:37:58.283Z Compiling r2d2 v0.8.10
26442026-03-23T19:37:58.362Z Compiling term v0.7.0
26452026-03-23T19:37:58.491Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-23T19:37:58.528Z Compiling arc-swap v1.8.2
26472026-03-23T19:37:58.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-23T19:37:58.832Z Compiling bit-vec v0.6.3
26492026-03-23T19:37:58.872Z Compiling downcast-rs v2.0.2
26502026-03-23T19:37:59.033Z Compiling tabled v0.20.0
26512026-03-23T19:37:59.069Z Compiling xshell-macros v0.2.7
26522026-03-23T19:37:59.072Z Compiling slog-scope v4.4.1
26532026-03-23T19:37:59.173Z Compiling bit-set v0.5.3
26542026-03-23T19:37:59.177Z Compiling ascii-canvas v3.0.0
26552026-03-23T19:37:59.422Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-23T19:37:59.565Z Compiling itertools v0.10.5
26572026-03-23T19:37:59.596Z Compiling ena v0.14.4
26582026-03-23T19:37:59.627Z Compiling xshell v0.2.7
26592026-03-23T19:37:59.665Z Compiling libloading v0.8.9
26602026-03-23T19:37:59.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-03-23T19:37:59.953Z Compiling diff v0.1.13
26622026-03-23T19:38:00.035Z Compiling regex-syntax v0.6.29
26632026-03-23T19:38:00.298Z Compiling bindgen v0.71.1
26642026-03-23T19:38:00.435Z Compiling unicase v2.9.0
26652026-03-23T19:38:00.712Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-03-23T19:38:01.044Z Compiling slog-stdlog v4.1.1
26672026-03-23T19:38:01.309Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26682026-03-23T19:38:02.205Z Compiling lalrpop v0.19.12
26692026-03-23T19:38:02.724Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-03-23T19:38:03.061Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-03-23T19:38:03.804Z Compiling cexpr v0.6.0
26722026-03-23T19:38:04.363Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-23T19:38:04.661Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-23T19:38:04.717Z Compiling crc8 v0.1.1
26752026-03-23T19:38:04.759Z Compiling diesel v2.3.7
26762026-03-23T19:38:04.902Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-23T19:38:04.932Z Compiling slog-envlogger v2.2.0
26782026-03-23T19:38:05.048Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-23T19:38:05.384Z Compiling headers-core v0.3.0
26802026-03-23T19:38:05.520Z Compiling libxml v0.3.3
26812026-03-23T19:38:05.585Z Compiling headers v0.4.1
26822026-03-23T19:38:05.833Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-03-23T19:38:05.916Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-03-23T19:38:06.201Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-03-23T19:38:06.438Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-03-23T19:38:07.040Z Compiling strum_macros v0.24.3
26872026-03-23T19:38:07.495Z Compiling indoc v1.0.9
26882026-03-23T19:38:07.733Z Compiling progenitor-impl v0.10.0
26892026-03-23T19:38:08.108Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-23T19:38:08.392Z Compiling derive_builder v0.20.2
26912026-03-23T19:38:08.698Z Compiling oso-derive v0.27.3
26922026-03-23T19:38:08.772Z Compiling quick-xml v0.37.5
26932026-03-23T19:38:08.986Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-23T19:38:09.171Z Compiling openssl-probe v0.1.6
26952026-03-23T19:38:09.420Z Compiling half v1.8.3
26962026-03-23T19:38:09.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-23T19:38:10.005Z Compiling serde_cbor v0.11.2
26982026-03-23T19:38:10.132Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-03-23T19:38:10.458Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-03-23T19:38:10.772Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-23T19:38:10.850Z Compiling progenitor-macro v0.10.0
27022026-03-23T19:38:11.039Z Compiling bb8 v0.8.6
27032026-03-23T19:38:11.313Z Compiling trait-variant v0.1.2
27042026-03-23T19:38:11.569Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-03-23T19:38:11.661Z Compiling samael v0.0.19
27062026-03-23T19:38:12.029Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27072026-03-23T19:38:12.165Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27082026-03-23T19:38:12.348Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-03-23T19:38:12.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27102026-03-23T19:38:12.632Z Compiling fxhash v0.2.1
27112026-03-23T19:38:12.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27122026-03-23T19:38:12.865Z Compiling kstat-rs v0.2.4
27132026-03-23T19:38:12.978Z Compiling libz-sys v1.1.24
27142026-03-23T19:38:13.226Z Compiling nonempty v0.12.0
27152026-03-23T19:38:13.340Z Compiling polar-core v0.27.3
27162026-03-23T19:38:13.506Z Compiling salty v0.3.0
27172026-03-23T19:38:13.664Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-03-23T19:38:13.907Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27192026-03-23T19:38:13.975Z Compiling progenitor-impl v0.11.2
27202026-03-23T19:38:14.209Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-23T19:38:14.346Z Compiling darling_core v0.23.0
27222026-03-23T19:38:16.760Z Compiling progenitor v0.10.0
27232026-03-23T19:38:16.858Z Compiling nanorand v0.7.0
27242026-03-23T19:38:16.993Z Compiling fs-err v2.11.0
27252026-03-23T19:38:17.109Z Compiling parking_lot_core v0.8.6
27262026-03-23T19:38:17.491Z Compiling flume v0.11.1
27272026-03-23T19:38:17.519Z Compiling progenitor-macro v0.11.2
27282026-03-23T19:38:17.588Z Compiling darling_macro v0.23.0
27292026-03-23T19:38:17.620Z Compiling mime_guess v2.0.5
27302026-03-23T19:38:18.018Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27312026-03-23T19:38:18.244Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-03-23T19:38:19.682Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-23T19:38:20.058Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-03-23T19:38:20.430Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27352026-03-23T19:38:22.011Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27362026-03-23T19:38:22.999Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27372026-03-23T19:38:23.378Z Compiling progenitor-client v0.11.2
27382026-03-23T19:38:24.333Z Compiling git-stub v1.0.0
27392026-03-23T19:38:24.696Z Compiling libgit2-sys v0.18.3+1.9.2
27402026-03-23T19:38:25.230Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-03-23T19:38:25.875Z Compiling oso v0.27.3
27422026-03-23T19:38:26.214Z Compiling instability v0.3.11
27432026-03-23T19:38:29.325Z Compiling git-stub-vcs v0.1.0
27442026-03-23T19:38:30.006Z Compiling async-bb8-diesel v0.2.1
27452026-03-23T19:38:30.578Z Compiling diesel-dtrace v0.5.0
27462026-03-23T19:38:31.022Z Compiling progenitor v0.11.2
27472026-03-23T19:38:31.196Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-03-23T19:38:31.232Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27492026-03-23T19:38:31.321Z Compiling darling v0.23.0
27502026-03-23T19:38:32.340Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-03-23T19:38:32.481Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-03-23T19:38:32.511Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-03-23T19:38:32.545Z Compiling ignore v0.4.25
27542026-03-23T19:38:33.959Z Compiling primeorder v0.13.6
27552026-03-23T19:38:34.171Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-03-23T19:38:34.404Z Compiling castaway v0.2.4
27572026-03-23T19:38:34.562Z Compiling nibble_vec v0.1.0
27582026-03-23T19:38:34.612Z Compiling atty v0.2.14
27592026-03-23T19:38:34.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-03-23T19:38:34.835Z Compiling http-range v0.1.5
27612026-03-23T19:38:35.098Z Compiling endian-type v0.1.2
27622026-03-23T19:38:35.265Z Compiling indoc v2.0.7
27632026-03-23T19:38:35.326Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-03-23T19:38:35.613Z Compiling parse-size v1.1.0
27652026-03-23T19:38:35.886Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-23T19:38:35.960Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-03-23T19:38:36.069Z Compiling radix_trie v0.2.1
27682026-03-23T19:38:36.476Z Compiling compact_str v0.8.1
27692026-03-23T19:38:36.729Z Compiling p384 v0.13.1
27702026-03-23T19:38:37.935Z Compiling globwalk v0.9.1
27712026-03-23T19:38:38.798Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-03-23T19:38:38.997Z Compiling parking_lot v0.11.2
27732026-03-23T19:38:39.641Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-03-23T19:38:40.099Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-03-23T19:38:40.159Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-03-23T19:38:40.225Z Compiling predicates-tree v1.0.13
27772026-03-23T19:38:40.546Z Compiling unicode-truncate v1.1.0
27782026-03-23T19:38:40.577Z Compiling lru v0.12.5
27792026-03-23T19:38:40.817Z Compiling prefix-trie v0.7.0
27802026-03-23T19:38:40.863Z Compiling vergen-git2 v1.0.7
27812026-03-23T19:38:40.893Z Compiling cassowary v0.3.0
27822026-03-23T19:38:41.208Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-03-23T19:38:41.486Z Compiling hickory-server v0.25.2
27842026-03-23T19:38:41.537Z Compiling ratatui v0.29.0
27852026-03-23T19:38:41.586Z Compiling camino-tempfile-ext v0.3.3
27862026-03-23T19:38:42.345Z Compiling hyper-staticfile v0.10.1
27872026-03-23T19:38:42.442Z Compiling sled v0.34.7
27882026-03-23T19:38:43.885Z Compiling hickory-client v0.25.2
27892026-03-23T19:38:44.303Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-03-23T19:38:44.336Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-03-23T19:38:44.705Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-23T19:38:45.139Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-03-23T19:38:45.142Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-03-23T19:38:45.737Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-03-23T19:38:46.225Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-03-23T19:38:46.260Z Compiling rand_seeder v0.4.0
27972026-03-23T19:38:46.583Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-03-23T19:38:46.904Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-23T19:38:46.934Z Compiling lzma-sys v0.1.20
28002026-03-23T19:38:47.433Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-03-23T19:38:47.533Z Compiling corncobs v0.1.4
28022026-03-23T19:38:47.731Z Compiling rustls v0.21.12
28032026-03-23T19:38:47.891Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-23T19:38:48.094Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-03-23T19:38:48.181Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28062026-03-23T19:38:48.213Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-03-23T19:38:48.443Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28082026-03-23T19:38:48.510Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-03-23T19:38:48.822Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-03-23T19:38:48.900Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-03-23T19:38:49.742Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-03-23T19:38:49.844Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-23T19:38:52.371Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-03-23T19:38:52.946Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-23T19:38:53.235Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-03-23T19:38:53.517Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-03-23T19:38:53.697Z Compiling cargo_toml v0.22.3
28182026-03-23T19:38:53.798Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-03-23T19:38:55.012Z Compiling sct v0.7.1
28202026-03-23T19:38:55.353Z Compiling rustls-webpki v0.101.7
28212026-03-23T19:38:55.907Z Compiling nix v0.29.0
28222026-03-23T19:38:56.103Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28232026-03-23T19:38:56.365Z Compiling secrecy v0.8.0
28242026-03-23T19:38:56.432Z Compiling void v1.0.2
28252026-03-23T19:38:56.604Z Compiling lzss v0.8.2
28262026-03-23T19:38:56.793Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28272026-03-23T19:38:57.164Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28282026-03-23T19:38:57.208Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-03-23T19:38:57.373Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-03-23T19:38:57.500Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-03-23T19:38:57.563Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-03-23T19:38:57.816Z Compiling git2 v0.20.4
28332026-03-23T19:38:58.766Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-03-23T19:38:58.803Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28352026-03-23T19:38:59.757Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-03-23T19:39:00.107Z Compiling tungstenite v0.23.0
28372026-03-23T19:39:00.158Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-23T19:39:00.264Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-03-23T19:39:00.423Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28402026-03-23T19:39:00.466Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-03-23T19:39:00.571Z Compiling nix v0.27.1
28422026-03-23T19:39:00.717Z Compiling serde_bytes v0.11.19
28432026-03-23T19:39:00.957Z Compiling tokio-tungstenite v0.23.1
28442026-03-23T19:39:01.453Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-03-23T19:39:01.841Z Compiling tokio-rustls v0.24.1
28462026-03-23T19:39:02.136Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-03-23T19:39:02.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28482026-03-23T19:39:02.352Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-03-23T19:39:03.098Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28502026-03-23T19:39:03.698Z Compiling ron v0.12.0
28512026-03-23T19:39:04.971Z Compiling xz2 v0.1.7
28522026-03-23T19:39:05.131Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28532026-03-23T19:39:06.060Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-03-23T19:39:08.448Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-03-23T19:39:08.817Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28562026-03-23T19:39:09.094Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28572026-03-23T19:39:10.476Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28582026-03-23T19:39:10.733Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-03-23T19:39:11.538Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-03-23T19:39:11.894Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-03-23T19:39:12.659Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-03-23T19:39:12.916Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-23T19:39:13.822Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-03-23T19:39:14.693Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-03-23T19:39:15.389Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-03-23T19:39:16.026Z Compiling rustls-pemfile v1.0.4
28672026-03-23T19:39:16.550Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-03-23T19:39:17.839Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-03-23T19:39:18.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702026-03-23T19:39:18.296Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-03-23T19:39:18.480Z Compiling signal-hook-tokio v0.3.1
28722026-03-23T19:39:18.771Z Compiling twox-hash v2.1.2
28732026-03-23T19:39:19.339Z Compiling yasna v0.5.2
28742026-03-23T19:39:19.448Z Compiling base16ct v1.0.0
28752026-03-23T19:39:19.630Z Compiling is_ci v1.2.0
28762026-03-23T19:39:19.808Z Compiling supports-color v3.0.2
28772026-03-23T19:39:20.159Z Compiling rcgen v0.12.1
28782026-03-23T19:39:20.307Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-03-23T19:39:21.283Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802026-03-23T19:39:21.626Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-03-23T19:39:21.753Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822026-03-23T19:39:21.850Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28832026-03-23T19:39:22.444Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-03-23T19:39:25.723Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28852026-03-23T19:39:25.756Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-03-23T19:39:25.859Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-03-23T19:39:26.379Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28882026-03-23T19:39:26.946Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28892026-03-23T19:39:27.231Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-03-23T19:39:27.516Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-03-23T19:39:27.784Z Compiling fatfs v0.3.6
28922026-03-23T19:39:28.248Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-03-23T19:39:29.324Z Compiling rtoolbox v0.0.3
28942026-03-23T19:39:29.713Z Compiling subprocess v0.2.15
28952026-03-23T19:39:30.833Z Compiling assert_matches v1.5.0
28962026-03-23T19:39:30.971Z Compiling seq-macro v0.3.6
28972026-03-23T19:39:31.614Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-03-23T19:39:32.395Z Compiling rpassword v7.4.0
28992026-03-23T19:39:32.435Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-03-23T19:39:32.832Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-03-23T19:39:33.412Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29022026-03-23T19:39:35.155Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29032026-03-23T19:39:35.327Z Compiling tui-tree-widget v0.23.1
29042026-03-23T19:39:35.695Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-03-23T19:39:36.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-03-23T19:39:37.094Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-03-23T19:39:37.290Z Compiling uzers v0.12.2
29082026-03-23T19:39:38.248Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-03-23T19:39:39.117Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-03-23T19:39:40.510Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-03-23T19:39:43.785Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-03-23T19:39:43.985Z Compiling support-bundle-viewer v0.1.2
29132026-03-23T19:39:46.370Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29142026-03-23T19:39:47.644Z Compiling multimap v0.10.1
29152026-03-23T19:40:09.669Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-03-23T19:40:10.699Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-03-23T19:40:12.888Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-03-23T19:47:40.177Z Finished `release` profile [optimized] target(s) in 10m 22s
29192026-03-23T19:48:33.362Z
29202026-03-23T19:48:33.365Zreal 11:17.207765705
29212026-03-23T19:48:33.365Zuser 1:41:13.277400093
29222026-03-23T19:48:33.365Zsys 4:15.987320042
29232026-03-23T19:48:33.365Ztrap 2.282472382
29242026-03-23T19:48:33.365Ztflt 2.505712962
29252026-03-23T19:48:33.365Zdflt 18.081734344
29262026-03-23T19:48:33.365Zkflt 0.022567309
29272026-03-23T19:48:33.365Zlock 8:28:02.224306118
29282026-03-23T19:48:33.365Zslp 2:50:15.481849514
29292026-03-23T19:48:33.365Zlat 2:51.644401264
29302026-03-23T19:48:33.365Zstop 7:22.724802551
29312026-03-23T19:48:33.365Z+ mapfile -t packages
29322026-03-23T19:48:33.365Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29332026-03-23T19:48:34.683Z Finished `release` profile [optimized] target(s) in 1.30s
29342026-03-23T19:48:34.756Z Running `target/release/omicron-package -t test list-outputs`
29352026-03-23T19:48:34.819ZLogging to: /work/oxidecomputer/omicron/out/LOG
29362026-03-23T19:48:34.822Z+ ptime -m cargo build --locked --release -p xtask
29372026-03-23T19:48:35.536Z Compiling libc v0.2.180
29382026-03-23T19:48:35.536Z Compiling serde v1.0.228
29392026-03-23T19:48:35.539Z Compiling serde_core v1.0.228
29402026-03-23T19:48:35.539Z Compiling rustix v1.1.3
29412026-03-23T19:48:35.658Z Compiling bitflags v2.11.0
29422026-03-23T19:48:35.670Z Compiling serde_json v1.0.149
29432026-03-23T19:48:35.714Z Compiling num-traits v0.2.19
29442026-03-23T19:48:35.726Z Compiling syn v2.0.117
29452026-03-23T19:48:35.755Z Compiling hashbrown v0.16.1
29462026-03-23T19:48:35.771Z Compiling smallvec v1.15.1
29472026-03-23T19:48:35.786Z Compiling usdt-impl v0.5.0
29482026-03-23T19:48:35.804Z Compiling syn v1.0.109
29492026-03-23T19:48:35.822Z Compiling log v0.4.29
29502026-03-23T19:48:35.825Z Compiling getrandom v0.4.1
29512026-03-23T19:48:35.969Z Compiling percent-encoding v2.3.2
29522026-03-23T19:48:36.194Z Compiling form_urlencoded v1.2.2
29532026-03-23T19:48:36.235Z Compiling fs-err v3.3.0
29542026-03-23T19:48:36.235Z Compiling anyhow v1.0.102
29552026-03-23T19:48:36.388Z Compiling once_cell v1.21.3
29562026-03-23T19:48:36.407Z Compiling heck v0.4.1
29572026-03-23T19:48:36.565Z Compiling indexmap v2.13.0
29582026-03-23T19:48:36.772Z Compiling thread-id v4.2.2
29592026-03-23T19:48:36.801Z Compiling errno v0.3.14
29602026-03-23T19:48:36.804Z Compiling memmap v0.7.0
29612026-03-23T19:48:37.237Z Compiling ordered-float v2.10.1
29622026-03-23T19:48:37.892Z Compiling proc-macro-error v1.0.4
29632026-03-23T19:48:38.214Z Compiling tabled_derive v0.7.0
29642026-03-23T19:48:38.272Z Compiling terminal_size v0.4.3
29652026-03-23T19:48:38.272Z Compiling tempfile v3.25.0
29662026-03-23T19:48:38.394Z Compiling clap_builder v4.5.60
29672026-03-23T19:48:38.397Z Compiling textwrap v0.16.2
29682026-03-23T19:48:38.586Z Compiling camino-tempfile v1.4.1
29692026-03-23T19:48:39.061Z Compiling tabled v0.15.0
29702026-03-23T19:48:39.416Z Compiling synstructure v0.13.2
29712026-03-23T19:48:39.417Z Compiling pest_generator v2.8.6
29722026-03-23T19:48:39.943Z Compiling serde_derive v1.0.228
29732026-03-23T19:48:39.969Z Compiling zerofrom-derive v0.1.6
29742026-03-23T19:48:39.992Z Compiling yoke-derive v0.8.1
29752026-03-23T19:48:40.096Z Compiling zerovec-derive v0.11.2
29762026-03-23T19:48:40.275Z Compiling displaydoc v0.2.5
29772026-03-23T19:48:40.394Z Compiling thiserror-impl v1.0.69
29782026-03-23T19:48:40.450Z Compiling zerocopy-derive v0.7.35
29792026-03-23T19:48:40.493Z Compiling pest_derive v2.8.6
29802026-03-23T19:48:40.528Z Compiling scroll_derive v0.12.1
29812026-03-23T19:48:40.581Z Compiling thiserror-impl v2.0.18
29822026-03-23T19:48:40.650Z Compiling clap_derive v4.5.55
29832026-03-23T19:48:41.368Z Compiling zerofrom v0.1.6
29842026-03-23T19:48:41.399Z Compiling scroll v0.12.0
29852026-03-23T19:48:41.553Z Compiling yoke v0.8.1
29862026-03-23T19:48:41.570Z Compiling zerocopy v0.7.35
29872026-03-23T19:48:41.826Z Compiling zerovec v0.11.5
29882026-03-23T19:48:41.844Z Compiling zerotrie v0.2.3
29892026-03-23T19:48:41.952Z Compiling thiserror v1.0.69
29902026-03-23T19:48:42.104Z Compiling dtrace-parser v0.2.0
29912026-03-23T19:48:42.374Z Compiling goblin v0.8.2
29922026-03-23T19:48:42.679Z Compiling tinystr v0.8.2
29932026-03-23T19:48:42.935Z Compiling icu_locale_core v2.1.1
29942026-03-23T19:48:42.960Z Compiling potential_utf v0.1.4
29952026-03-23T19:48:42.993Z Compiling thiserror v2.0.18
29962026-03-23T19:48:43.151Z Compiling icu_collections v2.1.1
29972026-03-23T19:48:43.225Z Compiling clap v4.5.60
29982026-03-23T19:48:44.296Z Compiling icu_provider v2.1.1
29992026-03-23T19:48:44.425Z Compiling serde_spanned v0.6.9
30002026-03-23T19:48:44.509Z Compiling toml_datetime v0.6.11
30012026-03-23T19:48:44.626Z Compiling dof v0.3.0
30022026-03-23T19:48:44.647Z Compiling serde_tokenstream v0.2.3
30032026-03-23T19:48:44.785Z Compiling icu_properties v2.1.2
30042026-03-23T19:48:44.859Z Compiling icu_normalizer v2.1.1
30052026-03-23T19:48:44.882Z Compiling toml_edit v0.22.27
30062026-03-23T19:48:45.052Z Compiling serde-value v0.7.0
30072026-03-23T19:48:45.069Z Compiling cargo-platform v0.2.0
30082026-03-23T19:48:45.124Z Compiling macaddr v1.0.1
30092026-03-23T19:48:45.576Z Compiling usdt-macro v0.5.0
30102026-03-23T19:48:45.579Z Compiling usdt-attr-macro v0.5.0
30112026-03-23T19:48:46.093Z Compiling idna_adapter v1.2.1
30122026-03-23T19:48:46.261Z Compiling idna v1.1.0
30132026-03-23T19:48:46.865Z Compiling url v2.5.8
30142026-03-23T19:48:46.896Z Compiling usdt v0.5.0
30152026-03-23T19:48:47.048Z Compiling toml v0.8.23
30162026-03-23T19:48:47.681Z Compiling cargo-util-schemas v0.8.2
30172026-03-23T19:48:47.741Z Compiling cargo_toml v0.21.0
30182026-03-23T19:48:49.139Z Compiling cargo_metadata v0.21.0
30192026-03-23T19:48:53.339Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30202026-03-23T19:48:57.389Z Finished `release` profile [optimized] target(s) in 22.55s
30212026-03-23T19:48:57.536Z
30222026-03-23T19:48:57.539Zreal 22.679165913
30232026-03-23T19:48:57.539Zuser 3:10.162394397
30242026-03-23T19:48:57.539Zsys 20.822995484
30252026-03-23T19:48:57.539Ztrap 0.090156760
30262026-03-23T19:48:57.539Ztflt 0.691498011
30272026-03-23T19:48:57.539Zdflt 2.127078991
30282026-03-23T19:48:57.539Zkflt 0.000024086
30292026-03-23T19:48:57.539Zlock 7:11.672198594
30302026-03-23T19:48:57.539Zslp 4:19.698950401
30312026-03-23T19:48:57.539Zlat 8.020909707
30322026-03-23T19:48:57.539Zstop 28.901152000
30332026-03-23T19:48:57.539Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-03-23T19:48:57.539Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-03-23T19:48:57.539Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-03-23T19:48:57.539Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-03-23T19:48:57.539Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30382026-03-23T19:48:58.856Z Compiling regress v0.10.5
30392026-03-23T19:48:58.859Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-03-23T19:48:59.030Z Compiling serde_spanned v1.0.4
30412026-03-23T19:48:59.051Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-03-23T19:48:59.071Z Compiling newtype-uuid-macros v0.1.0
30432026-03-23T19:48:59.074Z Compiling progenitor-client v0.13.0
30442026-03-23T19:48:59.090Z Compiling structmeta-derive v0.3.0
30452026-03-23T19:48:59.093Z Compiling rustls v0.22.4
30462026-03-23T19:48:59.093Z Compiling rustls-webpki v0.102.8
30472026-03-23T19:48:59.093Z Compiling multer v3.1.0
30482026-03-23T19:48:59.111Z Compiling debug-ignore v1.0.5
30492026-03-23T19:48:59.248Z Compiling match_cfg v0.1.0
30502026-03-23T19:48:59.251Z Compiling slog-json v2.6.1
30512026-03-23T19:48:59.251Z Compiling async-stream-impl v0.3.6
30522026-03-23T19:48:59.297Z Compiling dropshot v0.16.7
30532026-03-23T19:48:59.320Z Compiling toml v0.9.12+spec-1.1.0
30542026-03-23T19:48:59.323Z Compiling itertools v0.14.0
30552026-03-23T19:48:59.397Z Compiling hostname v0.3.1
30562026-03-23T19:48:59.401Z Compiling waitgroup v0.1.2
30572026-03-23T19:48:59.401Z Compiling rustls-pemfile v2.2.0
30582026-03-23T19:48:59.527Z Compiling dropshot_endpoint v0.16.7
30592026-03-23T19:48:59.581Z Compiling slog-bunyan v2.5.0
30602026-03-23T19:48:59.627Z Compiling serde_path_to_error v0.1.20
30612026-03-23T19:48:59.631Z Compiling hostname v0.4.2
30622026-03-23T19:48:59.631Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30632026-03-23T19:48:59.750Z Compiling macaddr v1.0.1
30642026-03-23T19:48:59.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-03-23T19:48:59.831Z Compiling progenitor-client v0.10.0
30662026-03-23T19:48:59.885Z Compiling instant v0.1.13
30672026-03-23T19:48:59.961Z Compiling backon v1.6.0
30682026-03-23T19:49:00.054Z Compiling backoff v0.4.0
30692026-03-23T19:49:00.116Z Compiling async-stream v0.3.6
30702026-03-23T19:49:00.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30712026-03-23T19:49:00.186Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-03-23T19:49:00.218Z Compiling progenitor-extras v0.1.1
30732026-03-23T19:49:00.245Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30742026-03-23T19:49:00.271Z Compiling crucible-workspace-hack v0.1.0
30752026-03-23T19:49:00.274Z Compiling unsafe-libyaml v0.2.11
30762026-03-23T19:49:00.274Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-03-23T19:49:00.351Z Compiling secrecy v0.10.3
30782026-03-23T19:49:00.376Z Compiling heapless v0.8.0
30792026-03-23T19:49:00.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-03-23T19:49:00.553Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-03-23T19:49:00.609Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-03-23T19:49:00.612Z Compiling hash32 v0.3.1
30832026-03-23T19:49:00.662Z Compiling structmeta v0.3.0
30842026-03-23T19:49:00.717Z Compiling smoltcp v0.11.0
30852026-03-23T19:49:00.814Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-03-23T19:49:00.872Z Compiling toml v0.8.23
30872026-03-23T19:49:00.911Z Compiling tabwriter v1.4.1
30882026-03-23T19:49:00.965Z Compiling cobs v0.3.0
30892026-03-23T19:49:00.990Z Compiling derive-ex v0.1.8
30902026-03-23T19:49:01.032Z Compiling parse-display-derive v0.10.0
30912026-03-23T19:49:01.059Z Compiling serde_yaml v0.9.34+deprecated
30922026-03-23T19:49:01.090Z Compiling ingot-macros v0.1.1
30932026-03-23T19:49:01.115Z Compiling proc-macro-crate v3.4.0
30942026-03-23T19:49:01.265Z Compiling typify-impl v0.6.1
30952026-03-23T19:49:01.336Z Compiling foreign-types-macros v0.2.3
30962026-03-23T19:49:01.362Z Compiling foreign-types-shared v0.3.1
30972026-03-23T19:49:01.365Z Compiling cpufeatures v0.3.0
30982026-03-23T19:49:01.504Z Compiling convert_case v0.4.0
30992026-03-23T19:49:01.527Z Compiling chacha20 v0.10.0
31002026-03-23T19:49:01.728Z Compiling postcard v1.1.3
31012026-03-23T19:49:01.948Z Compiling num_enum_derive v0.7.5
31022026-03-23T19:49:01.982Z Compiling proc-macro-crate v1.3.1
31032026-03-23T19:49:01.985Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-23T19:49:02.033Z Compiling universal-hash v0.5.1
31052026-03-23T19:49:02.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-23T19:49:02.065Z Compiling derive_more v0.99.20
31072026-03-23T19:49:02.197Z Compiling foreign-types v0.5.0
31082026-03-23T19:49:02.241Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31092026-03-23T19:49:02.265Z Compiling cstr-argument v0.1.2
31102026-03-23T19:49:02.329Z Compiling tokio-rustls v0.25.0
31112026-03-23T19:49:02.490Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31122026-03-23T19:49:02.516Z Compiling opaque-debug v0.3.1
31132026-03-23T19:49:02.543Z Compiling colored v3.1.1
31142026-03-23T19:49:02.603Z Compiling num_enum_derive v0.5.11
31152026-03-23T19:49:02.655Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-03-23T19:49:02.775Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-03-23T19:49:02.806Z Compiling rand v0.10.0
31182026-03-23T19:49:02.839Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31192026-03-23T19:49:03.085Z Compiling half v2.7.1
31202026-03-23T19:49:03.155Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-03-23T19:49:03.286Z Compiling ciborium-io v0.2.2
31222026-03-23T19:49:03.363Z Compiling camino-tempfile v1.4.1
31232026-03-23T19:49:03.441Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-03-23T19:49:03.490Z Compiling num_enum v0.7.5
31252026-03-23T19:49:03.534Z Compiling test-strategy v0.4.5
31262026-03-23T19:49:03.539Z Compiling ciborium-ll v0.2.2
31272026-03-23T19:49:03.585Z Compiling parse-display v0.10.0
31282026-03-23T19:49:03.610Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-03-23T19:49:03.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-03-23T19:49:03.716Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31312026-03-23T19:49:03.785Z Compiling smf v0.2.3
31322026-03-23T19:49:03.812Z Compiling ciborium v0.2.2
31332026-03-23T19:49:03.878Z Compiling aead v0.5.2
31342026-03-23T19:49:03.981Z Compiling num-derive v0.4.2
31352026-03-23T19:49:04.028Z Compiling sigpipe v0.1.3
31362026-03-23T19:49:04.031Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-03-23T19:49:04.078Z Compiling glob v0.3.3
31382026-03-23T19:49:04.109Z Compiling num_enum v0.5.11
31392026-03-23T19:49:04.175Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31402026-03-23T19:49:04.200Z Compiling poly1305 v0.8.0
31412026-03-23T19:49:04.286Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31422026-03-23T19:49:04.349Z Compiling chacha20 v0.9.1
31432026-03-23T19:49:04.495Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-03-23T19:49:04.525Z Compiling whoami v1.6.1
31452026-03-23T19:49:04.650Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31462026-03-23T19:49:04.674Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31472026-03-23T19:49:04.705Z Compiling thiserror-impl-no-std v2.0.2
31482026-03-23T19:49:04.728Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31492026-03-23T19:49:04.755Z Compiling num-rational v0.4.2
31502026-03-23T19:49:04.923Z Compiling byte-wrapper v0.1.0
31512026-03-23T19:49:04.949Z Compiling password-hash v0.5.0
31522026-03-23T19:49:05.146Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31532026-03-23T19:49:05.173Z Compiling ingot-types v0.1.2
31542026-03-23T19:49:05.208Z Compiling blake2 v0.10.6
31552026-03-23T19:49:05.250Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-03-23T19:49:05.359Z Compiling num-complex v0.4.6
31572026-03-23T19:49:05.384Z Compiling prettyplease v0.2.37
31582026-03-23T19:49:05.424Z Compiling indent_write v2.2.0
31592026-03-23T19:49:05.550Z Compiling argon2 v0.5.3
31602026-03-23T19:49:05.647Z Compiling chacha20poly1305 v0.10.1
31612026-03-23T19:49:05.673Z Compiling float-ord v0.3.2
31622026-03-23T19:49:05.698Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31632026-03-23T19:49:05.701Z Compiling ingot v0.1.1
31642026-03-23T19:49:05.756Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31652026-03-23T19:49:05.785Z Compiling gethostname v0.5.0
31662026-03-23T19:49:05.866Z Compiling usdt-macro v0.5.0
31672026-03-23T19:49:05.890Z Compiling num v0.4.3
31682026-03-23T19:49:05.968Z Compiling usdt-attr-macro v0.5.0
31692026-03-23T19:49:05.996Z Compiling derive-where v1.6.0
31702026-03-23T19:49:05.999Z Compiling memmap v0.7.0
31712026-03-23T19:49:06.047Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-03-23T19:49:06.095Z Compiling atomicwrites v0.4.4
31732026-03-23T19:49:06.359Z Compiling owo-colors v4.3.0
31742026-03-23T19:49:06.423Z Compiling thiserror-no-std v2.0.2
31752026-03-23T19:49:06.448Z Compiling cancel-safe-futures v0.1.5
31762026-03-23T19:49:06.475Z Compiling libsw-core v0.3.2
31772026-03-23T19:49:06.563Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-03-23T19:49:06.590Z Compiling vsss-rs v3.3.4
31792026-03-23T19:49:06.747Z Compiling async-recursion v1.1.1
31802026-03-23T19:49:06.809Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-03-23T19:49:06.929Z Compiling resolv-conf v0.7.6
31822026-03-23T19:49:07.141Z Compiling usdt v0.5.0
31832026-03-23T19:49:07.224Z Compiling libsw v3.5.0
31842026-03-23T19:49:07.420Z Compiling typify-impl v0.4.3
31852026-03-23T19:49:07.453Z Compiling linear-map v1.2.0
31862026-03-23T19:49:07.482Z Compiling libefi-sys v0.1.0
31872026-03-23T19:49:07.509Z Compiling hickory-proto v0.24.4
31882026-03-23T19:49:07.538Z Compiling newline-converter v0.3.0
31892026-03-23T19:49:07.567Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31902026-03-23T19:49:07.718Z Compiling console v0.15.11
31912026-03-23T19:49:07.742Z Compiling bitfield-struct v0.6.2
31922026-03-23T19:49:07.742Z Compiling linked-hash-map v0.5.6
31932026-03-23T19:49:07.742Z Compiling semver v0.1.20
31942026-03-23T19:49:07.881Z Compiling pin-project-internal v1.1.11
31952026-03-23T19:49:07.909Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-03-23T19:49:07.948Z Compiling typify-macro v0.6.1
31972026-03-23T19:49:08.033Z Compiling lru-cache v0.1.2
31982026-03-23T19:49:08.067Z Compiling rustc_version v0.1.7
31992026-03-23T19:49:08.154Z Compiling slog-dtrace v0.3.0
32002026-03-23T19:49:08.205Z Compiling expectorate v1.2.0
32012026-03-23T19:49:08.234Z Compiling minimal-lexical v0.2.1
32022026-03-23T19:49:08.422Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32032026-03-23T19:49:08.450Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-23T19:49:08.549Z Compiling nom v7.1.3
32052026-03-23T19:49:08.576Z Compiling newtype_derive v0.1.6
32062026-03-23T19:49:08.580Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-03-23T19:49:08.580Z Compiling tokio-dtrace v0.1.1
32082026-03-23T19:49:08.652Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-23T19:49:08.707Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32102026-03-23T19:49:08.797Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-03-23T19:49:08.883Z Compiling phf_shared v0.12.1
32122026-03-23T19:49:08.907Z Compiling dropshot-api-manager-types v0.6.0
32132026-03-23T19:49:08.986Z Compiling pem v3.0.6
32142026-03-23T19:49:09.019Z Compiling snafu-derive v0.8.9
32152026-03-23T19:49:09.166Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-03-23T19:49:09.246Z Compiling csv-core v0.1.13
32172026-03-23T19:49:09.380Z Compiling same-file v1.0.6
32182026-03-23T19:49:09.423Z Compiling chrono-tz v0.10.4
32192026-03-23T19:49:09.466Z Compiling highway v1.3.0
32202026-03-23T19:49:09.507Z Compiling pin-project v1.1.11
32212026-03-23T19:49:09.649Z Compiling base64 v0.21.7
32222026-03-23T19:49:09.676Z Compiling xshell-macros v0.2.7
32232026-03-23T19:49:09.739Z Compiling const_format_proc_macros v0.2.34
32242026-03-23T19:49:09.742Z Compiling walkdir v2.5.0
32252026-03-23T19:49:10.022Z Compiling csv v1.4.0
32262026-03-23T19:49:10.025Z Compiling phf v0.12.1
32272026-03-23T19:49:10.135Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32282026-03-23T19:49:10.202Z Compiling oxide-tokio-rt v0.1.3
32292026-03-23T19:49:10.278Z Compiling xshell v0.2.7
32302026-03-23T19:49:10.337Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-03-23T19:49:10.362Z Compiling globset v0.4.18
32322026-03-23T19:49:10.481Z Compiling typify v0.6.1
32332026-03-23T19:49:10.508Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-03-23T19:49:10.508Z Compiling olpc-cjson v0.1.4
32352026-03-23T19:49:10.615Z Compiling progenitor-impl v0.13.0
32362026-03-23T19:49:10.649Z Compiling hickory-resolver v0.24.4
32372026-03-23T19:49:10.762Z Compiling primeorder v0.13.6
32382026-03-23T19:49:10.789Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32392026-03-23T19:49:10.814Z Compiling serde_plain v1.0.2
32402026-03-23T19:49:10.946Z Compiling typed-path v0.9.3
32412026-03-23T19:49:11.009Z Compiling const_format v0.2.35
32422026-03-23T19:49:11.116Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-03-23T19:49:11.316Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-03-23T19:49:11.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-03-23T19:49:11.430Z Compiling tabled_derive v0.7.0
32462026-03-23T19:49:11.500Z Compiling bcs v0.1.6
32472026-03-23T19:49:11.873Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32482026-03-23T19:49:11.966Z Compiling snafu v0.8.9
32492026-03-23T19:49:11.989Z Compiling radium v0.7.0
32502026-03-23T19:49:12.175Z Compiling qorb v0.4.1
32512026-03-23T19:49:12.214Z Compiling utf-8 v0.7.6
32522026-03-23T19:49:12.315Z Compiling termtree v0.5.1
32532026-03-23T19:49:12.368Z Compiling tough v0.20.0
32542026-03-23T19:49:12.480Z Compiling salty v0.3.0
32552026-03-23T19:49:12.505Z Compiling textwrap v0.16.2
32562026-03-23T19:49:12.549Z Compiling tungstenite v0.21.0
32572026-03-23T19:49:12.825Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-03-23T19:49:12.828Z Compiling tabled v0.15.0
32592026-03-23T19:49:12.939Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-03-23T19:49:13.114Z Compiling steno v0.4.1
32612026-03-23T19:49:13.140Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-03-23T19:49:13.196Z Compiling tap v1.0.1
32632026-03-23T19:49:13.222Z Compiling humantime v2.3.0
32642026-03-23T19:49:13.251Z Compiling maybe-uninit v2.0.0
32652026-03-23T19:49:13.356Z Compiling wyz v0.5.1
32662026-03-23T19:49:13.379Z Compiling tokio-tungstenite v0.21.0
32672026-03-23T19:49:13.632Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-03-23T19:49:13.656Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32692026-03-23T19:49:13.681Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32702026-03-23T19:49:13.773Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32712026-03-23T19:49:13.910Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-03-23T19:49:14.038Z Compiling typify-macro v0.4.3
32732026-03-23T19:49:14.282Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32742026-03-23T19:49:14.441Z Compiling p384 v0.13.1
32752026-03-23T19:49:14.549Z Compiling progenitor-macro v0.13.0
32762026-03-23T19:49:14.717Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-03-23T19:49:14.929Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-03-23T19:49:14.932Z Compiling arc-swap v1.8.2
32792026-03-23T19:49:15.029Z Compiling packed_struct v0.10.1
32802026-03-23T19:49:15.251Z Compiling funty v2.0.0
32812026-03-23T19:49:15.398Z Compiling tagptr v0.2.0
32822026-03-23T19:49:15.459Z Compiling slog-scope v4.4.1
32832026-03-23T19:49:15.665Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32842026-03-23T19:49:15.847Z Compiling bitvec v1.0.1
32852026-03-23T19:49:15.988Z Compiling moka v0.12.13
32862026-03-23T19:49:16.198Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-03-23T19:49:16.250Z Compiling polyval v0.6.2
32882026-03-23T19:49:16.351Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32892026-03-23T19:49:16.519Z Compiling typify v0.4.3
32902026-03-23T19:49:16.545Z Compiling packed_struct_codegen v0.10.1
32912026-03-23T19:49:16.572Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-03-23T19:49:16.602Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-03-23T19:49:16.693Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-23T19:49:16.744Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-23T19:49:16.832Z Compiling progenitor-impl v0.10.0
32962026-03-23T19:49:17.137Z Compiling bitfield-macros v0.19.4
32972026-03-23T19:49:17.684Z Compiling zerocopy-derive v0.6.6
32982026-03-23T19:49:17.761Z Compiling proc-macro-error-attr2 v2.0.0
32992026-03-23T19:49:17.923Z Compiling indexmap v1.9.3
33002026-03-23T19:49:18.105Z Compiling crc-catalog v2.4.0
33012026-03-23T19:49:18.148Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-23T19:49:18.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-03-23T19:49:18.197Z Compiling nodrop v0.1.14
33042026-03-23T19:49:18.222Z Compiling parking_lot_core v0.8.6
33052026-03-23T19:49:18.265Z Compiling crc v3.4.0
33062026-03-23T19:49:18.347Z Compiling array-init v0.0.4
33072026-03-23T19:49:18.350Z Compiling proc-macro-error2 v2.0.1
33082026-03-23T19:49:18.493Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-03-23T19:49:18.637Z Compiling bitfield v0.19.4
33102026-03-23T19:49:18.703Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-03-23T19:49:18.834Z Compiling hickory-resolver v0.25.2
33122026-03-23T19:49:18.920Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33132026-03-23T19:49:18.946Z Compiling zerocopy v0.6.6
33142026-03-23T19:49:18.986Z Compiling ghash v0.5.1
33152026-03-23T19:49:19.101Z Compiling smallvec v0.6.14
33162026-03-23T19:49:19.153Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33172026-03-23T19:49:19.201Z Compiling slog-stdlog v4.1.1
33182026-03-23T19:49:19.238Z Compiling git-stub v1.0.0
33192026-03-23T19:49:19.376Z Compiling ctr v0.9.2
33202026-03-23T19:49:19.435Z Compiling num-derive v0.3.3
33212026-03-23T19:49:19.459Z Compiling lzma-sys v0.1.20
33222026-03-23T19:49:19.515Z Compiling hashbrown v0.12.3
33232026-03-23T19:49:19.630Z Compiling unicase v2.9.0
33242026-03-23T19:49:19.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-03-23T19:49:19.954Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-03-23T19:49:20.012Z Compiling mime_guess v2.0.5
33272026-03-23T19:49:20.066Z Compiling aes-gcm v0.10.3
33282026-03-23T19:49:20.100Z Compiling git-stub-vcs v0.1.0
33292026-03-23T19:49:20.204Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-03-23T19:49:20.360Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-03-23T19:49:20.494Z Compiling serde-hex v0.1.0
33322026-03-23T19:49:20.520Z Compiling slog-envlogger v2.2.0
33332026-03-23T19:49:20.619Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-23T19:49:20.646Z Compiling tabled_derive v0.11.0
33352026-03-23T19:49:20.649Z Compiling progenitor-macro v0.10.0
33362026-03-23T19:49:20.699Z Compiling libscf-sys v1.1.0
33372026-03-23T19:49:20.822Z Compiling progenitor-impl v0.11.2
33382026-03-23T19:49:20.951Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-23T19:49:21.056Z Compiling ron v0.8.1
33402026-03-23T19:49:21.082Z Compiling papergrid v0.17.0
33412026-03-23T19:49:21.132Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33422026-03-23T19:49:21.595Z Compiling cargo_toml v0.22.3
33432026-03-23T19:49:21.789Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-03-23T19:49:21.875Z Compiling hashbrown v0.13.2
33452026-03-23T19:49:21.908Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-03-23T19:49:21.940Z Compiling progenitor v0.13.0
33472026-03-23T19:49:22.168Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33482026-03-23T19:49:22.422Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-03-23T19:49:22.533Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33502026-03-23T19:49:22.567Z Compiling testing_table v0.3.0
33512026-03-23T19:49:22.639Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33522026-03-23T19:49:22.823Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-03-23T19:49:23.068Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-03-23T19:49:23.104Z Compiling ssh-encoding v0.2.0
33552026-03-23T19:49:23.135Z Compiling blowfish v0.9.1
33562026-03-23T19:49:23.161Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-23T19:49:23.216Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-03-23T19:49:23.350Z Compiling nibble_vec v0.1.0
33592026-03-23T19:49:23.498Z Compiling endian-type v0.1.2
33602026-03-23T19:49:23.525Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-23T19:49:23.554Z Compiling corncobs v0.1.4
33622026-03-23T19:49:23.580Z Compiling crc-any v2.5.0
33632026-03-23T19:49:23.659Z Compiling ssh-cipher v0.2.0
33642026-03-23T19:49:23.715Z Compiling radix_trie v0.2.1
33652026-03-23T19:49:23.745Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-03-23T19:49:23.842Z Compiling bcrypt-pbkdf v0.10.0
33672026-03-23T19:49:23.918Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33682026-03-23T19:49:23.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33692026-03-23T19:49:24.162Z Compiling tabled v0.20.0
33702026-03-23T19:49:24.306Z Compiling object v0.30.4
33712026-03-23T19:49:24.337Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-23T19:49:24.528Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-23T19:49:24.789Z Compiling parking_lot v0.11.2
33742026-03-23T19:49:24.817Z Compiling progenitor-macro v0.11.2
33752026-03-23T19:49:24.963Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-03-23T19:49:25.353Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-03-23T19:49:25.375Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33782026-03-23T19:49:25.725Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33792026-03-23T19:49:25.945Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33802026-03-23T19:49:26.140Z Compiling progenitor-client v0.11.2
33812026-03-23T19:49:26.414Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-03-23T19:49:26.460Z Compiling prefix-trie v0.7.0
33832026-03-23T19:49:26.601Z Compiling password-hash v0.4.2
33842026-03-23T19:49:26.626Z Compiling fxhash v0.2.1
33852026-03-23T19:49:26.653Z Compiling secrecy v0.8.0
33862026-03-23T19:49:26.839Z Compiling half v1.8.3
33872026-03-23T19:49:26.863Z Compiling http-range v0.1.5
33882026-03-23T19:49:26.891Z Compiling path-slash v0.1.5
33892026-03-23T19:49:27.035Z Compiling pbkdf2 v0.11.0
33902026-03-23T19:49:27.106Z Compiling hickory-server v0.25.2
33912026-03-23T19:49:27.157Z Compiling serde_cbor v0.11.2
33922026-03-23T19:49:27.160Z Compiling sled v0.34.7
33932026-03-23T19:49:27.278Z Compiling xz2 v0.1.7
33942026-03-23T19:49:27.359Z Compiling ron v0.12.0
33952026-03-23T19:49:27.775Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-23T19:49:28.047Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-23T19:49:28.179Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33982026-03-23T19:49:28.379Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-03-23T19:49:28.748Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34002026-03-23T19:49:28.759Z Compiling progenitor v0.10.0
34012026-03-23T19:49:28.895Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34022026-03-23T19:49:28.925Z Compiling ssh-key v0.6.7
34032026-03-23T19:49:29.501Z Compiling hickory-client v0.25.2
34042026-03-23T19:49:29.856Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34052026-03-23T19:49:29.860Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34062026-03-23T19:49:29.916Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34072026-03-23T19:49:29.959Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34082026-03-23T19:49:30.595Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34092026-03-23T19:49:30.923Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-03-23T19:49:30.927Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34112026-03-23T19:49:31.104Z Compiling p256 v0.13.2
34122026-03-23T19:49:31.109Z Compiling p521 v0.13.3
34132026-03-23T19:49:31.334Z Compiling yasna v0.5.2
34142026-03-23T19:49:31.383Z Compiling kstat-rs v0.2.4
34152026-03-23T19:49:31.657Z Compiling headers-core v0.3.0
34162026-03-23T19:49:31.664Z Compiling nanorand v0.7.0
34172026-03-23T19:49:31.664Z Compiling atty v0.2.14
34182026-03-23T19:49:31.718Z Compiling russh-cryptovec v0.7.3
34192026-03-23T19:49:31.748Z Compiling crc8 v0.1.1
34202026-03-23T19:49:31.825Z Compiling home v0.5.12
34212026-03-23T19:49:32.010Z Compiling base16ct v1.0.0
34222026-03-23T19:49:32.014Z Compiling md5 v0.7.0
34232026-03-23T19:49:32.014Z Compiling flume v0.11.1
34242026-03-23T19:49:32.018Z Compiling rcgen v0.12.1
34252026-03-23T19:49:32.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34262026-03-23T19:49:32.077Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-03-23T19:49:32.143Z Compiling headers v0.4.1
34282026-03-23T19:49:32.170Z Compiling progenitor v0.11.2
34292026-03-23T19:49:32.372Z Compiling russh-keys v0.45.0
34302026-03-23T19:49:32.413Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34312026-03-23T19:49:32.439Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-23T19:49:32.495Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-03-23T19:49:32.718Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-03-23T19:49:33.141Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-03-23T19:49:33.148Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-03-23T19:49:33.148Z Compiling hyper-staticfile v0.10.1
34372026-03-23T19:49:33.265Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34382026-03-23T19:49:33.292Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34392026-03-23T19:49:33.844Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-03-23T19:49:33.870Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34412026-03-23T19:49:34.083Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-03-23T19:49:34.169Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34432026-03-23T19:49:34.463Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34442026-03-23T19:49:34.474Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34452026-03-23T19:49:34.474Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-03-23T19:49:34.549Z Compiling num-bigint v0.4.6
34472026-03-23T19:49:34.574Z Compiling des v0.8.1
34482026-03-23T19:49:34.882Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-03-23T19:49:34.999Z Compiling subprocess v0.2.15
34502026-03-23T19:49:35.235Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-03-23T19:49:35.409Z Compiling display-error-chain v0.2.2
34522026-03-23T19:49:35.620Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34532026-03-23T19:49:35.661Z Compiling hex-literal v0.4.1
34542026-03-23T19:49:35.703Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-03-23T19:49:35.952Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-03-23T19:49:35.960Z Compiling colored v2.2.0
34572026-03-23T19:49:35.960Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-03-23T19:49:35.992Z Compiling socket2 v0.5.10
34592026-03-23T19:49:36.073Z Compiling internet-checksum v0.2.1
34602026-03-23T19:49:36.343Z Compiling russh v0.45.0
34612026-03-23T19:49:42.025Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-03-23T19:49:52.475Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34632026-03-23T19:49:52.475Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-03-23T19:49:52.477Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-23T19:49:52.477Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-03-23T19:49:54.749Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34672026-03-23T19:49:54.887Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34682026-03-23T19:50:00.717Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-03-23T19:50:30.255Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34702026-03-23T19:50:55.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34712026-03-23T19:50:55.972Z
34722026-03-23T19:50:55.975Zreal 1:58.234301143
34732026-03-23T19:50:55.976Zuser 11:46.512143489
34742026-03-23T19:50:55.976Zsys 2:07.048069017
34752026-03-23T19:50:55.976Ztrap 0.385156737
34762026-03-23T19:50:55.976Ztflt 0.580957893
34772026-03-23T19:50:55.976Zdflt 1.436683038
34782026-03-23T19:50:55.976Zkflt 0.002998619
34792026-03-23T19:50:55.976Zlock 41:19.189630394
34802026-03-23T19:50:55.976Zslp 26:52.488450441
34812026-03-23T19:50:55.976Zlat 47.340128496
34822026-03-23T19:50:55.976Zstop 3:56.455361546
34832026-03-23T19:50:55.976Z+ mkdir tests
34842026-03-23T19:50:55.976Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-03-23T19:50:55.976Z+ xargs -I '{}' -t cp '{}' tests/
34862026-03-23T19:50:55.976Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34872026-03-23T19:50:55.976Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34882026-03-23T19:50:55.976Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34892026-03-23T19:50:55.995Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34902026-03-23T19:50:56.237Z+ 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/*)
34912026-03-23T19:50:56.241Z+ 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
34922026-03-23T19:52:35.077ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-03-23T19:52:35.077Za .github/buildomat/ci-env.sh 1K
34942026-03-23T19:52:35.077Za out/target/test 1K
34952026-03-23T19:52:35.077Za out/npuzone/npuzone 27402K
34962026-03-23T19:52:35.077Za package-manifest.toml 35K
34972026-03-23T19:52:35.077Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-03-23T19:52:35.077Za target/release/omicron-package 40561K
34992026-03-23T19:52:35.078Za target/release/xtask 11433K
35002026-03-23T19:52:35.078Za target/debug/bootstrap 336541K
35012026-03-23T19:52:35.078Za tests/bootstrap-0d379787697657d9 31310K
35022026-03-23T19:52:35.078Za tests/commtest-dbaa59ec1e557674 32395K
35032026-03-23T19:52:35.078Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35042026-03-23T19:52:35.078Za tests/end_to_end_tests-b8a7ecbb73af62b3 378835K
35052026-03-23T19:52:35.078Za out/clickhouse.tar.gz 301694K
35062026-03-23T19:52:35.078Za out/clickhouse_keeper.tar.gz 287160K
35072026-03-23T19:52:35.078Za out/clickhouse_server.tar.gz 301693K
35082026-03-23T19:52:35.078Za out/cockroachdb.tar.gz 154185K
35092026-03-23T19:52:35.078Za out/crucible-pantry-zone.tar.gz 38991K
35102026-03-23T19:52:35.078Za out/crucible-utils.tar 17744K
35112026-03-23T19:52:35.078Za out/crucible-zone.tar.gz 53129K
35122026-03-23T19:52:35.078Za out/external-dns.tar.gz 43594K
35132026-03-23T19:52:35.078Za out/internal-dns.tar.gz 43593K
35142026-03-23T19:52:35.078Za out/mg-ddm-gz.tar 78377K
35152026-03-23T19:52:35.078Za out/nexus.tar.gz 213135K
35162026-03-23T19:52:35.078Za out/ntp.tar.gz 25418K
35172026-03-23T19:52:35.078Za out/omicron-gateway-softnpu.tar.gz 28311K
35182026-03-23T19:52:35.078Za out/omicron-sled-agent.tar 186940K
35192026-03-23T19:52:35.078Za out/overlay.tar.gz 3K
35202026-03-23T19:52:35.078Za out/oximeter.tar.gz 58020K
35212026-03-23T19:52:35.078Za out/oxlog.tar 3782K
35222026-03-23T19:52:35.078Za out/probe.tar.gz 3037K
35232026-03-23T19:52:35.078Za out/propolis-server.tar.gz 33249K
35242026-03-23T19:52:35.079Za out/pumpkind-gz.tar 26647K
35252026-03-23T19:52:35.079Za out/switch-softnpu.tar.gz 369496K
35262026-03-23T19:52:35.082Z
35272026-03-23T19:52:35.082Zreal 1:38.835216592
35282026-03-23T19:52:35.082Zuser 1:35.824680060
35292026-03-23T19:52:35.082Zsys 6.129918634
35302026-03-23T19:52:35.082Ztrap 0.006958154
35312026-03-23T19:52:35.082Ztflt 0.000000000
35322026-03-23T19:52:35.082Zdflt 0.000000000
35332026-03-23T19:52:35.082Zkflt 0.000000000
35342026-03-23T19:52:35.082Zlock 0.000000000
35352026-03-23T19:52:35.082Zslp 1:35.086463718
35362026-03-23T19:52:35.082Zlat 0.617651659
35372026-03-23T19:52:35.082Zstop 0.000255011
35382026-03-23T19:52:35.082Zprocess exited: duration 1270839 ms, exit code 0
 
35392026-03-23T19:52:35.099Zfound 1 output files
35402026-03-23T19:52:35.099Zuploading: /work/package.tar.gz (2282403046 bytes)
35412026-03-23T19:53:02.605Zuploaded: /work/package.tar.gz