01KKCFRQCT9MB002N6F351BYNJ: 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: 01KKCFSDZ1Y5RM2554HJV9K1PJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T18:24:21.105Zjob assigned to worker 01KKCFSSFWMCYMG65MRYCAZA24 [factory aws, i-06c096b22b7a9427b] (queued for 1 m 34 s)
 
22026-03-10T18:24:28.974Zstarting task 0: "setup"
32026-03-10T18:24:28.980Z++ uname -s
42026-03-10T18:24:28.983Z+ kern=SunOS
52026-03-10T18:24:28.983Z+ build_user=build
62026-03-10T18:24:28.983Z+ build_uid=12345
72026-03-10T18:24:28.983Z+ work_dir=/work
82026-03-10T18:24:28.983Z+ input_dir=/input
92026-03-10T18:24:28.983Z+ [[ 0 == 12345 ]]
102026-03-10T18:24:28.983Z+ case "$kern" in
112026-03-10T18:24:28.983Z+ groupadd -g 12345 build
122026-03-10T18:24:28.986Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T18:24:30.991Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T18:24:31.106Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T18:24:31.109Z+ home_fs=zfs
162026-03-10T18:24:31.109Z+ [[ zfs == autofs ]]
172026-03-10T18:24:31.109Z+ mkdir -p /home/build
182026-03-10T18:24:31.113Z+ chown build:build /home/build /work
192026-03-10T18:24:33.112Z+ chmod 0700 /home/build /work
202026-03-10T18:24:33.115Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-10T18:24:33.120Zstarting task 1: "rust-toolchain"
222026-03-10T18:24:33.125Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-10T18:24:33.125Z * rust toolchain channel = "1.91.1"
242026-03-10T18:24:33.125Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-10T18:24:33.125Z * rust toolchain profile = "default"
262026-03-10T18:24:33.125Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-10T18:24:33.125Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T18:24:33.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T18:24:33.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-10T18:24:33.255Zinfo: downloading installer
312026-03-10T18:24:34.940Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T18:24:34.940Zwarn: /opt/ooce/bin
332026-03-10T18:24:34.940Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T18:24:34.940Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T18:24:34.940Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T18:24:34.940Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T18:24:34.940Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T18:24:34.940Zerror: cannot install while Rust is installed
392026-03-10T18:24:34.940Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T18:24:34.953Zinfo: profile set to 'default'
412026-03-10T18:24:34.953Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T18:24:34.956Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-10T18:24:35.132Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-10T18:24:35.132Zinfo: downloading component 'cargo'
452026-03-10T18:24:36.111Zinfo: downloading component 'clippy'
462026-03-10T18:24:36.500Zinfo: downloading component 'rust-docs'
472026-03-10T18:24:38.246Zinfo: downloading component 'rust-std'
482026-03-10T18:24:40.107Zinfo: downloading component 'rustc'
492026-03-10T18:24:49.018Zinfo: downloading component 'rustfmt'
502026-03-10T18:24:49.349Zinfo: installing component 'cargo'
512026-03-10T18:24:50.169Zinfo: installing component 'clippy'
522026-03-10T18:24:50.525Zinfo: installing component 'rust-docs'
532026-03-10T18:24:51.971Zinfo: installing component 'rust-std'
542026-03-10T18:24:53.459Zinfo: installing component 'rustc'
552026-03-10T18:24:59.282Zinfo: installing component 'rustfmt'
562026-03-10T18:24:59.595Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-10T18:24:59.595Z
582026-03-10T18:25:00.007Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-10T18:25:00.007Z
602026-03-10T18:25:00.010Z
612026-03-10T18:25:00.010ZRust is installed now. Great!
622026-03-10T18:25:00.010Z
632026-03-10T18:25:00.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T18:25:00.010Zenvironment variable. This has not been done automatically.
652026-03-10T18:25:00.010Z
662026-03-10T18:25:00.010ZTo configure your current shell, you need to source
672026-03-10T18:25:00.010Zthe corresponding env file under $HOME/.cargo.
682026-03-10T18:25:00.010Z
692026-03-10T18:25:00.010ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T18:25:00.010Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T18:25:00.010Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T18:25:00.010Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T18:25:00.114Z+ rustup --version
742026-03-10T18:25:00.125Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T18:25:00.128Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T18:25:00.209Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-10T18:25:00.212Z+ cargo --version
782026-03-10T18:25:00.280Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-10T18:25:00.283Z+ rustc --version
802026-03-10T18:25:00.356Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-10T18:25:00.360Zprocess exited: duration 27235 ms, exit code 0
 
822026-03-10T18:25:00.366Zstarting task 2: "authentication"
832026-03-10T18:25:00.385Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T18:25:00.394Zstarting task 3: "clone repository"
852026-03-10T18:25:00.398Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-10T18:25:00.400Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-10T18:25:00.431ZCloning into '/work/oxidecomputer/omicron'...
882026-03-10T18:26:36.024Z+ cd /work/oxidecomputer/omicron
892026-03-10T18:26:36.027Z+ git fetch origin c1b514da82f27c57b8ea415a61a4bc71b9181f9a
902026-03-10T18:26:36.925ZFrom https://github.com/oxidecomputer/omicron
912026-03-10T18:26:36.925Z * branch c1b514da82f27c57b8ea415a61a4bc71b9181f9a -> FETCH_HEAD
922026-03-10T18:26:36.936Z+ [[ -n alan/test-wip-discard ]]
932026-03-10T18:26:36.940Z++ git branch --show-current
942026-03-10T18:26:36.940Z+ current=main
952026-03-10T18:26:36.940Z+ [[ main != alan/test-wip-discard ]]
962026-03-10T18:26:36.940Z+ git branch -f alan/test-wip-discard c1b514da82f27c57b8ea415a61a4bc71b9181f9a
972026-03-10T18:26:36.943Z+ git checkout -f alan/test-wip-discard
982026-03-10T18:26:37.015ZSwitched to branch 'alan/test-wip-discard'
992026-03-10T18:26:37.018Z+ git reset --hard c1b514da82f27c57b8ea415a61a4bc71b9181f9a
1002026-03-10T18:26:37.065ZHEAD is now at c1b514da8 Finish openapi update to versioned
1012026-03-10T18:26:37.068Zprocess exited: duration 96659 ms, exit code 0
 
1022026-03-10T18:26:37.073Zstarting task 4: "build"
1032026-03-10T18:26:37.078Z+ source .github/buildomat/ci-env.sh
1042026-03-10T18:26:37.081Z++ export CARGO_TERM_COLOR=always
1052026-03-10T18:26:37.081Z++ CARGO_TERM_COLOR=always
1062026-03-10T18:26:37.081Z+ cargo --version
1072026-03-10T18:26:37.135Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-10T18:26:37.138Z+ rustc --version
1092026-03-10T18:26:37.208Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-10T18:26:37.211Z+ WORK=/work
1112026-03-10T18:26:37.211Z+ pfexec mkdir -p /work
1122026-03-10T18:26:37.216Z+ pfexec chown build /work
1132026-03-10T18:26:37.219Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-10T18:26:47.259Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-10T18:26:56.753Z Startup: Caching catalogs ... Done
1162026-03-10T18:27:18.374ZPlanning: Solver setup ... Done (20.099s)
1172026-03-10T18:27:18.525ZPlanning: Running solver ... Done (0.146s)
1182026-03-10T18:27:18.695ZPlanning: Finding local manifests ... Done (0.003s)
1192026-03-10T18:27:18.709ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-10T18:27:18.842ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-10T18:27:18.880ZPlanning: Package planning ... Done (0.043s)
1222026-03-10T18:27:18.921ZPlanning: Merging actions ... Done (0.039s)
1232026-03-10T18:27:19.159ZPlanning: Checking for conflicting actions ... Done (0.240s)
1242026-03-10T18:27:19.171ZPlanning: Consolidating action changes ... Done (0.010s)
1252026-03-10T18:27:20.029ZPlanning: Evaluating mediators ... Done (0.859s)
1262026-03-10T18:27:20.038ZPlanning: Planning completed in 23.14 seconds
1272026-03-10T18:27:20.053Z Packages to install: 4
1282026-03-10T18:27:20.060Z Mediators to change: 2
1292026-03-10T18:27:20.060Z Services to change: 1
1302026-03-10T18:27:20.060Z Estimated space available: 155.43 GB
1312026-03-10T18:27:20.060ZEstimated space to be consumed: 1.82 GB
1322026-03-10T18:27:20.060Z Create boot environment: No
1332026-03-10T18:27:20.060ZCreate backup boot environment: No
1342026-03-10T18:27:20.060Z Rebuild boot archive: No
1352026-03-10T18:27:20.060Z
1362026-03-10T18:27:20.060ZChanged mediators:
1372026-03-10T18:27:20.060Z mediator clang:
1382026-03-10T18:27:20.060Z version: None -> 15 (system default)
1392026-03-10T18:27:20.060Z
1402026-03-10T18:27:20.060Z mediator llvm:
1412026-03-10T18:27:20.061Z version: 14 (system default) -> 15 (system default)
1422026-03-10T18:27:20.061Z
1432026-03-10T18:27:20.061ZChanged packages:
1442026-03-10T18:27:20.061Zhelios-dev
1452026-03-10T18:27:20.061Z developer/build-essential
1462026-03-10T18:27:20.061Z None -> 11-2.0
1472026-03-10T18:27:20.061Z library/libxmlsec1
1482026-03-10T18:27:20.061Z None -> 1.2.35-2.0
1492026-03-10T18:27:20.061Z ooce/developer/clang-15
1502026-03-10T18:27:20.061Z None -> 15.0.7-2.0
1512026-03-10T18:27:20.061Z ooce/developer/llvm-15
1522026-03-10T18:27:20.061Z None -> 15.0.7-2.0
1532026-03-10T18:27:20.061Z
1542026-03-10T18:27:20.061ZServices:
1552026-03-10T18:27:20.061Z restart_fmri:
1562026-03-10T18:27:20.061Z svc:/system/update-man-index:default
1572026-03-10T18:27:20.108Z
1582026-03-10T18:27:20.108ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-10T18:27:25.103ZDownload: 1231/3290 items 87.6/212.6MB 41% complete (17.4M/s)
1602026-03-10T18:27:30.102ZDownload: 2602/3290 items 120.5/212.6MB 56% complete (12.1M/s)
1612026-03-10T18:27:33.774ZDownload: Completed 212.60 MB in 13.59 seconds (15.6M/s)
1622026-03-10T18:27:33.991Z Actions: 1/3689 actions (Installing new actions)
1632026-03-10T18:27:41.489Z Actions: Completed 3689 actions in 4.07 seconds.
1642026-03-10T18:27:41.664Z Done (0.735s)
1652026-03-10T18:27:41.664Z Done (0.000s)
1662026-03-10T18:27:41.709Z Done (0.988s)
1672026-03-10T18:27:43.725Z Done (3.610s)
1682026-03-10T18:27:43.809Z Done (0.017s)
1692026-03-10T18:27:43.811Z Done (0.000s)
1702026-03-10T18:27:43.945Z Done (0.000s)
1712026-03-10T18:27:44.916ZPlanning: Evaluating mediator changes ... Done
1722026-03-10T18:27:45.059ZPlanning: Checking for conflicting actions ... Done
1732026-03-10T18:27:45.063ZPlanning: Consolidating action changes ... Done
1742026-03-10T18:27:45.282ZPlanning: Evaluating mediators ... Done
1752026-03-10T18:27:45.286ZPlanning: Planning completed in 0.37 seconds
1762026-03-10T18:27:45.311Z Mediators to change: 2
1772026-03-10T18:27:45.311Z Create boot environment: No
1782026-03-10T18:27:45.313ZCreate backup boot environment: No
1792026-03-10T18:27:45.393Z Done
1802026-03-10T18:27:45.393Z Done
1812026-03-10T18:27:46.147Z Done
1822026-03-10T18:27:49.438Z Done
1832026-03-10T18:27:49.524Z Done
1842026-03-10T18:27:49.528Z Done
1852026-03-10T18:27:49.686Z Done
1862026-03-10T18:27:50.221ZPlanning: Evaluating mediator changes ... Done
1872026-03-10T18:27:50.224ZPlanning: Merging actions ... Done
1882026-03-10T18:27:50.389ZPlanning: Checking for conflicting actions ... Done
1892026-03-10T18:27:50.393ZPlanning: Consolidating action changes ... Done
1902026-03-10T18:27:50.608ZPlanning: Evaluating mediators ... Done
1912026-03-10T18:27:50.650ZPlanning: Planning completed in 0.63 seconds
1922026-03-10T18:27:50.680Z Packages to change: 1
1932026-03-10T18:27:50.680Z Mediators to change: 1
1942026-03-10T18:27:50.683Z Services to change: 1
1952026-03-10T18:27:50.683Z Create boot environment: No
1962026-03-10T18:27:50.683ZCreate backup boot environment: Yes
1972026-03-10T18:27:53.115Z Actions: 1/6 actions (Updating modified actions)
1982026-03-10T18:27:53.118Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-10T18:27:53.118Z Done
2002026-03-10T18:27:53.118Z Done
2012026-03-10T18:27:53.310Z Done
2022026-03-10T18:27:56.622Z Done
2032026-03-10T18:27:56.690Z Done
2042026-03-10T18:27:56.693Z Done
2052026-03-10T18:27:56.840Z Done
2062026-03-10T18:27:57.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-10T18:27:57.220Zclang system 15 system
2082026-03-10T18:27:57.220Zcsh system system illumos
2092026-03-10T18:27:57.220Zctags system system illumos
2102026-03-10T18:27:57.221Zfile system system illumos
2112026-03-10T18:27:57.221Zgcc vendor 12 vendor
2122026-03-10T18:27:57.221Zgcc system 10 system
2132026-03-10T18:27:57.221Zgcc system 7 system
2142026-03-10T18:27:57.221Zgo system 1.20 system
2152026-03-10T18:27:57.221Zgo system 1.19 system
2162026-03-10T18:27:57.221Zllvm system 15 system
2172026-03-10T18:27:57.221Zllvm system 14 system
2182026-03-10T18:27:57.221Zmariadb system 10.6 system
2192026-03-10T18:27:57.221Zmta vendor vendor dma
2202026-03-10T18:27:57.221Zopenjdk system 17 system
2212026-03-10T18:27:57.221Zopenjdk system 11 system
2222026-03-10T18:27:57.221Zopenjdk system 1.8 system
2232026-03-10T18:27:57.221Zopenssl vendor 3 vendor
2242026-03-10T18:27:57.221Zperl system 5.36 system
2252026-03-10T18:27:57.221Zpostgresql system 15 system
2262026-03-10T18:27:57.221Zpostgresql system 13 system
2272026-03-10T18:27:57.221Zpython vendor 3 vendor
2282026-03-10T18:27:57.221Zpython system 2 system
2292026-03-10T18:27:57.221Zpython3 system 3.11 system
2302026-03-10T18:27:57.221Zruby system 3.0 system
2312026-03-10T18:27:57.221Zwords vendor vendor american-english
2322026-03-10T18:27:57.221Zwords system system australian-english
2332026-03-10T18:27:57.222Zwords system system british-english
2342026-03-10T18:27:57.222Zwords system system canadian-english
2352026-03-10T18:27:57.222Zwords system system french
2362026-03-10T18:27:57.222Zwords system system italian
2372026-03-10T18:27:57.222Zwords system system ngerman
2382026-03-10T18:27:57.222Zwords system system ogerman
2392026-03-10T18:27:57.222Zwords system system spanish
2402026-03-10T18:27:57.522ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-10T18:27:57.522Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-10T18:28:03.374ZFMRI IFO
2432026-03-10T18:28:03.374Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-10T18:28:03.374Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-10T18:28:03.374Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-10T18:28:03.375Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-10T18:28:03.375Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-10T18:28:03.375Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-10T18:28:03.375Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-10T18:28:03.375Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-10T18:28:03.375Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-10T18:28:03.375Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-10T18:28:03.375Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-10T18:28:03.375Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-10T18:28:03.375Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-10T18:28:03.375Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-10T18:28:03.375Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-10T18:28:03.375Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-10T18:28:04.658Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-10T18:28:05.149Z Updating crates.io index
2612026-03-10T18:28:05.164Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-10T18:28:05.291Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-10T18:28:06.212Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-03-10T18:28:06.633Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-03-10T18:28:07.071Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-10T18:28:08.612Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-10T18:28:25.430Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-10T18:28:26.546Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-10T18:28:27.294Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-03-10T18:28:29.391Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-03-10T18:28:29.980Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-03-10T18:28:35.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-03-10T18:28:35.984Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-03-10T18:28:36.660Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-03-10T18:28:37.060Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-10T18:28:40.814Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-03-10T18:28:42.547Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-03-10T18:28:42.855Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-03-10T18:28:43.302Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-03-10T18:28:43.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-03-10T18:28:44.301Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-03-10T18:28:44.544Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-03-10T18:28:45.095Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-03-10T18:28:45.655Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-03-10T18:28:46.105Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-03-10T18:28:47.237Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-03-10T18:28:47.705Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-03-10T18:28:48.398Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-03-10T18:28:49.735Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-10T18:28:50.668Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-10T18:28:50.981Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-10T18:28:51.969Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-10T18:28:52.446Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-10T18:28:52.858Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-10T18:28:53.376Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-10T18:28:53.648Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-10T18:28:53.940Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-10T18:28:54.402Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-10T18:29:15.389Z Downloading crates ...
3002026-03-10T18:29:15.446Z Downloaded anstyle-query v1.1.5
3012026-03-10T18:29:15.451Z Downloaded anstyle v1.0.13
3022026-03-10T18:29:15.451Z Downloaded anstream v0.6.21
3032026-03-10T18:29:15.456Z Downloaded anyhow v1.0.102
3042026-03-10T18:29:15.456Z Downloaded anstyle-parse v0.2.7
3052026-03-10T18:29:15.460Z Downloaded plain v0.2.3
3062026-03-10T18:29:15.461Z Downloaded thiserror v2.0.18
3072026-03-10T18:29:15.464Z Downloaded proc-macro2 v1.0.106
3082026-03-10T18:29:15.470Z Downloaded toml v0.8.23
3092026-03-10T18:29:15.474Z Downloaded tabled_derive v0.7.0
3102026-03-10T18:29:15.474Z Downloaded once_cell v1.21.3
3112026-03-10T18:29:15.474Z Downloaded fs-err v3.3.0
3122026-03-10T18:29:15.474Z Downloaded yoke-derive v0.8.1
3132026-03-10T18:29:15.479Z Downloaded utf8parse v0.2.2
3142026-03-10T18:29:15.479Z Downloaded usdt-attr-macro v0.5.0
3152026-03-10T18:29:15.479Z Downloaded litemap v0.8.1
3162026-03-10T18:29:15.479Z Downloaded cfg-if v1.0.4
3172026-03-10T18:29:15.479Z Downloaded erased-serde v0.4.9
3182026-03-10T18:29:15.483Z Downloaded macaddr v1.0.1
3192026-03-10T18:29:15.483Z Downloaded heck v0.4.1
3202026-03-10T18:29:15.483Z Downloaded byteorder v1.5.0
3212026-03-10T18:29:15.486Z Downloaded potential_utf v0.1.4
3222026-03-10T18:29:15.490Z Downloaded unicode-width v0.1.14
3232026-03-10T18:29:15.495Z Downloaded tinystr v0.8.2
3242026-03-10T18:29:15.495Z Downloaded textwrap v0.16.2
3252026-03-10T18:29:15.496Z Downloaded icu_properties_data v2.1.2
3262026-03-10T18:29:15.506Z Downloaded utf8_iter v1.0.4
3272026-03-10T18:29:15.513Z Downloaded zerocopy-derive v0.7.35
3282026-03-10T18:29:15.513Z Downloaded crypto-common v0.1.7
3292026-03-10T18:29:15.513Z Downloaded unicode-ident v1.0.24
3302026-03-10T18:29:15.513Z Downloaded equivalent v1.0.2
3312026-03-10T18:29:15.513Z Downloaded scroll_derive v0.12.1
3322026-03-10T18:29:15.513Z Downloaded pretty-hex v0.4.1
3332026-03-10T18:29:15.518Z Downloaded dof v0.3.0
3342026-03-10T18:29:15.518Z Downloaded cpufeatures v0.2.17
3352026-03-10T18:29:15.518Z Downloaded usdt-macro v0.5.0
3362026-03-10T18:29:15.518Z Downloaded proc-macro-error-attr v1.0.4
3372026-03-10T18:29:15.519Z Downloaded block-buffer v0.10.4
3382026-03-10T18:29:15.523Z Downloaded unicode-linebreak v0.1.5
3392026-03-10T18:29:15.523Z Downloaded typeid v1.0.3
3402026-03-10T18:29:15.523Z Downloaded toml_datetime v0.6.11
3412026-03-10T18:29:15.523Z Downloaded memmap v0.7.0
3422026-03-10T18:29:15.523Z Downloaded unicode-xid v0.2.6
3432026-03-10T18:29:15.527Z Downloaded usdt v0.5.0
3442026-03-10T18:29:15.527Z Downloaded form_urlencoded v1.2.2
3452026-03-10T18:29:15.527Z Downloaded dtrace-parser v0.2.0
3462026-03-10T18:29:15.528Z Downloaded version_check v0.9.5
3472026-03-10T18:29:15.528Z Downloaded terminal_size v0.4.3
3482026-03-10T18:29:15.534Z Downloaded clap_lex v1.0.0
3492026-03-10T18:29:15.534Z Downloaded toml_write v0.1.2
3502026-03-10T18:29:15.534Z Downloaded itoa v1.0.17
3512026-03-10T18:29:15.534Z Downloaded cargo-platform v0.2.0
3522026-03-10T18:29:15.534Z Downloaded zerofrom-derive v0.1.6
3532026-03-10T18:29:15.538Z Downloaded cargo_toml v0.21.0
3542026-03-10T18:29:15.538Z Downloaded thiserror v1.0.69
3552026-03-10T18:29:15.538Z Downloaded zerofrom v0.1.6
3562026-03-10T18:29:15.543Z Downloaded thiserror-impl v2.0.18
3572026-03-10T18:29:15.543Z Downloaded thiserror-impl v1.0.69
3582026-03-10T18:29:15.543Z Downloaded writeable v0.6.2
3592026-03-10T18:29:15.549Z Downloaded yoke v0.8.1
3602026-03-10T18:29:15.549Z Downloaded thread-id v4.2.2
3612026-03-10T18:29:15.549Z Downloaded zmij v1.0.21
3622026-03-10T18:29:15.549Z Downloaded ucd-trie v0.1.7
3632026-03-10T18:29:15.554Z Downloaded zerovec-derive v0.11.2
3642026-03-10T18:29:15.554Z Downloaded zerotrie v0.2.3
3652026-03-10T18:29:15.554Z Downloaded usdt-impl v0.5.0
3662026-03-10T18:29:15.554Z Downloaded generic-array v0.14.7
3672026-03-10T18:29:15.559Z Downloaded swrite v0.1.0
3682026-03-10T18:29:15.559Z Downloaded is_terminal_polyfill v1.70.2
3692026-03-10T18:29:15.559Z Downloaded colorchoice v1.0.4
3702026-03-10T18:29:15.559Z Downloaded strsim v0.11.1
3712026-03-10T18:29:15.567Z Downloaded typenum v1.19.0
3722026-03-10T18:29:15.567Z Downloaded toml_edit v0.22.27
3732026-03-10T18:29:15.572Z Downloaded serde-value v0.7.0
3742026-03-10T18:29:15.572Z Downloaded heck v0.5.0
3752026-03-10T18:29:15.572Z Downloaded idna_adapter v1.2.1
3762026-03-10T18:29:15.572Z Downloaded fnv v1.0.7
3772026-03-10T18:29:15.572Z Downloaded fastrand v2.3.0
3782026-03-10T18:29:15.576Z Downloaded url v2.5.8
3792026-03-10T18:29:15.576Z Downloaded stable_deref_trait v1.2.1
3802026-03-10T18:29:15.576Z Downloaded smawk v0.3.2
3812026-03-10T18:29:15.583Z Downloaded serde_spanned v0.6.9
3822026-03-10T18:29:15.583Z Downloaded zerovec v0.11.5
3832026-03-10T18:29:15.588Z Downloaded zerocopy v0.7.35
3842026-03-10T18:29:15.593Z Downloaded quote v1.0.44
3852026-03-10T18:29:15.599Z Downloaded bytecount v0.6.9
3862026-03-10T18:29:15.599Z Downloaded winnow v0.7.14
3872026-03-10T18:29:15.609Z Downloaded percent-encoding v2.3.2
3882026-03-10T18:29:15.609Z Downloaded displaydoc v0.2.5
3892026-03-10T18:29:15.613Z Downloaded unicode-width v0.2.0
3902026-03-10T18:29:15.613Z Downloaded errno v0.3.14
3912026-03-10T18:29:15.613Z Downloaded serde_tokenstream v0.2.3
3922026-03-10T18:29:15.617Z Downloaded serde-untagged v0.1.9
3932026-03-10T18:29:15.617Z Downloaded ordered-float v2.10.1
3942026-03-10T18:29:15.617Z Downloaded digest v0.10.7
3952026-03-10T18:29:15.617Z Downloaded proc-macro-error v1.0.4
3962026-03-10T18:29:15.623Z Downloaded camino-tempfile v1.4.1
3972026-03-10T18:29:15.623Z Downloaded synstructure v0.13.2
3982026-03-10T18:29:15.623Z Downloaded autocfg v1.5.0
3992026-03-10T18:29:15.623Z Downloaded semver v1.0.27
4002026-03-10T18:29:15.627Z Downloaded sha2 v0.10.9
4012026-03-10T18:29:15.631Z Downloaded cargo-util-schemas v0.8.2
4022026-03-10T18:29:15.637Z Downloaded pest_generator v2.8.6
4032026-03-10T18:29:15.640Z Downloaded clap_derive v4.5.55
4042026-03-10T18:29:15.646Z Downloaded num-traits v0.2.19
4052026-03-10T18:29:15.646Z Downloaded smallvec v1.15.1
4062026-03-10T18:29:15.646Z Downloaded memchr v2.8.0
4072026-03-10T18:29:15.650Z Downloaded cargo_metadata v0.21.0
4082026-03-10T18:29:15.656Z Downloaded bitflags v2.11.0
4092026-03-10T18:29:15.662Z Downloaded scroll v0.12.0
4102026-03-10T18:29:15.667Z Downloaded tempfile v3.25.0
4112026-03-10T18:29:15.667Z Downloaded pest_derive v2.8.6
4122026-03-10T18:29:15.671Z Downloaded icu_properties v2.1.2
4132026-03-10T18:29:15.676Z Downloaded papergrid v0.11.0
4142026-03-10T18:29:15.676Z Downloaded serde_derive v1.0.228
4152026-03-10T18:29:15.680Z Downloaded log v0.4.29
4162026-03-10T18:29:15.680Z Downloaded icu_provider v2.1.1
4172026-03-10T18:29:15.680Z Downloaded camino v1.2.2
4182026-03-10T18:29:15.684Z Downloaded getrandom v0.4.1
4192026-03-10T18:29:15.684Z Downloaded serde_core v1.0.228
4202026-03-10T18:29:15.687Z Downloaded icu_normalizer v2.1.1
4212026-03-10T18:29:15.694Z Downloaded pest_meta v2.8.6
4222026-03-10T18:29:15.698Z Downloaded icu_locale_core v2.1.1
4232026-03-10T18:29:15.705Z Downloaded icu_normalizer_data v2.1.1
4242026-03-10T18:29:15.705Z Downloaded icu_collections v2.1.1
4252026-03-10T18:29:15.711Z Downloaded clap v4.5.60
4262026-03-10T18:29:15.717Z Downloaded serde v1.0.228
4272026-03-10T18:29:15.722Z Downloaded hashbrown v0.16.1
4282026-03-10T18:29:15.726Z Downloaded indexmap v2.13.0
4292026-03-10T18:29:15.740Z Downloaded pest v2.8.6
4302026-03-10T18:29:15.749Z Downloaded idna v1.1.0
4312026-03-10T18:29:15.754Z Downloaded goblin v0.8.2
4322026-03-10T18:29:15.763Z Downloaded serde_json v1.0.149
4332026-03-10T18:29:15.764Z Downloaded clap_builder v4.5.60
4342026-03-10T18:29:15.771Z Downloaded tabled v0.15.0
4352026-03-10T18:29:15.781Z Downloaded syn v1.0.109
4362026-03-10T18:29:15.805Z Downloaded syn v2.0.117
4372026-03-10T18:29:15.810Z Downloaded rustix v1.1.3
4382026-03-10T18:29:15.834Z Downloaded libc v0.2.180
4392026-03-10T18:29:15.916Z Compiling proc-macro2 v1.0.106
4402026-03-10T18:29:15.919Z Compiling unicode-ident v1.0.24
4412026-03-10T18:29:15.919Z Compiling quote v1.0.44
4422026-03-10T18:29:15.919Z Compiling serde_core v1.0.228
4432026-03-10T18:29:15.919Z Compiling libc v0.2.180
4442026-03-10T18:29:15.919Z Compiling version_check v0.9.5
4452026-03-10T18:29:15.919Z Compiling serde v1.0.228
4462026-03-10T18:29:15.919Z Compiling memchr v2.8.0
4472026-03-10T18:29:16.322Z Compiling stable_deref_trait v1.2.1
4482026-03-10T18:29:16.424Z Compiling zmij v1.0.21
4492026-03-10T18:29:16.711Z Compiling thiserror v1.0.69
4502026-03-10T18:29:16.714Z Compiling itoa v1.0.17
4512026-03-10T18:29:17.053Z Compiling autocfg v1.5.0
4522026-03-10T18:29:17.101Z Compiling ucd-trie v0.1.7
4532026-03-10T18:29:17.277Z Compiling litemap v0.8.1
4542026-03-10T18:29:17.367Z Compiling pest v2.8.6
4552026-03-10T18:29:17.418Z Compiling writeable v0.6.2
4562026-03-10T18:29:17.496Z Compiling icu_normalizer_data v2.1.1
4572026-03-10T18:29:17.718Z Compiling byteorder v1.5.0
4582026-03-10T18:29:17.746Z Compiling rustix v1.1.3
4592026-03-10T18:29:17.973Z Compiling syn v2.0.117
4602026-03-10T18:29:18.000Z Compiling icu_properties_data v2.1.2
4612026-03-10T18:29:18.084Z Compiling errno v0.3.14
4622026-03-10T18:29:18.112Z Compiling serde_json v1.0.149
4632026-03-10T18:29:18.271Z Compiling bitflags v2.11.0
4642026-03-10T18:29:18.475Z Compiling num-traits v0.2.19
4652026-03-10T18:29:18.518Z Compiling equivalent v1.0.2
4662026-03-10T18:29:18.554Z Compiling hashbrown v0.16.1
4672026-03-10T18:29:18.988Z Compiling typeid v1.0.3
4682026-03-10T18:29:19.032Z Compiling smallvec v1.15.1
4692026-03-10T18:29:19.247Z Compiling pest_meta v2.8.6
4702026-03-10T18:29:19.307Z Compiling indexmap v2.13.0
4712026-03-10T18:29:19.374Z Compiling thread-id v4.2.2
4722026-03-10T18:29:19.535Z Compiling usdt-impl v0.5.0
4732026-03-10T18:29:19.553Z Compiling proc-macro-error-attr v1.0.4
4742026-03-10T18:29:19.618Z Compiling toml_write v0.1.2
4752026-03-10T18:29:19.763Z Compiling erased-serde v0.4.9
4762026-03-10T18:29:19.812Z Compiling winnow v0.7.14
4772026-03-10T18:29:19.882Z Compiling syn v1.0.109
4782026-03-10T18:29:20.346Z Compiling proc-macro-error v1.0.4
4792026-03-10T18:29:20.449Z Compiling plain v0.2.3
4802026-03-10T18:29:20.599Z Compiling getrandom v0.4.1
4812026-03-10T18:29:20.640Z Compiling percent-encoding v2.3.2
4822026-03-10T18:29:20.847Z Compiling utf8_iter v1.0.4
4832026-03-10T18:29:21.109Z Compiling thiserror v2.0.18
4842026-03-10T18:29:21.213Z Compiling camino v1.2.2
4852026-03-10T18:29:21.214Z Compiling log v0.4.29
4862026-03-10T18:29:21.359Z Compiling utf8parse v0.2.2
4872026-03-10T18:29:21.526Z Compiling anstyle-parse v0.2.7
4882026-03-10T18:29:21.565Z Compiling ordered-float v2.10.1
4892026-03-10T18:29:21.631Z Compiling form_urlencoded v1.2.2
4902026-03-10T18:29:21.809Z Compiling synstructure v0.13.2
4912026-03-10T18:29:21.908Z Compiling pest_generator v2.8.6
4922026-03-10T18:29:21.966Z Compiling terminal_size v0.4.3
4932026-03-10T18:29:22.082Z Compiling is_terminal_polyfill v1.70.2
4942026-03-10T18:29:22.200Z Compiling cfg-if v1.0.4
4952026-03-10T18:29:22.275Z Compiling anstyle-query v1.1.5
4962026-03-10T18:29:22.295Z Compiling colorchoice v1.0.4
4972026-03-10T18:29:22.362Z Compiling anstyle v1.0.13
4982026-03-10T18:29:22.432Z Compiling pretty-hex v0.4.1
4992026-03-10T18:29:22.511Z Compiling serde-untagged v0.1.9
5002026-03-10T18:29:22.691Z Compiling anstream v0.6.21
5012026-03-10T18:29:22.707Z Compiling semver v1.0.27
5022026-03-10T18:29:22.759Z Compiling fs-err v3.3.0
5032026-03-10T18:29:22.844Z Compiling clap_lex v1.0.0
5042026-03-10T18:29:23.099Z Compiling unicode-xid v0.2.6
5052026-03-10T18:29:23.327Z Compiling unicode-width v0.1.14
5062026-03-10T18:29:23.327Z Compiling heck v0.5.0
5072026-03-10T18:29:23.327Z Compiling once_cell v1.21.3
5082026-03-10T18:29:23.454Z Compiling bytecount v0.6.9
5092026-03-10T18:29:23.454Z Compiling fnv v1.0.7
5102026-03-10T18:29:23.454Z Compiling heck v0.4.1
5112026-03-10T18:29:23.516Z Compiling strsim v0.11.1
5122026-03-10T18:29:23.516Z Compiling fastrand v2.3.0
5132026-03-10T18:29:23.516Z Compiling anyhow v1.0.102
5142026-03-10T18:29:23.665Z Compiling clap_builder v4.5.60
5152026-03-10T18:29:23.721Z Compiling tempfile v3.25.0
5162026-03-10T18:29:23.791Z Compiling papergrid v0.11.0
5172026-03-10T18:29:27.824Z Compiling memmap v0.7.0
5182026-03-10T18:29:27.944Z Compiling unicode-width v0.2.0
5192026-03-10T18:29:27.944Z Compiling unicode-linebreak v0.1.5
5202026-03-10T18:29:27.944Z Compiling smawk v0.3.2
5212026-03-10T18:29:27.944Z Compiling serde_derive v1.0.228
5222026-03-10T18:29:27.944Z Compiling zerofrom-derive v0.1.6
5232026-03-10T18:29:27.944Z Compiling yoke-derive v0.8.1
5242026-03-10T18:29:27.944Z Compiling zerovec-derive v0.11.2
5252026-03-10T18:29:27.944Z Compiling displaydoc v0.2.5
5262026-03-10T18:29:27.944Z Compiling thiserror-impl v1.0.69
5272026-03-10T18:29:27.945Z Compiling zerocopy-derive v0.7.35
5282026-03-10T18:29:27.945Z Compiling pest_derive v2.8.6
5292026-03-10T18:29:27.945Z Compiling scroll_derive v0.12.1
5302026-03-10T18:29:27.945Z Compiling zerofrom v0.1.6
5312026-03-10T18:29:27.945Z Compiling yoke v0.8.1
5322026-03-10T18:29:27.945Z Compiling thiserror-impl v2.0.18
5332026-03-10T18:29:27.945Z Compiling zerovec v0.11.5
5342026-03-10T18:29:27.945Z Compiling zerotrie v0.2.3
5352026-03-10T18:29:27.945Z Compiling zerocopy v0.7.35
5362026-03-10T18:29:27.945Z Compiling scroll v0.12.0
5372026-03-10T18:29:27.945Z Compiling tinystr v0.8.2
5382026-03-10T18:29:27.945Z Compiling potential_utf v0.1.4
5392026-03-10T18:29:27.945Z Compiling icu_locale_core v2.1.1
5402026-03-10T18:29:27.945Z Compiling dtrace-parser v0.2.0
5412026-03-10T18:29:27.945Z Compiling icu_collections v2.1.1
5422026-03-10T18:29:27.945Z Compiling goblin v0.8.2
5432026-03-10T18:29:27.995Z Compiling tabled_derive v0.7.0
5442026-03-10T18:29:28.446Z Compiling clap_derive v4.5.55
5452026-03-10T18:29:28.608Z Compiling icu_provider v2.1.1
5462026-03-10T18:29:28.752Z Compiling textwrap v0.16.2
5472026-03-10T18:29:28.911Z Compiling icu_normalizer v2.1.1
5482026-03-10T18:29:28.995Z Compiling icu_properties v2.1.2
5492026-03-10T18:29:29.139Z Compiling serde_spanned v0.6.9
5502026-03-10T18:29:29.221Z Compiling toml_datetime v0.6.11
5512026-03-10T18:29:29.224Z Compiling dof v0.3.0
5522026-03-10T18:29:29.327Z Compiling serde_tokenstream v0.2.3
5532026-03-10T18:29:29.381Z Compiling serde-value v0.7.0
5542026-03-10T18:29:29.605Z Compiling toml_edit v0.22.27
5552026-03-10T18:29:29.721Z Compiling cargo-platform v0.2.0
5562026-03-10T18:29:29.758Z Compiling tabled v0.15.0
5572026-03-10T18:29:29.861Z Compiling macaddr v1.0.1
5582026-03-10T18:29:30.155Z Compiling camino-tempfile v1.4.1
5592026-03-10T18:29:30.455Z Compiling idna_adapter v1.2.1
5602026-03-10T18:29:30.458Z Compiling usdt-attr-macro v0.5.0
5612026-03-10T18:29:30.541Z Compiling usdt-macro v0.5.0
5622026-03-10T18:29:30.650Z Compiling idna v1.1.0
5632026-03-10T18:29:30.849Z Compiling clap v4.5.60
5642026-03-10T18:29:30.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652026-03-10T18:29:31.296Z Compiling url v2.5.8
5662026-03-10T18:29:31.355Z Compiling swrite v0.1.0
5672026-03-10T18:29:31.532Z Compiling toml v0.8.23
5682026-03-10T18:29:31.988Z Compiling usdt v0.5.0
5692026-03-10T18:29:32.085Z Compiling cargo-util-schemas v0.8.2
5702026-03-10T18:29:32.169Z Compiling cargo_toml v0.21.0
5712026-03-10T18:29:33.306Z Compiling cargo_metadata v0.21.0
5722026-03-10T18:29:34.585Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-03-10T18:29:37.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
5742026-03-10T18:29:37.767Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-03-10T18:29:38.494Z Downloading crates ...
5762026-03-10T18:29:38.626Z Downloaded async-recursion v1.1.1
5772026-03-10T18:29:38.631Z Downloaded arrayref v0.3.9
5782026-03-10T18:29:38.643Z Downloaded bitfield v0.19.4
5792026-03-10T18:29:38.648Z Downloaded critical-section v1.2.0
5802026-03-10T18:29:38.652Z Downloaded diesel_table_macro_syntax v0.2.0
5812026-03-10T18:29:38.656Z Downloaded display-error-chain v0.2.2
5822026-03-10T18:29:38.659Z Downloaded dunce v1.0.5
5832026-03-10T18:29:38.662Z Downloaded debug-ignore v1.0.5
5842026-03-10T18:29:38.665Z Downloaded foreign-types v0.3.2
5852026-03-10T18:29:38.669Z Downloaded chacha20 v0.9.1
5862026-03-10T18:29:38.672Z Downloaded float-ord v0.3.2
5872026-03-10T18:29:38.676Z Downloaded either v1.15.0
5882026-03-10T18:29:38.679Z Downloaded ctr v0.9.2
5892026-03-10T18:29:38.683Z Downloaded defmt v0.3.100
5902026-03-10T18:29:38.686Z Downloaded document-features v0.2.12
5912026-03-10T18:29:38.689Z Downloaded cookie v0.18.1
5922026-03-10T18:29:38.693Z Downloaded fixedbitset v0.4.2
5932026-03-10T18:29:38.697Z Downloaded env_logger v0.11.9
5942026-03-10T18:29:38.701Z Downloaded base64 v0.22.1
5952026-03-10T18:29:38.706Z Downloaded endian-type v0.1.2
5962026-03-10T18:29:38.709Z Downloaded embedded-io v0.6.1
5972026-03-10T18:29:38.712Z Downloaded fs_extra v1.3.0
5982026-03-10T18:29:38.717Z Downloaded ena v0.14.4
5992026-03-10T18:29:38.721Z Downloaded ed25519 v2.2.3
6002026-03-10T18:29:38.723Z Downloaded bit-set v0.8.0
6012026-03-10T18:29:38.726Z Downloaded enum-as-inner v0.6.1
6022026-03-10T18:29:38.730Z Downloaded assert_matches v1.5.0
6032026-03-10T18:29:38.733Z Downloaded dof v0.4.0
6042026-03-10T18:29:38.736Z Downloaded futures-executor v0.3.32
6052026-03-10T18:29:38.740Z Downloaded buf-list v1.1.2
6062026-03-10T18:29:38.744Z Downloaded foreign-types v0.5.0
6072026-03-10T18:29:38.747Z Downloaded env_filter v1.0.0
6082026-03-10T18:29:38.751Z Downloaded crc-catalog v2.4.0
6092026-03-10T18:29:38.756Z Downloaded foreign-types-shared v0.1.1
6102026-03-10T18:29:38.759Z Downloaded dyn-clone v1.0.20
6112026-03-10T18:29:38.759Z Downloaded camino-tempfile-ext v0.3.3
6122026-03-10T18:29:38.763Z Downloaded foreign-types-shared v0.3.1
6132026-03-10T18:29:38.766Z Downloaded float-cmp v0.10.0
6142026-03-10T18:29:38.770Z Downloaded cpufeatures v0.3.0
6152026-03-10T18:29:38.775Z Downloaded data-encoding v2.10.0
6162026-03-10T18:29:38.779Z Downloaded convert_case v0.4.0
6172026-03-10T18:29:38.779Z Downloaded foreign-types-macros v0.2.3
6182026-03-10T18:29:38.782Z Downloaded darling_macro v0.21.3
6192026-03-10T18:29:38.785Z Downloaded cfg_aliases v0.1.1
6202026-03-10T18:29:38.788Z Downloaded futures-sink v0.3.32
6212026-03-10T18:29:38.791Z Downloaded bit-set v0.5.3
6222026-03-10T18:29:38.791Z Downloaded git-stub v1.0.0
6232026-03-10T18:29:38.795Z Downloaded defmt-macros v1.0.1
6242026-03-10T18:29:38.801Z Downloaded crossbeam-deque v0.8.6
6252026-03-10T18:29:38.804Z Downloaded futures-task v0.3.32
6262026-03-10T18:29:38.811Z Downloaded diesel-dtrace v0.4.2
6272026-03-10T18:29:38.815Z Downloaded diff v0.1.13
6282026-03-10T18:29:38.815Z Downloaded cobs v0.3.0
6292026-03-10T18:29:38.818Z Downloaded globwalk v0.9.1
6302026-03-10T18:29:38.821Z Downloaded fatfs v0.3.6
6312026-03-10T18:29:38.824Z Downloaded ecdsa v0.16.9
6322026-03-10T18:29:38.828Z Downloaded defmt v1.0.1
6332026-03-10T18:29:38.831Z Downloaded hex-literal v0.4.1
6342026-03-10T18:29:38.835Z Downloaded crc8 v0.1.1
6352026-03-10T18:29:38.838Z Downloaded ciborium-io v0.2.2
6362026-03-10T18:29:38.838Z Downloaded crc v3.4.0
6372026-03-10T18:29:38.842Z Downloaded http-body v1.0.1
6382026-03-10T18:29:38.858Z Downloaded headers-core v0.3.0
6392026-03-10T18:29:38.861Z Downloaded find-msvc-tools v0.1.9
6402026-03-10T18:29:38.865Z Downloaded gethostname v0.5.0
6412026-03-10T18:29:38.868Z Downloaded hostname v0.4.2
6422026-03-10T18:29:38.872Z Downloaded ident_case v1.0.1
6432026-03-10T18:29:38.872Z Downloaded hyper-tls v0.6.0
6442026-03-10T18:29:38.875Z Downloaded erased-serde v0.3.31
6452026-03-10T18:29:38.878Z Downloaded hubpack_derive v0.1.1
6462026-03-10T18:29:38.881Z Downloaded fallible-iterator v0.2.0
6472026-03-10T18:29:38.884Z Downloaded indoc v1.0.9
6482026-03-10T18:29:38.887Z Downloaded inout v0.1.4
6492026-03-10T18:29:38.891Z Downloaded globset v0.4.18
6502026-03-10T18:29:38.897Z Downloaded foldhash v0.2.0
6512026-03-10T18:29:38.901Z Downloaded colored v3.1.1
6522026-03-10T18:29:38.901Z Downloaded ascii-canvas v3.0.0
6532026-03-10T18:29:38.905Z Downloaded hex v0.4.3
6542026-03-10T18:29:38.905Z Downloaded cipher v0.4.4
6552026-03-10T18:29:38.911Z Downloaded cancel-safe-futures v0.1.5
6562026-03-10T18:29:38.916Z Downloaded kstat-rs v0.2.4
6572026-03-10T18:29:38.916Z Downloaded is-terminal v0.4.17
6582026-03-10T18:29:38.921Z Downloaded http-body-util v0.1.3
6592026-03-10T18:29:38.921Z Downloaded lazy_static v1.5.0
6602026-03-10T18:29:38.924Z Downloaded derive_more v0.99.20
6612026-03-10T18:29:38.928Z Downloaded is_ci v1.2.0
6622026-03-10T18:29:38.931Z Downloaded instability v0.3.11
6632026-03-10T18:29:38.936Z Downloaded internet-checksum v0.2.1
6642026-03-10T18:29:38.936Z Downloaded libscf-sys v1.1.0
6652026-03-10T18:29:38.939Z Downloaded console v0.15.11
6662026-03-10T18:29:38.942Z Downloaded lru-cache v0.1.2
6672026-03-10T18:29:38.945Z Downloaded dropshot_endpoint v0.16.7
6682026-03-10T18:29:38.948Z Downloaded md5 v0.7.0
6692026-03-10T18:29:38.951Z Downloaded lru-slab v0.1.2
6702026-03-10T18:29:38.954Z Downloaded linked-hash-map v0.5.6
6712026-03-10T18:29:38.957Z Downloaded maplit v1.0.2
6722026-03-10T18:29:38.960Z Downloaded indoc v2.0.7
6732026-03-10T18:29:38.963Z Downloaded lzss v0.8.2
6742026-03-10T18:29:38.966Z Downloaded managed v0.8.0
6752026-03-10T18:29:38.969Z Downloaded maybe-uninit v2.0.0
6762026-03-10T18:29:38.969Z Downloaded mime v0.3.17
6772026-03-10T18:29:38.972Z Downloaded half v1.8.3
6782026-03-10T18:29:38.975Z Downloaded crossbeam-epoch v0.9.18
6792026-03-10T18:29:38.978Z Downloaded md-5 v0.10.6
6802026-03-10T18:29:38.981Z Downloaded group v0.13.0
6812026-03-10T18:29:38.987Z Downloaded jobserver v0.1.34
6822026-03-10T18:29:38.990Z Downloaded colored v2.2.0
6832026-03-10T18:29:38.990Z Downloaded nibble_vec v0.1.0
6842026-03-10T18:29:38.994Z Downloaded normalize-line-endings v0.3.0
6852026-03-10T18:29:38.997Z Downloaded derive-where v1.6.0
6862026-03-10T18:29:39.002Z Downloaded ipnet v2.11.0
6872026-03-10T18:29:39.005Z Downloaded ingot v0.1.1
6882026-03-10T18:29:39.005Z Downloaded libsw-core v0.3.2
6892026-03-10T18:29:39.009Z Downloaded elliptic-curve v0.13.8
6902026-03-10T18:29:39.012Z Downloaded futures v0.3.32
6912026-03-10T18:29:39.017Z Downloaded num-derive v0.3.3
6922026-03-10T18:29:39.024Z Downloaded num-iter v0.1.45
6932026-03-10T18:29:39.024Z Downloaded num-derive v0.4.2
6942026-03-10T18:29:39.032Z Downloaded num_threads v0.1.7
6952026-03-10T18:29:39.032Z Downloaded olpc-cjson v0.1.4
6962026-03-10T18:29:39.035Z Downloaded base64 v0.21.7
6972026-03-10T18:29:39.036Z Downloaded openssl-probe v0.2.1
6982026-03-10T18:29:39.036Z Downloaded ahash v0.8.12
6992026-03-10T18:29:39.039Z Downloaded openssl-probe v0.1.6
7002026-03-10T18:29:39.043Z Downloaded match_cfg v0.1.0
7012026-03-10T18:29:39.048Z Downloaded ingot-macros v0.1.1
7022026-03-10T18:29:39.048Z Downloaded memoffset v0.9.1
7032026-03-10T18:29:39.051Z Downloaded openssl-macros v0.1.1
7042026-03-10T18:29:39.051Z Downloaded parse-size v1.1.0
7052026-03-10T18:29:39.054Z Downloaded oso-derive v0.27.3
7062026-03-10T18:29:39.055Z Downloaded derive_more-impl v2.1.1
7072026-03-10T18:29:39.058Z Downloaded opaque-debug v0.3.1
7082026-03-10T18:29:39.061Z Downloaded hickory-client v0.25.2
7092026-03-10T18:29:39.065Z Downloaded iana-time-zone v0.1.65
7102026-03-10T18:29:39.068Z Downloaded highway v1.3.0
7112026-03-10T18:29:39.071Z Downloaded packed_struct_codegen v0.10.1
7122026-03-10T18:29:39.075Z Downloaded path-slash v0.1.5
7132026-03-10T18:29:39.075Z Downloaded mime_guess v2.0.5
7142026-03-10T18:29:39.078Z Downloaded peg-runtime v0.8.5
7152026-03-10T18:29:39.083Z Downloaded phf_shared v0.13.1
7162026-03-10T18:29:39.084Z Downloaded httparse v1.10.1
7172026-03-10T18:29:39.087Z Downloaded libefi-sys v0.1.0
7182026-03-10T18:29:39.087Z Downloaded pbkdf2 v0.11.0
7192026-03-10T18:29:39.090Z Downloaded nu-ansi-term v0.50.3
7202026-03-10T18:29:39.094Z Downloaded pbkdf2 v0.12.2
7212026-03-10T18:29:39.097Z Downloaded parse-display v0.10.0
7222026-03-10T18:29:39.097Z Downloaded num-rational v0.4.2
7232026-03-10T18:29:39.101Z Downloaded num_enum_derive v0.5.11
7242026-03-10T18:29:39.106Z Downloaded nanorand v0.7.0
7252026-03-10T18:29:39.106Z Downloaded num_enum_derive v0.7.5
7262026-03-10T18:29:39.109Z Downloaded num_enum v0.7.5
7272026-03-10T18:29:39.112Z Downloaded phf_shared v0.11.3
7282026-03-10T18:29:39.116Z Downloaded precomputed-hash v0.1.1
7292026-03-10T18:29:39.116Z Downloaded ignore v0.4.25
7302026-03-10T18:29:39.121Z Downloaded chacha20poly1305 v0.10.1
7312026-03-10T18:29:39.124Z Downloaded powerfmt v0.2.0
7322026-03-10T18:29:39.124Z Downloaded predicates-tree v1.0.13
7332026-03-10T18:29:39.130Z Downloaded proc-macro-crate v1.3.1
7342026-03-10T18:29:39.130Z Downloaded indexmap v1.9.3
7352026-03-10T18:29:39.133Z Downloaded lock_api v0.4.14
7362026-03-10T18:29:39.133Z Downloaded parking_lot_core v0.8.6
7372026-03-10T18:29:39.136Z Downloaded pin-utils v0.1.0
7382026-03-10T18:29:39.139Z Downloaded oxnet v0.1.4
7392026-03-10T18:29:39.142Z Downloaded headers v0.4.1
7402026-03-10T18:29:39.146Z Downloaded heapless v0.7.17
7412026-03-10T18:29:39.149Z Downloaded progenitor-macro v0.10.0
7422026-03-10T18:29:39.152Z Downloaded pem v3.0.6
7432026-03-10T18:29:39.155Z Downloaded native-tls v0.2.18
7442026-03-10T18:29:39.156Z Downloaded quick-error v1.2.3
7452026-03-10T18:29:39.159Z Downloaded psl-types v2.0.11
7462026-03-10T18:29:39.159Z Downloaded packed_struct v0.10.1
7472026-03-10T18:29:39.164Z Downloaded paste v1.0.15
7482026-03-10T18:29:39.168Z Downloaded progenitor-macro v0.11.2
7492026-03-10T18:29:39.168Z Downloaded pkg-config v0.3.32
7502026-03-10T18:29:39.171Z Downloaded crossbeam-channel v0.5.15
7512026-03-10T18:29:39.176Z Downloaded radium v0.7.0
7522026-03-10T18:29:39.176Z Downloaded ar_archive_writer v0.5.1
7532026-03-10T18:29:39.179Z Downloaded peg v0.8.5
7542026-03-10T18:29:39.183Z Downloaded poly1305 v0.8.0
7552026-03-10T18:29:39.186Z Downloaded memmap2 v0.9.10
7562026-03-10T18:29:39.190Z Downloaded parse-display-derive v0.10.0
7572026-03-10T18:29:39.190Z Downloaded password-hash v0.5.0
7582026-03-10T18:29:39.193Z Downloaded rand_xorshift v0.4.0
7592026-03-10T18:29:39.194Z Downloaded indicatif v0.18.4
7602026-03-10T18:29:39.197Z Downloaded polyval v0.6.2
7612026-03-10T18:29:39.200Z Downloaded ppv-lite86 v0.2.21
7622026-03-10T18:29:39.203Z Downloaded primeorder v0.13.6
7632026-03-10T18:29:39.204Z Downloaded progenitor v0.11.2
7642026-03-10T18:29:39.207Z Downloaded proc-macro-error2 v2.0.1
7652026-03-10T18:29:39.211Z Downloaded recursive-proc-macro-impl v0.1.1
7662026-03-10T18:29:39.215Z Downloaded heapless v0.8.0
7672026-03-10T18:29:39.215Z Downloaded rfc6979 v0.4.0
7682026-03-10T18:29:39.219Z Downloaded darling_core v0.21.3
7692026-03-10T18:29:39.222Z Downloaded recursive v0.1.1
7702026-03-10T18:29:39.226Z Downloaded hickory-resolver v0.24.4
7712026-03-10T18:29:39.230Z Downloaded peg-macros v0.8.5
7722026-03-10T18:29:39.230Z Downloaded psm v0.1.30
7732026-03-10T18:29:39.233Z Downloaded progenitor-extras v0.1.0
7742026-03-10T18:29:39.236Z Downloaded progenitor-macro v0.13.0
7752026-03-10T18:29:39.236Z Downloaded progenitor-client v0.11.2
7762026-03-10T18:29:39.241Z Downloaded russh-cryptovec v0.7.3
7772026-03-10T18:29:39.241Z Downloaded rand_chacha v0.3.1
7782026-03-10T18:29:39.246Z Downloaded ref-cast v1.0.25
7792026-03-10T18:29:39.246Z Downloaded pkcs1 v0.7.5
7802026-03-10T18:29:39.249Z Downloaded rtoolbox v0.0.3
7812026-03-10T18:29:39.249Z Downloaded ref-cast-impl v1.0.25
7822026-03-10T18:29:39.252Z Downloaded progenitor-client v0.10.0
7832026-03-10T18:29:39.252Z Downloaded pin-project-lite v0.2.17
7842026-03-10T18:29:39.258Z Downloaded rustc-hash v2.1.1
7852026-03-10T18:29:39.261Z Downloaded pin-project-internal v1.1.11
7862026-03-10T18:29:39.261Z Downloaded proc-macro-crate v3.4.0
7872026-03-10T18:29:39.265Z Downloaded hickory-resolver v0.25.2
7882026-03-10T18:29:39.268Z Downloaded rustc_version v0.1.7
7892026-03-10T18:29:39.268Z Downloaded proc-macro-error-attr2 v2.0.0
7902026-03-10T18:29:39.271Z Downloaded pkcs8 v0.10.2
7912026-03-10T18:29:39.275Z Downloaded postgres-protocol v0.6.10
7922026-03-10T18:29:39.275Z Downloaded parking_lot_core v0.9.12
7932026-03-10T18:29:39.279Z Downloaded phf v0.13.1
7942026-03-10T18:29:39.283Z Downloaded phf v0.12.1
7952026-03-10T18:29:39.283Z Downloaded rand_seeder v0.4.0
7962026-03-10T18:29:39.286Z Downloaded rand_core v0.10.0
7972026-03-10T18:29:39.287Z Downloaded progenitor v0.13.0
7982026-03-10T18:29:39.290Z Downloaded rand_core v0.9.5
7992026-03-10T18:29:39.290Z Downloaded omicron-zone-package v0.12.2
8002026-03-10T18:29:39.293Z Downloaded salsa20 v0.10.2
8012026-03-10T18:29:39.298Z Downloaded libbz2-rs-sys v0.2.2
8022026-03-10T18:29:39.298Z Downloaded scheduled-thread-pool v0.2.7
8032026-03-10T18:29:39.302Z Downloaded rustc_version v0.4.1
8042026-03-10T18:29:39.302Z Downloaded scopeguard v1.2.0
8052026-03-10T18:29:39.302Z Downloaded resolv-conf v0.7.6
8062026-03-10T18:29:39.305Z Downloaded expectorate v1.2.0
8072026-03-10T18:29:39.309Z Downloaded progenitor v0.10.0
8082026-03-10T18:29:39.309Z Downloaded pem-rfc7468 v0.7.0
8092026-03-10T18:29:39.312Z Downloaded password-hash v0.4.2
8102026-03-10T18:29:39.315Z Downloaded oxide-tokio-rt v0.1.2
8112026-03-10T18:29:39.316Z Downloaded owo-colors v4.3.0
8122026-03-10T18:29:39.319Z Downloaded parking_lot v0.12.5
8132026-03-10T18:29:39.324Z Downloaded secrecy v0.10.3
8142026-03-10T18:29:39.324Z Downloaded secrecy v0.8.0
8152026-03-10T18:29:39.327Z Downloaded same-file v1.0.6
8162026-03-10T18:29:39.327Z Downloaded scrypt v0.11.0
8172026-03-10T18:29:39.327Z Downloaded rand_core v0.6.4
8182026-03-10T18:29:39.331Z Downloaded scroll_derive v0.13.1
8192026-03-10T18:29:39.331Z Downloaded serde-big-array v0.5.1
8202026-03-10T18:29:39.336Z Downloaded seq-macro v0.3.6
8212026-03-10T18:29:39.336Z Downloaded bindgen v0.71.1
8222026-03-10T18:29:39.341Z Downloaded sha1 v0.10.6
8232026-03-10T18:29:39.345Z Downloaded serde_urlencoded v0.7.1
8242026-03-10T18:29:39.345Z Downloaded semver v0.1.20
8252026-03-10T18:29:39.348Z Downloaded serde_spanned v1.0.4
8262026-03-10T18:29:39.348Z Downloaded serde_repr v0.1.20
8272026-03-10T18:29:39.353Z Downloaded progenitor-client v0.13.0
8282026-03-10T18:29:39.353Z Downloaded predicates v3.1.4
8292026-03-10T18:29:39.357Z Downloaded rustls-native-certs v0.8.3
8302026-03-10T18:29:39.357Z Downloaded jiff-static v0.2.21
8312026-03-10T18:29:39.360Z Downloaded sigpipe v0.1.3
8322026-03-10T18:29:39.363Z Downloaded signal-hook-mio v0.2.5
8332026-03-10T18:29:39.363Z Downloaded signal-hook-tokio v0.3.1
8342026-03-10T18:29:39.367Z Downloaded shell-words v1.1.1
8352026-03-10T18:29:39.367Z Downloaded siphasher v1.0.2
8362026-03-10T18:29:39.367Z Downloaded parking_lot v0.11.2
8372026-03-10T18:29:39.370Z Downloaded rustversion v1.0.22
8382026-03-10T18:29:39.373Z Downloaded rustls-pemfile v1.0.4
8392026-03-10T18:29:39.398Z Downloaded oso v0.27.3
8402026-03-10T18:29:39.398Z Downloaded crossterm v0.29.0
8412026-03-10T18:29:39.398Z Downloaded schemars_derive v0.8.22
8422026-03-10T18:29:39.398Z Downloaded sapling-renderdag v0.1.0
8432026-03-10T18:29:39.398Z Downloaded rand_chacha v0.9.0
8442026-03-10T18:29:39.398Z Downloaded quinn-udp v0.5.14
8452026-03-10T18:29:39.398Z Downloaded hashbrown v0.13.2
8462026-03-10T18:29:39.398Z Downloaded postgres-types v0.2.12
8472026-03-10T18:29:39.402Z Downloaded progenitor-impl v0.13.0
8482026-03-10T18:29:39.402Z Downloaded miniz_oxide v0.8.9
8492026-03-10T18:29:39.402Z Downloaded slog-bunyan v2.5.0
8502026-03-10T18:29:39.405Z Downloaded hickory-server v0.25.2
8512026-03-10T18:29:39.409Z Downloaded slog-envlogger v2.2.0
8522026-03-10T18:29:39.409Z Downloaded pin-project v1.1.11
8532026-03-10T18:29:39.419Z Downloaded rusty-fork v0.3.1
8542026-03-10T18:29:39.422Z Downloaded serde_plain v1.0.2
8552026-03-10T18:29:39.423Z Downloaded serde_bytes v0.11.19
8562026-03-10T18:29:39.426Z Downloaded bumpalo v3.20.2
8572026-03-10T18:29:39.429Z Downloaded r2d2 v0.8.10
8582026-03-10T18:29:39.430Z Downloaded papergrid v0.17.0
8592026-03-10T18:29:39.433Z Downloaded sec1 v0.7.3
8602026-03-10T18:29:39.436Z Downloaded sct v0.7.1
8612026-03-10T18:29:39.440Z Downloaded serde_path_to_error v0.1.20
8622026-03-10T18:29:39.440Z Downloaded serde-hex v0.1.0
8632026-03-10T18:29:39.445Z Downloaded hyper-util v0.1.20
8642026-03-10T18:29:39.449Z Downloaded rustls-pemfile v2.2.0
8652026-03-10T18:29:39.452Z Downloaded signature v2.2.0
8662026-03-10T18:29:39.452Z Downloaded rustls-pki-types v1.14.0
8672026-03-10T18:29:39.455Z Downloaded ssh-cipher v0.2.0
8682026-03-10T18:29:39.456Z Downloaded sqlparser_derive v0.5.0
8692026-03-10T18:29:39.460Z Downloaded slab v0.4.12
8702026-03-10T18:29:39.460Z Downloaded p256 v0.13.2
8712026-03-10T18:29:39.463Z Downloaded shlex v1.3.0
8722026-03-10T18:29:39.463Z Downloaded prettyplease v0.2.37
8732026-03-10T18:29:39.466Z Downloaded rcgen v0.12.1
8742026-03-10T18:29:39.471Z Downloaded postcard v1.1.3
8752026-03-10T18:29:39.474Z Downloaded progenitor-impl v0.11.2
8762026-03-10T18:29:39.474Z Downloaded strum v0.27.2
8772026-03-10T18:29:39.477Z Downloaded strum v0.26.3
8782026-03-10T18:29:39.478Z Downloaded structmeta-derive v0.3.0
8792026-03-10T18:29:39.478Z Downloaded structmeta v0.3.0
8802026-03-10T18:29:39.481Z Downloaded russh-keys v0.45.0
8812026-03-10T18:29:39.484Z Downloaded slog-dtrace v0.3.0
8822026-03-10T18:29:39.485Z Downloaded prefix-trie v0.7.0
8832026-03-10T18:29:39.488Z Downloaded strip-ansi-escapes v0.2.1
8842026-03-10T18:29:39.488Z Downloaded signal-hook-registry v1.4.8
8852026-03-10T18:29:39.492Z Downloaded openssl-sys v0.9.111
8862026-03-10T18:29:39.495Z Downloaded sync_wrapper v1.0.2
8872026-03-10T18:29:39.495Z Downloaded sync-ptr v0.1.4
8882026-03-10T18:29:39.499Z Downloaded slog-async v2.8.0
8892026-03-10T18:29:39.499Z Downloaded progenitor-impl v0.10.0
8902026-03-10T18:29:39.503Z Downloaded scroll v0.13.0
8912026-03-10T18:29:39.503Z Downloaded slog-scope v4.4.1
8922026-03-10T18:29:39.506Z Downloaded http v1.4.0
8932026-03-10T18:29:39.510Z Downloaded serde_with_macros v3.17.0
8942026-03-10T18:29:39.510Z Downloaded subtle v2.6.1
8952026-03-10T18:29:39.513Z Downloaded take_mut v0.2.2
8962026-03-10T18:29:39.513Z Downloaded supports-color v3.0.2
8972026-03-10T18:29:39.513Z Downloaded smf v0.2.3
8982026-03-10T18:29:39.517Z Downloaded smallvec v0.6.14
8992026-03-10T18:29:39.517Z Downloaded tap v1.0.1
9002026-03-10T18:29:39.520Z Downloaded tagptr v0.2.0
9012026-03-10T18:29:39.520Z Downloaded tabwriter v1.4.1
9022026-03-10T18:29:39.520Z Downloaded slog-term v2.9.2
9032026-03-10T18:29:39.524Z Downloaded thiserror-impl-no-std v2.0.2
9042026-03-10T18:29:39.524Z Downloaded slog-stdlog v4.1.1
9052026-03-10T18:29:39.527Z Downloaded snafu-derive v0.8.9
9062026-03-10T18:29:39.527Z Downloaded serde_derive_internals v0.29.1
9072026-03-10T18:29:39.531Z Downloaded slog-json v2.6.1
9082026-03-10T18:29:39.531Z Downloaded serde_cbor v0.11.2
9092026-03-10T18:29:39.535Z Downloaded pkcs5 v0.7.1
9102026-03-10T18:29:39.540Z Downloaded spki v0.7.3
9112026-03-10T18:29:39.540Z Downloaded sqlformat v0.3.5
9122026-03-10T18:29:39.543Z Downloaded ssh-encoding v0.2.0
9132026-03-10T18:29:39.544Z Downloaded testing_table v0.3.0
9142026-03-10T18:29:39.544Z Downloaded termtree v0.5.1
9152026-03-10T18:29:39.547Z Downloaded time-core v0.1.8
9162026-03-10T18:29:39.548Z Downloaded static_assertions v1.1.0
9172026-03-10T18:29:39.548Z Downloaded stacker v0.1.23
9182026-03-10T18:29:39.551Z Downloaded rayon-core v1.13.0
9192026-03-10T18:29:39.554Z Downloaded rustls-platform-verifier v0.6.2
9202026-03-10T18:29:39.558Z Downloaded minimal-lexical v0.2.1
9212026-03-10T18:29:39.562Z Downloaded ron v0.8.1
9222026-03-10T18:29:39.566Z Downloaded stringprep v0.1.5
9232026-03-10T18:29:39.566Z Downloaded hashbrown v0.12.3
9242026-03-10T18:29:39.569Z Downloaded strum_macros v0.26.4
9252026-03-10T18:29:39.573Z Downloaded support-bundle-viewer v0.1.2
9262026-03-10T18:29:39.573Z Downloaded tabled_derive v0.11.0
9272026-03-10T18:29:39.578Z Downloaded tinyvec_macros v0.1.1
9282026-03-10T18:29:39.578Z Downloaded string_cache v0.8.9
9292026-03-10T18:29:39.578Z Downloaded quinn v0.11.9
9302026-03-10T18:29:39.582Z Downloaded simd-adler32 v0.3.8
9312026-03-10T18:29:39.582Z Downloaded qorb v0.4.1
9322026-03-10T18:29:39.585Z Downloaded flate2 v1.1.9
9332026-03-10T18:29:39.588Z Downloaded ed25519-dalek v2.2.0
9342026-03-10T18:29:39.592Z Downloaded derive_more v2.1.1
9352026-03-10T18:29:39.602Z Downloaded strum_macros v0.27.2
9362026-03-10T18:29:39.605Z Downloaded num-bigint v0.4.6
9372026-03-10T18:29:39.608Z Downloaded tower-service v0.3.3
9382026-03-10T18:29:39.608Z Downloaded tower-layer v0.3.3
9392026-03-10T18:29:39.612Z Downloaded termios v0.3.3
9402026-03-10T18:29:39.612Z Downloaded topological-sort v0.2.2
9412026-03-10T18:29:39.615Z Downloaded iddqd v0.3.17
9422026-03-10T18:29:39.620Z Downloaded rand v0.8.5
9432026-03-10T18:29:39.623Z Downloaded thread_local v1.1.9
9442026-03-10T18:29:39.623Z Downloaded try-lock v0.2.5
9452026-03-10T18:29:39.623Z Downloaded thread-id v5.1.0
9462026-03-10T18:29:39.628Z Downloaded slog v2.8.2
9472026-03-10T18:29:39.633Z Downloaded thiserror-no-std v2.0.2
9482026-03-10T18:29:39.633Z Downloaded spin v0.9.8
9492026-03-10T18:29:39.636Z Downloaded trait-variant v0.1.2
9502026-03-10T18:29:39.636Z Downloaded schemars v0.9.0
9512026-03-10T18:29:39.643Z Downloaded typify-macro v0.4.3
9522026-03-10T18:29:39.646Z Downloaded iri-string v0.7.10
9532026-03-10T18:29:39.649Z Downloaded nom v7.1.3
9542026-03-10T18:29:39.654Z Downloaded similar v2.7.0
9552026-03-10T18:29:39.658Z Downloaded tokio-native-tls v0.3.1
9562026-03-10T18:29:39.661Z Downloaded unarray v0.1.4
9572026-03-10T18:29:39.661Z Downloaded tokio-macros v2.6.0
9582026-03-10T18:29:39.664Z Downloaded tls_codec_derive v0.4.2
9592026-03-10T18:29:39.664Z Downloaded tokio-dtrace v0.1.1
9602026-03-10T18:29:39.668Z Downloaded tokio-rustls v0.25.0
9612026-03-10T18:29:39.668Z Downloaded signal-hook v0.3.18
9622026-03-10T18:29:39.672Z Downloaded universal-hash v0.5.1
9632026-03-10T18:29:39.672Z Downloaded unicode-truncate v1.1.0
9642026-03-10T18:29:39.675Z Downloaded untrusted v0.7.1
9652026-03-10T18:29:39.675Z Downloaded tiny-keccak v2.0.2
9662026-03-10T18:29:39.675Z Downloaded typify-macro v0.6.1
9672026-03-10T18:29:39.675Z Downloaded publicsuffix v2.3.0
9682026-03-10T18:29:39.678Z Downloaded strum_macros v0.24.3
9692026-03-10T18:29:39.678Z Downloaded pretty_assertions v1.4.1
9702026-03-10T18:29:39.682Z Downloaded tokio-tungstenite v0.23.1
9712026-03-10T18:29:39.686Z Downloaded term v1.2.1
9722026-03-10T18:29:39.686Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9732026-03-10T18:29:39.689Z Downloaded toml_writer v1.0.6+spec-1.1.0
9742026-03-10T18:29:39.689Z Downloaded socket2 v0.6.2
9752026-03-10T18:29:39.689Z Downloaded hashbrown v0.15.5
9762026-03-10T18:29:39.693Z Downloaded utf-8 v0.7.6
9772026-03-10T18:29:39.696Z Downloaded usdt-attr-macro v0.6.0
9782026-03-10T18:29:39.697Z Downloaded untrusted v0.9.0
9792026-03-10T18:29:39.700Z Downloaded unit-prefix v0.5.2
9802026-03-10T18:29:39.700Z Downloaded libxml v0.3.3
9812026-03-10T18:29:39.703Z Downloaded void v1.0.2
9822026-03-10T18:29:39.703Z Downloaded usdt v0.6.0
9832026-03-10T18:29:39.707Z Downloaded tokio-tungstenite v0.21.0
9842026-03-10T18:29:39.707Z Downloaded serde_yaml v0.9.34+deprecated
9852026-03-10T18:29:39.710Z Downloaded ryu v1.0.23
9862026-03-10T18:29:39.713Z Downloaded usdt-macro v0.6.0
9872026-03-10T18:29:39.713Z Downloaded tui-tree-widget v0.23.1
9882026-03-10T18:29:39.713Z Downloaded schemars v0.8.22
9892026-03-10T18:29:39.721Z Downloaded term v0.7.0
9902026-03-10T18:29:39.725Z Downloaded schemars v1.2.1
9912026-03-10T18:29:39.735Z Downloaded tokio-stream v0.1.18
9922026-03-10T18:29:39.738Z Downloaded waitgroup v0.1.2
9932026-03-10T18:29:39.741Z Downloaded wait-timeout v0.2.1
9942026-03-10T18:29:39.741Z Downloaded mio v1.1.1
9952026-03-10T18:29:39.745Z Downloaded itertools v0.10.5
9962026-03-10T18:29:39.749Z Downloaded itertools v0.12.1
9972026-03-10T18:29:39.754Z Downloaded tokio-rustls v0.26.4
9982026-03-10T18:29:39.758Z Downloaded time-macros v0.2.27
9992026-03-10T18:29:39.761Z Downloaded libm v0.2.16
10002026-03-10T18:29:39.765Z Downloaded want v0.3.1
10012026-03-10T18:29:39.771Z Downloaded rsa v0.9.10
10022026-03-10T18:29:39.774Z Downloaded unicase v2.9.0
10032026-03-10T18:29:39.774Z Downloaded toml_parser v1.0.9+spec-1.1.0
10042026-03-10T18:29:39.774Z Downloaded usdt-impl v0.6.0
10052026-03-10T18:29:39.778Z Downloaded tls_codec v0.4.2
10062026-03-10T18:29:39.778Z Downloaded socket2 v0.5.10
10072026-03-10T18:29:39.781Z Downloaded xshell-macros v0.2.7
10082026-03-10T18:29:39.781Z Downloaded xattr v1.6.1
10092026-03-10T18:29:39.781Z Downloaded aho-corasick v1.1.4
10102026-03-10T18:29:39.785Z Downloaded zeroize_derive v1.4.3
10112026-03-10T18:29:39.788Z Downloaded tracing-attributes v0.1.31
10122026-03-10T18:29:39.788Z Downloaded tokio-rustls v0.24.1
10132026-03-10T18:29:39.791Z Downloaded futures-util v0.3.32
10142026-03-10T18:29:39.797Z Downloaded vergen-lib v0.1.6
10152026-03-10T18:29:39.801Z Downloaded zone v0.3.1
10162026-03-10T18:29:39.801Z Downloaded uzers v0.12.2
10172026-03-10T18:29:39.804Z Downloaded rand v0.10.0
10182026-03-10T18:29:39.807Z Downloaded aes-gcm v0.10.3
10192026-03-10T18:29:39.807Z Downloaded tinyvec v1.10.0
10202026-03-10T18:29:39.810Z Downloaded vergen-gitcl v1.0.8
10212026-03-10T18:29:39.810Z Downloaded zone_cfg_derive v0.3.1
10222026-03-10T18:29:39.814Z Downloaded itertools v0.13.0
10232026-03-10T18:29:39.818Z Downloaded walkdir v2.5.0
10242026-03-10T18:29:39.818Z Downloaded samael v0.0.19
10252026-03-10T18:29:39.822Z Downloaded itertools v0.14.0
10262026-03-10T18:29:39.827Z Downloaded rand v0.9.2
10272026-03-10T18:29:39.830Z Downloaded test-strategy v0.4.5
10282026-03-10T18:29:39.833Z Downloaded whoami v2.1.0
10292026-03-10T18:29:39.836Z Downloaded xz2 v0.1.7
10302026-03-10T18:29:39.836Z Downloaded wyz v0.5.1
10312026-03-10T18:29:39.840Z Downloaded russh v0.45.0
10322026-03-10T18:29:39.843Z Downloaded xshell v0.2.7
10332026-03-10T18:29:39.843Z Downloaded num-bigint-dig v0.8.6
10342026-03-10T18:29:39.846Z Downloaded snafu v0.8.9
10352026-03-10T18:29:39.850Z Downloaded rustls-webpki v0.103.9
10362026-03-10T18:29:39.853Z Downloaded litrs v1.0.0
10372026-03-10T18:29:39.857Z Downloaded toml v0.9.12+spec-1.1.0
10382026-03-10T18:29:39.861Z Downloaded toml v0.7.8
10392026-03-10T18:29:39.865Z Downloaded hmac v0.12.1
10402026-03-10T18:29:39.865Z Downloaded h2 v0.4.13
10412026-03-10T18:29:39.868Z Downloaded zeroize v1.8.2
10422026-03-10T18:29:39.868Z Downloaded blake3 v1.8.3
10432026-03-10T18:29:39.875Z Downloaded vergen-git2 v1.0.7
10442026-03-10T18:29:39.878Z Downloaded predicates-core v1.0.10
10452026-03-10T18:29:39.878Z Downloaded bytes v1.11.1
10462026-03-10T18:29:39.881Z Downloaded num_enum v0.5.11
10472026-03-10T18:29:39.884Z Downloaded num-integer v0.1.46
10482026-03-10T18:29:39.885Z Downloaded zstd-safe v7.2.4
10492026-03-10T18:29:39.888Z Downloaded vergen v9.0.6
10502026-03-10T18:29:39.888Z Downloaded zstd v0.13.3
10512026-03-10T18:29:39.891Z Downloaded twox-hash v2.1.2
10522026-03-10T18:29:39.891Z Downloaded tungstenite v0.21.0
10532026-03-10T18:29:39.894Z Downloaded tar v0.4.44
10542026-03-10T18:29:39.898Z Downloaded rustyline v14.0.0
10552026-03-10T18:29:39.901Z Downloaded num-complex v0.4.6
10562026-03-10T18:29:39.901Z Downloaded unsafe-libyaml v0.2.11
10572026-03-10T18:29:39.907Z Downloaded tracing-core v0.1.36
10582026-03-10T18:29:39.907Z Downloaded unicode-properties v0.1.4
10592026-03-10T18:29:39.912Z Downloaded vsss-rs v3.3.4
10602026-03-10T18:29:39.912Z Downloaded unicode-bidi v0.3.18
10612026-03-10T18:29:39.912Z Downloaded flume v0.11.1
10622026-03-10T18:29:39.917Z Downloaded multer v3.1.0
10632026-03-10T18:29:39.917Z Downloaded dropshot-api-manager v0.5.2
10642026-03-10T18:29:39.920Z Downloaded hyper v1.8.1
10652026-03-10T18:29:39.923Z Downloaded yasna v0.5.2
10662026-03-10T18:29:39.926Z Downloaded typify v0.6.1
10672026-03-10T18:29:39.929Z Downloaded typify v0.4.3
10682026-03-10T18:29:39.933Z Downloaded phf_shared v0.12.1
10692026-03-10T18:29:39.933Z Downloaded nonempty v0.12.0
10702026-03-10T18:29:39.933Z Downloaded newtype-uuid v1.3.2
10712026-03-10T18:29:39.933Z Downloaded p521 v0.13.3
10722026-03-10T18:29:39.936Z Downloaded half v2.7.1
10732026-03-10T18:29:39.939Z Downloaded subprocess v0.2.15
10742026-03-10T18:29:39.942Z Downloaded zerocopy v0.6.6
10752026-03-10T18:29:39.943Z Downloaded linear-map v1.2.0
10762026-03-10T18:29:39.946Z Downloaded vte v0.14.1
10772026-03-10T18:29:39.946Z Downloaded libsw v3.5.0
10782026-03-10T18:29:39.949Z Downloaded libloading v0.8.9
10792026-03-10T18:29:39.949Z Downloaded toml_edit v0.23.10+spec-1.0.0
10802026-03-10T18:29:39.953Z Downloaded getrandom v0.3.4
10812026-03-10T18:29:39.956Z Downloaded nodrop v0.1.14
10822026-03-10T18:29:39.956Z Downloaded hyper-rustls v0.27.7
10832026-03-10T18:29:39.959Z Downloaded darling_core v0.20.11
10842026-03-10T18:29:39.962Z Downloaded num-conv v0.2.0
10852026-03-10T18:29:39.962Z Downloaded whoami v1.6.1
10862026-03-10T18:29:39.962Z Downloaded newtype_derive v0.1.6
10872026-03-10T18:29:39.965Z Downloaded num v0.4.3
10882026-03-10T18:29:39.965Z Downloaded glob v0.3.3
10892026-03-10T18:29:39.966Z Downloaded chacha20 v0.10.0
10902026-03-10T18:29:39.969Z Downloaded arc-swap v1.8.2
10912026-03-10T18:29:39.972Z Downloaded rpassword v7.4.0
10922026-03-10T18:29:39.972Z Downloaded ron v0.12.0
10932026-03-10T18:29:39.978Z Downloaded uuid v1.21.0
10942026-03-10T18:29:39.981Z Downloaded steno v0.4.1
10952026-03-10T18:29:39.985Z Downloaded darling_core v0.23.0
10962026-03-10T18:29:39.988Z Downloaded futures-channel v0.3.32
10972026-03-10T18:29:39.992Z Downloaded newtype-uuid-macros v0.1.0
10982026-03-10T18:29:39.992Z Downloaded newline-converter v0.3.0
10992026-03-10T18:29:39.992Z Downloaded new_debug_unreachable v1.0.6
11002026-03-10T18:29:39.992Z Downloaded multimap v0.10.1
11012026-03-10T18:29:39.995Z Downloaded ipnetwork v0.21.1
11022026-03-10T18:29:39.995Z Downloaded ingot-types v0.1.2
11032026-03-10T18:29:39.995Z Downloaded hyper-staticfile v0.10.1
11042026-03-10T18:29:39.998Z Downloaded hash32 v0.2.1
11052026-03-10T18:29:39.998Z Downloaded tokio-postgres v0.7.16
11062026-03-10T18:29:40.002Z Downloaded tungstenite v0.23.0
11072026-03-10T18:29:40.005Z Downloaded hkdf v0.12.4
11082026-03-10T18:29:40.008Z Downloaded zopfli v0.8.3
11092026-03-10T18:29:40.009Z Downloaded toml_edit v0.19.15
11102026-03-10T18:29:40.020Z Downloaded ssh-key v0.6.7
11112026-03-10T18:29:40.024Z Downloaded reedline v0.40.0
11122026-03-10T18:29:40.030Z Downloaded reqwest v0.13.2
11132026-03-10T18:29:40.035Z Downloaded bstr v1.12.1
11142026-03-10T18:29:40.041Z Downloaded zip v0.6.6
11152026-03-10T18:29:40.044Z Downloaded unicode_categories v0.1.1
11162026-03-10T18:29:40.048Z Downloaded git2 v0.20.4
11172026-03-10T18:29:40.052Z Downloaded portable-atomic v1.13.1
11182026-03-10T18:29:40.057Z Downloaded regex v1.12.3
11192026-03-10T18:29:40.061Z Downloaded reqwest v0.12.28
11202026-03-10T18:29:40.066Z Downloaded bitvec v1.0.1
11212026-03-10T18:29:40.077Z Downloaded p384 v0.13.1
11222026-03-10T18:29:40.081Z Downloaded diesel_derives v2.2.7
11232026-03-10T18:29:40.084Z Downloaded tower v0.5.3
11242026-03-10T18:29:40.090Z Downloaded darling v0.23.0
11252026-03-10T18:29:40.094Z Downloaded cookie_store v0.22.1
11262026-03-10T18:29:40.098Z Downloaded console v0.16.2
11272026-03-10T18:29:40.098Z Downloaded corncobs v0.1.4
11282026-03-10T18:29:40.101Z Downloaded lru v0.12.5
11292026-03-10T18:29:40.101Z Downloaded lalrpop v0.19.12
11302026-03-10T18:29:40.108Z Downloaded chrono v0.4.44
11312026-03-10T18:29:40.112Z Downloaded unicode-segmentation v1.12.0
11322026-03-10T18:29:40.115Z Downloaded x509-cert v0.2.5
11332026-03-10T18:29:40.121Z Downloaded aws-lc-rs v1.16.0
11342026-03-10T18:29:40.126Z Downloaded zerocopy-derive v0.8.40
11352026-03-10T18:29:40.133Z Downloaded rustls-webpki v0.101.7
11362026-03-10T18:29:40.143Z Downloaded salty v0.3.0
11372026-03-10T18:29:40.148Z Downloaded typed-path v0.9.3
11382026-03-10T18:29:40.152Z Downloaded curve25519-dalek v4.1.3
11392026-03-10T18:29:40.159Z Downloaded yansi v1.0.1
11402026-03-10T18:29:40.166Z Downloaded unicode-normalization v0.1.25
11412026-03-10T18:29:40.169Z Downloaded tokio-util v0.7.18
11422026-03-10T18:29:40.173Z Downloaded rustls-webpki v0.102.8
11432026-03-10T18:29:40.184Z Downloaded moka v0.12.13
11442026-03-10T18:29:40.188Z Downloaded rayon v1.11.0
11452026-03-10T18:29:40.195Z Downloaded tower-http v0.6.8
11462026-03-10T18:29:40.200Z Downloaded tough v0.20.0
11472026-03-10T18:29:40.206Z Downloaded zip v4.6.1
11482026-03-10T18:29:40.210Z Downloaded nix v0.27.1
11492026-03-10T18:29:40.217Z Downloaded quick-xml v0.37.5
11502026-03-10T18:29:40.222Z Downloaded radix_trie v0.2.1
11512026-03-10T18:29:40.225Z Downloaded proptest v1.10.0
11522026-03-10T18:29:40.232Z Downloaded goblin v0.10.5
11532026-03-10T18:29:40.238Z Downloaded winnow v0.6.26
11542026-03-10T18:29:40.244Z Downloaded quinn-proto v0.11.13
11552026-03-10T18:29:40.249Z Downloaded lalrpop-util v0.19.12
11562026-03-10T18:29:40.253Z Downloaded diesel v2.2.12
11572026-03-10T18:29:40.263Z Downloaded impl-trait-for-tuples v0.2.3
11582026-03-10T18:29:40.269Z Downloaded humantime v2.3.0
11592026-03-10T18:29:40.269Z Downloaded petname v2.0.2
11602026-03-10T18:29:40.272Z Downloaded object v0.30.4
11612026-03-10T18:29:40.278Z Downloaded keccak v0.1.6
11622026-03-10T18:29:40.281Z Downloaded getrandom v0.2.17
11632026-03-10T18:29:40.282Z Downloaded bzip2 v0.4.4
11642026-03-10T18:29:40.286Z Downloaded indent_write v2.2.0
11652026-03-10T18:29:40.286Z Downloaded derive_builder_core v0.20.2
11662026-03-10T18:29:40.286Z Downloaded crc32fast v1.5.0
11672026-03-10T18:29:40.289Z Downloaded const-oid v0.9.6
11682026-03-10T18:29:40.289Z Downloaded fs-err v2.11.0
11692026-03-10T18:29:40.289Z Downloaded foldhash v0.1.5
11702026-03-10T18:29:40.289Z Downloaded der v0.7.10
11712026-03-10T18:29:40.293Z Downloaded tabled v0.20.0
11722026-03-10T18:29:40.306Z Downloaded winnow v0.5.40
11732026-03-10T18:29:40.312Z Downloaded smoltcp v0.9.1
11742026-03-10T18:29:40.319Z Downloaded polar-core v0.27.3
11752026-03-10T18:29:40.325Z Downloaded nix v0.28.0
11762026-03-10T18:29:40.333Z Downloaded vcpkg v0.2.15
11772026-03-10T18:29:40.364Z Downloaded object v0.37.3
11782026-03-10T18:29:40.372Z Downloaded nix v0.31.1
11792026-03-10T18:29:40.381Z Downloaded smoltcp v0.11.0
11802026-03-10T18:29:40.389Z Downloaded zerocopy v0.8.40
11812026-03-10T18:29:40.396Z Downloaded openssl v0.10.75
11822026-03-10T18:29:40.405Z Downloaded hickory-proto v0.25.2
11832026-03-10T18:29:40.415Z Downloaded webpki-roots v1.0.6
11842026-03-10T18:29:40.418Z Downloaded regress v0.10.5
11852026-03-10T18:29:40.426Z Downloaded hickory-proto v0.24.4
11862026-03-10T18:29:40.436Z Downloaded time v0.3.47
11872026-03-10T18:29:40.444Z Downloaded rustls v0.21.12
11882026-03-10T18:29:40.453Z Downloaded serde_with v3.17.0
11892026-03-10T18:29:40.461Z Downloaded dropshot v0.16.7
11902026-03-10T18:29:40.476Z Downloaded zlib-rs v0.6.2
11912026-03-10T18:29:40.480Z Downloaded regex-syntax v0.6.29
11922026-03-10T18:29:40.486Z Downloaded nix v0.29.0
11932026-03-10T18:29:40.516Z Downloaded crypto-bigint v0.5.5
11942026-03-10T18:29:40.521Z Downloaded typify-impl v0.6.1
11952026-03-10T18:29:40.521Z Downloaded nix v0.30.1
11962026-03-10T18:29:40.522Z Downloaded async-bb8-diesel v0.2.1
11972026-03-10T18:29:40.522Z Downloaded instant v0.1.13
11982026-03-10T18:29:40.525Z Downloaded http-range v0.1.5
11992026-03-10T18:29:40.525Z Downloaded regex-automata v0.4.14
12002026-03-10T18:29:40.534Z Downloaded rustls v0.22.4
12012026-03-10T18:29:40.542Z Downloaded bit-vec v0.8.0
12022026-03-10T18:29:40.546Z Downloaded base64ct v1.8.3
12032026-03-10T18:29:40.546Z Downloaded petgraph v0.8.3
12042026-03-10T18:29:40.562Z Downloaded openapiv3 v2.2.0
12052026-03-10T18:29:40.571Z Downloaded backon v1.6.0
12062026-03-10T18:29:40.575Z Downloaded git-stub-vcs v0.1.0
12072026-03-10T18:29:40.575Z Downloaded regex-syntax v0.8.10
12082026-03-10T18:29:40.579Z Downloaded csv v1.4.0
12092026-03-10T18:29:40.595Z Downloaded rustls v0.23.37
12102026-03-10T18:29:40.603Z Downloaded home v0.5.12
12112026-03-10T18:29:40.608Z Downloaded deranged v0.5.8
12122026-03-10T18:29:40.608Z Downloaded constant_time_eq v0.4.2
12132026-03-10T18:29:40.608Z Downloaded des v0.8.1
12142026-03-10T18:29:40.612Z Downloaded daft v0.1.5
12152026-03-10T18:29:40.613Z Downloaded crossterm v0.28.1
12162026-03-10T18:29:40.616Z Downloaded hubpack v0.1.2
12172026-03-10T18:29:40.616Z Downloaded httpdate v1.0.3
12182026-03-10T18:29:40.616Z Downloaded argon2 v0.5.3
12192026-03-10T18:29:40.620Z Downloaded futures-core v0.3.32
12202026-03-10T18:29:40.620Z Downloaded filetime v0.2.27
12212026-03-10T18:29:40.620Z Downloaded ff v0.13.1
12222026-03-10T18:29:40.620Z Downloaded cargo_toml v0.22.3
12232026-03-10T18:29:40.624Z Downloaded hash32 v0.3.1
12242026-03-10T18:29:40.624Z Downloaded flagset v0.4.7
12252026-03-10T18:29:40.624Z Downloaded fixedbitset v0.5.7
12262026-03-10T18:29:40.624Z Downloaded drift v0.1.3
12272026-03-10T18:29:40.627Z Downloaded rustix v0.38.44
12282026-03-10T18:29:40.643Z Downloaded const_format_proc_macros v0.2.34
12292026-03-10T18:29:40.648Z Downloaded ciborium-ll v0.2.2
12302026-03-10T18:29:40.648Z Downloaded cbc v0.1.2
12312026-03-10T18:29:40.648Z Downloaded cassowary v0.3.0
12322026-03-10T18:29:40.652Z Downloaded bitflags v1.3.2
12332026-03-10T18:29:40.652Z Downloaded bcs v0.1.6
12342026-03-10T18:29:40.652Z Downloaded hostname v0.3.1
12352026-03-10T18:29:40.652Z Downloaded funty v2.0.0
12362026-03-10T18:29:40.656Z Downloaded dropshot-api-manager-types v0.5.2
12372026-03-10T18:29:40.656Z Downloaded cexpr v0.6.0
12382026-03-10T18:29:40.656Z Downloaded cfg_aliases v0.2.1
12392026-03-10T18:29:40.656Z Downloaded darling v0.21.3
12402026-03-10T18:29:40.660Z Downloaded adler2 v2.0.1
12412026-03-10T18:29:40.660Z Downloaded encoding_rs v0.8.35
12422026-03-10T18:29:40.675Z Downloaded array-init v0.0.4
12432026-03-10T18:29:40.679Z Downloaded csv-core v0.1.13
12442026-03-10T18:29:40.679Z Downloaded bitfield-struct v0.6.2
12452026-03-10T18:29:40.679Z Downloaded derive-ex v0.1.8
12462026-03-10T18:29:40.679Z Downloaded convert_case v0.10.0
12472026-03-10T18:29:40.682Z Downloaded cmake v0.1.57
12482026-03-10T18:29:40.682Z Downloaded castaway v0.2.4
12492026-03-10T18:29:40.682Z Downloaded blowfish v0.9.1
12502026-03-10T18:29:40.686Z Downloaded bit-vec v0.6.3
12512026-03-10T18:29:40.686Z Downloaded async-trait v0.1.89
12522026-03-10T18:29:40.686Z Downloaded ghash v0.5.1
12532026-03-10T18:29:40.689Z Downloaded fxhash v0.2.1
12542026-03-10T18:29:40.689Z Downloaded futures-macro v0.3.32
12552026-03-10T18:29:40.689Z Downloaded async-stream-impl v0.3.6
12562026-03-10T18:29:40.689Z Downloaded futures-io v0.3.32
12572026-03-10T18:29:40.689Z Downloaded cargo-platform v0.1.9
12582026-03-10T18:29:40.693Z Downloaded atomicwrites v0.4.4
12592026-03-10T18:29:40.693Z Downloaded fd-lock v4.0.4
12602026-03-10T18:29:40.693Z Downloaded bb8 v0.8.6
12612026-03-10T18:29:40.693Z Downloaded difflib v0.4.0
12622026-03-10T18:29:40.693Z Downloaded arrayvec v0.7.6
12632026-03-10T18:29:40.696Z Downloaded bcrypt-pbkdf v0.10.0
12642026-03-10T18:29:40.696Z Downloaded derive_builder v0.20.2
12652026-03-10T18:29:40.699Z Downloaded darling v0.20.11
12662026-03-10T18:29:40.703Z Downloaded bitfield-macros v0.19.4
12672026-03-10T18:29:40.703Z Downloaded atty v0.2.14
12682026-03-10T18:29:40.703Z Downloaded base16ct v0.2.0
12692026-03-10T18:29:40.703Z Downloaded embedded-io v0.4.0
12702026-03-10T18:29:40.706Z Downloaded dirs-next v2.0.0
12712026-03-10T18:29:40.706Z Downloaded der_derive v0.7.3
12722026-03-10T18:29:40.706Z Downloaded defmt-parser v1.0.0
12732026-03-10T18:29:40.709Z Downloaded curve25519-dalek-derive v0.1.1
12742026-03-10T18:29:40.709Z Downloaded crunchy v0.2.4
12752026-03-10T18:29:40.710Z Downloaded async-stream v0.3.6
12762026-03-10T18:29:40.710Z Downloaded dtrace-parser v0.3.0
12772026-03-10T18:29:40.710Z Downloaded block-padding v0.3.3
12782026-03-10T18:29:40.714Z Downloaded aead v0.5.2
12792026-03-10T18:29:40.714Z Downloaded base16ct v1.0.0
12802026-03-10T18:29:40.714Z Downloaded aes v0.8.4
12812026-03-10T18:29:40.717Z Downloaded dsl_auto_type v0.1.3
12822026-03-10T18:29:40.717Z Downloaded derive_builder_macro v0.20.2
12832026-03-10T18:29:40.717Z Downloaded darling_macro v0.20.11
12842026-03-10T18:29:40.718Z Downloaded daft-derive v0.1.5
12852026-03-10T18:29:40.721Z Downloaded crucible-workspace-hack v0.1.0
12862026-03-10T18:29:40.721Z Downloaded crossbeam-utils v0.8.21
12872026-03-10T18:29:40.721Z Downloaded const_format v0.2.35
12882026-03-10T18:29:40.724Z Downloaded cc v1.2.56
12892026-03-10T18:29:40.729Z Downloaded dirs-sys-next v0.1.2
12902026-03-10T18:29:40.729Z Downloaded crc-any v2.5.0
12912026-03-10T18:29:40.732Z Downloaded compact_str v0.8.1
12922026-03-10T18:29:40.732Z Downloaded allocator-api2 v0.2.21
12932026-03-10T18:29:40.735Z Downloaded clang-sys v1.8.1
12942026-03-10T18:29:40.735Z Downloaded ciborium v0.2.2
12952026-03-10T18:29:40.739Z Downloaded darling_macro v0.23.0
12962026-03-10T18:29:40.739Z Downloaded cstr-argument v0.1.2
12972026-03-10T18:29:40.739Z Downloaded bzip2 v0.6.1
12982026-03-10T18:29:40.739Z Downloaded blake2 v0.10.6
12992026-03-10T18:29:40.742Z Downloaded cargo_metadata v0.19.2
13002026-03-10T18:29:40.742Z Downloaded backoff v0.4.0
13012026-03-10T18:29:40.742Z Downloaded atomic-waker v1.1.2
13022026-03-10T18:29:40.747Z Downloaded sqlparser v0.61.0
13032026-03-10T18:29:40.816Z Downloaded sled v0.34.7
13042026-03-10T18:29:40.860Z Downloaded typify-impl v0.4.3
13052026-03-10T18:29:40.877Z Downloaded tracing v0.1.44
13062026-03-10T18:29:40.893Z Downloaded ratatui v0.29.0
13072026-03-10T18:29:40.928Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-03-10T18:29:40.964Z Downloaded zerocopy-derive v0.6.6
13092026-03-10T18:29:41.051Z Downloaded petgraph v0.6.5
13102026-03-10T18:29:41.065Z Downloaded chrono-tz v0.10.4
13112026-03-10T18:29:41.078Z Downloaded lzma-sys v0.1.20
13122026-03-10T18:29:41.100Z Downloaded jiff v0.2.21
13132026-03-10T18:29:41.138Z Downloaded libz-sys v1.1.24
13142026-03-10T18:29:41.163Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-10T18:29:41.177Z Downloaded tokio v1.49.0
13162026-03-10T18:29:41.205Z Downloaded sha3 v0.10.8
13172026-03-10T18:29:41.348Z Downloaded ring v0.17.14
13182026-03-10T18:29:41.425Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-10T18:29:42.117Z Downloaded aws-lc-sys v0.37.1
13202026-03-10T18:29:42.410Z Compiling libc v0.2.180
13212026-03-10T18:29:42.413Z Compiling serde v1.0.228
13222026-03-10T18:29:42.413Z Compiling log v0.4.29
13232026-03-10T18:29:42.413Z Compiling shlex v1.3.0
13242026-03-10T18:29:42.413Z Compiling find-msvc-tools v0.1.9
13252026-03-10T18:29:42.414Z Compiling smallvec v1.15.1
13262026-03-10T18:29:42.563Z Compiling syn v2.0.117
13272026-03-10T18:29:42.579Z Compiling typenum v1.19.0
13282026-03-10T18:29:42.847Z Compiling generic-array v0.14.7
13292026-03-10T18:29:42.865Z Compiling subtle v2.6.1
13302026-03-10T18:29:42.946Z Compiling scopeguard v1.2.0
13312026-03-10T18:29:42.997Z Compiling portable-atomic v1.13.1
13322026-03-10T18:29:43.040Z Compiling const-oid v0.9.6
13332026-03-10T18:29:43.083Z Compiling lock_api v0.4.14
13342026-03-10T18:29:43.119Z Compiling critical-section v1.2.0
13352026-03-10T18:29:43.190Z Compiling zerocopy v0.8.40
13362026-03-10T18:29:43.269Z Compiling serde_json v1.0.149
13372026-03-10T18:29:43.408Z Compiling pin-project-lite v0.2.17
13382026-03-10T18:29:43.528Z Compiling parking_lot_core v0.9.12
13392026-03-10T18:29:43.786Z Compiling pkg-config v0.3.32
13402026-03-10T18:29:43.879Z Compiling getrandom v0.2.17
13412026-03-10T18:29:43.934Z Compiling jobserver v0.1.34
13422026-03-10T18:29:43.938Z Compiling errno v0.3.14
13432026-03-10T18:29:44.139Z Compiling rand_core v0.6.4
13442026-03-10T18:29:44.163Z Compiling signal-hook-registry v1.4.8
13452026-03-10T18:29:44.417Z Compiling cc v1.2.56
13462026-03-10T18:29:44.441Z Compiling once_cell v1.21.3
13472026-03-10T18:29:44.511Z Compiling parking_lot v0.12.5
13482026-03-10T18:29:44.533Z Compiling mio v1.1.1
13492026-03-10T18:29:44.558Z Compiling libm v0.2.16
13502026-03-10T18:29:44.583Z Compiling num-traits v0.2.19
13512026-03-10T18:29:44.717Z Compiling bitflags v2.11.0
13522026-03-10T18:29:44.837Z Compiling futures-core v0.3.32
13532026-03-10T18:29:45.045Z Compiling socket2 v0.6.2
13542026-03-10T18:29:45.060Z Compiling percent-encoding v2.3.2
13552026-03-10T18:29:45.193Z Compiling allocator-api2 v0.2.21
13562026-03-10T18:29:45.213Z Compiling foldhash v0.2.0
13572026-03-10T18:29:45.213Z Compiling cpufeatures v0.2.17
13582026-03-10T18:29:45.300Z Compiling futures-sink v0.3.32
13592026-03-10T18:29:45.325Z Compiling futures-io v0.3.32
13602026-03-10T18:29:45.433Z Compiling futures-channel v0.3.32
13612026-03-10T18:29:45.480Z Compiling getrandom v0.4.1
13622026-03-10T18:29:45.522Z Compiling futures-task v0.3.32
13632026-03-10T18:29:45.611Z Compiling hashbrown v0.16.1
13642026-03-10T18:29:45.649Z Compiling slab v0.4.12
13652026-03-10T18:29:45.725Z Compiling getrandom v0.3.4
13662026-03-10T18:29:45.743Z Compiling rand_core v0.10.0
13672026-03-10T18:29:45.870Z Compiling rustversion v1.0.22
13682026-03-10T18:29:45.963Z Compiling cmake v0.1.57
13692026-03-10T18:29:46.384Z Compiling indexmap v2.13.0
13702026-03-10T18:29:46.481Z Compiling form_urlencoded v1.2.2
13712026-03-10T18:29:46.554Z Compiling base64ct v1.8.3
13722026-03-10T18:29:46.622Z Compiling dunce v1.0.5
13732026-03-10T18:29:46.696Z Compiling ident_case v1.0.1
13742026-03-10T18:29:46.747Z Compiling fs_extra v1.3.0
13752026-03-10T18:29:46.879Z Compiling synstructure v0.13.2
13762026-03-10T18:29:46.926Z Compiling pem-rfc7468 v0.7.0
13772026-03-10T18:29:46.990Z Compiling flagset v0.4.7
13782026-03-10T18:29:47.139Z Compiling aws-lc-sys v0.37.1
13792026-03-10T18:29:47.158Z Compiling rand_core v0.9.5
13802026-03-10T18:29:47.211Z Compiling iana-time-zone v0.1.65
13812026-03-10T18:29:47.228Z Compiling rustix v1.1.3
13822026-03-10T18:29:47.273Z Compiling ring v0.17.14
13832026-03-10T18:29:47.331Z Compiling uuid v1.21.0
13842026-03-10T18:29:47.463Z Compiling rustc_version v0.4.1
13852026-03-10T18:29:47.528Z Compiling regex-syntax v0.8.10
13862026-03-10T18:29:47.720Z Compiling aws-lc-rs v1.16.0
13872026-03-10T18:29:47.887Z Compiling vcpkg v0.2.15
13882026-03-10T18:29:48.117Z Compiling tracing-core v0.1.36
13892026-03-10T18:29:48.243Z Compiling crossbeam-utils v0.8.21
13902026-03-10T18:29:48.649Z Compiling pest_generator v2.8.6
13912026-03-10T18:29:48.842Z Compiling serde_derive_internals v0.29.1
13922026-03-10T18:29:48.887Z Compiling openssl-sys v0.9.111
13932026-03-10T18:29:49.416Z Compiling serde_derive v1.0.228
13942026-03-10T18:29:49.569Z Compiling zeroize_derive v1.4.3
13952026-03-10T18:29:49.572Z Compiling zerofrom-derive v0.1.6
13962026-03-10T18:29:49.606Z Compiling yoke-derive v0.8.1
13972026-03-10T18:29:50.076Z Compiling zerocopy-derive v0.8.40
13982026-03-10T18:29:50.544Z Compiling zeroize v1.8.2
13992026-03-10T18:29:50.765Z Compiling zerovec-derive v0.11.2
14002026-03-10T18:29:51.182Z Compiling displaydoc v0.2.5
14012026-03-10T18:29:51.522Z Compiling crypto-common v0.1.7
14022026-03-10T18:29:51.528Z Compiling zerofrom v0.1.6
14032026-03-10T18:29:51.642Z Compiling yoke v0.8.1
14042026-03-10T18:29:51.645Z Compiling block-buffer v0.10.4
14052026-03-10T18:29:51.896Z Compiling digest v0.10.7
14062026-03-10T18:29:51.917Z Compiling tokio-macros v2.6.0
14072026-03-10T18:29:52.164Z Compiling futures-macro v0.3.32
14082026-03-10T18:29:52.213Z Compiling zerotrie v0.2.3
14092026-03-10T18:29:52.235Z Compiling hmac v0.12.1
14102026-03-10T18:29:52.264Z Compiling zerovec v0.11.5
14112026-03-10T18:29:52.428Z Compiling block-padding v0.3.3
14122026-03-10T18:29:52.629Z Compiling inout v0.1.4
14132026-03-10T18:29:52.632Z Compiling sha2 v0.10.9
14142026-03-10T18:29:52.829Z Compiling cipher v0.4.4
14152026-03-10T18:29:52.908Z Compiling tinystr v0.8.2
14162026-03-10T18:29:52.972Z Compiling potential_utf v0.1.4
14172026-03-10T18:29:53.171Z Compiling icu_locale_core v2.1.1
14182026-03-10T18:29:54.178Z Compiling icu_collections v2.1.1
14192026-03-10T18:29:54.182Z Compiling der_derive v0.7.3
14202026-03-10T18:29:54.182Z Compiling futures-util v0.3.32
14212026-03-10T18:29:54.182Z Compiling salsa20 v0.10.2
14222026-03-10T18:29:54.182Z Compiling icu_provider v2.1.1
14232026-03-10T18:29:54.182Z Compiling bytes v1.11.1
14242026-03-10T18:29:54.380Z Compiling icu_properties v2.1.2
14252026-03-10T18:29:54.399Z Compiling icu_normalizer v2.1.1
14262026-03-10T18:29:54.418Z Compiling chrono v0.4.44
14272026-03-10T18:29:54.474Z Compiling der v0.7.10
14282026-03-10T18:29:55.003Z Compiling tokio v1.49.0
14292026-03-10T18:29:55.099Z Compiling http v1.4.0
14302026-03-10T18:29:55.890Z Compiling idna_adapter v1.2.1
14312026-03-10T18:29:56.057Z Compiling idna v1.1.0
14322026-03-10T18:29:56.126Z Compiling spki v0.7.3
14332026-03-10T18:29:56.290Z Compiling pbkdf2 v0.12.2
14342026-03-10T18:29:56.312Z Compiling thiserror-impl v2.0.18
14352026-03-10T18:29:56.351Z Compiling cbc v0.1.2
14362026-03-10T18:29:56.377Z Compiling aes v0.8.4
14372026-03-10T18:29:56.426Z Compiling url v2.5.8
14382026-03-10T18:29:56.531Z Compiling ppv-lite86 v0.2.21
14392026-03-10T18:29:56.663Z Compiling scrypt v0.11.0
14402026-03-10T18:29:56.948Z Compiling rustls-pki-types v1.14.0
14412026-03-10T18:29:57.034Z Compiling rand_chacha v0.9.0
14422026-03-10T18:29:57.052Z Compiling tracing-attributes v0.1.31
14432026-03-10T18:29:57.546Z Compiling rand v0.9.2
14442026-03-10T18:29:57.564Z Compiling pkcs5 v0.7.1
14452026-03-10T18:29:57.803Z Compiling http-body v1.0.1
14462026-03-10T18:29:57.990Z Compiling untrusted v0.7.1
14472026-03-10T18:29:58.023Z Compiling base64 v0.22.1
14482026-03-10T18:29:58.134Z Compiling thiserror v2.0.18
14492026-03-10T18:29:58.152Z Compiling httparse v1.10.1
14502026-03-10T18:29:58.205Z Compiling openssl-probe v0.2.1
14512026-03-10T18:29:58.267Z Compiling syn v1.0.109
14522026-03-10T18:29:58.419Z Compiling schemars v0.8.22
14532026-03-10T18:29:58.422Z Compiling untrusted v0.9.0
14542026-03-10T18:29:58.604Z Compiling pkcs8 v0.10.2
14552026-03-10T18:29:58.693Z Compiling schemars_derive v0.8.22
14562026-03-10T18:29:58.733Z Compiling pest_derive v2.8.6
14572026-03-10T18:29:58.735Z Compiling scroll_derive v0.13.1
14582026-03-10T18:29:58.892Z Compiling tracing v0.1.44
14592026-03-10T18:29:59.232Z Compiling darling_core v0.20.11
14602026-03-10T18:29:59.287Z Compiling tower-layer v0.3.3
14612026-03-10T18:29:59.495Z Compiling dyn-clone v1.0.20
14622026-03-10T18:29:59.643Z Compiling tinyvec_macros v0.1.1
14632026-03-10T18:29:59.663Z Compiling rustls v0.23.37
14642026-03-10T18:29:59.732Z Compiling tower-service v0.3.3
14652026-03-10T18:29:59.829Z Compiling atomic-waker v1.1.2
14662026-03-10T18:29:59.850Z Compiling try-lock v0.2.5
14672026-03-10T18:29:59.892Z Compiling scroll v0.13.0
14682026-03-10T18:29:59.976Z Compiling want v0.3.1
14692026-03-10T18:29:59.979Z Compiling tinyvec v1.10.0
14702026-03-10T18:30:00.179Z Compiling tokio-util v0.7.18
14712026-03-10T18:30:00.843Z Compiling ipnet v2.11.0
14722026-03-10T18:30:01.044Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-03-10T18:30:01.524Z Compiling h2 v0.4.13
14742026-03-10T18:30:01.561Z Compiling spin v0.9.8
14752026-03-10T18:30:01.580Z Compiling aho-corasick v1.1.4
14762026-03-10T18:30:01.856Z Compiling openssl v0.10.75
14772026-03-10T18:30:02.176Z Compiling time-core v0.1.8
14782026-03-10T18:30:02.244Z Compiling num-conv v0.2.0
14792026-03-10T18:30:02.375Z Compiling powerfmt v0.2.0
14802026-03-10T18:30:02.425Z Compiling foreign-types-shared v0.1.1
14812026-03-10T18:30:02.532Z Compiling pin-utils v0.1.0
14822026-03-10T18:30:02.554Z Compiling darling_macro v0.20.11
14832026-03-10T18:30:02.625Z Compiling httpdate v1.0.3
14842026-03-10T18:30:02.643Z Compiling crc32fast v1.5.0
14852026-03-10T18:30:02.912Z Compiling regex-automata v0.4.14
14862026-03-10T18:30:03.025Z Compiling deranged v0.5.8
14872026-03-10T18:30:03.063Z Compiling tempfile v3.25.0
14882026-03-10T18:30:03.174Z Compiling darling v0.20.11
14892026-03-10T18:30:03.275Z Compiling foreign-types v0.3.2
14902026-03-10T18:30:03.366Z Compiling time-macros v0.2.27
14912026-03-10T18:30:04.030Z Compiling goblin v0.10.5
14922026-03-10T18:30:04.826Z Compiling thiserror-impl v1.0.69
14932026-03-10T18:30:05.223Z Compiling openssl-macros v0.1.1
14942026-03-10T18:30:05.736Z Compiling hyper v1.8.1
14952026-03-10T18:30:05.868Z Compiling wait-timeout v0.2.1
14962026-03-10T18:30:06.198Z Compiling native-tls v0.2.18
14972026-03-10T18:30:06.473Z Compiling simd-adler32 v0.3.8
14982026-03-10T18:30:06.522Z Compiling siphasher v1.0.2
14992026-03-10T18:30:06.814Z Compiling quick-error v1.2.3
15002026-03-10T18:30:06.839Z Compiling bit-vec v0.8.0
15012026-03-10T18:30:06.929Z Compiling num_threads v0.1.7
15022026-03-10T18:30:06.947Z Compiling usdt-impl v0.6.0
15032026-03-10T18:30:07.047Z Compiling either v1.15.0
15042026-03-10T18:30:07.133Z Compiling bit-set v0.8.0
15052026-03-10T18:30:07.247Z Compiling hyper-util v0.1.20
15062026-03-10T18:30:07.316Z Compiling time v0.3.47
15072026-03-10T18:30:07.342Z Compiling rusty-fork v0.3.1
15082026-03-10T18:30:07.767Z Compiling thiserror v1.0.69
15092026-03-10T18:30:07.914Z Compiling dof v0.4.0
15102026-03-10T18:30:08.627Z Compiling derive_builder_core v0.20.2
15112026-03-10T18:30:09.579Z Compiling unicode-normalization v0.1.25
15122026-03-10T18:30:09.644Z Compiling crossbeam-epoch v0.9.18
15132026-03-10T18:30:09.726Z Compiling dtrace-parser v0.3.0
15142026-03-10T18:30:09.797Z Compiling rustls-native-certs v0.8.3
15152026-03-10T18:30:10.065Z Compiling signature v2.2.0
15162026-03-10T18:30:10.171Z Compiling scroll_derive v0.12.1
15172026-03-10T18:30:10.196Z Compiling heapless v0.7.17
15182026-03-10T18:30:10.201Z Compiling rand_xorshift v0.4.0
15192026-03-10T18:30:10.277Z Compiling slog v2.8.2
15202026-03-10T18:30:10.408Z Compiling darling_core v0.21.3
15212026-03-10T18:30:10.510Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-03-10T18:30:10.526Z Compiling sync_wrapper v1.0.2
15232026-03-10T18:30:10.656Z Compiling thread-id v5.1.0
15242026-03-10T18:30:10.755Z Compiling cookie v0.18.1
15252026-03-10T18:30:10.782Z Compiling zstd-safe v7.2.4
15262026-03-10T18:30:10.877Z Compiling unicode-bidi v0.3.18
15272026-03-10T18:30:10.999Z Compiling signal-hook v0.3.18
15282026-03-10T18:30:11.042Z Compiling paste v1.0.15
15292026-03-10T18:30:11.066Z Compiling adler2 v2.0.1
15302026-03-10T18:30:11.229Z Compiling anyhow v1.0.102
15312026-03-10T18:30:11.241Z Compiling unicode-segmentation v1.12.0
15322026-03-10T18:30:11.395Z Compiling unicode-properties v0.1.4
15332026-03-10T18:30:11.599Z Compiling unarray v0.1.4
15342026-03-10T18:30:11.640Z Compiling rayon-core v1.13.0
15352026-03-10T18:30:11.729Z Compiling proptest v1.10.0
15362026-03-10T18:30:11.779Z Compiling stringprep v0.1.5
15372026-03-10T18:30:11.967Z Compiling miniz_oxide v0.8.9
15382026-03-10T18:30:11.989Z Compiling scroll v0.12.0
15392026-03-10T18:30:12.401Z Compiling tower v0.5.3
15402026-03-10T18:30:12.649Z Compiling crossbeam-deque v0.8.6
15412026-03-10T18:30:12.785Z Compiling derive_builder_macro v0.20.2
15422026-03-10T18:30:12.892Z Compiling ipnetwork v0.21.1
15432026-03-10T18:30:12.942Z Compiling http-body-util v0.1.3
15442026-03-10T18:30:13.022Z Compiling webpki-roots v1.0.6
15452026-03-10T18:30:13.085Z Compiling rand_chacha v0.3.1
15462026-03-10T18:30:13.174Z Compiling erased-serde v0.3.31
15472026-03-10T18:30:13.254Z Compiling serde_spanned v0.6.9
15482026-03-10T18:30:13.380Z Compiling serde_tokenstream v0.2.3
15492026-03-10T18:30:13.402Z Compiling toml_datetime v0.6.11
15502026-03-10T18:30:13.436Z Compiling md-5 v0.10.6
15512026-03-10T18:30:13.637Z Compiling zerocopy-derive v0.7.35
15522026-03-10T18:30:13.737Z Compiling curve25519-dalek v4.1.3
15532026-03-10T18:30:13.772Z Compiling vergen-lib v0.1.6
15542026-03-10T18:30:13.903Z Compiling num-integer v0.1.46
15552026-03-10T18:30:14.013Z Compiling hash32 v0.2.1
15562026-03-10T18:30:14.032Z Compiling darling_macro v0.21.3
15572026-03-10T18:30:14.158Z Compiling ff v0.13.1
15582026-03-10T18:30:14.193Z Compiling ryu v1.0.23
15592026-03-10T18:30:14.259Z Compiling ref-cast v1.0.25
15602026-03-10T18:30:14.328Z Compiling zlib-rs v0.6.2
15612026-03-10T18:30:14.345Z Compiling smoltcp v0.9.1
15622026-03-10T18:30:14.426Z Compiling base16ct v0.2.0
15632026-03-10T18:30:14.649Z Compiling rustix v0.38.44
15642026-03-10T18:30:14.667Z Compiling fallible-iterator v0.2.0
15652026-03-10T18:30:14.670Z Compiling num-bigint-dig v0.8.6
15662026-03-10T18:30:14.787Z Compiling litrs v1.0.0
15672026-03-10T18:30:14.828Z Compiling psl-types v2.0.11
15682026-03-10T18:30:14.917Z Compiling iri-string v0.7.10
15692026-03-10T18:30:14.983Z Compiling publicsuffix v2.3.0
15702026-03-10T18:30:15.100Z Compiling postgres-protocol v0.6.10
15712026-03-10T18:30:15.194Z Compiling newtype-uuid v1.3.2
15722026-03-10T18:30:15.255Z Compiling zerocopy v0.7.35
15732026-03-10T18:30:15.474Z Compiling document-features v0.2.12
15742026-03-10T18:30:15.660Z Compiling darling v0.21.3
15752026-03-10T18:30:15.816Z Compiling sec1 v0.7.3
15762026-03-10T18:30:15.833Z Compiling serde_urlencoded v0.7.1
15772026-03-10T18:30:16.042Z Compiling group v0.13.0
15782026-03-10T18:30:16.172Z Compiling num-iter v0.1.45
15792026-03-10T18:30:16.317Z Compiling derive_builder v0.20.2
15802026-03-10T18:30:16.348Z Compiling rand v0.8.5
15812026-03-10T18:30:16.463Z Compiling oxnet v0.1.4
15822026-03-10T18:30:16.813Z Compiling tower-http v0.6.8
15832026-03-10T18:30:16.956Z Compiling proc-macro-error v1.0.4
15842026-03-10T18:30:17.098Z Compiling tokio-native-tls v0.3.1
15852026-03-10T18:30:17.319Z Compiling goblin v0.8.2
15862026-03-10T18:30:18.013Z Compiling heck v0.4.1
15872026-03-10T18:30:18.050Z Compiling phf_shared v0.13.1
15882026-03-10T18:30:18.246Z Compiling regex v1.12.3
15892026-03-10T18:30:18.298Z Compiling hubpack_derive v0.1.1
15902026-03-10T18:30:18.366Z Compiling lazy_static v1.5.0
15912026-03-10T18:30:18.388Z Compiling cargo-platform v0.1.9
15922026-03-10T18:30:18.483Z Compiling flate2 v1.1.9
15932026-03-10T18:30:18.713Z Compiling hkdf v0.12.4
15942026-03-10T18:30:18.832Z Compiling crypto-bigint v0.5.5
15952026-03-10T18:30:18.882Z Compiling strum_macros v0.27.2
15962026-03-10T18:30:18.919Z Compiling curve25519-dalek-derive v0.1.1
15972026-03-10T18:30:18.938Z Compiling ref-cast-impl v1.0.25
15982026-03-10T18:30:19.036Z Compiling async-trait v0.1.89
15992026-03-10T18:30:19.655Z Compiling daft-derive v0.1.5
16002026-03-10T18:30:19.781Z Compiling terminal_size v0.4.3
16012026-03-10T18:30:19.957Z Compiling vergen v9.0.6
16022026-03-10T18:30:20.202Z Compiling fs-err v3.3.0
16032026-03-10T18:30:20.461Z Compiling ahash v0.8.12
16042026-03-10T18:30:20.497Z Compiling libbz2-rs-sys v0.2.2
16052026-03-10T18:30:20.619Z Compiling managed v0.8.0
16062026-03-10T18:30:20.735Z Compiling bitflags v1.3.2
16072026-03-10T18:30:20.830Z Compiling bumpalo v3.20.2
16082026-03-10T18:30:20.898Z Compiling winnow v0.5.40
16092026-03-10T18:30:21.155Z Compiling object v0.37.3
16102026-03-10T18:30:21.402Z Compiling foldhash v0.1.5
16112026-03-10T18:30:21.570Z Compiling hashbrown v0.15.5
16122026-03-10T18:30:21.617Z Compiling console v0.16.2
16132026-03-10T18:30:21.620Z Compiling strum v0.27.2
16142026-03-10T18:30:21.838Z Compiling zopfli v0.8.3
16152026-03-10T18:30:22.069Z Compiling bzip2 v0.6.1
16162026-03-10T18:30:22.408Z Compiling daft v0.1.5
16172026-03-10T18:30:22.427Z Compiling dof v0.3.0
16182026-03-10T18:30:22.453Z Compiling clap_builder v4.5.60
16192026-03-10T18:30:22.757Z Compiling toml_edit v0.19.15
16202026-03-10T18:30:22.783Z Compiling elliptic-curve v0.13.8
16212026-03-10T18:30:23.435Z Compiling hubpack v0.1.2
16222026-03-10T18:30:23.453Z Compiling cargo_metadata v0.19.2
16232026-03-10T18:30:23.716Z Compiling phf v0.13.1
16242026-03-10T18:30:23.927Z Compiling zone_cfg_derive v0.3.1
16252026-03-10T18:30:25.261Z Compiling signal-hook-mio v0.2.5
16262026-03-10T18:30:25.320Z Compiling cookie_store v0.22.1
16272026-03-10T18:30:25.403Z Compiling zstd v0.13.3
16282026-03-10T18:30:25.759Z Compiling rayon v1.11.0
16292026-03-10T18:30:26.215Z Compiling hyper-tls v0.6.0
16302026-03-10T18:30:26.476Z Compiling bzip2 v0.4.4
16312026-03-10T18:30:26.511Z Compiling serde_with_macros v3.17.0
16322026-03-10T18:30:26.597Z Compiling postgres-types v0.2.12
16332026-03-10T18:30:26.797Z Compiling usdt-macro v0.6.0
16342026-03-10T18:30:27.265Z Compiling usdt-attr-macro v0.6.0
16352026-03-10T18:30:27.417Z Compiling ed25519 v2.2.3
16362026-03-10T18:30:27.804Z Compiling dtrace-parser v0.2.0
16372026-03-10T18:30:28.098Z Compiling itertools v0.12.1
16382026-03-10T18:30:28.252Z Compiling phf_shared v0.11.3
16392026-03-10T18:30:28.335Z Compiling bstr v1.12.1
16402026-03-10T18:30:28.395Z Compiling pkcs1 v0.7.5
16412026-03-10T18:30:28.497Z Compiling serde-big-array v0.5.1
16422026-03-10T18:30:28.614Z Compiling hex v0.4.3
16432026-03-10T18:30:28.674Z Compiling rfc6979 v0.4.0
16442026-03-10T18:30:28.831Z Compiling serde_repr v0.1.20
16452026-03-10T18:30:28.856Z Compiling clap_derive v4.5.55
16462026-03-10T18:30:28.930Z Compiling strum_macros v0.26.4
16472026-03-10T18:30:28.977Z Compiling enum-as-inner v0.6.1
16482026-03-10T18:30:29.198Z Compiling float-cmp v0.10.0
16492026-03-10T18:30:29.381Z Compiling thread-id v4.2.2
16502026-03-10T18:30:29.492Z Compiling memmap2 v0.9.10
16512026-03-10T18:30:29.536Z Compiling env_filter v1.0.0
16522026-03-10T18:30:29.655Z Compiling encoding_rs v0.8.35
16532026-03-10T18:30:29.768Z Compiling data-encoding v2.10.0
16542026-03-10T18:30:29.787Z Compiling unit-prefix v0.5.2
16552026-03-10T18:30:29.937Z Compiling fixedbitset v0.4.2
16562026-03-10T18:30:29.965Z Compiling difflib v0.4.0
16572026-03-10T18:30:30.228Z Compiling new_debug_unreachable v1.0.6
16582026-03-10T18:30:30.322Z Compiling static_assertions v1.1.0
16592026-03-10T18:30:30.419Z Compiling keccak v0.1.6
16602026-03-10T18:30:30.723Z Compiling mime v0.3.17
16612026-03-10T18:30:30.752Z Compiling fixedbitset v0.5.7
16622026-03-10T18:30:30.896Z Compiling precomputed-hash v0.1.1
16632026-03-10T18:30:31.008Z Compiling normalize-line-endings v0.3.0
16642026-03-10T18:30:31.058Z Compiling predicates-core v1.0.10
16652026-03-10T18:30:31.125Z Compiling rustc-hash v2.1.1
16662026-03-10T18:30:31.157Z Compiling jiff v0.2.21
16672026-03-10T18:30:31.281Z Compiling whoami v2.1.0
16682026-03-10T18:30:31.286Z Compiling iddqd v0.3.17
16692026-03-10T18:30:31.338Z Compiling clap v4.5.60
16702026-03-10T18:30:31.369Z Compiling strum v0.26.3
16712026-03-10T18:30:31.442Z Compiling predicates v3.1.4
16722026-03-10T18:30:31.522Z Compiling toml_edit v0.22.27
16732026-03-10T18:30:31.541Z Compiling petgraph v0.8.3
16742026-03-10T18:30:31.676Z Compiling tokio-postgres v0.7.16
16752026-03-10T18:30:31.826Z Compiling string_cache v0.8.9
16762026-03-10T18:30:32.128Z Compiling sha3 v0.10.8
16772026-03-10T18:30:32.389Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-03-10T18:30:32.770Z Compiling hickory-proto v0.25.2
16792026-03-10T18:30:32.916Z Compiling petgraph v0.6.5
16802026-03-10T18:30:34.239Z Compiling indicatif v0.18.4
16812026-03-10T18:30:34.692Z Compiling env_logger v0.11.9
16822026-03-10T18:30:34.950Z Compiling zip v4.6.1
16832026-03-10T18:30:35.156Z Compiling usdt v0.6.0
16842026-03-10T18:30:35.379Z Compiling zone v0.3.1
16852026-03-10T18:30:35.400Z Compiling usdt-impl v0.5.0
16862026-03-10T18:30:35.486Z Compiling serde_with v3.17.0
16872026-03-10T18:30:36.158Z Compiling similar v2.7.0
16882026-03-10T18:30:36.176Z Compiling ecdsa v0.16.9
16892026-03-10T18:30:36.241Z Compiling rsa v0.9.10
16902026-03-10T18:30:36.297Z Compiling crossterm v0.28.1
16912026-03-10T18:30:36.687Z Compiling ed25519-dalek v2.2.0
16922026-03-10T18:30:37.100Z Compiling zip v0.6.6
16932026-03-10T18:30:37.648Z Compiling toml v0.7.8
16942026-03-10T18:30:38.097Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-03-10T18:30:38.214Z Compiling itertools v0.13.0
16962026-03-10T18:30:38.426Z Compiling tokio-stream v0.1.18
16972026-03-10T18:30:38.502Z Compiling buf-list v1.1.2
16982026-03-10T18:30:38.860Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-10T18:30:38.965Z Compiling x509-cert v0.2.5
17002026-03-10T18:30:39.049Z Compiling openapiv3 v2.2.0
17012026-03-10T18:30:39.285Z Compiling sha1 v0.10.6
17022026-03-10T18:30:39.381Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-10T18:30:39.568Z Compiling lalrpop-util v0.19.12
17042026-03-10T18:30:39.760Z Compiling peg-runtime v0.8.5
17052026-03-10T18:30:39.811Z Compiling thread_local v1.1.9
17062026-03-10T18:30:39.894Z Compiling slog-async v2.8.0
17072026-03-10T18:30:40.119Z Compiling crossbeam-channel v0.5.15
17082026-03-10T18:30:40.122Z Compiling futures-executor v0.3.32
17092026-03-10T18:30:40.319Z Compiling is-terminal v0.4.17
17102026-03-10T18:30:40.443Z Compiling filetime v0.2.27
17112026-03-10T18:30:40.461Z Compiling take_mut v0.2.2
17122026-03-10T18:30:40.606Z Compiling term v1.2.1
17132026-03-10T18:30:40.664Z Compiling xattr v1.6.1
17142026-03-10T18:30:40.730Z Compiling futures v0.3.32
17152026-03-10T18:30:40.832Z Compiling tar v0.4.44
17162026-03-10T18:30:41.028Z Compiling slog-term v2.9.2
17172026-03-10T18:30:47.822Z Compiling rustls-webpki v0.103.9
17182026-03-10T18:30:51.821Z Compiling tokio-rustls v0.26.4
17192026-03-10T18:30:51.821Z Compiling rustls-platform-verifier v0.6.2
17202026-03-10T18:30:52.085Z Compiling hyper-rustls v0.27.7
17212026-03-10T18:30:52.344Z Compiling reqwest v0.13.2
17222026-03-10T18:30:52.362Z Compiling reqwest v0.12.28
17232026-03-10T18:30:55.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-10T18:30:55.542Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-10T18:30:59.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17262026-03-10T18:30:59.513Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-10T18:30:59.572ZMar 10 18:30:58.568 INFO Starting download, target: Clickhouse
17282026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Starting download, target: MaghemiteMgd
17292026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Starting download, target: Cockroach
17302026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Starting download, target: Console
17312026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Starting download, target: TransceiverControl
17322026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Starting download, target: DendriteStub
17332026-03-10T18:30:59.572ZMar 10 18:30:58.569 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-10T18:30:59.575ZMar 10 18:30:58.569 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-10T18:30:59.576ZMar 10 18:30:58.569 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-10T18:30:59.576ZMar 10 18:30:58.569 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-10T18:30:59.576ZMar 10 18:30:58.569 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-10T18:30:59.576ZMar 10 18:30:58.569 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-10T18:31:00.349ZMar 10 18:30:59.342 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-10T18:31:00.580ZMar 10 18:30:59.568 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-03-10T18:31:00.711ZMar 10 18:30:59.666 INFO Download complete, target: TransceiverControl
17422026-03-10T18:31:00.966ZMar 10 18:30:59.957 INFO Download complete, target: Console
17432026-03-10T18:31:01.537ZMar 10 18:31:00.531 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-03-10T18:31:02.020ZMar 10 18:31:01.006 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-10T18:31:02.128ZMar 10 18:31:01.125 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-03-10T18:31:02.128ZMar 10 18:31:01.125 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-03-10T18:31:02.154ZMar 10 18:31:01.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-03-10T18:31:05.360ZMar 10 18:31:04.356 INFO Download complete, target: MaghemiteMgd
17492026-03-10T18:31:05.632ZMar 10 18:31:04.629 INFO Download complete, target: DendriteStub
17502026-03-10T18:31:09.639ZMar 10 18:31:08.633 INFO Checking that binary works, target: Cockroach
17512026-03-10T18:31:09.752ZMar 10 18:31:08.748 INFO Download complete, target: Cockroach
17522026-03-10T18:31:12.412ZMar 10 18:31:11.408 INFO Checking that binary works, target: Clickhouse
17532026-03-10T18:31:12.517ZMar 10 18:31:11.513 INFO Download complete, target: Clickhouse
17542026-03-10T18:31:12.522ZAll prerequisites installed successfully
17552026-03-10T18:31:12.528Z
17562026-03-10T18:31:12.528Zreal 4:35.264183828
17572026-03-10T18:31:12.528Zuser 10:22.468645949
17582026-03-10T18:31:12.528Zsys 1:48.477012567
17592026-03-10T18:31:12.528Ztrap 0.316325317
17602026-03-10T18:31:12.528Ztflt 0.681120940
17612026-03-10T18:31:12.528Zdflt 0.634208834
17622026-03-10T18:31:12.529Zkflt 0.022299009
17632026-03-10T18:31:12.529Zlock 22:04.220801871
17642026-03-10T18:31:12.529Zslp 39:09.186723169
17652026-03-10T18:31:12.529Zlat 56.021638311
17662026-03-10T18:31:12.529Zstop 2:39.296441762
17672026-03-10T18:31:12.529Z+ ptime -m cargo xtask download softnpu
17682026-03-10T18:31:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17692026-03-10T18:31:13.284Z Running `target/debug/xtask download softnpu`
17702026-03-10T18:31:14.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
17712026-03-10T18:31:14.358Z Running `target/debug/xtask-downloader softnpu`
17722026-03-10T18:31:14.402ZMar 10 18:31:13.398 INFO Starting download, target: Softnpu
17732026-03-10T18:31:14.405ZMar 10 18:31:13.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-10T18:31:15.246ZMar 10 18:31:14.242 INFO Download complete, target: Softnpu
17752026-03-10T18:31:15.250Z
17762026-03-10T18:31:15.253Zreal 2.721395110
17772026-03-10T18:31:15.253Zuser 1.618759260
17782026-03-10T18:31:15.253Zsys 0.692001828
17792026-03-10T18:31:15.253Ztrap 0.000780111
17802026-03-10T18:31:15.253Ztflt 0.000097584
17812026-03-10T18:31:15.253Zdflt 0.000037352
17822026-03-10T18:31:15.253Zkflt 0.000000000
17832026-03-10T18:31:15.253Zlock 8.909694130
17842026-03-10T18:31:15.253Zslp 0.658977071
17852026-03-10T18:31:15.253Zlat 0.021388403
17862026-03-10T18:31:15.253Zstop 0.000122499
17872026-03-10T18:31:15.253Z+ export CARGO_INCREMENTAL=0
17882026-03-10T18:31:15.253Z+ CARGO_INCREMENTAL=0
17892026-03-10T18:31:15.253Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-10T18:31:16.413Z Compiling proc-macro2 v1.0.106
17912026-03-10T18:31:16.413Z Compiling quote v1.0.44
17922026-03-10T18:31:16.416Z Compiling unicode-ident v1.0.24
17932026-03-10T18:31:16.416Z Compiling libc v0.2.180
17942026-03-10T18:31:16.416Z Compiling serde_core v1.0.228
17952026-03-10T18:31:16.416Z Compiling serde v1.0.228
17962026-03-10T18:31:16.417Z Compiling cfg-if v1.0.4
17972026-03-10T18:31:16.417Z Compiling version_check v0.9.5
17982026-03-10T18:31:16.747Z Compiling shlex v1.3.0
17992026-03-10T18:31:16.804Z Compiling find-msvc-tools v0.1.9
18002026-03-10T18:31:16.920Z Compiling typenum v1.19.0
18012026-03-10T18:31:17.112Z Compiling generic-array v0.14.7
18022026-03-10T18:31:17.166Z Compiling portable-atomic v1.13.1
18032026-03-10T18:31:17.331Z Compiling memchr v2.8.0
18042026-03-10T18:31:17.377Z Compiling zmij v1.0.21
18052026-03-10T18:31:17.701Z Compiling autocfg v1.5.0
18062026-03-10T18:31:17.704Z Compiling serde_json v1.0.149
18072026-03-10T18:31:17.808Z Compiling jobserver v0.1.34
18082026-03-10T18:31:18.062Z Compiling zerocopy v0.8.40
18092026-03-10T18:31:18.086Z Compiling cc v1.2.56
18102026-03-10T18:31:18.166Z Compiling syn v2.0.117
18112026-03-10T18:31:18.215Z Compiling parking_lot_core v0.9.12
18122026-03-10T18:31:18.243Z Compiling libm v0.2.16
18132026-03-10T18:31:18.511Z Compiling num-traits v0.2.19
18142026-03-10T18:31:18.514Z Compiling smallvec v1.15.1
18152026-03-10T18:31:18.614Z Compiling icu_normalizer_data v2.1.1
18162026-03-10T18:31:18.763Z Compiling icu_properties_data v2.1.2
18172026-03-10T18:31:18.858Z Compiling getrandom v0.2.17
18182026-03-10T18:31:18.875Z Compiling itoa v1.0.17
18192026-03-10T18:31:19.020Z Compiling log v0.4.29
18202026-03-10T18:31:19.177Z Compiling getrandom v0.4.1
18212026-03-10T18:31:19.452Z Compiling pkg-config v0.3.32
18222026-03-10T18:31:19.486Z Compiling errno v0.3.14
18232026-03-10T18:31:19.503Z Compiling stable_deref_trait v1.2.1
18242026-03-10T18:31:19.617Z Compiling rand_core v0.6.4
18252026-03-10T18:31:19.862Z Compiling subtle v2.6.1
18262026-03-10T18:31:19.878Z Compiling scopeguard v1.2.0
18272026-03-10T18:31:19.912Z Compiling thiserror v2.0.18
18282026-03-10T18:31:20.019Z Compiling lock_api v0.4.14
18292026-03-10T18:31:20.065Z Compiling fnv v1.0.7
18302026-03-10T18:31:20.231Z Compiling getrandom v0.3.4
18312026-03-10T18:31:20.463Z Compiling critical-section v1.2.0
18322026-03-10T18:31:20.483Z Compiling pin-project-lite v0.2.17
18332026-03-10T18:31:20.675Z Compiling rustversion v1.0.22
18342026-03-10T18:31:20.783Z Compiling allocator-api2 v0.2.21
18352026-03-10T18:31:20.828Z Compiling equivalent v1.0.2
18362026-03-10T18:31:20.936Z Compiling once_cell v1.21.3
18372026-03-10T18:31:21.200Z Compiling bitflags v2.11.0
18382026-03-10T18:31:21.455Z Compiling foldhash v0.2.0
18392026-03-10T18:31:21.705Z Compiling hashbrown v0.16.1
18402026-03-10T18:31:21.708Z Compiling ring v0.17.14
18412026-03-10T18:31:21.738Z Compiling semver v1.0.27
18422026-03-10T18:31:22.134Z Compiling cmake v0.1.57
18432026-03-10T18:31:22.274Z Compiling synstructure v0.13.2
18442026-03-10T18:31:22.502Z Compiling litemap v0.8.1
18452026-03-10T18:31:22.527Z Compiling percent-encoding v2.3.2
18462026-03-10T18:31:22.702Z Compiling fs_extra v1.3.0
18472026-03-10T18:31:22.793Z Compiling dunce v1.0.5
18482026-03-10T18:31:22.868Z Compiling writeable v0.6.2
18492026-03-10T18:31:22.955Z Compiling const-oid v0.9.6
18502026-03-10T18:31:22.972Z Compiling indexmap v2.13.0
18512026-03-10T18:31:23.029Z Compiling aws-lc-sys v0.37.1
18522026-03-10T18:31:23.309Z Compiling rustix v1.1.3
18532026-03-10T18:31:23.733Z Compiling signal-hook-registry v1.4.8
18542026-03-10T18:31:23.810Z Compiling schemars v0.8.22
18552026-03-10T18:31:23.855Z Compiling parking_lot v0.12.5
18562026-03-10T18:31:23.900Z Compiling serde_derive_internals v0.29.1
18572026-03-10T18:31:23.989Z Compiling mio v1.1.1
18582026-03-10T18:31:24.010Z Compiling socket2 v0.6.2
18592026-03-10T18:31:24.081Z Compiling rand_core v0.10.0
18602026-03-10T18:31:24.099Z Compiling serde_derive v1.0.228
18612026-03-10T18:31:24.299Z Compiling zeroize_derive v1.4.3
18622026-03-10T18:31:24.318Z Compiling zerofrom-derive v0.1.6
18632026-03-10T18:31:24.905Z Compiling yoke-derive v0.8.1
18642026-03-10T18:31:24.924Z Compiling zerovec-derive v0.11.2
18652026-03-10T18:31:24.979Z Compiling displaydoc v0.2.5
18662026-03-10T18:31:25.010Z Compiling zerocopy-derive v0.8.40
18672026-03-10T18:31:25.089Z Compiling zeroize v1.8.2
18682026-03-10T18:31:25.404Z Compiling tokio-macros v2.6.0
18692026-03-10T18:31:25.503Z Compiling futures-macro v0.3.32
18702026-03-10T18:31:25.859Z Compiling zerofrom v0.1.6
18712026-03-10T18:31:26.022Z Compiling thiserror-impl v2.0.18
18722026-03-10T18:31:26.208Z Compiling yoke v0.8.1
18732026-03-10T18:31:26.471Z Compiling zerovec v0.11.5
18742026-03-10T18:31:26.485Z Compiling zerotrie v0.2.3
18752026-03-10T18:31:26.651Z Compiling crypto-common v0.1.7
18762026-03-10T18:31:26.779Z Compiling block-buffer v0.10.4
18772026-03-10T18:31:26.967Z Compiling tracing-attributes v0.1.31
18782026-03-10T18:31:27.054Z Compiling der_derive v0.7.3
18792026-03-10T18:31:27.293Z Compiling tinystr v0.8.2
18802026-03-10T18:31:27.322Z Compiling potential_utf v0.1.4
18812026-03-10T18:31:27.573Z Compiling icu_locale_core v2.1.1
18822026-03-10T18:31:27.588Z Compiling icu_collections v2.1.1
18832026-03-10T18:31:27.604Z Compiling digest v0.10.7
18842026-03-10T18:31:28.244Z Compiling schemars_derive v0.8.22
18852026-03-10T18:31:28.506Z Compiling bytes v1.11.1
18862026-03-10T18:31:28.561Z Compiling icu_provider v2.1.1
18872026-03-10T18:31:28.627Z Compiling utf8_iter v1.0.4
18882026-03-10T18:31:28.836Z Compiling strsim v0.11.1
18892026-03-10T18:31:29.066Z Compiling icu_properties v2.1.2
18902026-03-10T18:31:29.225Z Compiling icu_normalizer v2.1.1
18912026-03-10T18:31:29.326Z Compiling aws-lc-rs v1.16.0
18922026-03-10T18:31:29.954Z Compiling form_urlencoded v1.2.2
18932026-03-10T18:31:30.296Z Compiling idna_adapter v1.2.1
18942026-03-10T18:31:30.319Z Compiling ucd-trie v0.1.7
18952026-03-10T18:31:30.399Z Compiling futures-core v0.3.32
18962026-03-10T18:31:30.465Z Compiling idna v1.1.0
18972026-03-10T18:31:30.598Z Compiling thiserror v1.0.69
18982026-03-10T18:31:30.601Z Compiling byteorder v1.5.0
18992026-03-10T18:31:30.753Z Compiling pest v2.8.6
19002026-03-10T18:31:30.932Z Compiling tokio v1.49.0
19012026-03-10T18:31:31.193Z Compiling httparse v1.10.1
19022026-03-10T18:31:31.271Z Compiling vcpkg v0.2.15
19032026-03-10T18:31:31.456Z Compiling heck v0.5.0
19042026-03-10T18:31:31.764Z Compiling ident_case v1.0.1
19052026-03-10T18:31:31.878Z Compiling url v2.5.8
19062026-03-10T18:31:31.914Z Compiling thiserror-impl v1.0.69
19072026-03-10T18:31:32.102Z Compiling openssl-sys v0.9.111
19082026-03-10T18:31:32.471Z Compiling pest_meta v2.8.6
19092026-03-10T18:31:33.054Z Compiling crossbeam-utils v0.8.21
19102026-03-10T18:31:33.262Z Compiling pest_generator v2.8.6
19112026-03-10T18:31:33.398Z Compiling regex-syntax v0.8.10
19122026-03-10T18:31:33.496Z Compiling syn v1.0.109
19132026-03-10T18:31:34.299Z Compiling pest_derive v2.8.6
19142026-03-10T18:31:35.241Z Compiling rustc_version v0.4.1
19152026-03-10T18:31:35.329Z Compiling rustls v0.23.37
19162026-03-10T18:31:35.475Z Compiling cpufeatures v0.2.17
19172026-03-10T18:31:35.580Z Compiling futures-sink v0.3.32
19182026-03-10T18:31:35.681Z Compiling futures-channel v0.3.32
19192026-03-10T18:31:35.772Z Compiling hmac v0.12.1
19202026-03-10T18:31:35.964Z Compiling slab v0.4.12
19212026-03-10T18:31:36.003Z Compiling plain v0.2.3
19222026-03-10T18:31:36.140Z Compiling iana-time-zone v0.1.65
19232026-03-10T18:31:36.206Z Compiling futures-task v0.3.32
19242026-03-10T18:31:36.230Z Compiling futures-io v0.3.32
19252026-03-10T18:31:36.297Z Compiling chrono v0.4.44
19262026-03-10T18:31:36.477Z Compiling futures-util v0.3.32
19272026-03-10T18:31:36.831Z Compiling uuid v1.21.0
19282026-03-10T18:31:37.301Z Compiling block-padding v0.3.3
19292026-03-10T18:31:37.506Z Compiling aho-corasick v1.1.4
19302026-03-10T18:31:38.375Z Compiling inout v0.1.4
19312026-03-10T18:31:38.440Z Compiling ppv-lite86 v0.2.21
19322026-03-10T18:31:38.901Z Compiling regex-automata v0.4.14
19332026-03-10T18:31:39.406Z Compiling pretty-hex v0.4.1
19342026-03-10T18:31:39.678Z Compiling num-conv v0.2.0
19352026-03-10T18:31:39.828Z Compiling openssl v0.10.75
19362026-03-10T18:31:39.856Z Compiling time-core v0.1.8
19372026-03-10T18:31:40.068Z Compiling time-macros v0.2.27
19382026-03-10T18:31:40.355Z Compiling cipher v0.4.4
19392026-03-10T18:31:40.664Z Compiling sha2 v0.10.9
19402026-03-10T18:31:40.921Z Compiling serde_tokenstream v0.2.3
19412026-03-10T18:31:40.989Z Compiling scroll_derive v0.12.1
19422026-03-10T18:31:41.006Z Compiling scroll_derive v0.13.1
19432026-03-10T18:31:41.118Z Compiling crc32fast v1.5.0
19442026-03-10T18:31:41.293Z Compiling either v1.15.0
19452026-03-10T18:31:41.462Z Compiling base64ct v1.8.3
19462026-03-10T18:31:41.595Z Compiling anyhow v1.0.102
19472026-03-10T18:31:41.624Z Compiling darling_core v0.21.3
19482026-03-10T18:31:41.846Z Compiling pem-rfc7468 v0.7.0
19492026-03-10T18:31:41.981Z Compiling rustls-pki-types v1.14.0
19502026-03-10T18:31:42.030Z Compiling openssl-macros v0.1.1
19512026-03-10T18:31:42.544Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19522026-03-10T18:31:42.624Z Compiling native-tls v0.2.18
19532026-03-10T18:31:42.903Z Compiling flagset v0.4.7
19542026-03-10T18:31:43.045Z Compiling der v0.7.10
19552026-03-10T18:31:43.075Z Compiling regex v1.12.3
19562026-03-10T18:31:43.469Z Compiling rand_core v0.9.5
19572026-03-10T18:31:43.742Z Compiling zerocopy-derive v0.7.35
19582026-03-10T18:31:43.969Z Compiling slog v2.8.2
19592026-03-10T18:31:44.144Z Compiling rayon-core v1.13.0
19602026-03-10T18:31:44.227Z Compiling dyn-clone v1.0.20
19612026-03-10T18:31:44.417Z Compiling spki v0.7.3
19622026-03-10T18:31:44.667Z Compiling salsa20 v0.10.2
19632026-03-10T18:31:44.728Z Compiling darling_macro v0.21.3
19642026-03-10T18:31:44.838Z Compiling pbkdf2 v0.12.2
19652026-03-10T18:31:44.978Z Compiling http v1.4.0
19662026-03-10T18:31:45.313Z Compiling darling v0.21.3
19672026-03-10T18:31:45.725Z Compiling tracing-core v0.1.36
19682026-03-10T18:31:46.210Z Compiling untrusted v0.9.0
19692026-03-10T18:31:46.365Z Compiling camino v1.2.2
19702026-03-10T18:31:46.779Z Compiling tracing v0.1.44
19712026-03-10T18:31:47.401Z Compiling scrypt v0.11.0
19722026-03-10T18:31:47.461Z Compiling rand_chacha v0.9.0
19732026-03-10T18:31:47.686Z Compiling tokio-util v0.7.18
19742026-03-10T18:31:47.920Z Compiling aes v0.8.4
19752026-03-10T18:31:48.524Z Compiling cbc v0.1.2
19762026-03-10T18:31:49.210Z Compiling cookie v0.18.1
19772026-03-10T18:31:49.449Z Compiling usdt-impl v0.5.0
19782026-03-10T18:31:49.575Z Compiling usdt-impl v0.6.0
19792026-03-10T18:31:49.715Z Compiling winnow v0.7.14
19802026-03-10T18:31:49.718Z Compiling paste v1.0.15
19812026-03-10T18:31:49.838Z Compiling ref-cast v1.0.25
19822026-03-10T18:31:50.050Z Compiling base64 v0.22.1
19832026-03-10T18:31:50.432Z Compiling pkcs5 v0.7.1
19842026-03-10T18:31:50.652Z Compiling rand v0.9.2
19852026-03-10T18:31:51.333Z Compiling http-body v1.0.1
19862026-03-10T18:31:51.526Z Compiling scroll v0.13.0
19872026-03-10T18:31:51.633Z Compiling scroll v0.12.0
19882026-03-10T18:31:51.861Z Compiling heapless v0.7.17
19892026-03-10T18:31:52.168Z Compiling serde_spanned v0.6.9
19902026-03-10T18:31:52.242Z Compiling toml_datetime v0.6.11
19912026-03-10T18:31:52.334Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-10T18:31:52.550Z Compiling zstd-safe v7.2.4
19932026-03-10T18:31:52.688Z Compiling untrusted v0.7.1
19942026-03-10T18:31:52.810Z Compiling openssl-probe v0.2.1
19952026-03-10T18:31:53.003Z Compiling signal-hook v0.3.18
19962026-03-10T18:31:53.241Z Compiling goblin v0.8.2
19972026-03-10T18:31:53.264Z Compiling goblin v0.10.5
19982026-03-10T18:31:54.033Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-10T18:31:54.417Z Compiling pkcs8 v0.10.2
20002026-03-10T18:31:54.982Z Compiling zerocopy v0.7.35
20012026-03-10T18:31:55.202Z Compiling darling_core v0.20.11
20022026-03-10T18:31:55.388Z Compiling ref-cast-impl v1.0.25
20032026-03-10T18:31:55.450Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-03-10T18:31:55.740Z Compiling tinyvec_macros v0.1.1
20052026-03-10T18:31:55.781Z Compiling tower-service v0.3.3
20062026-03-10T18:31:55.895Z Compiling atomic-waker v1.1.2
20072026-03-10T18:31:56.054Z Compiling try-lock v0.2.5
20082026-03-10T18:31:56.071Z Compiling rustix v0.38.44
20092026-03-10T18:31:56.183Z Compiling winnow v0.5.40
20102026-03-10T18:31:56.499Z Compiling tower-layer v0.3.3
20112026-03-10T18:31:56.890Z Compiling dof v0.3.0
20122026-03-10T18:31:57.599Z Compiling dof v0.4.0
20132026-03-10T18:31:57.688Z Compiling h2 v0.4.13
20142026-03-10T18:31:57.960Z Compiling darling_macro v0.20.11
20152026-03-10T18:31:58.069Z Compiling toml_edit v0.19.15
20162026-03-10T18:31:58.544Z Compiling want v0.3.1
20172026-03-10T18:31:59.116Z Compiling tinyvec v1.10.0
20182026-03-10T18:32:00.683Z Compiling dtrace-parser v0.2.0
20192026-03-10T18:32:00.923Z Compiling dtrace-parser v0.3.0
20202026-03-10T18:32:01.229Z Compiling curve25519-dalek v4.1.3
20212026-03-10T18:32:01.564Z Compiling ipnet v2.11.0
20222026-03-10T18:32:01.585Z Compiling daft-derive v0.1.5
20232026-03-10T18:32:01.784Z Compiling async-trait v0.1.89
20242026-03-10T18:32:02.166Z Compiling spin v0.9.8
20252026-03-10T18:32:02.427Z Compiling thread-id v5.1.0
20262026-03-10T18:32:02.463Z Compiling thread-id v4.2.2
20272026-03-10T18:32:02.491Z Compiling proc-macro-error-attr v1.0.4
20282026-03-10T18:32:02.589Z Compiling num-bigint-dig v0.8.6
20292026-03-10T18:32:02.703Z Compiling pin-utils v0.1.0
20302026-03-10T18:32:02.740Z Compiling foreign-types-shared v0.1.1
20312026-03-10T18:32:02.790Z Compiling httpdate v1.0.3
20322026-03-10T18:32:02.848Z Compiling fastrand v2.3.0
20332026-03-10T18:32:03.128Z Compiling smoltcp v0.9.1
20342026-03-10T18:32:03.150Z Compiling litrs v1.0.0
20352026-03-10T18:32:03.201Z Compiling tempfile v3.25.0
20362026-03-10T18:32:03.265Z Compiling hyper v1.8.1
20372026-03-10T18:32:03.450Z Compiling foreign-types v0.3.2
20382026-03-10T18:32:03.752Z Compiling document-features v0.2.12
20392026-03-10T18:32:04.525Z Compiling darling v0.20.11
20402026-03-10T18:32:05.017Z Compiling ipnetwork v0.21.1
20412026-03-10T18:32:05.251Z Compiling strum_macros v0.26.4
20422026-03-10T18:32:05.590Z Compiling wait-timeout v0.2.1
20432026-03-10T18:32:05.856Z Compiling proc-macro-error v1.0.4
20442026-03-10T18:32:06.533Z Compiling anstyle v1.0.13
20452026-03-10T18:32:06.816Z Compiling utf8parse v0.2.2
20462026-03-10T18:32:06.877Z Compiling powerfmt v0.2.0
20472026-03-10T18:32:06.949Z Compiling siphasher v1.0.2
20482026-03-10T18:32:07.101Z Compiling bit-vec v0.8.0
20492026-03-10T18:32:07.183Z Compiling simd-adler32 v0.3.8
20502026-03-10T18:32:07.380Z Compiling quick-error v1.2.3
20512026-03-10T18:32:07.398Z Compiling unicode-segmentation v1.12.0
20522026-03-10T18:32:07.817Z Compiling deranged v0.5.8
20532026-03-10T18:32:07.934Z Compiling rusty-fork v0.3.1
20542026-03-10T18:32:08.013Z Compiling bit-set v0.8.0
20552026-03-10T18:32:09.692Z Compiling anstyle-parse v0.2.7
20562026-03-10T18:32:10.787Z Compiling hyper-util v0.1.20
20572026-03-10T18:32:10.804Z Compiling crossbeam-epoch v0.9.18
20582026-03-10T18:32:11.196Z Compiling derive_builder_core v0.20.2
20592026-03-10T18:32:12.742Z Compiling unicode-normalization v0.1.25
20602026-03-10T18:32:12.979Z Compiling rustls-native-certs v0.8.3
20612026-03-10T18:32:13.513Z Compiling rand_xorshift v0.4.0
20622026-03-10T18:32:13.686Z Compiling hubpack_derive v0.1.1
20632026-03-10T18:32:13.742Z Compiling sync_wrapper v1.0.2
20642026-03-10T18:32:13.861Z Compiling strum_macros v0.27.2
20652026-03-10T18:32:13.886Z Compiling signature v2.2.0
20662026-03-10T18:32:14.071Z Compiling curve25519-dalek-derive v0.1.1
20672026-03-10T18:32:14.249Z Compiling fs-err v3.3.0
20682026-03-10T18:32:14.511Z Compiling ahash v0.8.12
20692026-03-10T18:32:14.651Z Compiling object v0.37.3
20702026-03-10T18:32:14.781Z Compiling unicode-properties v0.1.4
20712026-03-10T18:32:14.886Z Compiling is_terminal_polyfill v1.70.2
20722026-03-10T18:32:14.981Z Compiling colorchoice v1.0.4
20732026-03-10T18:32:14.999Z Compiling unarray v0.1.4
20742026-03-10T18:32:15.016Z Compiling num_threads v0.1.7
20752026-03-10T18:32:15.116Z Compiling unicode-bidi v0.3.18
20762026-03-10T18:32:15.133Z Compiling adler2 v2.0.1
20772026-03-10T18:32:15.138Z Compiling anstyle-query v1.1.5
20782026-03-10T18:32:15.167Z Compiling time v0.3.47
20792026-03-10T18:32:15.276Z Compiling anstream v0.6.21
20802026-03-10T18:32:15.293Z Compiling miniz_oxide v0.8.9
20812026-03-10T18:32:15.637Z Compiling stringprep v0.1.5
20822026-03-10T18:32:15.745Z Compiling proptest v1.10.0
20832026-03-10T18:32:17.099Z Compiling tower v0.5.3
20842026-03-10T18:32:17.657Z Compiling derive_builder_macro v0.20.2
20852026-03-10T18:32:17.714Z Compiling crossbeam-deque v0.8.6
20862026-03-10T18:32:17.955Z Compiling heck v0.4.1
20872026-03-10T18:32:18.106Z Compiling usdt-attr-macro v0.6.0
20882026-03-10T18:32:18.219Z Compiling usdt-macro v0.6.0
20892026-03-10T18:32:19.102Z Compiling http-body-util v0.1.3
20902026-03-10T18:32:19.177Z Compiling webpki-roots v1.0.6
20912026-03-10T18:32:19.473Z Compiling rand_chacha v0.3.1
20922026-03-10T18:32:19.698Z Compiling num-integer v0.1.46
20932026-03-10T18:32:19.735Z Compiling hash32 v0.2.1
20942026-03-10T18:32:19.883Z Compiling erased-serde v0.3.31
20952026-03-10T18:32:19.932Z Compiling md-5 v0.10.6
20962026-03-10T18:32:19.959Z Compiling vergen-lib v0.1.6
20972026-03-10T18:32:20.089Z Compiling ff v0.13.1
20982026-03-10T18:32:20.115Z Compiling fallible-iterator v0.2.0
20992026-03-10T18:32:20.209Z Compiling zlib-rs v0.6.2
21002026-03-10T18:32:20.248Z Compiling ryu v1.0.23
21012026-03-10T18:32:20.265Z Compiling iri-string v0.7.10
21022026-03-10T18:32:20.455Z Compiling base16ct v0.2.0
21032026-03-10T18:32:20.520Z Compiling psl-types v2.0.11
21042026-03-10T18:32:20.677Z Compiling publicsuffix v2.3.0
21052026-03-10T18:32:20.778Z Compiling sec1 v0.7.3
21062026-03-10T18:32:20.881Z Compiling postgres-protocol v0.6.10
21072026-03-10T18:32:21.134Z Compiling serde_urlencoded v0.7.1
21082026-03-10T18:32:21.475Z Compiling group v0.13.0
21092026-03-10T18:32:21.601Z Compiling num-iter v0.1.45
21102026-03-10T18:32:21.746Z Compiling rand v0.8.5
21112026-03-10T18:32:22.111Z Compiling tower-http v0.6.8
21122026-03-10T18:32:22.646Z Compiling newtype-uuid v1.3.2
21132026-03-10T18:32:22.791Z Compiling oxnet v0.1.4
21142026-03-10T18:32:22.963Z Compiling derive_builder v0.20.2
21152026-03-10T18:32:23.014Z Compiling zone_cfg_derive v0.3.1
21162026-03-10T18:32:23.111Z Compiling flate2 v1.1.9
21172026-03-10T18:32:23.154Z Compiling tokio-native-tls v0.3.1
21182026-03-10T18:32:23.358Z Compiling phf_shared v0.13.1
21192026-03-10T18:32:23.704Z Compiling lazy_static v1.5.0
21202026-03-10T18:32:24.005Z Compiling terminal_size v0.4.3
21212026-03-10T18:32:24.172Z Compiling serde_with_macros v3.17.0
21222026-03-10T18:32:24.264Z Compiling hkdf v0.12.4
21232026-03-10T18:32:24.308Z Compiling clap_derive v4.5.55
21242026-03-10T18:32:24.441Z Compiling enum-as-inner v0.6.1
21252026-03-10T18:32:24.657Z Compiling cargo-platform v0.1.9
21262026-03-10T18:32:25.064Z Compiling crypto-bigint v0.5.5
21272026-03-10T18:32:25.144Z Compiling serde_repr v0.1.20
21282026-03-10T18:32:25.246Z Compiling vergen v9.0.6
21292026-03-10T18:32:25.610Z Compiling bitflags v1.3.2
21302026-03-10T18:32:25.783Z Compiling managed v0.8.0
21312026-03-10T18:32:26.079Z Compiling bumpalo v3.20.2
21322026-03-10T18:32:26.205Z Compiling unicode-width v0.2.0
21332026-03-10T18:32:26.441Z Compiling libbz2-rs-sys v0.2.2
21342026-03-10T18:32:26.580Z Compiling foldhash v0.1.5
21352026-03-10T18:32:26.596Z Compiling clap_lex v1.0.0
21362026-03-10T18:32:26.787Z Compiling clap_builder v4.5.60
21372026-03-10T18:32:26.868Z Compiling hashbrown v0.15.5
21382026-03-10T18:32:26.872Z Compiling elliptic-curve v0.13.8
21392026-03-10T18:32:27.224Z Compiling bzip2 v0.6.1
21402026-03-10T18:32:27.463Z Compiling console v0.16.2
21412026-03-10T18:32:27.578Z Compiling zopfli v0.8.3
21422026-03-10T18:32:28.333Z Compiling cargo_metadata v0.19.2
21432026-03-10T18:32:30.114Z Compiling phf v0.13.1
21442026-03-10T18:32:30.278Z Compiling hyper-tls v0.6.0
21452026-03-10T18:32:30.317Z Compiling zstd v0.13.3
21462026-03-10T18:32:30.361Z Compiling daft v0.1.5
21472026-03-10T18:32:30.636Z Compiling cookie_store v0.22.1
21482026-03-10T18:32:30.700Z Compiling signal-hook-mio v0.2.5
21492026-03-10T18:32:30.840Z Compiling rayon v1.11.0
21502026-03-10T18:32:30.922Z Compiling bzip2 v0.4.4
21512026-03-10T18:32:31.175Z Compiling postgres-types v0.2.12
21522026-03-10T18:32:31.398Z Compiling strum v0.27.2
21532026-03-10T18:32:31.560Z Compiling hubpack v0.1.2
21542026-03-10T18:32:31.664Z Compiling ed25519 v2.2.3
21552026-03-10T18:32:31.825Z Compiling phf_shared v0.11.3
21562026-03-10T18:32:32.057Z Compiling pkcs1 v0.7.5
21572026-03-10T18:32:32.728Z Compiling bstr v1.12.1
21582026-03-10T18:32:33.172Z Compiling itertools v0.12.1
21592026-03-10T18:32:33.246Z Compiling rfc6979 v0.4.0
21602026-03-10T18:32:33.397Z Compiling float-cmp v0.10.0
21612026-03-10T18:32:33.572Z Compiling serde-big-array v0.5.1
21622026-03-10T18:32:33.744Z Compiling hex v0.4.3
21632026-03-10T18:32:33.840Z Compiling env_filter v1.0.0
21642026-03-10T18:32:34.167Z Compiling memmap2 v0.9.10
21652026-03-10T18:32:34.201Z Compiling encoding_rs v0.8.35
21662026-03-10T18:32:34.421Z Compiling normalize-line-endings v0.3.0
21672026-03-10T18:32:34.759Z Compiling data-encoding v2.10.0
21682026-03-10T18:32:35.493Z Compiling fixedbitset v0.4.2
21692026-03-10T18:32:35.749Z Compiling predicates-core v1.0.10
21702026-03-10T18:32:35.909Z Compiling jiff v0.2.21
21712026-03-10T18:32:35.952Z Compiling precomputed-hash v0.1.1
21722026-03-10T18:32:36.065Z Compiling difflib v0.4.0
21732026-03-10T18:32:36.884Z Compiling keccak v0.1.6
21742026-03-10T18:32:37.194Z Compiling mime v0.3.17
21752026-03-10T18:32:37.514Z Compiling static_assertions v1.1.0
21762026-03-10T18:32:37.613Z Compiling whoami v2.1.0
21772026-03-10T18:32:37.683Z Compiling fixedbitset v0.5.7
21782026-03-10T18:32:38.033Z Compiling toml_write v0.1.2
21792026-03-10T18:32:38.035Z Compiling unit-prefix v0.5.2
21802026-03-10T18:32:38.067Z Compiling rustc-hash v2.1.1
21812026-03-10T18:32:38.219Z Compiling new_debug_unreachable v1.0.6
21822026-03-10T18:32:38.222Z Compiling iddqd v0.3.17
21832026-03-10T18:32:38.289Z Compiling toml_edit v0.22.27
21842026-03-10T18:32:38.309Z Compiling string_cache v0.8.9
21852026-03-10T18:32:38.579Z Compiling rustls-webpki v0.103.9
21862026-03-10T18:32:38.878Z Compiling indicatif v0.18.4
21872026-03-10T18:32:39.675Z Compiling zip v4.6.1
21882026-03-10T18:32:39.874Z Compiling petgraph v0.8.3
21892026-03-10T18:32:40.845Z Compiling tokio-postgres v0.7.16
21902026-03-10T18:32:41.026Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21912026-03-10T18:32:41.099Z Compiling sha3 v0.10.8
21922026-03-10T18:32:41.625Z Compiling predicates v3.1.4
21932026-03-10T18:32:42.387Z Compiling petgraph v0.6.5
21942026-03-10T18:32:42.746Z Compiling hickory-proto v0.25.2
21952026-03-10T18:32:44.397Z Compiling tokio-rustls v0.26.4
21962026-03-10T18:32:44.687Z Compiling hyper-rustls v0.27.7
21972026-03-10T18:32:44.727Z Compiling rustls-platform-verifier v0.6.2
21982026-03-10T18:32:44.979Z Compiling reqwest v0.13.2
21992026-03-10T18:32:45.085Z Compiling reqwest v0.12.28
22002026-03-10T18:32:46.176Z Compiling zone v0.3.1
22012026-03-10T18:32:47.021Z Compiling usdt v0.6.0
22022026-03-10T18:32:47.822Z Compiling serde_with v3.17.0
22032026-03-10T18:32:48.563Z Compiling env_logger v0.11.9
22042026-03-10T18:32:48.989Z Compiling ecdsa v0.16.9
22052026-03-10T18:32:49.502Z Compiling similar v2.7.0
22062026-03-10T18:32:49.861Z Compiling rsa v0.9.10
22072026-03-10T18:32:50.499Z Compiling ed25519-dalek v2.2.0
22082026-03-10T18:32:51.183Z Compiling zip v0.6.6
22092026-03-10T18:32:51.225Z Compiling crossterm v0.28.1
22102026-03-10T18:32:51.912Z Compiling clap v4.5.60
22112026-03-10T18:32:52.011Z Compiling strum v0.26.3
22122026-03-10T18:32:52.170Z Compiling toml v0.7.8
22132026-03-10T18:32:52.413Z Compiling tokio-stream v0.1.18
22142026-03-10T18:32:52.927Z Compiling x509-cert v0.2.5
22152026-03-10T18:32:54.145Z Compiling itertools v0.13.0
22162026-03-10T18:32:54.239Z Compiling buf-list v1.1.2
22172026-03-10T18:32:54.555Z Compiling sha1 v0.10.6
22182026-03-10T18:32:54.823Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-10T18:32:54.982Z Compiling openapiv3 v2.2.0
22202026-03-10T18:32:55.822Z Compiling lalrpop-util v0.19.12
22212026-03-10T18:32:56.056Z Compiling peg-runtime v0.8.5
22222026-03-10T18:32:57.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22232026-03-10T18:33:10.394Z Compiling itertools v0.14.0
22242026-03-10T18:33:11.262Z Compiling macaddr v1.0.1
22252026-03-10T18:33:11.629Z Compiling structmeta-derive v0.3.0
22262026-03-10T18:33:12.279Z Compiling heapless v0.8.0
22272026-03-10T18:33:12.934Z Compiling structmeta v0.3.0
22282026-03-10T18:33:14.320Z Compiling ingot-macros v0.1.1
22292026-03-10T18:33:18.213Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-10T18:33:18.689Z Compiling hash32 v0.3.1
22312026-03-10T18:33:19.418Z Compiling smoltcp v0.11.0
22322026-03-10T18:33:19.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-10T18:33:21.835Z Compiling proc-macro-crate v3.4.0
22342026-03-10T18:33:23.598Z Compiling ingot-types v0.1.2
22352026-03-10T18:33:30.703Z Compiling cobs v0.3.0
22362026-03-10T18:33:32.144Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-10T18:33:33.649Z Compiling rustls v0.22.4
22382026-03-10T18:33:41.096Z Compiling postcard v1.1.3
22392026-03-10T18:33:45.536Z Compiling ingot v0.1.1
22402026-03-10T18:33:46.367Z Compiling num_enum_derive v0.7.5
22412026-03-10T18:33:48.557Z Compiling proc-macro-crate v1.3.1
22422026-03-10T18:33:49.000Z Compiling rustls-webpki v0.102.8
22432026-03-10T18:33:49.067Z Compiling futures-executor v0.3.32
22442026-03-10T18:33:49.660Z Compiling foreign-types-macros v0.2.3
22452026-03-10T18:33:49.841Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-10T18:33:50.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-10T18:33:50.069Z Compiling multer v3.1.0
22482026-03-10T18:33:50.323Z Compiling thread_local v1.1.9
22492026-03-10T18:33:50.403Z Compiling slog-async v2.8.0
22502026-03-10T18:33:50.420Z Compiling match_cfg v0.1.0
22512026-03-10T18:33:50.520Z Compiling cpufeatures v0.3.0
22522026-03-10T18:33:50.624Z Compiling foreign-types-shared v0.3.1
22532026-03-10T18:33:50.831Z Compiling chacha20 v0.10.0
22542026-03-10T18:33:50.849Z Compiling hostname v0.3.1
22552026-03-10T18:33:50.849Z Compiling foreign-types v0.5.0
22562026-03-10T18:33:50.852Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22572026-03-10T18:33:50.883Z Compiling futures v0.3.32
22582026-03-10T18:33:50.928Z Compiling num_enum_derive v0.5.11
22592026-03-10T18:33:50.990Z Compiling num_enum v0.7.5
22602026-03-10T18:33:51.180Z Compiling derive-ex v0.1.8
22612026-03-10T18:33:51.264Z Compiling tabwriter v1.4.1
22622026-03-10T18:33:51.305Z Compiling slog-json v2.6.1
22632026-03-10T18:33:51.354Z Compiling crossbeam-channel v0.5.15
22642026-03-10T18:33:51.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-10T18:33:51.733Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22662026-03-10T18:33:52.171Z Compiling async-stream-impl v0.3.6
22672026-03-10T18:33:52.196Z Compiling serde_spanned v1.0.4
22682026-03-10T18:33:52.277Z Compiling cstr-argument v0.1.2
22692026-03-10T18:33:52.304Z Compiling memoffset v0.9.1
22702026-03-10T18:33:52.387Z Compiling is-terminal v0.4.17
22712026-03-10T18:33:52.486Z Compiling dropshot v0.16.7
22722026-03-10T18:33:52.514Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22732026-03-10T18:33:52.568Z Compiling toml_writer v1.0.6+spec-1.1.0
22742026-03-10T18:33:52.752Z Compiling crucible-workspace-hack v0.1.0
22752026-03-10T18:33:52.772Z Compiling term v1.2.1
22762026-03-10T18:33:52.912Z Compiling typeid v1.0.3
22772026-03-10T18:33:52.928Z Compiling cfg_aliases v0.2.1
22782026-03-10T18:33:52.999Z Compiling take_mut v0.2.2
22792026-03-10T18:33:53.028Z Compiling nix v0.30.1
22802026-03-10T18:33:53.149Z Compiling slog-term v2.9.2
22812026-03-10T18:33:53.418Z Compiling test-strategy v0.4.5
22822026-03-10T18:33:53.421Z Compiling async-stream v0.3.6
22832026-03-10T18:33:53.516Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-10T18:33:53.786Z Compiling tokio-rustls v0.25.0
22852026-03-10T18:33:54.058Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-10T18:33:54.578Z Compiling num_enum v0.5.11
22872026-03-10T18:33:54.743Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-10T18:33:54.769Z Compiling slog-bunyan v2.5.0
22892026-03-10T18:33:54.896Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-03-10T18:33:54.915Z Compiling rand v0.10.0
22912026-03-10T18:33:55.058Z Compiling parse-display-derive v0.10.0
22922026-03-10T18:33:55.102Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22932026-03-10T18:33:55.181Z Compiling waitgroup v0.1.2
22942026-03-10T18:33:55.185Z Compiling rustls-pemfile v2.2.0
22952026-03-10T18:33:55.372Z Compiling dropshot_endpoint v0.16.7
22962026-03-10T18:33:55.392Z Compiling newtype-uuid-macros v0.1.0
22972026-03-10T18:33:55.548Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22982026-03-10T18:33:55.953Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22992026-03-10T18:33:56.090Z Compiling serde_path_to_error v0.1.20
23002026-03-10T18:33:56.308Z Compiling hostname v0.4.2
23012026-03-10T18:33:56.385Z Compiling instant v0.1.13
23022026-03-10T18:33:56.485Z Compiling erased-serde v0.4.9
23032026-03-10T18:33:56.529Z Compiling debug-ignore v1.0.5
23042026-03-10T18:33:56.546Z Compiling colored v3.1.1
23052026-03-10T18:33:56.673Z Compiling backoff v0.4.0
23062026-03-10T18:33:56.695Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23072026-03-10T18:33:57.045Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-03-10T18:33:57.063Z Compiling parse-display v0.10.0
23092026-03-10T18:33:57.241Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-10T18:33:57.408Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-03-10T18:33:57.915Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-10T18:33:58.251Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-10T18:33:58.839Z Compiling progenitor-client v0.13.0
23142026-03-10T18:33:58.856Z Compiling progenitor-client v0.10.0
23152026-03-10T18:33:59.042Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
23162026-03-10T18:33:59.139Z Compiling camino-tempfile v1.4.1
23172026-03-10T18:33:59.454Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-10T18:33:59.457Z Compiling backon v1.6.0
23192026-03-10T18:33:59.662Z Compiling regress v0.10.5
23202026-03-10T18:33:59.777Z Compiling secrecy v0.10.3
23212026-03-10T18:33:59.998Z Compiling num-derive v0.4.2
23222026-03-10T18:34:00.954Z Compiling sigpipe v0.1.3
23232026-03-10T18:34:01.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23242026-03-10T18:34:01.184Z Compiling glob v0.3.3
23252026-03-10T18:34:01.256Z Compiling libefi-sys v0.1.0
23262026-03-10T18:34:01.377Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23272026-03-10T18:34:01.563Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23282026-03-10T18:34:02.143Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23292026-03-10T18:34:02.271Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23302026-03-10T18:34:02.412Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-10T18:34:02.434Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
23322026-03-10T18:34:04.091Z Compiling usdt-attr-macro v0.5.0
23332026-03-10T18:34:04.412Z Compiling usdt-macro v0.5.0
23342026-03-10T18:34:05.035Z Compiling smf v0.2.3
23352026-03-10T18:34:05.277Z Compiling bitfield-struct v0.6.2
23362026-03-10T18:34:05.996Z Compiling ordered-float v2.10.1
23372026-03-10T18:34:06.077Z Compiling blake3 v1.8.3
23382026-03-10T18:34:06.199Z Compiling memmap v0.7.0
23392026-03-10T18:34:06.383Z Compiling whoami v1.6.1
23402026-03-10T18:34:06.500Z Compiling usdt v0.5.0
23412026-03-10T18:34:06.500Z Compiling serde-value v0.7.0
23422026-03-10T18:34:06.700Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-10T18:34:06.967Z Compiling serde-untagged v0.1.9
23442026-03-10T18:34:07.060Z Compiling toml v0.8.23
23452026-03-10T18:34:07.175Z Compiling filetime v0.2.27
23462026-03-10T18:34:07.308Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-10T18:34:07.314Z Compiling unicode-xid v0.2.6
23482026-03-10T18:34:07.383Z Compiling xattr v1.6.1
23492026-03-10T18:34:07.407Z Compiling arrayref v0.3.9
23502026-03-10T18:34:07.432Z Compiling arrayvec v0.7.6
23512026-03-10T18:34:07.448Z Compiling constant_time_eq v0.4.2
23522026-03-10T18:34:07.471Z Compiling same-file v1.0.6
23532026-03-10T18:34:07.507Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-10T18:34:07.633Z Compiling walkdir v2.5.0
23552026-03-10T18:34:07.685Z Compiling cargo-util-schemas v0.8.2
23562026-03-10T18:34:07.685Z Compiling tar v0.4.44
23572026-03-10T18:34:08.366Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-03-10T18:34:08.536Z Compiling tokio-dtrace v0.1.1
23592026-03-10T18:34:08.657Z Compiling gethostname v0.5.0
23602026-03-10T18:34:08.832Z Compiling cargo-platform v0.2.0
23612026-03-10T18:34:08.990Z Compiling topological-sort v0.2.2
23622026-03-10T18:34:09.187Z Compiling omicron-zone-package v0.12.2
23632026-03-10T18:34:09.208Z Compiling cargo_metadata v0.21.0
23642026-03-10T18:34:09.538Z Compiling oxide-tokio-rt v0.1.2
23652026-03-10T18:34:10.171Z Compiling indent_write v2.2.0
23662026-03-10T18:34:10.368Z Compiling shell-words v1.1.1
23672026-03-10T18:34:10.686Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-03-10T18:34:14.824Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-10T18:34:16.185Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23702026-03-10T18:34:17.937Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23712026-03-10T18:34:27.955Z Finished `release` profile [optimized] target(s) in 3m 12s
23722026-03-10T18:34:28.139Z Running `target/release/omicron-package -t test target create -p dev`
23732026-03-10T18:34:28.200ZLogging to: /work/oxidecomputer/omicron/out/LOG
23742026-03-10T18:34:28.203ZCreated new build target 'test' and set it as active
23752026-03-10T18:34:28.203Z
23762026-03-10T18:34:28.203Zreal 3:12.923105107
23772026-03-10T18:34:28.203Zuser 20:24.961378533
23782026-03-10T18:34:28.203Zsys 2:34.584240483
23792026-03-10T18:34:28.203Ztrap 0.522718517
23802026-03-10T18:34:28.204Ztflt 1.772975141
23812026-03-10T18:34:28.204Zdflt 0.908296147
23822026-03-10T18:34:28.204Zkflt 0.000091746
23832026-03-10T18:34:28.204Zlock 54:57.442863830
23842026-03-10T18:34:28.204Zslp 1:20:12.785215757
23852026-03-10T18:34:28.204Zlat 1:50.661576951
23862026-03-10T18:34:28.204Zstop 4:16.633431812
23872026-03-10T18:34:28.207Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23882026-03-10T18:34:29.353Z Finished `release` profile [optimized] target(s) in 1.08s
23892026-03-10T18:34:29.423Z Running `target/release/omicron-package -t test package`
23902026-03-10T18:34:29.476ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-03-10T18:34:31.272Z Compiling regress v0.10.5
23922026-03-10T18:34:31.275Z Compiling heck v0.5.0
23932026-03-10T18:34:31.275Z Compiling unsafe-libyaml v0.2.11
23942026-03-10T18:34:31.518Z Compiling convert_case v0.4.0
23952026-03-10T18:34:31.540Z Compiling half v2.7.1
23962026-03-10T18:34:31.540Z Compiling ciborium-io v0.2.2
23972026-03-10T18:34:31.543Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23982026-03-10T18:34:31.609Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
23992026-03-10T18:34:31.715Z Compiling typify-impl v0.6.1
24002026-03-10T18:34:31.946Z Compiling derive_more v0.99.20
24012026-03-10T18:34:32.061Z Compiling ciborium-ll v0.2.2
24022026-03-10T18:34:32.249Z Compiling serde_yaml v0.9.34+deprecated
24032026-03-10T18:34:32.385Z Compiling ciborium v0.2.2
24042026-03-10T18:34:32.431Z Compiling prettyplease v0.2.37
24052026-03-10T18:34:32.722Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
24062026-03-10T18:34:33.037Z Compiling universal-hash v0.5.1
24072026-03-10T18:34:33.238Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-10T18:34:33.521Z Compiling opaque-debug v0.3.1
24092026-03-10T18:34:33.808Z Compiling unicode-width v0.1.14
24102026-03-10T18:34:34.072Z Compiling poly1305 v0.8.0
24112026-03-10T18:34:34.221Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-03-10T18:34:34.246Z Compiling chacha20 v0.9.1
24132026-03-10T18:34:34.581Z Compiling password-hash v0.5.0
24142026-03-10T18:34:34.637Z Compiling thiserror-no-std v2.0.2
24152026-03-10T18:34:34.769Z Compiling blake2 v0.10.6
24162026-03-10T18:34:34.875Z Compiling aead v0.5.2
24172026-03-10T18:34:35.011Z Compiling is-terminal v0.4.17
24182026-03-10T18:34:35.140Z Compiling swrite v0.1.0
24192026-03-10T18:34:35.142Z Compiling argon2 v0.5.3
24202026-03-10T18:34:35.286Z Compiling chacha20poly1305 v0.10.1
24212026-03-10T18:34:35.439Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24222026-03-10T18:34:35.490Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
24232026-03-10T18:34:35.655Z Compiling vsss-rs v3.3.4
24242026-03-10T18:34:35.813Z Compiling serde_spanned v1.0.4
24252026-03-10T18:34:35.875Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-10T18:34:36.016Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-03-10T18:34:36.165Z Compiling toml v0.9.12+spec-1.1.0
24282026-03-10T18:34:36.460Z Compiling typify-impl v0.4.3
24292026-03-10T18:34:36.520Z Compiling bytecount v0.6.9
24302026-03-10T18:34:36.767Z Compiling rustls v0.22.4
24312026-03-10T18:34:36.801Z Compiling rustls-webpki v0.102.8
24322026-03-10T18:34:37.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24332026-03-10T18:34:37.814Z Compiling derive-where v1.6.0
24342026-03-10T18:34:37.896Z Compiling thread_local v1.1.9
24352026-03-10T18:34:38.200Z Compiling match_cfg v0.1.0
24362026-03-10T18:34:38.342Z Compiling hostname v0.3.1
24372026-03-10T18:34:38.761Z Compiling typify-macro v0.6.1
24382026-03-10T18:34:40.831Z Compiling typify v0.6.1
24392026-03-10T18:34:40.984Z Compiling progenitor-impl v0.13.0
24402026-03-10T18:34:41.095Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24412026-03-10T18:34:41.154Z Compiling multer v3.1.0
24422026-03-10T18:34:41.228Z Compiling slog-async v2.8.0
24432026-03-10T18:34:41.301Z Compiling slog-json v2.6.1
24442026-03-10T18:34:41.513Z Compiling typify-macro v0.4.3
24452026-03-10T18:34:41.565Z Compiling crossbeam-channel v0.5.15
24462026-03-10T18:34:42.169Z Compiling futures-executor v0.3.32
24472026-03-10T18:34:42.481Z Compiling term v1.2.1
24482026-03-10T18:34:42.656Z Compiling take_mut v0.2.2
24492026-03-10T18:34:43.159Z Compiling slog-term v2.9.2
24502026-03-10T18:34:43.372Z Compiling futures v0.3.32
24512026-03-10T18:34:43.491Z Compiling slog-bunyan v2.5.0
24522026-03-10T18:34:43.680Z Compiling tokio-rustls v0.25.0
24532026-03-10T18:34:43.845Z Compiling async-stream v0.3.6
24542026-03-10T18:34:43.985Z Compiling dropshot v0.16.7
24552026-03-10T18:34:44.056Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-03-10T18:34:44.080Z Compiling waitgroup v0.1.2
24572026-03-10T18:34:44.083Z Compiling progenitor-macro v0.13.0
24582026-03-10T18:34:44.083Z Compiling rustls-pemfile v2.2.0
24592026-03-10T18:34:44.257Z Compiling serde_path_to_error v0.1.20
24602026-03-10T18:34:44.288Z Compiling instant v0.1.13
24612026-03-10T18:34:44.379Z Compiling hostname v0.4.2
24622026-03-10T18:34:44.437Z Compiling debug-ignore v1.0.5
24632026-03-10T18:34:44.561Z Compiling backoff v0.4.0
24642026-03-10T18:34:44.591Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-03-10T18:34:44.823Z Compiling parse-display v0.10.0
24662026-03-10T18:34:45.171Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-03-10T18:34:45.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-10T18:34:45.347Z Compiling progenitor-client v0.13.0
24692026-03-10T18:34:45.736Z Compiling progenitor-client v0.10.0
24702026-03-10T18:34:46.059Z Compiling backon v1.6.0
24712026-03-10T18:34:46.131Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-10T18:34:46.332Z Compiling macaddr v1.0.1
24732026-03-10T18:34:46.654Z Compiling typify v0.4.3
24742026-03-10T18:34:46.805Z Compiling console v0.15.11
24752026-03-10T18:34:48.456Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24762026-03-10T18:34:49.937Z Compiling progenitor v0.13.0
24772026-03-10T18:34:50.156Z Compiling newline-converter v0.3.0
24782026-03-10T18:34:50.345Z Compiling atomicwrites v0.4.4
24792026-03-10T18:34:50.578Z Compiling num-rational v0.4.2
24802026-03-10T18:34:51.058Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24812026-03-10T18:34:51.489Z Compiling num-complex v0.4.6
24822026-03-10T18:34:52.170Z Compiling slog-dtrace v0.3.0
24832026-03-10T18:34:52.528Z Compiling num v0.4.3
24842026-03-10T18:34:52.641Z Compiling expectorate v1.2.0
24852026-03-10T18:34:52.821Z Compiling async-recursion v1.1.1
24862026-03-10T18:34:52.922Z Compiling cancel-safe-futures v0.1.5
24872026-03-10T18:34:53.224Z Compiling float-ord v0.3.2
24882026-03-10T18:34:53.390Z Compiling owo-colors v4.3.0
24892026-03-10T18:34:53.877Z Compiling libsw-core v0.3.2
24902026-03-10T18:34:54.149Z Compiling resolv-conf v0.7.6
24912026-03-10T18:34:54.772Z Compiling libsw v3.5.0
24922026-03-10T18:34:55.504Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-03-10T18:34:55.711Z Compiling toml v0.8.23
24942026-03-10T18:34:56.275Z Compiling linear-map v1.2.0
24952026-03-10T18:34:56.552Z Compiling linked-hash-map v0.5.6
24962026-03-10T18:34:56.630Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-03-10T18:34:56.851Z Compiling minimal-lexical v0.2.1
24982026-03-10T18:34:57.181Z Compiling nom v7.1.3
24992026-03-10T18:34:57.559Z Compiling lru-cache v0.1.2
25002026-03-10T18:34:59.015Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-03-10T18:35:00.687Z Compiling unicode-xid v0.2.6
25022026-03-10T18:35:00.858Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-03-10T18:35:00.949Z Compiling globset v0.4.18
25042026-03-10T18:35:01.271Z Compiling hickory-proto v0.24.4
25052026-03-10T18:35:04.544Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-03-10T18:35:06.763Z Compiling hickory-resolver v0.24.4
25072026-03-10T18:35:09.239Z Compiling progenitor-impl v0.11.2
25082026-03-10T18:35:09.629Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25092026-03-10T18:35:12.100Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25102026-03-10T18:35:12.326Z Compiling convert_case v0.10.0
25112026-03-10T18:35:12.700Z Compiling derive_more-impl v2.1.1
25122026-03-10T18:35:12.817Z Compiling progenitor-macro v0.11.2
25132026-03-10T18:35:13.761Z Compiling qorb v0.4.1
25142026-03-10T18:35:16.069Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-03-10T18:35:16.480Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25162026-03-10T18:35:17.771Z Compiling progenitor-client v0.11.2
25172026-03-10T18:35:18.142Z Compiling pin-project-internal v1.1.11
25182026-03-10T18:35:18.631Z Compiling progenitor v0.11.2
25192026-03-10T18:35:18.825Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-03-10T18:35:19.804Z Compiling pin-project v1.1.11
25212026-03-10T18:35:19.834Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-03-10T18:35:19.834Z Compiling derive_more v2.1.1
25232026-03-10T18:35:19.834Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25242026-03-10T18:35:19.891Z Compiling pem v3.0.6
25252026-03-10T18:35:19.922Z Compiling snafu-derive v0.8.9
25262026-03-10T18:35:20.088Z Compiling termtree v0.5.1
25272026-03-10T18:35:20.342Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25282026-03-10T18:35:20.500Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-03-10T18:35:20.800Z Compiling crossterm v0.29.0
25302026-03-10T18:35:21.001Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25312026-03-10T18:35:22.287Z Compiling snafu v0.8.9
25322026-03-10T18:35:23.197Z Compiling olpc-cjson v0.1.4
25332026-03-10T18:35:23.481Z Compiling phf_shared v0.12.1
25342026-03-10T18:35:23.807Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-03-10T18:35:24.348Z Compiling csv-core v0.1.13
25362026-03-10T18:35:24.490Z Compiling vte v0.14.1
25372026-03-10T18:35:24.759Z Compiling serde_plain v1.0.2
25382026-03-10T18:35:24.786Z Compiling highway v1.3.0
25392026-03-10T18:35:24.830Z Compiling typed-path v0.9.3
25402026-03-10T18:35:24.896Z Compiling chrono-tz v0.10.4
25412026-03-10T18:35:25.027Z Compiling strip-ansi-escapes v0.2.1
25422026-03-10T18:35:25.111Z Compiling csv v1.4.0
25432026-03-10T18:35:25.230Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-03-10T18:35:25.760Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-03-10T18:35:25.814Z Compiling phf v0.12.1
25462026-03-10T18:35:26.020Z Compiling const_format_proc_macros v0.2.34
25472026-03-10T18:35:26.047Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482026-03-10T18:35:27.507Z Compiling tough v0.20.0
25492026-03-10T18:35:27.551Z Compiling papergrid v0.11.0
25502026-03-10T18:35:27.551Z Compiling fd-lock v4.0.4
25512026-03-10T18:35:27.551Z Compiling peg-macros v0.8.5
25522026-03-10T18:35:28.756Z Compiling tabled_derive v0.7.0
25532026-03-10T18:35:29.294Z Compiling nu-ansi-term v0.50.3
25542026-03-10T18:35:29.980Z Compiling tabled v0.15.0
25552026-03-10T18:35:30.004Z Compiling reedline v0.40.0
25562026-03-10T18:35:30.299Z Compiling peg v0.8.5
25572026-03-10T18:35:30.411Z Compiling const_format v0.2.35
25582026-03-10T18:35:31.704Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-10T18:35:33.189Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-10T18:35:33.546Z Compiling bcs v0.1.6
25612026-03-10T18:35:34.080Z Compiling semver v0.1.20
25622026-03-10T18:35:34.438Z Compiling base64 v0.21.7
25632026-03-10T18:35:35.086Z Compiling rustc_version v0.1.7
25642026-03-10T18:35:35.360Z Compiling newtype_derive v0.1.6
25652026-03-10T18:35:35.650Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-10T18:35:35.966Z Compiling smawk v0.3.2
25672026-03-10T18:35:36.005Z Compiling humantime v2.3.0
25682026-03-10T18:35:36.198Z Compiling unicode-linebreak v0.1.5
25692026-03-10T18:35:36.533Z Compiling textwrap v0.16.2
25702026-03-10T18:35:36.604Z Compiling dropshot-api-manager-types v0.5.2
25712026-03-10T18:35:36.651Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-10T18:35:37.962Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-10T18:35:38.185Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25742026-03-10T18:35:38.571Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-10T18:35:38.609Z Compiling steno v0.4.1
25762026-03-10T18:35:38.845Z Compiling utf-8 v0.7.6
25772026-03-10T18:35:39.119Z Compiling tagptr v0.2.0
25782026-03-10T18:35:39.348Z Compiling moka v0.12.13
25792026-03-10T18:35:40.372Z Compiling tungstenite v0.21.0
25802026-03-10T18:35:41.186Z Compiling hickory-resolver v0.25.2
25812026-03-10T18:35:43.171Z Compiling tokio-tungstenite v0.21.0
25822026-03-10T18:35:43.612Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-03-10T18:35:43.636Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-03-10T18:35:43.805Z Compiling radium v0.7.0
25852026-03-10T18:35:44.158Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-03-10T18:35:44.242Z Compiling maybe-uninit v2.0.0
25872026-03-10T18:35:44.609Z Compiling tap v1.0.1
25882026-03-10T18:35:44.785Z Compiling wyz v0.5.1
25892026-03-10T18:35:45.557Z Compiling zerocopy-derive v0.6.6
25902026-03-10T18:35:46.611Z Compiling packed_struct v0.10.1
25912026-03-10T18:35:46.960Z Compiling display-error-chain v0.2.2
25922026-03-10T18:35:47.162Z Compiling funty v2.0.0
25932026-03-10T18:35:48.503Z Compiling crc-catalog v2.4.0
25942026-03-10T18:35:48.669Z Compiling crc v3.4.0
25952026-03-10T18:35:48.946Z Compiling bitvec v1.0.1
25962026-03-10T18:35:49.649Z Compiling zerocopy v0.6.6
25972026-03-10T18:35:49.804Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
25982026-03-10T18:35:50.384Z Compiling packed_struct_codegen v0.10.1
25992026-03-10T18:35:51.012Z Compiling bitfield-macros v0.19.4
26002026-03-10T18:35:51.487Z Compiling indexmap v1.9.3
26012026-03-10T18:35:51.751Z Compiling nodrop v0.1.14
26022026-03-10T18:35:51.895Z Compiling array-init v0.0.4
26032026-03-10T18:35:51.940Z Compiling bitfield v0.19.4
26042026-03-10T18:35:52.396Z Compiling smallvec v0.6.14
26052026-03-10T18:35:52.489Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26062026-03-10T18:35:52.731Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-10T18:35:53.394Z Compiling num-derive v0.3.3
26082026-03-10T18:35:54.035Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-10T18:35:54.060Z Compiling hashbrown v0.12.3
26102026-03-10T18:35:54.566Z Compiling proc-macro-error2 v2.0.1
26112026-03-10T18:35:54.610Z Compiling libscf-sys v1.1.0
26122026-03-10T18:35:54.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-10T18:35:54.984Z Compiling serde-hex v0.1.0
26142026-03-10T18:35:54.987Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-10T18:35:55.287Z Compiling ron v0.8.1
26162026-03-10T18:35:55.510Z Compiling nix v0.31.1
26172026-03-10T18:35:56.027Z Compiling hashbrown v0.13.2
26182026-03-10T18:35:56.453Z Compiling vergen-gitcl v1.0.8
26192026-03-10T18:35:56.736Z Compiling dirs-sys-next v0.1.2
26202026-03-10T18:35:56.838Z Compiling glob v0.3.3
26212026-03-10T18:35:57.062Z Compiling maplit v1.0.2
26222026-03-10T18:35:57.196Z Compiling crunchy v0.2.4
26232026-03-10T18:35:57.315Z Compiling crc-any v2.5.0
26242026-03-10T18:35:57.582Z Compiling clang-sys v1.8.1
26252026-03-10T18:35:57.851Z Compiling dirs-next v2.0.0
26262026-03-10T18:35:57.895Z Compiling object v0.30.4
26272026-03-10T18:35:58.056Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-10T18:35:58.117Z Compiling tabled_derive v0.11.0
26292026-03-10T18:35:58.422Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-10T18:35:58.920Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-10T18:35:59.334Z Compiling papergrid v0.17.0
26322026-03-10T18:35:59.553Z Compiling testing_table v0.3.0
26332026-03-10T18:36:00.062Z Compiling dsl_auto_type v0.1.3
26342026-03-10T18:36:00.826Z Compiling scheduled-thread-pool v0.2.7
26352026-03-10T18:36:01.622Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-03-10T18:36:04.666Z Compiling diesel_table_macro_syntax v0.2.0
26372026-03-10T18:36:04.930Z Compiling tiny-keccak v2.0.2
26382026-03-10T18:36:05.203Z Compiling path-slash v0.1.5
26392026-03-10T18:36:05.453Z Compiling diesel_derives v2.2.7
26402026-03-10T18:36:06.857Z Compiling r2d2 v0.8.10
26412026-03-10T18:36:07.211Z Compiling tabled v0.20.0
26422026-03-10T18:36:10.823Z Compiling term v0.7.0
26432026-03-10T18:36:10.978Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-10T18:36:11.756Z Compiling arc-swap v1.8.2
26452026-03-10T18:36:11.771Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-10T18:36:11.792Z Compiling xshell-macros v0.2.7
26472026-03-10T18:36:11.856Z Compiling bit-vec v0.6.3
26482026-03-10T18:36:12.157Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26492026-03-10T18:36:12.282Z Compiling xshell v0.2.7
26502026-03-10T18:36:12.906Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-10T18:36:13.968Z Compiling bit-set v0.5.3
26522026-03-10T18:36:14.268Z Compiling slog-scope v4.4.1
26532026-03-10T18:36:14.780Z Compiling ascii-canvas v3.0.0
26542026-03-10T18:36:15.398Z Compiling diesel v2.2.12
26552026-03-10T18:36:17.258Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-10T18:36:17.814Z Compiling itertools v0.10.5
26572026-03-10T18:36:17.950Z Compiling ena v0.14.4
26582026-03-10T18:36:18.249Z Compiling libloading v0.8.9
26592026-03-10T18:36:18.547Z Compiling regex-syntax v0.6.29
26602026-03-10T18:36:18.705Z Compiling unicase v2.9.0
26612026-03-10T18:36:19.074Z Compiling bindgen v0.71.1
26622026-03-10T18:36:19.279Z Compiling diff v0.1.13
26632026-03-10T18:36:19.603Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-10T18:36:20.061Z Compiling slog-stdlog v4.1.1
26652026-03-10T18:36:20.619Z Compiling lalrpop v0.19.12
26662026-03-10T18:36:21.204Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-10T18:36:22.848Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-10T18:36:23.436Z Compiling cexpr v0.6.0
26692026-03-10T18:36:23.517Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-10T18:36:23.575Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-03-10T18:36:23.780Z Compiling crc8 v0.1.1
26722026-03-10T18:36:23.837Z Compiling slog-envlogger v2.2.0
26732026-03-10T18:36:24.059Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-03-10T18:36:24.268Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-10T18:36:24.342Z Compiling headers-core v0.3.0
26762026-03-10T18:36:24.512Z Compiling libxml v0.3.3
26772026-03-10T18:36:24.869Z Compiling headers v0.4.1
26782026-03-10T18:36:24.889Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-03-10T18:36:25.376Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-03-10T18:36:25.657Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-03-10T18:36:26.211Z Compiling strum_macros v0.24.3
26822026-03-10T18:36:26.528Z Compiling indoc v1.0.9
26832026-03-10T18:36:27.096Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-10T18:36:27.382Z Compiling progenitor-impl v0.10.0
26852026-03-10T18:36:27.960Z Compiling derive_builder v0.20.2
26862026-03-10T18:36:28.151Z Compiling oso-derive v0.27.3
26872026-03-10T18:36:28.821Z Compiling quick-xml v0.37.5
26882026-03-10T18:36:29.534Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-10T18:36:30.459Z Compiling half v1.8.3
26902026-03-10T18:36:30.790Z Compiling samael v0.0.19
26912026-03-10T18:36:31.036Z Compiling openssl-probe v0.1.6
26922026-03-10T18:36:31.320Z Compiling serde_cbor v0.11.2
26932026-03-10T18:36:31.402Z Compiling progenitor-macro v0.10.0
26942026-03-10T18:36:31.796Z Compiling polar-core v0.27.3
26952026-03-10T18:36:32.299Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-10T18:36:32.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-03-10T18:36:33.216Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-03-10T18:36:35.728Z Compiling diesel-dtrace v0.4.2
26992026-03-10T18:36:36.100Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27002026-03-10T18:36:36.390Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27012026-03-10T18:36:38.145Z Compiling progenitor v0.10.0
27022026-03-10T18:36:38.346Z Compiling bb8 v0.8.6
27032026-03-10T18:36:38.809Z Compiling trait-variant v0.1.2
27042026-03-10T18:36:39.590Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-10T18:36:41.192Z Compiling async-bb8-diesel v0.2.1
27062026-03-10T18:36:42.175Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-03-10T18:36:42.962Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27082026-03-10T18:36:43.361Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-03-10T18:36:44.885Z Compiling oso v0.27.3
27102026-03-10T18:36:45.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27112026-03-10T18:36:45.418Z Compiling fxhash v0.2.1
27122026-03-10T18:36:45.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27132026-03-10T18:36:45.978Z Compiling kstat-rs v0.2.4
27142026-03-10T18:36:46.560Z Compiling libz-sys v1.1.24
27152026-03-10T18:36:47.073Z Compiling salty v0.3.0
27162026-03-10T18:36:47.474Z Compiling nonempty v0.12.0
27172026-03-10T18:36:47.642Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-03-10T18:36:48.108Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-03-10T18:36:52.275Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-03-10T18:36:53.334Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27212026-03-10T18:36:56.167Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27222026-03-10T18:36:58.934Z Compiling darling_core v0.23.0
27232026-03-10T18:37:00.245Z Compiling nanorand v0.7.0
27242026-03-10T18:37:00.676Z Compiling fs-err v2.11.0
27252026-03-10T18:37:00.978Z Compiling parking_lot_core v0.8.6
27262026-03-10T18:37:01.007Z Compiling mime_guess v2.0.5
27272026-03-10T18:37:01.537Z Compiling flume v0.11.1
27282026-03-10T18:37:01.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27292026-03-10T18:37:02.050Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-10T18:37:02.053Z Compiling darling_macro v0.23.0
27312026-03-10T18:37:03.951Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-10T18:37:03.978Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-03-10T18:37:04.912Z Compiling git-stub v1.0.0
27342026-03-10T18:37:05.245Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-10T18:37:06.373Z Compiling instability v0.3.11
27362026-03-10T18:37:06.715Z Compiling git-stub-vcs v0.1.0
27372026-03-10T18:37:07.173Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-10T18:37:10.485Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-03-10T18:37:16.122Z Compiling darling v0.23.0
27402026-03-10T18:37:17.484Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-03-10T18:37:19.089Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-03-10T18:37:19.359Z Compiling ignore v0.4.25
27432026-03-10T18:37:21.593Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-10T18:37:23.111Z Compiling primeorder v0.13.6
27452026-03-10T18:37:23.499Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-03-10T18:37:23.525Z Compiling castaway v0.2.4
27472026-03-10T18:37:23.707Z Compiling nibble_vec v0.1.0
27482026-03-10T18:37:23.921Z Compiling atty v0.2.14
27492026-03-10T18:37:24.110Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-10T18:37:24.401Z Compiling indoc v2.0.7
27512026-03-10T18:37:24.886Z Compiling endian-type v0.1.2
27522026-03-10T18:37:24.962Z Compiling parse-size v1.1.0
27532026-03-10T18:37:25.090Z Compiling http-range v0.1.5
27542026-03-10T18:37:25.226Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-10T18:37:25.351Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-10T18:37:25.374Z Compiling radix_trie v0.2.1
27572026-03-10T18:37:25.551Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-10T18:37:25.768Z Compiling compact_str v0.8.1
27592026-03-10T18:37:25.933Z Compiling p384 v0.13.1
27602026-03-10T18:37:26.370Z Compiling globwalk v0.9.1
27612026-03-10T18:37:27.187Z Compiling parking_lot v0.11.2
27622026-03-10T18:37:28.164Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-03-10T18:37:28.321Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-03-10T18:37:28.642Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-03-10T18:37:28.902Z Compiling predicates-tree v1.0.13
27662026-03-10T18:37:29.467Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-03-10T18:37:29.850Z Compiling unicode-truncate v1.1.0
27682026-03-10T18:37:30.089Z Compiling lru v0.12.5
27692026-03-10T18:37:30.357Z Compiling prefix-trie v0.7.0
27702026-03-10T18:37:30.967Z Compiling vergen-git2 v1.0.7
27712026-03-10T18:37:31.111Z Compiling cassowary v0.3.0
27722026-03-10T18:37:31.290Z Compiling hickory-server v0.25.2
27732026-03-10T18:37:31.314Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-03-10T18:37:33.075Z Compiling ratatui v0.29.0
27752026-03-10T18:37:33.473Z Compiling camino-tempfile-ext v0.3.3
27762026-03-10T18:37:34.943Z Compiling hyper-staticfile v0.10.1
27772026-03-10T18:37:36.420Z Compiling sled v0.34.7
27782026-03-10T18:37:37.339Z Compiling git2 v0.20.4
27792026-03-10T18:37:37.801Z Compiling hickory-client v0.25.2
27802026-03-10T18:37:39.283Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27812026-03-10T18:37:40.071Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27822026-03-10T18:37:40.790Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-03-10T18:37:41.734Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27842026-03-10T18:37:41.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27852026-03-10T18:37:42.838Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-03-10T18:37:43.638Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-03-10T18:37:44.336Z Compiling rand_seeder v0.4.0
27882026-03-10T18:37:44.630Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-03-10T18:37:44.937Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-10T18:37:45.137Z Compiling lzma-sys v0.1.20
27912026-03-10T18:37:45.515Z Compiling rustls v0.21.12
27922026-03-10T18:37:45.703Z Compiling corncobs v0.1.4
27932026-03-10T18:37:45.791Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-03-10T18:37:45.993Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-10T18:37:46.243Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27962026-03-10T18:37:46.895Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-03-10T18:37:47.133Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-10T18:37:47.171Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-03-10T18:37:47.459Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-10T18:37:48.264Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-10T18:37:54.976Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-10T18:37:55.060Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-03-10T18:37:55.361Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-03-10T18:37:58.911Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-03-10T18:37:59.223Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-10T18:37:59.482Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-03-10T18:37:59.537Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-10T18:37:59.772Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-10T18:37:59.821Z Compiling cargo_toml v0.22.3
28102026-03-10T18:38:03.219Z Compiling nix v0.29.0
28112026-03-10T18:38:03.757Z Compiling rustls-webpki v0.101.7
28122026-03-10T18:38:04.406Z Compiling sct v0.7.1
28132026-03-10T18:38:04.734Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28142026-03-10T18:38:05.531Z Compiling secrecy v0.8.0
28152026-03-10T18:38:05.767Z Compiling void v1.0.2
28162026-03-10T18:38:05.910Z Compiling lzss v0.8.2
28172026-03-10T18:38:06.151Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28182026-03-10T18:38:06.776Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28192026-03-10T18:38:07.828Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-10T18:38:09.990Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-10T18:38:12.891Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-10T18:38:13.818Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-03-10T18:38:14.558Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-10T18:38:15.807Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-10T18:38:16.375Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-10T18:38:16.771Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-10T18:38:17.056Z Compiling tungstenite v0.23.0
28282026-03-10T18:38:19.740Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-10T18:38:20.022Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-10T18:38:20.088Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-03-10T18:38:20.309Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-10T18:38:20.366Z Compiling nix v0.27.1
28332026-03-10T18:38:20.583Z Compiling serde_bytes v0.11.19
28342026-03-10T18:38:21.130Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28352026-03-10T18:38:21.526Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-10T18:38:21.987Z Compiling tokio-tungstenite v0.23.1
28372026-03-10T18:38:22.215Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-10T18:38:22.437Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-03-10T18:38:25.128Z Compiling ron v0.12.0
28402026-03-10T18:38:27.400Z Compiling xz2 v0.1.7
28412026-03-10T18:38:27.823Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-10T18:38:30.283Z Compiling tokio-rustls v0.24.1
28432026-03-10T18:38:30.618Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28442026-03-10T18:38:32.846Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-10T18:38:36.253Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-10T18:38:42.464Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
28472026-03-10T18:38:44.436Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-10T18:38:46.802Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-10T18:38:48.950Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-10T18:38:50.065Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-10T18:38:50.098Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-03-10T18:38:53.331Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-10T18:38:53.427Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-10T18:38:57.511Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-10T18:38:58.254Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-10T18:38:58.322Z Compiling rustls-pemfile v1.0.4
28572026-03-10T18:38:58.812Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-10T18:39:00.609Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-10T18:39:00.927Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-10T18:39:03.473Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-10T18:39:04.455Z Compiling signal-hook-tokio v0.3.1
28622026-03-10T18:39:04.563Z Compiling yasna v0.5.2
28632026-03-10T18:39:04.668Z Compiling twox-hash v2.1.2
28642026-03-10T18:39:05.331Z Compiling is_ci v1.2.0
28652026-03-10T18:39:05.584Z Compiling base16ct v1.0.0
28662026-03-10T18:39:05.609Z Compiling supports-color v3.0.2
28672026-03-10T18:39:05.945Z Compiling rcgen v0.12.1
28682026-03-10T18:39:07.198Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-10T18:39:11.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-10T18:39:16.191Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-10T18:39:21.763Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-10T18:39:30.723Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-10T18:39:30.955Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-10T18:39:35.826Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-10T18:39:37.205Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-10T18:39:45.446Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-10T18:39:46.834Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-10T18:39:47.129Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-10T18:39:47.425Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-03-10T18:39:47.451Z Compiling progenitor-extras v0.1.0
28812026-03-10T18:39:47.809Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-10T18:39:48.064Z Compiling fatfs v0.3.6
28832026-03-10T18:39:49.661Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-10T18:39:50.479Z Compiling rtoolbox v0.0.3
28852026-03-10T18:39:50.802Z Compiling subprocess v0.2.15
28862026-03-10T18:39:53.541Z Compiling assert_matches v1.5.0
28872026-03-10T18:39:53.669Z Compiling seq-macro v0.3.6
28882026-03-10T18:39:54.701Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-10T18:39:58.798Z Compiling rpassword v7.4.0
28902026-03-10T18:39:59.155Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-10T18:40:01.463Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-10T18:40:11.457Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-10T18:40:11.616Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-10T18:40:14.718Z Compiling tui-tree-widget v0.23.1
28952026-03-10T18:40:15.080Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-10T18:40:16.604Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-10T18:40:17.271Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-10T18:40:20.617Z Compiling uzers v0.12.2
28992026-03-10T18:40:21.063Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-10T18:40:22.486Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-10T18:40:26.081Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-10T18:40:37.543Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-10T18:40:45.559Z Compiling support-bundle-viewer v0.1.2
29042026-03-10T18:40:48.039Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-03-10T18:40:49.877Z Compiling multimap v0.10.1
29062026-03-10T18:42:01.508Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-10T18:42:12.417Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-10T18:48:58.611Z Finished `release` profile [optimized] target(s) in 14m 28s
29092026-03-10T18:49:52.605Z
29102026-03-10T18:49:52.608Zreal 15:24.249144007
29112026-03-10T18:49:52.608Zuser 1:44:41.422390381
29122026-03-10T18:49:52.608Zsys 3:36.373330207
29132026-03-10T18:49:52.608Ztrap 2.349907781
29142026-03-10T18:49:52.608Ztflt 2.346056442
29152026-03-10T18:49:52.608Zdflt 5.738610359
29162026-03-10T18:49:52.608Zkflt 0.007974357
29172026-03-10T18:49:52.608Zlock 6:59:59.829106841
29182026-03-10T18:49:52.608Zslp 4:56:18.481579133
29192026-03-10T18:49:52.608Zlat 3:46.010817112
29202026-03-10T18:49:52.608Zstop 3:49.591212080
29212026-03-10T18:49:52.608Z+ mapfile -t packages
29222026-03-10T18:49:52.608Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-10T18:49:53.846Z Finished `release` profile [optimized] target(s) in 1.17s
29242026-03-10T18:49:53.916Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-10T18:49:53.976ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-10T18:49:53.979Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-10T18:49:54.736Z Compiling libc v0.2.180
29282026-03-10T18:49:54.736Z Compiling serde v1.0.228
29292026-03-10T18:49:54.739Z Compiling serde_core v1.0.228
29302026-03-10T18:49:54.739Z Compiling syn v2.0.117
29312026-03-10T18:49:54.840Z Compiling rustix v1.1.3
29322026-03-10T18:49:54.895Z Compiling bitflags v2.11.0
29332026-03-10T18:49:54.898Z Compiling serde_json v1.0.149
29342026-03-10T18:49:55.207Z Compiling num-traits v0.2.19
29352026-03-10T18:49:55.290Z Compiling smallvec v1.15.1
29362026-03-10T18:49:55.470Z Compiling hashbrown v0.16.1
29372026-03-10T18:49:55.638Z Compiling usdt-impl v0.5.0
29382026-03-10T18:49:55.651Z Compiling syn v1.0.109
29392026-03-10T18:49:56.029Z Compiling errno v0.3.14
29402026-03-10T18:49:56.109Z Compiling thread-id v4.2.2
29412026-03-10T18:49:56.221Z Compiling log v0.4.29
29422026-03-10T18:49:56.242Z Compiling getrandom v0.4.1
29432026-03-10T18:49:56.398Z Compiling indexmap v2.13.0
29442026-03-10T18:49:56.523Z Compiling percent-encoding v2.3.2
29452026-03-10T18:49:56.879Z Compiling form_urlencoded v1.2.2
29462026-03-10T18:49:57.234Z Compiling ordered-float v2.10.1
29472026-03-10T18:49:57.626Z Compiling terminal_size v0.4.3
29482026-03-10T18:49:57.640Z Compiling fs-err v3.3.0
29492026-03-10T18:49:57.825Z Compiling anyhow v1.0.102
29502026-03-10T18:49:58.036Z Compiling heck v0.4.1
29512026-03-10T18:49:58.243Z Compiling proc-macro-error v1.0.4
29522026-03-10T18:49:58.313Z Compiling once_cell v1.21.3
29532026-03-10T18:49:58.609Z Compiling tempfile v3.25.0
29542026-03-10T18:49:58.739Z Compiling synstructure v0.13.2
29552026-03-10T18:49:58.947Z Compiling pest_generator v2.8.6
29562026-03-10T18:49:58.961Z Compiling clap_builder v4.5.60
29572026-03-10T18:49:59.258Z Compiling tabled_derive v0.7.0
29582026-03-10T18:49:59.417Z Compiling memmap v0.7.0
29592026-03-10T18:49:59.471Z Compiling textwrap v0.16.2
29602026-03-10T18:49:59.834Z Compiling camino-tempfile v1.4.1
29612026-03-10T18:50:00.394Z Compiling tabled v0.15.0
29622026-03-10T18:50:00.603Z Compiling serde_derive v1.0.228
29632026-03-10T18:50:00.713Z Compiling zerofrom-derive v0.1.6
29642026-03-10T18:50:00.729Z Compiling yoke-derive v0.8.1
29652026-03-10T18:50:00.742Z Compiling zerovec-derive v0.11.2
29662026-03-10T18:50:00.784Z Compiling displaydoc v0.2.5
29672026-03-10T18:50:01.691Z Compiling thiserror-impl v1.0.69
29682026-03-10T18:50:02.060Z Compiling zerocopy-derive v0.7.35
29692026-03-10T18:50:02.182Z Compiling pest_derive v2.8.6
29702026-03-10T18:50:02.321Z Compiling zerofrom v0.1.6
29712026-03-10T18:50:02.506Z Compiling yoke v0.8.1
29722026-03-10T18:50:02.713Z Compiling scroll_derive v0.12.1
29732026-03-10T18:50:02.780Z Compiling zerovec v0.11.5
29742026-03-10T18:50:03.151Z Compiling zerotrie v0.2.3
29752026-03-10T18:50:03.233Z Compiling thiserror v1.0.69
29762026-03-10T18:50:03.381Z Compiling zerocopy v0.7.35
29772026-03-10T18:50:03.587Z Compiling tinystr v0.8.2
29782026-03-10T18:50:03.616Z Compiling potential_utf v0.1.4
29792026-03-10T18:50:03.750Z Compiling scroll v0.12.0
29802026-03-10T18:50:03.885Z Compiling icu_locale_core v2.1.1
29812026-03-10T18:50:03.936Z Compiling icu_collections v2.1.1
29822026-03-10T18:50:04.185Z Compiling dtrace-parser v0.2.0
29832026-03-10T18:50:04.898Z Compiling icu_provider v2.1.1
29842026-03-10T18:50:05.063Z Compiling serde_spanned v0.6.9
29852026-03-10T18:50:05.117Z Compiling toml_datetime v0.6.11
29862026-03-10T18:50:05.132Z Compiling dof v0.3.0
29872026-03-10T18:50:05.280Z Compiling icu_normalizer v2.1.1
29882026-03-10T18:50:05.453Z Compiling icu_properties v2.1.2
29892026-03-10T18:50:05.629Z Compiling toml_edit v0.22.27
29902026-03-10T18:50:06.397Z Compiling serde_tokenstream v0.2.3
29912026-03-10T18:50:06.797Z Compiling idna_adapter v1.2.1
29922026-03-10T18:50:06.867Z Compiling goblin v0.8.2
29932026-03-10T18:50:06.992Z Compiling idna v1.1.0
29942026-03-10T18:50:07.584Z Compiling thiserror-impl v2.0.18
29952026-03-10T18:50:08.017Z Compiling toml v0.8.23
29962026-03-10T18:50:09.291Z Compiling thiserror v2.0.18
29972026-03-10T18:50:09.450Z Compiling url v2.5.8
29982026-03-10T18:50:09.703Z Compiling serde-value v0.7.0
29992026-03-10T18:50:11.175Z Compiling cargo-util-schemas v0.8.2
30002026-03-10T18:50:12.521Z Compiling usdt-macro v0.5.0
30012026-03-10T18:50:13.343Z Compiling usdt-attr-macro v0.5.0
30022026-03-10T18:50:13.744Z Compiling cargo-platform v0.2.0
30032026-03-10T18:50:14.234Z Compiling clap_derive v4.5.55
30042026-03-10T18:50:14.250Z Compiling usdt v0.5.0
30052026-03-10T18:50:14.267Z Compiling cargo_metadata v0.21.0
30062026-03-10T18:50:14.504Z Compiling cargo_toml v0.21.0
30072026-03-10T18:50:15.075Z Compiling macaddr v1.0.1
30082026-03-10T18:50:16.490Z Compiling clap v4.5.60
30092026-03-10T18:50:22.009Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-10T18:50:26.019Z Finished `release` profile [optimized] target(s) in 31.96s
30112026-03-10T18:50:26.159Z
30122026-03-10T18:50:26.165Zreal 32.136865982
30132026-03-10T18:50:26.165Zuser 3:10.923390938
30142026-03-10T18:50:26.165Zsys 19.869434304
30152026-03-10T18:50:26.165Ztrap 0.100320923
30162026-03-10T18:50:26.165Ztflt 0.256049912
30172026-03-10T18:50:26.165Zdflt 0.255014269
30182026-03-10T18:50:26.165Zkflt 0.000015838
30192026-03-10T18:50:26.166Zlock 9:11.044567180
30202026-03-10T18:50:26.166Zslp 10:47.933373346
30212026-03-10T18:50:26.166Zlat 18.486324746
30222026-03-10T18:50:26.166Zstop 26.484725761
30232026-03-10T18:50:26.166Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-10T18:50:26.166Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-10T18:50:26.166Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-10T18:50:26.166Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-10T18:50:26.166Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-10T18:50:27.428Z Compiling regress v0.10.5
30292026-03-10T18:50:27.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-10T18:50:27.592Z Compiling serde_spanned v1.0.4
30312026-03-10T18:50:27.592Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-10T18:50:27.617Z Compiling structmeta-derive v0.3.0
30332026-03-10T18:50:27.634Z Compiling rustls v0.22.4
30342026-03-10T18:50:27.656Z Compiling rustls-webpki v0.102.8
30352026-03-10T18:50:27.659Z Compiling newtype-uuid-macros v0.1.0
30362026-03-10T18:50:27.798Z Compiling multer v3.1.0
30372026-03-10T18:50:27.902Z Compiling toml v0.9.12+spec-1.1.0
30382026-03-10T18:50:27.965Z Compiling match_cfg v0.1.0
30392026-03-10T18:50:28.051Z Compiling debug-ignore v1.0.5
30402026-03-10T18:50:28.066Z Compiling hostname v0.3.1
30412026-03-10T18:50:28.131Z Compiling slog-json v2.6.1
30422026-03-10T18:50:28.191Z Compiling async-stream-impl v0.3.6
30432026-03-10T18:50:28.391Z Compiling dropshot v0.16.7
30442026-03-10T18:50:28.738Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-10T18:50:28.790Z Compiling slog-bunyan v2.5.0
30462026-03-10T18:50:28.960Z Compiling progenitor-client v0.13.0
30472026-03-10T18:50:29.055Z Compiling async-stream v0.3.6
30482026-03-10T18:50:29.178Z Compiling structmeta v0.3.0
30492026-03-10T18:50:29.291Z Compiling itertools v0.14.0
30502026-03-10T18:50:29.397Z Compiling waitgroup v0.1.2
30512026-03-10T18:50:29.437Z Compiling rustls-pemfile v2.2.0
30522026-03-10T18:50:29.472Z Compiling dropshot_endpoint v0.16.7
30532026-03-10T18:50:29.575Z Compiling serde_path_to_error v0.1.20
30542026-03-10T18:50:29.587Z Compiling hostname v0.4.2
30552026-03-10T18:50:29.693Z Compiling derive-ex v0.1.8
30562026-03-10T18:50:29.774Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-03-10T18:50:29.799Z Compiling macaddr v1.0.1
30582026-03-10T18:50:30.040Z Compiling progenitor-client v0.10.0
30592026-03-10T18:50:30.069Z Compiling instant v0.1.13
30602026-03-10T18:50:30.101Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-03-10T18:50:30.242Z Compiling parse-display-derive v0.10.0
30622026-03-10T18:50:30.419Z Compiling backoff v0.4.0
30632026-03-10T18:50:30.661Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-03-10T18:50:30.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-03-10T18:50:30.835Z Compiling tokio-rustls v0.25.0
30662026-03-10T18:50:31.023Z Compiling backon v1.6.0
30672026-03-10T18:50:31.142Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-03-10T18:50:31.430Z Compiling crucible-workspace-hack v0.1.0
30692026-03-10T18:50:31.464Z Compiling cfg_aliases v0.2.1
30702026-03-10T18:50:31.464Z Compiling toml_edit v0.23.10+spec-1.0.0
30712026-03-10T18:50:31.638Z Compiling heapless v0.8.0
30722026-03-10T18:50:31.932Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-03-10T18:50:32.078Z Compiling test-strategy v0.4.5
30742026-03-10T18:50:32.263Z Compiling proc-macro-crate v3.4.0
30752026-03-10T18:50:32.284Z Compiling ingot-macros v0.1.1
30762026-03-10T18:50:32.380Z Compiling hash32 v0.3.1
30772026-03-10T18:50:32.557Z Compiling parse-display v0.10.0
30782026-03-10T18:50:32.593Z Compiling memoffset v0.9.1
30792026-03-10T18:50:32.871Z Compiling smoltcp v0.11.0
30802026-03-10T18:50:32.934Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-03-10T18:50:33.043Z Compiling num_enum_derive v0.7.5
30822026-03-10T18:50:33.107Z Compiling tabwriter v1.4.1
30832026-03-10T18:50:33.225Z Compiling cobs v0.3.0
30842026-03-10T18:50:33.385Z Compiling foreign-types-macros v0.2.3
30852026-03-10T18:50:33.406Z Compiling cpufeatures v0.3.0
30862026-03-10T18:50:33.487Z Compiling unsafe-libyaml v0.2.11
30872026-03-10T18:50:33.541Z Compiling foreign-types-shared v0.3.1
30882026-03-10T18:50:33.696Z Compiling chacha20 v0.10.0
30892026-03-10T18:50:34.182Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30902026-03-10T18:50:34.196Z Compiling postcard v1.1.3
30912026-03-10T18:50:34.275Z Compiling foreign-types v0.5.0
30922026-03-10T18:50:34.433Z Compiling serde_yaml v0.9.34+deprecated
30932026-03-10T18:50:34.629Z Compiling num_enum v0.7.5
30942026-03-10T18:50:34.770Z Compiling proc-macro-crate v1.3.1
30952026-03-10T18:50:34.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30962026-03-10T18:50:34.884Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-10T18:50:34.947Z Compiling secrecy v0.10.3
30982026-03-10T18:50:35.148Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-10T18:50:35.293Z Compiling cstr-argument v0.1.2
31002026-03-10T18:50:35.354Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-10T18:50:35.546Z Compiling colored v3.1.1
31022026-03-10T18:50:35.551Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-10T18:50:35.552Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-10T18:50:35.638Z Compiling num_enum_derive v0.5.11
31052026-03-10T18:50:35.686Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31062026-03-10T18:50:35.837Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-03-10T18:50:35.888Z Compiling rand v0.10.0
31082026-03-10T18:50:35.960Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31092026-03-10T18:50:36.267Z Compiling nix v0.30.1
31102026-03-10T18:50:36.295Z Compiling ingot-types v0.1.2
31112026-03-10T18:50:36.477Z Compiling camino-tempfile v1.4.1
31122026-03-10T18:50:36.581Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-10T18:50:36.795Z Compiling ingot v0.1.1
31142026-03-10T18:50:36.904Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-10T18:50:37.015Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
31162026-03-10T18:50:37.070Z Compiling smf v0.2.3
31172026-03-10T18:50:37.122Z Compiling num_enum v0.5.11
31182026-03-10T18:50:37.169Z Compiling num-derive v0.4.2
31192026-03-10T18:50:37.278Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31202026-03-10T18:50:37.310Z Compiling sigpipe v0.1.3
31212026-03-10T18:50:37.441Z Compiling glob v0.3.3
31222026-03-10T18:50:37.689Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-03-10T18:50:37.799Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31242026-03-10T18:50:38.010Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
31252026-03-10T18:50:38.333Z Compiling whoami v1.6.1
31262026-03-10T18:50:38.528Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31272026-03-10T18:50:38.640Z Compiling toml v0.8.23
31282026-03-10T18:50:38.733Z Compiling convert_case v0.4.0
31292026-03-10T18:50:38.977Z Compiling universal-hash v0.5.1
31302026-03-10T18:50:39.023Z Compiling opaque-debug v0.3.1
31312026-03-10T18:50:39.133Z Compiling half v2.7.1
31322026-03-10T18:50:39.163Z Compiling ciborium-io v0.2.2
31332026-03-10T18:50:39.322Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-03-10T18:50:39.329Z Compiling derive_more v0.99.20
31352026-03-10T18:50:39.571Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31362026-03-10T18:50:39.591Z Compiling ciborium-ll v0.2.2
31372026-03-10T18:50:39.617Z Compiling typify-impl v0.6.1
31382026-03-10T18:50:39.667Z Compiling aead v0.5.2
31392026-03-10T18:50:39.909Z Compiling ciborium v0.2.2
31402026-03-10T18:50:39.945Z Compiling poly1305 v0.8.0
31412026-03-10T18:50:39.975Z Compiling chacha20 v0.9.1
31422026-03-10T18:50:40.196Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
31432026-03-10T18:50:40.322Z Compiling typify-impl v0.4.3
31442026-03-10T18:50:40.608Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
31452026-03-10T18:50:40.713Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-10T18:50:41.134Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-10T18:50:41.582Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31482026-03-10T18:50:42.387Z Compiling thiserror-no-std v2.0.2
31492026-03-10T18:50:42.528Z Compiling num-rational v0.4.2
31502026-03-10T18:50:42.982Z Compiling password-hash v0.5.0
31512026-03-10T18:50:43.342Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31522026-03-10T18:50:43.390Z Compiling blake2 v0.10.6
31532026-03-10T18:50:43.478Z Compiling num-complex v0.4.6
31542026-03-10T18:50:43.571Z Compiling prettyplease v0.2.37
31552026-03-10T18:50:43.962Z Compiling indent_write v2.2.0
31562026-03-10T18:50:44.004Z Compiling num v0.4.3
31572026-03-10T18:50:44.141Z Compiling argon2 v0.5.3
31582026-03-10T18:50:44.154Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
31592026-03-10T18:50:44.173Z Compiling vsss-rs v3.3.4
31602026-03-10T18:50:44.308Z Compiling chacha20poly1305 v0.10.1
31612026-03-10T18:50:44.509Z Compiling float-ord v0.3.2
31622026-03-10T18:50:44.645Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-03-10T18:50:45.019Z Compiling gethostname v0.5.0
31642026-03-10T18:50:45.218Z Compiling usdt-macro v0.5.0
31652026-03-10T18:50:45.874Z Compiling usdt-attr-macro v0.5.0
31662026-03-10T18:50:45.896Z Compiling derive-where v1.6.0
31672026-03-10T18:50:46.118Z Compiling typify-macro v0.6.1
31682026-03-10T18:50:46.212Z Compiling memmap v0.7.0
31692026-03-10T18:50:46.307Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31702026-03-10T18:50:46.456Z Compiling atomicwrites v0.4.4
31712026-03-10T18:50:46.545Z Compiling cancel-safe-futures v0.1.5
31722026-03-10T18:50:46.735Z Compiling owo-colors v4.3.0
31732026-03-10T18:50:46.876Z Compiling usdt v0.5.0
31742026-03-10T18:50:46.885Z Compiling typify-macro v0.4.3
31752026-03-10T18:50:46.915Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31762026-03-10T18:50:47.024Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-03-10T18:50:47.239Z Compiling libsw-core v0.3.2
31782026-03-10T18:50:47.284Z Compiling async-recursion v1.1.1
31792026-03-10T18:50:47.462Z Compiling resolv-conf v0.7.6
31802026-03-10T18:50:47.660Z Compiling libsw v3.5.0
31812026-03-10T18:50:47.857Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-03-10T18:50:47.898Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-03-10T18:50:48.588Z Compiling typify v0.6.1
31842026-03-10T18:50:48.605Z Compiling progenitor-client v0.11.2
31852026-03-10T18:50:49.216Z Compiling progenitor-impl v0.13.0
31862026-03-10T18:50:49.216Z Compiling libefi-sys v0.1.0
31872026-03-10T18:50:49.216Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31882026-03-10T18:50:49.354Z Compiling linear-map v1.2.0
31892026-03-10T18:50:49.376Z Compiling typify v0.4.3
31902026-03-10T18:50:49.416Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31912026-03-10T18:50:49.458Z Compiling hickory-proto v0.24.4
31922026-03-10T18:50:49.530Z Compiling progenitor-impl v0.11.2
31932026-03-10T18:50:49.651Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-03-10T18:50:49.661Z Compiling newline-converter v0.3.0
31952026-03-10T18:50:49.826Z Compiling console v0.15.11
31962026-03-10T18:50:50.592Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-03-10T18:50:50.647Z Compiling bitfield-struct v0.6.2
31982026-03-10T18:50:50.669Z Compiling semver v0.1.20
31992026-03-10T18:50:51.081Z Compiling linked-hash-map v0.5.6
32002026-03-10T18:50:51.355Z Compiling lru-cache v0.1.2
32012026-03-10T18:50:51.550Z Compiling rustc_version v0.1.7
32022026-03-10T18:50:51.564Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-10T18:50:51.838Z Compiling expectorate v1.2.0
32042026-03-10T18:50:52.010Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32052026-03-10T18:50:52.047Z Compiling pin-project-internal v1.1.11
32062026-03-10T18:50:52.152Z Compiling slog-dtrace v0.3.0
32072026-03-10T18:50:52.447Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-03-10T18:50:52.564Z Compiling minimal-lexical v0.2.1
32092026-03-10T18:50:52.584Z Compiling progenitor-macro v0.13.0
32102026-03-10T18:50:52.933Z Compiling nom v7.1.3
32112026-03-10T18:50:53.324Z Compiling progenitor-macro v0.11.2
32122026-03-10T18:50:53.689Z Compiling pin-project v1.1.11
32132026-03-10T18:50:53.873Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-03-10T18:50:53.971Z Compiling hickory-resolver v0.24.4
32152026-03-10T18:50:54.072Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32162026-03-10T18:50:54.428Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32172026-03-10T18:50:54.721Z Compiling newtype_derive v0.1.6
32182026-03-10T18:50:54.938Z Compiling tokio-dtrace v0.1.1
32192026-03-10T18:50:55.031Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32202026-03-10T18:50:55.270Z Compiling phf_shared v0.12.1
32212026-03-10T18:50:55.535Z Compiling snafu-derive v0.8.9
32222026-03-10T18:50:55.765Z Compiling dropshot-api-manager-types v0.5.2
32232026-03-10T18:51:00.231Z Compiling pem v3.0.6
32242026-03-10T18:51:00.352Z Compiling csv-core v0.1.13
32252026-03-10T18:51:00.352Z Compiling highway v1.3.0
32262026-03-10T18:51:00.352Z Compiling chrono-tz v0.10.4
32272026-03-10T18:51:00.352Z Compiling same-file v1.0.6
32282026-03-10T18:51:00.352Z Compiling xshell-macros v0.2.7
32292026-03-10T18:51:00.352Z Compiling base64 v0.21.7
32302026-03-10T18:51:00.352Z Compiling walkdir v2.5.0
32312026-03-10T18:51:00.352Z Compiling xshell v0.2.7
32322026-03-10T18:51:00.352Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32332026-03-10T18:51:00.352Z Compiling snafu v0.8.9
32342026-03-10T18:51:00.352Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-03-10T18:51:00.352Z Compiling const_format_proc_macros v0.2.34
32362026-03-10T18:51:00.352Z Compiling csv v1.4.0
32372026-03-10T18:51:00.352Z Compiling phf v0.12.1
32382026-03-10T18:51:00.352Z Compiling qorb v0.4.1
32392026-03-10T18:51:00.413Z Compiling oxide-tokio-rt v0.1.2
32402026-03-10T18:51:00.413Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32412026-03-10T18:51:00.413Z Compiling progenitor v0.13.0
32422026-03-10T18:51:00.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-03-10T18:51:00.413Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32442026-03-10T18:51:00.574Z Compiling progenitor v0.11.2
32452026-03-10T18:51:00.773Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-03-10T18:51:00.882Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-03-10T18:51:01.128Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32482026-03-10T18:51:01.486Z Compiling globset v0.4.18
32492026-03-10T18:51:01.856Z Compiling olpc-cjson v0.1.4
32502026-03-10T18:51:02.111Z Compiling primeorder v0.13.6
32512026-03-10T18:51:02.158Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32522026-03-10T18:51:02.428Z Compiling serde_plain v1.0.2
32532026-03-10T18:51:02.458Z Compiling typed-path v0.9.3
32542026-03-10T18:51:02.478Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-03-10T18:51:02.661Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32562026-03-10T18:51:02.707Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32572026-03-10T18:51:03.858Z Compiling tough v0.20.0
32582026-03-10T18:51:04.171Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-03-10T18:51:04.425Z Compiling const_format v0.2.35
32602026-03-10T18:51:04.446Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-10T18:51:04.562Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-10T18:51:04.870Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32632026-03-10T18:51:05.587Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-03-10T18:51:05.933Z Compiling tabled_derive v0.7.0
32652026-03-10T18:51:06.273Z Compiling bcs v0.1.6
32662026-03-10T18:51:06.380Z Compiling utf-8 v0.7.6
32672026-03-10T18:51:06.540Z Compiling salty v0.3.0
32682026-03-10T18:51:06.632Z Compiling radium v0.7.0
32692026-03-10T18:51:06.689Z Compiling termtree v0.5.1
32702026-03-10T18:51:06.884Z Compiling textwrap v0.16.2
32712026-03-10T18:51:06.932Z Compiling tungstenite v0.21.0
32722026-03-10T18:51:07.035Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-03-10T18:51:07.260Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32742026-03-10T18:51:07.291Z Compiling tabled v0.15.0
32752026-03-10T18:51:07.336Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-03-10T18:51:07.526Z Compiling steno v0.4.1
32772026-03-10T18:51:07.620Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32782026-03-10T18:51:08.112Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32792026-03-10T18:51:08.314Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32802026-03-10T18:51:08.873Z Compiling humantime v2.3.0
32812026-03-10T18:51:09.269Z Compiling tap v1.0.1
32822026-03-10T18:51:09.443Z Compiling maybe-uninit v2.0.0
32832026-03-10T18:51:09.508Z Compiling wyz v0.5.1
32842026-03-10T18:51:09.803Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-03-10T18:51:09.925Z Compiling tokio-tungstenite v0.21.0
32862026-03-10T18:51:10.641Z Compiling p384 v0.13.1
32872026-03-10T18:51:10.922Z Compiling progenitor-impl v0.10.0
32882026-03-10T18:51:10.941Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-03-10T18:51:11.112Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32902026-03-10T18:51:11.400Z Compiling arc-swap v1.8.2
32912026-03-10T18:51:11.421Z Compiling tagptr v0.2.0
32922026-03-10T18:51:11.602Z Compiling packed_struct v0.10.1
32932026-03-10T18:51:11.632Z Compiling funty v2.0.0
32942026-03-10T18:51:11.670Z Compiling moka v0.12.13
32952026-03-10T18:51:11.798Z Compiling slog-scope v4.4.1
32962026-03-10T18:51:11.996Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-10T18:51:12.130Z Compiling bitvec v1.0.1
32982026-03-10T18:51:12.530Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32992026-03-10T18:51:12.863Z Compiling polyval v0.6.2
33002026-03-10T18:51:13.178Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33012026-03-10T18:51:13.631Z Compiling packed_struct_codegen v0.10.1
33022026-03-10T18:51:13.705Z Compiling bitfield-macros v0.19.4
33032026-03-10T18:51:14.155Z Compiling zerocopy-derive v0.6.6
33042026-03-10T18:51:14.665Z Compiling progenitor-macro v0.10.0
33052026-03-10T18:51:14.728Z Compiling indexmap v1.9.3
33062026-03-10T18:51:15.018Z Compiling proc-macro-error-attr2 v2.0.0
33072026-03-10T18:51:15.169Z Compiling nodrop v0.1.14
33082026-03-10T18:51:15.302Z Compiling crc-catalog v2.4.0
33092026-03-10T18:51:15.322Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33102026-03-10T18:51:15.360Z Compiling parking_lot_core v0.8.6
33112026-03-10T18:51:15.450Z Compiling crc v3.4.0
33122026-03-10T18:51:15.582Z Compiling proc-macro-error2 v2.0.1
33132026-03-10T18:51:15.628Z Compiling zerocopy v0.6.6
33142026-03-10T18:51:15.655Z Compiling array-init v0.0.4
33152026-03-10T18:51:15.801Z Compiling bitfield v0.19.4
33162026-03-10T18:51:15.997Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-03-10T18:51:16.111Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33182026-03-10T18:51:16.226Z Compiling ghash v0.5.1
33192026-03-10T18:51:16.318Z Compiling smallvec v0.6.14
33202026-03-10T18:51:16.449Z Compiling hickory-resolver v0.25.2
33212026-03-10T18:51:16.559Z Compiling slog-stdlog v4.1.1
33222026-03-10T18:51:16.851Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33232026-03-10T18:51:17.304Z Compiling nix v0.31.1
33242026-03-10T18:51:17.464Z Compiling git-stub v1.0.0
33252026-03-10T18:51:17.729Z Compiling ctr v0.9.2
33262026-03-10T18:51:17.804Z Compiling num-derive v0.3.3
33272026-03-10T18:51:17.821Z Compiling lzma-sys v0.1.20
33282026-03-10T18:51:17.861Z Compiling hashbrown v0.12.3
33292026-03-10T18:51:17.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-03-10T18:51:18.004Z Compiling unicase v2.9.0
33312026-03-10T18:51:18.361Z Compiling aes-gcm v0.10.3
33322026-03-10T18:51:18.376Z Compiling mime_guess v2.0.5
33332026-03-10T18:51:18.414Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-10T18:51:18.571Z Compiling git-stub-vcs v0.1.0
33352026-03-10T18:51:19.038Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33362026-03-10T18:51:19.064Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33372026-03-10T18:51:19.085Z Compiling libscf-sys v1.1.0
33382026-03-10T18:51:19.091Z Compiling slog-envlogger v2.2.0
33392026-03-10T18:51:19.091Z Compiling serde-hex v0.1.0
33402026-03-10T18:51:19.287Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-03-10T18:51:19.556Z Compiling tabled_derive v0.11.0
33422026-03-10T18:51:20.302Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-03-10T18:51:21.038Z Compiling ron v0.8.1
33442026-03-10T18:51:21.251Z Compiling papergrid v0.17.0
33452026-03-10T18:51:21.595Z Compiling cargo_toml v0.22.3
33462026-03-10T18:51:21.836Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33472026-03-10T18:51:22.410Z Compiling progenitor v0.10.0
33482026-03-10T18:51:22.496Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33492026-03-10T18:51:22.622Z Compiling hashbrown v0.13.2
33502026-03-10T18:51:23.255Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-03-10T18:51:23.314Z Compiling testing_table v0.3.0
33522026-03-10T18:51:23.538Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-03-10T18:51:23.640Z Compiling ssh-encoding v0.2.0
33542026-03-10T18:51:23.944Z Compiling blowfish v0.9.1
33552026-03-10T18:51:24.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33562026-03-10T18:51:24.278Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-10T18:51:24.537Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-03-10T18:51:24.660Z Compiling nibble_vec v0.1.0
33592026-03-10T18:51:24.729Z Compiling corncobs v0.1.4
33602026-03-10T18:51:24.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-10T18:51:24.861Z Compiling endian-type v0.1.2
33622026-03-10T18:51:24.993Z Compiling crc-any v2.5.0
33632026-03-10T18:51:25.077Z Compiling radix_trie v0.2.1
33642026-03-10T18:51:25.152Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-03-10T18:51:30.269Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-10T18:51:30.307Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33672026-03-10T18:51:30.307Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33682026-03-10T18:51:30.308Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33692026-03-10T18:51:30.308Z Compiling bcrypt-pbkdf v0.10.0
33702026-03-10T18:51:30.308Z Compiling ssh-cipher v0.2.0
33712026-03-10T18:51:30.308Z Compiling tabled v0.20.0
33722026-03-10T18:51:30.308Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-10T18:51:30.308Z Compiling object v0.30.4
33742026-03-10T18:51:30.308Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33752026-03-10T18:51:30.308Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33762026-03-10T18:51:30.308Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33772026-03-10T18:51:30.308Z Compiling parking_lot v0.11.2
33782026-03-10T18:51:30.308Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33792026-03-10T18:51:30.308Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33802026-03-10T18:51:30.308Z Compiling prefix-trie v0.7.0
33812026-03-10T18:51:30.308Z Compiling password-hash v0.4.2
33822026-03-10T18:51:30.320Z Compiling fxhash v0.2.1
33832026-03-10T18:51:30.320Z Compiling secrecy v0.8.0
33842026-03-10T18:51:30.320Z Compiling path-slash v0.1.5
33852026-03-10T18:51:30.320Z Compiling half v1.8.3
33862026-03-10T18:51:30.320Z Compiling http-range v0.1.5
33872026-03-10T18:51:30.320Z Compiling hickory-server v0.25.2
33882026-03-10T18:51:30.320Z Compiling serde_cbor v0.11.2
33892026-03-10T18:51:30.320Z Compiling pbkdf2 v0.11.0
33902026-03-10T18:51:30.378Z Compiling sled v0.34.7
33912026-03-10T18:51:30.914Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-03-10T18:51:31.236Z Compiling xz2 v0.1.7
33932026-03-10T18:51:31.297Z Compiling ron v0.12.0
33942026-03-10T18:51:31.406Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-03-10T18:51:32.166Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33962026-03-10T18:51:32.478Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33972026-03-10T18:51:33.021Z Compiling ssh-key v0.6.7
33982026-03-10T18:51:33.151Z Compiling hickory-client v0.25.2
33992026-03-10T18:51:33.582Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34002026-03-10T18:51:33.602Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-03-10T18:51:34.085Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34022026-03-10T18:51:34.352Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34032026-03-10T18:51:35.418Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
34042026-03-10T18:51:35.561Z Compiling p256 v0.13.2
34052026-03-10T18:51:35.791Z Compiling p521 v0.13.3
34062026-03-10T18:51:35.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34072026-03-10T18:51:36.073Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34082026-03-10T18:51:36.888Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-10T18:51:36.985Z Compiling yasna v0.5.2
34102026-03-10T18:51:37.069Z Compiling kstat-rs v0.2.4
34112026-03-10T18:51:37.112Z Compiling headers-core v0.3.0
34122026-03-10T18:51:37.286Z Compiling nanorand v0.7.0
34132026-03-10T18:51:37.336Z Compiling russh-cryptovec v0.7.3
34142026-03-10T18:51:37.469Z Compiling atty v0.2.14
34152026-03-10T18:51:37.547Z Compiling md5 v0.7.0
34162026-03-10T18:51:37.585Z Compiling base16ct v1.0.0
34172026-03-10T18:51:37.617Z Compiling crc8 v0.1.1
34182026-03-10T18:51:37.652Z Compiling home v0.5.12
34192026-03-10T18:51:37.780Z Compiling russh-keys v0.45.0
34202026-03-10T18:51:37.854Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-10T18:51:37.876Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
34222026-03-10T18:51:37.898Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-03-10T18:51:37.923Z Compiling rcgen v0.12.1
34242026-03-10T18:51:38.388Z Compiling flume v0.11.1
34252026-03-10T18:51:39.160Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-03-10T18:51:39.938Z Compiling headers v0.4.1
34272026-03-10T18:51:40.998Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-03-10T18:51:41.720Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34292026-03-10T18:51:42.519Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-03-10T18:51:43.892Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34312026-03-10T18:51:44.482Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-03-10T18:51:44.505Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-03-10T18:51:44.562Z Compiling hyper-staticfile v0.10.1
34342026-03-10T18:51:45.241Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-03-10T18:51:45.732Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-03-10T18:51:46.095Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-10T18:51:46.295Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34382026-03-10T18:51:47.099Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34392026-03-10T18:51:47.197Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34402026-03-10T18:51:47.566Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-03-10T18:51:47.604Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34422026-03-10T18:51:48.163Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-10T18:51:48.264Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-10T18:51:48.293Z Compiling num-bigint v0.4.6
34452026-03-10T18:51:48.527Z Compiling des v0.8.1
34462026-03-10T18:51:48.653Z Compiling subprocess v0.2.15
34472026-03-10T18:51:48.784Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-10T18:51:48.806Z Compiling hex-literal v0.4.1
34492026-03-10T18:51:49.008Z Compiling display-error-chain v0.2.2
34502026-03-10T18:51:49.206Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-10T18:51:49.252Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-10T18:51:49.327Z Compiling colored v2.2.0
34532026-03-10T18:51:49.424Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-03-10T18:51:49.751Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-10T18:51:49.849Z Compiling socket2 v0.5.10
34562026-03-10T18:51:50.073Z Compiling russh v0.45.0
34572026-03-10T18:51:50.445Z Compiling internet-checksum v0.2.1
34582026-03-10T18:51:54.053Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-03-10T18:52:24.224Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602026-03-10T18:52:50.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
34612026-03-10T18:52:50.463Z
34622026-03-10T18:52:50.466Zreal 2:24.215973857
34632026-03-10T18:52:50.466Zuser 11:44.681976122
34642026-03-10T18:52:50.466Zsys 1:57.194714475
34652026-03-10T18:52:50.466Ztrap 0.320384880
34662026-03-10T18:52:50.466Ztflt 0.273156092
34672026-03-10T18:52:50.466Zdflt 0.510312830
34682026-03-10T18:52:50.466Zkflt 0.000077155
34692026-03-10T18:52:50.467Zlock 30:45.906800800
34702026-03-10T18:52:50.467Zslp 42:46.355036317
34712026-03-10T18:52:50.467Zlat 1:01.062426375
34722026-03-10T18:52:50.467Zstop 2:08.229167129
34732026-03-10T18:52:50.467Z+ mkdir tests
34742026-03-10T18:52:50.467Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-03-10T18:52:50.467Z+ xargs -I '{}' -t cp '{}' tests/
34762026-03-10T18:52:50.503Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fe67b8d1fbbddaeb tests/
34772026-03-10T18:52:50.523Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8ec1afd9f3723eb2 tests/
34782026-03-10T18:52:50.545Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fd24dec5fcc945cb tests/
34792026-03-10T18:52:50.569Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d65b9c8d1917f763 tests/
34802026-03-10T18:52:50.884Z+ 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/*)
34812026-03-10T18:52:50.888Z+ 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-8ec1afd9f3723eb2 tests/commtest-fd24dec5fcc945cb tests/dhcp_server-fe67b8d1fbbddaeb tests/end_to_end_tests-d65b9c8d1917f763 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
34822026-03-10T18:54:29.745ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-03-10T18:54:29.745Za .github/buildomat/ci-env.sh 1K
34842026-03-10T18:54:29.745Za out/target/test 1K
34852026-03-10T18:54:29.745Za out/npuzone/npuzone 27402K
34862026-03-10T18:54:29.745Za package-manifest.toml 35K
34872026-03-10T18:54:29.747Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-03-10T18:54:29.747Za target/release/omicron-package 41060K
34892026-03-10T18:54:29.747Za target/release/xtask 11359K
34902026-03-10T18:54:29.747Za target/debug/bootstrap 345786K
34912026-03-10T18:54:29.747Za tests/bootstrap-8ec1afd9f3723eb2 31480K
34922026-03-10T18:54:29.747Za tests/commtest-fd24dec5fcc945cb 31997K
34932026-03-10T18:54:29.747Za tests/dhcp_server-fe67b8d1fbbddaeb 31480K
34942026-03-10T18:54:29.747Za tests/end_to_end_tests-d65b9c8d1917f763 387467K
34952026-03-10T18:54:29.747Za out/clickhouse.tar.gz 302569K
34962026-03-10T18:54:29.747Za out/clickhouse_keeper.tar.gz 287863K
34972026-03-10T18:54:29.747Za out/clickhouse_server.tar.gz 302568K
34982026-03-10T18:54:29.747Za out/cockroachdb.tar.gz 156111K
34992026-03-10T18:54:29.747Za out/crucible-pantry-zone.tar.gz 38316K
35002026-03-10T18:54:29.747Za out/crucible-utils.tar 17744K
35012026-03-10T18:54:29.747Za out/crucible-zone.tar.gz 52454K
35022026-03-10T18:54:29.747Za out/external-dns.tar.gz 41548K
35032026-03-10T18:54:29.747Za out/internal-dns.tar.gz 41547K
35042026-03-10T18:54:29.747Za out/mg-ddm-gz.tar 86339K
35052026-03-10T18:54:29.747Za out/nexus.tar.gz 211068K
35062026-03-10T18:54:29.747Za out/ntp.tar.gz 22563K
35072026-03-10T18:54:29.747Za out/omicron-gateway-softnpu.tar.gz 25870K
35082026-03-10T18:54:29.747Za out/omicron-sled-agent.tar 181284K
35092026-03-10T18:54:29.747Za out/overlay.tar.gz 3K
35102026-03-10T18:54:29.747Za out/oximeter.tar.gz 56785K
35112026-03-10T18:54:29.747Za out/oxlog.tar 3895K
35122026-03-10T18:54:29.747Za out/probe.tar.gz 3037K
35132026-03-10T18:54:29.747Za out/propolis-server.tar.gz 32510K
35142026-03-10T18:54:29.747Za out/pumpkind-gz.tar 26647K
35152026-03-10T18:54:29.747Za out/switch-softnpu.tar.gz 369513K
35162026-03-10T18:54:29.751Z
35172026-03-10T18:54:29.751Zreal 1:38.847231361
35182026-03-10T18:54:29.751Zuser 1:36.946919123
35192026-03-10T18:54:29.751Zsys 4.328840605
35202026-03-10T18:54:29.751Ztrap 0.006459316
35212026-03-10T18:54:29.751Ztflt 0.000000000
35222026-03-10T18:54:29.751Zdflt 0.000000000
35232026-03-10T18:54:29.751Zkflt 0.000000000
35242026-03-10T18:54:29.751Zlock 0.000000000
35252026-03-10T18:54:29.751Zslp 1:36.072662135
35262026-03-10T18:54:29.751Zlat 0.335707913
35272026-03-10T18:54:29.751Zstop 0.000135974
35282026-03-10T18:54:29.751Zprocess exited: duration 1672452 ms, exit code 0
 
35292026-03-10T18:54:29.769Zfound 1 output files
35302026-03-10T18:54:29.769Zuploading: /work/package.tar.gz (2276122664 bytes)
35312026-03-10T18:55:04.692Zuploaded: /work/package.tar.gz