01KJ6CMACDDXQK09WKTAMTA4W4: 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: 01KJ6CN0W8NHVCB8BHZGHYSBDW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-23T23:17:54.468Zjob assigned to worker 01KJ6CN0AM67PQ7XJZJYXZ4N89 [factory aws, i-01b650037d63d777e] (queued for 1 m 6 s)
 
22026-02-23T23:18:03.086Zstarting task 0: "setup"
32026-02-23T23:18:03.091Z++ uname -s
42026-02-23T23:18:03.094Z+ kern=SunOS
52026-02-23T23:18:03.094Z+ build_user=build
62026-02-23T23:18:03.094Z+ build_uid=12345
72026-02-23T23:18:03.094Z+ work_dir=/work
82026-02-23T23:18:03.094Z+ input_dir=/input
92026-02-23T23:18:03.095Z+ [[ 0 == 12345 ]]
102026-02-23T23:18:03.095Z+ case "$kern" in
112026-02-23T23:18:03.095Z+ groupadd -g 12345 build
122026-02-23T23:18:03.098Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-23T23:18:05.108Z+ zfs create -o mountpoint=/work rpool/work
142026-02-23T23:18:05.162Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-23T23:18:05.165Z+ home_fs=zfs
162026-02-23T23:18:05.165Z+ [[ zfs == autofs ]]
172026-02-23T23:18:05.165Z+ mkdir -p /home/build
182026-02-23T23:18:05.168Z+ chown build:build /home/build /work
192026-02-23T23:18:07.169Z+ chmod 0700 /home/build /work
202026-02-23T23:18:07.172Zprocess exited: duration 4087 ms, exit code 0
 
212026-02-23T23:18:07.178Zstarting task 1: "rust-toolchain"
222026-02-23T23:18:07.185Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-23T23:18:07.185Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-23T23:18:07.186Z * rust toolchain channel = "1.91.1"
252026-02-23T23:18:07.186Z * rust toolchain profile = "default"
262026-02-23T23:18:07.186Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-23T23:18:07.186Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-23T23:18:07.189Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-23T23:18:07.189Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-23T23:18:07.323Zinfo: downloading installer
312026-02-23T23:18:09.288Zwarn: It looks like you have an existing installation of Rust at:
322026-02-23T23:18:09.288Zwarn: /opt/ooce/bin
332026-02-23T23:18:09.289Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-23T23:18:09.289Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-23T23:18:09.289Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-23T23:18:09.289Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-23T23:18:09.289Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-23T23:18:09.289Zerror: cannot install while Rust is installed
392026-02-23T23:18:09.289Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-23T23:18:09.326Zinfo: profile set to 'default'
412026-02-23T23:18:09.327Zinfo: default host triple is x86_64-unknown-illumos
422026-02-23T23:18:09.330Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-23T23:18:09.516Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-23T23:18:09.517Zinfo: downloading component 'cargo'
452026-02-23T23:18:10.473Zinfo: downloading component 'clippy'
462026-02-23T23:18:10.937Zinfo: downloading component 'rust-docs'
472026-02-23T23:18:12.640Zinfo: downloading component 'rust-std'
482026-02-23T23:18:14.847Zinfo: downloading component 'rustc'
492026-02-23T23:18:23.708Zinfo: downloading component 'rustfmt'
502026-02-23T23:18:23.953Zinfo: installing component 'cargo'
512026-02-23T23:18:24.879Zinfo: installing component 'clippy'
522026-02-23T23:18:25.282Zinfo: installing component 'rust-docs'
532026-02-23T23:18:27.272Zinfo: installing component 'rust-std'
542026-02-23T23:18:29.133Zinfo: installing component 'rustc'
552026-02-23T23:18:36.180Zinfo: installing component 'rustfmt'
562026-02-23T23:18:36.527Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-23T23:18:36.527Z
582026-02-23T23:18:36.995Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-23T23:18:36.995Z
602026-02-23T23:18:37.003Z
612026-02-23T23:18:37.003ZRust is installed now. Great!
622026-02-23T23:18:37.003Z
632026-02-23T23:18:37.003ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-23T23:18:37.003Zenvironment variable. This has not been done automatically.
652026-02-23T23:18:37.003Z
662026-02-23T23:18:37.003ZTo configure your current shell, you need to source
672026-02-23T23:18:37.003Zthe corresponding env file under $HOME/.cargo.
682026-02-23T23:18:37.003Z
692026-02-23T23:18:37.003ZThis is usually done by running one of the following (note the leading DOT):
702026-02-23T23:18:37.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-23T23:18:37.003Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-23T23:18:37.003Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-23T23:18:37.126Z+ rustup --version
742026-02-23T23:18:37.138Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-23T23:18:37.142Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-23T23:18:37.227Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-23T23:18:37.230Z+ cargo --version
782026-02-23T23:18:37.310Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-23T23:18:37.314Z+ rustc --version
802026-02-23T23:18:37.381Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-23T23:18:37.384Zprocess exited: duration 30200 ms, exit code 0
 
822026-02-23T23:18:37.389Zstarting task 2: "authentication"
832026-02-23T23:18:37.411Zprocess exited: duration 21 ms, exit code 0
 
842026-02-23T23:18:37.417Zstarting task 3: "clone repository"
852026-02-23T23:18:37.422Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-23T23:18:37.425Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-23T23:18:37.615ZCloning into '/work/oxidecomputer/omicron'...
882026-02-23T23:19:41.167Z+ cd /work/oxidecomputer/omicron
892026-02-23T23:19:41.170Z+ git fetch origin 408a9bf7d1d9d834744556260fe4c62133c090fc
902026-02-23T23:19:41.959ZFrom https://github.com/oxidecomputer/omicron
912026-02-23T23:19:41.959Z * branch 408a9bf7d1d9d834744556260fe4c62133c090fc -> FETCH_HEAD
922026-02-23T23:19:41.964Z+ [[ -n john/move-sled-agent-only-types-out-of-common ]]
932026-02-23T23:19:41.965Z++ git branch --show-current
942026-02-23T23:19:41.965Z+ current=main
952026-02-23T23:19:41.965Z+ [[ main != john/move-sled-agent-only-types-out-of-common ]]
962026-02-23T23:19:41.965Z+ git branch -f john/move-sled-agent-only-types-out-of-common 408a9bf7d1d9d834744556260fe4c62133c090fc
972026-02-23T23:19:41.965Z+ git checkout -f john/move-sled-agent-only-types-out-of-common
982026-02-23T23:19:42.469ZSwitched to branch 'john/move-sled-agent-only-types-out-of-common'
992026-02-23T23:19:42.472Z+ git reset --hard 408a9bf7d1d9d834744556260fe4c62133c090fc
1002026-02-23T23:19:42.487ZHEAD is now at 408a9bf7d Merge branch 'main' into john/move-sled-agent-only-types-out-of-common
1012026-02-23T23:19:42.490Zprocess exited: duration 65059 ms, exit code 0
 
1022026-02-23T23:19:42.497Zstarting task 4: "build"
1032026-02-23T23:19:42.502Z+ source .github/buildomat/ci-env.sh
1042026-02-23T23:19:42.502Z++ export CARGO_TERM_COLOR=always
1052026-02-23T23:19:42.505Z++ CARGO_TERM_COLOR=always
1062026-02-23T23:19:42.505Z+ cargo --version
1072026-02-23T23:19:42.568Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-23T23:19:42.571Z+ rustc --version
1092026-02-23T23:19:42.651Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-23T23:19:42.655Z+ WORK=/work
1112026-02-23T23:19:42.655Z+ pfexec mkdir -p /work
1122026-02-23T23:19:42.660Z+ pfexec chown build /work
1132026-02-23T23:19:42.662Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-23T23:19:53.960Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-23T23:20:04.613Z Startup: Caching catalogs ... Done
1162026-02-23T23:20:27.963ZPlanning: Solver setup ... Done (21.658s)
1172026-02-23T23:20:28.125ZPlanning: Running solver ... Done (0.161s)
1182026-02-23T23:20:28.289ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-23T23:20:28.308ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-23T23:20:28.852ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-23T23:20:28.908ZPlanning: Package planning ... Done (0.054s)
1222026-02-23T23:20:28.962ZPlanning: Merging actions ... Done (0.052s)
1232026-02-23T23:20:29.469ZPlanning: Checking for conflicting actions ... Done (0.511s)
1242026-02-23T23:20:29.480ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-23T23:20:30.795ZPlanning: Evaluating mediators ... Done (1.314s)
1262026-02-23T23:20:30.804ZPlanning: Planning completed in 26.03 seconds
1272026-02-23T23:20:31.082Z Packages to install: 4
1282026-02-23T23:20:31.082Z Mediators to change: 2
1292026-02-23T23:20:31.082Z Services to change: 1
1302026-02-23T23:20:31.085Z Estimated space available: 155.43 GB
1312026-02-23T23:20:31.085ZEstimated space to be consumed: 1.81 GB
1322026-02-23T23:20:31.085Z Create boot environment: No
1332026-02-23T23:20:31.085ZCreate backup boot environment: No
1342026-02-23T23:20:31.085Z Rebuild boot archive: No
1352026-02-23T23:20:31.085Z
1362026-02-23T23:20:31.085ZChanged mediators:
1372026-02-23T23:20:31.085Z mediator clang:
1382026-02-23T23:20:31.085Z version: None -> 15 (system default)
1392026-02-23T23:20:31.085Z
1402026-02-23T23:20:31.085Z mediator llvm:
1412026-02-23T23:20:31.085Z version: 14 (system default) -> 15 (system default)
1422026-02-23T23:20:31.085Z
1432026-02-23T23:20:31.085ZChanged packages:
1442026-02-23T23:20:31.085Zhelios-dev
1452026-02-23T23:20:31.085Z developer/build-essential
1462026-02-23T23:20:31.085Z None -> 11-2.0
1472026-02-23T23:20:31.085Z library/libxmlsec1
1482026-02-23T23:20:31.085Z None -> 1.2.35-2.0
1492026-02-23T23:20:31.085Z ooce/developer/clang-15
1502026-02-23T23:20:31.085Z None -> 15.0.7-2.0
1512026-02-23T23:20:31.085Z ooce/developer/llvm-15
1522026-02-23T23:20:31.085Z None -> 15.0.7-2.0
1532026-02-23T23:20:31.085Z
1542026-02-23T23:20:31.085ZServices:
1552026-02-23T23:20:31.085Z restart_fmri:
1562026-02-23T23:20:31.085Z svc:/system/update-man-index:default
1572026-02-23T23:20:31.134Z
1582026-02-23T23:20:31.134ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-23T23:20:36.839ZDownload: 2222/3290 items 119.1/212.6MB 56% complete (27.9M/s)
1602026-02-23T23:20:40.597ZDownload: Completed 212.60 MB in 9.46 seconds (22.5M/s)
1612026-02-23T23:20:41.082Z Actions: 1/3689 actions (Installing new actions)
1622026-02-23T23:20:46.218Z Actions: 3578/3689 actions (Installing new actions)
1632026-02-23T23:20:46.225Z Actions: Completed 3689 actions in 5.14 seconds.
1642026-02-23T23:20:46.952Z Done (0.721s)
1652026-02-23T23:20:46.952Z Done (0.000s)
1662026-02-23T23:20:48.055Z Done (1.100s)
1672026-02-23T23:20:54.140Z Done (5.523s)
1682026-02-23T23:20:54.164Z Done (0.019s)
1692026-02-23T23:20:54.164Z Done (0.000s)
1702026-02-23T23:20:54.245Z Done (0.000s)
1712026-02-23T23:20:55.298ZPlanning: Evaluating mediator changes ... Done
1722026-02-23T23:20:55.471ZPlanning: Checking for conflicting actions ... Done
1732026-02-23T23:20:55.475ZPlanning: Consolidating action changes ... Done
1742026-02-23T23:20:55.756ZPlanning: Evaluating mediators ... Done
1752026-02-23T23:20:55.760ZPlanning: Planning completed in 0.47 seconds
1762026-02-23T23:20:55.791Z Mediators to change: 2
1772026-02-23T23:20:55.791Z Create boot environment: No
1782026-02-23T23:20:55.794ZCreate backup boot environment: No
1792026-02-23T23:20:55.875Z Done
1802026-02-23T23:20:55.875Z Done
1812026-02-23T23:20:59.311Z Done
1822026-02-23T23:21:00.649Z Done
1832026-02-23T23:21:00.739Z Done
1842026-02-23T23:21:00.742Z Done
1852026-02-23T23:21:00.880Z Done
1862026-02-23T23:21:01.529ZPlanning: Evaluating mediator changes ... Done
1872026-02-23T23:21:01.532ZPlanning: Merging actions ... Done
1882026-02-23T23:21:01.723ZPlanning: Checking for conflicting actions ... Done
1892026-02-23T23:21:01.726ZPlanning: Consolidating action changes ... Done
1902026-02-23T23:21:02.004ZPlanning: Evaluating mediators ... Done
1912026-02-23T23:21:02.061ZPlanning: Planning completed in 0.78 seconds
1922026-02-23T23:21:02.096Z Packages to change: 1
1932026-02-23T23:21:02.096Z Mediators to change: 1
1942026-02-23T23:21:02.096Z Services to change: 1
1952026-02-23T23:21:02.105Z Create boot environment: No
1962026-02-23T23:21:02.105ZCreate backup boot environment: Yes
1972026-02-23T23:21:04.801Z Actions: 1/6 actions (Updating modified actions)
1982026-02-23T23:21:04.804Z Actions: Completed 6 actions in 0.00 seconds.
1992026-02-23T23:21:04.804Z Done
2002026-02-23T23:21:04.804Z Done
2012026-02-23T23:21:05.026Z Done
2022026-02-23T23:21:08.902Z Done
2032026-02-23T23:21:09.000Z Done
2042026-02-23T23:21:09.004Z Done
2052026-02-23T23:21:09.152Z Done
2062026-02-23T23:21:09.618ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-02-23T23:21:09.618Zclang system 15 system
2082026-02-23T23:21:09.618Zcsh system system illumos
2092026-02-23T23:21:09.618Zctags system system illumos
2102026-02-23T23:21:09.618Zfile system system illumos
2112026-02-23T23:21:09.618Zgcc vendor 12 vendor
2122026-02-23T23:21:09.618Zgcc system 10 system
2132026-02-23T23:21:09.618Zgcc system 7 system
2142026-02-23T23:21:09.618Zgo system 1.20 system
2152026-02-23T23:21:09.618Zgo system 1.19 system
2162026-02-23T23:21:09.618Zllvm system 15 system
2172026-02-23T23:21:09.618Zllvm system 14 system
2182026-02-23T23:21:09.618Zmariadb system 10.6 system
2192026-02-23T23:21:09.618Zmta vendor vendor dma
2202026-02-23T23:21:09.618Zopenjdk system 17 system
2212026-02-23T23:21:09.618Zopenjdk system 11 system
2222026-02-23T23:21:09.618Zopenjdk system 1.8 system
2232026-02-23T23:21:09.618Zopenssl vendor 3 vendor
2242026-02-23T23:21:09.618Zperl system 5.36 system
2252026-02-23T23:21:09.618Zpostgresql system 15 system
2262026-02-23T23:21:09.618Zpostgresql system 13 system
2272026-02-23T23:21:09.618Zpython vendor 3 vendor
2282026-02-23T23:21:09.618Zpython system 2 system
2292026-02-23T23:21:09.618Zpython3 system 3.11 system
2302026-02-23T23:21:09.618Zruby system 3.0 system
2312026-02-23T23:21:09.618Zwords vendor vendor american-english
2322026-02-23T23:21:09.618Zwords system system australian-english
2332026-02-23T23:21:09.618Zwords system system british-english
2342026-02-23T23:21:09.618Zwords system system canadian-english
2352026-02-23T23:21:09.618Zwords system system french
2362026-02-23T23:21:09.618Zwords system system italian
2372026-02-23T23:21:09.618Zwords system system ngerman
2382026-02-23T23:21:09.618Zwords system system ogerman
2392026-02-23T23:21:09.619Zwords system system spanish
2402026-02-23T23:21:09.972ZPUBLISHER TYPE STATUS P LOCATION
2412026-02-23T23:21:09.972Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-02-23T23:21:16.590ZFMRI IFO
2432026-02-23T23:21:16.590Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-02-23T23:21:16.590Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-02-23T23:21:16.590Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-02-23T23:21:16.590Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-02-23T23:21:16.590Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-02-23T23:21:16.590Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-02-23T23:21:16.590Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-02-23T23:21:16.590Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-02-23T23:21:16.590Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-02-23T23:21:16.590Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-02-23T23:21:16.590Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-02-23T23:21:16.590Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-02-23T23:21:16.591Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-02-23T23:21:16.591Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-02-23T23:21:16.591Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-02-23T23:21:16.591Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-02-23T23:21:17.867Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-02-23T23:21:18.553Z Updating crates.io index
2612026-02-23T23:21:18.590Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-02-23T23:21:19.582Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-02-23T23:21:20.458Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-02-23T23:21:23.354Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-02-23T23:21:23.991Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-02-23T23:21:24.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-02-23T23:21:29.250Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-02-23T23:21:35.377Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-02-23T23:21:38.181Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-02-23T23:21:38.835Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-02-23T23:21:43.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-02-23T23:21:44.829Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-02-23T23:21:45.548Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-02-23T23:21:46.559Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-02-23T23:21:47.300Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-02-23T23:21:49.357Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-02-23T23:21:50.708Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-02-23T23:21:51.244Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-02-23T23:21:52.185Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-02-23T23:21:52.934Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-02-23T23:21:53.618Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-02-23T23:21:54.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-02-23T23:21:56.001Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-02-23T23:21:56.946Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-02-23T23:21:58.082Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-02-23T23:21:59.477Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-02-23T23:22:00.024Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-02-23T23:22:00.952Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-02-23T23:22:02.598Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-02-23T23:22:04.159Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-02-23T23:22:05.098Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-02-23T23:22:05.635Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-02-23T23:22:06.389Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-02-23T23:22:06.994Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-02-23T23:22:08.090Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-02-23T23:22:08.673Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-02-23T23:22:09.393Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-02-23T23:22:10.037Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-02-23T23:22:10.784Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-02-23T23:22:53.345Z Downloading crates ...
3012026-02-23T23:22:53.388Z Downloaded bitflags v2.9.4
3022026-02-23T23:22:53.396Z Downloaded getrandom v0.3.4
3032026-02-23T23:22:53.399Z Downloaded memmap v0.7.0
3042026-02-23T23:22:53.399Z Downloaded serde_spanned v0.6.9
3052026-02-23T23:22:53.402Z Downloaded stable_deref_trait v1.2.0
3062026-02-23T23:22:53.404Z Downloaded percent-encoding v2.3.2
3072026-02-23T23:22:53.407Z Downloaded terminal_size v0.4.0
3082026-02-23T23:22:53.407Z Downloaded anstream v0.6.18
3092026-02-23T23:22:53.410Z Downloaded errno v0.3.12
3102026-02-23T23:22:53.410Z Downloaded zerovec-derive v0.10.3
3112026-02-23T23:22:53.414Z Downloaded form_urlencoded v1.2.2
3122026-02-23T23:22:53.414Z Downloaded tinystr v0.7.6
3132026-02-23T23:22:53.416Z Downloaded erased-serde v0.4.6
3142026-02-23T23:22:53.419Z Downloaded ordered-float v2.10.1
3152026-02-23T23:22:53.419Z Downloaded icu_collections v1.5.0
3162026-02-23T23:22:53.423Z Downloaded thiserror-impl v2.0.18
3172026-02-23T23:22:53.425Z Downloaded thiserror-impl v1.0.69
3182026-02-23T23:22:53.431Z Downloaded typenum v1.17.0
3192026-02-23T23:22:53.431Z Downloaded tabled_derive v0.7.0
3202026-02-23T23:22:53.436Z Downloaded cpufeatures v0.2.14
3212026-02-23T23:22:53.436Z Downloaded utf8_iter v1.0.4
3222026-02-23T23:22:53.436Z Downloaded unicode-linebreak v0.1.5
3232026-02-23T23:22:53.436Z Downloaded utf16_iter v1.0.5
3242026-02-23T23:22:53.439Z Downloaded usdt-macro v0.5.0
3252026-02-23T23:22:53.439Z Downloaded version_check v0.9.5
3262026-02-23T23:22:53.439Z Downloaded toml_datetime v0.6.11
3272026-02-23T23:22:53.447Z Downloaded write16 v1.0.0
3282026-02-23T23:22:53.450Z Downloaded crypto-common v0.1.6
3292026-02-23T23:22:53.450Z Downloaded toml_write v0.1.2
3302026-02-23T23:22:53.450Z Downloaded yoke-derive v0.7.4
3312026-02-23T23:22:53.452Z Downloaded unicode-xid v0.2.6
3322026-02-23T23:22:53.452Z Downloaded rustix v1.1.3
3332026-02-23T23:22:53.470Z Downloaded writeable v0.5.5
3342026-02-23T23:22:53.472Z Downloaded block-buffer v0.10.4
3352026-02-23T23:22:53.472Z Downloaded utf8parse v0.2.2
3362026-02-23T23:22:53.476Z Downloaded usdt v0.5.0
3372026-02-23T23:22:53.476Z Downloaded typeid v1.0.3
3382026-02-23T23:22:53.476Z Downloaded toml_edit v0.22.27
3392026-02-23T23:22:53.480Z Downloaded zerofrom-derive v0.1.4
3402026-02-23T23:22:53.482Z Downloaded zmij v1.0.15
3412026-02-23T23:22:53.482Z Downloaded usdt-impl v0.5.0
3422026-02-23T23:22:53.483Z Downloaded zerofrom v0.1.4
3432026-02-23T23:22:53.485Z Downloaded usdt-attr-macro v0.5.0
3442026-02-23T23:22:53.486Z Downloaded thread-id v4.2.2
3452026-02-23T23:22:53.486Z Downloaded synstructure v0.13.1
3462026-02-23T23:22:53.490Z Downloaded textwrap v0.16.2
3472026-02-23T23:22:53.493Z Downloaded unicode-ident v1.0.19
3482026-02-23T23:22:53.493Z Downloaded toml v0.8.23
3492026-02-23T23:22:53.499Z Downloaded swrite v0.1.0
3502026-02-23T23:22:53.500Z Downloaded yoke v0.7.4
3512026-02-23T23:22:53.500Z Downloaded zerocopy-derive v0.7.35
3522026-02-23T23:22:53.502Z Downloaded thiserror v2.0.18
3532026-02-23T23:22:53.506Z Downloaded ucd-trie v0.1.7
3542026-02-23T23:22:53.514Z Downloaded tempfile v3.24.0
3552026-02-23T23:22:53.514Z Downloaded idna_adapter v1.2.0
3562026-02-23T23:22:53.514Z Downloaded dtrace-parser v0.2.0
3572026-02-23T23:22:53.517Z Downloaded clap_lex v0.7.4
3582026-02-23T23:22:53.517Z Downloaded url v2.5.4
3592026-02-23T23:22:53.517Z Downloaded pretty-hex v0.4.1
3602026-02-23T23:22:53.517Z Downloaded anstyle v1.0.11
3612026-02-23T23:22:53.517Z Downloaded generic-array v0.14.7
3622026-02-23T23:22:53.520Z Downloaded anstyle-query v1.1.1
3632026-02-23T23:22:53.520Z Downloaded scroll_derive v0.12.0
3642026-02-23T23:22:53.520Z Downloaded serde-value v0.7.0
3652026-02-23T23:22:53.523Z Downloaded proc-macro-error-attr v1.0.4
3662026-02-23T23:22:53.523Z Downloaded plain v0.2.3
3672026-02-23T23:22:53.523Z Downloaded cfg-if v1.0.4
3682026-02-23T23:22:53.523Z Downloaded icu_provider_macros v1.5.0
3692026-02-23T23:22:53.526Z Downloaded heck v0.5.0
3702026-02-23T23:22:53.526Z Downloaded equivalent v1.0.2
3712026-02-23T23:22:53.526Z Downloaded digest v0.10.7
3722026-02-23T23:22:53.529Z Downloaded thiserror v1.0.69
3732026-02-23T23:22:53.535Z Downloaded macaddr v1.0.1
3742026-02-23T23:22:53.538Z Downloaded bytecount v0.6.8
3752026-02-23T23:22:53.538Z Downloaded heck v0.4.1
3762026-02-23T23:22:53.538Z Downloaded strsim v0.11.1
3772026-02-23T23:22:53.538Z Downloaded quote v1.0.40
3782026-02-23T23:22:53.540Z Downloaded litemap v0.7.3
3792026-02-23T23:22:53.543Z Downloaded zerocopy v0.7.35
3802026-02-23T23:22:53.555Z Downloaded zerovec v0.10.4
3812026-02-23T23:22:53.560Z Downloaded winnow v0.7.14
3822026-02-23T23:22:53.568Z Downloaded pest_generator v2.8.2
3832026-02-23T23:22:53.574Z Downloaded unicode-width v0.2.0
3842026-02-23T23:22:53.574Z Downloaded icu_locid_transform v1.5.0
3852026-02-23T23:22:53.577Z Downloaded smawk v0.3.2
3862026-02-23T23:22:53.577Z Downloaded byteorder v1.5.0
3872026-02-23T23:22:53.580Z Downloaded sha2 v0.10.9
3882026-02-23T23:22:53.580Z Downloaded camino-tempfile v1.4.1
3892026-02-23T23:22:53.584Z Downloaded fastrand v2.1.1
3902026-02-23T23:22:53.584Z Downloaded serde_tokenstream v0.2.2
3912026-02-23T23:22:53.587Z Downloaded semver v1.0.27
3922026-02-23T23:22:53.587Z Downloaded cargo_metadata v0.21.0
3932026-02-23T23:22:53.587Z Downloaded anstyle-parse v0.2.5
3942026-02-23T23:22:53.590Z Downloaded unicode-width v0.1.14
3952026-02-23T23:22:53.593Z Downloaded fs-err v3.1.1
3962026-02-23T23:22:53.595Z Downloaded cargo_toml v0.21.0
3972026-02-23T23:22:53.595Z Downloaded autocfg v1.4.0
3982026-02-23T23:22:53.598Z Downloaded serde-untagged v0.1.7
3992026-02-23T23:22:53.598Z Downloaded scroll v0.12.0
4002026-02-23T23:22:53.601Z Downloaded icu_normalizer_data v1.5.0
4012026-02-23T23:22:53.601Z Downloaded pest_derive v2.8.2
4022026-02-23T23:22:53.603Z Downloaded displaydoc v0.2.5
4032026-02-23T23:22:53.610Z Downloaded dof v0.3.0
4042026-02-23T23:22:53.610Z Downloaded itoa v1.0.11
4052026-02-23T23:22:53.610Z Downloaded is_terminal_polyfill v1.70.1
4062026-02-23T23:22:53.614Z Downloaded icu_locid_transform_data v1.5.0
4072026-02-23T23:22:53.614Z Downloaded fnv v1.0.7
4082026-02-23T23:22:53.614Z Downloaded colorchoice v1.0.2
4092026-02-23T23:22:53.614Z Downloaded cargo-platform v0.2.0
4102026-02-23T23:22:53.617Z Downloaded smallvec v1.15.1
4112026-02-23T23:22:53.618Z Downloaded once_cell v1.21.3
4122026-02-23T23:22:53.620Z Downloaded camino v1.2.2
4132026-02-23T23:22:53.623Z Downloaded clap_derive v4.5.47
4142026-02-23T23:22:53.623Z Downloaded proc-macro-error v1.0.4
4152026-02-23T23:22:53.626Z Downloaded pest_meta v2.8.2
4162026-02-23T23:22:53.629Z Downloaded cargo-util-schemas v0.8.2
4172026-02-23T23:22:53.634Z Downloaded icu_locid v1.5.0
4182026-02-23T23:22:53.634Z Downloaded icu_properties v1.5.1
4192026-02-23T23:22:53.639Z Downloaded papergrid v0.11.0
4202026-02-23T23:22:53.643Z Downloaded proc-macro2 v1.0.101
4212026-02-23T23:22:53.646Z Downloaded icu_normalizer v1.5.0
4222026-02-23T23:22:53.649Z Downloaded clap v4.5.48
4232026-02-23T23:22:53.655Z Downloaded num-traits v0.2.19
4242026-02-23T23:22:53.658Z Downloaded anyhow v1.0.99
4252026-02-23T23:22:53.662Z Downloaded serde_core v1.0.228
4262026-02-23T23:22:53.684Z Downloaded log v0.4.29
4272026-02-23T23:22:53.684Z Downloaded icu_provider v1.5.0
4282026-02-23T23:22:53.690Z Downloaded indexmap v2.13.0
4292026-02-23T23:22:53.690Z Downloaded serde v1.0.228
4302026-02-23T23:22:53.690Z Downloaded memchr v2.7.4
4312026-02-23T23:22:53.690Z Downloaded serde_derive v1.0.228
4322026-02-23T23:22:53.703Z Downloaded pest v2.8.2
4332026-02-23T23:22:53.734Z Downloaded idna v1.0.3
4342026-02-23T23:22:53.736Z Downloaded clap_builder v4.5.48
4352026-02-23T23:22:53.739Z Downloaded serde_json v1.0.149
4362026-02-23T23:22:53.747Z Downloaded hashbrown v0.16.1
4372026-02-23T23:22:53.764Z Downloaded goblin v0.8.2
4382026-02-23T23:22:53.777Z Downloaded tabled v0.15.0
4392026-02-23T23:22:53.792Z Downloaded syn v1.0.109
4402026-02-23T23:22:53.801Z Downloaded icu_properties_data v1.5.0
4412026-02-23T23:22:53.806Z Downloaded syn v2.0.114
4422026-02-23T23:22:53.815Z Downloaded rustix v0.38.37
4432026-02-23T23:22:53.858Z Downloaded libc v0.2.180
4442026-02-23T23:22:53.937Z Compiling proc-macro2 v1.0.101
4452026-02-23T23:22:53.942Z Compiling unicode-ident v1.0.19
4462026-02-23T23:22:53.942Z Compiling serde_core v1.0.228
4472026-02-23T23:22:53.942Z Compiling serde v1.0.228
4482026-02-23T23:22:54.179Z Compiling version_check v0.9.5
4492026-02-23T23:22:54.181Z Compiling libc v0.2.180
4502026-02-23T23:22:54.181Z Compiling memchr v2.7.4
4512026-02-23T23:22:54.181Z Compiling thiserror v2.0.18
4522026-02-23T23:22:54.433Z Compiling stable_deref_trait v1.2.0
4532026-02-23T23:22:54.572Z Compiling zmij v1.0.15
4542026-02-23T23:22:54.875Z Compiling writeable v0.5.5
4552026-02-23T23:22:55.327Z Compiling thiserror v1.0.69
4562026-02-23T23:22:55.595Z Compiling ucd-trie v0.1.7
4572026-02-23T23:22:55.819Z Compiling litemap v0.7.3
4582026-02-23T23:22:55.858Z Compiling itoa v1.0.11
4592026-02-23T23:22:56.100Z Compiling autocfg v1.4.0
4602026-02-23T23:22:56.210Z Compiling byteorder v1.5.0
4612026-02-23T23:22:56.491Z Compiling bitflags v2.9.4
4622026-02-23T23:22:56.705Z Compiling icu_locid_transform_data v1.5.0
4632026-02-23T23:22:56.822Z Compiling errno v0.3.12
4642026-02-23T23:22:56.849Z Compiling serde_json v1.0.149
4652026-02-23T23:22:56.882Z Compiling icu_properties_data v1.5.0
4662026-02-23T23:22:56.953Z Compiling quote v1.0.40
4672026-02-23T23:22:57.076Z Compiling num-traits v0.2.19
4682026-02-23T23:22:57.145Z Compiling utf8_iter v1.0.4
4692026-02-23T23:22:57.234Z Compiling icu_normalizer_data v1.5.0
4702026-02-23T23:22:57.369Z Compiling syn v2.0.114
4712026-02-23T23:22:57.413Z Compiling typeid v1.0.3
4722026-02-23T23:22:57.441Z Compiling smallvec v1.15.1
4732026-02-23T23:22:57.619Z Compiling utf16_iter v1.0.5
4742026-02-23T23:22:57.779Z Compiling write16 v1.0.0
4752026-02-23T23:22:57.840Z Compiling equivalent v1.0.2
4762026-02-23T23:22:57.868Z Compiling hashbrown v0.16.1
4772026-02-23T23:22:57.940Z Compiling rustix v0.38.37
4782026-02-23T23:22:58.097Z Compiling usdt-impl v0.5.0
4792026-02-23T23:22:58.313Z Compiling proc-macro-error-attr v1.0.4
4802026-02-23T23:22:58.479Z Compiling toml_write v0.1.2
4812026-02-23T23:22:58.657Z Compiling winnow v0.7.14
4822026-02-23T23:22:58.781Z Compiling syn v1.0.109
4832026-02-23T23:22:58.971Z Compiling thread-id v4.2.2
4842026-02-23T23:22:59.167Z Compiling indexmap v2.13.0
4852026-02-23T23:22:59.680Z Compiling proc-macro-error v1.0.4
4862026-02-23T23:23:00.052Z Compiling percent-encoding v2.3.2
4872026-02-23T23:23:00.377Z Compiling getrandom v0.3.4
4882026-02-23T23:23:00.412Z Compiling log v0.4.29
4892026-02-23T23:23:00.618Z Compiling plain v0.2.3
4902026-02-23T23:23:00.781Z Compiling utf8parse v0.2.2
4912026-02-23T23:23:00.808Z Compiling rustix v1.1.3
4922026-02-23T23:23:01.168Z Compiling camino v1.2.2
4932026-02-23T23:23:01.215Z Compiling ordered-float v2.10.1
4942026-02-23T23:23:01.784Z Compiling anstyle-parse v0.2.5
4952026-02-23T23:23:01.878Z Compiling form_urlencoded v1.2.2
4962026-02-23T23:23:01.912Z Compiling terminal_size v0.4.0
4972026-02-23T23:23:02.216Z Compiling pretty-hex v0.4.1
4982026-02-23T23:23:02.292Z Compiling anstyle-query v1.1.1
4992026-02-23T23:23:02.462Z Compiling colorchoice v1.0.2
5002026-02-23T23:23:02.466Z Compiling is_terminal_polyfill v1.70.1
5012026-02-23T23:23:02.544Z Compiling cfg-if v1.0.4
5022026-02-23T23:23:02.640Z Compiling anstyle v1.0.11
5032026-02-23T23:23:02.947Z Compiling semver v1.0.27
5042026-02-23T23:23:02.984Z Compiling anstream v0.6.18
5052026-02-23T23:23:03.450Z Compiling fs-err v3.1.1
5062026-02-23T23:23:03.673Z Compiling clap_lex v0.7.4
5072026-02-23T23:23:03.727Z Compiling heck v0.5.0
5082026-02-23T23:23:03.754Z Compiling unicode-width v0.1.14
5092026-02-23T23:23:03.795Z Compiling fastrand v2.1.1
5102026-02-23T23:23:04.176Z Compiling synstructure v0.13.1
5112026-02-23T23:23:04.210Z Compiling bytecount v0.6.8
5122026-02-23T23:23:04.347Z Compiling anyhow v1.0.99
5132026-02-23T23:23:04.375Z Compiling fnv v1.0.7
5142026-02-23T23:23:04.455Z Compiling strsim v0.11.1
5152026-02-23T23:23:04.548Z Compiling once_cell v1.21.3
5162026-02-23T23:23:05.014Z Compiling heck v0.4.1
5172026-02-23T23:23:05.054Z Compiling unicode-xid v0.2.6
5182026-02-23T23:23:05.278Z Compiling tempfile v3.24.0
5192026-02-23T23:23:05.456Z Compiling clap_builder v4.5.48
5202026-02-23T23:23:05.539Z Compiling papergrid v0.11.0
5212026-02-23T23:23:05.631Z Compiling memmap v0.7.0
5222026-02-23T23:23:05.733Z Compiling smawk v0.3.2
5232026-02-23T23:23:05.954Z Compiling unicode-width v0.2.0
5242026-02-23T23:23:05.983Z Compiling unicode-linebreak v0.1.5
5252026-02-23T23:23:06.509Z Compiling textwrap v0.16.2
5262026-02-23T23:23:06.549Z Compiling camino-tempfile v1.4.1
5272026-02-23T23:23:06.992Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-02-23T23:23:07.329Z Compiling tabled_derive v0.7.0
5292026-02-23T23:23:07.410Z Compiling swrite v0.1.0
5302026-02-23T23:23:08.173Z Compiling serde_derive v1.0.228
5312026-02-23T23:23:08.212Z Compiling zerofrom-derive v0.1.4
5322026-02-23T23:23:08.212Z Compiling yoke-derive v0.7.4
5332026-02-23T23:23:08.307Z Compiling thiserror-impl v2.0.18
5342026-02-23T23:23:08.347Z Compiling zerovec-derive v0.10.3
5352026-02-23T23:23:08.873Z Compiling displaydoc v0.2.5
5362026-02-23T23:23:10.504Z Compiling thiserror-impl v1.0.69
5372026-02-23T23:23:10.831Z Compiling icu_provider_macros v1.5.0
5382026-02-23T23:23:11.032Z Compiling zerocopy-derive v0.7.35
5392026-02-23T23:23:11.548Z Compiling zerofrom v0.1.4
5402026-02-23T23:23:11.678Z Compiling pest v2.8.2
5412026-02-23T23:23:11.808Z Compiling yoke v0.7.4
5422026-02-23T23:23:11.914Z Compiling scroll_derive v0.12.0
5432026-02-23T23:23:12.239Z Compiling zerovec v0.10.4
5442026-02-23T23:23:13.057Z Compiling zerocopy v0.7.35
5452026-02-23T23:23:13.141Z Compiling clap_derive v4.5.47
5462026-02-23T23:23:13.381Z Compiling scroll v0.12.0
5472026-02-23T23:23:13.681Z Compiling tabled v0.15.0
5482026-02-23T23:23:13.938Z Compiling goblin v0.8.2
5492026-02-23T23:23:14.244Z Compiling tinystr v0.7.6
5502026-02-23T23:23:14.461Z Compiling pest_meta v2.8.2
5512026-02-23T23:23:14.498Z Compiling icu_collections v1.5.0
5522026-02-23T23:23:14.676Z Compiling icu_locid v1.5.0
5532026-02-23T23:23:16.615Z Compiling icu_provider v1.5.0
5542026-02-23T23:23:16.788Z Compiling pest_generator v2.8.2
5552026-02-23T23:23:16.832Z Compiling serde_spanned v0.6.9
5562026-02-23T23:23:16.910Z Compiling toml_datetime v0.6.11
5572026-02-23T23:23:17.093Z Compiling dof v0.3.0
5582026-02-23T23:23:17.122Z Compiling serde_tokenstream v0.2.2
5592026-02-23T23:23:17.459Z Compiling icu_locid_transform v1.5.0
5602026-02-23T23:23:17.606Z Compiling toml_edit v0.22.27
5612026-02-23T23:23:17.755Z Compiling erased-serde v0.4.6
5622026-02-23T23:23:18.053Z Compiling serde-value v0.7.0
5632026-02-23T23:23:18.540Z Compiling cargo-platform v0.2.0
5642026-02-23T23:23:18.617Z Compiling pest_derive v2.8.2
5652026-02-23T23:23:18.918Z Compiling icu_properties v1.5.1
5662026-02-23T23:23:18.978Z Compiling serde-untagged v0.1.7
5672026-02-23T23:23:19.096Z Compiling clap v4.5.48
5682026-02-23T23:23:19.245Z Compiling macaddr v1.0.1
5692026-02-23T23:23:19.517Z Compiling dtrace-parser v0.2.0
5702026-02-23T23:23:21.187Z Compiling toml v0.8.23
5712026-02-23T23:23:21.492Z Compiling usdt-macro v0.5.0
5722026-02-23T23:23:21.699Z Compiling usdt-attr-macro v0.5.0
5732026-02-23T23:23:22.148Z Compiling cargo_toml v0.21.0
5742026-02-23T23:23:22.746Z Compiling icu_normalizer v1.5.0
5752026-02-23T23:23:22.994Z Compiling usdt v0.5.0
5762026-02-23T23:23:23.482Z Compiling idna_adapter v1.2.0
5772026-02-23T23:23:23.656Z Compiling idna v1.0.3
5782026-02-23T23:23:24.143Z Compiling url v2.5.4
5792026-02-23T23:23:25.020Z Compiling cargo-util-schemas v0.8.2
5802026-02-23T23:23:26.600Z Compiling cargo_metadata v0.21.0
5812026-02-23T23:23:28.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5822026-02-23T23:23:31.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
5832026-02-23T23:23:32.044Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5842026-02-23T23:23:32.835Z Downloading crates ...
5852026-02-23T23:23:33.305Z Downloaded aead v0.5.2
5862026-02-23T23:23:33.428Z Downloaded async-bb8-diesel v0.2.1
5872026-02-23T23:23:33.428Z Downloaded constant_time_eq v0.3.1
5882026-02-23T23:23:33.428Z Downloaded bcrypt-pbkdf v0.10.0
5892026-02-23T23:23:33.428Z Downloaded async-recursion v1.1.1
5902026-02-23T23:23:33.428Z Downloaded buf-list v1.0.3
5912026-02-23T23:23:33.428Z Downloaded castaway v0.2.3
5922026-02-23T23:23:33.428Z Downloaded crossbeam-utils v0.8.21
5932026-02-23T23:23:33.428Z Downloaded derive_builder_macro v0.20.2
5942026-02-23T23:23:33.428Z Downloaded ahash v0.8.12
5952026-02-23T23:23:33.429Z Downloaded deranged v0.5.3
5962026-02-23T23:23:33.429Z Downloaded debug-ignore v1.0.5
5972026-02-23T23:23:33.429Z Downloaded embedded-io v0.4.0
5982026-02-23T23:23:33.429Z Downloaded erased-serde v0.3.31
5992026-02-23T23:23:33.429Z Downloaded crc v3.2.1
6002026-02-23T23:23:33.429Z Downloaded float-cmp v0.10.0
6012026-02-23T23:23:33.429Z Downloaded ascii-canvas v3.0.0
6022026-02-23T23:23:33.429Z Downloaded fd-lock v4.0.2
6032026-02-23T23:23:33.429Z Downloaded foreign-types v0.5.0
6042026-02-23T23:23:33.429Z Downloaded float-ord v0.3.2
6052026-02-23T23:23:33.429Z Downloaded cfg_aliases v0.1.1
6062026-02-23T23:23:33.429Z Downloaded funty v2.0.0
6072026-02-23T23:23:33.429Z Downloaded defmt-parser v0.3.4
6082026-02-23T23:23:33.429Z Downloaded foreign-types-shared v0.1.1
6092026-02-23T23:23:33.429Z Downloaded find-msvc-tools v0.1.9
6102026-02-23T23:23:33.429Z Downloaded foldhash v0.2.0
6112026-02-23T23:23:33.429Z Downloaded cobs v0.2.3
6122026-02-23T23:23:33.429Z Downloaded difflib v0.4.0
6132026-02-23T23:23:33.442Z Downloaded futures-macro v0.3.31
6142026-02-23T23:23:33.443Z Downloaded futures-task v0.3.31
6152026-02-23T23:23:33.443Z Downloaded futures-sink v0.3.31
6162026-02-23T23:23:33.443Z Downloaded env_filter v0.1.2
6172026-02-23T23:23:33.443Z Downloaded block-padding v0.3.3
6182026-02-23T23:23:33.443Z Downloaded flagset v0.4.6
6192026-02-23T23:23:33.443Z Downloaded fs-err v2.11.0
6202026-02-23T23:23:33.443Z Downloaded backoff v0.4.0
6212026-02-23T23:23:33.443Z Downloaded globwalk v0.9.1
6222026-02-23T23:23:33.443Z Downloaded hash32 v0.3.1
6232026-02-23T23:23:33.443Z Downloaded foldhash v0.1.5
6242026-02-23T23:23:33.443Z Downloaded headers-core v0.3.0
6252026-02-23T23:23:33.443Z Downloaded fallible-iterator v0.2.0
6262026-02-23T23:23:33.443Z Downloaded hash32 v0.2.1
6272026-02-23T23:23:33.443Z Downloaded cargo_metadata v0.19.2
6282026-02-23T23:23:33.443Z Downloaded hostname v0.4.2
6292026-02-23T23:23:33.443Z Downloaded critical-section v1.1.3
6302026-02-23T23:23:33.443Z Downloaded futures-executor v0.3.31
6312026-02-23T23:23:33.443Z Downloaded derive-ex v0.1.8
6322026-02-23T23:23:33.443Z Downloaded ena v0.14.3
6332026-02-23T23:23:33.443Z Downloaded http-range v0.1.5
6342026-02-23T23:23:33.444Z Downloaded hostname v0.3.1
6352026-02-23T23:23:33.444Z Downloaded home v0.5.9
6362026-02-23T23:23:33.444Z Downloaded impl-trait-for-tuples v0.2.2
6372026-02-23T23:23:33.444Z Downloaded hubpack v0.1.2
6382026-02-23T23:23:33.444Z Downloaded indent_write v2.2.0
6392026-02-23T23:23:33.444Z Downloaded derive_builder_core v0.20.2
6402026-02-23T23:23:33.444Z Downloaded glob v0.3.2
6412026-02-23T23:23:33.444Z Downloaded env_logger v0.11.8
6422026-02-23T23:23:33.444Z Downloaded globset v0.4.15
6432026-02-23T23:23:33.444Z Downloaded fs_extra v1.3.0
6442026-02-23T23:23:33.444Z Downloaded is-terminal v0.4.13
6452026-02-23T23:23:33.444Z Downloaded internet-checksum v0.2.1
6462026-02-23T23:23:33.444Z Downloaded instant v0.1.13
6472026-02-23T23:23:33.444Z Downloaded is_ci v1.2.0
6482026-02-23T23:23:33.444Z Downloaded keccak v0.1.5
6492026-02-23T23:23:33.444Z Downloaded lazycell v1.3.0
6502026-02-23T23:23:33.444Z Downloaded libscf-sys v1.1.0
6512026-02-23T23:23:33.444Z Downloaded cookie_store v0.21.1
6522026-02-23T23:23:33.444Z Downloaded highway v1.3.0
6532026-02-23T23:23:33.444Z Downloaded cancel-safe-futures v0.1.5
6542026-02-23T23:23:33.444Z Downloaded humantime v2.2.0
6552026-02-23T23:23:33.444Z Downloaded ecdsa v0.16.9
6562026-02-23T23:23:33.444Z Downloaded lockfree-object-pool v0.1.6
6572026-02-23T23:23:33.444Z Downloaded const-oid v0.9.6
6582026-02-23T23:23:33.445Z Downloaded futures v0.3.31
6592026-02-23T23:23:33.445Z Downloaded maybe-uninit v2.0.0
6602026-02-23T23:23:33.445Z Downloaded memoffset v0.9.1
6612026-02-23T23:23:33.445Z Downloaded new_debug_unreachable v1.0.6
6622026-02-23T23:23:33.445Z Downloaded nodrop v0.1.14
6632026-02-23T23:23:33.445Z Downloaded getrandom v0.2.15
6642026-02-23T23:23:33.445Z Downloaded half v1.8.3
6652026-02-23T23:23:33.445Z Downloaded hmac v0.12.1
6662026-02-23T23:23:33.445Z Downloaded libloading v0.8.5
6672026-02-23T23:23:33.445Z Downloaded libefi-sys v0.1.0
6682026-02-23T23:23:33.445Z Downloaded ipnet v2.11.0
6692026-02-23T23:23:33.445Z Downloaded number_prefix v0.4.0
6702026-02-23T23:23:33.445Z Downloaded mime v0.3.17
6712026-02-23T23:23:33.525Z Downloaded num_threads v0.1.7
6722026-02-23T23:23:33.525Z Downloaded derive-where v1.5.0
6732026-02-23T23:23:33.525Z Downloaded normalize-line-endings v0.3.0
6742026-02-23T23:23:33.525Z Downloaded lock_api v0.4.12
6752026-02-23T23:23:33.525Z Downloaded linked-hash-map v0.5.6
6762026-02-23T23:23:33.526Z Downloaded openssl-macros v0.1.1
6772026-02-23T23:23:33.526Z Downloaded flate2 v1.1.2
6782026-02-23T23:23:33.526Z Downloaded num v0.4.3
6792026-02-23T23:23:33.526Z Downloaded jobserver v0.1.32
6802026-02-23T23:23:33.526Z Downloaded const_format_proc_macros v0.2.34
6812026-02-23T23:23:33.526Z Downloaded num-derive v0.4.2
6822026-02-23T23:23:33.526Z Downloaded native-tls v0.2.12
6832026-02-23T23:23:33.526Z Downloaded oso-derive v0.27.3
6842026-02-23T23:23:33.526Z Downloaded packed_struct_codegen v0.10.1
6852026-02-23T23:23:33.526Z Downloaded parse-display v0.10.0
6862026-02-23T23:23:33.526Z Downloaded parse-size v1.1.0
6872026-02-23T23:23:33.526Z Downloaded half v2.4.1
6882026-02-23T23:23:33.526Z Downloaded openssl-probe v0.1.5
6892026-02-23T23:23:33.526Z Downloaded linear-map v1.2.0
6902026-02-23T23:23:33.526Z Downloaded num-derive v0.3.3
6912026-02-23T23:23:33.526Z Downloaded num-complex v0.4.6
6922026-02-23T23:23:33.526Z Downloaded peg-runtime v0.8.5
6932026-02-23T23:23:33.526Z Downloaded phf_shared v0.11.2
6942026-02-23T23:23:33.526Z Downloaded hickory-client v0.25.2
6952026-02-23T23:23:33.526Z Downloaded ingot-macros v0.1.1
6962026-02-23T23:23:33.526Z Downloaded num_enum v0.5.11
6972026-02-23T23:23:33.526Z Downloaded path-slash v0.1.5
6982026-02-23T23:23:33.526Z Downloaded phf_shared v0.12.1
6992026-02-23T23:23:33.526Z Downloaded pin-utils v0.1.0
7002026-02-23T23:23:33.526Z Downloaded const_format v0.2.34
7012026-02-23T23:23:33.526Z Downloaded dropshot-api-manager v0.3.0
7022026-02-23T23:23:33.526Z Downloaded indexmap v1.9.3
7032026-02-23T23:23:33.527Z Downloaded nu-ansi-term v0.50.1
7042026-02-23T23:23:33.527Z Downloaded crossterm v0.28.1
7052026-02-23T23:23:33.527Z Downloaded precomputed-hash v0.1.1
7062026-02-23T23:23:33.527Z Downloaded parking_lot_core v0.9.10
7072026-02-23T23:23:33.527Z Downloaded pretty-hex v0.2.1
7082026-02-23T23:23:33.527Z Downloaded progenitor-client v0.8.0
7092026-02-23T23:23:33.527Z Downloaded progenitor-macro v0.8.0
7102026-02-23T23:23:33.527Z Downloaded packed_struct v0.10.1
7112026-02-23T23:23:33.589Z Downloaded parking_lot_core v0.8.6
7122026-02-23T23:23:33.589Z Downloaded proc-macro-error-attr2 v2.0.0
7132026-02-23T23:23:33.589Z Downloaded proc-macro-crate v1.3.1
7142026-02-23T23:23:33.589Z Downloaded psl-types v2.0.11
7152026-02-23T23:23:33.589Z Downloaded parse-display-derive v0.10.0
7162026-02-23T23:23:33.589Z Downloaded predicates-core v1.0.8
7172026-02-23T23:23:33.590Z Downloaded peg-macros v0.8.5
7182026-02-23T23:23:33.590Z Downloaded progenitor-client v0.10.0
7192026-02-23T23:23:33.590Z Downloaded progenitor-macro v0.10.0
7202026-02-23T23:23:33.590Z Downloaded peg v0.8.5
7212026-02-23T23:23:33.590Z Downloaded quick-error v1.2.3
7222026-02-23T23:23:33.590Z Downloaded der v0.7.10
7232026-02-23T23:23:33.590Z Downloaded polyval v0.6.2
7242026-02-23T23:23:33.590Z Downloaded pkcs8 v0.10.2
7252026-02-23T23:23:33.590Z Downloaded pem-rfc7468 v0.7.0
7262026-02-23T23:23:33.590Z Downloaded progenitor-macro v0.11.2
7272026-02-23T23:23:33.590Z Downloaded indicatif v0.17.11
7282026-02-23T23:23:33.590Z Downloaded radium v0.7.0
7292026-02-23T23:23:33.590Z Downloaded poly1305 v0.8.0
7302026-02-23T23:23:33.590Z Downloaded compact_str v0.8.0
7312026-02-23T23:23:33.590Z Downloaded postgres-protocol v0.6.8
7322026-02-23T23:23:33.590Z Downloaded primeorder v0.13.6
7332026-02-23T23:23:33.590Z Downloaded rand_xorshift v0.4.0
7342026-02-23T23:23:33.590Z Downloaded rand_chacha v0.3.1
7352026-02-23T23:23:33.590Z Downloaded predicates v3.1.3
7362026-02-23T23:23:33.590Z Downloaded rfc6979 v0.4.0
7372026-02-23T23:23:33.590Z Downloaded ref-cast-impl v1.0.25
7382026-02-23T23:23:33.590Z Downloaded rustc-hash v1.1.0
7392026-02-23T23:23:33.672Z Downloaded progenitor v0.11.2
7402026-02-23T23:23:33.672Z Downloaded headers v0.4.1
7412026-02-23T23:23:33.672Z Downloaded password-hash v0.4.2
7422026-02-23T23:23:33.672Z Downloaded aes-gcm v0.10.3
7432026-02-23T23:23:33.673Z Downloaded ref-cast v1.0.25
7442026-02-23T23:23:33.673Z Downloaded rustc-hash v2.1.1
7452026-02-23T23:23:33.673Z Downloaded russh-cryptovec v0.7.3
7462026-02-23T23:23:33.673Z Downloaded phf v0.12.1
7472026-02-23T23:23:33.673Z Downloaded rustc_version v0.4.1
7482026-02-23T23:23:33.673Z Downloaded bumpalo v3.16.0
7492026-02-23T23:23:33.673Z Downloaded expectorate v1.2.0
7502026-02-23T23:23:33.673Z Downloaded backtrace v0.3.74
7512026-02-23T23:23:33.673Z Downloaded heapless v0.7.17
7522026-02-23T23:23:33.673Z Downloaded indicatif v0.18.0
7532026-02-23T23:23:33.673Z Downloaded miniz_oxide v0.8.5
7542026-02-23T23:23:33.673Z Downloaded rtoolbox v0.0.2
7552026-02-23T23:23:33.673Z Downloaded rand_chacha v0.9.0
7562026-02-23T23:23:33.733Z Downloaded sapling-renderdag v0.1.0
7572026-02-23T23:23:33.733Z Downloaded same-file v1.0.6
7582026-02-23T23:23:33.733Z Downloaded salsa20 v0.10.2
7592026-02-23T23:23:33.736Z Downloaded postgres-types v0.2.9
7602026-02-23T23:23:33.736Z Downloaded p256 v0.13.2
7612026-02-23T23:23:33.736Z Downloaded rand_seeder v0.4.0
7622026-02-23T23:23:33.736Z Downloaded pkcs1 v0.7.5
7632026-02-23T23:23:33.736Z Downloaded jiff-static v0.2.15
7642026-02-23T23:23:33.736Z Downloaded scheduled-thread-pool v0.2.7
7652026-02-23T23:23:33.736Z Downloaded postcard v1.0.10
7662026-02-23T23:23:33.737Z Downloaded scrypt v0.11.0
7672026-02-23T23:23:33.737Z Downloaded secrecy v0.10.3
7682026-02-23T23:23:33.737Z Downloaded seq-macro v0.3.6
7692026-02-23T23:23:33.737Z Downloaded owo-colors v4.2.3
7702026-02-23T23:23:33.737Z Downloaded hickory-resolver v0.25.2
7712026-02-23T23:23:33.737Z Downloaded resolv-conf v0.7.0
7722026-02-23T23:23:33.737Z Downloaded papergrid v0.17.0
7732026-02-23T23:23:33.737Z Downloaded shell-words v1.1.0
7742026-02-23T23:23:33.737Z Downloaded serde_repr v0.1.19
7752026-02-23T23:23:33.737Z Downloaded serde_spanned v1.0.4
7762026-02-23T23:23:33.738Z Downloaded rustls-pemfile v1.0.4
7772026-02-23T23:23:33.738Z Downloaded progenitor-impl v0.8.0
7782026-02-23T23:23:33.738Z Downloaded pkcs5 v0.7.1
7792026-02-23T23:23:33.738Z Downloaded ed25519-dalek v2.1.1
7802026-02-23T23:23:33.787Z Downloaded signal-hook-tokio v0.3.1
7812026-02-23T23:23:33.787Z Downloaded sha1 v0.10.6
7822026-02-23T23:23:33.787Z Downloaded serde_urlencoded v0.7.1
7832026-02-23T23:23:33.787Z Downloaded signal-hook-mio v0.2.4
7842026-02-23T23:23:33.787Z Downloaded simd-adler32 v0.3.7
7852026-02-23T23:23:33.787Z Downloaded siphasher v1.0.1
7862026-02-23T23:23:33.787Z Downloaded sigpipe v0.1.3
7872026-02-23T23:23:33.787Z Downloaded signature v2.2.0
7882026-02-23T23:23:33.787Z Downloaded slog-envlogger v2.2.0
7892026-02-23T23:23:33.787Z Downloaded bytes v1.11.1
7902026-02-23T23:23:33.787Z Downloaded schemars_derive v0.8.22
7912026-02-23T23:23:33.787Z Downloaded pin-project v1.1.6
7922026-02-23T23:23:33.788Z Downloaded siphasher v0.3.11
7932026-02-23T23:23:33.788Z Downloaded scroll v0.13.0
7942026-02-23T23:23:33.788Z Downloaded sec1 v0.7.3
7952026-02-23T23:23:33.788Z Downloaded http v1.4.0
7962026-02-23T23:23:33.788Z Downloaded openssl-sys v0.9.109
7972026-02-23T23:23:33.788Z Downloaded russh-keys v0.45.0
7982026-02-23T23:23:33.788Z Downloaded serde_bytes v0.11.19
7992026-02-23T23:23:33.788Z Downloaded serde_path_to_error v0.1.20
8002026-02-23T23:23:33.788Z Downloaded ssh-cipher v0.2.0
8012026-02-23T23:23:33.788Z Downloaded ssh-encoding v0.2.0
8022026-02-23T23:23:33.788Z Downloaded strip-ansi-escapes v0.2.0
8032026-02-23T23:23:33.788Z Downloaded strum v0.26.3
8042026-02-23T23:23:33.788Z Downloaded hyper-util v0.1.19
8052026-02-23T23:23:33.788Z Downloaded cc v1.2.56
8062026-02-23T23:23:33.819Z Downloaded minimal-lexical v0.2.1
8072026-02-23T23:23:33.819Z Downloaded hashbrown v0.13.2
8082026-02-23T23:23:33.819Z Downloaded signal-hook-registry v1.4.2
8092026-02-23T23:23:33.819Z Downloaded shlex v1.3.0
8102026-02-23T23:23:33.819Z Downloaded structmeta-derive v0.3.0
8112026-02-23T23:23:33.819Z Downloaded structmeta v0.3.0
8122026-02-23T23:23:33.819Z Downloaded hashbrown v0.12.3
8132026-02-23T23:23:33.820Z Downloaded sync_wrapper v1.0.1
8142026-02-23T23:23:33.820Z Downloaded supports-color v3.0.2
8152026-02-23T23:23:33.820Z Downloaded ryu v1.0.18
8162026-02-23T23:23:33.820Z Downloaded slog-json v2.6.1
8172026-02-23T23:23:33.820Z Downloaded rand_core v0.6.4
8182026-02-23T23:23:33.820Z Downloaded prettyplease v0.2.36
8192026-02-23T23:23:33.820Z Downloaded rcgen v0.12.1
8202026-02-23T23:23:33.820Z Downloaded slog-scope v4.4.0
8212026-02-23T23:23:33.820Z Downloaded slog-async v2.8.0
8222026-02-23T23:23:33.820Z Downloaded sct v0.7.1
8232026-02-23T23:23:33.864Z Downloaded take_mut v0.2.2
8242026-02-23T23:23:33.864Z Downloaded thread-id v5.0.0
8252026-02-23T23:23:33.864Z Downloaded tap v1.0.1
8262026-02-23T23:23:33.864Z Downloaded termtree v0.5.1
8272026-02-23T23:23:33.865Z Downloaded libm v0.2.8
8282026-02-23T23:23:33.865Z Downloaded smf v0.2.3
8292026-02-23T23:23:33.865Z Downloaded smallvec v0.6.14
8302026-02-23T23:23:33.865Z Downloaded sqlformat v0.3.5
8312026-02-23T23:23:33.865Z Downloaded spki v0.7.3
8322026-02-23T23:23:33.865Z Downloaded thread_local v1.1.8
8332026-02-23T23:23:33.865Z Downloaded testing_table v0.3.0
8342026-02-23T23:23:33.865Z Downloaded time-core v0.1.6
8352026-02-23T23:23:33.865Z Downloaded snafu-derive v0.8.5
8362026-02-23T23:23:33.878Z Downloaded stringprep v0.1.5
8372026-02-23T23:23:33.878Z Downloaded serde_cbor v0.11.2
8382026-02-23T23:23:33.878Z Downloaded ron v0.7.1
8392026-02-23T23:23:33.878Z Downloaded itertools v0.10.5
8402026-02-23T23:23:33.878Z Downloaded serde_with_macros v3.16.1
8412026-02-23T23:23:33.879Z Downloaded strum_macros v0.24.3
8422026-02-23T23:23:33.879Z Downloaded tinyvec_macros v0.1.1
8432026-02-23T23:23:33.879Z Downloaded rustls-pki-types v1.10.0
8442026-02-23T23:23:33.879Z Downloaded string_cache v0.8.9
8452026-02-23T23:23:33.879Z Downloaded static_assertions v1.1.0
8462026-02-23T23:23:33.879Z Downloaded strum_macros v0.26.4
8472026-02-23T23:23:33.879Z Downloaded stacker v0.1.23
8482026-02-23T23:23:33.879Z Downloaded quinn v0.11.5
8492026-02-23T23:23:33.879Z Downloaded tabled_derive v0.11.0
8502026-02-23T23:23:33.879Z Downloaded tagptr v0.2.0
8512026-02-23T23:23:33.879Z Downloaded tabwriter v1.4.0
8522026-02-23T23:23:33.911Z Downloaded tabled_derive v0.10.0
8532026-02-23T23:23:33.911Z Downloaded slog-term v2.9.2
8542026-02-23T23:23:33.911Z Downloaded pretty_assertions v1.4.1
8552026-02-23T23:23:33.912Z Downloaded prefix-trie v0.7.0
8562026-02-23T23:23:33.912Z Downloaded topological-sort v0.2.2
8572026-02-23T23:23:33.912Z Downloaded sync-ptr v0.1.4
8582026-02-23T23:23:33.912Z Downloaded support-bundle-viewer v0.1.2
8592026-02-23T23:23:33.912Z Downloaded slog-stdlog v4.1.1
8602026-02-23T23:23:33.912Z Downloaded schemars v0.8.22
8612026-02-23T23:23:33.915Z Downloaded tower-layer v0.3.3
8622026-02-23T23:23:33.915Z Downloaded nom v7.1.3
8632026-02-23T23:23:33.915Z Downloaded try-lock v0.2.5
8642026-02-23T23:23:33.928Z Downloaded tower-service v0.3.3
8652026-02-23T23:23:33.928Z Downloaded trait-variant v0.1.2
8662026-02-23T23:23:33.929Z Downloaded thiserror-impl-no-std v2.0.2
8672026-02-23T23:23:33.929Z Downloaded tiny-keccak v2.0.2
8682026-02-23T23:23:33.929Z Downloaded serde_yaml v0.9.34+deprecated
8692026-02-23T23:23:33.929Z Downloaded hashbrown v0.15.4
8702026-02-23T23:23:33.946Z Downloaded thiserror-no-std v2.0.2
8712026-02-23T23:23:33.946Z Downloaded strum_macros v0.27.2
8722026-02-23T23:23:33.946Z Downloaded signal-hook v0.3.18
8732026-02-23T23:23:33.946Z Downloaded unarray v0.1.4
8742026-02-23T23:23:33.946Z Downloaded untrusted v0.7.1
8752026-02-23T23:23:33.958Z Downloaded unicode-truncate v1.1.0
8762026-02-23T23:23:33.959Z Downloaded typify-macro v0.2.0
8772026-02-23T23:23:33.959Z Downloaded tls_codec v0.4.1
8782026-02-23T23:23:33.959Z Downloaded typify-macro v0.4.3
8792026-02-23T23:23:33.959Z Downloaded tokio-macros v2.6.0
8802026-02-23T23:23:33.959Z Downloaded subprocess v0.2.9
8812026-02-23T23:23:33.959Z Downloaded qorb v0.4.1
8822026-02-23T23:23:33.959Z Downloaded usdt v0.6.0
8832026-02-23T23:23:33.974Z Downloaded similar v2.7.0
8842026-02-23T23:23:33.974Z Downloaded usdt-attr-macro v0.6.0
8852026-02-23T23:23:33.974Z Downloaded untrusted v0.9.0
8862026-02-23T23:23:33.974Z Downloaded tokio-native-tls v0.3.1
8872026-02-23T23:23:33.983Z Downloaded void v1.0.2
8882026-02-23T23:23:33.983Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8892026-02-23T23:23:33.983Z Downloaded tokio-rustls v0.25.0
8902026-02-23T23:23:33.983Z Downloaded tokio-tungstenite v0.23.1
8912026-02-23T23:23:33.983Z Downloaded usdt-macro v0.6.0
8922026-02-23T23:23:33.983Z Downloaded libxml v0.3.3
8932026-02-23T23:23:33.983Z Downloaded utf-8 v0.7.6
8942026-02-23T23:23:33.991Z Downloaded slog v2.8.2
8952026-02-23T23:23:33.991Z Downloaded tui-tree-widget v0.23.1
8962026-02-23T23:23:33.991Z Downloaded tracing-attributes v0.1.27
8972026-02-23T23:23:34.004Z Downloaded schemars v0.9.0
8982026-02-23T23:23:34.004Z Downloaded vte_generate_state_changes v0.1.2
8992026-02-23T23:23:34.011Z Downloaded itertools v0.13.0
9002026-02-23T23:23:34.021Z Downloaded tinyvec v1.8.0
9012026-02-23T23:23:34.021Z Downloaded rsa v0.9.8
9022026-02-23T23:23:34.021Z Downloaded want v0.3.1
9032026-02-23T23:23:34.021Z Downloaded waitgroup v0.1.2
9042026-02-23T23:23:34.021Z Downloaded wait-timeout v0.2.0
9052026-02-23T23:23:34.032Z Downloaded rand v0.9.2
9062026-02-23T23:23:34.032Z Downloaded tokio-stream v0.1.17
9072026-02-23T23:23:34.032Z Downloaded hyper v1.8.1
9082026-02-23T23:23:34.048Z Downloaded unicase v2.8.1
9092026-02-23T23:23:34.048Z Downloaded aho-corasick v1.1.3
9102026-02-23T23:23:34.056Z Downloaded xshell-macros v0.2.7
9112026-02-23T23:23:34.056Z Downloaded toml_parser v1.0.6+spec-1.1.0
9122026-02-23T23:23:34.056Z Downloaded schemars v1.0.4
9132026-02-23T23:23:34.078Z Downloaded zone v0.1.8
9142026-02-23T23:23:34.078Z Downloaded xattr v1.3.1
9152026-02-23T23:23:34.079Z Downloaded uzers v0.12.1
9162026-02-23T23:23:34.096Z Downloaded zeroize_derive v1.4.2
9172026-02-23T23:23:34.096Z Downloaded tokio-rustls v0.24.1
9182026-02-23T23:23:34.096Z Downloaded typify v0.2.0
9192026-02-23T23:23:34.096Z Downloaded tar v0.4.44
9202026-02-23T23:23:34.096Z Downloaded vergen-gitcl v1.0.8
9212026-02-23T23:23:34.096Z Downloaded zone v0.3.1
9222026-02-23T23:23:34.096Z Downloaded which v4.4.2
9232026-02-23T23:23:34.096Z Downloaded walkdir v2.5.0
9242026-02-23T23:23:34.139Z Downloaded zone_cfg_derive v0.3.0
9252026-02-23T23:23:34.139Z Downloaded zone_cfg_derive v0.1.2
9262026-02-23T23:23:34.139Z Downloaded twox-hash v2.1.0
9272026-02-23T23:23:34.139Z Downloaded vsss-rs v3.3.4
9282026-02-23T23:23:34.139Z Downloaded vergen-lib v0.1.6
9292026-02-23T23:23:34.139Z Downloaded whoami v1.5.2
9302026-02-23T23:23:34.139Z Downloaded itertools v0.12.1
9312026-02-23T23:23:34.162Z Downloaded samael v0.0.19
9322026-02-23T23:23:34.162Z Downloaded wyz v0.5.1
9332026-02-23T23:23:34.162Z Downloaded unicode-properties v0.1.3
9342026-02-23T23:23:34.162Z Downloaded aws-lc-rs v1.12.4
9352026-02-23T23:23:34.163Z Downloaded xz2 v0.1.7
9362026-02-23T23:23:34.163Z Downloaded xshell v0.2.7
9372026-02-23T23:23:34.163Z Downloaded usdt-impl v0.6.0
9382026-02-23T23:23:34.163Z Downloaded zeroize v1.8.1
9392026-02-23T23:23:34.163Z Downloaded zstd v0.13.3
9402026-02-23T23:23:34.163Z Downloaded toml v0.9.11+spec-1.1.0
9412026-02-23T23:23:34.163Z Downloaded vergen-git2 v1.0.7
9422026-02-23T23:23:34.163Z Downloaded vergen v9.0.6
9432026-02-23T23:23:34.163Z Downloaded zstd-safe v7.2.3
9442026-02-23T23:23:34.172Z Downloaded value-bag v1.12.0
9452026-02-23T23:23:34.172Z Downloaded h2 v0.4.6
9462026-02-23T23:23:34.172Z Downloaded toml v0.7.8
9472026-02-23T23:23:34.172Z Downloaded snafu v0.8.5
9482026-02-23T23:23:34.172Z Downloaded term v0.7.0
9492026-02-23T23:23:34.172Z Downloaded hkdf v0.12.4
9502026-02-23T23:23:34.186Z Downloaded blake3 v1.5.4
9512026-02-23T23:23:34.186Z Downloaded steno v0.4.1
9522026-02-23T23:23:34.196Z Downloaded itertools v0.14.0
9532026-02-23T23:23:34.196Z Downloaded yasna v0.5.2
9542026-02-23T23:23:34.196Z Downloaded unicode-bidi v0.3.17
9552026-02-23T23:23:34.196Z Downloaded tracing v0.1.40
9562026-02-23T23:23:34.211Z Downloaded test-strategy v0.4.3
9572026-02-23T23:23:34.211Z Downloaded vte v0.11.1
9582026-02-23T23:23:34.211Z Downloaded tracing-core v0.1.32
9592026-02-23T23:23:34.211Z Downloaded tungstenite v0.23.0
9602026-02-23T23:23:34.246Z Downloaded p521 v0.13.3
9612026-02-23T23:23:34.246Z Downloaded russh v0.45.0
9622026-02-23T23:23:34.247Z Downloaded rpassword v7.4.0
9632026-02-23T23:23:34.247Z Downloaded socket2 v0.6.1
9642026-02-23T23:23:34.261Z Downloaded socket2 v0.5.10
9652026-02-23T23:23:34.261Z Downloaded spin v0.9.8
9662026-02-23T23:23:34.261Z Downloaded unsafe-libyaml v0.2.11
9672026-02-23T23:23:34.261Z Downloaded tungstenite v0.21.0
9682026-02-23T23:23:34.261Z Downloaded tokio-postgres v0.7.13
9692026-02-23T23:23:34.261Z Downloaded zerocopy v0.6.6
9702026-02-23T23:23:34.261Z Downloaded bindgen v0.69.5
9712026-02-23T23:23:34.261Z Downloaded typify v0.4.3
9722026-02-23T23:23:34.261Z Downloaded uuid v1.19.0
9732026-02-23T23:23:34.261Z Downloaded tokio-rustls v0.26.0
9742026-02-23T23:23:34.261Z Downloaded zopfli v0.8.1
9752026-02-23T23:23:34.272Z Downloaded publicsuffix v2.3.0
9762026-02-23T23:23:34.272Z Downloaded num-bigint-dig v0.8.6
9772026-02-23T23:23:34.272Z Downloaded unicode_categories v0.1.1
9782026-02-23T23:23:34.272Z Downloaded iri-string v0.7.8
9792026-02-23T23:23:34.285Z Downloaded rustyline v14.0.0
9802026-02-23T23:23:34.285Z Downloaded bitvec v1.0.1
9812026-02-23T23:23:34.304Z Downloaded term v1.1.0
9822026-02-23T23:23:34.304Z Downloaded reqwest v0.12.24
9832026-02-23T23:23:34.314Z Downloaded reedline v0.40.0
9842026-02-23T23:23:34.314Z Downloaded git2 v0.20.2
9852026-02-23T23:23:34.314Z Downloaded portable-atomic v1.11.0
9862026-02-23T23:23:34.336Z Downloaded yansi v1.0.1
9872026-02-23T23:23:34.336Z Downloaded zip v0.6.6
9882026-02-23T23:23:34.354Z Downloaded zerocopy-derive v0.8.27
9892026-02-23T23:23:34.354Z Downloaded tower v0.5.2
9902026-02-23T23:23:34.354Z Downloaded toml_edit v0.19.15
9912026-02-23T23:23:34.363Z Downloaded unicode-segmentation v1.12.0
9922026-02-23T23:23:34.363Z Downloaded tokio-util v0.7.15
9932026-02-23T23:23:34.388Z Downloaded tower-http v0.6.6
9942026-02-23T23:23:34.405Z Downloaded goblin v0.10.2
9952026-02-23T23:23:34.405Z Downloaded rayon v1.10.0
9962026-02-23T23:23:34.405Z Downloaded zip v4.2.0
9972026-02-23T23:23:34.405Z Downloaded typed-path v0.9.3
9982026-02-23T23:23:34.424Z Downloaded proptest v1.7.0
9992026-02-23T23:23:34.424Z Downloaded x509-cert v0.2.5
10002026-02-23T23:23:34.424Z Downloaded moka v0.12.10
10012026-02-23T23:23:34.443Z Downloaded rustls-webpki v0.101.7
10022026-02-23T23:23:34.479Z Downloaded time v0.3.43
10032026-02-23T23:23:34.480Z Downloaded quinn-proto v0.11.8
10042026-02-23T23:23:34.480Z Downloaded tough v0.20.0
10052026-02-23T23:23:34.526Z Downloaded winnow v0.6.26
10062026-02-23T23:23:34.526Z Downloaded unicode-normalization v0.1.24
10072026-02-23T23:23:34.526Z Downloaded regex v1.11.3
10082026-02-23T23:23:34.526Z Downloaded radix_trie v0.2.1
10092026-02-23T23:23:34.526Z Downloaded quick-xml v0.37.2
10102026-02-23T23:23:34.526Z Downloaded lalrpop v0.19.12
10112026-02-23T23:23:34.539Z Downloaded petname v2.0.2
10122026-02-23T23:23:34.539Z Downloaded zlib-rs v0.5.1
10132026-02-23T23:23:34.539Z Downloaded nix v0.28.0
10142026-02-23T23:23:34.539Z Downloaded gimli v0.31.1
10152026-02-23T23:23:34.539Z Downloaded curve25519-dalek v4.1.3
10162026-02-23T23:23:34.548Z Downloaded object v0.30.4
10172026-02-23T23:23:34.558Z Downloaded serde_with v3.16.1
10182026-02-23T23:23:34.558Z Downloaded rustls-webpki v0.102.8
10192026-02-23T23:23:34.567Z Downloaded p384 v0.13.1
10202026-02-23T23:23:34.582Z Downloaded smoltcp v0.9.1
10212026-02-23T23:23:34.601Z Downloaded winnow v0.5.40
10222026-02-23T23:23:34.601Z Downloaded object v0.37.3
10232026-02-23T23:23:34.614Z Downloaded zerocopy v0.8.27
10242026-02-23T23:23:34.623Z Downloaded regress v0.10.4
10252026-02-23T23:23:34.634Z Downloaded smoltcp v0.11.0
10262026-02-23T23:23:34.641Z Downloaded polar-core v0.27.3
10272026-02-23T23:23:34.648Z Downloaded nix v0.27.1
10282026-02-23T23:23:34.659Z Downloaded tabled v0.18.0
10292026-02-23T23:23:34.670Z Downloaded nix v0.29.0
10302026-02-23T23:23:34.681Z Downloaded regex-syntax v0.6.29
10312026-02-23T23:23:34.687Z Downloaded dropshot v0.16.7
10322026-02-23T23:23:34.813Z Downloaded rustls v0.21.12
10332026-02-23T23:23:34.876Z Downloaded diesel v2.2.12
10342026-02-23T23:23:34.876Z Downloaded vcpkg v0.2.15
10352026-02-23T23:23:34.876Z Downloaded tabled v0.20.0
10362026-02-23T23:23:34.876Z Downloaded rustls v0.22.4
10372026-02-23T23:23:34.876Z Downloaded bzip2-sys v0.1.13+1.0.8
10382026-02-23T23:23:34.876Z Downloaded typify-impl v0.4.3
10392026-02-23T23:23:34.876Z Downloaded regex-syntax v0.8.5
10402026-02-23T23:23:34.876Z Downloaded rustls v0.23.19
10412026-02-23T23:23:34.889Z Downloaded openapiv3 v2.2.0
10422026-02-23T23:23:34.889Z Downloaded zerocopy-derive v0.6.6
10432026-02-23T23:23:34.889Z Downloaded sled v0.34.7
10442026-02-23T23:23:34.889Z Downloaded jiff v0.2.15
10452026-02-23T23:23:34.899Z Downloaded object v0.36.5
10462026-02-23T23:23:34.917Z Downloaded nix v0.30.1
10472026-02-23T23:23:34.928Z Downloaded openssl v0.10.73
10482026-02-23T23:23:34.928Z Downloaded chrono-tz v0.10.4
10492026-02-23T23:23:34.950Z Downloaded bstr v1.10.0
10502026-02-23T23:23:34.963Z Downloaded hickory-proto v0.25.2
10512026-02-23T23:23:34.970Z Downloaded sqlparser v0.61.0
10522026-02-23T23:23:34.983Z Downloaded webpki-roots v1.0.1
10532026-02-23T23:23:34.983Z Downloaded libz-sys v1.1.20
10542026-02-23T23:23:34.996Z Downloaded hickory-proto v0.24.4
10552026-02-23T23:23:35.010Z Downloaded ssh-key v0.6.6
10562026-02-23T23:23:35.018Z Downloaded salty v0.3.0
10572026-02-23T23:23:35.032Z Downloaded chrono v0.4.43
10582026-02-23T23:23:35.035Z Downloaded bindgen v0.71.1
10592026-02-23T23:23:35.038Z Downloaded toml_writer v1.0.6+spec-1.1.0
10602026-02-23T23:23:35.038Z Downloaded tokio-tungstenite v0.21.0
10612026-02-23T23:23:35.052Z Downloaded tokio-dtrace v0.1.0
10622026-02-23T23:23:35.052Z Downloaded tls_codec_derive v0.4.1
10632026-02-23T23:23:35.052Z Downloaded futures-util v0.3.31
10642026-02-23T23:23:35.061Z Downloaded num-bigint v0.4.6
10652026-02-23T23:23:35.061Z Downloaded ratatui v0.29.0
10662026-02-23T23:23:35.075Z Downloaded typify-impl v0.2.0
10672026-02-23T23:23:35.088Z Downloaded universal-hash v0.5.1
10682026-02-23T23:23:35.099Z Downloaded unit-prefix v0.5.1
10692026-02-23T23:23:35.105Z Downloaded termios v0.3.3
10702026-02-23T23:23:35.105Z Downloaded rand v0.8.5
10712026-02-23T23:23:35.105Z Downloaded mio v1.0.2
10722026-02-23T23:23:35.105Z Downloaded iddqd v0.3.16
10732026-02-23T23:23:35.128Z Downloaded time-macros v0.2.24
10742026-02-23T23:23:35.128Z Downloaded ron v0.8.1
10752026-02-23T23:23:35.128Z Downloaded rayon-core v1.12.1
10762026-02-23T23:23:35.128Z Downloaded subtle v2.6.1
10772026-02-23T23:23:35.128Z Downloaded strum v0.27.2
10782026-02-23T23:23:35.128Z Downloaded slog-dtrace v0.3.0
10792026-02-23T23:23:35.128Z Downloaded slab v0.4.9
10802026-02-23T23:23:35.142Z Downloaded sqlparser_derive v0.5.0
10812026-02-23T23:23:35.142Z Downloaded serde_derive_internals v0.29.1
10822026-02-23T23:23:35.142Z Downloaded serde-hex v0.1.0
10832026-02-23T23:23:35.153Z Downloaded progenitor-impl v0.11.2
10842026-02-23T23:23:35.153Z Downloaded progenitor-impl v0.10.0
10852026-02-23T23:23:35.153Z Downloaded papergrid v0.14.0
10862026-02-23T23:23:35.153Z Downloaded hickory-server v0.25.2
10872026-02-23T23:23:35.154Z Downloaded regex-automata v0.4.11
10882026-02-23T23:23:35.186Z Downloaded slog-bunyan v2.5.0
10892026-02-23T23:23:35.186Z Downloaded petgraph v0.6.5
10902026-02-23T23:23:35.216Z Downloaded rusty-fork v0.3.0
10912026-02-23T23:23:35.216Z Downloaded rustversion v1.0.22
10922026-02-23T23:23:35.216Z Downloaded rustls-pemfile v2.2.0
10932026-02-23T23:23:35.216Z Downloaded r2d2 v0.8.10
10942026-02-23T23:23:35.216Z Downloaded rustls-native-certs v0.8.1
10952026-02-23T23:23:35.216Z Downloaded serde_plain v1.0.2
10962026-02-23T23:23:35.216Z Downloaded serde-big-array v0.5.1
10972026-02-23T23:23:35.216Z Downloaded semver v0.1.20
10982026-02-23T23:23:35.216Z Downloaded rustc-demangle v0.1.24
10992026-02-23T23:23:35.216Z Downloaded secrecy v0.8.0
11002026-02-23T23:23:35.216Z Downloaded scopeguard v1.2.0
11012026-02-23T23:23:35.216Z Downloaded scroll_derive v0.13.1
11022026-02-23T23:23:35.216Z Downloaded rand_core v0.9.3
11032026-02-23T23:23:35.216Z Downloaded hickory-resolver v0.24.4
11042026-02-23T23:23:35.216Z Downloaded rustc_version v0.1.7
11052026-02-23T23:23:35.216Z Downloaded quinn-udp v0.5.5
11062026-02-23T23:23:35.225Z Downloaded psm v0.1.30
11072026-02-23T23:23:35.225Z Downloaded oso v0.27.3
11082026-02-23T23:23:35.225Z Downloaded progenitor-client v0.11.2
11092026-02-23T23:23:35.225Z Downloaded progenitor v0.10.0
11102026-02-23T23:23:35.225Z Downloaded proc-macro-error2 v2.0.1
11112026-02-23T23:23:35.225Z Downloaded parking_lot v0.12.3
11122026-02-23T23:23:35.225Z Downloaded lzma-sys v0.1.20
11132026-02-23T23:23:35.240Z Downloaded parking_lot v0.11.2
11142026-02-23T23:23:35.252Z Downloaded httparse v1.9.5
11152026-02-23T23:23:35.252Z Downloaded recursive-proc-macro-impl v0.1.1
11162026-02-23T23:23:35.252Z Downloaded recursive v0.1.1
11172026-02-23T23:23:35.252Z Downloaded ppv-lite86 v0.2.20
11182026-02-23T23:23:35.252Z Downloaded base64 v0.21.7
11192026-02-23T23:23:35.252Z Downloaded pkg-config v0.3.31
11202026-02-23T23:23:35.252Z Downloaded petgraph v0.8.2
11212026-02-23T23:23:35.270Z Downloaded csv v1.3.1
11222026-02-23T23:23:35.303Z Downloaded pin-project-internal v1.1.6
11232026-02-23T23:23:35.337Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11242026-02-23T23:23:35.337Z Downloaded pem v3.0.5
11252026-02-23T23:23:35.337Z Downloaded omicron-zone-package v0.12.2
11262026-02-23T23:23:35.337Z Downloaded tokio v1.49.0
11272026-02-23T23:23:35.353Z Downloaded sha3 v0.10.8
11282026-02-23T23:23:35.372Z Downloaded pin-project-lite v0.2.14
11292026-02-23T23:23:35.372Z Downloaded phf v0.11.2
11302026-02-23T23:23:35.372Z Downloaded heapless v0.8.0
11312026-02-23T23:23:35.372Z Downloaded progenitor v0.8.0
11322026-02-23T23:23:35.372Z Downloaded paste v1.0.15
11332026-02-23T23:23:35.372Z Downloaded password-hash v0.5.0
11342026-02-23T23:23:35.386Z Downloaded predicates-tree v1.0.12
11352026-02-23T23:23:35.386Z Downloaded powerfmt v0.2.0
11362026-02-23T23:23:35.386Z Downloaded oxnet v0.1.4
11372026-02-23T23:23:35.386Z Downloaded oxide-tokio-rt v0.1.2
11382026-02-23T23:23:35.386Z Downloaded memmap2 v0.9.8
11392026-02-23T23:23:35.386Z Downloaded crossterm v0.29.0
11402026-02-23T23:23:35.386Z Downloaded crc32fast v1.4.2
11412026-02-23T23:23:35.386Z Downloaded chacha20poly1305 v0.10.1
11422026-02-23T23:23:35.386Z Downloaded arc-swap v1.7.1
11432026-02-23T23:23:35.396Z Downloaded crypto-bigint v0.5.5
11442026-02-23T23:23:35.396Z Downloaded newtype-uuid-macros v0.1.0
11452026-02-23T23:23:35.396Z Downloaded nanorand v0.7.0
11462026-02-23T23:23:35.396Z Downloaded litrs v0.4.1
11472026-02-23T23:23:35.396Z Downloaded ignore v0.4.23
11482026-02-23T23:23:35.396Z Downloaded newtype-uuid v1.3.2
11492026-02-23T23:23:35.408Z Downloaded multer v3.1.0
11502026-02-23T23:23:35.408Z Downloaded mime_guess v2.0.5
11512026-02-23T23:23:35.409Z Downloaded ipnetwork v0.21.1
11522026-02-23T23:23:35.409Z Downloaded flume v0.11.1
11532026-02-23T23:23:35.416Z Downloaded diesel_derives v2.2.3
11542026-02-23T23:23:35.416Z Downloaded darling_core v0.21.0
11552026-02-23T23:23:35.416Z Downloaded pbkdf2 v0.12.2
11562026-02-23T23:23:35.416Z Downloaded pbkdf2 v0.11.0
11572026-02-23T23:23:35.425Z Downloaded num-rational v0.4.2
11582026-02-23T23:23:35.425Z Downloaded num-integer v0.1.46
11592026-02-23T23:23:35.425Z Downloaded libz-rs-sys v0.5.1
11602026-02-23T23:23:35.425Z Downloaded maplit v1.0.2
11612026-02-23T23:23:35.425Z Downloaded libsw v3.5.0
11622026-02-23T23:23:35.425Z Downloaded derive_more-impl v2.0.1
11632026-02-23T23:23:35.438Z Downloaded crc-any v2.5.0
11642026-02-23T23:23:35.438Z Downloaded opaque-debug v0.3.1
11652026-02-23T23:23:35.438Z Downloaded encoding_rs v0.8.34
11662026-02-23T23:23:35.457Z Downloaded olpc-cjson v0.1.4
11672026-02-23T23:23:35.484Z Downloaded ciborium v0.2.2
11682026-02-23T23:23:35.484Z Downloaded base64 v0.13.1
11692026-02-23T23:23:35.484Z Downloaded iana-time-zone v0.1.63
11702026-02-23T23:23:35.484Z Downloaded hyper-rustls v0.27.7
11712026-02-23T23:23:35.484Z Downloaded nonempty v0.12.0
11722026-02-23T23:23:35.488Z Downloaded newtype_derive v0.1.6
11732026-02-23T23:23:35.488Z Downloaded dropshot_endpoint v0.16.7
11742026-02-23T23:23:35.488Z Downloaded darling_core v0.20.10
11752026-02-23T23:23:35.503Z Downloaded num_enum_derive v0.5.11
11762026-02-23T23:23:35.510Z Downloaded num-iter v0.1.45
11772026-02-23T23:23:35.510Z Downloaded num-conv v0.1.0
11782026-02-23T23:23:35.510Z Downloaded ingot-types v0.1.2
11792026-02-23T23:23:35.510Z Downloaded nibble_vec v0.1.0
11802026-02-23T23:23:35.510Z Downloaded newline-converter v0.3.0
11812026-02-23T23:23:35.510Z Downloaded multimap v0.10.1
11822026-02-23T23:23:35.510Z Downloaded md5 v0.7.0
11832026-02-23T23:23:35.510Z Downloaded md-5 v0.10.6
11842026-02-23T23:23:35.511Z Downloaded managed v0.8.0
11852026-02-23T23:23:35.511Z Downloaded lzss v0.8.2
11862026-02-23T23:23:35.511Z Downloaded lru-cache v0.1.2
11872026-02-23T23:23:35.511Z Downloaded ring v0.17.14
11882026-02-23T23:23:35.535Z Downloaded lru v0.12.5
11892026-02-23T23:23:35.555Z Downloaded match_cfg v0.1.0
11902026-02-23T23:23:35.555Z Downloaded libsw-core v0.3.1
11912026-02-23T23:23:35.556Z Downloaded ingot v0.1.1
11922026-02-23T23:23:35.556Z Downloaded indoc v2.0.6
11932026-02-23T23:23:35.556Z Downloaded http-body-util v0.1.3
11942026-02-23T23:23:35.556Z Downloaded derive_more v2.0.1
11952026-02-23T23:23:35.556Z Downloaded derive_more v0.99.20
11962026-02-23T23:23:35.556Z Downloaded elliptic-curve v0.13.8
11972026-02-23T23:23:35.556Z Downloaded hyper-staticfile v0.10.1
11982026-02-23T23:23:35.568Z Downloaded crossbeam-epoch v0.9.18
11992026-02-23T23:23:35.568Z Downloaded colored v2.2.0
12002026-02-23T23:23:35.568Z Downloaded libgit2-sys v0.18.2+1.9.1
12012026-02-23T23:23:35.597Z Downloaded blake2 v0.10.6
12022026-02-23T23:23:35.618Z Downloaded derive_builder v0.20.2
12032026-02-23T23:23:35.619Z Downloaded darling v0.21.0
12042026-02-23T23:23:35.641Z Downloaded convert_case v0.7.1
12052026-02-23T23:23:35.641Z Downloaded bzip2 v0.5.2
12062026-02-23T23:23:35.641Z Downloaded console v0.16.0
12072026-02-23T23:23:35.641Z Downloaded colored v3.0.0
12082026-02-23T23:23:35.641Z Downloaded clang-sys v1.8.1
12092026-02-23T23:23:35.641Z Downloaded lazy_static v1.5.0
12102026-02-23T23:23:35.641Z Downloaded lalrpop-util v0.19.12
12112026-02-23T23:23:35.641Z Downloaded kstat-rs v0.2.4
12122026-02-23T23:23:35.641Z Downloaded console v0.15.10
12132026-02-23T23:23:35.641Z Downloaded instability v0.3.2
12142026-02-23T23:23:35.641Z Downloaded inout v0.1.3
12152026-02-23T23:23:35.641Z Downloaded indoc v1.0.9
12162026-02-23T23:23:35.641Z Downloaded group v0.13.0
12172026-02-23T23:23:35.641Z Downloaded futures-channel v0.3.31
12182026-02-23T23:23:35.641Z Downloaded fatfs v0.3.6
12192026-02-23T23:23:35.649Z Downloaded either v1.15.0
12202026-02-23T23:23:35.649Z Downloaded ed25519 v2.2.3
12212026-02-23T23:23:35.649Z Downloaded daft-derive v0.1.4
12222026-02-23T23:23:35.649Z Downloaded diff v0.1.13
12232026-02-23T23:23:35.649Z Downloaded des v0.8.1
12242026-02-23T23:23:35.649Z Downloaded corncobs v0.1.4
12252026-02-23T23:23:35.649Z Downloaded ctr v0.9.2
12262026-02-23T23:23:35.649Z Downloaded ident_case v1.0.1
12272026-02-23T23:23:35.649Z Downloaded hyper-tls v0.6.0
12282026-02-23T23:23:35.649Z Downloaded httpdate v1.0.3
12292026-02-23T23:23:35.649Z Downloaded bzip2 v0.4.4
12302026-02-23T23:23:35.661Z Downloaded allocator-api2 v0.2.21
12312026-02-23T23:23:35.661Z Downloaded hubpack_derive v0.1.1
12322026-02-23T23:23:35.661Z Downloaded http-body v1.0.1
12332026-02-23T23:23:35.661Z Downloaded dof v0.4.0
12342026-02-23T23:23:35.661Z Downloaded crossbeam-deque v0.8.5
12352026-02-23T23:23:35.661Z Downloaded filetime v0.2.26
12362026-02-23T23:23:35.661Z Downloaded drift v0.1.3
12372026-02-23T23:23:35.675Z Downloaded dtrace-parser v0.3.0
12382026-02-23T23:23:35.675Z Downloaded defmt-macros v0.3.9
12392026-02-23T23:23:35.675Z Downloaded bb8 v0.8.5
12402026-02-23T23:23:35.675Z Downloaded cmake v0.1.51
12412026-02-23T23:23:35.675Z Downloaded chacha20 v0.9.1
12422026-02-23T23:23:35.675Z Downloaded cassowary v0.3.0
12432026-02-23T23:23:35.675Z Downloaded camino-tempfile-ext v0.3.2
12442026-02-23T23:23:35.693Z Downloaded bitfield v0.19.2
12452026-02-23T23:23:35.693Z Downloaded bit-vec v0.8.0
12462026-02-23T23:23:35.693Z Downloaded bit-vec v0.6.3
12472026-02-23T23:23:35.693Z Downloaded defmt v0.3.8
12482026-02-23T23:23:35.693Z Downloaded daft v0.1.4
12492026-02-23T23:23:35.693Z Downloaded hex-literal v0.4.1
12502026-02-23T23:23:35.693Z Downloaded hex v0.4.3
12512026-02-23T23:23:35.693Z Downloaded heck v0.3.3
12522026-02-23T23:23:35.693Z Downloaded blowfish v0.9.1
12532026-02-23T23:23:35.693Z Downloaded base64 v0.22.1
12542026-02-23T23:23:35.693Z Downloaded data-encoding v2.9.0
12552026-02-23T23:23:35.693Z Downloaded ghash v0.5.1
12562026-02-23T23:23:35.693Z Downloaded gethostname v0.5.0
12572026-02-23T23:23:35.703Z Downloaded fxhash v0.2.1
12582026-02-23T23:23:35.703Z Downloaded foreign-types-shared v0.3.1
12592026-02-23T23:23:35.703Z Downloaded foreign-types-macros v0.2.3
12602026-02-23T23:23:35.703Z Downloaded fixedbitset v0.5.7
12612026-02-23T23:23:35.703Z Downloaded ff v0.13.0
12622026-02-23T23:23:35.703Z Downloaded embedded-io v0.6.1
12632026-02-23T23:23:35.703Z Downloaded dunce v1.0.5
12642026-02-23T23:23:35.703Z Downloaded dsl_auto_type v0.1.2
12652026-02-23T23:23:35.703Z Downloaded display-error-chain v0.2.2
12662026-02-23T23:23:35.703Z Downloaded dirs-next v2.0.0
12672026-02-23T23:23:35.703Z Downloaded cexpr v0.6.0
12682026-02-23T23:23:35.703Z Downloaded cbc v0.1.2
12692026-02-23T23:23:35.704Z Downloaded bitflags v1.3.2
12702026-02-23T23:23:35.721Z Downloaded base64ct v1.6.0
12712026-02-23T23:23:35.721Z Downloaded bit-set v0.8.0
12722026-02-23T23:23:35.721Z Downloaded document-features v0.2.11
12732026-02-23T23:23:35.721Z Downloaded futures-core v0.3.31
12742026-02-23T23:23:35.721Z Downloaded futures-io v0.3.31
12752026-02-23T23:23:35.721Z Downloaded bitfield-struct v0.6.2
12762026-02-23T23:23:35.721Z Downloaded curve25519-dalek-derive v0.1.1
12772026-02-23T23:23:35.722Z Downloaded atty v0.2.14
12782026-02-23T23:23:35.722Z Downloaded darling v0.20.10
12792026-02-23T23:23:35.722Z Downloaded cargo-platform v0.1.8
12802026-02-23T23:23:35.722Z Downloaded atomic-waker v1.1.2
12812026-02-23T23:23:35.735Z Downloaded diesel-dtrace v0.4.2
12822026-02-23T23:23:35.735Z Downloaded foreign-types v0.3.2
12832026-02-23T23:23:35.735Z Downloaded fixedbitset v0.4.2
12842026-02-23T23:23:35.735Z Downloaded darling_macro v0.21.0
12852026-02-23T23:23:35.735Z Downloaded ciborium-ll v0.2.2
12862026-02-23T23:23:35.735Z Downloaded crc8 v0.1.1
12872026-02-23T23:23:35.735Z Downloaded crc-catalog v2.4.0
12882026-02-23T23:23:35.735Z Downloaded dyn-clone v1.0.20
12892026-02-23T23:23:35.735Z Downloaded dropshot-api-manager-types v0.3.0
12902026-02-23T23:23:35.735Z Downloaded dirs-sys-next v0.1.2
12912026-02-23T23:23:35.735Z Downloaded diesel_table_macro_syntax v0.2.0
12922026-02-23T23:23:35.735Z Downloaded bitfield-macros v0.19.2
12932026-02-23T23:23:35.735Z Downloaded base16ct v0.2.0
12942026-02-23T23:23:35.736Z Downloaded atomicwrites v0.4.4
12952026-02-23T23:23:35.736Z Downloaded async-stream-impl v0.3.6
12962026-02-23T23:23:35.736Z Downloaded enum-as-inner v0.6.1
12972026-02-23T23:23:35.750Z Downloaded assert_matches v1.5.0
12982026-02-23T23:23:35.750Z Downloaded aes v0.8.4
12992026-02-23T23:23:35.750Z Downloaded endian-type v0.1.2
13002026-02-23T23:23:35.750Z Downloaded darling_macro v0.20.10
13012026-02-23T23:23:35.750Z Downloaded convert_case v0.4.0
13022026-02-23T23:23:35.750Z Downloaded ciborium-io v0.2.2
13032026-02-23T23:23:35.750Z Downloaded array-init v0.0.4
13042026-02-23T23:23:35.750Z Downloaded csv-core v0.1.11
13052026-02-23T23:23:35.750Z Downloaded crossbeam-channel v0.5.15
13062026-02-23T23:23:35.750Z Downloaded bcs v0.1.6
13072026-02-23T23:23:35.761Z Downloaded async-trait v0.1.89
13082026-02-23T23:23:35.761Z Downloaded cstr-argument v0.1.2
13092026-02-23T23:23:35.761Z Downloaded cipher v0.4.4
13102026-02-23T23:23:35.761Z Downloaded cfg_aliases v0.2.1
13112026-02-23T23:23:35.761Z Downloaded argon2 v0.5.3
13122026-02-23T23:23:35.761Z Downloaded ar_archive_writer v0.5.1
13132026-02-23T23:23:35.761Z Downloaded crucible-workspace-hack v0.1.0
13142026-02-23T23:23:35.762Z Downloaded async-stream v0.3.6
13152026-02-23T23:23:35.762Z Downloaded der_derive v0.7.3
13162026-02-23T23:23:35.762Z Downloaded cookie v0.18.1
13172026-02-23T23:23:35.762Z Downloaded crunchy v0.2.2
13182026-02-23T23:23:35.762Z Downloaded addr2line v0.24.2
13192026-02-23T23:23:35.772Z Downloaded bit-set v0.5.3
13202026-02-23T23:23:35.772Z Downloaded arrayvec v0.7.6
13212026-02-23T23:23:35.772Z Downloaded arrayref v0.3.9
13222026-02-23T23:23:35.772Z Downloaded adler2 v2.0.0
13232026-02-23T23:23:36.275Z Downloaded aws-lc-sys v0.26.0
13242026-02-23T23:23:36.532Z Compiling value-bag v1.12.0
13252026-02-23T23:23:36.532Z Compiling lock_api v0.4.12
13262026-02-23T23:23:36.532Z Compiling scopeguard v1.2.0
13272026-02-23T23:23:36.553Z Compiling shlex v1.3.0
13282026-02-23T23:23:36.553Z Compiling find-msvc-tools v0.1.9
13292026-02-23T23:23:36.553Z Compiling syn v2.0.114
13302026-02-23T23:23:36.727Z Compiling getrandom v0.2.15
13312026-02-23T23:23:36.752Z Compiling jobserver v0.1.32
13322026-02-23T23:23:36.849Z Compiling typenum v1.17.0
13332026-02-23T23:23:37.092Z Compiling smallvec v1.15.1
13342026-02-23T23:23:37.133Z Compiling log v0.4.29
13352026-02-23T23:23:37.209Z Compiling cc v1.2.56
13362026-02-23T23:23:37.231Z Compiling rand_core v0.6.4
13372026-02-23T23:23:40.757Z Compiling generic-array v0.14.7
13382026-02-23T23:23:40.757Z Compiling subtle v2.6.1
13392026-02-23T23:23:40.757Z Compiling portable-atomic v1.11.0
13402026-02-23T23:23:40.757Z Compiling const-oid v0.9.6
13412026-02-23T23:23:40.757Z Compiling critical-section v1.1.3
13422026-02-23T23:23:40.757Z Compiling serde_json v1.0.149
13432026-02-23T23:23:40.757Z Compiling getrandom v0.3.4
13442026-02-23T23:23:40.757Z Compiling pkg-config v0.3.31
13452026-02-23T23:23:40.860Z Compiling spin v0.9.8
13462026-02-23T23:23:40.860Z Compiling pin-project-lite v0.2.14
13472026-02-23T23:23:40.860Z Compiling parking_lot_core v0.9.10
13482026-02-23T23:23:40.860Z Compiling regex-syntax v0.8.5
13492026-02-23T23:23:40.860Z Compiling rustix v0.38.37
13502026-02-23T23:23:40.860Z Compiling libm v0.2.8
13512026-02-23T23:23:40.860Z Compiling once_cell v1.21.3
13522026-02-23T23:23:40.860Z Compiling signal-hook-registry v1.4.2
13532026-02-23T23:23:40.860Z Compiling num-traits v0.2.19
13542026-02-23T23:23:40.860Z Compiling allocator-api2 v0.2.21
13552026-02-23T23:23:40.860Z Compiling parking_lot v0.12.3
13562026-02-23T23:23:40.987Z Compiling mio v1.0.2
13572026-02-23T23:23:41.010Z Compiling futures-core v0.3.31
13582026-02-23T23:23:41.077Z Compiling lazy_static v1.5.0
13592026-02-23T23:23:41.229Z Compiling aho-corasick v1.1.3
13602026-02-23T23:23:41.310Z Compiling percent-encoding v2.3.2
13612026-02-23T23:23:41.560Z Compiling socket2 v0.6.1
13622026-02-23T23:23:41.683Z Compiling slab v0.4.9
13632026-02-23T23:23:42.108Z Compiling cpufeatures v0.2.14
13642026-02-23T23:23:42.282Z Compiling either v1.15.0
13652026-02-23T23:23:42.297Z Compiling futures-sink v0.3.31
13662026-02-23T23:23:42.385Z Compiling glob v0.3.2
13672026-02-23T23:23:42.469Z Compiling futures-channel v0.3.31
13682026-02-23T23:23:42.718Z Compiling hashbrown v0.16.1
13692026-02-23T23:23:42.787Z Compiling prettyplease v0.2.36
13702026-02-23T23:23:42.870Z Compiling futures-io v0.3.31
13712026-02-23T23:23:43.149Z Compiling pin-utils v0.1.0
13722026-02-23T23:23:43.168Z Compiling futures-task v0.3.31
13732026-02-23T23:23:43.241Z Compiling regex-automata v0.4.11
13742026-02-23T23:23:43.264Z Compiling clang-sys v1.8.1
13752026-02-23T23:23:43.470Z Compiling rustversion v1.0.22
13762026-02-23T23:23:43.887Z Compiling minimal-lexical v0.2.1
13772026-02-23T23:23:43.949Z Compiling indexmap v2.13.0
13782026-02-23T23:23:43.977Z Compiling libloading v0.8.5
13792026-02-23T23:23:44.152Z Compiling synstructure v0.13.1
13802026-02-23T23:23:44.404Z Compiling nom v7.1.3
13812026-02-23T23:23:45.115Z Compiling base64ct v1.6.0
13822026-02-23T23:23:45.428Z Compiling ident_case v1.0.1
13832026-02-23T23:23:45.602Z Compiling bindgen v0.69.5
13842026-02-23T23:23:45.626Z Compiling home v0.5.9
13852026-02-23T23:23:45.648Z Compiling pem-rfc7468 v0.7.0
13862026-02-23T23:23:45.833Z Compiling itertools v0.12.1
13872026-02-23T23:23:46.267Z Compiling form_urlencoded v1.2.2
13882026-02-23T23:23:46.598Z Compiling lazycell v1.3.0
13892026-02-23T23:23:46.623Z Compiling flagset v0.4.6
13902026-02-23T23:23:46.790Z Compiling rustc-hash v1.1.0
13912026-02-23T23:23:46.849Z Compiling rand_core v0.9.3
13922026-02-23T23:23:46.972Z Compiling cmake v0.1.51
13932026-02-23T23:23:47.425Z Compiling iana-time-zone v0.1.63
13942026-02-23T23:23:47.812Z Compiling cexpr v0.6.0
13952026-02-23T23:23:47.835Z Compiling dunce v1.0.5
13962026-02-23T23:23:47.860Z Compiling fs_extra v1.3.0
13972026-02-23T23:23:47.988Z Compiling paste v1.0.15
13982026-02-23T23:23:48.398Z Compiling foldhash v0.1.5
13992026-02-23T23:23:48.464Z Compiling rustc_version v0.4.1
14002026-02-23T23:23:48.603Z Compiling uuid v1.19.0
14012026-02-23T23:23:48.708Z Compiling regex v1.11.3
14022026-02-23T23:23:48.711Z Compiling hashbrown v0.15.4
14032026-02-23T23:23:48.947Z Compiling serde_derive v1.0.228
14042026-02-23T23:23:49.113Z Compiling zeroize_derive v1.4.2
14052026-02-23T23:23:49.368Z Compiling zerofrom-derive v0.1.4
14062026-02-23T23:23:49.730Z Compiling yoke-derive v0.7.4
14072026-02-23T23:23:49.979Z Compiling zerovec-derive v0.10.3
14082026-02-23T23:23:50.205Z Compiling displaydoc v0.2.5
14092026-02-23T23:23:50.521Z Compiling zeroize v1.8.1
14102026-02-23T23:23:51.752Z Compiling icu_provider_macros v1.5.0
14112026-02-23T23:23:52.378Z Compiling crypto-common v0.1.6
14122026-02-23T23:23:52.418Z Compiling block-buffer v0.10.4
14132026-02-23T23:23:52.439Z Compiling zerocopy-derive v0.7.35
14142026-02-23T23:23:52.636Z Compiling tokio-macros v2.6.0
14152026-02-23T23:23:52.717Z Compiling zerofrom v0.1.4
14162026-02-23T23:23:52.739Z Compiling digest v0.10.7
14172026-02-23T23:23:52.780Z Compiling thiserror-impl v2.0.18
14182026-02-23T23:23:52.977Z Compiling yoke v0.7.4
14192026-02-23T23:23:53.256Z Compiling hmac v0.12.1
14202026-02-23T23:23:53.371Z Compiling zerovec v0.10.4
14212026-02-23T23:23:53.550Z Compiling block-padding v0.3.3
14222026-02-23T23:23:53.592Z Compiling futures-macro v0.3.31
14232026-02-23T23:23:53.837Z Compiling inout v0.1.3
14242026-02-23T23:23:54.197Z Compiling cipher v0.4.4
14252026-02-23T23:23:54.249Z Compiling sha2 v0.10.9
14262026-02-23T23:23:54.400Z Compiling zerocopy v0.7.35
14272026-02-23T23:23:54.749Z Compiling der_derive v0.7.3
14282026-02-23T23:23:55.458Z Compiling tinystr v0.7.6
14292026-02-23T23:23:55.484Z Compiling icu_collections v1.5.0
14302026-02-23T23:23:55.828Z Compiling icu_locid v1.5.0
14312026-02-23T23:23:55.865Z Compiling ppv-lite86 v0.2.20
14322026-02-23T23:23:55.901Z Compiling thiserror v2.0.18
14332026-02-23T23:23:55.934Z Compiling futures-util v0.3.31
14342026-02-23T23:23:56.072Z Compiling pest v2.8.2
14352026-02-23T23:23:56.300Z Compiling serde v1.0.228
14362026-02-23T23:23:56.620Z Compiling salsa20 v0.10.2
14372026-02-23T23:23:56.642Z Compiling pbkdf2 v0.12.2
14382026-02-23T23:23:56.823Z Compiling vcpkg v0.2.15
14392026-02-23T23:23:56.869Z Compiling zerocopy v0.8.27
14402026-02-23T23:23:57.009Z Compiling icu_provider v1.5.0
14412026-02-23T23:23:57.532Z Compiling bitflags v2.9.4
14422026-02-23T23:23:57.684Z Compiling bytes v1.11.1
14432026-02-23T23:23:57.687Z Compiling der v0.7.10
14442026-02-23T23:23:57.827Z Compiling icu_locid_transform v1.5.0
14452026-02-23T23:23:57.998Z Compiling chrono v0.4.43
14462026-02-23T23:23:58.544Z Compiling openssl-sys v0.9.109
14472026-02-23T23:23:59.133Z Compiling tokio v1.49.0
14482026-02-23T23:23:59.190Z Compiling icu_properties v1.5.1
14492026-02-23T23:23:59.761Z Compiling http v1.4.0
14502026-02-23T23:24:00.269Z Compiling spki v0.7.3
14512026-02-23T23:24:00.688Z Compiling pest_meta v2.8.2
14522026-02-23T23:24:00.859Z Compiling scrypt v0.11.0
14532026-02-23T23:24:01.379Z Compiling rand_chacha v0.9.0
14542026-02-23T23:24:01.514Z Compiling aes v0.8.4
14552026-02-23T23:24:01.576Z Compiling cbc v0.1.2
14562026-02-23T23:24:01.836Z Compiling which v4.4.2
14572026-02-23T23:24:02.076Z Compiling zerocopy-derive v0.8.27
14582026-02-23T23:24:03.110Z Compiling icu_normalizer v1.5.0
14592026-02-23T23:24:04.005Z Compiling pkcs5 v0.7.1
14602026-02-23T23:24:04.036Z Compiling pest_generator v2.8.2
14612026-02-23T23:24:04.325Z Compiling idna_adapter v1.2.0
14622026-02-23T23:24:04.598Z Compiling idna v1.0.3
14632026-02-23T23:24:04.991Z Compiling rand v0.9.2
14642026-02-23T23:24:05.281Z Compiling url v2.5.4
14652026-02-23T23:24:05.892Z Compiling tracing-attributes v0.1.27
14662026-02-23T23:24:06.050Z Compiling serde_derive_internals v0.29.1
14672026-02-23T23:24:06.533Z Compiling ring v0.17.14
14682026-02-23T23:24:06.863Z Compiling tracing-core v0.1.32
14692026-02-23T23:24:07.074Z Compiling rustix v1.1.3
14702026-02-23T23:24:07.721Z Compiling aws-lc-rs v1.12.4
14712026-02-23T23:24:07.860Z Compiling schemars v0.8.22
14722026-02-23T23:24:08.199Z Compiling adler2 v2.0.0
14732026-02-23T23:24:08.397Z Compiling tokio-util v0.7.15
14742026-02-23T23:24:08.433Z Compiling schemars_derive v0.8.22
14752026-02-23T23:24:08.571Z Compiling miniz_oxide v0.8.5
14762026-02-23T23:24:09.152Z Compiling tracing v0.1.40
14772026-02-23T23:24:09.331Z Compiling pest_derive v2.8.2
14782026-02-23T23:24:09.658Z Compiling pkcs8 v0.10.2
14792026-02-23T23:24:09.963Z Compiling http-body v1.0.1
14802026-02-23T23:24:10.180Z Compiling scroll_derive v0.13.1
14812026-02-23T23:24:10.249Z Compiling darling_core v0.20.10
14822026-02-23T23:24:10.288Z Compiling rustls-pki-types v1.10.0
14832026-02-23T23:24:10.808Z Compiling dyn-clone v1.0.20
14842026-02-23T23:24:11.046Z Compiling tinyvec_macros v0.1.1
14852026-02-23T23:24:11.167Z Compiling httparse v1.9.5
14862026-02-23T23:24:11.248Z Compiling base64 v0.22.1
14872026-02-23T23:24:11.956Z Compiling tinyvec v1.8.0
14882026-02-23T23:24:12.067Z Compiling scroll v0.13.0
14892026-02-23T23:24:12.484Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14902026-02-23T23:24:13.319Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-02-23T23:24:13.487Z Compiling powerfmt v0.2.0
14922026-02-23T23:24:13.545Z Compiling foreign-types-shared v0.1.1
14932026-02-23T23:24:13.668Z Compiling untrusted v0.9.0
14942026-02-23T23:24:13.840Z Compiling tower-service v0.3.3
14952026-02-23T23:24:13.860Z Compiling num-conv v0.1.0
14962026-02-23T23:24:13.862Z Compiling atomic-waker v1.1.2
14972026-02-23T23:24:13.995Z Compiling openssl-probe v0.1.5
14982026-02-23T23:24:14.096Z Compiling untrusted v0.7.1
14992026-02-23T23:24:14.206Z Compiling tower-layer v0.3.3
15002026-02-23T23:24:14.343Z Compiling openssl v0.10.73
15012026-02-23T23:24:14.366Z Compiling try-lock v0.2.5
15022026-02-23T23:24:14.547Z Compiling time-core v0.1.6
15032026-02-23T23:24:14.550Z Compiling want v0.3.1
15042026-02-23T23:24:14.721Z Compiling tempfile v3.24.0
15052026-02-23T23:24:14.849Z Compiling h2 v0.4.6
15062026-02-23T23:24:14.874Z Compiling time-macros v0.2.24
15072026-02-23T23:24:14.987Z Compiling deranged v0.5.3
15082026-02-23T23:24:15.569Z Compiling foreign-types v0.3.2
15092026-02-23T23:24:16.095Z Compiling goblin v0.10.2
15102026-02-23T23:24:16.118Z Compiling darling_macro v0.20.10
15112026-02-23T23:24:17.072Z Compiling darling v0.20.10
15122026-02-23T23:24:17.585Z Compiling ipnet v2.11.0
15132026-02-23T23:24:17.886Z Compiling openssl-macros v0.1.1
15142026-02-23T23:24:18.682Z Compiling wait-timeout v0.2.0
15152026-02-23T23:24:18.706Z Compiling crossbeam-utils v0.8.21
15162026-02-23T23:24:18.739Z Compiling native-tls v0.2.12
15172026-02-23T23:24:19.098Z Compiling httpdate v1.0.3
15182026-02-23T23:24:19.125Z Compiling num_threads v0.1.7
15192026-02-23T23:24:19.221Z Compiling gimli v0.31.1
15202026-02-23T23:24:19.283Z Compiling bit-vec v0.8.0
15212026-02-23T23:24:19.314Z Compiling rustls v0.23.19
15222026-02-23T23:24:19.537Z Compiling quick-error v1.2.3
15232026-02-23T23:24:19.653Z Compiling usdt-impl v0.6.0
15242026-02-23T23:24:19.722Z Compiling syn v1.0.109
15252026-02-23T23:24:19.743Z Compiling rusty-fork v0.3.0
15262026-02-23T23:24:20.075Z Compiling bit-set v0.8.0
15272026-02-23T23:24:20.396Z Compiling time v0.3.43
15282026-02-23T23:24:20.472Z Compiling derive_builder_core v0.20.2
15292026-02-23T23:24:22.728Z Compiling hyper v1.8.1
15302026-02-23T23:24:24.066Z Compiling addr2line v0.24.2
15312026-02-23T23:24:24.279Z Compiling dof v0.4.0
15322026-02-23T23:24:24.839Z Compiling unicode-normalization v0.1.24
15332026-02-23T23:24:24.991Z Compiling dtrace-parser v0.3.0
15342026-02-23T23:24:25.897Z Compiling signature v2.2.0
15352026-02-23T23:24:26.225Z Compiling heapless v0.7.17
15362026-02-23T23:24:26.436Z Compiling scroll_derive v0.12.0
15372026-02-23T23:24:26.590Z Compiling thiserror-impl v1.0.69
15382026-02-23T23:24:26.693Z Compiling rand_xorshift v0.4.0
15392026-02-23T23:24:26.790Z Compiling slog v2.8.2
15402026-02-23T23:24:26.991Z Compiling darling_core v0.21.0
15412026-02-23T23:24:27.155Z Compiling thread-id v5.0.0
15422026-02-23T23:24:27.297Z Compiling cookie v0.18.1
15432026-02-23T23:24:27.417Z Compiling crc32fast v1.4.2
15442026-02-23T23:24:27.642Z Compiling object v0.36.5
15452026-02-23T23:24:27.751Z Compiling unicode-properties v0.1.3
15462026-02-23T23:24:27.814Z Compiling unarray v0.1.4
15472026-02-23T23:24:27.837Z Compiling unicode-bidi v0.3.17
15482026-02-23T23:24:28.002Z Compiling zlib-rs v0.5.1
15492026-02-23T23:24:28.165Z Compiling siphasher v0.3.11
15502026-02-23T23:24:28.526Z Compiling anyhow v1.0.99
15512026-02-23T23:24:29.040Z Compiling zstd-safe v7.2.3
15522026-02-23T23:24:29.171Z Compiling signal-hook v0.3.18
15532026-02-23T23:24:29.438Z Compiling rustc-demangle v0.1.24
15542026-02-23T23:24:29.541Z Compiling thiserror v1.0.69
15552026-02-23T23:24:29.716Z Compiling stringprep v0.1.5
15562026-02-23T23:24:29.935Z Compiling phf_shared v0.11.2
15572026-02-23T23:24:30.098Z Compiling proptest v1.7.0
15582026-02-23T23:24:30.300Z Compiling scroll v0.12.0
15592026-02-23T23:24:30.868Z Compiling hyper-util v0.1.19
15602026-02-23T23:24:31.437Z Compiling derive_builder_macro v0.20.2
15612026-02-23T23:24:32.945Z Compiling ipnetwork v0.21.1
15622026-02-23T23:24:33.133Z Compiling darling_macro v0.21.0
15632026-02-23T23:24:33.790Z Compiling serde_spanned v0.6.9
15642026-02-23T23:24:34.052Z Compiling serde_tokenstream v0.2.2
15652026-02-23T23:24:34.087Z Compiling erased-serde v0.3.31
15662026-02-23T23:24:34.723Z Compiling libz-rs-sys v0.5.1
15672026-02-23T23:24:34.832Z Compiling backtrace v0.3.74
15682026-02-23T23:24:34.977Z Compiling toml_datetime v0.6.11
15692026-02-23T23:24:35.038Z Compiling rand_chacha v0.3.1
15702026-02-23T23:24:35.286Z Compiling md-5 v0.10.6
15712026-02-23T23:24:35.461Z Compiling curve25519-dalek v4.1.3
15722026-02-23T23:24:35.528Z Compiling vergen-lib v0.1.6
15732026-02-23T23:24:35.568Z Compiling num-integer v0.1.46
15742026-02-23T23:24:35.864Z Compiling sync_wrapper v1.0.1
15752026-02-23T23:24:36.064Z Compiling hash32 v0.2.1
15762026-02-23T23:24:36.174Z Compiling ff v0.13.0
15772026-02-23T23:24:36.275Z Compiling memoffset v0.9.1
15782026-02-23T23:24:36.427Z Compiling litrs v0.4.1
15792026-02-23T23:24:36.451Z Compiling smoltcp v0.9.1
15802026-02-23T23:24:36.646Z Compiling cfg_aliases v0.2.1
15812026-02-23T23:24:36.774Z Compiling num-bigint-dig v0.8.6
15822026-02-23T23:24:36.963Z Compiling fallible-iterator v0.2.0
15832026-02-23T23:24:37.117Z Compiling psl-types v2.0.11
15842026-02-23T23:24:37.137Z Compiling base16ct v0.2.0
15852026-02-23T23:24:37.350Z Compiling ref-cast v1.0.25
15862026-02-23T23:24:37.495Z Compiling sec1 v0.7.3
15872026-02-23T23:24:37.564Z Compiling document-features v0.2.11
15882026-02-23T23:24:37.695Z Compiling postgres-protocol v0.6.8
15892026-02-23T23:24:37.698Z Compiling publicsuffix v2.3.0
15902026-02-23T23:24:38.064Z Compiling nix v0.29.0
15912026-02-23T23:24:38.119Z Compiling group v0.13.0
15922026-02-23T23:24:38.605Z Compiling newtype-uuid v1.3.2
15932026-02-23T23:24:38.825Z Compiling num-iter v0.1.45
15942026-02-23T23:24:38.881Z Compiling tower v0.5.2
15952026-02-23T23:24:39.071Z Compiling rand v0.8.5
15962026-02-23T23:24:39.373Z Compiling flate2 v1.1.2
15972026-02-23T23:24:39.861Z Compiling darling v0.21.0
15982026-02-23T23:24:40.002Z Compiling oxnet v0.1.4
15992026-02-23T23:24:40.032Z Compiling derive_builder v0.20.2
16002026-02-23T23:24:40.148Z Compiling tokio-native-tls v0.3.1
16012026-02-23T23:24:40.245Z Compiling goblin v0.8.2
16022026-02-23T23:24:40.901Z Compiling rustls-native-certs v0.8.1
16032026-02-23T23:24:41.115Z Compiling webpki-roots v1.0.1
16042026-02-23T23:24:41.356Z Compiling http-body-util v0.1.3
16052026-02-23T23:24:41.445Z Compiling strum_macros v0.27.2
16062026-02-23T23:24:41.507Z Compiling terminal_size v0.4.0
16072026-02-23T23:24:41.698Z Compiling cargo-platform v0.1.8
16082026-02-23T23:24:41.758Z Compiling hkdf v0.12.4
16092026-02-23T23:24:41.915Z Compiling crypto-bigint v0.5.5
16102026-02-23T23:24:42.044Z Compiling curve25519-dalek-derive v0.1.1
16112026-02-23T23:24:42.222Z Compiling async-trait v0.1.89
16122026-02-23T23:24:43.490Z Compiling daft-derive v0.1.4
16132026-02-23T23:24:44.429Z Compiling hubpack_derive v0.1.1
16142026-02-23T23:24:44.781Z Compiling ref-cast-impl v1.0.25
16152026-02-23T23:24:45.098Z Compiling vergen v9.0.6
16162026-02-23T23:24:45.358Z Compiling ahash v0.8.12
16172026-02-23T23:24:45.447Z Compiling fs-err v3.1.1
16182026-02-23T23:24:45.749Z Compiling buf-list v1.0.3
16192026-02-23T23:24:45.794Z Compiling managed v0.8.0
16202026-02-23T23:24:45.928Z Compiling iri-string v0.7.8
16212026-02-23T23:24:46.255Z Compiling unicode-segmentation v1.12.0
16222026-02-23T23:24:46.399Z Compiling winnow v0.5.40
16232026-02-23T23:24:46.463Z Compiling bitflags v1.3.2
16242026-02-23T23:24:46.589Z Compiling ryu v1.0.18
16252026-02-23T23:24:46.940Z Compiling bumpalo v3.16.0
16262026-02-23T23:24:47.136Z Compiling lockfree-object-pool v0.1.6
16272026-02-23T23:24:47.427Z Compiling simd-adler32 v0.3.7
16282026-02-23T23:24:47.450Z Compiling serde_urlencoded v0.7.1
16292026-02-23T23:24:47.883Z Compiling zopfli v0.8.1
16302026-02-23T23:24:47.998Z Compiling strum v0.27.2
16312026-02-23T23:24:48.291Z Compiling dof v0.3.0
16322026-02-23T23:24:49.489Z Compiling tower-http v0.6.6
16332026-02-23T23:24:49.664Z Compiling toml_edit v0.19.15
16342026-02-23T23:24:49.991Z Compiling clap_builder v4.5.48
16352026-02-23T23:24:50.128Z Compiling hubpack v0.1.2
16362026-02-23T23:24:50.163Z Compiling daft v0.1.4
16372026-02-23T23:24:50.185Z Compiling elliptic-curve v0.13.8
16382026-02-23T23:24:50.604Z Compiling cargo_metadata v0.19.2
16392026-02-23T23:24:50.803Z Compiling hyper-tls v0.6.0
16402026-02-23T23:24:51.111Z Compiling signal-hook-mio v0.2.4
16412026-02-23T23:24:51.222Z Compiling cookie_store v0.21.1
16422026-02-23T23:24:51.339Z Compiling zstd v0.13.3
16432026-02-23T23:24:53.624Z Compiling serde_with_macros v3.16.1
16442026-02-23T23:24:54.162Z Compiling postgres-types v0.2.9
16452026-02-23T23:24:55.679Z Compiling usdt-attr-macro v0.6.0
16462026-02-23T23:24:56.334Z Compiling usdt-macro v0.6.0
16472026-02-23T23:24:56.681Z Compiling phf v0.11.2
16482026-02-23T23:24:57.047Z Compiling dtrace-parser v0.2.0
16492026-02-23T23:24:57.272Z Compiling ed25519 v2.2.3
16502026-02-23T23:24:57.377Z Compiling bzip2 v0.4.4
16512026-02-23T23:24:57.763Z Compiling bzip2 v0.5.2
16522026-02-23T23:24:57.810Z Compiling pkcs1 v0.7.5
16532026-02-23T23:24:57.993Z Compiling strum_macros v0.26.4
16542026-02-23T23:24:58.196Z Compiling enum-as-inner v0.6.1
16552026-02-23T23:24:58.657Z Compiling clap_derive v4.5.47
16562026-02-23T23:24:58.778Z Compiling hex v0.4.3
16572026-02-23T23:24:58.924Z Compiling serde-big-array v0.5.1
16582026-02-23T23:24:59.237Z Compiling rfc6979 v0.4.0
16592026-02-23T23:24:59.275Z Compiling serde_repr v0.1.19
16602026-02-23T23:24:59.415Z Compiling bstr v1.10.0
16612026-02-23T23:24:59.439Z Compiling float-cmp v0.10.0
16622026-02-23T23:24:59.479Z Compiling env_filter v0.1.2
16632026-02-23T23:24:59.708Z Compiling memmap2 v0.9.8
16642026-02-23T23:25:00.143Z Compiling socket2 v0.5.10
16652026-02-23T23:25:00.172Z Compiling encoding_rs v0.8.34
16662026-02-23T23:25:00.456Z Compiling precomputed-hash v0.1.1
16672026-02-23T23:25:00.614Z Compiling jiff v0.2.15
16682026-02-23T23:25:01.024Z Compiling mime v0.3.17
16692026-02-23T23:25:01.118Z Compiling data-encoding v2.9.0
16702026-02-23T23:25:01.555Z Compiling fixedbitset v0.5.7
16712026-02-23T23:25:02.245Z Compiling static_assertions v1.1.0
16722026-02-23T23:25:02.368Z Compiling new_debug_unreachable v1.0.6
16732026-02-23T23:25:02.494Z Compiling whoami v1.5.2
16742026-02-23T23:25:02.624Z Compiling predicates-core v1.0.8
16752026-02-23T23:25:02.994Z Compiling fixedbitset v0.4.2
16762026-02-23T23:25:03.021Z Compiling foldhash v0.2.0
16772026-02-23T23:25:03.096Z Compiling keccak v0.1.5
16782026-02-23T23:25:03.397Z Compiling rustc-hash v2.1.1
16792026-02-23T23:25:03.449Z Compiling difflib v0.4.0
16802026-02-23T23:25:03.474Z Compiling normalize-line-endings v0.3.0
16812026-02-23T23:25:03.633Z Compiling iddqd v0.3.16
16822026-02-23T23:25:03.673Z Compiling sha3 v0.10.8
16832026-02-23T23:25:04.038Z Compiling predicates v3.1.3
16842026-02-23T23:25:04.868Z Compiling toml_edit v0.22.27
16852026-02-23T23:25:04.909Z Compiling clap v4.5.48
16862026-02-23T23:25:05.055Z Compiling petgraph v0.6.5
16872026-02-23T23:25:05.457Z Compiling tokio-postgres v0.7.13
16882026-02-23T23:25:05.632Z Compiling strum v0.26.3
16892026-02-23T23:25:05.853Z Compiling string_cache v0.8.9
16902026-02-23T23:25:05.918Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16912026-02-23T23:25:06.337Z Compiling petgraph v0.8.2
16922026-02-23T23:25:06.497Z Compiling hickory-proto v0.25.2
16932026-02-23T23:25:08.792Z Compiling zip v4.2.0
16942026-02-23T23:25:10.895Z Compiling similar v2.7.0
16952026-02-23T23:25:11.002Z Compiling usdt-impl v0.5.0
16962026-02-23T23:25:11.005Z Compiling usdt v0.6.0
16972026-02-23T23:25:11.557Z Compiling env_logger v0.11.8
16982026-02-23T23:25:12.646Z Compiling ecdsa v0.16.9
16992026-02-23T23:25:12.678Z Compiling serde_with v3.16.1
17002026-02-23T23:25:12.678Z Compiling rsa v0.9.8
17012026-02-23T23:25:12.808Z Compiling zip v0.6.6
17022026-02-23T23:25:12.995Z Compiling ed25519-dalek v2.1.1
17032026-02-23T23:25:13.944Z Compiling toml v0.7.8
17042026-02-23T23:25:14.091Z Compiling crossterm v0.28.1
17052026-02-23T23:25:15.409Z Compiling heck v0.4.1
17062026-02-23T23:25:15.633Z Compiling crossbeam-epoch v0.9.18
17072026-02-23T23:25:15.792Z Compiling tokio-stream v0.1.17
17082026-02-23T23:25:15.865Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-02-23T23:25:16.300Z Compiling x509-cert v0.2.5
17102026-02-23T23:25:16.303Z Compiling openapiv3 v2.2.0
17112026-02-23T23:25:16.816Z Compiling sha1 v0.10.6
17122026-02-23T23:25:16.841Z Compiling itertools v0.10.5
17132026-02-23T23:25:17.267Z Compiling itertools v0.13.0
17142026-02-23T23:25:17.305Z Compiling winnow v0.6.26
17152026-02-23T23:25:18.299Z Compiling peg-runtime v0.8.5
17162026-02-23T23:25:18.847Z Compiling lalrpop-util v0.19.12
17172026-02-23T23:25:19.233Z Compiling thread_local v1.1.8
17182026-02-23T23:25:19.340Z Compiling slog-async v2.8.0
17192026-02-23T23:25:19.747Z Compiling crossbeam-channel v0.5.15
17202026-02-23T23:25:19.955Z Compiling xattr v1.3.1
17212026-02-23T23:25:20.192Z Compiling futures-executor v0.3.31
17222026-02-23T23:25:20.232Z Compiling filetime v0.2.26
17232026-02-23T23:25:20.235Z Compiling is-terminal v0.4.13
17242026-02-23T23:25:20.274Z Compiling term v1.1.0
17252026-02-23T23:25:20.401Z Compiling take_mut v0.2.2
17262026-02-23T23:25:20.547Z Compiling futures v0.3.31
17272026-02-23T23:25:20.652Z Compiling tar v0.4.44
17282026-02-23T23:25:21.548Z Compiling slog-term v2.9.2
17292026-02-23T23:25:24.055Z Compiling aws-lc-sys v0.26.0
17302026-02-23T23:25:56.915Z Compiling rustls-webpki v0.102.8
17312026-02-23T23:26:01.735Z Compiling tokio-rustls v0.26.0
17322026-02-23T23:26:02.027Z Compiling hyper-rustls v0.27.7
17332026-02-23T23:26:02.397Z Compiling reqwest v0.12.24
17342026-02-23T23:26:06.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-02-23T23:26:06.800Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-02-23T23:26:11.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
17372026-02-23T23:26:11.783Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17382026-02-23T23:26:11.846ZFeb 23 23:26:09.911 INFO Starting download, target: Clickhouse
17392026-02-23T23:26:11.846ZFeb 23 23:26:09.912 INFO Starting download, target: Cockroach
17402026-02-23T23:26:11.846ZFeb 23 23:26:09.912 INFO Starting download, target: Console
17412026-02-23T23:26:11.849ZFeb 23 23:26:09.912 INFO Starting download, target: DendriteStub
17422026-02-23T23:26:11.849ZFeb 23 23:26:09.912 INFO Starting download, target: MaghemiteMgd
17432026-02-23T23:26:11.849ZFeb 23 23:26:09.912 INFO Starting download, target: TransceiverControl
17442026-02-23T23:26:11.849ZFeb 23 23:26:09.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452026-02-23T23:26:11.849ZFeb 23 23:26:09.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-02-23T23:26:11.849ZFeb 23 23:26:09.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-02-23T23:26:11.850ZFeb 23 23:26:09.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-02-23T23:26:11.850ZFeb 23 23:26:09.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-02-23T23:26:11.850ZFeb 23 23:26:09.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-02-23T23:26:12.165ZFeb 23 23:26:10.218 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-02-23T23:26:12.379ZFeb 23 23:26:10.442 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-02-23T23:26:12.625ZFeb 23 23:26:10.672 INFO Download complete, target: TransceiverControl
17532026-02-23T23:26:12.852ZFeb 23 23:26:10.918 INFO Download complete, target: Console
17542026-02-23T23:26:13.238ZFeb 23 23:26:11.303 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-02-23T23:26:13.488ZFeb 23 23:26:11.554 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-02-23T23:26:13.998ZFeb 23 23:26:12.061 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-02-23T23:26:13.998ZFeb 23 23:26:12.061 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-02-23T23:26:14.455ZFeb 23 23:26:12.521 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-02-23T23:26:17.473ZFeb 23 23:26:15.539 INFO Download complete, target: DendriteStub
17602026-02-23T23:26:17.668ZFeb 23 23:26:15.733 INFO Download complete, target: MaghemiteMgd
17612026-02-23T23:26:21.956ZFeb 23 23:26:20.021 INFO Checking that binary works, target: Cockroach
17622026-02-23T23:26:22.093ZFeb 23 23:26:20.158 INFO Download complete, target: Cockroach
17632026-02-23T23:26:25.671ZFeb 23 23:26:23.735 INFO Checking that binary works, target: Clickhouse
17642026-02-23T23:26:25.884ZFeb 23 23:26:23.948 INFO Download complete, target: Clickhouse
17652026-02-23T23:26:25.891ZAll prerequisites installed successfully
17662026-02-23T23:26:25.895Z
17672026-02-23T23:26:25.895Zreal 6:43.148145484
17682026-02-23T23:26:25.896Zuser 19:13.852562917
17692026-02-23T23:26:25.896Zsys 2:37.195259150
17702026-02-23T23:26:25.896Ztrap 0.714268439
17712026-02-23T23:26:25.896Ztflt 3.165913665
17722026-02-23T23:26:25.896Zdflt 3.674649322
17732026-02-23T23:26:25.896Zkflt 0.087518695
17742026-02-23T23:26:25.896Zlock 46:28.928994903
17752026-02-23T23:26:25.896Zslp 1:12:59.687465694
17762026-02-23T23:26:25.896Zlat 1:20.859095558
17772026-02-23T23:26:25.896Zstop 3:15.917593775
17782026-02-23T23:26:25.896Z+ ptime -m cargo xtask download softnpu
17792026-02-23T23:26:26.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17802026-02-23T23:26:26.760Z Running `target/debug/xtask download softnpu`
17812026-02-23T23:26:27.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
17822026-02-23T23:26:27.939Z Running `target/debug/xtask-downloader softnpu`
17832026-02-23T23:26:27.985ZFeb 23 23:26:26.049 INFO Starting download, target: Softnpu
17842026-02-23T23:26:27.988ZFeb 23 23:26:26.049 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17852026-02-23T23:26:28.875ZFeb 23 23:26:26.939 INFO Download complete, target: Softnpu
17862026-02-23T23:26:28.880Z
17872026-02-23T23:26:28.883Zreal 2.980247501
17882026-02-23T23:26:28.883Zuser 1.747792886
17892026-02-23T23:26:28.883Zsys 0.769285603
17902026-02-23T23:26:28.884Ztrap 0.002247681
17912026-02-23T23:26:28.884Ztflt 0.000170828
17922026-02-23T23:26:28.884Zdflt 0.000168529
17932026-02-23T23:26:28.884Zkflt 0.000000000
17942026-02-23T23:26:28.884Zlock 9.432824430
17952026-02-23T23:26:28.884Zslp 0.692584437
17962026-02-23T23:26:28.884Zlat 0.106668212
17972026-02-23T23:26:28.884Zstop 0.000288628
17982026-02-23T23:26:28.884Z+ export CARGO_INCREMENTAL=0
17992026-02-23T23:26:28.884Z+ CARGO_INCREMENTAL=0
18002026-02-23T23:26:28.884Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18012026-02-23T23:26:30.295Z Compiling proc-macro2 v1.0.101
18022026-02-23T23:26:30.295Z Compiling unicode-ident v1.0.19
18032026-02-23T23:26:30.295Z Compiling libc v0.2.180
18042026-02-23T23:26:30.298Z Compiling serde_core v1.0.228
18052026-02-23T23:26:30.298Z Compiling serde v1.0.228
18062026-02-23T23:26:30.298Z Compiling autocfg v1.4.0
18072026-02-23T23:26:30.298Z Compiling cfg-if v1.0.4
18082026-02-23T23:26:30.600Z Compiling version_check v0.9.5
18092026-02-23T23:26:30.647Z Compiling memchr v2.7.4
18102026-02-23T23:26:30.670Z Compiling shlex v1.3.0
18112026-02-23T23:26:31.133Z Compiling find-msvc-tools v0.1.9
18122026-02-23T23:26:31.156Z Compiling lock_api v0.4.12
18132026-02-23T23:26:31.495Z Compiling value-bag v1.12.0
18142026-02-23T23:26:31.592Z Compiling zmij v1.0.15
18152026-02-23T23:26:31.915Z Compiling typenum v1.17.0
18162026-02-23T23:26:32.081Z Compiling log v0.4.29
18172026-02-23T23:26:32.112Z Compiling portable-atomic v1.11.0
18182026-02-23T23:26:32.584Z Compiling quote v1.0.40
18192026-02-23T23:26:32.766Z Compiling jobserver v0.1.32
18202026-02-23T23:26:32.834Z Compiling serde_json v1.0.149
18212026-02-23T23:26:33.035Z Compiling syn v2.0.114
18222026-02-23T23:26:33.038Z Compiling generic-array v0.14.7
18232026-02-23T23:26:33.197Z Compiling cc v1.2.56
18242026-02-23T23:26:33.218Z Compiling getrandom v0.3.4
18252026-02-23T23:26:33.402Z Compiling libm v0.2.8
18262026-02-23T23:26:33.494Z Compiling num-traits v0.2.19
18272026-02-23T23:26:33.859Z Compiling scopeguard v1.2.0
18282026-02-23T23:26:33.893Z Compiling parking_lot_core v0.9.10
18292026-02-23T23:26:33.984Z Compiling smallvec v1.15.1
18302026-02-23T23:26:34.356Z Compiling regex-syntax v0.8.5
18312026-02-23T23:26:34.558Z Compiling itoa v1.0.11
18322026-02-23T23:26:35.427Z Compiling getrandom v0.2.15
18332026-02-23T23:26:35.714Z Compiling pkg-config v0.3.31
18342026-02-23T23:26:35.855Z Compiling thiserror v2.0.18
18352026-02-23T23:26:36.072Z Compiling aho-corasick v1.1.3
18362026-02-23T23:26:36.104Z Compiling rustix v0.38.37
18372026-02-23T23:26:36.644Z Compiling errno v0.3.12
18382026-02-23T23:26:36.754Z Compiling stable_deref_trait v1.2.0
18392026-02-23T23:26:36.896Z Compiling either v1.15.0
18402026-02-23T23:26:36.898Z Compiling spin v0.9.8
18412026-02-23T23:26:37.041Z Compiling slab v0.4.9
18422026-02-23T23:26:37.112Z Compiling allocator-api2 v0.2.21
18432026-02-23T23:26:37.401Z Compiling equivalent v1.0.2
18442026-02-23T23:26:37.421Z Compiling semver v1.0.27
18452026-02-23T23:26:37.569Z Compiling lazy_static v1.5.0
18462026-02-23T23:26:38.066Z Compiling regex-automata v0.4.11
18472026-02-23T23:26:38.205Z Compiling schemars v0.8.22
18482026-02-23T23:26:39.748Z Compiling rand_core v0.6.4
18492026-02-23T23:26:40.231Z Compiling critical-section v1.1.3
18502026-02-23T23:26:40.238Z Compiling byteorder v1.5.0
18512026-02-23T23:26:40.410Z Compiling once_cell v1.21.3
18522026-02-23T23:26:40.778Z Compiling synstructure v0.13.1
18532026-02-23T23:26:40.847Z Compiling serde_derive_internals v0.29.1
18542026-02-23T23:26:41.610Z Compiling glob v0.3.2
18552026-02-23T23:26:41.704Z Compiling litemap v0.7.3
18562026-02-23T23:26:42.175Z Compiling writeable v0.5.5
18572026-02-23T23:26:42.337Z Compiling subtle v2.6.1
18582026-02-23T23:26:42.475Z Compiling clang-sys v1.8.1
18592026-02-23T23:26:42.716Z Compiling prettyplease v0.2.36
18602026-02-23T23:26:42.735Z Compiling percent-encoding v2.3.2
18612026-02-23T23:26:42.738Z Compiling pin-project-lite v0.2.14
18622026-02-23T23:26:43.190Z Compiling minimal-lexical v0.2.1
18632026-02-23T23:26:43.267Z Compiling icu_locid_transform_data v1.5.0
18642026-02-23T23:26:43.307Z Compiling fnv v1.0.7
18652026-02-23T23:26:43.508Z Compiling libloading v0.8.5
18662026-02-23T23:26:43.570Z Compiling home v0.5.9
18672026-02-23T23:26:43.680Z Compiling regex v1.11.3
18682026-02-23T23:26:43.792Z Compiling nom v7.1.3
18692026-02-23T23:26:44.195Z Compiling icu_properties_data v1.5.0
18702026-02-23T23:26:44.228Z Compiling serde_derive v1.0.228
18712026-02-23T23:26:44.472Z Compiling zeroize_derive v1.4.2
18722026-02-23T23:26:44.520Z Compiling zerofrom-derive v0.1.4
18732026-02-23T23:26:44.520Z Compiling yoke-derive v0.7.4
18742026-02-23T23:26:44.581Z Compiling zerovec-derive v0.10.3
18752026-02-23T23:26:44.671Z Compiling displaydoc v0.2.5
18762026-02-23T23:26:45.678Z Compiling icu_provider_macros v1.5.0
18772026-02-23T23:26:46.048Z Compiling zeroize v1.8.1
18782026-02-23T23:26:46.511Z Compiling tokio-macros v2.6.0
18792026-02-23T23:26:46.668Z Compiling zerocopy-derive v0.7.35
18802026-02-23T23:26:46.692Z Compiling thiserror-impl v2.0.18
18812026-02-23T23:26:46.989Z Compiling futures-macro v0.3.31
18822026-02-23T23:26:47.012Z Compiling schemars_derive v0.8.22
18832026-02-23T23:26:47.178Z Compiling zerofrom v0.1.4
18842026-02-23T23:26:47.443Z Compiling yoke v0.7.4
18852026-02-23T23:26:47.863Z Compiling zerovec v0.10.4
18862026-02-23T23:26:48.362Z Compiling bindgen v0.69.5
18872026-02-23T23:26:48.525Z Compiling cexpr v0.6.0
18882026-02-23T23:26:49.850Z Compiling itertools v0.12.1
18892026-02-23T23:26:49.909Z Compiling write16 v1.0.0
18902026-02-23T23:26:49.946Z Compiling tinystr v0.7.6
18912026-02-23T23:26:50.081Z Compiling icu_collections v1.5.0
18922026-02-23T23:26:50.395Z Compiling icu_locid v1.5.0
18932026-02-23T23:26:50.607Z Compiling heck v0.5.0
18942026-02-23T23:26:51.055Z Compiling icu_normalizer_data v1.5.0
18952026-02-23T23:26:51.184Z Compiling paste v1.0.15
18962026-02-23T23:26:51.675Z Compiling lazycell v1.3.0
18972026-02-23T23:26:51.869Z Compiling bitflags v2.9.4
18982026-02-23T23:26:51.991Z Compiling bytes v1.11.1
18992026-02-23T23:26:52.070Z Compiling icu_provider v1.5.0
19002026-02-23T23:26:52.769Z Compiling utf8_iter v1.0.4
19012026-02-23T23:26:53.080Z Compiling icu_locid_transform v1.5.0
19022026-02-23T23:26:53.385Z Compiling utf16_iter v1.0.5
19032026-02-23T23:26:53.620Z Compiling rustc-hash v1.1.0
19042026-02-23T23:26:53.794Z Compiling cmake v0.1.51
19052026-02-23T23:26:54.190Z Compiling signal-hook-registry v1.4.2
19062026-02-23T23:26:54.357Z Compiling dunce v1.0.5
19072026-02-23T23:26:54.522Z Compiling fs_extra v1.3.0
19082026-02-23T23:26:54.542Z Compiling parking_lot v0.12.3
19092026-02-23T23:26:55.029Z Compiling icu_properties v1.5.1
19102026-02-23T23:26:55.606Z Compiling crypto-common v0.1.6
19112026-02-23T23:26:55.839Z Compiling hashbrown v0.16.1
19122026-02-23T23:26:55.901Z Compiling mio v1.0.2
19132026-02-23T23:26:56.519Z Compiling which v4.4.2
19142026-02-23T23:26:57.866Z Compiling form_urlencoded v1.2.2
19152026-02-23T23:26:57.935Z Compiling const-oid v0.9.6
19162026-02-23T23:26:58.177Z Compiling rustversion v1.0.22
19172026-02-23T23:26:58.909Z Compiling indexmap v2.13.0
19182026-02-23T23:26:58.933Z Compiling icu_normalizer v1.5.0
19192026-02-23T23:26:58.955Z Compiling socket2 v0.6.1
19202026-02-23T23:27:00.005Z Compiling idna_adapter v1.2.0
19212026-02-23T23:27:00.279Z Compiling idna v1.0.3
19222026-02-23T23:27:00.557Z Compiling tokio v1.49.0
19232026-02-23T23:27:01.159Z Compiling url v2.5.4
19242026-02-23T23:27:01.828Z Compiling ring v0.17.14
19252026-02-23T23:27:01.975Z Compiling zerocopy v0.8.27
19262026-02-23T23:27:02.674Z Compiling block-buffer v0.10.4
19272026-02-23T23:27:02.811Z Compiling der_derive v0.7.3
19282026-02-23T23:27:02.960Z Compiling tracing-attributes v0.1.27
19292026-02-23T23:27:05.157Z Compiling vcpkg v0.2.15
19302026-02-23T23:27:05.462Z Compiling thiserror v1.0.69
19312026-02-23T23:27:05.711Z Compiling aws-lc-rs v1.12.4
19322026-02-23T23:27:06.162Z Compiling digest v0.10.7
19332026-02-23T23:27:06.293Z Compiling zerocopy-derive v0.8.27
19342026-02-23T23:27:06.449Z Compiling openssl-sys v0.9.109
19352026-02-23T23:27:06.601Z Compiling strsim v0.11.1
19362026-02-23T23:27:06.713Z Compiling futures-core v0.3.31
19372026-02-23T23:27:07.009Z Compiling zerocopy v0.7.35
19382026-02-23T23:27:07.216Z Compiling thiserror-impl v1.0.69
19392026-02-23T23:27:07.246Z Compiling iana-time-zone v0.1.63
19402026-02-23T23:27:07.725Z Compiling ucd-trie v0.1.7
19412026-02-23T23:27:07.990Z Compiling pest v2.8.2
19422026-02-23T23:27:08.165Z Compiling chrono v0.4.43
19432026-02-23T23:27:08.187Z Compiling aws-lc-sys v0.26.0
19442026-02-23T23:27:08.725Z Compiling serde_tokenstream v0.2.2
19452026-02-23T23:27:09.249Z Compiling uuid v1.19.0
19462026-02-23T23:27:09.364Z Compiling httparse v1.9.5
19472026-02-23T23:27:09.386Z Compiling ident_case v1.0.1
19482026-02-23T23:27:09.591Z Compiling foldhash v0.1.5
19492026-02-23T23:27:09.901Z Compiling hashbrown v0.15.4
19502026-02-23T23:27:10.766Z Compiling pest_meta v2.8.2
19512026-02-23T23:27:11.374Z Compiling rustix v1.1.3
19522026-02-23T23:27:12.256Z Compiling pest_generator v2.8.2
19532026-02-23T23:27:12.425Z Compiling syn v1.0.109
19542026-02-23T23:27:13.460Z Compiling num-conv v0.1.0
19552026-02-23T23:27:13.764Z Compiling time-core v0.1.6
19562026-02-23T23:27:13.787Z Compiling futures-sink v0.3.31
19572026-02-23T23:27:13.974Z Compiling futures-channel v0.3.31
19582026-02-23T23:27:14.120Z Compiling time-macros v0.2.24
19592026-02-23T23:27:14.360Z Compiling pest_derive v2.8.2
19602026-02-23T23:27:14.630Z Compiling rustc_version v0.4.1
19612026-02-23T23:27:15.184Z Compiling dyn-clone v1.0.20
19622026-02-23T23:27:15.484Z Compiling pin-utils v0.1.0
19632026-02-23T23:27:15.520Z Compiling futures-task v0.3.31
19642026-02-23T23:27:15.617Z Compiling openssl v0.10.73
19652026-02-23T23:27:15.856Z Compiling futures-io v0.3.31
19662026-02-23T23:27:15.963Z Compiling cpufeatures v0.2.14
19672026-02-23T23:27:16.095Z Compiling futures-util v0.3.31
19682026-02-23T23:27:16.229Z Compiling hmac v0.12.1
19692026-02-23T23:27:16.527Z Compiling plain v0.2.3
19702026-02-23T23:27:16.725Z Compiling block-padding v0.3.3
19712026-02-23T23:27:17.151Z Compiling openssl-macros v0.1.1
19722026-02-23T23:27:17.924Z Compiling rustls v0.23.19
19732026-02-23T23:27:18.296Z Compiling crossbeam-utils v0.8.21
19742026-02-23T23:27:18.681Z Compiling native-tls v0.2.12
19752026-02-23T23:27:18.882Z Compiling inout v0.1.3
19762026-02-23T23:27:19.111Z Compiling ppv-lite86 v0.2.20
19772026-02-23T23:27:20.364Z Compiling pretty-hex v0.4.1
19782026-02-23T23:27:20.633Z Compiling cipher v0.4.4
19792026-02-23T23:27:20.878Z Compiling sha2 v0.10.9
19802026-02-23T23:27:21.140Z Compiling http v1.4.0
19812026-02-23T23:27:21.716Z Compiling scroll_derive v0.13.1
19822026-02-23T23:27:22.703Z Compiling scroll_derive v0.12.0
19832026-02-23T23:27:23.265Z Compiling cookie v0.18.1
19842026-02-23T23:27:23.848Z Compiling base64ct v1.6.0
19852026-02-23T23:27:24.106Z Compiling anyhow v1.0.99
19862026-02-23T23:27:24.468Z Compiling pem-rfc7468 v0.7.0
19872026-02-23T23:27:24.683Z Compiling darling_core v0.21.0
19882026-02-23T23:27:25.066Z Compiling slog v2.8.2
19892026-02-23T23:27:25.961Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-02-23T23:27:26.443Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19912026-02-23T23:27:26.500Z Compiling flagset v0.4.6
19922026-02-23T23:27:26.758Z Compiling der v0.7.10
19932026-02-23T23:27:29.449Z Compiling toml_datetime v0.6.11
19942026-02-23T23:27:29.637Z Compiling serde_spanned v0.6.9
19952026-02-23T23:27:29.716Z Compiling rand_core v0.9.3
19962026-02-23T23:27:29.749Z Compiling tracing-core v0.1.32
19972026-02-23T23:27:29.888Z Compiling rustls-pki-types v1.10.0
19982026-02-23T23:27:30.113Z Compiling spki v0.7.3
19992026-02-23T23:27:30.266Z Compiling darling_macro v0.21.0
20002026-02-23T23:27:30.470Z Compiling salsa20 v0.10.2
20012026-02-23T23:27:30.510Z Compiling pbkdf2 v0.12.2
20022026-02-23T23:27:30.706Z Compiling tracing v0.1.40
20032026-02-23T23:27:31.126Z Compiling darling v0.21.0
20042026-02-23T23:27:31.257Z Compiling litrs v0.4.1
20052026-02-23T23:27:31.621Z Compiling winnow v0.5.40
20062026-02-23T23:27:31.643Z Compiling camino v1.2.2
20072026-02-23T23:27:31.891Z Compiling base64 v0.22.1
20082026-02-23T23:27:32.238Z Compiling document-features v0.2.11
20092026-02-23T23:27:33.292Z Compiling scrypt v0.11.0
20102026-02-23T23:27:33.335Z Compiling rand_chacha v0.9.0
20112026-02-23T23:27:33.726Z Compiling tokio-util v0.7.15
20122026-02-23T23:27:33.777Z Compiling aes v0.8.4
20132026-02-23T23:27:34.202Z Compiling cbc v0.1.2
20142026-02-23T23:27:35.090Z Compiling toml_edit v0.19.15
20152026-02-23T23:27:37.449Z Compiling usdt-impl v0.5.0
20162026-02-23T23:27:37.586Z Compiling powerfmt v0.2.0
20172026-02-23T23:27:37.869Z Compiling usdt-impl v0.6.0
20182026-02-23T23:27:38.093Z Compiling untrusted v0.7.1
20192026-02-23T23:27:38.264Z Compiling untrusted v0.9.0
20202026-02-23T23:27:38.285Z Compiling ref-cast v1.0.25
20212026-02-23T23:27:38.313Z Compiling deranged v0.5.3
20222026-02-23T23:27:38.964Z Compiling pkcs5 v0.7.1
20232026-02-23T23:27:39.926Z Compiling rand v0.9.2
20242026-02-23T23:27:41.576Z Compiling http-body v1.0.1
20252026-02-23T23:27:41.884Z Compiling scroll v0.12.0
20262026-02-23T23:27:42.435Z Compiling scroll v0.13.0
20272026-02-23T23:27:42.745Z Compiling heapless v0.7.17
20282026-02-23T23:27:43.391Z Compiling adler2 v2.0.0
20292026-02-23T23:27:43.784Z Compiling zstd-safe v7.2.3
20302026-02-23T23:27:44.235Z Compiling cfg_aliases v0.2.1
20312026-02-23T23:27:44.276Z Compiling atomic-waker v1.1.2
20322026-02-23T23:27:44.314Z Compiling signal-hook v0.3.18
20332026-02-23T23:27:44.353Z Compiling num_threads v0.1.7
20342026-02-23T23:27:44.428Z Compiling miniz_oxide v0.8.5
20352026-02-23T23:27:44.496Z Compiling time v0.3.43
20362026-02-23T23:27:46.057Z Compiling goblin v0.10.2
20372026-02-23T23:27:46.801Z Compiling goblin v0.8.2
20382026-02-23T23:27:48.652Z Compiling pkcs8 v0.10.2
20392026-02-23T23:27:49.581Z Compiling ipnetwork v0.21.1
20402026-02-23T23:27:51.219Z Compiling darling_core v0.20.10
20412026-02-23T23:27:53.386Z Compiling ref-cast-impl v1.0.25
20422026-02-23T23:27:54.485Z Compiling memoffset v0.9.1
20432026-02-23T23:27:54.698Z Compiling tinyvec_macros v0.1.1
20442026-02-23T23:27:54.849Z Compiling try-lock v0.2.5
20452026-02-23T23:27:55.027Z Compiling tower-layer v0.3.3
20462026-02-23T23:27:55.063Z Compiling tower-service v0.3.3
20472026-02-23T23:27:55.970Z Compiling want v0.3.1
20482026-02-23T23:27:56.231Z Compiling darling_macro v0.20.10
20492026-02-23T23:27:56.257Z Compiling tinyvec v1.8.0
20502026-02-23T23:27:56.301Z Compiling dof v0.4.0
20512026-02-23T23:27:57.083Z Compiling dof v0.3.0
20522026-02-23T23:27:57.704Z Compiling h2 v0.4.6
20532026-02-23T23:27:58.566Z Compiling dtrace-parser v0.2.0
20542026-02-23T23:28:00.033Z Compiling curve25519-dalek v4.1.3
20552026-02-23T23:28:00.055Z Compiling dtrace-parser v0.3.0
20562026-02-23T23:28:00.563Z Compiling ipnet v2.11.0
20572026-02-23T23:28:00.636Z Compiling async-trait v0.1.89
20582026-02-23T23:28:01.523Z Compiling daft-derive v0.1.4
20592026-02-23T23:28:02.674Z Compiling thread-id v4.2.2
20602026-02-23T23:28:02.748Z Compiling thread-id v5.0.0
20612026-02-23T23:28:02.817Z Compiling smoltcp v0.9.1
20622026-02-23T23:28:03.245Z Compiling openssl-probe v0.1.5
20632026-02-23T23:28:03.314Z Compiling httpdate v1.0.3
20642026-02-23T23:28:03.409Z Compiling ryu v1.0.18
20652026-02-23T23:28:03.429Z Compiling num-bigint-dig v0.8.6
20662026-02-23T23:28:03.745Z Compiling foreign-types-shared v0.1.1
20672026-02-23T23:28:04.143Z Compiling fastrand v2.1.1
20682026-02-23T23:28:04.216Z Compiling foreign-types v0.3.2
20692026-02-23T23:28:04.619Z Compiling tempfile v3.24.0
20702026-02-23T23:28:06.564Z Compiling hyper v1.8.1
20712026-02-23T23:28:11.213Z Compiling darling v0.20.10
20722026-02-23T23:28:14.015Z Compiling strum_macros v0.26.4
20732026-02-23T23:28:16.139Z Compiling wait-timeout v0.2.0
20742026-02-23T23:28:16.498Z Compiling gimli v0.31.1
20752026-02-23T23:28:16.617Z Compiling anstyle v1.0.11
20762026-02-23T23:28:17.993Z Compiling utf8parse v0.2.2
20772026-02-23T23:28:18.148Z Compiling quick-error v1.2.3
20782026-02-23T23:28:18.342Z Compiling bit-vec v0.8.0
20792026-02-23T23:28:21.756Z Compiling addr2line v0.24.2
20802026-02-23T23:28:22.694Z Compiling bit-set v0.8.0
20812026-02-23T23:28:23.065Z Compiling rusty-fork v0.3.0
20822026-02-23T23:28:23.429Z Compiling anstyle-parse v0.2.5
20832026-02-23T23:28:25.553Z Compiling derive_builder_core v0.20.2
20842026-02-23T23:28:26.212Z Compiling hyper-util v0.1.19
20852026-02-23T23:28:27.341Z Compiling unicode-normalization v0.1.24
20862026-02-23T23:28:27.512Z Compiling nix v0.29.0
20872026-02-23T23:28:28.686Z Compiling rand_xorshift v0.4.0
20882026-02-23T23:28:28.937Z Compiling hubpack_derive v0.1.1
20892026-02-23T23:28:29.835Z Compiling signature v2.2.0
20902026-02-23T23:28:30.097Z Compiling openapiv3 v2.2.0
20912026-02-23T23:28:30.644Z Compiling erased-serde v0.3.31
20922026-02-23T23:28:30.845Z Compiling strum_macros v0.27.2
20932026-02-23T23:28:32.282Z Compiling curve25519-dalek-derive v0.1.1
20942026-02-23T23:28:33.598Z Compiling object v0.36.5
20952026-02-23T23:28:35.327Z Compiling ahash v0.8.12
20962026-02-23T23:28:35.738Z Compiling fs-err v3.1.1
20972026-02-23T23:28:36.102Z Compiling crc32fast v1.4.2
20982026-02-23T23:28:36.456Z Compiling anstyle-query v1.1.1
20992026-02-23T23:28:36.644Z Compiling zlib-rs v0.5.1
21002026-02-23T23:28:39.360Z Compiling unicode-properties v0.1.3
21012026-02-23T23:28:40.165Z Compiling rustc-demangle v0.1.24
21022026-02-23T23:28:40.232Z Compiling unicode-segmentation v1.12.0
21032026-02-23T23:28:41.057Z Compiling siphasher v0.3.11
21042026-02-23T23:28:41.208Z Compiling unicode-bidi v0.3.17
21052026-02-23T23:28:41.455Z Compiling colorchoice v1.0.2
21062026-02-23T23:28:41.481Z Compiling unarray v0.1.4
21072026-02-23T23:28:41.646Z Compiling is_terminal_polyfill v1.70.1
21082026-02-23T23:28:41.674Z Compiling buf-list v1.0.3
21092026-02-23T23:28:41.808Z Compiling anstream v0.6.18
21102026-02-23T23:28:42.243Z Compiling stringprep v0.1.5
21112026-02-23T23:28:42.314Z Compiling backtrace v0.3.74
21122026-02-23T23:28:42.358Z Compiling proptest v1.7.0
21132026-02-23T23:28:42.402Z Compiling phf_shared v0.11.2
21142026-02-23T23:28:42.573Z Compiling libz-rs-sys v0.5.1
21152026-02-23T23:28:48.308Z Compiling derive_builder_macro v0.20.2
21162026-02-23T23:28:49.246Z Compiling rustls-webpki v0.102.8
21172026-02-23T23:28:50.876Z Compiling usdt-macro v0.6.0
21182026-02-23T23:28:51.060Z Compiling usdt-attr-macro v0.6.0
21192026-02-23T23:28:51.913Z Compiling oxnet v0.1.4
21202026-02-23T23:28:52.410Z Compiling http-body-util v0.1.3
21212026-02-23T23:28:53.300Z Compiling rand_chacha v0.3.1
21222026-02-23T23:28:53.497Z Compiling sync_wrapper v1.0.1
21232026-02-23T23:28:53.931Z Compiling md-5 v0.10.6
21242026-02-23T23:28:54.107Z Compiling vergen-lib v0.1.6
21252026-02-23T23:28:54.158Z Compiling num-integer v0.1.46
21262026-02-23T23:28:54.181Z Compiling ff v0.13.0
21272026-02-23T23:28:54.229Z Compiling hash32 v0.2.1
21282026-02-23T23:28:54.429Z Compiling encoding_rs v0.8.34
21292026-02-23T23:28:54.471Z Compiling mime v0.3.17
21302026-02-23T23:28:54.600Z Compiling fallible-iterator v0.2.0
21312026-02-23T23:28:55.322Z Compiling psl-types v2.0.11
21322026-02-23T23:28:55.518Z Compiling base16ct v0.2.0
21332026-02-23T23:28:55.589Z Compiling publicsuffix v2.3.0
21342026-02-23T23:28:55.686Z Compiling postgres-protocol v0.6.8
21352026-02-23T23:28:55.862Z Compiling sec1 v0.7.3
21362026-02-23T23:28:55.970Z Compiling serde_urlencoded v0.7.1
21372026-02-23T23:28:56.082Z Compiling num-iter v0.1.45
21382026-02-23T23:28:56.472Z Compiling group v0.13.0
21392026-02-23T23:28:56.580Z Compiling tower v0.5.2
21402026-02-23T23:28:56.819Z Compiling rand v0.8.5
21412026-02-23T23:28:57.401Z Compiling tokio-rustls v0.26.0
21422026-02-23T23:28:59.906Z Compiling derive_builder v0.20.2
21432026-02-23T23:29:00.139Z Compiling tokio-native-tls v0.3.1
21442026-02-23T23:29:00.261Z Compiling newtype-uuid v1.3.2
21452026-02-23T23:29:00.851Z Compiling flate2 v1.1.2
21462026-02-23T23:29:00.948Z Compiling heck v0.4.1
21472026-02-23T23:29:01.406Z Compiling rustls-native-certs v0.8.1
21482026-02-23T23:29:01.904Z Compiling webpki-roots v1.0.1
21492026-02-23T23:29:02.167Z Compiling serde_with_macros v3.16.1
21502026-02-23T23:29:02.459Z Compiling hkdf v0.12.4
21512026-02-23T23:29:02.484Z Compiling vergen v9.0.6
21522026-02-23T23:29:02.524Z Compiling terminal_size v0.4.0
21532026-02-23T23:29:02.842Z Compiling cargo-platform v0.1.8
21542026-02-23T23:29:02.918Z Compiling enum-as-inner v0.6.1
21552026-02-23T23:29:03.006Z Compiling clap_derive v4.5.47
21562026-02-23T23:29:03.345Z Compiling crypto-bigint v0.5.5
21572026-02-23T23:29:03.581Z Compiling serde_repr v0.1.19
21582026-02-23T23:29:04.523Z Compiling lockfree-object-pool v0.1.6
21592026-02-23T23:29:04.814Z Compiling bitflags v1.3.2
21602026-02-23T23:29:04.954Z Compiling iri-string v0.7.8
21612026-02-23T23:29:05.025Z Compiling simd-adler32 v0.3.7
21622026-02-23T23:29:05.108Z Compiling winnow v0.7.14
21632026-02-23T23:29:05.528Z Compiling clap_lex v0.7.4
21642026-02-23T23:29:05.939Z Compiling managed v0.8.0
21652026-02-23T23:29:06.779Z Compiling bumpalo v3.16.0
21662026-02-23T23:29:07.084Z Compiling elliptic-curve v0.13.8
21672026-02-23T23:29:07.235Z Compiling zopfli v0.8.1
21682026-02-23T23:29:08.233Z Compiling clap_builder v4.5.48
21692026-02-23T23:29:08.611Z Compiling tower-http v0.6.6
21702026-02-23T23:29:10.675Z Compiling cargo_metadata v0.19.2
21712026-02-23T23:29:10.940Z Compiling hyper-tls v0.6.0
21722026-02-23T23:29:11.293Z Compiling hyper-rustls v0.27.7
21732026-02-23T23:29:11.911Z Compiling daft v0.1.4
21742026-02-23T23:29:12.481Z Compiling signal-hook-mio v0.2.4
21752026-02-23T23:29:12.693Z Compiling zstd v0.13.3
21762026-02-23T23:29:12.975Z Compiling cookie_store v0.21.1
21772026-02-23T23:29:13.726Z Compiling postgres-types v0.2.9
21782026-02-23T23:29:13.783Z Compiling phf v0.11.2
21792026-02-23T23:29:14.453Z Compiling strum v0.27.2
21802026-02-23T23:29:14.609Z Compiling ed25519 v2.2.3
21812026-02-23T23:29:14.640Z Compiling hubpack v0.1.2
21822026-02-23T23:29:14.666Z Compiling bzip2 v0.5.2
21832026-02-23T23:29:14.715Z Compiling bzip2 v0.4.4
21842026-02-23T23:29:14.903Z Compiling crossbeam-epoch v0.9.18
21852026-02-23T23:29:15.071Z Compiling pkcs1 v0.7.5
21862026-02-23T23:29:15.623Z Compiling rfc6979 v0.4.0
21872026-02-23T23:29:15.840Z Compiling regress v0.10.4
21882026-02-23T23:29:15.865Z Compiling float-cmp v0.10.0
21892026-02-23T23:29:15.929Z Compiling serde-big-array v0.5.1
21902026-02-23T23:29:15.953Z Compiling hex v0.4.3
21912026-02-23T23:29:16.175Z Compiling bstr v1.10.0
21922026-02-23T23:29:16.925Z Compiling env_filter v0.1.2
21932026-02-23T23:29:17.389Z Compiling memmap2 v0.9.8
21942026-02-23T23:29:17.475Z Compiling socket2 v0.5.10
21952026-02-23T23:29:17.806Z Compiling predicates-core v1.0.8
21962026-02-23T23:29:18.137Z Compiling normalize-line-endings v0.3.0
21972026-02-23T23:29:18.275Z Compiling toml_write v0.1.2
21982026-02-23T23:29:18.717Z Compiling static_assertions v1.1.0
21992026-02-23T23:29:18.813Z Compiling foldhash v0.2.0
22002026-02-23T23:29:18.857Z Compiling precomputed-hash v0.1.1
22012026-02-23T23:29:19.182Z Compiling jiff v0.2.15
22022026-02-23T23:29:19.822Z Compiling fixedbitset v0.5.7
22032026-02-23T23:29:20.429Z Compiling difflib v0.4.0
22042026-02-23T23:29:20.730Z Compiling keccak v0.1.5
22052026-02-23T23:29:20.864Z Compiling fixedbitset v0.4.2
22062026-02-23T23:29:20.927Z Compiling data-encoding v2.9.0
22072026-02-23T23:29:21.179Z Compiling whoami v1.5.2
22082026-02-23T23:29:21.301Z Compiling rustc-hash v2.1.1
22092026-02-23T23:29:21.479Z Compiling new_debug_unreachable v1.0.6
22102026-02-23T23:29:21.515Z Compiling iddqd v0.3.16
22112026-02-23T23:29:21.605Z Compiling hickory-proto v0.25.2
22122026-02-23T23:29:21.681Z Compiling string_cache v0.8.9
22132026-02-23T23:29:21.968Z Compiling tokio-postgres v0.7.13
22142026-02-23T23:29:22.109Z Compiling petgraph v0.6.5
22152026-02-23T23:29:22.254Z Compiling sha3 v0.10.8
22162026-02-23T23:29:22.648Z Compiling toml_edit v0.22.27
22172026-02-23T23:29:22.826Z Compiling predicates v3.1.3
22182026-02-23T23:29:24.073Z Compiling petgraph v0.8.2
22192026-02-23T23:29:24.243Z Compiling reqwest v0.12.24
22202026-02-23T23:29:28.412Z Compiling zip v4.2.0
22212026-02-23T23:29:28.723Z Compiling typify-impl v0.4.3
22222026-02-23T23:29:29.268Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-02-23T23:29:30.514Z Compiling usdt v0.6.0
22242026-02-23T23:29:31.824Z Compiling env_logger v0.11.8
22252026-02-23T23:29:32.473Z Compiling similar v2.7.0
22262026-02-23T23:29:32.525Z Compiling serde_with v3.16.1
22272026-02-23T23:29:34.296Z Compiling ecdsa v0.16.9
22282026-02-23T23:29:35.532Z Compiling rsa v0.9.8
22292026-02-23T23:29:36.162Z Compiling zip v0.6.6
22302026-02-23T23:29:37.030Z Compiling ed25519-dalek v2.1.1
22312026-02-23T23:29:38.348Z Compiling crossterm v0.28.1
22322026-02-23T23:29:38.404Z Compiling clap v4.5.48
22332026-02-23T23:29:39.164Z Compiling strum v0.26.3
22342026-02-23T23:29:39.247Z Compiling tokio-stream v0.1.17
22352026-02-23T23:29:39.468Z Compiling toml v0.7.8
22362026-02-23T23:29:40.251Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-02-23T23:29:40.708Z Compiling x509-cert v0.2.5
22382026-02-23T23:29:42.302Z Compiling sha1 v0.10.6
22392026-02-23T23:29:42.697Z Compiling itertools v0.10.5
22402026-02-23T23:29:44.779Z Compiling itertools v0.13.0
22412026-02-23T23:29:45.346Z Compiling winnow v0.6.26
22422026-02-23T23:29:48.242Z Compiling peg-runtime v0.8.5
22432026-02-23T23:29:48.756Z Compiling lalrpop-util v0.19.12
22442026-02-23T23:29:49.121Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22452026-02-23T23:29:49.653Z Compiling typify-macro v0.4.3
22462026-02-23T23:30:00.394Z Compiling rayon-core v1.12.1
22472026-02-23T23:30:07.565Z Compiling proc-macro-crate v1.3.1
22482026-02-23T23:30:08.844Z Compiling macaddr v1.0.1
22492026-02-23T23:30:09.101Z Compiling structmeta-derive v0.3.0
22502026-02-23T23:30:11.124Z Compiling itertools v0.14.0
22512026-02-23T23:30:12.055Z Compiling heapless v0.8.0
22522026-02-23T23:30:14.112Z Compiling ingot-macros v0.1.1
22532026-02-23T23:30:14.572Z Compiling structmeta v0.3.0
22542026-02-23T23:30:16.472Z Compiling num_enum_derive v0.5.11
22552026-02-23T23:30:17.601Z Compiling crossbeam-deque v0.8.5
22562026-02-23T23:30:19.402Z Compiling hash32 v0.3.1
22572026-02-23T23:30:22.300Z Compiling smoltcp v0.11.0
22582026-02-23T23:30:23.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22592026-02-23T23:30:23.400Z Compiling unicode-width v0.1.14
22602026-02-23T23:30:24.251Z Compiling tabwriter v1.4.0
22612026-02-23T23:30:25.051Z Compiling ingot-types v0.1.2
22622026-02-23T23:30:27.235Z Compiling num_enum v0.5.11
22632026-02-23T23:30:33.123Z Compiling typify v0.4.3
22642026-02-23T23:30:37.528Z Compiling proc-macro-error-attr v1.0.4
22652026-02-23T23:30:39.174Z Compiling unsafe-libyaml v0.2.11
22662026-02-23T23:30:40.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22672026-02-23T23:30:40.889Z Compiling rustls v0.22.4
22682026-02-23T23:30:41.285Z Compiling cobs v0.2.3
22692026-02-23T23:30:41.608Z Compiling postcard v1.0.10
22702026-02-23T23:30:43.180Z Compiling serde_yaml v0.9.34+deprecated
22712026-02-23T23:30:58.152Z Compiling progenitor-impl v0.11.2
22722026-02-23T23:31:02.126Z Compiling ingot v0.1.1
22732026-02-23T23:31:08.848Z Compiling futures-executor v0.3.31
22742026-02-23T23:31:08.976Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22752026-02-23T23:31:09.247Z Compiling foreign-types-macros v0.2.3
22762026-02-23T23:31:09.696Z Compiling thread_local v1.1.8
22772026-02-23T23:31:09.797Z Compiling proc-macro-error v1.0.4
22782026-02-23T23:31:09.847Z Compiling multer v3.1.0
22792026-02-23T23:31:09.964Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22802026-02-23T23:31:10.170Z Compiling foreign-types-shared v0.3.1
22812026-02-23T23:31:10.344Z Compiling match_cfg v0.1.0
22822026-02-23T23:31:10.377Z Compiling slog-async v2.8.0
22832026-02-23T23:31:10.476Z Compiling hostname v0.3.1
22842026-02-23T23:31:10.500Z Compiling foreign-types v0.5.0
22852026-02-23T23:31:10.857Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-02-23T23:31:10.883Z Compiling futures v0.3.31
22872026-02-23T23:31:10.966Z Compiling progenitor-macro v0.11.2
22882026-02-23T23:31:12.013Z Compiling derive-ex v0.1.8
22892026-02-23T23:31:14.981Z Compiling progenitor-client v0.11.2
22902026-02-23T23:31:15.900Z Compiling toml_parser v1.0.6+spec-1.1.0
22912026-02-23T23:31:16.006Z Compiling slog-json v2.6.1
22922026-02-23T23:31:16.504Z Compiling crossbeam-channel v0.5.15
22932026-02-23T23:31:16.920Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942026-02-23T23:31:17.761Z Compiling async-stream-impl v0.3.6
22952026-02-23T23:31:18.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22962026-02-23T23:31:18.907Z Compiling toml_datetime v0.7.5+spec-1.1.0
22972026-02-23T23:31:19.028Z Compiling serde_spanned v1.0.4
22982026-02-23T23:31:19.174Z Compiling cstr-argument v0.1.2
22992026-02-23T23:31:19.263Z Compiling is-terminal v0.4.13
23002026-02-23T23:31:19.320Z Compiling dropshot v0.16.7
23012026-02-23T23:31:19.436Z Compiling typeid v1.0.3
23022026-02-23T23:31:19.471Z Compiling toml_writer v1.0.6+spec-1.1.0
23032026-02-23T23:31:19.695Z Compiling pretty-hex v0.2.1
23042026-02-23T23:31:19.816Z Compiling term v1.1.0
23052026-02-23T23:31:19.924Z Compiling crucible-workspace-hack v0.1.0
23062026-02-23T23:31:19.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23072026-02-23T23:31:20.038Z Compiling take_mut v0.2.2
23082026-02-23T23:31:20.372Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23092026-02-23T23:31:20.397Z Compiling toml v0.9.11+spec-1.1.0
23102026-02-23T23:31:20.861Z Compiling slog-term v2.9.2
23112026-02-23T23:31:21.918Z Compiling progenitor v0.11.2
23122026-02-23T23:31:22.272Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-02-23T23:31:23.075Z Compiling async-stream v0.3.6
23142026-02-23T23:31:23.405Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-02-23T23:31:23.663Z Compiling tokio-rustls v0.25.0
23162026-02-23T23:31:24.007Z Compiling slog-bunyan v2.5.0
23172026-02-23T23:31:24.058Z Compiling test-strategy v0.4.3
23182026-02-23T23:31:24.904Z Compiling rayon v1.10.0
23192026-02-23T23:31:25.032Z Compiling parse-display-derive v0.10.0
23202026-02-23T23:31:26.972Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23212026-02-23T23:31:27.219Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23222026-02-23T23:31:27.258Z Compiling colored v2.2.0
23232026-02-23T23:31:28.534Z Compiling waitgroup v0.1.2
23242026-02-23T23:31:28.687Z Compiling nix v0.30.1
23252026-02-23T23:31:28.848Z Compiling rustls-pemfile v2.2.0
23262026-02-23T23:31:29.373Z Compiling dropshot_endpoint v0.16.7
23272026-02-23T23:31:29.525Z Compiling newtype-uuid-macros v0.1.0
23282026-02-23T23:31:29.865Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23292026-02-23T23:31:29.939Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-02-23T23:31:30.357Z Compiling serde_path_to_error v0.1.20
23312026-02-23T23:31:30.419Z Compiling hostname v0.4.2
23322026-02-23T23:31:30.439Z Compiling instant v0.1.13
23332026-02-23T23:31:30.618Z Compiling debug-ignore v1.0.5
23342026-02-23T23:31:30.642Z Compiling colored v3.0.0
23352026-02-23T23:31:30.717Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23362026-02-23T23:31:30.817Z Compiling backoff v0.4.0
23372026-02-23T23:31:31.055Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23382026-02-23T23:31:31.114Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23392026-02-23T23:31:31.282Z Compiling parse-display v0.10.0
23402026-02-23T23:31:31.993Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23412026-02-23T23:31:33.203Z Compiling zone_cfg_derive v0.3.0
23422026-02-23T23:31:34.630Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-02-23T23:31:35.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-02-23T23:31:35.754Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-02-23T23:31:35.826Z Compiling camino-tempfile v1.4.1
23462026-02-23T23:31:36.672Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-02-23T23:31:36.967Z Compiling progenitor-client v0.10.0
23482026-02-23T23:31:38.005Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23492026-02-23T23:31:40.450Z Compiling secrecy v0.10.3
23502026-02-23T23:31:40.787Z Compiling num-derive v0.4.2
23512026-02-23T23:31:40.858Z Compiling sigpipe v0.1.3
23522026-02-23T23:31:40.905Z Compiling libefi-sys v0.1.0
23532026-02-23T23:31:41.024Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-02-23T23:31:41.422Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23552026-02-23T23:31:41.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-02-23T23:31:41.644Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23572026-02-23T23:31:42.268Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23582026-02-23T23:31:43.003Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23592026-02-23T23:31:43.440Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23602026-02-23T23:31:45.760Z Compiling erased-serde v0.4.6
23612026-02-23T23:31:45.978Z Compiling zone v0.3.1
23622026-02-23T23:31:48.573Z Compiling usdt-attr-macro v0.5.0
23632026-02-23T23:31:49.228Z Compiling usdt-macro v0.5.0
23642026-02-23T23:31:49.849Z Compiling smf v0.2.3
23652026-02-23T23:31:50.105Z Compiling bitfield-struct v0.6.2
23662026-02-23T23:31:50.361Z Compiling ordered-float v2.10.1
23672026-02-23T23:31:50.617Z Compiling blake3 v1.5.4
23682026-02-23T23:31:51.042Z Compiling memmap v0.7.0
23692026-02-23T23:31:51.486Z Compiling usdt v0.5.0
23702026-02-23T23:31:51.491Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-02-23T23:31:51.898Z Compiling serde-value v0.7.0
23722026-02-23T23:31:52.234Z Compiling serde-untagged v0.1.7
23732026-02-23T23:31:52.471Z Compiling toml v0.8.23
23742026-02-23T23:31:52.844Z Compiling xattr v1.3.1
23752026-02-23T23:31:52.887Z Compiling filetime v0.2.26
23762026-02-23T23:31:53.061Z Compiling same-file v1.0.6
23772026-02-23T23:31:53.193Z Compiling unicode-xid v0.2.6
23782026-02-23T23:31:53.267Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-02-23T23:31:53.377Z Compiling constant_time_eq v0.3.1
23802026-02-23T23:31:53.420Z Compiling unicode-width v0.2.0
23812026-02-23T23:31:53.442Z Compiling arrayvec v0.7.6
23822026-02-23T23:31:53.518Z Compiling arrayref v0.3.9
23832026-02-23T23:31:53.631Z Compiling cargo-util-schemas v0.8.2
23842026-02-23T23:31:53.658Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23852026-02-23T23:31:53.953Z Compiling console v0.16.0
23862026-02-23T23:31:55.134Z Compiling walkdir v2.5.0
23872026-02-23T23:31:56.367Z Compiling tar v0.4.44
23882026-02-23T23:31:56.533Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23892026-02-23T23:31:56.683Z Compiling tokio-dtrace v0.1.0
23902026-02-23T23:31:56.964Z Compiling gethostname v0.5.0
23912026-02-23T23:31:57.204Z Compiling cargo-platform v0.2.0
23922026-02-23T23:31:57.235Z Compiling unit-prefix v0.5.1
23932026-02-23T23:31:57.527Z Compiling topological-sort v0.2.2
23942026-02-23T23:31:57.854Z Compiling omicron-zone-package v0.12.2
23952026-02-23T23:31:58.011Z Compiling cargo_metadata v0.21.0
23962026-02-23T23:31:58.380Z Compiling indicatif v0.18.0
23972026-02-23T23:32:01.095Z Compiling oxide-tokio-rt v0.1.2
23982026-02-23T23:32:01.746Z Compiling indent_write v2.2.0
23992026-02-23T23:32:01.997Z Compiling shell-words v1.1.0
24002026-02-23T23:32:02.023Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24012026-02-23T23:32:04.787Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24022026-02-23T23:32:06.344Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24032026-02-23T23:32:09.067Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24042026-02-23T23:32:30.188Z Finished `release` profile [optimized] target(s) in 6m 01s
24052026-02-23T23:32:30.394Z Running `target/release/omicron-package -t test target create -p dev`
24062026-02-23T23:32:30.465ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-02-23T23:32:30.468ZCreated new build target 'test' and set it as active
24082026-02-23T23:32:30.472Z
24092026-02-23T23:32:30.472Zreal 6:01.512992456
24102026-02-23T23:32:30.472Zuser 41:43.792158970
24112026-02-23T23:32:30.472Zsys 4:08.782791463
24122026-02-23T23:32:30.472Ztrap 1.382332022
24132026-02-23T23:32:30.472Ztflt 2.177174053
24142026-02-23T23:32:30.472Zdflt 1.190794846
24152026-02-23T23:32:30.472Zkflt 0.000227669
24162026-02-23T23:32:30.473Zlock 1:58:41.192988707
24172026-02-23T23:32:30.473Zslp 2:48:51.602852786
24182026-02-23T23:32:30.473Zlat 3:23.868641583
24192026-02-23T23:32:30.473Zstop 6:04.622903111
24202026-02-23T23:32:30.473Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24212026-02-23T23:32:31.890Z Finished `release` profile [optimized] target(s) in 1.34s
24222026-02-23T23:32:31.959Z Running `target/release/omicron-package -t test package`
24232026-02-23T23:32:32.017ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242026-02-23T23:32:34.217Z Compiling convert_case v0.4.0
24252026-02-23T23:32:34.217Z Compiling progenitor-impl v0.10.0
24262026-02-23T23:32:34.220Z Compiling half v2.4.1
24272026-02-23T23:32:34.220Z Compiling ciborium-io v0.2.2
24282026-02-23T23:32:34.442Z Compiling is-terminal v0.4.13
24292026-02-23T23:32:34.510Z Compiling rustls v0.22.4
24302026-02-23T23:32:34.514Z Compiling thread_local v1.1.8
24312026-02-23T23:32:34.630Z Compiling match_cfg v0.1.0
24322026-02-23T23:32:34.661Z Compiling bytecount v0.6.8
24332026-02-23T23:32:34.760Z Compiling hostname v0.3.1
24342026-02-23T23:32:34.968Z Compiling multer v3.1.0
24352026-02-23T23:32:34.996Z Compiling slog-async v2.8.0
24362026-02-23T23:32:35.024Z Compiling password-hash v0.5.0
24372026-02-23T23:32:35.053Z Compiling derive_more v0.99.20
24382026-02-23T23:32:35.083Z Compiling ciborium-ll v0.2.2
24392026-02-23T23:32:35.111Z Compiling blake2 v0.10.6
24402026-02-23T23:32:35.169Z Compiling progenitor-client v0.11.2
24412026-02-23T23:32:35.619Z Compiling ciborium v0.2.2
24422026-02-23T23:32:35.751Z Compiling crossbeam-channel v0.5.15
24432026-02-23T23:32:36.313Z Compiling toml_parser v1.0.6+spec-1.1.0
24442026-02-23T23:32:36.768Z Compiling slog-json v2.6.1
24452026-02-23T23:32:37.166Z Compiling futures-executor v0.3.31
24462026-02-23T23:32:37.248Z Compiling serde_spanned v1.0.4
24472026-02-23T23:32:37.567Z Compiling toml_datetime v0.7.5+spec-1.1.0
24482026-02-23T23:32:37.628Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-02-23T23:32:37.660Z Compiling swrite v0.1.0
24502026-02-23T23:32:37.691Z Compiling take_mut v0.2.2
24512026-02-23T23:32:37.862Z Compiling term v1.1.0
24522026-02-23T23:32:37.912Z Compiling unicode-width v0.1.14
24532026-02-23T23:32:38.118Z Compiling toml v0.9.11+spec-1.1.0
24542026-02-23T23:32:38.498Z Compiling slog-term v2.9.2
24552026-02-23T23:32:39.050Z Compiling tabwriter v1.4.0
24562026-02-23T23:32:39.170Z Compiling futures v0.3.31
24572026-02-23T23:32:39.309Z Compiling tokio-rustls v0.25.0
24582026-02-23T23:32:39.489Z Compiling slog-bunyan v2.5.0
24592026-02-23T23:32:39.753Z Compiling progenitor v0.11.2
24602026-02-23T23:32:39.780Z Compiling argon2 v0.5.3
24612026-02-23T23:32:39.999Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24622026-02-23T23:32:40.039Z Compiling progenitor-macro v0.10.0
24632026-02-23T23:32:40.615Z Compiling dropshot v0.16.7
24642026-02-23T23:32:40.676Z Compiling async-stream v0.3.6
24652026-02-23T23:32:40.718Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24662026-02-23T23:32:40.973Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24672026-02-23T23:32:41.005Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24682026-02-23T23:32:41.089Z Compiling universal-hash v0.5.1
24692026-02-23T23:32:41.384Z Compiling waitgroup v0.1.2
24702026-02-23T23:32:41.645Z Compiling rustls-pemfile v2.2.0
24712026-02-23T23:32:41.717Z Compiling thiserror-impl-no-std v2.0.2
24722026-02-23T23:32:42.023Z Compiling serde_path_to_error v0.1.20
24732026-02-23T23:32:42.135Z Compiling hostname v0.4.2
24742026-02-23T23:32:42.224Z Compiling instant v0.1.13
24752026-02-23T23:32:42.389Z Compiling debug-ignore v1.0.5
24762026-02-23T23:32:42.425Z Compiling opaque-debug v0.3.1
24772026-02-23T23:32:42.570Z Compiling colored v3.0.0
24782026-02-23T23:32:42.603Z Compiling poly1305 v0.8.0
24792026-02-23T23:32:43.302Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24802026-02-23T23:32:43.472Z Compiling backoff v0.4.0
24812026-02-23T23:32:43.905Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24822026-02-23T23:32:44.056Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-02-23T23:32:44.109Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24842026-02-23T23:32:44.174Z Compiling thiserror-no-std v2.0.2
24852026-02-23T23:32:44.355Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24862026-02-23T23:32:44.788Z Compiling parse-display v0.10.0
24872026-02-23T23:32:45.190Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24882026-02-23T23:32:45.326Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-02-23T23:32:45.443Z Compiling chacha20 v0.9.1
24902026-02-23T23:32:45.962Z Compiling progenitor-client v0.10.0
24912026-02-23T23:32:46.548Z Compiling aead v0.5.2
24922026-02-23T23:32:46.821Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24932026-02-23T23:32:46.959Z Compiling macaddr v1.0.1
24942026-02-23T23:32:47.299Z Compiling derive-where v1.5.0
24952026-02-23T23:32:47.437Z Compiling chacha20poly1305 v0.10.1
24962026-02-23T23:32:47.730Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24972026-02-23T23:32:48.821Z Compiling vsss-rs v3.3.4
24982026-02-23T23:32:50.116Z Compiling num-rational v0.4.2
24992026-02-23T23:32:50.897Z Compiling progenitor v0.10.0
25002026-02-23T23:32:52.484Z Compiling num-complex v0.4.6
25012026-02-23T23:32:53.284Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25022026-02-23T23:32:53.684Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032026-02-23T23:32:53.719Z Compiling num v0.4.3
25042026-02-23T23:32:54.035Z Compiling console v0.15.10
25052026-02-23T23:32:54.656Z Compiling float-ord v0.3.2
25062026-02-23T23:32:55.146Z Compiling toml v0.8.23
25072026-02-23T23:32:56.354Z Compiling newline-converter v0.3.0
25082026-02-23T23:32:56.604Z Compiling atomicwrites v0.4.4
25092026-02-23T23:32:56.636Z Compiling prettyplease v0.2.36
25102026-02-23T23:32:56.683Z Compiling slog-dtrace v0.3.0
25112026-02-23T23:32:56.930Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-02-23T23:32:57.171Z Compiling expectorate v1.2.0
25132026-02-23T23:32:57.596Z Compiling async-recursion v1.1.1
25142026-02-23T23:32:58.197Z Compiling owo-colors v4.2.3
25152026-02-23T23:32:58.862Z Compiling cancel-safe-futures v0.1.5
25162026-02-23T23:32:59.353Z Compiling resolv-conf v0.7.0
25172026-02-23T23:32:59.597Z Compiling libsw-core v0.3.1
25182026-02-23T23:32:59.932Z Compiling libsw v3.5.0
25192026-02-23T23:33:00.959Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25202026-02-23T23:33:01.099Z Compiling linear-map v1.2.0
25212026-02-23T23:33:01.267Z Compiling linked-hash-map v0.5.6
25222026-02-23T23:33:01.590Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25232026-02-23T23:33:01.745Z Compiling lru-cache v0.1.2
25242026-02-23T23:33:02.038Z Compiling unicode-xid v0.2.6
25252026-02-23T23:33:02.294Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25262026-02-23T23:33:03.358Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25272026-02-23T23:33:05.221Z Compiling globset v0.4.15
25282026-02-23T23:33:10.932Z Compiling hickory-proto v0.24.4
25292026-02-23T23:33:12.591Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-02-23T23:33:12.682Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25312026-02-23T23:33:13.800Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25322026-02-23T23:33:16.854Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25332026-02-23T23:33:17.489Z Compiling hickory-resolver v0.24.4
25342026-02-23T23:33:18.236Z Compiling convert_case v0.7.1
25352026-02-23T23:33:19.017Z Compiling derive_more-impl v2.0.1
25362026-02-23T23:33:20.433Z Compiling qorb v0.4.1
25372026-02-23T23:33:27.467Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25382026-02-23T23:33:27.963Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25392026-02-23T23:33:31.763Z Compiling pin-project-internal v1.1.6
25402026-02-23T23:33:31.988Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25412026-02-23T23:33:33.807Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25422026-02-23T23:33:34.141Z Compiling derive_more v2.0.1
25432026-02-23T23:33:34.295Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25442026-02-23T23:33:34.327Z Compiling pin-project v1.1.6
25452026-02-23T23:33:34.522Z Compiling pem v3.0.5
25462026-02-23T23:33:34.752Z Compiling snafu-derive v0.8.5
25472026-02-23T23:33:35.036Z Compiling vte_generate_state_changes v0.1.2
25482026-02-23T23:33:35.579Z Compiling termtree v0.5.1
25492026-02-23T23:33:35.720Z Compiling siphasher v1.0.1
25502026-02-23T23:33:35.931Z Compiling vte v0.11.1
25512026-02-23T23:33:35.964Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-02-23T23:33:36.202Z Compiling phf_shared v0.12.1
25532026-02-23T23:33:36.702Z Compiling crossterm v0.29.0
25542026-02-23T23:33:37.480Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-02-23T23:33:38.883Z Compiling snafu v0.8.5
25562026-02-23T23:33:40.150Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25572026-02-23T23:33:41.780Z Compiling olpc-cjson v0.1.4
25582026-02-23T23:33:41.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25592026-02-23T23:33:42.183Z Compiling csv-core v0.1.11
25602026-02-23T23:33:43.041Z Compiling serde_plain v1.0.2
25612026-02-23T23:33:43.068Z Compiling typed-path v0.9.3
25622026-02-23T23:33:43.689Z Compiling highway v1.3.0
25632026-02-23T23:33:43.758Z Compiling chrono-tz v0.10.4
25642026-02-23T23:33:44.182Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-02-23T23:33:44.215Z Compiling csv v1.3.1
25662026-02-23T23:33:44.697Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25672026-02-23T23:33:45.261Z Compiling strip-ansi-escapes v0.2.0
25682026-02-23T23:33:46.039Z Compiling tough v0.20.0
25692026-02-23T23:33:46.454Z Compiling phf v0.12.1
25702026-02-23T23:33:46.845Z Compiling const_format_proc_macros v0.2.34
25712026-02-23T23:33:47.032Z Compiling papergrid v0.11.0
25722026-02-23T23:33:48.589Z Compiling tabled_derive v0.7.0
25732026-02-23T23:33:49.979Z Compiling fd-lock v4.0.2
25742026-02-23T23:33:50.267Z Compiling peg-macros v0.8.5
25752026-02-23T23:33:50.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-02-23T23:33:51.519Z Compiling nu-ansi-term v0.50.1
25772026-02-23T23:33:51.659Z Compiling tabled v0.15.0
25782026-02-23T23:33:52.555Z Compiling reedline v0.40.0
25792026-02-23T23:33:52.705Z Compiling const_format v0.2.34
25802026-02-23T23:33:53.203Z Compiling peg v0.8.5
25812026-02-23T23:33:53.837Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-02-23T23:33:59.119Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-02-23T23:33:59.546Z Compiling bcs v0.1.6
25842026-02-23T23:34:00.400Z Compiling semver v0.1.20
25852026-02-23T23:34:00.944Z Compiling base64 v0.21.7
25862026-02-23T23:34:01.696Z Compiling rustc_version v0.1.7
25872026-02-23T23:34:02.077Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25882026-02-23T23:34:02.134Z Compiling newtype_derive v0.1.6
25892026-02-23T23:34:02.479Z Compiling humantime v2.2.0
25902026-02-23T23:34:02.579Z Compiling smawk v0.3.2
25912026-02-23T23:34:02.909Z Compiling unicode-linebreak v0.1.5
25922026-02-23T23:34:03.454Z Compiling textwrap v0.16.2
25932026-02-23T23:34:03.533Z Compiling dropshot-api-manager-types v0.3.0
25942026-02-23T23:34:04.809Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-02-23T23:34:06.876Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25962026-02-23T23:34:07.196Z Compiling steno v0.4.1
25972026-02-23T23:34:09.723Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-02-23T23:34:11.051Z Compiling utf-8 v0.7.6
25992026-02-23T23:34:11.498Z Compiling moka v0.12.10
26002026-02-23T23:34:11.961Z Compiling tagptr v0.2.0
26012026-02-23T23:34:15.971Z Compiling hickory-resolver v0.25.2
26022026-02-23T23:34:17.881Z Compiling tungstenite v0.21.0
26032026-02-23T23:34:18.905Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26042026-02-23T23:34:19.016Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26052026-02-23T23:34:19.161Z Compiling radium v0.7.0
26062026-02-23T23:34:19.670Z Compiling tokio-tungstenite v0.21.0
26072026-02-23T23:34:20.443Z Compiling maybe-uninit v2.0.0
26082026-02-23T23:34:21.005Z Compiling tap v1.0.1
26092026-02-23T23:34:21.256Z Compiling wyz v0.5.1
26102026-02-23T23:34:22.492Z Compiling zerocopy-derive v0.6.6
26112026-02-23T23:34:22.963Z Compiling proc-macro-error-attr2 v2.0.0
26122026-02-23T23:34:23.806Z Compiling crc-catalog v2.4.0
26132026-02-23T23:34:24.038Z Compiling display-error-chain v0.2.2
26142026-02-23T23:34:24.286Z Compiling funty v2.0.0
26152026-02-23T23:34:24.340Z Compiling packed_struct v0.10.1
26162026-02-23T23:34:24.907Z Compiling zerocopy v0.6.6
26172026-02-23T23:34:25.833Z Compiling bitvec v1.0.1
26182026-02-23T23:34:26.745Z Compiling crc v3.2.1
26192026-02-23T23:34:28.165Z Compiling proc-macro-error2 v2.0.1
26202026-02-23T23:34:28.812Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26212026-02-23T23:34:29.235Z Compiling packed_struct_codegen v0.10.1
26222026-02-23T23:34:30.519Z Compiling bitfield-macros v0.19.2
26232026-02-23T23:34:31.185Z Compiling indexmap v1.9.3
26242026-02-23T23:34:31.584Z Compiling nodrop v0.1.14
26252026-02-23T23:34:31.786Z Compiling array-init v0.0.4
26262026-02-23T23:34:32.022Z Compiling bitfield v0.19.2
26272026-02-23T23:34:32.058Z Compiling smallvec v0.6.14
26282026-02-23T23:34:32.569Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26292026-02-23T23:34:32.602Z Compiling num-derive v0.3.3
26302026-02-23T23:34:32.939Z Compiling hashbrown v0.12.3
26312026-02-23T23:34:34.368Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26322026-02-23T23:34:34.708Z Compiling libscf-sys v1.1.0
26332026-02-23T23:34:35.892Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26342026-02-23T23:34:36.212Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-02-23T23:34:37.442Z Compiling serde-hex v0.1.0
26362026-02-23T23:34:38.701Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-02-23T23:34:39.115Z Compiling ron v0.8.1
26382026-02-23T23:34:39.391Z Compiling hashbrown v0.13.2
26392026-02-23T23:34:40.749Z Compiling vergen-gitcl v1.0.8
26402026-02-23T23:34:41.161Z Compiling dirs-sys-next v0.1.2
26412026-02-23T23:34:41.666Z Compiling maplit v1.0.2
26422026-02-23T23:34:41.852Z Compiling crunchy v0.2.2
26432026-02-23T23:34:42.382Z Compiling crc-any v2.5.0
26442026-02-23T23:34:43.047Z Compiling dirs-next v2.0.0
26452026-02-23T23:34:43.326Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-02-23T23:34:43.371Z Compiling object v0.30.4
26472026-02-23T23:34:44.784Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26482026-02-23T23:34:44.889Z Compiling dsl_auto_type v0.1.2
26492026-02-23T23:34:46.076Z Compiling scheduled-thread-pool v0.2.7
26502026-02-23T23:34:46.420Z Compiling diesel_table_macro_syntax v0.2.0
26512026-02-23T23:34:46.811Z Compiling tiny-keccak v2.0.2
26522026-02-23T23:34:47.204Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26532026-02-23T23:34:47.429Z Compiling path-slash v0.1.5
26542026-02-23T23:34:47.788Z Compiling diesel_derives v2.2.3
26552026-02-23T23:34:55.705Z Compiling r2d2 v0.8.10
26562026-02-23T23:34:57.481Z Compiling term v0.7.0
26572026-02-23T23:34:58.210Z Compiling tabled_derive v0.11.0
26582026-02-23T23:34:58.680Z Compiling papergrid v0.17.0
26592026-02-23T23:35:00.729Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26602026-02-23T23:35:01.406Z Compiling testing_table v0.3.0
26612026-02-23T23:35:02.267Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26622026-02-23T23:35:05.679Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-02-23T23:35:06.090Z Compiling xshell-macros v0.2.7
26642026-02-23T23:35:06.896Z Compiling bit-vec v0.6.3
26652026-02-23T23:35:07.288Z Compiling arc-swap v1.7.1
26662026-02-23T23:35:07.465Z Compiling bit-set v0.5.3
26672026-02-23T23:35:07.805Z Compiling xshell v0.2.7
26682026-02-23T23:35:08.073Z Compiling slog-scope v4.4.0
26692026-02-23T23:35:09.083Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26702026-02-23T23:35:10.849Z Compiling tabled v0.20.0
26712026-02-23T23:35:12.244Z Compiling ascii-canvas v3.0.0
26722026-02-23T23:35:12.787Z Compiling diesel v2.2.12
26732026-02-23T23:35:12.929Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742026-02-23T23:35:13.872Z Compiling ena v0.14.3
26752026-02-23T23:35:14.383Z Compiling diff v0.1.13
26762026-02-23T23:35:14.898Z Compiling regex-syntax v0.6.29
26772026-02-23T23:35:19.588Z Compiling unicase v2.8.1
26782026-02-23T23:35:19.963Z Compiling bindgen v0.71.1
26792026-02-23T23:35:20.199Z Compiling lalrpop v0.19.12
26802026-02-23T23:35:21.483Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26812026-02-23T23:35:23.842Z Compiling slog-stdlog v4.1.1
26822026-02-23T23:35:24.791Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-02-23T23:35:26.314Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-02-23T23:35:27.418Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26852026-02-23T23:35:27.488Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26862026-02-23T23:35:27.781Z Compiling crc8 v0.1.1
26872026-02-23T23:35:27.859Z Compiling slog-envlogger v2.2.0
26882026-02-23T23:35:29.745Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26892026-02-23T23:35:30.337Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-02-23T23:35:30.688Z Compiling headers-core v0.3.0
26912026-02-23T23:35:30.928Z Compiling libxml v0.3.3
26922026-02-23T23:35:31.445Z Compiling headers v0.4.1
26932026-02-23T23:35:34.159Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26942026-02-23T23:35:34.396Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26952026-02-23T23:35:34.775Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26962026-02-23T23:35:35.054Z Compiling strum_macros v0.24.3
26972026-02-23T23:35:35.636Z Compiling indoc v1.0.9
26982026-02-23T23:35:36.958Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26992026-02-23T23:35:37.975Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27002026-02-23T23:35:38.361Z Compiling derive_builder v0.20.2
27012026-02-23T23:35:38.653Z Compiling oso-derive v0.27.3
27022026-02-23T23:35:39.642Z Compiling impl-trait-for-tuples v0.2.2
27032026-02-23T23:35:40.239Z Compiling samael v0.0.19
27042026-02-23T23:35:40.509Z Compiling polar-core v0.27.3
27052026-02-23T23:35:40.933Z Compiling quick-xml v0.37.2
27062026-02-23T23:35:42.962Z Compiling half v1.8.3
27072026-02-23T23:35:43.919Z Compiling serde_cbor v0.11.2
27082026-02-23T23:35:44.871Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-23T23:35:45.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-02-23T23:35:45.329Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27112026-02-23T23:35:46.612Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27122026-02-23T23:35:47.901Z Compiling diesel-dtrace v0.4.2
27132026-02-23T23:35:48.448Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27142026-02-23T23:35:59.331Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-02-23T23:35:59.746Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27162026-02-23T23:36:02.728Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27172026-02-23T23:36:03.848Z Compiling oso v0.27.3
27182026-02-23T23:36:05.029Z Compiling bb8 v0.8.5
27192026-02-23T23:36:05.744Z Compiling trait-variant v0.1.2
27202026-02-23T23:36:06.773Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27212026-02-23T23:36:07.848Z Compiling async-bb8-diesel v0.2.1
27222026-02-23T23:36:08.614Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27232026-02-23T23:36:09.140Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27242026-02-23T23:36:09.370Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27252026-02-23T23:36:09.965Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27262026-02-23T23:36:13.094Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-02-23T23:36:13.494Z Compiling fxhash v0.2.1
27282026-02-23T23:36:13.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27292026-02-23T23:36:14.041Z Compiling typify-impl v0.2.0
27302026-02-23T23:36:14.206Z Compiling kstat-rs v0.2.4
27312026-02-23T23:36:15.186Z Compiling libz-sys v1.1.20
27322026-02-23T23:36:15.917Z Compiling nonempty v0.12.0
27332026-02-23T23:36:16.339Z Compiling salty v0.3.0
27342026-02-23T23:36:17.064Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-02-23T23:36:20.479Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-02-23T23:36:21.415Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27372026-02-23T23:36:23.345Z Compiling typify-macro v0.2.0
27382026-02-23T23:36:26.830Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27392026-02-23T23:36:31.940Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27402026-02-23T23:36:36.775Z Compiling nanorand v0.7.0
27412026-02-23T23:36:36.974Z Compiling fs-err v2.11.0
27422026-02-23T23:36:37.395Z Compiling parking_lot_core v0.8.6
27432026-02-23T23:36:37.848Z Compiling mime_guess v2.0.5
27442026-02-23T23:36:37.969Z Compiling flume v0.11.1
27452026-02-23T23:36:38.003Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27462026-02-23T23:36:38.837Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27472026-02-23T23:36:41.260Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27482026-02-23T23:36:46.991Z Compiling libgit2-sys v0.18.2+1.9.1
27492026-02-23T23:36:47.094Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-02-23T23:37:00.994Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-02-23T23:37:03.774Z Compiling tabled_derive v0.10.0
27522026-02-23T23:37:06.062Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-02-23T23:37:08.162Z Compiling ignore v0.4.23
27542026-02-23T23:37:10.463Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-02-23T23:37:12.964Z Compiling papergrid v0.14.0
27562026-02-23T23:37:13.219Z Compiling primeorder v0.13.6
27572026-02-23T23:37:13.765Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27582026-02-23T23:37:14.715Z Compiling castaway v0.2.3
27592026-02-23T23:37:14.958Z Compiling nibble_vec v0.1.0
27602026-02-23T23:37:15.242Z Compiling atty v0.2.14
27612026-02-23T23:37:15.460Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27622026-02-23T23:37:15.856Z Compiling http-range v0.1.5
27632026-02-23T23:37:16.482Z Compiling endian-type v0.1.2
27642026-02-23T23:37:16.780Z Compiling parse-size v1.1.0
27652026-02-23T23:37:16.851Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-02-23T23:37:17.150Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-02-23T23:37:17.263Z Compiling radix_trie v0.2.1
27682026-02-23T23:37:18.121Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27692026-02-23T23:37:18.153Z Compiling tabled v0.18.0
27702026-02-23T23:37:19.011Z Compiling compact_str v0.8.0
27712026-02-23T23:37:21.450Z Compiling p384 v0.13.1
27722026-02-23T23:37:22.621Z Compiling globwalk v0.9.1
27732026-02-23T23:37:23.965Z Compiling parking_lot v0.11.2
27742026-02-23T23:37:25.951Z Compiling typify v0.2.0
27752026-02-23T23:37:26.162Z Compiling predicates-tree v1.0.12
27762026-02-23T23:37:26.779Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27772026-02-23T23:37:26.955Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-02-23T23:37:27.059Z Compiling unicode-truncate v1.1.0
27792026-02-23T23:37:28.270Z Compiling prefix-trie v0.7.0
27802026-02-23T23:37:29.322Z Compiling lru v0.12.5
27812026-02-23T23:37:29.720Z Compiling vergen-git2 v1.0.7
27822026-02-23T23:37:30.126Z Compiling instability v0.3.2
27832026-02-23T23:37:31.157Z Compiling indoc v2.0.6
27842026-02-23T23:37:31.182Z Compiling cassowary v0.3.0
27852026-02-23T23:37:31.993Z Compiling ratatui v0.29.0
27862026-02-23T23:37:34.470Z Compiling hickory-server v0.25.2
27872026-02-23T23:37:34.717Z Compiling camino-tempfile-ext v0.3.2
27882026-02-23T23:37:36.134Z Compiling progenitor-impl v0.8.0
27892026-02-23T23:37:37.196Z Compiling hyper-staticfile v0.10.1
27902026-02-23T23:37:38.484Z Compiling git2 v0.20.2
27912026-02-23T23:37:39.892Z Compiling sled v0.34.7
27922026-02-23T23:37:46.822Z Compiling hickory-client v0.25.2
27932026-02-23T23:37:47.659Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27942026-02-23T23:37:48.086Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27952026-02-23T23:37:48.758Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-02-23T23:37:48.962Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-02-23T23:37:50.403Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-02-23T23:37:51.675Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27992026-02-23T23:37:53.519Z Compiling rand_seeder v0.4.0
28002026-02-23T23:37:54.008Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-02-23T23:37:54.991Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-02-23T23:37:55.121Z Compiling lzma-sys v0.1.20
28032026-02-23T23:37:55.449Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-02-23T23:37:55.865Z Compiling rustls v0.21.12
28052026-02-23T23:37:55.896Z Compiling corncobs v0.1.4
28062026-02-23T23:37:56.311Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-02-23T23:37:56.503Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28082026-02-23T23:37:57.312Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-02-23T23:37:57.822Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-02-23T23:37:58.287Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28112026-02-23T23:37:59.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-02-23T23:38:10.861Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28132026-02-23T23:38:12.931Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-02-23T23:38:14.432Z Compiling progenitor-macro v0.8.0
28152026-02-23T23:38:25.580Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-02-23T23:38:30.673Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172026-02-23T23:38:32.070Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28182026-02-23T23:38:33.147Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-02-23T23:38:33.567Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-02-23T23:38:34.017Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-02-23T23:38:34.426Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-02-23T23:38:37.984Z Compiling progenitor-client v0.8.0
28232026-02-23T23:38:38.986Z Compiling sct v0.7.1
28242026-02-23T23:38:39.523Z Compiling rustls-webpki v0.101.7
28252026-02-23T23:38:39.766Z Compiling heck v0.3.3
28262026-02-23T23:38:40.170Z Compiling secrecy v0.8.0
28272026-02-23T23:38:40.545Z Compiling void v1.0.2
28282026-02-23T23:38:40.791Z Compiling lzss v0.8.2
28292026-02-23T23:38:43.490Z Compiling zone_cfg_derive v0.1.2
28302026-02-23T23:38:44.852Z Compiling progenitor v0.8.0
28312026-02-23T23:38:45.160Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28322026-02-23T23:38:47.172Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-02-23T23:38:52.906Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-02-23T23:38:54.337Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-02-23T23:38:56.701Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28362026-02-23T23:38:58.213Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-02-23T23:38:58.358Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28382026-02-23T23:39:05.629Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-02-23T23:39:05.865Z Compiling tungstenite v0.23.0
28402026-02-23T23:39:06.023Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28412026-02-23T23:39:06.415Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28422026-02-23T23:39:06.802Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28432026-02-23T23:39:07.193Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28442026-02-23T23:39:07.580Z Compiling nix v0.27.1
28452026-02-23T23:39:10.420Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28462026-02-23T23:39:11.137Z Compiling serde_bytes v0.11.19
28472026-02-23T23:39:11.317Z Compiling number_prefix v0.4.0
28482026-02-23T23:39:11.642Z Compiling base64 v0.13.1
28492026-02-23T23:39:11.682Z Compiling indicatif v0.17.11
28502026-02-23T23:39:11.716Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28512026-02-23T23:39:12.428Z Compiling ron v0.7.1
28522026-02-23T23:39:12.547Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532026-02-23T23:39:13.439Z Compiling tokio-tungstenite v0.23.1
28542026-02-23T23:39:14.258Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28552026-02-23T23:39:17.462Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28562026-02-23T23:39:18.193Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28572026-02-23T23:39:18.986Z Compiling xz2 v0.1.7
28582026-02-23T23:39:19.704Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28592026-02-23T23:39:28.593Z Compiling tokio-rustls v0.24.1
28602026-02-23T23:39:29.166Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28612026-02-23T23:39:30.845Z Compiling zone v0.1.8
28622026-02-23T23:39:34.311Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-02-23T23:39:35.476Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28642026-02-23T23:39:50.133Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28652026-02-23T23:39:51.545Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28662026-02-23T23:40:02.416Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-02-23T23:40:02.856Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-02-23T23:40:04.861Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28692026-02-23T23:40:06.029Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-02-23T23:40:13.483Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28712026-02-23T23:40:16.336Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28722026-02-23T23:40:20.450Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732026-02-23T23:40:25.699Z Compiling rustls-pemfile v1.0.4
28742026-02-23T23:40:26.514Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28752026-02-23T23:40:26.965Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28762026-02-23T23:40:29.813Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28772026-02-23T23:40:30.246Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28782026-02-23T23:40:30.501Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28792026-02-23T23:40:32.278Z Compiling signal-hook-tokio v0.3.1
28802026-02-23T23:40:32.595Z Compiling twox-hash v2.1.0
28812026-02-23T23:40:33.771Z Compiling yasna v0.5.2
28822026-02-23T23:40:35.803Z Compiling is_ci v1.2.0
28832026-02-23T23:40:36.179Z Compiling supports-color v3.0.2
28842026-02-23T23:40:36.616Z Compiling rcgen v0.12.1
28852026-02-23T23:40:37.079Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28862026-02-23T23:40:37.198Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28872026-02-23T23:40:48.053Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-02-23T23:40:49.963Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28892026-02-23T23:41:12.452Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28902026-02-23T23:41:13.809Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28912026-02-23T23:41:20.222Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28922026-02-23T23:41:25.883Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28932026-02-23T23:41:43.887Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28942026-02-23T23:41:44.835Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28952026-02-23T23:41:45.412Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28962026-02-23T23:41:45.821Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28972026-02-23T23:41:46.235Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28982026-02-23T23:41:54.240Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28992026-02-23T23:41:54.591Z Compiling fatfs v0.3.6
29002026-02-23T23:41:57.465Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-02-23T23:42:03.512Z Compiling subprocess v0.2.9
29022026-02-23T23:42:07.267Z Compiling rtoolbox v0.0.2
29032026-02-23T23:42:07.770Z Compiling seq-macro v0.3.6
29042026-02-23T23:42:08.368Z Compiling assert_matches v1.5.0
29052026-02-23T23:42:08.475Z Compiling rpassword v7.4.0
29062026-02-23T23:42:08.544Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072026-02-23T23:42:08.962Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29082026-02-23T23:42:20.319Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-02-23T23:42:31.234Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29102026-02-23T23:42:36.672Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29112026-02-23T23:42:36.881Z Compiling tui-tree-widget v0.23.1
29122026-02-23T23:42:37.377Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-02-23T23:42:42.830Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142026-02-23T23:42:43.794Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152026-02-23T23:42:47.935Z Compiling uzers v0.12.1
29162026-02-23T23:42:49.737Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29172026-02-23T23:42:51.413Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29182026-02-23T23:43:01.148Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29192026-02-23T23:43:17.919Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29202026-02-23T23:43:30.744Z Compiling support-bundle-viewer v0.1.2
29212026-02-23T23:43:34.494Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-02-23T23:43:34.857Z Compiling multimap v0.10.1
29232026-02-23T23:46:09.125Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29242026-02-23T23:46:11.064Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29252026-02-23T23:57:14.673Z Finished `release` profile [optimized] target(s) in 24m 42s
29262026-02-23T23:58:13.355Z
29272026-02-23T23:58:13.358Zreal 25:42.564968157
29282026-02-23T23:58:13.358Zuser 3:03:22.088320523
29292026-02-23T23:58:13.358Zsys 4:55.252210144
29302026-02-23T23:58:13.358Ztrap 4.830928685
29312026-02-23T23:58:13.358Ztflt 2.458445852
29322026-02-23T23:58:13.358Zdflt 5.718735285
29332026-02-23T23:58:13.358Zkflt 0.006736040
29342026-02-23T23:58:13.358Zlock 12:12:51.027978185
29352026-02-23T23:58:13.358Zslp 8:59:20.289448623
29362026-02-23T23:58:13.358Zlat 4:48.440756521
29372026-02-23T23:58:13.358Zstop 4:35.743769324
29382026-02-23T23:58:13.358Z+ mapfile -t packages
29392026-02-23T23:58:13.358Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29402026-02-23T23:58:14.766Z Finished `release` profile [optimized] target(s) in 1.34s
29412026-02-23T23:58:14.830Z Running `target/release/omicron-package -t test list-outputs`
29422026-02-23T23:58:14.887ZLogging to: /work/oxidecomputer/omicron/out/LOG
29432026-02-23T23:58:14.890Z+ ptime -m cargo build --locked --release -p xtask
29442026-02-23T23:58:15.714Z Compiling serde_core v1.0.228
29452026-02-23T23:58:15.714Z Compiling syn v2.0.114
29462026-02-23T23:58:15.717Z Compiling serde v1.0.228
29472026-02-23T23:58:15.717Z Compiling bitflags v2.9.4
29482026-02-23T23:58:15.717Z Compiling serde_json v1.0.149
29492026-02-23T23:58:15.717Z Compiling libc v0.2.180
29502026-02-23T23:58:15.845Z Compiling num-traits v0.2.19
29512026-02-23T23:58:16.268Z Compiling hashbrown v0.16.1
29522026-02-23T23:58:16.309Z Compiling smallvec v1.15.1
29532026-02-23T23:58:16.334Z Compiling rustix v0.38.37
29542026-02-23T23:58:16.676Z Compiling usdt-impl v0.5.0
29552026-02-23T23:58:16.813Z Compiling syn v1.0.109
29562026-02-23T23:58:17.451Z Compiling getrandom v0.3.4
29572026-02-23T23:58:17.596Z Compiling thread-id v4.2.2
29582026-02-23T23:58:17.753Z Compiling indexmap v2.13.0
29592026-02-23T23:58:17.776Z Compiling percent-encoding v2.3.2
29602026-02-23T23:58:18.064Z Compiling log v0.4.29
29612026-02-23T23:58:18.342Z Compiling rustix v1.1.3
29622026-02-23T23:58:18.542Z Compiling terminal_size v0.4.0
29632026-02-23T23:58:18.845Z Compiling ordered-float v2.10.1
29642026-02-23T23:58:19.065Z Compiling form_urlencoded v1.2.2
29652026-02-23T23:58:19.641Z Compiling fs-err v3.1.1
29662026-02-23T23:58:19.758Z Compiling anyhow v1.0.99
29672026-02-23T23:58:20.026Z Compiling once_cell v1.21.3
29682026-02-23T23:58:20.386Z Compiling heck v0.4.1
29692026-02-23T23:58:20.525Z Compiling clap_builder v4.5.48
29702026-02-23T23:58:21.574Z Compiling tempfile v3.24.0
29712026-02-23T23:58:22.912Z Compiling synstructure v0.13.1
29722026-02-23T23:58:23.337Z Compiling proc-macro-error v1.0.4
29732026-02-23T23:58:23.452Z Compiling textwrap v0.16.2
29742026-02-23T23:58:23.720Z Compiling camino-tempfile v1.4.1
29752026-02-23T23:58:24.092Z Compiling tabled_derive v0.7.0
29762026-02-23T23:58:25.510Z Compiling serde_derive v1.0.228
29772026-02-23T23:58:25.730Z Compiling thiserror-impl v2.0.18
29782026-02-23T23:58:25.768Z Compiling zerofrom-derive v0.1.4
29792026-02-23T23:58:25.857Z Compiling yoke-derive v0.7.4
29802026-02-23T23:58:25.937Z Compiling zerovec-derive v0.10.3
29812026-02-23T23:58:28.228Z Compiling displaydoc v0.2.5
29822026-02-23T23:58:28.372Z Compiling thiserror-impl v1.0.69
29832026-02-23T23:58:28.571Z Compiling thiserror v2.0.18
29842026-02-23T23:58:28.601Z Compiling zerofrom v0.1.4
29852026-02-23T23:58:28.782Z Compiling pest v2.8.2
29862026-02-23T23:58:28.885Z Compiling yoke v0.7.4
29872026-02-23T23:58:29.371Z Compiling zerovec v0.10.4
29882026-02-23T23:58:29.760Z Compiling icu_provider_macros v1.5.0
29892026-02-23T23:58:30.880Z Compiling zerocopy-derive v0.7.35
29902026-02-23T23:58:31.103Z Compiling thiserror v1.0.69
29912026-02-23T23:58:31.539Z Compiling pest_meta v2.8.2
29922026-02-23T23:58:31.863Z Compiling tinystr v0.7.6
29932026-02-23T23:58:32.354Z Compiling icu_locid v1.5.0
29942026-02-23T23:58:32.572Z Compiling icu_collections v1.5.0
29952026-02-23T23:58:34.051Z Compiling icu_provider v1.5.0
29962026-02-23T23:58:34.136Z Compiling pest_generator v2.8.2
29972026-02-23T23:58:35.083Z Compiling icu_locid_transform v1.5.0
29982026-02-23T23:58:35.343Z Compiling serde_spanned v0.6.9
29992026-02-23T23:58:35.685Z Compiling toml_datetime v0.6.11
30002026-02-23T23:58:35.856Z Compiling pest_derive v2.8.2
30012026-02-23T23:58:36.368Z Compiling zerocopy v0.7.35
30022026-02-23T23:58:36.593Z Compiling scroll_derive v0.12.0
30032026-02-23T23:58:36.739Z Compiling icu_properties v1.5.1
30042026-02-23T23:58:37.830Z Compiling dof v0.3.0
30052026-02-23T23:58:38.071Z Compiling scroll v0.12.0
30062026-02-23T23:58:38.306Z Compiling dtrace-parser v0.2.0
30072026-02-23T23:58:38.771Z Compiling toml_edit v0.22.27
30082026-02-23T23:58:39.024Z Compiling goblin v0.8.2
30092026-02-23T23:58:40.025Z Compiling serde_tokenstream v0.2.2
30102026-02-23T23:58:40.722Z Compiling erased-serde v0.4.6
30112026-02-23T23:58:41.178Z Compiling icu_normalizer v1.5.0
30122026-02-23T23:58:42.350Z Compiling idna_adapter v1.2.0
30132026-02-23T23:58:42.658Z Compiling idna v1.0.3
30142026-02-23T23:58:43.436Z Compiling toml v0.8.23
30152026-02-23T23:58:47.967Z Compiling url v2.5.4
30162026-02-23T23:58:49.150Z Compiling serde-untagged v0.1.7
30172026-02-23T23:58:49.979Z Compiling serde-value v0.7.0
30182026-02-23T23:58:51.601Z Compiling cargo-util-schemas v0.8.2
30192026-02-23T23:58:52.700Z Compiling usdt-attr-macro v0.5.0
30202026-02-23T23:58:52.897Z Compiling usdt-macro v0.5.0
30212026-02-23T23:58:52.936Z Compiling cargo-platform v0.2.0
30222026-02-23T23:58:54.005Z Compiling clap_derive v4.5.47
30232026-02-23T23:58:54.093Z Compiling usdt v0.5.0
30242026-02-23T23:58:54.137Z Compiling cargo_toml v0.21.0
30252026-02-23T23:58:55.440Z Compiling cargo_metadata v0.21.0
30262026-02-23T23:58:55.996Z Compiling macaddr v1.0.1
30272026-02-23T23:58:56.279Z Compiling tabled v0.15.0
30282026-02-23T23:58:58.072Z Compiling clap v4.5.48
30292026-02-23T23:59:05.954Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-02-23T23:59:11.856Z Finished `release` profile [optimized] target(s) in 56.89s
30312026-02-23T23:59:12.002Z
30322026-02-23T23:59:12.005Zreal 57.067263550
30332026-02-23T23:59:12.005Zuser 6:22.211452448
30342026-02-23T23:59:12.006Zsys 30.166037954
30352026-02-23T23:59:12.006Ztrap 0.205935429
30362026-02-23T23:59:12.006Ztflt 0.278276802
30372026-02-23T23:59:12.006Zdflt 0.414972287
30382026-02-23T23:59:12.006Zkflt 0.000004859
30392026-02-23T23:59:12.006Zlock 16:42.985808477
30402026-02-23T23:59:12.006Zslp 19:28.504603496
30412026-02-23T23:59:12.006Zlat 26.408539973
30422026-02-23T23:59:12.006Zstop 34.000184236
30432026-02-23T23:59:12.006Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-02-23T23:59:12.006Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-02-23T23:59:12.006Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-02-23T23:59:12.006Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-02-23T23:59:12.006Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-02-23T23:59:13.360Z Compiling regress v0.10.4
30492026-02-23T23:59:13.530Z Compiling unsafe-libyaml v0.2.11
30502026-02-23T23:59:13.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-02-23T23:59:13.533Z Compiling match_cfg v0.1.0
30522026-02-23T23:59:13.582Z Compiling structmeta-derive v0.3.0
30532026-02-23T23:59:13.585Z Compiling rustls v0.22.4
30542026-02-23T23:59:13.603Z Compiling newtype-uuid-macros v0.1.0
30552026-02-23T23:59:13.606Z Compiling multer v3.1.0
30562026-02-23T23:59:13.671Z Compiling hostname v0.3.1
30572026-02-23T23:59:13.922Z Compiling debug-ignore v1.0.5
30582026-02-23T23:59:14.077Z Compiling toml_parser v1.0.6+spec-1.1.0
30592026-02-23T23:59:14.103Z Compiling progenitor-client v0.10.0
30602026-02-23T23:59:14.127Z Compiling slog-json v2.6.1
30612026-02-23T23:59:14.514Z Compiling async-stream-impl v0.3.6
30622026-02-23T23:59:14.697Z Compiling serde_spanned v1.0.4
30632026-02-23T23:59:15.016Z Compiling serde_yaml v0.9.34+deprecated
30642026-02-23T23:59:15.240Z Compiling toml_datetime v0.7.5+spec-1.1.0
30652026-02-23T23:59:15.331Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-02-23T23:59:15.474Z Compiling dropshot v0.16.7
30672026-02-23T23:59:15.835Z Compiling toml_writer v1.0.6+spec-1.1.0
30682026-02-23T23:59:15.900Z Compiling async-stream v0.3.6
30692026-02-23T23:59:15.991Z Compiling slog-bunyan v2.5.0
30702026-02-23T23:59:16.028Z Compiling structmeta v0.3.0
30712026-02-23T23:59:16.260Z Compiling toml v0.9.11+spec-1.1.0
30722026-02-23T23:59:16.321Z Compiling waitgroup v0.1.2
30732026-02-23T23:59:16.499Z Compiling rustls-pemfile v2.2.0
30742026-02-23T23:59:16.576Z Compiling dropshot_endpoint v0.16.7
30752026-02-23T23:59:16.890Z Compiling itertools v0.14.0
30762026-02-23T23:59:16.913Z Compiling hostname v0.4.2
30772026-02-23T23:59:17.196Z Compiling typify-impl v0.4.3
30782026-02-23T23:59:17.379Z Compiling serde_path_to_error v0.1.20
30792026-02-23T23:59:18.263Z Compiling derive-ex v0.1.8
30802026-02-23T23:59:18.795Z Compiling tokio-rustls v0.25.0
30812026-02-23T23:59:19.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30822026-02-23T23:59:19.582Z Compiling macaddr v1.0.1
30832026-02-23T23:59:19.632Z Compiling tabwriter v1.4.0
30842026-02-23T23:59:20.093Z Compiling instant v0.1.13
30852026-02-23T23:59:20.121Z Compiling progenitor-client v0.11.2
30862026-02-23T23:59:20.147Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-02-23T23:59:20.300Z Compiling parse-display-derive v0.10.0
30882026-02-23T23:59:20.820Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30892026-02-23T23:59:21.030Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-02-23T23:59:21.310Z Compiling colored v3.0.0
30912026-02-23T23:59:21.652Z Compiling backoff v0.4.0
30922026-02-23T23:59:21.697Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30932026-02-23T23:59:22.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30942026-02-23T23:59:22.174Z Compiling proc-macro-crate v1.3.1
30952026-02-23T23:59:22.578Z Compiling crucible-workspace-hack v0.1.0
30962026-02-23T23:59:22.682Z Compiling proc-macro-error v1.0.4
30972026-02-23T23:59:22.710Z Compiling test-strategy v0.4.3
30982026-02-23T23:59:23.004Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-02-23T23:59:23.186Z Compiling num_enum_derive v0.5.11
31002026-02-23T23:59:23.396Z Compiling heapless v0.8.0
31012026-02-23T23:59:23.665Z Compiling ingot-macros v0.1.1
31022026-02-23T23:59:24.354Z Compiling hash32 v0.3.1
31032026-02-23T23:59:24.416Z Compiling parse-display v0.10.0
31042026-02-23T23:59:24.453Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31052026-02-23T23:59:24.677Z Compiling smoltcp v0.11.0
31062026-02-23T23:59:25.080Z Compiling foreign-types-macros v0.2.3
31072026-02-23T23:59:25.494Z Compiling cobs v0.2.3
31082026-02-23T23:59:25.588Z Compiling num_enum v0.5.11
31092026-02-23T23:59:25.885Z Compiling foreign-types-shared v0.3.1
31102026-02-23T23:59:25.913Z Compiling postcard v1.0.10
31112026-02-23T23:59:26.465Z Compiling foreign-types v0.5.0
31122026-02-23T23:59:26.554Z Compiling nix v0.30.1
31132026-02-23T23:59:26.619Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-02-23T23:59:26.623Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31152026-02-23T23:59:26.669Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31162026-02-23T23:59:27.400Z Compiling secrecy v0.10.3
31172026-02-23T23:59:27.478Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-02-23T23:59:27.563Z Compiling cstr-argument v0.1.2
31192026-02-23T23:59:27.732Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31202026-02-23T23:59:27.884Z Compiling pretty-hex v0.2.1
31212026-02-23T23:59:27.911Z Compiling rayon-core v1.12.1
31222026-02-23T23:59:28.059Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-02-23T23:59:28.132Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31242026-02-23T23:59:28.159Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-02-23T23:59:28.414Z Compiling crossbeam-deque v0.8.5
31262026-02-23T23:59:28.444Z Compiling colored v2.2.0
31272026-02-23T23:59:28.609Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31282026-02-23T23:59:29.550Z Compiling typify-macro v0.4.3
31292026-02-23T23:59:29.590Z Compiling camino-tempfile v1.4.1
31302026-02-23T23:59:30.095Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-02-23T23:59:30.376Z Compiling rayon v1.10.0
31322026-02-23T23:59:30.620Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31332026-02-23T23:59:30.835Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31342026-02-23T23:59:30.863Z Compiling ingot-types v0.1.2
31352026-02-23T23:59:30.931Z Compiling zone_cfg_derive v0.3.0
31362026-02-23T23:59:31.533Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-02-23T23:59:31.815Z Compiling ingot v0.1.1
31382026-02-23T23:59:31.837Z Compiling smf v0.2.3
31392026-02-23T23:59:31.991Z Compiling num-derive v0.4.2
31402026-02-23T23:59:32.394Z Compiling sigpipe v0.1.3
31412026-02-23T23:59:32.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31422026-02-23T23:59:33.011Z Compiling zone v0.3.1
31432026-02-23T23:59:33.080Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-02-23T23:59:33.617Z Compiling toml v0.8.23
31452026-02-23T23:59:33.644Z Compiling convert_case v0.4.0
31462026-02-23T23:59:33.781Z Compiling typify v0.4.3
31472026-02-23T23:59:34.001Z Compiling progenitor-impl v0.11.2
31482026-02-23T23:59:34.295Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-02-23T23:59:34.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31502026-02-23T23:59:34.554Z Compiling derive_more v0.99.20
31512026-02-23T23:59:34.789Z Compiling universal-hash v0.5.1
31522026-02-23T23:59:35.072Z Compiling opaque-debug v0.3.1
31532026-02-23T23:59:35.130Z Compiling half v2.4.1
31542026-02-23T23:59:35.172Z Compiling ciborium-io v0.2.2
31552026-02-23T23:59:35.197Z Compiling aead v0.5.2
31562026-02-23T23:59:35.221Z Compiling poly1305 v0.8.0
31572026-02-23T23:59:35.343Z Compiling progenitor-impl v0.10.0
31582026-02-23T23:59:35.608Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31592026-02-23T23:59:35.784Z Compiling ciborium-ll v0.2.2
31602026-02-23T23:59:35.915Z Compiling chacha20 v0.9.1
31612026-02-23T23:59:35.949Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31622026-02-23T23:59:36.253Z Compiling ciborium v0.2.2
31632026-02-23T23:59:36.464Z Compiling num-rational v0.4.2
31642026-02-23T23:59:36.978Z Compiling password-hash v0.5.0
31652026-02-23T23:59:37.107Z Compiling thiserror-impl-no-std v2.0.2
31662026-02-23T23:59:37.663Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31672026-02-23T23:59:38.045Z Compiling blake2 v0.10.6
31682026-02-23T23:59:38.394Z Compiling num-complex v0.4.6
31692026-02-23T23:59:38.398Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31702026-02-23T23:59:39.004Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31712026-02-23T23:59:39.386Z Compiling num v0.4.3
31722026-02-23T23:59:39.481Z Compiling argon2 v0.5.3
31732026-02-23T23:59:39.549Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-02-23T23:59:39.986Z Compiling thiserror-no-std v2.0.2
31752026-02-23T23:59:40.178Z Compiling float-ord v0.3.2
31762026-02-23T23:59:40.428Z Compiling indent_write v2.2.0
31772026-02-23T23:59:40.714Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-02-23T23:59:41.021Z Compiling progenitor-macro v0.11.2
31792026-02-23T23:59:41.257Z Compiling vsss-rs v3.3.4
31802026-02-23T23:59:41.288Z Compiling chacha20poly1305 v0.10.1
31812026-02-23T23:59:41.593Z Compiling gethostname v0.5.0
31822026-02-23T23:59:41.844Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31832026-02-23T23:59:42.252Z Compiling usdt-macro v0.5.0
31842026-02-23T23:59:42.365Z Compiling progenitor-macro v0.10.0
31852026-02-23T23:59:42.511Z Compiling usdt-attr-macro v0.5.0
31862026-02-23T23:59:43.673Z Compiling derive-where v1.5.0
31872026-02-23T23:59:43.808Z Compiling owo-colors v4.2.3
31882026-02-23T23:59:44.172Z Compiling usdt v0.5.0
31892026-02-23T23:59:44.200Z Compiling cancel-safe-futures v0.1.5
31902026-02-23T23:59:44.617Z Compiling console v0.15.10
31912026-02-23T23:59:44.689Z Compiling resolv-conf v0.7.0
31922026-02-23T23:59:44.725Z Compiling libsw-core v0.3.1
31932026-02-23T23:59:44.813Z Compiling async-recursion v1.1.1
31942026-02-23T23:59:45.074Z Compiling libsw v3.5.0
31952026-02-23T23:59:45.642Z Compiling libefi-sys v0.1.0
31962026-02-23T23:59:46.065Z Compiling linear-map v1.2.0
31972026-02-23T23:59:46.131Z Compiling hickory-proto v0.24.4
31982026-02-23T23:59:46.160Z Compiling newline-converter v0.3.0
31992026-02-23T23:59:46.396Z Compiling atomicwrites v0.4.4
32002026-02-23T23:59:46.423Z Compiling bitfield-struct v0.6.2
32012026-02-23T23:59:46.478Z Compiling semver v0.1.20
32022026-02-23T23:59:46.833Z Compiling linked-hash-map v0.5.6
32032026-02-23T23:59:46.938Z Compiling rustc_version v0.1.7
32042026-02-23T23:59:47.110Z Compiling expectorate v1.2.0
32052026-02-23T23:59:47.255Z Compiling lru-cache v0.1.2
32062026-02-23T23:59:47.424Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-02-23T23:59:47.493Z Compiling pin-project-internal v1.1.6
32082026-02-23T23:59:47.592Z Compiling slog-dtrace v0.3.0
32092026-02-23T23:59:47.876Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-02-23T23:59:47.911Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-02-23T23:59:48.003Z Compiling siphasher v1.0.1
32122026-02-23T23:59:48.179Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-02-23T23:59:48.455Z Compiling phf_shared v0.12.1
32142026-02-23T23:59:48.608Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-02-23T23:59:48.658Z Compiling newtype_derive v0.1.6
32162026-02-23T23:59:48.848Z Compiling tokio-dtrace v0.1.0
32172026-02-23T23:59:49.081Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-02-23T23:59:49.357Z Compiling dropshot-api-manager-types v0.3.0
32192026-02-23T23:59:49.502Z Compiling pem v3.0.5
32202026-02-23T23:59:50.027Z Compiling snafu-derive v0.8.5
32212026-02-23T23:59:50.218Z Compiling csv-core v0.1.11
32222026-02-23T23:59:50.248Z Compiling pin-project v1.1.6
32232026-02-23T23:59:50.273Z Compiling base64 v0.21.7
32242026-02-23T23:59:50.433Z Compiling highway v1.3.0
32252026-02-23T23:59:50.829Z Compiling same-file v1.0.6
32262026-02-23T23:59:51.030Z Compiling xshell-macros v0.2.7
32272026-02-23T23:59:51.183Z Compiling chrono-tz v0.10.4
32282026-02-23T23:59:51.324Z Compiling hickory-resolver v0.24.4
32292026-02-23T23:59:51.376Z Compiling const_format_proc_macros v0.2.34
32302026-02-23T23:59:51.600Z Compiling walkdir v2.5.0
32312026-02-23T23:59:51.819Z Compiling xshell v0.2.7
32322026-02-23T23:59:52.296Z Compiling csv v1.3.1
32332026-02-23T23:59:52.958Z Compiling oxide-tokio-rt v0.1.2
32342026-02-23T23:59:53.398Z Compiling phf v0.12.1
32352026-02-23T23:59:53.539Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-02-23T23:59:53.721Z Compiling qorb v0.4.1
32372026-02-23T23:59:53.854Z Compiling progenitor v0.11.2
32382026-02-23T23:59:54.039Z Compiling globset v0.4.15
32392026-02-23T23:59:54.080Z Compiling olpc-cjson v0.1.4
32402026-02-23T23:59:54.124Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32412026-02-23T23:59:54.420Z Compiling primeorder v0.13.6
32422026-02-23T23:59:54.800Z Compiling snafu v0.8.5
32432026-02-23T23:59:54.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-02-23T23:59:55.491Z Compiling progenitor v0.10.0
32452026-02-23T23:59:55.601Z Compiling serde_plain v1.0.2
32462026-02-23T23:59:55.635Z Compiling typed-path v0.9.3
32472026-02-23T23:59:56.162Z Compiling const_format v0.2.34
32482026-02-23T23:59:56.255Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-02-23T23:59:56.896Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-02-23T23:59:56.923Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-02-23T23:59:58.239Z Compiling tough v0.20.0
32522026-02-23T23:59:58.267Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-02-23T23:59:58.452Z Compiling tabled_derive v0.7.0
32542026-02-23T23:59:58.600Z Compiling bcs v0.1.6
32552026-02-23T23:59:58.696Z Compiling utf-8 v0.7.6
32562026-02-23T23:59:58.976Z Compiling salty v0.3.0
32572026-02-23T23:59:59.057Z Compiling termtree v0.5.1
32582026-02-23T23:59:59.277Z Compiling radium v0.7.0
32592026-02-23T23:59:59.388Z Compiling textwrap v0.16.2
32602026-02-23T23:59:59.506Z Compiling tungstenite v0.21.0
32612026-02-23T23:59:59.791Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32622026-02-23T23:59:59.863Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-02-24T00:00:00.260Z Compiling steno v0.4.1
32642026-02-24T00:00:00.440Z Compiling typify-impl v0.2.0
32652026-02-24T00:00:00.659Z Compiling tabled v0.15.0
32662026-02-24T00:00:01.505Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-02-24T00:00:01.775Z Compiling moka v0.12.10
32682026-02-24T00:00:02.180Z Compiling humantime v2.2.0
32692026-02-24T00:00:02.725Z Compiling maybe-uninit v2.0.0
32702026-02-24T00:00:03.327Z Compiling tap v1.0.1
32712026-02-24T00:00:03.576Z Compiling wyz v0.5.1
32722026-02-24T00:00:04.056Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32732026-02-24T00:00:06.812Z Compiling tokio-tungstenite v0.21.0
32742026-02-24T00:00:07.350Z Compiling p384 v0.13.1
32752026-02-24T00:00:07.452Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-02-24T00:00:07.675Z Compiling arc-swap v1.7.1
32772026-02-24T00:00:07.854Z Compiling funty v2.0.0
32782026-02-24T00:00:08.053Z Compiling tagptr v0.2.0
32792026-02-24T00:00:08.305Z Compiling packed_struct v0.10.1
32802026-02-24T00:00:08.392Z Compiling slog-scope v4.4.0
32812026-02-24T00:00:08.819Z Compiling bitvec v1.0.1
32822026-02-24T00:00:08.888Z Compiling polyval v0.6.2
32832026-02-24T00:00:08.936Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-02-24T00:00:09.349Z Compiling packed_struct_codegen v0.10.1
32852026-02-24T00:00:09.475Z Compiling bitfield-macros v0.19.2
32862026-02-24T00:00:09.641Z Compiling zerocopy-derive v0.6.6
32872026-02-24T00:00:10.179Z Compiling proc-macro-error-attr2 v2.0.0
32882026-02-24T00:00:11.093Z Compiling indexmap v1.9.3
32892026-02-24T00:00:11.147Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-02-24T00:00:11.504Z Compiling nodrop v0.1.14
32912026-02-24T00:00:11.573Z Compiling crc-catalog v2.4.0
32922026-02-24T00:00:11.696Z Compiling parking_lot_core v0.8.6
32932026-02-24T00:00:11.724Z Compiling zerocopy v0.6.6
32942026-02-24T00:00:11.769Z Compiling crc v3.2.1
32952026-02-24T00:00:12.068Z Compiling array-init v0.0.4
32962026-02-24T00:00:12.197Z Compiling typify-macro v0.2.0
32972026-02-24T00:00:12.339Z Compiling bitfield v0.19.2
32982026-02-24T00:00:12.377Z Compiling proc-macro-error2 v2.0.1
32992026-02-24T00:00:12.557Z Compiling hickory-resolver v0.25.2
33002026-02-24T00:00:12.596Z Compiling ghash v0.5.1
33012026-02-24T00:00:12.844Z Compiling smallvec v0.6.14
33022026-02-24T00:00:12.907Z Compiling slog-stdlog v4.1.1
33032026-02-24T00:00:13.050Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33042026-02-24T00:00:13.077Z Compiling ctr v0.9.2
33052026-02-24T00:00:13.293Z Compiling num-derive v0.3.3
33062026-02-24T00:00:13.345Z Compiling lzma-sys v0.1.20
33072026-02-24T00:00:13.504Z Compiling unicase v2.8.1
33082026-02-24T00:00:13.980Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-02-24T00:00:14.058Z Compiling hashbrown v0.12.3
33102026-02-24T00:00:14.269Z Compiling mime_guess v2.0.5
33112026-02-24T00:00:14.443Z Compiling aes-gcm v0.10.3
33122026-02-24T00:00:14.875Z Compiling serde-hex v0.1.0
33132026-02-24T00:00:15.577Z Compiling slog-envlogger v2.2.0
33142026-02-24T00:00:15.635Z Compiling libscf-sys v1.1.0
33152026-02-24T00:00:15.993Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33162026-02-24T00:00:16.234Z Compiling tabled_derive v0.11.0
33172026-02-24T00:00:16.383Z Compiling typify v0.2.0
33182026-02-24T00:00:16.466Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-02-24T00:00:16.629Z Compiling progenitor-impl v0.8.0
33202026-02-24T00:00:16.911Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-02-24T00:00:17.406Z Compiling ron v0.8.1
33222026-02-24T00:00:17.531Z Compiling papergrid v0.17.0
33232026-02-24T00:00:18.144Z Compiling testing_table v0.3.0
33242026-02-24T00:00:18.471Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-02-24T00:00:19.684Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33262026-02-24T00:00:19.736Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33272026-02-24T00:00:19.835Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33282026-02-24T00:00:20.861Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33292026-02-24T00:00:21.044Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33302026-02-24T00:00:21.921Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33312026-02-24T00:00:22.006Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33322026-02-24T00:00:23.876Z Compiling progenitor-macro v0.8.0
33332026-02-24T00:00:24.218Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33342026-02-24T00:00:24.702Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33352026-02-24T00:00:25.467Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33362026-02-24T00:00:25.774Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-02-24T00:00:25.972Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-02-24T00:00:27.454Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33392026-02-24T00:00:27.824Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33402026-02-24T00:00:28.324Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33412026-02-24T00:00:28.702Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33422026-02-24T00:00:28.732Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33432026-02-24T00:00:28.764Z Compiling hashbrown v0.13.2
33442026-02-24T00:00:28.958Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33452026-02-24T00:00:29.874Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33462026-02-24T00:00:30.558Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33472026-02-24T00:00:31.477Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33482026-02-24T00:00:32.072Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33492026-02-24T00:00:32.369Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33502026-02-24T00:00:32.457Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33512026-02-24T00:00:34.507Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33522026-02-24T00:00:34.706Z Compiling heck v0.3.3
33532026-02-24T00:00:35.104Z Compiling progenitor-client v0.8.0
33542026-02-24T00:00:35.315Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-02-24T00:00:35.623Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33562026-02-24T00:00:36.117Z Compiling ssh-encoding v0.2.0
33572026-02-24T00:00:36.713Z Compiling blowfish v0.9.1
33582026-02-24T00:00:36.739Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-02-24T00:00:37.219Z Compiling nibble_vec v0.1.0
33602026-02-24T00:00:37.437Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33612026-02-24T00:00:37.477Z Compiling corncobs v0.1.4
33622026-02-24T00:00:37.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-02-24T00:00:37.815Z Compiling endian-type v0.1.2
33642026-02-24T00:00:37.836Z Compiling crc-any v2.5.0
33652026-02-24T00:00:38.020Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-02-24T00:00:38.080Z Compiling radix_trie v0.2.1
33672026-02-24T00:00:38.214Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33682026-02-24T00:00:38.355Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33692026-02-24T00:00:38.733Z Compiling bcrypt-pbkdf v0.10.0
33702026-02-24T00:00:38.760Z Compiling progenitor v0.8.0
33712026-02-24T00:00:38.874Z Compiling ssh-cipher v0.2.0
33722026-02-24T00:00:39.078Z Compiling zone_cfg_derive v0.1.2
33732026-02-24T00:00:39.385Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33742026-02-24T00:00:40.226Z Compiling object v0.30.4
33752026-02-24T00:00:40.526Z Compiling tabled v0.20.0
33762026-02-24T00:00:43.320Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33772026-02-24T00:00:44.016Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-02-24T00:00:46.653Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33792026-02-24T00:00:48.334Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33802026-02-24T00:00:49.368Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33812026-02-24T00:00:51.168Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33822026-02-24T00:00:51.669Z Compiling parking_lot v0.11.2
33832026-02-24T00:00:52.530Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33842026-02-24T00:00:53.419Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-02-24T00:00:53.422Z Compiling prefix-trie v0.7.0
33862026-02-24T00:00:53.607Z Compiling password-hash v0.4.2
33872026-02-24T00:00:53.761Z Compiling fxhash v0.2.1
33882026-02-24T00:00:53.885Z Compiling secrecy v0.8.0
33892026-02-24T00:00:54.042Z Compiling number_prefix v0.4.0
33902026-02-24T00:00:54.206Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33912026-02-24T00:00:54.334Z Compiling half v1.8.3
33922026-02-24T00:00:54.364Z Compiling path-slash v0.1.5
33932026-02-24T00:00:54.490Z Compiling base64 v0.13.1
33942026-02-24T00:00:54.647Z Compiling http-range v0.1.5
33952026-02-24T00:00:55.010Z Compiling ron v0.7.1
33962026-02-24T00:00:55.050Z Compiling serde_cbor v0.11.2
33972026-02-24T00:00:55.122Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-02-24T00:00:56.589Z Compiling indicatif v0.17.11
33992026-02-24T00:00:57.269Z Compiling hickory-server v0.25.2
34002026-02-24T00:00:58.292Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34012026-02-24T00:00:58.796Z Compiling pbkdf2 v0.11.0
34022026-02-24T00:00:59.259Z Compiling sled v0.34.7
34032026-02-24T00:01:01.313Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34042026-02-24T00:01:01.475Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34052026-02-24T00:01:01.645Z Compiling xz2 v0.1.7
34062026-02-24T00:01:02.168Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-02-24T00:01:02.265Z Compiling zone v0.1.8
34082026-02-24T00:01:02.822Z Compiling ssh-key v0.6.6
34092026-02-24T00:01:03.028Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34102026-02-24T00:01:03.740Z Compiling hickory-client v0.25.2
34112026-02-24T00:01:04.951Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34122026-02-24T00:01:04.991Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34132026-02-24T00:01:06.298Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34142026-02-24T00:01:06.561Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34152026-02-24T00:01:07.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34162026-02-24T00:01:07.184Z Compiling p521 v0.13.3
34172026-02-24T00:01:07.679Z Compiling p256 v0.13.2
34182026-02-24T00:01:07.985Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34192026-02-24T00:01:08.521Z Compiling yasna v0.5.2
34202026-02-24T00:01:09.112Z Compiling headers-core v0.3.0
34212026-02-24T00:01:09.348Z Compiling kstat-rs v0.2.4
34222026-02-24T00:01:09.378Z Compiling nanorand v0.7.0
34232026-02-24T00:01:09.465Z Compiling russh-cryptovec v0.7.3
34242026-02-24T00:01:09.715Z Compiling atty v0.2.14
34252026-02-24T00:01:09.846Z Compiling md5 v0.7.0
34262026-02-24T00:01:09.930Z Compiling crc8 v0.1.1
34272026-02-24T00:01:09.956Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34282026-02-24T00:01:10.001Z Compiling flume v0.11.1
34292026-02-24T00:01:10.144Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-02-24T00:01:10.171Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-02-24T00:01:10.325Z Compiling russh-keys v0.45.0
34322026-02-24T00:01:10.475Z Compiling rcgen v0.12.1
34332026-02-24T00:01:10.664Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34342026-02-24T00:01:11.747Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-02-24T00:01:12.445Z Compiling headers v0.4.1
34362026-02-24T00:01:12.627Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34372026-02-24T00:01:14.090Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34382026-02-24T00:01:14.282Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34392026-02-24T00:01:15.932Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34402026-02-24T00:01:16.390Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-02-24T00:01:21.300Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-02-24T00:01:21.678Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34432026-02-24T00:01:21.836Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-02-24T00:01:24.919Z Compiling hyper-staticfile v0.10.1
34452026-02-24T00:01:26.053Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-02-24T00:01:28.082Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-02-24T00:01:28.371Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34482026-02-24T00:01:28.758Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34492026-02-24T00:01:29.440Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-02-24T00:01:29.720Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-02-24T00:01:30.235Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34522026-02-24T00:01:30.302Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-02-24T00:01:30.571Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34542026-02-24T00:01:31.422Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34552026-02-24T00:01:31.856Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562026-02-24T00:01:32.313Z Compiling num-bigint v0.4.6
34572026-02-24T00:01:32.377Z Compiling des v0.8.1
34582026-02-24T00:01:32.408Z Compiling subprocess v0.2.9
34592026-02-24T00:01:32.787Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-02-24T00:01:33.023Z Compiling display-error-chain v0.2.2
34612026-02-24T00:01:33.305Z Compiling hex-literal v0.4.1
34622026-02-24T00:01:33.378Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-02-24T00:01:33.531Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-02-24T00:01:33.663Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-02-24T00:01:33.868Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34662026-02-24T00:01:34.053Z Compiling internet-checksum v0.2.1
34672026-02-24T00:01:36.000Z Compiling russh v0.45.0
34682026-02-24T00:01:38.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-02-24T00:02:18.977Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34702026-02-24T00:02:52.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s
34712026-02-24T00:02:53.015Z
34722026-02-24T00:02:53.021Zreal 3:40.906124066
34732026-02-24T00:02:53.021Zuser 20:05.720865834
34742026-02-24T00:02:53.021Zsys 2:42.551190476
34752026-02-24T00:02:53.021Ztrap 0.618709536
34762026-02-24T00:02:53.021Ztflt 0.292619541
34772026-02-24T00:02:53.021Zdflt 0.424510421
34782026-02-24T00:02:53.022Zkflt 0.000925891
34792026-02-24T00:02:53.022Zlock 54:50.022632768
34802026-02-24T00:02:53.022Zslp 1:12:42.150468433
34812026-02-24T00:02:53.022Zlat 1:05.439443854
34822026-02-24T00:02:53.022Zstop 2:43.192613145
34832026-02-24T00:02:53.022Z+ mkdir tests
34842026-02-24T00:02:53.022Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-02-24T00:02:53.030Z+ xargs -I '{}' -t cp '{}' tests/
34862026-02-24T00:02:53.062Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/
34872026-02-24T00:02:53.089Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/
34882026-02-24T00:02:53.115Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/
34892026-02-24T00:02:53.146Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/
34902026-02-24T00:02:53.553Z+ 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/*)
34912026-02-24T00:02:53.561Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-bcfd75342135c852 tests/commtest-67dc9673ff9d894c tests/dhcp_server-3b5a0b3c0af20b7c tests/end_to_end_tests-958238a3118261a6 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34922026-02-24T00:04:40.647ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-02-24T00:04:40.647Za .github/buildomat/ci-env.sh 1K
34942026-02-24T00:04:40.647Za out/target/test 1K
34952026-02-24T00:04:40.647Za out/npuzone/npuzone 27402K
34962026-02-24T00:04:40.647Za package-manifest.toml 35K
34972026-02-24T00:04:40.647Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-02-24T00:04:40.647Za target/release/omicron-package 43222K
34992026-02-24T00:04:40.647Za target/release/xtask 11507K
35002026-02-24T00:04:40.647Za target/debug/bootstrap 325121K
35012026-02-24T00:04:40.647Za tests/bootstrap-bcfd75342135c852 31130K
35022026-02-24T00:04:40.647Za tests/commtest-67dc9673ff9d894c 35217K
35032026-02-24T00:04:40.647Za tests/dhcp_server-3b5a0b3c0af20b7c 31130K
35042026-02-24T00:04:40.647Za tests/end_to_end_tests-958238a3118261a6 369501K
35052026-02-24T00:04:40.647Za out/clickhouse.tar.gz 319603K
35062026-02-24T00:04:40.647Za out/clickhouse_keeper.tar.gz 302570K
35072026-02-24T00:04:40.647Za out/clickhouse_server.tar.gz 319602K
35082026-02-24T00:04:40.647Za out/cockroachdb.tar.gz 165165K
35092026-02-24T00:04:40.647Za out/crucible-pantry-zone.tar.gz 41560K
35102026-02-24T00:04:40.647Za out/crucible-utils.tar 17744K
35112026-02-24T00:04:40.648Za out/crucible-zone.tar.gz 55698K
35122026-02-24T00:04:40.648Za out/external-dns.tar.gz 48054K
35132026-02-24T00:04:40.648Za out/internal-dns.tar.gz 48054K
35142026-02-24T00:04:40.648Za out/mg-ddm-gz.tar 86339K
35152026-02-24T00:04:40.648Za out/nexus.tar.gz 211182K
35162026-02-24T00:04:40.648Za out/ntp.tar.gz 28915K
35172026-02-24T00:04:40.648Za out/omicron-gateway-softnpu.tar.gz 27677K
35182026-02-24T00:04:40.648Za out/omicron-sled-agent.tar 195762K
35192026-02-24T00:04:40.648Za out/overlay.tar.gz 3K
35202026-02-24T00:04:40.648Za out/oximeter.tar.gz 64523K
35212026-02-24T00:04:40.648Za out/oxlog.tar 3945K
35222026-02-24T00:04:40.648Za out/probe.tar.gz 3037K
35232026-02-24T00:04:40.648Za out/propolis-server.tar.gz 74633K
35242026-02-24T00:04:40.648Za out/pumpkind-gz.tar 26647K
35252026-02-24T00:04:40.648Za out/switch-softnpu.tar.gz 377327K
35262026-02-24T00:04:40.651Z
35272026-02-24T00:04:40.651Zreal 1:47.070549010
35282026-02-24T00:04:40.651Zuser 1:42.386626673
35292026-02-24T00:04:40.651Zsys 6.981928142
35302026-02-24T00:04:40.651Ztrap 0.024854557
35312026-02-24T00:04:40.651Ztflt 0.000000000
35322026-02-24T00:04:40.651Zdflt 0.000000000
35332026-02-24T00:04:40.651Zkflt 0.000000000
35342026-02-24T00:04:40.651Zlock 0.000000000
35352026-02-24T00:04:40.651Zslp 1:41.920567802
35362026-02-24T00:04:40.651Zlat 2.821261487
35372026-02-24T00:04:40.651Zstop 0.000570144
35382026-02-24T00:04:40.651Zprocess exited: duration 2697634 ms, exit code 0
 
35392026-02-24T00:04:40.668Zfound 1 output files
35402026-02-24T00:04:40.668Zuploading: /work/package.tar.gz (2417222712 bytes)
35412026-02-24T00:05:19.442Zuploaded: /work/package.tar.gz