01KJ6KM57SBSTT3PXSFCS0F1MJ: 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: 01KJ6KMME5SRP8BYW0PVWA6WTP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T01:19:26.866Zjob assigned to worker 01KJ6KMN2M6J2FAYY1TQWGJN2V [factory gimlet-EVT22200007-propolis, EVT22200007/59138] (queued for 31 s)
 
22026-02-24T01:19:35.545Zstarting task 0: "setup"
32026-02-24T01:19:35.570Z++ uname -s
42026-02-24T01:19:35.570Z+ kern=SunOS
52026-02-24T01:19:35.570Z+ build_user=build
62026-02-24T01:19:35.570Z+ build_uid=12345
72026-02-24T01:19:35.570Z+ work_dir=/work
82026-02-24T01:19:35.570Z+ input_dir=/input
92026-02-24T01:19:35.570Z+ [[ 0 == 12345 ]]
102026-02-24T01:19:35.570Z+ case "$kern" in
112026-02-24T01:19:35.570Z+ groupadd -g 12345 build
122026-02-24T01:19:35.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T01:19:37.572Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T01:19:37.611Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T01:19:37.635Z+ home_fs=zfs
162026-02-24T01:19:37.636Z+ [[ zfs == autofs ]]
172026-02-24T01:19:37.636Z+ mkdir -p /home/build
182026-02-24T01:19:37.636Z+ chown build:build /home/build /work
192026-02-24T01:19:39.624Z+ chmod 0700 /home/build /work
202026-02-24T01:19:39.648Zprocess exited: duration 4081 ms, exit code 0
 
212026-02-24T01:19:39.701Zstarting task 1: "rust-toolchain"
222026-02-24T01:19:39.725Z * rust toolchain channel = "1.91.1"
232026-02-24T01:19:39.725Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-02-24T01:19:39.725Z * rust toolchain profile = "default"
252026-02-24T01:19:39.725Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-24T01:19:39.725Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T01:19:39.725Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T01:19:39.725Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T01:19:39.725Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T01:19:39.876Zinfo: downloading installer
312026-02-24T01:19:46.095Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T01:19:46.095Zwarn: /opt/ooce/bin
332026-02-24T01:19:46.095Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T01:19:46.095Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T01:19:46.095Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T01:19:46.095Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T01:19:46.095Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T01:19:46.095Zerror: cannot install while Rust is installed
392026-02-24T01:19:46.095Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T01:19:46.120Zinfo: profile set to 'default'
412026-02-24T01:19:46.120Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T01:19:46.121Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T01:19:46.292Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T01:19:46.292Zinfo: downloading component 'cargo'
452026-02-24T01:19:46.548Zinfo: downloading component 'clippy'
462026-02-24T01:19:46.646Zinfo: downloading component 'rust-docs'
472026-02-24T01:19:47.146Zinfo: downloading component 'rust-std'
482026-02-24T01:19:47.643Zinfo: downloading component 'rustc'
492026-02-24T01:19:49.195Zinfo: downloading component 'rustfmt'
502026-02-24T01:19:49.256Zinfo: installing component 'cargo'
512026-02-24T01:19:50.572Zinfo: installing component 'clippy'
522026-02-24T01:19:51.080Zinfo: installing component 'rust-docs'
532026-02-24T01:19:54.826Zinfo: installing component 'rust-std'
542026-02-24T01:19:57.071Zinfo: installing component 'rustc'
552026-02-24T01:20:06.294Zinfo: installing component 'rustfmt'
562026-02-24T01:20:06.738Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T01:20:06.738Z
582026-02-24T01:20:06.936Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T01:20:06.936Z
602026-02-24T01:20:06.936Z
612026-02-24T01:20:06.936ZRust is installed now. Great!
622026-02-24T01:20:06.936Z
632026-02-24T01:20:06.936ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T01:20:06.960Zenvironment variable. This has not been done automatically.
652026-02-24T01:20:06.960Z
662026-02-24T01:20:06.960ZTo configure your current shell, you need to source
672026-02-24T01:20:06.960Zthe corresponding env file under $HOME/.cargo.
682026-02-24T01:20:06.960Z
692026-02-24T01:20:06.960ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T01:20:06.960Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T01:20:06.960Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T01:20:06.960Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T01:20:07.062Z+ rustup --version
742026-02-24T01:20:07.086Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T01:20:07.086Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T01:20:07.198Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T01:20:07.222Z+ cargo --version
782026-02-24T01:20:07.317Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T01:20:07.343Z+ rustc --version
802026-02-24T01:20:07.456Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T01:20:07.480Zprocess exited: duration 27768 ms, exit code 0
 
822026-02-24T01:20:07.529Zstarting task 2: "authentication"
832026-02-24T01:20:07.585Zprocess exited: duration 55 ms, exit code 0
 
842026-02-24T01:20:07.634Zstarting task 3: "clone repository"
852026-02-24T01:20:07.658Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T01:20:07.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T01:20:07.682ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T01:20:33.914Z+ cd /work/oxidecomputer/omicron
892026-02-24T01:20:33.914Z+ git fetch origin 377e51584fe210e5014b71d0da5edb5f2273144f
902026-02-24T01:20:34.724ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T01:20:34.725Z * branch 377e51584fe210e5014b71d0da5edb5f2273144f -> FETCH_HEAD
922026-02-24T01:20:34.779Z+ [[ -n physical-prov ]]
932026-02-24T01:20:34.779Z++ git branch --show-current
942026-02-24T01:20:34.779Z+ current=main
952026-02-24T01:20:34.779Z+ [[ main != physical-prov ]]
962026-02-24T01:20:34.779Z+ git branch -f physical-prov 377e51584fe210e5014b71d0da5edb5f2273144f
972026-02-24T01:20:34.780Z+ git checkout -f physical-prov
982026-02-24T01:20:35.375ZSwitched to branch 'physical-prov'
992026-02-24T01:20:35.399Z+ git reset --hard 377e51584fe210e5014b71d0da5edb5f2273144f
1002026-02-24T01:20:35.424ZHEAD is now at 377e51584 fix imports
1012026-02-24T01:20:35.424Zprocess exited: duration 27774 ms, exit code 0
 
1022026-02-24T01:20:35.946Zstarting task 4: "build"
1032026-02-24T01:20:36.003Z+ source .github/buildomat/ci-env.sh
1042026-02-24T01:20:36.003Z++ export CARGO_TERM_COLOR=always
1052026-02-24T01:20:36.004Z++ CARGO_TERM_COLOR=always
1062026-02-24T01:20:36.004Z+ cargo --version
1072026-02-24T01:20:36.059Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T01:20:36.084Z+ rustc --version
1092026-02-24T01:20:36.196Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T01:20:36.220Z+ WORK=/work
1112026-02-24T01:20:36.220Z+ pfexec mkdir -p /work
1122026-02-24T01:20:36.221Z+ pfexec chown build /work
1132026-02-24T01:20:36.221Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-24T01:20:58.103Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-24T01:21:13.327Z Startup: Caching catalogs ... Done
1162026-02-24T01:21:53.124ZPlanning: Solver setup ... Done (37.275s)
1172026-02-24T01:21:53.361ZPlanning: Running solver ... Done (0.237s)
1182026-02-24T01:21:53.547ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-24T01:21:53.639ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-24T01:21:54.538ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-24T01:21:54.613ZPlanning: Package planning ... Done (0.075s)
1222026-02-24T01:21:54.680ZPlanning: Merging actions ... Done (0.067s)
1232026-02-24T01:21:55.053ZPlanning: Checking for conflicting actions ... Done (0.372s)
1242026-02-24T01:21:55.078ZPlanning: Consolidating action changes ... Done (0.014s)
1252026-02-24T01:21:55.879ZPlanning: Evaluating mediators ... Done (0.811s)
1262026-02-24T01:21:55.905ZPlanning: Planning completed in 42.44 seconds
1272026-02-24T01:21:55.930Z Packages to install: 4
1282026-02-24T01:21:55.930Z Mediators to change: 2
1292026-02-24T01:21:55.930Z Services to change: 1
1302026-02-24T01:21:55.930Z Estimated space available: 154.93 GB
1312026-02-24T01:21:55.930ZEstimated space to be consumed: 1.81 GB
1322026-02-24T01:21:55.930Z Create boot environment: No
1332026-02-24T01:21:55.930ZCreate backup boot environment: No
1342026-02-24T01:21:55.930Z Rebuild boot archive: No
1352026-02-24T01:21:55.930Z
1362026-02-24T01:21:55.930ZChanged mediators:
1372026-02-24T01:21:55.930Z mediator clang:
1382026-02-24T01:21:55.930Z version: None -> 15 (system default)
1392026-02-24T01:21:55.930Z
1402026-02-24T01:21:55.930Z mediator llvm:
1412026-02-24T01:21:55.930Z version: 14 (system default) -> 15 (system default)
1422026-02-24T01:21:55.930Z
1432026-02-24T01:21:55.930ZChanged packages:
1442026-02-24T01:21:55.930Zhelios-dev
1452026-02-24T01:21:55.930Z developer/build-essential
1462026-02-24T01:21:55.930Z None -> 11-2.0
1472026-02-24T01:21:55.930Z library/libxmlsec1
1482026-02-24T01:21:55.931Z None -> 1.2.35-2.0
1492026-02-24T01:21:55.931Z ooce/developer/clang-15
1502026-02-24T01:21:55.931Z None -> 15.0.7-2.0
1512026-02-24T01:21:55.931Z ooce/developer/llvm-15
1522026-02-24T01:21:55.931Z None -> 15.0.7-2.0
1532026-02-24T01:21:55.931Z
1542026-02-24T01:21:55.931ZServices:
1552026-02-24T01:21:55.931Z restart_fmri:
1562026-02-24T01:21:55.931Z svc:/system/update-man-index:default
1572026-02-24T01:21:56.006Z
1582026-02-24T01:21:56.006ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-24T01:22:01.008ZDownload: 1193/3290 items 56.6/212.6MB 26% complete (11.3M/s)
1602026-02-24T01:22:06.006ZDownload: 2221/3290 items 116.9/212.6MB 54% complete (11.8M/s)
1612026-02-24T01:22:11.007ZDownload: 3248/3290 items 201.3/212.6MB 94% complete (14.5M/s)
1622026-02-24T01:22:15.996ZDownload: Completed 212.60 MB in 19.99 seconds (10.6M/s)
1632026-02-24T01:22:16.225Z Actions: 1/3689 actions (Installing new actions)
1642026-02-24T01:22:22.011Z Actions: 2753/3689 actions (Installing new actions)
1652026-02-24T01:22:22.791Z Actions: Completed 3689 actions in 6.57 seconds.
1662026-02-24T01:22:23.637Z Done (0.836s)
1672026-02-24T01:22:23.637Z Done (0.000s)
1682026-02-24T01:22:25.407Z Done (1.770s)
1692026-02-24T01:22:32.895Z Done (7.089s)
1702026-02-24T01:22:33.002Z Done (0.024s)
1712026-02-24T01:22:33.027Z Done (0.000s)
1722026-02-24T01:22:33.179Z Done (0.000s)
1732026-02-24T01:22:34.313ZPlanning: Evaluating mediator changes ... Done
1742026-02-24T01:22:34.560ZPlanning: Checking for conflicting actions ... Done
1752026-02-24T01:22:34.584ZPlanning: Consolidating action changes ... Done
1762026-02-24T01:22:34.962ZPlanning: Evaluating mediators ... Done
1772026-02-24T01:22:34.986ZPlanning: Planning completed in 0.65 seconds
1782026-02-24T01:22:35.011Z Mediators to change: 2
1792026-02-24T01:22:35.011Z Create boot environment: No
1802026-02-24T01:22:35.011ZCreate backup boot environment: No
1812026-02-24T01:22:35.090Z Done
1822026-02-24T01:22:35.090Z Done
1832026-02-24T01:22:36.371Z Done
1842026-02-24T01:22:41.900Z Done
1852026-02-24T01:22:42.005Z Done
1862026-02-24T01:22:42.005Z Done
1872026-02-24T01:22:42.080Z Done
1882026-02-24T01:22:42.892ZPlanning: Evaluating mediator changes ... Done
1892026-02-24T01:22:42.916ZPlanning: Merging actions ... Done
1902026-02-24T01:22:43.173ZPlanning: Checking for conflicting actions ... Done
1912026-02-24T01:22:43.197ZPlanning: Consolidating action changes ... Done
1922026-02-24T01:22:43.565ZPlanning: Evaluating mediators ... Done
1932026-02-24T01:22:43.642ZPlanning: Planning completed in 1.07 seconds
1942026-02-24T01:22:43.689Z Packages to change: 1
1952026-02-24T01:22:43.689Z Mediators to change: 1
1962026-02-24T01:22:43.689Z Services to change: 1
1972026-02-24T01:22:43.689Z Create boot environment: No
1982026-02-24T01:22:43.689ZCreate backup boot environment: Yes
1992026-02-24T01:22:45.912Z Actions: 1/6 actions (Updating modified actions)
2002026-02-24T01:22:45.936Z Actions: Completed 6 actions in 0.00 seconds.
2012026-02-24T01:22:45.936Z Done
2022026-02-24T01:22:45.936Z Done
2032026-02-24T01:22:46.255Z Done
2042026-02-24T01:22:52.075Z Done
2052026-02-24T01:22:52.197Z Done
2062026-02-24T01:22:52.223Z Done
2072026-02-24T01:22:52.297Z Done
2082026-02-24T01:22:52.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-02-24T01:22:52.943Zclang system 15 system
2102026-02-24T01:22:52.943Zcsh system system illumos
2112026-02-24T01:22:52.943Zctags system system illumos
2122026-02-24T01:22:52.944Zfile system system illumos
2132026-02-24T01:22:52.944Zgcc vendor 12 vendor
2142026-02-24T01:22:52.944Zgcc system 10 system
2152026-02-24T01:22:52.944Zgcc system 7 system
2162026-02-24T01:22:52.944Zgo system 1.20 system
2172026-02-24T01:22:52.944Zgo system 1.19 system
2182026-02-24T01:22:52.944Zllvm system 15 system
2192026-02-24T01:22:52.944Zllvm system 14 system
2202026-02-24T01:22:52.944Zmariadb system 10.6 system
2212026-02-24T01:22:52.944Zmta vendor vendor dma
2222026-02-24T01:22:52.944Zopenjdk system 17 system
2232026-02-24T01:22:52.944Zopenjdk system 11 system
2242026-02-24T01:22:52.944Zopenjdk system 1.8 system
2252026-02-24T01:22:52.944Zopenssl vendor 3 vendor
2262026-02-24T01:22:52.945Zperl system 5.36 system
2272026-02-24T01:22:52.945Zpostgresql system 15 system
2282026-02-24T01:22:52.945Zpostgresql system 13 system
2292026-02-24T01:22:52.945Zpython vendor 3 vendor
2302026-02-24T01:22:52.945Zpython system 2 system
2312026-02-24T01:22:52.945Zpython3 system 3.11 system
2322026-02-24T01:22:52.945Zruby system 3.0 system
2332026-02-24T01:22:52.945Zwords vendor vendor american-english
2342026-02-24T01:22:52.945Zwords system system australian-english
2352026-02-24T01:22:52.945Zwords system system british-english
2362026-02-24T01:22:52.945Zwords system system canadian-english
2372026-02-24T01:22:52.945Zwords system system french
2382026-02-24T01:22:52.945Zwords system system italian
2392026-02-24T01:22:52.945Zwords system system ngerman
2402026-02-24T01:22:52.946Zwords system system ogerman
2412026-02-24T01:22:52.946Zwords system system spanish
2422026-02-24T01:22:53.415ZPUBLISHER TYPE STATUS P LOCATION
2432026-02-24T01:22:53.415Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-02-24T01:23:04.810ZFMRI IFO
2452026-02-24T01:23:04.810Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-02-24T01:23:04.810Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-02-24T01:23:04.810Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-02-24T01:23:04.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-02-24T01:23:04.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-02-24T01:23:04.810Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-02-24T01:23:04.810Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-02-24T01:23:04.810Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-02-24T01:23:04.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-02-24T01:23:04.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-02-24T01:23:04.810Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-02-24T01:23:04.810Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-02-24T01:23:04.810Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-02-24T01:23:04.810Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-02-24T01:23:04.810Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-02-24T01:23:04.810Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-02-24T01:23:06.310Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-02-24T01:23:06.977Z Updating crates.io index
2632026-02-24T01:23:07.013Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-02-24T01:23:07.575Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-02-24T01:23:08.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-02-24T01:23:10.048Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-02-24T01:23:10.597Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-02-24T01:23:11.325Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692026-02-24T01:23:13.801Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-02-24T01:23:21.262Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-02-24T01:23:22.805Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-02-24T01:23:23.910Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732026-02-24T01:23:25.491Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742026-02-24T01:23:26.599Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-02-24T01:23:27.220Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-02-24T01:23:28.161Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-02-24T01:23:28.806Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-02-24T01:23:30.250Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-02-24T01:23:31.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-02-24T01:23:31.818Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-02-24T01:23:32.476Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-02-24T01:23:33.248Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-02-24T01:23:33.876Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-02-24T01:23:34.382Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-02-24T01:23:34.976Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2862026-02-24T01:23:35.833Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-02-24T01:23:36.623Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-02-24T01:23:37.629Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-02-24T01:23:38.211Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-02-24T01:23:38.928Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-02-24T01:23:39.629Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-02-24T01:23:40.588Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-02-24T01:23:41.389Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-02-24T01:23:41.961Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-02-24T01:23:42.714Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-02-24T01:23:43.286Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-02-24T01:23:44.100Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-02-24T01:23:44.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-02-24T01:23:45.267Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-02-24T01:23:45.836Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-02-24T01:23:46.514Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-02-24T01:24:12.239Z Downloading crates ...
3032026-02-24T01:24:12.327Z Downloaded anstyle v1.0.11
3042026-02-24T01:24:12.352Z Downloaded equivalent v1.0.2
3052026-02-24T01:24:12.352Z Downloaded errno v0.3.12
3062026-02-24T01:24:12.352Z Downloaded ucd-trie v0.1.7
3072026-02-24T01:24:12.352Z Downloaded tempfile v3.24.0
3082026-02-24T01:24:12.379Z Downloaded unicode-ident v1.0.19
3092026-02-24T01:24:12.379Z Downloaded yoke v0.7.4
3102026-02-24T01:24:12.379Z Downloaded zerovec-derive v0.10.3
3112026-02-24T01:24:12.379Z Downloaded camino v1.2.2
3122026-02-24T01:24:12.379Z Downloaded tinystr v0.7.6
3132026-02-24T01:24:12.379Z Downloaded usdt-macro v0.5.0
3142026-02-24T01:24:12.379Z Downloaded zerofrom-derive v0.1.4
3152026-02-24T01:24:12.379Z Downloaded zerocopy-derive v0.7.35
3162026-02-24T01:24:12.379Z Downloaded write16 v1.0.0
3172026-02-24T01:24:12.404Z Downloaded thread-id v4.2.2
3182026-02-24T01:24:12.404Z Downloaded writeable v0.5.5
3192026-02-24T01:24:12.404Z Downloaded usdt v0.5.0
3202026-02-24T01:24:12.404Z Downloaded toml v0.8.23
3212026-02-24T01:24:12.404Z Downloaded zmij v1.0.15
3222026-02-24T01:24:12.404Z Downloaded thiserror-impl v1.0.69
3232026-02-24T01:24:12.404Z Downloaded toml_edit v0.22.27
3242026-02-24T01:24:12.428Z Downloaded url v2.5.4
3252026-02-24T01:24:12.428Z Downloaded proc-macro-error v1.0.4
3262026-02-24T01:24:12.428Z Downloaded zerovec v0.10.4
3272026-02-24T01:24:12.428Z Downloaded synstructure v0.13.1
3282026-02-24T01:24:12.453Z Downloaded serde_tokenstream v0.2.2
3292026-02-24T01:24:12.453Z Downloaded tabled v0.15.0
3302026-02-24T01:24:12.477Z Downloaded zerocopy v0.7.35
3312026-02-24T01:24:12.501Z Downloaded unicode-width v0.1.14
3322026-02-24T01:24:12.501Z Downloaded serde_spanned v0.6.9
3332026-02-24T01:24:12.502Z Downloaded erased-serde v0.4.6
3342026-02-24T01:24:12.502Z Downloaded smallvec v1.15.1
3352026-02-24T01:24:12.502Z Downloaded serde_derive v1.0.228
3362026-02-24T01:24:12.502Z Downloaded smawk v0.3.2
3372026-02-24T01:24:12.502Z Downloaded pest v2.8.2
3382026-02-24T01:24:12.526Z Downloaded serde-value v0.7.0
3392026-02-24T01:24:12.526Z Downloaded indexmap v2.13.0
3402026-02-24T01:24:12.526Z Downloaded pest_meta v2.8.2
3412026-02-24T01:24:12.526Z Downloaded icu_properties_data v1.5.0
3422026-02-24T01:24:12.526Z Downloaded pest_generator v2.8.2
3432026-02-24T01:24:12.550Z Downloaded pest_derive v2.8.2
3442026-02-24T01:24:12.550Z Downloaded digest v0.10.7
3452026-02-24T01:24:12.550Z Downloaded quote v1.0.40
3462026-02-24T01:24:12.550Z Downloaded itoa v1.0.11
3472026-02-24T01:24:12.550Z Downloaded icu_provider_macros v1.5.0
3482026-02-24T01:24:12.551Z Downloaded icu_locid_transform_data v1.5.0
3492026-02-24T01:24:12.551Z Downloaded hashbrown v0.16.1
3502026-02-24T01:24:12.551Z Downloaded dof v0.3.0
3512026-02-24T01:24:12.551Z Downloaded sha2 v0.10.9
3522026-02-24T01:24:12.551Z Downloaded rustix v0.38.37
3532026-02-24T01:24:12.580Z Downloaded log v0.4.29
3542026-02-24T01:24:12.605Z Downloaded litemap v0.7.3
3552026-02-24T01:24:12.605Z Downloaded heck v0.4.1
3562026-02-24T01:24:12.605Z Downloaded generic-array v0.14.7
3572026-02-24T01:24:12.605Z Downloaded cargo_toml v0.21.0
3582026-02-24T01:24:12.605Z Downloaded winnow v0.7.14
3592026-02-24T01:24:12.631Z Downloaded unicode-width v0.2.0
3602026-02-24T01:24:12.631Z Downloaded syn v1.0.109
3612026-02-24T01:24:12.631Z Downloaded swrite v0.1.0
3622026-02-24T01:24:12.631Z Downloaded pretty-hex v0.4.1
3632026-02-24T01:24:12.631Z Downloaded clap v4.5.48
3642026-02-24T01:24:12.656Z Downloaded cargo-platform v0.2.0
3652026-02-24T01:24:12.656Z Downloaded syn v2.0.114
3662026-02-24T01:24:12.680Z Downloaded serde_json v1.0.149
3672026-02-24T01:24:12.681Z Downloaded serde v1.0.228
3682026-02-24T01:24:12.681Z Downloaded proc-macro-error-attr v1.0.4
3692026-02-24T01:24:12.681Z Downloaded goblin v0.8.2
3702026-02-24T01:24:12.681Z Downloaded displaydoc v0.2.5
3712026-02-24T01:24:12.681Z Downloaded clap_builder v4.5.48
3722026-02-24T01:24:12.705Z Downloaded scroll_derive v0.12.0
3732026-02-24T01:24:12.705Z Downloaded scroll v0.12.0
3742026-02-24T01:24:12.705Z Downloaded idna_adapter v1.2.0
3752026-02-24T01:24:12.705Z Downloaded form_urlencoded v1.2.2
3762026-02-24T01:24:12.705Z Downloaded cfg-if v1.0.4
3772026-02-24T01:24:12.705Z Downloaded camino-tempfile v1.4.1
3782026-02-24T01:24:12.705Z Downloaded serde_core v1.0.228
3792026-02-24T01:24:12.705Z Downloaded serde-untagged v0.1.7
3802026-02-24T01:24:12.705Z Downloaded proc-macro2 v1.0.101
3812026-02-24T01:24:12.705Z Downloaded papergrid v0.11.0
3822026-02-24T01:24:12.730Z Downloaded num-traits v0.2.19
3832026-02-24T01:24:12.730Z Downloaded strsim v0.11.1
3842026-02-24T01:24:12.730Z Downloaded is_terminal_polyfill v1.70.1
3852026-02-24T01:24:12.730Z Downloaded cpufeatures v0.2.14
3862026-02-24T01:24:12.731Z Downloaded colorchoice v1.0.2
3872026-02-24T01:24:12.731Z Downloaded heck v0.5.0
3882026-02-24T01:24:12.731Z Downloaded getrandom v0.3.4
3892026-02-24T01:24:12.731Z Downloaded crypto-common v0.1.6
3902026-02-24T01:24:12.731Z Downloaded cargo_metadata v0.21.0
3912026-02-24T01:24:12.731Z Downloaded libc v0.2.180
3922026-02-24T01:24:12.756Z Downloaded cargo-util-schemas v0.8.2
3932026-02-24T01:24:12.781Z Downloaded stable_deref_trait v1.2.0
3942026-02-24T01:24:12.781Z Downloaded rustix v1.1.3
3952026-02-24T01:24:12.805Z Downloaded percent-encoding v2.3.2
3962026-02-24T01:24:12.805Z Downloaded memchr v2.7.4
3972026-02-24T01:24:12.805Z Downloaded macaddr v1.0.1
3982026-02-24T01:24:12.805Z Downloaded icu_locid_transform v1.5.0
3992026-02-24T01:24:12.805Z Downloaded anstyle-query v1.1.1
4002026-02-24T01:24:12.805Z Downloaded semver v1.0.27
4012026-02-24T01:24:12.806Z Downloaded plain v0.2.3
4022026-02-24T01:24:12.806Z Downloaded once_cell v1.21.3
4032026-02-24T01:24:12.806Z Downloaded icu_properties v1.5.1
4042026-02-24T01:24:12.806Z Downloaded icu_locid v1.5.0
4052026-02-24T01:24:12.830Z Downloaded anstyle-parse v0.2.5
4062026-02-24T01:24:12.830Z Downloaded idna v1.0.3
4072026-02-24T01:24:12.830Z Downloaded icu_collections v1.5.0
4082026-02-24T01:24:12.830Z Downloaded tabled_derive v0.7.0
4092026-02-24T01:24:12.830Z Downloaded ordered-float v2.10.1
4102026-02-24T01:24:12.830Z Downloaded toml_write v0.1.2
4112026-02-24T01:24:12.830Z Downloaded thiserror v1.0.69
4122026-02-24T01:24:12.830Z Downloaded byteorder v1.5.0
4132026-02-24T01:24:12.831Z Downloaded utf8parse v0.2.2
4142026-02-24T01:24:12.831Z Downloaded usdt-impl v0.5.0
4152026-02-24T01:24:12.855Z Downloaded clap_derive v4.5.47
4162026-02-24T01:24:12.855Z Downloaded thiserror v2.0.18
4172026-02-24T01:24:12.855Z Downloaded icu_normalizer v1.5.0
4182026-02-24T01:24:12.855Z Downloaded clap_lex v0.7.4
4192026-02-24T01:24:12.855Z Downloaded memmap v0.7.0
4202026-02-24T01:24:12.855Z Downloaded icu_normalizer_data v1.5.0
4212026-02-24T01:24:12.855Z Downloaded fnv v1.0.7
4222026-02-24T01:24:12.855Z Downloaded bitflags v2.9.4
4232026-02-24T01:24:12.855Z Downloaded yoke-derive v0.7.4
4242026-02-24T01:24:12.855Z Downloaded utf8_iter v1.0.4
4252026-02-24T01:24:12.855Z Downloaded unicode-xid v0.2.6
4262026-02-24T01:24:12.855Z Downloaded typeid v1.0.3
4272026-02-24T01:24:12.880Z Downloaded fs-err v3.1.1
4282026-02-24T01:24:12.880Z Downloaded fastrand v2.1.1
4292026-02-24T01:24:12.880Z Downloaded usdt-attr-macro v0.5.0
4302026-02-24T01:24:12.880Z Downloaded textwrap v0.16.2
4312026-02-24T01:24:12.880Z Downloaded icu_provider v1.5.0
4322026-02-24T01:24:12.880Z Downloaded thiserror-impl v2.0.18
4332026-02-24T01:24:12.880Z Downloaded zerofrom v0.1.4
4342026-02-24T01:24:12.880Z Downloaded anyhow v1.0.99
4352026-02-24T01:24:12.880Z Downloaded anstream v0.6.18
4362026-02-24T01:24:12.880Z Downloaded version_check v0.9.5
4372026-02-24T01:24:12.880Z Downloaded utf16_iter v1.0.5
4382026-02-24T01:24:12.880Z Downloaded unicode-linebreak v0.1.5
4392026-02-24T01:24:12.880Z Downloaded toml_datetime v0.6.11
4402026-02-24T01:24:12.880Z Downloaded terminal_size v0.4.0
4412026-02-24T01:24:12.880Z Downloaded dtrace-parser v0.2.0
4422026-02-24T01:24:12.880Z Downloaded bytecount v0.6.8
4432026-02-24T01:24:12.904Z Downloaded typenum v1.17.0
4442026-02-24T01:24:12.904Z Downloaded block-buffer v0.10.4
4452026-02-24T01:24:12.904Z Downloaded autocfg v1.4.0
4462026-02-24T01:24:12.992Z Compiling proc-macro2 v1.0.101
4472026-02-24T01:24:12.992Z Compiling unicode-ident v1.0.19
4482026-02-24T01:24:12.992Z Compiling serde_core v1.0.228
4492026-02-24T01:24:13.017Z Compiling serde v1.0.228
4502026-02-24T01:24:13.017Z Compiling version_check v0.9.5
4512026-02-24T01:24:13.017Z Compiling libc v0.2.180
4522026-02-24T01:24:13.017Z Compiling memchr v2.7.4
4532026-02-24T01:24:13.017Z Compiling stable_deref_trait v1.2.0
4542026-02-24T01:24:13.331Z Compiling thiserror v2.0.18
4552026-02-24T01:24:13.363Z Compiling zmij v1.0.15
4562026-02-24T01:24:13.820Z Compiling itoa v1.0.11
4572026-02-24T01:24:13.858Z Compiling ucd-trie v0.1.7
4582026-02-24T01:24:14.070Z Compiling writeable v0.5.5
4592026-02-24T01:24:14.378Z Compiling thiserror v1.0.69
4602026-02-24T01:24:14.403Z Compiling litemap v0.7.3
4612026-02-24T01:24:14.586Z Compiling autocfg v1.4.0
4622026-02-24T01:24:14.780Z Compiling bitflags v2.9.4
4632026-02-24T01:24:15.156Z Compiling byteorder v1.5.0
4642026-02-24T01:24:15.222Z Compiling quote v1.0.40
4652026-02-24T01:24:15.291Z Compiling errno v0.3.12
4662026-02-24T01:24:15.375Z Compiling icu_locid_transform_data v1.5.0
4672026-02-24T01:24:15.515Z Compiling icu_properties_data v1.5.0
4682026-02-24T01:24:15.588Z Compiling serde_json v1.0.149
4692026-02-24T01:24:15.620Z Compiling syn v2.0.114
4702026-02-24T01:24:15.796Z Compiling num-traits v0.2.19
4712026-02-24T01:24:15.891Z Compiling write16 v1.0.0
4722026-02-24T01:24:15.920Z Compiling utf8_iter v1.0.4
4732026-02-24T01:24:16.016Z Compiling typeid v1.0.3
4742026-02-24T01:24:16.158Z Compiling hashbrown v0.16.1
4752026-02-24T01:24:16.194Z Compiling rustix v0.38.37
4762026-02-24T01:24:16.446Z Compiling utf16_iter v1.0.5
4772026-02-24T01:24:16.474Z Compiling icu_normalizer_data v1.5.0
4782026-02-24T01:24:16.521Z Compiling smallvec v1.15.1
4792026-02-24T01:24:16.620Z Compiling equivalent v1.0.2
4802026-02-24T01:24:16.931Z Compiling proc-macro-error-attr v1.0.4
4812026-02-24T01:24:17.038Z Compiling usdt-impl v0.5.0
4822026-02-24T01:24:17.122Z Compiling winnow v0.7.14
4832026-02-24T01:24:17.263Z Compiling syn v1.0.109
4842026-02-24T01:24:17.398Z Compiling indexmap v2.13.0
4852026-02-24T01:24:17.508Z Compiling toml_write v0.1.2
4862026-02-24T01:24:17.858Z Compiling thread-id v4.2.2
4872026-02-24T01:24:18.283Z Compiling proc-macro-error v1.0.4
4882026-02-24T01:24:18.666Z Compiling camino v1.2.2
4892026-02-24T01:24:18.792Z Compiling log v0.4.29
4902026-02-24T01:24:19.205Z Compiling rustix v1.1.3
4912026-02-24T01:24:19.313Z Compiling getrandom v0.3.4
4922026-02-24T01:24:19.764Z Compiling percent-encoding v2.3.2
4932026-02-24T01:24:19.868Z Compiling utf8parse v0.2.2
4942026-02-24T01:24:19.947Z Compiling plain v0.2.3
4952026-02-24T01:24:20.117Z Compiling anstyle-parse v0.2.5
4962026-02-24T01:24:20.172Z Compiling form_urlencoded v1.2.2
4972026-02-24T01:24:20.540Z Compiling ordered-float v2.10.1
4982026-02-24T01:24:20.665Z Compiling terminal_size v0.4.0
4992026-02-24T01:24:20.982Z Compiling anstyle v1.0.11
5002026-02-24T01:24:21.193Z Compiling cfg-if v1.0.4
5012026-02-24T01:24:21.244Z Compiling is_terminal_polyfill v1.70.1
5022026-02-24T01:24:21.340Z Compiling anstyle-query v1.1.1
5032026-02-24T01:24:21.399Z Compiling colorchoice v1.0.2
5042026-02-24T01:24:21.431Z Compiling pretty-hex v0.4.1
5052026-02-24T01:24:21.604Z Compiling anstream v0.6.18
5062026-02-24T01:24:21.727Z Compiling semver v1.0.27
5072026-02-24T01:24:22.242Z Compiling fs-err v3.1.1
5082026-02-24T01:24:22.463Z Compiling clap_lex v0.7.4
5092026-02-24T01:24:22.511Z Compiling strsim v0.11.1
5102026-02-24T01:24:22.638Z Compiling fnv v1.0.7
5112026-02-24T01:24:22.662Z Compiling heck v0.5.0
5122026-02-24T01:24:22.832Z Compiling synstructure v0.13.1
5132026-02-24T01:24:22.951Z Compiling bytecount v0.6.8
5142026-02-24T01:24:23.232Z Compiling heck v0.4.1
5152026-02-24T01:24:23.263Z Compiling fastrand v2.1.1
5162026-02-24T01:24:23.296Z Compiling unicode-width v0.1.14
5172026-02-24T01:24:23.684Z Compiling once_cell v1.21.3
5182026-02-24T01:24:23.903Z Compiling unicode-xid v0.2.6
5192026-02-24T01:24:23.928Z Compiling anyhow v1.0.99
5202026-02-24T01:24:24.133Z Compiling tempfile v3.24.0
5212026-02-24T01:24:24.251Z Compiling papergrid v0.11.0
5222026-02-24T01:24:24.352Z Compiling clap_builder v4.5.48
5232026-02-24T01:24:24.840Z Compiling memmap v0.7.0
5242026-02-24T01:24:24.946Z Compiling unicode-width v0.2.0
5252026-02-24T01:24:24.999Z Compiling unicode-linebreak v0.1.5
5262026-02-24T01:24:25.184Z Compiling smawk v0.3.2
5272026-02-24T01:24:25.573Z Compiling textwrap v0.16.2
5282026-02-24T01:24:26.175Z Compiling camino-tempfile v1.4.1
5292026-02-24T01:24:26.319Z Compiling swrite v0.1.0
5302026-02-24T01:24:26.356Z Compiling tabled_derive v0.7.0
5312026-02-24T01:24:26.491Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5322026-02-24T01:24:27.206Z Compiling serde_derive v1.0.228
5332026-02-24T01:24:27.231Z Compiling zerofrom-derive v0.1.4
5342026-02-24T01:24:27.285Z Compiling yoke-derive v0.7.4
5352026-02-24T01:24:27.368Z Compiling zerovec-derive v0.10.3
5362026-02-24T01:24:27.434Z Compiling thiserror-impl v2.0.18
5372026-02-24T01:24:28.249Z Compiling displaydoc v0.2.5
5382026-02-24T01:24:29.698Z Compiling icu_provider_macros v1.5.0
5392026-02-24T01:24:29.876Z Compiling thiserror-impl v1.0.69
5402026-02-24T01:24:30.136Z Compiling zerocopy-derive v0.7.35
5412026-02-24T01:24:30.803Z Compiling pest v2.8.2
5422026-02-24T01:24:30.849Z Compiling zerofrom v0.1.4
5432026-02-24T01:24:30.879Z Compiling scroll_derive v0.12.0
5442026-02-24T01:24:31.148Z Compiling yoke v0.7.4
5452026-02-24T01:24:31.584Z Compiling zerovec v0.10.4
5462026-02-24T01:24:32.143Z Compiling zerocopy v0.7.35
5472026-02-24T01:24:32.385Z Compiling scroll v0.12.0
5482026-02-24T01:24:32.642Z Compiling clap_derive v4.5.47
5492026-02-24T01:24:33.014Z Compiling tabled v0.15.0
5502026-02-24T01:24:33.120Z Compiling goblin v0.8.2
5512026-02-24T01:24:33.560Z Compiling tinystr v0.7.6
5522026-02-24T01:24:33.729Z Compiling icu_collections v1.5.0
5532026-02-24T01:24:33.912Z Compiling icu_locid v1.5.0
5542026-02-24T01:24:34.002Z Compiling pest_meta v2.8.2
5552026-02-24T01:24:35.361Z Compiling icu_provider v1.5.0
5562026-02-24T01:24:35.550Z Compiling toml_datetime v0.6.11
5572026-02-24T01:24:35.710Z Compiling serde_spanned v0.6.9
5582026-02-24T01:24:35.964Z Compiling pest_generator v2.8.2
5592026-02-24T01:24:36.016Z Compiling toml_edit v0.22.27
5602026-02-24T01:24:36.125Z Compiling dof v0.3.0
5612026-02-24T01:24:36.469Z Compiling icu_locid_transform v1.5.0
5622026-02-24T01:24:36.679Z Compiling serde_tokenstream v0.2.2
5632026-02-24T01:24:37.091Z Compiling erased-serde v0.4.6
5642026-02-24T01:24:37.444Z Compiling serde-value v0.7.0
5652026-02-24T01:24:37.689Z Compiling cargo-platform v0.2.0
5662026-02-24T01:24:38.276Z Compiling icu_properties v1.5.1
5672026-02-24T01:24:38.310Z Compiling serde-untagged v0.1.7
5682026-02-24T01:24:38.310Z Compiling clap v4.5.48
5692026-02-24T01:24:38.489Z Compiling macaddr v1.0.1
5702026-02-24T01:24:38.995Z Compiling pest_derive v2.8.2
5712026-02-24T01:24:39.770Z Compiling dtrace-parser v0.2.0
5722026-02-24T01:24:39.795Z Compiling toml v0.8.23
5732026-02-24T01:24:40.911Z Compiling cargo_toml v0.21.0
5742026-02-24T01:24:41.737Z Compiling usdt-attr-macro v0.5.0
5752026-02-24T01:24:41.737Z Compiling usdt-macro v0.5.0
5762026-02-24T01:24:42.087Z Compiling icu_normalizer v1.5.0
5772026-02-24T01:24:42.989Z Compiling usdt v0.5.0
5782026-02-24T01:24:43.035Z Compiling idna_adapter v1.2.0
5792026-02-24T01:24:43.226Z Compiling idna v1.0.3
5802026-02-24T01:24:43.803Z Compiling url v2.5.4
5812026-02-24T01:24:44.757Z Compiling cargo-util-schemas v0.8.2
5822026-02-24T01:24:47.102Z Compiling cargo_metadata v0.21.0
5832026-02-24T01:24:49.491Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5842026-02-24T01:24:54.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
5852026-02-24T01:24:54.540Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5862026-02-24T01:24:55.658Z Downloading crates ...
5872026-02-24T01:24:55.841Z Downloaded bcrypt-pbkdf v0.10.0
5882026-02-24T01:24:55.865Z Downloaded assert_matches v1.5.0
5892026-02-24T01:24:56.409Z Downloaded blake2 v0.10.6
5902026-02-24T01:24:56.409Z Downloaded deranged v0.5.3
5912026-02-24T01:24:56.409Z Downloaded derive_builder_core v0.20.2
5922026-02-24T01:24:56.409Z Downloaded foreign-types-shared v0.1.1
5932026-02-24T01:24:56.409Z Downloaded hex v0.4.3
5942026-02-24T01:24:56.409Z Downloaded lalrpop-util v0.19.12
5952026-02-24T01:24:56.409Z Downloaded lazycell v1.3.0
5962026-02-24T01:24:56.409Z Downloaded pbkdf2 v0.12.2
5972026-02-24T01:24:56.409Z Downloaded polyval v0.6.2
5982026-02-24T01:24:56.409Z Downloaded ref-cast-impl v1.0.25
5992026-02-24T01:24:56.409Z Downloaded scrypt v0.11.0
6002026-02-24T01:24:56.409Z Downloaded sha1 v0.10.6
6012026-02-24T01:24:56.409Z Downloaded take_mut v0.2.2
6022026-02-24T01:24:56.409Z Downloaded tinyvec_macros v0.1.1
6032026-02-24T01:24:56.409Z Downloaded termios v0.3.3
6042026-02-24T01:24:56.409Z Downloaded tower-layer v0.3.3
6052026-02-24T01:24:56.409Z Downloaded zone_cfg_derive v0.3.0
6062026-02-24T01:24:56.409Z Downloaded xattr v1.3.1
6072026-02-24T01:24:56.409Z Downloaded zstd-safe v7.2.3
6082026-02-24T01:24:56.434Z Downloaded zopfli v0.8.1
6092026-02-24T01:24:56.434Z Downloaded zip v0.6.6
6102026-02-24T01:24:56.434Z Downloaded zerocopy-derive v0.8.27
6112026-02-24T01:24:56.458Z Downloaded zip v4.2.0
6122026-02-24T01:24:56.458Z Downloaded x509-cert v0.2.5
6132026-02-24T01:24:56.482Z Downloaded tower-http v0.6.6
6142026-02-24T01:24:56.483Z Downloaded tough v0.20.0
6152026-02-24T01:24:56.507Z Downloaded smoltcp v0.9.1
6162026-02-24T01:24:56.531Z Downloaded winnow v0.6.26
6172026-02-24T01:24:56.556Z Downloaded zlib-rs v0.5.1
6182026-02-24T01:24:56.556Z Downloaded regex-syntax v0.8.5
6192026-02-24T01:24:56.556Z Downloaded vcpkg v0.2.15
6202026-02-24T01:24:56.618Z Downloaded openapiv3 v2.2.0
6212026-02-24T01:24:56.643Z Downloaded webpki-roots v1.0.1
6222026-02-24T01:24:56.643Z Downloaded zerocopy v0.8.27
6232026-02-24T01:24:56.669Z Downloaded smoltcp v0.11.0
6242026-02-24T01:24:56.693Z Downloaded rustls v0.23.19
6252026-02-24T01:24:56.717Z Downloaded sqlparser v0.61.0
6262026-02-24T01:24:56.741Z Downloaded rustls v0.22.4
6272026-02-24T01:24:56.741Z Downloaded sled v0.34.7
6282026-02-24T01:24:56.765Z Downloaded ratatui v0.29.0
6292026-02-24T01:24:56.789Z Downloaded jiff v0.2.15
6302026-02-24T01:24:56.813Z Downloaded lzma-sys v0.1.20
6312026-02-24T01:24:56.837Z Downloaded regex-automata v0.4.11
6322026-02-24T01:24:56.861Z Downloaded typify-impl v0.2.0
6332026-02-24T01:24:56.886Z Downloaded libz-sys v1.1.20
6342026-02-24T01:24:56.910Z Downloaded object v0.36.5
6352026-02-24T01:24:56.910Z Downloaded zerocopy-derive v0.6.6
6362026-02-24T01:24:56.934Z Downloaded petgraph v0.6.5
6372026-02-24T01:24:56.958Z Downloaded typify-impl v0.4.3
6382026-02-24T01:24:56.958Z Downloaded winnow v0.5.40
6392026-02-24T01:24:56.982Z Downloaded petgraph v0.8.2
6402026-02-24T01:24:57.006Z Downloaded regress v0.10.4
6412026-02-24T01:24:57.030Z Downloaded object v0.37.3
6422026-02-24T01:24:57.053Z Downloaded rustls v0.21.12
6432026-02-24T01:24:57.053Z Downloaded hickory-proto v0.24.4
6442026-02-24T01:24:57.077Z Downloaded tokio-util v0.7.15
6452026-02-24T01:24:57.101Z Downloaded tabled v0.20.0
6462026-02-24T01:24:57.101Z Downloaded sha3 v0.10.8
6472026-02-24T01:24:57.125Z Downloaded tabled v0.18.0
6482026-02-24T01:24:57.149Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6492026-02-24T01:24:57.173Z Downloaded regex-syntax v0.6.29
6502026-02-24T01:24:57.173Z Downloaded unicode-segmentation v1.12.0
6512026-02-24T01:24:57.173Z Downloaded tokio v1.49.0
6522026-02-24T01:24:57.211Z Downloaded unicode-normalization v0.1.24
6532026-02-24T01:24:57.235Z Downloaded typed-path v0.9.3
6542026-02-24T01:24:57.235Z Downloaded petname v2.0.2
6552026-02-24T01:24:57.235Z Downloaded nix v0.30.1
6562026-02-24T01:24:57.259Z Downloaded tower v0.5.2
6572026-02-24T01:24:57.284Z Downloaded toml_edit v0.19.15
6582026-02-24T01:24:57.308Z Downloaded time v0.3.43
6592026-02-24T01:24:57.332Z Downloaded serde_with v3.16.1
6602026-02-24T01:24:57.356Z Downloaded yansi v1.0.1
6612026-02-24T01:24:57.356Z Downloaded uuid v1.19.0
6622026-02-24T01:24:57.356Z Downloaded encoding_rs v0.8.34
6632026-02-24T01:24:57.384Z Downloaded unsafe-libyaml v0.2.11
6642026-02-24T01:24:57.408Z Downloaded unicode_categories v0.1.1
6652026-02-24T01:24:57.408Z Downloaded tracing v0.1.40
6662026-02-24T01:24:57.408Z Downloaded rustls-webpki v0.102.8
6672026-02-24T01:24:57.443Z Downloaded rayon v1.10.0
6682026-02-24T01:24:57.468Z Downloaded radix_trie v0.2.1
6692026-02-24T01:24:57.468Z Downloaded polar-core v0.27.3
6702026-02-24T01:24:57.492Z Downloaded openssl v0.10.73
6712026-02-24T01:24:57.492Z Downloaded zerocopy v0.6.6
6722026-02-24T01:24:57.492Z Downloaded yasna v0.5.2
6732026-02-24T01:24:57.492Z Downloaded walkdir v2.5.0
6742026-02-24T01:24:57.517Z Downloaded vte v0.11.1
6752026-02-24T01:24:57.517Z Downloaded value-bag v1.12.0
6762026-02-24T01:24:57.517Z Downloaded unicode-bidi v0.3.17
6772026-02-24T01:24:57.517Z Downloaded typify v0.4.3
6782026-02-24T01:24:57.517Z Downloaded tungstenite v0.23.0
6792026-02-24T01:24:57.517Z Downloaded tungstenite v0.21.0
6802026-02-24T01:24:57.517Z Downloaded ring v0.17.14
6812026-02-24T01:24:57.557Z Downloaded tracing-core v0.1.32
6822026-02-24T01:24:57.581Z Downloaded toml v0.9.11+spec-1.1.0
6832026-02-24T01:24:57.581Z Downloaded salty v0.3.0
6842026-02-24T01:24:57.581Z Downloaded proptest v1.7.0
6852026-02-24T01:24:57.606Z Downloaded nix v0.29.0
6862026-02-24T01:24:57.635Z Downloaded nix v0.28.0
6872026-02-24T01:24:57.635Z Downloaded zstd v0.13.3
6882026-02-24T01:24:57.635Z Downloaded zeroize_derive v1.4.2
6892026-02-24T01:24:57.635Z Downloaded zeroize v1.8.1
6902026-02-24T01:24:57.659Z Downloaded xz2 v0.1.7
6912026-02-24T01:24:57.659Z Downloaded xshell v0.2.7
6922026-02-24T01:24:57.659Z Downloaded wyz v0.5.1
6932026-02-24T01:24:57.659Z Downloaded whoami v1.5.2
6942026-02-24T01:24:57.659Z Downloaded vsss-rs v3.3.4
6952026-02-24T01:24:57.659Z Downloaded void v1.0.2
6962026-02-24T01:24:57.659Z Downloaded libgit2-sys v0.18.2+1.9.1
6972026-02-24T01:24:57.711Z Downloaded vergen-gitcl v1.0.8
6982026-02-24T01:24:57.736Z Downloaded vergen-git2 v1.0.7
6992026-02-24T01:24:57.736Z Downloaded vergen v9.0.6
7002026-02-24T01:24:57.737Z Downloaded uzers v0.12.1
7012026-02-24T01:24:57.737Z Downloaded twox-hash v2.1.0
7022026-02-24T01:24:57.737Z Downloaded toml_parser v1.0.6+spec-1.1.0
7032026-02-24T01:24:57.737Z Downloaded toml v0.7.8
7042026-02-24T01:24:57.737Z Downloaded tokio-postgres v0.7.13
7052026-02-24T01:24:57.737Z Downloaded rustls-webpki v0.101.7
7062026-02-24T01:24:57.762Z Downloaded quick-xml v0.37.2
7072026-02-24T01:24:57.762Z Downloaded which v4.4.2
7082026-02-24T01:24:57.762Z Downloaded want v0.3.1
7092026-02-24T01:24:57.762Z Downloaded waitgroup v0.1.2
7102026-02-24T01:24:57.762Z Downloaded wait-timeout v0.2.0
7112026-02-24T01:24:57.762Z Downloaded vte_generate_state_changes v0.1.2
7122026-02-24T01:24:57.787Z Downloaded vergen-lib v0.1.6
7132026-02-24T01:24:57.787Z Downloaded usdt-impl v0.6.0
7142026-02-24T01:24:57.787Z Downloaded typify v0.2.0
7152026-02-24T01:24:57.787Z Downloaded tokio-tungstenite v0.23.1
7162026-02-24T01:24:57.787Z Downloaded ssh-key v0.6.6
7172026-02-24T01:24:57.787Z Downloaded quinn-proto v0.11.8
7182026-02-24T01:24:57.813Z Downloaded object v0.30.4
7192026-02-24T01:24:57.813Z Downloaded nix v0.27.1
7202026-02-24T01:24:57.838Z Downloaded diesel v2.2.12
7212026-02-24T01:24:57.862Z Downloaded zone_cfg_derive v0.1.2
7222026-02-24T01:24:57.862Z Downloaded zone v0.3.1
7232026-02-24T01:24:57.862Z Downloaded zone v0.1.8
7242026-02-24T01:24:57.862Z Downloaded xshell-macros v0.2.7
7252026-02-24T01:24:57.862Z Downloaded utf-8 v0.7.6
7262026-02-24T01:24:57.862Z Downloaded usdt-macro v0.6.0
7272026-02-24T01:24:57.862Z Downloaded usdt-attr-macro v0.6.0
7282026-02-24T01:24:57.862Z Downloaded usdt v0.6.0
7292026-02-24T01:24:57.862Z Downloaded untrusted v0.9.0
7302026-02-24T01:24:57.862Z Downloaded untrusted v0.7.1
7312026-02-24T01:24:57.888Z Downloaded universal-hash v0.5.1
7322026-02-24T01:24:57.888Z Downloaded unit-prefix v0.5.1
7332026-02-24T01:24:57.888Z Downloaded unicode-truncate v1.1.0
7342026-02-24T01:24:57.888Z Downloaded unicode-properties v0.1.3
7352026-02-24T01:24:57.888Z Downloaded unicase v2.8.1
7362026-02-24T01:24:57.888Z Downloaded unarray v0.1.4
7372026-02-24T01:24:57.888Z Downloaded typify-macro v0.4.3
7382026-02-24T01:24:57.888Z Downloaded typify-macro v0.2.0
7392026-02-24T01:24:57.888Z Downloaded tui-tree-widget v0.23.1
7402026-02-24T01:24:57.888Z Downloaded try-lock v0.2.5
7412026-02-24T01:24:57.888Z Downloaded trait-variant v0.1.2
7422026-02-24T01:24:57.888Z Downloaded tracing-attributes v0.1.27
7432026-02-24T01:24:57.888Z Downloaded tower-service v0.3.3
7442026-02-24T01:24:57.888Z Downloaded topological-sort v0.2.2
7452026-02-24T01:24:57.888Z Downloaded toml_writer v1.0.6+spec-1.1.0
7462026-02-24T01:24:57.888Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7472026-02-24T01:24:57.913Z Downloaded tokio-tungstenite v0.21.0
7482026-02-24T01:24:57.913Z Downloaded tokio-stream v0.1.17
7492026-02-24T01:24:57.913Z Downloaded tokio-rustls v0.26.0
7502026-02-24T01:24:57.913Z Downloaded tokio-rustls v0.24.1
7512026-02-24T01:24:57.913Z Downloaded test-strategy v0.4.3
7522026-02-24T01:24:57.913Z Downloaded term v0.7.0
7532026-02-24T01:24:57.913Z Downloaded tar v0.4.44
7542026-02-24T01:24:57.937Z Downloaded steno v0.4.1
7552026-02-24T01:24:57.937Z Downloaded snafu v0.8.5
7562026-02-24T01:24:57.937Z Downloaded rustyline v14.0.0
7572026-02-24T01:24:57.937Z Downloaded reqwest v0.12.24
7582026-02-24T01:24:57.961Z Downloaded regex v1.11.3
7592026-02-24T01:24:57.961Z Downloaded reedline v0.40.0
7602026-02-24T01:24:57.961Z Downloaded moka v0.12.10
7612026-02-24T01:24:57.985Z Downloaded dropshot v0.16.7
7622026-02-24T01:24:58.009Z Downloaded tokio-rustls v0.25.0
7632026-02-24T01:24:58.009Z Downloaded tokio-native-tls v0.3.1
7642026-02-24T01:24:58.009Z Downloaded tokio-macros v2.6.0
7652026-02-24T01:24:58.009Z Downloaded tokio-dtrace v0.1.0
7662026-02-24T01:24:58.009Z Downloaded tls_codec_derive v0.4.1
7672026-02-24T01:24:58.009Z Downloaded tls_codec v0.4.1
7682026-02-24T01:24:58.009Z Downloaded tinyvec v1.8.0
7692026-02-24T01:24:58.009Z Downloaded tiny-keccak v2.0.2
7702026-02-24T01:24:58.009Z Downloaded time-macros v0.2.24
7712026-02-24T01:24:58.009Z Downloaded thiserror-no-std v2.0.2
7722026-02-24T01:24:58.033Z Downloaded term v1.1.0
7732026-02-24T01:24:58.033Z Downloaded schemars v1.0.4
7742026-02-24T01:24:58.033Z Downloaded rpassword v7.4.0
7752026-02-24T01:24:58.057Z Downloaded socket2 v0.6.1
7762026-02-24T01:24:58.057Z Downloaded socket2 v0.5.10
7772026-02-24T01:24:58.057Z Downloaded samael v0.0.19
7782026-02-24T01:24:58.057Z Downloaded russh v0.45.0
7792026-02-24T01:24:58.057Z Downloaded libxml v0.3.3
7802026-02-24T01:24:58.082Z Downloaded chrono-tz v0.10.4
7812026-02-24T01:24:58.106Z Downloaded bzip2-sys v0.1.13+1.0.8
7822026-02-24T01:24:58.106Z Downloaded time-core v0.1.6
7832026-02-24T01:24:58.106Z Downloaded thread_local v1.1.8
7842026-02-24T01:24:58.106Z Downloaded thread-id v5.0.0
7852026-02-24T01:24:58.106Z Downloaded thiserror-impl-no-std v2.0.2
7862026-02-24T01:24:58.106Z Downloaded testing_table v0.3.0
7872026-02-24T01:24:58.106Z Downloaded termtree v0.5.1
7882026-02-24T01:24:58.106Z Downloaded tap v1.0.1
7892026-02-24T01:24:58.106Z Downloaded supports-color v3.0.2
7902026-02-24T01:24:58.106Z Downloaded support-bundle-viewer v0.1.2
7912026-02-24T01:24:58.130Z Downloaded subprocess v0.2.9
7922026-02-24T01:24:58.130Z Downloaded strum_macros v0.27.2
7932026-02-24T01:24:58.130Z Downloaded strum_macros v0.26.4
7942026-02-24T01:24:58.130Z Downloaded strum_macros v0.24.3
7952026-02-24T01:24:58.130Z Downloaded stringprep v0.1.5
7962026-02-24T01:24:58.130Z Downloaded string_cache v0.8.9
7972026-02-24T01:24:58.130Z Downloaded static_assertions v1.1.0
7982026-02-24T01:24:58.130Z Downloaded stacker v0.1.23
7992026-02-24T01:24:58.130Z Downloaded ssh-cipher v0.2.0
8002026-02-24T01:24:58.130Z Downloaded sqlformat v0.3.5
8012026-02-24T01:24:58.130Z Downloaded spki v0.7.3
8022026-02-24T01:24:58.131Z Downloaded spin v0.9.8
8032026-02-24T01:24:58.155Z Downloaded snafu-derive v0.8.5
8042026-02-24T01:24:58.155Z Downloaded smf v0.2.3
8052026-02-24T01:24:58.155Z Downloaded smallvec v0.6.14
8062026-02-24T01:24:58.155Z Downloaded slog-term v2.9.2
8072026-02-24T01:24:58.155Z Downloaded slog v2.8.2
8082026-02-24T01:24:58.155Z Downloaded similar v2.7.0
8092026-02-24T01:24:58.155Z Downloaded signal-hook v0.3.18
8102026-02-24T01:24:58.155Z Downloaded serde_yaml v0.9.34+deprecated
8112026-02-24T01:24:58.155Z Downloaded serde_with_macros v3.16.1
8122026-02-24T01:24:58.179Z Downloaded schemars v0.9.0
8132026-02-24T01:24:58.179Z Downloaded rustls-pki-types v1.10.0
8142026-02-24T01:24:58.179Z Downloaded rsa v0.9.8
8152026-02-24T01:24:58.203Z Downloaded rayon-core v1.12.1
8162026-02-24T01:24:58.203Z Downloaded rand v0.9.2
8172026-02-24T01:24:58.204Z Downloaded portable-atomic v1.11.0
8182026-02-24T01:24:58.204Z Downloaded p384 v0.13.1
8192026-02-24T01:24:58.204Z Downloaded lalrpop v0.19.12
8202026-02-24T01:24:58.228Z Downloaded hkdf v0.12.4
8212026-02-24T01:24:58.228Z Downloaded curve25519-dalek v4.1.3
8222026-02-24T01:24:58.252Z Downloaded tagptr v0.2.0
8232026-02-24T01:24:58.252Z Downloaded tabwriter v1.4.0
8242026-02-24T01:24:58.252Z Downloaded tabled_derive v0.11.0
8252026-02-24T01:24:58.252Z Downloaded tabled_derive v0.10.0
8262026-02-24T01:24:58.252Z Downloaded sync_wrapper v1.0.1
8272026-02-24T01:24:58.252Z Downloaded sync-ptr v0.1.4
8282026-02-24T01:24:58.252Z Downloaded subtle v2.6.1
8292026-02-24T01:24:58.252Z Downloaded strum v0.27.2
8302026-02-24T01:24:58.252Z Downloaded strum v0.26.3
8312026-02-24T01:24:58.252Z Downloaded structmeta-derive v0.3.0
8322026-02-24T01:24:58.252Z Downloaded structmeta v0.3.0
8332026-02-24T01:24:58.252Z Downloaded strip-ansi-escapes v0.2.0
8342026-02-24T01:24:58.252Z Downloaded ssh-encoding v0.2.0
8352026-02-24T01:24:58.253Z Downloaded sqlparser_derive v0.5.0
8362026-02-24T01:24:58.253Z Downloaded slog-stdlog v4.1.1
8372026-02-24T01:24:58.253Z Downloaded slog-scope v4.4.0
8382026-02-24T01:24:58.253Z Downloaded slog-json v2.6.1
8392026-02-24T01:24:58.253Z Downloaded slog-envlogger v2.2.0
8402026-02-24T01:24:58.278Z Downloaded slog-dtrace v0.3.0
8412026-02-24T01:24:58.278Z Downloaded slog-bunyan v2.5.0
8422026-02-24T01:24:58.278Z Downloaded slog-async v2.8.0
8432026-02-24T01:24:58.278Z Downloaded slab v0.4.9
8442026-02-24T01:24:58.278Z Downloaded siphasher v1.0.1
8452026-02-24T01:24:58.278Z Downloaded siphasher v0.3.11
8462026-02-24T01:24:58.278Z Downloaded simd-adler32 v0.3.7
8472026-02-24T01:24:58.278Z Downloaded sigpipe v0.1.3
8482026-02-24T01:24:58.278Z Downloaded signature v2.2.0
8492026-02-24T01:24:58.278Z Downloaded signal-hook-tokio v0.3.1
8502026-02-24T01:24:58.278Z Downloaded signal-hook-registry v1.4.2
8512026-02-24T01:24:58.278Z Downloaded signal-hook-mio v0.2.4
8522026-02-24T01:24:58.278Z Downloaded shlex v1.3.0
8532026-02-24T01:24:58.278Z Downloaded shell-words v1.1.0
8542026-02-24T01:24:58.278Z Downloaded serde_urlencoded v0.7.1
8552026-02-24T01:24:58.278Z Downloaded serde_spanned v1.0.4
8562026-02-24T01:24:58.278Z Downloaded serde_repr v0.1.19
8572026-02-24T01:24:58.303Z Downloaded serde_plain v1.0.2
8582026-02-24T01:24:58.303Z Downloaded serde_path_to_error v0.1.20
8592026-02-24T01:24:58.303Z Downloaded serde_derive_internals v0.29.1
8602026-02-24T01:24:58.303Z Downloaded serde_cbor v0.11.2
8612026-02-24T01:24:58.303Z Downloaded serde_bytes v0.11.19
8622026-02-24T01:24:58.303Z Downloaded serde-hex v0.1.0
8632026-02-24T01:24:58.303Z Downloaded serde-big-array v0.5.1
8642026-02-24T01:24:58.303Z Downloaded seq-macro v0.3.6
8652026-02-24T01:24:58.303Z Downloaded sec1 v0.7.3
8662026-02-24T01:24:58.303Z Downloaded schemars v0.8.22
8672026-02-24T01:24:58.327Z Downloaded ryu v1.0.18
8682026-02-24T01:24:58.327Z Downloaded rustversion v1.0.22
8692026-02-24T01:24:58.327Z Downloaded rustls-pemfile v2.2.0
8702026-02-24T01:24:58.327Z Downloaded rustls-pemfile v1.0.4
8712026-02-24T01:24:58.327Z Downloaded rustls-native-certs v0.8.1
8722026-02-24T01:24:58.327Z Downloaded rustc-hash v2.1.1
8732026-02-24T01:24:58.327Z Downloaded rustc-demangle v0.1.24
8742026-02-24T01:24:58.351Z Downloaded russh-keys v0.45.0
8752026-02-24T01:24:58.351Z Downloaded ron v0.8.1
8762026-02-24T01:24:58.351Z Downloaded ron v0.7.1
8772026-02-24T01:24:58.351Z Downloaded resolv-conf v0.7.0
8782026-02-24T01:24:58.351Z Downloaded rand v0.8.5
8792026-02-24T01:24:58.351Z Downloaded quinn v0.11.5
8802026-02-24T01:24:58.375Z Downloaded qorb v0.4.1
8812026-02-24T01:24:58.375Z Downloaded publicsuffix v2.3.0
8822026-02-24T01:24:58.375Z Downloaded progenitor-impl v0.11.2
8832026-02-24T01:24:58.375Z Downloaded progenitor-impl v0.10.0
8842026-02-24T01:24:58.375Z Downloaded prettyplease v0.2.36
8852026-02-24T01:24:58.375Z Downloaded pretty_assertions v1.4.1
8862026-02-24T01:24:58.375Z Downloaded prefix-trie v0.7.0
8872026-02-24T01:24:58.376Z Downloaded postgres-types v0.2.9
8882026-02-24T01:24:58.400Z Downloaded pkcs1 v0.7.5
8892026-02-24T01:24:58.400Z Downloaded p521 v0.13.3
8902026-02-24T01:24:58.400Z Downloaded hyper-util v0.1.19
8912026-02-24T01:24:58.400Z Downloaded hickory-server v0.25.2
8922026-02-24T01:24:58.400Z Downloaded hickory-proto v0.25.2
8932026-02-24T01:24:58.424Z Downloaded hashbrown v0.12.3
8942026-02-24T01:24:58.424Z Downloaded git2 v0.20.2
8952026-02-24T01:24:58.448Z Downloaded semver v0.1.20
8962026-02-24T01:24:58.448Z Downloaded secrecy v0.10.3
8972026-02-24T01:24:58.448Z Downloaded secrecy v0.8.0
8982026-02-24T01:24:58.448Z Downloaded sct v0.7.1
8992026-02-24T01:24:58.448Z Downloaded scroll v0.13.0
9002026-02-24T01:24:58.448Z Downloaded schemars_derive v0.8.22
9012026-02-24T01:24:58.448Z Downloaded rusty-fork v0.3.0
9022026-02-24T01:24:58.448Z Downloaded rustc_version v0.4.1
9032026-02-24T01:24:58.448Z Downloaded rustc_version v0.1.7
9042026-02-24T01:24:58.448Z Downloaded rustc-hash v1.1.0
9052026-02-24T01:24:58.449Z Downloaded russh-cryptovec v0.7.3
9062026-02-24T01:24:58.449Z Downloaded rtoolbox v0.0.2
9072026-02-24T01:24:58.449Z Downloaded rfc6979 v0.4.0
9082026-02-24T01:24:58.449Z Downloaded rcgen v0.12.1
9092026-02-24T01:24:58.473Z Downloaded proc-macro-error2 v2.0.1
9102026-02-24T01:24:58.473Z Downloaded predicates v3.1.3
9112026-02-24T01:24:58.473Z Downloaded ppv-lite86 v0.2.20
9122026-02-24T01:24:58.473Z Downloaded postgres-protocol v0.6.8
9132026-02-24T01:24:58.473Z Downloaded pin-project-lite v0.2.14
9142026-02-24T01:24:58.473Z Downloaded pem v3.0.5
9152026-02-24T01:24:58.473Z Downloaded peg-runtime v0.8.5
9162026-02-24T01:24:58.473Z Downloaded num-integer v0.1.46
9172026-02-24T01:24:58.473Z Downloaded num-bigint-dig v0.8.6
9182026-02-24T01:24:58.497Z Downloaded nom v7.1.3
9192026-02-24T01:24:58.497Z Downloaded litrs v0.4.1
9202026-02-24T01:24:58.497Z Downloaded itertools v0.13.0
9212026-02-24T01:24:58.497Z Downloaded heapless v0.8.0
9222026-02-24T01:24:58.497Z Downloaded headers v0.4.1
9232026-02-24T01:24:58.521Z Downloaded scroll_derive v0.13.1
9242026-02-24T01:24:58.521Z Downloaded scopeguard v1.2.0
9252026-02-24T01:24:58.522Z Downloaded scheduled-thread-pool v0.2.7
9262026-02-24T01:24:58.522Z Downloaded sapling-renderdag v0.1.0
9272026-02-24T01:24:58.522Z Downloaded same-file v1.0.6
9282026-02-24T01:24:58.522Z Downloaded salsa20 v0.10.2
9292026-02-24T01:24:58.522Z Downloaded ref-cast v1.0.25
9302026-02-24T01:24:58.522Z Downloaded rand_seeder v0.4.0
9312026-02-24T01:24:58.522Z Downloaded rand_core v0.9.3
9322026-02-24T01:24:58.522Z Downloaded rand_core v0.6.4
9332026-02-24T01:24:58.522Z Downloaded rand_chacha v0.9.0
9342026-02-24T01:24:58.522Z Downloaded r2d2 v0.8.10
9352026-02-24T01:24:58.522Z Downloaded quinn-udp v0.5.5
9362026-02-24T01:24:58.546Z Downloaded psm v0.1.30
9372026-02-24T01:24:58.546Z Downloaded psl-types v2.0.11
9382026-02-24T01:24:58.546Z Downloaded progenitor-impl v0.8.0
9392026-02-24T01:24:58.546Z Downloaded progenitor v0.10.0
9402026-02-24T01:24:58.546Z Downloaded progenitor v0.8.0
9412026-02-24T01:24:58.546Z Downloaded proc-macro-error-attr2 v2.0.0
9422026-02-24T01:24:58.546Z Downloaded proc-macro-crate v1.3.1
9432026-02-24T01:24:58.546Z Downloaded primeorder v0.13.6
9442026-02-24T01:24:58.546Z Downloaded pretty-hex v0.2.1
9452026-02-24T01:24:58.546Z Downloaded predicates-tree v1.0.12
9462026-02-24T01:24:58.546Z Downloaded precomputed-hash v0.1.1
9472026-02-24T01:24:58.546Z Downloaded powerfmt v0.2.0
9482026-02-24T01:24:58.546Z Downloaded pin-project-internal v1.1.6
9492026-02-24T01:24:58.546Z Downloaded pin-project v1.1.6
9502026-02-24T01:24:58.570Z Downloaded phf_shared v0.11.2
9512026-02-24T01:24:58.570Z Downloaded phf v0.11.2
9522026-02-24T01:24:58.570Z Downloaded peg-macros v0.8.5
9532026-02-24T01:24:58.570Z Downloaded openssl-probe v0.1.5
9542026-02-24T01:24:58.571Z Downloaded olpc-cjson v0.1.4
9552026-02-24T01:24:58.571Z Downloaded num-derive v0.4.2
9562026-02-24T01:24:58.571Z Downloaded lzss v0.8.2
9572026-02-24T01:24:58.571Z Downloaded lru-cache v0.1.2
9582026-02-24T01:24:58.571Z Downloaded lockfree-object-pool v0.1.6
9592026-02-24T01:24:58.571Z Downloaded linear-map v1.2.0
9602026-02-24T01:24:58.595Z Downloaded itertools v0.12.1
9612026-02-24T01:24:58.595Z Downloaded ipnetwork v0.21.1
9622026-02-24T01:24:58.595Z Downloaded ipnet v2.11.0
9632026-02-24T01:24:58.595Z Downloaded inout v0.1.3
9642026-02-24T01:24:58.595Z Downloaded hmac v0.12.1
9652026-02-24T01:24:58.595Z Downloaded recursive-proc-macro-impl v0.1.1
9662026-02-24T01:24:58.619Z Downloaded recursive v0.1.1
9672026-02-24T01:24:58.619Z Downloaded rand_xorshift v0.4.0
9682026-02-24T01:24:58.619Z Downloaded rand_chacha v0.3.1
9692026-02-24T01:24:58.619Z Downloaded radium v0.7.0
9702026-02-24T01:24:58.619Z Downloaded quick-error v1.2.3
9712026-02-24T01:24:58.619Z Downloaded progenitor-macro v0.11.2
9722026-02-24T01:24:58.619Z Downloaded progenitor-macro v0.10.0
9732026-02-24T01:24:58.619Z Downloaded progenitor-macro v0.8.0
9742026-02-24T01:24:58.619Z Downloaded progenitor-client v0.11.2
9752026-02-24T01:24:58.619Z Downloaded progenitor-client v0.10.0
9762026-02-24T01:24:58.619Z Downloaded progenitor-client v0.8.0
9772026-02-24T01:24:58.619Z Downloaded progenitor v0.11.2
9782026-02-24T01:24:58.619Z Downloaded predicates-core v1.0.8
9792026-02-24T01:24:58.619Z Downloaded postcard v1.0.10
9802026-02-24T01:24:58.644Z Downloaded poly1305 v0.8.0
9812026-02-24T01:24:58.644Z Downloaded pkcs8 v0.10.2
9822026-02-24T01:24:58.644Z Downloaded pkcs5 v0.7.1
9832026-02-24T01:24:58.644Z Downloaded pin-utils v0.1.0
9842026-02-24T01:24:58.644Z Downloaded phf_shared v0.12.1
9852026-02-24T01:24:58.644Z Downloaded phf v0.12.1
9862026-02-24T01:24:58.644Z Downloaded pem-rfc7468 v0.7.0
9872026-02-24T01:24:58.644Z Downloaded openssl-sys v0.9.109
9882026-02-24T01:24:58.644Z Downloaded omicron-zone-package v0.12.2
9892026-02-24T01:24:58.682Z Downloaded num-bigint v0.4.6
9902026-02-24T01:24:58.682Z Downloaded mio v1.0.2
9912026-02-24T01:24:58.682Z Downloaded minimal-lexical v0.2.1
9922026-02-24T01:24:58.682Z Downloaded libm v0.2.8
9932026-02-24T01:24:58.682Z Downloaded itertools v0.14.0
9942026-02-24T01:24:58.682Z Downloaded itertools v0.10.5
9952026-02-24T01:24:58.707Z Downloaded indent_write v2.2.0
9962026-02-24T01:24:58.707Z Downloaded hyper-tls v0.6.0
9972026-02-24T01:24:58.707Z Downloaded hubpack_derive v0.1.1
9982026-02-24T01:24:58.707Z Downloaded httparse v1.9.5
9992026-02-24T01:24:58.707Z Downloaded hickory-client v0.25.2
10002026-02-24T01:24:58.707Z Downloaded half v2.4.1
10012026-02-24T01:24:58.707Z Downloaded group v0.13.0
10022026-02-24T01:24:58.707Z Downloaded goblin v0.10.2
10032026-02-24T01:24:58.731Z Downloaded futures-util v0.3.31
10042026-02-24T01:24:58.731Z Downloaded pkg-config v0.3.31
10052026-02-24T01:24:58.731Z Downloaded peg v0.8.5
10062026-02-24T01:24:58.731Z Downloaded password-hash v0.5.0
10072026-02-24T01:24:58.756Z Downloaded parse-display-derive v0.10.0
10082026-02-24T01:24:58.756Z Downloaded parking_lot_core v0.9.10
10092026-02-24T01:24:58.756Z Downloaded parking_lot_core v0.8.6
10102026-02-24T01:24:58.756Z Downloaded parking_lot v0.12.3
10112026-02-24T01:24:58.756Z Downloaded parking_lot v0.11.2
10122026-02-24T01:24:58.756Z Downloaded papergrid v0.17.0
10132026-02-24T01:24:58.756Z Downloaded papergrid v0.14.0
10142026-02-24T01:24:58.756Z Downloaded packed_struct v0.10.1
10152026-02-24T01:24:58.780Z Downloaded p256 v0.13.2
10162026-02-24T01:24:58.780Z Downloaded oxnet v0.1.4
10172026-02-24T01:24:58.780Z Downloaded oxide-tokio-rt v0.1.2
10182026-02-24T01:24:58.780Z Downloaded owo-colors v4.2.3
10192026-02-24T01:24:58.780Z Downloaded oso v0.27.3
10202026-02-24T01:24:58.780Z Downloaded openssl-macros v0.1.1
10212026-02-24T01:24:58.780Z Downloaded opaque-debug v0.3.1
10222026-02-24T01:24:58.780Z Downloaded number_prefix v0.4.0
10232026-02-24T01:24:58.780Z Downloaded num_threads v0.1.7
10242026-02-24T01:24:58.780Z Downloaded num_enum_derive v0.5.11
10252026-02-24T01:24:58.780Z Downloaded num_enum v0.5.11
10262026-02-24T01:24:58.805Z Downloaded num-rational v0.4.2
10272026-02-24T01:24:58.805Z Downloaded num-iter v0.1.45
10282026-02-24T01:24:58.805Z Downloaded num-derive v0.3.3
10292026-02-24T01:24:58.805Z Downloaded num-conv v0.1.0
10302026-02-24T01:24:58.805Z Downloaded aws-lc-sys v0.26.0
10312026-02-24T01:24:59.022Z Downloaded nu-ansi-term v0.50.1
10322026-02-24T01:24:59.047Z Downloaded newtype-uuid v1.3.2
10332026-02-24T01:24:59.047Z Downloaded miniz_oxide v0.8.5
10342026-02-24T01:24:59.047Z Downloaded memmap2 v0.9.8
10352026-02-24T01:24:59.047Z Downloaded managed v0.8.0
10362026-02-24T01:24:59.047Z Downloaded lru v0.12.5
10372026-02-24T01:24:59.047Z Downloaded jiff-static v0.2.15
10382026-02-24T01:24:59.047Z Downloaded iri-string v0.7.8
10392026-02-24T01:24:59.047Z Downloaded ident_case v1.0.1
10402026-02-24T01:24:59.047Z Downloaded iddqd v0.3.16
10412026-02-24T01:24:59.071Z Downloaded hyper v1.8.1
10422026-02-24T01:24:59.071Z Downloaded http v1.4.0
10432026-02-24T01:24:59.071Z Downloaded hickory-resolver v0.25.2
10442026-02-24T01:24:59.095Z Downloaded hashbrown v0.13.2
10452026-02-24T01:24:59.095Z Downloaded h2 v0.4.6
10462026-02-24T01:24:59.095Z Downloaded gimli v0.31.1
10472026-02-24T01:24:59.119Z Downloaded expectorate v1.2.0
10482026-02-24T01:24:59.119Z Downloaded chrono v0.4.43
10492026-02-24T01:24:59.119Z Downloaded bindgen v0.69.5
10502026-02-24T01:24:59.119Z Downloaded aws-lc-rs v1.12.4
10512026-02-24T01:24:59.143Z Downloaded pbkdf2 v0.11.0
10522026-02-24T01:24:59.143Z Downloaded path-slash v0.1.5
10532026-02-24T01:24:59.143Z Downloaded paste v1.0.15
10542026-02-24T01:24:59.143Z Downloaded password-hash v0.4.2
10552026-02-24T01:24:59.143Z Downloaded parse-size v1.1.0
10562026-02-24T01:24:59.143Z Downloaded parse-display v0.10.0
10572026-02-24T01:24:59.143Z Downloaded packed_struct_codegen v0.10.1
10582026-02-24T01:24:59.143Z Downloaded oso-derive v0.27.3
10592026-02-24T01:24:59.143Z Downloaded num-complex v0.4.6
10602026-02-24T01:24:59.143Z Downloaded num v0.4.3
10612026-02-24T01:24:59.167Z Downloaded normalize-line-endings v0.3.0
10622026-02-24T01:24:59.167Z Downloaded nonempty v0.12.0
10632026-02-24T01:24:59.167Z Downloaded nodrop v0.1.14
10642026-02-24T01:24:59.167Z Downloaded nibble_vec v0.1.0
10652026-02-24T01:24:59.168Z Downloaded newtype_derive v0.1.6
10662026-02-24T01:24:59.168Z Downloaded newtype-uuid-macros v0.1.0
10672026-02-24T01:24:59.168Z Downloaded newline-converter v0.3.0
10682026-02-24T01:24:59.168Z Downloaded new_debug_unreachable v1.0.6
10692026-02-24T01:24:59.168Z Downloaded native-tls v0.2.12
10702026-02-24T01:24:59.168Z Downloaded nanorand v0.7.0
10712026-02-24T01:24:59.168Z Downloaded multimap v0.10.1
10722026-02-24T01:24:59.168Z Downloaded multer v3.1.0
10732026-02-24T01:24:59.168Z Downloaded mime_guess v2.0.5
10742026-02-24T01:24:59.168Z Downloaded mime v0.3.17
10752026-02-24T01:24:59.168Z Downloaded memoffset v0.9.1
10762026-02-24T01:24:59.192Z Downloaded md5 v0.7.0
10772026-02-24T01:24:59.192Z Downloaded md-5 v0.10.6
10782026-02-24T01:24:59.192Z Downloaded maybe-uninit v2.0.0
10792026-02-24T01:24:59.192Z Downloaded match_cfg v0.1.0
10802026-02-24T01:24:59.192Z Downloaded maplit v1.0.2
10812026-02-24T01:24:59.193Z Downloaded lock_api v0.4.12
10822026-02-24T01:24:59.193Z Downloaded linked-hash-map v0.5.6
10832026-02-24T01:24:59.193Z Downloaded libz-rs-sys v0.5.1
10842026-02-24T01:24:59.193Z Downloaded libsw-core v0.3.1
10852026-02-24T01:24:59.193Z Downloaded libsw v3.5.0
10862026-02-24T01:24:59.193Z Downloaded libscf-sys v1.1.0
10872026-02-24T01:24:59.193Z Downloaded libloading v0.8.5
10882026-02-24T01:24:59.193Z Downloaded libefi-sys v0.1.0
10892026-02-24T01:24:59.193Z Downloaded jobserver v0.1.32
10902026-02-24T01:24:59.193Z Downloaded indoc v2.0.6
10912026-02-24T01:24:59.217Z Downloaded indicatif v0.18.0
10922026-02-24T01:24:59.217Z Downloaded indicatif v0.17.11
10932026-02-24T01:24:59.217Z Downloaded indexmap v1.9.3
10942026-02-24T01:24:59.217Z Downloaded home v0.5.9
10952026-02-24T01:24:59.217Z Downloaded hickory-resolver v0.24.4
10962026-02-24T01:24:59.217Z Downloaded heapless v0.7.17
10972026-02-24T01:24:59.241Z Downloaded hashbrown v0.15.4
10982026-02-24T01:24:59.241Z Downloaded globset v0.4.15
10992026-02-24T01:24:59.241Z Downloaded ghash v0.5.1
11002026-02-24T01:24:59.241Z Downloaded getrandom v0.2.15
11012026-02-24T01:24:59.241Z Downloaded fxhash v0.2.1
11022026-02-24T01:24:59.241Z Downloaded futures v0.3.31
11032026-02-24T01:24:59.241Z Downloaded flume v0.11.1
11042026-02-24T01:24:59.266Z Downloaded flate2 v1.1.2
11052026-02-24T01:24:59.266Z Downloaded ed25519-dalek v2.1.1
11062026-02-24T01:24:59.266Z Downloaded dropshot_endpoint v0.16.7
11072026-02-24T01:24:59.266Z Downloaded diesel_derives v2.2.3
11082026-02-24T01:24:59.266Z Downloaded derive-where v1.5.0
11092026-02-24T01:24:59.266Z Downloaded der v0.7.10
11102026-02-24T01:24:59.290Z Downloaded compact_str v0.8.0
11112026-02-24T01:24:59.290Z Downloaded chacha20poly1305 v0.10.1
11122026-02-24T01:24:59.290Z Downloaded bytes v1.11.1
11132026-02-24T01:24:59.290Z Downloaded lazy_static v1.5.0
11142026-02-24T01:24:59.290Z Downloaded kstat-rs v0.2.4
11152026-02-24T01:24:59.290Z Downloaded is-terminal v0.4.13
11162026-02-24T01:24:59.290Z Downloaded internet-checksum v0.2.1
11172026-02-24T01:24:59.290Z Downloaded instant v0.1.13
11182026-02-24T01:24:59.290Z Downloaded instability v0.3.2
11192026-02-24T01:24:59.290Z Downloaded ingot-macros v0.1.1
11202026-02-24T01:24:59.314Z Downloaded impl-trait-for-tuples v0.2.2
11212026-02-24T01:24:59.314Z Downloaded ignore v0.4.23
11222026-02-24T01:24:59.314Z Downloaded iana-time-zone v0.1.63
11232026-02-24T01:24:59.314Z Downloaded hyper-staticfile v0.10.1
11242026-02-24T01:24:59.314Z Downloaded hyper-rustls v0.27.7
11252026-02-24T01:24:59.314Z Downloaded humantime v2.2.0
11262026-02-24T01:24:59.314Z Downloaded httpdate v1.0.3
11272026-02-24T01:24:59.314Z Downloaded http-body-util v0.1.3
11282026-02-24T01:24:59.314Z Downloaded hostname v0.3.1
11292026-02-24T01:24:59.314Z Downloaded highway v1.3.0
11302026-02-24T01:24:59.314Z Downloaded globwalk v0.9.1
11312026-02-24T01:24:59.338Z Downloaded fixedbitset v0.5.7
11322026-02-24T01:24:59.338Z Downloaded elliptic-curve v0.13.8
11332026-02-24T01:24:59.338Z Downloaded dropshot-api-manager v0.3.0
11342026-02-24T01:24:59.338Z Downloaded crossterm v0.29.0
11352026-02-24T01:24:59.338Z Downloaded crossbeam-utils v0.8.21
11362026-02-24T01:24:59.338Z Downloaded keccak v0.1.5
11372026-02-24T01:24:59.338Z Downloaded is_ci v1.2.0
11382026-02-24T01:24:59.338Z Downloaded ingot-types v0.1.2
11392026-02-24T01:24:59.363Z Downloaded ingot v0.1.1
11402026-02-24T01:24:59.363Z Downloaded indoc v1.0.9
11412026-02-24T01:24:59.363Z Downloaded hubpack v0.1.2
11422026-02-24T01:24:59.363Z Downloaded http-range v0.1.5
11432026-02-24T01:24:59.363Z Downloaded http-body v1.0.1
11442026-02-24T01:24:59.363Z Downloaded hostname v0.4.2
11452026-02-24T01:24:59.363Z Downloaded hex-literal v0.4.1
11462026-02-24T01:24:59.363Z Downloaded heck v0.3.3
11472026-02-24T01:24:59.363Z Downloaded headers-core v0.3.0
11482026-02-24T01:24:59.363Z Downloaded hash32 v0.2.1
11492026-02-24T01:24:59.363Z Downloaded half v1.8.3
11502026-02-24T01:24:59.363Z Downloaded glob v0.3.2
11512026-02-24T01:24:59.363Z Downloaded gethostname v0.5.0
11522026-02-24T01:24:59.363Z Downloaded futures-executor v0.3.31
11532026-02-24T01:24:59.363Z Downloaded futures-channel v0.3.31
11542026-02-24T01:24:59.387Z Downloaded fs_extra v1.3.0
11552026-02-24T01:24:59.387Z Downloaded fs-err v2.11.0
11562026-02-24T01:24:59.387Z Downloaded foldhash v0.2.0
11572026-02-24T01:24:59.387Z Downloaded foldhash v0.1.5
11582026-02-24T01:24:59.387Z Downloaded ff v0.13.0
11592026-02-24T01:24:59.387Z Downloaded fd-lock v4.0.2
11602026-02-24T01:24:59.387Z Downloaded fallible-iterator v0.2.0
11612026-02-24T01:24:59.387Z Downloaded erased-serde v0.3.31
11622026-02-24T01:24:59.387Z Downloaded ed25519 v2.2.3
11632026-02-24T01:24:59.387Z Downloaded dtrace-parser v0.3.0
11642026-02-24T01:24:59.387Z Downloaded dof v0.4.0
11652026-02-24T01:24:59.387Z Downloaded dirs-sys-next v0.1.2
11662026-02-24T01:24:59.387Z Downloaded diff v0.1.13
11672026-02-24T01:24:59.412Z Downloaded der_derive v0.7.3
11682026-02-24T01:24:59.412Z Downloaded defmt-parser v0.3.4
11692026-02-24T01:24:59.412Z Downloaded defmt-macros v0.3.9
11702026-02-24T01:24:59.413Z Downloaded defmt v0.3.8
11712026-02-24T01:24:59.413Z Downloaded data-encoding v2.9.0
11722026-02-24T01:24:59.413Z Downloaded darling v0.20.10
11732026-02-24T01:24:59.413Z Downloaded crunchy v0.2.2
11742026-02-24T01:24:59.413Z Downloaded crucible-workspace-hack v0.1.0
11752026-02-24T01:24:59.413Z Downloaded crossterm v0.28.1
11762026-02-24T01:24:59.437Z Downloaded crossbeam-epoch v0.9.18
11772026-02-24T01:24:59.437Z Downloaded cookie_store v0.21.1
11782026-02-24T01:24:59.437Z Downloaded console v0.15.10
11792026-02-24T01:24:59.437Z Downloaded cc v1.2.56
11802026-02-24T01:24:59.437Z Downloaded cargo-platform v0.1.8
11812026-02-24T01:24:59.437Z Downloaded bit-vec v0.6.3
11822026-02-24T01:24:59.437Z Downloaded hash32 v0.3.1
11832026-02-24T01:24:59.437Z Downloaded futures-task v0.3.31
11842026-02-24T01:24:59.437Z Downloaded futures-sink v0.3.31
11852026-02-24T01:24:59.437Z Downloaded futures-macro v0.3.31
11862026-02-24T01:24:59.437Z Downloaded futures-io v0.3.31
11872026-02-24T01:24:59.437Z Downloaded futures-core v0.3.31
11882026-02-24T01:24:59.437Z Downloaded funty v2.0.0
11892026-02-24T01:24:59.461Z Downloaded foreign-types-shared v0.3.1
11902026-02-24T01:24:59.461Z Downloaded foreign-types-macros v0.2.3
11912026-02-24T01:24:59.461Z Downloaded foreign-types v0.5.0
11922026-02-24T01:24:59.461Z Downloaded foreign-types v0.3.2
11932026-02-24T01:24:59.461Z Downloaded float-ord v0.3.2
11942026-02-24T01:24:59.461Z Downloaded float-cmp v0.10.0
11952026-02-24T01:24:59.461Z Downloaded fixedbitset v0.4.2
11962026-02-24T01:24:59.461Z Downloaded find-msvc-tools v0.1.9
11972026-02-24T01:24:59.461Z Downloaded filetime v0.2.26
11982026-02-24T01:24:59.462Z Downloaded env_logger v0.11.8
11992026-02-24T01:24:59.462Z Downloaded enum-as-inner v0.6.1
12002026-02-24T01:24:59.462Z Downloaded either v1.15.0
12012026-02-24T01:24:59.462Z Downloaded ecdsa v0.16.9
12022026-02-24T01:24:59.462Z Downloaded dyn-clone v1.0.20
12032026-02-24T01:24:59.462Z Downloaded dsl_auto_type v0.1.2
12042026-02-24T01:24:59.462Z Downloaded dropshot-api-manager-types v0.3.0
12052026-02-24T01:24:59.486Z Downloaded drift v0.1.3
12062026-02-24T01:24:59.486Z Downloaded document-features v0.2.11
12072026-02-24T01:24:59.486Z Downloaded dirs-next v2.0.0
12082026-02-24T01:24:59.486Z Downloaded difflib v0.4.0
12092026-02-24T01:24:59.486Z Downloaded diesel_table_macro_syntax v0.2.0
12102026-02-24T01:24:59.486Z Downloaded derive_builder_macro v0.20.2
12112026-02-24T01:24:59.486Z Downloaded derive_builder v0.20.2
12122026-02-24T01:24:59.486Z Downloaded derive-ex v0.1.8
12132026-02-24T01:24:59.486Z Downloaded debug-ignore v1.0.5
12142026-02-24T01:24:59.486Z Downloaded darling_macro v0.21.0
12152026-02-24T01:24:59.486Z Downloaded darling_macro v0.20.10
12162026-02-24T01:24:59.487Z Downloaded curve25519-dalek-derive v0.1.1
12172026-02-24T01:24:59.487Z Downloaded csv v1.3.1
12182026-02-24T01:24:59.510Z Downloaded cookie v0.18.1
12192026-02-24T01:24:59.534Z Downloaded colored v2.2.0
12202026-02-24T01:24:59.534Z Downloaded cobs v0.2.3
12212026-02-24T01:24:59.534Z Downloaded ciborium-io v0.2.2
12222026-02-24T01:24:59.534Z Downloaded cfg_aliases v0.2.1
12232026-02-24T01:24:59.535Z Downloaded cancel-safe-futures v0.1.5
12242026-02-24T01:24:59.535Z Downloaded camino-tempfile-ext v0.3.2
12252026-02-24T01:24:59.535Z Downloaded bzip2 v0.5.2
12262026-02-24T01:24:59.535Z Downloaded bstr v1.10.0
12272026-02-24T01:24:59.559Z Downloaded bitflags v1.3.2
12282026-02-24T01:24:59.559Z Downloaded bitfield v0.19.2
12292026-02-24T01:24:59.559Z Downloaded async-trait v0.1.89
12302026-02-24T01:24:59.559Z Downloaded async-stream v0.3.6
12312026-02-24T01:24:59.559Z Downloaded flagset v0.4.6
12322026-02-24T01:24:59.559Z Downloaded fatfs v0.3.6
12332026-02-24T01:24:59.559Z Downloaded env_filter v0.1.2
12342026-02-24T01:24:59.559Z Downloaded endian-type v0.1.2
12352026-02-24T01:24:59.559Z Downloaded ena v0.14.3
12362026-02-24T01:24:59.559Z Downloaded embedded-io v0.6.1
12372026-02-24T01:24:59.583Z Downloaded embedded-io v0.4.0
12382026-02-24T01:24:59.583Z Downloaded dunce v1.0.5
12392026-02-24T01:24:59.583Z Downloaded display-error-chain v0.2.2
12402026-02-24T01:24:59.583Z Downloaded diesel-dtrace v0.4.2
12412026-02-24T01:24:59.583Z Downloaded des v0.8.1
12422026-02-24T01:24:59.583Z Downloaded derive_more-impl v2.0.1
12432026-02-24T01:24:59.583Z Downloaded derive_more v2.0.1
12442026-02-24T01:24:59.583Z Downloaded derive_more v0.99.20
12452026-02-24T01:24:59.607Z Downloaded darling_core v0.21.0
12462026-02-24T01:24:59.607Z Downloaded daft-derive v0.1.4
12472026-02-24T01:24:59.607Z Downloaded daft v0.1.4
12482026-02-24T01:24:59.607Z Downloaded ctr v0.9.2
12492026-02-24T01:24:59.607Z Downloaded crypto-bigint v0.5.5
12502026-02-24T01:24:59.631Z Downloaded crossbeam-deque v0.8.5
12512026-02-24T01:24:59.631Z Downloaded crc-any v2.5.0
12522026-02-24T01:24:59.631Z Downloaded colored v3.0.0
12532026-02-24T01:24:59.631Z Downloaded blake3 v1.5.4
12542026-02-24T01:24:59.631Z Downloaded bindgen v0.71.1
12552026-02-24T01:24:59.655Z Downloaded base64 v0.13.1
12562026-02-24T01:24:59.655Z Downloaded atomic-waker v1.1.2
12572026-02-24T01:24:59.655Z Downloaded aho-corasick v1.1.3
12582026-02-24T01:24:59.655Z Downloaded darling_core v0.20.10
12592026-02-24T01:24:59.655Z Downloaded darling v0.21.0
12602026-02-24T01:24:59.679Z Downloaded csv-core v0.1.11
12612026-02-24T01:24:59.679Z Downloaded cstr-argument v0.1.2
12622026-02-24T01:24:59.679Z Downloaded crossbeam-channel v0.5.15
12632026-02-24T01:24:59.679Z Downloaded crc32fast v1.4.2
12642026-02-24T01:24:59.679Z Downloaded crc v3.2.1
12652026-02-24T01:24:59.679Z Downloaded corncobs v0.1.4
12662026-02-24T01:24:59.679Z Downloaded constant_time_eq v0.3.1
12672026-02-24T01:24:59.679Z Downloaded const_format v0.2.34
12682026-02-24T01:24:59.680Z Downloaded const-oid v0.9.6
12692026-02-24T01:24:59.703Z Downloaded clang-sys v1.8.1
12702026-02-24T01:24:59.703Z Downloaded cipher v0.4.4
12712026-02-24T01:24:59.703Z Downloaded ciborium-ll v0.2.2
12722026-02-24T01:24:59.704Z Downloaded ciborium v0.2.2
12732026-02-24T01:24:59.704Z Downloaded chacha20 v0.9.1
12742026-02-24T01:24:59.704Z Downloaded cexpr v0.6.0
12752026-02-24T01:24:59.704Z Downloaded castaway v0.2.3
12762026-02-24T01:24:59.704Z Downloaded cargo_metadata v0.19.2
12772026-02-24T01:24:59.704Z Downloaded bzip2 v0.4.4
12782026-02-24T01:24:59.704Z Downloaded bumpalo v3.16.0
12792026-02-24T01:24:59.704Z Downloaded block-padding v0.3.3
12802026-02-24T01:24:59.704Z Downloaded bitfield-macros v0.19.2
12812026-02-24T01:24:59.704Z Downloaded bb8 v0.8.5
12822026-02-24T01:24:59.728Z Downloaded backoff v0.4.0
12832026-02-24T01:24:59.728Z Downloaded atty v0.2.14
12842026-02-24T01:24:59.728Z Downloaded atomicwrites v0.4.4
12852026-02-24T01:24:59.728Z Downloaded async-stream-impl v0.3.6
12862026-02-24T01:24:59.728Z Downloaded async-recursion v1.1.1
12872026-02-24T01:24:59.728Z Downloaded async-bb8-diesel v0.2.1
12882026-02-24T01:24:59.728Z Downloaded ascii-canvas v3.0.0
12892026-02-24T01:24:59.728Z Downloaded argon2 v0.5.3
12902026-02-24T01:24:59.728Z Downloaded arc-swap v1.7.1
12912026-02-24T01:24:59.728Z Downloaded aead v0.5.2
12922026-02-24T01:24:59.728Z Downloaded critical-section v1.1.3
12932026-02-24T01:24:59.728Z Downloaded crc8 v0.1.1
12942026-02-24T01:24:59.728Z Downloaded crc-catalog v2.4.0
12952026-02-24T01:24:59.752Z Downloaded convert_case v0.7.1
12962026-02-24T01:24:59.752Z Downloaded convert_case v0.4.0
12972026-02-24T01:24:59.752Z Downloaded const_format_proc_macros v0.2.34
12982026-02-24T01:24:59.752Z Downloaded console v0.16.0
12992026-02-24T01:24:59.752Z Downloaded cmake v0.1.51
13002026-02-24T01:24:59.752Z Downloaded cfg_aliases v0.1.1
13012026-02-24T01:24:59.753Z Downloaded cbc v0.1.2
13022026-02-24T01:24:59.753Z Downloaded cassowary v0.3.0
13032026-02-24T01:24:59.753Z Downloaded buf-list v1.0.3
13042026-02-24T01:24:59.753Z Downloaded blowfish v0.9.1
13052026-02-24T01:24:59.753Z Downloaded bitvec v1.0.1
13062026-02-24T01:24:59.777Z Downloaded bitfield-struct v0.6.2
13072026-02-24T01:24:59.777Z Downloaded bit-vec v0.8.0
13082026-02-24T01:24:59.777Z Downloaded bit-set v0.8.0
13092026-02-24T01:24:59.777Z Downloaded bit-set v0.5.3
13102026-02-24T01:24:59.777Z Downloaded base64 v0.21.7
13112026-02-24T01:24:59.777Z Downloaded backtrace v0.3.74
13122026-02-24T01:24:59.801Z Downloaded arrayref v0.3.9
13132026-02-24T01:24:59.801Z Downloaded aes-gcm v0.10.3
13142026-02-24T01:24:59.801Z Downloaded bcs v0.1.6
13152026-02-24T01:24:59.801Z Downloaded base64ct v1.6.0
13162026-02-24T01:24:59.801Z Downloaded base64 v0.22.1
13172026-02-24T01:24:59.801Z Downloaded array-init v0.0.4
13182026-02-24T01:24:59.801Z Downloaded ar_archive_writer v0.5.1
13192026-02-24T01:24:59.801Z Downloaded allocator-api2 v0.2.21
13202026-02-24T01:24:59.825Z Downloaded aes v0.8.4
13212026-02-24T01:24:59.825Z Downloaded arrayvec v0.7.6
13222026-02-24T01:24:59.825Z Downloaded ahash v0.8.12
13232026-02-24T01:24:59.825Z Downloaded adler2 v2.0.0
13242026-02-24T01:24:59.825Z Downloaded addr2line v0.24.2
13252026-02-24T01:24:59.825Z Downloaded base16ct v0.2.0
13262026-02-24T01:25:00.008Z Compiling value-bag v1.12.0
13272026-02-24T01:25:00.008Z Compiling lock_api v0.4.12
13282026-02-24T01:25:00.008Z Compiling scopeguard v1.2.0
13292026-02-24T01:25:00.008Z Compiling shlex v1.3.0
13302026-02-24T01:25:00.032Z Compiling find-msvc-tools v0.1.9
13312026-02-24T01:25:00.032Z Compiling syn v2.0.114
13322026-02-24T01:25:00.032Z Compiling getrandom v0.2.15
13332026-02-24T01:25:00.032Z Compiling jobserver v0.1.32
13342026-02-24T01:25:00.327Z Compiling typenum v1.17.0
13352026-02-24T01:25:00.475Z Compiling smallvec v1.15.1
13362026-02-24T01:25:00.553Z Compiling log v0.4.29
13372026-02-24T01:25:00.615Z Compiling cc v1.2.56
13382026-02-24T01:25:00.654Z Compiling rand_core v0.6.4
13392026-02-24T01:25:00.860Z Compiling generic-array v0.14.7
13402026-02-24T01:25:00.977Z Compiling subtle v2.6.1
13412026-02-24T01:25:01.038Z Compiling portable-atomic v1.11.0
13422026-02-24T01:25:01.232Z Compiling const-oid v0.9.6
13432026-02-24T01:25:01.290Z Compiling critical-section v1.1.3
13442026-02-24T01:25:01.321Z Compiling serde_json v1.0.149
13452026-02-24T01:25:01.403Z Compiling pkg-config v0.3.31
13462026-02-24T01:25:01.496Z Compiling getrandom v0.3.4
13472026-02-24T01:25:01.693Z Compiling spin v0.9.8
13482026-02-24T01:25:02.108Z Compiling parking_lot_core v0.9.10
13492026-02-24T01:25:02.909Z Compiling pin-project-lite v0.2.14
13502026-02-24T01:25:02.965Z Compiling regex-syntax v0.8.5
13512026-02-24T01:25:03.110Z Compiling libm v0.2.8
13522026-02-24T01:25:03.605Z Compiling rustix v0.38.37
13532026-02-24T01:25:03.784Z Compiling once_cell v1.21.3
13542026-02-24T01:25:03.861Z Compiling signal-hook-registry v1.4.2
13552026-02-24T01:25:04.258Z Compiling num-traits v0.2.19
13562026-02-24T01:25:04.334Z Compiling allocator-api2 v0.2.21
13572026-02-24T01:25:04.530Z Compiling parking_lot v0.12.3
13582026-02-24T01:25:04.755Z Compiling mio v1.0.2
13592026-02-24T01:25:04.936Z Compiling futures-core v0.3.31
13602026-02-24T01:25:05.110Z Compiling lazy_static v1.5.0
13612026-02-24T01:25:05.199Z Compiling aho-corasick v1.1.3
13622026-02-24T01:25:05.264Z Compiling percent-encoding v2.3.2
13632026-02-24T01:25:05.326Z Compiling socket2 v0.6.1
13642026-02-24T01:25:05.797Z Compiling slab v0.4.9
13652026-02-24T01:25:05.835Z Compiling cpufeatures v0.2.14
13662026-02-24T01:25:05.899Z Compiling glob v0.3.2
13672026-02-24T01:25:05.959Z Compiling futures-sink v0.3.31
13682026-02-24T01:25:06.164Z Compiling either v1.15.0
13692026-02-24T01:25:06.191Z Compiling futures-channel v0.3.31
13702026-02-24T01:25:06.636Z Compiling hashbrown v0.16.1
13712026-02-24T01:25:06.679Z Compiling prettyplease v0.2.36
13722026-02-24T01:25:06.704Z Compiling futures-io v0.3.31
13732026-02-24T01:25:06.810Z Compiling clang-sys v1.8.1
13742026-02-24T01:25:07.028Z Compiling futures-task v0.3.31
13752026-02-24T01:25:07.054Z Compiling pin-utils v0.1.0
13762026-02-24T01:25:07.204Z Compiling rustversion v1.0.22
13772026-02-24T01:25:07.436Z Compiling regex-automata v0.4.11
13782026-02-24T01:25:07.570Z Compiling minimal-lexical v0.2.1
13792026-02-24T01:25:07.636Z Compiling libloading v0.8.5
13802026-02-24T01:25:08.019Z Compiling synstructure v0.13.1
13812026-02-24T01:25:08.095Z Compiling nom v7.1.3
13822026-02-24T01:25:08.150Z Compiling indexmap v2.13.0
13832026-02-24T01:25:09.051Z Compiling bindgen v0.69.5
13842026-02-24T01:25:09.460Z Compiling ident_case v1.0.1
13852026-02-24T01:25:09.609Z Compiling home v0.5.9
13862026-02-24T01:25:09.673Z Compiling base64ct v1.6.0
13872026-02-24T01:25:09.883Z Compiling itertools v0.12.1
13882026-02-24T01:25:10.067Z Compiling form_urlencoded v1.2.2
13892026-02-24T01:25:10.275Z Compiling pem-rfc7468 v0.7.0
13902026-02-24T01:25:10.393Z Compiling rustc-hash v1.1.0
13912026-02-24T01:25:10.588Z Compiling flagset v0.4.6
13922026-02-24T01:25:10.837Z Compiling lazycell v1.3.0
13932026-02-24T01:25:10.910Z Compiling rand_core v0.9.3
13942026-02-24T01:25:11.054Z Compiling cmake v0.1.51
13952026-02-24T01:25:11.583Z Compiling cexpr v0.6.0
13962026-02-24T01:25:11.662Z Compiling foldhash v0.1.5
13972026-02-24T01:25:11.922Z Compiling iana-time-zone v0.1.63
13982026-02-24T01:25:12.038Z Compiling paste v1.0.15
13992026-02-24T01:25:12.401Z Compiling fs_extra v1.3.0
14002026-02-24T01:25:12.607Z Compiling dunce v1.0.5
14012026-02-24T01:25:12.739Z Compiling serde_derive v1.0.228
14022026-02-24T01:25:12.773Z Compiling zeroize_derive v1.4.2
14032026-02-24T01:25:12.903Z Compiling zerofrom-derive v0.1.4
14042026-02-24T01:25:12.950Z Compiling yoke-derive v0.7.4
14052026-02-24T01:25:12.976Z Compiling zerovec-derive v0.10.3
14062026-02-24T01:25:13.320Z Compiling displaydoc v0.2.5
14072026-02-24T01:25:14.266Z Compiling zeroize v1.8.1
14082026-02-24T01:25:14.857Z Compiling icu_provider_macros v1.5.0
14092026-02-24T01:25:15.311Z Compiling zerocopy-derive v0.7.35
14102026-02-24T01:25:15.648Z Compiling tokio-macros v2.6.0
14112026-02-24T01:25:15.889Z Compiling thiserror-impl v2.0.18
14122026-02-24T01:25:16.107Z Compiling crypto-common v0.1.6
14132026-02-24T01:25:16.145Z Compiling block-buffer v0.10.4
14142026-02-24T01:25:16.396Z Compiling zerofrom v0.1.4
14152026-02-24T01:25:16.485Z Compiling digest v0.10.7
14162026-02-24T01:25:16.661Z Compiling yoke v0.7.4
14172026-02-24T01:25:17.063Z Compiling zerovec v0.10.4
14182026-02-24T01:25:17.094Z Compiling hmac v0.12.1
14192026-02-24T01:25:17.205Z Compiling zerocopy v0.7.35
14202026-02-24T01:25:17.348Z Compiling block-padding v0.3.3
14212026-02-24T01:25:17.553Z Compiling futures-macro v0.3.31
14222026-02-24T01:25:17.665Z Compiling inout v0.1.3
14232026-02-24T01:25:17.988Z Compiling regex v1.11.3
14242026-02-24T01:25:18.529Z Compiling cipher v0.4.4
14252026-02-24T01:25:18.714Z Compiling ppv-lite86 v0.2.20
14262026-02-24T01:25:19.013Z Compiling sha2 v0.10.9
14272026-02-24T01:25:19.113Z Compiling tinystr v0.7.6
14282026-02-24T01:25:19.205Z Compiling icu_collections v1.5.0
14292026-02-24T01:25:19.292Z Compiling thiserror v2.0.18
14302026-02-24T01:25:19.353Z Compiling futures-util v0.3.31
14312026-02-24T01:25:19.491Z Compiling der_derive v0.7.3
14322026-02-24T01:25:19.547Z Compiling icu_locid v1.5.0
14332026-02-24T01:25:19.576Z Compiling pest v2.8.2
14342026-02-24T01:25:20.039Z Compiling salsa20 v0.10.2
14352026-02-24T01:25:20.189Z Compiling serde v1.0.228
14362026-02-24T01:25:20.341Z Compiling pbkdf2 v0.12.2
14372026-02-24T01:25:20.604Z Compiling hashbrown v0.15.4
14382026-02-24T01:25:20.631Z Compiling rustc_version v0.4.1
14392026-02-24T01:25:21.375Z Compiling icu_provider v1.5.0
14402026-02-24T01:25:21.703Z Compiling bitflags v2.9.4
14412026-02-24T01:25:21.727Z Compiling bytes v1.11.1
14422026-02-24T01:25:21.881Z Compiling der v0.7.10
14432026-02-24T01:25:21.991Z Compiling chrono v0.4.43
14442026-02-24T01:25:22.583Z Compiling icu_locid_transform v1.5.0
14452026-02-24T01:25:22.880Z Compiling uuid v1.19.0
14462026-02-24T01:25:22.977Z Compiling tokio v1.49.0
14472026-02-24T01:25:23.295Z Compiling zerocopy v0.8.27
14482026-02-24T01:25:24.072Z Compiling icu_properties v1.5.1
14492026-02-24T01:25:24.410Z Compiling spki v0.7.3
14502026-02-24T01:25:24.813Z Compiling vcpkg v0.2.15
14512026-02-24T01:25:24.934Z Compiling http v1.4.0
14522026-02-24T01:25:25.039Z Compiling pest_meta v2.8.2
14532026-02-24T01:25:25.370Z Compiling scrypt v0.11.0
14542026-02-24T01:25:25.871Z Compiling which v4.4.2
14552026-02-24T01:25:26.184Z Compiling rand_chacha v0.9.0
14562026-02-24T01:25:26.754Z Compiling openssl-sys v0.9.109
14572026-02-24T01:25:26.916Z Compiling cbc v0.1.2
14582026-02-24T01:25:27.222Z Compiling aes v0.8.4
14592026-02-24T01:25:27.246Z Compiling zerocopy-derive v0.8.27
14602026-02-24T01:25:27.954Z Compiling rand v0.9.2
14612026-02-24T01:25:28.159Z Compiling icu_normalizer v1.5.0
14622026-02-24T01:25:28.983Z Compiling pkcs5 v0.7.1
14632026-02-24T01:25:29.583Z Compiling idna_adapter v1.2.0
14642026-02-24T01:25:29.844Z Compiling idna v1.0.3
14652026-02-24T01:25:29.872Z Compiling pest_generator v2.8.2
14662026-02-24T01:25:29.899Z Compiling tracing-attributes v0.1.27
14672026-02-24T01:25:30.042Z Compiling serde_derive_internals v0.29.1
14682026-02-24T01:25:30.107Z Compiling ring v0.17.14
14692026-02-24T01:25:31.232Z Compiling url v2.5.4
14702026-02-24T01:25:31.309Z Compiling tracing-core v0.1.32
14712026-02-24T01:25:31.658Z Compiling rustix v1.1.3
14722026-02-24T01:25:32.359Z Compiling aws-lc-rs v1.12.4
14732026-02-24T01:25:32.445Z Compiling adler2 v2.0.0
14742026-02-24T01:25:32.716Z Compiling schemars v0.8.22
14752026-02-24T01:25:32.740Z Compiling miniz_oxide v0.8.5
14762026-02-24T01:25:33.089Z Compiling tracing v0.1.40
14772026-02-24T01:25:33.141Z Compiling schemars_derive v0.8.22
14782026-02-24T01:25:33.222Z Compiling pest_derive v2.8.2
14792026-02-24T01:25:33.664Z Compiling tokio-util v0.7.15
14802026-02-24T01:25:34.231Z Compiling pkcs8 v0.10.2
14812026-02-24T01:25:34.270Z Compiling http-body v1.0.1
14822026-02-24T01:25:34.296Z Compiling scroll_derive v0.13.1
14832026-02-24T01:25:34.586Z Compiling darling_core v0.20.10
14842026-02-24T01:25:34.973Z Compiling rustls-pki-types v1.10.0
14852026-02-24T01:25:36.091Z Compiling httparse v1.9.5
14862026-02-24T01:25:36.122Z Compiling dyn-clone v1.0.20
14872026-02-24T01:25:36.148Z Compiling base64 v0.22.1
14882026-02-24T01:25:36.249Z Compiling tinyvec_macros v0.1.1
14892026-02-24T01:25:36.386Z Compiling tinyvec v1.8.0
14902026-02-24T01:25:36.843Z Compiling scroll v0.13.0
14912026-02-24T01:25:37.536Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14922026-02-24T01:25:38.017Z Compiling bzip2-sys v0.1.13+1.0.8
14932026-02-24T01:25:38.362Z Compiling num-conv v0.1.0
14942026-02-24T01:25:38.563Z Compiling tower-layer v0.3.3
14952026-02-24T01:25:38.683Z Compiling time-core v0.1.6
14962026-02-24T01:25:38.851Z Compiling openssl-probe v0.1.5
14972026-02-24T01:25:38.895Z Compiling foreign-types-shared v0.1.1
14982026-02-24T01:25:38.919Z Compiling untrusted v0.9.0
14992026-02-24T01:25:39.025Z Compiling tower-service v0.3.3
15002026-02-24T01:25:39.053Z Compiling openssl v0.10.73
15012026-02-24T01:25:39.147Z Compiling untrusted v0.7.1
15022026-02-24T01:25:39.192Z Compiling atomic-waker v1.1.2
15032026-02-24T01:25:39.218Z Compiling try-lock v0.2.5
15042026-02-24T01:25:39.388Z Compiling powerfmt v0.2.0
15052026-02-24T01:25:39.412Z Compiling want v0.3.1
15062026-02-24T01:25:39.439Z Compiling h2 v0.4.6
15072026-02-24T01:25:39.518Z Compiling tempfile v3.24.0
15082026-02-24T01:25:39.835Z Compiling deranged v0.5.3
15092026-02-24T01:25:39.861Z Compiling time-macros v0.2.24
15102026-02-24T01:25:39.931Z Compiling foreign-types v0.3.2
15112026-02-24T01:25:40.603Z Compiling darling_macro v0.20.10
15122026-02-24T01:25:41.499Z Compiling darling v0.20.10
15132026-02-24T01:25:41.531Z Compiling goblin v0.10.2
15142026-02-24T01:25:42.718Z Compiling ipnet v2.11.0
15152026-02-24T01:25:42.776Z Compiling openssl-macros v0.1.1
15162026-02-24T01:25:43.528Z Compiling wait-timeout v0.2.0
15172026-02-24T01:25:43.742Z Compiling gimli v0.31.1
15182026-02-24T01:25:43.913Z Compiling num_threads v0.1.7
15192026-02-24T01:25:44.082Z Compiling quick-error v1.2.3
15202026-02-24T01:25:44.106Z Compiling usdt-impl v0.6.0
15212026-02-24T01:25:44.295Z Compiling httpdate v1.0.3
15222026-02-24T01:25:44.342Z Compiling rustls v0.23.19
15232026-02-24T01:25:44.502Z Compiling native-tls v0.2.12
15242026-02-24T01:25:44.691Z Compiling syn v1.0.109
15252026-02-24T01:25:44.766Z Compiling bit-vec v0.8.0
15262026-02-24T01:25:44.875Z Compiling crossbeam-utils v0.8.21
15272026-02-24T01:25:45.311Z Compiling bit-set v0.8.0
15282026-02-24T01:25:45.501Z Compiling rusty-fork v0.3.0
15292026-02-24T01:25:45.566Z Compiling time v0.3.43
15302026-02-24T01:25:46.213Z Compiling derive_builder_core v0.20.2
15312026-02-24T01:25:48.423Z Compiling addr2line v0.24.2
15322026-02-24T01:25:48.710Z Compiling hyper v1.8.1
15332026-02-24T01:25:49.224Z Compiling dof v0.4.0
15342026-02-24T01:25:49.821Z Compiling unicode-normalization v0.1.24
15352026-02-24T01:25:50.092Z Compiling dtrace-parser v0.3.0
15362026-02-24T01:25:51.248Z Compiling heapless v0.7.17
15372026-02-24T01:25:51.783Z Compiling signature v2.2.0
15382026-02-24T01:25:51.879Z Compiling scroll_derive v0.12.0
15392026-02-24T01:25:52.164Z Compiling thiserror-impl v1.0.69
15402026-02-24T01:25:52.195Z Compiling rand_xorshift v0.4.0
15412026-02-24T01:25:52.574Z Compiling darling_core v0.21.0
15422026-02-24T01:25:53.136Z Compiling slog v2.8.2
15432026-02-24T01:25:53.505Z Compiling thread-id v5.0.0
15442026-02-24T01:25:53.691Z Compiling cookie v0.18.1
15452026-02-24T01:25:53.739Z Compiling crc32fast v1.4.2
15462026-02-24T01:25:54.024Z Compiling object v0.36.5
15472026-02-24T01:25:54.048Z Compiling siphasher v0.3.11
15482026-02-24T01:25:54.136Z Compiling unarray v0.1.4
15492026-02-24T01:25:54.232Z Compiling signal-hook v0.3.18
15502026-02-24T01:25:54.341Z Compiling unicode-properties v0.1.3
15512026-02-24T01:25:54.478Z Compiling rustc-demangle v0.1.24
15522026-02-24T01:25:54.544Z Compiling zlib-rs v0.5.1
15532026-02-24T01:25:54.824Z Compiling unicode-bidi v0.3.17
15542026-02-24T01:25:55.085Z Compiling zstd-safe v7.2.3
15552026-02-24T01:25:55.446Z Compiling anyhow v1.0.99
15562026-02-24T01:25:55.498Z Compiling thiserror v1.0.69
15572026-02-24T01:25:55.718Z Compiling stringprep v0.1.5
15582026-02-24T01:25:55.819Z Compiling phf_shared v0.11.2
15592026-02-24T01:25:56.214Z Compiling proptest v1.7.0
15602026-02-24T01:25:56.340Z Compiling scroll v0.12.0
15612026-02-24T01:25:57.069Z Compiling hyper-util v0.1.19
15622026-02-24T01:25:57.700Z Compiling derive_builder_macro v0.20.2
15632026-02-24T01:25:59.507Z Compiling darling_macro v0.21.0
15642026-02-24T01:25:59.800Z Compiling ipnetwork v0.21.1
15652026-02-24T01:26:00.712Z Compiling erased-serde v0.3.31
15662026-02-24T01:26:00.831Z Compiling toml_datetime v0.6.11
15672026-02-24T01:26:01.390Z Compiling serde_spanned v0.6.9
15682026-02-24T01:26:01.742Z Compiling serde_tokenstream v0.2.2
15692026-02-24T01:26:01.981Z Compiling curve25519-dalek v4.1.3
15702026-02-24T01:26:02.120Z Compiling rand_chacha v0.3.1
15712026-02-24T01:26:02.500Z Compiling libz-rs-sys v0.5.1
15722026-02-24T01:26:02.760Z Compiling backtrace v0.3.74
15732026-02-24T01:26:02.883Z Compiling md-5 v0.10.6
15742026-02-24T01:26:02.938Z Compiling vergen-lib v0.1.6
15752026-02-24T01:26:03.201Z Compiling num-integer v0.1.46
15762026-02-24T01:26:03.258Z Compiling sync_wrapper v1.0.1
15772026-02-24T01:26:03.337Z Compiling hash32 v0.2.1
15782026-02-24T01:26:03.498Z Compiling ff v0.13.0
15792026-02-24T01:26:03.761Z Compiling memoffset v0.9.1
15802026-02-24T01:26:03.858Z Compiling cfg_aliases v0.2.1
15812026-02-24T01:26:03.980Z Compiling litrs v0.4.1
15822026-02-24T01:26:04.014Z Compiling num-bigint-dig v0.8.6
15832026-02-24T01:26:04.133Z Compiling psl-types v2.0.11
15842026-02-24T01:26:04.263Z Compiling base16ct v0.2.0
15852026-02-24T01:26:04.396Z Compiling smoltcp v0.9.1
15862026-02-24T01:26:04.421Z Compiling ref-cast v1.0.25
15872026-02-24T01:26:04.606Z Compiling fallible-iterator v0.2.0
15882026-02-24T01:26:05.188Z Compiling document-features v0.2.11
15892026-02-24T01:26:05.219Z Compiling sec1 v0.7.3
15902026-02-24T01:26:05.289Z Compiling publicsuffix v2.3.0
15912026-02-24T01:26:05.449Z Compiling postgres-protocol v0.6.8
15922026-02-24T01:26:05.768Z Compiling nix v0.29.0
15932026-02-24T01:26:05.869Z Compiling group v0.13.0
15942026-02-24T01:26:05.974Z Compiling num-iter v0.1.45
15952026-02-24T01:26:06.555Z Compiling tower v0.5.2
15962026-02-24T01:26:06.629Z Compiling newtype-uuid v1.3.2
15972026-02-24T01:26:06.873Z Compiling flate2 v1.1.2
15982026-02-24T01:26:07.205Z Compiling rand v0.8.5
15992026-02-24T01:26:07.479Z Compiling darling v0.21.0
16002026-02-24T01:26:07.619Z Compiling oxnet v0.1.4
16012026-02-24T01:26:07.739Z Compiling derive_builder v0.20.2
16022026-02-24T01:26:07.867Z Compiling tokio-native-tls v0.3.1
16032026-02-24T01:26:07.952Z Compiling goblin v0.8.2
16042026-02-24T01:26:08.926Z Compiling rustls-native-certs v0.8.1
16052026-02-24T01:26:09.234Z Compiling webpki-roots v1.0.1
16062026-02-24T01:26:09.263Z Compiling http-body-util v0.1.3
16072026-02-24T01:26:09.405Z Compiling strum_macros v0.27.2
16082026-02-24T01:26:09.467Z Compiling terminal_size v0.4.0
16092026-02-24T01:26:09.518Z Compiling cargo-platform v0.1.8
16102026-02-24T01:26:09.763Z Compiling hkdf v0.12.4
16112026-02-24T01:26:09.794Z Compiling crypto-bigint v0.5.5
16122026-02-24T01:26:10.076Z Compiling daft-derive v0.1.4
16132026-02-24T01:26:10.119Z Compiling async-trait v0.1.89
16142026-02-24T01:26:11.104Z Compiling hubpack_derive v0.1.1
16152026-02-24T01:26:11.679Z Compiling curve25519-dalek-derive v0.1.1
16162026-02-24T01:26:12.178Z Compiling ref-cast-impl v1.0.25
16172026-02-24T01:26:12.812Z Compiling vergen v9.0.6
16182026-02-24T01:26:13.216Z Compiling ahash v0.8.12
16192026-02-24T01:26:13.276Z Compiling fs-err v3.1.1
16202026-02-24T01:26:13.568Z Compiling bitflags v1.3.2
16212026-02-24T01:26:13.602Z Compiling simd-adler32 v0.3.7
16222026-02-24T01:26:13.629Z Compiling buf-list v1.0.3
16232026-02-24T01:26:13.706Z Compiling lockfree-object-pool v0.1.6
16242026-02-24T01:26:13.995Z Compiling ryu v1.0.18
16252026-02-24T01:26:14.253Z Compiling winnow v0.5.40
16262026-02-24T01:26:14.280Z Compiling managed v0.8.0
16272026-02-24T01:26:14.335Z Compiling iri-string v0.7.8
16282026-02-24T01:26:14.378Z Compiling unicode-segmentation v1.12.0
16292026-02-24T01:26:14.728Z Compiling bumpalo v3.16.0
16302026-02-24T01:26:15.261Z Compiling zopfli v0.8.1
16312026-02-24T01:26:16.033Z Compiling strum v0.27.2
16322026-02-24T01:26:16.257Z Compiling dof v0.3.0
16332026-02-24T01:26:17.008Z Compiling serde_urlencoded v0.7.1
16342026-02-24T01:26:17.286Z Compiling tower-http v0.6.6
16352026-02-24T01:26:17.663Z Compiling clap_builder v4.5.48
16362026-02-24T01:26:17.914Z Compiling toml_edit v0.19.15
16372026-02-24T01:26:18.212Z Compiling elliptic-curve v0.13.8
16382026-02-24T01:26:18.246Z Compiling hubpack v0.1.2
16392026-02-24T01:26:18.290Z Compiling daft v0.1.4
16402026-02-24T01:26:18.668Z Compiling cargo_metadata v0.19.2
16412026-02-24T01:26:18.869Z Compiling hyper-tls v0.6.0
16422026-02-24T01:26:19.116Z Compiling zstd v0.13.3
16432026-02-24T01:26:19.302Z Compiling signal-hook-mio v0.2.4
16442026-02-24T01:26:19.498Z Compiling cookie_store v0.21.1
16452026-02-24T01:26:21.887Z Compiling serde_with_macros v3.16.1
16462026-02-24T01:26:22.111Z Compiling postgres-types v0.2.9
16472026-02-24T01:26:23.576Z Compiling usdt-attr-macro v0.6.0
16482026-02-24T01:26:24.465Z Compiling usdt-macro v0.6.0
16492026-02-24T01:26:24.805Z Compiling phf v0.11.2
16502026-02-24T01:26:24.972Z Compiling dtrace-parser v0.2.0
16512026-02-24T01:26:25.162Z Compiling ed25519 v2.2.3
16522026-02-24T01:26:25.187Z Compiling bzip2 v0.5.2
16532026-02-24T01:26:25.598Z Compiling bzip2 v0.4.4
16542026-02-24T01:26:25.743Z Compiling pkcs1 v0.7.5
16552026-02-24T01:26:25.937Z Compiling clap_derive v4.5.47
16562026-02-24T01:26:26.008Z Compiling enum-as-inner v0.6.1
16572026-02-24T01:26:26.113Z Compiling strum_macros v0.26.4
16582026-02-24T01:26:26.660Z Compiling serde-big-array v0.5.1
16592026-02-24T01:26:26.931Z Compiling hex v0.4.3
16602026-02-24T01:26:27.029Z Compiling rfc6979 v0.4.0
16612026-02-24T01:26:27.131Z Compiling bstr v1.10.0
16622026-02-24T01:26:27.374Z Compiling serde_repr v0.1.19
16632026-02-24T01:26:27.493Z Compiling float-cmp v0.10.0
16642026-02-24T01:26:27.602Z Compiling env_filter v0.1.2
16652026-02-24T01:26:27.780Z Compiling memmap2 v0.9.8
16662026-02-24T01:26:28.225Z Compiling socket2 v0.5.10
16672026-02-24T01:26:28.253Z Compiling encoding_rs v0.8.34
16682026-02-24T01:26:28.548Z Compiling new_debug_unreachable v1.0.6
16692026-02-24T01:26:28.650Z Compiling predicates-core v1.0.8
16702026-02-24T01:26:28.678Z Compiling data-encoding v2.9.0
16712026-02-24T01:26:28.999Z Compiling fixedbitset v0.4.2
16722026-02-24T01:26:29.279Z Compiling mime v0.3.17
16732026-02-24T01:26:29.446Z Compiling jiff v0.2.15
16742026-02-24T01:26:29.837Z Compiling precomputed-hash v0.1.1
16752026-02-24T01:26:29.996Z Compiling normalize-line-endings v0.3.0
16762026-02-24T01:26:30.169Z Compiling keccak v0.1.5
16772026-02-24T01:26:30.397Z Compiling difflib v0.4.0
16782026-02-24T01:26:30.600Z Compiling rustc-hash v2.1.1
16792026-02-24T01:26:30.626Z Compiling fixedbitset v0.5.7
16802026-02-24T01:26:30.819Z Compiling whoami v1.5.2
16812026-02-24T01:26:31.283Z Compiling foldhash v0.2.0
16822026-02-24T01:26:31.452Z Compiling static_assertions v1.1.0
16832026-02-24T01:26:31.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-02-24T01:26:31.738Z Compiling iddqd v0.3.16
16852026-02-24T01:26:31.815Z Compiling toml_edit v0.22.27
16862026-02-24T01:26:31.931Z Compiling tokio-postgres v0.7.13
16872026-02-24T01:26:32.111Z Compiling petgraph v0.8.2
16882026-02-24T01:26:33.467Z Compiling predicates v3.1.3
16892026-02-24T01:26:34.579Z Compiling strum v0.26.3
16902026-02-24T01:26:34.797Z Compiling clap v4.5.48
16912026-02-24T01:26:34.936Z Compiling sha3 v0.10.8
16922026-02-24T01:26:34.961Z Compiling string_cache v0.8.9
16932026-02-24T01:26:35.417Z Compiling hickory-proto v0.25.2
16942026-02-24T01:26:36.238Z Compiling petgraph v0.6.5
16952026-02-24T01:26:36.596Z Compiling similar v2.7.0
16962026-02-24T01:26:37.507Z Compiling zip v4.2.0
16972026-02-24T01:26:38.663Z Compiling usdt v0.6.0
16982026-02-24T01:26:38.741Z Compiling env_logger v0.11.8
16992026-02-24T01:26:38.937Z Compiling usdt-impl v0.5.0
17002026-02-24T01:26:39.193Z Compiling serde_with v3.16.1
17012026-02-24T01:26:39.532Z Compiling ecdsa v0.16.9
17022026-02-24T01:26:39.904Z Compiling rsa v0.9.8
17032026-02-24T01:26:40.204Z Compiling zip v0.6.6
17042026-02-24T01:26:40.342Z Compiling ed25519-dalek v2.1.1
17052026-02-24T01:26:41.828Z Compiling toml v0.7.8
17062026-02-24T01:26:41.853Z Compiling crossterm v0.28.1
17072026-02-24T01:26:43.508Z Compiling heck v0.4.1
17082026-02-24T01:26:43.704Z Compiling crossbeam-epoch v0.9.18
17092026-02-24T01:26:43.729Z Compiling tokio-stream v0.1.17
17102026-02-24T01:26:43.848Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17112026-02-24T01:26:43.954Z Compiling x509-cert v0.2.5
17122026-02-24T01:26:44.297Z Compiling openapiv3 v2.2.0
17132026-02-24T01:26:44.401Z Compiling sha1 v0.10.6
17142026-02-24T01:26:44.833Z Compiling itertools v0.13.0
17152026-02-24T01:26:44.869Z Compiling itertools v0.10.5
17162026-02-24T01:26:45.156Z Compiling winnow v0.6.26
17172026-02-24T01:26:47.449Z Compiling lalrpop-util v0.19.12
17182026-02-24T01:26:47.834Z Compiling peg-runtime v0.8.5
17192026-02-24T01:26:47.860Z Compiling thread_local v1.1.8
17202026-02-24T01:26:47.902Z Compiling slog-async v2.8.0
17212026-02-24T01:26:48.098Z Compiling crossbeam-channel v0.5.15
17222026-02-24T01:26:48.321Z Compiling xattr v1.3.1
17232026-02-24T01:26:48.356Z Compiling futures-executor v0.3.31
17242026-02-24T01:26:48.420Z Compiling is-terminal v0.4.13
17252026-02-24T01:26:48.448Z Compiling filetime v0.2.26
17262026-02-24T01:26:48.541Z Compiling take_mut v0.2.2
17272026-02-24T01:26:48.589Z Compiling term v1.1.0
17282026-02-24T01:26:48.743Z Compiling tar v0.4.44
17292026-02-24T01:26:48.820Z Compiling futures v0.3.31
17302026-02-24T01:26:49.858Z Compiling slog-term v2.9.2
17312026-02-24T01:26:52.311Z Compiling aws-lc-sys v0.26.0
17322026-02-24T01:27:29.005Z Compiling rustls-webpki v0.102.8
17332026-02-24T01:27:35.656Z Compiling tokio-rustls v0.26.0
17342026-02-24T01:27:35.992Z Compiling hyper-rustls v0.27.7
17352026-02-24T01:27:36.373Z Compiling reqwest v0.12.24
17362026-02-24T01:27:41.546Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-02-24T01:27:41.952Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-02-24T01:27:48.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s
17392026-02-24T01:27:48.507Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17402026-02-24T01:27:48.603ZFeb 24 01:27:48.313 INFO Starting download, target: Clickhouse
17412026-02-24T01:27:48.603ZFeb 24 01:27:48.314 INFO Starting download, target: DendriteStub
17422026-02-24T01:27:48.628ZFeb 24 01:27:48.314 INFO Starting download, target: Console
17432026-02-24T01:27:48.628ZFeb 24 01:27:48.314 INFO Starting download, target: Cockroach
17442026-02-24T01:27:48.628ZFeb 24 01:27:48.314 INFO Starting download, target: TransceiverControl
17452026-02-24T01:27:48.628ZFeb 24 01:27:48.314 INFO Starting download, target: MaghemiteMgd
17462026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17482026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17512026-02-24T01:27:48.628ZFeb 24 01:27:48.315 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17522026-02-24T01:27:49.023ZFeb 24 01:27:48.732 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-02-24T01:27:49.368ZFeb 24 01:27:49.059 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17542026-02-24T01:27:49.451ZFeb 24 01:27:49.161 INFO Download complete, target: Console
17552026-02-24T01:27:49.889ZFeb 24 01:27:49.598 INFO Download complete, target: TransceiverControl
17562026-02-24T01:27:53.268ZFeb 24 01:27:52.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17572026-02-24T01:27:53.814ZFeb 24 01:27:53.525 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17582026-02-24T01:27:57.121ZFeb 24 01:27:56.827 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-02-24T01:27:57.121ZFeb 24 01:27:56.827 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-02-24T01:27:58.910ZFeb 24 01:27:58.621 INFO Download complete, target: MaghemiteMgd
17612026-02-24T01:27:59.695ZFeb 24 01:27:59.406 INFO Download complete, target: DendriteStub
17622026-02-24T01:28:09.249ZFeb 24 01:28:08.961 INFO Checking that binary works, target: Cockroach
17632026-02-24T01:28:09.555ZFeb 24 01:28:09.267 INFO Download complete, target: Cockroach
17642026-02-24T01:28:13.399ZFeb 24 01:28:13.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-02-24T01:28:28.267ZFeb 24 01:28:27.980 INFO Checking that binary works, target: Clickhouse
17662026-02-24T01:28:28.494ZFeb 24 01:28:28.207 INFO Download complete, target: Clickhouse
17672026-02-24T01:28:28.519ZAll prerequisites installed successfully
17682026-02-24T01:28:28.519Z
17692026-02-24T01:28:28.519Zreal 7:52.325186869
17702026-02-24T01:28:28.519Zuser 20:49.058079324
17712026-02-24T01:28:28.519Zsys 3:09.277715223
17722026-02-24T01:28:28.519Ztrap 0.894624384
17732026-02-24T01:28:28.519Ztflt 0.445947271
17742026-02-24T01:28:28.519Zdflt 0.982301715
17752026-02-24T01:28:28.519Zkflt 0.009124587
17762026-02-24T01:28:28.519Zlock 55:29.281772885
17772026-02-24T01:28:28.519Zslp 1:16:42.869147422
17782026-02-24T01:28:28.519Zlat 1:28.650594000
17792026-02-24T01:28:28.519Zstop 3:18.057159388
17802026-02-24T01:28:28.519Z+ ptime -m cargo xtask download softnpu
17812026-02-24T01:28:29.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
17822026-02-24T01:28:29.890Z Running `target/debug/xtask download softnpu`
17832026-02-24T01:28:31.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
17842026-02-24T01:28:31.560Z Running `target/debug/xtask-downloader softnpu`
17852026-02-24T01:28:31.625ZFeb 24 01:28:31.338 INFO Starting download, target: Softnpu
17862026-02-24T01:28:31.649ZFeb 24 01:28:31.339 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17872026-02-24T01:28:33.346ZFeb 24 01:28:33.060 INFO Download complete, target: Softnpu
17882026-02-24T01:28:33.371Z
17892026-02-24T01:28:33.371Zreal 4.837989031
17902026-02-24T01:28:33.371Zuser 2.468019551
17912026-02-24T01:28:33.371Zsys 1.443666617
17922026-02-24T01:28:33.371Ztrap 0.000865552
17932026-02-24T01:28:33.371Ztflt 0.000302324
17942026-02-24T01:28:33.371Zdflt 0.000919751
17952026-02-24T01:28:33.371Zkflt 0.000000000
17962026-02-24T01:28:33.371Zlock 18.680733455
17972026-02-24T01:28:33.371Zslp 1.438231823
17982026-02-24T01:28:33.371Zlat 0.220539050
17992026-02-24T01:28:33.371Zstop 0.000421608
18002026-02-24T01:28:33.371Z+ export CARGO_INCREMENTAL=0
18012026-02-24T01:28:33.371Z+ CARGO_INCREMENTAL=0
18022026-02-24T01:28:33.371Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18032026-02-24T01:28:35.380Z Compiling proc-macro2 v1.0.101
18042026-02-24T01:28:35.380Z Compiling unicode-ident v1.0.19
18052026-02-24T01:28:35.380Z Compiling libc v0.2.180
18062026-02-24T01:28:35.381Z Compiling serde_core v1.0.228
18072026-02-24T01:28:35.405Z Compiling serde v1.0.228
18082026-02-24T01:28:35.405Z Compiling autocfg v1.4.0
18092026-02-24T01:28:35.405Z Compiling cfg-if v1.0.4
18102026-02-24T01:28:35.641Z Compiling version_check v0.9.5
18112026-02-24T01:28:35.672Z Compiling memchr v2.7.4
18122026-02-24T01:28:35.717Z Compiling shlex v1.3.0
18132026-02-24T01:28:36.218Z Compiling lock_api v0.4.12
18142026-02-24T01:28:36.266Z Compiling find-msvc-tools v0.1.9
18152026-02-24T01:28:36.529Z Compiling value-bag v1.12.0
18162026-02-24T01:28:36.702Z Compiling zmij v1.0.15
18172026-02-24T01:28:36.824Z Compiling portable-atomic v1.11.0
18182026-02-24T01:28:37.065Z Compiling log v0.4.29
18192026-02-24T01:28:37.143Z Compiling typenum v1.17.0
18202026-02-24T01:28:37.412Z Compiling quote v1.0.40
18212026-02-24T01:28:37.531Z Compiling jobserver v0.1.32
18222026-02-24T01:28:37.718Z Compiling serde_json v1.0.149
18232026-02-24T01:28:37.766Z Compiling generic-array v0.14.7
18242026-02-24T01:28:37.955Z Compiling syn v2.0.114
18252026-02-24T01:28:37.984Z Compiling cc v1.2.56
18262026-02-24T01:28:38.116Z Compiling getrandom v0.3.4
18272026-02-24T01:28:38.140Z Compiling libm v0.2.8
18282026-02-24T01:28:38.190Z Compiling num-traits v0.2.19
18292026-02-24T01:28:38.601Z Compiling scopeguard v1.2.0
18302026-02-24T01:28:38.682Z Compiling parking_lot_core v0.9.10
18312026-02-24T01:28:38.740Z Compiling smallvec v1.15.1
18322026-02-24T01:28:39.103Z Compiling regex-syntax v0.8.5
18332026-02-24T01:28:39.266Z Compiling itoa v1.0.11
18342026-02-24T01:28:40.012Z Compiling getrandom v0.2.15
18352026-02-24T01:28:40.076Z Compiling thiserror v2.0.18
18362026-02-24T01:28:40.377Z Compiling pkg-config v0.3.31
18372026-02-24T01:28:40.429Z Compiling aho-corasick v1.1.3
18382026-02-24T01:28:40.540Z Compiling rustix v0.38.37
18392026-02-24T01:28:41.001Z Compiling errno v0.3.12
18402026-02-24T01:28:41.134Z Compiling stable_deref_trait v1.2.0
18412026-02-24T01:28:41.261Z Compiling either v1.15.0
18422026-02-24T01:28:41.287Z Compiling spin v0.9.8
18432026-02-24T01:28:41.437Z Compiling slab v0.4.9
18442026-02-24T01:28:41.461Z Compiling allocator-api2 v0.2.21
18452026-02-24T01:28:41.711Z Compiling equivalent v1.0.2
18462026-02-24T01:28:41.751Z Compiling semver v1.0.27
18472026-02-24T01:28:41.946Z Compiling lazy_static v1.5.0
18482026-02-24T01:28:42.325Z Compiling regex-automata v0.4.11
18492026-02-24T01:28:42.463Z Compiling schemars v0.8.22
18502026-02-24T01:28:43.627Z Compiling rand_core v0.6.4
18512026-02-24T01:28:44.163Z Compiling critical-section v1.1.3
18522026-02-24T01:28:44.313Z Compiling byteorder v1.5.0
18532026-02-24T01:28:44.362Z Compiling once_cell v1.21.3
18542026-02-24T01:28:44.824Z Compiling synstructure v0.13.1
18552026-02-24T01:28:44.865Z Compiling serde_derive_internals v0.29.1
18562026-02-24T01:28:45.441Z Compiling writeable v0.5.5
18572026-02-24T01:28:45.482Z Compiling litemap v0.7.3
18582026-02-24T01:28:45.951Z Compiling glob v0.3.2
18592026-02-24T01:28:46.321Z Compiling subtle v2.6.1
18602026-02-24T01:28:46.365Z Compiling prettyplease v0.2.36
18612026-02-24T01:28:46.423Z Compiling percent-encoding v2.3.2
18622026-02-24T01:28:46.511Z Compiling pin-project-lite v0.2.14
18632026-02-24T01:28:46.610Z Compiling clang-sys v1.8.1
18642026-02-24T01:28:46.746Z Compiling minimal-lexical v0.2.1
18652026-02-24T01:28:46.858Z Compiling icu_locid_transform_data v1.5.0
18662026-02-24T01:28:46.979Z Compiling fnv v1.0.7
18672026-02-24T01:28:47.146Z Compiling nom v7.1.3
18682026-02-24T01:28:47.284Z Compiling libloading v0.8.5
18692026-02-24T01:28:47.343Z Compiling regex v1.11.3
18702026-02-24T01:28:47.638Z Compiling home v0.5.9
18712026-02-24T01:28:47.859Z Compiling bindgen v0.69.5
18722026-02-24T01:28:47.969Z Compiling serde_derive v1.0.228
18732026-02-24T01:28:48.193Z Compiling zeroize_derive v1.4.2
18742026-02-24T01:28:48.219Z Compiling zerofrom-derive v0.1.4
18752026-02-24T01:28:48.244Z Compiling yoke-derive v0.7.4
18762026-02-24T01:28:48.272Z Compiling zerovec-derive v0.10.3
18772026-02-24T01:28:48.301Z Compiling displaydoc v0.2.5
18782026-02-24T01:28:49.313Z Compiling icu_provider_macros v1.5.0
18792026-02-24T01:28:49.559Z Compiling zeroize v1.8.1
18802026-02-24T01:28:50.003Z Compiling tokio-macros v2.6.0
18812026-02-24T01:28:50.261Z Compiling thiserror-impl v2.0.18
18822026-02-24T01:28:50.286Z Compiling zerocopy-derive v0.7.35
18832026-02-24T01:28:50.352Z Compiling futures-macro v0.3.31
18842026-02-24T01:28:50.400Z Compiling schemars_derive v0.8.22
18852026-02-24T01:28:50.657Z Compiling zerofrom v0.1.4
18862026-02-24T01:28:50.901Z Compiling yoke v0.7.4
18872026-02-24T01:28:51.279Z Compiling zerovec v0.10.4
18882026-02-24T01:28:51.737Z Compiling icu_properties_data v1.5.0
18892026-02-24T01:28:51.760Z Compiling cexpr v0.6.0
18902026-02-24T01:28:52.894Z Compiling itertools v0.12.1
18912026-02-24T01:28:53.039Z Compiling utf16_iter v1.0.5
18922026-02-24T01:28:53.086Z Compiling rustc-hash v1.1.0
18932026-02-24T01:28:53.263Z Compiling tinystr v0.7.6
18942026-02-24T01:28:53.291Z Compiling icu_collections v1.5.0
18952026-02-24T01:28:53.720Z Compiling icu_locid v1.5.0
18962026-02-24T01:28:54.065Z Compiling utf8_iter v1.0.4
18972026-02-24T01:28:54.339Z Compiling write16 v1.0.0
18982026-02-24T01:28:54.492Z Compiling icu_normalizer_data v1.5.0
18992026-02-24T01:28:54.639Z Compiling bitflags v2.9.4
19002026-02-24T01:28:54.712Z Compiling bytes v1.11.1
19012026-02-24T01:28:55.577Z Compiling icu_provider v1.5.0
19022026-02-24T01:28:55.646Z Compiling heck v0.5.0
19032026-02-24T01:28:55.791Z Compiling lazycell v1.3.0
19042026-02-24T01:28:55.978Z Compiling paste v1.0.15
19052026-02-24T01:28:56.025Z Compiling cmake v0.1.51
19062026-02-24T01:28:56.410Z Compiling icu_locid_transform v1.5.0
19072026-02-24T01:28:56.720Z Compiling signal-hook-registry v1.4.2
19082026-02-24T01:28:56.744Z Compiling fs_extra v1.3.0
19092026-02-24T01:28:56.790Z Compiling dunce v1.0.5
19102026-02-24T01:28:57.253Z Compiling parking_lot v0.12.3
19112026-02-24T01:28:57.778Z Compiling icu_properties v1.5.1
19122026-02-24T01:28:57.847Z Compiling crypto-common v0.1.6
19132026-02-24T01:28:57.927Z Compiling hashbrown v0.16.1
19142026-02-24T01:28:58.065Z Compiling mio v1.0.2
19152026-02-24T01:28:58.884Z Compiling which v4.4.2
19162026-02-24T01:28:59.608Z Compiling form_urlencoded v1.2.2
19172026-02-24T01:29:00.234Z Compiling rustversion v1.0.22
19182026-02-24T01:29:00.325Z Compiling const-oid v0.9.6
19192026-02-24T01:29:00.835Z Compiling indexmap v2.13.0
19202026-02-24T01:29:01.088Z Compiling socket2 v0.6.1
19212026-02-24T01:29:01.348Z Compiling icu_normalizer v1.5.0
19222026-02-24T01:29:01.904Z Compiling tokio v1.49.0
19232026-02-24T01:29:02.604Z Compiling idna_adapter v1.2.0
19242026-02-24T01:29:02.829Z Compiling idna v1.0.3
19252026-02-24T01:29:03.184Z Compiling ring v0.17.14
19262026-02-24T01:29:03.287Z Compiling zerocopy v0.8.27
19272026-02-24T01:29:03.380Z Compiling block-buffer v0.10.4
19282026-02-24T01:29:03.478Z Compiling url v2.5.4
19292026-02-24T01:29:03.954Z Compiling tracing-attributes v0.1.27
19302026-02-24T01:29:04.086Z Compiling der_derive v0.7.3
19312026-02-24T01:29:05.770Z Compiling thiserror v1.0.69
19322026-02-24T01:29:05.802Z Compiling aws-lc-rs v1.12.4
19332026-02-24T01:29:06.519Z Compiling vcpkg v0.2.15
19342026-02-24T01:29:06.581Z Compiling digest v0.10.7
19352026-02-24T01:29:07.271Z Compiling zerocopy-derive v0.8.27
19362026-02-24T01:29:07.532Z Compiling strsim v0.11.1
19372026-02-24T01:29:07.640Z Compiling openssl-sys v0.9.109
19382026-02-24T01:29:08.093Z Compiling futures-core v0.3.31
19392026-02-24T01:29:08.203Z Compiling zerocopy v0.7.35
19402026-02-24T01:29:08.361Z Compiling thiserror-impl v1.0.69
19412026-02-24T01:29:08.394Z Compiling iana-time-zone v0.1.63
19422026-02-24T01:29:08.418Z Compiling ucd-trie v0.1.7
19432026-02-24T01:29:08.843Z Compiling pest v2.8.2
19442026-02-24T01:29:09.067Z Compiling chrono v0.4.43
19452026-02-24T01:29:09.103Z Compiling aws-lc-sys v0.26.0
19462026-02-24T01:29:09.710Z Compiling serde_tokenstream v0.2.2
19472026-02-24T01:29:09.835Z Compiling uuid v1.19.0
19482026-02-24T01:29:10.057Z Compiling foldhash v0.1.5
19492026-02-24T01:29:10.232Z Compiling ident_case v1.0.1
19502026-02-24T01:29:10.355Z Compiling httparse v1.9.5
19512026-02-24T01:29:10.443Z Compiling hashbrown v0.15.4
19522026-02-24T01:29:11.435Z Compiling pest_meta v2.8.2
19532026-02-24T01:29:11.754Z Compiling rustix v1.1.3
19542026-02-24T01:29:12.802Z Compiling syn v1.0.109
19552026-02-24T01:29:13.073Z Compiling pest_generator v2.8.2
19562026-02-24T01:29:13.915Z Compiling futures-sink v0.3.31
19572026-02-24T01:29:14.096Z Compiling time-core v0.1.6
19582026-02-24T01:29:14.120Z Compiling num-conv v0.1.0
19592026-02-24T01:29:14.431Z Compiling time-macros v0.2.24
19602026-02-24T01:29:14.457Z Compiling futures-channel v0.3.31
19612026-02-24T01:29:14.667Z Compiling pest_derive v2.8.2
19622026-02-24T01:29:15.041Z Compiling rustc_version v0.4.1
19632026-02-24T01:29:15.373Z Compiling futures-task v0.3.31
19642026-02-24T01:29:15.554Z Compiling pin-utils v0.1.0
19652026-02-24T01:29:15.676Z Compiling openssl v0.10.73
19662026-02-24T01:29:15.700Z Compiling dyn-clone v1.0.20
19672026-02-24T01:29:15.952Z Compiling futures-io v0.3.31
19682026-02-24T01:29:16.047Z Compiling cpufeatures v0.2.14
19692026-02-24T01:29:16.252Z Compiling futures-util v0.3.31
19702026-02-24T01:29:16.391Z Compiling hmac v0.12.1
19712026-02-24T01:29:16.644Z Compiling plain v0.2.3
19722026-02-24T01:29:16.921Z Compiling block-padding v0.3.3
19732026-02-24T01:29:17.168Z Compiling openssl-macros v0.1.1
19742026-02-24T01:29:17.773Z Compiling crossbeam-utils v0.8.21
19752026-02-24T01:29:18.242Z Compiling native-tls v0.2.12
19762026-02-24T01:29:18.271Z Compiling rustls v0.23.19
19772026-02-24T01:29:18.579Z Compiling inout v0.1.3
19782026-02-24T01:29:18.603Z Compiling ppv-lite86 v0.2.20
19792026-02-24T01:29:19.695Z Compiling pretty-hex v0.4.1
19802026-02-24T01:29:19.929Z Compiling cipher v0.4.4
19812026-02-24T01:29:20.116Z Compiling sha2 v0.10.9
19822026-02-24T01:29:20.382Z Compiling http v1.4.0
19832026-02-24T01:29:20.818Z Compiling scroll_derive v0.12.0
19842026-02-24T01:29:21.894Z Compiling scroll_derive v0.13.1
19852026-02-24T01:29:22.071Z Compiling cookie v0.18.1
19862026-02-24T01:29:22.190Z Compiling anyhow v1.0.99
19872026-02-24T01:29:22.501Z Compiling base64ct v1.6.0
19882026-02-24T01:29:23.034Z Compiling pem-rfc7468 v0.7.0
19892026-02-24T01:29:23.393Z Compiling darling_core v0.21.0
19902026-02-24T01:29:23.615Z Compiling slog v2.8.2
19912026-02-24T01:29:24.853Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-02-24T01:29:25.191Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19932026-02-24T01:29:25.325Z Compiling flagset v0.4.6
19942026-02-24T01:29:25.561Z Compiling der v0.7.10
19952026-02-24T01:29:27.949Z Compiling serde_spanned v0.6.9
19962026-02-24T01:29:27.977Z Compiling toml_datetime v0.6.11
19972026-02-24T01:29:28.006Z Compiling rand_core v0.9.3
19982026-02-24T01:29:28.211Z Compiling darling_macro v0.21.0
19992026-02-24T01:29:28.237Z Compiling tracing-core v0.1.32
20002026-02-24T01:29:28.261Z Compiling rustls-pki-types v1.10.0
20012026-02-24T01:29:28.443Z Compiling spki v0.7.3
20022026-02-24T01:29:28.654Z Compiling salsa20 v0.10.2
20032026-02-24T01:29:28.842Z Compiling pbkdf2 v0.12.2
20042026-02-24T01:29:29.078Z Compiling darling v0.21.0
20052026-02-24T01:29:29.186Z Compiling tracing v0.1.40
20062026-02-24T01:29:29.471Z Compiling winnow v0.5.40
20072026-02-24T01:29:29.741Z Compiling litrs v0.4.1
20082026-02-24T01:29:29.927Z Compiling camino v1.2.2
20092026-02-24T01:29:30.039Z Compiling base64 v0.22.1
20102026-02-24T01:29:30.692Z Compiling document-features v0.2.11
20112026-02-24T01:29:31.331Z Compiling scrypt v0.11.0
20122026-02-24T01:29:31.667Z Compiling rand_chacha v0.9.0
20132026-02-24T01:29:31.782Z Compiling tokio-util v0.7.15
20142026-02-24T01:29:32.093Z Compiling cbc v0.1.2
20152026-02-24T01:29:32.320Z Compiling aes v0.8.4
20162026-02-24T01:29:32.819Z Compiling toml_edit v0.19.15
20172026-02-24T01:29:35.114Z Compiling usdt-impl v0.5.0
20182026-02-24T01:29:35.351Z Compiling usdt-impl v0.6.0
20192026-02-24T01:29:35.465Z Compiling untrusted v0.9.0
20202026-02-24T01:29:35.695Z Compiling ref-cast v1.0.25
20212026-02-24T01:29:35.719Z Compiling untrusted v0.7.1
20222026-02-24T01:29:35.949Z Compiling powerfmt v0.2.0
20232026-02-24T01:29:36.349Z Compiling deranged v0.5.3
20242026-02-24T01:29:36.459Z Compiling pkcs5 v0.7.1
20252026-02-24T01:29:37.325Z Compiling rand v0.9.2
20262026-02-24T01:29:39.059Z Compiling http-body v1.0.1
20272026-02-24T01:29:39.349Z Compiling scroll v0.13.0
20282026-02-24T01:29:39.831Z Compiling scroll v0.12.0
20292026-02-24T01:29:39.888Z Compiling heapless v0.7.17
20302026-02-24T01:29:40.371Z Compiling cfg_aliases v0.2.1
20312026-02-24T01:29:40.494Z Compiling adler2 v2.0.0
20322026-02-24T01:29:40.777Z Compiling signal-hook v0.3.18
20332026-02-24T01:29:40.832Z Compiling zstd-safe v7.2.3
20342026-02-24T01:29:41.164Z Compiling atomic-waker v1.1.2
20352026-02-24T01:29:41.408Z Compiling num_threads v0.1.7
20362026-02-24T01:29:41.636Z Compiling time v0.3.43
20372026-02-24T01:29:41.660Z Compiling miniz_oxide v0.8.5
20382026-02-24T01:29:42.912Z Compiling goblin v0.8.2
20392026-02-24T01:29:44.244Z Compiling goblin v0.10.2
20402026-02-24T01:29:45.450Z Compiling pkcs8 v0.10.2
20412026-02-24T01:29:46.338Z Compiling ipnetwork v0.21.1
20422026-02-24T01:29:48.412Z Compiling darling_core v0.20.10
20432026-02-24T01:29:50.066Z Compiling ref-cast-impl v1.0.25
20442026-02-24T01:29:50.629Z Compiling memoffset v0.9.1
20452026-02-24T01:29:50.989Z Compiling try-lock v0.2.5
20462026-02-24T01:29:51.086Z Compiling tower-layer v0.3.3
20472026-02-24T01:29:52.143Z Compiling tower-service v0.3.3
20482026-02-24T01:29:52.168Z Compiling tinyvec_macros v0.1.1
20492026-02-24T01:29:52.317Z Compiling tinyvec v1.8.0
20502026-02-24T01:29:53.106Z Compiling darling_macro v0.20.10
20512026-02-24T01:29:53.871Z Compiling dof v0.4.0
20522026-02-24T01:29:54.102Z Compiling want v0.3.1
20532026-02-24T01:29:54.126Z Compiling dof v0.3.0
20542026-02-24T01:29:54.423Z Compiling h2 v0.4.6
20552026-02-24T01:29:55.767Z Compiling dtrace-parser v0.2.0
20562026-02-24T01:29:56.999Z Compiling curve25519-dalek v4.1.3
20572026-02-24T01:29:57.023Z Compiling dtrace-parser v0.3.0
20582026-02-24T01:29:57.498Z Compiling ipnet v2.11.0
20592026-02-24T01:29:57.559Z Compiling daft-derive v0.1.4
20602026-02-24T01:29:58.519Z Compiling async-trait v0.1.89
20612026-02-24T01:29:58.920Z Compiling thread-id v5.0.0
20622026-02-24T01:29:59.069Z Compiling thread-id v4.2.2
20632026-02-24T01:29:59.208Z Compiling ryu v1.0.18
20642026-02-24T01:29:59.778Z Compiling openssl-probe v0.1.5
20652026-02-24T01:29:59.949Z Compiling httpdate v1.0.3
20662026-02-24T01:30:00.096Z Compiling fastrand v2.1.1
20672026-02-24T01:30:00.331Z Compiling smoltcp v0.9.1
20682026-02-24T01:30:00.559Z Compiling foreign-types-shared v0.1.1
20692026-02-24T01:30:00.719Z Compiling num-bigint-dig v0.8.6
20702026-02-24T01:30:01.107Z Compiling foreign-types v0.3.2
20712026-02-24T01:30:01.242Z Compiling tempfile v3.24.0
20722026-02-24T01:30:03.054Z Compiling hyper v1.8.1
20732026-02-24T01:30:07.720Z Compiling darling v0.20.10
20742026-02-24T01:30:10.526Z Compiling strum_macros v0.26.4
20752026-02-24T01:30:12.585Z Compiling wait-timeout v0.2.0
20762026-02-24T01:30:13.019Z Compiling gimli v0.31.1
20772026-02-24T01:30:14.171Z Compiling utf8parse v0.2.2
20782026-02-24T01:30:14.211Z Compiling anstyle v1.0.11
20792026-02-24T01:30:14.665Z Compiling quick-error v1.2.3
20802026-02-24T01:30:14.698Z Compiling bit-vec v0.8.0
20812026-02-24T01:30:14.843Z Compiling rusty-fork v0.3.0
20822026-02-24T01:30:15.141Z Compiling bit-set v0.8.0
20832026-02-24T01:30:15.429Z Compiling anstyle-parse v0.2.5
20842026-02-24T01:30:18.464Z Compiling addr2line v0.24.2
20852026-02-24T01:30:20.564Z Compiling derive_builder_core v0.20.2
20862026-02-24T01:30:21.778Z Compiling hyper-util v0.1.19
20872026-02-24T01:30:22.259Z Compiling unicode-normalization v0.1.24
20882026-02-24T01:30:22.987Z Compiling nix v0.29.0
20892026-02-24T01:30:23.705Z Compiling rand_xorshift v0.4.0
20902026-02-24T01:30:23.938Z Compiling hubpack_derive v0.1.1
20912026-02-24T01:30:24.738Z Compiling signature v2.2.0
20922026-02-24T01:30:24.981Z Compiling openapiv3 v2.2.0
20932026-02-24T01:30:25.734Z Compiling strum_macros v0.27.2
20942026-02-24T01:30:26.165Z Compiling erased-serde v0.3.31
20952026-02-24T01:30:27.694Z Compiling curve25519-dalek-derive v0.1.1
20962026-02-24T01:30:28.687Z Compiling object v0.36.5
20972026-02-24T01:30:29.915Z Compiling ahash v0.8.12
20982026-02-24T01:30:30.277Z Compiling fs-err v3.1.1
20992026-02-24T01:30:30.600Z Compiling crc32fast v1.4.2
21002026-02-24T01:30:30.932Z Compiling unicode-segmentation v1.12.0
21012026-02-24T01:30:31.719Z Compiling is_terminal_polyfill v1.70.1
21022026-02-24T01:30:31.884Z Compiling rustc-demangle v0.1.24
21032026-02-24T01:30:32.975Z Compiling anstyle-query v1.1.1
21042026-02-24T01:30:33.361Z Compiling buf-list v1.0.3
21052026-02-24T01:30:33.950Z Compiling unicode-properties v0.1.3
21062026-02-24T01:30:34.286Z Compiling colorchoice v1.0.2
21072026-02-24T01:30:34.375Z Compiling zlib-rs v0.5.1
21082026-02-24T01:30:34.802Z Compiling unarray v0.1.4
21092026-02-24T01:30:34.837Z Compiling siphasher v0.3.11
21102026-02-24T01:30:35.011Z Compiling unicode-bidi v0.3.17
21112026-02-24T01:30:35.220Z Compiling phf_shared v0.11.2
21122026-02-24T01:30:35.572Z Compiling backtrace v0.3.74
21132026-02-24T01:30:35.985Z Compiling stringprep v0.1.5
21142026-02-24T01:30:36.053Z Compiling proptest v1.7.0
21152026-02-24T01:30:37.121Z Compiling anstream v0.6.18
21162026-02-24T01:30:39.720Z Compiling libz-rs-sys v0.5.1
21172026-02-24T01:30:43.102Z Compiling derive_builder_macro v0.20.2
21182026-02-24T01:30:44.258Z Compiling usdt-macro v0.6.0
21192026-02-24T01:30:45.600Z Compiling usdt-attr-macro v0.6.0
21202026-02-24T01:30:45.847Z Compiling oxnet v0.1.4
21212026-02-24T01:30:46.759Z Compiling rustls-webpki v0.102.8
21222026-02-24T01:30:47.127Z Compiling http-body-util v0.1.3
21232026-02-24T01:30:47.759Z Compiling rand_chacha v0.3.1
21242026-02-24T01:30:48.198Z Compiling sync_wrapper v1.0.1
21252026-02-24T01:30:48.428Z Compiling md-5 v0.10.6
21262026-02-24T01:30:48.611Z Compiling vergen-lib v0.1.6
21272026-02-24T01:30:48.648Z Compiling num-integer v0.1.46
21282026-02-24T01:30:48.679Z Compiling ff v0.13.0
21292026-02-24T01:30:48.754Z Compiling hash32 v0.2.1
21302026-02-24T01:30:48.983Z Compiling encoding_rs v0.8.34
21312026-02-24T01:30:49.007Z Compiling base16ct v0.2.0
21322026-02-24T01:30:49.160Z Compiling mime v0.3.17
21332026-02-24T01:30:49.366Z Compiling psl-types v2.0.11
21342026-02-24T01:30:49.656Z Compiling fallible-iterator v0.2.0
21352026-02-24T01:30:49.704Z Compiling publicsuffix v2.3.0
21362026-02-24T01:30:50.095Z Compiling serde_urlencoded v0.7.1
21372026-02-24T01:30:50.307Z Compiling postgres-protocol v0.6.8
21382026-02-24T01:30:50.347Z Compiling sec1 v0.7.3
21392026-02-24T01:30:50.442Z Compiling num-iter v0.1.45
21402026-02-24T01:30:50.771Z Compiling group v0.13.0
21412026-02-24T01:30:50.949Z Compiling tower v0.5.2
21422026-02-24T01:30:51.713Z Compiling rand v0.8.5
21432026-02-24T01:30:54.113Z Compiling derive_builder v0.20.2
21442026-02-24T01:30:54.349Z Compiling tokio-native-tls v0.3.1
21452026-02-24T01:30:54.719Z Compiling newtype-uuid v1.3.2
21462026-02-24T01:30:54.893Z Compiling flate2 v1.1.2
21472026-02-24T01:30:55.291Z Compiling tokio-rustls v0.26.0
21482026-02-24T01:30:55.371Z Compiling heck v0.4.1
21492026-02-24T01:30:55.835Z Compiling rustls-native-certs v0.8.1
21502026-02-24T01:30:56.055Z Compiling webpki-roots v1.0.1
21512026-02-24T01:30:56.557Z Compiling serde_with_macros v3.16.1
21522026-02-24T01:30:56.966Z Compiling hkdf v0.12.4
21532026-02-24T01:30:57.060Z Compiling vergen v9.0.6
21542026-02-24T01:30:57.250Z Compiling terminal_size v0.4.0
21552026-02-24T01:30:57.342Z Compiling enum-as-inner v0.6.1
21562026-02-24T01:30:57.432Z Compiling clap_derive v4.5.47
21572026-02-24T01:30:58.361Z Compiling cargo-platform v0.1.8
21582026-02-24T01:30:58.729Z Compiling crypto-bigint v0.5.5
21592026-02-24T01:30:58.760Z Compiling serde_repr v0.1.19
21602026-02-24T01:30:59.820Z Compiling bumpalo v3.16.0
21612026-02-24T01:30:59.849Z Compiling lockfree-object-pool v0.1.6
21622026-02-24T01:31:00.142Z Compiling bitflags v1.3.2
21632026-02-24T01:31:00.167Z Compiling iri-string v0.7.8
21642026-02-24T01:31:00.295Z Compiling managed v0.8.0
21652026-02-24T01:31:00.863Z Compiling clap_lex v0.7.4
21662026-02-24T01:31:01.078Z Compiling simd-adler32 v0.3.7
21672026-02-24T01:31:01.355Z Compiling winnow v0.7.14
21682026-02-24T01:31:01.428Z Compiling clap_builder v4.5.48
21692026-02-24T01:31:01.612Z Compiling zopfli v0.8.1
21702026-02-24T01:31:02.062Z Compiling elliptic-curve v0.13.8
21712026-02-24T01:31:03.317Z Compiling tower-http v0.6.6
21722026-02-24T01:31:05.464Z Compiling cargo_metadata v0.19.2
21732026-02-24T01:31:06.437Z Compiling hyper-tls v0.6.0
21742026-02-24T01:31:06.814Z Compiling hyper-rustls v0.27.7
21752026-02-24T01:31:07.025Z Compiling daft v0.1.4
21762026-02-24T01:31:07.677Z Compiling zstd v0.13.3
21772026-02-24T01:31:07.955Z Compiling signal-hook-mio v0.2.4
21782026-02-24T01:31:08.171Z Compiling cookie_store v0.21.1
21792026-02-24T01:31:08.257Z Compiling postgres-types v0.2.9
21802026-02-24T01:31:08.539Z Compiling phf v0.11.2
21812026-02-24T01:31:09.547Z Compiling strum v0.27.2
21822026-02-24T01:31:09.583Z Compiling ed25519 v2.2.3
21832026-02-24T01:31:09.717Z Compiling hubpack v0.1.2
21842026-02-24T01:31:09.800Z Compiling bzip2 v0.5.2
21852026-02-24T01:31:09.835Z Compiling bzip2 v0.4.4
21862026-02-24T01:31:10.179Z Compiling crossbeam-epoch v0.9.18
21872026-02-24T01:31:10.248Z Compiling pkcs1 v0.7.5
21882026-02-24T01:31:11.237Z Compiling rfc6979 v0.4.0
21892026-02-24T01:31:11.471Z Compiling regress v0.10.4
21902026-02-24T01:31:11.772Z Compiling float-cmp v0.10.0
21912026-02-24T01:31:12.046Z Compiling hex v0.4.3
21922026-02-24T01:31:12.177Z Compiling serde-big-array v0.5.1
21932026-02-24T01:31:12.487Z Compiling bstr v1.10.0
21942026-02-24T01:31:12.648Z Compiling env_filter v0.1.2
21952026-02-24T01:31:12.712Z Compiling memmap2 v0.9.8
21962026-02-24T01:31:13.136Z Compiling socket2 v0.5.10
21972026-02-24T01:31:13.475Z Compiling foldhash v0.2.0
21982026-02-24T01:31:13.712Z Compiling rustc-hash v2.1.1
21992026-02-24T01:31:13.959Z Compiling keccak v0.1.5
22002026-02-24T01:31:13.992Z Compiling precomputed-hash v0.1.1
22012026-02-24T01:31:14.023Z Compiling fixedbitset v0.4.2
22022026-02-24T01:31:14.058Z Compiling toml_write v0.1.2
22032026-02-24T01:31:14.456Z Compiling data-encoding v2.9.0
22042026-02-24T01:31:14.481Z Compiling new_debug_unreachable v1.0.6
22052026-02-24T01:31:14.625Z Compiling predicates-core v1.0.8
22062026-02-24T01:31:14.745Z Compiling difflib v0.4.0
22072026-02-24T01:31:15.419Z Compiling static_assertions v1.1.0
22082026-02-24T01:31:15.547Z Compiling fixedbitset v0.5.7
22092026-02-24T01:31:15.747Z Compiling normalize-line-endings v0.3.0
22102026-02-24T01:31:15.771Z Compiling whoami v1.5.2
22112026-02-24T01:31:15.920Z Compiling jiff v0.2.15
22122026-02-24T01:31:16.146Z Compiling tokio-postgres v0.7.13
22132026-02-24T01:31:16.291Z Compiling petgraph v0.8.2
22142026-02-24T01:31:16.462Z Compiling predicates v3.1.3
22152026-02-24T01:31:16.486Z Compiling reqwest v0.12.24
22162026-02-24T01:31:16.604Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-02-24T01:31:17.739Z Compiling toml_edit v0.22.27
22182026-02-24T01:31:17.836Z Compiling typify-impl v0.4.3
22192026-02-24T01:31:21.038Z Compiling hickory-proto v0.25.2
22202026-02-24T01:31:23.213Z Compiling zip v4.2.0
22212026-02-24T01:31:25.229Z Compiling string_cache v0.8.9
22222026-02-24T01:31:25.525Z Compiling petgraph v0.6.5
22232026-02-24T01:31:25.648Z Compiling sha3 v0.10.8
22242026-02-24T01:31:25.822Z Compiling iddqd v0.3.16
22252026-02-24T01:31:26.234Z Compiling similar v2.7.0
22262026-02-24T01:31:27.894Z Compiling usdt v0.6.0
22272026-02-24T01:31:27.918Z Compiling env_logger v0.11.8
22282026-02-24T01:31:28.309Z Compiling serde_with v3.16.1
22292026-02-24T01:31:29.191Z Compiling ecdsa v0.16.9
22302026-02-24T01:31:30.111Z Compiling rsa v0.9.8
22312026-02-24T01:31:30.384Z Compiling zip v0.6.6
22322026-02-24T01:31:31.626Z Compiling ed25519-dalek v2.1.1
22332026-02-24T01:31:32.741Z Compiling crossterm v0.28.1
22342026-02-24T01:31:33.517Z Compiling clap v4.5.48
22352026-02-24T01:31:33.706Z Compiling strum v0.26.3
22362026-02-24T01:31:33.880Z Compiling tokio-stream v0.1.17
22372026-02-24T01:31:34.025Z Compiling toml v0.7.8
22382026-02-24T01:31:34.884Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-02-24T01:31:35.335Z Compiling x509-cert v0.2.5
22402026-02-24T01:31:36.842Z Compiling sha1 v0.10.6
22412026-02-24T01:31:37.260Z Compiling itertools v0.13.0
22422026-02-24T01:31:39.038Z Compiling itertools v0.10.5
22432026-02-24T01:31:40.144Z Compiling winnow v0.6.26
22442026-02-24T01:31:41.619Z Compiling lalrpop-util v0.19.12
22452026-02-24T01:31:42.112Z Compiling peg-runtime v0.8.5
22462026-02-24T01:31:43.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22472026-02-24T01:31:46.180Z Compiling typify-macro v0.4.3
22482026-02-24T01:31:52.670Z Compiling rayon-core v1.12.1
22492026-02-24T01:31:59.285Z Compiling proc-macro-crate v1.3.1
22502026-02-24T01:32:00.398Z Compiling macaddr v1.0.1
22512026-02-24T01:32:00.739Z Compiling structmeta-derive v0.3.0
22522026-02-24T01:32:02.700Z Compiling itertools v0.14.0
22532026-02-24T01:32:03.389Z Compiling heapless v0.8.0
22542026-02-24T01:32:05.652Z Compiling ingot-macros v0.1.1
22552026-02-24T01:32:06.735Z Compiling structmeta v0.3.0
22562026-02-24T01:32:08.765Z Compiling num_enum_derive v0.5.11
22572026-02-24T01:32:09.954Z Compiling crossbeam-deque v0.8.5
22582026-02-24T01:32:11.135Z Compiling hash32 v0.3.1
22592026-02-24T01:32:11.819Z Compiling unicode-width v0.1.14
22602026-02-24T01:32:12.425Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22612026-02-24T01:32:15.229Z Compiling smoltcp v0.11.0
22622026-02-24T01:32:16.231Z Compiling tabwriter v1.4.0
22632026-02-24T01:32:16.944Z Compiling ingot-types v0.1.2
22642026-02-24T01:32:20.481Z Compiling num_enum v0.5.11
22652026-02-24T01:32:23.931Z Compiling typify v0.4.3
22662026-02-24T01:32:28.150Z Compiling proc-macro-error-attr v1.0.4
22672026-02-24T01:32:28.281Z Compiling rustls v0.22.4
22682026-02-24T01:32:29.273Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22692026-02-24T01:32:30.133Z Compiling cobs v0.2.3
22702026-02-24T01:32:30.594Z Compiling unsafe-libyaml v0.2.11
22712026-02-24T01:32:32.533Z Compiling serde_yaml v0.9.34+deprecated
22722026-02-24T01:32:35.878Z Compiling postcard v1.0.10
22732026-02-24T01:32:47.176Z Compiling progenitor-impl v0.11.2
22742026-02-24T01:32:50.058Z Compiling ingot v0.1.1
22752026-02-24T01:32:56.907Z Compiling futures-executor v0.3.31
22762026-02-24T01:32:57.044Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22772026-02-24T01:32:57.781Z Compiling foreign-types-macros v0.2.3
22782026-02-24T01:32:57.891Z Compiling thread_local v1.1.8
22792026-02-24T01:32:57.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22802026-02-24T01:32:58.001Z Compiling multer v3.1.0
22812026-02-24T01:32:58.288Z Compiling proc-macro-error v1.0.4
22822026-02-24T01:32:58.559Z Compiling match_cfg v0.1.0
22832026-02-24T01:32:58.654Z Compiling foreign-types-shared v0.3.1
22842026-02-24T01:32:58.844Z Compiling slog-async v2.8.0
22852026-02-24T01:32:58.956Z Compiling foreign-types v0.5.0
22862026-02-24T01:32:58.981Z Compiling hostname v0.3.1
22872026-02-24T01:32:59.379Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-02-24T01:32:59.415Z Compiling futures v0.3.31
22892026-02-24T01:32:59.440Z Compiling progenitor-macro v0.11.2
22902026-02-24T01:33:00.733Z Compiling derive-ex v0.1.8
22912026-02-24T01:33:03.264Z Compiling progenitor-client v0.11.2
22922026-02-24T01:33:04.114Z Compiling toml_parser v1.0.6+spec-1.1.0
22932026-02-24T01:33:04.313Z Compiling slog-json v2.6.1
22942026-02-24T01:33:04.818Z Compiling crossbeam-channel v0.5.15
22952026-02-24T01:33:05.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22962026-02-24T01:33:05.945Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22972026-02-24T01:33:06.236Z Compiling async-stream-impl v0.3.6
22982026-02-24T01:33:06.322Z Compiling serde_spanned v1.0.4
22992026-02-24T01:33:06.611Z Compiling toml_datetime v0.7.5+spec-1.1.0
23002026-02-24T01:33:06.744Z Compiling cstr-argument v0.1.2
23012026-02-24T01:33:07.060Z Compiling is-terminal v0.4.13
23022026-02-24T01:33:07.231Z Compiling dropshot v0.16.7
23032026-02-24T01:33:07.284Z Compiling pretty-hex v0.2.1
23042026-02-24T01:33:07.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23052026-02-24T01:33:07.464Z Compiling toml_writer v1.0.6+spec-1.1.0
23062026-02-24T01:33:07.568Z Compiling take_mut v0.2.2
23072026-02-24T01:33:07.592Z Compiling crucible-workspace-hack v0.1.0
23082026-02-24T01:33:07.678Z Compiling term v1.1.0
23092026-02-24T01:33:07.782Z Compiling typeid v1.0.3
23102026-02-24T01:33:07.953Z Compiling toml v0.9.11+spec-1.1.0
23112026-02-24T01:33:08.376Z Compiling slog-term v2.9.2
23122026-02-24T01:33:09.192Z Compiling progenitor v0.11.2
23132026-02-24T01:33:09.623Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23142026-02-24T01:33:10.099Z Compiling async-stream v0.3.6
23152026-02-24T01:33:10.432Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-02-24T01:33:11.283Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-02-24T01:33:11.522Z Compiling slog-bunyan v2.5.0
23182026-02-24T01:33:11.553Z Compiling tokio-rustls v0.25.0
23192026-02-24T01:33:11.842Z Compiling test-strategy v0.4.3
23202026-02-24T01:33:12.557Z Compiling rayon v1.10.0
23212026-02-24T01:33:12.601Z Compiling parse-display-derive v0.10.0
23222026-02-24T01:33:14.593Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23232026-02-24T01:33:14.646Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23242026-02-24T01:33:14.890Z Compiling colored v2.2.0
23252026-02-24T01:33:15.818Z Compiling waitgroup v0.1.2
23262026-02-24T01:33:16.091Z Compiling nix v0.30.1
23272026-02-24T01:33:16.200Z Compiling rustls-pemfile v2.2.0
23282026-02-24T01:33:16.719Z Compiling newtype-uuid-macros v0.1.0
23292026-02-24T01:33:16.815Z Compiling dropshot_endpoint v0.16.7
23302026-02-24T01:33:17.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23312026-02-24T01:33:17.038Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23322026-02-24T01:33:17.065Z Compiling serde_path_to_error v0.1.20
23332026-02-24T01:33:17.435Z Compiling hostname v0.4.2
23342026-02-24T01:33:17.715Z Compiling instant v0.1.13
23352026-02-24T01:33:17.751Z Compiling colored v3.0.0
23362026-02-24T01:33:17.941Z Compiling debug-ignore v1.0.5
23372026-02-24T01:33:17.974Z Compiling backoff v0.4.0
23382026-02-24T01:33:18.075Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-02-24T01:33:18.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23402026-02-24T01:33:18.339Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23412026-02-24T01:33:18.409Z Compiling parse-display v0.10.0
23422026-02-24T01:33:19.117Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23432026-02-24T01:33:20.284Z Compiling zone_cfg_derive v0.3.0
23442026-02-24T01:33:21.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23452026-02-24T01:33:22.148Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-02-24T01:33:22.602Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-02-24T01:33:22.683Z Compiling camino-tempfile v1.4.1
23482026-02-24T01:33:23.512Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23492026-02-24T01:33:23.688Z Compiling progenitor-client v0.10.0
23502026-02-24T01:33:24.615Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23512026-02-24T01:33:26.798Z Compiling secrecy v0.10.3
23522026-02-24T01:33:27.115Z Compiling num-derive v0.4.2
23532026-02-24T01:33:27.468Z Compiling sigpipe v0.1.3
23542026-02-24T01:33:27.605Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-02-24T01:33:27.653Z Compiling libefi-sys v0.1.0
23562026-02-24T01:33:27.976Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-02-24T01:33:28.045Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23582026-02-24T01:33:28.184Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-02-24T01:33:28.940Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-02-24T01:33:29.733Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23612026-02-24T01:33:30.361Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23622026-02-24T01:33:31.419Z Compiling erased-serde v0.4.6
23632026-02-24T01:33:32.105Z Compiling zone v0.3.1
23642026-02-24T01:33:32.836Z Compiling usdt-macro v0.5.0
23652026-02-24T01:33:34.088Z Compiling usdt-attr-macro v0.5.0
23662026-02-24T01:33:34.385Z Compiling smf v0.2.3
23672026-02-24T01:33:35.428Z Compiling bitfield-struct v0.6.2
23682026-02-24T01:33:35.539Z Compiling ordered-float v2.10.1
23692026-02-24T01:33:35.977Z Compiling blake3 v1.5.4
23702026-02-24T01:33:36.217Z Compiling memmap v0.7.0
23712026-02-24T01:33:36.640Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-02-24T01:33:36.680Z Compiling usdt v0.5.0
23732026-02-24T01:33:36.853Z Compiling serde-value v0.7.0
23742026-02-24T01:33:37.177Z Compiling serde-untagged v0.1.7
23752026-02-24T01:33:37.415Z Compiling toml v0.8.23
23762026-02-24T01:33:37.843Z Compiling xattr v1.3.1
23772026-02-24T01:33:37.947Z Compiling filetime v0.2.26
23782026-02-24T01:33:37.992Z Compiling arrayref v0.3.9
23792026-02-24T01:33:38.141Z Compiling unicode-width v0.2.0
23802026-02-24T01:33:38.217Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23812026-02-24T01:33:38.363Z Compiling arrayvec v0.7.6
23822026-02-24T01:33:38.387Z Compiling same-file v1.0.6
23832026-02-24T01:33:38.451Z Compiling constant_time_eq v0.3.1
23842026-02-24T01:33:38.674Z Compiling unicode-xid v0.2.6
23852026-02-24T01:33:38.717Z Compiling console v0.16.0
23862026-02-24T01:33:38.812Z Compiling walkdir v2.5.0
23872026-02-24T01:33:38.919Z Compiling cargo-util-schemas v0.8.2
23882026-02-24T01:33:40.347Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23892026-02-24T01:33:41.186Z Compiling tar v0.4.44
23902026-02-24T01:33:41.210Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23912026-02-24T01:33:41.673Z Compiling tokio-dtrace v0.1.0
23922026-02-24T01:33:41.730Z Compiling gethostname v0.5.0
23932026-02-24T01:33:41.962Z Compiling cargo-platform v0.2.0
23942026-02-24T01:33:42.208Z Compiling topological-sort v0.2.2
23952026-02-24T01:33:42.528Z Compiling unit-prefix v0.5.1
23962026-02-24T01:33:42.627Z Compiling omicron-zone-package v0.12.2
23972026-02-24T01:33:42.825Z Compiling indicatif v0.18.0
23982026-02-24T01:33:43.109Z Compiling cargo_metadata v0.21.0
23992026-02-24T01:33:44.126Z Compiling oxide-tokio-rt v0.1.2
24002026-02-24T01:33:44.744Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24012026-02-24T01:33:45.096Z Compiling indent_write v2.2.0
24022026-02-24T01:33:45.370Z Compiling shell-words v1.1.0
24032026-02-24T01:33:53.703Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24042026-02-24T01:33:56.186Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-02-24T01:33:59.765Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-02-24T01:34:18.440Z Finished `release` profile [optimized] target(s) in 5m 45s
24072026-02-24T01:34:18.612Z Running `target/release/omicron-package -t test target create -p dev`
24082026-02-24T01:34:18.697ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-02-24T01:34:18.721ZCreated new build target 'test' and set it as active
24102026-02-24T01:34:18.721Z
24112026-02-24T01:34:18.721Zreal 5:45.363527545
24122026-02-24T01:34:18.721Zuser 38:35.333540497
24132026-02-24T01:34:18.721Zsys 4:27.689765098
24142026-02-24T01:34:18.721Ztrap 1.701514710
24152026-02-24T01:34:18.721Ztflt 1.147699364
24162026-02-24T01:34:18.721Zdflt 1.201774430
24172026-02-24T01:34:18.721Zkflt 0.000748424
24182026-02-24T01:34:18.721Zlock 1:49:48.043418692
24192026-02-24T01:34:18.721Zslp 2:37:09.466121236
24202026-02-24T01:34:18.721Zlat 3:08.837718300
24212026-02-24T01:34:18.721Zstop 5:45.110092583
24222026-02-24T01:34:18.721Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-02-24T01:34:20.792Z Finished `release` profile [optimized] target(s) in 1.97s
24242026-02-24T01:34:20.888Z Running `target/release/omicron-package -t test package`
24252026-02-24T01:34:20.969ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-02-24T01:34:24.436Z Compiling convert_case v0.4.0
24272026-02-24T01:34:24.436Z Compiling progenitor-impl v0.10.0
24282026-02-24T01:34:24.495Z Compiling half v2.4.1
24292026-02-24T01:34:24.530Z Compiling ciborium-io v0.2.2
24302026-02-24T01:34:24.554Z Compiling is-terminal v0.4.13
24312026-02-24T01:34:24.643Z Compiling rustls v0.22.4
24322026-02-24T01:34:24.669Z Compiling thread_local v1.1.8
24332026-02-24T01:34:24.762Z Compiling bytecount v0.6.8
24342026-02-24T01:34:24.816Z Compiling match_cfg v0.1.0
24352026-02-24T01:34:24.978Z Compiling hostname v0.3.1
24362026-02-24T01:34:25.127Z Compiling ciborium-ll v0.2.2
24372026-02-24T01:34:25.194Z Compiling derive_more v0.99.20
24382026-02-24T01:34:25.229Z Compiling multer v3.1.0
24392026-02-24T01:34:25.269Z Compiling slog-async v2.8.0
24402026-02-24T01:34:25.306Z Compiling password-hash v0.5.0
24412026-02-24T01:34:25.338Z Compiling blake2 v0.10.6
24422026-02-24T01:34:25.380Z Compiling progenitor-client v0.11.2
24432026-02-24T01:34:25.645Z Compiling ciborium v0.2.2
24442026-02-24T01:34:25.954Z Compiling toml_parser v1.0.6+spec-1.1.0
24452026-02-24T01:34:26.472Z Compiling crossbeam-channel v0.5.15
24462026-02-24T01:34:27.372Z Compiling slog-json v2.6.1
24472026-02-24T01:34:27.403Z Compiling futures-executor v0.3.31
24482026-02-24T01:34:27.522Z Compiling serde_spanned v1.0.4
24492026-02-24T01:34:27.627Z Compiling toml_datetime v0.7.5+spec-1.1.0
24502026-02-24T01:34:27.772Z Compiling toml_writer v1.0.6+spec-1.1.0
24512026-02-24T01:34:27.819Z Compiling take_mut v0.2.2
24522026-02-24T01:34:27.861Z Compiling unicode-width v0.1.14
24532026-02-24T01:34:28.051Z Compiling swrite v0.1.0
24542026-02-24T01:34:28.248Z Compiling term v1.1.0
24552026-02-24T01:34:28.282Z Compiling toml v0.9.11+spec-1.1.0
24562026-02-24T01:34:28.476Z Compiling tabwriter v1.4.0
24572026-02-24T01:34:28.877Z Compiling futures v0.3.31
24582026-02-24T01:34:29.042Z Compiling slog-term v2.9.2
24592026-02-24T01:34:29.207Z Compiling slog-bunyan v2.5.0
24602026-02-24T01:34:29.485Z Compiling tokio-rustls v0.25.0
24612026-02-24T01:34:29.523Z Compiling argon2 v0.5.3
24622026-02-24T01:34:29.950Z Compiling progenitor v0.11.2
24632026-02-24T01:34:30.109Z Compiling progenitor-macro v0.10.0
24642026-02-24T01:34:30.253Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24652026-02-24T01:34:30.535Z Compiling dropshot v0.16.7
24662026-02-24T01:34:30.637Z Compiling async-stream v0.3.6
24672026-02-24T01:34:30.955Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24682026-02-24T01:34:31.075Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24692026-02-24T01:34:31.109Z Compiling universal-hash v0.5.1
24702026-02-24T01:34:31.234Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24712026-02-24T01:34:31.405Z Compiling waitgroup v0.1.2
24722026-02-24T01:34:31.657Z Compiling rustls-pemfile v2.2.0
24732026-02-24T01:34:31.783Z Compiling thiserror-impl-no-std v2.0.2
24742026-02-24T01:34:31.870Z Compiling serde_path_to_error v0.1.20
24752026-02-24T01:34:32.035Z Compiling hostname v0.4.2
24762026-02-24T01:34:32.174Z Compiling instant v0.1.13
24772026-02-24T01:34:32.288Z Compiling debug-ignore v1.0.5
24782026-02-24T01:34:32.395Z Compiling opaque-debug v0.3.1
24792026-02-24T01:34:32.518Z Compiling colored v3.0.0
24802026-02-24T01:34:32.655Z Compiling poly1305 v0.8.0
24812026-02-24T01:34:33.258Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24822026-02-24T01:34:33.915Z Compiling backoff v0.4.0
24832026-02-24T01:34:34.041Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24842026-02-24T01:34:34.152Z Compiling thiserror-no-std v2.0.2
24852026-02-24T01:34:34.186Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24862026-02-24T01:34:34.319Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24872026-02-24T01:34:34.355Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24882026-02-24T01:34:35.072Z Compiling parse-display v0.10.0
24892026-02-24T01:34:35.397Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24902026-02-24T01:34:35.606Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-02-24T01:34:35.639Z Compiling chacha20 v0.9.1
24922026-02-24T01:34:36.145Z Compiling progenitor-client v0.10.0
24932026-02-24T01:34:36.710Z Compiling aead v0.5.2
24942026-02-24T01:34:36.907Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24952026-02-24T01:34:37.102Z Compiling macaddr v1.0.1
24962026-02-24T01:34:37.259Z Compiling derive-where v1.5.0
24972026-02-24T01:34:37.650Z Compiling chacha20poly1305 v0.10.1
24982026-02-24T01:34:37.985Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24992026-02-24T01:34:38.914Z Compiling vsss-rs v3.3.4
25002026-02-24T01:34:40.103Z Compiling progenitor v0.10.0
25012026-02-24T01:34:40.135Z Compiling num-rational v0.4.2
25022026-02-24T01:34:41.755Z Compiling num-complex v0.4.6
25032026-02-24T01:34:43.055Z Compiling num v0.4.3
25042026-02-24T01:34:43.093Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25052026-02-24T01:34:43.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-02-24T01:34:43.614Z Compiling console v0.15.10
25072026-02-24T01:34:44.012Z Compiling float-ord v0.3.2
25082026-02-24T01:34:44.530Z Compiling toml v0.8.23
25092026-02-24T01:34:45.648Z Compiling newline-converter v0.3.0
25102026-02-24T01:34:45.924Z Compiling atomicwrites v0.4.4
25112026-02-24T01:34:45.955Z Compiling prettyplease v0.2.36
25122026-02-24T01:34:46.006Z Compiling slog-dtrace v0.3.0
25132026-02-24T01:34:46.424Z Compiling expectorate v1.2.0
25142026-02-24T01:34:46.517Z Compiling async-recursion v1.1.1
25152026-02-24T01:34:46.846Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25162026-02-24T01:34:47.751Z Compiling owo-colors v4.2.3
25172026-02-24T01:34:48.125Z Compiling cancel-safe-futures v0.1.5
25182026-02-24T01:34:48.575Z Compiling resolv-conf v0.7.0
25192026-02-24T01:34:49.423Z Compiling libsw-core v0.3.1
25202026-02-24T01:34:49.789Z Compiling libsw v3.5.0
25212026-02-24T01:34:50.147Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25222026-02-24T01:34:50.431Z Compiling linear-map v1.2.0
25232026-02-24T01:34:50.789Z Compiling linked-hash-map v0.5.6
25242026-02-24T01:34:50.913Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25252026-02-24T01:34:51.239Z Compiling lru-cache v0.1.2
25262026-02-24T01:34:51.524Z Compiling unicode-xid v0.2.6
25272026-02-24T01:34:51.779Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25282026-02-24T01:34:52.417Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25292026-02-24T01:34:54.190Z Compiling globset v0.4.15
25302026-02-24T01:34:59.757Z Compiling hickory-proto v0.24.4
25312026-02-24T01:35:00.623Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322026-02-24T01:35:01.420Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25332026-02-24T01:35:02.529Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25342026-02-24T01:35:05.506Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-02-24T01:35:05.855Z Compiling hickory-resolver v0.24.4
25362026-02-24T01:35:05.920Z Compiling convert_case v0.7.1
25372026-02-24T01:35:06.646Z Compiling derive_more-impl v2.0.1
25382026-02-24T01:35:08.203Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25392026-02-24T01:35:08.587Z Compiling qorb v0.4.1
25402026-02-24T01:35:13.340Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25412026-02-24T01:35:15.897Z Compiling pin-project-internal v1.1.6
25422026-02-24T01:35:18.220Z Compiling pin-project v1.1.6
25432026-02-24T01:35:18.450Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25442026-02-24T01:35:18.727Z Compiling derive_more v2.0.1
25452026-02-24T01:35:18.927Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25462026-02-24T01:35:18.979Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25472026-02-24T01:35:19.289Z Compiling pem v3.0.5
25482026-02-24T01:35:19.414Z Compiling snafu-derive v0.8.5
25492026-02-24T01:35:20.722Z Compiling vte_generate_state_changes v0.1.2
25502026-02-24T01:35:21.096Z Compiling siphasher v1.0.1
25512026-02-24T01:35:21.242Z Compiling termtree v0.5.1
25522026-02-24T01:35:21.321Z Compiling vte v0.11.1
25532026-02-24T01:35:21.561Z Compiling phf_shared v0.12.1
25542026-02-24T01:35:21.593Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-02-24T01:35:22.032Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-02-24T01:35:22.708Z Compiling crossterm v0.29.0
25572026-02-24T01:35:23.212Z Compiling snafu v0.8.5
25582026-02-24T01:35:25.152Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25592026-02-24T01:35:27.121Z Compiling olpc-cjson v0.1.4
25602026-02-24T01:35:27.577Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-02-24T01:35:28.614Z Compiling csv-core v0.1.11
25622026-02-24T01:35:28.989Z Compiling serde_plain v1.0.2
25632026-02-24T01:35:29.510Z Compiling chrono-tz v0.10.4
25642026-02-24T01:35:29.625Z Compiling highway v1.3.0
25652026-02-24T01:35:29.912Z Compiling typed-path v0.9.3
25662026-02-24T01:35:30.252Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25672026-02-24T01:35:31.187Z Compiling csv v1.3.1
25682026-02-24T01:35:32.148Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-02-24T01:35:32.670Z Compiling tough v0.20.0
25702026-02-24T01:35:33.489Z Compiling strip-ansi-escapes v0.2.0
25712026-02-24T01:35:34.214Z Compiling phf v0.12.1
25722026-02-24T01:35:34.500Z Compiling const_format_proc_macros v0.2.34
25732026-02-24T01:35:34.577Z Compiling papergrid v0.11.0
25742026-02-24T01:35:36.023Z Compiling tabled_derive v0.7.0
25752026-02-24T01:35:36.676Z Compiling fd-lock v4.0.2
25762026-02-24T01:35:36.961Z Compiling peg-macros v0.8.5
25772026-02-24T01:35:37.000Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25782026-02-24T01:35:37.140Z Compiling nu-ansi-term v0.50.1
25792026-02-24T01:35:37.921Z Compiling tabled v0.15.0
25802026-02-24T01:35:38.025Z Compiling reedline v0.40.0
25812026-02-24T01:35:38.292Z Compiling const_format v0.2.34
25822026-02-24T01:35:39.907Z Compiling peg v0.8.5
25832026-02-24T01:35:40.116Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25842026-02-24T01:35:43.944Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25852026-02-24T01:35:46.515Z Compiling bcs v0.1.6
25862026-02-24T01:35:47.350Z Compiling base64 v0.21.7
25872026-02-24T01:35:47.825Z Compiling semver v0.1.20
25882026-02-24T01:35:48.369Z Compiling rustc_version v0.1.7
25892026-02-24T01:35:48.480Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25902026-02-24T01:35:48.794Z Compiling newtype_derive v0.1.6
25912026-02-24T01:35:48.895Z Compiling humantime v2.2.0
25922026-02-24T01:35:49.174Z Compiling smawk v0.3.2
25932026-02-24T01:35:49.505Z Compiling unicode-linebreak v0.1.5
25942026-02-24T01:35:50.150Z Compiling textwrap v0.16.2
25952026-02-24T01:35:51.112Z Compiling dropshot-api-manager-types v0.3.0
25962026-02-24T01:35:52.933Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-02-24T01:35:54.214Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25982026-02-24T01:35:54.975Z Compiling steno v0.4.1
25992026-02-24T01:35:55.207Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-02-24T01:35:58.519Z Compiling utf-8 v0.7.6
26012026-02-24T01:35:58.955Z Compiling moka v0.12.10
26022026-02-24T01:35:59.395Z Compiling tagptr v0.2.0
26032026-02-24T01:36:02.906Z Compiling hickory-resolver v0.25.2
26042026-02-24T01:36:04.211Z Compiling tungstenite v0.21.0
26052026-02-24T01:36:04.919Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26062026-02-24T01:36:05.196Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26072026-02-24T01:36:05.657Z Compiling tokio-tungstenite v0.21.0
26082026-02-24T01:36:06.250Z Compiling radium v0.7.0
26092026-02-24T01:36:06.749Z Compiling tap v1.0.1
26102026-02-24T01:36:06.991Z Compiling maybe-uninit v2.0.0
26112026-02-24T01:36:07.535Z Compiling wyz v0.5.1
26122026-02-24T01:36:08.513Z Compiling zerocopy-derive v0.6.6
26132026-02-24T01:36:08.543Z Compiling proc-macro-error-attr2 v2.0.0
26142026-02-24T01:36:09.205Z Compiling packed_struct v0.10.1
26152026-02-24T01:36:09.657Z Compiling funty v2.0.0
26162026-02-24T01:36:09.994Z Compiling display-error-chain v0.2.2
26172026-02-24T01:36:10.266Z Compiling crc-catalog v2.4.0
26182026-02-24T01:36:10.534Z Compiling bitvec v1.0.1
26192026-02-24T01:36:11.773Z Compiling crc v3.2.1
26202026-02-24T01:36:13.447Z Compiling zerocopy v0.6.6
26212026-02-24T01:36:14.419Z Compiling proc-macro-error2 v2.0.1
26222026-02-24T01:36:14.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26232026-02-24T01:36:14.985Z Compiling packed_struct_codegen v0.10.1
26242026-02-24T01:36:15.019Z Compiling bitfield-macros v0.19.2
26252026-02-24T01:36:16.332Z Compiling indexmap v1.9.3
26262026-02-24T01:36:16.392Z Compiling nodrop v0.1.14
26272026-02-24T01:36:16.584Z Compiling array-init v0.0.4
26282026-02-24T01:36:16.775Z Compiling bitfield v0.19.2
26292026-02-24T01:36:16.976Z Compiling smallvec v0.6.14
26302026-02-24T01:36:17.248Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26312026-02-24T01:36:17.502Z Compiling num-derive v0.3.3
26322026-02-24T01:36:17.601Z Compiling hashbrown v0.12.3
26332026-02-24T01:36:19.179Z Compiling libscf-sys v1.1.0
26342026-02-24T01:36:19.469Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26352026-02-24T01:36:19.949Z Compiling serde-hex v0.1.0
26362026-02-24T01:36:20.943Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26372026-02-24T01:36:21.374Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26382026-02-24T01:36:23.352Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-02-24T01:36:23.748Z Compiling ron v0.8.1
26402026-02-24T01:36:24.119Z Compiling hashbrown v0.13.2
26412026-02-24T01:36:25.058Z Compiling vergen-gitcl v1.0.8
26422026-02-24T01:36:25.387Z Compiling dirs-sys-next v0.1.2
26432026-02-24T01:36:25.433Z Compiling crunchy v0.2.2
26442026-02-24T01:36:25.878Z Compiling maplit v1.0.2
26452026-02-24T01:36:25.915Z Compiling crc-any v2.5.0
26462026-02-24T01:36:26.104Z Compiling dirs-next v2.0.0
26472026-02-24T01:36:26.397Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-02-24T01:36:26.817Z Compiling object v0.30.4
26492026-02-24T01:36:27.706Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26502026-02-24T01:36:28.730Z Compiling dsl_auto_type v0.1.2
26512026-02-24T01:36:29.088Z Compiling scheduled-thread-pool v0.2.7
26522026-02-24T01:36:29.876Z Compiling diesel_table_macro_syntax v0.2.0
26532026-02-24T01:36:30.287Z Compiling path-slash v0.1.5
26542026-02-24T01:36:30.321Z Compiling tiny-keccak v2.0.2
26552026-02-24T01:36:30.587Z Compiling diesel_derives v2.2.3
26562026-02-24T01:36:30.717Z Compiling r2d2 v0.8.10
26572026-02-24T01:36:32.426Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26582026-02-24T01:36:38.533Z Compiling term v0.7.0
26592026-02-24T01:36:39.656Z Compiling tabled_derive v0.11.0
26602026-02-24T01:36:39.780Z Compiling papergrid v0.17.0
26612026-02-24T01:36:41.851Z Compiling testing_table v0.3.0
26622026-02-24T01:36:42.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-02-24T01:36:45.373Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26642026-02-24T01:36:45.671Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26652026-02-24T01:36:46.001Z Compiling bit-vec v0.6.3
26662026-02-24T01:36:46.412Z Compiling arc-swap v1.7.1
26672026-02-24T01:36:47.051Z Compiling xshell-macros v0.2.7
26682026-02-24T01:36:47.523Z Compiling slog-scope v4.4.0
26692026-02-24T01:36:47.712Z Compiling xshell v0.2.7
26702026-02-24T01:36:48.269Z Compiling bit-set v0.5.3
26712026-02-24T01:36:48.664Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26722026-02-24T01:36:50.319Z Compiling tabled v0.20.0
26732026-02-24T01:36:52.171Z Compiling diesel v2.2.12
26742026-02-24T01:36:54.635Z Compiling ascii-canvas v3.0.0
26752026-02-24T01:36:55.074Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26762026-02-24T01:36:55.823Z Compiling ena v0.14.3
26772026-02-24T01:36:56.249Z Compiling bindgen v0.71.1
26782026-02-24T01:36:56.714Z Compiling unicase v2.8.1
26792026-02-24T01:36:57.250Z Compiling diff v0.1.13
26802026-02-24T01:36:57.728Z Compiling regex-syntax v0.6.29
26812026-02-24T01:36:58.076Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26822026-02-24T01:37:00.318Z Compiling slog-stdlog v4.1.1
26832026-02-24T01:37:01.144Z Compiling lalrpop v0.19.12
26842026-02-24T01:37:01.929Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-02-24T01:37:04.439Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-02-24T01:37:05.515Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26872026-02-24T01:37:05.569Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-02-24T01:37:05.848Z Compiling crc8 v0.1.1
26892026-02-24T01:37:05.929Z Compiling slog-envlogger v2.2.0
26902026-02-24T01:37:06.889Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26912026-02-24T01:37:08.231Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-02-24T01:37:09.067Z Compiling headers-core v0.3.0
26932026-02-24T01:37:09.296Z Compiling libxml v0.3.3
26942026-02-24T01:37:09.750Z Compiling headers v0.4.1
26952026-02-24T01:37:11.047Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26962026-02-24T01:37:13.288Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-02-24T01:37:13.651Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-02-24T01:37:13.724Z Compiling strum_macros v0.24.3
26992026-02-24T01:37:13.759Z Compiling indoc v1.0.9
27002026-02-24T01:37:14.565Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27012026-02-24T01:37:16.398Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-02-24T01:37:16.766Z Compiling derive_builder v0.20.2
27032026-02-24T01:37:17.059Z Compiling impl-trait-for-tuples v0.2.2
27042026-02-24T01:37:18.012Z Compiling samael v0.0.19
27052026-02-24T01:37:18.722Z Compiling oso-derive v0.27.3
27062026-02-24T01:37:19.591Z Compiling quick-xml v0.37.2
27072026-02-24T01:37:19.997Z Compiling half v1.8.3
27082026-02-24T01:37:20.065Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-24T01:37:20.245Z Compiling polar-core v0.27.3
27102026-02-24T01:37:20.860Z Compiling serde_cbor v0.11.2
27112026-02-24T01:37:21.767Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-02-24T01:37:22.437Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-02-24T01:37:22.873Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27142026-02-24T01:37:22.992Z Compiling diesel-dtrace v0.4.2
27152026-02-24T01:37:23.623Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27162026-02-24T01:37:36.017Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27172026-02-24T01:37:36.366Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-02-24T01:37:39.134Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27192026-02-24T01:37:39.214Z Compiling bb8 v0.8.5
27202026-02-24T01:37:39.929Z Compiling trait-variant v0.1.2
27212026-02-24T01:37:40.022Z Compiling async-bb8-diesel v0.2.1
27222026-02-24T01:37:40.129Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27232026-02-24T01:37:40.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27242026-02-24T01:37:41.010Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27252026-02-24T01:37:41.344Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27262026-02-24T01:37:41.972Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27272026-02-24T01:37:42.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27282026-02-24T01:37:42.810Z Compiling oso v0.27.3
27292026-02-24T01:37:44.922Z Compiling fxhash v0.2.1
27302026-02-24T01:37:45.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27312026-02-24T01:37:45.496Z Compiling typify-impl v0.2.0
27322026-02-24T01:37:45.610Z Compiling kstat-rs v0.2.4
27332026-02-24T01:37:46.516Z Compiling libz-sys v1.1.20
27342026-02-24T01:37:47.209Z Compiling nonempty v0.12.0
27352026-02-24T01:37:47.627Z Compiling salty v0.3.0
27362026-02-24T01:37:48.239Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27372026-02-24T01:37:53.826Z Compiling typify-macro v0.2.0
27382026-02-24T01:37:55.067Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-02-24T01:37:56.925Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27402026-02-24T01:37:57.624Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27412026-02-24T01:38:02.658Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27422026-02-24T01:38:06.619Z Compiling nanorand v0.7.0
27432026-02-24T01:38:07.385Z Compiling fs-err v2.11.0
27442026-02-24T01:38:08.145Z Compiling parking_lot_core v0.8.6
27452026-02-24T01:38:08.618Z Compiling mime_guess v2.0.5
27462026-02-24T01:38:09.722Z Compiling flume v0.11.1
27472026-02-24T01:38:10.510Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27482026-02-24T01:38:11.389Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27492026-02-24T01:38:13.585Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27502026-02-24T01:38:15.884Z Compiling libgit2-sys v0.18.2+1.9.1
27512026-02-24T01:38:18.683Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-02-24T01:38:33.196Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27532026-02-24T01:38:34.252Z Compiling tabled_derive v0.10.0
27542026-02-24T01:38:36.432Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-02-24T01:38:40.637Z Compiling ignore v0.4.23
27562026-02-24T01:38:43.339Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27572026-02-24T01:38:43.676Z Compiling papergrid v0.14.0
27582026-02-24T01:38:45.801Z Compiling primeorder v0.13.6
27592026-02-24T01:38:46.387Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27602026-02-24T01:38:46.644Z Compiling castaway v0.2.3
27612026-02-24T01:38:46.903Z Compiling nibble_vec v0.1.0
27622026-02-24T01:38:47.244Z Compiling atty v0.2.14
27632026-02-24T01:38:47.468Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27642026-02-24T01:38:47.836Z Compiling parse-size v1.1.0
27652026-02-24T01:38:48.200Z Compiling endian-type v0.1.2
27662026-02-24T01:38:48.524Z Compiling http-range v0.1.5
27672026-02-24T01:38:49.178Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-02-24T01:38:49.491Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27692026-02-24T01:38:49.625Z Compiling radix_trie v0.2.1
27702026-02-24T01:38:49.677Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27712026-02-24T01:38:50.623Z Compiling compact_str v0.8.0
27722026-02-24T01:38:51.288Z Compiling p384 v0.13.1
27732026-02-24T01:38:52.978Z Compiling tabled v0.18.0
27742026-02-24T01:38:53.093Z Compiling globwalk v0.9.1
27752026-02-24T01:38:54.357Z Compiling parking_lot v0.11.2
27762026-02-24T01:38:55.923Z Compiling typify v0.2.0
27772026-02-24T01:38:56.177Z Compiling predicates-tree v1.0.12
27782026-02-24T01:38:56.319Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-02-24T01:38:56.929Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-02-24T01:38:57.084Z Compiling unicode-truncate v1.1.0
27812026-02-24T01:38:59.726Z Compiling prefix-trie v0.7.0
27822026-02-24T01:39:00.670Z Compiling lru v0.12.5
27832026-02-24T01:39:01.074Z Compiling vergen-git2 v1.0.7
27842026-02-24T01:39:01.107Z Compiling instability v0.3.2
27852026-02-24T01:39:01.451Z Compiling indoc v2.0.6
27862026-02-24T01:39:02.080Z Compiling cassowary v0.3.0
27872026-02-24T01:39:02.535Z Compiling hickory-server v0.25.2
27882026-02-24T01:39:03.190Z Compiling ratatui v0.29.0
27892026-02-24T01:39:05.222Z Compiling git2 v0.20.2
27902026-02-24T01:39:10.687Z Compiling camino-tempfile-ext v0.3.2
27912026-02-24T01:39:10.790Z Compiling progenitor-impl v0.8.0
27922026-02-24T01:39:12.005Z Compiling hyper-staticfile v0.10.1
27932026-02-24T01:39:12.386Z Compiling sled v0.34.7
27942026-02-24T01:39:13.541Z Compiling hickory-client v0.25.2
27952026-02-24T01:39:14.966Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27962026-02-24T01:39:15.319Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27972026-02-24T01:39:15.918Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-02-24T01:39:16.174Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-02-24T01:39:17.458Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-02-24T01:39:21.461Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28012026-02-24T01:39:22.156Z Compiling rand_seeder v0.4.0
28022026-02-24T01:39:22.659Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-02-24T01:39:23.240Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-02-24T01:39:23.566Z Compiling lzma-sys v0.1.20
28052026-02-24T01:39:23.659Z Compiling corncobs v0.1.4
28062026-02-24T01:39:24.079Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-02-24T01:39:24.296Z Compiling rustls v0.21.12
28082026-02-24T01:39:24.577Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-02-24T01:39:24.785Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-02-24T01:39:25.361Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28112026-02-24T01:39:25.694Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-02-24T01:39:25.875Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28132026-02-24T01:39:26.021Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-02-24T01:39:27.569Z Compiling progenitor-macro v0.8.0
28152026-02-24T01:39:37.366Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-02-24T01:39:40.080Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-02-24T01:39:45.132Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28182026-02-24T01:39:56.865Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28192026-02-24T01:39:58.484Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28202026-02-24T01:40:04.010Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-02-24T01:40:04.397Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28222026-02-24T01:40:04.776Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232026-02-24T01:40:05.141Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28242026-02-24T01:40:05.624Z Compiling progenitor-client v0.8.0
28252026-02-24T01:40:06.567Z Compiling sct v0.7.1
28262026-02-24T01:40:07.075Z Compiling rustls-webpki v0.101.7
28272026-02-24T01:40:07.480Z Compiling heck v0.3.3
28282026-02-24T01:40:07.852Z Compiling secrecy v0.8.0
28292026-02-24T01:40:08.188Z Compiling void v1.0.2
28302026-02-24T01:40:08.421Z Compiling lzss v0.8.2
28312026-02-24T01:40:12.524Z Compiling zone_cfg_derive v0.1.2
28322026-02-24T01:40:13.460Z Compiling progenitor v0.8.0
28332026-02-24T01:40:13.861Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28342026-02-24T01:40:13.908Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-02-24T01:40:15.303Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28362026-02-24T01:40:17.963Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28372026-02-24T01:40:20.830Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28382026-02-24T01:40:20.882Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-02-24T01:40:21.870Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28402026-02-24T01:40:22.466Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28412026-02-24T01:40:22.875Z Compiling tungstenite v0.23.0
28422026-02-24T01:40:28.479Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28432026-02-24T01:40:28.835Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28442026-02-24T01:40:29.229Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28452026-02-24T01:40:29.594Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28462026-02-24T01:40:29.982Z Compiling nix v0.27.1
28472026-02-24T01:40:32.657Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28482026-02-24T01:40:33.421Z Compiling serde_bytes v0.11.19
28492026-02-24T01:40:34.039Z Compiling base64 v0.13.1
28502026-02-24T01:40:34.873Z Compiling number_prefix v0.4.0
28512026-02-24T01:40:35.078Z Compiling ron v0.7.1
28522026-02-24T01:40:35.210Z Compiling indicatif v0.17.11
28532026-02-24T01:40:35.254Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28542026-02-24T01:40:40.183Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28552026-02-24T01:40:40.886Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28562026-02-24T01:40:41.822Z Compiling tokio-tungstenite v0.23.1
28572026-02-24T01:40:42.492Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28582026-02-24T01:40:46.631Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28592026-02-24T01:40:47.134Z Compiling xz2 v0.1.7
28602026-02-24T01:40:47.830Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-02-24T01:40:56.809Z Compiling tokio-rustls v0.24.1
28622026-02-24T01:40:57.634Z Compiling zone v0.1.8
28632026-02-24T01:40:58.378Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28642026-02-24T01:40:58.710Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28652026-02-24T01:41:00.577Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-02-24T01:41:01.329Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28672026-02-24T01:41:04.843Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-02-24T01:41:12.876Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-02-24T01:41:14.504Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-02-24T01:41:24.494Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-02-24T01:41:37.535Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28722026-02-24T01:41:38.412Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-02-24T01:41:39.174Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28742026-02-24T01:41:44.133Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752026-02-24T01:41:46.626Z Compiling rustls-pemfile v1.0.4
28762026-02-24T01:41:47.544Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28772026-02-24T01:41:50.345Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-02-24T01:41:50.642Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28792026-02-24T01:41:50.986Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28802026-02-24T01:41:52.891Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28812026-02-24T01:41:54.495Z Compiling signal-hook-tokio v0.3.1
28822026-02-24T01:41:54.764Z Compiling twox-hash v2.1.0
28832026-02-24T01:41:55.748Z Compiling yasna v0.5.2
28842026-02-24T01:41:55.882Z Compiling is_ci v1.2.0
28852026-02-24T01:41:56.232Z Compiling supports-color v3.0.2
28862026-02-24T01:41:56.739Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-02-24T01:41:58.217Z Compiling rcgen v0.12.1
28882026-02-24T01:41:59.197Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892026-02-24T01:42:08.305Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-02-24T01:42:08.700Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-02-24T01:42:26.830Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28922026-02-24T01:42:40.918Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28932026-02-24T01:42:50.528Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28942026-02-24T01:42:52.824Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-02-24T01:42:58.952Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-02-24T01:43:05.775Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-02-24T01:43:09.776Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-02-24T01:43:10.124Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-02-24T01:43:10.479Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-02-24T01:43:14.176Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-02-24T01:43:14.533Z Compiling fatfs v0.3.6
29022026-02-24T01:43:17.084Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-02-24T01:43:17.369Z Compiling subprocess v0.2.9
29042026-02-24T01:43:22.036Z Compiling rtoolbox v0.0.2
29052026-02-24T01:43:22.565Z Compiling seq-macro v0.3.6
29062026-02-24T01:43:23.652Z Compiling assert_matches v1.5.0
29072026-02-24T01:43:26.232Z Compiling rpassword v7.4.0
29082026-02-24T01:43:26.823Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-02-24T01:43:31.099Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-02-24T01:43:39.578Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-02-24T01:43:53.473Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-02-24T01:43:53.678Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-02-24T01:43:58.780Z Compiling tui-tree-widget v0.23.1
29142026-02-24T01:43:59.651Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-02-24T01:44:01.942Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-02-24T01:44:02.873Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-02-24T01:44:08.788Z Compiling uzers v0.12.1
29182026-02-24T01:44:09.786Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-02-24T01:44:11.912Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-02-24T01:44:21.794Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-02-24T01:44:34.258Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-02-24T01:44:51.901Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-02-24T01:44:52.952Z Compiling support-bundle-viewer v0.1.2
29242026-02-24T01:44:56.542Z Compiling multimap v0.10.1
29252026-02-24T01:47:13.381Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29262026-02-24T01:47:14.894Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29272026-02-24T01:59:45.248Z Finished `release` profile [optimized] target(s) in 25m 24s
29282026-02-24T02:01:06.655Z
29292026-02-24T02:01:06.680Zreal 26:48.033407485
29302026-02-24T02:01:06.680Zuser 2:58:08.952269318
29312026-02-24T02:01:06.680Zsys 5:22.619224347
29322026-02-24T02:01:06.680Ztrap 6.590124480
29332026-02-24T02:01:06.680Ztflt 1.693601394
29342026-02-24T02:01:06.680Zdflt 5.610600427
29352026-02-24T02:01:06.680Zkflt 0.001176494
29362026-02-24T02:01:06.680Zlock 12:21:41.791849776
29372026-02-24T02:01:06.680Zslp 8:38:17.991768461
29382026-02-24T02:01:06.680Zlat 4:45.716753868
29392026-02-24T02:01:06.680Zstop 3:59.257532653
29402026-02-24T02:01:06.680Z+ mapfile -t packages
29412026-02-24T02:01:06.680Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29422026-02-24T02:01:08.721Z Finished `release` profile [optimized] target(s) in 1.96s
29432026-02-24T02:01:08.813Z Running `target/release/omicron-package -t test list-outputs`
29442026-02-24T02:01:08.898ZLogging to: /work/oxidecomputer/omicron/out/LOG
29452026-02-24T02:01:08.922Z+ ptime -m cargo build --locked --release -p xtask
29462026-02-24T02:01:10.221Z Compiling serde_core v1.0.228
29472026-02-24T02:01:10.221Z Compiling syn v2.0.114
29482026-02-24T02:01:10.245Z Compiling serde v1.0.228
29492026-02-24T02:01:10.246Z Compiling bitflags v2.9.4
29502026-02-24T02:01:10.246Z Compiling libc v0.2.180
29512026-02-24T02:01:10.246Z Compiling serde_json v1.0.149
29522026-02-24T02:01:10.246Z Compiling num-traits v0.2.19
29532026-02-24T02:01:10.693Z Compiling smallvec v1.15.1
29542026-02-24T02:01:10.743Z Compiling hashbrown v0.16.1
29552026-02-24T02:01:10.775Z Compiling rustix v0.38.37
29562026-02-24T02:01:11.103Z Compiling usdt-impl v0.5.0
29572026-02-24T02:01:11.267Z Compiling syn v1.0.109
29582026-02-24T02:01:11.885Z Compiling log v0.4.29
29592026-02-24T02:01:12.074Z Compiling thread-id v4.2.2
29602026-02-24T02:01:12.273Z Compiling indexmap v2.13.0
29612026-02-24T02:01:12.299Z Compiling rustix v1.1.3
29622026-02-24T02:01:12.385Z Compiling percent-encoding v2.3.2
29632026-02-24T02:01:12.885Z Compiling getrandom v0.3.4
29642026-02-24T02:01:13.358Z Compiling ordered-float v2.10.1
29652026-02-24T02:01:13.423Z Compiling terminal_size v0.4.0
29662026-02-24T02:01:13.480Z Compiling form_urlencoded v1.2.2
29672026-02-24T02:01:14.072Z Compiling fs-err v3.1.1
29682026-02-24T02:01:14.160Z Compiling anyhow v1.0.99
29692026-02-24T02:01:14.450Z Compiling heck v0.4.1
29702026-02-24T02:01:14.718Z Compiling once_cell v1.21.3
29712026-02-24T02:01:14.864Z Compiling clap_builder v4.5.48
29722026-02-24T02:01:15.883Z Compiling tempfile v3.24.0
29732026-02-24T02:01:17.121Z Compiling synstructure v0.13.1
29742026-02-24T02:01:17.425Z Compiling proc-macro-error v1.0.4
29752026-02-24T02:01:17.589Z Compiling textwrap v0.16.2
29762026-02-24T02:01:17.834Z Compiling camino-tempfile v1.4.1
29772026-02-24T02:01:18.195Z Compiling tabled_derive v0.7.0
29782026-02-24T02:01:19.550Z Compiling serde_derive v1.0.228
29792026-02-24T02:01:19.659Z Compiling thiserror-impl v2.0.18
29802026-02-24T02:01:19.684Z Compiling zerofrom-derive v0.1.4
29812026-02-24T02:01:19.758Z Compiling yoke-derive v0.7.4
29822026-02-24T02:01:19.986Z Compiling zerovec-derive v0.10.3
29832026-02-24T02:01:21.831Z Compiling displaydoc v0.2.5
29842026-02-24T02:01:22.048Z Compiling thiserror-impl v1.0.69
29852026-02-24T02:01:22.254Z Compiling thiserror v2.0.18
29862026-02-24T02:01:22.370Z Compiling zerofrom v0.1.4
29872026-02-24T02:01:22.466Z Compiling pest v2.8.2
29882026-02-24T02:01:22.642Z Compiling yoke v0.7.4
29892026-02-24T02:01:23.044Z Compiling zerovec v0.10.4
29902026-02-24T02:01:23.069Z Compiling icu_provider_macros v1.5.0
29912026-02-24T02:01:23.174Z Compiling zerocopy-derive v0.7.35
29922026-02-24T02:01:24.169Z Compiling scroll_derive v0.12.0
29932026-02-24T02:01:24.386Z Compiling thiserror v1.0.69
29942026-02-24T02:01:24.842Z Compiling zerocopy v0.7.35
29952026-02-24T02:01:25.428Z Compiling tinystr v0.7.6
29962026-02-24T02:01:25.495Z Compiling pest_meta v2.8.2
29972026-02-24T02:01:25.913Z Compiling icu_locid v1.5.0
29982026-02-24T02:01:26.139Z Compiling icu_collections v1.5.0
29992026-02-24T02:01:26.867Z Compiling pest_generator v2.8.2
30002026-02-24T02:01:27.553Z Compiling icu_provider v1.5.0
30012026-02-24T02:01:28.369Z Compiling icu_locid_transform v1.5.0
30022026-02-24T02:01:28.684Z Compiling toml_datetime v0.6.11
30032026-02-24T02:01:28.708Z Compiling pest_derive v2.8.2
30042026-02-24T02:01:28.818Z Compiling serde_spanned v0.6.9
30052026-02-24T02:01:29.138Z Compiling toml_edit v0.22.27
30062026-02-24T02:01:29.524Z Compiling dof v0.3.0
30072026-02-24T02:01:29.565Z Compiling dtrace-parser v0.2.0
30082026-02-24T02:01:29.690Z Compiling scroll v0.12.0
30092026-02-24T02:01:30.340Z Compiling icu_properties v1.5.1
30102026-02-24T02:01:31.055Z Compiling goblin v0.8.2
30112026-02-24T02:01:31.703Z Compiling serde_tokenstream v0.2.2
30122026-02-24T02:01:32.296Z Compiling erased-serde v0.4.6
30132026-02-24T02:01:33.678Z Compiling toml v0.8.23
30142026-02-24T02:01:33.714Z Compiling serde-untagged v0.1.7
30152026-02-24T02:01:34.397Z Compiling icu_normalizer v1.5.0
30162026-02-24T02:01:34.769Z Compiling serde-value v0.7.0
30172026-02-24T02:01:36.171Z Compiling idna_adapter v1.2.0
30182026-02-24T02:01:36.273Z Compiling usdt-attr-macro v0.5.0
30192026-02-24T02:01:36.492Z Compiling idna v1.0.3
30202026-02-24T02:01:37.551Z Compiling url v2.5.4
30212026-02-24T02:01:39.112Z Compiling cargo-util-schemas v0.8.2
30222026-02-24T02:01:41.357Z Compiling usdt-macro v0.5.0
30232026-02-24T02:01:42.435Z Compiling cargo-platform v0.2.0
30242026-02-24T02:01:42.680Z Compiling clap_derive v4.5.47
30252026-02-24T02:01:43.623Z Compiling cargo_metadata v0.21.0
30262026-02-24T02:01:44.465Z Compiling usdt v0.5.0
30272026-02-24T02:01:44.518Z Compiling cargo_toml v0.21.0
30282026-02-24T02:01:45.809Z Compiling macaddr v1.0.1
30292026-02-24T02:01:46.332Z Compiling clap v4.5.48
30302026-02-24T02:01:46.397Z Compiling tabled v0.15.0
30312026-02-24T02:01:58.545Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-02-24T02:02:05.760Z Finished `release` profile [optimized] target(s) in 56.74s
30332026-02-24T02:02:05.925Z
30342026-02-24T02:02:05.925Zreal 56.972026533
30352026-02-24T02:02:05.925Zuser 5:56.286865224
30362026-02-24T02:02:05.925Zsys 30.961415475
30372026-02-24T02:02:05.925Ztrap 0.249381016
30382026-02-24T02:02:05.950Ztflt 0.148153804
30392026-02-24T02:02:05.950Zdflt 0.589183279
30402026-02-24T02:02:05.950Zkflt 0.000037165
30412026-02-24T02:02:05.950Zlock 16:44.012881878
30422026-02-24T02:02:05.950Zslp 19:27.216950587
30432026-02-24T02:02:05.950Zlat 26.317828085
30442026-02-24T02:02:05.950Zstop 31.265957460
30452026-02-24T02:02:05.950Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-02-24T02:02:05.950Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-02-24T02:02:05.950Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-02-24T02:02:05.950Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-02-24T02:02:05.950Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-02-24T02:02:08.065Z Compiling regress v0.10.4
30512026-02-24T02:02:08.117Z Compiling unsafe-libyaml v0.2.11
30522026-02-24T02:02:08.142Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30532026-02-24T02:02:08.142Z Compiling match_cfg v0.1.0
30542026-02-24T02:02:08.224Z Compiling structmeta-derive v0.3.0
30552026-02-24T02:02:08.249Z Compiling rustls v0.22.4
30562026-02-24T02:02:08.249Z Compiling newtype-uuid-macros v0.1.0
30572026-02-24T02:02:08.249Z Compiling multer v3.1.0
30582026-02-24T02:02:08.348Z Compiling hostname v0.3.1
30592026-02-24T02:02:08.672Z Compiling debug-ignore v1.0.5
30602026-02-24T02:02:08.770Z Compiling toml_parser v1.0.6+spec-1.1.0
30612026-02-24T02:02:08.818Z Compiling progenitor-client v0.10.0
30622026-02-24T02:02:08.880Z Compiling slog-json v2.6.1
30632026-02-24T02:02:09.340Z Compiling async-stream-impl v0.3.6
30642026-02-24T02:02:09.474Z Compiling serde_spanned v1.0.4
30652026-02-24T02:02:09.822Z Compiling serde_yaml v0.9.34+deprecated
30662026-02-24T02:02:09.998Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-02-24T02:02:10.039Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-02-24T02:02:10.396Z Compiling dropshot v0.16.7
30692026-02-24T02:02:10.695Z Compiling toml_writer v1.0.6+spec-1.1.0
30702026-02-24T02:02:10.728Z Compiling async-stream v0.3.6
30712026-02-24T02:02:10.789Z Compiling structmeta v0.3.0
30722026-02-24T02:02:10.892Z Compiling slog-bunyan v2.5.0
30732026-02-24T02:02:11.069Z Compiling toml v0.9.11+spec-1.1.0
30742026-02-24T02:02:11.192Z Compiling waitgroup v0.1.2
30752026-02-24T02:02:11.250Z Compiling rustls-pemfile v2.2.0
30762026-02-24T02:02:11.426Z Compiling dropshot_endpoint v0.16.7
30772026-02-24T02:02:11.470Z Compiling itertools v0.14.0
30782026-02-24T02:02:11.632Z Compiling hostname v0.4.2
30792026-02-24T02:02:11.905Z Compiling typify-impl v0.4.3
30802026-02-24T02:02:12.073Z Compiling serde_path_to_error v0.1.20
30812026-02-24T02:02:12.946Z Compiling derive-ex v0.1.8
30822026-02-24T02:02:13.525Z Compiling tokio-rustls v0.25.0
30832026-02-24T02:02:13.961Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30842026-02-24T02:02:14.211Z Compiling macaddr v1.0.1
30852026-02-24T02:02:14.338Z Compiling tabwriter v1.4.0
30862026-02-24T02:02:14.565Z Compiling instant v0.1.13
30872026-02-24T02:02:14.687Z Compiling progenitor-client v0.11.2
30882026-02-24T02:02:14.775Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-02-24T02:02:14.818Z Compiling parse-display-derive v0.10.0
30902026-02-24T02:02:15.395Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30912026-02-24T02:02:15.589Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-02-24T02:02:15.858Z Compiling colored v3.0.0
30932026-02-24T02:02:15.893Z Compiling backoff v0.4.0
30942026-02-24T02:02:16.160Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30952026-02-24T02:02:16.336Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30962026-02-24T02:02:16.640Z Compiling proc-macro-crate v1.3.1
30972026-02-24T02:02:16.700Z Compiling test-strategy v0.4.3
30982026-02-24T02:02:16.898Z Compiling crucible-workspace-hack v0.1.0
30992026-02-24T02:02:17.132Z Compiling proc-macro-error v1.0.4
31002026-02-24T02:02:17.306Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-02-24T02:02:17.572Z Compiling num_enum_derive v0.5.11
31022026-02-24T02:02:17.696Z Compiling heapless v0.8.0
31032026-02-24T02:02:17.933Z Compiling ingot-macros v0.1.1
31042026-02-24T02:02:18.457Z Compiling parse-display v0.10.0
31052026-02-24T02:02:18.485Z Compiling hash32 v0.3.1
31062026-02-24T02:02:18.655Z Compiling smoltcp v0.11.0
31072026-02-24T02:02:18.780Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31082026-02-24T02:02:19.192Z Compiling foreign-types-macros v0.2.3
31092026-02-24T02:02:19.392Z Compiling cobs v0.2.3
31102026-02-24T02:02:19.749Z Compiling foreign-types-shared v0.3.1
31112026-02-24T02:02:19.825Z Compiling num_enum v0.5.11
31122026-02-24T02:02:19.939Z Compiling postcard v1.0.10
31132026-02-24T02:02:20.174Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31142026-02-24T02:02:20.460Z Compiling foreign-types v0.5.0
31152026-02-24T02:02:20.624Z Compiling nix v0.30.1
31162026-02-24T02:02:20.653Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-02-24T02:02:20.685Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-02-24T02:02:21.377Z Compiling secrecy v0.10.3
31192026-02-24T02:02:21.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31202026-02-24T02:02:21.458Z Compiling cstr-argument v0.1.2
31212026-02-24T02:02:21.511Z Compiling pretty-hex v0.2.1
31222026-02-24T02:02:21.695Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31232026-02-24T02:02:21.779Z Compiling rayon-core v1.12.1
31242026-02-24T02:02:21.807Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31252026-02-24T02:02:21.942Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-02-24T02:02:22.155Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-02-24T02:02:22.316Z Compiling crossbeam-deque v0.8.5
31282026-02-24T02:02:22.394Z Compiling colored v2.2.0
31292026-02-24T02:02:22.434Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31302026-02-24T02:02:23.294Z Compiling camino-tempfile v1.4.1
31312026-02-24T02:02:23.378Z Compiling typify-macro v0.4.3
31322026-02-24T02:02:23.778Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31332026-02-24T02:02:24.193Z Compiling rayon v1.10.0
31342026-02-24T02:02:24.447Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-02-24T02:02:24.472Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31362026-02-24T02:02:24.554Z Compiling ingot-types v0.1.2
31372026-02-24T02:02:24.681Z Compiling zone_cfg_derive v0.3.0
31382026-02-24T02:02:25.157Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31392026-02-24T02:02:25.507Z Compiling ingot v0.1.1
31402026-02-24T02:02:25.635Z Compiling smf v0.2.3
31412026-02-24T02:02:25.666Z Compiling num-derive v0.4.2
31422026-02-24T02:02:26.068Z Compiling sigpipe v0.1.3
31432026-02-24T02:02:26.235Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-02-24T02:02:26.642Z Compiling zone v0.3.1
31452026-02-24T02:02:26.849Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-02-24T02:02:27.273Z Compiling typify v0.4.3
31472026-02-24T02:02:27.376Z Compiling toml v0.8.23
31482026-02-24T02:02:27.512Z Compiling progenitor-impl v0.11.2
31492026-02-24T02:02:27.558Z Compiling convert_case v0.4.0
31502026-02-24T02:02:27.635Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31512026-02-24T02:02:28.249Z Compiling universal-hash v0.5.1
31522026-02-24T02:02:28.438Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31532026-02-24T02:02:28.494Z Compiling derive_more v0.99.20
31542026-02-24T02:02:28.526Z Compiling opaque-debug v0.3.1
31552026-02-24T02:02:28.582Z Compiling half v2.4.1
31562026-02-24T02:02:28.656Z Compiling ciborium-io v0.2.2
31572026-02-24T02:02:28.685Z Compiling aead v0.5.2
31582026-02-24T02:02:28.823Z Compiling poly1305 v0.8.0
31592026-02-24T02:02:28.850Z Compiling progenitor-impl v0.10.0
31602026-02-24T02:02:29.119Z Compiling ciborium-ll v0.2.2
31612026-02-24T02:02:29.172Z Compiling chacha20 v0.9.1
31622026-02-24T02:02:29.574Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31632026-02-24T02:02:29.601Z Compiling ciborium v0.2.2
31642026-02-24T02:02:29.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31652026-02-24T02:02:29.755Z Compiling num-rational v0.4.2
31662026-02-24T02:02:30.570Z Compiling password-hash v0.5.0
31672026-02-24T02:02:30.852Z Compiling thiserror-impl-no-std v2.0.2
31682026-02-24T02:02:31.009Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31692026-02-24T02:02:31.263Z Compiling blake2 v0.10.6
31702026-02-24T02:02:31.474Z Compiling num-complex v0.4.6
31712026-02-24T02:02:32.171Z Compiling argon2 v0.5.3
31722026-02-24T02:02:32.484Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31732026-02-24T02:02:32.537Z Compiling num v0.4.3
31742026-02-24T02:02:32.714Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31752026-02-24T02:02:32.764Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-02-24T02:02:33.538Z Compiling thiserror-no-std v2.0.2
31772026-02-24T02:02:33.712Z Compiling float-ord v0.3.2
31782026-02-24T02:02:33.961Z Compiling indent_write v2.2.0
31792026-02-24T02:02:34.071Z Compiling progenitor-macro v0.11.2
31802026-02-24T02:02:34.271Z Compiling vsss-rs v3.3.4
31812026-02-24T02:02:34.631Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31822026-02-24T02:02:35.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31832026-02-24T02:02:35.150Z Compiling chacha20poly1305 v0.10.1
31842026-02-24T02:02:35.418Z Compiling progenitor-macro v0.10.0
31852026-02-24T02:02:35.447Z Compiling gethostname v0.5.0
31862026-02-24T02:02:35.508Z Compiling usdt-macro v0.5.0
31872026-02-24T02:02:35.682Z Compiling usdt-attr-macro v0.5.0
31882026-02-24T02:02:36.932Z Compiling derive-where v1.5.0
31892026-02-24T02:02:37.176Z Compiling cancel-safe-futures v0.1.5
31902026-02-24T02:02:37.390Z Compiling usdt v0.5.0
31912026-02-24T02:02:37.464Z Compiling owo-colors v4.2.3
31922026-02-24T02:02:37.621Z Compiling console v0.15.10
31932026-02-24T02:02:37.650Z Compiling resolv-conf v0.7.0
31942026-02-24T02:02:37.918Z Compiling libsw-core v0.3.1
31952026-02-24T02:02:38.234Z Compiling async-recursion v1.1.1
31962026-02-24T02:02:38.366Z Compiling libsw v3.5.0
31972026-02-24T02:02:38.738Z Compiling linear-map v1.2.0
31982026-02-24T02:02:38.981Z Compiling libefi-sys v0.1.0
31992026-02-24T02:02:39.150Z Compiling hickory-proto v0.24.4
32002026-02-24T02:02:39.198Z Compiling newline-converter v0.3.0
32012026-02-24T02:02:39.410Z Compiling atomicwrites v0.4.4
32022026-02-24T02:02:39.451Z Compiling bitfield-struct v0.6.2
32032026-02-24T02:02:39.753Z Compiling semver v0.1.20
32042026-02-24T02:02:39.849Z Compiling linked-hash-map v0.5.6
32052026-02-24T02:02:39.915Z Compiling expectorate v1.2.0
32062026-02-24T02:02:40.273Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-02-24T02:02:40.299Z Compiling lru-cache v0.1.2
32082026-02-24T02:02:40.395Z Compiling rustc_version v0.1.7
32092026-02-24T02:02:40.614Z Compiling pin-project-internal v1.1.6
32102026-02-24T02:02:40.874Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-02-24T02:02:40.908Z Compiling slog-dtrace v0.3.0
32122026-02-24T02:02:40.941Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-02-24T02:02:41.118Z Compiling siphasher v1.0.1
32142026-02-24T02:02:41.417Z Compiling newtype_derive v0.1.6
32152026-02-24T02:02:41.592Z Compiling phf_shared v0.12.1
32162026-02-24T02:02:41.626Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-02-24T02:02:41.769Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32182026-02-24T02:02:41.975Z Compiling tokio-dtrace v0.1.0
32192026-02-24T02:02:42.250Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32202026-02-24T02:02:42.517Z Compiling dropshot-api-manager-types v0.3.0
32212026-02-24T02:02:42.560Z Compiling pem v3.0.5
32222026-02-24T02:02:43.173Z Compiling snafu-derive v0.8.5
32232026-02-24T02:02:43.321Z Compiling csv-core v0.1.11
32242026-02-24T02:02:43.345Z Compiling pin-project v1.1.6
32252026-02-24T02:02:43.381Z Compiling chrono-tz v0.10.4
32262026-02-24T02:02:43.548Z Compiling base64 v0.21.7
32272026-02-24T02:02:43.748Z Compiling xshell-macros v0.2.7
32282026-02-24T02:02:43.864Z Compiling same-file v1.0.6
32292026-02-24T02:02:44.026Z Compiling highway v1.3.0
32302026-02-24T02:02:44.210Z Compiling walkdir v2.5.0
32312026-02-24T02:02:44.239Z Compiling const_format_proc_macros v0.2.34
32322026-02-24T02:02:44.508Z Compiling hickory-resolver v0.24.4
32332026-02-24T02:02:44.908Z Compiling xshell v0.2.7
32342026-02-24T02:02:45.031Z Compiling csv v1.3.1
32352026-02-24T02:02:46.130Z Compiling oxide-tokio-rt v0.1.2
32362026-02-24T02:02:46.239Z Compiling phf v0.12.1
32372026-02-24T02:02:46.286Z Compiling progenitor v0.11.2
32382026-02-24T02:02:46.572Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32392026-02-24T02:02:46.596Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-02-24T02:02:46.620Z Compiling globset v0.4.15
32412026-02-24T02:02:47.050Z Compiling qorb v0.4.1
32422026-02-24T02:02:47.112Z Compiling olpc-cjson v0.1.4
32432026-02-24T02:02:47.513Z Compiling progenitor v0.10.0
32442026-02-24T02:02:47.544Z Compiling primeorder v0.13.6
32452026-02-24T02:02:47.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462026-02-24T02:02:47.912Z Compiling snafu v0.8.5
32472026-02-24T02:02:48.093Z Compiling serde_plain v1.0.2
32482026-02-24T02:02:48.163Z Compiling typed-path v0.9.3
32492026-02-24T02:02:48.815Z Compiling const_format v0.2.34
32502026-02-24T02:02:48.892Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-02-24T02:02:49.551Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-02-24T02:02:49.990Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-02-24T02:02:50.678Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-02-24T02:02:51.025Z Compiling tough v0.20.0
32552026-02-24T02:02:51.116Z Compiling tabled_derive v0.7.0
32562026-02-24T02:02:51.196Z Compiling bcs v0.1.6
32572026-02-24T02:02:51.690Z Compiling salty v0.3.0
32582026-02-24T02:02:51.721Z Compiling termtree v0.5.1
32592026-02-24T02:02:51.885Z Compiling utf-8 v0.7.6
32602026-02-24T02:02:52.041Z Compiling radium v0.7.0
32612026-02-24T02:02:52.243Z Compiling textwrap v0.16.2
32622026-02-24T02:02:52.309Z Compiling tungstenite v0.21.0
32632026-02-24T02:02:52.341Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32642026-02-24T02:02:52.628Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-02-24T02:02:53.023Z Compiling steno v0.4.1
32662026-02-24T02:02:53.152Z Compiling tabled v0.15.0
32672026-02-24T02:02:53.262Z Compiling typify-impl v0.2.0
32682026-02-24T02:02:54.233Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-02-24T02:02:54.522Z Compiling tap v1.0.1
32702026-02-24T02:02:54.769Z Compiling moka v0.12.10
32712026-02-24T02:02:55.160Z Compiling maybe-uninit v2.0.0
32722026-02-24T02:02:55.750Z Compiling humantime v2.2.0
32732026-02-24T02:02:56.307Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32742026-02-24T02:02:58.986Z Compiling wyz v0.5.1
32752026-02-24T02:02:59.020Z Compiling tokio-tungstenite v0.21.0
32762026-02-24T02:02:59.380Z Compiling p384 v0.13.1
32772026-02-24T02:02:59.465Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-02-24T02:02:59.618Z Compiling funty v2.0.0
32792026-02-24T02:02:59.730Z Compiling tagptr v0.2.0
32802026-02-24T02:03:00.059Z Compiling arc-swap v1.7.1
32812026-02-24T02:03:00.238Z Compiling packed_struct v0.10.1
32822026-02-24T02:03:00.628Z Compiling bitvec v1.0.1
32832026-02-24T02:03:00.673Z Compiling slog-scope v4.4.0
32842026-02-24T02:03:00.969Z Compiling polyval v0.6.2
32852026-02-24T02:03:01.169Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-02-24T02:03:01.212Z Compiling packed_struct_codegen v0.10.1
32872026-02-24T02:03:01.459Z Compiling bitfield-macros v0.19.2
32882026-02-24T02:03:01.843Z Compiling zerocopy-derive v0.6.6
32892026-02-24T02:03:02.608Z Compiling proc-macro-error-attr2 v2.0.0
32902026-02-24T02:03:02.974Z Compiling indexmap v1.9.3
32912026-02-24T02:03:03.387Z Compiling parking_lot_core v0.8.6
32922026-02-24T02:03:03.438Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32932026-02-24T02:03:03.619Z Compiling crc-catalog v2.4.0
32942026-02-24T02:03:03.743Z Compiling nodrop v0.1.14
32952026-02-24T02:03:03.849Z Compiling crc v3.2.1
32962026-02-24T02:03:03.897Z Compiling array-init v0.0.4
32972026-02-24T02:03:03.977Z Compiling zerocopy v0.6.6
32982026-02-24T02:03:04.023Z Compiling proc-macro-error2 v2.0.1
32992026-02-24T02:03:04.141Z Compiling typify-macro v0.2.0
33002026-02-24T02:03:04.260Z Compiling bitfield v0.19.2
33012026-02-24T02:03:04.536Z Compiling hickory-resolver v0.25.2
33022026-02-24T02:03:04.736Z Compiling ghash v0.5.1
33032026-02-24T02:03:04.778Z Compiling slog-stdlog v4.1.1
33042026-02-24T02:03:04.803Z Compiling smallvec v0.6.14
33052026-02-24T02:03:04.900Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33062026-02-24T02:03:05.025Z Compiling ctr v0.9.2
33072026-02-24T02:03:05.232Z Compiling num-derive v0.3.3
33082026-02-24T02:03:05.276Z Compiling lzma-sys v0.1.20
33092026-02-24T02:03:05.444Z Compiling hashbrown v0.12.3
33102026-02-24T02:03:05.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-02-24T02:03:06.062Z Compiling unicase v2.8.1
33122026-02-24T02:03:06.354Z Compiling aes-gcm v0.10.3
33132026-02-24T02:03:06.512Z Compiling mime_guess v2.0.5
33142026-02-24T02:03:06.739Z Compiling serde-hex v0.1.0
33152026-02-24T02:03:07.332Z Compiling libscf-sys v1.1.0
33162026-02-24T02:03:07.517Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33172026-02-24T02:03:07.685Z Compiling slog-envlogger v2.2.0
33182026-02-24T02:03:07.726Z Compiling tabled_derive v0.11.0
33192026-02-24T02:03:07.798Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-02-24T02:03:07.905Z Compiling typify v0.2.0
33212026-02-24T02:03:08.122Z Compiling progenitor-impl v0.8.0
33222026-02-24T02:03:08.817Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-02-24T02:03:08.944Z Compiling ron v0.8.1
33242026-02-24T02:03:08.973Z Compiling papergrid v0.17.0
33252026-02-24T02:03:09.939Z Compiling testing_table v0.3.0
33262026-02-24T02:03:10.283Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33272026-02-24T02:03:10.487Z Compiling hashbrown v0.13.2
33282026-02-24T02:03:11.229Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33292026-02-24T02:03:11.404Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33302026-02-24T02:03:11.629Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33312026-02-24T02:03:12.483Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33322026-02-24T02:03:12.645Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33332026-02-24T02:03:13.060Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33342026-02-24T02:03:13.571Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33352026-02-24T02:03:14.498Z Compiling progenitor-macro v0.8.0
33362026-02-24T02:03:15.281Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33372026-02-24T02:03:16.621Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33382026-02-24T02:03:17.251Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33392026-02-24T02:03:17.523Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33402026-02-24T02:03:17.996Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33412026-02-24T02:03:18.195Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-02-24T02:03:18.669Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33432026-02-24T02:03:19.675Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33442026-02-24T02:03:20.173Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-02-24T02:03:20.606Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33462026-02-24T02:03:20.696Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33472026-02-24T02:03:20.950Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33482026-02-24T02:03:21.173Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33492026-02-24T02:03:21.313Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33502026-02-24T02:03:22.547Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33512026-02-24T02:03:22.621Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33522026-02-24T02:03:23.236Z Compiling heck v0.3.3
33532026-02-24T02:03:23.654Z Compiling progenitor-client v0.8.0
33542026-02-24T02:03:24.231Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33552026-02-24T02:03:24.480Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33562026-02-24T02:03:24.576Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33572026-02-24T02:03:24.982Z Compiling ssh-encoding v0.2.0
33582026-02-24T02:03:25.536Z Compiling blowfish v0.9.1
33592026-02-24T02:03:26.127Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-02-24T02:03:26.446Z Compiling nibble_vec v0.1.0
33612026-02-24T02:03:26.663Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-02-24T02:03:26.742Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33632026-02-24T02:03:26.868Z Compiling corncobs v0.1.4
33642026-02-24T02:03:27.239Z Compiling crc-any v2.5.0
33652026-02-24T02:03:27.305Z Compiling endian-type v0.1.2
33662026-02-24T02:03:27.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-02-24T02:03:27.610Z Compiling radix_trie v0.2.1
33682026-02-24T02:03:27.771Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33692026-02-24T02:03:27.907Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-02-24T02:03:28.340Z Compiling progenitor v0.8.0
33712026-02-24T02:03:28.627Z Compiling bcrypt-pbkdf v0.10.0
33722026-02-24T02:03:28.818Z Compiling ssh-cipher v0.2.0
33732026-02-24T02:03:29.326Z Compiling zone_cfg_derive v0.1.2
33742026-02-24T02:03:30.037Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33752026-02-24T02:03:30.279Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33762026-02-24T02:03:30.617Z Compiling object v0.30.4
33772026-02-24T02:03:30.798Z Compiling tabled v0.20.0
33782026-02-24T02:03:33.834Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33792026-02-24T02:03:34.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33802026-02-24T02:03:36.587Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-02-24T02:03:36.659Z Compiling parking_lot v0.11.2
33822026-02-24T02:03:37.578Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33832026-02-24T02:03:38.393Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33842026-02-24T02:03:38.780Z Compiling prefix-trie v0.7.0
33852026-02-24T02:03:38.870Z Compiling password-hash v0.4.2
33862026-02-24T02:03:39.228Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-02-24T02:03:39.647Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-02-24T02:03:39.701Z Compiling fxhash v0.2.1
33892026-02-24T02:03:39.977Z Compiling secrecy v0.8.0
33902026-02-24T02:03:40.296Z Compiling half v1.8.3
33912026-02-24T02:03:40.934Z Compiling base64 v0.13.1
33922026-02-24T02:03:41.530Z Compiling number_prefix v0.4.0
33932026-02-24T02:03:41.829Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-02-24T02:03:43.346Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33952026-02-24T02:03:44.160Z Compiling http-range v0.1.5
33962026-02-24T02:03:44.520Z Compiling path-slash v0.1.5
33972026-02-24T02:03:44.553Z Compiling indicatif v0.17.11
33982026-02-24T02:03:44.796Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-02-24T02:03:45.437Z Compiling ron v0.7.1
34002026-02-24T02:03:46.562Z Compiling serde_cbor v0.11.2
34012026-02-24T02:03:47.769Z Compiling sled v0.34.7
34022026-02-24T02:03:47.829Z Compiling hickory-server v0.25.2
34032026-02-24T02:03:47.980Z Compiling pbkdf2 v0.11.0
34042026-02-24T02:03:48.335Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34052026-02-24T02:03:48.419Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34062026-02-24T02:03:48.657Z Compiling xz2 v0.1.7
34072026-02-24T02:03:49.124Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34082026-02-24T02:03:49.816Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34092026-02-24T02:03:51.209Z Compiling zone v0.1.8
34102026-02-24T02:03:51.545Z Compiling ssh-key v0.6.6
34112026-02-24T02:03:52.050Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34122026-02-24T02:03:52.484Z Compiling hickory-client v0.25.2
34132026-02-24T02:03:53.137Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34142026-02-24T02:03:53.165Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34152026-02-24T02:03:53.585Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34162026-02-24T02:03:54.663Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34172026-02-24T02:03:54.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34182026-02-24T02:03:55.339Z Compiling p521 v0.13.3
34192026-02-24T02:03:55.610Z Compiling p256 v0.13.2
34202026-02-24T02:03:55.787Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34212026-02-24T02:03:56.447Z Compiling yasna v0.5.2
34222026-02-24T02:03:56.591Z Compiling headers-core v0.3.0
34232026-02-24T02:03:56.825Z Compiling kstat-rs v0.2.4
34242026-02-24T02:03:57.037Z Compiling nanorand v0.7.0
34252026-02-24T02:03:57.352Z Compiling atty v0.2.14
34262026-02-24T02:03:57.445Z Compiling russh-cryptovec v0.7.3
34272026-02-24T02:03:57.475Z Compiling crc8 v0.1.1
34282026-02-24T02:03:57.566Z Compiling md5 v0.7.0
34292026-02-24T02:03:57.669Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-02-24T02:03:57.717Z Compiling flume v0.11.1
34312026-02-24T02:03:57.824Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34322026-02-24T02:03:57.958Z Compiling russh-keys v0.45.0
34332026-02-24T02:03:58.137Z Compiling rcgen v0.12.1
34342026-02-24T02:03:58.274Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34352026-02-24T02:03:58.382Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34362026-02-24T02:03:59.325Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34372026-02-24T02:03:59.704Z Compiling headers v0.4.1
34382026-02-24T02:04:00.179Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34392026-02-24T02:04:01.389Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34402026-02-24T02:04:01.578Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34412026-02-24T02:04:03.468Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-02-24T02:04:03.529Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-02-24T02:04:07.547Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34442026-02-24T02:04:08.263Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-02-24T02:04:08.353Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34462026-02-24T02:04:10.625Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-02-24T02:04:13.830Z Compiling hyper-staticfile v0.10.1
34482026-02-24T02:04:14.257Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34492026-02-24T02:04:14.720Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-02-24T02:04:14.816Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34512026-02-24T02:04:14.916Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34522026-02-24T02:04:15.319Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34532026-02-24T02:04:15.865Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34542026-02-24T02:04:16.038Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-02-24T02:04:16.475Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34562026-02-24T02:04:16.856Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34572026-02-24T02:04:17.343Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34582026-02-24T02:04:17.389Z Compiling num-bigint v0.4.6
34592026-02-24T02:04:18.004Z Compiling des v0.8.1
34602026-02-24T02:04:18.412Z Compiling subprocess v0.2.9
34612026-02-24T02:04:18.468Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34622026-02-24T02:04:18.610Z Compiling display-error-chain v0.2.2
34632026-02-24T02:04:18.768Z Compiling hex-literal v0.4.1
34642026-02-24T02:04:18.879Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-02-24T02:04:19.005Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34662026-02-24T02:04:19.302Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34672026-02-24T02:04:19.335Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34682026-02-24T02:04:19.494Z Compiling internet-checksum v0.2.1
34692026-02-24T02:04:20.798Z Compiling russh v0.45.0
34702026-02-24T02:04:23.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712026-02-24T02:05:19.512Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34722026-02-24T02:06:02.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 56s
34732026-02-24T02:06:02.429Z
34742026-02-24T02:06:02.429Zreal 3:56.427767842
34752026-02-24T02:06:02.429Zuser 19:22.891355792
34762026-02-24T02:06:02.429Zsys 2:54.693994820
34772026-02-24T02:06:02.429Ztrap 0.675622899
34782026-02-24T02:06:02.429Ztflt 0.326429231
34792026-02-24T02:06:02.429Zdflt 1.007251908
34802026-02-24T02:06:02.429Zkflt 0.000210325
34812026-02-24T02:06:02.429Zlock 53:12.369366693
34822026-02-24T02:06:02.429Zslp 1:09:53.729563365
34832026-02-24T02:06:02.429Zlat 1:03.643019618
34842026-02-24T02:06:02.454Zstop 2:44.611280611
34852026-02-24T02:06:02.454Z+ mkdir tests
34862026-02-24T02:06:02.454Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34872026-02-24T02:06:02.454Z+ xargs -I '{}' -t cp '{}' tests/
34882026-02-24T02:06:02.498Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/
34892026-02-24T02:06:02.530Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/
34902026-02-24T02:06:02.566Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/
34912026-02-24T02:06:02.597Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/
34922026-02-24T02:06:02.957Z+ 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/*)
34932026-02-24T02:06:02.982Z+ 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-bcfd75342135c852 tests/commtest-67dc9673ff9d894c tests/dhcp_server-3b5a0b3c0af20b7c tests/end_to_end_tests-958238a3118261a6 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
34942026-02-24T02:08:31.375ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34952026-02-24T02:08:31.375Za .github/buildomat/ci-env.sh 1K
34962026-02-24T02:08:31.375Za out/target/test 1K
34972026-02-24T02:08:31.375Za out/npuzone/npuzone 27402K
34982026-02-24T02:08:31.376Za package-manifest.toml 35K
34992026-02-24T02:08:31.376Za smf/sled-agent/non-gimlet/config.toml 6K
35002026-02-24T02:08:31.376Za target/release/omicron-package 43250K
35012026-02-24T02:08:31.376Za target/release/xtask 11507K
35022026-02-24T02:08:31.376Za target/debug/bootstrap 325223K
35032026-02-24T02:08:31.376Za tests/bootstrap-bcfd75342135c852 31130K
35042026-02-24T02:08:31.376Za tests/commtest-67dc9673ff9d894c 35217K
35052026-02-24T02:08:31.376Za tests/dhcp_server-3b5a0b3c0af20b7c 31130K
35062026-02-24T02:08:31.376Za tests/end_to_end_tests-958238a3118261a6 369598K
35072026-02-24T02:08:31.376Za out/clickhouse.tar.gz 319658K
35082026-02-24T02:08:31.376Za out/clickhouse_keeper.tar.gz 302620K
35092026-02-24T02:08:31.376Za out/clickhouse_server.tar.gz 319656K
35102026-02-24T02:08:31.376Za out/cockroachdb.tar.gz 165189K
35112026-02-24T02:08:31.376Za out/crucible-pantry-zone.tar.gz 41566K
35122026-02-24T02:08:31.376Za out/crucible-utils.tar 17744K
35132026-02-24T02:08:31.376Za out/crucible-zone.tar.gz 55704K
35142026-02-24T02:08:31.376Za out/external-dns.tar.gz 48074K
35152026-02-24T02:08:31.376Za out/internal-dns.tar.gz 48074K
35162026-02-24T02:08:31.376Za out/mg-ddm-gz.tar 86339K
35172026-02-24T02:08:31.376Za out/nexus.tar.gz 211419K
35182026-02-24T02:08:31.376Za out/ntp.tar.gz 28928K
35192026-02-24T02:08:31.376Za out/omicron-gateway-softnpu.tar.gz 27690K
35202026-02-24T02:08:31.376Za out/omicron-sled-agent.tar 195788K
35212026-02-24T02:08:31.376Za out/overlay.tar.gz 3K
35222026-02-24T02:08:31.376Za out/oximeter.tar.gz 64534K
35232026-02-24T02:08:31.376Za out/oxlog.tar 3945K
35242026-02-24T02:08:31.376Za out/probe.tar.gz 3037K
35252026-02-24T02:08:31.376Za out/propolis-server.tar.gz 74633K
35262026-02-24T02:08:31.376Za out/pumpkind-gz.tar 26647K
35272026-02-24T02:08:31.376Za out/switch-softnpu.tar.gz 377362K
35282026-02-24T02:08:31.401Z
35292026-02-24T02:08:31.401Zreal 2:28.427770492
35302026-02-24T02:08:31.401Zuser 2:16.850128431
35312026-02-24T02:08:31.401Zsys 15.067030658
35322026-02-24T02:08:31.401Ztrap 0.049764623
35332026-02-24T02:08:31.401Ztflt 0.000000000
35342026-02-24T02:08:31.401Zdflt 0.000000000
35352026-02-24T02:08:31.401Zkflt 0.000000000
35362026-02-24T02:08:31.401Zlock 0.000000000
35372026-02-24T02:08:31.401Zslp 2:16.545617672
35382026-02-24T02:08:31.401Zlat 8.334721722
35392026-02-24T02:08:31.401Zstop 0.000426008
35402026-02-24T02:08:31.401Zprocess exited: duration 2875636 ms, exit code 0
 
35412026-02-24T02:08:31.487Zfound 1 output files
35422026-02-24T02:08:31.487Zuploading: /work/package.tar.gz (2417803327 bytes)
35432026-02-24T02:11:43.553Zuploaded: /work/package.tar.gz