01KMH1TYFP29VS994PSGBFKCA8: 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: 01KMH1VFN8XKSN7P16FV80CQSH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T23:13:27.109Zjob assigned to worker 01KMH1VMCFWC277Y9T6NQ3Y1NV [factory aws, i-0eee6bd0bf1acb8ca] (queued for 2 m 19 s)
 
22026-03-24T23:13:35.922Zstarting task 0: "setup"
32026-03-24T23:13:35.931Z++ uname -s
42026-03-24T23:13:35.934Z+ kern=SunOS
52026-03-24T23:13:35.934Z+ build_user=build
62026-03-24T23:13:35.934Z+ build_uid=12345
72026-03-24T23:13:35.934Z+ work_dir=/work
82026-03-24T23:13:35.934Z+ input_dir=/input
92026-03-24T23:13:35.934Z+ [[ 0 == 12345 ]]
102026-03-24T23:13:35.935Z+ case "$kern" in
112026-03-24T23:13:35.935Z+ groupadd -g 12345 build
122026-03-24T23:13:35.938Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T23:13:35.943Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T23:13:36.022Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T23:13:36.025Z+ home_fs=zfs
162026-03-24T23:13:36.025Z+ [[ zfs == autofs ]]
172026-03-24T23:13:36.025Z+ mkdir -p /home/build
182026-03-24T23:13:36.028Z+ chown build:build /home/build /work
192026-03-24T23:13:36.028Z+ chmod 0700 /home/build /work
202026-03-24T23:13:36.031Zprocess exited: duration 108 ms, exit code 0
 
212026-03-24T23:13:36.038Zstarting task 1: "rust-toolchain"
222026-03-24T23:13:36.043Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T23:13:36.043Z * rust toolchain channel = "1.94.0"
242026-03-24T23:13:36.043Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T23:13:36.043Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-24T23:13:36.043Z * rust toolchain profile = "default"
272026-03-24T23:13:36.043Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T23:13:36.046Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T23:13:36.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T23:13:36.188Zinfo: downloading installer
312026-03-24T23:13:37.981Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T23:13:37.981Zwarn: /opt/ooce/bin
332026-03-24T23:13:37.981Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T23:13:37.981Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T23:13:37.981Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T23:13:37.981Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T23:13:37.981Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T23:13:37.981Zerror: cannot install while Rust is installed
392026-03-24T23:13:37.981Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T23:13:37.981Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T23:13:37.981Zwarn: /home/build/.rustup/settings.toml
422026-03-24T23:13:37.981Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T23:13:37.981Zwarn: instead of the one inferred from the default host triple.
442026-03-24T23:13:37.996Zinfo: profile set to default
452026-03-24T23:13:37.996Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T23:13:38.064Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T23:13:38.141Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T23:13:38.144Zinfo: downloading 6 components
492026-03-24T23:13:53.451Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T23:13:53.451Z
512026-03-24T23:13:53.484Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T23:13:53.484Z
532026-03-24T23:13:53.488Z
542026-03-24T23:13:53.488ZRust is installed now. Great!
552026-03-24T23:13:53.488Z
562026-03-24T23:13:53.488ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T23:13:53.488Zenvironment variable. This has not been done automatically.
582026-03-24T23:13:53.488Z
592026-03-24T23:13:53.488ZTo configure your current shell, you need to source
602026-03-24T23:13:53.488Zthe corresponding env file under $HOME/.cargo.
612026-03-24T23:13:53.488Z
622026-03-24T23:13:53.488ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T23:13:53.488Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T23:13:53.488Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T23:13:53.488Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T23:13:53.488Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T23:13:53.488Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T23:13:53.488Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T23:13:53.488Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T23:13:53.488Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T23:13:53.628Z+ rustup --version
722026-03-24T23:13:53.638Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T23:13:53.638Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T23:13:53.638Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T23:13:53.643Z+ cargo --version
762026-03-24T23:13:53.648Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T23:13:53.648Z+ rustc --version
782026-03-24T23:13:53.675Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T23:13:53.678Zprocess exited: duration 17638 ms, exit code 0
 
802026-03-24T23:13:53.685Zstarting task 2: "authentication"
812026-03-24T23:13:53.708Zprocess exited: duration 22 ms, exit code 0
 
822026-03-24T23:13:53.715Zstarting task 3: "clone repository"
832026-03-24T23:13:53.721Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T23:13:53.726Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T23:13:53.761ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T23:14:05.266Z+ cd /work/oxidecomputer/omicron
872026-03-24T23:14:05.266Z+ git fetch origin a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
882026-03-24T23:14:05.600ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T23:14:05.600Z * branch a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e -> FETCH_HEAD
902026-03-24T23:14:05.613Z+ [[ -n txn-sitrep-insert ]]
912026-03-24T23:14:05.617Z++ git branch --show-current
922026-03-24T23:14:05.621Z+ current=main
932026-03-24T23:14:05.621Z+ [[ main != txn-sitrep-insert ]]
942026-03-24T23:14:05.621Z+ git branch -f txn-sitrep-insert a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
952026-03-24T23:14:05.624Z+ git checkout -f txn-sitrep-insert
962026-03-24T23:14:05.945ZSwitched to branch 'txn-sitrep-insert'
972026-03-24T23:14:05.948Z+ git reset --hard a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
982026-03-24T23:14:06.010ZHEAD is now at a1d650fe7 better error context
992026-03-24T23:14:06.014Zprocess exited: duration 12294 ms, exit code 0
 
1002026-03-24T23:14:06.020Zstarting task 4: "build"
1012026-03-24T23:14:06.026Z+ source .github/buildomat/ci-env.sh
1022026-03-24T23:14:06.029Z++ export CARGO_TERM_COLOR=always
1032026-03-24T23:14:06.029Z++ CARGO_TERM_COLOR=always
1042026-03-24T23:14:06.029Z+ cargo --version
1052026-03-24T23:14:06.039Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T23:14:06.042Z+ rustc --version
1072026-03-24T23:14:06.068Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T23:14:06.071Z+ WORK=/work
1092026-03-24T23:14:06.071Z+ pfexec mkdir -p /work
1102026-03-24T23:14:06.076Z+ pfexec chown build /work
1112026-03-24T23:14:06.083Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T23:14:16.132Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T23:14:26.117Z Startup: Caching catalogs ... Done
1142026-03-24T23:14:48.435ZPlanning: Solver setup ... Done (20.840s)
1152026-03-24T23:14:48.591ZPlanning: Running solver ... Done (0.157s)
1162026-03-24T23:14:48.781ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T23:14:48.802ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T23:14:48.937ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T23:14:48.981ZPlanning: Package planning ... Done (0.044s)
1202026-03-24T23:14:49.021ZPlanning: Merging actions ... Done (0.040s)
1212026-03-24T23:14:49.262ZPlanning: Checking for conflicting actions ... Done (0.241s)
1222026-03-24T23:14:49.272ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T23:14:50.139ZPlanning: Evaluating mediators ... Done (0.866s)
1242026-03-24T23:14:50.148ZPlanning: Planning completed in 23.88 seconds
1252026-03-24T23:14:50.162Z Packages to install: 4
1262026-03-24T23:14:50.162Z Mediators to change: 2
1272026-03-24T23:14:50.162Z Services to change: 1
1282026-03-24T23:14:50.162Z Estimated space available: 155.43 GB
1292026-03-24T23:14:50.165ZEstimated space to be consumed: 1.83 GB
1302026-03-24T23:14:50.165Z Create boot environment: No
1312026-03-24T23:14:50.165ZCreate backup boot environment: No
1322026-03-24T23:14:50.165Z Rebuild boot archive: No
1332026-03-24T23:14:50.165Z
1342026-03-24T23:14:50.165ZChanged mediators:
1352026-03-24T23:14:50.165Z mediator clang:
1362026-03-24T23:14:50.165Z version: None -> 15 (system default)
1372026-03-24T23:14:50.165Z
1382026-03-24T23:14:50.165Z mediator llvm:
1392026-03-24T23:14:50.165Z version: 14 (system default) -> 15 (system default)
1402026-03-24T23:14:50.166Z
1412026-03-24T23:14:50.166ZChanged packages:
1422026-03-24T23:14:50.166Zhelios-dev
1432026-03-24T23:14:50.166Z developer/build-essential
1442026-03-24T23:14:50.166Z None -> 11-2.0
1452026-03-24T23:14:50.166Z library/libxmlsec1
1462026-03-24T23:14:50.166Z None -> 1.2.35-2.0
1472026-03-24T23:14:50.166Z ooce/developer/clang-15
1482026-03-24T23:14:50.166Z None -> 15.0.7-2.0
1492026-03-24T23:14:50.166Z ooce/developer/llvm-15
1502026-03-24T23:14:50.166Z None -> 15.0.7-2.0
1512026-03-24T23:14:50.166Z
1522026-03-24T23:14:50.166ZServices:
1532026-03-24T23:14:50.166Z restart_fmri:
1542026-03-24T23:14:50.166Z svc:/system/update-man-index:default
1552026-03-24T23:14:50.211Z
1562026-03-24T23:14:50.211ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T23:14:55.341ZDownload: 2219/3290 items 118.5/212.6MB 55% complete (24.4M/s)
1582026-03-24T23:14:59.269ZDownload: Completed 212.60 MB in 9.06 seconds (23.5M/s)
1592026-03-24T23:14:59.549Z Actions: 1/3689 actions (Installing new actions)
1602026-03-24T23:15:03.725Z Actions: Completed 3689 actions in 4.18 seconds.
1612026-03-24T23:15:04.507Z Done (0.776s)
1622026-03-24T23:15:04.507Z Done (0.000s)
1632026-03-24T23:15:05.402Z Done (0.894s)
1642026-03-24T23:15:09.186Z Done (3.414s)
1652026-03-24T23:15:09.296Z Done (0.015s)
1662026-03-24T23:15:09.300Z Done (0.000s)
1672026-03-24T23:15:09.401Z Done (0.000s)
1682026-03-24T23:15:10.402ZPlanning: Evaluating mediator changes ... Done
1692026-03-24T23:15:10.549ZPlanning: Checking for conflicting actions ... Done
1702026-03-24T23:15:10.553ZPlanning: Consolidating action changes ... Done
1712026-03-24T23:15:10.773ZPlanning: Evaluating mediators ... Done
1722026-03-24T23:15:10.776ZPlanning: Planning completed in 0.37 seconds
1732026-03-24T23:15:10.801Z Mediators to change: 2
1742026-03-24T23:15:10.801Z Create boot environment: No
1752026-03-24T23:15:10.801ZCreate backup boot environment: No
1762026-03-24T23:15:10.889Z Done
1772026-03-24T23:15:10.889Z Done
1782026-03-24T23:15:11.646Z Done
1792026-03-24T23:15:15.012Z Done
1802026-03-24T23:15:15.095Z Done
1812026-03-24T23:15:15.098Z Done
1822026-03-24T23:15:15.242Z Done
1832026-03-24T23:15:15.790ZPlanning: Evaluating mediator changes ... Done
1842026-03-24T23:15:15.793ZPlanning: Merging actions ... Done
1852026-03-24T23:15:15.958ZPlanning: Checking for conflicting actions ... Done
1862026-03-24T23:15:15.963ZPlanning: Consolidating action changes ... Done
1872026-03-24T23:15:16.174ZPlanning: Evaluating mediators ... Done
1882026-03-24T23:15:16.216ZPlanning: Planning completed in 0.63 seconds
1892026-03-24T23:15:16.247Z Packages to change: 1
1902026-03-24T23:15:16.247Z Mediators to change: 1
1912026-03-24T23:15:16.250Z Services to change: 1
1922026-03-24T23:15:16.250Z Create boot environment: No
1932026-03-24T23:15:16.250ZCreate backup boot environment: Yes
1942026-03-24T23:15:18.735Z Actions: 1/6 actions (Updating modified actions)
1952026-03-24T23:15:18.739Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-24T23:15:18.739Z Done
1972026-03-24T23:15:18.739Z Done
1982026-03-24T23:15:18.927Z Done
1992026-03-24T23:15:22.183Z Done
2002026-03-24T23:15:22.273Z Done
2012026-03-24T23:15:22.276Z Done
2022026-03-24T23:15:22.428Z Done
2032026-03-24T23:15:22.805ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-24T23:15:22.805Zclang system 15 system
2052026-03-24T23:15:22.805Zcsh system system illumos
2062026-03-24T23:15:22.805Zctags system system illumos
2072026-03-24T23:15:22.805Zfile system system illumos
2082026-03-24T23:15:22.805Zgcc vendor 12 vendor
2092026-03-24T23:15:22.805Zgcc system 10 system
2102026-03-24T23:15:22.805Zgcc system 7 system
2112026-03-24T23:15:22.805Zgo system 1.20 system
2122026-03-24T23:15:22.805Zgo system 1.19 system
2132026-03-24T23:15:22.805Zllvm system 15 system
2142026-03-24T23:15:22.805Zllvm system 14 system
2152026-03-24T23:15:22.805Zmariadb system 10.6 system
2162026-03-24T23:15:22.805Zmta vendor vendor dma
2172026-03-24T23:15:22.805Zopenjdk system 17 system
2182026-03-24T23:15:22.805Zopenjdk system 11 system
2192026-03-24T23:15:22.805Zopenjdk system 1.8 system
2202026-03-24T23:15:22.805Zopenssl vendor 3 vendor
2212026-03-24T23:15:22.805Zperl system 5.36 system
2222026-03-24T23:15:22.805Zpostgresql system 15 system
2232026-03-24T23:15:22.805Zpostgresql system 13 system
2242026-03-24T23:15:22.805Zpython vendor 3 vendor
2252026-03-24T23:15:22.805Zpython system 2 system
2262026-03-24T23:15:22.805Zpython3 system 3.11 system
2272026-03-24T23:15:22.805Zruby system 3.0 system
2282026-03-24T23:15:22.805Zwords vendor vendor american-english
2292026-03-24T23:15:22.805Zwords system system australian-english
2302026-03-24T23:15:22.805Zwords system system british-english
2312026-03-24T23:15:22.806Zwords system system canadian-english
2322026-03-24T23:15:22.806Zwords system system french
2332026-03-24T23:15:22.806Zwords system system italian
2342026-03-24T23:15:22.806Zwords system system ngerman
2352026-03-24T23:15:22.806Zwords system system ogerman
2362026-03-24T23:15:22.806Zwords system system spanish
2372026-03-24T23:15:23.115ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-24T23:15:23.115Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-24T23:15:29.213ZFMRI IFO
2402026-03-24T23:15:29.213Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-24T23:15:29.213Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-24T23:15:29.213Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-24T23:15:29.213Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-24T23:15:29.213Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-24T23:15:29.213Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-24T23:15:29.214Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-24T23:15:29.214Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-24T23:15:29.214Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-24T23:15:29.214Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-24T23:15:29.214Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-24T23:15:29.214Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-24T23:15:29.214Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-24T23:15:29.214Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-24T23:15:29.214Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-24T23:15:29.214Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-24T23:15:30.496Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-24T23:15:30.801Z Updating crates.io index
2582026-03-24T23:15:30.843Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-24T23:15:31.773Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-24T23:15:32.092Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-24T23:15:32.602Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-24T23:15:33.534Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-24T23:15:34.215Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-24T23:15:35.761Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-24T23:15:37.336Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-24T23:15:38.069Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-24T23:15:38.528Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-24T23:15:39.229Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-24T23:15:39.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-24T23:15:40.184Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-24T23:15:40.553Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-24T23:15:41.591Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-24T23:15:42.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-24T23:15:42.529Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-24T23:15:42.902Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-24T23:15:43.407Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-24T23:15:43.815Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-24T23:15:44.047Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-24T23:15:44.285Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-24T23:15:44.728Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-24T23:15:45.245Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-24T23:15:45.689Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-24T23:15:46.018Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-24T23:15:46.551Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-24T23:15:47.662Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-24T23:15:47.928Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-24T23:15:48.907Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-24T23:15:49.538Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-24T23:15:49.787Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-24T23:15:50.226Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-24T23:15:50.556Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-24T23:15:51.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-24T23:15:51.893Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-24T23:15:52.150Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-24T23:15:52.414Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-24T23:15:52.802Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-24T23:16:08.065Z Downloading crates ...
2982026-03-24T23:16:08.118Z Downloaded cfg-if v1.0.4
2992026-03-24T23:16:08.121Z Downloaded anstream v0.6.21
3002026-03-24T23:16:08.126Z Downloaded anstyle v1.0.13
3012026-03-24T23:16:08.129Z Downloaded cargo_toml v0.21.0
3022026-03-24T23:16:08.134Z Downloaded form_urlencoded v1.2.2
3032026-03-24T23:16:08.137Z Downloaded erased-serde v0.4.9
3042026-03-24T23:16:08.137Z Downloaded dof v0.3.0
3052026-03-24T23:16:08.140Z Downloaded pest_generator v2.8.6
3062026-03-24T23:16:08.140Z Downloaded digest v0.10.7
3072026-03-24T23:16:08.144Z Downloaded clap_derive v4.5.55
3082026-03-24T23:16:08.146Z Downloaded toml v0.8.23
3092026-03-24T23:16:08.153Z Downloaded proc-macro2 v1.0.106
3102026-03-24T23:16:08.156Z Downloaded percent-encoding v2.3.2
3112026-03-24T23:16:08.159Z Downloaded plain v0.2.3
3122026-03-24T23:16:08.159Z Downloaded dtrace-parser v0.2.0
3132026-03-24T23:16:08.159Z Downloaded macaddr v1.0.1
3142026-03-24T23:16:08.162Z Downloaded yoke-derive v0.8.1
3152026-03-24T23:16:08.162Z Downloaded strsim v0.11.1
3162026-03-24T23:16:08.166Z Downloaded serde-value v0.7.0
3172026-03-24T23:16:08.166Z Downloaded is_terminal_polyfill v1.70.2
3182026-03-24T23:16:08.166Z Downloaded fnv v1.0.7
3192026-03-24T23:16:08.166Z Downloaded equivalent v1.0.2
3202026-03-24T23:16:08.169Z Downloaded unicode-linebreak v0.1.5
3212026-03-24T23:16:08.169Z Downloaded cpufeatures v0.2.17
3222026-03-24T23:16:08.169Z Downloaded toml_write v0.1.2
3232026-03-24T23:16:08.174Z Downloaded usdt-attr-macro v0.5.0
3242026-03-24T23:16:08.174Z Downloaded zerofrom-derive v0.1.6
3252026-03-24T23:16:08.175Z Downloaded version_check v0.9.5
3262026-03-24T23:16:08.175Z Downloaded pretty-hex v0.4.1
3272026-03-24T23:16:08.175Z Downloaded usdt v0.5.0
3282026-03-24T23:16:08.179Z Downloaded block-buffer v0.10.4
3292026-03-24T23:16:08.179Z Downloaded proc-macro-error-attr v1.0.4
3302026-03-24T23:16:08.179Z Downloaded utf8_iter v1.0.4
3312026-03-24T23:16:08.183Z Downloaded zerofrom v0.1.6
3322026-03-24T23:16:08.183Z Downloaded anstyle-query v1.1.5
3332026-03-24T23:16:08.183Z Downloaded litemap v0.8.1
3342026-03-24T23:16:08.183Z Downloaded crypto-common v0.1.7
3352026-03-24T23:16:08.187Z Downloaded thread-id v4.2.2
3362026-03-24T23:16:08.187Z Downloaded unicode-xid v0.2.6
3372026-03-24T23:16:08.187Z Downloaded potential_utf v0.1.4
3382026-03-24T23:16:08.187Z Downloaded ordered-float v2.10.1
3392026-03-24T23:16:08.192Z Downloaded utf8parse v0.2.2
3402026-03-24T23:16:08.192Z Downloaded byteorder v1.5.0
3412026-03-24T23:16:08.192Z Downloaded toml_datetime v0.6.11
3422026-03-24T23:16:08.192Z Downloaded itoa v1.0.17
3432026-03-24T23:16:08.195Z Downloaded typeid v1.0.3
3442026-03-24T23:16:08.195Z Downloaded bytecount v0.6.9
3452026-03-24T23:16:08.195Z Downloaded cargo-util-schemas v0.8.2
3462026-03-24T23:16:08.198Z Downloaded clap_lex v1.0.0
3472026-03-24T23:16:08.201Z Downloaded usdt-macro v0.5.0
3482026-03-24T23:16:08.201Z Downloaded idna_adapter v1.2.1
3492026-03-24T23:16:08.201Z Downloaded zerovec-derive v0.11.2
3502026-03-24T23:16:08.201Z Downloaded thiserror-impl v2.0.18
3512026-03-24T23:16:08.204Z Downloaded thiserror-impl v1.0.69
3522026-03-24T23:16:08.204Z Downloaded terminal_size v0.4.3
3532026-03-24T23:16:08.207Z Downloaded swrite v0.1.0
3542026-03-24T23:16:08.207Z Downloaded memmap v0.7.0
3552026-03-24T23:16:08.207Z Downloaded thiserror v2.0.18
3562026-03-24T23:16:08.210Z Downloaded yoke v0.8.1
3572026-03-24T23:16:08.214Z Downloaded usdt-impl v0.5.0
3582026-03-24T23:16:08.214Z Downloaded thiserror v1.0.69
3592026-03-24T23:16:08.217Z Downloaded stable_deref_trait v1.2.1
3602026-03-24T23:16:08.217Z Downloaded colorchoice v1.0.4
3612026-03-24T23:16:08.237Z Downloaded writeable v0.6.2
3622026-03-24T23:16:08.237Z Downloaded zerocopy-derive v0.7.35
3632026-03-24T23:16:08.237Z Downloaded tinystr v0.8.2
3642026-03-24T23:16:08.237Z Downloaded smawk v0.3.2
3652026-03-24T23:16:08.237Z Downloaded serde_spanned v0.6.9
3662026-03-24T23:16:08.237Z Downloaded heck v0.4.1
3672026-03-24T23:16:08.237Z Downloaded ucd-trie v0.1.7
3682026-03-24T23:16:08.237Z Downloaded cargo-platform v0.2.0
3692026-03-24T23:16:08.238Z Downloaded generic-array v0.14.7
3702026-03-24T23:16:08.242Z Downloaded bitflags v2.11.0
3712026-03-24T23:16:08.243Z Downloaded zmij v1.0.21
3722026-03-24T23:16:08.247Z Downloaded textwrap v0.16.2
3732026-03-24T23:16:08.247Z Downloaded unicode-ident v1.0.24
3742026-03-24T23:16:08.250Z Downloaded tabled_derive v0.7.0
3752026-03-24T23:16:08.250Z Downloaded heck v0.5.0
3762026-03-24T23:16:08.253Z Downloaded scroll_derive v0.12.1
3772026-03-24T23:16:08.256Z Downloaded typenum v1.19.0
3782026-03-24T23:16:08.259Z Downloaded zerotrie v0.2.3
3792026-03-24T23:16:08.263Z Downloaded fastrand v2.3.0
3802026-03-24T23:16:08.266Z Downloaded url v2.5.8
3812026-03-24T23:16:08.269Z Downloaded errno v0.3.14
3822026-03-24T23:16:08.272Z Downloaded displaydoc v0.2.5
3832026-03-24T23:16:08.272Z Downloaded toml_edit v0.22.27
3842026-03-24T23:16:08.276Z Downloaded camino-tempfile v1.4.1
3852026-03-24T23:16:08.281Z Downloaded zerovec v0.11.5
3862026-03-24T23:16:08.285Z Downloaded tempfile v3.25.0
3872026-03-24T23:16:08.292Z Downloaded memchr v2.8.0
3882026-03-24T23:16:08.296Z Downloaded zerocopy v0.7.35
3892026-03-24T23:16:08.308Z Downloaded sha2 v0.10.9
3902026-03-24T23:16:08.311Z Downloaded winnow v0.7.14
3912026-03-24T23:16:08.315Z Downloaded serde_tokenstream v0.2.3
3922026-03-24T23:16:08.318Z Downloaded anstyle-parse v0.2.7
3932026-03-24T23:16:08.318Z Downloaded once_cell v1.21.3
3942026-03-24T23:16:08.321Z Downloaded unicode-width v0.2.0
3952026-03-24T23:16:08.325Z Downloaded semver v1.0.27
3962026-03-24T23:16:08.328Z Downloaded proc-macro-error v1.0.4
3972026-03-24T23:16:08.328Z Downloaded unicode-width v0.1.14
3982026-03-24T23:16:08.331Z Downloaded serde-untagged v0.1.9
3992026-03-24T23:16:08.334Z Downloaded scroll v0.12.0
4002026-03-24T23:16:08.334Z Downloaded fs-err v3.3.0
4012026-03-24T23:16:08.338Z Downloaded autocfg v1.5.0
4022026-03-24T23:16:08.338Z Downloaded serde_core v1.0.228
4032026-03-24T23:16:08.341Z Downloaded icu_normalizer_data v2.1.1
4042026-03-24T23:16:08.341Z Downloaded cargo_metadata v0.21.0
4052026-03-24T23:16:08.341Z Downloaded quote v1.0.44
4062026-03-24T23:16:08.344Z Downloaded synstructure v0.13.2
4072026-03-24T23:16:08.350Z Downloaded camino v1.2.2
4082026-03-24T23:16:08.353Z Downloaded papergrid v0.11.0
4092026-03-24T23:16:08.357Z Downloaded smallvec v1.15.1
4102026-03-24T23:16:08.360Z Downloaded getrandom v0.4.1
4112026-03-24T23:16:08.363Z Downloaded anyhow v1.0.102
4122026-03-24T23:16:08.365Z Downloaded pest_meta v2.8.6
4132026-03-24T23:16:08.366Z Downloaded icu_normalizer v2.1.1
4142026-03-24T23:16:08.370Z Downloaded log v0.4.29
4152026-03-24T23:16:08.373Z Downloaded serde_derive v1.0.228
4162026-03-24T23:16:08.376Z Downloaded icu_provider v2.1.1
4172026-03-24T23:16:08.379Z Downloaded clap v4.5.60
4182026-03-24T23:16:08.383Z Downloaded pest_derive v2.8.6
4192026-03-24T23:16:08.386Z Downloaded icu_locale_core v2.1.1
4202026-03-24T23:16:08.389Z Downloaded num-traits v0.2.19
4212026-03-24T23:16:08.401Z Downloaded icu_properties v2.1.2
4222026-03-24T23:16:08.426Z Downloaded icu_collections v2.1.1
4232026-03-24T23:16:08.433Z Downloaded serde v1.0.228
4242026-03-24T23:16:08.436Z Downloaded pest v2.8.6
4252026-03-24T23:16:08.439Z Downloaded indexmap v2.13.0
4262026-03-24T23:16:08.451Z Downloaded idna v1.1.0
4272026-03-24T23:16:08.463Z Downloaded hashbrown v0.16.1
4282026-03-24T23:16:08.479Z Downloaded icu_properties_data v2.1.2
4292026-03-24T23:16:08.486Z Downloaded clap_builder v4.5.60
4302026-03-24T23:16:08.496Z Downloaded tabled v0.15.0
4312026-03-24T23:16:08.507Z Downloaded serde_json v1.0.149
4322026-03-24T23:16:08.512Z Downloaded goblin v0.8.2
4332026-03-24T23:16:08.516Z Downloaded syn v1.0.109
4342026-03-24T23:16:08.533Z Downloaded syn v2.0.117
4352026-03-24T23:16:08.553Z Downloaded rustix v1.1.3
4362026-03-24T23:16:08.582Z Downloaded libc v0.2.180
4372026-03-24T23:16:08.669Z Compiling proc-macro2 v1.0.106
4382026-03-24T23:16:08.672Z Compiling quote v1.0.44
4392026-03-24T23:16:08.673Z Compiling unicode-ident v1.0.24
4402026-03-24T23:16:08.673Z Compiling serde_core v1.0.228
4412026-03-24T23:16:08.673Z Compiling libc v0.2.180
4422026-03-24T23:16:08.673Z Compiling version_check v0.9.5
4432026-03-24T23:16:08.673Z Compiling stable_deref_trait v1.2.1
4442026-03-24T23:16:08.673Z Compiling memchr v2.8.0
4452026-03-24T23:16:08.673Z Compiling serde v1.0.228
4462026-03-24T23:16:08.673Z Compiling zmij v1.0.21
4472026-03-24T23:16:08.673Z Compiling ucd-trie v0.1.7
4482026-03-24T23:16:08.673Z Compiling thiserror v1.0.69
4492026-03-24T23:16:08.673Z Compiling autocfg v1.5.0
4502026-03-24T23:16:08.886Z Compiling itoa v1.0.17
4512026-03-24T23:16:08.889Z Compiling writeable v0.6.2
4522026-03-24T23:16:09.168Z Compiling litemap v0.8.1
4532026-03-24T23:16:09.438Z Compiling byteorder v1.5.0
4542026-03-24T23:16:09.442Z Compiling icu_properties_data v2.1.2
4552026-03-24T23:16:09.442Z Compiling icu_normalizer_data v2.1.1
4562026-03-24T23:16:09.501Z Compiling rustix v1.1.3
4572026-03-24T23:16:09.590Z Compiling serde_json v1.0.149
4582026-03-24T23:16:09.619Z Compiling bitflags v2.11.0
4592026-03-24T23:16:09.736Z Compiling typeid v1.0.3
4602026-03-24T23:16:09.821Z Compiling pest v2.8.6
4612026-03-24T23:16:09.876Z Compiling hashbrown v0.16.1
4622026-03-24T23:16:09.932Z Compiling num-traits v0.2.19
4632026-03-24T23:16:10.127Z Compiling equivalent v1.0.2
4642026-03-24T23:16:10.185Z Compiling smallvec v1.15.1
4652026-03-24T23:16:10.243Z Compiling proc-macro-error-attr v1.0.4
4662026-03-24T23:16:10.303Z Compiling usdt-impl v0.5.0
4672026-03-24T23:16:10.391Z Compiling winnow v0.7.14
4682026-03-24T23:16:10.392Z Compiling erased-serde v0.4.9
4692026-03-24T23:16:10.476Z Compiling syn v1.0.109
4702026-03-24T23:16:10.509Z Compiling toml_write v0.1.2
4712026-03-24T23:16:10.603Z Compiling errno v0.3.14
4722026-03-24T23:16:10.665Z Compiling indexmap v2.13.0
4732026-03-24T23:16:10.669Z Compiling thread-id v4.2.2
4742026-03-24T23:16:10.845Z Compiling proc-macro-error v1.0.4
4752026-03-24T23:16:10.849Z Compiling getrandom v0.4.1
4762026-03-24T23:16:10.910Z Compiling syn v2.0.117
4772026-03-24T23:16:10.938Z Compiling thiserror v2.0.18
4782026-03-24T23:16:10.963Z Compiling camino v1.2.2
4792026-03-24T23:16:11.022Z Compiling utf8parse v0.2.2
4802026-03-24T23:16:11.025Z Compiling plain v0.2.3
4812026-03-24T23:16:11.049Z Compiling log v0.4.29
4822026-03-24T23:16:11.136Z Compiling utf8_iter v1.0.4
4832026-03-24T23:16:11.139Z Compiling percent-encoding v2.3.2
4842026-03-24T23:16:11.218Z Compiling anstyle-parse v0.2.7
4852026-03-24T23:16:11.347Z Compiling form_urlencoded v1.2.2
4862026-03-24T23:16:11.472Z Compiling pest_meta v2.8.6
4872026-03-24T23:16:11.559Z Compiling anstyle-query v1.1.5
4882026-03-24T23:16:11.559Z Compiling colorchoice v1.0.4
4892026-03-24T23:16:11.645Z Compiling ordered-float v2.10.1
4902026-03-24T23:16:11.649Z Compiling pretty-hex v0.4.1
4912026-03-24T23:16:11.709Z Compiling is_terminal_polyfill v1.70.2
4922026-03-24T23:16:11.745Z Compiling cfg-if v1.0.4
4932026-03-24T23:16:11.748Z Compiling anstyle v1.0.13
4942026-03-24T23:16:11.871Z Compiling fs-err v3.3.0
4952026-03-24T23:16:11.931Z Compiling unicode-width v0.1.14
4962026-03-24T23:16:11.935Z Compiling unicode-xid v0.2.6
4972026-03-24T23:16:11.994Z Compiling clap_lex v1.0.0
4982026-03-24T23:16:12.053Z Compiling terminal_size v0.4.3
4992026-03-24T23:16:12.113Z Compiling anstream v0.6.21
5002026-03-24T23:16:12.225Z Compiling semver v1.0.27
5012026-03-24T23:16:12.262Z Compiling bytecount v0.6.9
5022026-03-24T23:16:12.336Z Compiling strsim v0.11.1
5032026-03-24T23:16:12.386Z Compiling fastrand v2.3.0
5042026-03-24T23:16:12.416Z Compiling heck v0.4.1
5052026-03-24T23:16:12.479Z Compiling anyhow v1.0.102
5062026-03-24T23:16:12.510Z Compiling fnv v1.0.7
5072026-03-24T23:16:12.568Z Compiling heck v0.5.0
5082026-03-24T23:16:12.628Z Compiling once_cell v1.21.3
5092026-03-24T23:16:12.669Z Compiling papergrid v0.11.0
5102026-03-24T23:16:12.746Z Compiling serde-untagged v0.1.9
5112026-03-24T23:16:12.776Z Compiling clap_builder v4.5.60
5122026-03-24T23:16:12.835Z Compiling memmap v0.7.0
5132026-03-24T23:16:12.864Z Compiling unicode-width v0.2.0
5142026-03-24T23:16:12.869Z Compiling tempfile v3.25.0
5152026-03-24T23:16:12.929Z Compiling unicode-linebreak v0.1.5
5162026-03-24T23:16:12.959Z Compiling smawk v0.3.2
5172026-03-24T23:16:13.134Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-24T23:16:13.166Z Compiling swrite v0.1.0
5192026-03-24T23:16:13.268Z Compiling textwrap v0.16.2
5202026-03-24T23:16:13.291Z Compiling camino-tempfile v1.4.1
5212026-03-24T23:16:13.847Z Compiling tabled_derive v0.7.0
5222026-03-24T23:16:14.712Z Compiling synstructure v0.13.2
5232026-03-24T23:16:14.713Z Compiling pest_generator v2.8.6
5242026-03-24T23:16:14.770Z Compiling tabled v0.15.0
5252026-03-24T23:16:15.441Z Compiling serde_derive v1.0.228
5262026-03-24T23:16:15.441Z Compiling zerofrom-derive v0.1.6
5272026-03-24T23:16:15.444Z Compiling yoke-derive v0.8.1
5282026-03-24T23:16:15.445Z Compiling zerovec-derive v0.11.2
5292026-03-24T23:16:15.445Z Compiling displaydoc v0.2.5
5302026-03-24T23:16:15.490Z Compiling thiserror-impl v1.0.69
5312026-03-24T23:16:15.493Z Compiling zerocopy-derive v0.7.35
5322026-03-24T23:16:15.545Z Compiling scroll_derive v0.12.1
5332026-03-24T23:16:15.548Z Compiling thiserror-impl v2.0.18
5342026-03-24T23:16:15.575Z Compiling clap_derive v4.5.55
5352026-03-24T23:16:15.632Z Compiling pest_derive v2.8.6
5362026-03-24T23:16:16.515Z Compiling zerocopy v0.7.35
5372026-03-24T23:16:16.562Z Compiling scroll v0.12.0
5382026-03-24T23:16:16.786Z Compiling zerofrom v0.1.6
5392026-03-24T23:16:16.948Z Compiling yoke v0.8.1
5402026-03-24T23:16:16.975Z Compiling goblin v0.8.2
5412026-03-24T23:16:17.036Z Compiling dtrace-parser v0.2.0
5422026-03-24T23:16:17.153Z Compiling zerovec v0.11.5
5432026-03-24T23:16:17.157Z Compiling zerotrie v0.2.3
5442026-03-24T23:16:17.482Z Compiling clap v4.5.60
5452026-03-24T23:16:17.761Z Compiling tinystr v0.8.2
5462026-03-24T23:16:17.761Z Compiling potential_utf v0.1.4
5472026-03-24T23:16:17.939Z Compiling icu_collections v2.1.1
5482026-03-24T23:16:17.972Z Compiling icu_locale_core v2.1.1
5492026-03-24T23:16:18.755Z Compiling icu_provider v2.1.1
5502026-03-24T23:16:18.982Z Compiling serde_spanned v0.6.9
5512026-03-24T23:16:18.982Z Compiling toml_datetime v0.6.11
5522026-03-24T23:16:18.986Z Compiling serde-value v0.7.0
5532026-03-24T23:16:18.986Z Compiling cargo-platform v0.2.0
5542026-03-24T23:16:18.986Z Compiling macaddr v1.0.1
5552026-03-24T23:16:19.009Z Compiling dof v0.3.0
5562026-03-24T23:16:19.013Z Compiling serde_tokenstream v0.2.3
5572026-03-24T23:16:19.059Z Compiling icu_properties v2.1.2
5582026-03-24T23:16:19.062Z Compiling icu_normalizer v2.1.1
5592026-03-24T23:16:19.238Z Compiling toml_edit v0.22.27
5602026-03-24T23:16:20.023Z Compiling usdt-attr-macro v0.5.0
5612026-03-24T23:16:20.027Z Compiling usdt-macro v0.5.0
5622026-03-24T23:16:20.373Z Compiling idna_adapter v1.2.1
5632026-03-24T23:16:20.515Z Compiling idna v1.1.0
5642026-03-24T23:16:20.775Z Compiling usdt v0.5.0
5652026-03-24T23:16:20.876Z Compiling url v2.5.8
5662026-03-24T23:16:21.048Z Compiling toml v0.8.23
5672026-03-24T23:16:21.523Z Compiling cargo-util-schemas v0.8.2
5682026-03-24T23:16:21.523Z Compiling cargo_toml v0.21.0
5692026-03-24T23:16:22.697Z Compiling cargo_metadata v0.21.0
5702026-03-24T23:16:23.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-24T23:16:26.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.59s
5722026-03-24T23:16:27.148Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-24T23:16:27.918Z Downloading crates ...
5742026-03-24T23:16:28.041Z Downloaded adler2 v2.0.1
5752026-03-24T23:16:28.049Z Downloaded aead v0.5.2
5762026-03-24T23:16:28.052Z Downloaded assert_matches v1.5.0
5772026-03-24T23:16:28.059Z Downloaded array-init v0.0.4
5782026-03-24T23:16:28.062Z Downloaded cipher v0.4.4
5792026-03-24T23:16:28.062Z Downloaded bitfield-struct v0.6.2
5802026-03-24T23:16:28.065Z Downloaded env_filter v1.0.0
5812026-03-24T23:16:28.069Z Downloaded cfg_aliases v0.2.1
5822026-03-24T23:16:28.072Z Downloaded dsl_auto_type v0.2.0
5832026-03-24T23:16:28.079Z Downloaded console v0.16.2
5842026-03-24T23:16:28.084Z Downloaded bzip2 v0.6.1
5852026-03-24T23:16:28.089Z Downloaded crc32fast v1.5.0
5862026-03-24T23:16:28.092Z Downloaded bitfield v0.19.4
5872026-03-24T23:16:28.096Z Downloaded dyn-clone v1.0.20
5882026-03-24T23:16:28.099Z Downloaded dropshot v0.16.7
5892026-03-24T23:16:28.115Z Downloaded ecdsa v0.16.9
5902026-03-24T23:16:28.118Z Downloaded deranged v0.5.8
5912026-03-24T23:16:28.121Z Downloaded defmt-parser v1.0.0
5922026-03-24T23:16:28.121Z Downloaded derive-where v1.6.0
5932026-03-24T23:16:28.124Z Downloaded cargo_metadata v0.19.2
5942026-03-24T23:16:28.127Z Downloaded dunce v1.0.5
5952026-03-24T23:16:28.127Z Downloaded async-stream v0.3.6
5962026-03-24T23:16:28.127Z Downloaded ed25519 v2.2.3
5972026-03-24T23:16:28.130Z Downloaded embedded-io v0.4.0
5982026-03-24T23:16:28.133Z Downloaded crc8 v0.1.1
5992026-03-24T23:16:28.133Z Downloaded bitfield-macros v0.19.4
6002026-03-24T23:16:28.133Z Downloaded fd-lock v4.0.4
6012026-03-24T23:16:28.136Z Downloaded des v0.8.1
6022026-03-24T23:16:28.136Z Downloaded dtrace-parser v0.3.0
6032026-03-24T23:16:28.140Z Downloaded dirs-next v2.0.0
6042026-03-24T23:16:28.140Z Downloaded ctr v0.9.2
6052026-03-24T23:16:28.140Z Downloaded base16ct v1.0.0
6062026-03-24T23:16:28.143Z Downloaded derive-ex v0.1.8
6072026-03-24T23:16:28.143Z Downloaded ciborium-ll v0.2.2
6082026-03-24T23:16:28.146Z Downloaded defmt-macros v1.0.1
6092026-03-24T23:16:28.146Z Downloaded ciborium-io v0.2.2
6102026-03-24T23:16:28.149Z Downloaded aho-corasick v1.1.4
6112026-03-24T23:16:28.152Z Downloaded chacha20poly1305 v0.10.1
6122026-03-24T23:16:28.155Z Downloaded cfg_aliases v0.1.1
6132026-03-24T23:16:28.155Z Downloaded arrayref v0.3.9
6142026-03-24T23:16:28.160Z Downloaded endian-type v0.1.2
6152026-03-24T23:16:28.160Z Downloaded darling_macro v0.20.11
6162026-03-24T23:16:28.160Z Downloaded bit-set v0.5.3
6172026-03-24T23:16:28.163Z Downloaded defmt v1.0.1
6182026-03-24T23:16:28.163Z Downloaded document-features v0.2.12
6192026-03-24T23:16:28.163Z Downloaded data-encoding v2.10.0
6202026-03-24T23:16:28.166Z Downloaded darling_macro v0.23.0
6212026-03-24T23:16:28.167Z Downloaded float-ord v0.3.2
6222026-03-24T23:16:28.170Z Downloaded flagset v0.4.7
6232026-03-24T23:16:28.170Z Downloaded dropshot-api-manager-types v0.6.0
6242026-03-24T23:16:28.170Z Downloaded block-padding v0.3.3
6252026-03-24T23:16:28.173Z Downloaded async-recursion v1.1.1
6262026-03-24T23:16:28.176Z Downloaded fixedbitset v0.4.2
6272026-03-24T23:16:28.176Z Downloaded crunchy v0.2.4
6282026-03-24T23:16:28.176Z Downloaded downcast-rs v2.0.2
6292026-03-24T23:16:28.179Z Downloaded dof v0.4.0
6302026-03-24T23:16:28.179Z Downloaded bb8 v0.8.6
6312026-03-24T23:16:28.179Z Downloaded cbc v0.1.2
6322026-03-24T23:16:28.182Z Downloaded colored v2.2.0
6332026-03-24T23:16:28.185Z Downloaded chacha20 v0.10.0
6342026-03-24T23:16:28.185Z Downloaded embedded-io v0.6.1
6352026-03-24T23:16:28.188Z Downloaded crucible-workspace-hack v0.1.0
6362026-03-24T23:16:28.188Z Downloaded cobs v0.3.0
6372026-03-24T23:16:28.191Z Downloaded cexpr v0.6.0
6382026-03-24T23:16:28.191Z Downloaded castaway v0.2.4
6392026-03-24T23:16:28.191Z Downloaded cassowary v0.3.0
6402026-03-24T23:16:28.195Z Downloaded dirs-sys-next v0.1.2
6412026-03-24T23:16:28.195Z Downloaded derive_builder_macro v0.20.2
6422026-03-24T23:16:28.195Z Downloaded convert_case v0.4.0
6432026-03-24T23:16:28.198Z Downloaded debug-ignore v1.0.5
6442026-03-24T23:16:28.201Z Downloaded bcrypt-pbkdf v0.10.0
6452026-03-24T23:16:28.201Z Downloaded crc-catalog v2.4.0
6462026-03-24T23:16:28.204Z Downloaded cstr-argument v0.1.2
6472026-03-24T23:16:28.204Z Downloaded ascii-canvas v3.0.0
6482026-03-24T23:16:28.207Z Downloaded foreign-types-shared v0.3.1
6492026-03-24T23:16:28.207Z Downloaded enum-as-inner v0.6.1
6502026-03-24T23:16:28.210Z Downloaded display-error-chain v0.2.2
6512026-03-24T23:16:28.210Z Downloaded curve25519-dalek-derive v0.1.1
6522026-03-24T23:16:28.214Z Downloaded fxhash v0.2.1
6532026-03-24T23:16:28.215Z Downloaded foreign-types-macros v0.2.3
6542026-03-24T23:16:28.215Z Downloaded difflib v0.4.0
6552026-03-24T23:16:28.215Z Downloaded cargo-platform v0.1.9
6562026-03-24T23:16:28.218Z Downloaded darling_macro v0.21.3
6572026-03-24T23:16:28.218Z Downloaded float-cmp v0.10.0
6582026-03-24T23:16:28.218Z Downloaded diesel_table_macro_syntax v0.3.0
6592026-03-24T23:16:28.221Z Downloaded fallible-iterator v0.2.0
6602026-03-24T23:16:28.221Z Downloaded derive_builder_core v0.20.2
6612026-03-24T23:16:28.224Z Downloaded critical-section v1.2.0
6622026-03-24T23:16:28.224Z Downloaded ciborium v0.2.2
6632026-03-24T23:16:28.229Z Downloaded atomicwrites v0.4.4
6642026-03-24T23:16:28.244Z Downloaded globwalk v0.9.1
6652026-03-24T23:16:28.249Z Downloaded funty v2.0.0
6662026-03-24T23:16:28.249Z Downloaded futures-core v0.3.32
6672026-03-24T23:16:28.253Z Downloaded erased-serde v0.3.31
6682026-03-24T23:16:28.253Z Downloaded futures-sink v0.3.32
6692026-03-24T23:16:28.253Z Downloaded futures-io v0.3.32
6702026-03-24T23:16:28.253Z Downloaded either v1.15.0
6712026-03-24T23:16:28.257Z Downloaded futures-macro v0.3.32
6722026-03-24T23:16:28.257Z Downloaded foreign-types-shared v0.1.1
6732026-03-24T23:16:28.257Z Downloaded camino-tempfile-ext v0.3.3
6742026-03-24T23:16:28.260Z Downloaded backoff v0.4.0
6752026-03-24T23:16:28.260Z Downloaded foreign-types v0.3.2
6762026-03-24T23:16:28.264Z Downloaded find-msvc-tools v0.1.9
6772026-03-24T23:16:28.264Z Downloaded env_logger v0.11.9
6782026-03-24T23:16:28.269Z Downloaded filetime v0.2.27
6792026-03-24T23:16:28.269Z Downloaded ghash v0.5.1
6802026-03-24T23:16:28.269Z Downloaded gethostname v0.5.0
6812026-03-24T23:16:28.272Z Downloaded csv-core v0.1.13
6822026-03-24T23:16:28.272Z Downloaded hash32 v0.3.1
6832026-03-24T23:16:28.272Z Downloaded ena v0.14.4
6842026-03-24T23:16:28.275Z Downloaded blowfish v0.9.1
6852026-03-24T23:16:28.275Z Downloaded allocator-api2 v0.2.21
6862026-03-24T23:16:28.278Z Downloaded byte-wrapper v0.1.0
6872026-03-24T23:16:28.297Z Downloaded cargo_toml v0.22.3
6882026-03-24T23:16:28.297Z Downloaded hex v0.4.3
6892026-03-24T23:16:28.297Z Downloaded derive_builder v0.20.2
6902026-03-24T23:16:28.302Z Downloaded cmake v0.1.57
6912026-03-24T23:16:28.302Z Downloaded chacha20 v0.9.1
6922026-03-24T23:16:28.302Z Downloaded ff v0.13.1
6932026-03-24T23:16:28.302Z Downloaded convert_case v0.10.0
6942026-03-24T23:16:28.302Z Downloaded constant_time_eq v0.4.2
6952026-03-24T23:16:28.302Z Downloaded async-stream-impl v0.3.6
6962026-03-24T23:16:28.302Z Downloaded corncobs v0.1.4
6972026-03-24T23:16:28.302Z Downloaded foldhash v0.2.0
6982026-03-24T23:16:28.302Z Downloaded headers-core v0.3.0
6992026-03-24T23:16:28.303Z Downloaded foreign-types v0.5.0
7002026-03-24T23:16:28.303Z Downloaded fixedbitset v0.5.7
7012026-03-24T23:16:28.303Z Downloaded drift v0.1.3
7022026-03-24T23:16:28.306Z Downloaded clang-sys v1.8.1
7032026-03-24T23:16:28.310Z Downloaded hash32 v0.2.1
7042026-03-24T23:16:28.310Z Downloaded diesel-dtrace v0.5.0
7052026-03-24T23:16:28.313Z Downloaded derive_more v2.1.1
7062026-03-24T23:16:28.318Z Downloaded http-range v0.1.5
7072026-03-24T23:16:28.322Z Downloaded home v0.5.12
7082026-03-24T23:16:28.322Z Downloaded group v0.13.0
7092026-03-24T23:16:28.326Z Downloaded git-stub v1.0.0
7102026-03-24T23:16:28.326Z Downloaded const_format_proc_macros v0.2.34
7112026-03-24T23:16:28.331Z Downloaded daft v0.1.5
7122026-03-24T23:16:28.331Z Downloaded darling v0.23.0
7132026-03-24T23:16:28.334Z Downloaded hyper-tls v0.6.0
7142026-03-24T23:16:28.334Z Downloaded futures-task v0.3.32
7152026-03-24T23:16:28.340Z Downloaded fs-err v2.11.0
7162026-03-24T23:16:28.340Z Downloaded hubpack_derive v0.1.1
7172026-03-24T23:16:28.340Z Downloaded http-body v1.0.1
7182026-03-24T23:16:28.343Z Downloaded blake2 v0.10.6
7192026-03-24T23:16:28.343Z Downloaded git-stub-vcs v0.1.0
7202026-03-24T23:16:28.343Z Downloaded fs_extra v1.3.0
7212026-03-24T23:16:28.346Z Downloaded buf-list v1.1.2
7222026-03-24T23:16:28.346Z Downloaded futures-channel v0.3.32
7232026-03-24T23:16:28.349Z Downloaded dropshot_endpoint v0.16.7
7242026-03-24T23:16:28.353Z Downloaded hubpack v0.1.2
7252026-03-24T23:16:28.353Z Downloaded futures-executor v0.3.32
7262026-03-24T23:16:28.356Z Downloaded diff v0.1.13
7272026-03-24T23:16:28.356Z Downloaded cancel-safe-futures v0.1.5
7282026-03-24T23:16:28.359Z Downloaded derive_more v0.99.20
7292026-03-24T23:16:28.362Z Downloaded ident_case v1.0.1
7302026-03-24T23:16:28.365Z Downloaded http-body-util v0.1.3
7312026-03-24T23:16:28.365Z Downloaded is-terminal v0.4.17
7322026-03-24T23:16:28.369Z Downloaded cookie v0.18.1
7332026-03-24T23:16:28.369Z Downloaded hostname v0.4.2
7342026-03-24T23:16:28.372Z Downloaded is_ci v1.2.0
7352026-03-24T23:16:28.372Z Downloaded instant v0.1.13
7362026-03-24T23:16:28.372Z Downloaded console v0.15.11
7372026-03-24T23:16:28.376Z Downloaded lru-cache v0.1.2
7382026-03-24T23:16:28.382Z Downloaded fatfs v0.3.6
7392026-03-24T23:16:28.382Z Downloaded highway v1.3.0
7402026-03-24T23:16:28.385Z Downloaded cc v1.2.56
7412026-03-24T23:16:28.385Z Downloaded crossbeam-epoch v0.9.18
7422026-03-24T23:16:28.385Z Downloaded bumpalo v3.20.2
7432026-03-24T23:16:28.389Z Downloaded httpdate v1.0.3
7442026-03-24T23:16:28.389Z Downloaded backon v1.6.0
7452026-03-24T23:16:28.392Z Downloaded elliptic-curve v0.13.8
7462026-03-24T23:16:28.395Z Downloaded async-bb8-diesel v0.2.1
7472026-03-24T23:16:28.399Z Downloaded internet-checksum v0.2.1
7482026-03-24T23:16:28.399Z Downloaded lzss v0.8.2
7492026-03-24T23:16:28.404Z Downloaded lalrpop-util v0.19.12
7502026-03-24T23:16:28.404Z Downloaded lru v0.12.5
7512026-03-24T23:16:28.404Z Downloaded keccak v0.1.6
7522026-03-24T23:16:28.404Z Downloaded memoffset v0.9.1
7532026-03-24T23:16:28.407Z Downloaded managed v0.8.0
7542026-03-24T23:16:28.407Z Downloaded humantime v2.3.0
7552026-03-24T23:16:28.407Z Downloaded inout v0.1.4
7562026-03-24T23:16:28.407Z Downloaded indent_write v2.2.0
7572026-03-24T23:16:28.410Z Downloaded ed25519-dalek v2.2.0
7582026-03-24T23:16:28.416Z Downloaded hostname v0.3.1
7592026-03-24T23:16:28.416Z Downloaded const-oid v0.9.6
7602026-03-24T23:16:28.420Z Downloaded globset v0.4.18
7612026-03-24T23:16:28.420Z Downloaded der v0.7.10
7622026-03-24T23:16:28.425Z Downloaded glob v0.3.3
7632026-03-24T23:16:28.425Z Downloaded der_derive v0.7.3
7642026-03-24T23:16:28.425Z Downloaded crossbeam-utils v0.8.21
7652026-03-24T23:16:28.429Z Downloaded nodrop v0.1.14
7662026-03-24T23:16:28.429Z Downloaded nibble_vec v0.1.0
7672026-03-24T23:16:28.429Z Downloaded newline-converter v0.3.0
7682026-03-24T23:16:28.429Z Downloaded colored v3.1.1
7692026-03-24T23:16:28.434Z Downloaded nonempty v0.12.0
7702026-03-24T23:16:28.434Z Downloaded lru-slab v0.1.2
7712026-03-24T23:16:28.437Z Downloaded libscf-sys v1.1.0
7722026-03-24T23:16:28.437Z Downloaded ipnetwork v0.21.1
7732026-03-24T23:16:28.437Z Downloaded md-5 v0.10.6
7742026-03-24T23:16:28.440Z Downloaded maybe-uninit v2.0.0
7752026-03-24T23:16:28.441Z Downloaded num v0.4.3
7762026-03-24T23:16:28.441Z Downloaded new_debug_unreachable v1.0.6
7772026-03-24T23:16:28.441Z Downloaded md5 v0.7.0
7782026-03-24T23:16:28.444Z Downloaded flume v0.11.1
7792026-03-24T23:16:28.447Z Downloaded newtype-uuid-macros v0.1.0
7802026-03-24T23:16:28.447Z Downloaded libefi-sys v0.1.0
7812026-03-24T23:16:28.450Z Downloaded multimap v0.10.1
7822026-03-24T23:16:28.450Z Downloaded darling_core v0.20.11
7832026-03-24T23:16:28.453Z Downloaded impl-trait-for-tuples v0.2.3
7842026-03-24T23:16:28.456Z Downloaded getrandom v0.2.17
7852026-03-24T23:16:28.459Z Downloaded darling_core v0.23.0
7862026-03-24T23:16:28.462Z Downloaded num-derive v0.3.3
7872026-03-24T23:16:28.465Z Downloaded num_threads v0.1.7
7882026-03-24T23:16:28.465Z Downloaded hickory-client v0.25.2
7892026-03-24T23:16:28.468Z Downloaded bzip2 v0.4.4
7902026-03-24T23:16:28.468Z Downloaded arrayvec v0.7.6
7912026-03-24T23:16:28.471Z Downloaded match_cfg v0.1.0
7922026-03-24T23:16:28.471Z Downloaded normalize-line-endings v0.3.0
7932026-03-24T23:16:28.471Z Downloaded linear-map v1.2.0
7942026-03-24T23:16:28.474Z Downloaded darling_core v0.21.3
7952026-03-24T23:16:28.477Z Downloaded openssl-probe v0.1.6
7962026-03-24T23:16:28.477Z Downloaded openssl-macros v0.1.1
7972026-03-24T23:16:28.480Z Downloaded crypto-bigint v0.5.5
7982026-03-24T23:16:28.483Z Downloaded httparse v1.10.1
7992026-03-24T23:16:28.486Z Downloaded newtype-uuid v1.3.2
8002026-03-24T23:16:28.486Z Downloaded libloading v0.8.9
8012026-03-24T23:16:28.490Z Downloaded ingot-types v0.1.2
8022026-03-24T23:16:28.490Z Downloaded num-conv v0.2.0
8032026-03-24T23:16:28.493Z Downloaded kstat-rs v0.2.4
8042026-03-24T23:16:28.493Z Downloaded opaque-debug v0.3.1
8052026-03-24T23:16:28.496Z Downloaded num_enum_derive v0.5.11
8062026-03-24T23:16:28.496Z Downloaded olpc-cjson v0.1.4
8072026-03-24T23:16:28.496Z Downloaded num-iter v0.1.45
8082026-03-24T23:16:28.499Z Downloaded hmac v0.12.1
8092026-03-24T23:16:28.499Z Downloaded half v1.8.3
8102026-03-24T23:16:28.502Z Downloaded compact_str v0.8.1
8112026-03-24T23:16:28.505Z Downloaded crc-any v2.5.0
8122026-03-24T23:16:28.505Z Downloaded oso-derive v0.27.3
8132026-03-24T23:16:28.508Z Downloaded parse-display v0.10.0
8142026-03-24T23:16:28.508Z Downloaded hyper-rustls v0.27.7
8152026-03-24T23:16:28.512Z Downloaded jobserver v0.1.34
8162026-03-24T23:16:28.512Z Downloaded cookie_store v0.22.1
8172026-03-24T23:16:28.517Z Downloaded mime v0.3.17
8182026-03-24T23:16:28.517Z Downloaded ingot-macros v0.1.1
8192026-03-24T23:16:28.517Z Downloaded bytes v1.11.1
8202026-03-24T23:16:28.520Z Downloaded openssl-probe v0.2.1
8212026-03-24T23:16:28.523Z Downloaded libsw v3.5.0
8222026-03-24T23:16:28.523Z Downloaded flate2 v1.1.9
8232026-03-24T23:16:28.526Z Downloaded ipnet v2.11.0
8242026-03-24T23:16:28.530Z Downloaded instability v0.3.11
8252026-03-24T23:16:28.531Z Downloaded ingot v0.1.1
8262026-03-24T23:16:28.531Z Downloaded indoc v2.0.7
8272026-03-24T23:16:28.534Z Downloaded num-derive v0.4.2
8282026-03-24T23:16:28.534Z Downloaded heapless v0.8.0
8292026-03-24T23:16:28.537Z Downloaded peg-runtime v0.8.5
8302026-03-24T23:16:28.540Z Downloaded iana-time-zone v0.1.65
8312026-03-24T23:16:28.540Z Downloaded parse-size v1.1.0
8322026-03-24T23:16:28.545Z Downloaded maplit v1.0.2
8332026-03-24T23:16:28.545Z Downloaded pbkdf2 v0.11.0
8342026-03-24T23:16:28.549Z Downloaded num_enum_derive v0.7.5
8352026-03-24T23:16:28.549Z Downloaded path-slash v0.1.5
8362026-03-24T23:16:28.549Z Downloaded lock_api v0.4.14
8372026-03-24T23:16:28.549Z Downloaded hyper-staticfile v0.10.1
8382026-03-24T23:16:28.552Z Downloaded native-tls v0.2.18
8392026-03-24T23:16:28.552Z Downloaded nanorand v0.7.0
8402026-03-24T23:16:28.555Z Downloaded phf_shared v0.11.3
8412026-03-24T23:16:28.555Z Downloaded getrandom v0.3.4
8422026-03-24T23:16:28.559Z Downloaded mime_guess v2.0.5
8432026-03-24T23:16:28.562Z Downloaded phf_shared v0.12.1
8442026-03-24T23:16:28.562Z Downloaded const_format v0.2.35
8452026-03-24T23:16:28.565Z Downloaded indoc v1.0.9
8462026-03-24T23:16:28.569Z Downloaded multer v3.1.0
8472026-03-24T23:16:28.570Z Downloaded oxnet v0.1.4
8482026-03-24T23:16:28.573Z Downloaded pbkdf2 v0.12.2
8492026-03-24T23:16:28.573Z Downloaded num-integer v0.1.46
8502026-03-24T23:16:28.573Z Downloaded nu-ansi-term v0.50.3
8512026-03-24T23:16:28.578Z Downloaded oxide-tokio-rt v0.1.3
8522026-03-24T23:16:28.578Z Downloaded half v2.7.1
8532026-03-24T23:16:28.582Z Downloaded linked-hash-map v0.5.6
8542026-03-24T23:16:28.582Z Downloaded newtype_derive v0.1.6
8552026-03-24T23:16:28.582Z Downloaded lazy_static v1.5.0
8562026-03-24T23:16:28.585Z Downloaded owo-colors v4.3.0
8572026-03-24T23:16:28.585Z Downloaded ahash v0.8.12
8582026-03-24T23:16:28.589Z Downloaded num-complex v0.4.6
8592026-03-24T23:16:28.593Z Downloaded hex-literal v0.4.1
8602026-03-24T23:16:28.593Z Downloaded bit-vec v0.8.0
8612026-03-24T23:16:28.593Z Downloaded pin-utils v0.1.0
8622026-03-24T23:16:28.593Z Downloaded predicates-tree v1.0.13
8632026-03-24T23:16:28.593Z Downloaded proc-macro-crate v3.4.0
8642026-03-24T23:16:28.597Z Downloaded paste v1.0.15
8652026-03-24T23:16:28.601Z Downloaded precomputed-hash v0.1.1
8662026-03-24T23:16:28.601Z Downloaded heapless v0.7.17
8672026-03-24T23:16:28.605Z Downloaded predicates-core v1.0.10
8682026-03-24T23:16:28.605Z Downloaded powerfmt v0.2.0
8692026-03-24T23:16:28.605Z Downloaded num-rational v0.4.2
8702026-03-24T23:16:28.605Z Downloaded bcs v0.1.6
8712026-03-24T23:16:28.608Z Downloaded proc-macro-crate v1.3.1
8722026-03-24T23:16:28.608Z Downloaded num_enum v0.7.5
8732026-03-24T23:16:28.611Z Downloaded password-hash v0.4.2
8742026-03-24T23:16:28.614Z Downloaded crossbeam-channel v0.5.15
8752026-03-24T23:16:28.618Z Downloaded futures v0.3.32
8762026-03-24T23:16:28.622Z Downloaded peg v0.8.5
8772026-03-24T23:16:28.625Z Downloaded progenitor-macro v0.10.0
8782026-03-24T23:16:28.625Z Downloaded libsw-core v0.3.2
8792026-03-24T23:16:28.628Z Downloaded proc-macro-error-attr2 v2.0.0
8802026-03-24T23:16:28.628Z Downloaded packed_struct_codegen v0.10.1
8812026-03-24T23:16:28.634Z Downloaded base64 v0.22.1
8822026-03-24T23:16:28.634Z Downloaded radium v0.7.0
8832026-03-24T23:16:28.635Z Downloaded expectorate v1.2.0
8842026-03-24T23:16:28.638Z Downloaded pem-rfc7468 v0.7.0
8852026-03-24T23:16:28.638Z Downloaded packed_struct v0.10.1
8862026-03-24T23:16:28.638Z Downloaded parking_lot_core v0.8.6
8872026-03-24T23:16:28.641Z Downloaded litrs v1.0.0
8882026-03-24T23:16:28.645Z Downloaded memmap2 v0.9.10
8892026-03-24T23:16:28.645Z Downloaded pem v3.0.6
8902026-03-24T23:16:28.649Z Downloaded ignore v0.4.25
8912026-03-24T23:16:28.649Z Downloaded progenitor-client v0.11.2
8922026-03-24T23:16:28.649Z Downloaded password-hash v0.5.0
8932026-03-24T23:16:28.652Z Downloaded derive_more-impl v2.1.1
8942026-03-24T23:16:28.656Z Downloaded progenitor-macro v0.11.2
8952026-03-24T23:16:28.656Z Downloaded progenitor-client v0.10.0
8962026-03-24T23:16:28.660Z Downloaded polyval v0.6.2
8972026-03-24T23:16:28.660Z Downloaded pin-project-internal v1.1.11
8982026-03-24T23:16:28.660Z Downloaded peg-macros v0.8.5
8992026-03-24T23:16:28.665Z Downloaded rand_chacha v0.3.1
9002026-03-24T23:16:28.666Z Downloaded indexmap v1.9.3
9012026-03-24T23:16:28.666Z Downloaded base64 v0.21.7
9022026-03-24T23:16:28.669Z Downloaded ar_archive_writer v0.5.1
9032026-03-24T23:16:28.672Z Downloaded diesel_derives v2.3.7
9042026-03-24T23:16:28.677Z Downloaded recursive v0.1.1
9052026-03-24T23:16:28.680Z Downloaded omicron-zone-package v0.12.2
9062026-03-24T23:16:28.681Z Downloaded pkg-config v0.3.32
9072026-03-24T23:16:28.684Z Downloaded psl-types v2.0.11
9082026-03-24T23:16:28.684Z Downloaded rand_xorshift v0.4.0
9092026-03-24T23:16:28.684Z Downloaded pkcs8 v0.10.2
9102026-03-24T23:16:28.687Z Downloaded num_enum v0.5.11
9112026-03-24T23:16:28.690Z Downloaded libbz2-rs-sys v0.2.2
9122026-03-24T23:16:28.697Z Downloaded phf_shared v0.13.1
9132026-03-24T23:16:28.697Z Downloaded foldhash v0.1.5
9142026-03-24T23:16:28.697Z Downloaded progenitor v0.10.0
9152026-03-24T23:16:28.697Z Downloaded pin-project-lite v0.2.17
9162026-03-24T23:16:28.700Z Downloaded rfc6979 v0.4.0
9172026-03-24T23:16:28.700Z Downloaded predicates v3.1.4
9182026-03-24T23:16:28.704Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-03-24T23:16:28.704Z Downloaded dropshot-api-manager v0.6.0
9202026-03-24T23:16:28.709Z Downloaded ref-cast-impl v1.0.25
9212026-03-24T23:16:28.712Z Downloaded ref-cast v1.0.25
9222026-03-24T23:16:28.712Z Downloaded progenitor v0.13.0
9232026-03-24T23:16:28.712Z Downloaded progenitor v0.11.2
9242026-03-24T23:16:28.715Z Downloaded progenitor-macro v0.13.0
9252026-03-24T23:16:28.715Z Downloaded progenitor-extras v0.1.1
9262026-03-24T23:16:28.715Z Downloaded ppv-lite86 v0.2.21
9272026-03-24T23:16:28.718Z Downloaded parking_lot_core v0.9.12
9282026-03-24T23:16:28.718Z Downloaded postgres-protocol v0.6.10
9292026-03-24T23:16:28.722Z Downloaded darling v0.21.3
9302026-03-24T23:16:28.727Z Downloaded rustc_version v0.4.1
9312026-03-24T23:16:28.727Z Downloaded rustc_version v0.1.7
9322026-03-24T23:16:28.730Z Downloaded rustc-hash v2.1.1
9332026-03-24T23:16:28.730Z Downloaded rtoolbox v0.0.3
9342026-03-24T23:16:28.730Z Downloaded russh-cryptovec v0.7.3
9352026-03-24T23:16:28.730Z Downloaded darling v0.20.11
9362026-03-24T23:16:28.734Z Downloaded arc-swap v1.8.2
9372026-03-24T23:16:28.737Z Downloaded phf v0.12.1
9382026-03-24T23:16:28.740Z Downloaded poly1305 v0.8.0
9392026-03-24T23:16:28.743Z Downloaded quick-error v1.2.3
9402026-03-24T23:16:28.743Z Downloaded psm v0.1.30
9412026-03-24T23:16:28.746Z Downloaded rand_chacha v0.9.0
9422026-03-24T23:16:28.746Z Downloaded progenitor-client v0.13.0
9432026-03-24T23:16:28.746Z Downloaded postgres-types v0.2.12
9442026-03-24T23:16:28.749Z Downloaded parse-display-derive v0.10.0
9452026-03-24T23:16:28.752Z Downloaded pkcs1 v0.7.5
9462026-03-24T23:16:28.752Z Downloaded indicatif v0.18.4
9472026-03-24T23:16:28.755Z Downloaded parking_lot v0.11.2
9482026-03-24T23:16:28.758Z Downloaded rand_core v0.10.0
9492026-03-24T23:16:28.758Z Downloaded r2d2 v0.8.10
9502026-03-24T23:16:28.761Z Downloaded oso v0.27.3
9512026-03-24T23:16:28.764Z Downloaded rand_core v0.9.5
9522026-03-24T23:16:28.764Z Downloaded phf v0.13.1
9532026-03-24T23:16:28.767Z Downloaded p256 v0.13.2
9542026-03-24T23:16:28.770Z Downloaded salsa20 v0.10.2
9552026-03-24T23:16:28.770Z Downloaded headers v0.4.1
9562026-03-24T23:16:28.774Z Downloaded scheduled-thread-pool v0.2.7
9572026-03-24T23:16:28.777Z Downloaded sapling-renderdag v0.1.0
9582026-03-24T23:16:28.777Z Downloaded rand_seeder v0.4.0
9592026-03-24T23:16:28.780Z Downloaded postcard v1.1.3
9602026-03-24T23:16:28.780Z Downloaded rand_core v0.6.4
9612026-03-24T23:16:28.783Z Downloaded primeorder v0.13.6
9622026-03-24T23:16:28.783Z Downloaded pkcs5 v0.7.1
9632026-03-24T23:16:28.786Z Downloaded secrecy v0.8.0
9642026-03-24T23:16:28.786Z Downloaded hickory-resolver v0.24.4
9652026-03-24T23:16:28.789Z Downloaded same-file v1.0.6
9662026-03-24T23:16:28.793Z Downloaded bit-set v0.8.0
9672026-03-24T23:16:28.793Z Downloaded argon2 v0.5.3
9682026-03-24T23:16:28.796Z Downloaded async-trait v0.1.89
9692026-03-24T23:16:28.796Z Downloaded secrecy v0.10.3
9702026-03-24T23:16:28.800Z Downloaded seq-macro v0.3.6
9712026-03-24T23:16:28.800Z Downloaded scrypt v0.11.0
9722026-03-24T23:16:28.804Z Downloaded scroll_derive v0.13.1
9732026-03-24T23:16:28.804Z Downloaded base64ct v1.8.3
9742026-03-24T23:16:28.807Z Downloaded bitflags v1.3.2
9752026-03-24T23:16:28.807Z Downloaded serde_plain v1.0.2
9762026-03-24T23:16:28.807Z Downloaded semver v0.1.20
9772026-03-24T23:16:28.810Z Downloaded bit-vec v0.6.3
9782026-03-24T23:16:28.810Z Downloaded crossbeam-deque v0.8.6
9792026-03-24T23:16:28.813Z Downloaded defmt v0.3.100
9802026-03-24T23:16:28.814Z Downloaded daft-derive v0.1.5
9812026-03-24T23:16:28.817Z Downloaded proc-macro-error2 v2.0.1
9822026-03-24T23:16:28.820Z Downloaded crc v3.4.0
9832026-03-24T23:16:28.820Z Downloaded serde-big-array v0.5.1
9842026-03-24T23:16:28.823Z Downloaded cpufeatures v0.3.0
9852026-03-24T23:16:28.823Z Downloaded base16ct v0.2.0
9862026-03-24T23:16:28.826Z Downloaded serde_bytes v0.11.19
9872026-03-24T23:16:28.826Z Downloaded atty v0.2.14
9882026-03-24T23:16:28.829Z Downloaded serde_urlencoded v0.7.1
9892026-03-24T23:16:28.829Z Downloaded signal-hook-mio v0.2.5
9902026-03-24T23:16:28.832Z Downloaded atomic-waker v1.1.2
9912026-03-24T23:16:28.835Z Downloaded papergrid v0.17.0
9922026-03-24T23:16:28.838Z Downloaded serde_spanned v1.0.4
9932026-03-24T23:16:28.841Z Downloaded serde_repr v0.1.20
9942026-03-24T23:16:28.841Z Downloaded rustls-pemfile v2.2.0
9952026-03-24T23:16:28.844Z Downloaded shell-words v1.1.1
9962026-03-24T23:16:28.844Z Downloaded parking_lot v0.12.5
9972026-03-24T23:16:28.847Z Downloaded rustversion v1.0.22
9982026-03-24T23:16:28.850Z Downloaded quinn-udp v0.5.14
9992026-03-24T23:16:28.850Z Downloaded miniz_oxide v0.8.9
10002026-03-24T23:16:28.853Z Downloaded siphasher v1.0.2
10012026-03-24T23:16:28.857Z Downloaded sigpipe v0.1.3
10022026-03-24T23:16:28.857Z Downloaded signature v2.2.0
10032026-03-24T23:16:28.857Z Downloaded rusty-fork v0.3.1
10042026-03-24T23:16:28.859Z Downloaded openssl-sys v0.9.111
10052026-03-24T23:16:28.862Z Downloaded sha1 v0.10.6
10062026-03-24T23:16:28.865Z Downloaded signal-hook-tokio v0.3.1
10072026-03-24T23:16:28.865Z Downloaded sec1 v0.7.3
10082026-03-24T23:16:28.868Z Downloaded hickory-server v0.25.2
10092026-03-24T23:16:28.871Z Downloaded slog-envlogger v2.2.0
10102026-03-24T23:16:28.871Z Downloaded rustls-native-certs v0.8.3
10112026-03-24T23:16:28.874Z Downloaded hickory-resolver v0.25.2
10122026-03-24T23:16:28.877Z Downloaded sct v0.7.1
10132026-03-24T23:16:28.880Z Downloaded hashbrown v0.13.2
10142026-03-24T23:16:28.883Z Downloaded scopeguard v1.2.0
10152026-03-24T23:16:28.886Z Downloaded progenitor-impl v0.13.0
10162026-03-24T23:16:28.886Z Downloaded progenitor-impl v0.11.2
10172026-03-24T23:16:28.889Z Downloaded scroll v0.13.0
10182026-03-24T23:16:28.889Z Downloaded schemars_derive v0.8.22
10192026-03-24T23:16:28.892Z Downloaded slog-bunyan v2.5.0
10202026-03-24T23:16:28.892Z Downloaded serde_path_to_error v0.1.20
10212026-03-24T23:16:28.895Z Downloaded crossterm v0.29.0
10222026-03-24T23:16:28.898Z Downloaded ssh-cipher v0.2.0
10232026-03-24T23:16:28.901Z Downloaded resolv-conf v0.7.6
10242026-03-24T23:16:28.901Z Downloaded http v1.4.0
10252026-03-24T23:16:28.907Z Downloaded hyper-util v0.1.20
10262026-03-24T23:16:28.912Z Downloaded prefix-trie v0.7.0
10272026-03-24T23:16:28.912Z Downloaded pin-project v1.1.11
10282026-03-24T23:16:28.920Z Downloaded ssh-encoding v0.2.0
10292026-03-24T23:16:28.922Z Downloaded shlex v1.3.0
10302026-03-24T23:16:28.922Z Downloaded rustls-pki-types v1.14.0
10312026-03-24T23:16:28.927Z Downloaded jiff-static v0.2.21
10322026-03-24T23:16:28.930Z Downloaded minimal-lexical v0.2.1
10332026-03-24T23:16:28.933Z Downloaded serde-hex v0.1.0
10342026-03-24T23:16:28.934Z Downloaded strip-ansi-escapes v0.2.1
10352026-03-24T23:16:28.938Z Downloaded structmeta-derive v0.3.0
10362026-03-24T23:16:28.942Z Downloaded rcgen v0.12.1
10372026-03-24T23:16:28.945Z Downloaded slab v0.4.12
10382026-03-24T23:16:28.949Z Downloaded smf v0.2.3
10392026-03-24T23:16:28.951Z Downloaded slog-json v2.6.1
10402026-03-24T23:16:28.952Z Downloaded sync_wrapper v1.0.2
10412026-03-24T23:16:28.954Z Downloaded smallvec v0.6.14
10422026-03-24T23:16:28.955Z Downloaded strum v0.27.2
10432026-03-24T23:16:28.959Z Downloaded signal-hook-registry v1.4.8
10442026-03-24T23:16:28.959Z Downloaded strum v0.26.3
10452026-03-24T23:16:28.961Z Downloaded subtle v2.6.1
10462026-03-24T23:16:28.961Z Downloaded progenitor-impl v0.10.0
10472026-03-24T23:16:28.961Z Downloaded slog-async v2.8.0
10482026-03-24T23:16:28.964Z Downloaded simd-adler32 v0.3.8
10492026-03-24T23:16:28.964Z Downloaded rustls-pemfile v1.0.4
10502026-03-24T23:16:28.967Z Downloaded hashbrown v0.12.3
10512026-03-24T23:16:28.970Z Downloaded structmeta v0.3.0
10522026-03-24T23:16:28.973Z Downloaded take_mut v0.2.2
10532026-03-24T23:16:28.973Z Downloaded tabwriter v1.4.1
10542026-03-24T23:16:28.978Z Downloaded spki v0.7.3
10552026-03-24T23:16:28.981Z Downloaded serde_derive_internals v0.29.1
10562026-03-24T23:16:28.984Z Downloaded crossterm v0.28.1
10572026-03-24T23:16:28.987Z Downloaded tabled_derive v0.11.0
10582026-03-24T23:16:28.990Z Downloaded sync-ptr v0.1.4
10592026-03-24T23:16:28.990Z Downloaded russh-keys v0.45.0
10602026-03-24T23:16:28.993Z Downloaded blake3 v1.8.3
10612026-03-24T23:16:28.998Z Downloaded testing_table v0.3.0
10622026-03-24T23:16:29.001Z Downloaded aes v0.8.4
10632026-03-24T23:16:29.004Z Downloaded stringprep v0.1.5
10642026-03-24T23:16:29.005Z Downloaded termtree v0.5.1
10652026-03-24T23:16:29.008Z Downloaded slog-term v2.9.2
10662026-03-24T23:16:29.008Z Downloaded snafu-derive v0.8.9
10672026-03-24T23:16:29.010Z Downloaded slog-stdlog v4.1.1
10682026-03-24T23:16:29.011Z Downloaded slog-scope v4.4.1
10692026-03-24T23:16:29.014Z Downloaded tap v1.0.1
10702026-03-24T23:16:29.014Z Downloaded time-core v0.1.8
10712026-03-24T23:16:29.014Z Downloaded thiserror-impl-no-std v2.0.2
10722026-03-24T23:16:29.017Z Downloaded mio v1.1.1
10732026-03-24T23:16:29.020Z Downloaded tinyvec_macros v0.1.1
10742026-03-24T23:16:29.023Z Downloaded prettyplease v0.2.37
10752026-03-24T23:16:29.026Z Downloaded sqlparser_derive v0.5.0
10762026-03-24T23:16:29.026Z Downloaded sqlformat v0.3.5
10772026-03-24T23:16:29.026Z Downloaded rayon-core v1.13.0
10782026-03-24T23:16:29.029Z Downloaded static_assertions v1.1.0
10792026-03-24T23:16:29.032Z Downloaded slog-dtrace v0.3.0
10802026-03-24T23:16:29.032Z Downloaded strum_macros v0.26.4
10812026-03-24T23:16:29.035Z Downloaded strum_macros v0.24.3
10822026-03-24T23:16:29.038Z Downloaded supports-color v3.0.2
10832026-03-24T23:16:29.038Z Downloaded string_cache v0.8.9
10842026-03-24T23:16:29.041Z Downloaded stacker v0.1.23
10852026-03-24T23:16:29.041Z Downloaded serde_with_macros v3.17.0
10862026-03-24T23:16:29.044Z Downloaded support-bundle-viewer v0.1.2
10872026-03-24T23:16:29.044Z Downloaded itertools v0.10.5
10882026-03-24T23:16:29.048Z Downloaded qorb v0.4.1
10892026-03-24T23:16:29.052Z Downloaded ron v0.8.1
10902026-03-24T23:16:29.056Z Downloaded spin v0.9.8
10912026-03-24T23:16:29.059Z Downloaded aws-lc-rs v1.16.0
10922026-03-24T23:16:29.066Z Downloaded termios v0.3.3
10932026-03-24T23:16:29.069Z Downloaded ryu v1.0.23
10942026-03-24T23:16:29.072Z Downloaded quinn v0.11.9
10952026-03-24T23:16:29.075Z Downloaded pretty_assertions v1.4.1
10962026-03-24T23:16:29.078Z Downloaded topological-sort v0.2.2
10972026-03-24T23:16:29.079Z Downloaded try-lock v0.2.5
10982026-03-24T23:16:29.079Z Downloaded tagptr v0.2.0
10992026-03-24T23:16:29.082Z Downloaded signal-hook v0.3.18
11002026-03-24T23:16:29.082Z Downloaded rustls-platform-verifier v0.6.2
11012026-03-24T23:16:29.085Z Downloaded thiserror-no-std v2.0.2
11022026-03-24T23:16:29.088Z Downloaded schemars v0.8.22
11032026-03-24T23:16:29.097Z Downloaded num-bigint v0.4.6
11042026-03-24T23:16:29.104Z Downloaded tokio-macros v2.6.0
11052026-03-24T23:16:29.107Z Downloaded tokio-dtrace v0.1.1
11062026-03-24T23:16:29.107Z Downloaded similar v2.7.0
11072026-03-24T23:16:29.110Z Downloaded trait-variant v0.1.2
11082026-03-24T23:16:29.110Z Downloaded iri-string v0.7.10
11092026-03-24T23:16:29.114Z Downloaded futures-util v0.3.32
11102026-03-24T23:16:29.123Z Downloaded tokio-tungstenite v0.21.0
11112026-03-24T23:16:29.129Z Downloaded hashbrown v0.15.5
11122026-03-24T23:16:29.132Z Downloaded tokio-native-tls v0.3.1
11132026-03-24T23:16:29.132Z Downloaded tls_codec_derive v0.4.2
11142026-03-24T23:16:29.135Z Downloaded universal-hash v0.5.1
11152026-03-24T23:16:29.135Z Downloaded rand v0.8.5
11162026-03-24T23:16:29.137Z Downloaded unicode-truncate v1.1.0
11172026-03-24T23:16:29.140Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-03-24T23:16:29.142Z Downloaded term v0.7.0
11192026-03-24T23:16:29.145Z Downloaded unarray v0.1.4
11202026-03-24T23:16:29.145Z Downloaded typify-macro v0.4.3
11212026-03-24T23:16:29.148Z Downloaded untrusted v0.9.0
11222026-03-24T23:16:29.148Z Downloaded unit-prefix v0.5.2
11232026-03-24T23:16:29.148Z Downloaded curve25519-dalek v4.1.3
11242026-03-24T23:16:29.154Z Downloaded tui-tree-widget v0.23.1
11252026-03-24T23:16:29.157Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-03-24T23:16:29.157Z Downloaded tokio-tungstenite v0.23.1
11272026-03-24T23:16:29.160Z Downloaded utf-8 v0.7.6
11282026-03-24T23:16:29.163Z Downloaded typify-macro v0.6.1
11292026-03-24T23:16:29.163Z Downloaded nom v7.1.3
11302026-03-24T23:16:29.166Z Downloaded slog v2.8.2
11312026-03-24T23:16:29.168Z Downloaded schemars v0.9.0
11322026-03-24T23:16:29.178Z Downloaded want v0.3.1
11332026-03-24T23:16:29.180Z Downloaded wait-timeout v0.2.1
11342026-03-24T23:16:29.180Z Downloaded tokio-rustls v0.25.0
11352026-03-24T23:16:29.183Z Downloaded usdt-attr-macro v0.6.0
11362026-03-24T23:16:29.183Z Downloaded term v1.2.1
11372026-03-24T23:16:29.186Z Downloaded usdt v0.6.0
11382026-03-24T23:16:29.186Z Downloaded untrusted v0.7.1
11392026-03-24T23:16:29.189Z Downloaded samael v0.0.19
11402026-03-24T23:16:29.192Z Downloaded num-bigint-dig v0.8.6
11412026-03-24T23:16:29.196Z Downloaded void v1.0.2
11422026-03-24T23:16:29.198Z Downloaded unicase v2.9.0
11432026-03-24T23:16:29.198Z Downloaded waitgroup v0.1.2
11442026-03-24T23:16:29.198Z Downloaded tower-service v0.3.3
11452026-03-24T23:16:29.201Z Downloaded tokio-rustls v0.26.4
11462026-03-24T23:16:29.201Z Downloaded rsa v0.9.10
11472026-03-24T23:16:29.205Z Downloaded xattr v1.6.1
11482026-03-24T23:16:29.208Z Downloaded tiny-keccak v2.0.2
11492026-03-24T23:16:29.210Z Downloaded socket2 v0.6.2
11502026-03-24T23:16:29.211Z Downloaded libxml v0.3.3
11512026-03-24T23:16:29.215Z Downloaded publicsuffix v2.3.0
11522026-03-24T23:16:29.218Z Downloaded socket2 v0.5.10
11532026-03-24T23:16:29.221Z Downloaded serde_cbor v0.11.2
11542026-03-24T23:16:29.224Z Downloaded serde_yaml v0.9.34+deprecated
11552026-03-24T23:16:29.226Z Downloaded strum_macros v0.27.2
11562026-03-24T23:16:29.226Z Downloaded rand v0.9.2
11572026-03-24T23:16:29.241Z Downloaded test-strategy v0.4.5
11582026-03-24T23:16:29.241Z Downloaded usdt-macro v0.6.0
11592026-03-24T23:16:29.241Z Downloaded zeroize_derive v1.4.3
11602026-03-24T23:16:29.241Z Downloaded tokio-stream v0.1.18
11612026-03-24T23:16:29.241Z Downloaded xshell-macros v0.2.7
11622026-03-24T23:16:29.245Z Downloaded tokio-rustls v0.24.1
11632026-03-24T23:16:29.245Z Downloaded subprocess v0.2.15
11642026-03-24T23:16:29.245Z Downloaded uzers v0.12.2
11652026-03-24T23:16:29.245Z Downloaded tinyvec v1.10.0
11662026-03-24T23:16:29.248Z Downloaded vergen-lib v0.1.6
11672026-03-24T23:16:29.248Z Downloaded rustls-webpki v0.103.9
11682026-03-24T23:16:29.251Z Downloaded p521 v0.13.3
11692026-03-24T23:16:29.254Z Downloaded tar v0.4.44
11702026-03-24T23:16:29.258Z Downloaded zone_cfg_derive v0.3.1
11712026-03-24T23:16:29.258Z Downloaded aes-gcm v0.10.3
11722026-03-24T23:16:29.261Z Downloaded tls_codec v0.4.2
11732026-03-24T23:16:29.264Z Downloaded usdt-impl v0.6.0
11742026-03-24T23:16:29.264Z Downloaded walkdir v2.5.0
11752026-03-24T23:16:29.267Z Downloaded zone v0.3.1
11762026-03-24T23:16:29.267Z Downloaded time-macros v0.2.27
11772026-03-24T23:16:29.267Z Downloaded thread_local v1.1.9
11782026-03-24T23:16:29.270Z Downloaded tower-layer v0.3.3
11792026-03-24T23:16:29.270Z Downloaded thread-id v5.1.0
11802026-03-24T23:16:29.273Z Downloaded vergen-gitcl v1.0.8
11812026-03-24T23:16:29.285Z Downloaded toml v0.7.8
11822026-03-24T23:16:29.288Z Downloaded wyz v0.5.1
11832026-03-24T23:16:29.291Z Downloaded xshell v0.2.7
11842026-03-24T23:16:29.291Z Downloaded russh v0.45.0
11852026-03-24T23:16:29.295Z Downloaded tracing-attributes v0.1.31
11862026-03-24T23:16:29.298Z Downloaded toml v0.9.12+spec-1.1.0
11872026-03-24T23:16:29.302Z Downloaded twox-hash v2.1.2
11882026-03-24T23:16:29.305Z Downloaded vsss-rs v3.3.4
11892026-03-24T23:16:29.309Z Downloaded h2 v0.4.13
11902026-03-24T23:16:29.312Z Downloaded whoami v1.6.1
11912026-03-24T23:16:29.315Z Downloaded vergen-git2 v1.0.7
11922026-03-24T23:16:29.315Z Downloaded zeroize v1.8.2
11932026-03-24T23:16:29.315Z Downloaded hyper v1.8.1
11942026-03-24T23:16:29.320Z Downloaded hkdf v0.12.4
11952026-03-24T23:16:29.330Z Downloaded libm v0.2.16
11962026-03-24T23:16:29.338Z Downloaded zstd v0.13.3
11972026-03-24T23:16:29.341Z Downloaded typify v0.6.1
11982026-03-24T23:16:29.344Z Downloaded zstd-safe v7.2.4
11992026-03-24T23:16:29.348Z Downloaded snafu v0.8.9
12002026-03-24T23:16:29.351Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-03-24T23:16:29.351Z Downloaded vergen v9.0.6
12022026-03-24T23:16:29.355Z Downloaded typify v0.4.3
12032026-03-24T23:16:29.359Z Downloaded rpassword v7.4.0
12042026-03-24T23:16:29.359Z Downloaded xz2 v0.1.7
12052026-03-24T23:16:29.359Z Downloaded itertools v0.12.1
12062026-03-24T23:16:29.364Z Downloaded schemars v1.2.1
12072026-03-24T23:16:29.375Z Downloaded tungstenite v0.23.0
12082026-03-24T23:16:29.378Z Downloaded rand v0.10.0
12092026-03-24T23:16:29.381Z Downloaded unsafe-libyaml v0.2.11
12102026-03-24T23:16:29.384Z Downloaded yasna v0.5.2
12112026-03-24T23:16:29.387Z Downloaded unicode-properties v0.1.4
12122026-03-24T23:16:29.387Z Downloaded uuid v1.21.0
12132026-03-24T23:16:29.390Z Downloaded unicode-bidi v0.3.18
12142026-03-24T23:16:29.393Z Downloaded itertools v0.14.0
12152026-03-24T23:16:29.397Z Downloaded iddqd v0.3.17
12162026-03-24T23:16:29.403Z Downloaded tracing-core v0.1.36
12172026-03-24T23:16:29.406Z Downloaded steno v0.4.1
12182026-03-24T23:16:29.409Z Downloaded vte v0.14.1
12192026-03-24T23:16:29.413Z Downloaded itertools v0.13.0
12202026-03-24T23:16:29.421Z Downloaded tungstenite v0.21.0
12212026-03-24T23:16:29.424Z Downloaded ron v0.12.0
12222026-03-24T23:16:29.430Z Downloaded zerocopy v0.6.6
12232026-03-24T23:16:29.433Z Downloaded whoami v2.1.0
12242026-03-24T23:16:29.438Z Downloaded bitvec v1.0.1
12252026-03-24T23:16:29.444Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-03-24T23:16:29.447Z Downloaded toml_edit v0.19.15
12272026-03-24T23:16:29.460Z Downloaded zopfli v0.8.3
12282026-03-24T23:16:29.462Z Downloaded reedline v0.40.0
12292026-03-24T23:16:29.468Z Downloaded ssh-key v0.6.7
12302026-03-24T23:16:29.473Z Downloaded git2 v0.20.4
12312026-03-24T23:16:29.479Z Downloaded rustyline v14.0.0
12322026-03-24T23:16:29.483Z Downloaded yansi v1.0.1
12332026-03-24T23:16:29.486Z Downloaded unicode_categories v0.1.1
12342026-03-24T23:16:29.489Z Downloaded reqwest v0.13.2
12352026-03-24T23:16:29.492Z Downloaded zip v0.6.6
12362026-03-24T23:16:29.495Z Downloaded tower v0.5.3
12372026-03-24T23:16:29.502Z Downloaded regex v1.12.3
12382026-03-24T23:16:29.506Z Downloaded reqwest v0.12.28
12392026-03-24T23:16:29.512Z Downloaded rayon v1.11.0
12402026-03-24T23:16:29.518Z Downloaded tokio-postgres v0.7.16
12412026-03-24T23:16:29.522Z Downloaded chrono v0.4.44
12422026-03-24T23:16:29.528Z Downloaded lalrpop v0.19.12
12432026-03-24T23:16:29.537Z Downloaded quick-xml v0.37.5
12442026-03-24T23:16:29.542Z Downloaded portable-atomic v1.13.1
12452026-03-24T23:16:29.548Z Downloaded p384 v0.13.1
12462026-03-24T23:16:29.552Z Downloaded zerocopy-derive v0.8.40
12472026-03-24T23:16:29.559Z Downloaded salty v0.3.0
12482026-03-24T23:16:29.564Z Downloaded unicode-segmentation v1.12.0
12492026-03-24T23:16:29.567Z Downloaded goblin v0.10.5
12502026-03-24T23:16:29.572Z Downloaded bindgen v0.71.1
12512026-03-24T23:16:29.581Z Downloaded x509-cert v0.2.5
12522026-03-24T23:16:29.584Z Downloaded moka v0.12.13
12532026-03-24T23:16:29.592Z Downloaded rustls-webpki v0.101.7
12542026-03-24T23:16:29.603Z Downloaded typed-path v0.9.3
12552026-03-24T23:16:29.609Z Downloaded tokio-util v0.7.18
12562026-03-24T23:16:29.614Z Downloaded proptest v1.10.0
12572026-03-24T23:16:29.621Z Downloaded zip v4.6.1
12582026-03-24T23:16:29.625Z Downloaded tower-http v0.6.8
12592026-03-24T23:16:29.631Z Downloaded petname v2.0.2
12602026-03-24T23:16:29.635Z Downloaded unicode-normalization v0.1.25
12612026-03-24T23:16:29.638Z Downloaded serde_with v3.17.0
12622026-03-24T23:16:29.656Z Downloaded tough v0.20.0
12632026-03-24T23:16:29.663Z Downloaded bstr v1.12.1
12642026-03-24T23:16:29.677Z Downloaded object v0.30.4
12652026-03-24T23:16:29.684Z Downloaded rustls-webpki v0.102.8
12662026-03-24T23:16:29.698Z Downloaded radix_trie v0.2.1
12672026-03-24T23:16:29.702Z Downloaded quinn-proto v0.11.13
12682026-03-24T23:16:29.708Z Downloaded nix v0.27.1
12692026-03-24T23:16:29.716Z Downloaded winnow v0.6.26
12702026-03-24T23:16:29.723Z Downloaded winnow v0.5.40
12712026-03-24T23:16:29.745Z Downloaded tabled v0.20.0
12722026-03-24T23:16:29.758Z Downloaded polar-core v0.27.3
12732026-03-24T23:16:29.765Z Downloaded openssl v0.10.75
12742026-03-24T23:16:29.772Z Downloaded rustls v0.21.12
12752026-03-24T23:16:29.781Z Downloaded smoltcp v0.9.1
12762026-03-24T23:16:29.788Z Downloaded nix v0.29.0
12772026-03-24T23:16:29.797Z Downloaded nix v0.28.0
12782026-03-24T23:16:29.807Z Downloaded zlib-rs v0.6.2
12792026-03-24T23:16:29.810Z Downloaded vcpkg v0.2.15
12802026-03-24T23:16:29.840Z Downloaded nix v0.31.1
12812026-03-24T23:16:29.849Z Downloaded object v0.37.3
12822026-03-24T23:16:29.858Z Downloaded hickory-proto v0.24.4
12832026-03-24T23:16:29.869Z Downloaded webpki-roots v1.0.6
12842026-03-24T23:16:29.872Z Downloaded regress v0.10.5
12852026-03-24T23:16:29.879Z Downloaded openapiv3 v2.2.0
12862026-03-24T23:16:29.888Z Downloaded diesel v2.3.7
12872026-03-24T23:16:29.904Z Downloaded zerocopy v0.8.40
12882026-03-24T23:16:29.911Z Downloaded rustls v0.22.4
12892026-03-24T23:16:29.922Z Downloaded rustls v0.23.37
12902026-03-24T23:16:29.930Z Downloaded rustix v0.38.44
12912026-03-24T23:16:29.947Z Downloaded regex-syntax v0.8.10
12922026-03-24T23:16:29.954Z Downloaded hickory-proto v0.25.2
12932026-03-24T23:16:29.965Z Downloaded smoltcp v0.11.0
12942026-03-24T23:16:29.974Z Downloaded time v0.3.47
12952026-03-24T23:16:29.984Z Downloaded regex-syntax v0.6.29
12962026-03-24T23:16:30.008Z Downloaded sqlparser v0.61.0
12972026-03-24T23:16:30.036Z Downloaded typify-impl v0.6.1
12982026-03-24T23:16:30.048Z Downloaded typify-impl v0.4.3
12992026-03-24T23:16:30.059Z Downloaded sled v0.34.7
13002026-03-24T23:16:30.067Z Downloaded tracing v0.1.44
13012026-03-24T23:16:30.085Z Downloaded ratatui v0.29.0
13022026-03-24T23:16:30.118Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-03-24T23:16:30.128Z Downloaded zerocopy-derive v0.6.6
13042026-03-24T23:16:30.149Z Downloaded petgraph v0.8.3
13052026-03-24T23:16:30.165Z Downloaded csv v1.4.0
13062026-03-24T23:16:30.181Z Downloaded libz-sys v1.1.24
13072026-03-24T23:16:30.197Z Downloaded regex-automata v0.4.14
13082026-03-24T23:16:30.208Z Downloaded jiff v0.2.21
13092026-03-24T23:16:30.223Z Downloaded sha3 v0.10.8
13102026-03-24T23:16:30.227Z Downloaded tokio v1.49.0
13112026-03-24T23:16:30.256Z Downloaded lzma-sys v0.1.20
13122026-03-24T23:16:30.277Z Downloaded petgraph v0.6.5
13132026-03-24T23:16:30.291Z Downloaded chrono-tz v0.10.4
13142026-03-24T23:16:30.315Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-24T23:16:30.354Z Downloaded encoding_rs v0.8.35
13162026-03-24T23:16:30.398Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-24T23:16:30.461Z Downloaded ring v0.17.14
13182026-03-24T23:16:31.096Z Downloaded aws-lc-sys v0.37.1
13192026-03-24T23:16:31.426Z Compiling libc v0.2.180
13202026-03-24T23:16:31.430Z Compiling serde v1.0.228
13212026-03-24T23:16:31.430Z Compiling log v0.4.29
13222026-03-24T23:16:31.430Z Compiling find-msvc-tools v0.1.9
13232026-03-24T23:16:31.430Z Compiling shlex v1.3.0
13242026-03-24T23:16:31.430Z Compiling smallvec v1.15.1
13252026-03-24T23:16:31.430Z Compiling typenum v1.19.0
13262026-03-24T23:16:31.430Z Compiling subtle v2.6.1
13272026-03-24T23:16:31.684Z Compiling generic-array v0.14.7
13282026-03-24T23:16:31.688Z Compiling scopeguard v1.2.0
13292026-03-24T23:16:31.703Z Compiling portable-atomic v1.13.1
13302026-03-24T23:16:31.791Z Compiling const-oid v0.9.6
13312026-03-24T23:16:31.795Z Compiling critical-section v1.2.0
13322026-03-24T23:16:31.795Z Compiling zerocopy v0.8.40
13332026-03-24T23:16:31.795Z Compiling syn v2.0.117
13342026-03-24T23:16:31.857Z Compiling lock_api v0.4.14
13352026-03-24T23:16:31.882Z Compiling parking_lot_core v0.9.12
13362026-03-24T23:16:31.905Z Compiling serde_json v1.0.149
13372026-03-24T23:16:31.954Z Compiling pin-project-lite v0.2.17
13382026-03-24T23:16:31.959Z Compiling pkg-config v0.3.32
13392026-03-24T23:16:31.959Z Compiling bitflags v2.11.0
13402026-03-24T23:16:31.959Z Compiling libm v0.2.16
13412026-03-24T23:16:32.047Z Compiling num-traits v0.2.19
13422026-03-24T23:16:32.123Z Compiling futures-core v0.3.32
13432026-03-24T23:16:32.172Z Compiling percent-encoding v2.3.2
13442026-03-24T23:16:32.217Z Compiling allocator-api2 v0.2.21
13452026-03-24T23:16:32.287Z Compiling futures-sink v0.3.32
13462026-03-24T23:16:32.493Z Compiling foldhash v0.2.0
13472026-03-24T23:16:32.517Z Compiling cpufeatures v0.2.17
13482026-03-24T23:16:32.521Z Compiling futures-channel v0.3.32
13492026-03-24T23:16:32.607Z Compiling getrandom v0.4.1
13502026-03-24T23:16:32.628Z Compiling slab v0.4.12
13512026-03-24T23:16:32.631Z Compiling futures-task v0.3.32
13522026-03-24T23:16:32.697Z Compiling futures-io v0.3.32
13532026-03-24T23:16:32.720Z Compiling rand_core v0.10.0
13542026-03-24T23:16:32.792Z Compiling hashbrown v0.16.1
13552026-03-24T23:16:32.819Z Compiling getrandom v0.3.4
13562026-03-24T23:16:32.842Z Compiling rustversion v1.0.22
13572026-03-24T23:16:32.878Z Compiling getrandom v0.2.17
13582026-03-24T23:16:32.905Z Compiling jobserver v0.1.34
13592026-03-24T23:16:32.929Z Compiling errno v0.3.14
13602026-03-24T23:16:32.980Z Compiling mio v1.1.1
13612026-03-24T23:16:33.005Z Compiling socket2 v0.6.2
13622026-03-24T23:16:33.026Z Compiling form_urlencoded v1.2.2
13632026-03-24T23:16:33.081Z Compiling rand_core v0.6.4
13642026-03-24T23:16:33.182Z Compiling signal-hook-registry v1.4.8
13652026-03-24T23:16:33.239Z Compiling cc v1.2.56
13662026-03-24T23:16:33.273Z Compiling parking_lot v0.12.5
13672026-03-24T23:16:33.431Z Compiling ident_case v1.0.1
13682026-03-24T23:16:33.458Z Compiling once_cell v1.21.3
13692026-03-24T23:16:33.519Z Compiling fs_extra v1.3.0
13702026-03-24T23:16:33.583Z Compiling indexmap v2.13.0
13712026-03-24T23:16:33.609Z Compiling base64ct v1.8.3
13722026-03-24T23:16:33.632Z Compiling dunce v1.0.5
13732026-03-24T23:16:33.656Z Compiling flagset v0.4.7
13742026-03-24T23:16:33.659Z Compiling iana-time-zone v0.1.65
13752026-03-24T23:16:33.681Z Compiling rustix v1.1.3
13762026-03-24T23:16:33.732Z Compiling uuid v1.21.0
13772026-03-24T23:16:33.768Z Compiling rustc_version v0.4.1
13782026-03-24T23:16:33.793Z Compiling regex-syntax v0.8.10
13792026-03-24T23:16:33.864Z Compiling vcpkg v0.2.15
13802026-03-24T23:16:33.910Z Compiling aws-lc-rs v1.16.0
13812026-03-24T23:16:33.998Z Compiling pem-rfc7468 v0.7.0
13822026-03-24T23:16:34.029Z Compiling tracing-core v0.1.36
13832026-03-24T23:16:34.183Z Compiling rand_core v0.9.5
13842026-03-24T23:16:34.232Z Compiling crossbeam-utils v0.8.21
13852026-03-24T23:16:34.259Z Compiling base64 v0.22.1
13862026-03-24T23:16:34.324Z Compiling cmake v0.1.57
13872026-03-24T23:16:34.351Z Compiling syn v1.0.109
13882026-03-24T23:16:34.428Z Compiling untrusted v0.9.0
13892026-03-24T23:16:34.453Z Compiling httparse v1.10.1
13902026-03-24T23:16:34.522Z Compiling untrusted v0.7.1
13912026-03-24T23:16:34.583Z Compiling openssl-probe v0.2.1
13922026-03-24T23:16:34.613Z Compiling schemars v0.8.22
13932026-03-24T23:16:34.717Z Compiling atomic-waker v1.1.2
13942026-03-24T23:16:34.739Z Compiling tower-layer v0.3.3
13952026-03-24T23:16:34.761Z Compiling tower-service v0.3.3
13962026-03-24T23:16:34.843Z Compiling rustls v0.23.37
13972026-03-24T23:16:34.871Z Compiling try-lock v0.2.5
13982026-03-24T23:16:34.913Z Compiling dyn-clone v1.0.20
13992026-03-24T23:16:34.916Z Compiling tinyvec_macros v0.1.1
14002026-03-24T23:16:34.943Z Compiling spin v0.9.8
14012026-03-24T23:16:35.015Z Compiling aho-corasick v1.1.4
14022026-03-24T23:16:35.039Z Compiling want v0.3.1
14032026-03-24T23:16:35.042Z Compiling num-conv v0.2.0
14042026-03-24T23:16:35.042Z Compiling crc32fast v1.5.0
14052026-03-24T23:16:35.042Z Compiling pin-utils v0.1.0
14062026-03-24T23:16:35.151Z Compiling tinyvec v1.10.0
14072026-03-24T23:16:35.154Z Compiling openssl v0.10.75
14082026-03-24T23:16:35.197Z Compiling powerfmt v0.2.0
14092026-03-24T23:16:35.267Z Compiling time-core v0.1.8
14102026-03-24T23:16:35.294Z Compiling foreign-types-shared v0.1.1
14112026-03-24T23:16:35.318Z Compiling httpdate v1.0.3
14122026-03-24T23:16:35.342Z Compiling wait-timeout v0.2.1
14132026-03-24T23:16:35.424Z Compiling foreign-types v0.3.2
14142026-03-24T23:16:35.427Z Compiling simd-adler32 v0.3.8
14152026-03-24T23:16:35.489Z Compiling time-macros v0.2.27
14162026-03-24T23:16:35.514Z Compiling deranged v0.5.8
14172026-03-24T23:16:35.540Z Compiling native-tls v0.2.18
14182026-03-24T23:16:35.564Z Compiling siphasher v1.0.2
14192026-03-24T23:16:35.592Z Compiling aws-lc-sys v0.37.1
14202026-03-24T23:16:35.641Z Compiling ring v0.17.14
14212026-03-24T23:16:35.644Z Compiling openssl-sys v0.9.111
14222026-03-24T23:16:35.685Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14232026-03-24T23:16:35.734Z Compiling quick-error v1.2.3
14242026-03-24T23:16:35.742Z Compiling usdt-impl v0.6.0
14252026-03-24T23:16:35.804Z Compiling bit-vec v0.8.0
14262026-03-24T23:16:35.830Z Compiling num_threads v0.1.7
14272026-03-24T23:16:35.859Z Compiling either v1.15.0
14282026-03-24T23:16:35.971Z Compiling tempfile v3.25.0
14292026-03-24T23:16:36.070Z Compiling unicode-normalization v0.1.25
14302026-03-24T23:16:36.147Z Compiling synstructure v0.13.2
14312026-03-24T23:16:36.173Z Compiling serde_derive_internals v0.29.1
14322026-03-24T23:16:36.177Z Compiling pest_generator v2.8.6
14332026-03-24T23:16:36.236Z Compiling darling_core v0.20.11
14342026-03-24T23:16:36.518Z Compiling regex-automata v0.4.14
14352026-03-24T23:16:36.778Z Compiling rusty-fork v0.3.1
14362026-03-24T23:16:36.980Z Compiling bit-set v0.8.0
14372026-03-24T23:16:37.064Z Compiling darling_core v0.21.3
14382026-03-24T23:16:37.087Z Compiling time v0.3.47
14392026-03-24T23:16:37.204Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-03-24T23:16:37.231Z Compiling crossbeam-epoch v0.9.18
14412026-03-24T23:16:37.256Z Compiling rand_xorshift v0.4.0
14422026-03-24T23:16:37.316Z Compiling slog v2.8.2
14432026-03-24T23:16:37.380Z Compiling heapless v0.7.17
14442026-03-24T23:16:37.512Z Compiling thread-id v5.1.0
14452026-03-24T23:16:37.545Z Compiling sync_wrapper v1.0.2
14462026-03-24T23:16:37.619Z Compiling cookie v0.18.1
14472026-03-24T23:16:37.643Z Compiling zstd-safe v7.2.4
14482026-03-24T23:16:37.646Z Compiling unicode-bidi v0.3.18
14492026-03-24T23:16:37.699Z Compiling adler2 v2.0.1
14502026-03-24T23:16:37.723Z Compiling anyhow v1.0.102
14512026-03-24T23:16:37.747Z Compiling unicode-segmentation v1.12.0
14522026-03-24T23:16:37.772Z Compiling paste v1.0.15
14532026-03-24T23:16:37.876Z Compiling unicode-properties v0.1.4
14542026-03-24T23:16:37.899Z Compiling rayon-core v1.13.0
14552026-03-24T23:16:37.925Z Compiling unarray v0.1.4
14562026-03-24T23:16:38.089Z Compiling signal-hook v0.3.18
14572026-03-24T23:16:38.186Z Compiling stringprep v0.1.5
14582026-03-24T23:16:38.258Z Compiling miniz_oxide v0.8.9
14592026-03-24T23:16:38.422Z Compiling crossbeam-deque v0.8.6
14602026-03-24T23:16:38.444Z Compiling num-integer v0.1.46
14612026-03-24T23:16:38.468Z Compiling vergen-lib v0.1.6
14622026-03-24T23:16:38.534Z Compiling curve25519-dalek v4.1.3
14632026-03-24T23:16:38.695Z Compiling ff v0.13.1
14642026-03-24T23:16:38.767Z Compiling hash32 v0.2.1
14652026-03-24T23:16:38.825Z Compiling serde_derive v1.0.228
14662026-03-24T23:16:38.851Z Compiling zeroize_derive v1.4.3
14672026-03-24T23:16:38.889Z Compiling zerofrom-derive v0.1.6
14682026-03-24T23:16:38.911Z Compiling yoke-derive v0.8.1
14692026-03-24T23:16:38.986Z Compiling zerocopy-derive v0.8.40
14702026-03-24T23:16:39.009Z Compiling zerovec-derive v0.11.2
14712026-03-24T23:16:39.129Z Compiling displaydoc v0.2.5
14722026-03-24T23:16:39.160Z Compiling tokio-macros v2.6.0
14732026-03-24T23:16:39.418Z Compiling futures-macro v0.3.32
14742026-03-24T23:16:39.742Z Compiling der_derive v0.7.3
14752026-03-24T23:16:39.765Z Compiling zeroize v1.8.2
14762026-03-24T23:16:40.176Z Compiling thiserror-impl v2.0.18
14772026-03-24T23:16:40.200Z Compiling rustls-pki-types v1.14.0
14782026-03-24T23:16:40.498Z Compiling tracing-attributes v0.1.31
14792026-03-24T23:16:40.580Z Compiling schemars_derive v0.8.22
14802026-03-24T23:16:40.583Z Compiling futures-util v0.3.32
14812026-03-24T23:16:40.823Z Compiling crypto-common v0.1.7
14822026-03-24T23:16:40.848Z Compiling block-buffer v0.10.4
14832026-03-24T23:16:40.888Z Compiling block-padding v0.3.3
14842026-03-24T23:16:40.915Z Compiling zerofrom v0.1.6
14852026-03-24T23:16:40.987Z Compiling pest_derive v2.8.6
14862026-03-24T23:16:41.034Z Compiling digest v0.10.7
14872026-03-24T23:16:41.091Z Compiling yoke v0.8.1
14882026-03-24T23:16:41.119Z Compiling inout v0.1.4
14892026-03-24T23:16:41.119Z Compiling der v0.7.10
14902026-03-24T23:16:41.122Z Compiling scroll_derive v0.13.1
14912026-03-24T23:16:41.361Z Compiling zerovec v0.11.5
14922026-03-24T23:16:41.385Z Compiling zerotrie v0.2.3
14932026-03-24T23:16:41.408Z Compiling hmac v0.12.1
14942026-03-24T23:16:41.574Z Compiling cipher v0.4.4
14952026-03-24T23:16:41.630Z Compiling sha2 v0.10.9
14962026-03-24T23:16:41.804Z Compiling pbkdf2 v0.12.2
14972026-03-24T23:16:41.944Z Compiling salsa20 v0.10.2
14982026-03-24T23:16:41.971Z Compiling cbc v0.1.2
14992026-03-24T23:16:42.089Z Compiling tinystr v0.8.2
15002026-03-24T23:16:42.092Z Compiling potential_utf v0.1.4
15012026-03-24T23:16:42.143Z Compiling scrypt v0.11.0
15022026-03-24T23:16:42.183Z Compiling thiserror v2.0.18
15032026-03-24T23:16:42.334Z Compiling icu_locale_core v2.1.1
15042026-03-24T23:16:42.402Z Compiling icu_collections v2.1.1
15052026-03-24T23:16:42.429Z Compiling spki v0.7.3
15062026-03-24T23:16:42.432Z Compiling aes v0.8.4
15072026-03-24T23:16:42.478Z Compiling scroll v0.13.0
15082026-03-24T23:16:42.481Z Compiling tracing v0.1.44
15092026-03-24T23:16:42.559Z Compiling darling_macro v0.20.11
15102026-03-24T23:16:42.586Z Compiling openssl-macros v0.1.1
15112026-03-24T23:16:42.721Z Compiling thiserror-impl v1.0.69
15122026-03-24T23:16:42.862Z Compiling goblin v0.10.5
15132026-03-24T23:16:42.897Z Compiling dtrace-parser v0.3.0
15142026-03-24T23:16:42.996Z Compiling signature v2.2.0
15152026-03-24T23:16:43.093Z Compiling pkcs5 v0.7.1
15162026-03-24T23:16:43.157Z Compiling rustls-native-certs v0.8.3
15172026-03-24T23:16:43.234Z Compiling darling v0.20.11
15182026-03-24T23:16:43.256Z Compiling icu_provider v2.1.1
15192026-03-24T23:16:43.351Z Compiling derive_builder_core v0.20.2
15202026-03-24T23:16:43.569Z Compiling pkcs8 v0.10.2
15212026-03-24T23:16:43.594Z Compiling icu_properties v2.1.2
15222026-03-24T23:16:43.677Z Compiling bytes v1.11.1
15232026-03-24T23:16:43.700Z Compiling icu_normalizer v2.1.1
15242026-03-24T23:16:43.775Z Compiling chrono v0.4.44
15252026-03-24T23:16:43.797Z Compiling ipnet v2.11.0
15262026-03-24T23:16:43.859Z Compiling scroll_derive v0.12.1
15272026-03-24T23:16:43.916Z Compiling serde_tokenstream v0.2.3
15282026-03-24T23:16:44.013Z Compiling toml_datetime v0.6.11
15292026-03-24T23:16:44.017Z Compiling erased-serde v0.3.31
15302026-03-24T23:16:44.359Z Compiling tokio v1.49.0
15312026-03-24T23:16:44.386Z Compiling http v1.4.0
15322026-03-24T23:16:44.481Z Compiling serde_spanned v0.6.9
15332026-03-24T23:16:44.519Z Compiling md-5 v0.10.6
15342026-03-24T23:16:44.543Z Compiling thiserror v1.0.69
15352026-03-24T23:16:44.581Z Compiling darling_macro v0.21.3
15362026-03-24T23:16:44.630Z Compiling derive_builder_macro v0.20.2
15372026-03-24T23:16:44.689Z Compiling webpki-roots v1.0.6
15382026-03-24T23:16:44.712Z Compiling zerocopy-derive v0.7.35
15392026-03-24T23:16:44.750Z Compiling memoffset v0.9.1
15402026-03-24T23:16:44.791Z Compiling scroll v0.12.0
15412026-03-24T23:16:44.794Z Compiling zlib-rs v0.6.2
15422026-03-24T23:16:44.859Z Compiling idna_adapter v1.2.1
15432026-03-24T23:16:45.019Z Compiling idna v1.1.0
15442026-03-24T23:16:45.093Z Compiling fallible-iterator v0.2.0
15452026-03-24T23:16:45.152Z Compiling rustix v0.38.44
15462026-03-24T23:16:45.191Z Compiling litrs v1.0.0
15472026-03-24T23:16:45.232Z Compiling iri-string v0.7.10
15482026-03-24T23:16:45.257Z Compiling smoltcp v0.9.1
15492026-03-24T23:16:45.280Z Compiling http-body v1.0.1
15502026-03-24T23:16:45.499Z Compiling ppv-lite86 v0.2.21
15512026-03-24T23:16:45.534Z Compiling url v2.5.8
15522026-03-24T23:16:45.626Z Compiling http-body-util v0.1.3
15532026-03-24T23:16:45.667Z Compiling base16ct v0.2.0
15542026-03-24T23:16:45.692Z Compiling cfg_aliases v0.2.1
15552026-03-24T23:16:45.728Z Compiling ryu v1.0.23
15562026-03-24T23:16:45.779Z Compiling num-bigint-dig v0.8.6
15572026-03-24T23:16:45.801Z Compiling ref-cast v1.0.25
15582026-03-24T23:16:45.919Z Compiling rand_chacha v0.9.0
15592026-03-24T23:16:45.922Z Compiling rand_chacha v0.3.1
15602026-03-24T23:16:45.947Z Compiling psl-types v2.0.11
15612026-03-24T23:16:45.991Z Compiling zerocopy v0.7.35
15622026-03-24T23:16:45.995Z Compiling document-features v0.2.12
15632026-03-24T23:16:45.995Z Compiling serde_urlencoded v0.7.1
15642026-03-24T23:16:45.995Z Compiling sec1 v0.7.3
15652026-03-24T23:16:46.118Z Compiling publicsuffix v2.3.0
15662026-03-24T23:16:46.147Z Compiling nix v0.31.1
15672026-03-24T23:16:46.226Z Compiling rand v0.9.2
15682026-03-24T23:16:46.449Z Compiling rand v0.8.5
15692026-03-24T23:16:46.688Z Compiling dof v0.4.0
15702026-03-24T23:16:46.789Z Compiling derive_builder v0.20.2
15712026-03-24T23:16:46.836Z Compiling darling v0.21.3
15722026-03-24T23:16:46.863Z Compiling goblin v0.8.2
15732026-03-24T23:16:46.981Z Compiling cargo-platform v0.1.9
15742026-03-24T23:16:47.013Z Compiling proptest v1.10.0
15752026-03-24T23:16:47.052Z Compiling postgres-protocol v0.6.10
15762026-03-24T23:16:47.158Z Compiling hkdf v0.12.4
15772026-03-24T23:16:47.318Z Compiling hubpack_derive v0.1.1
15782026-03-24T23:16:47.406Z Compiling crypto-bigint v0.5.5
15792026-03-24T23:16:47.429Z Compiling regex v1.12.3
15802026-03-24T23:16:47.479Z Compiling ipnetwork v0.21.1
15812026-03-24T23:16:47.672Z Compiling group v0.13.0
15822026-03-24T23:16:47.922Z Compiling oxnet v0.1.4
15832026-03-24T23:16:48.000Z Compiling async-trait v0.1.89
15842026-03-24T23:16:48.042Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-24T23:16:48.066Z Compiling daft-derive v0.1.5
15862026-03-24T23:16:48.268Z Compiling ref-cast-impl v1.0.25
15872026-03-24T23:16:48.271Z Compiling strum_macros v0.27.2
15882026-03-24T23:16:48.419Z Compiling num-iter v0.1.45
15892026-03-24T23:16:48.593Z Compiling proc-macro-error v1.0.4
15902026-03-24T23:16:48.972Z Compiling flate2 v1.1.9
15912026-03-24T23:16:49.047Z Compiling heck v0.4.1
15922026-03-24T23:16:49.050Z Compiling terminal_size v0.4.3
15932026-03-24T23:16:49.050Z Compiling phf_shared v0.13.1
15942026-03-24T23:16:49.120Z Compiling lazy_static v1.5.0
15952026-03-24T23:16:49.146Z Compiling vergen v9.0.6
15962026-03-24T23:16:49.260Z Compiling fs-err v3.3.0
15972026-03-24T23:16:49.294Z Compiling ahash v0.8.12
15982026-03-24T23:16:49.375Z Compiling foldhash v0.1.5
15992026-03-24T23:16:49.413Z Compiling bitflags v1.3.2
16002026-03-24T23:16:49.441Z Compiling bumpalo v3.20.2
16012026-03-24T23:16:49.444Z Compiling winnow v0.5.40
16022026-03-24T23:16:49.487Z Compiling libbz2-rs-sys v0.2.2
16032026-03-24T23:16:49.512Z Compiling object v0.37.3
16042026-03-24T23:16:49.538Z Compiling managed v0.8.0
16052026-03-24T23:16:49.541Z Compiling console v0.16.2
16062026-03-24T23:16:49.589Z Compiling tokio-util v0.7.18
16072026-03-24T23:16:49.589Z Compiling tower v0.5.3
16082026-03-24T23:16:49.639Z Compiling tokio-native-tls v0.3.1
16092026-03-24T23:16:49.747Z Compiling zopfli v0.8.3
16102026-03-24T23:16:49.886Z Compiling hashbrown v0.15.5
16112026-03-24T23:16:50.015Z Compiling clap_builder v4.5.60
16122026-03-24T23:16:50.084Z Compiling bzip2 v0.6.1
16132026-03-24T23:16:50.302Z Compiling tower-http v0.6.8
16142026-03-24T23:16:50.344Z Compiling dof v0.3.0
16152026-03-24T23:16:50.386Z Compiling zone_cfg_derive v0.3.1
16162026-03-24T23:16:50.410Z Compiling phf v0.13.1
16172026-03-24T23:16:50.642Z Compiling h2 v0.4.13
16182026-03-24T23:16:50.645Z Compiling newtype-uuid v1.3.2
16192026-03-24T23:16:50.693Z Compiling usdt-attr-macro v0.6.0
16202026-03-24T23:16:50.879Z Compiling usdt-macro v0.6.0
16212026-03-24T23:16:50.948Z Compiling daft v0.1.5
16222026-03-24T23:16:51.114Z Compiling strum v0.27.2
16232026-03-24T23:16:51.141Z Compiling cargo_metadata v0.19.2
16242026-03-24T23:16:51.206Z Compiling rayon v1.11.0
16252026-03-24T23:16:51.258Z Compiling signal-hook-mio v0.2.5
16262026-03-24T23:16:51.365Z Compiling toml_edit v0.19.15
16272026-03-24T23:16:51.390Z Compiling elliptic-curve v0.13.8
16282026-03-24T23:16:51.542Z Compiling cookie_store v0.22.1
16292026-03-24T23:16:51.811Z Compiling hubpack v0.1.2
16302026-03-24T23:16:51.929Z Compiling postgres-types v0.2.12
16312026-03-24T23:16:51.954Z Compiling bzip2 v0.4.4
16322026-03-24T23:16:51.979Z Compiling zstd v0.13.3
16332026-03-24T23:16:52.130Z Compiling serde_with_macros v3.17.0
16342026-03-24T23:16:52.284Z Compiling dtrace-parser v0.2.0
16352026-03-24T23:16:52.416Z Compiling pkcs1 v0.7.5
16362026-03-24T23:16:52.530Z Compiling ed25519 v2.2.3
16372026-03-24T23:16:52.594Z Compiling hex v0.4.3
16382026-03-24T23:16:52.761Z Compiling serde-big-array v0.5.1
16392026-03-24T23:16:52.969Z Compiling rfc6979 v0.4.0
16402026-03-24T23:16:52.996Z Compiling bstr v1.12.1
16412026-03-24T23:16:53.021Z Compiling serde_repr v0.1.20
16422026-03-24T23:16:53.101Z Compiling strum_macros v0.26.4
16432026-03-24T23:16:53.159Z Compiling clap_derive v4.5.55
16442026-03-24T23:16:53.456Z Compiling enum-as-inner v0.6.1
16452026-03-24T23:16:53.749Z Compiling itertools v0.12.1
16462026-03-24T23:16:53.775Z Compiling phf_shared v0.11.3
16472026-03-24T23:16:53.797Z Compiling float-cmp v0.10.0
16482026-03-24T23:16:53.829Z Compiling thread-id v4.2.2
16492026-03-24T23:16:53.864Z Compiling memmap2 v0.9.10
16502026-03-24T23:16:53.961Z Compiling env_filter v1.0.0
16512026-03-24T23:16:53.985Z Compiling encoding_rs v0.8.35
16522026-03-24T23:16:54.017Z Compiling rustc-hash v2.1.1
16532026-03-24T23:16:54.056Z Compiling fixedbitset v0.4.2
16542026-03-24T23:16:54.184Z Compiling whoami v2.1.0
16552026-03-24T23:16:54.207Z Compiling mime v0.3.17
16562026-03-24T23:16:54.209Z Compiling precomputed-hash v0.1.1
16572026-03-24T23:16:54.362Z Compiling jiff v0.2.21
16582026-03-24T23:16:54.386Z Compiling unit-prefix v0.5.2
16592026-03-24T23:16:54.413Z Compiling fixedbitset v0.5.7
16602026-03-24T23:16:54.510Z Compiling predicates-core v1.0.10
16612026-03-24T23:16:54.586Z Compiling keccak v0.1.6
16622026-03-24T23:16:54.608Z Compiling normalize-line-endings v0.3.0
16632026-03-24T23:16:54.730Z Compiling new_debug_unreachable v1.0.6
16642026-03-24T23:16:54.754Z Compiling static_assertions v1.1.0
16652026-03-24T23:16:54.777Z Compiling data-encoding v2.10.0
16662026-03-24T23:16:54.853Z Compiling difflib v0.4.0
16672026-03-24T23:16:54.857Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16682026-03-24T23:16:54.895Z Compiling string_cache v0.8.9
16692026-03-24T23:16:55.226Z Compiling hyper v1.8.1
16702026-03-24T23:16:55.307Z Compiling hickory-proto v0.25.2
16712026-03-24T23:16:55.379Z Compiling zone v0.3.1
16722026-03-24T23:16:55.495Z Compiling predicates v3.1.4
16732026-03-24T23:16:55.628Z Compiling strum v0.26.3
16742026-03-24T23:16:55.672Z Compiling sha3 v0.10.8
16752026-03-24T23:16:55.713Z Compiling clap v4.5.60
16762026-03-24T23:16:55.736Z Compiling petgraph v0.8.3
16772026-03-24T23:16:55.793Z Compiling toml_edit v0.22.27
16782026-03-24T23:16:55.816Z Compiling indicatif v0.18.4
16792026-03-24T23:16:55.842Z Compiling tokio-postgres v0.7.16
16802026-03-24T23:16:56.112Z Compiling petgraph v0.6.5
16812026-03-24T23:16:56.305Z Compiling env_logger v0.11.9
16822026-03-24T23:16:56.351Z Compiling iddqd v0.3.17
16832026-03-24T23:16:56.426Z Compiling usdt v0.6.0
16842026-03-24T23:16:56.450Z Compiling usdt-impl v0.5.0
16852026-03-24T23:16:56.793Z Compiling hyper-util v0.1.20
16862026-03-24T23:16:56.816Z Compiling serde_with v3.17.0
16872026-03-24T23:16:57.027Z Compiling similar v2.7.0
16882026-03-24T23:16:57.290Z Compiling crossterm v0.28.1
16892026-03-24T23:16:57.476Z Compiling toml v0.7.8
16902026-03-24T23:16:57.888Z Compiling ecdsa v0.16.9
16912026-03-24T23:16:57.973Z Compiling ed25519-dalek v2.2.0
16922026-03-24T23:16:58.273Z Compiling zip v4.6.1
16932026-03-24T23:16:58.295Z Compiling rsa v0.9.10
16942026-03-24T23:16:58.576Z Compiling zip v0.6.6
16952026-03-24T23:16:58.747Z Compiling hyper-tls v0.6.0
16962026-03-24T23:16:58.868Z Compiling tokio-stream v0.1.18
16972026-03-24T23:16:59.213Z Compiling buf-list v1.1.2
16982026-03-24T23:16:59.259Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-24T23:16:59.364Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-24T23:16:59.397Z Compiling openapiv3 v2.2.0
17012026-03-24T23:16:59.425Z Compiling x509-cert v0.2.5
17022026-03-24T23:16:59.512Z Compiling sha1 v0.10.6
17032026-03-24T23:16:59.536Z Compiling itertools v0.13.0
17042026-03-24T23:16:59.620Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-24T23:16:59.646Z Compiling lalrpop-util v0.19.12
17062026-03-24T23:16:59.758Z Compiling peg-runtime v0.8.5
17072026-03-24T23:16:59.794Z Compiling thread_local v1.1.9
17082026-03-24T23:16:59.831Z Compiling slog-async v2.8.0
17092026-03-24T23:16:59.928Z Compiling futures-executor v0.3.32
17102026-03-24T23:17:00.044Z Compiling crossbeam-channel v0.5.15
17112026-03-24T23:17:00.141Z Compiling filetime v0.2.27
17122026-03-24T23:17:00.162Z Compiling is-terminal v0.4.17
17132026-03-24T23:17:00.165Z Compiling xattr v1.6.1
17142026-03-24T23:17:00.288Z Compiling term v1.2.1
17152026-03-24T23:17:00.312Z Compiling take_mut v0.2.2
17162026-03-24T23:17:00.317Z Compiling futures v0.3.32
17172026-03-24T23:17:00.402Z Compiling tar v0.4.44
17182026-03-24T23:17:00.679Z Compiling slog-term v2.9.2
17192026-03-24T23:17:21.163Z Compiling rustls-webpki v0.103.9
17202026-03-24T23:17:25.194Z Compiling tokio-rustls v0.26.4
17212026-03-24T23:17:25.194Z Compiling rustls-platform-verifier v0.6.2
17222026-03-24T23:17:25.455Z Compiling hyper-rustls v0.27.7
17232026-03-24T23:17:25.718Z Compiling reqwest v0.12.28
17242026-03-24T23:17:25.720Z Compiling reqwest v0.13.2
17252026-03-24T23:17:28.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-24T23:17:28.855Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-24T23:17:32.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17282026-03-24T23:17:32.895Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-24T23:17:32.972ZMar 24 23:17:32.279 INFO Starting download, target: DendriteStub
17302026-03-24T23:17:32.972ZMar 24 23:17:32.280 INFO Starting download, target: TransceiverControl
17312026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Starting download, target: Clickhouse
17322026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Starting download, target: Console
17332026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Starting download, target: Cockroach
17342026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Starting download, target: MaghemiteMgd
17352026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-24T23:17:32.976ZMar 24 23:17:32.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-24T23:17:33.451ZMar 24 23:17:32.763 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-24T23:17:33.788ZMar 24 23:17:33.102 INFO Download complete, target: TransceiverControl
17432026-03-24T23:17:33.935ZMar 24 23:17:33.251 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-24T23:17:34.315ZMar 24 23:17:33.629 INFO Download complete, target: Console
17452026-03-24T23:17:34.566ZMar 24 23:17:33.882 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-24T23:17:34.958ZMar 24 23:17:34.273 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-24T23:17:35.516ZMar 24 23:17:34.831 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-24T23:17:35.622ZMar 24 23:17:34.939 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-24T23:17:35.622ZMar 24 23:17:34.939 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-24T23:17:38.151ZMar 24 23:17:37.467 INFO Download complete, target: DendriteStub
17512026-03-24T23:17:38.622ZMar 24 23:17:37.937 INFO Download complete, target: MaghemiteMgd
17522026-03-24T23:17:43.288ZMar 24 23:17:42.602 INFO Checking that binary works, target: Cockroach
17532026-03-24T23:17:43.411ZMar 24 23:17:42.723 INFO Download complete, target: Cockroach
17542026-03-24T23:17:46.723ZMar 24 23:17:46.037 INFO Checking that binary works, target: Clickhouse
17552026-03-24T23:17:46.824ZMar 24 23:17:46.138 INFO Download complete, target: Clickhouse
17562026-03-24T23:17:46.830ZAll prerequisites installed successfully
17572026-03-24T23:17:46.833Z
17582026-03-24T23:17:46.833Zreal 3:40.719230604
17592026-03-24T23:17:46.833Zuser 10:33.159359048
17602026-03-24T23:17:46.833Zsys 2:09.247304817
17612026-03-24T23:17:46.833Ztrap 0.352907560
17622026-03-24T23:17:46.833Ztflt 1.169969141
17632026-03-24T23:17:46.833Zdflt 1.729475724
17642026-03-24T23:17:46.833Zkflt 0.024576775
17652026-03-24T23:17:46.833Zlock 32:41.147435514
17662026-03-24T23:17:46.833Zslp 25:37.095617135
17672026-03-24T23:17:46.833Zlat 30.654265390
17682026-03-24T23:17:46.833Zstop 4:42.976970313
17692026-03-24T23:17:46.833Z+ ptime -m cargo xtask download softnpu
17702026-03-24T23:17:47.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17712026-03-24T23:17:47.599Z Running `target/debug/xtask download softnpu`
17722026-03-24T23:17:48.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
17732026-03-24T23:17:48.768Z Running `target/debug/xtask-downloader softnpu`
17742026-03-24T23:17:48.820ZMar 24 23:17:48.134 INFO Starting download, target: Softnpu
17752026-03-24T23:17:48.823ZMar 24 23:17:48.135 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-24T23:17:49.996ZMar 24 23:17:49.310 INFO Download complete, target: Softnpu
17772026-03-24T23:17:50.000Z
17782026-03-24T23:17:50.005Zreal 3.161822436
17792026-03-24T23:17:50.005Zuser 1.884636322
17802026-03-24T23:17:50.005Zsys 0.857011443
17812026-03-24T23:17:50.005Ztrap 0.000793605
17822026-03-24T23:17:50.005Ztflt 0.000158943
17832026-03-24T23:17:50.005Zdflt 0.000194749
17842026-03-24T23:17:50.005Zkflt 0.000000000
17852026-03-24T23:17:50.005Zlock 21.511380686
17862026-03-24T23:17:50.005Zslp 0.911891825
17872026-03-24T23:17:50.005Zlat 0.058949113
17882026-03-24T23:17:50.005Zstop 0.000200312
17892026-03-24T23:17:50.005Z+ export CARGO_INCREMENTAL=0
17902026-03-24T23:17:50.005Z+ CARGO_INCREMENTAL=0
17912026-03-24T23:17:50.005Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-24T23:17:51.263Z Compiling proc-macro2 v1.0.106
17932026-03-24T23:17:51.263Z Compiling quote v1.0.44
17942026-03-24T23:17:51.266Z Compiling unicode-ident v1.0.24
17952026-03-24T23:17:51.266Z Compiling libc v0.2.180
17962026-03-24T23:17:51.266Z Compiling serde_core v1.0.228
17972026-03-24T23:17:51.266Z Compiling serde v1.0.228
17982026-03-24T23:17:51.266Z Compiling cfg-if v1.0.4
17992026-03-24T23:17:51.266Z Compiling version_check v0.9.5
18002026-03-24T23:17:51.266Z Compiling shlex v1.3.0
18012026-03-24T23:17:51.266Z Compiling find-msvc-tools v0.1.9
18022026-03-24T23:17:51.266Z Compiling typenum v1.19.0
18032026-03-24T23:17:51.266Z Compiling portable-atomic v1.13.1
18042026-03-24T23:17:51.434Z Compiling memchr v2.8.0
18052026-03-24T23:17:51.437Z Compiling autocfg v1.5.0
18062026-03-24T23:17:51.437Z Compiling zmij v1.0.21
18072026-03-24T23:17:51.665Z Compiling serde_json v1.0.149
18082026-03-24T23:17:51.839Z Compiling zerocopy v0.8.40
18092026-03-24T23:17:51.993Z Compiling parking_lot_core v0.9.12
18102026-03-24T23:17:51.996Z Compiling libm v0.2.16
18112026-03-24T23:17:52.018Z Compiling smallvec v1.15.1
18122026-03-24T23:17:52.066Z Compiling generic-array v0.14.7
18132026-03-24T23:17:52.068Z Compiling icu_normalizer_data v2.1.1
18142026-03-24T23:17:52.068Z Compiling num-traits v0.2.19
18152026-03-24T23:17:52.269Z Compiling icu_properties_data v2.1.2
18162026-03-24T23:17:52.273Z Compiling itoa v1.0.17
18172026-03-24T23:17:52.346Z Compiling log v0.4.29
18182026-03-24T23:17:52.423Z Compiling getrandom v0.4.1
18192026-03-24T23:17:52.452Z Compiling pkg-config v0.3.32
18202026-03-24T23:17:52.455Z Compiling stable_deref_trait v1.2.1
18212026-03-24T23:17:52.599Z Compiling scopeguard v1.2.0
18222026-03-24T23:17:52.626Z Compiling subtle v2.6.1
18232026-03-24T23:17:52.729Z Compiling lock_api v0.4.14
18242026-03-24T23:17:52.775Z Compiling thiserror v2.0.18
18252026-03-24T23:17:52.800Z Compiling jobserver v0.1.34
18262026-03-24T23:17:52.826Z Compiling getrandom v0.2.17
18272026-03-24T23:17:52.829Z Compiling errno v0.3.14
18282026-03-24T23:17:52.977Z Compiling fnv v1.0.7
18292026-03-24T23:17:53.114Z Compiling rand_core v0.6.4
18302026-03-24T23:17:53.188Z Compiling cc v1.2.56
18312026-03-24T23:17:53.262Z Compiling getrandom v0.3.4
18322026-03-24T23:17:53.265Z Compiling pin-project-lite v0.2.17
18332026-03-24T23:17:53.383Z Compiling syn v2.0.117
18342026-03-24T23:17:53.410Z Compiling critical-section v1.2.0
18352026-03-24T23:17:53.540Z Compiling equivalent v1.0.2
18362026-03-24T23:17:53.611Z Compiling allocator-api2 v0.2.21
18372026-03-24T23:17:53.614Z Compiling rustversion v1.0.22
18382026-03-24T23:17:53.733Z Compiling litemap v0.8.1
18392026-03-24T23:17:53.737Z Compiling writeable v0.6.2
18402026-03-24T23:17:53.760Z Compiling percent-encoding v2.3.2
18412026-03-24T23:17:53.908Z Compiling fs_extra v1.3.0
18422026-03-24T23:17:53.931Z Compiling dunce v1.0.5
18432026-03-24T23:17:54.024Z Compiling foldhash v0.2.0
18442026-03-24T23:17:54.069Z Compiling once_cell v1.21.3
18452026-03-24T23:17:54.172Z Compiling cmake v0.1.57
18462026-03-24T23:17:54.298Z Compiling hashbrown v0.16.1
18472026-03-24T23:17:54.302Z Compiling const-oid v0.9.6
18482026-03-24T23:17:54.395Z Compiling signal-hook-registry v1.4.8
18492026-03-24T23:17:54.424Z Compiling rustix v1.1.3
18502026-03-24T23:17:54.519Z Compiling mio v1.1.1
18512026-03-24T23:17:54.522Z Compiling socket2 v0.6.2
18522026-03-24T23:17:54.567Z Compiling schemars v0.8.22
18532026-03-24T23:17:54.676Z Compiling aws-lc-rs v1.16.0
18542026-03-24T23:17:54.939Z Compiling semver v1.0.27
18552026-03-24T23:17:55.036Z Compiling bitflags v2.11.0
18562026-03-24T23:17:55.039Z Compiling ring v0.17.14
18572026-03-24T23:17:55.061Z Compiling aws-lc-sys v0.37.1
18582026-03-24T23:17:55.084Z Compiling indexmap v2.13.0
18592026-03-24T23:17:55.137Z Compiling parking_lot v0.12.5
18602026-03-24T23:17:55.192Z Compiling rand_core v0.10.0
18612026-03-24T23:17:55.368Z Compiling utf8_iter v1.0.4
18622026-03-24T23:17:55.396Z Compiling form_urlencoded v1.2.2
18632026-03-24T23:17:55.498Z Compiling futures-core v0.3.32
18642026-03-24T23:17:55.502Z Compiling strsim v0.11.1
18652026-03-24T23:17:55.714Z Compiling ucd-trie v0.1.7
18662026-03-24T23:17:55.871Z Compiling thiserror v1.0.69
18672026-03-24T23:17:55.928Z Compiling byteorder v1.5.0
18682026-03-24T23:17:55.961Z Compiling httparse v1.10.1
18692026-03-24T23:17:55.961Z Compiling pest v2.8.6
18702026-03-24T23:17:56.063Z Compiling heck v0.5.0
18712026-03-24T23:17:56.116Z Compiling vcpkg v0.2.15
18722026-03-24T23:17:56.120Z Compiling ident_case v1.0.1
18732026-03-24T23:17:56.316Z Compiling syn v1.0.109
18742026-03-24T23:17:56.371Z Compiling crossbeam-utils v0.8.21
18752026-03-24T23:17:56.399Z Compiling regex-syntax v0.8.10
18762026-03-24T23:17:56.660Z Compiling rustls v0.23.37
18772026-03-24T23:17:56.687Z Compiling futures-sink v0.3.32
18782026-03-24T23:17:56.717Z Compiling rustc_version v0.4.1
18792026-03-24T23:17:56.824Z Compiling futures-channel v0.3.32
18802026-03-24T23:17:56.851Z Compiling cpufeatures v0.2.17
18812026-03-24T23:17:56.877Z Compiling futures-task v0.3.32
18822026-03-24T23:17:56.902Z Compiling futures-io v0.3.32
18832026-03-24T23:17:56.931Z Compiling slab v0.4.12
18842026-03-24T23:17:56.934Z Compiling openssl-sys v0.9.111
18852026-03-24T23:17:57.101Z Compiling plain v0.2.3
18862026-03-24T23:17:57.149Z Compiling iana-time-zone v0.1.65
18872026-03-24T23:17:57.152Z Compiling uuid v1.21.0
18882026-03-24T23:17:57.225Z Compiling aho-corasick v1.1.4
18892026-03-24T23:17:57.278Z Compiling num-conv v0.2.0
18902026-03-24T23:17:57.357Z Compiling synstructure v0.13.2
18912026-03-24T23:17:57.383Z Compiling serde_derive_internals v0.29.1
18922026-03-24T23:17:57.408Z Compiling time-core v0.1.8
18932026-03-24T23:17:57.489Z Compiling pest_meta v2.8.6
18942026-03-24T23:17:57.643Z Compiling time-macros v0.2.27
18952026-03-24T23:17:57.981Z Compiling openssl v0.10.75
18962026-03-24T23:17:58.007Z Compiling pretty-hex v0.4.1
18972026-03-24T23:17:58.326Z Compiling pest_generator v2.8.6
18982026-03-24T23:17:58.403Z Compiling anyhow v1.0.102
18992026-03-24T23:17:58.455Z Compiling base64ct v1.8.3
19002026-03-24T23:17:58.484Z Compiling either v1.15.0
19012026-03-24T23:17:58.510Z Compiling crc32fast v1.5.0
19022026-03-24T23:17:58.513Z Compiling darling_core v0.21.3
19032026-03-24T23:17:58.597Z Compiling regex-automata v0.4.14
19042026-03-24T23:17:58.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-24T23:17:58.797Z Compiling pem-rfc7468 v0.7.0
19062026-03-24T23:17:58.822Z Compiling native-tls v0.2.18
19072026-03-24T23:17:58.868Z Compiling flagset v0.4.7
19082026-03-24T23:17:58.893Z Compiling rand_core v0.9.5
19092026-03-24T23:17:59.072Z Compiling slog v2.8.2
19102026-03-24T23:17:59.153Z Compiling tracing-core v0.1.36
19112026-03-24T23:17:59.213Z Compiling dyn-clone v1.0.20
19122026-03-24T23:17:59.213Z Compiling rayon-core v1.13.0
19132026-03-24T23:17:59.270Z Compiling untrusted v0.9.0
19142026-03-24T23:17:59.377Z Compiling serde_derive v1.0.228
19152026-03-24T23:17:59.403Z Compiling zeroize_derive v1.4.3
19162026-03-24T23:17:59.430Z Compiling zerofrom-derive v0.1.6
19172026-03-24T23:17:59.463Z Compiling yoke-derive v0.8.1
19182026-03-24T23:17:59.488Z Compiling zerovec-derive v0.11.2
19192026-03-24T23:17:59.515Z Compiling displaydoc v0.2.5
19202026-03-24T23:17:59.571Z Compiling zerocopy-derive v0.8.40
19212026-03-24T23:17:59.609Z Compiling tokio-macros v2.6.0
19222026-03-24T23:17:59.857Z Compiling futures-macro v0.3.32
19232026-03-24T23:18:00.202Z Compiling zeroize v1.8.2
19242026-03-24T23:18:00.494Z Compiling thiserror-impl v2.0.18
19252026-03-24T23:18:00.545Z Compiling tracing-attributes v0.1.31
19262026-03-24T23:18:00.780Z Compiling der_derive v0.7.3
19272026-03-24T23:18:00.883Z Compiling schemars_derive v0.8.22
19282026-03-24T23:18:00.907Z Compiling thiserror-impl v1.0.69
19292026-03-24T23:18:01.014Z Compiling zerofrom v0.1.6
19302026-03-24T23:18:01.198Z Compiling yoke v0.8.1
19312026-03-24T23:18:01.320Z Compiling crypto-common v0.1.7
19322026-03-24T23:18:01.478Z Compiling zerovec v0.11.5
19332026-03-24T23:18:01.530Z Compiling zerotrie v0.2.3
19342026-03-24T23:18:01.988Z Compiling block-buffer v0.10.4
19352026-03-24T23:18:02.162Z Compiling digest v0.10.7
19362026-03-24T23:18:02.165Z Compiling pest_derive v2.8.6
19372026-03-24T23:18:02.236Z Compiling tinystr v0.8.2
19382026-03-24T23:18:02.266Z Compiling potential_utf v0.1.4
19392026-03-24T23:18:02.393Z Compiling futures-util v0.3.32
19402026-03-24T23:18:02.434Z Compiling icu_collections v2.1.1
19412026-03-24T23:18:02.468Z Compiling hmac v0.12.1
19422026-03-24T23:18:02.516Z Compiling icu_locale_core v2.1.1
19432026-03-24T23:18:02.584Z Compiling block-padding v0.3.3
19442026-03-24T23:18:02.666Z Compiling sha2 v0.10.9
19452026-03-24T23:18:02.730Z Compiling rustls-pki-types v1.14.0
19462026-03-24T23:18:02.824Z Compiling inout v0.1.4
19472026-03-24T23:18:03.148Z Compiling cipher v0.4.4
19482026-03-24T23:18:03.383Z Compiling scroll_derive v0.13.1
19492026-03-24T23:18:03.474Z Compiling scroll_derive v0.12.1
19502026-03-24T23:18:03.581Z Compiling icu_provider v2.1.1
19512026-03-24T23:18:03.709Z Compiling bytes v1.11.1
19522026-03-24T23:18:03.862Z Compiling chrono v0.4.44
19532026-03-24T23:18:03.895Z Compiling serde_tokenstream v0.2.3
19542026-03-24T23:18:04.135Z Compiling icu_normalizer v2.1.1
19552026-03-24T23:18:04.283Z Compiling icu_properties v2.1.2
19562026-03-24T23:18:04.350Z Compiling openssl-macros v0.1.1
19572026-03-24T23:18:04.424Z Compiling tokio v1.49.0
19582026-03-24T23:18:05.031Z Compiling http v1.4.0
19592026-03-24T23:18:05.526Z Compiling idna_adapter v1.2.1
19602026-03-24T23:18:05.691Z Compiling idna v1.1.0
19612026-03-24T23:18:05.738Z Compiling der v0.7.10
19622026-03-24T23:18:05.882Z Compiling ppv-lite86 v0.2.21
19632026-03-24T23:18:05.939Z Compiling regex v1.12.3
19642026-03-24T23:18:06.205Z Compiling url v2.5.8
19652026-03-24T23:18:06.233Z Compiling darling_macro v0.21.3
19662026-03-24T23:18:06.285Z Compiling zerocopy-derive v0.7.35
19672026-03-24T23:18:06.515Z Compiling salsa20 v0.10.2
19682026-03-24T23:18:06.586Z Compiling pbkdf2 v0.12.2
19692026-03-24T23:18:06.772Z Compiling tracing v0.1.44
19702026-03-24T23:18:06.887Z Compiling darling v0.21.3
19712026-03-24T23:18:06.972Z Compiling spki v0.7.3
19722026-03-24T23:18:07.357Z Compiling cookie v0.18.1
19732026-03-24T23:18:07.409Z Compiling base64 v0.22.1
19742026-03-24T23:18:07.494Z Compiling camino v1.2.2
19752026-03-24T23:18:07.648Z Compiling scrypt v0.11.0
19762026-03-24T23:18:07.717Z Compiling rand_chacha v0.9.0
19772026-03-24T23:18:07.861Z Compiling aes v0.8.4
19782026-03-24T23:18:07.901Z Compiling cbc v0.1.2
19792026-03-24T23:18:08.420Z Compiling usdt-impl v0.5.0
19802026-03-24T23:18:08.541Z Compiling winnow v0.7.14
19812026-03-24T23:18:08.578Z Compiling ref-cast v1.0.25
19822026-03-24T23:18:08.723Z Compiling usdt-impl v0.6.0
19832026-03-24T23:18:08.748Z Compiling paste v1.0.15
19842026-03-24T23:18:09.122Z Compiling pkcs5 v0.7.1
19852026-03-24T23:18:09.173Z Compiling rand v0.9.2
19862026-03-24T23:18:09.368Z Compiling http-body v1.0.1
19872026-03-24T23:18:09.445Z Compiling scroll v0.13.0
19882026-03-24T23:18:09.583Z Compiling tokio-util v0.7.18
19892026-03-24T23:18:09.653Z Compiling scroll v0.12.0
19902026-03-24T23:18:09.700Z Compiling toml_datetime v0.6.11
19912026-03-24T23:18:09.726Z Compiling serde_spanned v0.6.9
19922026-03-24T23:18:09.911Z Compiling heapless v0.7.17
19932026-03-24T23:18:10.012Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-24T23:18:10.063Z Compiling zstd-safe v7.2.4
19952026-03-24T23:18:10.108Z Compiling untrusted v0.7.1
19962026-03-24T23:18:10.240Z Compiling atomic-waker v1.1.2
19972026-03-24T23:18:10.292Z Compiling openssl-probe v0.2.1
19982026-03-24T23:18:10.398Z Compiling signal-hook v0.3.18
19992026-03-24T23:18:10.429Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-24T23:18:10.611Z Compiling goblin v0.8.2
20012026-03-24T23:18:10.660Z Compiling goblin v0.10.5
20022026-03-24T23:18:10.734Z Compiling pkcs8 v0.10.2
20032026-03-24T23:18:11.157Z Compiling zerocopy v0.7.35
20042026-03-24T23:18:11.181Z Compiling ref-cast-impl v1.0.25
20052026-03-24T23:18:11.219Z Compiling darling_core v0.20.11
20062026-03-24T23:18:11.573Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-24T23:18:11.598Z Compiling memoffset v0.9.1
20082026-03-24T23:18:11.623Z Compiling rustix v0.38.44
20092026-03-24T23:18:11.654Z Compiling tower-service v0.3.3
20102026-03-24T23:18:11.794Z Compiling winnow v0.5.40
20112026-03-24T23:18:11.838Z Compiling try-lock v0.2.5
20122026-03-24T23:18:11.899Z Compiling fastrand v2.3.0
20132026-03-24T23:18:11.976Z Compiling litrs v1.0.0
20142026-03-24T23:18:12.081Z Compiling tower-layer v0.3.3
20152026-03-24T23:18:12.147Z Compiling tinyvec_macros v0.1.1
20162026-03-24T23:18:12.448Z Compiling want v0.3.1
20172026-03-24T23:18:12.471Z Compiling h2 v0.4.13
20182026-03-24T23:18:12.512Z Compiling tinyvec v1.10.0
20192026-03-24T23:18:12.638Z Compiling document-features v0.2.12
20202026-03-24T23:18:13.417Z Compiling dtrace-parser v0.2.0
20212026-03-24T23:18:13.541Z Compiling dtrace-parser v0.3.0
20222026-03-24T23:18:13.816Z Compiling dof v0.3.0
20232026-03-24T23:18:14.052Z Compiling toml_edit v0.19.15
20242026-03-24T23:18:14.086Z Compiling darling_macro v0.20.11
20252026-03-24T23:18:14.242Z Compiling ipnet v2.11.0
20262026-03-24T23:18:14.423Z Compiling async-trait v0.1.89
20272026-03-24T23:18:14.544Z Compiling dof v0.4.0
20282026-03-24T23:18:14.677Z Compiling daft-derive v0.1.5
20292026-03-24T23:18:14.711Z Compiling curve25519-dalek v4.1.3
20302026-03-24T23:18:14.991Z Compiling spin v0.9.8
20312026-03-24T23:18:15.052Z Compiling thread-id v5.1.0
20322026-03-24T23:18:15.108Z Compiling thread-id v4.2.2
20332026-03-24T23:18:15.178Z Compiling proc-macro-error-attr v1.0.4
20342026-03-24T23:18:15.233Z Compiling powerfmt v0.2.0
20352026-03-24T23:18:15.448Z Compiling smoltcp v0.9.1
20362026-03-24T23:18:15.471Z Compiling httpdate v1.0.3
20372026-03-24T23:18:15.608Z Compiling foreign-types-shared v0.1.1
20382026-03-24T23:18:15.633Z Compiling pin-utils v0.1.0
20392026-03-24T23:18:15.762Z Compiling num-bigint-dig v0.8.6
20402026-03-24T23:18:15.818Z Compiling cfg_aliases v0.2.1
20412026-03-24T23:18:15.930Z Compiling nix v0.31.1
20422026-03-24T23:18:15.981Z Compiling foreign-types v0.3.2
20432026-03-24T23:18:16.030Z Compiling tempfile v3.25.0
20442026-03-24T23:18:16.082Z Compiling deranged v0.5.8
20452026-03-24T23:18:16.184Z Compiling darling v0.20.11
20462026-03-24T23:18:16.692Z Compiling hyper v1.8.1
20472026-03-24T23:18:16.738Z Compiling ipnetwork v0.21.1
20482026-03-24T23:18:16.818Z Compiling strum_macros v0.26.4
20492026-03-24T23:18:17.085Z Compiling wait-timeout v0.2.1
20502026-03-24T23:18:17.129Z Compiling proc-macro-error v1.0.4
20512026-03-24T23:18:17.388Z Compiling utf8parse v0.2.2
20522026-03-24T23:18:17.415Z Compiling anstyle v1.0.13
20532026-03-24T23:18:17.623Z Compiling bit-vec v0.8.0
20542026-03-24T23:18:17.699Z Compiling unicode-segmentation v1.12.0
20552026-03-24T23:18:17.754Z Compiling simd-adler32 v0.3.8
20562026-03-24T23:18:17.838Z Compiling siphasher v1.0.2
20572026-03-24T23:18:17.864Z Compiling num_threads v0.1.7
20582026-03-24T23:18:17.951Z Compiling quick-error v1.2.3
20592026-03-24T23:18:18.002Z Compiling time v0.3.47
20602026-03-24T23:18:18.119Z Compiling rusty-fork v0.3.1
20612026-03-24T23:18:18.176Z Compiling bit-set v0.8.0
20622026-03-24T23:18:18.277Z Compiling hyper-util v0.1.20
20632026-03-24T23:18:18.535Z Compiling anstyle-parse v0.2.7
20642026-03-24T23:18:19.065Z Compiling crossbeam-epoch v0.9.18
20652026-03-24T23:18:19.092Z Compiling derive_builder_core v0.20.2
20662026-03-24T23:18:19.499Z Compiling unicode-normalization v0.1.25
20672026-03-24T23:18:20.156Z Compiling rustls-native-certs v0.8.3
20682026-03-24T23:18:20.500Z Compiling signature v2.2.0
20692026-03-24T23:18:20.525Z Compiling hubpack_derive v0.1.1
20702026-03-24T23:18:20.617Z Compiling strum_macros v0.27.2
20712026-03-24T23:18:20.720Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-24T23:18:20.836Z Compiling rand_xorshift v0.4.0
20732026-03-24T23:18:21.043Z Compiling sync_wrapper v1.0.2
20742026-03-24T23:18:21.069Z Compiling fs-err v3.3.0
20752026-03-24T23:18:21.072Z Compiling ahash v0.8.12
20762026-03-24T23:18:21.199Z Compiling colorchoice v1.0.4
20772026-03-24T23:18:21.227Z Compiling unicode-bidi v0.3.18
20782026-03-24T23:18:21.265Z Compiling unicode-properties v0.1.4
20792026-03-24T23:18:21.362Z Compiling is_terminal_polyfill v1.70.2
20802026-03-24T23:18:21.414Z Compiling unarray v0.1.4
20812026-03-24T23:18:21.543Z Compiling anstyle-query v1.1.5
20822026-03-24T23:18:21.567Z Compiling adler2 v2.0.1
20832026-03-24T23:18:21.590Z Compiling object v0.37.3
20842026-03-24T23:18:21.696Z Compiling stringprep v0.1.5
20852026-03-24T23:18:21.750Z Compiling miniz_oxide v0.8.9
20862026-03-24T23:18:21.793Z Compiling anstream v0.6.21
20872026-03-24T23:18:21.896Z Compiling proptest v1.10.0
20882026-03-24T23:18:22.200Z Compiling tower v0.5.3
20892026-03-24T23:18:22.387Z Compiling derive_builder_macro v0.20.2
20902026-03-24T23:18:22.818Z Compiling crossbeam-deque v0.8.6
20912026-03-24T23:18:22.854Z Compiling heck v0.4.1
20922026-03-24T23:18:22.892Z Compiling usdt-macro v0.6.0
20932026-03-24T23:18:22.998Z Compiling usdt-attr-macro v0.6.0
20942026-03-24T23:18:23.227Z Compiling http-body-util v0.1.3
20952026-03-24T23:18:23.279Z Compiling webpki-roots v1.0.6
20962026-03-24T23:18:23.558Z Compiling rand_chacha v0.3.1
20972026-03-24T23:18:23.608Z Compiling erased-serde v0.3.31
20982026-03-24T23:18:23.612Z Compiling md-5 v0.10.6
20992026-03-24T23:18:23.861Z Compiling num-integer v0.1.46
21002026-03-24T23:18:23.864Z Compiling hash32 v0.2.1
21012026-03-24T23:18:24.008Z Compiling vergen-lib v0.1.6
21022026-03-24T23:18:24.034Z Compiling ff v0.13.1
21032026-03-24T23:18:24.062Z Compiling ryu v1.0.23
21042026-03-24T23:18:24.115Z Compiling zlib-rs v0.6.2
21052026-03-24T23:18:24.118Z Compiling base16ct v0.2.0
21062026-03-24T23:18:24.164Z Compiling fallible-iterator v0.2.0
21072026-03-24T23:18:24.167Z Compiling iri-string v0.7.10
21082026-03-24T23:18:24.263Z Compiling psl-types v2.0.11
21092026-03-24T23:18:24.342Z Compiling serde_urlencoded v0.7.1
21102026-03-24T23:18:24.391Z Compiling sec1 v0.7.3
21112026-03-24T23:18:24.471Z Compiling publicsuffix v2.3.0
21122026-03-24T23:18:24.495Z Compiling group v0.13.0
21132026-03-24T23:18:24.548Z Compiling num-iter v0.1.45
21142026-03-24T23:18:24.624Z Compiling postgres-protocol v0.6.10
21152026-03-24T23:18:24.747Z Compiling newtype-uuid v1.3.2
21162026-03-24T23:18:24.796Z Compiling rand v0.8.5
21172026-03-24T23:18:25.019Z Compiling oxnet v0.1.4
21182026-03-24T23:18:25.194Z Compiling zone_cfg_derive v0.3.1
21192026-03-24T23:18:25.308Z Compiling derive_builder v0.20.2
21202026-03-24T23:18:25.447Z Compiling tokio-native-tls v0.3.1
21212026-03-24T23:18:25.519Z Compiling phf_shared v0.13.1
21222026-03-24T23:18:25.623Z Compiling lazy_static v1.5.0
21232026-03-24T23:18:25.722Z Compiling terminal_size v0.4.3
21242026-03-24T23:18:25.798Z Compiling tower-http v0.6.8
21252026-03-24T23:18:25.801Z Compiling serde_with_macros v3.17.0
21262026-03-24T23:18:25.899Z Compiling cargo-platform v0.1.9
21272026-03-24T23:18:25.951Z Compiling hkdf v0.12.4
21282026-03-24T23:18:26.021Z Compiling crypto-bigint v0.5.5
21292026-03-24T23:18:26.069Z Compiling serde_repr v0.1.20
21302026-03-24T23:18:26.094Z Compiling enum-as-inner v0.6.1
21312026-03-24T23:18:26.097Z Compiling clap_derive v4.5.55
21322026-03-24T23:18:26.144Z Compiling vergen v9.0.6
21332026-03-24T23:18:26.346Z Compiling unicode-width v0.2.0
21342026-03-24T23:18:26.392Z Compiling bitflags v1.3.2
21352026-03-24T23:18:26.419Z Compiling managed v0.8.0
21362026-03-24T23:18:26.443Z Compiling libbz2-rs-sys v0.2.2
21372026-03-24T23:18:26.509Z Compiling foldhash v0.1.5
21382026-03-24T23:18:26.576Z Compiling clap_lex v1.0.0
21392026-03-24T23:18:26.754Z Compiling bumpalo v3.20.2
21402026-03-24T23:18:26.851Z Compiling clap_builder v4.5.60
21412026-03-24T23:18:26.854Z Compiling hashbrown v0.15.5
21422026-03-24T23:18:27.097Z Compiling flate2 v1.1.9
21432026-03-24T23:18:27.200Z Compiling zopfli v0.8.3
21442026-03-24T23:18:27.228Z Compiling bzip2 v0.6.1
21452026-03-24T23:18:27.254Z Compiling console v0.16.2
21462026-03-24T23:18:27.384Z Compiling elliptic-curve v0.13.8
21472026-03-24T23:18:27.555Z Compiling cargo_metadata v0.19.2
21482026-03-24T23:18:27.832Z Compiling phf v0.13.1
21492026-03-24T23:18:27.937Z Compiling hyper-tls v0.6.0
21502026-03-24T23:18:28.002Z Compiling signal-hook-mio v0.2.5
21512026-03-24T23:18:28.066Z Compiling daft v0.1.5
21522026-03-24T23:18:28.198Z Compiling rayon v1.11.0
21532026-03-24T23:18:28.268Z Compiling cookie_store v0.22.1
21542026-03-24T23:18:28.378Z Compiling postgres-types v0.2.12
21552026-03-24T23:18:28.448Z Compiling bzip2 v0.4.4
21562026-03-24T23:18:28.476Z Compiling zstd v0.13.3
21572026-03-24T23:18:28.562Z Compiling strum v0.27.2
21582026-03-24T23:18:28.930Z Compiling hubpack v0.1.2
21592026-03-24T23:18:28.978Z Compiling ed25519 v2.2.3
21602026-03-24T23:18:29.096Z Compiling phf_shared v0.11.3
21612026-03-24T23:18:29.237Z Compiling pkcs1 v0.7.5
21622026-03-24T23:18:29.321Z Compiling hex v0.4.3
21632026-03-24T23:18:29.369Z Compiling serde-big-array v0.5.1
21642026-03-24T23:18:29.525Z Compiling rfc6979 v0.4.0
21652026-03-24T23:18:29.573Z Compiling bstr v1.12.1
21662026-03-24T23:18:29.784Z Compiling itertools v0.12.1
21672026-03-24T23:18:29.809Z Compiling float-cmp v0.10.0
21682026-03-24T23:18:29.812Z Compiling memmap2 v0.9.10
21692026-03-24T23:18:29.860Z Compiling env_filter v1.0.0
21702026-03-24T23:18:30.019Z Compiling encoding_rs v0.8.35
21712026-03-24T23:18:30.048Z Compiling fixedbitset v0.5.7
21722026-03-24T23:18:30.087Z Compiling static_assertions v1.1.0
21732026-03-24T23:18:30.135Z Compiling unit-prefix v0.5.2
21742026-03-24T23:18:30.206Z Compiling data-encoding v2.10.0
21752026-03-24T23:18:30.255Z Compiling jiff v0.2.21
21762026-03-24T23:18:30.281Z Compiling keccak v0.1.6
21772026-03-24T23:18:30.430Z Compiling whoami v2.1.0
21782026-03-24T23:18:30.531Z Compiling fixedbitset v0.4.2
21792026-03-24T23:18:30.565Z Compiling normalize-line-endings v0.3.0
21802026-03-24T23:18:30.619Z Compiling predicates-core v1.0.10
21812026-03-24T23:18:30.708Z Compiling precomputed-hash v0.1.1
21822026-03-24T23:18:30.823Z Compiling difflib v0.4.0
21832026-03-24T23:18:30.849Z Compiling rustc-hash v2.1.1
21842026-03-24T23:18:30.877Z Compiling mime v0.3.17
21852026-03-24T23:18:30.904Z Compiling toml_write v0.1.2
21862026-03-24T23:18:31.001Z Compiling new_debug_unreachable v1.0.6
21872026-03-24T23:18:31.052Z Compiling iddqd v0.3.17
21882026-03-24T23:18:31.085Z Compiling petgraph v0.6.5
21892026-03-24T23:18:31.113Z Compiling string_cache v0.8.9
21902026-03-24T23:18:31.172Z Compiling toml_edit v0.22.27
21912026-03-24T23:18:31.233Z Compiling predicates v3.1.4
21922026-03-24T23:18:31.416Z Compiling zone v0.3.1
21932026-03-24T23:18:31.448Z Compiling tokio-postgres v0.7.16
21942026-03-24T23:18:31.471Z Compiling hickory-proto v0.25.2
21952026-03-24T23:18:31.840Z Compiling sha3 v0.10.8
21962026-03-24T23:18:32.046Z Compiling indicatif v0.18.4
21972026-03-24T23:18:32.217Z Compiling petgraph v0.8.3
21982026-03-24T23:18:32.266Z Compiling similar v2.7.0
21992026-03-24T23:18:32.575Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-03-24T23:18:33.096Z Compiling env_logger v0.11.9
22012026-03-24T23:18:33.148Z Compiling usdt v0.6.0
22022026-03-24T23:18:33.555Z Compiling ecdsa v0.16.9
22032026-03-24T23:18:33.885Z Compiling serde_with v3.17.0
22042026-03-24T23:18:34.109Z Compiling zip v4.6.1
22052026-03-24T23:18:34.260Z Compiling rsa v0.9.10
22062026-03-24T23:18:34.925Z Compiling ed25519-dalek v2.2.0
22072026-03-24T23:18:35.335Z Compiling clap v4.5.60
22082026-03-24T23:18:35.359Z Compiling crossterm v0.28.1
22092026-03-24T23:18:35.781Z Compiling zip v0.6.6
22102026-03-24T23:18:35.806Z Compiling strum v0.26.3
22112026-03-24T23:18:35.990Z Compiling toml v0.7.8
22122026-03-24T23:18:36.212Z Compiling tokio-stream v0.1.18
22132026-03-24T23:18:36.345Z Compiling buf-list v1.1.2
22142026-03-24T23:18:36.614Z Compiling x509-cert v0.2.5
22152026-03-24T23:18:36.701Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-24T23:18:36.813Z Compiling openapiv3 v2.2.0
22172026-03-24T23:18:36.853Z Compiling sha1 v0.10.6
22182026-03-24T23:18:37.034Z Compiling itertools v0.13.0
22192026-03-24T23:18:37.449Z Compiling lalrpop-util v0.19.12
22202026-03-24T23:18:37.713Z Compiling peg-runtime v0.8.5
22212026-03-24T23:18:53.223Z Compiling macaddr v1.0.1
22222026-03-24T23:18:53.308Z Compiling structmeta-derive v0.3.0
22232026-03-24T23:18:53.333Z Compiling itertools v0.14.0
22242026-03-24T23:18:54.188Z Compiling heapless v0.8.0
22252026-03-24T23:18:55.075Z Compiling ingot-macros v0.1.1
22262026-03-24T23:18:55.283Z Compiling structmeta v0.3.0
22272026-03-24T23:18:58.698Z Compiling rustls-webpki v0.103.9
22282026-03-24T23:19:00.514Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-24T23:19:01.828Z Compiling hash32 v0.3.1
22302026-03-24T23:19:01.853Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-24T23:19:02.044Z Compiling smoltcp v0.11.0
22322026-03-24T23:19:02.227Z Compiling proc-macro-crate v3.4.0
22332026-03-24T23:19:02.249Z Compiling ingot-types v0.1.2
22342026-03-24T23:19:02.404Z Compiling cobs v0.3.0
22352026-03-24T23:19:02.508Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-24T23:19:02.738Z Compiling rustls v0.22.4
22372026-03-24T23:19:02.805Z Compiling ingot v0.1.1
22382026-03-24T23:19:02.856Z Compiling num_enum_derive v0.7.5
22392026-03-24T23:19:02.859Z Compiling postcard v1.1.3
22402026-03-24T23:19:02.907Z Compiling proc-macro-crate v1.3.1
22412026-03-24T23:19:02.979Z Compiling rustls-webpki v0.102.8
22422026-03-24T23:19:03.252Z Compiling futures-executor v0.3.32
22432026-03-24T23:19:03.279Z Compiling foreign-types-macros v0.2.3
22442026-03-24T23:19:03.313Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-24T23:19:03.403Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-24T23:19:03.446Z Compiling multer v3.1.0
22472026-03-24T23:19:03.687Z Compiling tokio-rustls v0.26.4
22482026-03-24T23:19:03.712Z Compiling rustls-platform-verifier v0.6.2
22492026-03-24T23:19:03.734Z Compiling thread_local v1.1.9
22502026-03-24T23:19:03.881Z Compiling slog-async v2.8.0
22512026-03-24T23:19:03.906Z Compiling match_cfg v0.1.0
22522026-03-24T23:19:04.011Z Compiling hyper-rustls v0.27.7
22532026-03-24T23:19:04.038Z Compiling cpufeatures v0.3.0
22542026-03-24T23:19:04.066Z Compiling typeid v1.0.3
22552026-03-24T23:19:04.094Z Compiling foreign-types-shared v0.3.1
22562026-03-24T23:19:04.159Z Compiling chacha20 v0.10.0
22572026-03-24T23:19:04.201Z Compiling hostname v0.3.1
22582026-03-24T23:19:04.204Z Compiling num_enum v0.7.5
22592026-03-24T23:19:04.248Z Compiling foreign-types v0.5.0
22602026-03-24T23:19:04.396Z Compiling reqwest v0.12.28
22612026-03-24T23:19:04.423Z Compiling reqwest v0.13.2
22622026-03-24T23:19:04.520Z Compiling futures v0.3.32
22632026-03-24T23:19:04.543Z Compiling num_enum_derive v0.5.11
22642026-03-24T23:19:04.644Z Compiling derive-ex v0.1.8
22652026-03-24T23:19:04.738Z Compiling tabwriter v1.4.1
22662026-03-24T23:19:04.769Z Compiling slog-json v2.6.1
22672026-03-24T23:19:05.124Z Compiling crossbeam-channel v0.5.15
22682026-03-24T23:19:05.229Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-24T23:19:05.325Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-24T23:19:05.643Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-24T23:19:05.816Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-24T23:19:05.840Z Compiling async-stream-impl v0.3.6
22732026-03-24T23:19:05.929Z Compiling serde_spanned v1.0.4
22742026-03-24T23:19:06.031Z Compiling is-terminal v0.4.17
22752026-03-24T23:19:06.057Z Compiling cstr-argument v0.1.2
22762026-03-24T23:19:06.174Z Compiling dropshot v0.16.7
22772026-03-24T23:19:06.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-24T23:19:06.234Z Compiling erased-serde v0.4.9
22792026-03-24T23:19:06.303Z Compiling take_mut v0.2.2
22802026-03-24T23:19:06.341Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-24T23:19:06.453Z Compiling crucible-workspace-hack v0.1.0
22822026-03-24T23:19:06.479Z Compiling term v1.2.1
22832026-03-24T23:19:06.625Z Compiling async-stream v0.3.6
22842026-03-24T23:19:06.628Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-24T23:19:06.679Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-24T23:19:06.711Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-24T23:19:06.773Z Compiling num_enum v0.5.11
22882026-03-24T23:19:06.799Z Compiling test-strategy v0.4.5
22892026-03-24T23:19:06.896Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-24T23:19:06.921Z Compiling slog-term v2.9.2
22912026-03-24T23:19:07.085Z Compiling slog-bunyan v2.5.0
22922026-03-24T23:19:07.256Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-24T23:19:07.338Z Compiling rand v0.10.0
22942026-03-24T23:19:07.457Z Compiling tokio-rustls v0.25.0
22952026-03-24T23:19:07.802Z Compiling parse-display-derive v0.10.0
22962026-03-24T23:19:07.895Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-24T23:19:08.049Z Compiling backon v1.6.0
22982026-03-24T23:19:08.068Z Compiling waitgroup v0.1.2
22992026-03-24T23:19:08.179Z Compiling dropshot_endpoint v0.16.7
23002026-03-24T23:19:08.250Z Compiling newtype-uuid-macros v0.1.0
23012026-03-24T23:19:08.299Z Compiling rustls-pemfile v2.2.0
23022026-03-24T23:19:08.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-24T23:19:08.444Z Compiling serde_path_to_error v0.1.20
23042026-03-24T23:19:08.593Z Compiling hostname v0.4.2
23052026-03-24T23:19:08.629Z Compiling instant v0.1.13
23062026-03-24T23:19:08.692Z Compiling colored v3.1.1
23072026-03-24T23:19:08.749Z Compiling debug-ignore v1.0.5
23082026-03-24T23:19:08.793Z Compiling libefi-sys v0.1.0
23092026-03-24T23:19:08.848Z Compiling backoff v0.4.0
23102026-03-24T23:19:08.916Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-24T23:19:08.940Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-24T23:19:09.144Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-24T23:19:09.224Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23142026-03-24T23:19:09.267Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-24T23:19:09.292Z Compiling camino-tempfile v1.4.1
23162026-03-24T23:19:09.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23172026-03-24T23:19:09.599Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-24T23:19:09.828Z Compiling usdt-macro v0.5.0
23192026-03-24T23:19:09.859Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-03-24T23:19:09.883Z Compiling usdt-attr-macro v0.5.0
23212026-03-24T23:19:09.915Z Compiling parse-display v0.10.0
23222026-03-24T23:19:10.090Z Compiling secrecy v0.10.3
23232026-03-24T23:19:10.219Z Compiling bitfield-struct v0.6.2
23242026-03-24T23:19:10.395Z Compiling num-derive v0.4.2
23252026-03-24T23:19:10.738Z Compiling regress v0.10.5
23262026-03-24T23:19:10.828Z Compiling ordered-float v2.10.1
23272026-03-24T23:19:10.875Z Compiling blake3 v1.8.3
23282026-03-24T23:19:11.027Z Compiling memmap v0.7.0
23292026-03-24T23:19:11.069Z Compiling sigpipe v0.1.3
23302026-03-24T23:19:11.208Z Compiling glob v0.3.3
23312026-03-24T23:19:11.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-24T23:19:11.257Z Compiling usdt v0.5.0
23332026-03-24T23:19:11.389Z Compiling serde-value v0.7.0
23342026-03-24T23:19:11.539Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-24T23:19:11.604Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-24T23:19:11.625Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23372026-03-24T23:19:11.654Z Compiling serde-untagged v0.1.9
23382026-03-24T23:19:11.682Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-24T23:19:12.083Z Compiling toml v0.8.23
23402026-03-24T23:19:12.117Z Compiling smf v0.2.3
23412026-03-24T23:19:12.121Z Compiling filetime v0.2.27
23422026-03-24T23:19:12.171Z Compiling xattr v1.6.1
23432026-03-24T23:19:12.303Z Compiling arrayvec v0.7.6
23442026-03-24T23:19:12.312Z Compiling whoami v1.6.1
23452026-03-24T23:19:12.385Z Compiling arrayref v0.3.9
23462026-03-24T23:19:12.427Z Compiling constant_time_eq v0.4.2
23472026-03-24T23:19:12.452Z Compiling unicode-xid v0.2.6
23482026-03-24T23:19:12.501Z Compiling same-file v1.0.6
23492026-03-24T23:19:12.542Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-24T23:19:12.641Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-24T23:19:12.668Z Compiling tar v0.4.44
23522026-03-24T23:19:12.700Z Compiling walkdir v2.5.0
23532026-03-24T23:19:12.719Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-24T23:19:12.752Z Compiling tokio-dtrace v0.1.1
23552026-03-24T23:19:12.914Z Compiling cargo-util-schemas v0.8.2
23562026-03-24T23:19:13.045Z Compiling gethostname v0.5.0
23572026-03-24T23:19:13.230Z Compiling cargo-platform v0.2.0
23582026-03-24T23:19:13.266Z Compiling topological-sort v0.2.2
23592026-03-24T23:19:13.480Z Compiling oxide-tokio-rt v0.1.3
23602026-03-24T23:19:13.506Z Compiling shell-words v1.1.1
23612026-03-24T23:19:13.543Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-24T23:19:13.584Z Compiling indent_write v2.2.0
23632026-03-24T23:19:14.604Z Compiling cargo_metadata v0.21.0
23642026-03-24T23:19:25.525Z Compiling progenitor-client v0.13.0
23652026-03-24T23:19:25.543Z Compiling progenitor-client v0.10.0
23662026-03-24T23:19:25.551Z Compiling omicron-zone-package v0.12.2
23672026-03-24T23:19:25.647Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-24T23:19:25.653Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-24T23:19:25.653Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-24T23:19:25.653Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-24T23:19:25.855Z Compiling progenitor-extras v0.1.1
23722026-03-24T23:19:26.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-24T23:19:39.769Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-24T23:19:39.799Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-24T23:19:45.471Z Finished `release` profile [optimized] target(s) in 1m 55s
23762026-03-24T23:19:45.671Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-24T23:19:45.751ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-24T23:19:45.754ZCreated new build target 'test' and set it as active
23792026-03-24T23:19:45.757Z
23802026-03-24T23:19:45.758Zreal 1:55.733212144
23812026-03-24T23:19:45.758Zuser 20:26.041083945
23822026-03-24T23:19:45.758Zsys 3:07.434750917
23832026-03-24T23:19:45.758Ztrap 0.535246892
23842026-03-24T23:19:45.758Ztflt 3.006157866
23852026-03-24T23:19:45.758Zdflt 3.909017772
23862026-03-24T23:19:45.758Zkflt 0.005588418
23872026-03-24T23:19:45.758Zlock 1:04:48.630934028
23882026-03-24T23:19:45.758Zslp 51:47.836723807
23892026-03-24T23:19:45.758Zlat 46.506134577
23902026-03-24T23:19:45.758Zstop 8:12.872747003
23912026-03-24T23:19:45.758Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-24T23:19:47.004Z Finished `release` profile [optimized] target(s) in 1.23s
23932026-03-24T23:19:47.079Z Running `target/release/omicron-package -t test package`
23942026-03-24T23:19:47.150ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-24T23:19:49.113Z Compiling regress v0.10.5
23962026-03-24T23:19:49.113Z Compiling heck v0.5.0
23972026-03-24T23:19:49.116Z Compiling unsafe-libyaml v0.2.11
23982026-03-24T23:19:49.349Z Compiling convert_case v0.4.0
23992026-03-24T23:19:49.424Z Compiling half v2.7.1
24002026-03-24T23:19:49.427Z Compiling ciborium-io v0.2.2
24012026-03-24T23:19:49.487Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24022026-03-24T23:19:49.518Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24032026-03-24T23:19:49.521Z Compiling prettyplease v0.2.37
24042026-03-24T23:19:49.582Z Compiling universal-hash v0.5.1
24052026-03-24T23:19:49.585Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-24T23:19:49.585Z Compiling unicode-width v0.1.14
24072026-03-24T23:19:49.585Z Compiling opaque-debug v0.3.1
24082026-03-24T23:19:49.585Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-24T23:19:49.646Z Compiling typify-impl v0.6.1
24102026-03-24T23:19:49.744Z Compiling byte-wrapper v0.1.0
24112026-03-24T23:19:49.775Z Compiling chacha20 v0.9.1
24122026-03-24T23:19:49.779Z Compiling poly1305 v0.8.0
24132026-03-24T23:19:49.846Z Compiling derive_more v0.99.20
24142026-03-24T23:19:49.876Z Compiling ciborium-ll v0.2.2
24152026-03-24T23:19:49.912Z Compiling password-hash v0.5.0
24162026-03-24T23:19:49.979Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24172026-03-24T23:19:50.102Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-24T23:19:50.137Z Compiling blake2 v0.10.6
24192026-03-24T23:19:50.194Z Compiling ciborium v0.2.2
24202026-03-24T23:19:50.290Z Compiling aead v0.5.2
24212026-03-24T23:19:50.321Z Compiling is-terminal v0.4.17
24222026-03-24T23:19:50.476Z Compiling swrite v0.1.0
24232026-03-24T23:19:50.569Z Compiling chacha20poly1305 v0.10.1
24242026-03-24T23:19:50.647Z Compiling argon2 v0.5.3
24252026-03-24T23:19:50.701Z Compiling serde_spanned v1.0.4
24262026-03-24T23:19:50.800Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-24T23:19:50.893Z Compiling bytecount v0.6.9
24282026-03-24T23:19:50.930Z Compiling rustls v0.22.4
24292026-03-24T23:19:50.934Z Compiling rustls-webpki v0.102.8
24302026-03-24T23:19:50.997Z Compiling derive-where v1.6.0
24312026-03-24T23:19:51.042Z Compiling thread_local v1.1.9
24322026-03-24T23:19:51.097Z Compiling thiserror-no-std v2.0.2
24332026-03-24T23:19:51.137Z Compiling toml v0.9.12+spec-1.1.0
24342026-03-24T23:19:51.168Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352026-03-24T23:19:51.208Z Compiling match_cfg v0.1.0
24362026-03-24T23:19:51.256Z Compiling vsss-rs v3.3.4
24372026-03-24T23:19:51.330Z Compiling hostname v0.3.1
24382026-03-24T23:19:51.401Z Compiling multer v3.1.0
24392026-03-24T23:19:51.495Z Compiling slog-async v2.8.0
24402026-03-24T23:19:51.571Z Compiling slog-json v2.6.1
24412026-03-24T23:19:51.604Z Compiling crossbeam-channel v0.5.15
24422026-03-24T23:19:51.639Z Compiling futures-executor v0.3.32
24432026-03-24T23:19:51.865Z Compiling term v1.2.1
24442026-03-24T23:19:51.904Z Compiling take_mut v0.2.2
24452026-03-24T23:19:51.988Z Compiling futures v0.3.32
24462026-03-24T23:19:52.018Z Compiling slog-bunyan v2.5.0
24472026-03-24T23:19:52.090Z Compiling dropshot v0.16.7
24482026-03-24T23:19:52.164Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-24T23:19:52.199Z Compiling async-stream v0.3.6
24502026-03-24T23:19:52.236Z Compiling progenitor-client v0.13.0
24512026-03-24T23:19:52.236Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-24T23:19:52.371Z Compiling slog-term v2.9.2
24532026-03-24T23:19:52.450Z Compiling waitgroup v0.1.2
24542026-03-24T23:19:52.538Z Compiling backon v1.6.0
24552026-03-24T23:19:52.574Z Compiling rustls-pemfile v2.2.0
24562026-03-24T23:19:52.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24572026-03-24T23:19:52.674Z Compiling hostname v0.4.2
24582026-03-24T23:19:52.677Z Compiling serde_path_to_error v0.1.20
24592026-03-24T23:19:52.677Z Compiling instant v0.1.13
24602026-03-24T23:19:52.773Z Compiling debug-ignore v1.0.5
24612026-03-24T23:19:52.812Z Compiling progenitor-extras v0.1.1
24622026-03-24T23:19:52.815Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-24T23:19:52.880Z Compiling backoff v0.4.0
24642026-03-24T23:19:52.885Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-24T23:19:52.886Z Compiling parse-display v0.10.0
24662026-03-24T23:19:52.912Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-03-24T23:19:52.915Z Compiling progenitor-client v0.10.0
24682026-03-24T23:19:53.051Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-24T23:19:53.054Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-24T23:19:53.130Z Compiling macaddr v1.0.1
24712026-03-24T23:19:53.169Z Compiling console v0.15.11
24722026-03-24T23:19:53.205Z Compiling newline-converter v0.3.0
24732026-03-24T23:19:53.241Z Compiling atomicwrites v0.4.4
24742026-03-24T23:19:53.324Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-24T23:19:53.416Z Compiling num-rational v0.4.2
24762026-03-24T23:19:53.450Z Compiling num-complex v0.4.6
24772026-03-24T23:19:53.556Z Compiling slog-dtrace v0.3.0
24782026-03-24T23:19:53.607Z Compiling async-recursion v1.1.1
24792026-03-24T23:19:53.642Z Compiling float-ord v0.3.2
24802026-03-24T23:19:53.758Z Compiling expectorate v1.2.0
24812026-03-24T23:19:53.957Z Compiling owo-colors v4.3.0
24822026-03-24T23:19:54.016Z Compiling cancel-safe-futures v0.1.5
24832026-03-24T23:19:54.065Z Compiling num v0.4.3
24842026-03-24T23:19:54.135Z Compiling tokio-rustls v0.25.0
24852026-03-24T23:19:54.238Z Compiling libsw-core v0.3.2
24862026-03-24T23:19:54.293Z Compiling resolv-conf v0.7.6
24872026-03-24T23:19:54.327Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-24T23:19:54.484Z Compiling libsw v3.5.0
24892026-03-24T23:19:54.551Z Compiling toml v0.8.23
24902026-03-24T23:19:54.621Z Compiling linear-map v1.2.0
24912026-03-24T23:19:54.786Z Compiling linked-hash-map v0.5.6
24922026-03-24T23:19:54.820Z Compiling minimal-lexical v0.2.1
24932026-03-24T23:19:54.952Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-24T23:19:54.986Z Compiling unicode-xid v0.2.6
24952026-03-24T23:19:55.095Z Compiling lru-cache v0.1.2
24962026-03-24T23:19:55.131Z Compiling nom v7.1.3
24972026-03-24T23:19:55.134Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-03-24T23:19:55.198Z Compiling globset v0.4.18
24992026-03-24T23:19:55.232Z Compiling hickory-proto v0.24.4
25002026-03-24T23:19:55.317Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25012026-03-24T23:19:55.428Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-03-24T23:19:55.760Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-24T23:19:55.905Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-03-24T23:19:56.566Z Compiling typify-macro v0.6.1
25052026-03-24T23:19:56.996Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-24T23:19:57.090Z Compiling convert_case v0.10.0
25072026-03-24T23:19:57.487Z Compiling derive_more-impl v2.1.1
25082026-03-24T23:19:58.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-03-24T23:19:58.559Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-24T23:19:58.676Z Compiling hickory-resolver v0.24.4
25112026-03-24T23:19:58.707Z Compiling typify v0.6.1
25122026-03-24T23:19:58.882Z Compiling progenitor-impl v0.13.0
25132026-03-24T23:19:59.002Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-24T23:19:59.843Z Compiling pin-project-internal v1.1.11
25152026-03-24T23:20:00.276Z Compiling qorb v0.4.1
25162026-03-24T23:20:01.103Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-24T23:20:01.343Z Compiling pin-project v1.1.11
25182026-03-24T23:20:01.382Z Compiling derive_more v2.1.1
25192026-03-24T23:20:01.559Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-24T23:20:01.594Z Compiling pem v3.0.6
25212026-03-24T23:20:01.766Z Compiling snafu-derive v0.8.9
25222026-03-24T23:20:01.990Z Compiling progenitor-macro v0.13.0
25232026-03-24T23:20:02.160Z Compiling termtree v0.5.1
25242026-03-24T23:20:02.411Z Compiling crossterm v0.29.0
25252026-03-24T23:20:02.514Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-24T23:20:03.097Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-24T23:20:04.161Z Compiling snafu v0.8.9
25282026-03-24T23:20:04.637Z Compiling phf_shared v0.12.1
25292026-03-24T23:20:04.971Z Compiling olpc-cjson v0.1.4
25302026-03-24T23:20:05.002Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-24T23:20:05.699Z Compiling serde_plain v1.0.2
25322026-03-24T23:20:05.815Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-24T23:20:06.049Z Compiling csv-core v0.1.13
25342026-03-24T23:20:06.109Z Compiling vte v0.14.1
25352026-03-24T23:20:06.192Z Compiling typed-path v0.9.3
25362026-03-24T23:20:06.440Z Compiling chrono-tz v0.10.4
25372026-03-24T23:20:06.622Z Compiling highway v1.3.0
25382026-03-24T23:20:06.625Z Compiling strip-ansi-escapes v0.2.1
25392026-03-24T23:20:06.765Z Compiling csv v1.4.0
25402026-03-24T23:20:06.888Z Compiling phf v0.12.1
25412026-03-24T23:20:07.164Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-03-24T23:20:07.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-03-24T23:20:07.378Z Compiling const_format_proc_macros v0.2.34
25442026-03-24T23:20:07.587Z Compiling papergrid v0.11.0
25452026-03-24T23:20:07.622Z Compiling fd-lock v4.0.4
25462026-03-24T23:20:07.850Z Compiling tough v0.20.0
25472026-03-24T23:20:07.963Z Compiling peg-macros v0.8.5
25482026-03-24T23:20:08.046Z Compiling progenitor v0.13.0
25492026-03-24T23:20:08.078Z Compiling tabled_derive v0.7.0
25502026-03-24T23:20:08.492Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-03-24T23:20:09.335Z Compiling nu-ansi-term v0.50.3
25522026-03-24T23:20:09.471Z Compiling tabled v0.15.0
25532026-03-24T23:20:09.593Z Compiling const_format v0.2.35
25542026-03-24T23:20:09.725Z Compiling peg v0.8.5
25552026-03-24T23:20:09.897Z Compiling reedline v0.40.0
25562026-03-24T23:20:10.056Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-03-24T23:20:10.136Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-03-24T23:20:10.252Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-03-24T23:20:11.746Z Compiling bcs v0.1.6
25602026-03-24T23:20:12.242Z Compiling base64 v0.21.7
25612026-03-24T23:20:12.322Z Compiling semver v0.1.20
25622026-03-24T23:20:12.715Z Compiling rustc_version v0.1.7
25632026-03-24T23:20:12.941Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-24T23:20:13.024Z Compiling newtype_derive v0.1.6
25652026-03-24T23:20:13.283Z Compiling unicode-linebreak v0.1.5
25662026-03-24T23:20:13.324Z Compiling smawk v0.3.2
25672026-03-24T23:20:13.578Z Compiling humantime v2.3.0
25682026-03-24T23:20:13.689Z Compiling textwrap v0.16.2
25692026-03-24T23:20:13.759Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-03-24T23:20:14.251Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-24T23:20:14.307Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-24T23:20:14.359Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-24T23:20:14.691Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-24T23:20:14.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-24T23:20:14.938Z Compiling steno v0.4.1
25762026-03-24T23:20:15.040Z Compiling utf-8 v0.7.6
25772026-03-24T23:20:15.343Z Compiling tagptr v0.2.0
25782026-03-24T23:20:15.604Z Compiling moka v0.12.13
25792026-03-24T23:20:15.737Z Compiling tungstenite v0.21.0
25802026-03-24T23:20:15.816Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-24T23:20:15.849Z Compiling radium v0.7.0
25822026-03-24T23:20:16.036Z Compiling typify-impl v0.4.3
25832026-03-24T23:20:17.030Z Compiling tokio-tungstenite v0.21.0
25842026-03-24T23:20:17.315Z Compiling hickory-resolver v0.25.2
25852026-03-24T23:20:17.391Z Compiling tap v1.0.1
25862026-03-24T23:20:17.531Z Compiling maybe-uninit v2.0.0
25872026-03-24T23:20:17.576Z Compiling wyz v0.5.1
25882026-03-24T23:20:18.019Z Compiling zerocopy-derive v0.6.6
25892026-03-24T23:20:18.302Z Compiling crc-catalog v2.4.0
25902026-03-24T23:20:18.475Z Compiling packed_struct v0.10.1
25912026-03-24T23:20:18.527Z Compiling funty v2.0.0
25922026-03-24T23:20:18.831Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-24T23:20:18.863Z Compiling display-error-chain v0.2.2
25942026-03-24T23:20:19.101Z Compiling bitvec v1.0.1
25952026-03-24T23:20:19.136Z Compiling zerocopy v0.6.6
25962026-03-24T23:20:19.718Z Compiling crc v3.4.0
25972026-03-24T23:20:19.835Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-03-24T23:20:20.032Z Compiling packed_struct_codegen v0.10.1
25992026-03-24T23:20:20.132Z Compiling bitfield-macros v0.19.4
26002026-03-24T23:20:21.088Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-03-24T23:20:21.285Z Compiling typify-macro v0.4.3
26022026-03-24T23:20:21.436Z Compiling indexmap v1.9.3
26032026-03-24T23:20:21.615Z Compiling nodrop v0.1.14
26042026-03-24T23:20:21.802Z Compiling array-init v0.0.4
26052026-03-24T23:20:22.403Z Compiling bitfield v0.19.4
26062026-03-24T23:20:22.857Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-24T23:20:23.032Z Compiling smallvec v0.6.14
26082026-03-24T23:20:23.345Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-24T23:20:23.423Z Compiling num-derive v0.3.3
26102026-03-24T23:20:23.456Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-24T23:20:24.112Z Compiling hashbrown v0.12.3
26122026-03-24T23:20:24.148Z Compiling proc-macro-error2 v2.0.1
26132026-03-24T23:20:24.570Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-24T23:20:24.667Z Compiling libscf-sys v1.1.0
26152026-03-24T23:20:24.931Z Compiling serde-hex v0.1.0
26162026-03-24T23:20:25.099Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-03-24T23:20:25.412Z Compiling ron v0.8.1
26182026-03-24T23:20:25.625Z Compiling hashbrown v0.13.2
26192026-03-24T23:20:25.657Z Compiling vergen-gitcl v1.0.8
26202026-03-24T23:20:25.923Z Compiling dirs-sys-next v0.1.2
26212026-03-24T23:20:25.965Z Compiling maplit v1.0.2
26222026-03-24T23:20:26.120Z Compiling glob v0.3.3
26232026-03-24T23:20:26.162Z Compiling crc-any v2.5.0
26242026-03-24T23:20:26.195Z Compiling crunchy v0.2.4
26252026-03-24T23:20:26.330Z Compiling diesel_derives v2.3.7
26262026-03-24T23:20:26.475Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-24T23:20:26.645Z Compiling clang-sys v1.8.1
26282026-03-24T23:20:26.675Z Compiling object v0.30.4
26292026-03-24T23:20:26.712Z Compiling dirs-next v2.0.0
26302026-03-24T23:20:26.802Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-24T23:20:26.910Z Compiling tabled_derive v0.11.0
26322026-03-24T23:20:27.022Z Compiling typify v0.4.3
26332026-03-24T23:20:27.144Z Compiling papergrid v0.17.0
26342026-03-24T23:20:27.192Z Compiling testing_table v0.3.0
26352026-03-24T23:20:27.331Z Compiling dsl_auto_type v0.2.0
26362026-03-24T23:20:27.707Z Compiling scheduled-thread-pool v0.2.7
26372026-03-24T23:20:27.768Z Compiling diesel_table_macro_syntax v0.3.0
26382026-03-24T23:20:27.910Z Compiling path-slash v0.1.5
26392026-03-24T23:20:28.073Z Compiling tiny-keccak v2.0.2
26402026-03-24T23:20:28.146Z Compiling r2d2 v0.8.10
26412026-03-24T23:20:28.403Z Compiling term v0.7.0
26422026-03-24T23:20:28.548Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-24T23:20:28.552Z Compiling arc-swap v1.8.2
26442026-03-24T23:20:28.646Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-24T23:20:28.951Z Compiling tabled v0.20.0
26462026-03-24T23:20:29.082Z Compiling bit-vec v0.6.3
26472026-03-24T23:20:29.136Z Compiling downcast-rs v2.0.2
26482026-03-24T23:20:29.169Z Compiling xshell-macros v0.2.7
26492026-03-24T23:20:29.297Z Compiling slog-scope v4.4.1
26502026-03-24T23:20:29.328Z Compiling ascii-canvas v3.0.0
26512026-03-24T23:20:29.407Z Compiling bit-set v0.5.3
26522026-03-24T23:20:29.657Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-24T23:20:29.694Z Compiling xshell v0.2.7
26542026-03-24T23:20:29.697Z Compiling itertools v0.10.5
26552026-03-24T23:20:29.758Z Compiling ena v0.14.4
26562026-03-24T23:20:29.878Z Compiling libloading v0.8.9
26572026-03-24T23:20:30.075Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-24T23:20:30.184Z Compiling diff v0.1.13
26592026-03-24T23:20:30.267Z Compiling bindgen v0.71.1
26602026-03-24T23:20:30.541Z Compiling unicase v2.9.0
26612026-03-24T23:20:30.572Z Compiling regex-syntax v0.6.29
26622026-03-24T23:20:30.938Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-24T23:20:31.239Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-24T23:20:31.372Z Compiling slog-stdlog v4.1.1
26652026-03-24T23:20:32.480Z Compiling lalrpop v0.19.12
26662026-03-24T23:20:33.240Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-24T23:20:33.294Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-24T23:20:34.038Z Compiling cexpr v0.6.0
26692026-03-24T23:20:34.530Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-24T23:20:34.816Z Compiling diesel v2.3.7
26712026-03-24T23:20:34.874Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-24T23:20:34.911Z Compiling crc8 v0.1.1
26732026-03-24T23:20:35.093Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-24T23:20:35.125Z Compiling slog-envlogger v2.2.0
26752026-03-24T23:20:35.416Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-24T23:20:35.480Z Compiling headers-core v0.3.0
26772026-03-24T23:20:35.700Z Compiling libxml v0.3.3
26782026-03-24T23:20:35.737Z Compiling headers v0.4.1
26792026-03-24T23:20:36.129Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-24T23:20:36.238Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-24T23:20:36.538Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-24T23:20:36.615Z Compiling strum_macros v0.24.3
26832026-03-24T23:20:37.151Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26842026-03-24T23:20:37.620Z Compiling indoc v1.0.9
26852026-03-24T23:20:37.950Z Compiling progenitor-impl v0.10.0
26862026-03-24T23:20:38.204Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T23:20:38.365Z Compiling derive_builder v0.20.2
26882026-03-24T23:20:38.505Z Compiling oso-derive v0.27.3
26892026-03-24T23:20:38.609Z Compiling quick-xml v0.37.5
26902026-03-24T23:20:38.938Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-24T23:20:39.189Z Compiling half v1.8.3
26922026-03-24T23:20:39.230Z Compiling openssl-probe v0.1.6
26932026-03-24T23:20:39.498Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-24T23:20:39.622Z Compiling serde_cbor v0.11.2
26952026-03-24T23:20:40.377Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-24T23:20:40.468Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-24T23:20:40.751Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-24T23:20:40.970Z Compiling bb8 v0.8.6
26992026-03-24T23:20:41.043Z Compiling trait-variant v0.1.2
27002026-03-24T23:20:41.137Z Compiling progenitor-macro v0.10.0
27012026-03-24T23:20:41.506Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-03-24T23:20:41.766Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-24T23:20:41.887Z Compiling samael v0.0.19
27042026-03-24T23:20:42.169Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-24T23:20:42.234Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-24T23:20:42.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-24T23:20:42.797Z Compiling fxhash v0.2.1
27082026-03-24T23:20:42.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-03-24T23:20:43.011Z Compiling kstat-rs v0.2.4
27102026-03-24T23:20:43.043Z Compiling libz-sys v1.1.24
27112026-03-24T23:20:43.295Z Compiling nonempty v0.12.0
27122026-03-24T23:20:43.615Z Compiling salty v0.3.0
27132026-03-24T23:20:43.710Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-03-24T23:20:43.749Z Compiling polar-core v0.27.3
27152026-03-24T23:20:44.064Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-24T23:20:44.102Z Compiling progenitor-impl v0.11.2
27172026-03-24T23:20:44.199Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-24T23:20:44.401Z Compiling darling_core v0.23.0
27192026-03-24T23:20:47.003Z Compiling nanorand v0.7.0
27202026-03-24T23:20:47.069Z Compiling progenitor v0.10.0
27212026-03-24T23:20:47.204Z Compiling fs-err v2.11.0
27222026-03-24T23:20:47.292Z Compiling parking_lot_core v0.8.6
27232026-03-24T23:20:47.576Z Compiling darling_macro v0.23.0
27242026-03-24T23:20:47.701Z Compiling flume v0.11.1
27252026-03-24T23:20:47.733Z Compiling progenitor-macro v0.11.2
27262026-03-24T23:20:47.806Z Compiling mime_guess v2.0.5
27272026-03-24T23:20:48.239Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27282026-03-24T23:20:48.269Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-03-24T23:20:49.903Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-24T23:20:50.621Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-03-24T23:20:50.660Z Compiling progenitor-client v0.11.2
27322026-03-24T23:20:51.642Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-03-24T23:20:51.973Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-03-24T23:20:52.944Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-03-24T23:20:53.682Z Compiling git-stub v1.0.0
27362026-03-24T23:20:54.041Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-03-24T23:20:54.577Z Compiling instability v0.3.11
27382026-03-24T23:20:54.860Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-03-24T23:20:55.973Z Compiling oso v0.27.3
27402026-03-24T23:20:59.392Z Compiling git-stub-vcs v0.1.0
27412026-03-24T23:21:00.582Z Compiling async-bb8-diesel v0.2.1
27422026-03-24T23:21:01.194Z Compiling diesel-dtrace v0.5.0
27432026-03-24T23:21:01.277Z Compiling progenitor v0.11.2
27442026-03-24T23:21:01.519Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-24T23:21:01.609Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-03-24T23:21:02.253Z Compiling darling v0.23.0
27472026-03-24T23:21:02.832Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-03-24T23:21:02.937Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-03-24T23:21:02.979Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-24T23:21:03.106Z Compiling ignore v0.4.25
27512026-03-24T23:21:04.360Z Compiling primeorder v0.13.6
27522026-03-24T23:21:04.448Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-24T23:21:04.782Z Compiling castaway v0.2.4
27542026-03-24T23:21:04.973Z Compiling nibble_vec v0.1.0
27552026-03-24T23:21:04.988Z Compiling atty v0.2.14
27562026-03-24T23:21:05.182Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-24T23:21:05.212Z Compiling endian-type v0.1.2
27582026-03-24T23:21:05.469Z Compiling parse-size v1.1.0
27592026-03-24T23:21:05.499Z Compiling http-range v0.1.5
27602026-03-24T23:21:05.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27612026-03-24T23:21:05.937Z Compiling indoc v2.0.7
27622026-03-24T23:21:06.010Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-24T23:21:06.113Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T23:21:06.481Z Compiling radix_trie v0.2.1
27652026-03-24T23:21:06.909Z Compiling compact_str v0.8.1
27662026-03-24T23:21:07.088Z Compiling p384 v0.13.1
27672026-03-24T23:21:08.378Z Compiling globwalk v0.9.1
27682026-03-24T23:21:09.260Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-24T23:21:09.555Z Compiling parking_lot v0.11.2
27702026-03-24T23:21:09.959Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-03-24T23:21:10.556Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-03-24T23:21:10.665Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-03-24T23:21:10.690Z Compiling predicates-tree v1.0.13
27742026-03-24T23:21:10.735Z Compiling unicode-truncate v1.1.0
27752026-03-24T23:21:11.027Z Compiling lru v0.12.5
27762026-03-24T23:21:11.082Z Compiling prefix-trie v0.7.0
27772026-03-24T23:21:11.270Z Compiling vergen-git2 v1.0.7
27782026-03-24T23:21:11.315Z Compiling cassowary v0.3.0
27792026-03-24T23:21:11.619Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-03-24T23:21:11.652Z Compiling hickory-server v0.25.2
27812026-03-24T23:21:11.724Z Compiling ratatui v0.29.0
27822026-03-24T23:21:11.756Z Compiling camino-tempfile-ext v0.3.3
27832026-03-24T23:21:12.648Z Compiling hyper-staticfile v0.10.1
27842026-03-24T23:21:13.059Z Compiling sled v0.34.7
27852026-03-24T23:21:14.196Z Compiling hickory-client v0.25.2
27862026-03-24T23:21:14.615Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-03-24T23:21:14.815Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-03-24T23:21:15.159Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-03-24T23:21:15.318Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-03-24T23:21:15.445Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-03-24T23:21:16.164Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-03-24T23:21:16.539Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-24T23:21:17.225Z Compiling rand_seeder v0.4.0
27942026-03-24T23:21:17.292Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-03-24T23:21:17.555Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-24T23:21:17.609Z Compiling lzma-sys v0.1.20
27972026-03-24T23:21:18.129Z Compiling corncobs v0.1.4
27982026-03-24T23:21:18.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-03-24T23:21:18.197Z Compiling rustls v0.21.12
28002026-03-24T23:21:18.441Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-24T23:21:18.625Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-24T23:21:18.656Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-03-24T23:21:18.690Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-03-24T23:21:18.894Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-24T23:21:19.051Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-03-24T23:21:19.374Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-03-24T23:21:19.407Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-03-24T23:21:19.668Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-03-24T23:21:19.886Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-24T23:21:22.565Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-03-24T23:21:23.399Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T23:21:23.636Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-03-24T23:21:23.687Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-24T23:21:23.928Z Compiling cargo_toml v0.22.3
28152026-03-24T23:21:23.974Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-03-24T23:21:25.406Z Compiling sct v0.7.1
28172026-03-24T23:21:25.763Z Compiling rustls-webpki v0.101.7
28182026-03-24T23:21:25.949Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28192026-03-24T23:21:26.045Z Compiling nix v0.29.0
28202026-03-24T23:21:26.574Z Compiling secrecy v0.8.0
28212026-03-24T23:21:26.689Z Compiling void v1.0.2
28222026-03-24T23:21:26.877Z Compiling lzss v0.8.2
28232026-03-24T23:21:27.239Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-03-24T23:21:27.403Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28252026-03-24T23:21:27.519Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-24T23:21:27.582Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272026-03-24T23:21:27.616Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-03-24T23:21:27.914Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-03-24T23:21:29.058Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-03-24T23:21:29.207Z Compiling git2 v0.20.4
28312026-03-24T23:21:29.381Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-24T23:21:29.990Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-24T23:21:30.269Z Compiling tungstenite v0.23.0
28342026-03-24T23:21:30.342Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-03-24T23:21:30.642Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-03-24T23:21:30.818Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-03-24T23:21:30.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-03-24T23:21:30.979Z Compiling nix v0.27.1
28392026-03-24T23:21:31.108Z Compiling serde_bytes v0.11.19
28402026-03-24T23:21:31.281Z Compiling tokio-tungstenite v0.23.1
28412026-03-24T23:21:31.657Z Compiling tokio-rustls v0.24.1
28422026-03-24T23:21:31.780Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-03-24T23:21:32.016Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-24T23:21:33.358Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-03-24T23:21:33.366Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-24T23:21:33.750Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-03-24T23:21:33.835Z Compiling ron v0.12.0
28482026-03-24T23:21:35.488Z Compiling xz2 v0.1.7
28492026-03-24T23:21:35.633Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-03-24T23:21:36.511Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-03-24T23:21:38.444Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-24T23:21:38.788Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-03-24T23:21:39.058Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28542026-03-24T23:21:40.893Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-03-24T23:21:41.134Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-03-24T23:21:41.437Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-03-24T23:21:42.538Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-24T23:21:43.299Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-03-24T23:21:43.999Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-03-24T23:21:44.494Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-03-24T23:21:44.716Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-03-24T23:21:46.190Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-24T23:21:46.740Z Compiling rustls-pemfile v1.0.4
28642026-03-24T23:21:47.255Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-03-24T23:21:48.139Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-24T23:21:49.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-03-24T23:21:49.401Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-03-24T23:21:49.701Z Compiling signal-hook-tokio v0.3.1
28692026-03-24T23:21:49.764Z Compiling twox-hash v2.1.2
28702026-03-24T23:21:49.936Z Compiling yasna v0.5.2
28712026-03-24T23:21:50.365Z Compiling base16ct v1.0.0
28722026-03-24T23:21:50.447Z Compiling is_ci v1.2.0
28732026-03-24T23:21:50.718Z Compiling rcgen v0.12.1
28742026-03-24T23:21:50.750Z Compiling supports-color v3.0.2
28752026-03-24T23:21:51.369Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-03-24T23:21:51.457Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-24T23:21:51.869Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-03-24T23:21:52.206Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28792026-03-24T23:21:52.685Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28802026-03-24T23:21:52.760Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-03-24T23:21:56.397Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-24T23:21:56.520Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-24T23:21:56.568Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-03-24T23:21:57.882Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-03-24T23:21:58.588Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-03-24T23:21:58.922Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-24T23:21:59.090Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-03-24T23:21:59.231Z Compiling fatfs v0.3.6
28892026-03-24T23:21:59.385Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-03-24T23:22:00.895Z Compiling subprocess v0.2.15
28912026-03-24T23:22:01.474Z Compiling rtoolbox v0.0.3
28922026-03-24T23:22:01.824Z Compiling seq-macro v0.3.6
28932026-03-24T23:22:02.295Z Compiling assert_matches v1.5.0
28942026-03-24T23:22:02.442Z Compiling rpassword v7.4.0
28952026-03-24T23:22:02.485Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-24T23:22:02.825Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-03-24T23:22:03.773Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-03-24T23:22:04.555Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-03-24T23:22:06.337Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-24T23:22:06.507Z Compiling tui-tree-widget v0.23.1
29012026-03-24T23:22:06.884Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-03-24T23:22:07.672Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-03-24T23:22:08.352Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-03-24T23:22:09.017Z Compiling uzers v0.12.2
29052026-03-24T23:22:09.147Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-03-24T23:22:10.871Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-03-24T23:22:12.287Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-03-24T23:22:14.500Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-03-24T23:22:15.165Z Compiling support-bundle-viewer v0.1.2
29102026-03-24T23:22:17.546Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-24T23:22:18.692Z Compiling multimap v0.10.1
29122026-03-24T23:22:40.951Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29132026-03-24T23:22:44.042Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-03-24T23:22:46.156Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-03-24T23:29:54.315Z Finished `release` profile [optimized] target(s) in 10m 06s
29162026-03-24T23:30:48.277Z
29172026-03-24T23:30:48.281Zreal 11:02.399276436
29182026-03-24T23:30:48.281Zuser 1:41:49.550258697
29192026-03-24T23:30:48.281Zsys 4:14.502502222
29202026-03-24T23:30:48.282Ztrap 2.293579255
29212026-03-24T23:30:48.282Ztflt 2.275936353
29222026-03-24T23:30:48.282Zdflt 18.454389651
29232026-03-24T23:30:48.282Zkflt 0.109296922
29242026-03-24T23:30:48.282Zlock 8:12:09.538214075
29252026-03-24T23:30:48.282Zslp 2:49:04.615615260
29262026-03-24T23:30:48.282Zlat 2:50.766751877
29272026-03-24T23:30:48.282Zstop 7:32.362459282
29282026-03-24T23:30:48.282Z+ mapfile -t packages
29292026-03-24T23:30:48.282Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-03-24T23:30:49.618Z Finished `release` profile [optimized] target(s) in 1.33s
29312026-03-24T23:30:49.694Z Running `target/release/omicron-package -t test list-outputs`
29322026-03-24T23:30:49.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-03-24T23:30:49.765Z+ ptime -m cargo build --locked --release -p xtask
29342026-03-24T23:30:50.511Z Compiling libc v0.2.180
29352026-03-24T23:30:50.511Z Compiling serde v1.0.228
29362026-03-24T23:30:50.514Z Compiling serde_core v1.0.228
29372026-03-24T23:30:50.623Z Compiling rustix v1.1.3
29382026-03-24T23:30:50.647Z Compiling bitflags v2.11.0
29392026-03-24T23:30:50.661Z Compiling serde_json v1.0.149
29402026-03-24T23:30:50.700Z Compiling num-traits v0.2.19
29412026-03-24T23:30:50.716Z Compiling syn v2.0.117
29422026-03-24T23:30:50.731Z Compiling smallvec v1.15.1
29432026-03-24T23:30:50.762Z Compiling hashbrown v0.16.1
29442026-03-24T23:30:50.778Z Compiling usdt-impl v0.5.0
29452026-03-24T23:30:50.794Z Compiling syn v1.0.109
29462026-03-24T23:30:50.815Z Compiling percent-encoding v2.3.2
29472026-03-24T23:30:50.819Z Compiling log v0.4.29
29482026-03-24T23:30:51.002Z Compiling getrandom v0.4.1
29492026-03-24T23:30:51.096Z Compiling form_urlencoded v1.2.2
29502026-03-24T23:30:51.305Z Compiling fs-err v3.3.0
29512026-03-24T23:30:51.309Z Compiling anyhow v1.0.102
29522026-03-24T23:30:51.358Z Compiling once_cell v1.21.3
29532026-03-24T23:30:51.358Z Compiling heck v0.4.1
29542026-03-24T23:30:51.594Z Compiling indexmap v2.13.0
29552026-03-24T23:30:51.666Z Compiling errno v0.3.14
29562026-03-24T23:30:51.700Z Compiling thread-id v4.2.2
29572026-03-24T23:30:51.720Z Compiling memmap v0.7.0
29582026-03-24T23:30:52.210Z Compiling ordered-float v2.10.1
29592026-03-24T23:30:52.883Z Compiling proc-macro-error v1.0.4
29602026-03-24T23:30:53.115Z Compiling terminal_size v0.4.3
29612026-03-24T23:30:53.115Z Compiling tempfile v3.25.0
29622026-03-24T23:30:53.183Z Compiling tabled_derive v0.7.0
29632026-03-24T23:30:53.240Z Compiling clap_builder v4.5.60
29642026-03-24T23:30:53.241Z Compiling textwrap v0.16.2
29652026-03-24T23:30:53.443Z Compiling camino-tempfile v1.4.1
29662026-03-24T23:30:54.102Z Compiling tabled v0.15.0
29672026-03-24T23:30:54.379Z Compiling synstructure v0.13.2
29682026-03-24T23:30:54.379Z Compiling pest_generator v2.8.6
29692026-03-24T23:30:54.931Z Compiling serde_derive v1.0.228
29702026-03-24T23:30:54.931Z Compiling zerofrom-derive v0.1.6
29712026-03-24T23:30:54.935Z Compiling yoke-derive v0.8.1
29722026-03-24T23:30:54.935Z Compiling zerovec-derive v0.11.2
29732026-03-24T23:30:54.935Z Compiling displaydoc v0.2.5
29742026-03-24T23:30:54.935Z Compiling thiserror-impl v1.0.69
29752026-03-24T23:30:54.960Z Compiling zerocopy-derive v0.7.35
29762026-03-24T23:30:54.964Z Compiling scroll_derive v0.12.1
29772026-03-24T23:30:55.094Z Compiling pest_derive v2.8.6
29782026-03-24T23:30:55.668Z Compiling thiserror-impl v2.0.18
29792026-03-24T23:30:55.886Z Compiling scroll v0.12.0
29802026-03-24T23:30:55.934Z Compiling clap_derive v4.5.55
29812026-03-24T23:30:56.080Z Compiling zerocopy v0.7.35
29822026-03-24T23:30:56.271Z Compiling goblin v0.8.2
29832026-03-24T23:30:56.509Z Compiling thiserror v1.0.69
29842026-03-24T23:30:56.638Z Compiling zerofrom v0.1.6
29852026-03-24T23:30:56.675Z Compiling dtrace-parser v0.2.0
29862026-03-24T23:30:56.832Z Compiling yoke v0.8.1
29872026-03-24T23:30:57.111Z Compiling zerovec v0.11.5
29882026-03-24T23:30:57.307Z Compiling zerotrie v0.2.3
29892026-03-24T23:30:57.564Z Compiling thiserror v2.0.18
29902026-03-24T23:30:57.913Z Compiling tinystr v0.8.2
29912026-03-24T23:30:57.954Z Compiling potential_utf v0.1.4
29922026-03-24T23:30:58.208Z Compiling icu_locale_core v2.1.1
29932026-03-24T23:30:58.227Z Compiling icu_collections v2.1.1
29942026-03-24T23:30:58.241Z Compiling clap v4.5.60
29952026-03-24T23:30:59.255Z Compiling icu_provider v2.1.1
29962026-03-24T23:30:59.533Z Compiling serde_spanned v0.6.9
29972026-03-24T23:30:59.603Z Compiling toml_datetime v0.6.11
29982026-03-24T23:30:59.633Z Compiling serde-value v0.7.0
29992026-03-24T23:30:59.653Z Compiling icu_properties v2.1.2
30002026-03-24T23:30:59.702Z Compiling icu_normalizer v2.1.1
30012026-03-24T23:30:59.769Z Compiling cargo-platform v0.2.0
30022026-03-24T23:30:59.828Z Compiling macaddr v1.0.1
30032026-03-24T23:30:59.916Z Compiling toml_edit v0.22.27
30042026-03-24T23:30:59.958Z Compiling dof v0.3.0
30052026-03-24T23:31:00.122Z Compiling serde_tokenstream v0.2.3
30062026-03-24T23:31:01.007Z Compiling idna_adapter v1.2.1
30072026-03-24T23:31:01.044Z Compiling usdt-macro v0.5.0
30082026-03-24T23:31:01.218Z Compiling idna v1.1.0
30092026-03-24T23:31:01.317Z Compiling usdt-attr-macro v0.5.0
30102026-03-24T23:31:01.674Z Compiling url v2.5.8
30112026-03-24T23:31:02.075Z Compiling usdt v0.5.0
30122026-03-24T23:31:02.117Z Compiling toml v0.8.23
30132026-03-24T23:31:02.750Z Compiling cargo-util-schemas v0.8.2
30142026-03-24T23:31:02.750Z Compiling cargo_toml v0.21.0
30152026-03-24T23:31:04.198Z Compiling cargo_metadata v0.21.0
30162026-03-24T23:31:08.398Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-03-24T23:31:12.421Z Finished `release` profile [optimized] target(s) in 22.64s
30182026-03-24T23:31:12.576Z
30192026-03-24T23:31:12.579Zreal 22.772438160
30202026-03-24T23:31:12.579Zuser 3:11.219573167
30212026-03-24T23:31:12.580Zsys 21.220319390
30222026-03-24T23:31:12.580Ztrap 0.081508002
30232026-03-24T23:31:12.580Ztflt 0.645091669
30242026-03-24T23:31:12.580Zdflt 1.899161740
30252026-03-24T23:31:12.580Zkflt 0.000169867
30262026-03-24T23:31:12.580Zlock 7:24.276157648
30272026-03-24T23:31:12.580Zslp 4:33.303187903
30282026-03-24T23:31:12.580Zlat 8.158517054
30292026-03-24T23:31:12.580Zstop 29.725936506
30302026-03-24T23:31:12.580Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-03-24T23:31:12.580Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T23:31:12.580Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-03-24T23:31:12.580Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T23:31:12.580Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-03-24T23:31:13.930Z Compiling regress v0.10.5
30362026-03-24T23:31:13.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-24T23:31:14.105Z Compiling serde_spanned v1.0.4
30382026-03-24T23:31:14.124Z Compiling toml_writer v1.0.6+spec-1.1.0
30392026-03-24T23:31:14.157Z Compiling newtype-uuid-macros v0.1.0
30402026-03-24T23:31:14.160Z Compiling progenitor-client v0.13.0
30412026-03-24T23:31:14.160Z Compiling structmeta-derive v0.3.0
30422026-03-24T23:31:14.160Z Compiling rustls v0.22.4
30432026-03-24T23:31:14.160Z Compiling rustls-webpki v0.102.8
30442026-03-24T23:31:14.160Z Compiling multer v3.1.0
30452026-03-24T23:31:14.180Z Compiling debug-ignore v1.0.5
30462026-03-24T23:31:14.295Z Compiling match_cfg v0.1.0
30472026-03-24T23:31:14.321Z Compiling slog-json v2.6.1
30482026-03-24T23:31:14.324Z Compiling async-stream-impl v0.3.6
30492026-03-24T23:31:14.373Z Compiling dropshot v0.16.7
30502026-03-24T23:31:14.400Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-24T23:31:14.426Z Compiling itertools v0.14.0
30522026-03-24T23:31:14.430Z Compiling hostname v0.3.1
30532026-03-24T23:31:14.430Z Compiling waitgroup v0.1.2
30542026-03-24T23:31:14.478Z Compiling rustls-pemfile v2.2.0
30552026-03-24T23:31:14.643Z Compiling slog-bunyan v2.5.0
30562026-03-24T23:31:14.666Z Compiling dropshot_endpoint v0.16.7
30572026-03-24T23:31:14.718Z Compiling hostname v0.4.2
30582026-03-24T23:31:14.718Z Compiling serde_path_to_error v0.1.20
30592026-03-24T23:31:14.721Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-03-24T23:31:14.845Z Compiling macaddr v1.0.1
30612026-03-24T23:31:14.896Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-03-24T23:31:14.922Z Compiling progenitor-client v0.10.0
30632026-03-24T23:31:14.946Z Compiling instant v0.1.13
30642026-03-24T23:31:15.082Z Compiling backon v1.6.0
30652026-03-24T23:31:15.112Z Compiling backoff v0.4.0
30662026-03-24T23:31:15.199Z Compiling async-stream v0.3.6
30672026-03-24T23:31:15.227Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-03-24T23:31:15.256Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-03-24T23:31:15.284Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-24T23:31:15.310Z Compiling progenitor-extras v0.1.1
30712026-03-24T23:31:15.356Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T23:31:15.386Z Compiling unsafe-libyaml v0.2.11
30732026-03-24T23:31:15.389Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-24T23:31:15.439Z Compiling secrecy v0.10.3
30752026-03-24T23:31:15.465Z Compiling heapless v0.8.0
30762026-03-24T23:31:15.470Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-03-24T23:31:15.664Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-03-24T23:31:15.717Z Compiling structmeta v0.3.0
30792026-03-24T23:31:15.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-03-24T23:31:15.721Z Compiling hash32 v0.3.1
30812026-03-24T23:31:15.797Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-03-24T23:31:15.824Z Compiling smoltcp v0.11.0
30832026-03-24T23:31:15.977Z Compiling toml v0.8.23
30842026-03-24T23:31:16.031Z Compiling tabwriter v1.4.1
30852026-03-24T23:31:16.057Z Compiling derive-ex v0.1.8
30862026-03-24T23:31:16.081Z Compiling parse-display-derive v0.10.0
30872026-03-24T23:31:16.188Z Compiling serde_yaml v0.9.34+deprecated
30882026-03-24T23:31:16.219Z Compiling proc-macro-crate v3.4.0
30892026-03-24T23:31:16.283Z Compiling ingot-macros v0.1.1
30902026-03-24T23:31:16.341Z Compiling typify-impl v0.6.1
30912026-03-24T23:31:16.371Z Compiling cobs v0.3.0
30922026-03-24T23:31:16.396Z Compiling foreign-types-macros v0.2.3
30932026-03-24T23:31:16.475Z Compiling foreign-types-shared v0.3.1
30942026-03-24T23:31:16.544Z Compiling cpufeatures v0.3.0
30952026-03-24T23:31:16.623Z Compiling convert_case v0.4.0
30962026-03-24T23:31:16.660Z Compiling postcard v1.1.3
30972026-03-24T23:31:16.684Z Compiling chacha20 v0.10.0
30982026-03-24T23:31:17.026Z Compiling num_enum_derive v0.7.5
30992026-03-24T23:31:17.081Z Compiling proc-macro-crate v1.3.1
31002026-03-24T23:31:17.161Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-03-24T23:31:17.173Z Compiling universal-hash v0.5.1
31022026-03-24T23:31:17.176Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31032026-03-24T23:31:17.227Z Compiling derive_more v0.99.20
31042026-03-24T23:31:17.230Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-24T23:31:17.278Z Compiling foreign-types v0.5.0
31062026-03-24T23:31:17.378Z Compiling cstr-argument v0.1.2
31072026-03-24T23:31:17.404Z Compiling opaque-debug v0.3.1
31082026-03-24T23:31:17.525Z Compiling tokio-rustls v0.25.0
31092026-03-24T23:31:17.550Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31102026-03-24T23:31:17.613Z Compiling colored v3.1.1
31112026-03-24T23:31:17.644Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-03-24T23:31:17.702Z Compiling num_enum_derive v0.5.11
31132026-03-24T23:31:17.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-24T23:31:17.947Z Compiling rand v0.10.0
31152026-03-24T23:31:17.981Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-03-24T23:31:18.022Z Compiling half v2.7.1
31172026-03-24T23:31:18.156Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-24T23:31:18.338Z Compiling ciborium-io v0.2.2
31192026-03-24T23:31:18.484Z Compiling ciborium-ll v0.2.2
31202026-03-24T23:31:18.540Z Compiling parse-display v0.10.0
31212026-03-24T23:31:18.585Z Compiling camino-tempfile v1.4.1
31222026-03-24T23:31:18.589Z Compiling test-strategy v0.4.5
31232026-03-24T23:31:18.641Z Compiling num_enum v0.7.5
31242026-03-24T23:31:18.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-03-24T23:31:18.645Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-03-24T23:31:18.798Z Compiling ciborium v0.2.2
31272026-03-24T23:31:18.831Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31282026-03-24T23:31:18.860Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-03-24T23:31:18.889Z Compiling smf v0.2.3
31302026-03-24T23:31:18.960Z Compiling aead v0.5.2
31312026-03-24T23:31:19.003Z Compiling num-derive v0.4.2
31322026-03-24T23:31:19.166Z Compiling sigpipe v0.1.3
31332026-03-24T23:31:19.193Z Compiling glob v0.3.3
31342026-03-24T23:31:19.249Z Compiling num_enum v0.5.11
31352026-03-24T23:31:19.273Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-24T23:31:19.276Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-03-24T23:31:19.324Z Compiling poly1305 v0.8.0
31382026-03-24T23:31:19.411Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-24T23:31:19.434Z Compiling chacha20 v0.9.1
31402026-03-24T23:31:19.584Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-24T23:31:19.651Z Compiling whoami v1.6.1
31422026-03-24T23:31:19.679Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31432026-03-24T23:31:19.780Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31442026-03-24T23:31:19.812Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-24T23:31:19.838Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-03-24T23:31:19.878Z Compiling num-rational v0.4.2
31472026-03-24T23:31:20.054Z Compiling byte-wrapper v0.1.0
31482026-03-24T23:31:20.087Z Compiling password-hash v0.5.0
31492026-03-24T23:31:20.267Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-24T23:31:20.364Z Compiling blake2 v0.10.6
31512026-03-24T23:31:20.391Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-03-24T23:31:20.420Z Compiling ingot-types v0.1.2
31532026-03-24T23:31:20.423Z Compiling num-complex v0.4.6
31542026-03-24T23:31:20.473Z Compiling indent_write v2.2.0
31552026-03-24T23:31:20.571Z Compiling prettyplease v0.2.37
31562026-03-24T23:31:20.690Z Compiling chacha20poly1305 v0.10.1
31572026-03-24T23:31:20.716Z Compiling float-ord v0.3.2
31582026-03-24T23:31:20.791Z Compiling argon2 v0.5.3
31592026-03-24T23:31:20.846Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-24T23:31:20.915Z Compiling gethostname v0.5.0
31612026-03-24T23:31:20.918Z Compiling usdt-macro v0.5.0
31622026-03-24T23:31:20.967Z Compiling ingot v0.1.1
31632026-03-24T23:31:20.969Z Compiling num v0.4.3
31642026-03-24T23:31:21.075Z Compiling usdt-attr-macro v0.5.0
31652026-03-24T23:31:21.078Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31662026-03-24T23:31:21.129Z Compiling derive-where v1.6.0
31672026-03-24T23:31:21.132Z Compiling memmap v0.7.0
31682026-03-24T23:31:21.178Z Compiling atomicwrites v0.4.4
31692026-03-24T23:31:21.372Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-03-24T23:31:21.432Z Compiling cancel-safe-futures v0.1.5
31712026-03-24T23:31:21.474Z Compiling owo-colors v4.3.0
31722026-03-24T23:31:21.545Z Compiling thiserror-no-std v2.0.2
31732026-03-24T23:31:21.671Z Compiling vsss-rs v3.3.4
31742026-03-24T23:31:21.697Z Compiling libsw-core v0.3.2
31752026-03-24T23:31:21.772Z Compiling async-recursion v1.1.1
31762026-03-24T23:31:21.819Z Compiling resolv-conf v0.7.6
31772026-03-24T23:31:21.959Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-03-24T23:31:22.032Z Compiling libsw v3.5.0
31792026-03-24T23:31:22.222Z Compiling usdt v0.5.0
31802026-03-24T23:31:22.305Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-03-24T23:31:22.402Z Compiling typify-impl v0.4.3
31822026-03-24T23:31:22.507Z Compiling linear-map v1.2.0
31832026-03-24T23:31:22.614Z Compiling libefi-sys v0.1.0
31842026-03-24T23:31:22.713Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31852026-03-24T23:31:22.751Z Compiling hickory-proto v0.24.4
31862026-03-24T23:31:22.782Z Compiling newline-converter v0.3.0
31872026-03-24T23:31:22.808Z Compiling console v0.15.11
31882026-03-24T23:31:22.835Z Compiling bitfield-struct v0.6.2
31892026-03-24T23:31:22.877Z Compiling linked-hash-map v0.5.6
31902026-03-24T23:31:22.904Z Compiling semver v0.1.20
31912026-03-24T23:31:22.993Z Compiling pin-project-internal v1.1.11
31922026-03-24T23:31:23.059Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-03-24T23:31:23.151Z Compiling lru-cache v0.1.2
31942026-03-24T23:31:23.154Z Compiling typify-macro v0.6.1
31952026-03-24T23:31:23.201Z Compiling rustc_version v0.1.7
31962026-03-24T23:31:23.265Z Compiling slog-dtrace v0.3.0
31972026-03-24T23:31:23.335Z Compiling expectorate v1.2.0
31982026-03-24T23:31:23.383Z Compiling minimal-lexical v0.2.1
31992026-03-24T23:31:23.597Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32002026-03-24T23:31:23.622Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-24T23:31:23.644Z Compiling newtype_derive v0.1.6
32022026-03-24T23:31:23.738Z Compiling nom v7.1.3
32032026-03-24T23:31:23.765Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32042026-03-24T23:31:23.827Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-24T23:31:23.831Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-03-24T23:31:23.895Z Compiling tokio-dtrace v0.1.1
32072026-03-24T23:31:23.924Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-03-24T23:31:23.951Z Compiling phf_shared v0.12.1
32092026-03-24T23:31:24.083Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-24T23:31:24.149Z Compiling pem v3.0.6
32112026-03-24T23:31:24.231Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-03-24T23:31:24.295Z Compiling snafu-derive v0.8.9
32132026-03-24T23:31:24.320Z Compiling csv-core v0.1.13
32142026-03-24T23:31:24.571Z Compiling base64 v0.21.7
32152026-03-24T23:31:24.652Z Compiling same-file v1.0.6
32162026-03-24T23:31:24.698Z Compiling chrono-tz v0.10.4
32172026-03-24T23:31:24.702Z Compiling pin-project v1.1.11
32182026-03-24T23:31:24.751Z Compiling xshell-macros v0.2.7
32192026-03-24T23:31:24.817Z Compiling highway v1.3.0
32202026-03-24T23:31:24.925Z Compiling walkdir v2.5.0
32212026-03-24T23:31:25.006Z Compiling const_format_proc_macros v0.2.34
32222026-03-24T23:31:25.050Z Compiling csv v1.4.0
32232026-03-24T23:31:25.246Z Compiling phf v0.12.1
32242026-03-24T23:31:25.327Z Compiling xshell v0.2.7
32252026-03-24T23:31:25.391Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32262026-03-24T23:31:25.416Z Compiling oxide-tokio-rt v0.1.3
32272026-03-24T23:31:25.525Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-03-24T23:31:25.613Z Compiling globset v0.4.18
32292026-03-24T23:31:25.735Z Compiling typify v0.6.1
32302026-03-24T23:31:25.759Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-03-24T23:31:25.818Z Compiling olpc-cjson v0.1.4
32322026-03-24T23:31:25.842Z Compiling primeorder v0.13.6
32332026-03-24T23:31:25.867Z Compiling progenitor-impl v0.13.0
32342026-03-24T23:31:25.896Z Compiling hickory-resolver v0.24.4
32352026-03-24T23:31:25.951Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-03-24T23:31:26.060Z Compiling serde_plain v1.0.2
32372026-03-24T23:31:26.085Z Compiling typed-path v0.9.3
32382026-03-24T23:31:26.218Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32392026-03-24T23:31:26.243Z Compiling const_format v0.2.35
32402026-03-24T23:31:26.508Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-03-24T23:31:26.534Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-03-24T23:31:26.632Z Compiling tabled_derive v0.7.0
32432026-03-24T23:31:26.710Z Compiling bcs v0.1.6
32442026-03-24T23:31:27.161Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-24T23:31:27.194Z Compiling snafu v0.8.9
32462026-03-24T23:31:27.212Z Compiling utf-8 v0.7.6
32472026-03-24T23:31:27.345Z Compiling qorb v0.4.1
32482026-03-24T23:31:27.386Z Compiling salty v0.3.0
32492026-03-24T23:31:27.490Z Compiling radium v0.7.0
32502026-03-24T23:31:27.515Z Compiling termtree v0.5.1
32512026-03-24T23:31:27.730Z Compiling tough v0.20.0
32522026-03-24T23:31:27.755Z Compiling textwrap v0.16.2
32532026-03-24T23:31:27.816Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-03-24T23:31:27.913Z Compiling tungstenite v0.21.0
32552026-03-24T23:31:27.939Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-03-24T23:31:28.052Z Compiling tabled v0.15.0
32572026-03-24T23:31:28.093Z Compiling steno v0.4.1
32582026-03-24T23:31:28.261Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-24T23:31:28.283Z Compiling humantime v2.3.0
32602026-03-24T23:31:28.446Z Compiling tap v1.0.1
32612026-03-24T23:31:28.475Z Compiling maybe-uninit v2.0.0
32622026-03-24T23:31:28.673Z Compiling tokio-tungstenite v0.21.0
32632026-03-24T23:31:28.711Z Compiling wyz v0.5.1
32642026-03-24T23:31:28.924Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-24T23:31:29.024Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-24T23:31:29.099Z Compiling typify-macro v0.4.3
32672026-03-24T23:31:29.144Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-03-24T23:31:29.147Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32692026-03-24T23:31:29.223Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-24T23:31:29.281Z Compiling p384 v0.13.1
32712026-03-24T23:31:29.721Z Compiling progenitor-macro v0.13.0
32722026-03-24T23:31:29.759Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-03-24T23:31:29.831Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-03-24T23:31:30.030Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-03-24T23:31:30.090Z Compiling arc-swap v1.8.2
32762026-03-24T23:31:30.284Z Compiling funty v2.0.0
32772026-03-24T23:31:30.360Z Compiling packed_struct v0.10.1
32782026-03-24T23:31:30.541Z Compiling tagptr v0.2.0
32792026-03-24T23:31:30.770Z Compiling moka v0.12.13
32802026-03-24T23:31:30.796Z Compiling slog-scope v4.4.1
32812026-03-24T23:31:31.213Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-24T23:31:31.265Z Compiling bitvec v1.0.1
32832026-03-24T23:31:31.519Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-03-24T23:31:31.613Z Compiling polyval v0.6.2
32852026-03-24T23:31:31.638Z Compiling typify v0.4.3
32862026-03-24T23:31:31.677Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T23:31:31.815Z Compiling progenitor-impl v0.10.0
32882026-03-24T23:31:31.875Z Compiling packed_struct_codegen v0.10.1
32892026-03-24T23:31:31.923Z Compiling zerocopy-derive v0.6.6
32902026-03-24T23:31:31.956Z Compiling bitfield-macros v0.19.4
32912026-03-24T23:31:31.982Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-24T23:31:32.013Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-03-24T23:31:32.145Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T23:31:32.556Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T23:31:32.559Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-24T23:31:33.016Z Compiling indexmap v1.9.3
32972026-03-24T23:31:33.186Z Compiling crc-catalog v2.4.0
32982026-03-24T23:31:33.217Z Compiling parking_lot_core v0.8.6
32992026-03-24T23:31:33.323Z Compiling nodrop v0.1.14
33002026-03-24T23:31:33.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-03-24T23:31:33.417Z Compiling crc v3.4.0
33022026-03-24T23:31:33.498Z Compiling array-init v0.0.4
33032026-03-24T23:31:33.528Z Compiling zerocopy v0.6.6
33042026-03-24T23:31:33.578Z Compiling bitfield v0.19.4
33052026-03-24T23:31:33.648Z Compiling proc-macro-error2 v2.0.1
33062026-03-24T23:31:33.716Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33072026-03-24T23:31:33.781Z Compiling ghash v0.5.1
33082026-03-24T23:31:34.007Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-03-24T23:31:34.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33102026-03-24T23:31:34.075Z Compiling hickory-resolver v0.25.2
33112026-03-24T23:31:34.099Z Compiling smallvec v0.6.14
33122026-03-24T23:31:34.132Z Compiling slog-stdlog v4.1.1
33132026-03-24T23:31:34.197Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33142026-03-24T23:31:34.434Z Compiling git-stub v1.0.0
33152026-03-24T23:31:34.468Z Compiling num-derive v0.3.3
33162026-03-24T23:31:34.670Z Compiling ctr v0.9.2
33172026-03-24T23:31:34.830Z Compiling lzma-sys v0.1.20
33182026-03-24T23:31:34.983Z Compiling unicase v2.9.0
33192026-03-24T23:31:35.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-03-24T23:31:35.038Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-24T23:31:35.163Z Compiling hashbrown v0.12.3
33222026-03-24T23:31:35.307Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-24T23:31:35.331Z Compiling mime_guess v2.0.5
33242026-03-24T23:31:35.393Z Compiling aes-gcm v0.10.3
33252026-03-24T23:31:35.423Z Compiling git-stub-vcs v0.1.0
33262026-03-24T23:31:35.480Z Compiling serde-hex v0.1.0
33272026-03-24T23:31:35.557Z Compiling slog-envlogger v2.2.0
33282026-03-24T23:31:35.668Z Compiling tabled_derive v0.11.0
33292026-03-24T23:31:35.765Z Compiling progenitor-macro v0.10.0
33302026-03-24T23:31:35.791Z Compiling libscf-sys v1.1.0
33312026-03-24T23:31:35.866Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-03-24T23:31:36.014Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-03-24T23:31:36.175Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-24T23:31:36.300Z Compiling progenitor-impl v0.11.2
33352026-03-24T23:31:36.393Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-24T23:31:36.420Z Compiling ron v0.8.1
33372026-03-24T23:31:36.551Z Compiling papergrid v0.17.0
33382026-03-24T23:31:36.576Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-03-24T23:31:36.832Z Compiling cargo_toml v0.22.3
33402026-03-24T23:31:37.168Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-24T23:31:37.194Z Compiling progenitor v0.13.0
33422026-03-24T23:31:37.276Z Compiling hashbrown v0.13.2
33432026-03-24T23:31:37.420Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33442026-03-24T23:31:37.446Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-03-24T23:31:37.823Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-03-24T23:31:37.867Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-24T23:31:37.949Z Compiling testing_table v0.3.0
33482026-03-24T23:31:37.991Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33492026-03-24T23:31:38.015Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-03-24T23:31:38.209Z Compiling blowfish v0.9.1
33512026-03-24T23:31:38.318Z Compiling ssh-encoding v0.2.0
33522026-03-24T23:31:38.474Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-03-24T23:31:38.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-03-24T23:31:38.614Z Compiling nibble_vec v0.1.0
33552026-03-24T23:31:38.651Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-03-24T23:31:38.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-03-24T23:31:38.839Z Compiling crc-any v2.5.0
33582026-03-24T23:31:38.882Z Compiling corncobs v0.1.4
33592026-03-24T23:31:39.034Z Compiling endian-type v0.1.2
33602026-03-24T23:31:39.088Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-03-24T23:31:39.160Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-03-24T23:31:39.208Z Compiling ssh-cipher v0.2.0
33632026-03-24T23:31:39.234Z Compiling radix_trie v0.2.1
33642026-03-24T23:31:39.262Z Compiling bcrypt-pbkdf v0.10.0
33652026-03-24T23:31:39.378Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-24T23:31:39.710Z Compiling tabled v0.20.0
33672026-03-24T23:31:39.742Z Compiling object v0.30.4
33682026-03-24T23:31:39.768Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-24T23:31:40.092Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-03-24T23:31:40.236Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-24T23:31:40.270Z Compiling progenitor-macro v0.11.2
33722026-03-24T23:31:40.449Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-24T23:31:40.844Z Compiling parking_lot v0.11.2
33742026-03-24T23:31:40.998Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-24T23:31:41.331Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33762026-03-24T23:31:41.354Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-24T23:31:41.606Z Compiling progenitor-client v0.11.2
33782026-03-24T23:31:41.772Z Compiling prefix-trie v0.7.0
33792026-03-24T23:31:41.850Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-03-24T23:31:41.903Z Compiling password-hash v0.4.2
33812026-03-24T23:31:41.994Z Compiling fxhash v0.2.1
33822026-03-24T23:31:42.094Z Compiling secrecy v0.8.0
33832026-03-24T23:31:42.221Z Compiling http-range v0.1.5
33842026-03-24T23:31:42.250Z Compiling half v1.8.3
33852026-03-24T23:31:42.281Z Compiling path-slash v0.1.5
33862026-03-24T23:31:42.336Z Compiling pbkdf2 v0.11.0
33872026-03-24T23:31:42.384Z Compiling hickory-server v0.25.2
33882026-03-24T23:31:42.474Z Compiling sled v0.34.7
33892026-03-24T23:31:42.558Z Compiling serde_cbor v0.11.2
33902026-03-24T23:31:42.660Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-03-24T23:31:42.687Z Compiling ron v0.12.0
33922026-03-24T23:31:43.212Z Compiling progenitor v0.10.0
33932026-03-24T23:31:43.250Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-03-24T23:31:43.437Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33952026-03-24T23:31:43.460Z Compiling xz2 v0.1.7
33962026-03-24T23:31:43.902Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33972026-03-24T23:31:43.905Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33982026-03-24T23:31:44.119Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33992026-03-24T23:31:44.650Z Compiling ssh-key v0.6.7
34002026-03-24T23:31:44.834Z Compiling hickory-client v0.25.2
34012026-03-24T23:31:45.064Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34022026-03-24T23:31:45.207Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34032026-03-24T23:31:45.341Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-24T23:31:45.485Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34052026-03-24T23:31:45.545Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-24T23:31:46.193Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-24T23:31:46.313Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-24T23:31:46.639Z Compiling p521 v0.13.3
34092026-03-24T23:31:46.705Z Compiling p256 v0.13.2
34102026-03-24T23:31:46.771Z Compiling yasna v0.5.2
34112026-03-24T23:31:46.935Z Compiling kstat-rs v0.2.4
34122026-03-24T23:31:46.961Z Compiling headers-core v0.3.0
34132026-03-24T23:31:47.074Z Compiling nanorand v0.7.0
34142026-03-24T23:31:47.142Z Compiling atty v0.2.14
34152026-03-24T23:31:47.167Z Compiling russh-cryptovec v0.7.3
34162026-03-24T23:31:47.259Z Compiling crc8 v0.1.1
34172026-03-24T23:31:47.319Z Compiling base16ct v1.0.0
34182026-03-24T23:31:47.366Z Compiling home v0.5.12
34192026-03-24T23:31:47.393Z Compiling md5 v0.7.0
34202026-03-24T23:31:47.449Z Compiling rcgen v0.12.1
34212026-03-24T23:31:47.479Z Compiling flume v0.11.1
34222026-03-24T23:31:47.510Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34232026-03-24T23:31:47.586Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-03-24T23:31:47.613Z Compiling headers v0.4.1
34252026-03-24T23:31:47.692Z Compiling progenitor v0.11.2
34262026-03-24T23:31:47.766Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34272026-03-24T23:31:47.790Z Compiling russh-keys v0.45.0
34282026-03-24T23:31:47.920Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-03-24T23:31:47.976Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-03-24T23:31:48.006Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-03-24T23:31:48.037Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-03-24T23:31:48.193Z Compiling hyper-staticfile v0.10.1
34332026-03-24T23:31:48.594Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-24T23:31:48.733Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-24T23:31:48.759Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-03-24T23:31:48.964Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-03-24T23:31:49.012Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34382026-03-24T23:31:49.404Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34392026-03-24T23:31:49.434Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-03-24T23:31:49.500Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-24T23:31:49.874Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-24T23:31:49.917Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-24T23:31:49.944Z Compiling num-bigint v0.4.6
34442026-03-24T23:31:50.066Z Compiling des v0.8.1
34452026-03-24T23:31:50.370Z Compiling subprocess v0.2.15
34462026-03-24T23:31:50.427Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-24T23:31:50.525Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-03-24T23:31:50.739Z Compiling display-error-chain v0.2.2
34492026-03-24T23:31:50.905Z Compiling hex-literal v0.4.1
34502026-03-24T23:31:50.967Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-24T23:31:51.030Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-24T23:31:51.088Z Compiling colored v2.2.0
34532026-03-24T23:31:51.202Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-24T23:31:51.473Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-03-24T23:31:51.550Z Compiling socket2 v0.5.10
34562026-03-24T23:31:51.584Z Compiling internet-checksum v0.2.1
34572026-03-24T23:31:51.807Z Compiling russh v0.45.0
34582026-03-24T23:31:57.619Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-03-24T23:32:08.088Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-03-24T23:32:08.088Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-03-24T23:32:08.091Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-24T23:32:08.091Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-03-24T23:32:10.400Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-03-24T23:32:10.535Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-03-24T23:32:16.385Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-03-24T23:32:45.764Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-03-24T23:33:11.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34682026-03-24T23:33:11.456Z
34692026-03-24T23:33:11.460Zreal 1:58.790115927
34702026-03-24T23:33:11.460Zuser 11:52.609478881
34712026-03-24T23:33:11.460Zsys 2:07.703360732
34722026-03-24T23:33:11.460Ztrap 0.367167066
34732026-03-24T23:33:11.460Ztflt 0.526192784
34742026-03-24T23:33:11.460Zdflt 1.399968726
34752026-03-24T23:33:11.460Zkflt 0.000323105
34762026-03-24T23:33:11.460Zlock 41:27.724064360
34772026-03-24T23:33:11.460Zslp 26:55.141369868
34782026-03-24T23:33:11.460Zlat 47.709074180
34792026-03-24T23:33:11.460Zstop 4:02.431956039
34802026-03-24T23:33:11.460Z+ mkdir tests
34812026-03-24T23:33:11.463Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-03-24T23:33:11.463Z+ xargs -I '{}' -t cp '{}' tests/
34832026-03-24T23:33:11.500Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34842026-03-24T23:33:11.532Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34852026-03-24T23:33:11.562Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34862026-03-24T23:33:11.594Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34872026-03-24T23:33:11.939Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34882026-03-24T23:33:11.942Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34892026-03-24T23:34:51.495ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-03-24T23:34:51.495Za .github/buildomat/ci-env.sh 1K
34912026-03-24T23:34:51.495Za out/target/test 1K
34922026-03-24T23:34:51.495Za out/npuzone/npuzone 27402K
34932026-03-24T23:34:51.495Za package-manifest.toml 35K
34942026-03-24T23:34:51.495Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-03-24T23:34:51.495Za target/release/omicron-package 40561K
34962026-03-24T23:34:51.495Za target/release/xtask 11433K
34972026-03-24T23:34:51.495Za target/debug/bootstrap 336537K
34982026-03-24T23:34:51.495Za tests/bootstrap-0d379787697657d9 31310K
34992026-03-24T23:34:51.495Za tests/commtest-dbaa59ec1e557674 32395K
35002026-03-24T23:34:51.495Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35012026-03-24T23:34:51.495Za tests/end_to_end_tests-b8a7ecbb73af62b3 378831K
35022026-03-24T23:34:51.495Za out/clickhouse.tar.gz 301694K
35032026-03-24T23:34:51.495Za out/clickhouse_keeper.tar.gz 287160K
35042026-03-24T23:34:51.495Za out/clickhouse_server.tar.gz 301693K
35052026-03-24T23:34:51.495Za out/cockroachdb.tar.gz 154183K
35062026-03-24T23:34:51.495Za out/crucible-pantry-zone.tar.gz 38991K
35072026-03-24T23:34:51.495Za out/crucible-utils.tar 17744K
35082026-03-24T23:34:51.495Za out/crucible-zone.tar.gz 53129K
35092026-03-24T23:34:51.495Za out/external-dns.tar.gz 43594K
35102026-03-24T23:34:51.496Za out/internal-dns.tar.gz 43593K
35112026-03-24T23:34:51.496Za out/mg-ddm-gz.tar 78377K
35122026-03-24T23:34:51.496Za out/nexus.tar.gz 213168K
35132026-03-24T23:34:51.496Za out/ntp.tar.gz 25418K
35142026-03-24T23:34:51.496Za out/omicron-gateway-softnpu.tar.gz 28311K
35152026-03-24T23:34:51.496Za out/omicron-sled-agent.tar 186939K
35162026-03-24T23:34:51.496Za out/overlay.tar.gz 3K
35172026-03-24T23:34:51.496Za out/oximeter.tar.gz 58020K
35182026-03-24T23:34:51.496Za out/oxlog.tar 3782K
35192026-03-24T23:34:51.496Za out/probe.tar.gz 3037K
35202026-03-24T23:34:51.496Za out/propolis-server.tar.gz 33249K
35212026-03-24T23:34:51.496Za out/pumpkind-gz.tar 26647K
35222026-03-24T23:34:51.496Za out/switch-softnpu.tar.gz 369503K
35232026-03-24T23:34:51.499Z
35242026-03-24T23:34:51.500Zreal 1:39.540562759
35252026-03-24T23:34:51.500Zuser 1:36.582999249
35262026-03-24T23:34:51.500Zsys 5.992468372
35272026-03-24T23:34:51.500Ztrap 0.006409553
35282026-03-24T23:34:51.500Ztflt 0.000000000
35292026-03-24T23:34:51.500Zdflt 0.000000000
35302026-03-24T23:34:51.500Zkflt 0.000000000
35312026-03-24T23:34:51.500Zlock 0.000000000
35322026-03-24T23:34:51.500Zslp 1:35.899130345
35332026-03-24T23:34:51.500Zlat 0.594666818
35342026-03-24T23:34:51.500Zstop 0.000585145
35352026-03-24T23:34:51.500Zprocess exited: duration 1245311 ms, exit code 0
 
35362026-03-24T23:34:51.516Zfound 1 output files
35372026-03-24T23:34:51.516Zuploading: /work/package.tar.gz (2282444624 bytes)
35382026-03-24T23:35:19.190Zuploaded: /work/package.tar.gz