01KJED9NQ5CMA39SK5BKR227QN: 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: 01KJEDA7XJ5TZK3VHHDC7X80G5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T02:03:19.191Zjob assigned to worker 01KJEDA9R64VE5YCGZ28J5DE53 [factory aws, i-043d9db349fadb1b7] (queued for 1 m 0 s)
 
22026-02-27T02:03:27.407Zstarting task 0: "setup"
32026-02-27T02:03:27.414Z++ uname -s
42026-02-27T02:03:27.417Z+ kern=SunOS
52026-02-27T02:03:27.417Z+ build_user=build
62026-02-27T02:03:27.417Z+ build_uid=12345
72026-02-27T02:03:27.417Z+ work_dir=/work
82026-02-27T02:03:27.417Z+ input_dir=/input
92026-02-27T02:03:27.417Z+ [[ 0 == 12345 ]]
102026-02-27T02:03:27.417Z+ case "$kern" in
112026-02-27T02:03:27.417Z+ groupadd -g 12345 build
122026-02-27T02:03:27.417Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T02:03:29.425Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T02:03:29.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T02:03:29.545Z+ home_fs=zfs
162026-02-27T02:03:29.545Z+ [[ zfs == autofs ]]
172026-02-27T02:03:29.545Z+ mkdir -p /home/build
182026-02-27T02:03:29.548Z+ chown build:build /home/build /work
192026-02-27T02:03:31.550Z+ chmod 0700 /home/build /work
202026-02-27T02:03:31.554Zprocess exited: duration 4146 ms, exit code 0
 
212026-02-27T02:03:31.560Zstarting task 1: "rust-toolchain"
222026-02-27T02:03:31.565Z * rust toolchain channel = "1.91.1"
232026-02-27T02:03:31.565Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-02-27T02:03:31.565Z * rust toolchain profile = "default"
252026-02-27T02:03:31.565Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-27T02:03:31.565Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T02:03:31.565Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T02:03:31.568Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T02:03:31.568Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-27T02:03:31.682Zinfo: downloading installer
312026-02-27T02:03:33.863Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T02:03:33.863Zwarn: /opt/ooce/bin
332026-02-27T02:03:33.863Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T02:03:33.863Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T02:03:33.863Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T02:03:33.863Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T02:03:33.863Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T02:03:33.863Zerror: cannot install while Rust is installed
392026-02-27T02:03:33.863Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T02:03:33.880Zinfo: profile set to 'default'
412026-02-27T02:03:33.880Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T02:03:33.884Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-27T02:03:34.087Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-27T02:03:34.087Zinfo: downloading component 'cargo'
452026-02-27T02:03:35.418Zinfo: downloading component 'clippy'
462026-02-27T02:03:35.998Zinfo: downloading component 'rust-docs'
472026-02-27T02:03:37.620Zinfo: downloading component 'rust-std'
482026-02-27T02:03:39.761Zinfo: downloading component 'rustc'
492026-02-27T02:03:48.011Zinfo: downloading component 'rustfmt'
502026-02-27T02:03:48.357Zinfo: installing component 'cargo'
512026-02-27T02:03:49.281Zinfo: installing component 'clippy'
522026-02-27T02:03:49.685Zinfo: installing component 'rust-docs'
532026-02-27T02:03:51.672Zinfo: installing component 'rust-std'
542026-02-27T02:03:53.496Zinfo: installing component 'rustc'
552026-02-27T02:04:00.365Zinfo: installing component 'rustfmt'
562026-02-27T02:04:00.716Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-27T02:04:00.716Z
582026-02-27T02:04:01.208Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-27T02:04:01.209Z
602026-02-27T02:04:01.212Z
612026-02-27T02:04:01.212ZRust is installed now. Great!
622026-02-27T02:04:01.212Z
632026-02-27T02:04:01.212ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T02:04:01.212Zenvironment variable. This has not been done automatically.
652026-02-27T02:04:01.212Z
662026-02-27T02:04:01.212ZTo configure your current shell, you need to source
672026-02-27T02:04:01.212Zthe corresponding env file under $HOME/.cargo.
682026-02-27T02:04:01.212Z
692026-02-27T02:04:01.212ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T02:04:01.212Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T02:04:01.212Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T02:04:01.212Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T02:04:01.316Z+ rustup --version
742026-02-27T02:04:01.328Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T02:04:01.331Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T02:04:01.421Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-27T02:04:01.426Z+ cargo --version
782026-02-27T02:04:01.500Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-27T02:04:01.504Z+ rustc --version
802026-02-27T02:04:01.581Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-27T02:04:01.584Zprocess exited: duration 30017 ms, exit code 0
 
822026-02-27T02:04:01.591Zstarting task 2: "authentication"
832026-02-27T02:04:01.613Zprocess exited: duration 22 ms, exit code 0
 
842026-02-27T02:04:01.619Zstarting task 3: "clone repository"
852026-02-27T02:04:01.624Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-27T02:04:01.627Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-27T02:04:01.667ZCloning into '/work/oxidecomputer/omicron'...
882026-02-27T02:05:07.927Z+ cd /work/oxidecomputer/omicron
892026-02-27T02:05:07.931Z+ git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e
902026-02-27T02:05:08.660ZFrom https://github.com/oxidecomputer/omicron
912026-02-27T02:05:08.660Z * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD
922026-02-27T02:05:08.671Z+ [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
932026-02-27T02:05:08.674Z++ git branch --show-current
942026-02-27T02:05:08.677Z+ current=main
952026-02-27T02:05:08.677Z+ [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
962026-02-27T02:05:08.677Z+ git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e
972026-02-27T02:05:08.680Z+ git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio
982026-02-27T02:05:09.072ZSwitched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio'
992026-02-27T02:05:09.077Z+ git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e
1002026-02-27T02:05:09.104ZHEAD is now at 0c68818c3 remove patches
1012026-02-27T02:05:09.107Zprocess exited: duration 67470 ms, exit code 0
 
1022026-02-27T02:05:09.112Zstarting task 4: "build"
1032026-02-27T02:05:09.117Z+ source .github/buildomat/ci-env.sh
1042026-02-27T02:05:09.120Z++ export CARGO_TERM_COLOR=always
1052026-02-27T02:05:09.120Z++ CARGO_TERM_COLOR=always
1062026-02-27T02:05:09.120Z+ cargo --version
1072026-02-27T02:05:09.182Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-27T02:05:09.185Z+ rustc --version
1092026-02-27T02:05:09.262Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-27T02:05:09.265Z+ WORK=/work
1112026-02-27T02:05:09.265Z+ pfexec mkdir -p /work
1122026-02-27T02:05:09.270Z+ pfexec chown build /work
1132026-02-27T02:05:09.274Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-27T02:05:20.308Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-27T02:05:30.998Z Startup: Caching catalogs ... Done
1162026-02-27T02:05:55.225ZPlanning: Solver setup ... Done (22.564s)
1172026-02-27T02:05:55.389ZPlanning: Running solver ... Done (0.164s)
1182026-02-27T02:05:55.556ZPlanning: Finding local manifests ... Done (0.003s)
1192026-02-27T02:05:55.579ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-27T02:05:56.835ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-27T02:05:56.885ZPlanning: Package planning ... Done (0.050s)
1222026-02-27T02:05:56.936ZPlanning: Merging actions ... Done (0.051s)
1232026-02-27T02:05:57.222ZPlanning: Checking for conflicting actions ... Done (0.286s)
1242026-02-27T02:05:57.234ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-27T02:05:58.250ZPlanning: Evaluating mediators ... Done (1.016s)
1262026-02-27T02:05:58.260ZPlanning: Planning completed in 27.10 seconds
1272026-02-27T02:05:58.278Z Packages to install: 4
1282026-02-27T02:05:58.278Z Mediators to change: 2
1292026-02-27T02:05:58.281Z Services to change: 1
1302026-02-27T02:05:58.281Z Estimated space available: 155.43 GB
1312026-02-27T02:05:58.281ZEstimated space to be consumed: 1.81 GB
1322026-02-27T02:05:58.281Z Create boot environment: No
1332026-02-27T02:05:58.281ZCreate backup boot environment: No
1342026-02-27T02:05:58.281Z Rebuild boot archive: No
1352026-02-27T02:05:58.281Z
1362026-02-27T02:05:58.281ZChanged mediators:
1372026-02-27T02:05:58.281Z mediator clang:
1382026-02-27T02:05:58.281Z version: None -> 15 (system default)
1392026-02-27T02:05:58.281Z
1402026-02-27T02:05:58.281Z mediator llvm:
1412026-02-27T02:05:58.281Z version: 14 (system default) -> 15 (system default)
1422026-02-27T02:05:58.281Z
1432026-02-27T02:05:58.281ZChanged packages:
1442026-02-27T02:05:58.281Zhelios-dev
1452026-02-27T02:05:58.281Z developer/build-essential
1462026-02-27T02:05:58.281Z None -> 11-2.0
1472026-02-27T02:05:58.281Z library/libxmlsec1
1482026-02-27T02:05:58.281Z None -> 1.2.35-2.0
1492026-02-27T02:05:58.281Z ooce/developer/clang-15
1502026-02-27T02:05:58.281Z None -> 15.0.7-2.0
1512026-02-27T02:05:58.281Z ooce/developer/llvm-15
1522026-02-27T02:05:58.282Z None -> 15.0.7-2.0
1532026-02-27T02:05:58.282Z
1542026-02-27T02:05:58.282ZServices:
1552026-02-27T02:05:58.282Z restart_fmri:
1562026-02-27T02:05:58.282Z svc:/system/update-man-index:default
1572026-02-27T02:05:58.331Z
1582026-02-27T02:05:58.331ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-27T02:06:03.345ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1602026-02-27T02:06:08.347ZDownload: 3226/3290 items 178.1/212.6MB 83% complete (17.7M/s)
1612026-02-27T02:06:11.916ZDownload: Completed 212.60 MB in 13.58 seconds (15.7M/s)
1622026-02-27T02:06:12.547Z Actions: 1/3689 actions (Installing new actions)
1632026-02-27T02:06:17.159Z Actions: Completed 3689 actions in 4.61 seconds.
1642026-02-27T02:06:17.634Z Done (0.470s)
1652026-02-27T02:06:17.634Z Done (0.000s)
1662026-02-27T02:06:18.738Z Done (1.103s)
1672026-02-27T02:06:23.187Z Done (4.085s)
1682026-02-27T02:06:23.274Z Done (0.020s)
1692026-02-27T02:06:23.277Z Done (0.000s)
1702026-02-27T02:06:23.426Z Done (0.000s)
1712026-02-27T02:06:24.426ZPlanning: Evaluating mediator changes ... Done
1722026-02-27T02:06:24.593ZPlanning: Checking for conflicting actions ... Done
1732026-02-27T02:06:24.596ZPlanning: Consolidating action changes ... Done
1742026-02-27T02:06:24.874ZPlanning: Evaluating mediators ... Done
1752026-02-27T02:06:24.877ZPlanning: Planning completed in 0.45 seconds
1762026-02-27T02:06:24.919Z Mediators to change: 2
1772026-02-27T02:06:24.919Z Create boot environment: No
1782026-02-27T02:06:24.922ZCreate backup boot environment: No
1792026-02-27T02:06:24.984Z Done
1802026-02-27T02:06:24.984Z Done
1812026-02-27T02:06:25.788Z Done
1822026-02-27T02:06:29.612Z Done
1832026-02-27T02:06:29.698Z Done
1842026-02-27T02:06:29.701Z Done
1852026-02-27T02:06:29.864Z Done
1862026-02-27T02:06:30.506ZPlanning: Evaluating mediator changes ... Done
1872026-02-27T02:06:30.509ZPlanning: Merging actions ... Done
1882026-02-27T02:06:30.701ZPlanning: Checking for conflicting actions ... Done
1892026-02-27T02:06:30.704ZPlanning: Consolidating action changes ... Done
1902026-02-27T02:06:30.975ZPlanning: Evaluating mediators ... Done
1912026-02-27T02:06:31.036ZPlanning: Planning completed in 0.79 seconds
1922026-02-27T02:06:31.072Z Packages to change: 1
1932026-02-27T02:06:31.072Z Mediators to change: 1
1942026-02-27T02:06:31.072Z Services to change: 1
1952026-02-27T02:06:31.072Z Create boot environment: No
1962026-02-27T02:06:31.075ZCreate backup boot environment: Yes
1972026-02-27T02:06:32.639Z Actions: 1/6 actions (Updating modified actions)
1982026-02-27T02:06:32.642Z Actions: Completed 6 actions in 0.00 seconds.
1992026-02-27T02:06:32.642Z Done
2002026-02-27T02:06:32.642Z Done
2012026-02-27T02:06:32.860Z Done
2022026-02-27T02:06:36.672Z Done
2032026-02-27T02:06:36.764Z Done
2042026-02-27T02:06:36.767Z Done
2052026-02-27T02:06:36.932Z Done
2062026-02-27T02:06:37.386ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-02-27T02:06:37.386Zclang system 15 system
2082026-02-27T02:06:37.386Zcsh system system illumos
2092026-02-27T02:06:37.386Zctags system system illumos
2102026-02-27T02:06:37.386Zfile system system illumos
2112026-02-27T02:06:37.386Zgcc vendor 12 vendor
2122026-02-27T02:06:37.386Zgcc system 10 system
2132026-02-27T02:06:37.386Zgcc system 7 system
2142026-02-27T02:06:37.386Zgo system 1.20 system
2152026-02-27T02:06:37.386Zgo system 1.19 system
2162026-02-27T02:06:37.386Zllvm system 15 system
2172026-02-27T02:06:37.386Zllvm system 14 system
2182026-02-27T02:06:37.386Zmariadb system 10.6 system
2192026-02-27T02:06:37.386Zmta vendor vendor dma
2202026-02-27T02:06:37.386Zopenjdk system 17 system
2212026-02-27T02:06:37.386Zopenjdk system 11 system
2222026-02-27T02:06:37.386Zopenjdk system 1.8 system
2232026-02-27T02:06:37.386Zopenssl vendor 3 vendor
2242026-02-27T02:06:37.386Zperl system 5.36 system
2252026-02-27T02:06:37.386Zpostgresql system 15 system
2262026-02-27T02:06:37.386Zpostgresql system 13 system
2272026-02-27T02:06:37.386Zpython vendor 3 vendor
2282026-02-27T02:06:37.386Zpython system 2 system
2292026-02-27T02:06:37.387Zpython3 system 3.11 system
2302026-02-27T02:06:37.387Zruby system 3.0 system
2312026-02-27T02:06:37.387Zwords vendor vendor american-english
2322026-02-27T02:06:37.387Zwords system system australian-english
2332026-02-27T02:06:37.387Zwords system system british-english
2342026-02-27T02:06:37.387Zwords system system canadian-english
2352026-02-27T02:06:37.387Zwords system system french
2362026-02-27T02:06:37.387Zwords system system italian
2372026-02-27T02:06:37.387Zwords system system ngerman
2382026-02-27T02:06:37.387Zwords system system ogerman
2392026-02-27T02:06:37.387Zwords system system spanish
2402026-02-27T02:06:37.732ZPUBLISHER TYPE STATUS P LOCATION
2412026-02-27T02:06:37.732Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-02-27T02:06:44.441ZFMRI IFO
2432026-02-27T02:06:44.441Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-02-27T02:06:44.441Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-02-27T02:06:44.441Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-02-27T02:06:44.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-02-27T02:06:44.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-02-27T02:06:44.441Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-02-27T02:06:44.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-02-27T02:06:44.441Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-02-27T02:06:44.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-02-27T02:06:44.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-02-27T02:06:44.441Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-02-27T02:06:44.441Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-02-27T02:06:44.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-02-27T02:06:44.441Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-02-27T02:06:44.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-02-27T02:06:44.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-02-27T02:06:45.666Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-02-27T02:06:46.335Z Updating crates.io index
2612026-02-27T02:06:46.383Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-02-27T02:06:47.543Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-02-27T02:06:48.475Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-02-27T02:06:49.049Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-02-27T02:06:49.844Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-02-27T02:06:53.746Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-02-27T02:06:59.322Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-02-27T02:07:01.942Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-02-27T02:07:03.228Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-02-27T02:07:07.135Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-02-27T02:07:08.651Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-02-27T02:07:11.070Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-02-27T02:07:11.895Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-02-27T02:07:13.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-02-27T02:07:13.976Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-02-27T02:07:15.712Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-02-27T02:07:17.019Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-02-27T02:07:17.550Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-02-27T02:07:18.387Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-02-27T02:07:19.003Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-02-27T02:07:19.711Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-02-27T02:07:20.264Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-02-27T02:07:20.922Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-02-27T02:07:21.870Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-02-27T02:07:22.924Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-02-27T02:07:24.103Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-02-27T02:07:24.671Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-02-27T02:07:25.496Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-02-27T02:07:26.111Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-02-27T02:07:28.924Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-02-27T02:07:29.761Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-02-27T02:07:30.328Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-02-27T02:07:31.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-02-27T02:07:31.935Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-02-27T02:07:33.044Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-02-27T02:07:33.604Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-02-27T02:07:34.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-02-27T02:07:34.894Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-02-27T02:07:35.584Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-02-27T02:08:13.505Z Downloading crates ...
3012026-02-27T02:08:13.602Z Downloaded heck v0.4.1
3022026-02-27T02:08:13.605Z Downloaded cargo-platform v0.2.0
3032026-02-27T02:08:13.610Z Downloaded cargo_toml v0.21.0
3042026-02-27T02:08:13.613Z Downloaded camino-tempfile v1.4.1
3052026-02-27T02:08:13.616Z Downloaded dof v0.3.0
3062026-02-27T02:08:13.616Z Downloaded block-buffer v0.10.4
3072026-02-27T02:08:13.619Z Downloaded thread-id v4.2.2
3082026-02-27T02:08:13.619Z Downloaded clap_lex v0.7.4
3092026-02-27T02:08:13.622Z Downloaded unicode-linebreak v0.1.5
3102026-02-27T02:08:13.622Z Downloaded anstyle-query v1.1.1
3112026-02-27T02:08:13.625Z Downloaded proc-macro-error v1.0.4
3122026-02-27T02:08:13.628Z Downloaded tabled_derive v0.7.0
3132026-02-27T02:08:13.628Z Downloaded dtrace-parser v0.2.0
3142026-02-27T02:08:13.628Z Downloaded fs-err v3.1.1
3152026-02-27T02:08:13.630Z Downloaded tempfile v3.24.0
3162026-02-27T02:08:13.633Z Downloaded displaydoc v0.2.5
3172026-02-27T02:08:13.636Z Downloaded toml v0.8.23
3182026-02-27T02:08:13.639Z Downloaded anstyle v1.0.11
3192026-02-27T02:08:13.641Z Downloaded once_cell v1.21.3
3202026-02-27T02:08:13.644Z Downloaded erased-serde v0.4.6
3212026-02-27T02:08:13.647Z Downloaded clap_derive v4.5.47
3222026-02-27T02:08:13.647Z Downloaded utf16_iter v1.0.5
3232026-02-27T02:08:13.650Z Downloaded idna_adapter v1.2.0
3242026-02-27T02:08:13.650Z Downloaded yoke-derive v0.7.4
3252026-02-27T02:08:13.650Z Downloaded anyhow v1.0.99
3262026-02-27T02:08:13.654Z Downloaded equivalent v1.0.2
3272026-02-27T02:08:13.657Z Downloaded toml_write v0.1.2
3282026-02-27T02:08:13.657Z Downloaded unicode-xid v0.2.6
3292026-02-27T02:08:13.660Z Downloaded crypto-common v0.1.6
3302026-02-27T02:08:13.660Z Downloaded colorchoice v1.0.2
3312026-02-27T02:08:13.660Z Downloaded clap v4.5.48
3322026-02-27T02:08:13.668Z Downloaded zerofrom-derive v0.1.4
3332026-02-27T02:08:13.671Z Downloaded is_terminal_polyfill v1.70.1
3342026-02-27T02:08:13.671Z Downloaded utf8parse v0.2.2
3352026-02-27T02:08:13.675Z Downloaded byteorder v1.5.0
3362026-02-27T02:08:13.675Z Downloaded version_check v0.9.5
3372026-02-27T02:08:13.675Z Downloaded typeid v1.0.3
3382026-02-27T02:08:13.678Z Downloaded zerofrom v0.1.4
3392026-02-27T02:08:13.678Z Downloaded terminal_size v0.4.0
3402026-02-27T02:08:13.681Z Downloaded generic-array v0.14.7
3412026-02-27T02:08:13.681Z Downloaded yoke v0.7.4
3422026-02-27T02:08:13.684Z Downloaded thiserror-impl v1.0.69
3432026-02-27T02:08:13.684Z Downloaded thiserror v1.0.69
3442026-02-27T02:08:13.688Z Downloaded write16 v1.0.0
3452026-02-27T02:08:13.691Z Downloaded swrite v0.1.0
3462026-02-27T02:08:13.691Z Downloaded indexmap v2.13.0
3472026-02-27T02:08:13.694Z Downloaded heck v0.5.0
3482026-02-27T02:08:13.696Z Downloaded utf8_iter v1.0.4
3492026-02-27T02:08:13.697Z Downloaded thiserror-impl v2.0.18
3502026-02-27T02:08:13.701Z Downloaded icu_provider_macros v1.5.0
3512026-02-27T02:08:13.701Z Downloaded zerovec-derive v0.10.3
3522026-02-27T02:08:13.701Z Downloaded scroll_derive v0.12.0
3532026-02-27T02:08:13.704Z Downloaded memmap v0.7.0
3542026-02-27T02:08:13.704Z Downloaded thiserror v2.0.18
3552026-02-27T02:08:13.708Z Downloaded zmij v1.0.15
3562026-02-27T02:08:13.711Z Downloaded usdt-impl v0.5.0
3572026-02-27T02:08:13.711Z Downloaded typenum v1.17.0
3582026-02-27T02:08:13.714Z Downloaded tinystr v0.7.6
3592026-02-27T02:08:13.717Z Downloaded writeable v0.5.5
3602026-02-27T02:08:13.717Z Downloaded stable_deref_trait v1.2.0
3612026-02-27T02:08:13.720Z Downloaded zerocopy-derive v0.7.35
3622026-02-27T02:08:13.723Z Downloaded unicode-ident v1.0.24
3632026-02-27T02:08:13.726Z Downloaded strsim v0.11.1
3642026-02-27T02:08:13.726Z Downloaded textwrap v0.16.2
3652026-02-27T02:08:13.728Z Downloaded itoa v1.0.11
3662026-02-27T02:08:13.731Z Downloaded fastrand v2.1.1
3672026-02-27T02:08:13.731Z Downloaded toml_edit v0.22.27
3682026-02-27T02:08:13.735Z Downloaded url v2.5.4
3692026-02-27T02:08:13.737Z Downloaded ordered-float v2.10.1
3702026-02-27T02:08:13.741Z Downloaded proc-macro-error-attr v1.0.4
3712026-02-27T02:08:13.741Z Downloaded cfg-if v1.0.4
3722026-02-27T02:08:13.741Z Downloaded cpufeatures v0.2.14
3732026-02-27T02:08:13.741Z Downloaded ucd-trie v0.1.7
3742026-02-27T02:08:13.744Z Downloaded plain v0.2.3
3752026-02-27T02:08:13.744Z Downloaded percent-encoding v2.3.2
3762026-02-27T02:08:13.747Z Downloaded pretty-hex v0.4.1
3772026-02-27T02:08:13.747Z Downloaded macaddr v1.0.1
3782026-02-27T02:08:13.750Z Downloaded serde-value v0.7.0
3792026-02-27T02:08:13.750Z Downloaded bytecount v0.6.8
3802026-02-27T02:08:13.750Z Downloaded form_urlencoded v1.2.2
3812026-02-27T02:08:13.753Z Downloaded fnv v1.0.7
3822026-02-27T02:08:13.753Z Downloaded errno v0.3.12
3832026-02-27T02:08:13.753Z Downloaded cargo_metadata v0.21.0
3842026-02-27T02:08:13.755Z Downloaded serde_tokenstream v0.2.3
3852026-02-27T02:08:13.758Z Downloaded usdt-macro v0.5.0
3862026-02-27T02:08:13.758Z Downloaded usdt-attr-macro v0.5.0
3872026-02-27T02:08:13.758Z Downloaded serde_spanned v0.6.9
3882026-02-27T02:08:13.761Z Downloaded litemap v0.7.3
3892026-02-27T02:08:13.761Z Downloaded autocfg v1.4.0
3902026-02-27T02:08:13.764Z Downloaded usdt v0.5.0
3912026-02-27T02:08:13.764Z Downloaded zerovec v0.10.4
3922026-02-27T02:08:13.768Z Downloaded toml_datetime v0.6.11
3932026-02-27T02:08:13.771Z Downloaded smallvec v1.15.1
3942026-02-27T02:08:13.774Z Downloaded camino v1.2.2
3952026-02-27T02:08:13.774Z Downloaded bitflags v2.9.4
3962026-02-27T02:08:13.777Z Downloaded digest v0.10.7
3972026-02-27T02:08:13.780Z Downloaded anstyle-parse v0.2.5
3982026-02-27T02:08:13.783Z Downloaded anstream v0.6.18
3992026-02-27T02:08:13.783Z Downloaded pest_generator v2.8.2
4002026-02-27T02:08:13.786Z Downloaded winnow v0.7.14
4012026-02-27T02:08:13.793Z Downloaded zerocopy v0.7.35
4022026-02-27T02:08:13.806Z Downloaded unicode-width v0.2.0
4032026-02-27T02:08:13.811Z Downloaded pest_meta v2.8.2
4042026-02-27T02:08:13.814Z Downloaded icu_locid_transform v1.5.0
4052026-02-27T02:08:13.818Z Downloaded sha2 v0.10.9
4062026-02-27T02:08:13.818Z Downloaded unicode-width v0.1.14
4072026-02-27T02:08:13.821Z Downloaded serde-untagged v0.1.7
4082026-02-27T02:08:13.824Z Downloaded scroll v0.12.0
4092026-02-27T02:08:13.824Z Downloaded quote v1.0.44
4102026-02-27T02:08:13.827Z Downloaded cargo-util-schemas v0.8.2
4112026-02-27T02:08:13.830Z Downloaded semver v1.0.27
4122026-02-27T02:08:13.830Z Downloaded synstructure v0.13.1
4132026-02-27T02:08:13.834Z Downloaded icu_locid v1.5.0
4142026-02-27T02:08:13.836Z Downloaded smawk v0.3.2
4152026-02-27T02:08:13.836Z Downloaded pest_derive v2.8.2
4162026-02-27T02:08:13.842Z Downloaded icu_provider v1.5.0
4172026-02-27T02:08:13.845Z Downloaded getrandom v0.3.4
4182026-02-27T02:08:13.859Z Downloaded papergrid v0.11.0
4192026-02-27T02:08:13.863Z Downloaded serde_core v1.0.228
4202026-02-27T02:08:13.866Z Downloaded log v0.4.29
4212026-02-27T02:08:13.869Z Downloaded proc-macro2 v1.0.106
4222026-02-27T02:08:13.872Z Downloaded num-traits v0.2.19
4232026-02-27T02:08:13.875Z Downloaded icu_properties v1.5.1
4242026-02-27T02:08:13.878Z Downloaded icu_normalizer v1.5.0
4252026-02-27T02:08:13.878Z Downloaded icu_normalizer_data v1.5.0
4262026-02-27T02:08:13.881Z Downloaded icu_locid_transform_data v1.5.0
4272026-02-27T02:08:13.887Z Downloaded serde_derive v1.0.228
4282026-02-27T02:08:13.893Z Downloaded serde v1.0.228
4292026-02-27T02:08:13.904Z Downloaded memchr v2.7.4
4302026-02-27T02:08:13.913Z Downloaded idna v1.0.3
4312026-02-27T02:08:13.928Z Downloaded icu_collections v1.5.0
4322026-02-27T02:08:13.939Z Downloaded pest v2.8.2
4332026-02-27T02:08:13.952Z Downloaded hashbrown v0.16.1
4342026-02-27T02:08:13.974Z Downloaded serde_json v1.0.149
4352026-02-27T02:08:13.998Z Downloaded clap_builder v4.5.48
4362026-02-27T02:08:14.007Z Downloaded goblin v0.8.2
4372026-02-27T02:08:14.018Z Downloaded tabled v0.15.0
4382026-02-27T02:08:14.032Z Downloaded syn v1.0.109
4392026-02-27T02:08:14.040Z Downloaded icu_properties_data v1.5.0
4402026-02-27T02:08:14.049Z Downloaded syn v2.0.117
4412026-02-27T02:08:14.063Z Downloaded rustix v0.38.37
4422026-02-27T02:08:14.083Z Downloaded rustix v1.1.3
4432026-02-27T02:08:14.112Z Downloaded libc v0.2.180
4442026-02-27T02:08:14.202Z Compiling proc-macro2 v1.0.106
4452026-02-27T02:08:14.202Z Compiling quote v1.0.44
4462026-02-27T02:08:14.205Z Compiling unicode-ident v1.0.24
4472026-02-27T02:08:14.205Z Compiling serde_core v1.0.228
4482026-02-27T02:08:14.205Z Compiling serde v1.0.228
4492026-02-27T02:08:14.205Z Compiling version_check v0.9.5
4502026-02-27T02:08:14.205Z Compiling libc v0.2.180
4512026-02-27T02:08:14.205Z Compiling memchr v2.7.4
4522026-02-27T02:08:14.764Z Compiling thiserror v2.0.18
4532026-02-27T02:08:15.237Z Compiling stable_deref_trait v1.2.0
4542026-02-27T02:08:15.240Z Compiling zmij v1.0.15
4552026-02-27T02:08:15.359Z Compiling autocfg v1.4.0
4562026-02-27T02:08:15.833Z Compiling itoa v1.0.11
4572026-02-27T02:08:15.836Z Compiling ucd-trie v0.1.7
4582026-02-27T02:08:15.919Z Compiling litemap v0.7.3
4592026-02-27T02:08:16.107Z Compiling thiserror v1.0.69
4602026-02-27T02:08:16.209Z Compiling writeable v0.5.5
4612026-02-27T02:08:16.387Z Compiling bitflags v2.9.4
4622026-02-27T02:08:16.416Z Compiling byteorder v1.5.0
4632026-02-27T02:08:16.737Z Compiling errno v0.3.12
4642026-02-27T02:08:16.985Z Compiling icu_locid_transform_data v1.5.0
4652026-02-27T02:08:17.042Z Compiling syn v2.0.117
4662026-02-27T02:08:17.111Z Compiling serde_json v1.0.149
4672026-02-27T02:08:17.139Z Compiling icu_properties_data v1.5.0
4682026-02-27T02:08:17.253Z Compiling num-traits v0.2.19
4692026-02-27T02:08:17.418Z Compiling icu_normalizer_data v1.5.0
4702026-02-27T02:08:17.548Z Compiling equivalent v1.0.2
4712026-02-27T02:08:17.576Z Compiling rustix v0.38.37
4722026-02-27T02:08:17.610Z Compiling hashbrown v0.16.1
4732026-02-27T02:08:17.690Z Compiling write16 v1.0.0
4742026-02-27T02:08:17.847Z Compiling utf8_iter v1.0.4
4752026-02-27T02:08:18.018Z Compiling smallvec v1.15.1
4762026-02-27T02:08:18.117Z Compiling typeid v1.0.3
4772026-02-27T02:08:18.142Z Compiling utf16_iter v1.0.5
4782026-02-27T02:08:18.503Z Compiling proc-macro-error-attr v1.0.4
4792026-02-27T02:08:18.736Z Compiling usdt-impl v0.5.0
4802026-02-27T02:08:18.764Z Compiling indexmap v2.13.0
4812026-02-27T02:08:18.841Z Compiling toml_write v0.1.2
4822026-02-27T02:08:18.844Z Compiling winnow v0.7.14
4832026-02-27T02:08:19.153Z Compiling syn v1.0.109
4842026-02-27T02:08:19.217Z Compiling thread-id v4.2.2
4852026-02-27T02:08:19.968Z Compiling proc-macro-error v1.0.4
4862026-02-27T02:08:20.157Z Compiling rustix v1.1.3
4872026-02-27T02:08:20.312Z Compiling utf8parse v0.2.2
4882026-02-27T02:08:20.519Z Compiling percent-encoding v2.3.2
4892026-02-27T02:08:20.940Z Compiling getrandom v0.3.4
4902026-02-27T02:08:21.013Z Compiling plain v0.2.3
4912026-02-27T02:08:21.189Z Compiling log v0.4.29
4922026-02-27T02:08:21.217Z Compiling camino v1.2.2
4932026-02-27T02:08:21.241Z Compiling ordered-float v2.10.1
4942026-02-27T02:08:21.828Z Compiling form_urlencoded v1.2.2
4952026-02-27T02:08:21.924Z Compiling terminal_size v0.4.0
4962026-02-27T02:08:21.976Z Compiling anstyle-parse v0.2.5
4972026-02-27T02:08:22.390Z Compiling is_terminal_polyfill v1.70.1
4982026-02-27T02:08:22.463Z Compiling cfg-if v1.0.4
4992026-02-27T02:08:22.490Z Compiling anstyle v1.0.11
5002026-02-27T02:08:22.547Z Compiling pretty-hex v0.4.1
5012026-02-27T02:08:22.586Z Compiling colorchoice v1.0.2
5022026-02-27T02:08:22.762Z Compiling anstyle-query v1.1.1
5032026-02-27T02:08:22.921Z Compiling anstream v0.6.18
5042026-02-27T02:08:23.133Z Compiling semver v1.0.27
5052026-02-27T02:08:23.543Z Compiling fs-err v3.1.1
5062026-02-27T02:08:23.636Z Compiling anyhow v1.0.99
5072026-02-27T02:08:23.795Z Compiling synstructure v0.13.1
5082026-02-27T02:08:23.825Z Compiling fnv v1.0.7
5092026-02-27T02:08:23.881Z Compiling fastrand v2.1.1
5102026-02-27T02:08:24.011Z Compiling heck v0.5.0
5112026-02-27T02:08:24.267Z Compiling clap_lex v0.7.4
5122026-02-27T02:08:24.409Z Compiling unicode-xid v0.2.6
5132026-02-27T02:08:24.529Z Compiling once_cell v1.21.3
5142026-02-27T02:08:24.629Z Compiling bytecount v0.6.8
5152026-02-27T02:08:24.714Z Compiling unicode-width v0.1.14
5162026-02-27T02:08:24.954Z Compiling heck v0.4.1
5172026-02-27T02:08:25.031Z Compiling strsim v0.11.1
5182026-02-27T02:08:25.145Z Compiling tempfile v3.24.0
5192026-02-27T02:08:25.243Z Compiling papergrid v0.11.0
5202026-02-27T02:08:25.439Z Compiling clap_builder v4.5.48
5212026-02-27T02:08:25.909Z Compiling memmap v0.7.0
5222026-02-27T02:08:25.936Z Compiling unicode-linebreak v0.1.5
5232026-02-27T02:08:25.960Z Compiling unicode-width v0.2.0
5242026-02-27T02:08:26.259Z Compiling smawk v0.3.2
5252026-02-27T02:08:26.509Z Compiling textwrap v0.16.2
5262026-02-27T02:08:27.027Z Compiling camino-tempfile v1.4.1
5272026-02-27T02:08:27.342Z Compiling swrite v0.1.0
5282026-02-27T02:08:27.510Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5292026-02-27T02:08:27.555Z Compiling tabled_derive v0.7.0
5302026-02-27T02:08:28.117Z Compiling serde_derive v1.0.228
5312026-02-27T02:08:28.117Z Compiling zerofrom-derive v0.1.4
5322026-02-27T02:08:28.121Z Compiling yoke-derive v0.7.4
5332026-02-27T02:08:28.121Z Compiling thiserror-impl v2.0.18
5342026-02-27T02:08:28.218Z Compiling zerovec-derive v0.10.3
5352026-02-27T02:08:29.576Z Compiling displaydoc v0.2.5
5362026-02-27T02:08:30.707Z Compiling thiserror-impl v1.0.69
5372026-02-27T02:08:30.940Z Compiling icu_provider_macros v1.5.0
5382026-02-27T02:08:31.162Z Compiling zerocopy-derive v0.7.35
5392026-02-27T02:08:31.492Z Compiling zerofrom v0.1.4
5402026-02-27T02:08:31.519Z Compiling pest v2.8.2
5412026-02-27T02:08:31.759Z Compiling yoke v0.7.4
5422026-02-27T02:08:32.010Z Compiling scroll_derive v0.12.0
5432026-02-27T02:08:32.217Z Compiling zerovec v0.10.4
5442026-02-27T02:08:33.032Z Compiling clap_derive v4.5.47
5452026-02-27T02:08:33.172Z Compiling zerocopy v0.7.35
5462026-02-27T02:08:33.379Z Compiling scroll v0.12.0
5472026-02-27T02:08:33.767Z Compiling tabled v0.15.0
5482026-02-27T02:08:33.931Z Compiling tinystr v0.7.6
5492026-02-27T02:08:34.205Z Compiling pest_meta v2.8.2
5502026-02-27T02:08:34.248Z Compiling icu_collections v1.5.0
5512026-02-27T02:08:34.341Z Compiling icu_locid v1.5.0
5522026-02-27T02:08:34.507Z Compiling goblin v0.8.2
5532026-02-27T02:08:35.654Z Compiling icu_provider v1.5.0
5542026-02-27T02:08:36.292Z Compiling pest_generator v2.8.2
5552026-02-27T02:08:36.319Z Compiling toml_datetime v0.6.11
5562026-02-27T02:08:36.450Z Compiling icu_locid_transform v1.5.0
5572026-02-27T02:08:36.619Z Compiling serde_spanned v0.6.9
5582026-02-27T02:08:36.856Z Compiling toml_edit v0.22.27
5592026-02-27T02:08:36.928Z Compiling dof v0.3.0
5602026-02-27T02:08:37.226Z Compiling serde_tokenstream v0.2.3
5612026-02-27T02:08:37.817Z Compiling erased-serde v0.4.6
5622026-02-27T02:08:37.887Z Compiling icu_properties v1.5.1
5632026-02-27T02:08:38.071Z Compiling serde-value v0.7.0
5642026-02-27T02:08:38.448Z Compiling pest_derive v2.8.2
5652026-02-27T02:08:38.868Z Compiling serde-untagged v0.1.7
5662026-02-27T02:08:38.897Z Compiling cargo-platform v0.2.0
5672026-02-27T02:08:38.953Z Compiling clap v4.5.48
5682026-02-27T02:08:39.097Z Compiling macaddr v1.0.1
5692026-02-27T02:08:39.263Z Compiling dtrace-parser v0.2.0
5702026-02-27T02:08:40.144Z Compiling toml v0.8.23
5712026-02-27T02:08:41.094Z Compiling usdt-macro v0.5.0
5722026-02-27T02:08:41.150Z Compiling usdt-attr-macro v0.5.0
5732026-02-27T02:08:41.644Z Compiling icu_normalizer v1.5.0
5742026-02-27T02:08:41.912Z Compiling cargo_toml v0.21.0
5752026-02-27T02:08:42.531Z Compiling idna_adapter v1.2.0
5762026-02-27T02:08:42.555Z Compiling usdt v0.5.0
5772026-02-27T02:08:42.699Z Compiling idna v1.0.3
5782026-02-27T02:08:43.100Z Compiling url v2.5.4
5792026-02-27T02:08:43.761Z Compiling cargo-util-schemas v0.8.2
5802026-02-27T02:08:45.423Z Compiling cargo_metadata v0.21.0
5812026-02-27T02:08:47.004Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5822026-02-27T02:08:50.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
5832026-02-27T02:08:50.836Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5842026-02-27T02:08:51.647Z Downloading crates ...
5852026-02-27T02:08:51.786Z Downloaded adler2 v2.0.0
5862026-02-27T02:08:51.795Z Downloaded ascii-canvas v3.0.0
5872026-02-27T02:08:51.803Z Downloaded block-padding v0.3.3
5882026-02-27T02:08:51.807Z Downloaded argon2 v0.5.3
5892026-02-27T02:08:51.812Z Downloaded cstr-argument v0.1.2
5902026-02-27T02:08:51.816Z Downloaded arrayvec v0.7.6
5912026-02-27T02:08:51.821Z Downloaded foreign-types v0.5.0
5922026-02-27T02:08:51.824Z Downloaded array-init v0.0.4
5932026-02-27T02:08:51.830Z Downloaded find-msvc-tools v0.1.9
5942026-02-27T02:08:51.837Z Downloaded crossbeam-epoch v0.9.18
5952026-02-27T02:08:51.845Z Downloaded float-cmp v0.10.0
5962026-02-27T02:08:51.853Z Downloaded difflib v0.4.0
5972026-02-27T02:08:51.859Z Downloaded fd-lock v4.0.2
5982026-02-27T02:08:51.866Z Downloaded funty v2.0.0
5992026-02-27T02:08:51.870Z Downloaded embedded-io v0.4.0
6002026-02-27T02:08:51.876Z Downloaded defmt-parser v0.3.4
6012026-02-27T02:08:51.882Z Downloaded bcrypt-pbkdf v0.10.0
6022026-02-27T02:08:51.886Z Downloaded constant_time_eq v0.3.1
6032026-02-27T02:08:51.889Z Downloaded foreign-types-shared v0.1.1
6042026-02-27T02:08:51.893Z Downloaded foreign-types v0.3.2
6052026-02-27T02:08:51.897Z Downloaded env_logger v0.11.8
6062026-02-27T02:08:51.904Z Downloaded embedded-io v0.6.1
6072026-02-27T02:08:51.908Z Downloaded ciborium-ll v0.2.2
6082026-02-27T02:08:51.927Z Downloaded float-ord v0.3.2
6092026-02-27T02:08:51.931Z Downloaded env_filter v0.1.2
6102026-02-27T02:08:51.935Z Downloaded enum-as-inner v0.6.1
6112026-02-27T02:08:51.940Z Downloaded cargo-platform v0.1.8
6122026-02-27T02:08:51.944Z Downloaded fxhash v0.2.1
6132026-02-27T02:08:51.948Z Downloaded fixedbitset v0.5.7
6142026-02-27T02:08:51.952Z Downloaded gethostname v0.5.0
6152026-02-27T02:08:51.956Z Downloaded hash32 v0.2.1
6162026-02-27T02:08:51.960Z Downloaded hash32 v0.3.1
6172026-02-27T02:08:51.964Z Downloaded hex v0.4.3
6182026-02-27T02:08:51.968Z Downloaded headers-core v0.3.0
6192026-02-27T02:08:51.972Z Downloaded heck v0.3.3
6202026-02-27T02:08:51.976Z Downloaded foreign-types-macros v0.2.3
6212026-02-27T02:08:51.979Z Downloaded foldhash v0.2.0
6222026-02-27T02:08:51.984Z Downloaded diesel-dtrace v0.4.2
6232026-02-27T02:08:52.009Z Downloaded ena v0.14.3
6242026-02-27T02:08:52.009Z Downloaded futures-core v0.3.32
6252026-02-27T02:08:52.009Z Downloaded clang-sys v1.8.1
6262026-02-27T02:08:52.009Z Downloaded ident_case v1.0.1
6272026-02-27T02:08:52.009Z Downloaded hubpack_derive v0.1.1
6282026-02-27T02:08:52.012Z Downloaded hyper-tls v0.6.0
6292026-02-27T02:08:52.012Z Downloaded convert_case v0.7.1
6302026-02-27T02:08:52.015Z Downloaded darling v0.20.10
6312026-02-27T02:08:52.022Z Downloaded hex-literal v0.4.1
6322026-02-27T02:08:52.026Z Downloaded futures-executor v0.3.31
6332026-02-27T02:08:52.029Z Downloaded indoc v1.0.9
6342026-02-27T02:08:52.034Z Downloaded instant v0.1.13
6352026-02-27T02:08:52.038Z Downloaded indent_write v2.2.0
6362026-02-27T02:08:52.042Z Downloaded futures-channel v0.3.31
6372026-02-27T02:08:52.046Z Downloaded fs_extra v1.3.0
6382026-02-27T02:08:52.050Z Downloaded is_ci v1.2.0
6392026-02-27T02:08:52.055Z Downloaded instability v0.3.2
6402026-02-27T02:08:52.058Z Downloaded derive_builder v0.20.2
6412026-02-27T02:08:52.063Z Downloaded impl-trait-for-tuples v0.2.2
6422026-02-27T02:08:52.068Z Downloaded libscf-sys v1.1.0
6432026-02-27T02:08:52.071Z Downloaded hyper-staticfile v0.10.1
6442026-02-27T02:08:52.075Z Downloaded managed v0.8.0
6452026-02-27T02:08:52.079Z Downloaded lzss v0.8.2
6462026-02-27T02:08:52.082Z Downloaded globset v0.4.15
6472026-02-27T02:08:52.086Z Downloaded libsw-core v0.3.1
6482026-02-27T02:08:52.090Z Downloaded lru v0.12.5
6492026-02-27T02:08:52.093Z Downloaded ingot-types v0.1.2
6502026-02-27T02:08:52.096Z Downloaded match_cfg v0.1.0
6512026-02-27T02:08:52.099Z Downloaded md5 v0.7.0
6522026-02-27T02:08:52.102Z Downloaded md-5 v0.10.6
6532026-02-27T02:08:52.106Z Downloaded ingot v0.1.1
6542026-02-27T02:08:52.110Z Downloaded fatfs v0.3.6
6552026-02-27T02:08:52.114Z Downloaded internet-checksum v0.2.1
6562026-02-27T02:08:52.117Z Downloaded nibble_vec v0.1.0
6572026-02-27T02:08:52.121Z Downloaded num v0.4.3
6582026-02-27T02:08:52.127Z Downloaded mime v0.3.17
6592026-02-27T02:08:52.130Z Downloaded jobserver v0.1.32
6602026-02-27T02:08:52.135Z Downloaded console v0.15.10
6612026-02-27T02:08:52.138Z Downloaded num-derive v0.3.3
6622026-02-27T02:08:52.141Z Downloaded number_prefix v0.4.0
6632026-02-27T02:08:52.144Z Downloaded num_threads v0.1.7
6642026-02-27T02:08:52.147Z Downloaded openssl-macros v0.1.1
6652026-02-27T02:08:52.150Z Downloaded nodrop v0.1.14
6662026-02-27T02:08:52.154Z Downloaded normalize-line-endings v0.3.0
6672026-02-27T02:08:52.157Z Downloaded ingot-macros v0.1.1
6682026-02-27T02:08:52.162Z Downloaded nanorand v0.7.0
6692026-02-27T02:08:52.164Z Downloaded oso-derive v0.27.3
6702026-02-27T02:08:52.168Z Downloaded ipnetwork v0.21.1
6712026-02-27T02:08:52.171Z Downloaded libz-rs-sys v0.5.1
6722026-02-27T02:08:52.174Z Downloaded libefi-sys v0.1.0
6732026-02-27T02:08:52.177Z Downloaded packed_struct_codegen v0.10.1
6742026-02-27T02:08:52.181Z Downloaded olpc-cjson v0.1.4
6752026-02-27T02:08:52.184Z Downloaded num-iter v0.1.45
6762026-02-27T02:08:52.187Z Downloaded hmac v0.12.1
6772026-02-27T02:08:52.190Z Downloaded darling_core v0.21.0
6782026-02-27T02:08:52.195Z Downloaded parse-size v1.1.0
6792026-02-27T02:08:52.198Z Downloaded peg-runtime v0.8.5
6802026-02-27T02:08:52.201Z Downloaded console v0.16.0
6812026-02-27T02:08:52.204Z Downloaded pbkdf2 v0.12.2
6822026-02-27T02:08:52.209Z Downloaded half v2.4.1
6832026-02-27T02:08:52.212Z Downloaded heapless v0.8.0
6842026-02-27T02:08:52.219Z Downloaded const_format v0.2.34
6852026-02-27T02:08:52.222Z Downloaded phf_shared v0.12.1
6862026-02-27T02:08:52.226Z Downloaded flume v0.11.1
6872026-02-27T02:08:52.230Z Downloaded packed_struct v0.10.1
6882026-02-27T02:08:52.233Z Downloaded pbkdf2 v0.11.0
6892026-02-27T02:08:52.236Z Downloaded oxnet v0.1.4
6902026-02-27T02:08:52.240Z Downloaded pretty-hex v0.2.1
6912026-02-27T02:08:52.243Z Downloaded predicates-tree v1.0.12
6922026-02-27T02:08:52.246Z Downloaded num_enum v0.5.11
6932026-02-27T02:08:52.251Z Downloaded nu-ansi-term v0.50.1
6942026-02-27T02:08:52.256Z Downloaded proc-macro-crate v1.3.1
6952026-02-27T02:08:52.259Z Downloaded num-rational v0.4.2
6962026-02-27T02:08:52.262Z Downloaded progenitor v0.8.0
6972026-02-27T02:08:52.265Z Downloaded pin-utils v0.1.0
6982026-02-27T02:08:52.269Z Downloaded progenitor-client v0.11.2
6992026-02-27T02:08:52.274Z Downloaded progenitor-client v0.10.0
7002026-02-27T02:08:52.277Z Downloaded phf_shared v0.11.2
7012026-02-27T02:08:52.277Z Downloaded phf v0.11.2
7022026-02-27T02:08:52.280Z Downloaded owo-colors v4.2.3
7032026-02-27T02:08:52.284Z Downloaded pin-project-internal v1.1.6
7042026-02-27T02:08:52.287Z Downloaded pin-project-lite v0.2.14
7052026-02-27T02:08:52.293Z Downloaded quick-error v1.2.3
7062026-02-27T02:08:52.296Z Downloaded progenitor-macro v0.13.0
7072026-02-27T02:08:52.300Z Downloaded memmap2 v0.9.8
7082026-02-27T02:08:52.304Z Downloaded indexmap v1.9.3
7092026-02-27T02:08:52.307Z Downloaded ppv-lite86 v0.2.20
7102026-02-27T02:08:52.310Z Downloaded base64 v0.21.7
7112026-02-27T02:08:52.314Z Downloaded parse-display v0.10.0
7122026-02-27T02:08:52.317Z Downloaded parking_lot v0.12.3
7132026-02-27T02:08:52.320Z Downloaded psl-types v2.0.11
7142026-02-27T02:08:52.323Z Downloaded rand_chacha v0.3.1
7152026-02-27T02:08:52.327Z Downloaded progenitor-macro v0.11.2
7162026-02-27T02:08:52.327Z Downloaded peg-macros v0.8.5
7172026-02-27T02:08:52.330Z Downloaded progenitor-extras v0.1.0
7182026-02-27T02:08:52.333Z Downloaded progenitor-client v0.13.0
7192026-02-27T02:08:52.336Z Downloaded ref-cast v1.0.25
7202026-02-27T02:08:52.339Z Downloaded ref-cast-impl v1.0.25
7212026-02-27T02:08:52.344Z Downloaded recursive-proc-macro-impl v0.1.1
7222026-02-27T02:08:52.344Z Downloaded oxide-update-engine-types v0.1.0
7232026-02-27T02:08:52.347Z Downloaded oso v0.27.3
7242026-02-27T02:08:52.351Z Downloaded progenitor v0.10.0
7252026-02-27T02:08:52.354Z Downloaded phf v0.12.1
7262026-02-27T02:08:52.358Z Downloaded radium v0.7.0
7272026-02-27T02:08:52.358Z Downloaded password-hash v0.5.0
7282026-02-27T02:08:52.361Z Downloaded pkg-config v0.3.31
7292026-02-27T02:08:52.364Z Downloaded pkcs8 v0.10.2
7302026-02-27T02:08:52.367Z Downloaded rtoolbox v0.0.2
7312026-02-27T02:08:52.370Z Downloaded backtrace v0.3.74
7322026-02-27T02:08:52.374Z Downloaded rustc_version v0.4.1
7332026-02-27T02:08:52.377Z Downloaded postcard v1.0.10
7342026-02-27T02:08:52.381Z Downloaded recursive v0.1.1
7352026-02-27T02:08:52.384Z Downloaded rand_xorshift v0.4.0
7362026-02-27T02:08:52.384Z Downloaded quinn-udp v0.5.5
7372026-02-27T02:08:52.386Z Downloaded rustc_version v0.1.7
7382026-02-27T02:08:52.389Z Downloaded predicates v3.1.3
7392026-02-27T02:08:52.392Z Downloaded oxide-update-engine-display v0.1.0
7402026-02-27T02:08:52.396Z Downloaded progenitor v0.13.0
7412026-02-27T02:08:52.398Z Downloaded rand_core v0.9.3
7422026-02-27T02:08:52.401Z Downloaded rand_core v0.6.4
7432026-02-27T02:08:52.402Z Downloaded rustc-hash v2.1.1
7442026-02-27T02:08:52.405Z Downloaded scheduled-thread-pool v0.2.7
7452026-02-27T02:08:52.408Z Downloaded sapling-renderdag v0.1.0
7462026-02-27T02:08:52.411Z Downloaded russh-cryptovec v0.7.3
7472026-02-27T02:08:52.411Z Downloaded progenitor-impl v0.8.0
7482026-02-27T02:08:52.414Z Downloaded same-file v1.0.6
7492026-02-27T02:08:52.417Z Downloaded rfc6979 v0.4.0
7502026-02-27T02:08:52.420Z Downloaded psm v0.1.30
7512026-02-27T02:08:52.423Z Downloaded resolv-conf v0.7.0
7522026-02-27T02:08:52.425Z Downloaded hickory-resolver v0.25.2
7532026-02-27T02:08:52.430Z Downloaded litrs v0.4.1
7542026-02-27T02:08:52.433Z Downloaded papergrid v0.17.0
7552026-02-27T02:08:52.439Z Downloaded serde_plain v1.0.2
7562026-02-27T02:08:52.444Z Downloaded secrecy v0.10.3
7572026-02-27T02:08:52.447Z Downloaded scrypt v0.11.0
7582026-02-27T02:08:52.447Z Downloaded rand_seeder v0.4.0
7592026-02-27T02:08:52.451Z Downloaded scopeguard v1.2.0
7602026-02-27T02:08:52.453Z Downloaded salsa20 v0.10.2
7612026-02-27T02:08:52.454Z Downloaded rustls-pemfile v1.0.4
7622026-02-27T02:08:52.456Z Downloaded postgres-types v0.2.9
7632026-02-27T02:08:52.459Z Downloaded postgres-protocol v0.6.8
7642026-02-27T02:08:52.463Z Downloaded sha1 v0.10.6
7652026-02-27T02:08:52.465Z Downloaded prefix-trie v0.7.0
7662026-02-27T02:08:52.468Z Downloaded libm v0.2.8
7672026-02-27T02:08:52.476Z Downloaded shell-words v1.1.0
7682026-02-27T02:08:52.479Z Downloaded serde_repr v0.1.19
7692026-02-27T02:08:52.486Z Downloaded minimal-lexical v0.2.1
7702026-02-27T02:08:52.489Z Downloaded rustc-demangle v0.1.24
7712026-02-27T02:08:52.493Z Downloaded serde_spanned v1.0.4
7722026-02-27T02:08:52.493Z Downloaded serde_bytes v0.11.19
7732026-02-27T02:08:52.496Z Downloaded signal-hook-tokio v0.3.1
7742026-02-27T02:08:52.496Z Downloaded simd-adler32 v0.3.7
7752026-02-27T02:08:52.500Z Downloaded sigpipe v0.1.3
7762026-02-27T02:08:52.500Z Downloaded signature v2.2.0
7772026-02-27T02:08:52.503Z Downloaded signal-hook-mio v0.2.4
7782026-02-27T02:08:52.506Z Downloaded serde-big-array v0.5.1
7792026-02-27T02:08:52.509Z Downloaded serde_urlencoded v0.7.1
7802026-02-27T02:08:52.512Z Downloaded siphasher v1.0.1
7812026-02-27T02:08:52.512Z Downloaded itertools v0.10.5
7822026-02-27T02:08:52.518Z Downloaded serde_derive_internals v0.29.1
7832026-02-27T02:08:52.521Z Downloaded r2d2 v0.8.10
7842026-02-27T02:08:52.524Z Downloaded hashbrown v0.13.2
7852026-02-27T02:08:52.527Z Downloaded siphasher v0.3.11
7862026-02-27T02:08:52.530Z Downloaded slog-envlogger v2.2.0
7872026-02-27T02:08:52.533Z Downloaded rusty-fork v0.3.0
7882026-02-27T02:08:52.536Z Downloaded rustversion v1.0.22
7892026-02-27T02:08:52.539Z Downloaded ryu v1.0.18
7902026-02-27T02:08:52.542Z Downloaded rcgen v0.12.1
7912026-02-27T02:08:52.545Z Downloaded slog-bunyan v2.5.0
7922026-02-27T02:08:52.548Z Downloaded shlex v1.3.0
7932026-02-27T02:08:52.548Z Downloaded sqlparser_derive v0.5.0
7942026-02-27T02:08:52.551Z Downloaded progenitor-impl v0.11.2
7952026-02-27T02:08:52.553Z Downloaded ssh-encoding v0.2.0
7962026-02-27T02:08:52.556Z Downloaded scroll v0.13.0
7972026-02-27T02:08:52.556Z Downloaded serde-hex v0.1.0
7982026-02-27T02:08:52.559Z Downloaded aes v0.8.4
7992026-02-27T02:08:52.563Z Downloaded progenitor-impl v0.10.0
8002026-02-27T02:08:52.565Z Downloaded ron v0.7.1
8012026-02-27T02:08:52.571Z Downloaded strum v0.27.2
8022026-02-27T02:08:52.574Z Downloaded ssh-cipher v0.2.0
8032026-02-27T02:08:52.577Z Downloaded serde_path_to_error v0.1.20
8042026-02-27T02:08:52.577Z Downloaded seq-macro v0.3.6
8052026-02-27T02:08:52.580Z Downloaded structmeta v0.3.0
8062026-02-27T02:08:52.583Z Downloaded strip-ansi-escapes v0.2.0
8072026-02-27T02:08:52.583Z Downloaded sec1 v0.7.3
8082026-02-27T02:08:52.586Z Downloaded sync_wrapper v1.0.1
8092026-02-27T02:08:52.589Z Downloaded structmeta-derive v0.3.0
8102026-02-27T02:08:52.589Z Downloaded p256 v0.13.2
8112026-02-27T02:08:52.593Z Downloaded num-bigint v0.4.6
8122026-02-27T02:08:52.597Z Downloaded hickory-resolver v0.24.4
8132026-02-27T02:08:52.602Z Downloaded serde_cbor v0.11.2
8142026-02-27T02:08:52.605Z Downloaded sync-ptr v0.1.4
8152026-02-27T02:08:52.608Z Downloaded tagptr v0.2.0
8162026-02-27T02:08:52.611Z Downloaded tabled_derive v0.11.0
8172026-02-27T02:08:52.611Z Downloaded signal-hook-registry v1.4.2
8182026-02-27T02:08:52.614Z Downloaded openssl-sys v0.9.109
8192026-02-27T02:08:52.618Z Downloaded spki v0.7.3
8202026-02-27T02:08:52.621Z Downloaded thiserror-impl-no-std v2.0.2
8212026-02-27T02:08:52.624Z Downloaded testing_table v0.3.0
8222026-02-27T02:08:52.624Z Downloaded slog-term v2.9.2
8232026-02-27T02:08:52.627Z Downloaded slog-stdlog v4.1.1
8242026-02-27T02:08:52.630Z Downloaded tabwriter v1.4.0
8252026-02-27T02:08:52.633Z Downloaded tabled_derive v0.10.0
8262026-02-27T02:08:52.633Z Downloaded schemars v0.8.22
8272026-02-27T02:08:52.645Z Downloaded thread_local v1.1.8
8282026-02-27T02:08:52.648Z Downloaded termtree v0.5.1
8292026-02-27T02:08:52.651Z Downloaded tap v1.0.1
8302026-02-27T02:08:52.651Z Downloaded prettyplease v0.2.36
8312026-02-27T02:08:52.654Z Downloaded strum_macros v0.24.3
8322026-02-27T02:08:52.657Z Downloaded rustls-pki-types v1.14.0
8332026-02-27T02:08:52.660Z Downloaded thread-id v5.0.0
8342026-02-27T02:08:52.663Z Downloaded strum v0.26.3
8352026-02-27T02:08:52.663Z Downloaded time-core v0.1.8
8362026-02-27T02:08:52.666Z Downloaded tinyvec_macros v0.1.1
8372026-02-27T02:08:52.666Z Downloaded rustls-platform-verifier v0.6.2
8382026-02-27T02:08:52.669Z Downloaded russh-keys v0.45.0
8392026-02-27T02:08:52.672Z Downloaded support-bundle-viewer v0.1.2
8402026-02-27T02:08:52.675Z Downloaded supports-color v3.0.2
8412026-02-27T02:08:52.678Z Downloaded progenitor-impl v0.13.0
8422026-02-27T02:08:52.681Z Downloaded rand v0.8.5
8432026-02-27T02:08:52.684Z Downloaded serde_yaml v0.9.34+deprecated
8442026-02-27T02:08:52.687Z Downloaded quinn v0.11.9
8452026-02-27T02:08:52.690Z Downloaded subtle v2.6.1
8462026-02-27T02:08:52.692Z Downloaded sqlformat v0.3.5
8472026-02-27T02:08:52.693Z Downloaded aes-gcm v0.10.3
8482026-02-27T02:08:52.696Z Downloaded thiserror-no-std v2.0.2
8492026-02-27T02:08:52.700Z Downloaded hyper v1.8.1
8502026-02-27T02:08:52.707Z Downloaded similar v2.7.0
8512026-02-27T02:08:52.711Z Downloaded trait-variant v0.1.2
8522026-02-27T02:08:52.714Z Downloaded h2 v0.4.6
8532026-02-27T02:08:52.718Z Downloaded subprocess v0.2.9
8542026-02-27T02:08:52.721Z Downloaded strum_macros v0.27.2
8552026-02-27T02:08:52.725Z Downloaded slog v2.8.2
8562026-02-27T02:08:52.728Z Downloaded try-lock v0.2.5
8572026-02-27T02:08:52.731Z Downloaded tokio-macros v2.6.0
8582026-02-27T02:08:52.731Z Downloaded topological-sort v0.2.2
8592026-02-27T02:08:52.731Z Downloaded itertools v0.13.0
8602026-02-27T02:08:52.738Z Downloaded tower-layer v0.3.3
8612026-02-27T02:08:52.741Z Downloaded tokio-native-tls v0.3.1
8622026-02-27T02:08:52.741Z Downloaded tokio-rustls v0.25.0
8632026-02-27T02:08:52.744Z Downloaded signal-hook v0.3.18
8642026-02-27T02:08:52.747Z Downloaded tower-service v0.3.3
8652026-02-27T02:08:52.747Z Downloaded strum_macros v0.26.4
8662026-02-27T02:08:52.751Z Downloaded nom v7.1.3
8672026-02-27T02:08:52.754Z Downloaded tls_codec v0.4.1
8682026-02-27T02:08:52.757Z Downloaded publicsuffix v2.3.0
8692026-02-27T02:08:52.760Z Downloaded tiny-keccak v2.0.2
8702026-02-27T02:08:52.763Z Downloaded typify-macro v0.4.3
8712026-02-27T02:08:52.763Z Downloaded unicode-truncate v1.1.0
8722026-02-27T02:08:52.766Z Downloaded toml_writer v1.0.6+spec-1.1.0
8732026-02-27T02:08:52.769Z Downloaded typify-macro v0.6.1
8742026-02-27T02:08:52.769Z Downloaded time-macros v0.2.27
8752026-02-27T02:08:52.772Z Downloaded typify-macro v0.2.0
8762026-02-27T02:08:52.772Z Downloaded samael v0.0.19
8772026-02-27T02:08:52.776Z Downloaded unarray v0.1.4
8782026-02-27T02:08:52.780Z Downloaded universal-hash v0.5.1
8792026-02-27T02:08:52.780Z Downloaded russh v0.45.0
8802026-02-27T02:08:52.785Z Downloaded usdt v0.6.0
8812026-02-27T02:08:52.788Z Downloaded tls_codec_derive v0.4.1
8822026-02-27T02:08:52.788Z Downloaded untrusted v0.9.0
8832026-02-27T02:08:52.791Z Downloaded rsa v0.9.8
8842026-02-27T02:08:52.794Z Downloaded usdt-macro v0.6.0
8852026-02-27T02:08:52.794Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8862026-02-27T02:08:52.797Z Downloaded tokio-tungstenite v0.23.1
8872026-02-27T02:08:52.799Z Downloaded wait-timeout v0.2.0
8882026-02-27T02:08:52.800Z Downloaded utf-8 v0.7.6
8892026-02-27T02:08:52.802Z Downloaded unit-prefix v0.5.1
8902026-02-27T02:08:52.802Z Downloaded tokio-rustls v0.24.1
8912026-02-27T02:08:52.806Z Downloaded p521 v0.13.3
8922026-02-27T02:08:52.810Z Downloaded term v1.1.0
8932026-02-27T02:08:52.813Z Downloaded typify v0.2.0
8942026-02-27T02:08:52.813Z Downloaded tracing-attributes v0.1.27
8952026-02-27T02:08:52.816Z Downloaded usdt-attr-macro v0.6.0
8962026-02-27T02:08:52.819Z Downloaded tokio-stream v0.1.17
8972026-02-27T02:08:52.822Z Downloaded vte_generate_state_changes v0.1.2
8982026-02-27T02:08:52.822Z Downloaded term v0.7.0
8992026-02-27T02:08:52.825Z Downloaded snafu v0.8.5
9002026-02-27T02:08:52.831Z Downloaded waitgroup v0.1.2
9012026-02-27T02:08:52.834Z Downloaded toml_parser v1.0.6+spec-1.1.0
9022026-02-27T02:08:52.836Z Downloaded void v1.0.2
9032026-02-27T02:08:52.836Z Downloaded want v0.3.1
9042026-02-27T02:08:52.836Z Downloaded num-bigint-dig v0.8.6
9052026-02-27T02:08:52.840Z Downloaded iri-string v0.7.8
9062026-02-27T02:08:52.846Z Downloaded tokio-rustls v0.26.0
9072026-02-27T02:08:52.849Z Downloaded test-strategy v0.4.3
9082026-02-27T02:08:52.852Z Downloaded untrusted v0.7.1
9092026-02-27T02:08:52.855Z Downloaded tinyvec v1.8.0
9102026-02-27T02:08:52.858Z Downloaded tokio-tungstenite v0.21.0
9112026-02-27T02:08:52.858Z Downloaded iddqd v0.3.16
9122026-02-27T02:08:52.864Z Downloaded futures-util v0.3.31
9132026-02-27T02:08:52.875Z Downloaded vergen-git2 v1.0.7
9142026-02-27T02:08:52.878Z Downloaded xshell-macros v0.2.7
9152026-02-27T02:08:52.878Z Downloaded unicase v2.8.1
9162026-02-27T02:08:52.881Z Downloaded zone_cfg_derive v0.3.0
9172026-02-27T02:08:52.881Z Downloaded zone_cfg_derive v0.1.2
9182026-02-27T02:08:52.881Z Downloaded socket2 v0.6.1
9192026-02-27T02:08:52.885Z Downloaded zone v0.3.1
9202026-02-27T02:08:52.885Z Downloaded zone v0.1.8
9212026-02-27T02:08:52.888Z Downloaded twox-hash v2.1.0
9222026-02-27T02:08:52.888Z Downloaded blake3 v1.5.4
9232026-02-27T02:08:52.894Z Downloaded vergen-lib v0.1.6
9242026-02-27T02:08:52.897Z Downloaded aho-corasick v1.1.3
9252026-02-27T02:08:52.900Z Downloaded zeroize_derive v1.4.2
9262026-02-27T02:08:52.903Z Downloaded usdt-impl v0.6.0
9272026-02-27T02:08:52.906Z Downloaded tar v0.4.44
9282026-02-27T02:08:52.906Z Downloaded socket2 v0.5.10
9292026-02-27T02:08:52.911Z Downloaded wyz v0.5.1
9302026-02-27T02:08:52.914Z Downloaded schemars v0.9.0
9312026-02-27T02:08:52.921Z Downloaded xshell v0.2.7
9322026-02-27T02:08:52.924Z Downloaded vsss-rs v3.3.4
9332026-02-27T02:08:52.927Z Downloaded tui-tree-widget v0.23.1
9342026-02-27T02:08:52.927Z Downloaded whoami v1.5.2
9352026-02-27T02:08:52.930Z Downloaded xz2 v0.1.7
9362026-02-27T02:08:52.932Z Downloaded hkdf v0.12.4
9372026-02-27T02:08:52.935Z Downloaded mio v1.0.2
9382026-02-27T02:08:52.938Z Downloaded walkdir v2.5.0
9392026-02-27T02:08:52.941Z Downloaded tracing-core v0.1.32
9402026-02-27T02:08:52.944Z Downloaded libxml v0.3.3
9412026-02-27T02:08:52.948Z Downloaded uzers v0.12.1
9422026-02-27T02:08:52.951Z Downloaded rand v0.9.2
9432026-02-27T02:08:52.954Z Downloaded unicode-properties v0.1.3
9442026-02-27T02:08:52.957Z Downloaded vergen-gitcl v1.0.8
9452026-02-27T02:08:52.960Z Downloaded toml v0.9.11+spec-1.1.0
9462026-02-27T02:08:52.964Z Downloaded zeroize v1.8.1
9472026-02-27T02:08:52.966Z Downloaded xattr v1.3.1
9482026-02-27T02:08:52.970Z Downloaded toml v0.7.8
9492026-02-27T02:08:52.973Z Downloaded schemars v1.0.4
9502026-02-27T02:08:52.984Z Downloaded zstd v0.13.3
9512026-02-27T02:08:52.987Z Downloaded vte v0.11.1
9522026-02-27T02:08:52.990Z Downloaded steno v0.4.1
9532026-02-27T02:08:52.993Z Downloaded yasna v0.5.2
9542026-02-27T02:08:52.995Z Downloaded itertools v0.14.0
9552026-02-27T02:08:53.002Z Downloaded tracing v0.1.40
9562026-02-27T02:08:53.006Z Downloaded vergen v9.0.6
9572026-02-27T02:08:53.009Z Downloaded rustyline v14.0.0
9582026-02-27T02:08:53.012Z Downloaded tungstenite v0.21.0
9592026-02-27T02:08:53.017Z Downloaded regex v1.12.3
9602026-02-27T02:08:53.021Z Downloaded unicode-bidi v0.3.17
9612026-02-27T02:08:53.024Z Downloaded git2 v0.20.2
9622026-02-27T02:08:53.032Z Downloaded reedline v0.40.0
9632026-02-27T02:08:53.039Z Downloaded value-bag v1.12.0
9642026-02-27T02:08:53.042Z Downloaded tungstenite v0.23.0
9652026-02-27T02:08:53.045Z Downloaded zerocopy v0.6.6
9662026-02-27T02:08:53.048Z Downloaded unsafe-libyaml v0.2.11
9672026-02-27T02:08:53.051Z Downloaded ssh-key v0.6.6
9682026-02-27T02:08:53.058Z Downloaded rpassword v7.4.0
9692026-02-27T02:08:53.061Z Downloaded typify v0.6.1
9702026-02-27T02:08:53.066Z Downloaded typify v0.4.3
9712026-02-27T02:08:53.069Z Downloaded string_cache v0.8.9
9722026-02-27T02:08:53.072Z Downloaded tokio-dtrace v0.1.0
9732026-02-27T02:08:53.072Z Downloaded rustls-webpki v0.103.9
9742026-02-27T02:08:53.075Z Downloaded ron v0.8.1
9752026-02-27T02:08:53.079Z Downloaded reqwest v0.13.2
9762026-02-27T02:08:53.085Z Downloaded uuid v1.19.0
9772026-02-27T02:08:53.088Z Downloaded toml_edit v0.19.15
9782026-02-27T02:08:53.105Z Downloaded zstd-safe v7.2.3
9792026-02-27T02:08:53.107Z Downloaded zopfli v0.8.1
9802026-02-27T02:08:53.129Z Downloaded typed-path v0.9.3
9812026-02-27T02:08:53.129Z Downloaded rustls-webpki v0.101.7
9822026-02-27T02:08:53.132Z Downloaded yansi v1.0.1
9832026-02-27T02:08:53.132Z Downloaded aws-lc-rs v1.16.0
9842026-02-27T02:08:53.139Z Downloaded tower v0.5.2
9852026-02-27T02:08:53.148Z Downloaded x509-cert v0.2.5
9862026-02-27T02:08:53.154Z Downloaded lalrpop v0.19.12
9872026-02-27T02:08:53.164Z Downloaded petname v2.0.2
9882026-02-27T02:08:53.170Z Downloaded bitvec v1.0.1
9892026-02-27T02:08:53.185Z Downloaded zip v0.6.6
9902026-02-27T02:08:53.189Z Downloaded zerocopy-derive v0.8.27
9912026-02-27T02:08:53.195Z Downloaded bindgen v0.71.1
9922026-02-27T02:08:53.202Z Downloaded quick-xml v0.37.2
9932026-02-27T02:08:53.208Z Downloaded salty v0.3.0
9942026-02-27T02:08:53.215Z Downloaded unicode-segmentation v1.12.0
9952026-02-27T02:08:53.218Z Downloaded rustls-webpki v0.102.8
9962026-02-27T02:08:53.237Z Downloaded serde_with v3.16.1
9972026-02-27T02:08:53.248Z Downloaded rayon v1.10.0
9982026-02-27T02:08:53.257Z Downloaded zip v4.2.0
9992026-02-27T02:08:53.261Z Downloaded quinn-proto v0.11.13
10002026-02-27T02:08:53.268Z Downloaded tower-http v0.6.8
10012026-02-27T02:08:53.276Z Downloaded unicode-normalization v0.1.24
10022026-02-27T02:08:53.279Z Downloaded diesel v2.2.12
10032026-02-27T02:08:53.298Z Downloaded gimli v0.31.1
10042026-02-27T02:08:53.304Z Downloaded tough v0.20.0
10052026-02-27T02:08:53.313Z Downloaded nix v0.29.0
10062026-02-27T02:08:53.324Z Downloaded winnow v0.6.26
10072026-02-27T02:08:53.332Z Downloaded winnow v0.5.40
10082026-02-27T02:08:53.340Z Downloaded rustls v0.21.12
10092026-02-27T02:08:53.351Z Downloaded radix_trie v0.2.1
10102026-02-27T02:08:53.356Z Downloaded openssl v0.10.73
10112026-02-27T02:08:53.365Z Downloaded object v0.37.3
10122026-02-27T02:08:53.377Z Downloaded polar-core v0.27.3
10132026-02-27T02:08:53.384Z Downloaded time v0.3.47
10142026-02-27T02:08:53.395Z Downloaded zlib-rs v0.5.1
10152026-02-27T02:08:53.399Z Downloaded tabled v0.20.0
10162026-02-27T02:08:53.417Z Downloaded smoltcp v0.9.1
10172026-02-27T02:08:53.427Z Downloaded vcpkg v0.2.15
10182026-02-27T02:08:53.465Z Downloaded webpki-roots v1.0.1
10192026-02-27T02:08:53.470Z Downloaded hickory-proto v0.25.2
10202026-02-27T02:08:53.483Z Downloaded smoltcp v0.11.0
10212026-02-27T02:08:53.494Z Downloaded zerocopy v0.8.27
10222026-02-27T02:08:53.516Z Downloaded rustls v0.23.37
10232026-02-27T02:08:53.526Z Downloaded openapiv3 v2.2.0
10242026-02-27T02:08:53.536Z Downloaded rustls v0.22.4
10252026-02-27T02:08:53.548Z Downloaded regex-syntax v0.8.5
10262026-02-27T02:08:53.555Z Downloaded regress v0.10.5
10272026-02-27T02:08:53.563Z Downloaded object v0.36.5
10282026-02-27T02:08:53.574Z Downloaded bstr v1.10.0
10292026-02-27T02:08:53.583Z Downloaded regex-syntax v0.6.29
10302026-02-27T02:08:53.590Z Downloaded tabled v0.18.0
10312026-02-27T02:08:53.607Z Downloaded hickory-proto v0.24.4
10322026-02-27T02:08:53.620Z Downloaded nix v0.30.1
10332026-02-27T02:08:53.631Z Downloaded sqlparser v0.61.0
10342026-02-27T02:08:53.640Z Downloaded dropshot v0.16.7
10352026-02-27T02:08:53.661Z Downloaded typify-impl v0.6.1
10362026-02-27T02:08:53.672Z Downloaded typify-impl v0.4.3
10372026-02-27T02:08:53.685Z Downloaded sled v0.34.7
10382026-02-27T02:08:53.696Z Downloaded nix v0.28.0
10392026-02-27T02:08:53.705Z Downloaded typify-impl v0.2.0
10402026-02-27T02:08:53.719Z Downloaded ratatui v0.29.0
10412026-02-27T02:08:53.737Z Downloaded zerocopy-derive v0.6.6
10422026-02-27T02:08:53.745Z Downloaded regex-automata v0.4.14
10432026-02-27T02:08:53.759Z Downloaded petgraph v0.6.5
10442026-02-27T02:08:53.776Z Downloaded bzip2-sys v0.1.13+1.0.8
10452026-02-27T02:08:53.786Z Downloaded lzma-sys v0.1.20
10462026-02-27T02:08:53.812Z Downloaded proptest v1.7.0
10472026-02-27T02:08:53.820Z Downloaded petgraph v0.8.2
10482026-02-27T02:08:53.839Z Downloaded jiff v0.2.15
10492026-02-27T02:08:53.854Z Downloaded nix v0.27.1
10502026-02-27T02:08:53.863Z Downloaded object v0.30.4
10512026-02-27T02:08:53.872Z Downloaded chrono-tz v0.10.4
10522026-02-27T02:08:53.887Z Downloaded csv v1.3.1
10532026-02-27T02:08:53.906Z Downloaded moka v0.12.10
10542026-02-27T02:08:53.913Z Downloaded goblin v0.10.2
10552026-02-27T02:08:53.920Z Downloaded sha3 v0.10.8
10562026-02-27T02:08:53.924Z Downloaded libz-sys v1.1.20
10572026-02-27T02:08:53.943Z Downloaded curve25519-dalek v4.1.3
10582026-02-27T02:08:53.950Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10592026-02-27T02:08:53.965Z Downloaded tokio v1.49.0
10602026-02-27T02:08:54.000Z Downloaded tokio-util v0.7.15
10612026-02-27T02:08:54.006Z Downloaded chrono v0.4.43
10622026-02-27T02:08:54.011Z Downloaded unicode_categories v0.1.1
10632026-02-27T02:08:54.014Z Downloaded tokio-postgres v0.7.13
10642026-02-27T02:08:54.018Z Downloaded p384 v0.13.1
10652026-02-27T02:08:54.022Z Downloaded portable-atomic v1.11.0
10662026-02-27T02:08:54.028Z Downloaded reqwest v0.12.28
10672026-02-27T02:08:54.033Z Downloaded termios v0.3.3
10682026-02-27T02:08:54.036Z Downloaded pretty_assertions v1.4.1
10692026-02-27T02:08:54.039Z Downloaded rayon-core v1.12.1
10702026-02-27T02:08:54.042Z Downloaded spin v0.9.8
10712026-02-27T02:08:54.045Z Downloaded slab v0.4.9
10722026-02-27T02:08:54.045Z Downloaded itertools v0.12.1
10732026-02-27T02:08:54.050Z Downloaded stacker v0.1.23
10742026-02-27T02:08:54.052Z Downloaded stringprep v0.1.5
10752026-02-27T02:08:54.055Z Downloaded static_assertions v1.1.0
10762026-02-27T02:08:54.055Z Downloaded smf v0.2.3
10772026-02-27T02:08:54.055Z Downloaded smallvec v0.6.14
10782026-02-27T02:08:54.058Z Downloaded qorb v0.4.1
10792026-02-27T02:08:54.061Z Downloaded slog-scope v4.4.0
10802026-02-27T02:08:54.061Z Downloaded slog-dtrace v0.3.0
10812026-02-27T02:08:54.064Z Downloaded take_mut v0.2.2
10822026-02-27T02:08:54.064Z Downloaded encoding_rs v0.8.34
10832026-02-27T02:08:54.082Z Downloaded snafu-derive v0.8.5
10842026-02-27T02:08:54.085Z Downloaded slog-json v2.6.1
10852026-02-27T02:08:54.085Z Downloaded slog-async v2.8.0
10862026-02-27T02:08:54.088Z Downloaded serde_with_macros v3.16.1
10872026-02-27T02:08:54.088Z Downloaded hashbrown v0.12.3
10882026-02-27T02:08:54.091Z Downloaded sct v0.7.1
10892026-02-27T02:08:54.094Z Downloaded schemars_derive v0.8.22
10902026-02-27T02:08:54.097Z Downloaded hashbrown v0.15.4
10912026-02-27T02:08:54.100Z Downloaded hyper-util v0.1.19
10922026-02-27T02:08:54.105Z Downloaded http v1.4.0
10932026-02-27T02:08:54.108Z Downloaded hickory-server v0.25.2
10942026-02-27T02:08:54.112Z Downloaded semver v0.1.20
10952026-02-27T02:08:54.115Z Downloaded secrecy v0.8.0
10962026-02-27T02:08:54.115Z Downloaded scroll_derive v0.13.1
10972026-02-27T02:08:54.115Z Downloaded rustls-native-certs v0.8.1
10982026-02-27T02:08:54.119Z Downloaded rustls-pemfile v2.2.0
10992026-02-27T02:08:54.123Z Downloaded jiff-static v0.2.15
11002026-02-27T02:08:54.123Z Downloaded pkcs1 v0.7.5
11012026-02-27T02:08:54.126Z Downloaded pin-project v1.1.6
11022026-02-27T02:08:54.133Z Downloaded rand_chacha v0.9.0
11032026-02-27T02:08:54.136Z Downloaded proc-macro-error2 v2.0.1
11042026-02-27T02:08:54.140Z Downloaded progenitor v0.11.2
11052026-02-27T02:08:54.140Z Downloaded primeorder v0.13.6
11062026-02-27T02:08:54.140Z Downloaded bumpalo v3.16.0
11072026-02-27T02:08:54.142Z Downloaded miniz_oxide v0.8.5
11082026-02-27T02:08:54.145Z Downloaded indicatif v0.17.11
11092026-02-27T02:08:54.148Z Downloaded papergrid v0.14.0
11102026-02-27T02:08:54.152Z Downloaded pkcs5 v0.7.1
11112026-02-27T02:08:54.156Z Downloaded parking_lot v0.11.2
11122026-02-27T02:08:54.160Z Downloaded base64 v0.22.1
11132026-02-27T02:08:54.163Z Downloaded parking_lot_core v0.9.10
11142026-02-27T02:08:54.163Z Downloaded progenitor-macro v0.10.0
11152026-02-27T02:08:54.166Z Downloaded password-hash v0.4.2
11162026-02-27T02:08:54.166Z Downloaded progenitor-macro v0.8.0
11172026-02-27T02:08:54.166Z Downloaded progenitor-client v0.8.0
11182026-02-27T02:08:54.169Z Downloaded oxide-update-engine v0.1.0
11192026-02-27T02:08:54.169Z Downloaded ring v0.17.14
11202026-02-27T02:08:54.206Z Downloaded oxide-tokio-rt v0.1.2
11212026-02-27T02:08:54.209Z Downloaded ignore v0.4.23
11222026-02-27T02:08:54.211Z Downloaded chacha20poly1305 v0.10.1
11232026-02-27T02:08:54.211Z Downloaded polyval v0.6.2
11242026-02-27T02:08:54.214Z Downloaded poly1305 v0.8.0
11252026-02-27T02:08:54.214Z Downloaded compact_str v0.8.0
11262026-02-27T02:08:54.218Z Downloaded bytes v1.11.1
11272026-02-27T02:08:54.222Z Downloaded crc-any v2.5.0
11282026-02-27T02:08:54.224Z Downloaded cookie v0.18.1
11292026-02-27T02:08:54.224Z Downloaded indicatif v0.18.0
11302026-02-27T02:08:54.227Z Downloaded proc-macro-error-attr2 v2.0.0
11312026-02-27T02:08:54.230Z Downloaded pem-rfc7468 v0.7.0
11322026-02-27T02:08:54.230Z Downloaded pem v3.0.5
11332026-02-27T02:08:54.233Z Downloaded peg v0.8.5
11342026-02-27T02:08:54.236Z Downloaded path-slash v0.1.5
11352026-02-27T02:08:54.236Z Downloaded paste v1.0.15
11362026-02-27T02:08:54.239Z Downloaded parse-display-derive v0.10.0
11372026-02-27T02:08:54.239Z Downloaded libgit2-sys v0.18.2+1.9.1
11382026-02-27T02:08:54.290Z Downloaded omicron-zone-package v0.12.2
11392026-02-27T02:08:54.293Z Downloaded num_enum_derive v0.5.11
11402026-02-27T02:08:54.296Z Downloaded num-integer v0.1.46
11412026-02-27T02:08:54.296Z Downloaded predicates-core v1.0.8
11422026-02-27T02:08:54.296Z Downloaded parking_lot_core v0.8.6
11432026-02-27T02:08:54.299Z Downloaded num-complex v0.4.6
11442026-02-27T02:08:54.299Z Downloaded libloading v0.8.5
11452026-02-27T02:08:54.302Z Downloaded expectorate v1.2.0
11462026-02-27T02:08:54.302Z Downloaded precomputed-hash v0.1.1
11472026-02-27T02:08:54.305Z Downloaded powerfmt v0.2.0
11482026-02-27T02:08:54.305Z Downloaded derive_more-impl v2.0.1
11492026-02-27T02:08:54.309Z Downloaded der v0.7.10
11502026-02-27T02:08:54.312Z Downloaded darling_core v0.20.10
11512026-02-27T02:08:54.316Z Downloaded ed25519-dalek v2.1.1
11522026-02-27T02:08:54.319Z Downloaded cc v1.2.56
11532026-02-27T02:08:54.322Z Downloaded nonempty v0.12.0
11542026-02-27T02:08:54.325Z Downloaded newtype-uuid v1.3.2
11552026-02-27T02:08:54.325Z Downloaded native-tls v0.2.12
11562026-02-27T02:08:54.327Z Downloaded allocator-api2 v0.2.21
11572026-02-27T02:08:54.327Z Downloaded heapless v0.7.17
11582026-02-27T02:08:54.330Z Downloaded headers v0.4.1
11592026-02-27T02:08:54.335Z Downloaded mime_guess v2.0.5
11602026-02-27T02:08:54.338Z Downloaded lock_api v0.4.12
11612026-02-27T02:08:54.338Z Downloaded colored v2.2.0
11622026-02-27T02:08:54.341Z Downloaded libsw v3.5.0
11632026-02-27T02:08:54.344Z Downloaded bzip2 v0.5.2
11642026-02-27T02:08:54.344Z Downloaded crossterm v0.29.0
11652026-02-27T02:08:54.349Z Downloaded diesel_derives v2.2.3
11662026-02-27T02:08:54.353Z Downloaded ipnet v2.11.0
11672026-02-27T02:08:54.356Z Downloaded openssl-probe v0.1.5
11682026-02-27T02:08:54.356Z Downloaded multer v3.1.0
11692026-02-27T02:08:54.359Z Downloaded hickory-client v0.25.2
11702026-02-27T02:08:54.361Z Downloaded half v1.8.3
11712026-02-27T02:08:54.361Z Downloaded new_debug_unreachable v1.0.6
11722026-02-27T02:08:54.364Z Downloaded opaque-debug v0.3.1
11732026-02-27T02:08:54.364Z Downloaded newtype-uuid-macros v0.1.0
11742026-02-27T02:08:54.364Z Downloaded newline-converter v0.3.0
11752026-02-27T02:08:54.367Z Downloaded multimap v0.10.1
11762026-02-27T02:08:54.367Z Downloaded iana-time-zone v0.1.63
11772026-02-27T02:08:54.370Z Downloaded futures v0.3.31
11782026-02-27T02:08:54.373Z Downloaded des v0.8.1
11792026-02-27T02:08:54.376Z Downloaded num-derive v0.4.2
11802026-02-27T02:08:54.376Z Downloaded linear-map v1.2.0
11812026-02-27T02:08:54.379Z Downloaded async-trait v0.1.89
11822026-02-27T02:08:54.382Z Downloaded num-conv v0.2.0
11832026-02-27T02:08:54.382Z Downloaded hyper-rustls v0.27.7
11842026-02-27T02:08:54.385Z Downloaded blake2 v0.10.6
11852026-02-27T02:08:54.385Z Downloaded memoffset v0.9.1
11862026-02-27T02:08:54.388Z Downloaded humantime v2.2.0
11872026-02-27T02:08:54.388Z Downloaded httparse v1.9.5
11882026-02-27T02:08:54.391Z Downloaded flate2 v1.1.2
11892026-02-27T02:08:54.393Z Downloaded newtype_derive v0.1.6
11902026-02-27T02:08:54.396Z Downloaded getrandom v0.2.15
11912026-02-27T02:08:54.399Z Downloaded elliptic-curve v0.13.8
11922026-02-27T02:08:54.402Z Downloaded dropshot_endpoint v0.16.7
11932026-02-27T02:08:54.405Z Downloaded cookie_store v0.22.1
11942026-02-27T02:08:54.408Z Downloaded bitfield v0.19.2
11952026-02-27T02:08:54.408Z Downloaded indoc v2.0.6
11962026-02-27T02:08:54.411Z Downloaded derive_more v0.99.20
11972026-02-27T02:08:54.414Z Downloaded maybe-uninit v2.0.0
11982026-02-27T02:08:54.415Z Downloaded maplit v1.0.2
11992026-02-27T02:08:54.417Z Downloaded lru-cache v0.1.2
12002026-02-27T02:08:54.418Z Downloaded lockfree-object-pool v0.1.6
12012026-02-27T02:08:54.421Z Downloaded crc32fast v1.4.2
12022026-02-27T02:08:54.421Z Downloaded async-bb8-diesel v0.2.1
12032026-02-27T02:08:54.425Z Downloaded lazy_static v1.5.0
12042026-02-27T02:08:54.425Z Downloaded lalrpop-util v0.19.12
12052026-02-27T02:08:54.425Z Downloaded lru-slab v0.1.2
12062026-02-27T02:08:54.428Z Downloaded linked-hash-map v0.5.6
12072026-02-27T02:08:54.428Z Downloaded http-body-util v0.1.3
12082026-02-27T02:08:54.428Z Downloaded kstat-rs v0.2.4
12092026-02-27T02:08:54.428Z Downloaded keccak v0.1.5
12102026-02-27T02:08:54.431Z Downloaded is-terminal v0.4.13
12112026-02-27T02:08:54.431Z Downloaded derive-where v1.5.0
12122026-02-27T02:08:54.434Z Downloaded const-oid v0.9.6
12132026-02-27T02:08:54.437Z Downloaded ciborium v0.2.2
12142026-02-27T02:08:54.437Z Downloaded base64ct v1.6.0
12152026-02-27T02:08:54.440Z Downloaded highway v1.3.0
12162026-02-27T02:08:54.443Z Downloaded bzip2 v0.4.4
12172026-02-27T02:08:54.443Z Downloaded diff v0.1.13
12182026-02-27T02:08:54.446Z Downloaded cbc v0.1.2
12192026-02-27T02:08:54.447Z Downloaded bitflags v1.3.2
12202026-02-27T02:08:54.451Z Downloaded darling v0.21.0
12212026-02-27T02:08:54.454Z Downloaded colored v3.0.0
12222026-02-27T02:08:54.459Z Downloaded derive_more v2.0.1
12232026-02-27T02:08:54.463Z Downloaded inout v0.1.3
12242026-02-27T02:08:54.467Z Downloaded const_format_proc_macros v0.2.34
12252026-02-27T02:08:54.467Z Downloaded camino-tempfile-ext v0.3.2
12262026-02-27T02:08:54.470Z Downloaded critical-section v1.1.3
12272026-02-27T02:08:54.470Z Downloaded cargo_metadata v0.19.2
12282026-02-27T02:08:54.473Z Downloaded group v0.13.0
12292026-02-27T02:08:54.473Z Downloaded glob v0.3.2
12302026-02-27T02:08:54.473Z Downloaded crossbeam-deque v0.8.5
12312026-02-27T02:08:54.477Z Downloaded cassowary v0.3.0
12322026-02-27T02:08:54.477Z Downloaded daft v0.1.4
12332026-02-27T02:08:54.477Z Downloaded chacha20 v0.9.1
12342026-02-27T02:08:54.483Z Downloaded backoff v0.4.0
12352026-02-27T02:08:54.483Z Downloaded cmake v0.1.57
12362026-02-27T02:08:54.486Z Downloaded cipher v0.4.4
12372026-02-27T02:08:54.486Z Downloaded hubpack v0.1.2
12382026-02-27T02:08:54.486Z Downloaded http-range v0.1.5
12392026-02-27T02:08:54.486Z Downloaded http-body v1.0.1
12402026-02-27T02:08:54.486Z Downloaded httpdate v1.0.3
12412026-02-27T02:08:54.486Z Downloaded hostname v0.4.2
12422026-02-27T02:08:54.490Z Downloaded hostname v0.3.1
12432026-02-27T02:08:54.490Z Downloaded home v0.5.9
12442026-02-27T02:08:54.490Z Downloaded defmt-macros v0.3.9
12452026-02-27T02:08:54.493Z Downloaded data-encoding v2.9.0
12462026-02-27T02:08:54.493Z Downloaded base64 v0.13.1
12472026-02-27T02:08:54.497Z Downloaded ahash v0.8.12
12482026-02-27T02:08:54.500Z Downloaded corncobs v0.1.4
12492026-02-27T02:08:54.500Z Downloaded cexpr v0.6.0
12502026-02-27T02:08:54.503Z Downloaded blowfish v0.9.1
12512026-02-27T02:08:54.503Z Downloaded bit-vec v0.6.3
12522026-02-27T02:08:54.503Z Downloaded erased-serde v0.3.31
12532026-02-27T02:08:54.506Z Downloaded ecdsa v0.16.9
12542026-02-27T02:08:54.506Z Downloaded derive_builder_core v0.20.2
12552026-02-27T02:08:54.510Z Downloaded defmt v0.3.8
12562026-02-27T02:08:54.513Z Downloaded fallible-iterator v0.2.0
12572026-02-27T02:08:54.513Z Downloaded either v1.15.0
12582026-02-27T02:08:54.516Z Downloaded dunce v1.0.5
12592026-02-27T02:08:54.516Z Downloaded deranged v0.5.3
12602026-02-27T02:08:54.516Z Downloaded der_derive v0.7.3
12612026-02-27T02:08:54.520Z Downloaded ctr v0.9.2
12622026-02-27T02:08:54.523Z Downloaded bcs v0.1.6
12632026-02-27T02:08:54.523Z Downloaded ghash v0.5.1
12642026-02-27T02:08:54.523Z Downloaded futures-sink v0.3.31
12652026-02-27T02:08:54.526Z Downloaded futures-io v0.3.31
12662026-02-27T02:08:54.526Z Downloaded async-stream v0.3.6
12672026-02-27T02:08:54.526Z Downloaded globwalk v0.9.1
12682026-02-27T02:08:54.529Z Downloaded futures-task v0.3.31
12692026-02-27T02:08:54.529Z Downloaded futures-macro v0.3.31
12702026-02-27T02:08:54.530Z Downloaded cfg_aliases v0.1.1
12712026-02-27T02:08:54.533Z Downloaded bitfield-struct v0.6.2
12722026-02-27T02:08:54.533Z Downloaded atomicwrites v0.4.4
12732026-02-27T02:08:54.533Z Downloaded ff v0.13.0
12742026-02-27T02:08:54.536Z Downloaded derive-ex v0.1.8
12752026-02-27T02:08:54.536Z Downloaded crc8 v0.1.1
12762026-02-27T02:08:54.536Z Downloaded crc-catalog v2.4.0
12772026-02-27T02:08:54.536Z Downloaded crc v3.2.1
12782026-02-27T02:08:54.539Z Downloaded foreign-types-shared v0.3.1
12792026-02-27T02:08:54.539Z Downloaded foldhash v0.1.5
12802026-02-27T02:08:54.544Z Downloaded filetime v0.2.26
12812026-02-27T02:08:54.544Z Downloaded drift v0.1.3
12822026-02-27T02:08:54.547Z Downloaded atty v0.2.14
12832026-02-27T02:08:54.547Z Downloaded async-recursion v1.1.1
12842026-02-27T02:08:54.551Z Downloaded dsl_auto_type v0.1.2
12852026-02-27T02:08:54.554Z Downloaded dof v0.4.0
12862026-02-27T02:08:54.554Z Downloaded darling_macro v0.21.0
12872026-02-27T02:08:54.554Z Downloaded dropshot-api-manager-types v0.3.0
12882026-02-27T02:08:54.554Z Downloaded document-features v0.2.11
12892026-02-27T02:08:54.558Z Downloaded display-error-chain v0.2.2
12902026-02-27T02:08:54.558Z Downloaded diesel_table_macro_syntax v0.2.0
12912026-02-27T02:08:54.558Z Downloaded buf-list v1.0.3
12922026-02-27T02:08:54.562Z Downloaded bit-vec v0.8.0
12932026-02-27T02:08:54.562Z Downloaded atomic-waker v1.1.2
12942026-02-27T02:08:54.562Z Downloaded assert_matches v1.5.0
12952026-02-27T02:08:54.562Z Downloaded backon v1.6.0
12962026-02-27T02:08:54.566Z Downloaded aead v0.5.2
12972026-02-27T02:08:54.566Z Downloaded base16ct v0.2.0
12982026-02-27T02:08:54.569Z Downloaded dropshot-api-manager v0.3.0
12992026-02-27T02:08:54.569Z Downloaded debug-ignore v1.0.5
13002026-02-27T02:08:54.573Z Downloaded daft-derive v0.1.4
13012026-02-27T02:08:54.577Z Downloaded convert_case v0.4.0
13022026-02-27T02:08:54.577Z Downloaded darling_macro v0.20.10
13032026-02-27T02:08:54.577Z Downloaded bit-set v0.5.3
13042026-02-27T02:08:54.581Z Downloaded fixedbitset v0.4.2
13052026-02-27T02:08:54.581Z Downloaded dyn-clone v1.0.20
13062026-02-27T02:08:54.581Z Downloaded dirs-next v2.0.0
13072026-02-27T02:08:54.581Z Downloaded cfg_aliases v0.2.1
13082026-02-27T02:08:54.581Z Downloaded castaway v0.2.3
13092026-02-27T02:08:54.585Z Downloaded bitfield-macros v0.19.2
13102026-02-27T02:08:54.585Z Downloaded bit-set v0.8.0
13112026-02-27T02:08:54.585Z Downloaded cobs v0.2.3
13122026-02-27T02:08:54.588Z Downloaded bb8 v0.8.5
13132026-02-27T02:08:54.588Z Downloaded async-stream-impl v0.3.6
13142026-02-27T02:08:54.588Z Downloaded fs-err v2.11.0
13152026-02-27T02:08:54.591Z Downloaded flagset v0.4.6
13162026-02-27T02:08:54.591Z Downloaded endian-type v0.1.2
13172026-02-27T02:08:54.591Z Downloaded dtrace-parser v0.3.0
13182026-02-27T02:08:54.591Z Downloaded curve25519-dalek-derive v0.1.1
13192026-02-27T02:08:54.595Z Downloaded crossterm v0.28.1
13202026-02-27T02:08:54.598Z Downloaded ed25519 v2.2.3
13212026-02-27T02:08:54.601Z Downloaded dirs-sys-next v0.1.2
13222026-02-27T02:08:54.601Z Downloaded crossbeam-utils v0.8.21
13232026-02-27T02:08:54.605Z Downloaded ciborium-io v0.2.2
13242026-02-27T02:08:54.605Z Downloaded derive_builder_macro v0.20.2
13252026-02-27T02:08:54.605Z Downloaded crypto-bigint v0.5.5
13262026-02-27T02:08:54.611Z Downloaded crucible-workspace-hack v0.1.0
13272026-02-27T02:08:54.614Z Downloaded crossbeam-channel v0.5.15
13282026-02-27T02:08:54.614Z Downloaded ar_archive_writer v0.5.1
13292026-02-27T02:08:54.618Z Downloaded csv-core v0.1.11
13302026-02-27T02:08:54.622Z Downloaded addr2line v0.24.2
13312026-02-27T02:08:54.622Z Downloaded crunchy v0.2.2
13322026-02-27T02:08:54.622Z Downloaded cancel-safe-futures v0.1.5
13332026-02-27T02:08:54.625Z Downloaded arc-swap v1.7.1
13342026-02-27T02:08:54.628Z Downloaded arrayref v0.3.9
13352026-02-27T02:08:54.949Z Downloaded aws-lc-sys v0.37.1
13362026-02-27T02:08:55.305Z Compiling shlex v1.3.0
13372026-02-27T02:08:55.308Z Compiling find-msvc-tools v0.1.9
13382026-02-27T02:08:55.308Z Compiling value-bag v1.12.0
13392026-02-27T02:08:55.308Z Compiling smallvec v1.15.1
13402026-02-27T02:08:55.308Z Compiling syn v2.0.117
13412026-02-27T02:08:55.478Z Compiling getrandom v0.2.15
13422026-02-27T02:08:55.482Z Compiling jobserver v0.1.32
13432026-02-27T02:08:55.482Z Compiling typenum v1.17.0
13442026-02-27T02:08:55.771Z Compiling generic-array v0.14.7
13452026-02-27T02:08:55.911Z Compiling cc v1.2.56
13462026-02-27T02:08:55.979Z Compiling rand_core v0.6.4
13472026-02-27T02:08:56.001Z Compiling log v0.4.29
13482026-02-27T02:08:56.110Z Compiling lock_api v0.4.12
13492026-02-27T02:08:56.210Z Compiling scopeguard v1.2.0
13502026-02-27T02:08:56.266Z Compiling subtle v2.6.1
13512026-02-27T02:08:56.397Z Compiling portable-atomic v1.11.0
13522026-02-27T02:08:56.507Z Compiling critical-section v1.1.3
13532026-02-27T02:08:56.644Z Compiling const-oid v0.9.6
13542026-02-27T02:08:56.675Z Compiling serde_json v1.0.149
13552026-02-27T02:08:56.718Z Compiling pin-project-lite v0.2.14
13562026-02-27T02:08:56.936Z Compiling getrandom v0.3.4
13572026-02-27T02:08:57.181Z Compiling pkg-config v0.3.31
13582026-02-27T02:08:57.236Z Compiling parking_lot_core v0.9.10
13592026-02-27T02:08:58.530Z Compiling signal-hook-registry v1.4.2
13602026-02-27T02:08:58.719Z Compiling once_cell v1.21.3
13612026-02-27T02:08:58.886Z Compiling libm v0.2.8
13622026-02-27T02:08:58.910Z Compiling allocator-api2 v0.2.21
13632026-02-27T02:08:58.931Z Compiling parking_lot v0.12.3
13642026-02-27T02:08:59.153Z Compiling mio v1.0.2
13652026-02-27T02:08:59.236Z Compiling num-traits v0.2.19
13662026-02-27T02:08:59.306Z Compiling futures-core v0.3.32
13672026-02-27T02:08:59.656Z Compiling percent-encoding v2.3.2
13682026-02-27T02:08:59.798Z Compiling socket2 v0.6.1
13692026-02-27T02:08:59.873Z Compiling slab v0.4.9
13702026-02-27T02:08:59.946Z Compiling foldhash v0.2.0
13712026-02-27T02:09:00.031Z Compiling futures-sink v0.3.31
13722026-02-27T02:09:00.224Z Compiling cpufeatures v0.2.14
13732026-02-27T02:09:00.247Z Compiling futures-channel v0.3.31
13742026-02-27T02:09:00.343Z Compiling hashbrown v0.16.1
13752026-02-27T02:09:00.386Z Compiling futures-io v0.3.31
13762026-02-27T02:09:00.684Z Compiling pin-utils v0.1.0
13772026-02-27T02:09:00.708Z Compiling futures-task v0.3.31
13782026-02-27T02:09:00.731Z Compiling rustversion v1.0.22
13792026-02-27T02:09:00.751Z Compiling form_urlencoded v1.2.2
13802026-02-27T02:09:00.807Z Compiling cmake v0.1.57
13812026-02-27T02:09:00.913Z Compiling base64ct v1.6.0
13822026-02-27T02:09:01.023Z Compiling ident_case v1.0.1
13832026-02-27T02:09:01.074Z Compiling fs_extra v1.3.0
13842026-02-27T02:09:01.230Z Compiling dunce v1.0.5
13852026-02-27T02:09:01.386Z Compiling pem-rfc7468 v0.7.0
13862026-02-27T02:09:01.511Z Compiling foldhash v0.1.5
13872026-02-27T02:09:01.597Z Compiling indexmap v2.13.0
13882026-02-27T02:09:01.679Z Compiling flagset v0.4.6
13892026-02-27T02:09:01.702Z Compiling aws-lc-sys v0.37.1
13902026-02-27T02:09:01.825Z Compiling hashbrown v0.15.4
13912026-02-27T02:09:01.914Z Compiling rand_core v0.9.3
13922026-02-27T02:09:02.005Z Compiling iana-time-zone v0.1.63
13932026-02-27T02:09:02.397Z Compiling ring v0.17.14
13942026-02-27T02:09:02.466Z Compiling rustc_version v0.4.1
13952026-02-27T02:09:02.527Z Compiling uuid v1.19.0
13962026-02-27T02:09:02.799Z Compiling spin v0.9.8
13972026-02-27T02:09:03.090Z Compiling synstructure v0.13.1
13982026-02-27T02:09:03.135Z Compiling aws-lc-rs v1.16.0
13992026-02-27T02:09:03.155Z Compiling regex-syntax v0.8.5
14002026-02-27T02:09:03.200Z Compiling zerocopy v0.8.27
14012026-02-27T02:09:03.494Z Compiling vcpkg v0.2.15
14022026-02-27T02:09:03.989Z Compiling tracing-core v0.1.32
14032026-02-27T02:09:04.099Z Compiling serde_derive_internals v0.29.1
14042026-02-27T02:09:04.417Z Compiling untrusted v0.9.0
14052026-02-27T02:09:04.607Z Compiling schemars v0.8.22
14062026-02-27T02:09:04.977Z Compiling base64 v0.22.1
14072026-02-27T02:09:05.099Z Compiling httparse v1.9.5
14082026-02-27T02:09:05.121Z Compiling openssl-sys v0.9.109
14092026-02-27T02:09:05.642Z Compiling adler2 v2.0.0
14102026-02-27T02:09:05.791Z Compiling openssl-probe v0.1.5
14112026-02-27T02:09:05.870Z Compiling rustix v1.1.3
14122026-02-27T02:09:06.111Z Compiling untrusted v0.7.1
14132026-02-27T02:09:06.178Z Compiling rustix v0.38.37
14142026-02-27T02:09:06.213Z Compiling miniz_oxide v0.8.5
14152026-02-27T02:09:06.418Z Compiling darling_core v0.20.10
14162026-02-27T02:09:06.968Z Compiling dyn-clone v1.0.20
14172026-02-27T02:09:07.048Z Compiling tower-layer v0.3.3
14182026-02-27T02:09:07.195Z Compiling tower-service v0.3.3
14192026-02-27T02:09:07.352Z Compiling atomic-waker v1.1.2
14202026-02-27T02:09:07.374Z Compiling try-lock v0.2.5
14212026-02-27T02:09:07.553Z Compiling rustls v0.23.37
14222026-02-27T02:09:07.577Z Compiling tinyvec_macros v0.1.1
14232026-02-27T02:09:07.599Z Compiling want v0.3.1
14242026-02-27T02:09:07.677Z Compiling serde_derive v1.0.228
14252026-02-27T02:09:07.681Z Compiling zeroize_derive v1.4.2
14262026-02-27T02:09:07.845Z Compiling zerofrom-derive v0.1.4
14272026-02-27T02:09:07.887Z Compiling yoke-derive v0.7.4
14282026-02-27T02:09:08.717Z Compiling zerovec-derive v0.10.3
14292026-02-27T02:09:08.949Z Compiling zeroize v1.8.1
14302026-02-27T02:09:09.358Z Compiling displaydoc v0.2.5
14312026-02-27T02:09:10.614Z Compiling icu_provider_macros v1.5.0
14322026-02-27T02:09:10.821Z Compiling crypto-common v0.1.6
14332026-02-27T02:09:10.913Z Compiling block-buffer v0.10.4
14342026-02-27T02:09:11.079Z Compiling tokio-macros v2.6.0
14352026-02-27T02:09:11.102Z Compiling zerofrom v0.1.4
14362026-02-27T02:09:11.121Z Compiling zerocopy-derive v0.7.35
14372026-02-27T02:09:11.200Z Compiling digest v0.10.7
14382026-02-27T02:09:11.326Z Compiling yoke v0.7.4
14392026-02-27T02:09:11.602Z Compiling futures-macro v0.3.31
14402026-02-27T02:09:11.717Z Compiling zerovec v0.10.4
14412026-02-27T02:09:11.734Z Compiling hmac v0.12.1
14422026-02-27T02:09:12.070Z Compiling thiserror-impl v2.0.18
14432026-02-27T02:09:12.150Z Compiling block-padding v0.3.3
14442026-02-27T02:09:12.437Z Compiling inout v0.1.3
14452026-02-27T02:09:12.668Z Compiling sha2 v0.10.9
14462026-02-27T02:09:12.768Z Compiling cipher v0.4.4
14472026-02-27T02:09:13.103Z Compiling zerocopy v0.7.35
14482026-02-27T02:09:13.169Z Compiling der_derive v0.7.3
14492026-02-27T02:09:13.559Z Compiling tinystr v0.7.6
14502026-02-27T02:09:13.747Z Compiling icu_collections v1.5.0
14512026-02-27T02:09:13.959Z Compiling icu_locid v1.5.0
14522026-02-27T02:09:14.477Z Compiling futures-util v0.3.31
14532026-02-27T02:09:14.901Z Compiling serde v1.0.228
14542026-02-27T02:09:14.958Z Compiling ppv-lite86 v0.2.20
14552026-02-27T02:09:15.016Z Compiling thiserror v2.0.18
14562026-02-27T02:09:15.167Z Compiling icu_provider v1.5.0
14572026-02-27T02:09:15.391Z Compiling der v0.7.10
14582026-02-27T02:09:15.740Z Compiling pest v2.8.2
14592026-02-27T02:09:15.876Z Compiling icu_locid_transform v1.5.0
14602026-02-27T02:09:16.073Z Compiling bytes v1.11.1
14612026-02-27T02:09:16.119Z Compiling bitflags v2.9.4
14622026-02-27T02:09:16.139Z Compiling chrono v0.4.43
14632026-02-27T02:09:16.526Z Compiling salsa20 v0.10.2
14642026-02-27T02:09:16.763Z Compiling pbkdf2 v0.12.2
14652026-02-27T02:09:16.971Z Compiling scrypt v0.11.0
14662026-02-27T02:09:17.465Z Compiling tokio v1.49.0
14672026-02-27T02:09:17.486Z Compiling icu_properties v1.5.1
14682026-02-27T02:09:18.266Z Compiling spki v0.7.3
14692026-02-27T02:09:18.290Z Compiling http v1.4.0
14702026-02-27T02:09:18.529Z Compiling pest_meta v2.8.2
14712026-02-27T02:09:18.636Z Compiling rand_chacha v0.9.0
14722026-02-27T02:09:19.464Z Compiling aes v0.8.4
14732026-02-27T02:09:19.642Z Compiling cbc v0.1.2
14742026-02-27T02:09:19.898Z Compiling rustls-pki-types v1.14.0
14752026-02-27T02:09:20.228Z Compiling tracing-attributes v0.1.27
14762026-02-27T02:09:20.391Z Compiling zerocopy-derive v0.8.27
14772026-02-27T02:09:20.842Z Compiling pkcs5 v0.7.1
14782026-02-27T02:09:21.864Z Compiling icu_normalizer v1.5.0
14792026-02-27T02:09:21.919Z Compiling pest_generator v2.8.2
14802026-02-27T02:09:22.118Z Compiling http-body v1.0.1
14812026-02-27T02:09:22.390Z Compiling rand v0.9.2
14822026-02-27T02:09:22.693Z Compiling pkcs8 v0.10.2
14832026-02-27T02:09:23.340Z Compiling idna_adapter v1.2.0
14842026-02-27T02:09:23.421Z Compiling tracing v0.1.40
14852026-02-27T02:09:23.548Z Compiling idna v1.0.3
14862026-02-27T02:09:23.548Z Compiling pest_derive v2.8.2
14872026-02-27T02:09:23.923Z Compiling scroll_derive v0.13.1
14882026-02-27T02:09:24.132Z Compiling url v2.5.4
14892026-02-27T02:09:24.339Z Compiling schemars_derive v0.8.22
14902026-02-27T02:09:25.757Z Compiling scroll v0.13.0
14912026-02-27T02:09:26.294Z Compiling tokio-util v0.7.15
14922026-02-27T02:09:27.224Z Compiling ipnet v2.11.0
14932026-02-27T02:09:27.837Z Compiling h2 v0.4.6
14942026-02-27T02:09:28.417Z Compiling darling_macro v0.20.10
14952026-02-27T02:09:28.581Z Compiling tinyvec v1.8.0
14962026-02-27T02:09:29.265Z Compiling lazy_static v1.5.0
14972026-02-27T02:09:29.345Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14982026-02-27T02:09:29.419Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-02-27T02:09:29.710Z Compiling aho-corasick v1.1.3
15002026-02-27T02:09:29.964Z Compiling foreign-types-shared v0.1.1
15012026-02-27T02:09:30.011Z Compiling httpdate v1.0.3
15022026-02-27T02:09:30.102Z Compiling num-conv v0.2.0
15032026-02-27T02:09:30.106Z Compiling time-core v0.1.8
15042026-02-27T02:09:30.358Z Compiling openssl v0.10.73
15052026-02-27T02:09:30.380Z Compiling powerfmt v0.2.0
15062026-02-27T02:09:30.422Z Compiling time-macros v0.2.27
15072026-02-27T02:09:30.450Z Compiling tempfile v3.24.0
15082026-02-27T02:09:30.781Z Compiling deranged v0.5.3
15092026-02-27T02:09:31.077Z Compiling foreign-types v0.3.2
15102026-02-27T02:09:31.269Z Compiling darling v0.20.10
15112026-02-27T02:09:31.386Z Compiling goblin v0.10.2
15122026-02-27T02:09:32.571Z Compiling regex-automata v0.4.14
15132026-02-27T02:09:32.885Z Compiling openssl-macros v0.1.1
15142026-02-27T02:09:33.585Z Compiling wait-timeout v0.2.0
15152026-02-27T02:09:33.823Z Compiling quick-error v1.2.3
15162026-02-27T02:09:33.980Z Compiling native-tls v0.2.12
15172026-02-27T02:09:34.060Z Compiling bit-vec v0.8.0
15182026-02-27T02:09:34.320Z Compiling num_threads v0.1.7
15192026-02-27T02:09:34.484Z Compiling hyper v1.8.1
15202026-02-27T02:09:34.539Z Compiling gimli v0.31.1
15212026-02-27T02:09:34.670Z Compiling syn v1.0.109
15222026-02-27T02:09:35.296Z Compiling crossbeam-utils v0.8.21
15232026-02-27T02:09:35.877Z Compiling usdt-impl v0.6.0
15242026-02-27T02:09:36.965Z Compiling hyper-util v0.1.19
15252026-02-27T02:09:38.101Z Compiling dof v0.4.0
15262026-02-27T02:09:39.081Z Compiling addr2line v0.24.2
15272026-02-27T02:09:39.656Z Compiling bit-set v0.8.0
15282026-02-27T02:09:39.957Z Compiling time v0.3.47
15292026-02-27T02:09:40.399Z Compiling rusty-fork v0.3.0
15302026-02-27T02:09:41.042Z Compiling derive_builder_core v0.20.2
15312026-02-27T02:09:41.142Z Compiling unicode-normalization v0.1.24
15322026-02-27T02:09:41.672Z Compiling dtrace-parser v0.3.0
15332026-02-27T02:09:42.229Z Compiling rustls-native-certs v0.8.1
15342026-02-27T02:09:42.343Z Compiling signature v2.2.0
15352026-02-27T02:09:42.605Z Compiling scroll_derive v0.12.0
15362026-02-27T02:09:42.746Z Compiling thiserror-impl v1.0.69
15372026-02-27T02:09:43.094Z Compiling heapless v0.7.17
15382026-02-27T02:09:43.471Z Compiling darling_core v0.21.0
15392026-02-27T02:09:43.527Z Compiling slog v2.8.2
15402026-02-27T02:09:43.551Z Compiling rand_xorshift v0.4.0
15412026-02-27T02:09:43.610Z Compiling sync_wrapper v1.0.1
15422026-02-27T02:09:43.824Z Compiling thread-id v5.0.0
15432026-02-27T02:09:43.841Z Compiling cookie v0.18.1
15442026-02-27T02:09:43.869Z Compiling object v0.36.5
15452026-02-27T02:09:43.900Z Compiling crc32fast v1.4.2
15462026-02-27T02:09:43.940Z Compiling unicode-properties v0.1.3
15472026-02-27T02:09:44.166Z Compiling zstd-safe v7.2.3
15482026-02-27T02:09:44.227Z Compiling anyhow v1.0.99
15492026-02-27T02:09:44.312Z Compiling signal-hook v0.3.18
15502026-02-27T02:09:44.503Z Compiling unarray v0.1.4
15512026-02-27T02:09:44.616Z Compiling rustc-demangle v0.1.24
15522026-02-27T02:09:44.656Z Compiling paste v1.0.15
15532026-02-27T02:09:44.677Z Compiling siphasher v0.3.11
15542026-02-27T02:09:44.796Z Compiling unicode-bidi v0.3.17
15552026-02-27T02:09:45.059Z Compiling zlib-rs v0.5.1
15562026-02-27T02:09:45.221Z Compiling phf_shared v0.11.2
15572026-02-27T02:09:45.443Z Compiling thiserror v1.0.69
15582026-02-27T02:09:45.476Z Compiling stringprep v0.1.5
15592026-02-27T02:09:45.871Z Compiling proptest v1.7.0
15602026-02-27T02:09:46.032Z Compiling scroll v0.12.0
15612026-02-27T02:09:46.458Z Compiling tower v0.5.2
15622026-02-27T02:09:46.665Z Compiling derive_builder_macro v0.20.2
15632026-02-27T02:09:47.843Z Compiling ipnetwork v0.21.1
15642026-02-27T02:09:48.635Z Compiling http-body-util v0.1.3
15652026-02-27T02:09:48.678Z Compiling webpki-roots v1.0.1
15662026-02-27T02:09:48.920Z Compiling serde_spanned v0.6.9
15672026-02-27T02:09:49.107Z Compiling toml_datetime v0.6.11
15682026-02-27T02:09:49.169Z Compiling serde_tokenstream v0.2.3
15692026-02-27T02:09:49.459Z Compiling darling_macro v0.21.0
15702026-02-27T02:09:49.615Z Compiling erased-serde v0.3.31
15712026-02-27T02:09:49.777Z Compiling rand_chacha v0.3.1
15722026-02-27T02:09:50.340Z Compiling backtrace v0.3.74
15732026-02-27T02:09:50.783Z Compiling md-5 v0.10.6
15742026-02-27T02:09:50.893Z Compiling curve25519-dalek v4.1.3
15752026-02-27T02:09:51.077Z Compiling vergen-lib v0.1.6
15762026-02-27T02:09:51.412Z Compiling libz-rs-sys v0.5.1
15772026-02-27T02:09:51.599Z Compiling num-integer v0.1.46
15782026-02-27T02:09:51.658Z Compiling hash32 v0.2.1
15792026-02-27T02:09:51.718Z Compiling ff v0.13.0
15802026-02-27T02:09:52.013Z Compiling memoffset v0.9.1
15812026-02-27T02:09:52.041Z Compiling psl-types v2.0.11
15822026-02-27T02:09:52.183Z Compiling smoltcp v0.9.1
15832026-02-27T02:09:52.262Z Compiling ryu v1.0.18
15842026-02-27T02:09:52.318Z Compiling cfg_aliases v0.2.1
15852026-02-27T02:09:52.376Z Compiling fallible-iterator v0.2.0
15862026-02-27T02:09:52.439Z Compiling num-bigint-dig v0.8.6
15872026-02-27T02:09:52.615Z Compiling base16ct v0.2.0
15882026-02-27T02:09:52.762Z Compiling iri-string v0.7.8
15892026-02-27T02:09:52.819Z Compiling litrs v0.4.1
15902026-02-27T02:09:52.922Z Compiling ref-cast v1.0.25
15912026-02-27T02:09:52.943Z Compiling sec1 v0.7.3
15922026-02-27T02:09:53.082Z Compiling postgres-protocol v0.6.8
15932026-02-27T02:09:53.577Z Compiling serde_urlencoded v0.7.1
15942026-02-27T02:09:53.623Z Compiling nix v0.29.0
15952026-02-27T02:09:53.889Z Compiling document-features v0.2.11
15962026-02-27T02:09:54.212Z Compiling publicsuffix v2.3.0
15972026-02-27T02:09:54.236Z Compiling num-iter v0.1.45
15982026-02-27T02:09:54.423Z Compiling group v0.13.0
15992026-02-27T02:09:54.523Z Compiling flate2 v1.1.2
16002026-02-27T02:09:54.885Z Compiling newtype-uuid v1.3.2
16012026-02-27T02:09:55.520Z Compiling tower-http v0.6.8
16022026-02-27T02:09:55.560Z Compiling darling v0.21.0
16032026-02-27T02:09:55.685Z Compiling rand v0.8.5
16042026-02-27T02:09:55.892Z Compiling oxnet v0.1.4
16052026-02-27T02:09:56.288Z Compiling tokio-native-tls v0.3.1
16062026-02-27T02:09:56.355Z Compiling derive_builder v0.20.2
16072026-02-27T02:09:56.379Z Compiling goblin v0.8.2
16082026-02-27T02:09:57.466Z Compiling regex v1.12.3
16092026-02-27T02:09:57.638Z Compiling terminal_size v0.4.0
16102026-02-27T02:09:57.761Z Compiling cargo-platform v0.1.8
16112026-02-27T02:09:57.873Z Compiling hkdf v0.12.4
16122026-02-27T02:09:58.175Z Compiling crypto-bigint v0.5.5
16132026-02-27T02:09:58.223Z Compiling strum_macros v0.27.2
16142026-02-27T02:09:58.276Z Compiling curve25519-dalek-derive v0.1.1
16152026-02-27T02:09:58.465Z Compiling async-trait v0.1.89
16162026-02-27T02:09:59.132Z Compiling hubpack_derive v0.1.1
16172026-02-27T02:09:59.671Z Compiling daft-derive v0.1.4
16182026-02-27T02:10:00.039Z Compiling ref-cast-impl v1.0.25
16192026-02-27T02:10:00.994Z Compiling vergen v9.0.6
16202026-02-27T02:10:01.179Z Compiling ahash v0.8.12
16212026-02-27T02:10:01.269Z Compiling fs-err v3.1.1
16222026-02-27T02:10:01.347Z Compiling buf-list v1.0.3
16232026-02-27T02:10:01.559Z Compiling managed v0.8.0
16242026-02-27T02:10:01.625Z Compiling simd-adler32 v0.3.7
16252026-02-27T02:10:02.022Z Compiling bitflags v1.3.2
16262026-02-27T02:10:02.046Z Compiling winnow v0.5.40
16272026-02-27T02:10:02.148Z Compiling unicode-segmentation v1.12.0
16282026-02-27T02:10:02.211Z Compiling lockfree-object-pool v0.1.6
16292026-02-27T02:10:02.490Z Compiling either v1.15.0
16302026-02-27T02:10:02.910Z Compiling bumpalo v3.16.0
16312026-02-27T02:10:03.158Z Compiling strum v0.27.2
16322026-02-27T02:10:03.376Z Compiling zopfli v0.8.1
16332026-02-27T02:10:03.483Z Compiling dof v0.3.0
16342026-02-27T02:10:04.357Z Compiling clap_builder v4.5.48
16352026-02-27T02:10:04.937Z Compiling daft v0.1.4
16362026-02-27T02:10:04.966Z Compiling elliptic-curve v0.13.8
16372026-02-27T02:10:05.261Z Compiling toml_edit v0.19.15
16382026-02-27T02:10:05.485Z Compiling hubpack v0.1.2
16392026-02-27T02:10:05.542Z Compiling cargo_metadata v0.19.2
16402026-02-27T02:10:05.830Z Compiling cookie_store v0.22.1
16412026-02-27T02:10:07.360Z Compiling signal-hook-mio v0.2.4
16422026-02-27T02:10:07.547Z Compiling zstd v0.13.3
16432026-02-27T02:10:08.119Z Compiling hyper-tls v0.6.0
16442026-02-27T02:10:08.999Z Compiling serde_with_macros v3.16.1
16452026-02-27T02:10:09.527Z Compiling postgres-types v0.2.9
16462026-02-27T02:10:10.833Z Compiling usdt-attr-macro v0.6.0
16472026-02-27T02:10:11.599Z Compiling usdt-macro v0.6.0
16482026-02-27T02:10:11.776Z Compiling dtrace-parser v0.2.0
16492026-02-27T02:10:11.989Z Compiling phf v0.11.2
16502026-02-27T02:10:12.048Z Compiling ed25519 v2.2.3
16512026-02-27T02:10:12.315Z Compiling bzip2 v0.5.2
16522026-02-27T02:10:12.420Z Compiling bzip2 v0.4.4
16532026-02-27T02:10:12.679Z Compiling bstr v1.10.0
16542026-02-27T02:10:12.842Z Compiling pkcs1 v0.7.5
16552026-02-27T02:10:13.067Z Compiling serde-big-array v0.5.1
16562026-02-27T02:10:13.334Z Compiling hex v0.4.3
16572026-02-27T02:10:13.552Z Compiling rfc6979 v0.4.0
16582026-02-27T02:10:13.683Z Compiling strum_macros v0.26.4
16592026-02-27T02:10:13.749Z Compiling enum-as-inner v0.6.1
16602026-02-27T02:10:13.778Z Compiling clap_derive v4.5.47
16612026-02-27T02:10:13.910Z Compiling serde_repr v0.1.19
16622026-02-27T02:10:14.108Z Compiling float-cmp v0.10.0
16632026-02-27T02:10:14.171Z Compiling env_filter v0.1.2
16642026-02-27T02:10:14.373Z Compiling memmap2 v0.9.8
16652026-02-27T02:10:14.751Z Compiling socket2 v0.5.10
16662026-02-27T02:10:14.777Z Compiling encoding_rs v0.8.34
16672026-02-27T02:10:14.800Z Compiling whoami v1.5.2
16682026-02-27T02:10:15.013Z Compiling rustc-hash v2.1.1
16692026-02-27T02:10:15.211Z Compiling new_debug_unreachable v1.0.6
16702026-02-27T02:10:15.320Z Compiling precomputed-hash v0.1.1
16712026-02-27T02:10:15.343Z Compiling static_assertions v1.1.0
16722026-02-27T02:10:15.463Z Compiling data-encoding v2.9.0
16732026-02-27T02:10:15.485Z Compiling keccak v0.1.5
16742026-02-27T02:10:15.615Z Compiling jiff v0.2.15
16752026-02-27T02:10:17.164Z Compiling mime v0.3.17
16762026-02-27T02:10:17.716Z Compiling difflib v0.4.0
16772026-02-27T02:10:17.809Z Compiling normalize-line-endings v0.3.0
16782026-02-27T02:10:17.967Z Compiling predicates-core v1.0.8
16792026-02-27T02:10:18.003Z Compiling fixedbitset v0.4.2
16802026-02-27T02:10:18.206Z Compiling fixedbitset v0.5.7
16812026-02-27T02:10:18.300Z Compiling petgraph v0.6.5
16822026-02-27T02:10:18.415Z Compiling clap v4.5.48
16832026-02-27T02:10:18.418Z Compiling predicates v3.1.3
16842026-02-27T02:10:18.558Z Compiling strum v0.26.3
16852026-02-27T02:10:18.770Z Compiling petgraph v0.8.2
16862026-02-27T02:10:18.830Z Compiling toml_edit v0.22.27
16872026-02-27T02:10:19.035Z Compiling hickory-proto v0.25.2
16882026-02-27T02:10:19.252Z Compiling sha3 v0.10.8
16892026-02-27T02:10:19.950Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16902026-02-27T02:10:20.331Z Compiling string_cache v0.8.9
16912026-02-27T02:10:20.737Z Compiling tokio-postgres v0.7.13
16922026-02-27T02:10:21.873Z Compiling iddqd v0.3.16
16932026-02-27T02:10:23.340Z Compiling zip v4.2.0
16942026-02-27T02:10:24.539Z Compiling usdt v0.6.0
16952026-02-27T02:10:25.047Z Compiling env_logger v0.11.8
16962026-02-27T02:10:25.553Z Compiling usdt-impl v0.5.0
16972026-02-27T02:10:25.782Z Compiling serde_with v3.16.1
16982026-02-27T02:10:25.851Z Compiling ecdsa v0.16.9
16992026-02-27T02:10:26.077Z Compiling similar v2.7.0
17002026-02-27T02:10:26.416Z Compiling rsa v0.9.8
17012026-02-27T02:10:26.719Z Compiling zip v0.6.6
17022026-02-27T02:10:26.838Z Compiling ed25519-dalek v2.1.1
17032026-02-27T02:10:28.127Z Compiling toml v0.7.8
17042026-02-27T02:10:28.262Z Compiling crossterm v0.28.1
17052026-02-27T02:10:29.602Z Compiling heck v0.4.1
17062026-02-27T02:10:29.846Z Compiling itertools v0.10.5
17072026-02-27T02:10:30.038Z Compiling itertools v0.13.0
17082026-02-27T02:10:30.062Z Compiling crossbeam-epoch v0.9.18
17092026-02-27T02:10:30.094Z Compiling tokio-stream v0.1.17
17102026-02-27T02:10:30.497Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17112026-02-27T02:10:30.737Z Compiling x509-cert v0.2.5
17122026-02-27T02:10:30.944Z Compiling openapiv3 v2.2.0
17132026-02-27T02:10:31.003Z Compiling sha1 v0.10.6
17142026-02-27T02:10:31.434Z Compiling winnow v0.6.26
17152026-02-27T02:10:31.482Z Compiling lalrpop-util v0.19.12
17162026-02-27T02:10:31.858Z Compiling peg-runtime v0.8.5
17172026-02-27T02:10:32.461Z Compiling thread_local v1.1.8
17182026-02-27T02:10:32.490Z Compiling slog-async v2.8.0
17192026-02-27T02:10:32.956Z Compiling crossbeam-channel v0.5.15
17202026-02-27T02:10:33.039Z Compiling xattr v1.3.1
17212026-02-27T02:10:33.076Z Compiling futures-executor v0.3.31
17222026-02-27T02:10:33.285Z Compiling filetime v0.2.26
17232026-02-27T02:10:33.504Z Compiling is-terminal v0.4.13
17242026-02-27T02:10:33.604Z Compiling take_mut v0.2.2
17252026-02-27T02:10:33.656Z Compiling term v1.1.0
17262026-02-27T02:10:33.887Z Compiling tar v0.4.44
17272026-02-27T02:10:34.350Z Compiling slog-term v2.9.2
17282026-02-27T02:10:34.790Z Compiling futures v0.3.31
17292026-02-27T02:10:43.070Z Compiling rustls-webpki v0.103.9
17302026-02-27T02:10:48.118Z Compiling tokio-rustls v0.26.0
17312026-02-27T02:10:48.118Z Compiling rustls-platform-verifier v0.6.2
17322026-02-27T02:10:48.423Z Compiling hyper-rustls v0.27.7
17332026-02-27T02:10:48.749Z Compiling reqwest v0.12.28
17342026-02-27T02:10:48.749Z Compiling reqwest v0.13.2
17352026-02-27T02:10:53.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362026-02-27T02:10:53.423Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17372026-02-27T02:10:58.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
17382026-02-27T02:10:58.319Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17392026-02-27T02:10:58.378ZFeb 27 02:10:57.611 INFO Starting download, target: Clickhouse
17402026-02-27T02:10:58.378ZFeb 27 02:10:57.611 INFO Starting download, target: Console
17412026-02-27T02:10:58.378ZFeb 27 02:10:57.612 INFO Starting download, target: DendriteStub
17422026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Starting download, target: Cockroach
17432026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Starting download, target: MaghemiteMgd
17442026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Starting download, target: TransceiverControl
17452026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-02-27T02:10:58.382ZFeb 27 02:10:57.612 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-02-27T02:10:58.383ZFeb 27 02:10:57.612 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-02-27T02:10:58.383ZFeb 27 02:10:57.612 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-02-27T02:10:58.732ZFeb 27 02:10:57.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522026-02-27T02:10:59.148ZFeb 27 02:10:58.376 INFO Download complete, target: TransceiverControl
17532026-02-27T02:10:59.544ZFeb 27 02:10:58.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-02-27T02:10:59.986ZFeb 27 02:10:59.218 INFO Download complete, target: Console
17552026-02-27T02:11:00.341ZFeb 27 02:10:59.573 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-02-27T02:11:00.352ZFeb 27 02:10:59.585 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-02-27T02:11:00.574ZFeb 27 02:10:59.806 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-02-27T02:11:00.995ZFeb 27 02:11:00.227 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-02-27T02:11:00.995ZFeb 27 02:11:00.227 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-02-27T02:11:04.325ZFeb 27 02:11:03.556 INFO Download complete, target: DendriteStub
17612026-02-27T02:11:04.480ZFeb 27 02:11:03.712 INFO Download complete, target: MaghemiteMgd
17622026-02-27T02:11:08.589ZFeb 27 02:11:07.819 INFO Checking that binary works, target: Cockroach
17632026-02-27T02:11:08.725ZFeb 27 02:11:07.956 INFO Download complete, target: Cockroach
17642026-02-27T02:11:11.265ZFeb 27 02:11:10.495 INFO Checking that binary works, target: Clickhouse
17652026-02-27T02:11:11.385ZFeb 27 02:11:10.615 INFO Download complete, target: Clickhouse
17662026-02-27T02:11:11.390ZAll prerequisites installed successfully
17672026-02-27T02:11:11.395Z
17682026-02-27T02:11:11.395Zreal 6:02.029848729
17692026-02-27T02:11:11.395Zuser 17:13.247447777
17702026-02-27T02:11:11.395Zsys 2:27.034709699
17712026-02-27T02:11:11.395Ztrap 0.648182820
17722026-02-27T02:11:11.395Ztflt 0.763477119
17732026-02-27T02:11:11.395Zdflt 0.885699635
17742026-02-27T02:11:11.395Zkflt 0.032991715
17752026-02-27T02:11:11.395Zlock 38:54.896163360
17762026-02-27T02:11:11.395Zslp 1:05:31.138252841
17772026-02-27T02:11:11.395Zlat 1:09.373224469
17782026-02-27T02:11:11.395Zstop 3:09.909739024
17792026-02-27T02:11:11.395Z+ ptime -m cargo xtask download softnpu
17802026-02-27T02:11:12.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17812026-02-27T02:11:12.251Z Running `target/debug/xtask download softnpu`
17822026-02-27T02:11:13.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
17832026-02-27T02:11:13.455Z Running `target/debug/xtask-downloader softnpu`
17842026-02-27T02:11:13.500ZFeb 27 02:11:12.729 INFO Starting download, target: Softnpu
17852026-02-27T02:11:13.503ZFeb 27 02:11:12.730 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17862026-02-27T02:11:14.300ZFeb 27 02:11:13.530 INFO Download complete, target: Softnpu
17872026-02-27T02:11:14.304Z
17882026-02-27T02:11:14.307Zreal 2.906018260
17892026-02-27T02:11:14.307Zuser 2.003999469
17902026-02-27T02:11:14.307Zsys 0.878544971
17912026-02-27T02:11:14.307Ztrap 0.002890810
17922026-02-27T02:11:14.307Ztflt 0.000056134
17932026-02-27T02:11:14.308Zdflt 0.000111935
17942026-02-27T02:11:14.308Zkflt 0.000000000
17952026-02-27T02:11:14.308Zlock 8.220809772
17962026-02-27T02:11:14.308Zslp 0.608328993
17972026-02-27T02:11:14.309Zlat 0.189232714
17982026-02-27T02:11:14.309Zstop 0.000163982
17992026-02-27T02:11:14.309Z+ export CARGO_INCREMENTAL=0
18002026-02-27T02:11:14.309Z+ CARGO_INCREMENTAL=0
18012026-02-27T02:11:14.309Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18022026-02-27T02:11:15.681Z Compiling proc-macro2 v1.0.106
18032026-02-27T02:11:15.681Z Compiling quote v1.0.44
18042026-02-27T02:11:15.691Z Compiling unicode-ident v1.0.24
18052026-02-27T02:11:15.692Z Compiling libc v0.2.180
18062026-02-27T02:11:15.692Z Compiling serde_core v1.0.228
18072026-02-27T02:11:15.692Z Compiling serde v1.0.228
18082026-02-27T02:11:15.692Z Compiling autocfg v1.4.0
18092026-02-27T02:11:15.692Z Compiling cfg-if v1.0.4
18102026-02-27T02:11:15.969Z Compiling version_check v0.9.5
18112026-02-27T02:11:16.099Z Compiling shlex v1.3.0
18122026-02-27T02:11:16.546Z Compiling find-msvc-tools v0.1.9
18132026-02-27T02:11:16.550Z Compiling portable-atomic v1.11.0
18142026-02-27T02:11:16.588Z Compiling lock_api v0.4.12
18152026-02-27T02:11:16.896Z Compiling typenum v1.17.0
18162026-02-27T02:11:16.971Z Compiling memchr v2.7.4
18172026-02-27T02:11:17.391Z Compiling generic-array v0.14.7
18182026-02-27T02:11:17.782Z Compiling jobserver v0.1.32
18192026-02-27T02:11:18.098Z Compiling zmij v1.0.15
18202026-02-27T02:11:18.279Z Compiling syn v2.0.117
18212026-02-27T02:11:18.302Z Compiling cc v1.2.56
18222026-02-27T02:11:18.440Z Compiling serde_json v1.0.149
18232026-02-27T02:11:18.500Z Compiling getrandom v0.3.4
18242026-02-27T02:11:18.580Z Compiling parking_lot_core v0.9.10
18252026-02-27T02:11:18.790Z Compiling libm v0.2.8
18262026-02-27T02:11:18.990Z Compiling num-traits v0.2.19
18272026-02-27T02:11:19.061Z Compiling smallvec v1.15.1
18282026-02-27T02:11:19.160Z Compiling getrandom v0.2.15
18292026-02-27T02:11:19.332Z Compiling value-bag v1.12.0
18302026-02-27T02:11:19.583Z Compiling itoa v1.0.11
18312026-02-27T02:11:19.841Z Compiling log v0.4.29
18322026-02-27T02:11:19.940Z Compiling pkg-config v0.3.31
18332026-02-27T02:11:20.785Z Compiling scopeguard v1.2.0
18342026-02-27T02:11:20.988Z Compiling slab v0.4.9
18352026-02-27T02:11:21.070Z Compiling stable_deref_trait v1.2.0
18362026-02-27T02:11:21.092Z Compiling thiserror v2.0.18
18372026-02-27T02:11:21.356Z Compiling rand_core v0.6.4
18382026-02-27T02:11:21.579Z Compiling byteorder v1.5.0
18392026-02-27T02:11:21.601Z Compiling critical-section v1.1.3
18402026-02-27T02:11:21.808Z Compiling subtle v2.6.1
18412026-02-27T02:11:22.225Z Compiling fnv v1.0.7
18422026-02-27T02:11:22.446Z Compiling pin-project-lite v0.2.14
18432026-02-27T02:11:22.609Z Compiling once_cell v1.21.3
18442026-02-27T02:11:23.129Z Compiling equivalent v1.0.2
18452026-02-27T02:11:23.158Z Compiling writeable v0.5.5
18462026-02-27T02:11:23.285Z Compiling allocator-api2 v0.2.21
18472026-02-27T02:11:23.357Z Compiling litemap v0.7.3
18482026-02-27T02:11:24.207Z Compiling ring v0.17.14
18492026-02-27T02:11:24.249Z Compiling semver v1.0.27
18502026-02-27T02:11:24.573Z Compiling cmake v0.1.57
18512026-02-27T02:11:24.859Z Compiling signal-hook-registry v1.4.2
18522026-02-27T02:11:25.211Z Compiling fs_extra v1.3.0
18532026-02-27T02:11:25.357Z Compiling dunce v1.0.5
18542026-02-27T02:11:25.521Z Compiling synstructure v0.13.1
18552026-02-27T02:11:25.669Z Compiling percent-encoding v2.3.2
18562026-02-27T02:11:25.778Z Compiling aws-lc-sys v0.37.1
18572026-02-27T02:11:25.801Z Compiling parking_lot v0.12.3
18582026-02-27T02:11:26.170Z Compiling mio v1.0.2
18592026-02-27T02:11:26.329Z Compiling const-oid v0.9.6
18602026-02-27T02:11:26.539Z Compiling icu_locid_transform_data v1.5.0
18612026-02-27T02:11:26.737Z Compiling rustversion v1.0.22
18622026-02-27T02:11:26.796Z Compiling icu_properties_data v1.5.0
18632026-02-27T02:11:27.079Z Compiling socket2 v0.6.1
18642026-02-27T02:11:27.459Z Compiling write16 v1.0.0
18652026-02-27T02:11:27.495Z Compiling foldhash v0.2.0
18662026-02-27T02:11:27.632Z Compiling utf16_iter v1.0.5
18672026-02-27T02:11:27.724Z Compiling schemars v0.8.22
18682026-02-27T02:11:27.757Z Compiling icu_normalizer_data v1.5.0
18692026-02-27T02:11:27.879Z Compiling zerocopy v0.8.27
18702026-02-27T02:11:27.879Z Compiling utf8_iter v1.0.4
18712026-02-27T02:11:27.923Z Compiling hashbrown v0.16.1
18722026-02-27T02:11:28.169Z Compiling serde_derive_internals v0.29.1
18732026-02-27T02:11:28.595Z Compiling thiserror v1.0.69
18742026-02-27T02:11:29.016Z Compiling serde_derive v1.0.228
18752026-02-27T02:11:29.125Z Compiling zeroize_derive v1.4.2
18762026-02-27T02:11:29.148Z Compiling zerofrom-derive v0.1.4
18772026-02-27T02:11:29.170Z Compiling yoke-derive v0.7.4
18782026-02-27T02:11:29.235Z Compiling zerovec-derive v0.10.3
18792026-02-27T02:11:29.258Z Compiling displaydoc v0.2.5
18802026-02-27T02:11:30.006Z Compiling icu_provider_macros v1.5.0
18812026-02-27T02:11:30.334Z Compiling zeroize v1.8.1
18822026-02-27T02:11:30.812Z Compiling tokio-macros v2.6.0
18832026-02-27T02:11:31.018Z Compiling zerocopy-derive v0.7.35
18842026-02-27T02:11:31.103Z Compiling thiserror-impl v2.0.18
18852026-02-27T02:11:31.168Z Compiling futures-macro v0.3.31
18862026-02-27T02:11:31.727Z Compiling zerofrom v0.1.4
18872026-02-27T02:11:31.985Z Compiling yoke v0.7.4
18882026-02-27T02:11:32.405Z Compiling zerovec v0.10.4
18892026-02-27T02:11:32.449Z Compiling tracing-attributes v0.1.27
18902026-02-27T02:11:32.610Z Compiling crypto-common v0.1.6
18912026-02-27T02:11:32.729Z Compiling block-buffer v0.10.4
18922026-02-27T02:11:32.830Z Compiling der_derive v0.7.3
18932026-02-27T02:11:32.995Z Compiling digest v0.10.7
18942026-02-27T02:11:33.089Z Compiling schemars_derive v0.8.22
18952026-02-27T02:11:33.233Z Compiling zerocopy-derive v0.8.27
18962026-02-27T02:11:33.440Z Compiling strsim v0.11.1
18972026-02-27T02:11:33.951Z Compiling aws-lc-rs v1.16.0
18982026-02-27T02:11:34.486Z Compiling tinystr v0.7.6
18992026-02-27T02:11:34.886Z Compiling icu_locid v1.5.0
19002026-02-27T02:11:34.920Z Compiling icu_collections v1.5.0
19012026-02-27T02:11:35.146Z Compiling zerocopy v0.7.35
19022026-02-27T02:11:35.400Z Compiling indexmap v2.13.0
19032026-02-27T02:11:35.991Z Compiling thiserror-impl v1.0.69
19042026-02-27T02:11:36.012Z Compiling form_urlencoded v1.2.2
19052026-02-27T02:11:36.551Z Compiling icu_provider v1.5.0
19062026-02-27T02:11:36.663Z Compiling ucd-trie v0.1.7
19072026-02-27T02:11:36.892Z Compiling bytes v1.11.1
19082026-02-27T02:11:36.934Z Compiling bitflags v2.9.4
19092026-02-27T02:11:37.104Z Compiling futures-core v0.3.32
19102026-02-27T02:11:37.373Z Compiling pest v2.8.2
19112026-02-27T02:11:37.521Z Compiling icu_locid_transform v1.5.0
19122026-02-27T02:11:38.216Z Compiling tokio v1.49.0
19132026-02-27T02:11:38.957Z Compiling ident_case v1.0.1
19142026-02-27T02:11:38.981Z Compiling icu_properties v1.5.1
19152026-02-27T02:11:39.071Z Compiling httparse v1.9.5
19162026-02-27T02:11:39.168Z Compiling heck v0.5.0
19172026-02-27T02:11:39.583Z Compiling vcpkg v0.2.15
19182026-02-27T02:11:40.179Z Compiling pest_meta v2.8.2
19192026-02-27T02:11:40.984Z Compiling openssl-sys v0.9.109
19202026-02-27T02:11:41.619Z Compiling rustix v1.1.3
19212026-02-27T02:11:42.410Z Compiling pest_generator v2.8.2
19222026-02-27T02:11:42.571Z Compiling regex-syntax v0.8.5
19232026-02-27T02:11:42.848Z Compiling icu_normalizer v1.5.0
19242026-02-27T02:11:43.684Z Compiling syn v1.0.109
19252026-02-27T02:11:43.989Z Compiling idna_adapter v1.2.0
19262026-02-27T02:11:44.224Z Compiling idna v1.0.3
19272026-02-27T02:11:44.382Z Compiling pest_derive v2.8.2
19282026-02-27T02:11:45.074Z Compiling url v2.5.4
19292026-02-27T02:11:48.033Z Compiling rustc_version v0.4.1
19302026-02-27T02:11:48.560Z Compiling rustls v0.23.37
19312026-02-27T02:11:48.748Z Compiling futures-sink v0.3.31
19322026-02-27T02:11:48.833Z Compiling cpufeatures v0.2.14
19332026-02-27T02:11:48.930Z Compiling futures-channel v0.3.31
19342026-02-27T02:11:49.434Z Compiling hmac v0.12.1
19352026-02-27T02:11:49.684Z Compiling iana-time-zone v0.1.63
19362026-02-27T02:11:49.840Z Compiling plain v0.2.3
19372026-02-27T02:11:50.042Z Compiling rustix v0.38.37
19382026-02-27T02:11:50.455Z Compiling futures-task v0.3.31
19392026-02-27T02:11:50.569Z Compiling pin-utils v0.1.0
19402026-02-27T02:11:50.734Z Compiling futures-io v0.3.31
19412026-02-27T02:11:50.943Z Compiling futures-util v0.3.31
19422026-02-27T02:11:50.962Z Compiling chrono v0.4.43
19432026-02-27T02:11:51.091Z Compiling block-padding v0.3.3
19442026-02-27T02:11:51.210Z Compiling uuid v1.19.0
19452026-02-27T02:11:51.515Z Compiling aho-corasick v1.1.3
19462026-02-27T02:11:52.567Z Compiling crossbeam-utils v0.8.21
19472026-02-27T02:11:54.043Z Compiling regex-automata v0.4.14
19482026-02-27T02:11:55.182Z Compiling inout v0.1.3
19492026-02-27T02:11:55.247Z Compiling ppv-lite86 v0.2.20
19502026-02-27T02:11:56.341Z Compiling errno v0.3.12
19512026-02-27T02:11:56.644Z Compiling num-conv v0.2.0
19522026-02-27T02:11:57.174Z Compiling openssl v0.10.73
19532026-02-27T02:11:57.591Z Compiling pretty-hex v0.4.1
19542026-02-27T02:11:57.635Z Compiling time-core v0.1.8
19552026-02-27T02:11:57.831Z Compiling cipher v0.4.4
19562026-02-27T02:11:57.987Z Compiling time-macros v0.2.27
19572026-02-27T02:11:58.312Z Compiling sha2 v0.10.9
19582026-02-27T02:11:58.982Z Compiling serde_tokenstream v0.2.3
19592026-02-27T02:11:59.071Z Compiling scroll_derive v0.13.1
19602026-02-27T02:11:59.264Z Compiling scroll_derive v0.12.0
19612026-02-27T02:11:59.535Z Compiling base64ct v1.6.0
19622026-02-27T02:11:59.924Z Compiling anyhow v1.0.99
19632026-02-27T02:12:00.257Z Compiling pem-rfc7468 v0.7.0
19642026-02-27T02:12:00.524Z Compiling darling_core v0.21.0
19652026-02-27T02:12:00.545Z Compiling rustls-pki-types v1.14.0
19662026-02-27T02:12:00.616Z Compiling openssl-macros v0.1.1
19672026-02-27T02:12:00.807Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-02-27T02:12:01.289Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19692026-02-27T02:12:01.311Z Compiling spin v0.9.8
19702026-02-27T02:12:02.014Z Compiling flagset v0.4.6
19712026-02-27T02:12:02.018Z Compiling foldhash v0.1.5
19722026-02-27T02:12:02.247Z Compiling native-tls v0.2.12
19732026-02-27T02:12:02.368Z Compiling hashbrown v0.15.4
19742026-02-27T02:12:02.395Z Compiling der v0.7.10
19752026-02-27T02:12:02.636Z Compiling regex v1.12.3
19762026-02-27T02:12:03.529Z Compiling rand_core v0.9.3
19772026-02-27T02:12:03.551Z Compiling serde_spanned v0.6.9
19782026-02-27T02:12:03.592Z Compiling toml_datetime v0.6.11
19792026-02-27T02:12:03.812Z Compiling slog v2.8.2
19802026-02-27T02:12:04.285Z Compiling dyn-clone v1.0.20
19812026-02-27T02:12:04.652Z Compiling spki v0.7.3
19822026-02-27T02:12:05.196Z Compiling salsa20 v0.10.2
19832026-02-27T02:12:05.479Z Compiling pbkdf2 v0.12.2
19842026-02-27T02:12:05.834Z Compiling darling_macro v0.21.0
19852026-02-27T02:12:06.049Z Compiling http v1.4.0
19862026-02-27T02:12:06.612Z Compiling darling v0.21.0
19872026-02-27T02:12:07.502Z Compiling tracing-core v0.1.32
19882026-02-27T02:12:08.401Z Compiling camino v1.2.2
19892026-02-27T02:12:08.525Z Compiling winnow v0.5.40
19902026-02-27T02:12:08.907Z Compiling untrusted v0.9.0
19912026-02-27T02:12:09.101Z Compiling either v1.15.0
19922026-02-27T02:12:09.472Z Compiling tracing v0.1.40
19932026-02-27T02:12:10.297Z Compiling scrypt v0.11.0
19942026-02-27T02:12:10.497Z Compiling rand_chacha v0.9.0
19952026-02-27T02:12:10.724Z Compiling tokio-util v0.7.15
19962026-02-27T02:12:11.198Z Compiling aes v0.8.4
19972026-02-27T02:12:11.806Z Compiling toml_edit v0.19.15
19982026-02-27T02:12:12.183Z Compiling cbc v0.1.2
19992026-02-27T02:12:13.614Z Compiling cookie v0.18.1
20002026-02-27T02:12:13.949Z Compiling usdt-impl v0.5.0
20012026-02-27T02:12:14.195Z Compiling usdt-impl v0.6.0
20022026-02-27T02:12:14.312Z Compiling paste v1.0.15
20032026-02-27T02:12:14.521Z Compiling base64 v0.22.1
20042026-02-27T02:12:14.773Z Compiling ref-cast v1.0.25
20052026-02-27T02:12:15.595Z Compiling pkcs5 v0.7.1
20062026-02-27T02:12:15.632Z Compiling rand v0.9.2
20072026-02-27T02:12:16.694Z Compiling http-body v1.0.1
20082026-02-27T02:12:16.957Z Compiling scroll v0.13.0
20092026-02-27T02:12:16.999Z Compiling scroll v0.12.0
20102026-02-27T02:12:17.457Z Compiling heapless v0.7.17
20112026-02-27T02:12:17.870Z Compiling adler2 v2.0.0
20122026-02-27T02:12:18.033Z Compiling signal-hook v0.3.18
20132026-02-27T02:12:18.130Z Compiling cfg_aliases v0.2.1
20142026-02-27T02:12:18.340Z Compiling openssl-probe v0.1.5
20152026-02-27T02:12:18.643Z Compiling untrusted v0.7.1
20162026-02-27T02:12:18.863Z Compiling zstd-safe v7.2.3
20172026-02-27T02:12:18.938Z Compiling miniz_oxide v0.8.5
20182026-02-27T02:12:20.118Z Compiling goblin v0.8.2
20192026-02-27T02:12:20.334Z Compiling goblin v0.10.2
20202026-02-27T02:12:21.053Z Compiling pkcs8 v0.10.2
20212026-02-27T02:12:22.507Z Compiling darling_core v0.20.10
20222026-02-27T02:12:22.532Z Compiling ref-cast-impl v1.0.25
20232026-02-27T02:12:22.586Z Compiling memoffset v0.9.1
20242026-02-27T02:12:22.908Z Compiling tower-layer v0.3.3
20252026-02-27T02:12:22.964Z Compiling atomic-waker v1.1.2
20262026-02-27T02:12:23.442Z Compiling tinyvec_macros v0.1.1
20272026-02-27T02:12:23.466Z Compiling tower-service v0.3.3
20282026-02-27T02:12:23.547Z Compiling try-lock v0.2.5
20292026-02-27T02:12:23.701Z Compiling want v0.3.1
20302026-02-27T02:12:23.781Z Compiling h2 v0.4.6
20312026-02-27T02:12:23.965Z Compiling tinyvec v1.8.0
20322026-02-27T02:12:25.487Z Compiling dof v0.3.0
20332026-02-27T02:12:27.134Z Compiling darling_macro v0.20.10
20342026-02-27T02:12:27.588Z Compiling dof v0.4.0
20352026-02-27T02:12:30.443Z Compiling dtrace-parser v0.2.0
20362026-02-27T02:12:31.508Z Compiling lazy_static v1.5.0
20372026-02-27T02:12:31.821Z Compiling curve25519-dalek v4.1.3
20382026-02-27T02:12:31.865Z Compiling dtrace-parser v0.3.0
20392026-02-27T02:12:32.274Z Compiling ipnet v2.11.0
20402026-02-27T02:12:32.386Z Compiling async-trait v0.1.89
20412026-02-27T02:12:32.497Z Compiling daft-derive v0.1.4
20422026-02-27T02:12:33.104Z Compiling thread-id v4.2.2
20432026-02-27T02:12:33.200Z Compiling thread-id v5.0.0
20442026-02-27T02:12:33.300Z Compiling num-bigint-dig v0.8.6
20452026-02-27T02:12:33.386Z Compiling httpdate v1.0.3
20462026-02-27T02:12:33.610Z Compiling fastrand v2.1.1
20472026-02-27T02:12:33.758Z Compiling foreign-types-shared v0.1.1
20482026-02-27T02:12:34.024Z Compiling litrs v0.4.1
20492026-02-27T02:12:34.517Z Compiling smoltcp v0.9.1
20502026-02-27T02:12:34.757Z Compiling tempfile v3.24.0
20512026-02-27T02:12:34.792Z Compiling foreign-types v0.3.2
20522026-02-27T02:12:34.826Z Compiling hyper v1.8.1
20532026-02-27T02:12:34.962Z Compiling document-features v0.2.11
20542026-02-27T02:12:36.694Z Compiling darling v0.20.10
20552026-02-27T02:12:37.868Z Compiling ipnetwork v0.21.1
20562026-02-27T02:12:39.186Z Compiling strum_macros v0.26.4
20572026-02-27T02:12:40.309Z Compiling wait-timeout v0.2.0
20582026-02-27T02:12:41.144Z Compiling powerfmt v0.2.0
20592026-02-27T02:12:41.324Z Compiling gimli v0.31.1
20602026-02-27T02:12:41.721Z Compiling anstyle v1.0.11
20612026-02-27T02:12:42.662Z Compiling bit-vec v0.8.0
20622026-02-27T02:12:43.206Z Compiling quick-error v1.2.3
20632026-02-27T02:12:43.388Z Compiling utf8parse v0.2.2
20642026-02-27T02:12:43.549Z Compiling anstyle-parse v0.2.5
20652026-02-27T02:12:44.093Z Compiling rusty-fork v0.3.0
20662026-02-27T02:12:45.472Z Compiling addr2line v0.24.2
20672026-02-27T02:12:46.064Z Compiling bit-set v0.8.0
20682026-02-27T02:12:46.304Z Compiling deranged v0.5.3
20692026-02-27T02:12:52.818Z Compiling hyper-util v0.1.19
20702026-02-27T02:12:53.276Z Compiling derive_builder_core v0.20.2
20712026-02-27T02:12:53.469Z Compiling unicode-normalization v0.1.24
20722026-02-27T02:12:53.560Z Compiling rustls-native-certs v0.8.1
20732026-02-27T02:12:53.994Z Compiling nix v0.29.0
20742026-02-27T02:12:54.955Z Compiling rand_xorshift v0.4.0
20752026-02-27T02:12:55.121Z Compiling hubpack_derive v0.1.1
20762026-02-27T02:12:55.284Z Compiling sync_wrapper v1.0.1
20772026-02-27T02:12:55.347Z Compiling strum_macros v0.27.2
20782026-02-27T02:12:55.459Z Compiling signature v2.2.0
20792026-02-27T02:12:55.712Z Compiling curve25519-dalek-derive v0.1.1
20802026-02-27T02:12:55.965Z Compiling object v0.36.5
20812026-02-27T02:12:56.867Z Compiling fs-err v3.1.1
20822026-02-27T02:12:56.978Z Compiling ahash v0.8.12
20832026-02-27T02:12:57.266Z Compiling crc32fast v1.4.2
20842026-02-27T02:12:57.326Z Compiling is_terminal_polyfill v1.70.1
20852026-02-27T02:12:57.472Z Compiling zlib-rs v0.5.1
20862026-02-27T02:12:57.581Z Compiling buf-list v1.0.3
20872026-02-27T02:12:57.785Z Compiling rustc-demangle v0.1.24
20882026-02-27T02:12:58.362Z Compiling num_threads v0.1.7
20892026-02-27T02:12:59.554Z Compiling colorchoice v1.0.2
20902026-02-27T02:12:59.710Z Compiling unicode-segmentation v1.12.0
20912026-02-27T02:12:59.741Z Compiling anstyle-query v1.1.1
20922026-02-27T02:12:59.914Z Compiling unicode-properties v0.1.3
20932026-02-27T02:13:00.303Z Compiling siphasher v0.3.11
20942026-02-27T02:13:00.337Z Compiling unicode-bidi v0.3.17
20952026-02-27T02:13:00.528Z Compiling unarray v0.1.4
20962026-02-27T02:13:00.660Z Compiling phf_shared v0.11.2
20972026-02-27T02:13:00.725Z Compiling proptest v1.7.0
20982026-02-27T02:13:00.976Z Compiling anstream v0.6.18
20992026-02-27T02:13:01.393Z Compiling stringprep v0.1.5
21002026-02-27T02:13:01.540Z Compiling time v0.3.47
21012026-02-27T02:13:02.230Z Compiling libz-rs-sys v0.5.1
21022026-02-27T02:13:03.396Z Compiling backtrace v0.3.74
21032026-02-27T02:13:05.529Z Compiling tower v0.5.2
21042026-02-27T02:13:06.561Z Compiling derive_builder_macro v0.20.2
21052026-02-27T02:13:08.138Z Compiling usdt-attr-macro v0.6.0
21062026-02-27T02:13:08.158Z Compiling usdt-macro v0.6.0
21072026-02-27T02:13:09.493Z Compiling http-body-util v0.1.3
21082026-02-27T02:13:09.595Z Compiling webpki-roots v1.0.1
21092026-02-27T02:13:09.982Z Compiling rand_chacha v0.3.1
21102026-02-27T02:13:10.194Z Compiling num-integer v0.1.46
21112026-02-27T02:13:10.216Z Compiling erased-serde v0.3.31
21122026-02-27T02:13:10.828Z Compiling md-5 v0.10.6
21132026-02-27T02:13:10.864Z Compiling vergen-lib v0.1.6
21142026-02-27T02:13:11.096Z Compiling ff v0.13.0
21152026-02-27T02:13:11.227Z Compiling hash32 v0.2.1
21162026-02-27T02:13:11.353Z Compiling base16ct v0.2.0
21172026-02-27T02:13:11.650Z Compiling iri-string v0.7.8
21182026-02-27T02:13:11.673Z Compiling fallible-iterator v0.2.0
21192026-02-27T02:13:11.782Z Compiling ryu v1.0.18
21202026-02-27T02:13:12.115Z Compiling psl-types v2.0.11
21212026-02-27T02:13:12.305Z Compiling publicsuffix v2.3.0
21222026-02-27T02:13:12.320Z Compiling postgres-protocol v0.6.8
21232026-02-27T02:13:12.616Z Compiling serde_urlencoded v0.7.1
21242026-02-27T02:13:13.215Z Compiling sec1 v0.7.3
21252026-02-27T02:13:13.752Z Compiling group v0.13.0
21262026-02-27T02:13:13.840Z Compiling num-iter v0.1.45
21272026-02-27T02:13:14.053Z Compiling rand v0.8.5
21282026-02-27T02:13:14.524Z Compiling tower-http v0.6.8
21292026-02-27T02:13:15.252Z Compiling oxnet v0.1.4
21302026-02-27T02:13:15.417Z Compiling derive_builder v0.20.2
21312026-02-27T02:13:15.648Z Compiling newtype-uuid v1.3.2
21322026-02-27T02:13:15.732Z Compiling tokio-native-tls v0.3.1
21332026-02-27T02:13:15.757Z Compiling flate2 v1.1.2
21342026-02-27T02:13:15.983Z Compiling heck v0.4.1
21352026-02-27T02:13:16.020Z Compiling terminal_size v0.4.0
21362026-02-27T02:13:16.774Z Compiling serde_with_macros v3.16.1
21372026-02-27T02:13:17.137Z Compiling hkdf v0.12.4
21382026-02-27T02:13:17.386Z Compiling enum-as-inner v0.6.1
21392026-02-27T02:13:17.524Z Compiling clap_derive v4.5.47
21402026-02-27T02:13:18.168Z Compiling cargo-platform v0.1.8
21412026-02-27T02:13:18.353Z Compiling crypto-bigint v0.5.5
21422026-02-27T02:13:18.585Z Compiling vergen v9.0.6
21432026-02-27T02:13:18.741Z Compiling serde_repr v0.1.19
21442026-02-27T02:13:18.945Z Compiling clap_lex v0.7.4
21452026-02-27T02:13:19.334Z Compiling winnow v0.7.14
21462026-02-27T02:13:19.876Z Compiling lockfree-object-pool v0.1.6
21472026-02-27T02:13:20.144Z Compiling bitflags v1.3.2
21482026-02-27T02:13:20.269Z Compiling managed v0.8.0
21492026-02-27T02:13:20.296Z Compiling bumpalo v3.16.0
21502026-02-27T02:13:21.361Z Compiling simd-adler32 v0.3.7
21512026-02-27T02:13:21.813Z Compiling zopfli v0.8.1
21522026-02-27T02:13:21.836Z Compiling elliptic-curve v0.13.8
21532026-02-27T02:13:23.111Z Compiling clap_builder v4.5.48
21542026-02-27T02:13:23.214Z Compiling cargo_metadata v0.19.2
21552026-02-27T02:13:26.178Z Compiling rustls-webpki v0.103.9
21562026-02-27T02:13:26.523Z Compiling daft v0.1.4
21572026-02-27T02:13:27.072Z Compiling hyper-tls v0.6.0
21582026-02-27T02:13:27.475Z Compiling zstd v0.13.3
21592026-02-27T02:13:28.009Z Compiling signal-hook-mio v0.2.4
21602026-02-27T02:13:28.203Z Compiling cookie_store v0.22.1
21612026-02-27T02:13:28.231Z Compiling postgres-types v0.2.9
21622026-02-27T02:13:28.599Z Compiling phf v0.11.2
21632026-02-27T02:13:28.887Z Compiling strum v0.27.2
21642026-02-27T02:13:29.212Z Compiling hubpack v0.1.2
21652026-02-27T02:13:29.347Z Compiling ed25519 v2.2.3
21662026-02-27T02:13:29.406Z Compiling bzip2 v0.5.2
21672026-02-27T02:13:29.477Z Compiling bzip2 v0.4.4
21682026-02-27T02:13:29.776Z Compiling crossbeam-epoch v0.9.18
21692026-02-27T02:13:29.819Z Compiling pkcs1 v0.7.5
21702026-02-27T02:13:30.667Z Compiling bstr v1.10.0
21712026-02-27T02:13:31.041Z Compiling rfc6979 v0.4.0
21722026-02-27T02:13:31.240Z Compiling float-cmp v0.10.0
21732026-02-27T02:13:32.065Z Compiling hex v0.4.3
21742026-02-27T02:13:32.319Z Compiling serde-big-array v0.5.1
21752026-02-27T02:13:32.590Z Compiling env_filter v0.1.2
21762026-02-27T02:13:32.774Z Compiling socket2 v0.5.10
21772026-02-27T02:13:33.128Z Compiling memmap2 v0.9.8
21782026-02-27T02:13:33.295Z Compiling encoding_rs v0.8.34
21792026-02-27T02:13:33.535Z Compiling difflib v0.4.0
21802026-02-27T02:13:33.567Z Compiling fixedbitset v0.5.7
21812026-02-27T02:13:34.119Z Compiling whoami v1.5.2
21822026-02-27T02:13:34.562Z Compiling tokio-rustls v0.26.0
21832026-02-27T02:13:34.590Z Compiling rustls-platform-verifier v0.6.2
21842026-02-27T02:13:34.979Z Compiling hyper-rustls v0.27.7
21852026-02-27T02:13:35.036Z Compiling normalize-line-endings v0.3.0
21862026-02-27T02:13:35.202Z Compiling rustc-hash v2.1.1
21872026-02-27T02:13:35.406Z Compiling mime v0.3.17
21882026-02-27T02:13:35.557Z Compiling jiff v0.2.15
21892026-02-27T02:13:35.860Z Compiling static_assertions v1.1.0
21902026-02-27T02:13:37.756Z Compiling predicates-core v1.0.8
21912026-02-27T02:13:38.075Z Compiling data-encoding v2.9.0
21922026-02-27T02:13:39.184Z Compiling precomputed-hash v0.1.1
21932026-02-27T02:13:39.329Z Compiling toml_write v0.1.2
21942026-02-27T02:13:39.385Z Compiling keccak v0.1.5
21952026-02-27T02:13:39.469Z Compiling new_debug_unreachable v1.0.6
21962026-02-27T02:13:39.594Z Compiling fixedbitset v0.4.2
21972026-02-27T02:13:39.685Z Compiling toml_edit v0.22.27
21982026-02-27T02:13:39.825Z Compiling sha3 v0.10.8
21992026-02-27T02:13:40.372Z Compiling petgraph v0.6.5
22002026-02-27T02:13:42.196Z Compiling string_cache v0.8.9
22012026-02-27T02:13:42.488Z Compiling zip v4.2.0
22022026-02-27T02:13:42.607Z Compiling hickory-proto v0.25.2
22032026-02-27T02:13:44.004Z Compiling predicates v3.1.3
22042026-02-27T02:13:45.309Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22052026-02-27T02:13:45.334Z Compiling reqwest v0.12.28
22062026-02-27T02:13:45.423Z Compiling reqwest v0.13.2
22072026-02-27T02:13:45.705Z Compiling iddqd v0.3.16
22082026-02-27T02:13:51.670Z Compiling tokio-postgres v0.7.13
22092026-02-27T02:13:53.303Z Compiling petgraph v0.8.2
22102026-02-27T02:13:53.651Z Compiling usdt v0.6.0
22112026-02-27T02:13:53.985Z Compiling env_logger v0.11.8
22122026-02-27T02:13:54.658Z Compiling serde_with v3.16.1
22132026-02-27T02:13:54.869Z Compiling similar v2.7.0
22142026-02-27T02:13:56.761Z Compiling ecdsa v0.16.9
22152026-02-27T02:13:57.661Z Compiling rsa v0.9.8
22162026-02-27T02:13:58.336Z Compiling zip v0.6.6
22172026-02-27T02:13:59.066Z Compiling ed25519-dalek v2.1.1
22182026-02-27T02:14:00.805Z Compiling crossterm v0.28.1
22192026-02-27T02:14:01.293Z Compiling clap v4.5.48
22202026-02-27T02:14:01.428Z Compiling strum v0.26.3
22212026-02-27T02:14:01.695Z Compiling toml v0.7.8
22222026-02-27T02:14:01.940Z Compiling tokio-stream v0.1.17
22232026-02-27T02:14:02.781Z Compiling itertools v0.13.0
22242026-02-27T02:14:02.927Z Compiling itertools v0.10.5
22252026-02-27T02:14:03.450Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22262026-02-27T02:14:03.584Z Compiling x509-cert v0.2.5
22272026-02-27T02:14:06.409Z Compiling sha1 v0.10.6
22282026-02-27T02:14:06.841Z Compiling openapiv3 v2.2.0
22292026-02-27T02:14:07.420Z Compiling winnow v0.6.26
22302026-02-27T02:14:11.784Z Compiling lalrpop-util v0.19.12
22312026-02-27T02:14:12.148Z Compiling peg-runtime v0.8.5
22322026-02-27T02:14:13.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22332026-02-27T02:14:24.288Z Compiling rayon-core v1.12.1
22342026-02-27T02:14:32.168Z Compiling proc-macro-crate v1.3.1
22352026-02-27T02:14:32.934Z Compiling itertools v0.14.0
22362026-02-27T02:14:33.798Z Compiling macaddr v1.0.1
22372026-02-27T02:14:34.373Z Compiling structmeta-derive v0.3.0
22382026-02-27T02:14:36.638Z Compiling heapless v0.8.0
22392026-02-27T02:14:38.469Z Compiling structmeta v0.3.0
22402026-02-27T02:14:40.761Z Compiling ingot-macros v0.1.1
22412026-02-27T02:14:41.638Z Compiling num_enum_derive v0.5.11
22422026-02-27T02:14:46.932Z Compiling crossbeam-deque v0.8.5
22432026-02-27T02:14:47.648Z Compiling hash32 v0.3.1
22442026-02-27T02:14:49.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22452026-02-27T02:14:49.738Z Compiling smoltcp v0.11.0
22462026-02-27T02:14:56.667Z Compiling ingot-types v0.1.2
22472026-02-27T02:14:59.440Z Compiling num_enum v0.5.11
22482026-02-27T02:15:05.023Z Compiling proc-macro-error-attr v1.0.4
22492026-02-27T02:15:05.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22502026-02-27T02:15:06.509Z Compiling rustls v0.22.4
22512026-02-27T02:15:07.359Z Compiling cobs v0.2.3
22522026-02-27T02:15:15.540Z Compiling postcard v1.0.10
22532026-02-27T02:15:29.761Z Compiling ingot v0.1.1
22542026-02-27T02:15:37.425Z Compiling rustls-webpki v0.102.8
22552026-02-27T02:15:37.509Z Compiling futures-executor v0.3.31
22562026-02-27T02:15:37.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22572026-02-27T02:15:37.900Z Compiling foreign-types-macros v0.2.3
22582026-02-27T02:15:38.157Z Compiling thread_local v1.1.8
22592026-02-27T02:15:38.430Z Compiling proc-macro-error v1.0.4
22602026-02-27T02:15:38.539Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22612026-02-27T02:15:38.802Z Compiling multer v3.1.0
22622026-02-27T02:15:38.898Z Compiling foreign-types-shared v0.3.1
22632026-02-27T02:15:39.095Z Compiling slog-async v2.8.0
22642026-02-27T02:15:39.158Z Compiling unicode-width v0.1.14
22652026-02-27T02:15:39.546Z Compiling match_cfg v0.1.0
22662026-02-27T02:15:39.680Z Compiling tabwriter v1.4.0
22672026-02-27T02:15:39.707Z Compiling hostname v0.3.1
22682026-02-27T02:15:39.988Z Compiling foreign-types v0.5.0
22692026-02-27T02:15:40.143Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-02-27T02:15:40.193Z Compiling futures v0.3.31
22712026-02-27T02:15:40.869Z Compiling derive-ex v0.1.8
22722026-02-27T02:15:41.171Z Compiling toml_parser v1.0.6+spec-1.1.0
22732026-02-27T02:15:41.416Z Compiling slog-json v2.6.1
22742026-02-27T02:15:41.555Z Compiling crossbeam-channel v0.5.15
22752026-02-27T02:15:41.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22762026-02-27T02:15:42.778Z Compiling async-stream-impl v0.3.6
22772026-02-27T02:15:42.971Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22782026-02-27T02:15:43.824Z Compiling serde_spanned v1.0.4
22792026-02-27T02:15:44.029Z Compiling toml_datetime v0.7.5+spec-1.1.0
22802026-02-27T02:15:44.083Z Compiling cstr-argument v0.1.2
22812026-02-27T02:15:44.107Z Compiling is-terminal v0.4.13
22822026-02-27T02:15:44.270Z Compiling dropshot v0.16.7
22832026-02-27T02:15:44.337Z Compiling toml_writer v1.0.6+spec-1.1.0
22842026-02-27T02:15:44.390Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22852026-02-27T02:15:44.410Z Compiling term v1.1.0
22862026-02-27T02:15:44.506Z Compiling pretty-hex v0.2.1
22872026-02-27T02:15:44.622Z Compiling take_mut v0.2.2
22882026-02-27T02:15:44.749Z Compiling crucible-workspace-hack v0.1.0
22892026-02-27T02:15:44.775Z Compiling typeid v1.0.3
22902026-02-27T02:15:44.859Z Compiling tokio-rustls v0.25.0
22912026-02-27T02:15:44.929Z Compiling toml v0.9.11+spec-1.1.0
22922026-02-27T02:15:45.121Z Compiling slog-term v2.9.2
22932026-02-27T02:15:45.314Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22942026-02-27T02:15:45.449Z Compiling test-strategy v0.4.3
22952026-02-27T02:15:45.824Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22962026-02-27T02:15:46.702Z Compiling async-stream v0.3.6
22972026-02-27T02:15:47.045Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22982026-02-27T02:15:47.290Z Compiling slog-bunyan v2.5.0
22992026-02-27T02:15:48.229Z Compiling rayon v1.10.0
23002026-02-27T02:15:48.395Z Compiling parse-display-derive v0.10.0
23012026-02-27T02:15:48.469Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23022026-02-27T02:15:48.607Z Compiling colored v2.2.0
23032026-02-27T02:15:48.745Z Compiling waitgroup v0.1.2
23042026-02-27T02:15:48.884Z Compiling nix v0.30.1
23052026-02-27T02:15:49.027Z Compiling rustls-pemfile v2.2.0
23062026-02-27T02:15:49.590Z Compiling newtype-uuid-macros v0.1.0
23072026-02-27T02:15:49.703Z Compiling dropshot_endpoint v0.16.7
23082026-02-27T02:15:49.947Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-02-27T02:15:50.321Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23102026-02-27T02:15:50.723Z Compiling serde_path_to_error v0.1.20
23112026-02-27T02:15:50.822Z Compiling hostname v0.4.2
23122026-02-27T02:15:51.098Z Compiling instant v0.1.13
23132026-02-27T02:15:51.148Z Compiling debug-ignore v1.0.5
23142026-02-27T02:15:51.307Z Compiling backoff v0.4.0
23152026-02-27T02:15:51.336Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-02-27T02:15:51.726Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-02-27T02:15:51.746Z Compiling parse-display v0.10.0
23182026-02-27T02:15:51.982Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-02-27T02:15:53.592Z Compiling zone_cfg_derive v0.3.0
23202026-02-27T02:15:53.669Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23212026-02-27T02:15:54.331Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-02-27T02:15:55.132Z Compiling progenitor-client v0.13.0
23232026-02-27T02:15:55.158Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23242026-02-27T02:15:55.216Z Compiling progenitor-client v0.10.0
23252026-02-27T02:15:55.549Z Compiling camino-tempfile v1.4.1
23262026-02-27T02:15:56.191Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23272026-02-27T02:15:56.323Z Compiling itertools v0.12.1
23282026-02-27T02:15:56.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23292026-02-27T02:15:56.667Z Compiling backon v1.6.0
23302026-02-27T02:15:57.178Z Compiling regress v0.10.5
23312026-02-27T02:15:58.583Z Compiling secrecy v0.10.3
23322026-02-27T02:15:58.907Z Compiling num-derive v0.4.2
23332026-02-27T02:15:59.751Z Compiling sigpipe v0.1.3
23342026-02-27T02:15:59.769Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-02-27T02:15:59.903Z Compiling glob v0.3.2
23362026-02-27T02:16:00.129Z Compiling libefi-sys v0.1.0
23372026-02-27T02:16:00.540Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23382026-02-27T02:16:01.045Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23392026-02-27T02:16:01.524Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23402026-02-27T02:16:02.062Z Compiling zone v0.3.1
23412026-02-27T02:16:02.550Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23422026-02-27T02:16:02.766Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-02-27T02:16:03.863Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23442026-02-27T02:16:05.398Z Compiling erased-serde v0.4.6
23452026-02-27T02:16:05.725Z Compiling usdt-attr-macro v0.5.0
23462026-02-27T02:16:06.974Z Compiling usdt-macro v0.5.0
23472026-02-27T02:16:07.237Z Compiling smf v0.2.3
23482026-02-27T02:16:08.340Z Compiling bitfield-struct v0.6.2
23492026-02-27T02:16:08.757Z Compiling ordered-float v2.10.1
23502026-02-27T02:16:08.760Z Compiling blake3 v1.5.4
23512026-02-27T02:16:09.420Z Compiling memmap v0.7.0
23522026-02-27T02:16:09.674Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-02-27T02:16:09.808Z Compiling usdt v0.5.0
23542026-02-27T02:16:09.829Z Compiling serde-value v0.7.0
23552026-02-27T02:16:10.054Z Compiling serde-untagged v0.1.7
23562026-02-27T02:16:10.497Z Compiling toml v0.8.23
23572026-02-27T02:16:10.868Z Compiling xattr v1.3.1
23582026-02-27T02:16:10.936Z Compiling filetime v0.2.26
23592026-02-27T02:16:11.223Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-02-27T02:16:11.246Z Compiling same-file v1.0.6
23612026-02-27T02:16:11.270Z Compiling constant_time_eq v0.3.1
23622026-02-27T02:16:11.319Z Compiling arrayref v0.3.9
23632026-02-27T02:16:11.369Z Compiling unicode-width v0.2.0
23642026-02-27T02:16:11.393Z Compiling unicode-xid v0.2.6
23652026-02-27T02:16:11.452Z Compiling arrayvec v0.7.6
23662026-02-27T02:16:11.490Z Compiling walkdir v2.5.0
23672026-02-27T02:16:11.549Z Compiling cargo-util-schemas v0.8.2
23682026-02-27T02:16:11.637Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-02-27T02:16:11.994Z Compiling console v0.16.0
23702026-02-27T02:16:13.061Z Compiling tar v0.4.44
23712026-02-27T02:16:13.130Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-02-27T02:16:13.582Z Compiling tokio-dtrace v0.1.0
23732026-02-27T02:16:14.097Z Compiling gethostname v0.5.0
23742026-02-27T02:16:14.295Z Compiling cargo-platform v0.2.0
23752026-02-27T02:16:14.346Z Compiling unit-prefix v0.5.1
23762026-02-27T02:16:14.571Z Compiling topological-sort v0.2.2
23772026-02-27T02:16:14.641Z Compiling indicatif v0.18.0
23782026-02-27T02:16:14.891Z Compiling omicron-zone-package v0.12.2
23792026-02-27T02:16:15.506Z Compiling cargo_metadata v0.21.0
23802026-02-27T02:16:16.124Z Compiling oxide-tokio-rt v0.1.2
23812026-02-27T02:16:17.104Z Compiling shell-words v1.1.0
23822026-02-27T02:16:17.605Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-02-27T02:16:17.960Z Compiling indent_write v2.2.0
23842026-02-27T02:16:24.852Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-02-27T02:16:27.420Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-02-27T02:16:30.485Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-02-27T02:16:46.820Z Finished `release` profile [optimized] target(s) in 5m 32s
23882026-02-27T02:16:47.013Z Running `target/release/omicron-package -t test target create -p dev`
23892026-02-27T02:16:47.076ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-02-27T02:16:47.080ZCreated new build target 'test' and set it as active
23912026-02-27T02:16:47.081Z
23922026-02-27T02:16:47.081Zreal 5:32.692792621
23932026-02-27T02:16:47.081Zuser 37:36.743752902
23942026-02-27T02:16:47.081Zsys 3:38.971731946
23952026-02-27T02:16:47.081Ztrap 1.106811051
23962026-02-27T02:16:47.082Ztflt 2.308509951
23972026-02-27T02:16:47.082Zdflt 1.237726132
23982026-02-27T02:16:47.082Zkflt 0.000138178
23992026-02-27T02:16:47.082Zlock 1:46:12.921389199
24002026-02-27T02:16:47.082Zslp 2:24:45.293477102
24012026-02-27T02:16:47.082Zlat 2:33.423021054
24022026-02-27T02:16:47.082Zstop 5:21.470491931
24032026-02-27T02:16:47.082Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-02-27T02:16:48.384Z Finished `release` profile [optimized] target(s) in 1.23s
24052026-02-27T02:16:48.448Z Running `target/release/omicron-package -t test package`
24062026-02-27T02:16:48.501ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-02-27T02:16:50.565Z Compiling regress v0.10.5
24082026-02-27T02:16:50.568Z Compiling heck v0.5.0
24092026-02-27T02:16:50.568Z Compiling unsafe-libyaml v0.2.11
24102026-02-27T02:16:50.845Z Compiling convert_case v0.4.0
24112026-02-27T02:16:50.848Z Compiling half v2.4.1
24122026-02-27T02:16:50.898Z Compiling ciborium-io v0.2.2
24132026-02-27T02:16:50.901Z Compiling is-terminal v0.4.13
24142026-02-27T02:16:50.901Z Compiling prettyplease v0.2.36
24152026-02-27T02:16:51.064Z Compiling typify-impl v0.6.1
24162026-02-27T02:16:51.099Z Compiling typify-impl v0.4.3
24172026-02-27T02:16:51.345Z Compiling rustls v0.22.4
24182026-02-27T02:16:51.393Z Compiling ciborium-ll v0.2.2
24192026-02-27T02:16:51.478Z Compiling derive_more v0.99.20
24202026-02-27T02:16:51.564Z Compiling rustls-webpki v0.102.8
24212026-02-27T02:16:51.892Z Compiling ciborium v0.2.2
24222026-02-27T02:16:52.061Z Compiling thread_local v1.1.8
24232026-02-27T02:16:52.414Z Compiling serde_yaml v0.9.34+deprecated
24242026-02-27T02:16:52.536Z Compiling bytecount v0.6.8
24252026-02-27T02:16:52.897Z Compiling match_cfg v0.1.0
24262026-02-27T02:16:53.045Z Compiling hostname v0.3.1
24272026-02-27T02:16:53.331Z Compiling multer v3.1.0
24282026-02-27T02:16:53.432Z Compiling slog-async v2.8.0
24292026-02-27T02:16:53.524Z Compiling password-hash v0.5.0
24302026-02-27T02:16:53.844Z Compiling blake2 v0.10.6
24312026-02-27T02:16:55.673Z Compiling crossbeam-channel v0.5.15
24322026-02-27T02:16:55.720Z Compiling toml_parser v1.0.6+spec-1.1.0
24332026-02-27T02:16:56.682Z Compiling slog-json v2.6.1
24342026-02-27T02:16:56.891Z Compiling futures-executor v0.3.31
24352026-02-27T02:16:57.080Z Compiling derive-where v1.5.0
24362026-02-27T02:16:57.115Z Compiling serde_spanned v1.0.4
24372026-02-27T02:16:57.346Z Compiling toml_datetime v0.7.5+spec-1.1.0
24382026-02-27T02:16:57.404Z Compiling term v1.1.0
24392026-02-27T02:16:57.973Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-02-27T02:16:58.465Z Compiling take_mut v0.2.2
24412026-02-27T02:16:58.571Z Compiling toml v0.9.11+spec-1.1.0
24422026-02-27T02:16:59.608Z Compiling slog-term v2.9.2
24432026-02-27T02:16:59.942Z Compiling tokio-rustls v0.25.0
24442026-02-27T02:17:00.428Z Compiling futures v0.3.31
24452026-02-27T02:17:00.567Z Compiling slog-bunyan v2.5.0
24462026-02-27T02:17:00.599Z Compiling argon2 v0.5.3
24472026-02-27T02:17:00.864Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24482026-02-27T02:17:01.447Z Compiling dropshot v0.16.7
24492026-02-27T02:17:01.546Z Compiling async-stream v0.3.6
24502026-02-27T02:17:01.652Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24512026-02-27T02:17:01.852Z Compiling universal-hash v0.5.1
24522026-02-27T02:17:01.909Z Compiling waitgroup v0.1.2
24532026-02-27T02:17:02.148Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24542026-02-27T02:17:02.179Z Compiling rustls-pemfile v2.2.0
24552026-02-27T02:17:02.560Z Compiling thiserror-impl-no-std v2.0.2
24562026-02-27T02:17:03.037Z Compiling serde_path_to_error v0.1.20
24572026-02-27T02:17:03.876Z Compiling hostname v0.4.2
24582026-02-27T02:17:04.141Z Compiling instant v0.1.13
24592026-02-27T02:17:04.346Z Compiling opaque-debug v0.3.1
24602026-02-27T02:17:04.494Z Compiling debug-ignore v1.0.5
24612026-02-27T02:17:04.525Z Compiling typify-macro v0.6.1
24622026-02-27T02:17:04.565Z Compiling poly1305 v0.8.0
24632026-02-27T02:17:04.844Z Compiling backoff v0.4.0
24642026-02-27T02:17:04.946Z Compiling thiserror-no-std v2.0.2
24652026-02-27T02:17:04.982Z Compiling typify-macro v0.4.3
24662026-02-27T02:17:05.124Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24672026-02-27T02:17:05.213Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24682026-02-27T02:17:05.990Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24692026-02-27T02:17:06.647Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24702026-02-27T02:17:08.068Z Compiling typify v0.6.1
24712026-02-27T02:17:08.278Z Compiling progenitor-impl v0.13.0
24722026-02-27T02:17:08.941Z Compiling typify v0.4.3
24732026-02-27T02:17:09.361Z Compiling parse-display v0.10.0
24742026-02-27T02:17:09.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-02-27T02:17:09.811Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-02-27T02:17:09.880Z Compiling chacha20 v0.9.1
24772026-02-27T02:17:10.439Z Compiling progenitor-client v0.10.0
24782026-02-27T02:17:11.031Z Compiling progenitor-client v0.13.0
24792026-02-27T02:17:11.317Z Compiling aead v0.5.2
24802026-02-27T02:17:11.602Z Compiling backon v1.6.0
24812026-02-27T02:17:11.709Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24822026-02-27T02:17:12.037Z Compiling macaddr v1.0.1
24832026-02-27T02:17:12.506Z Compiling chacha20poly1305 v0.10.1
24842026-02-27T02:17:12.795Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24852026-02-27T02:17:13.711Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-02-27T02:17:14.004Z Compiling progenitor-macro v0.13.0
24872026-02-27T02:17:16.288Z Compiling vsss-rs v3.3.4
24882026-02-27T02:17:20.654Z Compiling num-rational v0.4.2
24892026-02-27T02:17:22.131Z Compiling num-complex v0.4.6
24902026-02-27T02:17:23.200Z Compiling num v0.4.3
24912026-02-27T02:17:23.335Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24922026-02-27T02:17:23.368Z Compiling console v0.15.10
24932026-02-27T02:17:24.130Z Compiling float-ord v0.3.2
24942026-02-27T02:17:24.377Z Compiling swrite v0.1.0
24952026-02-27T02:17:24.812Z Compiling progenitor-impl v0.11.2
24962026-02-27T02:17:25.204Z Compiling progenitor v0.13.0
24972026-02-27T02:17:25.516Z Compiling toml v0.8.23
24982026-02-27T02:17:26.865Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-02-27T02:17:30.642Z Compiling progenitor-macro v0.11.2
25002026-02-27T02:17:32.933Z Compiling newline-converter v0.3.0
25012026-02-27T02:17:33.216Z Compiling progenitor-client v0.11.2
25022026-02-27T02:17:34.250Z Compiling atomicwrites v0.4.4
25032026-02-27T02:17:34.835Z Compiling slog-dtrace v0.3.0
25042026-02-27T02:17:35.361Z Compiling expectorate v1.2.0
25052026-02-27T02:17:41.607Z Compiling progenitor v0.11.2
25062026-02-27T02:17:41.894Z Compiling async-recursion v1.1.1
25072026-02-27T02:17:43.231Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25082026-02-27T02:17:46.482Z Compiling oxide-update-engine-types v0.1.0
25092026-02-27T02:17:47.944Z Compiling resolv-conf v0.7.0
25102026-02-27T02:17:49.565Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-02-27T02:17:49.872Z Compiling linked-hash-map v0.5.6
25122026-02-27T02:17:50.353Z Compiling minimal-lexical v0.2.1
25132026-02-27T02:17:50.948Z Compiling nom v7.1.3
25142026-02-27T02:17:53.052Z Compiling lru-cache v0.1.2
25152026-02-27T02:17:53.338Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25162026-02-27T02:17:54.489Z Compiling unicode-xid v0.2.6
25172026-02-27T02:17:54.743Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25182026-02-27T02:17:55.070Z Compiling globset v0.4.15
25192026-02-27T02:17:55.741Z Compiling hickory-proto v0.24.4
25202026-02-27T02:17:56.795Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25212026-02-27T02:17:59.103Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25222026-02-27T02:18:01.390Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-02-27T02:18:03.222Z Compiling hickory-resolver v0.24.4
25242026-02-27T02:18:05.383Z Compiling convert_case v0.7.1
25252026-02-27T02:18:06.129Z Compiling cancel-safe-futures v0.1.5
25262026-02-27T02:18:06.642Z Compiling derive_more-impl v2.0.1
25272026-02-27T02:18:08.416Z Compiling qorb v0.4.1
25282026-02-27T02:18:13.401Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25292026-02-27T02:18:13.800Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25302026-02-27T02:18:15.802Z Compiling pin-project-internal v1.1.6
25312026-02-27T02:18:15.859Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-02-27T02:18:15.892Z Compiling derive_more v2.0.1
25332026-02-27T02:18:16.819Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25342026-02-27T02:18:17.177Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-02-27T02:18:17.594Z Compiling pem v3.0.5
25362026-02-27T02:18:18.210Z Compiling pin-project v1.1.6
25372026-02-27T02:18:18.417Z Compiling snafu-derive v0.8.5
25382026-02-27T02:18:18.735Z Compiling vte_generate_state_changes v0.1.2
25392026-02-27T02:18:18.843Z Compiling siphasher v1.0.1
25402026-02-27T02:18:19.135Z Compiling termtree v0.5.1
25412026-02-27T02:18:19.294Z Compiling linear-map v1.2.0
25422026-02-27T02:18:19.389Z Compiling vte v0.11.1
25432026-02-27T02:18:19.468Z Compiling phf_shared v0.12.1
25442026-02-27T02:18:19.518Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-02-27T02:18:19.744Z Compiling oxide-update-engine v0.1.0
25462026-02-27T02:18:19.987Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-02-27T02:18:20.904Z Compiling crossterm v0.29.0
25482026-02-27T02:18:22.503Z Compiling snafu v0.8.5
25492026-02-27T02:18:23.406Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25502026-02-27T02:18:23.653Z Compiling olpc-cjson v0.1.4
25512026-02-27T02:18:24.055Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-02-27T02:18:24.831Z Compiling csv-core v0.1.11
25532026-02-27T02:18:25.047Z Compiling serde_plain v1.0.2
25542026-02-27T02:18:25.686Z Compiling chrono-tz v0.10.4
25552026-02-27T02:18:25.719Z Compiling typed-path v0.9.3
25562026-02-27T02:18:26.075Z Compiling highway v1.3.0
25572026-02-27T02:18:27.697Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25582026-02-27T02:18:28.518Z Compiling tough v0.20.0
25592026-02-27T02:18:29.641Z Compiling csv v1.3.1
25602026-02-27T02:18:30.347Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-02-27T02:18:30.830Z Compiling strip-ansi-escapes v0.2.0
25622026-02-27T02:18:31.678Z Compiling phf v0.12.1
25632026-02-27T02:18:31.903Z Compiling const_format_proc_macros v0.2.34
25642026-02-27T02:18:32.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25652026-02-27T02:18:32.674Z Compiling papergrid v0.11.0
25662026-02-27T02:18:33.081Z Compiling tabled_derive v0.7.0
25672026-02-27T02:18:33.685Z Compiling fd-lock v4.0.2
25682026-02-27T02:18:33.967Z Compiling peg-macros v0.8.5
25692026-02-27T02:18:35.056Z Compiling nu-ansi-term v0.50.1
25702026-02-27T02:18:35.059Z Compiling tabled v0.15.0
25712026-02-27T02:18:36.294Z Compiling reedline v0.40.0
25722026-02-27T02:18:37.040Z Compiling peg v0.8.5
25732026-02-27T02:18:37.200Z Compiling const_format v0.2.34
25742026-02-27T02:18:40.413Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-02-27T02:18:42.276Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25762026-02-27T02:18:45.405Z Compiling bcs v0.1.6
25772026-02-27T02:18:46.287Z Compiling semver v0.1.20
25782026-02-27T02:18:46.862Z Compiling base64 v0.21.7
25792026-02-27T02:18:47.995Z Compiling rustc_version v0.1.7
25802026-02-27T02:18:48.271Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-02-27T02:18:48.439Z Compiling newtype_derive v0.1.6
25822026-02-27T02:18:48.475Z Compiling smawk v0.3.2
25832026-02-27T02:18:48.682Z Compiling unicode-linebreak v0.1.5
25842026-02-27T02:18:48.798Z Compiling humantime v2.2.0
25852026-02-27T02:18:48.933Z Compiling dropshot-api-manager-types v0.3.0
25862026-02-27T02:18:49.307Z Compiling textwrap v0.16.2
25872026-02-27T02:18:49.739Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25882026-02-27T02:18:50.177Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25892026-02-27T02:18:51.675Z Compiling colored v3.0.0
25902026-02-27T02:18:52.319Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25912026-02-27T02:18:52.788Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-02-27T02:18:52.871Z Compiling steno v0.4.1
25932026-02-27T02:18:53.031Z Compiling utf-8 v0.7.6
25942026-02-27T02:18:53.432Z Compiling moka v0.12.10
25952026-02-27T02:18:53.854Z Compiling tagptr v0.2.0
25962026-02-27T02:18:54.295Z Compiling tungstenite v0.21.0
25972026-02-27T02:18:57.443Z Compiling hickory-resolver v0.25.2
25982026-02-27T02:18:59.291Z Compiling tokio-tungstenite v0.21.0
25992026-02-27T02:19:00.013Z Compiling progenitor-impl v0.10.0
26002026-02-27T02:19:00.950Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-02-27T02:19:01.224Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26022026-02-27T02:19:05.788Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26032026-02-27T02:19:12.904Z Compiling progenitor-macro v0.10.0
26042026-02-27T02:19:12.974Z Compiling radium v0.7.0
26052026-02-27T02:19:13.574Z Compiling maybe-uninit v2.0.0
26062026-02-27T02:19:14.141Z Compiling tap v1.0.1
26072026-02-27T02:19:14.392Z Compiling wyz v0.5.1
26082026-02-27T02:19:15.601Z Compiling zerocopy-derive v0.6.6
26092026-02-27T02:19:15.636Z Compiling proc-macro-error-attr2 v2.0.0
26102026-02-27T02:19:16.439Z Compiling packed_struct v0.10.1
26112026-02-27T02:19:16.947Z Compiling funty v2.0.0
26122026-02-27T02:19:17.279Z Compiling display-error-chain v0.2.2
26132026-02-27T02:19:17.553Z Compiling crc-catalog v2.4.0
26142026-02-27T02:19:17.767Z Compiling crc v3.2.1
26152026-02-27T02:19:19.466Z Compiling bitvec v1.0.1
26162026-02-27T02:19:19.520Z Compiling zerocopy v0.6.6
26172026-02-27T02:19:19.676Z Compiling proc-macro-error2 v2.0.1
26182026-02-27T02:19:20.441Z Compiling packed_struct_codegen v0.10.1
26192026-02-27T02:19:20.726Z Compiling bitfield-macros v0.19.2
26202026-02-27T02:19:21.905Z Compiling indexmap v1.9.3
26212026-02-27T02:19:22.159Z Compiling nodrop v0.1.14
26222026-02-27T02:19:22.340Z Compiling array-init v0.0.4
26232026-02-27T02:19:22.425Z Compiling bitfield v0.19.2
26242026-02-27T02:19:22.737Z Compiling smallvec v0.6.14
26252026-02-27T02:19:22.941Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26262026-02-27T02:19:23.254Z Compiling num-derive v0.3.3
26272026-02-27T02:19:23.428Z Compiling hashbrown v0.12.3
26282026-02-27T02:19:23.706Z Compiling progenitor v0.10.0
26292026-02-27T02:19:23.995Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26302026-02-27T02:19:25.280Z Compiling libscf-sys v1.1.0
26312026-02-27T02:19:25.601Z Compiling serde-hex v0.1.0
26322026-02-27T02:19:25.898Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-02-27T02:19:26.302Z Compiling ron v0.8.1
26342026-02-27T02:19:28.101Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26352026-02-27T02:19:29.703Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26362026-02-27T02:19:31.101Z Compiling hashbrown v0.13.2
26372026-02-27T02:19:31.894Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26382026-02-27T02:19:32.439Z Compiling vergen-gitcl v1.0.8
26392026-02-27T02:19:32.831Z Compiling dirs-sys-next v0.1.2
26402026-02-27T02:19:33.342Z Compiling maplit v1.0.2
26412026-02-27T02:19:33.527Z Compiling crc-any v2.5.0
26422026-02-27T02:19:33.676Z Compiling glob v0.3.2
26432026-02-27T02:19:34.426Z Compiling crunchy v0.2.2
26442026-02-27T02:19:34.489Z Compiling clang-sys v1.8.1
26452026-02-27T02:19:35.012Z Compiling dirs-next v2.0.0
26462026-02-27T02:19:35.264Z Compiling object v0.30.4
26472026-02-27T02:19:35.312Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-02-27T02:19:36.782Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-02-27T02:19:37.530Z Compiling dsl_auto_type v0.1.2
26502026-02-27T02:19:38.395Z Compiling scheduled-thread-pool v0.2.7
26512026-02-27T02:19:38.801Z Compiling diesel_table_macro_syntax v0.2.0
26522026-02-27T02:19:39.218Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26532026-02-27T02:19:39.737Z Compiling path-slash v0.1.5
26542026-02-27T02:19:40.060Z Compiling tiny-keccak v2.0.2
26552026-02-27T02:19:40.477Z Compiling diesel_derives v2.2.3
26562026-02-27T02:19:47.294Z Compiling r2d2 v0.8.10
26572026-02-27T02:19:49.042Z Compiling term v0.7.0
26582026-02-27T02:19:50.315Z Compiling tabled_derive v0.11.0
26592026-02-27T02:19:50.453Z Compiling papergrid v0.17.0
26602026-02-27T02:19:52.795Z Compiling testing_table v0.3.0
26612026-02-27T02:19:53.442Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26622026-02-27T02:19:53.526Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-02-27T02:19:53.947Z Compiling arc-swap v1.7.1
26642026-02-27T02:19:54.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26652026-02-27T02:19:56.758Z Compiling xshell-macros v0.2.7
26662026-02-27T02:19:57.559Z Compiling bit-vec v0.6.3
26672026-02-27T02:19:58.028Z Compiling bit-set v0.5.3
26682026-02-27T02:19:58.374Z Compiling xshell v0.2.7
26692026-02-27T02:19:58.405Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26702026-02-27T02:20:01.285Z Compiling slog-scope v4.4.0
26712026-02-27T02:20:02.243Z Compiling tabled v0.20.0
26722026-02-27T02:20:04.149Z Compiling diesel v2.2.12
26732026-02-27T02:20:05.735Z Compiling ascii-canvas v3.0.0
26742026-02-27T02:20:06.231Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752026-02-27T02:20:07.055Z Compiling ena v0.14.3
26762026-02-27T02:20:07.553Z Compiling libloading v0.8.5
26772026-02-27T02:20:07.984Z Compiling unicase v2.8.1
26782026-02-27T02:20:08.600Z Compiling bindgen v0.71.1
26792026-02-27T02:20:08.994Z Compiling diff v0.1.13
26802026-02-27T02:20:09.135Z Compiling regex-syntax v0.6.29
26812026-02-27T02:20:13.950Z Compiling lalrpop v0.19.12
26822026-02-27T02:20:16.506Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26832026-02-27T02:20:18.376Z Compiling slog-stdlog v4.1.1
26842026-02-27T02:20:18.835Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-02-27T02:20:19.285Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-02-27T02:20:20.372Z Compiling cexpr v0.6.0
26872026-02-27T02:20:21.137Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-02-27T02:20:21.519Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-02-27T02:20:21.699Z Compiling crc8 v0.1.1
26902026-02-27T02:20:21.867Z Compiling slog-envlogger v2.2.0
26912026-02-27T02:20:22.053Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-02-27T02:20:22.369Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-02-27T02:20:22.971Z Compiling headers-core v0.3.0
26942026-02-27T02:20:23.223Z Compiling libxml v0.3.3
26952026-02-27T02:20:23.741Z Compiling headers v0.4.1
26962026-02-27T02:20:24.635Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-02-27T02:20:25.771Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-02-27T02:20:26.171Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-02-27T02:20:27.029Z Compiling strum_macros v0.24.3
27002026-02-27T02:20:27.313Z Compiling indoc v1.0.9
27012026-02-27T02:20:28.172Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-02-27T02:20:28.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27032026-02-27T02:20:29.991Z Compiling derive_builder v0.20.2
27042026-02-27T02:20:30.270Z Compiling oso-derive v0.27.3
27052026-02-27T02:20:31.273Z Compiling impl-trait-for-tuples v0.2.2
27062026-02-27T02:20:32.160Z Compiling quick-xml v0.37.2
27072026-02-27T02:20:34.108Z Compiling samael v0.0.19
27082026-02-27T02:20:34.548Z Compiling polar-core v0.27.3
27092026-02-27T02:20:34.551Z Compiling half v1.8.3
27102026-02-27T02:20:35.530Z Compiling serde_cbor v0.11.2
27112026-02-27T02:20:36.878Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27122026-02-27T02:20:37.002Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-02-27T02:20:37.753Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-02-27T02:20:38.451Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27152026-02-27T02:20:39.836Z Compiling diesel-dtrace v0.4.2
27162026-02-27T02:20:40.345Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27172026-02-27T02:20:50.668Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-02-27T02:20:51.056Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-02-27T02:20:54.066Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27202026-02-27T02:20:55.164Z Compiling bb8 v0.8.5
27212026-02-27T02:20:55.855Z Compiling trait-variant v0.1.2
27222026-02-27T02:20:56.417Z Compiling async-bb8-diesel v0.2.1
27232026-02-27T02:20:56.755Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27242026-02-27T02:20:56.907Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27252026-02-27T02:20:57.210Z Compiling oso v0.27.3
27262026-02-27T02:20:57.865Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27272026-02-27T02:20:59.537Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27282026-02-27T02:21:00.122Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27292026-02-27T02:21:02.523Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27302026-02-27T02:21:02.916Z Compiling fxhash v0.2.1
27312026-02-27T02:21:03.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27322026-02-27T02:21:03.293Z Compiling typify-impl v0.2.0
27332026-02-27T02:21:03.644Z Compiling kstat-rs v0.2.4
27342026-02-27T02:21:04.568Z Compiling libz-sys v1.1.20
27352026-02-27T02:21:05.310Z Compiling nonempty v0.12.0
27362026-02-27T02:21:05.754Z Compiling salty v0.3.0
27372026-02-27T02:21:06.461Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27382026-02-27T02:21:12.176Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-02-27T02:21:12.587Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27402026-02-27T02:21:12.658Z Compiling typify-macro v0.2.0
27412026-02-27T02:21:16.118Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27422026-02-27T02:21:21.130Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27432026-02-27T02:21:26.223Z Compiling nanorand v0.7.0
27442026-02-27T02:21:26.955Z Compiling fs-err v2.11.0
27452026-02-27T02:21:27.582Z Compiling owo-colors v4.2.3
27462026-02-27T02:21:27.805Z Compiling parking_lot_core v0.8.6
27472026-02-27T02:21:28.291Z Compiling mime_guess v2.0.5
27482026-02-27T02:21:28.398Z Compiling flume v0.11.1
27492026-02-27T02:21:28.547Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27502026-02-27T02:21:29.219Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27512026-02-27T02:21:31.641Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27522026-02-27T02:21:35.994Z Compiling libgit2-sys v0.18.2+1.9.1
27532026-02-27T02:21:38.411Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542026-02-27T02:21:58.407Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27552026-02-27T02:21:59.691Z Compiling tabled_derive v0.10.0
27562026-02-27T02:22:00.109Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-02-27T02:22:02.017Z Compiling ignore v0.4.23
27582026-02-27T02:22:02.050Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27592026-02-27T02:22:04.535Z Compiling papergrid v0.14.0
27602026-02-27T02:22:06.883Z Compiling primeorder v0.13.6
27612026-02-27T02:22:07.451Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27622026-02-27T02:22:09.798Z Compiling castaway v0.2.3
27632026-02-27T02:22:10.051Z Compiling nibble_vec v0.1.0
27642026-02-27T02:22:10.353Z Compiling atty v0.2.14
27652026-02-27T02:22:10.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27662026-02-27T02:22:10.608Z Compiling parse-size v1.1.0
27672026-02-27T02:22:10.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-02-27T02:22:10.990Z Compiling endian-type v0.1.2
27692026-02-27T02:22:11.272Z Compiling http-range v0.1.5
27702026-02-27T02:22:11.411Z Compiling radix_trie v0.2.1
27712026-02-27T02:22:11.981Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27722026-02-27T02:22:12.286Z Compiling compact_str v0.8.0
27732026-02-27T02:22:12.485Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27742026-02-27T02:22:12.819Z Compiling p384 v0.13.1
27752026-02-27T02:22:12.921Z Compiling tabled v0.18.0
27762026-02-27T02:22:14.707Z Compiling globwalk v0.9.1
27772026-02-27T02:22:16.040Z Compiling parking_lot v0.11.2
27782026-02-27T02:22:17.893Z Compiling typify v0.2.0
27792026-02-27T02:22:17.984Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-02-27T02:22:18.095Z Compiling predicates-tree v1.0.12
27812026-02-27T02:22:18.830Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822026-02-27T02:22:22.376Z Compiling unicode-truncate v1.1.0
27832026-02-27T02:22:22.460Z Compiling prefix-trie v0.7.0
27842026-02-27T02:22:22.731Z Compiling lru v0.12.5
27852026-02-27T02:22:23.133Z Compiling vergen-git2 v1.0.7
27862026-02-27T02:22:23.412Z Compiling instability v0.3.2
27872026-02-27T02:22:23.549Z Compiling cassowary v0.3.0
27882026-02-27T02:22:24.373Z Compiling indoc v2.0.6
27892026-02-27T02:22:25.227Z Compiling ratatui v0.29.0
27902026-02-27T02:22:26.330Z Compiling hickory-server v0.25.2
27912026-02-27T02:22:26.787Z Compiling camino-tempfile-ext v0.3.2
27922026-02-27T02:22:27.958Z Compiling git2 v0.20.2
27932026-02-27T02:22:28.235Z Compiling progenitor-impl v0.8.0
27942026-02-27T02:22:32.069Z Compiling hyper-staticfile v0.10.1
27952026-02-27T02:22:34.613Z Compiling sled v0.34.7
27962026-02-27T02:22:35.997Z Compiling hickory-client v0.25.2
27972026-02-27T02:22:37.878Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-02-27T02:22:39.045Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27992026-02-27T02:22:39.144Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-02-27T02:22:39.507Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-02-27T02:22:40.718Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-02-27T02:22:44.539Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28032026-02-27T02:22:45.690Z Compiling rand_seeder v0.4.0
28042026-02-27T02:22:46.161Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-02-27T02:22:46.330Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28062026-02-27T02:22:46.776Z Compiling lzma-sys v0.1.20
28072026-02-27T02:22:47.080Z Compiling rustls v0.21.12
28082026-02-27T02:22:47.533Z Compiling corncobs v0.1.4
28092026-02-27T02:22:47.946Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-02-27T02:22:48.416Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-02-27T02:22:49.313Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-02-27T02:22:49.916Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-02-27T02:22:50.242Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28142026-02-27T02:22:50.508Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28152026-02-27T02:22:52.267Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-02-27T02:23:04.404Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28172026-02-27T02:23:04.494Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28182026-02-27T02:23:08.589Z Compiling progenitor-macro v0.8.0
28192026-02-27T02:23:19.053Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28202026-02-27T02:23:20.683Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28212026-02-27T02:23:23.721Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28222026-02-27T02:23:26.141Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232026-02-27T02:23:26.519Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28242026-02-27T02:23:26.911Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252026-02-27T02:23:27.299Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28262026-02-27T02:23:27.598Z Compiling progenitor-client v0.8.0
28272026-02-27T02:23:28.554Z Compiling sct v0.7.1
28282026-02-27T02:23:29.031Z Compiling rustls-webpki v0.101.7
28292026-02-27T02:23:30.623Z Compiling heck v0.3.3
28302026-02-27T02:23:30.995Z Compiling secrecy v0.8.0
28312026-02-27T02:23:31.355Z Compiling void v1.0.2
28322026-02-27T02:23:31.582Z Compiling lzss v0.8.2
28332026-02-27T02:23:32.663Z Compiling zone_cfg_derive v0.1.2
28342026-02-27T02:23:35.955Z Compiling progenitor v0.8.0
28352026-02-27T02:23:36.357Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28362026-02-27T02:23:38.083Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28372026-02-27T02:23:41.864Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-02-27T02:23:43.311Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28392026-02-27T02:23:45.717Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28402026-02-27T02:23:47.312Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-02-27T02:23:47.375Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28422026-02-27T02:23:55.350Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28432026-02-27T02:23:55.757Z Compiling tungstenite v0.23.0
28442026-02-27T02:23:58.268Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28452026-02-27T02:23:58.671Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28462026-02-27T02:23:59.070Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-02-27T02:23:59.477Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28482026-02-27T02:23:59.869Z Compiling nix v0.27.1
28492026-02-27T02:24:01.065Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502026-02-27T02:24:01.171Z Compiling libsw-core v0.3.1
28512026-02-27T02:24:01.548Z Compiling serde_bytes v0.11.19
28522026-02-27T02:24:01.699Z Compiling number_prefix v0.4.0
28532026-02-27T02:24:01.776Z Compiling base64 v0.13.1
28542026-02-27T02:24:02.030Z Compiling indicatif v0.17.11
28552026-02-27T02:24:02.087Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28562026-02-27T02:24:02.587Z Compiling ron v0.7.1
28572026-02-27T02:24:02.633Z Compiling libsw v3.5.0
28582026-02-27T02:24:02.998Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28592026-02-27T02:24:03.932Z Compiling tokio-tungstenite v0.23.1
28602026-02-27T02:24:04.633Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28612026-02-27T02:24:07.657Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28622026-02-27T02:24:08.452Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28632026-02-27T02:24:09.979Z Compiling xz2 v0.1.7
28642026-02-27T02:24:10.649Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28652026-02-27T02:24:19.552Z Compiling tokio-rustls v0.24.1
28662026-02-27T02:24:20.072Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28672026-02-27T02:24:20.812Z Compiling zone v0.1.8
28682026-02-27T02:24:24.277Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-02-27T02:24:25.296Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28702026-02-27T02:24:36.338Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28712026-02-27T02:24:40.288Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28722026-02-27T02:24:51.430Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28732026-02-27T02:24:54.063Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-02-27T02:24:54.997Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28752026-02-27T02:24:55.966Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28762026-02-27T02:25:01.656Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-02-27T02:25:01.968Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-02-27T02:25:09.229Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-02-27T02:25:09.978Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28802026-02-27T02:25:10.611Z Compiling rustls-pemfile v1.0.4
28812026-02-27T02:25:11.405Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28822026-02-27T02:25:14.497Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-02-27T02:25:14.909Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28842026-02-27T02:25:18.602Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-02-27T02:25:19.807Z Compiling signal-hook-tokio v0.3.1
28862026-02-27T02:25:20.101Z Compiling yasna v0.5.2
28872026-02-27T02:25:20.272Z Compiling twox-hash v2.1.0
28882026-02-27T02:25:21.233Z Compiling is_ci v1.2.0
28892026-02-27T02:25:21.594Z Compiling supports-color v3.0.2
28902026-02-27T02:25:22.092Z Compiling rcgen v0.12.1
28912026-02-27T02:25:23.444Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28922026-02-27T02:25:23.478Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28932026-02-27T02:25:34.096Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28942026-02-27T02:25:39.960Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28952026-02-27T02:25:58.751Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28962026-02-27T02:26:06.574Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28972026-02-27T02:26:08.273Z Compiling oxide-update-engine-display v0.1.0
28982026-02-27T02:26:10.493Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-02-27T02:26:18.292Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29002026-02-27T02:26:30.363Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29012026-02-27T02:26:31.024Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29022026-02-27T02:26:35.930Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29032026-02-27T02:26:36.343Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29042026-02-27T02:26:36.754Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29052026-02-27T02:26:40.121Z Compiling progenitor-extras v0.1.0
29062026-02-27T02:26:40.582Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29072026-02-27T02:26:40.936Z Compiling fatfs v0.3.6
29082026-02-27T02:26:43.834Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29092026-02-27T02:26:49.210Z Compiling rtoolbox v0.0.2
29102026-02-27T02:26:49.692Z Compiling subprocess v0.2.9
29112026-02-27T02:26:53.148Z Compiling seq-macro v0.3.6
29122026-02-27T02:26:54.200Z Compiling assert_matches v1.5.0
29132026-02-27T02:26:54.289Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29142026-02-27T02:26:57.415Z Compiling rpassword v7.4.0
29152026-02-27T02:26:57.948Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29162026-02-27T02:27:06.139Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29172026-02-27T02:27:21.718Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29182026-02-27T02:27:21.933Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29192026-02-27T02:27:27.304Z Compiling tui-tree-widget v0.23.1
29202026-02-27T02:27:27.542Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29212026-02-27T02:27:27.840Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29222026-02-27T02:27:28.807Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29232026-02-27T02:27:34.779Z Compiling uzers v0.12.1
29242026-02-27T02:27:38.079Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29252026-02-27T02:27:40.638Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29262026-02-27T02:27:51.085Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29272026-02-27T02:28:02.200Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29282026-02-27T02:28:18.919Z Compiling support-bundle-viewer v0.1.2
29292026-02-27T02:28:23.107Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29302026-02-27T02:28:23.440Z Compiling multimap v0.10.1
29312026-02-27T02:30:51.141Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29322026-02-27T02:30:57.870Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29332026-02-27T02:42:00.298Z Finished `release` profile [optimized] target(s) in 25m 11s
29342026-02-27T02:43:02.930Z
29352026-02-27T02:43:02.933Zreal 26:15.458297190
29362026-02-27T02:43:02.933Zuser 3:05:29.068730028
29372026-02-27T02:43:02.933Zsys 5:04.852143423
29382026-02-27T02:43:02.933Ztrap 4.717001937
29392026-02-27T02:43:02.933Ztflt 2.542613299
29402026-02-27T02:43:02.933Zdflt 7.428349824
29412026-02-27T02:43:02.933Zkflt 0.000935120
29422026-02-27T02:43:02.933Zlock 12:57:44.548346462
29432026-02-27T02:43:02.933Zslp 9:14:19.895918809
29442026-02-27T02:43:02.933Zlat 4:58.575977871
29452026-02-27T02:43:02.933Zstop 5:08.984469710
29462026-02-27T02:43:02.933Z+ mapfile -t packages
29472026-02-27T02:43:02.933Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29482026-02-27T02:43:04.328Z Finished `release` profile [optimized] target(s) in 1.32s
29492026-02-27T02:43:04.394Z Running `target/release/omicron-package -t test list-outputs`
29502026-02-27T02:43:04.452ZLogging to: /work/oxidecomputer/omicron/out/LOG
29512026-02-27T02:43:04.464Z+ ptime -m cargo build --locked --release -p xtask
29522026-02-27T02:43:05.323Z Compiling serde_core v1.0.228
29532026-02-27T02:43:05.323Z Compiling syn v2.0.117
29542026-02-27T02:43:05.326Z Compiling bitflags v2.9.4
29552026-02-27T02:43:05.326Z Compiling serde v1.0.228
29562026-02-27T02:43:05.326Z Compiling libc v0.2.180
29572026-02-27T02:43:05.326Z Compiling serde_json v1.0.149
29582026-02-27T02:43:05.454Z Compiling num-traits v0.2.19
29592026-02-27T02:43:05.478Z Compiling hashbrown v0.16.1
29602026-02-27T02:43:05.908Z Compiling rustix v0.38.37
29612026-02-27T02:43:06.043Z Compiling smallvec v1.15.1
29622026-02-27T02:43:06.301Z Compiling usdt-impl v0.5.0
29632026-02-27T02:43:06.564Z Compiling syn v1.0.109
29642026-02-27T02:43:06.904Z Compiling indexmap v2.13.0
29652026-02-27T02:43:07.166Z Compiling thread-id v4.2.2
29662026-02-27T02:43:07.208Z Compiling rustix v1.1.3
29672026-02-27T02:43:07.316Z Compiling percent-encoding v2.3.2
29682026-02-27T02:43:07.871Z Compiling getrandom v0.3.4
29692026-02-27T02:43:07.912Z Compiling log v0.4.29
29702026-02-27T02:43:08.537Z Compiling terminal_size v0.4.0
29712026-02-27T02:43:08.775Z Compiling form_urlencoded v1.2.2
29722026-02-27T02:43:08.895Z Compiling ordered-float v2.10.1
29732026-02-27T02:43:09.340Z Compiling fs-err v3.1.1
29742026-02-27T02:43:09.565Z Compiling once_cell v1.21.3
29752026-02-27T02:43:09.737Z Compiling heck v0.4.1
29762026-02-27T02:43:10.068Z Compiling anyhow v1.0.99
29772026-02-27T02:43:10.176Z Compiling clap_builder v4.5.48
29782026-02-27T02:43:11.330Z Compiling tempfile v3.24.0
29792026-02-27T02:43:12.531Z Compiling synstructure v0.13.1
29802026-02-27T02:43:12.628Z Compiling proc-macro-error v1.0.4
29812026-02-27T02:43:13.206Z Compiling textwrap v0.16.2
29822026-02-27T02:43:13.237Z Compiling camino-tempfile v1.4.1
29832026-02-27T02:43:13.573Z Compiling tabled_derive v0.7.0
29842026-02-27T02:43:15.084Z Compiling serde_derive v1.0.228
29852026-02-27T02:43:15.274Z Compiling thiserror-impl v2.0.18
29862026-02-27T02:43:15.295Z Compiling zerofrom-derive v0.1.4
29872026-02-27T02:43:15.364Z Compiling yoke-derive v0.7.4
29882026-02-27T02:43:15.447Z Compiling zerovec-derive v0.10.3
29892026-02-27T02:43:17.654Z Compiling displaydoc v0.2.5
29902026-02-27T02:43:17.771Z Compiling thiserror-impl v1.0.69
29912026-02-27T02:43:18.036Z Compiling zerofrom v0.1.4
29922026-02-27T02:43:18.105Z Compiling thiserror v2.0.18
29932026-02-27T02:43:18.304Z Compiling yoke v0.7.4
29942026-02-27T02:43:18.308Z Compiling pest v2.8.2
29952026-02-27T02:43:18.769Z Compiling zerovec v0.10.4
29962026-02-27T02:43:19.096Z Compiling zerocopy-derive v0.7.35
29972026-02-27T02:43:20.481Z Compiling icu_provider_macros v1.5.0
29982026-02-27T02:43:20.923Z Compiling tinystr v0.7.6
29992026-02-27T02:43:21.403Z Compiling icu_locid v1.5.0
30002026-02-27T02:43:21.444Z Compiling pest_meta v2.8.2
30012026-02-27T02:43:21.515Z Compiling icu_collections v1.5.0
30022026-02-27T02:43:23.087Z Compiling pest_generator v2.8.2
30032026-02-27T02:43:23.138Z Compiling icu_provider v1.5.0
30042026-02-27T02:43:24.122Z Compiling icu_locid_transform v1.5.0
30052026-02-27T02:43:24.709Z Compiling thiserror v1.0.69
30062026-02-27T02:43:24.974Z Compiling pest_derive v2.8.2
30072026-02-27T02:43:25.173Z Compiling serde_spanned v0.6.9
30082026-02-27T02:43:25.290Z Compiling toml_datetime v0.6.11
30092026-02-27T02:43:25.478Z Compiling zerocopy v0.7.35
30102026-02-27T02:43:25.802Z Compiling icu_properties v1.5.1
30112026-02-27T02:43:26.149Z Compiling scroll_derive v0.12.0
30122026-02-27T02:43:26.935Z Compiling dof v0.3.0
30132026-02-27T02:43:27.250Z Compiling dtrace-parser v0.2.0
30142026-02-27T02:43:27.565Z Compiling scroll v0.12.0
30152026-02-27T02:43:27.758Z Compiling toml_edit v0.22.27
30162026-02-27T02:43:28.453Z Compiling goblin v0.8.2
30172026-02-27T02:43:29.941Z Compiling icu_normalizer v1.5.0
30182026-02-27T02:43:30.059Z Compiling serde_tokenstream v0.2.3
30192026-02-27T02:43:30.644Z Compiling erased-serde v0.4.6
30202026-02-27T02:43:32.114Z Compiling idna_adapter v1.2.0
30212026-02-27T02:43:32.200Z Compiling toml v0.8.23
30222026-02-27T02:43:32.390Z Compiling idna v1.0.3
30232026-02-27T02:43:34.506Z Compiling url v2.5.4
30242026-02-27T02:43:37.548Z Compiling serde-untagged v0.1.7
30252026-02-27T02:43:38.389Z Compiling serde-value v0.7.0
30262026-02-27T02:43:39.981Z Compiling cargo-util-schemas v0.8.2
30272026-02-27T02:43:40.817Z Compiling usdt-macro v0.5.0
30282026-02-27T02:43:40.855Z Compiling usdt-attr-macro v0.5.0
30292026-02-27T02:43:42.070Z Compiling cargo-platform v0.2.0
30302026-02-27T02:43:42.295Z Compiling clap_derive v4.5.47
30312026-02-27T02:43:43.305Z Compiling cargo_metadata v0.21.0
30322026-02-27T02:43:43.889Z Compiling usdt v0.5.0
30332026-02-27T02:43:44.757Z Compiling cargo_toml v0.21.0
30342026-02-27T02:43:45.306Z Compiling macaddr v1.0.1
30352026-02-27T02:43:45.555Z Compiling tabled v0.15.0
30362026-02-27T02:43:46.484Z Compiling clap v4.5.48
30372026-02-27T02:43:55.676Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30382026-02-27T02:44:01.681Z Finished `release` profile [optimized] target(s) in 57.14s
30392026-02-27T02:44:01.833Z
30402026-02-27T02:44:01.833Zreal 57.325065201
30412026-02-27T02:44:01.833Zuser 6:15.230869692
30422026-02-27T02:44:01.833Zsys 29.372484267
30432026-02-27T02:44:01.833Ztrap 0.195479548
30442026-02-27T02:44:01.833Ztflt 0.252811995
30452026-02-27T02:44:01.833Zdflt 0.337663751
30462026-02-27T02:44:01.833Zkflt 0.000031943
30472026-02-27T02:44:01.833Zlock 16:08.754213284
30482026-02-27T02:44:01.833Zslp 18:45.863938309
30492026-02-27T02:44:01.837Zlat 24.218450079
30502026-02-27T02:44:01.838Zstop 33.577475093
30512026-02-27T02:44:01.838Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30522026-02-27T02:44:01.838Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30532026-02-27T02:44:01.838Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30542026-02-27T02:44:01.838Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30552026-02-27T02:44:01.838Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30562026-02-27T02:44:03.246Z Compiling regress v0.10.5
30572026-02-27T02:44:03.425Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30582026-02-27T02:44:03.429Z Compiling match_cfg v0.1.0
30592026-02-27T02:44:03.444Z Compiling structmeta-derive v0.3.0
30602026-02-27T02:44:03.448Z Compiling rustls v0.22.4
30612026-02-27T02:44:03.448Z Compiling rustls-webpki v0.102.8
30622026-02-27T02:44:03.483Z Compiling newtype-uuid-macros v0.1.0
30632026-02-27T02:44:03.487Z Compiling multer v3.1.0
30642026-02-27T02:44:03.569Z Compiling hostname v0.3.1
30652026-02-27T02:44:03.833Z Compiling debug-ignore v1.0.5
30662026-02-27T02:44:03.886Z Compiling toml_parser v1.0.6+spec-1.1.0
30672026-02-27T02:44:03.983Z Compiling slog-json v2.6.1
30682026-02-27T02:44:04.011Z Compiling async-stream-impl v0.3.6
30692026-02-27T02:44:04.038Z Compiling serde_spanned v1.0.4
30702026-02-27T02:44:04.367Z Compiling toml_datetime v0.7.5+spec-1.1.0
30712026-02-27T02:44:05.042Z Compiling dropshot v0.16.7
30722026-02-27T02:44:05.218Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-02-27T02:44:05.247Z Compiling toml_writer v1.0.6+spec-1.1.0
30742026-02-27T02:44:05.366Z Compiling async-stream v0.3.6
30752026-02-27T02:44:05.401Z Compiling slog-bunyan v2.5.0
30762026-02-27T02:44:05.654Z Compiling toml v0.9.11+spec-1.1.0
30772026-02-27T02:44:05.682Z Compiling itertools v0.14.0
30782026-02-27T02:44:05.685Z Compiling waitgroup v0.1.2
30792026-02-27T02:44:05.872Z Compiling structmeta v0.3.0
30802026-02-27T02:44:05.974Z Compiling rustls-pemfile v2.2.0
30812026-02-27T02:44:06.291Z Compiling dropshot_endpoint v0.16.7
30822026-02-27T02:44:06.353Z Compiling serde_path_to_error v0.1.20
30832026-02-27T02:44:06.498Z Compiling hostname v0.4.2
30842026-02-27T02:44:06.666Z Compiling derive-ex v0.1.8
30852026-02-27T02:44:06.744Z Compiling progenitor-client v0.13.0
30862026-02-27T02:44:07.194Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30872026-02-27T02:44:07.351Z Compiling macaddr v1.0.1
30882026-02-27T02:44:07.423Z Compiling progenitor-client v0.10.0
30892026-02-27T02:44:07.825Z Compiling instant v0.1.13
30902026-02-27T02:44:07.982Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30912026-02-27T02:44:08.012Z Compiling parse-display-derive v0.10.0
30922026-02-27T02:44:08.758Z Compiling tokio-rustls v0.25.0
30932026-02-27T02:44:08.829Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-02-27T02:44:08.879Z Compiling backoff v0.4.0
30952026-02-27T02:44:09.035Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-02-27T02:44:09.196Z Compiling backon v1.6.0
30972026-02-27T02:44:09.279Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30982026-02-27T02:44:09.637Z Compiling proc-macro-crate v1.3.1
30992026-02-27T02:44:09.853Z Compiling crucible-workspace-hack v0.1.0
31002026-02-27T02:44:10.258Z Compiling proc-macro-error v1.0.4
31012026-02-27T02:44:10.619Z Compiling num_enum_derive v0.5.11
31022026-02-27T02:44:10.812Z Compiling test-strategy v0.4.3
31032026-02-27T02:44:10.907Z Compiling unsafe-libyaml v0.2.11
31042026-02-27T02:44:11.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-02-27T02:44:11.454Z Compiling heapless v0.8.0
31062026-02-27T02:44:11.759Z Compiling ingot-macros v0.1.1
31072026-02-27T02:44:11.853Z Compiling parse-display v0.10.0
31082026-02-27T02:44:12.425Z Compiling serde_yaml v0.9.34+deprecated
31092026-02-27T02:44:12.449Z Compiling hash32 v0.3.1
31102026-02-27T02:44:12.673Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31112026-02-27T02:44:12.741Z Compiling smoltcp v0.11.0
31122026-02-27T02:44:12.928Z Compiling num_enum v0.5.11
31132026-02-27T02:44:13.081Z Compiling tabwriter v1.4.0
31142026-02-27T02:44:13.154Z Compiling foreign-types-macros v0.2.3
31152026-02-27T02:44:13.495Z Compiling cobs v0.2.3
31162026-02-27T02:44:13.529Z Compiling foreign-types-shared v0.3.1
31172026-02-27T02:44:13.764Z Compiling postcard v1.0.10
31182026-02-27T02:44:14.250Z Compiling nix v0.30.1
31192026-02-27T02:44:14.379Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-02-27T02:44:14.404Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31212026-02-27T02:44:14.459Z Compiling foreign-types v0.5.0
31222026-02-27T02:44:14.611Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-02-27T02:44:15.171Z Compiling secrecy v0.10.3
31242026-02-27T02:44:15.322Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-02-27T02:44:15.361Z Compiling cstr-argument v0.1.2
31262026-02-27T02:44:15.479Z Compiling pretty-hex v0.2.1
31272026-02-27T02:44:15.653Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31282026-02-27T02:44:15.680Z Compiling rayon-core v1.12.1
31292026-02-27T02:44:15.707Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31302026-02-27T02:44:15.799Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-02-27T02:44:16.042Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-02-27T02:44:16.127Z Compiling crossbeam-deque v0.8.5
31332026-02-27T02:44:16.148Z Compiling colored v2.2.0
31342026-02-27T02:44:16.174Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31352026-02-27T02:44:16.313Z Compiling camino-tempfile v1.4.1
31362026-02-27T02:44:16.954Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31372026-02-27T02:44:17.099Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31382026-02-27T02:44:17.731Z Compiling rayon v1.10.0
31392026-02-27T02:44:18.002Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-02-27T02:44:18.046Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31412026-02-27T02:44:18.235Z Compiling zone_cfg_derive v0.3.0
31422026-02-27T02:44:18.553Z Compiling ingot-types v0.1.2
31432026-02-27T02:44:18.693Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-02-27T02:44:19.152Z Compiling itertools v0.12.1
31452026-02-27T02:44:19.326Z Compiling smf v0.2.3
31462026-02-27T02:44:19.451Z Compiling ingot v0.1.1
31472026-02-27T02:44:19.663Z Compiling num-derive v0.4.2
31482026-02-27T02:44:20.645Z Compiling sigpipe v0.1.3
31492026-02-27T02:44:20.671Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-02-27T02:44:20.811Z Compiling glob v0.3.2
31512026-02-27T02:44:21.092Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31522026-02-27T02:44:21.706Z Compiling toml v0.8.23
31532026-02-27T02:44:22.001Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-02-27T02:44:22.090Z Compiling zone v0.3.1
31552026-02-27T02:44:22.148Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31562026-02-27T02:44:22.177Z Compiling convert_case v0.4.0
31572026-02-27T02:44:22.862Z Compiling universal-hash v0.5.1
31582026-02-27T02:44:23.024Z Compiling derive_more v0.99.20
31592026-02-27T02:44:23.087Z Compiling opaque-debug v0.3.1
31602026-02-27T02:44:23.200Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31612026-02-27T02:44:23.232Z Compiling half v2.4.1
31622026-02-27T02:44:23.465Z Compiling ciborium-io v0.2.2
31632026-02-27T02:44:23.542Z Compiling aead v0.5.2
31642026-02-27T02:44:23.641Z Compiling poly1305 v0.8.0
31652026-02-27T02:44:23.688Z Compiling typify-impl v0.6.1
31662026-02-27T02:44:23.719Z Compiling ciborium-ll v0.2.2
31672026-02-27T02:44:23.801Z Compiling chacha20 v0.9.1
31682026-02-27T02:44:23.912Z Compiling typify-impl v0.4.3
31692026-02-27T02:44:24.169Z Compiling ciborium v0.2.2
31702026-02-27T02:44:24.338Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-02-27T02:44:25.548Z Compiling num-rational v0.4.2
31722026-02-27T02:44:25.574Z Compiling password-hash v0.5.0
31732026-02-27T02:44:25.893Z Compiling thiserror-impl-no-std v2.0.2
31742026-02-27T02:44:26.386Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31752026-02-27T02:44:26.472Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31762026-02-27T02:44:27.087Z Compiling blake2 v0.10.6
31772026-02-27T02:44:27.142Z Compiling num-complex v0.4.6
31782026-02-27T02:44:28.180Z Compiling indent_write v2.2.0
31792026-02-27T02:44:28.421Z Compiling num v0.4.3
31802026-02-27T02:44:28.468Z Compiling argon2 v0.5.3
31812026-02-27T02:44:28.562Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31822026-02-27T02:44:28.737Z Compiling thiserror-no-std v2.0.2
31832026-02-27T02:44:28.920Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-02-27T02:44:29.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31852026-02-27T02:44:29.495Z Compiling float-ord v0.3.2
31862026-02-27T02:44:29.728Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-02-27T02:44:30.325Z Compiling vsss-rs v3.3.4
31882026-02-27T02:44:31.765Z Compiling chacha20poly1305 v0.10.1
31892026-02-27T02:44:32.073Z Compiling prettyplease v0.2.36
31902026-02-27T02:44:32.549Z Compiling gethostname v0.5.0
31912026-02-27T02:44:33.739Z Compiling derive-where v1.5.0
31922026-02-27T02:44:34.077Z Compiling usdt-macro v0.5.0
31932026-02-27T02:44:34.749Z Compiling usdt-attr-macro v0.5.0
31942026-02-27T02:44:35.620Z Compiling typify-macro v0.6.1
31952026-02-27T02:44:35.655Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31962026-02-27T02:44:35.739Z Compiling console v0.15.10
31972026-02-27T02:44:35.995Z Compiling typify-macro v0.4.3
31982026-02-27T02:44:36.399Z Compiling usdt v0.5.0
31992026-02-27T02:44:36.776Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32002026-02-27T02:44:36.883Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32012026-02-27T02:44:36.916Z Compiling resolv-conf v0.7.0
32022026-02-27T02:44:36.945Z Compiling async-recursion v1.1.1
32032026-02-27T02:44:36.984Z Compiling oxide-update-engine-types v0.1.0
32042026-02-27T02:44:37.640Z Compiling progenitor-client v0.11.2
32052026-02-27T02:44:37.999Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32062026-02-27T02:44:38.255Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32072026-02-27T02:44:38.416Z Compiling libefi-sys v0.1.0
32082026-02-27T02:44:38.840Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32092026-02-27T02:44:39.594Z Compiling typify v0.6.1
32102026-02-27T02:44:39.768Z Compiling hickory-proto v0.24.4
32112026-02-27T02:44:39.875Z Compiling progenitor-impl v0.13.0
32122026-02-27T02:44:39.913Z Compiling typify v0.4.3
32132026-02-27T02:44:40.127Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32142026-02-27T02:44:40.594Z Compiling progenitor-impl v0.11.2
32152026-02-27T02:44:40.882Z Compiling newline-converter v0.3.0
32162026-02-27T02:44:40.882Z Compiling atomicwrites v0.4.4
32172026-02-27T02:44:40.983Z Compiling bitfield-struct v0.6.2
32182026-02-27T02:44:41.121Z Compiling linked-hash-map v0.5.6
32192026-02-27T02:44:41.307Z Compiling semver v0.1.20
32202026-02-27T02:44:41.528Z Compiling lru-cache v0.1.2
32212026-02-27T02:44:41.794Z Compiling rustc_version v0.1.7
32222026-02-27T02:44:41.933Z Compiling expectorate v1.2.0
32232026-02-27T02:44:42.257Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32242026-02-27T02:44:42.260Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32252026-02-27T02:44:42.420Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-02-27T02:44:43.513Z Compiling pin-project-internal v1.1.6
32272026-02-27T02:44:43.663Z Compiling slog-dtrace v0.3.0
32282026-02-27T02:44:44.067Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-02-27T02:44:44.236Z Compiling minimal-lexical v0.2.1
32302026-02-27T02:44:44.824Z Compiling siphasher v1.0.1
32312026-02-27T02:44:45.265Z Compiling phf_shared v0.12.1
32322026-02-27T02:44:45.680Z Compiling hickory-resolver v0.24.4
32332026-02-27T02:44:45.864Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32342026-02-27T02:44:46.327Z Compiling pin-project v1.1.6
32352026-02-27T02:44:46.532Z Compiling nom v7.1.3
32362026-02-27T02:44:46.669Z Compiling progenitor-macro v0.13.0
32372026-02-27T02:44:47.551Z Compiling progenitor-macro v0.11.2
32382026-02-27T02:44:47.746Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32392026-02-27T02:44:48.675Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32402026-02-27T02:44:49.098Z Compiling newtype_derive v0.1.6
32412026-02-27T02:44:49.518Z Compiling tokio-dtrace v0.1.0
32422026-02-27T02:44:50.045Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32432026-02-27T02:44:50.081Z Compiling dropshot-api-manager-types v0.3.0
32442026-02-27T02:44:50.752Z Compiling pem v3.0.5
32452026-02-27T02:44:51.131Z Compiling snafu-derive v0.8.5
32462026-02-27T02:44:51.209Z Compiling csv-core v0.1.11
32472026-02-27T02:44:51.458Z Compiling chrono-tz v0.10.4
32482026-02-27T02:44:51.767Z Compiling cancel-safe-futures v0.1.5
32492026-02-27T02:44:51.821Z Compiling highway v1.3.0
32502026-02-27T02:44:52.023Z Compiling xshell-macros v0.2.7
32512026-02-27T02:44:52.207Z Compiling same-file v1.0.6
32522026-02-27T02:44:52.550Z Compiling base64 v0.21.7
32532026-02-27T02:44:52.627Z Compiling walkdir v2.5.0
32542026-02-27T02:44:52.831Z Compiling xshell v0.2.7
32552026-02-27T02:44:53.256Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32562026-02-27T02:44:53.368Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32572026-02-27T02:44:53.877Z Compiling const_format_proc_macros v0.2.34
32582026-02-27T02:44:53.989Z Compiling csv v1.3.1
32592026-02-27T02:44:55.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-02-27T02:44:55.913Z Compiling oxide-tokio-rt v0.1.2
32612026-02-27T02:44:55.971Z Compiling snafu v0.8.5
32622026-02-27T02:44:56.263Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-02-27T02:44:56.528Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32642026-02-27T02:44:57.401Z Compiling qorb v0.4.1
32652026-02-27T02:44:57.426Z Compiling phf v0.12.1
32662026-02-27T02:44:57.766Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-02-27T02:44:59.493Z Compiling progenitor v0.13.0
32682026-02-27T02:44:59.821Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32692026-02-27T02:45:00.137Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32702026-02-27T02:45:00.364Z Compiling progenitor v0.11.2
32712026-02-27T02:45:00.435Z Compiling globset v0.4.15
32722026-02-27T02:45:00.634Z Compiling olpc-cjson v0.1.4
32732026-02-27T02:45:00.724Z Compiling primeorder v0.13.6
32742026-02-27T02:45:00.979Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32752026-02-27T02:45:01.289Z Compiling serde_plain v1.0.2
32762026-02-27T02:45:01.719Z Compiling typed-path v0.9.3
32772026-02-27T02:45:01.808Z Compiling colored v3.0.0
32782026-02-27T02:45:02.013Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-02-27T02:45:02.082Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-02-27T02:45:02.590Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32812026-02-27T02:45:03.812Z Compiling tough v0.20.0
32822026-02-27T02:45:04.646Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32832026-02-27T02:45:05.272Z Compiling const_format v0.2.34
32842026-02-27T02:45:05.465Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32852026-02-27T02:45:05.957Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32862026-02-27T02:45:06.260Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32872026-02-27T02:45:07.422Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32882026-02-27T02:45:08.483Z Compiling tabled_derive v0.7.0
32892026-02-27T02:45:08.703Z Compiling bcs v0.1.6
32902026-02-27T02:45:09.128Z Compiling salty v0.3.0
32912026-02-27T02:45:09.373Z Compiling termtree v0.5.1
32922026-02-27T02:45:09.648Z Compiling radium v0.7.0
32932026-02-27T02:45:09.675Z Compiling linear-map v1.2.0
32942026-02-27T02:45:10.113Z Compiling utf-8 v0.7.6
32952026-02-27T02:45:10.267Z Compiling oxide-update-engine v0.1.0
32962026-02-27T02:45:10.481Z Compiling tungstenite v0.21.0
32972026-02-27T02:45:10.658Z Compiling textwrap v0.16.2
32982026-02-27T02:45:10.721Z Compiling tabled v0.15.0
32992026-02-27T02:45:10.782Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33002026-02-27T02:45:11.181Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-02-27T02:45:11.274Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33022026-02-27T02:45:11.655Z Compiling steno v0.4.1
33032026-02-27T02:45:11.686Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-02-27T02:45:12.458Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33052026-02-27T02:45:13.593Z Compiling typify-impl v0.2.0
33062026-02-27T02:45:13.673Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33072026-02-27T02:45:13.942Z Compiling moka v0.12.10
33082026-02-27T02:45:14.322Z Compiling humantime v2.2.0
33092026-02-27T02:45:15.206Z Compiling tap v1.0.1
33102026-02-27T02:45:15.444Z Compiling maybe-uninit v2.0.0
33112026-02-27T02:45:15.664Z Compiling wyz v0.5.1
33122026-02-27T02:45:16.145Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-02-27T02:45:16.181Z Compiling tokio-tungstenite v0.21.0
33142026-02-27T02:45:17.289Z Compiling p384 v0.13.1
33152026-02-27T02:45:17.559Z Compiling progenitor-impl v0.10.0
33162026-02-27T02:45:17.918Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33172026-02-27T02:45:18.261Z Compiling arc-swap v1.7.1
33182026-02-27T02:45:18.615Z Compiling funty v2.0.0
33192026-02-27T02:45:18.877Z Compiling tagptr v0.2.0
33202026-02-27T02:45:19.083Z Compiling packed_struct v0.10.1
33212026-02-27T02:45:19.654Z Compiling bitvec v1.0.1
33222026-02-27T02:45:20.335Z Compiling slog-scope v4.4.0
33232026-02-27T02:45:20.825Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33242026-02-27T02:45:21.194Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-02-27T02:45:22.518Z Compiling polyval v0.6.2
33262026-02-27T02:45:23.003Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33272026-02-27T02:45:23.331Z Compiling packed_struct_codegen v0.10.1
33282026-02-27T02:45:23.728Z Compiling bitfield-macros v0.19.2
33292026-02-27T02:45:24.373Z Compiling progenitor-macro v0.10.0
33302026-02-27T02:45:24.932Z Compiling typify-macro v0.2.0
33312026-02-27T02:45:25.303Z Compiling zerocopy-derive v0.6.6
33322026-02-27T02:45:25.730Z Compiling proc-macro-error-attr2 v2.0.0
33332026-02-27T02:45:25.964Z Compiling indexmap v1.9.3
33342026-02-27T02:45:26.353Z Compiling nodrop v0.1.14
33352026-02-27T02:45:26.547Z Compiling parking_lot_core v0.8.6
33362026-02-27T02:45:26.551Z Compiling crc-catalog v2.4.0
33372026-02-27T02:45:26.780Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33382026-02-27T02:45:27.125Z Compiling crc v3.2.1
33392026-02-27T02:45:27.198Z Compiling proc-macro-error2 v2.0.1
33402026-02-27T02:45:27.225Z Compiling zerocopy v0.6.6
33412026-02-27T02:45:27.788Z Compiling array-init v0.0.4
33422026-02-27T02:45:27.900Z Compiling bitfield v0.19.2
33432026-02-27T02:45:28.054Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33442026-02-27T02:45:28.111Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33452026-02-27T02:45:28.380Z Compiling ghash v0.5.1
33462026-02-27T02:45:28.616Z Compiling smallvec v0.6.14
33472026-02-27T02:45:28.849Z Compiling hickory-resolver v0.25.2
33482026-02-27T02:45:28.877Z Compiling typify v0.2.0
33492026-02-27T02:45:29.081Z Compiling progenitor-impl v0.8.0
33502026-02-27T02:45:29.108Z Compiling slog-stdlog v4.1.1
33512026-02-27T02:45:29.542Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-02-27T02:45:30.019Z Compiling ctr v0.9.2
33532026-02-27T02:45:30.460Z Compiling num-derive v0.3.3
33542026-02-27T02:45:30.537Z Compiling lzma-sys v0.1.20
33552026-02-27T02:45:31.392Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33562026-02-27T02:45:31.527Z Compiling unicase v2.8.1
33572026-02-27T02:45:31.668Z Compiling hashbrown v0.12.3
33582026-02-27T02:45:31.829Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33592026-02-27T02:45:31.957Z Compiling mime_guess v2.0.5
33602026-02-27T02:45:32.635Z Compiling libscf-sys v1.1.0
33612026-02-27T02:45:32.954Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33622026-02-27T02:45:33.054Z Compiling aes-gcm v0.10.3
33632026-02-27T02:45:33.443Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33642026-02-27T02:45:33.484Z Compiling slog-envlogger v2.2.0
33652026-02-27T02:45:33.609Z Compiling serde-hex v0.1.0
33662026-02-27T02:45:34.285Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-02-27T02:45:34.663Z Compiling tabled_derive v0.11.0
33682026-02-27T02:45:35.761Z Compiling progenitor-macro v0.8.0
33692026-02-27T02:45:37.589Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33702026-02-27T02:45:37.795Z Compiling progenitor v0.10.0
33712026-02-27T02:45:38.460Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-02-27T02:45:38.488Z Compiling ron v0.8.1
33732026-02-27T02:45:38.797Z Compiling papergrid v0.17.0
33742026-02-27T02:45:39.591Z Compiling testing_table v0.3.0
33752026-02-27T02:45:39.944Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33762026-02-27T02:45:40.939Z Compiling hashbrown v0.13.2
33772026-02-27T02:45:41.104Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33782026-02-27T02:45:42.100Z Compiling heck v0.3.3
33792026-02-27T02:45:42.522Z Compiling progenitor-client v0.8.0
33802026-02-27T02:45:43.062Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33812026-02-27T02:45:43.149Z Compiling ssh-encoding v0.2.0
33822026-02-27T02:45:43.186Z Compiling blowfish v0.9.1
33832026-02-27T02:45:43.324Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33842026-02-27T02:45:43.491Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33852026-02-27T02:45:43.686Z Compiling nibble_vec v0.1.0
33862026-02-27T02:45:43.686Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33872026-02-27T02:45:43.890Z Compiling endian-type v0.1.2
33882026-02-27T02:45:43.947Z Compiling crc-any v2.5.0
33892026-02-27T02:45:43.996Z Compiling corncobs v0.1.4
33902026-02-27T02:45:44.163Z Compiling radix_trie v0.2.1
33912026-02-27T02:45:44.214Z Compiling ssh-cipher v0.2.0
33922026-02-27T02:45:44.358Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33932026-02-27T02:45:44.455Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33942026-02-27T02:45:44.681Z Compiling bcrypt-pbkdf v0.10.0
33952026-02-27T02:45:44.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33962026-02-27T02:45:45.412Z Compiling zone_cfg_derive v0.1.2
33972026-02-27T02:45:45.441Z Compiling object v0.30.4
33982026-02-27T02:45:45.619Z Compiling tabled v0.20.0
33992026-02-27T02:45:46.814Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34002026-02-27T02:45:47.298Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34012026-02-27T02:45:47.863Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34022026-02-27T02:45:47.889Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34032026-02-27T02:45:48.382Z Compiling progenitor v0.8.0
34042026-02-27T02:45:48.573Z Compiling parking_lot v0.11.2
34052026-02-27T02:45:48.943Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34062026-02-27T02:45:49.765Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34072026-02-27T02:45:49.900Z Compiling prefix-trie v0.7.0
34082026-02-27T02:45:50.121Z Compiling password-hash v0.4.2
34092026-02-27T02:45:50.230Z Compiling fxhash v0.2.1
34102026-02-27T02:45:50.512Z Compiling secrecy v0.8.0
34112026-02-27T02:45:50.754Z Compiling half v1.8.3
34122026-02-27T02:45:50.809Z Compiling path-slash v0.1.5
34132026-02-27T02:45:50.993Z Compiling number_prefix v0.4.0
34142026-02-27T02:45:51.067Z Compiling http-range v0.1.5
34152026-02-27T02:45:51.177Z Compiling base64 v0.13.1
34162026-02-27T02:45:51.280Z Compiling indicatif v0.17.11
34172026-02-27T02:45:51.370Z Compiling serde_cbor v0.11.2
34182026-02-27T02:45:51.719Z Compiling ron v0.7.1
34192026-02-27T02:45:51.756Z Compiling hickory-server v0.25.2
34202026-02-27T02:45:52.735Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34212026-02-27T02:45:53.329Z Compiling pbkdf2 v0.11.0
34222026-02-27T02:45:53.360Z Compiling sled v0.34.7
34232026-02-27T02:45:53.751Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34242026-02-27T02:45:53.832Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34252026-02-27T02:45:54.474Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34262026-02-27T02:45:55.920Z Compiling xz2 v0.1.7
34272026-02-27T02:45:56.359Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34282026-02-27T02:45:56.391Z Compiling zone v0.1.8
34292026-02-27T02:45:56.551Z Compiling ssh-key v0.6.6
34302026-02-27T02:45:57.241Z Compiling hickory-client v0.25.2
34312026-02-27T02:45:57.920Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34322026-02-27T02:45:58.173Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34332026-02-27T02:45:58.701Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34342026-02-27T02:46:00.665Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34352026-02-27T02:46:02.679Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34362026-02-27T02:46:03.227Z Compiling p256 v0.13.2
34372026-02-27T02:46:03.230Z Compiling p521 v0.13.3
34382026-02-27T02:46:03.335Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34392026-02-27T02:46:03.817Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34402026-02-27T02:46:04.063Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34412026-02-27T02:46:04.132Z Compiling yasna v0.5.2
34422026-02-27T02:46:04.584Z Compiling headers-core v0.3.0
34432026-02-27T02:46:04.807Z Compiling kstat-rs v0.2.4
34442026-02-27T02:46:04.959Z Compiling nanorand v0.7.0
34452026-02-27T02:46:05.073Z Compiling russh-cryptovec v0.7.3
34462026-02-27T02:46:05.439Z Compiling atty v0.2.14
34472026-02-27T02:46:05.466Z Compiling md5 v0.7.0
34482026-02-27T02:46:05.489Z Compiling home v0.5.9
34492026-02-27T02:46:05.530Z Compiling crc8 v0.1.1
34502026-02-27T02:46:05.599Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34512026-02-27T02:46:05.627Z Compiling flume v0.11.1
34522026-02-27T02:46:05.692Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34532026-02-27T02:46:05.738Z Compiling russh-keys v0.45.0
34542026-02-27T02:46:05.765Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34552026-02-27T02:46:06.014Z Compiling rcgen v0.12.1
34562026-02-27T02:46:06.318Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34572026-02-27T02:46:06.560Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-02-27T02:46:07.378Z Compiling headers v0.4.1
34592026-02-27T02:46:08.149Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34602026-02-27T02:46:09.207Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34612026-02-27T02:46:09.255Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34622026-02-27T02:46:10.399Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34632026-02-27T02:46:11.255Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-02-27T02:46:16.853Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-02-27T02:46:17.107Z Compiling hyper-staticfile v0.10.1
34662026-02-27T02:46:17.227Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34672026-02-27T02:46:18.200Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34682026-02-27T02:46:18.876Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34692026-02-27T02:46:19.358Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34702026-02-27T02:46:19.389Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34712026-02-27T02:46:20.752Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34722026-02-27T02:46:21.033Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34732026-02-27T02:46:21.604Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34742026-02-27T02:46:23.069Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34752026-02-27T02:46:23.132Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34762026-02-27T02:46:23.213Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34772026-02-27T02:46:23.285Z Compiling num-bigint v0.4.6
34782026-02-27T02:46:24.704Z Compiling des v0.8.1
34792026-02-27T02:46:24.765Z Compiling subprocess v0.2.9
34802026-02-27T02:46:24.840Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34812026-02-27T02:46:25.134Z Compiling hex-literal v0.4.1
34822026-02-27T02:46:25.206Z Compiling display-error-chain v0.2.2
34832026-02-27T02:46:25.342Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34842026-02-27T02:46:25.471Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34852026-02-27T02:46:25.772Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34862026-02-27T02:46:25.991Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34872026-02-27T02:46:26.373Z Compiling russh v0.45.0
34882026-02-27T02:46:28.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34892026-02-27T02:46:30.409Z Compiling internet-checksum v0.2.1
34902026-02-27T02:47:07.386Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34912026-02-27T02:47:40.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 38s
34922026-02-27T02:47:40.784Z
34932026-02-27T02:47:40.788Zreal 3:38.830005019
34942026-02-27T02:47:40.788Zuser 20:20.364394149
34952026-02-27T02:47:40.788Zsys 2:42.140884726
34962026-02-27T02:47:40.788Ztrap 0.631412300
34972026-02-27T02:47:40.788Ztflt 0.207145138
34982026-02-27T02:47:40.788Zdflt 1.030885763
34992026-02-27T02:47:40.788Zkflt 0.000065882
35002026-02-27T02:47:40.788Zlock 55:53.033646833
35012026-02-27T02:47:40.788Zslp 1:14:05.041571342
35022026-02-27T02:47:40.788Zlat 1:08.174322787
35032026-02-27T02:47:40.788Zstop 2:51.589579072
35042026-02-27T02:47:40.788Z+ mkdir tests
35052026-02-27T02:47:40.789Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35062026-02-27T02:47:40.789Z+ xargs -I '{}' -t cp '{}' tests/
35072026-02-27T02:47:40.831Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-30c0a93472966bd6 tests/
35082026-02-27T02:47:40.857Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eceb231c91b82567 tests/
35092026-02-27T02:47:40.884Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-da26de6a06c12c31 tests/
35102026-02-27T02:47:40.910Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9c177deed15b878c tests/
35112026-02-27T02:47:41.259Z+ 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/*)
35122026-02-27T02:47:41.263Z+ 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-eceb231c91b82567 tests/commtest-da26de6a06c12c31 tests/dhcp_server-30c0a93472966bd6 tests/end_to_end_tests-9c177deed15b878c 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
35132026-02-27T02:49:30.904ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35142026-02-27T02:49:30.905Za .github/buildomat/ci-env.sh 1K
35152026-02-27T02:49:30.905Za out/target/test 1K
35162026-02-27T02:49:30.905Za out/npuzone/npuzone 27402K
35172026-02-27T02:49:30.905Za package-manifest.toml 35K
35182026-02-27T02:49:30.905Za smf/sled-agent/non-gimlet/config.toml 6K
35192026-02-27T02:49:30.905Za target/release/omicron-package 41969K
35202026-02-27T02:49:30.905Za target/release/xtask 11462K
35212026-02-27T02:49:30.905Za target/debug/bootstrap 354249K
35222026-02-27T02:49:30.906Za tests/bootstrap-eceb231c91b82567 31192K
35232026-02-27T02:49:30.906Za tests/commtest-da26de6a06c12c31 31453K
35242026-02-27T02:49:30.906Za tests/dhcp_server-30c0a93472966bd6 31192K
35252026-02-27T02:49:30.906Za tests/end_to_end_tests-9c177deed15b878c 396548K
35262026-02-27T02:49:30.906Za out/clickhouse.tar.gz 315668K
35272026-02-27T02:49:30.906Za out/clickhouse_keeper.tar.gz 299222K
35282026-02-27T02:49:30.906Za out/clickhouse_server.tar.gz 315668K
35292026-02-27T02:49:30.906Za out/cockroachdb.tar.gz 163094K
35302026-02-27T02:49:30.906Za out/crucible-pantry-zone.tar.gz 43131K
35312026-02-27T02:49:30.906Za out/crucible-utils.tar 17744K
35322026-02-27T02:49:30.906Za out/crucible-zone.tar.gz 57269K
35332026-02-27T02:49:30.906Za out/external-dns.tar.gz 52221K
35342026-02-27T02:49:30.906Za out/internal-dns.tar.gz 52221K
35352026-02-27T02:49:30.906Za out/mg-ddm-gz.tar 86339K
35362026-02-27T02:49:30.906Za out/nexus.tar.gz 216050K
35372026-02-27T02:49:30.907Za out/ntp.tar.gz 31991K
35382026-02-27T02:49:30.907Za out/omicron-gateway-softnpu.tar.gz 29965K
35392026-02-27T02:49:30.907Za out/omicron-sled-agent.tar 201282K
35402026-02-27T02:49:30.907Za out/overlay.tar.gz 3K
35412026-02-27T02:49:30.907Za out/oximeter.tar.gz 66430K
35422026-02-27T02:49:30.907Za out/oxlog.tar 3945K
35432026-02-27T02:49:30.907Za out/probe.tar.gz 3037K
35442026-02-27T02:49:30.907Za out/propolis-server.tar.gz 74633K
35452026-02-27T02:49:30.907Za out/pumpkind-gz.tar 26647K
35462026-02-27T02:49:30.907Za out/switch-softnpu.tar.gz 387277K
35472026-02-27T02:49:30.944Z
35482026-02-27T02:49:30.944Zreal 1:49.616746917
35492026-02-27T02:49:30.944Zuser 1:44.878243411
35502026-02-27T02:49:30.944Zsys 6.812746465
35512026-02-27T02:49:30.944Ztrap 0.025484110
35522026-02-27T02:49:30.944Ztflt 0.000000000
35532026-02-27T02:49:30.945Zdflt 0.000000000
35542026-02-27T02:49:30.945Zkflt 0.000000000
35552026-02-27T02:49:30.945Zlock 0.000000000
35562026-02-27T02:49:30.945Zslp 1:44.579829697
35572026-02-27T02:49:30.945Zlat 2.932928202
35582026-02-27T02:49:30.945Zstop 0.000191450
35592026-02-27T02:49:30.945Zprocess exited: duration 2661175 ms, exit code 0
 
35602026-02-27T02:49:30.969Zfound 1 output files
35612026-02-27T02:49:30.970Zuploading: /work/package.tar.gz (2452019380 bytes)
35622026-02-27T02:50:12.364Zuploaded: /work/package.tar.gz