01KKWA58ZBZD0Y4BTDJF8AF2V4: 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: 01KKWA5RTC2ZX6CPTJ0N722EPP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T21:54:39.794Zjob assigned to worker 01KKWA5V36RTQX9G7SK8A1A4KV [factory aws, i-06975c9579bface0b] (queued for 2 m 9 s)
 
22026-03-16T21:54:48.349Zstarting task 0: "setup"
32026-03-16T21:54:48.357Z++ uname -s
42026-03-16T21:54:48.360Z+ kern=SunOS
52026-03-16T21:54:48.360Z+ build_user=build
62026-03-16T21:54:48.360Z+ build_uid=12345
72026-03-16T21:54:48.360Z+ work_dir=/work
82026-03-16T21:54:48.360Z+ input_dir=/input
92026-03-16T21:54:48.360Z+ [[ 0 == 12345 ]]
102026-03-16T21:54:48.360Z+ case "$kern" in
112026-03-16T21:54:48.360Z+ groupadd -g 12345 build
122026-03-16T21:54:48.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T21:54:50.370Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T21:54:50.488Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T21:54:50.491Z+ home_fs=zfs
162026-03-16T21:54:50.491Z+ [[ zfs == autofs ]]
172026-03-16T21:54:50.491Z+ mkdir -p /home/build
182026-03-16T21:54:50.494Z+ chown build:build /home/build /work
192026-03-16T21:54:52.497Z+ chmod 0700 /home/build /work
202026-03-16T21:54:52.501Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-16T21:54:52.508Zstarting task 1: "rust-toolchain"
222026-03-16T21:54:52.513Z * rust toolchain channel = "1.91.1"
232026-03-16T21:54:52.513Z * rust toolchain profile = "default"
242026-03-16T21:54:52.513Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
252026-03-16T21:54:52.513Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-16T21:54:52.513Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T21:54:52.513Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T21:54:52.517Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T21:54:52.517Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T21:54:52.668Zinfo: downloading installer
312026-03-16T21:54:54.280Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T21:54:54.280Zwarn: /opt/ooce/bin
332026-03-16T21:54:54.280Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T21:54:54.280Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T21:54:54.280Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T21:54:54.280Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T21:54:54.280Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T21:54:54.280Zerror: cannot install while Rust is installed
392026-03-16T21:54:54.280Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T21:54:54.280Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T21:54:54.280Zwarn: /home/build/.rustup/settings.toml
422026-03-16T21:54:54.280Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T21:54:54.280Zwarn: instead of the one inferred from the default host triple.
442026-03-16T21:54:54.296Zinfo: profile set to default
452026-03-16T21:54:54.296Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T21:54:54.299Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T21:54:54.475Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T21:54:54.478Zinfo: downloading 6 components
492026-03-16T21:55:09.837Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T21:55:09.837Z
512026-03-16T21:55:09.872Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T21:55:09.872Z
532026-03-16T21:55:09.872Z
542026-03-16T21:55:09.875ZRust is installed now. Great!
552026-03-16T21:55:09.875Z
562026-03-16T21:55:09.875ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T21:55:09.875Zenvironment variable. This has not been done automatically.
582026-03-16T21:55:09.875Z
592026-03-16T21:55:09.875ZTo configure your current shell, you need to source
602026-03-16T21:55:09.875Zthe corresponding env file under $HOME/.cargo.
612026-03-16T21:55:09.875Z
622026-03-16T21:55:09.875ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T21:55:09.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T21:55:09.875Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T21:55:09.875Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T21:55:09.875Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T21:55:09.875Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T21:55:09.875Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T21:55:09.876Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T21:55:09.876Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T21:55:09.979Z+ rustup --version
722026-03-16T21:55:09.986Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T21:55:09.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T21:55:10.013Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T21:55:10.016Z+ cargo --version
762026-03-16T21:55:10.027Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T21:55:10.030Z+ rustc --version
782026-03-16T21:55:10.059Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T21:55:10.062Zprocess exited: duration 17543 ms, exit code 0
 
802026-03-16T21:55:10.068Zstarting task 2: "authentication"
812026-03-16T21:55:10.088Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T21:55:10.094Zstarting task 3: "clone repository"
832026-03-16T21:55:10.101Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T21:55:10.104Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T21:55:10.132ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T21:55:33.530Z+ cd /work/oxidecomputer/omicron
872026-03-16T21:55:33.533Z+ git fetch origin bab44e5895c0fa38de90717bd6be7a4348f3b25f
882026-03-16T21:55:33.951ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T21:55:33.951Z * branch bab44e5895c0fa38de90717bd6be7a4348f3b25f -> FETCH_HEAD
902026-03-16T21:55:33.963Z+ [[ -n sled-agent-rot-lockdown ]]
912026-03-16T21:55:33.968Z++ git branch --show-current
922026-03-16T21:55:33.971Z+ current=main
932026-03-16T21:55:33.971Z+ [[ main != sled-agent-rot-lockdown ]]
942026-03-16T21:55:33.971Z+ git branch -f sled-agent-rot-lockdown bab44e5895c0fa38de90717bd6be7a4348f3b25f
952026-03-16T21:55:33.974Z+ git checkout -f sled-agent-rot-lockdown
962026-03-16T21:55:34.210ZSwitched to branch 'sled-agent-rot-lockdown'
972026-03-16T21:55:34.216Z+ git reset --hard bab44e5895c0fa38de90717bd6be7a4348f3b25f
982026-03-16T21:55:34.464ZHEAD is now at bab44e589 Review comments
992026-03-16T21:55:34.467Zprocess exited: duration 24358 ms, exit code 0
 
1002026-03-16T21:55:34.474Zstarting task 4: "build"
1012026-03-16T21:55:34.479Z+ source .github/buildomat/ci-env.sh
1022026-03-16T21:55:34.483Z++ export CARGO_TERM_COLOR=always
1032026-03-16T21:55:34.483Z++ CARGO_TERM_COLOR=always
1042026-03-16T21:55:34.483Z+ cargo --version
1052026-03-16T21:55:34.492Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-16T21:55:34.495Z+ rustc --version
1072026-03-16T21:55:34.521Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-16T21:55:34.524Z+ WORK=/work
1092026-03-16T21:55:34.524Z+ pfexec mkdir -p /work
1102026-03-16T21:55:34.528Z+ pfexec chown build /work
1112026-03-16T21:55:34.531Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-16T21:55:44.170Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-16T21:55:53.829Z Startup: Caching catalogs ... Done
1142026-03-16T21:56:15.873ZPlanning: Solver setup ... Done (20.452s)
1152026-03-16T21:56:16.030ZPlanning: Running solver ... Done (0.154s)
1162026-03-16T21:56:16.217ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-16T21:56:16.234ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-16T21:56:16.355ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-16T21:56:16.397ZPlanning: Package planning ... Done (0.044s)
1202026-03-16T21:56:16.436ZPlanning: Merging actions ... Done (0.039s)
1212026-03-16T21:56:16.762ZPlanning: Checking for conflicting actions ... Done (0.330s)
1222026-03-16T21:56:16.770ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-16T21:56:17.543ZPlanning: Evaluating mediators ... Done (0.770s)
1242026-03-16T21:56:17.551ZPlanning: Planning completed in 23.57 seconds
1252026-03-16T21:56:17.563Z Packages to install: 4
1262026-03-16T21:56:17.563Z Mediators to change: 2
1272026-03-16T21:56:17.563Z Services to change: 1
1282026-03-16T21:56:17.569Z Estimated space available: 155.43 GB
1292026-03-16T21:56:17.569ZEstimated space to be consumed: 1.83 GB
1302026-03-16T21:56:17.569Z Create boot environment: No
1312026-03-16T21:56:17.570ZCreate backup boot environment: No
1322026-03-16T21:56:17.570Z Rebuild boot archive: No
1332026-03-16T21:56:17.570Z
1342026-03-16T21:56:17.570ZChanged mediators:
1352026-03-16T21:56:17.570Z mediator clang:
1362026-03-16T21:56:17.570Z version: None -> 15 (system default)
1372026-03-16T21:56:17.570Z
1382026-03-16T21:56:17.570Z mediator llvm:
1392026-03-16T21:56:17.570Z version: 14 (system default) -> 15 (system default)
1402026-03-16T21:56:17.570Z
1412026-03-16T21:56:17.571ZChanged packages:
1422026-03-16T21:56:17.571Zhelios-dev
1432026-03-16T21:56:17.571Z developer/build-essential
1442026-03-16T21:56:17.571Z None -> 11-2.0
1452026-03-16T21:56:17.571Z library/libxmlsec1
1462026-03-16T21:56:17.571Z None -> 1.2.35-2.0
1472026-03-16T21:56:17.571Z ooce/developer/clang-15
1482026-03-16T21:56:17.571Z None -> 15.0.7-2.0
1492026-03-16T21:56:17.571Z ooce/developer/llvm-15
1502026-03-16T21:56:17.571Z None -> 15.0.7-2.0
1512026-03-16T21:56:17.571Z
1522026-03-16T21:56:17.571ZServices:
1532026-03-16T21:56:17.571Z restart_fmri:
1542026-03-16T21:56:17.571Z svc:/system/update-man-index:default
1552026-03-16T21:56:17.612Z
1562026-03-16T21:56:17.612ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-16T21:56:22.626ZDownload: 2244/3290 items 119.4/212.6MB 56% complete (24.0M/s)
1582026-03-16T21:56:25.405ZDownload: Completed 212.60 MB in 7.79 seconds (27.3M/s)
1592026-03-16T21:56:25.675Z Actions: 1/3689 actions (Installing new actions)
1602026-03-16T21:56:33.091Z Actions: Completed 3689 actions in 4.13 seconds.
1612026-03-16T21:56:33.113Z Done (0.331s)
1622026-03-16T21:56:33.113Z Done (0.000s)
1632026-03-16T21:56:33.113Z Done (0.887s)
1642026-03-16T21:56:35.525Z Done (4.156s)
1652026-03-16T21:56:35.612Z Done (0.017s)
1662026-03-16T21:56:35.616Z Done (0.000s)
1672026-03-16T21:56:35.748Z Done (0.000s)
1682026-03-16T21:56:36.706ZPlanning: Evaluating mediator changes ... Done
1692026-03-16T21:56:36.847ZPlanning: Checking for conflicting actions ... Done
1702026-03-16T21:56:36.850ZPlanning: Consolidating action changes ... Done
1712026-03-16T21:56:37.066ZPlanning: Evaluating mediators ... Done
1722026-03-16T21:56:37.070ZPlanning: Planning completed in 0.36 seconds
1732026-03-16T21:56:37.095Z Mediators to change: 2
1742026-03-16T21:56:37.095Z Create boot environment: No
1752026-03-16T21:56:37.100ZCreate backup boot environment: No
1762026-03-16T21:56:37.173Z Done
1772026-03-16T21:56:37.173Z Done
1782026-03-16T21:56:37.887Z Done
1792026-03-16T21:56:41.184Z Done
1802026-03-16T21:56:41.266Z Done
1812026-03-16T21:56:41.269Z Done
1822026-03-16T21:56:41.420Z Done
1832026-03-16T21:56:41.954ZPlanning: Evaluating mediator changes ... Done
1842026-03-16T21:56:41.958ZPlanning: Merging actions ... Done
1852026-03-16T21:56:42.120ZPlanning: Checking for conflicting actions ... Done
1862026-03-16T21:56:42.128ZPlanning: Consolidating action changes ... Done
1872026-03-16T21:56:42.340ZPlanning: Evaluating mediators ... Done
1882026-03-16T21:56:42.384ZPlanning: Planning completed in 0.63 seconds
1892026-03-16T21:56:42.415Z Packages to change: 1
1902026-03-16T21:56:42.415Z Mediators to change: 1
1912026-03-16T21:56:42.415Z Services to change: 1
1922026-03-16T21:56:42.422Z Create boot environment: No
1932026-03-16T21:56:42.422ZCreate backup boot environment: Yes
1942026-03-16T21:56:44.864Z Actions: 1/6 actions (Updating modified actions)
1952026-03-16T21:56:44.867Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-16T21:56:44.867Z Done
1972026-03-16T21:56:44.867Z Done
1982026-03-16T21:56:45.055Z Done
1992026-03-16T21:56:48.318Z Done
2002026-03-16T21:56:48.407Z Done
2012026-03-16T21:56:48.412Z Done
2022026-03-16T21:56:48.572Z Done
2032026-03-16T21:56:48.946ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-16T21:56:48.946Zclang system 15 system
2052026-03-16T21:56:48.946Zcsh system system illumos
2062026-03-16T21:56:48.946Zctags system system illumos
2072026-03-16T21:56:48.946Zfile system system illumos
2082026-03-16T21:56:48.946Zgcc vendor 12 vendor
2092026-03-16T21:56:48.946Zgcc system 10 system
2102026-03-16T21:56:48.946Zgcc system 7 system
2112026-03-16T21:56:48.946Zgo system 1.20 system
2122026-03-16T21:56:48.946Zgo system 1.19 system
2132026-03-16T21:56:48.946Zllvm system 15 system
2142026-03-16T21:56:48.946Zllvm system 14 system
2152026-03-16T21:56:48.946Zmariadb system 10.6 system
2162026-03-16T21:56:48.947Zmta vendor vendor dma
2172026-03-16T21:56:48.947Zopenjdk system 17 system
2182026-03-16T21:56:48.947Zopenjdk system 11 system
2192026-03-16T21:56:48.947Zopenjdk system 1.8 system
2202026-03-16T21:56:48.947Zopenssl vendor 3 vendor
2212026-03-16T21:56:48.947Zperl system 5.36 system
2222026-03-16T21:56:48.947Zpostgresql system 15 system
2232026-03-16T21:56:48.947Zpostgresql system 13 system
2242026-03-16T21:56:48.947Zpython vendor 3 vendor
2252026-03-16T21:56:48.947Zpython system 2 system
2262026-03-16T21:56:48.947Zpython3 system 3.11 system
2272026-03-16T21:56:48.947Zruby system 3.0 system
2282026-03-16T21:56:48.947Zwords vendor vendor american-english
2292026-03-16T21:56:48.947Zwords system system australian-english
2302026-03-16T21:56:48.947Zwords system system british-english
2312026-03-16T21:56:48.947Zwords system system canadian-english
2322026-03-16T21:56:48.947Zwords system system french
2332026-03-16T21:56:48.947Zwords system system italian
2342026-03-16T21:56:48.947Zwords system system ngerman
2352026-03-16T21:56:48.947Zwords system system ogerman
2362026-03-16T21:56:48.947Zwords system system spanish
2372026-03-16T21:56:49.246ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-16T21:56:49.246Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-16T21:56:55.273ZFMRI IFO
2402026-03-16T21:56:55.274Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-16T21:56:55.274Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-16T21:56:55.274Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-16T21:56:55.274Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-16T21:56:55.274Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-16T21:56:55.274Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-16T21:56:55.274Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-16T21:56:55.274Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-16T21:56:55.274Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-16T21:56:55.274Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-16T21:56:55.274Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-16T21:56:55.274Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-16T21:56:55.274Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-16T21:56:55.274Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-16T21:56:55.274Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-16T21:56:55.274Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-16T21:56:56.486Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-16T21:56:56.783Z Updating crates.io index
2582026-03-16T21:56:56.786Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-16T21:56:57.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-16T21:56:57.754Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-16T21:56:58.266Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-16T21:57:00.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-03-16T21:57:01.972Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-03-16T21:57:07.970Z Updating git repository `https://github.com/oxidecomputer/opte`
2652026-03-16T21:57:08.776Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662026-03-16T21:57:09.260Z Updating git repository `https://github.com/oxidecomputer/falcon`
2672026-03-16T21:57:10.254Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-03-16T21:57:10.970Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-16T21:57:11.929Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-16T21:57:12.430Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-16T21:57:13.105Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-16T21:57:13.486Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-16T21:57:14.812Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-16T21:57:15.347Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-16T21:57:15.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-16T21:57:16.034Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-16T21:57:16.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-16T21:57:16.874Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-16T21:57:17.104Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-16T21:57:17.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-16T21:57:17.839Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-16T21:57:18.230Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-16T21:57:18.853Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-16T21:57:19.150Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-16T21:57:19.683Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-16T21:57:20.010Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-16T21:57:21.747Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-16T21:57:22.048Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-16T21:57:22.523Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-16T21:57:22.854Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-16T21:57:23.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-16T21:57:23.754Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-16T21:57:24.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-16T21:57:24.396Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-16T21:57:24.796Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-16T21:57:38.744Z Downloading crates ...
2972026-03-16T21:57:38.803Z Downloaded clap v4.5.60
2982026-03-16T21:57:38.817Z Downloaded pest_derive v2.8.6
2992026-03-16T21:57:38.825Z Downloaded yoke-derive v0.8.1
3002026-03-16T21:57:38.825Z Downloaded anstyle v1.0.13
3012026-03-16T21:57:38.826Z Downloaded anstyle-parse v0.2.7
3022026-03-16T21:57:38.826Z Downloaded potential_utf v0.1.4
3032026-03-16T21:57:38.826Z Downloaded icu_locale_core v2.1.1
3042026-03-16T21:57:38.831Z Downloaded textwrap v0.16.2
3052026-03-16T21:57:38.831Z Downloaded unicode-xid v0.2.6
3062026-03-16T21:57:38.831Z Downloaded proc-macro-error v1.0.4
3072026-03-16T21:57:38.831Z Downloaded icu_properties v2.1.2
3082026-03-16T21:57:38.838Z Downloaded erased-serde v0.4.9
3092026-03-16T21:57:38.838Z Downloaded zmij v1.0.21
3102026-03-16T21:57:38.838Z Downloaded macaddr v1.0.1
3112026-03-16T21:57:38.843Z Downloaded thiserror v2.0.18
3122026-03-16T21:57:38.844Z Downloaded utf8parse v0.2.2
3132026-03-16T21:57:38.844Z Downloaded unicode-linebreak v0.1.5
3142026-03-16T21:57:38.844Z Downloaded usdt-attr-macro v0.5.0
3152026-03-16T21:57:38.844Z Downloaded usdt v0.5.0
3162026-03-16T21:57:38.858Z Downloaded serde_derive v1.0.228
3172026-03-16T21:57:38.858Z Downloaded typeid v1.0.3
3182026-03-16T21:57:38.858Z Downloaded toml_write v0.1.2
3192026-03-16T21:57:38.858Z Downloaded serde_core v1.0.228
3202026-03-16T21:57:38.858Z Downloaded zerofrom-derive v0.1.6
3212026-03-16T21:57:38.858Z Downloaded zerofrom v0.1.6
3222026-03-16T21:57:38.859Z Downloaded utf8_iter v1.0.4
3232026-03-16T21:57:38.859Z Downloaded toml v0.8.23
3242026-03-16T21:57:38.867Z Downloaded cpufeatures v0.2.17
3252026-03-16T21:57:38.867Z Downloaded autocfg v1.5.0
3262026-03-16T21:57:38.867Z Downloaded equivalent v1.0.2
3272026-03-16T21:57:38.868Z Downloaded proc-macro2 v1.0.106
3282026-03-16T21:57:38.868Z Downloaded usdt-macro v0.5.0
3292026-03-16T21:57:38.868Z Downloaded dtrace-parser v0.2.0
3302026-03-16T21:57:38.868Z Downloaded cargo_toml v0.21.0
3312026-03-16T21:57:38.868Z Downloaded anstream v0.6.21
3322026-03-16T21:57:38.880Z Downloaded version_check v0.9.5
3332026-03-16T21:57:38.880Z Downloaded num-traits v0.2.19
3342026-03-16T21:57:38.880Z Downloaded thiserror-impl v2.0.18
3352026-03-16T21:57:38.880Z Downloaded tabled_derive v0.7.0
3362026-03-16T21:57:38.880Z Downloaded writeable v0.6.2
3372026-03-16T21:57:38.880Z Downloaded toml_datetime v0.6.11
3382026-03-16T21:57:38.880Z Downloaded thiserror v1.0.69
3392026-03-16T21:57:38.885Z Downloaded cargo-platform v0.2.0
3402026-03-16T21:57:38.885Z Downloaded toml_edit v0.22.27
3412026-03-16T21:57:38.885Z Downloaded zerocopy-derive v0.7.35
3422026-03-16T21:57:38.885Z Downloaded zerovec-derive v0.11.2
3432026-03-16T21:57:38.890Z Downloaded tinystr v0.8.2
3442026-03-16T21:57:38.890Z Downloaded usdt-impl v0.5.0
3452026-03-16T21:57:38.890Z Downloaded unicode-ident v1.0.24
3462026-03-16T21:57:38.900Z Downloaded thiserror-impl v1.0.69
3472026-03-16T21:57:38.900Z Downloaded cfg-if v1.0.4
3482026-03-16T21:57:38.900Z Downloaded swrite v0.1.0
3492026-03-16T21:57:38.900Z Downloaded yoke v0.8.1
3502026-03-16T21:57:38.900Z Downloaded proc-macro-error-attr v1.0.4
3512026-03-16T21:57:38.905Z Downloaded ucd-trie v0.1.7
3522026-03-16T21:57:38.905Z Downloaded block-buffer v0.10.4
3532026-03-16T21:57:38.906Z Downloaded fastrand v2.3.0
3542026-03-16T21:57:38.906Z Downloaded ordered-float v2.10.1
3552026-03-16T21:57:38.906Z Downloaded percent-encoding v2.3.2
3562026-03-16T21:57:38.906Z Downloaded pretty-hex v0.4.1
3572026-03-16T21:57:38.906Z Downloaded heck v0.5.0
3582026-03-16T21:57:38.906Z Downloaded form_urlencoded v1.2.2
3592026-03-16T21:57:38.906Z Downloaded fnv v1.0.7
3602026-03-16T21:57:38.906Z Downloaded itoa v1.0.17
3612026-03-16T21:57:38.911Z Downloaded url v2.5.8
3622026-03-16T21:57:38.911Z Downloaded stable_deref_trait v1.2.1
3632026-03-16T21:57:38.911Z Downloaded heck v0.4.1
3642026-03-16T21:57:38.912Z Downloaded plain v0.2.3
3652026-03-16T21:57:38.912Z Downloaded typenum v1.19.0
3662026-03-16T21:57:38.925Z Downloaded memmap v0.7.0
3672026-03-16T21:57:38.925Z Downloaded clap_lex v1.0.0
3682026-03-16T21:57:38.925Z Downloaded scroll_derive v0.12.1
3692026-03-16T21:57:38.925Z Downloaded semver v1.0.27
3702026-03-16T21:57:38.926Z Downloaded idna_adapter v1.2.1
3712026-03-16T21:57:38.926Z Downloaded generic-array v0.14.7
3722026-03-16T21:57:38.926Z Downloaded is_terminal_polyfill v1.70.2
3732026-03-16T21:57:38.926Z Downloaded zerotrie v0.2.3
3742026-03-16T21:57:38.926Z Downloaded zerovec v0.11.5
3752026-03-16T21:57:38.934Z Downloaded dof v0.3.0
3762026-03-16T21:57:38.934Z Downloaded serde-value v0.7.0
3772026-03-16T21:57:38.935Z Downloaded thread-id v4.2.2
3782026-03-16T21:57:38.935Z Downloaded zerocopy v0.7.35
3792026-03-16T21:57:38.939Z Downloaded terminal_size v0.4.3
3802026-03-16T21:57:38.942Z Downloaded winnow v0.7.14
3812026-03-16T21:57:38.950Z Downloaded serde_spanned v0.6.9
3822026-03-16T21:57:38.958Z Downloaded unicode-width v0.2.0
3832026-03-16T21:57:38.958Z Downloaded smawk v0.3.2
3842026-03-16T21:57:38.958Z Downloaded sha2 v0.10.9
3852026-03-16T21:57:38.958Z Downloaded serde_tokenstream v0.2.3
3862026-03-16T21:57:38.966Z Downloaded unicode-width v0.1.14
3872026-03-16T21:57:38.966Z Downloaded quote v1.0.44
3882026-03-16T21:57:38.966Z Downloaded icu_normalizer_data v2.1.1
3892026-03-16T21:57:38.970Z Downloaded crypto-common v0.1.7
3902026-03-16T21:57:38.970Z Downloaded fs-err v3.3.0
3912026-03-16T21:57:38.971Z Downloaded camino-tempfile v1.4.1
3922026-03-16T21:57:38.971Z Downloaded colorchoice v1.0.4
3932026-03-16T21:57:38.971Z Downloaded anstyle-query v1.1.5
3942026-03-16T21:57:38.971Z Downloaded smallvec v1.15.1
3952026-03-16T21:57:38.972Z Downloaded digest v0.10.7
3962026-03-16T21:57:38.972Z Downloaded cargo-util-schemas v0.8.2
3972026-03-16T21:57:38.976Z Downloaded bytecount v0.6.9
3982026-03-16T21:57:38.976Z Downloaded errno v0.3.14
3992026-03-16T21:57:38.977Z Downloaded strsim v0.11.1
4002026-03-16T21:57:38.977Z Downloaded byteorder v1.5.0
4012026-03-16T21:57:38.981Z Downloaded scroll v0.12.0
4022026-03-16T21:57:38.987Z Downloaded synstructure v0.13.2
4032026-03-16T21:57:38.991Z Downloaded serde-untagged v0.1.9
4042026-03-16T21:57:38.991Z Downloaded displaydoc v0.2.5
4052026-03-16T21:57:38.991Z Downloaded serde v1.0.228
4062026-03-16T21:57:38.997Z Downloaded once_cell v1.21.3
4072026-03-16T21:57:39.000Z Downloaded cargo_metadata v0.21.0
4082026-03-16T21:57:39.000Z Downloaded bitflags v2.11.0
4092026-03-16T21:57:39.000Z Downloaded pest_generator v2.8.6
4102026-03-16T21:57:39.008Z Downloaded tempfile v3.25.0
4112026-03-16T21:57:39.012Z Downloaded clap_derive v4.5.55
4122026-03-16T21:57:39.012Z Downloaded camino v1.2.2
4132026-03-16T21:57:39.017Z Downloaded anyhow v1.0.102
4142026-03-16T21:57:39.021Z Downloaded litemap v0.8.1
4152026-03-16T21:57:39.027Z Downloaded log v0.4.29
4162026-03-16T21:57:39.038Z Downloaded icu_provider v2.1.1
4172026-03-16T21:57:39.051Z Downloaded papergrid v0.11.0
4182026-03-16T21:57:39.059Z Downloaded pest_meta v2.8.6
4192026-03-16T21:57:39.059Z Downloaded getrandom v0.4.1
4202026-03-16T21:57:39.059Z Downloaded icu_normalizer v2.1.1
4212026-03-16T21:57:39.085Z Downloaded indexmap v2.13.0
4222026-03-16T21:57:39.096Z Downloaded memchr v2.8.0
4232026-03-16T21:57:39.097Z Downloaded icu_properties_data v2.1.2
4242026-03-16T21:57:39.104Z Downloaded icu_collections v2.1.1
4252026-03-16T21:57:39.117Z Downloaded pest v2.8.6
4262026-03-16T21:57:39.118Z Downloaded hashbrown v0.16.1
4272026-03-16T21:57:39.123Z Downloaded idna v1.1.0
4282026-03-16T21:57:39.128Z Downloaded clap_builder v4.5.60
4292026-03-16T21:57:39.149Z Downloaded serde_json v1.0.149
4302026-03-16T21:57:39.174Z Downloaded goblin v0.8.2
4312026-03-16T21:57:39.174Z Downloaded tabled v0.15.0
4322026-03-16T21:57:39.174Z Downloaded syn v1.0.109
4332026-03-16T21:57:39.185Z Downloaded syn v2.0.117
4342026-03-16T21:57:39.192Z Downloaded rustix v1.1.3
4352026-03-16T21:57:39.228Z Downloaded libc v0.2.180
4362026-03-16T21:57:39.304Z Compiling proc-macro2 v1.0.106
4372026-03-16T21:57:39.309Z Compiling unicode-ident v1.0.24
4382026-03-16T21:57:39.309Z Compiling quote v1.0.44
4392026-03-16T21:57:39.309Z Compiling serde_core v1.0.228
4402026-03-16T21:57:39.309Z Compiling libc v0.2.180
4412026-03-16T21:57:39.309Z Compiling version_check v0.9.5
4422026-03-16T21:57:39.309Z Compiling memchr v2.8.0
4432026-03-16T21:57:39.309Z Compiling stable_deref_trait v1.2.1
4442026-03-16T21:57:39.310Z Compiling serde v1.0.228
4452026-03-16T21:57:39.510Z Compiling zmij v1.0.21
4462026-03-16T21:57:39.515Z Compiling ucd-trie v0.1.7
4472026-03-16T21:57:39.534Z Compiling itoa v1.0.17
4482026-03-16T21:57:39.539Z Compiling autocfg v1.5.0
4492026-03-16T21:57:39.539Z Compiling thiserror v1.0.69
4502026-03-16T21:57:39.539Z Compiling writeable v0.6.2
4512026-03-16T21:57:39.846Z Compiling litemap v0.8.1
4522026-03-16T21:57:39.872Z Compiling byteorder v1.5.0
4532026-03-16T21:57:39.929Z Compiling rustix v1.1.3
4542026-03-16T21:57:39.934Z Compiling icu_normalizer_data v2.1.1
4552026-03-16T21:57:40.115Z Compiling icu_properties_data v2.1.2
4562026-03-16T21:57:40.165Z Compiling serde_json v1.0.149
4572026-03-16T21:57:40.206Z Compiling bitflags v2.11.0
4582026-03-16T21:57:40.275Z Compiling num-traits v0.2.19
4592026-03-16T21:57:40.471Z Compiling pest v2.8.6
4602026-03-16T21:57:40.682Z Compiling typeid v1.0.3
4612026-03-16T21:57:40.698Z Compiling smallvec v1.15.1
4622026-03-16T21:57:40.761Z Compiling equivalent v1.0.2
4632026-03-16T21:57:40.770Z Compiling hashbrown v0.16.1
4642026-03-16T21:57:40.839Z Compiling proc-macro-error-attr v1.0.4
4652026-03-16T21:57:40.849Z Compiling usdt-impl v0.5.0
4662026-03-16T21:57:41.090Z Compiling winnow v0.7.14
4672026-03-16T21:57:41.105Z Compiling syn v1.0.109
4682026-03-16T21:57:41.114Z Compiling erased-serde v0.4.9
4692026-03-16T21:57:41.167Z Compiling toml_write v0.1.2
4702026-03-16T21:57:41.196Z Compiling proc-macro-error v1.0.4
4712026-03-16T21:57:41.380Z Compiling errno v0.3.14
4722026-03-16T21:57:41.420Z Compiling thread-id v4.2.2
4732026-03-16T21:57:41.441Z Compiling utf8_iter v1.0.4
4742026-03-16T21:57:41.473Z Compiling plain v0.2.3
4752026-03-16T21:57:41.476Z Compiling camino v1.2.2
4762026-03-16T21:57:41.588Z Compiling indexmap v2.13.0
4772026-03-16T21:57:41.628Z Compiling log v0.4.29
4782026-03-16T21:57:41.644Z Compiling percent-encoding v2.3.2
4792026-03-16T21:57:41.715Z Compiling thiserror v2.0.18
4802026-03-16T21:57:41.738Z Compiling getrandom v0.4.1
4812026-03-16T21:57:41.755Z Compiling utf8parse v0.2.2
4822026-03-16T21:57:41.885Z Compiling syn v2.0.117
4832026-03-16T21:57:41.926Z Compiling anstyle-parse v0.2.7
4842026-03-16T21:57:41.954Z Compiling form_urlencoded v1.2.2
4852026-03-16T21:57:42.111Z Compiling pretty-hex v0.4.1
4862026-03-16T21:57:42.185Z Compiling pest_meta v2.8.6
4872026-03-16T21:57:42.246Z Compiling ordered-float v2.10.1
4882026-03-16T21:57:42.262Z Compiling anstyle-query v1.1.5
4892026-03-16T21:57:42.302Z Compiling colorchoice v1.0.4
4902026-03-16T21:57:42.357Z Compiling is_terminal_polyfill v1.70.2
4912026-03-16T21:57:42.391Z Compiling anstyle v1.0.13
4922026-03-16T21:57:42.419Z Compiling cfg-if v1.0.4
4932026-03-16T21:57:42.497Z Compiling fs-err v3.3.0
4942026-03-16T21:57:42.501Z Compiling anyhow v1.0.102
4952026-03-16T21:57:42.582Z Compiling heck v0.5.0
4962026-03-16T21:57:42.611Z Compiling bytecount v0.6.9
4972026-03-16T21:57:42.615Z Compiling anstream v0.6.21
4982026-03-16T21:57:42.668Z Compiling fastrand v2.3.0
4992026-03-16T21:57:42.698Z Compiling unicode-xid v0.2.6
5002026-03-16T21:57:42.754Z Compiling fnv v1.0.7
5012026-03-16T21:57:42.782Z Compiling terminal_size v0.4.3
5022026-03-16T21:57:42.809Z Compiling once_cell v1.21.3
5032026-03-16T21:57:42.898Z Compiling heck v0.4.1
5042026-03-16T21:57:42.924Z Compiling strsim v0.11.1
5052026-03-16T21:57:42.969Z Compiling clap_lex v1.0.0
5062026-03-16T21:57:42.996Z Compiling unicode-width v0.1.14
5072026-03-16T21:57:43.087Z Compiling tempfile v3.25.0
5082026-03-16T21:57:43.142Z Compiling memmap v0.7.0
5092026-03-16T21:57:43.146Z Compiling unicode-linebreak v0.1.5
5102026-03-16T21:57:43.217Z Compiling smawk v0.3.2
5112026-03-16T21:57:43.224Z Compiling clap_builder v4.5.60
5122026-03-16T21:57:43.258Z Compiling unicode-width v0.2.0
5132026-03-16T21:57:43.345Z Compiling papergrid v0.11.0
5142026-03-16T21:57:43.621Z Compiling semver v1.0.27
5152026-03-16T21:57:43.646Z Compiling textwrap v0.16.2
5162026-03-16T21:57:43.674Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-03-16T21:57:43.745Z Compiling swrite v0.1.0
5182026-03-16T21:57:43.937Z Compiling camino-tempfile v1.4.1
5192026-03-16T21:57:44.103Z Compiling serde-untagged v0.1.9
5202026-03-16T21:57:44.398Z Compiling tabled_derive v0.7.0
5212026-03-16T21:57:45.275Z Compiling tabled v0.15.0
5222026-03-16T21:57:45.576Z Compiling synstructure v0.13.2
5232026-03-16T21:57:45.576Z Compiling pest_generator v2.8.6
5242026-03-16T21:57:46.295Z Compiling serde_derive v1.0.228
5252026-03-16T21:57:46.299Z Compiling zerofrom-derive v0.1.6
5262026-03-16T21:57:46.299Z Compiling yoke-derive v0.8.1
5272026-03-16T21:57:46.299Z Compiling zerovec-derive v0.11.2
5282026-03-16T21:57:46.299Z Compiling displaydoc v0.2.5
5292026-03-16T21:57:46.299Z Compiling thiserror-impl v1.0.69
5302026-03-16T21:57:46.299Z Compiling zerocopy-derive v0.7.35
5312026-03-16T21:57:46.299Z Compiling scroll_derive v0.12.1
5322026-03-16T21:57:46.299Z Compiling thiserror-impl v2.0.18
5332026-03-16T21:57:46.299Z Compiling clap_derive v4.5.55
5342026-03-16T21:57:46.395Z Compiling pest_derive v2.8.6
5352026-03-16T21:57:47.454Z Compiling scroll v0.12.0
5362026-03-16T21:57:47.541Z Compiling zerocopy v0.7.35
5372026-03-16T21:57:47.667Z Compiling zerofrom v0.1.6
5382026-03-16T21:57:47.763Z Compiling goblin v0.8.2
5392026-03-16T21:57:47.804Z Compiling yoke v0.8.1
5402026-03-16T21:57:47.925Z Compiling dtrace-parser v0.2.0
5412026-03-16T21:57:48.003Z Compiling zerovec v0.11.5
5422026-03-16T21:57:48.003Z Compiling zerotrie v0.2.3
5432026-03-16T21:57:48.241Z Compiling clap v4.5.60
5442026-03-16T21:57:48.598Z Compiling tinystr v0.8.2
5452026-03-16T21:57:48.598Z Compiling potential_utf v0.1.4
5462026-03-16T21:57:48.757Z Compiling icu_collections v2.1.1
5472026-03-16T21:57:48.802Z Compiling icu_locale_core v2.1.1
5482026-03-16T21:57:49.583Z Compiling icu_provider v2.1.1
5492026-03-16T21:57:49.700Z Compiling toml_datetime v0.6.11
5502026-03-16T21:57:49.704Z Compiling serde_spanned v0.6.9
5512026-03-16T21:57:49.704Z Compiling serde-value v0.7.0
5522026-03-16T21:57:49.704Z Compiling cargo-platform v0.2.0
5532026-03-16T21:57:49.705Z Compiling macaddr v1.0.1
5542026-03-16T21:57:49.724Z Compiling dof v0.3.0
5552026-03-16T21:57:49.728Z Compiling serde_tokenstream v0.2.3
5562026-03-16T21:57:49.884Z Compiling icu_normalizer v2.1.1
5572026-03-16T21:57:49.888Z Compiling icu_properties v2.1.2
5582026-03-16T21:57:50.034Z Compiling toml_edit v0.22.27
5592026-03-16T21:57:50.654Z Compiling usdt-attr-macro v0.5.0
5602026-03-16T21:57:50.654Z Compiling usdt-macro v0.5.0
5612026-03-16T21:57:51.047Z Compiling idna_adapter v1.2.1
5622026-03-16T21:57:51.176Z Compiling idna v1.1.0
5632026-03-16T21:57:51.526Z Compiling url v2.5.8
5642026-03-16T21:57:51.530Z Compiling usdt v0.5.0
5652026-03-16T21:57:51.779Z Compiling toml v0.8.23
5662026-03-16T21:57:52.296Z Compiling cargo-util-schemas v0.8.2
5672026-03-16T21:57:52.296Z Compiling cargo_toml v0.21.0
5682026-03-16T21:57:53.530Z Compiling cargo_metadata v0.21.0
5692026-03-16T21:57:54.660Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-16T21:57:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5712026-03-16T21:57:57.840Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-16T21:57:58.549Z Downloading crates ...
5732026-03-16T21:57:58.698Z Downloaded aead v0.5.2
5742026-03-16T21:57:58.702Z Downloaded adler2 v2.0.1
5752026-03-16T21:57:58.706Z Downloaded async-stream v0.3.6
5762026-03-16T21:57:58.709Z Downloaded async-stream-impl v0.3.6
5772026-03-16T21:57:58.712Z Downloaded embedded-io v0.6.1
5782026-03-16T21:57:58.716Z Downloaded derive_builder_core v0.20.2
5792026-03-16T21:57:58.720Z Downloaded flagset v0.4.7
5802026-03-16T21:57:58.723Z Downloaded derive_builder v0.20.2
5812026-03-16T21:57:58.730Z Downloaded dtrace-parser v0.3.0
5822026-03-16T21:57:58.733Z Downloaded fixedbitset v0.5.7
5832026-03-16T21:57:58.737Z Downloaded defmt v1.0.1
5842026-03-16T21:57:58.742Z Downloaded foreign-types-shared v0.3.1
5852026-03-16T21:57:58.745Z Downloaded crossbeam-epoch v0.9.18
5862026-03-16T21:57:58.750Z Downloaded elliptic-curve v0.13.8
5872026-03-16T21:57:58.755Z Downloaded csv-core v0.1.13
5882026-03-16T21:57:58.759Z Downloaded dirs-sys-next v0.1.2
5892026-03-16T21:57:58.762Z Downloaded foreign-types v0.5.0
5902026-03-16T21:57:58.765Z Downloaded darling v0.21.3
5912026-03-16T21:57:58.772Z Downloaded foldhash v0.1.5
5922026-03-16T21:57:58.776Z Downloaded cipher v0.4.4
5932026-03-16T21:57:58.780Z Downloaded debug-ignore v1.0.5
5942026-03-16T21:57:58.784Z Downloaded crunchy v0.2.4
5952026-03-16T21:57:58.787Z Downloaded dsl_auto_type v0.1.3
5962026-03-16T21:57:58.790Z Downloaded cfg_aliases v0.1.1
5972026-03-16T21:57:58.793Z Downloaded foreign-types-macros v0.2.3
5982026-03-16T21:57:58.796Z Downloaded foreign-types v0.3.2
5992026-03-16T21:57:58.799Z Downloaded fd-lock v4.0.4
6002026-03-16T21:57:58.802Z Downloaded enum-as-inner v0.6.1
6012026-03-16T21:57:58.806Z Downloaded endian-type v0.1.2
6022026-03-16T21:57:58.809Z Downloaded ed25519 v2.2.3
6032026-03-16T21:57:58.813Z Downloaded dropshot-api-manager-types v0.5.2
6042026-03-16T21:57:58.816Z Downloaded atomic-waker v1.1.2
6052026-03-16T21:57:58.819Z Downloaded foreign-types-shared v0.1.1
6062026-03-16T21:57:58.823Z Downloaded dirs-next v2.0.0
6072026-03-16T21:57:58.826Z Downloaded crc v3.4.0
6082026-03-16T21:57:58.828Z Downloaded futures-core v0.3.32
6092026-03-16T21:57:58.831Z Downloaded defmt v0.3.100
6102026-03-16T21:57:58.835Z Downloaded futures-sink v0.3.32
6112026-03-16T21:57:58.838Z Downloaded futures-task v0.3.32
6122026-03-16T21:57:58.841Z Downloaded funty v2.0.0
6132026-03-16T21:57:58.844Z Downloaded globwalk v0.9.1
6142026-03-16T21:57:58.848Z Downloaded headers-core v0.3.0
6152026-03-16T21:57:58.851Z Downloaded ecdsa v0.16.9
6162026-03-16T21:57:58.854Z Downloaded drift v0.1.3
6172026-03-16T21:57:58.857Z Downloaded fxhash v0.2.1
6182026-03-16T21:57:58.860Z Downloaded foldhash v0.2.0
6192026-03-16T21:57:58.863Z Downloaded darling v0.23.0
6202026-03-16T21:57:58.869Z Downloaded hex-literal v0.4.1
6212026-03-16T21:57:58.872Z Downloaded hubpack_derive v0.1.1
6222026-03-16T21:57:58.875Z Downloaded hubpack v0.1.2
6232026-03-16T21:57:58.878Z Downloaded httpdate v1.0.3
6242026-03-16T21:57:58.880Z Downloaded hash32 v0.2.1
6252026-03-16T21:57:58.883Z Downloaded constant_time_eq v0.4.2
6262026-03-16T21:57:58.886Z Downloaded hostname v0.4.2
6272026-03-16T21:57:58.890Z Downloaded hex v0.4.3
6282026-03-16T21:57:58.893Z Downloaded http-range v0.1.5
6292026-03-16T21:57:58.896Z Downloaded erased-serde v0.3.31
6302026-03-16T21:57:58.899Z Downloaded filetime v0.2.27
6312026-03-16T21:57:58.902Z Downloaded group v0.13.0
6322026-03-16T21:57:58.905Z Downloaded ident_case v1.0.1
6332026-03-16T21:57:58.908Z Downloaded indent_write v2.2.0
6342026-03-16T21:57:58.911Z Downloaded fs_extra v1.3.0
6352026-03-16T21:57:58.930Z Downloaded is_ci v1.2.0
6362026-03-16T21:57:58.933Z Downloaded crossbeam-channel v0.5.15
6372026-03-16T21:57:58.939Z Downloaded indoc v1.0.9
6382026-03-16T21:57:58.942Z Downloaded blake2 v0.10.6
6392026-03-16T21:57:58.946Z Downloaded kstat-rs v0.2.4
6402026-03-16T21:57:58.949Z Downloaded keccak v0.1.6
6412026-03-16T21:57:58.952Z Downloaded inout v0.1.4
6422026-03-16T21:57:58.955Z Downloaded instability v0.3.11
6432026-03-16T21:57:58.957Z Downloaded is-terminal v0.4.17
6442026-03-16T21:57:58.960Z Downloaded derive-ex v0.1.8
6452026-03-16T21:57:58.963Z Downloaded globset v0.4.18
6462026-03-16T21:57:58.966Z Downloaded des v0.8.1
6472026-03-16T21:57:58.969Z Downloaded ingot v0.1.1
6482026-03-16T21:57:58.972Z Downloaded indoc v2.0.7
6492026-03-16T21:57:58.976Z Downloaded managed v0.8.0
6502026-03-16T21:57:58.979Z Downloaded lru-slab v0.1.2
6512026-03-16T21:57:58.982Z Downloaded lru v0.12.5
6522026-03-16T21:57:58.984Z Downloaded linked-hash-map v0.5.6
6532026-03-16T21:57:58.987Z Downloaded lzss v0.8.2
6542026-03-16T21:57:58.990Z Downloaded half v1.8.3
6552026-03-16T21:57:58.993Z Downloaded memoffset v0.9.1
6562026-03-16T21:57:58.996Z Downloaded mime v0.3.17
6572026-03-16T21:57:58.999Z Downloaded newtype-uuid-macros v0.1.0
6582026-03-16T21:57:59.001Z Downloaded nibble_vec v0.1.0
6592026-03-16T21:57:59.004Z Downloaded http-body-util v0.1.3
6602026-03-16T21:57:59.008Z Downloaded md5 v0.7.0
6612026-03-16T21:57:59.011Z Downloaded match_cfg v0.1.0
6622026-03-16T21:57:59.014Z Downloaded hyper-staticfile v0.10.1
6632026-03-16T21:57:59.017Z Downloaded md-5 v0.10.6
6642026-03-16T21:57:59.019Z Downloaded maplit v1.0.2
6652026-03-16T21:57:59.022Z Downloaded newtype_derive v0.1.6
6662026-03-16T21:57:59.022Z Downloaded newline-converter v0.3.0
6672026-03-16T21:57:59.025Z Downloaded new_debug_unreachable v1.0.6
6682026-03-16T21:57:59.028Z Downloaded nonempty v0.12.0
6692026-03-16T21:57:59.031Z Downloaded libloading v0.8.9
6702026-03-16T21:57:59.034Z Downloaded iana-time-zone v0.1.65
6712026-03-16T21:57:59.037Z Downloaded derive_more v0.99.20
6722026-03-16T21:57:59.041Z Downloaded normalize-line-endings v0.3.0
6732026-03-16T21:57:59.044Z Downloaded libsw-core v0.3.2
6742026-03-16T21:57:59.130Z Downloaded num_threads v0.1.7
6752026-03-16T21:57:59.130Z Downloaded hickory-client v0.25.2
6762026-03-16T21:57:59.130Z Downloaded highway v1.3.0
6772026-03-16T21:57:59.130Z Downloaded fatfs v0.3.6
6782026-03-16T21:57:59.130Z Downloaded libscf-sys v1.1.0
6792026-03-16T21:57:59.130Z Downloaded num-derive v0.3.3
6802026-03-16T21:57:59.130Z Downloaded openssl-probe v0.1.6
6812026-03-16T21:57:59.131Z Downloaded oso-derive v0.27.3
6822026-03-16T21:57:59.131Z Downloaded num-conv v0.2.0
6832026-03-16T21:57:59.131Z Downloaded num-iter v0.1.45
6842026-03-16T21:57:59.131Z Downloaded num v0.4.3
6852026-03-16T21:57:59.131Z Downloaded openssl-macros v0.1.1
6862026-03-16T21:57:59.131Z Downloaded linear-map v1.2.0
6872026-03-16T21:57:59.131Z Downloaded crc-any v2.5.0
6882026-03-16T21:57:59.131Z Downloaded crc32fast v1.5.0
6892026-03-16T21:57:59.131Z Downloaded lock_api v0.4.14
6902026-03-16T21:57:59.131Z Downloaded opaque-debug v0.3.1
6912026-03-16T21:57:59.131Z Downloaded nodrop v0.1.14
6922026-03-16T21:57:59.131Z Downloaded openssl-probe v0.2.1
6932026-03-16T21:57:59.131Z Downloaded native-tls v0.2.18
6942026-03-16T21:57:59.131Z Downloaded pbkdf2 v0.11.0
6952026-03-16T21:57:59.131Z Downloaded futures v0.3.32
6962026-03-16T21:57:59.131Z Downloaded multer v3.1.0
6972026-03-16T21:57:59.131Z Downloaded bumpalo v3.20.2
6982026-03-16T21:57:59.131Z Downloaded allocator-api2 v0.2.21
6992026-03-16T21:57:59.131Z Downloaded nu-ansi-term v0.50.3
7002026-03-16T21:57:59.131Z Downloaded pbkdf2 v0.12.2
7012026-03-16T21:57:59.131Z Downloaded packed_struct_codegen v0.10.1
7022026-03-16T21:57:59.131Z Downloaded path-slash v0.1.5
7032026-03-16T21:57:59.131Z Downloaded num_enum_derive v0.7.5
7042026-03-16T21:57:59.131Z Downloaded phf_shared v0.11.3
7052026-03-16T21:57:59.135Z Downloaded der v0.7.10
7062026-03-16T21:57:59.138Z Downloaded phf_shared v0.12.1
7072026-03-16T21:57:59.138Z Downloaded mime_guess v2.0.5
7082026-03-16T21:57:59.141Z Downloaded owo-colors v4.3.0
7092026-03-16T21:57:59.144Z Downloaded half v2.7.1
7102026-03-16T21:57:59.147Z Downloaded hmac v0.12.1
7112026-03-16T21:57:59.150Z Downloaded heapless v0.7.17
7122026-03-16T21:57:59.153Z Downloaded predicates-core v1.0.10
7132026-03-16T21:57:59.156Z Downloaded olpc-cjson v0.1.4
7142026-03-16T21:57:59.159Z Downloaded num_enum v0.5.11
7152026-03-16T21:57:59.163Z Downloaded pin-utils v0.1.0
7162026-03-16T21:57:59.166Z Downloaded litrs v1.0.0
7172026-03-16T21:57:59.169Z Downloaded heapless v0.8.0
7182026-03-16T21:57:59.173Z Downloaded packed_struct v0.10.1
7192026-03-16T21:57:59.175Z Downloaded const_format v0.2.35
7202026-03-16T21:57:59.179Z Downloaded proc-macro-error-attr2 v2.0.0
7212026-03-16T21:57:59.182Z Downloaded oxide-tokio-rt v0.1.2
7222026-03-16T21:57:59.185Z Downloaded flate2 v1.1.9
7232026-03-16T21:57:59.189Z Downloaded progenitor-client v0.11.2
7242026-03-16T21:57:59.193Z Downloaded psl-types v2.0.11
7252026-03-16T21:57:59.196Z Downloaded darling_core v0.23.0
7262026-03-16T21:57:59.199Z Downloaded aes-gcm v0.10.3
7272026-03-16T21:57:59.202Z Downloaded pem v3.0.6
7282026-03-16T21:57:59.205Z Downloaded expectorate v1.2.0
7292026-03-16T21:57:59.208Z Downloaded pem-rfc7468 v0.7.0
7302026-03-16T21:57:59.211Z Downloaded radium v0.7.0
7312026-03-16T21:57:59.214Z Downloaded progenitor-macro v0.10.0
7322026-03-16T21:57:59.214Z Downloaded progenitor-macro v0.13.0
7332026-03-16T21:57:59.217Z Downloaded pin-project-internal v1.1.11
7342026-03-16T21:57:59.220Z Downloaded poly1305 v0.8.0
7352026-03-16T21:57:59.223Z Downloaded predicates v3.1.4
7362026-03-16T21:57:59.226Z Downloaded postgres-protocol v0.6.10
7372026-03-16T21:57:59.226Z Downloaded pin-project-lite v0.2.17
7382026-03-16T21:57:59.231Z Downloaded progenitor-macro v0.11.2
7392026-03-16T21:57:59.234Z Downloaded crossterm v0.29.0
7402026-03-16T21:57:59.239Z Downloaded quick-error v1.2.3
7412026-03-16T21:57:59.242Z Downloaded num-complex v0.4.6
7422026-03-16T21:57:59.245Z Downloaded libbz2-rs-sys v0.2.2
7432026-03-16T21:57:59.247Z Downloaded pkg-config v0.3.32
7442026-03-16T21:57:59.250Z Downloaded rand_xorshift v0.4.0
7452026-03-16T21:57:59.250Z Downloaded parking_lot v0.12.5
7462026-03-16T21:57:59.253Z Downloaded cc v1.2.56
7472026-03-16T21:57:59.256Z Downloaded ref-cast-impl v1.0.25
7482026-03-16T21:57:59.259Z Downloaded recursive v0.1.1
7492026-03-16T21:57:59.262Z Downloaded recursive-proc-macro-impl v0.1.1
7502026-03-16T21:57:59.262Z Downloaded ppv-lite86 v0.2.21
7512026-03-16T21:57:59.265Z Downloaded progenitor-client v0.13.0
7522026-03-16T21:57:59.267Z Downloaded derive_more-impl v2.1.1
7532026-03-16T21:57:59.271Z Downloaded ref-cast v1.0.25
7542026-03-16T21:57:59.273Z Downloaded progenitor-extras v0.1.1
7552026-03-16T21:57:59.276Z Downloaded progenitor v0.13.0
7562026-03-16T21:57:59.279Z Downloaded password-hash v0.4.2
7572026-03-16T21:57:59.282Z Downloaded parking_lot_core v0.9.12
7582026-03-16T21:57:59.285Z Downloaded russh-cryptovec v0.7.3
7592026-03-16T21:57:59.285Z Downloaded peg v0.8.5
7602026-03-16T21:57:59.288Z Downloaded rfc6979 v0.4.0
7612026-03-16T21:57:59.291Z Downloaded rand_chacha v0.3.1
7622026-03-16T21:57:59.293Z Downloaded r2d2 v0.8.10
7632026-03-16T21:57:59.296Z Downloaded rustc_version v0.4.1
7642026-03-16T21:57:59.296Z Downloaded rustc_version v0.1.7
7652026-03-16T21:57:59.299Z Downloaded rtoolbox v0.0.3
7662026-03-16T21:57:59.302Z Downloaded scopeguard v1.2.0
7672026-03-16T21:57:59.302Z Downloaded sapling-renderdag v0.1.0
7682026-03-16T21:57:59.304Z Downloaded hickory-resolver v0.24.4
7692026-03-16T21:57:59.308Z Downloaded psm v0.1.30
7702026-03-16T21:57:59.311Z Downloaded jiff-static v0.2.21
7712026-03-16T21:57:59.314Z Downloaded hickory-resolver v0.25.2
7722026-03-16T21:57:59.317Z Downloaded papergrid v0.17.0
7732026-03-16T21:57:59.322Z Downloaded p256 v0.13.2
7742026-03-16T21:57:59.325Z Downloaded aho-corasick v1.1.4
7752026-03-16T21:57:59.330Z Downloaded rand_core v0.10.0
7762026-03-16T21:57:59.332Z Downloaded resolv-conf v0.7.6
7772026-03-16T21:57:59.335Z Downloaded pkcs1 v0.7.5
7782026-03-16T21:57:59.338Z Downloaded rand_core v0.6.4
7792026-03-16T21:57:59.342Z Downloaded base64 v0.22.1
7802026-03-16T21:57:59.345Z Downloaded rand_chacha v0.9.0
7812026-03-16T21:57:59.348Z Downloaded semver v0.1.20
7822026-03-16T21:57:59.348Z Downloaded secrecy v0.8.0
7832026-03-16T21:57:59.352Z Downloaded same-file v1.0.6
7842026-03-16T21:57:59.352Z Downloaded rustc-hash v2.1.1
7852026-03-16T21:57:59.356Z Downloaded rand_seeder v0.4.0
7862026-03-16T21:57:59.356Z Downloaded salsa20 v0.10.2
7872026-03-16T21:57:59.356Z Downloaded serde_repr v0.1.20
7882026-03-16T21:57:59.359Z Downloaded scheduled-thread-pool v0.2.7
7892026-03-16T21:57:59.359Z Downloaded primeorder v0.13.6
7902026-03-16T21:57:59.362Z Downloaded scrypt v0.11.0
7912026-03-16T21:57:59.365Z Downloaded scroll_derive v0.13.1
7922026-03-16T21:57:59.365Z Downloaded postgres-types v0.2.12
7932026-03-16T21:57:59.367Z Downloaded serde_bytes v0.11.19
7942026-03-16T21:57:59.370Z Downloaded serde_spanned v1.0.4
7952026-03-16T21:57:59.373Z Downloaded signal-hook-tokio v0.3.1
7962026-03-16T21:57:59.375Z Downloaded ar_archive_writer v0.5.1
7972026-03-16T21:57:59.378Z Downloaded pin-project v1.1.11
7982026-03-16T21:57:59.385Z Downloaded serde-big-array v0.5.1
7992026-03-16T21:57:59.388Z Downloaded rusty-fork v0.3.1
8002026-03-16T21:57:59.391Z Downloaded http v1.4.0
8012026-03-16T21:57:59.394Z Downloaded serde_urlencoded v0.7.1
8022026-03-16T21:57:59.397Z Downloaded hashbrown v0.12.3
8032026-03-16T21:57:59.401Z Downloaded sigpipe v0.1.3
8042026-03-16T21:57:59.401Z Downloaded signature v2.2.0
8052026-03-16T21:57:59.404Z Downloaded signal-hook-mio v0.2.5
8062026-03-16T21:57:59.404Z Downloaded rustversion v1.0.22
8072026-03-16T21:57:59.407Z Downloaded slog-envlogger v2.2.0
8082026-03-16T21:57:59.411Z Downloaded slog-bunyan v2.5.0
8092026-03-16T21:57:59.411Z Downloaded rustls-pemfile v1.0.4
8102026-03-16T21:57:59.414Z Downloaded pkcs5 v0.7.1
8112026-03-16T21:57:59.416Z Downloaded hashbrown v0.13.2
8122026-03-16T21:57:59.419Z Downloaded shell-words v1.1.1
8132026-03-16T21:57:59.422Z Downloaded schemars_derive v0.8.22
8142026-03-16T21:57:59.422Z Downloaded rand_core v0.9.5
8152026-03-16T21:57:59.426Z Downloaded quinn-udp v0.5.14
8162026-03-16T21:57:59.426Z Downloaded sha1 v0.10.6
8172026-03-16T21:57:59.429Z Downloaded hyper-util v0.1.20
8182026-03-16T21:57:59.433Z Downloaded seq-macro v0.3.6
8192026-03-16T21:57:59.436Z Downloaded sec1 v0.7.3
8202026-03-16T21:57:59.439Z Downloaded progenitor-impl v0.13.0
8212026-03-16T21:57:59.441Z Downloaded openssl-sys v0.9.111
8222026-03-16T21:57:59.444Z Downloaded progenitor-impl v0.10.0
8232026-03-16T21:57:59.447Z Downloaded ssh-encoding v0.2.0
8242026-03-16T21:57:59.450Z Downloaded oso v0.27.3
8252026-03-16T21:57:59.453Z Downloaded minimal-lexical v0.2.1
8262026-03-16T21:57:59.456Z Downloaded structmeta-derive v0.3.0
8272026-03-16T21:57:59.459Z Downloaded scroll v0.13.0
8282026-03-16T21:57:59.459Z Downloaded structmeta v0.3.0
8292026-03-16T21:57:59.462Z Downloaded secrecy v0.10.3
8302026-03-16T21:57:59.462Z Downloaded prefix-trie v0.7.0
8312026-03-16T21:57:59.465Z Downloaded ssh-cipher v0.2.0
8322026-03-16T21:57:59.468Z Downloaded serde_derive_internals v0.29.1
8332026-03-16T21:57:59.470Z Downloaded sct v0.7.1
8342026-03-16T21:57:59.473Z Downloaded rustls-pki-types v1.14.0
8352026-03-16T21:57:59.476Z Downloaded prettyplease v0.2.37
8362026-03-16T21:57:59.479Z Downloaded rcgen v0.12.1
8372026-03-16T21:57:59.481Z Downloaded pretty_assertions v1.4.1
8382026-03-16T21:57:59.484Z Downloaded russh-keys v0.45.0
8392026-03-16T21:57:59.487Z Downloaded tabled_derive v0.11.0
8402026-03-16T21:57:59.490Z Downloaded supports-color v3.0.2
8412026-03-16T21:57:59.490Z Downloaded subtle v2.6.1
8422026-03-16T21:57:59.492Z Downloaded sync_wrapper v1.0.2
8432026-03-16T21:57:59.492Z Downloaded strum v0.27.2
8442026-03-16T21:57:59.493Z Downloaded slog-term v2.9.2
8452026-03-16T21:57:59.495Z Downloaded sync-ptr v0.1.4
8462026-03-16T21:57:59.498Z Downloaded simd-adler32 v0.3.8
8472026-03-16T21:57:59.498Z Downloaded rustls-pemfile v2.2.0
8482026-03-16T21:57:59.501Z Downloaded smallvec v0.6.14
8492026-03-16T21:57:59.504Z Downloaded slog-stdlog v4.1.1
8502026-03-16T21:57:59.504Z Downloaded slog-json v2.6.1
8512026-03-16T21:57:59.507Z Downloaded hickory-server v0.25.2
8522026-03-16T21:57:59.511Z Downloaded progenitor-impl v0.11.2
8532026-03-16T21:57:59.514Z Downloaded slog-scope v4.4.1
8542026-03-16T21:57:59.514Z Downloaded slog-async v2.8.0
8552026-03-16T21:57:59.516Z Downloaded slab v0.4.12
8562026-03-16T21:57:59.516Z Downloaded strip-ansi-escapes v0.2.1
8572026-03-16T21:57:59.519Z Downloaded tap v1.0.1
8582026-03-16T21:57:59.519Z Downloaded spki v0.7.3
8592026-03-16T21:57:59.522Z Downloaded tabwriter v1.4.1
8602026-03-16T21:57:59.522Z Downloaded strum v0.26.3
8612026-03-16T21:57:59.525Z Downloaded siphasher v1.0.2
8622026-03-16T21:57:59.525Z Downloaded slog-dtrace v0.3.0
8632026-03-16T21:57:59.528Z Downloaded sqlparser_derive v0.5.0
8642026-03-16T21:57:59.528Z Downloaded shlex v1.3.0
8652026-03-16T21:57:59.530Z Downloaded thread-id v5.1.0
8662026-03-16T21:57:59.530Z Downloaded smf v0.2.3
8672026-03-16T21:57:59.533Z Downloaded signal-hook-registry v1.4.8
8682026-03-16T21:57:59.536Z Downloaded serde_path_to_error v0.1.20
8692026-03-16T21:57:59.536Z Downloaded serde-hex v0.1.0
8702026-03-16T21:57:59.538Z Downloaded snafu-derive v0.8.9
8712026-03-16T21:57:59.538Z Downloaded rustls-native-certs v0.8.3
8722026-03-16T21:57:59.542Z Downloaded crossterm v0.28.1
8732026-03-16T21:57:59.545Z Downloaded serde_plain v1.0.2
8742026-03-16T21:57:59.548Z Downloaded take_mut v0.2.2
8752026-03-16T21:57:59.549Z Downloaded termtree v0.5.1
8762026-03-16T21:57:59.551Z Downloaded postcard v1.1.3
8772026-03-16T21:57:59.552Z Downloaded polyval v0.6.2
8782026-03-16T21:57:59.554Z Downloaded thiserror-impl-no-std v2.0.2
8792026-03-16T21:57:59.557Z Downloaded strum_macros v0.26.4
8802026-03-16T21:57:59.557Z Downloaded tinyvec_macros v0.1.1
8812026-03-16T21:57:59.560Z Downloaded spin v0.9.8
8822026-03-16T21:57:59.563Z Downloaded testing_table v0.3.0
8832026-03-16T21:57:59.563Z Downloaded pkcs8 v0.10.2
8842026-03-16T21:57:59.566Z Downloaded miniz_oxide v0.8.9
8852026-03-16T21:57:59.566Z Downloaded progenitor v0.11.2
8862026-03-16T21:57:59.569Z Downloaded ron v0.8.1
8872026-03-16T21:57:59.572Z Downloaded progenitor v0.10.0
8882026-03-16T21:57:59.575Z Downloaded serde_with_macros v3.17.0
8892026-03-16T21:57:59.578Z Downloaded libxml v0.3.3
8902026-03-16T21:57:59.580Z Downloaded time-core v0.1.8
8912026-03-16T21:57:59.583Z Downloaded strum_macros v0.27.2
8922026-03-16T21:57:59.586Z Downloaded stacker v0.1.23
8932026-03-16T21:57:59.586Z Downloaded static_assertions v1.1.0
8942026-03-16T21:57:59.589Z Downloaded serde_cbor v0.11.2
8952026-03-16T21:57:59.592Z Downloaded quinn v0.11.9
8962026-03-16T21:57:59.595Z Downloaded itertools v0.10.5
8972026-03-16T21:57:59.598Z Downloaded rustls-platform-verifier v0.6.2
8982026-03-16T21:57:59.601Z Downloaded strum_macros v0.24.3
8992026-03-16T21:57:59.604Z Downloaded tower-service v0.3.3
9002026-03-16T21:57:59.604Z Downloaded tower-layer v0.3.3
9012026-03-16T21:57:59.606Z Downloaded trait-variant v0.1.2
9022026-03-16T21:57:59.606Z Downloaded thread_local v1.1.9
9032026-03-16T21:57:59.609Z Downloaded string_cache v0.8.9
9042026-03-16T21:57:59.609Z Downloaded indicatif v0.18.4
9052026-03-16T21:57:59.612Z Downloaded try-lock v0.2.5
9062026-03-16T21:57:59.615Z Downloaded tiny-keccak v2.0.2
9072026-03-16T21:57:59.618Z Downloaded bytes v1.11.1
9082026-03-16T21:57:59.621Z Downloaded tagptr v0.2.0
9092026-03-16T21:57:59.621Z Downloaded support-bundle-viewer v0.1.2
9102026-03-16T21:57:59.621Z Downloaded topological-sort v0.2.2
9112026-03-16T21:57:59.624Z Downloaded hyper v1.8.1
9122026-03-16T21:57:59.628Z Downloaded ryu v1.0.23
9132026-03-16T21:57:59.630Z Downloaded sqlformat v0.3.5
9142026-03-16T21:57:59.634Z Downloaded schemars v0.8.22
9152026-03-16T21:57:59.641Z Downloaded universal-hash v0.5.1
9162026-03-16T21:57:59.643Z Downloaded unarray v0.1.4
9172026-03-16T21:57:59.643Z Downloaded tokio-native-tls v0.3.1
9182026-03-16T21:57:59.647Z Downloaded tokio-dtrace v0.1.1
9192026-03-16T21:57:59.647Z Downloaded tls_codec_derive v0.4.2
9202026-03-16T21:57:59.650Z Downloaded tls_codec v0.4.2
9212026-03-16T21:57:59.650Z Downloaded thiserror-no-std v2.0.2
9222026-03-16T21:57:59.653Z Downloaded termios v0.3.3
9232026-03-16T21:57:59.656Z Downloaded mio v1.1.1
9242026-03-16T21:57:59.659Z Downloaded tokio-tungstenite v0.23.1
9252026-03-16T21:57:59.663Z Downloaded socket2 v0.6.2
9262026-03-16T21:57:59.666Z Downloaded signal-hook v0.3.18
9272026-03-16T21:57:59.666Z Downloaded typify-macro v0.6.1
9282026-03-16T21:57:59.669Z Downloaded typify-macro v0.4.3
9292026-03-16T21:57:59.669Z Downloaded unit-prefix v0.5.2
9302026-03-16T21:57:59.669Z Downloaded utf-8 v0.7.6
9312026-03-16T21:57:59.672Z Downloaded tokio-tungstenite v0.21.0
9322026-03-16T21:57:59.672Z Downloaded iddqd v0.3.17
9332026-03-16T21:57:59.676Z Downloaded untrusted v0.9.0
9342026-03-16T21:57:59.681Z Downloaded untrusted v0.7.1
9352026-03-16T21:57:59.681Z Downloaded time-macros v0.2.27
9362026-03-16T21:57:59.684Z Downloaded stringprep v0.1.5
9372026-03-16T21:57:59.684Z Downloaded publicsuffix v2.3.0
9382026-03-16T21:57:59.687Z Downloaded num-bigint v0.4.6
9392026-03-16T21:57:59.690Z Downloaded usdt-macro v0.6.0
9402026-03-16T21:57:59.690Z Downloaded tokio-macros v2.6.0
9412026-03-16T21:57:59.690Z Downloaded similar v2.7.0
9422026-03-16T21:57:59.694Z Downloaded usdt-attr-macro v0.6.0
9432026-03-16T21:57:59.697Z Downloaded usdt v0.6.0
9442026-03-16T21:57:59.697Z Downloaded tui-tree-widget v0.23.1
9452026-03-16T21:57:59.697Z Downloaded rand v0.8.5
9462026-03-16T21:57:59.700Z Downloaded slog v2.8.2
9472026-03-16T21:57:59.703Z Downloaded itertools v0.14.0
9482026-03-16T21:57:59.707Z Downloaded hkdf v0.12.4
9492026-03-16T21:57:59.710Z Downloaded toml_writer v1.0.6+spec-1.1.0
9502026-03-16T21:57:59.713Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9512026-03-16T21:57:59.713Z Downloaded tokio-rustls v0.25.0
9522026-03-16T21:57:59.716Z Downloaded samael v0.0.19
9532026-03-16T21:57:59.720Z Downloaded want v0.3.1
9542026-03-16T21:57:59.720Z Downloaded void v1.0.2
9552026-03-16T21:57:59.723Z Downloaded tokio-stream v0.1.18
9562026-03-16T21:57:59.726Z Downloaded socket2 v0.5.10
9572026-03-16T21:57:59.726Z Downloaded waitgroup v0.1.2
9582026-03-16T21:57:59.726Z Downloaded unicode-truncate v1.1.0
9592026-03-16T21:57:59.729Z Downloaded term v1.2.1
9602026-03-16T21:57:59.732Z Downloaded wait-timeout v0.2.1
9612026-03-16T21:57:59.732Z Downloaded schemars v0.9.0
9622026-03-16T21:57:59.740Z Downloaded iri-string v0.7.10
9632026-03-16T21:57:59.746Z Downloaded tar v0.4.44
9642026-03-16T21:57:59.749Z Downloaded rayon-core v1.13.0
9652026-03-16T21:57:59.752Z Downloaded hashbrown v0.15.5
9662026-03-16T21:57:59.755Z Downloaded unicase v2.9.0
9672026-03-16T21:57:59.758Z Downloaded tracing-attributes v0.1.31
9682026-03-16T21:57:59.758Z Downloaded toml_parser v1.0.9+spec-1.1.0
9692026-03-16T21:57:59.761Z Downloaded usdt-impl v0.6.0
9702026-03-16T21:57:59.764Z Downloaded xshell-macros v0.2.7
9712026-03-16T21:57:59.764Z Downloaded xattr v1.6.1
9722026-03-16T21:57:59.764Z Downloaded zeroize_derive v1.4.3
9732026-03-16T21:57:59.767Z Downloaded itertools v0.12.1
9742026-03-16T21:57:59.775Z Downloaded tokio-rustls v0.24.1
9752026-03-16T21:57:59.775Z Downloaded zone_cfg_derive v0.3.1
9762026-03-16T21:57:59.775Z Downloaded zone v0.3.1
9772026-03-16T21:57:59.779Z Downloaded twox-hash v2.1.2
9782026-03-16T21:57:59.779Z Downloaded h2 v0.4.13
9792026-03-16T21:57:59.782Z Downloaded subprocess v0.2.15
9802026-03-16T21:57:59.783Z Downloaded libm v0.2.16
9812026-03-16T21:57:59.788Z Downloaded tinyvec v1.10.0
9822026-03-16T21:57:59.792Z Downloaded unicode-properties v0.1.4
9832026-03-16T21:57:59.796Z Downloaded snafu v0.8.9
9842026-03-16T21:57:59.798Z Downloaded rustls-webpki v0.103.9
9852026-03-16T21:57:59.801Z Downloaded whoami v1.6.1
9862026-03-16T21:57:59.801Z Downloaded p521 v0.13.3
9872026-03-16T21:57:59.805Z Downloaded vergen-lib v0.1.6
9882026-03-16T21:57:59.808Z Downloaded num-bigint-dig v0.8.6
9892026-03-16T21:57:59.810Z Downloaded uzers v0.12.2
9902026-03-16T21:57:59.813Z Downloaded vergen-git2 v1.0.7
9912026-03-16T21:57:59.813Z Downloaded vsss-rs v3.3.4
9922026-03-16T21:57:59.817Z Downloaded vergen-gitcl v1.0.8
9932026-03-16T21:57:59.817Z Downloaded russh v0.45.0
9942026-03-16T21:57:59.820Z Downloaded test-strategy v0.4.5
9952026-03-16T21:57:59.823Z Downloaded xshell v0.2.7
9962026-03-16T21:57:59.825Z Downloaded futures-util v0.3.32
9972026-03-16T21:57:59.832Z Downloaded tracing-core v0.1.36
9982026-03-16T21:57:59.836Z Downloaded xz2 v0.1.7
9992026-03-16T21:57:59.839Z Downloaded whoami v2.1.0
10002026-03-16T21:57:59.839Z Downloaded zeroize v1.8.2
10012026-03-16T21:57:59.839Z Downloaded typify v0.4.3
10022026-03-16T21:57:59.841Z Downloaded wyz v0.5.1
10032026-03-16T21:57:59.844Z Downloaded qorb v0.4.1
10042026-03-16T21:57:59.846Z Downloaded zstd v0.13.3
10052026-03-16T21:57:59.849Z Downloaded tokio-rustls v0.26.4
10062026-03-16T21:57:59.852Z Downloaded tungstenite v0.23.0
10072026-03-16T21:57:59.855Z Downloaded rand v0.10.0
10082026-03-16T21:57:59.858Z Downloaded toml v0.9.12+spec-1.1.0
10092026-03-16T21:57:59.860Z Downloaded term v0.7.0
10102026-03-16T21:57:59.863Z Downloaded rand v0.9.2
10112026-03-16T21:57:59.867Z Downloaded walkdir v2.5.0
10122026-03-16T21:57:59.867Z Downloaded schemars v1.2.1
10132026-03-16T21:57:59.877Z Downloaded vergen v9.0.6
10142026-03-16T21:57:59.880Z Downloaded blake3 v1.8.3
10152026-03-16T21:57:59.885Z Downloaded toml v0.7.8
10162026-03-16T21:57:59.888Z Downloaded toml_edit v0.23.10+spec-1.0.0
10172026-03-16T21:57:59.891Z Downloaded ssh-key v0.6.7
10182026-03-16T21:57:59.897Z Downloaded unsafe-libyaml v0.2.11
10192026-03-16T21:57:59.900Z Downloaded itertools v0.13.0
10202026-03-16T21:57:59.904Z Downloaded yasna v0.5.2
10212026-03-16T21:57:59.907Z Downloaded zerocopy v0.6.6
10222026-03-16T21:57:59.910Z Downloaded steno v0.4.1
10232026-03-16T21:57:59.913Z Downloaded tungstenite v0.21.0
10242026-03-16T21:57:59.916Z Downloaded reedline v0.40.0
10252026-03-16T21:57:59.919Z Downloaded vte v0.14.1
10262026-03-16T21:57:59.922Z Downloaded zstd-safe v7.2.4
10272026-03-16T21:57:59.925Z Downloaded uuid v1.21.0
10282026-03-16T21:57:59.925Z Downloaded serde_yaml v0.9.34+deprecated
10292026-03-16T21:57:59.928Z Downloaded rsa v0.9.10
10302026-03-16T21:57:59.932Z Downloaded rustyline v14.0.0
10312026-03-16T21:57:59.936Z Downloaded bitvec v1.0.1
10322026-03-16T21:57:59.947Z Downloaded unicode-bidi v0.3.18
10332026-03-16T21:57:59.950Z Downloaded rpassword v7.4.0
10342026-03-16T21:57:59.953Z Downloaded typify v0.6.1
10352026-03-16T21:57:59.956Z Downloaded nom v7.1.3
10362026-03-16T21:57:59.959Z Downloaded proc-macro-error2 v2.0.1
10372026-03-16T21:57:59.962Z Downloaded p384 v0.13.1
10382026-03-16T21:57:59.965Z Downloaded omicron-zone-package v0.12.2
10392026-03-16T21:57:59.968Z Downloaded arc-swap v1.8.2
10402026-03-16T21:57:59.970Z Downloaded base64 v0.21.7
10412026-03-16T21:57:59.973Z Downloaded parking_lot v0.11.2
10422026-03-16T21:57:59.976Z Downloaded tokio-postgres v0.7.16
10432026-03-16T21:57:59.979Z Downloaded oxnet v0.1.4
10442026-03-16T21:57:59.979Z Downloaded headers v0.4.1
10452026-03-16T21:57:59.983Z Downloaded phf_shared v0.13.1
10462026-03-16T21:57:59.986Z Downloaded phf v0.13.1
10472026-03-16T21:57:59.986Z Downloaded phf v0.12.1
10482026-03-16T21:57:59.986Z Downloaded paste v1.0.15
10492026-03-16T21:57:59.989Z Downloaded unicode_categories v0.1.1
10502026-03-16T21:57:59.993Z Downloaded derive_more v2.1.1
10512026-03-16T21:57:59.999Z Downloaded yansi v1.0.1
10522026-03-16T21:58:00.002Z Downloaded portable-atomic v1.13.1
10532026-03-16T21:58:00.006Z Downloaded ron v0.12.0
10542026-03-16T21:58:00.013Z Downloaded zip v0.6.6
10552026-03-16T21:58:00.016Z Downloaded zopfli v0.8.3
10562026-03-16T21:58:00.019Z Downloaded reqwest v0.13.2
10572026-03-16T21:58:00.024Z Downloaded peg-macros v0.8.5
10582026-03-16T21:58:00.027Z Downloaded password-hash v0.5.0
10592026-03-16T21:58:00.027Z Downloaded typed-path v0.9.3
10602026-03-16T21:58:00.030Z Downloaded git2 v0.20.4
10612026-03-16T21:58:00.036Z Downloaded reqwest v0.12.28
10622026-03-16T21:58:00.041Z Downloaded quick-xml v0.37.5
10632026-03-16T21:58:00.045Z Downloaded toml_edit v0.19.15
10642026-03-16T21:58:00.057Z Downloaded zerocopy-derive v0.8.40
10652026-03-16T21:58:00.064Z Downloaded tower v0.5.3
10662026-03-16T21:58:00.070Z Downloaded salty v0.3.0
10672026-03-16T21:58:00.076Z Downloaded bindgen v0.71.1
10682026-03-16T21:58:00.081Z Downloaded x509-cert v0.2.5
10692026-03-16T21:58:00.087Z Downloaded goblin v0.10.5
10702026-03-16T21:58:00.091Z Downloaded moka v0.12.13
10712026-03-16T21:58:00.098Z Downloaded rustls-webpki v0.101.7
10722026-03-16T21:58:00.108Z Downloaded unicode-normalization v0.1.25
10732026-03-16T21:58:00.112Z Downloaded rayon v1.11.0
10742026-03-16T21:58:00.118Z Downloaded unicode-segmentation v1.12.0
10752026-03-16T21:58:00.120Z Downloaded tokio-util v0.7.18
10762026-03-16T21:58:00.126Z Downloaded tower-http v0.6.8
10772026-03-16T21:58:00.132Z Downloaded tough v0.20.0
10782026-03-16T21:58:00.138Z Downloaded serde_with v3.17.0
10792026-03-16T21:58:00.149Z Downloaded proptest v1.10.0
10802026-03-16T21:58:00.156Z Downloaded rustls-webpki v0.102.8
10812026-03-16T21:58:00.170Z Downloaded nix v0.27.1
10822026-03-16T21:58:00.177Z Downloaded curve25519-dalek v4.1.3
10832026-03-16T21:58:00.184Z Downloaded petname v2.0.2
10842026-03-16T21:58:00.188Z Downloaded lalrpop v0.19.12
10852026-03-16T21:58:00.196Z Downloaded radix_trie v0.2.1
10862026-03-16T21:58:00.200Z Downloaded dropshot v0.16.7
10872026-03-16T21:58:00.217Z Downloaded zip v4.6.1
10882026-03-16T21:58:00.220Z Downloaded openssl v0.10.75
10892026-03-16T21:58:00.228Z Downloaded bstr v1.12.1
10902026-03-16T21:58:00.234Z Downloaded winnow v0.5.40
10912026-03-16T21:58:00.241Z Downloaded polar-core v0.27.3
10922026-03-16T21:58:00.247Z Downloaded quinn-proto v0.11.13
10932026-03-16T21:58:00.253Z Downloaded object v0.30.4
10942026-03-16T21:58:00.260Z Downloaded aws-lc-rs v1.16.0
10952026-03-16T21:58:00.268Z Downloaded time v0.3.47
10962026-03-16T21:58:00.277Z Downloaded nix v0.29.0
10972026-03-16T21:58:00.285Z Downloaded winnow v0.6.26
10982026-03-16T21:58:00.292Z Downloaded regex-syntax v0.6.29
10992026-03-16T21:58:00.298Z Downloaded nix v0.28.0
11002026-03-16T21:58:00.306Z Downloaded tabled v0.20.0
11012026-03-16T21:58:00.319Z Downloaded smoltcp v0.9.1
11022026-03-16T21:58:00.327Z Downloaded rustls v0.21.12
11032026-03-16T21:58:00.335Z Downloaded nix v0.30.1
11042026-03-16T21:58:00.344Z Downloaded hickory-proto v0.24.4
11052026-03-16T21:58:00.355Z Downloaded zlib-rs v0.6.2
11062026-03-16T21:58:00.359Z Downloaded smoltcp v0.11.0
11072026-03-16T21:58:00.368Z Downloaded regress v0.10.5
11082026-03-16T21:58:00.375Z Downloaded openapiv3 v2.2.0
11092026-03-16T21:58:00.384Z Downloaded webpki-roots v1.0.6
11102026-03-16T21:58:00.387Z Downloaded regex-syntax v0.8.10
11112026-03-16T21:58:00.392Z Downloaded rustls v0.23.37
11122026-03-16T21:58:00.402Z Downloaded hickory-proto v0.25.2
11132026-03-16T21:58:00.413Z Downloaded rustls v0.22.4
11142026-03-16T21:58:00.423Z Downloaded rustix v0.38.44
11152026-03-16T21:58:00.440Z Downloaded nix v0.31.1
11162026-03-16T21:58:00.449Z Downloaded zerocopy v0.8.40
11172026-03-16T21:58:00.456Z Downloaded vcpkg v0.2.15
11182026-03-16T21:58:00.486Z Downloaded object v0.37.3
11192026-03-16T21:58:00.495Z Downloaded sqlparser v0.61.0
11202026-03-16T21:58:00.502Z Downloaded diesel v2.2.12
11212026-03-16T21:58:00.516Z Downloaded typify-impl v0.6.1
11222026-03-16T21:58:00.527Z Downloaded chrono v0.4.44
11232026-03-16T21:58:00.562Z Downloaded regex v1.12.3
11242026-03-16T21:58:00.562Z Downloaded parse-size v1.1.0
11252026-03-16T21:58:00.562Z Downloaded parking_lot_core v0.8.6
11262026-03-16T21:58:00.562Z Downloaded proc-macro-crate v1.3.1
11272026-03-16T21:58:00.562Z Downloaded progenitor-client v0.10.0
11282026-03-16T21:58:00.562Z Downloaded newtype-uuid v1.3.2
11292026-03-16T21:58:00.562Z Downloaded nanorand v0.7.0
11302026-03-16T21:58:00.562Z Downloaded memmap2 v0.9.10
11312026-03-16T21:58:00.562Z Downloaded proc-macro-crate v3.4.0
11322026-03-16T21:58:00.562Z Downloaded typify-impl v0.4.3
11332026-03-16T21:58:00.566Z Downloaded sled v0.34.7
11342026-03-16T21:58:00.566Z Downloaded predicates-tree v1.0.13
11352026-03-16T21:58:00.569Z Downloaded powerfmt v0.2.0
11362026-03-16T21:58:00.569Z Downloaded peg-runtime v0.8.5
11372026-03-16T21:58:00.569Z Downloaded parse-display-derive v0.10.0
11382026-03-16T21:58:00.569Z Downloaded compact_str v0.8.1
11392026-03-16T21:58:00.572Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-03-16T21:58:00.579Z Downloaded tracing v0.1.44
11412026-03-16T21:58:00.596Z Downloaded num-rational v0.4.2
11422026-03-16T21:58:00.600Z Downloaded zerocopy-derive v0.6.6
11432026-03-16T21:58:00.605Z Downloaded ratatui v0.29.0
11442026-03-16T21:58:00.620Z Downloaded num-integer v0.1.46
11452026-03-16T21:58:00.623Z Downloaded petgraph v0.6.5
11462026-03-16T21:58:00.635Z Downloaded regex-automata v0.4.14
11472026-03-16T21:58:00.647Z Downloaded precomputed-hash v0.1.1
11482026-03-16T21:58:00.650Z Downloaded num-derive v0.4.2
11492026-03-16T21:58:00.650Z Downloaded chrono-tz v0.10.4
11502026-03-16T21:58:00.662Z Downloaded dropshot-api-manager v0.5.2
11512026-03-16T21:58:00.665Z Downloaded diesel_derives v2.2.7
11522026-03-16T21:58:00.669Z Downloaded num_enum v0.7.5
11532026-03-16T21:58:00.671Z Downloaded ingot-macros v0.1.1
11542026-03-16T21:58:00.674Z Downloaded jiff v0.2.21
11552026-03-16T21:58:00.686Z Downloaded indexmap v1.9.3
11562026-03-16T21:58:00.689Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11572026-03-16T21:58:00.702Z Downloaded lzma-sys v0.1.20
11582026-03-16T21:58:00.724Z Downloaded ignore v0.4.25
11592026-03-16T21:58:00.727Z Downloaded petgraph v0.8.3
11602026-03-16T21:58:00.742Z Downloaded hyper-rustls v0.27.7
11612026-03-16T21:58:00.745Z Downloaded flume v0.11.1
11622026-03-16T21:58:00.748Z Downloaded parse-display v0.10.0
11632026-03-16T21:58:00.748Z Downloaded chacha20poly1305 v0.10.1
11642026-03-16T21:58:00.751Z Downloaded httparse v1.10.1
11652026-03-16T21:58:00.751Z Downloaded async-bb8-diesel v0.2.1
11662026-03-16T21:58:00.754Z Downloaded ed25519-dalek v2.2.0
11672026-03-16T21:58:00.757Z Downloaded libsw v3.5.0
11682026-03-16T21:58:00.757Z Downloaded libefi-sys v0.1.0
11692026-03-16T21:58:00.757Z Downloaded jobserver v0.1.34
11702026-03-16T21:58:00.760Z Downloaded darling_core v0.21.3
11712026-03-16T21:58:00.763Z Downloaded darling_core v0.20.11
11722026-03-16T21:58:00.766Z Downloaded libz-sys v1.1.24
11732026-03-16T21:58:00.781Z Downloaded num_enum_derive v0.5.11
11742026-03-16T21:58:00.783Z Downloaded csv v1.4.0
11752026-03-16T21:58:00.797Z Downloaded aes v0.8.4
11762026-03-16T21:58:00.800Z Downloaded multimap v0.10.1
11772026-03-16T21:58:00.803Z Downloaded tokio v1.49.0
11782026-03-16T21:58:00.830Z Downloaded getrandom v0.3.4
11792026-03-16T21:58:00.833Z Downloaded futures-channel v0.3.32
11802026-03-16T21:58:00.836Z Downloaded dropshot_endpoint v0.16.7
11812026-03-16T21:58:00.836Z Downloaded derive-where v1.6.0
11822026-03-16T21:58:00.839Z Downloaded sha3 v0.10.8
11832026-03-16T21:58:00.843Z Downloaded lazy_static v1.5.0
11842026-03-16T21:58:00.846Z Downloaded humantime v2.3.0
11852026-03-16T21:58:00.846Z Downloaded fs-err v2.11.0
11862026-03-16T21:58:00.846Z Downloaded chacha20 v0.10.0
11872026-03-16T21:58:00.849Z Downloaded cargo_metadata v0.19.2
11882026-03-16T21:58:00.849Z Downloaded cookie_store v0.22.1
11892026-03-16T21:58:00.853Z Downloaded backon v1.6.0
11902026-03-16T21:58:00.853Z Downloaded maybe-uninit v2.0.0
11912026-03-16T21:58:00.853Z Downloaded ipnetwork v0.21.1
11922026-03-16T21:58:00.856Z Downloaded ipnet v2.11.0
11932026-03-16T21:58:00.856Z Downloaded instant v0.1.13
11942026-03-16T21:58:00.856Z Downloaded ingot-types v0.1.2
11952026-03-16T21:58:00.859Z Downloaded cookie v0.18.1
11962026-03-16T21:58:00.859Z Downloaded console v0.15.11
11972026-03-16T21:58:00.862Z Downloaded colored v2.2.0
11982026-03-16T21:58:00.865Z Downloaded bzip2 v0.4.4
11992026-03-16T21:58:00.865Z Downloaded argon2 v0.5.3
12002026-03-16T21:58:00.865Z Downloaded lru-cache v0.1.2
12012026-03-16T21:58:00.868Z Downloaded lalrpop-util v0.19.12
12022026-03-16T21:58:00.868Z Downloaded impl-trait-for-tuples v0.2.3
12032026-03-16T21:58:00.868Z Downloaded getrandom v0.2.17
12042026-03-16T21:58:00.871Z Downloaded darling v0.20.11
12052026-03-16T21:58:00.875Z Downloaded clang-sys v1.8.1
12062026-03-16T21:58:00.878Z Downloaded hyper-tls v0.6.0
12072026-03-16T21:58:00.878Z Downloaded futures-executor v0.3.32
12082026-03-16T21:58:00.878Z Downloaded internet-checksum v0.2.1
12092026-03-16T21:58:00.878Z Downloaded http-body v1.0.1
12102026-03-16T21:58:00.882Z Downloaded find-msvc-tools v0.1.9
12112026-03-16T21:58:00.882Z Downloaded encoding_rs v0.8.35
12122026-03-16T21:58:00.895Z Downloaded diff v0.1.13
12132026-03-16T21:58:00.898Z Downloaded ring v0.17.14
12142026-03-16T21:58:00.929Z Downloaded diesel-dtrace v0.4.2
12152026-03-16T21:58:00.932Z Downloaded convert_case v0.10.0
12162026-03-16T21:58:00.932Z Downloaded const-oid v0.9.6
12172026-03-16T21:58:00.935Z Downloaded console v0.16.2
12182026-03-16T21:58:00.935Z Downloaded colored v3.1.1
12192026-03-16T21:58:00.939Z Downloaded ciborium v0.2.2
12202026-03-16T21:58:00.939Z Downloaded cbc v0.1.2
12212026-03-16T21:58:00.939Z Downloaded bitflags v1.3.2
12222026-03-16T21:58:00.942Z Downloaded base64ct v1.8.3
12232026-03-16T21:58:00.945Z Downloaded backoff v0.4.0
12242026-03-16T21:58:00.945Z Downloaded async-trait v0.1.89
12252026-03-16T21:58:00.949Z Downloaded camino-tempfile-ext v0.3.3
12262026-03-16T21:58:00.949Z Downloaded glob v0.3.3
12272026-03-16T21:58:00.952Z Downloaded git-stub-vcs v0.1.0
12282026-03-16T21:58:00.952Z Downloaded fallible-iterator v0.2.0
12292026-03-16T21:58:00.952Z Downloaded env_logger v0.11.9
12302026-03-16T21:58:00.952Z Downloaded daft-derive v0.1.5
12312026-03-16T21:58:00.955Z Downloaded deranged v0.5.8
12322026-03-16T21:58:00.958Z Downloaded hash32 v0.3.1
12332026-03-16T21:58:00.958Z Downloaded ff v0.13.1
12342026-03-16T21:58:00.958Z Downloaded ena v0.14.4
12352026-03-16T21:58:00.961Z Downloaded either v1.15.0
12362026-03-16T21:58:00.961Z Downloaded hostname v0.3.1
12372026-03-16T21:58:00.961Z Downloaded home v0.5.12
12382026-03-16T21:58:00.964Z Downloaded corncobs v0.1.4
12392026-03-16T21:58:00.964Z Downloaded chacha20 v0.9.1
12402026-03-16T21:58:00.964Z Downloaded arrayvec v0.7.6
12412026-03-16T21:58:00.967Z Downloaded ghash v0.5.1
12422026-03-16T21:58:00.967Z Downloaded libgit2-sys v0.18.3+1.9.2
12432026-03-16T21:58:01.008Z Downloaded bit-vec v0.8.0
12442026-03-16T21:58:01.014Z Downloaded futures-macro v0.3.32
12452026-03-16T21:58:01.014Z Downloaded embedded-io v0.4.0
12462026-03-16T21:58:01.014Z Downloaded defmt-macros v1.0.1
12472026-03-16T21:58:01.018Z Downloaded ctr v0.9.2
12482026-03-16T21:58:01.019Z Downloaded cassowary v0.3.0
12492026-03-16T21:58:01.019Z Downloaded cancel-safe-futures v0.1.5
12502026-03-16T21:58:01.019Z Downloaded bzip2 v0.6.1
12512026-03-16T21:58:01.023Z Downloaded cmake v0.1.57
12522026-03-16T21:58:01.023Z Downloaded bitfield v0.19.4
12532026-03-16T21:58:01.023Z Downloaded git-stub v1.0.0
12542026-03-16T21:58:01.023Z Downloaded gethostname v0.5.0
12552026-03-16T21:58:01.023Z Downloaded const_format_proc_macros v0.2.34
12562026-03-16T21:58:01.026Z Downloaded cexpr v0.6.0
12572026-03-16T21:58:01.026Z Downloaded futures-io v0.3.32
12582026-03-16T21:58:01.026Z Downloaded curve25519-dalek-derive v0.1.1
12592026-03-16T21:58:01.030Z Downloaded ciborium-ll v0.2.2
12602026-03-16T21:58:01.030Z Downloaded darling_macro v0.23.0
12612026-03-16T21:58:01.030Z Downloaded cpufeatures v0.3.0
12622026-03-16T21:58:01.030Z Downloaded convert_case v0.4.0
12632026-03-16T21:58:01.030Z Downloaded async-recursion v1.1.1
12642026-03-16T21:58:01.033Z Downloaded base16ct v0.2.0
12652026-03-16T21:58:01.033Z Downloaded float-ord v0.3.2
12662026-03-16T21:58:01.033Z Downloaded document-features v0.2.12
12672026-03-16T21:58:01.036Z Downloaded display-error-chain v0.2.2
12682026-03-16T21:58:01.036Z Downloaded arrayref v0.3.9
12692026-03-16T21:58:01.039Z Downloaded crc8 v0.1.1
12702026-03-16T21:58:01.039Z Downloaded base16ct v1.0.0
12712026-03-16T21:58:01.039Z Downloaded array-init v0.0.4
12722026-03-16T21:58:01.039Z Downloaded dof v0.4.0
12732026-03-16T21:58:01.042Z Downloaded darling_macro v0.21.3
12742026-03-16T21:58:01.042Z Downloaded defmt-parser v1.0.0
12752026-03-16T21:58:01.042Z Downloaded darling_macro v0.20.11
12762026-03-16T21:58:01.042Z Downloaded block-padding v0.3.3
12772026-03-16T21:58:01.042Z Downloaded difflib v0.4.0
12782026-03-16T21:58:01.042Z Downloaded assert_matches v1.5.0
12792026-03-16T21:58:01.045Z Downloaded crucible-workspace-hack v0.1.0
12802026-03-16T21:58:01.045Z Downloaded atomicwrites v0.4.4
12812026-03-16T21:58:01.045Z Downloaded buf-list v1.1.2
12822026-03-16T21:58:01.045Z Downloaded blowfish v0.9.1
12832026-03-16T21:58:01.048Z Downloaded fixedbitset v0.4.2
12842026-03-16T21:58:01.048Z Downloaded env_filter v1.0.0
12852026-03-16T21:58:01.048Z Downloaded der_derive v0.7.3
12862026-03-16T21:58:01.051Z Downloaded ciborium-io v0.2.2
12872026-03-16T21:58:01.051Z Downloaded crc-catalog v2.4.0
12882026-03-16T21:58:01.051Z Downloaded cfg_aliases v0.2.1
12892026-03-16T21:58:01.051Z Downloaded bcrypt-pbkdf v0.10.0
12902026-03-16T21:58:01.055Z Downloaded diesel_table_macro_syntax v0.2.0
12912026-03-16T21:58:01.055Z Downloaded data-encoding v2.10.0
12922026-03-16T21:58:01.055Z Downloaded bit-set v0.5.3
12932026-03-16T21:58:01.055Z Downloaded cobs v0.3.0
12942026-03-16T21:58:01.055Z Downloaded derive_builder_macro v0.20.2
12952026-03-16T21:58:01.058Z Downloaded cargo_toml v0.22.3
12962026-03-16T21:58:01.058Z Downloaded bitfield-macros v0.19.4
12972026-03-16T21:58:01.058Z Downloaded bit-vec v0.6.3
12982026-03-16T21:58:01.058Z Downloaded cargo-platform v0.1.9
12992026-03-16T21:58:01.061Z Downloaded bcs v0.1.6
13002026-03-16T21:58:01.061Z Downloaded bb8 v0.8.6
13012026-03-16T21:58:01.061Z Downloaded float-cmp v0.10.0
13022026-03-16T21:58:01.061Z Downloaded cstr-argument v0.1.2
13032026-03-16T21:58:01.064Z Downloaded crypto-bigint v0.5.5
13042026-03-16T21:58:01.067Z Downloaded castaway v0.2.4
13052026-03-16T21:58:01.067Z Downloaded dyn-clone v1.0.20
13062026-03-16T21:58:01.070Z Downloaded dunce v1.0.5
13072026-03-16T21:58:01.070Z Downloaded crossbeam-utils v0.8.21
13082026-03-16T21:58:01.070Z Downloaded bitfield-struct v0.6.2
13092026-03-16T21:58:01.073Z Downloaded daft v0.1.5
13102026-03-16T21:58:01.073Z Downloaded crossbeam-deque v0.8.6
13112026-03-16T21:58:01.073Z Downloaded bit-set v0.8.0
13122026-03-16T21:58:01.077Z Downloaded atty v0.2.14
13132026-03-16T21:58:01.077Z Downloaded ascii-canvas v3.0.0
13142026-03-16T21:58:01.077Z Downloaded ahash v0.8.12
13152026-03-16T21:58:01.080Z Downloaded critical-section v1.2.0
13162026-03-16T21:58:01.637Z Downloaded aws-lc-sys v0.37.1
13172026-03-16T21:58:01.949Z Compiling libc v0.2.180
13182026-03-16T21:58:01.949Z Compiling serde v1.0.228
13192026-03-16T21:58:01.952Z Compiling log v0.4.29
13202026-03-16T21:58:01.952Z Compiling shlex v1.3.0
13212026-03-16T21:58:01.952Z Compiling find-msvc-tools v0.1.9
13222026-03-16T21:58:01.952Z Compiling smallvec v1.15.1
13232026-03-16T21:58:01.952Z Compiling typenum v1.19.0
13242026-03-16T21:58:01.952Z Compiling subtle v2.6.1
13252026-03-16T21:58:02.143Z Compiling generic-array v0.14.7
13262026-03-16T21:58:02.147Z Compiling scopeguard v1.2.0
13272026-03-16T21:58:02.147Z Compiling portable-atomic v1.13.1
13282026-03-16T21:58:02.163Z Compiling const-oid v0.9.6
13292026-03-16T21:58:02.183Z Compiling critical-section v1.2.0
13302026-03-16T21:58:02.200Z Compiling zerocopy v0.8.40
13312026-03-16T21:58:02.221Z Compiling syn v2.0.117
13322026-03-16T21:58:02.261Z Compiling pin-project-lite v0.2.17
13332026-03-16T21:58:02.415Z Compiling lock_api v0.4.14
13342026-03-16T21:58:02.437Z Compiling serde_json v1.0.149
13352026-03-16T21:58:02.462Z Compiling parking_lot_core v0.9.12
13362026-03-16T21:58:02.486Z Compiling pkg-config v0.3.32
13372026-03-16T21:58:02.489Z Compiling libm v0.2.16
13382026-03-16T21:58:02.489Z Compiling num-traits v0.2.19
13392026-03-16T21:58:02.532Z Compiling bitflags v2.11.0
13402026-03-16T21:58:02.532Z Compiling futures-core v0.3.32
13412026-03-16T21:58:02.641Z Compiling percent-encoding v2.3.2
13422026-03-16T21:58:02.706Z Compiling allocator-api2 v0.2.21
13432026-03-16T21:58:02.751Z Compiling futures-sink v0.3.32
13442026-03-16T21:58:02.824Z Compiling foldhash v0.2.0
13452026-03-16T21:58:02.931Z Compiling cpufeatures v0.2.17
13462026-03-16T21:58:02.935Z Compiling futures-channel v0.3.32
13472026-03-16T21:58:02.976Z Compiling getrandom v0.4.1
13482026-03-16T21:58:02.980Z Compiling futures-io v0.3.32
13492026-03-16T21:58:02.998Z Compiling futures-task v0.3.32
13502026-03-16T21:58:03.066Z Compiling slab v0.4.12
13512026-03-16T21:58:03.110Z Compiling rustversion v1.0.22
13522026-03-16T21:58:03.114Z Compiling rand_core v0.10.0
13532026-03-16T21:58:03.177Z Compiling hashbrown v0.16.1
13542026-03-16T21:58:03.220Z Compiling getrandom v0.3.4
13552026-03-16T21:58:03.244Z Compiling form_urlencoded v1.2.2
13562026-03-16T21:58:03.269Z Compiling ident_case v1.0.1
13572026-03-16T21:58:03.269Z Compiling base64ct v1.8.3
13582026-03-16T21:58:03.314Z Compiling fs_extra v1.3.0
13592026-03-16T21:58:03.337Z Compiling dunce v1.0.5
13602026-03-16T21:58:03.358Z Compiling flagset v0.4.7
13612026-03-16T21:58:03.459Z Compiling rustix v1.1.3
13622026-03-16T21:58:03.486Z Compiling getrandom v0.2.17
13632026-03-16T21:58:03.486Z Compiling jobserver v0.1.34
13642026-03-16T21:58:03.486Z Compiling errno v0.3.14
13652026-03-16T21:58:03.632Z Compiling mio v1.1.1
13662026-03-16T21:58:03.636Z Compiling socket2 v0.6.2
13672026-03-16T21:58:03.745Z Compiling signal-hook-registry v1.4.8
13682026-03-16T21:58:03.767Z Compiling rand_core v0.6.4
13692026-03-16T21:58:03.858Z Compiling once_cell v1.21.3
13702026-03-16T21:58:03.891Z Compiling cc v1.2.56
13712026-03-16T21:58:03.946Z Compiling parking_lot v0.12.5
13722026-03-16T21:58:03.982Z Compiling indexmap v2.13.0
13732026-03-16T21:58:04.046Z Compiling pem-rfc7468 v0.7.0
13742026-03-16T21:58:04.071Z Compiling iana-time-zone v0.1.65
13752026-03-16T21:58:04.152Z Compiling uuid v1.21.0
13762026-03-16T21:58:04.175Z Compiling rustc_version v0.4.1
13772026-03-16T21:58:04.199Z Compiling regex-syntax v0.8.10
13782026-03-16T21:58:04.299Z Compiling aws-lc-rs v1.16.0
13792026-03-16T21:58:04.385Z Compiling vcpkg v0.2.15
13802026-03-16T21:58:04.468Z Compiling rand_core v0.9.5
13812026-03-16T21:58:04.511Z Compiling tracing-core v0.1.36
13822026-03-16T21:58:04.573Z Compiling crossbeam-utils v0.8.21
13832026-03-16T21:58:04.592Z Compiling httparse v1.10.1
13842026-03-16T21:58:04.642Z Compiling base64 v0.22.1
13852026-03-16T21:58:04.732Z Compiling untrusted v0.9.0
13862026-03-16T21:58:04.882Z Compiling untrusted v0.7.1
13872026-03-16T21:58:04.905Z Compiling schemars v0.8.22
13882026-03-16T21:58:04.908Z Compiling syn v1.0.109
13892026-03-16T21:58:04.908Z Compiling openssl-probe v0.2.1
13902026-03-16T21:58:04.971Z Compiling cmake v0.1.57
13912026-03-16T21:58:05.060Z Compiling tinyvec_macros v0.1.1
13922026-03-16T21:58:05.109Z Compiling tower-service v0.3.3
13932026-03-16T21:58:05.130Z Compiling dyn-clone v1.0.20
13942026-03-16T21:58:05.173Z Compiling rustls v0.23.37
13952026-03-16T21:58:05.197Z Compiling tower-layer v0.3.3
13962026-03-16T21:58:05.219Z Compiling atomic-waker v1.1.2
13972026-03-16T21:58:05.267Z Compiling try-lock v0.2.5
13982026-03-16T21:58:05.318Z Compiling tinyvec v1.10.0
13992026-03-16T21:58:05.352Z Compiling spin v0.9.8
14002026-03-16T21:58:05.376Z Compiling want v0.3.1
14012026-03-16T21:58:05.423Z Compiling aho-corasick v1.1.4
14022026-03-16T21:58:05.423Z Compiling num-conv v0.2.0
14032026-03-16T21:58:05.426Z Compiling crc32fast v1.5.0
14042026-03-16T21:58:05.467Z Compiling openssl v0.10.75
14052026-03-16T21:58:05.470Z Compiling pin-utils v0.1.0
14062026-03-16T21:58:05.553Z Compiling httpdate v1.0.3
14072026-03-16T21:58:05.603Z Compiling foreign-types-shared v0.1.1
14082026-03-16T21:58:05.635Z Compiling powerfmt v0.2.0
14092026-03-16T21:58:05.657Z Compiling time-core v0.1.8
14102026-03-16T21:58:05.679Z Compiling wait-timeout v0.2.1
14112026-03-16T21:58:05.707Z Compiling foreign-types v0.3.2
14122026-03-16T21:58:05.732Z Compiling either v1.15.0
14132026-03-16T21:58:05.735Z Compiling usdt-impl v0.6.0
14142026-03-16T21:58:05.813Z Compiling quick-error v1.2.3
14152026-03-16T21:58:05.847Z Compiling deranged v0.5.8
14162026-03-16T21:58:05.873Z Compiling tempfile v3.25.0
14172026-03-16T21:58:05.877Z Compiling time-macros v0.2.27
14182026-03-16T21:58:05.877Z Compiling native-tls v0.2.18
14192026-03-16T21:58:05.965Z Compiling bit-vec v0.8.0
14202026-03-16T21:58:05.965Z Compiling num_threads v0.1.7
14212026-03-16T21:58:05.969Z Compiling siphasher v1.0.2
14222026-03-16T21:58:06.028Z Compiling simd-adler32 v0.3.8
14232026-03-16T21:58:06.105Z Compiling unicode-normalization v0.1.25
14242026-03-16T21:58:06.143Z Compiling crossbeam-epoch v0.9.18
14252026-03-16T21:58:06.174Z Compiling aws-lc-sys v0.37.1
14262026-03-16T21:58:06.246Z Compiling ring v0.17.14
14272026-03-16T21:58:06.268Z Compiling openssl-sys v0.9.111
14282026-03-16T21:58:06.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-16T21:58:06.310Z Compiling bit-set v0.8.0
14302026-03-16T21:58:06.314Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-03-16T21:58:06.383Z Compiling rusty-fork v0.3.1
14322026-03-16T21:58:06.408Z Compiling slog v2.8.2
14332026-03-16T21:58:06.535Z Compiling rand_xorshift v0.4.0
14342026-03-16T21:58:06.594Z Compiling synstructure v0.13.2
14352026-03-16T21:58:06.681Z Compiling pest_generator v2.8.6
14362026-03-16T21:58:06.741Z Compiling serde_derive_internals v0.29.1
14372026-03-16T21:58:06.765Z Compiling darling_core v0.20.11
14382026-03-16T21:58:06.768Z Compiling regex-automata v0.4.14
14392026-03-16T21:58:06.837Z Compiling darling_core v0.21.3
14402026-03-16T21:58:07.364Z Compiling heapless v0.7.17
14412026-03-16T21:58:07.472Z Compiling thread-id v5.1.0
14422026-03-16T21:58:07.504Z Compiling time v0.3.47
14432026-03-16T21:58:07.589Z Compiling sync_wrapper v1.0.2
14442026-03-16T21:58:07.714Z Compiling cookie v0.18.1
14452026-03-16T21:58:07.736Z Compiling zstd-safe v7.2.4
14462026-03-16T21:58:07.757Z Compiling unicode-properties v0.1.4
14472026-03-16T21:58:07.760Z Compiling unicode-bidi v0.3.18
14482026-03-16T21:58:07.945Z Compiling unarray v0.1.4
14492026-03-16T21:58:07.980Z Compiling rayon-core v1.13.0
14502026-03-16T21:58:08.025Z Compiling anyhow v1.0.102
14512026-03-16T21:58:08.047Z Compiling paste v1.0.15
14522026-03-16T21:58:08.051Z Compiling signal-hook v0.3.18
14532026-03-16T21:58:08.093Z Compiling unicode-segmentation v1.12.0
14542026-03-16T21:58:08.233Z Compiling adler2 v2.0.1
14552026-03-16T21:58:08.381Z Compiling miniz_oxide v0.8.9
14562026-03-16T21:58:08.411Z Compiling stringprep v0.1.5
14572026-03-16T21:58:08.633Z Compiling crossbeam-deque v0.8.6
14582026-03-16T21:58:08.656Z Compiling num-integer v0.1.46
14592026-03-16T21:58:08.678Z Compiling vergen-lib v0.1.6
14602026-03-16T21:58:08.801Z Compiling curve25519-dalek v4.1.3
14612026-03-16T21:58:08.890Z Compiling ff v0.13.1
14622026-03-16T21:58:08.938Z Compiling hash32 v0.2.1
14632026-03-16T21:58:09.074Z Compiling litrs v1.0.0
14642026-03-16T21:58:09.078Z Compiling psl-types v2.0.11
14652026-03-16T21:58:09.119Z Compiling ryu v1.0.23
14662026-03-16T21:58:09.209Z Compiling fallible-iterator v0.2.0
14672026-03-16T21:58:09.232Z Compiling serde_derive v1.0.228
14682026-03-16T21:58:09.271Z Compiling zeroize_derive v1.4.3
14692026-03-16T21:58:09.293Z Compiling zerofrom-derive v0.1.6
14702026-03-16T21:58:09.297Z Compiling yoke-derive v0.8.1
14712026-03-16T21:58:09.367Z Compiling zerocopy-derive v0.8.40
14722026-03-16T21:58:09.387Z Compiling zerovec-derive v0.11.2
14732026-03-16T21:58:09.639Z Compiling displaydoc v0.2.5
14742026-03-16T21:58:09.793Z Compiling tokio-macros v2.6.0
14752026-03-16T21:58:09.816Z Compiling futures-macro v0.3.32
14762026-03-16T21:58:10.190Z Compiling zeroize v1.8.2
14772026-03-16T21:58:10.213Z Compiling der_derive v0.7.3
14782026-03-16T21:58:10.531Z Compiling thiserror-impl v2.0.18
14792026-03-16T21:58:10.673Z Compiling rustls-pki-types v1.14.0
14802026-03-16T21:58:10.824Z Compiling tracing-attributes v0.1.31
14812026-03-16T21:58:10.949Z Compiling pest_derive v2.8.6
14822026-03-16T21:58:10.963Z Compiling futures-util v0.3.32
14832026-03-16T21:58:10.977Z Compiling scroll_derive v0.13.1
14842026-03-16T21:58:11.314Z Compiling crypto-common v0.1.7
14852026-03-16T21:58:11.336Z Compiling zerofrom v0.1.6
14862026-03-16T21:58:11.340Z Compiling block-buffer v0.10.4
14872026-03-16T21:58:11.386Z Compiling block-padding v0.3.3
14882026-03-16T21:58:11.512Z Compiling yoke v0.8.1
14892026-03-16T21:58:11.517Z Compiling schemars_derive v0.8.22
14902026-03-16T21:58:11.561Z Compiling digest v0.10.7
14912026-03-16T21:58:11.584Z Compiling inout v0.1.4
14922026-03-16T21:58:11.612Z Compiling der v0.7.10
14932026-03-16T21:58:11.612Z Compiling darling_macro v0.20.11
14942026-03-16T21:58:11.772Z Compiling zerovec v0.11.5
14952026-03-16T21:58:11.814Z Compiling zerotrie v0.2.3
14962026-03-16T21:58:11.841Z Compiling cipher v0.4.4
14972026-03-16T21:58:11.913Z Compiling hmac v0.12.1
14982026-03-16T21:58:12.128Z Compiling sha2 v0.10.9
14992026-03-16T21:58:12.151Z Compiling salsa20 v0.10.2
15002026-03-16T21:58:12.205Z Compiling pbkdf2 v0.12.2
15012026-03-16T21:58:12.229Z Compiling aes v0.8.4
15022026-03-16T21:58:12.295Z Compiling cbc v0.1.2
15032026-03-16T21:58:12.369Z Compiling scroll v0.13.0
15042026-03-16T21:58:12.432Z Compiling tinystr v0.8.2
15052026-03-16T21:58:12.482Z Compiling potential_utf v0.1.4
15062026-03-16T21:58:12.503Z Compiling scrypt v0.11.0
15072026-03-16T21:58:12.710Z Compiling icu_locale_core v2.1.1
15082026-03-16T21:58:12.732Z Compiling icu_collections v2.1.1
15092026-03-16T21:58:12.753Z Compiling thiserror v2.0.18
15102026-03-16T21:58:12.756Z Compiling tracing v0.1.44
15112026-03-16T21:58:12.799Z Compiling spki v0.7.3
15122026-03-16T21:58:12.850Z Compiling goblin v0.10.5
15132026-03-16T21:58:12.914Z Compiling darling v0.20.11
15142026-03-16T21:58:13.029Z Compiling pkcs5 v0.7.1
15152026-03-16T21:58:13.091Z Compiling openssl-macros v0.1.1
15162026-03-16T21:58:13.116Z Compiling thiserror-impl v1.0.69
15172026-03-16T21:58:13.304Z Compiling derive_builder_core v0.20.2
15182026-03-16T21:58:13.350Z Compiling dtrace-parser v0.3.0
15192026-03-16T21:58:13.408Z Compiling signature v2.2.0
15202026-03-16T21:58:13.688Z Compiling icu_provider v2.1.1
15212026-03-16T21:58:13.711Z Compiling pkcs8 v0.10.2
15222026-03-16T21:58:13.754Z Compiling rustls-native-certs v0.8.3
15232026-03-16T21:58:13.960Z Compiling scroll_derive v0.12.1
15242026-03-16T21:58:13.980Z Compiling md-5 v0.10.6
15252026-03-16T21:58:14.100Z Compiling bytes v1.11.1
15262026-03-16T21:58:14.122Z Compiling icu_properties v2.1.2
15272026-03-16T21:58:14.147Z Compiling icu_normalizer v2.1.1
15282026-03-16T21:58:14.169Z Compiling chrono v0.4.44
15292026-03-16T21:58:14.201Z Compiling ipnet v2.11.0
15302026-03-16T21:58:14.228Z Compiling erased-serde v0.3.31
15312026-03-16T21:58:14.452Z Compiling toml_datetime v0.6.11
15322026-03-16T21:58:14.581Z Compiling derive_builder_macro v0.20.2
15332026-03-16T21:58:14.804Z Compiling tokio v1.49.0
15342026-03-16T21:58:14.892Z Compiling http v1.4.0
15352026-03-16T21:58:14.916Z Compiling serde_tokenstream v0.2.3
15362026-03-16T21:58:14.919Z Compiling scroll v0.12.0
15372026-03-16T21:58:14.961Z Compiling serde_spanned v0.6.9
15382026-03-16T21:58:14.964Z Compiling thiserror v1.0.69
15392026-03-16T21:58:15.008Z Compiling webpki-roots v1.0.6
15402026-03-16T21:58:15.011Z Compiling darling_macro v0.21.3
15412026-03-16T21:58:15.127Z Compiling zerocopy-derive v0.7.35
15422026-03-16T21:58:15.165Z Compiling ref-cast v1.0.25
15432026-03-16T21:58:15.185Z Compiling num-bigint-dig v0.8.6
15442026-03-16T21:58:15.223Z Compiling iri-string v0.7.10
15452026-03-16T21:58:15.300Z Compiling rustix v0.38.44
15462026-03-16T21:58:15.335Z Compiling base16ct v0.2.0
15472026-03-16T21:58:15.461Z Compiling idna_adapter v1.2.1
15482026-03-16T21:58:15.582Z Compiling smoltcp v0.9.1
15492026-03-16T21:58:15.603Z Compiling idna v1.1.0
15502026-03-16T21:58:15.656Z Compiling zlib-rs v0.6.2
15512026-03-16T21:58:15.694Z Compiling darling v0.21.3
15522026-03-16T21:58:15.791Z Compiling http-body v1.0.1
15532026-03-16T21:58:15.813Z Compiling sec1 v0.7.3
15542026-03-16T21:58:15.964Z Compiling ppv-lite86 v0.2.21
15552026-03-16T21:58:16.003Z Compiling url v2.5.8
15562026-03-16T21:58:16.046Z Compiling http-body-util v0.1.3
15572026-03-16T21:58:16.166Z Compiling publicsuffix v2.3.0
15582026-03-16T21:58:16.189Z Compiling goblin v0.8.2
15592026-03-16T21:58:16.228Z Compiling derive_builder v0.20.2
15602026-03-16T21:58:16.354Z Compiling zerocopy v0.7.35
15612026-03-16T21:58:16.376Z Compiling rand_chacha v0.9.0
15622026-03-16T21:58:16.398Z Compiling rand_chacha v0.3.1
15632026-03-16T21:58:16.441Z Compiling serde_urlencoded v0.7.1
15642026-03-16T21:58:16.464Z Compiling cargo-platform v0.1.9
15652026-03-16T21:58:16.519Z Compiling hkdf v0.12.4
15662026-03-16T21:58:16.705Z Compiling rand v0.9.2
15672026-03-16T21:58:16.781Z Compiling rand v0.8.5
15682026-03-16T21:58:16.807Z Compiling hubpack_derive v0.1.1
15692026-03-16T21:58:16.839Z Compiling dof v0.4.0
15702026-03-16T21:58:17.153Z Compiling crypto-bigint v0.5.5
15712026-03-16T21:58:17.308Z Compiling regex v1.12.3
15722026-03-16T21:58:17.411Z Compiling document-features v0.2.12
15732026-03-16T21:58:17.499Z Compiling proptest v1.10.0
15742026-03-16T21:58:17.519Z Compiling postgres-protocol v0.6.10
15752026-03-16T21:58:17.788Z Compiling daft-derive v0.1.5
15762026-03-16T21:58:17.931Z Compiling ipnetwork v0.21.1
15772026-03-16T21:58:17.958Z Compiling curve25519-dalek-derive v0.1.1
15782026-03-16T21:58:18.223Z Compiling async-trait v0.1.89
15792026-03-16T21:58:18.266Z Compiling oxnet v0.1.4
15802026-03-16T21:58:18.384Z Compiling ref-cast-impl v1.0.25
15812026-03-16T21:58:18.465Z Compiling strum_macros v0.27.2
15822026-03-16T21:58:18.608Z Compiling group v0.13.0
15832026-03-16T21:58:18.723Z Compiling num-iter v0.1.45
15842026-03-16T21:58:18.877Z Compiling proc-macro-error v1.0.4
15852026-03-16T21:58:18.921Z Compiling heck v0.4.1
15862026-03-16T21:58:19.182Z Compiling phf_shared v0.13.1
15872026-03-16T21:58:19.228Z Compiling terminal_size v0.4.3
15882026-03-16T21:58:19.268Z Compiling lazy_static v1.5.0
15892026-03-16T21:58:19.289Z Compiling vergen v9.0.6
15902026-03-16T21:58:19.344Z Compiling fs-err v3.3.0
15912026-03-16T21:58:19.396Z Compiling ahash v0.8.12
15922026-03-16T21:58:19.425Z Compiling object v0.37.3
15932026-03-16T21:58:19.542Z Compiling bitflags v1.3.2
15942026-03-16T21:58:19.545Z Compiling foldhash v0.1.5
15952026-03-16T21:58:19.565Z Compiling winnow v0.5.40
15962026-03-16T21:58:19.636Z Compiling flate2 v1.1.9
15972026-03-16T21:58:19.639Z Compiling libbz2-rs-sys v0.2.2
15982026-03-16T21:58:19.680Z Compiling managed v0.8.0
15992026-03-16T21:58:19.704Z Compiling bumpalo v3.20.2
16002026-03-16T21:58:19.763Z Compiling hashbrown v0.15.5
16012026-03-16T21:58:19.821Z Compiling clap_builder v4.5.60
16022026-03-16T21:58:19.857Z Compiling console v0.16.2
16032026-03-16T21:58:19.902Z Compiling tokio-util v0.7.18
16042026-03-16T21:58:19.984Z Compiling tower v0.5.3
16052026-03-16T21:58:20.057Z Compiling tokio-native-tls v0.3.1
16062026-03-16T21:58:20.124Z Compiling zopfli v0.8.3
16072026-03-16T21:58:20.296Z Compiling bzip2 v0.6.1
16082026-03-16T21:58:20.533Z Compiling tower-http v0.6.8
16092026-03-16T21:58:20.601Z Compiling phf v0.13.1
16102026-03-16T21:58:20.624Z Compiling dof v0.3.0
16112026-03-16T21:58:20.648Z Compiling signal-hook-mio v0.2.5
16122026-03-16T21:58:20.652Z Compiling rayon v1.11.0
16132026-03-16T21:58:20.811Z Compiling zone_cfg_derive v0.3.1
16142026-03-16T21:58:20.836Z Compiling h2 v0.4.13
16152026-03-16T21:58:21.031Z Compiling newtype-uuid v1.3.2
16162026-03-16T21:58:21.290Z Compiling strum v0.27.2
16172026-03-16T21:58:21.317Z Compiling usdt-macro v0.6.0
16182026-03-16T21:58:21.375Z Compiling daft v0.1.5
16192026-03-16T21:58:21.398Z Compiling toml_edit v0.19.15
16202026-03-16T21:58:21.462Z Compiling usdt-attr-macro v0.6.0
16212026-03-16T21:58:21.591Z Compiling cargo_metadata v0.19.2
16222026-03-16T21:58:21.707Z Compiling elliptic-curve v0.13.8
16232026-03-16T21:58:21.728Z Compiling cookie_store v0.22.1
16242026-03-16T21:58:21.751Z Compiling postgres-types v0.2.12
16252026-03-16T21:58:21.775Z Compiling bzip2 v0.4.4
16262026-03-16T21:58:22.056Z Compiling hubpack v0.1.2
16272026-03-16T21:58:22.268Z Compiling zstd v0.13.3
16282026-03-16T21:58:22.364Z Compiling serde_with_macros v3.17.0
16292026-03-16T21:58:22.529Z Compiling dtrace-parser v0.2.0
16302026-03-16T21:58:22.549Z Compiling serde-big-array v0.5.1
16312026-03-16T21:58:22.637Z Compiling hex v0.4.3
16322026-03-16T21:58:22.660Z Compiling ed25519 v2.2.3
16332026-03-16T21:58:22.746Z Compiling pkcs1 v0.7.5
16342026-03-16T21:58:22.770Z Compiling rfc6979 v0.4.0
16352026-03-16T21:58:22.941Z Compiling bstr v1.12.1
16362026-03-16T21:58:23.022Z Compiling enum-as-inner v0.6.1
16372026-03-16T21:58:23.143Z Compiling serde_repr v0.1.20
16382026-03-16T21:58:23.302Z Compiling strum_macros v0.26.4
16392026-03-16T21:58:23.473Z Compiling clap_derive v4.5.55
16402026-03-16T21:58:23.617Z Compiling phf_shared v0.11.3
16412026-03-16T21:58:23.767Z Compiling itertools v0.12.1
16422026-03-16T21:58:23.882Z Compiling float-cmp v0.10.0
16432026-03-16T21:58:23.904Z Compiling thread-id v4.2.2
16442026-03-16T21:58:23.927Z Compiling memmap2 v0.9.10
16452026-03-16T21:58:23.948Z Compiling env_filter v1.0.0
16462026-03-16T21:58:23.972Z Compiling encoding_rs v0.8.35
16472026-03-16T21:58:23.996Z Compiling normalize-line-endings v0.3.0
16482026-03-16T21:58:24.023Z Compiling fixedbitset v0.5.7
16492026-03-16T21:58:24.087Z Compiling whoami v2.1.0
16502026-03-16T21:58:24.131Z Compiling static_assertions v1.1.0
16512026-03-16T21:58:24.234Z Compiling unit-prefix v0.5.2
16522026-03-16T21:58:24.253Z Compiling keccak v0.1.6
16532026-03-16T21:58:24.257Z Compiling rustc-hash v2.1.1
16542026-03-16T21:58:24.385Z Compiling new_debug_unreachable v1.0.6
16552026-03-16T21:58:24.428Z Compiling difflib v0.4.0
16562026-03-16T21:58:24.453Z Compiling mime v0.3.17
16572026-03-16T21:58:24.481Z Compiling precomputed-hash v0.1.1
16582026-03-16T21:58:24.501Z Compiling fixedbitset v0.4.2
16592026-03-16T21:58:24.603Z Compiling jiff v0.2.21
16602026-03-16T21:58:24.624Z Compiling data-encoding v2.10.0
16612026-03-16T21:58:24.810Z Compiling predicates-core v1.0.10
16622026-03-16T21:58:24.810Z Compiling petgraph v0.6.5
16632026-03-16T21:58:25.068Z Compiling hyper v1.8.1
16642026-03-16T21:58:25.177Z Compiling hickory-proto v0.25.2
16652026-03-16T21:58:25.237Z Compiling predicates v3.1.4
16662026-03-16T21:58:25.411Z Compiling zone v0.3.1
16672026-03-16T21:58:25.485Z Compiling toml_edit v0.22.27
16682026-03-16T21:58:25.639Z Compiling string_cache v0.8.9
16692026-03-16T21:58:25.803Z Compiling sha3 v0.10.8
16702026-03-16T21:58:25.825Z Compiling strum v0.26.3
16712026-03-16T21:58:25.965Z Compiling iddqd v0.3.17
16722026-03-16T21:58:25.995Z Compiling indicatif v0.18.4
16732026-03-16T21:58:26.031Z Compiling clap v4.5.60
16742026-03-16T21:58:26.104Z Compiling tokio-postgres v0.7.16
16752026-03-16T21:58:26.149Z Compiling petgraph v0.8.3
16762026-03-16T21:58:26.170Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-03-16T21:58:26.362Z Compiling env_logger v0.11.9
16782026-03-16T21:58:26.437Z Compiling usdt v0.6.0
16792026-03-16T21:58:26.459Z Compiling serde_with v3.17.0
16802026-03-16T21:58:26.792Z Compiling hyper-util v0.1.20
16812026-03-16T21:58:26.855Z Compiling usdt-impl v0.5.0
16822026-03-16T21:58:26.938Z Compiling crossterm v0.28.1
16832026-03-16T21:58:27.188Z Compiling similar v2.7.0
16842026-03-16T21:58:27.220Z Compiling toml v0.7.8
16852026-03-16T21:58:27.536Z Compiling rsa v0.9.10
16862026-03-16T21:58:27.640Z Compiling ed25519-dalek v2.2.0
16872026-03-16T21:58:28.050Z Compiling ecdsa v0.16.9
16882026-03-16T21:58:28.389Z Compiling zip v4.6.1
16892026-03-16T21:58:28.550Z Compiling zip v0.6.6
16902026-03-16T21:58:28.616Z Compiling tokio-stream v0.1.18
16912026-03-16T21:58:28.643Z Compiling hyper-tls v0.6.0
16922026-03-16T21:58:28.915Z Compiling buf-list v1.1.2
16932026-03-16T21:58:29.172Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-03-16T21:58:29.200Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-16T21:58:29.251Z Compiling openapiv3 v2.2.0
16962026-03-16T21:58:29.282Z Compiling x509-cert v0.2.5
16972026-03-16T21:58:29.308Z Compiling sha1 v0.10.6
16982026-03-16T21:58:29.330Z Compiling itertools v0.13.0
16992026-03-16T21:58:29.373Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-03-16T21:58:29.405Z Compiling lalrpop-util v0.19.12
17012026-03-16T21:58:29.620Z Compiling peg-runtime v0.8.5
17022026-03-16T21:58:29.664Z Compiling thread_local v1.1.9
17032026-03-16T21:58:29.687Z Compiling slog-async v2.8.0
17042026-03-16T21:58:29.794Z Compiling futures-executor v0.3.32
17052026-03-16T21:58:29.815Z Compiling crossbeam-channel v0.5.15
17062026-03-16T21:58:30.003Z Compiling filetime v0.2.27
17072026-03-16T21:58:30.028Z Compiling is-terminal v0.4.17
17082026-03-16T21:58:30.047Z Compiling take_mut v0.2.2
17092026-03-16T21:58:30.070Z Compiling term v1.2.1
17102026-03-16T21:58:30.134Z Compiling xattr v1.6.1
17112026-03-16T21:58:30.155Z Compiling futures v0.3.32
17122026-03-16T21:58:30.361Z Compiling tar v0.4.44
17132026-03-16T21:58:30.479Z Compiling slog-term v2.9.2
17142026-03-16T21:58:51.101Z Compiling rustls-webpki v0.103.9
17152026-03-16T21:58:55.054Z Compiling tokio-rustls v0.26.4
17162026-03-16T21:58:55.054Z Compiling rustls-platform-verifier v0.6.2
17172026-03-16T21:58:55.310Z Compiling hyper-rustls v0.27.7
17182026-03-16T21:58:55.555Z Compiling reqwest v0.13.2
17192026-03-16T21:58:55.555Z Compiling reqwest v0.12.28
17202026-03-16T21:58:58.327Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-03-16T21:58:58.639Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-03-16T21:59:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17232026-03-16T21:59:02.567Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-03-16T21:59:02.626ZMar 16 21:59:01.195 INFO Starting download, target: Cockroach
17252026-03-16T21:59:02.627ZMar 16 21:59:01.196 INFO Starting download, target: MaghemiteMgd
17262026-03-16T21:59:02.627ZMar 16 21:59:01.196 INFO Starting download, target: Console
17272026-03-16T21:59:02.627ZMar 16 21:59:01.196 INFO Starting download, target: Clickhouse
17282026-03-16T21:59:02.627ZMar 16 21:59:01.196 INFO Starting download, target: TransceiverControl
17292026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Starting download, target: DendriteStub
17302026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-03-16T21:59:02.630ZMar 16 21:59:01.196 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-03-16T21:59:02.992ZMar 16 21:59:01.560 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-03-16T21:59:03.328ZMar 16 21:59:01.895 INFO Download complete, target: TransceiverControl
17382026-03-16T21:59:03.603ZMar 16 21:59:02.171 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-03-16T21:59:03.969ZMar 16 21:59:02.535 INFO Download complete, target: Console
17402026-03-16T21:59:04.333ZMar 16 21:59:02.899 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-03-16T21:59:04.336ZMar 16 21:59:02.899 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-03-16T21:59:04.925ZMar 16 21:59:03.489 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-03-16T21:59:05.214ZMar 16 21:59:03.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-03-16T21:59:05.214ZMar 16 21:59:03.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-03-16T21:59:07.847ZMar 16 21:59:06.414 INFO Download complete, target: MaghemiteMgd
17462026-03-16T21:59:07.912ZMar 16 21:59:06.479 INFO Download complete, target: DendriteStub
17472026-03-16T21:59:12.983ZMar 16 21:59:11.547 INFO Checking that binary works, target: Cockroach
17482026-03-16T21:59:13.114ZMar 16 21:59:11.677 INFO Download complete, target: Cockroach
17492026-03-16T21:59:16.023ZMar 16 21:59:14.585 INFO Checking that binary works, target: Clickhouse
17502026-03-16T21:59:16.129ZMar 16 21:59:14.690 INFO Download complete, target: Clickhouse
17512026-03-16T21:59:16.135ZAll prerequisites installed successfully
17522026-03-16T21:59:16.138Z
17532026-03-16T21:59:16.138Zreal 3:41.473158605
17542026-03-16T21:59:16.138Zuser 10:23.084893107
17552026-03-16T21:59:16.138Zsys 2:06.042185919
17562026-03-16T21:59:16.138Ztrap 0.347224638
17572026-03-16T21:59:16.138Ztflt 2.190286810
17582026-03-16T21:59:16.138Zdflt 2.577033526
17592026-03-16T21:59:16.138Zkflt 0.023126934
17602026-03-16T21:59:16.138Zlock 25:26.621430307
17612026-03-16T21:59:16.138Zslp 34:06.840520366
17622026-03-16T21:59:16.138Zlat 29.775500886
17632026-03-16T21:59:16.138Zstop 4:19.166591564
17642026-03-16T21:59:16.138Z+ ptime -m cargo xtask download softnpu
17652026-03-16T21:59:16.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17662026-03-16T21:59:16.828Z Running `target/debug/xtask download softnpu`
17672026-03-16T21:59:17.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
17682026-03-16T21:59:17.860Z Running `target/debug/xtask-downloader softnpu`
17692026-03-16T21:59:17.906ZMar 16 21:59:16.466 INFO Starting download, target: Softnpu
17702026-03-16T21:59:17.909ZMar 16 21:59:16.467 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-03-16T21:59:18.714ZMar 16 21:59:17.273 INFO Download complete, target: Softnpu
17722026-03-16T21:59:18.717Z
17732026-03-16T21:59:18.717Zreal 2.572865948
17742026-03-16T21:59:18.717Zuser 1.741155564
17752026-03-16T21:59:18.717Zsys 0.763519033
17762026-03-16T21:59:18.717Ztrap 0.000716590
17772026-03-16T21:59:18.717Ztflt 0.000155169
17782026-03-16T21:59:18.717Zdflt 0.000421517
17792026-03-16T21:59:18.717Zkflt 0.000000000
17802026-03-16T21:59:18.717Zlock 14.710532941
17812026-03-16T21:59:18.717Zslp 0.516102926
17822026-03-16T21:59:18.717Zlat 0.054200273
17832026-03-16T21:59:18.717Zstop 0.000166193
17842026-03-16T21:59:18.720Z+ export CARGO_INCREMENTAL=0
17852026-03-16T21:59:18.720Z+ CARGO_INCREMENTAL=0
17862026-03-16T21:59:18.721Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-03-16T21:59:19.837Z Compiling proc-macro2 v1.0.106
17882026-03-16T21:59:19.837Z Compiling quote v1.0.44
17892026-03-16T21:59:19.837Z Compiling unicode-ident v1.0.24
17902026-03-16T21:59:19.840Z Compiling libc v0.2.180
17912026-03-16T21:59:19.840Z Compiling serde_core v1.0.228
17922026-03-16T21:59:19.840Z Compiling serde v1.0.228
17932026-03-16T21:59:19.840Z Compiling cfg-if v1.0.4
17942026-03-16T21:59:19.983Z Compiling version_check v0.9.5
17952026-03-16T21:59:19.987Z Compiling shlex v1.3.0
17962026-03-16T21:59:19.999Z Compiling find-msvc-tools v0.1.9
17972026-03-16T21:59:20.008Z Compiling typenum v1.19.0
17982026-03-16T21:59:20.011Z Compiling portable-atomic v1.13.1
17992026-03-16T21:59:20.011Z Compiling memchr v2.8.0
18002026-03-16T21:59:20.011Z Compiling zmij v1.0.21
18012026-03-16T21:59:20.011Z Compiling serde_json v1.0.149
18022026-03-16T21:59:20.113Z Compiling autocfg v1.5.0
18032026-03-16T21:59:20.272Z Compiling zerocopy v0.8.40
18042026-03-16T21:59:20.315Z Compiling parking_lot_core v0.9.12
18052026-03-16T21:59:20.464Z Compiling generic-array v0.14.7
18062026-03-16T21:59:20.484Z Compiling libm v0.2.16
18072026-03-16T21:59:20.505Z Compiling smallvec v1.15.1
18082026-03-16T21:59:20.655Z Compiling num-traits v0.2.19
18092026-03-16T21:59:20.655Z Compiling icu_properties_data v2.1.2
18102026-03-16T21:59:20.736Z Compiling icu_normalizer_data v2.1.1
18112026-03-16T21:59:20.739Z Compiling itoa v1.0.17
18122026-03-16T21:59:20.777Z Compiling log v0.4.29
18132026-03-16T21:59:20.845Z Compiling getrandom v0.4.1
18142026-03-16T21:59:20.849Z Compiling pkg-config v0.3.32
18152026-03-16T21:59:20.953Z Compiling stable_deref_trait v1.2.1
18162026-03-16T21:59:21.039Z Compiling scopeguard v1.2.0
18172026-03-16T21:59:21.063Z Compiling subtle v2.6.1
18182026-03-16T21:59:21.146Z Compiling thiserror v2.0.18
18192026-03-16T21:59:21.185Z Compiling lock_api v0.4.14
18202026-03-16T21:59:21.188Z Compiling fnv v1.0.7
18212026-03-16T21:59:21.338Z Compiling jobserver v0.1.34
18222026-03-16T21:59:21.357Z Compiling getrandom v0.2.17
18232026-03-16T21:59:21.379Z Compiling errno v0.3.14
18242026-03-16T21:59:21.502Z Compiling pin-project-lite v0.2.17
18252026-03-16T21:59:21.528Z Compiling rand_core v0.6.4
18262026-03-16T21:59:21.549Z Compiling getrandom v0.3.4
18272026-03-16T21:59:21.575Z Compiling syn v2.0.117
18282026-03-16T21:59:21.643Z Compiling cc v1.2.56
18292026-03-16T21:59:21.725Z Compiling critical-section v1.2.0
18302026-03-16T21:59:21.834Z Compiling allocator-api2 v0.2.21
18312026-03-16T21:59:21.878Z Compiling equivalent v1.0.2
18322026-03-16T21:59:21.882Z Compiling rustversion v1.0.22
18332026-03-16T21:59:21.981Z Compiling percent-encoding v2.3.2
18342026-03-16T21:59:22.007Z Compiling dunce v1.0.5
18352026-03-16T21:59:22.049Z Compiling fs_extra v1.3.0
18362026-03-16T21:59:22.138Z Compiling litemap v0.8.1
18372026-03-16T21:59:22.168Z Compiling writeable v0.6.2
18382026-03-16T21:59:22.192Z Compiling foldhash v0.2.0
18392026-03-16T21:59:22.310Z Compiling once_cell v1.21.3
18402026-03-16T21:59:22.380Z Compiling hashbrown v0.16.1
18412026-03-16T21:59:22.486Z Compiling const-oid v0.9.6
18422026-03-16T21:59:22.489Z Compiling signal-hook-registry v1.4.8
18432026-03-16T21:59:22.641Z Compiling cmake v0.1.57
18442026-03-16T21:59:22.641Z Compiling rustix v1.1.3
18452026-03-16T21:59:22.644Z Compiling socket2 v0.6.2
18462026-03-16T21:59:22.698Z Compiling mio v1.1.1
18472026-03-16T21:59:22.701Z Compiling schemars v0.8.22
18482026-03-16T21:59:22.744Z Compiling aws-lc-rs v1.16.0
18492026-03-16T21:59:23.138Z Compiling semver v1.0.27
18502026-03-16T21:59:23.161Z Compiling indexmap v2.13.0
18512026-03-16T21:59:23.164Z Compiling parking_lot v0.12.5
18522026-03-16T21:59:23.164Z Compiling utf8_iter v1.0.4
18532026-03-16T21:59:23.316Z Compiling bitflags v2.11.0
18542026-03-16T21:59:23.412Z Compiling rand_core v0.10.0
18552026-03-16T21:59:23.434Z Compiling ring v0.17.14
18562026-03-16T21:59:23.456Z Compiling aws-lc-sys v0.37.1
18572026-03-16T21:59:23.535Z Compiling form_urlencoded v1.2.2
18582026-03-16T21:59:23.637Z Compiling futures-core v0.3.32
18592026-03-16T21:59:23.658Z Compiling strsim v0.11.1
18602026-03-16T21:59:23.973Z Compiling httparse v1.10.1
18612026-03-16T21:59:23.994Z Compiling byteorder v1.5.0
18622026-03-16T21:59:24.017Z Compiling ucd-trie v0.1.7
18632026-03-16T21:59:24.061Z Compiling thiserror v1.0.69
18642026-03-16T21:59:24.241Z Compiling pest v2.8.6
18652026-03-16T21:59:24.309Z Compiling vcpkg v0.2.15
18662026-03-16T21:59:24.331Z Compiling ident_case v1.0.1
18672026-03-16T21:59:24.335Z Compiling heck v0.5.0
18682026-03-16T21:59:24.509Z Compiling crossbeam-utils v0.8.21
18692026-03-16T21:59:24.576Z Compiling syn v1.0.109
18702026-03-16T21:59:24.576Z Compiling regex-syntax v0.8.10
18712026-03-16T21:59:24.798Z Compiling rustls v0.23.37
18722026-03-16T21:59:24.820Z Compiling futures-sink v0.3.32
18732026-03-16T21:59:24.847Z Compiling rustc_version v0.4.1
18742026-03-16T21:59:24.949Z Compiling futures-channel v0.3.32
18752026-03-16T21:59:24.952Z Compiling cpufeatures v0.2.17
18762026-03-16T21:59:24.990Z Compiling futures-io v0.3.32
18772026-03-16T21:59:24.993Z Compiling futures-task v0.3.32
18782026-03-16T21:59:24.993Z Compiling slab v0.4.12
18792026-03-16T21:59:25.140Z Compiling openssl-sys v0.9.111
18802026-03-16T21:59:25.189Z Compiling iana-time-zone v0.1.65
18812026-03-16T21:59:25.221Z Compiling plain v0.2.3
18822026-03-16T21:59:25.224Z Compiling uuid v1.21.0
18832026-03-16T21:59:25.295Z Compiling aho-corasick v1.1.4
18842026-03-16T21:59:25.319Z Compiling time-core v0.1.8
18852026-03-16T21:59:25.342Z Compiling num-conv v0.2.0
18862026-03-16T21:59:25.553Z Compiling synstructure v0.13.2
18872026-03-16T21:59:25.556Z Compiling serde_derive_internals v0.29.1
18882026-03-16T21:59:25.593Z Compiling time-macros v0.2.27
18892026-03-16T21:59:25.822Z Compiling pest_meta v2.8.6
18902026-03-16T21:59:25.907Z Compiling pretty-hex v0.4.1
18912026-03-16T21:59:26.134Z Compiling openssl v0.10.75
18922026-03-16T21:59:26.471Z Compiling base64ct v1.8.3
18932026-03-16T21:59:26.520Z Compiling crc32fast v1.5.0
18942026-03-16T21:59:26.543Z Compiling anyhow v1.0.102
18952026-03-16T21:59:26.565Z Compiling either v1.15.0
18962026-03-16T21:59:26.587Z Compiling darling_core v0.21.3
18972026-03-16T21:59:26.621Z Compiling pest_generator v2.8.6
18982026-03-16T21:59:26.642Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18992026-03-16T21:59:26.783Z Compiling regex-automata v0.4.14
19002026-03-16T21:59:26.805Z Compiling pem-rfc7468 v0.7.0
19012026-03-16T21:59:26.882Z Compiling flagset v0.4.7
19022026-03-16T21:59:26.902Z Compiling native-tls v0.2.18
19032026-03-16T21:59:26.946Z Compiling rand_core v0.9.5
19042026-03-16T21:59:27.138Z Compiling slog v2.8.2
19052026-03-16T21:59:27.182Z Compiling tracing-core v0.1.36
19062026-03-16T21:59:27.227Z Compiling rayon-core v1.13.0
19072026-03-16T21:59:27.247Z Compiling dyn-clone v1.0.20
19082026-03-16T21:59:27.269Z Compiling untrusted v0.9.0
19092026-03-16T21:59:27.443Z Compiling serde_derive v1.0.228
19102026-03-16T21:59:27.464Z Compiling zeroize_derive v1.4.3
19112026-03-16T21:59:27.467Z Compiling zerofrom-derive v0.1.6
19122026-03-16T21:59:27.467Z Compiling yoke-derive v0.8.1
19132026-03-16T21:59:27.527Z Compiling zerovec-derive v0.11.2
19142026-03-16T21:59:27.576Z Compiling displaydoc v0.2.5
19152026-03-16T21:59:27.599Z Compiling zerocopy-derive v0.8.40
19162026-03-16T21:59:27.659Z Compiling tokio-macros v2.6.0
19172026-03-16T21:59:27.939Z Compiling futures-macro v0.3.32
19182026-03-16T21:59:28.272Z Compiling zeroize v1.8.2
19192026-03-16T21:59:28.520Z Compiling thiserror-impl v2.0.18
19202026-03-16T21:59:28.604Z Compiling tracing-attributes v0.1.31
19212026-03-16T21:59:28.799Z Compiling der_derive v0.7.3
19222026-03-16T21:59:28.918Z Compiling schemars_derive v0.8.22
19232026-03-16T21:59:28.964Z Compiling thiserror-impl v1.0.69
19242026-03-16T21:59:29.063Z Compiling zerofrom v0.1.6
19252026-03-16T21:59:29.238Z Compiling yoke v0.8.1
19262026-03-16T21:59:29.396Z Compiling crypto-common v0.1.7
19272026-03-16T21:59:29.475Z Compiling zerovec v0.11.5
19282026-03-16T21:59:29.498Z Compiling zerotrie v0.2.3
19292026-03-16T21:59:30.031Z Compiling block-buffer v0.10.4
19302026-03-16T21:59:30.165Z Compiling pest_derive v2.8.6
19312026-03-16T21:59:30.229Z Compiling digest v0.10.7
19322026-03-16T21:59:30.250Z Compiling tinystr v0.8.2
19332026-03-16T21:59:30.325Z Compiling potential_utf v0.1.4
19342026-03-16T21:59:30.516Z Compiling icu_locale_core v2.1.1
19352026-03-16T21:59:30.538Z Compiling icu_collections v2.1.1
19362026-03-16T21:59:30.541Z Compiling hmac v0.12.1
19372026-03-16T21:59:30.580Z Compiling futures-util v0.3.32
19382026-03-16T21:59:30.583Z Compiling block-padding v0.3.3
19392026-03-16T21:59:30.695Z Compiling sha2 v0.10.9
19402026-03-16T21:59:30.797Z Compiling inout v0.1.4
19412026-03-16T21:59:30.823Z Compiling rustls-pki-types v1.14.0
19422026-03-16T21:59:31.025Z Compiling cipher v0.4.4
19432026-03-16T21:59:31.339Z Compiling scroll_derive v0.13.1
19442026-03-16T21:59:31.488Z Compiling scroll_derive v0.12.1
19452026-03-16T21:59:31.587Z Compiling icu_provider v2.1.1
19462026-03-16T21:59:34.904Z Compiling bytes v1.11.1
19472026-03-16T21:59:34.927Z Compiling icu_normalizer v2.1.1
19482026-03-16T21:59:34.927Z Compiling icu_properties v2.1.2
19492026-03-16T21:59:34.928Z Compiling chrono v0.4.44
19502026-03-16T21:59:34.928Z Compiling serde_tokenstream v0.2.3
19512026-03-16T21:59:34.928Z Compiling tokio v1.49.0
19522026-03-16T21:59:34.928Z Compiling openssl-macros v0.1.1
19532026-03-16T21:59:34.928Z Compiling http v1.4.0
19542026-03-16T21:59:34.928Z Compiling idna_adapter v1.2.1
19552026-03-16T21:59:34.928Z Compiling idna v1.1.0
19562026-03-16T21:59:34.928Z Compiling der v0.7.10
19572026-03-16T21:59:34.928Z Compiling regex v1.12.3
19582026-03-16T21:59:34.928Z Compiling darling_macro v0.21.3
19592026-03-16T21:59:34.928Z Compiling url v2.5.8
19602026-03-16T21:59:34.928Z Compiling ppv-lite86 v0.2.21
19612026-03-16T21:59:34.928Z Compiling zerocopy-derive v0.7.35
19622026-03-16T21:59:34.928Z Compiling darling v0.21.3
19632026-03-16T21:59:34.928Z Compiling salsa20 v0.10.2
19642026-03-16T21:59:34.928Z Compiling pbkdf2 v0.12.2
19652026-03-16T21:59:34.945Z Compiling tracing v0.1.44
19662026-03-16T21:59:36.311Z Compiling spki v0.7.3
19672026-03-16T21:59:36.318Z Compiling cookie v0.18.1
19682026-03-16T21:59:36.318Z Compiling camino v1.2.2
19692026-03-16T21:59:36.318Z Compiling base64 v0.22.1
19702026-03-16T21:59:36.318Z Compiling scrypt v0.11.0
19712026-03-16T21:59:36.318Z Compiling rand_chacha v0.9.0
19722026-03-16T21:59:36.318Z Compiling aes v0.8.4
19732026-03-16T21:59:36.318Z Compiling cbc v0.1.2
19742026-03-16T21:59:36.944Z Compiling usdt-impl v0.5.0
19752026-03-16T21:59:36.957Z Compiling winnow v0.7.14
19762026-03-16T21:59:36.957Z Compiling ref-cast v1.0.25
19772026-03-16T21:59:36.957Z Compiling paste v1.0.15
19782026-03-16T21:59:36.957Z Compiling usdt-impl v0.6.0
19792026-03-16T21:59:37.187Z Compiling pkcs5 v0.7.1
19802026-03-16T21:59:38.316Z Compiling rand v0.9.2
19812026-03-16T21:59:38.346Z Compiling http-body v1.0.1
19822026-03-16T21:59:38.346Z Compiling scroll v0.13.0
19832026-03-16T21:59:38.346Z Compiling scroll v0.12.0
19842026-03-16T21:59:38.346Z Compiling serde_spanned v0.6.9
19852026-03-16T21:59:38.347Z Compiling toml_datetime v0.6.11
19862026-03-16T21:59:38.347Z Compiling heapless v0.7.17
19872026-03-16T21:59:38.347Z Compiling tokio-util v0.7.18
19882026-03-16T21:59:38.347Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-03-16T21:59:38.347Z Compiling zstd-safe v7.2.4
19902026-03-16T21:59:38.347Z Compiling untrusted v0.7.1
19912026-03-16T21:59:38.347Z Compiling atomic-waker v1.1.2
19922026-03-16T21:59:38.347Z Compiling openssl-probe v0.2.1
19932026-03-16T21:59:38.347Z Compiling signal-hook v0.3.18
19942026-03-16T21:59:38.750Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-03-16T21:59:38.765Z Compiling goblin v0.8.2
19962026-03-16T21:59:38.765Z Compiling goblin v0.10.5
19972026-03-16T21:59:38.765Z Compiling pkcs8 v0.10.2
19982026-03-16T21:59:39.217Z Compiling zerocopy v0.7.35
19992026-03-16T21:59:39.221Z Compiling ref-cast-impl v1.0.25
20002026-03-16T21:59:39.240Z Compiling darling_core v0.20.11
20012026-03-16T21:59:39.355Z Compiling toml_datetime v0.7.5+spec-1.1.0
20022026-03-16T21:59:39.657Z Compiling try-lock v0.2.5
20032026-03-16T21:59:39.743Z Compiling litrs v1.0.0
20042026-03-16T21:59:39.813Z Compiling tower-layer v0.3.3
20052026-03-16T21:59:39.867Z Compiling tinyvec_macros v0.1.1
20062026-03-16T21:59:39.934Z Compiling tower-service v0.3.3
20072026-03-16T21:59:40.195Z Compiling rustix v0.38.44
20082026-03-16T21:59:40.229Z Compiling fastrand v2.3.0
20092026-03-16T21:59:40.286Z Compiling winnow v0.5.40
20102026-03-16T21:59:40.306Z Compiling want v0.3.1
20112026-03-16T21:59:40.511Z Compiling document-features v0.2.12
20122026-03-16T21:59:40.547Z Compiling h2 v0.4.13
20132026-03-16T21:59:40.581Z Compiling tinyvec v1.10.0
20142026-03-16T21:59:41.334Z Compiling dtrace-parser v0.2.0
20152026-03-16T21:59:41.438Z Compiling dtrace-parser v0.3.0
20162026-03-16T21:59:41.862Z Compiling dof v0.3.0
20172026-03-16T21:59:42.102Z Compiling darling_macro v0.20.11
20182026-03-16T21:59:42.175Z Compiling toml_edit v0.19.15
20192026-03-16T21:59:42.213Z Compiling ipnet v2.11.0
20202026-03-16T21:59:42.285Z Compiling daft-derive v0.1.5
20212026-03-16T21:59:42.397Z Compiling async-trait v0.1.89
20222026-03-16T21:59:42.719Z Compiling dof v0.4.0
20232026-03-16T21:59:42.739Z Compiling curve25519-dalek v4.1.3
20242026-03-16T21:59:42.899Z Compiling spin v0.9.8
20252026-03-16T21:59:43.085Z Compiling thread-id v4.2.2
20262026-03-16T21:59:43.115Z Compiling thread-id v5.1.0
20272026-03-16T21:59:43.182Z Compiling proc-macro-error-attr v1.0.4
20282026-03-16T21:59:43.201Z Compiling foreign-types-shared v0.1.1
20292026-03-16T21:59:43.204Z Compiling httpdate v1.0.3
20302026-03-16T21:59:43.323Z Compiling powerfmt v0.2.0
20312026-03-16T21:59:43.462Z Compiling pin-utils v0.1.0
20322026-03-16T21:59:43.512Z Compiling num-bigint-dig v0.8.6
20332026-03-16T21:59:43.728Z Compiling smoltcp v0.9.1
20342026-03-16T21:59:43.731Z Compiling deranged v0.5.8
20352026-03-16T21:59:43.804Z Compiling foreign-types v0.3.2
20362026-03-16T21:59:43.904Z Compiling tempfile v3.25.0
20372026-03-16T21:59:44.152Z Compiling darling v0.20.11
20382026-03-16T21:59:44.551Z Compiling ipnetwork v0.21.1
20392026-03-16T21:59:44.594Z Compiling hyper v1.8.1
20402026-03-16T21:59:44.635Z Compiling strum_macros v0.26.4
20412026-03-16T21:59:44.902Z Compiling wait-timeout v0.2.1
20422026-03-16T21:59:44.953Z Compiling proc-macro-error v1.0.4
20432026-03-16T21:59:45.383Z Compiling siphasher v1.0.2
20442026-03-16T21:59:45.457Z Compiling num_threads v0.1.7
20452026-03-16T21:59:45.479Z Compiling simd-adler32 v0.3.8
20462026-03-16T21:59:45.614Z Compiling bit-vec v0.8.0
20472026-03-16T21:59:45.652Z Compiling utf8parse v0.2.2
20482026-03-16T21:59:45.673Z Compiling quick-error v1.2.3
20492026-03-16T21:59:45.807Z Compiling anstyle v1.0.13
20502026-03-16T21:59:45.828Z Compiling unicode-segmentation v1.12.0
20512026-03-16T21:59:45.850Z Compiling rusty-fork v0.3.1
20522026-03-16T21:59:45.926Z Compiling bit-set v0.8.0
20532026-03-16T21:59:45.964Z Compiling anstyle-parse v0.2.7
20542026-03-16T21:59:46.112Z Compiling hyper-util v0.1.20
20552026-03-16T21:59:46.219Z Compiling time v0.3.47
20562026-03-16T21:59:46.828Z Compiling crossbeam-epoch v0.9.18
20572026-03-16T21:59:46.873Z Compiling derive_builder_core v0.20.2
20582026-03-16T21:59:47.250Z Compiling unicode-normalization v0.1.25
20592026-03-16T21:59:47.885Z Compiling rustls-native-certs v0.8.3
20602026-03-16T21:59:48.378Z Compiling signature v2.2.0
20612026-03-16T21:59:48.435Z Compiling hubpack_derive v0.1.1
20622026-03-16T21:59:48.541Z Compiling curve25519-dalek-derive v0.1.1
20632026-03-16T21:59:48.580Z Compiling strum_macros v0.27.2
20642026-03-16T21:59:48.655Z Compiling rand_xorshift v0.4.0
20652026-03-16T21:59:48.848Z Compiling sync_wrapper v1.0.2
20662026-03-16T21:59:48.868Z Compiling fs-err v3.3.0
20672026-03-16T21:59:48.871Z Compiling ahash v0.8.12
20682026-03-16T21:59:48.995Z Compiling anstyle-query v1.1.5
20692026-03-16T21:59:49.038Z Compiling unicode-properties v0.1.4
20702026-03-16T21:59:49.140Z Compiling colorchoice v1.0.4
20712026-03-16T21:59:49.178Z Compiling is_terminal_polyfill v1.70.2
20722026-03-16T21:59:49.295Z Compiling unicode-bidi v0.3.18
20732026-03-16T21:59:49.319Z Compiling unarray v0.1.4
20742026-03-16T21:59:49.323Z Compiling object v0.37.3
20752026-03-16T21:59:49.341Z Compiling adler2 v2.0.1
20762026-03-16T21:59:49.383Z Compiling anstream v0.6.21
20772026-03-16T21:59:49.472Z Compiling proptest v1.10.0
20782026-03-16T21:59:49.538Z Compiling miniz_oxide v0.8.9
20792026-03-16T21:59:49.814Z Compiling stringprep v0.1.5
20802026-03-16T21:59:50.096Z Compiling tower v0.5.3
20812026-03-16T21:59:50.317Z Compiling derive_builder_macro v0.20.2
20822026-03-16T21:59:50.436Z Compiling crossbeam-deque v0.8.6
20832026-03-16T21:59:50.699Z Compiling heck v0.4.1
20842026-03-16T21:59:50.720Z Compiling usdt-attr-macro v0.6.0
20852026-03-16T21:59:50.744Z Compiling usdt-macro v0.6.0
20862026-03-16T21:59:51.143Z Compiling http-body-util v0.1.3
20872026-03-16T21:59:51.183Z Compiling webpki-roots v1.0.6
20882026-03-16T21:59:51.435Z Compiling rand_chacha v0.3.1
20892026-03-16T21:59:51.438Z Compiling erased-serde v0.3.31
20902026-03-16T21:59:51.480Z Compiling md-5 v0.10.6
20912026-03-16T21:59:51.597Z Compiling num-integer v0.1.46
20922026-03-16T21:59:51.601Z Compiling hash32 v0.2.1
20932026-03-16T21:59:51.703Z Compiling vergen-lib v0.1.6
20942026-03-16T21:59:51.731Z Compiling ff v0.13.1
20952026-03-16T21:59:51.831Z Compiling fallible-iterator v0.2.0
20962026-03-16T21:59:51.851Z Compiling base16ct v0.2.0
20972026-03-16T21:59:51.873Z Compiling iri-string v0.7.10
20982026-03-16T21:59:51.895Z Compiling psl-types v2.0.11
20992026-03-16T21:59:51.917Z Compiling zlib-rs v0.6.2
21002026-03-16T21:59:51.978Z Compiling ryu v1.0.23
21012026-03-16T21:59:52.028Z Compiling publicsuffix v2.3.0
21022026-03-16T21:59:52.074Z Compiling sec1 v0.7.3
21032026-03-16T21:59:52.113Z Compiling num-iter v0.1.45
21042026-03-16T21:59:52.116Z Compiling group v0.13.0
21052026-03-16T21:59:52.156Z Compiling serde_urlencoded v0.7.1
21062026-03-16T21:59:52.255Z Compiling postgres-protocol v0.6.10
21072026-03-16T21:59:52.347Z Compiling newtype-uuid v1.3.2
21082026-03-16T21:59:52.492Z Compiling rand v0.8.5
21092026-03-16T21:59:52.756Z Compiling oxnet v0.1.4
21102026-03-16T21:59:52.927Z Compiling zone_cfg_derive v0.3.1
21112026-03-16T21:59:52.946Z Compiling derive_builder v0.20.2
21122026-03-16T21:59:53.181Z Compiling tokio-native-tls v0.3.1
21132026-03-16T21:59:53.202Z Compiling phf_shared v0.13.1
21142026-03-16T21:59:53.305Z Compiling lazy_static v1.5.0
21152026-03-16T21:59:53.389Z Compiling terminal_size v0.4.3
21162026-03-16T21:59:53.410Z Compiling serde_with_macros v3.17.0
21172026-03-16T21:59:53.429Z Compiling cargo-platform v0.1.9
21182026-03-16T21:59:53.495Z Compiling tower-http v0.6.8
21192026-03-16T21:59:53.570Z Compiling hkdf v0.12.4
21202026-03-16T21:59:53.664Z Compiling crypto-bigint v0.5.5
21212026-03-16T21:59:53.684Z Compiling enum-as-inner v0.6.1
21222026-03-16T21:59:53.710Z Compiling serde_repr v0.1.20
21232026-03-16T21:59:53.749Z Compiling clap_derive v4.5.55
21242026-03-16T21:59:53.752Z Compiling vergen v9.0.6
21252026-03-16T21:59:53.815Z Compiling foldhash v0.1.5
21262026-03-16T21:59:53.970Z Compiling managed v0.8.0
21272026-03-16T21:59:54.039Z Compiling bumpalo v3.20.2
21282026-03-16T21:59:54.103Z Compiling bitflags v1.3.2
21292026-03-16T21:59:54.235Z Compiling unicode-width v0.2.0
21302026-03-16T21:59:54.261Z Compiling libbz2-rs-sys v0.2.2
21312026-03-16T21:59:54.375Z Compiling clap_lex v1.0.0
21322026-03-16T21:59:54.420Z Compiling zopfli v0.8.3
21332026-03-16T21:59:54.560Z Compiling console v0.16.2
21342026-03-16T21:59:54.617Z Compiling clap_builder v4.5.60
21352026-03-16T21:59:54.694Z Compiling flate2 v1.1.9
21362026-03-16T21:59:54.849Z Compiling bzip2 v0.6.1
21372026-03-16T21:59:55.018Z Compiling hashbrown v0.15.5
21382026-03-16T21:59:55.122Z Compiling cargo_metadata v0.19.2
21392026-03-16T21:59:55.248Z Compiling phf v0.13.1
21402026-03-16T21:59:55.285Z Compiling elliptic-curve v0.13.8
21412026-03-16T21:59:55.523Z Compiling hyper-tls v0.6.0
21422026-03-16T21:59:55.632Z Compiling signal-hook-mio v0.2.5
21432026-03-16T21:59:55.767Z Compiling rayon v1.11.0
21442026-03-16T21:59:55.792Z Compiling daft v0.1.5
21452026-03-16T21:59:55.814Z Compiling cookie_store v0.22.1
21462026-03-16T21:59:55.856Z Compiling zstd v0.13.3
21472026-03-16T21:59:56.022Z Compiling postgres-types v0.2.12
21482026-03-16T21:59:56.167Z Compiling bzip2 v0.4.4
21492026-03-16T21:59:56.199Z Compiling strum v0.27.2
21502026-03-16T21:59:56.513Z Compiling hubpack v0.1.2
21512026-03-16T21:59:56.561Z Compiling ed25519 v2.2.3
21522026-03-16T21:59:56.631Z Compiling phf_shared v0.11.3
21532026-03-16T21:59:56.810Z Compiling pkcs1 v0.7.5
21542026-03-16T21:59:56.899Z Compiling hex v0.4.3
21552026-03-16T21:59:57.016Z Compiling serde-big-array v0.5.1
21562026-03-16T21:59:57.044Z Compiling rfc6979 v0.4.0
21572026-03-16T21:59:57.211Z Compiling bstr v1.12.1
21582026-03-16T21:59:57.280Z Compiling itertools v0.12.1
21592026-03-16T21:59:57.321Z Compiling float-cmp v0.10.0
21602026-03-16T21:59:57.340Z Compiling memmap2 v0.9.10
21612026-03-16T21:59:57.360Z Compiling env_filter v1.0.0
21622026-03-16T21:59:57.519Z Compiling encoding_rs v0.8.35
21632026-03-16T21:59:57.613Z Compiling unit-prefix v0.5.2
21642026-03-16T21:59:57.633Z Compiling whoami v2.1.0
21652026-03-16T21:59:57.717Z Compiling mime v0.3.17
21662026-03-16T21:59:57.737Z Compiling toml_write v0.1.2
21672026-03-16T21:59:57.805Z Compiling jiff v0.2.21
21682026-03-16T21:59:58.011Z Compiling new_debug_unreachable v1.0.6
21692026-03-16T21:59:58.033Z Compiling normalize-line-endings v0.3.0
21702026-03-16T21:59:58.054Z Compiling rustc-hash v2.1.1
21712026-03-16T21:59:58.075Z Compiling static_assertions v1.1.0
21722026-03-16T21:59:58.098Z Compiling predicates-core v1.0.10
21732026-03-16T21:59:58.149Z Compiling difflib v0.4.0
21742026-03-16T21:59:58.172Z Compiling keccak v0.1.6
21752026-03-16T21:59:58.192Z Compiling data-encoding v2.10.0
21762026-03-16T21:59:58.223Z Compiling fixedbitset v0.5.7
21772026-03-16T21:59:58.332Z Compiling precomputed-hash v0.1.1
21782026-03-16T21:59:58.449Z Compiling fixedbitset v0.4.2
21792026-03-16T21:59:58.469Z Compiling predicates v3.1.4
21802026-03-16T21:59:58.602Z Compiling hickory-proto v0.25.2
21812026-03-16T21:59:58.691Z Compiling petgraph v0.6.5
21822026-03-16T21:59:58.780Z Compiling petgraph v0.8.3
21832026-03-16T21:59:58.814Z Compiling zone v0.3.1
21842026-03-16T21:59:58.939Z Compiling string_cache v0.8.9
21852026-03-16T21:59:58.973Z Compiling sha3 v0.10.8
21862026-03-16T21:59:59.234Z Compiling iddqd v0.3.17
21872026-03-16T21:59:59.266Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-16T21:59:59.286Z Compiling toml_edit v0.22.27
21892026-03-16T21:59:59.314Z Compiling indicatif v0.18.4
21902026-03-16T21:59:59.338Z Compiling tokio-postgres v0.7.16
21912026-03-16T21:59:59.657Z Compiling similar v2.7.0
21922026-03-16T22:00:00.734Z Compiling env_logger v0.11.9
21932026-03-16T22:00:00.734Z Compiling usdt v0.6.0
21942026-03-16T22:00:01.173Z Compiling serde_with v3.17.0
21952026-03-16T22:00:01.385Z Compiling ecdsa v0.16.9
21962026-03-16T22:00:01.467Z Compiling zip v4.6.1
21972026-03-16T22:00:01.931Z Compiling rsa v0.9.10
21982026-03-16T22:00:02.419Z Compiling ed25519-dalek v2.2.0
21992026-03-16T22:00:02.649Z Compiling clap v4.5.60
22002026-03-16T22:00:02.784Z Compiling crossterm v0.28.1
22012026-03-16T22:00:03.017Z Compiling zip v0.6.6
22022026-03-16T22:00:03.094Z Compiling strum v0.26.3
22032026-03-16T22:00:03.198Z Compiling toml v0.7.8
22042026-03-16T22:00:03.265Z Compiling tokio-stream v0.1.18
22052026-03-16T22:00:03.307Z Compiling buf-list v1.1.2
22062026-03-16T22:00:03.668Z Compiling x509-cert v0.2.5
22072026-03-16T22:00:03.698Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22082026-03-16T22:00:03.868Z Compiling openapiv3 v2.2.0
22092026-03-16T22:00:03.974Z Compiling sha1 v0.10.6
22102026-03-16T22:00:04.148Z Compiling itertools v0.13.0
22112026-03-16T22:00:04.407Z Compiling peg-runtime v0.8.5
22122026-03-16T22:00:04.917Z Compiling lalrpop-util v0.19.12
22132026-03-16T22:00:11.221Z Compiling macaddr v1.0.1
22142026-03-16T22:00:11.718Z Compiling structmeta-derive v0.3.0
22152026-03-16T22:00:11.803Z Compiling itertools v0.14.0
22162026-03-16T22:00:13.148Z Compiling heapless v0.8.0
22172026-03-16T22:00:13.457Z Compiling structmeta v0.3.0
22182026-03-16T22:00:13.483Z Compiling ingot-macros v0.1.1
22192026-03-16T22:00:14.742Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-03-16T22:00:15.263Z Compiling hash32 v0.3.1
22212026-03-16T22:00:15.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-03-16T22:00:16.275Z Compiling smoltcp v0.11.0
22232026-03-16T22:00:16.966Z Compiling ingot-types v0.1.2
22242026-03-16T22:00:17.672Z Compiling proc-macro-crate v3.4.0
22252026-03-16T22:00:20.986Z Compiling cobs v0.3.0
22262026-03-16T22:00:22.164Z Compiling rustls v0.22.4
22272026-03-16T22:00:22.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22282026-03-16T22:00:25.373Z Compiling postcard v1.1.3
22292026-03-16T22:00:26.452Z Compiling rustls-webpki v0.103.9
22302026-03-16T22:00:27.558Z Compiling num_enum_derive v0.7.5
22312026-03-16T22:00:27.581Z Compiling ingot v0.1.1
22322026-03-16T22:00:28.832Z Compiling proc-macro-crate v1.3.1
22332026-03-16T22:00:29.721Z Compiling rustls-webpki v0.102.8
22342026-03-16T22:00:30.188Z Compiling futures-executor v0.3.32
22352026-03-16T22:00:30.254Z Compiling foreign-types-macros v0.2.3
22362026-03-16T22:00:30.373Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22372026-03-16T22:00:30.674Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22382026-03-16T22:00:30.804Z Compiling multer v3.1.0
22392026-03-16T22:00:30.825Z Compiling thread_local v1.1.9
22402026-03-16T22:00:30.953Z Compiling slog-async v2.8.0
22412026-03-16T22:00:30.973Z Compiling cpufeatures v0.3.0
22422026-03-16T22:00:31.057Z Compiling foreign-types-shared v0.3.1
22432026-03-16T22:00:31.089Z Compiling match_cfg v0.1.0
22442026-03-16T22:00:31.193Z Compiling hostname v0.3.1
22452026-03-16T22:00:31.214Z Compiling foreign-types v0.5.0
22462026-03-16T22:00:31.240Z Compiling tokio-rustls v0.26.4
22472026-03-16T22:00:31.261Z Compiling rustls-platform-verifier v0.6.2
22482026-03-16T22:00:31.351Z Compiling chacha20 v0.10.0
22492026-03-16T22:00:31.468Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-16T22:00:31.489Z Compiling futures v0.3.32
22512026-03-16T22:00:31.538Z Compiling num_enum_derive v0.5.11
22522026-03-16T22:00:31.607Z Compiling hyper-rustls v0.27.7
22532026-03-16T22:00:31.611Z Compiling num_enum v0.7.5
22542026-03-16T22:00:31.778Z Compiling derive-ex v0.1.8
22552026-03-16T22:00:31.808Z Compiling tabwriter v1.4.1
22562026-03-16T22:00:31.827Z Compiling slog-json v2.6.1
22572026-03-16T22:00:31.864Z Compiling crossbeam-channel v0.5.15
22582026-03-16T22:00:31.921Z Compiling reqwest v0.13.2
22592026-03-16T22:00:32.026Z Compiling reqwest v0.12.28
22602026-03-16T22:00:32.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22612026-03-16T22:00:32.152Z Compiling async-stream-impl v0.3.6
22622026-03-16T22:00:32.291Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22632026-03-16T22:00:32.663Z Compiling serde_spanned v1.0.4
22642026-03-16T22:00:32.710Z Compiling is-terminal v0.4.17
22652026-03-16T22:00:32.768Z Compiling cstr-argument v0.1.2
22662026-03-16T22:00:32.834Z Compiling memoffset v0.9.1
22672026-03-16T22:00:32.854Z Compiling dropshot v0.16.7
22682026-03-16T22:00:32.873Z Compiling toml_writer v1.0.6+spec-1.1.0
22692026-03-16T22:00:32.908Z Compiling crucible-workspace-hack v0.1.0
22702026-03-16T22:00:32.958Z Compiling term v1.2.1
22712026-03-16T22:00:32.999Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22722026-03-16T22:00:33.134Z Compiling typeid v1.0.3
22732026-03-16T22:00:33.155Z Compiling cfg_aliases v0.2.1
22742026-03-16T22:00:33.183Z Compiling take_mut v0.2.2
22752026-03-16T22:00:33.270Z Compiling nix v0.30.1
22762026-03-16T22:00:33.361Z Compiling toml v0.9.12+spec-1.1.0
22772026-03-16T22:00:33.384Z Compiling slog-term v2.9.2
22782026-03-16T22:00:33.721Z Compiling async-stream v0.3.6
22792026-03-16T22:00:33.756Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802026-03-16T22:00:33.815Z Compiling num_enum v0.5.11
22812026-03-16T22:00:33.915Z Compiling test-strategy v0.4.5
22822026-03-16T22:00:33.973Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-03-16T22:00:34.003Z Compiling slog-bunyan v2.5.0
22842026-03-16T22:00:34.142Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22852026-03-16T22:00:34.251Z Compiling rand v0.10.0
22862026-03-16T22:00:34.295Z Compiling tokio-rustls v0.25.0
22872026-03-16T22:00:34.628Z Compiling parse-display-derive v0.10.0
22882026-03-16T22:00:34.917Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-03-16T22:00:35.023Z Compiling backon v1.6.0
22902026-03-16T22:00:35.042Z Compiling waitgroup v0.1.2
22912026-03-16T22:00:35.061Z Compiling newtype-uuid-macros v0.1.0
22922026-03-16T22:00:35.233Z Compiling dropshot_endpoint v0.16.7
22932026-03-16T22:00:35.258Z Compiling rustls-pemfile v2.2.0
22942026-03-16T22:00:35.318Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22952026-03-16T22:00:35.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22962026-03-16T22:00:35.381Z Compiling serde_path_to_error v0.1.20
22972026-03-16T22:00:35.639Z Compiling hostname v0.4.2
22982026-03-16T22:00:35.734Z Compiling instant v0.1.13
22992026-03-16T22:00:35.755Z Compiling erased-serde v0.4.9
23002026-03-16T22:00:35.782Z Compiling colored v3.1.1
23012026-03-16T22:00:35.867Z Compiling debug-ignore v1.0.5
23022026-03-16T22:00:35.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-03-16T22:00:35.904Z Compiling backoff v0.4.0
23042026-03-16T22:00:35.982Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-16T22:00:36.032Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23062026-03-16T22:00:36.084Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23072026-03-16T22:00:36.129Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23082026-03-16T22:00:36.421Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23092026-03-16T22:00:36.448Z Compiling camino-tempfile v1.4.1
23102026-03-16T22:00:36.653Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23112026-03-16T22:00:36.690Z Compiling parse-display v0.10.0
23122026-03-16T22:00:36.728Z Compiling secrecy v0.10.3
23132026-03-16T22:00:36.856Z Compiling num-derive v0.4.2
23142026-03-16T22:00:36.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-16T22:00:36.962Z Compiling regress v0.10.5
23162026-03-16T22:00:36.983Z Compiling sigpipe v0.1.3
23172026-03-16T22:00:37.114Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23182026-03-16T22:00:37.305Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-16T22:00:37.400Z Compiling libefi-sys v0.1.0
23202026-03-16T22:00:37.679Z Compiling glob v0.3.3
23212026-03-16T22:00:37.848Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23222026-03-16T22:00:37.889Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23232026-03-16T22:00:38.045Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23242026-03-16T22:00:38.614Z Compiling usdt-macro v0.5.0
23252026-03-16T22:00:38.636Z Compiling usdt-attr-macro v0.5.0
23262026-03-16T22:00:38.636Z Compiling smf v0.2.3
23272026-03-16T22:00:38.732Z Compiling bitfield-struct v0.6.2
23282026-03-16T22:00:38.920Z Compiling ordered-float v2.10.1
23292026-03-16T22:00:38.961Z Compiling blake3 v1.8.3
23302026-03-16T22:00:39.010Z Compiling memmap v0.7.0
23312026-03-16T22:00:39.316Z Compiling whoami v1.6.1
23322026-03-16T22:00:39.335Z Compiling serde-value v0.7.0
23332026-03-16T22:00:39.541Z Compiling serde-untagged v0.1.9
23342026-03-16T22:00:39.571Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-16T22:00:39.643Z Compiling usdt v0.5.0
23362026-03-16T22:00:39.978Z Compiling toml v0.8.23
23372026-03-16T22:00:40.040Z Compiling filetime v0.2.27
23382026-03-16T22:00:40.083Z Compiling arrayvec v0.7.6
23392026-03-16T22:00:40.165Z Compiling arrayref v0.3.9
23402026-03-16T22:00:40.191Z Compiling unicode-xid v0.2.6
23412026-03-16T22:00:40.211Z Compiling constant_time_eq v0.4.2
23422026-03-16T22:00:40.274Z Compiling same-file v1.0.6
23432026-03-16T22:00:40.321Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-16T22:00:40.339Z Compiling xattr v1.6.1
23452026-03-16T22:00:40.430Z Compiling walkdir v2.5.0
23462026-03-16T22:00:40.449Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-16T22:00:40.476Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23482026-03-16T22:00:40.511Z Compiling tar v0.4.44
23492026-03-16T22:00:40.531Z Compiling tokio-dtrace v0.1.1
23502026-03-16T22:00:40.613Z Compiling gethostname v0.5.0
23512026-03-16T22:00:40.724Z Compiling cargo-util-schemas v0.8.2
23522026-03-16T22:00:40.798Z Compiling cargo-platform v0.2.0
23532026-03-16T22:00:40.817Z Compiling topological-sort v0.2.2
23542026-03-16T22:00:40.985Z Compiling oxide-tokio-rt v0.1.2
23552026-03-16T22:00:41.023Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23562026-03-16T22:00:41.070Z Compiling shell-words v1.1.1
23572026-03-16T22:00:41.264Z Compiling indent_write v2.2.0
23582026-03-16T22:00:42.254Z Compiling cargo_metadata v0.21.0
23592026-03-16T22:00:52.967Z Compiling progenitor-client v0.13.0
23602026-03-16T22:00:53.031Z Compiling progenitor-client v0.10.0
23612026-03-16T22:00:53.034Z Compiling omicron-zone-package v0.12.2
23622026-03-16T22:00:53.146Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-03-16T22:00:53.149Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-03-16T22:00:53.319Z Compiling progenitor-extras v0.1.1
23652026-03-16T22:00:53.578Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23662026-03-16T22:01:03.010Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23672026-03-16T22:01:03.561Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23682026-03-16T22:01:04.751Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23692026-03-16T22:01:13.111Z Finished `release` profile [optimized] target(s) in 1m 54s
23702026-03-16T22:01:13.290Z Running `target/release/omicron-package -t test target create -p dev`
23712026-03-16T22:01:13.352ZLogging to: /work/oxidecomputer/omicron/out/LOG
23722026-03-16T22:01:13.355ZCreated new build target 'test' and set it as active
23732026-03-16T22:01:13.358Z
23742026-03-16T22:01:13.358Zreal 1:54.566949821
23752026-03-16T22:01:13.358Zuser 20:26.290924184
23762026-03-16T22:01:13.358Zsys 2:58.528224031
23772026-03-16T22:01:13.358Ztrap 0.524676987
23782026-03-16T22:01:13.358Ztflt 3.268297065
23792026-03-16T22:01:13.358Zdflt 3.656127604
23802026-03-16T22:01:13.358Zkflt 0.000267126
23812026-03-16T22:01:13.358Zlock 47:23.253302194
23822026-03-16T22:01:13.358Zslp 1:11:03.393127892
23832026-03-16T22:01:13.359Zlat 48.181315289
23842026-03-16T22:01:13.359Zstop 6:39.511228947
23852026-03-16T22:01:13.359Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23862026-03-16T22:01:14.443Z Finished `release` profile [optimized] target(s) in 1.07s
23872026-03-16T22:01:14.508Z Running `target/release/omicron-package -t test package`
23882026-03-16T22:01:14.565ZLogging to: /work/oxidecomputer/omicron/out/LOG
23892026-03-16T22:01:16.317Z Compiling regress v0.10.5
23902026-03-16T22:01:16.317Z Compiling heck v0.5.0
23912026-03-16T22:01:16.321Z Compiling unsafe-libyaml v0.2.11
23922026-03-16T22:01:16.567Z Compiling convert_case v0.4.0
23932026-03-16T22:01:16.587Z Compiling half v2.7.1
23942026-03-16T22:01:16.590Z Compiling ciborium-io v0.2.2
23952026-03-16T22:01:16.638Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23962026-03-16T22:01:16.642Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23972026-03-16T22:01:16.642Z Compiling prettyplease v0.2.37
23982026-03-16T22:01:16.642Z Compiling universal-hash v0.5.1
23992026-03-16T22:01:16.642Z Compiling thiserror-impl-no-std v2.0.2
24002026-03-16T22:01:16.642Z Compiling unicode-width v0.1.14
24012026-03-16T22:01:16.642Z Compiling opaque-debug v0.3.1
24022026-03-16T22:01:16.642Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24032026-03-16T22:01:16.689Z Compiling chacha20 v0.9.1
24042026-03-16T22:01:16.741Z Compiling typify-impl v0.6.1
24052026-03-16T22:01:16.851Z Compiling password-hash v0.5.0
24062026-03-16T22:01:16.937Z Compiling poly1305 v0.8.0
24072026-03-16T22:01:16.937Z Compiling blake2 v0.10.6
24082026-03-16T22:01:17.002Z Compiling derive_more v0.99.20
24092026-03-16T22:01:17.075Z Compiling ciborium-ll v0.2.2
24102026-03-16T22:01:17.117Z Compiling aead v0.5.2
24112026-03-16T22:01:17.199Z Compiling is-terminal v0.4.17
24122026-03-16T22:01:17.228Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24132026-03-16T22:01:17.284Z Compiling serde_yaml v0.9.34+deprecated
24142026-03-16T22:01:17.345Z Compiling ciborium v0.2.2
24152026-03-16T22:01:17.391Z Compiling swrite v0.1.0
24162026-03-16T22:01:17.439Z Compiling chacha20poly1305 v0.10.1
24172026-03-16T22:01:17.464Z Compiling argon2 v0.5.3
24182026-03-16T22:01:17.546Z Compiling serde_spanned v1.0.4
24192026-03-16T22:01:17.649Z Compiling toml_writer v1.0.6+spec-1.1.0
24202026-03-16T22:01:17.719Z Compiling bytecount v0.6.9
24212026-03-16T22:01:17.762Z Compiling rustls v0.22.4
24222026-03-16T22:01:17.799Z Compiling rustls-webpki v0.102.8
24232026-03-16T22:01:17.832Z Compiling derive-where v1.6.0
24242026-03-16T22:01:17.968Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24252026-03-16T22:01:17.994Z Compiling toml v0.9.12+spec-1.1.0
24262026-03-16T22:01:18.082Z Compiling thiserror-no-std v2.0.2
24272026-03-16T22:01:18.153Z Compiling thread_local v1.1.9
24282026-03-16T22:01:18.225Z Compiling vsss-rs v3.3.4
24292026-03-16T22:01:18.258Z Compiling match_cfg v0.1.0
24302026-03-16T22:01:18.382Z Compiling hostname v0.3.1
24312026-03-16T22:01:18.478Z Compiling multer v3.1.0
24322026-03-16T22:01:18.515Z Compiling slog-async v2.8.0
24332026-03-16T22:01:18.560Z Compiling slog-json v2.6.1
24342026-03-16T22:01:18.616Z Compiling typify-impl v0.4.3
24352026-03-16T22:01:18.729Z Compiling crossbeam-channel v0.5.15
24362026-03-16T22:01:18.812Z Compiling futures-executor v0.3.32
24372026-03-16T22:01:18.842Z Compiling term v1.2.1
24382026-03-16T22:01:18.872Z Compiling take_mut v0.2.2
24392026-03-16T22:01:19.034Z Compiling futures v0.3.32
24402026-03-16T22:01:19.135Z Compiling slog-bunyan v2.5.0
24412026-03-16T22:01:19.190Z Compiling dropshot v0.16.7
24422026-03-16T22:01:19.273Z Compiling slog-term v2.9.2
24432026-03-16T22:01:19.339Z Compiling async-stream v0.3.6
24442026-03-16T22:01:19.342Z Compiling progenitor-client v0.13.0
24452026-03-16T22:01:19.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24462026-03-16T22:01:19.534Z Compiling waitgroup v0.1.2
24472026-03-16T22:01:19.570Z Compiling backon v1.6.0
24482026-03-16T22:01:19.627Z Compiling rustls-pemfile v2.2.0
24492026-03-16T22:01:19.732Z Compiling hostname v0.4.2
24502026-03-16T22:01:19.762Z Compiling serde_path_to_error v0.1.20
24512026-03-16T22:01:19.765Z Compiling instant v0.1.13
24522026-03-16T22:01:19.819Z Compiling debug-ignore v1.0.5
24532026-03-16T22:01:19.859Z Compiling progenitor-extras v0.1.1
24542026-03-16T22:01:19.886Z Compiling backoff v0.4.0
24552026-03-16T22:01:19.916Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24562026-03-16T22:01:19.973Z Compiling parse-display v0.10.0
24572026-03-16T22:01:20.000Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-03-16T22:01:20.028Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24592026-03-16T22:01:20.032Z Compiling progenitor-client v0.10.0
24602026-03-16T22:01:20.122Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24612026-03-16T22:01:20.174Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24622026-03-16T22:01:20.203Z Compiling macaddr v1.0.1
24632026-03-16T22:01:20.207Z Compiling console v0.15.11
24642026-03-16T22:01:20.289Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24652026-03-16T22:01:20.345Z Compiling newline-converter v0.3.0
24662026-03-16T22:01:20.460Z Compiling atomicwrites v0.4.4
24672026-03-16T22:01:20.525Z Compiling num-rational v0.4.2
24682026-03-16T22:01:20.583Z Compiling num-complex v0.4.6
24692026-03-16T22:01:20.805Z Compiling slog-dtrace v0.3.0
24702026-03-16T22:01:20.840Z Compiling expectorate v1.2.0
24712026-03-16T22:01:21.102Z Compiling tokio-rustls v0.25.0
24722026-03-16T22:01:21.215Z Compiling num v0.4.3
24732026-03-16T22:01:21.286Z Compiling async-recursion v1.1.1
24742026-03-16T22:01:21.315Z Compiling float-ord v0.3.2
24752026-03-16T22:01:21.347Z Compiling cancel-safe-futures v0.1.5
24762026-03-16T22:01:21.430Z Compiling owo-colors v4.3.0
24772026-03-16T22:01:21.545Z Compiling libsw-core v0.3.2
24782026-03-16T22:01:21.733Z Compiling resolv-conf v0.7.6
24792026-03-16T22:01:21.850Z Compiling libsw v3.5.0
24802026-03-16T22:01:21.931Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24812026-03-16T22:01:22.125Z Compiling toml v0.8.23
24822026-03-16T22:01:22.159Z Compiling linear-map v1.2.0
24832026-03-16T22:01:22.224Z Compiling minimal-lexical v0.2.1
24842026-03-16T22:01:22.307Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24852026-03-16T22:01:22.439Z Compiling linked-hash-map v0.5.6
24862026-03-16T22:01:22.511Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24872026-03-16T22:01:22.572Z Compiling nom v7.1.3
24882026-03-16T22:01:22.575Z Compiling unicode-xid v0.2.6
24892026-03-16T22:01:22.761Z Compiling lru-cache v0.1.2
24902026-03-16T22:01:22.786Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-03-16T22:01:22.951Z Compiling globset v0.4.18
24922026-03-16T22:01:23.001Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-03-16T22:01:23.360Z Compiling hickory-proto v0.24.4
24942026-03-16T22:01:23.630Z Compiling typify-macro v0.4.3
24952026-03-16T22:01:23.658Z Compiling typify-macro v0.6.1
24962026-03-16T22:01:24.451Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-03-16T22:01:24.530Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-16T22:01:25.660Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24992026-03-16T22:01:25.738Z Compiling typify v0.4.3
25002026-03-16T22:01:25.799Z Compiling typify v0.6.1
25012026-03-16T22:01:25.940Z Compiling progenitor-impl v0.13.0
25022026-03-16T22:01:25.969Z Compiling progenitor-impl v0.11.2
25032026-03-16T22:01:26.478Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-16T22:01:27.265Z Compiling hickory-resolver v0.24.4
25052026-03-16T22:01:27.811Z Compiling convert_case v0.10.0
25062026-03-16T22:01:28.193Z Compiling derive_more-impl v2.1.1
25072026-03-16T22:01:29.031Z Compiling progenitor-macro v0.13.0
25082026-03-16T22:01:29.095Z Compiling progenitor-macro v0.11.2
25092026-03-16T22:01:29.249Z Compiling qorb v0.4.1
25102026-03-16T22:01:30.913Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-03-16T22:01:31.208Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-16T22:01:32.927Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-03-16T22:01:34.231Z Compiling progenitor-client v0.11.2
25142026-03-16T22:01:34.294Z Compiling pin-project-internal v1.1.11
25152026-03-16T22:01:34.337Z Compiling derive_more v2.1.1
25162026-03-16T22:01:34.474Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-16T22:01:34.793Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-16T22:01:34.835Z Compiling pem v3.0.6
25192026-03-16T22:01:34.901Z Compiling progenitor v0.11.2
25202026-03-16T22:01:34.929Z Compiling snafu-derive v0.8.9
25212026-03-16T22:01:34.974Z Compiling progenitor v0.13.0
25222026-03-16T22:01:35.117Z Compiling termtree v0.5.1
25232026-03-16T22:01:35.160Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25242026-03-16T22:01:35.205Z Compiling crossterm v0.29.0
25252026-03-16T22:01:35.375Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-16T22:01:35.772Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-16T22:01:35.801Z Compiling pin-project v1.1.11
25282026-03-16T22:01:35.970Z Compiling olpc-cjson v0.1.4
25292026-03-16T22:01:36.123Z Compiling phf_shared v0.12.1
25302026-03-16T22:01:36.271Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-16T22:01:36.467Z Compiling serde_plain v1.0.2
25322026-03-16T22:01:36.865Z Compiling csv-core v0.1.13
25332026-03-16T22:01:36.976Z Compiling vte v0.14.1
25342026-03-16T22:01:37.322Z Compiling snafu v0.8.9
25352026-03-16T22:01:37.422Z Compiling chrono-tz v0.10.4
25362026-03-16T22:01:37.709Z Compiling highway v1.3.0
25372026-03-16T22:01:37.989Z Compiling typed-path v0.9.3
25382026-03-16T22:01:38.118Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-03-16T22:01:38.202Z Compiling strip-ansi-escapes v0.2.1
25402026-03-16T22:01:38.636Z Compiling csv v1.4.0
25412026-03-16T22:01:38.949Z Compiling phf v0.12.1
25422026-03-16T22:01:39.035Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-03-16T22:01:39.063Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-16T22:01:39.227Z Compiling const_format_proc_macros v0.2.34
25452026-03-16T22:01:39.657Z Compiling tough v0.20.0
25462026-03-16T22:01:39.726Z Compiling papergrid v0.11.0
25472026-03-16T22:01:39.972Z Compiling fd-lock v4.0.4
25482026-03-16T22:01:40.188Z Compiling peg-macros v0.8.5
25492026-03-16T22:01:40.321Z Compiling tabled_derive v0.7.0
25502026-03-16T22:01:40.572Z Compiling nu-ansi-term v0.50.3
25512026-03-16T22:01:41.567Z Compiling tabled v0.15.0
25522026-03-16T22:01:41.884Z Compiling reedline v0.40.0
25532026-03-16T22:01:41.935Z Compiling peg v0.8.5
25542026-03-16T22:01:42.059Z Compiling const_format v0.2.35
25552026-03-16T22:01:42.724Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-03-16T22:01:42.827Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-03-16T22:01:43.176Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-03-16T22:01:44.008Z Compiling bcs v0.1.6
25592026-03-16T22:01:44.093Z Compiling semver v0.1.20
25602026-03-16T22:01:44.463Z Compiling rustc_version v0.1.7
25612026-03-16T22:01:44.571Z Compiling base64 v0.21.7
25622026-03-16T22:01:44.794Z Compiling newtype_derive v0.1.6
25632026-03-16T22:01:45.090Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-16T22:01:45.311Z Compiling humantime v2.3.0
25652026-03-16T22:01:45.399Z Compiling smawk v0.3.2
25662026-03-16T22:01:45.651Z Compiling unicode-linebreak v0.1.5
25672026-03-16T22:01:46.021Z Compiling textwrap v0.16.2
25682026-03-16T22:01:46.051Z Compiling dropshot-api-manager-types v0.5.2
25692026-03-16T22:01:46.079Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25702026-03-16T22:01:46.112Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-16T22:01:46.638Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-16T22:01:46.807Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-16T22:01:46.834Z Compiling steno v0.4.1
25742026-03-16T22:01:47.070Z Compiling utf-8 v0.7.6
25752026-03-16T22:01:47.400Z Compiling progenitor-impl v0.10.0
25762026-03-16T22:01:47.588Z Compiling tagptr v0.2.0
25772026-03-16T22:01:47.833Z Compiling moka v0.12.13
25782026-03-16T22:01:48.099Z Compiling tungstenite v0.21.0
25792026-03-16T22:01:48.840Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-16T22:01:49.651Z Compiling hickory-resolver v0.25.2
25812026-03-16T22:01:49.787Z Compiling tokio-tungstenite v0.21.0
25822026-03-16T22:01:50.265Z Compiling radium v0.7.0
25832026-03-16T22:01:50.511Z Compiling progenitor-macro v0.10.0
25842026-03-16T22:01:50.685Z Compiling tap v1.0.1
25852026-03-16T22:01:50.869Z Compiling maybe-uninit v2.0.0
25862026-03-16T22:01:50.964Z Compiling wyz v0.5.1
25872026-03-16T22:01:51.271Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-03-16T22:01:51.510Z Compiling zerocopy-derive v0.6.6
25892026-03-16T22:01:51.752Z Compiling funty v2.0.0
25902026-03-16T22:01:51.951Z Compiling display-error-chain v0.2.2
25912026-03-16T22:01:52.179Z Compiling crc-catalog v2.4.0
25922026-03-16T22:01:52.342Z Compiling packed_struct v0.10.1
25932026-03-16T22:01:52.604Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-03-16T22:01:52.755Z Compiling zerocopy v0.6.6
25952026-03-16T22:01:53.097Z Compiling crc v3.4.0
25962026-03-16T22:01:53.302Z Compiling bitvec v1.0.1
25972026-03-16T22:01:53.768Z Compiling packed_struct_codegen v0.10.1
25982026-03-16T22:01:54.602Z Compiling bitfield-macros v0.19.4
25992026-03-16T22:01:55.167Z Compiling indexmap v1.9.3
26002026-03-16T22:01:55.193Z Compiling nodrop v0.1.14
26012026-03-16T22:01:55.348Z Compiling array-init v0.0.4
26022026-03-16T22:01:55.515Z Compiling smallvec v0.6.14
26032026-03-16T22:01:55.549Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26042026-03-16T22:01:55.590Z Compiling bitfield v0.19.4
26052026-03-16T22:01:55.867Z Compiling num-derive v0.3.3
26062026-03-16T22:01:55.968Z Compiling proc-macro-error-attr2 v2.0.0
26072026-03-16T22:01:56.080Z Compiling hashbrown v0.12.3
26082026-03-16T22:01:56.356Z Compiling progenitor v0.10.0
26092026-03-16T22:01:56.554Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26102026-03-16T22:01:56.583Z Compiling proc-macro-error2 v2.0.1
26112026-03-16T22:01:57.019Z Compiling serde-hex v0.1.0
26122026-03-16T22:01:57.068Z Compiling libscf-sys v1.1.0
26132026-03-16T22:01:57.277Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-16T22:01:57.433Z Compiling ron v0.8.1
26152026-03-16T22:01:57.575Z Compiling nix v0.31.1
26162026-03-16T22:01:57.618Z Compiling hashbrown v0.13.2
26172026-03-16T22:01:57.892Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-03-16T22:01:58.067Z Compiling vergen-gitcl v1.0.8
26192026-03-16T22:01:58.124Z Compiling dirs-sys-next v0.1.2
26202026-03-16T22:01:58.211Z Compiling crc-any v2.5.0
26212026-03-16T22:01:58.362Z Compiling glob v0.3.3
26222026-03-16T22:01:58.437Z Compiling maplit v1.0.2
26232026-03-16T22:01:58.466Z Compiling crunchy v0.2.4
26242026-03-16T22:01:58.589Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-16T22:01:58.809Z Compiling object v0.30.4
26262026-03-16T22:01:58.847Z Compiling clang-sys v1.8.1
26272026-03-16T22:01:58.916Z Compiling dirs-next v2.0.0
26282026-03-16T22:01:59.144Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-16T22:01:59.270Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26302026-03-16T22:01:59.368Z Compiling tabled_derive v0.11.0
26312026-03-16T22:01:59.458Z Compiling papergrid v0.17.0
26322026-03-16T22:01:59.486Z Compiling testing_table v0.3.0
26332026-03-16T22:02:00.001Z Compiling dsl_auto_type v0.1.3
26342026-03-16T22:02:00.026Z Compiling scheduled-thread-pool v0.2.7
26352026-03-16T22:02:00.065Z Compiling diesel_table_macro_syntax v0.2.0
26362026-03-16T22:02:00.352Z Compiling tiny-keccak v2.0.2
26372026-03-16T22:02:00.560Z Compiling path-slash v0.1.5
26382026-03-16T22:02:00.703Z Compiling r2d2 v0.8.10
26392026-03-16T22:02:00.756Z Compiling diesel_derives v2.2.7
26402026-03-16T22:02:00.859Z Compiling term v0.7.0
26412026-03-16T22:02:01.046Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-16T22:02:01.078Z Compiling arc-swap v1.8.2
26432026-03-16T22:02:01.545Z Compiling tabled v0.20.0
26442026-03-16T22:02:01.548Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-16T22:02:01.694Z Compiling xshell-macros v0.2.7
26462026-03-16T22:02:01.879Z Compiling bit-vec v0.6.3
26472026-03-16T22:02:02.022Z Compiling slog-scope v4.4.1
26482026-03-16T22:02:02.200Z Compiling bit-set v0.5.3
26492026-03-16T22:02:02.225Z Compiling xshell v0.2.7
26502026-03-16T22:02:02.434Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-16T22:02:02.513Z Compiling ascii-canvas v3.0.0
26522026-03-16T22:02:02.674Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-16T22:02:02.860Z Compiling itertools v0.10.5
26542026-03-16T22:02:02.888Z Compiling ena v0.14.4
26552026-03-16T22:02:02.945Z Compiling libloading v0.8.9
26562026-03-16T22:02:03.200Z Compiling regex-syntax v0.6.29
26572026-03-16T22:02:03.257Z Compiling bindgen v0.71.1
26582026-03-16T22:02:03.286Z Compiling unicase v2.9.0
26592026-03-16T22:02:03.660Z Compiling diff v0.1.13
26602026-03-16T22:02:03.890Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-03-16T22:02:04.007Z Compiling slog-stdlog v4.1.1
26622026-03-16T22:02:04.269Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-16T22:02:04.592Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-03-16T22:02:05.425Z Compiling lalrpop v0.19.12
26652026-03-16T22:02:05.631Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-03-16T22:02:05.972Z Compiling cexpr v0.6.0
26672026-03-16T22:02:06.303Z Compiling diesel v2.2.12
26682026-03-16T22:02:06.334Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-03-16T22:02:06.371Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-03-16T22:02:06.597Z Compiling crc8 v0.1.1
26712026-03-16T22:02:06.831Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-03-16T22:02:06.857Z Compiling slog-envlogger v2.2.0
26732026-03-16T22:02:06.968Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-03-16T22:02:07.600Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-03-16T22:02:07.660Z Compiling headers-core v0.3.0
26762026-03-16T22:02:07.707Z Compiling libxml v0.3.3
26772026-03-16T22:02:07.854Z Compiling headers v0.4.1
26782026-03-16T22:02:08.243Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-03-16T22:02:08.313Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-03-16T22:02:08.383Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-03-16T22:02:08.481Z Compiling strum_macros v0.24.3
26822026-03-16T22:02:08.625Z Compiling indoc v1.0.9
26832026-03-16T22:02:09.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-16T22:02:09.522Z Compiling derive_builder v0.20.2
26852026-03-16T22:02:09.720Z Compiling oso-derive v0.27.3
26862026-03-16T22:02:09.912Z Compiling quick-xml v0.37.5
26872026-03-16T22:02:09.998Z Compiling impl-trait-for-tuples v0.2.3
26882026-03-16T22:02:10.233Z Compiling openssl-probe v0.1.6
26892026-03-16T22:02:10.405Z Compiling half v1.8.3
26902026-03-16T22:02:10.659Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-03-16T22:02:10.991Z Compiling serde_cbor v0.11.2
26922026-03-16T22:02:11.611Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-03-16T22:02:11.645Z Compiling diesel-dtrace v0.4.2
26942026-03-16T22:02:11.763Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-16T22:02:11.795Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-16T22:02:11.824Z Compiling bb8 v0.8.6
26972026-03-16T22:02:12.051Z Compiling trait-variant v0.1.2
26982026-03-16T22:02:12.210Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-16T22:02:12.298Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-16T22:02:12.323Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-16T22:02:12.704Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-16T22:02:12.791Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-16T22:02:13.004Z Compiling fxhash v0.2.1
27042026-03-16T22:02:13.213Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-16T22:02:13.445Z Compiling samael v0.0.19
27062026-03-16T22:02:13.518Z Compiling kstat-rs v0.2.4
27072026-03-16T22:02:13.546Z Compiling libz-sys v1.1.24
27082026-03-16T22:02:13.605Z Compiling salty v0.3.0
27092026-03-16T22:02:14.020Z Compiling nonempty v0.12.0
27102026-03-16T22:02:14.123Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-16T22:02:14.187Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-16T22:02:14.188Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27132026-03-16T22:02:14.245Z Compiling darling_core v0.23.0
27142026-03-16T22:02:14.323Z Compiling nanorand v0.7.0
27152026-03-16T22:02:14.542Z Compiling fs-err v2.11.0
27162026-03-16T22:02:14.887Z Compiling parking_lot_core v0.8.6
27172026-03-16T22:02:15.042Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-03-16T22:02:15.111Z Compiling mime_guess v2.0.5
27192026-03-16T22:02:15.138Z Compiling flume v0.11.1
27202026-03-16T22:02:15.678Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-16T22:02:15.820Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-03-16T22:02:16.423Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27232026-03-16T22:02:16.674Z Compiling polar-core v0.27.3
27242026-03-16T22:02:16.815Z Compiling git-stub v1.0.0
27252026-03-16T22:02:17.134Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-03-16T22:02:17.176Z Compiling instability v0.3.11
27272026-03-16T22:02:17.461Z Compiling darling_macro v0.23.0
27282026-03-16T22:02:17.531Z Compiling git-stub-vcs v0.1.0
27292026-03-16T22:02:17.996Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-16T22:02:18.130Z Compiling darling v0.23.0
27312026-03-16T22:02:18.263Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-03-16T22:02:20.802Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-03-16T22:02:20.827Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-16T22:02:21.367Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27352026-03-16T22:02:22.050Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27362026-03-16T22:02:24.742Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27372026-03-16T22:02:25.786Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-16T22:02:26.916Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-03-16T22:02:27.100Z Compiling ignore v0.4.25
27402026-03-16T22:02:28.572Z Compiling async-bb8-diesel v0.2.1
27412026-03-16T22:02:29.127Z Compiling oso v0.27.3
27422026-03-16T22:02:30.870Z Compiling primeorder v0.13.6
27432026-03-16T22:02:31.259Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-03-16T22:02:31.287Z Compiling castaway v0.2.4
27452026-03-16T22:02:31.395Z Compiling atty v0.2.14
27462026-03-16T22:02:31.492Z Compiling nibble_vec v0.1.0
27472026-03-16T22:02:31.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-03-16T22:02:31.728Z Compiling parse-size v1.1.0
27492026-03-16T22:02:31.914Z Compiling endian-type v0.1.2
27502026-03-16T22:02:32.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-03-16T22:02:32.071Z Compiling http-range v0.1.5
27522026-03-16T22:02:32.143Z Compiling indoc v2.0.7
27532026-03-16T22:02:32.358Z Compiling radix_trie v0.2.1
27542026-03-16T22:02:32.536Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-16T22:02:32.586Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-16T22:02:32.953Z Compiling compact_str v0.8.1
27572026-03-16T22:02:33.195Z Compiling p384 v0.13.1
27582026-03-16T22:02:33.419Z Compiling globwalk v0.9.1
27592026-03-16T22:02:33.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27602026-03-16T22:02:34.257Z Compiling parking_lot v0.11.2
27612026-03-16T22:02:34.510Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-03-16T22:02:35.132Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27632026-03-16T22:02:35.438Z Compiling predicates-tree v1.0.13
27642026-03-16T22:02:35.468Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-03-16T22:02:35.471Z Compiling unicode-truncate v1.1.0
27662026-03-16T22:02:35.759Z Compiling lru v0.12.5
27672026-03-16T22:02:35.973Z Compiling prefix-trie v0.7.0
27682026-03-16T22:02:36.018Z Compiling vergen-git2 v1.0.7
27692026-03-16T22:02:36.046Z Compiling cassowary v0.3.0
27702026-03-16T22:02:36.626Z Compiling hickory-server v0.25.2
27712026-03-16T22:02:37.639Z Compiling ratatui v0.29.0
27722026-03-16T22:02:37.669Z Compiling camino-tempfile-ext v0.3.3
27732026-03-16T22:02:37.996Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-03-16T22:02:38.415Z Compiling hyper-staticfile v0.10.1
27752026-03-16T22:02:38.537Z Compiling sled v0.34.7
27762026-03-16T22:02:39.969Z Compiling hickory-client v0.25.2
27772026-03-16T22:02:41.010Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-03-16T22:02:41.128Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27792026-03-16T22:02:41.720Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-03-16T22:02:41.825Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27812026-03-16T22:02:42.708Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-03-16T22:02:42.874Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27832026-03-16T22:02:43.191Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-16T22:02:43.315Z Compiling rand_seeder v0.4.0
27852026-03-16T22:02:43.556Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-16T22:02:43.637Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-03-16T22:02:43.936Z Compiling lzma-sys v0.1.20
27882026-03-16T22:02:43.975Z Compiling rustls v0.21.12
27892026-03-16T22:02:44.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27902026-03-16T22:02:44.144Z Compiling corncobs v0.1.4
27912026-03-16T22:02:44.378Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-16T22:02:44.403Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-16T22:02:44.458Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27942026-03-16T22:02:44.538Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-03-16T22:02:44.830Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-16T22:02:45.103Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-03-16T22:02:45.236Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-16T22:02:45.322Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27992026-03-16T22:02:45.351Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-03-16T22:02:46.935Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28012026-03-16T22:02:48.320Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28022026-03-16T22:02:48.636Z Compiling git2 v0.20.4
28032026-03-16T22:02:49.365Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-03-16T22:02:49.486Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-03-16T22:02:49.668Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-03-16T22:02:49.795Z Compiling cargo_toml v0.22.3
28072026-03-16T22:02:49.978Z Compiling nix v0.29.0
28082026-03-16T22:02:50.550Z Compiling rustls-webpki v0.101.7
28092026-03-16T22:02:51.349Z Compiling sct v0.7.1
28102026-03-16T22:02:51.683Z Compiling secrecy v0.8.0
28112026-03-16T22:02:52.638Z Compiling void v1.0.2
28122026-03-16T22:02:52.814Z Compiling lzss v0.8.2
28132026-03-16T22:02:53.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28142026-03-16T22:02:53.155Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28152026-03-16T22:02:53.272Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-16T22:02:53.305Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28172026-03-16T22:02:54.027Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28182026-03-16T22:02:54.235Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28192026-03-16T22:02:54.782Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-03-16T22:02:55.079Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-03-16T22:02:55.778Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-03-16T22:02:56.054Z Compiling tungstenite v0.23.0
28232026-03-16T22:02:56.209Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-03-16T22:02:56.396Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-03-16T22:02:56.509Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-03-16T22:02:56.691Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-03-16T22:02:56.804Z Compiling nix v0.27.1
28282026-03-16T22:02:56.889Z Compiling serde_bytes v0.11.19
28292026-03-16T22:02:57.037Z Compiling tokio-tungstenite v0.23.1
28302026-03-16T22:02:57.339Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-03-16T22:02:57.365Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-03-16T22:02:57.514Z Compiling tokio-rustls v0.24.1
28332026-03-16T22:02:57.873Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28342026-03-16T22:02:58.397Z Compiling ron v0.12.0
28352026-03-16T22:02:59.193Z Compiling xz2 v0.1.7
28362026-03-16T22:02:59.749Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28372026-03-16T22:03:02.616Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-16T22:03:03.576Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-16T22:03:03.717Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28402026-03-16T22:03:03.810Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28412026-03-16T22:03:06.560Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-03-16T22:03:06.969Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28432026-03-16T22:03:07.723Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-03-16T22:03:07.835Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-03-16T22:03:08.508Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28462026-03-16T22:03:09.039Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-03-16T22:03:09.965Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28482026-03-16T22:03:11.969Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-03-16T22:03:12.128Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-03-16T22:03:12.935Z Compiling rustls-pemfile v1.0.4
28512026-03-16T22:03:13.233Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-03-16T22:03:13.435Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-03-16T22:03:15.180Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-03-16T22:03:15.343Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-03-16T22:03:15.483Z Compiling signal-hook-tokio v0.3.1
28562026-03-16T22:03:15.547Z Compiling yasna v0.5.2
28572026-03-16T22:03:15.704Z Compiling twox-hash v2.1.2
28582026-03-16T22:03:15.939Z Compiling base16ct v1.0.0
28592026-03-16T22:03:16.287Z Compiling is_ci v1.2.0
28602026-03-16T22:03:16.337Z Compiling rcgen v0.12.1
28612026-03-16T22:03:16.556Z Compiling supports-color v3.0.2
28622026-03-16T22:03:17.012Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28632026-03-16T22:03:17.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28642026-03-16T22:03:17.528Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-03-16T22:03:17.881Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-03-16T22:03:18.274Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-03-16T22:03:19.383Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-03-16T22:03:21.555Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28692026-03-16T22:03:22.502Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-03-16T22:03:22.534Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-03-16T22:03:22.994Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-03-16T22:03:24.811Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-03-16T22:03:25.132Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28742026-03-16T22:03:25.424Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28752026-03-16T22:03:25.690Z Compiling fatfs v0.3.6
28762026-03-16T22:03:27.269Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28772026-03-16T22:03:27.633Z Compiling rtoolbox v0.0.3
28782026-03-16T22:03:27.972Z Compiling subprocess v0.2.15
28792026-03-16T22:03:29.876Z Compiling assert_matches v1.5.0
28802026-03-16T22:03:30.005Z Compiling seq-macro v0.3.6
28812026-03-16T22:03:30.705Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28822026-03-16T22:03:30.758Z Compiling rpassword v7.4.0
28832026-03-16T22:03:31.164Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28842026-03-16T22:03:31.768Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28852026-03-16T22:03:32.298Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28862026-03-16T22:03:32.325Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-03-16T22:03:32.457Z Compiling tui-tree-widget v0.23.1
28882026-03-16T22:03:32.833Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28892026-03-16T22:03:35.756Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28902026-03-16T22:03:36.429Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28912026-03-16T22:03:37.386Z Compiling uzers v0.12.2
28922026-03-16T22:03:38.867Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28932026-03-16T22:03:39.245Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28942026-03-16T22:03:39.823Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28952026-03-16T22:03:42.126Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28962026-03-16T22:03:43.945Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28972026-03-16T22:03:46.335Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28982026-03-16T22:03:47.153Z Compiling support-bundle-viewer v0.1.2
28992026-03-16T22:03:48.792Z Compiling multimap v0.10.1
29002026-03-16T22:04:08.740Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-03-16T22:04:10.496Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-03-16T22:11:13.146Z Finished `release` profile [optimized] target(s) in 9m 58s
29032026-03-16T22:12:07.717Z
29042026-03-16T22:12:07.721Zreal 10:53.955002150
29052026-03-16T22:12:07.721Zuser 1:43:25.505141589
29062026-03-16T22:12:07.721Zsys 4:07.510069241
29072026-03-16T22:12:07.721Ztrap 2.317278118
29082026-03-16T22:12:07.721Ztflt 2.961987443
29092026-03-16T22:12:07.721Zdflt 14.771341305
29102026-03-16T22:12:07.721Zkflt 0.027742744
29112026-03-16T22:12:07.721Zlock 7:19:08.886009805
29122026-03-16T22:12:07.721Zslp 3:57:28.638517328
29132026-03-16T22:12:07.721Zlat 2:50.025965067
29142026-03-16T22:12:07.721Zstop 6:36.012212208
29152026-03-16T22:12:07.721Z+ mapfile -t packages
29162026-03-16T22:12:07.721Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-03-16T22:12:08.890Z Finished `release` profile [optimized] target(s) in 1.15s
29182026-03-16T22:12:08.957Z Running `target/release/omicron-package -t test list-outputs`
29192026-03-16T22:12:09.013ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-03-16T22:12:09.017Z+ ptime -m cargo build --locked --release -p xtask
29212026-03-16T22:12:09.701Z Compiling libc v0.2.180
29222026-03-16T22:12:09.701Z Compiling serde v1.0.228
29232026-03-16T22:12:09.705Z Compiling serde_core v1.0.228
29242026-03-16T22:12:09.705Z Compiling rustix v1.1.3
29252026-03-16T22:12:09.803Z Compiling bitflags v2.11.0
29262026-03-16T22:12:09.807Z Compiling serde_json v1.0.149
29272026-03-16T22:12:09.844Z Compiling num-traits v0.2.19
29282026-03-16T22:12:09.871Z Compiling syn v2.0.117
29292026-03-16T22:12:09.885Z Compiling hashbrown v0.16.1
29302026-03-16T22:12:09.888Z Compiling smallvec v1.15.1
29312026-03-16T22:12:09.888Z Compiling usdt-impl v0.5.0
29322026-03-16T22:12:09.930Z Compiling syn v1.0.109
29332026-03-16T22:12:09.973Z Compiling percent-encoding v2.3.2
29342026-03-16T22:12:09.976Z Compiling log v0.4.29
29352026-03-16T22:12:10.199Z Compiling getrandom v0.4.1
29362026-03-16T22:12:10.327Z Compiling form_urlencoded v1.2.2
29372026-03-16T22:12:10.459Z Compiling fs-err v3.3.0
29382026-03-16T22:12:10.462Z Compiling once_cell v1.21.3
29392026-03-16T22:12:10.462Z Compiling heck v0.4.1
29402026-03-16T22:12:10.462Z Compiling anyhow v1.0.102
29412026-03-16T22:12:10.725Z Compiling indexmap v2.13.0
29422026-03-16T22:12:10.979Z Compiling errno v0.3.14
29432026-03-16T22:12:10.979Z Compiling thread-id v4.2.2
29442026-03-16T22:12:10.982Z Compiling memmap v0.7.0
29452026-03-16T22:12:11.375Z Compiling ordered-float v2.10.1
29462026-03-16T22:12:12.057Z Compiling proc-macro-error v1.0.4
29472026-03-16T22:12:12.376Z Compiling tabled_derive v0.7.0
29482026-03-16T22:12:12.428Z Compiling terminal_size v0.4.3
29492026-03-16T22:12:12.431Z Compiling tempfile v3.25.0
29502026-03-16T22:12:12.557Z Compiling clap_builder v4.5.60
29512026-03-16T22:12:12.557Z Compiling textwrap v0.16.2
29522026-03-16T22:12:12.741Z Compiling camino-tempfile v1.4.1
29532026-03-16T22:12:13.264Z Compiling tabled v0.15.0
29542026-03-16T22:12:13.525Z Compiling synstructure v0.13.2
29552026-03-16T22:12:13.525Z Compiling pest_generator v2.8.6
29562026-03-16T22:12:14.078Z Compiling serde_derive v1.0.228
29572026-03-16T22:12:14.078Z Compiling zerofrom-derive v0.1.6
29582026-03-16T22:12:14.081Z Compiling yoke-derive v0.8.1
29592026-03-16T22:12:14.082Z Compiling zerovec-derive v0.11.2
29602026-03-16T22:12:14.082Z Compiling displaydoc v0.2.5
29612026-03-16T22:12:14.082Z Compiling thiserror-impl v1.0.69
29622026-03-16T22:12:14.082Z Compiling zerocopy-derive v0.7.35
29632026-03-16T22:12:14.082Z Compiling scroll_derive v0.12.1
29642026-03-16T22:12:14.092Z Compiling thiserror-impl v2.0.18
29652026-03-16T22:12:14.097Z Compiling clap_derive v4.5.55
29662026-03-16T22:12:14.213Z Compiling pest_derive v2.8.6
29672026-03-16T22:12:15.035Z Compiling scroll v0.12.0
29682026-03-16T22:12:15.268Z Compiling zerocopy v0.7.35
29692026-03-16T22:12:15.436Z Compiling goblin v0.8.2
29702026-03-16T22:12:15.566Z Compiling thiserror v1.0.69
29712026-03-16T22:12:15.662Z Compiling zerofrom v0.1.6
29722026-03-16T22:12:15.736Z Compiling dtrace-parser v0.2.0
29732026-03-16T22:12:15.751Z Compiling thiserror v2.0.18
29742026-03-16T22:12:15.853Z Compiling yoke v0.8.1
29752026-03-16T22:12:16.140Z Compiling zerovec v0.11.5
29762026-03-16T22:12:16.156Z Compiling zerotrie v0.2.3
29772026-03-16T22:12:16.445Z Compiling clap v4.5.60
29782026-03-16T22:12:16.980Z Compiling tinystr v0.8.2
29792026-03-16T22:12:17.079Z Compiling potential_utf v0.1.4
29802026-03-16T22:12:17.302Z Compiling icu_locale_core v2.1.1
29812026-03-16T22:12:17.338Z Compiling icu_collections v2.1.1
29822026-03-16T22:12:18.282Z Compiling icu_provider v2.1.1
29832026-03-16T22:12:18.625Z Compiling serde_spanned v0.6.9
29842026-03-16T22:12:18.835Z Compiling icu_properties v2.1.2
29852026-03-16T22:12:18.850Z Compiling icu_normalizer v2.1.1
29862026-03-16T22:12:18.865Z Compiling toml_datetime v0.6.11
29872026-03-16T22:12:19.169Z Compiling toml_edit v0.22.27
29882026-03-16T22:12:19.193Z Compiling dof v0.3.0
29892026-03-16T22:12:19.224Z Compiling serde_tokenstream v0.2.3
29902026-03-16T22:12:19.379Z Compiling serde-value v0.7.0
29912026-03-16T22:12:19.392Z Compiling cargo-platform v0.2.0
29922026-03-16T22:12:19.487Z Compiling macaddr v1.0.1
29932026-03-16T22:12:20.097Z Compiling idna_adapter v1.2.1
29942026-03-16T22:12:20.224Z Compiling usdt-macro v0.5.0
29952026-03-16T22:12:20.319Z Compiling idna v1.1.0
29962026-03-16T22:12:20.551Z Compiling usdt-attr-macro v0.5.0
29972026-03-16T22:12:20.749Z Compiling url v2.5.8
29982026-03-16T22:12:21.419Z Compiling usdt v0.5.0
29992026-03-16T22:12:21.433Z Compiling toml v0.8.23
30002026-03-16T22:12:22.047Z Compiling cargo-util-schemas v0.8.2
30012026-03-16T22:12:22.047Z Compiling cargo_toml v0.21.0
30022026-03-16T22:12:23.452Z Compiling cargo_metadata v0.21.0
30032026-03-16T22:12:28.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-16T22:12:32.319Z Finished `release` profile [optimized] target(s) in 23.27s
30052026-03-16T22:12:32.464Z
30062026-03-16T22:12:32.470Zreal 23.394292511
30072026-03-16T22:12:32.471Zuser 3:12.346424433
30082026-03-16T22:12:32.471Zsys 21.340216019
30092026-03-16T22:12:32.471Ztrap 0.091312619
30102026-03-16T22:12:32.471Ztflt 0.731787671
30112026-03-16T22:12:32.471Zdflt 2.004990042
30122026-03-16T22:12:32.471Zkflt 0.015390928
30132026-03-16T22:12:32.471Zlock 5:35.070851664
30142026-03-16T22:12:32.472Zslp 6:34.523489959
30152026-03-16T22:12:32.472Zlat 8.187849612
30162026-03-16T22:12:32.472Zstop 27.911943736
30172026-03-16T22:12:32.472Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-03-16T22:12:32.472Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-03-16T22:12:32.472Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-03-16T22:12:32.472Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-03-16T22:12:32.472Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-03-16T22:12:33.686Z Compiling regress v0.10.5
30232026-03-16T22:12:33.840Z Compiling serde_spanned v1.0.4
30242026-03-16T22:12:33.845Z Compiling toml_writer v1.0.6+spec-1.1.0
30252026-03-16T22:12:33.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-03-16T22:12:33.868Z Compiling structmeta-derive v0.3.0
30272026-03-16T22:12:33.876Z Compiling rustls v0.22.4
30282026-03-16T22:12:33.876Z Compiling rustls-webpki v0.102.8
30292026-03-16T22:12:33.876Z Compiling newtype-uuid-macros v0.1.0
30302026-03-16T22:12:33.877Z Compiling multer v3.1.0
30312026-03-16T22:12:33.877Z Compiling match_cfg v0.1.0
30322026-03-16T22:12:33.884Z Compiling debug-ignore v1.0.5
30332026-03-16T22:12:33.889Z Compiling slog-json v2.6.1
30342026-03-16T22:12:33.919Z Compiling async-stream-impl v0.3.6
30352026-03-16T22:12:33.925Z Compiling dropshot v0.16.7
30362026-03-16T22:12:33.925Z Compiling itertools v0.14.0
30372026-03-16T22:12:33.942Z Compiling waitgroup v0.1.2
30382026-03-16T22:12:34.132Z Compiling toml v0.9.12+spec-1.1.0
30392026-03-16T22:12:34.138Z Compiling rustls-pemfile v2.2.0
30402026-03-16T22:12:34.180Z Compiling dropshot_endpoint v0.16.7
30412026-03-16T22:12:34.204Z Compiling hostname v0.3.1
30422026-03-16T22:12:34.252Z Compiling hostname v0.4.2
30432026-03-16T22:12:34.297Z Compiling serde_path_to_error v0.1.20
30442026-03-16T22:12:34.396Z Compiling slog-bunyan v2.5.0
30452026-03-16T22:12:34.416Z Compiling progenitor-client v0.13.0
30462026-03-16T22:12:34.421Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-16T22:12:34.483Z Compiling macaddr v1.0.1
30482026-03-16T22:12:34.577Z Compiling progenitor-client v0.10.0
30492026-03-16T22:12:34.608Z Compiling instant v0.1.13
30502026-03-16T22:12:34.692Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-03-16T22:12:34.758Z Compiling backon v1.6.0
30522026-03-16T22:12:34.804Z Compiling backoff v0.4.0
30532026-03-16T22:12:34.828Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-16T22:12:34.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30552026-03-16T22:12:34.926Z Compiling async-stream v0.3.6
30562026-03-16T22:12:34.971Z Compiling crucible-workspace-hack v0.1.0
30572026-03-16T22:12:34.998Z Compiling progenitor-extras v0.1.1
30582026-03-16T22:12:35.016Z Compiling cfg_aliases v0.2.1
30592026-03-16T22:12:35.044Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-03-16T22:12:35.068Z Compiling toml_edit v0.23.10+spec-1.0.0
30612026-03-16T22:12:35.093Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30622026-03-16T22:12:35.135Z Compiling heapless v0.8.0
30632026-03-16T22:12:35.168Z Compiling hash32 v0.3.1
30642026-03-16T22:12:35.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-03-16T22:12:35.337Z Compiling memoffset v0.9.1
30662026-03-16T22:12:35.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30672026-03-16T22:12:35.419Z Compiling smoltcp v0.11.0
30682026-03-16T22:12:35.465Z Compiling structmeta v0.3.0
30692026-03-16T22:12:35.488Z Compiling tabwriter v1.4.1
30702026-03-16T22:12:35.496Z Compiling cobs v0.3.0
30712026-03-16T22:12:35.535Z Compiling foreign-types-macros v0.2.3
30722026-03-16T22:12:35.734Z Compiling foreign-types-shared v0.3.1
30732026-03-16T22:12:35.798Z Compiling ingot-macros v0.1.1
30742026-03-16T22:12:35.821Z Compiling cpufeatures v0.3.0
30752026-03-16T22:12:35.848Z Compiling derive-ex v0.1.8
30762026-03-16T22:12:35.888Z Compiling parse-display-derive v0.10.0
30772026-03-16T22:12:35.892Z Compiling proc-macro-crate v3.4.0
30782026-03-16T22:12:35.963Z Compiling chacha20 v0.10.0
30792026-03-16T22:12:36.030Z Compiling postcard v1.1.3
30802026-03-16T22:12:36.110Z Compiling proc-macro-crate v1.3.1
30812026-03-16T22:12:36.134Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30822026-03-16T22:12:36.160Z Compiling secrecy v0.10.3
30832026-03-16T22:12:36.232Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30842026-03-16T22:12:36.390Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30852026-03-16T22:12:36.443Z Compiling foreign-types v0.5.0
30862026-03-16T22:12:36.503Z Compiling cstr-argument v0.1.2
30872026-03-16T22:12:36.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30882026-03-16T22:12:36.591Z Compiling colored v3.1.1
30892026-03-16T22:12:36.641Z Compiling unsafe-libyaml v0.2.11
30902026-03-16T22:12:36.672Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-03-16T22:12:36.731Z Compiling rand v0.10.0
30922026-03-16T22:12:36.734Z Compiling num_enum_derive v0.5.11
30932026-03-16T22:12:36.775Z Compiling num_enum_derive v0.7.5
30942026-03-16T22:12:36.778Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-03-16T22:12:36.778Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-16T22:12:36.846Z Compiling nix v0.30.1
30972026-03-16T22:12:36.901Z Compiling camino-tempfile v1.4.1
30982026-03-16T22:12:36.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30992026-03-16T22:12:37.035Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31002026-03-16T22:12:37.121Z Compiling tokio-rustls v0.25.0
31012026-03-16T22:12:37.224Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31022026-03-16T22:12:37.244Z Compiling smf v0.2.3
31032026-03-16T22:12:37.446Z Compiling serde_yaml v0.9.34+deprecated
31042026-03-16T22:12:37.492Z Compiling num-derive v0.4.2
31052026-03-16T22:12:37.521Z Compiling sigpipe v0.1.3
31062026-03-16T22:12:37.542Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31072026-03-16T22:12:37.659Z Compiling glob v0.3.3
31082026-03-16T22:12:37.873Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31092026-03-16T22:12:37.992Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31102026-03-16T22:12:38.049Z Compiling whoami v1.6.1
31112026-03-16T22:12:38.218Z Compiling toml v0.8.23
31122026-03-16T22:12:38.248Z Compiling convert_case v0.4.0
31132026-03-16T22:12:38.274Z Compiling num_enum v0.5.11
31142026-03-16T22:12:38.274Z Compiling universal-hash v0.5.1
31152026-03-16T22:12:38.342Z Compiling num_enum v0.7.5
31162026-03-16T22:12:38.401Z Compiling test-strategy v0.4.5
31172026-03-16T22:12:38.425Z Compiling parse-display v0.10.0
31182026-03-16T22:12:38.449Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31192026-03-16T22:12:38.473Z Compiling opaque-debug v0.3.1
31202026-03-16T22:12:38.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-03-16T22:12:38.524Z Compiling half v2.7.1
31222026-03-16T22:12:38.588Z Compiling ciborium-io v0.2.2
31232026-03-16T22:12:38.811Z Compiling derive_more v0.99.20
31242026-03-16T22:12:38.811Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31252026-03-16T22:12:38.857Z Compiling aead v0.5.2
31262026-03-16T22:12:38.881Z Compiling poly1305 v0.8.0
31272026-03-16T22:12:38.906Z Compiling ciborium-ll v0.2.2
31282026-03-16T22:12:38.976Z Compiling chacha20 v0.9.1
31292026-03-16T22:12:39.142Z Compiling ciborium v0.2.2
31302026-03-16T22:12:39.164Z Compiling typify-impl v0.6.1
31312026-03-16T22:12:39.167Z Compiling typify-impl v0.4.3
31322026-03-16T22:12:39.209Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31332026-03-16T22:12:39.228Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31342026-03-16T22:12:39.350Z Compiling thiserror-impl-no-std v2.0.2
31352026-03-16T22:12:39.380Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31362026-03-16T22:12:39.403Z Compiling num-rational v0.4.2
31372026-03-16T22:12:39.554Z Compiling password-hash v0.5.0
31382026-03-16T22:12:39.579Z Compiling blake2 v0.10.6
31392026-03-16T22:12:39.691Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31402026-03-16T22:12:39.877Z Compiling num-complex v0.4.6
31412026-03-16T22:12:39.901Z Compiling indent_write v2.2.0
31422026-03-16T22:12:39.926Z Compiling ingot-types v0.1.2
31432026-03-16T22:12:39.980Z Compiling prettyplease v0.2.37
31442026-03-16T22:12:40.114Z Compiling argon2 v0.5.3
31452026-03-16T22:12:40.144Z Compiling chacha20poly1305 v0.10.1
31462026-03-16T22:12:40.301Z Compiling float-ord v0.3.2
31472026-03-16T22:12:40.347Z Compiling gethostname v0.5.0
31482026-03-16T22:12:40.370Z Compiling usdt-attr-macro v0.5.0
31492026-03-16T22:12:40.487Z Compiling ingot v0.1.1
31502026-03-16T22:12:40.509Z Compiling num v0.4.3
31512026-03-16T22:12:40.535Z Compiling usdt-macro v0.5.0
31522026-03-16T22:12:40.535Z Compiling derive-where v1.6.0
31532026-03-16T22:12:40.581Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-03-16T22:12:40.678Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31552026-03-16T22:12:40.982Z Compiling memmap v0.7.0
31562026-03-16T22:12:41.076Z Compiling atomicwrites v0.4.4
31572026-03-16T22:12:41.100Z Compiling thiserror-no-std v2.0.2
31582026-03-16T22:12:41.256Z Compiling vsss-rs v3.3.4
31592026-03-16T22:12:41.277Z Compiling owo-colors v4.3.0
31602026-03-16T22:12:41.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-03-16T22:12:41.428Z Compiling cancel-safe-futures v0.1.5
31622026-03-16T22:12:41.548Z Compiling libsw-core v0.3.2
31632026-03-16T22:12:41.663Z Compiling usdt v0.5.0
31642026-03-16T22:12:41.813Z Compiling async-recursion v1.1.1
31652026-03-16T22:12:41.836Z Compiling resolv-conf v0.7.6
31662026-03-16T22:12:42.038Z Compiling libsw v3.5.0
31672026-03-16T22:12:42.183Z Compiling progenitor-client v0.11.2
31682026-03-16T22:12:42.298Z Compiling linear-map v1.2.0
31692026-03-16T22:12:42.321Z Compiling libefi-sys v0.1.0
31702026-03-16T22:12:42.351Z Compiling hickory-proto v0.24.4
31712026-03-16T22:12:42.375Z Compiling newline-converter v0.3.0
31722026-03-16T22:12:42.541Z Compiling console v0.15.11
31732026-03-16T22:12:42.564Z Compiling bitfield-struct v0.6.2
31742026-03-16T22:12:42.588Z Compiling linked-hash-map v0.5.6
31752026-03-16T22:12:42.617Z Compiling semver v0.1.20
31762026-03-16T22:12:42.620Z Compiling pin-project-internal v1.1.11
31772026-03-16T22:12:42.682Z Compiling slog-dtrace v0.3.0
31782026-03-16T22:12:42.813Z Compiling minimal-lexical v0.2.1
31792026-03-16T22:12:42.866Z Compiling lru-cache v0.1.2
31802026-03-16T22:12:42.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31812026-03-16T22:12:43.002Z Compiling expectorate v1.2.0
31822026-03-16T22:12:43.049Z Compiling rustc_version v0.1.7
31832026-03-16T22:12:43.072Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31842026-03-16T22:12:43.167Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31852026-03-16T22:12:43.196Z Compiling nom v7.1.3
31862026-03-16T22:12:43.219Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-03-16T22:12:43.244Z Compiling tokio-dtrace v0.1.1
31882026-03-16T22:12:43.385Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31892026-03-16T22:12:43.409Z Compiling newtype_derive v0.1.6
31902026-03-16T22:12:43.458Z Compiling phf_shared v0.12.1
31912026-03-16T22:12:43.482Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-03-16T22:12:43.532Z Compiling dropshot-api-manager-types v0.5.2
31932026-03-16T22:12:43.627Z Compiling pem v3.0.6
31942026-03-16T22:12:43.696Z Compiling snafu-derive v0.8.9
31952026-03-16T22:12:43.720Z Compiling csv-core v0.1.13
31962026-03-16T22:12:43.741Z Compiling chrono-tz v0.10.4
31972026-03-16T22:12:43.941Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-16T22:12:43.996Z Compiling xshell-macros v0.2.7
31992026-03-16T22:12:44.032Z Compiling highway v1.3.0
32002026-03-16T22:12:44.091Z Compiling same-file v1.0.6
32012026-03-16T22:12:44.115Z Compiling const_format_proc_macros v0.2.34
32022026-03-16T22:12:44.215Z Compiling csv v1.4.0
32032026-03-16T22:12:44.292Z Compiling pin-project v1.1.11
32042026-03-16T22:12:44.336Z Compiling walkdir v2.5.0
32052026-03-16T22:12:44.585Z Compiling xshell v0.2.7
32062026-03-16T22:12:44.606Z Compiling phf v0.12.1
32072026-03-16T22:12:44.610Z Compiling oxide-tokio-rt v0.1.2
32082026-03-16T22:12:44.825Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-03-16T22:12:44.847Z Compiling globset v0.4.18
32102026-03-16T22:12:44.893Z Compiling olpc-cjson v0.1.4
32112026-03-16T22:12:45.017Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32122026-03-16T22:12:45.134Z Compiling primeorder v0.13.6
32132026-03-16T22:12:45.160Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32142026-03-16T22:12:45.182Z Compiling serde_plain v1.0.2
32152026-03-16T22:12:45.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32162026-03-16T22:12:45.231Z Compiling typed-path v0.9.3
32172026-03-16T22:12:45.271Z Compiling base64 v0.21.7
32182026-03-16T22:12:45.348Z Compiling const_format v0.2.35
32192026-03-16T22:12:45.472Z Compiling hickory-resolver v0.24.4
32202026-03-16T22:12:45.502Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-03-16T22:12:45.750Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32222026-03-16T22:12:45.846Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32232026-03-16T22:12:45.866Z Compiling tabled_derive v0.7.0
32242026-03-16T22:12:45.894Z Compiling bcs v0.1.6
32252026-03-16T22:12:45.925Z Compiling typify-macro v0.6.1
32262026-03-16T22:12:46.017Z Compiling typify-macro v0.4.3
32272026-03-16T22:12:46.044Z Compiling termtree v0.5.1
32282026-03-16T22:12:46.277Z Compiling radium v0.7.0
32292026-03-16T22:12:46.335Z Compiling salty v0.3.0
32302026-03-16T22:12:46.552Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32312026-03-16T22:12:46.641Z Compiling snafu v0.8.9
32322026-03-16T22:12:46.689Z Compiling textwrap v0.16.2
32332026-03-16T22:12:46.773Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32342026-03-16T22:12:46.797Z Compiling steno v0.4.1
32352026-03-16T22:12:46.838Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32362026-03-16T22:12:47.048Z Compiling qorb v0.4.1
32372026-03-16T22:12:47.052Z Compiling tough v0.20.0
32382026-03-16T22:12:47.099Z Compiling humantime v2.3.0
32392026-03-16T22:12:47.125Z Compiling utf-8 v0.7.6
32402026-03-16T22:12:47.163Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-03-16T22:12:47.283Z Compiling tabled v0.15.0
32422026-03-16T22:12:47.379Z Compiling tap v1.0.1
32432026-03-16T22:12:47.401Z Compiling maybe-uninit v2.0.0
32442026-03-16T22:12:47.437Z Compiling tungstenite v0.21.0
32452026-03-16T22:12:47.557Z Compiling wyz v0.5.1
32462026-03-16T22:12:47.801Z Compiling p384 v0.13.1
32472026-03-16T22:12:47.869Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32482026-03-16T22:12:47.872Z Compiling arc-swap v1.8.2
32492026-03-16T22:12:47.917Z Compiling tagptr v0.2.0
32502026-03-16T22:12:47.943Z Compiling packed_struct v0.10.1
32512026-03-16T22:12:48.081Z Compiling funty v2.0.0
32522026-03-16T22:12:48.151Z Compiling tokio-tungstenite v0.21.0
32532026-03-16T22:12:48.347Z Compiling slog-scope v4.4.1
32542026-03-16T22:12:48.375Z Compiling moka v0.12.13
32552026-03-16T22:12:48.481Z Compiling typify v0.6.1
32562026-03-16T22:12:48.590Z Compiling typify v0.4.3
32572026-03-16T22:12:48.616Z Compiling progenitor-impl v0.13.0
32582026-03-16T22:12:48.620Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-16T22:12:48.641Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-16T22:12:48.688Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-16T22:12:48.711Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-16T22:12:48.755Z Compiling progenitor-impl v0.11.2
32632026-03-16T22:12:49.004Z Compiling progenitor-impl v0.10.0
32642026-03-16T22:12:49.334Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-16T22:12:49.409Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-03-16T22:12:49.492Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-16T22:12:49.886Z Compiling bitvec v1.0.1
32682026-03-16T22:12:50.083Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-16T22:12:50.201Z Compiling polyval v0.6.2
32702026-03-16T22:12:50.414Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-03-16T22:12:50.537Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-03-16T22:12:50.560Z Compiling packed_struct_codegen v0.10.1
32732026-03-16T22:12:50.665Z Compiling bitfield-macros v0.19.4
32742026-03-16T22:12:50.884Z Compiling zerocopy-derive v0.6.6
32752026-03-16T22:12:50.918Z Compiling proc-macro-error-attr2 v2.0.0
32762026-03-16T22:12:50.976Z Compiling indexmap v1.9.3
32772026-03-16T22:12:51.291Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-03-16T22:12:51.474Z Compiling nodrop v0.1.14
32792026-03-16T22:12:51.541Z Compiling parking_lot_core v0.8.6
32802026-03-16T22:12:51.598Z Compiling crc-catalog v2.4.0
32812026-03-16T22:12:51.641Z Compiling array-init v0.0.4
32822026-03-16T22:12:51.672Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-16T22:12:51.720Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32842026-03-16T22:12:51.757Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-16T22:12:51.973Z Compiling bitfield v0.19.4
32862026-03-16T22:12:51.997Z Compiling crc v3.4.0
32872026-03-16T22:12:52.001Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32882026-03-16T22:12:52.123Z Compiling zerocopy v0.6.6
32892026-03-16T22:12:52.241Z Compiling proc-macro-error2 v2.0.1
32902026-03-16T22:12:52.340Z Compiling ghash v0.5.1
32912026-03-16T22:12:52.444Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32922026-03-16T22:12:52.482Z Compiling progenitor-macro v0.13.0
32932026-03-16T22:12:52.546Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32942026-03-16T22:12:52.630Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-16T22:12:52.655Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-16T22:12:52.681Z Compiling progenitor-macro v0.11.2
32972026-03-16T22:12:52.703Z Compiling smallvec v0.6.14
32982026-03-16T22:12:52.787Z Compiling hickory-resolver v0.25.2
32992026-03-16T22:12:52.878Z Compiling progenitor-macro v0.10.0
33002026-03-16T22:12:53.026Z Compiling slog-stdlog v4.1.1
33012026-03-16T22:12:53.183Z Compiling nix v0.31.1
33022026-03-16T22:12:53.264Z Compiling git-stub v1.0.0
33032026-03-16T22:12:53.338Z Compiling num-derive v0.3.3
33042026-03-16T22:12:53.641Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33052026-03-16T22:12:53.764Z Compiling ctr v0.9.2
33062026-03-16T22:12:53.788Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-16T22:12:53.848Z Compiling lzma-sys v0.1.20
33082026-03-16T22:12:53.981Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33092026-03-16T22:12:54.068Z Compiling hashbrown v0.12.3
33102026-03-16T22:12:54.147Z Compiling unicase v2.9.0
33112026-03-16T22:12:54.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-16T22:12:54.198Z Compiling aes-gcm v0.10.3
33132026-03-16T22:12:54.231Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-03-16T22:12:54.459Z Compiling mime_guess v2.0.5
33152026-03-16T22:12:54.481Z Compiling git-stub-vcs v0.1.0
33162026-03-16T22:12:54.553Z Compiling slog-envlogger v2.2.0
33172026-03-16T22:12:54.582Z Compiling serde-hex v0.1.0
33182026-03-16T22:12:54.605Z Compiling libscf-sys v1.1.0
33192026-03-16T22:12:54.699Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-03-16T22:12:54.813Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33212026-03-16T22:12:55.022Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33222026-03-16T22:12:55.048Z Compiling tabled_derive v0.11.0
33232026-03-16T22:12:55.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-16T22:12:55.304Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-03-16T22:12:55.370Z Compiling ron v0.8.1
33262026-03-16T22:12:55.453Z Compiling papergrid v0.17.0
33272026-03-16T22:12:55.537Z Compiling cargo_toml v0.22.3
33282026-03-16T22:12:55.665Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-03-16T22:12:56.085Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-03-16T22:12:56.422Z Compiling hashbrown v0.13.2
33312026-03-16T22:12:56.473Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-16T22:12:56.843Z Compiling testing_table v0.3.0
33332026-03-16T22:12:56.879Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-16T22:12:57.083Z Compiling blowfish v0.9.1
33352026-03-16T22:12:57.198Z Compiling ssh-encoding v0.2.0
33362026-03-16T22:12:57.221Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-16T22:12:57.224Z Compiling nibble_vec v0.1.0
33382026-03-16T22:12:57.438Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-16T22:12:57.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-03-16T22:12:57.600Z Compiling corncobs v0.1.4
33412026-03-16T22:12:57.689Z Compiling endian-type v0.1.2
33422026-03-16T22:12:57.768Z Compiling crc-any v2.5.0
33432026-03-16T22:12:57.861Z Compiling radix_trie v0.2.1
33442026-03-16T22:12:57.897Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-16T22:12:57.920Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-03-16T22:12:57.921Z Compiling ssh-cipher v0.2.0
33472026-03-16T22:12:57.969Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-16T22:12:58.007Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-16T22:12:58.089Z Compiling object v0.30.4
33502026-03-16T22:12:58.145Z Compiling tabled v0.20.0
33512026-03-16T22:12:58.299Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-16T22:12:58.483Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-03-16T22:12:58.546Z Compiling parking_lot v0.11.2
33542026-03-16T22:12:58.775Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-03-16T22:12:58.797Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33562026-03-16T22:12:59.018Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-03-16T22:12:59.087Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-03-16T22:12:59.641Z Compiling prefix-trie v0.7.0
33592026-03-16T22:12:59.665Z Compiling password-hash v0.4.2
33602026-03-16T22:12:59.738Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33612026-03-16T22:12:59.858Z Compiling progenitor v0.13.0
33622026-03-16T22:12:59.886Z Compiling fxhash v0.2.1
33632026-03-16T22:12:59.954Z Compiling progenitor v0.11.2
33642026-03-16T22:13:00.070Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33652026-03-16T22:13:00.095Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-03-16T22:13:00.158Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33672026-03-16T22:13:00.182Z Compiling secrecy v0.8.0
33682026-03-16T22:13:00.185Z Compiling progenitor v0.10.0
33692026-03-16T22:13:00.185Z Compiling http-range v0.1.5
33702026-03-16T22:13:00.252Z Compiling half v1.8.3
33712026-03-16T22:13:00.413Z Compiling path-slash v0.1.5
33722026-03-16T22:13:00.450Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33732026-03-16T22:13:00.596Z Compiling serde_cbor v0.11.2
33742026-03-16T22:13:00.751Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33752026-03-16T22:13:00.847Z Compiling hickory-server v0.25.2
33762026-03-16T22:13:00.990Z Compiling sled v0.34.7
33772026-03-16T22:13:01.199Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-03-16T22:13:01.499Z Compiling pbkdf2 v0.11.0
33792026-03-16T22:13:01.750Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-03-16T22:13:01.815Z Compiling ron v0.12.0
33812026-03-16T22:13:01.838Z Compiling xz2 v0.1.7
33822026-03-16T22:13:02.069Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-16T22:13:02.193Z Compiling ssh-key v0.6.7
33842026-03-16T22:13:02.377Z Compiling hickory-client v0.25.2
33852026-03-16T22:13:02.728Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33862026-03-16T22:13:02.861Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33872026-03-16T22:13:02.916Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-03-16T22:13:03.452Z Compiling p521 v0.13.3
33892026-03-16T22:13:03.643Z Compiling p256 v0.13.2
33902026-03-16T22:13:03.671Z Compiling yasna v0.5.2
33912026-03-16T22:13:03.853Z Compiling kstat-rs v0.2.4
33922026-03-16T22:13:03.891Z Compiling headers-core v0.3.0
33932026-03-16T22:13:03.929Z Compiling nanorand v0.7.0
33942026-03-16T22:13:04.072Z Compiling atty v0.2.14
33952026-03-16T22:13:04.184Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33962026-03-16T22:13:04.243Z Compiling russh-cryptovec v0.7.3
33972026-03-16T22:13:04.266Z Compiling home v0.5.12
33982026-03-16T22:13:04.293Z Compiling crc8 v0.1.1
33992026-03-16T22:13:04.345Z Compiling md5 v0.7.0
34002026-03-16T22:13:04.478Z Compiling base16ct v1.0.0
34012026-03-16T22:13:04.500Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34022026-03-16T22:13:04.524Z Compiling rcgen v0.12.1
34032026-03-16T22:13:04.601Z Compiling russh-keys v0.45.0
34042026-03-16T22:13:04.647Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34052026-03-16T22:13:04.753Z Compiling flume v0.11.1
34062026-03-16T22:13:04.788Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-03-16T22:13:04.824Z Compiling headers v0.4.1
34082026-03-16T22:13:05.190Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-03-16T22:13:05.780Z Compiling hyper-staticfile v0.10.1
34102026-03-16T22:13:05.970Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34112026-03-16T22:13:06.091Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34122026-03-16T22:13:06.452Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132026-03-16T22:13:06.481Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34142026-03-16T22:13:06.672Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-03-16T22:13:06.858Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-16T22:13:07.704Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34172026-03-16T22:13:07.757Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34182026-03-16T22:13:07.815Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-03-16T22:13:08.316Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34202026-03-16T22:13:08.594Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-03-16T22:13:08.726Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34222026-03-16T22:13:08.824Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232026-03-16T22:13:09.001Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-16T22:13:09.104Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34252026-03-16T22:13:09.291Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-03-16T22:13:09.371Z Compiling num-bigint v0.4.6
34272026-03-16T22:13:09.465Z Compiling des v0.8.1
34282026-03-16T22:13:09.485Z Compiling subprocess v0.2.15
34292026-03-16T22:13:09.754Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-03-16T22:13:09.791Z Compiling hex-literal v0.4.1
34312026-03-16T22:13:09.963Z Compiling display-error-chain v0.2.2
34322026-03-16T22:13:09.966Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-03-16T22:13:10.091Z Compiling colored v2.2.0
34342026-03-16T22:13:10.182Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-03-16T22:13:10.299Z Compiling socket2 v0.5.10
34362026-03-16T22:13:10.374Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-16T22:13:10.535Z Compiling internet-checksum v0.2.1
34382026-03-16T22:13:11.061Z Compiling russh v0.45.0
34392026-03-16T22:13:11.680Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-03-16T22:13:12.629Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34412026-03-16T22:13:13.281Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-16T22:13:18.745Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34432026-03-16T22:13:28.937Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-03-16T22:13:28.937Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-03-16T22:13:28.941Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-03-16T22:13:28.941Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34472026-03-16T22:13:31.188Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34482026-03-16T22:13:31.333Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34492026-03-16T22:13:37.061Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-03-16T22:14:06.186Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34512026-03-16T22:14:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34522026-03-16T22:14:31.196Z
34532026-03-16T22:14:31.199Zreal 1:58.606260131
34542026-03-16T22:14:31.199Zuser 11:38.089509118
34552026-03-16T22:14:31.199Zsys 2:07.145881061
34562026-03-16T22:14:31.199Ztrap 0.363626629
34572026-03-16T22:14:31.199Ztflt 0.583634937
34582026-03-16T22:14:31.199Zdflt 1.564321413
34592026-03-16T22:14:31.199Zkflt 0.000177350
34602026-03-16T22:14:31.199Zlock 29:03.459481444
34612026-03-16T22:14:31.199Zslp 38:24.053592995
34622026-03-16T22:14:31.199Zlat 47.142069393
34632026-03-16T22:14:31.199Zstop 3:43.351706598
34642026-03-16T22:14:31.199Z+ mkdir tests
34652026-03-16T22:14:31.202Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34662026-03-16T22:14:31.205Z+ xargs -I '{}' -t cp '{}' tests/
34672026-03-16T22:14:31.237Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f203df10b624dde4 tests/
34682026-03-16T22:14:31.260Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ad88ca4761fabce1 tests/
34692026-03-16T22:14:31.282Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-273734d70bfc9970 tests/
34702026-03-16T22:14:31.306Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f5aec89d977f4db5 tests/
34712026-03-16T22:14:31.548Z+ 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/*)
34722026-03-16T22:14:31.551Z+ 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-ad88ca4761fabce1 tests/commtest-273734d70bfc9970 tests/dhcp_server-f203df10b624dde4 tests/end_to_end_tests-f5aec89d977f4db5 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
34732026-03-16T22:16:11.696ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34742026-03-16T22:16:11.696Za .github/buildomat/ci-env.sh 1K
34752026-03-16T22:16:11.696Za out/target/test 1K
34762026-03-16T22:16:11.696Za out/npuzone/npuzone 27402K
34772026-03-16T22:16:11.696Za package-manifest.toml 35K
34782026-03-16T22:16:11.696Za smf/sled-agent/non-gimlet/config.toml 6K
34792026-03-16T22:16:11.696Za target/release/omicron-package 41064K
34802026-03-16T22:16:11.696Za target/release/xtask 11359K
34812026-03-16T22:16:11.696Za target/debug/bootstrap 345837K
34822026-03-16T22:16:11.696Za tests/bootstrap-ad88ca4761fabce1 31480K
34832026-03-16T22:16:11.696Za tests/commtest-273734d70bfc9970 31997K
34842026-03-16T22:16:11.696Za tests/dhcp_server-f203df10b624dde4 31480K
34852026-03-16T22:16:11.696Za tests/end_to_end_tests-f5aec89d977f4db5 387855K
34862026-03-16T22:16:11.696Za out/clickhouse.tar.gz 302562K
34872026-03-16T22:16:11.696Za out/clickhouse_keeper.tar.gz 287851K
34882026-03-16T22:16:11.696Za out/clickhouse_server.tar.gz 302561K
34892026-03-16T22:16:11.696Za out/cockroachdb.tar.gz 156110K
34902026-03-16T22:16:11.696Za out/crucible-pantry-zone.tar.gz 38317K
34912026-03-16T22:16:11.696Za out/crucible-utils.tar 17744K
34922026-03-16T22:16:11.696Za out/crucible-zone.tar.gz 52455K
34932026-03-16T22:16:11.696Za out/external-dns.tar.gz 41552K
34942026-03-16T22:16:11.696Za out/internal-dns.tar.gz 41551K
34952026-03-16T22:16:11.697Za out/mg-ddm-gz.tar 86339K
34962026-03-16T22:16:11.697Za out/nexus.tar.gz 207434K
34972026-03-16T22:16:11.697Za out/ntp.tar.gz 22562K
34982026-03-16T22:16:11.697Za out/omicron-gateway-softnpu.tar.gz 27288K
34992026-03-16T22:16:11.697Za out/omicron-sled-agent.tar 183237K
35002026-03-16T22:16:11.697Za out/overlay.tar.gz 3K
35012026-03-16T22:16:11.697Za out/oximeter.tar.gz 57737K
35022026-03-16T22:16:11.697Za out/oxlog.tar 3895K
35032026-03-16T22:16:11.697Za out/probe.tar.gz 3037K
35042026-03-16T22:16:11.697Za out/propolis-server.tar.gz 74633K
35052026-03-16T22:16:11.697Za out/pumpkind-gz.tar 26647K
35062026-03-16T22:16:11.697Za out/switch-softnpu.tar.gz 373231K
35072026-03-16T22:16:11.700Z
35082026-03-16T22:16:11.700Zreal 1:40.088495347
35092026-03-16T22:16:11.700Zuser 1:37.057858164
35102026-03-16T22:16:11.700Zsys 6.248640298
35112026-03-16T22:16:11.700Ztrap 0.006950251
35122026-03-16T22:16:11.700Ztflt 0.000000000
35132026-03-16T22:16:11.700Zdflt 0.000000000
35142026-03-16T22:16:11.700Zkflt 0.000000000
35152026-03-16T22:16:11.700Zlock 0.000000000
35162026-03-16T22:16:11.700Zslp 1:36.246771969
35172026-03-16T22:16:11.700Zlat 0.611970928
35182026-03-16T22:16:11.700Zstop 0.000168453
35192026-03-16T22:16:11.700Zprocess exited: duration 1236514 ms, exit code 0
 
35202026-03-16T22:16:11.716Zfound 1 output files
35212026-03-16T22:16:11.716Zuploading: /work/package.tar.gz (2322530212 bytes)
35222026-03-16T22:16:39.969Zuploaded: /work/package.tar.gz