01KKZ5SR1AY9MZGMM266B5NAGA: 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: 01KKZ5TD0RGT410H6Z6V99PTTZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T00:35:16.481Zjob assigned to worker 01KKZ5TJDFBJ9Z7ARB0SS5GXBM [factory aws, i-060a15d02d4b7cec7] (queued for 1 m 9 s)
 
22026-03-18T00:35:25.106Zstarting task 0: "setup"
32026-03-18T00:35:25.114Z++ uname -s
42026-03-18T00:35:25.117Z+ kern=SunOS
52026-03-18T00:35:25.117Z+ build_user=build
62026-03-18T00:35:25.117Z+ build_uid=12345
72026-03-18T00:35:25.117Z+ work_dir=/work
82026-03-18T00:35:25.117Z+ input_dir=/input
92026-03-18T00:35:25.117Z+ [[ 0 == 12345 ]]
102026-03-18T00:35:25.117Z+ case "$kern" in
112026-03-18T00:35:25.117Z+ groupadd -g 12345 build
122026-03-18T00:35:25.121Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T00:35:27.126Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T00:35:27.242Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T00:35:27.246Z+ home_fs=zfs
162026-03-18T00:35:27.246Z+ [[ zfs == autofs ]]
172026-03-18T00:35:27.246Z+ mkdir -p /home/build
182026-03-18T00:35:27.249Z+ chown build:build /home/build /work
192026-03-18T00:35:28.250Z+ chmod 0700 /home/build /work
202026-03-18T00:35:28.254Zprocess exited: duration 3150 ms, exit code 0
 
212026-03-18T00:35:28.260Zstarting task 1: "rust-toolchain"
222026-03-18T00:35:28.267Z * rust toolchain channel = "1.94.0"
232026-03-18T00:35:28.267Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-18T00:35:28.267Z * rust toolchain profile = "default"
252026-03-18T00:35:28.267Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T00:35:28.267Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T00:35:28.267Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T00:35:28.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T00:35:28.271Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T00:35:28.389Zinfo: downloading installer
312026-03-18T00:35:30.355Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T00:35:30.355Zwarn: /opt/ooce/bin
332026-03-18T00:35:30.355Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T00:35:30.355Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T00:35:30.355Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T00:35:30.355Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T00:35:30.355Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T00:35:30.355Zerror: cannot install while Rust is installed
392026-03-18T00:35:30.355Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T00:35:30.355Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T00:35:30.355Zwarn: /home/build/.rustup/settings.toml
422026-03-18T00:35:30.355Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T00:35:30.355Zwarn: instead of the one inferred from the default host triple.
442026-03-18T00:35:30.370Zinfo: profile set to default
452026-03-18T00:35:30.370Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T00:35:30.373Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T00:35:30.516Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T00:35:30.519Zinfo: downloading 6 components
492026-03-18T00:35:46.012Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T00:35:46.012Z
512026-03-18T00:35:46.056Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T00:35:46.056Z
532026-03-18T00:35:46.056Z
542026-03-18T00:35:46.059ZRust is installed now. Great!
552026-03-18T00:35:46.059Z
562026-03-18T00:35:46.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T00:35:46.059Zenvironment variable. This has not been done automatically.
582026-03-18T00:35:46.059Z
592026-03-18T00:35:46.059ZTo configure your current shell, you need to source
602026-03-18T00:35:46.059Zthe corresponding env file under $HOME/.cargo.
612026-03-18T00:35:46.059Z
622026-03-18T00:35:46.059ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T00:35:46.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T00:35:46.059Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T00:35:46.059Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T00:35:46.059Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T00:35:46.060Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T00:35:46.060Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T00:35:46.060Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T00:35:46.060Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T00:35:46.180Z+ rustup --version
722026-03-18T00:35:46.187Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T00:35:46.190Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T00:35:46.214Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T00:35:46.217Z+ cargo --version
762026-03-18T00:35:46.229Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T00:35:46.231Z+ rustc --version
782026-03-18T00:35:46.258Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T00:35:46.262Zprocess exited: duration 18013 ms, exit code 0
 
802026-03-18T00:35:46.268Zstarting task 2: "authentication"
812026-03-18T00:35:46.290Zprocess exited: duration 21 ms, exit code 0
 
822026-03-18T00:35:46.296Zstarting task 3: "clone repository"
832026-03-18T00:35:46.301Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T00:35:46.304Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T00:35:46.344ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T00:35:56.064Z+ cd /work/oxidecomputer/omicron
872026-03-18T00:35:56.064Z+ git fetch origin bb4505a21d82d324df13bd26211bf041996a4a29
882026-03-18T00:35:56.371ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T00:35:56.371Z * branch bb4505a21d82d324df13bd26211bf041996a4a29 -> FETCH_HEAD
902026-03-18T00:35:56.384Z+ [[ -n john/execute-expunged-live-test ]]
912026-03-18T00:35:56.387Z++ git branch --show-current
922026-03-18T00:35:56.390Z+ current=main
932026-03-18T00:35:56.390Z+ [[ main != john/execute-expunged-live-test ]]
942026-03-18T00:35:56.390Z+ git branch -f john/execute-expunged-live-test bb4505a21d82d324df13bd26211bf041996a4a29
952026-03-18T00:35:56.393Z+ git checkout -f john/execute-expunged-live-test
962026-03-18T00:35:56.740ZSwitched to branch 'john/execute-expunged-live-test'
972026-03-18T00:35:56.743Z+ git reset --hard bb4505a21d82d324df13bd26211bf041996a4a29
982026-03-18T00:35:56.767ZHEAD is now at bb4505a21 missing import
992026-03-18T00:35:56.770Zprocess exited: duration 10478 ms, exit code 0
 
1002026-03-18T00:35:56.776Zstarting task 4: "build"
1012026-03-18T00:35:56.783Z+ source .github/buildomat/ci-env.sh
1022026-03-18T00:35:56.786Z++ export CARGO_TERM_COLOR=always
1032026-03-18T00:35:56.786Z++ CARGO_TERM_COLOR=always
1042026-03-18T00:35:56.786Z+ cargo --version
1052026-03-18T00:35:56.797Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T00:35:56.800Z+ rustc --version
1072026-03-18T00:35:56.827Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T00:35:56.830Z+ WORK=/work
1092026-03-18T00:35:56.830Z+ pfexec mkdir -p /work
1102026-03-18T00:35:56.836Z+ pfexec chown build /work
1112026-03-18T00:35:56.839Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T00:36:07.273Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T00:36:17.569Z Startup: Caching catalogs ... Done
1142026-03-18T00:36:40.813ZPlanning: Solver setup ... Done (21.464s)
1152026-03-18T00:36:40.974ZPlanning: Running solver ... Done (0.161s)
1162026-03-18T00:36:41.162ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T00:36:41.182ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T00:36:41.915ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T00:36:41.959ZPlanning: Package planning ... Done (0.044s)
1202026-03-18T00:36:41.998ZPlanning: Merging actions ... Done (0.039s)
1212026-03-18T00:36:42.238ZPlanning: Checking for conflicting actions ... Done (0.240s)
1222026-03-18T00:36:42.249ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T00:36:43.112ZPlanning: Evaluating mediators ... Done (0.864s)
1242026-03-18T00:36:43.121ZPlanning: Planning completed in 25.42 seconds
1252026-03-18T00:36:43.136Z Packages to install: 4
1262026-03-18T00:36:43.136Z Mediators to change: 2
1272026-03-18T00:36:43.136Z Services to change: 1
1282026-03-18T00:36:43.139Z Estimated space available: 155.43 GB
1292026-03-18T00:36:43.139ZEstimated space to be consumed: 1.83 GB
1302026-03-18T00:36:43.139Z Create boot environment: No
1312026-03-18T00:36:43.139ZCreate backup boot environment: No
1322026-03-18T00:36:43.139Z Rebuild boot archive: No
1332026-03-18T00:36:43.139Z
1342026-03-18T00:36:43.139ZChanged mediators:
1352026-03-18T00:36:43.139Z mediator clang:
1362026-03-18T00:36:43.139Z version: None -> 15 (system default)
1372026-03-18T00:36:43.139Z
1382026-03-18T00:36:43.139Z mediator llvm:
1392026-03-18T00:36:43.139Z version: 14 (system default) -> 15 (system default)
1402026-03-18T00:36:43.139Z
1412026-03-18T00:36:43.139ZChanged packages:
1422026-03-18T00:36:43.139Zhelios-dev
1432026-03-18T00:36:43.139Z developer/build-essential
1442026-03-18T00:36:43.139Z None -> 11-2.0
1452026-03-18T00:36:43.140Z library/libxmlsec1
1462026-03-18T00:36:43.140Z None -> 1.2.35-2.0
1472026-03-18T00:36:43.140Z ooce/developer/clang-15
1482026-03-18T00:36:43.140Z None -> 15.0.7-2.0
1492026-03-18T00:36:43.140Z ooce/developer/llvm-15
1502026-03-18T00:36:43.140Z None -> 15.0.7-2.0
1512026-03-18T00:36:43.140Z
1522026-03-18T00:36:43.140ZServices:
1532026-03-18T00:36:43.140Z restart_fmri:
1542026-03-18T00:36:43.140Z svc:/system/update-man-index:default
1552026-03-18T00:36:43.185Z
1562026-03-18T00:36:43.185ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T00:36:48.188ZDownload: 1882/3290 items 118.6/212.6MB 55% complete (24.1M/s)
1582026-03-18T00:36:53.185ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (11.9M/s)
1592026-03-18T00:36:58.282ZDownload: 3236/3290 items 201.0/212.6MB 94% complete (8.2M/s)
1602026-03-18T00:37:04.367ZDownload: 3279/3290 items 209.0/212.6MB 98% complete (9.0M/s)
1612026-03-18T00:37:06.831ZDownload: Completed 212.60 MB in 23.66 seconds (9.0M/s)
1622026-03-18T00:37:07.000Z Actions: 1/3689 actions (Installing new actions)
1632026-03-18T00:37:11.228Z Actions: Completed 3689 actions in 4.22 seconds.
1642026-03-18T00:37:11.582Z Done (0.357s)
1652026-03-18T00:37:11.582Z Done (0.000s)
1662026-03-18T00:37:12.480Z Done (0.899s)
1672026-03-18T00:37:16.774Z Done (3.947s)
1682026-03-18T00:37:16.869Z Done (0.018s)
1692026-03-18T00:37:16.872Z Done (0.000s)
1702026-03-18T00:37:17.035Z Done (0.000s)
1712026-03-18T00:37:18.093ZPlanning: Evaluating mediator changes ... Done
1722026-03-18T00:37:18.258ZPlanning: Checking for conflicting actions ... Done
1732026-03-18T00:37:18.267ZPlanning: Consolidating action changes ... Done
1742026-03-18T00:37:18.482ZPlanning: Evaluating mediators ... Done
1752026-03-18T00:37:18.485ZPlanning: Planning completed in 0.39 seconds
1762026-03-18T00:37:18.511Z Mediators to change: 2
1772026-03-18T00:37:18.511Z Create boot environment: No
1782026-03-18T00:37:18.511ZCreate backup boot environment: No
1792026-03-18T00:37:18.581Z Done
1802026-03-18T00:37:18.581Z Done
1812026-03-18T00:37:19.383Z Done
1822026-03-18T00:37:22.913Z Done
1832026-03-18T00:37:23.008Z Done
1842026-03-18T00:37:23.013Z Done
1852026-03-18T00:37:23.171Z Done
1862026-03-18T00:37:23.743ZPlanning: Evaluating mediator changes ... Done
1872026-03-18T00:37:23.748ZPlanning: Merging actions ... Done
1882026-03-18T00:37:23.912ZPlanning: Checking for conflicting actions ... Done
1892026-03-18T00:37:23.915ZPlanning: Consolidating action changes ... Done
1902026-03-18T00:37:24.133ZPlanning: Evaluating mediators ... Done
1912026-03-18T00:37:24.176ZPlanning: Planning completed in 0.64 seconds
1922026-03-18T00:37:24.207Z Packages to change: 1
1932026-03-18T00:37:24.207Z Mediators to change: 1
1942026-03-18T00:37:24.210Z Services to change: 1
1952026-03-18T00:37:24.210Z Create boot environment: No
1962026-03-18T00:37:24.210ZCreate backup boot environment: Yes
1972026-03-18T00:37:27.045Z Actions: 1/6 actions (Updating modified actions)
1982026-03-18T00:37:27.048Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-18T00:37:27.048Z Done
2002026-03-18T00:37:27.048Z Done
2012026-03-18T00:37:27.239Z Done
2022026-03-18T00:37:30.797Z Done
2032026-03-18T00:37:30.888Z Done
2042026-03-18T00:37:30.896Z Done
2052026-03-18T00:37:31.047Z Done
2062026-03-18T00:37:31.449ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-18T00:37:31.449Zclang system 15 system
2082026-03-18T00:37:31.449Zcsh system system illumos
2092026-03-18T00:37:31.449Zctags system system illumos
2102026-03-18T00:37:31.449Zfile system system illumos
2112026-03-18T00:37:31.449Zgcc vendor 12 vendor
2122026-03-18T00:37:31.449Zgcc system 10 system
2132026-03-18T00:37:31.449Zgcc system 7 system
2142026-03-18T00:37:31.449Zgo system 1.20 system
2152026-03-18T00:37:31.449Zgo system 1.19 system
2162026-03-18T00:37:31.449Zllvm system 15 system
2172026-03-18T00:37:31.449Zllvm system 14 system
2182026-03-18T00:37:31.449Zmariadb system 10.6 system
2192026-03-18T00:37:31.449Zmta vendor vendor dma
2202026-03-18T00:37:31.450Zopenjdk system 17 system
2212026-03-18T00:37:31.450Zopenjdk system 11 system
2222026-03-18T00:37:31.450Zopenjdk system 1.8 system
2232026-03-18T00:37:31.450Zopenssl vendor 3 vendor
2242026-03-18T00:37:31.450Zperl system 5.36 system
2252026-03-18T00:37:31.450Zpostgresql system 15 system
2262026-03-18T00:37:31.450Zpostgresql system 13 system
2272026-03-18T00:37:31.450Zpython vendor 3 vendor
2282026-03-18T00:37:31.450Zpython system 2 system
2292026-03-18T00:37:31.450Zpython3 system 3.11 system
2302026-03-18T00:37:31.450Zruby system 3.0 system
2312026-03-18T00:37:31.450Zwords vendor vendor american-english
2322026-03-18T00:37:31.451Zwords system system australian-english
2332026-03-18T00:37:31.451Zwords system system british-english
2342026-03-18T00:37:31.451Zwords system system canadian-english
2352026-03-18T00:37:31.451Zwords system system french
2362026-03-18T00:37:31.451Zwords system system italian
2372026-03-18T00:37:31.451Zwords system system ngerman
2382026-03-18T00:37:31.451Zwords system system ogerman
2392026-03-18T00:37:31.451Zwords system system spanish
2402026-03-18T00:37:31.756ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-18T00:37:31.756Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-18T00:37:37.917ZFMRI IFO
2432026-03-18T00:37:37.917Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-18T00:37:37.917Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-18T00:37:37.917Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-18T00:37:37.917Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-18T00:37:37.917Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-18T00:37:37.917Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-18T00:37:37.917Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-18T00:37:37.918Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-18T00:37:37.918Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-18T00:37:37.918Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-18T00:37:37.918Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-18T00:37:37.918Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-18T00:37:37.918Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-18T00:37:37.918Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-18T00:37:37.918Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-18T00:37:37.918Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-18T00:37:39.260Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-18T00:37:39.539Z Updating crates.io index
2612026-03-18T00:37:39.576Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-18T00:37:39.816Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-18T00:37:40.602Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-03-18T00:37:40.985Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-03-18T00:37:42.701Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662026-03-18T00:37:42.773Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-03-18T00:37:43.448Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-03-18T00:37:45.245Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-03-18T00:37:46.533Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-03-18T00:37:47.574Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-03-18T00:37:48.487Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-03-18T00:37:48.653Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-03-18T00:37:49.198Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-03-18T00:37:49.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-03-18T00:37:50.114Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-18T00:37:50.916Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-03-18T00:37:51.409Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-03-18T00:37:51.774Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-03-18T00:37:52.127Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-03-18T00:37:52.691Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-03-18T00:37:53.300Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-03-18T00:37:53.359Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-03-18T00:37:53.365Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-03-18T00:37:53.741Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-03-18T00:37:54.133Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-03-18T00:37:54.931Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-03-18T00:37:55.399Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-03-18T00:37:55.429Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-03-18T00:37:55.642Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-18T00:37:57.177Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-18T00:37:57.188Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-18T00:37:57.519Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-18T00:37:57.887Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-18T00:37:58.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-18T00:37:58.821Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-18T00:37:59.103Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-18T00:37:59.410Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-18T00:37:59.813Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-18T00:38:14.764Z Downloading crates ...
3002026-03-18T00:38:14.819Z Downloaded cfg-if v1.0.4
3012026-03-18T00:38:14.828Z Downloaded erased-serde v0.4.9
3022026-03-18T00:38:14.831Z Downloaded digest v0.10.7
3032026-03-18T00:38:14.837Z Downloaded plain v0.2.3
3042026-03-18T00:38:14.840Z Downloaded serde_derive v1.0.228
3052026-03-18T00:38:14.840Z Downloaded thiserror v1.0.69
3062026-03-18T00:38:14.843Z Downloaded bytecount v0.6.9
3072026-03-18T00:38:14.846Z Downloaded block-buffer v0.10.4
3082026-03-18T00:38:14.846Z Downloaded crypto-common v0.1.7
3092026-03-18T00:38:14.850Z Downloaded fnv v1.0.7
3102026-03-18T00:38:14.850Z Downloaded textwrap v0.16.2
3112026-03-18T00:38:14.853Z Downloaded usdt v0.5.0
3122026-03-18T00:38:14.853Z Downloaded toml_write v0.1.2
3132026-03-18T00:38:14.853Z Downloaded anstream v0.6.21
3142026-03-18T00:38:14.856Z Downloaded hashbrown v0.16.1
3152026-03-18T00:38:14.859Z Downloaded zerofrom v0.1.6
3162026-03-18T00:38:14.859Z Downloaded utf8parse v0.2.2
3172026-03-18T00:38:14.862Z Downloaded usdt-impl v0.5.0
3182026-03-18T00:38:14.862Z Downloaded pretty-hex v0.4.1
3192026-03-18T00:38:14.862Z Downloaded clap_lex v1.0.0
3202026-03-18T00:38:14.865Z Downloaded byteorder v1.5.0
3212026-03-18T00:38:14.865Z Downloaded version_check v0.9.5
3222026-03-18T00:38:14.865Z Downloaded toml_datetime v0.6.11
3232026-03-18T00:38:14.868Z Downloaded utf8_iter v1.0.4
3242026-03-18T00:38:14.868Z Downloaded heck v0.4.1
3252026-03-18T00:38:14.868Z Downloaded generic-array v0.14.7
3262026-03-18T00:38:14.871Z Downloaded dof v0.3.0
3272026-03-18T00:38:14.871Z Downloaded errno v0.3.14
3282026-03-18T00:38:14.871Z Downloaded anyhow v1.0.102
3292026-03-18T00:38:14.877Z Downloaded zerofrom-derive v0.1.6
3302026-03-18T00:38:14.881Z Downloaded yoke-derive v0.8.1
3312026-03-18T00:38:14.881Z Downloaded usdt-attr-macro v0.5.0
3322026-03-18T00:38:14.881Z Downloaded unicode-xid v0.2.6
3332026-03-18T00:38:14.882Z Downloaded thiserror v2.0.18
3342026-03-18T00:38:14.885Z Downloaded usdt-macro v0.5.0
3352026-03-18T00:38:14.885Z Downloaded unicode-linebreak v0.1.5
3362026-03-18T00:38:14.885Z Downloaded idna_adapter v1.2.1
3372026-03-18T00:38:14.885Z Downloaded potential_utf v0.1.4
3382026-03-18T00:38:14.885Z Downloaded typeid v1.0.3
3392026-03-18T00:38:14.889Z Downloaded cargo_metadata v0.21.0
3402026-03-18T00:38:14.889Z Downloaded displaydoc v0.2.5
3412026-03-18T00:38:14.889Z Downloaded thread-id v4.2.2
3422026-03-18T00:38:14.892Z Downloaded sha2 v0.10.9
3432026-03-18T00:38:14.892Z Downloaded zerovec-derive v0.11.2
3442026-03-18T00:38:14.896Z Downloaded yoke v0.8.1
3452026-03-18T00:38:14.896Z Downloaded writeable v0.6.2
3462026-03-18T00:38:14.896Z Downloaded itoa v1.0.17
3472026-03-18T00:38:14.899Z Downloaded cpufeatures v0.2.17
3482026-03-18T00:38:14.899Z Downloaded fastrand v2.3.0
3492026-03-18T00:38:14.899Z Downloaded anstyle-parse v0.2.7
3502026-03-18T00:38:14.902Z Downloaded zmij v1.0.21
3512026-03-18T00:38:14.902Z Downloaded heck v0.5.0
3522026-03-18T00:38:14.902Z Downloaded thiserror-impl v1.0.69
3532026-03-18T00:38:14.906Z Downloaded colorchoice v1.0.4
3542026-03-18T00:38:14.906Z Downloaded thiserror-impl v2.0.18
3552026-03-18T00:38:14.909Z Downloaded cargo_toml v0.21.0
3562026-03-18T00:38:14.912Z Downloaded quote v1.0.44
3572026-03-18T00:38:14.915Z Downloaded zerocopy-derive v0.7.35
3582026-03-18T00:38:14.917Z Downloaded ucd-trie v0.1.7
3592026-03-18T00:38:14.917Z Downloaded tinystr v0.8.2
3602026-03-18T00:38:14.920Z Downloaded camino-tempfile v1.4.1
3612026-03-18T00:38:14.920Z Downloaded proc-macro-error-attr v1.0.4
3622026-03-18T00:38:14.923Z Downloaded terminal_size v0.4.3
3632026-03-18T00:38:14.923Z Downloaded equivalent v1.0.2
3642026-03-18T00:38:14.923Z Downloaded form_urlencoded v1.2.2
3652026-03-18T00:38:14.926Z Downloaded tabled_derive v0.7.0
3662026-03-18T00:38:14.929Z Downloaded swrite v0.1.0
3672026-03-18T00:38:14.929Z Downloaded macaddr v1.0.1
3682026-03-18T00:38:14.929Z Downloaded unicode-ident v1.0.24
3692026-03-18T00:38:14.932Z Downloaded dtrace-parser v0.2.0
3702026-03-18T00:38:14.933Z Downloaded stable_deref_trait v1.2.1
3712026-03-18T00:38:14.933Z Downloaded toml v0.8.23
3722026-03-18T00:38:14.935Z Downloaded smawk v0.3.2
3732026-03-18T00:38:14.936Z Downloaded anstyle-query v1.1.5
3742026-03-18T00:38:14.938Z Downloaded is_terminal_polyfill v1.70.2
3752026-03-18T00:38:14.939Z Downloaded zerotrie v0.2.3
3762026-03-18T00:38:14.941Z Downloaded strsim v0.11.1
3772026-03-18T00:38:14.944Z Downloaded percent-encoding v2.3.2
3782026-03-18T00:38:14.947Z Downloaded toml_edit v0.22.27
3792026-03-18T00:38:14.950Z Downloaded url v2.5.8
3802026-03-18T00:38:14.953Z Downloaded typenum v1.19.0
3812026-03-18T00:38:14.959Z Downloaded cargo-platform v0.2.0
3822026-03-18T00:38:14.962Z Downloaded scroll_derive v0.12.1
3832026-03-18T00:38:14.962Z Downloaded serde-value v0.7.0
3842026-03-18T00:38:14.965Z Downloaded zerovec v0.11.5
3852026-03-18T00:38:14.968Z Downloaded serde-untagged v0.1.9
3862026-03-18T00:38:14.972Z Downloaded scroll v0.12.0
3872026-03-18T00:38:14.975Z Downloaded zerocopy v0.7.35
3882026-03-18T00:38:14.985Z Downloaded winnow v0.7.14
3892026-03-18T00:38:14.991Z Downloaded synstructure v0.13.2
3902026-03-18T00:38:14.995Z Downloaded serde_tokenstream v0.2.3
3912026-03-18T00:38:14.995Z Downloaded serde_spanned v0.6.9
3922026-03-18T00:38:14.995Z Downloaded smallvec v1.15.1
3932026-03-18T00:38:14.997Z Downloaded unicode-width v0.2.0
3942026-03-18T00:38:15.002Z Downloaded unicode-width v0.1.14
3952026-03-18T00:38:15.005Z Downloaded ordered-float v2.10.1
3962026-03-18T00:38:15.005Z Downloaded fs-err v3.3.0
3972026-03-18T00:38:15.008Z Downloaded memmap v0.7.0
3982026-03-18T00:38:15.008Z Downloaded proc-macro-error v1.0.4
3992026-03-18T00:38:15.011Z Downloaded semver v1.0.27
4002026-03-18T00:38:15.011Z Downloaded camino v1.2.2
4012026-03-18T00:38:15.014Z Downloaded autocfg v1.5.0
4022026-03-18T00:38:15.017Z Downloaded getrandom v0.4.1
4032026-03-18T00:38:15.026Z Downloaded once_cell v1.21.3
4042026-03-18T00:38:15.029Z Downloaded bitflags v2.11.0
4052026-03-18T00:38:15.029Z Downloaded pest_derive v2.8.6
4062026-03-18T00:38:15.031Z Downloaded litemap v0.8.1
4072026-03-18T00:38:15.031Z Downloaded clap_derive v4.5.55
4082026-03-18T00:38:15.035Z Downloaded cargo-util-schemas v0.8.2
4092026-03-18T00:38:15.035Z Downloaded anstyle v1.0.13
4102026-03-18T00:38:15.040Z Downloaded icu_normalizer_data v2.1.1
4112026-03-18T00:38:15.052Z Downloaded log v0.4.29
4122026-03-18T00:38:15.055Z Downloaded proc-macro2 v1.0.106
4132026-03-18T00:38:15.058Z Downloaded pest_generator v2.8.6
4142026-03-18T00:38:15.061Z Downloaded icu_normalizer v2.1.1
4152026-03-18T00:38:15.064Z Downloaded tempfile v3.25.0
4162026-03-18T00:38:15.067Z Downloaded papergrid v0.11.0
4172026-03-18T00:38:15.070Z Downloaded clap v4.5.60
4182026-03-18T00:38:15.076Z Downloaded num-traits v0.2.19
4192026-03-18T00:38:15.079Z Downloaded serde_core v1.0.228
4202026-03-18T00:38:15.082Z Downloaded icu_provider v2.1.1
4212026-03-18T00:38:15.087Z Downloaded pest_meta v2.8.6
4222026-03-18T00:38:15.090Z Downloaded icu_properties v2.1.2
4232026-03-18T00:38:15.094Z Downloaded icu_locale_core v2.1.1
4242026-03-18T00:38:15.107Z Downloaded serde v1.0.228
4252026-03-18T00:38:15.109Z Downloaded icu_collections v2.1.1
4262026-03-18T00:38:15.125Z Downloaded indexmap v2.13.0
4272026-03-18T00:38:15.134Z Downloaded memchr v2.8.0
4282026-03-18T00:38:15.139Z Downloaded pest v2.8.6
4292026-03-18T00:38:15.153Z Downloaded clap_builder v4.5.60
4302026-03-18T00:38:15.158Z Downloaded serde_json v1.0.149
4312026-03-18T00:38:15.164Z Downloaded idna v1.1.0
4322026-03-18T00:38:15.167Z Downloaded goblin v0.8.2
4332026-03-18T00:38:15.182Z Downloaded icu_properties_data v2.1.2
4342026-03-18T00:38:15.199Z Downloaded tabled v0.15.0
4352026-03-18T00:38:15.210Z Downloaded syn v1.0.109
4362026-03-18T00:38:15.217Z Downloaded syn v2.0.117
4372026-03-18T00:38:15.233Z Downloaded rustix v1.1.3
4382026-03-18T00:38:15.268Z Downloaded libc v0.2.180
4392026-03-18T00:38:15.362Z Compiling proc-macro2 v1.0.106
4402026-03-18T00:38:15.362Z Compiling quote v1.0.44
4412026-03-18T00:38:15.365Z Compiling unicode-ident v1.0.24
4422026-03-18T00:38:15.366Z Compiling serde_core v1.0.228
4432026-03-18T00:38:15.366Z Compiling libc v0.2.180
4442026-03-18T00:38:15.366Z Compiling version_check v0.9.5
4452026-03-18T00:38:15.366Z Compiling memchr v2.8.0
4462026-03-18T00:38:15.366Z Compiling stable_deref_trait v1.2.1
4472026-03-18T00:38:15.366Z Compiling serde v1.0.228
4482026-03-18T00:38:15.366Z Compiling zmij v1.0.21
4492026-03-18T00:38:15.366Z Compiling thiserror v1.0.69
4502026-03-18T00:38:15.366Z Compiling ucd-trie v0.1.7
4512026-03-18T00:38:15.366Z Compiling autocfg v1.5.0
4522026-03-18T00:38:15.610Z Compiling itoa v1.0.17
4532026-03-18T00:38:15.626Z Compiling writeable v0.6.2
4542026-03-18T00:38:15.883Z Compiling litemap v0.8.1
4552026-03-18T00:38:16.095Z Compiling byteorder v1.5.0
4562026-03-18T00:38:16.135Z Compiling icu_properties_data v2.1.2
4572026-03-18T00:38:16.167Z Compiling icu_normalizer_data v2.1.1
4582026-03-18T00:38:16.201Z Compiling rustix v1.1.3
4592026-03-18T00:38:16.371Z Compiling serde_json v1.0.149
4602026-03-18T00:38:16.444Z Compiling bitflags v2.11.0
4612026-03-18T00:38:16.481Z Compiling pest v2.8.6
4622026-03-18T00:38:16.671Z Compiling typeid v1.0.3
4632026-03-18T00:38:16.766Z Compiling num-traits v0.2.19
4642026-03-18T00:38:16.897Z Compiling smallvec v1.15.1
4652026-03-18T00:38:16.959Z Compiling equivalent v1.0.2
4662026-03-18T00:38:16.962Z Compiling hashbrown v0.16.1
4672026-03-18T00:38:16.989Z Compiling proc-macro-error-attr v1.0.4
4682026-03-18T00:38:17.053Z Compiling errno v0.3.14
4692026-03-18T00:38:17.179Z Compiling thread-id v4.2.2
4702026-03-18T00:38:17.182Z Compiling usdt-impl v0.5.0
4712026-03-18T00:38:17.182Z Compiling erased-serde v0.4.9
4722026-03-18T00:38:17.349Z Compiling winnow v0.7.14
4732026-03-18T00:38:17.353Z Compiling toml_write v0.1.2
4742026-03-18T00:38:17.414Z Compiling syn v1.0.109
4752026-03-18T00:38:17.595Z Compiling proc-macro-error v1.0.4
4762026-03-18T00:38:17.629Z Compiling thiserror v2.0.18
4772026-03-18T00:38:17.740Z Compiling camino v1.2.2
4782026-03-18T00:38:17.769Z Compiling utf8parse v0.2.2
4792026-03-18T00:38:17.772Z Compiling plain v0.2.3
4802026-03-18T00:38:17.861Z Compiling indexmap v2.13.0
4812026-03-18T00:38:17.918Z Compiling getrandom v0.4.1
4822026-03-18T00:38:17.950Z Compiling percent-encoding v2.3.2
4832026-03-18T00:38:18.009Z Compiling log v0.4.29
4842026-03-18T00:38:18.009Z Compiling utf8_iter v1.0.4
4852026-03-18T00:38:18.066Z Compiling anstyle-parse v0.2.7
4862026-03-18T00:38:18.181Z Compiling syn v2.0.117
4872026-03-18T00:38:18.235Z Compiling pest_meta v2.8.6
4882026-03-18T00:38:18.289Z Compiling form_urlencoded v1.2.2
4892026-03-18T00:38:18.450Z Compiling ordered-float v2.10.1
4902026-03-18T00:38:18.511Z Compiling colorchoice v1.0.4
4912026-03-18T00:38:18.542Z Compiling anstyle v1.0.13
4922026-03-18T00:38:18.545Z Compiling pretty-hex v0.4.1
4932026-03-18T00:38:18.599Z Compiling cfg-if v1.0.4
4942026-03-18T00:38:18.629Z Compiling is_terminal_polyfill v1.70.2
4952026-03-18T00:38:18.688Z Compiling anstyle-query v1.1.5
4962026-03-18T00:38:18.826Z Compiling terminal_size v0.4.3
4972026-03-18T00:38:18.830Z Compiling fs-err v3.3.0
4982026-03-18T00:38:18.893Z Compiling anstream v0.6.21
4992026-03-18T00:38:18.896Z Compiling strsim v0.11.1
5002026-03-18T00:38:18.896Z Compiling heck v0.4.1
5012026-03-18T00:38:18.896Z Compiling heck v0.5.0
5022026-03-18T00:38:18.896Z Compiling fnv v1.0.7
5032026-03-18T00:38:19.041Z Compiling fastrand v2.3.0
5042026-03-18T00:38:19.071Z Compiling anyhow v1.0.102
5052026-03-18T00:38:19.133Z Compiling once_cell v1.21.3
5062026-03-18T00:38:19.163Z Compiling clap_lex v1.0.0
5072026-03-18T00:38:19.265Z Compiling bytecount v0.6.9
5082026-03-18T00:38:19.327Z Compiling unicode-xid v0.2.6
5092026-03-18T00:38:19.373Z Compiling unicode-width v0.1.14
5102026-03-18T00:38:19.407Z Compiling clap_builder v4.5.60
5112026-03-18T00:38:19.410Z Compiling tempfile v3.25.0
5122026-03-18T00:38:19.464Z Compiling memmap v0.7.0
5132026-03-18T00:38:19.524Z Compiling unicode-width v0.2.0
5142026-03-18T00:38:19.528Z Compiling smawk v0.3.2
5152026-03-18T00:38:19.528Z Compiling unicode-linebreak v0.1.5
5162026-03-18T00:38:19.768Z Compiling semver v1.0.27
5172026-03-18T00:38:19.826Z Compiling papergrid v0.11.0
5182026-03-18T00:38:19.982Z Compiling textwrap v0.16.2
5192026-03-18T00:38:20.035Z Compiling swrite v0.1.0
5202026-03-18T00:38:20.179Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-18T00:38:20.254Z Compiling camino-tempfile v1.4.1
5222026-03-18T00:38:20.287Z Compiling serde-untagged v0.1.9
5232026-03-18T00:38:20.775Z Compiling tabled_derive v0.7.0
5242026-03-18T00:38:21.697Z Compiling tabled v0.15.0
5252026-03-18T00:38:21.940Z Compiling synstructure v0.13.2
5262026-03-18T00:38:21.940Z Compiling pest_generator v2.8.6
5272026-03-18T00:38:22.766Z Compiling serde_derive v1.0.228
5282026-03-18T00:38:22.766Z Compiling zerofrom-derive v0.1.6
5292026-03-18T00:38:22.769Z Compiling yoke-derive v0.8.1
5302026-03-18T00:38:22.769Z Compiling zerovec-derive v0.11.2
5312026-03-18T00:38:22.769Z Compiling displaydoc v0.2.5
5322026-03-18T00:38:22.769Z Compiling thiserror-impl v1.0.69
5332026-03-18T00:38:22.769Z Compiling zerocopy-derive v0.7.35
5342026-03-18T00:38:22.769Z Compiling scroll_derive v0.12.1
5352026-03-18T00:38:22.769Z Compiling thiserror-impl v2.0.18
5362026-03-18T00:38:22.769Z Compiling clap_derive v4.5.55
5372026-03-18T00:38:22.880Z Compiling pest_derive v2.8.6
5382026-03-18T00:38:23.741Z Compiling zerocopy v0.7.35
5392026-03-18T00:38:23.805Z Compiling scroll v0.12.0
5402026-03-18T00:38:24.176Z Compiling goblin v0.8.2
5412026-03-18T00:38:24.482Z Compiling zerofrom v0.1.6
5422026-03-18T00:38:24.508Z Compiling dtrace-parser v0.2.0
5432026-03-18T00:38:24.630Z Compiling yoke v0.8.1
5442026-03-18T00:38:24.858Z Compiling zerovec v0.11.5
5452026-03-18T00:38:24.858Z Compiling zerotrie v0.2.3
5462026-03-18T00:38:24.917Z Compiling clap v4.5.60
5472026-03-18T00:38:25.486Z Compiling tinystr v0.8.2
5482026-03-18T00:38:25.486Z Compiling potential_utf v0.1.4
5492026-03-18T00:38:25.682Z Compiling icu_collections v2.1.1
5502026-03-18T00:38:25.713Z Compiling icu_locale_core v2.1.1
5512026-03-18T00:38:26.327Z Compiling dof v0.3.0
5522026-03-18T00:38:26.327Z Compiling serde_tokenstream v0.2.3
5532026-03-18T00:38:26.377Z Compiling toml_datetime v0.6.11
5542026-03-18T00:38:26.380Z Compiling serde_spanned v0.6.9
5552026-03-18T00:38:26.380Z Compiling serde-value v0.7.0
5562026-03-18T00:38:26.380Z Compiling cargo-platform v0.2.0
5572026-03-18T00:38:26.380Z Compiling macaddr v1.0.1
5582026-03-18T00:38:26.532Z Compiling icu_provider v2.1.1
5592026-03-18T00:38:26.730Z Compiling toml_edit v0.22.27
5602026-03-18T00:38:26.870Z Compiling icu_properties v2.1.2
5612026-03-18T00:38:26.870Z Compiling icu_normalizer v2.1.1
5622026-03-18T00:38:27.319Z Compiling usdt-macro v0.5.0
5632026-03-18T00:38:27.323Z Compiling usdt-attr-macro v0.5.0
5642026-03-18T00:38:28.070Z Compiling idna_adapter v1.2.1
5652026-03-18T00:38:28.111Z Compiling usdt v0.5.0
5662026-03-18T00:38:28.214Z Compiling idna v1.1.0
5672026-03-18T00:38:28.569Z Compiling url v2.5.8
5682026-03-18T00:38:28.595Z Compiling toml v0.8.23
5692026-03-18T00:38:29.087Z Compiling cargo_toml v0.21.0
5702026-03-18T00:38:29.131Z Compiling cargo-util-schemas v0.8.2
5712026-03-18T00:38:30.304Z Compiling cargo_metadata v0.21.0
5722026-03-18T00:38:31.661Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-03-18T00:38:34.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.67s
5742026-03-18T00:38:34.978Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-03-18T00:38:35.728Z Downloading crates ...
5762026-03-18T00:38:35.851Z Downloaded base16ct v1.0.0
5772026-03-18T00:38:35.854Z Downloaded async-stream-impl v0.3.6
5782026-03-18T00:38:35.854Z Downloaded arc-swap v1.8.2
5792026-03-18T00:38:35.858Z Downloaded allocator-api2 v0.2.21
5802026-03-18T00:38:35.861Z Downloaded aead v0.5.2
5812026-03-18T00:38:35.861Z Downloaded adler2 v2.0.1
5822026-03-18T00:38:35.866Z Downloaded critical-section v1.2.0
5832026-03-18T00:38:35.872Z Downloaded dirs-next v2.0.0
5842026-03-18T00:38:35.872Z Downloaded aes-gcm v0.10.3
5852026-03-18T00:38:35.876Z Downloaded darling_macro v0.20.11
5862026-03-18T00:38:35.876Z Downloaded ahash v0.8.12
5872026-03-18T00:38:35.881Z Downloaded cstr-argument v0.1.2
5882026-03-18T00:38:35.884Z Downloaded bitflags v1.3.2
5892026-03-18T00:38:35.892Z Downloaded darling_macro v0.23.0
5902026-03-18T00:38:35.895Z Downloaded crc-any v2.5.0
5912026-03-18T00:38:35.898Z Downloaded debug-ignore v1.0.5
5922026-03-18T00:38:35.901Z Downloaded defmt v0.3.100
5932026-03-18T00:38:35.901Z Downloaded endian-type v0.1.2
5942026-03-18T00:38:35.901Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-03-18T00:38:35.904Z Downloaded der_derive v0.7.3
5962026-03-18T00:38:35.904Z Downloaded darling_macro v0.21.3
5972026-03-18T00:38:35.907Z Downloaded defmt-macros v1.0.1
5982026-03-18T00:38:35.911Z Downloaded crunchy v0.2.4
5992026-03-18T00:38:35.911Z Downloaded async-recursion v1.1.1
6002026-03-18T00:38:35.914Z Downloaded dsl_auto_type v0.2.0
6012026-03-18T00:38:35.914Z Downloaded defmt v1.0.1
6022026-03-18T00:38:35.918Z Downloaded ciborium-ll v0.2.2
6032026-03-18T00:38:35.921Z Downloaded dyn-clone v1.0.20
6042026-03-18T00:38:35.921Z Downloaded assert_matches v1.5.0
6052026-03-18T00:38:35.921Z Downloaded atomic-waker v1.1.2
6062026-03-18T00:38:35.924Z Downloaded daft v0.1.5
6072026-03-18T00:38:35.924Z Downloaded data-encoding v2.10.0
6082026-03-18T00:38:35.928Z Downloaded curve25519-dalek-derive v0.1.1
6092026-03-18T00:38:35.928Z Downloaded crossbeam-deque v0.8.6
6102026-03-18T00:38:35.931Z Downloaded crossbeam-utils v0.8.21
6112026-03-18T00:38:35.931Z Downloaded foreign-types-macros v0.2.3
6122026-03-18T00:38:35.936Z Downloaded defmt-parser v1.0.0
6132026-03-18T00:38:35.936Z Downloaded ciborium-io v0.2.2
6142026-03-18T00:38:35.936Z Downloaded float-ord v0.3.2
6152026-03-18T00:38:35.939Z Downloaded env_filter v1.0.0
6162026-03-18T00:38:35.939Z Downloaded cargo-platform v0.1.9
6172026-03-18T00:38:35.939Z Downloaded difflib v0.4.0
6182026-03-18T00:38:35.939Z Downloaded fixedbitset v0.4.2
6192026-03-18T00:38:35.943Z Downloaded dunce v1.0.5
6202026-03-18T00:38:35.943Z Downloaded fd-lock v4.0.4
6212026-03-18T00:38:35.946Z Downloaded atty v0.2.14
6222026-03-18T00:38:35.946Z Downloaded crucible-workspace-hack v0.1.0
6232026-03-18T00:38:35.949Z Downloaded bitfield-struct v0.6.2
6242026-03-18T00:38:35.949Z Downloaded bit-set v0.5.3
6252026-03-18T00:38:35.949Z Downloaded bb8 v0.8.6
6262026-03-18T00:38:35.952Z Downloaded arrayref v0.3.9
6272026-03-18T00:38:35.952Z Downloaded castaway v0.2.4
6282026-03-18T00:38:35.955Z Downloaded embedded-io v0.6.1
6292026-03-18T00:38:35.955Z Downloaded atomicwrites v0.4.4
6302026-03-18T00:38:35.955Z Downloaded enum-as-inner v0.6.1
6312026-03-18T00:38:35.959Z Downloaded cobs v0.3.0
6322026-03-18T00:38:35.959Z Downloaded dtrace-parser v0.3.0
6332026-03-18T00:38:35.962Z Downloaded base16ct v0.2.0
6342026-03-18T00:38:35.962Z Downloaded cfg_aliases v0.2.1
6352026-03-18T00:38:35.962Z Downloaded darling_core v0.20.11
6362026-03-18T00:38:35.965Z Downloaded derive-ex v0.1.8
6372026-03-18T00:38:35.968Z Downloaded crc8 v0.1.1
6382026-03-18T00:38:35.968Z Downloaded ascii-canvas v3.0.0
6392026-03-18T00:38:35.971Z Downloaded darling v0.21.3
6402026-03-18T00:38:35.975Z Downloaded foreign-types v0.3.2
6412026-03-18T00:38:35.978Z Downloaded darling v0.20.11
6422026-03-18T00:38:35.981Z Downloaded convert_case v0.4.0
6432026-03-18T00:38:35.984Z Downloaded float-cmp v0.10.0
6442026-03-18T00:38:35.984Z Downloaded downcast-rs v2.0.2
6452026-03-18T00:38:35.984Z Downloaded flagset v0.4.7
6462026-03-18T00:38:35.987Z Downloaded foreign-types-shared v0.3.1
6472026-03-18T00:38:35.987Z Downloaded crc v3.4.0
6482026-03-18T00:38:35.991Z Downloaded cpufeatures v0.3.0
6492026-03-18T00:38:35.991Z Downloaded bcrypt-pbkdf v0.10.0
6502026-03-18T00:38:35.991Z Downloaded derive_builder_macro v0.20.2
6512026-03-18T00:38:35.994Z Downloaded bit-set v0.8.0
6522026-03-18T00:38:35.994Z Downloaded futures-core v0.3.32
6532026-03-18T00:38:35.994Z Downloaded dirs-sys-next v0.1.2
6542026-03-18T00:38:35.997Z Downloaded cfg_aliases v0.1.1
6552026-03-18T00:38:36.002Z Downloaded bitfield-macros v0.19.4
6562026-03-18T00:38:36.005Z Downloaded funty v2.0.0
6572026-03-18T00:38:36.005Z Downloaded dof v0.4.0
6582026-03-18T00:38:36.005Z Downloaded foreign-types v0.5.0
6592026-03-18T00:38:36.005Z Downloaded display-error-chain v0.2.2
6602026-03-18T00:38:36.008Z Downloaded document-features v0.2.12
6612026-03-18T00:38:36.008Z Downloaded futures-sink v0.3.32
6622026-03-18T00:38:36.008Z Downloaded block-padding v0.3.3
6632026-03-18T00:38:36.011Z Downloaded globwalk v0.9.1
6642026-03-18T00:38:36.011Z Downloaded fxhash v0.2.1
6652026-03-18T00:38:36.011Z Downloaded futures-task v0.3.32
6662026-03-18T00:38:36.014Z Downloaded dropshot-api-manager-types v0.6.0
6672026-03-18T00:38:36.014Z Downloaded futures-io v0.3.32
6682026-03-18T00:38:36.018Z Downloaded convert_case v0.10.0
6692026-03-18T00:38:36.018Z Downloaded ena v0.14.4
6702026-03-18T00:38:36.018Z Downloaded arrayvec v0.7.6
6712026-03-18T00:38:36.021Z Downloaded deranged v0.5.8
6722026-03-18T00:38:36.024Z Downloaded cbc v0.1.2
6732026-03-18T00:38:36.024Z Downloaded constant_time_eq v0.4.2
6742026-03-18T00:38:36.027Z Downloaded foldhash v0.1.5
6752026-03-18T00:38:36.027Z Downloaded camino-tempfile-ext v0.3.3
6762026-03-18T00:38:36.030Z Downloaded ghash v0.5.1
6772026-03-18T00:38:36.030Z Downloaded corncobs v0.1.4
6782026-03-18T00:38:36.033Z Downloaded git-stub v1.0.0
6792026-03-18T00:38:36.033Z Downloaded ctr v0.9.2
6802026-03-18T00:38:36.036Z Downloaded async-trait v0.1.89
6812026-03-18T00:38:36.039Z Downloaded derive_builder v0.20.2
6822026-03-18T00:38:36.042Z Downloaded clang-sys v1.8.1
6832026-03-18T00:38:36.045Z Downloaded hash32 v0.2.1
6842026-03-18T00:38:36.045Z Downloaded darling v0.23.0
6852026-03-18T00:38:36.049Z Downloaded hostname v0.4.2
6862026-03-18T00:38:36.052Z Downloaded hostname v0.3.1
6872026-03-18T00:38:36.052Z Downloaded home v0.5.12
6882026-03-18T00:38:36.055Z Downloaded hex v0.4.3
6892026-03-18T00:38:36.055Z Downloaded headers-core v0.3.0
6902026-03-18T00:38:36.058Z Downloaded hubpack v0.1.2
6912026-03-18T00:38:36.058Z Downloaded httpdate v1.0.3
6922026-03-18T00:38:36.058Z Downloaded hex-literal v0.4.1
6932026-03-18T00:38:36.061Z Downloaded hash32 v0.3.1
6942026-03-18T00:38:36.061Z Downloaded crc-catalog v2.4.0
6952026-03-18T00:38:36.061Z Downloaded cexpr v0.6.0
6962026-03-18T00:38:36.064Z Downloaded hubpack_derive v0.1.1
6972026-03-18T00:38:36.064Z Downloaded http-body v1.0.1
6982026-03-18T00:38:36.067Z Downloaded backoff v0.4.0
6992026-03-18T00:38:36.067Z Downloaded const_format_proc_macros v0.2.34
7002026-03-18T00:38:36.071Z Downloaded fallible-iterator v0.2.0
7012026-03-18T00:38:36.071Z Downloaded ed25519 v2.2.3
7022026-03-18T00:38:36.088Z Downloaded ident_case v1.0.1
7032026-03-18T00:38:36.093Z Downloaded csv-core v0.1.13
7042026-03-18T00:38:36.093Z Downloaded crossbeam-epoch v0.9.18
7052026-03-18T00:38:36.096Z Downloaded console v0.15.11
7062026-03-18T00:38:36.096Z Downloaded ciborium v0.2.2
7072026-03-18T00:38:36.100Z Downloaded hyper-tls v0.6.0
7082026-03-18T00:38:36.100Z Downloaded daft-derive v0.1.5
7092026-03-18T00:38:36.104Z Downloaded cassowary v0.3.0
7102026-03-18T00:38:36.107Z Downloaded indoc v1.0.9
7112026-03-18T00:38:36.107Z Downloaded env_logger v0.11.9
7122026-03-18T00:38:36.110Z Downloaded cancel-safe-futures v0.1.5
7132026-03-18T00:38:36.113Z Downloaded crc32fast v1.5.0
7142026-03-18T00:38:36.114Z Downloaded compact_str v0.8.1
7152026-03-18T00:38:36.117Z Downloaded git-stub-vcs v0.1.0
7162026-03-18T00:38:36.120Z Downloaded inout v0.1.4
7172026-03-18T00:38:36.120Z Downloaded is_ci v1.2.0
7182026-03-18T00:38:36.120Z Downloaded instant v0.1.13
7192026-03-18T00:38:36.123Z Downloaded des v0.8.1
7202026-03-18T00:38:36.123Z Downloaded internet-checksum v0.2.1
7212026-03-18T00:38:36.126Z Downloaded kstat-rs v0.2.4
7222026-03-18T00:38:36.126Z Downloaded keccak v0.1.6
7232026-03-18T00:38:36.129Z Downloaded cipher v0.4.4
7242026-03-18T00:38:36.129Z Downloaded cargo_toml v0.22.3
7252026-03-18T00:38:36.129Z Downloaded instability v0.3.11
7262026-03-18T00:38:36.132Z Downloaded group v0.13.0
7272026-03-18T00:38:36.135Z Downloaded colored v2.2.0
7282026-03-18T00:38:36.135Z Downloaded futures-channel v0.3.32
7292026-03-18T00:38:36.138Z Downloaded cookie v0.18.1
7302026-03-18T00:38:36.141Z Downloaded highway v1.3.0
7312026-03-18T00:38:36.141Z Downloaded libscf-sys v1.1.0
7322026-03-18T00:38:36.145Z Downloaded lalrpop-util v0.19.12
7332026-03-18T00:38:36.145Z Downloaded is-terminal v0.4.17
7342026-03-18T00:38:36.145Z Downloaded humantime v2.3.0
7352026-03-18T00:38:36.148Z Downloaded async-bb8-diesel v0.2.1
7362026-03-18T00:38:36.151Z Downloaded chacha20 v0.10.0
7372026-03-18T00:38:36.151Z Downloaded find-msvc-tools v0.1.9
7382026-03-18T00:38:36.154Z Downloaded bzip2 v0.4.4
7392026-03-18T00:38:36.154Z Downloaded globset v0.4.18
7402026-03-18T00:38:36.161Z Downloaded glob v0.3.3
7412026-03-18T00:38:36.161Z Downloaded half v1.8.3
7422026-03-18T00:38:36.165Z Downloaded http-body-util v0.1.3
7432026-03-18T00:38:36.165Z Downloaded memoffset v0.9.1
7442026-03-18T00:38:36.165Z Downloaded const-oid v0.9.6
7452026-03-18T00:38:36.165Z Downloaded md-5 v0.10.6
7462026-03-18T00:38:36.168Z Downloaded match_cfg v0.1.0
7472026-03-18T00:38:36.168Z Downloaded maplit v1.0.2
7482026-03-18T00:38:36.168Z Downloaded md5 v0.7.0
7492026-03-18T00:38:36.171Z Downloaded managed v0.8.0
7502026-03-18T00:38:36.171Z Downloaded lzss v0.8.2
7512026-03-18T00:38:36.171Z Downloaded hmac v0.12.1
7522026-03-18T00:38:36.174Z Downloaded ingot v0.1.1
7532026-03-18T00:38:36.174Z Downloaded lru-slab v0.1.2
7542026-03-18T00:38:36.178Z Downloaded lru v0.12.5
7552026-03-18T00:38:36.178Z Downloaded linked-hash-map v0.5.6
7562026-03-18T00:38:36.178Z Downloaded new_debug_unreachable v1.0.6
7572026-03-18T00:38:36.181Z Downloaded nibble_vec v0.1.0
7582026-03-18T00:38:36.181Z Downloaded newline-converter v0.3.0
7592026-03-18T00:38:36.184Z Downloaded multimap v0.10.1
7602026-03-18T00:38:36.184Z Downloaded indent_write v2.2.0
7612026-03-18T00:38:36.184Z Downloaded mime v0.3.17
7622026-03-18T00:38:36.187Z Downloaded newtype-uuid-macros v0.1.0
7632026-03-18T00:38:36.187Z Downloaded impl-trait-for-tuples v0.2.3
7642026-03-18T00:38:36.190Z Downloaded getrandom v0.2.17
7652026-03-18T00:38:36.193Z Downloaded httparse v1.10.1
7662026-03-18T00:38:36.196Z Downloaded lock_api v0.4.14
7672026-03-18T00:38:36.196Z Downloaded libsw-core v0.3.2
7682026-03-18T00:38:36.199Z Downloaded ingot-types v0.1.2
7692026-03-18T00:38:36.199Z Downloaded num-iter v0.1.45
7702026-03-18T00:38:36.199Z Downloaded nodrop v0.1.14
7712026-03-18T00:38:36.202Z Downloaded ipnet v2.11.0
7722026-03-18T00:38:36.202Z Downloaded libsw v3.5.0
7732026-03-18T00:38:36.205Z Downloaded dropshot_endpoint v0.16.7
7742026-03-18T00:38:36.208Z Downloaded num-conv v0.2.0
7752026-03-18T00:38:36.208Z Downloaded normalize-line-endings v0.3.0
7762026-03-18T00:38:36.208Z Downloaded num-derive v0.3.3
7772026-03-18T00:38:36.211Z Downloaded chacha20poly1305 v0.10.1
7782026-03-18T00:38:36.211Z Downloaded num v0.4.3
7792026-03-18T00:38:36.214Z Downloaded libloading v0.8.9
7802026-03-18T00:38:36.214Z Downloaded ipnetwork v0.21.1
7812026-03-18T00:38:36.218Z Downloaded iana-time-zone v0.1.65
7822026-03-18T00:38:36.222Z Downloaded openssl-probe v0.2.1
7832026-03-18T00:38:36.222Z Downloaded openssl-probe v0.1.6
7842026-03-18T00:38:36.225Z Downloaded lazy_static v1.5.0
7852026-03-18T00:38:36.225Z Downloaded hickory-client v0.25.2
7862026-03-18T00:38:36.225Z Downloaded newtype_derive v0.1.6
7872026-03-18T00:38:36.228Z Downloaded num_threads v0.1.7
7882026-03-18T00:38:36.228Z Downloaded num_enum_derive v0.5.11
7892026-03-18T00:38:36.231Z Downloaded half v2.7.1
7902026-03-18T00:38:36.231Z Downloaded nonempty v0.12.0
7912026-03-18T00:38:36.234Z Downloaded jobserver v0.1.34
7922026-03-18T00:38:36.234Z Downloaded darling_core v0.23.0
7932026-03-18T00:38:36.238Z Downloaded opaque-debug v0.3.1
7942026-03-18T00:38:36.241Z Downloaded multer v3.1.0
7952026-03-18T00:38:36.241Z Downloaded num-derive v0.4.2
7962026-03-18T00:38:36.244Z Downloaded derive_more v0.99.20
7972026-03-18T00:38:36.247Z Downloaded pbkdf2 v0.11.0
7982026-03-18T00:38:36.250Z Downloaded packed_struct_codegen v0.10.1
7992026-03-18T00:38:36.250Z Downloaded openssl-macros v0.1.1
8002026-03-18T00:38:36.253Z Downloaded elliptic-curve v0.13.8
8012026-03-18T00:38:36.256Z Downloaded parse-size v1.1.0
8022026-03-18T00:38:36.256Z Downloaded parse-display v0.10.0
8032026-03-18T00:38:36.257Z Downloaded oso-derive v0.27.3
8042026-03-18T00:38:36.260Z Downloaded linear-map v1.2.0
8052026-03-18T00:38:36.260Z Downloaded hyper-rustls v0.27.7
8062026-03-18T00:38:36.263Z Downloaded const_format v0.2.35
8072026-03-18T00:38:36.266Z Downloaded maybe-uninit v2.0.0
8082026-03-18T00:38:36.266Z Downloaded mime_guess v2.0.5
8092026-03-18T00:38:36.269Z Downloaded futures v0.3.32
8102026-03-18T00:38:36.272Z Downloaded num-rational v0.4.2
8112026-03-18T00:38:36.277Z Downloaded pbkdf2 v0.12.2
8122026-03-18T00:38:36.277Z Downloaded nanorand v0.7.0
8132026-03-18T00:38:36.280Z Downloaded getrandom v0.3.4
8142026-03-18T00:38:36.280Z Downloaded peg-runtime v0.8.5
8152026-03-18T00:38:36.284Z Downloaded bytes v1.11.1
8162026-03-18T00:38:36.287Z Downloaded phf_shared v0.11.3
8172026-03-18T00:38:36.287Z Downloaded ar_archive_writer v0.5.1
8182026-03-18T00:38:36.290Z Downloaded phf_shared v0.13.1
8192026-03-18T00:38:36.290Z Downloaded base64 v0.21.7
8202026-03-18T00:38:36.293Z Downloaded num-integer v0.1.46
8212026-03-18T00:38:36.297Z Downloaded newtype-uuid v1.3.2
8222026-03-18T00:38:36.297Z Downloaded ingot-macros v0.1.1
8232026-03-18T00:38:36.300Z Downloaded crossbeam-channel v0.5.15
8242026-03-18T00:38:36.303Z Downloaded pin-utils v0.1.0
8252026-03-18T00:38:36.303Z Downloaded olpc-cjson v0.1.4
8262026-03-18T00:38:36.303Z Downloaded num_enum v0.7.5
8272026-03-18T00:38:36.307Z Downloaded phf_shared v0.12.1
8282026-03-18T00:38:36.310Z Downloaded proc-macro-crate v3.4.0
8292026-03-18T00:38:36.310Z Downloaded predicates-tree v1.0.13
8302026-03-18T00:38:36.315Z Downloaded headers v0.4.1
8312026-03-18T00:38:36.318Z Downloaded precomputed-hash v0.1.1
8322026-03-18T00:38:36.318Z Downloaded owo-colors v4.3.0
8332026-03-18T00:38:36.318Z Downloaded nu-ansi-term v0.50.3
8342026-03-18T00:38:36.321Z Downloaded num_enum v0.5.11
8352026-03-18T00:38:36.325Z Downloaded path-slash v0.1.5
8362026-03-18T00:38:36.325Z Downloaded parking_lot_core v0.8.6
8372026-03-18T00:38:36.328Z Downloaded packed_struct v0.10.1
8382026-03-18T00:38:36.328Z Downloaded num-complex v0.4.6
8392026-03-18T00:38:36.331Z Downloaded flume v0.11.1
8402026-03-18T00:38:36.335Z Downloaded progenitor-client v0.10.0
8412026-03-18T00:38:36.335Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-03-18T00:38:36.338Z Downloaded proc-macro-crate v1.3.1
8432026-03-18T00:38:36.338Z Downloaded predicates-core v1.0.10
8442026-03-18T00:38:36.338Z Downloaded litrs v1.0.0
8452026-03-18T00:38:36.341Z Downloaded num_enum_derive v0.7.5
8462026-03-18T00:38:36.341Z Downloaded cc v1.2.56
8472026-03-18T00:38:36.344Z Downloaded memmap2 v0.9.10
8482026-03-18T00:38:36.347Z Downloaded indexmap v1.9.3
8492026-03-18T00:38:36.351Z Downloaded ed25519-dalek v2.2.0
8502026-03-18T00:38:36.354Z Downloaded progenitor-macro v0.13.0
8512026-03-18T00:38:36.354Z Downloaded pem-rfc7468 v0.7.0
8522026-03-18T00:38:36.354Z Downloaded password-hash v0.5.0
8532026-03-18T00:38:36.357Z Downloaded parse-display-derive v0.10.0
8542026-03-18T00:38:36.357Z Downloaded phf v0.12.1
8552026-03-18T00:38:36.360Z Downloaded psl-types v2.0.11
8562026-03-18T00:38:36.360Z Downloaded progenitor-macro v0.10.0
8572026-03-18T00:38:36.360Z Downloaded libbz2-rs-sys v0.2.2
8582026-03-18T00:38:36.363Z Downloaded native-tls v0.2.18
8592026-03-18T00:38:36.366Z Downloaded ignore v0.4.25
8602026-03-18T00:38:36.366Z Downloaded quick-error v1.2.3
8612026-03-18T00:38:36.370Z Downloaded radium v0.7.0
8622026-03-18T00:38:36.370Z Downloaded progenitor-macro v0.11.2
8632026-03-18T00:38:36.370Z Downloaded paste v1.0.15
8642026-03-18T00:38:36.373Z Downloaded password-hash v0.4.2
8652026-03-18T00:38:36.376Z Downloaded bumpalo v3.20.2
8662026-03-18T00:38:36.379Z Downloaded oxnet v0.1.4
8672026-03-18T00:38:36.379Z Downloaded pem v3.0.6
8682026-03-18T00:38:36.382Z Downloaded pkg-config v0.3.32
8692026-03-18T00:38:36.382Z Downloaded poly1305 v0.8.0
8702026-03-18T00:38:36.386Z Downloaded rand_xorshift v0.4.0
8712026-03-18T00:38:36.386Z Downloaded heapless v0.8.0
8722026-03-18T00:38:36.389Z Downloaded hickory-resolver v0.24.4
8732026-03-18T00:38:36.393Z Downloaded heapless v0.7.17
8742026-03-18T00:38:36.396Z Downloaded pkcs8 v0.10.2
8752026-03-18T00:38:36.399Z Downloaded powerfmt v0.2.0
8762026-03-18T00:38:36.399Z Downloaded postgres-protocol v0.6.10
8772026-03-18T00:38:36.402Z Downloaded oxide-tokio-rt v0.1.3
8782026-03-18T00:38:36.405Z Downloaded rand_chacha v0.3.1
8792026-03-18T00:38:36.405Z Downloaded predicates v3.1.4
8802026-03-18T00:38:36.408Z Downloaded ref-cast-impl v1.0.25
8812026-03-18T00:38:36.408Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-03-18T00:38:36.408Z Downloaded ref-cast v1.0.25
8832026-03-18T00:38:36.411Z Downloaded derive_more v2.1.1
8842026-03-18T00:38:36.420Z Downloaded progenitor-extras v0.1.1
8852026-03-18T00:38:36.423Z Downloaded progenitor-client v0.13.0
8862026-03-18T00:38:36.423Z Downloaded progenitor v0.11.2
8872026-03-18T00:38:36.426Z Downloaded russh-cryptovec v0.7.3
8882026-03-18T00:38:36.426Z Downloaded indicatif v0.18.4
8892026-03-18T00:38:36.429Z Downloaded psm v0.1.30
8902026-03-18T00:38:36.432Z Downloaded progenitor v0.10.0
8912026-03-18T00:38:36.435Z Downloaded expectorate v1.2.0
8922026-03-18T00:38:36.435Z Downloaded rfc6979 v0.4.0
8932026-03-18T00:38:36.438Z Downloaded rustc_version v0.1.7
8942026-03-18T00:38:36.438Z Downloaded rustc-hash v2.1.1
8952026-03-18T00:38:36.441Z Downloaded r2d2 v0.8.10
8962026-03-18T00:38:36.441Z Downloaded peg-macros v0.8.5
8972026-03-18T00:38:36.441Z Downloaded parking_lot v0.12.5
8982026-03-18T00:38:36.444Z Downloaded peg v0.8.5
8992026-03-18T00:38:36.447Z Downloaded parking_lot v0.11.2
9002026-03-18T00:38:36.450Z Downloaded rustc_version v0.4.1
9012026-03-18T00:38:36.451Z Downloaded derive_more-impl v2.1.1
9022026-03-18T00:38:36.455Z Downloaded rand_core v0.6.4
9032026-03-18T00:38:36.458Z Downloaded rand_chacha v0.9.0
9042026-03-18T00:38:36.458Z Downloaded proc-macro-error2 v2.0.1
9052026-03-18T00:38:36.461Z Downloaded primeorder v0.13.6
9062026-03-18T00:38:36.465Z Downloaded crypto-bigint v0.5.5
9072026-03-18T00:38:36.468Z Downloaded rand_core v0.10.0
9082026-03-18T00:38:36.468Z Downloaded pkcs5 v0.7.1
9092026-03-18T00:38:36.472Z Downloaded pin-project-lite v0.2.17
9102026-03-18T00:38:36.476Z Downloaded salsa20 v0.10.2
9112026-03-18T00:38:36.479Z Downloaded sapling-renderdag v0.1.0
9122026-03-18T00:38:36.479Z Downloaded rand_seeder v0.4.0
9132026-03-18T00:38:36.482Z Downloaded diesel_derives v2.3.7
9142026-03-18T00:38:36.485Z Downloaded rand_core v0.9.5
9152026-03-18T00:38:36.488Z Downloaded progenitor-client v0.11.2
9162026-03-18T00:38:36.488Z Downloaded progenitor v0.13.0
9172026-03-18T00:38:36.492Z Downloaded p256 v0.13.2
9182026-03-18T00:38:36.495Z Downloaded postgres-types v0.2.12
9192026-03-18T00:38:36.495Z Downloaded secrecy v0.8.0
9202026-03-18T00:38:36.498Z Downloaded scroll_derive v0.13.1
9212026-03-18T00:38:36.498Z Downloaded scopeguard v1.2.0
9222026-03-18T00:38:36.501Z Downloaded scheduled-thread-pool v0.2.7
9232026-03-18T00:38:36.501Z Downloaded same-file v1.0.6
9242026-03-18T00:38:36.501Z Downloaded pin-project-internal v1.1.11
9252026-03-18T00:38:36.505Z Downloaded der v0.7.10
9262026-03-18T00:38:36.508Z Downloaded semver v0.1.20
9272026-03-18T00:38:36.511Z Downloaded scrypt v0.11.0
9282026-03-18T00:38:36.511Z Downloaded rtoolbox v0.0.3
9292026-03-18T00:38:36.511Z Downloaded papergrid v0.17.0
9302026-03-18T00:38:36.515Z Downloaded oso v0.27.3
9312026-03-18T00:38:36.518Z Downloaded shell-words v1.1.1
9322026-03-18T00:38:36.521Z Downloaded serde_plain v1.0.2
9332026-03-18T00:38:36.521Z Downloaded serde-big-array v0.5.1
9342026-03-18T00:38:36.525Z Downloaded rustls-native-certs v0.8.3
9352026-03-18T00:38:36.525Z Downloaded resolv-conf v0.7.6
9362026-03-18T00:38:36.528Z Downloaded quinn-udp v0.5.14
9372026-03-18T00:38:36.528Z Downloaded serde_spanned v1.0.4
9382026-03-18T00:38:36.531Z Downloaded serde_repr v0.1.20
9392026-03-18T00:38:36.531Z Downloaded serde_bytes v0.11.19
9402026-03-18T00:38:36.534Z Downloaded pkcs1 v0.7.5
9412026-03-18T00:38:36.537Z Downloaded signal-hook-mio v0.2.5
9422026-03-18T00:38:36.537Z Downloaded sha1 v0.10.6
9432026-03-18T00:38:36.540Z Downloaded pin-project v1.1.11
9442026-03-18T00:38:36.547Z Downloaded rustls-pemfile v2.2.0
9452026-03-18T00:38:36.550Z Downloaded rustls-pemfile v1.0.4
9462026-03-18T00:38:36.553Z Downloaded miniz_oxide v0.8.9
9472026-03-18T00:38:36.557Z Downloaded siphasher v1.0.2
9482026-03-18T00:38:36.557Z Downloaded rusty-fork v0.3.1
9492026-03-18T00:38:36.560Z Downloaded signal-hook-tokio v0.3.1
9502026-03-18T00:38:36.560Z Downloaded minimal-lexical v0.2.1
9512026-03-18T00:38:36.563Z Downloaded dropshot-api-manager v0.6.0
9522026-03-18T00:38:36.567Z Downloaded secrecy v0.10.3
9532026-03-18T00:38:36.572Z Downloaded rustversion v1.0.22
9542026-03-18T00:38:36.591Z Downloaded sigpipe v0.1.3
9552026-03-18T00:38:36.591Z Downloaded sec1 v0.7.3
9562026-03-18T00:38:36.591Z Downloaded slog-bunyan v2.5.0
9572026-03-18T00:38:36.591Z Downloaded serde_urlencoded v0.7.1
9582026-03-18T00:38:36.591Z Downloaded jiff-static v0.2.21
9592026-03-18T00:38:36.591Z Downloaded hickory-resolver v0.25.2
9602026-03-18T00:38:36.591Z Downloaded hashbrown v0.12.3
9612026-03-18T00:38:36.591Z Downloaded slog-envlogger v2.2.0
9622026-03-18T00:38:36.591Z Downloaded recursive v0.1.1
9632026-03-18T00:38:36.594Z Downloaded progenitor-impl v0.11.2
9642026-03-18T00:38:36.594Z Downloaded omicron-zone-package v0.12.2
9652026-03-18T00:38:36.594Z Downloaded russh-keys v0.45.0
9662026-03-18T00:38:36.598Z Downloaded ssh-cipher v0.2.0
9672026-03-18T00:38:36.598Z Downloaded aho-corasick v1.1.4
9682026-03-18T00:38:36.603Z Downloaded sct v0.7.1
9692026-03-18T00:38:36.605Z Downloaded rustls-pki-types v1.14.0
9702026-03-18T00:38:36.609Z Downloaded serde-hex v0.1.0
9712026-03-18T00:38:36.612Z Downloaded serde_derive_internals v0.29.1
9722026-03-18T00:38:36.612Z Downloaded seq-macro v0.3.6
9732026-03-18T00:38:36.615Z Downloaded flate2 v1.1.9
9742026-03-18T00:38:36.618Z Downloaded sqlparser_derive v0.5.0
9752026-03-18T00:38:36.618Z Downloaded ppv-lite86 v0.2.21
9762026-03-18T00:38:36.622Z Downloaded parking_lot_core v0.9.12
9772026-03-18T00:38:36.622Z Downloaded polyval v0.6.2
9782026-03-18T00:38:36.625Z Downloaded postcard v1.1.3
9792026-03-18T00:38:36.625Z Downloaded ssh-encoding v0.2.0
9802026-03-18T00:38:36.628Z Downloaded hickory-server v0.25.2
9812026-03-18T00:38:36.631Z Downloaded phf v0.13.1
9822026-03-18T00:38:36.631Z Downloaded libefi-sys v0.1.0
9832026-03-18T00:38:36.634Z Downloaded slog-term v2.9.2
9842026-03-18T00:38:36.634Z Downloaded pretty_assertions v1.4.1
9852026-03-18T00:38:36.637Z Downloaded http v1.4.0
9862026-03-18T00:38:36.642Z Downloaded base64 v0.22.1
9872026-03-18T00:38:36.645Z Downloaded supports-color v3.0.2
9882026-03-18T00:38:36.645Z Downloaded strum v0.27.2
9892026-03-18T00:38:36.645Z Downloaded strum v0.26.3
9902026-03-18T00:38:36.648Z Downloaded structmeta-derive v0.3.0
9912026-03-18T00:38:36.648Z Downloaded subtle v2.6.1
9922026-03-18T00:38:36.648Z Downloaded snafu-derive v0.8.9
9932026-03-18T00:38:36.651Z Downloaded tabled_derive v0.11.0
9942026-03-18T00:38:36.651Z Downloaded slog-scope v4.4.1
9952026-03-18T00:38:36.654Z Downloaded slog-json v2.6.1
9962026-03-18T00:38:36.654Z Downloaded slog-stdlog v4.1.1
9972026-03-18T00:38:36.657Z Downloaded signal-hook-registry v1.4.8
9982026-03-18T00:38:36.657Z Downloaded schemars_derive v0.8.22
9992026-03-18T00:38:36.661Z Downloaded sync_wrapper v1.0.2
10002026-03-18T00:38:36.661Z Downloaded slog-async v2.8.0
10012026-03-18T00:38:36.661Z Downloaded take_mut v0.2.2
10022026-03-18T00:38:36.664Z Downloaded tagptr v0.2.0
10032026-03-18T00:38:36.664Z Downloaded sync-ptr v0.1.4
10042026-03-18T00:38:36.664Z Downloaded progenitor-impl v0.13.0
10052026-03-18T00:38:36.667Z Downloaded slab v0.4.12
10062026-03-18T00:38:36.667Z Downloaded simd-adler32 v0.3.8
10072026-03-18T00:38:36.670Z Downloaded smallvec v0.6.14
10082026-03-18T00:38:36.670Z Downloaded ron v0.8.1
10092026-03-18T00:38:36.674Z Downloaded termtree v0.5.1
10102026-03-18T00:38:36.677Z Downloaded tap v1.0.1
10112026-03-18T00:38:36.677Z Downloaded testing_table v0.3.0
10122026-03-18T00:38:36.680Z Downloaded thiserror-impl-no-std v2.0.2
10132026-03-18T00:38:36.680Z Downloaded serde_path_to_error v0.1.20
10142026-03-18T00:38:36.680Z Downloaded smf v0.2.3
10152026-03-18T00:38:36.684Z Downloaded time-core v0.1.8
10162026-03-18T00:38:36.684Z Downloaded slog-dtrace v0.3.0
10172026-03-18T00:38:36.689Z Downloaded progenitor-impl v0.10.0
10182026-03-18T00:38:36.689Z Downloaded sqlformat v0.3.5
10192026-03-18T00:38:36.692Z Downloaded crossterm v0.28.1
10202026-03-18T00:38:36.696Z Downloaded thread-id v5.1.0
10212026-03-18T00:38:36.696Z Downloaded serde_with_macros v3.17.0
10222026-03-18T00:38:36.696Z Downloaded shlex v1.3.0
10232026-03-18T00:38:36.699Z Downloaded serde_cbor v0.11.2
10242026-03-18T00:38:36.702Z Downloaded static_assertions v1.1.0
10252026-03-18T00:38:36.702Z Downloaded spki v0.7.3
10262026-03-18T00:38:36.705Z Downloaded rustls-platform-verifier v0.6.2
10272026-03-18T00:38:36.708Z Downloaded hashbrown v0.13.2
10282026-03-18T00:38:36.712Z Downloaded rcgen v0.12.1
10292026-03-18T00:38:36.715Z Downloaded rayon-core v1.13.0
10302026-03-18T00:38:36.718Z Downloaded strum_macros v0.26.4
10312026-03-18T00:38:36.721Z Downloaded stringprep v0.1.5
10322026-03-18T00:38:36.721Z Downloaded string_cache v0.8.9
10332026-03-18T00:38:36.721Z Downloaded tinyvec_macros v0.1.1
10342026-03-18T00:38:36.724Z Downloaded tabwriter v1.4.1
10352026-03-18T00:38:36.724Z Downloaded support-bundle-viewer v0.1.2
10362026-03-18T00:38:36.727Z Downloaded strum_macros v0.27.2
10372026-03-18T00:38:36.727Z Downloaded itertools v0.10.5
10382026-03-18T00:38:36.731Z Downloaded schemars v0.8.22
10392026-03-18T00:38:36.740Z Downloaded stacker v0.1.23
10402026-03-18T00:38:36.743Z Downloaded hyper-util v0.1.20
10412026-03-18T00:38:36.747Z Downloaded spin v0.9.8
10422026-03-18T00:38:36.750Z Downloaded termios v0.3.3
10432026-03-18T00:38:36.753Z Downloaded publicsuffix v2.3.0
10442026-03-18T00:38:36.756Z Downloaded tower-service v0.3.3
10452026-03-18T00:38:36.756Z Downloaded thread_local v1.1.9
10462026-03-18T00:38:36.756Z Downloaded mio v1.1.1
10472026-03-18T00:38:36.761Z Downloaded openssl-sys v0.9.111
10482026-03-18T00:38:36.766Z Downloaded iddqd v0.3.17
10492026-03-18T00:38:36.773Z Downloaded topological-sort v0.2.2
10502026-03-18T00:38:36.776Z Downloaded trait-variant v0.1.2
10512026-03-18T00:38:36.776Z Downloaded try-lock v0.2.5
10522026-03-18T00:38:36.779Z Downloaded nom v7.1.3
10532026-03-18T00:38:36.782Z Downloaded tiny-keccak v2.0.2
10542026-03-18T00:38:36.787Z Downloaded time-macros v0.2.27
10552026-03-18T00:38:36.790Z Downloaded num-bigint v0.4.6
10562026-03-18T00:38:36.790Z Downloaded tls_codec_derive v0.4.2
10572026-03-18T00:38:36.793Z Downloaded tls_codec v0.4.2
10582026-03-18T00:38:36.793Z Downloaded ryu v1.0.23
10592026-03-18T00:38:36.797Z Downloaded typify-macro v0.4.3
10602026-03-18T00:38:36.797Z Downloaded thiserror-no-std v2.0.2
10612026-03-18T00:38:36.800Z Downloaded unarray v0.1.4
10622026-03-18T00:38:36.803Z Downloaded signature v2.2.0
10632026-03-18T00:38:36.803Z Downloaded typify-macro v0.6.1
10642026-03-18T00:38:36.806Z Downloaded tokio-macros v2.6.0
10652026-03-18T00:38:36.806Z Downloaded unicode-truncate v1.1.0
10662026-03-18T00:38:36.806Z Downloaded utf-8 v0.7.6
10672026-03-18T00:38:36.810Z Downloaded usdt v0.6.0
10682026-03-18T00:38:36.810Z Downloaded unit-prefix v0.5.2
10692026-03-18T00:38:36.810Z Downloaded tokio-dtrace v0.1.1
10702026-03-18T00:38:36.813Z Downloaded libxml v0.3.3
10712026-03-18T00:38:36.816Z Downloaded schemars v0.9.0
10722026-03-18T00:38:36.825Z Downloaded untrusted v0.9.0
10732026-03-18T00:38:36.829Z Downloaded usdt-macro v0.6.0
10742026-03-18T00:38:36.829Z Downloaded untrusted v0.7.1
10752026-03-18T00:38:36.832Z Downloaded rsa v0.9.10
10762026-03-18T00:38:36.837Z Downloaded tower-layer v0.3.3
10772026-03-18T00:38:36.837Z Downloaded tokio-tungstenite v0.21.0
10782026-03-18T00:38:36.841Z Downloaded similar v2.7.0
10792026-03-18T00:38:36.841Z Downloaded want v0.3.1
10802026-03-18T00:38:36.845Z Downloaded usdt-attr-macro v0.6.0
10812026-03-18T00:38:36.845Z Downloaded term v1.2.1
10822026-03-18T00:38:36.845Z Downloaded futures-util v0.3.32
10832026-03-18T00:38:36.854Z Downloaded void v1.0.2
10842026-03-18T00:38:36.857Z Downloaded socket2 v0.6.2
10852026-03-18T00:38:36.860Z Downloaded toml_writer v1.0.6+spec-1.1.0
10862026-03-18T00:38:36.860Z Downloaded wait-timeout v0.2.1
10872026-03-18T00:38:36.863Z Downloaded socket2 v0.5.10
10882026-03-18T00:38:36.863Z Downloaded waitgroup v0.1.2
10892026-03-18T00:38:36.863Z Downloaded rand v0.9.2
10902026-03-18T00:38:36.867Z Downloaded slog v2.8.2
10912026-03-18T00:38:36.870Z Downloaded itertools v0.13.0
10922026-03-18T00:38:36.876Z Downloaded samael v0.0.19
10932026-03-18T00:38:36.880Z Downloaded tui-tree-widget v0.23.1
10942026-03-18T00:38:36.883Z Downloaded signal-hook v0.3.18
10952026-03-18T00:38:36.888Z Downloaded hkdf v0.12.4
10962026-03-18T00:38:36.888Z Downloaded unicase v2.9.0
10972026-03-18T00:38:36.891Z Downloaded itertools v0.12.1
10982026-03-18T00:38:36.894Z Downloaded xattr v1.6.1
10992026-03-18T00:38:36.898Z Downloaded tar v0.4.44
11002026-03-18T00:38:36.901Z Downloaded hyper v1.8.1
11012026-03-18T00:38:36.904Z Downloaded xshell-macros v0.2.7
11022026-03-18T00:38:36.904Z Downloaded vergen-gitcl v1.0.8
11032026-03-18T00:38:36.907Z Downloaded tokio-rustls v0.24.1
11042026-03-18T00:38:36.907Z Downloaded libm v0.2.16
11052026-03-18T00:38:36.914Z Downloaded walkdir v2.5.0
11062026-03-18T00:38:36.917Z Downloaded tokio-rustls v0.25.0
11072026-03-18T00:38:36.920Z Downloaded vergen-git2 v1.0.7
11082026-03-18T00:38:36.920Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-03-18T00:38:36.920Z Downloaded tokio-rustls v0.26.4
11102026-03-18T00:38:36.923Z Downloaded tokio-stream v0.1.18
11112026-03-18T00:38:36.926Z Downloaded zone v0.3.1
11122026-03-18T00:38:36.929Z Downloaded zone_cfg_derive v0.3.1
11132026-03-18T00:38:36.929Z Downloaded test-strategy v0.4.5
11142026-03-18T00:38:36.933Z Downloaded uzers v0.12.2
11152026-03-18T00:38:36.933Z Downloaded blake3 v1.8.3
11162026-03-18T00:38:36.939Z Downloaded vsss-rs v3.3.4
11172026-03-18T00:38:36.942Z Downloaded whoami v1.6.1
11182026-03-18T00:38:36.945Z Downloaded p521 v0.13.3
11192026-03-18T00:38:36.948Z Downloaded subprocess v0.2.15
11202026-03-18T00:38:36.948Z Downloaded toml_parser v1.0.9+spec-1.1.0
11212026-03-18T00:38:36.951Z Downloaded tinyvec v1.10.0
11222026-03-18T00:38:36.954Z Downloaded serde_yaml v0.9.34+deprecated
11232026-03-18T00:38:36.957Z Downloaded rustls-webpki v0.103.9
11242026-03-18T00:38:36.960Z Downloaded xshell v0.2.7
11252026-03-18T00:38:36.960Z Downloaded num-bigint-dig v0.8.6
11262026-03-18T00:38:36.963Z Downloaded rand v0.10.0
11272026-03-18T00:38:36.966Z Downloaded twox-hash v2.1.2
11282026-03-18T00:38:36.970Z Downloaded vergen-lib v0.1.6
11292026-03-18T00:38:36.970Z Downloaded wyz v0.5.1
11302026-03-18T00:38:36.973Z Downloaded whoami v2.1.0
11312026-03-18T00:38:36.973Z Downloaded toml v0.9.12+spec-1.1.0
11322026-03-18T00:38:36.976Z Downloaded toml v0.7.8
11332026-03-18T00:38:36.979Z Downloaded hashbrown v0.15.5
11342026-03-18T00:38:36.982Z Downloaded zeroize_derive v1.4.3
11352026-03-18T00:38:36.985Z Downloaded zeroize v1.8.2
11362026-03-18T00:38:36.985Z Downloaded schemars v1.2.1
11372026-03-18T00:38:36.995Z Downloaded usdt-impl v0.6.0
11382026-03-18T00:38:36.998Z Downloaded unicode-properties v0.1.4
11392026-03-18T00:38:36.998Z Downloaded tokio-tungstenite v0.23.1
11402026-03-18T00:38:37.003Z Downloaded rand v0.8.5
11412026-03-18T00:38:37.006Z Downloaded vergen v9.0.6
11422026-03-18T00:38:37.006Z Downloaded zstd-safe v7.2.4
11432026-03-18T00:38:37.009Z Downloaded quinn v0.11.9
11442026-03-18T00:38:37.009Z Downloaded zstd v0.13.3
11452026-03-18T00:38:37.013Z Downloaded russh v0.45.0
11462026-03-18T00:38:37.016Z Downloaded rustyline v14.0.0
11472026-03-18T00:38:37.019Z Downloaded tracing-core v0.1.36
11482026-03-18T00:38:37.022Z Downloaded snafu v0.8.9
11492026-03-18T00:38:37.026Z Downloaded iri-string v0.7.10
11502026-03-18T00:38:37.032Z Downloaded tungstenite v0.23.0
11512026-03-18T00:38:37.035Z Downloaded uuid v1.21.0
11522026-03-18T00:38:37.039Z Downloaded yasna v0.5.2
11532026-03-18T00:38:37.042Z Downloaded typify v0.6.1
11542026-03-18T00:38:37.045Z Downloaded zerocopy v0.6.6
11552026-03-18T00:38:37.045Z Downloaded term v0.7.0
11562026-03-18T00:38:37.048Z Downloaded universal-hash v0.5.1
11572026-03-18T00:38:37.048Z Downloaded tokio-native-tls v0.3.1
11582026-03-18T00:38:37.053Z Downloaded unicode-bidi v0.3.18
11592026-03-18T00:38:37.053Z Downloaded unsafe-libyaml v0.2.11
11602026-03-18T00:38:37.056Z Downloaded strum_macros v0.24.3
11612026-03-18T00:38:37.059Z Downloaded scroll v0.13.0
11622026-03-18T00:38:37.059Z Downloaded structmeta v0.3.0
11632026-03-18T00:38:37.059Z Downloaded strip-ansi-escapes v0.2.1
11642026-03-18T00:38:37.062Z Downloaded prettyplease v0.2.37
11652026-03-18T00:38:37.065Z Downloaded prefix-trie v0.7.0
11662026-03-18T00:38:37.070Z Downloaded steno v0.4.1
11672026-03-18T00:38:37.072Z Downloaded rpassword v7.4.0
11682026-03-18T00:38:37.073Z Downloaded tracing-attributes v0.1.31
11692026-03-18T00:38:37.076Z Downloaded qorb v0.4.1
11702026-03-18T00:38:37.079Z Downloaded toml_edit v0.23.10+spec-1.0.0
11712026-03-18T00:38:37.082Z Downloaded itertools v0.14.0
11722026-03-18T00:38:37.087Z Downloaded typify v0.4.3
11732026-03-18T00:38:37.090Z Downloaded tungstenite v0.21.0
11742026-03-18T00:38:37.094Z Downloaded h2 v0.4.13
11752026-03-18T00:38:37.099Z Downloaded aws-lc-rs v1.16.0
11762026-03-18T00:38:37.108Z Downloaded xz2 v0.1.7
11772026-03-18T00:38:37.111Z Downloaded zopfli v0.8.3
11782026-03-18T00:38:37.114Z Downloaded tokio-postgres v0.7.16
11792026-03-18T00:38:37.118Z Downloaded reqwest v0.12.28
11802026-03-18T00:38:37.121Z Downloaded vte v0.14.1
11812026-03-18T00:38:37.124Z Downloaded unicode_categories v0.1.1
11822026-03-18T00:38:37.127Z Downloaded chrono v0.4.44
11832026-03-18T00:38:37.131Z Downloaded ron v0.12.0
11842026-03-18T00:38:37.140Z Downloaded yansi v1.0.1
11852026-03-18T00:38:37.144Z Downloaded zip v0.6.6
11862026-03-18T00:38:37.144Z Downloaded regex v1.12.3
11872026-03-18T00:38:37.147Z Downloaded toml_edit v0.19.15
11882026-03-18T00:38:37.160Z Downloaded reedline v0.40.0
11892026-03-18T00:38:37.167Z Downloaded portable-atomic v1.13.1
11902026-03-18T00:38:37.175Z Downloaded bindgen v0.71.1
11912026-03-18T00:38:37.179Z Downloaded quick-xml v0.37.5
11922026-03-18T00:38:37.183Z Downloaded unicode-segmentation v1.12.0
11932026-03-18T00:38:37.186Z Downloaded reqwest v0.13.2
11942026-03-18T00:38:37.191Z Downloaded p384 v0.13.1
11952026-03-18T00:38:37.196Z Downloaded rayon v1.11.0
11962026-03-18T00:38:37.202Z Downloaded x509-cert v0.2.5
11972026-03-18T00:38:37.206Z Downloaded salty v0.3.0
11982026-03-18T00:38:37.211Z Downloaded git2 v0.20.4
11992026-03-18T00:38:37.219Z Downloaded typed-path v0.9.3
12002026-03-18T00:38:37.223Z Downloaded zerocopy-derive v0.8.40
12012026-03-18T00:38:37.230Z Downloaded tower v0.5.3
12022026-03-18T00:38:37.237Z Downloaded moka v0.12.13
12032026-03-18T00:38:37.244Z Downloaded proptest v1.10.0
12042026-03-18T00:38:37.253Z Downloaded tokio-util v0.7.18
12052026-03-18T00:38:37.258Z Downloaded unicode-normalization v0.1.25
12062026-03-18T00:38:37.261Z Downloaded tower-http v0.6.8
12072026-03-18T00:38:37.266Z Downloaded zip v4.6.1
12082026-03-18T00:38:37.270Z Downloaded goblin v0.10.5
12092026-03-18T00:38:37.276Z Downloaded curve25519-dalek v4.1.3
12102026-03-18T00:38:37.284Z Downloaded petname v2.0.2
12112026-03-18T00:38:37.287Z Downloaded rustls-webpki v0.102.8
12122026-03-18T00:38:37.302Z Downloaded serde_with v3.17.0
12132026-03-18T00:38:37.312Z Downloaded tough v0.20.0
12142026-03-18T00:38:37.319Z Downloaded quinn-proto v0.11.13
12152026-03-18T00:38:37.325Z Downloaded object v0.30.4
12162026-03-18T00:38:37.332Z Downloaded nix v0.27.1
12172026-03-18T00:38:37.340Z Downloaded winnow v0.5.40
12182026-03-18T00:38:37.347Z Downloaded radix_trie v0.2.1
12192026-03-18T00:38:37.351Z Downloaded polar-core v0.27.3
12202026-03-18T00:38:37.357Z Downloaded openssl v0.10.75
12212026-03-18T00:38:37.365Z Downloaded lalrpop v0.19.12
12222026-03-18T00:38:37.373Z Downloaded winnow v0.6.26
12232026-03-18T00:38:37.379Z Downloaded chrono-tz v0.10.4
12242026-03-18T00:38:37.394Z Downloaded rustls-webpki v0.101.7
12252026-03-18T00:38:37.405Z Downloaded zlib-rs v0.6.2
12262026-03-18T00:38:37.410Z Downloaded tabled v0.20.0
12272026-03-18T00:38:37.426Z Downloaded vcpkg v0.2.15
12282026-03-18T00:38:37.455Z Downloaded time v0.3.47
12292026-03-18T00:38:37.463Z Downloaded nix v0.28.0
12302026-03-18T00:38:37.472Z Downloaded smoltcp v0.9.1
12312026-03-18T00:38:37.480Z Downloaded webpki-roots v1.0.6
12322026-03-18T00:38:37.483Z Downloaded nix v0.31.1
12332026-03-18T00:38:37.492Z Downloaded object v0.37.3
12342026-03-18T00:38:37.500Z Downloaded regex-syntax v0.8.10
12352026-03-18T00:38:37.507Z Downloaded rustls v0.21.12
12362026-03-18T00:38:37.515Z Downloaded zerocopy v0.8.40
12372026-03-18T00:38:37.522Z Downloaded smoltcp v0.11.0
12382026-03-18T00:38:37.532Z Downloaded rustls v0.22.4
12392026-03-18T00:38:37.541Z Downloaded rustls v0.23.37
12402026-03-18T00:38:37.552Z Downloaded diesel v2.3.7
12412026-03-18T00:38:37.570Z Downloaded hickory-proto v0.25.2
12422026-03-18T00:38:37.582Z Downloaded rustix v0.38.44
12432026-03-18T00:38:37.601Z Downloaded hickory-proto v0.24.4
12442026-03-18T00:38:37.613Z Downloaded regress v0.10.5
12452026-03-18T00:38:37.620Z Downloaded sqlparser v0.61.0
12462026-03-18T00:38:37.630Z Downloaded sled v0.34.7
12472026-03-18T00:38:37.639Z Downloaded typify-impl v0.6.1
12482026-03-18T00:38:37.652Z Downloaded openapiv3 v2.2.0
12492026-03-18T00:38:37.662Z Downloaded typify-impl v0.4.3
12502026-03-18T00:38:37.675Z Downloaded ratatui v0.29.0
12512026-03-18T00:38:37.695Z Downloaded regex-syntax v0.6.29
12522026-03-18T00:38:37.698Z Downloaded tracing v0.1.44
12532026-03-18T00:38:37.715Z Downloaded nix v0.29.0
12542026-03-18T00:38:37.725Z Downloaded dropshot v0.16.7
12552026-03-18T00:38:37.741Z Downloaded bstr v1.12.1
12562026-03-18T00:38:37.747Z Downloaded bzip2-sys v0.1.13+1.0.8
12572026-03-18T00:38:37.757Z Downloaded zerocopy-derive v0.6.6
12582026-03-18T00:38:37.764Z Downloaded ssh-key v0.6.7
12592026-03-18T00:38:37.771Z Downloaded bitvec v1.0.1
12602026-03-18T00:38:37.781Z Downloaded fatfs v0.3.6
12612026-03-18T00:38:37.784Z Downloaded jiff v0.2.21
12622026-03-18T00:38:37.798Z Downloaded regex-automata v0.4.14
12632026-03-18T00:38:37.810Z Downloaded derive-where v1.6.0
12642026-03-18T00:38:37.814Z Downloaded csv v1.4.0
12652026-03-18T00:38:37.829Z Downloaded petgraph v0.6.5
12662026-03-18T00:38:37.842Z Downloaded darling_core v0.21.3
12672026-03-18T00:38:37.846Z Downloaded crossterm v0.29.0
12682026-03-18T00:38:37.853Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12692026-03-18T00:38:37.871Z Downloaded hyper-staticfile v0.10.1
12702026-03-18T00:38:37.871Z Downloaded petgraph v0.8.3
12712026-03-18T00:38:37.884Z Downloaded sha3 v0.10.8
12722026-03-18T00:38:37.887Z Downloaded libz-sys v1.1.24
12732026-03-18T00:38:37.904Z Downloaded lzma-sys v0.1.20
12742026-03-18T00:38:37.925Z Downloaded aes v0.8.4
12752026-03-18T00:38:37.929Z Downloaded lru-cache v0.1.2
12762026-03-18T00:38:37.929Z Downloaded indoc v2.0.7
12772026-03-18T00:38:37.933Z Downloaded bzip2 v0.6.1
12782026-03-18T00:38:37.933Z Downloaded buf-list v1.1.2
12792026-03-18T00:38:37.937Z Downloaded blake2 v0.10.6
12802026-03-18T00:38:37.937Z Downloaded base64ct v1.8.3
12812026-03-18T00:38:37.940Z Downloaded backon v1.6.0
12822026-03-18T00:38:37.940Z Downloaded http-range v0.1.5
12832026-03-18T00:38:37.941Z Downloaded futures-macro v0.3.32
12842026-03-18T00:38:37.941Z Downloaded futures-executor v0.3.32
12852026-03-18T00:38:37.944Z Downloaded fs_extra v1.3.0
12862026-03-18T00:38:37.944Z Downloaded fs-err v2.11.0
12872026-03-18T00:38:37.947Z Downloaded foreign-types-shared v0.1.1
12882026-03-18T00:38:37.947Z Downloaded foldhash v0.2.0
12892026-03-18T00:38:37.947Z Downloaded fixedbitset v0.5.7
12902026-03-18T00:38:37.947Z Downloaded filetime v0.2.27
12912026-03-18T00:38:37.950Z Downloaded tokio v1.49.0
12922026-03-18T00:38:37.977Z Downloaded ff v0.13.1
12932026-03-18T00:38:37.980Z Downloaded erased-serde v0.3.31
12942026-03-18T00:38:37.980Z Downloaded either v1.15.0
12952026-03-18T00:38:37.983Z Downloaded drift v0.1.3
12962026-03-18T00:38:37.987Z Downloaded diesel-dtrace v0.5.0
12972026-03-18T00:38:37.987Z Downloaded cookie_store v0.22.1
12982026-03-18T00:38:37.990Z Downloaded console v0.16.2
12992026-03-18T00:38:37.990Z Downloaded colored v3.1.1
13002026-03-18T00:38:37.993Z Downloaded derive_builder_core v0.20.2
13012026-03-18T00:38:37.993Z Downloaded encoding_rs v0.8.35
13022026-03-18T00:38:38.008Z Downloaded bit-vec v0.6.3
13032026-03-18T00:38:38.012Z Downloaded gethostname v0.5.0
13042026-03-18T00:38:38.012Z Downloaded ecdsa v0.16.9
13052026-03-18T00:38:38.012Z Downloaded diff v0.1.13
13062026-03-18T00:38:38.016Z Downloaded bit-vec v0.8.0
13072026-03-18T00:38:38.016Z Downloaded bcs v0.1.6
13082026-03-18T00:38:38.021Z Downloaded blowfish v0.9.1
13092026-03-18T00:38:38.021Z Downloaded cmake v0.1.57
13102026-03-18T00:38:38.022Z Downloaded chacha20 v0.9.1
13112026-03-18T00:38:38.026Z Downloaded cargo_metadata v0.19.2
13122026-03-18T00:38:38.027Z Downloaded bitfield v0.19.4
13132026-03-18T00:38:38.027Z Downloaded argon2 v0.5.3
13142026-03-18T00:38:38.027Z Downloaded embedded-io v0.4.0
13152026-03-18T00:38:38.027Z Downloaded array-init v0.0.4
13162026-03-18T00:38:38.027Z Downloaded async-stream v0.3.6
13172026-03-18T00:38:38.088Z Downloaded ring v0.17.14
13182026-03-18T00:38:38.144Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-18T00:38:38.698Z Downloaded aws-lc-sys v0.37.1
13202026-03-18T00:38:39.033Z Compiling libc v0.2.180
13212026-03-18T00:38:39.037Z Compiling serde v1.0.228
13222026-03-18T00:38:39.037Z Compiling log v0.4.29
13232026-03-18T00:38:39.038Z Compiling shlex v1.3.0
13242026-03-18T00:38:39.038Z Compiling find-msvc-tools v0.1.9
13252026-03-18T00:38:39.038Z Compiling smallvec v1.15.1
13262026-03-18T00:38:39.038Z Compiling typenum v1.19.0
13272026-03-18T00:38:39.038Z Compiling subtle v2.6.1
13282026-03-18T00:38:39.260Z Compiling generic-array v0.14.7
13292026-03-18T00:38:39.263Z Compiling scopeguard v1.2.0
13302026-03-18T00:38:39.263Z Compiling portable-atomic v1.13.1
13312026-03-18T00:38:39.376Z Compiling const-oid v0.9.6
13322026-03-18T00:38:39.379Z Compiling critical-section v1.2.0
13332026-03-18T00:38:39.379Z Compiling zerocopy v0.8.40
13342026-03-18T00:38:39.400Z Compiling syn v2.0.117
13352026-03-18T00:38:39.471Z Compiling lock_api v0.4.14
13362026-03-18T00:38:39.495Z Compiling serde_json v1.0.149
13372026-03-18T00:38:39.498Z Compiling parking_lot_core v0.9.12
13382026-03-18T00:38:39.546Z Compiling pin-project-lite v0.2.17
13392026-03-18T00:38:39.549Z Compiling pkg-config v0.3.32
13402026-03-18T00:38:39.593Z Compiling bitflags v2.11.0
13412026-03-18T00:38:39.620Z Compiling libm v0.2.16
13422026-03-18T00:38:39.670Z Compiling num-traits v0.2.19
13432026-03-18T00:38:39.717Z Compiling futures-core v0.3.32
13442026-03-18T00:38:39.764Z Compiling percent-encoding v2.3.2
13452026-03-18T00:38:39.788Z Compiling allocator-api2 v0.2.21
13462026-03-18T00:38:39.891Z Compiling cpufeatures v0.2.17
13472026-03-18T00:38:39.969Z Compiling futures-sink v0.3.32
13482026-03-18T00:38:39.991Z Compiling foldhash v0.2.0
13492026-03-18T00:38:40.070Z Compiling slab v0.4.12
13502026-03-18T00:38:40.070Z Compiling getrandom v0.4.1
13512026-03-18T00:38:40.074Z Compiling futures-io v0.3.32
13522026-03-18T00:38:40.190Z Compiling futures-channel v0.3.32
13532026-03-18T00:38:40.194Z Compiling futures-task v0.3.32
13542026-03-18T00:38:40.279Z Compiling hashbrown v0.16.1
13552026-03-18T00:38:40.326Z Compiling getrandom v0.3.4
13562026-03-18T00:38:40.343Z Compiling rustversion v1.0.22
13572026-03-18T00:38:40.388Z Compiling rand_core v0.10.0
13582026-03-18T00:38:40.410Z Compiling form_urlencoded v1.2.2
13592026-03-18T00:38:40.410Z Compiling ident_case v1.0.1
13602026-03-18T00:38:40.454Z Compiling dunce v1.0.5
13612026-03-18T00:38:40.539Z Compiling getrandom v0.2.17
13622026-03-18T00:38:40.568Z Compiling jobserver v0.1.34
13632026-03-18T00:38:40.595Z Compiling errno v0.3.14
13642026-03-18T00:38:40.598Z Compiling mio v1.1.1
13652026-03-18T00:38:40.669Z Compiling socket2 v0.6.2
13662026-03-18T00:38:40.717Z Compiling fs_extra v1.3.0
13672026-03-18T00:38:40.748Z Compiling rand_core v0.6.4
13682026-03-18T00:38:40.788Z Compiling signal-hook-registry v1.4.8
13692026-03-18T00:38:40.840Z Compiling once_cell v1.21.3
13702026-03-18T00:38:40.967Z Compiling cc v1.2.56
13712026-03-18T00:38:41.053Z Compiling parking_lot v0.12.5
13722026-03-18T00:38:41.124Z Compiling indexmap v2.13.0
13732026-03-18T00:38:41.177Z Compiling base64ct v1.8.3
13742026-03-18T00:38:41.204Z Compiling flagset v0.4.7
13752026-03-18T00:38:41.208Z Compiling iana-time-zone v0.1.65
13762026-03-18T00:38:41.250Z Compiling rustix v1.1.3
13772026-03-18T00:38:41.279Z Compiling uuid v1.21.0
13782026-03-18T00:38:41.302Z Compiling rustc_version v0.4.1
13792026-03-18T00:38:41.348Z Compiling aws-lc-rs v1.16.0
13802026-03-18T00:38:41.448Z Compiling regex-syntax v0.8.10
13812026-03-18T00:38:41.530Z Compiling pem-rfc7468 v0.7.0
13822026-03-18T00:38:41.659Z Compiling rand_core v0.9.5
13832026-03-18T00:38:41.680Z Compiling vcpkg v0.2.15
13842026-03-18T00:38:41.763Z Compiling tracing-core v0.1.36
13852026-03-18T00:38:41.811Z Compiling crossbeam-utils v0.8.21
13862026-03-18T00:38:41.840Z Compiling syn v1.0.109
13872026-03-18T00:38:41.843Z Compiling untrusted v0.9.0
13882026-03-18T00:38:42.039Z Compiling base64 v0.22.1
13892026-03-18T00:38:42.073Z Compiling httparse v1.10.1
13902026-03-18T00:38:42.096Z Compiling cmake v0.1.57
13912026-03-18T00:38:42.101Z Compiling untrusted v0.7.1
13922026-03-18T00:38:42.138Z Compiling schemars v0.8.22
13932026-03-18T00:38:42.164Z Compiling openssl-probe v0.2.1
13942026-03-18T00:38:42.306Z Compiling try-lock v0.2.5
13952026-03-18T00:38:42.334Z Compiling dyn-clone v1.0.20
13962026-03-18T00:38:42.357Z Compiling tower-layer v0.3.3
13972026-03-18T00:38:42.434Z Compiling tinyvec_macros v0.1.1
13982026-03-18T00:38:42.486Z Compiling rustls v0.23.37
13992026-03-18T00:38:42.518Z Compiling tower-service v0.3.3
14002026-03-18T00:38:42.542Z Compiling atomic-waker v1.1.2
14012026-03-18T00:38:42.568Z Compiling tinyvec v1.10.0
14022026-03-18T00:38:42.568Z Compiling want v0.3.1
14032026-03-18T00:38:42.617Z Compiling spin v0.9.8
14042026-03-18T00:38:42.620Z Compiling aho-corasick v1.1.4
14052026-03-18T00:38:42.712Z Compiling openssl v0.10.75
14062026-03-18T00:38:42.717Z Compiling crc32fast v1.5.0
14072026-03-18T00:38:42.756Z Compiling powerfmt v0.2.0
14082026-03-18T00:38:42.780Z Compiling foreign-types-shared v0.1.1
14092026-03-18T00:38:42.826Z Compiling pin-utils v0.1.0
14102026-03-18T00:38:42.847Z Compiling num-conv v0.2.0
14112026-03-18T00:38:42.940Z Compiling time-core v0.1.8
14122026-03-18T00:38:42.940Z Compiling httpdate v1.0.3
14132026-03-18T00:38:42.986Z Compiling foreign-types v0.3.2
14142026-03-18T00:38:43.011Z Compiling deranged v0.5.8
14152026-03-18T00:38:43.055Z Compiling wait-timeout v0.2.1
14162026-03-18T00:38:43.080Z Compiling usdt-impl v0.6.0
14172026-03-18T00:38:43.080Z Compiling native-tls v0.2.18
14182026-03-18T00:38:43.129Z Compiling siphasher v1.0.2
14192026-03-18T00:38:43.132Z Compiling bit-vec v0.8.0
14202026-03-18T00:38:43.177Z Compiling time-macros v0.2.27
14212026-03-18T00:38:43.228Z Compiling quick-error v1.2.3
14222026-03-18T00:38:43.255Z Compiling simd-adler32 v0.3.8
14232026-03-18T00:38:43.317Z Compiling either v1.15.0
14242026-03-18T00:38:43.400Z Compiling num_threads v0.1.7
14252026-03-18T00:38:43.452Z Compiling aws-lc-sys v0.37.1
14262026-03-18T00:38:43.456Z Compiling ring v0.17.14
14272026-03-18T00:38:43.456Z Compiling openssl-sys v0.9.111
14282026-03-18T00:38:43.518Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-18T00:38:43.521Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-18T00:38:43.564Z Compiling bit-set v0.8.0
14312026-03-18T00:38:43.638Z Compiling tempfile v3.25.0
14322026-03-18T00:38:43.665Z Compiling unicode-normalization v0.1.25
14332026-03-18T00:38:43.836Z Compiling crossbeam-epoch v0.9.18
14342026-03-18T00:38:43.891Z Compiling slog v2.8.2
14352026-03-18T00:38:43.982Z Compiling synstructure v0.13.2
14362026-03-18T00:38:44.081Z Compiling serde_derive_internals v0.29.1
14372026-03-18T00:38:44.105Z Compiling pest_generator v2.8.6
14382026-03-18T00:38:44.160Z Compiling darling_core v0.20.11
14392026-03-18T00:38:44.331Z Compiling regex-automata v0.4.14
14402026-03-18T00:38:44.365Z Compiling rusty-fork v0.3.1
14412026-03-18T00:38:44.628Z Compiling darling_core v0.21.3
14422026-03-18T00:38:44.877Z Compiling rand_xorshift v0.4.0
14432026-03-18T00:38:44.880Z Compiling time v0.3.47
14442026-03-18T00:38:44.939Z Compiling heapless v0.7.17
14452026-03-18T00:38:45.133Z Compiling thread-id v5.1.0
14462026-03-18T00:38:45.247Z Compiling sync_wrapper v1.0.2
14472026-03-18T00:38:45.270Z Compiling cookie v0.18.1
14482026-03-18T00:38:45.270Z Compiling adler2 v2.0.1
14492026-03-18T00:38:45.324Z Compiling zstd-safe v7.2.4
14502026-03-18T00:38:45.362Z Compiling unarray v0.1.4
14512026-03-18T00:38:45.412Z Compiling unicode-properties v0.1.4
14522026-03-18T00:38:45.435Z Compiling unicode-bidi v0.3.18
14532026-03-18T00:38:45.474Z Compiling rayon-core v1.13.0
14542026-03-18T00:38:45.522Z Compiling paste v1.0.15
14552026-03-18T00:38:45.551Z Compiling unicode-segmentation v1.12.0
14562026-03-18T00:38:45.580Z Compiling anyhow v1.0.102
14572026-03-18T00:38:45.633Z Compiling signal-hook v0.3.18
14582026-03-18T00:38:45.797Z Compiling miniz_oxide v0.8.9
14592026-03-18T00:38:45.976Z Compiling stringprep v0.1.5
14602026-03-18T00:38:46.024Z Compiling crossbeam-deque v0.8.6
14612026-03-18T00:38:46.174Z Compiling num-integer v0.1.46
14622026-03-18T00:38:46.283Z Compiling vergen-lib v0.1.6
14632026-03-18T00:38:46.315Z Compiling curve25519-dalek v4.1.3
14642026-03-18T00:38:46.388Z Compiling ff v0.13.1
14652026-03-18T00:38:46.544Z Compiling hash32 v0.2.1
14662026-03-18T00:38:46.591Z Compiling memoffset v0.9.1
14672026-03-18T00:38:46.654Z Compiling cfg_aliases v0.2.1
14682026-03-18T00:38:46.673Z Compiling ref-cast v1.0.25
14692026-03-18T00:38:46.762Z Compiling zlib-rs v0.6.2
14702026-03-18T00:38:46.787Z Compiling fallible-iterator v0.2.0
14712026-03-18T00:38:46.810Z Compiling psl-types v2.0.11
14722026-03-18T00:38:46.832Z Compiling ryu v1.0.23
14732026-03-18T00:38:46.857Z Compiling smoltcp v0.9.1
14742026-03-18T00:38:46.882Z Compiling serde_derive v1.0.228
14752026-03-18T00:38:46.905Z Compiling zeroize_derive v1.4.3
14762026-03-18T00:38:46.986Z Compiling zerofrom-derive v0.1.6
14772026-03-18T00:38:47.099Z Compiling yoke-derive v0.8.1
14782026-03-18T00:38:47.120Z Compiling zerocopy-derive v0.8.40
14792026-03-18T00:38:47.236Z Compiling zerovec-derive v0.11.2
14802026-03-18T00:38:47.346Z Compiling displaydoc v0.2.5
14812026-03-18T00:38:47.391Z Compiling tokio-macros v2.6.0
14822026-03-18T00:38:47.828Z Compiling futures-macro v0.3.32
14832026-03-18T00:38:47.847Z Compiling zeroize v1.8.2
14842026-03-18T00:38:48.372Z Compiling der_derive v0.7.3
14852026-03-18T00:38:48.397Z Compiling thiserror-impl v2.0.18
14862026-03-18T00:38:48.401Z Compiling rustls-pki-types v1.14.0
14872026-03-18T00:38:48.596Z Compiling tracing-attributes v0.1.31
14882026-03-18T00:38:48.802Z Compiling scroll_derive v0.13.1
14892026-03-18T00:38:48.845Z Compiling pest_derive v2.8.6
14902026-03-18T00:38:48.957Z Compiling crypto-common v0.1.7
14912026-03-18T00:38:48.960Z Compiling block-buffer v0.10.4
14922026-03-18T00:38:49.026Z Compiling zerofrom v0.1.6
14932026-03-18T00:38:49.065Z Compiling futures-util v0.3.32
14942026-03-18T00:38:49.176Z Compiling digest v0.10.7
14952026-03-18T00:38:49.221Z Compiling yoke v0.8.1
14962026-03-18T00:38:49.246Z Compiling block-padding v0.3.3
14972026-03-18T00:38:49.502Z Compiling zerovec v0.11.5
14982026-03-18T00:38:49.506Z Compiling zerotrie v0.2.3
14992026-03-18T00:38:49.554Z Compiling hmac v0.12.1
15002026-03-18T00:38:49.580Z Compiling inout v0.1.4
15012026-03-18T00:38:49.770Z Compiling sha2 v0.10.9
15022026-03-18T00:38:49.793Z Compiling cipher v0.4.4
15032026-03-18T00:38:49.841Z Compiling der v0.7.10
15042026-03-18T00:38:49.953Z Compiling pbkdf2 v0.12.2
15052026-03-18T00:38:50.023Z Compiling schemars_derive v0.8.22
15062026-03-18T00:38:50.137Z Compiling salsa20 v0.10.2
15072026-03-18T00:38:50.178Z Compiling tinystr v0.8.2
15082026-03-18T00:38:50.269Z Compiling potential_utf v0.1.4
15092026-03-18T00:38:50.343Z Compiling scrypt v0.11.0
15102026-03-18T00:38:50.366Z Compiling thiserror v2.0.18
15112026-03-18T00:38:50.473Z Compiling icu_locale_core v2.1.1
15122026-03-18T00:38:50.520Z Compiling icu_collections v2.1.1
15132026-03-18T00:38:50.546Z Compiling cbc v0.1.2
15142026-03-18T00:38:50.583Z Compiling aes v0.8.4
15152026-03-18T00:38:50.640Z Compiling tracing v0.1.44
15162026-03-18T00:38:50.711Z Compiling scroll v0.13.0
15172026-03-18T00:38:50.763Z Compiling darling_macro v0.20.11
15182026-03-18T00:38:51.031Z Compiling thiserror-impl v1.0.69
15192026-03-18T00:38:51.106Z Compiling spki v0.7.3
15202026-03-18T00:38:51.277Z Compiling goblin v0.10.5
15212026-03-18T00:38:51.407Z Compiling pkcs5 v0.7.1
15222026-03-18T00:38:51.475Z Compiling icu_provider v2.1.1
15232026-03-18T00:38:51.493Z Compiling darling v0.20.11
15242026-03-18T00:38:51.611Z Compiling openssl-macros v0.1.1
15252026-03-18T00:38:51.631Z Compiling derive_builder_core v0.20.2
15262026-03-18T00:38:51.660Z Compiling dtrace-parser v0.3.0
15272026-03-18T00:38:51.752Z Compiling signature v2.2.0
15282026-03-18T00:38:51.825Z Compiling icu_properties v2.1.2
15292026-03-18T00:38:51.849Z Compiling icu_normalizer v2.1.1
15302026-03-18T00:38:51.897Z Compiling pkcs8 v0.10.2
15312026-03-18T00:38:52.003Z Compiling bytes v1.11.1
15322026-03-18T00:38:52.028Z Compiling chrono v0.4.44
15332026-03-18T00:38:52.103Z Compiling ipnet v2.11.0
15342026-03-18T00:38:52.129Z Compiling rustls-native-certs v0.8.3
15352026-03-18T00:38:52.361Z Compiling scroll_derive v0.12.1
15362026-03-18T00:38:52.469Z Compiling serde_tokenstream v0.2.3
15372026-03-18T00:38:52.564Z Compiling toml_datetime v0.6.11
15382026-03-18T00:38:52.664Z Compiling serde_spanned v0.6.9
15392026-03-18T00:38:52.813Z Compiling tokio v1.49.0
15402026-03-18T00:38:52.884Z Compiling http v1.4.0
15412026-03-18T00:38:52.911Z Compiling erased-serde v0.3.31
15422026-03-18T00:38:52.914Z Compiling thiserror v1.0.69
15432026-03-18T00:38:52.964Z Compiling md-5 v0.10.6
15442026-03-18T00:38:52.989Z Compiling webpki-roots v1.0.6
15452026-03-18T00:38:52.992Z Compiling darling_macro v0.21.3
15462026-03-18T00:38:53.039Z Compiling derive_builder_macro v0.20.2
15472026-03-18T00:38:53.106Z Compiling zerocopy-derive v0.7.35
15482026-03-18T00:38:53.205Z Compiling idna_adapter v1.2.1
15492026-03-18T00:38:53.226Z Compiling base16ct v0.2.0
15502026-03-18T00:38:53.369Z Compiling idna v1.1.0
15512026-03-18T00:38:53.398Z Compiling scroll v0.12.0
15522026-03-18T00:38:53.469Z Compiling num-bigint-dig v0.8.6
15532026-03-18T00:38:53.525Z Compiling litrs v1.0.0
15542026-03-18T00:38:53.658Z Compiling ppv-lite86 v0.2.21
15552026-03-18T00:38:53.683Z Compiling rustix v0.38.44
15562026-03-18T00:38:53.751Z Compiling url v2.5.8
15572026-03-18T00:38:53.777Z Compiling iri-string v0.7.10
15582026-03-18T00:38:53.832Z Compiling http-body v1.0.1
15592026-03-18T00:38:53.926Z Compiling publicsuffix v2.3.0
15602026-03-18T00:38:54.063Z Compiling http-body-util v0.1.3
15612026-03-18T00:38:54.115Z Compiling rand_chacha v0.9.0
15622026-03-18T00:38:54.150Z Compiling rand_chacha v0.3.1
15632026-03-18T00:38:54.219Z Compiling goblin v0.8.2
15642026-03-18T00:38:54.241Z Compiling derive_builder v0.20.2
15652026-03-18T00:38:54.245Z Compiling darling v0.21.3
15662026-03-18T00:38:54.288Z Compiling document-features v0.2.12
15672026-03-18T00:38:54.336Z Compiling sec1 v0.7.3
15682026-03-18T00:38:54.361Z Compiling cargo-platform v0.1.9
15692026-03-18T00:38:54.364Z Compiling zerocopy v0.7.35
15702026-03-18T00:38:54.422Z Compiling rand v0.9.2
15712026-03-18T00:38:54.743Z Compiling rand v0.8.5
15722026-03-18T00:38:54.766Z Compiling serde_urlencoded v0.7.1
15732026-03-18T00:38:54.909Z Compiling flate2 v1.1.9
15742026-03-18T00:38:54.936Z Compiling hkdf v0.12.4
15752026-03-18T00:38:55.131Z Compiling crypto-bigint v0.5.5
15762026-03-18T00:38:55.169Z Compiling hubpack_derive v0.1.1
15772026-03-18T00:38:55.190Z Compiling regex v1.12.3
15782026-03-18T00:38:55.241Z Compiling dof v0.4.0
15792026-03-18T00:38:55.266Z Compiling proptest v1.10.0
15802026-03-18T00:38:55.328Z Compiling postgres-protocol v0.6.10
15812026-03-18T00:38:55.650Z Compiling ipnetwork v0.21.1
15822026-03-18T00:38:55.846Z Compiling strum_macros v0.27.2
15832026-03-18T00:38:55.969Z Compiling daft-derive v0.1.5
15842026-03-18T00:38:55.992Z Compiling async-trait v0.1.89
15852026-03-18T00:38:56.022Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-18T00:38:56.148Z Compiling oxnet v0.1.4
15872026-03-18T00:38:56.169Z Compiling ref-cast-impl v1.0.25
15882026-03-18T00:38:56.717Z Compiling nix v0.31.1
15892026-03-18T00:38:56.990Z Compiling group v0.13.0
15902026-03-18T00:38:57.039Z Compiling num-iter v0.1.45
15912026-03-18T00:38:57.172Z Compiling proc-macro-error v1.0.4
15922026-03-18T00:38:57.254Z Compiling heck v0.4.1
15932026-03-18T00:38:57.480Z Compiling terminal_size v0.4.3
15942026-03-18T00:38:57.515Z Compiling phf_shared v0.13.1
15952026-03-18T00:38:57.625Z Compiling lazy_static v1.5.0
15962026-03-18T00:38:57.651Z Compiling vergen v9.0.6
15972026-03-18T00:38:57.655Z Compiling fs-err v3.3.0
15982026-03-18T00:38:57.655Z Compiling ahash v0.8.12
15992026-03-18T00:38:57.729Z Compiling winnow v0.5.40
16002026-03-18T00:38:57.758Z Compiling bumpalo v3.20.2
16012026-03-18T00:38:57.787Z Compiling managed v0.8.0
16022026-03-18T00:38:57.795Z Compiling bitflags v1.3.2
16032026-03-18T00:38:57.917Z Compiling object v0.37.3
16042026-03-18T00:38:57.944Z Compiling libbz2-rs-sys v0.2.2
16052026-03-18T00:38:57.944Z Compiling foldhash v0.1.5
16062026-03-18T00:38:58.084Z Compiling zopfli v0.8.3
16072026-03-18T00:38:58.132Z Compiling hashbrown v0.15.5
16082026-03-18T00:38:58.136Z Compiling phf v0.13.1
16092026-03-18T00:38:58.160Z Compiling clap_builder v4.5.60
16102026-03-18T00:38:58.164Z Compiling console v0.16.2
16112026-03-18T00:38:58.230Z Compiling usdt-attr-macro v0.6.0
16122026-03-18T00:38:58.277Z Compiling usdt-macro v0.6.0
16132026-03-18T00:38:58.325Z Compiling tokio-util v0.7.18
16142026-03-18T00:38:58.399Z Compiling tower v0.5.3
16152026-03-18T00:38:58.847Z Compiling newtype-uuid v1.3.2
16162026-03-18T00:38:58.925Z Compiling tokio-native-tls v0.3.1
16172026-03-18T00:38:58.949Z Compiling tower-http v0.6.8
16182026-03-18T00:38:59.000Z Compiling strum v0.27.2
16192026-03-18T00:38:59.042Z Compiling bzip2 v0.6.1
16202026-03-18T00:38:59.150Z Compiling daft v0.1.5
16212026-03-18T00:38:59.205Z Compiling rayon v1.11.0
16222026-03-18T00:38:59.295Z Compiling h2 v0.4.13
16232026-03-18T00:38:59.328Z Compiling zone_cfg_derive v0.3.1
16242026-03-18T00:38:59.357Z Compiling signal-hook-mio v0.2.5
16252026-03-18T00:38:59.360Z Compiling dof v0.3.0
16262026-03-18T00:38:59.407Z Compiling cargo_metadata v0.19.2
16272026-03-18T00:38:59.591Z Compiling elliptic-curve v0.13.8
16282026-03-18T00:38:59.595Z Compiling cookie_store v0.22.1
16292026-03-18T00:38:59.636Z Compiling toml_edit v0.19.15
16302026-03-18T00:39:00.086Z Compiling bzip2 v0.4.4
16312026-03-18T00:39:00.158Z Compiling postgres-types v0.2.12
16322026-03-18T00:39:00.180Z Compiling hubpack v0.1.2
16332026-03-18T00:39:00.259Z Compiling serde_with_macros v3.17.0
16342026-03-18T00:39:00.467Z Compiling zstd v0.13.3
16352026-03-18T00:39:00.526Z Compiling dtrace-parser v0.2.0
16362026-03-18T00:39:00.606Z Compiling ed25519 v2.2.3
16372026-03-18T00:39:00.853Z Compiling pkcs1 v0.7.5
16382026-03-18T00:39:01.038Z Compiling hex v0.4.3
16392026-03-18T00:39:01.346Z Compiling serde-big-array v0.5.1
16402026-03-18T00:39:01.452Z Compiling rfc6979 v0.4.0
16412026-03-18T00:39:01.476Z Compiling bstr v1.12.1
16422026-03-18T00:39:01.501Z Compiling clap_derive v4.5.55
16432026-03-18T00:39:01.571Z Compiling serde_repr v0.1.20
16442026-03-18T00:39:01.644Z Compiling strum_macros v0.26.4
16452026-03-18T00:39:01.742Z Compiling enum-as-inner v0.6.1
16462026-03-18T00:39:01.888Z Compiling itertools v0.12.1
16472026-03-18T00:39:01.941Z Compiling phf_shared v0.11.3
16482026-03-18T00:39:02.019Z Compiling float-cmp v0.10.0
16492026-03-18T00:39:02.203Z Compiling thread-id v4.2.2
16502026-03-18T00:39:02.241Z Compiling memmap2 v0.9.10
16512026-03-18T00:39:02.261Z Compiling env_filter v1.0.0
16522026-03-18T00:39:02.331Z Compiling encoding_rs v0.8.35
16532026-03-18T00:39:02.353Z Compiling fixedbitset v0.4.2
16542026-03-18T00:39:02.473Z Compiling difflib v0.4.0
16552026-03-18T00:39:02.496Z Compiling data-encoding v2.10.0
16562026-03-18T00:39:02.552Z Compiling fixedbitset v0.5.7
16572026-03-18T00:39:02.677Z Compiling unit-prefix v0.5.2
16582026-03-18T00:39:02.702Z Compiling jiff v0.2.21
16592026-03-18T00:39:02.788Z Compiling precomputed-hash v0.1.1
16602026-03-18T00:39:02.900Z Compiling predicates-core v1.0.10
16612026-03-18T00:39:02.921Z Compiling keccak v0.1.6
16622026-03-18T00:39:02.996Z Compiling rustc-hash v2.1.1
16632026-03-18T00:39:03.150Z Compiling whoami v2.1.0
16642026-03-18T00:39:03.178Z Compiling new_debug_unreachable v1.0.6
16652026-03-18T00:39:03.291Z Compiling mime v0.3.17
16662026-03-18T00:39:03.319Z Compiling static_assertions v1.1.0
16672026-03-18T00:39:03.438Z Compiling normalize-line-endings v0.3.0
16682026-03-18T00:39:03.561Z Compiling zone v0.3.1
16692026-03-18T00:39:03.586Z Compiling predicates v3.1.4
16702026-03-18T00:39:03.694Z Compiling tokio-postgres v0.7.16
16712026-03-18T00:39:03.716Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-03-18T00:39:03.740Z Compiling string_cache v0.8.9
16732026-03-18T00:39:03.743Z Compiling iddqd v0.3.17
16742026-03-18T00:39:04.018Z Compiling hyper v1.8.1
16752026-03-18T00:39:04.077Z Compiling sha3 v0.10.8
16762026-03-18T00:39:04.099Z Compiling hickory-proto v0.25.2
16772026-03-18T00:39:04.222Z Compiling clap v4.5.60
16782026-03-18T00:39:04.283Z Compiling strum v0.26.3
16792026-03-18T00:39:04.339Z Compiling petgraph v0.8.3
16802026-03-18T00:39:04.467Z Compiling indicatif v0.18.4
16812026-03-18T00:39:04.534Z Compiling petgraph v0.6.5
16822026-03-18T00:39:04.556Z Compiling env_logger v0.11.9
16832026-03-18T00:39:04.560Z Compiling usdt v0.6.0
16842026-03-18T00:39:04.712Z Compiling toml_edit v0.22.27
16852026-03-18T00:39:04.974Z Compiling usdt-impl v0.5.0
16862026-03-18T00:39:05.109Z Compiling similar v2.7.0
16872026-03-18T00:39:05.367Z Compiling serde_with v3.17.0
16882026-03-18T00:39:05.455Z Compiling crossterm v0.28.1
16892026-03-18T00:39:05.738Z Compiling hyper-util v0.1.20
16902026-03-18T00:39:05.849Z Compiling ecdsa v0.16.9
16912026-03-18T00:39:06.330Z Compiling toml v0.7.8
16922026-03-18T00:39:06.373Z Compiling rsa v0.9.10
16932026-03-18T00:39:06.436Z Compiling ed25519-dalek v2.2.0
16942026-03-18T00:39:06.734Z Compiling zip v4.6.1
16952026-03-18T00:39:06.942Z Compiling zip v0.6.6
16962026-03-18T00:39:07.242Z Compiling tokio-stream v0.1.18
16972026-03-18T00:39:07.372Z Compiling buf-list v1.1.2
16982026-03-18T00:39:07.775Z Compiling hyper-tls v0.6.0
16992026-03-18T00:39:07.823Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-18T00:39:07.910Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-18T00:39:07.933Z Compiling openapiv3 v2.2.0
17022026-03-18T00:39:08.051Z Compiling x509-cert v0.2.5
17032026-03-18T00:39:08.118Z Compiling sha1 v0.10.6
17042026-03-18T00:39:08.143Z Compiling itertools v0.13.0
17052026-03-18T00:39:08.143Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-18T00:39:08.312Z Compiling peg-runtime v0.8.5
17072026-03-18T00:39:08.361Z Compiling lalrpop-util v0.19.12
17082026-03-18T00:39:08.448Z Compiling thread_local v1.1.9
17092026-03-18T00:39:08.593Z Compiling slog-async v2.8.0
17102026-03-18T00:39:08.624Z Compiling futures-executor v0.3.32
17112026-03-18T00:39:08.717Z Compiling crossbeam-channel v0.5.15
17122026-03-18T00:39:08.747Z Compiling is-terminal v0.4.17
17132026-03-18T00:39:08.819Z Compiling filetime v0.2.27
17142026-03-18T00:39:08.843Z Compiling xattr v1.6.1
17152026-03-18T00:39:08.890Z Compiling term v1.2.1
17162026-03-18T00:39:08.948Z Compiling take_mut v0.2.2
17172026-03-18T00:39:09.013Z Compiling futures v0.3.32
17182026-03-18T00:39:09.065Z Compiling tar v0.4.44
17192026-03-18T00:39:09.383Z Compiling slog-term v2.9.2
17202026-03-18T00:39:30.050Z Compiling rustls-webpki v0.103.9
17212026-03-18T00:39:34.238Z Compiling tokio-rustls v0.26.4
17222026-03-18T00:39:34.239Z Compiling rustls-platform-verifier v0.6.2
17232026-03-18T00:39:34.519Z Compiling hyper-rustls v0.27.7
17242026-03-18T00:39:34.798Z Compiling reqwest v0.12.28
17252026-03-18T00:39:34.808Z Compiling reqwest v0.13.2
17262026-03-18T00:39:37.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-18T00:39:38.098Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-18T00:39:42.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17292026-03-18T00:39:42.365Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-18T00:39:42.432ZMar 18 00:39:41.426 INFO Starting download, target: Clickhouse
17312026-03-18T00:39:42.432ZMar 18 00:39:41.426 INFO Starting download, target: Cockroach
17322026-03-18T00:39:42.432ZMar 18 00:39:41.426 INFO Starting download, target: MaghemiteMgd
17332026-03-18T00:39:42.432ZMar 18 00:39:41.426 INFO Starting download, target: Console
17342026-03-18T00:39:42.435ZMar 18 00:39:41.426 INFO Starting download, target: TransceiverControl
17352026-03-18T00:39:42.435ZMar 18 00:39:41.426 INFO Starting download, target: DendriteStub
17362026-03-18T00:39:42.435ZMar 18 00:39:41.426 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-18T00:39:42.436ZMar 18 00:39:41.426 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-18T00:39:42.436ZMar 18 00:39:41.426 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-18T00:39:42.436ZMar 18 00:39:41.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-18T00:39:42.436ZMar 18 00:39:41.427 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-18T00:39:42.436ZMar 18 00:39:41.427 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-18T00:39:42.804ZMar 18 00:39:41.796 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-18T00:39:43.152ZMar 18 00:39:42.145 INFO Download complete, target: TransceiverControl
17442026-03-18T00:39:43.456ZMar 18 00:39:42.450 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-18T00:39:43.716ZMar 18 00:39:42.709 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-18T00:39:43.845ZMar 18 00:39:42.839 INFO Download complete, target: Console
17472026-03-18T00:39:43.972ZMar 18 00:39:42.967 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-18T00:39:44.336ZMar 18 00:39:43.329 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-18T00:39:44.855ZMar 18 00:39:43.851 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-18T00:39:44.855ZMar 18 00:39:43.851 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-18T00:39:47.358ZMar 18 00:39:46.355 INFO Download complete, target: DendriteStub
17522026-03-18T00:39:47.654ZMar 18 00:39:46.652 INFO Download complete, target: MaghemiteMgd
17532026-03-18T00:39:52.681ZMar 18 00:39:51.682 INFO Checking that binary works, target: Cockroach
17542026-03-18T00:39:52.818ZMar 18 00:39:51.819 INFO Download complete, target: Cockroach
17552026-03-18T00:39:55.627ZMar 18 00:39:54.628 INFO Checking that binary works, target: Clickhouse
17562026-03-18T00:39:55.741ZMar 18 00:39:54.743 INFO Download complete, target: Clickhouse
17572026-03-18T00:39:55.746ZAll prerequisites installed successfully
17582026-03-18T00:39:55.750Z
17592026-03-18T00:39:55.750Zreal 3:59.058190132
17602026-03-18T00:39:55.750Zuser 10:59.246684781
17612026-03-18T00:39:55.750Zsys 2:14.214300557
17622026-03-18T00:39:55.750Ztrap 0.381806900
17632026-03-18T00:39:55.750Ztflt 1.287403537
17642026-03-18T00:39:55.750Zdflt 1.752716885
17652026-03-18T00:39:55.750Zkflt 0.031046342
17662026-03-18T00:39:55.750Zlock 33:44.335890867
17672026-03-18T00:39:55.750Zslp 27:11.403627296
17682026-03-18T00:39:55.750Zlat 34.401025174
17692026-03-18T00:39:55.750Zstop 4:43.547166203
17702026-03-18T00:39:55.750Z+ ptime -m cargo xtask download softnpu
17712026-03-18T00:39:56.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17722026-03-18T00:39:56.523Z Running `target/debug/xtask download softnpu`
17732026-03-18T00:39:57.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
17742026-03-18T00:39:57.685Z Running `target/debug/xtask-downloader softnpu`
17752026-03-18T00:39:57.736ZMar 18 00:39:56.738 INFO Starting download, target: Softnpu
17762026-03-18T00:39:57.739ZMar 18 00:39:56.739 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-18T00:39:58.378ZMar 18 00:39:57.383 INFO Download complete, target: Softnpu
17782026-03-18T00:39:58.383Z
17792026-03-18T00:39:58.386Zreal 2.630046701
17802026-03-18T00:39:58.386Zuser 1.849345112
17812026-03-18T00:39:58.386Zsys 0.834609957
17822026-03-18T00:39:58.386Ztrap 0.000613028
17832026-03-18T00:39:58.386Ztflt 0.000186344
17842026-03-18T00:39:58.387Zdflt 0.000194521
17852026-03-18T00:39:58.387Zkflt 0.000000000
17862026-03-18T00:39:58.387Zlock 11.506180192
17872026-03-18T00:39:58.387Zslp 0.481750803
17882026-03-18T00:39:58.387Zlat 0.056518981
17892026-03-18T00:39:58.387Zstop 0.000174216
17902026-03-18T00:39:58.387Z+ export CARGO_INCREMENTAL=0
17912026-03-18T00:39:58.387Z+ CARGO_INCREMENTAL=0
17922026-03-18T00:39:58.387Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-18T00:39:59.634Z Compiling proc-macro2 v1.0.106
17942026-03-18T00:39:59.635Z Compiling quote v1.0.44
17952026-03-18T00:39:59.653Z Compiling unicode-ident v1.0.24
17962026-03-18T00:39:59.654Z Compiling libc v0.2.180
17972026-03-18T00:39:59.654Z Compiling serde_core v1.0.228
17982026-03-18T00:39:59.654Z Compiling serde v1.0.228
17992026-03-18T00:39:59.654Z Compiling cfg-if v1.0.4
18002026-03-18T00:39:59.654Z Compiling version_check v0.9.5
18012026-03-18T00:39:59.654Z Compiling shlex v1.3.0
18022026-03-18T00:39:59.654Z Compiling find-msvc-tools v0.1.9
18032026-03-18T00:39:59.654Z Compiling typenum v1.19.0
18042026-03-18T00:39:59.654Z Compiling portable-atomic v1.13.1
18052026-03-18T00:39:59.654Z Compiling memchr v2.8.0
18062026-03-18T00:39:59.654Z Compiling autocfg v1.5.0
18072026-03-18T00:39:59.654Z Compiling zmij v1.0.21
18082026-03-18T00:39:59.962Z Compiling serde_json v1.0.149
18092026-03-18T00:40:00.184Z Compiling zerocopy v0.8.40
18102026-03-18T00:40:00.337Z Compiling generic-array v0.14.7
18112026-03-18T00:40:00.390Z Compiling parking_lot_core v0.9.12
18122026-03-18T00:40:00.410Z Compiling libm v0.2.16
18132026-03-18T00:40:00.435Z Compiling smallvec v1.15.1
18142026-03-18T00:40:00.463Z Compiling icu_properties_data v2.1.2
18152026-03-18T00:40:00.573Z Compiling icu_normalizer_data v2.1.1
18162026-03-18T00:40:00.622Z Compiling num-traits v0.2.19
18172026-03-18T00:40:00.698Z Compiling itoa v1.0.17
18182026-03-18T00:40:00.708Z Compiling log v0.4.29
18192026-03-18T00:40:00.802Z Compiling getrandom v0.4.1
18202026-03-18T00:40:00.829Z Compiling pkg-config v0.3.32
18212026-03-18T00:40:00.908Z Compiling stable_deref_trait v1.2.1
18222026-03-18T00:40:01.011Z Compiling subtle v2.6.1
18232026-03-18T00:40:01.048Z Compiling scopeguard v1.2.0
18242026-03-18T00:40:01.187Z Compiling lock_api v0.4.14
18252026-03-18T00:40:01.239Z Compiling thiserror v2.0.18
18262026-03-18T00:40:01.242Z Compiling fnv v1.0.7
18272026-03-18T00:40:01.315Z Compiling jobserver v0.1.34
18282026-03-18T00:40:01.344Z Compiling getrandom v0.2.17
18292026-03-18T00:40:01.448Z Compiling errno v0.3.14
18302026-03-18T00:40:01.582Z Compiling rand_core v0.6.4
18312026-03-18T00:40:01.585Z Compiling pin-project-lite v0.2.17
18322026-03-18T00:40:01.681Z Compiling syn v2.0.117
18332026-03-18T00:40:01.708Z Compiling cc v1.2.56
18342026-03-18T00:40:01.711Z Compiling getrandom v0.3.4
18352026-03-18T00:40:01.817Z Compiling critical-section v1.2.0
18362026-03-18T00:40:01.999Z Compiling allocator-api2 v0.2.21
18372026-03-18T00:40:02.019Z Compiling equivalent v1.0.2
18382026-03-18T00:40:02.044Z Compiling rustversion v1.0.22
18392026-03-18T00:40:02.095Z Compiling writeable v0.6.2
18402026-03-18T00:40:02.208Z Compiling litemap v0.8.1
18412026-03-18T00:40:02.256Z Compiling percent-encoding v2.3.2
18422026-03-18T00:40:02.388Z Compiling fs_extra v1.3.0
18432026-03-18T00:40:02.457Z Compiling once_cell v1.21.3
18442026-03-18T00:40:02.496Z Compiling dunce v1.0.5
18452026-03-18T00:40:02.529Z Compiling foldhash v0.2.0
18462026-03-18T00:40:02.664Z Compiling const-oid v0.9.6
18472026-03-18T00:40:02.770Z Compiling cmake v0.1.57
18482026-03-18T00:40:02.773Z Compiling hashbrown v0.16.1
18492026-03-18T00:40:02.794Z Compiling signal-hook-registry v1.4.8
18502026-03-18T00:40:02.948Z Compiling rustix v1.1.3
18512026-03-18T00:40:02.998Z Compiling mio v1.1.1
18522026-03-18T00:40:03.024Z Compiling socket2 v0.6.2
18532026-03-18T00:40:03.050Z Compiling schemars v0.8.22
18542026-03-18T00:40:03.389Z Compiling semver v1.0.27
18552026-03-18T00:40:03.470Z Compiling bitflags v2.11.0
18562026-03-18T00:40:03.515Z Compiling parking_lot v0.12.5
18572026-03-18T00:40:03.579Z Compiling indexmap v2.13.0
18582026-03-18T00:40:03.618Z Compiling ring v0.17.14
18592026-03-18T00:40:03.642Z Compiling aws-lc-sys v0.37.1
18602026-03-18T00:40:03.703Z Compiling rand_core v0.10.0
18612026-03-18T00:40:03.827Z Compiling aws-lc-rs v1.16.0
18622026-03-18T00:40:03.848Z Compiling utf8_iter v1.0.4
18632026-03-18T00:40:03.958Z Compiling form_urlencoded v1.2.2
18642026-03-18T00:40:04.046Z Compiling futures-core v0.3.32
18652026-03-18T00:40:04.072Z Compiling strsim v0.11.1
18662026-03-18T00:40:04.351Z Compiling byteorder v1.5.0
18672026-03-18T00:40:04.382Z Compiling thiserror v1.0.69
18682026-03-18T00:40:04.432Z Compiling httparse v1.10.1
18692026-03-18T00:40:04.513Z Compiling ucd-trie v0.1.7
18702026-03-18T00:40:04.644Z Compiling vcpkg v0.2.15
18712026-03-18T00:40:04.645Z Compiling heck v0.5.0
18722026-03-18T00:40:04.716Z Compiling ident_case v1.0.1
18732026-03-18T00:40:04.758Z Compiling pest v2.8.6
18742026-03-18T00:40:04.843Z Compiling syn v1.0.109
18752026-03-18T00:40:04.871Z Compiling crossbeam-utils v0.8.21
18762026-03-18T00:40:04.921Z Compiling regex-syntax v0.8.10
18772026-03-18T00:40:05.080Z Compiling rustls v0.23.37
18782026-03-18T00:40:05.210Z Compiling futures-sink v0.3.32
18792026-03-18T00:40:05.242Z Compiling rustc_version v0.4.1
18802026-03-18T00:40:05.330Z Compiling cpufeatures v0.2.17
18812026-03-18T00:40:05.374Z Compiling futures-channel v0.3.32
18822026-03-18T00:40:05.374Z Compiling futures-io v0.3.32
18832026-03-18T00:40:05.380Z Compiling futures-task v0.3.32
18842026-03-18T00:40:05.427Z Compiling slab v0.4.12
18852026-03-18T00:40:05.482Z Compiling openssl-sys v0.9.111
18862026-03-18T00:40:05.666Z Compiling plain v0.2.3
18872026-03-18T00:40:05.693Z Compiling iana-time-zone v0.1.65
18882026-03-18T00:40:05.698Z Compiling uuid v1.21.0
18892026-03-18T00:40:05.752Z Compiling aho-corasick v1.1.4
18902026-03-18T00:40:05.806Z Compiling synstructure v0.13.2
18912026-03-18T00:40:05.839Z Compiling serde_derive_internals v0.29.1
18922026-03-18T00:40:05.889Z Compiling time-core v0.1.8
18932026-03-18T00:40:05.917Z Compiling num-conv v0.2.0
18942026-03-18T00:40:06.185Z Compiling time-macros v0.2.27
18952026-03-18T00:40:06.360Z Compiling pest_meta v2.8.6
18962026-03-18T00:40:06.616Z Compiling openssl v0.10.75
18972026-03-18T00:40:06.746Z Compiling pretty-hex v0.4.1
18982026-03-18T00:40:07.032Z Compiling crc32fast v1.5.0
18992026-03-18T00:40:07.061Z Compiling anyhow v1.0.102
19002026-03-18T00:40:07.090Z Compiling base64ct v1.8.3
19012026-03-18T00:40:07.091Z Compiling either v1.15.0
19022026-03-18T00:40:07.164Z Compiling regex-automata v0.4.14
19032026-03-18T00:40:07.189Z Compiling darling_core v0.21.3
19042026-03-18T00:40:07.194Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-18T00:40:07.264Z Compiling pest_generator v2.8.6
19062026-03-18T00:40:07.420Z Compiling flagset v0.4.7
19072026-03-18T00:40:07.431Z Compiling native-tls v0.2.18
19082026-03-18T00:40:07.489Z Compiling pem-rfc7468 v0.7.0
19092026-03-18T00:40:07.537Z Compiling rand_core v0.9.5
19102026-03-18T00:40:07.638Z Compiling slog v2.8.2
19112026-03-18T00:40:07.787Z Compiling tracing-core v0.1.36
19122026-03-18T00:40:07.869Z Compiling rayon-core v1.13.0
19132026-03-18T00:40:07.887Z Compiling serde_derive v1.0.228
19142026-03-18T00:40:07.893Z Compiling zeroize_derive v1.4.3
19152026-03-18T00:40:07.939Z Compiling zerofrom-derive v0.1.6
19162026-03-18T00:40:07.943Z Compiling yoke-derive v0.8.1
19172026-03-18T00:40:07.943Z Compiling zerovec-derive v0.11.2
19182026-03-18T00:40:08.143Z Compiling displaydoc v0.2.5
19192026-03-18T00:40:08.177Z Compiling zerocopy-derive v0.8.40
19202026-03-18T00:40:08.240Z Compiling tokio-macros v2.6.0
19212026-03-18T00:40:08.402Z Compiling futures-macro v0.3.32
19222026-03-18T00:40:08.811Z Compiling zeroize v1.8.2
19232026-03-18T00:40:09.143Z Compiling thiserror-impl v2.0.18
19242026-03-18T00:40:09.221Z Compiling tracing-attributes v0.1.31
19252026-03-18T00:40:09.406Z Compiling der_derive v0.7.3
19262026-03-18T00:40:09.506Z Compiling schemars_derive v0.8.22
19272026-03-18T00:40:09.533Z Compiling thiserror-impl v1.0.69
19282026-03-18T00:40:09.647Z Compiling zerofrom v0.1.6
19292026-03-18T00:40:09.838Z Compiling yoke v0.8.1
19302026-03-18T00:40:10.062Z Compiling crypto-common v0.1.7
19312026-03-18T00:40:10.127Z Compiling zerovec v0.11.5
19322026-03-18T00:40:10.153Z Compiling zerotrie v0.2.3
19332026-03-18T00:40:10.704Z Compiling block-buffer v0.10.4
19342026-03-18T00:40:10.772Z Compiling pest_derive v2.8.6
19352026-03-18T00:40:10.813Z Compiling futures-util v0.3.32
19362026-03-18T00:40:10.907Z Compiling tinystr v0.8.2
19372026-03-18T00:40:10.930Z Compiling potential_utf v0.1.4
19382026-03-18T00:40:10.976Z Compiling digest v0.10.7
19392026-03-18T00:40:11.140Z Compiling icu_collections v2.1.1
19402026-03-18T00:40:11.197Z Compiling icu_locale_core v2.1.1
19412026-03-18T00:40:11.243Z Compiling hmac v0.12.1
19422026-03-18T00:40:11.276Z Compiling block-padding v0.3.3
19432026-03-18T00:40:11.336Z Compiling sha2 v0.10.9
19442026-03-18T00:40:11.447Z Compiling inout v0.1.4
19452026-03-18T00:40:11.484Z Compiling rustls-pki-types v1.14.0
19462026-03-18T00:40:11.625Z Compiling cipher v0.4.4
19472026-03-18T00:40:11.671Z Compiling scroll_derive v0.13.1
19482026-03-18T00:40:12.130Z Compiling scroll_derive v0.12.1
19492026-03-18T00:40:12.229Z Compiling icu_provider v2.1.1
19502026-03-18T00:40:12.606Z Compiling bytes v1.11.1
19512026-03-18T00:40:12.659Z Compiling icu_properties v2.1.2
19522026-03-18T00:40:12.769Z Compiling icu_normalizer v2.1.1
19532026-03-18T00:40:12.816Z Compiling chrono v0.4.44
19542026-03-18T00:40:13.048Z Compiling serde_tokenstream v0.2.3
19552026-03-18T00:40:13.378Z Compiling tokio v1.49.0
19562026-03-18T00:40:13.904Z Compiling openssl-macros v0.1.1
19572026-03-18T00:40:14.256Z Compiling idna_adapter v1.2.1
19582026-03-18T00:40:14.391Z Compiling http v1.4.0
19592026-03-18T00:40:14.473Z Compiling idna v1.1.0
19602026-03-18T00:40:14.564Z Compiling der v0.7.10
19612026-03-18T00:40:14.683Z Compiling ppv-lite86 v0.2.21
19622026-03-18T00:40:14.732Z Compiling darling_macro v0.21.3
19632026-03-18T00:40:14.772Z Compiling regex v1.12.3
19642026-03-18T00:40:15.073Z Compiling url v2.5.8
19652026-03-18T00:40:15.157Z Compiling zerocopy-derive v0.7.35
19662026-03-18T00:40:15.179Z Compiling dyn-clone v1.0.20
19672026-03-18T00:40:15.373Z Compiling untrusted v0.9.0
19682026-03-18T00:40:15.399Z Compiling darling v0.21.3
19692026-03-18T00:40:15.403Z Compiling salsa20 v0.10.2
19702026-03-18T00:40:15.563Z Compiling pbkdf2 v0.12.2
19712026-03-18T00:40:15.623Z Compiling tracing v0.1.44
19722026-03-18T00:40:15.977Z Compiling spki v0.7.3
19732026-03-18T00:40:16.495Z Compiling cookie v0.18.1
19742026-03-18T00:40:16.544Z Compiling camino v1.2.2
19752026-03-18T00:40:16.638Z Compiling base64 v0.22.1
19762026-03-18T00:40:16.872Z Compiling scrypt v0.11.0
19772026-03-18T00:40:16.971Z Compiling rand_chacha v0.9.0
19782026-03-18T00:40:16.994Z Compiling aes v0.8.4
19792026-03-18T00:40:17.093Z Compiling cbc v0.1.2
19802026-03-18T00:40:17.597Z Compiling usdt-impl v0.5.0
19812026-03-18T00:40:17.739Z Compiling paste v1.0.15
19822026-03-18T00:40:17.764Z Compiling usdt-impl v0.6.0
19832026-03-18T00:40:17.928Z Compiling winnow v0.7.14
19842026-03-18T00:40:17.950Z Compiling ref-cast v1.0.25
19852026-03-18T00:40:18.341Z Compiling pkcs5 v0.7.1
19862026-03-18T00:40:18.391Z Compiling rand v0.9.2
19872026-03-18T00:40:18.622Z Compiling http-body v1.0.1
19882026-03-18T00:40:18.875Z Compiling tokio-util v0.7.18
19892026-03-18T00:40:18.898Z Compiling scroll v0.12.0
19902026-03-18T00:40:18.905Z Compiling scroll v0.13.0
19912026-03-18T00:40:19.052Z Compiling serde_spanned v0.6.9
19922026-03-18T00:40:19.078Z Compiling toml_datetime v0.6.11
19932026-03-18T00:40:19.197Z Compiling heapless v0.7.17
19942026-03-18T00:40:19.341Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-18T00:40:19.391Z Compiling untrusted v0.7.1
19962026-03-18T00:40:19.455Z Compiling zstd-safe v7.2.4
19972026-03-18T00:40:19.579Z Compiling openssl-probe v0.2.1
19982026-03-18T00:40:19.781Z Compiling atomic-waker v1.1.2
19992026-03-18T00:40:19.809Z Compiling signal-hook v0.3.18
20002026-03-18T00:40:20.003Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-18T00:40:20.084Z Compiling goblin v0.10.5
20022026-03-18T00:40:20.175Z Compiling goblin v0.8.2
20032026-03-18T00:40:20.208Z Compiling pkcs8 v0.10.2
20042026-03-18T00:40:20.655Z Compiling zerocopy v0.7.35
20052026-03-18T00:40:20.699Z Compiling ref-cast-impl v1.0.25
20062026-03-18T00:40:20.781Z Compiling darling_core v0.20.11
20072026-03-18T00:40:20.909Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-18T00:40:20.952Z Compiling memoffset v0.9.1
20092026-03-18T00:40:21.019Z Compiling tower-layer v0.3.3
20102026-03-18T00:40:21.268Z Compiling fastrand v2.3.0
20112026-03-18T00:40:21.335Z Compiling tinyvec_macros v0.1.1
20122026-03-18T00:40:21.359Z Compiling tower-service v0.3.3
20132026-03-18T00:40:21.441Z Compiling try-lock v0.2.5
20142026-03-18T00:40:21.506Z Compiling winnow v0.5.40
20152026-03-18T00:40:21.626Z Compiling rustix v0.38.44
20162026-03-18T00:40:21.707Z Compiling litrs v1.0.0
20172026-03-18T00:40:22.025Z Compiling want v0.3.1
20182026-03-18T00:40:22.106Z Compiling h2 v0.4.13
20192026-03-18T00:40:22.309Z Compiling tinyvec v1.10.0
20202026-03-18T00:40:22.426Z Compiling document-features v0.2.12
20212026-03-18T00:40:23.083Z Compiling dtrace-parser v0.2.0
20222026-03-18T00:40:23.231Z Compiling dtrace-parser v0.3.0
20232026-03-18T00:40:23.673Z Compiling dof v0.3.0
20242026-03-18T00:40:23.696Z Compiling toml_edit v0.19.15
20252026-03-18T00:40:23.858Z Compiling ipnet v2.11.0
20262026-03-18T00:40:23.914Z Compiling darling_macro v0.20.11
20272026-03-18T00:40:23.993Z Compiling async-trait v0.1.89
20282026-03-18T00:40:24.155Z Compiling dof v0.4.0
20292026-03-18T00:40:24.529Z Compiling daft-derive v0.1.5
20302026-03-18T00:40:24.586Z Compiling curve25519-dalek v4.1.3
20312026-03-18T00:40:24.702Z Compiling spin v0.9.8
20322026-03-18T00:40:24.902Z Compiling thread-id v4.2.2
20332026-03-18T00:40:24.958Z Compiling thread-id v5.1.0
20342026-03-18T00:40:25.030Z Compiling proc-macro-error-attr v1.0.4
20352026-03-18T00:40:25.096Z Compiling httpdate v1.0.3
20362026-03-18T00:40:25.362Z Compiling num-bigint-dig v0.8.6
20372026-03-18T00:40:25.446Z Compiling smoltcp v0.9.1
20382026-03-18T00:40:25.530Z Compiling cfg_aliases v0.2.1
20392026-03-18T00:40:25.533Z Compiling powerfmt v0.2.0
20402026-03-18T00:40:25.587Z Compiling foreign-types-shared v0.1.1
20412026-03-18T00:40:25.640Z Compiling pin-utils v0.1.0
20422026-03-18T00:40:25.735Z Compiling foreign-types v0.3.2
20432026-03-18T00:40:25.768Z Compiling nix v0.31.1
20442026-03-18T00:40:25.797Z Compiling deranged v0.5.8
20452026-03-18T00:40:25.825Z Compiling tempfile v3.25.0
20462026-03-18T00:40:25.998Z Compiling darling v0.20.11
20472026-03-18T00:40:26.483Z Compiling ipnetwork v0.21.1
20482026-03-18T00:40:26.597Z Compiling hyper v1.8.1
20492026-03-18T00:40:26.647Z Compiling strum_macros v0.26.4
20502026-03-18T00:40:26.941Z Compiling wait-timeout v0.2.1
20512026-03-18T00:40:26.996Z Compiling proc-macro-error v1.0.4
20522026-03-18T00:40:27.159Z Compiling anstyle v1.0.13
20532026-03-18T00:40:27.304Z Compiling unicode-segmentation v1.12.0
20542026-03-18T00:40:27.307Z Compiling num_threads v0.1.7
20552026-03-18T00:40:27.372Z Compiling quick-error v1.2.3
20562026-03-18T00:40:27.546Z Compiling bit-vec v0.8.0
20572026-03-18T00:40:27.617Z Compiling utf8parse v0.2.2
20582026-03-18T00:40:27.722Z Compiling siphasher v1.0.2
20592026-03-18T00:40:27.795Z Compiling simd-adler32 v0.3.8
20602026-03-18T00:40:27.905Z Compiling bit-set v0.8.0
20612026-03-18T00:40:28.038Z Compiling anstyle-parse v0.2.7
20622026-03-18T00:40:28.175Z Compiling time v0.3.47
20632026-03-18T00:40:28.340Z Compiling hyper-util v0.1.20
20642026-03-18T00:40:28.451Z Compiling rusty-fork v0.3.1
20652026-03-18T00:40:29.037Z Compiling crossbeam-epoch v0.9.18
20662026-03-18T00:40:29.079Z Compiling derive_builder_core v0.20.2
20672026-03-18T00:40:29.528Z Compiling unicode-normalization v0.1.25
20682026-03-18T00:40:30.266Z Compiling rustls-native-certs v0.8.3
20692026-03-18T00:40:30.457Z Compiling signature v2.2.0
20702026-03-18T00:40:30.571Z Compiling hubpack_derive v0.1.1
20712026-03-18T00:40:30.649Z Compiling strum_macros v0.27.2
20722026-03-18T00:40:30.710Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-18T00:40:30.794Z Compiling rand_xorshift v0.4.0
20742026-03-18T00:40:30.851Z Compiling sync_wrapper v1.0.2
20752026-03-18T00:40:30.925Z Compiling fs-err v3.3.0
20762026-03-18T00:40:31.043Z Compiling ahash v0.8.12
20772026-03-18T00:40:31.152Z Compiling unarray v0.1.4
20782026-03-18T00:40:31.244Z Compiling unicode-properties v0.1.4
20792026-03-18T00:40:31.269Z Compiling unicode-bidi v0.3.18
20802026-03-18T00:40:31.325Z Compiling colorchoice v1.0.4
20812026-03-18T00:40:31.356Z Compiling adler2 v2.0.1
20822026-03-18T00:40:31.544Z Compiling anstyle-query v1.1.5
20832026-03-18T00:40:31.548Z Compiling object v0.37.3
20842026-03-18T00:40:31.602Z Compiling is_terminal_polyfill v1.70.2
20852026-03-18T00:40:31.703Z Compiling miniz_oxide v0.8.9
20862026-03-18T00:40:31.742Z Compiling anstream v0.6.21
20872026-03-18T00:40:31.802Z Compiling stringprep v0.1.5
20882026-03-18T00:40:31.945Z Compiling proptest v1.10.0
20892026-03-18T00:40:32.377Z Compiling tower v0.5.3
20902026-03-18T00:40:32.548Z Compiling derive_builder_macro v0.20.2
20912026-03-18T00:40:33.050Z Compiling crossbeam-deque v0.8.6
20922026-03-18T00:40:33.091Z Compiling heck v0.4.1
20932026-03-18T00:40:33.147Z Compiling usdt-macro v0.6.0
20942026-03-18T00:40:33.150Z Compiling usdt-attr-macro v0.6.0
20952026-03-18T00:40:33.359Z Compiling http-body-util v0.1.3
20962026-03-18T00:40:33.441Z Compiling webpki-roots v1.0.6
20972026-03-18T00:40:33.731Z Compiling rand_chacha v0.3.1
20982026-03-18T00:40:33.757Z Compiling erased-serde v0.3.31
20992026-03-18T00:40:33.786Z Compiling md-5 v0.10.6
21002026-03-18T00:40:33.931Z Compiling num-integer v0.1.46
21012026-03-18T00:40:33.960Z Compiling hash32 v0.2.1
21022026-03-18T00:40:34.037Z Compiling vergen-lib v0.1.6
21032026-03-18T00:40:34.155Z Compiling ff v0.13.1
21042026-03-18T00:40:34.203Z Compiling zlib-rs v0.6.2
21052026-03-18T00:40:34.206Z Compiling ryu v1.0.23
21062026-03-18T00:40:34.282Z Compiling fallible-iterator v0.2.0
21072026-03-18T00:40:34.331Z Compiling psl-types v2.0.11
21082026-03-18T00:40:34.334Z Compiling base16ct v0.2.0
21092026-03-18T00:40:34.334Z Compiling iri-string v0.7.10
21102026-03-18T00:40:34.412Z Compiling serde_urlencoded v0.7.1
21112026-03-18T00:40:34.513Z Compiling publicsuffix v2.3.0
21122026-03-18T00:40:34.538Z Compiling sec1 v0.7.3
21132026-03-18T00:40:34.620Z Compiling group v0.13.0
21142026-03-18T00:40:34.644Z Compiling num-iter v0.1.45
21152026-03-18T00:40:34.701Z Compiling postgres-protocol v0.6.10
21162026-03-18T00:40:34.814Z Compiling rand v0.8.5
21172026-03-18T00:40:34.941Z Compiling newtype-uuid v1.3.2
21182026-03-18T00:40:35.342Z Compiling oxnet v0.1.4
21192026-03-18T00:40:35.393Z Compiling zone_cfg_derive v0.3.1
21202026-03-18T00:40:35.486Z Compiling derive_builder v0.20.2
21212026-03-18T00:40:35.675Z Compiling tokio-native-tls v0.3.1
21222026-03-18T00:40:35.719Z Compiling phf_shared v0.13.1
21232026-03-18T00:40:35.907Z Compiling lazy_static v1.5.0
21242026-03-18T00:40:36.065Z Compiling terminal_size v0.4.3
21252026-03-18T00:40:36.093Z Compiling tower-http v0.6.8
21262026-03-18T00:40:36.120Z Compiling serde_with_macros v3.17.0
21272026-03-18T00:40:36.123Z Compiling cargo-platform v0.1.9
21282026-03-18T00:40:36.246Z Compiling hkdf v0.12.4
21292026-03-18T00:40:36.269Z Compiling crypto-bigint v0.5.5
21302026-03-18T00:40:36.300Z Compiling serde_repr v0.1.20
21312026-03-18T00:40:36.413Z Compiling enum-as-inner v0.6.1
21322026-03-18T00:40:36.445Z Compiling clap_derive v4.5.55
21332026-03-18T00:40:36.476Z Compiling vergen v9.0.6
21342026-03-18T00:40:36.520Z Compiling foldhash v0.1.5
21352026-03-18T00:40:36.615Z Compiling managed v0.8.0
21362026-03-18T00:40:36.701Z Compiling bumpalo v3.20.2
21372026-03-18T00:40:36.731Z Compiling libbz2-rs-sys v0.2.2
21382026-03-18T00:40:36.944Z Compiling clap_lex v1.0.0
21392026-03-18T00:40:37.072Z Compiling bitflags v1.3.2
21402026-03-18T00:40:37.153Z Compiling flate2 v1.1.9
21412026-03-18T00:40:37.156Z Compiling unicode-width v0.2.0
21422026-03-18T00:40:37.224Z Compiling clap_builder v4.5.60
21432026-03-18T00:40:37.334Z Compiling bzip2 v0.6.1
21442026-03-18T00:40:37.497Z Compiling zopfli v0.8.3
21452026-03-18T00:40:37.577Z Compiling console v0.16.2
21462026-03-18T00:40:37.660Z Compiling hashbrown v0.15.5
21472026-03-18T00:40:37.710Z Compiling elliptic-curve v0.13.8
21482026-03-18T00:40:37.743Z Compiling cargo_metadata v0.19.2
21492026-03-18T00:40:38.313Z Compiling zstd v0.13.3
21502026-03-18T00:40:38.367Z Compiling phf v0.13.1
21512026-03-18T00:40:38.411Z Compiling hyper-tls v0.6.0
21522026-03-18T00:40:38.460Z Compiling signal-hook-mio v0.2.5
21532026-03-18T00:40:38.532Z Compiling daft v0.1.5
21542026-03-18T00:40:38.672Z Compiling rayon v1.11.0
21552026-03-18T00:40:38.697Z Compiling cookie_store v0.22.1
21562026-03-18T00:40:38.747Z Compiling postgres-types v0.2.12
21572026-03-18T00:40:38.795Z Compiling bzip2 v0.4.4
21582026-03-18T00:40:38.931Z Compiling strum v0.27.2
21592026-03-18T00:40:39.170Z Compiling hubpack v0.1.2
21602026-03-18T00:40:39.352Z Compiling ed25519 v2.2.3
21612026-03-18T00:40:39.507Z Compiling phf_shared v0.11.3
21622026-03-18T00:40:39.645Z Compiling pkcs1 v0.7.5
21632026-03-18T00:40:39.778Z Compiling hex v0.4.3
21642026-03-18T00:40:39.919Z Compiling serde-big-array v0.5.1
21652026-03-18T00:40:39.970Z Compiling rfc6979 v0.4.0
21662026-03-18T00:40:40.143Z Compiling bstr v1.12.1
21672026-03-18T00:40:40.224Z Compiling itertools v0.12.1
21682026-03-18T00:40:40.274Z Compiling float-cmp v0.10.0
21692026-03-18T00:40:40.277Z Compiling memmap2 v0.9.10
21702026-03-18T00:40:40.277Z Compiling env_filter v1.0.0
21712026-03-18T00:40:40.461Z Compiling encoding_rs v0.8.35
21722026-03-18T00:40:40.494Z Compiling new_debug_unreachable v1.0.6
21732026-03-18T00:40:40.554Z Compiling static_assertions v1.1.0
21742026-03-18T00:40:40.624Z Compiling whoami v2.1.0
21752026-03-18T00:40:40.661Z Compiling difflib v0.4.0
21762026-03-18T00:40:40.693Z Compiling keccak v0.1.6
21772026-03-18T00:40:40.729Z Compiling precomputed-hash v0.1.1
21782026-03-18T00:40:40.780Z Compiling fixedbitset v0.5.7
21792026-03-18T00:40:40.881Z Compiling predicates-core v1.0.10
21802026-03-18T00:40:40.904Z Compiling jiff v0.2.21
21812026-03-18T00:40:41.016Z Compiling rustc-hash v2.1.1
21822026-03-18T00:40:41.068Z Compiling data-encoding v2.10.0
21832026-03-18T00:40:41.146Z Compiling unit-prefix v0.5.2
21842026-03-18T00:40:41.240Z Compiling toml_write v0.1.2
21852026-03-18T00:40:41.363Z Compiling fixedbitset v0.4.2
21862026-03-18T00:40:41.386Z Compiling normalize-line-endings v0.3.0
21872026-03-18T00:40:41.390Z Compiling mime v0.3.17
21882026-03-18T00:40:41.524Z Compiling predicates v3.1.4
21892026-03-18T00:40:41.547Z Compiling hickory-proto v0.25.2
21902026-03-18T00:40:41.652Z Compiling petgraph v0.6.5
21912026-03-18T00:40:41.677Z Compiling toml_edit v0.22.27
21922026-03-18T00:40:41.879Z Compiling indicatif v0.18.4
21932026-03-18T00:40:41.969Z Compiling zone v0.3.1
21942026-03-18T00:40:42.389Z Compiling iddqd v0.3.17
21952026-03-18T00:40:42.414Z Compiling petgraph v0.8.3
21962026-03-18T00:40:42.533Z Compiling tokio-postgres v0.7.16
21972026-03-18T00:40:42.883Z Compiling sha3 v0.10.8
21982026-03-18T00:40:42.989Z Compiling string_cache v0.8.9
21992026-03-18T00:40:43.343Z Compiling similar v2.7.0
22002026-03-18T00:40:43.369Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-03-18T00:40:43.874Z Compiling env_logger v0.11.9
22022026-03-18T00:40:43.973Z Compiling usdt v0.6.0
22032026-03-18T00:40:44.414Z Compiling ecdsa v0.16.9
22042026-03-18T00:40:44.750Z Compiling serde_with v3.17.0
22052026-03-18T00:40:44.923Z Compiling zip v4.6.1
22062026-03-18T00:40:45.196Z Compiling rsa v0.9.10
22072026-03-18T00:40:45.586Z Compiling ed25519-dalek v2.2.0
22082026-03-18T00:40:45.994Z Compiling crossterm v0.28.1
22092026-03-18T00:40:46.108Z Compiling clap v4.5.60
22102026-03-18T00:40:46.561Z Compiling zip v0.6.6
22112026-03-18T00:40:46.772Z Compiling strum v0.26.3
22122026-03-18T00:40:46.980Z Compiling toml v0.7.8
22132026-03-18T00:40:47.158Z Compiling tokio-stream v0.1.18
22142026-03-18T00:40:47.288Z Compiling buf-list v1.1.2
22152026-03-18T00:40:47.472Z Compiling x509-cert v0.2.5
22162026-03-18T00:40:47.582Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-18T00:40:47.680Z Compiling openapiv3 v2.2.0
22182026-03-18T00:40:47.733Z Compiling sha1 v0.10.6
22192026-03-18T00:40:47.843Z Compiling itertools v0.13.0
22202026-03-18T00:40:48.062Z Compiling lalrpop-util v0.19.12
22212026-03-18T00:40:48.365Z Compiling peg-runtime v0.8.5
22222026-03-18T00:41:04.554Z Compiling macaddr v1.0.1
22232026-03-18T00:41:04.952Z Compiling structmeta-derive v0.3.0
22242026-03-18T00:41:04.992Z Compiling itertools v0.14.0
22252026-03-18T00:41:06.589Z Compiling heapless v0.8.0
22262026-03-18T00:41:06.802Z Compiling ingot-macros v0.1.1
22272026-03-18T00:41:07.060Z Compiling structmeta v0.3.0
22282026-03-18T00:41:10.651Z Compiling rustls-webpki v0.103.9
22292026-03-18T00:41:12.361Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-18T00:41:13.252Z Compiling hash32 v0.3.1
22312026-03-18T00:41:13.375Z Compiling smoltcp v0.11.0
22322026-03-18T00:41:13.478Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-18T00:41:13.923Z Compiling proc-macro-crate v3.4.0
22342026-03-18T00:41:14.040Z Compiling ingot-types v0.1.2
22352026-03-18T00:41:14.045Z Compiling cobs v0.3.0
22362026-03-18T00:41:14.091Z Compiling rustls v0.22.4
22372026-03-18T00:41:14.245Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-18T00:41:14.449Z Compiling postcard v1.1.3
22392026-03-18T00:41:14.482Z Compiling proc-macro-crate v1.3.1
22402026-03-18T00:41:14.628Z Compiling num_enum_derive v0.7.5
22412026-03-18T00:41:14.668Z Compiling ingot v0.1.1
22422026-03-18T00:41:14.704Z Compiling rustls-webpki v0.102.8
22432026-03-18T00:41:14.967Z Compiling futures-executor v0.3.32
22442026-03-18T00:41:15.028Z Compiling foreign-types-macros v0.2.3
22452026-03-18T00:41:15.055Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-18T00:41:15.508Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-18T00:41:15.672Z Compiling multer v3.1.0
22482026-03-18T00:41:15.682Z Compiling thread_local v1.1.9
22492026-03-18T00:41:15.706Z Compiling match_cfg v0.1.0
22502026-03-18T00:41:15.821Z Compiling foreign-types-shared v0.3.1
22512026-03-18T00:41:15.848Z Compiling typeid v1.0.3
22522026-03-18T00:41:15.896Z Compiling slog-async v2.8.0
22532026-03-18T00:41:15.936Z Compiling cpufeatures v0.3.0
22542026-03-18T00:41:15.991Z Compiling foreign-types v0.5.0
22552026-03-18T00:41:16.021Z Compiling num_enum v0.7.5
22562026-03-18T00:41:16.048Z Compiling chacha20 v0.10.0
22572026-03-18T00:41:16.139Z Compiling hostname v0.3.1
22582026-03-18T00:41:16.193Z Compiling futures v0.3.32
22592026-03-18T00:41:16.256Z Compiling num_enum_derive v0.5.11
22602026-03-18T00:41:16.282Z Compiling tokio-rustls v0.26.4
22612026-03-18T00:41:16.313Z Compiling rustls-platform-verifier v0.6.2
22622026-03-18T00:41:16.503Z Compiling derive-ex v0.1.8
22632026-03-18T00:41:16.574Z Compiling tabwriter v1.4.1
22642026-03-18T00:41:16.620Z Compiling hyper-rustls v0.27.7
22652026-03-18T00:41:16.646Z Compiling slog-json v2.6.1
22662026-03-18T00:41:16.686Z Compiling crossbeam-channel v0.5.15
22672026-03-18T00:41:17.052Z Compiling reqwest v0.12.28
22682026-03-18T00:41:17.116Z Compiling reqwest v0.13.2
22692026-03-18T00:41:17.139Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-18T00:41:17.178Z Compiling async-stream-impl v0.3.6
22712026-03-18T00:41:17.541Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-18T00:41:17.649Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-18T00:41:17.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742026-03-18T00:41:17.794Z Compiling serde_spanned v1.0.4
22752026-03-18T00:41:18.038Z Compiling is-terminal v0.4.17
22762026-03-18T00:41:18.064Z Compiling cstr-argument v0.1.2
22772026-03-18T00:41:18.088Z Compiling dropshot v0.16.7
22782026-03-18T00:41:18.173Z Compiling take_mut v0.2.2
22792026-03-18T00:41:18.196Z Compiling erased-serde v0.4.9
22802026-03-18T00:41:18.311Z Compiling crucible-workspace-hack v0.1.0
22812026-03-18T00:41:18.352Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-18T00:41:18.379Z Compiling toml_writer v1.0.6+spec-1.1.0
22832026-03-18T00:41:18.382Z Compiling term v1.2.1
22842026-03-18T00:41:18.709Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-18T00:41:18.737Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-18T00:41:18.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-18T00:41:18.822Z Compiling async-stream v0.3.6
22882026-03-18T00:41:18.848Z Compiling test-strategy v0.4.5
22892026-03-18T00:41:18.963Z Compiling slog-term v2.9.2
22902026-03-18T00:41:19.128Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-18T00:41:19.250Z Compiling num_enum v0.5.11
22922026-03-18T00:41:19.319Z Compiling tokio-rustls v0.25.0
22932026-03-18T00:41:19.373Z Compiling slog-bunyan v2.5.0
22942026-03-18T00:41:19.445Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-18T00:41:19.667Z Compiling rand v0.10.0
22962026-03-18T00:41:19.906Z Compiling parse-display-derive v0.10.0
22972026-03-18T00:41:20.034Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-18T00:41:20.200Z Compiling backon v1.6.0
22992026-03-18T00:41:20.372Z Compiling waitgroup v0.1.2
23002026-03-18T00:41:20.439Z Compiling dropshot_endpoint v0.16.7
23012026-03-18T00:41:20.566Z Compiling newtype-uuid-macros v0.1.0
23022026-03-18T00:41:20.620Z Compiling rustls-pemfile v2.2.0
23032026-03-18T00:41:20.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-18T00:41:20.756Z Compiling serde_path_to_error v0.1.20
23052026-03-18T00:41:20.800Z Compiling hostname v0.4.2
23062026-03-18T00:41:20.825Z Compiling instant v0.1.13
23072026-03-18T00:41:21.021Z Compiling colored v3.1.1
23082026-03-18T00:41:21.045Z Compiling libefi-sys v0.1.0
23092026-03-18T00:41:21.069Z Compiling debug-ignore v1.0.5
23102026-03-18T00:41:21.073Z Compiling backoff v0.4.0
23112026-03-18T00:41:21.233Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-18T00:41:21.406Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-18T00:41:21.432Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-18T00:41:21.588Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-18T00:41:21.638Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-18T00:41:21.937Z Compiling camino-tempfile v1.4.1
23172026-03-18T00:41:22.095Z Compiling parse-display v0.10.0
23182026-03-18T00:41:22.183Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-18T00:41:22.213Z Compiling usdt-attr-macro v0.5.0
23202026-03-18T00:41:22.241Z Compiling usdt-macro v0.5.0
23212026-03-18T00:41:22.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23222026-03-18T00:41:22.539Z Compiling secrecy v0.10.3
23232026-03-18T00:41:22.797Z Compiling bitfield-struct v0.6.2
23242026-03-18T00:41:22.832Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252026-03-18T00:41:23.233Z Compiling num-derive v0.4.2
23262026-03-18T00:41:23.278Z Compiling regress v0.10.5
23272026-03-18T00:41:23.310Z Compiling ordered-float v2.10.1
23282026-03-18T00:41:23.335Z Compiling blake3 v1.8.3
23292026-03-18T00:41:23.445Z Compiling sigpipe v0.1.3
23302026-03-18T00:41:23.601Z Compiling memmap v0.7.0
23312026-03-18T00:41:23.728Z Compiling glob v0.3.3
23322026-03-18T00:41:23.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-18T00:41:23.964Z Compiling usdt v0.5.0
23342026-03-18T00:41:24.121Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-18T00:41:24.254Z Compiling serde-value v0.7.0
23362026-03-18T00:41:24.318Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-18T00:41:24.389Z Compiling serde-untagged v0.1.9
23382026-03-18T00:41:24.415Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-18T00:41:24.615Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-03-18T00:41:24.856Z Compiling toml v0.8.23
23412026-03-18T00:41:24.884Z Compiling smf v0.2.3
23422026-03-18T00:41:24.917Z Compiling filetime v0.2.27
23432026-03-18T00:41:24.943Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-18T00:41:24.971Z Compiling xattr v1.6.1
23452026-03-18T00:41:25.051Z Compiling unicode-xid v0.2.6
23462026-03-18T00:41:25.086Z Compiling arrayvec v0.7.6
23472026-03-18T00:41:25.217Z Compiling whoami v1.6.1
23482026-03-18T00:41:25.242Z Compiling arrayref v0.3.9
23492026-03-18T00:41:25.247Z Compiling same-file v1.0.6
23502026-03-18T00:41:25.291Z Compiling constant_time_eq v0.4.2
23512026-03-18T00:41:25.295Z Compiling tar v0.4.44
23522026-03-18T00:41:25.366Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-18T00:41:25.433Z Compiling walkdir v2.5.0
23542026-03-18T00:41:25.543Z Compiling cargo-util-schemas v0.8.2
23552026-03-18T00:41:25.565Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-18T00:41:25.847Z Compiling tokio-dtrace v0.1.1
23572026-03-18T00:41:25.916Z Compiling gethostname v0.5.0
23582026-03-18T00:41:26.108Z Compiling cargo-platform v0.2.0
23592026-03-18T00:41:26.287Z Compiling topological-sort v0.2.2
23602026-03-18T00:41:26.313Z Compiling oxide-tokio-rt v0.1.3
23612026-03-18T00:41:26.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-18T00:41:26.401Z Compiling indent_write v2.2.0
23632026-03-18T00:41:26.429Z Compiling shell-words v1.1.1
23642026-03-18T00:41:27.325Z Compiling cargo_metadata v0.21.0
23652026-03-18T00:41:38.958Z Compiling progenitor-client v0.13.0
23662026-03-18T00:41:38.980Z Compiling progenitor-client v0.10.0
23672026-03-18T00:41:38.985Z Compiling omicron-zone-package v0.12.2
23682026-03-18T00:41:39.093Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-18T00:41:39.098Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-18T00:41:39.098Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-18T00:41:39.098Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-18T00:41:39.513Z Compiling progenitor-extras v0.1.1
23732026-03-18T00:41:39.884Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-18T00:41:49.970Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-18T00:41:51.295Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-18T00:42:00.032Z Finished `release` profile [optimized] target(s) in 2m 01s
23772026-03-18T00:42:00.243Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-18T00:42:00.314ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-18T00:42:00.317ZCreated new build target 'test' and set it as active
23802026-03-18T00:42:00.320Z
23812026-03-18T00:42:00.320Zreal 2:02.006972715
23822026-03-18T00:42:00.320Zuser 21:26.003411248
23832026-03-18T00:42:00.320Zsys 3:20.217786253
23842026-03-18T00:42:00.320Ztrap 0.586705137
23852026-03-18T00:42:00.320Ztflt 3.068153604
23862026-03-18T00:42:00.320Zdflt 3.945952054
23872026-03-18T00:42:00.320Zkflt 0.001413522
23882026-03-18T00:42:00.320Zlock 1:08:22.053081803
23892026-03-18T00:42:00.320Zslp 54:49.115103908
23902026-03-18T00:42:00.320Zlat 49.770406089
23912026-03-18T00:42:00.320Zstop 8:26.445146293
23922026-03-18T00:42:00.320Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-18T00:42:01.628Z Finished `release` profile [optimized] target(s) in 1.29s
23942026-03-18T00:42:01.710Z Running `target/release/omicron-package -t test package`
23952026-03-18T00:42:01.787ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-18T00:42:03.810Z Compiling regress v0.10.5
23972026-03-18T00:42:03.810Z Compiling heck v0.5.0
23982026-03-18T00:42:03.815Z Compiling unsafe-libyaml v0.2.11
23992026-03-18T00:42:04.047Z Compiling convert_case v0.4.0
24002026-03-18T00:42:04.141Z Compiling half v2.7.1
24012026-03-18T00:42:04.141Z Compiling ciborium-io v0.2.2
24022026-03-18T00:42:04.201Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24032026-03-18T00:42:04.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24042026-03-18T00:42:04.263Z Compiling prettyplease v0.2.37
24052026-03-18T00:42:04.292Z Compiling typify-impl v0.6.1
24062026-03-18T00:42:04.326Z Compiling universal-hash v0.5.1
24072026-03-18T00:42:04.329Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-18T00:42:04.329Z Compiling opaque-debug v0.3.1
24092026-03-18T00:42:04.329Z Compiling unicode-width v0.1.14
24102026-03-18T00:42:04.399Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-03-18T00:42:04.435Z Compiling chacha20 v0.9.1
24122026-03-18T00:42:04.469Z Compiling password-hash v0.5.0
24132026-03-18T00:42:04.569Z Compiling ciborium-ll v0.2.2
24142026-03-18T00:42:04.569Z Compiling derive_more v0.99.20
24152026-03-18T00:42:04.572Z Compiling poly1305 v0.8.0
24162026-03-18T00:42:04.671Z Compiling blake2 v0.10.6
24172026-03-18T00:42:04.675Z Compiling aead v0.5.2
24182026-03-18T00:42:04.846Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-18T00:42:04.880Z Compiling ciborium v0.2.2
24202026-03-18T00:42:04.883Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24212026-03-18T00:42:04.956Z Compiling is-terminal v0.4.17
24222026-03-18T00:42:05.006Z Compiling swrite v0.1.0
24232026-03-18T00:42:05.006Z Compiling chacha20poly1305 v0.10.1
24242026-03-18T00:42:05.138Z Compiling argon2 v0.5.3
24252026-03-18T00:42:05.206Z Compiling serde_spanned v1.0.4
24262026-03-18T00:42:05.283Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-18T00:42:05.449Z Compiling bytecount v0.6.9
24282026-03-18T00:42:05.482Z Compiling rustls v0.22.4
24292026-03-18T00:42:05.513Z Compiling rustls-webpki v0.102.8
24302026-03-18T00:42:05.558Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-18T00:42:05.616Z Compiling derive-where v1.6.0
24322026-03-18T00:42:05.704Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-03-18T00:42:05.734Z Compiling thread_local v1.1.9
24342026-03-18T00:42:05.809Z Compiling match_cfg v0.1.0
24352026-03-18T00:42:05.855Z Compiling thiserror-no-std v2.0.2
24362026-03-18T00:42:05.949Z Compiling hostname v0.3.1
24372026-03-18T00:42:06.025Z Compiling vsss-rs v3.3.4
24382026-03-18T00:42:06.190Z Compiling multer v3.1.0
24392026-03-18T00:42:06.228Z Compiling slog-async v2.8.0
24402026-03-18T00:42:06.268Z Compiling slog-json v2.6.1
24412026-03-18T00:42:06.343Z Compiling crossbeam-channel v0.5.15
24422026-03-18T00:42:06.346Z Compiling futures-executor v0.3.32
24432026-03-18T00:42:06.532Z Compiling take_mut v0.2.2
24442026-03-18T00:42:06.563Z Compiling term v1.2.1
24452026-03-18T00:42:06.603Z Compiling slog-bunyan v2.5.0
24462026-03-18T00:42:06.726Z Compiling futures v0.3.32
24472026-03-18T00:42:06.834Z Compiling async-stream v0.3.6
24482026-03-18T00:42:06.874Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-18T00:42:07.013Z Compiling slog-term v2.9.2
24502026-03-18T00:42:07.089Z Compiling dropshot v0.16.7
24512026-03-18T00:42:07.126Z Compiling progenitor-client v0.13.0
24522026-03-18T00:42:07.129Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-03-18T00:42:07.200Z Compiling waitgroup v0.1.2
24542026-03-18T00:42:07.356Z Compiling backon v1.6.0
24552026-03-18T00:42:07.394Z Compiling rustls-pemfile v2.2.0
24562026-03-18T00:42:07.432Z Compiling hostname v0.4.2
24572026-03-18T00:42:07.470Z Compiling serde_path_to_error v0.1.20
24582026-03-18T00:42:07.473Z Compiling instant v0.1.13
24592026-03-18T00:42:07.473Z Compiling debug-ignore v1.0.5
24602026-03-18T00:42:07.589Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-18T00:42:07.625Z Compiling progenitor-extras v0.1.1
24622026-03-18T00:42:07.667Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-03-18T00:42:07.708Z Compiling backoff v0.4.0
24642026-03-18T00:42:07.742Z Compiling parse-display v0.10.0
24652026-03-18T00:42:07.747Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-03-18T00:42:07.781Z Compiling progenitor-client v0.10.0
24672026-03-18T00:42:07.785Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-03-18T00:42:07.887Z Compiling macaddr v1.0.1
24692026-03-18T00:42:07.976Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-18T00:42:08.011Z Compiling console v0.15.11
24712026-03-18T00:42:08.014Z Compiling newline-converter v0.3.0
24722026-03-18T00:42:08.084Z Compiling atomicwrites v0.4.4
24732026-03-18T00:42:08.088Z Compiling num-rational v0.4.2
24742026-03-18T00:42:08.233Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-18T00:42:08.276Z Compiling num-complex v0.4.6
24762026-03-18T00:42:08.358Z Compiling slog-dtrace v0.3.0
24772026-03-18T00:42:08.455Z Compiling async-recursion v1.1.1
24782026-03-18T00:42:08.516Z Compiling float-ord v0.3.2
24792026-03-18T00:42:08.632Z Compiling expectorate v1.2.0
24802026-03-18T00:42:08.768Z Compiling cancel-safe-futures v0.1.5
24812026-03-18T00:42:08.898Z Compiling tokio-rustls v0.25.0
24822026-03-18T00:42:08.940Z Compiling num v0.4.3
24832026-03-18T00:42:08.980Z Compiling owo-colors v4.3.0
24842026-03-18T00:42:09.051Z Compiling libsw-core v0.3.2
24852026-03-18T00:42:09.123Z Compiling resolv-conf v0.7.6
24862026-03-18T00:42:09.126Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-03-18T00:42:09.349Z Compiling libsw v3.5.0
24882026-03-18T00:42:09.384Z Compiling toml v0.8.23
24892026-03-18T00:42:09.416Z Compiling linear-map v1.2.0
24902026-03-18T00:42:09.519Z Compiling minimal-lexical v0.2.1
24912026-03-18T00:42:09.628Z Compiling linked-hash-map v0.5.6
24922026-03-18T00:42:09.771Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-03-18T00:42:09.816Z Compiling unicode-xid v0.2.6
24942026-03-18T00:42:09.900Z Compiling nom v7.1.3
24952026-03-18T00:42:09.951Z Compiling lru-cache v0.1.2
24962026-03-18T00:42:09.983Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-03-18T00:42:09.986Z Compiling globset v0.4.18
24982026-03-18T00:42:10.042Z Compiling hickory-proto v0.24.4
24992026-03-18T00:42:10.171Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25002026-03-18T00:42:10.226Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-18T00:42:10.560Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-18T00:42:11.017Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-18T00:42:11.683Z Compiling typify-macro v0.6.1
25042026-03-18T00:42:11.906Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-03-18T00:42:11.937Z Compiling convert_case v0.10.0
25062026-03-18T00:42:12.416Z Compiling derive_more-impl v2.1.1
25072026-03-18T00:42:13.533Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-03-18T00:42:13.571Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-03-18T00:42:13.575Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-03-18T00:42:13.755Z Compiling pin-project-internal v1.1.11
25112026-03-18T00:42:13.921Z Compiling hickory-resolver v0.24.4
25122026-03-18T00:42:14.052Z Compiling derive_more v2.1.1
25132026-03-18T00:42:14.093Z Compiling typify v0.6.1
25142026-03-18T00:42:14.285Z Compiling progenitor-impl v0.13.0
25152026-03-18T00:42:15.230Z Compiling pin-project v1.1.11
25162026-03-18T00:42:15.416Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-18T00:42:15.453Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-18T00:42:15.676Z Compiling qorb v0.4.1
25192026-03-18T00:42:15.708Z Compiling pem v3.0.6
25202026-03-18T00:42:16.234Z Compiling snafu-derive v0.8.9
25212026-03-18T00:42:16.662Z Compiling termtree v0.5.1
25222026-03-18T00:42:16.977Z Compiling crossterm v0.29.0
25232026-03-18T00:42:17.012Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-03-18T00:42:17.668Z Compiling progenitor-macro v0.13.0
25252026-03-18T00:42:18.394Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-03-18T00:42:18.788Z Compiling snafu v0.8.9
25272026-03-18T00:42:19.611Z Compiling olpc-cjson v0.1.4
25282026-03-18T00:42:19.911Z Compiling phf_shared v0.12.1
25292026-03-18T00:42:19.972Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-03-18T00:42:20.279Z Compiling serde_plain v1.0.2
25312026-03-18T00:42:20.722Z Compiling vte v0.14.1
25322026-03-18T00:42:20.987Z Compiling csv-core v0.1.13
25332026-03-18T00:42:21.069Z Compiling typed-path v0.9.3
25342026-03-18T00:42:21.315Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-03-18T00:42:21.492Z Compiling highway v1.3.0
25362026-03-18T00:42:21.619Z Compiling chrono-tz v0.10.4
25372026-03-18T00:42:21.994Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-03-18T00:42:22.037Z Compiling csv v1.4.0
25392026-03-18T00:42:22.436Z Compiling strip-ansi-escapes v0.2.1
25402026-03-18T00:42:22.493Z Compiling phf v0.12.1
25412026-03-18T00:42:22.687Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-18T00:42:22.774Z Compiling tough v0.20.0
25432026-03-18T00:42:23.064Z Compiling const_format_proc_macros v0.2.34
25442026-03-18T00:42:23.227Z Compiling papergrid v0.11.0
25452026-03-18T00:42:23.381Z Compiling fd-lock v4.0.4
25462026-03-18T00:42:23.412Z Compiling peg-macros v0.8.5
25472026-03-18T00:42:23.616Z Compiling tabled_derive v0.7.0
25482026-03-18T00:42:24.147Z Compiling progenitor v0.13.0
25492026-03-18T00:42:24.385Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-03-18T00:42:24.542Z Compiling nu-ansi-term v0.50.3
25512026-03-18T00:42:25.052Z Compiling tabled v0.15.0
25522026-03-18T00:42:25.084Z Compiling reedline v0.40.0
25532026-03-18T00:42:25.128Z Compiling const_format v0.2.35
25542026-03-18T00:42:25.257Z Compiling peg v0.8.5
25552026-03-18T00:42:25.452Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-03-18T00:42:25.818Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-03-18T00:42:26.073Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-03-18T00:42:27.888Z Compiling bcs v0.1.6
25592026-03-18T00:42:27.920Z Compiling semver v0.1.20
25602026-03-18T00:42:28.339Z Compiling rustc_version v0.1.7
25612026-03-18T00:42:28.489Z Compiling base64 v0.21.7
25622026-03-18T00:42:28.673Z Compiling newtype_derive v0.1.6
25632026-03-18T00:42:28.970Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-18T00:42:29.206Z Compiling typify-impl v0.4.3
25652026-03-18T00:42:29.301Z Compiling unicode-linebreak v0.1.5
25662026-03-18T00:42:29.756Z Compiling smawk v0.3.2
25672026-03-18T00:42:29.992Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-03-18T00:42:30.031Z Compiling humantime v2.3.0
25692026-03-18T00:42:30.072Z Compiling textwrap v0.16.2
25702026-03-18T00:42:30.231Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-18T00:42:30.383Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-18T00:42:30.417Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-18T00:42:30.789Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-18T00:42:30.990Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-18T00:42:31.029Z Compiling steno v0.4.1
25762026-03-18T00:42:32.044Z Compiling utf-8 v0.7.6
25772026-03-18T00:42:32.188Z Compiling tagptr v0.2.0
25782026-03-18T00:42:32.478Z Compiling moka v0.12.13
25792026-03-18T00:42:33.121Z Compiling tungstenite v0.21.0
25802026-03-18T00:42:33.656Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-18T00:42:33.914Z Compiling radium v0.7.0
25822026-03-18T00:42:34.292Z Compiling hickory-resolver v0.25.2
25832026-03-18T00:42:34.332Z Compiling tokio-tungstenite v0.21.0
25842026-03-18T00:42:34.617Z Compiling typify-macro v0.4.3
25852026-03-18T00:42:34.935Z Compiling tap v1.0.1
25862026-03-18T00:42:35.157Z Compiling maybe-uninit v2.0.0
25872026-03-18T00:42:35.241Z Compiling wyz v0.5.1
25882026-03-18T00:42:35.655Z Compiling zerocopy-derive v0.6.6
25892026-03-18T00:42:35.897Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-03-18T00:42:35.975Z Compiling funty v2.0.0
25912026-03-18T00:42:36.009Z Compiling crc-catalog v2.4.0
25922026-03-18T00:42:36.202Z Compiling packed_struct v0.10.1
25932026-03-18T00:42:36.575Z Compiling display-error-chain v0.2.2
25942026-03-18T00:42:36.743Z Compiling zerocopy v0.6.6
25952026-03-18T00:42:36.780Z Compiling typify v0.4.3
25962026-03-18T00:42:36.984Z Compiling progenitor-impl v0.10.0
25972026-03-18T00:42:37.322Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-18T00:42:37.400Z Compiling bitvec v1.0.1
25992026-03-18T00:42:38.962Z Compiling crc v3.4.0
26002026-03-18T00:42:39.693Z Compiling packed_struct_codegen v0.10.1
26012026-03-18T00:42:39.793Z Compiling bitfield-macros v0.19.4
26022026-03-18T00:42:40.086Z Compiling indexmap v1.9.3
26032026-03-18T00:42:40.233Z Compiling progenitor-macro v0.10.0
26042026-03-18T00:42:40.432Z Compiling nodrop v0.1.14
26052026-03-18T00:42:40.620Z Compiling array-init v0.0.4
26062026-03-18T00:42:40.868Z Compiling bitfield v0.19.4
26072026-03-18T00:42:41.220Z Compiling smallvec v0.6.14
26082026-03-18T00:42:41.289Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-18T00:42:41.366Z Compiling num-derive v0.3.3
26102026-03-18T00:42:41.611Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-18T00:42:42.220Z Compiling hashbrown v0.12.3
26122026-03-18T00:42:42.714Z Compiling libscf-sys v1.1.0
26132026-03-18T00:42:42.829Z Compiling proc-macro-error2 v2.0.1
26142026-03-18T00:42:42.938Z Compiling serde-hex v0.1.0
26152026-03-18T00:42:43.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-03-18T00:42:43.104Z Compiling ron v0.8.1
26172026-03-18T00:42:43.283Z Compiling hashbrown v0.13.2
26182026-03-18T00:42:43.452Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-03-18T00:42:43.554Z Compiling vergen-gitcl v1.0.8
26202026-03-18T00:42:43.796Z Compiling dirs-sys-next v0.1.2
26212026-03-18T00:42:43.874Z Compiling diesel_derives v2.3.7
26222026-03-18T00:42:44.155Z Compiling glob v0.3.3
26232026-03-18T00:42:44.185Z Compiling crc-any v2.5.0
26242026-03-18T00:42:44.188Z Compiling maplit v1.0.2
26252026-03-18T00:42:44.386Z Compiling crunchy v0.2.4
26262026-03-18T00:42:44.674Z Compiling clang-sys v1.8.1
26272026-03-18T00:42:44.856Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-18T00:42:44.894Z Compiling object v0.30.4
26292026-03-18T00:42:44.944Z Compiling dirs-next v2.0.0
26302026-03-18T00:42:45.135Z Compiling tabled_derive v0.11.0
26312026-03-18T00:42:45.168Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-18T00:42:45.211Z Compiling papergrid v0.17.0
26332026-03-18T00:42:45.779Z Compiling testing_table v0.3.0
26342026-03-18T00:42:45.998Z Compiling dsl_auto_type v0.2.0
26352026-03-18T00:42:46.046Z Compiling scheduled-thread-pool v0.2.7
26362026-03-18T00:42:46.103Z Compiling diesel_table_macro_syntax v0.3.0
26372026-03-18T00:42:46.284Z Compiling tiny-keccak v2.0.2
26382026-03-18T00:42:46.348Z Compiling path-slash v0.1.5
26392026-03-18T00:42:46.435Z Compiling r2d2 v0.8.10
26402026-03-18T00:42:46.637Z Compiling progenitor v0.10.0
26412026-03-18T00:42:46.709Z Compiling term v0.7.0
26422026-03-18T00:42:46.782Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T00:42:46.858Z Compiling arc-swap v1.8.2
26442026-03-18T00:42:46.932Z Compiling tabled v0.20.0
26452026-03-18T00:42:46.971Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26462026-03-18T00:42:46.974Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-18T00:42:47.339Z Compiling downcast-rs v2.0.2
26482026-03-18T00:42:47.417Z Compiling bit-vec v0.6.3
26492026-03-18T00:42:47.513Z Compiling xshell-macros v0.2.7
26502026-03-18T00:42:47.550Z Compiling slog-scope v4.4.1
26512026-03-18T00:42:47.652Z Compiling ascii-canvas v3.0.0
26522026-03-18T00:42:47.765Z Compiling bit-set v0.5.3
26532026-03-18T00:42:48.064Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-18T00:42:48.100Z Compiling xshell v0.2.7
26552026-03-18T00:42:48.190Z Compiling itertools v0.10.5
26562026-03-18T00:42:48.375Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-18T00:42:48.690Z Compiling ena v0.14.4
26582026-03-18T00:42:48.857Z Compiling libloading v0.8.9
26592026-03-18T00:42:49.045Z Compiling regex-syntax v0.6.29
26602026-03-18T00:42:49.182Z Compiling bindgen v0.71.1
26612026-03-18T00:42:49.579Z Compiling unicase v2.9.0
26622026-03-18T00:42:49.764Z Compiling diff v0.1.13
26632026-03-18T00:42:49.826Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26642026-03-18T00:42:51.817Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-03-18T00:42:51.962Z Compiling lalrpop v0.19.12
26662026-03-18T00:42:52.533Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-03-18T00:42:52.820Z Compiling slog-stdlog v4.1.1
26682026-03-18T00:42:53.441Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-18T00:42:53.564Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-03-18T00:42:53.837Z Compiling diesel v2.3.7
26712026-03-18T00:42:54.118Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-03-18T00:42:54.222Z Compiling cexpr v0.6.0
26732026-03-18T00:42:54.331Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-03-18T00:42:54.611Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-03-18T00:42:54.802Z Compiling crc8 v0.1.1
26762026-03-18T00:42:54.980Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-18T00:42:55.011Z Compiling slog-envlogger v2.2.0
26782026-03-18T00:42:55.151Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-18T00:42:55.183Z Compiling headers-core v0.3.0
26802026-03-18T00:42:55.379Z Compiling libxml v0.3.3
26812026-03-18T00:42:55.813Z Compiling headers v0.4.1
26822026-03-18T00:42:55.986Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-03-18T00:42:56.550Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-03-18T00:42:56.843Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-03-18T00:42:57.504Z Compiling strum_macros v0.24.3
26862026-03-18T00:42:57.640Z Compiling indoc v1.0.9
26872026-03-18T00:42:57.763Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-18T00:42:58.042Z Compiling derive_builder v0.20.2
26892026-03-18T00:42:58.075Z Compiling oso-derive v0.27.3
26902026-03-18T00:42:58.260Z Compiling quick-xml v0.37.5
26912026-03-18T00:42:58.294Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-18T00:42:58.831Z Compiling openssl-probe v0.1.6
26932026-03-18T00:42:59.186Z Compiling half v1.8.3
26942026-03-18T00:42:59.284Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-18T00:42:59.368Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-18T00:42:59.732Z Compiling serde_cbor v0.11.2
26972026-03-18T00:42:59.830Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-18T00:43:00.223Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-18T00:43:00.272Z Compiling bb8 v0.8.6
27002026-03-18T00:43:00.347Z Compiling trait-variant v0.1.2
27012026-03-18T00:43:00.623Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-03-18T00:43:00.843Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27032026-03-18T00:43:01.152Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-18T00:43:01.181Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-03-18T00:43:01.304Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27062026-03-18T00:43:01.619Z Compiling fxhash v0.2.1
27072026-03-18T00:43:01.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-03-18T00:43:01.899Z Compiling kstat-rs v0.2.4
27092026-03-18T00:43:01.963Z Compiling libz-sys v1.1.24
27102026-03-18T00:43:02.000Z Compiling nonempty v0.12.0
27112026-03-18T00:43:02.059Z Compiling samael v0.0.19
27122026-03-18T00:43:02.141Z Compiling salty v0.3.0
27132026-03-18T00:43:02.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-03-18T00:43:02.611Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-03-18T00:43:02.680Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27162026-03-18T00:43:03.003Z Compiling progenitor-impl v0.11.2
27172026-03-18T00:43:03.052Z Compiling darling_core v0.23.0
27182026-03-18T00:43:03.161Z Compiling nanorand v0.7.0
27192026-03-18T00:43:03.554Z Compiling fs-err v2.11.0
27202026-03-18T00:43:03.602Z Compiling polar-core v0.27.3
27212026-03-18T00:43:03.689Z Compiling parking_lot_core v0.8.6
27222026-03-18T00:43:04.199Z Compiling mime_guess v2.0.5
27232026-03-18T00:43:04.267Z Compiling flume v0.11.1
27242026-03-18T00:43:04.872Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27252026-03-18T00:43:04.987Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-03-18T00:43:06.335Z Compiling progenitor-macro v0.11.2
27272026-03-18T00:43:06.447Z Compiling darling_macro v0.23.0
27282026-03-18T00:43:07.135Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-03-18T00:43:07.542Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27302026-03-18T00:43:07.946Z Compiling progenitor-client v0.11.2
27312026-03-18T00:43:08.754Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322026-03-18T00:43:09.566Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-03-18T00:43:09.854Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27342026-03-18T00:43:11.060Z Compiling git-stub v1.0.0
27352026-03-18T00:43:11.455Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-03-18T00:43:12.052Z Compiling instability v0.3.11
27372026-03-18T00:43:12.685Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-18T00:43:14.570Z Compiling progenitor v0.11.2
27392026-03-18T00:43:14.746Z Compiling git-stub-vcs v0.1.0
27402026-03-18T00:43:14.821Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-18T00:43:15.270Z Compiling darling v0.23.0
27422026-03-18T00:43:15.426Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27432026-03-18T00:43:18.196Z Compiling oso v0.27.3
27442026-03-18T00:43:18.837Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-03-18T00:43:18.870Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-03-18T00:43:18.963Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-03-18T00:43:20.329Z Compiling diesel-dtrace v0.5.0
27482026-03-18T00:43:20.514Z Compiling async-bb8-diesel v0.2.1
27492026-03-18T00:43:20.570Z Compiling ignore v0.4.25
27502026-03-18T00:43:21.108Z Compiling primeorder v0.13.6
27512026-03-18T00:43:21.667Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-03-18T00:43:22.879Z Compiling castaway v0.2.4
27532026-03-18T00:43:22.933Z Compiling nibble_vec v0.1.0
27542026-03-18T00:43:23.109Z Compiling atty v0.2.14
27552026-03-18T00:43:23.215Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-03-18T00:43:23.320Z Compiling indoc v2.0.7
27572026-03-18T00:43:23.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-18T00:43:23.769Z Compiling endian-type v0.1.2
27592026-03-18T00:43:23.891Z Compiling http-range v0.1.5
27602026-03-18T00:43:23.978Z Compiling parse-size v1.1.0
27612026-03-18T00:43:24.259Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-18T00:43:24.294Z Compiling radix_trie v0.2.1
27632026-03-18T00:43:24.470Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-18T00:43:24.918Z Compiling compact_str v0.8.1
27652026-03-18T00:43:24.981Z Compiling p384 v0.13.1
27662026-03-18T00:43:26.522Z Compiling globwalk v0.9.1
27672026-03-18T00:43:27.026Z Compiling parking_lot v0.11.2
27682026-03-18T00:43:27.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-18T00:43:28.031Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-03-18T00:43:28.266Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-03-18T00:43:28.302Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-18T00:43:28.413Z Compiling predicates-tree v1.0.13
27732026-03-18T00:43:28.645Z Compiling unicode-truncate v1.1.0
27742026-03-18T00:43:28.787Z Compiling lru v0.12.5
27752026-03-18T00:43:28.939Z Compiling prefix-trie v0.7.0
27762026-03-18T00:43:29.037Z Compiling vergen-git2 v1.0.7
27772026-03-18T00:43:29.099Z Compiling cassowary v0.3.0
27782026-03-18T00:43:29.347Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-03-18T00:43:29.482Z Compiling ratatui v0.29.0
27802026-03-18T00:43:30.414Z Compiling hickory-server v0.25.2
27812026-03-18T00:43:30.669Z Compiling camino-tempfile-ext v0.3.3
27822026-03-18T00:43:30.899Z Compiling hyper-staticfile v0.10.1
27832026-03-18T00:43:31.167Z Compiling sled v0.34.7
27842026-03-18T00:43:32.567Z Compiling hickory-client v0.25.2
27852026-03-18T00:43:33.054Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-03-18T00:43:33.184Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27872026-03-18T00:43:33.795Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-18T00:43:33.845Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-03-18T00:43:33.916Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27902026-03-18T00:43:34.887Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-03-18T00:43:35.059Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-03-18T00:43:35.090Z Compiling rand_seeder v0.4.0
27932026-03-18T00:43:35.439Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-03-18T00:43:35.797Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-18T00:43:35.830Z Compiling lzma-sys v0.1.20
27962026-03-18T00:43:36.386Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-18T00:43:36.421Z Compiling corncobs v0.1.4
27982026-03-18T00:43:36.719Z Compiling rustls v0.21.12
27992026-03-18T00:43:36.816Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-03-18T00:43:37.081Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-18T00:43:37.160Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-18T00:43:37.447Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-18T00:43:37.490Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-03-18T00:43:37.527Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-18T00:43:37.837Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-03-18T00:43:38.250Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-03-18T00:43:38.993Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-03-18T00:43:39.347Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-18T00:43:40.822Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-03-18T00:43:42.474Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-18T00:43:42.793Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-03-18T00:43:43.113Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-18T00:43:43.210Z Compiling cargo_toml v0.22.3
28142026-03-18T00:43:43.404Z Compiling sct v0.7.1
28152026-03-18T00:43:43.753Z Compiling rustls-webpki v0.101.7
28162026-03-18T00:43:44.327Z Compiling nix v0.29.0
28172026-03-18T00:43:44.815Z Compiling git2 v0.20.4
28182026-03-18T00:43:44.903Z Compiling secrecy v0.8.0
28192026-03-18T00:43:45.189Z Compiling void v1.0.2
28202026-03-18T00:43:45.390Z Compiling lzss v0.8.2
28212026-03-18T00:43:45.863Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-03-18T00:43:45.909Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-18T00:43:46.135Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-03-18T00:43:46.257Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-03-18T00:43:46.760Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-18T00:43:47.956Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-03-18T00:43:47.992Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-03-18T00:43:48.758Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-03-18T00:43:48.918Z Compiling tungstenite v0.23.0
28302026-03-18T00:43:49.094Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-18T00:43:49.329Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-18T00:43:49.418Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-03-18T00:43:49.596Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-18T00:43:49.661Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-03-18T00:43:49.753Z Compiling nix v0.27.1
28362026-03-18T00:43:49.817Z Compiling serde_bytes v0.11.19
28372026-03-18T00:43:50.033Z Compiling tokio-tungstenite v0.23.1
28382026-03-18T00:43:50.364Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-18T00:43:50.968Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-03-18T00:43:51.418Z Compiling tokio-rustls v0.24.1
28412026-03-18T00:43:51.794Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-18T00:43:51.825Z Compiling ron v0.12.0
28432026-03-18T00:43:52.092Z Compiling xz2 v0.1.7
28442026-03-18T00:43:52.572Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-03-18T00:43:53.312Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-18T00:43:54.282Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28472026-03-18T00:43:56.942Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-18T00:43:57.352Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-18T00:43:57.382Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-03-18T00:43:59.981Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-03-18T00:44:00.163Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-03-18T00:44:00.950Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-03-18T00:44:01.633Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-03-18T00:44:02.261Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-18T00:44:02.265Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-18T00:44:04.111Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-03-18T00:44:05.380Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-03-18T00:44:06.432Z Compiling rustls-pemfile v1.0.4
28592026-03-18T00:44:06.482Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-03-18T00:44:06.993Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-03-18T00:44:07.427Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-03-18T00:44:07.764Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-03-18T00:44:08.354Z Compiling signal-hook-tokio v0.3.1
28642026-03-18T00:44:08.593Z Compiling twox-hash v2.1.2
28652026-03-18T00:44:08.822Z Compiling yasna v0.5.2
28662026-03-18T00:44:08.939Z Compiling is_ci v1.2.0
28672026-03-18T00:44:09.330Z Compiling base16ct v1.0.0
28682026-03-18T00:44:09.361Z Compiling supports-color v3.0.2
28692026-03-18T00:44:09.700Z Compiling rcgen v0.12.1
28702026-03-18T00:44:10.368Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-03-18T00:44:10.581Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28722026-03-18T00:44:10.873Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-03-18T00:44:11.865Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-03-18T00:44:12.063Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28752026-03-18T00:44:12.493Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-03-18T00:44:14.492Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-03-18T00:44:15.609Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-03-18T00:44:15.859Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-03-18T00:44:17.662Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-03-18T00:44:18.290Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-03-18T00:44:18.614Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-03-18T00:44:18.785Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-03-18T00:44:18.953Z Compiling fatfs v0.3.6
28842026-03-18T00:44:19.084Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-03-18T00:44:20.626Z Compiling subprocess v0.2.15
28862026-03-18T00:44:21.174Z Compiling rtoolbox v0.0.3
28872026-03-18T00:44:21.564Z Compiling seq-macro v0.3.6
28882026-03-18T00:44:22.244Z Compiling assert_matches v1.5.0
28892026-03-18T00:44:22.399Z Compiling rpassword v7.4.0
28902026-03-18T00:44:22.791Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-03-18T00:44:23.495Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-03-18T00:44:24.486Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-03-18T00:44:24.744Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-18T00:44:25.441Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-03-18T00:44:25.620Z Compiling tui-tree-widget v0.23.1
28962026-03-18T00:44:26.070Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-03-18T00:44:27.966Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-03-18T00:44:28.807Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-03-18T00:44:29.250Z Compiling uzers v0.12.2
29002026-03-18T00:44:29.787Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-03-18T00:44:31.168Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-03-18T00:44:32.385Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-03-18T00:44:34.734Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-03-18T00:44:35.815Z Compiling support-bundle-viewer v0.1.2
29052026-03-18T00:44:37.299Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-03-18T00:44:38.377Z Compiling multimap v0.10.1
29072026-03-18T00:45:02.127Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-18T00:45:04.438Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-03-18T00:45:06.346Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-03-18T00:52:37.968Z Finished `release` profile [optimized] target(s) in 10m 36s
29112026-03-18T00:53:32.372Z
29122026-03-18T00:53:32.378Zreal 11:32.465898650
29132026-03-18T00:53:32.378Zuser 1:46:55.353749924
29142026-03-18T00:53:32.378Zsys 4:32.330196363
29152026-03-18T00:53:32.378Ztrap 2.532650433
29162026-03-18T00:53:32.378Ztflt 2.323446505
29172026-03-18T00:53:32.378Zdflt 18.991404861
29182026-03-18T00:53:32.378Zkflt 0.003230952
29192026-03-18T00:53:32.378Zlock 8:50:19.594320951
29202026-03-18T00:53:32.378Zslp 2:58:40.025913528
29212026-03-18T00:53:32.378Zlat 2:57.273328803
29222026-03-18T00:53:32.378Zstop 7:38.910312708
29232026-03-18T00:53:32.378Z+ mapfile -t packages
29242026-03-18T00:53:32.378Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-03-18T00:53:33.777Z Finished `release` profile [optimized] target(s) in 1.39s
29262026-03-18T00:53:33.853Z Running `target/release/omicron-package -t test list-outputs`
29272026-03-18T00:53:33.932ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-03-18T00:53:33.935Z+ ptime -m cargo build --locked --release -p xtask
29292026-03-18T00:53:34.676Z Compiling libc v0.2.180
29302026-03-18T00:53:34.676Z Compiling serde v1.0.228
29312026-03-18T00:53:34.680Z Compiling serde_core v1.0.228
29322026-03-18T00:53:34.680Z Compiling rustix v1.1.3
29332026-03-18T00:53:34.815Z Compiling serde_json v1.0.149
29342026-03-18T00:53:34.827Z Compiling bitflags v2.11.0
29352026-03-18T00:53:34.870Z Compiling num-traits v0.2.19
29362026-03-18T00:53:34.886Z Compiling syn v2.0.117
29372026-03-18T00:53:34.889Z Compiling smallvec v1.15.1
29382026-03-18T00:53:34.904Z Compiling hashbrown v0.16.1
29392026-03-18T00:53:34.955Z Compiling usdt-impl v0.5.0
29402026-03-18T00:53:34.975Z Compiling syn v1.0.109
29412026-03-18T00:53:34.994Z Compiling getrandom v0.4.1
29422026-03-18T00:53:35.012Z Compiling log v0.4.29
29432026-03-18T00:53:35.215Z Compiling percent-encoding v2.3.2
29442026-03-18T00:53:35.422Z Compiling form_urlencoded v1.2.2
29452026-03-18T00:53:35.534Z Compiling fs-err v3.3.0
29462026-03-18T00:53:35.570Z Compiling heck v0.4.1
29472026-03-18T00:53:35.573Z Compiling once_cell v1.21.3
29482026-03-18T00:53:35.626Z Compiling anyhow v1.0.102
29492026-03-18T00:53:35.789Z Compiling indexmap v2.13.0
29502026-03-18T00:53:35.866Z Compiling thread-id v4.2.2
29512026-03-18T00:53:36.004Z Compiling errno v0.3.14
29522026-03-18T00:53:36.007Z Compiling memmap v0.7.0
29532026-03-18T00:53:36.476Z Compiling ordered-float v2.10.1
29542026-03-18T00:53:37.210Z Compiling proc-macro-error v1.0.4
29552026-03-18T00:53:37.554Z Compiling tabled_derive v0.7.0
29562026-03-18T00:53:37.568Z Compiling terminal_size v0.4.3
29572026-03-18T00:53:37.572Z Compiling tempfile v3.25.0
29582026-03-18T00:53:37.710Z Compiling clap_builder v4.5.60
29592026-03-18T00:53:37.710Z Compiling textwrap v0.16.2
29602026-03-18T00:53:37.916Z Compiling camino-tempfile v1.4.1
29612026-03-18T00:53:38.477Z Compiling tabled v0.15.0
29622026-03-18T00:53:38.773Z Compiling synstructure v0.13.2
29632026-03-18T00:53:38.773Z Compiling pest_generator v2.8.6
29642026-03-18T00:53:39.343Z Compiling serde_derive v1.0.228
29652026-03-18T00:53:39.343Z Compiling zerofrom-derive v0.1.6
29662026-03-18T00:53:39.347Z Compiling yoke-derive v0.8.1
29672026-03-18T00:53:39.347Z Compiling zerovec-derive v0.11.2
29682026-03-18T00:53:39.347Z Compiling displaydoc v0.2.5
29692026-03-18T00:53:39.347Z Compiling thiserror-impl v1.0.69
29702026-03-18T00:53:39.347Z Compiling zerocopy-derive v0.7.35
29712026-03-18T00:53:39.347Z Compiling scroll_derive v0.12.1
29722026-03-18T00:53:39.347Z Compiling thiserror-impl v2.0.18
29732026-03-18T00:53:39.532Z Compiling pest_derive v2.8.6
29742026-03-18T00:53:40.142Z Compiling clap_derive v4.5.55
29752026-03-18T00:53:40.334Z Compiling scroll v0.12.0
29762026-03-18T00:53:40.520Z Compiling zerocopy v0.7.35
29772026-03-18T00:53:40.798Z Compiling goblin v0.8.2
29782026-03-18T00:53:41.092Z Compiling zerofrom v0.1.6
29792026-03-18T00:53:41.115Z Compiling thiserror v1.0.69
29802026-03-18T00:53:41.211Z Compiling thiserror v2.0.18
29812026-03-18T00:53:41.279Z Compiling yoke v0.8.1
29822026-03-18T00:53:41.302Z Compiling dtrace-parser v0.2.0
29832026-03-18T00:53:41.593Z Compiling zerovec v0.11.5
29842026-03-18T00:53:41.876Z Compiling zerotrie v0.2.3
29852026-03-18T00:53:42.477Z Compiling tinystr v0.8.2
29862026-03-18T00:53:42.494Z Compiling potential_utf v0.1.4
29872026-03-18T00:53:42.573Z Compiling clap v4.5.60
29882026-03-18T00:53:42.718Z Compiling icu_collections v2.1.1
29892026-03-18T00:53:42.784Z Compiling icu_locale_core v2.1.1
29902026-03-18T00:53:43.975Z Compiling serde_spanned v0.6.9
29912026-03-18T00:53:44.067Z Compiling icu_provider v2.1.1
29922026-03-18T00:53:44.114Z Compiling toml_datetime v0.6.11
29932026-03-18T00:53:44.247Z Compiling serde-value v0.7.0
29942026-03-18T00:53:44.546Z Compiling cargo-platform v0.2.0
29952026-03-18T00:53:44.558Z Compiling icu_properties v2.1.2
29962026-03-18T00:53:44.562Z Compiling icu_normalizer v2.1.1
29972026-03-18T00:53:44.600Z Compiling dof v0.3.0
29982026-03-18T00:53:44.656Z Compiling toml_edit v0.22.27
29992026-03-18T00:53:44.674Z Compiling serde_tokenstream v0.2.3
30002026-03-18T00:53:45.037Z Compiling macaddr v1.0.1
30012026-03-18T00:53:45.677Z Compiling usdt-attr-macro v0.5.0
30022026-03-18T00:53:45.680Z Compiling usdt-macro v0.5.0
30032026-03-18T00:53:45.799Z Compiling idna_adapter v1.2.1
30042026-03-18T00:53:46.002Z Compiling idna v1.1.0
30052026-03-18T00:53:46.459Z Compiling url v2.5.8
30062026-03-18T00:53:46.590Z Compiling usdt v0.5.0
30072026-03-18T00:53:46.907Z Compiling toml v0.8.23
30082026-03-18T00:53:47.605Z Compiling cargo-util-schemas v0.8.2
30092026-03-18T00:53:47.605Z Compiling cargo_toml v0.21.0
30102026-03-18T00:53:49.173Z Compiling cargo_metadata v0.21.0
30112026-03-18T00:53:53.532Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-03-18T00:53:57.665Z Finished `release` profile [optimized] target(s) in 23.73s
30132026-03-18T00:53:57.822Z
30142026-03-18T00:53:57.825Zreal 23.859511399
30152026-03-18T00:53:57.825Zuser 3:21.226721508
30162026-03-18T00:53:57.825Zsys 22.721821565
30172026-03-18T00:53:57.825Ztrap 0.085257658
30182026-03-18T00:53:57.825Ztflt 0.686172765
30192026-03-18T00:53:57.825Zdflt 1.545469231
30202026-03-18T00:53:57.825Zkflt 0.000020983
30212026-03-18T00:53:57.825Zlock 7:47.571409099
30222026-03-18T00:53:57.825Zslp 4:46.560106261
30232026-03-18T00:53:57.825Zlat 7.966750181
30242026-03-18T00:53:57.825Zstop 32.765203383
30252026-03-18T00:53:57.825Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-18T00:53:57.825Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-03-18T00:53:57.825Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-18T00:53:57.825Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-03-18T00:53:57.825Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-03-18T00:53:59.209Z Compiling regress v0.10.5
30312026-03-18T00:53:59.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-03-18T00:53:59.409Z Compiling serde_spanned v1.0.4
30332026-03-18T00:53:59.412Z Compiling toml_writer v1.0.6+spec-1.1.0
30342026-03-18T00:53:59.412Z Compiling newtype-uuid-macros v0.1.0
30352026-03-18T00:53:59.412Z Compiling structmeta-derive v0.3.0
30362026-03-18T00:53:59.422Z Compiling rustls v0.22.4
30372026-03-18T00:53:59.425Z Compiling rustls-webpki v0.102.8
30382026-03-18T00:53:59.425Z Compiling multer v3.1.0
30392026-03-18T00:53:59.445Z Compiling debug-ignore v1.0.5
30402026-03-18T00:53:59.448Z Compiling match_cfg v0.1.0
30412026-03-18T00:53:59.615Z Compiling progenitor-client v0.13.0
30422026-03-18T00:53:59.618Z Compiling slog-json v2.6.1
30432026-03-18T00:53:59.619Z Compiling async-stream-impl v0.3.6
30442026-03-18T00:53:59.670Z Compiling dropshot v0.16.7
30452026-03-18T00:53:59.699Z Compiling itertools v0.14.0
30462026-03-18T00:53:59.725Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-18T00:53:59.728Z Compiling toml v0.9.12+spec-1.1.0
30482026-03-18T00:53:59.787Z Compiling hostname v0.3.1
30492026-03-18T00:53:59.845Z Compiling waitgroup v0.1.2
30502026-03-18T00:53:59.903Z Compiling rustls-pemfile v2.2.0
30512026-03-18T00:53:59.997Z Compiling slog-bunyan v2.5.0
30522026-03-18T00:54:00.053Z Compiling dropshot_endpoint v0.16.7
30532026-03-18T00:54:00.115Z Compiling hostname v0.4.2
30542026-03-18T00:54:00.118Z Compiling serde_path_to_error v0.1.20
30552026-03-18T00:54:00.118Z Compiling macaddr v1.0.1
30562026-03-18T00:54:00.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-18T00:54:00.255Z Compiling progenitor-client v0.10.0
30582026-03-18T00:54:00.316Z Compiling instant v0.1.13
30592026-03-18T00:54:00.429Z Compiling backon v1.6.0
30602026-03-18T00:54:00.507Z Compiling backoff v0.4.0
30612026-03-18T00:54:00.535Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-18T00:54:00.564Z Compiling async-stream v0.3.6
30632026-03-18T00:54:00.594Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30642026-03-18T00:54:00.658Z Compiling progenitor-extras v0.1.1
30652026-03-18T00:54:00.737Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-03-18T00:54:00.768Z Compiling unsafe-libyaml v0.2.11
30672026-03-18T00:54:00.768Z Compiling crucible-workspace-hack v0.1.0
30682026-03-18T00:54:00.828Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-03-18T00:54:00.859Z Compiling secrecy v0.10.3
30702026-03-18T00:54:00.862Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-18T00:54:00.917Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-03-18T00:54:01.040Z Compiling heapless v0.8.0
30732026-03-18T00:54:01.118Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-03-18T00:54:01.178Z Compiling structmeta v0.3.0
30752026-03-18T00:54:01.178Z Compiling hash32 v0.3.1
30762026-03-18T00:54:01.229Z Compiling smoltcp v0.11.0
30772026-03-18T00:54:01.281Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-03-18T00:54:01.316Z Compiling toml v0.8.23
30792026-03-18T00:54:01.409Z Compiling tabwriter v1.4.1
30802026-03-18T00:54:01.506Z Compiling cobs v0.3.0
30812026-03-18T00:54:01.535Z Compiling derive-ex v0.1.8
30822026-03-18T00:54:01.538Z Compiling parse-display-derive v0.10.0
30832026-03-18T00:54:01.628Z Compiling serde_yaml v0.9.34+deprecated
30842026-03-18T00:54:01.653Z Compiling ingot-macros v0.1.1
30852026-03-18T00:54:01.717Z Compiling proc-macro-crate v3.4.0
30862026-03-18T00:54:01.798Z Compiling foreign-types-macros v0.2.3
30872026-03-18T00:54:01.823Z Compiling convert_case v0.4.0
30882026-03-18T00:54:01.847Z Compiling foreign-types-shared v0.3.1
30892026-03-18T00:54:01.921Z Compiling cpufeatures v0.3.0
30902026-03-18T00:54:01.991Z Compiling postcard v1.1.3
30912026-03-18T00:54:02.055Z Compiling chacha20 v0.10.0
30922026-03-18T00:54:02.286Z Compiling proc-macro-crate v1.3.1
30932026-03-18T00:54:02.378Z Compiling derive_more v0.99.20
30942026-03-18T00:54:02.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-03-18T00:54:02.473Z Compiling universal-hash v0.5.1
30962026-03-18T00:54:02.503Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-18T00:54:02.546Z Compiling num_enum_derive v0.7.5
30982026-03-18T00:54:02.573Z Compiling cstr-argument v0.1.2
30992026-03-18T00:54:02.686Z Compiling foreign-types v0.5.0
31002026-03-18T00:54:02.713Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31012026-03-18T00:54:02.742Z Compiling opaque-debug v0.3.1
31022026-03-18T00:54:02.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-03-18T00:54:02.844Z Compiling tokio-rustls v0.25.0
31042026-03-18T00:54:02.878Z Compiling colored v3.1.1
31052026-03-18T00:54:02.943Z Compiling num_enum_derive v0.5.11
31062026-03-18T00:54:02.987Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-03-18T00:54:03.139Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-03-18T00:54:03.142Z Compiling rand v0.10.0
31092026-03-18T00:54:03.219Z Compiling typify-impl v0.6.1
31102026-03-18T00:54:03.349Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-03-18T00:54:03.421Z Compiling half v2.7.1
31122026-03-18T00:54:03.485Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31132026-03-18T00:54:03.882Z Compiling ciborium-io v0.2.2
31142026-03-18T00:54:03.911Z Compiling camino-tempfile v1.4.1
31152026-03-18T00:54:03.945Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31162026-03-18T00:54:04.053Z Compiling parse-display v0.10.0
31172026-03-18T00:54:04.081Z Compiling ciborium-ll v0.2.2
31182026-03-18T00:54:04.193Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31192026-03-18T00:54:04.233Z Compiling num_enum v0.7.5
31202026-03-18T00:54:04.313Z Compiling test-strategy v0.4.5
31212026-03-18T00:54:04.320Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31222026-03-18T00:54:04.327Z Compiling smf v0.2.3
31232026-03-18T00:54:04.402Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-18T00:54:04.442Z Compiling ciborium v0.2.2
31252026-03-18T00:54:04.472Z Compiling aead v0.5.2
31262026-03-18T00:54:04.497Z Compiling num-derive v0.4.2
31272026-03-18T00:54:04.527Z Compiling sigpipe v0.1.3
31282026-03-18T00:54:04.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31292026-03-18T00:54:04.589Z Compiling num_enum v0.5.11
31302026-03-18T00:54:04.645Z Compiling glob v0.3.3
31312026-03-18T00:54:04.732Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31322026-03-18T00:54:04.788Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-03-18T00:54:04.817Z Compiling poly1305 v0.8.0
31342026-03-18T00:54:04.896Z Compiling chacha20 v0.9.1
31352026-03-18T00:54:05.177Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31362026-03-18T00:54:05.263Z Compiling whoami v1.6.1
31372026-03-18T00:54:05.290Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-03-18T00:54:05.293Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31392026-03-18T00:54:05.349Z Compiling thiserror-impl-no-std v2.0.2
31402026-03-18T00:54:05.379Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31412026-03-18T00:54:05.408Z Compiling num-rational v0.4.2
31422026-03-18T00:54:05.516Z Compiling password-hash v0.5.0
31432026-03-18T00:54:05.706Z Compiling blake2 v0.10.6
31442026-03-18T00:54:05.813Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31452026-03-18T00:54:05.870Z Compiling num-complex v0.4.6
31462026-03-18T00:54:05.899Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31472026-03-18T00:54:05.985Z Compiling prettyplease v0.2.37
31482026-03-18T00:54:06.036Z Compiling ingot-types v0.1.2
31492026-03-18T00:54:06.061Z Compiling indent_write v2.2.0
31502026-03-18T00:54:06.137Z Compiling argon2 v0.5.3
31512026-03-18T00:54:06.291Z Compiling chacha20poly1305 v0.10.1
31522026-03-18T00:54:06.353Z Compiling float-ord v0.3.2
31532026-03-18T00:54:06.413Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-03-18T00:54:06.466Z Compiling num v0.4.3
31552026-03-18T00:54:06.492Z Compiling gethostname v0.5.0
31562026-03-18T00:54:06.520Z Compiling usdt-macro v0.5.0
31572026-03-18T00:54:06.551Z Compiling usdt-attr-macro v0.5.0
31582026-03-18T00:54:06.551Z Compiling derive-where v1.6.0
31592026-03-18T00:54:06.579Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-18T00:54:06.605Z Compiling ingot v0.1.1
31612026-03-18T00:54:06.660Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-18T00:54:06.688Z Compiling memmap v0.7.0
31632026-03-18T00:54:06.999Z Compiling typify-impl v0.4.3
31642026-03-18T00:54:07.026Z Compiling atomicwrites v0.4.4
31652026-03-18T00:54:07.085Z Compiling cancel-safe-futures v0.1.5
31662026-03-18T00:54:07.128Z Compiling thiserror-no-std v2.0.2
31672026-03-18T00:54:07.306Z Compiling vsss-rs v3.3.4
31682026-03-18T00:54:07.356Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-18T00:54:07.433Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-18T00:54:07.460Z Compiling owo-colors v4.3.0
31712026-03-18T00:54:07.676Z Compiling libsw-core v0.3.2
31722026-03-18T00:54:07.709Z Compiling async-recursion v1.1.1
31732026-03-18T00:54:07.747Z Compiling usdt v0.5.0
31742026-03-18T00:54:07.794Z Compiling resolv-conf v0.7.6
31752026-03-18T00:54:07.991Z Compiling libsw v3.5.0
31762026-03-18T00:54:08.182Z Compiling libefi-sys v0.1.0
31772026-03-18T00:54:08.267Z Compiling linear-map v1.2.0
31782026-03-18T00:54:08.323Z Compiling newline-converter v0.3.0
31792026-03-18T00:54:08.402Z Compiling hickory-proto v0.24.4
31802026-03-18T00:54:08.519Z Compiling console v0.15.11
31812026-03-18T00:54:08.578Z Compiling bitfield-struct v0.6.2
31822026-03-18T00:54:08.603Z Compiling semver v0.1.20
31832026-03-18T00:54:08.606Z Compiling linked-hash-map v0.5.6
31842026-03-18T00:54:08.628Z Compiling pin-project-internal v1.1.11
31852026-03-18T00:54:08.776Z Compiling slog-dtrace v0.3.0
31862026-03-18T00:54:08.843Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-03-18T00:54:08.933Z Compiling rustc_version v0.1.7
31882026-03-18T00:54:08.982Z Compiling lru-cache v0.1.2
31892026-03-18T00:54:09.009Z Compiling expectorate v1.2.0
31902026-03-18T00:54:09.040Z Compiling minimal-lexical v0.2.1
31912026-03-18T00:54:09.086Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-03-18T00:54:09.275Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-18T00:54:09.278Z Compiling tokio-dtrace v0.1.1
31942026-03-18T00:54:09.333Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-18T00:54:09.336Z Compiling newtype_derive v0.1.6
31962026-03-18T00:54:09.437Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-18T00:54:09.485Z Compiling nom v7.1.3
31982026-03-18T00:54:09.582Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-18T00:54:09.629Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-03-18T00:54:09.655Z Compiling phf_shared v0.12.1
32012026-03-18T00:54:09.696Z Compiling dropshot-api-manager-types v0.6.0
32022026-03-18T00:54:09.735Z Compiling pem v3.0.6
32032026-03-18T00:54:09.763Z Compiling snafu-derive v0.8.9
32042026-03-18T00:54:09.957Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-18T00:54:10.053Z Compiling csv-core v0.1.13
32062026-03-18T00:54:10.210Z Compiling highway v1.3.0
32072026-03-18T00:54:10.285Z Compiling xshell-macros v0.2.7
32082026-03-18T00:54:10.338Z Compiling typify-macro v0.6.1
32092026-03-18T00:54:10.426Z Compiling pin-project v1.1.11
32102026-03-18T00:54:10.475Z Compiling chrono-tz v0.10.4
32112026-03-18T00:54:10.494Z Compiling same-file v1.0.6
32122026-03-18T00:54:10.567Z Compiling const_format_proc_macros v0.2.34
32132026-03-18T00:54:10.599Z Compiling csv v1.4.0
32142026-03-18T00:54:10.829Z Compiling walkdir v2.5.0
32152026-03-18T00:54:10.858Z Compiling phf v0.12.1
32162026-03-18T00:54:10.896Z Compiling xshell v0.2.7
32172026-03-18T00:54:11.111Z Compiling oxide-tokio-rt v0.1.3
32182026-03-18T00:54:11.340Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-18T00:54:11.449Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32202026-03-18T00:54:11.487Z Compiling globset v0.4.18
32212026-03-18T00:54:11.520Z Compiling olpc-cjson v0.1.4
32222026-03-18T00:54:11.520Z Compiling primeorder v0.13.6
32232026-03-18T00:54:11.580Z Compiling hickory-resolver v0.24.4
32242026-03-18T00:54:11.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-03-18T00:54:11.678Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32262026-03-18T00:54:11.681Z Compiling serde_plain v1.0.2
32272026-03-18T00:54:11.827Z Compiling typed-path v0.9.3
32282026-03-18T00:54:11.853Z Compiling base64 v0.21.7
32292026-03-18T00:54:11.948Z Compiling const_format v0.2.35
32302026-03-18T00:54:12.017Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-03-18T00:54:12.422Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-03-18T00:54:12.450Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-03-18T00:54:12.453Z Compiling tabled_derive v0.7.0
32342026-03-18T00:54:12.598Z Compiling bcs v0.1.6
32352026-03-18T00:54:12.847Z Compiling snafu v0.8.9
32362026-03-18T00:54:13.139Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32372026-03-18T00:54:13.168Z Compiling typify v0.6.1
32382026-03-18T00:54:13.385Z Compiling progenitor-impl v0.13.0
32392026-03-18T00:54:13.417Z Compiling qorb v0.4.1
32402026-03-18T00:54:13.423Z Compiling tough v0.20.0
32412026-03-18T00:54:13.446Z Compiling salty v0.3.0
32422026-03-18T00:54:13.504Z Compiling termtree v0.5.1
32432026-03-18T00:54:13.507Z Compiling radium v0.7.0
32442026-03-18T00:54:13.778Z Compiling textwrap v0.16.2
32452026-03-18T00:54:13.837Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-03-18T00:54:13.913Z Compiling steno v0.4.1
32472026-03-18T00:54:14.013Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-18T00:54:14.081Z Compiling tabled v0.15.0
32492026-03-18T00:54:14.177Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-03-18T00:54:14.239Z Compiling typify-macro v0.4.3
32512026-03-18T00:54:14.264Z Compiling maybe-uninit v2.0.0
32522026-03-18T00:54:14.430Z Compiling humantime v2.3.0
32532026-03-18T00:54:14.473Z Compiling utf-8 v0.7.6
32542026-03-18T00:54:14.534Z Compiling tap v1.0.1
32552026-03-18T00:54:14.691Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-03-18T00:54:14.726Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-03-18T00:54:14.756Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-03-18T00:54:14.856Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-03-18T00:54:15.020Z Compiling wyz v0.5.1
32602026-03-18T00:54:15.058Z Compiling tungstenite v0.21.0
32612026-03-18T00:54:15.354Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-03-18T00:54:15.496Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-18T00:54:15.890Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-03-18T00:54:16.349Z Compiling p384 v0.13.1
32652026-03-18T00:54:16.353Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-03-18T00:54:16.448Z Compiling arc-swap v1.8.2
32672026-03-18T00:54:16.756Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-03-18T00:54:16.879Z Compiling typify v0.4.3
32692026-03-18T00:54:16.944Z Compiling packed_struct v0.10.1
32702026-03-18T00:54:17.054Z Compiling progenitor-impl v0.10.0
32712026-03-18T00:54:17.113Z Compiling tagptr v0.2.0
32722026-03-18T00:54:17.210Z Compiling funty v2.0.0
32732026-03-18T00:54:17.371Z Compiling moka v0.12.13
32742026-03-18T00:54:17.396Z Compiling slog-scope v4.4.1
32752026-03-18T00:54:17.467Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-03-18T00:54:17.512Z Compiling progenitor-macro v0.13.0
32772026-03-18T00:54:17.704Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-03-18T00:54:17.781Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-03-18T00:54:17.811Z Compiling bitvec v1.0.1
32802026-03-18T00:54:17.813Z Compiling tokio-tungstenite v0.21.0
32812026-03-18T00:54:18.012Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-18T00:54:18.198Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-18T00:54:18.327Z Compiling polyval v0.6.2
32842026-03-18T00:54:18.554Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-03-18T00:54:18.701Z Compiling packed_struct_codegen v0.10.1
32862026-03-18T00:54:19.092Z Compiling bitfield-macros v0.19.4
32872026-03-18T00:54:19.219Z Compiling zerocopy-derive v0.6.6
32882026-03-18T00:54:19.443Z Compiling proc-macro-error-attr2 v2.0.0
32892026-03-18T00:54:19.505Z Compiling indexmap v1.9.3
32902026-03-18T00:54:19.614Z Compiling nodrop v0.1.14
32912026-03-18T00:54:19.778Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32922026-03-18T00:54:19.819Z Compiling parking_lot_core v0.8.6
32932026-03-18T00:54:20.000Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-03-18T00:54:20.049Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-03-18T00:54:20.097Z Compiling crc-catalog v2.4.0
32962026-03-18T00:54:20.203Z Compiling bitfield v0.19.4
32972026-03-18T00:54:20.274Z Compiling proc-macro-error2 v2.0.1
32982026-03-18T00:54:20.303Z Compiling crc v3.4.0
32992026-03-18T00:54:20.366Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-03-18T00:54:20.494Z Compiling array-init v0.0.4
33012026-03-18T00:54:20.518Z Compiling zerocopy v0.6.6
33022026-03-18T00:54:20.622Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33032026-03-18T00:54:20.690Z Compiling ghash v0.5.1
33042026-03-18T00:54:20.735Z Compiling hickory-resolver v0.25.2
33052026-03-18T00:54:20.770Z Compiling smallvec v0.6.14
33062026-03-18T00:54:20.872Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33072026-03-18T00:54:20.915Z Compiling slog-stdlog v4.1.1
33082026-03-18T00:54:21.039Z Compiling git-stub v1.0.0
33092026-03-18T00:54:21.069Z Compiling num-derive v0.3.3
33102026-03-18T00:54:21.098Z Compiling ctr v0.9.2
33112026-03-18T00:54:21.101Z Compiling lzma-sys v0.1.20
33122026-03-18T00:54:21.152Z Compiling progenitor-macro v0.10.0
33132026-03-18T00:54:21.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-18T00:54:21.422Z Compiling unicase v2.9.0
33152026-03-18T00:54:21.463Z Compiling hashbrown v0.12.3
33162026-03-18T00:54:21.496Z Compiling aes-gcm v0.10.3
33172026-03-18T00:54:21.609Z Compiling git-stub-vcs v0.1.0
33182026-03-18T00:54:21.755Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33192026-03-18T00:54:21.819Z Compiling mime_guess v2.0.5
33202026-03-18T00:54:21.861Z Compiling slog-envlogger v2.2.0
33212026-03-18T00:54:22.002Z Compiling serde-hex v0.1.0
33222026-03-18T00:54:22.193Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-18T00:54:22.336Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-18T00:54:22.456Z Compiling tabled_derive v0.11.0
33252026-03-18T00:54:22.484Z Compiling libscf-sys v1.1.0
33262026-03-18T00:54:22.584Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-03-18T00:54:22.697Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-03-18T00:54:22.758Z Compiling progenitor-impl v0.11.2
33292026-03-18T00:54:22.816Z Compiling ron v0.8.1
33302026-03-18T00:54:22.865Z Compiling papergrid v0.17.0
33312026-03-18T00:54:23.143Z Compiling cargo_toml v0.22.3
33322026-03-18T00:54:23.567Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-18T00:54:23.623Z Compiling hashbrown v0.13.2
33342026-03-18T00:54:23.855Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-03-18T00:54:24.305Z Compiling testing_table v0.3.0
33362026-03-18T00:54:24.386Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33372026-03-18T00:54:24.413Z Compiling blowfish v0.9.1
33382026-03-18T00:54:24.442Z Compiling ssh-encoding v0.2.0
33392026-03-18T00:54:24.571Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-03-18T00:54:24.696Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33412026-03-18T00:54:24.727Z Compiling nibble_vec v0.1.0
33422026-03-18T00:54:24.754Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-18T00:54:24.825Z Compiling endian-type v0.1.2
33442026-03-18T00:54:24.884Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-18T00:54:24.968Z Compiling corncobs v0.1.4
33462026-03-18T00:54:25.106Z Compiling crc-any v2.5.0
33472026-03-18T00:54:25.169Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-03-18T00:54:25.233Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-18T00:54:25.262Z Compiling radix_trie v0.2.1
33502026-03-18T00:54:25.329Z Compiling ssh-cipher v0.2.0
33512026-03-18T00:54:25.388Z Compiling bcrypt-pbkdf v0.10.0
33522026-03-18T00:54:25.490Z Compiling tabled v0.20.0
33532026-03-18T00:54:25.521Z Compiling progenitor v0.13.0
33542026-03-18T00:54:25.569Z Compiling object v0.30.4
33552026-03-18T00:54:25.744Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-18T00:54:25.794Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-18T00:54:25.822Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-18T00:54:25.894Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-18T00:54:26.214Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-03-18T00:54:26.244Z Compiling parking_lot v0.11.2
33612026-03-18T00:54:26.618Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33622026-03-18T00:54:26.896Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-18T00:54:26.925Z Compiling progenitor-macro v0.11.2
33642026-03-18T00:54:27.167Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-03-18T00:54:27.419Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-18T00:54:27.620Z Compiling progenitor-client v0.11.2
33672026-03-18T00:54:27.648Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33682026-03-18T00:54:27.652Z Compiling prefix-trie v0.7.0
33692026-03-18T00:54:27.748Z Compiling password-hash v0.4.2
33702026-03-18T00:54:27.875Z Compiling fxhash v0.2.1
33712026-03-18T00:54:28.007Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-03-18T00:54:28.106Z Compiling secrecy v0.8.0
33732026-03-18T00:54:28.109Z Compiling path-slash v0.1.5
33742026-03-18T00:54:28.295Z Compiling http-range v0.1.5
33752026-03-18T00:54:28.352Z Compiling half v1.8.3
33762026-03-18T00:54:28.444Z Compiling hickory-server v0.25.2
33772026-03-18T00:54:28.599Z Compiling pbkdf2 v0.11.0
33782026-03-18T00:54:28.813Z Compiling serde_cbor v0.11.2
33792026-03-18T00:54:28.981Z Compiling sled v0.34.7
33802026-03-18T00:54:29.040Z Compiling progenitor v0.10.0
33812026-03-18T00:54:29.312Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-18T00:54:29.341Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-18T00:54:29.709Z Compiling ron v0.12.0
33842026-03-18T00:54:29.811Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-18T00:54:30.077Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-03-18T00:54:30.211Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-03-18T00:54:30.395Z Compiling xz2 v0.1.7
33882026-03-18T00:54:30.958Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-03-18T00:54:31.323Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33902026-03-18T00:54:31.460Z Compiling ssh-key v0.6.7
33912026-03-18T00:54:31.608Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33922026-03-18T00:54:31.898Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-18T00:54:31.940Z Compiling hickory-client v0.25.2
33942026-03-18T00:54:32.490Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-03-18T00:54:32.645Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-03-18T00:54:32.710Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33972026-03-18T00:54:32.829Z Compiling p521 v0.13.3
33982026-03-18T00:54:33.220Z Compiling p256 v0.13.2
33992026-03-18T00:54:33.295Z Compiling yasna v0.5.2
34002026-03-18T00:54:33.323Z Compiling kstat-rs v0.2.4
34012026-03-18T00:54:33.462Z Compiling headers-core v0.3.0
34022026-03-18T00:54:33.487Z Compiling nanorand v0.7.0
34032026-03-18T00:54:33.586Z Compiling russh-cryptovec v0.7.3
34042026-03-18T00:54:33.661Z Compiling atty v0.2.14
34052026-03-18T00:54:33.783Z Compiling home v0.5.12
34062026-03-18T00:54:33.816Z Compiling base16ct v1.0.0
34072026-03-18T00:54:33.846Z Compiling crc8 v0.1.1
34082026-03-18T00:54:33.876Z Compiling md5 v0.7.0
34092026-03-18T00:54:33.879Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-18T00:54:33.879Z Compiling flume v0.11.1
34112026-03-18T00:54:33.958Z Compiling rcgen v0.12.1
34122026-03-18T00:54:34.011Z Compiling headers v0.4.1
34132026-03-18T00:54:34.038Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-03-18T00:54:34.280Z Compiling russh-keys v0.45.0
34152026-03-18T00:54:34.311Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-03-18T00:54:34.347Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-18T00:54:34.440Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-03-18T00:54:34.758Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-03-18T00:54:34.846Z Compiling progenitor v0.11.2
34202026-03-18T00:54:34.942Z Compiling hyper-staticfile v0.10.1
34212026-03-18T00:54:35.085Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34222026-03-18T00:54:35.220Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-03-18T00:54:35.222Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-03-18T00:54:35.289Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34252026-03-18T00:54:35.686Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-03-18T00:54:35.744Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-03-18T00:54:35.797Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-03-18T00:54:36.191Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-03-18T00:54:36.395Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302026-03-18T00:54:36.439Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34312026-03-18T00:54:36.546Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-03-18T00:54:36.589Z Compiling num-bigint v0.4.6
34332026-03-18T00:54:36.857Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34342026-03-18T00:54:36.886Z Compiling des v0.8.1
34352026-03-18T00:54:37.105Z Compiling subprocess v0.2.15
34362026-03-18T00:54:37.240Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-18T00:54:37.516Z Compiling hex-literal v0.4.1
34382026-03-18T00:54:37.624Z Compiling display-error-chain v0.2.2
34392026-03-18T00:54:37.667Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-03-18T00:54:37.732Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34412026-03-18T00:54:37.862Z Compiling colored v2.2.0
34422026-03-18T00:54:37.901Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-03-18T00:54:37.974Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-03-18T00:54:38.046Z Compiling socket2 v0.5.10
34452026-03-18T00:54:38.267Z Compiling internet-checksum v0.2.1
34462026-03-18T00:54:38.449Z Compiling russh v0.45.0
34472026-03-18T00:54:45.950Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-03-18T00:54:56.661Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-03-18T00:54:56.661Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-03-18T00:54:56.664Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-03-18T00:54:56.664Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-03-18T00:54:59.062Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-03-18T00:54:59.152Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-03-18T00:55:05.298Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34552026-03-18T00:55:36.561Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34562026-03-18T00:56:02.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
34572026-03-18T00:56:03.295Z
34582026-03-18T00:56:03.298Zreal 2:05.468082081
34592026-03-18T00:56:03.298Zuser 12:20.262770958
34602026-03-18T00:56:03.298Zsys 2:14.780854484
34612026-03-18T00:56:03.298Ztrap 0.376943998
34622026-03-18T00:56:03.298Ztflt 0.489489005
34632026-03-18T00:56:03.298Zdflt 1.437265938
34642026-03-18T00:56:03.298Zkflt 0.000572900
34652026-03-18T00:56:03.298Zlock 43:22.304852183
34662026-03-18T00:56:03.298Zslp 28:07.508148797
34672026-03-18T00:56:03.298Zlat 48.530983784
34682026-03-18T00:56:03.298Zstop 4:17.707335522
34692026-03-18T00:56:03.298Z+ mkdir tests
34702026-03-18T00:56:03.301Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-03-18T00:56:03.304Z+ xargs -I '{}' -t cp '{}' tests/
34722026-03-18T00:56:03.339Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34732026-03-18T00:56:03.363Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34742026-03-18T00:56:03.386Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34752026-03-18T00:56:03.410Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34762026-03-18T00:56:03.670Z+ 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/*)
34772026-03-18T00:56:03.673Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34782026-03-18T00:57:43.882ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-03-18T00:57:43.882Za .github/buildomat/ci-env.sh 1K
34802026-03-18T00:57:43.882Za out/target/test 1K
34812026-03-18T00:57:43.882Za out/npuzone/npuzone 27402K
34822026-03-18T00:57:43.882Za package-manifest.toml 35K
34832026-03-18T00:57:43.882Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-03-18T00:57:43.883Za target/release/omicron-package 40561K
34852026-03-18T00:57:43.883Za target/release/xtask 11433K
34862026-03-18T00:57:43.883Za target/debug/bootstrap 335376K
34872026-03-18T00:57:43.883Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34882026-03-18T00:57:43.883Za tests/commtest-24d786529c44a77c 32395K
34892026-03-18T00:57:43.883Za tests/dhcp_server-58b78f45b9570bbf 31310K
34902026-03-18T00:57:43.883Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377671K
34912026-03-18T00:57:43.883Za out/clickhouse.tar.gz 301709K
34922026-03-18T00:57:43.883Za out/clickhouse_keeper.tar.gz 287173K
34932026-03-18T00:57:43.883Za out/clickhouse_server.tar.gz 301708K
34942026-03-18T00:57:43.883Za out/cockroachdb.tar.gz 156533K
34952026-03-18T00:57:43.883Za out/crucible-pantry-zone.tar.gz 38990K
34962026-03-18T00:57:43.883Za out/crucible-utils.tar 17744K
34972026-03-18T00:57:43.883Za out/crucible-zone.tar.gz 53128K
34982026-03-18T00:57:43.883Za out/external-dns.tar.gz 43604K
34992026-03-18T00:57:43.883Za out/internal-dns.tar.gz 43604K
35002026-03-18T00:57:43.883Za out/mg-ddm-gz.tar 78377K
35012026-03-18T00:57:43.883Za out/nexus.tar.gz 209140K
35022026-03-18T00:57:43.883Za out/ntp.tar.gz 25418K
35032026-03-18T00:57:43.883Za out/omicron-gateway-softnpu.tar.gz 28225K
35042026-03-18T00:57:43.883Za out/omicron-sled-agent.tar 186531K
35052026-03-18T00:57:43.883Za out/overlay.tar.gz 3K
35062026-03-18T00:57:43.883Za out/oximeter.tar.gz 57426K
35072026-03-18T00:57:43.883Za out/oxlog.tar 3782K
35082026-03-18T00:57:43.883Za out/probe.tar.gz 3037K
35092026-03-18T00:57:43.883Za out/propolis-server.tar.gz 74633K
35102026-03-18T00:57:43.883Za out/pumpkind-gz.tar 26647K
35112026-03-18T00:57:43.883Za out/switch-softnpu.tar.gz 367880K
35122026-03-18T00:57:43.887Z
35132026-03-18T00:57:43.887Zreal 1:40.273867854
35142026-03-18T00:57:43.887Zuser 1:37.032284306
35152026-03-18T00:57:43.887Zsys 6.532814448
35162026-03-18T00:57:43.887Ztrap 0.007250271
35172026-03-18T00:57:43.887Ztflt 0.000000000
35182026-03-18T00:57:43.887Zdflt 0.000000000
35192026-03-18T00:57:43.887Zkflt 0.000000000
35202026-03-18T00:57:43.887Zlock 0.000000000
35212026-03-18T00:57:43.887Zslp 1:36.327886902
35222026-03-18T00:57:43.887Zlat 0.642662626
35232026-03-18T00:57:43.888Zstop 0.000166745
35242026-03-18T00:57:43.888Zprocess exited: duration 1307946 ms, exit code 0
 
35252026-03-18T00:57:43.903Zfound 1 output files
35262026-03-18T00:57:43.904Zuploading: /work/package.tar.gz (2319809953 bytes)
35272026-03-18T00:58:13.127Zuploaded: /work/package.tar.gz