01KPC09NMBCYXSM12SCZ7ASVZT: 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: 01KPC0A1Z02SMH848FT5QT95PQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T20:40:09.962Zjob assigned to worker 01KPC0A5ZS0APB7TES8FBRW9QM [factory aws, i-06c69942cca2acc88] (queued for 50 s)
 
22026-04-16T20:40:18.311Zstarting task 0: "setup"
32026-04-16T20:40:18.315Z++ uname -s
42026-04-16T20:40:18.318Z+ kern=SunOS
52026-04-16T20:40:18.319Z+ build_user=build
62026-04-16T20:40:18.319Z+ build_uid=12345
72026-04-16T20:40:18.319Z+ work_dir=/work
82026-04-16T20:40:18.319Z+ input_dir=/input
92026-04-16T20:40:18.319Z+ [[ 0 == 12345 ]]
102026-04-16T20:40:18.319Z+ case "$kern" in
112026-04-16T20:40:18.319Z+ groupadd -g 12345 build
122026-04-16T20:40:18.319Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T20:40:20.328Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T20:40:20.454Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T20:40:20.457Z+ home_fs=zfs
162026-04-16T20:40:20.457Z+ [[ zfs == autofs ]]
172026-04-16T20:40:20.457Z+ mkdir -p /home/build
182026-04-16T20:40:20.463Z+ chown build:build /home/build /work
192026-04-16T20:40:22.461Z+ chmod 0700 /home/build /work
202026-04-16T20:40:22.465Zprocess exited: duration 4159 ms, exit code 0
 
212026-04-16T20:40:22.471Zstarting task 1: "rust-toolchain"
222026-04-16T20:40:22.478Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-16T20:40:22.478Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-16T20:40:22.478Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-16T20:40:22.478Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-16T20:40:22.478Z * rust toolchain channel = "1.94.0"
272026-04-16T20:40:22.478Z * rust toolchain profile = "default"
282026-04-16T20:40:22.481Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T20:40:22.481Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-16T20:40:22.598Zinfo: downloading installer
312026-04-16T20:40:24.069Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T20:40:24.069Zwarn: /opt/ooce/bin
332026-04-16T20:40:24.070Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T20:40:24.070Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T20:40:24.070Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T20:40:24.070Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T20:40:24.070Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T20:40:24.070Zerror: cannot install while Rust is installed
392026-04-16T20:40:24.070Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T20:40:24.070Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T20:40:24.070Zwarn: /home/build/.rustup/settings.toml
422026-04-16T20:40:24.070Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T20:40:24.070Zwarn: instead of the one inferred from the default host triple.
442026-04-16T20:40:24.097Zinfo: profile set to default
452026-04-16T20:40:24.097Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T20:40:24.101Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-16T20:40:24.244Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-16T20:40:24.247Zinfo: downloading 6 components
492026-04-16T20:40:38.776Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-16T20:40:38.776Z
512026-04-16T20:40:38.808Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-16T20:40:38.808Z
532026-04-16T20:40:38.808Z
542026-04-16T20:40:38.809ZRust is installed now. Great!
552026-04-16T20:40:38.809Z
562026-04-16T20:40:38.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T20:40:38.809Zenvironment variable. This has not been done automatically.
582026-04-16T20:40:38.809Z
592026-04-16T20:40:38.809ZTo configure your current shell, you need to source
602026-04-16T20:40:38.809Zthe corresponding env file under $HOME/.cargo.
612026-04-16T20:40:38.809Z
622026-04-16T20:40:38.809ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T20:40:38.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T20:40:38.809Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T20:40:38.809Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T20:40:38.809Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T20:40:38.809Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T20:40:38.809Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T20:40:38.812Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T20:40:38.812Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T20:40:38.912Z+ rustup --version
722026-04-16T20:40:38.919Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T20:40:38.922Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T20:40:38.942Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-16T20:40:38.945Z+ cargo --version
762026-04-16T20:40:38.954Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-16T20:40:38.957Z+ rustc --version
782026-04-16T20:40:38.980Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-16T20:40:38.983Zprocess exited: duration 16510 ms, exit code 0
 
802026-04-16T20:40:38.998Zstarting task 2: "authentication"
812026-04-16T20:40:39.017Zprocess exited: duration 18 ms, exit code 0
 
822026-04-16T20:40:39.023Zstarting task 3: "clone repository"
832026-04-16T20:40:39.028Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-16T20:40:39.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-16T20:40:39.076ZCloning into '/work/oxidecomputer/omicron'...
862026-04-16T20:40:50.045Z+ cd /work/oxidecomputer/omicron
872026-04-16T20:40:50.045Z+ git fetch origin 440b37b2ff92511137e8632699ce2e5edbca5696
882026-04-16T20:40:50.334ZFrom https://github.com/oxidecomputer/omicron
892026-04-16T20:40:50.334Z * branch 440b37b2ff92511137e8632699ce2e5edbca5696 -> FETCH_HEAD
902026-04-16T20:40:50.347Z+ [[ -n ben/drop-opte-lock-before-returning ]]
912026-04-16T20:40:50.350Z++ git branch --show-current
922026-04-16T20:40:50.353Z+ current=main
932026-04-16T20:40:50.353Z+ [[ main != ben/drop-opte-lock-before-returning ]]
942026-04-16T20:40:50.353Z+ git branch -f ben/drop-opte-lock-before-returning 440b37b2ff92511137e8632699ce2e5edbca5696
952026-04-16T20:40:50.356Z+ git checkout -f ben/drop-opte-lock-before-returning
962026-04-16T20:40:50.604ZSwitched to branch 'ben/drop-opte-lock-before-returning'
972026-04-16T20:40:50.607Z+ git reset --hard 440b37b2ff92511137e8632699ce2e5edbca5696
982026-04-16T20:40:50.624ZHEAD is now at 440b37b2f even smallerer lock scope
992026-04-16T20:40:50.627Zprocess exited: duration 11601 ms, exit code 0
 
1002026-04-16T20:40:50.633Zstarting task 4: "build"
1012026-04-16T20:40:50.639Z+ source .github/buildomat/ci-env.sh
1022026-04-16T20:40:50.639Z++ export CARGO_TERM_COLOR=always
1032026-04-16T20:40:50.639Z++ CARGO_TERM_COLOR=always
1042026-04-16T20:40:50.639Z+ cargo --version
1052026-04-16T20:40:50.651Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-16T20:40:50.654Z+ rustc --version
1072026-04-16T20:40:50.676Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-16T20:40:50.679Z+ WORK=/work
1092026-04-16T20:40:50.679Z+ pfexec mkdir -p /work
1102026-04-16T20:40:50.682Z+ pfexec chown build /work
1112026-04-16T20:40:50.685Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-16T20:41:00.969Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-16T20:41:08.840Z Startup: Caching catalogs ... Done
1142026-04-16T20:41:15.006ZPlanning: Solver setup ... Done (4.807s)
1152026-04-16T20:41:15.040ZPlanning: Running solver ... Done (0.033s)
1162026-04-16T20:41:15.177ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-16T20:41:15.189ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-16T20:41:15.319ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-16T20:41:15.358ZPlanning: Package planning ... Done (0.039s)
1202026-04-16T20:41:15.395ZPlanning: Merging actions ... Done (0.038s)
1212026-04-16T20:41:15.587ZPlanning: Checking for conflicting actions ... Done (0.191s)
1222026-04-16T20:41:15.596ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-16T20:41:16.449ZPlanning: Evaluating mediators ... Done (0.853s)
1242026-04-16T20:41:16.457ZPlanning: Planning completed in 7.44 seconds
1252026-04-16T20:41:16.468Z Packages to install: 5
1262026-04-16T20:41:16.468Z Mediators to change: 3
1272026-04-16T20:41:16.468Z Services to change: 1
1282026-04-16T20:41:16.468Z Estimated space available: 155.35 GB
1292026-04-16T20:41:16.468ZEstimated space to be consumed: 1.89 GB
1302026-04-16T20:41:16.472Z Create boot environment: No
1312026-04-16T20:41:16.472ZCreate backup boot environment: No
1322026-04-16T20:41:16.472Z Rebuild boot archive: No
1332026-04-16T20:41:16.472Z
1342026-04-16T20:41:16.472ZChanged mediators:
1352026-04-16T20:41:16.472Z mediator clang:
1362026-04-16T20:41:16.472Z version: None -> 15 (system default)
1372026-04-16T20:41:16.472Z
1382026-04-16T20:41:16.472Z mediator llvm:
1392026-04-16T20:41:16.472Z version: 14 (system default) -> 15 (system default)
1402026-04-16T20:41:16.472Z
1412026-04-16T20:41:16.472Z mediator postgresql:
1422026-04-16T20:41:16.472Z version: 15 (system default) -> 18 (system default)
1432026-04-16T20:41:16.472Z
1442026-04-16T20:41:16.472ZChanged packages:
1452026-04-16T20:41:16.472Zhelios-dev
1462026-04-16T20:41:16.472Z developer/build-essential
1472026-04-16T20:41:16.472Z None -> 11-2.0
1482026-04-16T20:41:16.472Z library/libxmlsec1
1492026-04-16T20:41:16.472Z None -> 1.2.35-2.0
1502026-04-16T20:41:16.472Z ooce/developer/clang-15
1512026-04-16T20:41:16.472Z None -> 15.0.7-2.0
1522026-04-16T20:41:16.472Z ooce/developer/llvm-15
1532026-04-16T20:41:16.472Z None -> 15.0.7-2.0
1542026-04-16T20:41:16.472Z ooce/library/postgresql-18
1552026-04-16T20:41:16.472Z None -> 18.1-2.0
1562026-04-16T20:41:16.472Z
1572026-04-16T20:41:16.472ZServices:
1582026-04-16T20:41:16.472Z restart_fmri:
1592026-04-16T20:41:16.472Z svc:/system/update-man-index:default
1602026-04-16T20:41:16.513Z
1612026-04-16T20:41:16.513ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-16T20:41:21.514ZDownload: 375/4272 items 2.6/219.0MB 1% complete (503k/s)
1632026-04-16T20:41:27.101ZDownload: 1195/4272 items 69.5/219.0MB 31% complete (9.3M/s)
1642026-04-16T20:41:32.105ZDownload: 1884/4272 items 115.8/219.0MB 52% complete (11.2M/s)
1652026-04-16T20:41:37.109ZDownload: 3227/4272 items 199.5/219.0MB 91% complete (13.1M/s)
1662026-04-16T20:41:43.599ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (16.0M/s)
1672026-04-16T20:41:46.535ZDownload: Completed 218.99 MB in 30.02 seconds (7.3M/s)
1682026-04-16T20:41:46.714Z Actions: 1/4789 actions (Installing new actions)
1692026-04-16T20:41:50.338Z Actions: Completed 4789 actions in 3.62 seconds.
1702026-04-16T20:41:51.024Z Done (0.681s)
1712026-04-16T20:41:51.024Z Done (0.000s)
1722026-04-16T20:41:51.706Z Done (0.682s)
1732026-04-16T20:41:55.020Z Done (2.948s)
1742026-04-16T20:41:55.093Z Done (0.010s)
1752026-04-16T20:41:55.096Z Done (0.000s)
1762026-04-16T20:41:55.195Z Done (0.000s)
1772026-04-16T20:41:56.105ZPlanning: Evaluating mediator changes ... Done
1782026-04-16T20:41:56.220ZPlanning: Checking for conflicting actions ... Done
1792026-04-16T20:41:56.223ZPlanning: Consolidating action changes ... Done
1802026-04-16T20:41:56.391ZPlanning: Evaluating mediators ... Done
1812026-04-16T20:41:56.395ZPlanning: Planning completed in 0.29 seconds
1822026-04-16T20:41:56.415Z Mediators to change: 2
1832026-04-16T20:41:56.415Z Create boot environment: No
1842026-04-16T20:41:56.415ZCreate backup boot environment: No
1852026-04-16T20:41:56.478Z Done
1862026-04-16T20:41:56.478Z Done
1872026-04-16T20:41:57.133Z Done
1882026-04-16T20:41:59.686Z Done
1892026-04-16T20:41:59.764Z Done
1902026-04-16T20:41:59.767Z Done
1912026-04-16T20:41:59.921Z Done
1922026-04-16T20:42:00.200ZPlanning: Evaluating mediator changes ... Done
1932026-04-16T20:42:00.316ZPlanning: Checking for conflicting actions ... Done
1942026-04-16T20:42:00.319ZPlanning: Consolidating action changes ... Done
1952026-04-16T20:42:00.484ZPlanning: Evaluating mediators ... Done
1962026-04-16T20:42:00.487ZPlanning: Planning completed in 0.28 seconds
1972026-04-16T20:42:00.506Z Mediators to change: 1
1982026-04-16T20:42:00.506Z Create boot environment: No
1992026-04-16T20:42:00.506ZCreate backup boot environment: No
2002026-04-16T20:42:00.559Z Done
2012026-04-16T20:42:00.559Z Done
2022026-04-16T20:42:01.198Z Done
2032026-04-16T20:42:03.837Z Done
2042026-04-16T20:42:03.910Z Done
2052026-04-16T20:42:03.913Z Done
2062026-04-16T20:42:04.053Z Done
2072026-04-16T20:42:04.354ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-04-16T20:42:04.354Zclang system 15 system
2092026-04-16T20:42:04.355Zcsh system system illumos
2102026-04-16T20:42:04.355Zctags system system illumos
2112026-04-16T20:42:04.355Zfile system system illumos
2122026-04-16T20:42:04.355Zgcc vendor 12 vendor
2132026-04-16T20:42:04.355Zgcc system 14 system
2142026-04-16T20:42:04.355Zgcc system 10 system
2152026-04-16T20:42:04.355Zgo system 1.20 system
2162026-04-16T20:42:04.355Zgo system 1.19 system
2172026-04-16T20:42:04.355Zllvm system 15 system
2182026-04-16T20:42:04.355Zllvm system 14 system
2192026-04-16T20:42:04.355Zmariadb system 10.6 system
2202026-04-16T20:42:04.355Zmta vendor vendor dma
2212026-04-16T20:42:04.355Zopenjdk system 17 system
2222026-04-16T20:42:04.355Zopenjdk system 11 system
2232026-04-16T20:42:04.355Zopenjdk system 1.8 system
2242026-04-16T20:42:04.355Zopenssl vendor 3 vendor
2252026-04-16T20:42:04.355Zperl system 5.36 system
2262026-04-16T20:42:04.355Zpostgresql system 18 system
2272026-04-16T20:42:04.355Zpostgresql system 15 system
2282026-04-16T20:42:04.355Zpostgresql system 13 system
2292026-04-16T20:42:04.355Zpython vendor 3 vendor
2302026-04-16T20:42:04.355Zpython system 2 system
2312026-04-16T20:42:04.355Zpython3 system 3.11 system
2322026-04-16T20:42:04.355Zruby system 3.0 system
2332026-04-16T20:42:04.355Zwords vendor vendor american-english
2342026-04-16T20:42:04.355Zwords system system australian-english
2352026-04-16T20:42:04.355Zwords system system british-english
2362026-04-16T20:42:04.355Zwords system system canadian-english
2372026-04-16T20:42:04.355Zwords system system french
2382026-04-16T20:42:04.355Zwords system system italian
2392026-04-16T20:42:04.355Zwords system system ngerman
2402026-04-16T20:42:04.355Zwords system system ogerman
2412026-04-16T20:42:04.355Zwords system system spanish
2422026-04-16T20:42:04.588ZPUBLISHER TYPE STATUS P LOCATION
2432026-04-16T20:42:04.588Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-04-16T20:42:09.374ZFMRI IFO
2452026-04-16T20:42:09.375Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-04-16T20:42:09.375Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-04-16T20:42:09.375Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-04-16T20:42:09.375Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-04-16T20:42:09.375Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-04-16T20:42:09.375Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-04-16T20:42:09.375Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-04-16T20:42:09.375Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-04-16T20:42:09.375Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-04-16T20:42:09.375Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-04-16T20:42:09.375Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-04-16T20:42:09.375Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-04-16T20:42:09.375Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-04-16T20:42:09.375Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-04-16T20:42:09.375Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-04-16T20:42:09.375Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-04-16T20:42:09.375Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-04-16T20:42:10.561Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-04-16T20:42:10.835Z Updating crates.io index
2642026-04-16T20:42:10.838Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-04-16T20:42:11.114Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-04-16T20:42:11.962Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-04-16T20:42:12.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-04-16T20:42:14.088Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-04-16T20:42:14.648Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-04-16T20:42:16.096Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-04-16T20:42:16.811Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-04-16T20:42:17.306Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-04-16T20:42:18.125Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-04-16T20:42:18.549Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-04-16T20:42:19.028Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-04-16T20:42:19.395Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-04-16T20:42:20.497Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-04-16T20:42:21.009Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-04-16T20:42:21.519Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-04-16T20:42:21.921Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-04-16T20:42:22.367Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-04-16T20:42:22.598Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-04-16T20:42:22.854Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-04-16T20:42:23.190Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-04-16T20:42:23.585Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-04-16T20:42:24.013Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-04-16T20:42:24.594Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-04-16T20:42:25.128Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-04-16T20:42:25.466Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-04-16T20:42:25.768Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-04-16T20:42:26.629Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-16T20:42:27.467Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-04-16T20:42:28.045Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-04-16T20:42:28.325Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-04-16T20:42:28.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-04-16T20:42:29.042Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-04-16T20:42:29.708Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-04-16T20:42:29.968Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-04-16T20:42:30.232Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-04-16T20:42:30.476Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-04-16T20:42:30.837Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-04-16T20:42:43.233Z Downloading crates ...
3032026-04-16T20:42:43.309Z Downloaded camino v1.2.2
3042026-04-16T20:42:43.314Z Downloaded log v0.4.29
3052026-04-16T20:42:43.321Z Downloaded fnv v1.0.7
3062026-04-16T20:42:43.321Z Downloaded is_terminal_polyfill v1.70.2
3072026-04-16T20:42:43.321Z Downloaded clap_lex v1.0.0
3082026-04-16T20:42:43.325Z Downloaded textwrap v0.16.2
3092026-04-16T20:42:43.328Z Downloaded itoa v1.0.17
3102026-04-16T20:42:43.328Z Downloaded ucd-trie v0.1.7
3112026-04-16T20:42:43.331Z Downloaded errno v0.3.14
3122026-04-16T20:42:43.334Z Downloaded zerofrom v0.1.6
3132026-04-16T20:42:43.334Z Downloaded dtrace-parser v0.2.0
3142026-04-16T20:42:43.337Z Downloaded scroll_derive v0.12.1
3152026-04-16T20:42:43.337Z Downloaded proc-macro-error-attr v1.0.4
3162026-04-16T20:42:43.337Z Downloaded dof v0.3.0
3172026-04-16T20:42:43.337Z Downloaded anstyle-query v1.1.5
3182026-04-16T20:42:43.340Z Downloaded cpufeatures v0.2.17
3192026-04-16T20:42:43.340Z Downloaded yoke-derive v0.8.1
3202026-04-16T20:42:43.340Z Downloaded usdt-attr-macro v0.5.0
3212026-04-16T20:42:43.341Z Downloaded usdt-macro v0.5.0
3222026-04-16T20:42:43.343Z Downloaded toml_write v0.1.2
3232026-04-16T20:42:43.343Z Downloaded strsim v0.11.1
3242026-04-16T20:42:43.343Z Downloaded form_urlencoded v1.2.2
3252026-04-16T20:42:43.343Z Downloaded heck v0.4.1
3262026-04-16T20:42:43.346Z Downloaded version_check v0.9.5
3272026-04-16T20:42:43.346Z Downloaded unicode-xid v0.2.6
3282026-04-16T20:42:43.349Z Downloaded zerofrom-derive v0.1.6
3292026-04-16T20:42:43.349Z Downloaded unicode-linebreak v0.1.5
3302026-04-16T20:42:43.349Z Downloaded pretty-hex v0.4.1
3312026-04-16T20:42:43.353Z Downloaded colorchoice v1.0.4
3322026-04-16T20:42:43.357Z Downloaded usdt v0.5.0
3332026-04-16T20:42:43.357Z Downloaded thread-id v4.2.2
3342026-04-16T20:42:43.361Z Downloaded equivalent v1.0.2
3352026-04-16T20:42:43.361Z Downloaded block-buffer v0.10.4
3362026-04-16T20:42:43.365Z Downloaded crypto-common v0.1.7
3372026-04-16T20:42:43.365Z Downloaded zerovec-derive v0.11.2
3382026-04-16T20:42:43.365Z Downloaded usdt-impl v0.5.0
3392026-04-16T20:42:43.365Z Downloaded thiserror-impl v1.0.69
3402026-04-16T20:42:43.368Z Downloaded stable_deref_trait v1.2.1
3412026-04-16T20:42:43.368Z Downloaded percent-encoding v2.3.2
3422026-04-16T20:42:43.368Z Downloaded thiserror-impl v2.0.18
3432026-04-16T20:42:43.368Z Downloaded yoke v0.8.1
3442026-04-16T20:42:43.368Z Downloaded zmij v1.0.21
3452026-04-16T20:42:43.371Z Downloaded utf8parse v0.2.2
3462026-04-16T20:42:43.371Z Downloaded tinystr v0.8.2
3472026-04-16T20:42:43.374Z Downloaded smawk v0.3.2
3482026-04-16T20:42:43.374Z Downloaded scroll v0.12.0
3492026-04-16T20:42:43.377Z Downloaded writeable v0.6.2
3502026-04-16T20:42:43.380Z Downloaded utf8_iter v1.0.4
3512026-04-16T20:42:43.380Z Downloaded typeid v1.0.3
3522026-04-16T20:42:43.380Z Downloaded thiserror v1.0.69
3532026-04-16T20:42:43.383Z Downloaded semver v1.0.27
3542026-04-16T20:42:43.383Z Downloaded camino-tempfile v1.4.1
3552026-04-16T20:42:43.386Z Downloaded toml v0.8.23
3562026-04-16T20:42:43.386Z Downloaded thiserror v2.0.18
3572026-04-16T20:42:43.389Z Downloaded terminal_size v0.4.3
3582026-04-16T20:42:43.392Z Downloaded memmap v0.7.0
3592026-04-16T20:42:43.392Z Downloaded macaddr v1.0.1
3602026-04-16T20:42:43.392Z Downloaded bitflags v2.11.0
3612026-04-16T20:42:43.395Z Downloaded toml_edit v0.22.27
3622026-04-16T20:42:43.398Z Downloaded tabled_derive v0.7.0
3632026-04-16T20:42:43.398Z Downloaded unicode-ident v1.0.24
3642026-04-16T20:42:43.398Z Downloaded swrite v0.1.0
3652026-04-16T20:42:43.401Z Downloaded potential_utf v0.1.4
3662026-04-16T20:42:43.401Z Downloaded toml_datetime v0.6.11
3672026-04-16T20:42:43.406Z Downloaded zerotrie v0.2.3
3682026-04-16T20:42:43.409Z Downloaded zerocopy-derive v0.7.35
3692026-04-16T20:42:43.412Z Downloaded generic-array v0.14.7
3702026-04-16T20:42:43.412Z Downloaded fastrand v2.3.0
3712026-04-16T20:42:43.412Z Downloaded typenum v1.19.0
3722026-04-16T20:42:43.415Z Downloaded anstyle-parse v0.2.7
3732026-04-16T20:42:43.419Z Downloaded serde-untagged v0.1.9
3742026-04-16T20:42:43.424Z Downloaded url v2.5.8
3752026-04-16T20:42:43.427Z Downloaded fs-err v3.3.0
3762026-04-16T20:42:43.427Z Downloaded plain v0.2.3
3772026-04-16T20:42:43.430Z Downloaded erased-serde v0.4.9
3782026-04-16T20:42:43.430Z Downloaded bytecount v0.6.9
3792026-04-16T20:42:43.430Z Downloaded serde_spanned v0.6.9
3802026-04-16T20:42:43.433Z Downloaded zerovec v0.11.5
3812026-04-16T20:42:43.436Z Downloaded ordered-float v2.10.1
3822026-04-16T20:42:43.436Z Downloaded zerocopy v0.7.35
3832026-04-16T20:42:43.443Z Downloaded serde-value v0.7.0
3842026-04-16T20:42:43.446Z Downloaded winnow v0.7.14
3852026-04-16T20:42:43.449Z Downloaded anstream v0.6.21
3862026-04-16T20:42:43.452Z Downloaded heck v0.5.0
3872026-04-16T20:42:43.452Z Downloaded icu_properties v2.1.2
3882026-04-16T20:42:43.455Z Downloaded icu_normalizer_data v2.1.1
3892026-04-16T20:42:43.455Z Downloaded unicode-width v0.2.0
3902026-04-16T20:42:43.458Z Downloaded synstructure v0.13.2
3912026-04-16T20:42:43.458Z Downloaded unicode-width v0.1.14
3922026-04-16T20:42:43.461Z Downloaded cargo-platform v0.2.0
3932026-04-16T20:42:43.461Z Downloaded cargo_toml v0.21.0
3942026-04-16T20:42:43.464Z Downloaded serde_tokenstream v0.2.3
3952026-04-16T20:42:43.464Z Downloaded digest v0.10.7
3962026-04-16T20:42:43.467Z Downloaded cargo_metadata v0.21.0
3972026-04-16T20:42:43.471Z Downloaded idna_adapter v1.2.1
3982026-04-16T20:42:43.471Z Downloaded displaydoc v0.2.5
3992026-04-16T20:42:43.474Z Downloaded tempfile v3.25.0
4002026-04-16T20:42:43.474Z Downloaded once_cell v1.21.3
4012026-04-16T20:42:43.477Z Downloaded litemap v0.8.1
4022026-04-16T20:42:43.480Z Downloaded byteorder v1.5.0
4032026-04-16T20:42:43.480Z Downloaded pest_derive v2.8.6
4042026-04-16T20:42:43.483Z Downloaded proc-macro-error v1.0.4
4052026-04-16T20:42:43.487Z Downloaded getrandom v0.4.1
4062026-04-16T20:42:43.487Z Downloaded anstyle v1.0.13
4072026-04-16T20:42:43.490Z Downloaded sha2 v0.10.9
4082026-04-16T20:42:43.493Z Downloaded quote v1.0.44
4092026-04-16T20:42:43.496Z Downloaded memchr v2.8.0
4102026-04-16T20:42:43.499Z Downloaded pest_generator v2.8.6
4112026-04-16T20:42:43.499Z Downloaded anyhow v1.0.102
4122026-04-16T20:42:43.502Z Downloaded cfg-if v1.0.4
4132026-04-16T20:42:43.505Z Downloaded autocfg v1.5.0
4142026-04-16T20:42:43.514Z Downloaded smallvec v1.15.1
4152026-04-16T20:42:43.522Z Downloaded papergrid v0.11.0
4162026-04-16T20:42:43.526Z Downloaded serde_core v1.0.228
4172026-04-16T20:42:43.529Z Downloaded clap v4.5.60
4182026-04-16T20:42:43.533Z Downloaded cargo-util-schemas v0.8.2
4192026-04-16T20:42:43.536Z Downloaded serde_derive v1.0.228
4202026-04-16T20:42:43.546Z Downloaded icu_provider v2.1.1
4212026-04-16T20:42:43.549Z Downloaded icu_collections v2.1.1
4222026-04-16T20:42:43.553Z Downloaded pest_meta v2.8.6
4232026-04-16T20:42:43.553Z Downloaded icu_locale_core v2.1.1
4242026-04-16T20:42:43.555Z Downloaded serde v1.0.228
4252026-04-16T20:42:43.558Z Downloaded clap_derive v4.5.55
4262026-04-16T20:42:43.561Z Downloaded indexmap v2.13.0
4272026-04-16T20:42:43.564Z Downloaded idna v1.1.0
4282026-04-16T20:42:43.567Z Downloaded proc-macro2 v1.0.106
4292026-04-16T20:42:43.567Z Downloaded num-traits v0.2.19
4302026-04-16T20:42:43.571Z Downloaded icu_normalizer v2.1.1
4312026-04-16T20:42:43.604Z Downloaded hashbrown v0.16.1
4322026-04-16T20:42:43.625Z Downloaded serde_json v1.0.149
4332026-04-16T20:42:43.625Z Downloaded icu_properties_data v2.1.2
4342026-04-16T20:42:43.625Z Downloaded pest v2.8.6
4352026-04-16T20:42:43.625Z Downloaded clap_builder v4.5.60
4362026-04-16T20:42:43.632Z Downloaded goblin v0.8.2
4372026-04-16T20:42:43.636Z Downloaded tabled v0.15.0
4382026-04-16T20:42:43.654Z Downloaded syn v1.0.109
4392026-04-16T20:42:43.659Z Downloaded syn v2.0.117
4402026-04-16T20:42:43.672Z Downloaded rustix v1.1.3
4412026-04-16T20:42:43.703Z Downloaded libc v0.2.185
4422026-04-16T20:42:43.768Z Compiling proc-macro2 v1.0.106
4432026-04-16T20:42:43.768Z Compiling unicode-ident v1.0.24
4442026-04-16T20:42:43.771Z Compiling quote v1.0.44
4452026-04-16T20:42:43.771Z Compiling serde_core v1.0.228
4462026-04-16T20:42:43.771Z Compiling libc v0.2.185
4472026-04-16T20:42:43.771Z Compiling version_check v0.9.5
4482026-04-16T20:42:43.771Z Compiling memchr v2.8.0
4492026-04-16T20:42:43.771Z Compiling serde v1.0.228
4502026-04-16T20:42:43.771Z Compiling stable_deref_trait v1.2.1
4512026-04-16T20:42:43.771Z Compiling zmij v1.0.21
4522026-04-16T20:42:43.771Z Compiling autocfg v1.5.0
4532026-04-16T20:42:43.771Z Compiling thiserror v1.0.69
4542026-04-16T20:42:43.964Z Compiling ucd-trie v0.1.7
4552026-04-16T20:42:43.968Z Compiling itoa v1.0.17
4562026-04-16T20:42:43.968Z Compiling litemap v0.8.1
4572026-04-16T20:42:44.197Z Compiling writeable v0.6.2
4582026-04-16T20:42:44.255Z Compiling byteorder v1.5.0
4592026-04-16T20:42:44.284Z Compiling icu_normalizer_data v2.1.1
4602026-04-16T20:42:44.595Z Compiling rustix v1.1.3
4612026-04-16T20:42:44.601Z Compiling icu_properties_data v2.1.2
4622026-04-16T20:42:44.601Z Compiling serde_json v1.0.149
4632026-04-16T20:42:44.650Z Compiling bitflags v2.11.0
4642026-04-16T20:42:44.654Z Compiling typeid v1.0.3
4652026-04-16T20:42:44.793Z Compiling pest v2.8.6
4662026-04-16T20:42:44.834Z Compiling num-traits v0.2.19
4672026-04-16T20:42:44.935Z Compiling equivalent v1.0.2
4682026-04-16T20:42:45.000Z Compiling hashbrown v0.16.1
4692026-04-16T20:42:45.005Z Compiling smallvec v1.15.1
4702026-04-16T20:42:45.005Z Compiling proc-macro-error-attr v1.0.4
4712026-04-16T20:42:45.005Z Compiling usdt-impl v0.5.0
4722026-04-16T20:42:45.118Z Compiling erased-serde v0.4.9
4732026-04-16T20:42:45.159Z Compiling syn v1.0.109
4742026-04-16T20:42:45.159Z Compiling winnow v0.7.14
4752026-04-16T20:42:45.256Z Compiling toml_write v0.1.2
4762026-04-16T20:42:45.319Z Compiling errno v0.3.14
4772026-04-16T20:42:45.343Z Compiling thread-id v4.2.2
4782026-04-16T20:42:45.429Z Compiling proc-macro-error v1.0.4
4792026-04-16T20:42:45.489Z Compiling percent-encoding v2.3.2
4802026-04-16T20:42:45.529Z Compiling getrandom v0.4.1
4812026-04-16T20:42:45.532Z Compiling log v0.4.29
4822026-04-16T20:42:45.532Z Compiling camino v1.2.2
4832026-04-16T20:42:45.532Z Compiling thiserror v2.0.18
4842026-04-16T20:42:45.607Z Compiling indexmap v2.13.0
4852026-04-16T20:42:45.640Z Compiling syn v2.0.117
4862026-04-16T20:42:45.725Z Compiling utf8_iter v1.0.4
4872026-04-16T20:42:45.728Z Compiling plain v0.2.3
4882026-04-16T20:42:45.762Z Compiling utf8parse v0.2.2
4892026-04-16T20:42:45.918Z Compiling anstyle-parse v0.2.7
4902026-04-16T20:42:45.939Z Compiling form_urlencoded v1.2.2
4912026-04-16T20:42:45.961Z Compiling pest_meta v2.8.6
4922026-04-16T20:42:46.050Z Compiling ordered-float v2.10.1
4932026-04-16T20:42:46.150Z Compiling colorchoice v1.0.4
4942026-04-16T20:42:46.174Z Compiling anstyle-query v1.1.5
4952026-04-16T20:42:46.177Z Compiling pretty-hex v0.4.1
4962026-04-16T20:42:46.215Z Compiling anstyle v1.0.13
4972026-04-16T20:42:46.250Z Compiling is_terminal_polyfill v1.70.2
4982026-04-16T20:42:46.272Z Compiling cfg-if v1.0.4
4992026-04-16T20:42:46.321Z Compiling fs-err v3.3.0
5002026-04-16T20:42:46.321Z Compiling bytecount v0.6.9
5012026-04-16T20:42:46.365Z Compiling fnv v1.0.7
5022026-04-16T20:42:46.423Z Compiling anstream v0.6.21
5032026-04-16T20:42:46.426Z Compiling anyhow v1.0.102
5042026-04-16T20:42:46.483Z Compiling terminal_size v0.4.3
5052026-04-16T20:42:46.506Z Compiling fastrand v2.3.0
5062026-04-16T20:42:46.509Z Compiling once_cell v1.21.3
5072026-04-16T20:42:46.543Z Compiling heck v0.4.1
5082026-04-16T20:42:46.806Z Compiling semver v1.0.27
5092026-04-16T20:42:46.806Z Compiling heck v0.5.0
5102026-04-16T20:42:46.806Z Compiling unicode-width v0.1.14
5112026-04-16T20:42:46.871Z Compiling strsim v0.11.1
5122026-04-16T20:42:46.874Z Compiling unicode-xid v0.2.6
5132026-04-16T20:42:46.874Z Compiling clap_lex v1.0.0
5142026-04-16T20:42:46.894Z Compiling tempfile v3.25.0
5152026-04-16T20:42:47.094Z Compiling serde-untagged v0.1.9
5162026-04-16T20:42:47.116Z Compiling clap_builder v4.5.60
5172026-04-16T20:42:47.159Z Compiling papergrid v0.11.0
5182026-04-16T20:42:47.181Z Compiling memmap v0.7.0
5192026-04-16T20:42:47.224Z Compiling smawk v0.3.2
5202026-04-16T20:42:47.227Z Compiling unicode-linebreak v0.1.5
5212026-04-16T20:42:47.286Z Compiling unicode-width v0.2.0
5222026-04-16T20:42:47.398Z Compiling camino-tempfile v1.4.1
5232026-04-16T20:42:47.417Z Compiling swrite v0.1.0
5242026-04-16T20:42:47.438Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-04-16T20:42:47.542Z Compiling textwrap v0.16.2
5262026-04-16T20:42:47.823Z Compiling tabled_derive v0.7.0
5272026-04-16T20:42:48.459Z Compiling synstructure v0.13.2
5282026-04-16T20:42:48.460Z Compiling pest_generator v2.8.6
5292026-04-16T20:42:48.553Z Compiling tabled v0.15.0
5302026-04-16T20:42:49.020Z Compiling serde_derive v1.0.228
5312026-04-16T20:42:49.020Z Compiling zerofrom-derive v0.1.6
5322026-04-16T20:42:49.024Z Compiling yoke-derive v0.8.1
5332026-04-16T20:42:49.024Z Compiling zerovec-derive v0.11.2
5342026-04-16T20:42:49.024Z Compiling displaydoc v0.2.5
5352026-04-16T20:42:49.024Z Compiling thiserror-impl v1.0.69
5362026-04-16T20:42:49.083Z Compiling zerocopy-derive v0.7.35
5372026-04-16T20:42:49.124Z Compiling scroll_derive v0.12.1
5382026-04-16T20:42:49.127Z Compiling thiserror-impl v2.0.18
5392026-04-16T20:42:49.127Z Compiling clap_derive v4.5.55
5402026-04-16T20:42:49.203Z Compiling pest_derive v2.8.6
5412026-04-16T20:42:49.947Z Compiling scroll v0.12.0
5422026-04-16T20:42:50.043Z Compiling zerocopy v0.7.35
5432026-04-16T20:42:50.132Z Compiling zerofrom v0.1.6
5442026-04-16T20:42:50.241Z Compiling goblin v0.8.2
5452026-04-16T20:42:50.263Z Compiling yoke v0.8.1
5462026-04-16T20:42:50.289Z Compiling dtrace-parser v0.2.0
5472026-04-16T20:42:50.433Z Compiling zerovec v0.11.5
5482026-04-16T20:42:50.433Z Compiling zerotrie v0.2.3
5492026-04-16T20:42:50.701Z Compiling clap v4.5.60
5502026-04-16T20:42:50.956Z Compiling tinystr v0.8.2
5512026-04-16T20:42:50.956Z Compiling potential_utf v0.1.4
5522026-04-16T20:42:51.091Z Compiling icu_collections v2.1.1
5532026-04-16T20:42:51.119Z Compiling icu_locale_core v2.1.1
5542026-04-16T20:42:51.694Z Compiling icu_provider v2.1.1
5552026-04-16T20:42:51.826Z Compiling dof v0.3.0
5562026-04-16T20:42:51.827Z Compiling serde_tokenstream v0.2.3
5572026-04-16T20:42:51.844Z Compiling serde_spanned v0.6.9
5582026-04-16T20:42:51.847Z Compiling toml_datetime v0.6.11
5592026-04-16T20:42:51.847Z Compiling serde-value v0.7.0
5602026-04-16T20:42:51.847Z Compiling cargo-platform v0.2.0
5612026-04-16T20:42:51.847Z Compiling macaddr v1.0.1
5622026-04-16T20:42:51.944Z Compiling icu_properties v2.1.2
5632026-04-16T20:42:51.947Z Compiling icu_normalizer v2.1.1
5642026-04-16T20:42:52.092Z Compiling toml_edit v0.22.27
5652026-04-16T20:42:52.593Z Compiling usdt-attr-macro v0.5.0
5662026-04-16T20:42:52.596Z Compiling usdt-macro v0.5.0
5672026-04-16T20:42:52.889Z Compiling idna_adapter v1.2.1
5682026-04-16T20:42:53.012Z Compiling idna v1.1.0
5692026-04-16T20:42:53.266Z Compiling usdt v0.5.0
5702026-04-16T20:42:53.307Z Compiling url v2.5.8
5712026-04-16T20:42:53.484Z Compiling toml v0.8.23
5722026-04-16T20:42:53.853Z Compiling cargo-util-schemas v0.8.2
5732026-04-16T20:42:53.853Z Compiling cargo_toml v0.21.0
5742026-04-16T20:42:54.717Z Compiling cargo_metadata v0.21.0
5752026-04-16T20:42:55.716Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762026-04-16T20:42:57.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.55s
5772026-04-16T20:42:58.201Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782026-04-16T20:42:58.779Z Downloading crates ...
5792026-04-16T20:42:58.876Z Downloaded adler2 v2.0.1
5802026-04-16T20:42:58.883Z Downloaded allocator-api2 v0.2.21
5812026-04-16T20:42:58.888Z Downloaded crunchy v0.2.4
5822026-04-16T20:42:58.891Z Downloaded crossbeam-deque v0.8.6
5832026-04-16T20:42:58.891Z Downloaded display-error-chain v0.2.2
5842026-04-16T20:42:58.893Z Downloaded downcast-rs v2.0.2
5852026-04-16T20:42:58.896Z Downloaded critical-section v1.2.0
5862026-04-16T20:42:58.896Z Downloaded arc-swap v1.8.2
5872026-04-16T20:42:58.899Z Downloaded const-oid v0.9.6
5882026-04-16T20:42:58.903Z Downloaded ar_archive_writer v0.5.1
5892026-04-16T20:42:58.903Z Downloaded find-msvc-tools v0.1.9
5902026-04-16T20:42:58.906Z Downloaded ciborium v0.2.2
5912026-04-16T20:42:58.906Z Downloaded aead v0.5.2
5922026-04-16T20:42:58.906Z Downloaded cfg_aliases v0.1.1
5932026-04-16T20:42:58.909Z Downloaded fd-lock v4.0.4
5942026-04-16T20:42:58.910Z Downloaded debug-ignore v1.0.5
5952026-04-16T20:42:58.912Z Downloaded darling_macro v0.21.3
5962026-04-16T20:42:58.912Z Downloaded crucible-workspace-hack v0.1.0
5972026-04-16T20:42:58.912Z Downloaded crc8 v0.1.1
5982026-04-16T20:42:58.912Z Downloaded cstr-argument v0.1.2
5992026-04-16T20:42:58.915Z Downloaded darling v0.21.3
6002026-04-16T20:42:58.921Z Downloaded diesel_table_macro_syntax v0.3.0
6012026-04-16T20:42:58.921Z Downloaded curve25519-dalek-derive v0.1.1
6022026-04-16T20:42:58.921Z Downloaded crc v3.4.0
6032026-04-16T20:42:58.924Z Downloaded cookie_store v0.22.1
6042026-04-16T20:42:58.924Z Downloaded bzip2 v0.4.4
6052026-04-16T20:42:58.927Z Downloaded derive_builder_core v0.20.2
6062026-04-16T20:42:58.927Z Downloaded daft-derive v0.1.5
6072026-04-16T20:42:58.930Z Downloaded darling v0.20.11
6082026-04-16T20:42:58.933Z Downloaded convert_case v0.10.0
6092026-04-16T20:42:58.936Z Downloaded cobs v0.3.0
6102026-04-16T20:42:58.936Z Downloaded csv-core v0.1.13
6112026-04-16T20:42:58.939Z Downloaded cancel-safe-futures v0.1.5
6122026-04-16T20:42:58.942Z Downloaded async-stream-impl v0.3.6
6132026-04-16T20:42:58.942Z Downloaded dirs-next v2.0.0
6142026-04-16T20:42:58.945Z Downloaded bitvec v1.0.1
6152026-04-16T20:42:58.954Z Downloaded env_filter v1.0.0
6162026-04-16T20:42:58.957Z Downloaded dtrace-parser v0.3.0
6172026-04-16T20:42:58.957Z Downloaded dropshot-api-manager-types v0.6.0
6182026-04-16T20:42:58.957Z Downloaded document-features v0.2.12
6192026-04-16T20:42:58.960Z Downloaded crossbeam-channel v0.5.15
6202026-04-16T20:42:58.963Z Downloaded dropshot_endpoint v0.16.7
6212026-04-16T20:42:58.966Z Downloaded daft v0.1.5
6222026-04-16T20:42:58.966Z Downloaded crc32fast v1.5.0
6232026-04-16T20:42:58.970Z Downloaded cargo-platform v0.1.9
6242026-04-16T20:42:58.970Z Downloaded float-ord v0.3.2
6252026-04-16T20:42:58.970Z Downloaded block-padding v0.3.3
6262026-04-16T20:42:58.973Z Downloaded bitfield-macros v0.19.4
6272026-04-16T20:42:58.973Z Downloaded endian-type v0.1.2
6282026-04-16T20:42:58.973Z Downloaded darling_macro v0.23.0
6292026-04-16T20:42:58.973Z Downloaded bb8 v0.8.6
6302026-04-16T20:42:58.973Z Downloaded ascii-canvas v3.0.0
6312026-04-16T20:42:58.973Z Downloaded dirs-sys-next v0.1.2
6322026-04-16T20:42:58.977Z Downloaded enum-as-inner v0.6.1
6332026-04-16T20:42:58.977Z Downloaded ctr v0.9.2
6342026-04-16T20:42:58.980Z Downloaded embedded-io v0.6.1
6352026-04-16T20:42:58.980Z Downloaded base64ct v1.8.3
6362026-04-16T20:42:58.980Z Downloaded crossbeam-utils v0.8.21
6372026-04-16T20:42:58.983Z Downloaded embedded-io v0.4.0
6382026-04-16T20:42:58.986Z Downloaded base16ct v0.2.0
6392026-04-16T20:42:58.986Z Downloaded dof v0.4.0
6402026-04-16T20:42:58.986Z Downloaded compression-core v0.4.31
6412026-04-16T20:42:58.988Z Downloaded dsl_auto_type v0.2.0
6422026-04-16T20:42:58.988Z Downloaded derive_builder_macro v0.20.2
6432026-04-16T20:42:58.988Z Downloaded fixedbitset v0.4.2
6442026-04-16T20:42:58.991Z Downloaded bit-set v0.5.3
6452026-04-16T20:42:58.991Z Downloaded darling_macro v0.20.11
6462026-04-16T20:42:58.991Z Downloaded defmt v0.3.100
6472026-04-16T20:42:58.994Z Downloaded crossbeam-epoch v0.9.18
6482026-04-16T20:42:58.994Z Downloaded atomicwrites v0.4.4
6492026-04-16T20:42:58.994Z Downloaded crc-catalog v2.4.0
6502026-04-16T20:42:58.997Z Downloaded bcrypt-pbkdf v0.10.0
6512026-04-16T20:42:58.997Z Downloaded convert_case v0.4.0
6522026-04-16T20:42:59.001Z Downloaded assert_matches v1.5.0
6532026-04-16T20:42:59.001Z Downloaded ciborium-io v0.2.2
6542026-04-16T20:42:59.001Z Downloaded atty v0.2.14
6552026-04-16T20:42:59.004Z Downloaded foreign-types-shared v0.3.1
6562026-04-16T20:42:59.004Z Downloaded foreign-types-shared v0.1.1
6572026-04-16T20:42:59.004Z Downloaded castaway v0.2.4
6582026-04-16T20:42:59.004Z Downloaded float-cmp v0.10.0
6592026-04-16T20:42:59.007Z Downloaded defmt-parser v1.0.0
6602026-04-16T20:42:59.007Z Downloaded ciborium-ll v0.2.2
6612026-04-16T20:42:59.010Z Downloaded dunce v1.0.5
6622026-04-16T20:42:59.010Z Downloaded arrayref v0.3.9
6632026-04-16T20:42:59.013Z Downloaded difflib v0.4.0
6642026-04-16T20:42:59.013Z Downloaded bitfield-struct v0.6.2
6652026-04-16T20:42:59.016Z Downloaded cfg_aliases v0.2.1
6662026-04-16T20:42:59.018Z Downloaded foldhash v0.2.0
6672026-04-16T20:42:59.018Z Downloaded derive_builder v0.20.2
6682026-04-16T20:42:59.022Z Downloaded futures-macro v0.3.32
6692026-04-16T20:42:59.025Z Downloaded foreign-types v0.3.2
6702026-04-16T20:42:59.025Z Downloaded async-stream v0.3.6
6712026-04-16T20:42:59.028Z Downloaded async-recursion v1.1.1
6722026-04-16T20:42:59.031Z Downloaded gethostname v0.5.0
6732026-04-16T20:42:59.031Z Downloaded futures-io v0.3.32
6742026-04-16T20:42:59.034Z Downloaded foreign-types-macros v0.2.3
6752026-04-16T20:42:59.034Z Downloaded cmake v0.1.57
6762026-04-16T20:42:59.038Z Downloaded fxhash v0.2.1
6772026-04-16T20:42:59.038Z Downloaded bit-vec v0.8.0
6782026-04-16T20:42:59.038Z Downloaded globwalk v0.9.1
6792026-04-16T20:42:59.041Z Downloaded futures-sink v0.3.32
6802026-04-16T20:42:59.041Z Downloaded futures-core v0.3.32
6812026-04-16T20:42:59.041Z Downloaded git-stub v1.0.0
6822026-04-16T20:42:59.044Z Downloaded arrayvec v0.7.6
6832026-04-16T20:42:59.044Z Downloaded ghash v0.5.1
6842026-04-16T20:42:59.046Z Downloaded funty v2.0.0
6852026-04-16T20:42:59.046Z Downloaded env_logger v0.11.9
6862026-04-16T20:42:59.049Z Downloaded foreign-types v0.5.0
6872026-04-16T20:42:59.049Z Downloaded defmt v1.0.1
6882026-04-16T20:42:59.052Z Downloaded headers-core v0.3.0
6892026-04-16T20:42:59.052Z Downloaded hash32 v0.3.1
6902026-04-16T20:42:59.052Z Downloaded futures-executor v0.3.32
6912026-04-16T20:42:59.055Z Downloaded filetime v0.2.27
6922026-04-16T20:42:59.055Z Downloaded foldhash v0.1.5
6932026-04-16T20:42:59.055Z Downloaded backoff v0.4.0
6942026-04-16T20:42:59.058Z Downloaded erased-serde v0.3.31
6952026-04-16T20:42:59.061Z Downloaded const_format_proc_macros v0.2.34
6962026-04-16T20:42:59.061Z Downloaded async-trait v0.1.89
6972026-04-16T20:42:59.065Z Downloaded hex v0.4.3
6982026-04-16T20:42:59.065Z Downloaded cexpr v0.6.0
6992026-04-16T20:42:59.068Z Downloaded ena v0.14.4
7002026-04-16T20:42:59.068Z Downloaded bit-vec v0.6.3
7012026-04-16T20:42:59.068Z Downloaded drift v0.1.3
7022026-04-16T20:42:59.071Z Downloaded dyn-clone v1.0.20
7032026-04-16T20:42:59.074Z Downloaded fallible-iterator v0.2.0
7042026-04-16T20:42:59.075Z Downloaded corncobs v0.1.4
7052026-04-16T20:42:59.077Z Downloaded hostname v0.3.1
7062026-04-16T20:42:59.077Z Downloaded fs_extra v1.3.0
7072026-04-16T20:42:59.077Z Downloaded hex-literal v0.4.1
7082026-04-16T20:42:59.080Z Downloaded argon2 v0.5.3
7092026-04-16T20:42:59.080Z Downloaded ed25519 v2.2.3
7102026-04-16T20:42:59.083Z Downloaded ecdsa v0.16.9
7112026-04-16T20:42:59.083Z Downloaded byte-wrapper v0.1.0
7122026-04-16T20:42:59.086Z Downloaded crypto-bigint v0.5.5
7132026-04-16T20:42:59.089Z Downloaded http-body v1.0.1
7142026-04-16T20:42:59.089Z Downloaded hostname v0.4.2
7152026-04-16T20:42:59.092Z Downloaded home v0.5.12
7162026-04-16T20:42:59.092Z Downloaded compression-codecs v0.4.37
7172026-04-16T20:42:59.095Z Downloaded hubpack_derive v0.1.1
7182026-04-16T20:42:59.095Z Downloaded hubpack v0.1.2
7192026-04-16T20:42:59.095Z Downloaded hyper-tls v0.6.0
7202026-04-16T20:42:59.098Z Downloaded data-encoding v2.10.0
7212026-04-16T20:42:59.098Z Downloaded http-range v0.1.5
7222026-04-16T20:42:59.098Z Downloaded async-bb8-diesel v0.2.1
7232026-04-16T20:42:59.103Z Downloaded futures-task v0.3.32
7242026-04-16T20:42:59.103Z Downloaded fs-err v2.11.0
7252026-04-16T20:42:59.106Z Downloaded ahash v0.8.12
7262026-04-16T20:42:59.106Z Downloaded indent_write v2.2.0
7272026-04-16T20:42:59.106Z Downloaded hash32 v0.2.1
7282026-04-16T20:42:59.109Z Downloaded ident_case v1.0.1
7292026-04-16T20:42:59.109Z Downloaded group v0.13.0
7302026-04-16T20:42:59.109Z Downloaded glob v0.3.3
7312026-04-16T20:42:59.112Z Downloaded globset v0.4.18
7322026-04-16T20:42:59.112Z Downloaded git-stub-vcs v0.1.0
7332026-04-16T20:42:59.114Z Downloaded instant v0.1.13
7342026-04-16T20:42:59.115Z Downloaded inout v0.1.4
7352026-04-16T20:42:59.115Z Downloaded indoc v1.0.9
7362026-04-16T20:42:59.118Z Downloaded internet-checksum v0.2.1
7372026-04-16T20:42:59.118Z Downloaded httpdate v1.0.3
7382026-04-16T20:42:59.118Z Downloaded either v1.15.0
7392026-04-16T20:42:59.121Z Downloaded is_ci v1.2.0
7402026-04-16T20:42:59.121Z Downloaded is-terminal v0.4.17
7412026-04-16T20:42:59.124Z Downloaded ff v0.13.1
7422026-04-16T20:42:59.124Z Downloaded diff v0.1.13
7432026-04-16T20:42:59.124Z Downloaded des v0.8.1
7442026-04-16T20:42:59.127Z Downloaded cookie v0.18.1
7452026-04-16T20:42:59.127Z Downloaded instability v0.3.11
7462026-04-16T20:42:59.130Z Downloaded fixedbitset v0.5.7
7472026-04-16T20:42:59.130Z Downloaded colored v2.2.0
7482026-04-16T20:42:59.133Z Downloaded chacha20 v0.9.1
7492026-04-16T20:42:59.133Z Downloaded blake2 v0.10.6
7502026-04-16T20:42:59.136Z Downloaded console v0.16.2
7512026-04-16T20:42:59.136Z Downloaded console v0.15.11
7522026-04-16T20:42:59.139Z Downloaded cassowary v0.3.0
7532026-04-16T20:42:59.139Z Downloaded backon v1.6.0
7542026-04-16T20:42:59.142Z Downloaded lalrpop-util v0.19.12
7552026-04-16T20:42:59.142Z Downloaded kstat-rs v0.2.4
7562026-04-16T20:42:59.142Z Downloaded clang-sys v1.8.1
7572026-04-16T20:42:59.145Z Downloaded bitfield v0.19.4
7582026-04-16T20:42:59.145Z Downloaded derive-where v1.6.0
7592026-04-16T20:42:59.148Z Downloaded keccak v0.1.6
7602026-04-16T20:42:59.151Z Downloaded highway v1.3.0
7612026-04-16T20:42:59.151Z Downloaded humantime v2.3.0
7622026-04-16T20:42:59.151Z Downloaded http-body-util v0.1.3
7632026-04-16T20:42:59.154Z Downloaded lazy_static v1.5.0
7642026-04-16T20:42:59.154Z Downloaded futures-channel v0.3.32
7652026-04-16T20:42:59.157Z Downloaded expectorate v1.2.0
7662026-04-16T20:42:59.157Z Downloaded darling v0.23.0
7672026-04-16T20:42:59.160Z Downloaded colored v3.1.1
7682026-04-16T20:42:59.163Z Downloaded cipher v0.4.4
7692026-04-16T20:42:59.166Z Downloaded blowfish v0.9.1
7702026-04-16T20:42:59.166Z Downloaded linked-hash-map v0.5.6
7712026-04-16T20:42:59.166Z Downloaded lru-cache v0.1.2
7722026-04-16T20:42:59.169Z Downloaded getrandom v0.2.17
7732026-04-16T20:42:59.169Z Downloaded deranged v0.5.8
7742026-04-16T20:42:59.172Z Downloaded derive-ex v0.1.8
7752026-04-16T20:42:59.172Z Downloaded cpufeatures v0.3.0
7762026-04-16T20:42:59.172Z Downloaded cargo_metadata v0.19.2
7772026-04-16T20:42:59.175Z Downloaded lru-slab v0.1.2
7782026-04-16T20:42:59.175Z Downloaded maplit v1.0.2
7792026-04-16T20:42:59.175Z Downloaded managed v0.8.0
7802026-04-16T20:42:59.178Z Downloaded lzss v0.8.2
7812026-04-16T20:42:59.178Z Downloaded hmac v0.12.1
7822026-04-16T20:42:59.181Z Downloaded ipnet v2.11.0
7832026-04-16T20:42:59.181Z Downloaded match_cfg v0.1.0
7842026-04-16T20:42:59.181Z Downloaded md-5 v0.10.6
7852026-04-16T20:42:59.184Z Downloaded lru v0.12.5
7862026-04-16T20:42:59.184Z Downloaded mime v0.3.17
7872026-04-16T20:42:59.184Z Downloaded memoffset v0.9.1
7882026-04-16T20:42:59.187Z Downloaded md5 v0.7.0
7892026-04-16T20:42:59.187Z Downloaded ingot-types v0.1.2
7902026-04-16T20:42:59.187Z Downloaded indoc v2.0.7
7912026-04-16T20:42:59.190Z Downloaded impl-trait-for-tuples v0.2.3
7922026-04-16T20:42:59.193Z Downloaded derive_more v0.99.20
7932026-04-16T20:42:59.196Z Downloaded crc-any v2.5.0
7942026-04-16T20:42:59.196Z Downloaded chacha20 v0.10.0
7952026-04-16T20:42:59.199Z Downloaded fatfs v0.3.6
7962026-04-16T20:42:59.199Z Downloaded camino-tempfile-ext v0.3.3
7972026-04-16T20:42:59.202Z Downloaded constant_time_eq v0.4.2
7982026-04-16T20:42:59.202Z Downloaded der_derive v0.7.3
7992026-04-16T20:42:59.204Z Downloaded normalize-line-endings v0.3.0
8002026-04-16T20:42:59.204Z Downloaded newtype_derive v0.1.6
8012026-04-16T20:42:59.204Z Downloaded newline-converter v0.3.0
8022026-04-16T20:42:59.208Z Downloaded new_debug_unreachable v1.0.6
8032026-04-16T20:42:59.208Z Downloaded flume v0.11.1
8042026-04-16T20:42:59.211Z Downloaded nibble_vec v0.1.0
8052026-04-16T20:42:59.211Z Downloaded compact_str v0.8.1
8062026-04-16T20:42:59.214Z Downloaded hyper-staticfile v0.10.1
8072026-04-16T20:42:59.214Z Downloaded hyper-rustls v0.27.7
8082026-04-16T20:42:59.217Z Downloaded linear-map v1.2.0
8092026-04-16T20:42:59.217Z Downloaded num-derive v0.3.3
8102026-04-16T20:42:59.220Z Downloaded num_enum_derive v0.5.11
8112026-04-16T20:42:59.220Z Downloaded num-conv v0.2.0
8122026-04-16T20:42:59.220Z Downloaded base64 v0.22.1
8132026-04-16T20:42:59.223Z Downloaded num_threads v0.1.7
8142026-04-16T20:42:59.223Z Downloaded libsw v3.5.0
8152026-04-16T20:42:59.226Z Downloaded openssl-probe v0.2.1
8162026-04-16T20:42:59.226Z Downloaded lock_api v0.4.14
8172026-04-16T20:42:59.229Z Downloaded getrandom v0.3.4
8182026-04-16T20:42:59.229Z Downloaded oso-derive v0.27.3
8192026-04-16T20:42:59.232Z Downloaded olpc-cjson v0.1.4
8202026-04-16T20:42:59.232Z Downloaded nodrop v0.1.14
8212026-04-16T20:42:59.232Z Downloaded newtype-uuid-macros v0.1.0
8222026-04-16T20:42:59.232Z Downloaded half v2.7.1
8232026-04-16T20:42:59.235Z Downloaded half v1.8.3
8242026-04-16T20:42:59.238Z Downloaded jobserver v0.1.34
8252026-04-16T20:42:59.238Z Downloaded iana-time-zone v0.1.65
8262026-04-16T20:42:59.241Z Downloaded openssl-macros v0.1.1
8272026-04-16T20:42:59.241Z Downloaded maybe-uninit v2.0.0
8282026-04-16T20:42:59.241Z Downloaded ingot-macros v0.1.1
8292026-04-16T20:42:59.244Z Downloaded opaque-debug v0.3.1
8302026-04-16T20:42:59.244Z Downloaded openssl-probe v0.1.6
8312026-04-16T20:42:59.244Z Downloaded packed_struct_codegen v0.10.1
8322026-04-16T20:42:59.244Z Downloaded libsw-core v0.3.2
8332026-04-16T20:42:59.247Z Downloaded darling_core v0.20.11
8342026-04-16T20:42:59.250Z Downloaded libloading v0.8.9
8352026-04-16T20:42:59.250Z Downloaded parse-display v0.10.0
8362026-04-16T20:42:59.253Z Downloaded dropshot_endpoint v0.17.0
8372026-04-16T20:42:59.253Z Downloaded mime_guess v2.0.5
8382026-04-16T20:42:59.256Z Downloaded num v0.4.3
8392026-04-16T20:42:59.256Z Downloaded nonempty v0.12.0
8402026-04-16T20:42:59.256Z Downloaded multer v3.1.0
8412026-04-16T20:42:59.259Z Downloaded chacha20poly1305 v0.10.1
8422026-04-16T20:42:59.259Z Downloaded ipnetwork v0.21.1
8432026-04-16T20:42:59.262Z Downloaded elliptic-curve v0.13.8
8442026-04-16T20:42:59.265Z Downloaded bzip2 v0.6.1
8452026-04-16T20:42:59.265Z Downloaded bytes v1.11.1
8462026-04-16T20:42:59.268Z Downloaded newtype-uuid v1.3.2
8472026-04-16T20:42:59.268Z Downloaded libscf-sys v1.1.0
8482026-04-16T20:42:59.271Z Downloaded libefi-sys v0.1.0
8492026-04-16T20:42:59.271Z Downloaded num-iter v0.1.45
8502026-04-16T20:42:59.271Z Downloaded nu-ansi-term v0.50.3
8512026-04-16T20:42:59.274Z Downloaded path-slash v0.1.5
8522026-04-16T20:42:59.274Z Downloaded peg-runtime v0.8.5
8532026-04-16T20:42:59.289Z Downloaded phf_shared v0.12.1
8542026-04-16T20:42:59.292Z Downloaded crossterm v0.28.1
8552026-04-16T20:42:59.294Z Downloaded phf_shared v0.11.3
8562026-04-16T20:42:59.294Z Downloaded pbkdf2 v0.11.0
8572026-04-16T20:42:59.297Z Downloaded num_enum v0.7.5
8582026-04-16T20:42:59.346Z Downloaded multimap v0.10.1
8592026-04-16T20:42:59.346Z Downloaded futures v0.3.32
8602026-04-16T20:42:59.346Z Downloaded pin-utils v0.1.0
8612026-04-16T20:42:59.346Z Downloaded phf_shared v0.13.1
8622026-04-16T20:42:59.346Z Downloaded memmap2 v0.9.10
8632026-04-16T20:42:59.346Z Downloaded litrs v1.0.0
8642026-04-16T20:42:59.346Z Downloaded ingot v0.1.1
8652026-04-16T20:42:59.346Z Downloaded indexmap v1.9.3
8662026-04-16T20:42:59.346Z Downloaded packed_struct v0.10.1
8672026-04-16T20:42:59.347Z Downloaded num_enum v0.5.11
8682026-04-16T20:42:59.347Z Downloaded oxnet v0.1.4
8692026-04-16T20:42:59.347Z Downloaded predicates-core v1.0.10
8702026-04-16T20:42:59.347Z Downloaded precomputed-hash v0.1.1
8712026-04-16T20:42:59.347Z Downloaded powerfmt v0.2.0
8722026-04-16T20:42:59.347Z Downloaded parse-size v1.1.0
8732026-04-16T20:42:59.347Z Downloaded parse-display-derive v0.10.0
8742026-04-16T20:42:59.347Z Downloaded parking_lot_core v0.8.6
8752026-04-16T20:42:59.347Z Downloaded predicates-tree v1.0.13
8762026-04-16T20:42:59.347Z Downloaded derive_more v2.1.1
8772026-04-16T20:42:59.347Z Downloaded paste v1.0.15
8782026-04-16T20:42:59.347Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-04-16T20:42:59.347Z Downloaded peg v0.8.5
8802026-04-16T20:42:59.347Z Downloaded password-hash v0.5.0
8812026-04-16T20:42:59.347Z Downloaded base64 v0.21.7
8822026-04-16T20:42:59.347Z Downloaded proc-macro-crate v3.4.0
8832026-04-16T20:42:59.347Z Downloaded pbkdf2 v0.12.2
8842026-04-16T20:42:59.347Z Downloaded password-hash v0.4.2
8852026-04-16T20:42:59.347Z Downloaded native-tls v0.2.18
8862026-04-16T20:42:59.347Z Downloaded darling_core v0.21.3
8872026-04-16T20:42:59.350Z Downloaded psl-types v2.0.11
8882026-04-16T20:42:59.350Z Downloaded progenitor-client v0.11.2
8892026-04-16T20:42:59.350Z Downloaded progenitor-client v0.10.0
8902026-04-16T20:42:59.350Z Downloaded phf v0.13.1
8912026-04-16T20:42:59.353Z Downloaded pem v3.0.6
8922026-04-16T20:42:59.353Z Downloaded progenitor-macro v0.10.0
8932026-04-16T20:42:59.353Z Downloaded quick-error v1.2.3
8942026-04-16T20:42:59.356Z Downloaded phf v0.12.1
8952026-04-16T20:42:59.356Z Downloaded progenitor-macro v0.11.2
8962026-04-16T20:42:59.356Z Downloaded pem-rfc7468 v0.7.0
8972026-04-16T20:42:59.359Z Downloaded omicron-zone-package v0.12.2
8982026-04-16T20:42:59.359Z Downloaded libbz2-rs-sys v0.2.2
8992026-04-16T20:42:59.362Z Downloaded const_format v0.2.35
9002026-04-16T20:42:59.365Z Downloaded progenitor-macro v0.13.0
9012026-04-16T20:42:59.365Z Downloaded pin-project-lite v0.2.17
9022026-04-16T20:42:59.370Z Downloaded radium v0.7.0
9032026-04-16T20:42:59.373Z Downloaded indicatif v0.18.4
9042026-04-16T20:42:59.373Z Downloaded der v0.7.10
9052026-04-16T20:42:59.376Z Downloaded darling_core v0.23.0
9062026-04-16T20:42:59.379Z Downloaded oxide-tokio-rt v0.1.4
9072026-04-16T20:42:59.383Z Downloaded owo-colors v4.3.0
9082026-04-16T20:42:59.383Z Downloaded heapless v0.7.17
9092026-04-16T20:42:59.386Z Downloaded pkcs8 v0.10.2
9102026-04-16T20:42:59.386Z Downloaded ignore v0.4.25
9112026-04-16T20:42:59.389Z Downloaded hickory-resolver v0.24.4
9122026-04-16T20:42:59.389Z Downloaded proc-macro-crate v1.3.1
9132026-04-16T20:42:59.392Z Downloaded polyval v0.6.2
9142026-04-16T20:42:59.392Z Downloaded predicates v3.1.4
9152026-04-16T20:42:59.395Z Downloaded ppv-lite86 v0.2.21
9162026-04-16T20:42:59.395Z Downloaded postgres-protocol v0.6.10
9172026-04-16T20:42:59.399Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-04-16T20:42:59.399Z Downloaded ref-cast-impl v1.0.25
9192026-04-16T20:42:59.399Z Downloaded ref-cast v1.0.25
9202026-04-16T20:42:59.402Z Downloaded parking_lot v0.12.5
9212026-04-16T20:42:59.402Z Downloaded parking_lot_core v0.9.12
9222026-04-16T20:42:59.405Z Downloaded rfc6979 v0.4.0
9232026-04-16T20:42:59.405Z Downloaded progenitor v0.11.2
9242026-04-16T20:42:59.405Z Downloaded proc-macro-error2 v2.0.1
9252026-04-16T20:42:59.408Z Downloaded primeorder v0.13.6
9262026-04-16T20:42:59.408Z Downloaded async-compression v0.4.41
9272026-04-16T20:42:59.412Z Downloaded progenitor-extras v0.1.1
9282026-04-16T20:42:59.415Z Downloaded progenitor-client v0.13.0
9292026-04-16T20:42:59.415Z Downloaded progenitor v0.13.0
9302026-04-16T20:42:59.418Z Downloaded progenitor v0.10.0
9312026-04-16T20:42:59.418Z Downloaded parking_lot v0.11.2
9322026-04-16T20:42:59.421Z Downloaded rustc_version v0.4.1
9332026-04-16T20:42:59.421Z Downloaded rustc_version v0.1.7
9342026-04-16T20:42:59.421Z Downloaded rtoolbox v0.0.3
9352026-04-16T20:42:59.421Z Downloaded bumpalo v3.20.2
9362026-04-16T20:42:59.424Z Downloaded headers v0.4.1
9372026-04-16T20:42:59.427Z Downloaded r2d2 v0.8.10
9382026-04-16T20:42:59.429Z Downloaded psm v0.1.30
9392026-04-16T20:42:59.429Z Downloaded pkg-config v0.3.32
9402026-04-16T20:42:59.432Z Downloaded pkcs5 v0.7.1
9412026-04-16T20:42:59.435Z Downloaded russh-cryptovec v0.7.3
9422026-04-16T20:42:59.435Z Downloaded rand_chacha v0.9.0
9432026-04-16T20:42:59.435Z Downloaded rand_chacha v0.3.1
9442026-04-16T20:42:59.435Z Downloaded poly1305 v0.8.0
9452026-04-16T20:42:59.438Z Downloaded rand_seeder v0.4.0
9462026-04-16T20:42:59.438Z Downloaded rand_core v0.10.0
9472026-04-16T20:42:59.441Z Downloaded sapling-renderdag v0.1.0
9482026-04-16T20:42:59.441Z Downloaded same-file v1.0.6
9492026-04-16T20:42:59.444Z Downloaded miniz_oxide v0.8.9
9502026-04-16T20:42:59.444Z Downloaded ed25519-dalek v2.2.0
9512026-04-16T20:42:59.447Z Downloaded postgres-types v0.2.12
9522026-04-16T20:42:59.450Z Downloaded rand_core v0.9.5
9532026-04-16T20:42:59.450Z Downloaded rand_core v0.6.4
9542026-04-16T20:42:59.450Z Downloaded heapless v0.8.0
9552026-04-16T20:42:59.453Z Downloaded pkcs1 v0.7.5
9562026-04-16T20:42:59.456Z Downloaded pin-project-internal v1.1.11
9572026-04-16T20:42:59.456Z Downloaded oso v0.27.3
9582026-04-16T20:42:59.459Z Downloaded p256 v0.13.2
9592026-04-16T20:42:59.459Z Downloaded recursive v0.1.1
9602026-04-16T20:42:59.462Z Downloaded scheduled-thread-pool v0.2.7
9612026-04-16T20:42:59.462Z Downloaded rand_xorshift v0.4.0
9622026-04-16T20:42:59.462Z Downloaded peg-macros v0.8.5
9632026-04-16T20:42:59.465Z Downloaded scopeguard v1.2.0
9642026-04-16T20:42:59.465Z Downloaded dropshot-api-manager v0.6.0
9652026-04-16T20:42:59.468Z Downloaded scrypt v0.11.0
9662026-04-16T20:42:59.468Z Downloaded secrecy v0.8.0
9672026-04-16T20:42:59.468Z Downloaded scroll_derive v0.13.1
9682026-04-16T20:42:59.471Z Downloaded semver v0.1.20
9692026-04-16T20:42:59.471Z Downloaded salsa20 v0.10.2
9702026-04-16T20:42:59.471Z Downloaded flate2 v1.1.9
9712026-04-16T20:42:59.474Z Downloaded http v1.4.0
9722026-04-16T20:42:59.477Z Downloaded num_enum_derive v0.7.5
9732026-04-16T20:42:59.477Z Downloaded num-rational v0.4.2
9742026-04-16T20:42:59.481Z Downloaded seq-macro v0.3.6
9752026-04-16T20:42:59.481Z Downloaded num-integer v0.1.46
9762026-04-16T20:42:59.484Z Downloaded num-derive v0.4.2
9772026-04-16T20:42:59.484Z Downloaded num-complex v0.4.6
9782026-04-16T20:42:59.484Z Downloaded jiff-static v0.2.21
9792026-04-16T20:42:59.487Z Downloaded serde_bytes v0.11.19
9802026-04-16T20:42:59.487Z Downloaded secrecy v0.10.3
9812026-04-16T20:42:59.487Z Downloaded resolv-conf v0.7.6
9822026-04-16T20:42:59.490Z Downloaded quinn-udp v0.5.14
9832026-04-16T20:42:59.490Z Downloaded derive_more-impl v2.1.1
9842026-04-16T20:42:59.493Z Downloaded serde_repr v0.1.20
9852026-04-16T20:42:59.496Z Downloaded serde_plain v1.0.2
9862026-04-16T20:42:59.496Z Downloaded diesel_derives v2.3.7
9872026-04-16T20:42:59.499Z Downloaded rustls-pemfile v2.2.0
9882026-04-16T20:42:59.502Z Downloaded rustc-hash v2.1.1
9892026-04-16T20:42:59.502Z Downloaded pin-project v1.1.11
9902026-04-16T20:42:59.508Z Downloaded serde_spanned v1.0.4
9912026-04-16T20:42:59.511Z Downloaded hashbrown v0.12.3
9922026-04-16T20:42:59.514Z Downloaded postcard v1.1.3
9932026-04-16T20:42:59.514Z Downloaded shell-words v1.1.1
9942026-04-16T20:42:59.517Z Downloaded serde_urlencoded v0.7.1
9952026-04-16T20:42:59.517Z Downloaded sigpipe v0.1.3
9962026-04-16T20:42:59.517Z Downloaded aho-corasick v1.1.4
9972026-04-16T20:42:59.520Z Downloaded siphasher v1.0.2
9982026-04-16T20:42:59.522Z Downloaded rustversion v1.0.22
9992026-04-16T20:42:59.525Z Downloaded rustls-pemfile v1.0.4
10002026-04-16T20:42:59.525Z Downloaded rustls-native-certs v0.8.3
10012026-04-16T20:42:59.528Z Downloaded papergrid v0.17.0
10022026-04-16T20:42:59.531Z Downloaded hickory-server v0.25.2
10032026-04-16T20:42:59.534Z Downloaded hashbrown v0.13.2
10042026-04-16T20:42:59.537Z Downloaded slog-envlogger v2.2.0
10052026-04-16T20:42:59.537Z Downloaded slog-bunyan v2.5.0
10062026-04-16T20:42:59.537Z Downloaded prefix-trie v0.7.0
10072026-04-16T20:42:59.540Z Downloaded sha1 v0.10.6
10082026-04-16T20:42:59.540Z Downloaded sec1 v0.7.3
10092026-04-16T20:42:59.543Z Downloaded sct v0.7.1
10102026-04-16T20:42:59.543Z Downloaded hickory-resolver v0.25.2
10112026-04-16T20:42:59.546Z Downloaded serde-big-array v0.5.1
10122026-04-16T20:42:59.549Z Downloaded crossterm v0.29.0
10132026-04-16T20:42:59.552Z Downloaded progenitor-impl v0.10.0
10142026-04-16T20:42:59.554Z Downloaded schemars_derive v0.8.22
10152026-04-16T20:42:59.554Z Downloaded signature v2.2.0
10162026-04-16T20:42:59.557Z Downloaded signal-hook-tokio v0.3.1
10172026-04-16T20:42:59.557Z Downloaded signal-hook-mio v0.2.5
10182026-04-16T20:42:59.557Z Downloaded aes v0.8.4
10192026-04-16T20:42:59.560Z Downloaded cc v1.2.56
10202026-04-16T20:42:59.565Z Downloaded russh-keys v0.45.0
10212026-04-16T20:42:59.565Z Downloaded serde-hex v0.1.0
10222026-04-16T20:42:59.567Z Downloaded nanorand v0.7.0
10232026-04-16T20:42:59.567Z Downloaded bstr v1.12.1
10242026-04-16T20:42:59.571Z Downloaded sqlparser_derive v0.5.0
10252026-04-16T20:42:59.574Z Downloaded rustls-pki-types v1.14.0
10262026-04-16T20:42:59.574Z Downloaded strum v0.27.2
10272026-04-16T20:42:59.577Z Downloaded ssh-cipher v0.2.0
10282026-04-16T20:42:59.577Z Downloaded hyper-util v0.1.20
10292026-04-16T20:42:59.580Z Downloaded serde_path_to_error v0.1.20
10302026-04-16T20:42:59.583Z Downloaded serde_derive_internals v0.29.1
10312026-04-16T20:42:59.583Z Downloaded httparse v1.10.1
10322026-04-16T20:42:59.583Z Downloaded defmt-macros v1.0.1
10332026-04-16T20:42:59.586Z Downloaded diesel-dtrace v0.5.0
10342026-04-16T20:42:59.587Z Downloaded structmeta-derive v0.3.0
10352026-04-16T20:42:59.590Z Downloaded ssh-encoding v0.2.0
10362026-04-16T20:42:59.590Z Downloaded buf-list v1.1.2
10372026-04-16T20:42:59.593Z Downloaded strum v0.26.3
10382026-04-16T20:42:59.593Z Downloaded shlex v1.3.0
10392026-04-16T20:42:59.593Z Downloaded simd-adler32 v0.3.8
10402026-04-16T20:42:59.596Z Downloaded signal-hook-registry v1.4.8
10412026-04-16T20:42:59.596Z Downloaded rcgen v0.12.1
10422026-04-16T20:42:59.596Z Downloaded structmeta v0.3.0
10432026-04-16T20:42:59.599Z Downloaded rusty-fork v0.3.1
10442026-04-16T20:42:59.599Z Downloaded atomic-waker v1.1.2
10452026-04-16T20:42:59.602Z Downloaded openssl-sys v0.9.111
10462026-04-16T20:42:59.605Z Downloaded slog-dtrace v0.3.0
10472026-04-16T20:42:59.605Z Downloaded slog-async v2.8.0
10482026-04-16T20:42:59.608Z Downloaded slab v0.4.12
10492026-04-16T20:42:59.608Z Downloaded sync_wrapper v1.0.2
10502026-04-16T20:42:59.608Z Downloaded sync-ptr v0.1.4
10512026-04-16T20:42:59.608Z Downloaded supports-color v3.0.2
10522026-04-16T20:42:59.611Z Downloaded tabwriter v1.4.1
10532026-04-16T20:42:59.611Z Downloaded minimal-lexical v0.2.1
10542026-04-16T20:42:59.614Z Downloaded tabled_derive v0.11.0
10552026-04-16T20:42:59.614Z Downloaded subtle v2.6.1
10562026-04-16T20:42:59.617Z Downloaded slog-scope v4.4.1
10572026-04-16T20:42:59.617Z Downloaded tagptr v0.2.0
10582026-04-16T20:42:59.617Z Downloaded slog-stdlog v4.1.1
10592026-04-16T20:42:59.620Z Downloaded progenitor-impl v0.13.0
10602026-04-16T20:42:59.620Z Downloaded tap v1.0.1
10612026-04-16T20:42:59.622Z Downloaded slog-term v2.9.2
10622026-04-16T20:42:59.623Z Downloaded prettyplease v0.2.37
10632026-04-16T20:42:59.625Z Downloaded progenitor-impl v0.11.2
10642026-04-16T20:42:59.628Z Downloaded scroll v0.13.0
10652026-04-16T20:42:59.628Z Downloaded thread-id v5.1.0
10662026-04-16T20:42:59.628Z Downloaded thiserror-impl-no-std v2.0.2
10672026-04-16T20:42:59.631Z Downloaded testing_table v0.3.0
10682026-04-16T20:42:59.631Z Downloaded take_mut v0.2.2
10692026-04-16T20:42:59.631Z Downloaded spki v0.7.3
10702026-04-16T20:42:59.635Z Downloaded flagset v0.4.7
10712026-04-16T20:42:59.635Z Downloaded cbc v0.1.2
10722026-04-16T20:42:59.635Z Downloaded bitflags v1.3.2
10732026-04-16T20:42:59.639Z Downloaded smf v0.2.3
10742026-04-16T20:42:59.639Z Downloaded bit-set v0.8.0
10752026-04-16T20:42:59.639Z Downloaded sqlformat v0.3.5
10762026-04-16T20:42:59.642Z Downloaded snafu-derive v0.8.9
10772026-04-16T20:42:59.642Z Downloaded termtree v0.5.1
10782026-04-16T20:42:59.642Z Downloaded time-core v0.1.8
10792026-04-16T20:42:59.642Z Downloaded smallvec v0.6.14
10802026-04-16T20:42:59.645Z Downloaded strip-ansi-escapes v0.2.1
10812026-04-16T20:42:59.645Z Downloaded string_cache v0.8.9
10822026-04-16T20:42:59.645Z Downloaded tinyvec_macros v0.1.1
10832026-04-16T20:42:59.648Z Downloaded stringprep v0.1.5
10842026-04-16T20:42:59.648Z Downloaded stacker v0.1.23
10852026-04-16T20:42:59.651Z Downloaded static_assertions v1.1.0
10862026-04-16T20:42:59.651Z Downloaded hashbrown v0.15.5
10872026-04-16T20:42:59.654Z Downloaded rustls-platform-verifier v0.6.2
10882026-04-16T20:42:59.657Z Downloaded pretty_assertions v1.4.1
10892026-04-16T20:42:59.657Z Downloaded bcs v0.1.6
10902026-04-16T20:42:59.660Z Downloaded tokio-macros v2.7.0
10912026-04-16T20:42:59.660Z Downloaded array-init v0.0.4
10922026-04-16T20:42:59.663Z Downloaded serde_with_macros v3.17.0
10932026-04-16T20:42:59.666Z Downloaded serde_cbor v0.11.2
10942026-04-16T20:42:59.672Z Downloaded strum_macros v0.24.3
10952026-04-16T20:42:59.675Z Downloaded strum_macros v0.26.4
10962026-04-16T20:42:59.678Z Downloaded slog-json v2.6.1
10972026-04-16T20:42:59.678Z Downloaded itertools v0.10.5
10982026-04-16T20:42:59.681Z Downloaded support-bundle-viewer v0.1.2
10992026-04-16T20:42:59.684Z Downloaded strum_macros v0.27.2
11002026-04-16T20:42:59.684Z Downloaded libxml v0.3.3
11012026-04-16T20:42:59.687Z Downloaded num-bigint v0.4.6
11022026-04-16T20:42:59.690Z Downloaded schemars v0.8.22
11032026-04-16T20:42:59.698Z Downloaded thiserror-no-std v2.0.2
11042026-04-16T20:42:59.701Z Downloaded tower-service v0.3.3
11052026-04-16T20:42:59.704Z Downloaded tower-layer v0.3.3
11062026-04-16T20:42:59.704Z Downloaded ron v0.8.1
11072026-04-16T20:42:59.707Z Downloaded thread_local v1.1.9
11082026-04-16T20:42:59.710Z Downloaded publicsuffix v2.3.0
11092026-04-16T20:42:59.710Z Downloaded termios v0.3.3
11102026-04-16T20:42:59.713Z Downloaded aes-gcm v0.10.3
11112026-04-16T20:42:59.713Z Downloaded topological-sort v0.2.2
11122026-04-16T20:42:59.718Z Downloaded tiny-keccak v2.0.2
11132026-04-16T20:42:59.721Z Downloaded try-lock v0.2.5
11142026-04-16T20:42:59.724Z Downloaded tokio-dtrace v0.1.1
11152026-04-16T20:42:59.724Z Downloaded tls_codec_derive v0.4.2
11162026-04-16T20:42:59.724Z Downloaded tls_codec v0.4.2
11172026-04-16T20:42:59.727Z Downloaded time-macros v0.2.27
11182026-04-16T20:42:59.727Z Downloaded unarray v0.1.4
11192026-04-16T20:42:59.731Z Downloaded quinn v0.11.9
11202026-04-16T20:42:59.735Z Downloaded signal-hook v0.3.18
11212026-04-16T20:42:59.737Z Downloaded tokio-native-tls v0.3.1
11222026-04-16T20:42:59.737Z Downloaded similar v2.7.0
11232026-04-16T20:42:59.741Z Downloaded typify-macro v0.6.1
11242026-04-16T20:42:59.744Z Downloaded typify-macro v0.4.3
11252026-04-16T20:42:59.744Z Downloaded rand v0.8.5
11262026-04-16T20:42:59.747Z Downloaded tokio-tungstenite v0.21.0
11272026-04-16T20:42:59.750Z Downloaded unicode-truncate v1.1.0
11282026-04-16T20:42:59.750Z Downloaded slog v2.8.2
11292026-04-16T20:42:59.753Z Downloaded rayon-core v1.13.0
11302026-04-16T20:42:59.759Z Downloaded tokio-tungstenite v0.23.1
11312026-04-16T20:42:59.762Z Downloaded unit-prefix v0.5.2
11322026-04-16T20:42:59.762Z Downloaded term v0.7.0
11332026-04-16T20:42:59.765Z Downloaded usdt v0.6.0
11342026-04-16T20:42:59.765Z Downloaded universal-hash v0.5.1
11352026-04-16T20:42:59.768Z Downloaded nom v7.1.3
11362026-04-16T20:42:59.770Z Downloaded utf-8 v0.7.6
11372026-04-16T20:42:59.770Z Downloaded spin v0.9.8
11382026-04-16T20:42:59.774Z Downloaded rsa v0.9.10
11392026-04-16T20:42:59.776Z Downloaded futures-util v0.3.32
11402026-04-16T20:42:59.781Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-04-16T20:42:59.784Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-04-16T20:42:59.784Z Downloaded socket2 v0.6.3
11432026-04-16T20:42:59.787Z Downloaded waitgroup v0.1.2
11442026-04-16T20:42:59.787Z Downloaded void v1.0.2
11452026-04-16T20:42:59.787Z Downloaded itertools v0.13.0
11462026-04-16T20:42:59.790Z Downloaded socket2 v0.5.10
11472026-04-16T20:42:59.793Z Downloaded rand v0.9.2
11482026-04-16T20:42:59.795Z Downloaded mio v1.2.0
11492026-04-16T20:42:59.798Z Downloaded trait-variant v0.1.2
11502026-04-16T20:42:59.798Z Downloaded itertools v0.12.1
11512026-04-16T20:42:59.802Z Downloaded wait-timeout v0.2.1
11522026-04-16T20:42:59.804Z Downloaded want v0.3.1
11532026-04-16T20:42:59.804Z Downloaded qorb v0.4.1
11542026-04-16T20:42:59.807Z Downloaded iddqd v0.3.17
11552026-04-16T20:42:59.811Z Downloaded iri-string v0.7.10
11562026-04-16T20:42:59.816Z Downloaded tokio-rustls v0.26.4
11572026-04-16T20:42:59.819Z Downloaded serde_yaml v0.9.34+deprecated
11582026-04-16T20:42:59.819Z Downloaded ryu v1.0.23
11592026-04-16T20:42:59.822Z Downloaded xshell-macros v0.2.7
11602026-04-16T20:42:59.822Z Downloaded unicase v2.9.0
11612026-04-16T20:42:59.822Z Downloaded rustls-webpki v0.103.9
11622026-04-16T20:42:59.825Z Downloaded hyper v1.8.1
11632026-04-16T20:42:59.827Z Downloaded xattr v1.6.1
11642026-04-16T20:42:59.830Z Downloaded schemars v1.2.1
11652026-04-16T20:42:59.837Z Downloaded usdt-attr-macro v0.6.0
11662026-04-16T20:42:59.840Z Downloaded usdt-impl v0.6.0
11672026-04-16T20:42:59.840Z Downloaded untrusted v0.9.0
11682026-04-16T20:42:59.840Z Downloaded tokio-rustls v0.25.0
11692026-04-16T20:42:59.843Z Downloaded subprocess v0.2.15
11702026-04-16T20:42:59.846Z Downloaded schemars v0.9.0
11712026-04-16T20:42:59.850Z Downloaded hkdf v0.12.4
11722026-04-16T20:42:59.853Z Downloaded toml_parser v1.0.9+spec-1.1.0
11732026-04-16T20:42:59.856Z Downloaded zeroize_derive v1.4.3
11742026-04-16T20:42:59.856Z Downloaded vergen-lib v0.1.6
11752026-04-16T20:42:59.856Z Downloaded vergen-git2 v1.0.7
11762026-04-16T20:42:59.856Z Downloaded vergen-gitcl v1.0.8
11772026-04-16T20:42:59.859Z Downloaded uzers v0.12.2
11782026-04-16T20:42:59.859Z Downloaded tinyvec v1.10.0
11792026-04-16T20:42:59.861Z Downloaded vsss-rs v3.3.4
11802026-04-16T20:42:59.861Z Downloaded snafu v0.8.9
11812026-04-16T20:42:59.865Z Downloaded term v1.2.1
11822026-04-16T20:42:59.868Z Downloaded tokio-rustls v0.24.1
11832026-04-16T20:42:59.871Z Downloaded rand v0.10.0
11842026-04-16T20:42:59.874Z Downloaded h2 v0.4.13
11852026-04-16T20:42:59.877Z Downloaded zone_cfg_derive v0.3.1
11862026-04-16T20:42:59.877Z Downloaded whoami v2.1.0
11872026-04-16T20:42:59.880Z Downloaded whoami v1.6.1
11882026-04-16T20:42:59.880Z Downloaded samael v0.0.19
11892026-04-16T20:42:59.883Z Downloaded walkdir v2.5.0
11902026-04-16T20:42:59.886Z Downloaded unicode-properties v0.1.4
11912026-04-16T20:42:59.886Z Downloaded twox-hash v2.1.2
11922026-04-16T20:42:59.889Z Downloaded tokio-stream v0.1.18
11932026-04-16T20:42:59.889Z Downloaded tui-tree-widget v0.23.1
11942026-04-16T20:42:59.893Z Downloaded usdt-macro v0.6.0
11952026-04-16T20:42:59.893Z Downloaded untrusted v0.7.1
11962026-04-16T20:42:59.893Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11972026-04-16T20:42:59.896Z Downloaded xshell v0.2.7
11982026-04-16T20:42:59.896Z Downloaded toml v1.0.6+spec-1.1.0
11992026-04-16T20:42:59.896Z Downloaded num-bigint-dig v0.8.6
12002026-04-16T20:42:59.899Z Downloaded toml v0.9.12+spec-1.1.0
12012026-04-16T20:42:59.902Z Downloaded libm v0.2.16
12022026-04-16T20:42:59.906Z Downloaded tar v0.4.45
12032026-04-16T20:42:59.909Z Downloaded wyz v0.5.1
12042026-04-16T20:42:59.912Z Downloaded zeroize v1.8.2
12052026-04-16T20:42:59.915Z Downloaded toml v0.7.8
12062026-04-16T20:42:59.918Z Downloaded zstd-safe v7.2.4
12072026-04-16T20:42:59.919Z Downloaded zone v0.3.1
12082026-04-16T20:42:59.921Z Downloaded zstd v0.13.3
12092026-04-16T20:42:59.922Z Downloaded tungstenite v0.21.0
12102026-04-16T20:42:59.924Z Downloaded russh v0.45.0
12112026-04-16T20:42:59.927Z Downloaded steno v0.4.1
12122026-04-16T20:42:59.930Z Downloaded tungstenite v0.23.0
12132026-04-16T20:42:59.930Z Downloaded vergen v9.0.6
12142026-04-16T20:42:59.933Z Downloaded tracing-attributes v0.1.31
12152026-04-16T20:42:59.933Z Downloaded test-strategy v0.4.5
12162026-04-16T20:42:59.936Z Downloaded rustyline v14.0.0
12172026-04-16T20:42:59.939Z Downloaded itertools v0.14.0
12182026-04-16T20:42:59.942Z Downloaded unicode-bidi v0.3.18
12192026-04-16T20:42:59.945Z Downloaded yasna v0.5.2
12202026-04-16T20:42:59.945Z Downloaded typify v0.6.1
12212026-04-16T20:42:59.948Z Downloaded zerocopy v0.6.6
12222026-04-16T20:42:59.948Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-04-16T20:42:59.951Z Downloaded typify v0.4.3
12242026-04-16T20:42:59.957Z Downloaded rpassword v7.4.0
12252026-04-16T20:42:59.960Z Downloaded unsafe-libyaml v0.2.11
12262026-04-16T20:42:59.963Z Downloaded uuid v1.23.0
12272026-04-16T20:42:59.966Z Downloaded blake3 v1.8.3
12282026-04-16T20:42:59.969Z Downloaded p521 v0.13.3
12292026-04-16T20:42:59.980Z Downloaded vte v0.14.1
12302026-04-16T20:42:59.983Z Downloaded tracing-core v0.1.36
12312026-04-16T20:42:59.987Z Downloaded tokio-postgres v0.7.16
12322026-04-16T20:43:00.002Z Downloaded git2 v0.20.4
12332026-04-16T20:43:00.012Z Downloaded reedline v0.40.0
12342026-04-16T20:43:00.016Z Downloaded ssh-key v0.6.7
12352026-04-16T20:43:00.020Z Downloaded zopfli v0.8.3
12362026-04-16T20:43:00.023Z Downloaded p384 v0.13.1
12372026-04-16T20:43:00.026Z Downloaded regex v1.12.3
12382026-04-16T20:43:00.035Z Downloaded curve25519-dalek v4.1.3
12392026-04-16T20:43:00.040Z Downloaded unicode_categories v0.1.1
12402026-04-16T20:43:00.043Z Downloaded reqwest v0.12.28
12412026-04-16T20:43:00.046Z Downloaded zip v0.6.6
12422026-04-16T20:43:00.049Z Downloaded yansi v1.0.1
12432026-04-16T20:43:00.052Z Downloaded aws-lc-rs v1.16.0
12442026-04-16T20:43:00.056Z Downloaded toml_edit v0.19.15
12452026-04-16T20:43:00.066Z Downloaded tower v0.5.3
12462026-04-16T20:43:00.072Z Downloaded reqwest v0.13.2
12472026-04-16T20:43:00.075Z Downloaded unicode-segmentation v1.12.0
12482026-04-16T20:43:00.081Z Downloaded rayon v1.11.0
12492026-04-16T20:43:00.087Z Downloaded chrono v0.4.44
12502026-04-16T20:43:00.094Z Downloaded bindgen v0.71.1
12512026-04-16T20:43:00.103Z Downloaded salty v0.3.0
12522026-04-16T20:43:00.111Z Downloaded lalrpop v0.19.12
12532026-04-16T20:43:00.117Z Downloaded x509-cert v0.2.5
12542026-04-16T20:43:00.120Z Downloaded quick-xml v0.37.5
12552026-04-16T20:43:00.124Z Downloaded rustls-webpki v0.101.7
12562026-04-16T20:43:00.133Z Downloaded typed-path v0.9.3
12572026-04-16T20:43:00.137Z Downloaded portable-atomic v1.13.1
12582026-04-16T20:43:00.141Z Downloaded zerocopy-derive v0.8.40
12592026-04-16T20:43:00.147Z Downloaded tokio-util v0.7.18
12602026-04-16T20:43:00.153Z Downloaded petname v2.0.2
12612026-04-16T20:43:00.157Z Downloaded moka v0.12.13
12622026-04-16T20:43:00.160Z Downloaded tower-http v0.6.8
12632026-04-16T20:43:00.165Z Downloaded unicode-normalization v0.1.25
12642026-04-16T20:43:00.167Z Downloaded goblin v0.10.5
12652026-04-16T20:43:00.171Z Downloaded tough v0.20.0
12662026-04-16T20:43:00.177Z Downloaded rustls-webpki v0.102.8
12672026-04-16T20:43:00.188Z Downloaded serde_with v3.17.0
12682026-04-16T20:43:00.195Z Downloaded object v0.30.4
12692026-04-16T20:43:00.201Z Downloaded proptest v1.10.0
12702026-04-16T20:43:00.206Z Downloaded zip v4.6.1
12712026-04-16T20:43:00.209Z Downloaded winnow v0.5.40
12722026-04-16T20:43:00.214Z Downloaded nix v0.27.1
12732026-04-16T20:43:00.221Z Downloaded radix_trie v0.2.1
12742026-04-16T20:43:00.224Z Downloaded quinn-proto v0.11.13
12752026-04-16T20:43:00.229Z Downloaded openssl v0.10.75
12762026-04-16T20:43:00.234Z Downloaded winnow v0.6.26
12772026-04-16T20:43:00.240Z Downloaded polar-core v0.27.3
12782026-04-16T20:43:00.245Z Downloaded dropshot v0.16.7
12792026-04-16T20:43:00.261Z Downloaded rustls v0.21.12
12802026-04-16T20:43:00.267Z Downloaded nix v0.28.0
12812026-04-16T20:43:00.274Z Downloaded tabled v0.20.0
12822026-04-16T20:43:00.286Z Downloaded time v0.3.47
12832026-04-16T20:43:00.293Z Downloaded nix v0.29.0
12842026-04-16T20:43:00.300Z Downloaded hickory-proto v0.24.4
12852026-04-16T20:43:00.310Z Downloaded zlib-rs v0.6.2
12862026-04-16T20:43:00.313Z Downloaded vcpkg v0.2.15
12872026-04-16T20:43:00.337Z Downloaded smoltcp v0.9.1
12882026-04-16T20:43:00.343Z Downloaded openapiv3 v2.2.0
12892026-04-16T20:43:00.350Z Downloaded nix v0.31.2
12902026-04-16T20:43:00.358Z Downloaded zerocopy v0.8.40
12912026-04-16T20:43:00.364Z Downloaded webpki-roots v1.0.6
12922026-04-16T20:43:00.366Z Downloaded regress v0.10.5
12932026-04-16T20:43:00.373Z Downloaded hickory-proto v0.25.2
12942026-04-16T20:43:00.380Z Downloaded smoltcp v0.11.0
12952026-04-16T20:43:00.387Z Downloaded diesel v2.3.7
12962026-04-16T20:43:00.401Z Downloaded rustix v0.38.44
12972026-04-16T20:43:00.414Z Downloaded rustls v0.23.37
12982026-04-16T20:43:00.421Z Downloaded rustls v0.22.4
12992026-04-16T20:43:00.429Z Downloaded regex-syntax v0.8.10
13002026-04-16T20:43:00.434Z Downloaded object v0.37.3
13012026-04-16T20:43:00.440Z Downloaded dropshot v0.17.0
13022026-04-16T20:43:00.454Z Downloaded sled v0.34.7
13032026-04-16T20:43:00.460Z Downloaded regex-syntax v0.6.29
13042026-04-16T20:43:00.471Z Downloaded sqlparser v0.61.0
13052026-04-16T20:43:00.478Z Downloaded typify-impl v0.4.3
13062026-04-16T20:43:00.508Z Downloaded tracing v0.1.44
13072026-04-16T20:43:00.520Z Downloaded zerocopy-derive v0.6.6
13082026-04-16T20:43:00.526Z Downloaded ratatui v0.29.0
13092026-04-16T20:43:00.539Z Downloaded typify-impl v0.6.1
13102026-04-16T20:43:00.547Z Downloaded regex-automata v0.4.14
13112026-04-16T20:43:00.557Z Downloaded petgraph v0.6.5
13122026-04-16T20:43:00.569Z Downloaded csv v1.4.0
13132026-04-16T20:43:00.601Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-04-16T20:43:00.610Z Downloaded sha3 v0.10.8
13152026-04-16T20:43:00.634Z Downloaded chrono-tz v0.10.4
13162026-04-16T20:43:00.646Z Downloaded jiff v0.2.21
13172026-04-16T20:43:00.658Z Downloaded petgraph v0.8.3
13182026-04-16T20:43:00.672Z Downloaded libz-sys v1.1.24
13192026-04-16T20:43:00.687Z Downloaded encoding_rs v0.8.35
13202026-04-16T20:43:00.699Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-04-16T20:43:00.710Z Downloaded tokio v1.52.0
13222026-04-16T20:43:00.751Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-04-16T20:43:00.827Z Downloaded ring v0.17.14
13242026-04-16T20:43:01.354Z Downloaded aws-lc-sys v0.37.1
13252026-04-16T20:43:01.620Z Compiling libc v0.2.185
13262026-04-16T20:43:01.620Z Compiling serde v1.0.228
13272026-04-16T20:43:01.625Z Compiling find-msvc-tools v0.1.9
13282026-04-16T20:43:01.625Z Compiling shlex v1.3.0
13292026-04-16T20:43:01.625Z Compiling log v0.4.29
13302026-04-16T20:43:01.625Z Compiling smallvec v1.15.1
13312026-04-16T20:43:01.625Z Compiling typenum v1.19.0
13322026-04-16T20:43:01.625Z Compiling subtle v2.6.1
13332026-04-16T20:43:01.625Z Compiling generic-array v0.14.7
13342026-04-16T20:43:01.626Z Compiling scopeguard v1.2.0
13352026-04-16T20:43:01.626Z Compiling const-oid v0.9.6
13362026-04-16T20:43:01.766Z Compiling portable-atomic v1.13.1
13372026-04-16T20:43:01.796Z Compiling syn v2.0.117
13382026-04-16T20:43:01.810Z Compiling zerocopy v0.8.40
13392026-04-16T20:43:01.814Z Compiling serde_json v1.0.149
13402026-04-16T20:43:01.814Z Compiling critical-section v1.2.0
13412026-04-16T20:43:01.990Z Compiling pin-project-lite v0.2.17
13422026-04-16T20:43:02.008Z Compiling parking_lot_core v0.9.12
13432026-04-16T20:43:02.008Z Compiling pkg-config v0.3.32
13442026-04-16T20:43:02.039Z Compiling bitflags v2.11.0
13452026-04-16T20:43:02.056Z Compiling libm v0.2.16
13462026-04-16T20:43:02.060Z Compiling num-traits v0.2.19
13472026-04-16T20:43:02.098Z Compiling lock_api v0.4.14
13482026-04-16T20:43:02.171Z Compiling futures-core v0.3.32
13492026-04-16T20:43:02.247Z Compiling percent-encoding v2.3.2
13502026-04-16T20:43:02.285Z Compiling allocator-api2 v0.2.21
13512026-04-16T20:43:02.365Z Compiling futures-sink v0.3.32
13522026-04-16T20:43:02.380Z Compiling cpufeatures v0.2.17
13532026-04-16T20:43:02.432Z Compiling foldhash v0.2.0
13542026-04-16T20:43:02.482Z Compiling futures-channel v0.3.32
13552026-04-16T20:43:02.486Z Compiling futures-io v0.3.32
13562026-04-16T20:43:02.499Z Compiling futures-task v0.3.32
13572026-04-16T20:43:02.514Z Compiling getrandom v0.4.1
13582026-04-16T20:43:02.573Z Compiling slab v0.4.12
13592026-04-16T20:43:02.590Z Compiling rustversion v1.0.22
13602026-04-16T20:43:02.669Z Compiling hashbrown v0.16.1
13612026-04-16T20:43:02.669Z Compiling getrandom v0.3.4
13622026-04-16T20:43:02.703Z Compiling rand_core v0.10.0
13632026-04-16T20:43:02.706Z Compiling form_urlencoded v1.2.2
13642026-04-16T20:43:02.706Z Compiling dunce v1.0.5
13652026-04-16T20:43:02.751Z Compiling fs_extra v1.3.0
13662026-04-16T20:43:02.754Z Compiling ident_case v1.0.1
13672026-04-16T20:43:02.800Z Compiling base64ct v1.8.3
13682026-04-16T20:43:02.854Z Compiling flagset v0.4.7
13692026-04-16T20:43:02.902Z Compiling iana-time-zone v0.1.65
13702026-04-16T20:43:02.918Z Compiling rustix v1.1.3
13712026-04-16T20:43:02.938Z Compiling rustc_version v0.4.1
13722026-04-16T20:43:02.993Z Compiling vcpkg v0.2.15
13732026-04-16T20:43:03.029Z Compiling aws-lc-rs v1.16.0
13742026-04-16T20:43:03.062Z Compiling pem-rfc7468 v0.7.0
13752026-04-16T20:43:03.121Z Compiling getrandom v0.2.17
13762026-04-16T20:43:03.141Z Compiling jobserver v0.1.34
13772026-04-16T20:43:03.157Z Compiling errno v0.3.14
13782026-04-16T20:43:03.188Z Compiling once_cell v1.21.3
13792026-04-16T20:43:03.326Z Compiling rand_core v0.6.4
13802026-04-16T20:43:03.344Z Compiling signal-hook-registry v1.4.8
13812026-04-16T20:43:03.363Z Compiling mio v1.2.0
13822026-04-16T20:43:03.380Z Compiling cc v1.2.56
13832026-04-16T20:43:03.395Z Compiling socket2 v0.6.3
13842026-04-16T20:43:03.411Z Compiling indexmap v2.13.0
13852026-04-16T20:43:03.459Z Compiling parking_lot v0.12.5
13862026-04-16T20:43:03.600Z Compiling regex-syntax v0.8.10
13872026-04-16T20:43:03.668Z Compiling uuid v1.23.0
13882026-04-16T20:43:03.684Z Compiling tracing-core v0.1.36
13892026-04-16T20:43:03.708Z Compiling untrusted v0.7.1
13902026-04-16T20:43:03.768Z Compiling rand_core v0.9.5
13912026-04-16T20:43:03.810Z Compiling untrusted v0.9.0
13922026-04-16T20:43:03.864Z Compiling base64 v0.22.1
13932026-04-16T20:43:03.883Z Compiling schemars v0.8.22
13942026-04-16T20:43:03.883Z Compiling openssl-probe v0.2.1
13952026-04-16T20:43:03.927Z Compiling httparse v1.10.1
13962026-04-16T20:43:03.998Z Compiling try-lock v0.2.5
13972026-04-16T20:43:04.001Z Compiling dyn-clone v1.0.20
13982026-04-16T20:43:04.065Z Compiling tower-layer v0.3.3
13992026-04-16T20:43:04.149Z Compiling tinyvec_macros v0.1.1
14002026-04-16T20:43:04.169Z Compiling rustls v0.23.37
14012026-04-16T20:43:04.194Z Compiling tower-service v0.3.3
14022026-04-16T20:43:04.225Z Compiling atomic-waker v1.1.2
14032026-04-16T20:43:04.242Z Compiling tinyvec v1.10.0
14042026-04-16T20:43:04.245Z Compiling want v0.3.1
14052026-04-16T20:43:04.262Z Compiling cmake v0.1.57
14062026-04-16T20:43:04.297Z Compiling spin v0.9.8
14072026-04-16T20:43:04.300Z Compiling aho-corasick v1.1.4
14082026-04-16T20:43:04.334Z Compiling httpdate v1.0.3
14092026-04-16T20:43:04.355Z Compiling powerfmt v0.2.0
14102026-04-16T20:43:04.393Z Compiling openssl v0.10.75
14112026-04-16T20:43:04.410Z Compiling time-core v0.1.8
14122026-04-16T20:43:04.445Z Compiling pin-utils v0.1.0
14132026-04-16T20:43:04.487Z Compiling foreign-types-shared v0.1.1
14142026-04-16T20:43:04.544Z Compiling crc32fast v1.5.0
14152026-04-16T20:43:04.562Z Compiling num-conv v0.2.0
14162026-04-16T20:43:04.562Z Compiling deranged v0.5.8
14172026-04-16T20:43:04.596Z Compiling foreign-types v0.3.2
14182026-04-16T20:43:04.615Z Compiling wait-timeout v0.2.1
14192026-04-16T20:43:04.615Z Compiling socket2 v0.5.10
14202026-04-16T20:43:04.618Z Compiling syn v1.0.109
14212026-04-16T20:43:04.675Z Compiling simd-adler32 v0.3.8
14222026-04-16T20:43:04.691Z Compiling native-tls v0.2.18
14232026-04-16T20:43:04.694Z Compiling usdt-impl v0.6.0
14242026-04-16T20:43:04.727Z Compiling time-macros v0.2.27
14252026-04-16T20:43:04.763Z Compiling crossbeam-utils v0.8.21
14262026-04-16T20:43:04.875Z Compiling num_threads v0.1.7
14272026-04-16T20:43:04.982Z Compiling quick-error v1.2.3
14282026-04-16T20:43:04.999Z Compiling bit-vec v0.8.0
14292026-04-16T20:43:04.999Z Compiling siphasher v1.0.2
14302026-04-16T20:43:05.033Z Compiling tempfile v3.25.0
14312026-04-16T20:43:05.105Z Compiling unicode-normalization v0.1.25
14322026-04-16T20:43:05.122Z Compiling rand_xorshift v0.4.0
14332026-04-16T20:43:05.145Z Compiling synstructure v0.13.2
14342026-04-16T20:43:05.160Z Compiling serde_derive_internals v0.29.1
14352026-04-16T20:43:05.173Z Compiling pest_generator v2.8.6
14362026-04-16T20:43:05.253Z Compiling darling_core v0.20.11
14372026-04-16T20:43:05.286Z Compiling bit-set v0.8.0
14382026-04-16T20:43:05.320Z Compiling aws-lc-sys v0.37.1
14392026-04-16T20:43:05.338Z Compiling ring v0.17.14
14402026-04-16T20:43:05.354Z Compiling openssl-sys v0.9.111
14412026-04-16T20:43:05.371Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-04-16T20:43:05.496Z Compiling regex-automata v0.4.14
14432026-04-16T20:43:05.513Z Compiling bzip2-sys v0.1.13+1.0.8
14442026-04-16T20:43:05.662Z Compiling rusty-fork v0.3.1
14452026-04-16T20:43:05.792Z Compiling darling_core v0.21.3
14462026-04-16T20:43:05.897Z Compiling slog v2.8.2
14472026-04-16T20:43:05.931Z Compiling heapless v0.7.17
14482026-04-16T20:43:06.037Z Compiling thread-id v5.1.0
14492026-04-16T20:43:06.074Z Compiling sync_wrapper v1.0.2
14502026-04-16T20:43:06.090Z Compiling time v0.3.47
14512026-04-16T20:43:06.151Z Compiling cookie v0.18.1
14522026-04-16T20:43:06.166Z Compiling unicode-properties v0.1.4
14532026-04-16T20:43:06.257Z Compiling anyhow v1.0.102
14542026-04-16T20:43:06.274Z Compiling zstd-safe v7.2.4
14552026-04-16T20:43:06.291Z Compiling unicode-bidi v0.3.18
14562026-04-16T20:43:06.389Z Compiling paste v1.0.15
14572026-04-16T20:43:06.405Z Compiling unarray v0.1.4
14582026-04-16T20:43:06.426Z Compiling signal-hook v0.3.18
14592026-04-16T20:43:06.509Z Compiling adler2 v2.0.1
14602026-04-16T20:43:06.644Z Compiling miniz_oxide v0.8.9
14612026-04-16T20:43:06.676Z Compiling stringprep v0.1.5
14622026-04-16T20:43:06.815Z Compiling num-integer v0.1.46
14632026-04-16T20:43:06.882Z Compiling vergen-lib v0.1.6
14642026-04-16T20:43:06.923Z Compiling ff v0.13.1
14652026-04-16T20:43:07.091Z Compiling curve25519-dalek v4.1.3
14662026-04-16T20:43:07.107Z Compiling hash32 v0.2.1
14672026-04-16T20:43:07.163Z Compiling serde_derive v1.0.228
14682026-04-16T20:43:07.190Z Compiling zeroize_derive v1.4.3
14692026-04-16T20:43:07.206Z Compiling zerofrom-derive v0.1.6
14702026-04-16T20:43:07.253Z Compiling yoke-derive v0.8.1
14712026-04-16T20:43:07.332Z Compiling zerocopy-derive v0.8.40
14722026-04-16T20:43:07.348Z Compiling zerovec-derive v0.11.2
14732026-04-16T20:43:07.385Z Compiling displaydoc v0.2.5
14742026-04-16T20:43:07.483Z Compiling tokio-macros v2.7.0
14752026-04-16T20:43:07.921Z Compiling futures-macro v0.3.32
14762026-04-16T20:43:07.939Z Compiling der_derive v0.7.3
14772026-04-16T20:43:07.953Z Compiling zeroize v1.8.2
14782026-04-16T20:43:08.252Z Compiling thiserror-impl v2.0.18
14792026-04-16T20:43:08.333Z Compiling rustls-pki-types v1.14.0
14802026-04-16T20:43:08.597Z Compiling tracing-attributes v0.1.31
14812026-04-16T20:43:08.671Z Compiling scroll_derive v0.13.1
14822026-04-16T20:43:08.687Z Compiling schemars_derive v0.8.22
14832026-04-16T20:43:08.839Z Compiling crypto-common v0.1.7
14842026-04-16T20:43:08.855Z Compiling zerofrom v0.1.6
14852026-04-16T20:43:08.870Z Compiling block-buffer v0.10.4
14862026-04-16T20:43:08.888Z Compiling futures-util v0.3.32
14872026-04-16T20:43:09.065Z Compiling yoke v0.8.1
14882026-04-16T20:43:09.101Z Compiling digest v0.10.7
14892026-04-16T20:43:09.104Z Compiling block-padding v0.3.3
14902026-04-16T20:43:09.134Z Compiling der v0.7.10
14912026-04-16T20:43:09.296Z Compiling zerovec v0.11.5
14922026-04-16T20:43:09.314Z Compiling zerotrie v0.2.3
14932026-04-16T20:43:09.399Z Compiling hmac v0.12.1
14942026-04-16T20:43:09.635Z Compiling inout v0.1.4
14952026-04-16T20:43:09.680Z Compiling sha2 v0.10.9
14962026-04-16T20:43:09.699Z Compiling pbkdf2 v0.12.2
14972026-04-16T20:43:09.849Z Compiling tinystr v0.8.2
14982026-04-16T20:43:09.866Z Compiling potential_utf v0.1.4
14992026-04-16T20:43:09.892Z Compiling cipher v0.4.4
15002026-04-16T20:43:09.914Z Compiling thiserror v2.0.18
15012026-04-16T20:43:10.052Z Compiling icu_locale_core v2.1.1
15022026-04-16T20:43:10.078Z Compiling icu_collections v2.1.1
15032026-04-16T20:43:10.099Z Compiling spki v0.7.3
15042026-04-16T20:43:10.160Z Compiling salsa20 v0.10.2
15052026-04-16T20:43:10.203Z Compiling cbc v0.1.2
15062026-04-16T20:43:10.231Z Compiling aes v0.8.4
15072026-04-16T20:43:10.274Z Compiling tracing v0.1.44
15082026-04-16T20:43:10.346Z Compiling scrypt v0.11.0
15092026-04-16T20:43:10.362Z Compiling pest_derive v2.8.6
15102026-04-16T20:43:10.396Z Compiling scroll v0.13.0
15112026-04-16T20:43:10.538Z Compiling darling_macro v0.20.11
15122026-04-16T20:43:10.602Z Compiling openssl-macros v0.1.1
15132026-04-16T20:43:10.656Z Compiling goblin v0.10.5
15142026-04-16T20:43:10.673Z Compiling signature v2.2.0
15152026-04-16T20:43:10.712Z Compiling pkcs5 v0.7.1
15162026-04-16T20:43:10.898Z Compiling icu_provider v2.1.1
15172026-04-16T20:43:10.919Z Compiling dtrace-parser v0.3.0
15182026-04-16T20:43:11.088Z Compiling bytes v1.11.1
15192026-04-16T20:43:11.105Z Compiling chrono v0.4.44
15202026-04-16T20:43:11.138Z Compiling pkcs8 v0.10.2
15212026-04-16T20:43:11.155Z Compiling ipnet v2.11.0
15222026-04-16T20:43:11.158Z Compiling darling v0.20.11
15232026-04-16T20:43:11.269Z Compiling icu_normalizer v2.1.1
15242026-04-16T20:43:11.287Z Compiling icu_properties v2.1.2
15252026-04-16T20:43:11.291Z Compiling derive_builder_core v0.20.2
15262026-04-16T20:43:11.475Z Compiling rustls-native-certs v0.8.3
15272026-04-16T20:43:11.525Z Compiling scroll_derive v0.12.1
15282026-04-16T20:43:11.551Z Compiling thiserror-impl v1.0.69
15292026-04-16T20:43:11.750Z Compiling tokio v1.52.0
15302026-04-16T20:43:11.811Z Compiling http v1.4.0
15312026-04-16T20:43:11.827Z Compiling erased-serde v0.3.31
15322026-04-16T20:43:11.883Z Compiling serde_tokenstream v0.2.3
15332026-04-16T20:43:11.916Z Compiling serde_spanned v0.6.9
15342026-04-16T20:43:12.094Z Compiling toml_datetime v0.6.11
15352026-04-16T20:43:12.194Z Compiling md-5 v0.10.6
15362026-04-16T20:43:12.210Z Compiling darling_macro v0.21.3
15372026-04-16T20:43:12.306Z Compiling ppv-lite86 v0.2.21
15382026-04-16T20:43:12.315Z Compiling idna_adapter v1.2.1
15392026-04-16T20:43:12.388Z Compiling derive_builder_macro v0.20.2
15402026-04-16T20:43:12.404Z Compiling scroll v0.12.0
15412026-04-16T20:43:12.408Z Compiling webpki-roots v1.0.6
15422026-04-16T20:43:12.487Z Compiling idna v1.1.0
15432026-04-16T20:43:12.509Z Compiling zerocopy-derive v0.7.35
15442026-04-16T20:43:12.560Z Compiling http-body v1.0.1
15452026-04-16T20:43:12.563Z Compiling memoffset v0.9.1
15462026-04-16T20:43:12.674Z Compiling rand_chacha v0.9.0
15472026-04-16T20:43:12.717Z Compiling http-body-util v0.1.3
15482026-04-16T20:43:12.734Z Compiling rand_chacha v0.3.1
15492026-04-16T20:43:12.752Z Compiling smoltcp v0.9.1
15502026-04-16T20:43:12.794Z Compiling ref-cast v1.0.25
15512026-04-16T20:43:12.811Z Compiling url v2.5.8
15522026-04-16T20:43:12.845Z Compiling litrs v1.0.0
15532026-04-16T20:43:12.945Z Compiling rand v0.9.2
15542026-04-16T20:43:12.999Z Compiling thiserror v1.0.69
15552026-04-16T20:43:13.014Z Compiling zlib-rs v0.6.2
15562026-04-16T20:43:13.135Z Compiling cfg_aliases v0.2.1
15572026-04-16T20:43:13.157Z Compiling iri-string v0.7.10
15582026-04-16T20:43:13.173Z Compiling base16ct v0.2.0
15592026-04-16T20:43:13.229Z Compiling psl-types v2.0.11
15602026-04-16T20:43:13.250Z Compiling ryu v1.0.23
15612026-04-16T20:43:13.403Z Compiling num-bigint-dig v0.8.6
15622026-04-16T20:43:13.445Z Compiling fallible-iterator v0.2.0
15632026-04-16T20:43:13.481Z Compiling rustix v0.38.44
15642026-04-16T20:43:13.500Z Compiling document-features v0.2.12
15652026-04-16T20:43:13.515Z Compiling zerocopy v0.7.35
15662026-04-16T20:43:13.632Z Compiling proptest v1.10.0
15672026-04-16T20:43:13.654Z Compiling dof v0.4.0
15682026-04-16T20:43:13.801Z Compiling postgres-protocol v0.6.10
15692026-04-16T20:43:13.870Z Compiling serde_urlencoded v0.7.1
15702026-04-16T20:43:14.066Z Compiling publicsuffix v2.3.0
15712026-04-16T20:43:14.181Z Compiling sec1 v0.7.3
15722026-04-16T20:43:14.181Z Compiling nix v0.31.2
15732026-04-16T20:43:14.266Z Compiling rand v0.8.5
15742026-04-16T20:43:14.282Z Compiling ipnetwork v0.21.1
15752026-04-16T20:43:14.285Z Compiling derive_builder v0.20.2
15762026-04-16T20:43:14.457Z Compiling darling v0.21.3
15772026-04-16T20:43:14.473Z Compiling goblin v0.8.2
15782026-04-16T20:43:14.548Z Compiling oxnet v0.1.4
15792026-04-16T20:43:14.589Z Compiling hubpack_derive v0.1.1
15802026-04-16T20:43:14.628Z Compiling cargo-platform v0.1.9
15812026-04-16T20:43:14.741Z Compiling hkdf v0.12.4
15822026-04-16T20:43:14.862Z Compiling crypto-bigint v0.5.5
15832026-04-16T20:43:14.886Z Compiling regex v1.12.3
15842026-04-16T20:43:15.045Z Compiling ref-cast-impl v1.0.25
15852026-04-16T20:43:15.048Z Compiling daft-derive v0.1.5
15862026-04-16T20:43:15.111Z Compiling strum_macros v0.27.2
15872026-04-16T20:43:15.127Z Compiling async-trait v0.1.89
15882026-04-16T20:43:15.194Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-16T20:43:15.246Z Compiling num-iter v0.1.45
15902026-04-16T20:43:15.382Z Compiling group v0.13.0
15912026-04-16T20:43:15.588Z Compiling phf_shared v0.13.1
15922026-04-16T20:43:15.604Z Compiling terminal_size v0.4.3
15932026-04-16T20:43:15.709Z Compiling lazy_static v1.5.0
15942026-04-16T20:43:15.780Z Compiling vergen v9.0.6
15952026-04-16T20:43:15.820Z Compiling fs-err v3.3.0
15962026-04-16T20:43:15.837Z Compiling ahash v0.8.12
15972026-04-16T20:43:15.882Z Compiling tokio-util v0.7.18
15982026-04-16T20:43:15.899Z Compiling tower v0.5.3
15992026-04-16T20:43:15.929Z Compiling tokio-native-tls v0.3.1
16002026-04-16T20:43:15.974Z Compiling bumpalo v3.20.2
16012026-04-16T20:43:16.019Z Compiling unicode-segmentation v1.12.0
16022026-04-16T20:43:16.037Z Compiling object v0.37.3
16032026-04-16T20:43:16.069Z Compiling winnow v0.5.40
16042026-04-16T20:43:16.102Z Compiling foldhash v0.1.5
16052026-04-16T20:43:16.153Z Compiling libbz2-rs-sys v0.2.2
16062026-04-16T20:43:16.289Z Compiling newtype-uuid v1.3.2
16072026-04-16T20:43:16.326Z Compiling flate2 v1.1.9
16082026-04-16T20:43:16.344Z Compiling bitflags v1.3.2
16092026-04-16T20:43:16.372Z Compiling tower-http v0.6.8
16102026-04-16T20:43:16.442Z Compiling managed v0.8.0
16112026-04-16T20:43:16.474Z Compiling clap_builder v4.5.60
16122026-04-16T20:43:16.555Z Compiling daft v0.1.5
16132026-04-16T20:43:16.697Z Compiling h2 v0.4.13
16142026-04-16T20:43:16.758Z Compiling bzip2 v0.6.1
16152026-04-16T20:43:16.814Z Compiling hashbrown v0.15.5
16162026-04-16T20:43:16.845Z Compiling zopfli v0.8.3
16172026-04-16T20:43:16.953Z Compiling dof v0.3.0
16182026-04-16T20:43:17.107Z Compiling elliptic-curve v0.13.8
16192026-04-16T20:43:17.127Z Compiling phf v0.13.1
16202026-04-16T20:43:17.314Z Compiling signal-hook-mio v0.2.5
16212026-04-16T20:43:17.370Z Compiling strum v0.27.2
16222026-04-16T20:43:17.534Z Compiling toml_edit v0.19.15
16232026-04-16T20:43:17.567Z Compiling cargo_metadata v0.19.2
16242026-04-16T20:43:17.592Z Compiling usdt-attr-macro v0.6.0
16252026-04-16T20:43:17.617Z Compiling usdt-macro v0.6.0
16262026-04-16T20:43:17.627Z Compiling cookie_store v0.22.1
16272026-04-16T20:43:17.691Z Compiling hubpack v0.1.2
16282026-04-16T20:43:17.769Z Compiling bzip2 v0.4.4
16292026-04-16T20:43:17.928Z Compiling serde_with_macros v3.17.0
16302026-04-16T20:43:18.019Z Compiling zstd v0.13.3
16312026-04-16T20:43:18.047Z Compiling postgres-types v0.2.12
16322026-04-16T20:43:18.325Z Compiling dtrace-parser v0.2.0
16332026-04-16T20:43:18.378Z Compiling ed25519 v2.2.3
16342026-04-16T20:43:18.381Z Compiling pkcs1 v0.7.5
16352026-04-16T20:43:18.468Z Compiling hex v0.4.3
16362026-04-16T20:43:18.529Z Compiling serde-big-array v0.5.1
16372026-04-16T20:43:18.672Z Compiling rfc6979 v0.4.0
16382026-04-16T20:43:18.702Z Compiling bstr v1.12.1
16392026-04-16T20:43:18.785Z Compiling strum_macros v0.26.4
16402026-04-16T20:43:18.835Z Compiling clap_derive v4.5.55
16412026-04-16T20:43:18.852Z Compiling enum-as-inner v0.6.1
16422026-04-16T20:43:19.065Z Compiling serde_repr v0.1.20
16432026-04-16T20:43:19.195Z Compiling phf_shared v0.11.3
16442026-04-16T20:43:19.211Z Compiling float-cmp v0.10.0
16452026-04-16T20:43:19.362Z Compiling memmap2 v0.9.10
16462026-04-16T20:43:19.396Z Compiling thread-id v4.2.2
16472026-04-16T20:43:19.445Z Compiling env_filter v1.0.0
16482026-04-16T20:43:19.449Z Compiling encoding_rs v0.8.35
16492026-04-16T20:43:19.464Z Compiling precomputed-hash v0.1.1
16502026-04-16T20:43:19.486Z Compiling fixedbitset v0.4.2
16512026-04-16T20:43:19.512Z Compiling whoami v2.1.0
16522026-04-16T20:43:19.581Z Compiling difflib v0.4.0
16532026-04-16T20:43:19.624Z Compiling static_assertions v1.1.0
16542026-04-16T20:43:19.680Z Compiling new_debug_unreachable v1.0.6
16552026-04-16T20:43:19.720Z Compiling normalize-line-endings v0.3.0
16562026-04-16T20:43:19.747Z Compiling data-encoding v2.10.0
16572026-04-16T20:43:19.773Z Compiling keccak v0.1.6
16582026-04-16T20:43:19.788Z Compiling rustc-hash v2.1.1
16592026-04-16T20:43:19.832Z Compiling predicates-core v1.0.10
16602026-04-16T20:43:19.849Z Compiling fixedbitset v0.5.7
16612026-04-16T20:43:19.953Z Compiling hyper v1.8.1
16622026-04-16T20:43:19.969Z Compiling jiff v0.2.21
16632026-04-16T20:43:20.052Z Compiling either v1.15.0
16642026-04-16T20:43:20.252Z Compiling mime v0.3.17
16652026-04-16T20:43:20.287Z Compiling hickory-proto v0.25.2
16662026-04-16T20:43:20.362Z Compiling itertools v0.13.0
16672026-04-16T20:43:20.419Z Compiling petgraph v0.8.3
16682026-04-16T20:43:20.546Z Compiling toml_edit v0.22.27
16692026-04-16T20:43:20.563Z Compiling predicates v3.1.4
16702026-04-16T20:43:20.625Z Compiling sha3 v0.10.8
16712026-04-16T20:43:20.747Z Compiling iddqd v0.3.17
16722026-04-16T20:43:20.908Z Compiling strum v0.26.3
16732026-04-16T20:43:20.925Z Compiling clap v4.5.60
16742026-04-16T20:43:21.034Z Compiling tokio-postgres v0.7.16
16752026-04-16T20:43:21.076Z Compiling string_cache v0.8.9
16762026-04-16T20:43:21.175Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-04-16T20:43:21.191Z Compiling petgraph v0.6.5
16782026-04-16T20:43:21.254Z Compiling hyper-util v0.1.20
16792026-04-16T20:43:21.323Z Compiling env_logger v0.11.9
16802026-04-16T20:43:21.359Z Compiling usdt v0.6.0
16812026-04-16T20:43:21.677Z Compiling usdt-impl v0.5.0
16822026-04-16T20:43:21.753Z Compiling similar v2.7.0
16832026-04-16T20:43:21.796Z Compiling serde_with v3.17.0
16842026-04-16T20:43:21.845Z Compiling crossterm v0.28.1
16852026-04-16T20:43:22.053Z Compiling toml v0.7.8
16862026-04-16T20:43:22.358Z Compiling ecdsa v0.16.9
16872026-04-16T20:43:22.595Z Compiling rsa v0.9.10
16882026-04-16T20:43:22.725Z Compiling ed25519-dalek v2.2.0
16892026-04-16T20:43:22.819Z Compiling hyper-tls v0.6.0
16902026-04-16T20:43:23.102Z Compiling zip v4.6.1
16912026-04-16T20:43:23.192Z Compiling zip v0.6.6
16922026-04-16T20:43:23.469Z Compiling tokio-stream v0.1.18
16932026-04-16T20:43:23.543Z Compiling heck v0.4.1
16942026-04-16T20:43:23.560Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-04-16T20:43:23.631Z Compiling buf-list v1.1.2
16962026-04-16T20:43:23.661Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-16T20:43:23.690Z Compiling openapiv3 v2.2.0
16982026-04-16T20:43:23.806Z Compiling x509-cert v0.2.5
16992026-04-16T20:43:23.829Z Compiling sha1 v0.10.6
17002026-04-16T20:43:23.985Z Compiling crossbeam-epoch v0.9.18
17012026-04-16T20:43:24.021Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-04-16T20:43:24.049Z Compiling peg-runtime v0.8.5
17032026-04-16T20:43:24.116Z Compiling lalrpop-util v0.19.12
17042026-04-16T20:43:24.207Z Compiling thread_local v1.1.9
17052026-04-16T20:43:24.257Z Compiling slog-async v2.8.0
17062026-04-16T20:43:24.297Z Compiling futures-executor v0.3.32
17072026-04-16T20:43:24.358Z Compiling crossbeam-channel v0.5.15
17082026-04-16T20:43:24.380Z Compiling filetime v0.2.27
17092026-04-16T20:43:24.381Z Compiling is-terminal v0.4.17
17102026-04-16T20:43:24.408Z Compiling term v1.2.1
17112026-04-16T20:43:24.427Z Compiling xattr v1.6.1
17122026-04-16T20:43:24.498Z Compiling take_mut v0.2.2
17132026-04-16T20:43:24.502Z Compiling futures v0.3.32
17142026-04-16T20:43:24.610Z Compiling tar v0.4.45
17152026-04-16T20:43:24.947Z Compiling slog-term v2.9.2
17162026-04-16T20:43:41.207Z Compiling rustls-webpki v0.103.9
17172026-04-16T20:43:44.267Z Compiling tokio-rustls v0.26.4
17182026-04-16T20:43:44.267Z Compiling rustls-platform-verifier v0.6.2
17192026-04-16T20:43:44.482Z Compiling hyper-rustls v0.27.7
17202026-04-16T20:43:44.698Z Compiling reqwest v0.12.28
17212026-04-16T20:43:44.698Z Compiling reqwest v0.13.2
17222026-04-16T20:43:46.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-04-16T20:43:47.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-04-16T20:43:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.74s
17252026-04-16T20:43:50.171Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-04-16T20:43:50.229ZApr 16 20:43:49.133 INFO Starting download, target: Clickhouse
17272026-04-16T20:43:50.229ZApr 16 20:43:49.134 INFO Starting download, target: Cockroach
17282026-04-16T20:43:50.229ZApr 16 20:43:49.134 INFO Starting download, target: Console
17292026-04-16T20:43:50.230ZApr 16 20:43:49.134 INFO Starting download, target: DendriteStub
17302026-04-16T20:43:50.230ZApr 16 20:43:49.134 INFO Starting download, target: MaghemiteMgd
17312026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Starting download, target: TransceiverControl
17322026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-04-16T20:43:50.233ZApr 16 20:43:49.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-04-16T20:43:50.233ZApr 16 20:43:49.135 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-04-16T20:43:50.495ZApr 16 20:43:49.394 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-04-16T20:43:50.724ZApr 16 20:43:49.627 INFO Download complete, target: TransceiverControl
17402026-04-16T20:43:51.253ZApr 16 20:43:50.155 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-04-16T20:43:51.518ZApr 16 20:43:50.420 INFO Download complete, target: Console
17422026-04-16T20:43:52.004ZApr 16 20:43:50.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-04-16T20:43:52.280ZApr 16 20:43:51.184 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-04-16T20:43:52.334ZApr 16 20:43:51.238 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-04-16T20:43:52.787ZApr 16 20:43:51.690 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-04-16T20:43:52.787ZApr 16 20:43:51.691 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-04-16T20:43:54.615ZApr 16 20:43:53.519 INFO Download complete, target: DendriteStub
17482026-04-16T20:43:54.962ZApr 16 20:43:53.854 INFO Download complete, target: MaghemiteMgd
17492026-04-16T20:43:58.064ZApr 16 20:43:56.968 INFO Checking that binary works, target: Cockroach
17502026-04-16T20:43:58.224ZApr 16 20:43:57.128 INFO Download complete, target: Cockroach
17512026-04-16T20:43:59.866ZApr 16 20:43:58.769 INFO Checking that binary works, target: Clickhouse
17522026-04-16T20:43:59.965ZApr 16 20:43:58.869 INFO Download complete, target: Clickhouse
17532026-04-16T20:43:59.971ZAll prerequisites installed successfully
17542026-04-16T20:43:59.975Z
17552026-04-16T20:43:59.975Zreal 3:09.269577668
17562026-04-16T20:43:59.975Zuser 7:58.238555702
17572026-04-16T20:43:59.975Zsys 1:54.662188843
17582026-04-16T20:43:59.975Ztrap 0.285305247
17592026-04-16T20:43:59.975Ztflt 1.489216109
17602026-04-16T20:43:59.975Zdflt 1.976955566
17612026-04-16T20:43:59.975Zkflt 0.025128509
17622026-04-16T20:43:59.975Zlock 24:14.930795019
17632026-04-16T20:43:59.975Zslp 21:38.093603183
17642026-04-16T20:43:59.975Zlat 28.414965027
17652026-04-16T20:43:59.975Zstop 3:13.881371572
17662026-04-16T20:43:59.975Z+ ptime -m cargo xtask download softnpu
17672026-04-16T20:44:00.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17682026-04-16T20:44:00.570Z Running `target/debug/xtask download softnpu`
17692026-04-16T20:44:01.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17702026-04-16T20:44:01.427Z Running `target/debug/xtask-downloader softnpu`
17712026-04-16T20:44:01.472ZApr 16 20:44:00.375 INFO Starting download, target: Softnpu
17722026-04-16T20:44:01.477ZApr 16 20:44:00.376 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-04-16T20:44:02.017ZApr 16 20:44:00.920 INFO Download complete, target: Softnpu
17742026-04-16T20:44:02.021Z
17752026-04-16T20:44:02.025Zreal 2.042214971
17762026-04-16T20:44:02.025Zuser 1.417058189
17772026-04-16T20:44:02.025Zsys 0.706539978
17782026-04-16T20:44:02.025Ztrap 0.000563363
17792026-04-16T20:44:02.025Ztflt 0.000286783
17802026-04-16T20:44:02.025Zdflt 0.000321864
17812026-04-16T20:44:02.025Zkflt 0.000000000
17822026-04-16T20:44:02.025Zlock 9.657089259
17832026-04-16T20:44:02.025Zslp 0.403902189
17842026-04-16T20:44:02.025Zlat 0.087645899
17852026-04-16T20:44:02.025Zstop 0.000200560
17862026-04-16T20:44:02.025Z+ export CARGO_INCREMENTAL=0
17872026-04-16T20:44:02.025Z+ CARGO_INCREMENTAL=0
17882026-04-16T20:44:02.025Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-04-16T20:44:02.942Z Compiling proc-macro2 v1.0.106
17902026-04-16T20:44:02.942Z Compiling quote v1.0.44
17912026-04-16T20:44:02.942Z Compiling unicode-ident v1.0.24
17922026-04-16T20:44:02.946Z Compiling libc v0.2.185
17932026-04-16T20:44:02.946Z Compiling serde_core v1.0.228
17942026-04-16T20:44:02.946Z Compiling serde v1.0.228
17952026-04-16T20:44:02.946Z Compiling cfg-if v1.0.4
17962026-04-16T20:44:02.946Z Compiling version_check v0.9.5
17972026-04-16T20:44:02.946Z Compiling shlex v1.3.0
17982026-04-16T20:44:02.946Z Compiling find-msvc-tools v0.1.9
17992026-04-16T20:44:03.095Z Compiling typenum v1.19.0
18002026-04-16T20:44:03.098Z Compiling autocfg v1.5.0
18012026-04-16T20:44:03.099Z Compiling zmij v1.0.21
18022026-04-16T20:44:03.099Z Compiling serde_json v1.0.149
18032026-04-16T20:44:03.099Z Compiling memchr v2.8.0
18042026-04-16T20:44:03.213Z Compiling portable-atomic v1.13.1
18052026-04-16T20:44:03.242Z Compiling zerocopy v0.8.40
18062026-04-16T20:44:03.406Z Compiling libm v0.2.16
18072026-04-16T20:44:03.497Z Compiling smallvec v1.15.1
18082026-04-16T20:44:03.557Z Compiling parking_lot_core v0.9.12
18092026-04-16T20:44:03.662Z Compiling num-traits v0.2.19
18102026-04-16T20:44:03.683Z Compiling generic-array v0.14.7
18112026-04-16T20:44:03.693Z Compiling icu_normalizer_data v2.1.1
18122026-04-16T20:44:03.702Z Compiling icu_properties_data v2.1.2
18132026-04-16T20:44:03.821Z Compiling itoa v1.0.17
18142026-04-16T20:44:03.839Z Compiling getrandom v0.4.1
18152026-04-16T20:44:03.842Z Compiling log v0.4.29
18162026-04-16T20:44:03.897Z Compiling stable_deref_trait v1.2.1
18172026-04-16T20:44:03.901Z Compiling pkg-config v0.3.32
18182026-04-16T20:44:03.901Z Compiling subtle v2.6.1
18192026-04-16T20:44:04.152Z Compiling jobserver v0.1.34
18202026-04-16T20:44:04.152Z Compiling getrandom v0.2.17
18212026-04-16T20:44:04.205Z Compiling errno v0.3.14
18222026-04-16T20:44:04.263Z Compiling scopeguard v1.2.0
18232026-04-16T20:44:04.330Z Compiling rand_core v0.6.4
18242026-04-16T20:44:04.420Z Compiling cc v1.2.56
18252026-04-16T20:44:04.470Z Compiling lock_api v0.4.14
18262026-04-16T20:44:04.530Z Compiling litemap v0.8.1
18272026-04-16T20:44:04.554Z Compiling percent-encoding v2.3.2
18282026-04-16T20:44:04.593Z Compiling writeable v0.6.2
18292026-04-16T20:44:04.736Z Compiling thiserror v2.0.18
18302026-04-16T20:44:04.755Z Compiling syn v2.0.117
18312026-04-16T20:44:04.772Z Compiling fnv v1.0.7
18322026-04-16T20:44:04.830Z Compiling pin-project-lite v0.2.17
18332026-04-16T20:44:04.849Z Compiling getrandom v0.3.4
18342026-04-16T20:44:04.923Z Compiling critical-section v1.2.0
18352026-04-16T20:44:05.004Z Compiling schemars v0.8.22
18362026-04-16T20:44:05.054Z Compiling allocator-api2 v0.2.21
18372026-04-16T20:44:05.057Z Compiling rustversion v1.0.22
18382026-04-16T20:44:05.057Z Compiling equivalent v1.0.2
18392026-04-16T20:44:05.089Z Compiling utf8_iter v1.0.4
18402026-04-16T20:44:05.177Z Compiling rand_core v0.10.0
18412026-04-16T20:44:05.217Z Compiling dunce v1.0.5
18422026-04-16T20:44:05.304Z Compiling cmake v0.1.57
18432026-04-16T20:44:05.320Z Compiling foldhash v0.2.0
18442026-04-16T20:44:05.323Z Compiling fs_extra v1.3.0
18452026-04-16T20:44:05.369Z Compiling form_urlencoded v1.2.2
18462026-04-16T20:44:05.474Z Compiling once_cell v1.21.3
18472026-04-16T20:44:05.524Z Compiling hashbrown v0.16.1
18482026-04-16T20:44:05.688Z Compiling const-oid v0.9.6
18492026-04-16T20:44:05.724Z Compiling signal-hook-registry v1.4.8
18502026-04-16T20:44:05.801Z Compiling rustix v1.1.3
18512026-04-16T20:44:05.828Z Compiling mio v1.2.0
18522026-04-16T20:44:05.849Z Compiling socket2 v0.6.3
18532026-04-16T20:44:05.877Z Compiling ring v0.17.14
18542026-04-16T20:44:05.895Z Compiling semver v1.0.27
18552026-04-16T20:44:06.117Z Compiling bitflags v2.11.0
18562026-04-16T20:44:06.228Z Compiling aws-lc-sys v0.37.1
18572026-04-16T20:44:06.232Z Compiling indexmap v2.13.0
18582026-04-16T20:44:06.232Z Compiling parking_lot v0.12.5
18592026-04-16T20:44:06.286Z Compiling aws-lc-rs v1.16.0
18602026-04-16T20:44:06.289Z Compiling thiserror v1.0.69
18612026-04-16T20:44:06.319Z Compiling strsim v0.11.1
18622026-04-16T20:44:06.389Z Compiling futures-core v0.3.32
18632026-04-16T20:44:06.482Z Compiling httparse v1.10.1
18642026-04-16T20:44:06.538Z Compiling byteorder v1.5.0
18652026-04-16T20:44:06.628Z Compiling ucd-trie v0.1.7
18662026-04-16T20:44:06.726Z Compiling syn v1.0.109
18672026-04-16T20:44:06.821Z Compiling pest v2.8.6
18682026-04-16T20:44:06.840Z Compiling ident_case v1.0.1
18692026-04-16T20:44:06.860Z Compiling iana-time-zone v0.1.65
18702026-04-16T20:44:06.906Z Compiling heck v0.5.0
18712026-04-16T20:44:06.934Z Compiling vcpkg v0.2.15
18722026-04-16T20:44:07.001Z Compiling uuid v1.23.0
18732026-04-16T20:44:07.077Z Compiling cpufeatures v0.2.17
18742026-04-16T20:44:07.175Z Compiling regex-syntax v0.8.10
18752026-04-16T20:44:07.372Z Compiling rustc_version v0.4.1
18762026-04-16T20:44:07.490Z Compiling futures-sink v0.3.32
18772026-04-16T20:44:07.563Z Compiling rustls v0.23.37
18782026-04-16T20:44:07.581Z Compiling openssl-sys v0.9.111
18792026-04-16T20:44:07.628Z Compiling futures-channel v0.3.32
18802026-04-16T20:44:07.703Z Compiling futures-io v0.3.32
18812026-04-16T20:44:07.707Z Compiling futures-task v0.3.32
18822026-04-16T20:44:07.757Z Compiling slab v0.4.12
18832026-04-16T20:44:07.801Z Compiling synstructure v0.13.2
18842026-04-16T20:44:07.823Z Compiling serde_derive_internals v0.29.1
18852026-04-16T20:44:07.973Z Compiling dyn-clone v1.0.20
18862026-04-16T20:44:07.976Z Compiling plain v0.2.3
18872026-04-16T20:44:08.011Z Compiling pest_meta v2.8.6
18882026-04-16T20:44:08.051Z Compiling aho-corasick v1.1.4
18892026-04-16T20:44:08.076Z Compiling num-conv v0.2.0
18902026-04-16T20:44:08.151Z Compiling crossbeam-utils v0.8.21
18912026-04-16T20:44:08.208Z Compiling time-core v0.1.8
18922026-04-16T20:44:08.398Z Compiling time-macros v0.2.27
18932026-04-16T20:44:08.424Z Compiling base64 v0.22.1
18942026-04-16T20:44:08.473Z Compiling openssl v0.10.75
18952026-04-16T20:44:08.494Z Compiling pretty-hex v0.4.1
18962026-04-16T20:44:08.662Z Compiling pest_generator v2.8.6
18972026-04-16T20:44:08.765Z Compiling crc32fast v1.5.0
18982026-04-16T20:44:08.799Z Compiling base64ct v1.8.3
18992026-04-16T20:44:08.817Z Compiling anyhow v1.0.102
19002026-04-16T20:44:08.842Z Compiling darling_core v0.21.3
19012026-04-16T20:44:08.874Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-04-16T20:44:09.012Z Compiling regex-automata v0.4.14
19032026-04-16T20:44:09.070Z Compiling flagset v0.4.7
19042026-04-16T20:44:09.091Z Compiling native-tls v0.2.18
19052026-04-16T20:44:09.188Z Compiling pem-rfc7468 v0.7.0
19062026-04-16T20:44:09.205Z Compiling rand_core v0.9.5
19072026-04-16T20:44:09.226Z Compiling serde_derive v1.0.228
19082026-04-16T20:44:09.229Z Compiling zeroize_derive v1.4.3
19092026-04-16T20:44:09.259Z Compiling zerofrom-derive v0.1.6
19102026-04-16T20:44:09.352Z Compiling yoke-derive v0.8.1
19112026-04-16T20:44:09.355Z Compiling zerovec-derive v0.11.2
19122026-04-16T20:44:09.431Z Compiling displaydoc v0.2.5
19132026-04-16T20:44:09.455Z Compiling zerocopy-derive v0.8.40
19142026-04-16T20:44:09.489Z Compiling tokio-macros v2.7.0
19152026-04-16T20:44:09.492Z Compiling futures-macro v0.3.32
19162026-04-16T20:44:09.522Z Compiling thiserror-impl v2.0.18
19172026-04-16T20:44:09.540Z Compiling schemars_derive v0.8.22
19182026-04-16T20:44:09.686Z Compiling tracing-attributes v0.1.31
19192026-04-16T20:44:09.944Z Compiling zeroize v1.8.2
19202026-04-16T20:44:10.265Z Compiling der_derive v0.7.3
19212026-04-16T20:44:10.368Z Compiling thiserror-impl v1.0.69
19222026-04-16T20:44:10.483Z Compiling pest_derive v2.8.6
19232026-04-16T20:44:10.537Z Compiling futures-util v0.3.32
19242026-04-16T20:44:10.568Z Compiling zerofrom v0.1.6
19252026-04-16T20:44:10.735Z Compiling yoke v0.8.1
19262026-04-16T20:44:10.842Z Compiling crypto-common v0.1.7
19272026-04-16T20:44:10.897Z Compiling block-buffer v0.10.4
19282026-04-16T20:44:10.965Z Compiling zerovec v0.11.5
19292026-04-16T20:44:10.984Z Compiling zerotrie v0.2.3
19302026-04-16T20:44:11.101Z Compiling digest v0.10.7
19312026-04-16T20:44:11.118Z Compiling block-padding v0.3.3
19322026-04-16T20:44:11.300Z Compiling inout v0.1.4
19332026-04-16T20:44:11.388Z Compiling rustls-pki-types v1.14.0
19342026-04-16T20:44:11.487Z Compiling hmac v0.12.1
19352026-04-16T20:44:11.513Z Compiling sha2 v0.10.9
19362026-04-16T20:44:11.534Z Compiling cipher v0.4.4
19372026-04-16T20:44:11.552Z Compiling tinystr v0.8.2
19382026-04-16T20:44:11.617Z Compiling potential_utf v0.1.4
19392026-04-16T20:44:11.643Z Compiling scroll_derive v0.13.1
19402026-04-16T20:44:11.646Z Compiling scroll_derive v0.12.1
19412026-04-16T20:44:11.815Z Compiling icu_locale_core v2.1.1
19422026-04-16T20:44:11.833Z Compiling icu_collections v2.1.1
19432026-04-16T20:44:11.914Z Compiling openssl-macros v0.1.1
19442026-04-16T20:44:12.377Z Compiling regex v1.12.3
19452026-04-16T20:44:12.397Z Compiling der v0.7.10
19462026-04-16T20:44:12.422Z Compiling darling_macro v0.21.3
19472026-04-16T20:44:12.575Z Compiling zerocopy-derive v0.7.35
19482026-04-16T20:44:12.630Z Compiling icu_provider v2.1.1
19492026-04-16T20:44:12.841Z Compiling bytes v1.11.1
19502026-04-16T20:44:12.933Z Compiling icu_properties v2.1.2
19512026-04-16T20:44:12.962Z Compiling icu_normalizer v2.1.1
19522026-04-16T20:44:12.982Z Compiling chrono v0.4.44
19532026-04-16T20:44:13.100Z Compiling serde_tokenstream v0.2.3
19542026-04-16T20:44:13.447Z Compiling tokio v1.52.0
19552026-04-16T20:44:13.517Z Compiling http v1.4.0
19562026-04-16T20:44:13.871Z Compiling slog v2.8.2
19572026-04-16T20:44:13.889Z Compiling tracing-core v0.1.36
19582026-04-16T20:44:13.928Z Compiling idna_adapter v1.2.1
19592026-04-16T20:44:14.132Z Compiling idna v1.1.0
19602026-04-16T20:44:14.345Z Compiling ppv-lite86 v0.2.21
19612026-04-16T20:44:14.559Z Compiling url v2.5.8
19622026-04-16T20:44:14.596Z Compiling untrusted v0.9.0
19632026-04-16T20:44:14.679Z Compiling tracing v0.1.44
19642026-04-16T20:44:14.765Z Compiling spki v0.7.3
19652026-04-16T20:44:14.781Z Compiling darling v0.21.3
19662026-04-16T20:44:14.884Z Compiling salsa20 v0.10.2
19672026-04-16T20:44:14.938Z Compiling pbkdf2 v0.12.2
19682026-04-16T20:44:15.330Z Compiling cookie v0.18.1
19692026-04-16T20:44:15.412Z Compiling camino v1.2.2
19702026-04-16T20:44:15.697Z Compiling scrypt v0.11.0
19712026-04-16T20:44:15.717Z Compiling rand_chacha v0.9.0
19722026-04-16T20:44:15.752Z Compiling aes v0.8.4
19732026-04-16T20:44:15.852Z Compiling cbc v0.1.2
19742026-04-16T20:44:16.374Z Compiling usdt-impl v0.5.0
19752026-04-16T20:44:16.425Z Compiling usdt-impl v0.6.0
19762026-04-16T20:44:16.477Z Compiling ref-cast v1.0.25
19772026-04-16T20:44:16.513Z Compiling winnow v0.7.14
19782026-04-16T20:44:16.631Z Compiling either v1.15.0
19792026-04-16T20:44:16.672Z Compiling paste v1.0.15
19802026-04-16T20:44:16.861Z Compiling pkcs5 v0.7.1
19812026-04-16T20:44:16.878Z Compiling rand v0.9.2
19822026-04-16T20:44:16.970Z Compiling http-body v1.0.1
19832026-04-16T20:44:17.154Z Compiling toml_datetime v0.6.11
19842026-04-16T20:44:17.269Z Compiling serde_spanned v0.6.9
19852026-04-16T20:44:17.339Z Compiling scroll v0.13.0
19862026-04-16T20:44:17.352Z Compiling scroll v0.12.0
19872026-04-16T20:44:17.433Z Compiling heapless v0.7.17
19882026-04-16T20:44:17.450Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-04-16T20:44:17.517Z Compiling untrusted v0.7.1
19902026-04-16T20:44:17.649Z Compiling tokio-util v0.7.18
19912026-04-16T20:44:17.669Z Compiling atomic-waker v1.1.2
19922026-04-16T20:44:17.726Z Compiling zstd-safe v7.2.4
19932026-04-16T20:44:17.806Z Compiling signal-hook v0.3.18
19942026-04-16T20:44:17.843Z Compiling openssl-probe v0.2.1
19952026-04-16T20:44:17.860Z Compiling goblin v0.8.2
19962026-04-16T20:44:17.974Z Compiling toml_parser v1.0.9+spec-1.1.0
19972026-04-16T20:44:18.031Z Compiling goblin v0.10.5
19982026-04-16T20:44:18.104Z Compiling pkcs8 v0.10.2
19992026-04-16T20:44:18.600Z Compiling zerocopy v0.7.35
20002026-04-16T20:44:18.617Z Compiling ref-cast-impl v1.0.25
20012026-04-16T20:44:18.715Z Compiling darling_core v0.20.11
20022026-04-16T20:44:18.881Z Compiling curve25519-dalek v4.1.3
20032026-04-16T20:44:19.021Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-04-16T20:44:19.136Z Compiling memoffset v0.9.1
20052026-04-16T20:44:19.193Z Compiling try-lock v0.2.5
20062026-04-16T20:44:19.257Z Compiling rustix v0.38.44
20072026-04-16T20:44:19.354Z Compiling tower-service v0.3.3
20082026-04-16T20:44:19.382Z Compiling litrs v1.0.0
20092026-04-16T20:44:19.629Z Compiling fastrand v2.3.0
20102026-04-16T20:44:19.813Z Compiling tinyvec_macros v0.1.1
20112026-04-16T20:44:19.846Z Compiling tower-layer v0.3.3
20122026-04-16T20:44:20.027Z Compiling winnow v0.5.40
20132026-04-16T20:44:20.089Z Compiling want v0.3.1
20142026-04-16T20:44:20.123Z Compiling document-features v0.2.12
20152026-04-16T20:44:20.126Z Compiling tinyvec v1.10.0
20162026-04-16T20:44:20.289Z Compiling h2 v0.4.13
20172026-04-16T20:44:20.472Z Compiling dof v0.3.0
20182026-04-16T20:44:20.918Z Compiling darling_macro v0.20.11
20192026-04-16T20:44:21.048Z Compiling dof v0.4.0
20202026-04-16T20:44:21.199Z Compiling dtrace-parser v0.2.0
20212026-04-16T20:44:21.300Z Compiling ipnet v2.11.0
20222026-04-16T20:44:21.440Z Compiling toml_edit v0.19.15
20232026-04-16T20:44:21.468Z Compiling dtrace-parser v0.3.0
20242026-04-16T20:44:21.780Z Compiling async-trait v0.1.89
20252026-04-16T20:44:21.797Z Compiling daft-derive v0.1.5
20262026-04-16T20:44:21.885Z Compiling spin v0.9.8
20272026-04-16T20:44:21.907Z Compiling thread-id v5.1.0
20282026-04-16T20:44:21.933Z Compiling thread-id v4.2.2
20292026-04-16T20:44:22.014Z Compiling httpdate v1.0.3
20302026-04-16T20:44:22.046Z Compiling smoltcp v0.9.1
20312026-04-16T20:44:22.138Z Compiling pin-utils v0.1.0
20322026-04-16T20:44:22.213Z Compiling foreign-types-shared v0.1.1
20332026-04-16T20:44:22.331Z Compiling powerfmt v0.2.0
20342026-04-16T20:44:22.349Z Compiling num-bigint-dig v0.8.6
20352026-04-16T20:44:22.349Z Compiling cfg_aliases v0.2.1
20362026-04-16T20:44:22.411Z Compiling foreign-types v0.3.2
20372026-04-16T20:44:22.461Z Compiling nix v0.31.2
20382026-04-16T20:44:22.501Z Compiling tempfile v3.25.0
20392026-04-16T20:44:22.552Z Compiling deranged v0.5.8
20402026-04-16T20:44:22.776Z Compiling darling v0.20.11
20412026-04-16T20:44:22.910Z Compiling ipnetwork v0.21.1
20422026-04-16T20:44:23.168Z Compiling curve25519-dalek-derive v0.1.1
20432026-04-16T20:44:23.185Z Compiling strum_macros v0.26.4
20442026-04-16T20:44:23.498Z Compiling socket2 v0.5.10
20452026-04-16T20:44:23.536Z Compiling wait-timeout v0.2.1
20462026-04-16T20:44:23.611Z Compiling hyper v1.8.1
20472026-04-16T20:44:23.873Z Compiling bit-vec v0.8.0
20482026-04-16T20:44:23.963Z Compiling anstyle v1.0.13
20492026-04-16T20:44:24.266Z Compiling quick-error v1.2.3
20502026-04-16T20:44:24.348Z Compiling simd-adler32 v0.3.8
20512026-04-16T20:44:24.431Z Compiling siphasher v1.0.2
20522026-04-16T20:44:24.461Z Compiling num_threads v0.1.7
20532026-04-16T20:44:24.478Z Compiling utf8parse v0.2.2
20542026-04-16T20:44:24.482Z Compiling rusty-fork v0.3.1
20552026-04-16T20:44:24.561Z Compiling time v0.3.47
20562026-04-16T20:44:24.587Z Compiling anstyle-parse v0.2.7
20572026-04-16T20:44:24.817Z Compiling bit-set v0.8.0
20582026-04-16T20:44:25.033Z Compiling hyper-util v0.1.20
20592026-04-16T20:44:25.101Z Compiling derive_builder_core v0.20.2
20602026-04-16T20:44:25.307Z Compiling unicode-normalization v0.1.25
20612026-04-16T20:44:25.848Z Compiling rustls-native-certs v0.8.3
20622026-04-16T20:44:26.018Z Compiling signature v2.2.0
20632026-04-16T20:44:26.136Z Compiling hubpack_derive v0.1.1
20642026-04-16T20:44:26.200Z Compiling rand_xorshift v0.4.0
20652026-04-16T20:44:26.374Z Compiling strum_macros v0.27.2
20662026-04-16T20:44:26.392Z Compiling sync_wrapper v1.0.2
20672026-04-16T20:44:26.541Z Compiling ahash v0.8.12
20682026-04-16T20:44:26.649Z Compiling fs-err v3.3.0
20692026-04-16T20:44:26.808Z Compiling unarray v0.1.4
20702026-04-16T20:44:26.904Z Compiling unicode-bidi v0.3.18
20712026-04-16T20:44:26.921Z Compiling anstyle-query v1.1.5
20722026-04-16T20:44:26.957Z Compiling object v0.37.3
20732026-04-16T20:44:26.962Z Compiling is_terminal_polyfill v1.70.2
20742026-04-16T20:44:26.989Z Compiling colorchoice v1.0.4
20752026-04-16T20:44:27.058Z Compiling adler2 v2.0.1
20762026-04-16T20:44:27.127Z Compiling unicode-properties v0.1.4
20772026-04-16T20:44:27.210Z Compiling unicode-segmentation v1.12.0
20782026-04-16T20:44:27.264Z Compiling miniz_oxide v0.8.9
20792026-04-16T20:44:27.382Z Compiling stringprep v0.1.5
20802026-04-16T20:44:27.482Z Compiling anstream v0.6.21
20812026-04-16T20:44:27.663Z Compiling proptest v1.10.0
20822026-04-16T20:44:27.793Z Compiling tower v0.5.3
20832026-04-16T20:44:27.810Z Compiling derive_builder_macro v0.20.2
20842026-04-16T20:44:27.851Z Compiling usdt-attr-macro v0.6.0
20852026-04-16T20:44:28.057Z Compiling usdt-macro v0.6.0
20862026-04-16T20:44:28.680Z Compiling http-body-util v0.1.3
20872026-04-16T20:44:28.736Z Compiling webpki-roots v1.0.6
20882026-04-16T20:44:28.872Z Compiling rand_chacha v0.3.1
20892026-04-16T20:44:28.905Z Compiling erased-serde v0.3.31
20902026-04-16T20:44:28.920Z Compiling md-5 v0.10.6
20912026-04-16T20:44:29.042Z Compiling num-integer v0.1.46
20922026-04-16T20:44:29.077Z Compiling hash32 v0.2.1
20932026-04-16T20:44:29.146Z Compiling vergen-lib v0.1.6
20942026-04-16T20:44:29.228Z Compiling ff v0.13.1
20952026-04-16T20:44:29.268Z Compiling psl-types v2.0.11
20962026-04-16T20:44:29.286Z Compiling ryu v1.0.23
20972026-04-16T20:44:29.312Z Compiling iri-string v0.7.10
20982026-04-16T20:44:29.370Z Compiling fallible-iterator v0.2.0
20992026-04-16T20:44:29.403Z Compiling zlib-rs v0.6.2
21002026-04-16T20:44:29.420Z Compiling base16ct v0.2.0
21012026-04-16T20:44:29.489Z Compiling serde_urlencoded v0.7.1
21022026-04-16T20:44:29.575Z Compiling sec1 v0.7.3
21032026-04-16T20:44:29.618Z Compiling publicsuffix v2.3.0
21042026-04-16T20:44:29.655Z Compiling group v0.13.0
21052026-04-16T20:44:29.673Z Compiling num-iter v0.1.45
21062026-04-16T20:44:29.692Z Compiling postgres-protocol v0.6.10
21072026-04-16T20:44:29.915Z Compiling newtype-uuid v1.3.2
21082026-04-16T20:44:29.919Z Compiling rand v0.8.5
21092026-04-16T20:44:30.209Z Compiling oxnet v0.1.4
21102026-04-16T20:44:30.276Z Compiling derive_builder v0.20.2
21112026-04-16T20:44:30.317Z Compiling tokio-native-tls v0.3.1
21122026-04-16T20:44:30.337Z Compiling heck v0.4.1
21132026-04-16T20:44:30.409Z Compiling phf_shared v0.13.1
21142026-04-16T20:44:30.517Z Compiling lazy_static v1.5.0
21152026-04-16T20:44:30.571Z Compiling tower-http v0.6.8
21162026-04-16T20:44:30.628Z Compiling terminal_size v0.4.3
21172026-04-16T20:44:30.631Z Compiling serde_with_macros v3.17.0
21182026-04-16T20:44:30.702Z Compiling cargo-platform v0.1.9
21192026-04-16T20:44:30.707Z Compiling hkdf v0.12.4
21202026-04-16T20:44:30.719Z Compiling crypto-bigint v0.5.5
21212026-04-16T20:44:30.804Z Compiling serde_repr v0.1.20
21222026-04-16T20:44:30.835Z Compiling enum-as-inner v0.6.1
21232026-04-16T20:44:30.856Z Compiling clap_derive v4.5.55
21242026-04-16T20:44:30.902Z Compiling vergen v9.0.6
21252026-04-16T20:44:30.920Z Compiling foldhash v0.1.5
21262026-04-16T20:44:30.958Z Compiling libbz2-rs-sys v0.2.2
21272026-04-16T20:44:31.041Z Compiling managed v0.8.0
21282026-04-16T20:44:31.134Z Compiling bumpalo v3.20.2
21292026-04-16T20:44:31.137Z Compiling clap_lex v1.0.0
21302026-04-16T20:44:31.169Z Compiling bitflags v1.3.2
21312026-04-16T20:44:31.417Z Compiling bzip2 v0.6.1
21322026-04-16T20:44:31.455Z Compiling zopfli v0.8.3
21332026-04-16T20:44:31.458Z Compiling clap_builder v4.5.60
21342026-04-16T20:44:31.637Z Compiling flate2 v1.1.9
21352026-04-16T20:44:31.675Z Compiling hashbrown v0.15.5
21362026-04-16T20:44:31.750Z Compiling elliptic-curve v0.13.8
21372026-04-16T20:44:31.954Z Compiling cargo_metadata v0.19.2
21382026-04-16T20:44:32.248Z Compiling phf v0.13.1
21392026-04-16T20:44:32.298Z Compiling hyper-tls v0.6.0
21402026-04-16T20:44:32.366Z Compiling signal-hook-mio v0.2.5
21412026-04-16T20:44:32.409Z Compiling daft v0.1.5
21422026-04-16T20:44:32.473Z Compiling cookie_store v0.22.1
21432026-04-16T20:44:32.516Z Compiling zstd v0.13.3
21442026-04-16T20:44:32.575Z Compiling postgres-types v0.2.12
21452026-04-16T20:44:32.658Z Compiling bzip2 v0.4.4
21462026-04-16T20:44:32.734Z Compiling strum v0.27.2
21472026-04-16T20:44:32.913Z Compiling hubpack v0.1.2
21482026-04-16T20:44:32.962Z Compiling ed25519 v2.2.3
21492026-04-16T20:44:32.965Z Compiling phf_shared v0.11.3
21502026-04-16T20:44:33.184Z Compiling crossbeam-epoch v0.9.18
21512026-04-16T20:44:33.187Z Compiling pkcs1 v0.7.5
21522026-04-16T20:44:33.277Z Compiling serde-big-array v0.5.1
21532026-04-16T20:44:33.314Z Compiling hex v0.4.3
21542026-04-16T20:44:33.455Z Compiling rfc6979 v0.4.0
21552026-04-16T20:44:33.458Z Compiling bstr v1.12.1
21562026-04-16T20:44:33.638Z Compiling float-cmp v0.10.0
21572026-04-16T20:44:33.641Z Compiling memmap2 v0.9.10
21582026-04-16T20:44:33.689Z Compiling env_filter v1.0.0
21592026-04-16T20:44:33.791Z Compiling encoding_rs v0.8.35
21602026-04-16T20:44:33.794Z Compiling fixedbitset v0.4.2
21612026-04-16T20:44:33.824Z Compiling jiff v0.2.21
21622026-04-16T20:44:33.847Z Compiling static_assertions v1.1.0
21632026-04-16T20:44:34.008Z Compiling rustc-hash v2.1.1
21642026-04-16T20:44:34.050Z Compiling difflib v0.4.0
21652026-04-16T20:44:34.069Z Compiling data-encoding v2.10.0
21662026-04-16T20:44:34.087Z Compiling normalize-line-endings v0.3.0
21672026-04-16T20:44:34.124Z Compiling precomputed-hash v0.1.1
21682026-04-16T20:44:34.188Z Compiling toml_write v0.1.2
21692026-04-16T20:44:34.206Z Compiling mime v0.3.17
21702026-04-16T20:44:34.221Z Compiling fixedbitset v0.5.7
21712026-04-16T20:44:34.224Z Compiling whoami v2.1.0
21722026-04-16T20:44:34.257Z Compiling predicates-core v1.0.10
21732026-04-16T20:44:34.423Z Compiling keccak v0.1.6
21742026-04-16T20:44:34.461Z Compiling new_debug_unreachable v1.0.6
21752026-04-16T20:44:34.481Z Compiling tokio-postgres v0.7.16
21762026-04-16T20:44:34.545Z Compiling string_cache v0.8.9
21772026-04-16T20:44:34.579Z Compiling petgraph v0.8.3
21782026-04-16T20:44:34.618Z Compiling sha3 v0.10.8
21792026-04-16T20:44:34.661Z Compiling predicates v3.1.4
21802026-04-16T20:44:34.681Z Compiling hickory-proto v0.25.2
21812026-04-16T20:44:34.800Z Compiling toml_edit v0.22.27
21822026-04-16T20:44:34.933Z Compiling iddqd v0.3.17
21832026-04-16T20:44:35.247Z Compiling petgraph v0.6.5
21842026-04-16T20:44:35.312Z Compiling similar v2.7.0
21852026-04-16T20:44:35.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21862026-04-16T20:44:36.119Z Compiling env_logger v0.11.9
21872026-04-16T20:44:36.146Z Compiling usdt v0.6.0
21882026-04-16T20:44:36.702Z Compiling zip v4.6.1
21892026-04-16T20:44:36.883Z Compiling ecdsa v0.16.9
21902026-04-16T20:44:36.911Z Compiling serde_with v3.17.0
21912026-04-16T20:44:37.056Z Compiling rsa v0.9.10
21922026-04-16T20:44:37.372Z Compiling ed25519-dalek v2.2.0
21932026-04-16T20:44:37.706Z Compiling crossterm v0.28.1
21942026-04-16T20:44:37.724Z Compiling clap v4.5.60
21952026-04-16T20:44:38.288Z Compiling zip v0.6.6
21962026-04-16T20:44:38.475Z Compiling strum v0.26.3
21972026-04-16T20:44:38.645Z Compiling toml v0.7.8
21982026-04-16T20:44:38.670Z Compiling tokio-stream v0.1.18
21992026-04-16T20:44:38.707Z Compiling buf-list v1.1.2
22002026-04-16T20:44:38.792Z Compiling itertools v0.13.0
22012026-04-16T20:44:38.970Z Compiling x509-cert v0.2.5
22022026-04-16T20:44:39.027Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22032026-04-16T20:44:39.222Z Compiling openapiv3 v2.2.0
22042026-04-16T20:44:39.375Z Compiling sha1 v0.10.6
22052026-04-16T20:44:39.637Z Compiling lalrpop-util v0.19.12
22062026-04-16T20:44:39.640Z Compiling peg-runtime v0.8.5
22072026-04-16T20:44:58.499Z Compiling macaddr v1.0.1
22082026-04-16T20:44:58.544Z Compiling structmeta-derive v0.3.0
22092026-04-16T20:44:58.589Z Compiling crucible-workspace-hack v0.1.0
22102026-04-16T20:44:58.752Z Compiling rayon-core v1.13.0
22112026-04-16T20:44:58.835Z Compiling itertools v0.14.0
22122026-04-16T20:44:58.856Z Compiling secrecy v0.10.3
22132026-04-16T20:44:59.096Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-16T20:44:59.115Z Compiling rustls v0.22.4
22152026-04-16T20:44:59.134Z Compiling heapless v0.8.0
22162026-04-16T20:44:59.478Z Compiling crossbeam-deque v0.8.6
22172026-04-16T20:44:59.554Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-04-16T20:44:59.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-04-16T20:44:59.676Z Compiling structmeta v0.3.0
22202026-04-16T20:44:59.703Z Compiling rustls-webpki v0.102.8
22212026-04-16T20:44:59.755Z Compiling futures-executor v0.3.32
22222026-04-16T20:44:59.755Z Compiling hash32 v0.3.1
22232026-04-16T20:44:59.821Z Compiling multer v3.1.0
22242026-04-16T20:44:59.929Z Compiling thread_local v1.1.9
22252026-04-16T20:44:59.972Z Compiling smoltcp v0.11.0
22262026-04-16T20:45:00.006Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-04-16T20:45:00.056Z Compiling rustls-webpki v0.103.9
22282026-04-16T20:45:00.224Z Compiling slog-async v2.8.0
22292026-04-16T20:45:00.259Z Compiling match_cfg v0.1.0
22302026-04-16T20:45:00.282Z Compiling ingot-macros v0.1.1
22312026-04-16T20:45:00.339Z Compiling unicode-width v0.2.0
22322026-04-16T20:45:00.357Z Compiling hostname v0.3.1
22332026-04-16T20:45:00.435Z Compiling proc-macro-crate v3.4.0
22342026-04-16T20:45:00.512Z Compiling futures v0.3.32
22352026-04-16T20:45:00.566Z Compiling derive-ex v0.1.8
22362026-04-16T20:45:00.782Z Compiling slog-json v2.6.1
22372026-04-16T20:45:00.799Z Compiling crossbeam-channel v0.5.15
22382026-04-16T20:45:00.933Z Compiling half v2.7.1
22392026-04-16T20:45:01.094Z Compiling newtype-uuid-macros v0.1.0
22402026-04-16T20:45:01.161Z Compiling cobs v0.3.0
22412026-04-16T20:45:01.193Z Compiling thiserror-impl-no-std v2.0.2
22422026-04-16T20:45:01.371Z Compiling universal-hash v0.5.1
22432026-04-16T20:45:01.502Z Compiling async-stream-impl v0.3.6
22442026-04-16T20:45:01.556Z Compiling serde_spanned v1.0.4
22452026-04-16T20:45:01.623Z Compiling is-terminal v0.4.17
22462026-04-16T20:45:01.752Z Compiling proc-macro-error-attr v1.0.4
22472026-04-16T20:45:01.768Z Compiling dropshot v0.16.7
22482026-04-16T20:45:01.798Z Compiling take_mut v0.2.2
22492026-04-16T20:45:01.927Z Compiling ciborium-io v0.2.2
22502026-04-16T20:45:01.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-04-16T20:45:01.998Z Compiling opaque-debug v0.3.1
22522026-04-16T20:45:02.018Z Compiling toml_writer v1.0.6+spec-1.1.0
22532026-04-16T20:45:02.053Z Compiling term v1.2.1
22542026-04-16T20:45:02.103Z Compiling convert_case v0.4.0
22552026-04-16T20:45:02.165Z Compiling async-stream v0.3.6
22562026-04-16T20:45:02.211Z Compiling poly1305 v0.8.0
22572026-04-16T20:45:02.286Z Compiling test-strategy v0.4.5
22582026-04-16T20:45:02.337Z Compiling toml v0.9.12+spec-1.1.0
22592026-04-16T20:45:02.358Z Compiling thiserror-no-std v2.0.2
22602026-04-16T20:45:02.358Z Compiling ciborium-ll v0.2.2
22612026-04-16T20:45:02.397Z Compiling slog-term v2.9.2
22622026-04-16T20:45:02.471Z Compiling derive_more v0.99.20
22632026-04-16T20:45:02.569Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-04-16T20:45:02.679Z Compiling postcard v1.1.3
22652026-04-16T20:45:02.927Z Compiling tokio-rustls v0.25.0
22662026-04-16T20:45:03.140Z Compiling ingot-types v0.1.2
22672026-04-16T20:45:03.208Z Compiling slog-bunyan v2.5.0
22682026-04-16T20:45:03.226Z Compiling num_enum_derive v0.7.5
22692026-04-16T20:45:03.687Z Compiling ingot v0.1.1
22702026-04-16T20:45:03.749Z Compiling parse-display-derive v0.10.0
22712026-04-16T20:45:03.791Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22722026-04-16T20:45:04.003Z Compiling tokio-rustls v0.26.4
22732026-04-16T20:45:04.085Z Compiling rustls-platform-verifier v0.6.2
22742026-04-16T20:45:04.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-04-16T20:45:04.275Z Compiling hyper-rustls v0.27.7
22762026-04-16T20:45:04.333Z Compiling proc-macro-crate v1.3.1
22772026-04-16T20:45:04.345Z Compiling backon v1.6.0
22782026-04-16T20:45:04.414Z Compiling waitgroup v0.1.2
22792026-04-16T20:45:04.617Z Compiling reqwest v0.12.28
22802026-04-16T20:45:04.634Z Compiling reqwest v0.13.2
22812026-04-16T20:45:04.663Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22822026-04-16T20:45:04.681Z Compiling password-hash v0.5.0
22832026-04-16T20:45:04.758Z Compiling dropshot_endpoint v0.16.7
22842026-04-16T20:45:04.776Z Compiling chacha20 v0.9.1
22852026-04-16T20:45:04.899Z Compiling rustls-pemfile v2.2.0
22862026-04-16T20:45:05.080Z Compiling blake2 v0.10.6
22872026-04-16T20:45:05.249Z Compiling aead v0.5.2
22882026-04-16T20:45:05.397Z Compiling foreign-types-macros v0.2.3
22892026-04-16T20:45:05.484Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22902026-04-16T20:45:05.640Z Compiling serde_path_to_error v0.1.20
22912026-04-16T20:45:05.689Z Compiling hostname v0.4.2
22922026-04-16T20:45:05.816Z Compiling proc-macro-error v1.0.4
22932026-04-16T20:45:05.835Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22942026-04-16T20:45:05.905Z Compiling instant v0.1.13
22952026-04-16T20:45:05.946Z Compiling debug-ignore v1.0.5
22962026-04-16T20:45:05.973Z Compiling cpufeatures v0.3.0
22972026-04-16T20:45:06.064Z Compiling typeid v1.0.3
22982026-04-16T20:45:06.083Z Compiling foreign-types-shared v0.3.1
22992026-04-16T20:45:06.135Z Compiling chacha20 v0.10.0
23002026-04-16T20:45:06.135Z Compiling backoff v0.4.0
23012026-04-16T20:45:06.172Z Compiling foreign-types v0.5.0
23022026-04-16T20:45:06.193Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-04-16T20:45:06.212Z Compiling chacha20poly1305 v0.10.1
23042026-04-16T20:45:06.237Z Compiling parse-display v0.10.0
23052026-04-16T20:45:06.255Z Compiling argon2 v0.5.3
23062026-04-16T20:45:06.292Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23072026-04-16T20:45:06.401Z Compiling num_enum_derive v0.5.11
23082026-04-16T20:45:06.419Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-04-16T20:45:06.440Z Compiling num_enum v0.7.5
23102026-04-16T20:45:06.599Z Compiling ciborium v0.2.2
23112026-04-16T20:45:06.733Z Compiling vsss-rs v3.3.4
23122026-04-16T20:45:06.918Z Compiling tabwriter v1.4.1
23132026-04-16T20:45:07.109Z Compiling byte-wrapper v0.1.0
23142026-04-16T20:45:07.220Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-04-16T20:45:07.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-04-16T20:45:07.373Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23172026-04-16T20:45:07.418Z Compiling regress v0.10.5
23182026-04-16T20:45:07.507Z Compiling cstr-argument v0.1.2
23192026-04-16T20:45:07.717Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-04-16T20:45:07.819Z Compiling erased-serde v0.4.9
23212026-04-16T20:45:07.973Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-16T20:45:08.065Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-04-16T20:45:08.085Z Compiling num_enum v0.5.11
23242026-04-16T20:45:08.142Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-04-16T20:45:08.226Z Compiling rand v0.10.0
23262026-04-16T20:45:08.244Z Compiling rayon v1.11.0
23272026-04-16T20:45:08.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23282026-04-16T20:45:08.355Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-04-16T20:45:08.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-04-16T20:45:08.425Z Compiling libefi-sys v0.1.0
23312026-04-16T20:45:08.442Z Compiling indent_write v2.2.0
23322026-04-16T20:45:08.491Z Compiling colored v3.1.1
23332026-04-16T20:45:08.546Z Compiling zone_cfg_derive v0.3.1
23342026-04-16T20:45:08.684Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-04-16T20:45:08.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-04-16T20:45:08.750Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-04-16T20:45:08.793Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-04-16T20:45:08.811Z Compiling camino-tempfile v1.4.1
23392026-04-16T20:45:09.137Z Compiling itertools v0.12.1
23402026-04-16T20:45:09.220Z Compiling usdt-attr-macro v0.5.0
23412026-04-16T20:45:09.238Z Compiling usdt-macro v0.5.0
23422026-04-16T20:45:09.277Z Compiling bitfield-struct v0.6.2
23432026-04-16T20:45:09.294Z Compiling num-derive v0.4.2
23442026-04-16T20:45:09.324Z Compiling ordered-float v2.10.1
23452026-04-16T20:45:09.415Z Compiling blake3 v1.8.3
23462026-04-16T20:45:09.660Z Compiling sigpipe v0.1.3
23472026-04-16T20:45:09.790Z Compiling memmap v0.7.0
23482026-04-16T20:45:09.834Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-04-16T20:45:10.013Z Compiling glob v0.3.3
23502026-04-16T20:45:10.029Z Compiling swrite v0.1.0
23512026-04-16T20:45:10.092Z Compiling usdt v0.5.0
23522026-04-16T20:45:10.096Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-04-16T20:45:10.173Z Compiling serde-value v0.7.0
23542026-04-16T20:45:10.316Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-04-16T20:45:10.481Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-16T20:45:10.594Z Compiling serde-untagged v0.1.9
23572026-04-16T20:45:10.639Z Compiling zone v0.3.1
23582026-04-16T20:45:10.709Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23592026-04-16T20:45:10.974Z Compiling toml v0.8.23
23602026-04-16T20:45:10.997Z Compiling smf v0.2.3
23612026-04-16T20:45:11.019Z Compiling filetime v0.2.27
23622026-04-16T20:45:11.065Z Compiling unicode-xid v0.2.6
23632026-04-16T20:45:11.080Z Compiling same-file v1.0.6
23642026-04-16T20:45:11.080Z Compiling arrayvec v0.7.6
23652026-04-16T20:45:11.118Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-16T20:45:11.227Z Compiling arrayref v0.3.9
23672026-04-16T20:45:11.245Z Compiling whoami v1.6.1
23682026-04-16T20:45:11.273Z Compiling constant_time_eq v0.4.2
23692026-04-16T20:45:11.308Z Compiling xattr v1.6.1
23702026-04-16T20:45:11.333Z Compiling walkdir v2.5.0
23712026-04-16T20:45:11.390Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-04-16T20:45:11.511Z Compiling cargo-util-schemas v0.8.2
23732026-04-16T20:45:11.551Z Compiling tar v0.4.45
23742026-04-16T20:45:11.770Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-04-16T20:45:12.051Z Compiling tokio-dtrace v0.1.1
23762026-04-16T20:45:12.163Z Compiling console v0.16.2
23772026-04-16T20:45:12.181Z Compiling gethostname v0.5.0
23782026-04-16T20:45:12.291Z Compiling cargo-platform v0.2.0
23792026-04-16T20:45:12.349Z Compiling unit-prefix v0.5.2
23802026-04-16T20:45:12.392Z Compiling topological-sort v0.2.2
23812026-04-16T20:45:12.438Z Compiling oxide-tokio-rt v0.1.4
23822026-04-16T20:45:12.550Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-04-16T20:45:12.601Z Compiling shell-words v1.1.1
23842026-04-16T20:45:12.749Z Compiling indicatif v0.18.4
23852026-04-16T20:45:12.890Z Compiling cargo_metadata v0.21.0
23862026-04-16T20:45:22.460Z Compiling progenitor-client v0.13.0
23872026-04-16T20:45:22.528Z Compiling progenitor-client v0.10.0
23882026-04-16T20:45:22.528Z Compiling omicron-zone-package v0.12.2
23892026-04-16T20:45:22.597Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-04-16T20:45:22.600Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-04-16T20:45:22.600Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-04-16T20:45:22.650Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-04-16T20:45:22.671Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-04-16T20:45:22.965Z Compiling progenitor-extras v0.1.1
23952026-04-16T20:45:23.009Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-04-16T20:45:23.029Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-04-16T20:45:23.102Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-04-16T20:45:23.247Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-04-16T20:45:28.698Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24002026-04-16T20:45:35.868Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24012026-04-16T20:45:39.162Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24022026-04-16T20:45:40.229Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24032026-04-16T20:45:49.446Z Finished `release` profile [optimized] target(s) in 1m 47s
24042026-04-16T20:45:49.610Z Running `target/release/omicron-package -t test target create -p dev`
24052026-04-16T20:45:49.678ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-04-16T20:45:49.681ZCreated new build target 'test' and set it as active
24072026-04-16T20:45:49.684Z
24082026-04-16T20:45:49.684Zreal 1:47.646966053
24092026-04-16T20:45:49.684Zuser 18:08.830507314
24102026-04-16T20:45:49.684Zsys 2:47.845608305
24112026-04-16T20:45:49.684Ztrap 0.516068614
24122026-04-16T20:45:49.684Ztflt 2.797054478
24132026-04-16T20:45:49.684Zdflt 3.871623241
24142026-04-16T20:45:49.684Zkflt 0.008937110
24152026-04-16T20:45:49.685Zlock 57:43.882717817
24162026-04-16T20:45:49.685Zslp 46:14.909582410
24172026-04-16T20:45:49.685Zlat 52.715318841
24182026-04-16T20:45:49.685Zstop 6:05.641307489
24192026-04-16T20:45:49.685Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24202026-04-16T20:45:50.603Z Finished `release` profile [optimized] target(s) in 0.90s
24212026-04-16T20:45:50.676Z Running `target/release/omicron-package -t test package`
24222026-04-16T20:45:50.738ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232026-04-16T20:45:52.213Z Compiling regress v0.10.5
24242026-04-16T20:45:52.213Z Compiling heck v0.5.0
24252026-04-16T20:45:52.439Z Compiling unsafe-libyaml v0.2.11
24262026-04-16T20:45:52.462Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-04-16T20:45:52.493Z Compiling unicode-width v0.1.14
24282026-04-16T20:45:52.497Z Compiling is-terminal v0.4.17
24292026-04-16T20:45:52.538Z Compiling prettyplease v0.2.37
24302026-04-16T20:45:52.538Z Compiling bytecount v0.6.9
24312026-04-16T20:45:52.541Z Compiling rustls v0.22.4
24322026-04-16T20:45:52.541Z Compiling rustls-webpki v0.102.8
24332026-04-16T20:45:52.541Z Compiling derive-where v1.6.0
24342026-04-16T20:45:52.603Z Compiling thread_local v1.1.9
24352026-04-16T20:45:52.606Z Compiling match_cfg v0.1.0
24362026-04-16T20:45:52.627Z Compiling multer v3.1.0
24372026-04-16T20:45:52.648Z Compiling slog-async v2.8.0
24382026-04-16T20:45:52.673Z Compiling typify-impl v0.6.1
24392026-04-16T20:45:52.697Z Compiling crossbeam-channel v0.5.15
24402026-04-16T20:45:52.720Z Compiling slog-json v2.6.1
24412026-04-16T20:45:52.766Z Compiling hostname v0.3.1
24422026-04-16T20:45:52.788Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-04-16T20:45:52.791Z Compiling futures-executor v0.3.32
24442026-04-16T20:45:52.791Z Compiling serde_spanned v1.0.4
24452026-04-16T20:45:52.811Z Compiling term v1.2.1
24462026-04-16T20:45:52.916Z Compiling take_mut v0.2.2
24472026-04-16T20:45:52.978Z Compiling serde_yaml v0.9.34+deprecated
24482026-04-16T20:45:53.001Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-04-16T20:45:53.065Z Compiling slog-bunyan v2.5.0
24502026-04-16T20:45:53.113Z Compiling futures v0.3.32
24512026-04-16T20:45:53.167Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-04-16T20:45:53.225Z Compiling toml v0.9.12+spec-1.1.0
24532026-04-16T20:45:53.254Z Compiling slog-term v2.9.2
24542026-04-16T20:45:53.257Z Compiling dropshot v0.16.7
24552026-04-16T20:45:53.257Z Compiling async-stream v0.3.6
24562026-04-16T20:45:53.325Z Compiling progenitor-client v0.13.0
24572026-04-16T20:45:53.360Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-04-16T20:45:53.382Z Compiling waitgroup v0.1.2
24592026-04-16T20:45:53.455Z Compiling backon v1.6.0
24602026-04-16T20:45:53.492Z Compiling rustls-pemfile v2.2.0
24612026-04-16T20:45:53.557Z Compiling hostname v0.4.2
24622026-04-16T20:45:53.581Z Compiling serde_path_to_error v0.1.20
24632026-04-16T20:45:53.614Z Compiling instant v0.1.13
24642026-04-16T20:45:53.637Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-04-16T20:45:53.685Z Compiling debug-ignore v1.0.5
24662026-04-16T20:45:53.707Z Compiling progenitor-extras v0.1.1
24672026-04-16T20:45:53.729Z Compiling backoff v0.4.0
24682026-04-16T20:45:53.752Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24692026-04-16T20:45:53.779Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-04-16T20:45:53.806Z Compiling parse-display v0.10.0
24712026-04-16T20:45:53.831Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-04-16T20:45:53.913Z Compiling progenitor-client v0.10.0
24732026-04-16T20:45:53.937Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-04-16T20:45:54.016Z Compiling macaddr v1.0.1
24752026-04-16T20:45:54.084Z Compiling num-rational v0.4.2
24762026-04-16T20:45:54.137Z Compiling num-complex v0.4.6
24772026-04-16T20:45:54.290Z Compiling console v0.15.11
24782026-04-16T20:45:54.394Z Compiling slog-dtrace v0.3.0
24792026-04-16T20:45:54.488Z Compiling float-ord v0.3.2
24802026-04-16T20:45:54.510Z Compiling newline-converter v0.3.0
24812026-04-16T20:45:54.541Z Compiling atomicwrites v0.4.4
24822026-04-16T20:45:54.638Z Compiling num v0.4.3
24832026-04-16T20:45:54.686Z Compiling async-recursion v1.1.1
24842026-04-16T20:45:54.689Z Compiling cancel-safe-futures v0.1.5
24852026-04-16T20:45:54.758Z Compiling owo-colors v4.3.0
24862026-04-16T20:45:54.888Z Compiling expectorate v1.2.0
24872026-04-16T20:45:54.914Z Compiling libsw-core v0.3.2
24882026-04-16T20:45:54.917Z Compiling resolv-conf v0.7.6
24892026-04-16T20:45:54.976Z Compiling toml v0.8.23
24902026-04-16T20:45:54.999Z Compiling tokio-rustls v0.25.0
24912026-04-16T20:45:55.177Z Compiling libsw v3.5.0
24922026-04-16T20:45:55.180Z Compiling linear-map v1.2.0
24932026-04-16T20:45:55.317Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-04-16T20:45:55.356Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24952026-04-16T20:45:55.449Z Compiling linked-hash-map v0.5.6
24962026-04-16T20:45:55.471Z Compiling minimal-lexical v0.2.1
24972026-04-16T20:45:55.584Z Compiling unicode-xid v0.2.6
24982026-04-16T20:45:55.607Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-04-16T20:45:55.607Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-04-16T20:45:55.666Z Compiling lru-cache v0.1.2
25012026-04-16T20:45:55.712Z Compiling nom v7.1.3
25022026-04-16T20:45:55.738Z Compiling globset v0.4.18
25032026-04-16T20:45:55.759Z Compiling hickory-proto v0.24.4
25042026-04-16T20:45:55.781Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-04-16T20:45:55.857Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-04-16T20:45:56.152Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-04-16T20:45:56.275Z Compiling convert_case v0.10.0
25082026-04-16T20:45:56.604Z Compiling derive_more-impl v2.1.1
25092026-04-16T20:45:57.082Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-04-16T20:45:57.202Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-04-16T20:45:57.225Z Compiling pin-project-internal v1.1.11
25122026-04-16T20:45:57.482Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-04-16T20:45:57.504Z Compiling derive_more v2.1.1
25142026-04-16T20:45:57.617Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-04-16T20:45:57.780Z Compiling typify-macro v0.6.1
25162026-04-16T20:45:57.804Z Compiling papergrid v0.11.0
25172026-04-16T20:45:58.328Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-04-16T20:45:58.708Z Compiling hickory-resolver v0.24.4
25192026-04-16T20:45:58.732Z Compiling pin-project v1.1.11
25202026-04-16T20:45:58.878Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-04-16T20:45:59.144Z Compiling tabled_derive v0.7.0
25222026-04-16T20:45:59.459Z Compiling typify v0.6.1
25232026-04-16T20:45:59.603Z Compiling progenitor-impl v0.13.0
25242026-04-16T20:45:59.820Z Compiling pem v3.0.6
25252026-04-16T20:46:00.185Z Compiling qorb v0.4.1
25262026-04-16T20:46:00.214Z Compiling snafu-derive v0.8.9
25272026-04-16T20:46:00.571Z Compiling termtree v0.5.1
25282026-04-16T20:46:00.701Z Compiling tabled v0.15.0
25292026-04-16T20:46:00.785Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-04-16T20:46:01.920Z Compiling progenitor-macro v0.13.0
25312026-04-16T20:46:02.012Z Compiling crossterm v0.29.0
25322026-04-16T20:46:02.034Z Compiling snafu v0.8.9
25332026-04-16T20:46:02.102Z Compiling phf_shared v0.12.1
25342026-04-16T20:46:02.371Z Compiling olpc-cjson v0.1.4
25352026-04-16T20:46:02.630Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-04-16T20:46:02.678Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25372026-04-16T20:46:03.236Z Compiling serde_plain v1.0.2
25382026-04-16T20:46:03.525Z Compiling vte v0.14.1
25392026-04-16T20:46:03.583Z Compiling csv-core v0.1.13
25402026-04-16T20:46:03.819Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-04-16T20:46:04.790Z Compiling chrono-tz v0.10.4
25422026-04-16T20:46:04.999Z Compiling typed-path v0.9.3
25432026-04-16T20:46:05.021Z Compiling highway v1.3.0
25442026-04-16T20:46:05.261Z Compiling csv v1.4.0
25452026-04-16T20:46:05.284Z Compiling strip-ansi-escapes v0.2.1
25462026-04-16T20:46:05.478Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25472026-04-16T20:46:05.819Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-04-16T20:46:05.897Z Compiling phf v0.12.1
25492026-04-16T20:46:06.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-04-16T20:46:06.345Z Compiling progenitor v0.13.0
25512026-04-16T20:46:06.538Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-04-16T20:46:06.627Z Compiling tough v0.20.0
25532026-04-16T20:46:06.776Z Compiling const_format_proc_macros v0.2.34
25542026-04-16T20:46:07.224Z Compiling fd-lock v4.0.4
25552026-04-16T20:46:07.382Z Compiling peg-macros v0.8.5
25562026-04-16T20:46:07.613Z Compiling nu-ansi-term v0.50.3
25572026-04-16T20:46:07.686Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-04-16T20:46:08.128Z Compiling reedline v0.40.0
25592026-04-16T20:46:08.231Z Compiling const_format v0.2.35
25602026-04-16T20:46:08.725Z Compiling peg v0.8.5
25612026-04-16T20:46:08.842Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-04-16T20:46:09.366Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-04-16T20:46:09.775Z Compiling bcs v0.1.6
25642026-04-16T20:46:10.037Z Compiling semver v0.1.20
25652026-04-16T20:46:10.107Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-04-16T20:46:10.253Z Compiling unicode-linebreak v0.1.5
25672026-04-16T20:46:10.362Z Compiling rustc_version v0.1.7
25682026-04-16T20:46:10.386Z Compiling humantime v2.3.0
25692026-04-16T20:46:10.584Z Compiling smawk v0.3.2
25702026-04-16T20:46:10.608Z Compiling newtype_derive v0.1.6
25712026-04-16T20:46:10.788Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-04-16T20:46:10.818Z Compiling textwrap v0.16.2
25732026-04-16T20:46:10.923Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-04-16T20:46:11.098Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-04-16T20:46:11.221Z Compiling dropshot-api-manager-types v0.6.0
25762026-04-16T20:46:11.939Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-04-16T20:46:12.163Z Compiling base64 v0.21.7
25782026-04-16T20:46:12.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-04-16T20:46:12.581Z Compiling steno v0.4.1
25802026-04-16T20:46:12.606Z Compiling utf-8 v0.7.6
25812026-04-16T20:46:12.711Z Compiling tagptr v0.2.0
25822026-04-16T20:46:12.732Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-04-16T20:46:12.863Z Compiling tungstenite v0.21.0
25842026-04-16T20:46:12.924Z Compiling moka v0.12.13
25852026-04-16T20:46:12.948Z Compiling radium v0.7.0
25862026-04-16T20:46:13.283Z Compiling maybe-uninit v2.0.0
25872026-04-16T20:46:13.442Z Compiling tap v1.0.1
25882026-04-16T20:46:13.627Z Compiling tokio-tungstenite v0.21.0
25892026-04-16T20:46:14.144Z Compiling hickory-resolver v0.25.2
25902026-04-16T20:46:14.167Z Compiling wyz v0.5.1
25912026-04-16T20:46:14.309Z Compiling zerocopy-derive v0.6.6
25922026-04-16T20:46:14.450Z Compiling packed_struct v0.10.1
25932026-04-16T20:46:14.581Z Compiling funty v2.0.0
25942026-04-16T20:46:14.711Z Compiling display-error-chain v0.2.2
25952026-04-16T20:46:14.770Z Compiling crc-catalog v2.4.0
25962026-04-16T20:46:14.927Z Compiling crc v3.4.0
25972026-04-16T20:46:14.985Z Compiling bitvec v1.0.1
25982026-04-16T20:46:15.149Z Compiling zerocopy v0.6.6
25992026-04-16T20:46:15.198Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26002026-04-16T20:46:15.283Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26012026-04-16T20:46:15.611Z Compiling packed_struct_codegen v0.10.1
26022026-04-16T20:46:15.762Z Compiling bitfield-macros v0.19.4
26032026-04-16T20:46:15.957Z Compiling indexmap v1.9.3
26042026-04-16T20:46:16.204Z Compiling nodrop v0.1.14
26052026-04-16T20:46:16.340Z Compiling array-init v0.0.4
26062026-04-16T20:46:16.534Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26072026-04-16T20:46:16.697Z Compiling bitfield v0.19.4
26082026-04-16T20:46:16.805Z Compiling smallvec v0.6.14
26092026-04-16T20:46:17.064Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-04-16T20:46:17.096Z Compiling num-derive v0.3.3
26112026-04-16T20:46:17.404Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-04-16T20:46:18.046Z Compiling proc-macro-error-attr2 v2.0.0
26132026-04-16T20:46:18.491Z Compiling hashbrown v0.12.3
26142026-04-16T20:46:18.636Z Compiling proc-macro-error2 v2.0.1
26152026-04-16T20:46:19.010Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-04-16T20:46:19.541Z Compiling libscf-sys v1.1.0
26172026-04-16T20:46:19.611Z Compiling serde-hex v0.1.0
26182026-04-16T20:46:19.739Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-04-16T20:46:19.771Z Compiling ron v0.8.1
26202026-04-16T20:46:20.010Z Compiling typify-impl v0.4.3
26212026-04-16T20:46:20.266Z Compiling hashbrown v0.13.2
26222026-04-16T20:46:20.952Z Compiling vergen-gitcl v1.0.8
26232026-04-16T20:46:20.978Z Compiling dirs-sys-next v0.1.2
26242026-04-16T20:46:21.019Z Compiling crc-any v2.5.0
26252026-04-16T20:46:21.202Z Compiling diesel_derives v2.3.7
26262026-04-16T20:46:21.285Z Compiling maplit v1.0.2
26272026-04-16T20:46:21.417Z Compiling glob v0.3.3
26282026-04-16T20:46:21.443Z Compiling crunchy v0.2.4
26292026-04-16T20:46:21.508Z Compiling dirs-next v2.0.0
26302026-04-16T20:46:21.529Z Compiling object v0.30.4
26312026-04-16T20:46:21.549Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-04-16T20:46:21.667Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-04-16T20:46:21.787Z Compiling tabled_derive v0.11.0
26342026-04-16T20:46:21.815Z Compiling clang-sys v1.8.1
26352026-04-16T20:46:21.968Z Compiling papergrid v0.17.0
26362026-04-16T20:46:22.046Z Compiling testing_table v0.3.0
26372026-04-16T20:46:22.235Z Compiling dsl_auto_type v0.2.0
26382026-04-16T20:46:22.296Z Compiling scheduled-thread-pool v0.2.7
26392026-04-16T20:46:22.428Z Compiling diesel_table_macro_syntax v0.3.0
26402026-04-16T20:46:22.431Z Compiling path-slash v0.1.5
26412026-04-16T20:46:22.513Z Compiling tiny-keccak v2.0.2
26422026-04-16T20:46:22.656Z Compiling r2d2 v0.8.10
26432026-04-16T20:46:22.786Z Compiling term v0.7.0
26442026-04-16T20:46:22.926Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-04-16T20:46:22.948Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-04-16T20:46:22.973Z Compiling downcast-rs v2.0.2
26472026-04-16T20:46:23.115Z Compiling xshell-macros v0.2.7
26482026-04-16T20:46:23.198Z Compiling bit-vec v0.6.3
26492026-04-16T20:46:23.327Z Compiling tabled v0.20.0
26502026-04-16T20:46:23.456Z Compiling bit-set v0.5.3
26512026-04-16T20:46:23.477Z Compiling ascii-canvas v3.0.0
26522026-04-16T20:46:23.540Z Compiling xshell v0.2.7
26532026-04-16T20:46:23.724Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-04-16T20:46:23.753Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-04-16T20:46:23.783Z Compiling typify-macro v0.4.3
26562026-04-16T20:46:23.929Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-04-16T20:46:23.966Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-04-16T20:46:24.281Z Compiling itertools v0.10.5
26592026-04-16T20:46:24.435Z Compiling ena v0.14.4
26602026-04-16T20:46:24.696Z Compiling libloading v0.8.9
26612026-04-16T20:46:24.934Z Compiling unicase v2.9.0
26622026-04-16T20:46:24.957Z Compiling regex-syntax v0.6.29
26632026-04-16T20:46:25.274Z Compiling diff v0.1.13
26642026-04-16T20:46:25.398Z Compiling bindgen v0.71.1
26652026-04-16T20:46:25.556Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-04-16T20:46:26.719Z Compiling lalrpop v0.19.12
26672026-04-16T20:46:26.943Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-04-16T20:46:27.118Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-04-16T20:46:27.775Z Compiling cexpr v0.6.0
26702026-04-16T20:46:27.970Z Compiling diesel v2.3.7
26712026-04-16T20:46:28.160Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-04-16T20:46:28.244Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-04-16T20:46:28.382Z Compiling crc8 v0.1.1
26742026-04-16T20:46:28.451Z Compiling typify v0.4.3
26752026-04-16T20:46:28.480Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-04-16T20:46:28.504Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-04-16T20:46:28.533Z Compiling headers-core v0.3.0
26782026-04-16T20:46:28.601Z Compiling libxml v0.3.3
26792026-04-16T20:46:28.701Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802026-04-16T20:46:28.802Z Compiling headers v0.4.1
26812026-04-16T20:46:28.917Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-04-16T20:46:29.154Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-04-16T20:46:29.406Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-04-16T20:46:29.933Z Compiling strum_macros v0.24.3
26852026-04-16T20:46:30.293Z Compiling indoc v1.0.9
26862026-04-16T20:46:30.480Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-04-16T20:46:30.675Z Compiling derive_builder v0.20.2
26882026-04-16T20:46:30.724Z Compiling oso-derive v0.27.3
26892026-04-16T20:46:30.826Z Compiling quick-xml v0.37.5
26902026-04-16T20:46:30.855Z Compiling impl-trait-for-tuples v0.2.3
26912026-04-16T20:46:31.315Z Compiling openssl-probe v0.1.6
26922026-04-16T20:46:31.338Z Compiling half v1.8.3
26932026-04-16T20:46:31.632Z Compiling serde_cbor v0.11.2
26942026-04-16T20:46:31.685Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-04-16T20:46:31.839Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-04-16T20:46:31.997Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-04-16T20:46:32.246Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-04-16T20:46:32.471Z Compiling bb8 v0.8.6
26992026-04-16T20:46:32.494Z Compiling trait-variant v0.1.2
27002026-04-16T20:46:32.549Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-04-16T20:46:32.745Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-04-16T20:46:32.885Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-04-16T20:46:33.087Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-04-16T20:46:33.127Z Compiling fxhash v0.2.1
27052026-04-16T20:46:33.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-04-16T20:46:33.341Z Compiling progenitor-impl v0.10.0
27072026-04-16T20:46:33.432Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-04-16T20:46:33.489Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-04-16T20:46:33.516Z Compiling samael v0.0.19
27102026-04-16T20:46:33.698Z Compiling kstat-rs v0.2.4
27112026-04-16T20:46:33.950Z Compiling libz-sys v1.1.24
27122026-04-16T20:46:34.263Z Compiling salty v0.3.0
27132026-04-16T20:46:34.406Z Compiling nonempty v0.12.0
27142026-04-16T20:46:34.710Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-04-16T20:46:34.908Z Compiling polar-core v0.27.3
27162026-04-16T20:46:35.046Z Compiling progenitor-impl v0.11.2
27172026-04-16T20:46:35.137Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-04-16T20:46:35.300Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27192026-04-16T20:46:35.719Z Compiling progenitor-macro v0.10.0
27202026-04-16T20:46:36.950Z Compiling darling_core v0.23.0
27212026-04-16T20:46:37.388Z Compiling nanorand v0.7.0
27222026-04-16T20:46:37.687Z Compiling arc-swap v1.8.2
27232026-04-16T20:46:37.795Z Compiling fs-err v2.11.0
27242026-04-16T20:46:38.049Z Compiling parking_lot_core v0.8.6
27252026-04-16T20:46:38.341Z Compiling mime_guess v2.0.5
27262026-04-16T20:46:38.578Z Compiling slog-scope v4.4.1
27272026-04-16T20:46:38.924Z Compiling flume v0.11.1
27282026-04-16T20:46:39.184Z Compiling progenitor-macro v0.11.2
27292026-04-16T20:46:39.354Z Compiling darling_macro v0.23.0
27302026-04-16T20:46:39.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27312026-04-16T20:46:39.872Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-04-16T20:46:40.180Z Compiling progenitor v0.10.0
27332026-04-16T20:46:40.298Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-04-16T20:46:40.607Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-04-16T20:46:41.052Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-04-16T20:46:43.608Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-04-16T20:46:43.968Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-04-16T20:46:44.601Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-04-16T20:46:45.180Z Compiling oso v0.27.3
27402026-04-16T20:46:45.365Z Compiling progenitor-client v0.11.2
27412026-04-16T20:46:46.221Z Compiling git-stub v1.0.0
27422026-04-16T20:46:46.515Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-04-16T20:46:48.289Z Compiling async-bb8-diesel v0.2.1
27442026-04-16T20:46:48.778Z Compiling diesel-dtrace v0.5.0
27452026-04-16T20:46:48.828Z Compiling instability v0.3.11
27462026-04-16T20:46:49.173Z Compiling git-stub-vcs v0.1.0
27472026-04-16T20:46:49.416Z Compiling progenitor v0.11.2
27482026-04-16T20:46:49.588Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-04-16T20:46:49.625Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-04-16T20:46:50.520Z Compiling darling v0.23.0
27512026-04-16T20:46:50.684Z Compiling slog-stdlog v4.1.1
27522026-04-16T20:46:51.685Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27532026-04-16T20:46:51.787Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-04-16T20:46:52.198Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-04-16T20:46:52.253Z Compiling ignore v0.4.25
27562026-04-16T20:46:54.037Z Compiling primeorder v0.13.6
27572026-04-16T20:46:54.362Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-16T20:46:54.962Z Compiling castaway v0.2.4
27592026-04-16T20:46:54.986Z Compiling atty v0.2.14
27602026-04-16T20:46:55.129Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-16T20:46:55.152Z Compiling parse-size v1.1.0
27622026-04-16T20:46:55.155Z Compiling indoc v2.0.7
27632026-04-16T20:46:55.378Z Compiling http-range v0.1.5
27642026-04-16T20:46:55.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-04-16T20:46:55.766Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-04-16T20:46:55.789Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-04-16T20:46:55.885Z Compiling compact_str v0.8.1
27682026-04-16T20:46:56.442Z Compiling p384 v0.13.1
27692026-04-16T20:46:57.590Z Compiling globwalk v0.9.1
27702026-04-16T20:46:57.690Z Compiling parking_lot v0.11.2
27712026-04-16T20:46:58.173Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-04-16T20:46:58.222Z Compiling slog-envlogger v2.2.0
27732026-04-16T20:46:58.603Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-04-16T20:46:58.705Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-04-16T20:46:58.776Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-04-16T20:46:59.117Z Compiling predicates-tree v1.0.13
27772026-04-16T20:46:59.147Z Compiling unicode-truncate v1.1.0
27782026-04-16T20:46:59.344Z Compiling lru v0.12.5
27792026-04-16T20:46:59.379Z Compiling rand_seeder v0.4.0
27802026-04-16T20:46:59.556Z Compiling prefix-trie v0.7.0
27812026-04-16T20:46:59.580Z Compiling vergen-git2 v1.0.7
27822026-04-16T20:46:59.606Z Compiling compression-core v0.4.31
27832026-04-16T20:46:59.630Z Compiling cassowary v0.3.0
27842026-04-16T20:46:59.652Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-04-16T20:46:59.862Z Compiling compression-codecs v0.4.37
27862026-04-16T20:46:59.892Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-04-16T20:47:00.092Z Compiling hickory-server v0.25.2
27882026-04-16T20:47:00.120Z Compiling ratatui v0.29.0
27892026-04-16T20:47:00.305Z Compiling camino-tempfile-ext v0.3.3
27902026-04-16T20:47:00.612Z Compiling hyper-staticfile v0.10.1
27912026-04-16T20:47:00.878Z Compiling sled v0.34.7
27922026-04-16T20:47:01.687Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-04-16T20:47:01.956Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-04-16T20:47:02.312Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-16T20:47:02.411Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-04-16T20:47:02.622Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-04-16T20:47:03.152Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27982026-04-16T20:47:03.816Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-04-16T20:47:04.087Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28002026-04-16T20:47:04.369Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-16T20:47:04.415Z Compiling toml_datetime v1.0.0+spec-1.1.0
28022026-04-16T20:47:04.873Z Compiling dropshot v0.17.0
28032026-04-16T20:47:04.949Z Compiling rustls v0.21.12
28042026-04-16T20:47:05.127Z Compiling corncobs v0.1.4
28052026-04-16T20:47:05.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-04-16T20:47:05.304Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-04-16T20:47:05.485Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28082026-04-16T20:47:05.507Z Compiling toml v1.0.6+spec-1.1.0
28092026-04-16T20:47:05.616Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28102026-04-16T20:47:05.976Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-04-16T20:47:06.065Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-04-16T20:47:06.539Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-04-16T20:47:06.565Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-04-16T20:47:06.588Z Compiling async-compression v0.4.41
28152026-04-16T20:47:07.156Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28162026-04-16T20:47:09.411Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-04-16T20:47:09.644Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28182026-04-16T20:47:10.080Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-04-16T20:47:10.126Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-04-16T20:47:10.324Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-04-16T20:47:10.369Z Compiling rustls-webpki v0.101.7
28222026-04-16T20:47:10.583Z Compiling sct v0.7.1
28232026-04-16T20:47:10.618Z Compiling nix v0.29.0
28242026-04-16T20:47:10.888Z Compiling secrecy v0.8.0
28252026-04-16T20:47:11.083Z Compiling dropshot_endpoint v0.17.0
28262026-04-16T20:47:11.110Z Compiling void v1.0.2
28272026-04-16T20:47:11.268Z Compiling lzss v0.8.2
28282026-04-16T20:47:12.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-16T20:47:12.408Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-04-16T20:47:13.347Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-04-16T20:47:13.621Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-04-16T20:47:14.300Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-04-16T20:47:15.087Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-04-16T20:47:15.598Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-04-16T20:47:15.725Z Compiling git2 v0.20.4
28362026-04-16T20:47:15.758Z Compiling tungstenite v0.23.0
28372026-04-16T20:47:15.866Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-04-16T20:47:15.982Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28392026-04-16T20:47:16.119Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-04-16T20:47:16.149Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28412026-04-16T20:47:16.231Z Compiling nix v0.27.1
28422026-04-16T20:47:16.367Z Compiling serde_bytes v0.11.19
28432026-04-16T20:47:16.440Z Compiling tokio-tungstenite v0.23.1
28442026-04-16T20:47:16.774Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28452026-04-16T20:47:16.901Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28462026-04-16T20:47:17.580Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-04-16T20:47:17.604Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-04-16T20:47:18.948Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-04-16T20:47:19.126Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-04-16T20:47:20.011Z Compiling tokio-rustls v0.24.1
28512026-04-16T20:47:20.318Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-04-16T20:47:23.247Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-16T20:47:23.656Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28542026-04-16T20:47:23.780Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-04-16T20:47:24.160Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-04-16T20:47:24.478Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-04-16T20:47:26.240Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-04-16T20:47:26.475Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28592026-04-16T20:47:26.966Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-04-16T20:47:27.520Z Compiling rustls-pemfile v1.0.4
28612026-04-16T20:47:27.994Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-04-16T20:47:28.116Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-04-16T20:47:29.409Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-04-16T20:47:29.435Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-04-16T20:47:31.449Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-04-16T20:47:31.994Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-04-16T20:47:32.405Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-04-16T20:47:32.435Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-04-16T20:47:32.523Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-04-16T20:47:32.692Z Compiling signal-hook-tokio v0.3.1
28712026-04-16T20:47:32.905Z Compiling twox-hash v2.1.2
28722026-04-16T20:47:32.948Z Compiling yasna v0.5.2
28732026-04-16T20:47:33.372Z Compiling is_ci v1.2.0
28742026-04-16T20:47:33.500Z Compiling supports-color v3.0.2
28752026-04-16T20:47:33.599Z Compiling rcgen v0.12.1
28762026-04-16T20:47:33.683Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-04-16T20:47:33.821Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-04-16T20:47:33.912Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-04-16T20:47:33.947Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-04-16T20:47:34.619Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-04-16T20:47:35.505Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28822026-04-16T20:47:37.309Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-04-16T20:47:37.562Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-04-16T20:47:38.454Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28852026-04-16T20:47:38.548Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-04-16T20:47:39.369Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-04-16T20:47:39.651Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-04-16T20:47:39.819Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-04-16T20:47:39.908Z Compiling fatfs v0.3.6
28902026-04-16T20:47:40.066Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-04-16T20:47:40.109Z Compiling subprocess v0.2.15
28922026-04-16T20:47:41.218Z Compiling rtoolbox v0.0.3
28932026-04-16T20:47:41.240Z Compiling assert_matches v1.5.0
28942026-04-16T20:47:41.366Z Compiling seq-macro v0.3.6
28952026-04-16T20:47:41.520Z Compiling rpassword v7.4.0
28962026-04-16T20:47:41.840Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-04-16T20:47:41.976Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-04-16T20:47:42.588Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-04-16T20:47:42.898Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-04-16T20:47:43.049Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-04-16T20:47:44.112Z Compiling tui-tree-widget v0.23.1
29022026-04-16T20:47:44.431Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-04-16T20:47:45.662Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-04-16T20:47:45.713Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-04-16T20:47:45.863Z Compiling uzers v0.12.2
29062026-04-16T20:47:46.251Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-04-16T20:47:47.434Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-04-16T20:47:48.564Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-04-16T20:47:49.355Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-04-16T20:47:52.150Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-04-16T20:47:52.381Z Compiling support-bundle-viewer v0.1.2
29122026-04-16T20:47:54.448Z Compiling multimap v0.10.1
29132026-04-16T20:48:03.567Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-04-16T20:48:13.215Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29152026-04-16T20:48:15.784Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-04-16T20:48:16.215Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-04-16T20:54:26.478Z Finished `release` profile [optimized] target(s) in 8m 35s
29182026-04-16T20:55:12.268Z
29192026-04-16T20:55:12.268Zreal 9:22.517255277
29202026-04-16T20:55:12.268Zuser 1:24:49.995562413
29212026-04-16T20:55:12.268Zsys 3:40.335220090
29222026-04-16T20:55:12.272Ztrap 1.983901539
29232026-04-16T20:55:12.272Ztflt 2.119898792
29242026-04-16T20:55:12.272Zdflt 18.054055849
29252026-04-16T20:55:12.272Zkflt 0.001159307
29262026-04-16T20:55:12.272Zlock 7:06:06.736802382
29272026-04-16T20:55:12.272Zslp 2:26:09.150623409
29282026-04-16T20:55:12.272Zlat 2:36.550951742
29292026-04-16T20:55:12.272Zstop 5:27.785263661
29302026-04-16T20:55:12.272Z+ mapfile -t packages
29312026-04-16T20:55:12.272Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-04-16T20:55:13.222Z Finished `release` profile [optimized] target(s) in 0.93s
29332026-04-16T20:55:13.294Z Running `target/release/omicron-package -t test list-outputs`
29342026-04-16T20:55:13.352ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-04-16T20:55:13.355Z+ ptime -m cargo build --locked --release -p xtask
29362026-04-16T20:55:13.881Z Compiling libc v0.2.185
29372026-04-16T20:55:13.881Z Compiling serde v1.0.228
29382026-04-16T20:55:13.885Z Compiling serde_core v1.0.228
29392026-04-16T20:55:13.885Z Compiling rustix v1.1.3
29402026-04-16T20:55:13.885Z Compiling bitflags v2.11.0
29412026-04-16T20:55:13.974Z Compiling serde_json v1.0.149
29422026-04-16T20:55:14.018Z Compiling num-traits v0.2.19
29432026-04-16T20:55:14.018Z Compiling hashbrown v0.16.1
29442026-04-16T20:55:14.027Z Compiling syn v2.0.117
29452026-04-16T20:55:14.047Z Compiling smallvec v1.15.1
29462026-04-16T20:55:14.068Z Compiling usdt-impl v0.5.0
29472026-04-16T20:55:14.080Z Compiling syn v1.0.109
29482026-04-16T20:55:14.093Z Compiling log v0.4.29
29492026-04-16T20:55:14.104Z Compiling percent-encoding v2.3.2
29502026-04-16T20:55:14.256Z Compiling getrandom v0.4.1
29512026-04-16T20:55:14.389Z Compiling form_urlencoded v1.2.2
29522026-04-16T20:55:14.406Z Compiling fs-err v3.3.0
29532026-04-16T20:55:14.409Z Compiling once_cell v1.21.3
29542026-04-16T20:55:14.409Z Compiling heck v0.4.1
29552026-04-16T20:55:14.486Z Compiling anyhow v1.0.102
29562026-04-16T20:55:14.612Z Compiling indexmap v2.13.0
29572026-04-16T20:55:14.746Z Compiling errno v0.3.14
29582026-04-16T20:55:14.746Z Compiling thread-id v4.2.2
29592026-04-16T20:55:14.749Z Compiling memmap v0.7.0
29602026-04-16T20:55:15.082Z Compiling ordered-float v2.10.1
29612026-04-16T20:55:15.642Z Compiling proc-macro-error v1.0.4
29622026-04-16T20:55:15.783Z Compiling terminal_size v0.4.3
29632026-04-16T20:55:15.784Z Compiling tempfile v3.25.0
29642026-04-16T20:55:15.886Z Compiling clap_builder v4.5.60
29652026-04-16T20:55:15.886Z Compiling textwrap v0.16.2
29662026-04-16T20:55:15.908Z Compiling tabled_derive v0.7.0
29672026-04-16T20:55:16.019Z Compiling camino-tempfile v1.4.1
29682026-04-16T20:55:16.561Z Compiling tabled v0.15.0
29692026-04-16T20:55:16.572Z Compiling synstructure v0.13.2
29702026-04-16T20:55:16.575Z Compiling pest_generator v2.8.6
29712026-04-16T20:55:16.980Z Compiling serde_derive v1.0.228
29722026-04-16T20:55:16.980Z Compiling zerofrom-derive v0.1.6
29732026-04-16T20:55:16.984Z Compiling yoke-derive v0.8.1
29742026-04-16T20:55:16.984Z Compiling zerovec-derive v0.11.2
29752026-04-16T20:55:16.984Z Compiling displaydoc v0.2.5
29762026-04-16T20:55:16.984Z Compiling thiserror-impl v1.0.69
29772026-04-16T20:55:16.984Z Compiling zerocopy-derive v0.7.35
29782026-04-16T20:55:16.991Z Compiling scroll_derive v0.12.1
29792026-04-16T20:55:16.994Z Compiling thiserror-impl v2.0.18
29802026-04-16T20:55:16.994Z Compiling clap_derive v4.5.55
29812026-04-16T20:55:17.102Z Compiling pest_derive v2.8.6
29822026-04-16T20:55:17.706Z Compiling scroll v0.12.0
29832026-04-16T20:55:17.908Z Compiling zerocopy v0.7.35
29842026-04-16T20:55:17.984Z Compiling goblin v0.8.2
29852026-04-16T20:55:18.142Z Compiling zerofrom v0.1.6
29862026-04-16T20:55:18.165Z Compiling thiserror v2.0.18
29872026-04-16T20:55:18.176Z Compiling thiserror v1.0.69
29882026-04-16T20:55:18.255Z Compiling yoke v0.8.1
29892026-04-16T20:55:18.290Z Compiling dtrace-parser v0.2.0
29902026-04-16T20:55:18.494Z Compiling zerovec v0.11.5
29912026-04-16T20:55:18.520Z Compiling zerotrie v0.2.3
29922026-04-16T20:55:18.690Z Compiling clap v4.5.60
29932026-04-16T20:55:19.101Z Compiling tinystr v0.8.2
29942026-04-16T20:55:19.338Z Compiling icu_locale_core v2.1.1
29952026-04-16T20:55:19.864Z Compiling potential_utf v0.1.4
29962026-04-16T20:55:20.066Z Compiling icu_provider v2.1.1
29972026-04-16T20:55:20.361Z Compiling icu_collections v2.1.1
29982026-04-16T20:55:20.415Z Compiling serde_spanned v0.6.9
29992026-04-16T20:55:20.498Z Compiling toml_datetime v0.6.11
30002026-04-16T20:55:20.590Z Compiling dof v0.3.0
30012026-04-16T20:55:20.616Z Compiling serde_tokenstream v0.2.3
30022026-04-16T20:55:20.784Z Compiling icu_normalizer v2.1.1
30032026-04-16T20:55:20.833Z Compiling icu_properties v2.1.2
30042026-04-16T20:55:20.855Z Compiling toml_edit v0.22.27
30052026-04-16T20:55:20.956Z Compiling serde-value v0.7.0
30062026-04-16T20:55:20.976Z Compiling cargo-platform v0.2.0
30072026-04-16T20:55:21.106Z Compiling macaddr v1.0.1
30082026-04-16T20:55:21.432Z Compiling usdt-attr-macro v0.5.0
30092026-04-16T20:55:21.443Z Compiling usdt-macro v0.5.0
30102026-04-16T20:55:21.771Z Compiling idna_adapter v1.2.1
30112026-04-16T20:55:21.892Z Compiling idna v1.1.0
30122026-04-16T20:55:22.090Z Compiling usdt v0.5.0
30132026-04-16T20:55:22.212Z Compiling url v2.5.8
30142026-04-16T20:55:22.411Z Compiling toml v0.8.23
30152026-04-16T20:55:22.854Z Compiling cargo-util-schemas v0.8.2
30162026-04-16T20:55:22.854Z Compiling cargo_toml v0.21.0
30172026-04-16T20:55:23.897Z Compiling cargo_metadata v0.21.0
30182026-04-16T20:55:26.987Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-04-16T20:55:30.007Z Finished `release` profile [optimized] target(s) in 16.64s
30202026-04-16T20:55:30.169Z
30212026-04-16T20:55:30.169Zreal 16.778645248
30222026-04-16T20:55:30.169Zuser 2:22.409501735
30232026-04-16T20:55:30.169Zsys 17.130519376
30242026-04-16T20:55:30.169Ztrap 0.081286267
30252026-04-16T20:55:30.173Ztflt 0.566976557
30262026-04-16T20:55:30.173Zdflt 1.631841211
30272026-04-16T20:55:30.173Zkflt 0.000015146
30282026-04-16T20:55:30.173Zlock 5:21.844585974
30292026-04-16T20:55:30.173Zslp 3:26.659426806
30302026-04-16T20:55:30.173Zlat 5.350635588
30312026-04-16T20:55:30.173Zstop 19.323766437
30322026-04-16T20:55:30.173Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-04-16T20:55:30.173Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-04-16T20:55:30.173Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-04-16T20:55:30.173Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-04-16T20:55:30.173Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-04-16T20:55:31.101Z Compiling regress v0.10.5
30382026-04-16T20:55:31.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-16T20:55:31.249Z Compiling newtype-uuid-macros v0.1.0
30402026-04-16T20:55:31.253Z Compiling rustls v0.22.4
30412026-04-16T20:55:31.253Z Compiling progenitor-client v0.13.0
30422026-04-16T20:55:31.253Z Compiling rustls-webpki v0.102.8
30432026-04-16T20:55:31.253Z Compiling structmeta-derive v0.3.0
30442026-04-16T20:55:31.253Z Compiling serde_spanned v1.0.4
30452026-04-16T20:55:31.253Z Compiling multer v3.1.0
30462026-04-16T20:55:31.253Z Compiling debug-ignore v1.0.5
30472026-04-16T20:55:31.253Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-04-16T20:55:31.271Z Compiling match_cfg v0.1.0
30492026-04-16T20:55:31.271Z Compiling slog-json v2.6.1
30502026-04-16T20:55:31.274Z Compiling async-stream-impl v0.3.6
30512026-04-16T20:55:31.274Z Compiling waitgroup v0.1.2
30522026-04-16T20:55:31.274Z Compiling rustls-pemfile v2.2.0
30532026-04-16T20:55:31.530Z Compiling hostname v0.3.1
30542026-04-16T20:55:31.555Z Compiling hostname v0.4.2
30552026-04-16T20:55:31.610Z Compiling serde_path_to_error v0.1.20
30562026-04-16T20:55:31.646Z Compiling slog-bunyan v2.5.0
30572026-04-16T20:55:31.650Z Compiling itertools v0.14.0
30582026-04-16T20:55:31.684Z Compiling dropshot v0.16.7
30592026-04-16T20:55:31.687Z Compiling toml v0.9.12+spec-1.1.0
30602026-04-16T20:55:31.715Z Compiling dropshot_endpoint v0.16.7
30612026-04-16T20:55:31.718Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-04-16T20:55:31.718Z Compiling macaddr v1.0.1
30632026-04-16T20:55:31.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-04-16T20:55:31.841Z Compiling instant v0.1.13
30652026-04-16T20:55:31.929Z Compiling progenitor-client v0.10.0
30662026-04-16T20:55:31.964Z Compiling backon v1.6.0
30672026-04-16T20:55:31.981Z Compiling backoff v0.4.0
30682026-04-16T20:55:31.985Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-04-16T20:55:32.023Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-04-16T20:55:32.041Z Compiling async-stream v0.3.6
30712026-04-16T20:55:32.099Z Compiling universal-hash v0.5.1
30722026-04-16T20:55:32.178Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-04-16T20:55:32.197Z Compiling progenitor-extras v0.1.1
30742026-04-16T20:55:32.219Z Compiling opaque-debug v0.3.1
30752026-04-16T20:55:32.251Z Compiling half v2.7.1
30762026-04-16T20:55:32.268Z Compiling crucible-workspace-hack v0.1.0
30772026-04-16T20:55:32.272Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-04-16T20:55:32.303Z Compiling ciborium-io v0.2.2
30792026-04-16T20:55:32.321Z Compiling convert_case v0.4.0
30802026-04-16T20:55:32.339Z Compiling aead v0.5.2
30812026-04-16T20:55:32.430Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-04-16T20:55:32.450Z Compiling secrecy v0.10.3
30832026-04-16T20:55:32.453Z Compiling structmeta v0.3.0
30842026-04-16T20:55:32.481Z Compiling unsafe-libyaml v0.2.11
30852026-04-16T20:55:32.481Z Compiling poly1305 v0.8.0
30862026-04-16T20:55:32.530Z Compiling ciborium-ll v0.2.2
30872026-04-16T20:55:32.586Z Compiling chacha20 v0.9.1
30882026-04-16T20:55:32.640Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30892026-04-16T20:55:32.664Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-04-16T20:55:32.693Z Compiling derive-ex v0.1.8
30912026-04-16T20:55:32.712Z Compiling parse-display-derive v0.10.0
30922026-04-16T20:55:32.736Z Compiling derive_more v0.99.20
30932026-04-16T20:55:32.776Z Compiling ciborium v0.2.2
30942026-04-16T20:55:32.806Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-04-16T20:55:32.875Z Compiling typify-impl v0.6.1
30962026-04-16T20:55:32.956Z Compiling thiserror-impl-no-std v2.0.2
30972026-04-16T20:55:32.973Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30982026-04-16T20:55:33.042Z Compiling serde_yaml v0.9.34+deprecated
30992026-04-16T20:55:33.061Z Compiling byte-wrapper v0.1.0
31002026-04-16T20:55:33.150Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31012026-04-16T20:55:33.167Z Compiling password-hash v0.5.0
31022026-04-16T20:55:33.276Z Compiling blake2 v0.10.6
31032026-04-16T20:55:33.302Z Compiling chacha20poly1305 v0.10.1
31042026-04-16T20:55:33.386Z Compiling indent_write v2.2.0
31052026-04-16T20:55:33.463Z Compiling heapless v0.8.0
31062026-04-16T20:55:33.497Z Compiling ingot-macros v0.1.1
31072026-04-16T20:55:33.554Z Compiling argon2 v0.5.3
31082026-04-16T20:55:33.609Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-04-16T20:55:33.636Z Compiling tokio-rustls v0.25.0
31102026-04-16T20:55:33.899Z Compiling hash32 v0.3.1
31112026-04-16T20:55:33.978Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-04-16T20:55:34.098Z Compiling smoltcp v0.11.0
31132026-04-16T20:55:34.228Z Compiling thiserror-no-std v2.0.2
31142026-04-16T20:55:34.271Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-04-16T20:55:34.354Z Compiling vsss-rs v3.3.4
31162026-04-16T20:55:34.458Z Compiling proc-macro-crate v3.4.0
31172026-04-16T20:55:34.517Z Compiling test-strategy v0.4.5
31182026-04-16T20:55:34.575Z Compiling parse-display v0.10.0
31192026-04-16T20:55:34.591Z Compiling tabwriter v1.4.1
31202026-04-16T20:55:34.595Z Compiling cobs v0.3.0
31212026-04-16T20:55:34.749Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-04-16T20:55:34.825Z Compiling postcard v1.1.3
31232026-04-16T20:55:34.842Z Compiling proc-macro-error v1.0.4
31242026-04-16T20:55:34.861Z Compiling proc-macro-crate v1.3.1
31252026-04-16T20:55:34.903Z Compiling num-rational v0.4.2
31262026-04-16T20:55:34.957Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31272026-04-16T20:55:35.048Z Compiling num_enum_derive v0.7.5
31282026-04-16T20:55:35.108Z Compiling num-complex v0.4.6
31292026-04-16T20:55:35.177Z Compiling foreign-types-macros v0.2.3
31302026-04-16T20:55:35.204Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31312026-04-16T20:55:35.221Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31322026-04-16T20:55:35.298Z Compiling rayon-core v1.13.0
31332026-04-16T20:55:35.376Z Compiling colored v3.1.1
31342026-04-16T20:55:35.436Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31352026-04-16T20:55:35.453Z Compiling cpufeatures v0.3.0
31362026-04-16T20:55:35.522Z Compiling foreign-types-shared v0.3.1
31372026-04-16T20:55:35.540Z Compiling chacha20 v0.10.0
31382026-04-16T20:55:35.544Z Compiling num v0.4.3
31392026-04-16T20:55:35.612Z Compiling num_enum_derive v0.5.11
31402026-04-16T20:55:35.660Z Compiling crossbeam-deque v0.8.6
31412026-04-16T20:55:35.768Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31422026-04-16T20:55:35.785Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-16T20:55:35.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31442026-04-16T20:55:35.807Z Compiling cstr-argument v0.1.2
31452026-04-16T20:55:35.838Z Compiling foreign-types v0.5.0
31462026-04-16T20:55:35.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31472026-04-16T20:55:35.917Z Compiling float-ord v0.3.2
31482026-04-16T20:55:35.990Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-04-16T20:55:36.008Z Compiling rand v0.10.0
31502026-04-16T20:55:36.076Z Compiling toml v0.8.23
31512026-04-16T20:55:36.121Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-04-16T20:55:36.162Z Compiling camino-tempfile v1.4.1
31532026-04-16T20:55:36.197Z Compiling num_enum v0.7.5
31542026-04-16T20:55:36.276Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-04-16T20:55:36.292Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-04-16T20:55:36.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31572026-04-16T20:55:36.349Z Compiling rayon v1.11.0
31582026-04-16T20:55:36.429Z Compiling zone_cfg_derive v0.3.1
31592026-04-16T20:55:36.446Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-04-16T20:55:36.498Z Compiling ingot-types v0.1.2
31612026-04-16T20:55:36.555Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-04-16T20:55:36.618Z Compiling itertools v0.12.1
31632026-04-16T20:55:36.653Z Compiling num-derive v0.4.2
31642026-04-16T20:55:36.671Z Compiling sigpipe v0.1.3
31652026-04-16T20:55:36.728Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31662026-04-16T20:55:36.746Z Compiling num_enum v0.5.11
31672026-04-16T20:55:36.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-04-16T20:55:36.787Z Compiling glob v0.3.3
31692026-04-16T20:55:36.805Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31702026-04-16T20:55:36.894Z Compiling ingot v0.1.1
31712026-04-16T20:55:36.911Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-04-16T20:55:36.947Z Compiling smf v0.2.3
31732026-04-16T20:55:36.970Z Compiling whoami v1.6.1
31742026-04-16T20:55:37.009Z Compiling prettyplease v0.2.37
31752026-04-16T20:55:37.085Z Compiling gethostname v0.5.0
31762026-04-16T20:55:37.217Z Compiling usdt-macro v0.5.0
31772026-04-16T20:55:37.235Z Compiling usdt-attr-macro v0.5.0
31782026-04-16T20:55:37.273Z Compiling memmap v0.7.0
31792026-04-16T20:55:37.292Z Compiling atomicwrites v0.4.4
31802026-04-16T20:55:37.416Z Compiling derive-where v1.6.0
31812026-04-16T20:55:37.499Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-04-16T20:55:37.516Z Compiling owo-colors v4.3.0
31832026-04-16T20:55:37.520Z Compiling typify-macro v0.6.1
31842026-04-16T20:55:37.549Z Compiling resolv-conf v0.7.6
31852026-04-16T20:55:37.639Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31862026-04-16T20:55:37.662Z Compiling cancel-safe-futures v0.1.5
31872026-04-16T20:55:37.896Z Compiling zone v0.3.1
31882026-04-16T20:55:37.949Z Compiling libsw-core v0.3.2
31892026-04-16T20:55:37.972Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-04-16T20:55:37.989Z Compiling async-recursion v1.1.1
31912026-04-16T20:55:38.107Z Compiling usdt v0.5.0
31922026-04-16T20:55:38.150Z Compiling libsw v3.5.0
31932026-04-16T20:55:38.174Z Compiling libefi-sys v0.1.0
31942026-04-16T20:55:38.193Z Compiling linear-map v1.2.0
31952026-04-16T20:55:38.363Z Compiling console v0.15.11
31962026-04-16T20:55:38.418Z Compiling newline-converter v0.3.0
31972026-04-16T20:55:38.453Z Compiling hickory-proto v0.24.4
31982026-04-16T20:55:38.498Z Compiling bitfield-struct v0.6.2
31992026-04-16T20:55:38.524Z Compiling semver v0.1.20
32002026-04-16T20:55:38.571Z Compiling linked-hash-map v0.5.6
32012026-04-16T20:55:38.669Z Compiling tokio-dtrace v0.1.1
32022026-04-16T20:55:38.686Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-16T20:55:38.750Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32042026-04-16T20:55:38.800Z Compiling lru-cache v0.1.2
32052026-04-16T20:55:38.852Z Compiling expectorate v1.2.0
32062026-04-16T20:55:38.856Z Compiling rustc_version v0.1.7
32072026-04-16T20:55:38.890Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-04-16T20:55:38.908Z Compiling pin-project-internal v1.1.11
32092026-04-16T20:55:38.927Z Compiling slog-dtrace v0.3.0
32102026-04-16T20:55:38.964Z Compiling minimal-lexical v0.2.1
32112026-04-16T20:55:38.983Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-16T20:55:39.036Z Compiling oxide-tokio-rt v0.1.4
32132026-04-16T20:55:39.054Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-04-16T20:55:39.070Z Compiling typify-impl v0.4.3
32152026-04-16T20:55:39.092Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-04-16T20:55:39.150Z Compiling newtype_derive v0.1.6
32172026-04-16T20:55:39.237Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-04-16T20:55:39.276Z Compiling nom v7.1.3
32192026-04-16T20:55:39.303Z Compiling phf_shared v0.12.1
32202026-04-16T20:55:39.306Z Compiling pem v3.0.6
32212026-04-16T20:55:39.383Z Compiling snafu-derive v0.8.9
32222026-04-16T20:55:39.401Z Compiling csv-core v0.1.13
32232026-04-16T20:55:39.421Z Compiling highway v1.3.0
32242026-04-16T20:55:39.516Z Compiling typify v0.6.1
32252026-04-16T20:55:39.534Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-04-16T20:55:39.580Z Compiling xshell-macros v0.2.7
32272026-04-16T20:55:39.660Z Compiling progenitor-impl v0.13.0
32282026-04-16T20:55:39.716Z Compiling same-file v1.0.6
32292026-04-16T20:55:39.719Z Compiling chrono-tz v0.10.4
32302026-04-16T20:55:39.828Z Compiling const_format_proc_macros v0.2.34
32312026-04-16T20:55:39.926Z Compiling walkdir v2.5.0
32322026-04-16T20:55:39.952Z Compiling csv v1.4.0
32332026-04-16T20:55:39.985Z Compiling phf v0.12.1
32342026-04-16T20:55:40.022Z Compiling xshell v0.2.7
32352026-04-16T20:55:40.070Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-04-16T20:55:40.142Z Compiling pin-project v1.1.11
32372026-04-16T20:55:40.235Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-16T20:55:40.277Z Compiling globset v0.4.18
32392026-04-16T20:55:40.298Z Compiling olpc-cjson v0.1.4
32402026-04-16T20:55:40.506Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32412026-04-16T20:55:40.536Z Compiling primeorder v0.13.6
32422026-04-16T20:55:40.567Z Compiling serde_plain v1.0.2
32432026-04-16T20:55:40.586Z Compiling typed-path v0.9.3
32442026-04-16T20:55:40.622Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-04-16T20:55:40.720Z Compiling hickory-resolver v0.24.4
32462026-04-16T20:55:40.723Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32472026-04-16T20:55:40.813Z Compiling const_format v0.2.35
32482026-04-16T20:55:41.030Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-04-16T20:55:41.045Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-04-16T20:55:41.171Z Compiling tabled_derive v0.7.0
32512026-04-16T20:55:41.260Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32522026-04-16T20:55:41.412Z Compiling snafu v0.8.9
32532026-04-16T20:55:41.457Z Compiling bcs v0.1.6
32542026-04-16T20:55:41.490Z Compiling radium v0.7.0
32552026-04-16T20:55:41.669Z Compiling salty v0.3.0
32562026-04-16T20:55:41.798Z Compiling qorb v0.4.1
32572026-04-16T20:55:41.817Z Compiling tough v0.20.0
32582026-04-16T20:55:41.834Z Compiling termtree v0.5.1
32592026-04-16T20:55:41.855Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-04-16T20:55:41.896Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-04-16T20:55:41.948Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-04-16T20:55:42.026Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-04-16T20:55:42.211Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-04-16T20:55:42.228Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-04-16T20:55:42.310Z Compiling textwrap v0.16.2
32662026-04-16T20:55:42.428Z Compiling progenitor-macro v0.13.0
32672026-04-16T20:55:42.445Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-04-16T20:55:42.525Z Compiling tabled v0.15.0
32692026-04-16T20:55:42.583Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-04-16T20:55:42.600Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-04-16T20:55:42.829Z Compiling steno v0.4.1
32722026-04-16T20:55:42.848Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32732026-04-16T20:55:42.924Z Compiling base64 v0.21.7
32742026-04-16T20:55:43.025Z Compiling tagptr v0.2.0
32752026-04-16T20:55:43.042Z Compiling humantime v2.3.0
32762026-04-16T20:55:43.218Z Compiling maybe-uninit v2.0.0
32772026-04-16T20:55:43.295Z Compiling tap v1.0.1
32782026-04-16T20:55:43.363Z Compiling moka v0.12.13
32792026-04-16T20:55:43.484Z Compiling wyz v0.5.1
32802026-04-16T20:55:43.629Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-04-16T20:55:43.747Z Compiling typify-macro v0.4.3
32822026-04-16T20:55:43.900Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-04-16T20:55:43.919Z Compiling p384 v0.13.1
32842026-04-16T20:55:43.934Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-04-16T20:55:44.147Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-04-16T20:55:44.179Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-04-16T20:55:44.208Z Compiling funty v2.0.0
32882026-04-16T20:55:44.300Z Compiling parking_lot_core v0.8.6
32892026-04-16T20:55:44.527Z Compiling packed_struct v0.10.1
32902026-04-16T20:55:44.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-04-16T20:55:44.626Z Compiling bitvec v1.0.1
32922026-04-16T20:55:44.876Z Compiling hickory-resolver v0.25.2
32932026-04-16T20:55:44.967Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-04-16T20:55:44.985Z Compiling polyval v0.6.2
32952026-04-16T20:55:45.235Z Compiling git-stub v1.0.0
32962026-04-16T20:55:45.255Z Compiling packed_struct_codegen v0.10.1
32972026-04-16T20:55:45.350Z Compiling bitfield-macros v0.19.4
32982026-04-16T20:55:45.445Z Compiling zerocopy-derive v0.6.6
32992026-04-16T20:55:45.540Z Compiling proc-macro-error-attr2 v2.0.0
33002026-04-16T20:55:45.606Z Compiling typify v0.4.3
33012026-04-16T20:55:45.639Z Compiling indexmap v1.9.3
33022026-04-16T20:55:45.696Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-16T20:55:45.749Z Compiling utf-8 v0.7.6
33042026-04-16T20:55:45.827Z Compiling nodrop v0.1.14
33052026-04-16T20:55:45.879Z Compiling crc-catalog v2.4.0
33062026-04-16T20:55:45.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33072026-04-16T20:55:45.972Z Compiling array-init v0.0.4
33082026-04-16T20:55:45.993Z Compiling proc-macro-error2 v2.0.1
33092026-04-16T20:55:45.993Z Compiling crc v3.4.0
33102026-04-16T20:55:45.996Z Compiling tungstenite v0.21.0
33112026-04-16T20:55:46.070Z Compiling git-stub-vcs v0.1.0
33122026-04-16T20:55:46.133Z Compiling ghash v0.5.1
33132026-04-16T20:55:46.152Z Compiling bitfield v0.19.4
33142026-04-16T20:55:46.218Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-04-16T20:55:46.248Z Compiling smallvec v0.6.14
33162026-04-16T20:55:46.353Z Compiling num-derive v0.3.3
33172026-04-16T20:55:46.370Z Compiling ctr v0.9.2
33182026-04-16T20:55:46.392Z Compiling zerocopy v0.6.6
33192026-04-16T20:55:46.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-04-16T20:55:46.505Z Compiling hashbrown v0.12.3
33212026-04-16T20:55:46.505Z Compiling compression-core v0.4.31
33222026-04-16T20:55:46.606Z Compiling unicase v2.9.0
33232026-04-16T20:55:46.646Z Compiling aes-gcm v0.10.3
33242026-04-16T20:55:46.741Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-04-16T20:55:46.760Z Compiling compression-codecs v0.4.37
33262026-04-16T20:55:46.778Z Compiling parking_lot v0.11.2
33272026-04-16T20:55:46.829Z Compiling tokio-tungstenite v0.21.0
33282026-04-16T20:55:46.853Z Compiling mime_guess v2.0.5
33292026-04-16T20:55:46.889Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-04-16T20:55:46.924Z Compiling serde-hex v0.1.0
33312026-04-16T20:55:47.028Z Compiling tabled_derive v0.11.0
33322026-04-16T20:55:47.204Z Compiling progenitor-impl v0.11.2
33332026-04-16T20:55:47.229Z Compiling progenitor-impl v0.10.0
33342026-04-16T20:55:47.296Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-04-16T20:55:47.313Z Compiling ron v0.8.1
33362026-04-16T20:55:47.330Z Compiling libscf-sys v1.1.0
33372026-04-16T20:55:47.397Z Compiling papergrid v0.17.0
33382026-04-16T20:55:47.414Z Compiling testing_table v0.3.0
33392026-04-16T20:55:47.453Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-16T20:55:47.506Z Compiling hashbrown v0.13.2
33412026-04-16T20:55:47.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33422026-04-16T20:55:47.691Z Compiling progenitor v0.13.0
33432026-04-16T20:55:47.746Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-04-16T20:55:47.774Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-04-16T20:55:47.860Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-04-16T20:55:47.879Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-04-16T20:55:48.036Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-04-16T20:55:48.054Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-04-16T20:55:48.307Z Compiling prefix-trie v0.7.0
33502026-04-16T20:55:48.331Z Compiling ssh-encoding v0.2.0
33512026-04-16T20:55:48.353Z Compiling blowfish v0.9.1
33522026-04-16T20:55:48.634Z Compiling fxhash v0.2.1
33532026-04-16T20:55:48.653Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-16T20:55:48.656Z Compiling toml_datetime v1.0.0+spec-1.1.0
33552026-04-16T20:55:48.795Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-04-16T20:55:48.813Z Compiling dropshot v0.17.0
33572026-04-16T20:55:48.833Z Compiling crc-any v2.5.0
33582026-04-16T20:55:48.856Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-04-16T20:55:49.011Z Compiling corncobs v0.1.4
33602026-04-16T20:55:49.032Z Compiling toml v1.0.6+spec-1.1.0
33612026-04-16T20:55:49.117Z Compiling sled v0.34.7
33622026-04-16T20:55:49.121Z Compiling hickory-server v0.25.2
33632026-04-16T20:55:49.134Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-04-16T20:55:49.137Z Compiling ssh-cipher v0.2.0
33652026-04-16T20:55:49.208Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-04-16T20:55:49.228Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33672026-04-16T20:55:49.245Z Compiling bcrypt-pbkdf v0.10.0
33682026-04-16T20:55:49.398Z Compiling tabled v0.20.0
33692026-04-16T20:55:49.614Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33702026-04-16T20:55:49.695Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-04-16T20:55:49.801Z Compiling object v0.30.4
33722026-04-16T20:55:49.964Z Compiling progenitor-macro v0.11.2
33732026-04-16T20:55:50.030Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-04-16T20:55:50.070Z Compiling progenitor-macro v0.10.0
33752026-04-16T20:55:50.447Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-04-16T20:55:50.866Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-04-16T20:55:50.939Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-04-16T20:55:51.097Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-04-16T20:55:51.145Z Compiling async-compression v0.4.41
33802026-04-16T20:55:51.196Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33812026-04-16T20:55:51.529Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33822026-04-16T20:55:51.754Z Compiling progenitor-client v0.11.2
33832026-04-16T20:55:51.936Z Compiling password-hash v0.4.2
33842026-04-16T20:55:51.959Z Compiling dropshot_endpoint v0.17.0
33852026-04-16T20:55:51.979Z Compiling secrecy v0.8.0
33862026-04-16T20:55:52.131Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33872026-04-16T20:55:52.165Z Compiling http-range v0.1.5
33882026-04-16T20:55:52.327Z Compiling path-slash v0.1.5
33892026-04-16T20:55:52.368Z Compiling half v1.8.3
33902026-04-16T20:55:52.388Z Compiling pbkdf2 v0.11.0
33912026-04-16T20:55:52.477Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-04-16T20:55:52.633Z Compiling serde_cbor v0.11.2
33932026-04-16T20:55:52.838Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33942026-04-16T20:55:53.195Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33952026-04-16T20:55:53.214Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33962026-04-16T20:55:53.335Z Compiling ssh-key v0.6.7
33972026-04-16T20:55:53.766Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33982026-04-16T20:55:53.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-16T20:55:54.001Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-04-16T20:55:54.234Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-04-16T20:55:54.251Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34022026-04-16T20:55:54.612Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-04-16T20:55:54.630Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-04-16T20:55:54.827Z Compiling p256 v0.13.2
34052026-04-16T20:55:54.912Z Compiling p521 v0.13.3
34062026-04-16T20:55:54.931Z Compiling yasna v0.5.2
34072026-04-16T20:55:54.971Z Compiling kstat-rs v0.2.4
34082026-04-16T20:55:55.091Z Compiling headers-core v0.3.0
34092026-04-16T20:55:55.167Z Compiling nanorand v0.7.0
34102026-04-16T20:55:55.196Z Compiling progenitor v0.10.0
34112026-04-16T20:55:55.214Z Compiling progenitor v0.11.2
34122026-04-16T20:55:55.246Z Compiling russh-cryptovec v0.7.3
34132026-04-16T20:55:55.246Z Compiling atty v0.2.14
34142026-04-16T20:55:55.310Z Compiling home v0.5.12
34152026-04-16T20:55:55.388Z Compiling md5 v0.7.0
34162026-04-16T20:55:55.406Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-04-16T20:55:55.423Z Compiling crc8 v0.1.1
34182026-04-16T20:55:55.464Z Compiling rcgen v0.12.1
34192026-04-16T20:55:55.480Z Compiling flume v0.11.1
34202026-04-16T20:55:55.496Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34212026-04-16T20:55:55.499Z Compiling headers v0.4.1
34222026-04-16T20:55:55.578Z Compiling russh-keys v0.45.0
34232026-04-16T20:55:55.619Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34242026-04-16T20:55:55.667Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-04-16T20:55:55.700Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-04-16T20:55:55.826Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-04-16T20:55:55.918Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34282026-04-16T20:55:56.075Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34292026-04-16T20:55:56.284Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34302026-04-16T20:55:56.311Z Compiling hyper-staticfile v0.10.1
34312026-04-16T20:55:56.328Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-04-16T20:55:56.343Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-04-16T20:55:56.399Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342026-04-16T20:55:56.465Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-04-16T20:55:56.715Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-04-16T20:55:56.734Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34372026-04-16T20:55:56.759Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34382026-04-16T20:55:56.811Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-04-16T20:55:56.873Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-04-16T20:55:57.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34412026-04-16T20:55:57.187Z Compiling num-bigint v0.4.6
34422026-04-16T20:55:57.210Z Compiling des v0.8.1
34432026-04-16T20:55:57.211Z Compiling subprocess v0.2.15
34442026-04-16T20:55:57.246Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-16T20:55:57.262Z Compiling display-error-chain v0.2.2
34462026-04-16T20:55:57.429Z Compiling hex-literal v0.4.1
34472026-04-16T20:55:57.455Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-04-16T20:55:57.568Z Compiling colored v2.2.0
34492026-04-16T20:55:57.585Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-04-16T20:55:57.630Z Compiling internet-checksum v0.2.1
34512026-04-16T20:55:57.694Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-04-16T20:55:58.025Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34532026-04-16T20:55:58.133Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34542026-04-16T20:55:58.387Z Compiling russh v0.45.0
34552026-04-16T20:56:00.780Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34562026-04-16T20:56:01.481Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-04-16T20:56:01.974Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-04-16T20:56:02.063Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-04-16T20:56:10.083Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-04-16T20:56:10.083Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-04-16T20:56:10.083Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-04-16T20:56:10.087Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-04-16T20:56:11.834Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-04-16T20:56:11.848Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-04-16T20:56:16.019Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-04-16T20:56:36.227Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-04-16T20:56:55.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34682026-04-16T20:56:55.319Z
34692026-04-16T20:56:55.319Zreal 1:25.076752083
34702026-04-16T20:56:55.319Zuser 8:23.251623841
34712026-04-16T20:56:55.319Zsys 1:43.911172285
34722026-04-16T20:56:55.319Ztrap 0.262751157
34732026-04-16T20:56:55.319Ztflt 0.643679703
34742026-04-16T20:56:55.319Zdflt 1.897736200
34752026-04-16T20:56:55.319Zkflt 0.000349666
34762026-04-16T20:56:55.319Zlock 29:48.301551342
34772026-04-16T20:56:55.323Zslp 19:33.085452601
34782026-04-16T20:56:55.323Zlat 40.867960902
34792026-04-16T20:56:55.323Zstop 2:48.569505776
34802026-04-16T20:56:55.323Z+ mkdir tests
34812026-04-16T20:56:55.326Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-04-16T20:56:55.326Z+ xargs -I '{}' -t cp '{}' tests/
34832026-04-16T20:56:55.351Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-24192a441a7e61a5 tests/
34842026-04-16T20:56:55.380Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-590950ae66e48da5 tests/
34852026-04-16T20:56:55.410Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1dbd9e10a3600cd5 tests/
34862026-04-16T20:56:55.441Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-11718e14d567bbab tests/
34872026-04-16T20:56:55.770Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34882026-04-16T20:56:55.774Z+ 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-590950ae66e48da5 tests/commtest-1dbd9e10a3600cd5 tests/dhcp_server-24192a441a7e61a5 tests/end_to_end_tests-11718e14d567bbab out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34892026-04-16T20:58:21.265ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-04-16T20:58:21.265Za .github/buildomat/ci-env.sh 1K
34912026-04-16T20:58:21.265Za out/target/test 1K
34922026-04-16T20:58:21.266Za out/npuzone/npuzone 27402K
34932026-04-16T20:58:21.266Za package-manifest.toml 35K
34942026-04-16T20:58:21.266Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-04-16T20:58:21.266Za target/release/omicron-package 44698K
34962026-04-16T20:58:21.266Za target/release/xtask 11446K
34972026-04-16T20:58:21.266Za target/debug/bootstrap 340327K
34982026-04-16T20:58:21.266Za tests/bootstrap-590950ae66e48da5 31310K
34992026-04-16T20:58:21.266Za tests/commtest-1dbd9e10a3600cd5 32395K
35002026-04-16T20:58:21.266Za tests/dhcp_server-24192a441a7e61a5 31310K
35012026-04-16T20:58:21.266Za tests/end_to_end_tests-11718e14d567bbab 382722K
35022026-04-16T20:58:21.266Za out/clickhouse.tar.gz 322885K
35032026-04-16T20:58:21.266Za out/clickhouse_keeper.tar.gz 306831K
35042026-04-16T20:58:21.266Za out/clickhouse_server.tar.gz 322883K
35052026-04-16T20:58:21.266Za out/cockroachdb.tar.gz 166760K
35062026-04-16T20:58:21.266Za out/crucible-pantry-zone.tar.gz 44021K
35072026-04-16T20:58:21.266Za out/crucible-utils.tar 17744K
35082026-04-16T20:58:21.266Za out/crucible-zone.tar.gz 58159K
35092026-04-16T20:58:21.266Za out/external-dns.tar.gz 51575K
35102026-04-16T20:58:21.266Za out/internal-dns.tar.gz 51574K
35112026-04-16T20:58:21.266Za out/mg-ddm-gz.tar 78377K
35122026-04-16T20:58:21.266Za out/nexus.tar.gz 219769K
35132026-04-16T20:58:21.266Za out/ntp.tar.gz 32507K
35142026-04-16T20:58:21.266Za out/omicron-gateway-softnpu.tar.gz 28460K
35152026-04-16T20:58:21.266Za out/omicron-sled-agent.tar 204512K
35162026-04-16T20:58:21.266Za out/overlay.tar.gz 3K
35172026-04-16T20:58:21.266Za out/oximeter.tar.gz 67314K
35182026-04-16T20:58:21.266Za out/oxlog.tar 3782K
35192026-04-16T20:58:21.266Za out/probe.tar.gz 3037K
35202026-04-16T20:58:21.266Za out/propolis-server.tar.gz 38727K
35212026-04-16T20:58:21.266Za out/pumpkind-gz.tar 26647K
35222026-04-16T20:58:21.266Za out/switch-softnpu.tar.gz 385781K
35232026-04-16T20:58:21.270Z
35242026-04-16T20:58:21.270Zreal 1:25.486406429
35252026-04-16T20:58:21.270Zuser 1:22.812354411
35262026-04-16T20:58:21.270Zsys 4.459362669
35272026-04-16T20:58:21.270Ztrap 0.007644270
35282026-04-16T20:58:21.270Ztflt 0.000000000
35292026-04-16T20:58:21.270Zdflt 0.000000000
35302026-04-16T20:58:21.270Zkflt 0.000000000
35312026-04-16T20:58:21.270Zlock 0.000000000
35322026-04-16T20:58:21.270Zslp 1:22.708767266
35332026-04-16T20:58:21.270Zlat 0.979793208
35342026-04-16T20:58:21.270Zstop 0.000668178
35352026-04-16T20:58:21.270Zprocess exited: duration 1050551 ms, exit code 0
 
35362026-04-16T20:58:21.286Zfound 1 output files
35372026-04-16T20:58:21.296Zuploading: /work/package.tar.gz (2436295353 bytes)
35382026-04-16T20:58:47.636Zuploaded: /work/package.tar.gz