01KKMDJ6HESCC8SCQ74X7F10TD: 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: 01KKMDJRZRG4XBTKB3DZ3KQ3G0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T20:19:16.803Zjob assigned to worker 01KKMDK1G28WJ930KYBQAVE2W9 [factory aws, i-039decf171712e7ce] (queued for 1 m 9 s)
 
22026-03-13T20:19:25.404Zstarting task 0: "setup"
32026-03-13T20:19:25.412Z++ uname -s
42026-03-13T20:19:25.415Z+ kern=SunOS
52026-03-13T20:19:25.415Z+ build_user=build
62026-03-13T20:19:25.415Z+ build_uid=12345
72026-03-13T20:19:25.415Z+ work_dir=/work
82026-03-13T20:19:25.415Z+ input_dir=/input
92026-03-13T20:19:25.415Z+ [[ 0 == 12345 ]]
102026-03-13T20:19:25.415Z+ case "$kern" in
112026-03-13T20:19:25.415Z+ groupadd -g 12345 build
122026-03-13T20:19:25.418Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T20:19:27.426Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T20:19:27.556Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T20:19:27.559Z+ home_fs=zfs
162026-03-13T20:19:27.560Z+ [[ zfs == autofs ]]
172026-03-13T20:19:27.560Z+ mkdir -p /home/build
182026-03-13T20:19:27.563Z+ chown build:build /home/build /work
192026-03-13T20:19:29.570Z+ chmod 0700 /home/build /work
202026-03-13T20:19:29.580Zprocess exited: duration 4162 ms, exit code 0
 
212026-03-13T20:19:29.592Zstarting task 1: "rust-toolchain"
222026-03-13T20:19:29.598Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T20:19:29.598Z * rust toolchain channel = "1.91.1"
242026-03-13T20:19:29.598Z * rust toolchain profile = "default"
252026-03-13T20:19:29.598Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T20:19:29.598Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T20:19:29.598Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T20:19:29.603Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T20:19:29.603Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T20:19:29.740Zinfo: downloading installer
312026-03-13T20:19:31.442Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T20:19:31.442Zwarn: /opt/ooce/bin
332026-03-13T20:19:31.442Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T20:19:31.442Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T20:19:31.442Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T20:19:31.442Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T20:19:31.442Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T20:19:31.442Zerror: cannot install while Rust is installed
392026-03-13T20:19:31.442Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T20:19:31.442Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T20:19:31.442Zwarn: /home/build/.rustup/settings.toml
422026-03-13T20:19:31.442Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T20:19:31.442Zwarn: instead of the one inferred from the default host triple.
442026-03-13T20:19:31.454Zinfo: profile set to default
452026-03-13T20:19:31.454Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T20:19:31.457Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T20:19:31.638Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T20:19:31.644Zinfo: downloading 6 components
492026-03-13T20:19:46.834Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T20:19:46.834Z
512026-03-13T20:19:46.873Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T20:19:46.873Z
532026-03-13T20:19:46.873Z
542026-03-13T20:19:46.879ZRust is installed now. Great!
552026-03-13T20:19:46.879Z
562026-03-13T20:19:46.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T20:19:46.879Zenvironment variable. This has not been done automatically.
582026-03-13T20:19:46.880Z
592026-03-13T20:19:46.880ZTo configure your current shell, you need to source
602026-03-13T20:19:46.880Zthe corresponding env file under $HOME/.cargo.
612026-03-13T20:19:46.880Z
622026-03-13T20:19:46.880ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T20:19:46.880Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T20:19:46.880Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T20:19:46.880Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T20:19:46.880Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T20:19:46.880Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T20:19:46.880Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T20:19:46.880Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T20:19:46.880Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T20:19:46.974Z+ rustup --version
722026-03-13T20:19:46.982Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T20:19:46.988Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T20:19:47.011Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T20:19:47.016Z+ cargo --version
762026-03-13T20:19:47.023Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T20:19:47.026Z+ rustc --version
782026-03-13T20:19:47.055Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T20:19:47.059Zprocess exited: duration 17460 ms, exit code 0
 
802026-03-13T20:19:47.068Zstarting task 2: "authentication"
812026-03-13T20:19:47.089Zprocess exited: duration 20 ms, exit code 0
 
822026-03-13T20:19:47.096Zstarting task 3: "clone repository"
832026-03-13T20:19:47.101Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T20:19:47.105Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T20:19:47.138ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T20:19:57.797Z+ cd /work/oxidecomputer/omicron
872026-03-13T20:19:57.797Z+ git fetch origin 5390943e7e40d841fc09ccacf998e8a7f23917d0
882026-03-13T20:19:58.088ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T20:19:58.088Z * branch 5390943e7e40d841fc09ccacf998e8a7f23917d0 -> FETCH_HEAD
902026-03-13T20:19:58.100Z+ [[ -n expectorate-no-comment ]]
912026-03-13T20:19:58.103Z++ git branch --show-current
922026-03-13T20:19:58.108Z+ current=main
932026-03-13T20:19:58.108Z+ [[ main != expectorate-no-comment ]]
942026-03-13T20:19:58.108Z+ git branch -f expectorate-no-comment 5390943e7e40d841fc09ccacf998e8a7f23917d0
952026-03-13T20:19:58.113Z+ git checkout -f expectorate-no-comment
962026-03-13T20:19:58.433ZSwitched to branch 'expectorate-no-comment'
972026-03-13T20:19:58.436Z+ git reset --hard 5390943e7e40d841fc09ccacf998e8a7f23917d0
982026-03-13T20:19:58.461ZHEAD is now at 5390943e7 linebreak
992026-03-13T20:19:58.464Zprocess exited: duration 11363 ms, exit code 0
 
1002026-03-13T20:19:58.470Zstarting task 4: "build"
1012026-03-13T20:19:58.477Z+ source .github/buildomat/ci-env.sh
1022026-03-13T20:19:58.481Z++ export CARGO_TERM_COLOR=always
1032026-03-13T20:19:58.481Z++ CARGO_TERM_COLOR=always
1042026-03-13T20:19:58.481Z+ cargo --version
1052026-03-13T20:19:58.488Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T20:19:58.491Z+ rustc --version
1072026-03-13T20:19:58.520Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T20:19:58.523Z+ WORK=/work
1092026-03-13T20:19:58.523Z+ pfexec mkdir -p /work
1102026-03-13T20:19:58.528Z+ pfexec chown build /work
1112026-03-13T20:19:58.531Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-13T20:20:08.819Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-13T20:20:18.588Z Startup: Caching catalogs ... Done
1142026-03-13T20:20:40.856ZPlanning: Solver setup ... Done (20.639s)
1152026-03-13T20:20:41.010ZPlanning: Running solver ... Done (0.152s)
1162026-03-13T20:20:41.198ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-13T20:20:41.210ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-13T20:20:41.351ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-13T20:20:41.394ZPlanning: Package planning ... Done (0.043s)
1202026-03-13T20:20:41.435ZPlanning: Merging actions ... Done (0.039s)
1212026-03-13T20:20:41.674ZPlanning: Checking for conflicting actions ... Done (0.239s)
1222026-03-13T20:20:41.684ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-13T20:20:42.570ZPlanning: Evaluating mediators ... Done (0.885s)
1242026-03-13T20:20:42.578ZPlanning: Planning completed in 23.83 seconds
1252026-03-13T20:20:42.593Z Packages to install: 4
1262026-03-13T20:20:42.593Z Mediators to change: 2
1272026-03-13T20:20:42.593Z Services to change: 1
1282026-03-13T20:20:42.597Z Estimated space available: 155.43 GB
1292026-03-13T20:20:42.597ZEstimated space to be consumed: 1.83 GB
1302026-03-13T20:20:42.597Z Create boot environment: No
1312026-03-13T20:20:42.597ZCreate backup boot environment: No
1322026-03-13T20:20:42.597Z Rebuild boot archive: No
1332026-03-13T20:20:42.597Z
1342026-03-13T20:20:42.597ZChanged mediators:
1352026-03-13T20:20:42.597Z mediator clang:
1362026-03-13T20:20:42.597Z version: None -> 15 (system default)
1372026-03-13T20:20:42.597Z
1382026-03-13T20:20:42.597Z mediator llvm:
1392026-03-13T20:20:42.597Z version: 14 (system default) -> 15 (system default)
1402026-03-13T20:20:42.597Z
1412026-03-13T20:20:42.597ZChanged packages:
1422026-03-13T20:20:42.597Zhelios-dev
1432026-03-13T20:20:42.597Z developer/build-essential
1442026-03-13T20:20:42.597Z None -> 11-2.0
1452026-03-13T20:20:42.597Z library/libxmlsec1
1462026-03-13T20:20:42.597Z None -> 1.2.35-2.0
1472026-03-13T20:20:42.597Z ooce/developer/clang-15
1482026-03-13T20:20:42.597Z None -> 15.0.7-2.0
1492026-03-13T20:20:42.597Z ooce/developer/llvm-15
1502026-03-13T20:20:42.597Z None -> 15.0.7-2.0
1512026-03-13T20:20:42.597Z
1522026-03-13T20:20:42.597ZServices:
1532026-03-13T20:20:42.599Z restart_fmri:
1542026-03-13T20:20:42.599Z svc:/system/update-man-index:default
1552026-03-13T20:20:42.643Z
1562026-03-13T20:20:42.643ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-13T20:20:47.720ZDownload: 2224/3290 items 105.6/212.6MB 49% complete (24.5M/s)
1582026-03-13T20:20:52.841ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (24.4M/s)
1592026-03-13T20:20:52.876ZDownload: Completed 212.60 MB in 10.23 seconds (20.8M/s)
1602026-03-13T20:20:53.104Z Actions: 1/3689 actions (Installing new actions)
1612026-03-13T20:20:57.292Z Actions: Completed 3689 actions in 4.19 seconds.
1622026-03-13T20:20:57.636Z Done (0.339s)
1632026-03-13T20:20:57.636Z Done (0.000s)
1642026-03-13T20:20:58.523Z Done (0.887s)
1652026-03-13T20:21:02.540Z Done (3.668s)
1662026-03-13T20:21:02.630Z Done (0.017s)
1672026-03-13T20:21:02.633Z Done (0.000s)
1682026-03-13T20:21:02.813Z Done (0.000s)
1692026-03-13T20:21:03.791ZPlanning: Evaluating mediator changes ... Done
1702026-03-13T20:21:03.934ZPlanning: Checking for conflicting actions ... Done
1712026-03-13T20:21:03.938ZPlanning: Consolidating action changes ... Done
1722026-03-13T20:21:04.153ZPlanning: Evaluating mediators ... Done
1732026-03-13T20:21:04.157ZPlanning: Planning completed in 0.36 seconds
1742026-03-13T20:21:04.182Z Mediators to change: 2
1752026-03-13T20:21:04.182Z Create boot environment: No
1762026-03-13T20:21:04.185ZCreate backup boot environment: No
1772026-03-13T20:21:04.266Z Done
1782026-03-13T20:21:04.266Z Done
1792026-03-13T20:21:05.032Z Done
1802026-03-13T20:21:08.342Z Done
1812026-03-13T20:21:08.422Z Done
1822026-03-13T20:21:08.440Z Done
1832026-03-13T20:21:08.592Z Done
1842026-03-13T20:21:09.103ZPlanning: Evaluating mediator changes ... Done
1852026-03-13T20:21:09.114ZPlanning: Merging actions ... Done
1862026-03-13T20:21:09.276ZPlanning: Checking for conflicting actions ... Done
1872026-03-13T20:21:09.296ZPlanning: Consolidating action changes ... Done
1882026-03-13T20:21:09.484ZPlanning: Evaluating mediators ... Done
1892026-03-13T20:21:09.528ZPlanning: Planning completed in 0.63 seconds
1902026-03-13T20:21:09.557Z Packages to change: 1
1912026-03-13T20:21:09.557Z Mediators to change: 1
1922026-03-13T20:21:09.561Z Services to change: 1
1932026-03-13T20:21:09.561Z Create boot environment: No
1942026-03-13T20:21:09.561ZCreate backup boot environment: Yes
1952026-03-13T20:21:10.911Z Actions: 1/6 actions (Updating modified actions)
1962026-03-13T20:21:10.916Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-13T20:21:10.916Z Done
1982026-03-13T20:21:10.916Z Done
1992026-03-13T20:21:11.115Z Done
2002026-03-13T20:21:14.362Z Done
2012026-03-13T20:21:14.449Z Done
2022026-03-13T20:21:14.455Z Done
2032026-03-13T20:21:14.610Z Done
2042026-03-13T20:21:14.986ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-13T20:21:14.986Zclang system 15 system
2062026-03-13T20:21:14.986Zcsh system system illumos
2072026-03-13T20:21:14.986Zctags system system illumos
2082026-03-13T20:21:14.986Zfile system system illumos
2092026-03-13T20:21:14.986Zgcc vendor 12 vendor
2102026-03-13T20:21:14.986Zgcc system 10 system
2112026-03-13T20:21:14.986Zgcc system 7 system
2122026-03-13T20:21:14.986Zgo system 1.20 system
2132026-03-13T20:21:14.986Zgo system 1.19 system
2142026-03-13T20:21:14.986Zllvm system 15 system
2152026-03-13T20:21:14.986Zllvm system 14 system
2162026-03-13T20:21:14.986Zmariadb system 10.6 system
2172026-03-13T20:21:14.986Zmta vendor vendor dma
2182026-03-13T20:21:14.986Zopenjdk system 17 system
2192026-03-13T20:21:14.986Zopenjdk system 11 system
2202026-03-13T20:21:14.986Zopenjdk system 1.8 system
2212026-03-13T20:21:14.986Zopenssl vendor 3 vendor
2222026-03-13T20:21:14.986Zperl system 5.36 system
2232026-03-13T20:21:14.986Zpostgresql system 15 system
2242026-03-13T20:21:14.986Zpostgresql system 13 system
2252026-03-13T20:21:14.986Zpython vendor 3 vendor
2262026-03-13T20:21:14.987Zpython system 2 system
2272026-03-13T20:21:14.987Zpython3 system 3.11 system
2282026-03-13T20:21:14.987Zruby system 3.0 system
2292026-03-13T20:21:14.987Zwords vendor vendor american-english
2302026-03-13T20:21:14.987Zwords system system australian-english
2312026-03-13T20:21:14.987Zwords system system british-english
2322026-03-13T20:21:14.987Zwords system system canadian-english
2332026-03-13T20:21:14.987Zwords system system french
2342026-03-13T20:21:14.987Zwords system system italian
2352026-03-13T20:21:14.987Zwords system system ngerman
2362026-03-13T20:21:14.987Zwords system system ogerman
2372026-03-13T20:21:14.987Zwords system system spanish
2382026-03-13T20:21:15.290ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-13T20:21:15.290Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-13T20:21:21.294ZFMRI IFO
2412026-03-13T20:21:21.294Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-13T20:21:21.294Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-13T20:21:21.294Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-13T20:21:21.294Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-13T20:21:21.294Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-13T20:21:21.294Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-13T20:21:21.294Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-13T20:21:21.294Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-13T20:21:21.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-13T20:21:21.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-13T20:21:21.295Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-13T20:21:21.295Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-13T20:21:21.295Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-13T20:21:21.295Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-13T20:21:21.296Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-13T20:21:21.296Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-13T20:21:22.552Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-13T20:21:22.880Z Updating crates.io index
2592026-03-13T20:21:22.886Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-13T20:21:23.215Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-13T20:21:24.047Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-13T20:21:24.465Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-13T20:21:24.852Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-13T20:21:25.826Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-13T20:21:26.498Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-13T20:21:27.954Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-13T20:21:29.553Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-13T20:21:30.326Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-13T20:21:30.770Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-13T20:21:31.826Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-13T20:21:32.230Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-13T20:21:32.664Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-13T20:21:33.131Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-13T20:21:34.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-13T20:21:34.691Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-13T20:21:34.970Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-13T20:21:35.262Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-13T20:21:35.702Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-13T20:21:36.066Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-13T20:21:36.316Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-13T20:21:36.548Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-13T20:21:36.945Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-13T20:21:37.468Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-13T20:21:37.929Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-13T20:21:38.239Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-13T20:21:38.856Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-13T20:21:39.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-13T20:21:40.359Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-13T20:21:40.688Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-13T20:21:41.051Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-13T20:21:41.412Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-13T20:21:41.772Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-13T20:21:42.403Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-13T20:21:42.660Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-13T20:21:42.934Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-13T20:21:43.267Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-13T20:21:57.417Z Downloading crates ...
2982026-03-13T20:21:57.483Z Downloaded anstyle-parse v0.2.7
2992026-03-13T20:21:57.486Z Downloaded anstyle v1.0.13
3002026-03-13T20:21:57.488Z Downloaded anstream v0.6.21
3012026-03-13T20:21:57.492Z Downloaded cargo_toml v0.21.0
3022026-03-13T20:21:57.500Z Downloaded colorchoice v1.0.4
3032026-03-13T20:21:57.503Z Downloaded tinystr v0.8.2
3042026-03-13T20:21:57.506Z Downloaded yoke v0.8.1
3052026-03-13T20:21:57.510Z Downloaded form_urlencoded v1.2.2
3062026-03-13T20:21:57.511Z Downloaded clap_lex v1.0.0
3072026-03-13T20:21:57.513Z Downloaded tempfile v3.25.0
3082026-03-13T20:21:57.513Z Downloaded usdt-attr-macro v0.5.0
3092026-03-13T20:21:57.513Z Downloaded equivalent v1.0.2
3102026-03-13T20:21:57.521Z Downloaded cargo_metadata v0.21.0
3112026-03-13T20:21:57.524Z Downloaded usdt v0.5.0
3122026-03-13T20:21:57.524Z Downloaded unicode-xid v0.2.6
3132026-03-13T20:21:57.527Z Downloaded utf8parse v0.2.2
3142026-03-13T20:21:57.531Z Downloaded zerovec-derive v0.11.2
3152026-03-13T20:21:57.533Z Downloaded usdt-impl v0.5.0
3162026-03-13T20:21:57.534Z Downloaded zerofrom v0.1.6
3172026-03-13T20:21:57.538Z Downloaded usdt-macro v0.5.0
3182026-03-13T20:21:57.538Z Downloaded goblin v0.8.2
3192026-03-13T20:21:57.541Z Downloaded yoke-derive v0.8.1
3202026-03-13T20:21:57.541Z Downloaded crypto-common v0.1.7
3212026-03-13T20:21:57.544Z Downloaded zerofrom-derive v0.1.6
3222026-03-13T20:21:57.544Z Downloaded version_check v0.9.5
3232026-03-13T20:21:57.544Z Downloaded utf8_iter v1.0.4
3242026-03-13T20:21:57.544Z Downloaded unicode-linebreak v0.1.5
3252026-03-13T20:21:57.547Z Downloaded typeid v1.0.3
3262026-03-13T20:21:57.550Z Downloaded toml_write v0.1.2
3272026-03-13T20:21:57.553Z Downloaded thiserror v2.0.18
3282026-03-13T20:21:57.557Z Downloaded thiserror-impl v1.0.69
3292026-03-13T20:21:57.557Z Downloaded memmap v0.7.0
3302026-03-13T20:21:57.560Z Downloaded cpufeatures v0.2.17
3312026-03-13T20:21:57.563Z Downloaded fnv v1.0.7
3322026-03-13T20:21:57.563Z Downloaded dof v0.3.0
3332026-03-13T20:21:57.566Z Downloaded toml_datetime v0.6.11
3342026-03-13T20:21:57.566Z Downloaded thread-id v4.2.2
3352026-03-13T20:21:57.569Z Downloaded writeable v0.6.2
3362026-03-13T20:21:57.569Z Downloaded thiserror-impl v2.0.18
3372026-03-13T20:21:57.569Z Downloaded displaydoc v0.2.5
3382026-03-13T20:21:57.572Z Downloaded toml v0.8.23
3392026-03-13T20:21:57.576Z Downloaded pest_meta v2.8.6
3402026-03-13T20:21:57.576Z Downloaded thiserror v1.0.69
3412026-03-13T20:21:57.579Z Downloaded zmij v1.0.21
3422026-03-13T20:21:57.582Z Downloaded plain v0.2.3
3432026-03-13T20:21:57.582Z Downloaded percent-encoding v2.3.2
3442026-03-13T20:21:57.582Z Downloaded ordered-float v2.10.1
3452026-03-13T20:21:57.585Z Downloaded zerocopy-derive v0.7.35
3462026-03-13T20:21:57.591Z Downloaded textwrap v0.16.2
3472026-03-13T20:21:57.594Z Downloaded idna_adapter v1.2.1
3482026-03-13T20:21:57.594Z Downloaded anstyle-query v1.1.5
3492026-03-13T20:21:57.594Z Downloaded zerotrie v0.2.3
3502026-03-13T20:21:57.594Z Downloaded ucd-trie v0.1.7
3512026-03-13T20:21:57.595Z Downloaded fastrand v2.3.0
3522026-03-13T20:21:57.598Z Downloaded serde-value v0.7.0
3532026-03-13T20:21:57.598Z Downloaded proc-macro-error-attr v1.0.4
3542026-03-13T20:21:57.598Z Downloaded potential_utf v0.1.4
3552026-03-13T20:21:57.598Z Downloaded errno v0.3.14
3562026-03-13T20:21:57.601Z Downloaded unicode-ident v1.0.24
3572026-03-13T20:21:57.601Z Downloaded typenum v1.19.0
3582026-03-13T20:21:57.604Z Downloaded swrite v0.1.0
3592026-03-13T20:21:57.604Z Downloaded dtrace-parser v0.2.0
3602026-03-13T20:21:57.604Z Downloaded url v2.5.8
3612026-03-13T20:21:57.607Z Downloaded is_terminal_polyfill v1.70.2
3622026-03-13T20:21:57.611Z Downloaded toml_edit v0.22.27
3632026-03-13T20:21:57.615Z Downloaded proc-macro-error v1.0.4
3642026-03-13T20:21:57.618Z Downloaded stable_deref_trait v1.2.1
3652026-03-13T20:21:57.623Z Downloaded smawk v0.3.2
3662026-03-13T20:21:57.627Z Downloaded serde_spanned v0.6.9
3672026-03-13T20:21:57.630Z Downloaded zerovec v0.11.5
3682026-03-13T20:21:57.634Z Downloaded strsim v0.11.1
3692026-03-13T20:21:57.634Z Downloaded itoa v1.0.17
3702026-03-13T20:21:57.637Z Downloaded tabled_derive v0.7.0
3712026-03-13T20:21:57.637Z Downloaded pretty-hex v0.4.1
3722026-03-13T20:21:57.637Z Downloaded zerocopy v0.7.35
3732026-03-13T20:21:57.649Z Downloaded terminal_size v0.4.3
3742026-03-13T20:21:57.653Z Downloaded winnow v0.7.14
3752026-03-13T20:21:57.656Z Downloaded scroll v0.12.0
3762026-03-13T20:21:57.660Z Downloaded icu_normalizer_data v2.1.1
3772026-03-13T20:21:57.663Z Downloaded cargo-util-schemas v0.8.2
3782026-03-13T20:21:57.663Z Downloaded cfg-if v1.0.4
3792026-03-13T20:21:57.663Z Downloaded unicode-width v0.2.0
3802026-03-13T20:21:57.666Z Downloaded digest v0.10.7
3812026-03-13T20:21:57.669Z Downloaded unicode-width v0.1.14
3822026-03-13T20:21:57.673Z Downloaded synstructure v0.13.2
3832026-03-13T20:21:57.673Z Downloaded sha2 v0.10.9
3842026-03-13T20:21:57.676Z Downloaded quote v1.0.44
3852026-03-13T20:21:57.679Z Downloaded fs-err v3.3.0
3862026-03-13T20:21:57.679Z Downloaded bytecount v0.6.9
3872026-03-13T20:21:57.679Z Downloaded cargo-platform v0.2.0
3882026-03-13T20:21:57.682Z Downloaded pest_derive v2.8.6
3892026-03-13T20:21:57.682Z Downloaded once_cell v1.21.3
3902026-03-13T20:21:57.729Z Downloaded autocfg v1.5.0
3912026-03-13T20:21:57.729Z Downloaded heck v0.5.0
3922026-03-13T20:21:57.730Z Downloaded block-buffer v0.10.4
3932026-03-13T20:21:57.730Z Downloaded icu_collections v2.1.1
3942026-03-13T20:21:57.731Z Downloaded scroll_derive v0.12.1
3952026-03-13T20:21:57.731Z Downloaded heck v0.4.1
3962026-03-13T20:21:57.731Z Downloaded camino-tempfile v1.4.1
3972026-03-13T20:21:57.731Z Downloaded semver v1.0.27
3982026-03-13T20:21:57.732Z Downloaded serde-untagged v0.1.9
3992026-03-13T20:21:57.732Z Downloaded generic-array v0.14.7
4002026-03-13T20:21:57.732Z Downloaded byteorder v1.5.0
4012026-03-13T20:21:57.732Z Downloaded icu_properties v2.1.2
4022026-03-13T20:21:57.732Z Downloaded macaddr v1.0.1
4032026-03-13T20:21:57.733Z Downloaded erased-serde v0.4.9
4042026-03-13T20:21:57.733Z Downloaded smallvec v1.15.1
4052026-03-13T20:21:57.733Z Downloaded litemap v0.8.1
4062026-03-13T20:21:57.742Z Downloaded papergrid v0.11.0
4072026-03-13T20:21:57.742Z Downloaded pest_generator v2.8.6
4082026-03-13T20:21:57.742Z Downloaded icu_provider v2.1.1
4092026-03-13T20:21:57.743Z Downloaded clap_derive v4.5.55
4102026-03-13T20:21:57.743Z Downloaded num-traits v0.2.19
4112026-03-13T20:21:57.743Z Downloaded bitflags v2.11.0
4122026-03-13T20:21:57.743Z Downloaded serde_tokenstream v0.2.3
4132026-03-13T20:21:57.743Z Downloaded anyhow v1.0.102
4142026-03-13T20:21:57.747Z Downloaded camino v1.2.2
4152026-03-13T20:21:57.747Z Downloaded proc-macro2 v1.0.106
4162026-03-13T20:21:57.747Z Downloaded clap v4.5.60
4172026-03-13T20:21:57.752Z Downloaded memchr v2.8.0
4182026-03-13T20:21:57.768Z Downloaded log v0.4.29
4192026-03-13T20:21:57.785Z Downloaded serde_derive v1.0.228
4202026-03-13T20:21:57.788Z Downloaded serde_core v1.0.228
4212026-03-13T20:21:57.791Z Downloaded icu_normalizer v2.1.1
4222026-03-13T20:21:57.795Z Downloaded icu_locale_core v2.1.1
4232026-03-13T20:21:57.799Z Downloaded getrandom v0.4.1
4242026-03-13T20:21:57.803Z Downloaded serde v1.0.228
4252026-03-13T20:21:57.831Z Downloaded indexmap v2.13.0
4262026-03-13T20:21:57.842Z Downloaded pest v2.8.6
4272026-03-13T20:21:57.858Z Downloaded hashbrown v0.16.1
4282026-03-13T20:21:57.861Z Downloaded serde_json v1.0.149
4292026-03-13T20:21:57.864Z Downloaded idna v1.1.0
4302026-03-13T20:21:57.871Z Downloaded icu_properties_data v2.1.2
4312026-03-13T20:21:57.894Z Downloaded tabled v0.15.0
4322026-03-13T20:21:57.905Z Downloaded clap_builder v4.5.60
4332026-03-13T20:21:57.914Z Downloaded syn v1.0.109
4342026-03-13T20:21:57.924Z Downloaded syn v2.0.117
4352026-03-13T20:21:57.944Z Downloaded rustix v1.1.3
4362026-03-13T20:21:57.974Z Downloaded libc v0.2.180
4372026-03-13T20:21:58.054Z Compiling proc-macro2 v1.0.106
4382026-03-13T20:21:58.058Z Compiling unicode-ident v1.0.24
4392026-03-13T20:21:58.058Z Compiling quote v1.0.44
4402026-03-13T20:21:58.058Z Compiling serde_core v1.0.228
4412026-03-13T20:21:58.058Z Compiling libc v0.2.180
4422026-03-13T20:21:58.058Z Compiling version_check v0.9.5
4432026-03-13T20:21:58.058Z Compiling memchr v2.8.0
4442026-03-13T20:21:58.058Z Compiling stable_deref_trait v1.2.1
4452026-03-13T20:21:58.058Z Compiling serde v1.0.228
4462026-03-13T20:21:58.058Z Compiling zmij v1.0.21
4472026-03-13T20:21:58.263Z Compiling ucd-trie v0.1.7
4482026-03-13T20:21:58.266Z Compiling thiserror v1.0.69
4492026-03-13T20:21:58.266Z Compiling autocfg v1.5.0
4502026-03-13T20:21:58.287Z Compiling itoa v1.0.17
4512026-03-13T20:21:58.290Z Compiling litemap v0.8.1
4522026-03-13T20:21:58.459Z Compiling writeable v0.6.2
4532026-03-13T20:21:58.734Z Compiling icu_normalizer_data v2.1.1
4542026-03-13T20:21:58.803Z Compiling byteorder v1.5.0
4552026-03-13T20:21:58.803Z Compiling icu_properties_data v2.1.2
4562026-03-13T20:21:58.914Z Compiling rustix v1.1.3
4572026-03-13T20:21:58.917Z Compiling bitflags v2.11.0
4582026-03-13T20:21:58.974Z Compiling pest v2.8.6
4592026-03-13T20:21:58.977Z Compiling serde_json v1.0.149
4602026-03-13T20:21:59.033Z Compiling num-traits v0.2.19
4612026-03-13T20:21:59.201Z Compiling smallvec v1.15.1
4622026-03-13T20:21:59.344Z Compiling typeid v1.0.3
4632026-03-13T20:21:59.347Z Compiling hashbrown v0.16.1
4642026-03-13T20:21:59.485Z Compiling equivalent v1.0.2
4652026-03-13T20:21:59.556Z Compiling proc-macro-error-attr v1.0.4
4662026-03-13T20:21:59.609Z Compiling usdt-impl v0.5.0
4672026-03-13T20:21:59.639Z Compiling toml_write v0.1.2
4682026-03-13T20:21:59.665Z Compiling syn v1.0.109
4692026-03-13T20:21:59.803Z Compiling winnow v0.7.14
4702026-03-13T20:21:59.892Z Compiling erased-serde v0.4.9
4712026-03-13T20:22:00.022Z Compiling proc-macro-error v1.0.4
4722026-03-13T20:22:00.061Z Compiling utf8_iter v1.0.4
4732026-03-13T20:22:00.061Z Compiling plain v0.2.3
4742026-03-13T20:22:00.117Z Compiling errno v0.3.14
4752026-03-13T20:22:00.117Z Compiling thread-id v4.2.2
4762026-03-13T20:22:00.211Z Compiling indexmap v2.13.0
4772026-03-13T20:22:00.270Z Compiling camino v1.2.2
4782026-03-13T20:22:00.325Z Compiling log v0.4.29
4792026-03-13T20:22:00.328Z Compiling getrandom v0.4.1
4802026-03-13T20:22:00.351Z Compiling utf8parse v0.2.2
4812026-03-13T20:22:00.354Z Compiling thiserror v2.0.18
4822026-03-13T20:22:00.379Z Compiling percent-encoding v2.3.2
4832026-03-13T20:22:00.559Z Compiling syn v2.0.117
4842026-03-13T20:22:00.624Z Compiling pest_meta v2.8.6
4852026-03-13T20:22:00.651Z Compiling form_urlencoded v1.2.2
4862026-03-13T20:22:00.685Z Compiling anstyle-parse v0.2.7
4872026-03-13T20:22:00.889Z Compiling ordered-float v2.10.1
4882026-03-13T20:22:01.009Z Compiling anstyle v1.0.13
4892026-03-13T20:22:01.037Z Compiling pretty-hex v0.4.1
4902026-03-13T20:22:01.040Z Compiling is_terminal_polyfill v1.70.2
4912026-03-13T20:22:01.093Z Compiling colorchoice v1.0.4
4922026-03-13T20:22:01.121Z Compiling cfg-if v1.0.4
4932026-03-13T20:22:01.211Z Compiling anstyle-query v1.1.5
4942026-03-13T20:22:01.301Z Compiling fs-err v3.3.0
4952026-03-13T20:22:01.304Z Compiling once_cell v1.21.3
4962026-03-13T20:22:01.304Z Compiling strsim v0.11.1
4972026-03-13T20:22:01.304Z Compiling unicode-xid v0.2.6
4982026-03-13T20:22:01.412Z Compiling anstream v0.6.21
4992026-03-13T20:22:01.441Z Compiling clap_lex v1.0.0
5002026-03-13T20:22:01.498Z Compiling heck v0.5.0
5012026-03-13T20:22:01.560Z Compiling unicode-width v0.1.14
5022026-03-13T20:22:01.591Z Compiling fnv v1.0.7
5032026-03-13T20:22:01.594Z Compiling anyhow v1.0.102
5042026-03-13T20:22:01.658Z Compiling terminal_size v0.4.3
5052026-03-13T20:22:01.767Z Compiling fastrand v2.3.0
5062026-03-13T20:22:01.820Z Compiling heck v0.4.1
5072026-03-13T20:22:01.883Z Compiling bytecount v0.6.9
5082026-03-13T20:22:01.886Z Compiling clap_builder v4.5.60
5092026-03-13T20:22:01.975Z Compiling memmap v0.7.0
5102026-03-13T20:22:01.975Z Compiling unicode-width v0.2.0
5112026-03-13T20:22:02.099Z Compiling semver v1.0.27
5122026-03-13T20:22:02.186Z Compiling tempfile v3.25.0
5132026-03-13T20:22:02.189Z Compiling papergrid v0.11.0
5142026-03-13T20:22:02.242Z Compiling unicode-linebreak v0.1.5
5152026-03-13T20:22:02.246Z Compiling smawk v0.3.2
5162026-03-13T20:22:02.490Z Compiling camino-tempfile v1.4.1
5172026-03-13T20:22:02.581Z Compiling textwrap v0.16.2
5182026-03-13T20:22:02.657Z Compiling serde-untagged v0.1.9
5192026-03-13T20:22:02.716Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-13T20:22:02.763Z Compiling swrite v0.1.0
5212026-03-13T20:22:03.217Z Compiling tabled_derive v0.7.0
5222026-03-13T20:22:04.087Z Compiling tabled v0.15.0
5232026-03-13T20:22:04.191Z Compiling synstructure v0.13.2
5242026-03-13T20:22:04.191Z Compiling pest_generator v2.8.6
5252026-03-13T20:22:04.911Z Compiling serde_derive v1.0.228
5262026-03-13T20:22:04.911Z Compiling zerofrom-derive v0.1.6
5272026-03-13T20:22:04.920Z Compiling yoke-derive v0.8.1
5282026-03-13T20:22:04.920Z Compiling zerovec-derive v0.11.2
5292026-03-13T20:22:04.920Z Compiling displaydoc v0.2.5
5302026-03-13T20:22:04.920Z Compiling thiserror-impl v1.0.69
5312026-03-13T20:22:04.920Z Compiling zerocopy-derive v0.7.35
5322026-03-13T20:22:04.920Z Compiling scroll_derive v0.12.1
5332026-03-13T20:22:04.920Z Compiling thiserror-impl v2.0.18
5342026-03-13T20:22:04.920Z Compiling clap_derive v4.5.55
5352026-03-13T20:22:05.097Z Compiling pest_derive v2.8.6
5362026-03-13T20:22:05.895Z Compiling scroll v0.12.0
5372026-03-13T20:22:05.934Z Compiling zerocopy v0.7.35
5382026-03-13T20:22:06.198Z Compiling goblin v0.8.2
5392026-03-13T20:22:06.454Z Compiling zerofrom v0.1.6
5402026-03-13T20:22:06.480Z Compiling dtrace-parser v0.2.0
5412026-03-13T20:22:06.594Z Compiling yoke v0.8.1
5422026-03-13T20:22:06.801Z Compiling zerovec v0.11.5
5432026-03-13T20:22:06.801Z Compiling zerotrie v0.2.3
5442026-03-13T20:22:06.946Z Compiling clap v4.5.60
5452026-03-13T20:22:07.404Z Compiling tinystr v0.8.2
5462026-03-13T20:22:07.404Z Compiling potential_utf v0.1.4
5472026-03-13T20:22:07.570Z Compiling icu_collections v2.1.1
5482026-03-13T20:22:07.610Z Compiling icu_locale_core v2.1.1
5492026-03-13T20:22:08.399Z Compiling dof v0.3.0
5502026-03-13T20:22:08.399Z Compiling serde_tokenstream v0.2.3
5512026-03-13T20:22:08.423Z Compiling icu_provider v2.1.1
5522026-03-13T20:22:08.447Z Compiling toml_datetime v0.6.11
5532026-03-13T20:22:08.450Z Compiling serde_spanned v0.6.9
5542026-03-13T20:22:08.450Z Compiling serde-value v0.7.0
5552026-03-13T20:22:08.450Z Compiling cargo-platform v0.2.0
5562026-03-13T20:22:08.450Z Compiling macaddr v1.0.1
5572026-03-13T20:22:08.749Z Compiling icu_normalizer v2.1.1
5582026-03-13T20:22:08.755Z Compiling icu_properties v2.1.2
5592026-03-13T20:22:08.825Z Compiling toml_edit v0.22.27
5602026-03-13T20:22:09.296Z Compiling usdt-attr-macro v0.5.0
5612026-03-13T20:22:09.296Z Compiling usdt-macro v0.5.0
5622026-03-13T20:22:09.937Z Compiling idna_adapter v1.2.1
5632026-03-13T20:22:10.067Z Compiling idna v1.1.0
5642026-03-13T20:22:10.113Z Compiling usdt v0.5.0
5652026-03-13T20:22:10.413Z Compiling url v2.5.8
5662026-03-13T20:22:10.626Z Compiling toml v0.8.23
5672026-03-13T20:22:11.090Z Compiling cargo-util-schemas v0.8.2
5682026-03-13T20:22:11.094Z Compiling cargo_toml v0.21.0
5692026-03-13T20:22:12.212Z Compiling cargo_metadata v0.21.0
5702026-03-13T20:22:13.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-13T20:22:16.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s
5722026-03-13T20:22:16.746Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-13T20:22:17.416Z Downloading crates ...
5742026-03-13T20:22:17.583Z Downloaded arrayvec v0.7.6
5752026-03-13T20:22:17.611Z Downloaded argon2 v0.5.3
5762026-03-13T20:22:17.611Z Downloaded adler2 v2.0.1
5772026-03-13T20:22:17.611Z Downloaded colored v2.2.0
5782026-03-13T20:22:17.611Z Downloaded darling_macro v0.21.3
5792026-03-13T20:22:17.611Z Downloaded arrayref v0.3.9
5802026-03-13T20:22:17.611Z Downloaded base64 v0.22.1
5812026-03-13T20:22:17.611Z Downloaded critical-section v1.2.0
5822026-03-13T20:22:17.611Z Downloaded crossbeam-epoch v0.9.18
5832026-03-13T20:22:17.612Z Downloaded fallible-iterator v0.2.0
5842026-03-13T20:22:17.612Z Downloaded defmt v0.3.100
5852026-03-13T20:22:17.613Z Downloaded crossbeam-deque v0.8.6
5862026-03-13T20:22:17.613Z Downloaded debug-ignore v1.0.5
5872026-03-13T20:22:17.633Z Downloaded dropshot_endpoint v0.16.7
5882026-03-13T20:22:17.633Z Downloaded diff v0.1.13
5892026-03-13T20:22:17.633Z Downloaded erased-serde v0.3.31
5902026-03-13T20:22:17.633Z Downloaded fixedbitset v0.4.2
5912026-03-13T20:22:17.633Z Downloaded der_derive v0.7.3
5922026-03-13T20:22:17.633Z Downloaded foreign-types-shared v0.1.1
5932026-03-13T20:22:17.633Z Downloaded filetime v0.2.27
5942026-03-13T20:22:17.633Z Downloaded darling_macro v0.20.11
5952026-03-13T20:22:17.634Z Downloaded dsl_auto_type v0.1.3
5962026-03-13T20:22:17.646Z Downloaded base16ct v1.0.0
5972026-03-13T20:22:17.646Z Downloaded dunce v1.0.5
5982026-03-13T20:22:17.646Z Downloaded dyn-clone v1.0.20
5992026-03-13T20:22:17.646Z Downloaded env_filter v1.0.0
6002026-03-13T20:22:17.662Z Downloaded dtrace-parser v0.3.0
6012026-03-13T20:22:17.662Z Downloaded document-features v0.2.12
6022026-03-13T20:22:17.662Z Downloaded cpufeatures v0.3.0
6032026-03-13T20:22:17.662Z Downloaded difflib v0.4.0
6042026-03-13T20:22:17.662Z Downloaded dropshot-api-manager-types v0.6.0
6052026-03-13T20:22:17.673Z Downloaded crucible-workspace-hack v0.1.0
6062026-03-13T20:22:17.673Z Downloaded flagset v0.4.7
6072026-03-13T20:22:17.674Z Downloaded ciborium-ll v0.2.2
6082026-03-13T20:22:17.674Z Downloaded endian-type v0.1.2
6092026-03-13T20:22:17.674Z Downloaded git-stub v1.0.0
6102026-03-13T20:22:17.682Z Downloaded embedded-io v0.6.1
6112026-03-13T20:22:17.682Z Downloaded foreign-types-shared v0.3.1
6122026-03-13T20:22:17.682Z Downloaded futures-task v0.3.32
6132026-03-13T20:22:17.682Z Downloaded daft-derive v0.1.5
6142026-03-13T20:22:17.688Z Downloaded deranged v0.5.8
6152026-03-13T20:22:17.695Z Downloaded funty v2.0.0
6162026-03-13T20:22:17.695Z Downloaded ecdsa v0.16.9
6172026-03-13T20:22:17.702Z Downloaded fd-lock v4.0.4
6182026-03-13T20:22:17.702Z Downloaded gethostname v0.5.0
6192026-03-13T20:22:17.734Z Downloaded home v0.5.12
6202026-03-13T20:22:17.735Z Downloaded camino-tempfile-ext v0.3.3
6212026-03-13T20:22:17.735Z Downloaded hostname v0.3.1
6222026-03-13T20:22:17.735Z Downloaded futures-sink v0.3.32
6232026-03-13T20:22:17.766Z Downloaded foldhash v0.2.0
6242026-03-13T20:22:17.766Z Downloaded hash32 v0.3.1
6252026-03-13T20:22:17.767Z Downloaded convert_case v0.10.0
6262026-03-13T20:22:17.767Z Downloaded ff v0.13.1
6272026-03-13T20:22:17.767Z Downloaded ed25519 v2.2.3
6282026-03-13T20:22:17.767Z Downloaded fxhash v0.2.1
6292026-03-13T20:22:17.767Z Downloaded http-body v1.0.1
6302026-03-13T20:22:17.767Z Downloaded either v1.15.0
6312026-03-13T20:22:17.767Z Downloaded defmt v1.0.1
6322026-03-13T20:22:17.767Z Downloaded hex v0.4.3
6332026-03-13T20:22:17.784Z Downloaded hostname v0.4.2
6342026-03-13T20:22:17.784Z Downloaded ident_case v1.0.1
6352026-03-13T20:22:17.784Z Downloaded hubpack v0.1.2
6362026-03-13T20:22:17.784Z Downloaded headers-core v0.3.0
6372026-03-13T20:22:17.784Z Downloaded instability v0.3.11
6382026-03-13T20:22:17.784Z Downloaded http-range v0.1.5
6392026-03-13T20:22:17.784Z Downloaded hubpack_derive v0.1.1
6402026-03-13T20:22:17.785Z Downloaded diesel-dtrace v0.4.2
6412026-03-13T20:22:17.811Z Downloaded is-terminal v0.4.17
6422026-03-13T20:22:17.811Z Downloaded bitfield v0.19.4
6432026-03-13T20:22:17.812Z Downloaded inout v0.1.4
6442026-03-13T20:22:17.812Z Downloaded git-stub-vcs v0.1.0
6452026-03-13T20:22:17.812Z Downloaded indent_write v2.2.0
6462026-03-13T20:22:17.822Z Downloaded is_ci v1.2.0
6472026-03-13T20:22:17.822Z Downloaded lazy_static v1.5.0
6482026-03-13T20:22:17.823Z Downloaded kstat-rs v0.2.4
6492026-03-13T20:22:17.823Z Downloaded des v0.8.1
6502026-03-13T20:22:17.823Z Downloaded fatfs v0.3.6
6512026-03-13T20:22:17.823Z Downloaded lru-cache v0.1.2
6522026-03-13T20:22:17.823Z Downloaded hyper-tls v0.6.0
6532026-03-13T20:22:17.823Z Downloaded glob v0.3.3
6542026-03-13T20:22:17.830Z Downloaded linked-hash-map v0.5.6
6552026-03-13T20:22:17.830Z Downloaded indoc v1.0.9
6562026-03-13T20:22:17.831Z Downloaded hyper-staticfile v0.10.1
6572026-03-13T20:22:17.837Z Downloaded libscf-sys v1.1.0
6582026-03-13T20:22:17.837Z Downloaded globset v0.4.18
6592026-03-13T20:22:17.837Z Downloaded match_cfg v0.1.0
6602026-03-13T20:22:17.850Z Downloaded maplit v1.0.2
6612026-03-13T20:22:17.850Z Downloaded md5 v0.7.0
6622026-03-13T20:22:17.860Z Downloaded nibble_vec v0.1.0
6632026-03-13T20:22:17.860Z Downloaded newtype_derive v0.1.6
6642026-03-13T20:22:17.860Z Downloaded ipnetwork v0.21.1
6652026-03-13T20:22:17.860Z Downloaded derive_builder v0.20.2
6662026-03-13T20:22:18.183Z Downloaded managed v0.8.0
6672026-03-13T20:22:18.183Z Downloaded humantime v2.3.0
6682026-03-13T20:22:18.183Z Downloaded memoffset v0.9.1
6692026-03-13T20:22:18.183Z Downloaded num v0.4.3
6702026-03-13T20:22:18.183Z Downloaded normalize-line-endings v0.3.0
6712026-03-13T20:22:18.183Z Downloaded nodrop v0.1.14
6722026-03-13T20:22:18.183Z Downloaded num_enum_derive v0.5.11
6732026-03-13T20:22:18.183Z Downloaded internet-checksum v0.2.1
6742026-03-13T20:22:18.183Z Downloaded getrandom v0.2.17
6752026-03-13T20:22:18.183Z Downloaded nonempty v0.12.0
6762026-03-13T20:22:18.184Z Downloaded num-derive v0.3.3
6772026-03-13T20:22:18.184Z Downloaded hyper-rustls v0.27.7
6782026-03-13T20:22:18.184Z Downloaded newtype-uuid-macros v0.1.0
6792026-03-13T20:22:18.184Z Downloaded num-iter v0.1.45
6802026-03-13T20:22:18.184Z Downloaded openssl-macros v0.1.1
6812026-03-13T20:22:18.184Z Downloaded ipnet v2.11.0
6822026-03-13T20:22:18.184Z Downloaded opaque-debug v0.3.1
6832026-03-13T20:22:18.184Z Downloaded multer v3.1.0
6842026-03-13T20:22:18.184Z Downloaded half v2.7.1
6852026-03-13T20:22:18.184Z Downloaded packed_struct_codegen v0.10.1
6862026-03-13T20:22:18.184Z Downloaded jobserver v0.1.34
6872026-03-13T20:22:18.184Z Downloaded oso-derive v0.27.3
6882026-03-13T20:22:18.185Z Downloaded nanorand v0.7.0
6892026-03-13T20:22:18.185Z Downloaded olpc-cjson v0.1.4
6902026-03-13T20:22:18.185Z Downloaded openssl-probe v0.2.1
6912026-03-13T20:22:18.185Z Downloaded openssl-probe v0.1.6
6922026-03-13T20:22:18.185Z Downloaded num_threads v0.1.7
6932026-03-13T20:22:18.185Z Downloaded libloading v0.8.9
6942026-03-13T20:22:18.185Z Downloaded peg-runtime v0.8.5
6952026-03-13T20:22:18.185Z Downloaded pbkdf2 v0.12.2
6962026-03-13T20:22:18.185Z Downloaded path-slash v0.1.5
6972026-03-13T20:22:18.185Z Downloaded num-complex v0.4.6
6982026-03-13T20:22:18.185Z Downloaded nu-ansi-term v0.50.3
6992026-03-13T20:22:18.185Z Downloaded flume v0.11.1
7002026-03-13T20:22:18.185Z Downloaded phf_shared v0.12.1
7012026-03-13T20:22:18.186Z Downloaded mime_guess v2.0.5
7022026-03-13T20:22:18.186Z Downloaded pin-utils v0.1.0
7032026-03-13T20:22:18.186Z Downloaded parse-display v0.10.0
7042026-03-13T20:22:18.186Z Downloaded phf_shared v0.11.3
7052026-03-13T20:22:18.186Z Downloaded parse-size v1.1.0
7062026-03-13T20:22:18.186Z Downloaded multimap v0.10.1
7072026-03-13T20:22:18.186Z Downloaded memmap2 v0.9.10
7082026-03-13T20:22:18.186Z Downloaded ignore v0.4.25
7092026-03-13T20:22:18.187Z Downloaded packed_struct v0.10.1
7102026-03-13T20:22:18.187Z Downloaded powerfmt v0.2.0
7112026-03-13T20:22:18.187Z Downloaded precomputed-hash v0.1.1
7122026-03-13T20:22:18.187Z Downloaded predicates-tree v1.0.13
7132026-03-13T20:22:18.188Z Downloaded newtype-uuid v1.3.2
7142026-03-13T20:22:18.189Z Downloaded progenitor-client v0.10.0
7152026-03-13T20:22:18.189Z Downloaded native-tls v0.2.18
7162026-03-13T20:22:18.189Z Downloaded ingot-macros v0.1.1
7172026-03-13T20:22:18.189Z Downloaded phf_shared v0.13.1
7182026-03-13T20:22:18.189Z Downloaded iana-time-zone v0.1.65
7192026-03-13T20:22:18.189Z Downloaded darling_core v0.23.0
7202026-03-13T20:22:18.189Z Downloaded darling_core v0.21.3
7212026-03-13T20:22:18.189Z Downloaded pbkdf2 v0.11.0
7222026-03-13T20:22:18.190Z Downloaded parking_lot_core v0.8.6
7232026-03-13T20:22:18.190Z Downloaded progenitor-client v0.11.2
7242026-03-13T20:22:18.190Z Downloaded peg-macros v0.8.5
7252026-03-13T20:22:18.190Z Downloaded phf v0.12.1
7262026-03-13T20:22:18.190Z Downloaded progenitor-macro v0.10.0
7272026-03-13T20:22:18.190Z Downloaded num-rational v0.4.2
7282026-03-13T20:22:18.190Z Downloaded psl-types v2.0.11
7292026-03-13T20:22:18.190Z Downloaded progenitor-macro v0.11.2
7302026-03-13T20:22:18.190Z Downloaded num-integer v0.1.46
7312026-03-13T20:22:18.190Z Downloaded num_enum v0.5.11
7322026-03-13T20:22:18.190Z Downloaded proc-macro-crate v1.3.1
7332026-03-13T20:22:18.191Z Downloaded proc-macro-crate v3.4.0
7342026-03-13T20:22:18.191Z Downloaded quick-error v1.2.3
7352026-03-13T20:22:18.191Z Downloaded proc-macro-error-attr2 v2.0.0
7362026-03-13T20:22:18.191Z Downloaded owo-colors v4.3.0
7372026-03-13T20:22:18.191Z Downloaded pkcs8 v0.10.2
7382026-03-13T20:22:18.191Z Downloaded polyval v0.6.2
7392026-03-13T20:22:18.191Z Downloaded ppv-lite86 v0.2.21
7402026-03-13T20:22:18.191Z Downloaded oxnet v0.1.4
7412026-03-13T20:22:18.191Z Downloaded progenitor v0.13.0
7422026-03-13T20:22:18.192Z Downloaded progenitor v0.11.2
7432026-03-13T20:22:18.192Z Downloaded rand_xorshift v0.4.0
7442026-03-13T20:22:18.192Z Downloaded rand_chacha v0.3.1
7452026-03-13T20:22:18.192Z Downloaded password-hash v0.4.2
7462026-03-13T20:22:18.192Z Downloaded recursive v0.1.1
7472026-03-13T20:22:18.192Z Downloaded expectorate v1.2.0
7482026-03-13T20:22:18.192Z Downloaded hickory-resolver v0.25.2
7492026-03-13T20:22:18.192Z Downloaded derive_more-impl v2.1.1
7502026-03-13T20:22:18.192Z Downloaded proc-macro-error2 v2.0.1
7512026-03-13T20:22:18.192Z Downloaded ref-cast-impl v1.0.25
7522026-03-13T20:22:18.192Z Downloaded ref-cast v1.0.25
7532026-03-13T20:22:18.192Z Downloaded radium v0.7.0
7542026-03-13T20:22:18.193Z Downloaded progenitor-macro v0.13.0
7552026-03-13T20:22:18.193Z Downloaded progenitor-client v0.13.0
7562026-03-13T20:22:18.193Z Downloaded rfc6979 v0.4.0
7572026-03-13T20:22:18.193Z Downloaded pkg-config v0.3.32
7582026-03-13T20:22:18.193Z Downloaded bytes v1.11.1
7592026-03-13T20:22:18.193Z Downloaded psm v0.1.30
7602026-03-13T20:22:18.193Z Downloaded bumpalo v3.20.2
7612026-03-13T20:22:18.193Z Downloaded rtoolbox v0.0.3
7622026-03-13T20:22:18.193Z Downloaded rustc_version v0.1.7
7632026-03-13T20:22:18.193Z Downloaded oso v0.27.3
7642026-03-13T20:22:18.275Z Downloaded recursive-proc-macro-impl v0.1.1
7652026-03-13T20:22:18.275Z Downloaded num_enum_derive v0.7.5
7662026-03-13T20:22:18.275Z Downloaded poly1305 v0.8.0
7672026-03-13T20:22:18.275Z Downloaded libbz2-rs-sys v0.2.2
7682026-03-13T20:22:18.276Z Downloaded rand_core v0.9.5
7692026-03-13T20:22:18.276Z Downloaded rustc_version v0.4.1
7702026-03-13T20:22:18.276Z Downloaded rand_seeder v0.4.0
7712026-03-13T20:22:18.276Z Downloaded primeorder v0.13.6
7722026-03-13T20:22:18.276Z Downloaded jiff-static v0.2.21
7732026-03-13T20:22:18.276Z Downloaded predicates v3.1.4
7742026-03-13T20:22:18.276Z Downloaded ar_archive_writer v0.5.1
7752026-03-13T20:22:18.276Z Downloaded parking_lot v0.11.2
7762026-03-13T20:22:18.276Z Downloaded hickory-server v0.25.2
7772026-03-13T20:22:18.276Z Downloaded compact_str v0.8.1
7782026-03-13T20:22:18.277Z Downloaded cc v1.2.56
7792026-03-13T20:22:18.277Z Downloaded salsa20 v0.10.2
7802026-03-13T20:22:18.277Z Downloaded same-file v1.0.6
7812026-03-13T20:22:18.277Z Downloaded scheduled-thread-pool v0.2.7
7822026-03-13T20:22:18.277Z Downloaded sapling-renderdag v0.1.0
7832026-03-13T20:22:18.277Z Downloaded omicron-zone-package v0.12.2
7842026-03-13T20:22:18.277Z Downloaded pkcs1 v0.7.5
7852026-03-13T20:22:18.278Z Downloaded pin-project v1.1.11
7862026-03-13T20:22:18.278Z Downloaded serde-big-array v0.5.1
7872026-03-13T20:22:18.278Z Downloaded seq-macro v0.3.6
7882026-03-13T20:22:18.278Z Downloaded semver v0.1.20
7892026-03-13T20:22:18.278Z Downloaded scopeguard v1.2.0
7902026-03-13T20:22:18.278Z Downloaded r2d2 v0.8.10
7912026-03-13T20:22:18.278Z Downloaded prefix-trie v0.7.0
7922026-03-13T20:22:18.278Z Downloaded rand_core v0.6.4
7932026-03-13T20:22:18.278Z Downloaded indicatif v0.18.4
7942026-03-13T20:22:18.278Z Downloaded serde_plain v1.0.2
7952026-03-13T20:22:18.278Z Downloaded serde_bytes v0.11.19
7962026-03-13T20:22:18.278Z Downloaded postcard v1.1.3
7972026-03-13T20:22:18.279Z Downloaded rustls-pemfile v2.2.0
7982026-03-13T20:22:18.279Z Downloaded allocator-api2 v0.2.21
7992026-03-13T20:22:18.279Z Downloaded const_format v0.2.35
8002026-03-13T20:22:18.279Z Downloaded scroll_derive v0.13.1
8012026-03-13T20:22:18.279Z Downloaded hashbrown v0.13.2
8022026-03-13T20:22:18.279Z Downloaded signal-hook-tokio v0.3.1
8032026-03-13T20:22:18.279Z Downloaded secrecy v0.10.3
8042026-03-13T20:22:18.279Z Downloaded secrecy v0.8.0
8052026-03-13T20:22:18.280Z Downloaded rustversion v1.0.22
8062026-03-13T20:22:18.280Z Downloaded signal-hook-mio v0.2.5
8072026-03-13T20:22:18.280Z Downloaded postgres-types v0.2.12
8082026-03-13T20:22:18.280Z Downloaded resolv-conf v0.7.6
8092026-03-13T20:22:18.280Z Downloaded siphasher v1.0.2
8102026-03-13T20:22:18.316Z Downloaded rustls-pemfile v1.0.4
8112026-03-13T20:22:18.316Z Downloaded signature v2.2.0
8122026-03-13T20:22:18.316Z Downloaded shell-words v1.1.1
8132026-03-13T20:22:18.316Z Downloaded schemars_derive v0.8.22
8142026-03-13T20:22:18.316Z Downloaded hashbrown v0.12.3
8152026-03-13T20:22:18.316Z Downloaded papergrid v0.17.0
8162026-03-13T20:22:18.316Z Downloaded scrypt v0.11.0
8172026-03-13T20:22:18.316Z Downloaded serde_urlencoded v0.7.1
8182026-03-13T20:22:18.316Z Downloaded sqlparser_derive v0.5.0
8192026-03-13T20:22:18.316Z Downloaded miniz_oxide v0.8.9
8202026-03-13T20:22:18.316Z Downloaded serde_spanned v1.0.4
8212026-03-13T20:22:18.316Z Downloaded serde-hex v0.1.0
8222026-03-13T20:22:18.316Z Downloaded prettyplease v0.2.37
8232026-03-13T20:22:18.316Z Downloaded slog-envlogger v2.2.0
8242026-03-13T20:22:18.316Z Downloaded sha1 v0.10.6
8252026-03-13T20:22:18.316Z Downloaded slog-bunyan v2.5.0
8262026-03-13T20:22:18.317Z Downloaded ssh-encoding v0.2.0
8272026-03-13T20:22:18.317Z Downloaded serde_derive_internals v0.29.1
8282026-03-13T20:22:18.317Z Downloaded serde_path_to_error v0.1.20
8292026-03-13T20:22:18.317Z Downloaded sct v0.7.1
8302026-03-13T20:22:18.317Z Downloaded shlex v1.3.0
8312026-03-13T20:22:18.317Z Downloaded quinn-udp v0.5.14
8322026-03-13T20:22:18.317Z Downloaded p256 v0.13.2
8332026-03-13T20:22:18.317Z Downloaded rcgen v0.12.1
8342026-03-13T20:22:18.317Z Downloaded signal-hook-registry v1.4.8
8352026-03-13T20:22:18.317Z Downloaded strum v0.26.3
8362026-03-13T20:22:18.318Z Downloaded openssl-sys v0.9.111
8372026-03-13T20:22:18.318Z Downloaded rusty-fork v0.3.1
8382026-03-13T20:22:18.341Z Downloaded progenitor-impl v0.13.0
8392026-03-13T20:22:18.341Z Downloaded serde_repr v0.1.20
8402026-03-13T20:22:18.341Z Downloaded slab v0.4.12
8412026-03-13T20:22:18.341Z Downloaded strum v0.27.2
8422026-03-13T20:22:18.342Z Downloaded structmeta-derive v0.3.0
8432026-03-13T20:22:18.342Z Downloaded structmeta v0.3.0
8442026-03-13T20:22:18.342Z Downloaded slog-dtrace v0.3.0
8452026-03-13T20:22:18.342Z Downloaded smallvec v0.6.14
8462026-03-13T20:22:18.342Z Downloaded sec1 v0.7.3
8472026-03-13T20:22:18.342Z Downloaded strip-ansi-escapes v0.2.1
8482026-03-13T20:22:18.342Z Downloaded ssh-cipher v0.2.0
8492026-03-13T20:22:18.342Z Downloaded scroll v0.13.0
8502026-03-13T20:22:18.342Z Downloaded hyper-util v0.1.20
8512026-03-13T20:22:18.342Z Downloaded slog-term v2.9.2
8522026-03-13T20:22:18.342Z Downloaded slog-stdlog v4.1.1
8532026-03-13T20:22:18.342Z Downloaded slog-scope v4.4.1
8542026-03-13T20:22:18.342Z Downloaded subtle v2.6.1
8552026-03-13T20:22:18.342Z Downloaded tap v1.0.1
8562026-03-13T20:22:18.342Z Downloaded tabwriter v1.4.1
8572026-03-13T20:22:18.342Z Downloaded sync-ptr v0.1.4
8582026-03-13T20:22:18.342Z Downloaded sigpipe v0.1.3
8592026-03-13T20:22:18.392Z Downloaded progenitor-impl v0.11.2
8602026-03-13T20:22:18.392Z Downloaded pretty_assertions v1.4.1
8612026-03-13T20:22:18.392Z Downloaded serde_with_macros v3.17.0
8622026-03-13T20:22:18.392Z Downloaded minimal-lexical v0.2.1
8632026-03-13T20:22:18.392Z Downloaded termtree v0.5.1
8642026-03-13T20:22:18.392Z Downloaded russh-keys v0.45.0
8652026-03-13T20:22:18.393Z Downloaded stacker v0.1.23
8662026-03-13T20:22:18.393Z Downloaded tabled_derive v0.11.0
8672026-03-13T20:22:18.393Z Downloaded tagptr v0.2.0
8682026-03-13T20:22:18.393Z Downloaded sync_wrapper v1.0.2
8692026-03-13T20:22:18.393Z Downloaded take_mut v0.2.2
8702026-03-13T20:22:18.474Z Downloaded string_cache v0.8.9
8712026-03-13T20:22:18.474Z Downloaded static_assertions v1.1.0
8722026-03-13T20:22:18.475Z Downloaded itertools v0.10.5
8732026-03-13T20:22:18.475Z Downloaded slog-json v2.6.1
8742026-03-13T20:22:18.475Z Downloaded hashbrown v0.15.5
8752026-03-13T20:22:18.475Z Downloaded ryu v1.0.23
8762026-03-13T20:22:18.475Z Downloaded libxml v0.3.3
8772026-03-13T20:22:18.475Z Downloaded tinyvec_macros v0.1.1
8782026-03-13T20:22:18.475Z Downloaded smf v0.2.3
8792026-03-13T20:22:18.475Z Downloaded snafu-derive v0.8.9
8802026-03-13T20:22:18.475Z Downloaded simd-adler32 v0.3.8
8812026-03-13T20:22:18.475Z Downloaded strum_macros v0.24.3
8822026-03-13T20:22:18.475Z Downloaded thread-id v5.1.0
8832026-03-13T20:22:18.475Z Downloaded testing_table v0.3.0
8842026-03-13T20:22:18.475Z Downloaded num-bigint v0.4.6
8852026-03-13T20:22:18.476Z Downloaded time-core v0.1.8
8862026-03-13T20:22:18.476Z Downloaded thiserror-impl-no-std v2.0.2
8872026-03-13T20:22:18.476Z Downloaded rustls-pki-types v1.14.0
8882026-03-13T20:22:18.476Z Downloaded strum_macros v0.27.2
8892026-03-13T20:22:18.476Z Downloaded strum_macros v0.26.4
8902026-03-13T20:22:18.476Z Downloaded ron v0.8.1
8912026-03-13T20:22:18.476Z Downloaded spin v0.9.8
8922026-03-13T20:22:18.585Z Downloaded serde_yaml v0.9.34+deprecated
8932026-03-13T20:22:18.587Z Downloaded topological-sort v0.2.2
8942026-03-13T20:22:18.587Z Downloaded sqlformat v0.3.5
8952026-03-13T20:22:18.587Z Downloaded serde_cbor v0.11.2
8962026-03-13T20:22:18.587Z Downloaded tower-layer v0.3.3
8972026-03-13T20:22:18.587Z Downloaded tower-service v0.3.3
8982026-03-13T20:22:18.587Z Downloaded progenitor-impl v0.10.0
8992026-03-13T20:22:18.588Z Downloaded supports-color v3.0.2
9002026-03-13T20:22:18.588Z Downloaded progenitor-extras v0.1.1
9012026-03-13T20:22:18.588Z Downloaded http v1.4.0
9022026-03-13T20:22:18.588Z Downloaded itertools v0.12.1
9032026-03-13T20:22:18.588Z Downloaded thread_local v1.1.9
9042026-03-13T20:22:18.588Z Downloaded iri-string v0.7.10
9052026-03-13T20:22:18.588Z Downloaded time-macros v0.2.27
9062026-03-13T20:22:18.588Z Downloaded slog-async v2.8.0
9072026-03-13T20:22:18.588Z Downloaded rustls-native-certs v0.8.3
9082026-03-13T20:22:18.588Z Downloaded trait-variant v0.1.2
9092026-03-13T20:22:18.588Z Downloaded tls_codec v0.4.2
9102026-03-13T20:22:18.588Z Downloaded tls_codec_derive v0.4.2
9112026-03-13T20:22:18.588Z Downloaded try-lock v0.2.5
9122026-03-13T20:22:18.588Z Downloaded slog v2.8.2
9132026-03-13T20:22:18.588Z Downloaded universal-hash v0.5.1
9142026-03-13T20:22:18.588Z Downloaded unarray v0.1.4
9152026-03-13T20:22:18.589Z Downloaded typify-macro v0.6.1
9162026-03-13T20:22:18.589Z Downloaded typify-macro v0.4.3
9172026-03-13T20:22:18.589Z Downloaded support-bundle-viewer v0.1.2
9182026-03-13T20:22:18.589Z Downloaded stringprep v0.1.5
9192026-03-13T20:22:18.590Z Downloaded tokio-rustls v0.25.0
9202026-03-13T20:22:18.590Z Downloaded tokio-native-tls v0.3.1
9212026-03-13T20:22:18.590Z Downloaded rand_core v0.10.0
9222026-03-13T20:22:18.590Z Downloaded postgres-protocol v0.6.10
9232026-03-13T20:22:18.590Z Downloaded rsa v0.9.10
9242026-03-13T20:22:18.590Z Downloaded tokio-tungstenite v0.21.0
9252026-03-13T20:22:18.590Z Downloaded rand_chacha v0.9.0
9262026-03-13T20:22:18.590Z Downloaded usdt v0.6.0
9272026-03-13T20:22:18.590Z Downloaded untrusted v0.9.0
9282026-03-13T20:22:18.590Z Downloaded thiserror-no-std v2.0.2
9292026-03-13T20:22:18.590Z Downloaded usdt-macro v0.6.0
9302026-03-13T20:22:18.590Z Downloaded rustls-platform-verifier v0.6.2
9312026-03-13T20:22:18.590Z Downloaded tokio-tungstenite v0.23.1
9322026-03-13T20:22:18.590Z Downloaded rayon-core v1.13.0
9332026-03-13T20:22:18.636Z Downloaded utf-8 v0.7.6
9342026-03-13T20:22:18.636Z Downloaded toml_writer v1.0.6+spec-1.1.0
9352026-03-13T20:22:18.636Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9362026-03-13T20:22:18.636Z Downloaded unit-prefix v0.5.2
9372026-03-13T20:22:18.636Z Downloaded termios v0.3.3
9382026-03-13T20:22:18.636Z Downloaded untrusted v0.7.1
9392026-03-13T20:22:18.637Z Downloaded spki v0.7.3
9402026-03-13T20:22:18.637Z Downloaded usdt-attr-macro v0.6.0
9412026-03-13T20:22:18.637Z Downloaded schemars v0.8.22
9422026-03-13T20:22:18.637Z Downloaded waitgroup v0.1.2
9432026-03-13T20:22:18.637Z Downloaded wait-timeout v0.2.1
9442026-03-13T20:22:18.637Z Downloaded rustls-webpki v0.103.9
9452026-03-13T20:22:18.637Z Downloaded tokio-macros v2.6.0
9462026-03-13T20:22:18.637Z Downloaded num-bigint-dig v0.8.6
9472026-03-13T20:22:18.638Z Downloaded tui-tree-widget v0.23.1
9482026-03-13T20:22:18.638Z Downloaded tokio-dtrace v0.1.1
9492026-03-13T20:22:18.638Z Downloaded signal-hook v0.3.18
9502026-03-13T20:22:18.638Z Downloaded want v0.3.1
9512026-03-13T20:22:18.638Z Downloaded void v1.0.2
9522026-03-13T20:22:18.638Z Downloaded similar v2.7.0
9532026-03-13T20:22:18.638Z Downloaded samael v0.0.19
9542026-03-13T20:22:18.638Z Downloaded tokio-rustls v0.26.4
9552026-03-13T20:22:18.638Z Downloaded schemars v1.2.1
9562026-03-13T20:22:18.638Z Downloaded xattr v1.6.1
9572026-03-13T20:22:18.638Z Downloaded usdt-impl v0.6.0
9582026-03-13T20:22:18.639Z Downloaded term v1.2.1
9592026-03-13T20:22:18.639Z Downloaded tar v0.4.44
9602026-03-13T20:22:18.639Z Downloaded term v0.7.0
9612026-03-13T20:22:18.639Z Downloaded subprocess v0.2.15
9622026-03-13T20:22:18.639Z Downloaded snafu v0.8.9
9632026-03-13T20:22:18.639Z Downloaded zeroize_derive v1.4.3
9642026-03-13T20:22:18.640Z Downloaded rand v0.8.5
9652026-03-13T20:22:18.640Z Downloaded p521 v0.13.3
9662026-03-13T20:22:18.640Z Downloaded vsss-rs v3.3.4
9672026-03-13T20:22:18.640Z Downloaded socket2 v0.5.10
9682026-03-13T20:22:18.640Z Downloaded zone_cfg_derive v0.3.1
9692026-03-13T20:22:18.640Z Downloaded toml_parser v1.0.9+spec-1.1.0
9702026-03-13T20:22:18.640Z Downloaded nom v7.1.3
9712026-03-13T20:22:18.640Z Downloaded twox-hash v2.1.2
9722026-03-13T20:22:18.640Z Downloaded tinyvec v1.10.0
9732026-03-13T20:22:18.641Z Downloaded tiny-keccak v2.0.2
9742026-03-13T20:22:18.641Z Downloaded libm v0.2.16
9752026-03-13T20:22:18.641Z Downloaded xshell-macros v0.2.7
9762026-03-13T20:22:18.641Z Downloaded schemars v0.9.0
9772026-03-13T20:22:18.667Z Downloaded wyz v0.5.1
9782026-03-13T20:22:18.667Z Downloaded whoami v2.1.0
9792026-03-13T20:22:18.667Z Downloaded tokio-rustls v0.24.1
9802026-03-13T20:22:18.667Z Downloaded unicode-truncate v1.1.0
9812026-03-13T20:22:18.668Z Downloaded toml v0.7.8
9822026-03-13T20:22:18.668Z Downloaded quinn v0.11.9
9832026-03-13T20:22:18.668Z Downloaded qorb v0.4.1
9842026-03-13T20:22:18.668Z Downloaded zeroize v1.8.2
9852026-03-13T20:22:18.668Z Downloaded xshell v0.2.7
9862026-03-13T20:22:18.668Z Downloaded uzers v0.12.2
9872026-03-13T20:22:18.682Z Downloaded steno v0.4.1
9882026-03-13T20:22:18.682Z Downloaded publicsuffix v2.3.0
9892026-03-13T20:22:18.682Z Downloaded tokio-stream v0.1.18
9902026-03-13T20:22:18.682Z Downloaded zone v0.3.1
9912026-03-13T20:22:18.683Z Downloaded progenitor v0.10.0
9922026-03-13T20:22:18.684Z Downloaded rustc-hash v2.1.1
9932026-03-13T20:22:18.684Z Downloaded russh-cryptovec v0.7.3
9942026-03-13T20:22:18.684Z Downloaded dropshot-api-manager v0.6.0
9952026-03-13T20:22:18.684Z Downloaded tracing-attributes v0.1.31
9962026-03-13T20:22:18.684Z Downloaded vergen-lib v0.1.6
9972026-03-13T20:22:18.684Z Downloaded vergen-gitcl v1.0.8
9982026-03-13T20:22:18.684Z Downloaded typify v0.4.3
9992026-03-13T20:22:18.685Z Downloaded zstd-safe v7.2.4
10002026-03-13T20:22:18.685Z Downloaded whoami v1.6.1
10012026-03-13T20:22:18.685Z Downloaded walkdir v2.5.0
10022026-03-13T20:22:18.685Z Downloaded heapless v0.8.0
10032026-03-13T20:22:18.924Z Downloaded rand v0.9.2
10042026-03-13T20:22:18.924Z Downloaded unicode-bidi v0.3.18
10052026-03-13T20:22:18.924Z Downloaded ron v0.12.0
10062026-03-13T20:22:18.924Z Downloaded xz2 v0.1.7
10072026-03-13T20:22:18.924Z Downloaded test-strategy v0.4.5
10082026-03-13T20:22:18.924Z Downloaded socket2 v0.6.2
10092026-03-13T20:22:18.925Z Downloaded yasna v0.5.2
10102026-03-13T20:22:18.925Z Downloaded aho-corasick v1.1.4
10112026-03-13T20:22:18.925Z Downloaded unicode-properties v0.1.4
10122026-03-13T20:22:18.925Z Downloaded unicase v2.9.0
10132026-03-13T20:22:18.926Z Downloaded tracing-core v0.1.36
10142026-03-13T20:22:18.926Z Downloaded toml_edit v0.23.10+spec-1.0.0
10152026-03-13T20:22:18.926Z Downloaded vergen v9.0.6
10162026-03-13T20:22:18.926Z Downloaded heapless v0.7.17
10172026-03-13T20:22:18.926Z Downloaded tungstenite v0.23.0
10182026-03-13T20:22:18.926Z Downloaded aes-gcm v0.10.3
10192026-03-13T20:22:18.927Z Downloaded pkcs5 v0.7.1
10202026-03-13T20:22:18.927Z Downloaded zstd v0.13.3
10212026-03-13T20:22:18.927Z Downloaded peg v0.8.5
10222026-03-13T20:22:18.927Z Downloaded pem-rfc7468 v0.7.0
10232026-03-13T20:22:18.927Z Downloaded hyper v1.8.1
10242026-03-13T20:22:18.927Z Downloaded mio v1.1.1
10252026-03-13T20:22:18.927Z Downloaded vergen-git2 v1.0.7
10262026-03-13T20:22:18.927Z Downloaded typify v0.6.1
10272026-03-13T20:22:18.927Z Downloaded toml_edit v0.19.15
10282026-03-13T20:22:18.927Z Downloaded uuid v1.21.0
10292026-03-13T20:22:18.927Z Downloaded ssh-key v0.6.7
10302026-03-13T20:22:18.927Z Downloaded regex v1.12.3
10312026-03-13T20:22:19.103Z Downloaded h2 v0.4.13
10322026-03-13T20:22:19.103Z Downloaded futures-util v0.3.32
10332026-03-13T20:22:19.104Z Downloaded zerocopy v0.6.6
10342026-03-13T20:22:19.104Z Downloaded unicode_categories v0.1.1
10352026-03-13T20:22:19.104Z Downloaded itertools v0.14.0
10362026-03-13T20:22:19.104Z Downloaded toml v0.9.12+spec-1.1.0
10372026-03-13T20:22:19.104Z Downloaded unsafe-libyaml v0.2.11
10382026-03-13T20:22:19.104Z Downloaded p384 v0.13.1
10392026-03-13T20:22:19.104Z Downloaded zip v0.6.6
10402026-03-13T20:22:19.104Z Downloaded pem v3.0.6
10412026-03-13T20:22:19.104Z Downloaded hickory-resolver v0.24.4
10422026-03-13T20:22:19.104Z Downloaded typed-path v0.9.3
10432026-03-13T20:22:19.104Z Downloaded vte v0.14.1
10442026-03-13T20:22:19.105Z Downloaded iddqd v0.3.17
10452026-03-13T20:22:19.105Z Downloaded quick-xml v0.37.5
10462026-03-13T20:22:19.105Z Downloaded yansi v1.0.1
10472026-03-13T20:22:19.105Z Downloaded rayon v1.11.0
10482026-03-13T20:22:19.105Z Downloaded rustyline v14.0.0
10492026-03-13T20:22:19.108Z Downloaded tower v0.5.3
10502026-03-13T20:22:19.108Z Downloaded hkdf v0.12.4
10512026-03-13T20:22:19.108Z Downloaded goblin v0.10.5
10522026-03-13T20:22:19.108Z Downloaded itertools v0.13.0
10532026-03-13T20:22:19.108Z Downloaded x509-cert v0.2.5
10542026-03-13T20:22:19.108Z Downloaded rand v0.10.0
10552026-03-13T20:22:19.108Z Downloaded tokio-postgres v0.7.16
10562026-03-13T20:22:19.108Z Downloaded zerocopy-derive v0.8.40
10572026-03-13T20:22:19.108Z Downloaded salty v0.3.0
10582026-03-13T20:22:19.108Z Downloaded tungstenite v0.21.0
10592026-03-13T20:22:19.108Z Downloaded reedline v0.40.0
10602026-03-13T20:22:19.108Z Downloaded unicode-normalization v0.1.25
10612026-03-13T20:22:19.109Z Downloaded russh v0.45.0
10622026-03-13T20:22:19.109Z Downloaded serde_with v3.17.0
10632026-03-13T20:22:19.109Z Downloaded zip v4.6.1
10642026-03-13T20:22:19.109Z Downloaded zopfli v0.8.3
10652026-03-13T20:22:19.109Z Downloaded rpassword v7.4.0
10662026-03-13T20:22:19.109Z Downloaded tower-http v0.6.8
10672026-03-13T20:22:19.109Z Downloaded tokio-util v0.7.18
10682026-03-13T20:22:19.109Z Downloaded tough v0.20.0
10692026-03-13T20:22:19.109Z Downloaded rustls-webpki v0.102.8
10702026-03-13T20:22:19.109Z Downloaded curve25519-dalek v4.1.3
10712026-03-13T20:22:19.109Z Downloaded bitvec v1.0.1
10722026-03-13T20:22:19.110Z Downloaded reqwest v0.12.28
10732026-03-13T20:22:19.110Z Downloaded openssl v0.10.75
10742026-03-13T20:22:19.110Z Downloaded winnow v0.5.40
10752026-03-13T20:22:19.110Z Downloaded git2 v0.20.4
10762026-03-13T20:22:19.156Z Downloaded unicode-segmentation v1.12.0
10772026-03-13T20:22:19.156Z Downloaded dropshot v0.16.7
10782026-03-13T20:22:19.156Z Downloaded reqwest v0.13.2
10792026-03-13T20:22:19.157Z Downloaded chrono v0.4.44
10802026-03-13T20:22:19.158Z Downloaded bindgen v0.71.1
10812026-03-13T20:22:19.158Z Downloaded regex-syntax v0.6.29
10822026-03-13T20:22:19.158Z Downloaded portable-atomic v1.13.1
10832026-03-13T20:22:19.158Z Downloaded rustls v0.21.12
10842026-03-13T20:22:19.158Z Downloaded lalrpop v0.19.12
10852026-03-13T20:22:19.158Z Downloaded zlib-rs v0.6.2
10862026-03-13T20:22:19.159Z Downloaded time v0.3.47
10872026-03-13T20:22:19.159Z Downloaded rustls-webpki v0.101.7
10882026-03-13T20:22:19.159Z Downloaded webpki-roots v1.0.6
10892026-03-13T20:22:19.159Z Downloaded proptest v1.10.0
10902026-03-13T20:22:19.159Z Downloaded smoltcp v0.9.1
10912026-03-13T20:22:19.159Z Downloaded smoltcp v0.11.0
10922026-03-13T20:22:19.159Z Downloaded rustls v0.23.37
10932026-03-13T20:22:19.159Z Downloaded regex-syntax v0.8.10
10942026-03-13T20:22:19.159Z Downloaded petname v2.0.2
10952026-03-13T20:22:19.159Z Downloaded winnow v0.6.26
10962026-03-13T20:22:19.159Z Downloaded openapiv3 v2.2.0
10972026-03-13T20:22:19.159Z Downloaded hickory-proto v0.25.2
10982026-03-13T20:22:19.183Z Downloaded moka v0.12.13
10992026-03-13T20:22:19.184Z Downloaded quinn-proto v0.11.13
11002026-03-13T20:22:19.184Z Downloaded nix v0.29.0
11012026-03-13T20:22:19.184Z Downloaded polar-core v0.27.3
11022026-03-13T20:22:19.184Z Downloaded bstr v1.12.1
11032026-03-13T20:22:19.184Z Downloaded sled v0.34.7
11042026-03-13T20:22:19.203Z Downloaded radix_trie v0.2.1
11052026-03-13T20:22:19.203Z Downloaded nix v0.27.1
11062026-03-13T20:22:19.203Z Downloaded object v0.30.4
11072026-03-13T20:22:19.203Z Downloaded diesel v2.2.12
11082026-03-13T20:22:19.217Z Downloaded ratatui v0.29.0
11092026-03-13T20:22:19.234Z Downloaded tabled v0.20.0
11102026-03-13T20:22:19.252Z Downloaded blake3 v1.8.3
11112026-03-13T20:22:19.252Z Downloaded regex-automata v0.4.14
11122026-03-13T20:22:19.268Z Downloaded aws-lc-rs v1.16.0
11132026-03-13T20:22:19.268Z Downloaded nix v0.28.0
11142026-03-13T20:22:19.283Z Downloaded vcpkg v0.2.15
11152026-03-13T20:22:19.316Z Downloaded parking_lot_core v0.9.12
11162026-03-13T20:22:19.334Z Downloaded parking_lot v0.12.5
11172026-03-13T20:22:19.335Z Downloaded ed25519-dalek v2.2.0
11182026-03-13T20:22:19.335Z Downloaded crypto-bigint v0.5.5
11192026-03-13T20:22:19.335Z Downloaded hickory-proto v0.24.4
11202026-03-13T20:22:19.335Z Downloaded object v0.37.3
11212026-03-13T20:22:19.379Z Downloaded rustls v0.22.4
11222026-03-13T20:22:19.379Z Downloaded nix v0.31.1
11232026-03-13T20:22:19.415Z Downloaded csv v1.4.0
11242026-03-13T20:22:19.416Z Downloaded zerocopy v0.8.40
11252026-03-13T20:22:19.416Z Downloaded regress v0.10.5
11262026-03-13T20:22:19.416Z Downloaded base64 v0.21.7
11272026-03-13T20:22:19.416Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11282026-03-13T20:22:19.432Z Downloaded parse-display-derive v0.10.0
11292026-03-13T20:22:19.432Z Downloaded paste v1.0.15
11302026-03-13T20:22:19.433Z Downloaded tokio v1.49.0
11312026-03-13T20:22:19.443Z Downloaded sha3 v0.10.8
11322026-03-13T20:22:19.443Z Downloaded rustix v0.38.44
11332026-03-13T20:22:19.455Z Downloaded password-hash v0.5.0
11342026-03-13T20:22:19.479Z Downloaded futures v0.3.32
11352026-03-13T20:22:19.479Z Downloaded indexmap v1.9.3
11362026-03-13T20:22:19.479Z Downloaded diesel_derives v2.2.7
11372026-03-13T20:22:19.479Z Downloaded derive_more v2.1.1
11382026-03-13T20:22:19.498Z Downloaded predicates-core v1.0.10
11392026-03-13T20:22:19.498Z Downloaded pin-project-lite v0.2.17
11402026-03-13T20:22:19.517Z Downloaded sqlparser v0.61.0
11412026-03-13T20:22:19.517Z Downloaded pin-project-internal v1.1.11
11422026-03-13T20:22:19.517Z Downloaded phf v0.13.1
11432026-03-13T20:22:19.517Z Downloaded oxide-tokio-rt v0.1.3
11442026-03-13T20:22:19.517Z Downloaded aes v0.8.4
11452026-03-13T20:22:19.533Z Downloaded arc-swap v1.8.2
11462026-03-13T20:22:19.533Z Downloaded headers v0.4.1
11472026-03-13T20:22:19.533Z Downloaded litrs v1.0.0
11482026-03-13T20:22:19.533Z Downloaded num_enum v0.7.5
11492026-03-13T20:22:19.533Z Downloaded flate2 v1.1.9
11502026-03-13T20:22:19.552Z Downloaded lzss v0.8.2
11512026-03-13T20:22:19.552Z Downloaded linear-map v1.2.0
11522026-03-13T20:22:19.552Z Downloaded libsw v3.5.0
11532026-03-13T20:22:19.552Z Downloaded hickory-client v0.25.2
11542026-03-13T20:22:19.552Z Downloaded encoding_rs v0.8.35
11552026-03-13T20:22:19.566Z Downloaded typify-impl v0.6.1
11562026-03-13T20:22:19.566Z Downloaded tracing v0.1.44
11572026-03-13T20:22:19.583Z Downloaded darling_core v0.20.11
11582026-03-13T20:22:19.592Z Downloaded getrandom v0.3.4
11592026-03-13T20:22:19.592Z Downloaded num-conv v0.2.0
11602026-03-13T20:22:19.592Z Downloaded httparse v1.10.1
11612026-03-13T20:22:19.592Z Downloaded lru-slab v0.1.2
11622026-03-13T20:22:19.592Z Downloaded lock_api v0.4.14
11632026-03-13T20:22:19.593Z Downloaded libsw-core v0.3.2
11642026-03-13T20:22:19.593Z Downloaded ingot v0.1.1
11652026-03-13T20:22:19.593Z Downloaded indoc v2.0.7
11662026-03-13T20:22:19.593Z Downloaded num-derive v0.4.2
11672026-03-13T20:22:19.593Z Downloaded ring v0.17.14
11682026-03-13T20:22:19.657Z Downloaded typify-impl v0.4.3
11692026-03-13T20:22:19.673Z Downloaded bzip2-sys v0.1.13+1.0.8
11702026-03-13T20:22:19.673Z Downloaded libefi-sys v0.1.0
11712026-03-13T20:22:19.673Z Downloaded impl-trait-for-tuples v0.2.3
11722026-03-13T20:22:19.673Z Downloaded half v1.8.3
11732026-03-13T20:22:19.674Z Downloaded zerocopy-derive v0.6.6
11742026-03-13T20:22:19.674Z Downloaded cargo_toml v0.22.3
11752026-03-13T20:22:19.674Z Downloaded mime v0.3.17
11762026-03-13T20:22:19.674Z Downloaded maybe-uninit v2.0.0
11772026-03-13T20:22:19.674Z Downloaded newline-converter v0.3.0
11782026-03-13T20:22:19.674Z Downloaded new_debug_unreachable v1.0.6
11792026-03-13T20:22:19.674Z Downloaded md-5 v0.10.6
11802026-03-13T20:22:19.674Z Downloaded lru v0.12.5
11812026-03-13T20:22:19.674Z Downloaded http-body-util v0.1.3
11822026-03-13T20:22:19.674Z Downloaded ingot-types v0.1.2
11832026-03-13T20:22:19.674Z Downloaded hmac v0.12.1
11842026-03-13T20:22:19.674Z Downloaded highway v1.3.0
11852026-03-13T20:22:19.674Z Downloaded cookie_store v0.22.1
11862026-03-13T20:22:19.675Z Downloaded chacha20 v0.10.0
11872026-03-13T20:22:19.675Z Downloaded backon v1.6.0
11882026-03-13T20:22:19.675Z Downloaded crc32fast v1.5.0
11892026-03-13T20:22:19.675Z Downloaded corncobs v0.1.4
11902026-03-13T20:22:19.675Z Downloaded console v0.15.11
11912026-03-13T20:22:19.675Z Downloaded colored v3.1.1
11922026-03-13T20:22:19.696Z Downloaded ciborium v0.2.2
11932026-03-13T20:22:19.696Z Downloaded cexpr v0.6.0
11942026-03-13T20:22:19.696Z Downloaded derive_more v0.99.20
11952026-03-13T20:22:19.696Z Downloaded instant v0.1.13
11962026-03-13T20:22:19.696Z Downloaded lalrpop-util v0.19.12
11972026-03-13T20:22:19.696Z Downloaded keccak v0.1.6
11982026-03-13T20:22:19.697Z Downloaded drift v0.1.3
11992026-03-13T20:22:19.697Z Downloaded derive-where v1.6.0
12002026-03-13T20:22:19.697Z Downloaded futures-channel v0.3.32
12012026-03-13T20:22:19.697Z Downloaded der v0.7.10
12022026-03-13T20:22:20.019Z Downloaded darling v0.20.11
12032026-03-13T20:22:20.019Z Downloaded daft v0.1.5
12042026-03-13T20:22:20.019Z Downloaded group v0.13.0
12052026-03-13T20:22:20.019Z Downloaded petgraph v0.6.5
12062026-03-13T20:22:20.019Z Downloaded futures-executor v0.3.32
12072026-03-13T20:22:20.019Z Downloaded jiff v0.2.21
12082026-03-13T20:22:20.019Z Downloaded fs_extra v1.3.0
12092026-03-13T20:22:20.019Z Downloaded lzma-sys v0.1.20
12102026-03-13T20:22:20.019Z Downloaded chrono-tz v0.10.4
12112026-03-13T20:22:20.019Z Downloaded petgraph v0.8.3
12122026-03-13T20:22:20.020Z Downloaded fs-err v2.11.0
12132026-03-13T20:22:20.020Z Downloaded ena v0.14.4
12142026-03-13T20:22:20.020Z Downloaded cookie v0.18.1
12152026-03-13T20:22:20.020Z Downloaded constant_time_eq v0.4.2
12162026-03-13T20:22:20.020Z Downloaded console v0.16.2
12172026-03-13T20:22:20.020Z Downloaded derive_builder_core v0.20.2
12182026-03-13T20:22:20.020Z Downloaded foldhash v0.1.5
12192026-03-13T20:22:20.020Z Downloaded const_format_proc_macros v0.2.34
12202026-03-13T20:22:20.020Z Downloaded chacha20poly1305 v0.10.1
12212026-03-13T20:22:20.021Z Downloaded hex-literal v0.4.1
12222026-03-13T20:22:20.021Z Downloaded httpdate v1.0.3
12232026-03-13T20:22:20.021Z Downloaded elliptic-curve v0.13.8
12242026-03-13T20:22:20.021Z Downloaded darling v0.23.0
12252026-03-13T20:22:20.021Z Downloaded ctr v0.9.2
12262026-03-13T20:22:20.021Z Downloaded libz-sys v1.1.24
12272026-03-13T20:22:20.021Z Downloaded bzip2 v0.4.4
12282026-03-13T20:22:20.021Z Downloaded crc-any v2.5.0
12292026-03-13T20:22:20.021Z Downloaded cargo_metadata v0.19.2
12302026-03-13T20:22:20.021Z Downloaded async-trait v0.1.89
12312026-03-13T20:22:20.021Z Downloaded cmake v0.1.57
12322026-03-13T20:22:20.021Z Downloaded base64ct v1.8.3
12332026-03-13T20:22:20.021Z Downloaded env_logger v0.11.9
12342026-03-13T20:22:20.021Z Downloaded backoff v0.4.0
12352026-03-13T20:22:20.021Z Downloaded clang-sys v1.8.1
12362026-03-13T20:22:20.021Z Downloaded cipher v0.4.4
12372026-03-13T20:22:20.021Z Downloaded hash32 v0.2.1
12382026-03-13T20:22:20.021Z Downloaded chacha20 v0.9.1
12392026-03-13T20:22:20.021Z Downloaded async-bb8-diesel v0.2.1
12402026-03-13T20:22:20.021Z Downloaded fixedbitset v0.5.7
12412026-03-13T20:22:20.021Z Downloaded find-msvc-tools v0.1.9
12422026-03-13T20:22:20.021Z Downloaded futures-macro v0.3.32
12432026-03-13T20:22:20.021Z Downloaded data-encoding v2.10.0
12442026-03-13T20:22:20.021Z Downloaded cassowary v0.3.0
12452026-03-13T20:22:20.022Z Downloaded globwalk v0.9.1
12462026-03-13T20:22:20.022Z Downloaded ghash v0.5.1
12472026-03-13T20:22:20.022Z Downloaded futures-io v0.3.32
12482026-03-13T20:22:20.022Z Downloaded futures-core v0.3.32
12492026-03-13T20:22:20.022Z Downloaded float-ord v0.3.2
12502026-03-13T20:22:20.022Z Downloaded float-cmp v0.10.0
12512026-03-13T20:22:20.022Z Downloaded diesel_table_macro_syntax v0.2.0
12522026-03-13T20:22:20.022Z Downloaded ciborium-io v0.2.2
12532026-03-13T20:22:20.022Z Downloaded bit-set v0.8.0
12542026-03-13T20:22:20.022Z Downloaded assert_matches v1.5.0
12552026-03-13T20:22:20.022Z Downloaded async-recursion v1.1.1
12562026-03-13T20:22:20.022Z Downloaded csv-core v0.1.13
12572026-03-13T20:22:20.022Z Downloaded cbc v0.1.2
12582026-03-13T20:22:20.022Z Downloaded blowfish v0.9.1
12592026-03-13T20:22:20.022Z Downloaded bitflags v1.3.2
12602026-03-13T20:22:20.022Z Downloaded crc v3.4.0
12612026-03-13T20:22:20.022Z Downloaded cfg_aliases v0.1.1
12622026-03-13T20:22:20.022Z Downloaded bitfield-struct v0.6.2
12632026-03-13T20:22:20.022Z Downloaded foreign-types-macros v0.2.3
12642026-03-13T20:22:20.022Z Downloaded foreign-types v0.5.0
12652026-03-13T20:22:20.023Z Downloaded dof v0.4.0
12662026-03-13T20:22:20.023Z Downloaded convert_case v0.4.0
12672026-03-13T20:22:20.023Z Downloaded bitfield-macros v0.19.4
12682026-03-13T20:22:20.023Z Downloaded embedded-io v0.4.0
12692026-03-13T20:22:20.023Z Downloaded dirs-sys-next v0.1.2
12702026-03-13T20:22:20.023Z Downloaded crc8 v0.1.1
12712026-03-13T20:22:20.023Z Downloaded cargo-platform v0.1.9
12722026-03-13T20:22:20.023Z Downloaded async-stream v0.3.6
12732026-03-13T20:22:20.023Z Downloaded castaway v0.2.4
12742026-03-13T20:22:20.023Z Downloaded atomicwrites v0.4.4
12752026-03-13T20:22:20.023Z Downloaded ascii-canvas v3.0.0
12762026-03-13T20:22:20.023Z Downloaded derive_builder_macro v0.20.2
12772026-03-13T20:22:20.023Z Downloaded atty v0.2.14
12782026-03-13T20:22:20.023Z Downloaded display-error-chain v0.2.2
12792026-03-13T20:22:20.023Z Downloaded cobs v0.3.0
12802026-03-13T20:22:20.023Z Downloaded bcrypt-pbkdf v0.10.0
12812026-03-13T20:22:20.023Z Downloaded base16ct v0.2.0
12822026-03-13T20:22:20.023Z Downloaded dirs-next v2.0.0
12832026-03-13T20:22:20.023Z Downloaded atomic-waker v1.1.2
12842026-03-13T20:22:20.023Z Downloaded bb8 v0.8.6
12852026-03-13T20:22:20.024Z Downloaded crunchy v0.2.4
12862026-03-13T20:22:20.024Z Downloaded enum-as-inner v0.6.1
12872026-03-13T20:22:20.024Z Downloaded blake2 v0.10.6
12882026-03-13T20:22:20.024Z Downloaded ahash v0.8.12
12892026-03-13T20:22:20.024Z Downloaded foreign-types v0.3.2
12902026-03-13T20:22:20.024Z Downloaded derive-ex v0.1.8
12912026-03-13T20:22:20.024Z Downloaded cstr-argument v0.1.2
12922026-03-13T20:22:20.024Z Downloaded bzip2 v0.6.1
12932026-03-13T20:22:20.024Z Downloaded bit-vec v0.6.3
12942026-03-13T20:22:20.024Z Downloaded crossbeam-channel v0.5.15
12952026-03-13T20:22:20.024Z Downloaded buf-list v1.1.2
12962026-03-13T20:22:20.024Z Downloaded bit-vec v0.8.0
12972026-03-13T20:22:20.024Z Downloaded defmt-parser v1.0.0
12982026-03-13T20:22:20.024Z Downloaded defmt-macros v1.0.1
12992026-03-13T20:22:20.024Z Downloaded darling_macro v0.23.0
13002026-03-13T20:22:20.024Z Downloaded darling v0.21.3
13012026-03-13T20:22:20.024Z Downloaded bcs v0.1.6
13022026-03-13T20:22:20.099Z Downloaded async-stream-impl v0.3.6
13032026-03-13T20:22:20.099Z Downloaded curve25519-dalek-derive v0.1.1
13042026-03-13T20:22:20.100Z Downloaded crc-catalog v2.4.0
13052026-03-13T20:22:20.100Z Downloaded crossterm v0.29.0
13062026-03-13T20:22:20.100Z Downloaded crossterm v0.28.1
13072026-03-13T20:22:20.100Z Downloaded block-padding v0.3.3
13082026-03-13T20:22:20.100Z Downloaded array-init v0.0.4
13092026-03-13T20:22:20.100Z Downloaded crossbeam-utils v0.8.21
13102026-03-13T20:22:20.100Z Downloaded bit-set v0.5.3
13112026-03-13T20:22:20.100Z Downloaded cancel-safe-futures v0.1.5
13122026-03-13T20:22:20.100Z Downloaded const-oid v0.9.6
13132026-03-13T20:22:20.100Z Downloaded cfg_aliases v0.2.1
13142026-03-13T20:22:20.101Z Downloaded aead v0.5.2
13152026-03-13T20:22:20.101Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-13T20:22:20.620Z Downloaded aws-lc-sys v0.37.1
13172026-03-13T20:22:20.913Z Compiling libc v0.2.180
13182026-03-13T20:22:20.914Z Compiling serde v1.0.228
13192026-03-13T20:22:20.937Z Compiling log v0.4.29
13202026-03-13T20:22:20.937Z Compiling shlex v1.3.0
13212026-03-13T20:22:20.938Z Compiling find-msvc-tools v0.1.9
13222026-03-13T20:22:20.938Z Compiling smallvec v1.15.1
13232026-03-13T20:22:20.938Z Compiling typenum v1.19.0
13242026-03-13T20:22:20.938Z Compiling subtle v2.6.1
13252026-03-13T20:22:21.118Z Compiling generic-array v0.14.7
13262026-03-13T20:22:21.148Z Compiling scopeguard v1.2.0
13272026-03-13T20:22:21.148Z Compiling portable-atomic v1.13.1
13282026-03-13T20:22:21.214Z Compiling const-oid v0.9.6
13292026-03-13T20:22:21.237Z Compiling critical-section v1.2.0
13302026-03-13T20:22:21.237Z Compiling zerocopy v0.8.40
13312026-03-13T20:22:21.238Z Compiling syn v2.0.117
13322026-03-13T20:22:21.299Z Compiling parking_lot_core v0.9.12
13332026-03-13T20:22:21.410Z Compiling lock_api v0.4.14
13342026-03-13T20:22:21.445Z Compiling pin-project-lite v0.2.17
13352026-03-13T20:22:21.445Z Compiling serde_json v1.0.149
13362026-03-13T20:22:21.455Z Compiling pkg-config v0.3.32
13372026-03-13T20:22:21.464Z Compiling bitflags v2.11.0
13382026-03-13T20:22:21.478Z Compiling libm v0.2.16
13392026-03-13T20:22:21.549Z Compiling num-traits v0.2.19
13402026-03-13T20:22:21.574Z Compiling futures-core v0.3.32
13412026-03-13T20:22:21.619Z Compiling percent-encoding v2.3.2
13422026-03-13T20:22:21.647Z Compiling allocator-api2 v0.2.21
13432026-03-13T20:22:21.730Z Compiling cpufeatures v0.2.17
13442026-03-13T20:22:21.810Z Compiling futures-sink v0.3.32
13452026-03-13T20:22:21.930Z Compiling foldhash v0.2.0
13462026-03-13T20:22:21.963Z Compiling futures-io v0.3.32
13472026-03-13T20:22:21.963Z Compiling futures-task v0.3.32
13482026-03-13T20:22:21.983Z Compiling futures-channel v0.3.32
13492026-03-13T20:22:22.019Z Compiling getrandom v0.4.1
13502026-03-13T20:22:22.040Z Compiling slab v0.4.12
13512026-03-13T20:22:22.123Z Compiling hashbrown v0.16.1
13522026-03-13T20:22:22.151Z Compiling getrandom v0.3.4
13532026-03-13T20:22:22.163Z Compiling rand_core v0.10.0
13542026-03-13T20:22:22.166Z Compiling rustversion v1.0.22
13552026-03-13T20:22:22.204Z Compiling form_urlencoded v1.2.2
13562026-03-13T20:22:22.237Z Compiling dunce v1.0.5
13572026-03-13T20:22:22.294Z Compiling fs_extra v1.3.0
13582026-03-13T20:22:22.336Z Compiling base64ct v1.8.3
13592026-03-13T20:22:22.381Z Compiling ident_case v1.0.1
13602026-03-13T20:22:22.391Z Compiling getrandom v0.2.17
13612026-03-13T20:22:22.412Z Compiling jobserver v0.1.34
13622026-03-13T20:22:22.437Z Compiling errno v0.3.14
13632026-03-13T20:22:22.516Z Compiling mio v1.1.1
13642026-03-13T20:22:22.540Z Compiling socket2 v0.6.2
13652026-03-13T20:22:22.642Z Compiling rand_core v0.6.4
13662026-03-13T20:22:22.662Z Compiling signal-hook-registry v1.4.8
13672026-03-13T20:22:22.690Z Compiling cc v1.2.56
13682026-03-13T20:22:22.715Z Compiling once_cell v1.21.3
13692026-03-13T20:22:22.733Z Compiling parking_lot v0.12.5
13702026-03-13T20:22:22.860Z Compiling indexmap v2.13.0
13712026-03-13T20:22:22.896Z Compiling pem-rfc7468 v0.7.0
13722026-03-13T20:22:22.952Z Compiling flagset v0.4.7
13732026-03-13T20:22:22.953Z Compiling iana-time-zone v0.1.65
13742026-03-13T20:22:23.014Z Compiling rustix v1.1.3
13752026-03-13T20:22:23.032Z Compiling uuid v1.21.0
13762026-03-13T20:22:23.121Z Compiling rustc_version v0.4.1
13772026-03-13T20:22:23.139Z Compiling vcpkg v0.2.15
13782026-03-13T20:22:23.157Z Compiling regex-syntax v0.8.10
13792026-03-13T20:22:23.251Z Compiling aws-lc-rs v1.16.0
13802026-03-13T20:22:23.310Z Compiling tracing-core v0.1.36
13812026-03-13T20:22:23.343Z Compiling rand_core v0.9.5
13822026-03-13T20:22:23.442Z Compiling crossbeam-utils v0.8.21
13832026-03-13T20:22:23.509Z Compiling untrusted v0.7.1
13842026-03-13T20:22:23.531Z Compiling base64 v0.22.1
13852026-03-13T20:22:23.734Z Compiling cmake v0.1.57
13862026-03-13T20:22:23.781Z Compiling httparse v1.10.1
13872026-03-13T20:22:23.911Z Compiling openssl-probe v0.2.1
13882026-03-13T20:22:23.911Z Compiling untrusted v0.9.0
13892026-03-13T20:22:23.911Z Compiling schemars v0.8.22
13902026-03-13T20:22:23.937Z Compiling syn v1.0.109
13912026-03-13T20:22:23.970Z Compiling atomic-waker v1.1.2
13922026-03-13T20:22:23.999Z Compiling try-lock v0.2.5
13932026-03-13T20:22:24.022Z Compiling tower-service v0.3.3
13942026-03-13T20:22:24.045Z Compiling tower-layer v0.3.3
13952026-03-13T20:22:24.076Z Compiling rustls v0.23.37
13962026-03-13T20:22:24.129Z Compiling tinyvec_macros v0.1.1
13972026-03-13T20:22:24.197Z Compiling dyn-clone v1.0.20
13982026-03-13T20:22:24.217Z Compiling want v0.3.1
13992026-03-13T20:22:24.235Z Compiling spin v0.9.8
14002026-03-13T20:22:24.235Z Compiling tinyvec v1.10.0
14012026-03-13T20:22:24.266Z Compiling aho-corasick v1.1.4
14022026-03-13T20:22:24.321Z Compiling time-core v0.1.8
14032026-03-13T20:22:24.321Z Compiling httpdate v1.0.3
14042026-03-13T20:22:24.375Z Compiling openssl v0.10.75
14052026-03-13T20:22:24.405Z Compiling foreign-types-shared v0.1.1
14062026-03-13T20:22:24.421Z Compiling num-conv v0.2.0
14072026-03-13T20:22:24.452Z Compiling crc32fast v1.5.0
14082026-03-13T20:22:24.569Z Compiling powerfmt v0.2.0
14092026-03-13T20:22:25.063Z Compiling pin-utils v0.1.0
14102026-03-13T20:22:25.063Z Compiling foreign-types v0.3.2
14112026-03-13T20:22:25.091Z Compiling wait-timeout v0.2.1
14122026-03-13T20:22:25.092Z Compiling socket2 v0.5.10
14132026-03-13T20:22:25.092Z Compiling time-macros v0.2.27
14142026-03-13T20:22:25.092Z Compiling native-tls v0.2.18
14152026-03-13T20:22:25.092Z Compiling bit-vec v0.8.0
14162026-03-13T20:22:25.092Z Compiling simd-adler32 v0.3.8
14172026-03-13T20:22:25.092Z Compiling deranged v0.5.8
14182026-03-13T20:22:25.092Z Compiling either v1.15.0
14192026-03-13T20:22:25.092Z Compiling num_threads v0.1.7
14202026-03-13T20:22:25.092Z Compiling aws-lc-sys v0.37.1
14212026-03-13T20:22:25.092Z Compiling ring v0.17.14
14222026-03-13T20:22:25.092Z Compiling openssl-sys v0.9.111
14232026-03-13T20:22:25.092Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-03-13T20:22:25.092Z Compiling siphasher v1.0.2
14252026-03-13T20:22:25.186Z Compiling usdt-impl v0.6.0
14262026-03-13T20:22:25.197Z Compiling quick-error v1.2.3
14272026-03-13T20:22:25.197Z Compiling bit-set v0.8.0
14282026-03-13T20:22:25.306Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-13T20:22:25.332Z Compiling tempfile v3.25.0
14302026-03-13T20:22:25.387Z Compiling unicode-normalization v0.1.25
14312026-03-13T20:22:25.446Z Compiling crossbeam-epoch v0.9.18
14322026-03-13T20:22:25.529Z Compiling synstructure v0.13.2
14332026-03-13T20:22:25.620Z Compiling pest_generator v2.8.6
14342026-03-13T20:22:25.692Z Compiling serde_derive_internals v0.29.1
14352026-03-13T20:22:25.713Z Compiling darling_core v0.20.11
14362026-03-13T20:22:25.900Z Compiling regex-automata v0.4.14
14372026-03-13T20:22:26.101Z Compiling rusty-fork v0.3.1
14382026-03-13T20:22:26.303Z Compiling time v0.3.47
14392026-03-13T20:22:26.355Z Compiling darling_core v0.21.3
14402026-03-13T20:22:26.439Z Compiling slog v2.8.2
14412026-03-13T20:22:26.551Z Compiling rand_xorshift v0.4.0
14422026-03-13T20:22:26.667Z Compiling heapless v0.7.17
14432026-03-13T20:22:26.707Z Compiling thread-id v5.1.0
14442026-03-13T20:22:26.736Z Compiling sync_wrapper v1.0.2
14452026-03-13T20:22:26.826Z Compiling cookie v0.18.1
14462026-03-13T20:22:26.926Z Compiling paste v1.0.15
14472026-03-13T20:22:26.986Z Compiling adler2 v2.0.1
14482026-03-13T20:22:26.986Z Compiling signal-hook v0.3.18
14492026-03-13T20:22:26.986Z Compiling unicode-bidi v0.3.18
14502026-03-13T20:22:27.026Z Compiling anyhow v1.0.102
14512026-03-13T20:22:27.056Z Compiling rayon-core v1.13.0
14522026-03-13T20:22:27.075Z Compiling zstd-safe v7.2.4
14532026-03-13T20:22:27.120Z Compiling unarray v0.1.4
14542026-03-13T20:22:27.167Z Compiling unicode-segmentation v1.12.0
14552026-03-13T20:22:27.241Z Compiling unicode-properties v0.1.4
14562026-03-13T20:22:27.456Z Compiling miniz_oxide v0.8.9
14572026-03-13T20:22:27.472Z Compiling crossbeam-deque v0.8.6
14582026-03-13T20:22:27.508Z Compiling stringprep v0.1.5
14592026-03-13T20:22:27.705Z Compiling num-integer v0.1.46
14602026-03-13T20:22:27.750Z Compiling vergen-lib v0.1.6
14612026-03-13T20:22:27.768Z Compiling curve25519-dalek v4.1.3
14622026-03-13T20:22:27.776Z Compiling ff v0.13.1
14632026-03-13T20:22:27.968Z Compiling hash32 v0.2.1
14642026-03-13T20:22:27.982Z Compiling memoffset v0.9.1
14652026-03-13T20:22:28.122Z Compiling fallible-iterator v0.2.0
14662026-03-13T20:22:28.148Z Compiling cfg_aliases v0.2.1
14672026-03-13T20:22:28.210Z Compiling ref-cast v1.0.25
14682026-03-13T20:22:28.232Z Compiling serde_derive v1.0.228
14692026-03-13T20:22:28.241Z Compiling zeroize_derive v1.4.3
14702026-03-13T20:22:28.277Z Compiling zerofrom-derive v0.1.6
14712026-03-13T20:22:28.283Z Compiling yoke-derive v0.8.1
14722026-03-13T20:22:28.283Z Compiling zerocopy-derive v0.8.40
14732026-03-13T20:22:28.336Z Compiling zerovec-derive v0.11.2
14742026-03-13T20:22:28.550Z Compiling displaydoc v0.2.5
14752026-03-13T20:22:28.571Z Compiling tokio-macros v2.6.0
14762026-03-13T20:22:28.647Z Compiling futures-macro v0.3.32
14772026-03-13T20:22:29.170Z Compiling der_derive v0.7.3
14782026-03-13T20:22:29.194Z Compiling zeroize v1.8.2
14792026-03-13T20:22:29.639Z Compiling thiserror-impl v2.0.18
14802026-03-13T20:22:29.692Z Compiling rustls-pki-types v1.14.0
14812026-03-13T20:22:29.843Z Compiling futures-util v0.3.32
14822026-03-13T20:22:29.907Z Compiling tracing-attributes v0.1.31
14832026-03-13T20:22:29.999Z Compiling scroll_derive v0.13.1
14842026-03-13T20:22:30.097Z Compiling schemars_derive v0.8.22
14852026-03-13T20:22:30.345Z Compiling crypto-common v0.1.7
14862026-03-13T20:22:30.369Z Compiling block-buffer v0.10.4
14872026-03-13T20:22:30.396Z Compiling zerofrom v0.1.6
14882026-03-13T20:22:30.486Z Compiling block-padding v0.3.3
14892026-03-13T20:22:30.545Z Compiling yoke v0.8.1
14902026-03-13T20:22:30.582Z Compiling digest v0.10.7
14912026-03-13T20:22:30.614Z Compiling der v0.7.10
14922026-03-13T20:22:30.614Z Compiling pest_derive v2.8.6
14932026-03-13T20:22:30.713Z Compiling inout v0.1.4
14942026-03-13T20:22:30.808Z Compiling zerovec v0.11.5
14952026-03-13T20:22:30.950Z Compiling zerotrie v0.2.3
14962026-03-13T20:22:30.973Z Compiling hmac v0.12.1
14972026-03-13T20:22:31.189Z Compiling sha2 v0.10.9
14982026-03-13T20:22:31.208Z Compiling cipher v0.4.4
14992026-03-13T20:22:31.257Z Compiling pbkdf2 v0.12.2
15002026-03-13T20:22:31.382Z Compiling scroll v0.13.0
15012026-03-13T20:22:31.424Z Compiling darling_macro v0.20.11
15022026-03-13T20:22:31.537Z Compiling tinystr v0.8.2
15032026-03-13T20:22:31.592Z Compiling potential_utf v0.1.4
15042026-03-13T20:22:31.613Z Compiling salsa20 v0.10.2
15052026-03-13T20:22:31.764Z Compiling icu_collections v2.1.1
15062026-03-13T20:22:31.786Z Compiling icu_locale_core v2.1.1
15072026-03-13T20:22:31.838Z Compiling spki v0.7.3
15082026-03-13T20:22:31.838Z Compiling scrypt v0.11.0
15092026-03-13T20:22:31.883Z Compiling thiserror v2.0.18
15102026-03-13T20:22:31.917Z Compiling cbc v0.1.2
15112026-03-13T20:22:31.939Z Compiling aes v0.8.4
15122026-03-13T20:22:32.036Z Compiling tracing v0.1.44
15132026-03-13T20:22:32.114Z Compiling darling v0.20.11
15142026-03-13T20:22:32.136Z Compiling goblin v0.10.5
15152026-03-13T20:22:32.136Z Compiling openssl-macros v0.1.1
15162026-03-13T20:22:32.209Z Compiling thiserror-impl v1.0.69
15172026-03-13T20:22:32.230Z Compiling derive_builder_core v0.20.2
15182026-03-13T20:22:32.381Z Compiling dtrace-parser v0.3.0
15192026-03-13T20:22:32.403Z Compiling signature v2.2.0
15202026-03-13T20:22:32.443Z Compiling rustls-native-certs v0.8.3
15212026-03-13T20:22:32.542Z Compiling pkcs5 v0.7.1
15222026-03-13T20:22:32.644Z Compiling scroll_derive v0.12.1
15232026-03-13T20:22:32.695Z Compiling icu_provider v2.1.1
15242026-03-13T20:22:33.018Z Compiling icu_properties v2.1.2
15252026-03-13T20:22:33.058Z Compiling icu_normalizer v2.1.1
15262026-03-13T20:22:33.080Z Compiling pkcs8 v0.10.2
15272026-03-13T20:22:33.106Z Compiling md-5 v0.10.6
15282026-03-13T20:22:33.215Z Compiling bytes v1.11.1
15292026-03-13T20:22:33.239Z Compiling chrono v0.4.44
15302026-03-13T20:22:33.328Z Compiling ipnet v2.11.0
15312026-03-13T20:22:33.394Z Compiling toml_datetime v0.6.11
15322026-03-13T20:22:33.473Z Compiling erased-serde v0.3.31
15332026-03-13T20:22:33.495Z Compiling derive_builder_macro v0.20.2
15342026-03-13T20:22:33.520Z Compiling serde_tokenstream v0.2.3
15352026-03-13T20:22:33.587Z Compiling scroll v0.12.0
15362026-03-13T20:22:33.758Z Compiling serde_spanned v0.6.9
15372026-03-13T20:22:33.823Z Compiling webpki-roots v1.0.6
15382026-03-13T20:22:33.930Z Compiling tokio v1.49.0
15392026-03-13T20:22:33.955Z Compiling http v1.4.0
15402026-03-13T20:22:33.955Z Compiling darling_macro v0.21.3
15412026-03-13T20:22:33.999Z Compiling thiserror v1.0.69
15422026-03-13T20:22:33.999Z Compiling zerocopy-derive v0.7.35
15432026-03-13T20:22:34.052Z Compiling litrs v1.0.0
15442026-03-13T20:22:34.094Z Compiling num-bigint-dig v0.8.6
15452026-03-13T20:22:34.153Z Compiling iri-string v0.7.10
15462026-03-13T20:22:34.174Z Compiling zlib-rs v0.6.2
15472026-03-13T20:22:34.219Z Compiling rustix v0.38.44
15482026-03-13T20:22:34.379Z Compiling idna_adapter v1.2.1
15492026-03-13T20:22:34.621Z Compiling idna v1.1.0
15502026-03-13T20:22:34.672Z Compiling psl-types v2.0.11
15512026-03-13T20:22:34.715Z Compiling base16ct v0.2.0
15522026-03-13T20:22:34.735Z Compiling smoltcp v0.9.1
15532026-03-13T20:22:34.777Z Compiling ryu v1.0.23
15542026-03-13T20:22:34.800Z Compiling document-features v0.2.12
15552026-03-13T20:22:34.963Z Compiling ppv-lite86 v0.2.21
15562026-03-13T20:22:34.983Z Compiling http-body v1.0.1
15572026-03-13T20:22:35.034Z Compiling url v2.5.8
15582026-03-13T20:22:35.186Z Compiling http-body-util v0.1.3
15592026-03-13T20:22:35.211Z Compiling publicsuffix v2.3.0
15602026-03-13T20:22:35.254Z Compiling serde_urlencoded v0.7.1
15612026-03-13T20:22:35.282Z Compiling sec1 v0.7.3
15622026-03-13T20:22:35.312Z Compiling darling v0.21.3
15632026-03-13T20:22:35.336Z Compiling zerocopy v0.7.35
15642026-03-13T20:22:35.431Z Compiling rand_chacha v0.9.0
15652026-03-13T20:22:35.454Z Compiling rand_chacha v0.3.1
15662026-03-13T20:22:35.554Z Compiling derive_builder v0.20.2
15672026-03-13T20:22:35.613Z Compiling goblin v0.8.2
15682026-03-13T20:22:35.653Z Compiling cargo-platform v0.1.9
15692026-03-13T20:22:35.676Z Compiling hkdf v0.12.4
15702026-03-13T20:22:35.721Z Compiling rand v0.9.2
15712026-03-13T20:22:35.900Z Compiling rand v0.8.5
15722026-03-13T20:22:36.013Z Compiling hubpack_derive v0.1.1
15732026-03-13T20:22:36.163Z Compiling crypto-bigint v0.5.5
15742026-03-13T20:22:36.166Z Compiling regex v1.12.3
15752026-03-13T20:22:36.401Z Compiling dof v0.4.0
15762026-03-13T20:22:36.507Z Compiling proptest v1.10.0
15772026-03-13T20:22:36.576Z Compiling postgres-protocol v0.6.10
15782026-03-13T20:22:36.655Z Compiling nix v0.31.1
15792026-03-13T20:22:36.811Z Compiling curve25519-dalek-derive v0.1.1
15802026-03-13T20:22:36.839Z Compiling daft-derive v0.1.5
15812026-03-13T20:22:36.899Z Compiling ipnetwork v0.21.1
15822026-03-13T20:22:37.096Z Compiling strum_macros v0.27.2
15832026-03-13T20:22:37.199Z Compiling oxnet v0.1.4
15842026-03-13T20:22:37.224Z Compiling ref-cast-impl v1.0.25
15852026-03-13T20:22:37.355Z Compiling async-trait v0.1.89
15862026-03-13T20:22:37.758Z Compiling num-iter v0.1.45
15872026-03-13T20:22:37.898Z Compiling group v0.13.0
15882026-03-13T20:22:37.976Z Compiling proc-macro-error v1.0.4
15892026-03-13T20:22:38.215Z Compiling heck v0.4.1
15902026-03-13T20:22:38.330Z Compiling flate2 v1.1.9
15912026-03-13T20:22:38.451Z Compiling terminal_size v0.4.3
15922026-03-13T20:22:38.485Z Compiling phf_shared v0.13.1
15932026-03-13T20:22:38.522Z Compiling lazy_static v1.5.0
15942026-03-13T20:22:38.540Z Compiling vergen v9.0.6
15952026-03-13T20:22:38.637Z Compiling fs-err v3.3.0
15962026-03-13T20:22:38.655Z Compiling ahash v0.8.12
15972026-03-13T20:22:38.793Z Compiling libbz2-rs-sys v0.2.2
15982026-03-13T20:22:38.847Z Compiling managed v0.8.0
15992026-03-13T20:22:38.949Z Compiling bitflags v1.3.2
16002026-03-13T20:22:38.961Z Compiling bumpalo v3.20.2
16012026-03-13T20:22:38.961Z Compiling winnow v0.5.40
16022026-03-13T20:22:38.961Z Compiling object v0.37.3
16032026-03-13T20:22:38.961Z Compiling foldhash v0.1.5
16042026-03-13T20:22:38.984Z Compiling console v0.16.2
16052026-03-13T20:22:39.066Z Compiling tokio-util v0.7.18
16062026-03-13T20:22:39.074Z Compiling tower v0.5.3
16072026-03-13T20:22:39.152Z Compiling tokio-native-tls v0.3.1
16082026-03-13T20:22:39.173Z Compiling zopfli v0.8.3
16092026-03-13T20:22:39.184Z Compiling hashbrown v0.15.5
16102026-03-13T20:22:39.395Z Compiling bzip2 v0.6.1
16112026-03-13T20:22:39.403Z Compiling clap_builder v4.5.60
16122026-03-13T20:22:39.613Z Compiling dof v0.3.0
16132026-03-13T20:22:39.708Z Compiling tower-http v0.6.8
16142026-03-13T20:22:39.799Z Compiling phf v0.13.1
16152026-03-13T20:22:39.820Z Compiling signal-hook-mio v0.2.5
16162026-03-13T20:22:39.838Z Compiling rayon v1.11.0
16172026-03-13T20:22:39.945Z Compiling newtype-uuid v1.3.2
16182026-03-13T20:22:39.982Z Compiling strum v0.27.2
16192026-03-13T20:22:40.038Z Compiling usdt-macro v0.6.0
16202026-03-13T20:22:40.158Z Compiling h2 v0.4.13
16212026-03-13T20:22:40.165Z Compiling usdt-attr-macro v0.6.0
16222026-03-13T20:22:40.281Z Compiling daft v0.1.5
16232026-03-13T20:22:40.437Z Compiling zone_cfg_derive v0.3.1
16242026-03-13T20:22:40.446Z Compiling cargo_metadata v0.19.2
16252026-03-13T20:22:40.703Z Compiling cookie_store v0.22.1
16262026-03-13T20:22:40.732Z Compiling elliptic-curve v0.13.8
16272026-03-13T20:22:40.870Z Compiling toml_edit v0.19.15
16282026-03-13T20:22:41.154Z Compiling postgres-types v0.2.12
16292026-03-13T20:22:41.295Z Compiling bzip2 v0.4.4
16302026-03-13T20:22:41.303Z Compiling hubpack v0.1.2
16312026-03-13T20:22:41.320Z Compiling zstd v0.13.3
16322026-03-13T20:22:41.368Z Compiling serde_with_macros v3.17.0
16332026-03-13T20:22:41.620Z Compiling dtrace-parser v0.2.0
16342026-03-13T20:22:41.743Z Compiling pkcs1 v0.7.5
16352026-03-13T20:22:41.814Z Compiling ed25519 v2.2.3
16362026-03-13T20:22:41.919Z Compiling hex v0.4.3
16372026-03-13T20:22:42.010Z Compiling serde-big-array v0.5.1
16382026-03-13T20:22:42.196Z Compiling rfc6979 v0.4.0
16392026-03-13T20:22:42.269Z Compiling bstr v1.12.1
16402026-03-13T20:22:42.318Z Compiling serde_repr v0.1.20
16412026-03-13T20:22:42.367Z Compiling strum_macros v0.26.4
16422026-03-13T20:22:42.402Z Compiling clap_derive v4.5.55
16432026-03-13T20:22:42.410Z Compiling enum-as-inner v0.6.1
16442026-03-13T20:22:42.693Z Compiling phf_shared v0.11.3
16452026-03-13T20:22:42.912Z Compiling itertools v0.12.1
16462026-03-13T20:22:42.954Z Compiling float-cmp v0.10.0
16472026-03-13T20:22:42.974Z Compiling thread-id v4.2.2
16482026-03-13T20:22:43.065Z Compiling memmap2 v0.9.10
16492026-03-13T20:22:43.097Z Compiling env_filter v1.0.0
16502026-03-13T20:22:43.123Z Compiling encoding_rs v0.8.35
16512026-03-13T20:22:43.145Z Compiling normalize-line-endings v0.3.0
16522026-03-13T20:22:43.169Z Compiling predicates-core v1.0.10
16532026-03-13T20:22:43.201Z Compiling keccak v0.1.6
16542026-03-13T20:22:43.289Z Compiling precomputed-hash v0.1.1
16552026-03-13T20:22:43.374Z Compiling difflib v0.4.0
16562026-03-13T20:22:43.406Z Compiling data-encoding v2.10.0
16572026-03-13T20:22:43.429Z Compiling fixedbitset v0.5.7
16582026-03-13T20:22:43.525Z Compiling whoami v2.1.0
16592026-03-13T20:22:43.845Z Compiling mime v0.3.17
16602026-03-13T20:22:43.864Z Compiling rustc-hash v2.1.1
16612026-03-13T20:22:44.038Z Compiling static_assertions v1.1.0
16622026-03-13T20:22:44.038Z Compiling jiff v0.2.21
16632026-03-13T20:22:44.141Z Compiling fixedbitset v0.4.2
16642026-03-13T20:22:44.169Z Compiling unit-prefix v0.5.2
16652026-03-13T20:22:44.203Z Compiling new_debug_unreachable v1.0.6
16662026-03-13T20:22:44.306Z Compiling hyper v1.8.1
16672026-03-13T20:22:44.342Z Compiling indicatif v0.18.4
16682026-03-13T20:22:44.374Z Compiling petgraph v0.6.5
16692026-03-13T20:22:44.424Z Compiling string_cache v0.8.9
16702026-03-13T20:22:44.452Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16712026-03-13T20:22:44.669Z Compiling zone v0.3.1
16722026-03-13T20:22:44.691Z Compiling iddqd v0.3.17
16732026-03-13T20:22:44.799Z Compiling hickory-proto v0.25.2
16742026-03-13T20:22:44.900Z Compiling strum v0.26.3
16752026-03-13T20:22:44.944Z Compiling clap v4.5.60
16762026-03-13T20:22:45.061Z Compiling tokio-postgres v0.7.16
16772026-03-13T20:22:45.083Z Compiling petgraph v0.8.3
16782026-03-13T20:22:45.302Z Compiling predicates v3.1.4
16792026-03-13T20:22:45.398Z Compiling toml_edit v0.22.27
16802026-03-13T20:22:45.621Z Compiling sha3 v0.10.8
16812026-03-13T20:22:45.648Z Compiling env_logger v0.11.9
16822026-03-13T20:22:45.779Z Compiling usdt v0.6.0
16832026-03-13T20:22:46.143Z Compiling hyper-util v0.1.20
16842026-03-13T20:22:46.166Z Compiling usdt-impl v0.5.0
16852026-03-13T20:22:46.254Z Compiling serde_with v3.17.0
16862026-03-13T20:22:46.295Z Compiling crossterm v0.28.1
16872026-03-13T20:22:46.360Z Compiling similar v2.7.0
16882026-03-13T20:22:46.585Z Compiling toml v0.7.8
16892026-03-13T20:22:46.609Z Compiling ecdsa v0.16.9
16902026-03-13T20:22:46.994Z Compiling ed25519-dalek v2.2.0
16912026-03-13T20:22:47.152Z Compiling rsa v0.9.10
16922026-03-13T20:22:47.468Z Compiling zip v0.6.6
16932026-03-13T20:22:47.849Z Compiling zip v4.6.1
16942026-03-13T20:22:47.903Z Compiling tokio-stream v0.1.18
16952026-03-13T20:22:48.047Z Compiling hyper-tls v0.6.0
16962026-03-13T20:22:48.347Z Compiling buf-list v1.1.2
16972026-03-13T20:22:48.402Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-13T20:22:48.575Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-13T20:22:48.592Z Compiling openapiv3 v2.2.0
17002026-03-13T20:22:48.601Z Compiling x509-cert v0.2.5
17012026-03-13T20:22:48.679Z Compiling sha1 v0.10.6
17022026-03-13T20:22:48.706Z Compiling itertools v0.13.0
17032026-03-13T20:22:48.733Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-13T20:22:48.983Z Compiling peg-runtime v0.8.5
17052026-03-13T20:22:49.004Z Compiling lalrpop-util v0.19.12
17062026-03-13T20:22:49.137Z Compiling thread_local v1.1.9
17072026-03-13T20:22:49.189Z Compiling slog-async v2.8.0
17082026-03-13T20:22:49.269Z Compiling futures-executor v0.3.32
17092026-03-13T20:22:49.291Z Compiling crossbeam-channel v0.5.15
17102026-03-13T20:22:49.359Z Compiling is-terminal v0.4.17
17112026-03-13T20:22:49.384Z Compiling filetime v0.2.27
17122026-03-13T20:22:49.479Z Compiling term v1.2.1
17132026-03-13T20:22:49.502Z Compiling take_mut v0.2.2
17142026-03-13T20:22:49.658Z Compiling xattr v1.6.1
17152026-03-13T20:22:49.675Z Compiling futures v0.3.32
17162026-03-13T20:22:49.888Z Compiling slog-term v2.9.2
17172026-03-13T20:22:49.958Z Compiling tar v0.4.44
17182026-03-13T20:23:10.675Z Compiling rustls-webpki v0.103.9
17192026-03-13T20:23:14.647Z Compiling tokio-rustls v0.26.4
17202026-03-13T20:23:14.647Z Compiling rustls-platform-verifier v0.6.2
17212026-03-13T20:23:14.905Z Compiling hyper-rustls v0.27.7
17222026-03-13T20:23:15.160Z Compiling reqwest v0.12.28
17232026-03-13T20:23:15.160Z Compiling reqwest v0.13.2
17242026-03-13T20:23:17.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-13T20:23:18.215Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-13T20:23:22.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17272026-03-13T20:23:22.194Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-13T20:23:22.256ZMar 13 20:23:21.084 INFO Starting download, target: Cockroach
17292026-03-13T20:23:22.256ZMar 13 20:23:21.085 INFO Starting download, target: Clickhouse
17302026-03-13T20:23:22.256ZMar 13 20:23:21.085 INFO Starting download, target: TransceiverControl
17312026-03-13T20:23:22.256ZMar 13 20:23:21.085 INFO Starting download, target: Console
17322026-03-13T20:23:22.256ZMar 13 20:23:21.085 INFO Starting download, target: MaghemiteMgd
17332026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Starting download, target: DendriteStub
17342026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-13T20:23:22.260ZMar 13 20:23:21.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-13T20:23:22.764ZMar 13 20:23:21.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-13T20:23:23.096ZMar 13 20:23:21.923 INFO Download complete, target: TransceiverControl
17422026-03-13T20:23:23.388ZMar 13 20:23:22.215 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-13T20:23:23.763ZMar 13 20:23:22.584 INFO Download complete, target: Console
17442026-03-13T20:23:24.046ZMar 13 20:23:22.867 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-13T20:23:24.320ZMar 13 20:23:23.147 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-13T20:23:24.356ZMar 13 20:23:23.181 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-13T20:23:24.820ZMar 13 20:23:23.648 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-13T20:23:24.820ZMar 13 20:23:23.648 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-13T20:23:27.599ZMar 13 20:23:26.424 INFO Download complete, target: DendriteStub
17502026-03-13T20:23:27.904ZMar 13 20:23:26.709 INFO Download complete, target: MaghemiteMgd
17512026-03-13T20:23:32.437ZMar 13 20:23:31.258 INFO Checking that binary works, target: Cockroach
17522026-03-13T20:23:32.563ZMar 13 20:23:31.389 INFO Download complete, target: Cockroach
17532026-03-13T20:23:35.285ZMar 13 20:23:34.109 INFO Checking that binary works, target: Clickhouse
17542026-03-13T20:23:35.383ZMar 13 20:23:34.208 INFO Download complete, target: Clickhouse
17552026-03-13T20:23:35.389ZAll prerequisites installed successfully
17562026-03-13T20:23:35.394Z
17572026-03-13T20:23:35.394Zreal 3:36.795193706
17582026-03-13T20:23:35.394Zuser 10:33.590808718
17592026-03-13T20:23:35.394Zsys 2:10.341374700
17602026-03-13T20:23:35.394Ztrap 0.332370959
17612026-03-13T20:23:35.394Ztflt 1.225883963
17622026-03-13T20:23:35.394Zdflt 1.834594127
17632026-03-13T20:23:35.394Zkflt 0.022265648
17642026-03-13T20:23:35.394Zlock 23:46.996646966
17652026-03-13T20:23:35.394Zslp 34:19.306502314
17662026-03-13T20:23:35.394Zlat 31.712705927
17672026-03-13T20:23:35.394Zstop 4:27.185688580
17682026-03-13T20:23:35.394Z+ ptime -m cargo xtask download softnpu
17692026-03-13T20:23:36.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-13T20:23:36.113Z Running `target/debug/xtask download softnpu`
17712026-03-13T20:23:37.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
17722026-03-13T20:23:37.169Z Running `target/debug/xtask-downloader softnpu`
17732026-03-13T20:23:37.212ZMar 13 20:23:36.036 INFO Starting download, target: Softnpu
17742026-03-13T20:23:37.215ZMar 13 20:23:36.037 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-13T20:23:38.023ZMar 13 20:23:36.845 INFO Download complete, target: Softnpu
17762026-03-13T20:23:38.027Z
17772026-03-13T20:23:38.027Zreal 2.627239761
17782026-03-13T20:23:38.027Zuser 1.758769177
17792026-03-13T20:23:38.027Zsys 0.779099053
17802026-03-13T20:23:38.027Ztrap 0.000581160
17812026-03-13T20:23:38.027Ztflt 0.000129968
17822026-03-13T20:23:38.027Zdflt 0.000331801
17832026-03-13T20:23:38.027Zkflt 0.000000000
17842026-03-13T20:23:38.027Zlock 14.714606797
17852026-03-13T20:23:38.027Zslp 0.542827684
17862026-03-13T20:23:38.027Zlat 0.053802398
17872026-03-13T20:23:38.028Zstop 0.000212526
17882026-03-13T20:23:38.028Z+ export CARGO_INCREMENTAL=0
17892026-03-13T20:23:38.028Z+ CARGO_INCREMENTAL=0
17902026-03-13T20:23:38.028Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-13T20:23:39.183Z Compiling proc-macro2 v1.0.106
17922026-03-13T20:23:39.183Z Compiling quote v1.0.44
17932026-03-13T20:23:39.192Z Compiling unicode-ident v1.0.24
17942026-03-13T20:23:39.192Z Compiling libc v0.2.180
17952026-03-13T20:23:39.192Z Compiling serde_core v1.0.228
17962026-03-13T20:23:39.192Z Compiling serde v1.0.228
17972026-03-13T20:23:39.192Z Compiling cfg-if v1.0.4
17982026-03-13T20:23:39.192Z Compiling version_check v0.9.5
17992026-03-13T20:23:39.192Z Compiling shlex v1.3.0
18002026-03-13T20:23:39.192Z Compiling find-msvc-tools v0.1.9
18012026-03-13T20:23:39.192Z Compiling typenum v1.19.0
18022026-03-13T20:23:39.348Z Compiling portable-atomic v1.13.1
18032026-03-13T20:23:39.351Z Compiling memchr v2.8.0
18042026-03-13T20:23:39.352Z Compiling autocfg v1.5.0
18052026-03-13T20:23:39.352Z Compiling zmij v1.0.21
18062026-03-13T20:23:39.477Z Compiling serde_json v1.0.149
18072026-03-13T20:23:39.645Z Compiling zerocopy v0.8.40
18082026-03-13T20:23:39.702Z Compiling generic-array v0.14.7
18092026-03-13T20:23:39.723Z Compiling parking_lot_core v0.9.12
18102026-03-13T20:23:39.747Z Compiling libm v0.2.16
18112026-03-13T20:23:39.860Z Compiling smallvec v1.15.1
18122026-03-13T20:23:39.961Z Compiling icu_normalizer_data v2.1.1
18132026-03-13T20:23:40.004Z Compiling icu_properties_data v2.1.2
18142026-03-13T20:23:40.028Z Compiling itoa v1.0.17
18152026-03-13T20:23:40.093Z Compiling log v0.4.29
18162026-03-13T20:23:40.097Z Compiling num-traits v0.2.19
18172026-03-13T20:23:40.156Z Compiling getrandom v0.4.1
18182026-03-13T20:23:40.183Z Compiling pkg-config v0.3.32
18192026-03-13T20:23:40.270Z Compiling stable_deref_trait v1.2.1
18202026-03-13T20:23:40.419Z Compiling subtle v2.6.1
18212026-03-13T20:23:40.460Z Compiling scopeguard v1.2.0
18222026-03-13T20:23:40.541Z Compiling thiserror v2.0.18
18232026-03-13T20:23:40.563Z Compiling fnv v1.0.7
18242026-03-13T20:23:40.622Z Compiling lock_api v0.4.14
18252026-03-13T20:23:40.805Z Compiling pin-project-lite v0.2.17
18262026-03-13T20:23:40.815Z Compiling jobserver v0.1.34
18272026-03-13T20:23:40.815Z Compiling getrandom v0.2.17
18282026-03-13T20:23:40.851Z Compiling errno v0.3.14
18292026-03-13T20:23:40.895Z Compiling getrandom v0.3.4
18302026-03-13T20:23:40.980Z Compiling rand_core v0.6.4
18312026-03-13T20:23:41.053Z Compiling syn v2.0.117
18322026-03-13T20:23:41.072Z Compiling cc v1.2.56
18332026-03-13T20:23:41.205Z Compiling critical-section v1.2.0
18342026-03-13T20:23:41.295Z Compiling allocator-api2 v0.2.21
18352026-03-13T20:23:41.338Z Compiling equivalent v1.0.2
18362026-03-13T20:23:41.341Z Compiling rustversion v1.0.22
18372026-03-13T20:23:41.418Z Compiling litemap v0.8.1
18382026-03-13T20:23:41.461Z Compiling fs_extra v1.3.0
18392026-03-13T20:23:41.480Z Compiling foldhash v0.2.0
18402026-03-13T20:23:41.637Z Compiling percent-encoding v2.3.2
18412026-03-13T20:23:41.656Z Compiling writeable v0.6.2
18422026-03-13T20:23:41.753Z Compiling once_cell v1.21.3
18432026-03-13T20:23:41.773Z Compiling dunce v1.0.5
18442026-03-13T20:23:41.777Z Compiling hashbrown v0.16.1
18452026-03-13T20:23:41.989Z Compiling const-oid v0.9.6
18462026-03-13T20:23:41.996Z Compiling signal-hook-registry v1.4.8
18472026-03-13T20:23:42.115Z Compiling cmake v0.1.57
18482026-03-13T20:23:42.140Z Compiling rustix v1.1.3
18492026-03-13T20:23:42.143Z Compiling socket2 v0.6.2
18502026-03-13T20:23:42.143Z Compiling mio v1.1.1
18512026-03-13T20:23:42.206Z Compiling schemars v0.8.22
18522026-03-13T20:23:42.229Z Compiling rand_core v0.10.0
18532026-03-13T20:23:42.512Z Compiling semver v1.0.27
18542026-03-13T20:23:42.598Z Compiling indexmap v2.13.0
18552026-03-13T20:23:42.601Z Compiling parking_lot v0.12.5
18562026-03-13T20:23:42.666Z Compiling bitflags v2.11.0
18572026-03-13T20:23:42.669Z Compiling utf8_iter v1.0.4
18582026-03-13T20:23:42.714Z Compiling aws-lc-rs v1.16.0
18592026-03-13T20:23:42.913Z Compiling ring v0.17.14
18602026-03-13T20:23:42.937Z Compiling aws-lc-sys v0.37.1
18612026-03-13T20:23:42.941Z Compiling form_urlencoded v1.2.2
18622026-03-13T20:23:43.131Z Compiling strsim v0.11.1
18632026-03-13T20:23:43.134Z Compiling futures-core v0.3.32
18642026-03-13T20:23:43.367Z Compiling httparse v1.10.1
18652026-03-13T20:23:43.506Z Compiling ucd-trie v0.1.7
18662026-03-13T20:23:43.527Z Compiling byteorder v1.5.0
18672026-03-13T20:23:43.551Z Compiling thiserror v1.0.69
18682026-03-13T20:23:43.725Z Compiling pest v2.8.6
18692026-03-13T20:23:43.796Z Compiling heck v0.5.0
18702026-03-13T20:23:43.814Z Compiling ident_case v1.0.1
18712026-03-13T20:23:43.834Z Compiling vcpkg v0.2.15
18722026-03-13T20:23:43.932Z Compiling crossbeam-utils v0.8.21
18732026-03-13T20:23:43.954Z Compiling syn v1.0.109
18742026-03-13T20:23:44.099Z Compiling regex-syntax v0.8.10
18752026-03-13T20:23:44.233Z Compiling futures-sink v0.3.32
18762026-03-13T20:23:44.321Z Compiling rustls v0.23.37
18772026-03-13T20:23:44.344Z Compiling rustc_version v0.4.1
18782026-03-13T20:23:44.369Z Compiling futures-channel v0.3.32
18792026-03-13T20:23:44.413Z Compiling futures-task v0.3.32
18802026-03-13T20:23:44.457Z Compiling futures-io v0.3.32
18812026-03-13T20:23:44.476Z Compiling slab v0.4.12
18822026-03-13T20:23:44.482Z Compiling cpufeatures v0.2.17
18832026-03-13T20:23:44.632Z Compiling openssl-sys v0.9.111
18842026-03-13T20:23:44.759Z Compiling plain v0.2.3
18852026-03-13T20:23:44.759Z Compiling iana-time-zone v0.1.65
18862026-03-13T20:23:44.777Z Compiling uuid v1.21.0
18872026-03-13T20:23:44.784Z Compiling aho-corasick v1.1.4
18882026-03-13T20:23:44.795Z Compiling time-core v0.1.8
18892026-03-13T20:23:44.838Z Compiling num-conv v0.2.0
18902026-03-13T20:23:45.081Z Compiling time-macros v0.2.27
18912026-03-13T20:23:45.131Z Compiling synstructure v0.13.2
18922026-03-13T20:23:45.180Z Compiling serde_derive_internals v0.29.1
18932026-03-13T20:23:45.352Z Compiling pest_meta v2.8.6
18942026-03-13T20:23:45.542Z Compiling pretty-hex v0.4.1
18952026-03-13T20:23:45.563Z Compiling openssl v0.10.75
18962026-03-13T20:23:45.962Z Compiling base64ct v1.8.3
18972026-03-13T20:23:45.966Z Compiling crc32fast v1.5.0
18982026-03-13T20:23:46.008Z Compiling either v1.15.0
18992026-03-13T20:23:46.038Z Compiling anyhow v1.0.102
19002026-03-13T20:23:46.107Z Compiling darling_core v0.21.3
19012026-03-13T20:23:46.157Z Compiling pest_generator v2.8.6
19022026-03-13T20:23:46.208Z Compiling regex-automata v0.4.14
19032026-03-13T20:23:46.233Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-13T20:23:46.319Z Compiling pem-rfc7468 v0.7.0
19052026-03-13T20:23:46.340Z Compiling flagset v0.4.7
19062026-03-13T20:23:46.382Z Compiling native-tls v0.2.18
19072026-03-13T20:23:46.467Z Compiling rand_core v0.9.5
19082026-03-13T20:23:46.579Z Compiling slog v2.8.2
19092026-03-13T20:23:46.720Z Compiling tracing-core v0.1.36
19102026-03-13T20:23:46.783Z Compiling rayon-core v1.13.0
19112026-03-13T20:23:46.787Z Compiling dyn-clone v1.0.20
19122026-03-13T20:23:46.816Z Compiling untrusted v0.9.0
19132026-03-13T20:23:47.050Z Compiling cookie v0.18.1
19142026-03-13T20:23:47.077Z Compiling serde_derive v1.0.228
19152026-03-13T20:23:47.120Z Compiling zeroize_derive v1.4.3
19162026-03-13T20:23:47.146Z Compiling zerofrom-derive v0.1.6
19172026-03-13T20:23:47.235Z Compiling yoke-derive v0.8.1
19182026-03-13T20:23:47.256Z Compiling zerovec-derive v0.11.2
19192026-03-13T20:23:47.319Z Compiling displaydoc v0.2.5
19202026-03-13T20:23:47.343Z Compiling zerocopy-derive v0.8.40
19212026-03-13T20:23:47.347Z Compiling tokio-macros v2.6.0
19222026-03-13T20:23:47.405Z Compiling futures-macro v0.3.32
19232026-03-13T20:23:47.945Z Compiling zeroize v1.8.2
19242026-03-13T20:23:48.257Z Compiling thiserror-impl v2.0.18
19252026-03-13T20:23:48.343Z Compiling tracing-attributes v0.1.31
19262026-03-13T20:23:48.447Z Compiling der_derive v0.7.3
19272026-03-13T20:23:48.578Z Compiling schemars_derive v0.8.22
19282026-03-13T20:23:48.669Z Compiling thiserror-impl v1.0.69
19292026-03-13T20:23:48.744Z Compiling zerofrom v0.1.6
19302026-03-13T20:23:48.919Z Compiling yoke v0.8.1
19312026-03-13T20:23:49.031Z Compiling crypto-common v0.1.7
19322026-03-13T20:23:49.187Z Compiling zerovec v0.11.5
19332026-03-13T20:23:49.187Z Compiling zerotrie v0.2.3
19342026-03-13T20:23:49.621Z Compiling block-buffer v0.10.4
19352026-03-13T20:23:49.782Z Compiling digest v0.10.7
19362026-03-13T20:23:49.963Z Compiling pest_derive v2.8.6
19372026-03-13T20:23:49.990Z Compiling tinystr v0.8.2
19382026-03-13T20:23:50.035Z Compiling potential_utf v0.1.4
19392026-03-13T20:23:50.102Z Compiling hmac v0.12.1
19402026-03-13T20:23:50.136Z Compiling futures-util v0.3.32
19412026-03-13T20:23:50.210Z Compiling icu_collections v2.1.1
19422026-03-13T20:23:50.230Z Compiling icu_locale_core v2.1.1
19432026-03-13T20:23:50.293Z Compiling block-padding v0.3.3
19442026-03-13T20:23:50.318Z Compiling sha2 v0.10.9
19452026-03-13T20:23:50.480Z Compiling inout v0.1.4
19462026-03-13T20:23:50.520Z Compiling rustls-pki-types v1.14.0
19472026-03-13T20:23:50.705Z Compiling cipher v0.4.4
19482026-03-13T20:23:51.064Z Compiling scroll_derive v0.13.1
19492026-03-13T20:23:51.173Z Compiling scroll_derive v0.12.1
19502026-03-13T20:23:51.250Z Compiling icu_provider v2.1.1
19512026-03-13T20:23:51.382Z Compiling openssl-macros v0.1.1
19522026-03-13T20:23:51.545Z Compiling bytes v1.11.1
19532026-03-13T20:23:51.667Z Compiling icu_properties v2.1.2
19542026-03-13T20:23:51.809Z Compiling icu_normalizer v2.1.1
19552026-03-13T20:23:51.888Z Compiling chrono v0.4.44
19562026-03-13T20:23:52.050Z Compiling serde_tokenstream v0.2.3
19572026-03-13T20:23:52.332Z Compiling tokio v1.49.0
19582026-03-13T20:23:52.757Z Compiling http v1.4.0
19592026-03-13T20:23:53.117Z Compiling idna_adapter v1.2.1
19602026-03-13T20:23:53.305Z Compiling idna v1.1.0
19612026-03-13T20:23:53.490Z Compiling der v0.7.10
19622026-03-13T20:23:53.514Z Compiling regex v1.12.3
19632026-03-13T20:23:53.713Z Compiling ppv-lite86 v0.2.21
19642026-03-13T20:23:53.759Z Compiling url v2.5.8
19652026-03-13T20:23:53.781Z Compiling darling_macro v0.21.3
19662026-03-13T20:23:53.815Z Compiling zerocopy-derive v0.7.35
19672026-03-13T20:23:54.405Z Compiling salsa20 v0.10.2
19682026-03-13T20:23:54.438Z Compiling darling v0.21.3
19692026-03-13T20:23:54.606Z Compiling pbkdf2 v0.12.2
19702026-03-13T20:23:54.754Z Compiling spki v0.7.3
19712026-03-13T20:23:54.791Z Compiling tracing v0.1.44
19722026-03-13T20:23:54.986Z Compiling camino v1.2.2
19732026-03-13T20:23:55.086Z Compiling base64 v0.22.1
19742026-03-13T20:23:55.127Z Compiling scrypt v0.11.0
19752026-03-13T20:23:55.148Z Compiling rand_chacha v0.9.0
19762026-03-13T20:23:55.343Z Compiling cbc v0.1.2
19772026-03-13T20:23:55.404Z Compiling aes v0.8.4
19782026-03-13T20:23:56.071Z Compiling usdt-impl v0.5.0
19792026-03-13T20:23:56.114Z Compiling usdt-impl v0.6.0
19802026-03-13T20:23:56.184Z Compiling ref-cast v1.0.25
19812026-03-13T20:23:56.395Z Compiling paste v1.0.15
19822026-03-13T20:23:56.453Z Compiling winnow v0.7.14
19832026-03-13T20:23:56.715Z Compiling pkcs5 v0.7.1
19842026-03-13T20:23:56.839Z Compiling rand v0.9.2
19852026-03-13T20:23:57.005Z Compiling http-body v1.0.1
19862026-03-13T20:23:57.180Z Compiling scroll v0.13.0
19872026-03-13T20:23:57.216Z Compiling scroll v0.12.0
19882026-03-13T20:23:57.236Z Compiling serde_spanned v0.6.9
19892026-03-13T20:23:57.242Z Compiling toml_datetime v0.6.11
19902026-03-13T20:23:57.435Z Compiling heapless v0.7.17
19912026-03-13T20:23:57.573Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-13T20:23:57.595Z Compiling tokio-util v0.7.18
19932026-03-13T20:23:57.620Z Compiling openssl-probe v0.2.1
19942026-03-13T20:23:57.702Z Compiling signal-hook v0.3.18
19952026-03-13T20:23:57.722Z Compiling atomic-waker v1.1.2
19962026-03-13T20:23:57.842Z Compiling untrusted v0.7.1
19972026-03-13T20:23:57.953Z Compiling zstd-safe v7.2.4
19982026-03-13T20:23:58.058Z Compiling goblin v0.8.2
19992026-03-13T20:23:58.125Z Compiling goblin v0.10.5
20002026-03-13T20:23:58.281Z Compiling pkcs8 v0.10.2
20012026-03-13T20:23:58.375Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-13T20:23:58.665Z Compiling zerocopy v0.7.35
20032026-03-13T20:23:58.902Z Compiling ref-cast-impl v1.0.25
20042026-03-13T20:23:59.144Z Compiling darling_core v0.20.11
20052026-03-13T20:23:59.263Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-13T20:23:59.291Z Compiling memoffset v0.9.1
20072026-03-13T20:23:59.364Z Compiling try-lock v0.2.5
20082026-03-13T20:23:59.475Z Compiling litrs v1.0.0
20092026-03-13T20:23:59.628Z Compiling tower-service v0.3.3
20102026-03-13T20:23:59.677Z Compiling tinyvec_macros v0.1.1
20112026-03-13T20:23:59.727Z Compiling tower-layer v0.3.3
20122026-03-13T20:23:59.749Z Compiling rustix v0.38.44
20132026-03-13T20:23:59.815Z Compiling fastrand v2.3.0
20142026-03-13T20:24:00.139Z Compiling winnow v0.5.40
20152026-03-13T20:24:00.201Z Compiling want v0.3.1
20162026-03-13T20:24:00.221Z Compiling document-features v0.2.12
20172026-03-13T20:24:00.224Z Compiling tinyvec v1.10.0
20182026-03-13T20:24:00.266Z Compiling h2 v0.4.13
20192026-03-13T20:24:01.077Z Compiling dtrace-parser v0.2.0
20202026-03-13T20:24:01.137Z Compiling dtrace-parser v0.3.0
20212026-03-13T20:24:01.621Z Compiling dof v0.3.0
20222026-03-13T20:24:01.846Z Compiling ipnet v2.11.0
20232026-03-13T20:24:01.964Z Compiling toml_edit v0.19.15
20242026-03-13T20:24:02.042Z Compiling dof v0.4.0
20252026-03-13T20:24:02.066Z Compiling darling_macro v0.20.11
20262026-03-13T20:24:02.140Z Compiling async-trait v0.1.89
20272026-03-13T20:24:02.524Z Compiling daft-derive v0.1.5
20282026-03-13T20:24:02.641Z Compiling curve25519-dalek v4.1.3
20292026-03-13T20:24:02.704Z Compiling spin v0.9.8
20302026-03-13T20:24:02.723Z Compiling thread-id v4.2.2
20312026-03-13T20:24:02.843Z Compiling thread-id v5.1.0
20322026-03-13T20:24:02.978Z Compiling proc-macro-error-attr v1.0.4
20332026-03-13T20:24:03.014Z Compiling pin-utils v0.1.0
20342026-03-13T20:24:03.142Z Compiling cfg_aliases v0.2.1
20352026-03-13T20:24:03.236Z Compiling foreign-types-shared v0.1.1
20362026-03-13T20:24:03.257Z Compiling num-bigint-dig v0.8.6
20372026-03-13T20:24:03.327Z Compiling httpdate v1.0.3
20382026-03-13T20:24:03.459Z Compiling smoltcp v0.9.1
20392026-03-13T20:24:03.477Z Compiling powerfmt v0.2.0
20402026-03-13T20:24:03.595Z Compiling foreign-types v0.3.2
20412026-03-13T20:24:03.640Z Compiling tempfile v3.25.0
20422026-03-13T20:24:03.669Z Compiling nix v0.31.1
20432026-03-13T20:24:03.695Z Compiling deranged v0.5.8
20442026-03-13T20:24:03.832Z Compiling darling v0.20.11
20452026-03-13T20:24:04.324Z Compiling ipnetwork v0.21.1
20462026-03-13T20:24:04.441Z Compiling hyper v1.8.1
20472026-03-13T20:24:04.482Z Compiling strum_macros v0.26.4
20482026-03-13T20:24:04.779Z Compiling socket2 v0.5.10
20492026-03-13T20:24:05.076Z Compiling wait-timeout v0.2.1
20502026-03-13T20:24:05.215Z Compiling proc-macro-error v1.0.4
20512026-03-13T20:24:05.360Z Compiling unicode-segmentation v1.12.0
20522026-03-13T20:24:05.387Z Compiling utf8parse v0.2.2
20532026-03-13T20:24:05.549Z Compiling bit-vec v0.8.0
20542026-03-13T20:24:05.572Z Compiling simd-adler32 v0.3.8
20552026-03-13T20:24:05.628Z Compiling anstyle v1.0.13
20562026-03-13T20:24:05.867Z Compiling siphasher v1.0.2
20572026-03-13T20:24:05.890Z Compiling quick-error v1.2.3
20582026-03-13T20:24:06.064Z Compiling num_threads v0.1.7
20592026-03-13T20:24:06.105Z Compiling rusty-fork v0.3.1
20602026-03-13T20:24:06.126Z Compiling hyper-util v0.1.20
20612026-03-13T20:24:06.172Z Compiling time v0.3.47
20622026-03-13T20:24:06.221Z Compiling bit-set v0.8.0
20632026-03-13T20:24:06.473Z Compiling anstyle-parse v0.2.7
20642026-03-13T20:24:06.761Z Compiling crossbeam-epoch v0.9.18
20652026-03-13T20:24:06.882Z Compiling derive_builder_core v0.20.2
20662026-03-13T20:24:07.285Z Compiling unicode-normalization v0.1.25
20672026-03-13T20:24:07.948Z Compiling rustls-native-certs v0.8.3
20682026-03-13T20:24:08.410Z Compiling signature v2.2.0
20692026-03-13T20:24:08.448Z Compiling hubpack_derive v0.1.1
20702026-03-13T20:24:08.501Z Compiling strum_macros v0.27.2
20712026-03-13T20:24:08.606Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-13T20:24:08.778Z Compiling rand_xorshift v0.4.0
20732026-03-13T20:24:08.781Z Compiling sync_wrapper v1.0.2
20742026-03-13T20:24:08.818Z Compiling fs-err v3.3.0
20752026-03-13T20:24:08.858Z Compiling ahash v0.8.12
20762026-03-13T20:24:09.002Z Compiling unicode-properties v0.1.4
20772026-03-13T20:24:09.073Z Compiling is_terminal_polyfill v1.70.2
20782026-03-13T20:24:09.112Z Compiling object v0.37.3
20792026-03-13T20:24:09.205Z Compiling unarray v0.1.4
20802026-03-13T20:24:09.215Z Compiling adler2 v2.0.1
20812026-03-13T20:24:09.298Z Compiling anstyle-query v1.1.5
20822026-03-13T20:24:09.319Z Compiling unicode-bidi v0.3.18
20832026-03-13T20:24:09.364Z Compiling colorchoice v1.0.4
20842026-03-13T20:24:09.397Z Compiling miniz_oxide v0.8.9
20852026-03-13T20:24:09.448Z Compiling proptest v1.10.0
20862026-03-13T20:24:09.490Z Compiling anstream v0.6.21
20872026-03-13T20:24:09.893Z Compiling stringprep v0.1.5
20882026-03-13T20:24:10.155Z Compiling tower v0.5.3
20892026-03-13T20:24:10.390Z Compiling derive_builder_macro v0.20.2
20902026-03-13T20:24:10.546Z Compiling crossbeam-deque v0.8.6
20912026-03-13T20:24:10.687Z Compiling heck v0.4.1
20922026-03-13T20:24:10.790Z Compiling usdt-macro v0.6.0
20932026-03-13T20:24:10.827Z Compiling usdt-attr-macro v0.6.0
20942026-03-13T20:24:11.061Z Compiling http-body-util v0.1.3
20952026-03-13T20:24:11.252Z Compiling webpki-roots v1.0.6
20962026-03-13T20:24:11.407Z Compiling rand_chacha v0.3.1
20972026-03-13T20:24:11.433Z Compiling erased-serde v0.3.31
20982026-03-13T20:24:11.468Z Compiling md-5 v0.10.6
20992026-03-13T20:24:11.678Z Compiling num-integer v0.1.46
21002026-03-13T20:24:11.755Z Compiling hash32 v0.2.1
21012026-03-13T20:24:11.798Z Compiling vergen-lib v0.1.6
21022026-03-13T20:24:11.802Z Compiling ff v0.13.1
21032026-03-13T20:24:11.923Z Compiling iri-string v0.7.10
21042026-03-13T20:24:11.943Z Compiling ryu v1.0.23
21052026-03-13T20:24:11.948Z Compiling fallible-iterator v0.2.0
21062026-03-13T20:24:11.948Z Compiling base16ct v0.2.0
21072026-03-13T20:24:12.035Z Compiling zlib-rs v0.6.2
21082026-03-13T20:24:12.102Z Compiling psl-types v2.0.11
21092026-03-13T20:24:12.149Z Compiling sec1 v0.7.3
21102026-03-13T20:24:12.217Z Compiling serde_urlencoded v0.7.1
21112026-03-13T20:24:12.282Z Compiling publicsuffix v2.3.0
21122026-03-13T20:24:12.325Z Compiling num-iter v0.1.45
21132026-03-13T20:24:12.352Z Compiling postgres-protocol v0.6.10
21142026-03-13T20:24:12.372Z Compiling newtype-uuid v1.3.2
21152026-03-13T20:24:12.397Z Compiling group v0.13.0
21162026-03-13T20:24:12.556Z Compiling rand v0.8.5
21172026-03-13T20:24:12.790Z Compiling oxnet v0.1.4
21182026-03-13T20:24:12.946Z Compiling derive_builder v0.20.2
21192026-03-13T20:24:13.020Z Compiling zone_cfg_derive v0.3.1
21202026-03-13T20:24:13.121Z Compiling tokio-native-tls v0.3.1
21212026-03-13T20:24:13.273Z Compiling phf_shared v0.13.1
21222026-03-13T20:24:13.409Z Compiling lazy_static v1.5.0
21232026-03-13T20:24:13.452Z Compiling terminal_size v0.4.3
21242026-03-13T20:24:13.515Z Compiling serde_with_macros v3.17.0
21252026-03-13T20:24:13.546Z Compiling tower-http v0.6.8
21262026-03-13T20:24:13.617Z Compiling cargo-platform v0.1.9
21272026-03-13T20:24:13.641Z Compiling hkdf v0.12.4
21282026-03-13T20:24:13.694Z Compiling crypto-bigint v0.5.5
21292026-03-13T20:24:13.802Z Compiling clap_derive v4.5.55
21302026-03-13T20:24:13.817Z Compiling serde_repr v0.1.20
21312026-03-13T20:24:13.863Z Compiling enum-as-inner v0.6.1
21322026-03-13T20:24:13.884Z Compiling vergen v9.0.6
21332026-03-13T20:24:14.119Z Compiling clap_lex v1.0.0
21342026-03-13T20:24:14.144Z Compiling unicode-width v0.2.0
21352026-03-13T20:24:14.168Z Compiling foldhash v0.1.5
21362026-03-13T20:24:14.189Z Compiling managed v0.8.0
21372026-03-13T20:24:14.405Z Compiling bitflags v1.3.2
21382026-03-13T20:24:14.466Z Compiling bumpalo v3.20.2
21392026-03-13T20:24:14.495Z Compiling libbz2-rs-sys v0.2.2
21402026-03-13T20:24:14.541Z Compiling console v0.16.2
21412026-03-13T20:24:14.606Z Compiling hashbrown v0.15.5
21422026-03-13T20:24:14.606Z Compiling clap_builder v4.5.60
21432026-03-13T20:24:14.800Z Compiling flate2 v1.1.9
21442026-03-13T20:24:14.896Z Compiling zopfli v0.8.3
21452026-03-13T20:24:15.138Z Compiling bzip2 v0.6.1
21462026-03-13T20:24:15.268Z Compiling cargo_metadata v0.19.2
21472026-03-13T20:24:15.313Z Compiling elliptic-curve v0.13.8
21482026-03-13T20:24:15.470Z Compiling phf v0.13.1
21492026-03-13T20:24:15.670Z Compiling hyper-tls v0.6.0
21502026-03-13T20:24:15.692Z Compiling signal-hook-mio v0.2.5
21512026-03-13T20:24:15.791Z Compiling rayon v1.11.0
21522026-03-13T20:24:15.859Z Compiling daft v0.1.5
21532026-03-13T20:24:16.004Z Compiling cookie_store v0.22.1
21542026-03-13T20:24:16.049Z Compiling postgres-types v0.2.12
21552026-03-13T20:24:16.096Z Compiling bzip2 v0.4.4
21562026-03-13T20:24:16.233Z Compiling zstd v0.13.3
21572026-03-13T20:24:16.375Z Compiling strum v0.27.2
21582026-03-13T20:24:16.625Z Compiling hubpack v0.1.2
21592026-03-13T20:24:16.736Z Compiling ed25519 v2.2.3
21602026-03-13T20:24:16.774Z Compiling phf_shared v0.11.3
21612026-03-13T20:24:16.979Z Compiling pkcs1 v0.7.5
21622026-03-13T20:24:17.068Z Compiling serde-big-array v0.5.1
21632026-03-13T20:24:17.139Z Compiling hex v0.4.3
21642026-03-13T20:24:17.225Z Compiling rfc6979 v0.4.0
21652026-03-13T20:24:17.272Z Compiling bstr v1.12.1
21662026-03-13T20:24:17.487Z Compiling itertools v0.12.1
21672026-03-13T20:24:17.530Z Compiling float-cmp v0.10.0
21682026-03-13T20:24:17.547Z Compiling memmap2 v0.9.10
21692026-03-13T20:24:17.552Z Compiling env_filter v1.0.0
21702026-03-13T20:24:17.725Z Compiling encoding_rs v0.8.35
21712026-03-13T20:24:17.801Z Compiling fixedbitset v0.4.2
21722026-03-13T20:24:17.823Z Compiling fixedbitset v0.5.7
21732026-03-13T20:24:17.919Z Compiling data-encoding v2.10.0
21742026-03-13T20:24:17.938Z Compiling rustc-hash v2.1.1
21752026-03-13T20:24:18.092Z Compiling new_debug_unreachable v1.0.6
21762026-03-13T20:24:18.115Z Compiling unit-prefix v0.5.2
21772026-03-13T20:24:18.136Z Compiling mime v0.3.17
21782026-03-13T20:24:18.202Z Compiling keccak v0.1.6
21792026-03-13T20:24:18.222Z Compiling toml_write v0.1.2
21802026-03-13T20:24:18.275Z Compiling difflib v0.4.0
21812026-03-13T20:24:18.298Z Compiling static_assertions v1.1.0
21822026-03-13T20:24:18.337Z Compiling precomputed-hash v0.1.1
21832026-03-13T20:24:18.406Z Compiling normalize-line-endings v0.3.0
21842026-03-13T20:24:18.439Z Compiling whoami v2.1.0
21852026-03-13T20:24:18.475Z Compiling predicates-core v1.0.10
21862026-03-13T20:24:18.517Z Compiling jiff v0.2.21
21872026-03-13T20:24:18.557Z Compiling string_cache v0.8.9
21882026-03-13T20:24:18.656Z Compiling predicates v3.1.4
21892026-03-13T20:24:18.726Z Compiling tokio-postgres v0.7.16
21902026-03-13T20:24:18.914Z Compiling toml_edit v0.22.27
21912026-03-13T20:24:18.951Z Compiling sha3 v0.10.8
21922026-03-13T20:24:19.164Z Compiling zone v0.3.1
21932026-03-13T20:24:19.262Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21942026-03-13T20:24:19.334Z Compiling indicatif v0.18.4
21952026-03-13T20:24:19.451Z Compiling hickory-proto v0.25.2
21962026-03-13T20:24:19.539Z Compiling petgraph v0.8.3
21972026-03-13T20:24:19.656Z Compiling iddqd v0.3.17
21982026-03-13T20:24:20.018Z Compiling petgraph v0.6.5
21992026-03-13T20:24:20.388Z Compiling similar v2.7.0
22002026-03-13T20:24:21.175Z Compiling env_logger v0.11.9
22012026-03-13T20:24:21.440Z Compiling usdt v0.6.0
22022026-03-13T20:24:21.785Z Compiling serde_with v3.17.0
22032026-03-13T20:24:21.965Z Compiling ecdsa v0.16.9
22042026-03-13T20:24:22.083Z Compiling rsa v0.9.10
22052026-03-13T20:24:22.227Z Compiling zip v4.6.1
22062026-03-13T20:24:22.607Z Compiling ed25519-dalek v2.2.0
22072026-03-13T20:24:23.044Z Compiling clap v4.5.60
22082026-03-13T20:24:23.057Z Compiling crossterm v0.28.1
22092026-03-13T20:24:23.538Z Compiling zip v0.6.6
22102026-03-13T20:24:23.646Z Compiling strum v0.26.3
22112026-03-13T20:24:23.829Z Compiling toml v0.7.8
22122026-03-13T20:24:23.886Z Compiling tokio-stream v0.1.18
22132026-03-13T20:24:23.956Z Compiling buf-list v1.1.2
22142026-03-13T20:24:24.301Z Compiling x509-cert v0.2.5
22152026-03-13T20:24:24.353Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-13T20:24:24.484Z Compiling openapiv3 v2.2.0
22172026-03-13T20:24:24.588Z Compiling sha1 v0.10.6
22182026-03-13T20:24:24.739Z Compiling itertools v0.13.0
22192026-03-13T20:24:24.938Z Compiling peg-runtime v0.8.5
22202026-03-13T20:24:25.223Z Compiling lalrpop-util v0.19.12
22212026-03-13T20:24:41.148Z Compiling macaddr v1.0.1
22222026-03-13T20:24:41.302Z Compiling structmeta-derive v0.3.0
22232026-03-13T20:24:41.538Z Compiling itertools v0.14.0
22242026-03-13T20:24:42.316Z Compiling heapless v0.8.0
22252026-03-13T20:24:43.259Z Compiling ingot-macros v0.1.1
22262026-03-13T20:24:43.585Z Compiling structmeta v0.3.0
22272026-03-13T20:24:46.743Z Compiling rustls-webpki v0.103.9
22282026-03-13T20:24:48.655Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-13T20:24:49.809Z Compiling hash32 v0.3.1
22302026-03-13T20:24:49.990Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-13T20:24:49.994Z Compiling smoltcp v0.11.0
22322026-03-13T20:24:50.312Z Compiling proc-macro-crate v3.4.0
22332026-03-13T20:24:50.335Z Compiling ingot-types v0.1.2
22342026-03-13T20:24:50.396Z Compiling cobs v0.3.0
22352026-03-13T20:24:50.482Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-13T20:24:50.762Z Compiling rustls v0.22.4
22372026-03-13T20:24:50.803Z Compiling postcard v1.1.3
22382026-03-13T20:24:50.863Z Compiling proc-macro-crate v1.3.1
22392026-03-13T20:24:50.951Z Compiling num_enum_derive v0.7.5
22402026-03-13T20:24:51.003Z Compiling ingot v0.1.1
22412026-03-13T20:24:51.110Z Compiling rustls-webpki v0.102.8
22422026-03-13T20:24:51.237Z Compiling futures-executor v0.3.32
22432026-03-13T20:24:51.391Z Compiling foreign-types-macros v0.2.3
22442026-03-13T20:24:51.396Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-13T20:24:51.534Z Compiling multer v3.1.0
22462026-03-13T20:24:51.838Z Compiling tokio-rustls v0.26.4
22472026-03-13T20:24:51.882Z Compiling rustls-platform-verifier v0.6.2
22482026-03-13T20:24:51.987Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-13T20:24:52.190Z Compiling hyper-rustls v0.27.7
22502026-03-13T20:24:52.214Z Compiling thread_local v1.1.9
22512026-03-13T20:24:52.238Z Compiling cpufeatures v0.3.0
22522026-03-13T20:24:52.241Z Compiling slog-async v2.8.0
22532026-03-13T20:24:52.288Z Compiling match_cfg v0.1.0
22542026-03-13T20:24:52.321Z Compiling foreign-types-shared v0.3.1
22552026-03-13T20:24:52.352Z Compiling typeid v1.0.3
22562026-03-13T20:24:52.399Z Compiling hostname v0.3.1
22572026-03-13T20:24:52.462Z Compiling foreign-types v0.5.0
22582026-03-13T20:24:52.582Z Compiling reqwest v0.13.2
22592026-03-13T20:24:52.623Z Compiling reqwest v0.12.28
22602026-03-13T20:24:52.643Z Compiling chacha20 v0.10.0
22612026-03-13T20:24:52.646Z Compiling num_enum v0.7.5
22622026-03-13T20:24:52.805Z Compiling futures v0.3.32
22632026-03-13T20:24:52.828Z Compiling num_enum_derive v0.5.11
22642026-03-13T20:24:53.004Z Compiling derive-ex v0.1.8
22652026-03-13T20:24:53.099Z Compiling tabwriter v1.4.1
22662026-03-13T20:24:54.119Z Compiling slog-json v2.6.1
22672026-03-13T20:24:54.121Z Compiling crossbeam-channel v0.5.15
22682026-03-13T20:24:54.122Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-13T20:24:54.122Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-13T20:24:54.122Z Compiling async-stream-impl v0.3.6
22712026-03-13T20:24:54.122Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-13T20:24:54.137Z Compiling serde_spanned v1.0.4
22732026-03-13T20:24:54.166Z Compiling is-terminal v0.4.17
22742026-03-13T20:24:54.225Z Compiling cstr-argument v0.1.2
22752026-03-13T20:24:54.287Z Compiling dropshot v0.16.7
22762026-03-13T20:24:54.315Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-13T20:24:54.337Z Compiling crucible-workspace-hack v0.1.0
22782026-03-13T20:24:54.360Z Compiling take_mut v0.2.2
22792026-03-13T20:24:54.384Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-13T20:24:54.409Z Compiling erased-serde v0.4.9
22812026-03-13T20:24:54.462Z Compiling term v1.2.1
22822026-03-13T20:24:54.662Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-13T20:24:54.683Z Compiling async-stream v0.3.6
22842026-03-13T20:24:54.705Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-13T20:24:54.765Z Compiling num_enum v0.5.11
22862026-03-13T20:24:54.868Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-13T20:24:54.939Z Compiling slog-term v2.9.2
22882026-03-13T20:24:54.960Z Compiling slog-bunyan v2.5.0
22892026-03-13T20:24:55.052Z Compiling rand v0.10.0
22902026-03-13T20:24:55.145Z Compiling test-strategy v0.4.5
22912026-03-13T20:24:55.210Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-13T20:24:55.505Z Compiling parse-display-derive v0.10.0
22932026-03-13T20:24:56.142Z Compiling tokio-rustls v0.25.0
22942026-03-13T20:24:56.192Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-13T20:24:56.331Z Compiling backon v1.6.0
22962026-03-13T20:24:56.487Z Compiling waitgroup v0.1.2
22972026-03-13T20:24:56.516Z Compiling newtype-uuid-macros v0.1.0
22982026-03-13T20:24:56.593Z Compiling dropshot_endpoint v0.16.7
22992026-03-13T20:24:56.637Z Compiling rustls-pemfile v2.2.0
23002026-03-13T20:24:56.678Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012026-03-13T20:24:56.702Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-13T20:24:56.861Z Compiling serde_path_to_error v0.1.20
23032026-03-13T20:24:56.891Z Compiling hostname v0.4.2
23042026-03-13T20:24:57.006Z Compiling instant v0.1.13
23052026-03-13T20:24:57.028Z Compiling colored v3.1.1
23062026-03-13T20:24:57.067Z Compiling debug-ignore v1.0.5
23072026-03-13T20:24:57.126Z Compiling libefi-sys v0.1.0
23082026-03-13T20:24:57.183Z Compiling backoff v0.4.0
23092026-03-13T20:24:57.243Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-03-13T20:24:57.262Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-13T20:24:57.320Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-13T20:24:57.476Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-13T20:24:57.501Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-13T20:24:57.553Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-13T20:24:57.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-13T20:24:57.616Z Compiling camino-tempfile v1.4.1
23172026-03-13T20:24:57.637Z Compiling parse-display v0.10.0
23182026-03-13T20:24:57.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-13T20:24:58.031Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-03-13T20:24:58.150Z Compiling usdt-attr-macro v0.5.0
23212026-03-13T20:24:58.199Z Compiling usdt-macro v0.5.0
23222026-03-13T20:24:58.350Z Compiling secrecy v0.10.3
23232026-03-13T20:24:58.591Z Compiling num-derive v0.4.2
23242026-03-13T20:24:58.613Z Compiling bitfield-struct v0.6.2
23252026-03-13T20:24:58.671Z Compiling regress v0.10.5
23262026-03-13T20:24:58.796Z Compiling ordered-float v2.10.1
23272026-03-13T20:24:59.137Z Compiling blake3 v1.8.3
23282026-03-13T20:24:59.164Z Compiling memmap v0.7.0
23292026-03-13T20:24:59.204Z Compiling sigpipe v0.1.3
23302026-03-13T20:24:59.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-13T20:24:59.337Z Compiling glob v0.3.3
23322026-03-13T20:24:59.473Z Compiling usdt v0.5.0
23332026-03-13T20:24:59.496Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-13T20:24:59.544Z Compiling serde-value v0.7.0
23352026-03-13T20:24:59.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-13T20:24:59.841Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23372026-03-13T20:24:59.960Z Compiling serde-untagged v0.1.9
23382026-03-13T20:24:59.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-13T20:25:00.227Z Compiling toml v0.8.23
23402026-03-13T20:25:00.310Z Compiling smf v0.2.3
23412026-03-13T20:25:00.332Z Compiling filetime v0.2.27
23422026-03-13T20:25:00.362Z Compiling constant_time_eq v0.4.2
23432026-03-13T20:25:00.417Z Compiling arrayref v0.3.9
23442026-03-13T20:25:00.507Z Compiling whoami v1.6.1
23452026-03-13T20:25:00.531Z Compiling same-file v1.0.6
23462026-03-13T20:25:00.577Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-13T20:25:00.615Z Compiling arrayvec v0.7.6
23482026-03-13T20:25:00.635Z Compiling unicode-xid v0.2.6
23492026-03-13T20:25:00.702Z Compiling xattr v1.6.1
23502026-03-13T20:25:00.722Z Compiling walkdir v2.5.0
23512026-03-13T20:25:00.753Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-13T20:25:00.776Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-13T20:25:00.834Z Compiling tokio-dtrace v0.1.1
23542026-03-13T20:25:01.014Z Compiling cargo-util-schemas v0.8.2
23552026-03-13T20:25:01.111Z Compiling tar v0.4.44
23562026-03-13T20:25:01.131Z Compiling gethostname v0.5.0
23572026-03-13T20:25:01.331Z Compiling cargo-platform v0.2.0
23582026-03-13T20:25:01.351Z Compiling topological-sort v0.2.2
23592026-03-13T20:25:01.614Z Compiling oxide-tokio-rt v0.1.3
23602026-03-13T20:25:01.707Z Compiling indent_write v2.2.0
23612026-03-13T20:25:01.732Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-13T20:25:01.882Z Compiling shell-words v1.1.1
23632026-03-13T20:25:02.644Z Compiling cargo_metadata v0.21.0
23642026-03-13T20:25:13.731Z Compiling progenitor-client v0.13.0
23652026-03-13T20:25:13.770Z Compiling progenitor-client v0.10.0
23662026-03-13T20:25:13.770Z Compiling omicron-zone-package v0.12.2
23672026-03-13T20:25:13.866Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-13T20:25:13.866Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-13T20:25:13.882Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-13T20:25:13.928Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-13T20:25:14.219Z Compiling progenitor-extras v0.1.1
23722026-03-13T20:25:14.541Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-13T20:25:23.953Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-13T20:25:25.245Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-13T20:25:33.845Z Finished `release` profile [optimized] target(s) in 1m 55s
23762026-03-13T20:25:34.029Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-13T20:25:34.092ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-13T20:25:34.094ZCreated new build target 'test' and set it as active
23792026-03-13T20:25:34.094Z
23802026-03-13T20:25:34.095Zreal 1:56.030862275
23812026-03-13T20:25:34.095Zuser 20:42.720503001
23822026-03-13T20:25:34.095Zsys 3:04.537276553
23832026-03-13T20:25:34.095Ztrap 0.538682485
23842026-03-13T20:25:34.095Ztflt 3.123587098
23852026-03-13T20:25:34.095Zdflt 4.050618634
23862026-03-13T20:25:34.095Zkflt 0.000472325
23872026-03-13T20:25:34.098Zlock 48:00.407546884
23882026-03-13T20:25:34.098Zslp 1:12:08.763145961
23892026-03-13T20:25:34.098Zlat 47.582983566
23902026-03-13T20:25:34.098Zstop 6:53.832445585
23912026-03-13T20:25:34.098Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-13T20:25:35.197Z Finished `release` profile [optimized] target(s) in 1.08s
23932026-03-13T20:25:35.264Z Running `target/release/omicron-package -t test package`
23942026-03-13T20:25:35.322ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-13T20:25:37.107Z Compiling regress v0.10.5
23962026-03-13T20:25:37.107Z Compiling heck v0.5.0
23972026-03-13T20:25:37.110Z Compiling unsafe-libyaml v0.2.11
23982026-03-13T20:25:37.110Z Compiling convert_case v0.4.0
23992026-03-13T20:25:37.377Z Compiling half v2.7.1
24002026-03-13T20:25:37.380Z Compiling ciborium-io v0.2.2
24012026-03-13T20:25:37.427Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-13T20:25:37.430Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-13T20:25:37.453Z Compiling prettyplease v0.2.37
24042026-03-13T20:25:37.480Z Compiling universal-hash v0.5.1
24052026-03-13T20:25:37.483Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-13T20:25:37.483Z Compiling unicode-width v0.1.14
24072026-03-13T20:25:37.483Z Compiling opaque-debug v0.3.1
24082026-03-13T20:25:37.483Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-13T20:25:37.510Z Compiling chacha20 v0.9.1
24102026-03-13T20:25:37.539Z Compiling typify-impl v0.6.1
24112026-03-13T20:25:37.570Z Compiling password-hash v0.5.0
24122026-03-13T20:25:37.681Z Compiling blake2 v0.10.6
24132026-03-13T20:25:37.777Z Compiling derive_more v0.99.20
24142026-03-13T20:25:37.806Z Compiling ciborium-ll v0.2.2
24152026-03-13T20:25:37.885Z Compiling poly1305 v0.8.0
24162026-03-13T20:25:37.910Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-03-13T20:25:37.951Z Compiling aead v0.5.2
24182026-03-13T20:25:38.010Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-13T20:25:38.096Z Compiling ciborium v0.2.2
24202026-03-13T20:25:38.185Z Compiling is-terminal v0.4.17
24212026-03-13T20:25:38.223Z Compiling swrite v0.1.0
24222026-03-13T20:25:38.251Z Compiling chacha20poly1305 v0.10.1
24232026-03-13T20:25:38.340Z Compiling argon2 v0.5.3
24242026-03-13T20:25:38.385Z Compiling serde_spanned v1.0.4
24252026-03-13T20:25:38.434Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-13T20:25:38.511Z Compiling bytecount v0.6.9
24272026-03-13T20:25:38.619Z Compiling rustls v0.22.4
24282026-03-13T20:25:38.657Z Compiling rustls-webpki v0.102.8
24292026-03-13T20:25:38.736Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-13T20:25:38.764Z Compiling derive-where v1.6.0
24312026-03-13T20:25:38.789Z Compiling thread_local v1.1.9
24322026-03-13T20:25:38.886Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-03-13T20:25:38.920Z Compiling match_cfg v0.1.0
24342026-03-13T20:25:39.031Z Compiling hostname v0.3.1
24352026-03-13T20:25:39.100Z Compiling thiserror-no-std v2.0.2
24362026-03-13T20:25:39.231Z Compiling vsss-rs v3.3.4
24372026-03-13T20:25:39.259Z Compiling multer v3.1.0
24382026-03-13T20:25:39.291Z Compiling slog-async v2.8.0
24392026-03-13T20:25:39.347Z Compiling slog-json v2.6.1
24402026-03-13T20:25:39.380Z Compiling crossbeam-channel v0.5.15
24412026-03-13T20:25:39.402Z Compiling futures-executor v0.3.32
24422026-03-13T20:25:39.629Z Compiling take_mut v0.2.2
24432026-03-13T20:25:39.663Z Compiling term v1.2.1
24442026-03-13T20:25:39.733Z Compiling futures v0.3.32
24452026-03-13T20:25:39.748Z Compiling slog-bunyan v2.5.0
24462026-03-13T20:25:39.868Z Compiling async-stream v0.3.6
24472026-03-13T20:25:39.894Z Compiling dropshot v0.16.7
24482026-03-13T20:25:39.993Z Compiling progenitor-client v0.13.0
24492026-03-13T20:25:40.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-13T20:25:40.100Z Compiling slog-term v2.9.2
24512026-03-13T20:25:40.152Z Compiling waitgroup v0.1.2
24522026-03-13T20:25:40.282Z Compiling backon v1.6.0
24532026-03-13T20:25:40.352Z Compiling rustls-pemfile v2.2.0
24542026-03-13T20:25:40.385Z Compiling serde_path_to_error v0.1.20
24552026-03-13T20:25:40.389Z Compiling hostname v0.4.2
24562026-03-13T20:25:40.389Z Compiling instant v0.1.13
24572026-03-13T20:25:40.474Z Compiling debug-ignore v1.0.5
24582026-03-13T20:25:40.477Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-13T20:25:40.538Z Compiling backoff v0.4.0
24602026-03-13T20:25:40.568Z Compiling progenitor-extras v0.1.1
24612026-03-13T20:25:40.571Z Compiling parse-display v0.10.0
24622026-03-13T20:25:40.625Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-03-13T20:25:40.628Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-13T20:25:40.628Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-13T20:25:40.717Z Compiling progenitor-client v0.10.0
24662026-03-13T20:25:40.812Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-13T20:25:40.837Z Compiling macaddr v1.0.1
24682026-03-13T20:25:40.838Z Compiling console v0.15.11
24692026-03-13T20:25:40.920Z Compiling atomicwrites v0.4.4
24702026-03-13T20:25:40.952Z Compiling newline-converter v0.3.0
24712026-03-13T20:25:40.999Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-03-13T20:25:41.009Z Compiling num-rational v0.4.2
24732026-03-13T20:25:41.134Z Compiling num-complex v0.4.6
24742026-03-13T20:25:41.202Z Compiling slog-dtrace v0.3.0
24752026-03-13T20:25:41.230Z Compiling async-recursion v1.1.1
24762026-03-13T20:25:41.308Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24772026-03-13T20:25:41.469Z Compiling expectorate v1.2.0
24782026-03-13T20:25:41.581Z Compiling owo-colors v4.3.0
24792026-03-13T20:25:41.607Z Compiling cancel-safe-futures v0.1.5
24802026-03-13T20:25:41.775Z Compiling tokio-rustls v0.25.0
24812026-03-13T20:25:41.805Z Compiling num v0.4.3
24822026-03-13T20:25:41.878Z Compiling float-ord v0.3.2
24832026-03-13T20:25:42.027Z Compiling libsw-core v0.3.2
24842026-03-13T20:25:42.102Z Compiling resolv-conf v0.7.6
24852026-03-13T20:25:42.149Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-13T20:25:42.240Z Compiling toml v0.8.23
24872026-03-13T20:25:42.285Z Compiling libsw v3.5.0
24882026-03-13T20:25:42.341Z Compiling linear-map v1.2.0
24892026-03-13T20:25:42.451Z Compiling linked-hash-map v0.5.6
24902026-03-13T20:25:42.557Z Compiling minimal-lexical v0.2.1
24912026-03-13T20:25:42.671Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-13T20:25:42.674Z Compiling unicode-xid v0.2.6
24932026-03-13T20:25:42.777Z Compiling lru-cache v0.1.2
24942026-03-13T20:25:42.885Z Compiling nom v7.1.3
24952026-03-13T20:25:42.919Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-13T20:25:42.919Z Compiling globset v0.4.18
24972026-03-13T20:25:42.974Z Compiling hickory-proto v0.24.4
24982026-03-13T20:25:43.005Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-13T20:25:43.077Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-03-13T20:25:43.427Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25012026-03-13T20:25:43.603Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-03-13T20:25:44.682Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-03-13T20:25:44.711Z Compiling typify-macro v0.6.1
25042026-03-13T20:25:44.831Z Compiling convert_case v0.10.0
25052026-03-13T20:25:45.233Z Compiling derive_more-impl v2.1.1
25062026-03-13T20:25:46.305Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-13T20:25:46.338Z Compiling hickory-resolver v0.24.4
25082026-03-13T20:25:46.448Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-03-13T20:25:46.485Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-03-13T20:25:46.591Z Compiling pin-project-internal v1.1.11
25112026-03-13T20:25:46.770Z Compiling derive_more v2.1.1
25122026-03-13T20:25:46.855Z Compiling typify v0.6.1
25132026-03-13T20:25:47.026Z Compiling progenitor-impl v0.13.0
25142026-03-13T20:25:47.832Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-13T20:25:48.066Z Compiling qorb v0.4.1
25162026-03-13T20:25:48.114Z Compiling pin-project v1.1.11
25172026-03-13T20:25:48.276Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-13T20:25:48.477Z Compiling pem v3.0.6
25192026-03-13T20:25:48.539Z Compiling snafu-derive v0.8.9
25202026-03-13T20:25:49.399Z Compiling termtree v0.5.1
25212026-03-13T20:25:49.652Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-13T20:25:49.709Z Compiling crossterm v0.29.0
25232026-03-13T20:25:50.182Z Compiling progenitor-macro v0.13.0
25242026-03-13T20:25:50.918Z Compiling snafu v0.8.9
25252026-03-13T20:25:51.084Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-03-13T20:25:51.113Z Compiling phf_shared v0.12.1
25272026-03-13T20:25:51.455Z Compiling olpc-cjson v0.1.4
25282026-03-13T20:25:51.704Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-13T20:25:51.760Z Compiling serde_plain v1.0.2
25302026-03-13T20:25:52.163Z Compiling csv-core v0.1.13
25312026-03-13T20:25:52.433Z Compiling vte v0.14.1
25322026-03-13T20:25:52.748Z Compiling typed-path v0.9.3
25332026-03-13T20:25:52.751Z Compiling highway v1.3.0
25342026-03-13T20:25:53.696Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-03-13T20:25:53.784Z Compiling chrono-tz v0.10.4
25362026-03-13T20:25:53.864Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-13T20:25:54.118Z Compiling strip-ansi-escapes v0.2.1
25382026-03-13T20:25:54.329Z Compiling tough v0.20.0
25392026-03-13T20:25:54.890Z Compiling csv v1.4.0
25402026-03-13T20:25:54.937Z Compiling phf v0.12.1
25412026-03-13T20:25:55.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-13T20:25:55.283Z Compiling const_format_proc_macros v0.2.34
25432026-03-13T20:25:55.881Z Compiling papergrid v0.11.0
25442026-03-13T20:25:56.165Z Compiling progenitor v0.13.0
25452026-03-13T20:25:56.245Z Compiling fd-lock v4.0.4
25462026-03-13T20:25:56.394Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-13T20:25:56.426Z Compiling peg-macros v0.8.5
25482026-03-13T20:25:56.457Z Compiling tabled_derive v0.7.0
25492026-03-13T20:25:56.844Z Compiling nu-ansi-term v0.50.3
25502026-03-13T20:25:57.290Z Compiling reedline v0.40.0
25512026-03-13T20:25:57.560Z Compiling const_format v0.2.35
25522026-03-13T20:25:57.728Z Compiling tabled v0.15.0
25532026-03-13T20:25:57.823Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-13T20:25:58.184Z Compiling peg v0.8.5
25552026-03-13T20:25:58.314Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-13T20:25:58.416Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-03-13T20:25:59.231Z Compiling bcs v0.1.6
25582026-03-13T20:25:59.418Z Compiling semver v0.1.20
25592026-03-13T20:25:59.792Z Compiling rustc_version v0.1.7
25602026-03-13T20:25:59.821Z Compiling base64 v0.21.7
25612026-03-13T20:26:00.116Z Compiling newtype_derive v0.1.6
25622026-03-13T20:26:00.418Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-03-13T20:26:00.499Z Compiling typify-impl v0.4.3
25642026-03-13T20:26:00.772Z Compiling unicode-linebreak v0.1.5
25652026-03-13T20:26:01.139Z Compiling humantime v2.3.0
25662026-03-13T20:26:01.811Z Compiling smawk v0.3.2
25672026-03-13T20:26:02.037Z Compiling textwrap v0.16.2
25682026-03-13T20:26:02.099Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-03-13T20:26:02.157Z Compiling dropshot-api-manager-types v0.6.0
25702026-03-13T20:26:02.245Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-13T20:26:02.461Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-03-13T20:26:02.880Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-13T20:26:03.017Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-13T20:26:03.057Z Compiling steno v0.4.1
25752026-03-13T20:26:03.990Z Compiling utf-8 v0.7.6
25762026-03-13T20:26:04.140Z Compiling tagptr v0.2.0
25772026-03-13T20:26:04.283Z Compiling tungstenite v0.21.0
25782026-03-13T20:26:04.394Z Compiling moka v0.12.13
25792026-03-13T20:26:05.337Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-13T20:26:05.540Z Compiling tokio-tungstenite v0.21.0
25812026-03-13T20:26:05.689Z Compiling typify-macro v0.4.3
25822026-03-13T20:26:06.053Z Compiling radium v0.7.0
25832026-03-13T20:26:06.292Z Compiling hickory-resolver v0.25.2
25842026-03-13T20:26:06.483Z Compiling tap v1.0.1
25852026-03-13T20:26:06.675Z Compiling maybe-uninit v2.0.0
25862026-03-13T20:26:07.160Z Compiling wyz v0.5.1
25872026-03-13T20:26:07.308Z Compiling zerocopy-derive v0.6.6
25882026-03-13T20:26:07.499Z Compiling packed_struct v0.10.1
25892026-03-13T20:26:07.559Z Compiling crc-catalog v2.4.0
25902026-03-13T20:26:07.724Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-13T20:26:07.853Z Compiling typify v0.4.3
25922026-03-13T20:26:08.024Z Compiling progenitor-impl v0.10.0
25932026-03-13T20:26:08.290Z Compiling funty v2.0.0
25942026-03-13T20:26:08.401Z Compiling display-error-chain v0.2.2
25952026-03-13T20:26:08.630Z Compiling zerocopy v0.6.6
25962026-03-13T20:26:09.173Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-13T20:26:09.633Z Compiling bitvec v1.0.1
25982026-03-13T20:26:10.999Z Compiling crc v3.4.0
25992026-03-13T20:26:11.129Z Compiling progenitor-macro v0.10.0
26002026-03-13T20:26:11.701Z Compiling packed_struct_codegen v0.10.1
26012026-03-13T20:26:12.197Z Compiling bitfield-macros v0.19.4
26022026-03-13T20:26:12.315Z Compiling indexmap v1.9.3
26032026-03-13T20:26:12.629Z Compiling nodrop v0.1.14
26042026-03-13T20:26:12.803Z Compiling array-init v0.0.4
26052026-03-13T20:26:13.185Z Compiling bitfield v0.19.4
26062026-03-13T20:26:13.212Z Compiling smallvec v0.6.14
26072026-03-13T20:26:13.412Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-03-13T20:26:13.583Z Compiling num-derive v0.3.3
26092026-03-13T20:26:13.672Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-13T20:26:14.167Z Compiling hashbrown v0.12.3
26112026-03-13T20:26:14.226Z Compiling proc-macro-error2 v2.0.1
26122026-03-13T20:26:14.626Z Compiling serde-hex v0.1.0
26132026-03-13T20:26:14.781Z Compiling libscf-sys v1.1.0
26142026-03-13T20:26:14.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-13T20:26:15.015Z Compiling ron v0.8.1
26162026-03-13T20:26:15.159Z Compiling hashbrown v0.13.2
26172026-03-13T20:26:15.294Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-03-13T20:26:15.528Z Compiling vergen-gitcl v1.0.8
26192026-03-13T20:26:15.694Z Compiling dirs-sys-next v0.1.2
26202026-03-13T20:26:15.725Z Compiling crc-any v2.5.0
26212026-03-13T20:26:15.849Z Compiling maplit v1.0.2
26222026-03-13T20:26:15.978Z Compiling glob v0.3.3
26232026-03-13T20:26:16.012Z Compiling crunchy v0.2.4
26242026-03-13T20:26:16.045Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-13T20:26:16.330Z Compiling dirs-next v2.0.0
26262026-03-13T20:26:16.442Z Compiling object v0.30.4
26272026-03-13T20:26:16.491Z Compiling clang-sys v1.8.1
26282026-03-13T20:26:16.564Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-13T20:26:16.924Z Compiling tabled_derive v0.11.0
26302026-03-13T20:26:17.026Z Compiling papergrid v0.17.0
26312026-03-13T20:26:17.093Z Compiling progenitor v0.10.0
26322026-03-13T20:26:17.129Z Compiling testing_table v0.3.0
26332026-03-13T20:26:17.318Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26342026-03-13T20:26:17.528Z Compiling dsl_auto_type v0.1.3
26352026-03-13T20:26:17.560Z Compiling scheduled-thread-pool v0.2.7
26362026-03-13T20:26:17.593Z Compiling diesel_table_macro_syntax v0.2.0
26372026-03-13T20:26:17.626Z Compiling tiny-keccak v2.0.2
26382026-03-13T20:26:17.658Z Compiling path-slash v0.1.5
26392026-03-13T20:26:17.888Z Compiling r2d2 v0.8.10
26402026-03-13T20:26:18.006Z Compiling term v0.7.0
26412026-03-13T20:26:18.273Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-13T20:26:18.304Z Compiling diesel_derives v2.2.7
26432026-03-13T20:26:18.334Z Compiling arc-swap v1.8.2
26442026-03-13T20:26:18.365Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-13T20:26:18.436Z Compiling xshell-macros v0.2.7
26462026-03-13T20:26:18.693Z Compiling tabled v0.20.0
26472026-03-13T20:26:18.696Z Compiling bit-vec v0.6.3
26482026-03-13T20:26:18.821Z Compiling slog-scope v4.4.1
26492026-03-13T20:26:18.848Z Compiling ascii-canvas v3.0.0
26502026-03-13T20:26:18.969Z Compiling xshell v0.2.7
26512026-03-13T20:26:19.026Z Compiling bit-set v0.5.3
26522026-03-13T20:26:19.283Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-13T20:26:19.366Z Compiling itertools v0.10.5
26542026-03-13T20:26:19.550Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-13T20:26:19.867Z Compiling ena v0.14.4
26562026-03-13T20:26:20.188Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-03-13T20:26:20.216Z Compiling libloading v0.8.9
26582026-03-13T20:26:20.531Z Compiling unicase v2.9.0
26592026-03-13T20:26:20.667Z Compiling diff v0.1.13
26602026-03-13T20:26:20.885Z Compiling regex-syntax v0.6.29
26612026-03-13T20:26:20.922Z Compiling bindgen v0.71.1
26622026-03-13T20:26:22.748Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-13T20:26:23.336Z Compiling lalrpop v0.19.12
26642026-03-13T20:26:23.666Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-13T20:26:23.989Z Compiling diesel v2.2.12
26662026-03-13T20:26:24.484Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-03-13T20:26:24.752Z Compiling slog-stdlog v4.1.1
26682026-03-13T20:26:25.200Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-13T20:26:25.331Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-13T20:26:25.488Z Compiling cexpr v0.6.0
26712026-03-13T20:26:25.789Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-13T20:26:26.099Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-13T20:26:26.128Z Compiling crc8 v0.1.1
26742026-03-13T20:26:26.416Z Compiling slog-envlogger v2.2.0
26752026-03-13T20:26:26.419Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-13T20:26:26.656Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-13T20:26:26.894Z Compiling headers-core v0.3.0
26782026-03-13T20:26:27.084Z Compiling libxml v0.3.3
26792026-03-13T20:26:27.487Z Compiling headers v0.4.1
26802026-03-13T20:26:27.530Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-13T20:26:27.799Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-13T20:26:27.950Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-13T20:26:28.097Z Compiling strum_macros v0.24.3
26842026-03-13T20:26:28.533Z Compiling indoc v1.0.9
26852026-03-13T20:26:29.163Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-13T20:26:29.216Z Compiling derive_builder v0.20.2
26872026-03-13T20:26:29.418Z Compiling oso-derive v0.27.3
26882026-03-13T20:26:29.455Z Compiling quick-xml v0.37.5
26892026-03-13T20:26:29.627Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-13T20:26:29.851Z Compiling half v1.8.3
26912026-03-13T20:26:30.120Z Compiling openssl-probe v0.1.6
26922026-03-13T20:26:30.294Z Compiling serde_cbor v0.11.2
26932026-03-13T20:26:30.481Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-13T20:26:30.532Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-13T20:26:31.451Z Compiling diesel-dtrace v0.4.2
26962026-03-13T20:26:31.504Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-13T20:26:31.533Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-13T20:26:31.683Z Compiling bb8 v0.8.6
26992026-03-13T20:26:31.711Z Compiling trait-variant v0.1.2
27002026-03-13T20:26:31.898Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-13T20:26:31.923Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-13T20:26:32.231Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-13T20:26:32.344Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-13T20:26:32.499Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-13T20:26:32.651Z Compiling fxhash v0.2.1
27062026-03-13T20:26:32.872Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-13T20:26:33.060Z Compiling kstat-rs v0.2.4
27082026-03-13T20:26:33.099Z Compiling libz-sys v1.1.24
27092026-03-13T20:26:33.235Z Compiling nonempty v0.12.0
27102026-03-13T20:26:33.267Z Compiling salty v0.3.0
27112026-03-13T20:26:33.317Z Compiling samael v0.0.19
27122026-03-13T20:26:33.536Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-13T20:26:33.730Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-13T20:26:33.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27152026-03-13T20:26:34.076Z Compiling progenitor-impl v0.11.2
27162026-03-13T20:26:34.130Z Compiling darling_core v0.23.0
27172026-03-13T20:26:34.367Z Compiling nanorand v0.7.0
27182026-03-13T20:26:34.702Z Compiling fs-err v2.11.0
27192026-03-13T20:26:34.782Z Compiling polar-core v0.27.3
27202026-03-13T20:26:34.866Z Compiling parking_lot_core v0.8.6
27212026-03-13T20:26:35.321Z Compiling mime_guess v2.0.5
27222026-03-13T20:26:35.459Z Compiling flume v0.11.1
27232026-03-13T20:26:35.996Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27242026-03-13T20:26:36.055Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-03-13T20:26:37.288Z Compiling progenitor-macro v0.11.2
27262026-03-13T20:26:37.386Z Compiling darling_macro v0.23.0
27272026-03-13T20:26:37.965Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-03-13T20:26:38.082Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-03-13T20:26:38.862Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-03-13T20:26:40.640Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-13T20:26:41.392Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-03-13T20:26:41.741Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-03-13T20:26:43.245Z Compiling progenitor-client v0.11.2
27342026-03-13T20:26:43.986Z Compiling git-stub v1.0.0
27352026-03-13T20:26:44.233Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-03-13T20:26:44.362Z Compiling instability v0.3.11
27372026-03-13T20:26:44.704Z Compiling git-stub-vcs v0.1.0
27382026-03-13T20:26:45.180Z Compiling progenitor v0.11.2
27392026-03-13T20:26:45.208Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-03-13T20:26:45.406Z Compiling darling v0.23.0
27412026-03-13T20:26:45.548Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-03-13T20:26:48.442Z Compiling oso v0.27.3
27432026-03-13T20:26:48.685Z Compiling async-bb8-diesel v0.2.1
27442026-03-13T20:26:49.446Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-03-13T20:26:49.604Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-03-13T20:26:49.794Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-03-13T20:26:50.189Z Compiling ignore v0.4.25
27482026-03-13T20:26:51.199Z Compiling primeorder v0.13.6
27492026-03-13T20:26:51.611Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-13T20:26:53.157Z Compiling castaway v0.2.4
27512026-03-13T20:26:53.355Z Compiling atty v0.2.14
27522026-03-13T20:26:53.536Z Compiling nibble_vec v0.1.0
27532026-03-13T20:26:53.597Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-13T20:26:53.729Z Compiling indoc v2.0.7
27552026-03-13T20:26:53.768Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-13T20:26:53.907Z Compiling http-range v0.1.5
27572026-03-13T20:26:54.086Z Compiling parse-size v1.1.0
27582026-03-13T20:26:54.142Z Compiling endian-type v0.1.2
27592026-03-13T20:26:54.364Z Compiling radix_trie v0.2.1
27602026-03-13T20:26:54.367Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-13T20:26:54.547Z Compiling compact_str v0.8.1
27622026-03-13T20:26:54.954Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-13T20:26:56.042Z Compiling p384 v0.13.1
27642026-03-13T20:26:56.653Z Compiling globwalk v0.9.1
27652026-03-13T20:26:56.949Z Compiling parking_lot v0.11.2
27662026-03-13T20:26:57.488Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-13T20:26:58.120Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-13T20:26:58.423Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-13T20:26:58.724Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-13T20:26:58.750Z Compiling predicates-tree v1.0.13
27712026-03-13T20:26:58.811Z Compiling unicode-truncate v1.1.0
27722026-03-13T20:26:59.069Z Compiling lru v0.12.5
27732026-03-13T20:26:59.239Z Compiling prefix-trie v0.7.0
27742026-03-13T20:26:59.342Z Compiling vergen-git2 v1.0.7
27752026-03-13T20:26:59.367Z Compiling cassowary v0.3.0
27762026-03-13T20:26:59.694Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-13T20:26:59.873Z Compiling hickory-server v0.25.2
27782026-03-13T20:27:00.246Z Compiling ratatui v0.29.0
27792026-03-13T20:27:00.400Z Compiling camino-tempfile-ext v0.3.3
27802026-03-13T20:27:00.867Z Compiling hyper-staticfile v0.10.1
27812026-03-13T20:27:01.340Z Compiling sled v0.34.7
27822026-03-13T20:27:02.428Z Compiling hickory-client v0.25.2
27832026-03-13T20:27:03.279Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-13T20:27:03.306Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-13T20:27:03.410Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-13T20:27:03.607Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-13T20:27:04.123Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-13T20:27:04.460Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-13T20:27:04.723Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-13T20:27:05.210Z Compiling rand_seeder v0.4.0
27912026-03-13T20:27:05.473Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-13T20:27:05.537Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-13T20:27:05.874Z Compiling lzma-sys v0.1.20
27942026-03-13T20:27:06.099Z Compiling corncobs v0.1.4
27952026-03-13T20:27:06.423Z Compiling rustls v0.21.12
27962026-03-13T20:27:06.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-13T20:27:06.628Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-13T20:27:06.836Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-13T20:27:06.860Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-13T20:27:07.122Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-13T20:27:07.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-13T20:27:07.242Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-13T20:27:07.560Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-13T20:27:07.831Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-13T20:27:08.312Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-13T20:27:08.790Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-13T20:27:10.991Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-13T20:27:12.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-13T20:27:12.315Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-13T20:27:12.418Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-13T20:27:12.453Z Compiling cargo_toml v0.22.3
28122026-03-13T20:27:12.616Z Compiling sct v0.7.1
28132026-03-13T20:27:12.727Z Compiling rustls-webpki v0.101.7
28142026-03-13T20:27:12.963Z Compiling nix v0.29.0
28152026-03-13T20:27:13.515Z Compiling secrecy v0.8.0
28162026-03-13T20:27:13.731Z Compiling void v1.0.2
28172026-03-13T20:27:13.917Z Compiling lzss v0.8.2
28182026-03-13T20:27:14.971Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-13T20:27:15.516Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-13T20:27:15.675Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-13T20:27:15.820Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-13T20:27:16.141Z Compiling git2 v0.20.4
28232026-03-13T20:27:16.605Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-13T20:27:17.556Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-13T20:27:17.717Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-13T20:27:17.901Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-13T20:27:18.128Z Compiling tungstenite v0.23.0
28282026-03-13T20:27:18.213Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-13T20:27:18.540Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-03-13T20:27:18.568Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-13T20:27:18.848Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-13T20:27:18.885Z Compiling nix v0.27.1
28332026-03-13T20:27:19.154Z Compiling serde_bytes v0.11.19
28342026-03-13T20:27:20.197Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-03-13T20:27:20.379Z Compiling tokio-tungstenite v0.23.1
28362026-03-13T20:27:20.647Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-13T20:27:20.701Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-03-13T20:27:20.813Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-13T20:27:20.865Z Compiling ron v0.12.0
28402026-03-13T20:27:21.261Z Compiling xz2 v0.1.7
28412026-03-13T20:27:21.796Z Compiling tokio-rustls v0.24.1
28422026-03-13T20:27:22.171Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-13T20:27:22.910Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-13T20:27:24.479Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-13T20:27:26.097Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-13T20:27:27.290Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-13T20:27:27.615Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-13T20:27:28.282Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-13T20:27:30.255Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-13T20:27:30.391Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-13T20:27:30.481Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-13T20:27:30.933Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-13T20:27:31.586Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-13T20:27:33.817Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-13T20:27:34.067Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-03-13T20:27:35.621Z Compiling rustls-pemfile v1.0.4
28572026-03-13T20:27:36.160Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-13T20:27:36.201Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-13T20:27:38.028Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-13T20:27:38.333Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-13T20:27:38.364Z Compiling signal-hook-tokio v0.3.1
28622026-03-13T20:27:38.507Z Compiling yasna v0.5.2
28632026-03-13T20:27:38.555Z Compiling twox-hash v2.1.2
28642026-03-13T20:27:38.608Z Compiling is_ci v1.2.0
28652026-03-13T20:27:38.834Z Compiling base16ct v1.0.0
28662026-03-13T20:27:38.875Z Compiling supports-color v3.0.2
28672026-03-13T20:27:39.257Z Compiling rcgen v0.12.1
28682026-03-13T20:27:39.260Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-13T20:27:39.433Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-13T20:27:39.672Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-13T20:27:39.744Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-13T20:27:40.516Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-13T20:27:41.139Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-13T20:27:43.518Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-13T20:27:45.130Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-13T20:27:45.298Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-13T20:27:45.416Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-13T20:27:47.013Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-13T20:27:47.322Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-13T20:27:47.567Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-13T20:27:47.664Z Compiling fatfs v0.3.6
28822026-03-13T20:27:47.843Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-13T20:27:49.334Z Compiling subprocess v0.2.15
28842026-03-13T20:27:50.415Z Compiling rtoolbox v0.0.3
28852026-03-13T20:27:50.760Z Compiling assert_matches v1.5.0
28862026-03-13T20:27:50.899Z Compiling seq-macro v0.3.6
28872026-03-13T20:27:51.253Z Compiling rpassword v7.4.0
28882026-03-13T20:27:51.580Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-13T20:27:51.653Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-13T20:27:52.185Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-13T20:27:52.956Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-13T20:27:56.078Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-13T20:27:56.252Z Compiling tui-tree-widget v0.23.1
28942026-03-13T20:27:56.698Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-13T20:27:56.867Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-13T20:27:57.584Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-13T20:27:58.279Z Compiling uzers v0.12.2
28982026-03-13T20:28:00.204Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-13T20:28:00.972Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29002026-03-13T20:28:02.600Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-13T20:28:04.266Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-13T20:28:06.479Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-13T20:28:09.582Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-13T20:28:10.575Z Compiling support-bundle-viewer v0.1.2
29052026-03-13T20:28:11.174Z Compiling multimap v0.10.1
29062026-03-13T20:28:32.059Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-13T20:28:32.059Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-13T20:35:42.165Z Finished `release` profile [optimized] target(s) in 10m 06s
29092026-03-13T20:36:37.611Z
29102026-03-13T20:36:37.615Zreal 11:03.293875031
29112026-03-13T20:36:37.615Zuser 1:44:53.049116937
29122026-03-13T20:36:37.615Zsys 4:12.723592081
29132026-03-13T20:36:37.615Ztrap 2.351985187
29142026-03-13T20:36:37.615Ztflt 2.795295556
29152026-03-13T20:36:37.615Zdflt 15.791182330
29162026-03-13T20:36:37.615Zkflt 0.087424423
29172026-03-13T20:36:37.615Zlock 7:30:16.379123425
29182026-03-13T20:36:37.615Zslp 4:00:14.797480773
29192026-03-13T20:36:37.615Zlat 2:54.586215560
29202026-03-13T20:36:37.615Zstop 6:38.262975279
29212026-03-13T20:36:37.615Z+ mapfile -t packages
29222026-03-13T20:36:37.615Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-13T20:36:38.804Z Finished `release` profile [optimized] target(s) in 1.17s
29242026-03-13T20:36:38.872Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-13T20:36:38.927ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-13T20:36:38.930Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-13T20:36:39.608Z Compiling libc v0.2.180
29282026-03-13T20:36:39.608Z Compiling serde v1.0.228
29292026-03-13T20:36:39.611Z Compiling serde_core v1.0.228
29302026-03-13T20:36:39.611Z Compiling rustix v1.1.3
29312026-03-13T20:36:39.712Z Compiling bitflags v2.11.0
29322026-03-13T20:36:39.719Z Compiling serde_json v1.0.149
29332026-03-13T20:36:39.749Z Compiling num-traits v0.2.19
29342026-03-13T20:36:39.774Z Compiling syn v2.0.117
29352026-03-13T20:36:39.788Z Compiling smallvec v1.15.1
29362026-03-13T20:36:39.791Z Compiling hashbrown v0.16.1
29372026-03-13T20:36:39.804Z Compiling usdt-impl v0.5.0
29382026-03-13T20:36:39.835Z Compiling syn v1.0.109
29392026-03-13T20:36:39.887Z Compiling percent-encoding v2.3.2
29402026-03-13T20:36:39.900Z Compiling log v0.4.29
29412026-03-13T20:36:40.118Z Compiling getrandom v0.4.1
29422026-03-13T20:36:40.235Z Compiling form_urlencoded v1.2.2
29432026-03-13T20:36:40.249Z Compiling fs-err v3.3.0
29442026-03-13T20:36:40.305Z Compiling once_cell v1.21.3
29452026-03-13T20:36:40.332Z Compiling anyhow v1.0.102
29462026-03-13T20:36:40.427Z Compiling heck v0.4.1
29472026-03-13T20:36:40.677Z Compiling indexmap v2.13.0
29482026-03-13T20:36:40.913Z Compiling errno v0.3.14
29492026-03-13T20:36:40.916Z Compiling thread-id v4.2.2
29502026-03-13T20:36:40.916Z Compiling memmap v0.7.0
29512026-03-13T20:36:41.393Z Compiling ordered-float v2.10.1
29522026-03-13T20:36:42.048Z Compiling proc-macro-error v1.0.4
29532026-03-13T20:36:42.366Z Compiling tabled_derive v0.7.0
29542026-03-13T20:36:42.391Z Compiling terminal_size v0.4.3
29552026-03-13T20:36:42.394Z Compiling tempfile v3.25.0
29562026-03-13T20:36:42.511Z Compiling clap_builder v4.5.60
29572026-03-13T20:36:42.511Z Compiling textwrap v0.16.2
29582026-03-13T20:36:42.703Z Compiling camino-tempfile v1.4.1
29592026-03-13T20:36:43.290Z Compiling tabled v0.15.0
29602026-03-13T20:36:43.507Z Compiling synstructure v0.13.2
29612026-03-13T20:36:43.508Z Compiling pest_generator v2.8.6
29622026-03-13T20:36:44.071Z Compiling serde_derive v1.0.228
29632026-03-13T20:36:44.074Z Compiling zerofrom-derive v0.1.6
29642026-03-13T20:36:44.074Z Compiling yoke-derive v0.8.1
29652026-03-13T20:36:44.074Z Compiling zerovec-derive v0.11.2
29662026-03-13T20:36:44.074Z Compiling displaydoc v0.2.5
29672026-03-13T20:36:44.074Z Compiling thiserror-impl v1.0.69
29682026-03-13T20:36:44.074Z Compiling zerocopy-derive v0.7.35
29692026-03-13T20:36:44.074Z Compiling scroll_derive v0.12.1
29702026-03-13T20:36:44.086Z Compiling thiserror-impl v2.0.18
29712026-03-13T20:36:44.089Z Compiling clap_derive v4.5.55
29722026-03-13T20:36:44.216Z Compiling pest_derive v2.8.6
29732026-03-13T20:36:45.117Z Compiling scroll v0.12.0
29742026-03-13T20:36:45.318Z Compiling zerocopy v0.7.35
29752026-03-13T20:36:45.584Z Compiling goblin v0.8.2
29762026-03-13T20:36:45.632Z Compiling zerofrom v0.1.6
29772026-03-13T20:36:45.794Z Compiling yoke v0.8.1
29782026-03-13T20:36:45.810Z Compiling thiserror v1.0.69
29792026-03-13T20:36:45.880Z Compiling thiserror v2.0.18
29802026-03-13T20:36:45.946Z Compiling dtrace-parser v0.2.0
29812026-03-13T20:36:46.045Z Compiling zerovec v0.11.5
29822026-03-13T20:36:46.076Z Compiling zerotrie v0.2.3
29832026-03-13T20:36:46.456Z Compiling clap v4.5.60
29842026-03-13T20:36:46.844Z Compiling tinystr v0.8.2
29852026-03-13T20:36:46.893Z Compiling potential_utf v0.1.4
29862026-03-13T20:36:47.153Z Compiling icu_locale_core v2.1.1
29872026-03-13T20:36:47.175Z Compiling icu_collections v2.1.1
29882026-03-13T20:36:48.403Z Compiling icu_provider v2.1.1
29892026-03-13T20:36:48.765Z Compiling icu_normalizer v2.1.1
29902026-03-13T20:36:48.802Z Compiling icu_properties v2.1.2
29912026-03-13T20:36:48.833Z Compiling toml_datetime v0.6.11
29922026-03-13T20:36:48.851Z Compiling serde_spanned v0.6.9
29932026-03-13T20:36:48.874Z Compiling dof v0.3.0
29942026-03-13T20:36:48.974Z Compiling serde_tokenstream v0.2.3
29952026-03-13T20:36:49.096Z Compiling toml_edit v0.22.27
29962026-03-13T20:36:49.390Z Compiling serde-value v0.7.0
29972026-03-13T20:36:49.413Z Compiling cargo-platform v0.2.0
29982026-03-13T20:36:49.467Z Compiling macaddr v1.0.1
29992026-03-13T20:36:50.092Z Compiling usdt-macro v0.5.0
30002026-03-13T20:36:50.124Z Compiling idna_adapter v1.2.1
30012026-03-13T20:36:50.150Z Compiling usdt-attr-macro v0.5.0
30022026-03-13T20:36:50.275Z Compiling idna v1.1.0
30032026-03-13T20:36:50.848Z Compiling url v2.5.8
30042026-03-13T20:36:51.070Z Compiling usdt v0.5.0
30052026-03-13T20:36:51.380Z Compiling toml v0.8.23
30062026-03-13T20:36:51.979Z Compiling cargo-util-schemas v0.8.2
30072026-03-13T20:36:51.979Z Compiling cargo_toml v0.21.0
30082026-03-13T20:36:53.368Z Compiling cargo_metadata v0.21.0
30092026-03-13T20:36:58.145Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-13T20:37:02.218Z Finished `release` profile [optimized] target(s) in 23.27s
30112026-03-13T20:37:02.359Z
30122026-03-13T20:37:02.362Zreal 23.387186447
30132026-03-13T20:37:02.362Zuser 3:14.001443568
30142026-03-13T20:37:02.362Zsys 21.861378918
30152026-03-13T20:37:02.362Ztrap 0.096766334
30162026-03-13T20:37:02.362Ztflt 0.669426550
30172026-03-13T20:37:02.362Zdflt 2.001682119
30182026-03-13T20:37:02.362Zkflt 0.000153844
30192026-03-13T20:37:02.362Zlock 5:39.508612051
30202026-03-13T20:37:02.362Zslp 6:42.298177570
30212026-03-13T20:37:02.362Zlat 7.611373668
30222026-03-13T20:37:02.362Zstop 28.998356051
30232026-03-13T20:37:02.362Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-13T20:37:02.362Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-13T20:37:02.362Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-13T20:37:02.362Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-13T20:37:02.362Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-13T20:37:03.574Z Compiling regress v0.10.5
30292026-03-13T20:37:03.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-13T20:37:03.577Z Compiling serde_spanned v1.0.4
30312026-03-13T20:37:03.577Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-13T20:37:03.725Z Compiling newtype-uuid-macros v0.1.0
30332026-03-13T20:37:03.729Z Compiling structmeta-derive v0.3.0
30342026-03-13T20:37:03.729Z Compiling rustls v0.22.4
30352026-03-13T20:37:03.729Z Compiling rustls-webpki v0.102.8
30362026-03-13T20:37:03.729Z Compiling multer v3.1.0
30372026-03-13T20:37:03.729Z Compiling debug-ignore v1.0.5
30382026-03-13T20:37:03.761Z Compiling match_cfg v0.1.0
30392026-03-13T20:37:03.764Z Compiling progenitor-client v0.13.0
30402026-03-13T20:37:03.776Z Compiling slog-json v2.6.1
30412026-03-13T20:37:03.779Z Compiling async-stream-impl v0.3.6
30422026-03-13T20:37:03.796Z Compiling dropshot v0.16.7
30432026-03-13T20:37:03.815Z Compiling itertools v0.14.0
30442026-03-13T20:37:03.986Z Compiling hostname v0.3.1
30452026-03-13T20:37:04.006Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-13T20:37:04.009Z Compiling waitgroup v0.1.2
30472026-03-13T20:37:04.096Z Compiling toml v0.9.12+spec-1.1.0
30482026-03-13T20:37:04.148Z Compiling slog-bunyan v2.5.0
30492026-03-13T20:37:04.173Z Compiling rustls-pemfile v2.2.0
30502026-03-13T20:37:04.217Z Compiling dropshot_endpoint v0.16.7
30512026-03-13T20:37:04.287Z Compiling serde_path_to_error v0.1.20
30522026-03-13T20:37:04.318Z Compiling hostname v0.4.2
30532026-03-13T20:37:04.341Z Compiling macaddr v1.0.1
30542026-03-13T20:37:04.404Z Compiling progenitor-client v0.10.0
30552026-03-13T20:37:04.428Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-13T20:37:04.475Z Compiling instant v0.1.13
30572026-03-13T20:37:04.517Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-03-13T20:37:04.638Z Compiling backon v1.6.0
30592026-03-13T20:37:04.680Z Compiling backoff v0.4.0
30602026-03-13T20:37:04.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-13T20:37:04.825Z Compiling async-stream v0.3.6
30622026-03-13T20:37:04.850Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-13T20:37:04.882Z Compiling progenitor-extras v0.1.1
30642026-03-13T20:37:04.885Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-03-13T20:37:04.937Z Compiling unsafe-libyaml v0.2.11
30662026-03-13T20:37:04.960Z Compiling crucible-workspace-hack v0.1.0
30672026-03-13T20:37:04.992Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-13T20:37:05.053Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-13T20:37:05.056Z Compiling secrecy v0.10.3
30702026-03-13T20:37:05.099Z Compiling heapless v0.8.0
30712026-03-13T20:37:05.244Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-13T20:37:05.267Z Compiling hash32 v0.3.1
30732026-03-13T20:37:05.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-13T20:37:05.332Z Compiling structmeta v0.3.0
30752026-03-13T20:37:05.413Z Compiling smoltcp v0.11.0
30762026-03-13T20:37:05.470Z Compiling toml v0.8.23
30772026-03-13T20:37:05.511Z Compiling tabwriter v1.4.1
30782026-03-13T20:37:05.635Z Compiling cobs v0.3.0
30792026-03-13T20:37:05.655Z Compiling derive-ex v0.1.8
30802026-03-13T20:37:05.659Z Compiling parse-display-derive v0.10.0
30812026-03-13T20:37:05.770Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-13T20:37:05.792Z Compiling ingot-macros v0.1.1
30832026-03-13T20:37:05.812Z Compiling proc-macro-crate v3.4.0
30842026-03-13T20:37:05.911Z Compiling foreign-types-macros v0.2.3
30852026-03-13T20:37:05.967Z Compiling convert_case v0.4.0
30862026-03-13T20:37:06.016Z Compiling cpufeatures v0.3.0
30872026-03-13T20:37:06.047Z Compiling foreign-types-shared v0.3.1
30882026-03-13T20:37:06.141Z Compiling chacha20 v0.10.0
30892026-03-13T20:37:06.163Z Compiling postcard v1.1.3
30902026-03-13T20:37:06.470Z Compiling proc-macro-crate v1.3.1
30912026-03-13T20:37:06.537Z Compiling derive_more v0.99.20
30922026-03-13T20:37:06.540Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-13T20:37:06.585Z Compiling universal-hash v0.5.1
30942026-03-13T20:37:06.620Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-13T20:37:06.645Z Compiling num_enum_derive v0.7.5
30962026-03-13T20:37:06.648Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-13T20:37:06.794Z Compiling foreign-types v0.5.0
30982026-03-13T20:37:06.798Z Compiling cstr-argument v0.1.2
30992026-03-13T20:37:06.842Z Compiling colored v3.1.1
31002026-03-13T20:37:06.925Z Compiling opaque-debug v0.3.1
31012026-03-13T20:37:06.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-13T20:37:07.039Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-13T20:37:07.063Z Compiling tokio-rustls v0.25.0
31042026-03-13T20:37:07.108Z Compiling num_enum_derive v0.5.11
31052026-03-13T20:37:07.144Z Compiling rand v0.10.0
31062026-03-13T20:37:07.212Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-13T20:37:07.296Z Compiling typify-impl v0.6.1
31082026-03-13T20:37:07.398Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-13T20:37:07.424Z Compiling half v2.7.1
31102026-03-13T20:37:07.444Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-13T20:37:07.884Z Compiling ciborium-io v0.2.2
31122026-03-13T20:37:07.909Z Compiling camino-tempfile v1.4.1
31132026-03-13T20:37:07.932Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-13T20:37:08.036Z Compiling ciborium-ll v0.2.2
31152026-03-13T20:37:08.140Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-13T20:37:08.187Z Compiling parse-display v0.10.0
31172026-03-13T20:37:08.190Z Compiling test-strategy v0.4.5
31182026-03-13T20:37:08.234Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-13T20:37:08.260Z Compiling num_enum v0.7.5
31202026-03-13T20:37:08.284Z Compiling smf v0.2.3
31212026-03-13T20:37:08.348Z Compiling ciborium v0.2.2
31222026-03-13T20:37:08.373Z Compiling aead v0.5.2
31232026-03-13T20:37:08.421Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-13T20:37:08.445Z Compiling num-derive v0.4.2
31252026-03-13T20:37:08.467Z Compiling sigpipe v0.1.3
31262026-03-13T20:37:08.553Z Compiling glob v0.3.3
31272026-03-13T20:37:08.607Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-13T20:37:08.631Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-13T20:37:08.652Z Compiling num_enum v0.5.11
31302026-03-13T20:37:08.717Z Compiling poly1305 v0.8.0
31312026-03-13T20:37:08.834Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-13T20:37:08.944Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-13T20:37:08.973Z Compiling chacha20 v0.9.1
31342026-03-13T20:37:09.025Z Compiling whoami v1.6.1
31352026-03-13T20:37:09.047Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-13T20:37:09.185Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-13T20:37:09.281Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-13T20:37:09.349Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-13T20:37:09.445Z Compiling num-rational v0.4.2
31402026-03-13T20:37:09.448Z Compiling password-hash v0.5.0
31412026-03-13T20:37:09.509Z Compiling blake2 v0.10.6
31422026-03-13T20:37:09.664Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-13T20:37:09.738Z Compiling num-complex v0.4.6
31442026-03-13T20:37:09.779Z Compiling indent_write v2.2.0
31452026-03-13T20:37:09.804Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-13T20:37:09.830Z Compiling prettyplease v0.2.37
31472026-03-13T20:37:09.961Z Compiling ingot-types v0.1.2
31482026-03-13T20:37:09.990Z Compiling argon2 v0.5.3
31492026-03-13T20:37:10.102Z Compiling chacha20poly1305 v0.10.1
31502026-03-13T20:37:10.213Z Compiling float-ord v0.3.2
31512026-03-13T20:37:10.330Z Compiling num v0.4.3
31522026-03-13T20:37:10.354Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-03-13T20:37:10.381Z Compiling gethostname v0.5.0
31542026-03-13T20:37:10.428Z Compiling usdt-attr-macro v0.5.0
31552026-03-13T20:37:10.431Z Compiling usdt-macro v0.5.0
31562026-03-13T20:37:10.431Z Compiling derive-where v1.6.0
31572026-03-13T20:37:10.475Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-03-13T20:37:10.495Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31592026-03-13T20:37:10.569Z Compiling ingot v0.1.1
31602026-03-13T20:37:10.592Z Compiling memmap v0.7.0
31612026-03-13T20:37:10.884Z Compiling typify-impl v0.4.3
31622026-03-13T20:37:10.907Z Compiling atomicwrites v0.4.4
31632026-03-13T20:37:10.985Z Compiling cancel-safe-futures v0.1.5
31642026-03-13T20:37:11.143Z Compiling thiserror-no-std v2.0.2
31652026-03-13T20:37:11.200Z Compiling owo-colors v4.3.0
31662026-03-13T20:37:11.294Z Compiling vsss-rs v3.3.4
31672026-03-13T20:37:11.360Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31682026-03-13T20:37:11.397Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-13T20:37:11.545Z Compiling libsw-core v0.3.2
31702026-03-13T20:37:11.576Z Compiling async-recursion v1.1.1
31712026-03-13T20:37:11.693Z Compiling resolv-conf v0.7.6
31722026-03-13T20:37:11.714Z Compiling usdt v0.5.0
31732026-03-13T20:37:11.814Z Compiling libsw v3.5.0
31742026-03-13T20:37:12.073Z Compiling linear-map v1.2.0
31752026-03-13T20:37:12.108Z Compiling libefi-sys v0.1.0
31762026-03-13T20:37:12.152Z Compiling newline-converter v0.3.0
31772026-03-13T20:37:12.215Z Compiling hickory-proto v0.24.4
31782026-03-13T20:37:12.337Z Compiling console v0.15.11
31792026-03-13T20:37:12.362Z Compiling bitfield-struct v0.6.2
31802026-03-13T20:37:12.434Z Compiling semver v0.1.20
31812026-03-13T20:37:12.458Z Compiling linked-hash-map v0.5.6
31822026-03-13T20:37:12.462Z Compiling pin-project-internal v1.1.11
31832026-03-13T20:37:12.602Z Compiling slog-dtrace v0.3.0
31842026-03-13T20:37:12.651Z Compiling minimal-lexical v0.2.1
31852026-03-13T20:37:12.744Z Compiling lru-cache v0.1.2
31862026-03-13T20:37:12.811Z Compiling expectorate v1.2.0
31872026-03-13T20:37:12.858Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-13T20:37:12.908Z Compiling rustc_version v0.1.7
31892026-03-13T20:37:12.939Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-13T20:37:13.018Z Compiling nom v7.1.3
31912026-03-13T20:37:13.067Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-13T20:37:13.092Z Compiling tokio-dtrace v0.1.1
31932026-03-13T20:37:13.124Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-13T20:37:13.199Z Compiling dropshot-api-manager-types v0.6.0
31952026-03-13T20:37:13.250Z Compiling newtype_derive v0.1.6
31962026-03-13T20:37:13.304Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31972026-03-13T20:37:13.369Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-13T20:37:13.479Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-03-13T20:37:13.558Z Compiling phf_shared v0.12.1
32002026-03-13T20:37:13.580Z Compiling pem v3.0.6
32012026-03-13T20:37:13.667Z Compiling snafu-derive v0.8.9
32022026-03-13T20:37:13.767Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-13T20:37:13.832Z Compiling csv-core v0.1.13
32042026-03-13T20:37:13.854Z Compiling highway v1.3.0
32052026-03-13T20:37:13.918Z Compiling chrono-tz v0.10.4
32062026-03-13T20:37:14.086Z Compiling same-file v1.0.6
32072026-03-13T20:37:14.169Z Compiling pin-project v1.1.11
32082026-03-13T20:37:14.211Z Compiling xshell-macros v0.2.7
32092026-03-13T20:37:14.256Z Compiling typify-macro v0.6.1
32102026-03-13T20:37:14.284Z Compiling walkdir v2.5.0
32112026-03-13T20:37:14.331Z Compiling const_format_proc_macros v0.2.34
32122026-03-13T20:37:14.331Z Compiling csv v1.4.0
32132026-03-13T20:37:14.377Z Compiling phf v0.12.1
32142026-03-13T20:37:14.487Z Compiling oxide-tokio-rt v0.1.3
32152026-03-13T20:37:14.813Z Compiling xshell v0.2.7
32162026-03-13T20:37:14.923Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-13T20:37:14.953Z Compiling globset v0.4.18
32182026-03-13T20:37:14.993Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-03-13T20:37:15.185Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32202026-03-13T20:37:15.208Z Compiling olpc-cjson v0.1.4
32212026-03-13T20:37:15.233Z Compiling primeorder v0.13.6
32222026-03-13T20:37:15.363Z Compiling hickory-resolver v0.24.4
32232026-03-13T20:37:15.387Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32242026-03-13T20:37:15.459Z Compiling serde_plain v1.0.2
32252026-03-13T20:37:15.565Z Compiling typed-path v0.9.3
32262026-03-13T20:37:15.610Z Compiling base64 v0.21.7
32272026-03-13T20:37:15.633Z Compiling const_format v0.2.35
32282026-03-13T20:37:15.767Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-13T20:37:15.975Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-13T20:37:16.051Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-13T20:37:16.095Z Compiling tabled_derive v0.7.0
32322026-03-13T20:37:16.118Z Compiling bcs v0.1.6
32332026-03-13T20:37:16.605Z Compiling radium v0.7.0
32342026-03-13T20:37:16.630Z Compiling snafu v0.8.9
32352026-03-13T20:37:16.830Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-13T20:37:16.866Z Compiling typify v0.6.1
32372026-03-13T20:37:16.956Z Compiling qorb v0.4.1
32382026-03-13T20:37:16.983Z Compiling salty v0.3.0
32392026-03-13T20:37:17.018Z Compiling tough v0.20.0
32402026-03-13T20:37:17.044Z Compiling progenitor-impl v0.13.0
32412026-03-13T20:37:17.068Z Compiling termtree v0.5.1
32422026-03-13T20:37:17.148Z Compiling textwrap v0.16.2
32432026-03-13T20:37:17.345Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-13T20:37:17.404Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-13T20:37:17.435Z Compiling steno v0.4.1
32462026-03-13T20:37:17.554Z Compiling tabled v0.15.0
32472026-03-13T20:37:17.617Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-13T20:37:17.719Z Compiling tap v1.0.1
32492026-03-13T20:37:17.815Z Compiling utf-8 v0.7.6
32502026-03-13T20:37:17.838Z Compiling maybe-uninit v2.0.0
32512026-03-13T20:37:17.848Z Compiling typify-macro v0.4.3
32522026-03-13T20:37:17.885Z Compiling humantime v2.3.0
32532026-03-13T20:37:17.912Z Compiling wyz v0.5.1
32542026-03-13T20:37:18.088Z Compiling tungstenite v0.21.0
32552026-03-13T20:37:18.227Z Compiling p384 v0.13.1
32562026-03-13T20:37:18.283Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-13T20:37:18.385Z Compiling arc-swap v1.8.2
32582026-03-13T20:37:18.552Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-13T20:37:18.710Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-13T20:37:18.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-13T20:37:19.035Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-13T20:37:19.320Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-13T20:37:19.360Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-13T20:37:19.491Z Compiling tagptr v0.2.0
32652026-03-13T20:37:19.770Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-13T20:37:19.833Z Compiling packed_struct v0.10.1
32672026-03-13T20:37:20.093Z Compiling funty v2.0.0
32682026-03-13T20:37:20.270Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-13T20:37:20.302Z Compiling moka v0.12.13
32702026-03-13T20:37:20.385Z Compiling typify v0.4.3
32712026-03-13T20:37:20.567Z Compiling progenitor-impl v0.10.0
32722026-03-13T20:37:21.040Z Compiling progenitor-macro v0.13.0
32732026-03-13T20:37:21.044Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-03-13T20:37:21.085Z Compiling bitvec v1.0.1
32752026-03-13T20:37:21.088Z Compiling tokio-tungstenite v0.21.0
32762026-03-13T20:37:21.133Z Compiling slog-scope v4.4.1
32772026-03-13T20:37:21.398Z Compiling polyval v0.6.2
32782026-03-13T20:37:21.418Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-13T20:37:21.452Z Compiling packed_struct_codegen v0.10.1
32802026-03-13T20:37:21.510Z Compiling zerocopy-derive v0.6.6
32812026-03-13T20:37:21.550Z Compiling bitfield-macros v0.19.4
32822026-03-13T20:37:21.620Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-13T20:37:21.731Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-13T20:37:21.910Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-13T20:37:21.935Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-13T20:37:22.230Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-13T20:37:22.539Z Compiling indexmap v1.9.3
32882026-03-13T20:37:22.603Z Compiling parking_lot_core v0.8.6
32892026-03-13T20:37:22.806Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-13T20:37:22.860Z Compiling nodrop v0.1.14
32912026-03-13T20:37:22.882Z Compiling crc-catalog v2.4.0
32922026-03-13T20:37:23.043Z Compiling crc v3.4.0
32932026-03-13T20:37:23.066Z Compiling array-init v0.0.4
32942026-03-13T20:37:23.167Z Compiling zerocopy v0.6.6
32952026-03-13T20:37:23.170Z Compiling bitfield v0.19.4
32962026-03-13T20:37:23.215Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-13T20:37:23.218Z Compiling proc-macro-error2 v2.0.1
32982026-03-13T20:37:23.346Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32992026-03-13T20:37:23.659Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-13T20:37:23.682Z Compiling ghash v0.5.1
33012026-03-13T20:37:23.685Z Compiling smallvec v0.6.14
33022026-03-13T20:37:23.727Z Compiling slog-stdlog v4.1.1
33032026-03-13T20:37:23.837Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-03-13T20:37:23.890Z Compiling hickory-resolver v0.25.2
33052026-03-13T20:37:24.033Z Compiling git-stub v1.0.0
33062026-03-13T20:37:24.056Z Compiling num-derive v0.3.3
33072026-03-13T20:37:24.080Z Compiling ctr v0.9.2
33082026-03-13T20:37:24.282Z Compiling lzma-sys v0.1.20
33092026-03-13T20:37:24.390Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33102026-03-13T20:37:24.415Z Compiling progenitor-macro v0.10.0
33112026-03-13T20:37:24.418Z Compiling unicase v2.9.0
33122026-03-13T20:37:24.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-03-13T20:37:24.584Z Compiling hashbrown v0.12.3
33142026-03-13T20:37:24.684Z Compiling aes-gcm v0.10.3
33152026-03-13T20:37:24.795Z Compiling mime_guess v2.0.5
33162026-03-13T20:37:24.853Z Compiling git-stub-vcs v0.1.0
33172026-03-13T20:37:24.942Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-13T20:37:24.971Z Compiling serde-hex v0.1.0
33192026-03-13T20:37:24.995Z Compiling slog-envlogger v2.2.0
33202026-03-13T20:37:25.210Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33212026-03-13T20:37:25.341Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-13T20:37:25.389Z Compiling tabled_derive v0.11.0
33232026-03-13T20:37:25.411Z Compiling libscf-sys v1.1.0
33242026-03-13T20:37:25.546Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-13T20:37:25.825Z Compiling progenitor-impl v0.11.2
33262026-03-13T20:37:25.855Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-13T20:37:25.929Z Compiling ron v0.8.1
33282026-03-13T20:37:25.934Z Compiling papergrid v0.17.0
33292026-03-13T20:37:26.091Z Compiling cargo_toml v0.22.3
33302026-03-13T20:37:26.639Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-13T20:37:26.674Z Compiling hashbrown v0.13.2
33322026-03-13T20:37:27.173Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-13T20:37:27.197Z Compiling testing_table v0.3.0
33342026-03-13T20:37:27.367Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-13T20:37:27.405Z Compiling blowfish v0.9.1
33362026-03-13T20:37:27.437Z Compiling ssh-encoding v0.2.0
33372026-03-13T20:37:27.461Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-13T20:37:27.583Z Compiling nibble_vec v0.1.0
33392026-03-13T20:37:27.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-13T20:37:27.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-13T20:37:27.804Z Compiling crc-any v2.5.0
33422026-03-13T20:37:27.850Z Compiling endian-type v0.1.2
33432026-03-13T20:37:27.941Z Compiling corncobs v0.1.4
33442026-03-13T20:37:28.060Z Compiling radix_trie v0.2.1
33452026-03-13T20:37:28.111Z Compiling ssh-cipher v0.2.0
33462026-03-13T20:37:28.173Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-13T20:37:28.197Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-13T20:37:28.219Z Compiling tabled v0.20.0
33492026-03-13T20:37:28.248Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-13T20:37:28.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-03-13T20:37:28.509Z Compiling object v0.30.4
33522026-03-13T20:37:28.628Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-13T20:37:28.651Z Compiling progenitor v0.13.0
33542026-03-13T20:37:28.674Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-13T20:37:28.766Z Compiling parking_lot v0.11.2
33562026-03-13T20:37:28.860Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-13T20:37:28.965Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-13T20:37:29.073Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-13T20:37:29.357Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-13T20:37:29.593Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-13T20:37:29.748Z Compiling progenitor-macro v0.11.2
33622026-03-13T20:37:29.789Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-13T20:37:29.997Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-03-13T20:37:30.191Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-13T20:37:30.224Z Compiling progenitor-client v0.11.2
33662026-03-13T20:37:30.420Z Compiling prefix-trie v0.7.0
33672026-03-13T20:37:30.661Z Compiling password-hash v0.4.2
33682026-03-13T20:37:30.695Z Compiling fxhash v0.2.1
33692026-03-13T20:37:30.747Z Compiling secrecy v0.8.0
33702026-03-13T20:37:30.911Z Compiling path-slash v0.1.5
33712026-03-13T20:37:30.979Z Compiling half v1.8.3
33722026-03-13T20:37:31.014Z Compiling http-range v0.1.5
33732026-03-13T20:37:31.128Z Compiling pbkdf2 v0.11.0
33742026-03-13T20:37:31.239Z Compiling hickory-server v0.25.2
33752026-03-13T20:37:31.317Z Compiling serde_cbor v0.11.2
33762026-03-13T20:37:31.441Z Compiling sled v0.34.7
33772026-03-13T20:37:31.668Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-13T20:37:31.806Z Compiling ron v0.12.0
33792026-03-13T20:37:31.977Z Compiling xz2 v0.1.7
33802026-03-13T20:37:32.127Z Compiling progenitor v0.10.0
33812026-03-13T20:37:32.229Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-03-13T20:37:32.332Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33832026-03-13T20:37:32.361Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-03-13T20:37:33.162Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-13T20:37:33.339Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-03-13T20:37:33.431Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-03-13T20:37:33.605Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33882026-03-13T20:37:33.852Z Compiling ssh-key v0.6.7
33892026-03-13T20:37:33.879Z Compiling hickory-client v0.25.2
33902026-03-13T20:37:34.310Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-13T20:37:34.374Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-13T20:37:34.520Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-13T20:37:34.700Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-03-13T20:37:35.014Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-03-13T20:37:35.489Z Compiling p521 v0.13.3
33962026-03-13T20:37:35.530Z Compiling p256 v0.13.2
33972026-03-13T20:37:35.855Z Compiling yasna v0.5.2
33982026-03-13T20:37:36.112Z Compiling kstat-rs v0.2.4
33992026-03-13T20:37:36.239Z Compiling headers-core v0.3.0
34002026-03-13T20:37:36.359Z Compiling nanorand v0.7.0
34012026-03-13T20:37:36.417Z Compiling russh-cryptovec v0.7.3
34022026-03-13T20:37:36.417Z Compiling atty v0.2.14
34032026-03-13T20:37:36.466Z Compiling crc8 v0.1.1
34042026-03-13T20:37:36.547Z Compiling home v0.5.12
34052026-03-13T20:37:36.575Z Compiling base16ct v1.0.0
34062026-03-13T20:37:36.575Z Compiling md5 v0.7.0
34072026-03-13T20:37:36.647Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-13T20:37:36.668Z Compiling rcgen v0.12.1
34092026-03-13T20:37:36.816Z Compiling flume v0.11.1
34102026-03-13T20:37:36.834Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-13T20:37:36.847Z Compiling russh-keys v0.45.0
34122026-03-13T20:37:36.862Z Compiling headers v0.4.1
34132026-03-13T20:37:36.889Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-13T20:37:37.001Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-13T20:37:37.026Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34162026-03-13T20:37:37.050Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-13T20:37:37.173Z Compiling hyper-staticfile v0.10.1
34182026-03-13T20:37:37.233Z Compiling progenitor v0.11.2
34192026-03-13T20:37:37.463Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-13T20:37:37.614Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-13T20:37:37.900Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-13T20:37:37.921Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-13T20:37:37.966Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-13T20:37:37.997Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-13T20:37:38.313Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-13T20:37:38.480Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-13T20:37:38.968Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-03-13T20:37:38.972Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-13T20:37:38.992Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-13T20:37:39.018Z Compiling num-bigint v0.4.6
34312026-03-13T20:37:39.042Z Compiling des v0.8.1
34322026-03-13T20:37:39.068Z Compiling subprocess v0.2.15
34332026-03-13T20:37:39.321Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-13T20:37:39.343Z Compiling display-error-chain v0.2.2
34352026-03-13T20:37:39.568Z Compiling hex-literal v0.4.1
34362026-03-13T20:37:39.721Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-13T20:37:39.777Z Compiling colored v2.2.0
34382026-03-13T20:37:39.978Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-13T20:37:40.023Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34402026-03-13T20:37:40.176Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-13T20:37:40.282Z Compiling internet-checksum v0.2.1
34422026-03-13T20:37:40.959Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-03-13T20:37:41.116Z Compiling russh v0.45.0
34442026-03-13T20:37:48.198Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-13T20:37:58.367Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-03-13T20:37:58.367Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-13T20:37:58.367Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-03-13T20:37:58.367Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-13T20:38:00.291Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-13T20:38:00.502Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-13T20:38:06.168Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-13T20:38:35.172Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-13T20:39:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34542026-03-13T20:39:00.607Z
34552026-03-13T20:39:00.659Zreal 1:58.127063250
34562026-03-13T20:39:00.659Zuser 11:42.335646178
34572026-03-13T20:39:00.659Zsys 2:07.468467563
34582026-03-13T20:39:00.659Ztrap 0.375995446
34592026-03-13T20:39:00.660Ztflt 0.516021610
34602026-03-13T20:39:00.660Zdflt 1.324361744
34612026-03-13T20:39:00.660Zkflt 0.000136290
34622026-03-13T20:39:00.660Zlock 29:19.876948877
34632026-03-13T20:39:00.660Zslp 38:44.503319655
34642026-03-13T20:39:00.660Zlat 45.984327095
34652026-03-13T20:39:00.660Zstop 3:44.696745488
34662026-03-13T20:39:00.660Z+ mkdir tests
34672026-03-13T20:39:00.661Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-13T20:39:00.661Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-13T20:39:00.695Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-716029268ac074b2 tests/
34702026-03-13T20:39:00.695Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f23772e9be3aa1af tests/
34712026-03-13T20:39:00.775Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a4b5fe468029c61d tests/
34722026-03-13T20:39:00.775Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0821779f33282a96 tests/
34732026-03-13T20:39:00.948Z+ 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/*)
34742026-03-13T20:39:00.974Z+ 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-f23772e9be3aa1af tests/commtest-a4b5fe468029c61d tests/dhcp_server-716029268ac074b2 tests/end_to_end_tests-0821779f33282a96 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
34752026-03-13T20:40:41.130ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-13T20:40:41.131Za .github/buildomat/ci-env.sh 1K
34772026-03-13T20:40:41.131Za out/target/test 1K
34782026-03-13T20:40:41.131Za out/npuzone/npuzone 27402K
34792026-03-13T20:40:41.131Za package-manifest.toml 35K
34802026-03-13T20:40:41.131Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-13T20:40:41.131Za target/release/omicron-package 41186K
34822026-03-13T20:40:41.131Za target/release/xtask 11359K
34832026-03-13T20:40:41.132Za target/debug/bootstrap 336345K
34842026-03-13T20:40:41.132Za tests/bootstrap-f23772e9be3aa1af 31480K
34852026-03-13T20:40:41.132Za tests/commtest-a4b5fe468029c61d 31997K
34862026-03-13T20:40:41.132Za tests/dhcp_server-716029268ac074b2 31480K
34872026-03-13T20:40:41.132Za tests/end_to_end_tests-0821779f33282a96 378541K
34882026-03-13T20:40:41.132Za out/clickhouse.tar.gz 303908K
34892026-03-13T20:40:41.132Za out/clickhouse_keeper.tar.gz 288735K
34902026-03-13T20:40:41.132Za out/clickhouse_server.tar.gz 303907K
34912026-03-13T20:40:41.132Za out/cockroachdb.tar.gz 157229K
34922026-03-13T20:40:41.132Za out/crucible-pantry-zone.tar.gz 38908K
34932026-03-13T20:40:41.133Za out/crucible-utils.tar 17744K
34942026-03-13T20:40:41.133Za out/crucible-zone.tar.gz 53046K
34952026-03-13T20:40:41.133Za out/external-dns.tar.gz 42727K
34962026-03-13T20:40:41.133Za out/internal-dns.tar.gz 42726K
34972026-03-13T20:40:41.133Za out/mg-ddm-gz.tar 78377K
34982026-03-13T20:40:41.133Za out/nexus.tar.gz 213655K
34992026-03-13T20:40:41.133Za out/ntp.tar.gz 23273K
35002026-03-13T20:40:41.133Za out/omicron-gateway-softnpu.tar.gz 27901K
35012026-03-13T20:40:41.133Za out/omicron-sled-agent.tar 190639K
35022026-03-13T20:40:41.134Za out/overlay.tar.gz 3K
35032026-03-13T20:40:41.134Za out/oximeter.tar.gz 60469K
35042026-03-13T20:40:41.134Za out/oxlog.tar 3895K
35052026-03-13T20:40:41.134Za out/probe.tar.gz 3037K
35062026-03-13T20:40:41.134Za out/propolis-server.tar.gz 74633K
35072026-03-13T20:40:41.134Za out/pumpkind-gz.tar 26647K
35082026-03-13T20:40:41.134Za out/switch-softnpu.tar.gz 377462K
35092026-03-13T20:40:41.139Z
35102026-03-13T20:40:41.140Zreal 1:40.155414181
35112026-03-13T20:40:41.140Zuser 1:37.118548227
35122026-03-13T20:40:41.140Zsys 6.338561724
35132026-03-13T20:40:41.140Ztrap 0.006887073
35142026-03-13T20:40:41.140Ztflt 0.000000000
35152026-03-13T20:40:41.140Zdflt 0.000000000
35162026-03-13T20:40:41.140Zkflt 0.000000000
35172026-03-13T20:40:41.140Zlock 0.000000000
35182026-03-13T20:40:41.140Zslp 1:36.223876012
35192026-03-13T20:40:41.140Zlat 0.618639370
35202026-03-13T20:40:41.140Zstop 0.000167641
35212026-03-13T20:40:41.140Zprocess exited: duration 1242299 ms, exit code 0
 
35222026-03-13T20:40:41.162Zfound 1 output files
35232026-03-13T20:40:41.162Zuploading: /work/package.tar.gz (2341136627 bytes)
35242026-03-13T20:41:15.542Zuploaded: /work/package.tar.gz