01KKM1Z8WBMKXJ1G97SRAJVBHW: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKM2075ZDPMSNK1PM9HWHBSH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T16:56:36.162Zjob assigned to worker 01KKM209F9ZWC81YNHW402SHWP [factory aws, i-05ea57fd4fccb3068] (queued for 51 s)
 
22026-03-13T16:56:44.514Zstarting task 0: "setup"
32026-03-13T16:56:44.531Z++ uname -s
42026-03-13T16:56:44.531Z+ kern=SunOS
52026-03-13T16:56:44.531Z+ build_user=build
62026-03-13T16:56:44.531Z+ build_uid=12345
72026-03-13T16:56:44.531Z+ work_dir=/work
82026-03-13T16:56:44.531Z+ input_dir=/input
92026-03-13T16:56:44.531Z+ [[ 0 == 12345 ]]
102026-03-13T16:56:44.531Z+ case "$kern" in
112026-03-13T16:56:44.531Z+ groupadd -g 12345 build
122026-03-13T16:56:44.531Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T16:56:46.525Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T16:56:46.700Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T16:56:46.704Z+ home_fs=zfs
162026-03-13T16:56:46.704Z+ [[ zfs == autofs ]]
172026-03-13T16:56:46.704Z+ mkdir -p /home/build
182026-03-13T16:56:46.704Z+ chown build:build /home/build /work
192026-03-13T16:56:48.757Z+ chmod 0700 /home/build /work
202026-03-13T16:56:48.781Zprocess exited: duration 4205 ms, exit code 0
 
212026-03-13T16:56:48.810Zstarting task 1: "rust-toolchain"
222026-03-13T16:56:48.836Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T16:56:48.836Z * rust toolchain channel = "1.91.1"
242026-03-13T16:56:48.836Z * rust toolchain profile = "default"
252026-03-13T16:56:48.836Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T16:56:48.836Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T16:56:48.836Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T16:56:48.837Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T16:56:48.837Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T16:56:48.948Zinfo: downloading installer
312026-03-13T16:56:50.388Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T16:56:50.388Zwarn: /opt/ooce/bin
332026-03-13T16:56:50.388Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T16:56:50.388Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T16:56:50.388Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T16:56:50.389Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T16:56:50.389Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T16:56:50.389Zerror: cannot install while Rust is installed
392026-03-13T16:56:50.389Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T16:56:50.418Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T16:56:50.418Zwarn: /home/build/.rustup/settings.toml
422026-03-13T16:56:50.418Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T16:56:50.418Zwarn: instead of the one inferred from the default host triple.
442026-03-13T16:56:50.426Zinfo: profile set to default
452026-03-13T16:56:50.426Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T16:56:50.426Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T16:56:50.601Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T16:56:50.605Zinfo: downloading 6 components
492026-03-13T16:57:06.204Z
502026-03-13T16:57:06.204Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
512026-03-13T16:57:06.245Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T16:57:06.245Z
532026-03-13T16:57:06.248Z
542026-03-13T16:57:06.248ZRust is installed now. Great!
552026-03-13T16:57:06.248Z
562026-03-13T16:57:06.248ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T16:57:06.248Zenvironment variable. This has not been done automatically.
582026-03-13T16:57:06.248Z
592026-03-13T16:57:06.248ZTo configure your current shell, you need to source
602026-03-13T16:57:06.248Zthe corresponding env file under $HOME/.cargo.
612026-03-13T16:57:06.248Z
622026-03-13T16:57:06.248ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T16:57:06.248Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T16:57:06.248Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T16:57:06.248Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T16:57:06.248Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T16:57:06.248Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T16:57:06.248Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T16:57:06.248Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T16:57:06.248Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T16:57:06.347Z+ rustup --version
722026-03-13T16:57:06.355Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T16:57:06.358Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T16:57:06.386Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T16:57:06.389Z+ cargo --version
762026-03-13T16:57:06.397Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T16:57:06.401Z+ rustc --version
782026-03-13T16:57:06.428Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T16:57:06.432Zprocess exited: duration 17631 ms, exit code 0
 
802026-03-13T16:57:06.440Zstarting task 2: "authentication"
812026-03-13T16:57:06.460Zprocess exited: duration 20 ms, exit code 0
 
822026-03-13T16:57:06.467Zstarting task 3: "clone repository"
832026-03-13T16:57:06.473Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T16:57:06.476Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T16:57:06.536ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T16:57:17.003Z+ cd /work/oxidecomputer/omicron
872026-03-13T16:57:17.009Z+ git fetch origin 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
882026-03-13T16:57:17.333ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T16:57:17.333Z * branch 3b8774e0502c2e97c9ece1021cbddd9e13092e5f -> FETCH_HEAD
902026-03-13T16:57:17.346Z+ [[ -n mergeconflict/bump-diesel ]]
912026-03-13T16:57:17.349Z++ git branch --show-current
922026-03-13T16:57:17.352Z+ current=main
932026-03-13T16:57:17.352Z+ [[ main != mergeconflict/bump-diesel ]]
942026-03-13T16:57:17.352Z+ git branch -f mergeconflict/bump-diesel 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
952026-03-13T16:57:17.355Z+ git checkout -f mergeconflict/bump-diesel
962026-03-13T16:57:17.468ZSwitched to branch 'mergeconflict/bump-diesel'
972026-03-13T16:57:17.471Z+ git reset --hard 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
982026-03-13T16:57:17.583ZHEAD is now at 3b8774e05 Bump diesel to 2.3.7 and diesel-dtrace to 0.5.0.
992026-03-13T16:57:17.589Zprocess exited: duration 11117 ms, exit code 0
 
1002026-03-13T16:57:17.599Zstarting task 4: "build"
1012026-03-13T16:57:17.611Z+ source .github/buildomat/ci-env.sh
1022026-03-13T16:57:17.614Z++ export CARGO_TERM_COLOR=always
1032026-03-13T16:57:17.614Z++ CARGO_TERM_COLOR=always
1042026-03-13T16:57:17.614Z+ cargo --version
1052026-03-13T16:57:17.617Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T16:57:17.620Z+ rustc --version
1072026-03-13T16:57:17.647Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T16:57:17.652Z+ WORK=/work
1092026-03-13T16:57:17.652Z+ pfexec mkdir -p /work
1102026-03-13T16:57:17.656Z+ pfexec chown build /work
1112026-03-13T16:57:17.661Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-13T16:57:27.856Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-13T16:57:37.599Z Startup: Caching catalogs ... Done
1142026-03-13T16:58:00.023ZPlanning: Solver setup ... Done (20.790s)
1152026-03-13T16:58:00.169ZPlanning: Running solver ... Done (0.153s)
1162026-03-13T16:58:00.340ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-13T16:58:00.351ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-13T16:58:00.483ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-13T16:58:00.527ZPlanning: Package planning ... Done (0.043s)
1202026-03-13T16:58:00.564ZPlanning: Merging actions ... Done (0.039s)
1212026-03-13T16:58:01.226ZPlanning: Checking for conflicting actions ... Done (0.663s)
1222026-03-13T16:58:01.240ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-13T16:58:02.338ZPlanning: Evaluating mediators ... Done (1.106s)
1242026-03-13T16:58:02.347ZPlanning: Planning completed in 24.60 seconds
1252026-03-13T16:58:02.855Z Packages to install: 4
1262026-03-13T16:58:02.855Z Mediators to change: 2
1272026-03-13T16:58:02.855Z Services to change: 1
1282026-03-13T16:58:02.855Z Estimated space available: 155.43 GB
1292026-03-13T16:58:02.855ZEstimated space to be consumed: 1.83 GB
1302026-03-13T16:58:02.858Z Create boot environment: No
1312026-03-13T16:58:02.858ZCreate backup boot environment: No
1322026-03-13T16:58:02.858Z Rebuild boot archive: No
1332026-03-13T16:58:02.858Z
1342026-03-13T16:58:02.858ZChanged mediators:
1352026-03-13T16:58:02.858Z mediator clang:
1362026-03-13T16:58:02.858Z version: None -> 15 (system default)
1372026-03-13T16:58:02.858Z
1382026-03-13T16:58:02.858Z mediator llvm:
1392026-03-13T16:58:02.858Z version: 14 (system default) -> 15 (system default)
1402026-03-13T16:58:02.858Z
1412026-03-13T16:58:02.858ZChanged packages:
1422026-03-13T16:58:02.858Zhelios-dev
1432026-03-13T16:58:02.858Z developer/build-essential
1442026-03-13T16:58:02.858Z None -> 11-2.0
1452026-03-13T16:58:02.858Z library/libxmlsec1
1462026-03-13T16:58:02.858Z None -> 1.2.35-2.0
1472026-03-13T16:58:02.858Z ooce/developer/clang-15
1482026-03-13T16:58:02.858Z None -> 15.0.7-2.0
1492026-03-13T16:58:02.858Z ooce/developer/llvm-15
1502026-03-13T16:58:02.859Z None -> 15.0.7-2.0
1512026-03-13T16:58:02.859Z
1522026-03-13T16:58:02.859ZServices:
1532026-03-13T16:58:02.859Z restart_fmri:
1542026-03-13T16:58:02.859Z svc:/system/update-man-index:default
1552026-03-13T16:58:02.902Z
1562026-03-13T16:58:02.903ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-13T16:58:07.904ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1582026-03-13T16:58:12.904ZDownload: 2988/3290 items 121.0/212.6MB 56% complete (12.2M/s)
1592026-03-13T16:58:18.546ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (14.4M/s)
1602026-03-13T16:58:18.572ZDownload: Completed 212.60 MB in 15.67 seconds (13.6M/s)
1612026-03-13T16:58:18.738Z Actions: 1/3689 actions (Installing new actions)
1622026-03-13T16:58:23.029Z Actions: Completed 3689 actions in 4.25 seconds.
1632026-03-13T16:58:23.370Z Done (0.340s)
1642026-03-13T16:58:23.370Z Done (0.000s)
1652026-03-13T16:58:24.249Z Done (0.886s)
1662026-03-13T16:58:29.970Z Done (5.371s)
1672026-03-13T16:58:30.089Z Done (0.018s)
1682026-03-13T16:58:30.113Z Done (0.000s)
1692026-03-13T16:58:30.169Z Done (0.000s)
1702026-03-13T16:58:31.148ZPlanning: Evaluating mediator changes ... Done
1712026-03-13T16:58:31.284ZPlanning: Checking for conflicting actions ... Done
1722026-03-13T16:58:31.324ZPlanning: Consolidating action changes ... Done
1732026-03-13T16:58:31.644ZPlanning: Evaluating mediators ... Done
1742026-03-13T16:58:31.675ZPlanning: Planning completed in 0.36 seconds
1752026-03-13T16:58:31.675Z Mediators to change: 2
1762026-03-13T16:58:31.675Z Create boot environment: No
1772026-03-13T16:58:31.675ZCreate backup boot environment: No
1782026-03-13T16:58:31.675Z Done
1792026-03-13T16:58:31.675Z Done
1802026-03-13T16:58:32.346Z Done
1812026-03-13T16:58:35.645Z Done
1822026-03-13T16:58:35.694Z Done
1832026-03-13T16:58:35.704Z Done
1842026-03-13T16:58:35.836Z Done
1852026-03-13T16:58:36.371ZPlanning: Evaluating mediator changes ... Done
1862026-03-13T16:58:36.374ZPlanning: Merging actions ... Done
1872026-03-13T16:58:36.544ZPlanning: Checking for conflicting actions ... Done
1882026-03-13T16:58:36.548ZPlanning: Consolidating action changes ... Done
1892026-03-13T16:58:36.758ZPlanning: Evaluating mediators ... Done
1902026-03-13T16:58:36.800ZPlanning: Planning completed in 0.63 seconds
1912026-03-13T16:58:36.830Z Packages to change: 1
1922026-03-13T16:58:36.830Z Mediators to change: 1
1932026-03-13T16:58:36.836Z Services to change: 1
1942026-03-13T16:58:36.836Z Create boot environment: No
1952026-03-13T16:58:36.836ZCreate backup boot environment: Yes
1962026-03-13T16:58:39.393Z Actions: 1/6 actions (Updating modified actions)
1972026-03-13T16:58:39.397Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-13T16:58:39.397Z Done
1992026-03-13T16:58:39.397Z Done
2002026-03-13T16:58:39.589Z Done
2012026-03-13T16:58:42.870Z Done
2022026-03-13T16:58:42.954Z Done
2032026-03-13T16:58:42.958Z Done
2042026-03-13T16:58:43.107Z Done
2052026-03-13T16:58:43.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-13T16:58:43.487Zclang system 15 system
2072026-03-13T16:58:43.487Zcsh system system illumos
2082026-03-13T16:58:43.487Zctags system system illumos
2092026-03-13T16:58:43.488Zfile system system illumos
2102026-03-13T16:58:43.488Zgcc vendor 12 vendor
2112026-03-13T16:58:43.488Zgcc system 10 system
2122026-03-13T16:58:43.488Zgcc system 7 system
2132026-03-13T16:58:43.488Zgo system 1.20 system
2142026-03-13T16:58:43.488Zgo system 1.19 system
2152026-03-13T16:58:43.488Zllvm system 15 system
2162026-03-13T16:58:43.488Zllvm system 14 system
2172026-03-13T16:58:43.489Zmariadb system 10.6 system
2182026-03-13T16:58:43.489Zmta vendor vendor dma
2192026-03-13T16:58:43.489Zopenjdk system 17 system
2202026-03-13T16:58:43.489Zopenjdk system 11 system
2212026-03-13T16:58:43.489Zopenjdk system 1.8 system
2222026-03-13T16:58:43.489Zopenssl vendor 3 vendor
2232026-03-13T16:58:43.489Zperl system 5.36 system
2242026-03-13T16:58:43.489Zpostgresql system 15 system
2252026-03-13T16:58:43.489Zpostgresql system 13 system
2262026-03-13T16:58:43.490Zpython vendor 3 vendor
2272026-03-13T16:58:43.490Zpython system 2 system
2282026-03-13T16:58:43.490Zpython3 system 3.11 system
2292026-03-13T16:58:43.490Zruby system 3.0 system
2302026-03-13T16:58:43.490Zwords vendor vendor american-english
2312026-03-13T16:58:43.490Zwords system system australian-english
2322026-03-13T16:58:43.490Zwords system system british-english
2332026-03-13T16:58:43.490Zwords system system canadian-english
2342026-03-13T16:58:43.490Zwords system system french
2352026-03-13T16:58:43.490Zwords system system italian
2362026-03-13T16:58:43.490Zwords system system ngerman
2372026-03-13T16:58:43.490Zwords system system ogerman
2382026-03-13T16:58:43.491Zwords system system spanish
2392026-03-13T16:58:43.786ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-13T16:58:43.786Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-13T16:58:49.731ZFMRI IFO
2422026-03-13T16:58:49.731Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-13T16:58:49.731Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-13T16:58:49.732Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-13T16:58:49.732Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-13T16:58:49.732Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-13T16:58:49.732Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-13T16:58:49.732Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-13T16:58:49.732Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-13T16:58:49.732Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-13T16:58:49.732Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-13T16:58:49.732Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-13T16:58:49.732Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-13T16:58:49.732Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-13T16:58:49.732Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-13T16:58:49.732Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-13T16:58:49.732Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-13T16:58:51.000Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-13T16:58:51.269Z Updating crates.io index
2602026-03-13T16:58:51.310Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-13T16:58:52.111Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-13T16:58:52.621Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-13T16:58:52.872Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-13T16:58:53.342Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-13T16:58:54.124Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-13T16:58:54.750Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-13T16:58:58.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-13T16:58:59.712Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-13T16:59:00.645Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-13T16:59:00.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-13T16:59:02.226Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-13T16:59:02.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-13T16:59:03.201Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-13T16:59:03.652Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-13T16:59:04.673Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-13T16:59:05.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-13T16:59:05.683Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-13T16:59:06.282Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-13T16:59:06.789Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-13T16:59:07.073Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-13T16:59:07.340Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-13T16:59:07.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-13T16:59:08.261Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-13T16:59:08.840Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-13T16:59:09.424Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-13T16:59:09.655Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-13T16:59:10.194Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-13T16:59:11.510Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-13T16:59:12.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-13T16:59:12.480Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-13T16:59:13.292Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-13T16:59:13.634Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-13T16:59:14.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-13T16:59:14.679Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-13T16:59:15.065Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-13T16:59:15.297Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-13T16:59:15.770Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-13T16:59:31.611Z Downloading crates ...
2992026-03-13T16:59:31.665Z Downloaded cfg-if v1.0.4
3002026-03-13T16:59:31.677Z Downloaded equivalent v1.0.2
3012026-03-13T16:59:31.680Z Downloaded dof v0.3.0
3022026-03-13T16:59:31.680Z Downloaded errno v0.3.14
3032026-03-13T16:59:31.686Z Downloaded cargo-util-schemas v0.8.2
3042026-03-13T16:59:31.694Z Downloaded utf8_iter v1.0.4
3052026-03-13T16:59:31.698Z Downloaded idna v1.1.0
3062026-03-13T16:59:31.698Z Downloaded toml_write v0.1.2
3072026-03-13T16:59:31.698Z Downloaded writeable v0.6.2
3082026-03-13T16:59:31.705Z Downloaded digest v0.10.7
3092026-03-13T16:59:31.705Z Downloaded colorchoice v1.0.4
3102026-03-13T16:59:31.705Z Downloaded zmij v1.0.21
3112026-03-13T16:59:31.709Z Downloaded zerofrom v0.1.6
3122026-03-13T16:59:31.709Z Downloaded unicode-linebreak v0.1.5
3132026-03-13T16:59:31.709Z Downloaded yoke-derive v0.8.1
3142026-03-13T16:59:31.709Z Downloaded usdt-macro v0.5.0
3152026-03-13T16:59:31.710Z Downloaded usdt-impl v0.5.0
3162026-03-13T16:59:31.710Z Downloaded usdt-attr-macro v0.5.0
3172026-03-13T16:59:31.710Z Downloaded typeid v1.0.3
3182026-03-13T16:59:31.710Z Downloaded thiserror-impl v1.0.69
3192026-03-13T16:59:31.713Z Downloaded version_check v0.9.5
3202026-03-13T16:59:31.713Z Downloaded serde_derive v1.0.228
3212026-03-13T16:59:31.713Z Downloaded zerofrom-derive v0.1.6
3222026-03-13T16:59:31.721Z Downloaded thiserror v2.0.18
3232026-03-13T16:59:31.724Z Downloaded dtrace-parser v0.2.0
3242026-03-13T16:59:31.724Z Downloaded toml_datetime v0.6.11
3252026-03-13T16:59:31.725Z Downloaded clap_derive v4.5.55
3262026-03-13T16:59:31.725Z Downloaded unicode-xid v0.2.6
3272026-03-13T16:59:31.725Z Downloaded serde-value v0.7.0
3282026-03-13T16:59:31.725Z Downloaded ordered-float v2.10.1
3292026-03-13T16:59:31.725Z Downloaded thread-id v4.2.2
3302026-03-13T16:59:31.725Z Downloaded memmap v0.7.0
3312026-03-13T16:59:31.729Z Downloaded zerovec-derive v0.11.2
3322026-03-13T16:59:31.729Z Downloaded tinystr v0.8.2
3332026-03-13T16:59:31.729Z Downloaded clap v4.5.60
3342026-03-13T16:59:31.734Z Downloaded ucd-trie v0.1.7
3352026-03-13T16:59:31.739Z Downloaded thiserror-impl v2.0.18
3362026-03-13T16:59:31.739Z Downloaded yoke v0.8.1
3372026-03-13T16:59:31.742Z Downloaded utf8parse v0.2.2
3382026-03-13T16:59:31.742Z Downloaded clap_lex v1.0.0
3392026-03-13T16:59:31.742Z Downloaded usdt v0.5.0
3402026-03-13T16:59:31.743Z Downloaded itoa v1.0.17
3412026-03-13T16:59:31.743Z Downloaded zerocopy-derive v0.7.35
3422026-03-13T16:59:31.746Z Downloaded serde_spanned v0.6.9
3432026-03-13T16:59:31.750Z Downloaded macaddr v1.0.1
3442026-03-13T16:59:31.750Z Downloaded tabled_derive v0.7.0
3452026-03-13T16:59:31.750Z Downloaded potential_utf v0.1.4
3462026-03-13T16:59:31.750Z Downloaded cpufeatures v0.2.17
3472026-03-13T16:59:31.754Z Downloaded block-buffer v0.10.4
3482026-03-13T16:59:31.754Z Downloaded anstyle-query v1.1.5
3492026-03-13T16:59:31.754Z Downloaded textwrap v0.16.2
3502026-03-13T16:59:31.758Z Downloaded percent-encoding v2.3.2
3512026-03-13T16:59:31.758Z Downloaded cargo-platform v0.2.0
3522026-03-13T16:59:31.758Z Downloaded anstream v0.6.21
3532026-03-13T16:59:31.758Z Downloaded cargo_metadata v0.21.0
3542026-03-13T16:59:31.763Z Downloaded fastrand v2.3.0
3552026-03-13T16:59:31.763Z Downloaded heck v0.5.0
3562026-03-13T16:59:31.763Z Downloaded erased-serde v0.4.9
3572026-03-13T16:59:31.766Z Downloaded unicode-ident v1.0.24
3582026-03-13T16:59:31.766Z Downloaded cargo_toml v0.21.0
3592026-03-13T16:59:31.771Z Downloaded typenum v1.19.0
3602026-03-13T16:59:31.771Z Downloaded toml v0.8.23
3612026-03-13T16:59:31.774Z Downloaded generic-array v0.14.7
3622026-03-13T16:59:31.774Z Downloaded smawk v0.3.2
3632026-03-13T16:59:31.774Z Downloaded toml_edit v0.22.27
3642026-03-13T16:59:31.788Z Downloaded url v2.5.8
3652026-03-13T16:59:31.792Z Downloaded crypto-common v0.1.7
3662026-03-13T16:59:31.792Z Downloaded idna_adapter v1.2.1
3672026-03-13T16:59:31.792Z Downloaded zerotrie v0.2.3
3682026-03-13T16:59:31.792Z Downloaded proc-macro-error-attr v1.0.4
3692026-03-13T16:59:31.792Z Downloaded pretty-hex v0.4.1
3702026-03-13T16:59:31.792Z Downloaded is_terminal_polyfill v1.70.2
3712026-03-13T16:59:31.793Z Downloaded byteorder v1.5.0
3722026-03-13T16:59:31.796Z Downloaded zerovec v0.11.5
3732026-03-13T16:59:31.800Z Downloaded fnv v1.0.7
3742026-03-13T16:59:31.803Z Downloaded winnow v0.7.14
3752026-03-13T16:59:31.808Z Downloaded swrite v0.1.0
3762026-03-13T16:59:31.812Z Downloaded zerocopy v0.7.35
3772026-03-13T16:59:31.819Z Downloaded terminal_size v0.4.3
3782026-03-13T16:59:31.822Z Downloaded stable_deref_trait v1.2.1
3792026-03-13T16:59:31.822Z Downloaded plain v0.2.3
3802026-03-13T16:59:31.822Z Downloaded unicode-width v0.1.14
3812026-03-13T16:59:31.826Z Downloaded unicode-width v0.2.0
3822026-03-13T16:59:31.830Z Downloaded anyhow v1.0.102
3832026-03-13T16:59:31.833Z Downloaded anstyle v1.0.13
3842026-03-13T16:59:31.837Z Downloaded scroll_derive v0.12.1
3852026-03-13T16:59:31.837Z Downloaded heck v0.4.1
3862026-03-13T16:59:31.839Z Downloaded strsim v0.11.1
3872026-03-13T16:59:31.843Z Downloaded fs-err v3.3.0
3882026-03-13T16:59:31.843Z Downloaded form_urlencoded v1.2.2
3892026-03-13T16:59:31.846Z Downloaded displaydoc v0.2.5
3902026-03-13T16:59:31.850Z Downloaded synstructure v0.13.2
3912026-03-13T16:59:31.853Z Downloaded serde-untagged v0.1.9
3922026-03-13T16:59:31.853Z Downloaded pest_derive v2.8.6
3932026-03-13T16:59:31.860Z Downloaded camino-tempfile v1.4.1
3942026-03-13T16:59:31.860Z Downloaded thiserror v1.0.69
3952026-03-13T16:59:31.864Z Downloaded semver v1.0.27
3962026-03-13T16:59:31.864Z Downloaded serde v1.0.228
3972026-03-13T16:59:31.864Z Downloaded scroll v0.12.0
3982026-03-13T16:59:31.864Z Downloaded quote v1.0.44
3992026-03-13T16:59:31.869Z Downloaded autocfg v1.5.0
4002026-03-13T16:59:31.869Z Downloaded bytecount v0.6.9
4012026-03-13T16:59:31.876Z Downloaded icu_normalizer_data v2.1.1
4022026-03-13T16:59:31.879Z Downloaded proc-macro-error v1.0.4
4032026-03-13T16:59:31.882Z Downloaded serde_tokenstream v0.2.3
4042026-03-13T16:59:31.887Z Downloaded anstyle-parse v0.2.7
4052026-03-13T16:59:31.890Z Downloaded bitflags v2.11.0
4062026-03-13T16:59:31.893Z Downloaded pest_generator v2.8.6
4072026-03-13T16:59:31.906Z Downloaded sha2 v0.10.9
4082026-03-13T16:59:31.909Z Downloaded tempfile v3.25.0
4092026-03-13T16:59:31.911Z Downloaded camino v1.2.2
4102026-03-13T16:59:31.911Z Downloaded proc-macro2 v1.0.106
4112026-03-13T16:59:31.915Z Downloaded smallvec v1.15.1
4122026-03-13T16:59:31.915Z Downloaded litemap v0.8.1
4132026-03-13T16:59:31.924Z Downloaded memchr v2.8.0
4142026-03-13T16:59:31.927Z Downloaded icu_normalizer v2.1.1
4152026-03-13T16:59:31.933Z Downloaded log v0.4.29
4162026-03-13T16:59:31.936Z Downloaded serde_core v1.0.228
4172026-03-13T16:59:31.939Z Downloaded icu_provider v2.1.1
4182026-03-13T16:59:31.941Z Downloaded papergrid v0.11.0
4192026-03-13T16:59:31.944Z Downloaded icu_properties v2.1.2
4202026-03-13T16:59:31.949Z Downloaded getrandom v0.4.1
4212026-03-13T16:59:31.952Z Downloaded pest_meta v2.8.6
4222026-03-13T16:59:31.954Z Downloaded once_cell v1.21.3
4232026-03-13T16:59:31.958Z Downloaded icu_locale_core v2.1.1
4242026-03-13T16:59:31.961Z Downloaded num-traits v0.2.19
4252026-03-13T16:59:31.967Z Downloaded icu_collections v2.1.1
4262026-03-13T16:59:31.971Z Downloaded hashbrown v0.16.1
4272026-03-13T16:59:31.974Z Downloaded indexmap v2.13.0
4282026-03-13T16:59:31.991Z Downloaded pest v2.8.6
4292026-03-13T16:59:32.010Z Downloaded serde_json v1.0.149
4302026-03-13T16:59:32.019Z Downloaded clap_builder v4.5.60
4312026-03-13T16:59:32.024Z Downloaded icu_properties_data v2.1.2
4322026-03-13T16:59:32.036Z Downloaded goblin v0.8.2
4332026-03-13T16:59:32.048Z Downloaded tabled v0.15.0
4342026-03-13T16:59:32.058Z Downloaded syn v1.0.109
4352026-03-13T16:59:32.068Z Downloaded syn v2.0.117
4362026-03-13T16:59:32.089Z Downloaded rustix v1.1.3
4372026-03-13T16:59:32.127Z Downloaded libc v0.2.180
4382026-03-13T16:59:32.203Z Compiling proc-macro2 v1.0.106
4392026-03-13T16:59:32.206Z Compiling unicode-ident v1.0.24
4402026-03-13T16:59:32.206Z Compiling quote v1.0.44
4412026-03-13T16:59:32.206Z Compiling serde_core v1.0.228
4422026-03-13T16:59:32.206Z Compiling libc v0.2.180
4432026-03-13T16:59:32.206Z Compiling version_check v0.9.5
4442026-03-13T16:59:32.206Z Compiling serde v1.0.228
4452026-03-13T16:59:32.206Z Compiling stable_deref_trait v1.2.1
4462026-03-13T16:59:32.206Z Compiling memchr v2.8.0
4472026-03-13T16:59:32.206Z Compiling zmij v1.0.21
4482026-03-13T16:59:32.206Z Compiling ucd-trie v0.1.7
4492026-03-13T16:59:32.413Z Compiling autocfg v1.5.0
4502026-03-13T16:59:32.416Z Compiling itoa v1.0.17
4512026-03-13T16:59:32.416Z Compiling thiserror v1.0.69
4522026-03-13T16:59:32.435Z Compiling litemap v0.8.1
4532026-03-13T16:59:32.692Z Compiling writeable v0.6.2
4542026-03-13T16:59:32.823Z Compiling icu_normalizer_data v2.1.1
4552026-03-13T16:59:32.848Z Compiling byteorder v1.5.0
4562026-03-13T16:59:32.904Z Compiling icu_properties_data v2.1.2
4572026-03-13T16:59:32.960Z Compiling rustix v1.1.3
4582026-03-13T16:59:33.104Z Compiling serde_json v1.0.149
4592026-03-13T16:59:33.112Z Compiling bitflags v2.11.0
4602026-03-13T16:59:33.171Z Compiling num-traits v0.2.19
4612026-03-13T16:59:33.439Z Compiling pest v2.8.6
4622026-03-13T16:59:33.523Z Compiling typeid v1.0.3
4632026-03-13T16:59:33.619Z Compiling smallvec v1.15.1
4642026-03-13T16:59:33.720Z Compiling hashbrown v0.16.1
4652026-03-13T16:59:33.812Z Compiling equivalent v1.0.2
4662026-03-13T16:59:34.089Z Compiling usdt-impl v0.5.0
4672026-03-13T16:59:34.093Z Compiling proc-macro-error-attr v1.0.4
4682026-03-13T16:59:34.093Z Compiling erased-serde v0.4.9
4692026-03-13T16:59:34.199Z Compiling winnow v0.7.14
4702026-03-13T16:59:34.260Z Compiling syn v1.0.109
4712026-03-13T16:59:34.284Z Compiling toml_write v0.1.2
4722026-03-13T16:59:34.479Z Compiling proc-macro-error v1.0.4
4732026-03-13T16:59:34.562Z Compiling indexmap v2.13.0
4742026-03-13T16:59:34.565Z Compiling camino v1.2.2
4752026-03-13T16:59:34.650Z Compiling getrandom v0.4.1
4762026-03-13T16:59:34.653Z Compiling percent-encoding v2.3.2
4772026-03-13T16:59:34.707Z Compiling errno v0.3.14
4782026-03-13T16:59:34.712Z Compiling thread-id v4.2.2
4792026-03-13T16:59:34.712Z Compiling log v0.4.29
4802026-03-13T16:59:34.845Z Compiling utf8_iter v1.0.4
4812026-03-13T16:59:34.906Z Compiling utf8parse v0.2.2
4822026-03-13T16:59:34.931Z Compiling thiserror v2.0.18
4832026-03-13T16:59:34.959Z Compiling plain v0.2.3
4842026-03-13T16:59:35.020Z Compiling pest_meta v2.8.6
4852026-03-13T16:59:35.050Z Compiling syn v2.0.117
4862026-03-13T16:59:35.079Z Compiling anstyle-parse v0.2.7
4872026-03-13T16:59:35.163Z Compiling form_urlencoded v1.2.2
4882026-03-13T16:59:35.273Z Compiling ordered-float v2.10.1
4892026-03-13T16:59:35.362Z Compiling pretty-hex v0.4.1
4902026-03-13T16:59:35.392Z Compiling cfg-if v1.0.4
4912026-03-13T16:59:35.392Z Compiling is_terminal_polyfill v1.70.2
4922026-03-13T16:59:35.450Z Compiling anstyle v1.0.13
4932026-03-13T16:59:35.453Z Compiling anstyle-query v1.1.5
4942026-03-13T16:59:35.534Z Compiling colorchoice v1.0.4
4952026-03-13T16:59:35.632Z Compiling fs-err v3.3.0
4962026-03-13T16:59:35.685Z Compiling anstream v0.6.21
4972026-03-13T16:59:35.717Z Compiling anyhow v1.0.102
4982026-03-13T16:59:35.816Z Compiling heck v0.4.1
4992026-03-13T16:59:35.837Z Compiling unicode-xid v0.2.6
5002026-03-13T16:59:35.837Z Compiling once_cell v1.21.3
5012026-03-13T16:59:35.850Z Compiling clap_lex v1.0.0
5022026-03-13T16:59:35.872Z Compiling fnv v1.0.7
5032026-03-13T16:59:35.913Z Compiling bytecount v0.6.9
5042026-03-13T16:59:35.965Z Compiling strsim v0.11.1
5052026-03-13T16:59:36.010Z Compiling fastrand v2.3.0
5062026-03-13T16:59:36.064Z Compiling heck v0.5.0
5072026-03-13T16:59:36.098Z Compiling unicode-width v0.1.14
5082026-03-13T16:59:36.125Z Compiling terminal_size v0.4.3
5092026-03-13T16:59:36.181Z Compiling memmap v0.7.0
5102026-03-13T16:59:36.290Z Compiling tempfile v3.25.0
5112026-03-13T16:59:36.320Z Compiling clap_builder v4.5.60
5122026-03-13T16:59:36.347Z Compiling unicode-linebreak v0.1.5
5132026-03-13T16:59:36.378Z Compiling smawk v0.3.2
5142026-03-13T16:59:36.455Z Compiling papergrid v0.11.0
5152026-03-13T16:59:36.483Z Compiling unicode-width v0.2.0
5162026-03-13T16:59:36.571Z Compiling swrite v0.1.0
5172026-03-13T16:59:36.601Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-13T16:59:36.814Z Compiling semver v1.0.27
5192026-03-13T16:59:36.918Z Compiling textwrap v0.16.2
5202026-03-13T16:59:37.237Z Compiling camino-tempfile v1.4.1
5212026-03-13T16:59:37.308Z Compiling serde-untagged v0.1.9
5222026-03-13T16:59:37.368Z Compiling tabled_derive v0.7.0
5232026-03-13T16:59:38.255Z Compiling tabled v0.15.0
5242026-03-13T16:59:38.640Z Compiling synstructure v0.13.2
5252026-03-13T16:59:38.640Z Compiling pest_generator v2.8.6
5262026-03-13T16:59:39.366Z Compiling serde_derive v1.0.228
5272026-03-13T16:59:39.366Z Compiling zerofrom-derive v0.1.6
5282026-03-13T16:59:39.381Z Compiling yoke-derive v0.8.1
5292026-03-13T16:59:39.381Z Compiling zerovec-derive v0.11.2
5302026-03-13T16:59:39.381Z Compiling displaydoc v0.2.5
5312026-03-13T16:59:39.381Z Compiling thiserror-impl v1.0.69
5322026-03-13T16:59:39.381Z Compiling zerocopy-derive v0.7.35
5332026-03-13T16:59:39.381Z Compiling scroll_derive v0.12.1
5342026-03-13T16:59:39.381Z Compiling thiserror-impl v2.0.18
5352026-03-13T16:59:39.382Z Compiling clap_derive v4.5.55
5362026-03-13T16:59:39.444Z Compiling pest_derive v2.8.6
5372026-03-13T16:59:40.190Z Compiling scroll v0.12.0
5382026-03-13T16:59:40.333Z Compiling zerocopy v0.7.35
5392026-03-13T16:59:40.514Z Compiling goblin v0.8.2
5402026-03-13T16:59:40.928Z Compiling zerofrom v0.1.6
5412026-03-13T16:59:41.078Z Compiling yoke v0.8.1
5422026-03-13T16:59:41.109Z Compiling dtrace-parser v0.2.0
5432026-03-13T16:59:41.232Z Compiling clap v4.5.60
5442026-03-13T16:59:41.287Z Compiling zerovec v0.11.5
5452026-03-13T16:59:41.287Z Compiling zerotrie v0.2.3
5462026-03-13T16:59:41.856Z Compiling tinystr v0.8.2
5472026-03-13T16:59:41.856Z Compiling potential_utf v0.1.4
5482026-03-13T16:59:42.020Z Compiling icu_collections v2.1.1
5492026-03-13T16:59:42.062Z Compiling icu_locale_core v2.1.1
5502026-03-13T16:59:42.657Z Compiling serde_spanned v0.6.9
5512026-03-13T16:59:42.657Z Compiling toml_datetime v0.6.11
5522026-03-13T16:59:42.657Z Compiling serde-value v0.7.0
5532026-03-13T16:59:42.662Z Compiling cargo-platform v0.2.0
5542026-03-13T16:59:42.662Z Compiling macaddr v1.0.1
5552026-03-13T16:59:42.703Z Compiling dof v0.3.0
5562026-03-13T16:59:42.706Z Compiling serde_tokenstream v0.2.3
5572026-03-13T16:59:42.853Z Compiling icu_provider v2.1.1
5582026-03-13T16:59:42.959Z Compiling toml_edit v0.22.27
5592026-03-13T16:59:43.165Z Compiling icu_properties v2.1.2
5602026-03-13T16:59:43.169Z Compiling icu_normalizer v2.1.1
5612026-03-13T16:59:43.721Z Compiling usdt-macro v0.5.0
5622026-03-13T16:59:43.724Z Compiling usdt-attr-macro v0.5.0
5632026-03-13T16:59:44.331Z Compiling idna_adapter v1.2.1
5642026-03-13T16:59:44.464Z Compiling idna v1.1.0
5652026-03-13T16:59:44.522Z Compiling usdt v0.5.0
5662026-03-13T16:59:44.758Z Compiling toml v0.8.23
5672026-03-13T16:59:44.797Z Compiling url v2.5.8
5682026-03-13T16:59:45.269Z Compiling cargo_toml v0.21.0
5692026-03-13T16:59:45.321Z Compiling cargo-util-schemas v0.8.2
5702026-03-13T16:59:46.438Z Compiling cargo_metadata v0.21.0
5712026-03-13T16:59:47.699Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-13T16:59:50.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.83s
5732026-03-13T16:59:50.925Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-13T16:59:51.633Z Downloading crates ...
5752026-03-13T16:59:51.747Z Downloaded async-stream-impl v0.3.6
5762026-03-13T16:59:51.752Z Downloaded adler2 v2.0.1
5772026-03-13T16:59:51.756Z Downloaded bzip2 v0.4.4
5782026-03-13T16:59:51.760Z Downloaded async-stream v0.3.6
5792026-03-13T16:59:51.763Z Downloaded bit-vec v0.8.0
5802026-03-13T16:59:51.768Z Downloaded cargo-platform v0.1.9
5812026-03-13T16:59:51.771Z Downloaded arrayref v0.3.9
5822026-03-13T16:59:51.774Z Downloaded const_format_proc_macros v0.2.34
5832026-03-13T16:59:51.778Z Downloaded critical-section v1.2.0
5842026-03-13T16:59:51.782Z Downloaded dtrace-parser v0.3.0
5852026-03-13T16:59:51.785Z Downloaded foreign-types-macros v0.2.3
5862026-03-13T16:59:51.788Z Downloaded darling_core v0.23.0
5872026-03-13T16:59:51.794Z Downloaded crossbeam-utils v0.8.21
5882026-03-13T16:59:51.799Z Downloaded display-error-chain v0.2.2
5892026-03-13T16:59:51.802Z Downloaded ar_archive_writer v0.5.1
5902026-03-13T16:59:51.807Z Downloaded curve25519-dalek-derive v0.1.1
5912026-03-13T16:59:51.810Z Downloaded crunchy v0.2.4
5922026-03-13T16:59:51.813Z Downloaded ciborium-ll v0.2.2
5932026-03-13T16:59:51.817Z Downloaded dropshot v0.16.7
5942026-03-13T16:59:51.836Z Downloaded futures-macro v0.3.32
5952026-03-13T16:59:51.839Z Downloaded cstr-argument v0.1.2
5962026-03-13T16:59:51.843Z Downloaded bitfield-macros v0.19.4
5972026-03-13T16:59:51.849Z Downloaded ff v0.13.1
5982026-03-13T16:59:51.852Z Downloaded defmt-macros v1.0.1
5992026-03-13T16:59:51.855Z Downloaded enum-as-inner v0.6.1
6002026-03-13T16:59:51.859Z Downloaded foreign-types-shared v0.1.1
6012026-03-13T16:59:51.862Z Downloaded float-ord v0.3.2
6022026-03-13T16:59:51.865Z Downloaded endian-type v0.1.2
6032026-03-13T16:59:51.868Z Downloaded defmt-parser v1.0.0
6042026-03-13T16:59:51.871Z Downloaded base16ct v1.0.0
6052026-03-13T16:59:51.874Z Downloaded foreign-types v0.3.2
6062026-03-13T16:59:51.877Z Downloaded embedded-io v0.6.1
6072026-03-13T16:59:51.880Z Downloaded ascii-canvas v3.0.0
6082026-03-13T16:59:51.883Z Downloaded dirs-sys-next v0.1.2
6092026-03-13T16:59:51.886Z Downloaded diesel-dtrace v0.5.0
6102026-03-13T16:59:51.889Z Downloaded gethostname v0.5.0
6112026-03-13T16:59:51.893Z Downloaded fd-lock v4.0.4
6122026-03-13T16:59:51.896Z Downloaded foreign-types-shared v0.3.1
6132026-03-13T16:59:51.901Z Downloaded cpufeatures v0.3.0
6142026-03-13T16:59:51.904Z Downloaded float-cmp v0.10.0
6152026-03-13T16:59:51.907Z Downloaded funty v2.0.0
6162026-03-13T16:59:51.910Z Downloaded ghash v0.5.1
6172026-03-13T16:59:51.913Z Downloaded globwalk v0.9.1
6182026-03-13T16:59:51.917Z Downloaded ecdsa v0.16.9
6192026-03-13T16:59:51.920Z Downloaded git-stub v1.0.0
6202026-03-13T16:59:51.924Z Downloaded fs-err v2.11.0
6212026-03-13T16:59:51.927Z Downloaded cexpr v0.6.0
6222026-03-13T16:59:51.931Z Downloaded headers-core v0.3.0
6232026-03-13T16:59:51.934Z Downloaded cmake v0.1.57
6242026-03-13T16:59:51.937Z Downloaded hex v0.4.3
6252026-03-13T16:59:51.940Z Downloaded convert_case v0.10.0
6262026-03-13T16:59:51.943Z Downloaded darling v0.21.3
6272026-03-13T16:59:51.949Z Downloaded hash32 v0.2.1
6282026-03-13T16:59:51.952Z Downloaded foreign-types v0.5.0
6292026-03-13T16:59:51.954Z Downloaded http-body v1.0.1
6302026-03-13T16:59:51.957Z Downloaded http-range v0.1.5
6312026-03-13T16:59:51.960Z Downloaded colored v2.2.0
6322026-03-13T16:59:51.964Z Downloaded hyper-tls v0.6.0
6332026-03-13T16:59:51.966Z Downloaded hubpack v0.1.2
6342026-03-13T16:59:51.970Z Downloaded ident_case v1.0.1
6352026-03-13T16:59:51.973Z Downloaded argon2 v0.5.3
6362026-03-13T16:59:51.975Z Downloaded instability v0.3.11
6372026-03-13T16:59:51.980Z Downloaded find-msvc-tools v0.1.9
6382026-03-13T16:59:51.985Z Downloaded glob v0.3.3
6392026-03-13T16:59:51.987Z Downloaded git-stub-vcs v0.1.0
6402026-03-13T16:59:51.987Z Downloaded indoc v1.0.9
6412026-03-13T16:59:51.991Z Downloaded httpdate v1.0.3
6422026-03-13T16:59:51.994Z Downloaded is-terminal v0.4.17
6432026-03-13T16:59:51.997Z Downloaded foldhash v0.1.5
6442026-03-13T16:59:52.012Z Downloaded keccak v0.1.6
6452026-03-13T16:59:52.015Z Downloaded hash32 v0.3.1
6462026-03-13T16:59:52.018Z Downloaded darling v0.23.0
6472026-03-13T16:59:52.025Z Downloaded libscf-sys v1.1.0
6482026-03-13T16:59:52.028Z Downloaded lazy_static v1.5.0
6492026-03-13T16:59:52.030Z Downloaded humantime v2.3.0
6502026-03-13T16:59:52.033Z Downloaded http-body-util v0.1.3
6512026-03-13T16:59:52.036Z Downloaded hyper-staticfile v0.10.1
6522026-03-13T16:59:52.039Z Downloaded highway v1.3.0
6532026-03-13T16:59:52.042Z Downloaded memoffset v0.9.1
6542026-03-13T16:59:52.045Z Downloaded chacha20 v0.10.0
6552026-03-13T16:59:52.048Z Downloaded ingot-types v0.1.2
6562026-03-13T16:59:52.059Z Downloaded console v0.15.11
6572026-03-13T16:59:52.063Z Downloaded ingot v0.1.1
6582026-03-13T16:59:52.063Z Downloaded indoc v2.0.7
6592026-03-13T16:59:52.063Z Downloaded mime v0.3.17
6602026-03-13T16:59:52.066Z Downloaded nibble_vec v0.1.0
6612026-03-13T16:59:52.071Z Downloaded ipnet v2.11.0
6622026-03-13T16:59:52.074Z Downloaded console v0.16.2
6632026-03-13T16:59:52.074Z Downloaded multimap v0.10.1
6642026-03-13T16:59:52.077Z Downloaded num v0.4.3
6652026-03-13T16:59:52.080Z Downloaded newline-converter v0.3.0
6662026-03-13T16:59:52.083Z Downloaded nodrop v0.1.14
6672026-03-13T16:59:52.087Z Downloaded libloading v0.8.9
6682026-03-13T16:59:52.091Z Downloaded num-derive v0.3.3
6692026-03-13T16:59:52.091Z Downloaded num-iter v0.1.45
6702026-03-13T16:59:52.094Z Downloaded num_enum_derive v0.5.11
6712026-03-13T16:59:52.097Z Downloaded hyper-rustls v0.27.7
6722026-03-13T16:59:52.101Z Downloaded linked-hash-map v0.5.6
6732026-03-13T16:59:52.101Z Downloaded libsw-core v0.3.2
6742026-03-13T16:59:52.104Z Downloaded libsw v3.5.0
6752026-03-13T16:59:52.108Z Downloaded olpc-cjson v0.1.4
6762026-03-13T16:59:52.111Z Downloaded openssl-probe v0.2.1
6772026-03-13T16:59:52.111Z Downloaded iana-time-zone v0.1.65
6782026-03-13T16:59:52.114Z Downloaded libefi-sys v0.1.0
6792026-03-13T16:59:52.117Z Downloaded mime_guess v2.0.5
6802026-03-13T16:59:52.121Z Downloaded ingot-macros v0.1.1
6812026-03-13T16:59:52.124Z Downloaded opaque-debug v0.3.1
6822026-03-13T16:59:52.124Z Downloaded packed_struct_codegen v0.10.1
6832026-03-13T16:59:52.127Z Downloaded nanorand v0.7.0
6842026-03-13T16:59:52.130Z Downloaded parse-display v0.10.0
6852026-03-13T16:59:52.133Z Downloaded openssl-probe v0.1.6
6862026-03-13T16:59:52.136Z Downloaded newtype-uuid v1.3.2
6872026-03-13T16:59:52.139Z Downloaded compact_str v0.8.1
6882026-03-13T16:59:52.142Z Downloaded parse-size v1.1.0
6892026-03-13T16:59:52.144Z Downloaded oso-derive v0.27.3
6902026-03-13T16:59:52.147Z Downloaded const_format v0.2.35
6912026-03-13T16:59:52.150Z Downloaded flate2 v1.1.9
6922026-03-13T16:59:52.154Z Downloaded pbkdf2 v0.12.2
6932026-03-13T16:59:52.157Z Downloaded phf_shared v0.13.1
6942026-03-13T16:59:52.160Z Downloaded phf_shared v0.12.1
6952026-03-13T16:59:52.163Z Downloaded phf_shared v0.11.3
6962026-03-13T16:59:52.166Z Downloaded num_enum v0.7.5
6972026-03-13T16:59:52.168Z Downloaded num_enum v0.5.11
6982026-03-13T16:59:52.173Z Downloaded num_enum_derive v0.7.5
6992026-03-13T16:59:52.176Z Downloaded pin-utils v0.1.0
7002026-03-13T16:59:52.179Z Downloaded num-complex v0.4.6
7012026-03-13T16:59:52.184Z Downloaded predicates-core v1.0.10
7022026-03-13T16:59:52.187Z Downloaded precomputed-hash v0.1.1
7032026-03-13T16:59:52.187Z Downloaded litrs v1.0.0
7042026-03-13T16:59:52.190Z Downloaded memmap2 v0.9.10
7052026-03-13T16:59:52.190Z Downloaded heapless v0.7.17
7062026-03-13T16:59:52.194Z Downloaded owo-colors v4.3.0
7072026-03-13T16:59:52.198Z Downloaded proc-macro-error-attr2 v2.0.0
7082026-03-13T16:59:52.202Z Downloaded linear-map v1.2.0
7092026-03-13T16:59:52.206Z Downloaded predicates-tree v1.0.13
7102026-03-13T16:59:52.206Z Downloaded proc-macro-crate v1.3.1
7112026-03-13T16:59:52.212Z Downloaded packed_struct v0.10.1
7122026-03-13T16:59:52.212Z Downloaded cc v1.2.56
7132026-03-13T16:59:52.214Z Downloaded password-hash v0.4.2
7142026-03-13T16:59:52.214Z Downloaded paste v1.0.15
7152026-03-13T16:59:52.219Z Downloaded quick-error v1.2.3
7162026-03-13T16:59:52.222Z Downloaded progenitor-macro v0.11.2
7172026-03-13T16:59:52.222Z Downloaded progenitor-macro v0.10.0
7182026-03-13T16:59:52.225Z Downloaded progenitor-macro v0.13.0
7192026-03-13T16:59:52.228Z Downloaded psl-types v2.0.11
7202026-03-13T16:59:52.228Z Downloaded radium v0.7.0
7212026-03-13T16:59:52.231Z Downloaded pem v3.0.6
7222026-03-13T16:59:52.234Z Downloaded pin-project-internal v1.1.11
7232026-03-13T16:59:52.237Z Downloaded rand_chacha v0.3.1
7242026-03-13T16:59:52.237Z Downloaded peg-macros v0.8.5
7252026-03-13T16:59:52.240Z Downloaded native-tls v0.2.18
7262026-03-13T16:59:52.243Z Downloaded crossterm v0.29.0
7272026-03-13T16:59:52.248Z Downloaded powerfmt v0.2.0
7282026-03-13T16:59:52.257Z Downloaded ppv-lite86 v0.2.21
7292026-03-13T16:59:52.260Z Downloaded polyval v0.6.2
7302026-03-13T16:59:52.260Z Downloaded rand_xorshift v0.4.0
7312026-03-13T16:59:52.260Z Downloaded predicates v3.1.4
7322026-03-13T16:59:52.260Z Downloaded crossbeam-channel v0.5.15
7332026-03-13T16:59:52.263Z Downloaded hickory-resolver v0.24.4
7342026-03-13T16:59:52.267Z Downloaded primeorder v0.13.6
7352026-03-13T16:59:52.270Z Downloaded proc-macro-error2 v2.0.1
7362026-03-13T16:59:52.273Z Downloaded recursive v0.1.1
7372026-03-13T16:59:52.276Z Downloaded ref-cast-impl v1.0.25
7382026-03-13T16:59:52.276Z Downloaded base64 v0.22.1
7392026-03-13T16:59:52.280Z Downloaded progenitor v0.13.0
7402026-03-13T16:59:52.282Z Downloaded parking_lot_core v0.9.12
7412026-03-13T16:59:52.285Z Downloaded ed25519-dalek v2.2.0
7422026-03-13T16:59:52.288Z Downloaded rfc6979 v0.4.0
7432026-03-13T16:59:52.292Z Downloaded rtoolbox v0.0.3
7442026-03-13T16:59:52.296Z Downloaded progenitor-client v0.11.2
7452026-03-13T16:59:52.296Z Downloaded progenitor-client v0.13.0
7462026-03-13T16:59:52.299Z Downloaded pem-rfc7468 v0.7.0
7472026-03-13T16:59:52.299Z Downloaded progenitor v0.11.2
7482026-03-13T16:59:52.302Z Downloaded progenitor-extras v0.1.1
7492026-03-13T16:59:52.305Z Downloaded rustc_version v0.1.7
7502026-03-13T16:59:52.305Z Downloaded rustc_version v0.4.1
7512026-03-13T16:59:52.308Z Downloaded rustc-hash v2.1.1
7522026-03-13T16:59:52.308Z Downloaded psm v0.1.30
7532026-03-13T16:59:52.311Z Downloaded russh-cryptovec v0.7.3
7542026-03-13T16:59:52.314Z Downloaded peg v0.8.5
7552026-03-13T16:59:52.316Z Downloaded pkcs1 v0.7.5
7562026-03-13T16:59:52.319Z Downloaded pkcs5 v0.7.1
7572026-03-13T16:59:52.322Z Downloaded rand_seeder v0.4.0
7582026-03-13T16:59:52.325Z Downloaded rand_core v0.10.0
7592026-03-13T16:59:52.328Z Downloaded rand_core v0.9.5
7602026-03-13T16:59:52.331Z Downloaded salsa20 v0.10.2
7612026-03-13T16:59:52.332Z Downloaded oso v0.27.3
7622026-03-13T16:59:52.334Z Downloaded diesel_derives v2.3.7
7632026-03-13T16:59:52.340Z Downloaded scopeguard v1.2.0
7642026-03-13T16:59:52.343Z Downloaded scheduled-thread-pool v0.2.7
7652026-03-13T16:59:52.346Z Downloaded sapling-renderdag v0.1.0
7662026-03-13T16:59:52.346Z Downloaded resolv-conf v0.7.6
7672026-03-13T16:59:52.350Z Downloaded same-file v1.0.6
7682026-03-13T16:59:52.353Z Downloaded oxide-tokio-rt v0.1.3
7692026-03-13T16:59:52.353Z Downloaded hickory-resolver v0.25.2
7702026-03-13T16:59:52.356Z Downloaded scrypt v0.11.0
7712026-03-13T16:59:52.359Z Downloaded serde_urlencoded v0.7.1
7722026-03-13T16:59:52.362Z Downloaded secrecy v0.10.3
7732026-03-13T16:59:52.362Z Downloaded serde-big-array v0.5.1
7742026-03-13T16:59:52.365Z Downloaded serde_repr v0.1.20
7752026-03-13T16:59:52.368Z Downloaded r2d2 v0.8.10
7762026-03-13T16:59:52.368Z Downloaded jiff-static v0.2.21
7772026-03-13T16:59:52.371Z Downloaded rustls-pemfile v2.2.0
7782026-03-13T16:59:52.374Z Downloaded signal-hook-mio v0.2.5
7792026-03-13T16:59:52.377Z Downloaded serde_bytes v0.11.19
7802026-03-13T16:59:52.377Z Downloaded seq-macro v0.3.6
7812026-03-13T16:59:52.380Z Downloaded rustls-pemfile v1.0.4
7822026-03-13T16:59:52.383Z Downloaded serde_spanned v1.0.4
7832026-03-13T16:59:52.385Z Downloaded rustls-native-certs v0.8.3
7842026-03-13T16:59:52.385Z Downloaded pin-project v1.1.11
7852026-03-13T16:59:52.396Z Downloaded siphasher v1.0.2
7862026-03-13T16:59:52.399Z Downloaded sigpipe v0.1.3
7872026-03-13T16:59:52.399Z Downloaded rusty-fork v0.3.1
7882026-03-13T16:59:52.402Z Downloaded signature v2.2.0
7892026-03-13T16:59:52.402Z Downloaded p256 v0.13.2
7902026-03-13T16:59:52.405Z Downloaded slog-bunyan v2.5.0
7912026-03-13T16:59:52.407Z Downloaded rustversion v1.0.22
7922026-03-13T16:59:52.410Z Downloaded slog-envlogger v2.2.0
7932026-03-13T16:59:52.413Z Downloaded progenitor-impl v0.13.0
7942026-03-13T16:59:52.416Z Downloaded hickory-server v0.25.2
7952026-03-13T16:59:52.420Z Downloaded progenitor-impl v0.11.2
7962026-03-13T16:59:52.423Z Downloaded papergrid v0.17.0
7972026-03-13T16:59:52.426Z Downloaded serde-hex v0.1.0
7982026-03-13T16:59:52.429Z Downloaded semver v0.1.20
7992026-03-13T16:59:52.429Z Downloaded scroll_derive v0.13.1
8002026-03-13T16:59:52.432Z Downloaded schemars_derive v0.8.22
8012026-03-13T16:59:52.432Z Downloaded openssl-sys v0.9.111
8022026-03-13T16:59:52.437Z Downloaded russh-keys v0.45.0
8032026-03-13T16:59:52.439Z Downloaded ssh-cipher v0.2.0
8042026-03-13T16:59:52.442Z Downloaded aes v0.8.4
8052026-03-13T16:59:52.446Z Downloaded serde_path_to_error v0.1.20
8062026-03-13T16:59:52.450Z Downloaded strip-ansi-escapes v0.2.1
8072026-03-13T16:59:52.451Z Downloaded serde_derive_internals v0.29.1
8082026-03-13T16:59:52.454Z Downloaded rustls-pki-types v1.14.0
8092026-03-13T16:59:52.454Z Downloaded secrecy v0.8.0
8102026-03-13T16:59:52.454Z Downloaded sec1 v0.7.3
8112026-03-13T16:59:52.457Z Downloaded sha1 v0.10.6
8122026-03-13T16:59:52.457Z Downloaded hashbrown v0.12.3
8132026-03-13T16:59:52.461Z Downloaded strum v0.27.2
8142026-03-13T16:59:52.464Z Downloaded structmeta v0.3.0
8152026-03-13T16:59:52.464Z Downloaded sync-ptr v0.1.4
8162026-03-13T16:59:52.467Z Downloaded signal-hook-registry v1.4.8
8172026-03-13T16:59:52.467Z Downloaded shlex v1.3.0
8182026-03-13T16:59:52.470Z Downloaded hyper-util v0.1.20
8192026-03-13T16:59:52.474Z Downloaded hashbrown v0.13.2
8202026-03-13T16:59:52.525Z Downloaded slog-term v2.9.2
8212026-03-13T16:59:52.525Z Downloaded strum v0.26.3
8222026-03-13T16:59:52.525Z Downloaded tagptr v0.2.0
8232026-03-13T16:59:52.525Z Downloaded supports-color v3.0.2
8242026-03-13T16:59:52.525Z Downloaded tabled_derive v0.11.0
8252026-03-13T16:59:52.525Z Downloaded subtle v2.6.1
8262026-03-13T16:59:52.525Z Downloaded take_mut v0.2.2
8272026-03-13T16:59:52.525Z Downloaded smf v0.2.3
8282026-03-13T16:59:52.525Z Downloaded slog-dtrace v0.3.0
8292026-03-13T16:59:52.526Z Downloaded pretty_assertions v1.4.1
8302026-03-13T16:59:52.526Z Downloaded prefix-trie v0.7.0
8312026-03-13T16:59:52.526Z Downloaded ron v0.8.1
8322026-03-13T16:59:52.526Z Downloaded scroll v0.13.0
8332026-03-13T16:59:52.526Z Downloaded progenitor-impl v0.10.0
8342026-03-13T16:59:52.526Z Downloaded tap v1.0.1
8352026-03-13T16:59:52.526Z Downloaded spki v0.7.3
8362026-03-13T16:59:52.526Z Downloaded prettyplease v0.2.37
8372026-03-13T16:59:52.526Z Downloaded serde_cbor v0.11.2
8382026-03-13T16:59:52.526Z Downloaded thiserror-impl-no-std v2.0.2
8392026-03-13T16:59:52.526Z Downloaded time-core v0.1.8
8402026-03-13T16:59:52.535Z Downloaded thread-id v5.1.0
8412026-03-13T16:59:52.535Z Downloaded testing_table v0.3.0
8422026-03-13T16:59:52.535Z Downloaded itertools v0.10.5
8432026-03-13T16:59:52.535Z Downloaded aes-gcm v0.10.3
8442026-03-13T16:59:52.538Z Downloaded strum_macros v0.26.4
8452026-03-13T16:59:52.538Z Downloaded num-bigint v0.4.6
8462026-03-13T16:59:52.538Z Downloaded serde_with_macros v3.17.0
8472026-03-13T16:59:52.541Z Downloaded tinyvec_macros v0.1.1
8482026-03-13T16:59:52.541Z Downloaded strum_macros v0.24.3
8492026-03-13T16:59:52.544Z Downloaded static_assertions v1.1.0
8502026-03-13T16:59:52.544Z Downloaded ryu v1.0.23
8512026-03-13T16:59:52.547Z Downloaded support-bundle-viewer v0.1.2
8522026-03-13T16:59:52.550Z Downloaded slog-scope v4.4.1
8532026-03-13T16:59:52.550Z Downloaded schemars v0.8.22
8542026-03-13T16:59:52.559Z Downloaded strum_macros v0.27.2
8552026-03-13T16:59:52.562Z Downloaded http v1.4.0
8562026-03-13T16:59:52.565Z Downloaded snafu-derive v0.8.9
8572026-03-13T16:59:52.570Z Downloaded hashbrown v0.15.5
8582026-03-13T16:59:52.572Z Downloaded slog-async v2.8.0
8592026-03-13T16:59:52.572Z Downloaded slab v0.4.12
8602026-03-13T16:59:52.575Z Downloaded rcgen v0.12.1
8612026-03-13T16:59:52.578Z Downloaded mio v1.1.1
8622026-03-13T16:59:52.581Z Downloaded quinn v0.11.9
8632026-03-13T16:59:52.585Z Downloaded termtree v0.5.1
8642026-03-13T16:59:52.588Z Downloaded topological-sort v0.2.2
8652026-03-13T16:59:52.588Z Downloaded termios v0.3.3
8662026-03-13T16:59:52.588Z Downloaded thread_local v1.1.9
8672026-03-13T16:59:52.591Z Downloaded try-lock v0.2.5
8682026-03-13T16:59:52.591Z Downloaded typify-macro v0.4.3
8692026-03-13T16:59:52.594Z Downloaded aho-corasick v1.1.4
8702026-03-13T16:59:52.597Z Downloaded rand v0.8.5
8712026-03-13T16:59:52.600Z Downloaded trait-variant v0.1.2
8722026-03-13T16:59:52.603Z Downloaded signal-hook v0.3.18
8732026-03-13T16:59:52.603Z Downloaded tls_codec_derive v0.4.2
8742026-03-13T16:59:52.606Z Downloaded tiny-keccak v2.0.2
8752026-03-13T16:59:52.606Z Downloaded unarray v0.1.4
8762026-03-13T16:59:52.610Z Downloaded tls_codec v0.4.2
8772026-03-13T16:59:52.613Z Downloaded typify-macro v0.6.1
8782026-03-13T16:59:52.613Z Downloaded time-macros v0.2.27
8792026-03-13T16:59:52.616Z Downloaded serde_yaml v0.9.34+deprecated
8802026-03-13T16:59:52.619Z Downloaded publicsuffix v2.3.0
8812026-03-13T16:59:52.619Z Downloaded tower-service v0.3.3
8822026-03-13T16:59:52.622Z Downloaded tokio-native-tls v0.3.1
8832026-03-13T16:59:52.622Z Downloaded unicode-truncate v1.1.0
8842026-03-13T16:59:52.622Z Downloaded untrusted v0.7.1
8852026-03-13T16:59:52.625Z Downloaded tower-layer v0.3.3
8862026-03-13T16:59:52.625Z Downloaded sqlformat v0.3.5
8872026-03-13T16:59:52.629Z Downloaded spin v0.9.8
8882026-03-13T16:59:52.629Z Downloaded nom v7.1.3
8892026-03-13T16:59:52.632Z Downloaded slog v2.8.2
8902026-03-13T16:59:52.636Z Downloaded tokio-macros v2.6.0
8912026-03-13T16:59:52.639Z Downloaded universal-hash v0.5.1
8922026-03-13T16:59:52.639Z Downloaded tokio-rustls v0.25.0
8932026-03-13T16:59:52.643Z Downloaded untrusted v0.9.0
8942026-03-13T16:59:52.643Z Downloaded usdt-attr-macro v0.6.0
8952026-03-13T16:59:52.643Z Downloaded unit-prefix v0.5.2
8962026-03-13T16:59:52.647Z Downloaded void v1.0.2
8972026-03-13T16:59:52.647Z Downloaded usdt-macro v0.6.0
8982026-03-13T16:59:52.647Z Downloaded tokio-tungstenite v0.21.0
8992026-03-13T16:59:52.647Z Downloaded term v1.2.1
9002026-03-13T16:59:52.651Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9012026-03-13T16:59:52.654Z Downloaded num-bigint-dig v0.8.6
9022026-03-13T16:59:52.657Z Downloaded usdt v0.6.0
9032026-03-13T16:59:52.657Z Downloaded thiserror-no-std v2.0.2
9042026-03-13T16:59:52.660Z Downloaded wait-timeout v0.2.1
9052026-03-13T16:59:52.660Z Downloaded waitgroup v0.1.2
9062026-03-13T16:59:52.663Z Downloaded rsa v0.9.10
9072026-03-13T16:59:52.666Z Downloaded toml_writer v1.0.6+spec-1.1.0
9082026-03-13T16:59:52.669Z Downloaded rustls-webpki v0.103.9
9092026-03-13T16:59:52.672Z Downloaded itertools v0.13.0
9102026-03-13T16:59:52.677Z Downloaded want v0.3.1
9112026-03-13T16:59:52.677Z Downloaded itertools v0.12.1
9122026-03-13T16:59:52.682Z Downloaded utf-8 v0.7.6
9132026-03-13T16:59:52.686Z Downloaded term v0.7.0
9142026-03-13T16:59:52.686Z Downloaded socket2 v0.6.2
9152026-03-13T16:59:52.689Z Downloaded tokio-dtrace v0.1.1
9162026-03-13T16:59:52.689Z Downloaded similar v2.7.0
9172026-03-13T16:59:52.692Z Downloaded rayon-core v1.13.0
9182026-03-13T16:59:52.695Z Downloaded xattr v1.6.1
9192026-03-13T16:59:52.699Z Downloaded xshell-macros v0.2.7
9202026-03-13T16:59:52.699Z Downloaded unicase v2.9.0
9212026-03-13T16:59:52.702Z Downloaded iddqd v0.3.17
9222026-03-13T16:59:52.705Z Downloaded snafu v0.8.9
9232026-03-13T16:59:52.709Z Downloaded tokio-stream v0.1.18
9242026-03-13T16:59:52.713Z Downloaded tokio-tungstenite v0.23.1
9252026-03-13T16:59:52.717Z Downloaded zone_cfg_derive v0.3.1
9262026-03-13T16:59:52.717Z Downloaded zeroize_derive v1.4.3
9272026-03-13T16:59:52.717Z Downloaded tokio-rustls v0.24.1
9282026-03-13T16:59:52.720Z Downloaded zone v0.3.1
9292026-03-13T16:59:52.720Z Downloaded samael v0.0.19
9302026-03-13T16:59:52.724Z Downloaded tar v0.4.44
9312026-03-13T16:59:52.727Z Downloaded schemars v0.9.0
9322026-03-13T16:59:52.736Z Downloaded walkdir v2.5.0
9332026-03-13T16:59:52.742Z Downloaded tui-tree-widget v0.23.1
9342026-03-13T16:59:52.742Z Downloaded tracing-attributes v0.1.31
9352026-03-13T16:59:52.745Z Downloaded toml_parser v1.0.9+spec-1.1.0
9362026-03-13T16:59:52.745Z Downloaded socket2 v0.5.10
9372026-03-13T16:59:52.745Z Downloaded uzers v0.12.2
9382026-03-13T16:59:52.749Z Downloaded whoami v2.1.0
9392026-03-13T16:59:52.749Z Downloaded whoami v1.6.1
9402026-03-13T16:59:52.753Z Downloaded test-strategy v0.4.5
9412026-03-13T16:59:52.753Z Downloaded twox-hash v2.1.2
9422026-03-13T16:59:52.756Z Downloaded p521 v0.13.3
9432026-03-13T16:59:52.759Z Downloaded hkdf v0.12.4
9442026-03-13T16:59:52.762Z Downloaded qorb v0.4.1
9452026-03-13T16:59:52.766Z Downloaded xz2 v0.1.7
9462026-03-13T16:59:52.766Z Downloaded wyz v0.5.1
9472026-03-13T16:59:52.769Z Downloaded tokio-rustls v0.26.4
9482026-03-13T16:59:52.769Z Downloaded libxml v0.3.3
9492026-03-13T16:59:52.773Z Downloaded zeroize v1.8.2
9502026-03-13T16:59:52.776Z Downloaded xshell v0.2.7
9512026-03-13T16:59:52.776Z Downloaded toml v0.9.12+spec-1.1.0
9522026-03-13T16:59:52.778Z Downloaded usdt-impl v0.6.0
9532026-03-13T16:59:52.782Z Downloaded toml v0.7.8
9542026-03-13T16:59:52.782Z Downloaded vsss-rs v3.3.4
9552026-03-13T16:59:52.785Z Downloaded rand v0.10.0
9562026-03-13T16:59:52.788Z Downloaded schemars v1.2.1
9572026-03-13T16:59:52.797Z Downloaded zstd-safe v7.2.4
9582026-03-13T16:59:52.801Z Downloaded vergen-git2 v1.0.7
9592026-03-13T16:59:52.805Z Downloaded steno v0.4.1
9602026-03-13T16:59:52.808Z Downloaded zstd v0.13.3
9612026-03-13T16:59:52.808Z Downloaded typify v0.6.1
9622026-03-13T16:59:52.811Z Downloaded vergen-gitcl v1.0.8
9632026-03-13T16:59:52.811Z Downloaded vergen v9.0.6
9642026-03-13T16:59:52.814Z Downloaded tungstenite v0.21.0
9652026-03-13T16:59:52.817Z Downloaded unicode-bidi v0.3.18
9662026-03-13T16:59:52.820Z Downloaded russh v0.45.0
9672026-03-13T16:59:52.823Z Downloaded aws-lc-rs v1.16.0
9682026-03-13T16:59:52.829Z Downloaded zerocopy v0.6.6
9692026-03-13T16:59:52.832Z Downloaded typify v0.4.3
9702026-03-13T16:59:52.835Z Downloaded unsafe-libyaml v0.2.11
9712026-03-13T16:59:52.838Z Downloaded yasna v0.5.2
9722026-03-13T16:59:52.838Z Downloaded unicode-properties v0.1.4
9732026-03-13T16:59:52.841Z Downloaded vte v0.14.1
9742026-03-13T16:59:52.844Z Downloaded h2 v0.4.13
9752026-03-13T16:59:52.847Z Downloaded uuid v1.21.0
9762026-03-13T16:59:52.850Z Downloaded tracing-core v0.1.36
9772026-03-13T16:59:52.854Z Downloaded toml_edit v0.23.10+spec-1.0.0
9782026-03-13T16:59:52.857Z Downloaded reedline v0.40.0
9792026-03-13T16:59:52.860Z Downloaded ssh-key v0.6.7
9802026-03-13T16:59:52.866Z Downloaded toml_edit v0.19.15
9812026-03-13T16:59:52.879Z Downloaded bitvec v1.0.1
9822026-03-13T16:59:52.889Z Downloaded zopfli v0.8.3
9832026-03-13T16:59:52.892Z Downloaded rustyline v14.0.0
9842026-03-13T16:59:52.895Z Downloaded tokio-postgres v0.7.16
9852026-03-13T16:59:52.899Z Downloaded p384 v0.13.1
9862026-03-13T16:59:52.903Z Downloaded rpassword v7.4.0
9872026-03-13T16:59:52.907Z Downloaded zip v0.6.6
9882026-03-13T16:59:52.910Z Downloaded libm v0.2.16
9892026-03-13T16:59:52.916Z Downloaded ron v0.12.0
9902026-03-13T16:59:52.922Z Downloaded tungstenite v0.23.0
9912026-03-13T16:59:52.924Z Downloaded unicode_categories v0.1.1
9922026-03-13T16:59:52.927Z Downloaded blake3 v1.8.3
9932026-03-13T16:59:52.933Z Downloaded yansi v1.0.1
9942026-03-13T16:59:52.936Z Downloaded regex v1.12.3
9952026-03-13T16:59:52.941Z Downloaded reqwest v0.13.2
9962026-03-13T16:59:52.944Z Downloaded reqwest v0.12.28
9972026-03-13T16:59:52.948Z Downloaded quick-xml v0.37.5
9982026-03-13T16:59:52.953Z Downloaded bindgen v0.71.1
9992026-03-13T16:59:52.960Z Downloaded lalrpop v0.19.12
10002026-03-13T16:59:52.967Z Downloaded x509-cert v0.2.5
10012026-03-13T16:59:52.971Z Downloaded unicode-segmentation v1.12.0
10022026-03-13T16:59:52.975Z Downloaded rayon v1.11.0
10032026-03-13T16:59:52.982Z Downloaded git2 v0.20.4
10042026-03-13T16:59:52.988Z Downloaded chrono v0.4.44
10052026-03-13T16:59:53.009Z Downloaded zip v4.6.1
10062026-03-13T16:59:53.013Z Downloaded zerocopy-derive v0.8.40
10072026-03-13T16:59:53.020Z Downloaded rustls-webpki v0.102.8
10082026-03-13T16:59:53.035Z Downloaded salty v0.3.0
10092026-03-13T16:59:53.039Z Downloaded moka v0.12.13
10102026-03-13T16:59:53.045Z Downloaded tough v0.20.0
10112026-03-13T16:59:53.051Z Downloaded unicode-normalization v0.1.25
10122026-03-13T16:59:53.054Z Downloaded portable-atomic v1.13.1
10132026-03-13T16:59:53.067Z Downloaded petname v2.0.2
10142026-03-13T16:59:53.072Z Downloaded rustls-webpki v0.101.7
10152026-03-13T16:59:53.075Z Downloaded tower-http v0.6.8
10162026-03-13T16:59:53.080Z Downloaded serde_with v3.17.0
10172026-03-13T16:59:53.089Z Downloaded winnow v0.5.40
10182026-03-13T16:59:53.096Z Downloaded radix_trie v0.2.1
10192026-03-13T16:59:53.101Z Downloaded object v0.30.4
10202026-03-13T16:59:53.109Z Downloaded rustls v0.21.12
10212026-03-13T16:59:53.115Z Downloaded proptest v1.10.0
10222026-03-13T16:59:53.122Z Downloaded time v0.3.47
10232026-03-13T16:59:53.131Z Downloaded tabled v0.20.0
10242026-03-13T16:59:53.146Z Downloaded winnow v0.6.26
10252026-03-13T16:59:53.151Z Downloaded vcpkg v0.2.15
10262026-03-13T16:59:53.180Z Downloaded object v0.37.3
10272026-03-13T16:59:53.188Z Downloaded zerocopy v0.8.40
10282026-03-13T16:59:53.197Z Downloaded curve25519-dalek v4.1.3
10292026-03-13T16:59:53.203Z Downloaded nix v0.31.1
10302026-03-13T16:59:53.211Z Downloaded regress v0.10.5
10312026-03-13T16:59:53.218Z Downloaded regex-syntax v0.8.10
10322026-03-13T16:59:53.223Z Downloaded polar-core v0.27.3
10332026-03-13T16:59:53.229Z Downloaded hickory-proto v0.24.4
10342026-03-13T16:59:53.240Z Downloaded nix v0.29.0
10352026-03-13T16:59:53.248Z Downloaded regex-syntax v0.6.29
10362026-03-13T16:59:53.253Z Downloaded openssl v0.10.75
10372026-03-13T16:59:53.260Z Downloaded nix v0.28.0
10382026-03-13T16:59:53.268Z Downloaded quinn-proto v0.11.13
10392026-03-13T16:59:53.274Z Downloaded bstr v1.12.1
10402026-03-13T16:59:53.280Z Downloaded zlib-rs v0.6.2
10412026-03-13T16:59:53.284Z Downloaded nix v0.27.1
10422026-03-13T16:59:53.292Z Downloaded goblin v0.10.5
10432026-03-13T16:59:53.298Z Downloaded smoltcp v0.9.1
10442026-03-13T16:59:53.305Z Downloaded typed-path v0.9.3
10452026-03-13T16:59:53.310Z Downloaded tower v0.5.3
10462026-03-13T16:59:53.316Z Downloaded bzip2-sys v0.1.13+1.0.8
10472026-03-13T16:59:53.325Z Downloaded webpki-roots v1.0.6
10482026-03-13T16:59:53.328Z Downloaded zerocopy-derive v0.6.6
10492026-03-13T16:59:53.334Z Downloaded rustls v0.22.4
10502026-03-13T16:59:53.345Z Downloaded openapiv3 v2.2.0
10512026-03-13T16:59:53.351Z Downloaded smoltcp v0.11.0
10522026-03-13T16:59:53.361Z Downloaded tokio-util v0.7.18
10532026-03-13T16:59:53.365Z Downloaded futures-util v0.3.32
10542026-03-13T16:59:53.374Z Downloaded hickory-proto v0.25.2
10552026-03-13T16:59:53.386Z Downloaded itertools v0.14.0
10562026-03-13T16:59:53.392Z Downloaded diesel v2.3.7
10572026-03-13T16:59:53.407Z Downloaded rustix v0.38.44
10582026-03-13T16:59:53.424Z Downloaded rustls v0.23.37
10592026-03-13T16:59:53.432Z Downloaded petgraph v0.8.3
10602026-03-13T16:59:53.448Z Downloaded chrono-tz v0.10.4
10612026-03-13T16:59:53.461Z Downloaded vergen-lib v0.1.6
10622026-03-13T16:59:53.464Z Downloaded tinyvec v1.10.0
10632026-03-13T16:59:53.467Z Downloaded sha3 v0.10.8
10642026-03-13T16:59:53.470Z Downloaded rand v0.9.2
10652026-03-13T16:59:53.473Z Downloaded subprocess v0.2.15
10662026-03-13T16:59:53.473Z Downloaded iri-string v0.7.10
10672026-03-13T16:59:53.478Z Downloaded tokio v1.49.0
10682026-03-13T16:59:53.507Z Downloaded sqlparser v0.61.0
10692026-03-13T16:59:53.514Z Downloaded hyper v1.8.1
10702026-03-13T16:59:53.519Z Downloaded stacker v0.1.23
10712026-03-13T16:59:53.522Z Downloaded rustls-platform-verifier v0.6.2
10722026-03-13T16:59:53.524Z Downloaded typify-impl v0.6.1
10732026-03-13T16:59:53.532Z Downloaded sled v0.34.7
10742026-03-13T16:59:53.541Z Downloaded tracing v0.1.44
10752026-03-13T16:59:53.555Z Downloaded ratatui v0.29.0
10762026-03-13T16:59:53.569Z Downloaded stringprep v0.1.5
10772026-03-13T16:59:53.572Z Downloaded typify-impl v0.4.3
10782026-03-13T16:59:53.581Z Downloaded string_cache v0.8.9
10792026-03-13T16:59:53.584Z Downloaded structmeta-derive v0.3.0
10802026-03-13T16:59:53.584Z Downloaded tabwriter v1.4.1
10812026-03-13T16:59:53.584Z Downloaded sync_wrapper v1.0.2
10822026-03-13T16:59:53.587Z Downloaded smallvec v0.6.14
10832026-03-13T16:59:53.587Z Downloaded slog-stdlog v4.1.1
10842026-03-13T16:59:53.588Z Downloaded slog-json v2.6.1
10852026-03-13T16:59:53.590Z Downloaded simd-adler32 v0.3.8
10862026-03-13T16:59:53.590Z Downloaded ssh-encoding v0.2.0
10872026-03-13T16:59:53.593Z Downloaded sqlparser_derive v0.5.0
10882026-03-13T16:59:53.593Z Downloaded sct v0.7.1
10892026-03-13T16:59:53.596Z Downloaded minimal-lexical v0.2.1
10902026-03-13T16:59:53.599Z Downloaded signal-hook-tokio v0.3.1
10912026-03-13T16:59:53.599Z Downloaded shell-words v1.1.1
10922026-03-13T16:59:53.599Z Downloaded quinn-udp v0.5.14
10932026-03-13T16:59:53.603Z Downloaded miniz_oxide v0.8.9
10942026-03-13T16:59:53.606Z Downloaded serde_plain v1.0.2
10952026-03-13T16:59:53.606Z Downloaded rand_core v0.6.4
10962026-03-13T16:59:53.606Z Downloaded rand_chacha v0.9.0
10972026-03-13T16:59:53.606Z Downloaded postgres-types v0.2.12
10982026-03-13T16:59:53.609Z Downloaded postcard v1.1.3
10992026-03-13T16:59:53.612Z Downloaded parse-display-derive v0.10.0
11002026-03-13T16:59:53.612Z Downloaded parking_lot_core v0.8.6
11012026-03-13T16:59:53.612Z Downloaded parking_lot v0.12.5
11022026-03-13T16:59:53.615Z Downloaded regex-automata v0.4.14
11032026-03-13T16:59:53.626Z Downloaded parking_lot v0.11.2
11042026-03-13T16:59:53.629Z Downloaded progenitor v0.10.0
11052026-03-13T16:59:53.629Z Downloaded dropshot-api-manager v0.6.0
11062026-03-13T16:59:53.632Z Downloaded ring v0.17.14
11072026-03-13T16:59:53.667Z Downloaded petgraph v0.6.5
11082026-03-13T16:59:53.682Z Downloaded lzma-sys v0.1.20
11092026-03-13T16:59:53.704Z Downloaded jiff v0.2.21
11102026-03-13T16:59:53.719Z Downloaded ref-cast v1.0.25
11112026-03-13T16:59:53.722Z Downloaded recursive-proc-macro-impl v0.1.1
11122026-03-13T16:59:53.722Z Downloaded omicron-zone-package v0.12.2
11132026-03-13T16:59:53.725Z Downloaded expectorate v1.2.0
11142026-03-13T16:59:53.728Z Downloaded derive_more-impl v2.1.1
11152026-03-13T16:59:53.731Z Downloaded postgres-protocol v0.6.10
11162026-03-13T16:59:53.734Z Downloaded bytes v1.11.1
11172026-03-13T16:59:53.737Z Downloaded csv v1.4.0
11182026-03-13T16:59:53.752Z Downloaded poly1305 v0.8.0
11192026-03-13T16:59:53.754Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11202026-03-13T16:59:53.779Z Downloaded libz-sys v1.1.24
11212026-03-13T16:59:53.822Z Downloaded pkg-config v0.3.32
11222026-03-13T16:59:53.827Z Downloaded pkcs8 v0.10.2
11232026-03-13T16:59:53.827Z Downloaded pin-project-lite v0.2.17
11242026-03-13T16:59:53.827Z Downloaded phf v0.13.1
11252026-03-13T16:59:53.827Z Downloaded phf v0.12.1
11262026-03-13T16:59:53.827Z Downloaded libbz2-rs-sys v0.2.2
11272026-03-13T16:59:53.827Z Downloaded indicatif v0.18.4
11282026-03-13T16:59:53.827Z Downloaded password-hash v0.5.0
11292026-03-13T16:59:53.828Z Downloaded progenitor-client v0.10.0
11302026-03-13T16:59:53.828Z Downloaded proc-macro-crate v3.4.0
11312026-03-13T16:59:53.828Z Downloaded derive_more v2.1.1
11322026-03-13T16:59:53.832Z Downloaded bumpalo v3.20.2
11332026-03-13T16:59:53.832Z Downloaded oxnet v0.1.4
11342026-03-13T16:59:53.836Z Downloaded heapless v0.8.0
11352026-03-13T16:59:53.836Z Downloaded headers v0.4.1
11362026-03-13T16:59:53.839Z Downloaded crypto-bigint v0.5.5
11372026-03-13T16:59:53.845Z Downloaded der v0.7.10
11382026-03-13T16:59:53.848Z Downloaded indexmap v1.9.3
11392026-03-13T16:59:53.851Z Downloaded ignore v0.4.25
11402026-03-13T16:59:53.851Z Downloaded crossterm v0.28.1
11412026-03-13T16:59:53.856Z Downloaded num-rational v0.4.2
11422026-03-13T16:59:53.859Z Downloaded num-integer v0.1.46
11432026-03-13T16:59:53.859Z Downloaded half v2.7.1
11442026-03-13T16:59:53.862Z Downloaded peg-runtime v0.8.5
11452026-03-13T16:59:53.863Z Downloaded pbkdf2 v0.11.0
11462026-03-13T16:59:53.866Z Downloaded path-slash v0.1.5
11472026-03-13T16:59:53.866Z Downloaded nu-ansi-term v0.50.3
11482026-03-13T16:59:53.866Z Downloaded multer v3.1.0
11492026-03-13T16:59:53.868Z Downloaded derive-where v1.6.0
11502026-03-13T16:59:53.871Z Downloaded arc-swap v1.8.2
11512026-03-13T16:59:53.874Z Downloaded darling_core v0.21.3
11522026-03-13T16:59:53.877Z Downloaded ipnetwork v0.21.1
11532026-03-13T16:59:53.880Z Downloaded flume v0.11.1
11542026-03-13T16:59:53.883Z Downloaded futures v0.3.32
11552026-03-13T16:59:53.887Z Downloaded openssl-macros v0.1.1
11562026-03-13T16:59:53.887Z Downloaded lock_api v0.4.14
11572026-03-13T16:59:53.887Z Downloaded getrandom v0.3.4
11582026-03-13T16:59:53.890Z Downloaded crc-any v2.5.0
11592026-03-13T16:59:53.890Z Downloaded encoding_rs v0.8.35
11602026-03-13T16:59:53.907Z Downloaded num_threads v0.1.7
11612026-03-13T16:59:53.910Z Downloaded httparse v1.10.1
11622026-03-13T16:59:53.910Z Downloaded hmac v0.12.1
11632026-03-13T16:59:53.913Z Downloaded hickory-client v0.25.2
11642026-03-13T16:59:53.913Z Downloaded num-derive v0.4.2
11652026-03-13T16:59:53.916Z Downloaded num-conv v0.2.0
11662026-03-13T16:59:53.916Z Downloaded crc32fast v1.5.0
11672026-03-13T16:59:53.919Z Downloaded chacha20poly1305 v0.10.1
11682026-03-13T16:59:53.919Z Downloaded normalize-line-endings v0.3.0
11692026-03-13T16:59:53.919Z Downloaded nonempty v0.12.0
11702026-03-13T16:59:53.922Z Downloaded newtype-uuid-macros v0.1.0
11712026-03-13T16:59:53.922Z Downloaded cookie v0.18.1
11722026-03-13T16:59:53.922Z Downloaded blake2 v0.10.6
11732026-03-13T16:59:53.925Z Downloaded newtype_derive v0.1.6
11742026-03-13T16:59:53.925Z Downloaded new_debug_unreachable v1.0.6
11752026-03-13T16:59:53.927Z Downloaded maplit v1.0.2
11762026-03-13T16:59:53.927Z Downloaded managed v0.8.0
11772026-03-13T16:59:53.927Z Downloaded jobserver v0.1.34
11782026-03-13T16:59:53.930Z Downloaded derive_more v0.99.20
11792026-03-13T16:59:53.933Z Downloaded darling_core v0.20.11
11802026-03-13T16:59:53.936Z Downloaded impl-trait-for-tuples v0.2.3
11812026-03-13T16:59:53.939Z Downloaded half v1.8.3
11822026-03-13T16:59:53.939Z Downloaded futures-channel v0.3.32
11832026-03-13T16:59:53.942Z Downloaded fatfs v0.3.6
11842026-03-13T16:59:53.942Z Downloaded dropshot_endpoint v0.16.7
11852026-03-13T16:59:53.945Z Downloaded const-oid v0.9.6
11862026-03-13T16:59:53.948Z Downloaded clang-sys v1.8.1
11872026-03-13T16:59:53.949Z Downloaded libgit2-sys v0.18.3+1.9.2
11882026-03-13T16:59:53.993Z Downloaded castaway v0.2.4
11892026-03-13T16:59:53.996Z Downloaded md5 v0.7.0
11902026-03-13T16:59:53.996Z Downloaded md-5 v0.10.6
11912026-03-13T16:59:53.996Z Downloaded maybe-uninit v2.0.0
11922026-03-13T16:59:53.996Z Downloaded match_cfg v0.1.0
11932026-03-13T16:59:53.996Z Downloaded lzss v0.8.2
11942026-03-13T16:59:53.999Z Downloaded lru-slab v0.1.2
11952026-03-13T16:59:53.999Z Downloaded lru-cache v0.1.2
11962026-03-13T16:59:53.999Z Downloaded lru v0.12.5
11972026-03-13T16:59:53.999Z Downloaded hostname v0.4.2
11982026-03-13T16:59:54.003Z Downloaded allocator-api2 v0.2.21
11992026-03-13T16:59:54.003Z Downloaded lalrpop-util v0.19.12
12002026-03-13T16:59:54.006Z Downloaded kstat-rs v0.2.4
12012026-03-13T16:59:54.006Z Downloaded crossbeam-epoch v0.9.18
12022026-03-13T16:59:54.006Z Downloaded crossbeam-deque v0.8.6
12032026-03-13T16:59:54.009Z Downloaded colored v3.1.1
12042026-03-13T16:59:54.009Z Downloaded ciborium v0.2.2
12052026-03-13T16:59:54.011Z Downloaded cargo_toml v0.22.3
12062026-03-13T16:59:54.011Z Downloaded bzip2 v0.6.1
12072026-03-13T16:59:54.014Z Downloaded bitflags v1.3.2
12082026-03-13T16:59:54.014Z Downloaded backon v1.6.0
12092026-03-13T16:59:54.017Z Downloaded is_ci v1.2.0
12102026-03-13T16:59:54.017Z Downloaded internet-checksum v0.2.1
12112026-03-13T16:59:54.017Z Downloaded instant v0.1.13
12122026-03-13T16:59:54.023Z Downloaded inout v0.1.4
12132026-03-13T16:59:54.023Z Downloaded group v0.13.0
12142026-03-13T16:59:54.023Z Downloaded globset v0.4.18
12152026-03-13T16:59:54.026Z Downloaded getrandom v0.2.17
12162026-03-13T16:59:54.026Z Downloaded elliptic-curve v0.13.8
12172026-03-13T16:59:54.026Z Downloaded drift v0.1.3
12182026-03-13T16:59:54.029Z Downloaded des v0.8.1
12192026-03-13T16:59:54.034Z Downloaded darling v0.20.11
12202026-03-13T16:59:54.038Z Downloaded diff v0.1.13
12212026-03-13T16:59:54.038Z Downloaded derive_builder v0.20.2
12222026-03-13T16:59:54.041Z Downloaded indent_write v2.2.0
12232026-03-13T16:59:54.041Z Downloaded futures-executor v0.3.32
12242026-03-13T16:59:54.041Z Downloaded hubpack_derive v0.1.1
12252026-03-13T16:59:54.044Z Downloaded hostname v0.3.1
12262026-03-13T16:59:54.044Z Downloaded home v0.5.12
12272026-03-13T16:59:54.044Z Downloaded hex-literal v0.4.1
12282026-03-13T16:59:54.044Z Downloaded derive_builder_core v0.20.2
12292026-03-13T16:59:54.047Z Downloaded fixedbitset v0.5.7
12302026-03-13T16:59:54.047Z Downloaded ena v0.14.4
12312026-03-13T16:59:54.050Z Downloaded cookie_store v0.22.1
12322026-03-13T16:59:54.050Z Downloaded cbc v0.1.2
12332026-03-13T16:59:54.053Z Downloaded cancel-safe-futures v0.1.5
12342026-03-13T16:59:54.053Z Downloaded foldhash v0.2.0
12352026-03-13T16:59:54.056Z Downloaded flagset v0.4.7
12362026-03-13T16:59:54.056Z Downloaded data-encoding v2.10.0
12372026-03-13T16:59:54.056Z Downloaded cipher v0.4.4
12382026-03-13T16:59:54.059Z Downloaded buf-list v1.1.2
12392026-03-13T16:59:54.059Z Downloaded bcs v0.1.6
12402026-03-13T16:59:54.062Z Downloaded cargo_metadata v0.19.2
12412026-03-13T16:59:54.062Z Downloaded base64ct v1.8.3
12422026-03-13T16:59:54.065Z Downloaded bit-vec v0.6.3
12432026-03-13T16:59:54.065Z Downloaded filetime v0.2.27
12442026-03-13T16:59:54.065Z Downloaded fallible-iterator v0.2.0
12452026-03-13T16:59:54.075Z Downloaded erased-serde v0.3.31
12462026-03-13T16:59:54.075Z Downloaded env_logger v0.11.9
12472026-03-13T16:59:54.078Z Downloaded either v1.15.0
12482026-03-13T16:59:54.078Z Downloaded dof v0.4.0
12492026-03-13T16:59:54.078Z Downloaded constant_time_eq v0.4.2
12502026-03-13T16:59:54.078Z Downloaded cfg_aliases v0.1.1
12512026-03-13T16:59:54.078Z Downloaded dropshot-api-manager-types v0.6.0
12522026-03-13T16:59:54.078Z Downloaded daft v0.1.5
12532026-03-13T16:59:54.078Z Downloaded futures-sink v0.3.32
12542026-03-13T16:59:54.078Z Downloaded futures-io v0.3.32
12552026-03-13T16:59:54.078Z Downloaded futures-core v0.3.32
12562026-03-13T16:59:54.078Z Downloaded derive-ex v0.1.8
12572026-03-13T16:59:54.081Z Downloaded defmt v1.0.1
12582026-03-13T16:59:54.081Z Downloaded daft-derive v0.1.5
12592026-03-13T16:59:54.085Z Downloaded aead v0.5.2
12602026-03-13T16:59:54.085Z Downloaded crc v3.4.0
12612026-03-13T16:59:54.090Z Downloaded fixedbitset v0.4.2
12622026-03-13T16:59:54.090Z Downloaded dyn-clone v1.0.20
12632026-03-13T16:59:54.090Z Downloaded dsl_auto_type v0.2.0
12642026-03-13T16:59:54.093Z Downloaded downcast-rs v2.0.2
12652026-03-13T16:59:54.093Z Downloaded deranged v0.5.8
12662026-03-13T16:59:54.093Z Downloaded document-features v0.2.12
12672026-03-13T16:59:54.093Z Downloaded chacha20 v0.9.1
12682026-03-13T16:59:54.096Z Downloaded camino-tempfile-ext v0.3.3
12692026-03-13T16:59:54.096Z Downloaded bitfield v0.19.4
12702026-03-13T16:59:54.096Z Downloaded arrayvec v0.7.6
12712026-03-13T16:59:54.099Z Downloaded fxhash v0.2.1
12722026-03-13T16:59:54.099Z Downloaded futures-task v0.3.32
12732026-03-13T16:59:54.099Z Downloaded fs_extra v1.3.0
12742026-03-13T16:59:54.104Z Downloaded crc8 v0.1.1
12752026-03-13T16:59:54.105Z Downloaded ciborium-io v0.2.2
12762026-03-13T16:59:54.105Z Downloaded cfg_aliases v0.2.1
12772026-03-13T16:59:54.105Z Downloaded darling_macro v0.20.11
12782026-03-13T16:59:54.105Z Downloaded atomicwrites v0.4.4
12792026-03-13T16:59:54.108Z Downloaded embedded-io v0.4.0
12802026-03-13T16:59:54.108Z Downloaded dirs-next v2.0.0
12812026-03-13T16:59:54.108Z Downloaded derive_builder_macro v0.20.2
12822026-03-13T16:59:54.108Z Downloaded debug-ignore v1.0.5
12832026-03-13T16:59:54.108Z Downloaded darling_macro v0.21.3
12842026-03-13T16:59:54.108Z Downloaded bit-set v0.5.3
12852026-03-13T16:59:54.108Z Downloaded atomic-waker v1.1.2
12862026-03-13T16:59:54.111Z Downloaded dunce v1.0.5
12872026-03-13T16:59:54.111Z Downloaded crucible-workspace-hack v0.1.0
12882026-03-13T16:59:54.111Z Downloaded csv-core v0.1.13
12892026-03-13T16:59:54.111Z Downloaded corncobs v0.1.4
12902026-03-13T16:59:54.114Z Downloaded convert_case v0.4.0
12912026-03-13T16:59:54.114Z Downloaded base16ct v0.2.0
12922026-03-13T16:59:54.114Z Downloaded backoff v0.4.0
12932026-03-13T16:59:54.119Z Downloaded async-trait v0.1.89
12942026-03-13T16:59:54.119Z Downloaded array-init v0.0.4
12952026-03-13T16:59:54.122Z Downloaded ed25519 v2.2.3
12962026-03-13T16:59:54.123Z Downloaded der_derive v0.7.3
12972026-03-13T16:59:54.123Z Downloaded ctr v0.9.2
12982026-03-13T16:59:54.123Z Downloaded cobs v0.3.0
12992026-03-13T16:59:54.123Z Downloaded block-padding v0.3.3
13002026-03-13T16:59:54.123Z Downloaded env_filter v1.0.0
13012026-03-13T16:59:54.126Z Downloaded difflib v0.4.0
13022026-03-13T16:59:54.126Z Downloaded diesel_table_macro_syntax v0.3.0
13032026-03-13T16:59:54.126Z Downloaded defmt v0.3.100
13042026-03-13T16:59:54.126Z Downloaded darling_macro v0.23.0
13052026-03-13T16:59:54.126Z Downloaded crc-catalog v2.4.0
13062026-03-13T16:59:54.129Z Downloaded blowfish v0.9.1
13072026-03-13T16:59:54.129Z Downloaded bitfield-struct v0.6.2
13082026-03-13T16:59:54.129Z Downloaded bcrypt-pbkdf v0.10.0
13092026-03-13T16:59:54.129Z Downloaded cassowary v0.3.0
13102026-03-13T16:59:54.132Z Downloaded bb8 v0.8.6
13112026-03-13T16:59:54.132Z Downloaded bit-set v0.8.0
13122026-03-13T16:59:54.133Z Downloaded assert_matches v1.5.0
13132026-03-13T16:59:54.133Z Downloaded base64 v0.21.7
13142026-03-13T16:59:54.136Z Downloaded atty v0.2.14
13152026-03-13T16:59:54.136Z Downloaded async-bb8-diesel v0.2.1
13162026-03-13T16:59:54.141Z Downloaded ahash v0.8.12
13172026-03-13T16:59:54.141Z Downloaded async-recursion v1.1.1
13182026-03-13T16:59:54.488Z Downloaded aws-lc-sys v0.37.1
13192026-03-13T16:59:54.795Z Compiling libc v0.2.180
13202026-03-13T16:59:54.795Z Compiling serde v1.0.228
13212026-03-13T16:59:54.799Z Compiling log v0.4.29
13222026-03-13T16:59:54.799Z Compiling shlex v1.3.0
13232026-03-13T16:59:54.799Z Compiling find-msvc-tools v0.1.9
13242026-03-13T16:59:54.799Z Compiling smallvec v1.15.1
13252026-03-13T16:59:54.800Z Compiling typenum v1.19.0
13262026-03-13T16:59:54.800Z Compiling subtle v2.6.1
13272026-03-13T16:59:54.998Z Compiling generic-array v0.14.7
13282026-03-13T16:59:55.001Z Compiling scopeguard v1.2.0
13292026-03-13T16:59:55.001Z Compiling portable-atomic v1.13.1
13302026-03-13T16:59:55.014Z Compiling const-oid v0.9.6
13312026-03-13T16:59:55.032Z Compiling critical-section v1.2.0
13322026-03-13T16:59:55.035Z Compiling zerocopy v0.8.40
13332026-03-13T16:59:55.068Z Compiling syn v2.0.117
13342026-03-13T16:59:55.130Z Compiling serde_json v1.0.149
13352026-03-13T16:59:55.193Z Compiling lock_api v0.4.14
13362026-03-13T16:59:55.258Z Compiling pin-project-lite v0.2.17
13372026-03-13T16:59:55.275Z Compiling parking_lot_core v0.9.12
13382026-03-13T16:59:55.278Z Compiling pkg-config v0.3.32
13392026-03-13T16:59:55.323Z Compiling bitflags v2.11.0
13402026-03-13T16:59:55.352Z Compiling libm v0.2.16
13412026-03-13T16:59:55.397Z Compiling num-traits v0.2.19
13422026-03-13T16:59:55.417Z Compiling futures-core v0.3.32
13432026-03-13T16:59:55.485Z Compiling percent-encoding v2.3.2
13442026-03-13T16:59:55.568Z Compiling allocator-api2 v0.2.21
13452026-03-13T16:59:55.576Z Compiling cpufeatures v0.2.17
13462026-03-13T16:59:55.640Z Compiling futures-sink v0.3.32
13472026-03-13T16:59:55.683Z Compiling foldhash v0.2.0
13482026-03-13T16:59:55.726Z Compiling futures-io v0.3.32
13492026-03-13T16:59:55.729Z Compiling getrandom v0.4.1
13502026-03-13T16:59:55.792Z Compiling futures-channel v0.3.32
13512026-03-13T16:59:55.854Z Compiling slab v0.4.12
13522026-03-13T16:59:55.857Z Compiling futures-task v0.3.32
13532026-03-13T16:59:55.959Z Compiling hashbrown v0.16.1
13542026-03-13T16:59:55.980Z Compiling rand_core v0.10.0
13552026-03-13T16:59:56.001Z Compiling getrandom v0.3.4
13562026-03-13T16:59:56.006Z Compiling rustversion v1.0.22
13572026-03-13T16:59:56.052Z Compiling form_urlencoded v1.2.2
13582026-03-13T16:59:56.121Z Compiling ident_case v1.0.1
13592026-03-13T16:59:56.153Z Compiling base64ct v1.8.3
13602026-03-13T16:59:56.153Z Compiling dunce v1.0.5
13612026-03-13T16:59:56.221Z Compiling fs_extra v1.3.0
13622026-03-13T16:59:56.282Z Compiling getrandom v0.2.17
13632026-03-13T16:59:56.320Z Compiling jobserver v0.1.34
13642026-03-13T16:59:56.330Z Compiling errno v0.3.14
13652026-03-13T16:59:56.330Z Compiling mio v1.1.1
13662026-03-13T16:59:56.378Z Compiling socket2 v0.6.2
13672026-03-13T16:59:56.489Z Compiling rand_core v0.6.4
13682026-03-13T16:59:56.502Z Compiling signal-hook-registry v1.4.8
13692026-03-13T16:59:56.525Z Compiling once_cell v1.21.3
13702026-03-13T16:59:56.609Z Compiling cc v1.2.56
13712026-03-13T16:59:56.622Z Compiling parking_lot v0.12.5
13722026-03-13T16:59:56.707Z Compiling indexmap v2.13.0
13732026-03-13T16:59:56.769Z Compiling pem-rfc7468 v0.7.0
13742026-03-13T16:59:56.813Z Compiling flagset v0.4.7
13752026-03-13T16:59:56.836Z Compiling rustix v1.1.3
13762026-03-13T16:59:56.863Z Compiling iana-time-zone v0.1.65
13772026-03-13T16:59:56.873Z Compiling uuid v1.21.0
13782026-03-13T16:59:56.873Z Compiling rustc_version v0.4.1
13792026-03-13T16:59:56.949Z Compiling regex-syntax v0.8.10
13802026-03-13T16:59:57.007Z Compiling aws-lc-rs v1.16.0
13812026-03-13T16:59:57.031Z Compiling vcpkg v0.2.15
13822026-03-13T16:59:57.139Z Compiling tracing-core v0.1.36
13832026-03-13T16:59:57.185Z Compiling rand_core v0.9.5
13842026-03-13T16:59:57.200Z Compiling crossbeam-utils v0.8.21
13852026-03-13T16:59:57.261Z Compiling syn v1.0.109
13862026-03-13T16:59:57.364Z Compiling openssl-probe v0.2.1
13872026-03-13T16:59:57.423Z Compiling schemars v0.8.22
13882026-03-13T16:59:57.451Z Compiling untrusted v0.9.0
13892026-03-13T16:59:57.579Z Compiling cmake v0.1.57
13902026-03-13T16:59:57.601Z Compiling httparse v1.10.1
13912026-03-13T16:59:57.678Z Compiling base64 v0.22.1
13922026-03-13T16:59:57.683Z Compiling untrusted v0.7.1
13932026-03-13T16:59:57.683Z Compiling tower-service v0.3.3
13942026-03-13T16:59:57.794Z Compiling atomic-waker v1.1.2
13952026-03-13T16:59:57.816Z Compiling dyn-clone v1.0.20
13962026-03-13T16:59:57.822Z Compiling tower-layer v0.3.3
13972026-03-13T16:59:57.823Z Compiling try-lock v0.2.5
13982026-03-13T16:59:57.823Z Compiling tinyvec_macros v0.1.1
13992026-03-13T16:59:57.900Z Compiling rustls v0.23.37
14002026-03-13T16:59:57.962Z Compiling tinyvec v1.10.0
14012026-03-13T16:59:57.984Z Compiling want v0.3.1
14022026-03-13T16:59:58.084Z Compiling spin v0.9.8
14032026-03-13T16:59:58.111Z Compiling aho-corasick v1.1.4
14042026-03-13T16:59:58.130Z Compiling pin-utils v0.1.0
14052026-03-13T16:59:58.135Z Compiling time-core v0.1.8
14062026-03-13T16:59:58.175Z Compiling powerfmt v0.2.0
14072026-03-13T16:59:58.183Z Compiling crc32fast v1.5.0
14082026-03-13T16:59:58.221Z Compiling httpdate v1.0.3
14092026-03-13T16:59:58.242Z Compiling openssl v0.10.75
14102026-03-13T16:59:58.266Z Compiling foreign-types-shared v0.1.1
14112026-03-13T16:59:58.365Z Compiling num-conv v0.2.0
14122026-03-13T16:59:58.384Z Compiling wait-timeout v0.2.1
14132026-03-13T16:59:58.404Z Compiling deranged v0.5.8
14142026-03-13T16:59:58.480Z Compiling foreign-types v0.3.2
14152026-03-13T16:59:58.502Z Compiling usdt-impl v0.6.0
14162026-03-13T16:59:58.525Z Compiling bit-vec v0.8.0
14172026-03-13T16:59:58.555Z Compiling num_threads v0.1.7
14182026-03-13T16:59:58.578Z Compiling time-macros v0.2.27
14192026-03-13T16:59:58.600Z Compiling simd-adler32 v0.3.8
14202026-03-13T16:59:58.625Z Compiling native-tls v0.2.18
14212026-03-13T16:59:58.696Z Compiling either v1.15.0
14222026-03-13T16:59:58.699Z Compiling siphasher v1.0.2
14232026-03-13T16:59:58.739Z Compiling quick-error v1.2.3
14242026-03-13T16:59:58.788Z Compiling aws-lc-sys v0.37.1
14252026-03-13T16:59:58.816Z Compiling ring v0.17.14
14262026-03-13T16:59:58.851Z Compiling openssl-sys v0.9.111
14272026-03-13T16:59:58.888Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-13T16:59:58.972Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-13T16:59:58.995Z Compiling bit-set v0.8.0
14302026-03-13T16:59:58.998Z Compiling unicode-normalization v0.1.25
14312026-03-13T16:59:59.035Z Compiling crossbeam-epoch v0.9.18
14322026-03-13T16:59:59.038Z Compiling slog v2.8.2
14332026-03-13T16:59:59.229Z Compiling synstructure v0.13.2
14342026-03-13T16:59:59.329Z Compiling pest_generator v2.8.6
14352026-03-13T16:59:59.379Z Compiling serde_derive_internals v0.29.1
14362026-03-13T16:59:59.436Z Compiling darling_core v0.20.11
14372026-03-13T16:59:59.524Z Compiling regex-automata v0.4.14
14382026-03-13T16:59:59.662Z Compiling tempfile v3.25.0
14392026-03-13T16:59:59.933Z Compiling darling_core v0.21.3
14402026-03-13T17:00:00.082Z Compiling rusty-fork v0.3.1
14412026-03-13T17:00:00.141Z Compiling time v0.3.47
14422026-03-13T17:00:00.186Z Compiling rand_xorshift v0.4.0
14432026-03-13T17:00:00.321Z Compiling heapless v0.7.17
14442026-03-13T17:00:00.410Z Compiling thread-id v5.1.0
14452026-03-13T17:00:00.430Z Compiling sync_wrapper v1.0.2
14462026-03-13T17:00:00.521Z Compiling cookie v0.18.1
14472026-03-13T17:00:00.521Z Compiling unicode-segmentation v1.12.0
14482026-03-13T17:00:00.580Z Compiling unicode-properties v0.1.4
14492026-03-13T17:00:00.637Z Compiling signal-hook v0.3.18
14502026-03-13T17:00:00.666Z Compiling adler2 v2.0.1
14512026-03-13T17:00:00.688Z Compiling unicode-bidi v0.3.18
14522026-03-13T17:00:00.810Z Compiling unarray v0.1.4
14532026-03-13T17:00:00.847Z Compiling anyhow v1.0.102
14542026-03-13T17:00:00.868Z Compiling paste v1.0.15
14552026-03-13T17:00:00.871Z Compiling rayon-core v1.13.0
14562026-03-13T17:00:00.956Z Compiling zstd-safe v7.2.4
14572026-03-13T17:00:01.117Z Compiling stringprep v0.1.5
14582026-03-13T17:00:01.254Z Compiling miniz_oxide v0.8.9
14592026-03-13T17:00:01.365Z Compiling crossbeam-deque v0.8.6
14602026-03-13T17:00:01.466Z Compiling num-integer v0.1.46
14612026-03-13T17:00:01.604Z Compiling vergen-lib v0.1.6
14622026-03-13T17:00:01.623Z Compiling curve25519-dalek v4.1.3
14632026-03-13T17:00:01.767Z Compiling ff v0.13.1
14642026-03-13T17:00:01.876Z Compiling hash32 v0.2.1
14652026-03-13T17:00:01.917Z Compiling memoffset v0.9.1
14662026-03-13T17:00:01.941Z Compiling serde_derive v1.0.228
14672026-03-13T17:00:01.941Z Compiling zeroize_derive v1.4.3
14682026-03-13T17:00:01.983Z Compiling zerofrom-derive v0.1.6
14692026-03-13T17:00:02.103Z Compiling yoke-derive v0.8.1
14702026-03-13T17:00:02.123Z Compiling zerocopy-derive v0.8.40
14712026-03-13T17:00:02.145Z Compiling zerovec-derive v0.11.2
14722026-03-13T17:00:02.198Z Compiling displaydoc v0.2.5
14732026-03-13T17:00:02.225Z Compiling tokio-macros v2.6.0
14742026-03-13T17:00:02.413Z Compiling futures-macro v0.3.32
14752026-03-13T17:00:02.789Z Compiling der_derive v0.7.3
14762026-03-13T17:00:02.865Z Compiling zeroize v1.8.2
14772026-03-13T17:00:03.276Z Compiling thiserror-impl v2.0.18
14782026-03-13T17:00:03.280Z Compiling rustls-pki-types v1.14.0
14792026-03-13T17:00:03.555Z Compiling futures-util v0.3.32
14802026-03-13T17:00:03.623Z Compiling tracing-attributes v0.1.31
14812026-03-13T17:00:03.731Z Compiling scroll_derive v0.13.1
14822026-03-13T17:00:03.770Z Compiling pest_derive v2.8.6
14832026-03-13T17:00:03.885Z Compiling schemars_derive v0.8.22
14842026-03-13T17:00:03.931Z Compiling darling_macro v0.20.11
14852026-03-13T17:00:03.971Z Compiling crypto-common v0.1.7
14862026-03-13T17:00:04.018Z Compiling zerofrom v0.1.6
14872026-03-13T17:00:04.181Z Compiling yoke v0.8.1
14882026-03-13T17:00:04.209Z Compiling block-buffer v0.10.4
14892026-03-13T17:00:04.226Z Compiling block-padding v0.3.3
14902026-03-13T17:00:04.386Z Compiling digest v0.10.7
14912026-03-13T17:00:04.457Z Compiling zerovec v0.11.5
14922026-03-13T17:00:04.461Z Compiling zerotrie v0.2.3
14932026-03-13T17:00:04.461Z Compiling inout v0.1.4
14942026-03-13T17:00:04.601Z Compiling der v0.7.10
14952026-03-13T17:00:04.701Z Compiling hmac v0.12.1
14962026-03-13T17:00:04.733Z Compiling sha2 v0.10.9
14972026-03-13T17:00:04.873Z Compiling cipher v0.4.4
14982026-03-13T17:00:04.897Z Compiling pbkdf2 v0.12.2
14992026-03-13T17:00:04.919Z Compiling scroll v0.13.0
15002026-03-13T17:00:05.055Z Compiling darling v0.20.11
15012026-03-13T17:00:05.162Z Compiling tinystr v0.8.2
15022026-03-13T17:00:05.186Z Compiling potential_utf v0.1.4
15032026-03-13T17:00:05.189Z Compiling salsa20 v0.10.2
15042026-03-13T17:00:05.239Z Compiling thiserror v2.0.18
15052026-03-13T17:00:05.283Z Compiling aes v0.8.4
15062026-03-13T17:00:05.388Z Compiling icu_locale_core v2.1.1
15072026-03-13T17:00:05.410Z Compiling icu_collections v2.1.1
15082026-03-13T17:00:05.455Z Compiling scrypt v0.11.0
15092026-03-13T17:00:05.458Z Compiling cbc v0.1.2
15102026-03-13T17:00:05.498Z Compiling goblin v0.10.5
15112026-03-13T17:00:05.542Z Compiling tracing v0.1.44
15122026-03-13T17:00:05.659Z Compiling openssl-macros v0.1.1
15132026-03-13T17:00:05.682Z Compiling thiserror-impl v1.0.69
15142026-03-13T17:00:05.842Z Compiling spki v0.7.3
15152026-03-13T17:00:05.902Z Compiling dtrace-parser v0.3.0
15162026-03-13T17:00:06.082Z Compiling pkcs5 v0.7.1
15172026-03-13T17:00:06.101Z Compiling derive_builder_core v0.20.2
15182026-03-13T17:00:06.318Z Compiling icu_provider v2.1.1
15192026-03-13T17:00:06.546Z Compiling pkcs8 v0.10.2
15202026-03-13T17:00:06.661Z Compiling icu_properties v2.1.2
15212026-03-13T17:00:06.687Z Compiling icu_normalizer v2.1.1
15222026-03-13T17:00:06.720Z Compiling signature v2.2.0
15232026-03-13T17:00:06.742Z Compiling rustls-native-certs v0.8.3
15242026-03-13T17:00:06.767Z Compiling bytes v1.11.1
15252026-03-13T17:00:06.882Z Compiling chrono v0.4.44
15262026-03-13T17:00:06.960Z Compiling ipnet v2.11.0
15272026-03-13T17:00:06.982Z Compiling scroll_derive v0.12.1
15282026-03-13T17:00:06.987Z Compiling toml_datetime v0.6.11
15292026-03-13T17:00:07.147Z Compiling erased-serde v0.3.31
15302026-03-13T17:00:07.314Z Compiling derive_builder_macro v0.20.2
15312026-03-13T17:00:07.356Z Compiling serde_spanned v0.6.9
15322026-03-13T17:00:07.433Z Compiling tokio v1.49.0
15332026-03-13T17:00:07.487Z Compiling http v1.4.0
15342026-03-13T17:00:07.552Z Compiling thiserror v1.0.69
15352026-03-13T17:00:07.625Z Compiling serde_tokenstream v0.2.3
15362026-03-13T17:00:07.664Z Compiling md-5 v0.10.6
15372026-03-13T17:00:07.691Z Compiling webpki-roots v1.0.6
15382026-03-13T17:00:07.854Z Compiling darling_macro v0.21.3
15392026-03-13T17:00:07.882Z Compiling idna_adapter v1.2.1
15402026-03-13T17:00:07.907Z Compiling zerocopy-derive v0.7.35
15412026-03-13T17:00:07.910Z Compiling scroll v0.12.0
15422026-03-13T17:00:07.960Z Compiling ref-cast v1.0.25
15432026-03-13T17:00:08.050Z Compiling idna v1.1.0
15442026-03-13T17:00:08.111Z Compiling cfg_aliases v0.2.1
15452026-03-13T17:00:08.177Z Compiling fallible-iterator v0.2.0
15462026-03-13T17:00:08.220Z Compiling iri-string v0.7.10
15472026-03-13T17:00:08.294Z Compiling zlib-rs v0.6.2
15482026-03-13T17:00:08.349Z Compiling http-body v1.0.1
15492026-03-13T17:00:08.461Z Compiling url v2.5.8
15502026-03-13T17:00:08.559Z Compiling http-body-util v0.1.3
15512026-03-13T17:00:08.563Z Compiling litrs v1.0.0
15522026-03-13T17:00:08.608Z Compiling ryu v1.0.23
15532026-03-13T17:00:08.761Z Compiling ppv-lite86 v0.2.21
15542026-03-13T17:00:08.862Z Compiling psl-types v2.0.11
15552026-03-13T17:00:08.885Z Compiling smoltcp v0.9.1
15562026-03-13T17:00:08.908Z Compiling num-bigint-dig v0.8.6
15572026-03-13T17:00:08.931Z Compiling base16ct v0.2.0
15582026-03-13T17:00:08.982Z Compiling rustix v0.38.44
15592026-03-13T17:00:09.039Z Compiling publicsuffix v2.3.0
15602026-03-13T17:00:09.176Z Compiling zerocopy v0.7.35
15612026-03-13T17:00:09.217Z Compiling rand_chacha v0.9.0
15622026-03-13T17:00:09.241Z Compiling rand_chacha v0.3.1
15632026-03-13T17:00:09.288Z Compiling document-features v0.2.12
15642026-03-13T17:00:09.315Z Compiling sec1 v0.7.3
15652026-03-13T17:00:09.478Z Compiling dof v0.4.0
15662026-03-13T17:00:09.499Z Compiling rand v0.9.2
15672026-03-13T17:00:09.745Z Compiling rand v0.8.5
15682026-03-13T17:00:09.946Z Compiling serde_urlencoded v0.7.1
15692026-03-13T17:00:10.015Z Compiling darling v0.21.3
15702026-03-13T17:00:10.101Z Compiling goblin v0.8.2
15712026-03-13T17:00:10.121Z Compiling nix v0.31.1
15722026-03-13T17:00:10.142Z Compiling derive_builder v0.20.2
15732026-03-13T17:00:10.293Z Compiling ipnetwork v0.21.1
15742026-03-13T17:00:10.314Z Compiling proptest v1.10.0
15752026-03-13T17:00:10.348Z Compiling postgres-protocol v0.6.10
15762026-03-13T17:00:10.424Z Compiling cargo-platform v0.1.9
15772026-03-13T17:00:10.478Z Compiling hkdf v0.12.4
15782026-03-13T17:00:10.665Z Compiling oxnet v0.1.4
15792026-03-13T17:00:10.694Z Compiling crypto-bigint v0.5.5
15802026-03-13T17:00:10.713Z Compiling hubpack_derive v0.1.1
15812026-03-13T17:00:10.765Z Compiling regex v1.12.3
15822026-03-13T17:00:11.052Z Compiling async-trait v0.1.89
15832026-03-13T17:00:11.074Z Compiling ref-cast-impl v1.0.25
15842026-03-13T17:00:11.104Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-13T17:00:11.204Z Compiling strum_macros v0.27.2
15862026-03-13T17:00:11.269Z Compiling daft-derive v0.1.5
15872026-03-13T17:00:11.322Z Compiling group v0.13.0
15882026-03-13T17:00:11.427Z Compiling num-iter v0.1.45
15892026-03-13T17:00:11.674Z Compiling proc-macro-error v1.0.4
15902026-03-13T17:00:11.999Z Compiling heck v0.4.1
15912026-03-13T17:00:12.050Z Compiling terminal_size v0.4.3
15922026-03-13T17:00:12.078Z Compiling phf_shared v0.13.1
15932026-03-13T17:00:12.109Z Compiling lazy_static v1.5.0
15942026-03-13T17:00:12.228Z Compiling vergen v9.0.6
15952026-03-13T17:00:12.250Z Compiling fs-err v3.3.0
15962026-03-13T17:00:12.255Z Compiling ahash v0.8.12
15972026-03-13T17:00:12.297Z Compiling flate2 v1.1.9
15982026-03-13T17:00:12.317Z Compiling managed v0.8.0
15992026-03-13T17:00:12.424Z Compiling libbz2-rs-sys v0.2.2
16002026-03-13T17:00:12.445Z Compiling winnow v0.5.40
16012026-03-13T17:00:12.473Z Compiling bitflags v1.3.2
16022026-03-13T17:00:12.508Z Compiling foldhash v0.1.5
16032026-03-13T17:00:12.544Z Compiling object v0.37.3
16042026-03-13T17:00:12.574Z Compiling tokio-util v0.7.18
16052026-03-13T17:00:12.596Z Compiling tower v0.5.3
16062026-03-13T17:00:12.599Z Compiling tokio-native-tls v0.3.1
16072026-03-13T17:00:12.641Z Compiling bumpalo v3.20.2
16082026-03-13T17:00:12.749Z Compiling hashbrown v0.15.5
16092026-03-13T17:00:12.876Z Compiling clap_builder v4.5.60
16102026-03-13T17:00:12.884Z Compiling console v0.16.2
16112026-03-13T17:00:12.988Z Compiling bzip2 v0.6.1
16122026-03-13T17:00:13.064Z Compiling zopfli v0.8.3
16132026-03-13T17:00:13.297Z Compiling tower-http v0.6.8
16142026-03-13T17:00:13.318Z Compiling dof v0.3.0
16152026-03-13T17:00:13.552Z Compiling phf v0.13.1
16162026-03-13T17:00:13.577Z Compiling h2 v0.4.13
16172026-03-13T17:00:13.761Z Compiling newtype-uuid v1.3.2
16182026-03-13T17:00:13.804Z Compiling zone_cfg_derive v0.3.1
16192026-03-13T17:00:13.891Z Compiling elliptic-curve v0.13.8
16202026-03-13T17:00:14.019Z Compiling signal-hook-mio v0.2.5
16212026-03-13T17:00:14.045Z Compiling strum v0.27.2
16222026-03-13T17:00:14.065Z Compiling daft v0.1.5
16232026-03-13T17:00:14.127Z Compiling rayon v1.11.0
16242026-03-13T17:00:14.182Z Compiling cargo_metadata v0.19.2
16252026-03-13T17:00:14.403Z Compiling toml_edit v0.19.15
16262026-03-13T17:00:14.465Z Compiling cookie_store v0.22.1
16272026-03-13T17:00:14.524Z Compiling usdt-attr-macro v0.6.0
16282026-03-13T17:00:14.630Z Compiling usdt-macro v0.6.0
16292026-03-13T17:00:14.702Z Compiling hubpack v0.1.2
16302026-03-13T17:00:14.872Z Compiling bzip2 v0.4.4
16312026-03-13T17:00:15.003Z Compiling postgres-types v0.2.12
16322026-03-13T17:00:15.182Z Compiling serde_with_macros v3.17.0
16332026-03-13T17:00:15.230Z Compiling zstd v0.13.3
16342026-03-13T17:00:15.593Z Compiling dtrace-parser v0.2.0
16352026-03-13T17:00:15.612Z Compiling ed25519 v2.2.3
16362026-03-13T17:00:15.656Z Compiling pkcs1 v0.7.5
16372026-03-13T17:00:15.669Z Compiling serde-big-array v0.5.1
16382026-03-13T17:00:15.805Z Compiling hex v0.4.3
16392026-03-13T17:00:15.909Z Compiling rfc6979 v0.4.0
16402026-03-13T17:00:16.033Z Compiling bstr v1.12.1
16412026-03-13T17:00:16.100Z Compiling clap_derive v4.5.55
16422026-03-13T17:00:16.200Z Compiling strum_macros v0.26.4
16432026-03-13T17:00:16.210Z Compiling enum-as-inner v0.6.1
16442026-03-13T17:00:16.610Z Compiling serde_repr v0.1.20
16452026-03-13T17:00:16.624Z Compiling itertools v0.12.1
16462026-03-13T17:00:16.760Z Compiling phf_shared v0.11.3
16472026-03-13T17:00:16.840Z Compiling float-cmp v0.10.0
16482026-03-13T17:00:16.907Z Compiling thread-id v4.2.2
16492026-03-13T17:00:16.949Z Compiling memmap2 v0.9.10
16502026-03-13T17:00:17.026Z Compiling env_filter v1.0.0
16512026-03-13T17:00:17.059Z Compiling encoding_rs v0.8.35
16522026-03-13T17:00:17.059Z Compiling mime v0.3.17
16532026-03-13T17:00:17.059Z Compiling static_assertions v1.1.0
16542026-03-13T17:00:17.178Z Compiling new_debug_unreachable v1.0.6
16552026-03-13T17:00:17.236Z Compiling fixedbitset v0.5.7
16562026-03-13T17:00:17.280Z Compiling jiff v0.2.21
16572026-03-13T17:00:17.338Z Compiling keccak v0.1.6
16582026-03-13T17:00:17.358Z Compiling normalize-line-endings v0.3.0
16592026-03-13T17:00:17.411Z Compiling difflib v0.4.0
16602026-03-13T17:00:17.437Z Compiling predicates-core v1.0.10
16612026-03-13T17:00:17.494Z Compiling fixedbitset v0.4.2
16622026-03-13T17:00:17.677Z Compiling hyper v1.8.1
16632026-03-13T17:00:17.698Z Compiling whoami v2.1.0
16642026-03-13T17:00:17.792Z Compiling precomputed-hash v0.1.1
16652026-03-13T17:00:17.914Z Compiling unit-prefix v0.5.2
16662026-03-13T17:00:18.128Z Compiling data-encoding v2.10.0
16672026-03-13T17:00:18.200Z Compiling rustc-hash v2.1.1
16682026-03-13T17:00:18.220Z Compiling zone v0.3.1
16692026-03-13T17:00:18.220Z Compiling indicatif v0.18.4
16702026-03-13T17:00:18.328Z Compiling iddqd v0.3.17
16712026-03-13T17:00:18.373Z Compiling tokio-postgres v0.7.16
16722026-03-13T17:00:18.457Z Compiling string_cache v0.8.9
16732026-03-13T17:00:18.508Z Compiling predicates v3.1.4
16742026-03-13T17:00:18.635Z Compiling clap v4.5.60
16752026-03-13T17:00:18.676Z Compiling strum v0.26.3
16762026-03-13T17:00:18.739Z Compiling hickory-proto v0.25.2
16772026-03-13T17:00:18.770Z Compiling petgraph v0.6.5
16782026-03-13T17:00:18.849Z Compiling sha3 v0.10.8
16792026-03-13T17:00:19.133Z Compiling petgraph v0.8.3
16802026-03-13T17:00:19.155Z Compiling hyper-util v0.1.20
16812026-03-13T17:00:19.161Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16822026-03-13T17:00:19.198Z Compiling env_logger v0.11.9
16832026-03-13T17:00:19.423Z Compiling usdt v0.6.0
16842026-03-13T17:00:19.443Z Compiling toml_edit v0.22.27
16852026-03-13T17:00:19.497Z Compiling usdt-impl v0.5.0
16862026-03-13T17:00:19.712Z Compiling serde_with v3.17.0
16872026-03-13T17:00:19.784Z Compiling crossterm v0.28.1
16882026-03-13T17:00:19.925Z Compiling similar v2.7.0
16892026-03-13T17:00:19.938Z Compiling toml v0.7.8
16902026-03-13T17:00:20.285Z Compiling ecdsa v0.16.9
16912026-03-13T17:00:20.779Z Compiling rsa v0.9.10
16922026-03-13T17:00:20.809Z Compiling ed25519-dalek v2.2.0
16932026-03-13T17:00:21.080Z Compiling hyper-tls v0.6.0
16942026-03-13T17:00:21.204Z Compiling zip v4.6.1
16952026-03-13T17:00:21.434Z Compiling zip v0.6.6
16962026-03-13T17:00:21.439Z Compiling tokio-stream v0.1.18
16972026-03-13T17:00:21.811Z Compiling buf-list v1.1.2
16982026-03-13T17:00:22.059Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-13T17:00:22.081Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-13T17:00:22.104Z Compiling openapiv3 v2.2.0
17012026-03-13T17:00:22.107Z Compiling x509-cert v0.2.5
17022026-03-13T17:00:22.187Z Compiling sha1 v0.10.6
17032026-03-13T17:00:22.242Z Compiling itertools v0.13.0
17042026-03-13T17:00:22.512Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-13T17:00:22.546Z Compiling lalrpop-util v0.19.12
17062026-03-13T17:00:22.562Z Compiling peg-runtime v0.8.5
17072026-03-13T17:00:22.801Z Compiling thread_local v1.1.9
17082026-03-13T17:00:22.908Z Compiling slog-async v2.8.0
17092026-03-13T17:00:22.933Z Compiling futures-executor v0.3.32
17102026-03-13T17:00:22.959Z Compiling crossbeam-channel v0.5.15
17112026-03-13T17:00:22.994Z Compiling is-terminal v0.4.17
17122026-03-13T17:00:23.139Z Compiling filetime v0.2.27
17132026-03-13T17:00:23.160Z Compiling take_mut v0.2.2
17142026-03-13T17:00:23.266Z Compiling xattr v1.6.1
17152026-03-13T17:00:23.329Z Compiling term v1.2.1
17162026-03-13T17:00:23.333Z Compiling futures v0.3.32
17172026-03-13T17:00:23.465Z Compiling tar v0.4.44
17182026-03-13T17:00:23.844Z Compiling slog-term v2.9.2
17192026-03-13T17:00:44.171Z Compiling rustls-webpki v0.103.9
17202026-03-13T17:00:48.071Z Compiling tokio-rustls v0.26.4
17212026-03-13T17:00:48.071Z Compiling rustls-platform-verifier v0.6.2
17222026-03-13T17:00:48.331Z Compiling hyper-rustls v0.27.7
17232026-03-13T17:00:48.577Z Compiling reqwest v0.13.2
17242026-03-13T17:00:48.577Z Compiling reqwest v0.12.28
17252026-03-13T17:00:51.370Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-13T17:00:51.683Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-13T17:00:55.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17282026-03-13T17:00:55.874Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-13T17:00:55.936ZMar 13 17:00:55.035 INFO Starting download, target: MaghemiteMgd
17302026-03-13T17:00:55.936ZMar 13 17:00:55.035 INFO Starting download, target: Clickhouse
17312026-03-13T17:00:55.940ZMar 13 17:00:55.035 INFO Starting download, target: Console
17322026-03-13T17:00:55.940ZMar 13 17:00:55.035 INFO Starting download, target: TransceiverControl
17332026-03-13T17:00:55.940ZMar 13 17:00:55.035 INFO Starting download, target: DendriteStub
17342026-03-13T17:00:55.940ZMar 13 17:00:55.035 INFO Starting download, target: Cockroach
17352026-03-13T17:00:55.941ZMar 13 17:00:55.035 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-13T17:00:55.941ZMar 13 17:00:55.035 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-13T17:00:55.941ZMar 13 17:00:55.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-13T17:00:55.941ZMar 13 17:00:55.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-13T17:00:55.941ZMar 13 17:00:55.036 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-13T17:00:55.941ZMar 13 17:00:55.036 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-03-13T17:00:56.302ZMar 13 17:00:55.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-13T17:00:56.637ZMar 13 17:00:55.738 INFO Download complete, target: TransceiverControl
17432026-03-13T17:00:57.100ZMar 13 17:00:56.198 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-13T17:00:57.475ZMar 13 17:00:56.575 INFO Download complete, target: Console
17452026-03-13T17:00:57.705ZMar 13 17:00:56.800 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-13T17:00:58.195ZMar 13 17:00:57.269 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-13T17:00:58.381ZMar 13 17:00:57.479 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-13T17:00:58.665ZMar 13 17:00:57.765 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-13T17:00:58.665ZMar 13 17:00:57.765 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-13T17:01:01.291ZMar 13 17:01:00.390 INFO Download complete, target: DendriteStub
17512026-03-13T17:01:01.681ZMar 13 17:01:00.764 INFO Download complete, target: MaghemiteMgd
17522026-03-13T17:01:06.453ZMar 13 17:01:05.491 INFO Checking that binary works, target: Cockroach
17532026-03-13T17:01:06.617ZMar 13 17:01:05.616 INFO Download complete, target: Cockroach
17542026-03-13T17:01:09.578ZMar 13 17:01:08.670 INFO Checking that binary works, target: Clickhouse
17552026-03-13T17:01:09.738ZMar 13 17:01:08.823 INFO Download complete, target: Clickhouse
17562026-03-13T17:01:09.759ZAll prerequisites installed successfully
17572026-03-13T17:01:09.759Z
17582026-03-13T17:01:09.759Zreal 3:52.050968526
17592026-03-13T17:01:09.759Zuser 10:25.336966128
17602026-03-13T17:01:09.759Zsys 2:08.402549502
17612026-03-13T17:01:09.759Ztrap 0.325780480
17622026-03-13T17:01:09.760Ztflt 3.947334736
17632026-03-13T17:01:09.760Zdflt 4.943247637
17642026-03-13T17:01:09.760Zkflt 0.045597689
17652026-03-13T17:01:09.760Zlock 24:34.876242574
17662026-03-13T17:01:09.760Zslp 35:07.969541206
17672026-03-13T17:01:09.760Zlat 28.344138677
17682026-03-13T17:01:09.760Zstop 4:13.969734619
17692026-03-13T17:01:09.760Z+ ptime -m cargo xtask download softnpu
17702026-03-13T17:01:10.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17712026-03-13T17:01:10.453Z Running `target/debug/xtask download softnpu`
17722026-03-13T17:01:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
17732026-03-13T17:01:11.487Z Running `target/debug/xtask-downloader softnpu`
17742026-03-13T17:01:11.534ZMar 13 17:01:10.626 INFO Starting download, target: Softnpu
17752026-03-13T17:01:11.544ZMar 13 17:01:10.627 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-13T17:01:12.507ZMar 13 17:01:11.606 INFO Download complete, target: Softnpu
17772026-03-13T17:01:12.511Z
17782026-03-13T17:01:12.511Zreal 2.772794078
17792026-03-13T17:01:12.511Zuser 1.729010121
17802026-03-13T17:01:12.511Zsys 0.782861119
17812026-03-13T17:01:12.511Ztrap 0.000871053
17822026-03-13T17:01:12.511Ztflt 0.000285240
17832026-03-13T17:01:12.511Zdflt 0.000431473
17842026-03-13T17:01:12.511Zkflt 0.000000000
17852026-03-13T17:01:12.511Zlock 17.836759520
17862026-03-13T17:01:12.511Zslp 0.759099518
17872026-03-13T17:01:12.511Zlat 0.059342161
17882026-03-13T17:01:12.511Zstop 0.000174202
17892026-03-13T17:01:12.518Z+ export CARGO_INCREMENTAL=0
17902026-03-13T17:01:12.518Z+ CARGO_INCREMENTAL=0
17912026-03-13T17:01:12.518Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-13T17:01:13.640Z Compiling proc-macro2 v1.0.106
17932026-03-13T17:01:13.640Z Compiling quote v1.0.44
17942026-03-13T17:01:13.648Z Compiling unicode-ident v1.0.24
17952026-03-13T17:01:13.648Z Compiling libc v0.2.180
17962026-03-13T17:01:13.648Z Compiling serde_core v1.0.228
17972026-03-13T17:01:13.648Z Compiling serde v1.0.228
17982026-03-13T17:01:13.648Z Compiling cfg-if v1.0.4
17992026-03-13T17:01:13.648Z Compiling version_check v0.9.5
18002026-03-13T17:01:13.796Z Compiling shlex v1.3.0
18012026-03-13T17:01:13.813Z Compiling find-msvc-tools v0.1.9
18022026-03-13T17:01:13.817Z Compiling typenum v1.19.0
18032026-03-13T17:01:13.817Z Compiling portable-atomic v1.13.1
18042026-03-13T17:01:13.817Z Compiling memchr v2.8.0
18052026-03-13T17:01:13.817Z Compiling autocfg v1.5.0
18062026-03-13T17:01:13.817Z Compiling zmij v1.0.21
18072026-03-13T17:01:14.012Z Compiling serde_json v1.0.149
18082026-03-13T17:01:14.043Z Compiling zerocopy v0.8.40
18092026-03-13T17:01:14.125Z Compiling parking_lot_core v0.9.12
18102026-03-13T17:01:14.376Z Compiling libm v0.2.16
18112026-03-13T17:01:14.381Z Compiling generic-array v0.14.7
18122026-03-13T17:01:14.399Z Compiling smallvec v1.15.1
18132026-03-13T17:01:14.406Z Compiling num-traits v0.2.19
18142026-03-13T17:01:14.459Z Compiling icu_normalizer_data v2.1.1
18152026-03-13T17:01:14.464Z Compiling icu_properties_data v2.1.2
18162026-03-13T17:01:14.538Z Compiling itoa v1.0.17
18172026-03-13T17:01:14.600Z Compiling log v0.4.29
18182026-03-13T17:01:14.684Z Compiling getrandom v0.4.1
18192026-03-13T17:01:14.727Z Compiling pkg-config v0.3.32
18202026-03-13T17:01:14.769Z Compiling stable_deref_trait v1.2.1
18212026-03-13T17:01:14.809Z Compiling scopeguard v1.2.0
18222026-03-13T17:01:14.872Z Compiling subtle v2.6.1
18232026-03-13T17:01:14.965Z Compiling lock_api v0.4.14
18242026-03-13T17:01:14.987Z Compiling fnv v1.0.7
18252026-03-13T17:01:15.026Z Compiling thiserror v2.0.18
18262026-03-13T17:01:15.188Z Compiling getrandom v0.3.4
18272026-03-13T17:01:15.232Z Compiling jobserver v0.1.34
18282026-03-13T17:01:15.274Z Compiling getrandom v0.2.17
18292026-03-13T17:01:15.304Z Compiling errno v0.3.14
18302026-03-13T17:01:15.358Z Compiling pin-project-lite v0.2.17
18312026-03-13T17:01:15.400Z Compiling syn v2.0.117
18322026-03-13T17:01:15.484Z Compiling cc v1.2.56
18332026-03-13T17:01:15.506Z Compiling rand_core v0.6.4
18342026-03-13T17:01:15.553Z Compiling critical-section v1.2.0
18352026-03-13T17:01:15.681Z Compiling rustversion v1.0.22
18362026-03-13T17:01:15.756Z Compiling allocator-api2 v0.2.21
18372026-03-13T17:01:15.814Z Compiling equivalent v1.0.2
18382026-03-13T17:01:15.858Z Compiling percent-encoding v2.3.2
18392026-03-13T17:01:15.879Z Compiling litemap v0.8.1
18402026-03-13T17:01:15.944Z Compiling writeable v0.6.2
18412026-03-13T17:01:16.071Z Compiling foldhash v0.2.0
18422026-03-13T17:01:16.076Z Compiling fs_extra v1.3.0
18432026-03-13T17:01:16.149Z Compiling once_cell v1.21.3
18442026-03-13T17:01:16.203Z Compiling dunce v1.0.5
18452026-03-13T17:01:16.264Z Compiling hashbrown v0.16.1
18462026-03-13T17:01:16.362Z Compiling const-oid v0.9.6
18472026-03-13T17:01:16.405Z Compiling cmake v0.1.57
18482026-03-13T17:01:16.473Z Compiling signal-hook-registry v1.4.8
18492026-03-13T17:01:16.575Z Compiling rustix v1.1.3
18502026-03-13T17:01:16.596Z Compiling socket2 v0.6.2
18512026-03-13T17:01:16.601Z Compiling mio v1.1.1
18522026-03-13T17:01:16.601Z Compiling schemars v0.8.22
18532026-03-13T17:01:16.658Z Compiling utf8_iter v1.0.4
18542026-03-13T17:01:16.903Z Compiling semver v1.0.27
18552026-03-13T17:01:16.907Z Compiling parking_lot v0.12.5
18562026-03-13T17:01:16.947Z Compiling rand_core v0.10.0
18572026-03-13T17:01:16.953Z Compiling aws-lc-rs v1.16.0
18582026-03-13T17:01:17.083Z Compiling bitflags v2.11.0
18592026-03-13T17:01:17.116Z Compiling indexmap v2.13.0
18602026-03-13T17:01:17.334Z Compiling ring v0.17.14
18612026-03-13T17:01:17.393Z Compiling aws-lc-sys v0.37.1
18622026-03-13T17:01:17.393Z Compiling form_urlencoded v1.2.2
18632026-03-13T17:01:17.429Z Compiling strsim v0.11.1
18642026-03-13T17:01:17.562Z Compiling futures-core v0.3.32
18652026-03-13T17:01:17.697Z Compiling ucd-trie v0.1.7
18662026-03-13T17:01:17.836Z Compiling httparse v1.10.1
18672026-03-13T17:01:17.936Z Compiling thiserror v1.0.69
18682026-03-13T17:01:17.955Z Compiling byteorder v1.5.0
18692026-03-13T17:01:17.977Z Compiling pest v2.8.6
18702026-03-13T17:01:18.130Z Compiling vcpkg v0.2.15
18712026-03-13T17:01:18.190Z Compiling ident_case v1.0.1
18722026-03-13T17:01:18.252Z Compiling heck v0.5.0
18732026-03-13T17:01:18.320Z Compiling regex-syntax v0.8.10
18742026-03-13T17:01:18.364Z Compiling crossbeam-utils v0.8.21
18752026-03-13T17:01:18.475Z Compiling syn v1.0.109
18762026-03-13T17:01:18.635Z Compiling rustls v0.23.37
18772026-03-13T17:01:18.676Z Compiling futures-sink v0.3.32
18782026-03-13T17:01:18.772Z Compiling rustc_version v0.4.1
18792026-03-13T17:01:18.794Z Compiling futures-channel v0.3.32
18802026-03-13T17:01:18.893Z Compiling cpufeatures v0.2.17
18812026-03-13T17:01:18.921Z Compiling futures-task v0.3.32
18822026-03-13T17:01:18.922Z Compiling futures-io v0.3.32
18832026-03-13T17:01:18.922Z Compiling slab v0.4.12
18842026-03-13T17:01:18.942Z Compiling openssl-sys v0.9.111
18852026-03-13T17:01:19.097Z Compiling plain v0.2.3
18862026-03-13T17:01:19.164Z Compiling iana-time-zone v0.1.65
18872026-03-13T17:01:19.194Z Compiling uuid v1.21.0
18882026-03-13T17:01:19.194Z Compiling aho-corasick v1.1.4
18892026-03-13T17:01:19.232Z Compiling time-core v0.1.8
18902026-03-13T17:01:19.257Z Compiling num-conv v0.2.0
18912026-03-13T17:01:19.317Z Compiling synstructure v0.13.2
18922026-03-13T17:01:19.404Z Compiling serde_derive_internals v0.29.1
18932026-03-13T17:01:19.479Z Compiling time-macros v0.2.27
18942026-03-13T17:01:19.532Z Compiling pest_meta v2.8.6
18952026-03-13T17:01:19.953Z Compiling pretty-hex v0.4.1
18962026-03-13T17:01:20.053Z Compiling openssl v0.10.75
18972026-03-13T17:01:20.313Z Compiling pest_generator v2.8.6
18982026-03-13T17:01:20.413Z Compiling base64ct v1.8.3
18992026-03-13T17:01:20.446Z Compiling regex-automata v0.4.14
19002026-03-13T17:01:20.476Z Compiling crc32fast v1.5.0
19012026-03-13T17:01:20.476Z Compiling anyhow v1.0.102
19022026-03-13T17:01:20.622Z Compiling either v1.15.0
19032026-03-13T17:01:20.643Z Compiling darling_core v0.21.3
19042026-03-13T17:01:20.643Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-13T17:01:20.762Z Compiling pem-rfc7468 v0.7.0
19062026-03-13T17:01:20.845Z Compiling native-tls v0.2.18
19072026-03-13T17:01:20.891Z Compiling flagset v0.4.7
19082026-03-13T17:01:20.913Z Compiling rand_core v0.9.5
19092026-03-13T17:01:21.055Z Compiling slog v2.8.2
19102026-03-13T17:01:21.168Z Compiling tracing-core v0.1.36
19112026-03-13T17:01:21.181Z Compiling untrusted v0.9.0
19122026-03-13T17:01:21.182Z Compiling rayon-core v1.13.0
19132026-03-13T17:01:21.219Z Compiling dyn-clone v1.0.20
19142026-03-13T17:01:21.337Z Compiling serde_derive v1.0.228
19152026-03-13T17:01:21.398Z Compiling zeroize_derive v1.4.3
19162026-03-13T17:01:21.502Z Compiling zerofrom-derive v0.1.6
19172026-03-13T17:01:21.502Z Compiling yoke-derive v0.8.1
19182026-03-13T17:01:21.502Z Compiling zerovec-derive v0.11.2
19192026-03-13T17:01:21.512Z Compiling displaydoc v0.2.5
19202026-03-13T17:01:21.512Z Compiling zerocopy-derive v0.8.40
19212026-03-13T17:01:21.535Z Compiling tokio-macros v2.6.0
19222026-03-13T17:01:21.816Z Compiling futures-macro v0.3.32
19232026-03-13T17:01:22.172Z Compiling zeroize v1.8.2
19242026-03-13T17:01:22.431Z Compiling thiserror-impl v2.0.18
19252026-03-13T17:01:22.499Z Compiling tracing-attributes v0.1.31
19262026-03-13T17:01:22.704Z Compiling der_derive v0.7.3
19272026-03-13T17:01:22.855Z Compiling schemars_derive v0.8.22
19282026-03-13T17:01:22.874Z Compiling thiserror-impl v1.0.69
19292026-03-13T17:01:22.959Z Compiling zerofrom v0.1.6
19302026-03-13T17:01:23.134Z Compiling yoke v0.8.1
19312026-03-13T17:01:23.282Z Compiling crypto-common v0.1.7
19322026-03-13T17:01:23.388Z Compiling zerovec v0.11.5
19332026-03-13T17:01:23.458Z Compiling zerotrie v0.2.3
19342026-03-13T17:01:23.916Z Compiling block-buffer v0.10.4
19352026-03-13T17:01:24.030Z Compiling pest_derive v2.8.6
19362026-03-13T17:01:24.077Z Compiling futures-util v0.3.32
19372026-03-13T17:01:24.092Z Compiling digest v0.10.7
19382026-03-13T17:01:24.123Z Compiling tinystr v0.8.2
19392026-03-13T17:01:24.216Z Compiling potential_utf v0.1.4
19402026-03-13T17:01:24.461Z Compiling icu_locale_core v2.1.1
19412026-03-13T17:01:24.473Z Compiling icu_collections v2.1.1
19422026-03-13T17:01:24.473Z Compiling hmac v0.12.1
19432026-03-13T17:01:24.566Z Compiling block-padding v0.3.3
19442026-03-13T17:01:24.583Z Compiling sha2 v0.10.9
19452026-03-13T17:01:24.666Z Compiling rustls-pki-types v1.14.0
19462026-03-13T17:01:24.731Z Compiling inout v0.1.4
19472026-03-13T17:01:24.768Z Compiling scroll_derive v0.13.1
19482026-03-13T17:01:25.378Z Compiling cipher v0.4.4
19492026-03-13T17:01:25.412Z Compiling icu_provider v2.1.1
19502026-03-13T17:01:25.661Z Compiling bytes v1.11.1
19512026-03-13T17:01:25.711Z Compiling chrono v0.4.44
19522026-03-13T17:01:25.774Z Compiling icu_normalizer v2.1.1
19532026-03-13T17:01:25.831Z Compiling icu_properties v2.1.2
19542026-03-13T17:01:25.879Z Compiling serde_tokenstream v0.2.3
19552026-03-13T17:01:25.950Z Compiling scroll_derive v0.12.1
19562026-03-13T17:01:26.414Z Compiling tokio v1.49.0
19572026-03-13T17:01:26.857Z Compiling openssl-macros v0.1.1
19582026-03-13T17:01:27.294Z Compiling idna_adapter v1.2.1
19592026-03-13T17:01:27.372Z Compiling http v1.4.0
19602026-03-13T17:01:27.452Z Compiling idna v1.1.0
19612026-03-13T17:01:27.659Z Compiling der v0.7.10
19622026-03-13T17:01:27.684Z Compiling darling_macro v0.21.3
19632026-03-13T17:01:27.782Z Compiling regex v1.12.3
19642026-03-13T17:01:27.793Z Compiling ppv-lite86 v0.2.21
19652026-03-13T17:01:27.942Z Compiling url v2.5.8
19662026-03-13T17:01:28.169Z Compiling zerocopy-derive v0.7.35
19672026-03-13T17:01:28.322Z Compiling darling v0.21.3
19682026-03-13T17:01:28.365Z Compiling salsa20 v0.10.2
19692026-03-13T17:01:28.444Z Compiling pbkdf2 v0.12.2
19702026-03-13T17:01:28.608Z Compiling tracing v0.1.44
19712026-03-13T17:01:28.867Z Compiling spki v0.7.3
19722026-03-13T17:01:29.278Z Compiling cookie v0.18.1
19732026-03-13T17:01:29.384Z Compiling camino v1.2.2
19742026-03-13T17:01:29.462Z Compiling base64 v0.22.1
19752026-03-13T17:01:29.815Z Compiling scrypt v0.11.0
19762026-03-13T17:01:29.867Z Compiling rand_chacha v0.9.0
19772026-03-13T17:01:29.867Z Compiling cbc v0.1.2
19782026-03-13T17:01:29.867Z Compiling aes v0.8.4
19792026-03-13T17:01:30.346Z Compiling usdt-impl v0.5.0
19802026-03-13T17:01:30.454Z Compiling paste v1.0.15
19812026-03-13T17:01:30.499Z Compiling winnow v0.7.14
19822026-03-13T17:01:30.613Z Compiling usdt-impl v0.6.0
19832026-03-13T17:01:30.652Z Compiling ref-cast v1.0.25
19842026-03-13T17:01:30.962Z Compiling pkcs5 v0.7.1
19852026-03-13T17:01:31.066Z Compiling rand v0.9.2
19862026-03-13T17:01:31.133Z Compiling http-body v1.0.1
19872026-03-13T17:01:31.336Z Compiling scroll v0.12.0
19882026-03-13T17:01:31.398Z Compiling scroll v0.13.0
19892026-03-13T17:01:31.463Z Compiling serde_spanned v0.6.9
19902026-03-13T17:01:31.495Z Compiling toml_datetime v0.6.11
19912026-03-13T17:01:31.544Z Compiling tokio-util v0.7.18
19922026-03-13T17:01:31.700Z Compiling heapless v0.7.17
19932026-03-13T17:01:31.792Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-13T17:01:31.806Z Compiling zstd-safe v7.2.4
19952026-03-13T17:01:31.930Z Compiling openssl-probe v0.2.1
19962026-03-13T17:01:31.972Z Compiling signal-hook v0.3.18
19972026-03-13T17:01:32.214Z Compiling atomic-waker v1.1.2
19982026-03-13T17:01:32.250Z Compiling untrusted v0.7.1
19992026-03-13T17:01:32.313Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-13T17:01:32.446Z Compiling goblin v0.10.5
20012026-03-13T17:01:32.503Z Compiling goblin v0.8.2
20022026-03-13T17:01:32.526Z Compiling pkcs8 v0.10.2
20032026-03-13T17:01:32.941Z Compiling zerocopy v0.7.35
20042026-03-13T17:01:33.026Z Compiling ref-cast-impl v1.0.25
20052026-03-13T17:01:33.069Z Compiling darling_core v0.20.11
20062026-03-13T17:01:33.253Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-13T17:01:33.471Z Compiling memoffset v0.9.1
20082026-03-13T17:01:33.584Z Compiling winnow v0.5.40
20092026-03-13T17:01:33.639Z Compiling litrs v1.0.0
20102026-03-13T17:01:33.681Z Compiling tower-service v0.3.3
20112026-03-13T17:01:33.734Z Compiling fastrand v2.3.0
20122026-03-13T17:01:33.827Z Compiling rustix v0.38.44
20132026-03-13T17:01:33.942Z Compiling try-lock v0.2.5
20142026-03-13T17:01:34.088Z Compiling tower-layer v0.3.3
20152026-03-13T17:01:34.346Z Compiling tinyvec_macros v0.1.1
20162026-03-13T17:01:34.779Z Compiling want v0.3.1
20172026-03-13T17:01:34.796Z Compiling document-features v0.2.12
20182026-03-13T17:01:34.796Z Compiling tinyvec v1.10.0
20192026-03-13T17:01:34.796Z Compiling h2 v0.4.13
20202026-03-13T17:01:35.139Z Compiling dtrace-parser v0.2.0
20212026-03-13T17:01:35.231Z Compiling dtrace-parser v0.3.0
20222026-03-13T17:01:35.547Z Compiling toml_edit v0.19.15
20232026-03-13T17:01:35.720Z Compiling ipnet v2.11.0
20242026-03-13T17:01:35.958Z Compiling darling_macro v0.20.11
20252026-03-13T17:01:35.965Z Compiling dof v0.3.0
20262026-03-13T17:01:36.194Z Compiling daft-derive v0.1.5
20272026-03-13T17:01:36.484Z Compiling async-trait v0.1.89
20282026-03-13T17:01:36.517Z Compiling dof v0.4.0
20292026-03-13T17:01:36.594Z Compiling curve25519-dalek v4.1.3
20302026-03-13T17:01:36.881Z Compiling spin v0.9.8
20312026-03-13T17:01:37.038Z Compiling thread-id v4.2.2
20322026-03-13T17:01:37.063Z Compiling thread-id v5.1.0
20332026-03-13T17:01:37.063Z Compiling proc-macro-error-attr v1.0.4
20342026-03-13T17:01:37.084Z Compiling smoltcp v0.9.1
20352026-03-13T17:01:37.181Z Compiling powerfmt v0.2.0
20362026-03-13T17:01:37.306Z Compiling cfg_aliases v0.2.1
20372026-03-13T17:01:37.504Z Compiling httpdate v1.0.3
20382026-03-13T17:01:37.570Z Compiling num-bigint-dig v0.8.6
20392026-03-13T17:01:37.570Z Compiling pin-utils v0.1.0
20402026-03-13T17:01:37.653Z Compiling foreign-types-shared v0.1.1
20412026-03-13T17:01:37.742Z Compiling nix v0.31.1
20422026-03-13T17:01:37.753Z Compiling foreign-types v0.3.2
20432026-03-13T17:01:37.754Z Compiling tempfile v3.25.0
20442026-03-13T17:01:37.766Z Compiling deranged v0.5.8
20452026-03-13T17:01:38.150Z Compiling darling v0.20.11
20462026-03-13T17:01:38.629Z Compiling ipnetwork v0.21.1
20472026-03-13T17:01:38.657Z Compiling hyper v1.8.1
20482026-03-13T17:01:38.657Z Compiling strum_macros v0.26.4
20492026-03-13T17:01:38.842Z Compiling wait-timeout v0.2.1
20502026-03-13T17:01:38.860Z Compiling proc-macro-error v1.0.4
20512026-03-13T17:01:39.144Z Compiling anstyle v1.0.13
20522026-03-13T17:01:39.161Z Compiling quick-error v1.2.3
20532026-03-13T17:01:39.183Z Compiling bit-vec v0.8.0
20542026-03-13T17:01:39.187Z Compiling unicode-segmentation v1.12.0
20552026-03-13T17:01:39.525Z Compiling utf8parse v0.2.2
20562026-03-13T17:01:39.729Z Compiling simd-adler32 v0.3.8
20572026-03-13T17:01:39.782Z Compiling num_threads v0.1.7
20582026-03-13T17:01:39.782Z Compiling siphasher v1.0.2
20592026-03-13T17:01:39.783Z Compiling time v0.3.47
20602026-03-13T17:01:39.898Z Compiling anstyle-parse v0.2.7
20612026-03-13T17:01:40.092Z Compiling hyper-util v0.1.20
20622026-03-13T17:01:40.407Z Compiling bit-set v0.8.0
20632026-03-13T17:01:40.502Z Compiling rusty-fork v0.3.1
20642026-03-13T17:01:40.899Z Compiling crossbeam-epoch v0.9.18
20652026-03-13T17:01:40.985Z Compiling derive_builder_core v0.20.2
20662026-03-13T17:01:41.383Z Compiling unicode-normalization v0.1.25
20672026-03-13T17:01:42.025Z Compiling rustls-native-certs v0.8.3
20682026-03-13T17:01:42.289Z Compiling signature v2.2.0
20692026-03-13T17:01:42.332Z Compiling hubpack_derive v0.1.1
20702026-03-13T17:01:42.357Z Compiling strum_macros v0.27.2
20712026-03-13T17:01:42.370Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-13T17:01:42.452Z Compiling rand_xorshift v0.4.0
20732026-03-13T17:01:42.475Z Compiling sync_wrapper v1.0.2
20742026-03-13T17:01:42.649Z Compiling fs-err v3.3.0
20752026-03-13T17:01:42.668Z Compiling ahash v0.8.12
20762026-03-13T17:01:42.916Z Compiling unicode-bidi v0.3.18
20772026-03-13T17:01:42.946Z Compiling unicode-properties v0.1.4
20782026-03-13T17:01:42.946Z Compiling anstyle-query v1.1.5
20792026-03-13T17:01:43.061Z Compiling is_terminal_polyfill v1.70.2
20802026-03-13T17:01:43.119Z Compiling object v0.37.3
20812026-03-13T17:01:43.178Z Compiling adler2 v2.0.1
20822026-03-13T17:01:43.203Z Compiling unarray v0.1.4
20832026-03-13T17:01:43.227Z Compiling colorchoice v1.0.4
20842026-03-13T17:01:43.357Z Compiling stringprep v0.1.5
20852026-03-13T17:01:43.386Z Compiling anstream v0.6.21
20862026-03-13T17:01:43.622Z Compiling proptest v1.10.0
20872026-03-13T17:01:43.857Z Compiling miniz_oxide v0.8.9
20882026-03-13T17:01:43.877Z Compiling tower v0.5.3
20892026-03-13T17:01:44.181Z Compiling derive_builder_macro v0.20.2
20902026-03-13T17:01:44.541Z Compiling crossbeam-deque v0.8.6
20912026-03-13T17:01:44.592Z Compiling heck v0.4.1
20922026-03-13T17:01:44.680Z Compiling usdt-macro v0.6.0
20932026-03-13T17:01:44.724Z Compiling usdt-attr-macro v0.6.0
20942026-03-13T17:01:44.876Z Compiling http-body-util v0.1.3
20952026-03-13T17:01:45.008Z Compiling webpki-roots v1.0.6
20962026-03-13T17:01:45.383Z Compiling rand_chacha v0.3.1
20972026-03-13T17:01:45.422Z Compiling erased-serde v0.3.31
20982026-03-13T17:01:45.423Z Compiling md-5 v0.10.6
20992026-03-13T17:01:45.423Z Compiling num-integer v0.1.46
21002026-03-13T17:01:45.799Z Compiling hash32 v0.2.1
21012026-03-13T17:01:45.828Z Compiling vergen-lib v0.1.6
21022026-03-13T17:01:45.829Z Compiling ff v0.13.1
21032026-03-13T17:01:45.830Z Compiling base16ct v0.2.0
21042026-03-13T17:01:45.830Z Compiling fallible-iterator v0.2.0
21052026-03-13T17:01:45.830Z Compiling zlib-rs v0.6.2
21062026-03-13T17:01:45.830Z Compiling iri-string v0.7.10
21072026-03-13T17:01:45.830Z Compiling ryu v1.0.23
21082026-03-13T17:01:45.934Z Compiling psl-types v2.0.11
21092026-03-13T17:01:45.985Z Compiling sec1 v0.7.3
21102026-03-13T17:01:45.985Z Compiling group v0.13.0
21112026-03-13T17:01:46.507Z Compiling publicsuffix v2.3.0
21122026-03-13T17:01:46.507Z Compiling serde_urlencoded v0.7.1
21132026-03-13T17:01:46.527Z Compiling postgres-protocol v0.6.10
21142026-03-13T17:01:46.527Z Compiling num-iter v0.1.45
21152026-03-13T17:01:46.527Z Compiling newtype-uuid v1.3.2
21162026-03-13T17:01:46.527Z Compiling rand v0.8.5
21172026-03-13T17:01:46.629Z Compiling oxnet v0.1.4
21182026-03-13T17:01:46.740Z Compiling zone_cfg_derive v0.3.1
21192026-03-13T17:01:46.752Z Compiling derive_builder v0.20.2
21202026-03-13T17:01:46.905Z Compiling tokio-native-tls v0.3.1
21212026-03-13T17:01:47.038Z Compiling phf_shared v0.13.1
21222026-03-13T17:01:47.141Z Compiling lazy_static v1.5.0
21232026-03-13T17:01:47.229Z Compiling terminal_size v0.4.3
21242026-03-13T17:01:47.302Z Compiling serde_with_macros v3.17.0
21252026-03-13T17:01:47.547Z Compiling cargo-platform v0.1.9
21262026-03-13T17:01:47.588Z Compiling tower-http v0.6.8
21272026-03-13T17:01:47.588Z Compiling hkdf v0.12.4
21282026-03-13T17:01:47.588Z Compiling crypto-bigint v0.5.5
21292026-03-13T17:01:47.588Z Compiling clap_derive v4.5.55
21302026-03-13T17:01:47.623Z Compiling enum-as-inner v0.6.1
21312026-03-13T17:01:47.633Z Compiling serde_repr v0.1.20
21322026-03-13T17:01:47.666Z Compiling vergen v9.0.6
21332026-03-13T17:01:47.721Z Compiling managed v0.8.0
21342026-03-13T17:01:47.865Z Compiling bitflags v1.3.2
21352026-03-13T17:01:47.980Z Compiling unicode-width v0.2.0
21362026-03-13T17:01:48.047Z Compiling libbz2-rs-sys v0.2.2
21372026-03-13T17:01:48.143Z Compiling bumpalo v3.20.2
21382026-03-13T17:01:48.300Z Compiling foldhash v0.1.5
21392026-03-13T17:01:48.349Z Compiling clap_lex v1.0.0
21402026-03-13T17:01:48.438Z Compiling console v0.16.2
21412026-03-13T17:01:48.460Z Compiling zopfli v0.8.3
21422026-03-13T17:01:48.486Z Compiling hashbrown v0.15.5
21432026-03-13T17:01:48.530Z Compiling flate2 v1.1.9
21442026-03-13T17:01:48.619Z Compiling clap_builder v4.5.60
21452026-03-13T17:01:48.665Z Compiling bzip2 v0.6.1
21462026-03-13T17:01:49.266Z Compiling cargo_metadata v0.19.2
21472026-03-13T17:01:49.287Z Compiling elliptic-curve v0.13.8
21482026-03-13T17:01:49.287Z Compiling phf v0.13.1
21492026-03-13T17:01:51.113Z Compiling hyper-tls v0.6.0
21502026-03-13T17:01:51.198Z Compiling daft v0.1.5
21512026-03-13T17:01:51.198Z Compiling signal-hook-mio v0.2.5
21522026-03-13T17:01:51.237Z Compiling rayon v1.11.0
21532026-03-13T17:01:51.237Z Compiling cookie_store v0.22.1
21542026-03-13T17:01:51.237Z Compiling zstd v0.13.3
21552026-03-13T17:01:51.237Z Compiling postgres-types v0.2.12
21562026-03-13T17:01:51.237Z Compiling bzip2 v0.4.4
21572026-03-13T17:01:51.237Z Compiling strum v0.27.2
21582026-03-13T17:01:51.237Z Compiling hubpack v0.1.2
21592026-03-13T17:01:51.237Z Compiling ed25519 v2.2.3
21602026-03-13T17:01:51.237Z Compiling phf_shared v0.11.3
21612026-03-13T17:01:51.238Z Compiling pkcs1 v0.7.5
21622026-03-13T17:01:51.238Z Compiling serde-big-array v0.5.1
21632026-03-13T17:01:51.238Z Compiling hex v0.4.3
21642026-03-13T17:01:51.238Z Compiling rfc6979 v0.4.0
21652026-03-13T17:01:51.238Z Compiling bstr v1.12.1
21662026-03-13T17:01:51.238Z Compiling itertools v0.12.1
21672026-03-13T17:01:51.238Z Compiling float-cmp v0.10.0
21682026-03-13T17:01:51.238Z Compiling memmap2 v0.9.10
21692026-03-13T17:01:51.250Z Compiling env_filter v1.0.0
21702026-03-13T17:01:51.402Z Compiling encoding_rs v0.8.35
21712026-03-13T17:01:51.450Z Compiling new_debug_unreachable v1.0.6
21722026-03-13T17:01:51.451Z Compiling mime v0.3.17
21732026-03-13T17:01:51.490Z Compiling precomputed-hash v0.1.1
21742026-03-13T17:01:51.510Z Compiling predicates-core v1.0.10
21752026-03-13T17:01:51.633Z Compiling whoami v2.1.0
21762026-03-13T17:01:51.654Z Compiling data-encoding v2.10.0
21772026-03-13T17:01:51.731Z Compiling difflib v0.4.0
21782026-03-13T17:01:51.747Z Compiling static_assertions v1.1.0
21792026-03-13T17:01:51.820Z Compiling jiff v0.2.21
21802026-03-13T17:01:51.859Z Compiling toml_write v0.1.2
21812026-03-13T17:01:51.998Z Compiling keccak v0.1.6
21822026-03-13T17:01:52.117Z Compiling fixedbitset v0.5.7
21832026-03-13T17:01:52.172Z Compiling normalize-line-endings v0.3.0
21842026-03-13T17:01:52.331Z Compiling rustc-hash v2.1.1
21852026-03-13T17:01:52.407Z Compiling unit-prefix v0.5.2
21862026-03-13T17:01:52.407Z Compiling fixedbitset v0.4.2
21872026-03-13T17:01:52.431Z Compiling iddqd v0.3.17
21882026-03-13T17:01:52.469Z Compiling indicatif v0.18.4
21892026-03-13T17:01:52.485Z Compiling petgraph v0.8.3
21902026-03-13T17:01:52.513Z Compiling predicates v3.1.4
21912026-03-13T17:01:52.646Z Compiling petgraph v0.6.5
21922026-03-13T17:01:52.870Z Compiling zone v0.3.1
21932026-03-13T17:01:52.957Z Compiling sha3 v0.10.8
21942026-03-13T17:01:53.147Z Compiling toml_edit v0.22.27
21952026-03-13T17:01:53.255Z Compiling hickory-proto v0.25.2
21962026-03-13T17:01:53.289Z Compiling tokio-postgres v0.7.16
21972026-03-13T17:01:53.473Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21982026-03-13T17:01:53.681Z Compiling string_cache v0.8.9
21992026-03-13T17:01:53.925Z Compiling similar v2.7.0
22002026-03-13T17:01:54.471Z Compiling env_logger v0.11.9
22012026-03-13T17:01:54.648Z Compiling usdt v0.6.0
22022026-03-13T17:01:54.946Z Compiling serde_with v3.17.0
22032026-03-13T17:01:54.955Z Compiling ecdsa v0.16.9
22042026-03-13T17:01:55.222Z Compiling rsa v0.9.10
22052026-03-13T17:01:55.503Z Compiling zip v4.6.1
22062026-03-13T17:01:56.190Z Compiling ed25519-dalek v2.2.0
22072026-03-13T17:01:56.386Z Compiling clap v4.5.60
22082026-03-13T17:01:56.667Z Compiling crossterm v0.28.1
22092026-03-13T17:01:57.031Z Compiling zip v0.6.6
22102026-03-13T17:01:57.166Z Compiling strum v0.26.3
22112026-03-13T17:01:57.185Z Compiling toml v0.7.8
22122026-03-13T17:01:57.337Z Compiling tokio-stream v0.1.18
22132026-03-13T17:01:57.350Z Compiling buf-list v1.1.2
22142026-03-13T17:01:57.699Z Compiling x509-cert v0.2.5
22152026-03-13T17:01:57.724Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-13T17:01:57.948Z Compiling openapiv3 v2.2.0
22172026-03-13T17:01:58.160Z Compiling sha1 v0.10.6
22182026-03-13T17:01:58.266Z Compiling itertools v0.13.0
22192026-03-13T17:01:58.608Z Compiling peg-runtime v0.8.5
22202026-03-13T17:01:58.660Z Compiling lalrpop-util v0.19.12
22212026-03-13T17:02:14.395Z Compiling macaddr v1.0.1
22222026-03-13T17:02:14.698Z Compiling structmeta-derive v0.3.0
22232026-03-13T17:02:14.725Z Compiling itertools v0.14.0
22242026-03-13T17:02:15.668Z Compiling heapless v0.8.0
22252026-03-13T17:02:16.071Z Compiling structmeta v0.3.0
22262026-03-13T17:02:16.412Z Compiling ingot-macros v0.1.1
22272026-03-13T17:02:19.908Z Compiling rustls-webpki v0.103.9
22282026-03-13T17:02:21.752Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-13T17:02:23.053Z Compiling hash32 v0.3.1
22302026-03-13T17:02:23.385Z Compiling smoltcp v0.11.0
22312026-03-13T17:02:23.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-13T17:02:23.592Z Compiling proc-macro-crate v3.4.0
22332026-03-13T17:02:23.767Z Compiling ingot-types v0.1.2
22342026-03-13T17:02:23.790Z Compiling cobs v0.3.0
22352026-03-13T17:02:23.810Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-13T17:02:23.863Z Compiling rustls v0.22.4
22372026-03-13T17:02:24.216Z Compiling num_enum_derive v0.7.5
22382026-03-13T17:02:24.235Z Compiling postcard v1.1.3
22392026-03-13T17:02:24.259Z Compiling proc-macro-crate v1.3.1
22402026-03-13T17:02:24.389Z Compiling rustls-webpki v0.102.8
22412026-03-13T17:02:24.389Z Compiling futures-executor v0.3.32
22422026-03-13T17:02:24.447Z Compiling ingot v0.1.1
22432026-03-13T17:02:24.468Z Compiling foreign-types-macros v0.2.3
22442026-03-13T17:02:24.755Z Compiling tokio-rustls v0.26.4
22452026-03-13T17:02:24.763Z Compiling rustls-platform-verifier v0.6.2
22462026-03-13T17:02:24.884Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-13T17:02:25.044Z Compiling hyper-rustls v0.27.7
22482026-03-13T17:02:25.104Z Compiling multer v3.1.0
22492026-03-13T17:02:25.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-13T17:02:25.267Z Compiling thread_local v1.1.9
22512026-03-13T17:02:25.374Z Compiling reqwest v0.12.28
22522026-03-13T17:02:25.394Z Compiling reqwest v0.13.2
22532026-03-13T17:02:25.458Z Compiling match_cfg v0.1.0
22542026-03-13T17:02:25.479Z Compiling typeid v1.0.3
22552026-03-13T17:02:25.483Z Compiling slog-async v2.8.0
22562026-03-13T17:02:25.551Z Compiling cpufeatures v0.3.0
22572026-03-13T17:02:25.572Z Compiling foreign-types-shared v0.3.1
22582026-03-13T17:02:25.676Z Compiling chacha20 v0.10.0
22592026-03-13T17:02:25.692Z Compiling foreign-types v0.5.0
22602026-03-13T17:02:25.712Z Compiling num_enum v0.7.5
22612026-03-13T17:02:25.841Z Compiling hostname v0.3.1
22622026-03-13T17:02:25.971Z Compiling num_enum_derive v0.5.11
22632026-03-13T17:02:25.997Z Compiling futures v0.3.32
22642026-03-13T17:02:26.109Z Compiling derive-ex v0.1.8
22652026-03-13T17:02:26.193Z Compiling tabwriter v1.4.1
22662026-03-13T17:02:26.238Z Compiling slog-json v2.6.1
22672026-03-13T17:02:26.561Z Compiling crossbeam-channel v0.5.15
22682026-03-13T17:02:26.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-13T17:02:26.680Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-13T17:02:26.700Z Compiling async-stream-impl v0.3.6
22712026-03-13T17:02:27.238Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-13T17:02:27.262Z Compiling serde_spanned v1.0.4
22732026-03-13T17:02:27.280Z Compiling is-terminal v0.4.17
22742026-03-13T17:02:27.303Z Compiling cstr-argument v0.1.2
22752026-03-13T17:02:27.421Z Compiling dropshot v0.16.7
22762026-03-13T17:02:27.458Z Compiling erased-serde v0.4.9
22772026-03-13T17:02:27.485Z Compiling take_mut v0.2.2
22782026-03-13T17:02:27.502Z Compiling crucible-workspace-hack v0.1.0
22792026-03-13T17:02:27.525Z Compiling term v1.2.1
22802026-03-13T17:02:27.649Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-13T17:02:27.669Z Compiling toml_writer v1.0.6+spec-1.1.0
22822026-03-13T17:02:27.833Z Compiling async-stream v0.3.6
22832026-03-13T17:02:27.916Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-13T17:02:27.937Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-13T17:02:27.985Z Compiling slog-term v2.9.2
22862026-03-13T17:02:28.029Z Compiling num_enum v0.5.11
22872026-03-13T17:02:28.066Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-13T17:02:28.242Z Compiling slog-bunyan v2.5.0
22892026-03-13T17:02:28.248Z Compiling test-strategy v0.4.5
22902026-03-13T17:02:28.262Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-13T17:02:28.475Z Compiling rand v0.10.0
22922026-03-13T17:02:28.903Z Compiling tokio-rustls v0.25.0
22932026-03-13T17:02:29.259Z Compiling parse-display-derive v0.10.0
22942026-03-13T17:02:29.434Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-13T17:02:29.464Z Compiling backon v1.6.0
22962026-03-13T17:02:29.545Z Compiling waitgroup v0.1.2
22972026-03-13T17:02:29.573Z Compiling newtype-uuid-macros v0.1.0
22982026-03-13T17:02:29.660Z Compiling dropshot_endpoint v0.16.7
22992026-03-13T17:02:29.701Z Compiling rustls-pemfile v2.2.0
23002026-03-13T17:02:29.756Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012026-03-13T17:02:29.777Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-13T17:02:29.916Z Compiling serde_path_to_error v0.1.20
23032026-03-13T17:02:29.955Z Compiling hostname v0.4.2
23042026-03-13T17:02:29.981Z Compiling instant v0.1.13
23052026-03-13T17:02:30.058Z Compiling colored v3.1.1
23062026-03-13T17:02:30.080Z Compiling debug-ignore v1.0.5
23072026-03-13T17:02:30.084Z Compiling libefi-sys v0.1.0
23082026-03-13T17:02:30.131Z Compiling backoff v0.4.0
23092026-03-13T17:02:30.148Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-13T17:02:30.188Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-03-13T17:02:30.240Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-13T17:02:30.308Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132026-03-13T17:02:30.436Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-13T17:02:30.513Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-13T17:02:30.570Z Compiling camino-tempfile v1.4.1
23162026-03-13T17:02:30.595Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-13T17:02:30.658Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-13T17:02:30.955Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-13T17:02:31.103Z Compiling usdt-macro v0.5.0
23202026-03-13T17:02:31.152Z Compiling usdt-attr-macro v0.5.0
23212026-03-13T17:02:31.152Z Compiling secrecy v0.10.3
23222026-03-13T17:02:31.213Z Compiling num-derive v0.4.2
23232026-03-13T17:02:31.302Z Compiling parse-display v0.10.0
23242026-03-13T17:02:31.403Z Compiling bitfield-struct v0.6.2
23252026-03-13T17:02:32.035Z Compiling regress v0.10.5
23262026-03-13T17:02:32.117Z Compiling ordered-float v2.10.1
23272026-03-13T17:02:32.154Z Compiling blake3 v1.8.3
23282026-03-13T17:02:32.242Z Compiling memmap v0.7.0
23292026-03-13T17:02:32.262Z Compiling sigpipe v0.1.3
23302026-03-13T17:02:32.408Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-13T17:02:32.439Z Compiling glob v0.3.3
23322026-03-13T17:02:32.462Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-13T17:02:32.483Z Compiling usdt v0.5.0
23342026-03-13T17:02:32.545Z Compiling serde-value v0.7.0
23352026-03-13T17:02:32.688Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-03-13T17:02:32.748Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-13T17:02:32.867Z Compiling serde-untagged v0.1.9
23382026-03-13T17:02:32.915Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-13T17:02:33.269Z Compiling toml v0.8.23
23402026-03-13T17:02:33.299Z Compiling smf v0.2.3
23412026-03-13T17:02:33.347Z Compiling filetime v0.2.27
23422026-03-13T17:02:33.371Z Compiling arrayref v0.3.9
23432026-03-13T17:02:33.445Z Compiling unicode-xid v0.2.6
23442026-03-13T17:02:33.479Z Compiling whoami v1.6.1
23452026-03-13T17:02:33.488Z Compiling constant_time_eq v0.4.2
23462026-03-13T17:02:33.488Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-13T17:02:33.582Z Compiling same-file v1.0.6
23482026-03-13T17:02:33.601Z Compiling xattr v1.6.1
23492026-03-13T17:02:33.616Z Compiling arrayvec v0.7.6
23502026-03-13T17:02:33.646Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-13T17:02:33.765Z Compiling walkdir v2.5.0
23522026-03-13T17:02:33.809Z Compiling tar v0.4.44
23532026-03-13T17:02:33.864Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-13T17:02:33.885Z Compiling tokio-dtrace v0.1.1
23552026-03-13T17:02:34.040Z Compiling cargo-util-schemas v0.8.2
23562026-03-13T17:02:34.213Z Compiling gethostname v0.5.0
23572026-03-13T17:02:34.394Z Compiling cargo-platform v0.2.0
23582026-03-13T17:02:34.420Z Compiling topological-sort v0.2.2
23592026-03-13T17:02:34.541Z Compiling oxide-tokio-rt v0.1.3
23602026-03-13T17:02:34.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-13T17:02:34.725Z Compiling indent_write v2.2.0
23622026-03-13T17:02:34.780Z Compiling shell-words v1.1.1
23632026-03-13T17:02:35.666Z Compiling cargo_metadata v0.21.0
23642026-03-13T17:02:46.699Z Compiling progenitor-client v0.10.0
23652026-03-13T17:02:46.699Z Compiling omicron-zone-package v0.12.2
23662026-03-13T17:02:46.754Z Compiling progenitor-client v0.13.0
23672026-03-13T17:02:46.847Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-13T17:02:46.847Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-13T17:02:46.850Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-13T17:02:46.909Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-13T17:02:47.202Z Compiling progenitor-extras v0.1.1
23722026-03-13T17:02:47.513Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-13T17:02:56.788Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-13T17:02:58.028Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-13T17:03:06.463Z Finished `release` profile [optimized] target(s) in 1m 53s
23762026-03-13T17:03:06.647Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-13T17:03:06.708ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-13T17:03:06.711ZCreated new build target 'test' and set it as active
23792026-03-13T17:03:06.711Z
23802026-03-13T17:03:06.715Zreal 1:54.187228074
23812026-03-13T17:03:06.715Zuser 20:24.320956684
23822026-03-13T17:03:06.715Zsys 3:00.300953359
23832026-03-13T17:03:06.715Ztrap 0.525278753
23842026-03-13T17:03:06.715Ztflt 3.172116318
23852026-03-13T17:03:06.715Zdflt 3.859109516
23862026-03-13T17:03:06.715Zkflt 0.009842377
23872026-03-13T17:03:06.715Zlock 47:13.018781699
23882026-03-13T17:03:06.715Zslp 1:10:56.239541733
23892026-03-13T17:03:06.715Zlat 47.604089557
23902026-03-13T17:03:06.715Zstop 6:46.497759466
23912026-03-13T17:03:06.716Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-13T17:03:07.802Z Finished `release` profile [optimized] target(s) in 1.07s
23932026-03-13T17:03:07.871Z Running `target/release/omicron-package -t test package`
23942026-03-13T17:03:07.926ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-13T17:03:09.716Z Compiling regress v0.10.5
23962026-03-13T17:03:09.716Z Compiling heck v0.5.0
23972026-03-13T17:03:09.716Z Compiling unsafe-libyaml v0.2.11
23982026-03-13T17:03:09.719Z Compiling convert_case v0.4.0
23992026-03-13T17:03:09.984Z Compiling half v2.7.1
24002026-03-13T17:03:09.987Z Compiling ciborium-io v0.2.2
24012026-03-13T17:03:10.010Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-13T17:03:10.013Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-13T17:03:10.034Z Compiling prettyplease v0.2.37
24042026-03-13T17:03:10.083Z Compiling universal-hash v0.5.1
24052026-03-13T17:03:10.086Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-13T17:03:10.110Z Compiling opaque-debug v0.3.1
24072026-03-13T17:03:10.113Z Compiling unicode-width v0.1.14
24082026-03-13T17:03:10.113Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-13T17:03:10.141Z Compiling typify-impl v0.6.1
24102026-03-13T17:03:10.167Z Compiling chacha20 v0.9.1
24112026-03-13T17:03:10.197Z Compiling password-hash v0.5.0
24122026-03-13T17:03:10.256Z Compiling blake2 v0.10.6
24132026-03-13T17:03:10.366Z Compiling aead v0.5.2
24142026-03-13T17:03:10.402Z Compiling derive_more v0.99.20
24152026-03-13T17:03:10.433Z Compiling ciborium-ll v0.2.2
24162026-03-13T17:03:10.468Z Compiling poly1305 v0.8.0
24172026-03-13T17:03:10.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-03-13T17:03:10.641Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-13T17:03:10.692Z Compiling ciborium v0.2.2
24202026-03-13T17:03:10.718Z Compiling is-terminal v0.4.17
24212026-03-13T17:03:10.803Z Compiling swrite v0.1.0
24222026-03-13T17:03:10.830Z Compiling argon2 v0.5.3
24232026-03-13T17:03:10.867Z Compiling chacha20poly1305 v0.10.1
24242026-03-13T17:03:10.976Z Compiling serde_spanned v1.0.4
24252026-03-13T17:03:10.999Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-13T17:03:11.117Z Compiling bytecount v0.6.9
24272026-03-13T17:03:11.199Z Compiling rustls v0.22.4
24282026-03-13T17:03:11.252Z Compiling rustls-webpki v0.102.8
24292026-03-13T17:03:11.294Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-13T17:03:11.322Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-13T17:03:11.374Z Compiling derive-where v1.6.0
24322026-03-13T17:03:11.454Z Compiling thread_local v1.1.9
24332026-03-13T17:03:11.536Z Compiling match_cfg v0.1.0
24342026-03-13T17:03:11.601Z Compiling thiserror-no-std v2.0.2
24352026-03-13T17:03:11.653Z Compiling hostname v0.3.1
24362026-03-13T17:03:11.739Z Compiling vsss-rs v3.3.4
24372026-03-13T17:03:11.768Z Compiling multer v3.1.0
24382026-03-13T17:03:11.874Z Compiling slog-async v2.8.0
24392026-03-13T17:03:11.877Z Compiling slog-json v2.6.1
24402026-03-13T17:03:11.926Z Compiling crossbeam-channel v0.5.15
24412026-03-13T17:03:12.172Z Compiling typify-impl v0.4.3
24422026-03-13T17:03:12.195Z Compiling futures-executor v0.3.32
24432026-03-13T17:03:12.224Z Compiling term v1.2.1
24442026-03-13T17:03:12.312Z Compiling take_mut v0.2.2
24452026-03-13T17:03:12.496Z Compiling futures v0.3.32
24462026-03-13T17:03:12.526Z Compiling slog-bunyan v2.5.0
24472026-03-13T17:03:12.625Z Compiling slog-term v2.9.2
24482026-03-13T17:03:12.666Z Compiling dropshot v0.16.7
24492026-03-13T17:03:12.718Z Compiling async-stream v0.3.6
24502026-03-13T17:03:12.754Z Compiling progenitor-client v0.13.0
24512026-03-13T17:03:12.910Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-13T17:03:12.941Z Compiling waitgroup v0.1.2
24532026-03-13T17:03:12.967Z Compiling backon v1.6.0
24542026-03-13T17:03:13.042Z Compiling rustls-pemfile v2.2.0
24552026-03-13T17:03:13.071Z Compiling hostname v0.4.2
24562026-03-13T17:03:13.102Z Compiling serde_path_to_error v0.1.20
24572026-03-13T17:03:13.131Z Compiling instant v0.1.13
24582026-03-13T17:03:13.161Z Compiling debug-ignore v1.0.5
24592026-03-13T17:03:13.164Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-13T17:03:13.220Z Compiling progenitor-extras v0.1.1
24612026-03-13T17:03:13.289Z Compiling backoff v0.4.0
24622026-03-13T17:03:13.318Z Compiling parse-display v0.10.0
24632026-03-13T17:03:13.322Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-03-13T17:03:13.322Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-13T17:03:13.406Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-03-13T17:03:13.498Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-13T17:03:13.542Z Compiling progenitor-client v0.10.0
24682026-03-13T17:03:13.573Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-13T17:03:13.578Z Compiling macaddr v1.0.1
24702026-03-13T17:03:13.628Z Compiling console v0.15.11
24712026-03-13T17:03:13.685Z Compiling newline-converter v0.3.0
24722026-03-13T17:03:13.731Z Compiling atomicwrites v0.4.4
24732026-03-13T17:03:13.894Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-13T17:03:13.897Z Compiling num-rational v0.4.2
24752026-03-13T17:03:13.983Z Compiling num-complex v0.4.6
24762026-03-13T17:03:14.106Z Compiling slog-dtrace v0.3.0
24772026-03-13T17:03:14.169Z Compiling expectorate v1.2.0
24782026-03-13T17:03:14.446Z Compiling tokio-rustls v0.25.0
24792026-03-13T17:03:14.546Z Compiling async-recursion v1.1.1
24802026-03-13T17:03:14.635Z Compiling num v0.4.3
24812026-03-13T17:03:14.758Z Compiling owo-colors v4.3.0
24822026-03-13T17:03:14.763Z Compiling float-ord v0.3.2
24832026-03-13T17:03:14.763Z Compiling cancel-safe-futures v0.1.5
24842026-03-13T17:03:15.034Z Compiling libsw-core v0.3.2
24852026-03-13T17:03:15.182Z Compiling resolv-conf v0.7.6
24862026-03-13T17:03:15.260Z Compiling libsw v3.5.0
24872026-03-13T17:03:15.354Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-13T17:03:15.419Z Compiling toml v0.8.23
24892026-03-13T17:03:15.523Z Compiling linear-map v1.2.0
24902026-03-13T17:03:15.620Z Compiling minimal-lexical v0.2.1
24912026-03-13T17:03:15.830Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24922026-03-13T17:03:15.857Z Compiling linked-hash-map v0.5.6
24932026-03-13T17:03:15.886Z Compiling nom v7.1.3
24942026-03-13T17:03:15.957Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-13T17:03:16.000Z Compiling unicode-xid v0.2.6
24962026-03-13T17:03:16.175Z Compiling lru-cache v0.1.2
24972026-03-13T17:03:16.201Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-03-13T17:03:16.231Z Compiling globset v0.4.18
24992026-03-13T17:03:16.393Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-13T17:03:16.725Z Compiling hickory-proto v0.24.4
25012026-03-13T17:03:17.032Z Compiling typify-macro v0.6.1
25022026-03-13T17:03:17.218Z Compiling typify-macro v0.4.3
25032026-03-13T17:03:17.772Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-03-13T17:03:17.925Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25052026-03-13T17:03:18.867Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-13T17:03:18.928Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-13T17:03:19.164Z Compiling typify v0.6.1
25082026-03-13T17:03:19.274Z Compiling progenitor-impl v0.13.0
25092026-03-13T17:03:19.748Z Compiling typify v0.4.3
25102026-03-13T17:03:20.099Z Compiling hickory-resolver v0.24.4
25112026-03-13T17:03:20.604Z Compiling progenitor-impl v0.11.2
25122026-03-13T17:03:21.085Z Compiling convert_case v0.10.0
25132026-03-13T17:03:21.498Z Compiling derive_more-impl v2.1.1
25142026-03-13T17:03:22.406Z Compiling progenitor-macro v0.13.0
25152026-03-13T17:03:22.541Z Compiling qorb v0.4.1
25162026-03-13T17:03:23.677Z Compiling progenitor-macro v0.11.2
25172026-03-13T17:03:24.275Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-03-13T17:03:24.582Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25192026-03-13T17:03:26.366Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-03-13T17:03:27.370Z Compiling progenitor-client v0.11.2
25212026-03-13T17:03:27.427Z Compiling pin-project-internal v1.1.11
25222026-03-13T17:03:27.741Z Compiling derive_more v2.1.1
25232026-03-13T17:03:27.788Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-03-13T17:03:27.875Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25252026-03-13T17:03:28.032Z Compiling pem v3.0.6
25262026-03-13T17:03:28.065Z Compiling snafu-derive v0.8.9
25272026-03-13T17:03:28.098Z Compiling termtree v0.5.1
25282026-03-13T17:03:28.345Z Compiling progenitor v0.13.0
25292026-03-13T17:03:28.381Z Compiling crossterm v0.29.0
25302026-03-13T17:03:28.564Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-03-13T17:03:28.887Z Compiling pin-project v1.1.11
25322026-03-13T17:03:28.975Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25332026-03-13T17:03:29.076Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25342026-03-13T17:03:29.436Z Compiling olpc-cjson v0.1.4
25352026-03-13T17:03:29.535Z Compiling progenitor v0.11.2
25362026-03-13T17:03:29.760Z Compiling phf_shared v0.12.1
25372026-03-13T17:03:30.095Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25382026-03-13T17:03:30.472Z Compiling snafu v0.8.9
25392026-03-13T17:03:30.678Z Compiling serde_plain v1.0.2
25402026-03-13T17:03:30.755Z Compiling csv-core v0.1.13
25412026-03-13T17:03:30.831Z Compiling vte v0.14.1
25422026-03-13T17:03:31.065Z Compiling typed-path v0.9.3
25432026-03-13T17:03:31.139Z Compiling highway v1.3.0
25442026-03-13T17:03:31.242Z Compiling chrono-tz v0.10.4
25452026-03-13T17:03:31.303Z Compiling strip-ansi-escapes v0.2.1
25462026-03-13T17:03:31.493Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-03-13T17:03:31.558Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25482026-03-13T17:03:32.046Z Compiling csv v1.4.0
25492026-03-13T17:03:32.049Z Compiling phf v0.12.1
25502026-03-13T17:03:32.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-03-13T17:03:32.313Z Compiling const_format_proc_macros v0.2.34
25522026-03-13T17:03:32.945Z Compiling tough v0.20.0
25532026-03-13T17:03:32.974Z Compiling papergrid v0.11.0
25542026-03-13T17:03:33.361Z Compiling fd-lock v4.0.4
25552026-03-13T17:03:33.398Z Compiling peg-macros v0.8.5
25562026-03-13T17:03:33.577Z Compiling tabled_derive v0.7.0
25572026-03-13T17:03:33.812Z Compiling nu-ansi-term v0.50.3
25582026-03-13T17:03:34.845Z Compiling tabled v0.15.0
25592026-03-13T17:03:35.029Z Compiling reedline v0.40.0
25602026-03-13T17:03:35.161Z Compiling peg v0.8.5
25612026-03-13T17:03:35.308Z Compiling const_format v0.2.35
25622026-03-13T17:03:35.379Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-03-13T17:03:35.777Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25642026-03-13T17:03:36.124Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25652026-03-13T17:03:37.222Z Compiling bcs v0.1.6
25662026-03-13T17:03:37.522Z Compiling semver v0.1.20
25672026-03-13T17:03:37.776Z Compiling base64 v0.21.7
25682026-03-13T17:03:37.880Z Compiling rustc_version v0.1.7
25692026-03-13T17:03:38.165Z Compiling newtype_derive v0.1.6
25702026-03-13T17:03:38.439Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25712026-03-13T17:03:38.464Z Compiling humantime v2.3.0
25722026-03-13T17:03:38.732Z Compiling unicode-linebreak v0.1.5
25732026-03-13T17:03:39.081Z Compiling smawk v0.3.2
25742026-03-13T17:03:39.199Z Compiling dropshot-api-manager-types v0.6.0
25752026-03-13T17:03:39.232Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25762026-03-13T17:03:39.341Z Compiling textwrap v0.16.2
25772026-03-13T17:03:39.551Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-03-13T17:03:39.863Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25792026-03-13T17:03:40.105Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-03-13T17:03:40.131Z Compiling steno v0.4.1
25812026-03-13T17:03:40.695Z Compiling utf-8 v0.7.6
25822026-03-13T17:03:40.757Z Compiling progenitor-impl v0.10.0
25832026-03-13T17:03:40.998Z Compiling tagptr v0.2.0
25842026-03-13T17:03:41.243Z Compiling moka v0.12.13
25852026-03-13T17:03:41.419Z Compiling tungstenite v0.21.0
25862026-03-13T17:03:41.811Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-03-13T17:03:42.024Z Compiling radium v0.7.0
25882026-03-13T17:03:42.877Z Compiling tokio-tungstenite v0.21.0
25892026-03-13T17:03:43.116Z Compiling hickory-resolver v0.25.2
25902026-03-13T17:03:43.376Z Compiling tap v1.0.1
25912026-03-13T17:03:43.555Z Compiling maybe-uninit v2.0.0
25922026-03-13T17:03:43.824Z Compiling progenitor-macro v0.10.0
25932026-03-13T17:03:44.048Z Compiling wyz v0.5.1
25942026-03-13T17:03:44.362Z Compiling zerocopy-derive v0.6.6
25952026-03-13T17:03:44.534Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-03-13T17:03:45.214Z Compiling crc-catalog v2.4.0
25972026-03-13T17:03:45.287Z Compiling funty v2.0.0
25982026-03-13T17:03:45.380Z Compiling display-error-chain v0.2.2
25992026-03-13T17:03:45.426Z Compiling packed_struct v0.10.1
26002026-03-13T17:03:45.599Z Compiling zerocopy v0.6.6
26012026-03-13T17:03:45.776Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-13T17:03:46.147Z Compiling bitvec v1.0.1
26032026-03-13T17:03:46.638Z Compiling crc v3.4.0
26042026-03-13T17:03:47.277Z Compiling packed_struct_codegen v0.10.1
26052026-03-13T17:03:47.672Z Compiling bitfield-macros v0.19.4
26062026-03-13T17:03:48.339Z Compiling indexmap v1.9.3
26072026-03-13T17:03:48.415Z Compiling nodrop v0.1.14
26082026-03-13T17:03:48.578Z Compiling array-init v0.0.4
26092026-03-13T17:03:48.629Z Compiling smallvec v0.6.14
26102026-03-13T17:03:48.661Z Compiling bitfield v0.19.4
26112026-03-13T17:03:48.753Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26122026-03-13T17:03:48.995Z Compiling num-derive v0.3.3
26132026-03-13T17:03:49.130Z Compiling proc-macro-error-attr2 v2.0.0
26142026-03-13T17:03:49.220Z Compiling hashbrown v0.12.3
26152026-03-13T17:03:49.697Z Compiling proc-macro-error2 v2.0.1
26162026-03-13T17:03:49.770Z Compiling progenitor v0.10.0
26172026-03-13T17:03:49.973Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-13T17:03:50.088Z Compiling serde-hex v0.1.0
26192026-03-13T17:03:50.282Z Compiling libscf-sys v1.1.0
26202026-03-13T17:03:50.451Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-03-13T17:03:50.716Z Compiling ron v0.8.1
26222026-03-13T17:03:50.744Z Compiling hashbrown v0.13.2
26232026-03-13T17:03:50.748Z Compiling vergen-gitcl v1.0.8
26242026-03-13T17:03:51.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-03-13T17:03:51.092Z Compiling dirs-sys-next v0.1.2
26262026-03-13T17:03:51.121Z Compiling maplit v1.0.2
26272026-03-13T17:03:51.258Z Compiling crunchy v0.2.4
26282026-03-13T17:03:51.430Z Compiling glob v0.3.3
26292026-03-13T17:03:51.576Z Compiling crc-any v2.5.0
26302026-03-13T17:03:51.607Z Compiling diesel_derives v2.3.7
26312026-03-13T17:03:51.682Z Compiling object v0.30.4
26322026-03-13T17:03:51.935Z Compiling clang-sys v1.8.1
26332026-03-13T17:03:51.973Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-03-13T17:03:52.126Z Compiling dirs-next v2.0.0
26352026-03-13T17:03:52.352Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-03-13T17:03:52.415Z Compiling tabled_derive v0.11.0
26372026-03-13T17:03:52.445Z Compiling papergrid v0.17.0
26382026-03-13T17:03:52.562Z Compiling testing_table v0.3.0
26392026-03-13T17:03:52.840Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26402026-03-13T17:03:52.982Z Compiling dsl_auto_type v0.2.0
26412026-03-13T17:03:53.074Z Compiling scheduled-thread-pool v0.2.7
26422026-03-13T17:03:53.280Z Compiling diesel_table_macro_syntax v0.3.0
26432026-03-13T17:03:53.605Z Compiling path-slash v0.1.5
26442026-03-13T17:03:53.742Z Compiling tiny-keccak v2.0.2
26452026-03-13T17:03:53.856Z Compiling r2d2 v0.8.10
26462026-03-13T17:03:53.942Z Compiling term v0.7.0
26472026-03-13T17:03:54.092Z Compiling tabled v0.20.0
26482026-03-13T17:03:54.315Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-03-13T17:03:54.369Z Compiling arc-swap v1.8.2
26502026-03-13T17:03:54.627Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-13T17:03:54.654Z Compiling xshell-macros v0.2.7
26522026-03-13T17:03:54.861Z Compiling downcast-rs v2.0.2
26532026-03-13T17:03:54.940Z Compiling bit-vec v0.6.3
26542026-03-13T17:03:55.118Z Compiling slog-scope v4.4.1
26552026-03-13T17:03:55.191Z Compiling xshell v0.2.7
26562026-03-13T17:03:55.252Z Compiling bit-set v0.5.3
26572026-03-13T17:03:55.296Z Compiling ascii-canvas v3.0.0
26582026-03-13T17:03:55.620Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-03-13T17:03:55.652Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-03-13T17:03:55.806Z Compiling itertools v0.10.5
26612026-03-13T17:03:55.943Z Compiling ena v0.14.4
26622026-03-13T17:03:56.231Z Compiling libloading v0.8.9
26632026-03-13T17:03:56.260Z Compiling regex-syntax v0.6.29
26642026-03-13T17:03:56.284Z Compiling unicase v2.9.0
26652026-03-13T17:03:56.525Z Compiling diff v0.1.13
26662026-03-13T17:03:56.670Z Compiling bindgen v0.71.1
26672026-03-13T17:03:56.865Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-03-13T17:03:57.151Z Compiling slog-stdlog v4.1.1
26692026-03-13T17:03:57.680Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26702026-03-13T17:03:58.374Z Compiling lalrpop v0.19.12
26712026-03-13T17:03:58.405Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-03-13T17:03:58.436Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-03-13T17:03:59.025Z Compiling cexpr v0.6.0
26742026-03-13T17:03:59.157Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-03-13T17:03:59.469Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-03-13T17:03:59.686Z Compiling crc8 v0.1.1
26772026-03-13T17:03:59.951Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-03-13T17:03:59.989Z Compiling slog-envlogger v2.2.0
26792026-03-13T17:04:00.095Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26802026-03-13T17:04:00.513Z Compiling diesel v2.3.7
26812026-03-13T17:04:00.581Z Compiling headers-core v0.3.0
26822026-03-13T17:04:00.722Z Compiling libxml v0.3.3
26832026-03-13T17:04:00.777Z Compiling headers v0.4.1
26842026-03-13T17:04:00.997Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-03-13T17:04:01.110Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-03-13T17:04:01.494Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-03-13T17:04:01.527Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-03-13T17:04:01.555Z Compiling strum_macros v0.24.3
26892026-03-13T17:04:01.795Z Compiling indoc v1.0.9
26902026-03-13T17:04:02.394Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-03-13T17:04:02.701Z Compiling derive_builder v0.20.2
26922026-03-13T17:04:02.814Z Compiling oso-derive v0.27.3
26932026-03-13T17:04:02.917Z Compiling quick-xml v0.37.5
26942026-03-13T17:04:02.927Z Compiling impl-trait-for-tuples v0.2.3
26952026-03-13T17:04:03.328Z Compiling half v1.8.3
26962026-03-13T17:04:03.485Z Compiling openssl-probe v0.1.6
26972026-03-13T17:04:03.850Z Compiling serde_cbor v0.11.2
26982026-03-13T17:04:03.941Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26992026-03-13T17:04:04.429Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27002026-03-13T17:04:04.745Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27012026-03-13T17:04:04.807Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-03-13T17:04:04.947Z Compiling bb8 v0.8.6
27032026-03-13T17:04:05.123Z Compiling trait-variant v0.1.2
27042026-03-13T17:04:05.240Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-03-13T17:04:05.276Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-13T17:04:05.439Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-13T17:04:05.720Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-13T17:04:05.842Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27092026-03-13T17:04:06.013Z Compiling fxhash v0.2.1
27102026-03-13T17:04:06.226Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-03-13T17:04:06.572Z Compiling kstat-rs v0.2.4
27122026-03-13T17:04:06.606Z Compiling libz-sys v1.1.24
27132026-03-13T17:04:06.643Z Compiling nonempty v0.12.0
27142026-03-13T17:04:06.693Z Compiling samael v0.0.19
27152026-03-13T17:04:06.871Z Compiling salty v0.3.0
27162026-03-13T17:04:06.960Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-03-13T17:04:07.271Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-03-13T17:04:07.301Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27192026-03-13T17:04:07.327Z Compiling darling_core v0.23.0
27202026-03-13T17:04:07.333Z Compiling nanorand v0.7.0
27212026-03-13T17:04:07.557Z Compiling fs-err v2.11.0
27222026-03-13T17:04:07.843Z Compiling parking_lot_core v0.8.6
27232026-03-13T17:04:08.015Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-13T17:04:08.070Z Compiling flume v0.11.1
27252026-03-13T17:04:08.176Z Compiling mime_guess v2.0.5
27262026-03-13T17:04:08.619Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-13T17:04:08.917Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-13T17:04:09.396Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27292026-03-13T17:04:09.726Z Compiling polar-core v0.27.3
27302026-03-13T17:04:09.770Z Compiling git-stub v1.0.0
27312026-03-13T17:04:10.111Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-03-13T17:04:10.227Z Compiling instability v0.3.11
27332026-03-13T17:04:10.565Z Compiling git-stub-vcs v0.1.0
27342026-03-13T17:04:10.594Z Compiling darling_macro v0.23.0
27352026-03-13T17:04:11.033Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-13T17:04:11.266Z Compiling darling v0.23.0
27372026-03-13T17:04:11.400Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27382026-03-13T17:04:13.745Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-03-13T17:04:13.787Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-03-13T17:04:14.389Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27412026-03-13T17:04:15.082Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27422026-03-13T17:04:15.354Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27432026-03-13T17:04:18.416Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27442026-03-13T17:04:20.336Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-13T17:04:20.865Z Compiling ignore v0.4.25
27462026-03-13T17:04:21.576Z Compiling primeorder v0.13.6
27472026-03-13T17:04:21.977Z Compiling oso v0.27.3
27482026-03-13T17:04:23.140Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-13T17:04:23.789Z Compiling castaway v0.2.4
27502026-03-13T17:04:23.984Z Compiling atty v0.2.14
27512026-03-13T17:04:24.165Z Compiling nibble_vec v0.1.0
27522026-03-13T17:04:24.192Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-13T17:04:24.470Z Compiling diesel-dtrace v0.5.0
27542026-03-13T17:04:24.507Z Compiling async-bb8-diesel v0.2.1
27552026-03-13T17:04:24.866Z Compiling indoc v2.0.7
27562026-03-13T17:04:25.042Z Compiling endian-type v0.1.2
27572026-03-13T17:04:25.080Z Compiling http-range v0.1.5
27582026-03-13T17:04:25.262Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-13T17:04:25.464Z Compiling parse-size v1.1.0
27602026-03-13T17:04:25.615Z Compiling radix_trie v0.2.1
27612026-03-13T17:04:25.646Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-13T17:04:25.837Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-13T17:04:26.005Z Compiling compact_str v0.8.1
27642026-03-13T17:04:26.236Z Compiling p384 v0.13.1
27652026-03-13T17:04:26.448Z Compiling globwalk v0.9.1
27662026-03-13T17:04:27.276Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-13T17:04:27.475Z Compiling parking_lot v0.11.2
27682026-03-13T17:04:28.746Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-13T17:04:28.753Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-13T17:04:28.961Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-13T17:04:29.056Z Compiling predicates-tree v1.0.13
27722026-03-13T17:04:29.380Z Compiling unicode-truncate v1.1.0
27732026-03-13T17:04:29.636Z Compiling lru v0.12.5
27742026-03-13T17:04:29.666Z Compiling prefix-trie v0.7.0
27752026-03-13T17:04:29.672Z Compiling vergen-git2 v1.0.7
27762026-03-13T17:04:29.925Z Compiling cassowary v0.3.0
27772026-03-13T17:04:30.341Z Compiling ratatui v0.29.0
27782026-03-13T17:04:30.388Z Compiling hickory-server v0.25.2
27792026-03-13T17:04:31.381Z Compiling camino-tempfile-ext v0.3.3
27802026-03-13T17:04:31.766Z Compiling hyper-staticfile v0.10.1
27812026-03-13T17:04:31.882Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-03-13T17:04:32.243Z Compiling sled v0.34.7
27832026-03-13T17:04:33.154Z Compiling hickory-client v0.25.2
27842026-03-13T17:04:33.667Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-13T17:04:34.335Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-13T17:04:34.481Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-13T17:04:35.483Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-13T17:04:35.636Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27892026-03-13T17:04:36.414Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-03-13T17:04:36.557Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-13T17:04:36.716Z Compiling rand_seeder v0.4.0
27922026-03-13T17:04:36.930Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-13T17:04:37.033Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-03-13T17:04:37.174Z Compiling lzma-sys v0.1.20
27952026-03-13T17:04:37.283Z Compiling rustls v0.21.12
27962026-03-13T17:04:37.383Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-13T17:04:37.512Z Compiling corncobs v0.1.4
27982026-03-13T17:04:37.667Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-13T17:04:37.773Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-03-13T17:04:37.792Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-03-13T17:04:37.824Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-13T17:04:38.053Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-13T17:04:38.495Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-13T17:04:38.642Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-13T17:04:38.886Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-13T17:04:39.185Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-13T17:04:40.695Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-13T17:04:40.961Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-13T17:04:41.567Z Compiling git2 v0.20.4
28102026-03-13T17:04:43.034Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-13T17:04:43.235Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-13T17:04:43.335Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-13T17:04:43.541Z Compiling cargo_toml v0.22.3
28142026-03-13T17:04:43.677Z Compiling sct v0.7.1
28152026-03-13T17:04:44.026Z Compiling rustls-webpki v0.101.7
28162026-03-13T17:04:44.476Z Compiling nix v0.29.0
28172026-03-13T17:04:45.670Z Compiling secrecy v0.8.0
28182026-03-13T17:04:45.762Z Compiling void v1.0.2
28192026-03-13T17:04:45.956Z Compiling lzss v0.8.2
28202026-03-13T17:04:46.046Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-03-13T17:04:46.419Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-03-13T17:04:46.459Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-13T17:04:46.897Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28242026-03-13T17:04:46.977Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-03-13T17:04:47.500Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-03-13T17:04:48.500Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-03-13T17:04:48.533Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-03-13T17:04:48.986Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-03-13T17:04:49.294Z Compiling tungstenite v0.23.0
28302026-03-13T17:04:49.369Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-13T17:04:49.523Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-13T17:04:49.547Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-03-13T17:04:49.678Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-03-13T17:04:49.822Z Compiling nix v0.27.1
28352026-03-13T17:04:49.853Z Compiling serde_bytes v0.11.19
28362026-03-13T17:04:50.108Z Compiling tokio-tungstenite v0.23.1
28372026-03-13T17:04:50.292Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-13T17:04:50.565Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-13T17:04:50.645Z Compiling tokio-rustls v0.24.1
28402026-03-13T17:04:50.993Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-03-13T17:04:51.416Z Compiling ron v0.12.0
28422026-03-13T17:04:52.386Z Compiling xz2 v0.1.7
28432026-03-13T17:04:52.868Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-03-13T17:04:55.963Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-13T17:04:56.566Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-13T17:04:56.672Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-13T17:04:57.019Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-13T17:04:59.218Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-03-13T17:04:59.773Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-13T17:05:00.881Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-03-13T17:05:00.925Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-03-13T17:05:01.903Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-13T17:05:02.066Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-13T17:05:03.028Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-13T17:05:04.219Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-13T17:05:05.487Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-03-13T17:05:05.788Z Compiling rustls-pemfile v1.0.4
28582026-03-13T17:05:06.275Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-03-13T17:05:06.303Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-13T17:05:08.127Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-03-13T17:05:08.208Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-03-13T17:05:08.313Z Compiling signal-hook-tokio v0.3.1
28632026-03-13T17:05:08.426Z Compiling yasna v0.5.2
28642026-03-13T17:05:08.534Z Compiling twox-hash v2.1.2
28652026-03-13T17:05:09.221Z Compiling base16ct v1.0.0
28662026-03-13T17:05:09.248Z Compiling is_ci v1.2.0
28672026-03-13T17:05:09.279Z Compiling rcgen v0.12.1
28682026-03-13T17:05:09.562Z Compiling supports-color v3.0.2
28692026-03-13T17:05:09.901Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-03-13T17:05:10.432Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-03-13T17:05:10.484Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-03-13T17:05:10.925Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-03-13T17:05:11.037Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-03-13T17:05:11.251Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-13T17:05:14.451Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-03-13T17:05:15.379Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-03-13T17:05:15.650Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-03-13T17:05:16.511Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-13T17:05:17.456Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-13T17:05:17.761Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-03-13T17:05:18.063Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-13T17:05:18.328Z Compiling fatfs v0.3.6
28832026-03-13T17:05:19.944Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-13T17:05:20.729Z Compiling rtoolbox v0.0.3
28852026-03-13T17:05:21.048Z Compiling subprocess v0.2.15
28862026-03-13T17:05:21.156Z Compiling seq-macro v0.3.6
28872026-03-13T17:05:21.806Z Compiling assert_matches v1.5.0
28882026-03-13T17:05:21.933Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-13T17:05:23.479Z Compiling rpassword v7.4.0
28902026-03-13T17:05:23.765Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-13T17:05:23.911Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-13T17:05:24.911Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-13T17:05:25.075Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-13T17:05:25.667Z Compiling tui-tree-widget v0.23.1
28952026-03-13T17:05:26.027Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-13T17:05:27.684Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-13T17:05:28.139Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-13T17:05:28.360Z Compiling uzers v0.12.2
28992026-03-13T17:05:28.557Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-13T17:05:30.214Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-13T17:05:31.766Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-13T17:05:34.366Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-13T17:05:35.962Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-13T17:05:37.911Z Compiling support-bundle-viewer v0.1.2
29052026-03-13T17:05:38.746Z Compiling multimap v0.10.1
29062026-03-13T17:06:00.523Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-13T17:06:02.825Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-13T17:06:05.580Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-03-13T17:13:24.898Z Finished `release` profile [optimized] target(s) in 10m 16s
29102026-03-13T17:14:18.592Z
29112026-03-13T17:14:18.596Zreal 11:11.799589349
29122026-03-13T17:14:18.596Zuser 1:43:27.078692096
29132026-03-13T17:14:18.596Zsys 4:12.352208019
29142026-03-13T17:14:18.596Ztrap 2.335529452
29152026-03-13T17:14:18.596Ztflt 2.887470866
29162026-03-13T17:14:18.596Zdflt 18.473308177
29172026-03-13T17:14:18.596Zkflt 0.001960619
29182026-03-13T17:14:18.596Zlock 7:45:32.694250599
29192026-03-13T17:14:18.596Zslp 3:51:59.915661762
29202026-03-13T17:14:18.596Zlat 2:57.936886809
29212026-03-13T17:14:18.597Zstop 6:34.525337294
29222026-03-13T17:14:18.597Z+ mapfile -t packages
29232026-03-13T17:14:18.597Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-03-13T17:14:19.756Z Finished `release` profile [optimized] target(s) in 1.15s
29252026-03-13T17:14:19.820Z Running `target/release/omicron-package -t test list-outputs`
29262026-03-13T17:14:19.873ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-03-13T17:14:19.877Z+ ptime -m cargo build --locked --release -p xtask
29282026-03-13T17:14:20.560Z Compiling libc v0.2.180
29292026-03-13T17:14:20.560Z Compiling serde v1.0.228
29302026-03-13T17:14:20.564Z Compiling serde_core v1.0.228
29312026-03-13T17:14:20.564Z Compiling rustix v1.1.3
29322026-03-13T17:14:20.663Z Compiling serde_json v1.0.149
29332026-03-13T17:14:20.666Z Compiling bitflags v2.11.0
29342026-03-13T17:14:20.692Z Compiling num-traits v0.2.19
29352026-03-13T17:14:20.732Z Compiling syn v2.0.117
29362026-03-13T17:14:20.745Z Compiling hashbrown v0.16.1
29372026-03-13T17:14:20.749Z Compiling smallvec v1.15.1
29382026-03-13T17:14:20.788Z Compiling usdt-impl v0.5.0
29392026-03-13T17:14:20.792Z Compiling syn v1.0.109
29402026-03-13T17:14:20.836Z Compiling percent-encoding v2.3.2
29412026-03-13T17:14:20.840Z Compiling log v0.4.29
29422026-03-13T17:14:21.006Z Compiling getrandom v0.4.1
29432026-03-13T17:14:21.125Z Compiling form_urlencoded v1.2.2
29442026-03-13T17:14:21.214Z Compiling fs-err v3.3.0
29452026-03-13T17:14:21.218Z Compiling heck v0.4.1
29462026-03-13T17:14:21.263Z Compiling anyhow v1.0.102
29472026-03-13T17:14:21.387Z Compiling once_cell v1.21.3
29482026-03-13T17:14:21.585Z Compiling indexmap v2.13.0
29492026-03-13T17:14:21.802Z Compiling errno v0.3.14
29502026-03-13T17:14:21.802Z Compiling thread-id v4.2.2
29512026-03-13T17:14:21.806Z Compiling memmap v0.7.0
29522026-03-13T17:14:22.279Z Compiling ordered-float v2.10.1
29532026-03-13T17:14:22.920Z Compiling proc-macro-error v1.0.4
29542026-03-13T17:14:23.225Z Compiling tabled_derive v0.7.0
29552026-03-13T17:14:23.239Z Compiling terminal_size v0.4.3
29562026-03-13T17:14:23.245Z Compiling tempfile v3.25.0
29572026-03-13T17:14:23.353Z Compiling clap_builder v4.5.60
29582026-03-13T17:14:23.353Z Compiling textwrap v0.16.2
29592026-03-13T17:14:23.535Z Compiling camino-tempfile v1.4.1
29602026-03-13T17:14:24.117Z Compiling tabled v0.15.0
29612026-03-13T17:14:24.392Z Compiling synstructure v0.13.2
29622026-03-13T17:14:24.396Z Compiling pest_generator v2.8.6
29632026-03-13T17:14:24.937Z Compiling serde_derive v1.0.228
29642026-03-13T17:14:24.938Z Compiling zerofrom-derive v0.1.6
29652026-03-13T17:14:24.942Z Compiling yoke-derive v0.8.1
29662026-03-13T17:14:24.942Z Compiling zerovec-derive v0.11.2
29672026-03-13T17:14:24.942Z Compiling displaydoc v0.2.5
29682026-03-13T17:14:24.942Z Compiling thiserror-impl v1.0.69
29692026-03-13T17:14:24.942Z Compiling zerocopy-derive v0.7.35
29702026-03-13T17:14:24.942Z Compiling scroll_derive v0.12.1
29712026-03-13T17:14:24.962Z Compiling thiserror-impl v2.0.18
29722026-03-13T17:14:24.975Z Compiling clap_derive v4.5.55
29732026-03-13T17:14:25.081Z Compiling pest_derive v2.8.6
29742026-03-13T17:14:25.923Z Compiling scroll v0.12.0
29752026-03-13T17:14:26.069Z Compiling zerocopy v0.7.35
29762026-03-13T17:14:26.361Z Compiling goblin v0.8.2
29772026-03-13T17:14:26.456Z Compiling thiserror v2.0.18
29782026-03-13T17:14:26.532Z Compiling thiserror v1.0.69
29792026-03-13T17:14:26.702Z Compiling dtrace-parser v0.2.0
29802026-03-13T17:14:26.719Z Compiling zerofrom v0.1.6
29812026-03-13T17:14:26.887Z Compiling yoke v0.8.1
29822026-03-13T17:14:27.157Z Compiling zerovec v0.11.5
29832026-03-13T17:14:27.287Z Compiling zerotrie v0.2.3
29842026-03-13T17:14:27.329Z Compiling clap v4.5.60
29852026-03-13T17:14:27.884Z Compiling tinystr v0.8.2
29862026-03-13T17:14:27.972Z Compiling potential_utf v0.1.4
29872026-03-13T17:14:28.218Z Compiling icu_locale_core v2.1.1
29882026-03-13T17:14:28.233Z Compiling icu_collections v2.1.1
29892026-03-13T17:14:29.393Z Compiling icu_provider v2.1.1
29902026-03-13T17:14:29.473Z Compiling toml_datetime v0.6.11
29912026-03-13T17:14:29.561Z Compiling serde_spanned v0.6.9
29922026-03-13T17:14:29.639Z Compiling serde-value v0.7.0
29932026-03-13T17:14:29.783Z Compiling icu_normalizer v2.1.1
29942026-03-13T17:14:29.859Z Compiling icu_properties v2.1.2
29952026-03-13T17:14:29.897Z Compiling dof v0.3.0
29962026-03-13T17:14:29.946Z Compiling toml_edit v0.22.27
29972026-03-13T17:14:29.977Z Compiling serde_tokenstream v0.2.3
29982026-03-13T17:14:30.071Z Compiling cargo-platform v0.2.0
29992026-03-13T17:14:30.194Z Compiling macaddr v1.0.1
30002026-03-13T17:14:30.963Z Compiling usdt-macro v0.5.0
30012026-03-13T17:14:30.963Z Compiling usdt-attr-macro v0.5.0
30022026-03-13T17:14:31.209Z Compiling idna_adapter v1.2.1
30032026-03-13T17:14:31.380Z Compiling idna v1.1.0
30042026-03-13T17:14:31.815Z Compiling url v2.5.8
30052026-03-13T17:14:31.863Z Compiling usdt v0.5.0
30062026-03-13T17:14:32.243Z Compiling toml v0.8.23
30072026-03-13T17:14:32.825Z Compiling cargo-util-schemas v0.8.2
30082026-03-13T17:14:32.825Z Compiling cargo_toml v0.21.0
30092026-03-13T17:14:34.218Z Compiling cargo_metadata v0.21.0
30102026-03-13T17:14:38.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-13T17:14:43.043Z Finished `release` profile [optimized] target(s) in 23.15s
30122026-03-13T17:14:43.180Z
30132026-03-13T17:14:43.183Zreal 23.267188494
30142026-03-13T17:14:43.183Zuser 3:11.507413776
30152026-03-13T17:14:43.183Zsys 21.244997004
30162026-03-13T17:14:43.183Ztrap 0.086176558
30172026-03-13T17:14:43.183Ztflt 0.610218296
30182026-03-13T17:14:43.183Zdflt 2.202451408
30192026-03-13T17:14:43.183Zkflt 0.000210144
30202026-03-13T17:14:43.183Zlock 5:32.754935829
30212026-03-13T17:14:43.183Zslp 6:30.767736888
30222026-03-13T17:14:43.183Zlat 7.955169808
30232026-03-13T17:14:43.183Zstop 29.654414320
30242026-03-13T17:14:43.183Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-13T17:14:43.183Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-13T17:14:43.183Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-13T17:14:43.183Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-13T17:14:43.183Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-03-13T17:14:44.421Z Compiling regress v0.10.5
30302026-03-13T17:14:44.424Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-13T17:14:44.424Z Compiling serde_spanned v1.0.4
30322026-03-13T17:14:44.424Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-03-13T17:14:44.573Z Compiling newtype-uuid-macros v0.1.0
30342026-03-13T17:14:44.577Z Compiling structmeta-derive v0.3.0
30352026-03-13T17:14:44.577Z Compiling rustls v0.22.4
30362026-03-13T17:14:44.577Z Compiling rustls-webpki v0.102.8
30372026-03-13T17:14:44.593Z Compiling multer v3.1.0
30382026-03-13T17:14:44.593Z Compiling match_cfg v0.1.0
30392026-03-13T17:14:44.593Z Compiling debug-ignore v1.0.5
30402026-03-13T17:14:44.628Z Compiling slog-json v2.6.1
30412026-03-13T17:14:44.648Z Compiling async-stream-impl v0.3.6
30422026-03-13T17:14:44.652Z Compiling dropshot v0.16.7
30432026-03-13T17:14:44.667Z Compiling itertools v0.14.0
30442026-03-13T17:14:44.707Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-03-13T17:14:44.861Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-13T17:14:44.866Z Compiling hostname v0.3.1
30472026-03-13T17:14:44.908Z Compiling waitgroup v0.1.2
30482026-03-13T17:14:44.956Z Compiling rustls-pemfile v2.2.0
30492026-03-13T17:14:44.981Z Compiling dropshot_endpoint v0.16.7
30502026-03-13T17:14:45.078Z Compiling slog-bunyan v2.5.0
30512026-03-13T17:14:45.082Z Compiling hostname v0.4.2
30522026-03-13T17:14:45.149Z Compiling serde_path_to_error v0.1.20
30532026-03-13T17:14:45.152Z Compiling progenitor-client v0.13.0
30542026-03-13T17:14:45.239Z Compiling macaddr v1.0.1
30552026-03-13T17:14:45.286Z Compiling progenitor-client v0.10.0
30562026-03-13T17:14:45.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-13T17:14:45.335Z Compiling instant v0.1.13
30582026-03-13T17:14:45.521Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-03-13T17:14:45.567Z Compiling backon v1.6.0
30602026-03-13T17:14:45.598Z Compiling async-stream v0.3.6
30612026-03-13T17:14:45.626Z Compiling backoff v0.4.0
30622026-03-13T17:14:45.657Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-03-13T17:14:45.680Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30642026-03-13T17:14:45.704Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-03-13T17:14:45.731Z Compiling unsafe-libyaml v0.2.11
30662026-03-13T17:14:45.834Z Compiling progenitor-extras v0.1.1
30672026-03-13T17:14:45.858Z Compiling crucible-workspace-hack v0.1.0
30682026-03-13T17:14:45.861Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-03-13T17:14:45.905Z Compiling secrecy v0.10.3
30702026-03-13T17:14:45.927Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-13T17:14:45.951Z Compiling heapless v0.8.0
30722026-03-13T17:14:46.119Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-03-13T17:14:46.141Z Compiling hash32 v0.3.1
30742026-03-13T17:14:46.185Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-13T17:14:46.233Z Compiling structmeta v0.3.0
30762026-03-13T17:14:46.257Z Compiling smoltcp v0.11.0
30772026-03-13T17:14:46.323Z Compiling toml v0.8.23
30782026-03-13T17:14:46.390Z Compiling tabwriter v1.4.1
30792026-03-13T17:14:46.468Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-13T17:14:46.521Z Compiling cobs v0.3.0
30812026-03-13T17:14:46.543Z Compiling foreign-types-macros v0.2.3
30822026-03-13T17:14:46.564Z Compiling derive-ex v0.1.8
30832026-03-13T17:14:46.597Z Compiling parse-display-derive v0.10.0
30842026-03-13T17:14:46.651Z Compiling proc-macro-crate v3.4.0
30852026-03-13T17:14:46.711Z Compiling ingot-macros v0.1.1
30862026-03-13T17:14:46.801Z Compiling foreign-types-shared v0.3.1
30872026-03-13T17:14:46.801Z Compiling cpufeatures v0.3.0
30882026-03-13T17:14:46.806Z Compiling convert_case v0.4.0
30892026-03-13T17:14:46.942Z Compiling chacha20 v0.10.0
30902026-03-13T17:14:46.965Z Compiling postcard v1.1.3
30912026-03-13T17:14:47.237Z Compiling proc-macro-crate v1.3.1
30922026-03-13T17:14:47.358Z Compiling derive_more v0.99.20
30932026-03-13T17:14:47.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-03-13T17:14:47.420Z Compiling foreign-types v0.5.0
30952026-03-13T17:14:47.423Z Compiling universal-hash v0.5.1
30962026-03-13T17:14:47.423Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-13T17:14:47.489Z Compiling num_enum_derive v0.7.5
30982026-03-13T17:14:47.489Z Compiling cstr-argument v0.1.2
30992026-03-13T17:14:47.534Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31002026-03-13T17:14:47.555Z Compiling colored v3.1.1
31012026-03-13T17:14:47.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-13T17:14:47.734Z Compiling opaque-debug v0.3.1
31032026-03-13T17:14:47.834Z Compiling num_enum_derive v0.5.11
31042026-03-13T17:14:47.855Z Compiling tokio-rustls v0.25.0
31052026-03-13T17:14:47.902Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-03-13T17:14:47.958Z Compiling rand v0.10.0
31072026-03-13T17:14:47.979Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-13T17:14:48.018Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-03-13T17:14:48.071Z Compiling half v2.7.1
31102026-03-13T17:14:48.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-13T17:14:48.265Z Compiling ciborium-io v0.2.2
31122026-03-13T17:14:48.408Z Compiling camino-tempfile v1.4.1
31132026-03-13T17:14:48.478Z Compiling ciborium-ll v0.2.2
31142026-03-13T17:14:48.518Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-13T17:14:48.559Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-13T17:14:48.729Z Compiling ciborium v0.2.2
31172026-03-13T17:14:48.750Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31182026-03-13T17:14:48.794Z Compiling smf v0.2.3
31192026-03-13T17:14:48.868Z Compiling aead v0.5.2
31202026-03-13T17:14:48.924Z Compiling num-derive v0.4.2
31212026-03-13T17:14:48.991Z Compiling sigpipe v0.1.3
31222026-03-13T17:14:49.019Z Compiling num_enum v0.7.5
31232026-03-13T17:14:49.023Z Compiling test-strategy v0.4.5
31242026-03-13T17:14:49.069Z Compiling parse-display v0.10.0
31252026-03-13T17:14:49.070Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-03-13T17:14:49.122Z Compiling glob v0.3.3
31272026-03-13T17:14:49.161Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-13T17:14:49.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-13T17:14:49.226Z Compiling poly1305 v0.8.0
31302026-03-13T17:14:49.326Z Compiling num_enum v0.5.11
31312026-03-13T17:14:49.454Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-13T17:14:49.498Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-13T17:14:49.522Z Compiling chacha20 v0.9.1
31342026-03-13T17:14:49.549Z Compiling whoami v1.6.1
31352026-03-13T17:14:49.549Z Compiling typify-impl v0.4.3
31362026-03-13T17:14:49.597Z Compiling typify-impl v0.6.1
31372026-03-13T17:14:49.688Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-03-13T17:14:49.913Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31392026-03-13T17:14:49.916Z Compiling thiserror-impl-no-std v2.0.2
31402026-03-13T17:14:49.975Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31412026-03-13T17:14:50.142Z Compiling num-rational v0.4.2
31422026-03-13T17:14:50.268Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31432026-03-13T17:14:50.291Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-13T17:14:50.315Z Compiling password-hash v0.5.0
31452026-03-13T17:14:50.374Z Compiling blake2 v0.10.6
31462026-03-13T17:14:50.417Z Compiling num-complex v0.4.6
31472026-03-13T17:14:50.417Z Compiling prettyplease v0.2.37
31482026-03-13T17:14:50.735Z Compiling indent_write v2.2.0
31492026-03-13T17:14:50.787Z Compiling ingot-types v0.1.2
31502026-03-13T17:14:50.852Z Compiling argon2 v0.5.3
31512026-03-13T17:14:50.912Z Compiling chacha20poly1305 v0.10.1
31522026-03-13T17:14:50.944Z Compiling float-ord v0.3.2
31532026-03-13T17:14:51.047Z Compiling num v0.4.3
31542026-03-13T17:14:51.095Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-03-13T17:14:51.124Z Compiling gethostname v0.5.0
31562026-03-13T17:14:51.150Z Compiling usdt-macro v0.5.0
31572026-03-13T17:14:51.174Z Compiling usdt-attr-macro v0.5.0
31582026-03-13T17:14:51.178Z Compiling derive-where v1.6.0
31592026-03-13T17:14:51.221Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-13T17:14:51.310Z Compiling ingot v0.1.1
31612026-03-13T17:14:51.386Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-13T17:14:51.596Z Compiling memmap v0.7.0
31632026-03-13T17:14:51.709Z Compiling thiserror-no-std v2.0.2
31642026-03-13T17:14:51.771Z Compiling atomicwrites v0.4.4
31652026-03-13T17:14:51.861Z Compiling vsss-rs v3.3.4
31662026-03-13T17:14:51.884Z Compiling owo-colors v4.3.0
31672026-03-13T17:14:52.030Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-13T17:14:52.054Z Compiling cancel-safe-futures v0.1.5
31692026-03-13T17:14:52.230Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-13T17:14:52.314Z Compiling usdt v0.5.0
31712026-03-13T17:14:52.434Z Compiling libsw-core v0.3.2
31722026-03-13T17:14:52.439Z Compiling async-recursion v1.1.1
31732026-03-13T17:14:52.473Z Compiling resolv-conf v0.7.6
31742026-03-13T17:14:52.685Z Compiling libsw v3.5.0
31752026-03-13T17:14:52.723Z Compiling progenitor-client v0.11.2
31762026-03-13T17:14:52.748Z Compiling linear-map v1.2.0
31772026-03-13T17:14:52.929Z Compiling libefi-sys v0.1.0
31782026-03-13T17:14:52.964Z Compiling hickory-proto v0.24.4
31792026-03-13T17:14:52.998Z Compiling newline-converter v0.3.0
31802026-03-13T17:14:53.019Z Compiling console v0.15.11
31812026-03-13T17:14:53.072Z Compiling bitfield-struct v0.6.2
31822026-03-13T17:14:53.119Z Compiling semver v0.1.20
31832026-03-13T17:14:53.148Z Compiling linked-hash-map v0.5.6
31842026-03-13T17:14:53.171Z Compiling pin-project-internal v1.1.11
31852026-03-13T17:14:53.197Z Compiling slog-dtrace v0.3.0
31862026-03-13T17:14:53.428Z Compiling lru-cache v0.1.2
31872026-03-13T17:14:53.448Z Compiling rustc_version v0.1.7
31882026-03-13T17:14:53.497Z Compiling expectorate v1.2.0
31892026-03-13T17:14:53.522Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31902026-03-13T17:14:53.544Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-13T17:14:53.617Z Compiling minimal-lexical v0.2.1
31922026-03-13T17:14:53.706Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-13T17:14:53.728Z Compiling tokio-dtrace v0.1.1
31942026-03-13T17:14:53.762Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-13T17:14:53.787Z Compiling newtype_derive v0.1.6
31962026-03-13T17:14:53.845Z Compiling dropshot-api-manager-types v0.6.0
31972026-03-13T17:14:53.986Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-03-13T17:14:53.991Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-03-13T17:14:54.033Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-03-13T17:14:54.079Z Compiling nom v7.1.3
32012026-03-13T17:14:54.111Z Compiling phf_shared v0.12.1
32022026-03-13T17:14:54.189Z Compiling pem v3.0.6
32032026-03-13T17:14:54.230Z Compiling snafu-derive v0.8.9
32042026-03-13T17:14:54.317Z Compiling csv-core v0.1.13
32052026-03-13T17:14:54.374Z Compiling highway v1.3.0
32062026-03-13T17:14:54.491Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-13T17:14:54.537Z Compiling same-file v1.0.6
32082026-03-13T17:14:54.679Z Compiling xshell-macros v0.2.7
32092026-03-13T17:14:54.700Z Compiling chrono-tz v0.10.4
32102026-03-13T17:14:54.782Z Compiling const_format_proc_macros v0.2.34
32112026-03-13T17:14:54.811Z Compiling pin-project v1.1.11
32122026-03-13T17:14:54.899Z Compiling walkdir v2.5.0
32132026-03-13T17:14:54.959Z Compiling csv v1.4.0
32142026-03-13T17:14:55.009Z Compiling phf v0.12.1
32152026-03-13T17:14:55.174Z Compiling oxide-tokio-rt v0.1.3
32162026-03-13T17:14:55.286Z Compiling xshell v0.2.7
32172026-03-13T17:14:55.596Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-13T17:14:55.615Z Compiling globset v0.4.18
32192026-03-13T17:14:55.755Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32202026-03-13T17:14:55.783Z Compiling olpc-cjson v0.1.4
32212026-03-13T17:14:55.816Z Compiling primeorder v0.13.6
32222026-03-13T17:14:55.867Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32232026-03-13T17:14:55.926Z Compiling hickory-resolver v0.24.4
32242026-03-13T17:14:56.018Z Compiling serde_plain v1.0.2
32252026-03-13T17:14:56.042Z Compiling typed-path v0.9.3
32262026-03-13T17:14:56.050Z Compiling base64 v0.21.7
32272026-03-13T17:14:56.089Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-03-13T17:14:56.195Z Compiling const_format v0.2.35
32292026-03-13T17:14:56.319Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-03-13T17:14:56.344Z Compiling typify-macro v0.6.1
32312026-03-13T17:14:56.369Z Compiling typify-macro v0.4.3
32322026-03-13T17:14:56.613Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-03-13T17:14:56.653Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-03-13T17:14:56.671Z Compiling tabled_derive v0.7.0
32352026-03-13T17:14:56.850Z Compiling bcs v0.1.6
32362026-03-13T17:14:57.040Z Compiling snafu v0.8.9
32372026-03-13T17:14:57.301Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32382026-03-13T17:14:57.422Z Compiling qorb v0.4.1
32392026-03-13T17:14:57.466Z Compiling tough v0.20.0
32402026-03-13T17:14:57.498Z Compiling termtree v0.5.1
32412026-03-13T17:14:57.559Z Compiling salty v0.3.0
32422026-03-13T17:14:57.581Z Compiling radium v0.7.0
32432026-03-13T17:14:57.717Z Compiling textwrap v0.16.2
32442026-03-13T17:14:57.824Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-13T17:14:57.910Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-03-13T17:14:58.025Z Compiling steno v0.4.1
32472026-03-13T17:14:58.065Z Compiling tabled v0.15.0
32482026-03-13T17:14:58.114Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-13T17:14:58.176Z Compiling utf-8 v0.7.6
32502026-03-13T17:14:58.322Z Compiling humantime v2.3.0
32512026-03-13T17:14:58.351Z Compiling maybe-uninit v2.0.0
32522026-03-13T17:14:58.381Z Compiling tap v1.0.1
32532026-03-13T17:14:58.447Z Compiling tungstenite v0.21.0
32542026-03-13T17:14:58.587Z Compiling wyz v0.5.1
32552026-03-13T17:14:58.742Z Compiling p384 v0.13.1
32562026-03-13T17:14:58.892Z Compiling typify v0.4.3
32572026-03-13T17:14:58.896Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-03-13T17:14:58.936Z Compiling typify v0.6.1
32592026-03-13T17:14:58.989Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-13T17:14:59.051Z Compiling progenitor-impl v0.11.2
32612026-03-13T17:14:59.074Z Compiling progenitor-impl v0.13.0
32622026-03-13T17:14:59.100Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-03-13T17:14:59.228Z Compiling progenitor-impl v0.10.0
32642026-03-13T17:14:59.518Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-13T17:14:59.636Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-03-13T17:14:59.676Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32672026-03-13T17:14:59.738Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-03-13T17:15:00.267Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-03-13T17:15:00.290Z Compiling arc-swap v1.8.2
32702026-03-13T17:15:00.515Z Compiling funty v2.0.0
32712026-03-13T17:15:00.724Z Compiling packed_struct v0.10.1
32722026-03-13T17:15:01.106Z Compiling tagptr v0.2.0
32732026-03-13T17:15:01.335Z Compiling moka v0.12.13
32742026-03-13T17:15:01.452Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-13T17:15:01.507Z Compiling bitvec v1.0.1
32762026-03-13T17:15:01.629Z Compiling slog-scope v4.4.1
32772026-03-13T17:15:01.697Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-03-13T17:15:01.788Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32792026-03-13T17:15:01.948Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-03-13T17:15:01.984Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32812026-03-13T17:15:02.385Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-03-13T17:15:02.445Z Compiling tokio-tungstenite v0.21.0
32832026-03-13T17:15:02.588Z Compiling polyval v0.6.2
32842026-03-13T17:15:02.901Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-03-13T17:15:02.925Z Compiling packed_struct_codegen v0.10.1
32862026-03-13T17:15:02.948Z Compiling progenitor-macro v0.11.2
32872026-03-13T17:15:02.977Z Compiling progenitor-macro v0.13.0
32882026-03-13T17:15:03.097Z Compiling progenitor-macro v0.10.0
32892026-03-13T17:15:03.122Z Compiling zerocopy-derive v0.6.6
32902026-03-13T17:15:03.148Z Compiling bitfield-macros v0.19.4
32912026-03-13T17:15:03.238Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-13T17:15:03.375Z Compiling indexmap v1.9.3
32932026-03-13T17:15:03.536Z Compiling crc-catalog v2.4.0
32942026-03-13T17:15:03.667Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-03-13T17:15:03.693Z Compiling nodrop v0.1.14
32962026-03-13T17:15:03.818Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-03-13T17:15:03.842Z Compiling parking_lot_core v0.8.6
32982026-03-13T17:15:03.871Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-03-13T17:15:03.994Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-03-13T17:15:04.179Z Compiling bitfield v0.19.4
33012026-03-13T17:15:04.263Z Compiling proc-macro-error2 v2.0.1
33022026-03-13T17:15:04.322Z Compiling array-init v0.0.4
33032026-03-13T17:15:04.379Z Compiling zerocopy v0.6.6
33042026-03-13T17:15:04.467Z Compiling crc v3.4.0
33052026-03-13T17:15:04.640Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33062026-03-13T17:15:04.711Z Compiling ghash v0.5.1
33072026-03-13T17:15:04.765Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33082026-03-13T17:15:04.836Z Compiling smallvec v0.6.14
33092026-03-13T17:15:04.877Z Compiling hickory-resolver v0.25.2
33102026-03-13T17:15:04.900Z Compiling slog-stdlog v4.1.1
33112026-03-13T17:15:04.922Z Compiling git-stub v1.0.0
33122026-03-13T17:15:05.010Z Compiling ctr v0.9.2
33132026-03-13T17:15:05.183Z Compiling num-derive v0.3.3
33142026-03-13T17:15:05.222Z Compiling lzma-sys v0.1.20
33152026-03-13T17:15:05.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-03-13T17:15:05.367Z Compiling hashbrown v0.12.3
33172026-03-13T17:15:05.398Z Compiling unicase v2.9.0
33182026-03-13T17:15:05.654Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33192026-03-13T17:15:05.712Z Compiling mime_guess v2.0.5
33202026-03-13T17:15:05.910Z Compiling aes-gcm v0.10.3
33212026-03-13T17:15:05.933Z Compiling git-stub-vcs v0.1.0
33222026-03-13T17:15:06.048Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-13T17:15:06.155Z Compiling serde-hex v0.1.0
33242026-03-13T17:15:06.181Z Compiling slog-envlogger v2.2.0
33252026-03-13T17:15:06.462Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-03-13T17:15:06.485Z Compiling libscf-sys v1.1.0
33272026-03-13T17:15:06.507Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-03-13T17:15:06.544Z Compiling tabled_derive v0.11.0
33292026-03-13T17:15:06.726Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-03-13T17:15:06.793Z Compiling ron v0.8.1
33312026-03-13T17:15:07.008Z Compiling papergrid v0.17.0
33322026-03-13T17:15:07.046Z Compiling cargo_toml v0.22.3
33332026-03-13T17:15:07.476Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-13T17:15:07.522Z Compiling hashbrown v0.13.2
33352026-03-13T17:15:07.597Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33362026-03-13T17:15:08.040Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-03-13T17:15:08.158Z Compiling testing_table v0.3.0
33382026-03-13T17:15:08.223Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33392026-03-13T17:15:08.259Z Compiling ssh-encoding v0.2.0
33402026-03-13T17:15:08.281Z Compiling blowfish v0.9.1
33412026-03-13T17:15:08.418Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-03-13T17:15:08.549Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-13T17:15:08.632Z Compiling nibble_vec v0.1.0
33442026-03-13T17:15:08.656Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-13T17:15:08.660Z Compiling endian-type v0.1.2
33462026-03-13T17:15:08.838Z Compiling crc-any v2.5.0
33472026-03-13T17:15:08.865Z Compiling corncobs v0.1.4
33482026-03-13T17:15:08.915Z Compiling radix_trie v0.2.1
33492026-03-13T17:15:08.959Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-13T17:15:09.031Z Compiling bcrypt-pbkdf v0.10.0
33512026-03-13T17:15:09.053Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-03-13T17:15:09.129Z Compiling ssh-cipher v0.2.0
33532026-03-13T17:15:09.211Z Compiling tabled v0.20.0
33542026-03-13T17:15:09.350Z Compiling object v0.30.4
33552026-03-13T17:15:09.392Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-13T17:15:09.493Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-13T17:15:09.641Z Compiling parking_lot v0.11.2
33582026-03-13T17:15:09.829Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-13T17:15:10.011Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-13T17:15:10.142Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-13T17:15:10.242Z Compiling progenitor v0.11.2
33622026-03-13T17:15:10.438Z Compiling progenitor v0.13.0
33632026-03-13T17:15:10.465Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33642026-03-13T17:15:10.465Z Compiling progenitor v0.10.0
33652026-03-13T17:15:10.514Z Compiling prefix-trie v0.7.0
33662026-03-13T17:15:10.541Z Compiling password-hash v0.4.2
33672026-03-13T17:15:10.570Z Compiling fxhash v0.2.1
33682026-03-13T17:15:10.664Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-03-13T17:15:10.688Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-03-13T17:15:10.741Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33712026-03-13T17:15:10.780Z Compiling secrecy v0.8.0
33722026-03-13T17:15:10.990Z Compiling http-range v0.1.5
33732026-03-13T17:15:11.013Z Compiling half v1.8.3
33742026-03-13T17:15:11.068Z Compiling path-slash v0.1.5
33752026-03-13T17:15:11.094Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33762026-03-13T17:15:11.117Z Compiling hickory-server v0.25.2
33772026-03-13T17:15:11.199Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-03-13T17:15:11.282Z Compiling pbkdf2 v0.11.0
33792026-03-13T17:15:11.357Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-03-13T17:15:11.582Z Compiling serde_cbor v0.11.2
33812026-03-13T17:15:11.846Z Compiling sled v0.34.7
33822026-03-13T17:15:12.443Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33832026-03-13T17:15:12.470Z Compiling xz2 v0.1.7
33842026-03-13T17:15:12.731Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-13T17:15:12.782Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33862026-03-13T17:15:12.813Z Compiling ron v0.12.0
33872026-03-13T17:15:13.073Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-13T17:15:13.141Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-13T17:15:13.272Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-03-13T17:15:13.838Z Compiling ssh-key v0.6.7
33912026-03-13T17:15:13.870Z Compiling hickory-client v0.25.2
33922026-03-13T17:15:14.188Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-13T17:15:14.282Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-13T17:15:14.345Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-13T17:15:14.782Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-13T17:15:14.846Z Compiling p256 v0.13.2
33972026-03-13T17:15:14.996Z Compiling p521 v0.13.3
33982026-03-13T17:15:15.364Z Compiling yasna v0.5.2
33992026-03-13T17:15:15.368Z Compiling kstat-rs v0.2.4
34002026-03-13T17:15:15.413Z Compiling headers-core v0.3.0
34012026-03-13T17:15:15.461Z Compiling nanorand v0.7.0
34022026-03-13T17:15:15.596Z Compiling russh-cryptovec v0.7.3
34032026-03-13T17:15:15.830Z Compiling atty v0.2.14
34042026-03-13T17:15:15.866Z Compiling md5 v0.7.0
34052026-03-13T17:15:15.890Z Compiling crc8 v0.1.1
34062026-03-13T17:15:16.004Z Compiling base16ct v1.0.0
34072026-03-13T17:15:16.034Z Compiling home v0.5.12
34082026-03-13T17:15:16.071Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-03-13T17:15:16.095Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34102026-03-13T17:15:16.123Z Compiling rcgen v0.12.1
34112026-03-13T17:15:16.241Z Compiling russh-keys v0.45.0
34122026-03-13T17:15:16.265Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34132026-03-13T17:15:16.268Z Compiling flume v0.11.1
34142026-03-13T17:15:16.314Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-03-13T17:15:16.340Z Compiling headers v0.4.1
34162026-03-13T17:15:16.588Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-03-13T17:15:16.664Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34182026-03-13T17:15:16.743Z Compiling hyper-staticfile v0.10.1
34192026-03-13T17:15:17.256Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-03-13T17:15:17.375Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34212026-03-13T17:15:17.422Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-03-13T17:15:17.445Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-03-13T17:15:17.602Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-13T17:15:17.821Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34252026-03-13T17:15:17.957Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-13T17:15:17.980Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-13T17:15:18.092Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-03-13T17:15:18.419Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-13T17:15:18.563Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-13T17:15:18.587Z Compiling num-bigint v0.4.6
34312026-03-13T17:15:18.667Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34322026-03-13T17:15:18.793Z Compiling des v0.8.1
34332026-03-13T17:15:18.863Z Compiling subprocess v0.2.15
34342026-03-13T17:15:19.079Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-13T17:15:19.100Z Compiling display-error-chain v0.2.2
34362026-03-13T17:15:19.171Z Compiling hex-literal v0.4.1
34372026-03-13T17:15:19.303Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-13T17:15:19.338Z Compiling colored v2.2.0
34392026-03-13T17:15:19.535Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-13T17:15:19.691Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-03-13T17:15:19.713Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-13T17:15:19.863Z Compiling socket2 v0.5.10
34432026-03-13T17:15:19.887Z Compiling internet-checksum v0.2.1
34442026-03-13T17:15:20.488Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-13T17:15:20.814Z Compiling russh v0.45.0
34462026-03-13T17:15:28.995Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-03-13T17:15:38.961Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-13T17:15:38.964Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-03-13T17:15:38.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-03-13T17:15:38.964Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-03-13T17:15:41.180Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-03-13T17:15:41.388Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-03-13T17:15:47.085Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-03-13T17:16:16.262Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-03-13T17:16:41.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34562026-03-13T17:16:42.148Z
34572026-03-13T17:16:42.153Zreal 1:58.892845909
34582026-03-13T17:16:42.153Zuser 11:31.255455775
34592026-03-13T17:16:42.153Zsys 2:03.451611792
34602026-03-13T17:16:42.153Ztrap 0.355101114
34612026-03-13T17:16:42.153Ztflt 0.562820411
34622026-03-13T17:16:42.153Zdflt 1.492753846
34632026-03-13T17:16:42.153Zkflt 0.000290296
34642026-03-13T17:16:42.153Zlock 28:51.452387939
34652026-03-13T17:16:42.154Zslp 38:06.194070150
34662026-03-13T17:16:42.154Zlat 46.409225390
34672026-03-13T17:16:42.154Zstop 3:34.670534220
34682026-03-13T17:16:42.154Z+ mkdir tests
34692026-03-13T17:16:42.158Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-03-13T17:16:42.158Z+ xargs -I '{}' -t cp '{}' tests/
34712026-03-13T17:16:42.296Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e90e614220a6bb86 tests/
34722026-03-13T17:16:42.318Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4b08635b9f190126 tests/
34732026-03-13T17:16:42.341Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7010e74552ae1409 tests/
34742026-03-13T17:16:42.373Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-357030378b04e5b1 tests/
34752026-03-13T17:16:42.746Z+ 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/*)
34762026-03-13T17:16:42.749Z+ 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-4b08635b9f190126 tests/commtest-7010e74552ae1409 tests/dhcp_server-e90e614220a6bb86 tests/end_to_end_tests-357030378b04e5b1 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
34772026-03-13T17:18:23.000ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-03-13T17:18:23.001Za .github/buildomat/ci-env.sh 1K
34792026-03-13T17:18:23.001Za out/target/test 1K
34802026-03-13T17:18:23.001Za out/npuzone/npuzone 27402K
34812026-03-13T17:18:23.001Za package-manifest.toml 35K
34822026-03-13T17:18:23.001Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-03-13T17:18:23.001Za target/release/omicron-package 41119K
34842026-03-13T17:18:23.001Za target/release/xtask 11359K
34852026-03-13T17:18:23.001Za target/debug/bootstrap 346551K
34862026-03-13T17:18:23.001Za tests/bootstrap-4b08635b9f190126 31480K
34872026-03-13T17:18:23.001Za tests/commtest-7010e74552ae1409 31997K
34882026-03-13T17:18:23.001Za tests/dhcp_server-e90e614220a6bb86 31480K
34892026-03-13T17:18:23.001Za tests/end_to_end_tests-357030378b04e5b1 388420K
34902026-03-13T17:18:23.001Za out/clickhouse.tar.gz 302852K
34912026-03-13T17:18:23.001Za out/clickhouse_keeper.tar.gz 288053K
34922026-03-13T17:18:23.001Za out/clickhouse_server.tar.gz 302851K
34932026-03-13T17:18:23.001Za out/cockroachdb.tar.gz 156254K
34942026-03-13T17:18:23.001Za out/crucible-pantry-zone.tar.gz 38342K
34952026-03-13T17:18:23.001Za out/crucible-utils.tar 17744K
34962026-03-13T17:18:23.001Za out/crucible-zone.tar.gz 52480K
34972026-03-13T17:18:23.002Za out/external-dns.tar.gz 41755K
34982026-03-13T17:18:23.002Za out/internal-dns.tar.gz 41755K
34992026-03-13T17:18:23.002Za out/mg-ddm-gz.tar 86339K
35002026-03-13T17:18:23.002Za out/nexus.tar.gz 207360K
35012026-03-13T17:18:23.002Za out/ntp.tar.gz 22683K
35022026-03-13T17:18:23.002Za out/omicron-gateway-softnpu.tar.gz 27314K
35032026-03-13T17:18:23.002Za out/omicron-sled-agent.tar 183102K
35042026-03-13T17:18:23.002Za out/overlay.tar.gz 3K
35052026-03-13T17:18:23.002Za out/oximeter.tar.gz 58037K
35062026-03-13T17:18:23.002Za out/oxlog.tar 3895K
35072026-03-13T17:18:23.002Za out/probe.tar.gz 3037K
35082026-03-13T17:18:23.003Za out/propolis-server.tar.gz 74633K
35092026-03-13T17:18:23.003Za out/pumpkind-gz.tar 26647K
35102026-03-13T17:18:23.003Za out/switch-softnpu.tar.gz 372649K
35112026-03-13T17:18:23.006Z
35122026-03-13T17:18:23.006Zreal 1:40.244038397
35132026-03-13T17:18:23.007Zuser 1:37.207312582
35142026-03-13T17:18:23.007Zsys 6.313207513
35152026-03-13T17:18:23.007Ztrap 0.006755063
35162026-03-13T17:18:23.007Ztflt 0.000000000
35172026-03-13T17:18:23.007Zdflt 0.000000000
35182026-03-13T17:18:23.007Zkflt 0.000000000
35192026-03-13T17:18:23.007Zlock 0.000000000
35202026-03-13T17:18:23.007Zslp 1:36.327773980
35212026-03-13T17:18:23.007Zlat 0.628353210
35222026-03-13T17:18:23.007Zstop 0.000195875
35232026-03-13T17:18:23.007Zprocess exited: duration 1265305 ms, exit code 0
 
35242026-03-13T17:18:23.023Zfound 1 output files
35252026-03-13T17:18:23.023Zuploading: /work/package.tar.gz (2323998977 bytes)
35262026-03-13T17:18:53.213Zuploaded: /work/package.tar.gz