01KJY45ZQR1ME9ZGGCA5WRAAY4: 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: 01KJY46KC1ZV7S0GDW1VTA9K7Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-05T04:31:48.162Zjob assigned to worker 01KJY46NHQ3TSHXPVMF466M2Y0 [factory aws, i-033bfa99eeb052a8f] (queued for 54 s)
 
22026-03-05T04:31:55.998Zstarting task 0: "setup"
32026-03-05T04:31:56.002Z++ uname -s
42026-03-05T04:31:56.005Z+ kern=SunOS
52026-03-05T04:31:56.005Z+ build_user=build
62026-03-05T04:31:56.005Z+ build_uid=12345
72026-03-05T04:31:56.006Z+ work_dir=/work
82026-03-05T04:31:56.006Z+ input_dir=/input
92026-03-05T04:31:56.006Z+ [[ 0 == 12345 ]]
102026-03-05T04:31:56.006Z+ case "$kern" in
112026-03-05T04:31:56.006Z+ groupadd -g 12345 build
122026-03-05T04:31:56.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-05T04:31:58.016Z+ zfs create -o mountpoint=/work rpool/work
142026-03-05T04:31:58.139Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-05T04:31:58.142Z+ home_fs=zfs
162026-03-05T04:31:58.142Z+ [[ zfs == autofs ]]
172026-03-05T04:31:58.142Z+ mkdir -p /home/build
182026-03-05T04:31:58.145Z+ chown build:build /home/build /work
192026-03-05T04:32:00.146Z+ chmod 0700 /home/build /work
202026-03-05T04:32:00.149Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-05T04:32:00.156Zstarting task 1: "rust-toolchain"
222026-03-05T04:32:00.162Z * rust toolchain channel = "1.91.1"
232026-03-05T04:32:00.162Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-05T04:32:00.162Z * rust toolchain profile = "default"
252026-03-05T04:32:00.162Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-05T04:32:00.162Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-05T04:32:00.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-05T04:32:00.165Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-05T04:32:00.165Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-05T04:32:00.299Zinfo: downloading installer
312026-03-05T04:32:02.328Zwarn: It looks like you have an existing installation of Rust at:
322026-03-05T04:32:02.328Zwarn: /opt/ooce/bin
332026-03-05T04:32:02.328Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-05T04:32:02.328Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-05T04:32:02.328Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-05T04:32:02.328Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-05T04:32:02.328Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-05T04:32:02.328Zerror: cannot install while Rust is installed
392026-03-05T04:32:02.328Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-05T04:32:02.345Zinfo: profile set to 'default'
412026-03-05T04:32:02.345Zinfo: default host triple is x86_64-unknown-illumos
422026-03-05T04:32:02.349Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-05T04:32:02.515Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-05T04:32:02.515Zinfo: downloading component 'cargo'
452026-03-05T04:32:03.727Zinfo: downloading component 'clippy'
462026-03-05T04:32:04.189Zinfo: downloading component 'rust-docs'
472026-03-05T04:32:05.686Zinfo: downloading component 'rust-std'
482026-03-05T04:32:07.490Zinfo: downloading component 'rustc'
492026-03-05T04:32:16.331Zinfo: downloading component 'rustfmt'
502026-03-05T04:32:16.662Zinfo: installing component 'cargo'
512026-03-05T04:32:17.559Zinfo: installing component 'clippy'
522026-03-05T04:32:17.953Zinfo: installing component 'rust-docs'
532026-03-05T04:32:19.918Zinfo: installing component 'rust-std'
542026-03-05T04:32:21.747Zinfo: installing component 'rustc'
552026-03-05T04:32:28.346Zinfo: installing component 'rustfmt'
562026-03-05T04:32:28.686Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-05T04:32:28.686Z
582026-03-05T04:32:29.144Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-05T04:32:29.144Z
602026-03-05T04:32:29.148Z
612026-03-05T04:32:29.148ZRust is installed now. Great!
622026-03-05T04:32:29.148Z
632026-03-05T04:32:29.148ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-05T04:32:29.148Zenvironment variable. This has not been done automatically.
652026-03-05T04:32:29.148Z
662026-03-05T04:32:29.148ZTo configure your current shell, you need to source
672026-03-05T04:32:29.148Zthe corresponding env file under $HOME/.cargo.
682026-03-05T04:32:29.148Z
692026-03-05T04:32:29.148ZThis is usually done by running one of the following (note the leading DOT):
702026-03-05T04:32:29.148Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-05T04:32:29.148Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-05T04:32:29.148Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-05T04:32:29.234Z+ rustup --version
742026-03-05T04:32:29.245Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-05T04:32:29.248Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-05T04:32:29.331Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-05T04:32:29.334Z+ cargo --version
782026-03-05T04:32:29.405Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-05T04:32:29.408Z+ rustc --version
802026-03-05T04:32:29.481Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-05T04:32:29.485Zprocess exited: duration 29322 ms, exit code 0
 
822026-03-05T04:32:29.492Zstarting task 2: "authentication"
832026-03-05T04:32:29.514Zprocess exited: duration 21 ms, exit code 0
 
842026-03-05T04:32:29.527Zstarting task 3: "clone repository"
852026-03-05T04:32:29.531Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-05T04:32:29.531Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-05T04:32:29.568ZCloning into '/work/oxidecomputer/omicron'...
882026-03-05T04:33:22.318Z+ cd /work/oxidecomputer/omicron
892026-03-05T04:33:22.318Z+ git fetch origin ab4f934d3079ae53423ee7d2089093e2830ad070
902026-03-05T04:33:23.062ZFrom https://github.com/oxidecomputer/omicron
912026-03-05T04:33:23.062Z * branch ab4f934d3079ae53423ee7d2089093e2830ad070 -> FETCH_HEAD
922026-03-05T04:33:23.072Z+ [[ -n '' ]]
932026-03-05T04:33:23.073Z+ git reset --hard ab4f934d3079ae53423ee7d2089093e2830ad070
942026-03-05T04:33:23.423ZHEAD is now at ab4f934d3 [spr] initial version
952026-03-05T04:33:23.426Zprocess exited: duration 53892 ms, exit code 0
 
962026-03-05T04:33:23.433Zstarting task 4: "build"
972026-03-05T04:33:23.438Z+ source .github/buildomat/ci-env.sh
982026-03-05T04:33:23.442Z++ export CARGO_TERM_COLOR=always
992026-03-05T04:33:23.442Z++ CARGO_TERM_COLOR=always
1002026-03-05T04:33:23.442Z+ cargo --version
1012026-03-05T04:33:23.499Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-03-05T04:33:23.502Z+ rustc --version
1032026-03-05T04:33:23.576Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-03-05T04:33:23.579Z+ WORK=/work
1052026-03-05T04:33:23.579Z+ pfexec mkdir -p /work
1062026-03-05T04:33:23.584Z+ pfexec chown build /work
1072026-03-05T04:33:23.588Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082026-03-05T04:33:34.278Z Startup: Refreshing catalog 'helios-dev' ... Done
1092026-03-05T04:33:45.058Z Startup: Caching catalogs ... Done
1102026-03-05T04:34:08.456ZPlanning: Solver setup ... Done (21.643s)
1112026-03-05T04:34:08.618ZPlanning: Running solver ... Done (0.162s)
1122026-03-05T04:34:08.784ZPlanning: Finding local manifests ... Done (0.004s)
1132026-03-05T04:34:08.799ZPlanning: Fetching manifests: 0/4 0% complete
1142026-03-05T04:34:08.933ZPlanning: Fetching manifests: 4/4 100% complete
1152026-03-05T04:34:08.981ZPlanning: Package planning ... Done (0.048s)
1162026-03-05T04:34:09.031ZPlanning: Merging actions ... Done (0.050s)
1172026-03-05T04:34:09.316ZPlanning: Checking for conflicting actions ... Done (0.285s)
1182026-03-05T04:34:09.327ZPlanning: Consolidating action changes ... Done (0.011s)
1192026-03-05T04:34:10.680ZPlanning: Evaluating mediators ... Done (1.352s)
1202026-03-05T04:34:10.689ZPlanning: Planning completed in 25.48 seconds
1212026-03-05T04:34:10.705Z Packages to install: 4
1222026-03-05T04:34:10.705Z Mediators to change: 2
1232026-03-05T04:34:10.711Z Services to change: 1
1242026-03-05T04:34:10.711Z Estimated space available: 155.44 GB
1252026-03-05T04:34:10.711ZEstimated space to be consumed: 1.82 GB
1262026-03-05T04:34:10.711Z Create boot environment: No
1272026-03-05T04:34:10.711ZCreate backup boot environment: No
1282026-03-05T04:34:10.711Z Rebuild boot archive: No
1292026-03-05T04:34:10.711Z
1302026-03-05T04:34:10.711ZChanged mediators:
1312026-03-05T04:34:10.711Z mediator clang:
1322026-03-05T04:34:10.711Z version: None -> 15 (system default)
1332026-03-05T04:34:10.711Z
1342026-03-05T04:34:10.711Z mediator llvm:
1352026-03-05T04:34:10.711Z version: 14 (system default) -> 15 (system default)
1362026-03-05T04:34:10.711Z
1372026-03-05T04:34:10.711ZChanged packages:
1382026-03-05T04:34:10.711Zhelios-dev
1392026-03-05T04:34:10.711Z developer/build-essential
1402026-03-05T04:34:10.711Z None -> 11-2.0
1412026-03-05T04:34:10.711Z library/libxmlsec1
1422026-03-05T04:34:10.711Z None -> 1.2.35-2.0
1432026-03-05T04:34:10.711Z ooce/developer/clang-15
1442026-03-05T04:34:10.711Z None -> 15.0.7-2.0
1452026-03-05T04:34:10.711Z ooce/developer/llvm-15
1462026-03-05T04:34:10.711Z None -> 15.0.7-2.0
1472026-03-05T04:34:10.711Z
1482026-03-05T04:34:10.711ZServices:
1492026-03-05T04:34:10.711Z restart_fmri:
1502026-03-05T04:34:10.711Z svc:/system/update-man-index:default
1512026-03-05T04:34:10.759Z
1522026-03-05T04:34:10.759ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532026-03-05T04:34:15.761ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1542026-03-05T04:34:20.763ZDownload: 3208/3290 items 181.6/212.6MB 85% complete (18.1M/s)
1552026-03-05T04:34:23.252ZDownload: Completed 212.60 MB in 12.49 seconds (17.0M/s)
1562026-03-05T04:34:23.540Z Actions: 1/3689 actions (Installing new actions)
1572026-03-05T04:34:28.111Z Actions: Completed 3689 actions in 4.57 seconds.
1582026-03-05T04:34:28.537Z Done (0.422s)
1592026-03-05T04:34:28.538Z Done (0.000s)
1602026-03-05T04:34:29.665Z Done (1.111s)
1612026-03-05T04:34:34.102Z Done (4.098s)
1622026-03-05T04:34:34.185Z Done (0.019s)
1632026-03-05T04:34:34.188Z Done (0.000s)
1642026-03-05T04:34:34.338Z Done (0.000s)
1652026-03-05T04:34:35.288ZPlanning: Evaluating mediator changes ... Done
1662026-03-05T04:34:35.446ZPlanning: Checking for conflicting actions ... Done
1672026-03-05T04:34:35.449ZPlanning: Consolidating action changes ... Done
1682026-03-05T04:34:35.713ZPlanning: Evaluating mediators ... Done
1692026-03-05T04:34:35.716ZPlanning: Planning completed in 0.43 seconds
1702026-03-05T04:34:35.747Z Mediators to change: 2
1712026-03-05T04:34:35.747Z Create boot environment: No
1722026-03-05T04:34:35.751ZCreate backup boot environment: No
1732026-03-05T04:34:35.822Z Done
1742026-03-05T04:34:35.822Z Done
1752026-03-05T04:34:36.586Z Done
1762026-03-05T04:34:40.139Z Done
1772026-03-05T04:34:40.223Z Done
1782026-03-05T04:34:40.226Z Done
1792026-03-05T04:34:40.410Z Done
1802026-03-05T04:34:41.015ZPlanning: Evaluating mediator changes ... Done
1812026-03-05T04:34:41.018ZPlanning: Merging actions ... Done
1822026-03-05T04:34:41.207ZPlanning: Checking for conflicting actions ... Done
1832026-03-05T04:34:41.210ZPlanning: Consolidating action changes ... Done
1842026-03-05T04:34:41.476ZPlanning: Evaluating mediators ... Done
1852026-03-05T04:34:41.532ZPlanning: Planning completed in 0.76 seconds
1862026-03-05T04:34:41.568Z Packages to change: 1
1872026-03-05T04:34:41.568Z Mediators to change: 1
1882026-03-05T04:34:41.571Z Services to change: 1
1892026-03-05T04:34:41.571Z Create boot environment: No
1902026-03-05T04:34:41.571ZCreate backup boot environment: Yes
1912026-03-05T04:34:44.268Z Actions: 1/6 actions (Updating modified actions)
1922026-03-05T04:34:44.271Z Actions: Completed 6 actions in 0.00 seconds.
1932026-03-05T04:34:44.271Z Done
1942026-03-05T04:34:44.271Z Done
1952026-03-05T04:34:44.488Z Done
1962026-03-05T04:34:48.072Z Done
1972026-03-05T04:34:48.158Z Done
1982026-03-05T04:34:48.161Z Done
1992026-03-05T04:34:48.322Z Done
2002026-03-05T04:34:48.757ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-03-05T04:34:48.757Zclang system 15 system
2022026-03-05T04:34:48.757Zcsh system system illumos
2032026-03-05T04:34:48.757Zctags system system illumos
2042026-03-05T04:34:48.757Zfile system system illumos
2052026-03-05T04:34:48.757Zgcc vendor 12 vendor
2062026-03-05T04:34:48.757Zgcc system 10 system
2072026-03-05T04:34:48.757Zgcc system 7 system
2082026-03-05T04:34:48.757Zgo system 1.20 system
2092026-03-05T04:34:48.757Zgo system 1.19 system
2102026-03-05T04:34:48.757Zllvm system 15 system
2112026-03-05T04:34:48.757Zllvm system 14 system
2122026-03-05T04:34:48.757Zmariadb system 10.6 system
2132026-03-05T04:34:48.757Zmta vendor vendor dma
2142026-03-05T04:34:48.757Zopenjdk system 17 system
2152026-03-05T04:34:48.757Zopenjdk system 11 system
2162026-03-05T04:34:48.757Zopenjdk system 1.8 system
2172026-03-05T04:34:48.757Zopenssl vendor 3 vendor
2182026-03-05T04:34:48.757Zperl system 5.36 system
2192026-03-05T04:34:48.757Zpostgresql system 15 system
2202026-03-05T04:34:48.757Zpostgresql system 13 system
2212026-03-05T04:34:48.757Zpython vendor 3 vendor
2222026-03-05T04:34:48.757Zpython system 2 system
2232026-03-05T04:34:48.757Zpython3 system 3.11 system
2242026-03-05T04:34:48.757Zruby system 3.0 system
2252026-03-05T04:34:48.757Zwords vendor vendor american-english
2262026-03-05T04:34:48.757Zwords system system australian-english
2272026-03-05T04:34:48.757Zwords system system british-english
2282026-03-05T04:34:48.757Zwords system system canadian-english
2292026-03-05T04:34:48.757Zwords system system french
2302026-03-05T04:34:48.757Zwords system system italian
2312026-03-05T04:34:48.757Zwords system system ngerman
2322026-03-05T04:34:48.757Zwords system system ogerman
2332026-03-05T04:34:48.757Zwords system system spanish
2342026-03-05T04:34:49.091ZPUBLISHER TYPE STATUS P LOCATION
2352026-03-05T04:34:49.091Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362026-03-05T04:34:55.874ZFMRI IFO
2372026-03-05T04:34:55.874Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382026-03-05T04:34:55.874Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392026-03-05T04:34:55.874Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402026-03-05T04:34:55.874Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412026-03-05T04:34:55.874Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422026-03-05T04:34:55.874Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2432026-03-05T04:34:55.874Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442026-03-05T04:34:55.874Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2452026-03-05T04:34:55.874Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2462026-03-05T04:34:55.874Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472026-03-05T04:34:55.874Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2482026-03-05T04:34:55.874Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2492026-03-05T04:34:55.874Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502026-03-05T04:34:55.874Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2512026-03-05T04:34:55.874Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2522026-03-05T04:34:55.874Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532026-03-05T04:34:57.048Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542026-03-05T04:34:57.754Z Updating crates.io index
2552026-03-05T04:34:57.757Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562026-03-05T04:34:58.285Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-03-05T04:34:59.555Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2582026-03-05T04:35:00.583Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592026-03-05T04:35:05.008Z Updating git repository `https://github.com/oxidecomputer/crucible`
2602026-03-05T04:35:11.182Z Updating git repository `https://github.com/oxidecomputer/opte`
2612026-03-05T04:35:14.130Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622026-03-05T04:35:14.832Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-05T04:35:19.073Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-05T04:35:20.625Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-03-05T04:35:22.947Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662026-03-05T04:35:23.673Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-03-05T04:35:24.858Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-03-05T04:35:25.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-03-05T04:35:27.493Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-03-05T04:35:28.636Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-03-05T04:35:29.227Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2722026-03-05T04:35:29.956Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2732026-03-05T04:35:30.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742026-03-05T04:35:31.477Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752026-03-05T04:35:32.038Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762026-03-05T04:35:32.587Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-03-05T04:35:33.523Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782026-03-05T04:35:34.361Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2792026-03-05T04:35:35.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2802026-03-05T04:35:36.242Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2812026-03-05T04:35:37.053Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822026-03-05T04:35:37.610Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-05T04:35:38.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842026-03-05T04:35:40.096Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852026-03-05T04:35:40.709Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862026-03-05T04:35:41.565Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2872026-03-05T04:35:42.112Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-03-05T04:35:43.141Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-03-05T04:35:43.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-03-05T04:35:44.302Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-03-05T04:35:44.865Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-03-05T04:35:45.525Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932026-03-05T04:36:36.104Z Downloading crates ...
2942026-03-05T04:36:36.178Z Downloaded cpufeatures v0.2.17
2952026-03-05T04:36:36.183Z Downloaded plain v0.2.3
2962026-03-05T04:36:36.187Z Downloaded swrite v0.1.0
2972026-03-05T04:36:36.196Z Downloaded crypto-common v0.1.7
2982026-03-05T04:36:36.205Z Downloaded papergrid v0.11.0
2992026-03-05T04:36:36.208Z Downloaded zerovec-derive v0.11.2
3002026-03-05T04:36:36.212Z Downloaded typeid v1.0.3
3012026-03-05T04:36:36.212Z Downloaded thiserror-impl v1.0.69
3022026-03-05T04:36:36.215Z Downloaded dtrace-parser v0.2.0
3032026-03-05T04:36:36.215Z Downloaded dof v0.3.0
3042026-03-05T04:36:36.215Z Downloaded itoa v1.0.17
3052026-03-05T04:36:36.218Z Downloaded icu_properties v2.1.2
3062026-03-05T04:36:36.218Z Downloaded form_urlencoded v1.2.2
3072026-03-05T04:36:36.222Z Downloaded typenum v1.19.0
3082026-03-05T04:36:36.225Z Downloaded winnow v0.7.14
3092026-03-05T04:36:36.230Z Downloaded zerofrom-derive v0.1.6
3102026-03-05T04:36:36.233Z Downloaded version_check v0.9.5
3112026-03-05T04:36:36.233Z Downloaded toml v0.8.23
3122026-03-05T04:36:36.236Z Downloaded serde_tokenstream v0.2.3
3132026-03-05T04:36:36.236Z Downloaded toml_write v0.1.2
3142026-03-05T04:36:36.245Z Downloaded scroll_derive v0.12.1
3152026-03-05T04:36:36.245Z Downloaded erased-serde v0.4.9
3162026-03-05T04:36:36.249Z Downloaded macaddr v1.0.1
3172026-03-05T04:36:36.249Z Downloaded clap_lex v1.0.0
3182026-03-05T04:36:36.249Z Downloaded percent-encoding v2.3.2
3192026-03-05T04:36:36.249Z Downloaded fnv v1.0.7
3202026-03-05T04:36:36.249Z Downloaded cfg-if v1.0.4
3212026-03-05T04:36:36.249Z Downloaded unicode-xid v0.2.6
3222026-03-05T04:36:36.249Z Downloaded cargo-platform v0.2.0
3232026-03-05T04:36:36.249Z Downloaded toml_datetime v0.6.11
3242026-03-05T04:36:36.252Z Downloaded clap v4.5.60
3252026-03-05T04:36:36.258Z Downloaded zerofrom v0.1.6
3262026-03-05T04:36:36.261Z Downloaded thiserror-impl v2.0.18
3272026-03-05T04:36:36.261Z Downloaded tabled_derive v0.7.0
3282026-03-05T04:36:36.264Z Downloaded usdt-macro v0.5.0
3292026-03-05T04:36:36.265Z Downloaded thiserror v2.0.18
3302026-03-05T04:36:36.268Z Downloaded utf8parse v0.2.2
3312026-03-05T04:36:36.271Z Downloaded unicode-linebreak v0.1.5
3322026-03-05T04:36:36.271Z Downloaded serde-value v0.7.0
3332026-03-05T04:36:36.274Z Downloaded usdt-attr-macro v0.5.0
3342026-03-05T04:36:36.274Z Downloaded idna_adapter v1.2.1
3352026-03-05T04:36:36.274Z Downloaded errno v0.3.14
3362026-03-05T04:36:36.277Z Downloaded serde_core v1.0.228
3372026-03-05T04:36:36.280Z Downloaded yoke-derive v0.8.1
3382026-03-05T04:36:36.280Z Downloaded thread-id v4.2.2
3392026-03-05T04:36:36.280Z Downloaded yoke v0.8.1
3402026-03-05T04:36:36.283Z Downloaded utf8_iter v1.0.4
3412026-03-05T04:36:36.283Z Downloaded pest_generator v2.8.6
3422026-03-05T04:36:36.286Z Downloaded usdt v0.5.0
3432026-03-05T04:36:36.286Z Downloaded displaydoc v0.2.5
3442026-03-05T04:36:36.289Z Downloaded zmij v1.0.21
3452026-03-05T04:36:36.292Z Downloaded textwrap v0.16.2
3462026-03-05T04:36:36.292Z Downloaded anstyle-query v1.1.5
3472026-03-05T04:36:36.295Z Downloaded potential_utf v0.1.4
3482026-03-05T04:36:36.295Z Downloaded equivalent v1.0.2
3492026-03-05T04:36:36.298Z Downloaded zerotrie v0.2.3
3502026-03-05T04:36:36.300Z Downloaded zerocopy-derive v0.7.35
3512026-03-05T04:36:36.303Z Downloaded ucd-trie v0.1.7
3522026-03-05T04:36:36.303Z Downloaded usdt-impl v0.5.0
3532026-03-05T04:36:36.306Z Downloaded strsim v0.11.1
3542026-03-05T04:36:36.306Z Downloaded ordered-float v2.10.1
3552026-03-05T04:36:36.309Z Downloaded is_terminal_polyfill v1.70.2
3562026-03-05T04:36:36.309Z Downloaded writeable v0.6.2
3572026-03-05T04:36:36.312Z Downloaded smawk v0.3.2
3582026-03-05T04:36:36.312Z Downloaded pretty-hex v0.4.1
3592026-03-05T04:36:36.312Z Downloaded proc-macro-error-attr v1.0.4
3602026-03-05T04:36:36.315Z Downloaded url v2.5.8
3612026-03-05T04:36:36.319Z Downloaded heck v0.4.1
3622026-03-05T04:36:36.319Z Downloaded memmap v0.7.0
3632026-03-05T04:36:36.319Z Downloaded toml_edit v0.22.27
3642026-03-05T04:36:36.322Z Downloaded unicode-width v0.2.0
3652026-03-05T04:36:36.327Z Downloaded zerovec v0.11.5
3662026-03-05T04:36:36.332Z Downloaded generic-array v0.14.7
3672026-03-05T04:36:36.335Z Downloaded zerocopy v0.7.35
3682026-03-05T04:36:36.347Z Downloaded sha2 v0.10.9
3692026-03-05T04:36:36.350Z Downloaded cargo_toml v0.21.0
3702026-03-05T04:36:36.352Z Downloaded bytecount v0.6.9
3712026-03-05T04:36:36.352Z Downloaded quote v1.0.44
3722026-03-05T04:36:36.355Z Downloaded anstyle v1.0.13
3732026-03-05T04:36:36.356Z Downloaded anstyle-parse v0.2.7
3742026-03-05T04:36:36.358Z Downloaded unicode-width v0.1.14
3752026-03-05T04:36:36.361Z Downloaded serde-untagged v0.1.9
3762026-03-05T04:36:36.365Z Downloaded semver v1.0.27
3772026-03-05T04:36:36.368Z Downloaded cargo_metadata v0.21.0
3782026-03-05T04:36:36.368Z Downloaded cargo-util-schemas v0.8.2
3792026-03-05T04:36:36.370Z Downloaded camino-tempfile v1.4.1
3802026-03-05T04:36:36.370Z Downloaded synstructure v0.13.2
3812026-03-05T04:36:36.371Z Downloaded scroll v0.12.0
3822026-03-05T04:36:36.373Z Downloaded proc-macro-error v1.0.4
3832026-03-05T04:36:36.376Z Downloaded heck v0.5.0
3842026-03-05T04:36:36.376Z Downloaded byteorder v1.5.0
3852026-03-05T04:36:36.380Z Downloaded autocfg v1.5.0
3862026-03-05T04:36:36.380Z Downloaded fs-err v3.3.0
3872026-03-05T04:36:36.383Z Downloaded digest v0.10.7
3882026-03-05T04:36:36.383Z Downloaded clap_derive v4.5.55
3892026-03-05T04:36:36.386Z Downloaded colorchoice v1.0.4
3902026-03-05T04:36:36.386Z Downloaded terminal_size v0.4.3
3912026-03-05T04:36:36.386Z Downloaded litemap v0.8.1
3922026-03-05T04:36:36.389Z Downloaded stable_deref_trait v1.2.1
3932026-03-05T04:36:36.389Z Downloaded pest_derive v2.8.6
3942026-03-05T04:36:36.392Z Downloaded serde_spanned v0.6.9
3952026-03-05T04:36:36.392Z Downloaded pest_meta v2.8.6
3962026-03-05T04:36:36.397Z Downloaded log v0.4.29
3972026-03-05T04:36:36.397Z Downloaded icu_provider v2.1.1
3982026-03-05T04:36:36.400Z Downloaded anstream v0.6.21
3992026-03-05T04:36:36.400Z Downloaded unicode-ident v1.0.24
4002026-03-05T04:36:36.402Z Downloaded tinystr v0.8.2
4012026-03-05T04:36:36.405Z Downloaded thiserror v1.0.69
4022026-03-05T04:36:36.408Z Downloaded tempfile v3.25.0
4032026-03-05T04:36:36.411Z Downloaded serde_derive v1.0.228
4042026-03-05T04:36:36.414Z Downloaded getrandom v0.4.1
4052026-03-05T04:36:36.418Z Downloaded proc-macro2 v1.0.106
4062026-03-05T04:36:36.422Z Downloaded serde v1.0.228
4072026-03-05T04:36:36.422Z Downloaded num-traits v0.2.19
4082026-03-05T04:36:36.425Z Downloaded camino v1.2.2
4092026-03-05T04:36:36.425Z Downloaded block-buffer v0.10.4
4102026-03-05T04:36:36.425Z Downloaded smallvec v1.15.1
4112026-03-05T04:36:36.428Z Downloaded icu_normalizer_data v2.1.1
4122026-03-05T04:36:36.431Z Downloaded icu_normalizer v2.1.1
4132026-03-05T04:36:36.434Z Downloaded bitflags v2.11.0
4142026-03-05T04:36:36.437Z Downloaded fastrand v2.3.0
4152026-03-05T04:36:36.437Z Downloaded once_cell v1.21.3
4162026-03-05T04:36:36.439Z Downloaded icu_collections v2.1.1
4172026-03-05T04:36:36.444Z Downloaded anyhow v1.0.102
4182026-03-05T04:36:36.447Z Downloaded icu_locale_core v2.1.1
4192026-03-05T04:36:36.451Z Downloaded pest v2.8.6
4202026-03-05T04:36:36.456Z Downloaded memchr v2.8.0
4212026-03-05T04:36:36.464Z Downloaded indexmap v2.13.0
4222026-03-05T04:36:36.468Z Downloaded clap_builder v4.5.60
4232026-03-05T04:36:36.473Z Downloaded hashbrown v0.16.1
4242026-03-05T04:36:36.479Z Downloaded icu_properties_data v2.1.2
4252026-03-05T04:36:36.494Z Downloaded idna v1.1.0
4262026-03-05T04:36:36.501Z Downloaded serde_json v1.0.149
4272026-03-05T04:36:36.512Z Downloaded goblin v0.8.2
4282026-03-05T04:36:36.518Z Downloaded tabled v0.15.0
4292026-03-05T04:36:36.529Z Downloaded syn v1.0.109
4302026-03-05T04:36:36.538Z Downloaded syn v2.0.117
4312026-03-05T04:36:36.555Z Downloaded rustix v1.1.3
4322026-03-05T04:36:36.581Z Downloaded libc v0.2.180
4332026-03-05T04:36:36.666Z Compiling proc-macro2 v1.0.106
4342026-03-05T04:36:36.670Z Compiling unicode-ident v1.0.24
4352026-03-05T04:36:36.670Z Compiling quote v1.0.44
4362026-03-05T04:36:36.670Z Compiling serde_core v1.0.228
4372026-03-05T04:36:36.670Z Compiling libc v0.2.180
4382026-03-05T04:36:36.670Z Compiling version_check v0.9.5
4392026-03-05T04:36:36.670Z Compiling serde v1.0.228
4402026-03-05T04:36:36.670Z Compiling memchr v2.8.0
4412026-03-05T04:36:37.126Z Compiling stable_deref_trait v1.2.1
4422026-03-05T04:36:37.249Z Compiling zmij v1.0.21
4432026-03-05T04:36:37.595Z Compiling thiserror v1.0.69
4442026-03-05T04:36:37.644Z Compiling ucd-trie v0.1.7
4452026-03-05T04:36:37.669Z Compiling itoa v1.0.17
4462026-03-05T04:36:38.007Z Compiling autocfg v1.5.0
4472026-03-05T04:36:38.387Z Compiling pest v2.8.6
4482026-03-05T04:36:38.443Z Compiling litemap v0.8.1
4492026-03-05T04:36:38.516Z Compiling writeable v0.6.2
4502026-03-05T04:36:38.739Z Compiling icu_normalizer_data v2.1.1
4512026-03-05T04:36:38.847Z Compiling byteorder v1.5.0
4522026-03-05T04:36:38.990Z Compiling icu_properties_data v2.1.2
4532026-03-05T04:36:39.300Z Compiling syn v2.0.117
4542026-03-05T04:36:39.343Z Compiling rustix v1.1.3
4552026-03-05T04:36:39.534Z Compiling errno v0.3.14
4562026-03-05T04:36:39.568Z Compiling bitflags v2.11.0
4572026-03-05T04:36:39.785Z Compiling serde_json v1.0.149
4582026-03-05T04:36:39.984Z Compiling num-traits v0.2.19
4592026-03-05T04:36:40.157Z Compiling smallvec v1.15.1
4602026-03-05T04:36:40.188Z Compiling hashbrown v0.16.1
4612026-03-05T04:36:40.343Z Compiling typeid v1.0.3
4622026-03-05T04:36:40.865Z Compiling equivalent v1.0.2
4632026-03-05T04:36:40.909Z Compiling pest_meta v2.8.6
4642026-03-05T04:36:41.315Z Compiling indexmap v2.13.0
4652026-03-05T04:36:41.375Z Compiling thread-id v4.2.2
4662026-03-05T04:36:41.384Z Compiling proc-macro-error-attr v1.0.4
4672026-03-05T04:36:41.465Z Compiling usdt-impl v0.5.0
4682026-03-05T04:36:41.729Z Compiling toml_write v0.1.2
4692026-03-05T04:36:41.857Z Compiling erased-serde v0.4.9
4702026-03-05T04:36:42.112Z Compiling winnow v0.7.14
4712026-03-05T04:36:42.321Z Compiling syn v1.0.109
4722026-03-05T04:36:43.190Z Compiling proc-macro-error v1.0.4
4732026-03-05T04:36:43.398Z Compiling utf8parse v0.2.2
4742026-03-05T04:36:43.597Z Compiling utf8_iter v1.0.4
4752026-03-05T04:36:43.619Z Compiling thiserror v2.0.18
4762026-03-05T04:36:43.869Z Compiling percent-encoding v2.3.2
4772026-03-05T04:36:44.238Z Compiling getrandom v0.4.1
4782026-03-05T04:36:44.300Z Compiling plain v0.2.3
4792026-03-05T04:36:44.487Z Compiling log v0.4.29
4802026-03-05T04:36:44.722Z Compiling camino v1.2.2
4812026-03-05T04:36:44.786Z Compiling ordered-float v2.10.1
4822026-03-05T04:36:44.992Z Compiling form_urlencoded v1.2.2
4832026-03-05T04:36:45.212Z Compiling anstyle-parse v0.2.7
4842026-03-05T04:36:45.426Z Compiling terminal_size v0.4.3
4852026-03-05T04:36:45.566Z Compiling is_terminal_polyfill v1.70.2
4862026-03-05T04:36:45.601Z Compiling colorchoice v1.0.4
4872026-03-05T04:36:45.634Z Compiling cfg-if v1.0.4
4882026-03-05T04:36:45.703Z Compiling anstyle v1.0.13
4892026-03-05T04:36:45.751Z Compiling anstyle-query v1.1.5
4902026-03-05T04:36:45.779Z Compiling pretty-hex v0.4.1
4912026-03-05T04:36:45.929Z Compiling synstructure v0.13.2
4922026-03-05T04:36:45.956Z Compiling pest_generator v2.8.6
4932026-03-05T04:36:46.103Z Compiling anstream v0.6.21
4942026-03-05T04:36:46.329Z Compiling serde-untagged v0.1.9
4952026-03-05T04:36:46.469Z Compiling semver v1.0.27
4962026-03-05T04:36:46.848Z Compiling fs-err v3.3.0
4972026-03-05T04:36:47.039Z Compiling clap_lex v1.0.0
4982026-03-05T04:36:47.127Z Compiling fnv v1.0.7
4992026-03-05T04:36:47.194Z Compiling strsim v0.11.1
5002026-03-05T04:36:47.287Z Compiling heck v0.5.0
5012026-03-05T04:36:47.315Z Compiling fastrand v2.3.0
5022026-03-05T04:36:47.468Z Compiling unicode-xid v0.2.6
5032026-03-05T04:36:47.580Z Compiling anyhow v1.0.102
5042026-03-05T04:36:47.672Z Compiling once_cell v1.21.3
5052026-03-05T04:36:47.771Z Compiling heck v0.4.1
5062026-03-05T04:36:47.799Z Compiling unicode-width v0.1.14
5072026-03-05T04:36:48.080Z Compiling bytecount v0.6.9
5082026-03-05T04:36:48.160Z Compiling tempfile v3.25.0
5092026-03-05T04:36:48.324Z Compiling papergrid v0.11.0
5102026-03-05T04:36:48.359Z Compiling clap_builder v4.5.60
5112026-03-05T04:36:48.651Z Compiling memmap v0.7.0
5122026-03-05T04:36:48.686Z Compiling unicode-linebreak v0.1.5
5132026-03-05T04:36:48.961Z Compiling unicode-width v0.2.0
5142026-03-05T04:36:48.994Z Compiling smawk v0.3.2
5152026-03-05T04:36:49.534Z Compiling textwrap v0.16.2
5162026-03-05T04:36:49.757Z Compiling camino-tempfile v1.4.1
5172026-03-05T04:36:49.981Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-05T04:36:50.206Z Compiling swrite v0.1.0
5192026-03-05T04:36:50.349Z Compiling tabled_derive v0.7.0
5202026-03-05T04:36:50.519Z Compiling serde_derive v1.0.228
5212026-03-05T04:36:50.519Z Compiling zerofrom-derive v0.1.6
5222026-03-05T04:36:50.547Z Compiling yoke-derive v0.8.1
5232026-03-05T04:36:50.629Z Compiling zerovec-derive v0.11.2
5242026-03-05T04:36:51.392Z Compiling displaydoc v0.2.5
5252026-03-05T04:36:52.379Z Compiling thiserror-impl v1.0.69
5262026-03-05T04:36:52.919Z Compiling zerocopy-derive v0.7.35
5272026-03-05T04:36:53.171Z Compiling pest_derive v2.8.6
5282026-03-05T04:36:53.230Z Compiling scroll_derive v0.12.1
5292026-03-05T04:36:53.852Z Compiling zerofrom v0.1.6
5302026-03-05T04:36:54.002Z Compiling thiserror-impl v2.0.18
5312026-03-05T04:36:54.104Z Compiling yoke v0.8.1
5322026-03-05T04:36:54.464Z Compiling zerovec v0.11.5
5332026-03-05T04:36:54.705Z Compiling zerotrie v0.2.3
5342026-03-05T04:36:54.852Z Compiling zerocopy v0.7.35
5352026-03-05T04:36:55.345Z Compiling scroll v0.12.0
5362026-03-05T04:36:55.442Z Compiling dtrace-parser v0.2.0
5372026-03-05T04:36:55.574Z Compiling tinystr v0.8.2
5382026-03-05T04:36:55.709Z Compiling potential_utf v0.1.4
5392026-03-05T04:36:55.873Z Compiling goblin v0.8.2
5402026-03-05T04:36:55.985Z Compiling icu_locale_core v2.1.1
5412026-03-05T04:36:56.007Z Compiling icu_collections v2.1.1
5422026-03-05T04:36:56.219Z Compiling clap_derive v4.5.55
5432026-03-05T04:36:56.986Z Compiling tabled v0.15.0
5442026-03-05T04:36:57.319Z Compiling icu_provider v2.1.1
5452026-03-05T04:36:57.794Z Compiling icu_properties v2.1.2
5462026-03-05T04:36:57.794Z Compiling icu_normalizer v2.1.1
5472026-03-05T04:36:58.582Z Compiling toml_datetime v0.6.11
5482026-03-05T04:36:58.611Z Compiling serde_spanned v0.6.9
5492026-03-05T04:36:58.730Z Compiling dof v0.3.0
5502026-03-05T04:36:58.804Z Compiling serde_tokenstream v0.2.3
5512026-03-05T04:36:58.872Z Compiling serde-value v0.7.0
5522026-03-05T04:36:59.103Z Compiling toml_edit v0.22.27
5532026-03-05T04:36:59.631Z Compiling cargo-platform v0.2.0
5542026-03-05T04:36:59.662Z Compiling macaddr v1.0.1
5552026-03-05T04:37:00.094Z Compiling idna_adapter v1.2.1
5562026-03-05T04:37:00.137Z Compiling clap v4.5.60
5572026-03-05T04:37:00.285Z Compiling idna v1.1.0
5582026-03-05T04:37:00.485Z Compiling usdt-macro v0.5.0
5592026-03-05T04:37:00.485Z Compiling usdt-attr-macro v0.5.0
5602026-03-05T04:37:01.045Z Compiling url v2.5.8
5612026-03-05T04:37:02.351Z Compiling toml v0.8.23
5622026-03-05T04:37:02.722Z Compiling usdt v0.5.0
5632026-03-05T04:37:03.153Z Compiling cargo-util-schemas v0.8.2
5642026-03-05T04:37:03.153Z Compiling cargo_toml v0.21.0
5652026-03-05T04:37:04.625Z Compiling cargo_metadata v0.21.0
5662026-03-05T04:37:06.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5672026-03-05T04:37:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
5682026-03-05T04:37:09.925Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5692026-03-05T04:37:10.685Z Downloading crates ...
5702026-03-05T04:37:10.818Z Downloaded async-bb8-diesel v0.2.1
5712026-03-05T04:37:10.829Z Downloaded console v0.15.11
5722026-03-05T04:37:10.834Z Downloaded chacha20poly1305 v0.10.1
5732026-03-05T04:37:10.839Z Downloaded defmt v0.3.100
5742026-03-05T04:37:10.842Z Downloaded cstr-argument v0.1.2
5752026-03-05T04:37:10.846Z Downloaded crossbeam-deque v0.8.6
5762026-03-05T04:37:10.851Z Downloaded critical-section v1.2.0
5772026-03-05T04:37:10.855Z Downloaded crc8 v0.1.1
5782026-03-05T04:37:10.860Z Downloaded blake3 v1.8.3
5792026-03-05T04:37:10.869Z Downloaded fatfs v0.3.6
5802026-03-05T04:37:10.875Z Downloaded funty v2.0.0
5812026-03-05T04:37:10.879Z Downloaded array-init v0.0.4
5822026-03-05T04:37:10.883Z Downloaded bcrypt-pbkdf v0.10.0
5832026-03-05T04:37:10.887Z Downloaded bzip2-sys v0.1.13+1.0.8
5842026-03-05T04:37:10.902Z Downloaded futures-core v0.3.32
5852026-03-05T04:37:10.906Z Downloaded bit-set v0.8.0
5862026-03-05T04:37:10.911Z Downloaded dof v0.4.0
5872026-03-05T04:37:10.915Z Downloaded diesel_table_macro_syntax v0.2.0
5882026-03-05T04:37:10.919Z Downloaded foreign-types v0.5.0
5892026-03-05T04:37:10.923Z Downloaded derive_builder_macro v0.20.2
5902026-03-05T04:37:10.927Z Downloaded foreign-types v0.3.2
5912026-03-05T04:37:10.930Z Downloaded embedded-io v0.4.0
5922026-03-05T04:37:10.935Z Downloaded flagset v0.4.7
5932026-03-05T04:37:10.940Z Downloaded float-cmp v0.10.0
5942026-03-05T04:37:10.943Z Downloaded endian-type v0.1.2
5952026-03-05T04:37:10.947Z Downloaded env_filter v1.0.0
5962026-03-05T04:37:10.951Z Downloaded cpufeatures v0.3.0
5972026-03-05T04:37:10.956Z Downloaded foreign-types-shared v0.3.1
5982026-03-05T04:37:10.962Z Downloaded diesel_derives v2.2.7
5992026-03-05T04:37:10.966Z Downloaded dtrace-parser v0.3.0
6002026-03-05T04:37:10.970Z Downloaded foldhash v0.2.0
6012026-03-05T04:37:10.974Z Downloaded either v1.15.0
6022026-03-05T04:37:10.978Z Downloaded foreign-types-shared v0.1.1
6032026-03-05T04:37:10.982Z Downloaded futures-task v0.3.32
6042026-03-05T04:37:10.987Z Downloaded futures-io v0.3.32
6052026-03-05T04:37:10.990Z Downloaded futures-macro v0.3.32
6062026-03-05T04:37:10.993Z Downloaded git-stub v1.0.0
6072026-03-05T04:37:11.009Z Downloaded hash32 v0.3.1
6082026-03-05T04:37:11.012Z Downloaded csv-core v0.1.13
6092026-03-05T04:37:11.016Z Downloaded headers-core v0.3.0
6102026-03-05T04:37:11.019Z Downloaded foldhash v0.1.5
6112026-03-05T04:37:11.024Z Downloaded hex v0.4.3
6122026-03-05T04:37:11.027Z Downloaded globwalk v0.9.1
6132026-03-05T04:37:11.031Z Downloaded home v0.5.12
6142026-03-05T04:37:11.035Z Downloaded hostname v0.4.2
6152026-03-05T04:37:11.041Z Downloaded http-body v1.0.1
6162026-03-05T04:37:11.043Z Downloaded hex-literal v0.4.1
6172026-03-05T04:37:11.047Z Downloaded hostname v0.3.1
6182026-03-05T04:37:11.050Z Downloaded hubpack v0.1.2
6192026-03-05T04:37:11.053Z Downloaded hyper-tls v0.6.0
6202026-03-05T04:37:11.057Z Downloaded indent_write v2.2.0
6212026-03-05T04:37:11.060Z Downloaded drift v0.1.3
6222026-03-05T04:37:11.069Z Downloaded group v0.13.0
6232026-03-05T04:37:11.072Z Downloaded fallible-iterator v0.2.0
6242026-03-05T04:37:11.076Z Downloaded glob v0.3.3
6252026-03-05T04:37:11.081Z Downloaded inout v0.1.4
6262026-03-05T04:37:11.085Z Downloaded is-terminal v0.4.17
6272026-03-05T04:37:11.088Z Downloaded deranged v0.5.8
6282026-03-05T04:37:11.091Z Downloaded is_ci v1.2.0
6292026-03-05T04:37:11.094Z Downloaded keccak v0.1.6
6302026-03-05T04:37:11.098Z Downloaded kstat-rs v0.2.4
6312026-03-05T04:37:11.101Z Downloaded lalrpop-util v0.19.12
6322026-03-05T04:37:11.104Z Downloaded lazy_static v1.5.0
6332026-03-05T04:37:11.108Z Downloaded des v0.8.1
6342026-03-05T04:37:11.111Z Downloaded humantime v2.3.0
6352026-03-05T04:37:11.115Z Downloaded maplit v1.0.2
6362026-03-05T04:37:11.118Z Downloaded managed v0.8.0
6372026-03-05T04:37:11.121Z Downloaded maybe-uninit v2.0.0
6382026-03-05T04:37:11.125Z Downloaded match_cfg v0.1.0
6392026-03-05T04:37:11.127Z Downloaded lru-slab v0.1.2
6402026-03-05T04:37:11.130Z Downloaded impl-trait-for-tuples v0.2.3
6412026-03-05T04:37:11.135Z Downloaded new_debug_unreachable v1.0.6
6422026-03-05T04:37:11.139Z Downloaded md-5 v0.10.6
6432026-03-05T04:37:11.142Z Downloaded indoc v2.0.7
6442026-03-05T04:37:11.146Z Downloaded nibble_vec v0.1.0
6452026-03-05T04:37:11.149Z Downloaded num v0.4.3
6462026-03-05T04:37:11.153Z Downloaded newline-converter v0.3.0
6472026-03-05T04:37:11.156Z Downloaded nonempty v0.12.0
6482026-03-05T04:37:11.159Z Downloaded normalize-line-endings v0.3.0
6492026-03-05T04:37:11.162Z Downloaded num-conv v0.2.0
6502026-03-05T04:37:11.165Z Downloaded opaque-debug v0.3.1
6512026-03-05T04:37:11.167Z Downloaded hickory-client v0.25.2
6522026-03-05T04:37:11.172Z Downloaded hmac v0.12.1
6532026-03-05T04:37:11.175Z Downloaded num-derive v0.4.2
6542026-03-05T04:37:11.178Z Downloaded nodrop v0.1.14
6552026-03-05T04:37:11.181Z Downloaded num_enum_derive v0.5.11
6562026-03-05T04:37:11.184Z Downloaded oso-derive v0.27.3
6572026-03-05T04:37:11.187Z Downloaded getrandom v0.3.4
6582026-03-05T04:37:11.193Z Downloaded lru v0.12.5
6592026-03-05T04:37:11.196Z Downloaded openssl-probe v0.2.1
6602026-03-05T04:37:11.198Z Downloaded native-tls v0.2.18
6612026-03-05T04:37:11.202Z Downloaded packed_struct_codegen v0.10.1
6622026-03-05T04:37:11.206Z Downloaded linear-map v1.2.0
6632026-03-05T04:37:11.209Z Downloaded parse-display v0.10.0
6642026-03-05T04:37:11.212Z Downloaded pbkdf2 v0.12.2
6652026-03-05T04:37:11.214Z Downloaded parse-size v1.1.0
6662026-03-05T04:37:11.217Z Downloaded bumpalo v3.20.2
6672026-03-05T04:37:11.221Z Downloaded pbkdf2 v0.11.0
6682026-03-05T04:37:11.227Z Downloaded multer v3.1.0
6692026-03-05T04:37:11.230Z Downloaded peg-runtime v0.8.5
6702026-03-05T04:37:11.233Z Downloaded phf_shared v0.13.1
6712026-03-05T04:37:11.236Z Downloaded phf_shared v0.11.3
6722026-03-05T04:37:11.238Z Downloaded path-slash v0.1.5
6732026-03-05T04:37:11.241Z Downloaded nu-ansi-term v0.50.3
6742026-03-05T04:37:11.244Z Downloaded num-rational v0.4.2
6752026-03-05T04:37:11.247Z Downloaded num_enum_derive v0.7.5
6762026-03-05T04:37:11.250Z Downloaded futures v0.3.32
6772026-03-05T04:37:11.256Z Downloaded pin-utils v0.1.0
6782026-03-05T04:37:11.260Z Downloaded num_enum v0.5.11
6792026-03-05T04:37:11.265Z Downloaded packed_struct v0.10.1
6802026-03-05T04:37:11.268Z Downloaded predicates-core v1.0.10
6812026-03-05T04:37:11.271Z Downloaded precomputed-hash v0.1.1
6822026-03-05T04:37:11.274Z Downloaded predicates-tree v1.0.13
6832026-03-05T04:37:11.277Z Downloaded oxnet v0.1.4
6842026-03-05T04:37:11.279Z Downloaded oxide-tokio-rt v0.1.2
6852026-03-05T04:37:11.284Z Downloaded ipnet v2.11.0
6862026-03-05T04:37:11.287Z Downloaded proc-macro-crate v1.3.1
6872026-03-05T04:37:11.290Z Downloaded proc-macro-error-attr2 v2.0.0
6882026-03-05T04:37:11.290Z Downloaded half v2.7.1
6892026-03-05T04:37:11.294Z Downloaded pem-rfc7468 v0.7.0
6902026-03-05T04:37:11.297Z Downloaded progenitor-macro v0.10.0
6912026-03-05T04:37:11.301Z Downloaded quick-error v1.2.3
6922026-03-05T04:37:11.304Z Downloaded phf v0.12.1
6932026-03-05T04:37:11.307Z Downloaded progenitor-client v0.11.2
6942026-03-05T04:37:11.310Z Downloaded psl-types v2.0.11
6952026-03-05T04:37:11.313Z Downloaded pem v3.0.6
6962026-03-05T04:37:11.315Z Downloaded password-hash v0.5.0
6972026-03-05T04:37:11.319Z Downloaded pin-project-internal v1.1.11
6982026-03-05T04:37:11.322Z Downloaded libbz2-rs-sys v0.2.2
6992026-03-05T04:37:11.325Z Downloaded rand_xorshift v0.4.0
7002026-03-05T04:37:11.325Z Downloaded num_enum v0.7.5
7012026-03-05T04:37:11.332Z Downloaded poly1305 v0.8.0
7022026-03-05T04:37:11.335Z Downloaded pkg-config v0.3.32
7032026-03-05T04:37:11.338Z Downloaded radium v0.7.0
7042026-03-05T04:37:11.341Z Downloaded derive_more-impl v2.1.1
7052026-03-05T04:37:11.347Z Downloaded ref-cast-impl v1.0.25
7062026-03-05T04:37:11.350Z Downloaded ref-cast v1.0.25
7072026-03-05T04:37:11.353Z Downloaded progenitor-client v0.13.0
7082026-03-05T04:37:11.356Z Downloaded ppv-lite86 v0.2.21
7092026-03-05T04:37:11.359Z Downloaded postgres-protocol v0.6.10
7102026-03-05T04:37:11.362Z Downloaded rfc6979 v0.4.0
7112026-03-05T04:37:11.365Z Downloaded progenitor-client v0.10.0
7122026-03-05T04:37:11.369Z Downloaded progenitor v0.13.0
7132026-03-05T04:37:11.372Z Downloaded peg v0.8.5
7142026-03-05T04:37:11.374Z Downloaded primeorder v0.13.6
7152026-03-05T04:37:11.377Z Downloaded progenitor v0.10.0
7162026-03-05T04:37:11.380Z Downloaded psm v0.1.30
7172026-03-05T04:37:11.383Z Downloaded rustc_version v0.4.1
7182026-03-05T04:37:11.386Z Downloaded rtoolbox v0.0.3
7192026-03-05T04:37:11.389Z Downloaded rustc_version v0.1.7
7202026-03-05T04:37:11.392Z Downloaded rustc-hash v2.1.1
7212026-03-05T04:37:11.392Z Downloaded r2d2 v0.8.10
7222026-03-05T04:37:11.395Z Downloaded postcard v1.1.3
7232026-03-05T04:37:11.398Z Downloaded expectorate v1.2.0
7242026-03-05T04:37:11.401Z Downloaded oso v0.27.3
7252026-03-05T04:37:11.406Z Downloaded rand_core v0.6.4
7262026-03-05T04:37:11.409Z Downloaded rand_chacha v0.9.0
7272026-03-05T04:37:11.412Z Downloaded rand_seeder v0.4.0
7282026-03-05T04:37:11.415Z Downloaded rand_core v0.10.0
7292026-03-05T04:37:11.418Z Downloaded rand_core v0.9.5
7302026-03-05T04:37:11.421Z Downloaded powerfmt v0.2.0
7312026-03-05T04:37:11.421Z Downloaded salsa20 v0.10.2
7322026-03-05T04:37:11.424Z Downloaded predicates v3.1.4
7332026-03-05T04:37:11.427Z Downloaded miniz_oxide v0.8.9
7342026-03-05T04:37:11.431Z Downloaded progenitor v0.11.2
7352026-03-05T04:37:11.433Z Downloaded jiff-static v0.2.21
7362026-03-05T04:37:11.437Z Downloaded resolv-conf v0.7.6
7372026-03-05T04:37:11.440Z Downloaded crossterm v0.28.1
7382026-03-05T04:37:11.448Z Downloaded semver v0.1.20
7392026-03-05T04:37:11.451Z Downloaded secrecy v0.10.3
7402026-03-05T04:37:11.451Z Downloaded secrecy v0.8.0
7412026-03-05T04:37:11.454Z Downloaded scopeguard v1.2.0
7422026-03-05T04:37:11.457Z Downloaded scheduled-thread-pool v0.2.7
7432026-03-05T04:37:11.457Z Downloaded pin-project v1.1.11
7442026-03-05T04:37:11.469Z Downloaded rustls-pemfile v1.0.4
7452026-03-05T04:37:11.472Z Downloaded quinn-udp v0.5.14
7462026-03-05T04:37:11.475Z Downloaded papergrid v0.17.0
7472026-03-05T04:37:11.481Z Downloaded slog-bunyan v2.5.0
7482026-03-05T04:37:11.484Z Downloaded serde_spanned v1.0.4
7492026-03-05T04:37:11.487Z Downloaded serde_urlencoded v0.7.1
7502026-03-05T04:37:11.489Z Downloaded parking_lot v0.11.2
7512026-03-05T04:37:11.492Z Downloaded hyper-util v0.1.20
7522026-03-05T04:37:11.498Z Downloaded sigpipe v0.1.3
7532026-03-05T04:37:11.501Z Downloaded shell-words v1.1.1
7542026-03-05T04:37:11.501Z Downloaded progenitor-impl v0.13.0
7552026-03-05T04:37:11.504Z Downloaded hashbrown v0.13.2
7562026-03-05T04:37:11.509Z Downloaded progenitor-impl v0.10.0
7572026-03-05T04:37:11.512Z Downloaded progenitor-extras v0.1.0
7582026-03-05T04:37:11.515Z Downloaded scroll v0.13.0
7592026-03-05T04:37:11.518Z Downloaded schemars_derive v0.8.22
7602026-03-05T04:37:11.521Z Downloaded serde_repr v0.1.20
7612026-03-05T04:37:11.524Z Downloaded progenitor-impl v0.11.2
7622026-03-05T04:37:11.527Z Downloaded crossterm v0.29.0
7632026-03-05T04:37:11.533Z Downloaded signal-hook-mio v0.2.5
7642026-03-05T04:37:11.536Z Downloaded serde_plain v1.0.2
7652026-03-05T04:37:11.539Z Downloaded sct v0.7.1
7662026-03-05T04:37:11.542Z Downloaded rustls-pki-types v1.14.0
7672026-03-05T04:37:11.545Z Downloaded num-bigint v0.4.6
7682026-03-05T04:37:11.551Z Downloaded slog-term v2.9.2
7692026-03-05T04:37:11.554Z Downloaded siphasher v1.0.2
7702026-03-05T04:37:11.557Z Downloaded sha1 v0.10.6
7712026-03-05T04:37:11.560Z Downloaded sqlparser_derive v0.5.0
7722026-03-05T04:37:11.560Z Downloaded signal-hook-tokio v0.3.1
7732026-03-05T04:37:11.563Z Downloaded prettyplease v0.2.37
7742026-03-05T04:37:11.566Z Downloaded simd-adler32 v0.3.8
7752026-03-05T04:37:11.569Z Downloaded shlex v1.3.0
7762026-03-05T04:37:11.572Z Downloaded strum v0.27.2
7772026-03-05T04:37:11.572Z Downloaded strum v0.26.3
7782026-03-05T04:37:11.575Z Downloaded structmeta v0.3.0
7792026-03-05T04:37:11.575Z Downloaded hickory-server v0.25.2
7802026-03-05T04:37:11.579Z Downloaded serde_bytes v0.11.19
7812026-03-05T04:37:11.582Z Downloaded strip-ansi-escapes v0.2.1
7822026-03-05T04:37:11.585Z Downloaded ron v0.8.1
7832026-03-05T04:37:11.591Z Downloaded ssh-encoding v0.2.0
7842026-03-05T04:37:11.594Z Downloaded tabled_derive v0.11.0
7852026-03-05T04:37:11.597Z Downloaded scrypt v0.11.0
7862026-03-05T04:37:11.597Z Downloaded smallvec v0.6.14
7872026-03-05T04:37:11.600Z Downloaded serde-hex v0.1.0
7882026-03-05T04:37:11.603Z Downloaded same-file v1.0.6
7892026-03-05T04:37:11.606Z Downloaded sync-ptr v0.1.4
7902026-03-05T04:37:11.606Z Downloaded supports-color v3.0.2
7912026-03-05T04:37:11.609Z Downloaded structmeta-derive v0.3.0
7922026-03-05T04:37:11.609Z Downloaded slog-async v2.8.0
7932026-03-05T04:37:11.612Z Downloaded slog-stdlog v4.1.1
7942026-03-05T04:37:11.615Z Downloaded tagptr v0.2.0
7952026-03-05T04:37:11.615Z Downloaded stacker v0.1.23
7962026-03-05T04:37:11.618Z Downloaded sync_wrapper v1.0.2
7972026-03-05T04:37:11.621Z Downloaded serde_cbor v0.11.2
7982026-03-05T04:37:11.624Z Downloaded slog-envlogger v2.2.0
7992026-03-05T04:37:11.627Z Downloaded signature v2.2.0
8002026-03-05T04:37:11.627Z Downloaded take_mut v0.2.2
8012026-03-05T04:37:11.630Z Downloaded rand v0.8.5
8022026-03-05T04:37:11.633Z Downloaded rayon-core v1.13.0
8032026-03-05T04:37:11.636Z Downloaded ryu v1.0.23
8042026-03-05T04:37:11.639Z Downloaded aho-corasick v1.1.4
8052026-03-05T04:37:11.645Z Downloaded thread-id v5.1.0
8062026-03-05T04:37:11.648Z Downloaded tinyvec_macros v0.1.1
8072026-03-05T04:37:11.651Z Downloaded strum_macros v0.27.2
8082026-03-05T04:37:11.654Z Downloaded ssh-cipher v0.2.0
8092026-03-05T04:37:11.654Z Downloaded mio v1.1.1
8102026-03-05T04:37:11.659Z Downloaded schemars v0.8.22
8112026-03-05T04:37:11.672Z Downloaded time-core v0.1.8
8122026-03-05T04:37:11.682Z Downloaded tap v1.0.1
8132026-03-05T04:37:11.682Z Downloaded support-bundle-viewer v0.1.2
8142026-03-05T04:37:11.682Z Downloaded sec1 v0.7.3
8152026-03-05T04:37:11.682Z Downloaded rusty-fork v0.3.1
8162026-03-05T04:37:11.682Z Downloaded nom v7.1.3
8172026-03-05T04:37:11.690Z Downloaded serde_derive_internals v0.29.1
8182026-03-05T04:37:11.690Z Downloaded subtle v2.6.1
8192026-03-05T04:37:11.690Z Downloaded string_cache v0.8.9
8202026-03-05T04:37:11.698Z Downloaded static_assertions v1.1.0
8212026-03-05T04:37:11.702Z Downloaded topological-sort v0.2.2
8222026-03-05T04:37:11.702Z Downloaded termios v0.3.3
8232026-03-05T04:37:11.702Z Downloaded smf v0.2.3
8242026-03-05T04:37:11.702Z Downloaded slog-json v2.6.1
8252026-03-05T04:37:11.702Z Downloaded thiserror-no-std v2.0.2
8262026-03-05T04:37:11.705Z Downloaded rustls-webpki v0.103.9
8272026-03-05T04:37:11.708Z Downloaded thread_local v1.1.9
8282026-03-05T04:37:11.711Z Downloaded quinn v0.11.9
8292026-03-05T04:37:11.714Z Downloaded trait-variant v0.1.2
8302026-03-05T04:37:11.717Z Downloaded try-lock v0.2.5
8312026-03-05T04:37:11.717Z Downloaded typify-macro v0.6.1
8322026-03-05T04:37:11.720Z Downloaded iri-string v0.7.10
8332026-03-05T04:37:11.725Z Downloaded typify-macro v0.4.3
8342026-03-05T04:37:11.728Z Downloaded tower-service v0.3.3
8352026-03-05T04:37:11.728Z Downloaded slog v2.8.2
8362026-03-05T04:37:11.731Z Downloaded tower-layer v0.3.3
8372026-03-05T04:37:11.735Z Downloaded tokio-native-tls v0.3.1
8382026-03-05T04:37:11.735Z Downloaded tokio-macros v2.6.0
8392026-03-05T04:37:11.737Z Downloaded sqlformat v0.3.5
8402026-03-05T04:37:11.740Z Downloaded unarray v0.1.4
8412026-03-05T04:37:11.740Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8422026-03-05T04:37:11.742Z Downloaded tokio-tungstenite v0.21.0
8432026-03-05T04:37:11.745Z Downloaded tls_codec_derive v0.4.2
8442026-03-05T04:37:11.747Z Downloaded tokio-rustls v0.25.0
8452026-03-05T04:37:11.750Z Downloaded itertools v0.14.0
8462026-03-05T04:37:11.755Z Downloaded universal-hash v0.5.1
8472026-03-05T04:37:11.758Z Downloaded futures-util v0.3.32
8482026-03-05T04:37:11.769Z Downloaded utf-8 v0.7.6
8492026-03-05T04:37:11.772Z Downloaded usdt-macro v0.6.0
8502026-03-05T04:37:11.772Z Downloaded usdt-attr-macro v0.6.0
8512026-03-05T04:37:11.775Z Downloaded untrusted v0.7.1
8522026-03-05T04:37:11.775Z Downloaded unit-prefix v0.5.2
8532026-03-05T04:37:11.775Z Downloaded term v0.7.0
8542026-03-05T04:37:11.778Z Downloaded void v1.0.2
8552026-03-05T04:37:11.782Z Downloaded untrusted v0.9.0
8562026-03-05T04:37:11.782Z Downloaded waitgroup v0.1.2
8572026-03-05T04:37:11.782Z Downloaded wait-timeout v0.2.1
8582026-03-05T04:37:11.784Z Downloaded h2 v0.4.13
8592026-03-05T04:37:11.790Z Downloaded usdt v0.6.0
8602026-03-05T04:37:11.817Z Downloaded p521 v0.13.3
8612026-03-05T04:37:11.817Z Downloaded tls_codec v0.4.2
8622026-03-05T04:37:11.817Z Downloaded time-macros v0.2.27
8632026-03-05T04:37:11.817Z Downloaded subprocess v0.2.15
8642026-03-05T04:37:11.818Z Downloaded xattr v1.6.1
8652026-03-05T04:37:11.818Z Downloaded want v0.3.1
8662026-03-05T04:37:11.818Z Downloaded schemars v0.9.0
8672026-03-05T04:37:11.821Z Downloaded tokio-rustls v0.24.1
8682026-03-05T04:37:11.821Z Downloaded unicode-truncate v1.1.0
8692026-03-05T04:37:11.824Z Downloaded xshell-macros v0.2.7
8702026-03-05T04:37:11.824Z Downloaded socket2 v0.6.2
8712026-03-05T04:37:11.827Z Downloaded tokio-dtrace v0.1.1
8722026-03-05T04:37:11.827Z Downloaded zeroize_derive v1.4.3
8732026-03-05T04:37:11.830Z Downloaded tokio-rustls v0.26.4
8742026-03-05T04:37:11.832Z Downloaded socket2 v0.5.10
8752026-03-05T04:37:11.832Z Downloaded libm v0.2.16
8762026-03-05T04:37:11.842Z Downloaded zone_cfg_derive v0.3.1
8772026-03-05T04:37:11.844Z Downloaded toml_parser v1.0.9+spec-1.1.0
8782026-03-05T04:37:11.847Z Downloaded test-strategy v0.4.5
8792026-03-05T04:37:11.849Z Downloaded tokio-tungstenite v0.23.1
8802026-03-05T04:37:11.852Z Downloaded zone v0.3.1
8812026-03-05T04:37:11.852Z Downloaded vergen-git2 v1.0.7
8822026-03-05T04:37:11.855Z Downloaded uzers v0.12.2
8832026-03-05T04:37:11.858Z Downloaded vergen-gitcl v1.0.8
8842026-03-05T04:37:11.861Z Downloaded twox-hash v2.1.2
8852026-03-05T04:37:11.861Z Downloaded tinyvec v1.10.0
8862026-03-05T04:37:11.864Z Downloaded toml_writer v1.0.6+spec-1.1.0
8872026-03-05T04:37:11.867Z Downloaded vsss-rs v3.3.4
8882026-03-05T04:37:11.867Z Downloaded vergen-lib v0.1.6
8892026-03-05T04:37:11.872Z Downloaded wyz v0.5.1
8902026-03-05T04:37:11.872Z Downloaded tokio-stream v0.1.18
8912026-03-05T04:37:11.875Z Downloaded whoami v2.1.0
8922026-03-05T04:37:11.878Z Downloaded whoami v1.6.1
8932026-03-05T04:37:11.881Z Downloaded walkdir v2.5.0
8942026-03-05T04:37:11.881Z Downloaded rpassword v7.4.0
8952026-03-05T04:37:11.884Z Downloaded serde_yaml v0.9.34+deprecated
8962026-03-05T04:37:11.887Z Downloaded toml v0.9.12+spec-1.1.0
8972026-03-05T04:37:11.891Z Downloaded zeroize v1.8.2
8982026-03-05T04:37:11.893Z Downloaded xshell v0.2.7
8992026-03-05T04:37:11.896Z Downloaded samael v0.0.19
9002026-03-05T04:37:11.900Z Downloaded vergen v9.0.6
9012026-03-05T04:37:11.903Z Downloaded unicode-bidi v0.3.18
9022026-03-05T04:37:11.907Z Downloaded rustyline v14.0.0
9032026-03-05T04:37:11.910Z Downloaded zstd v0.13.3
9042026-03-05T04:37:11.914Z Downloaded reedline v0.40.0
9052026-03-05T04:37:11.920Z Downloaded tungstenite v0.21.0
9062026-03-05T04:37:11.924Z Downloaded zerocopy v0.6.6
9072026-03-05T04:37:11.927Z Downloaded typify v0.6.1
9082026-03-05T04:37:11.930Z Downloaded typify v0.4.3
9092026-03-05T04:37:11.934Z Downloaded usdt-impl v0.6.0
9102026-03-05T04:37:11.937Z Downloaded yasna v0.5.2
9112026-03-05T04:37:11.940Z Downloaded unsafe-libyaml v0.2.11
9122026-03-05T04:37:11.943Z Downloaded xz2 v0.1.7
9132026-03-05T04:37:11.943Z Downloaded unicode-properties v0.1.4
9142026-03-05T04:37:11.946Z Downloaded toml v0.7.8
9152026-03-05T04:37:11.948Z Downloaded steno v0.4.1
9162026-03-05T04:37:11.952Z Downloaded russh v0.45.0
9172026-03-05T04:37:11.957Z Downloaded ron v0.12.0
9182026-03-05T04:37:11.965Z Downloaded zstd-safe v7.2.4
9192026-03-05T04:37:11.968Z Downloaded tungstenite v0.23.0
9202026-03-05T04:37:11.971Z Downloaded tokio-postgres v0.7.16
9212026-03-05T04:37:11.975Z Downloaded regex v1.12.3
9222026-03-05T04:37:11.981Z Downloaded reqwest v0.12.28
9232026-03-05T04:37:11.987Z Downloaded tracing-core v0.1.36
9242026-03-05T04:37:11.990Z Downloaded tracing-attributes v0.1.31
9252026-03-05T04:37:11.993Z Downloaded aws-lc-rs v1.16.0
9262026-03-05T04:37:12.002Z Downloaded uuid v1.21.0
9272026-03-05T04:37:12.005Z Downloaded vte v0.14.1
9282026-03-05T04:37:12.008Z Downloaded toml_edit v0.23.10+spec-1.0.0
9292026-03-05T04:37:12.011Z Downloaded toml_edit v0.19.15
9302026-03-05T04:37:12.027Z Downloaded unicode_categories v0.1.1
9312026-03-05T04:37:12.030Z Downloaded bindgen v0.71.1
9322026-03-05T04:37:12.036Z Downloaded yansi v1.0.1
9332026-03-05T04:37:12.039Z Downloaded rustls-webpki v0.101.7
9342026-03-05T04:37:12.052Z Downloaded zip v0.6.6
9352026-03-05T04:37:12.056Z Downloaded goblin v0.10.5
9362026-03-05T04:37:12.063Z Downloaded unicode-segmentation v1.12.0
9372026-03-05T04:37:12.067Z Downloaded lalrpop v0.19.12
9382026-03-05T04:37:12.078Z Downloaded ssh-key v0.6.7
9392026-03-05T04:37:12.084Z Downloaded rayon v1.11.0
9402026-03-05T04:37:12.093Z Downloaded zopfli v0.8.3
9412026-03-05T04:37:12.096Z Downloaded zerocopy-derive v0.8.40
9422026-03-05T04:37:12.104Z Downloaded quick-xml v0.37.5
9432026-03-05T04:37:12.110Z Downloaded tower v0.5.3
9442026-03-05T04:37:12.119Z Downloaded x509-cert v0.2.5
9452026-03-05T04:37:12.125Z Downloaded unicode-normalization v0.1.25
9462026-03-05T04:37:12.128Z Downloaded tokio-util v0.7.18
9472026-03-05T04:37:12.136Z Downloaded tower-http v0.6.8
9482026-03-05T04:37:12.144Z Downloaded zip v4.6.1
9492026-03-05T04:37:12.149Z Downloaded tough v0.20.0
9502026-03-05T04:37:12.157Z Downloaded nix v0.27.1
9512026-03-05T04:37:12.169Z Downloaded radix_trie v0.2.1
9522026-03-05T04:37:12.172Z Downloaded quinn-proto v0.11.13
9532026-03-05T04:37:12.179Z Downloaded proptest v1.10.0
9542026-03-05T04:37:12.188Z Downloaded openssl v0.10.75
9552026-03-05T04:37:12.197Z Downloaded curve25519-dalek v4.1.3
9562026-03-05T04:37:12.206Z Downloaded object v0.30.4
9572026-03-05T04:37:12.215Z Downloaded winnow v0.5.40
9582026-03-05T04:37:12.223Z Downloaded nix v0.29.0
9592026-03-05T04:37:12.234Z Downloaded winnow v0.6.26
9602026-03-05T04:37:12.242Z Downloaded nix v0.28.0
9612026-03-05T04:37:12.253Z Downloaded polar-core v0.27.3
9622026-03-05T04:37:12.261Z Downloaded time v0.3.47
9632026-03-05T04:37:12.273Z Downloaded tabled v0.20.0
9642026-03-05T04:37:12.290Z Downloaded vcpkg v0.2.15
9652026-03-05T04:37:12.327Z Downloaded zlib-rs v0.6.2
9662026-03-05T04:37:12.332Z Downloaded hickory-proto v0.24.4
9672026-03-05T04:37:12.346Z Downloaded smoltcp v0.9.1
9682026-03-05T04:37:12.355Z Downloaded openapiv3 v2.2.0
9692026-03-05T04:37:12.366Z Downloaded zerocopy v0.8.40
9702026-03-05T04:37:12.374Z Downloaded rustls v0.23.37
9712026-03-05T04:37:12.386Z Downloaded regex-syntax v0.8.10
9722026-03-05T04:37:12.393Z Downloaded rustix v0.38.44
9732026-03-05T04:37:12.415Z Downloaded smoltcp v0.11.0
9742026-03-05T04:37:12.425Z Downloaded hickory-proto v0.25.2
9752026-03-05T04:37:12.440Z Downloaded rustls v0.22.4
9762026-03-05T04:37:12.452Z Downloaded regress v0.10.5
9772026-03-05T04:37:12.460Z Downloaded webpki-roots v1.0.6
9782026-03-05T04:37:12.464Z Downloaded object v0.37.3
9792026-03-05T04:37:12.475Z Downloaded nix v0.31.1
9802026-03-05T04:37:12.486Z Downloaded nix v0.30.1
9812026-03-05T04:37:12.497Z Downloaded typify-impl v0.6.1
9822026-03-05T04:37:12.510Z Downloaded ratatui v0.29.0
9832026-03-05T04:37:12.528Z Downloaded tracing v0.1.44
9842026-03-05T04:37:12.549Z Downloaded sqlparser v0.61.0
9852026-03-05T04:37:12.557Z Downloaded sled v0.34.7
9862026-03-05T04:37:12.567Z Downloaded regex-syntax v0.6.29
9872026-03-05T04:37:12.573Z Downloaded diesel v2.2.12
9882026-03-05T04:37:12.591Z Downloaded typify-impl v0.4.3
9892026-03-05T04:37:12.604Z Downloaded rustls v0.21.12
9902026-03-05T04:37:12.614Z Downloaded bstr v1.12.1
9912026-03-05T04:37:12.622Z Downloaded salty v0.3.0
9922026-03-05T04:37:12.628Z Downloaded zerocopy-derive v0.6.6
9932026-03-05T04:37:12.637Z Downloaded regex-automata v0.4.14
9942026-03-05T04:37:12.651Z Downloaded chrono-tz v0.10.4
9952026-03-05T04:37:12.666Z Downloaded csv v1.4.0
9962026-03-05T04:37:12.683Z Downloaded jiff v0.2.21
9972026-03-05T04:37:12.698Z Downloaded lzma-sys v0.1.20
9982026-03-05T04:37:12.723Z Downloaded petgraph v0.6.5
9992026-03-05T04:37:12.740Z Downloaded petname v2.0.2
10002026-03-05T04:37:12.745Z Downloaded petgraph v0.8.3
10012026-03-05T04:37:12.764Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10022026-03-05T04:37:12.779Z Downloaded libz-sys v1.1.24
10032026-03-05T04:37:12.797Z Downloaded serde_with v3.17.0
10042026-03-05T04:37:12.808Z Downloaded sha3 v0.10.8
10052026-03-05T04:37:12.814Z Downloaded rustls-webpki v0.102.8
10062026-03-05T04:37:12.830Z Downloaded moka v0.12.13
10072026-03-05T04:37:12.838Z Downloaded git2 v0.20.4
10082026-03-05T04:37:12.845Z Downloaded typed-path v0.9.3
10092026-03-05T04:37:12.851Z Downloaded reqwest v0.13.2
10102026-03-05T04:37:12.855Z Downloaded portable-atomic v1.13.1
10112026-03-05T04:37:12.863Z Downloaded p384 v0.13.1
10122026-03-05T04:37:12.868Z Downloaded chrono v0.4.44
10132026-03-05T04:37:12.875Z Downloaded bitvec v1.0.1
10142026-03-05T04:37:12.889Z Downloaded tokio v1.49.0
10152026-03-05T04:37:12.925Z Downloaded snafu v0.8.9
10162026-03-05T04:37:12.929Z Downloaded schemars v1.2.1
10172026-03-05T04:37:12.941Z Downloaded rsa v0.9.10
10182026-03-05T04:37:12.947Z Downloaded tar v0.4.44
10192026-03-05T04:37:12.950Z Downloaded hyper v1.8.1
10202026-03-05T04:37:12.954Z Downloaded hkdf v0.12.4
10212026-03-05T04:37:12.957Z Downloaded itertools v0.13.0
10222026-03-05T04:37:12.963Z Downloaded unicase v2.9.0
10232026-03-05T04:37:12.966Z Downloaded tui-tree-widget v0.23.1
10242026-03-05T04:37:12.966Z Downloaded slog-scope v4.4.1
10252026-03-05T04:37:12.966Z Downloaded rand v0.10.0
10262026-03-05T04:37:12.969Z Downloaded qorb v0.4.1
10272026-03-05T04:37:12.973Z Downloaded num-bigint-dig v0.8.6
10282026-03-05T04:37:12.978Z Downloaded term v1.2.1
10292026-03-05T04:37:12.981Z Downloaded stringprep v0.1.5
10302026-03-05T04:37:12.984Z Downloaded serde_with_macros v3.17.0
10312026-03-05T04:37:12.987Z Downloaded publicsuffix v2.3.0
10322026-03-05T04:37:12.987Z Downloaded hashbrown v0.15.5
10332026-03-05T04:37:12.992Z Downloaded tiny-keccak v2.0.2
10342026-03-05T04:37:12.996Z Downloaded signal-hook-registry v1.4.8
10352026-03-05T04:37:12.999Z Downloaded rand v0.9.2
10362026-03-05T04:37:12.999Z Downloaded encoding_rs v0.8.35
10372026-03-05T04:37:13.018Z Downloaded similar v2.7.0
10382026-03-05T04:37:13.022Z Downloaded signal-hook v0.3.18
10392026-03-05T04:37:13.025Z Downloaded iddqd v0.3.17
10402026-03-05T04:37:13.031Z Downloaded spin v0.9.8
10412026-03-05T04:37:13.034Z Downloaded libxml v0.3.3
10422026-03-05T04:37:13.037Z Downloaded itertools v0.12.1
10432026-03-05T04:37:13.044Z Downloaded itertools v0.10.5
10442026-03-05T04:37:13.048Z Downloaded strum_macros v0.26.4
10452026-03-05T04:37:13.051Z Downloaded strum_macros v0.24.3
10462026-03-05T04:37:13.054Z Downloaded serde-big-array v0.5.1
10472026-03-05T04:37:13.054Z Downloaded ring v0.17.14
10482026-03-05T04:37:13.090Z Downloaded thiserror-impl-no-std v2.0.2
10492026-03-05T04:37:13.093Z Downloaded testing_table v0.3.0
10502026-03-05T04:37:13.093Z Downloaded termtree v0.5.1
10512026-03-05T04:37:13.093Z Downloaded tabwriter v1.4.1
10522026-03-05T04:37:13.096Z Downloaded pretty_assertions v1.4.1
10532026-03-05T04:37:13.096Z Downloaded spki v0.7.3
10542026-03-05T04:37:13.099Z Downloaded snafu-derive v0.8.9
10552026-03-05T04:37:13.099Z Downloaded slog-dtrace v0.3.0
10562026-03-05T04:37:13.099Z Downloaded slab v0.4.12
10572026-03-05T04:37:13.102Z Downloaded serde_path_to_error v0.1.20
10582026-03-05T04:37:13.102Z Downloaded rustversion v1.0.22
10592026-03-05T04:37:13.105Z Downloaded scroll_derive v0.13.1
10602026-03-05T04:37:13.105Z Downloaded rustls-platform-verifier v0.6.2
10612026-03-05T04:37:13.110Z Downloaded aes-gcm v0.10.3
10622026-03-05T04:37:13.113Z Downloaded rcgen v0.12.1
10632026-03-05T04:37:13.116Z Downloaded russh-keys v0.45.0
10642026-03-05T04:37:13.116Z Downloaded seq-macro v0.3.6
10652026-03-05T04:37:13.119Z Downloaded openssl-sys v0.9.111
10662026-03-05T04:37:13.123Z Downloaded rustls-pemfile v2.2.0
10672026-03-05T04:37:13.126Z Downloaded libgit2-sys v0.18.3+1.9.2
10682026-03-05T04:37:13.174Z Downloaded prefix-trie v0.7.0
10692026-03-05T04:37:13.177Z Downloaded rustls-native-certs v0.8.3
10702026-03-05T04:37:13.180Z Downloaded pkcs1 v0.7.5
10712026-03-05T04:37:13.183Z Downloaded minimal-lexical v0.2.1
10722026-03-05T04:37:13.186Z Downloaded sapling-renderdag v0.1.0
10732026-03-05T04:37:13.186Z Downloaded http v1.4.0
10742026-03-05T04:37:13.189Z Downloaded hashbrown v0.12.3
10752026-03-05T04:37:13.192Z Downloaded postgres-types v0.2.12
10762026-03-05T04:37:13.195Z Downloaded p256 v0.13.2
10772026-03-05T04:37:13.198Z Downloaded pkcs5 v0.7.1
10782026-03-05T04:37:13.201Z Downloaded pin-project-lite v0.2.17
10792026-03-05T04:37:13.204Z Downloaded ed25519-dalek v2.2.0
10802026-03-05T04:37:13.210Z Downloaded russh-cryptovec v0.7.3
10812026-03-05T04:37:13.210Z Downloaded proc-macro-error2 v2.0.1
10822026-03-05T04:37:13.213Z Downloaded hickory-resolver v0.25.2
10832026-03-05T04:37:13.216Z Downloaded hickory-resolver v0.24.4
10842026-03-05T04:37:13.219Z Downloaded paste v1.0.15
10852026-03-05T04:37:13.223Z Downloaded parking_lot_core v0.9.12
10862026-03-05T04:37:13.223Z Downloaded parking_lot_core v0.8.6
10872026-03-05T04:37:13.226Z Downloaded indicatif v0.18.4
10882026-03-05T04:37:13.229Z Downloaded aes v0.8.4
10892026-03-05T04:37:13.235Z Downloaded parking_lot v0.12.5
10902026-03-05T04:37:13.239Z Downloaded polyval v0.6.2
10912026-03-05T04:37:13.242Z Downloaded recursive-proc-macro-impl v0.1.1
10922026-03-05T04:37:13.242Z Downloaded recursive v0.1.1
10932026-03-05T04:37:13.242Z Downloaded crossbeam-channel v0.5.15
10942026-03-05T04:37:13.253Z Downloaded derive_more v2.1.1
10952026-03-05T04:37:13.267Z Downloaded ignore v0.4.25
10962026-03-05T04:37:13.270Z Downloaded arc-swap v1.8.2
10972026-03-05T04:37:13.274Z Downloaded pkcs8 v0.10.2
10982026-03-05T04:37:13.277Z Downloaded phf v0.13.1
10992026-03-05T04:37:13.280Z Downloaded rand_chacha v0.3.1
11002026-03-05T04:37:13.280Z Downloaded password-hash v0.4.2
11012026-03-05T04:37:13.284Z Downloaded headers v0.4.1
11022026-03-05T04:37:13.287Z Downloaded progenitor-macro v0.13.0
11032026-03-05T04:37:13.290Z Downloaded progenitor-macro v0.11.2
11042026-03-05T04:37:13.290Z Downloaded peg-macros v0.8.5
11052026-03-05T04:37:13.293Z Downloaded omicron-zone-package v0.12.2
11062026-03-05T04:37:13.297Z Downloaded num-complex v0.4.6
11072026-03-05T04:37:13.297Z Downloaded proc-macro-crate v3.4.0
11082026-03-05T04:37:13.300Z Downloaded parse-display-derive v0.10.0
11092026-03-05T04:37:13.301Z Downloaded litrs v1.0.0
11102026-03-05T04:37:13.303Z Downloaded libsw-core v0.3.2
11112026-03-05T04:37:13.306Z Downloaded heapless v0.8.0
11122026-03-05T04:37:13.309Z Downloaded indexmap v1.9.3
11132026-03-05T04:37:13.312Z Downloaded owo-colors v4.3.0
11142026-03-05T04:37:13.315Z Downloaded nanorand v0.7.0
11152026-03-05T04:37:13.318Z Downloaded memmap2 v0.9.10
11162026-03-05T04:37:13.318Z Downloaded heapless v0.7.17
11172026-03-05T04:37:13.322Z Downloaded iana-time-zone v0.1.65
11182026-03-05T04:37:13.325Z Downloaded cc v1.2.56
11192026-03-05T04:37:13.329Z Downloaded base64 v0.22.1
11202026-03-05T04:37:13.333Z Downloaded flate2 v1.1.9
11212026-03-05T04:37:13.339Z Downloaded ar_archive_writer v0.5.1
11222026-03-05T04:37:13.342Z Downloaded phf_shared v0.12.1
11232026-03-05T04:37:13.345Z Downloaded num-integer v0.1.46
11242026-03-05T04:37:13.345Z Downloaded base64 v0.21.7
11252026-03-05T04:37:13.349Z Downloaded compact_str v0.8.1
11262026-03-05T04:37:13.352Z Downloaded newtype-uuid-macros v0.1.0
11272026-03-05T04:37:13.355Z Downloaded newtype-uuid v1.3.2
11282026-03-05T04:37:13.355Z Downloaded mime_guess v2.0.5
11292026-03-05T04:37:13.358Z Downloaded libsw v3.5.0
11302026-03-05T04:37:13.358Z Downloaded ingot-macros v0.1.1
11312026-03-05T04:37:13.361Z Downloaded libloading v0.8.9
11322026-03-05T04:37:13.365Z Downloaded libefi-sys v0.1.0
11332026-03-05T04:37:13.365Z Downloaded lock_api v0.4.14
11342026-03-05T04:37:13.365Z Downloaded dropshot-api-manager v0.5.2
11352026-03-05T04:37:13.369Z Downloaded der v0.7.10
11362026-03-05T04:37:13.373Z Downloaded darling_core v0.23.0
11372026-03-05T04:37:13.376Z Downloaded darling_core v0.21.3
11382026-03-05T04:37:13.380Z Downloaded crc-any v2.5.0
11392026-03-05T04:37:13.383Z Downloaded const_format v0.2.35
11402026-03-05T04:37:13.386Z Downloaded openssl-probe v0.1.6
11412026-03-05T04:37:13.386Z Downloaded openssl-macros v0.1.1
11422026-03-05T04:37:13.386Z Downloaded hyper-rustls v0.27.7
11432026-03-05T04:37:13.389Z Downloaded flume v0.11.1
11442026-03-05T04:37:13.392Z Downloaded elliptic-curve v0.13.8
11452026-03-05T04:37:13.395Z Downloaded bytes v1.11.1
11462026-03-05T04:37:13.398Z Downloaded olpc-cjson v0.1.4
11472026-03-05T04:37:13.398Z Downloaded lzss v0.8.2
11482026-03-05T04:37:13.401Z Downloaded num-derive v0.3.3
11492026-03-05T04:37:13.401Z Downloaded httparse v1.10.1
11502026-03-05T04:37:13.405Z Downloaded num_threads v0.1.7
11512026-03-05T04:37:13.406Z Downloaded num-iter v0.1.45
11522026-03-05T04:37:13.406Z Downloaded jobserver v0.1.34
11532026-03-05T04:37:13.409Z Downloaded internet-checksum v0.2.1
11542026-03-05T04:37:13.409Z Downloaded ingot-types v0.1.2
11552026-03-05T04:37:13.409Z Downloaded newtype_derive v0.1.6
11562026-03-05T04:37:13.412Z Downloaded ipnetwork v0.21.1
11572026-03-05T04:37:13.412Z Downloaded ingot v0.1.1
11582026-03-05T04:37:13.412Z Downloaded globset v0.4.18
11592026-03-05T04:37:13.415Z Downloaded dropshot_endpoint v0.16.7
11602026-03-05T04:37:13.418Z Downloaded half v1.8.3
11612026-03-05T04:37:13.418Z Downloaded darling_core v0.20.11
11622026-03-05T04:37:13.422Z Downloaded multimap v0.10.1
11632026-03-05T04:37:13.425Z Downloaded mime v0.3.17
11642026-03-05T04:37:13.425Z Downloaded memoffset v0.9.1
11652026-03-05T04:37:13.425Z Downloaded md5 v0.7.0
11662026-03-05T04:37:13.428Z Downloaded derive-ex v0.1.8
11672026-03-05T04:37:13.428Z Downloaded lru-cache v0.1.2
11682026-03-05T04:37:13.428Z Downloaded derive_more v0.99.20
11692026-03-05T04:37:13.432Z Downloaded bzip2 v0.4.4
11702026-03-05T04:37:13.435Z Downloaded linked-hash-map v0.5.6
11712026-03-05T04:37:13.435Z Downloaded libscf-sys v1.1.0
11722026-03-05T04:37:13.435Z Downloaded hyper-staticfile v0.10.1
11732026-03-05T04:37:13.438Z Downloaded http-body-util v0.1.3
11742026-03-05T04:37:13.438Z Downloaded getrandom v0.2.17
11752026-03-05T04:37:13.441Z Downloaded crossbeam-epoch v0.9.18
11762026-03-05T04:37:13.444Z Downloaded const-oid v0.9.6
11772026-03-05T04:37:13.444Z Downloaded futures-channel v0.3.32
11782026-03-05T04:37:13.449Z Downloaded clang-sys v1.8.1
11792026-03-05T04:37:13.449Z Downloaded highway v1.3.0
11802026-03-05T04:37:13.452Z Downloaded console v0.16.2
11812026-03-05T04:37:13.452Z Downloaded chacha20 v0.10.0
11822026-03-05T04:37:13.455Z Downloaded instant v0.1.13
11832026-03-05T04:37:13.455Z Downloaded instability v0.3.11
11842026-03-05T04:37:13.458Z Downloaded git-stub-vcs v0.1.0
11852026-03-05T04:37:13.458Z Downloaded indoc v1.0.9
11862026-03-05T04:37:13.461Z Downloaded cookie v0.18.1
11872026-03-05T04:37:13.461Z Downloaded darling v0.21.3
11882026-03-05T04:37:13.467Z Downloaded bzip2 v0.6.1
11892026-03-05T04:37:13.470Z Downloaded blake2 v0.10.6
11902026-03-05T04:37:13.475Z Downloaded async-trait v0.1.89
11912026-03-05T04:37:13.481Z Downloaded diff v0.1.13
11922026-03-05T04:37:13.484Z Downloaded derive_builder v0.20.2
11932026-03-05T04:37:13.491Z Downloaded crossbeam-utils v0.8.21
11942026-03-05T04:37:13.494Z Downloaded colored v2.2.0
11952026-03-05T04:37:13.499Z Downloaded backon v1.6.0
11962026-03-05T04:37:13.501Z Downloaded ident_case v1.0.1
11972026-03-05T04:37:13.502Z Downloaded ff v0.13.1
11982026-03-05T04:37:13.502Z Downloaded darling v0.23.0
11992026-03-05T04:37:13.505Z Downloaded crc32fast v1.5.0
12002026-03-05T04:37:13.508Z Downloaded allocator-api2 v0.2.21
12012026-03-05T04:37:13.511Z Downloaded hubpack_derive v0.1.1
12022026-03-05T04:37:13.511Z Downloaded gethostname v0.5.0
12032026-03-05T04:37:13.514Z Downloaded camino-tempfile-ext v0.3.3
12042026-03-05T04:37:13.514Z Downloaded base64ct v1.8.3
12052026-03-05T04:37:13.517Z Downloaded httpdate v1.0.3
12062026-03-05T04:37:13.517Z Downloaded http-range v0.1.5
12072026-03-05T04:37:13.517Z Downloaded fs_extra v1.3.0
12082026-03-05T04:37:13.520Z Downloaded fs-err v2.11.0
12092026-03-05T04:37:13.520Z Downloaded env_logger v0.11.9
12102026-03-05T04:37:13.523Z Downloaded corncobs v0.1.4
12112026-03-05T04:37:13.526Z Downloaded cargo_toml v0.22.3
12122026-03-05T04:37:13.529Z Downloaded cargo_metadata v0.19.2
12132026-03-05T04:37:13.529Z Downloaded argon2 v0.5.3
12142026-03-05T04:37:13.532Z Downloaded fixedbitset v0.5.7
12152026-03-05T04:37:13.532Z Downloaded find-msvc-tools v0.1.9
12162026-03-05T04:37:13.532Z Downloaded convert_case v0.10.0
12172026-03-05T04:37:13.535Z Downloaded const_format_proc_macros v0.2.34
12182026-03-05T04:37:13.538Z Downloaded chacha20 v0.9.1
12192026-03-05T04:37:13.538Z Downloaded futures-executor v0.3.32
12202026-03-05T04:37:13.541Z Downloaded ecdsa v0.16.9
12212026-03-05T04:37:13.541Z Downloaded derive_builder_core v0.20.2
12222026-03-05T04:37:13.545Z Downloaded daft-derive v0.1.5
12232026-03-05T04:37:13.547Z Downloaded crc v3.4.0
12242026-03-05T04:37:13.547Z Downloaded buf-list v1.1.2
12252026-03-05T04:37:13.550Z Downloaded ahash v0.8.12
12262026-03-05T04:37:13.555Z Downloaded erased-serde v0.3.31
12272026-03-05T04:37:13.558Z Downloaded darling v0.20.11
12282026-03-05T04:37:13.558Z Downloaded ciborium v0.2.2
12292026-03-05T04:37:13.560Z Downloaded backoff v0.4.0
12302026-03-05T04:37:13.565Z Downloaded hash32 v0.2.1
12312026-03-05T04:37:13.565Z Downloaded filetime v0.2.27
12322026-03-05T04:37:13.570Z Downloaded ena v0.14.4
12332026-03-05T04:37:13.570Z Downloaded difflib v0.4.0
12342026-03-05T04:37:13.570Z Downloaded der_derive v0.7.3
12352026-03-05T04:37:13.570Z Downloaded ctr v0.9.2
12362026-03-05T04:37:13.573Z Downloaded cookie_store v0.22.1
12372026-03-05T04:37:13.573Z Downloaded colored v3.1.1
12382026-03-05T04:37:13.573Z Downloaded cmake v0.1.57
12392026-03-05T04:37:13.578Z Downloaded cipher v0.4.4
12402026-03-05T04:37:13.578Z Downloaded ciborium-ll v0.2.2
12412026-03-05T04:37:13.578Z Downloaded cexpr v0.6.0
12422026-03-05T04:37:13.581Z Downloaded cbc v0.1.2
12432026-03-05T04:37:13.581Z Downloaded cassowary v0.3.0
12442026-03-05T04:37:13.581Z Downloaded cancel-safe-futures v0.1.5
12452026-03-05T04:37:13.585Z Downloaded blowfish v0.9.1
12462026-03-05T04:37:13.585Z Downloaded bitflags v1.3.2
12472026-03-05T04:37:13.588Z Downloaded bitfield v0.19.4
12482026-03-05T04:37:13.588Z Downloaded bit-vec v0.8.0
12492026-03-05T04:37:13.591Z Downloaded bit-vec v0.6.3
12502026-03-05T04:37:13.591Z Downloaded ghash v0.5.1
12512026-03-05T04:37:13.591Z Downloaded fxhash v0.2.1
12522026-03-05T04:37:13.594Z Downloaded futures-sink v0.3.32
12532026-03-05T04:37:13.594Z Downloaded ed25519 v2.2.3
12542026-03-05T04:37:13.594Z Downloaded enum-as-inner v0.6.1
12552026-03-05T04:37:13.597Z Downloaded display-error-chain v0.2.2
12562026-03-05T04:37:13.597Z Downloaded constant_time_eq v0.4.2
12572026-03-05T04:37:13.601Z Downloaded foreign-types-macros v0.2.3
12582026-03-05T04:37:13.601Z Downloaded daft v0.1.5
12592026-03-05T04:37:13.601Z Downloaded cfg_aliases v0.1.1
12602026-03-05T04:37:13.601Z Downloaded dropshot v0.16.7
12612026-03-05T04:37:13.622Z Downloaded defmt-parser v1.0.0
12622026-03-05T04:37:13.626Z Downloaded defmt-macros v1.0.1
12632026-03-05T04:37:13.626Z Downloaded data-encoding v2.10.0
12642026-03-05T04:37:13.626Z Downloaded dirs-next v2.0.0
12652026-03-05T04:37:13.629Z Downloaded curve25519-dalek-derive v0.1.1
12662026-03-05T04:37:13.629Z Downloaded diesel-dtrace v0.4.2
12672026-03-05T04:37:13.629Z Downloaded bb8 v0.8.6
12682026-03-05T04:37:13.632Z Downloaded async-stream v0.3.6
12692026-03-05T04:37:13.632Z Downloaded arrayvec v0.7.6
12702026-03-05T04:37:13.634Z Downloaded dyn-clone v1.0.20
12712026-03-05T04:37:13.634Z Downloaded convert_case v0.4.0
12722026-03-05T04:37:13.638Z Downloaded bitfield-struct v0.6.2
12732026-03-05T04:37:13.638Z Downloaded bit-set v0.5.3
12742026-03-05T04:37:13.638Z Downloaded base16ct v0.2.0
12752026-03-05T04:37:13.641Z Downloaded atomicwrites v0.4.4
12762026-03-05T04:37:13.641Z Downloaded async-stream-impl v0.3.6
12772026-03-05T04:37:13.641Z Downloaded fixedbitset v0.4.2
12782026-03-05T04:37:13.642Z Downloaded fd-lock v4.0.4
12792026-03-05T04:37:13.646Z Downloaded dsl_auto_type v0.1.3
12802026-03-05T04:37:13.646Z Downloaded dropshot-api-manager-types v0.5.2
12812026-03-05T04:37:13.649Z Downloaded dirs-sys-next v0.1.2
12822026-03-05T04:37:13.649Z Downloaded async-recursion v1.1.1
12832026-03-05T04:37:13.649Z Downloaded float-ord v0.3.2
12842026-03-05T04:37:13.652Z Downloaded dunce v1.0.5
12852026-03-05T04:37:13.652Z Downloaded crunchy v0.2.4
12862026-03-05T04:37:13.653Z Downloaded assert_matches v1.5.0
12872026-03-05T04:37:13.653Z Downloaded darling_macro v0.23.0
12882026-03-05T04:37:13.653Z Downloaded ciborium-io v0.2.2
12892026-03-05T04:37:13.655Z Downloaded byte-wrapper v0.1.0
12902026-03-05T04:37:13.656Z Downloaded base16ct v1.0.0
12912026-03-05T04:37:13.658Z Downloaded defmt v1.0.1
12922026-03-05T04:37:13.662Z Downloaded crc-catalog v2.4.0
12932026-03-05T04:37:13.662Z Downloaded castaway v0.2.4
12942026-03-05T04:37:13.664Z Downloaded crucible-workspace-hack v0.1.0
12952026-03-05T04:37:13.664Z Downloaded cargo-platform v0.1.9
12962026-03-05T04:37:13.665Z Downloaded block-padding v0.3.3
12972026-03-05T04:37:13.665Z Downloaded ascii-canvas v3.0.0
12982026-03-05T04:37:13.667Z Downloaded embedded-io v0.6.1
12992026-03-05T04:37:13.667Z Downloaded document-features v0.2.12
13002026-03-05T04:37:13.667Z Downloaded derive-where v1.6.0
13012026-03-05T04:37:13.670Z Downloaded debug-ignore v1.0.5
13022026-03-05T04:37:13.675Z Downloaded darling_macro v0.21.3
13032026-03-05T04:37:13.675Z Downloaded crypto-bigint v0.5.5
13042026-03-05T04:37:13.680Z Downloaded cobs v0.3.0
13052026-03-05T04:37:13.683Z Downloaded cfg_aliases v0.2.1
13062026-03-05T04:37:13.683Z Downloaded atty v0.2.14
13072026-03-05T04:37:13.683Z Downloaded arrayref v0.3.9
13082026-03-05T04:37:13.688Z Downloaded aead v0.5.2
13092026-03-05T04:37:13.688Z Downloaded bitfield-macros v0.19.4
13102026-03-05T04:37:13.688Z Downloaded atomic-waker v1.1.2
13112026-03-05T04:37:13.689Z Downloaded adler2 v2.0.1
13122026-03-05T04:37:13.691Z Downloaded darling_macro v0.20.11
13132026-03-05T04:37:13.692Z Downloaded bcs v0.1.6
13142026-03-05T04:37:13.916Z Downloaded aws-lc-sys v0.37.1
13152026-03-05T04:37:14.258Z Compiling libc v0.2.180
13162026-03-05T04:37:14.262Z Compiling serde v1.0.228
13172026-03-05T04:37:14.262Z Compiling log v0.4.29
13182026-03-05T04:37:14.262Z Compiling shlex v1.3.0
13192026-03-05T04:37:14.262Z Compiling find-msvc-tools v0.1.9
13202026-03-05T04:37:14.436Z Compiling smallvec v1.15.1
13212026-03-05T04:37:14.451Z Compiling syn v2.0.117
13222026-03-05T04:37:14.465Z Compiling typenum v1.19.0
13232026-03-05T04:37:14.808Z Compiling generic-array v0.14.7
13242026-03-05T04:37:14.830Z Compiling subtle v2.6.1
13252026-03-05T04:37:14.902Z Compiling scopeguard v1.2.0
13262026-03-05T04:37:14.989Z Compiling portable-atomic v1.13.1
13272026-03-05T04:37:15.073Z Compiling lock_api v0.4.14
13282026-03-05T04:37:15.094Z Compiling const-oid v0.9.6
13292026-03-05T04:37:15.160Z Compiling critical-section v1.2.0
13302026-03-05T04:37:15.249Z Compiling zerocopy v0.8.40
13312026-03-05T04:37:15.320Z Compiling serde_json v1.0.149
13322026-03-05T04:37:15.536Z Compiling parking_lot_core v0.9.12
13332026-03-05T04:37:15.693Z Compiling pin-project-lite v0.2.17
13342026-03-05T04:37:16.028Z Compiling pkg-config v0.3.32
13352026-03-05T04:37:16.096Z Compiling libm v0.2.16
13362026-03-05T04:37:16.571Z Compiling getrandom v0.2.17
13372026-03-05T04:37:16.595Z Compiling jobserver v0.1.34
13382026-03-05T04:37:16.738Z Compiling errno v0.3.14
13392026-03-05T04:37:16.987Z Compiling cc v1.2.56
13402026-03-05T04:37:16.990Z Compiling rand_core v0.6.4
13412026-03-05T04:37:17.029Z Compiling once_cell v1.21.3
13422026-03-05T04:37:17.185Z Compiling signal-hook-registry v1.4.8
13432026-03-05T04:37:17.354Z Compiling mio v1.1.1
13442026-03-05T04:37:17.433Z Compiling num-traits v0.2.19
13452026-03-05T04:37:17.548Z Compiling bitflags v2.11.0
13462026-03-05T04:37:17.711Z Compiling parking_lot v0.12.5
13472026-03-05T04:37:17.776Z Compiling futures-core v0.3.32
13482026-03-05T04:37:18.025Z Compiling socket2 v0.6.2
13492026-03-05T04:37:18.048Z Compiling percent-encoding v2.3.2
13502026-03-05T04:37:18.412Z Compiling allocator-api2 v0.2.21
13512026-03-05T04:37:18.477Z Compiling foldhash v0.2.0
13522026-03-05T04:37:18.534Z Compiling cpufeatures v0.2.17
13532026-03-05T04:37:18.613Z Compiling futures-sink v0.3.32
13542026-03-05T04:37:18.654Z Compiling getrandom v0.4.1
13552026-03-05T04:37:18.797Z Compiling futures-channel v0.3.32
13562026-03-05T04:37:18.882Z Compiling futures-task v0.3.32
13572026-03-05T04:37:18.981Z Compiling slab v0.4.12
13582026-03-05T04:37:19.131Z Compiling hashbrown v0.16.1
13592026-03-05T04:37:19.191Z Compiling futures-io v0.3.32
13602026-03-05T04:37:19.246Z Compiling rand_core v0.10.0
13612026-03-05T04:37:19.299Z Compiling rustversion v1.0.22
13622026-03-05T04:37:19.398Z Compiling getrandom v0.3.4
13632026-03-05T04:37:19.465Z Compiling cmake v0.1.57
13642026-03-05T04:37:19.963Z Compiling form_urlencoded v1.2.2
13652026-03-05T04:37:20.294Z Compiling dunce v1.0.5
13662026-03-05T04:37:20.441Z Compiling indexmap v2.13.0
13672026-03-05T04:37:20.463Z Compiling fs_extra v1.3.0
13682026-03-05T04:37:20.647Z Compiling ident_case v1.0.1
13692026-03-05T04:37:20.836Z Compiling base64ct v1.8.3
13702026-03-05T04:37:20.858Z Compiling flagset v0.4.7
13712026-03-05T04:37:20.993Z Compiling aws-lc-sys v0.37.1
13722026-03-05T04:37:21.090Z Compiling rand_core v0.9.5
13732026-03-05T04:37:21.208Z Compiling iana-time-zone v0.1.65
13742026-03-05T04:37:21.443Z Compiling pem-rfc7468 v0.7.0
13752026-03-05T04:37:21.448Z Compiling rustix v1.1.3
13762026-03-05T04:37:21.563Z Compiling synstructure v0.13.2
13772026-03-05T04:37:21.590Z Compiling ring v0.17.14
13782026-03-05T04:37:21.661Z Compiling uuid v1.21.0
13792026-03-05T04:37:21.833Z Compiling rustc_version v0.4.1
13802026-03-05T04:37:22.071Z Compiling regex-syntax v0.8.10
13812026-03-05T04:37:22.437Z Compiling aws-lc-rs v1.16.0
13822026-03-05T04:37:22.509Z Compiling vcpkg v0.2.15
13832026-03-05T04:37:22.975Z Compiling tracing-core v0.1.36
13842026-03-05T04:37:23.126Z Compiling crossbeam-utils v0.8.21
13852026-03-05T04:37:23.721Z Compiling pest_generator v2.8.6
13862026-03-05T04:37:24.116Z Compiling openssl-sys v0.9.111
13872026-03-05T04:37:24.143Z Compiling serde_derive_internals v0.29.1
13882026-03-05T04:37:25.262Z Compiling schemars v0.8.22
13892026-03-05T04:37:25.316Z Compiling syn v1.0.109
13902026-03-05T04:37:25.633Z Compiling untrusted v0.9.0
13912026-03-05T04:37:25.654Z Compiling untrusted v0.7.1
13922026-03-05T04:37:25.826Z Compiling base64 v0.22.1
13932026-03-05T04:37:25.864Z Compiling openssl-probe v0.2.1
13942026-03-05T04:37:25.895Z Compiling httparse v1.10.1
13952026-03-05T04:37:26.082Z Compiling serde_derive v1.0.228
13962026-03-05T04:37:26.158Z Compiling zeroize_derive v1.4.3
13972026-03-05T04:37:26.217Z Compiling zerofrom-derive v0.1.6
13982026-03-05T04:37:26.443Z Compiling yoke-derive v0.8.1
13992026-03-05T04:37:26.499Z Compiling zerocopy-derive v0.8.40
14002026-03-05T04:37:27.472Z Compiling zeroize v1.8.2
14012026-03-05T04:37:27.495Z Compiling zerovec-derive v0.11.2
14022026-03-05T04:37:28.306Z Compiling displaydoc v0.2.5
14032026-03-05T04:37:28.990Z Compiling tokio-macros v2.6.0
14042026-03-05T04:37:29.320Z Compiling crypto-common v0.1.7
14052026-03-05T04:37:29.324Z Compiling zerofrom v0.1.6
14062026-03-05T04:37:29.540Z Compiling block-buffer v0.10.4
14072026-03-05T04:37:29.578Z Compiling yoke v0.8.1
14082026-03-05T04:37:29.825Z Compiling digest v0.10.7
14092026-03-05T04:37:29.853Z Compiling futures-macro v0.3.32
14102026-03-05T04:37:29.914Z Compiling zerotrie v0.2.3
14112026-03-05T04:37:30.013Z Compiling zerovec v0.11.5
14122026-03-05T04:37:30.314Z Compiling hmac v0.12.1
14132026-03-05T04:37:30.490Z Compiling block-padding v0.3.3
14142026-03-05T04:37:30.519Z Compiling sha2 v0.10.9
14152026-03-05T04:37:30.575Z Compiling der_derive v0.7.3
14162026-03-05T04:37:30.766Z Compiling inout v0.1.4
14172026-03-05T04:37:31.073Z Compiling tinystr v0.8.2
14182026-03-05T04:37:31.121Z Compiling potential_utf v0.1.4
14192026-03-05T04:37:31.409Z Compiling icu_locale_core v2.1.1
14202026-03-05T04:37:31.452Z Compiling icu_collections v2.1.1
14212026-03-05T04:37:31.599Z Compiling futures-util v0.3.32
14222026-03-05T04:37:31.889Z Compiling cipher v0.4.4
14232026-03-05T04:37:32.456Z Compiling salsa20 v0.10.2
14242026-03-05T04:37:32.687Z Compiling pbkdf2 v0.12.2
14252026-03-05T04:37:32.739Z Compiling der v0.7.10
14262026-03-05T04:37:32.866Z Compiling icu_provider v2.1.1
14272026-03-05T04:37:33.464Z Compiling icu_properties v2.1.2
14282026-03-05T04:37:33.533Z Compiling icu_normalizer v2.1.1
14292026-03-05T04:37:33.928Z Compiling bytes v1.11.1
14302026-03-05T04:37:34.061Z Compiling chrono v0.4.44
14312026-03-05T04:37:34.721Z Compiling spki v0.7.3
14322026-03-05T04:37:35.103Z Compiling tokio v1.49.0
14332026-03-05T04:37:35.352Z Compiling http v1.4.0
14342026-03-05T04:37:35.500Z Compiling thiserror-impl v2.0.18
14352026-03-05T04:37:36.213Z Compiling idna_adapter v1.2.1
14362026-03-05T04:37:36.442Z Compiling idna v1.1.0
14372026-03-05T04:37:36.763Z Compiling scrypt v0.11.0
14382026-03-05T04:37:37.210Z Compiling ppv-lite86 v0.2.21
14392026-03-05T04:37:37.248Z Compiling url v2.5.8
14402026-03-05T04:37:37.271Z Compiling aes v0.8.4
14412026-03-05T04:37:37.341Z Compiling cbc v0.1.2
14422026-03-05T04:37:37.599Z Compiling rustls-pki-types v1.14.0
14432026-03-05T04:37:37.802Z Compiling tracing-attributes v0.1.31
14442026-03-05T04:37:37.934Z Compiling rand_chacha v0.9.0
14452026-03-05T04:37:38.411Z Compiling thiserror v2.0.18
14462026-03-05T04:37:38.537Z Compiling rand v0.9.2
14472026-03-05T04:37:38.577Z Compiling pkcs5 v0.7.1
14482026-03-05T04:37:38.947Z Compiling http-body v1.0.1
14492026-03-05T04:37:39.194Z Compiling pkcs8 v0.10.2
14502026-03-05T04:37:39.630Z Compiling schemars_derive v0.8.22
14512026-03-05T04:37:39.747Z Compiling pest_derive v2.8.6
14522026-03-05T04:37:39.829Z Compiling scroll_derive v0.13.1
14532026-03-05T04:37:40.510Z Compiling darling_core v0.20.11
14542026-03-05T04:37:40.872Z Compiling tracing v0.1.44
14552026-03-05T04:37:41.354Z Compiling try-lock v0.2.5
14562026-03-05T04:37:41.395Z Compiling atomic-waker v1.1.2
14572026-03-05T04:37:41.533Z Compiling tower-service v0.3.3
14582026-03-05T04:37:41.577Z Compiling tinyvec_macros v0.1.1
14592026-03-05T04:37:41.599Z Compiling dyn-clone v1.0.20
14602026-03-05T04:37:41.676Z Compiling tower-layer v0.3.3
14612026-03-05T04:37:41.694Z Compiling rustls v0.23.37
14622026-03-05T04:37:41.795Z Compiling tinyvec v1.10.0
14632026-03-05T04:37:41.948Z Compiling scroll v0.13.0
14642026-03-05T04:37:42.005Z Compiling want v0.3.1
14652026-03-05T04:37:42.522Z Compiling ipnet v2.11.0
14662026-03-05T04:37:43.018Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-03-05T04:37:43.547Z Compiling tokio-util v0.7.18
14682026-03-05T04:37:43.615Z Compiling spin v0.9.8
14692026-03-05T04:37:43.825Z Compiling aho-corasick v1.1.4
14702026-03-05T04:37:44.015Z Compiling powerfmt v0.2.0
14712026-03-05T04:37:44.405Z Compiling openssl v0.10.75
14722026-03-05T04:37:44.832Z Compiling num-conv v0.2.0
14732026-03-05T04:37:45.096Z Compiling h2 v0.4.13
14742026-03-05T04:37:45.346Z Compiling pin-utils v0.1.0
14752026-03-05T04:37:45.461Z Compiling crc32fast v1.5.0
14762026-03-05T04:37:45.805Z Compiling foreign-types-shared v0.1.1
14772026-03-05T04:37:45.942Z Compiling time-core v0.1.8
14782026-03-05T04:37:45.964Z Compiling httpdate v1.0.3
14792026-03-05T04:37:46.134Z Compiling darling_macro v0.20.11
14802026-03-05T04:37:46.247Z Compiling time-macros v0.2.27
14812026-03-05T04:37:46.416Z Compiling foreign-types v0.3.2
14822026-03-05T04:37:46.529Z Compiling tempfile v3.25.0
14832026-03-05T04:37:46.999Z Compiling darling v0.20.11
14842026-03-05T04:37:47.133Z Compiling regex-automata v0.4.14
14852026-03-05T04:37:47.328Z Compiling deranged v0.5.8
14862026-03-05T04:37:48.152Z Compiling goblin v0.10.5
14872026-03-05T04:37:48.652Z Compiling thiserror-impl v1.0.69
14882026-03-05T04:37:49.721Z Compiling openssl-macros v0.1.1
14892026-03-05T04:37:51.470Z Compiling wait-timeout v0.2.1
14902026-03-05T04:37:51.759Z Compiling hyper v1.8.1
14912026-03-05T04:37:51.911Z Compiling native-tls v0.2.18
14922026-03-05T04:37:52.179Z Compiling either v1.15.0
14932026-03-05T04:37:52.268Z Compiling quick-error v1.2.3
14942026-03-05T04:37:52.439Z Compiling simd-adler32 v0.3.8
14952026-03-05T04:37:52.573Z Compiling siphasher v1.0.2
14962026-03-05T04:37:52.926Z Compiling num_threads v0.1.7
14972026-03-05T04:37:52.947Z Compiling usdt-impl v0.6.0
14982026-03-05T04:37:53.066Z Compiling bit-vec v0.8.0
14992026-03-05T04:37:53.348Z Compiling time v0.3.47
15002026-03-05T04:37:53.528Z Compiling bit-set v0.8.0
15012026-03-05T04:37:53.788Z Compiling rusty-fork v0.3.1
15022026-03-05T04:37:54.427Z Compiling hyper-util v0.1.20
15032026-03-05T04:37:55.234Z Compiling dof v0.4.0
15042026-03-05T04:37:56.758Z Compiling thiserror v1.0.69
15052026-03-05T04:37:56.884Z Compiling derive_builder_core v0.20.2
15062026-03-05T04:37:57.370Z Compiling unicode-normalization v0.1.25
15072026-03-05T04:37:58.168Z Compiling crossbeam-epoch v0.9.18
15082026-03-05T04:37:58.171Z Compiling dtrace-parser v0.3.0
15092026-03-05T04:37:58.259Z Compiling rustls-native-certs v0.8.3
15102026-03-05T04:37:58.334Z Compiling signature v2.2.0
15112026-03-05T04:37:58.649Z Compiling scroll_derive v0.12.1
15122026-03-05T04:37:58.778Z Compiling heapless v0.7.17
15132026-03-05T04:37:58.817Z Compiling darling_core v0.21.3
15142026-03-05T04:37:58.839Z Compiling slog v2.8.2
15152026-03-05T04:37:59.152Z Compiling rand_xorshift v0.4.0
15162026-03-05T04:37:59.219Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-03-05T04:37:59.409Z Compiling sync_wrapper v1.0.2
15182026-03-05T04:37:59.592Z Compiling thread-id v5.1.0
15192026-03-05T04:37:59.716Z Compiling cookie v0.18.1
15202026-03-05T04:37:59.719Z Compiling paste v1.0.15
15212026-03-05T04:37:59.925Z Compiling anyhow v1.0.102
15222026-03-05T04:37:59.988Z Compiling zstd-safe v7.2.4
15232026-03-05T04:38:00.028Z Compiling unicode-segmentation v1.12.0
15242026-03-05T04:38:00.194Z Compiling unicode-properties v0.1.4
15252026-03-05T04:38:00.333Z Compiling unicode-bidi v0.3.18
15262026-03-05T04:38:00.478Z Compiling adler2 v2.0.1
15272026-03-05T04:38:00.562Z Compiling signal-hook v0.3.18
15282026-03-05T04:38:00.676Z Compiling rayon-core v1.13.0
15292026-03-05T04:38:00.843Z Compiling unarray v0.1.4
15302026-03-05T04:38:00.868Z Compiling miniz_oxide v0.8.9
15312026-03-05T04:38:01.011Z Compiling proptest v1.10.0
15322026-03-05T04:38:01.028Z Compiling stringprep v0.1.5
15332026-03-05T04:38:01.451Z Compiling scroll v0.12.0
15342026-03-05T04:38:01.954Z Compiling tower v0.5.3
15352026-03-05T04:38:02.311Z Compiling derive_builder_macro v0.20.2
15362026-03-05T04:38:02.835Z Compiling crossbeam-deque v0.8.6
15372026-03-05T04:38:02.897Z Compiling ipnetwork v0.21.1
15382026-03-05T04:38:03.004Z Compiling http-body-util v0.1.3
15392026-03-05T04:38:03.054Z Compiling webpki-roots v1.0.6
15402026-03-05T04:38:03.135Z Compiling rand_chacha v0.3.1
15412026-03-05T04:38:03.138Z Compiling serde_tokenstream v0.2.3
15422026-03-05T04:38:03.249Z Compiling toml_datetime v0.6.11
15432026-03-05T04:38:03.481Z Compiling serde_spanned v0.6.9
15442026-03-05T04:38:03.706Z Compiling erased-serde v0.3.31
15452026-03-05T04:38:03.734Z Compiling md-5 v0.10.6
15462026-03-05T04:38:03.813Z Compiling zerocopy-derive v0.7.35
15472026-03-05T04:38:03.834Z Compiling curve25519-dalek v4.1.3
15482026-03-05T04:38:03.997Z Compiling num-integer v0.1.46
15492026-03-05T04:38:04.505Z Compiling vergen-lib v0.1.6
15502026-03-05T04:38:04.686Z Compiling darling_macro v0.21.3
15512026-03-05T04:38:04.708Z Compiling hash32 v0.2.1
15522026-03-05T04:38:04.814Z Compiling ff v0.13.1
15532026-03-05T04:38:04.952Z Compiling ryu v1.0.23
15542026-03-05T04:38:05.003Z Compiling ref-cast v1.0.25
15552026-03-05T04:38:05.028Z Compiling base16ct v0.2.0
15562026-03-05T04:38:05.084Z Compiling zlib-rs v0.6.2
15572026-03-05T04:38:05.305Z Compiling num-bigint-dig v0.8.6
15582026-03-05T04:38:05.308Z Compiling fallible-iterator v0.2.0
15592026-03-05T04:38:05.539Z Compiling psl-types v2.0.11
15602026-03-05T04:38:05.581Z Compiling litrs v1.0.0
15612026-03-05T04:38:05.648Z Compiling rustix v0.38.44
15622026-03-05T04:38:05.670Z Compiling iri-string v0.7.10
15632026-03-05T04:38:05.746Z Compiling smoltcp v0.9.1
15642026-03-05T04:38:05.984Z Compiling postgres-protocol v0.6.10
15652026-03-05T04:38:06.398Z Compiling newtype-uuid v1.3.2
15662026-03-05T04:38:06.478Z Compiling publicsuffix v2.3.0
15672026-03-05T04:38:06.660Z Compiling document-features v0.2.12
15682026-03-05T04:38:06.776Z Compiling zerocopy v0.7.35
15692026-03-05T04:38:07.094Z Compiling darling v0.21.3
15702026-03-05T04:38:07.143Z Compiling sec1 v0.7.3
15712026-03-05T04:38:07.215Z Compiling serde_urlencoded v0.7.1
15722026-03-05T04:38:07.729Z Compiling group v0.13.0
15732026-03-05T04:38:08.065Z Compiling num-iter v0.1.45
15742026-03-05T04:38:08.156Z Compiling rand v0.8.5
15752026-03-05T04:38:08.306Z Compiling oxnet v0.1.4
15762026-03-05T04:38:08.710Z Compiling tower-http v0.6.8
15772026-03-05T04:38:08.714Z Compiling derive_builder v0.20.2
15782026-03-05T04:38:09.231Z Compiling proc-macro-error v1.0.4
15792026-03-05T04:38:09.253Z Compiling tokio-native-tls v0.3.1
15802026-03-05T04:38:09.535Z Compiling goblin v0.8.2
15812026-03-05T04:38:10.732Z Compiling heck v0.4.1
15822026-03-05T04:38:10.881Z Compiling phf_shared v0.13.1
15832026-03-05T04:38:10.902Z Compiling hubpack_derive v0.1.1
15842026-03-05T04:38:10.938Z Compiling regex v1.12.3
15852026-03-05T04:38:11.111Z Compiling lazy_static v1.5.0
15862026-03-05T04:38:11.262Z Compiling flate2 v1.1.9
15872026-03-05T04:38:11.419Z Compiling cargo-platform v0.1.9
15882026-03-05T04:38:11.695Z Compiling hkdf v0.12.4
15892026-03-05T04:38:11.863Z Compiling crypto-bigint v0.5.5
15902026-03-05T04:38:11.901Z Compiling daft-derive v0.1.5
15912026-03-05T04:38:11.971Z Compiling curve25519-dalek-derive v0.1.1
15922026-03-05T04:38:12.037Z Compiling strum_macros v0.27.2
15932026-03-05T04:38:12.094Z Compiling ref-cast-impl v1.0.25
15942026-03-05T04:38:13.135Z Compiling async-trait v0.1.89
15952026-03-05T04:38:13.324Z Compiling terminal_size v0.4.3
15962026-03-05T04:38:13.461Z Compiling vergen v9.0.6
15972026-03-05T04:38:13.558Z Compiling fs-err v3.3.0
15982026-03-05T04:38:13.795Z Compiling ahash v0.8.12
15992026-03-05T04:38:13.881Z Compiling object v0.37.3
16002026-03-05T04:38:14.150Z Compiling bumpalo v3.20.2
16012026-03-05T04:38:14.385Z Compiling winnow v0.5.40
16022026-03-05T04:38:14.624Z Compiling bitflags v1.3.2
16032026-03-05T04:38:14.748Z Compiling managed v0.8.0
16042026-03-05T04:38:15.164Z Compiling foldhash v0.1.5
16052026-03-05T04:38:15.532Z Compiling libbz2-rs-sys v0.2.2
16062026-03-05T04:38:15.619Z Compiling hashbrown v0.15.5
16072026-03-05T04:38:16.705Z Compiling strum v0.27.2
16082026-03-05T04:38:16.844Z Compiling bzip2 v0.6.1
16092026-03-05T04:38:16.996Z Compiling dof v0.3.0
16102026-03-05T04:38:17.225Z Compiling elliptic-curve v0.13.8
16112026-03-05T04:38:17.402Z Compiling toml_edit v0.19.15
16122026-03-05T04:38:17.679Z Compiling zopfli v0.8.3
16132026-03-05T04:38:18.162Z Compiling console v0.16.2
16142026-03-05T04:38:18.198Z Compiling clap_builder v4.5.60
16152026-03-05T04:38:18.826Z Compiling daft v0.1.5
16162026-03-05T04:38:19.389Z Compiling cargo_metadata v0.19.2
16172026-03-05T04:38:19.412Z Compiling hubpack v0.1.2
16182026-03-05T04:38:19.516Z Compiling phf v0.13.1
16192026-03-05T04:38:19.849Z Compiling zone_cfg_derive v0.3.1
16202026-03-05T04:38:21.219Z Compiling signal-hook-mio v0.2.5
16212026-03-05T04:38:22.167Z Compiling cookie_store v0.22.1
16222026-03-05T04:38:22.746Z Compiling zstd v0.13.3
16232026-03-05T04:38:23.296Z Compiling rayon v1.11.0
16242026-03-05T04:38:23.649Z Compiling hyper-tls v0.6.0
16252026-03-05T04:38:23.863Z Compiling bzip2 v0.4.4
16262026-03-05T04:38:24.079Z Compiling serde_with_macros v3.17.0
16272026-03-05T04:38:24.254Z Compiling postgres-types v0.2.12
16282026-03-05T04:38:25.698Z Compiling usdt-attr-macro v0.6.0
16292026-03-05T04:38:25.841Z Compiling usdt-macro v0.6.0
16302026-03-05T04:38:26.571Z Compiling ed25519 v2.2.3
16312026-03-05T04:38:26.741Z Compiling dtrace-parser v0.2.0
16322026-03-05T04:38:27.235Z Compiling phf_shared v0.11.3
16332026-03-05T04:38:27.258Z Compiling itertools v0.12.1
16342026-03-05T04:38:27.444Z Compiling bstr v1.12.1
16352026-03-05T04:38:27.603Z Compiling pkcs1 v0.7.5
16362026-03-05T04:38:28.283Z Compiling hex v0.4.3
16372026-03-05T04:38:28.530Z Compiling serde-big-array v0.5.1
16382026-03-05T04:38:28.552Z Compiling rfc6979 v0.4.0
16392026-03-05T04:38:28.647Z Compiling strum_macros v0.26.4
16402026-03-05T04:38:28.759Z Compiling serde_repr v0.1.20
16412026-03-05T04:38:28.782Z Compiling enum-as-inner v0.6.1
16422026-03-05T04:38:28.877Z Compiling clap_derive v4.5.55
16432026-03-05T04:38:28.976Z Compiling float-cmp v0.10.0
16442026-03-05T04:38:29.225Z Compiling thread-id v4.2.2
16452026-03-05T04:38:29.359Z Compiling memmap2 v0.9.10
16462026-03-05T04:38:29.750Z Compiling env_filter v1.0.0
16472026-03-05T04:38:29.792Z Compiling encoding_rs v0.8.35
16482026-03-05T04:38:29.795Z Compiling unit-prefix v0.5.2
16492026-03-05T04:38:30.041Z Compiling static_assertions v1.1.0
16502026-03-05T04:38:30.152Z Compiling new_debug_unreachable v1.0.6
16512026-03-05T04:38:30.175Z Compiling fixedbitset v0.5.7
16522026-03-05T04:38:30.265Z Compiling normalize-line-endings v0.3.0
16532026-03-05T04:38:30.352Z Compiling whoami v2.1.0
16542026-03-05T04:38:30.423Z Compiling keccak v0.1.6
16552026-03-05T04:38:30.779Z Compiling rustc-hash v2.1.1
16562026-03-05T04:38:30.990Z Compiling precomputed-hash v0.1.1
16572026-03-05T04:38:31.133Z Compiling predicates-core v1.0.10
16582026-03-05T04:38:31.156Z Compiling data-encoding v2.10.0
16592026-03-05T04:38:31.465Z Compiling jiff v0.2.21
16602026-03-05T04:38:32.685Z Compiling difflib v0.4.0
16612026-03-05T04:38:32.713Z Compiling fixedbitset v0.4.2
16622026-03-05T04:38:32.777Z Compiling mime v0.3.17
16632026-03-05T04:38:32.838Z Compiling strum v0.26.3
16642026-03-05T04:38:33.039Z Compiling petgraph v0.6.5
16652026-03-05T04:38:33.110Z Compiling clap v4.5.60
16662026-03-05T04:38:33.146Z Compiling predicates v3.1.4
16672026-03-05T04:38:33.253Z Compiling hickory-proto v0.25.2
16682026-03-05T04:38:33.302Z Compiling string_cache v0.8.9
16692026-03-05T04:38:33.357Z Compiling toml_edit v0.22.27
16702026-03-05T04:38:33.746Z Compiling iddqd v0.3.17
16712026-03-05T04:38:33.987Z Compiling tokio-postgres v0.7.16
16722026-03-05T04:38:34.673Z Compiling sha3 v0.10.8
16732026-03-05T04:38:35.754Z Compiling petgraph v0.8.3
16742026-03-05T04:38:36.229Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16752026-03-05T04:38:36.540Z Compiling env_logger v0.11.9
16762026-03-05T04:38:37.298Z Compiling zone v0.3.1
16772026-03-05T04:38:38.886Z Compiling zip v4.6.1
16782026-03-05T04:38:39.140Z Compiling indicatif v0.18.4
16792026-03-05T04:38:40.205Z Compiling usdt v0.6.0
16802026-03-05T04:38:40.403Z Compiling usdt-impl v0.5.0
16812026-03-05T04:38:40.674Z Compiling serde_with v3.17.0
16822026-03-05T04:38:40.990Z Compiling ecdsa v0.16.9
16832026-03-05T04:38:41.021Z Compiling similar v2.7.0
16842026-03-05T04:38:41.681Z Compiling rsa v0.9.10
16852026-03-05T04:38:41.772Z Compiling crossterm v0.28.1
16862026-03-05T04:38:41.795Z Compiling ed25519-dalek v2.2.0
16872026-03-05T04:38:42.921Z Compiling zip v0.6.6
16882026-03-05T04:38:43.302Z Compiling toml v0.7.8
16892026-03-05T04:38:44.668Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-03-05T04:38:44.692Z Compiling itertools v0.13.0
16912026-03-05T04:38:44.714Z Compiling tokio-stream v0.1.18
16922026-03-05T04:38:44.839Z Compiling buf-list v1.1.2
16932026-03-05T04:38:44.917Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-05T04:38:45.346Z Compiling x509-cert v0.2.5
16952026-03-05T04:38:45.609Z Compiling openapiv3 v2.2.0
16962026-03-05T04:38:45.652Z Compiling sha1 v0.10.6
16972026-03-05T04:38:46.080Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-03-05T04:38:46.103Z Compiling peg-runtime v0.8.5
16992026-03-05T04:38:46.663Z Compiling lalrpop-util v0.19.12
17002026-03-05T04:38:46.686Z Compiling thread_local v1.1.9
17012026-03-05T04:38:46.996Z Compiling slog-async v2.8.0
17022026-03-05T04:38:47.178Z Compiling crossbeam-channel v0.5.15
17032026-03-05T04:38:47.587Z Compiling futures-executor v0.3.32
17042026-03-05T04:38:47.606Z Compiling is-terminal v0.4.17
17052026-03-05T04:38:47.761Z Compiling filetime v0.2.27
17062026-03-05T04:38:48.079Z Compiling term v1.2.1
17072026-03-05T04:38:48.082Z Compiling xattr v1.6.1
17082026-03-05T04:38:48.149Z Compiling take_mut v0.2.2
17092026-03-05T04:38:48.334Z Compiling tar v0.4.44
17102026-03-05T04:38:49.305Z Compiling slog-term v2.9.2
17112026-03-05T04:38:49.330Z Compiling futures v0.3.32
17122026-03-05T04:38:58.303Z Compiling rustls-webpki v0.103.9
17132026-03-05T04:39:03.051Z Compiling tokio-rustls v0.26.4
17142026-03-05T04:39:03.052Z Compiling rustls-platform-verifier v0.6.2
17152026-03-05T04:39:03.388Z Compiling hyper-rustls v0.27.7
17162026-03-05T04:39:03.691Z Compiling reqwest v0.12.28
17172026-03-05T04:39:03.695Z Compiling reqwest v0.13.2
17182026-03-05T04:39:07.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-03-05T04:39:08.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-03-05T04:39:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
17212026-03-05T04:39:12.722Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-03-05T04:39:12.777ZMar 05 04:39:11.349 INFO Starting download, target: Cockroach
17232026-03-05T04:39:12.777ZMar 05 04:39:11.350 INFO Starting download, target: Console
17242026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Starting download, target: Clickhouse
17252026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Starting download, target: DendriteStub
17262026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Starting download, target: MaghemiteMgd
17272026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Starting download, target: TransceiverControl
17282026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-03-05T04:39:12.780ZMar 05 04:39:11.350 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-03-05T04:39:12.781ZMar 05 04:39:11.350 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-03-05T04:39:12.781ZMar 05 04:39:11.350 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-03-05T04:39:12.781ZMar 05 04:39:11.350 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-03-05T04:39:12.781ZMar 05 04:39:11.350 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-03-05T04:39:13.537ZMar 05 04:39:12.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-03-05T04:39:13.914ZMar 05 04:39:12.483 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-03-05T04:39:14.137ZMar 05 04:39:12.709 INFO Download complete, target: TransceiverControl
17372026-03-05T04:39:14.186ZMar 05 04:39:12.756 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-03-05T04:39:14.582ZMar 05 04:39:13.154 INFO Download complete, target: Console
17392026-03-05T04:39:14.703ZMar 05 04:39:13.275 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-03-05T04:39:15.176ZMar 05 04:39:13.748 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-03-05T04:39:15.176ZMar 05 04:39:13.748 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-03-05T04:39:15.193ZMar 05 04:39:13.765 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-03-05T04:39:19.121ZMar 05 04:39:17.692 INFO Download complete, target: MaghemiteMgd
17442026-03-05T04:39:19.558ZMar 05 04:39:18.129 INFO Download complete, target: DendriteStub
17452026-03-05T04:39:25.073ZMar 05 04:39:23.642 INFO Checking that binary works, target: Cockroach
17462026-03-05T04:39:25.204ZMar 05 04:39:23.773 INFO Download complete, target: Cockroach
17472026-03-05T04:39:29.332ZMar 05 04:39:27.901 INFO Checking that binary works, target: Clickhouse
17482026-03-05T04:39:29.499ZMar 05 04:39:28.067 INFO Download complete, target: Clickhouse
17492026-03-05T04:39:29.504ZAll prerequisites installed successfully
17502026-03-05T04:39:29.507Z
17512026-03-05T04:39:29.507Zreal 6:05.838577949
17522026-03-05T04:39:29.507Zuser 16:36.846885134
17532026-03-05T04:39:29.507Zsys 2:23.088113835
17542026-03-05T04:39:29.507Ztrap 0.595369345
17552026-03-05T04:39:29.507Ztflt 0.783831037
17562026-03-05T04:39:29.507Zdflt 0.779301364
17572026-03-05T04:39:29.507Zkflt 0.022768578
17582026-03-05T04:39:29.507Zlock 39:53.458593950
17592026-03-05T04:39:29.507Zslp 1:02:45.574492873
17602026-03-05T04:39:29.507Zlat 1:08.001371229
17612026-03-05T04:39:29.507Zstop 3:02.153520578
17622026-03-05T04:39:29.507Z+ ptime -m cargo xtask download softnpu
17632026-03-05T04:39:30.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17642026-03-05T04:39:30.291Z Running `target/debug/xtask download softnpu`
17652026-03-05T04:39:31.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
17662026-03-05T04:39:31.408Z Running `target/debug/xtask-downloader softnpu`
17672026-03-05T04:39:31.448ZMar 05 04:39:30.016 INFO Starting download, target: Softnpu
17682026-03-05T04:39:31.451ZMar 05 04:39:30.017 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-03-05T04:39:32.308ZMar 05 04:39:30.876 INFO Download complete, target: Softnpu
17702026-03-05T04:39:32.312Z
17712026-03-05T04:39:32.314Zreal 2.800436139
17722026-03-05T04:39:32.314Zuser 1.874885768
17732026-03-05T04:39:32.314Zsys 0.798239403
17742026-03-05T04:39:32.314Ztrap 0.001247257
17752026-03-05T04:39:32.315Ztflt 0.000154528
17762026-03-05T04:39:32.315Zdflt 0.000133542
17772026-03-05T04:39:32.315Zkflt 0.000000000
17782026-03-05T04:39:32.315Zlock 8.837719312
17792026-03-05T04:39:32.315Zslp 0.716764756
17802026-03-05T04:39:32.315Zlat 0.174628207
17812026-03-05T04:39:32.315Zstop 0.000156017
17822026-03-05T04:39:32.315Z+ export CARGO_INCREMENTAL=0
17832026-03-05T04:39:32.315Z+ CARGO_INCREMENTAL=0
17842026-03-05T04:39:32.315Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-03-05T04:39:33.581Z Compiling proc-macro2 v1.0.106
17862026-03-05T04:39:33.581Z Compiling quote v1.0.44
17872026-03-05T04:39:33.584Z Compiling unicode-ident v1.0.24
17882026-03-05T04:39:33.584Z Compiling libc v0.2.180
17892026-03-05T04:39:33.584Z Compiling serde_core v1.0.228
17902026-03-05T04:39:33.584Z Compiling serde v1.0.228
17912026-03-05T04:39:33.584Z Compiling cfg-if v1.0.4
17922026-03-05T04:39:33.584Z Compiling version_check v0.9.5
17932026-03-05T04:39:33.945Z Compiling find-msvc-tools v0.1.9
17942026-03-05T04:39:34.004Z Compiling shlex v1.3.0
17952026-03-05T04:39:34.215Z Compiling typenum v1.19.0
17962026-03-05T04:39:34.342Z Compiling generic-array v0.14.7
17972026-03-05T04:39:34.393Z Compiling portable-atomic v1.13.1
17982026-03-05T04:39:34.663Z Compiling memchr v2.8.0
17992026-03-05T04:39:34.760Z Compiling zmij v1.0.21
18002026-03-05T04:39:35.182Z Compiling autocfg v1.5.0
18012026-03-05T04:39:35.254Z Compiling serde_json v1.0.149
18022026-03-05T04:39:35.775Z Compiling jobserver v0.1.34
18032026-03-05T04:39:35.916Z Compiling zerocopy v0.8.40
18042026-03-05T04:39:35.936Z Compiling libm v0.2.16
18052026-03-05T04:39:35.988Z Compiling syn v2.0.117
18062026-03-05T04:39:36.119Z Compiling parking_lot_core v0.9.12
18072026-03-05T04:39:36.448Z Compiling cc v1.2.56
18082026-03-05T04:39:36.517Z Compiling num-traits v0.2.19
18092026-03-05T04:39:36.572Z Compiling smallvec v1.15.1
18102026-03-05T04:39:36.634Z Compiling icu_properties_data v2.1.2
18112026-03-05T04:39:36.857Z Compiling icu_normalizer_data v2.1.1
18122026-03-05T04:39:36.979Z Compiling getrandom v0.2.17
18132026-03-05T04:39:37.018Z Compiling itoa v1.0.17
18142026-03-05T04:39:37.208Z Compiling log v0.4.29
18152026-03-05T04:39:37.360Z Compiling getrandom v0.4.1
18162026-03-05T04:39:37.784Z Compiling pkg-config v0.3.32
18172026-03-05T04:39:37.941Z Compiling errno v0.3.14
18182026-03-05T04:39:38.222Z Compiling stable_deref_trait v1.2.1
18192026-03-05T04:39:38.360Z Compiling rand_core v0.6.4
18202026-03-05T04:39:38.763Z Compiling scopeguard v1.2.0
18212026-03-05T04:39:38.813Z Compiling subtle v2.6.1
18222026-03-05T04:39:38.919Z Compiling lock_api v0.4.14
18232026-03-05T04:39:39.042Z Compiling fnv v1.0.7
18242026-03-05T04:39:39.196Z Compiling thiserror v2.0.18
18252026-03-05T04:39:39.467Z Compiling getrandom v0.3.4
18262026-03-05T04:39:39.706Z Compiling pin-project-lite v0.2.17
18272026-03-05T04:39:39.766Z Compiling critical-section v1.2.0
18282026-03-05T04:39:40.472Z Compiling allocator-api2 v0.2.21
18292026-03-05T04:39:40.475Z Compiling equivalent v1.0.2
18302026-03-05T04:39:40.475Z Compiling rustversion v1.0.22
18312026-03-05T04:39:40.589Z Compiling once_cell v1.21.3
18322026-03-05T04:39:41.140Z Compiling bitflags v2.11.0
18332026-03-05T04:39:41.453Z Compiling foldhash v0.2.0
18342026-03-05T04:39:41.494Z Compiling ring v0.17.14
18352026-03-05T04:39:41.826Z Compiling hashbrown v0.16.1
18362026-03-05T04:39:42.001Z Compiling semver v1.0.27
18372026-03-05T04:39:42.486Z Compiling cmake v0.1.57
18382026-03-05T04:39:42.565Z Compiling writeable v0.6.2
18392026-03-05T04:39:42.629Z Compiling litemap v0.8.1
18402026-03-05T04:39:43.019Z Compiling synstructure v0.13.2
18412026-03-05T04:39:43.076Z Compiling dunce v1.0.5
18422026-03-05T04:39:43.143Z Compiling percent-encoding v2.3.2
18432026-03-05T04:39:43.231Z Compiling fs_extra v1.3.0
18442026-03-05T04:39:43.403Z Compiling const-oid v0.9.6
18452026-03-05T04:39:43.660Z Compiling indexmap v2.13.0
18462026-03-05T04:39:43.722Z Compiling aws-lc-sys v0.37.1
18472026-03-05T04:39:44.329Z Compiling rustix v1.1.3
18482026-03-05T04:39:45.220Z Compiling signal-hook-registry v1.4.8
18492026-03-05T04:39:45.244Z Compiling schemars v0.8.22
18502026-03-05T04:39:45.263Z Compiling serde_derive_internals v0.29.1
18512026-03-05T04:39:45.346Z Compiling parking_lot v0.12.5
18522026-03-05T04:39:45.379Z Compiling mio v1.1.1
18532026-03-05T04:39:45.612Z Compiling socket2 v0.6.2
18542026-03-05T04:39:45.810Z Compiling rand_core v0.10.0
18552026-03-05T04:39:46.213Z Compiling aws-lc-rs v1.16.0
18562026-03-05T04:39:46.231Z Compiling strsim v0.11.1
18572026-03-05T04:39:46.582Z Compiling serde_derive v1.0.228
18582026-03-05T04:39:46.745Z Compiling zeroize_derive v1.4.3
18592026-03-05T04:39:46.835Z Compiling zerofrom-derive v0.1.6
18602026-03-05T04:39:46.940Z Compiling yoke-derive v0.8.1
18612026-03-05T04:39:47.075Z Compiling zerovec-derive v0.11.2
18622026-03-05T04:39:47.233Z Compiling displaydoc v0.2.5
18632026-03-05T04:39:47.264Z Compiling zerocopy-derive v0.8.40
18642026-03-05T04:39:48.158Z Compiling tokio-macros v2.6.0
18652026-03-05T04:39:48.171Z Compiling zeroize v1.8.2
18662026-03-05T04:39:48.603Z Compiling futures-macro v0.3.32
18672026-03-05T04:39:49.074Z Compiling thiserror-impl v2.0.18
18682026-03-05T04:39:49.347Z Compiling der_derive v0.7.3
18692026-03-05T04:39:49.447Z Compiling zerofrom v0.1.6
18702026-03-05T04:39:49.689Z Compiling yoke v0.8.1
18712026-03-05T04:39:49.947Z Compiling crypto-common v0.1.7
18722026-03-05T04:39:50.038Z Compiling zerovec v0.11.5
18732026-03-05T04:39:50.175Z Compiling zerotrie v0.2.3
18742026-03-05T04:39:51.136Z Compiling block-buffer v0.10.4
18752026-03-05T04:39:51.158Z Compiling tracing-attributes v0.1.31
18762026-03-05T04:39:51.299Z Compiling schemars_derive v0.8.22
18772026-03-05T04:39:51.398Z Compiling tinystr v0.8.2
18782026-03-05T04:39:51.417Z Compiling potential_utf v0.1.4
18792026-03-05T04:39:51.685Z Compiling icu_collections v2.1.1
18802026-03-05T04:39:51.761Z Compiling icu_locale_core v2.1.1
18812026-03-05T04:39:51.824Z Compiling digest v0.10.7
18822026-03-05T04:39:52.239Z Compiling utf8_iter v1.0.4
18832026-03-05T04:39:53.694Z Compiling icu_provider v2.1.1
18842026-03-05T04:39:54.198Z Compiling bytes v1.11.1
18852026-03-05T04:39:54.346Z Compiling icu_properties v2.1.2
18862026-03-05T04:39:54.399Z Compiling icu_normalizer v2.1.1
18872026-03-05T04:39:54.506Z Compiling form_urlencoded v1.2.2
18882026-03-05T04:39:55.537Z Compiling byteorder v1.5.0
18892026-03-05T04:39:55.761Z Compiling futures-core v0.3.32
18902026-03-05T04:39:56.049Z Compiling thiserror v1.0.69
18912026-03-05T04:39:56.086Z Compiling ucd-trie v0.1.7
18922026-03-05T04:39:56.248Z Compiling tokio v1.49.0
18932026-03-05T04:39:56.523Z Compiling idna_adapter v1.2.1
18942026-03-05T04:39:56.543Z Compiling pest v2.8.6
18952026-03-05T04:39:56.757Z Compiling idna v1.1.0
18962026-03-05T04:39:58.298Z Compiling ident_case v1.0.1
18972026-03-05T04:39:58.511Z Compiling vcpkg v0.2.15
18982026-03-05T04:39:58.550Z Compiling heck v0.5.0
18992026-03-05T04:39:58.662Z Compiling httparse v1.10.1
19002026-03-05T04:39:58.966Z Compiling url v2.5.8
19012026-03-05T04:39:59.136Z Compiling pest_meta v2.8.6
19022026-03-05T04:39:59.180Z Compiling thiserror-impl v1.0.69
19032026-03-05T04:39:59.747Z Compiling openssl-sys v0.9.111
19042026-03-05T04:40:00.740Z Compiling pest_generator v2.8.6
19052026-03-05T04:40:01.472Z Compiling regex-syntax v0.8.10
19062026-03-05T04:40:01.533Z Compiling crossbeam-utils v0.8.21
19072026-03-05T04:40:01.671Z Compiling syn v1.0.109
19082026-03-05T04:40:02.354Z Compiling pest_derive v2.8.6
19092026-03-05T04:40:04.456Z Compiling rustc_version v0.4.1
19102026-03-05T04:40:04.665Z Compiling futures-sink v0.3.32
19112026-03-05T04:40:04.852Z Compiling cpufeatures v0.2.17
19122026-03-05T04:40:04.977Z Compiling rustls v0.23.37
19132026-03-05T04:40:04.980Z Compiling futures-channel v0.3.32
19142026-03-05T04:40:05.435Z Compiling hmac v0.12.1
19152026-03-05T04:40:05.688Z Compiling futures-task v0.3.32
19162026-03-05T04:40:05.905Z Compiling slab v0.4.12
19172026-03-05T04:40:05.996Z Compiling plain v0.2.3
19182026-03-05T04:40:06.020Z Compiling futures-io v0.3.32
19192026-03-05T04:40:06.187Z Compiling iana-time-zone v0.1.65
19202026-03-05T04:40:06.310Z Compiling futures-util v0.3.32
19212026-03-05T04:40:06.402Z Compiling chrono v0.4.44
19222026-03-05T04:40:07.178Z Compiling uuid v1.21.0
19232026-03-05T04:40:07.764Z Compiling block-padding v0.3.3
19242026-03-05T04:40:08.051Z Compiling aho-corasick v1.1.4
19252026-03-05T04:40:09.727Z Compiling inout v0.1.4
19262026-03-05T04:40:09.877Z Compiling regex-automata v0.4.14
19272026-03-05T04:40:09.994Z Compiling ppv-lite86 v0.2.21
19282026-03-05T04:40:11.816Z Compiling pretty-hex v0.4.1
19292026-03-05T04:40:12.205Z Compiling openssl v0.10.75
19302026-03-05T04:40:12.474Z Compiling num-conv v0.2.0
19312026-03-05T04:40:12.590Z Compiling time-core v0.1.8
19322026-03-05T04:40:12.952Z Compiling time-macros v0.2.27
19332026-03-05T04:40:13.030Z Compiling cipher v0.4.4
19342026-03-05T04:40:13.506Z Compiling sha2 v0.10.9
19352026-03-05T04:40:14.149Z Compiling serde_tokenstream v0.2.3
19362026-03-05T04:40:14.282Z Compiling scroll_derive v0.13.1
19372026-03-05T04:40:14.456Z Compiling scroll_derive v0.12.1
19382026-03-05T04:40:14.701Z Compiling either v1.15.0
19392026-03-05T04:40:14.932Z Compiling anyhow v1.0.102
19402026-03-05T04:40:15.112Z Compiling base64ct v1.8.3
19412026-03-05T04:40:15.151Z Compiling crc32fast v1.5.0
19422026-03-05T04:40:15.653Z Compiling pem-rfc7468 v0.7.0
19432026-03-05T04:40:15.695Z Compiling darling_core v0.21.3
19442026-03-05T04:40:15.780Z Compiling rustls-pki-types v1.14.0
19452026-03-05T04:40:15.948Z Compiling openssl-macros v0.1.1
19462026-03-05T04:40:16.691Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-03-05T04:40:16.714Z Compiling flagset v0.4.7
19482026-03-05T04:40:16.947Z Compiling native-tls v0.2.18
19492026-03-05T04:40:17.313Z Compiling der v0.7.10
19502026-03-05T04:40:17.547Z Compiling regex v1.12.3
19512026-03-05T04:40:18.188Z Compiling rand_core v0.9.5
19522026-03-05T04:40:18.560Z Compiling zerocopy-derive v0.7.35
19532026-03-05T04:40:18.768Z Compiling slog v2.8.2
19542026-03-05T04:40:19.155Z Compiling dyn-clone v1.0.20
19552026-03-05T04:40:19.215Z Compiling rayon-core v1.13.0
19562026-03-05T04:40:19.547Z Compiling spki v0.7.3
19572026-03-05T04:40:19.915Z Compiling salsa20 v0.10.2
19582026-03-05T04:40:20.127Z Compiling pbkdf2 v0.12.2
19592026-03-05T04:40:20.318Z Compiling http v1.4.0
19602026-03-05T04:40:20.989Z Compiling darling_macro v0.21.3
19612026-03-05T04:40:21.771Z Compiling darling v0.21.3
19622026-03-05T04:40:22.198Z Compiling tracing-core v0.1.36
19632026-03-05T04:40:22.353Z Compiling camino v1.2.2
19642026-03-05T04:40:22.813Z Compiling untrusted v0.9.0
19652026-03-05T04:40:23.008Z Compiling tracing v0.1.44
19662026-03-05T04:40:24.112Z Compiling scrypt v0.11.0
19672026-03-05T04:40:24.220Z Compiling rand_chacha v0.9.0
19682026-03-05T04:40:24.483Z Compiling tokio-util v0.7.18
19692026-03-05T04:40:24.918Z Compiling cbc v0.1.2
19702026-03-05T04:40:25.152Z Compiling aes v0.8.4
19712026-03-05T04:40:26.867Z Compiling usdt-impl v0.5.0
19722026-03-05T04:40:27.189Z Compiling cookie v0.18.1
19732026-03-05T04:40:27.458Z Compiling usdt-impl v0.6.0
19742026-03-05T04:40:27.494Z Compiling winnow v0.7.14
19752026-03-05T04:40:27.787Z Compiling paste v1.0.15
19762026-03-05T04:40:28.184Z Compiling ref-cast v1.0.25
19772026-03-05T04:40:28.213Z Compiling base64 v0.22.1
19782026-03-05T04:40:29.013Z Compiling pkcs5 v0.7.1
19792026-03-05T04:40:29.086Z Compiling rand v0.9.2
19802026-03-05T04:40:30.140Z Compiling http-body v1.0.1
19812026-03-05T04:40:30.372Z Compiling scroll v0.13.0
19822026-03-05T04:40:30.514Z Compiling scroll v0.12.0
19832026-03-05T04:40:30.851Z Compiling heapless v0.7.17
19842026-03-05T04:40:31.246Z Compiling serde_spanned v0.6.9
19852026-03-05T04:40:31.349Z Compiling toml_datetime v0.6.11
19862026-03-05T04:40:31.397Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-03-05T04:40:31.892Z Compiling openssl-probe v0.2.1
19882026-03-05T04:40:32.103Z Compiling untrusted v0.7.1
19892026-03-05T04:40:32.160Z Compiling signal-hook v0.3.18
19902026-03-05T04:40:32.378Z Compiling zstd-safe v7.2.4
19912026-03-05T04:40:32.699Z Compiling goblin v0.8.2
19922026-03-05T04:40:32.800Z Compiling goblin v0.10.5
19932026-03-05T04:40:33.865Z Compiling toml_parser v1.0.9+spec-1.1.0
19942026-03-05T04:40:35.168Z Compiling pkcs8 v0.10.2
19952026-03-05T04:40:35.979Z Compiling zerocopy v0.7.35
19962026-03-05T04:40:36.147Z Compiling darling_core v0.20.11
19972026-03-05T04:40:36.174Z Compiling ref-cast-impl v1.0.25
19982026-03-05T04:40:36.764Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-03-05T04:40:37.233Z Compiling tower-service v0.3.3
20002026-03-05T04:40:37.282Z Compiling tinyvec_macros v0.1.1
20012026-03-05T04:40:37.405Z Compiling tower-layer v0.3.3
20022026-03-05T04:40:37.593Z Compiling try-lock v0.2.5
20032026-03-05T04:40:37.673Z Compiling rustix v0.38.44
20042026-03-05T04:40:37.751Z Compiling atomic-waker v1.1.2
20052026-03-05T04:40:37.958Z Compiling winnow v0.5.40
20062026-03-05T04:40:38.681Z Compiling h2 v0.4.13
20072026-03-05T04:40:40.096Z Compiling dof v0.4.0
20082026-03-05T04:40:40.767Z Compiling darling_macro v0.20.11
20092026-03-05T04:40:40.951Z Compiling toml_edit v0.19.15
20102026-03-05T04:40:41.956Z Compiling dof v0.3.0
20112026-03-05T04:40:42.735Z Compiling want v0.3.1
20122026-03-05T04:40:43.184Z Compiling tinyvec v1.10.0
20132026-03-05T04:40:45.804Z Compiling dtrace-parser v0.2.0
20142026-03-05T04:40:46.425Z Compiling dtrace-parser v0.3.0
20152026-03-05T04:40:46.631Z Compiling curve25519-dalek v4.1.3
20162026-03-05T04:40:46.798Z Compiling ipnet v2.11.0
20172026-03-05T04:40:47.039Z Compiling async-trait v0.1.89
20182026-03-05T04:40:47.199Z Compiling daft-derive v0.1.5
20192026-03-05T04:40:47.702Z Compiling spin v0.9.8
20202026-03-05T04:40:47.737Z Compiling thread-id v5.1.0
20212026-03-05T04:40:47.758Z Compiling thread-id v4.2.2
20222026-03-05T04:40:47.852Z Compiling proc-macro-error-attr v1.0.4
20232026-03-05T04:40:47.875Z Compiling fastrand v2.3.0
20242026-03-05T04:40:48.177Z Compiling litrs v1.0.0
20252026-03-05T04:40:48.272Z Compiling httpdate v1.0.3
20262026-03-05T04:40:48.324Z Compiling num-bigint-dig v0.8.6
20272026-03-05T04:40:48.543Z Compiling smoltcp v0.9.1
20282026-03-05T04:40:48.888Z Compiling pin-utils v0.1.0
20292026-03-05T04:40:49.151Z Compiling foreign-types-shared v0.1.1
20302026-03-05T04:40:49.187Z Compiling document-features v0.2.12
20312026-03-05T04:40:49.251Z Compiling foreign-types v0.3.2
20322026-03-05T04:40:49.303Z Compiling hyper v1.8.1
20332026-03-05T04:40:49.365Z Compiling tempfile v3.25.0
20342026-03-05T04:40:51.171Z Compiling darling v0.20.11
20352026-03-05T04:40:51.888Z Compiling ipnetwork v0.21.1
20362026-03-05T04:40:52.455Z Compiling strum_macros v0.26.4
20372026-03-05T04:40:52.603Z Compiling wait-timeout v0.2.1
20382026-03-05T04:40:52.987Z Compiling proc-macro-error v1.0.4
20392026-03-05T04:40:54.983Z Compiling unicode-segmentation v1.12.0
20402026-03-05T04:40:55.265Z Compiling utf8parse v0.2.2
20412026-03-05T04:40:55.424Z Compiling anstyle v1.0.13
20422026-03-05T04:40:55.679Z Compiling simd-adler32 v0.3.8
20432026-03-05T04:40:55.792Z Compiling bit-vec v0.8.0
20442026-03-05T04:40:55.859Z Compiling siphasher v1.0.2
20452026-03-05T04:40:55.881Z Compiling quick-error v1.2.3
20462026-03-05T04:40:56.045Z Compiling powerfmt v0.2.0
20472026-03-05T04:40:56.206Z Compiling bit-set v0.8.0
20482026-03-05T04:40:56.255Z Compiling rusty-fork v0.3.1
20492026-03-05T04:40:56.364Z Compiling deranged v0.5.8
20502026-03-05T04:40:56.784Z Compiling anstyle-parse v0.2.7
20512026-03-05T04:41:01.198Z Compiling hyper-util v0.1.20
20522026-03-05T04:41:01.585Z Compiling derive_builder_core v0.20.2
20532026-03-05T04:41:03.498Z Compiling crossbeam-epoch v0.9.18
20542026-03-05T04:41:04.370Z Compiling unicode-normalization v0.1.25
20552026-03-05T04:41:04.723Z Compiling rustls-native-certs v0.8.3
20562026-03-05T04:41:05.573Z Compiling rand_xorshift v0.4.0
20572026-03-05T04:41:05.596Z Compiling hubpack_derive v0.1.1
20582026-03-05T04:41:05.741Z Compiling sync_wrapper v1.0.2
20592026-03-05T04:41:05.822Z Compiling strum_macros v0.27.2
20602026-03-05T04:41:05.924Z Compiling signature v2.2.0
20612026-03-05T04:41:06.182Z Compiling curve25519-dalek-derive v0.1.1
20622026-03-05T04:41:06.418Z Compiling fs-err v3.3.0
20632026-03-05T04:41:06.776Z Compiling ahash v0.8.12
20642026-03-05T04:41:07.366Z Compiling object v0.37.3
20652026-03-05T04:41:07.448Z Compiling unarray v0.1.4
20662026-03-05T04:41:07.470Z Compiling num_threads v0.1.7
20672026-03-05T04:41:07.492Z Compiling anstyle-query v1.1.5
20682026-03-05T04:41:07.622Z Compiling unicode-bidi v0.3.18
20692026-03-05T04:41:07.664Z Compiling adler2 v2.0.1
20702026-03-05T04:41:07.824Z Compiling colorchoice v1.0.4
20712026-03-05T04:41:08.017Z Compiling unicode-properties v0.1.4
20722026-03-05T04:41:08.128Z Compiling is_terminal_polyfill v1.70.2
20732026-03-05T04:41:08.210Z Compiling time v0.3.47
20742026-03-05T04:41:08.276Z Compiling anstream v0.6.21
20752026-03-05T04:41:08.388Z Compiling stringprep v0.1.5
20762026-03-05T04:41:08.606Z Compiling miniz_oxide v0.8.9
20772026-03-05T04:41:08.805Z Compiling proptest v1.10.0
20782026-03-05T04:41:11.667Z Compiling tower v0.5.3
20792026-03-05T04:41:12.638Z Compiling crossbeam-deque v0.8.6
20802026-03-05T04:41:12.943Z Compiling derive_builder_macro v0.20.2
20812026-03-05T04:41:13.008Z Compiling heck v0.4.1
20822026-03-05T04:41:13.246Z Compiling usdt-macro v0.6.0
20832026-03-05T04:41:13.447Z Compiling usdt-attr-macro v0.6.0
20842026-03-05T04:41:14.621Z Compiling http-body-util v0.1.3
20852026-03-05T04:41:14.826Z Compiling webpki-roots v1.0.6
20862026-03-05T04:41:15.075Z Compiling rand_chacha v0.3.1
20872026-03-05T04:41:15.405Z Compiling num-integer v0.1.46
20882026-03-05T04:41:15.426Z Compiling hash32 v0.2.1
20892026-03-05T04:41:15.786Z Compiling erased-serde v0.3.31
20902026-03-05T04:41:15.808Z Compiling md-5 v0.10.6
20912026-03-05T04:41:15.851Z Compiling vergen-lib v0.1.6
20922026-03-05T04:41:16.000Z Compiling ff v0.13.1
20932026-03-05T04:41:16.112Z Compiling iri-string v0.7.10
20942026-03-05T04:41:16.217Z Compiling zlib-rs v0.6.2
20952026-03-05T04:41:16.248Z Compiling ryu v1.0.23
20962026-03-05T04:41:16.496Z Compiling fallible-iterator v0.2.0
20972026-03-05T04:41:16.560Z Compiling base16ct v0.2.0
20982026-03-05T04:41:16.847Z Compiling psl-types v2.0.11
20992026-03-05T04:41:17.203Z Compiling postgres-protocol v0.6.10
21002026-03-05T04:41:17.269Z Compiling publicsuffix v2.3.0
21012026-03-05T04:41:17.531Z Compiling sec1 v0.7.3
21022026-03-05T04:41:18.061Z Compiling serde_urlencoded v0.7.1
21032026-03-05T04:41:18.257Z Compiling group v0.13.0
21042026-03-05T04:41:18.555Z Compiling num-iter v0.1.45
21052026-03-05T04:41:18.729Z Compiling rand v0.8.5
21062026-03-05T04:41:19.247Z Compiling tower-http v0.6.8
21072026-03-05T04:41:20.322Z Compiling oxnet v0.1.4
21082026-03-05T04:41:20.543Z Compiling flate2 v1.1.9
21092026-03-05T04:41:20.635Z Compiling newtype-uuid v1.3.2
21102026-03-05T04:41:20.656Z Compiling derive_builder v0.20.2
21112026-03-05T04:41:20.852Z Compiling zone_cfg_derive v0.3.1
21122026-03-05T04:41:20.949Z Compiling tokio-native-tls v0.3.1
21132026-03-05T04:41:21.233Z Compiling phf_shared v0.13.1
21142026-03-05T04:41:21.765Z Compiling lazy_static v1.5.0
21152026-03-05T04:41:22.243Z Compiling terminal_size v0.4.3
21162026-03-05T04:41:22.462Z Compiling serde_with_macros v3.17.0
21172026-03-05T04:41:22.552Z Compiling hkdf v0.12.4
21182026-03-05T04:41:22.593Z Compiling enum-as-inner v0.6.1
21192026-03-05T04:41:22.762Z Compiling clap_derive v4.5.55
21202026-03-05T04:41:23.183Z Compiling cargo-platform v0.1.9
21212026-03-05T04:41:23.621Z Compiling crypto-bigint v0.5.5
21222026-03-05T04:41:23.648Z Compiling serde_repr v0.1.20
21232026-03-05T04:41:24.124Z Compiling vergen v9.0.6
21242026-03-05T04:41:24.631Z Compiling unicode-width v0.2.0
21252026-03-05T04:41:25.149Z Compiling bumpalo v3.20.2
21262026-03-05T04:41:25.294Z Compiling clap_lex v1.0.0
21272026-03-05T04:41:25.602Z Compiling managed v0.8.0
21282026-03-05T04:41:25.669Z Compiling libbz2-rs-sys v0.2.2
21292026-03-05T04:41:25.913Z Compiling foldhash v0.1.5
21302026-03-05T04:41:25.997Z Compiling bitflags v1.3.2
21312026-03-05T04:41:26.432Z Compiling elliptic-curve v0.13.8
21322026-03-05T04:41:26.697Z Compiling bzip2 v0.6.1
21332026-03-05T04:41:26.914Z Compiling hashbrown v0.15.5
21342026-03-05T04:41:27.105Z Compiling clap_builder v4.5.60
21352026-03-05T04:41:27.388Z Compiling zopfli v0.8.3
21362026-03-05T04:41:28.025Z Compiling console v0.16.2
21372026-03-05T04:41:28.614Z Compiling cargo_metadata v0.19.2
21382026-03-05T04:41:31.821Z Compiling phf v0.13.1
21392026-03-05T04:41:32.016Z Compiling zstd v0.13.3
21402026-03-05T04:41:32.115Z Compiling hyper-tls v0.6.0
21412026-03-05T04:41:32.451Z Compiling daft v0.1.5
21422026-03-05T04:41:32.542Z Compiling cookie_store v0.22.1
21432026-03-05T04:41:32.894Z Compiling signal-hook-mio v0.2.5
21442026-03-05T04:41:33.081Z Compiling rayon v1.11.0
21452026-03-05T04:41:33.117Z Compiling bzip2 v0.4.4
21462026-03-05T04:41:33.490Z Compiling postgres-types v0.2.12
21472026-03-05T04:41:33.753Z Compiling strum v0.27.2
21482026-03-05T04:41:34.031Z Compiling hubpack v0.1.2
21492026-03-05T04:41:34.111Z Compiling ed25519 v2.2.3
21502026-03-05T04:41:34.408Z Compiling phf_shared v0.11.3
21512026-03-05T04:41:34.741Z Compiling pkcs1 v0.7.5
21522026-03-05T04:41:35.948Z Compiling bstr v1.12.1
21532026-03-05T04:41:36.453Z Compiling itertools v0.12.1
21542026-03-05T04:41:37.179Z Compiling float-cmp v0.10.0
21552026-03-05T04:41:37.302Z Compiling rfc6979 v0.4.0
21562026-03-05T04:41:37.481Z Compiling serde-big-array v0.5.1
21572026-03-05T04:41:37.725Z Compiling rustls-webpki v0.103.9
21582026-03-05T04:41:38.023Z Compiling hex v0.4.3
21592026-03-05T04:41:38.517Z Compiling env_filter v1.0.0
21602026-03-05T04:41:39.032Z Compiling memmap2 v0.9.10
21612026-03-05T04:41:39.187Z Compiling encoding_rs v0.8.35
21622026-03-05T04:41:39.437Z Compiling jiff v0.2.21
21632026-03-05T04:41:42.047Z Compiling toml_write v0.1.2
21642026-03-05T04:41:42.452Z Compiling keccak v0.1.6
21652026-03-05T04:41:43.104Z Compiling fixedbitset v0.4.2
21662026-03-05T04:41:43.474Z Compiling predicates-core v1.0.10
21672026-03-05T04:41:43.772Z Compiling rustc-hash v2.1.1
21682026-03-05T04:41:43.940Z Compiling normalize-line-endings v0.3.0
21692026-03-05T04:41:43.979Z Compiling whoami v2.1.0
21702026-03-05T04:41:44.099Z Compiling unit-prefix v0.5.2
21712026-03-05T04:41:44.350Z Compiling new_debug_unreachable v1.0.6
21722026-03-05T04:41:44.471Z Compiling mime v0.3.17
21732026-03-05T04:41:44.670Z Compiling difflib v0.4.0
21742026-03-05T04:41:45.121Z Compiling data-encoding v2.10.0
21752026-03-05T04:41:45.124Z Compiling static_assertions v1.1.0
21762026-03-05T04:41:45.252Z Compiling tokio-rustls v0.26.4
21772026-03-05T04:41:45.638Z Compiling rustls-platform-verifier v0.6.2
21782026-03-05T04:41:45.767Z Compiling hyper-rustls v0.27.7
21792026-03-05T04:41:45.999Z Compiling precomputed-hash v0.1.1
21802026-03-05T04:41:46.343Z Compiling fixedbitset v0.5.7
21812026-03-05T04:41:46.390Z Compiling reqwest v0.12.28
21822026-03-05T04:41:46.916Z Compiling petgraph v0.8.3
21832026-03-05T04:41:47.286Z Compiling reqwest v0.13.2
21842026-03-05T04:41:48.518Z Compiling string_cache v0.8.9
21852026-03-05T04:41:48.929Z Compiling hickory-proto v0.25.2
21862026-03-05T04:41:49.901Z Compiling zip v4.6.1
21872026-03-05T04:41:51.207Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-05T04:41:51.297Z Compiling predicates v3.1.4
21892026-03-05T04:41:52.574Z Compiling tokio-postgres v0.7.16
21902026-03-05T04:41:54.674Z Compiling indicatif v0.18.4
21912026-03-05T04:41:55.341Z Compiling iddqd v0.3.17
21922026-03-05T04:41:56.327Z Compiling petgraph v0.6.5
21932026-03-05T04:41:57.640Z Compiling sha3 v0.10.8
21942026-03-05T04:41:57.803Z Compiling toml_edit v0.22.27
21952026-03-05T04:41:58.831Z Compiling usdt v0.6.0
21962026-03-05T04:41:59.297Z Compiling zone v0.3.1
21972026-03-05T04:41:59.424Z Compiling env_logger v0.11.9
21982026-03-05T04:41:59.676Z Compiling serde_with v3.17.0
21992026-03-05T04:42:00.754Z Compiling ecdsa v0.16.9
22002026-03-05T04:42:00.824Z Compiling similar v2.7.0
22012026-03-05T04:42:03.033Z Compiling rsa v0.9.10
22022026-03-05T04:42:03.984Z Compiling ed25519-dalek v2.2.0
22032026-03-05T04:42:05.098Z Compiling zip v0.6.6
22042026-03-05T04:42:05.186Z Compiling crossterm v0.28.1
22052026-03-05T04:42:06.838Z Compiling clap v4.5.60
22062026-03-05T04:42:06.971Z Compiling strum v0.26.3
22072026-03-05T04:42:07.180Z Compiling toml v0.7.8
22082026-03-05T04:42:07.843Z Compiling tokio-stream v0.1.18
22092026-03-05T04:42:08.820Z Compiling x509-cert v0.2.5
22102026-03-05T04:42:10.965Z Compiling itertools v0.13.0
22112026-03-05T04:42:11.342Z Compiling buf-list v1.1.2
22122026-03-05T04:42:11.818Z Compiling sha1 v0.10.6
22132026-03-05T04:42:12.052Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-05T04:42:12.193Z Compiling openapiv3 v2.2.0
22152026-03-05T04:42:13.160Z Compiling lalrpop-util v0.19.12
22162026-03-05T04:42:13.688Z Compiling peg-runtime v0.8.5
22172026-03-05T04:42:15.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22182026-03-05T04:42:41.981Z Compiling itertools v0.14.0
22192026-03-05T04:42:42.662Z Compiling macaddr v1.0.1
22202026-03-05T04:42:42.785Z Compiling structmeta-derive v0.3.0
22212026-03-05T04:42:43.870Z Compiling heapless v0.8.0
22222026-03-05T04:42:44.690Z Compiling ingot-macros v0.1.1
22232026-03-05T04:42:45.048Z Compiling structmeta v0.3.0
22242026-03-05T04:42:52.957Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-03-05T04:42:53.315Z Compiling hash32 v0.3.1
22262026-03-05T04:42:55.676Z Compiling smoltcp v0.11.0
22272026-03-05T04:42:55.782Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-03-05T04:42:58.924Z Compiling proc-macro-crate v3.4.0
22292026-03-05T04:43:06.689Z Compiling ingot-types v0.1.2
22302026-03-05T04:43:13.552Z Compiling cobs v0.3.0
22312026-03-05T04:43:16.689Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22322026-03-05T04:43:17.597Z Compiling rustls v0.22.4
22332026-03-05T04:43:31.637Z Compiling postcard v1.1.3
22342026-03-05T04:43:37.614Z Compiling ingot v0.1.1
22352026-03-05T04:43:42.848Z Compiling num_enum_derive v0.7.5
22362026-03-05T04:43:44.081Z Compiling proc-macro-crate v1.3.1
22372026-03-05T04:43:44.939Z Compiling rustls-webpki v0.102.8
22382026-03-05T04:43:45.964Z Compiling futures-executor v0.3.32
22392026-03-05T04:43:46.849Z Compiling foreign-types-macros v0.2.3
22402026-03-05T04:43:46.904Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22412026-03-05T04:43:47.510Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22422026-03-05T04:43:47.593Z Compiling multer v3.1.0
22432026-03-05T04:43:47.652Z Compiling thread_local v1.1.9
22442026-03-05T04:43:47.826Z Compiling slog-async v2.8.0
22452026-03-05T04:43:47.931Z Compiling match_cfg v0.1.0
22462026-03-05T04:43:48.007Z Compiling cpufeatures v0.3.0
22472026-03-05T04:43:48.053Z Compiling foreign-types-shared v0.3.1
22482026-03-05T04:43:48.233Z Compiling foreign-types v0.5.0
22492026-03-05T04:43:48.255Z Compiling chacha20 v0.10.0
22502026-03-05T04:43:48.280Z Compiling hostname v0.3.1
22512026-03-05T04:43:48.475Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22522026-03-05T04:43:48.596Z Compiling futures v0.3.32
22532026-03-05T04:43:48.740Z Compiling num_enum v0.7.5
22542026-03-05T04:43:48.856Z Compiling num_enum_derive v0.5.11
22552026-03-05T04:43:49.009Z Compiling derive-ex v0.1.8
22562026-03-05T04:43:49.191Z Compiling tabwriter v1.4.1
22572026-03-05T04:43:49.194Z Compiling slog-json v2.6.1
22582026-03-05T04:43:49.257Z Compiling crossbeam-channel v0.5.15
22592026-03-05T04:43:49.662Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22602026-03-05T04:43:49.929Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22612026-03-05T04:43:50.447Z Compiling async-stream-impl v0.3.6
22622026-03-05T04:43:50.658Z Compiling serde_spanned v1.0.4
22632026-03-05T04:43:50.739Z Compiling cstr-argument v0.1.2
22642026-03-05T04:43:50.791Z Compiling memoffset v0.9.1
22652026-03-05T04:43:50.919Z Compiling is-terminal v0.4.17
22662026-03-05T04:43:51.006Z Compiling dropshot v0.16.7
22672026-03-05T04:43:51.078Z Compiling term v1.2.1
22682026-03-05T04:43:51.202Z Compiling typeid v1.0.3
22692026-03-05T04:43:51.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22702026-03-05T04:43:51.634Z Compiling cfg_aliases v0.2.1
22712026-03-05T04:43:51.705Z Compiling take_mut v0.2.2
22722026-03-05T04:43:51.735Z Compiling toml_writer v1.0.6+spec-1.1.0
22732026-03-05T04:43:51.758Z Compiling crucible-workspace-hack v0.1.0
22742026-03-05T04:43:52.125Z Compiling toml v0.9.12+spec-1.1.0
22752026-03-05T04:43:52.243Z Compiling nix v0.30.1
22762026-03-05T04:43:52.265Z Compiling slog-term v2.9.2
22772026-03-05T04:43:52.556Z Compiling test-strategy v0.4.5
22782026-03-05T04:43:53.142Z Compiling tokio-rustls v0.25.0
22792026-03-05T04:43:53.600Z Compiling async-stream v0.3.6
22802026-03-05T04:43:54.172Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22812026-03-05T04:43:54.578Z Compiling num_enum v0.5.11
22822026-03-05T04:43:55.009Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-03-05T04:43:55.118Z Compiling slog-bunyan v2.5.0
22842026-03-05T04:43:55.193Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22852026-03-05T04:43:55.225Z Compiling rand v0.10.0
22862026-03-05T04:43:55.410Z Compiling parse-display-derive v0.10.0
22872026-03-05T04:43:55.500Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-03-05T04:43:55.581Z Compiling waitgroup v0.1.2
22892026-03-05T04:43:55.846Z Compiling rustls-pemfile v2.2.0
22902026-03-05T04:43:55.927Z Compiling newtype-uuid-macros v0.1.0
22912026-03-05T04:43:56.409Z Compiling dropshot_endpoint v0.16.7
22922026-03-05T04:43:56.594Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22932026-03-05T04:43:56.930Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-03-05T04:43:57.326Z Compiling serde_path_to_error v0.1.20
22952026-03-05T04:43:57.386Z Compiling hostname v0.4.2
22962026-03-05T04:43:57.465Z Compiling instant v0.1.13
22972026-03-05T04:43:57.666Z Compiling debug-ignore v1.0.5
22982026-03-05T04:43:57.687Z Compiling colored v3.1.1
22992026-03-05T04:43:57.795Z Compiling erased-serde v0.4.9
23002026-03-05T04:43:57.854Z Compiling backoff v0.4.0
23012026-03-05T04:43:58.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23022026-03-05T04:43:58.473Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-03-05T04:43:58.595Z Compiling parse-display v0.10.0
23042026-03-05T04:43:58.718Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-05T04:43:59.014Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23062026-03-05T04:44:00.499Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-03-05T04:44:01.229Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23082026-03-05T04:44:01.930Z Compiling progenitor-client v0.13.0
23092026-03-05T04:44:01.953Z Compiling progenitor-client v0.10.0
23102026-03-05T04:44:02.030Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23112026-03-05T04:44:02.324Z Compiling camino-tempfile v1.4.1
23122026-03-05T04:44:03.117Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-03-05T04:44:03.120Z Compiling backon v1.6.0
23142026-03-05T04:44:03.178Z Compiling regress v0.10.5
23152026-03-05T04:44:03.365Z Compiling secrecy v0.10.3
23162026-03-05T04:44:03.678Z Compiling num-derive v0.4.2
23172026-03-05T04:44:03.793Z Compiling sigpipe v0.1.3
23182026-03-05T04:44:03.954Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23192026-03-05T04:44:04.298Z Compiling libefi-sys v0.1.0
23202026-03-05T04:44:04.650Z Compiling glob v0.3.3
23212026-03-05T04:44:05.760Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23222026-03-05T04:44:05.797Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23232026-03-05T04:44:06.734Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23242026-03-05T04:44:06.933Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23252026-03-05T04:44:07.271Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23262026-03-05T04:44:07.439Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-05T04:44:11.365Z Compiling usdt-macro v0.5.0
23282026-03-05T04:44:11.600Z Compiling usdt-attr-macro v0.5.0
23292026-03-05T04:44:12.219Z Compiling smf v0.2.3
23302026-03-05T04:44:12.731Z Compiling bitfield-struct v0.6.2
23312026-03-05T04:44:13.005Z Compiling ordered-float v2.10.1
23322026-03-05T04:44:13.671Z Compiling blake3 v1.8.3
23332026-03-05T04:44:14.006Z Compiling memmap v0.7.0
23342026-03-05T04:44:14.379Z Compiling whoami v1.6.1
23352026-03-05T04:44:14.454Z Compiling usdt v0.5.0
23362026-03-05T04:44:14.696Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-05T04:44:15.000Z Compiling serde-value v0.7.0
23382026-03-05T04:44:15.231Z Compiling serde-untagged v0.1.9
23392026-03-05T04:44:15.545Z Compiling toml v0.8.23
23402026-03-05T04:44:15.736Z Compiling filetime v0.2.27
23412026-03-05T04:44:15.894Z Compiling arrayref v0.3.9
23422026-03-05T04:44:15.995Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-05T04:44:16.026Z Compiling constant_time_eq v0.4.2
23442026-03-05T04:44:16.129Z Compiling unicode-xid v0.2.6
23452026-03-05T04:44:16.167Z Compiling arrayvec v0.7.6
23462026-03-05T04:44:16.267Z Compiling same-file v1.0.6
23472026-03-05T04:44:16.424Z Compiling xattr v1.6.1
23482026-03-05T04:44:16.449Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-05T04:44:16.553Z Compiling walkdir v2.5.0
23502026-03-05T04:44:16.630Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-05T04:44:16.692Z Compiling cargo-util-schemas v0.8.2
23522026-03-05T04:44:16.753Z Compiling tar v0.4.44
23532026-03-05T04:44:17.828Z Compiling tokio-dtrace v0.1.1
23542026-03-05T04:44:18.067Z Compiling gethostname v0.5.0
23552026-03-05T04:44:18.294Z Compiling cargo-platform v0.2.0
23562026-03-05T04:44:18.565Z Compiling topological-sort v0.2.2
23572026-03-05T04:44:18.880Z Compiling omicron-zone-package v0.12.2
23582026-03-05T04:44:19.511Z Compiling cargo_metadata v0.21.0
23592026-03-05T04:44:19.533Z Compiling oxide-tokio-rt v0.1.2
23602026-03-05T04:44:21.114Z Compiling shell-words v1.1.1
23612026-03-05T04:44:21.630Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-05T04:44:21.963Z Compiling indent_write v2.2.0
23632026-03-05T04:44:27.525Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23642026-03-05T04:44:29.997Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23652026-03-05T04:44:32.154Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23662026-03-05T04:44:49.017Z Finished `release` profile [optimized] target(s) in 5m 16s
23672026-03-05T04:44:49.202Z Running `target/release/omicron-package -t test target create -p dev`
23682026-03-05T04:44:49.257ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-03-05T04:44:49.260ZCreated new build target 'test' and set it as active
23702026-03-05T04:44:49.260Z
23712026-03-05T04:44:49.260Zreal 5:16.877878820
23722026-03-05T04:44:49.260Zuser 35:43.014351989
23732026-03-05T04:44:49.260Zsys 3:30.407899225
23742026-03-05T04:44:49.260Ztrap 0.994185937
23752026-03-05T04:44:49.260Ztflt 2.265388615
23762026-03-05T04:44:49.260Zdflt 1.169854521
23772026-03-05T04:44:49.260Zkflt 0.000109849
23782026-03-05T04:44:49.260Zlock 1:40:16.938722468
23792026-03-05T04:44:49.260Zslp 2:17:47.086170731
23802026-03-05T04:44:49.260Zlat 2:30.417722989
23812026-03-05T04:44:49.260Zstop 5:08.937412003
23822026-03-05T04:44:49.260Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23832026-03-05T04:44:50.474Z Finished `release` profile [optimized] target(s) in 1.15s
23842026-03-05T04:44:50.536Z Running `target/release/omicron-package -t test package`
23852026-03-05T04:44:50.587ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862026-03-05T04:44:52.528Z Compiling regress v0.10.5
23872026-03-05T04:44:52.532Z Compiling heck v0.5.0
23882026-03-05T04:44:52.532Z Compiling unsafe-libyaml v0.2.11
23892026-03-05T04:44:52.789Z Compiling convert_case v0.4.0
23902026-03-05T04:44:52.813Z Compiling half v2.7.1
23912026-03-05T04:44:52.816Z Compiling ciborium-io v0.2.2
23922026-03-05T04:44:52.857Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23932026-03-05T04:44:52.860Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23942026-03-05T04:44:52.978Z Compiling typify-impl v0.6.1
23952026-03-05T04:44:53.426Z Compiling derive_more v0.99.20
23962026-03-05T04:44:53.581Z Compiling ciborium-ll v0.2.2
23972026-03-05T04:44:54.041Z Compiling serde_yaml v0.9.34+deprecated
23982026-03-05T04:44:54.097Z Compiling ciborium v0.2.2
23992026-03-05T04:44:54.367Z Compiling prettyplease v0.2.37
24002026-03-05T04:44:54.770Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-05T04:44:55.230Z Compiling universal-hash v0.5.1
24022026-03-05T04:44:55.512Z Compiling thiserror-impl-no-std v2.0.2
24032026-03-05T04:44:55.976Z Compiling unicode-width v0.1.14
24042026-03-05T04:44:56.715Z Compiling opaque-debug v0.3.1
24052026-03-05T04:44:56.855Z Compiling poly1305 v0.8.0
24062026-03-05T04:44:57.117Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-03-05T04:44:57.502Z Compiling byte-wrapper v0.1.0
24082026-03-05T04:44:57.837Z Compiling thiserror-no-std v2.0.2
24092026-03-05T04:44:58.015Z Compiling chacha20 v0.9.1
24102026-03-05T04:44:58.262Z Compiling password-hash v0.5.0
24112026-03-05T04:44:58.514Z Compiling blake2 v0.10.6
24122026-03-05T04:44:58.797Z Compiling aead v0.5.2
24132026-03-05T04:44:59.163Z Compiling is-terminal v0.4.17
24142026-03-05T04:44:59.332Z Compiling swrite v0.1.0
24152026-03-05T04:44:59.437Z Compiling chacha20poly1305 v0.10.1
24162026-03-05T04:44:59.513Z Compiling argon2 v0.5.3
24172026-03-05T04:44:59.656Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24182026-03-05T04:44:59.713Z Compiling vsss-rs v3.3.4
24192026-03-05T04:44:59.846Z Compiling typify-impl v0.4.3
24202026-03-05T04:45:00.404Z Compiling serde_spanned v1.0.4
24212026-03-05T04:45:00.689Z Compiling toml_writer v1.0.6+spec-1.1.0
24222026-03-05T04:45:01.111Z Compiling toml v0.9.12+spec-1.1.0
24232026-03-05T04:45:01.857Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24242026-03-05T04:45:02.550Z Compiling bytecount v0.6.9
24252026-03-05T04:45:02.905Z Compiling rustls v0.22.4
24262026-03-05T04:45:02.952Z Compiling rustls-webpki v0.102.8
24272026-03-05T04:45:03.938Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24282026-03-05T04:45:03.978Z Compiling derive-where v1.6.0
24292026-03-05T04:45:04.577Z Compiling thread_local v1.1.9
24302026-03-05T04:45:05.032Z Compiling match_cfg v0.1.0
24312026-03-05T04:45:05.171Z Compiling hostname v0.3.1
24322026-03-05T04:45:05.642Z Compiling typify-macro v0.6.1
24332026-03-05T04:45:09.061Z Compiling typify v0.6.1
24342026-03-05T04:45:09.179Z Compiling typify-macro v0.4.3
24352026-03-05T04:45:09.255Z Compiling progenitor-impl v0.13.0
24362026-03-05T04:45:09.498Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24372026-03-05T04:45:10.014Z Compiling multer v3.1.0
24382026-03-05T04:45:10.109Z Compiling slog-async v2.8.0
24392026-03-05T04:45:10.203Z Compiling slog-json v2.6.1
24402026-03-05T04:45:10.577Z Compiling crossbeam-channel v0.5.15
24412026-03-05T04:45:11.582Z Compiling futures-executor v0.3.32
24422026-03-05T04:45:12.044Z Compiling take_mut v0.2.2
24432026-03-05T04:45:12.260Z Compiling term v1.2.1
24442026-03-05T04:45:12.454Z Compiling typify v0.4.3
24452026-03-05T04:45:12.634Z Compiling futures v0.3.32
24462026-03-05T04:45:12.788Z Compiling slog-bunyan v2.5.0
24472026-03-05T04:45:13.041Z Compiling slog-term v2.9.2
24482026-03-05T04:45:13.385Z Compiling tokio-rustls v0.25.0
24492026-03-05T04:45:13.825Z Compiling async-stream v0.3.6
24502026-03-05T04:45:14.124Z Compiling dropshot v0.16.7
24512026-03-05T04:45:14.153Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-05T04:45:14.181Z Compiling waitgroup v0.1.2
24532026-03-05T04:45:14.217Z Compiling rustls-pemfile v2.2.0
24542026-03-05T04:45:14.411Z Compiling serde_path_to_error v0.1.20
24552026-03-05T04:45:14.489Z Compiling hostname v0.4.2
24562026-03-05T04:45:14.561Z Compiling instant v0.1.13
24572026-03-05T04:45:14.627Z Compiling progenitor-macro v0.13.0
24582026-03-05T04:45:14.718Z Compiling debug-ignore v1.0.5
24592026-03-05T04:45:14.746Z Compiling backoff v0.4.0
24602026-03-05T04:45:14.899Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-05T04:45:16.022Z Compiling parse-display v0.10.0
24622026-03-05T04:45:16.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-03-05T04:45:16.799Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-05T04:45:18.235Z Compiling progenitor-client v0.10.0
24652026-03-05T04:45:18.773Z Compiling progenitor-client v0.13.0
24662026-03-05T04:45:19.412Z Compiling backon v1.6.0
24672026-03-05T04:45:19.839Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-03-05T04:45:21.790Z Compiling macaddr v1.0.1
24692026-03-05T04:45:22.245Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24702026-03-05T04:45:25.188Z Compiling progenitor v0.13.0
24712026-03-05T04:45:25.642Z Compiling console v0.15.11
24722026-03-05T04:45:26.139Z Compiling newline-converter v0.3.0
24732026-03-05T04:45:26.398Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-05T04:45:26.566Z Compiling atomicwrites v0.4.4
24752026-03-05T04:45:27.124Z Compiling num-rational v0.4.2
24762026-03-05T04:45:29.373Z Compiling num-complex v0.4.6
24772026-03-05T04:45:30.535Z Compiling slog-dtrace v0.3.0
24782026-03-05T04:45:30.865Z Compiling num v0.4.3
24792026-03-05T04:45:31.035Z Compiling expectorate v1.2.0
24802026-03-05T04:45:31.153Z Compiling async-recursion v1.1.1
24812026-03-05T04:45:31.438Z Compiling float-ord v0.3.2
24822026-03-05T04:45:31.661Z Compiling owo-colors v4.3.0
24832026-03-05T04:45:32.261Z Compiling cancel-safe-futures v0.1.5
24842026-03-05T04:45:32.756Z Compiling libsw-core v0.3.2
24852026-03-05T04:45:33.096Z Compiling resolv-conf v0.7.6
24862026-03-05T04:45:34.195Z Compiling libsw v3.5.0
24872026-03-05T04:45:35.297Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-05T04:45:35.588Z Compiling toml v0.8.23
24892026-03-05T04:45:36.949Z Compiling linear-map v1.2.0
24902026-03-05T04:45:37.109Z Compiling minimal-lexical v0.2.1
24912026-03-05T04:45:37.390Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922026-03-05T04:45:37.607Z Compiling linked-hash-map v0.5.6
24932026-03-05T04:45:38.064Z Compiling lru-cache v0.1.2
24942026-03-05T04:45:38.150Z Compiling nom v7.1.3
24952026-03-05T04:45:41.440Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24962026-03-05T04:45:44.558Z Compiling unicode-xid v0.2.6
24972026-03-05T04:45:44.749Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-03-05T04:45:44.786Z Compiling globset v0.4.18
24992026-03-05T04:45:45.057Z Compiling hickory-proto v0.24.4
25002026-03-05T04:45:51.063Z Compiling hickory-resolver v0.24.4
25012026-03-05T04:45:55.137Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-05T04:45:56.704Z Compiling progenitor-impl v0.11.2
25032026-03-05T04:45:59.052Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-03-05T04:45:59.723Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-03-05T04:46:02.303Z Compiling convert_case v0.10.0
25062026-03-05T04:46:02.888Z Compiling derive_more-impl v2.1.1
25072026-03-05T04:46:03.774Z Compiling progenitor-macro v0.11.2
25082026-03-05T04:46:05.186Z Compiling qorb v0.4.1
25092026-03-05T04:46:10.179Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-05T04:46:10.538Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-03-05T04:46:13.669Z Compiling progenitor-client v0.11.2
25122026-03-05T04:46:14.262Z Compiling pin-project-internal v1.1.11
25132026-03-05T04:46:14.622Z Compiling progenitor v0.11.2
25142026-03-05T04:46:14.882Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-03-05T04:46:16.034Z Compiling derive_more v2.1.1
25162026-03-05T04:46:16.217Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-05T04:46:16.424Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-05T04:46:16.526Z Compiling pem v3.0.6
25192026-03-05T04:46:16.622Z Compiling pin-project v1.1.11
25202026-03-05T04:46:16.796Z Compiling snafu-derive v0.8.9
25212026-03-05T04:46:16.824Z Compiling termtree v0.5.1
25222026-03-05T04:46:16.855Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25232026-03-05T04:46:17.144Z Compiling crossterm v0.29.0
25242026-03-05T04:46:17.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-05T04:46:17.944Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-03-05T04:46:20.893Z Compiling snafu v0.8.9
25272026-03-05T04:46:23.048Z Compiling olpc-cjson v0.1.4
25282026-03-05T04:46:23.434Z Compiling phf_shared v0.12.1
25292026-03-05T04:46:23.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-03-05T04:46:23.933Z Compiling vte v0.14.1
25312026-03-05T04:46:24.370Z Compiling csv-core v0.1.13
25322026-03-05T04:46:24.590Z Compiling serde_plain v1.0.2
25332026-03-05T04:46:24.811Z Compiling highway v1.3.0
25342026-03-05T04:46:24.892Z Compiling typed-path v0.9.3
25352026-03-05T04:46:25.142Z Compiling chrono-tz v0.10.4
25362026-03-05T04:46:25.230Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25372026-03-05T04:46:25.544Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-03-05T04:46:25.657Z Compiling csv v1.4.0
25392026-03-05T04:46:26.438Z Compiling strip-ansi-escapes v0.2.1
25402026-03-05T04:46:27.741Z Compiling tough v0.20.0
25412026-03-05T04:46:27.882Z Compiling phf v0.12.1
25422026-03-05T04:46:28.238Z Compiling const_format_proc_macros v0.2.34
25432026-03-05T04:46:29.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-05T04:46:30.935Z Compiling papergrid v0.11.0
25452026-03-05T04:46:31.665Z Compiling fd-lock v4.0.4
25462026-03-05T04:46:31.932Z Compiling peg-macros v0.8.5
25472026-03-05T04:46:32.262Z Compiling tabled_derive v0.7.0
25482026-03-05T04:46:34.201Z Compiling nu-ansi-term v0.50.3
25492026-03-05T04:46:34.833Z Compiling peg v0.8.5
25502026-03-05T04:46:34.977Z Compiling reedline v0.40.0
25512026-03-05T04:46:35.245Z Compiling tabled v0.15.0
25522026-03-05T04:46:35.395Z Compiling const_format v0.2.35
25532026-03-05T04:46:39.089Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-05T04:46:39.710Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-05T04:46:43.363Z Compiling bcs v0.1.6
25562026-03-05T04:46:44.176Z Compiling semver v0.1.20
25572026-03-05T04:46:44.707Z Compiling rustc_version v0.1.7
25582026-03-05T04:46:45.104Z Compiling base64 v0.21.7
25592026-03-05T04:46:46.199Z Compiling newtype_derive v0.1.6
25602026-03-05T04:46:46.328Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-05T04:46:46.585Z Compiling smawk v0.3.2
25622026-03-05T04:46:46.711Z Compiling humantime v2.3.0
25632026-03-05T04:46:46.715Z Compiling unicode-linebreak v0.1.5
25642026-03-05T04:46:47.006Z Compiling dropshot-api-manager-types v0.5.2
25652026-03-05T04:46:47.307Z Compiling textwrap v0.16.2
25662026-03-05T04:46:47.738Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25672026-03-05T04:46:49.008Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-03-05T04:46:49.642Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25692026-03-05T04:46:49.983Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-03-05T04:46:50.229Z Compiling steno v0.4.1
25712026-03-05T04:46:50.975Z Compiling utf-8 v0.7.6
25722026-03-05T04:46:51.382Z Compiling progenitor-impl v0.10.0
25732026-03-05T04:46:54.010Z Compiling tagptr v0.2.0
25742026-03-05T04:46:54.340Z Compiling moka v0.12.13
25752026-03-05T04:46:56.924Z Compiling progenitor-macro v0.10.0
25762026-03-05T04:46:58.753Z Compiling hickory-resolver v0.25.2
25772026-03-05T04:46:59.156Z Compiling tungstenite v0.21.0
25782026-03-05T04:47:03.875Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25792026-03-05T04:47:07.491Z Compiling progenitor v0.10.0
25802026-03-05T04:47:07.755Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-05T04:47:08.009Z Compiling tokio-tungstenite v0.21.0
25822026-03-05T04:47:08.644Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25832026-03-05T04:47:09.548Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-03-05T04:47:12.303Z Compiling radium v0.7.0
25852026-03-05T04:47:12.858Z Compiling tap v1.0.1
25862026-03-05T04:47:13.114Z Compiling maybe-uninit v2.0.0
25872026-03-05T04:47:13.630Z Compiling wyz v0.5.1
25882026-03-05T04:47:14.158Z Compiling zerocopy-derive v0.6.6
25892026-03-05T04:47:14.278Z Compiling display-error-chain v0.2.2
25902026-03-05T04:47:14.551Z Compiling crc-catalog v2.4.0
25912026-03-05T04:47:14.754Z Compiling packed_struct v0.10.1
25922026-03-05T04:47:15.236Z Compiling funty v2.0.0
25932026-03-05T04:47:15.838Z Compiling zerocopy v0.6.6
25942026-03-05T04:47:16.745Z Compiling bitvec v1.0.1
25952026-03-05T04:47:17.754Z Compiling crc v3.4.0
25962026-03-05T04:47:18.025Z Compiling packed_struct_codegen v0.10.1
25972026-03-05T04:47:18.152Z Compiling bitfield-macros v0.19.4
25982026-03-05T04:47:18.243Z Compiling indexmap v1.9.3
25992026-03-05T04:47:18.647Z Compiling nodrop v0.1.14
26002026-03-05T04:47:18.832Z Compiling array-init v0.0.4
26012026-03-05T04:47:19.589Z Compiling bitfield v0.19.4
26022026-03-05T04:47:19.991Z Compiling smallvec v0.6.14
26032026-03-05T04:47:20.198Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26042026-03-05T04:47:20.328Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26052026-03-05T04:47:20.508Z Compiling num-derive v0.3.3
26062026-03-05T04:47:22.538Z Compiling proc-macro-error-attr2 v2.0.0
26072026-03-05T04:47:23.309Z Compiling hashbrown v0.12.3
26082026-03-05T04:47:25.141Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-03-05T04:47:25.585Z Compiling proc-macro-error2 v2.0.1
26102026-03-05T04:47:26.167Z Compiling libscf-sys v1.1.0
26112026-03-05T04:47:26.443Z Compiling serde-hex v0.1.0
26122026-03-05T04:47:26.633Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-05T04:47:27.036Z Compiling ron v0.8.1
26142026-03-05T04:47:27.057Z Compiling nix v0.31.1
26152026-03-05T04:47:27.900Z Compiling hashbrown v0.13.2
26162026-03-05T04:47:29.214Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26172026-03-05T04:47:31.641Z Compiling vergen-gitcl v1.0.8
26182026-03-05T04:47:32.025Z Compiling dirs-sys-next v0.1.2
26192026-03-05T04:47:32.322Z Compiling crc-any v2.5.0
26202026-03-05T04:47:32.457Z Compiling maplit v1.0.2
26212026-03-05T04:47:32.501Z Compiling glob v0.3.3
26222026-03-05T04:47:32.634Z Compiling crunchy v0.2.4
26232026-03-05T04:47:33.188Z Compiling dirs-next v2.0.0
26242026-03-05T04:47:33.219Z Compiling clang-sys v1.8.1
26252026-03-05T04:47:33.298Z Compiling object v0.30.4
26262026-03-05T04:47:33.407Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-05T04:47:33.942Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-05T04:47:34.833Z Compiling tabled_derive v0.11.0
26292026-03-05T04:47:35.439Z Compiling papergrid v0.17.0
26302026-03-05T04:47:37.205Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-03-05T04:47:44.980Z Compiling testing_table v0.3.0
26322026-03-05T04:47:45.815Z Compiling dsl_auto_type v0.1.3
26332026-03-05T04:47:47.016Z Compiling scheduled-thread-pool v0.2.7
26342026-03-05T04:47:48.248Z Compiling diesel_table_macro_syntax v0.2.0
26352026-03-05T04:47:48.625Z Compiling tiny-keccak v2.0.2
26362026-03-05T04:47:48.667Z Compiling path-slash v0.1.5
26372026-03-05T04:47:48.931Z Compiling diesel_derives v2.2.7
26382026-03-05T04:47:49.018Z Compiling r2d2 v0.8.10
26392026-03-05T04:47:49.529Z Compiling tabled v0.20.0
26402026-03-05T04:47:53.445Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26412026-03-05T04:47:53.682Z Compiling term v0.7.0
26422026-03-05T04:47:55.989Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-05T04:47:58.679Z Compiling arc-swap v1.8.2
26442026-03-05T04:47:59.135Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-05T04:47:59.453Z Compiling xshell-macros v0.2.7
26462026-03-05T04:47:59.525Z Compiling bit-vec v0.6.3
26472026-03-05T04:47:59.972Z Compiling bit-set v0.5.3
26482026-03-05T04:48:00.155Z Compiling xshell v0.2.7
26492026-03-05T04:48:00.401Z Compiling slog-scope v4.4.1
26502026-03-05T04:48:01.187Z Compiling diesel v2.2.12
26512026-03-05T04:48:02.897Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-03-05T04:48:04.026Z Compiling ascii-canvas v3.0.0
26532026-03-05T04:48:04.501Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-05T04:48:05.270Z Compiling itertools v0.10.5
26552026-03-05T04:48:07.662Z Compiling ena v0.14.4
26562026-03-05T04:48:07.882Z Compiling libloading v0.8.9
26572026-03-05T04:48:07.983Z Compiling regex-syntax v0.6.29
26582026-03-05T04:48:08.094Z Compiling diff v0.1.13
26592026-03-05T04:48:08.275Z Compiling unicase v2.9.0
26602026-03-05T04:48:08.585Z Compiling bindgen v0.71.1
26612026-03-05T04:48:12.643Z Compiling lalrpop v0.19.12
26622026-03-05T04:48:12.902Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-05T04:48:13.159Z Compiling slog-stdlog v4.1.1
26642026-03-05T04:48:14.020Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-03-05T04:48:14.702Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-03-05T04:48:14.944Z Compiling cexpr v0.6.0
26672026-03-05T04:48:15.197Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-03-05T04:48:15.577Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-03-05T04:48:15.687Z Compiling crc8 v0.1.1
26702026-03-05T04:48:16.110Z Compiling slog-envlogger v2.2.0
26712026-03-05T04:48:16.351Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-03-05T04:48:16.817Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-03-05T04:48:17.260Z Compiling headers-core v0.3.0
26742026-03-05T04:48:17.492Z Compiling libxml v0.3.3
26752026-03-05T04:48:17.569Z Compiling headers v0.4.1
26762026-03-05T04:48:18.125Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-03-05T04:48:18.616Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-05T04:48:18.993Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-03-05T04:48:19.767Z Compiling strum_macros v0.24.3
26802026-03-05T04:48:20.898Z Compiling indoc v1.0.9
26812026-03-05T04:48:21.769Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-03-05T04:48:22.150Z Compiling derive_builder v0.20.2
26832026-03-05T04:48:22.400Z Compiling oso-derive v0.27.3
26842026-03-05T04:48:22.718Z Compiling quick-xml v0.37.5
26852026-03-05T04:48:23.362Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-05T04:48:25.586Z Compiling openssl-probe v0.1.6
26872026-03-05T04:48:26.131Z Compiling half v1.8.3
26882026-03-05T04:48:26.497Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-03-05T04:48:27.126Z Compiling serde_cbor v0.11.2
26902026-03-05T04:48:27.805Z Compiling samael v0.0.19
26912026-03-05T04:48:27.909Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-03-05T04:48:28.800Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-03-05T04:48:29.238Z Compiling diesel-dtrace v0.4.2
26942026-03-05T04:48:29.734Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-03-05T04:48:30.103Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-05T04:48:30.977Z Compiling bb8 v0.8.6
26972026-03-05T04:48:31.714Z Compiling trait-variant v0.1.2
26982026-03-05T04:48:32.732Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-03-05T04:48:32.786Z Compiling polar-core v0.27.3
27002026-03-05T04:48:33.033Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-05T04:48:33.179Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-05T04:48:33.722Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-05T04:48:36.598Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-05T04:48:36.959Z Compiling fxhash v0.2.1
27052026-03-05T04:48:37.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-05T04:48:37.723Z Compiling kstat-rs v0.2.4
27072026-03-05T04:48:37.760Z Compiling libz-sys v1.1.24
27082026-03-05T04:48:38.618Z Compiling async-bb8-diesel v0.2.1
27092026-03-05T04:48:40.025Z Compiling salty v0.3.0
27102026-03-05T04:48:40.486Z Compiling nonempty v0.12.0
27112026-03-05T04:48:41.075Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-05T04:48:46.152Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27132026-03-05T04:48:46.435Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-03-05T04:48:46.470Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-03-05T04:48:51.241Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27162026-03-05T04:49:01.102Z Compiling oso v0.27.3
27172026-03-05T04:49:01.338Z Compiling darling_core v0.23.0
27182026-03-05T04:49:04.953Z Compiling nanorand v0.7.0
27192026-03-05T04:49:05.666Z Compiling fs-err v2.11.0
27202026-03-05T04:49:06.051Z Compiling parking_lot_core v0.8.6
27212026-03-05T04:49:06.985Z Compiling mime_guess v2.0.5
27222026-03-05T04:49:07.036Z Compiling darling_macro v0.23.0
27232026-03-05T04:49:08.064Z Compiling flume v0.11.1
27242026-03-05T04:49:08.223Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27252026-03-05T04:49:08.845Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-03-05T04:49:16.662Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-05T04:49:17.680Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-05T04:49:18.772Z Compiling git-stub v1.0.0
27292026-03-05T04:49:19.238Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-03-05T04:49:20.037Z Compiling instability v0.3.11
27312026-03-05T04:49:20.807Z Compiling git-stub-vcs v0.1.0
27322026-03-05T04:49:21.487Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-05T04:49:26.966Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-03-05T04:49:40.422Z Compiling darling v0.23.0
27352026-03-05T04:49:40.792Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-03-05T04:49:41.064Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-05T04:49:47.665Z Compiling ignore v0.4.25
27382026-03-05T04:49:49.173Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-03-05T04:49:51.476Z Compiling primeorder v0.13.6
27402026-03-05T04:49:51.622Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-03-05T04:49:52.091Z Compiling castaway v0.2.4
27422026-03-05T04:49:52.322Z Compiling nibble_vec v0.1.0
27432026-03-05T04:49:52.599Z Compiling atty v0.2.14
27442026-03-05T04:49:52.810Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-03-05T04:49:52.946Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-03-05T04:49:53.191Z Compiling http-range v0.1.5
27472026-03-05T04:49:53.328Z Compiling endian-type v0.1.2
27482026-03-05T04:49:53.620Z Compiling parse-size v1.1.0
27492026-03-05T04:49:53.782Z Compiling indoc v2.0.7
27502026-03-05T04:49:53.979Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27512026-03-05T04:49:54.367Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-03-05T04:49:54.737Z Compiling radix_trie v0.2.1
27532026-03-05T04:49:55.723Z Compiling compact_str v0.8.1
27542026-03-05T04:49:55.987Z Compiling p384 v0.13.1
27552026-03-05T04:49:58.049Z Compiling globwalk v0.9.1
27562026-03-05T04:49:58.439Z Compiling parking_lot v0.11.2
27572026-03-05T04:50:00.309Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-03-05T04:50:00.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-03-05T04:50:01.220Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27602026-03-05T04:50:01.672Z Compiling predicates-tree v1.0.13
27612026-03-05T04:50:02.589Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-03-05T04:50:03.215Z Compiling unicode-truncate v1.1.0
27632026-03-05T04:50:03.535Z Compiling lru v0.12.5
27642026-03-05T04:50:03.913Z Compiling prefix-trie v0.7.0
27652026-03-05T04:50:04.395Z Compiling vergen-git2 v1.0.7
27662026-03-05T04:50:04.732Z Compiling cassowary v0.3.0
27672026-03-05T04:50:04.897Z Compiling hickory-server v0.25.2
27682026-03-05T04:50:05.419Z Compiling ratatui v0.29.0
27692026-03-05T04:50:08.164Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-05T04:50:09.279Z Compiling camino-tempfile-ext v0.3.3
27712026-03-05T04:50:09.867Z Compiling git2 v0.20.4
27722026-03-05T04:50:13.091Z Compiling hyper-staticfile v0.10.1
27732026-03-05T04:50:15.623Z Compiling sled v0.34.7
27742026-03-05T04:50:17.695Z Compiling hickory-client v0.25.2
27752026-03-05T04:50:17.728Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-03-05T04:50:18.952Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27772026-03-05T04:50:19.525Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-03-05T04:50:21.054Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27792026-03-05T04:50:21.876Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27802026-03-05T04:50:23.528Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27812026-03-05T04:50:23.918Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-03-05T04:50:24.245Z Compiling rand_seeder v0.4.0
27832026-03-05T04:50:24.686Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27842026-03-05T04:50:24.941Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-05T04:50:25.122Z Compiling lzma-sys v0.1.20
27862026-03-05T04:50:25.860Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27872026-03-05T04:50:25.891Z Compiling rustls v0.21.12
27882026-03-05T04:50:26.252Z Compiling corncobs v0.1.4
27892026-03-05T04:50:26.482Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-03-05T04:50:26.682Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-05T04:50:26.870Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-03-05T04:50:27.320Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-03-05T04:50:27.657Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27942026-03-05T04:50:28.798Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-05T04:50:32.422Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-05T04:50:40.282Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27972026-03-05T04:50:42.079Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-03-05T04:50:48.601Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-03-05T04:50:49.237Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-03-05T04:50:51.284Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-05T04:50:51.674Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-05T04:50:52.058Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-03-05T04:50:52.434Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-03-05T04:50:55.481Z Compiling cargo_toml v0.22.3
28052026-03-05T04:51:00.046Z Compiling nix v0.29.0
28062026-03-05T04:51:00.787Z Compiling rustls-webpki v0.101.7
28072026-03-05T04:51:00.917Z Compiling sct v0.7.1
28082026-03-05T04:51:01.397Z Compiling secrecy v0.8.0
28092026-03-05T04:51:01.623Z Compiling void v1.0.2
28102026-03-05T04:51:01.864Z Compiling lzss v0.8.2
28112026-03-05T04:51:03.179Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28122026-03-05T04:51:04.533Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-05T04:51:04.882Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28142026-03-05T04:51:07.005Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28152026-03-05T04:51:08.267Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28162026-03-05T04:51:12.431Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-03-05T04:51:15.212Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-03-05T04:51:16.735Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28192026-03-05T04:51:20.408Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-03-05T04:51:20.806Z Compiling tungstenite v0.23.0
28212026-03-05T04:51:25.262Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-03-05T04:51:25.647Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-03-05T04:51:26.035Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-03-05T04:51:26.062Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-03-05T04:51:26.105Z Compiling nix v0.27.1
28262026-03-05T04:51:26.439Z Compiling serde_bytes v0.11.19
28272026-03-05T04:51:26.661Z Compiling tokio-tungstenite v0.23.1
28282026-03-05T04:51:26.985Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28292026-03-05T04:51:27.297Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-03-05T04:51:28.833Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28312026-03-05T04:51:33.856Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-03-05T04:51:35.720Z Compiling ron v0.12.0
28332026-03-05T04:51:39.279Z Compiling xz2 v0.1.7
28342026-03-05T04:51:39.898Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28352026-03-05T04:51:44.729Z Compiling tokio-rustls v0.24.1
28362026-03-05T04:51:46.175Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-05T04:51:47.032Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28382026-03-05T04:51:51.850Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28392026-03-05T04:51:54.052Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28402026-03-05T04:51:54.876Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28412026-03-05T04:51:58.460Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-03-05T04:52:16.054Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28432026-03-05T04:52:22.947Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-03-05T04:52:23.466Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-03-05T04:52:28.912Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462026-03-05T04:52:30.797Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28472026-03-05T04:52:36.054Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28482026-03-05T04:52:38.198Z Compiling rustls-pemfile v1.0.4
28492026-03-05T04:52:38.962Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28502026-03-05T04:52:39.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-03-05T04:52:40.143Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-03-05T04:52:41.931Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28532026-03-05T04:52:43.161Z Compiling signal-hook-tokio v0.3.1
28542026-03-05T04:52:43.427Z Compiling yasna v0.5.2
28552026-03-05T04:52:43.586Z Compiling twox-hash v2.1.2
28562026-03-05T04:52:44.639Z Compiling base16ct v1.0.0
28572026-03-05T04:52:45.133Z Compiling is_ci v1.2.0
28582026-03-05T04:52:45.502Z Compiling supports-color v3.0.2
28592026-03-05T04:52:46.576Z Compiling rcgen v0.12.1
28602026-03-05T04:52:48.380Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-03-05T04:52:57.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28622026-03-05T04:53:00.473Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-03-05T04:53:06.927Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-03-05T04:53:31.742Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-03-05T04:53:31.784Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-03-05T04:53:43.118Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-03-05T04:53:43.423Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-03-05T04:53:54.078Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28692026-03-05T04:54:00.720Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28702026-03-05T04:54:01.105Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28712026-03-05T04:54:01.493Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-03-05T04:54:01.525Z Compiling progenitor-extras v0.1.0
28732026-03-05T04:54:01.951Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-03-05T04:54:02.278Z Compiling fatfs v0.3.6
28752026-03-05T04:54:02.808Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-03-05T04:54:04.921Z Compiling subprocess v0.2.15
28772026-03-05T04:54:09.655Z Compiling rtoolbox v0.0.3
28782026-03-05T04:54:10.109Z Compiling assert_matches v1.5.0
28792026-03-05T04:54:10.284Z Compiling seq-macro v0.3.6
28802026-03-05T04:54:11.963Z Compiling rpassword v7.4.0
28812026-03-05T04:54:12.465Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28822026-03-05T04:54:21.782Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-03-05T04:54:23.879Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28842026-03-05T04:54:43.659Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-03-05T04:54:48.930Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28862026-03-05T04:54:48.982Z Compiling tui-tree-widget v0.23.1
28872026-03-05T04:54:49.129Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28882026-03-05T04:54:49.449Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-03-05T04:54:50.393Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902026-03-05T04:54:56.246Z Compiling uzers v0.12.2
28912026-03-05T04:54:59.405Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28922026-03-05T04:54:59.447Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28932026-03-05T04:55:07.839Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28942026-03-05T04:55:20.351Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952026-03-05T04:55:39.226Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-03-05T04:55:42.937Z Compiling support-bundle-viewer v0.1.2
28972026-03-05T04:55:43.800Z Compiling multimap v0.10.1
28982026-03-05T04:58:04.875Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-03-05T04:58:05.049Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-03-05T05:08:18.137Z Finished `release` profile [optimized] target(s) in 23m 27s
29012026-03-05T05:09:16.242Z
29022026-03-05T05:09:16.245Zreal 24:26.651727726
29032026-03-05T05:09:16.245Zuser 2:57:03.480511557
29042026-03-05T05:09:16.245Zsys 4:45.275800569
29052026-03-05T05:09:16.245Ztrap 4.295957006
29062026-03-05T05:09:16.245Ztflt 2.507889356
29072026-03-05T05:09:16.245Zdflt 6.227404949
29082026-03-05T05:09:16.245Zkflt 0.001775502
29092026-03-05T05:09:16.245Zlock 11:47:59.770341344
29102026-03-05T05:09:16.245Zslp 8:42:21.279934780
29112026-03-05T05:09:16.245Zlat 4:49.111259575
29122026-03-05T05:09:16.245Zstop 4:29.992734904
29132026-03-05T05:09:16.245Z+ mapfile -t packages
29142026-03-05T05:09:16.245Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-03-05T05:09:17.577Z Finished `release` profile [optimized] target(s) in 1.27s
29162026-03-05T05:09:17.641Z Running `target/release/omicron-package -t test list-outputs`
29172026-03-05T05:09:17.696ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-03-05T05:09:17.699Z+ ptime -m cargo build --locked --release -p xtask
29192026-03-05T05:09:18.512Z Compiling libc v0.2.180
29202026-03-05T05:09:18.512Z Compiling serde v1.0.228
29212026-03-05T05:09:18.515Z Compiling serde_core v1.0.228
29222026-03-05T05:09:18.515Z Compiling syn v2.0.117
29232026-03-05T05:09:18.515Z Compiling rustix v1.1.3
29242026-03-05T05:09:18.674Z Compiling bitflags v2.11.0
29252026-03-05T05:09:18.688Z Compiling serde_json v1.0.149
29262026-03-05T05:09:19.090Z Compiling num-traits v0.2.19
29272026-03-05T05:09:19.232Z Compiling smallvec v1.15.1
29282026-03-05T05:09:19.286Z Compiling hashbrown v0.16.1
29292026-03-05T05:09:19.688Z Compiling usdt-impl v0.5.0
29302026-03-05T05:09:19.883Z Compiling syn v1.0.109
29312026-03-05T05:09:20.294Z Compiling errno v0.3.14
29322026-03-05T05:09:20.387Z Compiling thread-id v4.2.2
29332026-03-05T05:09:20.552Z Compiling percent-encoding v2.3.2
29342026-03-05T05:09:20.591Z Compiling indexmap v2.13.0
29352026-03-05T05:09:20.696Z Compiling log v0.4.29
29362026-03-05T05:09:21.086Z Compiling getrandom v0.4.1
29372026-03-05T05:09:21.204Z Compiling form_urlencoded v1.2.2
29382026-03-05T05:09:21.734Z Compiling ordered-float v2.10.1
29392026-03-05T05:09:22.454Z Compiling fs-err v3.3.0
29402026-03-05T05:09:22.578Z Compiling once_cell v1.21.3
29412026-03-05T05:09:22.833Z Compiling anyhow v1.0.102
29422026-03-05T05:09:23.043Z Compiling terminal_size v0.4.3
29432026-03-05T05:09:23.311Z Compiling heck v0.4.1
29442026-03-05T05:09:23.808Z Compiling clap_builder v4.5.60
29452026-03-05T05:09:23.855Z Compiling tempfile v3.25.0
29462026-03-05T05:09:24.908Z Compiling proc-macro-error v1.0.4
29472026-03-05T05:09:25.459Z Compiling synstructure v0.13.2
29482026-03-05T05:09:25.741Z Compiling pest_generator v2.8.6
29492026-03-05T05:09:26.162Z Compiling memmap v0.7.0
29502026-03-05T05:09:26.196Z Compiling textwrap v0.16.2
29512026-03-05T05:09:26.237Z Compiling tabled_derive v0.7.0
29522026-03-05T05:09:26.692Z Compiling camino-tempfile v1.4.1
29532026-03-05T05:09:28.072Z Compiling tabled v0.15.0
29542026-03-05T05:09:28.380Z Compiling serde_derive v1.0.228
29552026-03-05T05:09:28.481Z Compiling zerofrom-derive v0.1.6
29562026-03-05T05:09:28.506Z Compiling yoke-derive v0.8.1
29572026-03-05T05:09:28.526Z Compiling zerovec-derive v0.11.2
29582026-03-05T05:09:28.567Z Compiling displaydoc v0.2.5
29592026-03-05T05:09:29.975Z Compiling thiserror-impl v1.0.69
29602026-03-05T05:09:30.684Z Compiling zerocopy-derive v0.7.35
29612026-03-05T05:09:30.951Z Compiling pest_derive v2.8.6
29622026-03-05T05:09:31.167Z Compiling zerofrom v0.1.6
29632026-03-05T05:09:31.449Z Compiling yoke v0.8.1
29642026-03-05T05:09:31.771Z Compiling scroll_derive v0.12.1
29652026-03-05T05:09:31.889Z Compiling zerovec v0.11.5
29662026-03-05T05:09:32.477Z Compiling zerotrie v0.2.3
29672026-03-05T05:09:32.557Z Compiling thiserror v1.0.69
29682026-03-05T05:09:32.739Z Compiling zerocopy v0.7.35
29692026-03-05T05:09:33.156Z Compiling tinystr v0.8.2
29702026-03-05T05:09:33.225Z Compiling potential_utf v0.1.4
29712026-03-05T05:09:33.458Z Compiling icu_collections v2.1.1
29722026-03-05T05:09:33.581Z Compiling icu_locale_core v2.1.1
29732026-03-05T05:09:33.640Z Compiling scroll v0.12.0
29742026-03-05T05:09:34.132Z Compiling dtrace-parser v0.2.0
29752026-03-05T05:09:34.463Z Compiling goblin v0.8.2
29762026-03-05T05:09:35.644Z Compiling icu_provider v2.1.1
29772026-03-05T05:09:36.391Z Compiling icu_normalizer v2.1.1
29782026-03-05T05:09:36.419Z Compiling icu_properties v2.1.2
29792026-03-05T05:09:36.571Z Compiling serde_spanned v0.6.9
29802026-03-05T05:09:36.877Z Compiling toml_datetime v0.6.11
29812026-03-05T05:09:37.742Z Compiling toml_edit v0.22.27
29822026-03-05T05:09:39.153Z Compiling idna_adapter v1.2.1
29832026-03-05T05:09:39.322Z Compiling dof v0.3.0
29842026-03-05T05:09:39.398Z Compiling idna v1.1.0
29852026-03-05T05:09:40.243Z Compiling serde_tokenstream v0.2.3
29862026-03-05T05:09:41.350Z Compiling thiserror-impl v2.0.18
29872026-03-05T05:09:42.406Z Compiling toml v0.8.23
29882026-03-05T05:09:44.117Z Compiling thiserror v2.0.18
29892026-03-05T05:09:44.349Z Compiling url v2.5.8
29902026-03-05T05:09:46.835Z Compiling serde-value v0.7.0
29912026-03-05T05:09:47.983Z Compiling cargo-util-schemas v0.8.2
29922026-03-05T05:09:49.605Z Compiling usdt-attr-macro v0.5.0
29932026-03-05T05:09:49.869Z Compiling usdt-macro v0.5.0
29942026-03-05T05:09:50.934Z Compiling cargo-platform v0.2.0
29952026-03-05T05:09:51.095Z Compiling clap_derive v4.5.55
29962026-03-05T05:09:52.143Z Compiling cargo_metadata v0.21.0
29972026-03-05T05:09:53.473Z Compiling usdt v0.5.0
29982026-03-05T05:09:53.590Z Compiling cargo_toml v0.21.0
29992026-03-05T05:09:54.840Z Compiling macaddr v1.0.1
30002026-03-05T05:09:55.127Z Compiling clap v4.5.60
30012026-03-05T05:10:04.426Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-03-05T05:10:10.135Z Finished `release` profile [optimized] target(s) in 52.36s
30032026-03-05T05:10:10.277Z
30042026-03-05T05:10:10.277Zreal 52.533197359
30052026-03-05T05:10:10.277Zuser 5:40.013792358
30062026-03-05T05:10:10.277Zsys 26.680868662
30072026-03-05T05:10:10.277Ztrap 0.172741995
30082026-03-05T05:10:10.277Ztflt 0.259356832
30092026-03-05T05:10:10.277Zdflt 0.401824159
30102026-03-05T05:10:10.280Zkflt 0.000010718
30112026-03-05T05:10:10.280Zlock 16:49.448773647
30122026-03-05T05:10:10.280Zslp 19:02.724057389
30132026-03-05T05:10:10.280Zlat 23.584214924
30142026-03-05T05:10:10.280Zstop 35.757827211
30152026-03-05T05:10:10.280Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-03-05T05:10:10.280Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-03-05T05:10:10.280Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-03-05T05:10:10.280Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-03-05T05:10:10.280Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-03-05T05:10:11.625Z Compiling regress v0.10.5
30212026-03-05T05:10:11.794Z Compiling serde_spanned v1.0.4
30222026-03-05T05:10:11.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-03-05T05:10:11.797Z Compiling toml_writer v1.0.6+spec-1.1.0
30242026-03-05T05:10:11.825Z Compiling structmeta-derive v0.3.0
30252026-03-05T05:10:11.827Z Compiling rustls v0.22.4
30262026-03-05T05:10:11.843Z Compiling rustls-webpki v0.102.8
30272026-03-05T05:10:11.845Z Compiling newtype-uuid-macros v0.1.0
30282026-03-05T05:10:12.029Z Compiling multer v3.1.0
30292026-03-05T05:10:12.153Z Compiling toml v0.9.12+spec-1.1.0
30302026-03-05T05:10:12.274Z Compiling debug-ignore v1.0.5
30312026-03-05T05:10:12.368Z Compiling match_cfg v0.1.0
30322026-03-05T05:10:12.451Z Compiling slog-json v2.6.1
30332026-03-05T05:10:12.476Z Compiling hostname v0.3.1
30342026-03-05T05:10:12.499Z Compiling async-stream-impl v0.3.6
30352026-03-05T05:10:12.835Z Compiling dropshot v0.16.7
30362026-03-05T05:10:13.311Z Compiling slog-bunyan v2.5.0
30372026-03-05T05:10:13.557Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-05T05:10:13.582Z Compiling itertools v0.14.0
30392026-03-05T05:10:13.791Z Compiling async-stream v0.3.6
30402026-03-05T05:10:14.094Z Compiling waitgroup v0.1.2
30412026-03-05T05:10:14.263Z Compiling structmeta v0.3.0
30422026-03-05T05:10:14.356Z Compiling rustls-pemfile v2.2.0
30432026-03-05T05:10:14.527Z Compiling dropshot_endpoint v0.16.7
30442026-03-05T05:10:14.691Z Compiling hostname v0.4.2
30452026-03-05T05:10:14.742Z Compiling serde_path_to_error v0.1.20
30462026-03-05T05:10:14.956Z Compiling derive-ex v0.1.8
30472026-03-05T05:10:14.999Z Compiling progenitor-client v0.13.0
30482026-03-05T05:10:15.303Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-03-05T05:10:15.552Z Compiling macaddr v1.0.1
30502026-03-05T05:10:15.578Z Compiling progenitor-client v0.10.0
30512026-03-05T05:10:15.634Z Compiling instant v0.1.13
30522026-03-05T05:10:15.856Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-03-05T05:10:16.048Z Compiling parse-display-derive v0.10.0
30542026-03-05T05:10:16.126Z Compiling backoff v0.4.0
30552026-03-05T05:10:16.531Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-03-05T05:10:16.572Z Compiling backon v1.6.0
30572026-03-05T05:10:16.663Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-03-05T05:10:16.897Z Compiling tokio-rustls v0.25.0
30592026-03-05T05:10:17.000Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30602026-03-05T05:10:17.298Z Compiling crucible-workspace-hack v0.1.0
30612026-03-05T05:10:17.342Z Compiling cfg_aliases v0.2.1
30622026-03-05T05:10:17.478Z Compiling toml_edit v0.23.10+spec-1.0.0
30632026-03-05T05:10:17.830Z Compiling heapless v0.8.0
30642026-03-05T05:10:18.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30652026-03-05T05:10:18.883Z Compiling proc-macro-crate v3.4.0
30662026-03-05T05:10:19.001Z Compiling test-strategy v0.4.5
30672026-03-05T05:10:19.254Z Compiling ingot-macros v0.1.1
30682026-03-05T05:10:19.385Z Compiling hash32 v0.3.1
30692026-03-05T05:10:19.679Z Compiling memoffset v0.9.1
30702026-03-05T05:10:19.796Z Compiling parse-display v0.10.0
30712026-03-05T05:10:20.004Z Compiling smoltcp v0.11.0
30722026-03-05T05:10:20.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30732026-03-05T05:10:20.282Z Compiling num_enum_derive v0.7.5
30742026-03-05T05:10:20.485Z Compiling tabwriter v1.4.1
30752026-03-05T05:10:20.689Z Compiling cobs v0.3.0
30762026-03-05T05:10:20.725Z Compiling foreign-types-macros v0.2.3
30772026-03-05T05:10:21.011Z Compiling cpufeatures v0.3.0
30782026-03-05T05:10:21.075Z Compiling foreign-types-shared v0.3.1
30792026-03-05T05:10:21.160Z Compiling chacha20 v0.10.0
30802026-03-05T05:10:21.235Z Compiling postcard v1.1.3
30812026-03-05T05:10:22.056Z Compiling foreign-types v0.5.0
30822026-03-05T05:10:22.123Z Compiling proc-macro-crate v1.3.1
30832026-03-05T05:10:22.198Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-03-05T05:10:22.300Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30852026-03-05T05:10:22.377Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30862026-03-05T05:10:22.633Z Compiling num_enum v0.7.5
30872026-03-05T05:10:22.893Z Compiling secrecy v0.10.3
30882026-03-05T05:10:22.932Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30892026-03-05T05:10:23.012Z Compiling cstr-argument v0.1.2
30902026-03-05T05:10:23.038Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30912026-03-05T05:10:23.156Z Compiling unsafe-libyaml v0.2.11
30922026-03-05T05:10:23.276Z Compiling colored v3.1.1
30932026-03-05T05:10:23.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30942026-03-05T05:10:23.456Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-03-05T05:10:23.495Z Compiling num_enum_derive v0.5.11
30962026-03-05T05:10:23.680Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30972026-03-05T05:10:23.907Z Compiling rand v0.10.0
30982026-03-05T05:10:24.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-05T05:10:24.064Z Compiling nix v0.30.1
31002026-03-05T05:10:24.908Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31012026-03-05T05:10:24.933Z Compiling serde_yaml v0.9.34+deprecated
31022026-03-05T05:10:24.977Z Compiling camino-tempfile v1.4.1
31032026-03-05T05:10:25.575Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31042026-03-05T05:10:25.752Z Compiling num_enum v0.5.11
31052026-03-05T05:10:25.865Z Compiling ingot-types v0.1.2
31062026-03-05T05:10:25.992Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31072026-03-05T05:10:26.064Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31082026-03-05T05:10:26.242Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31092026-03-05T05:10:26.284Z Compiling smf v0.2.3
31102026-03-05T05:10:26.663Z Compiling num-derive v0.4.2
31112026-03-05T05:10:26.688Z Compiling sigpipe v0.1.3
31122026-03-05T05:10:26.830Z Compiling ingot v0.1.1
31132026-03-05T05:10:26.857Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31142026-03-05T05:10:27.217Z Compiling glob v0.3.3
31152026-03-05T05:10:27.507Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31162026-03-05T05:10:27.990Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31172026-03-05T05:10:28.581Z Compiling whoami v1.6.1
31182026-03-05T05:10:28.831Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31192026-03-05T05:10:29.129Z Compiling toml v0.8.23
31202026-03-05T05:10:29.198Z Compiling convert_case v0.4.0
31212026-03-05T05:10:29.267Z Compiling universal-hash v0.5.1
31222026-03-05T05:10:29.527Z Compiling opaque-debug v0.3.1
31232026-03-05T05:10:29.667Z Compiling half v2.7.1
31242026-03-05T05:10:29.670Z Compiling ciborium-io v0.2.2
31252026-03-05T05:10:29.883Z Compiling aead v0.5.2
31262026-03-05T05:10:30.067Z Compiling derive_more v0.99.20
31272026-03-05T05:10:30.299Z Compiling ciborium-ll v0.2.2
31282026-03-05T05:10:30.381Z Compiling poly1305 v0.8.0
31292026-03-05T05:10:30.591Z Compiling chacha20 v0.9.1
31302026-03-05T05:10:30.737Z Compiling ciborium v0.2.2
31312026-03-05T05:10:31.154Z Compiling typify-impl v0.6.1
31322026-03-05T05:10:31.345Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31332026-03-05T05:10:31.574Z Compiling typify-impl v0.4.3
31342026-03-05T05:10:31.758Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-05T05:10:32.048Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-05T05:10:32.105Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-05T05:10:32.692Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-05T05:10:32.789Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-05T05:10:34.838Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-05T05:10:34.982Z Compiling thiserror-no-std v2.0.2
31412026-03-05T05:10:35.152Z Compiling num-rational v0.4.2
31422026-03-05T05:10:36.559Z Compiling byte-wrapper v0.1.0
31432026-03-05T05:10:36.638Z Compiling password-hash v0.5.0
31442026-03-05T05:10:37.282Z Compiling blake2 v0.10.6
31452026-03-05T05:10:37.537Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31462026-03-05T05:10:37.665Z Compiling num-complex v0.4.6
31472026-03-05T05:10:37.695Z Compiling indent_write v2.2.0
31482026-03-05T05:10:37.828Z Compiling prettyplease v0.2.37
31492026-03-05T05:10:37.951Z Compiling argon2 v0.5.3
31502026-03-05T05:10:38.548Z Compiling num v0.4.3
31512026-03-05T05:10:38.677Z Compiling vsss-rs v3.3.4
31522026-03-05T05:10:38.700Z Compiling chacha20poly1305 v0.10.1
31532026-03-05T05:10:38.975Z Compiling float-ord v0.3.2
31542026-03-05T05:10:39.201Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31552026-03-05T05:10:39.739Z Compiling gethostname v0.5.0
31562026-03-05T05:10:39.964Z Compiling usdt-macro v0.5.0
31572026-03-05T05:10:40.851Z Compiling usdt-attr-macro v0.5.0
31582026-03-05T05:10:41.533Z Compiling derive-where v1.6.0
31592026-03-05T05:10:42.058Z Compiling memmap v0.7.0
31602026-03-05T05:10:42.426Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31612026-03-05T05:10:42.484Z Compiling atomicwrites v0.4.4
31622026-03-05T05:10:42.509Z Compiling usdt v0.5.0
31632026-03-05T05:10:42.728Z Compiling typify-macro v0.6.1
31642026-03-05T05:10:42.871Z Compiling owo-colors v4.3.0
31652026-03-05T05:10:42.956Z Compiling cancel-safe-futures v0.1.5
31662026-03-05T05:10:43.009Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31672026-03-05T05:10:43.162Z Compiling typify-macro v0.4.3
31682026-03-05T05:10:43.411Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31692026-03-05T05:10:43.504Z Compiling libsw-core v0.3.2
31702026-03-05T05:10:43.623Z Compiling async-recursion v1.1.1
31712026-03-05T05:10:43.839Z Compiling resolv-conf v0.7.6
31722026-03-05T05:10:44.152Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31732026-03-05T05:10:44.542Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-03-05T05:10:44.567Z Compiling libsw v3.5.0
31752026-03-05T05:10:45.685Z Compiling progenitor-client v0.11.2
31762026-03-05T05:10:46.378Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-03-05T05:10:46.510Z Compiling typify v0.6.1
31782026-03-05T05:10:46.728Z Compiling progenitor-impl v0.13.0
31792026-03-05T05:10:46.823Z Compiling libefi-sys v0.1.0
31802026-03-05T05:10:47.000Z Compiling typify v0.4.3
31812026-03-05T05:10:47.000Z Compiling linear-map v1.2.0
31822026-03-05T05:10:47.049Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31832026-03-05T05:10:47.087Z Compiling hickory-proto v0.24.4
31842026-03-05T05:10:47.172Z Compiling progenitor-impl v0.11.2
31852026-03-05T05:10:47.256Z Compiling newline-converter v0.3.0
31862026-03-05T05:10:47.345Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-05T05:10:47.480Z Compiling console v0.15.11
31882026-03-05T05:10:48.828Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-03-05T05:10:48.961Z Compiling bitfield-struct v0.6.2
31902026-03-05T05:10:49.931Z Compiling semver v0.1.20
31912026-03-05T05:10:50.365Z Compiling linked-hash-map v0.5.6
31922026-03-05T05:10:50.561Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-03-05T05:10:50.769Z Compiling lru-cache v0.1.2
31942026-03-05T05:10:51.049Z Compiling rustc_version v0.1.7
31952026-03-05T05:10:51.075Z Compiling expectorate v1.2.0
31962026-03-05T05:10:51.383Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31972026-03-05T05:10:51.504Z Compiling pin-project-internal v1.1.11
31982026-03-05T05:10:51.776Z Compiling slog-dtrace v0.3.0
31992026-03-05T05:10:52.166Z Compiling minimal-lexical v0.2.1
32002026-03-05T05:10:52.727Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-05T05:10:52.890Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-05T05:10:53.365Z Compiling progenitor-macro v0.13.0
32032026-03-05T05:10:53.715Z Compiling nom v7.1.3
32042026-03-05T05:10:53.925Z Compiling progenitor-macro v0.11.2
32052026-03-05T05:10:54.188Z Compiling pin-project v1.1.11
32062026-03-05T05:10:54.475Z Compiling hickory-resolver v0.24.4
32072026-03-05T05:10:54.645Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-03-05T05:10:54.786Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32092026-03-05T05:10:55.027Z Compiling newtype_derive v0.1.6
32102026-03-05T05:10:55.388Z Compiling tokio-dtrace v0.1.1
32112026-03-05T05:10:55.931Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-03-05T05:10:57.102Z Compiling phf_shared v0.12.1
32132026-03-05T05:10:57.127Z Compiling dropshot-api-manager-types v0.5.2
32142026-03-05T05:10:57.491Z Compiling pem v3.0.6
32152026-03-05T05:10:57.794Z Compiling snafu-derive v0.8.9
32162026-03-05T05:10:58.213Z Compiling csv-core v0.1.13
32172026-03-05T05:10:58.789Z Compiling xshell-macros v0.2.7
32182026-03-05T05:10:59.541Z Compiling same-file v1.0.6
32192026-03-05T05:10:59.605Z Compiling highway v1.3.0
32202026-03-05T05:10:59.885Z Compiling chrono-tz v0.10.4
32212026-03-05T05:11:00.175Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32222026-03-05T05:11:00.267Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32232026-03-05T05:11:00.421Z Compiling walkdir v2.5.0
32242026-03-05T05:11:00.591Z Compiling xshell v0.2.7
32252026-03-05T05:11:01.172Z Compiling const_format_proc_macros v0.2.34
32262026-03-05T05:11:01.748Z Compiling csv v1.4.0
32272026-03-05T05:11:02.415Z Compiling snafu v0.8.9
32282026-03-05T05:11:02.922Z Compiling phf v0.12.1
32292026-03-05T05:11:03.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-03-05T05:11:03.149Z Compiling qorb v0.4.1
32312026-03-05T05:11:03.241Z Compiling oxide-tokio-rt v0.1.2
32322026-03-05T05:11:03.665Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-03-05T05:11:04.252Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32342026-03-05T05:11:04.745Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32352026-03-05T05:11:05.885Z Compiling progenitor v0.13.0
32362026-03-05T05:11:06.160Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-03-05T05:11:06.473Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-03-05T05:11:06.652Z Compiling progenitor v0.11.2
32392026-03-05T05:11:06.916Z Compiling globset v0.4.18
32402026-03-05T05:11:06.963Z Compiling olpc-cjson v0.1.4
32412026-03-05T05:11:07.285Z Compiling primeorder v0.13.6
32422026-03-05T05:11:07.451Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32432026-03-05T05:11:07.629Z Compiling serde_plain v1.0.2
32442026-03-05T05:11:07.838Z Compiling base64 v0.21.7
32452026-03-05T05:11:08.026Z Compiling typed-path v0.9.3
32462026-03-05T05:11:08.226Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32472026-03-05T05:11:08.489Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32482026-03-05T05:11:08.514Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-03-05T05:11:10.226Z Compiling tough v0.20.0
32502026-03-05T05:11:10.928Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-03-05T05:11:11.623Z Compiling const_format v0.2.35
32522026-03-05T05:11:11.783Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-03-05T05:11:12.328Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32542026-03-05T05:11:13.622Z Compiling progenitor-impl v0.10.0
32552026-03-05T05:11:14.450Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32562026-03-05T05:11:14.735Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-03-05T05:11:15.615Z Compiling tabled_derive v0.7.0
32582026-03-05T05:11:15.959Z Compiling bcs v0.1.6
32592026-03-05T05:11:16.634Z Compiling termtree v0.5.1
32602026-03-05T05:11:16.854Z Compiling radium v0.7.0
32612026-03-05T05:11:16.916Z Compiling salty v0.3.0
32622026-03-05T05:11:17.200Z Compiling textwrap v0.16.2
32632026-03-05T05:11:17.442Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32642026-03-05T05:11:17.468Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-03-05T05:11:17.819Z Compiling tabled v0.15.0
32662026-03-05T05:11:17.848Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32672026-03-05T05:11:18.177Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-03-05T05:11:18.550Z Compiling steno v0.4.1
32692026-03-05T05:11:19.493Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32702026-03-05T05:11:20.090Z Compiling progenitor-macro v0.10.0
32712026-03-05T05:11:21.049Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32722026-03-05T05:11:21.308Z Compiling tap v1.0.1
32732026-03-05T05:11:21.478Z Compiling utf-8 v0.7.6
32742026-03-05T05:11:21.549Z Compiling maybe-uninit v2.0.0
32752026-03-05T05:11:21.849Z Compiling humantime v2.3.0
32762026-03-05T05:11:22.222Z Compiling tungstenite v0.21.0
32772026-03-05T05:11:22.429Z Compiling wyz v0.5.1
32782026-03-05T05:11:23.217Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32792026-03-05T05:11:24.389Z Compiling p384 v0.13.1
32802026-03-05T05:11:24.435Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-03-05T05:11:24.438Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-03-05T05:11:24.561Z Compiling arc-swap v1.8.2
32832026-03-05T05:11:25.195Z Compiling packed_struct v0.10.1
32842026-03-05T05:11:25.504Z Compiling funty v2.0.0
32852026-03-05T05:11:25.623Z Compiling tagptr v0.2.0
32862026-03-05T05:11:25.766Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-03-05T05:11:25.947Z Compiling moka v0.12.13
32882026-03-05T05:11:26.099Z Compiling slog-scope v4.4.1
32892026-03-05T05:11:26.633Z Compiling bitvec v1.0.1
32902026-03-05T05:11:27.184Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32912026-03-05T05:11:27.672Z Compiling tokio-tungstenite v0.21.0
32922026-03-05T05:11:28.445Z Compiling polyval v0.6.2
32932026-03-05T05:11:28.898Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-03-05T05:11:29.109Z Compiling packed_struct_codegen v0.10.1
32952026-03-05T05:11:29.577Z Compiling bitfield-macros v0.19.4
32962026-03-05T05:11:30.224Z Compiling zerocopy-derive v0.6.6
32972026-03-05T05:11:31.107Z Compiling indexmap v1.9.3
32982026-03-05T05:11:31.864Z Compiling proc-macro-error-attr2 v2.0.0
32992026-03-05T05:11:32.026Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33002026-03-05T05:11:32.026Z Compiling nodrop v0.1.14
33012026-03-05T05:11:32.208Z Compiling parking_lot_core v0.8.6
33022026-03-05T05:11:32.371Z Compiling crc-catalog v2.4.0
33032026-03-05T05:11:32.372Z Compiling zerocopy v0.6.6
33042026-03-05T05:11:32.372Z Compiling array-init v0.0.4
33052026-03-05T05:11:32.627Z Compiling crc v3.4.0
33062026-03-05T05:11:32.627Z Compiling proc-macro-error2 v2.0.1
33072026-03-05T05:11:32.627Z Compiling progenitor v0.10.0
33082026-03-05T05:11:32.792Z Compiling bitfield v0.19.4
33092026-03-05T05:11:32.929Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-03-05T05:11:33.034Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33112026-03-05T05:11:33.177Z Compiling ghash v0.5.1
33122026-03-05T05:11:33.326Z Compiling smallvec v0.6.14
33132026-03-05T05:11:33.460Z Compiling hickory-resolver v0.25.2
33142026-03-05T05:11:33.598Z Compiling slog-stdlog v4.1.1
33152026-03-05T05:11:33.749Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33162026-03-05T05:11:33.866Z Compiling nix v0.31.1
33172026-03-05T05:11:34.590Z Compiling git-stub v1.0.0
33182026-03-05T05:11:34.720Z Compiling ctr v0.9.2
33192026-03-05T05:11:34.747Z Compiling num-derive v0.3.3
33202026-03-05T05:11:35.090Z Compiling lzma-sys v0.1.20
33212026-03-05T05:11:35.142Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-05T05:11:35.528Z Compiling unicase v2.9.0
33232026-03-05T05:11:35.555Z Compiling hashbrown v0.12.3
33242026-03-05T05:11:36.021Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-03-05T05:11:36.049Z Compiling mime_guess v2.0.5
33262026-03-05T05:11:36.101Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-03-05T05:11:36.303Z Compiling aes-gcm v0.10.3
33282026-03-05T05:11:36.644Z Compiling git-stub-vcs v0.1.0
33292026-03-05T05:11:36.834Z Compiling libscf-sys v1.1.0
33302026-03-05T05:11:37.146Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33312026-03-05T05:11:37.173Z Compiling slog-envlogger v2.2.0
33322026-03-05T05:11:37.441Z Compiling serde-hex v0.1.0
33332026-03-05T05:11:37.496Z Compiling tabled_derive v0.11.0
33342026-03-05T05:11:37.592Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-03-05T05:11:37.970Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33362026-03-05T05:11:38.865Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-05T05:11:40.004Z Compiling ron v0.8.1
33382026-03-05T05:11:40.223Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392026-03-05T05:11:41.483Z Compiling papergrid v0.17.0
33402026-03-05T05:11:41.945Z Compiling cargo_toml v0.22.3
33412026-03-05T05:11:42.364Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-05T05:11:43.071Z Compiling hashbrown v0.13.2
33432026-03-05T05:11:43.496Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-03-05T05:11:44.157Z Compiling testing_table v0.3.0
33452026-03-05T05:11:44.472Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33462026-03-05T05:11:44.896Z Compiling ssh-encoding v0.2.0
33472026-03-05T05:11:45.449Z Compiling blowfish v0.9.1
33482026-03-05T05:11:45.534Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-03-05T05:11:45.757Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-05T05:11:45.938Z Compiling nibble_vec v0.1.0
33512026-03-05T05:11:46.166Z Compiling corncobs v0.1.4
33522026-03-05T05:11:46.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-03-05T05:11:46.237Z Compiling crc-any v2.5.0
33542026-03-05T05:11:46.508Z Compiling endian-type v0.1.2
33552026-03-05T05:11:46.628Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-03-05T05:11:46.755Z Compiling radix_trie v0.2.1
33572026-03-05T05:11:46.784Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-05T05:11:47.043Z Compiling bcrypt-pbkdf v0.10.0
33592026-03-05T05:11:47.322Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-03-05T05:11:47.356Z Compiling ssh-cipher v0.2.0
33612026-03-05T05:11:47.657Z Compiling tabled v0.20.0
33622026-03-05T05:11:47.700Z Compiling object v0.30.4
33632026-03-05T05:11:48.693Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-03-05T05:11:48.998Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-05T05:11:49.128Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33662026-03-05T05:11:50.969Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-03-05T05:11:51.073Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33682026-03-05T05:11:51.103Z Compiling parking_lot v0.11.2
33692026-03-05T05:11:51.623Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33702026-03-05T05:11:52.455Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-03-05T05:11:53.076Z Compiling prefix-trie v0.7.0
33722026-03-05T05:11:53.215Z Compiling password-hash v0.4.2
33732026-03-05T05:11:53.259Z Compiling fxhash v0.2.1
33742026-03-05T05:11:53.508Z Compiling secrecy v0.8.0
33752026-03-05T05:11:53.535Z Compiling half v1.8.3
33762026-03-05T05:11:53.808Z Compiling http-range v0.1.5
33772026-03-05T05:11:53.876Z Compiling path-slash v0.1.5
33782026-03-05T05:11:53.900Z Compiling hickory-server v0.25.2
33792026-03-05T05:11:54.045Z Compiling serde_cbor v0.11.2
33802026-03-05T05:11:54.128Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-03-05T05:11:54.181Z Compiling pbkdf2 v0.11.0
33822026-03-05T05:11:54.577Z Compiling sled v0.34.7
33832026-03-05T05:11:55.370Z Compiling ron v0.12.0
33842026-03-05T05:11:56.528Z Compiling xz2 v0.1.7
33852026-03-05T05:11:57.005Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33862026-03-05T05:11:57.980Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33872026-03-05T05:11:58.024Z Compiling ssh-key v0.6.7
33882026-03-05T05:11:58.569Z Compiling hickory-client v0.25.2
33892026-03-05T05:11:59.188Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-05T05:11:59.223Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-03-05T05:11:59.399Z Compiling p256 v0.13.2
33922026-03-05T05:12:00.215Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33932026-03-05T05:12:00.296Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-03-05T05:12:01.598Z Compiling p521 v0.13.3
33952026-03-05T05:12:01.918Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33962026-03-05T05:12:03.012Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-03-05T05:12:03.488Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33982026-03-05T05:12:03.690Z Compiling yasna v0.5.2
33992026-03-05T05:12:03.837Z Compiling kstat-rs v0.2.4
34002026-03-05T05:12:04.067Z Compiling headers-core v0.3.0
34012026-03-05T05:12:04.283Z Compiling nanorand v0.7.0
34022026-03-05T05:12:04.400Z Compiling russh-cryptovec v0.7.3
34032026-03-05T05:12:04.753Z Compiling atty v0.2.14
34042026-03-05T05:12:04.778Z Compiling home v0.5.12
34052026-03-05T05:12:04.854Z Compiling crc8 v0.1.1
34062026-03-05T05:12:04.941Z Compiling md5 v0.7.0
34072026-03-05T05:12:04.996Z Compiling base16ct v1.0.0
34082026-03-05T05:12:05.039Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34092026-03-05T05:12:05.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-05T05:12:05.233Z Compiling flume v0.11.1
34112026-03-05T05:12:05.357Z Compiling russh-keys v0.45.0
34122026-03-05T05:12:05.748Z Compiling rcgen v0.12.1
34132026-03-05T05:12:05.888Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34142026-03-05T05:12:07.868Z Compiling headers v0.4.1
34152026-03-05T05:12:08.824Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-03-05T05:12:09.584Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-05T05:12:10.575Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34182026-03-05T05:12:13.563Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34192026-03-05T05:12:14.608Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-03-05T05:12:16.867Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34212026-03-05T05:12:17.403Z Compiling hyper-staticfile v0.10.1
34222026-03-05T05:12:17.996Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-05T05:12:18.407Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34242026-03-05T05:12:18.627Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34252026-03-05T05:12:18.836Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34262026-03-05T05:12:18.874Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34272026-03-05T05:12:19.592Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-03-05T05:12:20.189Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-03-05T05:12:20.361Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-03-05T05:12:21.453Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-03-05T05:12:21.779Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-03-05T05:12:22.267Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-03-05T05:12:22.298Z Compiling num-bigint v0.4.6
34342026-03-05T05:12:22.301Z Compiling des v0.8.1
34352026-03-05T05:12:22.705Z Compiling subprocess v0.2.15
34362026-03-05T05:12:23.210Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-05T05:12:23.693Z Compiling display-error-chain v0.2.2
34382026-03-05T05:12:23.779Z Compiling hex-literal v0.4.1
34392026-03-05T05:12:23.955Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-03-05T05:12:23.988Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-03-05T05:12:24.089Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-03-05T05:12:24.336Z Compiling colored v2.2.0
34432026-03-05T05:12:25.124Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-03-05T05:12:25.614Z Compiling russh v0.45.0
34452026-03-05T05:12:26.955Z Compiling socket2 v0.5.10
34462026-03-05T05:12:27.884Z Compiling internet-checksum v0.2.1
34472026-03-05T05:12:34.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34482026-03-05T05:13:08.761Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34492026-03-05T05:13:39.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s
34502026-03-05T05:13:39.578Z
34512026-03-05T05:13:39.578Zreal 3:29.197372826
34522026-03-05T05:13:39.578Zuser 19:09.889847714
34532026-03-05T05:13:39.578Zsys 2:33.087618107
34542026-03-05T05:13:39.578Ztrap 0.550123349
34552026-03-05T05:13:39.578Ztflt 0.331381109
34562026-03-05T05:13:39.578Zdflt 0.660942433
34572026-03-05T05:13:39.581Zkflt 0.000064345
34582026-03-05T05:13:39.581Zlock 52:15.658760633
34592026-03-05T05:13:39.581Zslp 1:09:04.032618705
34602026-03-05T05:13:39.581Zlat 1:05.923600135
34612026-03-05T05:13:39.581Zstop 2:46.228715202
34622026-03-05T05:13:39.581Z+ mkdir tests
34632026-03-05T05:13:39.584Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-03-05T05:13:39.584Z+ xargs -I '{}' -t cp '{}' tests/
34652026-03-05T05:13:39.626Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-872f215a7e87d78b tests/
34662026-03-05T05:13:39.659Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce8f9beb09916a7c tests/
34672026-03-05T05:13:39.692Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5857ec1dee08b60d tests/
34682026-03-05T05:13:39.726Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-64108b036fe2387f tests/
34692026-03-05T05:13:40.115Z+ 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/*)
34702026-03-05T05:13:40.126Z+ 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-872f215a7e87d78b tests/commtest-5857ec1dee08b60d tests/dhcp_server-ce8f9beb09916a7c tests/end_to_end_tests-64108b036fe2387f 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
34712026-03-05T05:15:24.604ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-03-05T05:15:24.604Za .github/buildomat/ci-env.sh 1K
34732026-03-05T05:15:24.604Za out/target/test 1K
34742026-03-05T05:15:24.604Za out/npuzone/npuzone 27402K
34752026-03-05T05:15:24.604Za package-manifest.toml 35K
34762026-03-05T05:15:24.604Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-03-05T05:15:24.604Za target/release/omicron-package 41064K
34782026-03-05T05:15:24.604Za target/release/xtask 11359K
34792026-03-05T05:15:24.604Za target/debug/bootstrap 346081K
34802026-03-05T05:15:24.604Za tests/bootstrap-872f215a7e87d78b 31480K
34812026-03-05T05:15:24.605Za tests/commtest-5857ec1dee08b60d 31997K
34822026-03-05T05:15:24.605Za tests/dhcp_server-ce8f9beb09916a7c 31480K
34832026-03-05T05:15:24.605Za tests/end_to_end_tests-64108b036fe2387f 387693K
34842026-03-05T05:15:24.605Za out/clickhouse.tar.gz 302584K
34852026-03-05T05:15:24.605Za out/clickhouse_keeper.tar.gz 287875K
34862026-03-05T05:15:24.605Za out/clickhouse_server.tar.gz 302583K
34872026-03-05T05:15:24.605Za out/cockroachdb.tar.gz 156109K
34882026-03-05T05:15:24.605Za out/crucible-pantry-zone.tar.gz 38318K
34892026-03-05T05:15:24.605Za out/crucible-utils.tar 17744K
34902026-03-05T05:15:24.605Za out/crucible-zone.tar.gz 52456K
34912026-03-05T05:15:24.605Za out/external-dns.tar.gz 41556K
34922026-03-05T05:15:24.605Za out/internal-dns.tar.gz 41556K
34932026-03-05T05:15:24.605Za out/mg-ddm-gz.tar 86339K
34942026-03-05T05:15:24.605Za out/nexus.tar.gz 206700K
34952026-03-05T05:15:24.605Za out/ntp.tar.gz 22566K
34962026-03-05T05:15:24.605Za out/omicron-gateway-softnpu.tar.gz 27846K
34972026-03-05T05:15:24.605Za out/omicron-sled-agent.tar 184160K
34982026-03-05T05:15:24.605Za out/overlay.tar.gz 3K
34992026-03-05T05:15:24.605Za out/oximeter.tar.gz 58409K
35002026-03-05T05:15:24.605Za out/oxlog.tar 3895K
35012026-03-05T05:15:24.605Za out/probe.tar.gz 3037K
35022026-03-05T05:15:24.605Za out/propolis-server.tar.gz 74633K
35032026-03-05T05:15:24.605Za out/pumpkind-gz.tar 26647K
35042026-03-05T05:15:24.605Za out/switch-softnpu.tar.gz 373006K
35052026-03-05T05:15:24.609Z
35062026-03-05T05:15:24.609Zreal 1:44.463457800
35072026-03-05T05:15:24.609Zuser 1:40.198220720
35082026-03-05T05:15:24.609Zsys 5.901485000
35092026-03-05T05:15:24.609Ztrap 0.021656511
35102026-03-05T05:15:24.609Ztflt 0.000000000
35112026-03-05T05:15:24.609Zdflt 0.000000000
35122026-03-05T05:15:24.609Zkflt 0.000000000
35132026-03-05T05:15:24.609Zlock 0.000000000
35142026-03-05T05:15:24.609Zslp 1:40.184420588
35152026-03-05T05:15:24.609Zlat 2.615229972
35162026-03-05T05:15:24.609Zstop 0.000523371
35172026-03-05T05:15:24.609Zprocess exited: duration 2520649 ms, exit code 0
 
35182026-03-05T05:15:24.625Zfound 1 output files
35192026-03-05T05:15:24.625Zuploading: /work/package.tar.gz (2323035459 bytes)
35202026-03-05T05:15:59.844Zuploaded: /work/package.tar.gz