01KJB6R291E81ECPYA72SETMP3: 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: 01KJB6RGSXHY4EJXAYBSDMC1X2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-25T20:10:33.097Zjob assigned to worker 01KJB6RJXJHAY3KRZP76XQZ7X0 [factory gimlet-EVT22200007-propolis, EVT22200007/59376] (queued for 29 s)
 
22026-02-25T20:10:42.098Zstarting task 0: "setup"
32026-02-25T20:10:42.123Z++ uname -s
42026-02-25T20:10:42.123Z+ kern=SunOS
52026-02-25T20:10:42.124Z+ build_user=build
62026-02-25T20:10:42.124Z+ build_uid=12345
72026-02-25T20:10:42.124Z+ work_dir=/work
82026-02-25T20:10:42.124Z+ input_dir=/input
92026-02-25T20:10:42.124Z+ [[ 0 == 12345 ]]
102026-02-25T20:10:42.124Z+ case "$kern" in
112026-02-25T20:10:42.124Z+ groupadd -g 12345 build
122026-02-25T20:10:42.124Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-25T20:10:44.126Z+ zfs create -o mountpoint=/work rpool/work
142026-02-25T20:10:44.164Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-25T20:10:44.191Z+ home_fs=zfs
162026-02-25T20:10:44.191Z+ [[ zfs == autofs ]]
172026-02-25T20:10:44.191Z+ mkdir -p /home/build
182026-02-25T20:10:44.191Z+ chown build:build /home/build /work
192026-02-25T20:10:46.184Z+ chmod 0700 /home/build /work
202026-02-25T20:10:46.220Zprocess exited: duration 4080 ms, exit code 0
 
212026-02-25T20:10:46.283Zstarting task 1: "rust-toolchain"
222026-02-25T20:10:46.310Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-25T20:10:46.310Z * rust toolchain channel = "1.91.1"
242026-02-25T20:10:46.310Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-25T20:10:46.310Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-25T20:10:46.310Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-25T20:10:46.310Z * rust toolchain profile = "default"
282026-02-25T20:10:46.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-25T20:10:46.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-25T20:10:46.436Zinfo: downloading installer
312026-02-25T20:10:48.077Zwarn: It looks like you have an existing installation of Rust at:
322026-02-25T20:10:48.077Zwarn: /opt/ooce/bin
332026-02-25T20:10:48.077Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-25T20:10:48.077Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-25T20:10:48.077Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-25T20:10:48.077Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-25T20:10:48.077Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-25T20:10:48.077Zerror: cannot install while Rust is installed
392026-02-25T20:10:48.077Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-25T20:10:48.102Zinfo: profile set to 'default'
412026-02-25T20:10:48.103Zinfo: default host triple is x86_64-unknown-illumos
422026-02-25T20:10:48.103Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-25T20:10:48.281Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-25T20:10:48.281Zinfo: downloading component 'cargo'
452026-02-25T20:10:48.540Zinfo: downloading component 'clippy'
462026-02-25T20:10:48.630Zinfo: downloading component 'rust-docs'
472026-02-25T20:10:48.962Zinfo: downloading component 'rust-std'
482026-02-25T20:10:49.681Zinfo: downloading component 'rustc'
492026-02-25T20:10:53.957Zinfo: downloading component 'rustfmt'
502026-02-25T20:10:54.140Zinfo: installing component 'cargo'
512026-02-25T20:10:55.435Zinfo: installing component 'clippy'
522026-02-25T20:10:55.896Zinfo: installing component 'rust-docs'
532026-02-25T20:10:59.542Zinfo: installing component 'rust-std'
542026-02-25T20:11:01.743Zinfo: installing component 'rustc'
552026-02-25T20:11:10.356Zinfo: installing component 'rustfmt'
562026-02-25T20:11:10.792Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-25T20:11:10.792Z
582026-02-25T20:11:10.958Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-25T20:11:10.958Z
602026-02-25T20:11:10.958Z
612026-02-25T20:11:10.958ZRust is installed now. Great!
622026-02-25T20:11:10.958Z
632026-02-25T20:11:10.983ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-25T20:11:10.983Zenvironment variable. This has not been done automatically.
652026-02-25T20:11:10.983Z
662026-02-25T20:11:10.983ZTo configure your current shell, you need to source
672026-02-25T20:11:10.983Zthe corresponding env file under $HOME/.cargo.
682026-02-25T20:11:10.983Z
692026-02-25T20:11:10.983ZThis is usually done by running one of the following (note the leading DOT):
702026-02-25T20:11:10.983Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-25T20:11:10.983Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-25T20:11:10.983Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-25T20:11:11.075Z+ rustup --version
742026-02-25T20:11:11.100Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-25T20:11:11.100Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-25T20:11:11.214Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-25T20:11:11.239Z+ cargo --version
782026-02-25T20:11:11.323Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-25T20:11:11.348Z+ rustc --version
802026-02-25T20:11:11.422Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-25T20:11:11.448Zprocess exited: duration 25149 ms, exit code 0
 
822026-02-25T20:11:11.499Zstarting task 2: "authentication"
832026-02-25T20:11:11.557Zprocess exited: duration 58 ms, exit code 0
 
842026-02-25T20:11:11.607Zstarting task 3: "clone repository"
852026-02-25T20:11:11.632Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-25T20:11:11.632Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-25T20:11:11.657ZCloning into '/work/oxidecomputer/omicron'...
882026-02-25T20:11:35.931Z+ cd /work/oxidecomputer/omicron
892026-02-25T20:11:35.931Z+ git fetch origin bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
902026-02-25T20:11:36.564ZFrom https://github.com/oxidecomputer/omicron
912026-02-25T20:11:36.564Z * branch bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701 -> FETCH_HEAD
922026-02-25T20:11:36.588Z+ [[ -n labbott/measurement_blueprints ]]
932026-02-25T20:11:36.588Z++ git branch --show-current
942026-02-25T20:11:36.588Z+ current=main
952026-02-25T20:11:36.588Z+ [[ main != labbott/measurement_blueprints ]]
962026-02-25T20:11:36.588Z+ git branch -f labbott/measurement_blueprints bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
972026-02-25T20:11:36.613Z+ git checkout -f labbott/measurement_blueprints
982026-02-25T20:11:37.115ZSwitched to branch 'labbott/measurement_blueprints'
992026-02-25T20:11:37.116Z+ git reset --hard bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
1002026-02-25T20:11:37.192ZHEAD is now at bfa3d73eb TYPOS
1012026-02-25T20:11:37.218Zprocess exited: duration 25592 ms, exit code 0
 
1022026-02-25T20:11:37.270Zstarting task 4: "build"
1032026-02-25T20:11:37.297Z+ source .github/buildomat/ci-env.sh
1042026-02-25T20:11:37.297Z++ export CARGO_TERM_COLOR=always
1052026-02-25T20:11:37.297Z++ CARGO_TERM_COLOR=always
1062026-02-25T20:11:37.297Z+ cargo --version
1072026-02-25T20:11:37.365Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-25T20:11:37.390Z+ rustc --version
1092026-02-25T20:11:37.484Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-25T20:11:37.509Z+ WORK=/work
1112026-02-25T20:11:37.509Z+ pfexec mkdir -p /work
1122026-02-25T20:11:37.509Z+ pfexec chown build /work
1132026-02-25T20:11:37.509Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-25T20:11:57.040Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-25T20:12:10.709Z Startup: Caching catalogs ... Done
1162026-02-25T20:12:42.169ZPlanning: Solver setup ... Done (29.242s)
1172026-02-25T20:12:42.368ZPlanning: Running solver ... Done (0.198s)
1182026-02-25T20:12:42.524ZPlanning: Finding local manifests ... Done (0.003s)
1192026-02-25T20:12:42.603ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-25T20:12:43.053ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-25T20:12:43.127ZPlanning: Package planning ... Done (0.074s)
1222026-02-25T20:12:43.188ZPlanning: Merging actions ... Done (0.061s)
1232026-02-25T20:12:43.550ZPlanning: Checking for conflicting actions ... Done (0.361s)
1242026-02-25T20:12:43.575ZPlanning: Consolidating action changes ... Done (0.014s)
1252026-02-25T20:12:44.486ZPlanning: Evaluating mediators ... Done (0.922s)
1262026-02-25T20:12:44.511ZPlanning: Planning completed in 33.67 seconds
1272026-02-25T20:12:44.536Z Packages to install: 4
1282026-02-25T20:12:44.536Z Mediators to change: 2
1292026-02-25T20:12:44.536Z Services to change: 1
1302026-02-25T20:12:44.536Z Estimated space available: 154.93 GB
1312026-02-25T20:12:44.536ZEstimated space to be consumed: 1.81 GB
1322026-02-25T20:12:44.536Z Create boot environment: No
1332026-02-25T20:12:44.536ZCreate backup boot environment: No
1342026-02-25T20:12:44.536Z Rebuild boot archive: No
1352026-02-25T20:12:44.536Z
1362026-02-25T20:12:44.536ZChanged mediators:
1372026-02-25T20:12:44.536Z mediator clang:
1382026-02-25T20:12:44.536Z version: None -> 15 (system default)
1392026-02-25T20:12:44.536Z
1402026-02-25T20:12:44.536Z mediator llvm:
1412026-02-25T20:12:44.536Z version: 14 (system default) -> 15 (system default)
1422026-02-25T20:12:44.536Z
1432026-02-25T20:12:44.536ZChanged packages:
1442026-02-25T20:12:44.536Zhelios-dev
1452026-02-25T20:12:44.536Z developer/build-essential
1462026-02-25T20:12:44.536Z None -> 11-2.0
1472026-02-25T20:12:44.536Z library/libxmlsec1
1482026-02-25T20:12:44.536Z None -> 1.2.35-2.0
1492026-02-25T20:12:44.536Z ooce/developer/clang-15
1502026-02-25T20:12:44.536Z None -> 15.0.7-2.0
1512026-02-25T20:12:44.536Z ooce/developer/llvm-15
1522026-02-25T20:12:44.536Z None -> 15.0.7-2.0
1532026-02-25T20:12:44.536Z
1542026-02-25T20:12:44.536ZServices:
1552026-02-25T20:12:44.536Z restart_fmri:
1562026-02-25T20:12:44.537Z svc:/system/update-man-index:default
1572026-02-25T20:12:44.582Z
1582026-02-25T20:12:44.582ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-25T20:12:49.595ZDownload: 1198/3290 items 80.8/212.6MB 37% complete (16.3M/s)
1602026-02-25T20:12:54.598ZDownload: 1692/3290 items 118.0/212.6MB 55% complete (12.0M/s)
1612026-02-25T20:12:59.598ZDownload: 2653/3290 items 120.4/212.6MB 56% complete (4.0M/s)
1622026-02-25T20:13:04.599ZDownload: 3248/3290 items 191.4/212.6MB 90% complete (7.3M/s)
1632026-02-25T20:13:07.509ZDownload: Completed 212.60 MB in 22.93 seconds (9.3M/s)
1642026-02-25T20:13:07.712Z Actions: 1/3689 actions (Installing new actions)
1652026-02-25T20:13:12.715Z Actions: 2690/3689 actions (Installing new actions)
1662026-02-25T20:13:13.727Z Actions: Completed 3689 actions in 6.02 seconds.
1672026-02-25T20:13:14.398Z Done (0.664s)
1682026-02-25T20:13:14.398Z Done (0.000s)
1692026-02-25T20:13:15.776Z Done (1.378s)
1702026-02-25T20:13:21.278Z Done (5.237s)
1712026-02-25T20:13:21.376Z Done (0.019s)
1722026-02-25T20:13:21.401Z Done (0.000s)
1732026-02-25T20:13:21.558Z Done (0.000s)
1742026-02-25T20:13:22.676ZPlanning: Evaluating mediator changes ... Done
1752026-02-25T20:13:22.945ZPlanning: Checking for conflicting actions ... Done
1762026-02-25T20:13:22.970ZPlanning: Consolidating action changes ... Done
1772026-02-25T20:13:23.313ZPlanning: Evaluating mediators ... Done
1782026-02-25T20:13:23.338ZPlanning: Planning completed in 0.64 seconds
1792026-02-25T20:13:23.363Z Mediators to change: 2
1802026-02-25T20:13:23.363Z Create boot environment: No
1812026-02-25T20:13:23.364ZCreate backup boot environment: No
1822026-02-25T20:13:23.422Z Done
1832026-02-25T20:13:23.422Z Done
1842026-02-25T20:13:24.439Z Done
1852026-02-25T20:13:29.287Z Done
1862026-02-25T20:13:29.389Z Done
1872026-02-25T20:13:29.389Z Done
1882026-02-25T20:13:29.470Z Done
1892026-02-25T20:13:30.285ZPlanning: Evaluating mediator changes ... Done
1902026-02-25T20:13:30.310ZPlanning: Merging actions ... Done
1912026-02-25T20:13:30.522ZPlanning: Checking for conflicting actions ... Done
1922026-02-25T20:13:30.547ZPlanning: Consolidating action changes ... Done
1932026-02-25T20:13:30.852ZPlanning: Evaluating mediators ... Done
1942026-02-25T20:13:30.925ZPlanning: Planning completed in 0.97 seconds
1952026-02-25T20:13:30.964Z Packages to change: 1
1962026-02-25T20:13:30.964Z Mediators to change: 1
1972026-02-25T20:13:30.964Z Services to change: 1
1982026-02-25T20:13:30.964Z Create boot environment: No
1992026-02-25T20:13:30.964ZCreate backup boot environment: Yes
2002026-02-25T20:13:33.014Z Actions: 1/6 actions (Updating modified actions)
2012026-02-25T20:13:33.038Z Actions: Completed 6 actions in 0.00 seconds.
2022026-02-25T20:13:33.038Z Done
2032026-02-25T20:13:33.038Z Done
2042026-02-25T20:13:33.299Z Done
2052026-02-25T20:13:38.081Z Done
2062026-02-25T20:13:38.182Z Done
2072026-02-25T20:13:38.207Z Done
2082026-02-25T20:13:38.241Z Done
2092026-02-25T20:13:38.857ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-02-25T20:13:38.857Zclang system 15 system
2112026-02-25T20:13:38.857Zcsh system system illumos
2122026-02-25T20:13:38.858Zctags system system illumos
2132026-02-25T20:13:38.858Zfile system system illumos
2142026-02-25T20:13:38.858Zgcc vendor 12 vendor
2152026-02-25T20:13:38.858Zgcc system 10 system
2162026-02-25T20:13:38.858Zgcc system 7 system
2172026-02-25T20:13:38.858Zgo system 1.20 system
2182026-02-25T20:13:38.858Zgo system 1.19 system
2192026-02-25T20:13:38.858Zllvm system 15 system
2202026-02-25T20:13:38.858Zllvm system 14 system
2212026-02-25T20:13:38.858Zmariadb system 10.6 system
2222026-02-25T20:13:38.858Zmta vendor vendor dma
2232026-02-25T20:13:38.858Zopenjdk system 17 system
2242026-02-25T20:13:38.858Zopenjdk system 11 system
2252026-02-25T20:13:38.858Zopenjdk system 1.8 system
2262026-02-25T20:13:38.858Zopenssl vendor 3 vendor
2272026-02-25T20:13:38.858Zperl system 5.36 system
2282026-02-25T20:13:38.858Zpostgresql system 15 system
2292026-02-25T20:13:38.858Zpostgresql system 13 system
2302026-02-25T20:13:38.858Zpython vendor 3 vendor
2312026-02-25T20:13:38.858Zpython system 2 system
2322026-02-25T20:13:38.858Zpython3 system 3.11 system
2332026-02-25T20:13:38.858Zruby system 3.0 system
2342026-02-25T20:13:38.858Zwords vendor vendor american-english
2352026-02-25T20:13:38.858Zwords system system australian-english
2362026-02-25T20:13:38.858Zwords system system british-english
2372026-02-25T20:13:38.858Zwords system system canadian-english
2382026-02-25T20:13:38.858Zwords system system french
2392026-02-25T20:13:38.858Zwords system system italian
2402026-02-25T20:13:38.858Zwords system system ngerman
2412026-02-25T20:13:38.858Zwords system system ogerman
2422026-02-25T20:13:38.858Zwords system system spanish
2432026-02-25T20:13:39.276ZPUBLISHER TYPE STATUS P LOCATION
2442026-02-25T20:13:39.276Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452026-02-25T20:13:47.645ZFMRI IFO
2462026-02-25T20:13:47.645Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472026-02-25T20:13:47.645Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482026-02-25T20:13:47.645Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492026-02-25T20:13:47.645Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502026-02-25T20:13:47.645Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512026-02-25T20:13:47.645Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2522026-02-25T20:13:47.645Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532026-02-25T20:13:47.645Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-02-25T20:13:47.645Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-02-25T20:13:47.646Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-02-25T20:13:47.647Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-02-25T20:13:47.647Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-02-25T20:13:47.647Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-02-25T20:13:47.647Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-02-25T20:13:47.647Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-02-25T20:13:47.647Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-02-25T20:13:49.059Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-02-25T20:13:49.725Z Updating crates.io index
2642026-02-25T20:13:49.768Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-02-25T20:13:50.416Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-02-25T20:13:51.167Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-02-25T20:13:52.911Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-02-25T20:13:53.465Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-02-25T20:13:54.244Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-02-25T20:13:56.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-02-25T20:14:00.581Z Updating git repository `https://github.com/oxidecomputer/opte`
2722026-02-25T20:14:02.134Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732026-02-25T20:14:02.846Z Updating git repository `https://github.com/oxidecomputer/falcon`
2742026-02-25T20:14:04.590Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752026-02-25T20:14:05.652Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762026-02-25T20:14:06.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-02-25T20:14:07.231Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782026-02-25T20:14:07.926Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-02-25T20:14:09.444Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-02-25T20:14:10.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-02-25T20:14:11.056Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822026-02-25T20:14:11.688Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2832026-02-25T20:14:12.436Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-02-25T20:14:13.129Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852026-02-25T20:14:13.653Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862026-02-25T20:14:14.346Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872026-02-25T20:14:15.266Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882026-02-25T20:14:16.086Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2892026-02-25T20:14:17.092Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2902026-02-25T20:14:17.756Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2912026-02-25T20:14:18.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922026-02-25T20:14:19.453Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-02-25T20:14:20.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2942026-02-25T20:14:21.345Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952026-02-25T20:14:22.011Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962026-02-25T20:14:22.808Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-02-25T20:14:23.381Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2982026-02-25T20:14:24.217Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992026-02-25T20:14:24.793Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002026-02-25T20:14:25.538Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012026-02-25T20:14:26.169Z Updating git repository `https://github.com/illumos/smf-rs`
3022026-02-25T20:14:26.823Z Updating git repository `https://github.com/oxidecomputer/omicron`
3032026-02-25T20:14:45.998Z Downloading crates ...
3042026-02-25T20:14:46.073Z Downloaded icu_provider_macros v1.5.0
3052026-02-25T20:14:46.130Z Downloaded cargo-platform v0.2.0
3062026-02-25T20:14:46.130Z Downloaded anstream v0.6.18
3072026-02-25T20:14:46.130Z Downloaded errno v0.3.12
3082026-02-25T20:14:46.130Z Downloaded block-buffer v0.10.4
3092026-02-25T20:14:46.130Z Downloaded dtrace-parser v0.2.0
3102026-02-25T20:14:46.130Z Downloaded equivalent v1.0.2
3112026-02-25T20:14:46.131Z Downloaded cpufeatures v0.2.14
3122026-02-25T20:14:46.131Z Downloaded cargo_metadata v0.21.0
3132026-02-25T20:14:46.131Z Downloaded autocfg v1.4.0
3142026-02-25T20:14:46.131Z Downloaded tabled_derive v0.7.0
3152026-02-25T20:14:46.172Z Downloaded yoke v0.7.4
3162026-02-25T20:14:46.172Z Downloaded zerovec-derive v0.10.3
3172026-02-25T20:14:46.172Z Downloaded zmij v1.0.15
3182026-02-25T20:14:46.172Z Downloaded usdt-attr-macro v0.5.0
3192026-02-25T20:14:46.172Z Downloaded unicode-width v0.2.0
3202026-02-25T20:14:46.172Z Downloaded zerofrom v0.1.4
3212026-02-25T20:14:46.172Z Downloaded usdt v0.5.0
3222026-02-25T20:14:46.173Z Downloaded smawk v0.3.2
3232026-02-25T20:14:46.173Z Downloaded zerofrom-derive v0.1.4
3242026-02-25T20:14:46.173Z Downloaded thiserror-impl v2.0.18
3252026-02-25T20:14:46.210Z Downloaded textwrap v0.16.2
3262026-02-25T20:14:46.210Z Downloaded serde_tokenstream v0.2.2
3272026-02-25T20:14:46.210Z Downloaded zerocopy v0.7.35
3282026-02-25T20:14:46.210Z Downloaded tabled v0.15.0
3292026-02-25T20:14:46.240Z Downloaded syn v1.0.109
3302026-02-25T20:14:46.240Z Downloaded serde v1.0.228
3312026-02-25T20:14:46.240Z Downloaded unicode-width v0.1.14
3322026-02-25T20:14:46.241Z Downloaded serde_json v1.0.149
3332026-02-25T20:14:46.280Z Downloaded indexmap v2.13.0
3342026-02-25T20:14:46.280Z Downloaded idna v1.0.3
3352026-02-25T20:14:46.280Z Downloaded rustix v0.38.37
3362026-02-25T20:14:46.280Z Downloaded goblin v0.8.2
3372026-02-25T20:14:46.280Z Downloaded winnow v0.7.14
3382026-02-25T20:14:46.307Z Downloaded memchr v2.7.4
3392026-02-25T20:14:46.307Z Downloaded rustix v1.1.3
3402026-02-25T20:14:46.336Z Downloaded syn v2.0.114
3412026-02-25T20:14:46.336Z Downloaded zerocopy-derive v0.7.35
3422026-02-25T20:14:46.337Z Downloaded typeid v1.0.3
3432026-02-25T20:14:46.365Z Downloaded smallvec v1.15.1
3442026-02-25T20:14:46.365Z Downloaded pest_derive v2.8.2
3452026-02-25T20:14:46.365Z Downloaded percent-encoding v2.3.2
3462026-02-25T20:14:46.365Z Downloaded icu_normalizer_data v1.5.0
3472026-02-25T20:14:46.365Z Downloaded toml_write v0.1.2
3482026-02-25T20:14:46.365Z Downloaded pretty-hex v0.4.1
3492026-02-25T20:14:46.365Z Downloaded icu_collections v1.5.0
3502026-02-25T20:14:46.366Z Downloaded libc v0.2.180
3512026-02-25T20:14:46.397Z Downloaded version_check v0.9.5
3522026-02-25T20:14:46.397Z Downloaded pest v2.8.2
3532026-02-25T20:14:46.398Z Downloaded macaddr v1.0.1
3542026-02-25T20:14:46.398Z Downloaded toml_datetime v0.6.11
3552026-02-25T20:14:46.398Z Downloaded icu_normalizer v1.5.0
3562026-02-25T20:14:46.424Z Downloaded tinystr v0.7.6
3572026-02-25T20:14:46.424Z Downloaded proc-macro-error v1.0.4
3582026-02-25T20:14:46.425Z Downloaded memmap v0.7.0
3592026-02-25T20:14:46.425Z Downloaded icu_locid v1.5.0
3602026-02-25T20:14:46.425Z Downloaded cargo_toml v0.21.0
3612026-02-25T20:14:46.425Z Downloaded anstyle v1.0.11
3622026-02-25T20:14:46.425Z Downloaded yoke-derive v0.7.4
3632026-02-25T20:14:46.425Z Downloaded write16 v1.0.0
3642026-02-25T20:14:46.425Z Downloaded utf16_iter v1.0.5
3652026-02-25T20:14:46.425Z Downloaded usdt-macro v0.5.0
3662026-02-25T20:14:46.426Z Downloaded ucd-trie v0.1.7
3672026-02-25T20:14:46.426Z Downloaded thiserror v2.0.18
3682026-02-25T20:14:46.428Z Downloaded thiserror v1.0.69
3692026-02-25T20:14:46.428Z Downloaded terminal_size v0.4.0
3702026-02-25T20:14:46.455Z Downloaded tempfile v3.24.0
3712026-02-25T20:14:46.455Z Downloaded serde_derive v1.0.228
3722026-02-25T20:14:46.455Z Downloaded serde_core v1.0.228
3732026-02-25T20:14:46.455Z Downloaded semver v1.0.27
3742026-02-25T20:14:46.455Z Downloaded once_cell v1.21.3
3752026-02-25T20:14:46.455Z Downloaded log v0.4.29
3762026-02-25T20:14:46.456Z Downloaded icu_properties_data v1.5.0
3772026-02-25T20:14:46.456Z Downloaded getrandom v0.3.4
3782026-02-25T20:14:46.456Z Downloaded fs-err v3.1.1
3792026-02-25T20:14:46.498Z Downloaded displaydoc v0.2.5
3802026-02-25T20:14:46.498Z Downloaded digest v0.10.7
3812026-02-25T20:14:46.498Z Downloaded byteorder v1.5.0
3822026-02-25T20:14:46.498Z Downloaded anyhow v1.0.99
3832026-02-25T20:14:46.498Z Downloaded zerovec v0.10.4
3842026-02-25T20:14:46.498Z Downloaded url v2.5.4
3852026-02-25T20:14:46.498Z Downloaded unicode-ident v1.0.19
3862026-02-25T20:14:46.499Z Downloaded toml_edit v0.22.27
3872026-02-25T20:14:46.499Z Downloaded toml v0.8.23
3882026-02-25T20:14:46.499Z Downloaded thread-id v4.2.2
3892026-02-25T20:14:46.499Z Downloaded thiserror-impl v1.0.69
3902026-02-25T20:14:46.528Z Downloaded synstructure v0.13.1
3912026-02-25T20:14:46.528Z Downloaded swrite v0.1.0
3922026-02-25T20:14:46.528Z Downloaded strsim v0.11.1
3932026-02-25T20:14:46.528Z Downloaded stable_deref_trait v1.2.0
3942026-02-25T20:14:46.528Z Downloaded sha2 v0.10.9
3952026-02-25T20:14:46.528Z Downloaded serde_spanned v0.6.9
3962026-02-25T20:14:46.528Z Downloaded serde-value v0.7.0
3972026-02-25T20:14:46.528Z Downloaded serde-untagged v0.1.7
3982026-02-25T20:14:46.528Z Downloaded scroll_derive v0.12.0
3992026-02-25T20:14:46.529Z Downloaded quote v1.0.40
4002026-02-25T20:14:46.529Z Downloaded proc-macro2 v1.0.101
4012026-02-25T20:14:46.529Z Downloaded proc-macro-error-attr v1.0.4
4022026-02-25T20:14:46.529Z Downloaded plain v0.2.3
4032026-02-25T20:14:46.529Z Downloaded pest_meta v2.8.2
4042026-02-25T20:14:46.529Z Downloaded pest_generator v2.8.2
4052026-02-25T20:14:46.529Z Downloaded ordered-float v2.10.1
4062026-02-25T20:14:46.529Z Downloaded num-traits v0.2.19
4072026-02-25T20:14:46.529Z Downloaded litemap v0.7.3
4082026-02-25T20:14:46.529Z Downloaded itoa v1.0.11
4092026-02-25T20:14:46.529Z Downloaded idna_adapter v1.2.0
4102026-02-25T20:14:46.529Z Downloaded icu_provider v1.5.0
4112026-02-25T20:14:46.529Z Downloaded icu_properties v1.5.1
4122026-02-25T20:14:46.530Z Downloaded icu_locid_transform_data v1.5.0
4132026-02-25T20:14:46.530Z Downloaded icu_locid_transform v1.5.0
4142026-02-25T20:14:46.530Z Downloaded hashbrown v0.16.1
4152026-02-25T20:14:46.560Z Downloaded fastrand v2.1.1
4162026-02-25T20:14:46.560Z Downloaded dof v0.3.0
4172026-02-25T20:14:46.560Z Downloaded clap_derive v4.5.47
4182026-02-25T20:14:46.560Z Downloaded clap_builder v4.5.48
4192026-02-25T20:14:46.560Z Downloaded cfg-if v1.0.4
4202026-02-25T20:14:46.560Z Downloaded cargo-util-schemas v0.8.2
4212026-02-25T20:14:46.561Z Downloaded camino v1.2.2
4222026-02-25T20:14:46.561Z Downloaded anstyle-query v1.1.1
4232026-02-25T20:14:46.561Z Downloaded writeable v0.5.5
4242026-02-25T20:14:46.561Z Downloaded utf8parse v0.2.2
4252026-02-25T20:14:46.561Z Downloaded utf8_iter v1.0.4
4262026-02-25T20:14:46.561Z Downloaded usdt-impl v0.5.0
4272026-02-25T20:14:46.561Z Downloaded unicode-xid v0.2.6
4282026-02-25T20:14:46.561Z Downloaded unicode-linebreak v0.1.5
4292026-02-25T20:14:46.561Z Downloaded typenum v1.17.0
4302026-02-25T20:14:46.561Z Downloaded scroll v0.12.0
4312026-02-25T20:14:46.561Z Downloaded papergrid v0.11.0
4322026-02-25T20:14:46.590Z Downloaded is_terminal_polyfill v1.70.1
4332026-02-25T20:14:46.591Z Downloaded heck v0.5.0
4342026-02-25T20:14:46.591Z Downloaded heck v0.4.1
4352026-02-25T20:14:46.591Z Downloaded form_urlencoded v1.2.2
4362026-02-25T20:14:46.591Z Downloaded fnv v1.0.7
4372026-02-25T20:14:46.591Z Downloaded erased-serde v0.4.6
4382026-02-25T20:14:46.591Z Downloaded clap v4.5.48
4392026-02-25T20:14:46.591Z Downloaded colorchoice v1.0.2
4402026-02-25T20:14:46.591Z Downloaded camino-tempfile v1.4.1
4412026-02-25T20:14:46.591Z Downloaded crypto-common v0.1.6
4422026-02-25T20:14:46.591Z Downloaded clap_lex v0.7.4
4432026-02-25T20:14:46.592Z Downloaded bytecount v0.6.8
4442026-02-25T20:14:46.592Z Downloaded bitflags v2.9.4
4452026-02-25T20:14:46.592Z Downloaded generic-array v0.14.7
4462026-02-25T20:14:46.592Z Downloaded anstyle-parse v0.2.5
4472026-02-25T20:14:46.673Z Compiling proc-macro2 v1.0.101
4482026-02-25T20:14:46.674Z Compiling unicode-ident v1.0.19
4492026-02-25T20:14:46.703Z Compiling serde_core v1.0.228
4502026-02-25T20:14:46.703Z Compiling version_check v0.9.5
4512026-02-25T20:14:46.703Z Compiling serde v1.0.228
4522026-02-25T20:14:46.703Z Compiling libc v0.2.180
4532026-02-25T20:14:46.703Z Compiling memchr v2.7.4
4542026-02-25T20:14:46.703Z Compiling thiserror v2.0.18
4552026-02-25T20:14:47.111Z Compiling stable_deref_trait v1.2.0
4562026-02-25T20:14:47.264Z Compiling zmij v1.0.15
4572026-02-25T20:14:47.556Z Compiling thiserror v1.0.69
4582026-02-25T20:14:47.621Z Compiling litemap v0.7.3
4592026-02-25T20:14:48.034Z Compiling itoa v1.0.11
4602026-02-25T20:14:48.103Z Compiling ucd-trie v0.1.7
4612026-02-25T20:14:48.198Z Compiling writeable v0.5.5
4622026-02-25T20:14:48.454Z Compiling autocfg v1.4.0
4632026-02-25T20:14:48.778Z Compiling byteorder v1.5.0
4642026-02-25T20:14:48.831Z Compiling icu_locid_transform_data v1.5.0
4652026-02-25T20:14:48.958Z Compiling bitflags v2.9.4
4662026-02-25T20:14:49.143Z Compiling quote v1.0.40
4672026-02-25T20:14:49.231Z Compiling errno v0.3.12
4682026-02-25T20:14:49.359Z Compiling icu_properties_data v1.5.0
4692026-02-25T20:14:49.390Z Compiling serde_json v1.0.149
4702026-02-25T20:14:49.543Z Compiling syn v2.0.114
4712026-02-25T20:14:49.622Z Compiling num-traits v0.2.19
4722026-02-25T20:14:49.766Z Compiling utf8_iter v1.0.4
4732026-02-25T20:14:49.797Z Compiling smallvec v1.15.1
4742026-02-25T20:14:49.951Z Compiling rustix v0.38.37
4752026-02-25T20:14:50.042Z Compiling hashbrown v0.16.1
4762026-02-25T20:14:50.167Z Compiling equivalent v1.0.2
4772026-02-25T20:14:50.235Z Compiling typeid v1.0.3
4782026-02-25T20:14:50.307Z Compiling icu_normalizer_data v1.5.0
4792026-02-25T20:14:50.337Z Compiling write16 v1.0.0
4802026-02-25T20:14:50.443Z Compiling utf16_iter v1.0.5
4812026-02-25T20:14:50.776Z Compiling usdt-impl v0.5.0
4822026-02-25T20:14:50.814Z Compiling proc-macro-error-attr v1.0.4
4832026-02-25T20:14:51.042Z Compiling winnow v0.7.14
4842026-02-25T20:14:51.157Z Compiling indexmap v2.13.0
4852026-02-25T20:14:51.214Z Compiling syn v1.0.109
4862026-02-25T20:14:51.246Z Compiling toml_write v0.1.2
4872026-02-25T20:14:51.447Z Compiling thread-id v4.2.2
4882026-02-25T20:14:52.055Z Compiling proc-macro-error v1.0.4
4892026-02-25T20:14:52.433Z Compiling utf8parse v0.2.2
4902026-02-25T20:14:52.622Z Compiling percent-encoding v2.3.2
4912026-02-25T20:14:52.674Z Compiling camino v1.2.2
4922026-02-25T20:14:53.185Z Compiling rustix v1.1.3
4932026-02-25T20:14:53.271Z Compiling log v0.4.29
4942026-02-25T20:14:53.321Z Compiling getrandom v0.3.4
4952026-02-25T20:14:53.436Z Compiling plain v0.2.3
4962026-02-25T20:14:53.671Z Compiling ordered-float v2.10.1
4972026-02-25T20:14:53.701Z Compiling terminal_size v0.4.0
4982026-02-25T20:14:53.940Z Compiling form_urlencoded v1.2.2
4992026-02-25T20:14:54.276Z Compiling anstyle-parse v0.2.5
5002026-02-25T20:14:54.689Z Compiling cfg-if v1.0.4
5012026-02-25T20:14:54.729Z Compiling anstyle-query v1.1.1
5022026-02-25T20:14:54.820Z Compiling is_terminal_polyfill v1.70.1
5032026-02-25T20:14:54.850Z Compiling anstyle v1.0.11
5042026-02-25T20:14:54.913Z Compiling pretty-hex v0.4.1
5052026-02-25T20:14:54.941Z Compiling colorchoice v1.0.2
5062026-02-25T20:14:55.259Z Compiling anstream v0.6.18
5072026-02-25T20:14:55.294Z Compiling semver v1.0.27
5082026-02-25T20:14:55.498Z Compiling fs-err v3.1.1
5092026-02-25T20:14:55.863Z Compiling anyhow v1.0.99
5102026-02-25T20:14:55.942Z Compiling bytecount v0.6.8
5112026-02-25T20:14:55.968Z Compiling unicode-width v0.1.14
5122026-02-25T20:14:56.085Z Compiling synstructure v0.13.1
5132026-02-25T20:14:56.176Z Compiling once_cell v1.21.3
5142026-02-25T20:14:56.419Z Compiling unicode-xid v0.2.6
5152026-02-25T20:14:56.497Z Compiling strsim v0.11.1
5162026-02-25T20:14:56.600Z Compiling heck v0.5.0
5172026-02-25T20:14:56.662Z Compiling fnv v1.0.7
5182026-02-25T20:14:56.838Z Compiling heck v0.4.1
5192026-02-25T20:14:57.190Z Compiling fastrand v2.1.1
5202026-02-25T20:14:57.217Z Compiling clap_lex v0.7.4
5212026-02-25T20:14:57.248Z Compiling papergrid v0.11.0
5222026-02-25T20:14:57.624Z Compiling tempfile v3.24.0
5232026-02-25T20:14:57.662Z Compiling clap_builder v4.5.48
5242026-02-25T20:14:57.784Z Compiling memmap v0.7.0
5252026-02-25T20:14:57.885Z Compiling smawk v0.3.2
5262026-02-25T20:14:58.132Z Compiling unicode-width v0.2.0
5272026-02-25T20:14:58.160Z Compiling unicode-linebreak v0.1.5
5282026-02-25T20:14:58.470Z Compiling camino-tempfile v1.4.1
5292026-02-25T20:14:58.879Z Compiling textwrap v0.16.2
5302026-02-25T20:14:59.347Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5312026-02-25T20:14:59.380Z Compiling tabled_derive v0.7.0
5322026-02-25T20:14:59.764Z Compiling swrite v0.1.0
5332026-02-25T20:15:00.313Z Compiling serde_derive v1.0.228
5342026-02-25T20:15:00.313Z Compiling zerofrom-derive v0.1.4
5352026-02-25T20:15:00.342Z Compiling yoke-derive v0.7.4
5362026-02-25T20:15:00.372Z Compiling zerovec-derive v0.10.3
5372026-02-25T20:15:00.463Z Compiling thiserror-impl v2.0.18
5382026-02-25T20:15:00.913Z Compiling displaydoc v0.2.5
5392026-02-25T20:15:02.440Z Compiling icu_provider_macros v1.5.0
5402026-02-25T20:15:02.644Z Compiling thiserror-impl v1.0.69
5412026-02-25T20:15:03.118Z Compiling zerocopy-derive v0.7.35
5422026-02-25T20:15:03.519Z Compiling scroll_derive v0.12.0
5432026-02-25T20:15:03.736Z Compiling pest v2.8.2
5442026-02-25T20:15:03.770Z Compiling zerofrom v0.1.4
5452026-02-25T20:15:04.112Z Compiling yoke v0.7.4
5462026-02-25T20:15:04.549Z Compiling zerovec v0.10.4
5472026-02-25T20:15:04.989Z Compiling scroll v0.12.0
5482026-02-25T20:15:05.193Z Compiling zerocopy v0.7.35
5492026-02-25T20:15:05.583Z Compiling goblin v0.8.2
5502026-02-25T20:15:05.708Z Compiling clap_derive v4.5.47
5512026-02-25T20:15:05.852Z Compiling tabled v0.15.0
5522026-02-25T20:15:06.518Z Compiling tinystr v0.7.6
5532026-02-25T20:15:06.654Z Compiling icu_collections v1.5.0
5542026-02-25T20:15:06.835Z Compiling pest_meta v2.8.2
5552026-02-25T20:15:06.924Z Compiling icu_locid v1.5.0
5562026-02-25T20:15:08.314Z Compiling icu_provider v1.5.0
5572026-02-25T20:15:08.527Z Compiling pest_generator v2.8.2
5582026-02-25T20:15:08.618Z Compiling serde_spanned v0.6.9
5592026-02-25T20:15:08.896Z Compiling toml_datetime v0.6.11
5602026-02-25T20:15:08.933Z Compiling dof v0.3.0
5612026-02-25T20:15:09.372Z Compiling icu_locid_transform v1.5.0
5622026-02-25T20:15:09.514Z Compiling toml_edit v0.22.27
5632026-02-25T20:15:09.725Z Compiling serde_tokenstream v0.2.2
5642026-02-25T20:15:09.781Z Compiling erased-serde v0.4.6
5652026-02-25T20:15:10.224Z Compiling serde-value v0.7.0
5662026-02-25T20:15:10.312Z Compiling cargo-platform v0.2.0
5672026-02-25T20:15:10.940Z Compiling icu_properties v1.5.1
5682026-02-25T20:15:11.034Z Compiling serde-untagged v0.1.7
5692026-02-25T20:15:11.095Z Compiling clap v4.5.48
5702026-02-25T20:15:11.124Z Compiling pest_derive v2.8.2
5712026-02-25T20:15:11.255Z Compiling macaddr v1.0.1
5722026-02-25T20:15:11.934Z Compiling dtrace-parser v0.2.0
5732026-02-25T20:15:12.930Z Compiling toml v0.8.23
5742026-02-25T20:15:13.775Z Compiling usdt-attr-macro v0.5.0
5752026-02-25T20:15:13.775Z Compiling usdt-macro v0.5.0
5762026-02-25T20:15:13.840Z Compiling cargo_toml v0.21.0
5772026-02-25T20:15:14.632Z Compiling icu_normalizer v1.5.0
5782026-02-25T20:15:14.917Z Compiling usdt v0.5.0
5792026-02-25T20:15:15.511Z Compiling idna_adapter v1.2.0
5802026-02-25T20:15:15.700Z Compiling idna v1.0.3
5812026-02-25T20:15:16.240Z Compiling url v2.5.4
5822026-02-25T20:15:17.114Z Compiling cargo-util-schemas v0.8.2
5832026-02-25T20:15:19.193Z Compiling cargo_metadata v0.21.0
5842026-02-25T20:15:21.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5852026-02-25T20:15:26.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
5862026-02-25T20:15:26.366Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5872026-02-25T20:15:27.483Z Downloading crates ...
5882026-02-25T20:15:27.652Z Downloaded bitfield v0.19.2
5892026-02-25T20:15:27.683Z Downloaded blake2 v0.10.6
5902026-02-25T20:15:27.683Z Downloaded bzip2-sys v0.1.13+1.0.8
5912026-02-25T20:15:27.723Z Downloaded daft v0.1.4
5922026-02-25T20:15:27.723Z Downloaded convert_case v0.4.0
5932026-02-25T20:15:27.723Z Downloaded camino-tempfile-ext v0.3.2
5942026-02-25T20:15:27.723Z Downloaded colored v2.2.0
5952026-02-25T20:15:27.723Z Downloaded darling_macro v0.20.10
5962026-02-25T20:15:27.723Z Downloaded ctr v0.9.2
5972026-02-25T20:15:27.760Z Downloaded const-oid v0.9.6
5982026-02-25T20:15:27.760Z Downloaded crc-catalog v2.4.0
5992026-02-25T20:15:27.760Z Downloaded cookie_store v0.21.1
6002026-02-25T20:15:27.760Z Downloaded convert_case v0.7.1
6012026-02-25T20:15:27.760Z Downloaded console v0.16.0
6022026-02-25T20:15:27.797Z Downloaded ciborium-io v0.2.2
6032026-02-25T20:15:27.797Z Downloaded constant_time_eq v0.3.1
6042026-02-25T20:15:27.797Z Downloaded cobs v0.2.3
6052026-02-25T20:15:27.797Z Downloaded ciborium-ll v0.2.2
6062026-02-25T20:15:27.797Z Downloaded castaway v0.2.3
6072026-02-25T20:15:27.797Z Downloaded cfg_aliases v0.2.1
6082026-02-25T20:15:27.797Z Downloaded fxhash v0.2.1
6092026-02-25T20:15:27.834Z Downloaded ghash v0.5.1
6102026-02-25T20:15:27.834Z Downloaded darling_macro v0.21.0
6112026-02-25T20:15:27.834Z Downloaded critical-section v1.1.3
6122026-02-25T20:15:27.834Z Downloaded gethostname v0.5.0
6132026-02-25T20:15:27.834Z Downloaded headers-core v0.3.0
6142026-02-25T20:15:27.834Z Downloaded defmt-parser v0.3.4
6152026-02-25T20:15:27.834Z Downloaded chacha20 v0.9.1
6162026-02-25T20:15:27.867Z Downloaded hash32 v0.2.1
6172026-02-25T20:15:27.867Z Downloaded hex-literal v0.4.1
6182026-02-25T20:15:27.867Z Downloaded hostname v0.4.2
6192026-02-25T20:15:27.867Z Downloaded fd-lock v4.0.2
6202026-02-25T20:15:27.867Z Downloaded http-range v0.1.5
6212026-02-25T20:15:27.897Z Downloaded hubpack_derive v0.1.1
6222026-02-25T20:15:27.898Z Downloaded group v0.13.0
6232026-02-25T20:15:27.898Z Downloaded globset v0.4.15
6242026-02-25T20:15:27.898Z Downloaded float-cmp v0.10.0
6252026-02-25T20:15:27.898Z Downloaded http-body v1.0.1
6262026-02-25T20:15:27.898Z Downloaded indoc v1.0.9
6272026-02-25T20:15:27.932Z Downloaded instant v0.1.13
6282026-02-25T20:15:27.932Z Downloaded is_ci v1.2.0
6292026-02-25T20:15:27.932Z Downloaded ingot v0.1.1
6302026-02-25T20:15:27.932Z Downloaded indoc v2.0.6
6312026-02-25T20:15:27.932Z Downloaded httparse v1.9.5
6322026-02-25T20:15:27.932Z Downloaded lazy_static v1.5.0
6332026-02-25T20:15:27.966Z Downloaded md5 v0.7.0
6342026-02-25T20:15:27.966Z Downloaded managed v0.8.0
6352026-02-25T20:15:27.966Z Downloaded ingot-macros v0.1.1
6362026-02-25T20:15:27.966Z Downloaded heapless v0.7.17
6372026-02-25T20:15:27.966Z Downloaded new_debug_unreachable v1.0.6
6382026-02-25T20:15:27.995Z Downloaded normalize-line-endings v0.3.0
6392026-02-25T20:15:27.995Z Downloaded nibble_vec v0.1.0
6402026-02-25T20:15:27.995Z Downloaded newtype-uuid-macros v0.1.0
6412026-02-25T20:15:27.995Z Downloaded jobserver v0.1.32
6422026-02-25T20:15:27.995Z Downloaded number_prefix v0.4.0
6432026-02-25T20:15:27.995Z Downloaded opaque-debug v0.3.1
6442026-02-25T20:15:28.022Z Downloaded kstat-rs v0.2.4
6452026-02-25T20:15:28.022Z Downloaded openssl-probe v0.1.5
6462026-02-25T20:15:28.022Z Downloaded nanorand v0.7.0
6472026-02-25T20:15:28.022Z Downloaded newline-converter v0.3.0
6482026-02-25T20:15:28.022Z Downloaded parse-display v0.10.0
6492026-02-25T20:15:28.022Z Downloaded num-iter v0.1.45
6502026-02-25T20:15:28.049Z Downloaded highway v1.3.0
6512026-02-25T20:15:28.050Z Downloaded peg-runtime v0.8.5
6522026-02-25T20:15:28.050Z Downloaded fallible-iterator v0.2.0
6532026-02-25T20:15:28.050Z Downloaded oxnet v0.1.4
6542026-02-25T20:15:28.050Z Downloaded pem v3.0.5
6552026-02-25T20:15:28.076Z Downloaded phf v0.12.1
6562026-02-25T20:15:28.076Z Downloaded progenitor-client v0.8.0
6572026-02-25T20:15:28.076Z Downloaded progenitor-client v0.11.2
6582026-02-25T20:15:28.076Z Downloaded progenitor-macro v0.8.0
6592026-02-25T20:15:28.077Z Downloaded polyval v0.6.2
6602026-02-25T20:15:28.105Z Downloaded quick-error v1.2.3
6612026-02-25T20:15:28.105Z Downloaded rand_chacha v0.3.1
6622026-02-25T20:15:28.105Z Downloaded recursive-proc-macro-impl v0.1.1
6632026-02-25T20:15:28.105Z Downloaded minimal-lexical v0.2.1
6642026-02-25T20:15:28.105Z Downloaded quinn-udp v0.5.5
6652026-02-25T20:15:28.134Z Downloaded progenitor-impl v0.8.0
6662026-02-25T20:15:28.134Z Downloaded rtoolbox v0.0.2
6672026-02-25T20:15:28.134Z Downloaded rustc-hash v2.1.1
6682026-02-25T20:15:28.134Z Downloaded rustc_version v0.4.1
6692026-02-25T20:15:28.134Z Downloaded resolv-conf v0.7.0
6702026-02-25T20:15:28.134Z Downloaded salsa20 v0.10.2
6712026-02-25T20:15:28.164Z Downloaded scheduled-thread-pool v0.2.7
6722026-02-25T20:15:28.164Z Downloaded scrypt v0.11.0
6732026-02-25T20:15:28.164Z Downloaded secrecy v0.8.0
6742026-02-25T20:15:28.164Z Downloaded psl-types v2.0.11
6752026-02-25T20:15:28.164Z Downloaded serde-big-array v0.5.1
6762026-02-25T20:15:28.194Z Downloaded quinn v0.11.5
6772026-02-25T20:15:28.194Z Downloaded shell-words v1.1.0
6782026-02-25T20:15:28.194Z Downloaded seq-macro v0.3.6
6792026-02-25T20:15:28.194Z Downloaded siphasher v0.3.11
6802026-02-25T20:15:28.223Z Downloaded ron v0.8.1
6812026-02-25T20:15:28.223Z Downloaded slog-envlogger v2.2.0
6822026-02-25T20:15:28.253Z Downloaded ssh-cipher v0.2.0
6832026-02-25T20:15:28.253Z Downloaded slog-term v2.9.2
6842026-02-25T20:15:28.253Z Downloaded sync_wrapper v1.0.1
6852026-02-25T20:15:28.283Z Downloaded tabled_derive v0.10.0
6862026-02-25T20:15:28.283Z Downloaded take_mut v0.2.2
6872026-02-25T20:15:28.283Z Downloaded tabwriter v1.4.0
6882026-02-25T20:15:28.283Z Downloaded termtree v0.5.1
6892026-02-25T20:15:28.314Z Downloaded thread-id v5.0.0
6902026-02-25T20:15:28.314Z Downloaded tinyvec_macros v0.1.1
6912026-02-25T20:15:28.314Z Downloaded thiserror-no-std v2.0.2
6922026-02-25T20:15:28.314Z Downloaded rustyline v14.0.0
6932026-02-25T20:15:28.350Z Downloaded tower-service v0.3.3
6942026-02-25T20:15:28.350Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6952026-02-25T20:15:28.350Z Downloaded ppv-lite86 v0.2.20
6962026-02-25T20:15:28.350Z Downloaded memmap2 v0.9.8
6972026-02-25T20:15:28.350Z Downloaded unarray v0.1.4
6982026-02-25T20:15:28.350Z Downloaded slab v0.4.9
6992026-02-25T20:15:28.350Z Downloaded usdt-macro v0.6.0
7002026-02-25T20:15:28.350Z Downloaded usdt v0.6.0
7012026-02-25T20:15:28.350Z Downloaded untrusted v0.9.0
7022026-02-25T20:15:28.350Z Downloaded untrusted v0.7.1
7032026-02-25T20:15:28.350Z Downloaded tar v0.4.44
7042026-02-25T20:15:28.380Z Downloaded tracing-attributes v0.1.27
7052026-02-25T20:15:28.380Z Downloaded usdt-attr-macro v0.6.0
7062026-02-25T20:15:28.380Z Downloaded smallvec v0.6.14
7072026-02-25T20:15:28.380Z Downloaded tokio-tungstenite v0.21.0
7082026-02-25T20:15:28.380Z Downloaded wait-timeout v0.2.0
7092026-02-25T20:15:28.380Z Downloaded reqwest v0.12.24
7102026-02-25T20:15:28.380Z Downloaded want v0.3.1
7112026-02-25T20:15:28.380Z Downloaded try-lock v0.2.5
7122026-02-25T20:15:28.411Z Downloaded toml_writer v1.0.6+spec-1.1.0
7132026-02-25T20:15:28.411Z Downloaded toml_parser v1.0.6+spec-1.1.0
7142026-02-25T20:15:28.411Z Downloaded tinyvec v1.8.0
7152026-02-25T20:15:28.411Z Downloaded steno v0.4.1
7162026-02-25T20:15:28.411Z Downloaded uzers v0.12.1
7172026-02-25T20:15:28.411Z Downloaded xattr v1.3.1
7182026-02-25T20:15:28.411Z Downloaded xshell-macros v0.2.7
7192026-02-25T20:15:28.411Z Downloaded universal-hash v0.5.1
7202026-02-25T20:15:28.411Z Downloaded utf-8 v0.7.6
7212026-02-25T20:15:28.444Z Downloaded zone_cfg_derive v0.1.2
7222026-02-25T20:15:28.444Z Downloaded walkdir v2.5.0
7232026-02-25T20:15:28.444Z Downloaded regex v1.11.3
7242026-02-25T20:15:28.444Z Downloaded wyz v0.5.1
7252026-02-25T20:15:28.444Z Downloaded void v1.0.2
7262026-02-25T20:15:28.444Z Downloaded toml v0.9.11+spec-1.1.0
7272026-02-25T20:15:28.444Z Downloaded value-bag v1.12.0
7282026-02-25T20:15:28.444Z Downloaded which v4.4.2
7292026-02-25T20:15:28.444Z Downloaded xz2 v0.1.7
7302026-02-25T20:15:28.470Z Downloaded unicode-bidi v0.3.17
7312026-02-25T20:15:28.470Z Downloaded vte v0.11.1
7322026-02-25T20:15:28.470Z Downloaded prefix-trie v0.7.0
7332026-02-25T20:15:28.470Z Downloaded postgres-types v0.2.9
7342026-02-25T20:15:28.470Z Downloaded unsafe-libyaml v0.2.11
7352026-02-25T20:15:28.496Z Downloaded zstd-safe v7.2.3
7362026-02-25T20:15:28.496Z Downloaded zeroize_derive v1.4.2
7372026-02-25T20:15:28.497Z Downloaded zerocopy v0.6.6
7382026-02-25T20:15:28.497Z Downloaded zone_cfg_derive v0.3.0
7392026-02-25T20:15:28.497Z Downloaded tui-tree-widget v0.23.1
7402026-02-25T20:15:28.497Z Downloaded unicode-truncate v1.1.0
7412026-02-25T20:15:28.523Z Downloaded typed-path v0.9.3
7422026-02-25T20:15:28.523Z Downloaded zip v0.6.6
7432026-02-25T20:15:28.523Z Downloaded zeroize v1.8.1
7442026-02-25T20:15:28.523Z Downloaded tokio-util v0.7.15
7452026-02-25T20:15:28.549Z Downloaded x509-cert v0.2.5
7462026-02-25T20:15:28.549Z Downloaded zip v4.2.0
7472026-02-25T20:15:28.549Z Downloaded tokio-rustls v0.26.0
7482026-02-25T20:15:28.575Z Downloaded tungstenite v0.23.0
7492026-02-25T20:15:28.575Z Downloaded zlib-rs v0.5.1
7502026-02-25T20:15:28.576Z Downloaded rustls v0.23.19
7512026-02-25T20:15:28.601Z Downloaded vcpkg v0.2.15
7522026-02-25T20:15:28.651Z Downloaded zopfli v0.8.1
7532026-02-25T20:15:28.676Z Downloaded zerocopy v0.8.27
7542026-02-25T20:15:28.702Z Downloaded unicode_categories v0.1.1
7552026-02-25T20:15:28.702Z Downloaded toml_edit v0.19.15
7562026-02-25T20:15:28.728Z Downloaded unicode-normalization v0.1.24
7572026-02-25T20:15:28.728Z Downloaded salty v0.3.0
7582026-02-25T20:15:28.728Z Downloaded winnow v0.5.40
7592026-02-25T20:15:28.755Z Downloaded sqlparser v0.61.0
7602026-02-25T20:15:28.755Z Downloaded proptest v1.7.0
7612026-02-25T20:15:28.780Z Downloaded sled v0.34.7
7622026-02-25T20:15:28.805Z Downloaded webpki-roots v1.0.1
7632026-02-25T20:15:28.805Z Downloaded ratatui v0.29.0
7642026-02-25T20:15:28.829Z Downloaded openssl v0.10.73
7652026-02-25T20:15:28.829Z Downloaded smoltcp v0.11.0
7662026-02-25T20:15:28.854Z Downloaded nix v0.30.1
7672026-02-25T20:15:28.854Z Downloaded dropshot v0.16.7
7682026-02-25T20:15:28.922Z Downloaded openapiv3 v2.2.0
7692026-02-25T20:15:28.922Z Downloaded zerocopy-derive v0.6.6
7702026-02-25T20:15:28.922Z Downloaded diesel v2.2.12
7712026-02-25T20:15:28.947Z Downloaded lzma-sys v0.1.20
7722026-02-25T20:15:28.976Z Downloaded regex-automata v0.4.11
7732026-02-25T20:15:29.003Z Downloaded object v0.36.5
7742026-02-25T20:15:29.028Z Downloaded typify-impl v0.2.0
7752026-02-25T20:15:29.052Z Downloaded typify-impl v0.4.3
7762026-02-25T20:15:29.077Z Downloaded petgraph v0.8.2
7772026-02-25T20:15:29.102Z Downloaded jiff v0.2.15
7782026-02-25T20:15:29.127Z Downloaded chrono-tz v0.10.4
7792026-02-25T20:15:29.151Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7802026-02-25T20:15:29.176Z Downloaded curve25519-dalek v4.1.3
7812026-02-25T20:15:29.176Z Downloaded lalrpop v0.19.12
7822026-02-25T20:15:29.203Z Downloaded rustls-webpki v0.101.7
7832026-02-25T20:15:29.227Z Downloaded portable-atomic v1.11.0
7842026-02-25T20:15:29.227Z Downloaded hkdf v0.12.4
7852026-02-25T20:15:29.227Z Downloaded zerocopy-derive v0.8.27
7862026-02-25T20:15:29.253Z Downloaded sha3 v0.10.8
7872026-02-25T20:15:29.253Z Downloaded petgraph v0.6.5
7882026-02-25T20:15:29.279Z Downloaded tokio-postgres v0.7.13
7892026-02-25T20:15:29.279Z Downloaded mio v1.0.2
7902026-02-25T20:15:29.303Z Downloaded libxml v0.3.3
7912026-02-25T20:15:29.303Z Downloaded uuid v1.19.0
7922026-02-25T20:15:29.303Z Downloaded csv v1.3.1
7932026-02-25T20:15:29.328Z Downloaded libz-sys v1.1.20
7942026-02-25T20:15:29.353Z Downloaded rustls v0.22.4
7952026-02-25T20:15:29.378Z Downloaded russh v0.45.0
7962026-02-25T20:15:29.378Z Downloaded regex-syntax v0.8.5
7972026-02-25T20:15:29.378Z Downloaded rand v0.9.2
7982026-02-25T20:15:29.403Z Downloaded tokio v1.49.0
7992026-02-25T20:15:29.430Z Downloaded regress v0.10.4
8002026-02-25T20:15:29.455Z Downloaded winnow v0.6.26
8012026-02-25T20:15:29.455Z Downloaded smoltcp v0.9.1
8022026-02-25T20:15:29.481Z Downloaded itertools v0.10.5
8032026-02-25T20:15:29.481Z Downloaded hashbrown v0.12.3
8042026-02-25T20:15:29.481Z Downloaded tungstenite v0.21.0
8052026-02-25T20:15:29.506Z Downloaded tabled v0.20.0
8062026-02-25T20:15:29.506Z Downloaded tabled v0.18.0
8072026-02-25T20:15:29.531Z Downloaded qorb v0.4.1
8082026-02-25T20:15:29.531Z Downloaded snafu v0.8.5
8092026-02-25T20:15:29.556Z Downloaded serde_yaml v0.9.34+deprecated
8102026-02-25T20:15:29.556Z Downloaded publicsuffix v2.3.0
8112026-02-25T20:15:29.556Z Downloaded object v0.37.3
8122026-02-25T20:15:29.580Z Downloaded vsss-rs v3.3.4
8132026-02-25T20:15:29.580Z Downloaded vergen-lib v0.1.6
8142026-02-25T20:15:29.580Z Downloaded tower-http v0.6.6
8152026-02-25T20:15:29.580Z Downloaded ring v0.17.14
8162026-02-25T20:15:29.621Z Downloaded test-strategy v0.4.3
8172026-02-25T20:15:29.646Z Downloaded rustls v0.21.12
8182026-02-25T20:15:29.646Z Downloaded regex-syntax v0.6.29
8192026-02-25T20:15:29.646Z Downloaded hickory-proto v0.25.2
8202026-02-25T20:15:29.671Z Downloaded tough v0.20.0
8212026-02-25T20:15:29.696Z Downloaded encoding_rs v0.8.34
8222026-02-25T20:15:29.696Z Downloaded socket2 v0.5.10
8232026-02-25T20:15:29.721Z Downloaded serde_with v3.16.1
8242026-02-25T20:15:29.721Z Downloaded nix v0.29.0
8252026-02-25T20:15:29.746Z Downloaded polar-core v0.27.3
8262026-02-25T20:15:29.746Z Downloaded unicode-segmentation v1.12.0
8272026-02-25T20:15:29.746Z Downloaded tokio-rustls v0.24.1
8282026-02-25T20:15:29.746Z Downloaded prettyplease v0.2.36
8292026-02-25T20:15:29.746Z Downloaded pretty_assertions v1.4.1
8302026-02-25T20:15:29.746Z Downloaded nix v0.28.0
8312026-02-25T20:15:29.771Z Downloaded hickory-proto v0.24.4
8322026-02-25T20:15:29.796Z Downloaded yansi v1.0.1
8332026-02-25T20:15:29.796Z Downloaded xshell v0.2.7
8342026-02-25T20:15:29.796Z Downloaded whoami v1.5.2
8352026-02-25T20:15:29.796Z Downloaded time v0.3.43
8362026-02-25T20:15:29.796Z Downloaded term v1.1.0
8372026-02-25T20:15:29.796Z Downloaded rustls-webpki v0.102.8
8382026-02-25T20:15:29.820Z Downloaded radix_trie v0.2.1
8392026-02-25T20:15:29.820Z Downloaded tower v0.5.2
8402026-02-25T20:15:29.845Z Downloaded term v0.7.0
8412026-02-25T20:15:29.845Z Downloaded rustls-pki-types v1.10.0
8422026-02-25T20:15:29.845Z Downloaded expectorate v1.2.0
8432026-02-25T20:15:29.845Z Downloaded subprocess v0.2.9
8442026-02-25T20:15:29.845Z Downloaded der v0.7.10
8452026-02-25T20:15:29.870Z Downloaded zone v0.3.1
8462026-02-25T20:15:29.870Z Downloaded zone v0.1.8
8472026-02-25T20:15:29.870Z Downloaded tracing v0.1.40
8482026-02-25T20:15:29.870Z Downloaded libgit2-sys v0.18.2+1.9.1
8492026-02-25T20:15:29.918Z Downloaded indicatif v0.17.11
8502026-02-25T20:15:29.942Z Downloaded object v0.30.4
8512026-02-25T20:15:29.943Z Downloaded nix v0.27.1
8522026-02-25T20:15:29.943Z Downloaded flume v0.11.1
8532026-02-25T20:15:29.967Z Downloaded yasna v0.5.2
8542026-02-25T20:15:29.967Z Downloaded typify v0.4.3
8552026-02-25T20:15:29.967Z Downloaded quinn-proto v0.11.8
8562026-02-25T20:15:29.967Z Downloaded quick-xml v0.37.2
8572026-02-25T20:15:29.968Z Downloaded petname v2.0.2
8582026-02-25T20:15:29.992Z Downloaded dropshot-api-manager v0.3.0
8592026-02-25T20:15:29.993Z Downloaded zstd v0.13.3
8602026-02-25T20:15:29.993Z Downloaded tracing-core v0.1.32
8612026-02-25T20:15:29.993Z Downloaded tokio-rustls v0.25.0
8622026-02-25T20:15:29.993Z Downloaded tokio-native-tls v0.3.1
8632026-02-25T20:15:29.993Z Downloaded tokio-macros v2.6.0
8642026-02-25T20:15:29.993Z Downloaded tokio-dtrace v0.1.0
8652026-02-25T20:15:29.993Z Downloaded ssh-key v0.6.6
8662026-02-25T20:15:30.018Z Downloaded vergen v9.0.6
8672026-02-25T20:15:30.018Z Downloaded time-macros v0.2.24
8682026-02-25T20:15:30.018Z Downloaded strum_macros v0.27.2
8692026-02-25T20:15:30.018Z Downloaded serde_path_to_error v0.1.20
8702026-02-25T20:15:30.018Z Downloaded bstr v1.10.0
8712026-02-25T20:15:30.018Z Downloaded unit-prefix v0.5.1
8722026-02-25T20:15:30.018Z Downloaded unicode-properties v0.1.3
8732026-02-25T20:15:30.018Z Downloaded moka v0.12.10
8742026-02-25T20:15:30.043Z Downloaded vergen-gitcl v1.0.8
8752026-02-25T20:15:30.043Z Downloaded vergen-git2 v1.0.7
8762026-02-25T20:15:30.043Z Downloaded typify-macro v0.2.0
8772026-02-25T20:15:30.043Z Downloaded twox-hash v2.1.0
8782026-02-25T20:15:30.043Z Downloaded toml v0.7.8
8792026-02-25T20:15:30.043Z Downloaded tabled_derive v0.11.0
8802026-02-25T20:15:30.043Z Downloaded stacker v0.1.23
8812026-02-25T20:15:30.068Z Downloaded snafu-derive v0.8.5
8822026-02-25T20:15:30.068Z Downloaded rand_seeder v0.4.0
8832026-02-25T20:15:30.068Z Downloaded flate2 v1.1.2
8842026-02-25T20:15:30.068Z Downloaded ed25519-dalek v2.1.1
8852026-02-25T20:15:30.068Z Downloaded crypto-bigint v0.5.5
8862026-02-25T20:15:30.069Z Downloaded trait-variant v0.1.2
8872026-02-25T20:15:30.069Z Downloaded waitgroup v0.1.2
8882026-02-25T20:15:30.069Z Downloaded vte_generate_state_changes v0.1.2
8892026-02-25T20:15:30.069Z Downloaded usdt-impl v0.6.0
8902026-02-25T20:15:30.069Z Downloaded unicase v2.8.1
8912026-02-25T20:15:30.095Z Downloaded typify-macro v0.4.3
8922026-02-25T20:15:30.095Z Downloaded typify v0.2.0
8932026-02-25T20:15:30.095Z Downloaded parking_lot v0.11.2
8942026-02-25T20:15:30.095Z Downloaded derive_more v2.0.1
8952026-02-25T20:15:30.095Z Downloaded rayon v1.10.0
8962026-02-25T20:15:30.119Z Downloaded tokio-stream v0.1.17
8972026-02-25T20:15:30.120Z Downloaded diesel_derives v2.2.3
8982026-02-25T20:15:30.120Z Downloaded derive_more-impl v2.0.1
8992026-02-25T20:15:30.120Z Downloaded slog-dtrace v0.3.0
9002026-02-25T20:15:30.120Z Downloaded slog-async v2.8.0
9012026-02-25T20:15:30.120Z Downloaded postcard v1.0.10
9022026-02-25T20:15:30.120Z Downloaded tokio-tungstenite v0.23.1
9032026-02-25T20:15:30.120Z Downloaded thread_local v1.1.8
9042026-02-25T20:15:30.145Z Downloaded tower-layer v0.3.3
9052026-02-25T20:15:30.145Z Downloaded topological-sort v0.2.2
9062026-02-25T20:15:30.145Z Downloaded tls_codec_derive v0.4.1
9072026-02-25T20:15:30.145Z Downloaded tls_codec v0.4.1
9082026-02-25T20:15:30.145Z Downloaded tiny-keccak v2.0.2
9092026-02-25T20:15:30.145Z Downloaded time-core v0.1.6
9102026-02-25T20:15:30.145Z Downloaded thiserror-impl-no-std v2.0.2
9112026-02-25T20:15:30.145Z Downloaded testing_table v0.3.0
9122026-02-25T20:15:30.145Z Downloaded p384 v0.13.1
9132026-02-25T20:15:30.145Z Downloaded rand_core v0.9.3
9142026-02-25T20:15:30.145Z Downloaded rpassword v7.4.0
9152026-02-25T20:15:30.145Z Downloaded reedline v0.40.0
9162026-02-25T20:15:30.170Z Downloaded termios v0.3.3
9172026-02-25T20:15:30.170Z Downloaded subtle v2.6.1
9182026-02-25T20:15:30.170Z Downloaded static_assertions v1.1.0
9192026-02-25T20:15:30.170Z Downloaded socket2 v0.6.1
9202026-02-25T20:15:30.170Z Downloaded slog v2.8.2
9212026-02-25T20:15:30.170Z Downloaded rand_core v0.6.4
9222026-02-25T20:15:30.170Z Downloaded rand_chacha v0.9.0
9232026-02-25T20:15:30.170Z Downloaded goblin v0.10.2
9242026-02-25T20:15:30.195Z Downloaded darling_core v0.21.0
9252026-02-25T20:15:30.195Z Downloaded tap v1.0.1
9262026-02-25T20:15:30.195Z Downloaded support-bundle-viewer v0.1.2
9272026-02-25T20:15:30.195Z Downloaded strum_macros v0.24.3
9282026-02-25T20:15:30.195Z Downloaded structmeta v0.3.0
9292026-02-25T20:15:30.196Z Downloaded stringprep v0.1.5
9302026-02-25T20:15:30.196Z Downloaded r2d2 v0.8.10
9312026-02-25T20:15:30.196Z Downloaded futures v0.3.31
9322026-02-25T20:15:30.196Z Downloaded elliptic-curve v0.13.8
9332026-02-25T20:15:30.196Z Downloaded tagptr v0.2.0
9342026-02-25T20:15:30.221Z Downloaded strum_macros v0.26.4
9352026-02-25T20:15:30.221Z Downloaded string_cache v0.8.9
9362026-02-25T20:15:30.221Z Downloaded spin v0.9.8
9372026-02-25T20:15:30.221Z Downloaded similar v2.7.0
9382026-02-25T20:15:30.221Z Downloaded samael v0.0.19
9392026-02-25T20:15:30.221Z Downloaded derive_more v0.99.20
9402026-02-25T20:15:30.221Z Downloaded derive-where v1.5.0
9412026-02-25T20:15:30.246Z Downloaded psm v0.1.30
9422026-02-25T20:15:30.246Z Downloaded p521 v0.13.3
9432026-02-25T20:15:30.246Z Downloaded num-rational v0.4.2
9442026-02-25T20:15:30.246Z Downloaded fatfs v0.3.6
9452026-02-25T20:15:30.246Z Downloaded dropshot_endpoint v0.16.7
9462026-02-25T20:15:30.246Z Downloaded siphasher v1.0.1
9472026-02-25T20:15:30.246Z Downloaded signal-hook v0.3.18
9482026-02-25T20:15:30.246Z Downloaded schemars v1.0.4
9492026-02-25T20:15:30.272Z Downloaded bitvec v1.0.1
9502026-02-25T20:15:30.297Z Downloaded sync-ptr v0.1.4
9512026-02-25T20:15:30.297Z Downloaded strip-ansi-escapes v0.2.0
9522026-02-25T20:15:30.297Z Downloaded slog-bunyan v2.5.0
9532026-02-25T20:15:30.297Z Downloaded sigpipe v0.1.3
9542026-02-25T20:15:30.297Z Downloaded signature v2.2.0
9552026-02-25T20:15:30.297Z Downloaded gimli v0.31.1
9562026-02-25T20:15:30.297Z Downloaded supports-color v3.0.2
9572026-02-25T20:15:30.297Z Downloaded strum v0.27.2
9582026-02-25T20:15:30.297Z Downloaded strum v0.26.3
9592026-02-25T20:15:30.297Z Downloaded structmeta-derive v0.3.0
9602026-02-25T20:15:30.322Z Downloaded ssh-encoding v0.2.0
9612026-02-25T20:15:30.322Z Downloaded sqlformat v0.3.5
9622026-02-25T20:15:30.322Z Downloaded spki v0.7.3
9632026-02-25T20:15:30.322Z Downloaded smf v0.2.3
9642026-02-25T20:15:30.322Z Downloaded rsa v0.9.8
9652026-02-25T20:15:30.322Z Downloaded progenitor v0.11.2
9662026-02-25T20:15:30.322Z Downloaded progenitor v0.10.0
9672026-02-25T20:15:30.322Z Downloaded proc-macro-error2 v2.0.1
9682026-02-25T20:15:30.322Z Downloaded primeorder v0.13.6
9692026-02-25T20:15:30.322Z Downloaded postgres-protocol v0.6.8
9702026-02-25T20:15:30.347Z Downloaded chrono v0.4.43
9712026-02-25T20:15:30.347Z Downloaded slog-stdlog v4.1.1
9722026-02-25T20:15:30.347Z Downloaded slog-scope v4.4.0
9732026-02-25T20:15:30.347Z Downloaded slog-json v2.6.1
9742026-02-25T20:15:30.347Z Downloaded serde_with_macros v3.16.1
9752026-02-25T20:15:30.347Z Downloaded schemars v0.9.0
9762026-02-25T20:15:30.373Z Downloaded litrs v0.4.1
9772026-02-25T20:15:30.373Z Downloaded git2 v0.20.2
9782026-02-25T20:15:30.373Z Downloaded sqlparser_derive v0.5.0
9792026-02-25T20:15:30.373Z Downloaded simd-adler32 v0.3.7
9802026-02-25T20:15:30.373Z Downloaded signal-hook-registry v1.4.2
9812026-02-25T20:15:30.373Z Downloaded serde_repr v0.1.19
9822026-02-25T20:15:30.373Z Downloaded serde_plain v1.0.2
9832026-02-25T20:15:30.373Z Downloaded serde_cbor v0.11.2
9842026-02-25T20:15:30.398Z Downloaded serde_bytes v0.11.19
9852026-02-25T20:15:30.398Z Downloaded secrecy v0.10.3
9862026-02-25T20:15:30.398Z Downloaded russh-cryptovec v0.7.3
9872026-02-25T20:15:30.398Z Downloaded phf_shared v0.11.2
9882026-02-25T20:15:30.398Z Downloaded pem-rfc7468 v0.7.0
9892026-02-25T20:15:30.398Z Downloaded darling_core v0.20.10
9902026-02-25T20:15:30.398Z Downloaded shlex v1.3.0
9912026-02-25T20:15:30.398Z Downloaded serde_spanned v1.0.4
9922026-02-25T20:15:30.398Z Downloaded schemars v0.8.22
9932026-02-25T20:15:30.424Z Downloaded parking_lot_core v0.9.10
9942026-02-25T20:15:30.424Z Downloaded diff v0.1.13
9952026-02-25T20:15:30.424Z Downloaded ref-cast-impl v1.0.25
9962026-02-25T20:15:30.425Z Downloaded ref-cast v1.0.25
9972026-02-25T20:15:30.425Z Downloaded rand_xorshift v0.4.0
9982026-02-25T20:15:30.425Z Downloaded rand v0.8.5
9992026-02-25T20:15:30.425Z Downloaded signal-hook-tokio v0.3.1
10002026-02-25T20:15:30.425Z Downloaded signal-hook-mio v0.2.4
10012026-02-25T20:15:30.450Z Downloaded serde_derive_internals v0.29.1
10022026-02-25T20:15:30.450Z Downloaded serde-hex v0.1.0
10032026-02-25T20:15:30.450Z Downloaded radium v0.7.0
10042026-02-25T20:15:30.450Z Downloaded packed_struct v0.10.1
10052026-02-25T20:15:30.450Z Downloaded ryu v1.0.18
10062026-02-25T20:15:30.450Z Downloaded rustversion v1.0.22
10072026-02-25T20:15:30.450Z Downloaded rcgen v0.12.1
10082026-02-25T20:15:30.450Z Downloaded rayon-core v1.12.1
10092026-02-25T20:15:30.450Z Downloaded itertools v0.14.0
10102026-02-25T20:15:30.475Z Downloaded itertools v0.12.1
10112026-02-25T20:15:30.475Z Downloaded hmac v0.12.1
10122026-02-25T20:15:30.475Z Downloaded sha1 v0.10.6
10132026-02-25T20:15:30.475Z Downloaded serde_urlencoded v0.7.1
10142026-02-25T20:15:30.475Z Downloaded sec1 v0.7.3
10152026-02-25T20:15:30.475Z Downloaded sct v0.7.1
10162026-02-25T20:15:30.475Z Downloaded scroll v0.13.0
10172026-02-25T20:15:30.475Z Downloaded schemars_derive v0.8.22
10182026-02-25T20:15:30.476Z Downloaded rustls-pemfile v1.0.4
10192026-02-25T20:15:30.500Z Downloaded russh-keys v0.45.0
10202026-02-25T20:15:30.501Z Downloaded ron v0.7.1
10212026-02-25T20:15:30.501Z Downloaded futures-channel v0.3.31
10222026-02-25T20:15:30.501Z Downloaded fs_extra v1.3.0
10232026-02-25T20:15:30.501Z Downloaded darling v0.21.0
10242026-02-25T20:15:30.501Z Downloaded bindgen v0.69.5
10252026-02-25T20:15:30.525Z Downloaded num-bigint-dig v0.8.6
10262026-02-25T20:15:30.525Z Downloaded find-msvc-tools v0.1.9
10272026-02-25T20:15:30.525Z Downloaded semver v0.1.20
10282026-02-25T20:15:30.526Z Downloaded sapling-renderdag v0.1.0
10292026-02-25T20:15:30.526Z Downloaded rusty-fork v0.3.0
10302026-02-25T20:15:30.526Z Downloaded rustls-native-certs v0.8.1
10312026-02-25T20:15:30.526Z Downloaded num-bigint v0.4.6
10322026-02-25T20:15:30.526Z Downloaded nom v7.1.3
10332026-02-25T20:15:30.551Z Downloaded progenitor-macro v0.10.0
10342026-02-25T20:15:30.551Z Downloaded rustls-pemfile v2.2.0
10352026-02-25T20:15:30.551Z Downloaded progenitor-macro v0.11.2
10362026-02-25T20:15:30.551Z Downloaded progenitor v0.8.0
10372026-02-25T20:15:30.551Z Downloaded scroll_derive v0.13.1
10382026-02-25T20:15:30.551Z Downloaded scopeguard v1.2.0
10392026-02-25T20:15:30.551Z Downloaded rustc_version v0.1.7
10402026-02-25T20:15:30.551Z Downloaded rustc-demangle v0.1.24
10412026-02-25T20:15:30.551Z Downloaded precomputed-hash v0.1.1
10422026-02-25T20:15:30.551Z Downloaded same-file v1.0.6
10432026-02-25T20:15:30.551Z Downloaded proc-macro-error-attr2 v2.0.0
10442026-02-25T20:15:30.551Z Downloaded proc-macro-crate v1.3.1
10452026-02-25T20:15:30.551Z Downloaded pretty-hex v0.2.1
10462026-02-25T20:15:30.551Z Downloaded progenitor-impl v0.11.2
10472026-02-25T20:15:30.551Z Downloaded progenitor-impl v0.10.0
10482026-02-25T20:15:30.552Z Downloaded powerfmt v0.2.0
10492026-02-25T20:15:30.577Z Downloaded multer v3.1.0
10502026-02-25T20:15:30.577Z Downloaded pkcs5 v0.7.1
10512026-02-25T20:15:30.577Z Downloaded lock_api v0.4.12
10522026-02-25T20:15:30.577Z Downloaded libz-rs-sys v0.5.1
10532026-02-25T20:15:30.577Z Downloaded itertools v0.13.0
10542026-02-25T20:15:30.577Z Downloaded rustc-hash v1.1.0
10552026-02-25T20:15:30.577Z Downloaded pin-project v1.1.6
10562026-02-25T20:15:30.602Z Downloaded bindgen v0.71.1
10572026-02-25T20:15:30.602Z Downloaded rfc6979 v0.4.0
10582026-02-25T20:15:30.602Z Downloaded iri-string v0.7.8
10592026-02-25T20:15:30.627Z Downloaded h2 v0.4.6
10602026-02-25T20:15:30.627Z Downloaded des v0.8.1
10612026-02-25T20:15:30.627Z Downloaded hyper v1.8.1
10622026-02-25T20:15:30.627Z Downloaded derive_builder v0.20.2
10632026-02-25T20:15:30.652Z Downloaded derive-ex v0.1.8
10642026-02-25T20:15:30.652Z Downloaded der_derive v0.7.3
10652026-02-25T20:15:30.652Z Downloaded pkcs1 v0.7.5
10662026-02-25T20:15:30.652Z Downloaded p256 v0.13.2
10672026-02-25T20:15:30.652Z Downloaded openssl-sys v0.9.109
10682026-02-25T20:15:30.652Z Downloaded openssl-macros v0.1.1
10692026-02-25T20:15:30.652Z Downloaded ingot-types v0.1.2
10702026-02-25T20:15:30.652Z Downloaded recursive v0.1.1
10712026-02-25T20:15:30.652Z Downloaded predicates v3.1.3
10722026-02-25T20:15:30.652Z Downloaded pkcs8 v0.10.2
10732026-02-25T20:15:30.676Z Downloaded pin-project-internal v1.1.6
10742026-02-25T20:15:30.676Z Downloaded futures-util v0.3.31
10752026-02-25T20:15:30.677Z Downloaded phf_shared v0.12.1
10762026-02-25T20:15:30.677Z Downloaded papergrid v0.17.0
10772026-02-25T20:15:30.677Z Downloaded papergrid v0.14.0
10782026-02-25T20:15:30.702Z Downloaded oso v0.27.3
10792026-02-25T20:15:30.702Z Downloaded libm v0.2.8
10802026-02-25T20:15:30.702Z Downloaded iddqd v0.3.16
10812026-02-25T20:15:30.726Z Downloaded poly1305 v0.8.0
10822026-02-25T20:15:30.726Z Downloaded pkg-config v0.3.31
10832026-02-25T20:15:30.726Z Downloaded pin-utils v0.1.0
10842026-02-25T20:15:30.726Z Downloaded pin-project-lite v0.2.14
10852026-02-25T20:15:30.726Z Downloaded peg-macros v0.8.5
10862026-02-25T20:15:30.727Z Downloaded fixedbitset v0.5.7
10872026-02-25T20:15:30.727Z Downloaded progenitor-client v0.10.0
10882026-02-25T20:15:30.727Z Downloaded hashbrown v0.15.4
10892026-02-25T20:15:30.727Z Downloaded foldhash v0.1.5
10902026-02-25T20:15:30.752Z Downloaded filetime v0.2.26
10912026-02-25T20:15:30.752Z Downloaded predicates-tree v1.0.12
10922026-02-25T20:15:30.752Z Downloaded parking_lot v0.12.3
10932026-02-25T20:15:30.752Z Downloaded blake3 v1.5.4
10942026-02-25T20:15:30.752Z Downloaded predicates-core v1.0.8
10952026-02-25T20:15:30.752Z Downloaded parking_lot_core v0.8.6
10962026-02-25T20:15:30.752Z Downloaded owo-colors v4.2.3
10972026-02-25T20:15:30.752Z Downloaded crossterm v0.29.0
10982026-02-25T20:15:30.777Z Downloaded phf v0.11.2
10992026-02-25T20:15:30.777Z Downloaded paste v1.0.15
11002026-02-25T20:15:30.777Z Downloaded ena v0.14.3
11012026-02-25T20:15:30.777Z Downloaded either v1.15.0
11022026-02-25T20:15:30.777Z Downloaded peg v0.8.5
11032026-02-25T20:15:30.777Z Downloaded password-hash v0.5.0
11042026-02-25T20:15:30.777Z Downloaded password-hash v0.4.2
11052026-02-25T20:15:30.777Z Downloaded parse-display-derive v0.10.0
11062026-02-25T20:15:30.777Z Downloaded omicron-zone-package v0.12.2
11072026-02-25T20:15:30.777Z Downloaded http v1.4.0
11082026-02-25T20:15:30.802Z Downloaded oxide-tokio-rt v0.1.2
11092026-02-25T20:15:30.802Z Downloaded hyper-util v0.1.19
11102026-02-25T20:15:30.802Z Downloaded aws-lc-rs v1.12.4
11112026-02-25T20:15:30.802Z Downloaded ecdsa v0.16.9
11122026-02-25T20:15:30.802Z Downloaded pbkdf2 v0.12.2
11132026-02-25T20:15:30.802Z Downloaded pbkdf2 v0.11.0
11142026-02-25T20:15:30.827Z Downloaded path-slash v0.1.5
11152026-02-25T20:15:30.827Z Downloaded parse-size v1.1.0
11162026-02-25T20:15:30.827Z Downloaded miniz_oxide v0.8.5
11172026-02-25T20:15:30.827Z Downloaded hashbrown v0.13.2
11182026-02-25T20:15:30.827Z Downloaded funty v2.0.0
11192026-02-25T20:15:30.827Z Downloaded foldhash v0.2.0
11202026-02-25T20:15:30.827Z Downloaded ed25519 v2.2.3
11212026-02-25T20:15:30.827Z Downloaded diesel-dtrace v0.4.2
11222026-02-25T20:15:30.827Z Downloaded crossterm v0.28.1
11232026-02-25T20:15:30.827Z Downloaded jiff-static v0.2.15
11242026-02-25T20:15:30.852Z Downloaded aho-corasick v1.1.3
11252026-02-25T20:15:30.852Z Downloaded packed_struct_codegen v0.10.1
11262026-02-25T20:15:30.852Z Downloaded oso-derive v0.27.3
11272026-02-25T20:15:30.852Z Downloaded num_enum v0.5.11
11282026-02-25T20:15:30.852Z Downloaded num-conv v0.1.0
11292026-02-25T20:15:30.852Z Downloaded nodrop v0.1.14
11302026-02-25T20:15:30.852Z Downloaded indicatif v0.18.0
11312026-02-25T20:15:30.852Z Downloaded mime v0.3.17
11322026-02-25T20:15:30.852Z Downloaded memoffset v0.9.1
11332026-02-25T20:15:30.852Z Downloaded linked-hash-map v0.5.6
11342026-02-25T20:15:30.881Z Downloaded lru-cache v0.1.2
11352026-02-25T20:15:30.881Z Downloaded lru v0.12.5
11362026-02-25T20:15:30.881Z Downloaded lockfree-object-pool v0.1.6
11372026-02-25T20:15:30.881Z Downloaded num-integer v0.1.46
11382026-02-25T20:15:30.881Z Downloaded num-complex v0.4.6
11392026-02-25T20:15:30.881Z Downloaded nu-ansi-term v0.50.1
11402026-02-25T20:15:30.881Z Downloaded newtype-uuid v1.3.2
11412026-02-25T20:15:30.881Z Downloaded hickory-server v0.25.2
11422026-02-25T20:15:30.881Z Downloaded futures-executor v0.3.31
11432026-02-25T20:15:30.881Z Downloaded fs-err v2.11.0
11442026-02-25T20:15:30.881Z Downloaded erased-serde v0.3.31
11452026-02-25T20:15:30.881Z Downloaded olpc-cjson v0.1.4
11462026-02-25T20:15:30.881Z Downloaded keccak v0.1.5
11472026-02-25T20:15:30.907Z Downloaded ignore v0.4.23
11482026-02-25T20:15:30.907Z Downloaded ff v0.13.0
11492026-02-25T20:15:30.907Z Downloaded env_filter v0.1.2
11502026-02-25T20:15:30.907Z Downloaded drift v0.1.3
11512026-02-25T20:15:30.907Z Downloaded derive_builder_core v0.20.2
11522026-02-25T20:15:30.907Z Downloaded darling v0.20.10
11532026-02-25T20:15:30.907Z Downloaded daft-derive v0.1.4
11542026-02-25T20:15:30.907Z Downloaded num_threads v0.1.7
11552026-02-25T20:15:30.907Z Downloaded num_enum_derive v0.5.11
11562026-02-25T20:15:30.907Z Downloaded num-derive v0.4.2
11572026-02-25T20:15:30.907Z Downloaded num-derive v0.3.3
11582026-02-25T20:15:30.932Z Downloaded num v0.4.3
11592026-02-25T20:15:30.932Z Downloaded nonempty v0.12.0
11602026-02-25T20:15:30.932Z Downloaded newtype_derive v0.1.6
11612026-02-25T20:15:30.932Z Downloaded native-tls v0.2.12
11622026-02-25T20:15:30.932Z Downloaded mime_guess v2.0.5
11632026-02-25T20:15:30.932Z Downloaded is-terminal v0.4.13
11642026-02-25T20:15:30.932Z Downloaded internet-checksum v0.2.1
11652026-02-25T20:15:30.932Z Downloaded hickory-resolver v0.25.2
11662026-02-25T20:15:30.932Z Downloaded hickory-resolver v0.24.4
11672026-02-25T20:15:30.932Z Downloaded float-ord v0.3.2
11682026-02-25T20:15:30.932Z Downloaded env_logger v0.11.8
11692026-02-25T20:15:30.932Z Downloaded deranged v0.5.3
11702026-02-25T20:15:30.957Z Downloaded defmt-macros v0.3.9
11712026-02-25T20:15:30.957Z Downloaded defmt v0.3.8
11722026-02-25T20:15:30.957Z Downloaded home v0.5.9
11732026-02-25T20:15:30.957Z Downloaded multimap v0.10.1
11742026-02-25T20:15:30.957Z Downloaded md-5 v0.10.6
11752026-02-25T20:15:30.957Z Downloaded linear-map v1.2.0
11762026-02-25T20:15:30.957Z Downloaded libsw-core v0.3.1
11772026-02-25T20:15:30.958Z Downloaded libsw v3.5.0
11782026-02-25T20:15:30.958Z Downloaded libloading v0.8.5
11792026-02-25T20:15:30.958Z Downloaded libefi-sys v0.1.0
11802026-02-25T20:15:30.958Z Downloaded indexmap v1.9.3
11812026-02-25T20:15:30.958Z Downloaded heapless v0.8.0
11822026-02-25T20:15:30.983Z Downloaded futures-sink v0.3.31
11832026-02-25T20:15:30.983Z Downloaded foreign-types v0.5.0
11842026-02-25T20:15:30.983Z Downloaded arc-swap v1.7.1
11852026-02-25T20:15:30.983Z Downloaded headers v0.4.1
11862026-02-25T20:15:30.983Z Downloaded difflib v0.4.0
11872026-02-25T20:15:30.983Z Downloaded const_format v0.2.34
11882026-02-25T20:15:30.983Z Downloaded lzss v0.8.2
11892026-02-25T20:15:30.983Z Downloaded hyper-rustls v0.27.7
11902026-02-25T20:15:30.983Z Downloaded foreign-types-shared v0.1.1
11912026-02-25T20:15:31.008Z Downloaded maybe-uninit v2.0.0
11922026-02-25T20:15:31.008Z Downloaded match_cfg v0.1.0
11932026-02-25T20:15:31.008Z Downloaded maplit v1.0.2
11942026-02-25T20:15:31.008Z Downloaded libscf-sys v1.1.0
11952026-02-25T20:15:31.008Z Downloaded lazycell v1.3.0
11962026-02-25T20:15:31.008Z Downloaded iana-time-zone v0.1.63
11972026-02-25T20:15:31.008Z Downloaded hyper-staticfile v0.10.1
11982026-02-25T20:15:31.008Z Downloaded fixedbitset v0.4.2
11992026-02-25T20:15:31.008Z Downloaded cc v1.2.56
12002026-02-25T20:15:31.008Z Downloaded bumpalo v3.16.0
12012026-02-25T20:15:31.008Z Downloaded lalrpop-util v0.19.12
12022026-02-25T20:15:31.008Z Downloaded ipnetwork v0.21.1
12032026-02-25T20:15:31.008Z Downloaded ipnet v2.11.0
12042026-02-25T20:15:31.008Z Downloaded foreign-types v0.3.2
12052026-02-25T20:15:31.008Z Downloaded embedded-io v0.6.1
12062026-02-25T20:15:31.033Z Downloaded dsl_auto_type v0.1.2
12072026-02-25T20:15:31.033Z Downloaded half v2.4.1
12082026-02-25T20:15:31.033Z Downloaded diesel_table_macro_syntax v0.2.0
12092026-02-25T20:15:31.034Z Downloaded aws-lc-sys v0.26.0
12102026-02-25T20:15:31.242Z Downloaded compact_str v0.8.0
12112026-02-25T20:15:31.267Z Downloaded hyper-tls v0.6.0
12122026-02-25T20:15:31.267Z Downloaded hostname v0.3.1
12132026-02-25T20:15:31.267Z Downloaded futures-io v0.3.31
12142026-02-25T20:15:31.267Z Downloaded clang-sys v1.8.1
12152026-02-25T20:15:31.267Z Downloaded instability v0.3.2
12162026-02-25T20:15:31.267Z Downloaded inout v0.1.3
12172026-02-25T20:15:31.267Z Downloaded hickory-client v0.25.2
12182026-02-25T20:15:31.267Z Downloaded half v1.8.3
12192026-02-25T20:15:31.267Z Downloaded flagset v0.4.6
12202026-02-25T20:15:31.267Z Downloaded cookie v0.18.1
12212026-02-25T20:15:31.267Z Downloaded ciborium v0.2.2
12222026-02-25T20:15:31.267Z Downloaded allocator-api2 v0.2.21
12232026-02-25T20:15:31.292Z Downloaded indent_write v2.2.0
12242026-02-25T20:15:31.292Z Downloaded impl-trait-for-tuples v0.2.2
12252026-02-25T20:15:31.292Z Downloaded ident_case v1.0.1
12262026-02-25T20:15:31.292Z Downloaded humantime v2.2.0
12272026-02-25T20:15:31.292Z Downloaded http-body-util v0.1.3
12282026-02-25T20:15:31.292Z Downloaded data-encoding v2.9.0
12292026-02-25T20:15:31.292Z Downloaded csv-core v0.1.11
12302026-02-25T20:15:31.292Z Downloaded base64 v0.21.7
12312026-02-25T20:15:31.292Z Downloaded getrandom v0.2.15
12322026-02-25T20:15:31.292Z Downloaded futures-macro v0.3.31
12332026-02-25T20:15:31.293Z Downloaded crc-any v2.5.0
12342026-02-25T20:15:31.293Z Downloaded bzip2 v0.4.4
12352026-02-25T20:15:31.293Z Downloaded crossbeam-utils v0.8.21
12362026-02-25T20:15:31.353Z Downloaded dirs-sys-next v0.1.2
12372026-02-25T20:15:31.353Z Downloaded ar_archive_writer v0.5.1
12382026-02-25T20:15:31.353Z Downloaded hubpack v0.1.2
12392026-02-25T20:15:31.353Z Downloaded httpdate v1.0.3
12402026-02-25T20:15:31.353Z Downloaded glob v0.3.2
12412026-02-25T20:15:31.353Z Downloaded futures-core v0.3.31
12422026-02-25T20:15:31.353Z Downloaded foreign-types-macros v0.2.3
12432026-02-25T20:15:31.353Z Downloaded document-features v0.2.11
12442026-02-25T20:15:31.353Z Downloaded crossbeam-deque v0.8.5
12452026-02-25T20:15:31.353Z Downloaded crc32fast v1.4.2
12462026-02-25T20:15:31.353Z Downloaded console v0.15.10
12472026-02-25T20:15:31.353Z Downloaded bytes v1.11.1
12482026-02-25T20:15:31.378Z Downloaded foreign-types-shared v0.3.1
12492026-02-25T20:15:31.378Z Downloaded enum-as-inner v0.6.1
12502026-02-25T20:15:31.378Z Downloaded dtrace-parser v0.3.0
12512026-02-25T20:15:31.378Z Downloaded dropshot-api-manager-types v0.3.0
12522026-02-25T20:15:31.378Z Downloaded display-error-chain v0.2.2
12532026-02-25T20:15:31.378Z Downloaded derive_builder_macro v0.20.2
12542026-02-25T20:15:31.378Z Downloaded dunce v1.0.5
12552026-02-25T20:15:31.378Z Downloaded dirs-next v2.0.0
12562026-02-25T20:15:31.379Z Downloaded colored v3.0.0
12572026-02-25T20:15:31.379Z Downloaded cancel-safe-futures v0.1.5
12582026-02-25T20:15:31.379Z Downloaded bzip2 v0.5.2
12592026-02-25T20:15:31.379Z Downloaded async-bb8-diesel v0.2.1
12602026-02-25T20:15:31.379Z Downloaded ahash v0.8.12
12612026-02-25T20:15:31.379Z Downloaded dof v0.4.0
12622026-02-25T20:15:31.379Z Downloaded crossbeam-epoch v0.9.18
12632026-02-25T20:15:31.379Z Downloaded const_format_proc_macros v0.2.34
12642026-02-25T20:15:31.379Z Downloaded bitflags v1.3.2
12652026-02-25T20:15:31.379Z Downloaded hex v0.4.3
12662026-02-25T20:15:31.379Z Downloaded heck v0.3.3
12672026-02-25T20:15:31.379Z Downloaded globwalk v0.9.1
12682026-02-25T20:15:31.379Z Downloaded endian-type v0.1.2
12692026-02-25T20:15:31.379Z Downloaded embedded-io v0.4.0
12702026-02-25T20:15:31.379Z Downloaded dyn-clone v1.0.20
12712026-02-25T20:15:31.379Z Downloaded cipher v0.4.4
12722026-02-25T20:15:31.379Z Downloaded hash32 v0.3.1
12732026-02-25T20:15:31.379Z Downloaded futures-task v0.3.31
12742026-02-25T20:15:31.379Z Downloaded debug-ignore v1.0.5
12752026-02-25T20:15:31.379Z Downloaded curve25519-dalek-derive v0.1.1
12762026-02-25T20:15:31.379Z Downloaded chacha20poly1305 v0.10.1
12772026-02-25T20:15:31.379Z Downloaded bit-vec v0.8.0
12782026-02-25T20:15:31.379Z Downloaded cexpr v0.6.0
12792026-02-25T20:15:31.379Z Downloaded cargo_metadata v0.19.2
12802026-02-25T20:15:31.379Z Downloaded base64 v0.22.1
12812026-02-25T20:15:31.379Z Downloaded argon2 v0.5.3
12822026-02-25T20:15:31.379Z Downloaded crossbeam-channel v0.5.15
12832026-02-25T20:15:31.405Z Downloaded crc8 v0.1.1
12842026-02-25T20:15:31.405Z Downloaded crc v3.2.1
12852026-02-25T20:15:31.405Z Downloaded corncobs v0.1.4
12862026-02-25T20:15:31.405Z Downloaded buf-list v1.0.3
12872026-02-25T20:15:31.405Z Downloaded cargo-platform v0.1.8
12882026-02-25T20:15:31.405Z Downloaded cmake v0.1.51
12892026-02-25T20:15:31.405Z Downloaded cfg_aliases v0.1.1
12902026-02-25T20:15:31.405Z Downloaded cassowary v0.3.0
12912026-02-25T20:15:31.405Z Downloaded bb8 v0.8.5
12922026-02-25T20:15:31.405Z Downloaded cstr-argument v0.1.2
12932026-02-25T20:15:31.405Z Downloaded crunchy v0.2.2
12942026-02-25T20:15:31.405Z Downloaded crucible-workspace-hack v0.1.0
12952026-02-25T20:15:31.405Z Downloaded cbc v0.1.2
12962026-02-25T20:15:31.405Z Downloaded bit-set v0.5.3
12972026-02-25T20:15:31.405Z Downloaded base64 v0.13.1
12982026-02-25T20:15:31.405Z Downloaded backoff v0.4.0
12992026-02-25T20:15:31.430Z Downloaded blowfish v0.9.1
13002026-02-25T20:15:31.430Z Downloaded bitfield-macros v0.19.2
13012026-02-25T20:15:31.430Z Downloaded block-padding v0.3.3
13022026-02-25T20:15:31.430Z Downloaded bit-set v0.8.0
13032026-02-25T20:15:31.430Z Downloaded bcs v0.1.6
13042026-02-25T20:15:31.430Z Downloaded base16ct v0.2.0
13052026-02-25T20:15:31.430Z Downloaded aes-gcm v0.10.3
13062026-02-25T20:15:31.430Z Downloaded aes v0.8.4
13072026-02-25T20:15:31.430Z Downloaded bitfield-struct v0.6.2
13082026-02-25T20:15:31.430Z Downloaded bit-vec v0.6.3
13092026-02-25T20:15:31.430Z Downloaded bcrypt-pbkdf v0.10.0
13102026-02-25T20:15:31.430Z Downloaded atty v0.2.14
13112026-02-25T20:15:31.430Z Downloaded atomicwrites v0.4.4
13122026-02-25T20:15:31.430Z Downloaded async-stream-impl v0.3.6
13132026-02-25T20:15:31.430Z Downloaded async-stream v0.3.6
13142026-02-25T20:15:31.430Z Downloaded ascii-canvas v3.0.0
13152026-02-25T20:15:31.430Z Downloaded arrayvec v0.7.6
13162026-02-25T20:15:31.457Z Downloaded arrayref v0.3.9
13172026-02-25T20:15:31.457Z Downloaded atomic-waker v1.1.2
13182026-02-25T20:15:31.457Z Downloaded async-trait v0.1.89
13192026-02-25T20:15:31.457Z Downloaded async-recursion v1.1.1
13202026-02-25T20:15:31.457Z Downloaded assert_matches v1.5.0
13212026-02-25T20:15:31.457Z Downloaded array-init v0.0.4
13222026-02-25T20:15:31.457Z Downloaded adler2 v2.0.0
13232026-02-25T20:15:31.457Z Downloaded addr2line v0.24.2
13242026-02-25T20:15:31.457Z Downloaded backtrace v0.3.74
13252026-02-25T20:15:31.457Z Downloaded base64ct v1.6.0
13262026-02-25T20:15:31.457Z Downloaded aead v0.5.2
13272026-02-25T20:15:31.652Z Compiling value-bag v1.12.0
13282026-02-25T20:15:31.652Z Compiling lock_api v0.4.12
13292026-02-25T20:15:31.652Z Compiling scopeguard v1.2.0
13302026-02-25T20:15:31.677Z Compiling shlex v1.3.0
13312026-02-25T20:15:31.677Z Compiling find-msvc-tools v0.1.9
13322026-02-25T20:15:31.677Z Compiling syn v2.0.114
13332026-02-25T20:15:31.677Z Compiling getrandom v0.2.15
13342026-02-25T20:15:31.702Z Compiling jobserver v0.1.32
13352026-02-25T20:15:31.856Z Compiling smallvec v1.15.1
13362026-02-25T20:15:32.154Z Compiling log v0.4.29
13372026-02-25T20:15:32.230Z Compiling cc v1.2.56
13382026-02-25T20:15:32.257Z Compiling typenum v1.17.0
13392026-02-25T20:15:32.283Z Compiling rand_core v0.6.4
13402026-02-25T20:15:32.347Z Compiling generic-array v0.14.7
13412026-02-25T20:15:32.540Z Compiling subtle v2.6.1
13422026-02-25T20:15:32.675Z Compiling portable-atomic v1.11.0
13432026-02-25T20:15:32.782Z Compiling const-oid v0.9.6
13442026-02-25T20:15:32.827Z Compiling critical-section v1.1.3
13452026-02-25T20:15:32.901Z Compiling pkg-config v0.3.31
13462026-02-25T20:15:32.925Z Compiling serde_json v1.0.149
13472026-02-25T20:15:33.028Z Compiling getrandom v0.3.4
13482026-02-25T20:15:33.453Z Compiling spin v0.9.8
13492026-02-25T20:15:34.236Z Compiling pin-project-lite v0.2.14
13502026-02-25T20:15:34.421Z Compiling parking_lot_core v0.9.10
13512026-02-25T20:15:34.692Z Compiling regex-syntax v0.8.5
13522026-02-25T20:15:35.132Z Compiling libm v0.2.8
13532026-02-25T20:15:35.333Z Compiling rustix v0.38.37
13542026-02-25T20:15:35.578Z Compiling once_cell v1.21.3
13552026-02-25T20:15:35.725Z Compiling signal-hook-registry v1.4.2
13562026-02-25T20:15:36.002Z Compiling num-traits v0.2.19
13572026-02-25T20:15:36.002Z Compiling allocator-api2 v0.2.21
13582026-02-25T20:15:36.210Z Compiling parking_lot v0.12.3
13592026-02-25T20:15:36.568Z Compiling mio v1.0.2
13602026-02-25T20:15:36.640Z Compiling futures-core v0.3.31
13612026-02-25T20:15:36.762Z Compiling lazy_static v1.5.0
13622026-02-25T20:15:36.922Z Compiling aho-corasick v1.1.3
13632026-02-25T20:15:36.949Z Compiling percent-encoding v2.3.2
13642026-02-25T20:15:37.080Z Compiling socket2 v0.6.1
13652026-02-25T20:15:37.319Z Compiling slab v0.4.9
13662026-02-25T20:15:37.735Z Compiling cpufeatures v0.2.14
13672026-02-25T20:15:37.852Z Compiling either v1.15.0
13682026-02-25T20:15:37.876Z Compiling futures-sink v0.3.31
13692026-02-25T20:15:37.950Z Compiling glob v0.3.2
13702026-02-25T20:15:38.070Z Compiling futures-channel v0.3.31
13712026-02-25T20:15:38.338Z Compiling hashbrown v0.16.1
13722026-02-25T20:15:38.376Z Compiling futures-task v0.3.31
13732026-02-25T20:15:38.557Z Compiling futures-io v0.3.31
13742026-02-25T20:15:38.741Z Compiling rustversion v1.0.22
13752026-02-25T20:15:38.832Z Compiling clang-sys v1.8.1
13762026-02-25T20:15:38.865Z Compiling pin-utils v0.1.0
13772026-02-25T20:15:39.023Z Compiling regex-automata v0.4.11
13782026-02-25T20:15:39.486Z Compiling prettyplease v0.2.36
13792026-02-25T20:15:39.587Z Compiling minimal-lexical v0.2.1
13802026-02-25T20:15:39.612Z Compiling indexmap v2.13.0
13812026-02-25T20:15:39.874Z Compiling libloading v0.8.5
13822026-02-25T20:15:40.109Z Compiling synstructure v0.13.1
13832026-02-25T20:15:40.259Z Compiling nom v7.1.3
13842026-02-25T20:15:40.660Z Compiling home v0.5.9
13852026-02-25T20:15:40.834Z Compiling ident_case v1.0.1
13862026-02-25T20:15:40.904Z Compiling base64ct v1.6.0
13872026-02-25T20:15:41.067Z Compiling bindgen v0.69.5
13882026-02-25T20:15:41.493Z Compiling pem-rfc7468 v0.7.0
13892026-02-25T20:15:41.563Z Compiling itertools v0.12.1
13902026-02-25T20:15:42.043Z Compiling form_urlencoded v1.2.2
13912026-02-25T20:15:42.205Z Compiling rustc-hash v1.1.0
13922026-02-25T20:15:42.374Z Compiling lazycell v1.3.0
13932026-02-25T20:15:42.399Z Compiling flagset v0.4.6
13942026-02-25T20:15:42.573Z Compiling rand_core v0.9.3
13952026-02-25T20:15:42.624Z Compiling cmake v0.1.51
13962026-02-25T20:15:43.232Z Compiling iana-time-zone v0.1.63
13972026-02-25T20:15:43.558Z Compiling cexpr v0.6.0
13982026-02-25T20:15:43.662Z Compiling fs_extra v1.3.0
13992026-02-25T20:15:43.752Z Compiling foldhash v0.1.5
14002026-02-25T20:15:44.074Z Compiling dunce v1.0.5
14012026-02-25T20:15:44.213Z Compiling paste v1.0.15
14022026-02-25T20:15:44.239Z Compiling hashbrown v0.15.4
14032026-02-25T20:15:44.269Z Compiling rustc_version v0.4.1
14042026-02-25T20:15:44.629Z Compiling serde_derive v1.0.228
14052026-02-25T20:15:44.688Z Compiling zeroize_derive v1.4.2
14062026-02-25T20:15:44.728Z Compiling zerofrom-derive v0.1.4
14072026-02-25T20:15:44.914Z Compiling yoke-derive v0.7.4
14082026-02-25T20:15:45.065Z Compiling zerovec-derive v0.10.3
14092026-02-25T20:15:45.534Z Compiling displaydoc v0.2.5
14102026-02-25T20:15:46.091Z Compiling zeroize v1.8.1
14112026-02-25T20:15:47.229Z Compiling zerocopy-derive v0.7.35
14122026-02-25T20:15:47.498Z Compiling icu_provider_macros v1.5.0
14132026-02-25T20:15:47.821Z Compiling tokio-macros v2.6.0
14142026-02-25T20:15:48.101Z Compiling crypto-common v0.1.6
14152026-02-25T20:15:48.289Z Compiling block-buffer v0.10.4
14162026-02-25T20:15:48.468Z Compiling zerofrom v0.1.4
14172026-02-25T20:15:48.638Z Compiling digest v0.10.7
14182026-02-25T20:15:48.688Z Compiling thiserror-impl v2.0.18
14192026-02-25T20:15:48.770Z Compiling yoke v0.7.4
14202026-02-25T20:15:49.182Z Compiling zerovec v0.10.4
14212026-02-25T20:15:49.209Z Compiling hmac v0.12.1
14222026-02-25T20:15:49.338Z Compiling zerocopy v0.7.35
14232026-02-25T20:15:49.534Z Compiling block-padding v0.3.3
14242026-02-25T20:15:49.683Z Compiling futures-macro v0.3.31
14252026-02-25T20:15:49.854Z Compiling inout v0.1.3
14262026-02-25T20:15:50.094Z Compiling regex v1.11.3
14272026-02-25T20:15:50.201Z Compiling cipher v0.4.4
14282026-02-25T20:15:50.791Z Compiling ppv-lite86 v0.2.20
14292026-02-25T20:15:50.860Z Compiling sha2 v0.10.9
14302026-02-25T20:15:51.138Z Compiling tinystr v0.7.6
14312026-02-25T20:15:51.482Z Compiling icu_collections v1.5.0
14322026-02-25T20:15:51.507Z Compiling icu_locid v1.5.0
14332026-02-25T20:15:51.587Z Compiling futures-util v0.3.31
14342026-02-25T20:15:51.665Z Compiling der_derive v0.7.3
14352026-02-25T20:15:51.894Z Compiling salsa20 v0.10.2
14362026-02-25T20:15:52.141Z Compiling thiserror v2.0.18
14372026-02-25T20:15:52.171Z Compiling pbkdf2 v0.12.2
14382026-02-25T20:15:52.308Z Compiling serde v1.0.228
14392026-02-25T20:15:52.353Z Compiling pest v2.8.2
14402026-02-25T20:15:52.479Z Compiling uuid v1.19.0
14412026-02-25T20:15:52.870Z Compiling icu_provider v1.5.0
14422026-02-25T20:15:53.664Z Compiling bitflags v2.9.4
14432026-02-25T20:15:53.701Z Compiling bytes v1.11.1
14442026-02-25T20:15:53.972Z Compiling icu_locid_transform v1.5.0
14452026-02-25T20:15:54.111Z Compiling der v0.7.10
14462026-02-25T20:15:54.193Z Compiling chrono v0.4.43
14472026-02-25T20:15:54.506Z Compiling vcpkg v0.2.15
14482026-02-25T20:15:55.268Z Compiling tokio v1.49.0
14492026-02-25T20:15:55.736Z Compiling icu_properties v1.5.1
14502026-02-25T20:15:56.256Z Compiling zerocopy v0.8.27
14512026-02-25T20:15:56.411Z Compiling spki v0.7.3
14522026-02-25T20:15:56.843Z Compiling openssl-sys v0.9.109
14532026-02-25T20:15:57.232Z Compiling pest_meta v2.8.2
14542026-02-25T20:15:57.362Z Compiling http v1.4.0
14552026-02-25T20:15:57.739Z Compiling scrypt v0.11.0
14562026-02-25T20:15:57.908Z Compiling which v4.4.2
14572026-02-25T20:15:58.311Z Compiling rand_chacha v0.9.0
14582026-02-25T20:15:58.774Z Compiling cbc v0.1.2
14592026-02-25T20:15:58.891Z Compiling aes v0.8.4
14602026-02-25T20:15:59.050Z Compiling zerocopy-derive v0.8.27
14612026-02-25T20:15:59.691Z Compiling icu_normalizer v1.5.0
14622026-02-25T20:15:59.841Z Compiling pkcs5 v0.7.1
14632026-02-25T20:16:00.491Z Compiling rand v0.9.2
14642026-02-25T20:16:00.909Z Compiling idna_adapter v1.2.0
14652026-02-25T20:16:01.189Z Compiling idna v1.0.3
14662026-02-25T20:16:01.399Z Compiling pest_generator v2.8.2
14672026-02-25T20:16:01.727Z Compiling tracing-attributes v0.1.27
14682026-02-25T20:16:01.771Z Compiling serde_derive_internals v0.29.1
14692026-02-25T20:16:02.105Z Compiling url v2.5.4
14702026-02-25T20:16:02.802Z Compiling ring v0.17.14
14712026-02-25T20:16:03.143Z Compiling tracing-core v0.1.32
14722026-02-25T20:16:03.897Z Compiling rustix v1.1.3
14732026-02-25T20:16:04.014Z Compiling schemars v0.8.22
14742026-02-25T20:16:04.041Z Compiling aws-lc-rs v1.12.4
14752026-02-25T20:16:04.448Z Compiling adler2 v2.0.0
14762026-02-25T20:16:04.518Z Compiling schemars_derive v0.8.22
14772026-02-25T20:16:04.756Z Compiling miniz_oxide v0.8.5
14782026-02-25T20:16:05.127Z Compiling tokio-util v0.7.15
14792026-02-25T20:16:05.192Z Compiling tracing v0.1.40
14802026-02-25T20:16:05.760Z Compiling pest_derive v2.8.2
14812026-02-25T20:16:06.361Z Compiling pkcs8 v0.10.2
14822026-02-25T20:16:06.565Z Compiling http-body v1.0.1
14832026-02-25T20:16:06.619Z Compiling scroll_derive v0.13.1
14842026-02-25T20:16:06.876Z Compiling darling_core v0.20.10
14852026-02-25T20:16:07.078Z Compiling tinyvec_macros v0.1.1
14862026-02-25T20:16:07.187Z Compiling rustls-pki-types v1.10.0
14872026-02-25T20:16:07.546Z Compiling httparse v1.9.5
14882026-02-25T20:16:07.785Z Compiling dyn-clone v1.0.20
14892026-02-25T20:16:08.042Z Compiling base64 v0.22.1
14902026-02-25T20:16:08.377Z Compiling tinyvec v1.8.0
14912026-02-25T20:16:08.536Z Compiling scroll v0.13.0
14922026-02-25T20:16:09.095Z Compiling bzip2-sys v0.1.13+1.0.8
14932026-02-25T20:16:09.580Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14942026-02-25T20:16:09.961Z Compiling try-lock v0.2.5
14952026-02-25T20:16:10.163Z Compiling foreign-types-shared v0.1.1
14962026-02-25T20:16:10.189Z Compiling openssl v0.10.73
14972026-02-25T20:16:10.331Z Compiling powerfmt v0.2.0
14982026-02-25T20:16:10.355Z Compiling tower-service v0.3.3
14992026-02-25T20:16:10.384Z Compiling untrusted v0.9.0
15002026-02-25T20:16:10.543Z Compiling untrusted v0.7.1
15012026-02-25T20:16:10.622Z Compiling time-core v0.1.6
15022026-02-25T20:16:10.647Z Compiling num-conv v0.1.0
15032026-02-25T20:16:10.732Z Compiling tower-layer v0.3.3
15042026-02-25T20:16:10.825Z Compiling openssl-probe v0.1.5
15052026-02-25T20:16:10.992Z Compiling atomic-waker v1.1.2
15062026-02-25T20:16:11.025Z Compiling time-macros v0.2.24
15072026-02-25T20:16:11.111Z Compiling tempfile v3.24.0
15082026-02-25T20:16:11.190Z Compiling h2 v0.4.6
15092026-02-25T20:16:11.259Z Compiling deranged v0.5.3
15102026-02-25T20:16:12.012Z Compiling foreign-types v0.3.2
15112026-02-25T20:16:12.140Z Compiling want v0.3.1
15122026-02-25T20:16:12.818Z Compiling darling_macro v0.20.10
15132026-02-25T20:16:13.789Z Compiling darling v0.20.10
15142026-02-25T20:16:13.902Z Compiling goblin v0.10.2
15152026-02-25T20:16:14.079Z Compiling ipnet v2.11.0
15162026-02-25T20:16:14.654Z Compiling openssl-macros v0.1.1
15172026-02-25T20:16:15.230Z Compiling wait-timeout v0.2.0
15182026-02-25T20:16:15.352Z Compiling httpdate v1.0.3
15192026-02-25T20:16:15.378Z Compiling native-tls v0.2.12
15202026-02-25T20:16:15.782Z Compiling rustls v0.23.19
15212026-02-25T20:16:15.815Z Compiling gimli v0.31.1
15222026-02-25T20:16:15.858Z Compiling usdt-impl v0.6.0
15232026-02-25T20:16:16.223Z Compiling num_threads v0.1.7
15242026-02-25T20:16:16.260Z Compiling crossbeam-utils v0.8.21
15252026-02-25T20:16:16.336Z Compiling syn v1.0.109
15262026-02-25T20:16:16.410Z Compiling bit-vec v0.8.0
15272026-02-25T20:16:16.855Z Compiling quick-error v1.2.3
15282026-02-25T20:16:16.958Z Compiling bit-set v0.8.0
15292026-02-25T20:16:17.072Z Compiling rusty-fork v0.3.0
15302026-02-25T20:16:17.133Z Compiling time v0.3.43
15312026-02-25T20:16:17.941Z Compiling derive_builder_core v0.20.2
15322026-02-25T20:16:20.352Z Compiling hyper v1.8.1
15332026-02-25T20:16:21.153Z Compiling addr2line v0.24.2
15342026-02-25T20:16:21.254Z Compiling unicode-normalization v0.1.24
15352026-02-25T20:16:21.705Z Compiling dtrace-parser v0.3.0
15362026-02-25T20:16:21.913Z Compiling dof v0.4.0
15372026-02-25T20:16:22.590Z Compiling signature v2.2.0
15382026-02-25T20:16:22.920Z Compiling heapless v0.7.17
15392026-02-25T20:16:23.459Z Compiling scroll_derive v0.12.0
15402026-02-25T20:16:23.897Z Compiling thiserror-impl v1.0.69
15412026-02-25T20:16:24.396Z Compiling rand_xorshift v0.4.0
15422026-02-25T20:16:24.498Z Compiling darling_core v0.21.0
15432026-02-25T20:16:24.705Z Compiling slog v2.8.2
15442026-02-25T20:16:24.758Z Compiling thread-id v5.0.0
15452026-02-25T20:16:24.980Z Compiling cookie v0.18.1
15462026-02-25T20:16:25.069Z Compiling crc32fast v1.4.2
15472026-02-25T20:16:25.292Z Compiling object v0.36.5
15482026-02-25T20:16:25.443Z Compiling anyhow v1.0.99
15492026-02-25T20:16:25.596Z Compiling zstd-safe v7.2.3
15502026-02-25T20:16:25.947Z Compiling unarray v0.1.4
15512026-02-25T20:16:25.972Z Compiling zlib-rs v0.5.1
15522026-02-25T20:16:26.128Z Compiling siphasher v0.3.11
15532026-02-25T20:16:26.206Z Compiling unicode-bidi v0.3.17
15542026-02-25T20:16:26.386Z Compiling rustc-demangle v0.1.24
15552026-02-25T20:16:26.555Z Compiling unicode-properties v0.1.3
15562026-02-25T20:16:27.032Z Compiling signal-hook v0.3.18
15572026-02-25T20:16:27.146Z Compiling thiserror v1.0.69
15582026-02-25T20:16:27.343Z Compiling stringprep v0.1.5
15592026-02-25T20:16:27.368Z Compiling phf_shared v0.11.2
15602026-02-25T20:16:27.441Z Compiling proptest v1.7.0
15612026-02-25T20:16:28.141Z Compiling scroll v0.12.0
15622026-02-25T20:16:28.842Z Compiling hyper-util v0.1.19
15632026-02-25T20:16:29.083Z Compiling derive_builder_macro v0.20.2
15642026-02-25T20:16:30.903Z Compiling darling_macro v0.21.0
15652026-02-25T20:16:31.047Z Compiling ipnetwork v0.21.1
15662026-02-25T20:16:31.816Z Compiling toml_datetime v0.6.11
15672026-02-25T20:16:32.023Z Compiling serde_tokenstream v0.2.2
15682026-02-25T20:16:32.381Z Compiling serde_spanned v0.6.9
15692026-02-25T20:16:32.654Z Compiling backtrace v0.3.74
15702026-02-25T20:16:32.678Z Compiling erased-serde v0.3.31
15712026-02-25T20:16:33.189Z Compiling rand_chacha v0.3.1
15722026-02-25T20:16:33.390Z Compiling md-5 v0.10.6
15732026-02-25T20:16:33.712Z Compiling libz-rs-sys v0.5.1
15742026-02-25T20:16:34.020Z Compiling curve25519-dalek v4.1.3
15752026-02-25T20:16:34.137Z Compiling vergen-lib v0.1.6
15762026-02-25T20:16:34.462Z Compiling num-integer v0.1.46
15772026-02-25T20:16:34.627Z Compiling sync_wrapper v1.0.1
15782026-02-25T20:16:34.709Z Compiling hash32 v0.2.1
15792026-02-25T20:16:34.824Z Compiling ff v0.13.0
15802026-02-25T20:16:35.068Z Compiling memoffset v0.9.1
15812026-02-25T20:16:35.113Z Compiling smoltcp v0.9.1
15822026-02-25T20:16:35.180Z Compiling ref-cast v1.0.25
15832026-02-25T20:16:35.221Z Compiling cfg_aliases v0.2.1
15842026-02-25T20:16:35.377Z Compiling base16ct v0.2.0
15852026-02-25T20:16:35.417Z Compiling psl-types v2.0.11
15862026-02-25T20:16:35.553Z Compiling num-bigint-dig v0.8.6
15872026-02-25T20:16:35.656Z Compiling fallible-iterator v0.2.0
15882026-02-25T20:16:35.768Z Compiling litrs v0.4.1
15892026-02-25T20:16:35.873Z Compiling sec1 v0.7.3
15902026-02-25T20:16:35.916Z Compiling publicsuffix v2.3.0
15912026-02-25T20:16:36.174Z Compiling nix v0.29.0
15922026-02-25T20:16:36.249Z Compiling group v0.13.0
15932026-02-25T20:16:36.487Z Compiling postgres-protocol v0.6.8
15942026-02-25T20:16:36.619Z Compiling num-iter v0.1.45
15952026-02-25T20:16:36.900Z Compiling tower v0.5.2
15962026-02-25T20:16:37.076Z Compiling document-features v0.2.11
15972026-02-25T20:16:37.222Z Compiling newtype-uuid v1.3.2
15982026-02-25T20:16:37.743Z Compiling flate2 v1.1.2
15992026-02-25T20:16:37.910Z Compiling rand v0.8.5
16002026-02-25T20:16:38.474Z Compiling darling v0.21.0
16012026-02-25T20:16:38.617Z Compiling oxnet v0.1.4
16022026-02-25T20:16:38.745Z Compiling derive_builder v0.20.2
16032026-02-25T20:16:38.805Z Compiling tokio-native-tls v0.3.1
16042026-02-25T20:16:38.862Z Compiling goblin v0.8.2
16052026-02-25T20:16:39.594Z Compiling rustls-native-certs v0.8.1
16062026-02-25T20:16:40.156Z Compiling webpki-roots v1.0.1
16072026-02-25T20:16:40.207Z Compiling http-body-util v0.1.3
16082026-02-25T20:16:40.328Z Compiling strum_macros v0.27.2
16092026-02-25T20:16:40.439Z Compiling terminal_size v0.4.0
16102026-02-25T20:16:40.467Z Compiling cargo-platform v0.1.8
16112026-02-25T20:16:40.726Z Compiling hkdf v0.12.4
16122026-02-25T20:16:40.851Z Compiling crypto-bigint v0.5.5
16132026-02-25T20:16:41.098Z Compiling curve25519-dalek-derive v0.1.1
16142026-02-25T20:16:41.143Z Compiling ref-cast-impl v1.0.25
16152026-02-25T20:16:42.443Z Compiling async-trait v0.1.89
16162026-02-25T20:16:42.653Z Compiling daft-derive v0.1.4
16172026-02-25T20:16:43.061Z Compiling hubpack_derive v0.1.1
16182026-02-25T20:16:44.127Z Compiling vergen v9.0.6
16192026-02-25T20:16:44.314Z Compiling ahash v0.8.12
16202026-02-25T20:16:44.449Z Compiling fs-err v3.1.1
16212026-02-25T20:16:44.672Z Compiling bitflags v1.3.2
16222026-02-25T20:16:44.812Z Compiling simd-adler32 v0.3.7
16232026-02-25T20:16:44.840Z Compiling lockfree-object-pool v0.1.6
16242026-02-25T20:16:45.079Z Compiling managed v0.8.0
16252026-02-25T20:16:45.137Z Compiling buf-list v1.0.3
16262026-02-25T20:16:45.387Z Compiling winnow v0.5.40
16272026-02-25T20:16:45.524Z Compiling unicode-segmentation v1.12.0
16282026-02-25T20:16:45.597Z Compiling iri-string v0.7.8
16292026-02-25T20:16:45.786Z Compiling ryu v1.0.18
16302026-02-25T20:16:46.164Z Compiling bumpalo v3.16.0
16312026-02-25T20:16:46.626Z Compiling zopfli v0.8.1
16322026-02-25T20:16:46.694Z Compiling clap_builder v4.5.48
16332026-02-25T20:16:47.273Z Compiling serde_urlencoded v0.7.1
16342026-02-25T20:16:47.914Z Compiling strum v0.27.2
16352026-02-25T20:16:48.364Z Compiling dof v0.3.0
16362026-02-25T20:16:48.877Z Compiling tower-http v0.6.6
16372026-02-25T20:16:49.382Z Compiling toml_edit v0.19.15
16382026-02-25T20:16:49.903Z Compiling daft v0.1.4
16392026-02-25T20:16:49.934Z Compiling elliptic-curve v0.13.8
16402026-02-25T20:16:50.250Z Compiling hubpack v0.1.2
16412026-02-25T20:16:50.717Z Compiling cargo_metadata v0.19.2
16422026-02-25T20:16:50.784Z Compiling hyper-tls v0.6.0
16432026-02-25T20:16:50.959Z Compiling signal-hook-mio v0.2.4
16442026-02-25T20:16:51.166Z Compiling cookie_store v0.21.1
16452026-02-25T20:16:52.928Z Compiling zstd v0.13.3
16462026-02-25T20:16:54.380Z Compiling serde_with_macros v3.16.1
16472026-02-25T20:16:54.479Z Compiling postgres-types v0.2.9
16482026-02-25T20:16:55.401Z Compiling usdt-attr-macro v0.6.0
16492026-02-25T20:16:55.814Z Compiling usdt-macro v0.6.0
16502026-02-25T20:16:56.015Z Compiling phf v0.11.2
16512026-02-25T20:16:56.370Z Compiling dtrace-parser v0.2.0
16522026-02-25T20:16:56.878Z Compiling ed25519 v2.2.3
16532026-02-25T20:16:57.018Z Compiling bzip2 v0.5.2
16542026-02-25T20:16:57.149Z Compiling bzip2 v0.4.4
16552026-02-25T20:16:57.458Z Compiling pkcs1 v0.7.5
16562026-02-25T20:16:57.578Z Compiling enum-as-inner v0.6.1
16572026-02-25T20:16:57.653Z Compiling strum_macros v0.26.4
16582026-02-25T20:16:58.515Z Compiling clap_derive v4.5.47
16592026-02-25T20:16:58.540Z Compiling hex v0.4.3
16602026-02-25T20:16:58.703Z Compiling serde-big-array v0.5.1
16612026-02-25T20:16:58.744Z Compiling rfc6979 v0.4.0
16622026-02-25T20:16:58.988Z Compiling bstr v1.10.0
16632026-02-25T20:16:59.013Z Compiling serde_repr v0.1.19
16642026-02-25T20:16:59.190Z Compiling float-cmp v0.10.0
16652026-02-25T20:16:59.215Z Compiling env_filter v0.1.2
16662026-02-25T20:16:59.487Z Compiling memmap2 v0.9.8
16672026-02-25T20:16:59.935Z Compiling socket2 v0.5.10
16682026-02-25T20:16:59.960Z Compiling encoding_rs v0.8.34
16692026-02-25T20:17:00.123Z Compiling static_assertions v1.1.0
16702026-02-25T20:17:00.265Z Compiling foldhash v0.2.0
16712026-02-25T20:17:00.573Z Compiling data-encoding v2.9.0
16722026-02-25T20:17:00.690Z Compiling normalize-line-endings v0.3.0
16732026-02-25T20:17:00.898Z Compiling fixedbitset v0.5.7
16742026-02-25T20:17:00.923Z Compiling keccak v0.1.5
16752026-02-25T20:17:01.606Z Compiling rustc-hash v2.1.1
16762026-02-25T20:17:01.835Z Compiling new_debug_unreachable v1.0.6
16772026-02-25T20:17:01.986Z Compiling mime v0.3.17
16782026-02-25T20:17:02.070Z Compiling whoami v1.5.2
16792026-02-25T20:17:02.536Z Compiling predicates-core v1.0.8
16802026-02-25T20:17:02.603Z Compiling fixedbitset v0.4.2
16812026-02-25T20:17:02.714Z Compiling jiff v0.2.15
16822026-02-25T20:17:02.913Z Compiling precomputed-hash v0.1.1
16832026-02-25T20:17:03.012Z Compiling difflib v0.4.0
16842026-02-25T20:17:03.079Z Compiling string_cache v0.8.9
16852026-02-25T20:17:03.104Z Compiling petgraph v0.6.5
16862026-02-25T20:17:03.144Z Compiling clap v4.5.48
16872026-02-25T20:17:03.342Z Compiling tokio-postgres v0.7.13
16882026-02-25T20:17:03.708Z Compiling predicates v3.1.3
16892026-02-25T20:17:04.108Z Compiling strum v0.26.3
16902026-02-25T20:17:04.332Z Compiling iddqd v0.3.16
16912026-02-25T20:17:04.426Z Compiling petgraph v0.8.2
16922026-02-25T20:17:05.239Z Compiling hickory-proto v0.25.2
16932026-02-25T20:17:05.337Z Compiling sha3 v0.10.8
16942026-02-25T20:17:06.403Z Compiling toml_edit v0.22.27
16952026-02-25T20:17:07.229Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-02-25T20:17:07.260Z Compiling similar v2.7.0
16972026-02-25T20:17:09.210Z Compiling usdt-impl v0.5.0
16982026-02-25T20:17:09.324Z Compiling usdt v0.6.0
16992026-02-25T20:17:09.369Z Compiling env_logger v0.11.8
17002026-02-25T20:17:09.839Z Compiling serde_with v3.16.1
17012026-02-25T20:17:10.131Z Compiling ecdsa v0.16.9
17022026-02-25T20:17:10.576Z Compiling zip v4.2.0
17032026-02-25T20:17:11.115Z Compiling rsa v0.9.8
17042026-02-25T20:17:13.042Z Compiling zip v0.6.6
17052026-02-25T20:17:13.878Z Compiling ed25519-dalek v2.1.1
17062026-02-25T20:17:14.890Z Compiling toml v0.7.8
17072026-02-25T20:17:15.116Z Compiling crossterm v0.28.1
17082026-02-25T20:17:16.149Z Compiling heck v0.4.1
17092026-02-25T20:17:16.454Z Compiling crossbeam-epoch v0.9.18
17102026-02-25T20:17:16.494Z Compiling tokio-stream v0.1.17
17112026-02-25T20:17:16.629Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-02-25T20:17:16.660Z Compiling x509-cert v0.2.5
17132026-02-25T20:17:17.177Z Compiling openapiv3 v2.2.0
17142026-02-25T20:17:17.225Z Compiling sha1 v0.10.6
17152026-02-25T20:17:17.472Z Compiling itertools v0.13.0
17162026-02-25T20:17:17.716Z Compiling itertools v0.10.5
17172026-02-25T20:17:18.030Z Compiling winnow v0.6.26
17182026-02-25T20:17:18.528Z Compiling lalrpop-util v0.19.12
17192026-02-25T20:17:18.901Z Compiling peg-runtime v0.8.5
17202026-02-25T20:17:19.128Z Compiling thread_local v1.1.8
17212026-02-25T20:17:19.496Z Compiling slog-async v2.8.0
17222026-02-25T20:17:19.635Z Compiling crossbeam-channel v0.5.15
17232026-02-25T20:17:20.085Z Compiling xattr v1.3.1
17242026-02-25T20:17:20.241Z Compiling futures-executor v0.3.31
17252026-02-25T20:17:20.364Z Compiling filetime v0.2.26
17262026-02-25T20:17:20.631Z Compiling is-terminal v0.4.13
17272026-02-25T20:17:20.678Z Compiling term v1.1.0
17282026-02-25T20:17:20.706Z Compiling take_mut v0.2.2
17292026-02-25T20:17:20.740Z Compiling tar v0.4.44
17302026-02-25T20:17:20.813Z Compiling futures v0.3.31
17312026-02-25T20:17:21.476Z Compiling slog-term v2.9.2
17322026-02-25T20:17:24.613Z Compiling aws-lc-sys v0.26.0
17332026-02-25T20:18:03.011Z Compiling rustls-webpki v0.102.8
17342026-02-25T20:18:09.412Z Compiling tokio-rustls v0.26.0
17352026-02-25T20:18:09.809Z Compiling hyper-rustls v0.27.7
17362026-02-25T20:18:10.250Z Compiling reqwest v0.12.24
17372026-02-25T20:18:15.638Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-02-25T20:18:16.064Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-02-25T20:18:22.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s
17402026-02-25T20:18:22.577Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17412026-02-25T20:18:22.656ZFeb 25 20:18:22.163 INFO Starting download, target: Clickhouse
17422026-02-25T20:18:22.656ZFeb 25 20:18:22.164 INFO Starting download, target: Cockroach
17432026-02-25T20:18:22.656ZFeb 25 20:18:22.164 INFO Starting download, target: Console
17442026-02-25T20:18:22.656ZFeb 25 20:18:22.164 INFO Starting download, target: DendriteStub
17452026-02-25T20:18:22.656ZFeb 25 20:18:22.164 INFO Starting download, target: MaghemiteMgd
17462026-02-25T20:18:22.656ZFeb 25 20:18:22.164 INFO Starting download, target: TransceiverControl
17472026-02-25T20:18:22.683ZFeb 25 20:18:22.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-02-25T20:18:22.684ZFeb 25 20:18:22.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-02-25T20:18:22.684ZFeb 25 20:18:22.166 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-02-25T20:18:22.684ZFeb 25 20:18:22.167 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-02-25T20:18:22.684ZFeb 25 20:18:22.167 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-02-25T20:18:22.684ZFeb 25 20:18:22.167 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-02-25T20:18:23.050ZFeb 25 20:18:22.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-02-25T20:18:23.503ZFeb 25 20:18:22.997 INFO Download complete, target: Console
17552026-02-25T20:18:23.530ZFeb 25 20:18:23.033 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-02-25T20:18:23.956ZFeb 25 20:18:23.443 INFO Download complete, target: TransceiverControl
17572026-02-25T20:18:27.176ZFeb 25 20:18:26.663 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17582026-02-25T20:18:27.759ZFeb 25 20:18:27.270 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-02-25T20:18:29.106ZFeb 25 20:18:28.617 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-02-25T20:18:29.106ZFeb 25 20:18:28.617 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-02-25T20:18:32.145ZFeb 25 20:18:31.656 INFO Download complete, target: DendriteStub
17622026-02-25T20:18:32.834ZFeb 25 20:18:32.345 INFO Download complete, target: MaghemiteMgd
17632026-02-25T20:18:39.494ZFeb 25 20:18:39.006 INFO Checking that binary works, target: Cockroach
17642026-02-25T20:18:39.775ZFeb 25 20:18:39.288 INFO Download complete, target: Cockroach
17652026-02-25T20:18:48.291ZFeb 25 20:18:47.805 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-02-25T20:19:01.716ZFeb 25 20:19:01.231 INFO Checking that binary works, target: Clickhouse
17672026-02-25T20:19:01.943ZFeb 25 20:19:01.458 INFO Download complete, target: Clickhouse
17682026-02-25T20:19:01.968ZAll prerequisites installed successfully
17692026-02-25T20:19:01.968Z
17702026-02-25T20:19:01.968Zreal 7:24.517631617
17712026-02-25T20:19:01.968Zuser 20:21.123965141
17722026-02-25T20:19:01.968Zsys 3:03.927508214
17732026-02-25T20:19:01.968Ztrap 0.832253241
17742026-02-25T20:19:01.968Ztflt 0.461106121
17752026-02-25T20:19:01.968Zdflt 1.268994034
17762026-02-25T20:19:01.968Zkflt 0.010328544
17772026-02-25T20:19:01.968Zlock 54:49.161593703
17782026-02-25T20:19:01.968Zslp 1:16:06.106612618
17792026-02-25T20:19:01.968Zlat 1:32.840962011
17802026-02-25T20:19:01.968Zstop 3:15.840080528
17812026-02-25T20:19:01.968Z+ ptime -m cargo xtask download softnpu
17822026-02-25T20:19:03.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
17832026-02-25T20:19:03.440Z Running `target/debug/xtask download softnpu`
17842026-02-25T20:19:05.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
17852026-02-25T20:19:05.107Z Running `target/debug/xtask-downloader softnpu`
17862026-02-25T20:19:05.173ZFeb 25 20:19:04.689 INFO Starting download, target: Softnpu
17872026-02-25T20:19:05.198ZFeb 25 20:19:04.690 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17882026-02-25T20:19:06.920ZFeb 25 20:19:06.437 INFO Download complete, target: Softnpu
17892026-02-25T20:19:06.945Z
17902026-02-25T20:19:06.945Zreal 4.962891971
17912026-02-25T20:19:06.945Zuser 2.544863569
17922026-02-25T20:19:06.945Zsys 1.467444393
17932026-02-25T20:19:06.945Ztrap 0.000575157
17942026-02-25T20:19:06.945Ztflt 0.000215773
17952026-02-25T20:19:06.945Zdflt 0.000842505
17962026-02-25T20:19:06.945Zkflt 0.000000000
17972026-02-25T20:19:06.945Zlock 18.831869602
17982026-02-25T20:19:06.945Zslp 1.505364946
17992026-02-25T20:19:06.945Zlat 0.223904180
18002026-02-25T20:19:06.945Zstop 0.000396257
18012026-02-25T20:19:06.946Z+ export CARGO_INCREMENTAL=0
18022026-02-25T20:19:06.946Z+ CARGO_INCREMENTAL=0
18032026-02-25T20:19:06.946Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18042026-02-25T20:19:09.048Z Compiling proc-macro2 v1.0.101
18052026-02-25T20:19:09.048Z Compiling unicode-ident v1.0.19
18062026-02-25T20:19:09.048Z Compiling libc v0.2.180
18072026-02-25T20:19:09.048Z Compiling serde_core v1.0.228
18082026-02-25T20:19:09.073Z Compiling serde v1.0.228
18092026-02-25T20:19:09.073Z Compiling autocfg v1.4.0
18102026-02-25T20:19:09.073Z Compiling cfg-if v1.0.4
18112026-02-25T20:19:09.293Z Compiling version_check v0.9.5
18122026-02-25T20:19:09.366Z Compiling memchr v2.7.4
18132026-02-25T20:19:09.390Z Compiling shlex v1.3.0
18142026-02-25T20:19:10.007Z Compiling lock_api v0.4.12
18152026-02-25T20:19:10.032Z Compiling find-msvc-tools v0.1.9
18162026-02-25T20:19:10.350Z Compiling value-bag v1.12.0
18172026-02-25T20:19:10.498Z Compiling zmij v1.0.15
18182026-02-25T20:19:10.715Z Compiling typenum v1.17.0
18192026-02-25T20:19:10.968Z Compiling log v0.4.29
18202026-02-25T20:19:11.067Z Compiling portable-atomic v1.11.0
18212026-02-25T20:19:11.374Z Compiling quote v1.0.40
18222026-02-25T20:19:11.453Z Compiling jobserver v0.1.32
18232026-02-25T20:19:11.675Z Compiling serde_json v1.0.149
18242026-02-25T20:19:11.743Z Compiling generic-array v0.14.7
18252026-02-25T20:19:11.943Z Compiling syn v2.0.114
18262026-02-25T20:19:12.005Z Compiling cc v1.2.56
18272026-02-25T20:19:12.111Z Compiling getrandom v0.3.4
18282026-02-25T20:19:12.189Z Compiling libm v0.2.8
18292026-02-25T20:19:12.244Z Compiling num-traits v0.2.19
18302026-02-25T20:19:12.650Z Compiling scopeguard v1.2.0
18312026-02-25T20:19:12.690Z Compiling parking_lot_core v0.9.10
18322026-02-25T20:19:12.749Z Compiling smallvec v1.15.1
18332026-02-25T20:19:13.089Z Compiling regex-syntax v0.8.5
18342026-02-25T20:19:13.260Z Compiling itoa v1.0.11
18352026-02-25T20:19:13.966Z Compiling getrandom v0.2.15
18362026-02-25T20:19:14.065Z Compiling thiserror v2.0.18
18372026-02-25T20:19:14.285Z Compiling pkg-config v0.3.31
18382026-02-25T20:19:14.347Z Compiling aho-corasick v1.1.3
18392026-02-25T20:19:14.531Z Compiling rustix v0.38.37
18402026-02-25T20:19:15.028Z Compiling errno v0.3.12
18412026-02-25T20:19:15.119Z Compiling stable_deref_trait v1.2.0
18422026-02-25T20:19:15.274Z Compiling either v1.15.0
18432026-02-25T20:19:15.341Z Compiling spin v0.9.8
18442026-02-25T20:19:15.446Z Compiling slab v0.4.9
18452026-02-25T20:19:15.524Z Compiling allocator-api2 v0.2.21
18462026-02-25T20:19:15.787Z Compiling equivalent v1.0.2
18472026-02-25T20:19:15.832Z Compiling semver v1.0.27
18482026-02-25T20:19:15.978Z Compiling lazy_static v1.5.0
18492026-02-25T20:19:16.455Z Compiling regex-automata v0.4.11
18502026-02-25T20:19:16.612Z Compiling schemars v0.8.22
18512026-02-25T20:19:17.886Z Compiling rand_core v0.6.4
18522026-02-25T20:19:18.509Z Compiling critical-section v1.1.3
18532026-02-25T20:19:18.646Z Compiling byteorder v1.5.0
18542026-02-25T20:19:18.671Z Compiling once_cell v1.21.3
18552026-02-25T20:19:19.173Z Compiling synstructure v0.13.1
18562026-02-25T20:19:19.198Z Compiling serde_derive_internals v0.29.1
18572026-02-25T20:19:19.836Z Compiling subtle v2.6.1
18582026-02-25T20:19:20.195Z Compiling litemap v0.7.3
18592026-02-25T20:19:20.292Z Compiling glob v0.3.2
18602026-02-25T20:19:20.405Z Compiling writeable v0.5.5
18612026-02-25T20:19:20.746Z Compiling pin-project-lite v0.2.14
18622026-02-25T20:19:20.842Z Compiling prettyplease v0.2.36
18632026-02-25T20:19:20.943Z Compiling percent-encoding v2.3.2
18642026-02-25T20:19:21.011Z Compiling clang-sys v1.8.1
18652026-02-25T20:19:21.368Z Compiling icu_locid_transform_data v1.5.0
18662026-02-25T20:19:21.493Z Compiling fnv v1.0.7
18672026-02-25T20:19:21.522Z Compiling minimal-lexical v0.2.1
18682026-02-25T20:19:21.738Z Compiling libloading v0.8.5
18692026-02-25T20:19:21.800Z Compiling icu_properties_data v1.5.0
18702026-02-25T20:19:22.049Z Compiling regex v1.11.3
18712026-02-25T20:19:22.139Z Compiling nom v7.1.3
18722026-02-25T20:19:22.284Z Compiling home v0.5.9
18732026-02-25T20:19:22.349Z Compiling serde_derive v1.0.228
18742026-02-25T20:19:22.465Z Compiling zeroize_derive v1.4.2
18752026-02-25T20:19:22.499Z Compiling zerofrom-derive v0.1.4
18762026-02-25T20:19:22.557Z Compiling yoke-derive v0.7.4
18772026-02-25T20:19:22.816Z Compiling zerovec-derive v0.10.3
18782026-02-25T20:19:22.976Z Compiling displaydoc v0.2.5
18792026-02-25T20:19:23.604Z Compiling icu_provider_macros v1.5.0
18802026-02-25T20:19:24.254Z Compiling zeroize v1.8.1
18812026-02-25T20:19:24.564Z Compiling tokio-macros v2.6.0
18822026-02-25T20:19:24.599Z Compiling thiserror-impl v2.0.18
18832026-02-25T20:19:24.727Z Compiling zerocopy-derive v0.7.35
18842026-02-25T20:19:24.976Z Compiling zerofrom v0.1.4
18852026-02-25T20:19:25.183Z Compiling yoke v0.7.4
18862026-02-25T20:19:25.228Z Compiling futures-macro v0.3.31
18872026-02-25T20:19:25.253Z Compiling schemars_derive v0.8.22
18882026-02-25T20:19:25.607Z Compiling zerovec v0.10.4
18892026-02-25T20:19:26.543Z Compiling bindgen v0.69.5
18902026-02-25T20:19:26.667Z Compiling cexpr v0.6.0
18912026-02-25T20:19:27.749Z Compiling tinystr v0.7.6
18922026-02-25T20:19:28.041Z Compiling icu_collections v1.5.0
18932026-02-25T20:19:28.159Z Compiling icu_locid v1.5.0
18942026-02-25T20:19:28.222Z Compiling itertools v0.12.1
18952026-02-25T20:19:28.779Z Compiling utf8_iter v1.0.4
18962026-02-25T20:19:29.064Z Compiling paste v1.0.15
18972026-02-25T20:19:29.481Z Compiling icu_provider v1.5.0
18982026-02-25T20:19:29.632Z Compiling bitflags v2.9.4
18992026-02-25T20:19:29.881Z Compiling bytes v1.11.1
19002026-02-25T20:19:30.929Z Compiling icu_locid_transform v1.5.0
19012026-02-25T20:19:31.227Z Compiling utf16_iter v1.0.5
19022026-02-25T20:19:31.330Z Compiling lazycell v1.3.0
19032026-02-25T20:19:31.480Z Compiling rustc-hash v1.1.0
19042026-02-25T20:19:31.519Z Compiling write16 v1.0.0
19052026-02-25T20:19:31.581Z Compiling icu_normalizer_data v1.5.0
19062026-02-25T20:19:31.654Z Compiling heck v0.5.0
19072026-02-25T20:19:31.785Z Compiling cmake v0.1.51
19082026-02-25T20:19:31.851Z Compiling signal-hook-registry v1.4.2
19092026-02-25T20:19:32.083Z Compiling dunce v1.0.5
19102026-02-25T20:19:32.265Z Compiling fs_extra v1.3.0
19112026-02-25T20:19:32.495Z Compiling icu_properties v1.5.1
19122026-02-25T20:19:32.521Z Compiling parking_lot v0.12.3
19132026-02-25T20:19:33.574Z Compiling which v4.4.2
19142026-02-25T20:19:33.640Z Compiling crypto-common v0.1.6
19152026-02-25T20:19:33.864Z Compiling hashbrown v0.16.1
19162026-02-25T20:19:34.257Z Compiling mio v1.0.2
19172026-02-25T20:19:35.122Z Compiling form_urlencoded v1.2.2
19182026-02-25T20:19:35.732Z Compiling const-oid v0.9.6
19192026-02-25T20:19:35.965Z Compiling rustversion v1.0.22
19202026-02-25T20:19:36.131Z Compiling icu_normalizer v1.5.0
19212026-02-25T20:19:36.256Z Compiling indexmap v2.13.0
19222026-02-25T20:19:36.928Z Compiling socket2 v0.6.1
19232026-02-25T20:19:37.383Z Compiling idna_adapter v1.2.0
19242026-02-25T20:19:37.574Z Compiling idna v1.0.3
19252026-02-25T20:19:37.620Z Compiling tokio v1.49.0
19262026-02-25T20:19:38.514Z Compiling url v2.5.4
19272026-02-25T20:19:38.937Z Compiling ring v0.17.14
19282026-02-25T20:19:39.280Z Compiling zerocopy v0.8.27
19292026-02-25T20:19:39.786Z Compiling block-buffer v0.10.4
19302026-02-25T20:19:39.946Z Compiling tracing-attributes v0.1.27
19312026-02-25T20:19:40.092Z Compiling der_derive v0.7.3
19322026-02-25T20:19:40.711Z Compiling vcpkg v0.2.15
19332026-02-25T20:19:41.809Z Compiling thiserror v1.0.69
19342026-02-25T20:19:42.320Z Compiling aws-lc-rs v1.12.4
19352026-02-25T20:19:42.346Z Compiling openssl-sys v0.9.109
19362026-02-25T20:19:42.522Z Compiling digest v0.10.7
19372026-02-25T20:19:42.718Z Compiling zerocopy-derive v0.8.27
19382026-02-25T20:19:43.245Z Compiling strsim v0.11.1
19392026-02-25T20:19:43.329Z Compiling futures-core v0.3.31
19402026-02-25T20:19:43.602Z Compiling zerocopy v0.7.35
19412026-02-25T20:19:43.627Z Compiling thiserror-impl v1.0.69
19422026-02-25T20:19:44.063Z Compiling iana-time-zone v0.1.63
19432026-02-25T20:19:44.170Z Compiling aws-lc-sys v0.26.0
19442026-02-25T20:19:44.195Z Compiling ucd-trie v0.1.7
19452026-02-25T20:19:44.597Z Compiling pest v2.8.2
19462026-02-25T20:19:44.779Z Compiling chrono v0.4.43
19472026-02-25T20:19:45.219Z Compiling serde_tokenstream v0.2.2
19482026-02-25T20:19:45.405Z Compiling uuid v1.19.0
19492026-02-25T20:19:45.592Z Compiling foldhash v0.1.5
19502026-02-25T20:19:45.792Z Compiling httparse v1.9.5
19512026-02-25T20:19:45.944Z Compiling ident_case v1.0.1
19522026-02-25T20:19:45.969Z Compiling hashbrown v0.15.4
19532026-02-25T20:19:47.317Z Compiling rustix v1.1.3
19542026-02-25T20:19:47.669Z Compiling pest_meta v2.8.2
19552026-02-25T20:19:48.499Z Compiling syn v1.0.109
19562026-02-25T20:19:49.077Z Compiling pest_generator v2.8.2
19572026-02-25T20:19:49.649Z Compiling futures-sink v0.3.31
19582026-02-25T20:19:49.769Z Compiling num-conv v0.1.0
19592026-02-25T20:19:49.856Z Compiling time-core v0.1.6
19602026-02-25T20:19:50.090Z Compiling futures-channel v0.3.31
19612026-02-25T20:19:50.161Z Compiling time-macros v0.2.24
19622026-02-25T20:19:50.960Z Compiling rustc_version v0.4.1
19632026-02-25T20:19:51.010Z Compiling pest_derive v2.8.2
19642026-02-25T20:19:51.507Z Compiling pin-utils v0.1.0
19652026-02-25T20:19:51.637Z Compiling openssl v0.10.73
19662026-02-25T20:19:51.864Z Compiling futures-task v0.3.31
19672026-02-25T20:19:52.058Z Compiling futures-io v0.3.31
19682026-02-25T20:19:52.083Z Compiling cpufeatures v0.2.14
19692026-02-25T20:19:52.146Z Compiling dyn-clone v1.0.20
19702026-02-25T20:19:52.279Z Compiling hmac v0.12.1
19712026-02-25T20:19:52.444Z Compiling futures-util v0.3.31
19722026-02-25T20:19:52.604Z Compiling plain v0.2.3
19732026-02-25T20:19:52.825Z Compiling block-padding v0.3.3
19742026-02-25T20:19:53.079Z Compiling openssl-macros v0.1.1
19752026-02-25T20:19:53.723Z Compiling native-tls v0.2.12
19762026-02-25T20:19:54.083Z Compiling rustls v0.23.19
19772026-02-25T20:19:54.396Z Compiling crossbeam-utils v0.8.21
19782026-02-25T20:19:54.469Z Compiling inout v0.1.3
19792026-02-25T20:19:54.770Z Compiling ppv-lite86 v0.2.20
19802026-02-25T20:19:55.690Z Compiling pretty-hex v0.4.1
19812026-02-25T20:19:56.165Z Compiling cipher v0.4.4
19822026-02-25T20:19:56.361Z Compiling sha2 v0.10.9
19832026-02-25T20:19:56.698Z Compiling http v1.4.0
19842026-02-25T20:19:57.094Z Compiling scroll_derive v0.12.0
19852026-02-25T20:19:58.136Z Compiling scroll_derive v0.13.1
19862026-02-25T20:19:58.572Z Compiling cookie v0.18.1
19872026-02-25T20:19:58.951Z Compiling base64ct v1.6.0
19882026-02-25T20:19:59.019Z Compiling anyhow v1.0.99
19892026-02-25T20:19:59.580Z Compiling pem-rfc7468 v0.7.0
19902026-02-25T20:19:59.737Z Compiling darling_core v0.21.0
19912026-02-25T20:20:00.170Z Compiling slog v2.8.2
19922026-02-25T20:20:01.451Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19932026-02-25T20:20:01.502Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-02-25T20:20:01.980Z Compiling flagset v0.4.6
19952026-02-25T20:20:02.294Z Compiling der v0.7.10
19962026-02-25T20:20:04.514Z Compiling serde_spanned v0.6.9
19972026-02-25T20:20:04.771Z Compiling toml_datetime v0.6.11
19982026-02-25T20:20:04.903Z Compiling rand_core v0.9.3
19992026-02-25T20:20:04.928Z Compiling darling_macro v0.21.0
20002026-02-25T20:20:04.996Z Compiling tracing-core v0.1.32
20012026-02-25T20:20:05.221Z Compiling rustls-pki-types v1.10.0
20022026-02-25T20:20:05.279Z Compiling spki v0.7.3
20032026-02-25T20:20:05.667Z Compiling salsa20 v0.10.2
20042026-02-25T20:20:05.774Z Compiling pbkdf2 v0.12.2
20052026-02-25T20:20:05.799Z Compiling darling v0.21.0
20062026-02-25T20:20:05.937Z Compiling tracing v0.1.40
20072026-02-25T20:20:06.659Z Compiling camino v1.2.2
20082026-02-25T20:20:06.849Z Compiling litrs v0.4.1
20092026-02-25T20:20:06.928Z Compiling winnow v0.5.40
20102026-02-25T20:20:07.188Z Compiling base64 v0.22.1
20112026-02-25T20:20:07.841Z Compiling document-features v0.2.11
20122026-02-25T20:20:08.494Z Compiling scrypt v0.11.0
20132026-02-25T20:20:08.830Z Compiling rand_chacha v0.9.0
20142026-02-25T20:20:08.945Z Compiling tokio-util v0.7.15
20152026-02-25T20:20:09.263Z Compiling aes v0.8.4
20162026-02-25T20:20:09.664Z Compiling cbc v0.1.2
20172026-02-25T20:20:10.397Z Compiling toml_edit v0.19.15
20182026-02-25T20:20:12.283Z Compiling usdt-impl v0.5.0
20192026-02-25T20:20:12.614Z Compiling usdt-impl v0.6.0
20202026-02-25T20:20:12.821Z Compiling powerfmt v0.2.0
20212026-02-25T20:20:12.961Z Compiling untrusted v0.9.0
20222026-02-25T20:20:13.200Z Compiling ref-cast v1.0.25
20232026-02-25T20:20:13.301Z Compiling untrusted v0.7.1
20242026-02-25T20:20:13.357Z Compiling deranged v0.5.3
20252026-02-25T20:20:13.871Z Compiling pkcs5 v0.7.1
20262026-02-25T20:20:14.900Z Compiling rand v0.9.2
20272026-02-25T20:20:16.710Z Compiling http-body v1.0.1
20282026-02-25T20:20:16.986Z Compiling scroll v0.13.0
20292026-02-25T20:20:17.532Z Compiling scroll v0.12.0
20302026-02-25T20:20:17.716Z Compiling heapless v0.7.17
20312026-02-25T20:20:18.275Z Compiling atomic-waker v1.1.2
20322026-02-25T20:20:18.301Z Compiling zstd-safe v7.2.3
20332026-02-25T20:20:18.657Z Compiling num_threads v0.1.7
20342026-02-25T20:20:18.773Z Compiling signal-hook v0.3.18
20352026-02-25T20:20:18.819Z Compiling adler2 v2.0.0
20362026-02-25T20:20:19.089Z Compiling cfg_aliases v0.2.1
20372026-02-25T20:20:19.228Z Compiling miniz_oxide v0.8.5
20382026-02-25T20:20:19.448Z Compiling time v0.3.43
20392026-02-25T20:20:21.603Z Compiling goblin v0.8.2
20402026-02-25T20:20:21.698Z Compiling goblin v0.10.2
20412026-02-25T20:20:22.941Z Compiling pkcs8 v0.10.2
20422026-02-25T20:20:23.861Z Compiling ipnetwork v0.21.1
20432026-02-25T20:20:25.283Z Compiling darling_core v0.20.10
20442026-02-25T20:20:27.642Z Compiling ref-cast-impl v1.0.25
20452026-02-25T20:20:28.803Z Compiling memoffset v0.9.1
20462026-02-25T20:20:30.252Z Compiling tower-service v0.3.3
20472026-02-25T20:20:30.434Z Compiling tower-layer v0.3.3
20482026-02-25T20:20:30.650Z Compiling try-lock v0.2.5
20492026-02-25T20:20:30.861Z Compiling tinyvec_macros v0.1.1
20502026-02-25T20:20:30.963Z Compiling want v0.3.1
20512026-02-25T20:20:31.002Z Compiling tinyvec v1.8.0
20522026-02-25T20:20:31.171Z Compiling darling_macro v0.20.10
20532026-02-25T20:20:32.078Z Compiling dof v0.4.0
20542026-02-25T20:20:32.501Z Compiling dof v0.3.0
20552026-02-25T20:20:33.945Z Compiling h2 v0.4.6
20562026-02-25T20:20:34.015Z Compiling dtrace-parser v0.2.0
20572026-02-25T20:20:34.573Z Compiling dtrace-parser v0.3.0
20582026-02-25T20:20:35.412Z Compiling curve25519-dalek v4.1.3
20592026-02-25T20:20:36.021Z Compiling ipnet v2.11.0
20602026-02-25T20:20:36.046Z Compiling async-trait v0.1.89
20612026-02-25T20:20:36.219Z Compiling daft-derive v0.1.4
20622026-02-25T20:20:37.636Z Compiling thread-id v4.2.2
20632026-02-25T20:20:37.778Z Compiling thread-id v5.0.0
20642026-02-25T20:20:37.927Z Compiling ryu v1.0.18
20652026-02-25T20:20:38.028Z Compiling foreign-types-shared v0.1.1
20662026-02-25T20:20:38.186Z Compiling httpdate v1.0.3
20672026-02-25T20:20:38.581Z Compiling openssl-probe v0.1.5
20682026-02-25T20:20:38.679Z Compiling num-bigint-dig v0.8.6
20692026-02-25T20:20:39.235Z Compiling smoltcp v0.9.1
20702026-02-25T20:20:39.264Z Compiling fastrand v2.1.1
20712026-02-25T20:20:39.743Z Compiling tempfile v3.24.0
20722026-02-25T20:20:39.895Z Compiling foreign-types v0.3.2
20732026-02-25T20:20:43.815Z Compiling hyper v1.8.1
20742026-02-25T20:20:46.261Z Compiling darling v0.20.10
20752026-02-25T20:20:48.892Z Compiling strum_macros v0.26.4
20762026-02-25T20:20:51.198Z Compiling wait-timeout v0.2.0
20772026-02-25T20:20:51.663Z Compiling bit-vec v0.8.0
20782026-02-25T20:20:52.840Z Compiling utf8parse v0.2.2
20792026-02-25T20:20:53.062Z Compiling anstyle v1.0.11
20802026-02-25T20:20:53.663Z Compiling quick-error v1.2.3
20812026-02-25T20:20:53.754Z Compiling gimli v0.31.1
20822026-02-25T20:20:56.315Z Compiling rusty-fork v0.3.0
20832026-02-25T20:20:56.927Z Compiling anstyle-parse v0.2.5
20842026-02-25T20:20:58.874Z Compiling addr2line v0.24.2
20852026-02-25T20:21:00.700Z Compiling bit-set v0.8.0
20862026-02-25T20:21:01.369Z Compiling hyper-util v0.1.19
20872026-02-25T20:21:01.682Z Compiling derive_builder_core v0.20.2
20882026-02-25T20:21:01.812Z Compiling unicode-normalization v0.1.24
20892026-02-25T20:21:02.859Z Compiling nix v0.29.0
20902026-02-25T20:21:03.917Z Compiling rand_xorshift v0.4.0
20912026-02-25T20:21:04.163Z Compiling hubpack_derive v0.1.1
20922026-02-25T20:21:04.988Z Compiling signature v2.2.0
20932026-02-25T20:21:05.256Z Compiling openapiv3 v2.2.0
20942026-02-25T20:21:06.008Z Compiling strum_macros v0.27.2
20952026-02-25T20:21:07.908Z Compiling erased-serde v0.3.31
20962026-02-25T20:21:08.584Z Compiling curve25519-dalek-derive v0.1.1
20972026-02-25T20:21:09.551Z Compiling object v0.36.5
20982026-02-25T20:21:10.075Z Compiling fs-err v3.1.1
20992026-02-25T20:21:10.435Z Compiling ahash v0.8.12
21002026-02-25T20:21:10.898Z Compiling crc32fast v1.4.2
21012026-02-25T20:21:11.356Z Compiling is_terminal_polyfill v1.70.1
21022026-02-25T20:21:11.526Z Compiling buf-list v1.0.3
21032026-02-25T20:21:12.120Z Compiling zlib-rs v0.5.1
21042026-02-25T20:21:13.421Z Compiling anstyle-query v1.1.1
21052026-02-25T20:21:13.800Z Compiling rustc-demangle v0.1.24
21062026-02-25T20:21:15.927Z Compiling unicode-properties v0.1.3
21072026-02-25T20:21:16.217Z Compiling unarray v0.1.4
21082026-02-25T20:21:16.380Z Compiling colorchoice v1.0.2
21092026-02-25T20:21:16.476Z Compiling siphasher v0.3.11
21102026-02-25T20:21:16.633Z Compiling unicode-segmentation v1.12.0
21112026-02-25T20:21:17.591Z Compiling unicode-bidi v0.3.17
21122026-02-25T20:21:17.785Z Compiling backtrace v0.3.74
21132026-02-25T20:21:17.830Z Compiling libz-rs-sys v0.5.1
21142026-02-25T20:21:18.207Z Compiling phf_shared v0.11.2
21152026-02-25T20:21:18.654Z Compiling stringprep v0.1.5
21162026-02-25T20:21:18.844Z Compiling anstream v0.6.18
21172026-02-25T20:21:18.907Z Compiling proptest v1.7.0
21182026-02-25T20:21:24.796Z Compiling derive_builder_macro v0.20.2
21192026-02-25T20:21:27.464Z Compiling usdt-attr-macro v0.6.0
21202026-02-25T20:21:27.937Z Compiling rustls-webpki v0.102.8
21212026-02-25T20:21:27.987Z Compiling usdt-macro v0.6.0
21222026-02-25T20:21:28.710Z Compiling oxnet v0.1.4
21232026-02-25T20:21:28.886Z Compiling http-body-util v0.1.3
21242026-02-25T20:21:29.725Z Compiling rand_chacha v0.3.1
21252026-02-25T20:21:29.937Z Compiling sync_wrapper v1.0.1
21262026-02-25T20:21:30.372Z Compiling md-5 v0.10.6
21272026-02-25T20:21:30.425Z Compiling vergen-lib v0.1.6
21282026-02-25T20:21:30.591Z Compiling num-integer v0.1.46
21292026-02-25T20:21:30.627Z Compiling ff v0.13.0
21302026-02-25T20:21:30.700Z Compiling hash32 v0.2.1
21312026-02-25T20:21:30.798Z Compiling encoding_rs v0.8.34
21322026-02-25T20:21:30.914Z Compiling mime v0.3.17
21332026-02-25T20:21:31.119Z Compiling psl-types v2.0.11
21342026-02-25T20:21:31.348Z Compiling fallible-iterator v0.2.0
21352026-02-25T20:21:32.025Z Compiling base16ct v0.2.0
21362026-02-25T20:21:32.178Z Compiling postgres-protocol v0.6.8
21372026-02-25T20:21:32.348Z Compiling publicsuffix v2.3.0
21382026-02-25T20:21:32.373Z Compiling sec1 v0.7.3
21392026-02-25T20:21:32.434Z Compiling serde_urlencoded v0.7.1
21402026-02-25T20:21:32.972Z Compiling num-iter v0.1.45
21412026-02-25T20:21:33.141Z Compiling group v0.13.0
21422026-02-25T20:21:33.251Z Compiling tower v0.5.2
21432026-02-25T20:21:33.509Z Compiling rand v0.8.5
21442026-02-25T20:21:36.566Z Compiling derive_builder v0.20.2
21452026-02-25T20:21:36.629Z Compiling tokio-rustls v0.26.0
21462026-02-25T20:21:36.813Z Compiling newtype-uuid v1.3.2
21472026-02-25T20:21:37.178Z Compiling tokio-native-tls v0.3.1
21482026-02-25T20:21:37.522Z Compiling flate2 v1.1.2
21492026-02-25T20:21:37.573Z Compiling heck v0.4.1
21502026-02-25T20:21:37.913Z Compiling rustls-native-certs v0.8.1
21512026-02-25T20:21:38.526Z Compiling webpki-roots v1.0.1
21522026-02-25T20:21:38.883Z Compiling serde_with_macros v3.16.1
21532026-02-25T20:21:39.330Z Compiling hkdf v0.12.4
21542026-02-25T20:21:39.378Z Compiling vergen v9.0.6
21552026-02-25T20:21:39.515Z Compiling terminal_size v0.4.0
21562026-02-25T20:21:39.636Z Compiling clap_derive v4.5.47
21572026-02-25T20:21:39.785Z Compiling enum-as-inner v0.6.1
21582026-02-25T20:21:40.850Z Compiling cargo-platform v0.1.8
21592026-02-25T20:21:40.993Z Compiling crypto-bigint v0.5.5
21602026-02-25T20:21:41.150Z Compiling serde_repr v0.1.19
21612026-02-25T20:21:41.357Z Compiling bumpalo v3.16.0
21622026-02-25T20:21:41.862Z Compiling iri-string v0.7.8
21632026-02-25T20:21:41.893Z Compiling simd-adler32 v0.3.7
21642026-02-25T20:21:42.152Z Compiling winnow v0.7.14
21652026-02-25T20:21:42.467Z Compiling lockfree-object-pool v0.1.6
21662026-02-25T20:21:42.798Z Compiling bitflags v1.3.2
21672026-02-25T20:21:43.659Z Compiling managed v0.8.0
21682026-02-25T20:21:43.765Z Compiling clap_lex v0.7.4
21692026-02-25T20:21:44.267Z Compiling elliptic-curve v0.13.8
21702026-02-25T20:21:44.911Z Compiling clap_builder v4.5.48
21712026-02-25T20:21:46.689Z Compiling tower-http v0.6.6
21722026-02-25T20:21:47.394Z Compiling zopfli v0.8.1
21732026-02-25T20:21:47.809Z Compiling cargo_metadata v0.19.2
21742026-02-25T20:21:48.880Z Compiling hyper-tls v0.6.0
21752026-02-25T20:21:49.405Z Compiling hyper-rustls v0.27.7
21762026-02-25T20:21:50.155Z Compiling daft v0.1.4
21772026-02-25T20:21:50.843Z Compiling zstd v0.13.3
21782026-02-25T20:21:51.108Z Compiling signal-hook-mio v0.2.4
21792026-02-25T20:21:51.178Z Compiling cookie_store v0.21.1
21802026-02-25T20:21:51.455Z Compiling postgres-types v0.2.9
21812026-02-25T20:21:51.896Z Compiling phf v0.11.2
21822026-02-25T20:21:52.479Z Compiling strum v0.27.2
21832026-02-25T20:21:52.510Z Compiling ed25519 v2.2.3
21842026-02-25T20:21:52.679Z Compiling hubpack v0.1.2
21852026-02-25T20:21:52.756Z Compiling bzip2 v0.4.4
21862026-02-25T20:21:52.795Z Compiling bzip2 v0.5.2
21872026-02-25T20:21:52.821Z Compiling crossbeam-epoch v0.9.18
21882026-02-25T20:21:53.147Z Compiling pkcs1 v0.7.5
21892026-02-25T20:21:53.956Z Compiling rfc6979 v0.4.0
21902026-02-25T20:21:54.071Z Compiling regress v0.10.4
21912026-02-25T20:21:54.221Z Compiling float-cmp v0.10.0
21922026-02-25T20:21:54.322Z Compiling hex v0.4.3
21932026-02-25T20:21:55.385Z Compiling serde-big-array v0.5.1
21942026-02-25T20:21:55.723Z Compiling bstr v1.10.0
21952026-02-25T20:21:55.971Z Compiling env_filter v0.1.2
21962026-02-25T20:21:56.133Z Compiling socket2 v0.5.10
21972026-02-25T20:21:56.570Z Compiling memmap2 v0.9.8
21982026-02-25T20:21:57.072Z Compiling predicates-core v1.0.8
21992026-02-25T20:21:57.072Z Compiling normalize-line-endings v0.3.0
22002026-02-25T20:21:57.429Z Compiling new_debug_unreachable v1.0.6
22012026-02-25T20:21:57.474Z Compiling precomputed-hash v0.1.1
22022026-02-25T20:21:57.562Z Compiling rustc-hash v2.1.1
22032026-02-25T20:21:57.654Z Compiling toml_write v0.1.2
22042026-02-25T20:21:57.797Z Compiling foldhash v0.2.0
22052026-02-25T20:21:57.822Z Compiling data-encoding v2.9.0
22062026-02-25T20:21:58.062Z Compiling static_assertions v1.1.0
22072026-02-25T20:21:58.087Z Compiling difflib v0.4.0
22082026-02-25T20:21:58.205Z Compiling fixedbitset v0.5.7
22092026-02-25T20:21:58.230Z Compiling keccak v0.1.5
22102026-02-25T20:21:58.664Z Compiling whoami v1.5.2
22112026-02-25T20:21:59.204Z Compiling fixedbitset v0.4.2
22122026-02-25T20:21:59.230Z Compiling jiff v0.2.15
22132026-02-25T20:21:59.266Z Compiling reqwest v0.12.24
22142026-02-25T20:21:59.355Z Compiling tokio-postgres v0.7.13
22152026-02-25T20:21:59.481Z Compiling petgraph v0.8.2
22162026-02-25T20:21:59.708Z Compiling petgraph v0.6.5
22172026-02-25T20:22:00.000Z Compiling predicates v3.1.3
22182026-02-25T20:22:01.425Z Compiling sha3 v0.10.8
22192026-02-25T20:22:02.028Z Compiling hickory-proto v0.25.2
22202026-02-25T20:22:02.791Z Compiling toml_edit v0.22.27
22212026-02-25T20:22:04.365Z Compiling typify-impl v0.4.3
22222026-02-25T20:22:04.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-02-25T20:22:09.053Z Compiling zip v4.2.0
22242026-02-25T20:22:09.434Z Compiling iddqd v0.3.16
22252026-02-25T20:22:09.654Z Compiling string_cache v0.8.9
22262026-02-25T20:22:11.302Z Compiling usdt v0.6.0
22272026-02-25T20:22:11.898Z Compiling similar v2.7.0
22282026-02-25T20:22:12.141Z Compiling env_logger v0.11.8
22292026-02-25T20:22:12.900Z Compiling serde_with v3.16.1
22302026-02-25T20:22:13.791Z Compiling ecdsa v0.16.9
22312026-02-25T20:22:14.261Z Compiling rsa v0.9.8
22322026-02-25T20:22:14.734Z Compiling zip v0.6.6
22332026-02-25T20:22:14.985Z Compiling ed25519-dalek v2.1.1
22342026-02-25T20:22:16.709Z Compiling crossterm v0.28.1
22352026-02-25T20:22:17.613Z Compiling clap v4.5.48
22362026-02-25T20:22:17.807Z Compiling strum v0.26.3
22372026-02-25T20:22:18.022Z Compiling tokio-stream v0.1.17
22382026-02-25T20:22:18.310Z Compiling toml v0.7.8
22392026-02-25T20:22:19.076Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22402026-02-25T20:22:19.548Z Compiling x509-cert v0.2.5
22412026-02-25T20:22:21.216Z Compiling sha1 v0.10.6
22422026-02-25T20:22:21.654Z Compiling itertools v0.13.0
22432026-02-25T20:22:23.578Z Compiling itertools v0.10.5
22442026-02-25T20:22:24.792Z Compiling winnow v0.6.26
22452026-02-25T20:22:26.283Z Compiling peg-runtime v0.8.5
22462026-02-25T20:22:26.822Z Compiling lalrpop-util v0.19.12
22472026-02-25T20:22:28.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22482026-02-25T20:22:33.235Z Compiling typify-macro v0.4.3
22492026-02-25T20:22:38.208Z Compiling rayon-core v1.12.1
22502026-02-25T20:22:45.943Z Compiling proc-macro-crate v1.3.1
22512026-02-25T20:22:47.266Z Compiling macaddr v1.0.1
22522026-02-25T20:22:47.843Z Compiling structmeta-derive v0.3.0
22532026-02-25T20:22:50.408Z Compiling itertools v0.14.0
22542026-02-25T20:22:51.438Z Compiling heapless v0.8.0
22552026-02-25T20:22:53.763Z Compiling ingot-macros v0.1.1
22562026-02-25T20:22:56.130Z Compiling structmeta v0.3.0
22572026-02-25T20:22:56.852Z Compiling num_enum_derive v0.5.11
22582026-02-25T20:22:58.331Z Compiling crossbeam-deque v0.8.5
22592026-02-25T20:22:59.745Z Compiling hash32 v0.3.1
22602026-02-25T20:23:00.981Z Compiling unicode-width v0.1.14
22612026-02-25T20:23:01.685Z Compiling smoltcp v0.11.0
22622026-02-25T20:23:02.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22632026-02-25T20:23:04.844Z Compiling tabwriter v1.4.0
22642026-02-25T20:23:05.501Z Compiling ingot-types v0.1.2
22652026-02-25T20:23:10.559Z Compiling num_enum v0.5.11
22662026-02-25T20:23:13.241Z Compiling typify v0.4.3
22672026-02-25T20:23:17.393Z Compiling proc-macro-error-attr v1.0.4
22682026-02-25T20:23:17.623Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22692026-02-25T20:23:17.961Z Compiling rustls v0.22.4
22702026-02-25T20:23:20.199Z Compiling unsafe-libyaml v0.2.11
22712026-02-25T20:23:20.595Z Compiling cobs v0.2.3
22722026-02-25T20:23:21.630Z Compiling serde_yaml v0.9.34+deprecated
22732026-02-25T20:23:21.833Z Compiling postcard v1.0.10
22742026-02-25T20:23:34.585Z Compiling progenitor-impl v0.11.2
22752026-02-25T20:23:39.281Z Compiling ingot v0.1.1
22762026-02-25T20:23:45.693Z Compiling futures-executor v0.3.31
22772026-02-25T20:23:45.908Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22782026-02-25T20:23:46.572Z Compiling foreign-types-macros v0.2.3
22792026-02-25T20:23:46.666Z Compiling thread_local v1.1.8
22802026-02-25T20:23:46.840Z Compiling multer v3.1.0
22812026-02-25T20:23:47.194Z Compiling proc-macro-error v1.0.4
22822026-02-25T20:23:47.422Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22832026-02-25T20:23:47.688Z Compiling slog-async v2.8.0
22842026-02-25T20:23:47.713Z Compiling match_cfg v0.1.0
22852026-02-25T20:23:47.804Z Compiling foreign-types-shared v0.3.1
22862026-02-25T20:23:47.881Z Compiling hostname v0.3.1
22872026-02-25T20:23:47.983Z Compiling foreign-types v0.5.0
22882026-02-25T20:23:48.269Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22892026-02-25T20:23:48.294Z Compiling futures v0.3.31
22902026-02-25T20:23:48.324Z Compiling progenitor-macro v0.11.2
22912026-02-25T20:23:49.364Z Compiling derive-ex v0.1.8
22922026-02-25T20:23:52.224Z Compiling progenitor-client v0.11.2
22932026-02-25T20:23:52.994Z Compiling toml_parser v1.0.6+spec-1.1.0
22942026-02-25T20:23:53.256Z Compiling slog-json v2.6.1
22952026-02-25T20:23:53.781Z Compiling crossbeam-channel v0.5.15
22962026-02-25T20:23:55.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22972026-02-25T20:23:56.078Z Compiling async-stream-impl v0.3.6
22982026-02-25T20:23:56.147Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22992026-02-25T20:23:56.228Z Compiling serde_spanned v1.0.4
23002026-02-25T20:23:56.535Z Compiling toml_datetime v0.7.5+spec-1.1.0
23012026-02-25T20:23:56.911Z Compiling cstr-argument v0.1.2
23022026-02-25T20:23:57.222Z Compiling is-terminal v0.4.13
23032026-02-25T20:23:57.261Z Compiling dropshot v0.16.7
23042026-02-25T20:23:57.286Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23052026-02-25T20:23:57.436Z Compiling pretty-hex v0.2.1
23062026-02-25T20:23:57.461Z Compiling take_mut v0.2.2
23072026-02-25T20:23:57.628Z Compiling crucible-workspace-hack v0.1.0
23082026-02-25T20:23:57.653Z Compiling term v1.1.0
23092026-02-25T20:23:57.679Z Compiling typeid v1.0.3
23102026-02-25T20:23:57.720Z Compiling toml_writer v1.0.6+spec-1.1.0
23112026-02-25T20:23:57.979Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23122026-02-25T20:23:58.255Z Compiling toml v0.9.11+spec-1.1.0
23132026-02-25T20:23:58.293Z Compiling slog-term v2.9.2
23142026-02-25T20:23:58.731Z Compiling progenitor v0.11.2
23152026-02-25T20:23:58.994Z Compiling async-stream v0.3.6
23162026-02-25T20:23:59.319Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-02-25T20:24:01.412Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-02-25T20:24:01.470Z Compiling tokio-rustls v0.25.0
23192026-02-25T20:24:01.689Z Compiling slog-bunyan v2.5.0
23202026-02-25T20:24:01.713Z Compiling test-strategy v0.4.3
23212026-02-25T20:24:02.200Z Compiling rayon v1.10.0
23222026-02-25T20:24:02.676Z Compiling parse-display-derive v0.10.0
23232026-02-25T20:24:04.608Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23242026-02-25T20:24:04.675Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23252026-02-25T20:24:04.906Z Compiling colored v2.2.0
23262026-02-25T20:24:06.056Z Compiling nix v0.30.1
23272026-02-25T20:24:06.362Z Compiling waitgroup v0.1.2
23282026-02-25T20:24:06.658Z Compiling rustls-pemfile v2.2.0
23292026-02-25T20:24:06.683Z Compiling newtype-uuid-macros v0.1.0
23302026-02-25T20:24:06.859Z Compiling dropshot_endpoint v0.16.7
23312026-02-25T20:24:07.213Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23322026-02-25T20:24:07.344Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-02-25T20:24:07.693Z Compiling serde_path_to_error v0.1.20
23342026-02-25T20:24:07.729Z Compiling hostname v0.4.2
23352026-02-25T20:24:07.826Z Compiling instant v0.1.13
23362026-02-25T20:24:07.925Z Compiling colored v3.0.0
23372026-02-25T20:24:08.042Z Compiling debug-ignore v1.0.5
23382026-02-25T20:24:08.067Z Compiling backoff v0.4.0
23392026-02-25T20:24:08.196Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23402026-02-25T20:24:08.255Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23412026-02-25T20:24:08.471Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23422026-02-25T20:24:08.671Z Compiling parse-display v0.10.0
23432026-02-25T20:24:09.290Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23442026-02-25T20:24:10.522Z Compiling zone_cfg_derive v0.3.0
23452026-02-25T20:24:11.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-02-25T20:24:12.339Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-02-25T20:24:12.665Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482026-02-25T20:24:12.790Z Compiling camino-tempfile v1.4.1
23492026-02-25T20:24:13.528Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-02-25T20:24:13.712Z Compiling progenitor-client v0.10.0
23512026-02-25T20:24:14.701Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23522026-02-25T20:24:17.092Z Compiling secrecy v0.10.3
23532026-02-25T20:24:17.182Z Compiling num-derive v0.4.2
23542026-02-25T20:24:17.450Z Compiling sigpipe v0.1.3
23552026-02-25T20:24:17.582Z Compiling libefi-sys v0.1.0
23562026-02-25T20:24:17.620Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-02-25T20:24:17.985Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23582026-02-25T20:24:18.022Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23592026-02-25T20:24:18.217Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23602026-02-25T20:24:18.972Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-02-25T20:24:19.745Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23622026-02-25T20:24:20.390Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23632026-02-25T20:24:21.736Z Compiling erased-serde v0.4.6
23642026-02-25T20:24:22.002Z Compiling zone v0.3.1
23652026-02-25T20:24:23.179Z Compiling usdt-attr-macro v0.5.0
23662026-02-25T20:24:23.830Z Compiling usdt-macro v0.5.0
23672026-02-25T20:24:24.592Z Compiling smf v0.2.3
23682026-02-25T20:24:25.070Z Compiling bitfield-struct v0.6.2
23692026-02-25T20:24:25.414Z Compiling ordered-float v2.10.1
23702026-02-25T20:24:25.762Z Compiling blake3 v1.5.4
23712026-02-25T20:24:26.025Z Compiling memmap v0.7.0
23722026-02-25T20:24:26.326Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-02-25T20:24:26.454Z Compiling usdt v0.5.0
23742026-02-25T20:24:26.999Z Compiling serde-value v0.7.0
23752026-02-25T20:24:27.024Z Compiling serde-untagged v0.1.7
23762026-02-25T20:24:27.074Z Compiling toml v0.8.23
23772026-02-25T20:24:27.545Z Compiling xattr v1.3.1
23782026-02-25T20:24:27.745Z Compiling filetime v0.2.26
23792026-02-25T20:24:27.777Z Compiling constant_time_eq v0.3.1
23802026-02-25T20:24:27.928Z Compiling arrayvec v0.7.6
23812026-02-25T20:24:28.008Z Compiling unicode-xid v0.2.6
23822026-02-25T20:24:28.119Z Compiling unicode-width v0.2.0
23832026-02-25T20:24:28.270Z Compiling arrayref v0.3.9
23842026-02-25T20:24:28.406Z Compiling same-file v1.0.6
23852026-02-25T20:24:28.431Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23862026-02-25T20:24:28.580Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23872026-02-25T20:24:28.605Z Compiling console v0.16.0
23882026-02-25T20:24:28.721Z Compiling walkdir v2.5.0
23892026-02-25T20:24:30.048Z Compiling cargo-util-schemas v0.8.2
23902026-02-25T20:24:30.191Z Compiling tar v0.4.44
23912026-02-25T20:24:30.864Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23922026-02-25T20:24:31.092Z Compiling tokio-dtrace v0.1.0
23932026-02-25T20:24:31.297Z Compiling gethostname v0.5.0
23942026-02-25T20:24:31.547Z Compiling cargo-platform v0.2.0
23952026-02-25T20:24:31.602Z Compiling unit-prefix v0.5.1
23962026-02-25T20:24:31.890Z Compiling topological-sort v0.2.2
23972026-02-25T20:24:32.233Z Compiling omicron-zone-package v0.12.2
23982026-02-25T20:24:32.262Z Compiling indicatif v0.18.0
23992026-02-25T20:24:32.709Z Compiling cargo_metadata v0.21.0
24002026-02-25T20:24:35.500Z Compiling oxide-tokio-rt v0.1.2
24012026-02-25T20:24:36.094Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24022026-02-25T20:24:36.418Z Compiling shell-words v1.1.0
24032026-02-25T20:24:36.443Z Compiling indent_write v2.2.0
24042026-02-25T20:24:40.541Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24052026-02-25T20:24:43.144Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-02-25T20:24:49.415Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-02-25T20:25:07.208Z Finished `release` profile [optimized] target(s) in 6m 00s
24082026-02-25T20:25:07.389Z Running `target/release/omicron-package -t test target create -p dev`
24092026-02-25T20:25:07.482ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-02-25T20:25:07.507ZCreated new build target 'test' and set it as active
24112026-02-25T20:25:07.507Z
24122026-02-25T20:25:07.507Zreal 6:00.605320847
24132026-02-25T20:25:07.507Zuser 40:29.457416673
24142026-02-25T20:25:07.507Zsys 4:36.096885249
24152026-02-25T20:25:07.507Ztrap 1.700704170
24162026-02-25T20:25:07.507Ztflt 1.245525177
24172026-02-25T20:25:07.507Zdflt 1.335548733
24182026-02-25T20:25:07.507Zkflt 0.000401142
24192026-02-25T20:25:07.507Zlock 1:55:28.753592102
24202026-02-25T20:25:07.507Zslp 2:45:49.715914929
24212026-02-25T20:25:07.507Zlat 3:14.494378817
24222026-02-25T20:25:07.507Zstop 5:41.329768923
24232026-02-25T20:25:07.507Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-02-25T20:25:09.547Z Finished `release` profile [optimized] target(s) in 1.95s
24252026-02-25T20:25:09.643Z Running `target/release/omicron-package -t test package`
24262026-02-25T20:25:09.722ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-02-25T20:25:12.946Z Compiling convert_case v0.4.0
24282026-02-25T20:25:12.946Z Compiling progenitor-impl v0.10.0
24292026-02-25T20:25:12.971Z Compiling half v2.4.1
24302026-02-25T20:25:12.971Z Compiling ciborium-io v0.2.2
24312026-02-25T20:25:12.971Z Compiling is-terminal v0.4.13
24322026-02-25T20:25:13.082Z Compiling rustls v0.22.4
24332026-02-25T20:25:13.107Z Compiling thread_local v1.1.8
24342026-02-25T20:25:13.288Z Compiling match_cfg v0.1.0
24352026-02-25T20:25:13.331Z Compiling bytecount v0.6.8
24362026-02-25T20:25:13.437Z Compiling hostname v0.3.1
24372026-02-25T20:25:13.626Z Compiling derive_more v0.99.20
24382026-02-25T20:25:13.678Z Compiling ciborium-ll v0.2.2
24392026-02-25T20:25:13.714Z Compiling multer v3.1.0
24402026-02-25T20:25:13.751Z Compiling slog-async v2.8.0
24412026-02-25T20:25:13.776Z Compiling password-hash v0.5.0
24422026-02-25T20:25:13.824Z Compiling blake2 v0.10.6
24432026-02-25T20:25:13.870Z Compiling toml_parser v1.0.6+spec-1.1.0
24442026-02-25T20:25:14.229Z Compiling ciborium v0.2.2
24452026-02-25T20:25:14.895Z Compiling crossbeam-channel v0.5.15
24462026-02-25T20:25:15.273Z Compiling progenitor-client v0.11.2
24472026-02-25T20:25:15.806Z Compiling slog-json v2.6.1
24482026-02-25T20:25:15.883Z Compiling futures-executor v0.3.31
24492026-02-25T20:25:15.924Z Compiling toml_datetime v0.7.5+spec-1.1.0
24502026-02-25T20:25:16.176Z Compiling serde_spanned v1.0.4
24512026-02-25T20:25:16.232Z Compiling swrite v0.1.0
24522026-02-25T20:25:16.388Z Compiling term v1.1.0
24532026-02-25T20:25:16.428Z Compiling take_mut v0.2.2
24542026-02-25T20:25:16.468Z Compiling unicode-width v0.1.14
24552026-02-25T20:25:16.533Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-02-25T20:25:16.964Z Compiling tabwriter v1.4.0
24572026-02-25T20:25:17.029Z Compiling slog-term v2.9.2
24582026-02-25T20:25:17.395Z Compiling toml v0.9.11+spec-1.1.0
24592026-02-25T20:25:17.488Z Compiling futures v0.3.31
24602026-02-25T20:25:17.526Z Compiling slog-bunyan v2.5.0
24612026-02-25T20:25:17.654Z Compiling progenitor v0.11.2
24622026-02-25T20:25:17.785Z Compiling argon2 v0.5.3
24632026-02-25T20:25:17.921Z Compiling tokio-rustls v0.25.0
24642026-02-25T20:25:18.024Z Compiling progenitor-macro v0.10.0
24652026-02-25T20:25:18.389Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24662026-02-25T20:25:18.630Z Compiling dropshot v0.16.7
24672026-02-25T20:25:18.732Z Compiling async-stream v0.3.6
24682026-02-25T20:25:19.006Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24692026-02-25T20:25:19.045Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24702026-02-25T20:25:19.252Z Compiling universal-hash v0.5.1
24712026-02-25T20:25:19.547Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24722026-02-25T20:25:19.771Z Compiling waitgroup v0.1.2
24732026-02-25T20:25:20.026Z Compiling rustls-pemfile v2.2.0
24742026-02-25T20:25:20.063Z Compiling thiserror-impl-no-std v2.0.2
24752026-02-25T20:25:20.129Z Compiling serde_path_to_error v0.1.20
24762026-02-25T20:25:20.428Z Compiling hostname v0.4.2
24772026-02-25T20:25:20.627Z Compiling instant v0.1.13
24782026-02-25T20:25:20.700Z Compiling debug-ignore v1.0.5
24792026-02-25T20:25:20.834Z Compiling opaque-debug v0.3.1
24802026-02-25T20:25:20.869Z Compiling colored v3.0.0
24812026-02-25T20:25:20.982Z Compiling poly1305 v0.8.0
24822026-02-25T20:25:21.515Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24832026-02-25T20:25:22.040Z Compiling backoff v0.4.0
24842026-02-25T20:25:22.087Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24852026-02-25T20:25:22.372Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24862026-02-25T20:25:22.533Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24872026-02-25T20:25:22.653Z Compiling thiserror-no-std v2.0.2
24882026-02-25T20:25:22.838Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24892026-02-25T20:25:23.177Z Compiling parse-display v0.10.0
24902026-02-25T20:25:23.464Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24912026-02-25T20:25:23.694Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-02-25T20:25:23.726Z Compiling chacha20 v0.9.1
24932026-02-25T20:25:24.283Z Compiling progenitor-client v0.10.0
24942026-02-25T20:25:24.909Z Compiling aead v0.5.2
24952026-02-25T20:25:25.062Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24962026-02-25T20:25:25.348Z Compiling macaddr v1.0.1
24972026-02-25T20:25:25.795Z Compiling derive-where v1.5.0
24982026-02-25T20:25:25.843Z Compiling chacha20poly1305 v0.10.1
24992026-02-25T20:25:26.144Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25002026-02-25T20:25:27.002Z Compiling vsss-rs v3.3.4
25012026-02-25T20:25:27.839Z Compiling progenitor v0.10.0
25022026-02-25T20:25:28.129Z Compiling num-rational v0.4.2
25032026-02-25T20:25:29.841Z Compiling num-complex v0.4.6
25042026-02-25T20:25:31.052Z Compiling num v0.4.3
25052026-02-25T20:25:31.191Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-02-25T20:25:31.341Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25072026-02-25T20:25:31.429Z Compiling console v0.15.10
25082026-02-25T20:25:32.212Z Compiling float-ord v0.3.2
25092026-02-25T20:25:32.694Z Compiling toml v0.8.23
25102026-02-25T20:25:33.828Z Compiling newline-converter v0.3.0
25112026-02-25T20:25:34.096Z Compiling atomicwrites v0.4.4
25122026-02-25T20:25:34.129Z Compiling prettyplease v0.2.36
25132026-02-25T20:25:34.184Z Compiling slog-dtrace v0.3.0
25142026-02-25T20:25:34.696Z Compiling expectorate v1.2.0
25152026-02-25T20:25:34.735Z Compiling async-recursion v1.1.1
25162026-02-25T20:25:35.146Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25172026-02-25T20:25:36.157Z Compiling cancel-safe-futures v0.1.5
25182026-02-25T20:25:36.234Z Compiling owo-colors v4.2.3
25192026-02-25T20:25:36.932Z Compiling resolv-conf v0.7.0
25202026-02-25T20:25:37.067Z Compiling libsw-core v0.3.1
25212026-02-25T20:25:37.441Z Compiling libsw v3.5.0
25222026-02-25T20:25:38.452Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25232026-02-25T20:25:38.752Z Compiling linear-map v1.2.0
25242026-02-25T20:25:38.956Z Compiling linked-hash-map v0.5.6
25252026-02-25T20:25:39.330Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25262026-02-25T20:25:39.427Z Compiling lru-cache v0.1.2
25272026-02-25T20:25:39.699Z Compiling unicode-xid v0.2.6
25282026-02-25T20:25:39.964Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25292026-02-25T20:25:40.453Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25302026-02-25T20:25:42.737Z Compiling globset v0.4.15
25312026-02-25T20:25:47.220Z Compiling hickory-proto v0.24.4
25322026-02-25T20:25:48.358Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25332026-02-25T20:25:49.124Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25342026-02-25T20:25:50.450Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25352026-02-25T20:25:53.602Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-02-25T20:25:53.633Z Compiling hickory-resolver v0.24.4
25372026-02-25T20:25:53.899Z Compiling convert_case v0.7.1
25382026-02-25T20:25:54.616Z Compiling derive_more-impl v2.0.1
25392026-02-25T20:25:56.253Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25402026-02-25T20:25:56.696Z Compiling qorb v0.4.1
25412026-02-25T20:26:01.152Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25422026-02-25T20:26:04.101Z Compiling pin-project-internal v1.1.6
25432026-02-25T20:26:06.439Z Compiling pin-project v1.1.6
25442026-02-25T20:26:06.570Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25452026-02-25T20:26:06.604Z Compiling derive_more v2.0.1
25462026-02-25T20:26:06.657Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25472026-02-25T20:26:06.783Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25482026-02-25T20:26:07.038Z Compiling pem v3.0.5
25492026-02-25T20:26:07.275Z Compiling snafu-derive v0.8.5
25502026-02-25T20:26:08.464Z Compiling vte_generate_state_changes v0.1.2
25512026-02-25T20:26:09.003Z Compiling siphasher v1.0.1
25522026-02-25T20:26:09.073Z Compiling termtree v0.5.1
25532026-02-25T20:26:09.411Z Compiling phf_shared v0.12.1
25542026-02-25T20:26:09.454Z Compiling vte v0.11.1
25552026-02-25T20:26:09.643Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-02-25T20:26:09.934Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-02-25T20:26:10.862Z Compiling crossterm v0.29.0
25582026-02-25T20:26:11.201Z Compiling snafu v0.8.5
25592026-02-25T20:26:12.907Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-02-25T20:26:15.141Z Compiling olpc-cjson v0.1.4
25612026-02-25T20:26:15.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25622026-02-25T20:26:16.671Z Compiling csv-core v0.1.11
25632026-02-25T20:26:17.144Z Compiling serde_plain v1.0.2
25642026-02-25T20:26:17.620Z Compiling typed-path v0.9.3
25652026-02-25T20:26:17.730Z Compiling chrono-tz v0.10.4
25662026-02-25T20:26:18.072Z Compiling highway v1.3.0
25672026-02-25T20:26:18.373Z Compiling csv v1.3.1
25682026-02-25T20:26:19.362Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-02-25T20:26:19.499Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-02-25T20:26:20.007Z Compiling strip-ansi-escapes v0.2.0
25712026-02-25T20:26:20.469Z Compiling tough v0.20.0
25722026-02-25T20:26:20.879Z Compiling phf v0.12.1
25732026-02-25T20:26:21.245Z Compiling const_format_proc_macros v0.2.34
25742026-02-25T20:26:21.725Z Compiling papergrid v0.11.0
25752026-02-25T20:26:22.796Z Compiling tabled_derive v0.7.0
25762026-02-25T20:26:24.027Z Compiling fd-lock v4.0.2
25772026-02-25T20:26:24.321Z Compiling peg-macros v0.8.5
25782026-02-25T20:26:24.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25792026-02-25T20:26:24.700Z Compiling nu-ansi-term v0.50.1
25802026-02-25T20:26:24.734Z Compiling tabled v0.15.0
25812026-02-25T20:26:25.440Z Compiling reedline v0.40.0
25822026-02-25T20:26:25.808Z Compiling const_format v0.2.34
25832026-02-25T20:26:26.981Z Compiling peg v0.8.5
25842026-02-25T20:26:27.147Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25852026-02-25T20:26:32.465Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25862026-02-25T20:26:32.911Z Compiling bcs v0.1.6
25872026-02-25T20:26:33.713Z Compiling semver v0.1.20
25882026-02-25T20:26:34.184Z Compiling base64 v0.21.7
25892026-02-25T20:26:34.273Z Compiling rustc_version v0.1.7
25902026-02-25T20:26:34.693Z Compiling newtype_derive v0.1.6
25912026-02-25T20:26:35.041Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25922026-02-25T20:26:35.227Z Compiling unicode-linebreak v0.1.5
25932026-02-25T20:26:35.458Z Compiling humantime v2.2.0
25942026-02-25T20:26:35.961Z Compiling smawk v0.3.2
25952026-02-25T20:26:36.291Z Compiling textwrap v0.16.2
25962026-02-25T20:26:36.446Z Compiling dropshot-api-manager-types v0.3.0
25972026-02-25T20:26:37.969Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25982026-02-25T20:26:38.853Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25992026-02-25T20:26:39.891Z Compiling steno v0.4.1
26002026-02-25T20:26:42.339Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-02-25T20:26:42.597Z Compiling utf-8 v0.7.6
26022026-02-25T20:26:42.981Z Compiling moka v0.12.10
26032026-02-25T20:26:43.382Z Compiling tagptr v0.2.0
26042026-02-25T20:26:46.719Z Compiling hickory-resolver v0.25.2
26052026-02-25T20:26:48.037Z Compiling tungstenite v0.21.0
26062026-02-25T20:26:49.910Z Compiling tokio-tungstenite v0.21.0
26072026-02-25T20:26:50.557Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26082026-02-25T20:26:50.838Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26092026-02-25T20:26:51.265Z Compiling radium v0.7.0
26102026-02-25T20:26:51.768Z Compiling maybe-uninit v2.0.0
26112026-02-25T20:26:52.240Z Compiling tap v1.0.1
26122026-02-25T20:26:52.459Z Compiling wyz v0.5.1
26132026-02-25T20:26:52.970Z Compiling zerocopy-derive v0.6.6
26142026-02-25T20:26:53.114Z Compiling proc-macro-error-attr2 v2.0.0
26152026-02-25T20:26:53.785Z Compiling display-error-chain v0.2.2
26162026-02-25T20:26:54.069Z Compiling crc-catalog v2.4.0
26172026-02-25T20:26:54.292Z Compiling packed_struct v0.10.1
26182026-02-25T20:26:54.410Z Compiling funty v2.0.0
26192026-02-25T20:26:54.771Z Compiling zerocopy v0.6.6
26202026-02-25T20:26:55.591Z Compiling bitvec v1.0.1
26212026-02-25T20:26:56.543Z Compiling crc v3.2.1
26222026-02-25T20:26:58.211Z Compiling proc-macro-error2 v2.0.1
26232026-02-25T20:26:58.415Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26242026-02-25T20:26:59.109Z Compiling packed_struct_codegen v0.10.1
26252026-02-25T20:26:59.471Z Compiling bitfield-macros v0.19.2
26262026-02-25T20:26:59.812Z Compiling indexmap v1.9.3
26272026-02-25T20:27:00.162Z Compiling nodrop v0.1.14
26282026-02-25T20:27:00.370Z Compiling array-init v0.0.4
26292026-02-25T20:27:00.558Z Compiling smallvec v0.6.14
26302026-02-25T20:27:00.780Z Compiling bitfield v0.19.2
26312026-02-25T20:27:01.068Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26322026-02-25T20:27:01.293Z Compiling num-derive v0.3.3
26332026-02-25T20:27:01.389Z Compiling hashbrown v0.12.3
26342026-02-25T20:27:02.648Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26352026-02-25T20:27:03.041Z Compiling libscf-sys v1.1.0
26362026-02-25T20:27:04.404Z Compiling serde-hex v0.1.0
26372026-02-25T20:27:05.252Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26382026-02-25T20:27:06.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26392026-02-25T20:27:06.977Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26402026-02-25T20:27:07.341Z Compiling ron v0.8.1
26412026-02-25T20:27:07.384Z Compiling hashbrown v0.13.2
26422026-02-25T20:27:08.670Z Compiling vergen-gitcl v1.0.8
26432026-02-25T20:27:09.039Z Compiling dirs-sys-next v0.1.2
26442026-02-25T20:27:09.482Z Compiling crc-any v2.5.0
26452026-02-25T20:27:09.531Z Compiling maplit v1.0.2
26462026-02-25T20:27:09.723Z Compiling crunchy v0.2.2
26472026-02-25T20:27:10.283Z Compiling dirs-next v2.0.0
26482026-02-25T20:27:10.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26492026-02-25T20:27:10.547Z Compiling object v0.30.4
26502026-02-25T20:27:11.783Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-02-25T20:27:12.304Z Compiling dsl_auto_type v0.1.2
26522026-02-25T20:27:13.204Z Compiling scheduled-thread-pool v0.2.7
26532026-02-25T20:27:13.424Z Compiling diesel_table_macro_syntax v0.2.0
26542026-02-25T20:27:13.790Z Compiling tiny-keccak v2.0.2
26552026-02-25T20:27:14.166Z Compiling path-slash v0.1.5
26562026-02-25T20:27:14.459Z Compiling diesel_derives v2.2.3
26572026-02-25T20:27:14.489Z Compiling r2d2 v0.8.10
26582026-02-25T20:27:15.098Z Compiling term v0.7.0
26592026-02-25T20:27:17.381Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26602026-02-25T20:27:22.017Z Compiling tabled_derive v0.11.0
26612026-02-25T20:27:23.308Z Compiling papergrid v0.17.0
26622026-02-25T20:27:24.390Z Compiling testing_table v0.3.0
26632026-02-25T20:27:29.164Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26642026-02-25T20:27:29.228Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26652026-02-25T20:27:30.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26662026-02-25T20:27:30.927Z Compiling bit-vec v0.6.3
26672026-02-25T20:27:31.353Z Compiling arc-swap v1.7.1
26682026-02-25T20:27:32.061Z Compiling xshell-macros v0.2.7
26692026-02-25T20:27:32.726Z Compiling xshell v0.2.7
26702026-02-25T20:27:33.567Z Compiling slog-scope v4.4.0
26712026-02-25T20:27:34.322Z Compiling bit-set v0.5.3
26722026-02-25T20:27:34.761Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26732026-02-25T20:27:35.392Z Compiling tabled v0.20.0
26742026-02-25T20:27:36.171Z Compiling diesel v2.2.12
26752026-02-25T20:27:38.691Z Compiling ascii-canvas v3.0.0
26762026-02-25T20:27:39.182Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26772026-02-25T20:27:40.018Z Compiling ena v0.14.3
26782026-02-25T20:27:40.479Z Compiling bindgen v0.71.1
26792026-02-25T20:27:40.935Z Compiling regex-syntax v0.6.29
26802026-02-25T20:27:44.243Z Compiling diff v0.1.13
26812026-02-25T20:27:44.755Z Compiling unicase v2.8.1
26822026-02-25T20:27:45.361Z Compiling lalrpop v0.19.12
26832026-02-25T20:27:45.444Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26842026-02-25T20:27:47.727Z Compiling slog-stdlog v4.1.1
26852026-02-25T20:27:48.599Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-02-25T20:27:51.122Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-02-25T20:27:51.335Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-02-25T20:27:51.701Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-02-25T20:27:51.995Z Compiling crc8 v0.1.1
26902026-02-25T20:27:52.260Z Compiling slog-envlogger v2.2.0
26912026-02-25T20:27:52.354Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-02-25T20:27:54.589Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-02-25T20:27:55.471Z Compiling headers-core v0.3.0
26942026-02-25T20:27:55.705Z Compiling libxml v0.3.3
26952026-02-25T20:27:56.187Z Compiling headers v0.4.1
26962026-02-25T20:27:56.872Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-02-25T20:27:57.229Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-02-25T20:27:57.570Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-02-25T20:27:58.533Z Compiling strum_macros v0.24.3
27002026-02-25T20:27:59.327Z Compiling indoc v1.0.9
27012026-02-25T20:28:00.152Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27022026-02-25T20:28:01.203Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-02-25T20:28:01.562Z Compiling derive_builder v0.20.2
27042026-02-25T20:28:01.821Z Compiling impl-trait-for-tuples v0.2.2
27052026-02-25T20:28:03.889Z Compiling samael v0.0.19
27062026-02-25T20:28:03.920Z Compiling oso-derive v0.27.3
27072026-02-25T20:28:04.448Z Compiling polar-core v0.27.3
27082026-02-25T20:28:04.852Z Compiling quick-xml v0.37.2
27092026-02-25T20:28:05.327Z Compiling half v1.8.3
27102026-02-25T20:28:05.743Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27112026-02-25T20:28:06.306Z Compiling serde_cbor v0.11.2
27122026-02-25T20:28:06.880Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-02-25T20:28:08.275Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-02-25T20:28:08.708Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27152026-02-25T20:28:08.767Z Compiling diesel-dtrace v0.4.2
27162026-02-25T20:28:09.237Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27172026-02-25T20:28:22.018Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-02-25T20:28:22.463Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-02-25T20:28:25.163Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27202026-02-25T20:28:25.556Z Compiling bb8 v0.8.5
27212026-02-25T20:28:26.167Z Compiling trait-variant v0.1.2
27222026-02-25T20:28:26.196Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27232026-02-25T20:28:26.443Z Compiling async-bb8-diesel v0.2.1
27242026-02-25T20:28:27.100Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27252026-02-25T20:28:27.261Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27262026-02-25T20:28:27.325Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-02-25T20:28:27.911Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27282026-02-25T20:28:28.651Z Compiling oso v0.27.3
27292026-02-25T20:28:30.695Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27302026-02-25T20:28:31.172Z Compiling fxhash v0.2.1
27312026-02-25T20:28:31.445Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27322026-02-25T20:28:31.612Z Compiling typify-impl v0.2.0
27332026-02-25T20:28:31.849Z Compiling kstat-rs v0.2.4
27342026-02-25T20:28:32.703Z Compiling libz-sys v1.1.20
27352026-02-25T20:28:33.370Z Compiling nonempty v0.12.0
27362026-02-25T20:28:33.793Z Compiling salty v0.3.0
27372026-02-25T20:28:34.430Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27382026-02-25T20:28:39.653Z Compiling typify-macro v0.2.0
27392026-02-25T20:28:40.699Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402026-02-25T20:28:42.772Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-02-25T20:28:42.820Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27422026-02-25T20:28:47.312Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27432026-02-25T20:28:53.034Z Compiling nanorand v0.7.0
27442026-02-25T20:28:53.779Z Compiling fs-err v2.11.0
27452026-02-25T20:28:54.571Z Compiling parking_lot_core v0.8.6
27462026-02-25T20:28:55.088Z Compiling mime_guess v2.0.5
27472026-02-25T20:28:55.804Z Compiling flume v0.11.1
27482026-02-25T20:28:56.037Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27492026-02-25T20:28:56.599Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27502026-02-25T20:28:59.001Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27512026-02-25T20:29:00.800Z Compiling libgit2-sys v0.18.2+1.9.1
27522026-02-25T20:29:05.358Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27532026-02-25T20:29:21.495Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-02-25T20:29:24.481Z Compiling tabled_derive v0.10.0
27552026-02-25T20:29:26.659Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-02-25T20:29:27.199Z Compiling ignore v0.4.23
27572026-02-25T20:29:27.628Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27582026-02-25T20:29:30.099Z Compiling papergrid v0.14.0
27592026-02-25T20:29:33.432Z Compiling primeorder v0.13.6
27602026-02-25T20:29:33.805Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27612026-02-25T20:29:34.117Z Compiling castaway v0.2.3
27622026-02-25T20:29:34.387Z Compiling nibble_vec v0.1.0
27632026-02-25T20:29:34.715Z Compiling atty v0.2.14
27642026-02-25T20:29:34.774Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27652026-02-25T20:29:34.946Z Compiling http-range v0.1.5
27662026-02-25T20:29:35.185Z Compiling parse-size v1.1.0
27672026-02-25T20:29:35.567Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-02-25T20:29:35.597Z Compiling endian-type v0.1.2
27692026-02-25T20:29:35.911Z Compiling radix_trie v0.2.1
27702026-02-25T20:29:36.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27712026-02-25T20:29:36.857Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27722026-02-25T20:29:37.129Z Compiling compact_str v0.8.0
27732026-02-25T20:29:37.899Z Compiling p384 v0.13.1
27742026-02-25T20:29:38.077Z Compiling tabled v0.18.0
27752026-02-25T20:29:39.646Z Compiling globwalk v0.9.1
27762026-02-25T20:29:41.034Z Compiling parking_lot v0.11.2
27772026-02-25T20:29:42.611Z Compiling typify v0.2.0
27782026-02-25T20:29:42.837Z Compiling predicates-tree v1.0.12
27792026-02-25T20:29:42.970Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-02-25T20:29:43.746Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-02-25T20:29:43.895Z Compiling unicode-truncate v1.1.0
27822026-02-25T20:29:46.190Z Compiling prefix-trie v0.7.0
27832026-02-25T20:29:47.382Z Compiling lru v0.12.5
27842026-02-25T20:29:47.472Z Compiling vergen-git2 v1.0.7
27852026-02-25T20:29:47.800Z Compiling instability v0.3.2
27862026-02-25T20:29:47.848Z Compiling cassowary v0.3.0
27872026-02-25T20:29:48.702Z Compiling indoc v2.0.6
27882026-02-25T20:29:49.536Z Compiling ratatui v0.29.0
27892026-02-25T20:29:51.290Z Compiling hickory-server v0.25.2
27902026-02-25T20:29:51.337Z Compiling camino-tempfile-ext v0.3.2
27912026-02-25T20:29:52.163Z Compiling git2 v0.20.2
27922026-02-25T20:29:52.726Z Compiling hyper-staticfile v0.10.1
27932026-02-25T20:29:55.196Z Compiling progenitor-impl v0.8.0
27942026-02-25T20:30:00.040Z Compiling sled v0.34.7
27952026-02-25T20:30:00.334Z Compiling hickory-client v0.25.2
27962026-02-25T20:30:02.401Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-02-25T20:30:02.637Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27982026-02-25T20:30:02.912Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-02-25T20:30:03.605Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-02-25T20:30:04.482Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-02-25T20:30:07.782Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28022026-02-25T20:30:09.382Z Compiling rand_seeder v0.4.0
28032026-02-25T20:30:09.516Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-02-25T20:30:09.874Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28052026-02-25T20:30:10.344Z Compiling lzma-sys v0.1.20
28062026-02-25T20:30:10.482Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-02-25T20:30:10.879Z Compiling corncobs v0.1.4
28082026-02-25T20:30:11.088Z Compiling rustls v0.21.12
28092026-02-25T20:30:11.344Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-02-25T20:30:11.702Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28112026-02-25T20:30:11.736Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-02-25T20:30:12.065Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-02-25T20:30:12.797Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142026-02-25T20:30:13.137Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-02-25T20:30:24.286Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28162026-02-25T20:30:25.050Z Compiling progenitor-macro v0.8.0
28172026-02-25T20:30:32.557Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28182026-02-25T20:30:36.704Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28192026-02-25T20:30:43.681Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28202026-02-25T20:30:44.556Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28212026-02-25T20:30:50.596Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-02-25T20:30:50.733Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232026-02-25T20:30:50.788Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28242026-02-25T20:30:51.020Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28252026-02-25T20:30:51.138Z Compiling progenitor-client v0.8.0
28262026-02-25T20:30:51.226Z Compiling rustls-webpki v0.101.7
28272026-02-25T20:30:52.158Z Compiling sct v0.7.1
28282026-02-25T20:30:52.656Z Compiling heck v0.3.3
28292026-02-25T20:30:53.022Z Compiling secrecy v0.8.0
28302026-02-25T20:30:53.410Z Compiling void v1.0.2
28312026-02-25T20:30:53.642Z Compiling lzss v0.8.2
28322026-02-25T20:30:54.850Z Compiling zone_cfg_derive v0.1.2
28332026-02-25T20:30:58.429Z Compiling progenitor v0.8.0
28342026-02-25T20:30:58.862Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28352026-02-25T20:30:59.254Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28362026-02-25T20:31:03.204Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-02-25T20:31:04.483Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28382026-02-25T20:31:06.394Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28392026-02-25T20:31:08.027Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-02-25T20:31:08.612Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28412026-02-25T20:31:17.347Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28422026-02-25T20:31:17.793Z Compiling tungstenite v0.23.0
28432026-02-25T20:31:19.821Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28442026-02-25T20:31:20.337Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28452026-02-25T20:31:20.783Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28462026-02-25T20:31:21.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28472026-02-25T20:31:21.690Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28482026-02-25T20:31:21.889Z Compiling nix v0.27.1
28492026-02-25T20:31:22.443Z Compiling serde_bytes v0.11.19
28502026-02-25T20:31:23.093Z Compiling number_prefix v0.4.0
28512026-02-25T20:31:23.174Z Compiling base64 v0.13.1
28522026-02-25T20:31:23.215Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532026-02-25T20:31:23.475Z Compiling indicatif v0.17.11
28542026-02-25T20:31:24.012Z Compiling ron v0.7.1
28552026-02-25T20:31:24.047Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28562026-02-25T20:31:25.224Z Compiling tokio-tungstenite v0.23.1
28572026-02-25T20:31:26.027Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28582026-02-25T20:31:28.955Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28592026-02-25T20:31:29.694Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28602026-02-25T20:31:29.928Z Compiling xz2 v0.1.7
28612026-02-25T20:31:30.671Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28622026-02-25T20:31:41.847Z Compiling tokio-rustls v0.24.1
28632026-02-25T20:31:42.240Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28642026-02-25T20:31:42.378Z Compiling zone v0.1.8
28652026-02-25T20:31:43.115Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28662026-02-25T20:31:45.878Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-02-25T20:31:59.107Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28682026-02-25T20:32:03.372Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-02-25T20:32:11.318Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-02-25T20:32:12.715Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-02-25T20:32:14.514Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28722026-02-25T20:32:14.782Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-02-25T20:32:24.046Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742026-02-25T20:32:26.872Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-02-25T20:32:28.511Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-02-25T20:32:33.665Z Compiling rustls-pemfile v1.0.4
28772026-02-25T20:32:34.447Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28782026-02-25T20:32:35.176Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-02-25T20:32:35.518Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-02-25T20:32:35.913Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28812026-02-25T20:32:37.399Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-02-25T20:32:38.975Z Compiling signal-hook-tokio v0.3.1
28832026-02-25T20:32:39.259Z Compiling twox-hash v2.1.0
28842026-02-25T20:32:40.370Z Compiling yasna v0.5.2
28852026-02-25T20:32:41.753Z Compiling is_ci v1.2.0
28862026-02-25T20:32:42.114Z Compiling supports-color v3.0.2
28872026-02-25T20:32:42.598Z Compiling rcgen v0.12.1
28882026-02-25T20:32:43.816Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-02-25T20:32:43.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-02-25T20:32:53.547Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-02-25T20:32:59.444Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-02-25T20:33:16.649Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28932026-02-25T20:33:19.810Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28942026-02-25T20:33:22.787Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28952026-02-25T20:33:30.594Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-02-25T20:33:45.848Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-02-25T20:33:48.114Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-02-25T20:33:48.221Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-02-25T20:33:48.604Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-02-25T20:33:48.960Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-02-25T20:33:56.508Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-02-25T20:33:56.862Z Compiling fatfs v0.3.6
29032026-02-25T20:33:59.572Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-02-25T20:34:02.529Z Compiling rtoolbox v0.0.2
29052026-02-25T20:34:03.024Z Compiling subprocess v0.2.9
29062026-02-25T20:34:07.507Z Compiling seq-macro v0.3.6
29072026-02-25T20:34:08.542Z Compiling assert_matches v1.5.0
29082026-02-25T20:34:08.806Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-02-25T20:34:09.189Z Compiling rpassword v7.4.0
29102026-02-25T20:34:09.772Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-02-25T20:34:20.272Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-02-25T20:34:31.608Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-02-25T20:34:31.847Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29142026-02-25T20:34:37.166Z Compiling tui-tree-widget v0.23.1
29152026-02-25T20:34:37.695Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-02-25T20:34:42.909Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-02-25T20:34:43.797Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-02-25T20:34:47.707Z Compiling uzers v0.12.1
29192026-02-25T20:34:49.795Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-02-25T20:34:50.763Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-02-25T20:34:55.351Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-02-25T20:35:17.021Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-02-25T20:35:31.780Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-02-25T20:35:32.142Z Compiling support-bundle-viewer v0.1.2
29252026-02-25T20:35:36.401Z Compiling multimap v0.10.1
29262026-02-25T20:37:58.073Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-02-25T20:37:59.864Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282026-02-25T20:51:17.834Z Finished `release` profile [optimized] target(s) in 26m 08s
29292026-02-25T20:52:59.687Z
29302026-02-25T20:52:59.687Zreal 27:52.410354473
29312026-02-25T20:52:59.711Zuser 3:04:52.969075011
29322026-02-25T20:52:59.712Zsys 5:34.122718575
29332026-02-25T20:52:59.712Ztrap 6.760579687
29342026-02-25T20:52:59.712Ztflt 1.642462278
29352026-02-25T20:52:59.712Zdflt 6.326077957
29362026-02-25T20:52:59.712Zkflt 0.000651997
29372026-02-25T20:52:59.712Zlock 12:35:21.215910496
29382026-02-25T20:52:59.712Zslp 8:38:56.565638179
29392026-02-25T20:52:59.712Zlat 4:43.349379051
29402026-02-25T20:52:59.712Zstop 3:59.335977504
29412026-02-25T20:52:59.712Z+ mapfile -t packages
29422026-02-25T20:52:59.712Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29432026-02-25T20:53:02.141Z Finished `release` profile [optimized] target(s) in 2.33s
29442026-02-25T20:53:02.235Z Running `target/release/omicron-package -t test list-outputs`
29452026-02-25T20:53:02.320ZLogging to: /work/oxidecomputer/omicron/out/LOG
29462026-02-25T20:53:02.345Z+ ptime -m cargo build --locked --release -p xtask
29472026-02-25T20:53:03.800Z Compiling serde_core v1.0.228
29482026-02-25T20:53:03.801Z Compiling syn v2.0.114
29492026-02-25T20:53:03.828Z Compiling bitflags v2.9.4
29502026-02-25T20:53:03.828Z Compiling serde v1.0.228
29512026-02-25T20:53:03.828Z Compiling serde_json v1.0.149
29522026-02-25T20:53:03.828Z Compiling libc v0.2.180
29532026-02-25T20:53:03.828Z Compiling num-traits v0.2.19
29542026-02-25T20:53:04.343Z Compiling smallvec v1.15.1
29552026-02-25T20:53:04.388Z Compiling hashbrown v0.16.1
29562026-02-25T20:53:04.413Z Compiling rustix v0.38.37
29572026-02-25T20:53:04.820Z Compiling usdt-impl v0.5.0
29582026-02-25T20:53:04.995Z Compiling syn v1.0.109
29592026-02-25T20:53:05.724Z Compiling rustix v1.1.3
29602026-02-25T20:53:05.909Z Compiling indexmap v2.13.0
29612026-02-25T20:53:06.042Z Compiling thread-id v4.2.2
29622026-02-25T20:53:06.209Z Compiling percent-encoding v2.3.2
29632026-02-25T20:53:06.438Z Compiling getrandom v0.3.4
29642026-02-25T20:53:06.797Z Compiling log v0.4.29
29652026-02-25T20:53:07.093Z Compiling terminal_size v0.4.0
29662026-02-25T20:53:07.334Z Compiling form_urlencoded v1.2.2
29672026-02-25T20:53:07.726Z Compiling ordered-float v2.10.1
29682026-02-25T20:53:08.325Z Compiling fs-err v3.1.1
29692026-02-25T20:53:08.576Z Compiling once_cell v1.21.3
29702026-02-25T20:53:08.742Z Compiling anyhow v1.0.99
29712026-02-25T20:53:09.168Z Compiling heck v0.4.1
29722026-02-25T20:53:09.662Z Compiling clap_builder v4.5.48
29732026-02-25T20:53:10.344Z Compiling tempfile v3.24.0
29742026-02-25T20:53:11.493Z Compiling proc-macro-error v1.0.4
29752026-02-25T20:53:11.671Z Compiling textwrap v0.16.2
29762026-02-25T20:53:12.131Z Compiling synstructure v0.13.1
29772026-02-25T20:53:12.338Z Compiling camino-tempfile v1.4.1
29782026-02-25T20:53:13.086Z Compiling tabled_derive v0.7.0
29792026-02-25T20:53:14.694Z Compiling serde_derive v1.0.228
29802026-02-25T20:53:14.694Z Compiling thiserror-impl v2.0.18
29812026-02-25T20:53:14.695Z Compiling zerofrom-derive v0.1.4
29822026-02-25T20:53:14.721Z Compiling yoke-derive v0.7.4
29832026-02-25T20:53:14.793Z Compiling zerovec-derive v0.10.3
29842026-02-25T20:53:15.212Z Compiling displaydoc v0.2.5
29852026-02-25T20:53:16.812Z Compiling thiserror-impl v1.0.69
29862026-02-25T20:53:17.033Z Compiling icu_provider_macros v1.5.0
29872026-02-25T20:53:17.173Z Compiling zerocopy-derive v0.7.35
29882026-02-25T20:53:17.760Z Compiling thiserror v2.0.18
29892026-02-25T20:53:17.808Z Compiling zerofrom v0.1.4
29902026-02-25T20:53:17.976Z Compiling pest v2.8.2
29912026-02-25T20:53:18.172Z Compiling yoke v0.7.4
29922026-02-25T20:53:18.457Z Compiling scroll_derive v0.12.0
29932026-02-25T20:53:18.788Z Compiling zerovec v0.10.4
29942026-02-25T20:53:19.252Z Compiling zerocopy v0.7.35
29952026-02-25T20:53:19.598Z Compiling thiserror v1.0.69
29962026-02-25T20:53:19.891Z Compiling scroll v0.12.0
29972026-02-25T20:53:20.599Z Compiling goblin v0.8.2
29982026-02-25T20:53:21.529Z Compiling tinystr v0.7.6
29992026-02-25T20:53:21.959Z Compiling pest_meta v2.8.2
30002026-02-25T20:53:22.090Z Compiling icu_locid v1.5.0
30012026-02-25T20:53:22.350Z Compiling icu_collections v1.5.0
30022026-02-25T20:53:24.866Z Compiling icu_provider v1.5.0
30032026-02-25T20:53:25.286Z Compiling pest_generator v2.8.2
30042026-02-25T20:53:25.449Z Compiling serde_spanned v0.6.9
30052026-02-25T20:53:25.751Z Compiling toml_datetime v0.6.11
30062026-02-25T20:53:25.805Z Compiling dof v0.3.0
30072026-02-25T20:53:26.647Z Compiling icu_locid_transform v1.5.0
30082026-02-25T20:53:26.768Z Compiling toml_edit v0.22.27
30092026-02-25T20:53:27.043Z Compiling pest_derive v2.8.2
30102026-02-25T20:53:27.316Z Compiling serde_tokenstream v0.2.2
30112026-02-25T20:53:27.912Z Compiling dtrace-parser v0.2.0
30122026-02-25T20:53:28.011Z Compiling erased-serde v0.4.6
30132026-02-25T20:53:29.719Z Compiling icu_properties v1.5.1
30142026-02-25T20:53:29.967Z Compiling serde-untagged v0.1.7
30152026-02-25T20:53:32.674Z Compiling toml v0.8.23
30162026-02-25T20:53:35.822Z Compiling icu_normalizer v1.5.0
30172026-02-25T20:53:36.396Z Compiling serde-value v0.7.0
30182026-02-25T20:53:37.116Z Compiling idna_adapter v1.2.0
30192026-02-25T20:53:37.429Z Compiling idna v1.0.3
30202026-02-25T20:53:38.075Z Compiling usdt-macro v0.5.0
30212026-02-25T20:53:38.561Z Compiling url v2.5.4
30222026-02-25T20:53:39.464Z Compiling usdt-attr-macro v0.5.0
30232026-02-25T20:53:40.827Z Compiling cargo-util-schemas v0.8.2
30242026-02-25T20:53:41.413Z Compiling cargo-platform v0.2.0
30252026-02-25T20:53:42.596Z Compiling clap_derive v4.5.47
30262026-02-25T20:53:42.747Z Compiling usdt v0.5.0
30272026-02-25T20:53:44.161Z Compiling cargo_metadata v0.21.0
30282026-02-25T20:53:44.235Z Compiling cargo_toml v0.21.0
30292026-02-25T20:53:44.791Z Compiling macaddr v1.0.1
30302026-02-25T20:53:45.463Z Compiling tabled v0.15.0
30312026-02-25T20:53:46.703Z Compiling clap v4.5.48
30322026-02-25T20:53:57.999Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-02-25T20:54:06.035Z Finished `release` profile [optimized] target(s) in 1m 03s
30342026-02-25T20:54:06.201Z
30352026-02-25T20:54:06.201Zreal 1:03.822623496
30362026-02-25T20:54:06.201Zuser 6:41.348319978
30372026-02-25T20:54:06.201Zsys 35.001217325
30382026-02-25T20:54:06.201Ztrap 0.279368990
30392026-02-25T20:54:06.201Ztflt 0.348984739
30402026-02-25T20:54:06.201Zdflt 0.531872334
30412026-02-25T20:54:06.201Zkflt 0.000024321
30422026-02-25T20:54:06.201Zlock 19:25.348748548
30432026-02-25T20:54:06.201Zslp 22:14.243924159
30442026-02-25T20:54:06.201Zlat 25.564032262
30452026-02-25T20:54:06.201Zstop 35.333766120
30462026-02-25T20:54:06.227Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-02-25T20:54:06.227Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-02-25T20:54:06.227Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-02-25T20:54:06.227Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-02-25T20:54:06.227Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-02-25T20:54:08.624Z Compiling regress v0.10.4
30522026-02-25T20:54:08.680Z Compiling unsafe-libyaml v0.2.11
30532026-02-25T20:54:08.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-02-25T20:54:08.704Z Compiling match_cfg v0.1.0
30552026-02-25T20:54:08.750Z Compiling structmeta-derive v0.3.0
30562026-02-25T20:54:08.824Z Compiling rustls v0.22.4
30572026-02-25T20:54:08.849Z Compiling newtype-uuid-macros v0.1.0
30582026-02-25T20:54:08.849Z Compiling multer v3.1.0
30592026-02-25T20:54:08.925Z Compiling hostname v0.3.1
30602026-02-25T20:54:09.270Z Compiling debug-ignore v1.0.5
30612026-02-25T20:54:09.462Z Compiling toml_parser v1.0.6+spec-1.1.0
30622026-02-25T20:54:09.501Z Compiling progenitor-client v0.10.0
30632026-02-25T20:54:09.537Z Compiling slog-json v2.6.1
30642026-02-25T20:54:09.960Z Compiling async-stream-impl v0.3.6
30652026-02-25T20:54:10.145Z Compiling serde_yaml v0.9.34+deprecated
30662026-02-25T20:54:10.566Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-02-25T20:54:10.723Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-02-25T20:54:11.178Z Compiling serde_spanned v1.0.4
30692026-02-25T20:54:11.270Z Compiling dropshot v0.16.7
30702026-02-25T20:54:11.362Z Compiling toml_writer v1.0.6+spec-1.1.0
30712026-02-25T20:54:11.516Z Compiling async-stream v0.3.6
30722026-02-25T20:54:11.551Z Compiling structmeta v0.3.0
30732026-02-25T20:54:11.837Z Compiling toml v0.9.11+spec-1.1.0
30742026-02-25T20:54:11.881Z Compiling slog-bunyan v2.5.0
30752026-02-25T20:54:12.079Z Compiling waitgroup v0.1.2
30762026-02-25T20:54:12.190Z Compiling rustls-pemfile v2.2.0
30772026-02-25T20:54:12.374Z Compiling dropshot_endpoint v0.16.7
30782026-02-25T20:54:12.405Z Compiling itertools v0.14.0
30792026-02-25T20:54:12.621Z Compiling hostname v0.4.2
30802026-02-25T20:54:12.912Z Compiling typify-impl v0.4.3
30812026-02-25T20:54:12.968Z Compiling serde_path_to_error v0.1.20
30822026-02-25T20:54:13.931Z Compiling derive-ex v0.1.8
30832026-02-25T20:54:14.240Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30842026-02-25T20:54:14.525Z Compiling tokio-rustls v0.25.0
30852026-02-25T20:54:15.011Z Compiling macaddr v1.0.1
30862026-02-25T20:54:15.456Z Compiling tabwriter v1.4.0
30872026-02-25T20:54:15.508Z Compiling instant v0.1.13
30882026-02-25T20:54:15.755Z Compiling progenitor-client v0.11.2
30892026-02-25T20:54:15.794Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-02-25T20:54:15.997Z Compiling parse-display-derive v0.10.0
30912026-02-25T20:54:16.464Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30922026-02-25T20:54:16.675Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-02-25T20:54:16.988Z Compiling colored v3.0.0
30942026-02-25T20:54:17.080Z Compiling backoff v0.4.0
30952026-02-25T20:54:17.346Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-02-25T20:54:17.542Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30972026-02-25T20:54:17.868Z Compiling proc-macro-crate v1.3.1
30982026-02-25T20:54:18.207Z Compiling crucible-workspace-hack v0.1.0
30992026-02-25T20:54:18.334Z Compiling test-strategy v0.4.3
31002026-02-25T20:54:18.616Z Compiling proc-macro-error v1.0.4
31012026-02-25T20:54:18.882Z Compiling heapless v0.8.0
31022026-02-25T20:54:18.908Z Compiling num_enum_derive v0.5.11
31032026-02-25T20:54:19.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-02-25T20:54:19.860Z Compiling ingot-macros v0.1.1
31052026-02-25T20:54:19.970Z Compiling hash32 v0.3.1
31062026-02-25T20:54:20.012Z Compiling smoltcp v0.11.0
31072026-02-25T20:54:20.211Z Compiling parse-display v0.10.0
31082026-02-25T20:54:20.322Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31092026-02-25T20:54:20.887Z Compiling foreign-types-macros v0.2.3
31102026-02-25T20:54:20.929Z Compiling foreign-types-shared v0.3.1
31112026-02-25T20:54:21.145Z Compiling cobs v0.2.3
31122026-02-25T20:54:21.414Z Compiling num_enum v0.5.11
31132026-02-25T20:54:21.521Z Compiling postcard v1.0.10
31142026-02-25T20:54:22.206Z Compiling nix v0.30.1
31152026-02-25T20:54:22.264Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31162026-02-25T20:54:22.298Z Compiling foreign-types v0.5.0
31172026-02-25T20:54:22.335Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31182026-02-25T20:54:22.488Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-02-25T20:54:23.112Z Compiling secrecy v0.10.3
31202026-02-25T20:54:23.290Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-02-25T20:54:23.363Z Compiling cstr-argument v0.1.2
31222026-02-25T20:54:23.507Z Compiling rayon-core v1.12.1
31232026-02-25T20:54:23.643Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31242026-02-25T20:54:23.719Z Compiling pretty-hex v0.2.1
31252026-02-25T20:54:23.888Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-02-25T20:54:23.980Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31272026-02-25T20:54:24.015Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-02-25T20:54:24.182Z Compiling crossbeam-deque v0.8.5
31292026-02-25T20:54:24.315Z Compiling colored v2.2.0
31302026-02-25T20:54:24.504Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31312026-02-25T20:54:25.525Z Compiling typify-macro v0.4.3
31322026-02-25T20:54:25.608Z Compiling camino-tempfile v1.4.1
31332026-02-25T20:54:26.182Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31342026-02-25T20:54:26.459Z Compiling rayon v1.10.0
31352026-02-25T20:54:26.832Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-02-25T20:54:26.895Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31372026-02-25T20:54:27.113Z Compiling zone_cfg_derive v0.3.0
31382026-02-25T20:54:27.237Z Compiling ingot-types v0.1.2
31392026-02-25T20:54:27.642Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31402026-02-25T20:54:27.959Z Compiling smf v0.2.3
31412026-02-25T20:54:28.118Z Compiling num-derive v0.4.2
31422026-02-25T20:54:28.298Z Compiling ingot v0.1.1
31432026-02-25T20:54:28.656Z Compiling sigpipe v0.1.3
31442026-02-25T20:54:28.861Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31452026-02-25T20:54:29.276Z Compiling zone v0.3.1
31462026-02-25T20:54:29.359Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31472026-02-25T20:54:29.871Z Compiling typify v0.4.3
31482026-02-25T20:54:29.913Z Compiling toml v0.8.23
31492026-02-25T20:54:30.020Z Compiling convert_case v0.4.0
31502026-02-25T20:54:30.162Z Compiling progenitor-impl v0.11.2
31512026-02-25T20:54:30.605Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-02-25T20:54:31.014Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31532026-02-25T20:54:31.095Z Compiling derive_more v0.99.20
31542026-02-25T20:54:31.376Z Compiling universal-hash v0.5.1
31552026-02-25T20:54:31.454Z Compiling opaque-debug v0.3.1
31562026-02-25T20:54:31.583Z Compiling half v2.4.1
31572026-02-25T20:54:31.618Z Compiling ciborium-io v0.2.2
31582026-02-25T20:54:31.656Z Compiling aead v0.5.2
31592026-02-25T20:54:31.691Z Compiling poly1305 v0.8.0
31602026-02-25T20:54:31.843Z Compiling progenitor-impl v0.10.0
31612026-02-25T20:54:32.144Z Compiling chacha20 v0.9.1
31622026-02-25T20:54:32.337Z Compiling ciborium-ll v0.2.2
31632026-02-25T20:54:32.496Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31642026-02-25T20:54:32.717Z Compiling ciborium v0.2.2
31652026-02-25T20:54:32.781Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31662026-02-25T20:54:32.828Z Compiling num-rational v0.4.2
31672026-02-25T20:54:33.578Z Compiling password-hash v0.5.0
31682026-02-25T20:54:34.127Z Compiling thiserror-impl-no-std v2.0.2
31692026-02-25T20:54:34.263Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31702026-02-25T20:54:34.606Z Compiling blake2 v0.10.6
31712026-02-25T20:54:34.642Z Compiling num-complex v0.4.6
31722026-02-25T20:54:35.454Z Compiling argon2 v0.5.3
31732026-02-25T20:54:35.896Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31742026-02-25T20:54:36.088Z Compiling num v0.4.3
31752026-02-25T20:54:36.170Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31762026-02-25T20:54:36.270Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-02-25T20:54:37.142Z Compiling thiserror-no-std v2.0.2
31782026-02-25T20:54:37.382Z Compiling float-ord v0.3.2
31792026-02-25T20:54:37.603Z Compiling progenitor-macro v0.11.2
31802026-02-25T20:54:37.672Z Compiling indent_write v2.2.0
31812026-02-25T20:54:37.848Z Compiling vsss-rs v3.3.4
31822026-02-25T20:54:38.043Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-02-25T20:54:38.600Z Compiling chacha20poly1305 v0.10.1
31842026-02-25T20:54:38.634Z Compiling gethostname v0.5.0
31852026-02-25T20:54:38.966Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31862026-02-25T20:54:39.021Z Compiling usdt-macro v0.5.0
31872026-02-25T20:54:39.236Z Compiling usdt-attr-macro v0.5.0
31882026-02-25T20:54:39.365Z Compiling progenitor-macro v0.10.0
31892026-02-25T20:54:40.814Z Compiling derive-where v1.5.0
31902026-02-25T20:54:41.011Z Compiling usdt v0.5.0
31912026-02-25T20:54:41.540Z Compiling cancel-safe-futures v0.1.5
31922026-02-25T20:54:41.633Z Compiling owo-colors v4.2.3
31932026-02-25T20:54:41.794Z Compiling console v0.15.10
31942026-02-25T20:54:42.000Z Compiling resolv-conf v0.7.0
31952026-02-25T20:54:42.086Z Compiling libsw-core v0.3.1
31962026-02-25T20:54:42.481Z Compiling async-recursion v1.1.1
31972026-02-25T20:54:42.762Z Compiling libsw v3.5.0
31982026-02-25T20:54:43.151Z Compiling linear-map v1.2.0
31992026-02-25T20:54:43.322Z Compiling libefi-sys v0.1.0
32002026-02-25T20:54:43.562Z Compiling hickory-proto v0.24.4
32012026-02-25T20:54:43.617Z Compiling newline-converter v0.3.0
32022026-02-25T20:54:43.829Z Compiling atomicwrites v0.4.4
32032026-02-25T20:54:43.911Z Compiling bitfield-struct v0.6.2
32042026-02-25T20:54:44.091Z Compiling semver v0.1.20
32052026-02-25T20:54:44.177Z Compiling linked-hash-map v0.5.6
32062026-02-25T20:54:44.313Z Compiling expectorate v1.2.0
32072026-02-25T20:54:44.606Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-02-25T20:54:44.706Z Compiling lru-cache v0.1.2
32092026-02-25T20:54:44.793Z Compiling rustc_version v0.1.7
32102026-02-25T20:54:45.008Z Compiling pin-project-internal v1.1.6
32112026-02-25T20:54:45.408Z Compiling slog-dtrace v0.3.0
32122026-02-25T20:54:45.435Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-02-25T20:54:45.498Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-02-25T20:54:45.657Z Compiling siphasher v1.0.1
32152026-02-25T20:54:45.942Z Compiling newtype_derive v0.1.6
32162026-02-25T20:54:46.171Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-02-25T20:54:46.335Z Compiling phf_shared v0.12.1
32182026-02-25T20:54:46.369Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32192026-02-25T20:54:46.774Z Compiling tokio-dtrace v0.1.0
32202026-02-25T20:54:46.818Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32212026-02-25T20:54:47.157Z Compiling dropshot-api-manager-types v0.3.0
32222026-02-25T20:54:47.339Z Compiling pem v3.0.5
32232026-02-25T20:54:47.958Z Compiling pin-project v1.1.6
32242026-02-25T20:54:47.995Z Compiling snafu-derive v0.8.5
32252026-02-25T20:54:48.063Z Compiling csv-core v0.1.11
32262026-02-25T20:54:48.280Z Compiling chrono-tz v0.10.4
32272026-02-25T20:54:48.318Z Compiling highway v1.3.0
32282026-02-25T20:54:48.669Z Compiling base64 v0.21.7
32292026-02-25T20:54:48.767Z Compiling same-file v1.0.6
32302026-02-25T20:54:48.922Z Compiling xshell-macros v0.2.7
32312026-02-25T20:54:49.183Z Compiling walkdir v2.5.0
32322026-02-25T20:54:49.364Z Compiling hickory-resolver v0.24.4
32332026-02-25T20:54:49.564Z Compiling csv v1.3.1
32342026-02-25T20:54:49.882Z Compiling xshell v0.2.7
32352026-02-25T20:54:50.011Z Compiling const_format_proc_macros v0.2.34
32362026-02-25T20:54:51.063Z Compiling oxide-tokio-rt v0.1.2
32372026-02-25T20:54:51.166Z Compiling phf v0.12.1
32382026-02-25T20:54:51.639Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32392026-02-25T20:54:51.875Z Compiling progenitor v0.11.2
32402026-02-25T20:54:52.159Z Compiling qorb v0.4.1
32412026-02-25T20:54:52.228Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32422026-02-25T20:54:52.387Z Compiling globset v0.4.15
32432026-02-25T20:54:52.516Z Compiling olpc-cjson v0.1.4
32442026-02-25T20:54:52.870Z Compiling primeorder v0.13.6
32452026-02-25T20:54:53.197Z Compiling snafu v0.8.5
32462026-02-25T20:54:53.407Z Compiling progenitor v0.10.0
32472026-02-25T20:54:53.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32482026-02-25T20:54:53.749Z Compiling serde_plain v1.0.2
32492026-02-25T20:54:54.154Z Compiling typed-path v0.9.3
32502026-02-25T20:54:54.269Z Compiling const_format v0.2.34
32512026-02-25T20:54:54.913Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-02-25T20:54:55.131Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32532026-02-25T20:54:55.512Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-02-25T20:54:56.894Z Compiling tough v0.20.0
32552026-02-25T20:54:57.061Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-02-25T20:54:57.428Z Compiling tabled_derive v0.7.0
32572026-02-25T20:54:57.458Z Compiling bcs v0.1.6
32582026-02-25T20:54:57.678Z Compiling termtree v0.5.1
32592026-02-25T20:54:57.713Z Compiling radium v0.7.0
32602026-02-25T20:54:58.010Z Compiling utf-8 v0.7.6
32612026-02-25T20:54:58.235Z Compiling salty v0.3.0
32622026-02-25T20:54:58.402Z Compiling tungstenite v0.21.0
32632026-02-25T20:54:58.451Z Compiling textwrap v0.16.2
32642026-02-25T20:54:58.486Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32652026-02-25T20:54:58.835Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-02-25T20:54:59.288Z Compiling steno v0.4.1
32672026-02-25T20:54:59.704Z Compiling typify-impl v0.2.0
32682026-02-25T20:54:59.936Z Compiling tabled v0.15.0
32692026-02-25T20:55:00.693Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-02-25T20:55:01.006Z Compiling humantime v2.2.0
32712026-02-25T20:55:01.677Z Compiling moka v0.12.10
32722026-02-25T20:55:02.113Z Compiling tap v1.0.1
32732026-02-25T20:55:02.421Z Compiling maybe-uninit v2.0.0
32742026-02-25T20:55:03.264Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32752026-02-25T20:55:06.191Z Compiling wyz v0.5.1
32762026-02-25T20:55:06.475Z Compiling tokio-tungstenite v0.21.0
32772026-02-25T20:55:07.036Z Compiling p384 v0.13.1
32782026-02-25T20:55:07.243Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-02-25T20:55:07.314Z Compiling tagptr v0.2.0
32802026-02-25T20:55:07.422Z Compiling funty v2.0.0
32812026-02-25T20:55:07.730Z Compiling arc-swap v1.7.1
32822026-02-25T20:55:07.763Z Compiling packed_struct v0.10.1
32832026-02-25T20:55:08.475Z Compiling slog-scope v4.4.0
32842026-02-25T20:55:08.507Z Compiling bitvec v1.0.1
32852026-02-25T20:55:08.736Z Compiling polyval v0.6.2
32862026-02-25T20:55:09.087Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-02-25T20:55:09.255Z Compiling packed_struct_codegen v0.10.1
32882026-02-25T20:55:09.310Z Compiling zerocopy-derive v0.6.6
32892026-02-25T20:55:09.879Z Compiling bitfield-macros v0.19.2
32902026-02-25T20:55:09.927Z Compiling proc-macro-error-attr2 v2.0.0
32912026-02-25T20:55:10.841Z Compiling indexmap v1.9.3
32922026-02-25T20:55:11.260Z Compiling crc-catalog v2.4.0
32932026-02-25T20:55:11.455Z Compiling parking_lot_core v0.8.6
32942026-02-25T20:55:11.517Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-02-25T20:55:11.586Z Compiling nodrop v0.1.14
32962026-02-25T20:55:11.808Z Compiling array-init v0.0.4
32972026-02-25T20:55:12.027Z Compiling bitfield v0.19.2
32982026-02-25T20:55:12.069Z Compiling crc v3.2.1
32992026-02-25T20:55:12.176Z Compiling zerocopy v0.6.6
33002026-02-25T20:55:12.590Z Compiling typify-macro v0.2.0
33012026-02-25T20:55:12.626Z Compiling proc-macro-error2 v2.0.1
33022026-02-25T20:55:12.662Z Compiling hickory-resolver v0.25.2
33032026-02-25T20:55:12.803Z Compiling ghash v0.5.1
33042026-02-25T20:55:13.059Z Compiling slog-stdlog v4.1.1
33052026-02-25T20:55:13.166Z Compiling smallvec v0.6.14
33062026-02-25T20:55:13.190Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33072026-02-25T20:55:13.447Z Compiling ctr v0.9.2
33082026-02-25T20:55:13.690Z Compiling num-derive v0.3.3
33092026-02-25T20:55:13.777Z Compiling lzma-sys v0.1.20
33102026-02-25T20:55:13.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-02-25T20:55:14.298Z Compiling hashbrown v0.12.3
33122026-02-25T20:55:14.440Z Compiling unicase v2.8.1
33132026-02-25T20:55:14.850Z Compiling aes-gcm v0.10.3
33142026-02-25T20:55:14.988Z Compiling mime_guess v2.0.5
33152026-02-25T20:55:15.277Z Compiling serde-hex v0.1.0
33162026-02-25T20:55:16.110Z Compiling libscf-sys v1.1.0
33172026-02-25T20:55:16.327Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33182026-02-25T20:55:16.444Z Compiling slog-envlogger v2.2.0
33192026-02-25T20:55:16.630Z Compiling tabled_derive v0.11.0
33202026-02-25T20:55:16.799Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-02-25T20:55:16.995Z Compiling typify v0.2.0
33222026-02-25T20:55:17.249Z Compiling progenitor-impl v0.8.0
33232026-02-25T20:55:17.832Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-02-25T20:55:17.897Z Compiling ron v0.8.1
33252026-02-25T20:55:18.067Z Compiling papergrid v0.17.0
33262026-02-25T20:55:19.273Z Compiling testing_table v0.3.0
33272026-02-25T20:55:19.627Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33282026-02-25T20:55:19.874Z Compiling hashbrown v0.13.2
33292026-02-25T20:55:20.743Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33302026-02-25T20:55:20.893Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33312026-02-25T20:55:21.341Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33322026-02-25T20:55:22.273Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33332026-02-25T20:55:22.406Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33342026-02-25T20:55:22.957Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33352026-02-25T20:55:23.410Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33362026-02-25T20:55:25.246Z Compiling progenitor-macro v0.8.0
33372026-02-25T20:55:25.770Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33382026-02-25T20:55:27.683Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33392026-02-25T20:55:27.850Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33402026-02-25T20:55:28.650Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33412026-02-25T20:55:29.294Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33422026-02-25T20:55:29.667Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33432026-02-25T20:55:29.847Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33442026-02-25T20:55:31.223Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33452026-02-25T20:55:31.737Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33462026-02-25T20:55:31.775Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-02-25T20:55:31.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33482026-02-25T20:55:32.335Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33492026-02-25T20:55:32.866Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33502026-02-25T20:55:33.501Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33512026-02-25T20:55:34.602Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33522026-02-25T20:55:35.336Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33532026-02-25T20:55:35.957Z Compiling heck v0.3.3
33542026-02-25T20:55:36.479Z Compiling progenitor-client v0.8.0
33552026-02-25T20:55:36.542Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33562026-02-25T20:55:37.123Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33572026-02-25T20:55:37.951Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33582026-02-25T20:55:38.500Z Compiling ssh-encoding v0.2.0
33592026-02-25T20:55:39.202Z Compiling blowfish v0.9.1
33602026-02-25T20:55:39.276Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-02-25T20:55:39.845Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-02-25T20:55:39.924Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33632026-02-25T20:55:40.408Z Compiling nibble_vec v0.1.0
33642026-02-25T20:55:40.727Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-02-25T20:55:40.824Z Compiling corncobs v0.1.4
33662026-02-25T20:55:40.891Z Compiling crc-any v2.5.0
33672026-02-25T20:55:41.230Z Compiling endian-type v0.1.2
33682026-02-25T20:55:41.354Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-02-25T20:55:41.553Z Compiling radix_trie v0.2.1
33702026-02-25T20:55:41.591Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33712026-02-25T20:55:42.432Z Compiling progenitor v0.8.0
33722026-02-25T20:55:42.493Z Compiling bcrypt-pbkdf v0.10.0
33732026-02-25T20:55:42.772Z Compiling ssh-cipher v0.2.0
33742026-02-25T20:55:43.594Z Compiling zone_cfg_derive v0.1.2
33752026-02-25T20:55:43.952Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33762026-02-25T20:55:44.591Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33772026-02-25T20:55:44.713Z Compiling object v0.30.4
33782026-02-25T20:55:45.293Z Compiling tabled v0.20.0
33792026-02-25T20:55:49.015Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33802026-02-25T20:55:49.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33812026-02-25T20:55:52.100Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-02-25T20:55:52.394Z Compiling parking_lot v0.11.2
33832026-02-25T20:55:53.388Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33842026-02-25T20:55:54.351Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-02-25T20:55:54.431Z Compiling prefix-trie v0.7.0
33862026-02-25T20:55:54.907Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-02-25T20:55:55.104Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-02-25T20:55:55.532Z Compiling password-hash v0.4.2
33892026-02-25T20:55:56.540Z Compiling fxhash v0.2.1
33902026-02-25T20:55:56.868Z Compiling secrecy v0.8.0
33912026-02-25T20:55:57.280Z Compiling half v1.8.3
33922026-02-25T20:55:57.983Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33932026-02-25T20:56:01.418Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33942026-02-25T20:56:02.850Z Compiling http-range v0.1.5
33952026-02-25T20:56:03.599Z Compiling number_prefix v0.4.0
33962026-02-25T20:56:04.256Z Compiling base64 v0.13.1
33972026-02-25T20:56:04.462Z Compiling path-slash v0.1.5
33982026-02-25T20:56:04.979Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-02-25T20:56:05.507Z Compiling ron v0.7.1
34002026-02-25T20:56:06.288Z Compiling indicatif v0.17.11
34012026-02-25T20:56:09.506Z Compiling serde_cbor v0.11.2
34022026-02-25T20:56:11.185Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34032026-02-25T20:56:11.451Z Compiling sled v0.34.7
34042026-02-25T20:56:11.726Z Compiling pbkdf2 v0.11.0
34052026-02-25T20:56:11.856Z Compiling hickory-server v0.25.2
34062026-02-25T20:56:12.351Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34072026-02-25T20:56:12.515Z Compiling xz2 v0.1.7
34082026-02-25T20:56:13.348Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34092026-02-25T20:56:13.822Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34102026-02-25T20:56:15.825Z Compiling zone v0.1.8
34112026-02-25T20:56:16.189Z Compiling ssh-key v0.6.6
34122026-02-25T20:56:17.888Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34132026-02-25T20:56:18.218Z Compiling hickory-client v0.25.2
34142026-02-25T20:56:19.219Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34152026-02-25T20:56:19.432Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34162026-02-25T20:56:20.187Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-02-25T20:56:21.601Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34182026-02-25T20:56:21.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34192026-02-25T20:56:21.812Z Compiling p256 v0.13.2
34202026-02-25T20:56:21.924Z Compiling p521 v0.13.3
34212026-02-25T20:56:22.801Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34222026-02-25T20:56:22.975Z Compiling yasna v0.5.2
34232026-02-25T20:56:24.318Z Compiling headers-core v0.3.0
34242026-02-25T20:56:24.373Z Compiling kstat-rs v0.2.4
34252026-02-25T20:56:24.584Z Compiling nanorand v0.7.0
34262026-02-25T20:56:24.627Z Compiling atty v0.2.14
34272026-02-25T20:56:24.791Z Compiling russh-cryptovec v0.7.3
34282026-02-25T20:56:24.898Z Compiling md5 v0.7.0
34292026-02-25T20:56:24.931Z Compiling crc8 v0.1.1
34302026-02-25T20:56:25.198Z Compiling flume v0.11.1
34312026-02-25T20:56:25.246Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34322026-02-25T20:56:25.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-02-25T20:56:25.398Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34342026-02-25T20:56:25.628Z Compiling russh-keys v0.45.0
34352026-02-25T20:56:26.091Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34362026-02-25T20:56:26.608Z Compiling headers v0.4.1
34372026-02-25T20:56:27.894Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34382026-02-25T20:56:28.674Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34392026-02-25T20:56:29.868Z Compiling rcgen v0.12.1
34402026-02-25T20:56:29.909Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34412026-02-25T20:56:32.119Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34422026-02-25T20:56:32.222Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-02-25T20:56:32.624Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-02-25T20:56:36.387Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-02-25T20:56:37.826Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-02-25T20:56:38.624Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-02-25T20:56:44.074Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34482026-02-25T20:56:46.058Z Compiling hyper-staticfile v0.10.1
34492026-02-25T20:56:47.246Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34502026-02-25T20:56:47.289Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34512026-02-25T20:56:48.091Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34522026-02-25T20:56:48.606Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34532026-02-25T20:56:49.002Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34542026-02-25T20:56:49.656Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34552026-02-25T20:56:50.237Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34562026-02-25T20:56:50.665Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34572026-02-25T20:56:50.899Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-02-25T20:56:51.534Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34592026-02-25T20:56:51.738Z Compiling num-bigint v0.4.6
34602026-02-25T20:56:51.918Z Compiling des v0.8.1
34612026-02-25T20:56:52.394Z Compiling subprocess v0.2.9
34622026-02-25T20:56:52.585Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-02-25T20:56:52.875Z Compiling display-error-chain v0.2.2
34642026-02-25T20:56:53.403Z Compiling hex-literal v0.4.1
34652026-02-25T20:56:53.466Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-02-25T20:56:53.589Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-02-25T20:56:53.773Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34682026-02-25T20:56:54.133Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34692026-02-25T20:56:54.527Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34702026-02-25T20:56:55.198Z Compiling internet-checksum v0.2.1
34712026-02-25T20:56:55.562Z Compiling russh v0.45.0
34722026-02-25T20:58:08.636Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34732026-02-25T20:58:59.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 53s
34742026-02-25T20:58:59.661Z
34752026-02-25T20:58:59.661Zreal 4:53.409011805
34762026-02-25T20:58:59.662Zuser 24:28.518984099
34772026-02-25T20:58:59.662Zsys 3:25.099839474
34782026-02-25T20:58:59.662Ztrap 0.940729089
34792026-02-25T20:58:59.662Ztflt 0.305591925
34802026-02-25T20:58:59.662Zdflt 0.545462690
34812026-02-25T20:58:59.663Zkflt 0.000247219
34822026-02-25T20:58:59.663Zlock 1:08:38.518191169
34832026-02-25T20:58:59.663Zslp 1:28:19.410304839
34842026-02-25T20:58:59.663Zlat 1:10.230594369
34852026-02-25T20:58:59.708Zstop 3:03.808381689
34862026-02-25T20:58:59.709Z+ mkdir tests
34872026-02-25T20:58:59.709Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-02-25T20:58:59.710Z+ xargs -I '{}' -t cp '{}' tests/
34892026-02-25T20:58:59.747Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0a14972a6353bdbe tests/
34902026-02-25T20:58:59.779Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1dff22538a6ecf9d tests/
34912026-02-25T20:58:59.807Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-260e2e205d01dcc1 tests/
34922026-02-25T20:58:59.861Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-70250a0d95aa4efe tests/
34932026-02-25T20:59:00.297Z+ 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/*)
34942026-02-25T20:59:00.324Z+ 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-1dff22538a6ecf9d tests/commtest-260e2e205d01dcc1 tests/dhcp_server-0a14972a6353bdbe tests/end_to_end_tests-70250a0d95aa4efe 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
34952026-02-25T21:01:34.268ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-02-25T21:01:34.268Za .github/buildomat/ci-env.sh 1K
34972026-02-25T21:01:34.268Za out/target/test 1K
34982026-02-25T21:01:34.268Za out/npuzone/npuzone 27402K
34992026-02-25T21:01:34.268Za package-manifest.toml 35K
35002026-02-25T21:01:34.268Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-02-25T21:01:34.268Za target/release/omicron-package 43217K
35022026-02-25T21:01:34.268Za target/release/xtask 11507K
35032026-02-25T21:01:34.268Za target/debug/bootstrap 326507K
35042026-02-25T21:01:34.268Za tests/bootstrap-1dff22538a6ecf9d 31130K
35052026-02-25T21:01:34.268Za tests/commtest-260e2e205d01dcc1 35217K
35062026-02-25T21:01:34.268Za tests/dhcp_server-0a14972a6353bdbe 31130K
35072026-02-25T21:01:34.269Za tests/end_to_end_tests-70250a0d95aa4efe 371065K
35082026-02-25T21:01:34.269Za out/clickhouse.tar.gz 319586K
35092026-02-25T21:01:34.269Za out/clickhouse_keeper.tar.gz 302557K
35102026-02-25T21:01:34.269Za out/clickhouse_server.tar.gz 319586K
35112026-02-25T21:01:34.269Za out/cockroachdb.tar.gz 165157K
35122026-02-25T21:01:34.269Za out/crucible-pantry-zone.tar.gz 41557K
35132026-02-25T21:01:34.269Za out/crucible-utils.tar 17744K
35142026-02-25T21:01:34.269Za out/crucible-zone.tar.gz 55695K
35152026-02-25T21:01:34.269Za out/external-dns.tar.gz 48043K
35162026-02-25T21:01:34.269Za out/internal-dns.tar.gz 48042K
35172026-02-25T21:01:34.269Za out/mg-ddm-gz.tar 86339K
35182026-02-25T21:01:34.269Za out/nexus.tar.gz 210673K
35192026-02-25T21:01:34.269Za out/ntp.tar.gz 28908K
35202026-02-25T21:01:34.269Za out/omicron-gateway-softnpu.tar.gz 27677K
35212026-02-25T21:01:34.270Za out/omicron-sled-agent.tar 195789K
35222026-02-25T21:01:34.270Za out/overlay.tar.gz 3K
35232026-02-25T21:01:34.270Za out/oximeter.tar.gz 64588K
35242026-02-25T21:01:34.270Za out/oxlog.tar 3945K
35252026-02-25T21:01:34.270Za out/probe.tar.gz 3037K
35262026-02-25T21:01:34.270Za out/propolis-server.tar.gz 74633K
35272026-02-25T21:01:34.270Za out/pumpkind-gz.tar 26647K
35282026-02-25T21:01:34.270Za out/switch-softnpu.tar.gz 376591K
35292026-02-25T21:01:34.315Z
35302026-02-25T21:01:34.315Zreal 2:33.990589570
35312026-02-25T21:01:34.315Zuser 2:21.171610845
35322026-02-25T21:01:34.315Zsys 16.796651403
35332026-02-25T21:01:34.315Ztrap 0.052554752
35342026-02-25T21:01:34.315Ztflt 0.000000000
35352026-02-25T21:01:34.315Zdflt 0.000000000
35362026-02-25T21:01:34.315Zkflt 0.000000000
35372026-02-25T21:01:34.315Zlock 0.000000000
35382026-02-25T21:01:34.315Zslp 2:20.598485028
35392026-02-25T21:01:34.315Zlat 9.355024765
35402026-02-25T21:01:34.315Zstop 0.000298112
35412026-02-25T21:01:34.315Zprocess exited: duration 2997457 ms, exit code 0
 
35422026-02-25T21:01:34.405Zfound 1 output files
35432026-02-25T21:01:34.406Zuploading: /work/package.tar.gz (2416387565 bytes)
35442026-02-25T21:04:05.106Zuploaded: /work/package.tar.gz