01KJ5J45PNBH24508BCKEZE4XK: helios / package

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

Buildomat Job: 01KJ5J4KV92KR11E1XVFWH17PF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-23T15:34:30.150Zjob assigned to worker 01KJ5J4MJFJ3VDR7W3TGJQ0JHT [factory aws, i-0a577ebd83fd323c6] (queued for 1 m 2 s)
 
22026-02-23T15:34:38.823Zstarting task 0: "setup"
32026-02-23T15:34:38.827Z++ uname -s
42026-02-23T15:34:38.830Z+ kern=SunOS
52026-02-23T15:34:38.830Z+ build_user=build
62026-02-23T15:34:38.830Z+ build_uid=12345
72026-02-23T15:34:38.830Z+ work_dir=/work
82026-02-23T15:34:38.830Z+ input_dir=/input
92026-02-23T15:34:38.830Z+ [[ 0 == 12345 ]]
102026-02-23T15:34:38.830Z+ case "$kern" in
112026-02-23T15:34:38.830Z+ groupadd -g 12345 build
122026-02-23T15:34:38.833Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-23T15:34:40.840Z+ zfs create -o mountpoint=/work rpool/work
142026-02-23T15:34:40.976Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-23T15:34:40.979Z+ home_fs=zfs
162026-02-23T15:34:40.979Z+ [[ zfs == autofs ]]
172026-02-23T15:34:40.979Z+ mkdir -p /home/build
182026-02-23T15:34:40.979Z+ chown build:build /home/build /work
192026-02-23T15:34:42.982Z+ chmod 0700 /home/build /work
202026-02-23T15:34:42.985Zprocess exited: duration 4164 ms, exit code 0
 
212026-02-23T15:34:42.992Zstarting task 1: "rust-toolchain"
222026-02-23T15:34:42.996Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-23T15:34:42.996Z * rust toolchain channel = "1.91.1"
242026-02-23T15:34:42.996Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-23T15:34:42.996Z * rust toolchain profile = "default"
262026-02-23T15:34:42.996Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-23T15:34:42.996Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-23T15:34:42.999Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-23T15:34:42.999Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-23T15:34:43.139Zinfo: downloading installer
312026-02-23T15:34:44.974Zwarn: It looks like you have an existing installation of Rust at:
322026-02-23T15:34:44.974Zwarn: /opt/ooce/bin
332026-02-23T15:34:44.974Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-23T15:34:44.975Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-23T15:34:44.975Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-23T15:34:44.975Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-23T15:34:44.975Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-23T15:34:44.975Zerror: cannot install while Rust is installed
392026-02-23T15:34:44.975Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-23T15:34:44.992Zinfo: profile set to 'default'
412026-02-23T15:34:44.992Zinfo: default host triple is x86_64-unknown-illumos
422026-02-23T15:34:44.996Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-23T15:34:45.188Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-23T15:34:45.188Zinfo: downloading component 'cargo'
452026-02-23T15:34:46.322Zinfo: downloading component 'clippy'
462026-02-23T15:34:46.782Zinfo: downloading component 'rust-docs'
472026-02-23T15:34:48.563Zinfo: downloading component 'rust-std'
482026-02-23T15:34:50.760Zinfo: downloading component 'rustc'
492026-02-23T15:34:58.024Zinfo: downloading component 'rustfmt'
502026-02-23T15:34:58.283Zinfo: installing component 'cargo'
512026-02-23T15:34:59.191Zinfo: installing component 'clippy'
522026-02-23T15:34:59.585Zinfo: installing component 'rust-docs'
532026-02-23T15:35:01.513Zinfo: installing component 'rust-std'
542026-02-23T15:35:03.307Zinfo: installing component 'rustc'
552026-02-23T15:35:10.005Zinfo: installing component 'rustfmt'
562026-02-23T15:35:10.344Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-23T15:35:10.344Z
582026-02-23T15:35:10.831Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-23T15:35:10.831Z
602026-02-23T15:35:10.834Z
612026-02-23T15:35:10.834ZRust is installed now. Great!
622026-02-23T15:35:10.834Z
632026-02-23T15:35:10.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-23T15:35:10.834Zenvironment variable. This has not been done automatically.
652026-02-23T15:35:10.834Z
662026-02-23T15:35:10.834ZTo configure your current shell, you need to source
672026-02-23T15:35:10.834Zthe corresponding env file under $HOME/.cargo.
682026-02-23T15:35:10.834Z
692026-02-23T15:35:10.834ZThis is usually done by running one of the following (note the leading DOT):
702026-02-23T15:35:10.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-23T15:35:10.834Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-23T15:35:10.834Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-23T15:35:10.955Z+ rustup --version
742026-02-23T15:35:10.967Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-23T15:35:10.970Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-23T15:35:11.055Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-23T15:35:11.059Z+ cargo --version
782026-02-23T15:35:11.133Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-23T15:35:11.136Z+ rustc --version
802026-02-23T15:35:11.212Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-23T15:35:11.216Zprocess exited: duration 28219 ms, exit code 0
 
822026-02-23T15:35:11.222Zstarting task 2: "authentication"
832026-02-23T15:35:11.243Zprocess exited: duration 21 ms, exit code 0
 
842026-02-23T15:35:11.250Zstarting task 3: "clone repository"
852026-02-23T15:35:11.255Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-23T15:35:11.259Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-23T15:35:11.300ZCloning into '/work/oxidecomputer/omicron'...
882026-02-23T15:35:30.414Z+ cd /work/oxidecomputer/omicron
892026-02-23T15:35:30.414Z+ git fetch origin 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
902026-02-23T15:35:30.717ZFrom https://github.com/oxidecomputer/omicron
912026-02-23T15:35:30.717Z * branch 3dafdc6b8b32d11b18934b27192d8378eb87a7cf -> FETCH_HEAD
922026-02-23T15:35:30.728Z+ [[ -n john/sled-agent-types-versions-offby1 ]]
932026-02-23T15:35:30.731Z++ git branch --show-current
942026-02-23T15:35:30.738Z+ current=main
952026-02-23T15:35:30.738Z+ [[ main != john/sled-agent-types-versions-offby1 ]]
962026-02-23T15:35:30.738Z+ git branch -f john/sled-agent-types-versions-offby1 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
972026-02-23T15:35:30.738Z+ git checkout -f john/sled-agent-types-versions-offby1
982026-02-23T15:35:31.302ZSwitched to branch 'john/sled-agent-types-versions-offby1'
992026-02-23T15:35:31.305Z+ git reset --hard 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
1002026-02-23T15:35:31.323ZHEAD is now at 3dafdc6b8 Fix versioning discrepancy between sled-agent API and types crate
1012026-02-23T15:35:31.326Zprocess exited: duration 20071 ms, exit code 0
 
1022026-02-23T15:35:31.333Zstarting task 4: "build"
1032026-02-23T15:35:31.338Z+ source .github/buildomat/ci-env.sh
1042026-02-23T15:35:31.341Z++ export CARGO_TERM_COLOR=always
1052026-02-23T15:35:31.341Z++ CARGO_TERM_COLOR=always
1062026-02-23T15:35:31.341Z+ cargo --version
1072026-02-23T15:35:31.405Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-23T15:35:31.408Z+ rustc --version
1092026-02-23T15:35:31.481Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-23T15:35:31.484Z+ WORK=/work
1112026-02-23T15:35:31.484Z+ pfexec mkdir -p /work
1122026-02-23T15:35:31.489Z+ pfexec chown build /work
1132026-02-23T15:35:31.492Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-23T15:35:42.454Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-23T15:35:52.774Z Startup: Caching catalogs ... Done
1162026-02-23T15:36:15.838ZPlanning: Solver setup ... Done (21.417s)
1172026-02-23T15:36:16.000ZPlanning: Running solver ... Done (0.162s)
1182026-02-23T15:36:16.171ZPlanning: Finding local manifests ... Done (0.004s)
1192026-02-23T15:36:16.184ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-23T15:36:16.323ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-23T15:36:16.370ZPlanning: Package planning ... Done (0.047s)
1222026-02-23T15:36:16.421ZPlanning: Merging actions ... Done (0.051s)
1232026-02-23T15:36:16.703ZPlanning: Checking for conflicting actions ... Done (0.282s)
1242026-02-23T15:36:16.714ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-23T15:36:17.736ZPlanning: Evaluating mediators ... Done (1.022s)
1262026-02-23T15:36:17.745ZPlanning: Planning completed in 24.82 seconds
1272026-02-23T15:36:17.763Z Packages to install: 4
1282026-02-23T15:36:17.766Z Mediators to change: 2
1292026-02-23T15:36:17.766Z Services to change: 1
1302026-02-23T15:36:17.766Z Estimated space available: 155.43 GB
1312026-02-23T15:36:17.766ZEstimated space to be consumed: 1.81 GB
1322026-02-23T15:36:17.766Z Create boot environment: No
1332026-02-23T15:36:17.766ZCreate backup boot environment: No
1342026-02-23T15:36:17.766Z Rebuild boot archive: No
1352026-02-23T15:36:17.766Z
1362026-02-23T15:36:17.767ZChanged mediators:
1372026-02-23T15:36:17.767Z mediator clang:
1382026-02-23T15:36:17.767Z version: None -> 15 (system default)
1392026-02-23T15:36:17.767Z
1402026-02-23T15:36:17.767Z mediator llvm:
1412026-02-23T15:36:17.767Z version: 14 (system default) -> 15 (system default)
1422026-02-23T15:36:17.767Z
1432026-02-23T15:36:17.767ZChanged packages:
1442026-02-23T15:36:17.767Zhelios-dev
1452026-02-23T15:36:17.767Z developer/build-essential
1462026-02-23T15:36:17.767Z None -> 11-2.0
1472026-02-23T15:36:17.767Z library/libxmlsec1
1482026-02-23T15:36:17.767Z None -> 1.2.35-2.0
1492026-02-23T15:36:17.767Z ooce/developer/clang-15
1502026-02-23T15:36:17.767Z None -> 15.0.7-2.0
1512026-02-23T15:36:17.767Z ooce/developer/llvm-15
1522026-02-23T15:36:17.767Z None -> 15.0.7-2.0
1532026-02-23T15:36:17.767Z
1542026-02-23T15:36:17.767ZServices:
1552026-02-23T15:36:17.767Z restart_fmri:
1562026-02-23T15:36:17.767Z svc:/system/update-man-index:default
1572026-02-23T15:36:17.820Z
1582026-02-23T15:36:17.820ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-23T15:36:22.820ZDownload: 1403/3290 items 115.9/212.6MB 54% complete (23.4M/s)
1602026-02-23T15:36:27.894ZDownload: 3285/3290 items 211.4/212.6MB 99% complete (21.6M/s)
1612026-02-23T15:36:27.929ZDownload: Completed 212.60 MB in 10.11 seconds (21.0M/s)
1622026-02-23T15:36:28.123Z Actions: 1/3689 actions (Installing new actions)
1632026-02-23T15:36:32.664Z Actions: Completed 3689 actions in 4.54 seconds.
1642026-02-23T15:36:33.387Z Done (0.718s)
1652026-02-23T15:36:33.387Z Done (0.000s)
1662026-02-23T15:36:34.475Z Done (1.087s)
1672026-02-23T15:36:39.068Z Done (4.223s)
1682026-02-23T15:36:39.155Z Done (0.021s)
1692026-02-23T15:36:39.158Z Done (0.000s)
1702026-02-23T15:36:39.308Z Done (0.000s)
1712026-02-23T15:36:40.273ZPlanning: Evaluating mediator changes ... Done
1722026-02-23T15:36:40.433ZPlanning: Checking for conflicting actions ... Done
1732026-02-23T15:36:40.436ZPlanning: Consolidating action changes ... Done
1742026-02-23T15:36:40.710ZPlanning: Evaluating mediators ... Done
1752026-02-23T15:36:40.714ZPlanning: Planning completed in 0.44 seconds
1762026-02-23T15:36:40.744Z Mediators to change: 2
1772026-02-23T15:36:40.744Z Create boot environment: No
1782026-02-23T15:36:40.747ZCreate backup boot environment: No
1792026-02-23T15:36:40.817Z Done
1802026-02-23T15:36:40.817Z Done
1812026-02-23T15:36:41.611Z Done
1822026-02-23T15:36:45.315Z Done
1832026-02-23T15:36:45.396Z Done
1842026-02-23T15:36:45.406Z Done
1852026-02-23T15:36:45.562Z Done
1862026-02-23T15:36:46.172ZPlanning: Evaluating mediator changes ... Done
1872026-02-23T15:36:46.176ZPlanning: Merging actions ... Done
1882026-02-23T15:36:46.366ZPlanning: Checking for conflicting actions ... Done
1892026-02-23T15:36:46.370ZPlanning: Consolidating action changes ... Done
1902026-02-23T15:36:46.636ZPlanning: Evaluating mediators ... Done
1912026-02-23T15:36:46.691ZPlanning: Planning completed in 0.76 seconds
1922026-02-23T15:36:46.726Z Packages to change: 1
1932026-02-23T15:36:46.726Z Mediators to change: 1
1942026-02-23T15:36:46.730Z Services to change: 1
1952026-02-23T15:36:46.730Z Create boot environment: No
1962026-02-23T15:36:46.730ZCreate backup boot environment: Yes
1972026-02-23T15:36:49.257Z Actions: 1/6 actions (Updating modified actions)
1982026-02-23T15:36:49.262Z Actions: Completed 6 actions in 0.00 seconds.
1992026-02-23T15:36:49.262Z Done
2002026-02-23T15:36:49.262Z Done
2012026-02-23T15:36:49.480Z Done
2022026-02-23T15:36:53.044Z Done
2032026-02-23T15:36:53.132Z Done
2042026-02-23T15:36:53.135Z Done
2052026-02-23T15:36:53.304Z Done
2062026-02-23T15:36:53.744ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-02-23T15:36:53.744Zclang system 15 system
2082026-02-23T15:36:53.744Zcsh system system illumos
2092026-02-23T15:36:53.744Zctags system system illumos
2102026-02-23T15:36:53.744Zfile system system illumos
2112026-02-23T15:36:53.744Zgcc vendor 12 vendor
2122026-02-23T15:36:53.744Zgcc system 10 system
2132026-02-23T15:36:53.744Zgcc system 7 system
2142026-02-23T15:36:53.744Zgo system 1.20 system
2152026-02-23T15:36:53.744Zgo system 1.19 system
2162026-02-23T15:36:53.744Zllvm system 15 system
2172026-02-23T15:36:53.745Zllvm system 14 system
2182026-02-23T15:36:53.745Zmariadb system 10.6 system
2192026-02-23T15:36:53.745Zmta vendor vendor dma
2202026-02-23T15:36:53.745Zopenjdk system 17 system
2212026-02-23T15:36:53.745Zopenjdk system 11 system
2222026-02-23T15:36:53.745Zopenjdk system 1.8 system
2232026-02-23T15:36:53.745Zopenssl vendor 3 vendor
2242026-02-23T15:36:53.745Zperl system 5.36 system
2252026-02-23T15:36:53.745Zpostgresql system 15 system
2262026-02-23T15:36:53.745Zpostgresql system 13 system
2272026-02-23T15:36:53.745Zpython vendor 3 vendor
2282026-02-23T15:36:53.745Zpython system 2 system
2292026-02-23T15:36:53.745Zpython3 system 3.11 system
2302026-02-23T15:36:53.745Zruby system 3.0 system
2312026-02-23T15:36:53.745Zwords vendor vendor american-english
2322026-02-23T15:36:53.745Zwords system system australian-english
2332026-02-23T15:36:53.745Zwords system system british-english
2342026-02-23T15:36:53.745Zwords system system canadian-english
2352026-02-23T15:36:53.745Zwords system system french
2362026-02-23T15:36:53.745Zwords system system italian
2372026-02-23T15:36:53.745Zwords system system ngerman
2382026-02-23T15:36:53.745Zwords system system ogerman
2392026-02-23T15:36:53.745Zwords system system spanish
2402026-02-23T15:36:54.079ZPUBLISHER TYPE STATUS P LOCATION
2412026-02-23T15:36:54.079Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-02-23T15:37:00.689ZFMRI IFO
2432026-02-23T15:37:00.689Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-02-23T15:37:00.689Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-02-23T15:37:00.689Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-02-23T15:37:00.689Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-02-23T15:37:00.689Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-02-23T15:37:00.689Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-02-23T15:37:00.689Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-02-23T15:37:00.689Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-02-23T15:37:00.689Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-02-23T15:37:00.689Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-02-23T15:37:00.690Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-02-23T15:37:00.690Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-02-23T15:37:00.690Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-02-23T15:37:00.690Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-02-23T15:37:00.690Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-02-23T15:37:00.690Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-02-23T15:37:01.899Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-02-23T15:37:02.223Z Updating crates.io index
2612026-02-23T15:37:02.234Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-02-23T15:37:02.528Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-02-23T15:37:03.232Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-02-23T15:37:04.254Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-02-23T15:37:04.839Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-02-23T15:37:05.153Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-02-23T15:37:06.574Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-02-23T15:37:09.089Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-02-23T15:37:10.100Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-02-23T15:37:10.663Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-02-23T15:37:11.773Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-02-23T15:37:12.401Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-02-23T15:37:12.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-02-23T15:37:13.424Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-02-23T15:37:13.739Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-02-23T15:37:14.628Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-02-23T15:37:15.086Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-02-23T15:37:15.461Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-02-23T15:37:15.767Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-02-23T15:37:16.197Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-02-23T15:37:16.578Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-02-23T15:37:16.821Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-02-23T15:37:17.073Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-02-23T15:37:17.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-02-23T15:37:17.910Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-02-23T15:37:18.538Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-02-23T15:37:18.848Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-02-23T15:37:19.183Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-02-23T15:37:19.539Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-02-23T15:37:21.062Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-02-23T15:37:21.488Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-02-23T15:37:21.778Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-02-23T15:37:22.270Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-02-23T15:37:22.636Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-02-23T15:37:23.014Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-02-23T15:37:23.579Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-02-23T15:37:23.859Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-02-23T15:37:24.139Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-02-23T15:37:24.551Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-02-23T15:37:37.816Z Downloading crates ...
3012026-02-23T15:37:37.871Z Downloaded bytecount v0.6.8
3022026-02-23T15:37:37.876Z Downloaded autocfg v1.4.0
3032026-02-23T15:37:37.879Z Downloaded anstream v0.6.18
3042026-02-23T15:37:37.882Z Downloaded anstyle-query v1.1.1
3052026-02-23T15:37:37.882Z Downloaded bitflags v2.9.4
3062026-02-23T15:37:37.886Z Downloaded anstyle v1.0.11
3072026-02-23T15:37:37.890Z Downloaded anstyle-parse v0.2.5
3082026-02-23T15:37:37.890Z Downloaded camino-tempfile v1.4.1
3092026-02-23T15:37:37.893Z Downloaded toml_write v0.1.2
3102026-02-23T15:37:37.893Z Downloaded utf8_iter v1.0.4
3112026-02-23T15:37:37.896Z Downloaded is_terminal_polyfill v1.70.1
3122026-02-23T15:37:37.896Z Downloaded cfg-if v1.0.4
3132026-02-23T15:37:37.896Z Downloaded heck v0.4.1
3142026-02-23T15:37:37.899Z Downloaded writeable v0.5.5
3152026-02-23T15:37:37.899Z Downloaded unicode-linebreak v0.1.5
3162026-02-23T15:37:37.902Z Downloaded ucd-trie v0.1.7
3172026-02-23T15:37:37.902Z Downloaded scroll v0.12.0
3182026-02-23T15:37:37.905Z Downloaded write16 v1.0.0
3192026-02-23T15:37:37.905Z Downloaded utf16_iter v1.0.5
3202026-02-23T15:37:37.908Z Downloaded log v0.4.29
3212026-02-23T15:37:37.908Z Downloaded version_check v0.9.5
3222026-02-23T15:37:37.911Z Downloaded form_urlencoded v1.2.2
3232026-02-23T15:37:37.911Z Downloaded terminal_size v0.4.0
3242026-02-23T15:37:37.911Z Downloaded tabled_derive v0.7.0
3252026-02-23T15:37:37.914Z Downloaded heck v0.5.0
3262026-02-23T15:37:37.914Z Downloaded zerocopy-derive v0.7.35
3272026-02-23T15:37:37.918Z Downloaded zerofrom v0.1.4
3282026-02-23T15:37:37.921Z Downloaded swrite v0.1.0
3292026-02-23T15:37:37.921Z Downloaded typeid v1.0.3
3302026-02-23T15:37:37.924Z Downloaded zerofrom-derive v0.1.4
3312026-02-23T15:37:37.924Z Downloaded serde_spanned v0.6.9
3322026-02-23T15:37:37.924Z Downloaded proc-macro-error-attr v1.0.4
3332026-02-23T15:37:37.927Z Downloaded unicode-xid v0.2.6
3342026-02-23T15:37:37.928Z Downloaded fs-err v3.1.1
3352026-02-23T15:37:37.931Z Downloaded utf8parse v0.2.2
3362026-02-23T15:37:37.931Z Downloaded toml_datetime v0.6.11
3372026-02-23T15:37:37.934Z Downloaded errno v0.3.12
3382026-02-23T15:37:37.934Z Downloaded yoke-derive v0.7.4
3392026-02-23T15:37:37.934Z Downloaded zerovec-derive v0.10.3
3402026-02-23T15:37:37.937Z Downloaded tinystr v0.7.6
3412026-02-23T15:37:37.937Z Downloaded yoke v0.7.4
3422026-02-23T15:37:37.941Z Downloaded usdt-attr-macro v0.5.0
3432026-02-23T15:37:37.941Z Downloaded usdt v0.5.0
3442026-02-23T15:37:37.944Z Downloaded serde-value v0.7.0
3452026-02-23T15:37:37.944Z Downloaded crypto-common v0.1.6
3462026-02-23T15:37:37.944Z Downloaded memmap v0.7.0
3472026-02-23T15:37:37.947Z Downloaded thiserror-impl v2.0.18
3482026-02-23T15:37:37.947Z Downloaded typenum v1.17.0
3492026-02-23T15:37:37.950Z Downloaded thiserror-impl v1.0.69
3502026-02-23T15:37:37.950Z Downloaded usdt-impl v0.5.0
3512026-02-23T15:37:37.953Z Downloaded smawk v0.3.2
3522026-02-23T15:37:37.954Z Downloaded plain v0.2.3
3532026-02-23T15:37:37.957Z Downloaded thiserror v2.0.18
3542026-02-23T15:37:37.960Z Downloaded zmij v1.0.15
3552026-02-23T15:37:37.963Z Downloaded unicode-ident v1.0.19
3562026-02-23T15:37:37.963Z Downloaded toml v0.8.23
3572026-02-23T15:37:37.966Z Downloaded dof v0.3.0
3582026-02-23T15:37:37.969Z Downloaded equivalent v1.0.2
3592026-02-23T15:37:37.970Z Downloaded icu_provider_macros v1.5.0
3602026-02-23T15:37:37.970Z Downloaded macaddr v1.0.1
3612026-02-23T15:37:37.973Z Downloaded percent-encoding v2.3.2
3622026-02-23T15:37:37.973Z Downloaded ordered-float v2.10.1
3632026-02-23T15:37:37.973Z Downloaded textwrap v0.16.2
3642026-02-23T15:37:37.976Z Downloaded itoa v1.0.11
3652026-02-23T15:37:37.976Z Downloaded scroll_derive v0.12.0
3662026-02-23T15:37:37.979Z Downloaded dtrace-parser v0.2.0
3672026-02-23T15:37:37.979Z Downloaded toml_edit v0.22.27
3682026-02-23T15:37:37.982Z Downloaded zerovec v0.10.4
3692026-02-23T15:37:37.986Z Downloaded clap_derive v4.5.47
3702026-02-23T15:37:37.989Z Downloaded zerocopy v0.7.35
3712026-02-23T15:37:38.003Z Downloaded winnow v0.7.14
3722026-02-23T15:37:38.011Z Downloaded quote v1.0.40
3732026-02-23T15:37:38.014Z Downloaded serde_tokenstream v0.2.2
3742026-02-23T15:37:38.017Z Downloaded generic-array v0.14.7
3752026-02-23T15:37:38.017Z Downloaded displaydoc v0.2.5
3762026-02-23T15:37:38.020Z Downloaded cargo_toml v0.21.0
3772026-02-23T15:37:38.020Z Downloaded serde-untagged v0.1.7
3782026-02-23T15:37:38.023Z Downloaded synstructure v0.13.1
3792026-02-23T15:37:38.023Z Downloaded litemap v0.7.3
3802026-02-23T15:37:38.026Z Downloaded proc-macro-error v1.0.4
3812026-02-23T15:37:38.027Z Downloaded pest_meta v2.8.2
3822026-02-23T15:37:38.030Z Downloaded pest_generator v2.8.2
3832026-02-23T15:37:38.030Z Downloaded unicode-width v0.2.0
3842026-02-23T15:37:38.034Z Downloaded sha2 v0.10.9
3852026-02-23T15:37:38.037Z Downloaded icu_locid_transform v1.5.0
3862026-02-23T15:37:38.042Z Downloaded unicode-width v0.1.14
3872026-02-23T15:37:38.045Z Downloaded once_cell v1.21.3
3882026-02-23T15:37:38.045Z Downloaded icu_provider v1.5.0
3892026-02-23T15:37:38.048Z Downloaded tempfile v3.24.0
3902026-02-23T15:37:38.051Z Downloaded semver v1.0.27
3912026-02-23T15:37:38.051Z Downloaded digest v0.10.7
3922026-02-23T15:37:38.055Z Downloaded smallvec v1.15.1
3932026-02-23T15:37:38.055Z Downloaded cpufeatures v0.2.14
3942026-02-23T15:37:38.058Z Downloaded url v2.5.4
3952026-02-23T15:37:38.058Z Downloaded strsim v0.11.1
3962026-02-23T15:37:38.061Z Downloaded stable_deref_trait v1.2.0
3972026-02-23T15:37:38.061Z Downloaded clap_lex v0.7.4
3982026-02-23T15:37:38.061Z Downloaded serde_derive v1.0.228
3992026-02-23T15:37:38.064Z Downloaded pest_derive v2.8.2
4002026-02-23T15:37:38.067Z Downloaded cargo-util-schemas v0.8.2
4012026-02-23T15:37:38.067Z Downloaded idna_adapter v1.2.0
4022026-02-23T15:37:38.070Z Downloaded fnv v1.0.7
4032026-02-23T15:37:38.070Z Downloaded thiserror v1.0.69
4042026-02-23T15:37:38.073Z Downloaded erased-serde v0.4.6
4052026-02-23T15:37:38.076Z Downloaded usdt-macro v0.5.0
4062026-02-23T15:37:38.076Z Downloaded clap v4.5.48
4072026-02-23T15:37:38.083Z Downloaded papergrid v0.11.0
4082026-02-23T15:37:38.087Z Downloaded icu_normalizer v1.5.0
4092026-02-23T15:37:38.090Z Downloaded icu_locid_transform_data v1.5.0
4102026-02-23T15:37:38.094Z Downloaded getrandom v0.3.4
4112026-02-23T15:37:38.097Z Downloaded icu_normalizer_data v1.5.0
4122026-02-23T15:37:38.097Z Downloaded icu_locid v1.5.0
4132026-02-23T15:37:38.100Z Downloaded serde_core v1.0.228
4142026-02-23T15:37:38.103Z Downloaded icu_properties v1.5.1
4152026-02-23T15:37:38.106Z Downloaded num-traits v0.2.19
4162026-02-23T15:37:38.109Z Downloaded cargo_metadata v0.21.0
4172026-02-23T15:37:38.109Z Downloaded colorchoice v1.0.2
4182026-02-23T15:37:38.110Z Downloaded pretty-hex v0.4.1
4192026-02-23T15:37:38.120Z Downloaded fastrand v2.1.1
4202026-02-23T15:37:38.120Z Downloaded proc-macro2 v1.0.101
4212026-02-23T15:37:38.120Z Downloaded icu_collections v1.5.0
4222026-02-23T15:37:38.125Z Downloaded indexmap v2.13.0
4232026-02-23T15:37:38.125Z Downloaded memchr v2.7.4
4242026-02-23T15:37:38.131Z Downloaded serde v1.0.228
4252026-02-23T15:37:38.131Z Downloaded hashbrown v0.16.1
4262026-02-23T15:37:38.136Z Downloaded cargo-platform v0.2.0
4272026-02-23T15:37:38.136Z Downloaded byteorder v1.5.0
4282026-02-23T15:37:38.142Z Downloaded idna v1.0.3
4292026-02-23T15:37:38.142Z Downloaded thread-id v4.2.2
4302026-02-23T15:37:38.142Z Downloaded camino v1.2.2
4312026-02-23T15:37:38.147Z Downloaded block-buffer v0.10.4
4322026-02-23T15:37:38.147Z Downloaded anyhow v1.0.99
4332026-02-23T15:37:38.152Z Downloaded pest v2.8.2
4342026-02-23T15:37:38.156Z Downloaded goblin v0.8.2
4352026-02-23T15:37:38.169Z Downloaded serde_json v1.0.149
4362026-02-23T15:37:38.185Z Downloaded clap_builder v4.5.48
4372026-02-23T15:37:38.197Z Downloaded tabled v0.15.0
4382026-02-23T15:37:38.214Z Downloaded syn v1.0.109
4392026-02-23T15:37:38.222Z Downloaded icu_properties_data v1.5.0
4402026-02-23T15:37:38.233Z Downloaded syn v2.0.114
4412026-02-23T15:37:38.242Z Downloaded rustix v0.38.37
4422026-02-23T15:37:38.262Z Downloaded rustix v1.1.3
4432026-02-23T15:37:38.296Z Downloaded libc v0.2.180
4442026-02-23T15:37:38.386Z Compiling proc-macro2 v1.0.101
4452026-02-23T15:37:38.389Z Compiling unicode-ident v1.0.19
4462026-02-23T15:37:38.389Z Compiling serde_core v1.0.228
4472026-02-23T15:37:38.389Z Compiling version_check v0.9.5
4482026-02-23T15:37:38.389Z Compiling serde v1.0.228
4492026-02-23T15:37:38.622Z Compiling libc v0.2.180
4502026-02-23T15:37:38.626Z Compiling memchr v2.7.4
4512026-02-23T15:37:38.627Z Compiling stable_deref_trait v1.2.0
4522026-02-23T15:37:38.862Z Compiling thiserror v2.0.18
4532026-02-23T15:37:38.893Z Compiling zmij v1.0.15
4542026-02-23T15:37:39.287Z Compiling autocfg v1.4.0
4552026-02-23T15:37:39.430Z Compiling thiserror v1.0.69
4562026-02-23T15:37:40.008Z Compiling litemap v0.7.3
4572026-02-23T15:37:40.012Z Compiling itoa v1.0.11
4582026-02-23T15:37:40.171Z Compiling ucd-trie v0.1.7
4592026-02-23T15:37:40.199Z Compiling writeable v0.5.5
4602026-02-23T15:37:40.394Z Compiling byteorder v1.5.0
4612026-02-23T15:37:40.683Z Compiling bitflags v2.9.4
4622026-02-23T15:37:40.734Z Compiling quote v1.0.40
4632026-02-23T15:37:40.856Z Compiling errno v0.3.12
4642026-02-23T15:37:40.901Z Compiling icu_locid_transform_data v1.5.0
4652026-02-23T15:37:41.028Z Compiling icu_properties_data v1.5.0
4662026-02-23T15:37:41.114Z Compiling syn v2.0.114
4672026-02-23T15:37:41.140Z Compiling serde_json v1.0.149
4682026-02-23T15:37:41.319Z Compiling num-traits v0.2.19
4692026-02-23T15:37:41.352Z Compiling utf8_iter v1.0.4
4702026-02-23T15:37:41.356Z Compiling typeid v1.0.3
4712026-02-23T15:37:41.534Z Compiling hashbrown v0.16.1
4722026-02-23T15:37:41.628Z Compiling write16 v1.0.0
4732026-02-23T15:37:41.663Z Compiling rustix v0.38.37
4742026-02-23T15:37:41.779Z Compiling icu_normalizer_data v1.5.0
4752026-02-23T15:37:41.889Z Compiling smallvec v1.15.1
4762026-02-23T15:37:41.916Z Compiling equivalent v1.0.2
4772026-02-23T15:37:42.050Z Compiling utf16_iter v1.0.5
4782026-02-23T15:37:42.479Z Compiling proc-macro-error-attr v1.0.4
4792026-02-23T15:37:42.506Z Compiling usdt-impl v0.5.0
4802026-02-23T15:37:42.643Z Compiling syn v1.0.109
4812026-02-23T15:37:42.761Z Compiling indexmap v2.13.0
4822026-02-23T15:37:42.804Z Compiling winnow v0.7.14
4832026-02-23T15:37:42.914Z Compiling toml_write v0.1.2
4842026-02-23T15:37:43.252Z Compiling thread-id v4.2.2
4852026-02-23T15:37:43.687Z Compiling proc-macro-error v1.0.4
4862026-02-23T15:37:44.140Z Compiling camino v1.2.2
4872026-02-23T15:37:44.281Z Compiling plain v0.2.3
4882026-02-23T15:37:44.473Z Compiling rustix v1.1.3
4892026-02-23T15:37:44.760Z Compiling utf8parse v0.2.2
4902026-02-23T15:37:44.962Z Compiling percent-encoding v2.3.2
4912026-02-23T15:37:45.092Z Compiling log v0.4.29
4922026-02-23T15:37:45.123Z Compiling getrandom v0.3.4
4932026-02-23T15:37:45.317Z Compiling form_urlencoded v1.2.2
4942026-02-23T15:37:45.434Z Compiling ordered-float v2.10.1
4952026-02-23T15:37:45.539Z Compiling anstyle-parse v0.2.5
4962026-02-23T15:37:45.724Z Compiling terminal_size v0.4.0
4972026-02-23T15:37:46.405Z Compiling anstyle-query v1.1.1
4982026-02-23T15:37:46.447Z Compiling is_terminal_polyfill v1.70.1
4992026-02-23T15:37:46.563Z Compiling anstyle v1.0.11
5002026-02-23T15:37:46.591Z Compiling colorchoice v1.0.2
5012026-02-23T15:37:46.594Z Compiling pretty-hex v0.4.1
5022026-02-23T15:37:46.640Z Compiling cfg-if v1.0.4
5032026-02-23T15:37:46.851Z Compiling semver v1.0.27
5042026-02-23T15:37:47.001Z Compiling anstream v0.6.18
5052026-02-23T15:37:47.459Z Compiling fs-err v3.1.1
5062026-02-23T15:37:47.527Z Compiling heck v0.5.0
5072026-02-23T15:37:47.642Z Compiling once_cell v1.21.3
5082026-02-23T15:37:47.645Z Compiling fastrand v2.1.1
5092026-02-23T15:37:47.811Z Compiling synstructure v0.13.1
5102026-02-23T15:37:47.993Z Compiling bytecount v0.6.8
5112026-02-23T15:37:48.064Z Compiling heck v0.4.1
5122026-02-23T15:37:48.167Z Compiling unicode-xid v0.2.6
5132026-02-23T15:37:48.254Z Compiling strsim v0.11.1
5142026-02-23T15:37:48.404Z Compiling anyhow v1.0.99
5152026-02-23T15:37:48.508Z Compiling fnv v1.0.7
5162026-02-23T15:37:48.683Z Compiling unicode-width v0.1.14
5172026-02-23T15:37:48.987Z Compiling clap_lex v0.7.4
5182026-02-23T15:37:49.244Z Compiling papergrid v0.11.0
5192026-02-23T15:37:49.271Z Compiling tempfile v3.24.0
5202026-02-23T15:37:49.433Z Compiling clap_builder v4.5.48
5212026-02-23T15:37:49.491Z Compiling memmap v0.7.0
5222026-02-23T15:37:49.603Z Compiling smawk v0.3.2
5232026-02-23T15:37:49.826Z Compiling unicode-width v0.2.0
5242026-02-23T15:37:49.863Z Compiling unicode-linebreak v0.1.5
5252026-02-23T15:37:50.030Z Compiling camino-tempfile v1.4.1
5262026-02-23T15:37:50.377Z Compiling textwrap v0.16.2
5272026-02-23T15:37:50.951Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-02-23T15:37:51.226Z Compiling swrite v0.1.0
5292026-02-23T15:37:51.254Z Compiling tabled_derive v0.7.0
5302026-02-23T15:37:51.951Z Compiling serde_derive v1.0.228
5312026-02-23T15:37:51.952Z Compiling zerofrom-derive v0.1.4
5322026-02-23T15:37:51.955Z Compiling yoke-derive v0.7.4
5332026-02-23T15:37:51.955Z Compiling thiserror-impl v2.0.18
5342026-02-23T15:37:51.955Z Compiling zerovec-derive v0.10.3
5352026-02-23T15:37:53.299Z Compiling displaydoc v0.2.5
5362026-02-23T15:37:54.457Z Compiling thiserror-impl v1.0.69
5372026-02-23T15:37:54.656Z Compiling icu_provider_macros v1.5.0
5382026-02-23T15:37:54.880Z Compiling zerocopy-derive v0.7.35
5392026-02-23T15:37:55.356Z Compiling pest v2.8.2
5402026-02-23T15:37:55.397Z Compiling zerofrom v0.1.4
5412026-02-23T15:37:55.665Z Compiling yoke v0.7.4
5422026-02-23T15:37:55.693Z Compiling scroll_derive v0.12.0
5432026-02-23T15:37:56.035Z Compiling zerovec v0.10.4
5442026-02-23T15:37:56.859Z Compiling zerocopy v0.7.35
5452026-02-23T15:37:56.900Z Compiling clap_derive v4.5.47
5462026-02-23T15:37:57.082Z Compiling scroll v0.12.0
5472026-02-23T15:37:57.458Z Compiling tabled v0.15.0
5482026-02-23T15:37:57.619Z Compiling goblin v0.8.2
5492026-02-23T15:37:57.794Z Compiling tinystr v0.7.6
5502026-02-23T15:37:58.031Z Compiling pest_meta v2.8.2
5512026-02-23T15:37:58.199Z Compiling icu_locid v1.5.0
5522026-02-23T15:37:58.288Z Compiling icu_collections v1.5.0
5532026-02-23T15:37:59.525Z Compiling icu_provider v1.5.0
5542026-02-23T15:38:00.013Z Compiling pest_generator v2.8.2
5552026-02-23T15:38:00.044Z Compiling serde_spanned v0.6.9
5562026-02-23T15:38:00.209Z Compiling toml_datetime v0.6.11
5572026-02-23T15:38:00.311Z Compiling icu_locid_transform v1.5.0
5582026-02-23T15:38:00.500Z Compiling dof v0.3.0
5592026-02-23T15:38:00.756Z Compiling toml_edit v0.22.27
5602026-02-23T15:38:01.271Z Compiling serde_tokenstream v0.2.2
5612026-02-23T15:38:01.371Z Compiling erased-serde v0.4.6
5622026-02-23T15:38:01.754Z Compiling icu_properties v1.5.1
5632026-02-23T15:38:01.871Z Compiling serde-value v0.7.0
5642026-02-23T15:38:02.414Z Compiling pest_derive v2.8.2
5652026-02-23T15:38:02.536Z Compiling serde-untagged v0.1.7
5662026-02-23T15:38:02.564Z Compiling cargo-platform v0.2.0
5672026-02-23T15:38:02.651Z Compiling clap v4.5.48
5682026-02-23T15:38:02.786Z Compiling macaddr v1.0.1
5692026-02-23T15:38:03.243Z Compiling dtrace-parser v0.2.0
5702026-02-23T15:38:04.037Z Compiling toml v0.8.23
5712026-02-23T15:38:04.935Z Compiling cargo_toml v0.21.0
5722026-02-23T15:38:05.352Z Compiling usdt-macro v0.5.0
5732026-02-23T15:38:05.379Z Compiling usdt-attr-macro v0.5.0
5742026-02-23T15:38:05.408Z Compiling icu_normalizer v1.5.0
5752026-02-23T15:38:06.211Z Compiling idna_adapter v1.2.0
5762026-02-23T15:38:06.390Z Compiling idna v1.0.3
5772026-02-23T15:38:06.523Z Compiling usdt v0.5.0
5782026-02-23T15:38:06.796Z Compiling url v2.5.4
5792026-02-23T15:38:07.440Z Compiling cargo-util-schemas v0.8.2
5802026-02-23T15:38:09.020Z Compiling cargo_metadata v0.21.0
5812026-02-23T15:38:10.591Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5822026-02-23T15:38:14.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
5832026-02-23T15:38:14.346Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5842026-02-23T15:38:15.131Z Downloading crates ...
5852026-02-23T15:38:15.259Z Downloaded assert_matches v1.5.0
5862026-02-23T15:38:15.270Z Downloaded async-stream v0.3.6
5872026-02-23T15:38:15.275Z Downloaded aead v0.5.2
5882026-02-23T15:38:15.282Z Downloaded adler2 v2.0.0
5892026-02-23T15:38:15.291Z Downloaded csv-core v0.1.11
5902026-02-23T15:38:15.295Z Downloaded atty v0.2.14
5912026-02-23T15:38:15.299Z Downloaded crossbeam-utils v0.8.21
5922026-02-23T15:38:15.305Z Downloaded defmt-parser v0.3.4
5932026-02-23T15:38:15.309Z Downloaded defmt-macros v0.3.9
5942026-02-23T15:38:15.315Z Downloaded daft-derive v0.1.4
5952026-02-23T15:38:15.322Z Downloaded futures-io v0.3.31
5962026-02-23T15:38:15.326Z Downloaded debug-ignore v1.0.5
5972026-02-23T15:38:15.330Z Downloaded cfg_aliases v0.1.1
5982026-02-23T15:38:15.335Z Downloaded funty v2.0.0
5992026-02-23T15:38:15.339Z Downloaded async-stream-impl v0.3.6
6002026-02-23T15:38:15.342Z Downloaded derive_builder_core v0.20.2
6012026-02-23T15:38:15.347Z Downloaded foreign-types-shared v0.3.1
6022026-02-23T15:38:15.350Z Downloaded dropshot-api-manager-types v0.3.0
6032026-02-23T15:38:15.354Z Downloaded fixedbitset v0.4.2
6042026-02-23T15:38:15.358Z Downloaded float-ord v0.3.2
6052026-02-23T15:38:15.361Z Downloaded document-features v0.2.11
6062026-02-23T15:38:15.365Z Downloaded dyn-clone v1.0.20
6072026-02-23T15:38:15.369Z Downloaded foreign-types-macros v0.2.3
6082026-02-23T15:38:15.372Z Downloaded foreign-types-shared v0.1.1
6092026-02-23T15:38:15.376Z Downloaded foreign-types v0.3.2
6102026-02-23T15:38:15.379Z Downloaded env_filter v0.1.2
6112026-02-23T15:38:15.383Z Downloaded dirs-sys-next v0.1.2
6122026-02-23T15:38:15.387Z Downloaded foreign-types v0.5.0
6132026-02-23T15:38:15.390Z Downloaded flagset v0.4.6
6142026-02-23T15:38:15.395Z Downloaded futures-core v0.3.31
6152026-02-23T15:38:15.398Z Downloaded dtrace-parser v0.3.0
6162026-02-23T15:38:15.402Z Downloaded cfg_aliases v0.2.1
6172026-02-23T15:38:15.407Z Downloaded heck v0.3.3
6182026-02-23T15:38:15.410Z Downloaded hash32 v0.3.1
6192026-02-23T15:38:15.421Z Downloaded hex v0.4.3
6202026-02-23T15:38:15.429Z Downloaded home v0.5.9
6212026-02-23T15:38:15.432Z Downloaded const-oid v0.9.6
6222026-02-23T15:38:15.437Z Downloaded fs-err v2.11.0
6232026-02-23T15:38:15.441Z Downloaded corncobs v0.1.4
6242026-02-23T15:38:15.445Z Downloaded httpdate v1.0.3
6252026-02-23T15:38:15.448Z Downloaded http-range v0.1.5
6262026-02-23T15:38:15.452Z Downloaded hex-literal v0.4.1
6272026-02-23T15:38:15.456Z Downloaded filetime v0.2.26
6282026-02-23T15:38:15.459Z Downloaded hyper-tls v0.6.0
6292026-02-23T15:38:15.462Z Downloaded crypto-bigint v0.5.5
6302026-02-23T15:38:15.471Z Downloaded indoc v1.0.9
6312026-02-23T15:38:15.475Z Downloaded instant v0.1.13
6322026-02-23T15:38:15.479Z Downloaded hubpack_derive v0.1.1
6332026-02-23T15:38:15.482Z Downloaded hubpack v0.1.2
6342026-02-23T15:38:15.485Z Downloaded futures-channel v0.3.31
6352026-02-23T15:38:15.490Z Downloaded cmake v0.1.51
6362026-02-23T15:38:15.493Z Downloaded glob v0.3.2
6372026-02-23T15:38:15.496Z Downloaded is-terminal v0.4.13
6382026-02-23T15:38:15.499Z Downloaded cookie_store v0.21.1
6392026-02-23T15:38:15.503Z Downloaded drift v0.1.3
6402026-02-23T15:38:15.511Z Downloaded libscf-sys v1.1.0
6412026-02-23T15:38:15.514Z Downloaded diff v0.1.13
6422026-02-23T15:38:15.519Z Downloaded hyper-staticfile v0.10.1
6432026-02-23T15:38:15.523Z Downloaded highway v1.3.0
6442026-02-23T15:38:15.527Z Downloaded kstat-rs v0.2.4
6452026-02-23T15:38:15.530Z Downloaded lalrpop-util v0.19.12
6462026-02-23T15:38:15.533Z Downloaded memoffset v0.9.1
6472026-02-23T15:38:15.537Z Downloaded match_cfg v0.1.0
6482026-02-23T15:38:15.540Z Downloaded mime v0.3.17
6492026-02-23T15:38:15.544Z Downloaded newline-converter v0.3.0
6502026-02-23T15:38:15.547Z Downloaded darling v0.21.0
6512026-02-23T15:38:15.552Z Downloaded libsw-core v0.3.1
6522026-02-23T15:38:15.555Z Downloaded aes-gcm v0.10.3
6532026-02-23T15:38:15.560Z Downloaded getrandom v0.2.15
6542026-02-23T15:38:15.565Z Downloaded newtype-uuid-macros v0.1.0
6552026-02-23T15:38:15.568Z Downloaded nodrop v0.1.14
6562026-02-23T15:38:15.572Z Downloaded newtype_derive v0.1.6
6572026-02-23T15:38:15.575Z Downloaded linked-hash-map v0.5.6
6582026-02-23T15:38:15.578Z Downloaded managed v0.8.0
6592026-02-23T15:38:15.581Z Downloaded lzss v0.8.2
6602026-02-23T15:38:15.584Z Downloaded num-iter v0.1.45
6612026-02-23T15:38:15.587Z Downloaded num_threads v0.1.7
6622026-02-23T15:38:15.590Z Downloaded blake2 v0.10.6
6632026-02-23T15:38:15.594Z Downloaded libz-rs-sys v0.5.1
6642026-02-23T15:38:15.597Z Downloaded num_enum_derive v0.5.11
6652026-02-23T15:38:15.600Z Downloaded ingot-macros v0.1.1
6662026-02-23T15:38:15.603Z Downloaded internet-checksum v0.2.1
6672026-02-23T15:38:15.606Z Downloaded openssl-probe v0.1.5
6682026-02-23T15:38:15.609Z Downloaded openssl-macros v0.1.1
6692026-02-23T15:38:15.612Z Downloaded num-derive v0.4.2
6702026-02-23T15:38:15.615Z Downloaded nanorand v0.7.0
6712026-02-23T15:38:15.618Z Downloaded flume v0.11.1
6722026-02-23T15:38:15.622Z Downloaded num-derive v0.3.3
6732026-02-23T15:38:15.625Z Downloaded number_prefix v0.4.0
6742026-02-23T15:38:15.628Z Downloaded packed_struct_codegen v0.10.1
6752026-02-23T15:38:15.631Z Downloaded path-slash v0.1.5
6762026-02-23T15:38:15.635Z Downloaded pbkdf2 v0.12.2
6772026-02-23T15:38:15.638Z Downloaded peg-runtime v0.8.5
6782026-02-23T15:38:15.641Z Downloaded opaque-debug v0.3.1
6792026-02-23T15:38:15.644Z Downloaded ciborium v0.2.2
6802026-02-23T15:38:15.647Z Downloaded num-integer v0.1.46
6812026-02-23T15:38:15.650Z Downloaded pbkdf2 v0.11.0
6822026-02-23T15:38:15.653Z Downloaded phf_shared v0.11.2
6832026-02-23T15:38:15.656Z Downloaded multer v3.1.0
6842026-02-23T15:38:15.659Z Downloaded heapless v0.7.17
6852026-02-23T15:38:15.664Z Downloaded parse-display v0.10.0
6862026-02-23T15:38:15.667Z Downloaded maplit v1.0.2
6872026-02-23T15:38:15.670Z Downloaded powerfmt v0.2.0
6882026-02-23T15:38:15.673Z Downloaded memmap2 v0.9.8
6892026-02-23T15:38:15.676Z Downloaded dropshot-api-manager v0.3.0
6902026-02-23T15:38:15.679Z Downloaded packed_struct v0.10.1
6912026-02-23T15:38:15.683Z Downloaded der v0.7.10
6922026-02-23T15:38:15.688Z Downloaded phf_shared v0.12.1
6932026-02-23T15:38:15.692Z Downloaded half v2.4.1
6942026-02-23T15:38:15.695Z Downloaded parking_lot_core v0.9.10
6952026-02-23T15:38:15.699Z Downloaded proc-macro-error-attr2 v2.0.0
6962026-02-23T15:38:15.702Z Downloaded paste v1.0.15
6972026-02-23T15:38:15.705Z Downloaded olpc-cjson v0.1.4
6982026-02-23T15:38:15.708Z Downloaded num_enum v0.5.11
6992026-02-23T15:38:15.714Z Downloaded progenitor-client v0.10.0
7002026-02-23T15:38:15.717Z Downloaded progenitor-client v0.11.2
7012026-02-23T15:38:15.721Z Downloaded pem-rfc7468 v0.7.0
7022026-02-23T15:38:15.724Z Downloaded phf v0.12.1
7032026-02-23T15:38:15.727Z Downloaded psl-types v2.0.11
7042026-02-23T15:38:15.727Z Downloaded indexmap v1.9.3
7052026-02-23T15:38:15.732Z Downloaded rand_chacha v0.3.1
7062026-02-23T15:38:15.735Z Downloaded mime_guess v2.0.5
7072026-02-23T15:38:15.738Z Downloaded progenitor-client v0.8.0
7082026-02-23T15:38:15.741Z Downloaded oxnet v0.1.4
7092026-02-23T15:38:15.745Z Downloaded predicates-core v1.0.8
7102026-02-23T15:38:15.748Z Downloaded polyval v0.6.2
7112026-02-23T15:38:15.748Z Downloaded rand_xorshift v0.4.0
7122026-02-23T15:38:15.751Z Downloaded ref-cast v1.0.25
7132026-02-23T15:38:15.754Z Downloaded progenitor-macro v0.8.0
7142026-02-23T15:38:15.758Z Downloaded headers v0.4.1
7152026-02-23T15:38:15.763Z Downloaded parse-display-derive v0.10.0
7162026-02-23T15:38:15.766Z Downloaded expectorate v1.2.0
7172026-02-23T15:38:15.770Z Downloaded ed25519-dalek v2.1.1
7182026-02-23T15:38:15.773Z Downloaded ref-cast-impl v1.0.25
7192026-02-23T15:38:15.776Z Downloaded radium v0.7.0
7202026-02-23T15:38:15.780Z Downloaded quick-error v1.2.3
7212026-02-23T15:38:15.780Z Downloaded const_format v0.2.34
7222026-02-23T15:38:15.785Z Downloaded rfc6979 v0.4.0
7232026-02-23T15:38:15.788Z Downloaded bumpalo v3.16.0
7242026-02-23T15:38:15.791Z Downloaded backtrace v0.3.74
7252026-02-23T15:38:15.797Z Downloaded ppv-lite86 v0.2.20
7262026-02-23T15:38:15.800Z Downloaded rtoolbox v0.0.2
7272026-02-23T15:38:15.804Z Downloaded rustc_version v0.4.1
7282026-02-23T15:38:15.808Z Downloaded rand_core v0.6.4
7292026-02-23T15:38:15.808Z Downloaded pin-project-internal v1.1.6
7302026-02-23T15:38:15.812Z Downloaded pkcs5 v0.7.1
7312026-02-23T15:38:15.815Z Downloaded rustc-hash v2.1.1
7322026-02-23T15:38:15.818Z Downloaded rustc_version v0.1.7
7332026-02-23T15:38:15.818Z Downloaded rand_seeder v0.4.0
7342026-02-23T15:38:15.825Z Downloaded litrs v0.4.1
7352026-02-23T15:38:15.828Z Downloaded same-file v1.0.6
7362026-02-23T15:38:15.828Z Downloaded salsa20 v0.10.2
7372026-02-23T15:38:15.831Z Downloaded parking_lot v0.12.3
7382026-02-23T15:38:15.835Z Downloaded parking_lot_core v0.8.6
7392026-02-23T15:38:15.839Z Downloaded russh-cryptovec v0.7.3
7402026-02-23T15:38:15.839Z Downloaded papergrid v0.17.0
7412026-02-23T15:38:15.844Z Downloaded scrypt v0.11.0
7422026-02-23T15:38:15.847Z Downloaded hickory-resolver v0.24.4
7432026-02-23T15:38:15.854Z Downloaded rand_chacha v0.9.0
7442026-02-23T15:38:15.857Z Downloaded scroll_derive v0.13.1
7452026-02-23T15:38:15.858Z Downloaded serde-big-array v0.5.1
7462026-02-23T15:38:15.861Z Downloaded secrecy v0.10.3
7472026-02-23T15:38:15.861Z Downloaded semver v0.1.20
7482026-02-23T15:38:15.865Z Downloaded scopeguard v1.2.0
7492026-02-23T15:38:15.868Z Downloaded r2d2 v0.8.10
7502026-02-23T15:38:15.868Z Downloaded base64 v0.21.7
7512026-02-23T15:38:15.871Z Downloaded postcard v1.0.10
7522026-02-23T15:38:15.875Z Downloaded serde_urlencoded v0.7.1
7532026-02-23T15:38:15.881Z Downloaded serde_plain v1.0.2
7542026-02-23T15:38:15.881Z Downloaded scheduled-thread-pool v0.2.7
7552026-02-23T15:38:15.884Z Downloaded pin-project v1.1.6
7562026-02-23T15:38:15.893Z Downloaded simd-adler32 v0.3.7
7572026-02-23T15:38:15.897Z Downloaded sigpipe v0.1.3
7582026-02-23T15:38:15.901Z Downloaded signature v2.2.0
7592026-02-23T15:38:15.901Z Downloaded secrecy v0.8.0
7602026-02-23T15:38:15.904Z Downloaded serde_spanned v1.0.4
7612026-02-23T15:38:15.904Z Downloaded signal-hook-mio v0.2.4
7622026-02-23T15:38:15.907Z Downloaded rustversion v1.0.22
7632026-02-23T15:38:15.910Z Downloaded papergrid v0.14.0
7642026-02-23T15:38:15.915Z Downloaded serde_repr v0.1.19
7652026-02-23T15:38:15.918Z Downloaded slog-bunyan v2.5.0
7662026-02-23T15:38:15.921Z Downloaded signal-hook-tokio v0.3.1
7672026-02-23T15:38:15.924Z Downloaded shell-words v1.1.0
7682026-02-23T15:38:15.924Z Downloaded rustc-demangle v0.1.24
7692026-02-23T15:38:15.928Z Downloaded hickory-resolver v0.25.2
7702026-02-23T15:38:15.931Z Downloaded seq-macro v0.3.6
7712026-02-23T15:38:15.934Z Downloaded rustls-native-certs v0.8.1
7722026-02-23T15:38:15.937Z Downloaded rusty-fork v0.3.0
7732026-02-23T15:38:15.940Z Downloaded rustls-pemfile v1.0.4
7742026-02-23T15:38:15.943Z Downloaded siphasher v1.0.1
7752026-02-23T15:38:15.943Z Downloaded siphasher v0.3.11
7762026-02-23T15:38:15.946Z Downloaded crossterm v0.29.0
7772026-02-23T15:38:15.952Z Downloaded serde_derive_internals v0.29.1
7782026-02-23T15:38:15.956Z Downloaded schemars_derive v0.8.22
7792026-02-23T15:38:15.959Z Downloaded signal-hook-registry v1.4.2
7802026-02-23T15:38:15.962Z Downloaded minimal-lexical v0.2.1
7812026-02-23T15:38:15.965Z Downloaded sapling-renderdag v0.1.0
7822026-02-23T15:38:15.968Z Downloaded scroll v0.13.0
7832026-02-23T15:38:15.972Z Downloaded ssh-encoding v0.2.0
7842026-02-23T15:38:15.972Z Downloaded strum v0.27.2
7852026-02-23T15:38:15.975Z Downloaded subtle v2.6.1
7862026-02-23T15:38:15.975Z Downloaded prefix-trie v0.7.0
7872026-02-23T15:38:15.978Z Downloaded strum v0.26.3
7882026-02-23T15:38:15.981Z Downloaded serde_bytes v0.11.19
7892026-02-23T15:38:15.985Z Downloaded sqlparser_derive v0.2.2
7902026-02-23T15:38:15.985Z Downloaded serde-hex v0.1.0
7912026-02-23T15:38:15.988Z Downloaded ssh-cipher v0.2.0
7922026-02-23T15:38:15.988Z Downloaded prettyplease v0.2.36
7932026-02-23T15:38:15.992Z Downloaded p256 v0.13.2
7942026-02-23T15:38:15.996Z Downloaded slog-json v2.6.1
7952026-02-23T15:38:15.999Z Downloaded serde_path_to_error v0.1.20
7962026-02-23T15:38:16.003Z Downloaded ron v0.8.1
7972026-02-23T15:38:16.006Z Downloaded sync_wrapper v1.0.1
7982026-02-23T15:38:16.010Z Downloaded hashbrown v0.13.2
7992026-02-23T15:38:16.013Z Downloaded tagptr v0.2.0
8002026-02-23T15:38:16.016Z Downloaded tabwriter v1.4.0
8012026-02-23T15:38:16.016Z Downloaded snafu-derive v0.8.5
8022026-02-23T15:38:16.019Z Downloaded libm v0.2.8
8032026-02-23T15:38:16.026Z Downloaded sync-ptr v0.1.4
8042026-02-23T15:38:16.030Z Downloaded supports-color v3.0.2
8052026-02-23T15:38:16.033Z Downloaded spki v0.7.3
8062026-02-23T15:38:16.033Z Downloaded testing_table v0.3.0
8072026-02-23T15:38:16.036Z Downloaded serde_cbor v0.11.2
8082026-02-23T15:38:16.039Z Downloaded russh-keys v0.45.0
8092026-02-23T15:38:16.042Z Downloaded slog-term v2.9.2
8102026-02-23T15:38:16.046Z Downloaded tap v1.0.1
8112026-02-23T15:38:16.046Z Downloaded take_mut v0.2.2
8122026-02-23T15:38:16.046Z Downloaded smf v0.2.3
8132026-02-23T15:38:16.049Z Downloaded tinyvec_macros v0.1.1
8142026-02-23T15:38:16.049Z Downloaded thread_local v1.1.8
8152026-02-23T15:38:16.053Z Downloaded schemars v0.8.22
8162026-02-23T15:38:16.062Z Downloaded ron v0.7.1
8172026-02-23T15:38:16.067Z Downloaded termtree v0.5.1
8182026-02-23T15:38:16.070Z Downloaded nom v7.1.3
8192026-02-23T15:38:16.074Z Downloaded support-bundle-viewer v0.1.2
8202026-02-23T15:38:16.078Z Downloaded string_cache v0.8.9
8212026-02-23T15:38:16.078Z Downloaded thiserror-impl-no-std v2.0.2
8222026-02-23T15:38:16.082Z Downloaded shlex v1.3.0
8232026-02-23T15:38:16.082Z Downloaded time-core v0.1.6
8242026-02-23T15:38:16.085Z Downloaded serde_with_macros v3.16.1
8252026-02-23T15:38:16.088Z Downloaded hashbrown v0.12.3
8262026-02-23T15:38:16.091Z Downloaded thread-id v5.0.0
8272026-02-23T15:38:16.094Z Downloaded static_assertions v1.1.0
8282026-02-23T15:38:16.094Z Downloaded crossterm v0.28.1
8292026-02-23T15:38:16.100Z Downloaded sqlformat v0.3.5
8302026-02-23T15:38:16.103Z Downloaded quinn v0.11.5
8312026-02-23T15:38:16.106Z Downloaded tower-service v0.3.3
8322026-02-23T15:38:16.109Z Downloaded tower-layer v0.3.3
8332026-02-23T15:38:16.109Z Downloaded rand v0.8.5
8342026-02-23T15:38:16.112Z Downloaded stringprep v0.1.5
8352026-02-23T15:38:16.115Z Downloaded signal-hook v0.3.18
8362026-02-23T15:38:16.118Z Downloaded trait-variant v0.1.2
8372026-02-23T15:38:16.118Z Downloaded try-lock v0.2.5
8382026-02-23T15:38:16.122Z Downloaded strum_macros v0.24.3
8392026-02-23T15:38:16.125Z Downloaded smallvec v0.6.14
8402026-02-23T15:38:16.125Z Downloaded ryu v1.0.18
8412026-02-23T15:38:16.128Z Downloaded iri-string v0.7.8
8422026-02-23T15:38:16.134Z Downloaded topological-sort v0.2.2
8432026-02-23T15:38:16.137Z Downloaded pretty_assertions v1.4.1
8442026-02-23T15:38:16.140Z Downloaded futures-util v0.3.31
8452026-02-23T15:38:16.150Z Downloaded unicode-truncate v1.1.0
8462026-02-23T15:38:16.154Z Downloaded typify-macro v0.4.3
8472026-02-23T15:38:16.154Z Downloaded typify-macro v0.2.0
8482026-02-23T15:38:16.154Z Downloaded aho-corasick v1.1.3
8492026-02-23T15:38:16.159Z Downloaded usdt-macro v0.6.0
8502026-02-23T15:38:16.162Z Downloaded untrusted v0.7.1
8512026-02-23T15:38:16.162Z Downloaded unit-prefix v0.5.1
8522026-02-23T15:38:16.165Z Downloaded thiserror-no-std v2.0.2
8532026-02-23T15:38:16.168Z Downloaded unarray v0.1.4
8542026-02-23T15:38:16.168Z Downloaded socket2 v0.5.10
8552026-02-23T15:38:16.172Z Downloaded qorb v0.4.1
8562026-02-23T15:38:16.175Z Downloaded tokio-tungstenite v0.21.0
8572026-02-23T15:38:16.178Z Downloaded time-macros v0.2.24
8582026-02-23T15:38:16.182Z Downloaded rand v0.9.2
8592026-02-23T15:38:16.185Z Downloaded similar v2.7.0
8602026-02-23T15:38:16.188Z Downloaded tls_codec v0.4.1
8612026-02-23T15:38:16.191Z Downloaded universal-hash v0.5.1
8622026-02-23T15:38:16.191Z Downloaded tui-tree-widget v0.23.1
8632026-02-23T15:38:16.195Z Downloaded want v0.3.1
8642026-02-23T15:38:16.195Z Downloaded utf-8 v0.7.6
8652026-02-23T15:38:16.198Z Downloaded itertools v0.13.0
8662026-02-23T15:38:16.203Z Downloaded tokio-macros v2.6.0
8672026-02-23T15:38:16.206Z Downloaded libxml v0.3.3
8682026-02-23T15:38:16.210Z Downloaded toml_writer v1.0.6+spec-1.1.0
8692026-02-23T15:38:16.213Z Downloaded tokio-native-tls v0.3.1
8702026-02-23T15:38:16.216Z Downloaded which v4.4.2
8712026-02-23T15:38:16.216Z Downloaded samael v0.0.19
8722026-02-23T15:38:16.221Z Downloaded wait-timeout v0.2.0
8732026-02-23T15:38:16.224Z Downloaded hkdf v0.12.4
8742026-02-23T15:38:16.227Z Downloaded void v1.0.2
8752026-02-23T15:38:16.227Z Downloaded uzers v0.12.1
8762026-02-23T15:38:16.230Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8772026-02-23T15:38:16.230Z Downloaded xshell-macros v0.2.7
8782026-02-23T15:38:16.234Z Downloaded xattr v1.3.1
8792026-02-23T15:38:16.234Z Downloaded snafu v0.8.5
8802026-02-23T15:38:16.239Z Downloaded waitgroup v0.1.2
8812026-02-23T15:38:16.242Z Downloaded tokio-tungstenite v0.23.1
8822026-02-23T15:38:16.245Z Downloaded tokio-stream v0.1.17
8832026-02-23T15:38:16.248Z Downloaded tinyvec v1.8.0
8842026-02-23T15:38:16.251Z Downloaded vergen-gitcl v1.0.8
8852026-02-23T15:38:16.255Z Downloaded h2 v0.4.6
8862026-02-23T15:38:16.258Z Downloaded itertools v0.12.1
8872026-02-23T15:38:16.265Z Downloaded zone_cfg_derive v0.3.0
8882026-02-23T15:38:16.268Z Downloaded hashbrown v0.15.4
8892026-02-23T15:38:16.271Z Downloaded usdt-impl v0.6.0
8902026-02-23T15:38:16.274Z Downloaded p521 v0.13.3
8912026-02-23T15:38:16.277Z Downloaded unicase v2.8.1
8922026-02-23T15:38:16.281Z Downloaded tokio-rustls v0.26.0
8932026-02-23T15:38:16.281Z Downloaded tokio-rustls v0.24.1
8942026-02-23T15:38:16.284Z Downloaded strum_macros v0.27.2
8952026-02-23T15:38:16.287Z Downloaded zone_cfg_derive v0.1.2
8962026-02-23T15:38:16.287Z Downloaded vergen-lib v0.1.6
8972026-02-23T15:38:16.290Z Downloaded toml_parser v1.0.6+spec-1.1.0
8982026-02-23T15:38:16.290Z Downloaded zone v0.3.1
8992026-02-23T15:38:16.293Z Downloaded zone v0.1.8
9002026-02-23T15:38:16.293Z Downloaded schemars v0.9.0
9012026-02-23T15:38:16.304Z Downloaded xshell v0.2.7
9022026-02-23T15:38:16.307Z Downloaded russh v0.45.0
9032026-02-23T15:38:16.311Z Downloaded vergen v9.0.6
9042026-02-23T15:38:16.314Z Downloaded toml v0.7.8
9052026-02-23T15:38:16.317Z Downloaded walkdir v2.5.0
9062026-02-23T15:38:16.320Z Downloaded twox-hash v2.1.0
9072026-02-23T15:38:16.323Z Downloaded zeroize_derive v1.4.2
9082026-02-23T15:38:16.323Z Downloaded zeroize v1.8.1
9092026-02-23T15:38:16.323Z Downloaded typify v0.4.3
9102026-02-23T15:38:16.327Z Downloaded zstd v0.13.3
9112026-02-23T15:38:16.330Z Downloaded vte v0.11.1
9122026-02-23T15:38:16.333Z Downloaded test-strategy v0.4.3
9132026-02-23T15:38:16.336Z Downloaded unicode-properties v0.1.3
9142026-02-23T15:38:16.339Z Downloaded itertools v0.14.0
9152026-02-23T15:38:16.346Z Downloaded wyz v0.5.1
9162026-02-23T15:38:16.349Z Downloaded zstd-safe v7.2.3
9172026-02-23T15:38:16.349Z Downloaded vergen-git2 v1.0.7
9182026-02-23T15:38:16.352Z Downloaded toml v0.9.11+spec-1.1.0
9192026-02-23T15:38:16.356Z Downloaded value-bag v1.12.0
9202026-02-23T15:38:16.359Z Downloaded tar v0.4.44
9212026-02-23T15:38:16.362Z Downloaded schemars v1.0.4
9222026-02-23T15:38:16.373Z Downloaded xz2 v0.1.7
9232026-02-23T15:38:16.377Z Downloaded whoami v1.5.2
9242026-02-23T15:38:16.380Z Downloaded tungstenite v0.23.0
9252026-02-23T15:38:16.380Z Downloaded zerocopy v0.6.6
9262026-02-23T15:38:16.384Z Downloaded vsss-rs v3.3.4
9272026-02-23T15:38:16.388Z Downloaded yasna v0.5.2
9282026-02-23T15:38:16.388Z Downloaded tungstenite v0.21.0
9292026-02-23T15:38:16.391Z Downloaded tracing v0.1.40
9302026-02-23T15:38:16.396Z Downloaded rustyline v14.0.0
9312026-02-23T15:38:16.400Z Downloaded aws-lc-rs v1.12.4
9322026-02-23T15:38:16.409Z Downloaded tracing-core v0.1.32
9332026-02-23T15:38:16.412Z Downloaded ssh-key v0.6.6
9342026-02-23T15:38:16.418Z Downloaded unicode-bidi v0.3.17
9352026-02-23T15:38:16.421Z Downloaded steno v0.4.1
9362026-02-23T15:38:16.426Z Downloaded uuid v1.19.0
9372026-02-23T15:38:16.429Z Downloaded reedline v0.40.0
9382026-02-23T15:38:16.435Z Downloaded zopfli v0.8.1
9392026-02-23T15:38:16.438Z Downloaded p384 v0.13.1
9402026-02-23T15:38:16.442Z Downloaded tokio-postgres v0.7.13
9412026-02-23T15:38:16.448Z Downloaded bitvec v1.0.1
9422026-02-23T15:38:16.462Z Downloaded unsafe-libyaml v0.2.11
9432026-02-23T15:38:16.465Z Downloaded rpassword v7.4.0
9442026-02-23T15:38:16.471Z Downloaded num-bigint-dig v0.8.6
9452026-02-23T15:38:16.474Z Downloaded toml_edit v0.19.15
9462026-02-23T15:38:16.488Z Downloaded zip v0.6.6
9472026-02-23T15:38:16.493Z Downloaded unicode_categories v0.1.1
9482026-02-23T15:38:16.497Z Downloaded serde_yaml v0.9.34+deprecated
9492026-02-23T15:38:16.500Z Downloaded regex v1.11.3
9502026-02-23T15:38:16.503Z Downloaded vte_generate_state_changes v0.1.2
9512026-02-23T15:38:16.507Z Downloaded yansi v1.0.1
9522026-02-23T15:38:16.507Z Downloaded reqwest v0.12.24
9532026-02-23T15:38:16.512Z Downloaded rustls-webpki v0.101.7
9542026-02-23T15:38:16.526Z Downloaded tower v0.5.2
9552026-02-23T15:38:16.535Z Downloaded lalrpop v0.19.12
9562026-02-23T15:38:16.545Z Downloaded x509-cert v0.2.5
9572026-02-23T15:38:16.551Z Downloaded bindgen v0.71.1
9582026-02-23T15:38:16.557Z Downloaded tokio-util v0.7.15
9592026-02-23T15:38:16.563Z Downloaded typed-path v0.9.3
9602026-02-23T15:38:16.569Z Downloaded gimli v0.31.1
9612026-02-23T15:38:16.578Z Downloaded tower-http v0.6.6
9622026-02-23T15:38:16.585Z Downloaded zerocopy-derive v0.8.27
9632026-02-23T15:38:16.591Z Downloaded tough v0.20.0
9642026-02-23T15:38:16.599Z Downloaded zip v4.2.0
9652026-02-23T15:38:16.603Z Downloaded sqlparser v0.45.0
9662026-02-23T15:38:16.609Z Downloaded petname v2.0.2
9672026-02-23T15:38:16.614Z Downloaded serde_with v3.16.1
9682026-02-23T15:38:16.626Z Downloaded radix_trie v0.2.1
9692026-02-23T15:38:16.630Z Downloaded unicode-normalization v0.1.24
9702026-02-23T15:38:16.634Z Downloaded rustls-webpki v0.102.8
9712026-02-23T15:38:16.652Z Downloaded openssl v0.10.73
9722026-02-23T15:38:16.661Z Downloaded nix v0.27.1
9732026-02-23T15:38:16.671Z Downloaded object v0.30.4
9742026-02-23T15:38:16.680Z Downloaded zlib-rs v0.5.1
9752026-02-23T15:38:16.685Z Downloaded winnow v0.6.26
9762026-02-23T15:38:16.693Z Downloaded winnow v0.5.40
9772026-02-23T15:38:16.702Z Downloaded nix v0.29.0
9782026-02-23T15:38:16.713Z Downloaded rustls v0.21.12
9792026-02-23T15:38:16.723Z Downloaded tabled v0.20.0
9802026-02-23T15:38:16.740Z Downloaded regex-syntax v0.6.29
9812026-02-23T15:38:16.746Z Downloaded diesel v2.2.12
9822026-02-23T15:38:16.764Z Downloaded tabled v0.18.0
9832026-02-23T15:38:16.780Z Downloaded vcpkg v0.2.15
9842026-02-23T15:38:16.817Z Downloaded zerocopy v0.8.27
9852026-02-23T15:38:16.837Z Downloaded rustls v0.23.19
9862026-02-23T15:38:16.847Z Downloaded webpki-roots v1.0.1
9872026-02-23T15:38:16.852Z Downloaded hickory-proto v0.25.2
9882026-02-23T15:38:16.865Z Downloaded smoltcp v0.11.0
9892026-02-23T15:38:16.876Z Downloaded openapiv3 v2.2.0
9902026-02-23T15:38:16.886Z Downloaded regress v0.10.4
9912026-02-23T15:38:16.896Z Downloaded regex-syntax v0.8.5
9922026-02-23T15:38:16.902Z Downloaded hickory-proto v0.24.4
9932026-02-23T15:38:16.916Z Downloaded rustls v0.22.4
9942026-02-23T15:38:16.929Z Downloaded smoltcp v0.9.1
9952026-02-23T15:38:16.938Z Downloaded nix v0.30.1
9962026-02-23T15:38:16.949Z Downloaded sled v0.34.7
9972026-02-23T15:38:16.958Z Downloaded bstr v1.10.0
9982026-02-23T15:38:16.971Z Downloaded object v0.36.5
9992026-02-23T15:38:16.978Z Downloaded dropshot v0.16.7
10002026-02-23T15:38:16.999Z Downloaded nix v0.28.0
10012026-02-23T15:38:17.009Z Downloaded ratatui v0.29.0
10022026-02-23T15:38:17.027Z Downloaded zerocopy-derive v0.6.6
10032026-02-23T15:38:17.036Z Downloaded typify-impl v0.4.3
10042026-02-23T15:38:17.048Z Downloaded typify-impl v0.2.0
10052026-02-23T15:38:17.060Z Downloaded bzip2-sys v0.1.13+1.0.8
10062026-02-23T15:38:17.071Z Downloaded polar-core v0.27.3
10072026-02-23T15:38:17.078Z Downloaded moka v0.12.10
10082026-02-23T15:38:17.087Z Downloaded chrono-tz v0.10.4
10092026-02-23T15:38:17.103Z Downloaded regex-automata v0.4.11
10102026-02-23T15:38:17.117Z Downloaded quinn-proto v0.11.8
10112026-02-23T15:38:17.122Z Downloaded jiff v0.2.15
10122026-02-23T15:38:17.137Z Downloaded time v0.3.43
10132026-02-23T15:38:17.145Z Downloaded petgraph v0.6.5
10142026-02-23T15:38:17.161Z Downloaded lzma-sys v0.1.20
10152026-02-23T15:38:17.187Z Downloaded libz-sys v1.1.20
10162026-02-23T15:38:17.204Z Downloaded unicode-segmentation v1.12.0
10172026-02-23T15:38:17.208Z Downloaded salty v0.3.0
10182026-02-23T15:38:17.213Z Downloaded proptest v1.7.0
10192026-02-23T15:38:17.221Z Downloaded sha3 v0.10.8
10202026-02-23T15:38:17.227Z Downloaded petgraph v0.8.2
10212026-02-23T15:38:17.245Z Downloaded goblin v0.10.2
10222026-02-23T15:38:17.251Z Downloaded csv v1.3.1
10232026-02-23T15:38:17.269Z Downloaded git2 v0.20.2
10242026-02-23T15:38:17.276Z Downloaded chrono v0.4.43
10252026-02-23T15:38:17.282Z Downloaded curve25519-dalek v4.1.3
10262026-02-23T15:38:17.289Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10272026-02-23T15:38:17.305Z Downloaded rayon v1.10.0
10282026-02-23T15:38:17.314Z Downloaded tokio v1.49.0
10292026-02-23T15:38:17.349Z Downloaded quick-xml v0.37.2
10302026-02-23T15:38:17.354Z Downloaded portable-atomic v1.11.0
10312026-02-23T15:38:17.360Z Downloaded bindgen v0.69.5
10322026-02-23T15:38:17.365Z Downloaded tracing-attributes v0.1.27
10332026-02-23T15:38:17.368Z Downloaded publicsuffix v2.3.0
10342026-02-23T15:38:17.371Z Downloaded term v1.1.0
10352026-02-23T15:38:17.374Z Downloaded term v0.7.0
10362026-02-23T15:38:17.377Z Downloaded socket2 v0.6.1
10372026-02-23T15:38:17.377Z Downloaded blake3 v1.5.4
10382026-02-23T15:38:17.383Z Downloaded num-bigint v0.4.6
10392026-02-23T15:38:17.388Z Downloaded usdt-attr-macro v0.6.0
10402026-02-23T15:38:17.391Z Downloaded usdt v0.6.0
10412026-02-23T15:38:17.391Z Downloaded untrusted v0.9.0
10422026-02-23T15:38:17.391Z Downloaded typify v0.2.0
10432026-02-23T15:38:17.394Z Downloaded tiny-keccak v2.0.2
10442026-02-23T15:38:17.397Z Downloaded subprocess v0.2.9
10452026-02-23T15:38:17.401Z Downloaded strum_macros v0.26.4
10462026-02-23T15:38:17.401Z Downloaded itertools v0.10.5
10472026-02-23T15:38:17.405Z Downloaded rsa v0.9.8
10482026-02-23T15:38:17.410Z Downloaded tokio-rustls v0.25.0
10492026-02-23T15:38:17.413Z Downloaded tokio-dtrace v0.1.0
10502026-02-23T15:38:17.413Z Downloaded progenitor-impl v0.11.2
10512026-02-23T15:38:17.416Z Downloaded mio v1.0.2
10522026-02-23T15:38:17.419Z Downloaded hyper v1.8.1
10532026-02-23T15:38:17.425Z Downloaded encoding_rs v0.8.34
10542026-02-23T15:38:17.444Z Downloaded tls_codec_derive v0.4.1
10552026-02-23T15:38:17.447Z Downloaded termios v0.3.3
10562026-02-23T15:38:17.447Z Downloaded spin v0.9.8
10572026-02-23T15:38:17.451Z Downloaded slog v2.8.2
10582026-02-23T15:38:17.454Z Downloaded hyper-util v0.1.19
10592026-02-23T15:38:17.457Z Downloaded rustls-pki-types v1.10.0
10602026-02-23T15:38:17.460Z Downloaded rayon-core v1.12.1
10612026-02-23T15:38:17.463Z Downloaded slog-stdlog v4.1.1
10622026-02-23T15:38:17.468Z Downloaded slab v0.4.9
10632026-02-23T15:38:17.468Z Downloaded iddqd v0.3.16
10642026-02-23T15:38:17.471Z Downloaded ring v0.17.14
10652026-02-23T15:38:17.508Z Downloaded tabled_derive v0.11.0
10662026-02-23T15:38:17.511Z Downloaded tabled_derive v0.10.0
10672026-02-23T15:38:17.511Z Downloaded rcgen v0.12.1
10682026-02-23T15:38:17.515Z Downloaded http v1.4.0
10692026-02-23T15:38:17.518Z Downloaded hickory-server v0.25.2
10702026-02-23T15:38:17.521Z Downloaded slog-scope v4.4.0
10712026-02-23T15:38:17.521Z Downloaded progenitor-impl v0.10.0
10722026-02-23T15:38:17.524Z Downloaded slog-envlogger v2.2.0
10732026-02-23T15:38:17.524Z Downloaded slog-dtrace v0.3.0
10742026-02-23T15:38:17.527Z Downloaded slog-async v2.8.0
10752026-02-23T15:38:17.527Z Downloaded structmeta-derive v0.3.0
10762026-02-23T15:38:17.527Z Downloaded structmeta v0.3.0
10772026-02-23T15:38:17.531Z Downloaded strip-ansi-escapes v0.2.0
10782026-02-23T15:38:17.531Z Downloaded oso v0.27.3
10792026-02-23T15:38:17.534Z Downloaded sec1 v0.7.3
10802026-02-23T15:38:17.534Z Downloaded sct v0.7.1
10812026-02-23T15:38:17.537Z Downloaded openssl-sys v0.9.109
10822026-02-23T15:38:17.540Z Downloaded sha1 v0.10.6
10832026-02-23T15:38:17.543Z Downloaded progenitor-impl v0.8.0
10842026-02-23T15:38:17.547Z Downloaded rustls-pemfile v2.2.0
10852026-02-23T15:38:17.547Z Downloaded resolv-conf v0.7.0
10862026-02-23T15:38:17.550Z Downloaded pkcs1 v0.7.5
10872026-02-23T15:38:17.550Z Downloaded parking_lot v0.11.2
10882026-02-23T15:38:17.553Z Downloaded jiff-static v0.2.15
10892026-02-23T15:38:17.553Z Downloaded miniz_oxide v0.8.5
10902026-02-23T15:38:17.556Z Downloaded libgit2-sys v0.18.2+1.9.1
10912026-02-23T15:38:17.606Z Downloaded rand_core v0.9.3
10922026-02-23T15:38:17.609Z Downloaded progenitor v0.8.0
10932026-02-23T15:38:17.609Z Downloaded predicates v3.1.3
10942026-02-23T15:38:17.612Z Downloaded postgres-types v0.2.9
10952026-02-23T15:38:17.612Z Downloaded indicatif v0.17.11
10962026-02-23T15:38:17.616Z Downloaded cc v1.2.30
10972026-02-23T15:38:17.619Z Downloaded quinn-udp v0.5.5
10982026-02-23T15:38:17.622Z Downloaded rustc-hash v1.1.0
10992026-02-23T15:38:17.622Z Downloaded postgres-protocol v0.6.8
11002026-02-23T15:38:17.622Z Downloaded pkg-config v0.3.31
11012026-02-23T15:38:17.625Z Downloaded progenitor v0.11.2
11022026-02-23T15:38:17.625Z Downloaded progenitor v0.10.0
11032026-02-23T15:38:17.628Z Downloaded proc-macro-error2 v2.0.1
11042026-02-23T15:38:17.628Z Downloaded primeorder v0.13.6
11052026-02-23T15:38:17.631Z Downloaded pin-project-lite v0.2.14
11062026-02-23T15:38:17.634Z Downloaded pem v3.0.5
11072026-02-23T15:38:17.634Z Downloaded peg-macros v0.8.5
11082026-02-23T15:38:17.637Z Downloaded aes v0.8.4
11092026-02-23T15:38:17.641Z Downloaded owo-colors v4.2.3
11102026-02-23T15:38:17.644Z Downloaded progenitor-macro v0.11.2
11112026-02-23T15:38:17.644Z Downloaded progenitor-macro v0.10.0
11122026-02-23T15:38:17.644Z Downloaded poly1305 v0.8.0
11132026-02-23T15:38:17.647Z Downloaded pkcs8 v0.10.2
11142026-02-23T15:38:17.650Z Downloaded oxide-tokio-rt v0.1.2
11152026-02-23T15:38:17.650Z Downloaded crossbeam-channel v0.5.15
11162026-02-23T15:38:17.654Z Downloaded predicates-tree v1.0.12
11172026-02-23T15:38:17.654Z Downloaded oso-derive v0.27.3
11182026-02-23T15:38:17.657Z Downloaded indicatif v0.18.0
11192026-02-23T15:38:17.660Z Downloaded heapless v0.8.0
11202026-02-23T15:38:17.663Z Downloaded ignore v0.4.23
11212026-02-23T15:38:17.663Z Downloaded phf v0.11.2
11222026-02-23T15:38:17.666Z Downloaded omicron-zone-package v0.12.2
11232026-02-23T15:38:17.669Z Downloaded precomputed-hash v0.1.1
11242026-02-23T15:38:17.669Z Downloaded base64 v0.22.1
11252026-02-23T15:38:17.672Z Downloaded pin-utils v0.1.0
11262026-02-23T15:38:17.672Z Downloaded peg v0.8.5
11272026-02-23T15:38:17.675Z Downloaded password-hash v0.5.0
11282026-02-23T15:38:17.678Z Downloaded password-hash v0.4.2
11292026-02-23T15:38:17.679Z Downloaded num-rational v0.4.2
11302026-02-23T15:38:17.683Z Downloaded num-complex v0.4.6
11312026-02-23T15:38:17.683Z Downloaded crc-any v2.5.0
11322026-02-23T15:38:17.686Z Downloaded proc-macro-crate v1.3.1
11332026-02-23T15:38:17.686Z Downloaded pretty-hex v0.2.1
11342026-02-23T15:38:17.686Z Downloaded chacha20poly1305 v0.10.1
11352026-02-23T15:38:17.686Z Downloaded lock_api v0.4.12
11362026-02-23T15:38:17.689Z Downloaded linear-map v1.2.0
11372026-02-23T15:38:17.689Z Downloaded libloading v0.8.5
11382026-02-23T15:38:17.689Z Downloaded diesel_derives v2.2.3
11392026-02-23T15:38:17.692Z Downloaded derive_more v2.0.1
11402026-02-23T15:38:17.701Z Downloaded nu-ansi-term v0.50.1
11412026-02-23T15:38:17.704Z Downloaded parse-size v1.1.0
11422026-02-23T15:38:17.704Z Downloaded libsw v3.5.0
11432026-02-23T15:38:17.707Z Downloaded hyper-rustls v0.27.7
11442026-02-23T15:38:17.707Z Downloaded flate2 v1.1.2
11452026-02-23T15:38:17.711Z Downloaded derive_more-impl v2.0.1
11462026-02-23T15:38:17.715Z Downloaded derive_more v0.99.20
11472026-02-23T15:38:17.719Z Downloaded fatfs v0.3.6
11482026-02-23T15:38:17.722Z Downloaded des v0.8.1
11492026-02-23T15:38:17.725Z Downloaded crossbeam-epoch v0.9.18
11502026-02-23T15:38:17.725Z Downloaded num-conv v0.1.0
11512026-02-23T15:38:17.728Z Downloaded normalize-line-endings v0.3.0
11522026-02-23T15:38:17.728Z Downloaded nonempty v0.12.0
11532026-02-23T15:38:17.728Z Downloaded nibble_vec v0.1.0
11542026-02-23T15:38:17.728Z Downloaded newtype-uuid v1.3.2
11552026-02-23T15:38:17.731Z Downloaded native-tls v0.2.12
11562026-02-23T15:38:17.731Z Downloaded hickory-client v0.25.2
11572026-02-23T15:38:17.734Z Downloaded iana-time-zone v0.1.63
11582026-02-23T15:38:17.737Z Downloaded darling_core v0.21.0
11592026-02-23T15:38:17.741Z Downloaded num v0.4.3
11602026-02-23T15:38:17.741Z Downloaded multimap v0.10.1
11612026-02-23T15:38:17.744Z Downloaded libefi-sys v0.1.0
11622026-02-23T15:38:17.744Z Downloaded jobserver v0.1.32
11632026-02-23T15:38:17.744Z Downloaded http-body-util v0.1.3
11642026-02-23T15:38:17.747Z Downloaded lru v0.12.5
11652026-02-23T15:38:17.747Z Downloaded httparse v1.9.5
11662026-02-23T15:38:17.750Z Downloaded cookie v0.18.1
11672026-02-23T15:38:17.753Z Downloaded arc-swap v1.7.1
11682026-02-23T15:38:17.756Z Downloaded lockfree-object-pool v0.1.6
11692026-02-23T15:38:17.756Z Downloaded ipnetwork v0.21.1
11702026-02-23T15:38:17.759Z Downloaded ipnet v2.11.0
11712026-02-23T15:38:17.759Z Downloaded elliptic-curve v0.13.8
11722026-02-23T15:38:17.762Z Downloaded futures v0.3.31
11732026-02-23T15:38:17.766Z Downloaded fs_extra v1.3.0
11742026-02-23T15:38:17.769Z Downloaded base64 v0.13.1
11752026-02-23T15:38:17.772Z Downloaded hmac v0.12.1
11762026-02-23T15:38:17.776Z Downloaded dropshot_endpoint v0.16.7
11772026-02-23T15:38:17.776Z Downloaded new_debug_unreachable v1.0.6
11782026-02-23T15:38:17.779Z Downloaded humantime v2.2.0
11792026-02-23T15:38:17.779Z Downloaded md-5 v0.10.6
11802026-02-23T15:38:17.779Z Downloaded maybe-uninit v2.0.0
11812026-02-23T15:38:17.782Z Downloaded async-trait v0.1.89
11822026-02-23T15:38:17.785Z Downloaded cancel-safe-futures v0.1.5
11832026-02-23T15:38:17.785Z Downloaded md5 v0.7.0
11842026-02-23T15:38:17.789Z Downloaded lru-cache v0.1.2
11852026-02-23T15:38:17.789Z Downloaded ingot-types v0.1.2
11862026-02-23T15:38:17.789Z Downloaded ingot v0.1.1
11872026-02-23T15:38:17.792Z Downloaded indoc v2.0.6
11882026-02-23T15:38:17.792Z Downloaded indent_write v2.2.0
11892026-02-23T15:38:17.795Z Downloaded half v1.8.3
11902026-02-23T15:38:17.795Z Downloaded bzip2 v0.5.2
11912026-02-23T15:38:17.798Z Downloaded keccak v0.1.5
11922026-02-23T15:38:17.798Z Downloaded is_ci v1.2.0
11932026-02-23T15:38:17.798Z Downloaded globset v0.4.15
11942026-02-23T15:38:17.801Z Downloaded lazycell v1.3.0
11952026-02-23T15:38:17.801Z Downloaded lazy_static v1.5.0
11962026-02-23T15:38:17.801Z Downloaded crc32fast v1.4.2
11972026-02-23T15:38:17.804Z Downloaded console v0.16.0
11982026-02-23T15:38:17.809Z Downloaded bzip2 v0.4.4
11992026-02-23T15:38:17.809Z Downloaded console v0.15.10
12002026-02-23T15:38:17.812Z Downloaded colored v3.0.0
12012026-02-23T15:38:17.812Z Downloaded instability v0.3.2
12022026-02-23T15:38:17.812Z Downloaded ident_case v1.0.1
12032026-02-23T15:38:17.815Z Downloaded der_derive v0.7.3
12042026-02-23T15:38:17.815Z Downloaded buf-list v1.0.3
12052026-02-23T15:38:17.818Z Downloaded inout v0.1.3
12062026-02-23T15:38:17.818Z Downloaded camino-tempfile-ext v0.3.2
12072026-02-23T15:38:17.818Z Downloaded impl-trait-for-tuples v0.2.2
12082026-02-23T15:38:17.822Z Downloaded group v0.13.0
12092026-02-23T15:38:17.825Z Downloaded chacha20 v0.9.1
12102026-02-23T15:38:17.825Z Downloaded cexpr v0.6.0
12112026-02-23T15:38:17.828Z Downloaded cbc v0.1.2
12122026-02-23T15:38:17.828Z Downloaded cargo_metadata v0.19.2
12132026-02-23T15:38:17.831Z Downloaded bitfield v0.19.2
12142026-02-23T15:38:17.831Z Downloaded base64ct v1.6.0
12152026-02-23T15:38:17.834Z Downloaded hostname v0.4.2
12162026-02-23T15:38:17.834Z Downloaded hostname v0.3.1
12172026-02-23T15:38:17.834Z Downloaded ecdsa v0.16.9
12182026-02-23T15:38:17.837Z Downloaded derive-where v1.5.0
12192026-02-23T15:38:17.840Z Downloaded deranged v0.5.3
12202026-02-23T15:38:17.840Z Downloaded defmt v0.3.8
12212026-02-23T15:38:17.843Z Downloaded data-encoding v2.9.0
12222026-02-23T15:38:17.846Z Downloaded http-body v1.0.1
12232026-02-23T15:38:17.846Z Downloaded futures-executor v0.3.31
12242026-02-23T15:38:17.846Z Downloaded erased-serde v0.3.31
12252026-02-23T15:38:17.849Z Downloaded ed25519 v2.2.3
12262026-02-23T15:38:17.852Z Downloaded derive_builder v0.20.2
12272026-02-23T15:38:17.856Z Downloaded colored v2.2.0
12282026-02-23T15:38:17.856Z Downloaded compact_str v0.8.0
12292026-02-23T15:38:17.859Z Downloaded cipher v0.4.4
12302026-02-23T15:38:17.862Z Downloaded bit-vec v0.6.3
12312026-02-23T15:38:17.862Z Downloaded foldhash v0.1.5
12322026-02-23T15:38:17.862Z Downloaded fixedbitset v0.5.7
12332026-02-23T15:38:17.864Z Downloaded ff v0.13.0
12342026-02-23T15:38:17.864Z Downloaded fallible-iterator v0.2.0
12352026-02-23T15:38:17.868Z Downloaded env_logger v0.11.8
12362026-02-23T15:38:17.868Z Downloaded ena v0.14.3
12372026-02-23T15:38:17.872Z Downloaded either v1.15.0
12382026-02-23T15:38:17.872Z Downloaded derive-ex v0.1.8
12392026-02-23T15:38:17.876Z Downloaded async-bb8-diesel v0.2.1
12402026-02-23T15:38:17.876Z Downloaded argon2 v0.5.3
12412026-02-23T15:38:17.876Z Downloaded ghash v0.5.1
12422026-02-23T15:38:17.879Z Downloaded gethostname v0.5.0
12432026-02-23T15:38:17.879Z Downloaded fxhash v0.2.1
12442026-02-23T15:38:17.879Z Downloaded futures-task v0.3.31
12452026-02-23T15:38:17.879Z Downloaded foldhash v0.2.0
12462026-02-23T15:38:17.879Z Downloaded critical-section v1.1.3
12472026-02-23T15:38:17.883Z Downloaded cassowary v0.3.0
12482026-02-23T15:38:17.883Z Downloaded bitflags v1.3.2
12492026-02-23T15:38:17.886Z Downloaded const_format_proc_macros v0.2.34
12502026-02-23T15:38:17.886Z Downloaded bit-vec v0.8.0
12512026-02-23T15:38:17.889Z Downloaded backoff v0.4.0
12522026-02-23T15:38:17.892Z Downloaded hash32 v0.2.1
12532026-02-23T15:38:17.892Z Downloaded globwalk v0.9.1
12542026-02-23T15:38:17.892Z Downloaded blowfish v0.9.1
12552026-02-23T15:38:17.895Z Downloaded headers-core v0.3.0
12562026-02-23T15:38:17.895Z Downloaded futures-sink v0.3.31
12572026-02-23T15:38:17.895Z Downloaded futures-macro v0.3.31
12582026-02-23T15:38:17.895Z Downloaded diesel-dtrace v0.4.2
12592026-02-23T15:38:17.899Z Downloaded bitfield-macros v0.19.2
12602026-02-23T15:38:17.899Z Downloaded display-error-chain v0.2.2
12612026-02-23T15:38:17.899Z Downloaded cstr-argument v0.1.2
12622026-02-23T15:38:17.899Z Downloaded ciborium-ll v0.2.2
12632026-02-23T15:38:17.902Z Downloaded castaway v0.2.3
12642026-02-23T15:38:17.902Z Downloaded bitfield-struct v0.6.2
12652026-02-23T15:38:17.902Z Downloaded enum-as-inner v0.6.1
12662026-02-23T15:38:17.905Z Downloaded embedded-io v0.4.0
12672026-02-23T15:38:17.905Z Downloaded dirs-next v2.0.0
12682026-02-23T15:38:17.905Z Downloaded atomic-waker v1.1.2
12692026-02-23T15:38:17.908Z Downloaded difflib v0.4.0
12702026-02-23T15:38:17.908Z Downloaded derive_builder_macro v0.20.2
12712026-02-23T15:38:17.908Z Downloaded float-cmp v0.10.0
12722026-02-23T15:38:17.911Z Downloaded fd-lock v4.0.2
12732026-02-23T15:38:17.911Z Downloaded convert_case v0.7.1
12742026-02-23T15:38:17.914Z Downloaded arrayvec v0.7.6
12752026-02-23T15:38:17.914Z Downloaded diesel_table_macro_syntax v0.2.0
12762026-02-23T15:38:17.917Z Downloaded crc v3.2.1
12772026-02-23T15:38:17.917Z Downloaded clang-sys v1.8.1
12782026-02-23T15:38:17.920Z Downloaded atomicwrites v0.4.4
12792026-02-23T15:38:17.920Z Downloaded endian-type v0.1.2
12802026-02-23T15:38:17.920Z Downloaded bb8 v0.8.5
12812026-02-23T15:38:17.924Z Downloaded bytes v1.11.1
12822026-02-23T15:38:17.927Z Downloaded bcs v0.1.6
12832026-02-23T15:38:17.927Z Downloaded base16ct v0.2.0
12842026-02-23T15:38:17.930Z Downloaded dof v0.4.0
12852026-02-23T15:38:17.930Z Downloaded darling_core v0.20.10
12862026-02-23T15:38:17.933Z Downloaded curve25519-dalek-derive v0.1.1
12872026-02-23T15:38:17.936Z Downloaded crc-catalog v2.4.0
12882026-02-23T15:38:17.936Z Downloaded bcrypt-pbkdf v0.10.0
12892026-02-23T15:38:17.936Z Downloaded dunce v1.0.5
12902026-02-23T15:38:17.936Z Downloaded darling v0.20.10
12912026-02-23T15:38:17.939Z Downloaded bit-set v0.5.3
12922026-02-23T15:38:17.942Z Downloaded cargo-platform v0.1.8
12932026-02-23T15:38:17.943Z Downloaded bit-set v0.8.0
12942026-02-23T15:38:17.946Z Downloaded crunchy v0.2.2
12952026-02-23T15:38:17.946Z Downloaded crc8 v0.1.1
12962026-02-23T15:38:17.946Z Downloaded block-padding v0.3.3
12972026-02-23T15:38:17.946Z Downloaded embedded-io v0.6.1
12982026-02-23T15:38:17.946Z Downloaded dsl_auto_type v0.1.2
12992026-02-23T15:38:17.949Z Downloaded darling_macro v0.21.0
13002026-02-23T15:38:17.949Z Downloaded crucible-workspace-hack v0.1.0
13012026-02-23T15:38:17.949Z Downloaded convert_case v0.4.0
13022026-02-23T15:38:17.949Z Downloaded constant_time_eq v0.3.1
13032026-02-23T15:38:17.952Z Downloaded ahash v0.8.12
13042026-02-23T15:38:17.952Z Downloaded addr2line v0.24.2
13052026-02-23T15:38:17.955Z Downloaded ctr v0.9.2
13062026-02-23T15:38:17.955Z Downloaded allocator-api2 v0.2.21
13072026-02-23T15:38:17.958Z Downloaded daft v0.1.4
13082026-02-23T15:38:17.961Z Downloaded crossbeam-deque v0.8.5
13092026-02-23T15:38:17.961Z Downloaded ciborium-io v0.2.2
13102026-02-23T15:38:17.961Z Downloaded darling_macro v0.20.10
13112026-02-23T15:38:17.961Z Downloaded cobs v0.2.3
13122026-02-23T15:38:17.965Z Downloaded array-init v0.0.4
13132026-02-23T15:38:17.965Z Downloaded async-recursion v1.1.1
13142026-02-23T15:38:17.968Z Downloaded ascii-canvas v3.0.0
13152026-02-23T15:38:17.968Z Downloaded arrayref v0.3.9
13162026-02-23T15:38:18.160Z Downloaded aws-lc-sys v0.26.0
13172026-02-23T15:38:18.483Z Compiling value-bag v1.12.0
13182026-02-23T15:38:18.483Z Compiling lock_api v0.4.12
13192026-02-23T15:38:18.486Z Compiling scopeguard v1.2.0
13202026-02-23T15:38:18.487Z Compiling shlex v1.3.0
13212026-02-23T15:38:18.655Z Compiling typenum v1.17.0
13222026-02-23T15:38:18.671Z Compiling syn v2.0.114
13232026-02-23T15:38:18.684Z Compiling getrandom v0.2.15
13242026-02-23T15:38:18.701Z Compiling jobserver v0.1.32
13252026-02-23T15:38:18.803Z Compiling smallvec v1.15.1
13262026-02-23T15:38:19.090Z Compiling log v0.4.29
13272026-02-23T15:38:19.180Z Compiling cc v1.2.30
13282026-02-23T15:38:19.200Z Compiling rand_core v0.6.4
13292026-02-23T15:38:19.269Z Compiling generic-array v0.14.7
13302026-02-23T15:38:19.556Z Compiling subtle v2.6.1
13312026-02-23T15:38:19.646Z Compiling portable-atomic v1.11.0
13322026-02-23T15:38:19.725Z Compiling critical-section v1.1.3
13332026-02-23T15:38:19.744Z Compiling const-oid v0.9.6
13342026-02-23T15:38:19.862Z Compiling serde_json v1.0.149
13352026-02-23T15:38:19.909Z Compiling pkg-config v0.3.31
13362026-02-23T15:38:19.933Z Compiling getrandom v0.3.4
13372026-02-23T15:38:20.272Z Compiling spin v0.9.8
13382026-02-23T15:38:20.711Z Compiling regex-syntax v0.8.5
13392026-02-23T15:38:21.045Z Compiling parking_lot_core v0.9.10
13402026-02-23T15:38:21.213Z Compiling pin-project-lite v0.2.14
13412026-02-23T15:38:21.544Z Compiling rustix v0.38.37
13422026-02-23T15:38:21.849Z Compiling once_cell v1.21.3
13432026-02-23T15:38:21.927Z Compiling libm v0.2.8
13442026-02-23T15:38:22.260Z Compiling signal-hook-registry v1.4.2
13452026-02-23T15:38:22.337Z Compiling num-traits v0.2.19
13462026-02-23T15:38:22.431Z Compiling allocator-api2 v0.2.21
13472026-02-23T15:38:22.870Z Compiling parking_lot v0.12.3
13482026-02-23T15:38:22.940Z Compiling mio v1.0.2
13492026-02-23T15:38:23.044Z Compiling futures-core v0.3.31
13502026-02-23T15:38:23.154Z Compiling lazy_static v1.5.0
13512026-02-23T15:38:23.328Z Compiling aho-corasick v1.1.3
13522026-02-23T15:38:23.361Z Compiling percent-encoding v2.3.2
13532026-02-23T15:38:23.740Z Compiling socket2 v0.6.1
13542026-02-23T15:38:23.792Z Compiling slab v0.4.9
13552026-02-23T15:38:24.016Z Compiling cpufeatures v0.2.14
13562026-02-23T15:38:24.144Z Compiling futures-sink v0.3.31
13572026-02-23T15:38:24.187Z Compiling either v1.15.0
13582026-02-23T15:38:24.310Z Compiling glob v0.3.2
13592026-02-23T15:38:24.615Z Compiling futures-channel v0.3.31
13602026-02-23T15:38:24.619Z Compiling hashbrown v0.16.1
13612026-02-23T15:38:24.652Z Compiling futures-io v0.3.31
13622026-02-23T15:38:24.932Z Compiling rustversion v1.0.22
13632026-02-23T15:38:25.025Z Compiling futures-task v0.3.31
13642026-02-23T15:38:25.119Z Compiling clang-sys v1.8.1
13652026-02-23T15:38:25.347Z Compiling regex-automata v0.4.11
13662026-02-23T15:38:25.494Z Compiling pin-utils v0.1.0
13672026-02-23T15:38:25.605Z Compiling prettyplease v0.2.36
13682026-02-23T15:38:25.705Z Compiling minimal-lexical v0.2.1
13692026-02-23T15:38:25.834Z Compiling indexmap v2.13.0
13702026-02-23T15:38:25.970Z Compiling synstructure v0.13.1
13712026-02-23T15:38:26.236Z Compiling nom v7.1.3
13722026-02-23T15:38:26.419Z Compiling libloading v0.8.5
13732026-02-23T15:38:26.828Z Compiling bindgen v0.69.5
13742026-02-23T15:38:27.098Z Compiling base64ct v1.6.0
13752026-02-23T15:38:27.320Z Compiling home v0.5.9
13762026-02-23T15:38:27.346Z Compiling ident_case v1.0.1
13772026-02-23T15:38:27.607Z Compiling pem-rfc7468 v0.7.0
13782026-02-23T15:38:27.672Z Compiling itertools v0.12.1
13792026-02-23T15:38:27.819Z Compiling form_urlencoded v1.2.2
13802026-02-23T15:38:28.146Z Compiling flagset v0.4.6
13812026-02-23T15:38:28.232Z Compiling lazycell v1.3.0
13822026-02-23T15:38:28.406Z Compiling rustc-hash v1.1.0
13832026-02-23T15:38:28.436Z Compiling rand_core v0.9.3
13842026-02-23T15:38:28.590Z Compiling cmake v0.1.51
13852026-02-23T15:38:28.996Z Compiling fs_extra v1.3.0
13862026-02-23T15:38:29.449Z Compiling cexpr v0.6.0
13872026-02-23T15:38:29.538Z Compiling foldhash v0.1.5
13882026-02-23T15:38:29.660Z Compiling iana-time-zone v0.1.63
13892026-02-23T15:38:29.849Z Compiling dunce v1.0.5
13902026-02-23T15:38:30.009Z Compiling paste v1.0.15
13912026-02-23T15:38:30.062Z Compiling hashbrown v0.15.4
13922026-02-23T15:38:30.352Z Compiling rustc_version v0.4.1
13932026-02-23T15:38:30.566Z Compiling regex v1.11.3
13942026-02-23T15:38:30.616Z Compiling uuid v1.19.0
13952026-02-23T15:38:30.718Z Compiling serde_derive v1.0.228
13962026-02-23T15:38:30.978Z Compiling zeroize_derive v1.4.2
13972026-02-23T15:38:31.014Z Compiling zerofrom-derive v0.1.4
13982026-02-23T15:38:31.269Z Compiling yoke-derive v0.7.4
13992026-02-23T15:38:31.545Z Compiling zerovec-derive v0.10.3
14002026-02-23T15:38:32.119Z Compiling displaydoc v0.2.5
14012026-02-23T15:38:32.338Z Compiling zeroize v1.8.1
14022026-02-23T15:38:33.752Z Compiling zerocopy-derive v0.7.35
14032026-02-23T15:38:33.982Z Compiling icu_provider_macros v1.5.0
14042026-02-23T15:38:34.021Z Compiling tokio-macros v2.6.0
14052026-02-23T15:38:34.236Z Compiling crypto-common v0.1.6
14062026-02-23T15:38:34.332Z Compiling block-buffer v0.10.4
14072026-02-23T15:38:34.493Z Compiling zerofrom v0.1.4
14082026-02-23T15:38:34.633Z Compiling digest v0.10.7
14092026-02-23T15:38:34.756Z Compiling yoke v0.7.4
14102026-02-23T15:38:35.037Z Compiling thiserror-impl v2.0.18
14112026-02-23T15:38:35.129Z Compiling zerovec v0.10.4
14122026-02-23T15:38:35.152Z Compiling hmac v0.12.1
14132026-02-23T15:38:35.422Z Compiling block-padding v0.3.3
14142026-02-23T15:38:35.495Z Compiling futures-macro v0.3.31
14152026-02-23T15:38:35.571Z Compiling sha2 v0.10.9
14162026-02-23T15:38:35.630Z Compiling zerocopy v0.7.35
14172026-02-23T15:38:35.700Z Compiling inout v0.1.3
14182026-02-23T15:38:35.997Z Compiling cipher v0.4.4
14192026-02-23T15:38:36.542Z Compiling der_derive v0.7.3
14202026-02-23T15:38:37.089Z Compiling tinystr v0.7.6
14212026-02-23T15:38:37.164Z Compiling icu_collections v1.5.0
14222026-02-23T15:38:37.359Z Compiling futures-util v0.3.31
14232026-02-23T15:38:37.498Z Compiling icu_locid v1.5.0
14242026-02-23T15:38:37.706Z Compiling ppv-lite86 v0.2.20
14252026-02-23T15:38:37.949Z Compiling serde v1.0.228
14262026-02-23T15:38:38.134Z Compiling thiserror v2.0.18
14272026-02-23T15:38:38.407Z Compiling pest v2.8.2
14282026-02-23T15:38:38.412Z Compiling salsa20 v0.10.2
14292026-02-23T15:38:38.563Z Compiling pbkdf2 v0.12.2
14302026-02-23T15:38:38.618Z Compiling vcpkg v0.2.15
14312026-02-23T15:38:38.675Z Compiling icu_provider v1.5.0
14322026-02-23T15:38:38.761Z Compiling der v0.7.10
14332026-02-23T15:38:39.037Z Compiling zerocopy v0.8.27
14342026-02-23T15:38:39.234Z Compiling bitflags v2.9.4
14352026-02-23T15:38:39.548Z Compiling bytes v1.11.1
14362026-02-23T15:38:39.685Z Compiling icu_locid_transform v1.5.0
14372026-02-23T15:38:39.846Z Compiling chrono v0.4.43
14382026-02-23T15:38:40.340Z Compiling openssl-sys v0.9.109
14392026-02-23T15:38:41.028Z Compiling tokio v1.49.0
14402026-02-23T15:38:41.407Z Compiling icu_properties v1.5.1
14412026-02-23T15:38:41.410Z Compiling spki v0.7.3
14422026-02-23T15:38:41.741Z Compiling pest_meta v2.8.2
14432026-02-23T15:38:41.826Z Compiling http v1.4.0
14442026-02-23T15:38:42.038Z Compiling scrypt v0.11.0
14452026-02-23T15:38:42.551Z Compiling rand_chacha v0.9.0
14462026-02-23T15:38:42.871Z Compiling aes v0.8.4
14472026-02-23T15:38:43.206Z Compiling cbc v0.1.2
14482026-02-23T15:38:43.507Z Compiling which v4.4.2
14492026-02-23T15:38:44.055Z Compiling zerocopy-derive v0.8.27
14502026-02-23T15:38:44.312Z Compiling pkcs5 v0.7.1
14512026-02-23T15:38:45.354Z Compiling icu_normalizer v1.5.0
14522026-02-23T15:38:45.383Z Compiling pest_generator v2.8.2
14532026-02-23T15:38:45.588Z Compiling rand v0.9.2
14542026-02-23T15:38:46.073Z Compiling tracing-attributes v0.1.27
14552026-02-23T15:38:46.303Z Compiling idna_adapter v1.2.0
14562026-02-23T15:38:46.556Z Compiling idna v1.0.3
14572026-02-23T15:38:47.052Z Compiling serde_derive_internals v0.29.1
14582026-02-23T15:38:47.084Z Compiling ring v0.17.14
14592026-02-23T15:38:47.323Z Compiling url v2.5.4
14602026-02-23T15:38:48.065Z Compiling tracing-core v0.1.32
14612026-02-23T15:38:48.166Z Compiling adler2 v2.0.0
14622026-02-23T15:38:48.413Z Compiling aws-lc-rs v1.12.4
14632026-02-23T15:38:48.900Z Compiling rustix v1.1.3
14642026-02-23T15:38:49.054Z Compiling schemars v0.8.22
14652026-02-23T15:38:49.214Z Compiling tracing v0.1.40
14662026-02-23T15:38:49.275Z Compiling schemars_derive v0.8.22
14672026-02-23T15:38:49.318Z Compiling miniz_oxide v0.8.5
14682026-02-23T15:38:49.703Z Compiling tokio-util v0.7.15
14692026-02-23T15:38:49.963Z Compiling pest_derive v2.8.2
14702026-02-23T15:38:50.683Z Compiling pkcs8 v0.10.2
14712026-02-23T15:38:50.777Z Compiling http-body v1.0.1
14722026-02-23T15:38:50.957Z Compiling scroll_derive v0.13.1
14732026-02-23T15:38:51.032Z Compiling darling_core v0.20.10
14742026-02-23T15:38:51.302Z Compiling dyn-clone v1.0.20
14752026-02-23T15:38:51.549Z Compiling rustls-pki-types v1.10.0
14762026-02-23T15:38:51.922Z Compiling base64 v0.22.1
14772026-02-23T15:38:52.077Z Compiling httparse v1.9.5
14782026-02-23T15:38:52.484Z Compiling tinyvec_macros v0.1.1
14792026-02-23T15:38:52.570Z Compiling tinyvec v1.8.0
14802026-02-23T15:38:52.740Z Compiling scroll v0.13.0
14812026-02-23T15:38:53.321Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14822026-02-23T15:38:54.033Z Compiling bzip2-sys v0.1.13+1.0.8
14832026-02-23T15:38:54.091Z Compiling try-lock v0.2.5
14842026-02-23T15:38:54.271Z Compiling powerfmt v0.2.0
14852026-02-23T15:38:54.564Z Compiling untrusted v0.9.0
14862026-02-23T15:38:54.650Z Compiling foreign-types-shared v0.1.1
14872026-02-23T15:38:54.769Z Compiling tower-layer v0.3.3
14882026-02-23T15:38:54.792Z Compiling openssl-probe v0.1.5
14892026-02-23T15:38:54.811Z Compiling untrusted v0.7.1
14902026-02-23T15:38:54.833Z Compiling tower-service v0.3.3
14912026-02-23T15:38:54.995Z Compiling openssl v0.10.73
14922026-02-23T15:38:55.026Z Compiling atomic-waker v1.1.2
14932026-02-23T15:38:55.085Z Compiling num-conv v0.1.0
14942026-02-23T15:38:55.114Z Compiling time-core v0.1.6
14952026-02-23T15:38:55.233Z Compiling h2 v0.4.6
14962026-02-23T15:38:55.409Z Compiling tempfile v3.24.0
14972026-02-23T15:38:55.448Z Compiling time-macros v0.2.24
14982026-02-23T15:38:55.651Z Compiling foreign-types v0.3.2
14992026-02-23T15:38:55.763Z Compiling deranged v0.5.3
15002026-02-23T15:38:56.176Z Compiling want v0.3.1
15012026-02-23T15:38:56.701Z Compiling darling_macro v0.20.10
15022026-02-23T15:38:57.080Z Compiling goblin v0.10.2
15032026-02-23T15:38:57.603Z Compiling darling v0.20.10
15042026-02-23T15:38:58.241Z Compiling ipnet v2.11.0
15052026-02-23T15:38:58.366Z Compiling openssl-macros v0.1.1
15062026-02-23T15:38:59.120Z Compiling wait-timeout v0.2.0
15072026-02-23T15:38:59.272Z Compiling httpdate v1.0.3
15082026-02-23T15:38:59.406Z Compiling crossbeam-utils v0.8.21
15092026-02-23T15:38:59.636Z Compiling bit-vec v0.8.0
15102026-02-23T15:38:59.658Z Compiling gimli v0.31.1
15112026-02-23T15:38:59.709Z Compiling rustls v0.23.19
15122026-02-23T15:38:59.980Z Compiling num_threads v0.1.7
15132026-02-23T15:39:00.053Z Compiling usdt-impl v0.6.0
15142026-02-23T15:39:00.053Z Compiling syn v1.0.109
15152026-02-23T15:39:00.136Z Compiling quick-error v1.2.3
15162026-02-23T15:39:00.323Z Compiling native-tls v0.2.12
15172026-02-23T15:39:00.477Z Compiling rusty-fork v0.3.0
15182026-02-23T15:39:00.747Z Compiling time v0.3.43
15192026-02-23T15:39:00.810Z Compiling bit-set v0.8.0
15202026-02-23T15:39:01.116Z Compiling derive_builder_core v0.20.2
15212026-02-23T15:39:03.190Z Compiling hyper v1.8.1
15222026-02-23T15:39:04.242Z Compiling dof v0.4.0
15232026-02-23T15:39:04.508Z Compiling addr2line v0.24.2
15242026-02-23T15:39:04.850Z Compiling unicode-normalization v0.1.24
15252026-02-23T15:39:05.163Z Compiling dtrace-parser v0.3.0
15262026-02-23T15:39:05.860Z Compiling signature v2.2.0
15272026-02-23T15:39:06.181Z Compiling heapless v0.7.17
15282026-02-23T15:39:06.455Z Compiling thiserror-impl v1.0.69
15292026-02-23T15:39:06.644Z Compiling scroll_derive v0.12.0
15302026-02-23T15:39:06.779Z Compiling rand_xorshift v0.4.0
15312026-02-23T15:39:06.911Z Compiling darling_core v0.21.0
15322026-02-23T15:39:07.076Z Compiling slog v2.8.2
15332026-02-23T15:39:07.416Z Compiling thread-id v5.0.0
15342026-02-23T15:39:07.553Z Compiling cookie v0.18.1
15352026-02-23T15:39:07.784Z Compiling crc32fast v1.4.2
15362026-02-23T15:39:07.900Z Compiling object v0.36.5
15372026-02-23T15:39:07.962Z Compiling unicode-properties v0.1.3
15382026-02-23T15:39:08.114Z Compiling unicode-bidi v0.3.17
15392026-02-23T15:39:08.405Z Compiling zlib-rs v0.5.1
15402026-02-23T15:39:08.426Z Compiling rustc-demangle v0.1.24
15412026-02-23T15:39:09.289Z Compiling zstd-safe v7.2.3
15422026-02-23T15:39:09.312Z Compiling signal-hook v0.3.18
15432026-02-23T15:39:09.342Z Compiling siphasher v0.3.11
15442026-02-23T15:39:09.641Z Compiling unarray v0.1.4
15452026-02-23T15:39:09.641Z Compiling anyhow v1.0.99
15462026-02-23T15:39:09.743Z Compiling phf_shared v0.11.2
15472026-02-23T15:39:09.823Z Compiling proptest v1.7.0
15482026-02-23T15:39:10.093Z Compiling thiserror v1.0.69
15492026-02-23T15:39:10.241Z Compiling stringprep v0.1.5
15502026-02-23T15:39:10.706Z Compiling scroll v0.12.0
15512026-02-23T15:39:11.308Z Compiling hyper-util v0.1.19
15522026-02-23T15:39:11.875Z Compiling derive_builder_macro v0.20.2
15532026-02-23T15:39:12.965Z Compiling darling_macro v0.21.0
15542026-02-23T15:39:13.406Z Compiling ipnetwork v0.21.1
15552026-02-23T15:39:13.936Z Compiling serde_tokenstream v0.2.2
15562026-02-23T15:39:14.236Z Compiling backtrace v0.3.74
15572026-02-23T15:39:14.557Z Compiling libz-rs-sys v0.5.1
15582026-02-23T15:39:14.710Z Compiling erased-serde v0.3.31
15592026-02-23T15:39:14.873Z Compiling serde_spanned v0.6.9
15602026-02-23T15:39:15.141Z Compiling toml_datetime v0.6.11
15612026-02-23T15:39:15.407Z Compiling rand_chacha v0.3.1
15622026-02-23T15:39:15.483Z Compiling md-5 v0.10.6
15632026-02-23T15:39:15.673Z Compiling curve25519-dalek v4.1.3
15642026-02-23T15:39:15.787Z Compiling vergen-lib v0.1.6
15652026-02-23T15:39:16.062Z Compiling num-integer v0.1.46
15662026-02-23T15:39:16.126Z Compiling sync_wrapper v1.0.1
15672026-02-23T15:39:16.310Z Compiling ff v0.13.0
15682026-02-23T15:39:16.377Z Compiling hash32 v0.2.1
15692026-02-23T15:39:16.552Z Compiling memoffset v0.9.1
15702026-02-23T15:39:16.759Z Compiling smoltcp v0.9.1
15712026-02-23T15:39:16.759Z Compiling cfg_aliases v0.2.1
15722026-02-23T15:39:16.902Z Compiling litrs v0.4.1
15732026-02-23T15:39:16.924Z Compiling psl-types v2.0.11
15742026-02-23T15:39:17.005Z Compiling ref-cast v1.0.25
15752026-02-23T15:39:17.143Z Compiling fallible-iterator v0.2.0
15762026-02-23T15:39:17.369Z Compiling num-bigint-dig v0.8.6
15772026-02-23T15:39:17.414Z Compiling base16ct v0.2.0
15782026-02-23T15:39:17.731Z Compiling sec1 v0.7.3
15792026-02-23T15:39:17.774Z Compiling postgres-protocol v0.6.8
15802026-02-23T15:39:17.801Z Compiling publicsuffix v2.3.0
15812026-02-23T15:39:17.941Z Compiling document-features v0.2.11
15822026-02-23T15:39:17.988Z Compiling nix v0.29.0
15832026-02-23T15:39:18.278Z Compiling num-iter v0.1.45
15842026-02-23T15:39:18.502Z Compiling group v0.13.0
15852026-02-23T15:39:18.880Z Compiling tower v0.5.2
15862026-02-23T15:39:19.003Z Compiling rand v0.8.5
15872026-02-23T15:39:19.192Z Compiling newtype-uuid v1.3.2
15882026-02-23T15:39:19.895Z Compiling flate2 v1.1.2
15892026-02-23T15:39:19.898Z Compiling darling v0.21.0
15902026-02-23T15:39:19.952Z Compiling oxnet v0.1.4
15912026-02-23T15:39:20.028Z Compiling derive_builder v0.20.2
15922026-02-23T15:39:20.050Z Compiling tokio-native-tls v0.3.1
15932026-02-23T15:39:20.230Z Compiling goblin v0.8.2
15942026-02-23T15:39:20.946Z Compiling rustls-native-certs v0.8.1
15952026-02-23T15:39:21.185Z Compiling webpki-roots v1.0.1
15962026-02-23T15:39:21.416Z Compiling http-body-util v0.1.3
15972026-02-23T15:39:21.500Z Compiling strum_macros v0.27.2
15982026-02-23T15:39:21.524Z Compiling terminal_size v0.4.0
15992026-02-23T15:39:21.686Z Compiling cargo-platform v0.1.8
16002026-02-23T15:39:21.759Z Compiling hkdf v0.12.4
16012026-02-23T15:39:21.899Z Compiling crypto-bigint v0.5.5
16022026-02-23T15:39:22.054Z Compiling async-trait v0.1.89
16032026-02-23T15:39:22.172Z Compiling curve25519-dalek-derive v0.1.1
16042026-02-23T15:39:23.633Z Compiling daft-derive v0.1.4
16052026-02-23T15:39:24.545Z Compiling hubpack_derive v0.1.1
16062026-02-23T15:39:24.572Z Compiling ref-cast-impl v1.0.25
16072026-02-23T15:39:25.250Z Compiling vergen v9.0.6
16082026-02-23T15:39:25.446Z Compiling ahash v0.8.12
16092026-02-23T15:39:25.571Z Compiling fs-err v3.1.1
16102026-02-23T15:39:25.724Z Compiling ryu v1.0.18
16112026-02-23T15:39:25.824Z Compiling simd-adler32 v0.3.7
16122026-02-23T15:39:25.931Z Compiling lockfree-object-pool v0.1.6
16132026-02-23T15:39:26.086Z Compiling winnow v0.5.40
16142026-02-23T15:39:26.217Z Compiling bumpalo v3.16.0
16152026-02-23T15:39:26.327Z Compiling buf-list v1.0.3
16162026-02-23T15:39:26.440Z Compiling bitflags v1.3.2
16172026-02-23T15:39:26.569Z Compiling iri-string v0.7.8
16182026-02-23T15:39:26.705Z Compiling managed v0.8.0
16192026-02-23T15:39:26.932Z Compiling unicode-segmentation v1.12.0
16202026-02-23T15:39:27.689Z Compiling clap_builder v4.5.48
16212026-02-23T15:39:27.881Z Compiling zopfli v0.8.1
16222026-02-23T15:39:29.113Z Compiling strum v0.27.2
16232026-02-23T15:39:29.319Z Compiling serde_urlencoded v0.7.1
16242026-02-23T15:39:29.349Z Compiling dof v0.3.0
16252026-02-23T15:39:29.492Z Compiling toml_edit v0.19.15
16262026-02-23T15:39:29.651Z Compiling tower-http v0.6.6
16272026-02-23T15:39:30.325Z Compiling hubpack v0.1.2
16282026-02-23T15:39:30.432Z Compiling daft v0.1.4
16292026-02-23T15:39:30.539Z Compiling elliptic-curve v0.13.8
16302026-02-23T15:39:31.011Z Compiling cargo_metadata v0.19.2
16312026-02-23T15:39:31.057Z Compiling hyper-tls v0.6.0
16322026-02-23T15:39:31.397Z Compiling signal-hook-mio v0.2.4
16332026-02-23T15:39:31.465Z Compiling zstd v0.13.3
16342026-02-23T15:39:31.595Z Compiling cookie_store v0.21.1
16352026-02-23T15:39:33.919Z Compiling serde_with_macros v3.16.1
16362026-02-23T15:39:34.451Z Compiling postgres-types v0.2.9
16372026-02-23T15:39:35.552Z Compiling usdt-attr-macro v0.6.0
16382026-02-23T15:39:35.672Z Compiling usdt-macro v0.6.0
16392026-02-23T15:39:35.697Z Compiling dtrace-parser v0.2.0
16402026-02-23T15:39:36.313Z Compiling phf v0.11.2
16412026-02-23T15:39:36.439Z Compiling ed25519 v2.2.3
16422026-02-23T15:39:36.624Z Compiling bzip2 v0.5.2
16432026-02-23T15:39:36.986Z Compiling bzip2 v0.4.4
16442026-02-23T15:39:37.123Z Compiling pkcs1 v0.7.5
16452026-02-23T15:39:37.145Z Compiling clap_derive v4.5.47
16462026-02-23T15:39:37.397Z Compiling strum_macros v0.26.4
16472026-02-23T15:39:37.545Z Compiling enum-as-inner v0.6.1
16482026-02-23T15:39:38.032Z Compiling serde-big-array v0.5.1
16492026-02-23T15:39:38.329Z Compiling hex v0.4.3
16502026-02-23T15:39:38.595Z Compiling rfc6979 v0.4.0
16512026-02-23T15:39:38.642Z Compiling serde_repr v0.1.19
16522026-02-23T15:39:38.741Z Compiling bstr v1.10.0
16532026-02-23T15:39:38.828Z Compiling float-cmp v0.10.0
16542026-02-23T15:39:38.913Z Compiling env_filter v0.1.2
16552026-02-23T15:39:39.069Z Compiling memmap2 v0.9.8
16562026-02-23T15:39:39.495Z Compiling socket2 v0.5.10
16572026-02-23T15:39:39.541Z Compiling encoding_rs v0.8.34
16582026-02-23T15:39:39.761Z Compiling normalize-line-endings v0.3.0
16592026-02-23T15:39:39.908Z Compiling fixedbitset v0.4.2
16602026-02-23T15:39:40.244Z Compiling mime v0.3.17
16612026-02-23T15:39:40.353Z Compiling precomputed-hash v0.1.1
16622026-02-23T15:39:40.416Z Compiling whoami v1.5.2
16632026-02-23T15:39:40.503Z Compiling keccak v0.1.5
16642026-02-23T15:39:40.760Z Compiling fixedbitset v0.5.7
16652026-02-23T15:39:40.978Z Compiling predicates-core v1.0.8
16662026-02-23T15:39:41.312Z Compiling new_debug_unreachable v1.0.6
16672026-02-23T15:39:41.372Z Compiling static_assertions v1.1.0
16682026-02-23T15:39:41.427Z Compiling foldhash v0.2.0
16692026-02-23T15:39:41.478Z Compiling difflib v0.4.0
16702026-02-23T15:39:41.500Z Compiling rustc-hash v2.1.1
16712026-02-23T15:39:41.678Z Compiling jiff v0.2.15
16722026-02-23T15:39:41.698Z Compiling data-encoding v2.9.0
16732026-02-23T15:39:41.825Z Compiling iddqd v0.3.16
16742026-02-23T15:39:42.729Z Compiling hickory-proto v0.25.2
16752026-02-23T15:39:42.771Z Compiling predicates v3.1.3
16762026-02-23T15:39:43.075Z Compiling strum v0.26.3
16772026-02-23T15:39:43.304Z Compiling clap v4.5.48
16782026-02-23T15:39:43.389Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-02-23T15:39:43.442Z Compiling toml_edit v0.22.27
16802026-02-23T15:39:44.353Z Compiling string_cache v0.8.9
16812026-02-23T15:39:44.439Z Compiling petgraph v0.8.2
16822026-02-23T15:39:44.790Z Compiling sha3 v0.10.8
16832026-02-23T15:39:45.261Z Compiling tokio-postgres v0.7.13
16842026-02-23T15:39:45.862Z Compiling petgraph v0.6.5
16852026-02-23T15:39:48.896Z Compiling zip v4.2.0
16862026-02-23T15:39:49.398Z Compiling similar v2.7.0
16872026-02-23T15:39:50.167Z Compiling usdt-impl v0.5.0
16882026-02-23T15:39:50.400Z Compiling usdt v0.6.0
16892026-02-23T15:39:50.621Z Compiling env_logger v0.11.8
16902026-02-23T15:39:50.906Z Compiling serde_with v3.16.1
16912026-02-23T15:39:51.014Z Compiling ecdsa v0.16.9
16922026-02-23T15:39:51.359Z Compiling rsa v0.9.8
16932026-02-23T15:39:51.407Z Compiling zip v0.6.6
16942026-02-23T15:39:51.482Z Compiling ed25519-dalek v2.1.1
16952026-02-23T15:39:52.851Z Compiling toml v0.7.8
16962026-02-23T15:39:53.204Z Compiling crossterm v0.28.1
16972026-02-23T15:39:54.378Z Compiling heck v0.4.1
16982026-02-23T15:39:54.482Z Compiling crossbeam-epoch v0.9.18
16992026-02-23T15:39:54.617Z Compiling tokio-stream v0.1.17
17002026-02-23T15:39:54.774Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-02-23T15:39:54.815Z Compiling x509-cert v0.2.5
17022026-02-23T15:39:55.157Z Compiling openapiv3 v2.2.0
17032026-02-23T15:39:55.201Z Compiling sha1 v0.10.6
17042026-02-23T15:39:55.346Z Compiling itertools v0.13.0
17052026-02-23T15:39:55.565Z Compiling itertools v0.10.5
17062026-02-23T15:39:55.645Z Compiling winnow v0.6.26
17072026-02-23T15:39:56.403Z Compiling peg-runtime v0.8.5
17082026-02-23T15:39:57.002Z Compiling lalrpop-util v0.19.12
17092026-02-23T15:39:57.378Z Compiling thread_local v1.1.8
17102026-02-23T15:39:57.878Z Compiling slog-async v2.8.0
17112026-02-23T15:39:58.136Z Compiling crossbeam-channel v0.5.15
17122026-02-23T15:39:58.216Z Compiling xattr v1.3.1
17132026-02-23T15:39:58.498Z Compiling futures-executor v0.3.31
17142026-02-23T15:39:58.518Z Compiling is-terminal v0.4.13
17152026-02-23T15:39:58.683Z Compiling filetime v0.2.26
17162026-02-23T15:39:59.007Z Compiling term v1.1.0
17172026-02-23T15:39:59.026Z Compiling take_mut v0.2.2
17182026-02-23T15:39:59.106Z Compiling tar v0.4.44
17192026-02-23T15:39:59.129Z Compiling futures v0.3.31
17202026-02-23T15:40:00.266Z Compiling slog-term v2.9.2
17212026-02-23T15:40:02.481Z Compiling aws-lc-sys v0.26.0
17222026-02-23T15:40:31.757Z Compiling rustls-webpki v0.102.8
17232026-02-23T15:40:36.268Z Compiling tokio-rustls v0.26.0
17242026-02-23T15:40:36.521Z Compiling hyper-rustls v0.27.7
17252026-02-23T15:40:36.814Z Compiling reqwest v0.12.24
17262026-02-23T15:40:40.660Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-02-23T15:40:40.969Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-02-23T15:40:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
17292026-02-23T15:40:45.787Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-02-23T15:40:45.844ZFeb 23 15:40:44.714 INFO Starting download, target: Console
17312026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Starting download, target: Cockroach
17322026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Starting download, target: Clickhouse
17332026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Starting download, target: DendriteStub
17342026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Starting download, target: MaghemiteMgd
17352026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Starting download, target: TransceiverControl
17362026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-02-23T15:40:45.847ZFeb 23 15:40:44.715 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-02-23T15:40:45.847ZFeb 23 15:40:44.716 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-02-23T15:40:45.847ZFeb 23 15:40:44.716 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-02-23T15:40:45.847ZFeb 23 15:40:44.716 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-02-23T15:40:45.847ZFeb 23 15:40:44.716 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-02-23T15:40:46.237ZFeb 23 15:40:45.088 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-02-23T15:40:46.649ZFeb 23 15:40:45.486 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-02-23T15:40:46.665ZFeb 23 15:40:45.513 INFO Download complete, target: TransceiverControl
17452026-02-23T15:40:47.045ZFeb 23 15:40:45.905 INFO Download complete, target: Console
17462026-02-23T15:40:47.157ZFeb 23 15:40:46.026 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-02-23T15:40:47.339ZFeb 23 15:40:46.209 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-02-23T15:40:48.109ZFeb 23 15:40:46.980 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-02-23T15:40:48.230ZFeb 23 15:40:47.102 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-02-23T15:40:48.231ZFeb 23 15:40:47.102 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-02-23T15:40:51.377ZFeb 23 15:40:50.248 INFO Download complete, target: MaghemiteMgd
17522026-02-23T15:40:51.549ZFeb 23 15:40:50.420 INFO Download complete, target: DendriteStub
17532026-02-23T15:40:56.075ZFeb 23 15:40:54.945 INFO Checking that binary works, target: Cockroach
17542026-02-23T15:40:56.202ZFeb 23 15:40:55.071 INFO Download complete, target: Cockroach
17552026-02-23T15:40:59.183ZFeb 23 15:40:58.051 INFO Checking that binary works, target: Clickhouse
17562026-02-23T15:40:59.292ZFeb 23 15:40:58.161 INFO Download complete, target: Clickhouse
17572026-02-23T15:40:59.299ZAll prerequisites installed successfully
17582026-02-23T15:40:59.302Z
17592026-02-23T15:40:59.302Zreal 5:27.743836642
17602026-02-23T15:40:59.302Zuser 18:38.396100984
17612026-02-23T15:40:59.302Zsys 2:33.817061233
17622026-02-23T15:40:59.302Ztrap 0.671266834
17632026-02-23T15:40:59.302Ztflt 0.943065052
17642026-02-23T15:40:59.302Zdflt 0.981534975
17652026-02-23T15:40:59.302Zkflt 0.028890388
17662026-02-23T15:40:59.302Zlock 45:55.002464244
17672026-02-23T15:40:59.302Zslp 1:08:21.834760711
17682026-02-23T15:40:59.302Zlat 1:20.570662464
17692026-02-23T15:40:59.302Zstop 3:18.735642020
17702026-02-23T15:40:59.302Z+ ptime -m cargo xtask download softnpu
17712026-02-23T15:41:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17722026-02-23T15:41:00.123Z Running `target/debug/xtask download softnpu`
17732026-02-23T15:41:01.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
17742026-02-23T15:41:01.280Z Running `target/debug/xtask-downloader softnpu`
17752026-02-23T15:41:01.325ZFeb 23 15:41:00.193 INFO Starting download, target: Softnpu
17762026-02-23T15:41:01.327ZFeb 23 15:41:00.194 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-02-23T15:41:02.028ZFeb 23 15:41:00.896 INFO Download complete, target: Softnpu
17782026-02-23T15:41:02.032Z
17792026-02-23T15:41:02.035Zreal 2.725418597
17802026-02-23T15:41:02.035Zuser 1.692019614
17812026-02-23T15:41:02.035Zsys 0.730564177
17822026-02-23T15:41:02.035Ztrap 0.001119103
17832026-02-23T15:41:02.035Ztflt 0.000181309
17842026-02-23T15:41:02.035Zdflt 0.000355940
17852026-02-23T15:41:02.035Zkflt 0.000000000
17862026-02-23T15:41:02.035Zlock 7.531113393
17872026-02-23T15:41:02.035Zslp 0.522353660
17882026-02-23T15:41:02.035Zlat 0.084546926
17892026-02-23T15:41:02.035Zstop 0.000179436
17902026-02-23T15:41:02.035Z+ export CARGO_INCREMENTAL=0
17912026-02-23T15:41:02.035Z+ CARGO_INCREMENTAL=0
17922026-02-23T15:41:02.035Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-02-23T15:41:03.328Z Compiling proc-macro2 v1.0.101
17942026-02-23T15:41:03.328Z Compiling unicode-ident v1.0.19
17952026-02-23T15:41:03.414Z Compiling libc v0.2.180
17962026-02-23T15:41:03.415Z Compiling serde_core v1.0.228
17972026-02-23T15:41:03.415Z Compiling serde v1.0.228
17982026-02-23T15:41:03.415Z Compiling autocfg v1.4.0
17992026-02-23T15:41:03.415Z Compiling cfg-if v1.0.4
18002026-02-23T15:41:03.606Z Compiling version_check v0.9.5
18012026-02-23T15:41:03.656Z Compiling memchr v2.7.4
18022026-02-23T15:41:03.656Z Compiling shlex v1.3.0
18032026-02-23T15:41:04.135Z Compiling value-bag v1.12.0
18042026-02-23T15:41:04.157Z Compiling zmij v1.0.15
18052026-02-23T15:41:04.599Z Compiling lock_api v0.4.12
18062026-02-23T15:41:04.690Z Compiling log v0.4.29
18072026-02-23T15:41:04.844Z Compiling typenum v1.17.0
18082026-02-23T15:41:04.951Z Compiling portable-atomic v1.11.0
18092026-02-23T15:41:05.392Z Compiling serde_json v1.0.149
18102026-02-23T15:41:05.538Z Compiling quote v1.0.40
18112026-02-23T15:41:05.708Z Compiling jobserver v0.1.32
18122026-02-23T15:41:05.748Z Compiling generic-array v0.14.7
18132026-02-23T15:41:05.776Z Compiling getrandom v0.3.4
18142026-02-23T15:41:05.951Z Compiling syn v2.0.114
18152026-02-23T15:41:06.079Z Compiling libm v0.2.8
18162026-02-23T15:41:06.097Z Compiling num-traits v0.2.19
18172026-02-23T15:41:06.332Z Compiling cc v1.2.30
18182026-02-23T15:41:06.432Z Compiling scopeguard v1.2.0
18192026-02-23T15:41:06.457Z Compiling parking_lot_core v0.9.10
18202026-02-23T15:41:06.527Z Compiling smallvec v1.15.1
18212026-02-23T15:41:06.877Z Compiling regex-syntax v0.8.5
18222026-02-23T15:41:07.060Z Compiling itoa v1.0.11
18232026-02-23T15:41:07.878Z Compiling getrandom v0.2.15
18242026-02-23T15:41:08.271Z Compiling thiserror v2.0.18
18252026-02-23T15:41:08.395Z Compiling pkg-config v0.3.31
18262026-02-23T15:41:08.490Z Compiling aho-corasick v1.1.3
18272026-02-23T15:41:08.743Z Compiling rustix v0.38.37
18282026-02-23T15:41:09.351Z Compiling errno v0.3.12
18292026-02-23T15:41:09.383Z Compiling stable_deref_trait v1.2.0
18302026-02-23T15:41:09.504Z Compiling either v1.15.0
18312026-02-23T15:41:09.529Z Compiling spin v0.9.8
18322026-02-23T15:41:09.666Z Compiling slab v0.4.9
18332026-02-23T15:41:09.692Z Compiling allocator-api2 v0.2.21
18342026-02-23T15:41:09.960Z Compiling equivalent v1.0.2
18352026-02-23T15:41:10.023Z Compiling semver v1.0.27
18362026-02-23T15:41:10.138Z Compiling lazy_static v1.5.0
18372026-02-23T15:41:10.444Z Compiling regex-automata v0.4.11
18382026-02-23T15:41:10.729Z Compiling schemars v0.8.22
18392026-02-23T15:41:11.926Z Compiling rand_core v0.6.4
18402026-02-23T15:41:12.511Z Compiling byteorder v1.5.0
18412026-02-23T15:41:12.651Z Compiling critical-section v1.1.3
18422026-02-23T15:41:12.836Z Compiling once_cell v1.21.3
18432026-02-23T15:41:13.283Z Compiling synstructure v0.13.1
18442026-02-23T15:41:13.405Z Compiling serde_derive_internals v0.29.1
18452026-02-23T15:41:13.960Z Compiling subtle v2.6.1
18462026-02-23T15:41:14.298Z Compiling litemap v0.7.3
18472026-02-23T15:41:14.320Z Compiling glob v0.3.2
18482026-02-23T15:41:14.422Z Compiling writeable v0.5.5
18492026-02-23T15:41:14.863Z Compiling prettyplease v0.2.36
18502026-02-23T15:41:14.945Z Compiling percent-encoding v2.3.2
18512026-02-23T15:41:15.042Z Compiling clang-sys v1.8.1
18522026-02-23T15:41:15.229Z Compiling pin-project-lite v0.2.14
18532026-02-23T15:41:15.443Z Compiling icu_locid_transform_data v1.5.0
18542026-02-23T15:41:15.473Z Compiling fnv v1.0.7
18552026-02-23T15:41:15.590Z Compiling minimal-lexical v0.2.1
18562026-02-23T15:41:15.703Z Compiling regex v1.11.3
18572026-02-23T15:41:15.899Z Compiling libloading v0.8.5
18582026-02-23T15:41:16.044Z Compiling nom v7.1.3
18592026-02-23T15:41:16.261Z Compiling home v0.5.9
18602026-02-23T15:41:16.508Z Compiling bindgen v0.69.5
18612026-02-23T15:41:16.675Z Compiling serde_derive v1.0.228
18622026-02-23T15:41:16.863Z Compiling zeroize_derive v1.4.2
18632026-02-23T15:41:16.902Z Compiling zerofrom-derive v0.1.4
18642026-02-23T15:41:16.923Z Compiling yoke-derive v0.7.4
18652026-02-23T15:41:16.952Z Compiling zerovec-derive v0.10.3
18662026-02-23T15:41:17.000Z Compiling displaydoc v0.2.5
18672026-02-23T15:41:18.090Z Compiling icu_provider_macros v1.5.0
18682026-02-23T15:41:18.424Z Compiling zeroize v1.8.1
18692026-02-23T15:41:18.871Z Compiling tokio-macros v2.6.0
18702026-02-23T15:41:19.062Z Compiling zerocopy-derive v0.7.35
18712026-02-23T15:41:19.157Z Compiling thiserror-impl v2.0.18
18722026-02-23T15:41:19.198Z Compiling futures-macro v0.3.31
18732026-02-23T15:41:19.260Z Compiling schemars_derive v0.8.22
18742026-02-23T15:41:19.582Z Compiling zerofrom v0.1.4
18752026-02-23T15:41:19.848Z Compiling yoke v0.7.4
18762026-02-23T15:41:20.272Z Compiling zerovec v0.10.4
18772026-02-23T15:41:20.768Z Compiling icu_properties_data v1.5.0
18782026-02-23T15:41:20.804Z Compiling cexpr v0.6.0
18792026-02-23T15:41:22.090Z Compiling itertools v0.12.1
18802026-02-23T15:41:22.162Z Compiling utf16_iter v1.0.5
18812026-02-23T15:41:22.245Z Compiling utf8_iter v1.0.4
18822026-02-23T15:41:22.419Z Compiling tinystr v0.7.6
18832026-02-23T15:41:22.615Z Compiling icu_collections v1.5.0
18842026-02-23T15:41:22.814Z Compiling icu_locid v1.5.0
18852026-02-23T15:41:22.883Z Compiling lazycell v1.3.0
18862026-02-23T15:41:23.342Z Compiling rustc-hash v1.1.0
18872026-02-23T15:41:23.527Z Compiling icu_normalizer_data v1.5.0
18882026-02-23T15:41:23.662Z Compiling heck v0.5.0
18892026-02-23T15:41:24.109Z Compiling write16 v1.0.0
18902026-02-23T15:41:24.285Z Compiling bitflags v2.9.4
18912026-02-23T15:41:24.353Z Compiling bytes v1.11.1
18922026-02-23T15:41:24.941Z Compiling icu_provider v1.5.0
18932026-02-23T15:41:25.319Z Compiling paste v1.0.15
18942026-02-23T15:41:25.812Z Compiling icu_locid_transform v1.5.0
18952026-02-23T15:41:25.922Z Compiling cmake v0.1.51
18962026-02-23T15:41:26.112Z Compiling signal-hook-registry v1.4.2
18972026-02-23T15:41:26.354Z Compiling fs_extra v1.3.0
18982026-02-23T15:41:26.686Z Compiling dunce v1.0.5
18992026-02-23T15:41:26.871Z Compiling parking_lot v0.12.3
19002026-02-23T15:41:27.509Z Compiling icu_properties v1.5.1
19012026-02-23T15:41:27.533Z Compiling crypto-common v0.1.6
19022026-02-23T15:41:27.778Z Compiling hashbrown v0.16.1
19032026-02-23T15:41:27.841Z Compiling mio v1.0.2
19042026-02-23T15:41:28.850Z Compiling which v4.4.2
19052026-02-23T15:41:30.021Z Compiling form_urlencoded v1.2.2
19062026-02-23T15:41:30.504Z Compiling rustversion v1.0.22
19072026-02-23T15:41:30.548Z Compiling const-oid v0.9.6
19082026-02-23T15:41:30.731Z Compiling indexmap v2.13.0
19092026-02-23T15:41:31.388Z Compiling icu_normalizer v1.5.0
19102026-02-23T15:41:31.678Z Compiling socket2 v0.6.1
19112026-02-23T15:41:32.491Z Compiling idna_adapter v1.2.0
19122026-02-23T15:41:32.730Z Compiling idna v1.0.3
19132026-02-23T15:41:33.377Z Compiling tokio v1.49.0
19142026-02-23T15:41:33.418Z Compiling ring v0.17.14
19152026-02-23T15:41:33.678Z Compiling url v2.5.4
19162026-02-23T15:41:33.681Z Compiling zerocopy v0.8.27
19172026-02-23T15:41:34.394Z Compiling block-buffer v0.10.4
19182026-02-23T15:41:34.397Z Compiling tracing-attributes v0.1.27
19192026-02-23T15:41:34.660Z Compiling der_derive v0.7.3
19202026-02-23T15:41:37.025Z Compiling vcpkg v0.2.15
19212026-02-23T15:41:37.058Z Compiling thiserror v1.0.69
19222026-02-23T15:41:37.908Z Compiling aws-lc-rs v1.12.4
19232026-02-23T15:41:38.102Z Compiling digest v0.10.7
19242026-02-23T15:41:38.342Z Compiling openssl-sys v0.9.109
19252026-02-23T15:41:38.529Z Compiling zerocopy-derive v0.8.27
19262026-02-23T15:41:38.915Z Compiling futures-core v0.3.31
19272026-02-23T15:41:38.991Z Compiling strsim v0.11.1
19282026-02-23T15:41:39.160Z Compiling zerocopy v0.7.35
19292026-02-23T15:41:39.202Z Compiling thiserror-impl v1.0.69
19302026-02-23T15:41:39.586Z Compiling ucd-trie v0.1.7
19312026-02-23T15:41:39.609Z Compiling iana-time-zone v0.1.63
19322026-02-23T15:41:40.047Z Compiling pest v2.8.2
19332026-02-23T15:41:40.353Z Compiling chrono v0.4.43
19342026-02-23T15:41:40.377Z Compiling aws-lc-sys v0.26.0
19352026-02-23T15:41:40.854Z Compiling serde_tokenstream v0.2.2
19362026-02-23T15:41:41.251Z Compiling uuid v1.19.0
19372026-02-23T15:41:41.345Z Compiling foldhash v0.1.5
19382026-02-23T15:41:41.372Z Compiling httparse v1.9.5
19392026-02-23T15:41:41.654Z Compiling ident_case v1.0.1
19402026-02-23T15:41:41.677Z Compiling hashbrown v0.15.4
19412026-02-23T15:41:42.856Z Compiling pest_meta v2.8.2
19422026-02-23T15:41:43.130Z Compiling rustix v1.1.3
19432026-02-23T15:41:44.239Z Compiling syn v1.0.109
19442026-02-23T15:41:44.336Z Compiling pest_generator v2.8.2
19452026-02-23T15:41:45.312Z Compiling time-core v0.1.6
19462026-02-23T15:41:45.460Z Compiling num-conv v0.1.0
19472026-02-23T15:41:45.677Z Compiling futures-sink v0.3.31
19482026-02-23T15:41:45.771Z Compiling time-macros v0.2.24
19492026-02-23T15:41:45.872Z Compiling futures-channel v0.3.31
19502026-02-23T15:41:46.287Z Compiling pest_derive v2.8.2
19512026-02-23T15:41:46.560Z Compiling rustc_version v0.4.1
19522026-02-23T15:41:47.073Z Compiling pin-utils v0.1.0
19532026-02-23T15:41:47.202Z Compiling dyn-clone v1.0.20
19542026-02-23T15:41:47.420Z Compiling futures-io v0.3.31
19552026-02-23T15:41:47.500Z Compiling openssl v0.10.73
19562026-02-23T15:41:47.518Z Compiling cpufeatures v0.2.14
19572026-02-23T15:41:47.645Z Compiling futures-task v0.3.31
19582026-02-23T15:41:47.946Z Compiling futures-util v0.3.31
19592026-02-23T15:41:47.975Z Compiling hmac v0.12.1
19602026-02-23T15:41:48.533Z Compiling plain v0.2.3
19612026-02-23T15:41:48.723Z Compiling block-padding v0.3.3
19622026-02-23T15:41:48.991Z Compiling openssl-macros v0.1.1
19632026-02-23T15:41:49.701Z Compiling rustls v0.23.19
19642026-02-23T15:41:50.047Z Compiling native-tls v0.2.12
19652026-02-23T15:41:50.113Z Compiling crossbeam-utils v0.8.21
19662026-02-23T15:41:50.436Z Compiling inout v0.1.3
19672026-02-23T15:41:50.655Z Compiling ppv-lite86 v0.2.20
19682026-02-23T15:41:51.735Z Compiling pretty-hex v0.4.1
19692026-02-23T15:41:52.006Z Compiling cipher v0.4.4
19702026-02-23T15:41:52.167Z Compiling sha2 v0.10.9
19712026-02-23T15:41:52.506Z Compiling http v1.4.0
19722026-02-23T15:41:52.939Z Compiling scroll_derive v0.12.0
19732026-02-23T15:41:54.242Z Compiling scroll_derive v0.13.1
19742026-02-23T15:41:54.268Z Compiling cookie v0.18.1
19752026-02-23T15:41:54.734Z Compiling anyhow v1.0.99
19762026-02-23T15:41:54.737Z Compiling base64ct v1.6.0
19772026-02-23T15:41:55.341Z Compiling pem-rfc7468 v0.7.0
19782026-02-23T15:41:55.884Z Compiling darling_core v0.21.0
19792026-02-23T15:41:55.927Z Compiling slog v2.8.2
19802026-02-23T15:41:57.054Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19812026-02-23T15:41:57.460Z Compiling bzip2-sys v0.1.13+1.0.8
19822026-02-23T15:41:57.804Z Compiling flagset v0.4.6
19832026-02-23T15:41:58.050Z Compiling der v0.7.10
19842026-02-23T15:42:00.195Z Compiling toml_datetime v0.6.11
19852026-02-23T15:42:00.515Z Compiling serde_spanned v0.6.9
19862026-02-23T15:42:00.693Z Compiling rand_core v0.9.3
19872026-02-23T15:42:00.768Z Compiling tracing-core v0.1.32
19882026-02-23T15:42:00.791Z Compiling rustls-pki-types v1.10.0
19892026-02-23T15:42:01.092Z Compiling spki v0.7.3
19902026-02-23T15:42:01.180Z Compiling darling_macro v0.21.0
19912026-02-23T15:42:01.655Z Compiling tracing v0.1.40
19922026-02-23T15:42:02.048Z Compiling darling v0.21.0
19932026-02-23T15:42:02.133Z Compiling salsa20 v0.10.2
19942026-02-23T15:42:02.180Z Compiling pbkdf2 v0.12.2
19952026-02-23T15:42:02.482Z Compiling base64 v0.22.1
19962026-02-23T15:42:02.651Z Compiling winnow v0.5.40
19972026-02-23T15:42:02.698Z Compiling camino v1.2.2
19982026-02-23T15:42:02.855Z Compiling litrs v0.4.1
19992026-02-23T15:42:03.813Z Compiling document-features v0.2.11
20002026-02-23T15:42:03.836Z Compiling scrypt v0.11.0
20012026-02-23T15:42:04.295Z Compiling rand_chacha v0.9.0
20022026-02-23T15:42:04.768Z Compiling tokio-util v0.7.15
20032026-02-23T15:42:04.880Z Compiling aes v0.8.4
20042026-02-23T15:42:05.096Z Compiling cbc v0.1.2
20052026-02-23T15:42:05.931Z Compiling toml_edit v0.19.15
20062026-02-23T15:42:08.341Z Compiling usdt-impl v0.5.0
20072026-02-23T15:42:08.439Z Compiling powerfmt v0.2.0
20082026-02-23T15:42:08.755Z Compiling untrusted v0.7.1
20092026-02-23T15:42:08.952Z Compiling ref-cast v1.0.25
20102026-02-23T15:42:08.971Z Compiling usdt-impl v0.6.0
20112026-02-23T15:42:09.156Z Compiling untrusted v0.9.0
20122026-02-23T15:42:09.359Z Compiling deranged v0.5.3
20132026-02-23T15:42:09.607Z Compiling pkcs5 v0.7.1
20142026-02-23T15:42:10.611Z Compiling rand v0.9.2
20152026-02-23T15:42:12.386Z Compiling http-body v1.0.1
20162026-02-23T15:42:12.729Z Compiling scroll v0.13.0
20172026-02-23T15:42:13.247Z Compiling scroll v0.12.0
20182026-02-23T15:42:13.553Z Compiling heapless v0.7.17
20192026-02-23T15:42:13.996Z Compiling num_threads v0.1.7
20202026-02-23T15:42:14.147Z Compiling atomic-waker v1.1.2
20212026-02-23T15:42:14.413Z Compiling adler2 v2.0.0
20222026-02-23T15:42:14.641Z Compiling zstd-safe v7.2.3
20232026-02-23T15:42:14.890Z Compiling cfg_aliases v0.2.1
20242026-02-23T15:42:14.911Z Compiling signal-hook v0.3.18
20252026-02-23T15:42:15.064Z Compiling time v0.3.43
20262026-02-23T15:42:15.243Z Compiling miniz_oxide v0.8.5
20272026-02-23T15:42:17.039Z Compiling goblin v0.8.2
20282026-02-23T15:42:17.624Z Compiling goblin v0.10.2
20292026-02-23T15:42:18.596Z Compiling pkcs8 v0.10.2
20302026-02-23T15:42:19.485Z Compiling ipnetwork v0.21.1
20312026-02-23T15:42:21.360Z Compiling darling_core v0.20.10
20322026-02-23T15:42:23.143Z Compiling ref-cast-impl v1.0.25
20332026-02-23T15:42:24.182Z Compiling memoffset v0.9.1
20342026-02-23T15:42:24.546Z Compiling tinyvec_macros v0.1.1
20352026-02-23T15:42:24.656Z Compiling try-lock v0.2.5
20362026-02-23T15:42:24.781Z Compiling tower-service v0.3.3
20372026-02-23T15:42:25.528Z Compiling tower-layer v0.3.3
20382026-02-23T15:42:25.999Z Compiling want v0.3.1
20392026-02-23T15:42:26.270Z Compiling darling_macro v0.20.10
20402026-02-23T15:42:26.304Z Compiling tinyvec v1.8.0
20412026-02-23T15:42:27.048Z Compiling dof v0.4.0
20422026-02-23T15:42:27.227Z Compiling dof v0.3.0
20432026-02-23T15:42:27.787Z Compiling h2 v0.4.6
20442026-02-23T15:42:28.945Z Compiling dtrace-parser v0.2.0
20452026-02-23T15:42:30.430Z Compiling curve25519-dalek v4.1.3
20462026-02-23T15:42:30.454Z Compiling dtrace-parser v0.3.0
20472026-02-23T15:42:30.893Z Compiling ipnet v2.11.0
20482026-02-23T15:42:30.955Z Compiling async-trait v0.1.89
20492026-02-23T15:42:31.899Z Compiling daft-derive v0.1.4
20502026-02-23T15:42:32.492Z Compiling thread-id v4.2.2
20512026-02-23T15:42:32.625Z Compiling thread-id v5.0.0
20522026-02-23T15:42:33.019Z Compiling openssl-probe v0.1.5
20532026-02-23T15:42:33.198Z Compiling num-bigint-dig v0.8.6
20542026-02-23T15:42:33.319Z Compiling foreign-types-shared v0.1.1
20552026-02-23T15:42:33.472Z Compiling smoltcp v0.9.1
20562026-02-23T15:42:33.568Z Compiling ryu v1.0.18
20572026-02-23T15:42:34.022Z Compiling httpdate v1.0.3
20582026-02-23T15:42:34.074Z Compiling fastrand v2.1.1
20592026-02-23T15:42:34.410Z Compiling tempfile v3.24.0
20602026-02-23T15:42:34.438Z Compiling foreign-types v0.3.2
20612026-02-23T15:42:36.236Z Compiling hyper v1.8.1
20622026-02-23T15:42:41.559Z Compiling darling v0.20.10
20632026-02-23T15:42:43.461Z Compiling strum_macros v0.26.4
20642026-02-23T15:42:45.490Z Compiling wait-timeout v0.2.0
20652026-02-23T15:42:45.774Z Compiling utf8parse v0.2.2
20662026-02-23T15:42:46.337Z Compiling gimli v0.31.1
20672026-02-23T15:42:46.807Z Compiling bit-vec v0.8.0
20682026-02-23T15:42:47.446Z Compiling quick-error v1.2.3
20692026-02-23T15:42:47.620Z Compiling anstyle v1.0.11
20702026-02-23T15:42:48.059Z Compiling rusty-fork v0.3.0
20712026-02-23T15:42:49.689Z Compiling bit-set v0.8.0
20722026-02-23T15:42:50.718Z Compiling addr2line v0.24.2
20732026-02-23T15:42:52.681Z Compiling anstyle-parse v0.2.5
20742026-02-23T15:42:53.786Z Compiling derive_builder_core v0.20.2
20752026-02-23T15:42:55.175Z Compiling hyper-util v0.1.19
20762026-02-23T15:42:55.577Z Compiling unicode-normalization v0.1.24
20772026-02-23T15:42:56.094Z Compiling nix v0.29.0
20782026-02-23T15:42:57.165Z Compiling rand_xorshift v0.4.0
20792026-02-23T15:42:57.418Z Compiling hubpack_derive v0.1.1
20802026-02-23T15:42:58.299Z Compiling signature v2.2.0
20812026-02-23T15:42:58.549Z Compiling openapiv3 v2.2.0
20822026-02-23T15:42:59.000Z Compiling erased-serde v0.3.31
20832026-02-23T15:43:00.281Z Compiling strum_macros v0.27.2
20842026-02-23T15:43:00.711Z Compiling curve25519-dalek-derive v0.1.1
20852026-02-23T15:43:02.154Z Compiling object v0.36.5
20862026-02-23T15:43:04.678Z Compiling fs-err v3.1.1
20872026-02-23T15:43:05.090Z Compiling ahash v0.8.12
20882026-02-23T15:43:05.455Z Compiling crc32fast v1.4.2
20892026-02-23T15:43:05.798Z Compiling unicode-bidi v0.3.17
20902026-02-23T15:43:06.893Z Compiling unicode-segmentation v1.12.0
20912026-02-23T15:43:07.477Z Compiling buf-list v1.0.3
20922026-02-23T15:43:08.035Z Compiling rustc-demangle v0.1.24
20932026-02-23T15:43:08.230Z Compiling is_terminal_polyfill v1.70.1
20942026-02-23T15:43:08.412Z Compiling zlib-rs v0.5.1
20952026-02-23T15:43:08.799Z Compiling unicode-properties v0.1.3
20962026-02-23T15:43:09.216Z Compiling anstyle-query v1.1.1
20972026-02-23T15:43:09.396Z Compiling colorchoice v1.0.2
20982026-02-23T15:43:09.572Z Compiling siphasher v0.3.11
20992026-02-23T15:43:09.595Z Compiling unarray v0.1.4
21002026-02-23T15:43:10.130Z Compiling phf_shared v0.11.2
21012026-02-23T15:43:10.191Z Compiling proptest v1.7.0
21022026-02-23T15:43:10.313Z Compiling anstream v0.6.18
21032026-02-23T15:43:10.508Z Compiling backtrace v0.3.74
21042026-02-23T15:43:13.512Z Compiling stringprep v0.1.5
21052026-02-23T15:43:13.512Z Compiling libz-rs-sys v0.5.1
21062026-02-23T15:43:16.380Z Compiling derive_builder_macro v0.20.2
21072026-02-23T15:43:17.729Z Compiling usdt-macro v0.6.0
21082026-02-23T15:43:18.966Z Compiling rustls-webpki v0.102.8
21092026-02-23T15:43:19.091Z Compiling usdt-attr-macro v0.6.0
21102026-02-23T15:43:19.217Z Compiling oxnet v0.1.4
21112026-02-23T15:43:20.633Z Compiling http-body-util v0.1.3
21122026-02-23T15:43:21.206Z Compiling rand_chacha v0.3.1
21132026-02-23T15:43:21.252Z Compiling sync_wrapper v1.0.1
21142026-02-23T15:43:21.436Z Compiling md-5 v0.10.6
21152026-02-23T15:43:21.463Z Compiling vergen-lib v0.1.6
21162026-02-23T15:43:21.711Z Compiling num-integer v0.1.46
21172026-02-23T15:43:21.830Z Compiling ff v0.13.0
21182026-02-23T15:43:21.909Z Compiling hash32 v0.2.1
21192026-02-23T15:43:22.009Z Compiling encoding_rs v0.8.34
21202026-02-23T15:43:22.303Z Compiling base16ct v0.2.0
21212026-02-23T15:43:22.350Z Compiling psl-types v2.0.11
21222026-02-23T15:43:22.594Z Compiling mime v0.3.17
21232026-02-23T15:43:22.704Z Compiling fallible-iterator v0.2.0
21242026-02-23T15:43:22.726Z Compiling publicsuffix v2.3.0
21252026-02-23T15:43:23.028Z Compiling sec1 v0.7.3
21262026-02-23T15:43:23.258Z Compiling serde_urlencoded v0.7.1
21272026-02-23T15:43:23.379Z Compiling postgres-protocol v0.6.8
21282026-02-23T15:43:23.630Z Compiling num-iter v0.1.45
21292026-02-23T15:43:23.830Z Compiling group v0.13.0
21302026-02-23T15:43:24.158Z Compiling rand v0.8.5
21312026-02-23T15:43:24.478Z Compiling tower v0.5.2
21322026-02-23T15:43:26.569Z Compiling derive_builder v0.20.2
21332026-02-23T15:43:26.934Z Compiling tokio-rustls v0.26.0
21342026-02-23T15:43:27.382Z Compiling tokio-native-tls v0.3.1
21352026-02-23T15:43:27.716Z Compiling newtype-uuid v1.3.2
21362026-02-23T15:43:27.892Z Compiling flate2 v1.1.2
21372026-02-23T15:43:28.345Z Compiling heck v0.4.1
21382026-02-23T15:43:28.687Z Compiling rustls-native-certs v0.8.1
21392026-02-23T15:43:28.938Z Compiling webpki-roots v1.0.1
21402026-02-23T15:43:29.330Z Compiling serde_with_macros v3.16.1
21412026-02-23T15:43:29.617Z Compiling hkdf v0.12.4
21422026-02-23T15:43:29.713Z Compiling vergen v9.0.6
21432026-02-23T15:43:29.874Z Compiling terminal_size v0.4.0
21442026-02-23T15:43:30.125Z Compiling cargo-platform v0.1.8
21452026-02-23T15:43:30.386Z Compiling enum-as-inner v0.6.1
21462026-02-23T15:43:30.590Z Compiling clap_derive v4.5.47
21472026-02-23T15:43:30.882Z Compiling crypto-bigint v0.5.5
21482026-02-23T15:43:31.370Z Compiling serde_repr v0.1.19
21492026-02-23T15:43:31.559Z Compiling iri-string v0.7.8
21502026-02-23T15:43:32.368Z Compiling managed v0.8.0
21512026-02-23T15:43:32.460Z Compiling lockfree-object-pool v0.1.6
21522026-02-23T15:43:32.709Z Compiling clap_lex v0.7.4
21532026-02-23T15:43:32.750Z Compiling bitflags v1.3.2
21542026-02-23T15:43:33.106Z Compiling simd-adler32 v0.3.7
21552026-02-23T15:43:33.618Z Compiling bumpalo v3.16.0
21562026-02-23T15:43:33.979Z Compiling winnow v0.7.14
21572026-02-23T15:43:34.194Z Compiling zopfli v0.8.1
21582026-02-23T15:43:34.565Z Compiling tower-http v0.6.6
21592026-02-23T15:43:35.423Z Compiling elliptic-curve v0.13.8
21602026-02-23T15:43:36.167Z Compiling clap_builder v4.5.48
21612026-02-23T15:43:36.377Z Compiling cargo_metadata v0.19.2
21622026-02-23T15:43:36.791Z Compiling hyper-tls v0.6.0
21632026-02-23T15:43:38.604Z Compiling hyper-rustls v0.27.7
21642026-02-23T15:43:39.331Z Compiling daft v0.1.4
21652026-02-23T15:43:39.482Z Compiling zstd v0.13.3
21662026-02-23T15:43:39.905Z Compiling signal-hook-mio v0.2.4
21672026-02-23T15:43:39.993Z Compiling cookie_store v0.21.1
21682026-02-23T15:43:40.560Z Compiling postgres-types v0.2.9
21692026-02-23T15:43:40.970Z Compiling phf v0.11.2
21702026-02-23T15:43:41.447Z Compiling strum v0.27.2
21712026-02-23T15:43:41.577Z Compiling ed25519 v2.2.3
21722026-02-23T15:43:41.657Z Compiling hubpack v0.1.2
21732026-02-23T15:43:41.711Z Compiling bzip2 v0.4.4
21742026-02-23T15:43:41.837Z Compiling bzip2 v0.5.2
21752026-02-23T15:43:42.037Z Compiling crossbeam-epoch v0.9.18
21762026-02-23T15:43:42.100Z Compiling pkcs1 v0.7.5
21772026-02-23T15:43:42.607Z Compiling rfc6979 v0.4.0
21782026-02-23T15:43:42.845Z Compiling regress v0.10.4
21792026-02-23T15:43:42.965Z Compiling float-cmp v0.10.0
21802026-02-23T15:43:43.045Z Compiling serde-big-array v0.5.1
21812026-02-23T15:43:43.214Z Compiling hex v0.4.3
21822026-02-23T15:43:43.300Z Compiling bstr v1.10.0
21832026-02-23T15:43:43.798Z Compiling socket2 v0.5.10
21842026-02-23T15:43:44.125Z Compiling memmap2 v0.9.8
21852026-02-23T15:43:44.266Z Compiling env_filter v0.1.2
21862026-02-23T15:43:44.633Z Compiling static_assertions v1.1.0
21872026-02-23T15:43:44.661Z Compiling toml_write v0.1.2
21882026-02-23T15:43:44.758Z Compiling difflib v0.4.0
21892026-02-23T15:43:44.792Z Compiling fixedbitset v0.5.7
21902026-02-23T15:43:45.027Z Compiling rustc-hash v2.1.1
21912026-02-23T15:43:45.454Z Compiling foldhash v0.2.0
21922026-02-23T15:43:45.805Z Compiling new_debug_unreachable v1.0.6
21932026-02-23T15:43:45.849Z Compiling fixedbitset v0.4.2
21942026-02-23T15:43:45.926Z Compiling predicates-core v1.0.8
21952026-02-23T15:43:46.236Z Compiling precomputed-hash v0.1.1
21962026-02-23T15:43:46.389Z Compiling normalize-line-endings v0.3.0
21972026-02-23T15:43:46.556Z Compiling whoami v1.5.2
21982026-02-23T15:43:46.744Z Compiling data-encoding v2.9.0
21992026-02-23T15:43:47.484Z Compiling keccak v0.1.5
22002026-02-23T15:43:47.671Z Compiling jiff v0.2.15
22012026-02-23T15:43:47.693Z Compiling hickory-proto v0.25.2
22022026-02-23T15:43:47.932Z Compiling sha3 v0.10.8
22032026-02-23T15:43:48.076Z Compiling tokio-postgres v0.7.13
22042026-02-23T15:43:48.535Z Compiling reqwest v0.12.24
22052026-02-23T15:43:48.561Z Compiling predicates v3.1.3
22062026-02-23T15:43:49.877Z Compiling string_cache v0.8.9
22072026-02-23T15:43:50.283Z Compiling toml_edit v0.22.27
22082026-02-23T15:43:50.547Z Compiling typify-impl v0.4.3
22092026-02-23T15:43:51.135Z Compiling petgraph v0.6.5
22102026-02-23T15:43:54.635Z Compiling zip v4.2.0
22112026-02-23T15:43:56.236Z Compiling iddqd v0.3.16
22122026-02-23T15:43:57.200Z Compiling petgraph v0.8.2
22132026-02-23T15:43:57.552Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-02-23T15:43:58.324Z Compiling env_logger v0.11.8
22152026-02-23T15:43:58.782Z Compiling usdt v0.6.0
22162026-02-23T15:43:58.998Z Compiling similar v2.7.0
22172026-02-23T15:43:59.893Z Compiling serde_with v3.16.1
22182026-02-23T15:44:01.602Z Compiling ecdsa v0.16.9
22192026-02-23T15:44:01.828Z Compiling rsa v0.9.8
22202026-02-23T15:44:02.431Z Compiling zip v0.6.6
22212026-02-23T15:44:03.321Z Compiling ed25519-dalek v2.1.1
22222026-02-23T15:44:04.689Z Compiling crossterm v0.28.1
22232026-02-23T15:44:04.767Z Compiling clap v4.5.48
22242026-02-23T15:44:05.519Z Compiling strum v0.26.3
22252026-02-23T15:44:05.571Z Compiling tokio-stream v0.1.17
22262026-02-23T15:44:05.823Z Compiling toml v0.7.8
22272026-02-23T15:44:06.549Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-02-23T15:44:06.988Z Compiling x509-cert v0.2.5
22292026-02-23T15:44:08.483Z Compiling sha1 v0.10.6
22302026-02-23T15:44:08.898Z Compiling itertools v0.13.0
22312026-02-23T15:44:10.960Z Compiling itertools v0.10.5
22322026-02-23T15:44:11.782Z Compiling winnow v0.6.26
22332026-02-23T15:44:13.970Z Compiling lalrpop-util v0.19.12
22342026-02-23T15:44:14.349Z Compiling peg-runtime v0.8.5
22352026-02-23T15:44:15.106Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22362026-02-23T15:44:18.105Z Compiling typify-macro v0.4.3
22372026-02-23T15:44:25.520Z Compiling rayon-core v1.12.1
22382026-02-23T15:44:32.715Z Compiling proc-macro-crate v1.3.1
22392026-02-23T15:44:33.883Z Compiling macaddr v1.0.1
22402026-02-23T15:44:34.338Z Compiling structmeta-derive v0.3.0
22412026-02-23T15:44:35.937Z Compiling itertools v0.14.0
22422026-02-23T15:44:36.430Z Compiling heapless v0.8.0
22432026-02-23T15:44:38.767Z Compiling ingot-macros v0.1.1
22442026-02-23T15:44:40.056Z Compiling structmeta v0.3.0
22452026-02-23T15:44:41.669Z Compiling num_enum_derive v0.5.11
22462026-02-23T15:44:42.744Z Compiling crossbeam-deque v0.8.5
22472026-02-23T15:44:44.626Z Compiling hash32 v0.3.1
22482026-02-23T15:44:46.827Z Compiling unicode-width v0.1.14
22492026-02-23T15:44:47.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502026-02-23T15:44:48.683Z Compiling smoltcp v0.11.0
22512026-02-23T15:44:49.298Z Compiling tabwriter v1.4.0
22522026-02-23T15:44:50.027Z Compiling ingot-types v0.1.2
22532026-02-23T15:44:51.209Z Compiling num_enum v0.5.11
22542026-02-23T15:44:58.225Z Compiling typify v0.4.3
22552026-02-23T15:45:02.663Z Compiling proc-macro-error-attr v1.0.4
22562026-02-23T15:45:02.870Z Compiling cobs v0.2.3
22572026-02-23T15:45:05.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22582026-02-23T15:45:05.434Z Compiling unsafe-libyaml v0.2.11
22592026-02-23T15:45:05.656Z Compiling rustls v0.22.4
22602026-02-23T15:45:06.909Z Compiling serde_yaml v0.9.34+deprecated
22612026-02-23T15:45:17.273Z Compiling postcard v1.0.10
22622026-02-23T15:45:20.926Z Compiling progenitor-impl v0.11.2
22632026-02-23T15:45:23.719Z Compiling ingot v0.1.1
22642026-02-23T15:45:31.397Z Compiling futures-executor v0.3.31
22652026-02-23T15:45:31.534Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22662026-02-23T15:45:31.576Z Compiling foreign-types-macros v0.2.3
22672026-02-23T15:45:31.990Z Compiling thread_local v1.1.8
22682026-02-23T15:45:32.177Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-02-23T15:45:32.310Z Compiling proc-macro-error v1.0.4
22702026-02-23T15:45:32.538Z Compiling multer v3.1.0
22712026-02-23T15:45:32.584Z Compiling foreign-types-shared v0.3.1
22722026-02-23T15:45:32.668Z Compiling match_cfg v0.1.0
22732026-02-23T15:45:32.744Z Compiling slog-async v2.8.0
22742026-02-23T15:45:32.837Z Compiling foreign-types v0.5.0
22752026-02-23T15:45:32.981Z Compiling hostname v0.3.1
22762026-02-23T15:45:33.176Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22772026-02-23T15:45:33.270Z Compiling futures v0.3.31
22782026-02-23T15:45:33.288Z Compiling progenitor-macro v0.11.2
22792026-02-23T15:45:34.470Z Compiling derive-ex v0.1.8
22802026-02-23T15:45:37.150Z Compiling progenitor-client v0.11.2
22812026-02-23T15:45:38.125Z Compiling toml_parser v1.0.6+spec-1.1.0
22822026-02-23T15:45:38.148Z Compiling slog-json v2.6.1
22832026-02-23T15:45:38.627Z Compiling crossbeam-channel v0.5.15
22842026-02-23T15:45:40.145Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-02-23T15:45:40.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-02-23T15:45:41.372Z Compiling async-stream-impl v0.3.6
22872026-02-23T15:45:41.735Z Compiling toml_datetime v0.7.5+spec-1.1.0
22882026-02-23T15:45:41.845Z Compiling serde_spanned v1.0.4
22892026-02-23T15:45:42.124Z Compiling cstr-argument v0.1.2
22902026-02-23T15:45:42.440Z Compiling is-terminal v0.4.13
22912026-02-23T15:45:42.506Z Compiling dropshot v0.16.7
22922026-02-23T15:45:42.603Z Compiling toml_writer v1.0.6+spec-1.1.0
22932026-02-23T15:45:42.626Z Compiling take_mut v0.2.2
22942026-02-23T15:45:42.829Z Compiling pretty-hex v0.2.1
22952026-02-23T15:45:42.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22962026-02-23T15:45:43.109Z Compiling term v1.1.0
22972026-02-23T15:45:43.130Z Compiling typeid v1.0.3
22982026-02-23T15:45:43.256Z Compiling crucible-workspace-hack v0.1.0
22992026-02-23T15:45:43.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23002026-02-23T15:45:43.717Z Compiling slog-term v2.9.2
23012026-02-23T15:45:43.956Z Compiling progenitor v0.11.2
23022026-02-23T15:45:44.178Z Compiling toml v0.9.11+spec-1.1.0
23032026-02-23T15:45:45.320Z Compiling async-stream v0.3.6
23042026-02-23T15:45:45.674Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23052026-02-23T15:45:46.814Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062026-02-23T15:45:47.029Z Compiling tokio-rustls v0.25.0
23072026-02-23T15:45:47.032Z Compiling slog-bunyan v2.5.0
23082026-02-23T15:45:47.206Z Compiling test-strategy v0.4.3
23092026-02-23T15:45:48.089Z Compiling rayon v1.10.0
23102026-02-23T15:45:48.363Z Compiling parse-display-derive v0.10.0
23112026-02-23T15:45:50.075Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23122026-02-23T15:45:50.253Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23132026-02-23T15:45:50.352Z Compiling colored v2.2.0
23142026-02-23T15:45:51.653Z Compiling nix v0.30.1
23152026-02-23T15:45:51.724Z Compiling waitgroup v0.1.2
23162026-02-23T15:45:51.997Z Compiling rustls-pemfile v2.2.0
23172026-02-23T15:45:52.440Z Compiling newtype-uuid-macros v0.1.0
23182026-02-23T15:45:52.507Z Compiling dropshot_endpoint v0.16.7
23192026-02-23T15:45:52.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202026-02-23T15:45:52.870Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-02-23T15:45:53.330Z Compiling serde_path_to_error v0.1.20
23222026-02-23T15:45:53.352Z Compiling hostname v0.4.2
23232026-02-23T15:45:53.435Z Compiling instant v0.1.13
23242026-02-23T15:45:53.541Z Compiling colored v3.0.0
23252026-02-23T15:45:53.632Z Compiling debug-ignore v1.0.5
23262026-02-23T15:45:53.655Z Compiling backoff v0.4.0
23272026-02-23T15:45:53.834Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-02-23T15:45:54.001Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23292026-02-23T15:45:54.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23302026-02-23T15:45:54.241Z Compiling parse-display v0.10.0
23312026-02-23T15:45:54.814Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23322026-02-23T15:45:56.117Z Compiling zone_cfg_derive v0.3.0
23332026-02-23T15:45:57.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-02-23T15:45:58.138Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-02-23T15:45:58.444Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-02-23T15:45:58.482Z Compiling camino-tempfile v1.4.1
23372026-02-23T15:45:59.284Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-02-23T15:45:59.583Z Compiling progenitor-client v0.10.0
23392026-02-23T15:46:00.530Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23402026-02-23T15:46:02.655Z Compiling secrecy v0.10.3
23412026-02-23T15:46:02.918Z Compiling num-derive v0.4.2
23422026-02-23T15:46:02.975Z Compiling sigpipe v0.1.3
23432026-02-23T15:46:03.135Z Compiling libefi-sys v0.1.0
23442026-02-23T15:46:03.487Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-02-23T15:46:03.881Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-02-23T15:46:03.950Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-02-23T15:46:04.167Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23482026-02-23T15:46:05.060Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-02-23T15:46:05.375Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23502026-02-23T15:46:06.556Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-02-23T15:46:07.951Z Compiling erased-serde v0.4.6
23522026-02-23T15:46:08.338Z Compiling zone v0.3.1
23532026-02-23T15:46:09.480Z Compiling usdt-macro v0.5.0
23542026-02-23T15:46:09.627Z Compiling usdt-attr-macro v0.5.0
23552026-02-23T15:46:10.840Z Compiling smf v0.2.3
23562026-02-23T15:46:11.118Z Compiling bitfield-struct v0.6.2
23572026-02-23T15:46:11.879Z Compiling ordered-float v2.10.1
23582026-02-23T15:46:12.451Z Compiling blake3 v1.5.4
23592026-02-23T15:46:12.554Z Compiling memmap v0.7.0
23602026-02-23T15:46:12.629Z Compiling serde-value v0.7.0
23612026-02-23T15:46:13.003Z Compiling usdt v0.5.0
23622026-02-23T15:46:13.359Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-02-23T15:46:13.380Z Compiling serde-untagged v0.1.7
23642026-02-23T15:46:14.113Z Compiling toml v0.8.23
23652026-02-23T15:46:14.142Z Compiling xattr v1.3.1
23662026-02-23T15:46:14.168Z Compiling filetime v0.2.26
23672026-02-23T15:46:14.217Z Compiling constant_time_eq v0.3.1
23682026-02-23T15:46:14.332Z Compiling unicode-xid v0.2.6
23692026-02-23T15:46:14.440Z Compiling unicode-width v0.2.0
23702026-02-23T15:46:14.472Z Compiling arrayvec v0.7.6
23712026-02-23T15:46:14.532Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-02-23T15:46:14.593Z Compiling same-file v1.0.6
23732026-02-23T15:46:14.671Z Compiling arrayref v0.3.9
23742026-02-23T15:46:14.807Z Compiling walkdir v2.5.0
23752026-02-23T15:46:14.909Z Compiling console v0.16.0
23762026-02-23T15:46:15.060Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23772026-02-23T15:46:16.442Z Compiling cargo-util-schemas v0.8.2
23782026-02-23T15:46:16.543Z Compiling tar v0.4.44
23792026-02-23T15:46:17.261Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-02-23T15:46:17.463Z Compiling tokio-dtrace v0.1.0
23812026-02-23T15:46:17.703Z Compiling gethostname v0.5.0
23822026-02-23T15:46:17.947Z Compiling cargo-platform v0.2.0
23832026-02-23T15:46:18.018Z Compiling unit-prefix v0.5.1
23842026-02-23T15:46:18.308Z Compiling topological-sort v0.2.2
23852026-02-23T15:46:18.637Z Compiling omicron-zone-package v0.12.2
23862026-02-23T15:46:19.139Z Compiling indicatif v0.18.0
23872026-02-23T15:46:19.544Z Compiling cargo_metadata v0.21.0
23882026-02-23T15:46:22.092Z Compiling oxide-tokio-rt v0.1.2
23892026-02-23T15:46:22.572Z Compiling indent_write v2.2.0
23902026-02-23T15:46:22.719Z Compiling shell-words v1.1.0
23912026-02-23T15:46:22.859Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-02-23T15:46:27.757Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-02-23T15:46:29.844Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-02-23T15:46:32.229Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-02-23T15:46:51.139Z Finished `release` profile [optimized] target(s) in 5m 48s
23962026-02-23T15:46:51.325Z Running `target/release/omicron-package -t test target create -p dev`
23972026-02-23T15:46:51.381ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-02-23T15:46:51.385ZCreated new build target 'test' and set it as active
23992026-02-23T15:46:51.385Z
24002026-02-23T15:46:51.385Zreal 5:49.283758532
24012026-02-23T15:46:51.385Zuser 40:19.606895604
24022026-02-23T15:46:51.385Zsys 4:01.496362218
24032026-02-23T15:46:51.385Ztrap 1.241654757
24042026-02-23T15:46:51.385Ztflt 2.311191722
24052026-02-23T15:46:51.385Zdflt 1.265254971
24062026-02-23T15:46:51.385Zkflt 0.000177731
24072026-02-23T15:46:51.386Zlock 1:54:13.043908821
24082026-02-23T15:46:51.386Zslp 2:42:58.874679738
24092026-02-23T15:46:51.386Zlat 3:19.468190939
24102026-02-23T15:46:51.386Zstop 5:46.188068066
24112026-02-23T15:46:51.386Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-02-23T15:46:52.632Z Finished `release` profile [optimized] target(s) in 1.18s
24132026-02-23T15:46:52.695Z Running `target/release/omicron-package -t test package`
24142026-02-23T15:46:52.746ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-02-23T15:46:54.668Z Compiling convert_case v0.4.0
24162026-02-23T15:46:54.668Z Compiling progenitor-impl v0.10.0
24172026-02-23T15:46:54.671Z Compiling half v2.4.1
24182026-02-23T15:46:54.671Z Compiling ciborium-io v0.2.2
24192026-02-23T15:46:54.671Z Compiling is-terminal v0.4.13
24202026-02-23T15:46:54.934Z Compiling rustls v0.22.4
24212026-02-23T15:46:54.958Z Compiling thread_local v1.1.8
24222026-02-23T15:46:55.078Z Compiling match_cfg v0.1.0
24232026-02-23T15:46:55.148Z Compiling bytecount v0.6.8
24242026-02-23T15:46:55.234Z Compiling hostname v0.3.1
24252026-02-23T15:46:55.404Z Compiling multer v3.1.0
24262026-02-23T15:46:55.457Z Compiling derive_more v0.99.20
24272026-02-23T15:46:55.494Z Compiling ciborium-ll v0.2.2
24282026-02-23T15:46:55.497Z Compiling slog-async v2.8.0
24292026-02-23T15:46:55.497Z Compiling password-hash v0.5.0
24302026-02-23T15:46:55.577Z Compiling blake2 v0.10.6
24312026-02-23T15:46:55.608Z Compiling progenitor-client v0.11.2
24322026-02-23T15:46:56.011Z Compiling ciborium v0.2.2
24332026-02-23T15:46:56.150Z Compiling crossbeam-channel v0.5.15
24342026-02-23T15:46:56.705Z Compiling toml_parser v1.0.6+spec-1.1.0
24352026-02-23T15:46:57.124Z Compiling slog-json v2.6.1
24362026-02-23T15:46:57.509Z Compiling futures-executor v0.3.31
24372026-02-23T15:46:57.670Z Compiling serde_spanned v1.0.4
24382026-02-23T15:46:57.960Z Compiling toml_datetime v0.7.5+spec-1.1.0
24392026-02-23T15:46:57.963Z Compiling swrite v0.1.0
24402026-02-23T15:46:58.021Z Compiling term v1.1.0
24412026-02-23T15:46:58.089Z Compiling take_mut v0.2.2
24422026-02-23T15:46:58.155Z Compiling unicode-width v0.1.14
24432026-02-23T15:46:58.296Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-02-23T15:46:58.596Z Compiling slog-term v2.9.2
24452026-02-23T15:46:58.733Z Compiling toml v0.9.11+spec-1.1.0
24462026-02-23T15:46:58.764Z Compiling tabwriter v1.4.0
24472026-02-23T15:46:59.188Z Compiling futures v0.3.31
24482026-02-23T15:46:59.343Z Compiling slog-bunyan v2.5.0
24492026-02-23T15:46:59.602Z Compiling tokio-rustls v0.25.0
24502026-02-23T15:46:59.770Z Compiling argon2 v0.5.3
24512026-02-23T15:46:59.984Z Compiling progenitor v0.11.2
24522026-02-23T15:47:00.176Z Compiling progenitor-macro v0.10.0
24532026-02-23T15:47:00.241Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24542026-02-23T15:47:00.851Z Compiling dropshot v0.16.7
24552026-02-23T15:47:00.883Z Compiling async-stream v0.3.6
24562026-02-23T15:47:00.954Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24572026-02-23T15:47:01.199Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24582026-02-23T15:47:01.246Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24592026-02-23T15:47:01.556Z Compiling universal-hash v0.5.1
24602026-02-23T15:47:01.850Z Compiling waitgroup v0.1.2
24612026-02-23T15:47:01.933Z Compiling rustls-pemfile v2.2.0
24622026-02-23T15:47:02.101Z Compiling thiserror-impl-no-std v2.0.2
24632026-02-23T15:47:02.154Z Compiling serde_path_to_error v0.1.20
24642026-02-23T15:47:02.283Z Compiling hostname v0.4.2
24652026-02-23T15:47:02.319Z Compiling instant v0.1.13
24662026-02-23T15:47:02.517Z Compiling debug-ignore v1.0.5
24672026-02-23T15:47:02.559Z Compiling opaque-debug v0.3.1
24682026-02-23T15:47:02.724Z Compiling colored v3.0.0
24692026-02-23T15:47:02.756Z Compiling poly1305 v0.8.0
24702026-02-23T15:47:03.420Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24712026-02-23T15:47:03.651Z Compiling backoff v0.4.0
24722026-02-23T15:47:04.049Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24732026-02-23T15:47:04.116Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24742026-02-23T15:47:04.149Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24752026-02-23T15:47:04.491Z Compiling thiserror-no-std v2.0.2
24762026-02-23T15:47:04.663Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24772026-02-23T15:47:04.803Z Compiling parse-display v0.10.0
24782026-02-23T15:47:05.246Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24792026-02-23T15:47:05.345Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802026-02-23T15:47:05.478Z Compiling chacha20 v0.9.1
24812026-02-23T15:47:06.026Z Compiling progenitor-client v0.10.0
24822026-02-23T15:47:06.572Z Compiling aead v0.5.2
24832026-02-23T15:47:06.742Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24842026-02-23T15:47:06.957Z Compiling macaddr v1.0.1
24852026-02-23T15:47:07.423Z Compiling derive-where v1.5.0
24862026-02-23T15:47:07.502Z Compiling chacha20poly1305 v0.10.1
24872026-02-23T15:47:07.791Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24882026-02-23T15:47:08.654Z Compiling vsss-rs v3.3.4
24892026-02-23T15:47:10.193Z Compiling num-rational v0.4.2
24902026-02-23T15:47:10.949Z Compiling progenitor v0.10.0
24912026-02-23T15:47:12.395Z Compiling num-complex v0.4.6
24922026-02-23T15:47:12.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24932026-02-23T15:47:13.610Z Compiling num v0.4.3
24942026-02-23T15:47:13.748Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24952026-02-23T15:47:13.839Z Compiling console v0.15.10
24962026-02-23T15:47:14.412Z Compiling float-ord v0.3.2
24972026-02-23T15:47:14.879Z Compiling toml v0.8.23
24982026-02-23T15:47:15.624Z Compiling newline-converter v0.3.0
24992026-02-23T15:47:15.885Z Compiling atomicwrites v0.4.4
25002026-02-23T15:47:16.198Z Compiling prettyplease v0.2.36
25012026-02-23T15:47:16.247Z Compiling slog-dtrace v0.3.0
25022026-02-23T15:47:16.583Z Compiling expectorate v1.2.0
25032026-02-23T15:47:16.737Z Compiling async-recursion v1.1.1
25042026-02-23T15:47:16.977Z Compiling owo-colors v4.2.3
25052026-02-23T15:47:17.608Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-02-23T15:47:17.965Z Compiling cancel-safe-futures v0.1.5
25072026-02-23T15:47:18.447Z Compiling resolv-conf v0.7.0
25082026-02-23T15:47:19.417Z Compiling libsw-core v0.3.1
25092026-02-23T15:47:19.710Z Compiling libsw v3.5.0
25102026-02-23T15:47:20.078Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-02-23T15:47:20.376Z Compiling linear-map v1.2.0
25122026-02-23T15:47:20.481Z Compiling linked-hash-map v0.5.6
25132026-02-23T15:47:20.834Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25142026-02-23T15:47:20.952Z Compiling lru-cache v0.1.2
25152026-02-23T15:47:21.240Z Compiling unicode-xid v0.2.6
25162026-02-23T15:47:21.484Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25172026-02-23T15:47:22.548Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-02-23T15:47:24.387Z Compiling globset v0.4.15
25192026-02-23T15:47:29.774Z Compiling hickory-proto v0.24.4
25202026-02-23T15:47:31.316Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25212026-02-23T15:47:31.734Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25222026-02-23T15:47:32.573Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-02-23T15:47:36.104Z Compiling hickory-resolver v0.24.4
25242026-02-23T15:47:36.533Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25252026-02-23T15:47:36.812Z Compiling convert_case v0.7.1
25262026-02-23T15:47:37.534Z Compiling derive_more-impl v2.0.1
25272026-02-23T15:47:39.223Z Compiling qorb v0.4.1
25282026-02-23T15:47:44.073Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25292026-02-23T15:47:44.525Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25302026-02-23T15:47:49.619Z Compiling pin-project-internal v1.1.6
25312026-02-23T15:47:50.100Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-02-23T15:47:50.707Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-02-23T15:47:51.069Z Compiling derive_more v2.0.1
25342026-02-23T15:47:51.254Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-02-23T15:47:51.713Z Compiling pem v3.0.5
25362026-02-23T15:47:52.082Z Compiling pin-project v1.1.6
25372026-02-23T15:47:52.289Z Compiling snafu-derive v0.8.5
25382026-02-23T15:47:53.045Z Compiling vte_generate_state_changes v0.1.2
25392026-02-23T15:47:53.112Z Compiling siphasher v1.0.1
25402026-02-23T15:47:53.178Z Compiling termtree v0.5.1
25412026-02-23T15:47:53.528Z Compiling phf_shared v0.12.1
25422026-02-23T15:47:53.560Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-02-23T15:47:53.691Z Compiling vte v0.11.1
25442026-02-23T15:47:54.037Z Compiling crossterm v0.29.0
25452026-02-23T15:47:55.263Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-02-23T15:47:56.310Z Compiling snafu v0.8.5
25472026-02-23T15:47:57.518Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25482026-02-23T15:47:59.234Z Compiling olpc-cjson v0.1.4
25492026-02-23T15:47:59.638Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25502026-02-23T15:47:59.836Z Compiling csv-core v0.1.11
25512026-02-23T15:48:00.694Z Compiling serde_plain v1.0.2
25522026-02-23T15:48:00.721Z Compiling chrono-tz v0.10.4
25532026-02-23T15:48:01.096Z Compiling highway v1.3.0
25542026-02-23T15:48:01.274Z Compiling typed-path v0.9.3
25552026-02-23T15:48:01.495Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-02-23T15:48:01.976Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25572026-02-23T15:48:02.697Z Compiling csv v1.3.1
25582026-02-23T15:48:02.887Z Compiling strip-ansi-escapes v0.2.0
25592026-02-23T15:48:03.698Z Compiling phf v0.12.1
25602026-02-23T15:48:04.085Z Compiling tough v0.20.0
25612026-02-23T15:48:04.396Z Compiling const_format_proc_macros v0.2.34
25622026-02-23T15:48:04.866Z Compiling papergrid v0.11.0
25632026-02-23T15:48:06.185Z Compiling tabled_derive v0.7.0
25642026-02-23T15:48:08.063Z Compiling fd-lock v4.0.2
25652026-02-23T15:48:08.185Z Compiling peg-macros v0.8.5
25662026-02-23T15:48:08.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672026-02-23T15:48:09.365Z Compiling nu-ansi-term v0.50.1
25682026-02-23T15:48:09.465Z Compiling tabled v0.15.0
25692026-02-23T15:48:10.543Z Compiling reedline v0.40.0
25702026-02-23T15:48:10.786Z Compiling const_format v0.2.34
25712026-02-23T15:48:11.168Z Compiling peg v0.8.5
25722026-02-23T15:48:11.923Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25732026-02-23T15:48:16.279Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25742026-02-23T15:48:17.453Z Compiling bcs v0.1.6
25752026-02-23T15:48:18.301Z Compiling base64 v0.21.7
25762026-02-23T15:48:19.448Z Compiling semver v0.1.20
25772026-02-23T15:48:19.658Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25782026-02-23T15:48:20.019Z Compiling rustc_version v0.1.7
25792026-02-23T15:48:20.073Z Compiling unicode-linebreak v0.1.5
25802026-02-23T15:48:20.459Z Compiling newtype_derive v0.1.6
25812026-02-23T15:48:20.689Z Compiling humantime v2.2.0
25822026-02-23T15:48:20.865Z Compiling smawk v0.3.2
25832026-02-23T15:48:21.197Z Compiling textwrap v0.16.2
25842026-02-23T15:48:21.630Z Compiling dropshot-api-manager-types v0.3.0
25852026-02-23T15:48:23.884Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25862026-02-23T15:48:24.815Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25872026-02-23T15:48:24.853Z Compiling steno v0.4.1
25882026-02-23T15:48:26.530Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-02-23T15:48:28.735Z Compiling utf-8 v0.7.6
25902026-02-23T15:48:29.149Z Compiling moka v0.12.10
25912026-02-23T15:48:29.581Z Compiling tagptr v0.2.0
25922026-02-23T15:48:33.210Z Compiling hickory-resolver v0.25.2
25932026-02-23T15:48:35.066Z Compiling tungstenite v0.21.0
25942026-02-23T15:48:35.811Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25952026-02-23T15:48:35.960Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-02-23T15:48:36.066Z Compiling radium v0.7.0
25972026-02-23T15:48:36.591Z Compiling tokio-tungstenite v0.21.0
25982026-02-23T15:48:37.338Z Compiling maybe-uninit v2.0.0
25992026-02-23T15:48:37.899Z Compiling tap v1.0.1
26002026-02-23T15:48:38.154Z Compiling wyz v0.5.1
26012026-02-23T15:48:39.332Z Compiling zerocopy-derive v0.6.6
26022026-02-23T15:48:39.975Z Compiling proc-macro-error-attr2 v2.0.0
26032026-02-23T15:48:40.772Z Compiling crc-catalog v2.4.0
26042026-02-23T15:48:40.986Z Compiling display-error-chain v0.2.2
26052026-02-23T15:48:41.064Z Compiling packed_struct v0.10.1
26062026-02-23T15:48:41.300Z Compiling funty v2.0.0
26072026-02-23T15:48:41.615Z Compiling zerocopy v0.6.6
26082026-02-23T15:48:42.521Z Compiling bitvec v1.0.1
26092026-02-23T15:48:43.733Z Compiling crc v3.2.1
26102026-02-23T15:48:44.717Z Compiling proc-macro-error2 v2.0.1
26112026-02-23T15:48:45.432Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26122026-02-23T15:48:45.966Z Compiling packed_struct_codegen v0.10.1
26132026-02-23T15:48:46.999Z Compiling bitfield-macros v0.19.2
26142026-02-23T15:48:47.829Z Compiling indexmap v1.9.3
26152026-02-23T15:48:48.240Z Compiling nodrop v0.1.14
26162026-02-23T15:48:48.422Z Compiling array-init v0.0.4
26172026-02-23T15:48:48.488Z Compiling bitfield v0.19.2
26182026-02-23T15:48:48.742Z Compiling smallvec v0.6.14
26192026-02-23T15:48:48.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26202026-02-23T15:48:49.255Z Compiling num-derive v0.3.3
26212026-02-23T15:48:49.569Z Compiling hashbrown v0.12.3
26222026-02-23T15:48:50.867Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26232026-02-23T15:48:51.284Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-02-23T15:48:52.459Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26252026-02-23T15:48:53.887Z Compiling libscf-sys v1.1.0
26262026-02-23T15:48:54.902Z Compiling serde-hex v0.1.0
26272026-02-23T15:48:55.211Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-02-23T15:48:55.537Z Compiling ron v0.8.1
26292026-02-23T15:48:55.609Z Compiling hashbrown v0.13.2
26302026-02-23T15:48:56.903Z Compiling vergen-gitcl v1.0.8
26312026-02-23T15:48:57.300Z Compiling dirs-sys-next v0.1.2
26322026-02-23T15:48:57.820Z Compiling crunchy v0.2.2
26332026-02-23T15:48:58.329Z Compiling maplit v1.0.2
26342026-02-23T15:48:58.510Z Compiling crc-any v2.5.0
26352026-02-23T15:48:59.475Z Compiling dirs-next v2.0.0
26362026-02-23T15:48:59.774Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-02-23T15:49:00.123Z Compiling object v0.30.4
26382026-02-23T15:49:00.984Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-02-23T15:49:01.152Z Compiling dsl_auto_type v0.1.2
26402026-02-23T15:49:02.418Z Compiling scheduled-thread-pool v0.2.7
26412026-02-23T15:49:02.519Z Compiling diesel_table_macro_syntax v0.2.0
26422026-02-23T15:49:02.948Z Compiling tiny-keccak v2.0.2
26432026-02-23T15:49:03.336Z Compiling path-slash v0.1.5
26442026-02-23T15:49:03.636Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26452026-02-23T15:49:03.738Z Compiling diesel_derives v2.2.3
26462026-02-23T15:49:12.266Z Compiling r2d2 v0.8.10
26472026-02-23T15:49:12.811Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26482026-02-23T15:49:14.506Z Compiling term v0.7.0
26492026-02-23T15:49:15.769Z Compiling tabled_derive v0.11.0
26502026-02-23T15:49:17.458Z Compiling papergrid v0.17.0
26512026-02-23T15:49:18.224Z Compiling testing_table v0.3.0
26522026-02-23T15:49:19.003Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26532026-02-23T15:49:21.845Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26542026-02-23T15:49:22.259Z Compiling arc-swap v1.7.1
26552026-02-23T15:49:22.330Z Compiling bit-vec v0.6.3
26562026-02-23T15:49:22.818Z Compiling xshell-macros v0.2.7
26572026-02-23T15:49:22.863Z Compiling slog-scope v4.4.0
26582026-02-23T15:49:22.968Z Compiling bit-set v0.5.3
26592026-02-23T15:49:23.478Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26602026-02-23T15:49:23.557Z Compiling xshell v0.2.7
26612026-02-23T15:49:23.655Z Compiling tabled v0.20.0
26622026-02-23T15:49:26.885Z Compiling ascii-canvas v3.0.0
26632026-02-23T15:49:27.368Z Compiling diesel v2.2.12
26642026-02-23T15:49:30.817Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-02-23T15:49:31.647Z Compiling ena v0.14.3
26662026-02-23T15:49:32.108Z Compiling diff v0.1.13
26672026-02-23T15:49:32.643Z Compiling bindgen v0.71.1
26682026-02-23T15:49:33.176Z Compiling regex-syntax v0.6.29
26692026-02-23T15:49:33.961Z Compiling unicase v2.8.1
26702026-02-23T15:49:34.589Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-02-23T15:49:36.969Z Compiling lalrpop v0.19.12
26722026-02-23T15:49:37.763Z Compiling slog-stdlog v4.1.1
26732026-02-23T15:49:38.658Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26742026-02-23T15:49:40.390Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26752026-02-23T15:49:41.441Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26762026-02-23T15:49:41.526Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26772026-02-23T15:49:41.817Z Compiling crc8 v0.1.1
26782026-02-23T15:49:41.896Z Compiling slog-envlogger v2.2.0
26792026-02-23T15:49:42.225Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26802026-02-23T15:49:43.163Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-02-23T15:49:44.430Z Compiling headers-core v0.3.0
26822026-02-23T15:49:44.674Z Compiling libxml v0.3.3
26832026-02-23T15:49:45.183Z Compiling headers v0.4.1
26842026-02-23T15:49:48.247Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-02-23T15:49:48.763Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-02-23T15:49:49.156Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-02-23T15:49:50.011Z Compiling strum_macros v0.24.3
26882026-02-23T15:49:51.018Z Compiling indoc v1.0.9
26892026-02-23T15:49:51.863Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26902026-02-23T15:49:52.912Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-02-23T15:49:53.298Z Compiling derive_builder v0.20.2
26922026-02-23T15:49:53.563Z Compiling oso-derive v0.27.3
26932026-02-23T15:49:54.148Z Compiling samael v0.0.19
26942026-02-23T15:49:54.548Z Compiling impl-trait-for-tuples v0.2.2
26952026-02-23T15:49:55.614Z Compiling quick-xml v0.37.2
26962026-02-23T15:49:57.640Z Compiling half v1.8.3
26972026-02-23T15:49:57.737Z Compiling polar-core v0.27.3
26982026-02-23T15:49:58.001Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26992026-02-23T15:49:58.549Z Compiling serde_cbor v0.11.2
27002026-02-23T15:49:59.101Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27012026-02-23T15:50:00.099Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022026-02-23T15:50:00.797Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-02-23T15:50:00.829Z Compiling diesel-dtrace v0.4.2
27042026-02-23T15:50:01.339Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27052026-02-23T15:50:12.580Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-02-23T15:50:12.977Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-02-23T15:50:15.864Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27082026-02-23T15:50:16.890Z Compiling bb8 v0.8.5
27092026-02-23T15:50:17.581Z Compiling trait-variant v0.1.2
27102026-02-23T15:50:18.647Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27112026-02-23T15:50:19.047Z Compiling async-bb8-diesel v0.2.1
27122026-02-23T15:50:19.915Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27132026-02-23T15:50:20.195Z Compiling oso v0.27.3
27142026-02-23T15:50:20.997Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-02-23T15:50:22.127Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27162026-02-23T15:50:22.701Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27172026-02-23T15:50:25.661Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27182026-02-23T15:50:25.734Z Compiling fxhash v0.2.1
27192026-02-23T15:50:26.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-02-23T15:50:26.108Z Compiling typify-impl v0.2.0
27212026-02-23T15:50:26.478Z Compiling kstat-rs v0.2.4
27222026-02-23T15:50:27.404Z Compiling libz-sys v1.1.20
27232026-02-23T15:50:28.144Z Compiling salty v0.3.0
27242026-02-23T15:50:28.621Z Compiling nonempty v0.12.0
27252026-02-23T15:50:29.240Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-02-23T15:50:33.556Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-02-23T15:50:35.116Z Compiling typify-macro v0.2.0
27282026-02-23T15:50:35.729Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-02-23T15:50:38.631Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27302026-02-23T15:50:43.521Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27312026-02-23T15:50:48.939Z Compiling nanorand v0.7.0
27322026-02-23T15:50:49.649Z Compiling fs-err v2.11.0
27332026-02-23T15:50:50.074Z Compiling parking_lot_core v0.8.6
27342026-02-23T15:50:50.860Z Compiling flume v0.11.1
27352026-02-23T15:50:50.994Z Compiling mime_guess v2.0.5
27362026-02-23T15:50:51.026Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27372026-02-23T15:50:51.680Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-02-23T15:50:54.322Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-02-23T15:50:58.015Z Compiling libgit2-sys v0.18.2+1.9.1
27402026-02-23T15:50:59.630Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-02-23T15:51:10.535Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-02-23T15:51:16.385Z Compiling tabled_derive v0.10.0
27432026-02-23T15:51:18.574Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-02-23T15:51:22.551Z Compiling ignore v0.4.23
27452026-02-23T15:51:22.634Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-02-23T15:51:24.370Z Compiling papergrid v0.14.0
27472026-02-23T15:51:25.237Z Compiling primeorder v0.13.6
27482026-02-23T15:51:25.312Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27492026-02-23T15:51:25.861Z Compiling castaway v0.2.3
27502026-02-23T15:51:26.109Z Compiling nibble_vec v0.1.0
27512026-02-23T15:51:26.393Z Compiling atty v0.2.14
27522026-02-23T15:51:26.613Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27532026-02-23T15:51:27.010Z Compiling endian-type v0.1.2
27542026-02-23T15:51:27.319Z Compiling parse-size v1.1.0
27552026-02-23T15:51:27.696Z Compiling http-range v0.1.5
27562026-02-23T15:51:28.307Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-02-23T15:51:28.337Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-02-23T15:51:28.700Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27592026-02-23T15:51:30.360Z Compiling radix_trie v0.2.1
27602026-02-23T15:51:31.369Z Compiling tabled v0.18.0
27612026-02-23T15:51:33.399Z Compiling compact_str v0.8.0
27622026-02-23T15:51:34.379Z Compiling p384 v0.13.1
27632026-02-23T15:51:35.796Z Compiling globwalk v0.9.1
27642026-02-23T15:51:36.777Z Compiling parking_lot v0.11.2
27652026-02-23T15:51:38.680Z Compiling typify v0.2.0
27662026-02-23T15:51:38.737Z Compiling predicates-tree v1.0.12
27672026-02-23T15:51:38.880Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-02-23T15:51:38.934Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-02-23T15:51:39.610Z Compiling unicode-truncate v1.1.0
27702026-02-23T15:51:39.950Z Compiling prefix-trie v0.7.0
27712026-02-23T15:51:40.902Z Compiling lru v0.12.5
27722026-02-23T15:51:41.310Z Compiling vergen-git2 v1.0.7
27732026-02-23T15:51:41.725Z Compiling instability v0.3.2
27742026-02-23T15:51:42.650Z Compiling cassowary v0.3.0
27752026-02-23T15:51:43.215Z Compiling indoc v2.0.6
27762026-02-23T15:51:44.086Z Compiling ratatui v0.29.0
27772026-02-23T15:51:46.083Z Compiling hickory-server v0.25.2
27782026-02-23T15:51:46.139Z Compiling camino-tempfile-ext v0.3.2
27792026-02-23T15:51:47.505Z Compiling progenitor-impl v0.8.0
27802026-02-23T15:51:49.161Z Compiling git2 v0.20.2
27812026-02-23T15:51:50.330Z Compiling hyper-staticfile v0.10.1
27822026-02-23T15:51:52.864Z Compiling sled v0.34.7
27832026-02-23T15:51:57.268Z Compiling hickory-client v0.25.2
27842026-02-23T15:51:58.527Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-02-23T15:51:58.794Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-02-23T15:51:59.168Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-02-23T15:51:59.803Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-02-23T15:52:00.749Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-02-23T15:52:03.248Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27902026-02-23T15:52:05.026Z Compiling rand_seeder v0.4.0
27912026-02-23T15:52:05.893Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-02-23T15:52:07.225Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27932026-02-23T15:52:07.515Z Compiling lzma-sys v0.1.20
27942026-02-23T15:52:07.655Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-02-23T15:52:08.068Z Compiling rustls v0.21.12
27962026-02-23T15:52:08.279Z Compiling corncobs v0.1.4
27972026-02-23T15:52:08.544Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-02-23T15:52:08.673Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-02-23T15:52:08.712Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-02-23T15:52:08.998Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-02-23T15:52:10.012Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28022026-02-23T15:52:10.063Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-02-23T15:52:22.239Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-02-23T15:52:22.725Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-02-23T15:52:27.761Z Compiling progenitor-macro v0.8.0
28062026-02-23T15:52:35.652Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-02-23T15:52:40.829Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-02-23T15:52:41.470Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28092026-02-23T15:52:42.922Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-02-23T15:52:43.319Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-02-23T15:52:43.719Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-02-23T15:52:44.119Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-02-23T15:52:47.828Z Compiling progenitor-client v0.8.0
28142026-02-23T15:52:48.765Z Compiling sct v0.7.1
28152026-02-23T15:52:49.251Z Compiling rustls-webpki v0.101.7
28162026-02-23T15:52:49.937Z Compiling heck v0.3.3
28172026-02-23T15:52:50.318Z Compiling secrecy v0.8.0
28182026-02-23T15:52:50.664Z Compiling void v1.0.2
28192026-02-23T15:52:50.893Z Compiling lzss v0.8.2
28202026-02-23T15:52:52.751Z Compiling zone_cfg_derive v0.1.2
28212026-02-23T15:52:54.063Z Compiling progenitor v0.8.0
28222026-02-23T15:52:54.363Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28232026-02-23T15:52:56.081Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-02-23T15:53:00.933Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28252026-02-23T15:53:02.340Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-02-23T15:53:04.345Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28272026-02-23T15:53:05.869Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-02-23T15:53:06.469Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-02-23T15:53:15.171Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-02-23T15:53:15.574Z Compiling tungstenite v0.23.0
28312026-02-23T15:53:16.966Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-02-23T15:53:17.371Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-02-23T15:53:17.778Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-02-23T15:53:18.170Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-02-23T15:53:18.358Z Compiling nix v0.27.1
28362026-02-23T15:53:18.562Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28372026-02-23T15:53:19.281Z Compiling serde_bytes v0.11.19
28382026-02-23T15:53:19.855Z Compiling number_prefix v0.4.0
28392026-02-23T15:53:20.181Z Compiling base64 v0.13.1
28402026-02-23T15:53:20.259Z Compiling indicatif v0.17.11
28412026-02-23T15:53:20.971Z Compiling ron v0.7.1
28422026-02-23T15:53:21.004Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-02-23T15:53:21.087Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28442026-02-23T15:53:22.033Z Compiling tokio-tungstenite v0.23.1
28452026-02-23T15:53:22.683Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28462026-02-23T15:53:25.953Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-02-23T15:53:26.673Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28482026-02-23T15:53:27.164Z Compiling xz2 v0.1.7
28492026-02-23T15:53:27.838Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-02-23T15:53:37.056Z Compiling tokio-rustls v0.24.1
28512026-02-23T15:53:37.617Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28522026-02-23T15:53:38.925Z Compiling zone v0.1.8
28532026-02-23T15:53:42.375Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-02-23T15:53:42.783Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-02-23T15:53:53.568Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28562026-02-23T15:53:56.530Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-02-23T15:54:09.260Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-02-23T15:54:09.902Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-02-23T15:54:11.836Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-02-23T15:54:13.112Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-02-23T15:54:22.878Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-02-23T15:54:25.909Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-02-23T15:54:26.684Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-02-23T15:54:30.181Z Compiling rustls-pemfile v1.0.4
28652026-02-23T15:54:30.965Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-02-23T15:54:34.036Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-02-23T15:54:35.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-02-23T15:54:35.592Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-02-23T15:54:35.685Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-02-23T15:54:37.329Z Compiling signal-hook-tokio v0.3.1
28712026-02-23T15:54:37.621Z Compiling twox-hash v2.1.0
28722026-02-23T15:54:38.653Z Compiling yasna v0.5.2
28732026-02-23T15:54:41.680Z Compiling is_ci v1.2.0
28742026-02-23T15:54:41.889Z Compiling rcgen v0.12.1
28752026-02-23T15:54:42.035Z Compiling supports-color v3.0.2
28762026-02-23T15:54:42.404Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-02-23T15:54:42.548Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-02-23T15:54:53.309Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-02-23T15:54:54.961Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-02-23T15:55:01.948Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28812026-02-23T15:55:23.912Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28822026-02-23T15:55:33.215Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-02-23T15:55:33.988Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-02-23T15:55:35.239Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-02-23T15:55:49.222Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-02-23T15:55:51.919Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-02-23T15:55:52.322Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-02-23T15:55:52.727Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-02-23T15:55:53.729Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28902026-02-23T15:55:54.058Z Compiling fatfs v0.3.6
28912026-02-23T15:55:56.926Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28922026-02-23T15:55:58.200Z Compiling rtoolbox v0.0.2
28932026-02-23T15:55:58.669Z Compiling subprocess v0.2.9
28942026-02-23T15:56:03.312Z Compiling assert_matches v1.5.0
28952026-02-23T15:56:03.480Z Compiling seq-macro v0.3.6
28962026-02-23T15:56:06.163Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-02-23T15:56:14.261Z Compiling rpassword v7.4.0
28982026-02-23T15:56:14.781Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-02-23T15:56:17.610Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002026-02-23T15:56:37.481Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29012026-02-23T15:56:37.704Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29022026-02-23T15:56:43.204Z Compiling tui-tree-widget v0.23.1
29032026-02-23T15:56:43.709Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-02-23T15:56:44.678Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-02-23T15:56:45.707Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-02-23T15:56:51.635Z Compiling uzers v0.12.1
29072026-02-23T15:56:54.280Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-02-23T15:56:54.935Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-02-23T15:57:04.832Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-02-23T15:57:18.157Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-02-23T15:57:35.914Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-02-23T15:57:36.670Z Compiling support-bundle-viewer v0.1.2
29132026-02-23T15:57:40.621Z Compiling multimap v0.10.1
29142026-02-23T15:59:50.426Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-02-23T16:00:10.188Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-02-23T16:10:53.326Z Finished `release` profile [optimized] target(s) in 24m 00s
29172026-02-23T16:11:52.564Z
29182026-02-23T16:11:52.567Zreal 25:00.882277105
29192026-02-23T16:11:52.567Zuser 2:58:11.937734042
29202026-02-23T16:11:52.567Zsys 4:47.871275646
29212026-02-23T16:11:52.567Ztrap 4.328529238
29222026-02-23T16:11:52.567Ztflt 2.373765559
29232026-02-23T16:11:52.567Zdflt 6.896675867
29242026-02-23T16:11:52.567Zkflt 0.001642037
29252026-02-23T16:11:52.567Zlock 11:58:35.292757287
29262026-02-23T16:11:52.567Zslp 8:43:40.781777350
29272026-02-23T16:11:52.567Zlat 4:46.802617463
29282026-02-23T16:11:52.567Zstop 4:33.922637236
29292026-02-23T16:11:52.567Z+ mapfile -t packages
29302026-02-23T16:11:52.568Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-02-23T16:11:53.890Z Finished `release` profile [optimized] target(s) in 1.26s
29322026-02-23T16:11:53.952Z Running `target/release/omicron-package -t test list-outputs`
29332026-02-23T16:11:54.006ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-02-23T16:11:54.009Z+ ptime -m cargo build --locked --release -p xtask
29352026-02-23T16:11:54.825Z Compiling serde_core v1.0.228
29362026-02-23T16:11:54.825Z Compiling syn v2.0.114
29372026-02-23T16:11:54.828Z Compiling serde v1.0.228
29382026-02-23T16:11:54.828Z Compiling bitflags v2.9.4
29392026-02-23T16:11:54.828Z Compiling libc v0.2.180
29402026-02-23T16:11:54.828Z Compiling serde_json v1.0.149
29412026-02-23T16:11:54.999Z Compiling num-traits v0.2.19
29422026-02-23T16:11:55.015Z Compiling smallvec v1.15.1
29432026-02-23T16:11:55.388Z Compiling hashbrown v0.16.1
29442026-02-23T16:11:55.534Z Compiling rustix v0.38.37
29452026-02-23T16:11:55.744Z Compiling usdt-impl v0.5.0
29462026-02-23T16:11:55.827Z Compiling syn v1.0.109
29472026-02-23T16:11:56.422Z Compiling percent-encoding v2.3.2
29482026-02-23T16:11:56.794Z Compiling indexmap v2.13.0
29492026-02-23T16:11:56.879Z Compiling thread-id v4.2.2
29502026-02-23T16:11:56.977Z Compiling rustix v1.1.3
29512026-02-23T16:11:57.037Z Compiling getrandom v0.3.4
29522026-02-23T16:11:57.667Z Compiling log v0.4.29
29532026-02-23T16:11:57.926Z Compiling ordered-float v2.10.1
29542026-02-23T16:11:58.081Z Compiling terminal_size v0.4.0
29552026-02-23T16:11:58.132Z Compiling form_urlencoded v1.2.2
29562026-02-23T16:11:58.727Z Compiling fs-err v3.1.1
29572026-02-23T16:11:58.898Z Compiling once_cell v1.21.3
29582026-02-23T16:11:59.111Z Compiling anyhow v1.0.99
29592026-02-23T16:11:59.384Z Compiling heck v0.4.1
29602026-02-23T16:12:00.159Z Compiling clap_builder v4.5.48
29612026-02-23T16:12:00.208Z Compiling textwrap v0.16.2
29622026-02-23T16:12:01.957Z Compiling synstructure v0.13.1
29632026-02-23T16:12:02.266Z Compiling proc-macro-error v1.0.4
29642026-02-23T16:12:02.360Z Compiling tempfile v3.24.0
29652026-02-23T16:12:03.061Z Compiling tabled_derive v0.7.0
29662026-02-23T16:12:03.163Z Compiling camino-tempfile v1.4.1
29672026-02-23T16:12:04.692Z Compiling serde_derive v1.0.228
29682026-02-23T16:12:04.692Z Compiling thiserror-impl v2.0.18
29692026-02-23T16:12:04.692Z Compiling zerofrom-derive v0.1.4
29702026-02-23T16:12:04.692Z Compiling yoke-derive v0.7.4
29712026-02-23T16:12:04.692Z Compiling zerovec-derive v0.10.3
29722026-02-23T16:12:04.814Z Compiling displaydoc v0.2.5
29732026-02-23T16:12:06.258Z Compiling thiserror-impl v1.0.69
29742026-02-23T16:12:06.980Z Compiling icu_provider_macros v1.5.0
29752026-02-23T16:12:07.020Z Compiling zerocopy-derive v0.7.35
29762026-02-23T16:12:07.456Z Compiling zerofrom v0.1.4
29772026-02-23T16:12:07.479Z Compiling thiserror v2.0.18
29782026-02-23T16:12:07.672Z Compiling pest v2.8.2
29792026-02-23T16:12:07.751Z Compiling yoke v0.7.4
29802026-02-23T16:12:08.207Z Compiling zerovec v0.10.4
29812026-02-23T16:12:08.255Z Compiling scroll_derive v0.12.0
29822026-02-23T16:12:08.759Z Compiling thiserror v1.0.69
29832026-02-23T16:12:08.853Z Compiling zerocopy v0.7.35
29842026-02-23T16:12:09.657Z Compiling scroll v0.12.0
29852026-02-23T16:12:10.259Z Compiling goblin v0.8.2
29862026-02-23T16:12:10.325Z Compiling tinystr v0.7.6
29872026-02-23T16:12:10.730Z Compiling icu_locid v1.5.0
29882026-02-23T16:12:10.735Z Compiling pest_meta v2.8.2
29892026-02-23T16:12:10.806Z Compiling icu_collections v1.5.0
29902026-02-23T16:12:12.462Z Compiling icu_provider v1.5.0
29912026-02-23T16:12:12.664Z Compiling pest_generator v2.8.2
29922026-02-23T16:12:13.591Z Compiling icu_locid_transform v1.5.0
29932026-02-23T16:12:14.239Z Compiling toml_datetime v0.6.11
29942026-02-23T16:12:14.338Z Compiling pest_derive v2.8.2
29952026-02-23T16:12:14.715Z Compiling serde_spanned v0.6.9
29962026-02-23T16:12:15.040Z Compiling toml_edit v0.22.27
29972026-02-23T16:12:15.090Z Compiling icu_properties v1.5.1
29982026-02-23T16:12:15.191Z Compiling dtrace-parser v0.2.0
29992026-02-23T16:12:16.776Z Compiling dof v0.3.0
30002026-02-23T16:12:18.248Z Compiling erased-serde v0.4.6
30012026-02-23T16:12:18.937Z Compiling serde_tokenstream v0.2.2
30022026-02-23T16:12:19.373Z Compiling icu_normalizer v1.5.0
30032026-02-23T16:12:19.551Z Compiling toml v0.8.23
30042026-02-23T16:12:21.291Z Compiling idna_adapter v1.2.0
30052026-02-23T16:12:21.583Z Compiling idna v1.0.3
30062026-02-23T16:12:24.372Z Compiling url v2.5.4
30072026-02-23T16:12:24.558Z Compiling serde-untagged v0.1.7
30082026-02-23T16:12:25.373Z Compiling serde-value v0.7.0
30092026-02-23T16:12:26.968Z Compiling cargo-util-schemas v0.8.2
30102026-02-23T16:12:29.653Z Compiling usdt-attr-macro v0.5.0
30112026-02-23T16:12:29.699Z Compiling usdt-macro v0.5.0
30122026-02-23T16:12:30.842Z Compiling cargo-platform v0.2.0
30132026-02-23T16:12:30.955Z Compiling clap_derive v4.5.47
30142026-02-23T16:12:31.019Z Compiling usdt v0.5.0
30152026-02-23T16:12:32.028Z Compiling cargo_metadata v0.21.0
30162026-02-23T16:12:32.400Z Compiling cargo_toml v0.21.0
30172026-02-23T16:12:32.447Z Compiling macaddr v1.0.1
30182026-02-23T16:12:32.850Z Compiling tabled v0.15.0
30192026-02-23T16:12:35.048Z Compiling clap v4.5.48
30202026-02-23T16:12:44.448Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-02-23T16:12:50.353Z Finished `release` profile [optimized] target(s) in 56.26s
30222026-02-23T16:12:50.501Z
30232026-02-23T16:12:50.501Zreal 56.444283250
30242026-02-23T16:12:50.501Zuser 6:13.319518134
30252026-02-23T16:12:50.501Zsys 29.300494897
30262026-02-23T16:12:50.501Ztrap 0.199240150
30272026-02-23T16:12:50.505Ztflt 0.447339756
30282026-02-23T16:12:50.505Zdflt 0.287206137
30292026-02-23T16:12:50.505Zkflt 0.000508298
30302026-02-23T16:12:50.505Zlock 18:14.168567167
30312026-02-23T16:12:50.505Zslp 20:46.915056304
30322026-02-23T16:12:50.505Zlat 25.308540038
30332026-02-23T16:12:50.505Zstop 34.067618402
30342026-02-23T16:12:50.505Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-02-23T16:12:50.505Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-02-23T16:12:50.505Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-02-23T16:12:50.505Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-02-23T16:12:50.505Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-02-23T16:12:51.860Z Compiling regress v0.10.4
30402026-02-23T16:12:52.031Z Compiling unsafe-libyaml v0.2.11
30412026-02-23T16:12:52.034Z Compiling match_cfg v0.1.0
30422026-02-23T16:12:52.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-02-23T16:12:52.082Z Compiling structmeta-derive v0.3.0
30442026-02-23T16:12:52.085Z Compiling rustls v0.22.4
30452026-02-23T16:12:52.102Z Compiling newtype-uuid-macros v0.1.0
30462026-02-23T16:12:52.105Z Compiling multer v3.1.0
30472026-02-23T16:12:52.169Z Compiling hostname v0.3.1
30482026-02-23T16:12:52.411Z Compiling debug-ignore v1.0.5
30492026-02-23T16:12:52.575Z Compiling toml_parser v1.0.6+spec-1.1.0
30502026-02-23T16:12:52.604Z Compiling progenitor-client v0.10.0
30512026-02-23T16:12:52.625Z Compiling slog-json v2.6.1
30522026-02-23T16:12:53.021Z Compiling async-stream-impl v0.3.6
30532026-02-23T16:12:53.177Z Compiling serde_spanned v1.0.4
30542026-02-23T16:12:53.474Z Compiling serde_yaml v0.9.34+deprecated
30552026-02-23T16:12:53.746Z Compiling toml_datetime v0.7.5+spec-1.1.0
30562026-02-23T16:12:53.784Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-02-23T16:12:54.122Z Compiling dropshot v0.16.7
30582026-02-23T16:12:54.367Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-02-23T16:12:54.411Z Compiling async-stream v0.3.6
30602026-02-23T16:12:54.580Z Compiling structmeta v0.3.0
30612026-02-23T16:12:54.607Z Compiling slog-bunyan v2.5.0
30622026-02-23T16:12:54.809Z Compiling toml v0.9.11+spec-1.1.0
30632026-02-23T16:12:54.856Z Compiling waitgroup v0.1.2
30642026-02-23T16:12:54.992Z Compiling rustls-pemfile v2.2.0
30652026-02-23T16:12:55.109Z Compiling dropshot_endpoint v0.16.7
30662026-02-23T16:12:55.270Z Compiling itertools v0.14.0
30672026-02-23T16:12:55.345Z Compiling hostname v0.4.2
30682026-02-23T16:12:55.619Z Compiling typify-impl v0.4.3
30692026-02-23T16:12:55.662Z Compiling serde_path_to_error v0.1.20
30702026-02-23T16:12:56.471Z Compiling derive-ex v0.1.8
30712026-02-23T16:12:57.043Z Compiling tokio-rustls v0.25.0
30722026-02-23T16:12:57.520Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30732026-02-23T16:12:57.785Z Compiling macaddr v1.0.1
30742026-02-23T16:12:58.045Z Compiling tabwriter v1.4.0
30752026-02-23T16:12:58.267Z Compiling instant v0.1.13
30762026-02-23T16:12:58.294Z Compiling progenitor-client v0.11.2
30772026-02-23T16:12:58.473Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-02-23T16:12:58.545Z Compiling parse-display-derive v0.10.0
30792026-02-23T16:12:58.912Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30802026-02-23T16:12:59.319Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-02-23T16:12:59.548Z Compiling colored v3.0.0
30822026-02-23T16:12:59.693Z Compiling backoff v0.4.0
30832026-02-23T16:12:59.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-02-23T16:13:00.078Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30852026-02-23T16:13:00.348Z Compiling proc-macro-crate v1.3.1
30862026-02-23T16:13:00.584Z Compiling crucible-workspace-hack v0.1.0
30872026-02-23T16:13:00.666Z Compiling test-strategy v0.4.3
30882026-02-23T16:13:00.773Z Compiling proc-macro-error v1.0.4
30892026-02-23T16:13:00.998Z Compiling heapless v0.8.0
30902026-02-23T16:13:01.294Z Compiling num_enum_derive v0.5.11
30912026-02-23T16:13:01.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-02-23T16:13:01.967Z Compiling ingot-macros v0.1.1
30932026-02-23T16:13:02.021Z Compiling hash32 v0.3.1
30942026-02-23T16:13:02.151Z Compiling smoltcp v0.11.0
30952026-02-23T16:13:02.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30962026-02-23T16:13:02.452Z Compiling parse-display v0.10.0
30972026-02-23T16:13:02.879Z Compiling foreign-types-macros v0.2.3
30982026-02-23T16:13:03.082Z Compiling foreign-types-shared v0.3.1
30992026-02-23T16:13:03.267Z Compiling cobs v0.2.3
31002026-02-23T16:13:03.656Z Compiling num_enum v0.5.11
31012026-02-23T16:13:03.734Z Compiling postcard v1.0.10
31022026-02-23T16:13:04.148Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31032026-02-23T16:13:04.173Z Compiling foreign-types v0.5.0
31042026-02-23T16:13:04.303Z Compiling nix v0.30.1
31052026-02-23T16:13:04.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-02-23T16:13:04.385Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-02-23T16:13:05.088Z Compiling secrecy v0.10.3
31082026-02-23T16:13:05.204Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31092026-02-23T16:13:05.234Z Compiling cstr-argument v0.1.2
31102026-02-23T16:13:05.334Z Compiling pretty-hex v0.2.1
31112026-02-23T16:13:05.408Z Compiling rayon-core v1.12.1
31122026-02-23T16:13:05.527Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31132026-02-23T16:13:05.580Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31142026-02-23T16:13:05.652Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-02-23T16:13:05.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-02-23T16:13:05.922Z Compiling crossbeam-deque v0.8.5
31172026-02-23T16:13:06.049Z Compiling colored v2.2.0
31182026-02-23T16:13:06.084Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-02-23T16:13:07.024Z Compiling camino-tempfile v1.4.1
31202026-02-23T16:13:07.423Z Compiling typify-macro v0.4.3
31212026-02-23T16:13:07.509Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-02-23T16:13:07.896Z Compiling rayon v1.10.0
31232026-02-23T16:13:07.922Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31242026-02-23T16:13:08.122Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31252026-02-23T16:13:08.150Z Compiling zone_cfg_derive v0.3.0
31262026-02-23T16:13:08.828Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31272026-02-23T16:13:08.898Z Compiling ingot-types v0.1.2
31282026-02-23T16:13:09.298Z Compiling smf v0.2.3
31292026-02-23T16:13:09.449Z Compiling num-derive v0.4.2
31302026-02-23T16:13:09.627Z Compiling sigpipe v0.1.3
31312026-02-23T16:13:09.798Z Compiling ingot v0.1.1
31322026-02-23T16:13:09.829Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31332026-02-23T16:13:10.246Z Compiling zone v0.3.1
31342026-02-23T16:13:10.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31352026-02-23T16:13:10.932Z Compiling toml v0.8.23
31362026-02-23T16:13:11.041Z Compiling convert_case v0.4.0
31372026-02-23T16:13:11.493Z Compiling typify v0.4.3
31382026-02-23T16:13:11.713Z Compiling progenitor-impl v0.11.2
31392026-02-23T16:13:11.744Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-02-23T16:13:11.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-02-23T16:13:11.903Z Compiling derive_more v0.99.20
31422026-02-23T16:13:12.089Z Compiling universal-hash v0.5.1
31432026-02-23T16:13:12.341Z Compiling opaque-debug v0.3.1
31442026-02-23T16:13:12.474Z Compiling half v2.4.1
31452026-02-23T16:13:12.503Z Compiling ciborium-io v0.2.2
31462026-02-23T16:13:12.561Z Compiling aead v0.5.2
31472026-02-23T16:13:12.591Z Compiling poly1305 v0.8.0
31482026-02-23T16:13:12.673Z Compiling progenitor-impl v0.10.0
31492026-02-23T16:13:12.967Z Compiling ciborium-ll v0.2.2
31502026-02-23T16:13:13.060Z Compiling chacha20 v0.9.1
31512026-02-23T16:13:13.227Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-02-23T16:13:13.383Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31532026-02-23T16:13:13.606Z Compiling ciborium v0.2.2
31542026-02-23T16:13:13.789Z Compiling num-rational v0.4.2
31552026-02-23T16:13:14.361Z Compiling thiserror-impl-no-std v2.0.2
31562026-02-23T16:13:14.410Z Compiling password-hash v0.5.0
31572026-02-23T16:13:15.022Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-02-23T16:13:15.304Z Compiling blake2 v0.10.6
31592026-02-23T16:13:15.349Z Compiling num-complex v0.4.6
31602026-02-23T16:13:16.086Z Compiling argon2 v0.5.3
31612026-02-23T16:13:16.359Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31622026-02-23T16:13:16.637Z Compiling num v0.4.3
31632026-02-23T16:13:16.686Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31642026-02-23T16:13:16.788Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-02-23T16:13:17.155Z Compiling thiserror-no-std v2.0.2
31662026-02-23T16:13:17.336Z Compiling indent_write v2.2.0
31672026-02-23T16:13:17.602Z Compiling float-ord v0.3.2
31682026-02-23T16:13:17.830Z Compiling vsss-rs v3.3.4
31692026-02-23T16:13:18.262Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-02-23T16:13:18.517Z Compiling progenitor-macro v0.11.2
31712026-02-23T16:13:18.802Z Compiling chacha20poly1305 v0.10.1
31722026-02-23T16:13:19.016Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31732026-02-23T16:13:19.097Z Compiling gethostname v0.5.0
31742026-02-23T16:13:19.339Z Compiling usdt-attr-macro v0.5.0
31752026-02-23T16:13:19.443Z Compiling usdt-macro v0.5.0
31762026-02-23T16:13:19.470Z Compiling progenitor-macro v0.10.0
31772026-02-23T16:13:20.998Z Compiling derive-where v1.5.0
31782026-02-23T16:13:21.019Z Compiling usdt v0.5.0
31792026-02-23T16:13:21.322Z Compiling owo-colors v4.2.3
31802026-02-23T16:13:21.546Z Compiling cancel-safe-futures v0.1.5
31812026-02-23T16:13:21.748Z Compiling console v0.15.10
31822026-02-23T16:13:21.798Z Compiling resolv-conf v0.7.0
31832026-02-23T16:13:22.042Z Compiling libsw-core v0.3.1
31842026-02-23T16:13:22.102Z Compiling async-recursion v1.1.1
31852026-02-23T16:13:22.385Z Compiling libsw v3.5.0
31862026-02-23T16:13:22.713Z Compiling linear-map v1.2.0
31872026-02-23T16:13:23.030Z Compiling libefi-sys v0.1.0
31882026-02-23T16:13:23.106Z Compiling hickory-proto v0.24.4
31892026-02-23T16:13:23.135Z Compiling newline-converter v0.3.0
31902026-02-23T16:13:23.342Z Compiling atomicwrites v0.4.4
31912026-02-23T16:13:23.428Z Compiling bitfield-struct v0.6.2
31922026-02-23T16:13:23.660Z Compiling linked-hash-map v0.5.6
31932026-02-23T16:13:23.796Z Compiling semver v0.1.20
31942026-02-23T16:13:24.070Z Compiling lru-cache v0.1.2
31952026-02-23T16:13:24.153Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-02-23T16:13:24.332Z Compiling rustc_version v0.1.7
31972026-02-23T16:13:24.335Z Compiling expectorate v1.2.0
31982026-02-23T16:13:24.630Z Compiling pin-project-internal v1.1.6
31992026-02-23T16:13:24.825Z Compiling slog-dtrace v0.3.0
32002026-02-23T16:13:24.853Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-02-23T16:13:24.884Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-02-23T16:13:25.011Z Compiling siphasher v1.0.1
32032026-02-23T16:13:25.326Z Compiling newtype_derive v0.1.6
32042026-02-23T16:13:25.456Z Compiling phf_shared v0.12.1
32052026-02-23T16:13:25.604Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-02-23T16:13:25.712Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-02-23T16:13:25.840Z Compiling tokio-dtrace v0.1.0
32082026-02-23T16:13:26.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-02-23T16:13:26.324Z Compiling dropshot-api-manager-types v0.3.0
32102026-02-23T16:13:26.428Z Compiling pem v3.0.5
32112026-02-23T16:13:26.982Z Compiling snafu-derive v0.8.5
32122026-02-23T16:13:27.182Z Compiling csv-core v0.1.11
32132026-02-23T16:13:27.272Z Compiling xshell-macros v0.2.7
32142026-02-23T16:13:27.387Z Compiling pin-project v1.1.6
32152026-02-23T16:13:27.582Z Compiling chrono-tz v0.10.4
32162026-02-23T16:13:27.733Z Compiling same-file v1.0.6
32172026-02-23T16:13:27.882Z Compiling base64 v0.21.7
32182026-02-23T16:13:27.955Z Compiling highway v1.3.0
32192026-02-23T16:13:28.055Z Compiling xshell v0.2.7
32202026-02-23T16:13:28.081Z Compiling hickory-resolver v0.24.4
32212026-02-23T16:13:28.603Z Compiling walkdir v2.5.0
32222026-02-23T16:13:28.873Z Compiling const_format_proc_macros v0.2.34
32232026-02-23T16:13:29.215Z Compiling csv v1.3.1
32242026-02-23T16:13:29.342Z Compiling oxide-tokio-rt v0.1.2
32252026-02-23T16:13:29.667Z Compiling phf v0.12.1
32262026-02-23T16:13:30.482Z Compiling qorb v0.4.1
32272026-02-23T16:13:30.742Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-02-23T16:13:30.800Z Compiling globset v0.4.15
32292026-02-23T16:13:30.833Z Compiling olpc-cjson v0.1.4
32302026-02-23T16:13:31.129Z Compiling primeorder v0.13.6
32312026-02-23T16:13:31.234Z Compiling progenitor v0.11.2
32322026-02-23T16:13:31.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32332026-02-23T16:13:31.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-02-23T16:13:31.725Z Compiling snafu v0.8.5
32352026-02-23T16:13:32.101Z Compiling progenitor v0.10.0
32362026-02-23T16:13:32.284Z Compiling serde_plain v1.0.2
32372026-02-23T16:13:32.380Z Compiling typed-path v0.9.3
32382026-02-23T16:13:32.488Z Compiling const_format v0.2.34
32392026-02-23T16:13:32.671Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-02-23T16:13:33.183Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32412026-02-23T16:13:33.451Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-02-23T16:13:34.638Z Compiling tough v0.20.0
32432026-02-23T16:13:34.787Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-02-23T16:13:35.136Z Compiling tabled_derive v0.7.0
32452026-02-23T16:13:35.165Z Compiling bcs v0.1.6
32462026-02-23T16:13:35.298Z Compiling utf-8 v0.7.6
32472026-02-23T16:13:35.671Z Compiling termtree v0.5.1
32482026-02-23T16:13:35.809Z Compiling radium v0.7.0
32492026-02-23T16:13:35.921Z Compiling salty v0.3.0
32502026-02-23T16:13:35.956Z Compiling textwrap v0.16.2
32512026-02-23T16:13:36.057Z Compiling tungstenite v0.21.0
32522026-02-23T16:13:36.375Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32532026-02-23T16:13:36.456Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-02-23T16:13:36.853Z Compiling steno v0.4.1
32552026-02-23T16:13:37.018Z Compiling typify-impl v0.2.0
32562026-02-23T16:13:37.291Z Compiling tabled v0.15.0
32572026-02-23T16:13:37.949Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-02-23T16:13:38.211Z Compiling maybe-uninit v2.0.0
32592026-02-23T16:13:38.828Z Compiling moka v0.12.10
32602026-02-23T16:13:39.213Z Compiling tap v1.0.1
32612026-02-23T16:13:39.459Z Compiling humantime v2.2.0
32622026-02-23T16:13:40.016Z Compiling wyz v0.5.1
32632026-02-23T16:13:40.636Z Compiling tokio-tungstenite v0.21.0
32642026-02-23T16:13:41.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32652026-02-23T16:13:43.097Z Compiling p384 v0.13.1
32662026-02-23T16:13:43.500Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-02-23T16:13:43.896Z Compiling funty v2.0.0
32682026-02-23T16:13:43.956Z Compiling packed_struct v0.10.1
32692026-02-23T16:13:44.449Z Compiling arc-swap v1.7.1
32702026-02-23T16:13:44.476Z Compiling tagptr v0.2.0
32712026-02-23T16:13:44.691Z Compiling polyval v0.6.2
32722026-02-23T16:13:45.004Z Compiling slog-scope v4.4.0
32732026-02-23T16:13:45.032Z Compiling bitvec v1.0.1
32742026-02-23T16:13:45.130Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-02-23T16:13:45.502Z Compiling packed_struct_codegen v0.10.1
32762026-02-23T16:13:45.505Z Compiling zerocopy-derive v0.6.6
32772026-02-23T16:13:45.823Z Compiling bitfield-macros v0.19.2
32782026-02-23T16:13:46.511Z Compiling proc-macro-error-attr2 v2.0.0
32792026-02-23T16:13:47.352Z Compiling indexmap v1.9.3
32802026-02-23T16:13:47.437Z Compiling crc-catalog v2.4.0
32812026-02-23T16:13:47.458Z Compiling nodrop v0.1.14
32822026-02-23T16:13:47.640Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-02-23T16:13:47.643Z Compiling parking_lot_core v0.8.6
32842026-02-23T16:13:47.772Z Compiling array-init v0.0.4
32852026-02-23T16:13:48.031Z Compiling crc v3.2.1
32862026-02-23T16:13:48.095Z Compiling zerocopy v0.6.6
32872026-02-23T16:13:48.123Z Compiling bitfield v0.19.2
32882026-02-23T16:13:48.189Z Compiling proc-macro-error2 v2.0.1
32892026-02-23T16:13:48.275Z Compiling typify-macro v0.2.0
32902026-02-23T16:13:48.701Z Compiling hickory-resolver v0.25.2
32912026-02-23T16:13:48.788Z Compiling slog-stdlog v4.1.1
32922026-02-23T16:13:48.813Z Compiling ghash v0.5.1
32932026-02-23T16:13:48.838Z Compiling smallvec v0.6.14
32942026-02-23T16:13:48.911Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32952026-02-23T16:13:49.045Z Compiling ctr v0.9.2
32962026-02-23T16:13:49.212Z Compiling num-derive v0.3.3
32972026-02-23T16:13:49.285Z Compiling lzma-sys v0.1.20
32982026-02-23T16:13:49.472Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-02-23T16:13:49.866Z Compiling hashbrown v0.12.3
33002026-02-23T16:13:49.892Z Compiling unicase v2.8.1
33012026-02-23T16:13:50.194Z Compiling aes-gcm v0.10.3
33022026-02-23T16:13:50.315Z Compiling mime_guess v2.0.5
33032026-02-23T16:13:50.547Z Compiling serde-hex v0.1.0
33042026-02-23T16:13:51.305Z Compiling libscf-sys v1.1.0
33052026-02-23T16:13:51.489Z Compiling slog-envlogger v2.2.0
33062026-02-23T16:13:51.565Z Compiling tabled_derive v0.11.0
33072026-02-23T16:13:51.827Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33082026-02-23T16:13:52.154Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33092026-02-23T16:13:52.358Z Compiling typify v0.2.0
33102026-02-23T16:13:52.571Z Compiling progenitor-impl v0.8.0
33112026-02-23T16:13:52.844Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-02-23T16:13:52.906Z Compiling ron v0.8.1
33132026-02-23T16:13:53.165Z Compiling papergrid v0.17.0
33142026-02-23T16:13:54.003Z Compiling testing_table v0.3.0
33152026-02-23T16:13:54.308Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33162026-02-23T16:13:54.335Z Compiling hashbrown v0.13.2
33172026-02-23T16:13:55.090Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33182026-02-23T16:13:55.209Z Compiling heck v0.3.3
33192026-02-23T16:13:55.435Z Compiling progenitor-client v0.8.0
33202026-02-23T16:13:55.476Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33212026-02-23T16:13:55.590Z Compiling ssh-encoding v0.2.0
33222026-02-23T16:13:55.974Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33232026-02-23T16:13:56.102Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33242026-02-23T16:13:57.145Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33252026-02-23T16:13:57.176Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-02-23T16:13:57.350Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33272026-02-23T16:13:58.072Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33282026-02-23T16:13:58.149Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33292026-02-23T16:13:59.280Z Compiling progenitor-macro v0.8.0
33302026-02-23T16:14:00.416Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33312026-02-23T16:14:00.874Z Compiling blowfish v0.9.1
33322026-02-23T16:14:01.396Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33332026-02-23T16:14:01.923Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-02-23T16:14:01.970Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33352026-02-23T16:14:02.629Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-02-23T16:14:03.554Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33372026-02-23T16:14:03.701Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33382026-02-23T16:14:04.790Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-02-23T16:14:05.240Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33402026-02-23T16:14:05.302Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33412026-02-23T16:14:05.373Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33422026-02-23T16:14:05.616Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33432026-02-23T16:14:05.968Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33442026-02-23T16:14:07.493Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33452026-02-23T16:14:07.642Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33462026-02-23T16:14:07.829Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-02-23T16:14:08.548Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33482026-02-23T16:14:08.749Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33492026-02-23T16:14:08.951Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33502026-02-23T16:14:09.715Z Compiling nibble_vec v0.1.0
33512026-02-23T16:14:09.978Z Compiling corncobs v0.1.4
33522026-02-23T16:14:10.329Z Compiling endian-type v0.1.2
33532026-02-23T16:14:10.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-02-23T16:14:11.044Z Compiling crc-any v2.5.0
33552026-02-23T16:14:11.296Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-02-23T16:14:11.583Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33572026-02-23T16:14:11.780Z Compiling progenitor v0.8.0
33582026-02-23T16:14:11.866Z Compiling radix_trie v0.2.1
33592026-02-23T16:14:12.047Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-02-23T16:14:12.612Z Compiling bcrypt-pbkdf v0.10.0
33612026-02-23T16:14:12.921Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33622026-02-23T16:14:13.299Z Compiling ssh-cipher v0.2.0
33632026-02-23T16:14:14.697Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33642026-02-23T16:14:14.735Z Compiling zone_cfg_derive v0.1.2
33652026-02-23T16:14:15.231Z Compiling object v0.30.4
33662026-02-23T16:14:16.208Z Compiling tabled v0.20.0
33672026-02-23T16:14:16.756Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-02-23T16:14:17.415Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-02-23T16:14:19.788Z Compiling parking_lot v0.11.2
33702026-02-23T16:14:20.664Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-02-23T16:14:22.429Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-02-23T16:14:23.156Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-02-23T16:14:23.248Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33742026-02-23T16:14:25.567Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33752026-02-23T16:14:27.690Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33762026-02-23T16:14:28.558Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33772026-02-23T16:14:29.048Z Compiling prefix-trie v0.7.0
33782026-02-23T16:14:29.777Z Compiling password-hash v0.4.2
33792026-02-23T16:14:29.912Z Compiling fxhash v0.2.1
33802026-02-23T16:14:29.951Z Compiling secrecy v0.8.0
33812026-02-23T16:14:30.174Z Compiling half v1.8.3
33822026-02-23T16:14:30.251Z Compiling http-range v0.1.5
33832026-02-23T16:14:30.643Z Compiling number_prefix v0.4.0
33842026-02-23T16:14:30.671Z Compiling base64 v0.13.1
33852026-02-23T16:14:30.779Z Compiling path-slash v0.1.5
33862026-02-23T16:14:30.943Z Compiling indicatif v0.17.11
33872026-02-23T16:14:31.058Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-02-23T16:14:31.257Z Compiling ron v0.7.1
33892026-02-23T16:14:32.966Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33902026-02-23T16:14:33.351Z Compiling serde_cbor v0.11.2
33912026-02-23T16:14:33.946Z Compiling pbkdf2 v0.11.0
33922026-02-23T16:14:34.369Z Compiling sled v0.34.7
33932026-02-23T16:14:34.705Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33942026-02-23T16:14:34.782Z Compiling hickory-server v0.25.2
33952026-02-23T16:14:35.536Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33962026-02-23T16:14:36.114Z Compiling xz2 v0.1.7
33972026-02-23T16:14:36.395Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-02-23T16:14:36.638Z Compiling zone v0.1.8
33992026-02-23T16:14:37.232Z Compiling ssh-key v0.6.6
34002026-02-23T16:14:38.062Z Compiling hickory-client v0.25.2
34012026-02-23T16:14:38.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34022026-02-23T16:14:39.203Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-02-23T16:14:39.487Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34042026-02-23T16:14:40.055Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34052026-02-23T16:14:40.992Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34062026-02-23T16:14:41.113Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34072026-02-23T16:14:41.186Z Compiling p256 v0.13.2
34082026-02-23T16:14:41.231Z Compiling p521 v0.13.3
34092026-02-23T16:14:42.027Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34102026-02-23T16:14:42.084Z Compiling yasna v0.5.2
34112026-02-23T16:14:43.274Z Compiling headers-core v0.3.0
34122026-02-23T16:14:43.484Z Compiling kstat-rs v0.2.4
34132026-02-23T16:14:43.539Z Compiling nanorand v0.7.0
34142026-02-23T16:14:43.666Z Compiling atty v0.2.14
34152026-02-23T16:14:43.747Z Compiling russh-cryptovec v0.7.3
34162026-02-23T16:14:43.839Z Compiling md5 v0.7.0
34172026-02-23T16:14:43.878Z Compiling crc8 v0.1.1
34182026-02-23T16:14:44.102Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-02-23T16:14:44.124Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34202026-02-23T16:14:44.127Z Compiling flume v0.11.1
34212026-02-23T16:14:44.128Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-02-23T16:14:44.426Z Compiling russh-keys v0.45.0
34232026-02-23T16:14:44.789Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34242026-02-23T16:14:45.684Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34252026-02-23T16:14:46.326Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34262026-02-23T16:14:47.366Z Compiling headers v0.4.1
34272026-02-23T16:14:47.904Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34282026-02-23T16:14:49.192Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34292026-02-23T16:14:49.763Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-02-23T16:14:52.919Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34312026-02-23T16:14:53.492Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-02-23T16:14:53.825Z Compiling rcgen v0.12.1
34332026-02-23T16:14:55.897Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34342026-02-23T16:14:55.943Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34352026-02-23T16:14:58.224Z Compiling hyper-staticfile v0.10.1
34362026-02-23T16:14:59.309Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34372026-02-23T16:15:00.924Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-02-23T16:15:01.637Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34392026-02-23T16:15:02.334Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34402026-02-23T16:15:02.981Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34412026-02-23T16:15:03.190Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-02-23T16:15:03.789Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34432026-02-23T16:15:04.281Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34442026-02-23T16:15:04.707Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34452026-02-23T16:15:05.312Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34462026-02-23T16:15:05.931Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34472026-02-23T16:15:06.075Z Compiling num-bigint v0.4.6
34482026-02-23T16:15:06.114Z Compiling des v0.8.1
34492026-02-23T16:15:06.151Z Compiling subprocess v0.2.9
34502026-02-23T16:15:06.428Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-02-23T16:15:06.515Z Compiling hex-literal v0.4.1
34522026-02-23T16:15:06.726Z Compiling display-error-chain v0.2.2
34532026-02-23T16:15:06.755Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-02-23T16:15:06.999Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552026-02-23T16:15:07.307Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-02-23T16:15:07.397Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-02-23T16:15:07.762Z Compiling internet-checksum v0.2.1
34582026-02-23T16:15:10.233Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-02-23T16:15:10.275Z Compiling russh v0.45.0
34602026-02-23T16:15:46.225Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34612026-02-23T16:16:19.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s
34622026-02-23T16:16:19.758Z
34632026-02-23T16:16:19.762Zreal 3:29.156381477
34642026-02-23T16:16:19.762Zuser 19:18.683076489
34652026-02-23T16:16:19.762Zsys 2:36.698582422
34662026-02-23T16:16:19.762Ztrap 0.566026191
34672026-02-23T16:16:19.762Ztflt 0.246984790
34682026-02-23T16:16:19.762Zdflt 0.386906822
34692026-02-23T16:16:19.762Zkflt 0.000025602
34702026-02-23T16:16:19.762Zlock 52:49.321383547
34712026-02-23T16:16:19.762Zslp 1:09:56.367192734
34722026-02-23T16:16:19.762Zlat 1:03.758436110
34732026-02-23T16:16:19.762Zstop 2:47.564941407
34742026-02-23T16:16:19.762Z+ mkdir tests
34752026-02-23T16:16:19.762Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-02-23T16:16:19.766Z+ xargs -I '{}' -t cp '{}' tests/
34772026-02-23T16:16:19.811Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-15b12625711a6fd2 tests/
34782026-02-23T16:16:19.837Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-149ed8a949c7603c tests/
34792026-02-23T16:16:19.863Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-44a4953771438255 tests/
34802026-02-23T16:16:19.888Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b91cd7ffa69b3889 tests/
34812026-02-23T16:16:20.170Z+ 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/*)
34822026-02-23T16:16:20.174Z+ 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-149ed8a949c7603c tests/commtest-44a4953771438255 tests/dhcp_server-15b12625711a6fd2 tests/end_to_end_tests-b91cd7ffa69b3889 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
34832026-02-23T16:18:06.916ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-02-23T16:18:06.916Za .github/buildomat/ci-env.sh 1K
34852026-02-23T16:18:06.916Za out/target/test 1K
34862026-02-23T16:18:06.916Za out/npuzone/npuzone 27402K
34872026-02-23T16:18:06.916Za package-manifest.toml 35K
34882026-02-23T16:18:06.916Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-02-23T16:18:06.916Za target/release/omicron-package 43245K
34902026-02-23T16:18:06.916Za target/release/xtask 11507K
34912026-02-23T16:18:06.916Za target/debug/bootstrap 325085K
34922026-02-23T16:18:06.916Za tests/bootstrap-149ed8a949c7603c 31130K
34932026-02-23T16:18:06.916Za tests/commtest-44a4953771438255 31430K
34942026-02-23T16:18:06.917Za tests/dhcp_server-15b12625711a6fd2 31130K
34952026-02-23T16:18:06.917Za tests/end_to_end_tests-b91cd7ffa69b3889 369465K
34962026-02-23T16:18:06.917Za out/clickhouse.tar.gz 319661K
34972026-02-23T16:18:06.917Za out/clickhouse_keeper.tar.gz 302625K
34982026-02-23T16:18:06.917Za out/clickhouse_server.tar.gz 319660K
34992026-02-23T16:18:06.917Za out/cockroachdb.tar.gz 165191K
35002026-02-23T16:18:06.917Za out/crucible-pantry-zone.tar.gz 41565K
35012026-02-23T16:18:06.917Za out/crucible-utils.tar 17744K
35022026-02-23T16:18:06.917Za out/crucible-zone.tar.gz 55703K
35032026-02-23T16:18:06.917Za out/external-dns.tar.gz 48849K
35042026-02-23T16:18:06.917Za out/internal-dns.tar.gz 48849K
35052026-02-23T16:18:06.917Za out/mg-ddm-gz.tar 86339K
35062026-02-23T16:18:06.917Za out/nexus.tar.gz 212299K
35072026-02-23T16:18:06.917Za out/ntp.tar.gz 29702K
35082026-02-23T16:18:06.917Za out/omicron-gateway-softnpu.tar.gz 29486K
35092026-02-23T16:18:06.917Za out/omicron-sled-agent.tar 192511K
35102026-02-23T16:18:06.917Za out/overlay.tar.gz 3K
35112026-02-23T16:18:06.918Za out/oximeter.tar.gz 64536K
35122026-02-23T16:18:06.918Za out/oxlog.tar 3946K
35132026-02-23T16:18:06.918Za out/probe.tar.gz 3037K
35142026-02-23T16:18:06.918Za out/propolis-server.tar.gz 74633K
35152026-02-23T16:18:06.919Za out/pumpkind-gz.tar 26647K
35162026-02-23T16:18:06.919Za out/switch-softnpu.tar.gz 379139K
35172026-02-23T16:18:06.923Z
35182026-02-23T16:18:06.923Zreal 1:46.722824148
35192026-02-23T16:18:06.923Zuser 1:42.275427364
35202026-02-23T16:18:06.923Zsys 6.248479477
35212026-02-23T16:18:06.923Ztrap 0.024887808
35222026-02-23T16:18:06.923Ztflt 0.000000000
35232026-02-23T16:18:06.923Zdflt 0.000000000
35242026-02-23T16:18:06.923Zkflt 0.000000000
35252026-02-23T16:18:06.923Zlock 0.000000000
35262026-02-23T16:18:06.923Zslp 1:42.142731086
35272026-02-23T16:18:06.923Zlat 2.749373038
35282026-02-23T16:18:06.923Zstop 0.000186660
35292026-02-23T16:18:06.923Zprocess exited: duration 2555119 ms, exit code 0
 
35302026-02-23T16:18:06.942Zfound 1 output files
35312026-02-23T16:18:06.942Zuploading: /work/package.tar.gz (2422258386 bytes)
35322026-02-23T16:18:46.469Zuploaded: /work/package.tar.gz