01KM6VVE55ZHEQTZY8JC5D8YZE: 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: 01KM6VVZKDAN5X9DS1RE7JQHZ8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T00:15:23.107Zjob assigned to worker 01KM6VW2RYX0C63BK0H626GV2H [factory aws, i-02f499d1400fc383a] (queued for 1 m 14 s)
 
22026-03-21T00:15:31.054Zstarting task 0: "setup"
32026-03-21T00:15:31.060Z++ uname -s
42026-03-21T00:15:31.063Z+ kern=SunOS
52026-03-21T00:15:31.063Z+ build_user=build
62026-03-21T00:15:31.063Z+ build_uid=12345
72026-03-21T00:15:31.063Z+ work_dir=/work
82026-03-21T00:15:31.063Z+ input_dir=/input
92026-03-21T00:15:31.063Z+ [[ 0 == 12345 ]]
102026-03-21T00:15:31.063Z+ case "$kern" in
112026-03-21T00:15:31.063Z+ groupadd -g 12345 build
122026-03-21T00:15:31.066Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T00:15:33.075Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T00:15:33.190Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T00:15:33.194Z+ home_fs=zfs
162026-03-21T00:15:33.194Z+ [[ zfs == autofs ]]
172026-03-21T00:15:33.194Z+ mkdir -p /home/build
182026-03-21T00:15:33.197Z+ chown build:build /home/build /work
192026-03-21T00:15:35.198Z+ chmod 0700 /home/build /work
202026-03-21T00:15:35.202Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-21T00:15:35.213Zstarting task 1: "rust-toolchain"
222026-03-21T00:15:35.218Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-21T00:15:35.219Z * rust toolchain channel = "1.94.0"
242026-03-21T00:15:35.219Z * rust toolchain profile = "default"
252026-03-21T00:15:35.222Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-21T00:15:35.222Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T00:15:35.222Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T00:15:35.222Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T00:15:35.222Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-21T00:15:35.390Zinfo: downloading installer
312026-03-21T00:15:37.211Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T00:15:37.211Zwarn: /opt/ooce/bin
332026-03-21T00:15:37.211Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T00:15:37.211Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T00:15:37.211Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T00:15:37.211Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T00:15:37.211Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T00:15:37.211Zerror: cannot install while Rust is installed
392026-03-21T00:15:37.211Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T00:15:37.211Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T00:15:37.211Zwarn: /home/build/.rustup/settings.toml
422026-03-21T00:15:37.211Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T00:15:37.211Zwarn: instead of the one inferred from the default host triple.
442026-03-21T00:15:37.227Zinfo: profile set to default
452026-03-21T00:15:37.227Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T00:15:37.230Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-21T00:15:37.406Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-21T00:15:37.409Zinfo: downloading 6 components
492026-03-21T00:15:54.604Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-21T00:15:54.604Z
512026-03-21T00:15:54.647Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-21T00:15:54.647Z
532026-03-21T00:15:54.647Z
542026-03-21T00:15:54.650ZRust is installed now. Great!
552026-03-21T00:15:54.650Z
562026-03-21T00:15:54.650ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T00:15:54.650Zenvironment variable. This has not been done automatically.
582026-03-21T00:15:54.650Z
592026-03-21T00:15:54.650ZTo configure your current shell, you need to source
602026-03-21T00:15:54.650Zthe corresponding env file under $HOME/.cargo.
612026-03-21T00:15:54.650Z
622026-03-21T00:15:54.650ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T00:15:54.650Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T00:15:54.650Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T00:15:54.650Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T00:15:54.650Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T00:15:54.650Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T00:15:54.650Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T00:15:54.650Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T00:15:54.650Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T00:15:54.782Z+ rustup --version
722026-03-21T00:15:54.788Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T00:15:54.791Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T00:15:54.816Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-21T00:15:54.823Z+ cargo --version
762026-03-21T00:15:54.831Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-21T00:15:54.836Z+ rustc --version
782026-03-21T00:15:54.860Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-21T00:15:54.864Zprocess exited: duration 19641 ms, exit code 0
 
802026-03-21T00:15:54.871Zstarting task 2: "authentication"
812026-03-21T00:15:54.892Zprocess exited: duration 20 ms, exit code 0
 
822026-03-21T00:15:54.898Zstarting task 3: "clone repository"
832026-03-21T00:15:54.903Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-21T00:15:54.907Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-21T00:15:55.038ZCloning into '/work/oxidecomputer/omicron'...
862026-03-21T00:16:04.743Z+ cd /work/oxidecomputer/omicron
872026-03-21T00:16:04.743Z+ git fetch origin 63d24c2b6823057a8db0ba81ff20d46804eb2d94
882026-03-21T00:16:05.053ZFrom https://github.com/oxidecomputer/omicron
892026-03-21T00:16:05.053Z * branch 63d24c2b6823057a8db0ba81ff20d46804eb2d94 -> FETCH_HEAD
902026-03-21T00:16:05.066Z+ [[ -n expectorate-no-comment ]]
912026-03-21T00:16:05.069Z++ git branch --show-current
922026-03-21T00:16:05.069Z+ current=main
932026-03-21T00:16:05.069Z+ [[ main != expectorate-no-comment ]]
942026-03-21T00:16:05.069Z+ git branch -f expectorate-no-comment 63d24c2b6823057a8db0ba81ff20d46804eb2d94
952026-03-21T00:16:05.073Z+ git checkout -f expectorate-no-comment
962026-03-21T00:16:05.393ZSwitched to branch 'expectorate-no-comment'
972026-03-21T00:16:05.397Z+ git reset --hard 63d24c2b6823057a8db0ba81ff20d46804eb2d94
982026-03-21T00:16:05.450ZHEAD is now at 63d24c2b6 merge
992026-03-21T00:16:05.453Zprocess exited: duration 10548 ms, exit code 0
 
1002026-03-21T00:16:05.460Zstarting task 4: "build"
1012026-03-21T00:16:05.466Z+ source .github/buildomat/ci-env.sh
1022026-03-21T00:16:05.469Z++ export CARGO_TERM_COLOR=always
1032026-03-21T00:16:05.469Z++ CARGO_TERM_COLOR=always
1042026-03-21T00:16:05.469Z+ cargo --version
1052026-03-21T00:16:05.478Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-21T00:16:05.481Z+ rustc --version
1072026-03-21T00:16:05.506Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-21T00:16:05.510Z+ WORK=/work
1092026-03-21T00:16:05.510Z+ pfexec mkdir -p /work
1102026-03-21T00:16:05.515Z+ pfexec chown build /work
1112026-03-21T00:16:05.519Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-21T00:16:15.751Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-21T00:16:25.843Z Startup: Caching catalogs ... Done
1142026-03-21T00:16:48.262ZPlanning: Solver setup ... Done (20.934s)
1152026-03-21T00:16:48.418ZPlanning: Running solver ... Done (0.155s)
1162026-03-21T00:16:48.609ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-21T00:16:48.631ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-21T00:16:49.381ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-21T00:16:49.424ZPlanning: Package planning ... Done (0.043s)
1202026-03-21T00:16:49.467ZPlanning: Merging actions ... Done (0.042s)
1212026-03-21T00:16:49.743ZPlanning: Checking for conflicting actions ... Done (0.276s)
1222026-03-21T00:16:49.755ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-21T00:16:50.917ZPlanning: Evaluating mediators ... Done (1.163s)
1242026-03-21T00:16:50.926ZPlanning: Planning completed in 24.92 seconds
1252026-03-21T00:16:51.053Z Packages to install: 4
1262026-03-21T00:16:51.053Z Mediators to change: 2
1272026-03-21T00:16:51.053Z Services to change: 1
1282026-03-21T00:16:51.053Z Estimated space available: 155.43 GB
1292026-03-21T00:16:51.053ZEstimated space to be consumed: 1.83 GB
1302026-03-21T00:16:51.057Z Create boot environment: No
1312026-03-21T00:16:51.057ZCreate backup boot environment: No
1322026-03-21T00:16:51.057Z Rebuild boot archive: No
1332026-03-21T00:16:51.057Z
1342026-03-21T00:16:51.057ZChanged mediators:
1352026-03-21T00:16:51.057Z mediator clang:
1362026-03-21T00:16:51.057Z version: None -> 15 (system default)
1372026-03-21T00:16:51.057Z
1382026-03-21T00:16:51.057Z mediator llvm:
1392026-03-21T00:16:51.057Z version: 14 (system default) -> 15 (system default)
1402026-03-21T00:16:51.057Z
1412026-03-21T00:16:51.057ZChanged packages:
1422026-03-21T00:16:51.057Zhelios-dev
1432026-03-21T00:16:51.057Z developer/build-essential
1442026-03-21T00:16:51.057Z None -> 11-2.0
1452026-03-21T00:16:51.057Z library/libxmlsec1
1462026-03-21T00:16:51.058Z None -> 1.2.35-2.0
1472026-03-21T00:16:51.058Z ooce/developer/clang-15
1482026-03-21T00:16:51.058Z None -> 15.0.7-2.0
1492026-03-21T00:16:51.058Z ooce/developer/llvm-15
1502026-03-21T00:16:51.058Z None -> 15.0.7-2.0
1512026-03-21T00:16:51.058Z
1522026-03-21T00:16:51.058ZServices:
1532026-03-21T00:16:51.058Z restart_fmri:
1542026-03-21T00:16:51.058Z svc:/system/update-man-index:default
1552026-03-21T00:16:51.105Z
1562026-03-21T00:16:51.105ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-21T00:16:56.108ZDownload: 624/3290 items 17.5/212.6MB 8% complete (3.5M/s)
1582026-03-21T00:17:01.111ZDownload: 3194/3290 items 171.3/212.6MB 80% complete (17.1M/s)
1592026-03-21T00:17:02.696ZDownload: Completed 212.60 MB in 11.58 seconds (18.4M/s)
1602026-03-21T00:17:03.074Z Actions: 1/3689 actions (Installing new actions)
1612026-03-21T00:17:07.419Z Actions: Completed 3689 actions in 4.34 seconds.
1622026-03-21T00:17:07.764Z Done (0.340s)
1632026-03-21T00:17:07.764Z Done (0.000s)
1642026-03-21T00:17:08.660Z Done (0.895s)
1652026-03-21T00:17:13.428Z Done (4.407s)
1662026-03-21T00:17:13.506Z Done (0.016s)
1672026-03-21T00:17:13.509Z Done (0.000s)
1682026-03-21T00:17:13.642Z Done (0.000s)
1692026-03-21T00:17:14.641ZPlanning: Evaluating mediator changes ... Done
1702026-03-21T00:17:14.792ZPlanning: Checking for conflicting actions ... Done
1712026-03-21T00:17:14.797ZPlanning: Consolidating action changes ... Done
1722026-03-21T00:17:15.011ZPlanning: Evaluating mediators ... Done
1732026-03-21T00:17:15.016ZPlanning: Planning completed in 0.37 seconds
1742026-03-21T00:17:15.044Z Mediators to change: 2
1752026-03-21T00:17:15.044Z Create boot environment: No
1762026-03-21T00:17:15.050ZCreate backup boot environment: No
1772026-03-21T00:17:15.098Z Done
1782026-03-21T00:17:15.098Z Done
1792026-03-21T00:17:15.843Z Done
1802026-03-21T00:17:19.224Z Done
1812026-03-21T00:17:19.310Z Done
1822026-03-21T00:17:19.320Z Done
1832026-03-21T00:17:19.426Z Done
1842026-03-21T00:17:19.979ZPlanning: Evaluating mediator changes ... Done
1852026-03-21T00:17:19.983ZPlanning: Merging actions ... Done
1862026-03-21T00:17:20.142ZPlanning: Checking for conflicting actions ... Done
1872026-03-21T00:17:20.146ZPlanning: Consolidating action changes ... Done
1882026-03-21T00:17:20.369ZPlanning: Evaluating mediators ... Done
1892026-03-21T00:17:20.412ZPlanning: Planning completed in 0.64 seconds
1902026-03-21T00:17:20.443Z Packages to change: 1
1912026-03-21T00:17:20.443Z Mediators to change: 1
1922026-03-21T00:17:20.443Z Services to change: 1
1932026-03-21T00:17:20.444Z Create boot environment: No
1942026-03-21T00:17:20.448ZCreate backup boot environment: Yes
1952026-03-21T00:17:22.922Z Actions: 1/6 actions (Updating modified actions)
1962026-03-21T00:17:22.937Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-21T00:17:22.938Z Done
1982026-03-21T00:17:22.938Z Done
1992026-03-21T00:17:23.117Z Done
2002026-03-21T00:17:26.455Z Done
2012026-03-21T00:17:26.547Z Done
2022026-03-21T00:17:26.552Z Done
2032026-03-21T00:17:26.705Z Done
2042026-03-21T00:17:27.087ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-21T00:17:27.087Zclang system 15 system
2062026-03-21T00:17:27.087Zcsh system system illumos
2072026-03-21T00:17:27.087Zctags system system illumos
2082026-03-21T00:17:27.087Zfile system system illumos
2092026-03-21T00:17:27.087Zgcc vendor 12 vendor
2102026-03-21T00:17:27.087Zgcc system 10 system
2112026-03-21T00:17:27.087Zgcc system 7 system
2122026-03-21T00:17:27.087Zgo system 1.20 system
2132026-03-21T00:17:27.087Zgo system 1.19 system
2142026-03-21T00:17:27.088Zllvm system 15 system
2152026-03-21T00:17:27.088Zllvm system 14 system
2162026-03-21T00:17:27.088Zmariadb system 10.6 system
2172026-03-21T00:17:27.088Zmta vendor vendor dma
2182026-03-21T00:17:27.088Zopenjdk system 17 system
2192026-03-21T00:17:27.088Zopenjdk system 11 system
2202026-03-21T00:17:27.088Zopenjdk system 1.8 system
2212026-03-21T00:17:27.088Zopenssl vendor 3 vendor
2222026-03-21T00:17:27.088Zperl system 5.36 system
2232026-03-21T00:17:27.088Zpostgresql system 15 system
2242026-03-21T00:17:27.088Zpostgresql system 13 system
2252026-03-21T00:17:27.088Zpython vendor 3 vendor
2262026-03-21T00:17:27.088Zpython system 2 system
2272026-03-21T00:17:27.088Zpython3 system 3.11 system
2282026-03-21T00:17:27.088Zruby system 3.0 system
2292026-03-21T00:17:27.088Zwords vendor vendor american-english
2302026-03-21T00:17:27.088Zwords system system australian-english
2312026-03-21T00:17:27.088Zwords system system british-english
2322026-03-21T00:17:27.088Zwords system system canadian-english
2332026-03-21T00:17:27.088Zwords system system french
2342026-03-21T00:17:27.088Zwords system system italian
2352026-03-21T00:17:27.088Zwords system system ngerman
2362026-03-21T00:17:27.088Zwords system system ogerman
2372026-03-21T00:17:27.088Zwords system system spanish
2382026-03-21T00:17:27.390ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-21T00:17:27.391Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-21T00:17:33.409ZFMRI IFO
2412026-03-21T00:17:33.409Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-21T00:17:33.409Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-21T00:17:33.409Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-21T00:17:33.409Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-21T00:17:33.409Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-21T00:17:33.409Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-21T00:17:33.409Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-21T00:17:33.409Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-21T00:17:33.410Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-21T00:17:33.410Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-21T00:17:33.410Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-21T00:17:33.410Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-21T00:17:33.410Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-21T00:17:33.410Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-21T00:17:33.410Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-21T00:17:33.410Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-21T00:17:34.701Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-21T00:17:34.968Z Updating crates.io index
2592026-03-21T00:17:34.971Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-21T00:17:35.235Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-21T00:17:36.254Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-21T00:17:36.674Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-21T00:17:36.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-21T00:17:37.936Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-21T00:17:38.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-21T00:17:40.011Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-21T00:17:41.682Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-21T00:17:42.441Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-21T00:17:43.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-21T00:17:43.780Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-21T00:17:44.458Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-21T00:17:44.967Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-21T00:17:45.295Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-21T00:17:46.409Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-21T00:17:46.891Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-21T00:17:47.432Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-21T00:17:47.730Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-21T00:17:48.234Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-21T00:17:48.822Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-21T00:17:49.072Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-21T00:17:49.353Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-21T00:17:49.750Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-21T00:17:50.159Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-21T00:17:50.928Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-21T00:17:51.304Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-21T00:17:51.606Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-21T00:17:51.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-21T00:17:53.824Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-21T00:17:54.197Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-21T00:17:54.629Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-21T00:17:54.981Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-21T00:17:55.374Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-21T00:17:56.023Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-21T00:17:56.295Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-21T00:17:56.580Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-21T00:17:56.971Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-21T00:18:11.332Z Downloading crates ...
2982026-03-21T00:18:11.398Z Downloaded anyhow v1.0.102
2992026-03-21T00:18:11.405Z Downloaded cargo-platform v0.2.0
3002026-03-21T00:18:11.409Z Downloaded stable_deref_trait v1.2.1
3012026-03-21T00:18:11.412Z Downloaded camino-tempfile v1.4.1
3022026-03-21T00:18:11.412Z Downloaded anstream v0.6.21
3032026-03-21T00:18:11.415Z Downloaded scroll v0.12.0
3042026-03-21T00:18:11.415Z Downloaded fs-err v3.3.0
3052026-03-21T00:18:11.419Z Downloaded byteorder v1.5.0
3062026-03-21T00:18:11.419Z Downloaded digest v0.10.7
3072026-03-21T00:18:11.422Z Downloaded cargo_toml v0.21.0
3082026-03-21T00:18:11.422Z Downloaded bytecount v0.6.9
3092026-03-21T00:18:11.425Z Downloaded erased-serde v0.4.9
3102026-03-21T00:18:11.425Z Downloaded camino v1.2.2
3112026-03-21T00:18:11.428Z Downloaded cargo_metadata v0.21.0
3122026-03-21T00:18:11.428Z Downloaded memchr v2.8.0
3132026-03-21T00:18:11.431Z Downloaded scroll_derive v0.12.1
3142026-03-21T00:18:11.434Z Downloaded cargo-util-schemas v0.8.2
3152026-03-21T00:18:11.434Z Downloaded percent-encoding v2.3.2
3162026-03-21T00:18:11.438Z Downloaded papergrid v0.11.0
3172026-03-21T00:18:11.443Z Downloaded pretty-hex v0.4.1
3182026-03-21T00:18:11.443Z Downloaded dtrace-parser v0.2.0
3192026-03-21T00:18:11.443Z Downloaded toml_write v0.1.2
3202026-03-21T00:18:11.448Z Downloaded thread-id v4.2.2
3212026-03-21T00:18:11.448Z Downloaded heck v0.5.0
3222026-03-21T00:18:11.448Z Downloaded form_urlencoded v1.2.2
3232026-03-21T00:18:11.448Z Downloaded plain v0.2.3
3242026-03-21T00:18:11.454Z Downloaded proc-macro-error-attr v1.0.4
3252026-03-21T00:18:11.454Z Downloaded pest_generator v2.8.6
3262026-03-21T00:18:11.458Z Downloaded potential_utf v0.1.4
3272026-03-21T00:18:11.458Z Downloaded serde-value v0.7.0
3282026-03-21T00:18:11.462Z Downloaded proc-macro2 v1.0.106
3292026-03-21T00:18:11.462Z Downloaded zerofrom v0.1.6
3302026-03-21T00:18:11.466Z Downloaded utf8parse v0.2.2
3312026-03-21T00:18:11.466Z Downloaded yoke v0.8.1
3322026-03-21T00:18:11.466Z Downloaded fastrand v2.3.0
3332026-03-21T00:18:11.466Z Downloaded block-buffer v0.10.4
3342026-03-21T00:18:11.470Z Downloaded dof v0.3.0
3352026-03-21T00:18:11.470Z Downloaded is_terminal_polyfill v1.70.2
3362026-03-21T00:18:11.470Z Downloaded toml_edit v0.22.27
3372026-03-21T00:18:11.473Z Downloaded usdt-macro v0.5.0
3382026-03-21T00:18:11.473Z Downloaded utf8_iter v1.0.4
3392026-03-21T00:18:11.473Z Downloaded ucd-trie v0.1.7
3402026-03-21T00:18:11.476Z Downloaded version_check v0.9.5
3412026-03-21T00:18:11.476Z Downloaded usdt-impl v0.5.0
3422026-03-21T00:18:11.476Z Downloaded thiserror-impl v2.0.18
3432026-03-21T00:18:11.479Z Downloaded macaddr v1.0.1
3442026-03-21T00:18:11.479Z Downloaded generic-array v0.14.7
3452026-03-21T00:18:11.482Z Downloaded unicode-linebreak v0.1.5
3462026-03-21T00:18:11.482Z Downloaded num-traits v0.2.19
3472026-03-21T00:18:11.482Z Downloaded writeable v0.6.2
3482026-03-21T00:18:11.485Z Downloaded thiserror v1.0.69
3492026-03-21T00:18:11.488Z Downloaded pest_derive v2.8.6
3502026-03-21T00:18:11.491Z Downloaded displaydoc v0.2.5
3512026-03-21T00:18:11.491Z Downloaded anstyle-parse v0.2.7
3522026-03-21T00:18:11.494Z Downloaded memmap v0.7.0
3532026-03-21T00:18:11.494Z Downloaded anstyle v1.0.13
3542026-03-21T00:18:11.497Z Downloaded toml_datetime v0.6.11
3552026-03-21T00:18:11.497Z Downloaded ordered-float v2.10.1
3562026-03-21T00:18:11.500Z Downloaded unicode-xid v0.2.6
3572026-03-21T00:18:11.500Z Downloaded clap_lex v1.0.0
3582026-03-21T00:18:11.501Z Downloaded idna_adapter v1.2.1
3592026-03-21T00:18:11.504Z Downloaded zerocopy-derive v0.7.35
3602026-03-21T00:18:11.507Z Downloaded tinystr v0.8.2
3612026-03-21T00:18:11.507Z Downloaded cfg-if v1.0.4
3622026-03-21T00:18:11.507Z Downloaded anstyle-query v1.1.5
3632026-03-21T00:18:11.510Z Downloaded usdt-attr-macro v0.5.0
3642026-03-21T00:18:11.513Z Downloaded heck v0.4.1
3652026-03-21T00:18:11.513Z Downloaded terminal_size v0.4.3
3662026-03-21T00:18:11.517Z Downloaded toml v0.8.23
3672026-03-21T00:18:11.520Z Downloaded zerofrom-derive v0.1.6
3682026-03-21T00:18:11.520Z Downloaded typeid v1.0.3
3692026-03-21T00:18:11.522Z Downloaded swrite v0.1.0
3702026-03-21T00:18:11.523Z Downloaded equivalent v1.0.2
3712026-03-21T00:18:11.523Z Downloaded fnv v1.0.7
3722026-03-21T00:18:11.525Z Downloaded colorchoice v1.0.4
3732026-03-21T00:18:11.526Z Downloaded serde-untagged v0.1.9
3742026-03-21T00:18:11.526Z Downloaded proc-macro-error v1.0.4
3752026-03-21T00:18:11.531Z Downloaded serde_spanned v0.6.9
3762026-03-21T00:18:11.534Z Downloaded tabled_derive v0.7.0
3772026-03-21T00:18:11.534Z Downloaded yoke-derive v0.8.1
3782026-03-21T00:18:11.539Z Downloaded strsim v0.11.1
3792026-03-21T00:18:11.542Z Downloaded smawk v0.3.2
3802026-03-21T00:18:11.542Z Downloaded crypto-common v0.1.7
3812026-03-21T00:18:11.546Z Downloaded itoa v1.0.17
3822026-03-21T00:18:11.546Z Downloaded zmij v1.0.21
3832026-03-21T00:18:11.546Z Downloaded errno v0.3.14
3842026-03-21T00:18:11.549Z Downloaded autocfg v1.5.0
3852026-03-21T00:18:11.549Z Downloaded usdt v0.5.0
3862026-03-21T00:18:11.549Z Downloaded url v2.5.8
3872026-03-21T00:18:11.552Z Downloaded thiserror v2.0.18
3882026-03-21T00:18:11.555Z Downloaded semver v1.0.27
3892026-03-21T00:18:11.559Z Downloaded textwrap v0.16.2
3902026-03-21T00:18:11.559Z Downloaded zerovec-derive v0.11.2
3912026-03-21T00:18:11.562Z Downloaded typenum v1.19.0
3922026-03-21T00:18:11.562Z Downloaded synstructure v0.13.2
3932026-03-21T00:18:11.565Z Downloaded clap_derive v4.5.55
3942026-03-21T00:18:11.565Z Downloaded sha2 v0.10.9
3952026-03-21T00:18:11.569Z Downloaded unicode-ident v1.0.24
3962026-03-21T00:18:11.569Z Downloaded thiserror-impl v1.0.69
3972026-03-21T00:18:11.572Z Downloaded serde v1.0.228
3982026-03-21T00:18:11.576Z Downloaded cpufeatures v0.2.17
3992026-03-21T00:18:11.580Z Downloaded quote v1.0.44
4002026-03-21T00:18:11.580Z Downloaded zerotrie v0.2.3
4012026-03-21T00:18:11.582Z Downloaded serde_tokenstream v0.2.3
4022026-03-21T00:18:11.583Z Downloaded zerocopy v0.7.35
4032026-03-21T00:18:11.593Z Downloaded zerovec v0.11.5
4042026-03-21T00:18:11.600Z Downloaded tempfile v3.25.0
4052026-03-21T00:18:11.600Z Downloaded smallvec v1.15.1
4062026-03-21T00:18:11.603Z Downloaded once_cell v1.21.3
4072026-03-21T00:18:11.606Z Downloaded winnow v0.7.14
4082026-03-21T00:18:11.613Z Downloaded pest_meta v2.8.6
4092026-03-21T00:18:11.616Z Downloaded unicode-width v0.2.0
4102026-03-21T00:18:11.620Z Downloaded litemap v0.8.1
4112026-03-21T00:18:11.620Z Downloaded icu_properties v2.1.2
4122026-03-21T00:18:11.624Z Downloaded bitflags v2.11.0
4132026-03-21T00:18:11.627Z Downloaded unicode-width v0.1.14
4142026-03-21T00:18:11.632Z Downloaded serde_core v1.0.228
4152026-03-21T00:18:11.632Z Downloaded serde_derive v1.0.228
4162026-03-21T00:18:11.635Z Downloaded idna v1.1.0
4172026-03-21T00:18:11.638Z Downloaded log v0.4.29
4182026-03-21T00:18:11.638Z Downloaded icu_normalizer_data v2.1.1
4192026-03-21T00:18:11.641Z Downloaded icu_locale_core v2.1.1
4202026-03-21T00:18:11.644Z Downloaded icu_provider v2.1.1
4212026-03-21T00:18:11.647Z Downloaded clap v4.5.60
4222026-03-21T00:18:11.651Z Downloaded icu_normalizer v2.1.1
4232026-03-21T00:18:11.654Z Downloaded getrandom v0.4.1
4242026-03-21T00:18:11.659Z Downloaded icu_collections v2.1.1
4252026-03-21T00:18:11.663Z Downloaded indexmap v2.13.0
4262026-03-21T00:18:11.680Z Downloaded serde_json v1.0.149
4272026-03-21T00:18:11.685Z Downloaded icu_properties_data v2.1.2
4282026-03-21T00:18:11.692Z Downloaded pest v2.8.6
4292026-03-21T00:18:11.715Z Downloaded hashbrown v0.16.1
4302026-03-21T00:18:11.721Z Downloaded clap_builder v4.5.60
4312026-03-21T00:18:11.726Z Downloaded goblin v0.8.2
4322026-03-21T00:18:11.730Z Downloaded tabled v0.15.0
4332026-03-21T00:18:11.744Z Downloaded syn v1.0.109
4342026-03-21T00:18:11.764Z Downloaded syn v2.0.117
4352026-03-21T00:18:11.774Z Downloaded rustix v1.1.3
4362026-03-21T00:18:11.803Z Downloaded libc v0.2.180
4372026-03-21T00:18:11.894Z Compiling proc-macro2 v1.0.106
4382026-03-21T00:18:11.897Z Compiling unicode-ident v1.0.24
4392026-03-21T00:18:11.897Z Compiling quote v1.0.44
4402026-03-21T00:18:11.897Z Compiling serde_core v1.0.228
4412026-03-21T00:18:11.897Z Compiling libc v0.2.180
4422026-03-21T00:18:11.897Z Compiling version_check v0.9.5
4432026-03-21T00:18:11.897Z Compiling serde v1.0.228
4442026-03-21T00:18:11.897Z Compiling memchr v2.8.0
4452026-03-21T00:18:11.897Z Compiling stable_deref_trait v1.2.1
4462026-03-21T00:18:11.897Z Compiling zmij v1.0.21
4472026-03-21T00:18:11.897Z Compiling autocfg v1.5.0
4482026-03-21T00:18:11.897Z Compiling itoa v1.0.17
4492026-03-21T00:18:11.897Z Compiling ucd-trie v0.1.7
4502026-03-21T00:18:12.110Z Compiling thiserror v1.0.69
4512026-03-21T00:18:12.154Z Compiling litemap v0.8.1
4522026-03-21T00:18:12.340Z Compiling writeable v0.6.2
4532026-03-21T00:18:12.563Z Compiling icu_normalizer_data v2.1.1
4542026-03-21T00:18:12.649Z Compiling byteorder v1.5.0
4552026-03-21T00:18:12.706Z Compiling icu_properties_data v2.1.2
4562026-03-21T00:18:12.760Z Compiling rustix v1.1.3
4572026-03-21T00:18:12.787Z Compiling bitflags v2.11.0
4582026-03-21T00:18:13.000Z Compiling pest v2.8.6
4592026-03-21T00:18:13.032Z Compiling serde_json v1.0.149
4602026-03-21T00:18:13.105Z Compiling num-traits v0.2.19
4612026-03-21T00:18:13.245Z Compiling hashbrown v0.16.1
4622026-03-21T00:18:13.329Z Compiling smallvec v1.15.1
4632026-03-21T00:18:13.388Z Compiling typeid v1.0.3
4642026-03-21T00:18:13.416Z Compiling equivalent v1.0.2
4652026-03-21T00:18:13.471Z Compiling proc-macro-error-attr v1.0.4
4662026-03-21T00:18:13.612Z Compiling usdt-impl v0.5.0
4672026-03-21T00:18:13.808Z Compiling winnow v0.7.14
4682026-03-21T00:18:13.840Z Compiling toml_write v0.1.2
4692026-03-21T00:18:13.867Z Compiling erased-serde v0.4.9
4702026-03-21T00:18:13.870Z Compiling syn v1.0.109
4712026-03-21T00:18:13.870Z Compiling proc-macro-error v1.0.4
4722026-03-21T00:18:13.922Z Compiling errno v0.3.14
4732026-03-21T00:18:13.951Z Compiling thread-id v4.2.2
4742026-03-21T00:18:14.132Z Compiling indexmap v2.13.0
4752026-03-21T00:18:14.194Z Compiling camino v1.2.2
4762026-03-21T00:18:14.221Z Compiling percent-encoding v2.3.2
4772026-03-21T00:18:14.247Z Compiling utf8parse v0.2.2
4782026-03-21T00:18:14.250Z Compiling thiserror v2.0.18
4792026-03-21T00:18:14.419Z Compiling log v0.4.29
4802026-03-21T00:18:14.447Z Compiling syn v2.0.117
4812026-03-21T00:18:14.476Z Compiling utf8_iter v1.0.4
4822026-03-21T00:18:14.510Z Compiling getrandom v0.4.1
4832026-03-21T00:18:14.540Z Compiling plain v0.2.3
4842026-03-21T00:18:14.676Z Compiling form_urlencoded v1.2.2
4852026-03-21T00:18:14.704Z Compiling pest_meta v2.8.6
4862026-03-21T00:18:14.736Z Compiling anstyle-parse v0.2.7
4872026-03-21T00:18:14.929Z Compiling ordered-float v2.10.1
4882026-03-21T00:18:15.020Z Compiling colorchoice v1.0.4
4892026-03-21T00:18:15.026Z Compiling is_terminal_polyfill v1.70.2
4902026-03-21T00:18:15.049Z Compiling cfg-if v1.0.4
4912026-03-21T00:18:15.106Z Compiling pretty-hex v0.4.1
4922026-03-21T00:18:15.109Z Compiling anstyle v1.0.13
4932026-03-21T00:18:15.137Z Compiling anstyle-query v1.1.5
4942026-03-21T00:18:15.200Z Compiling fs-err v3.3.0
4952026-03-21T00:18:15.301Z Compiling unicode-xid v0.2.6
4962026-03-21T00:18:15.346Z Compiling heck v0.4.1
4972026-03-21T00:18:15.351Z Compiling strsim v0.11.1
4982026-03-21T00:18:15.405Z Compiling terminal_size v0.4.3
4992026-03-21T00:18:15.439Z Compiling anstream v0.6.21
5002026-03-21T00:18:15.470Z Compiling anyhow v1.0.102
5012026-03-21T00:18:15.475Z Compiling clap_lex v1.0.0
5022026-03-21T00:18:15.475Z Compiling unicode-width v0.1.14
5032026-03-21T00:18:15.556Z Compiling fnv v1.0.7
5042026-03-21T00:18:15.602Z Compiling fastrand v2.3.0
5052026-03-21T00:18:15.669Z Compiling once_cell v1.21.3
5062026-03-21T00:18:15.889Z Compiling semver v1.0.27
5072026-03-21T00:18:15.892Z Compiling heck v0.5.0
5082026-03-21T00:18:15.975Z Compiling bytecount v0.6.9
5092026-03-21T00:18:15.979Z Compiling tempfile v3.25.0
5102026-03-21T00:18:16.006Z Compiling clap_builder v4.5.60
5112026-03-21T00:18:16.009Z Compiling memmap v0.7.0
5122026-03-21T00:18:16.259Z Compiling papergrid v0.11.0
5132026-03-21T00:18:16.288Z Compiling smawk v0.3.2
5142026-03-21T00:18:16.319Z Compiling unicode-width v0.2.0
5152026-03-21T00:18:16.350Z Compiling unicode-linebreak v0.1.5
5162026-03-21T00:18:16.447Z Compiling serde-untagged v0.1.9
5172026-03-21T00:18:16.478Z Compiling camino-tempfile v1.4.1
5182026-03-21T00:18:16.527Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-21T00:18:16.590Z Compiling swrite v0.1.0
5202026-03-21T00:18:16.720Z Compiling textwrap v0.16.2
5212026-03-21T00:18:17.152Z Compiling tabled_derive v0.7.0
5222026-03-21T00:18:18.035Z Compiling tabled v0.15.0
5232026-03-21T00:18:18.142Z Compiling synstructure v0.13.2
5242026-03-21T00:18:18.142Z Compiling pest_generator v2.8.6
5252026-03-21T00:18:18.902Z Compiling serde_derive v1.0.228
5262026-03-21T00:18:18.905Z Compiling zerofrom-derive v0.1.6
5272026-03-21T00:18:18.905Z Compiling yoke-derive v0.8.1
5282026-03-21T00:18:18.905Z Compiling zerovec-derive v0.11.2
5292026-03-21T00:18:18.905Z Compiling displaydoc v0.2.5
5302026-03-21T00:18:18.905Z Compiling thiserror-impl v1.0.69
5312026-03-21T00:18:18.906Z Compiling zerocopy-derive v0.7.35
5322026-03-21T00:18:18.906Z Compiling pest_derive v2.8.6
5332026-03-21T00:18:18.906Z Compiling scroll_derive v0.12.1
5342026-03-21T00:18:18.906Z Compiling thiserror-impl v2.0.18
5352026-03-21T00:18:18.928Z Compiling clap_derive v4.5.55
5362026-03-21T00:18:19.779Z Compiling scroll v0.12.0
5372026-03-21T00:18:20.078Z Compiling goblin v0.8.2
5382026-03-21T00:18:20.115Z Compiling zerocopy v0.7.35
5392026-03-21T00:18:20.336Z Compiling zerofrom v0.1.6
5402026-03-21T00:18:20.472Z Compiling yoke v0.8.1
5412026-03-21T00:18:20.555Z Compiling dtrace-parser v0.2.0
5422026-03-21T00:18:20.680Z Compiling zerovec v0.11.5
5432026-03-21T00:18:20.680Z Compiling zerotrie v0.2.3
5442026-03-21T00:18:20.805Z Compiling clap v4.5.60
5452026-03-21T00:18:21.263Z Compiling tinystr v0.8.2
5462026-03-21T00:18:21.263Z Compiling potential_utf v0.1.4
5472026-03-21T00:18:21.410Z Compiling icu_collections v2.1.1
5482026-03-21T00:18:21.490Z Compiling icu_locale_core v2.1.1
5492026-03-21T00:18:22.262Z Compiling icu_provider v2.1.1
5502026-03-21T00:18:22.286Z Compiling serde_spanned v0.6.9
5512026-03-21T00:18:22.290Z Compiling toml_datetime v0.6.11
5522026-03-21T00:18:22.290Z Compiling serde-value v0.7.0
5532026-03-21T00:18:22.290Z Compiling cargo-platform v0.2.0
5542026-03-21T00:18:22.290Z Compiling macaddr v1.0.1
5552026-03-21T00:18:22.310Z Compiling dof v0.3.0
5562026-03-21T00:18:22.314Z Compiling serde_tokenstream v0.2.3
5572026-03-21T00:18:22.562Z Compiling icu_normalizer v2.1.1
5582026-03-21T00:18:22.562Z Compiling icu_properties v2.1.2
5592026-03-21T00:18:22.591Z Compiling toml_edit v0.22.27
5602026-03-21T00:18:23.344Z Compiling usdt-macro v0.5.0
5612026-03-21T00:18:23.347Z Compiling usdt-attr-macro v0.5.0
5622026-03-21T00:18:23.762Z Compiling idna_adapter v1.2.1
5632026-03-21T00:18:23.895Z Compiling idna v1.1.0
5642026-03-21T00:18:24.101Z Compiling usdt v0.5.0
5652026-03-21T00:18:24.242Z Compiling url v2.5.8
5662026-03-21T00:18:24.431Z Compiling toml v0.8.23
5672026-03-21T00:18:24.900Z Compiling cargo-util-schemas v0.8.2
5682026-03-21T00:18:24.900Z Compiling cargo_toml v0.21.0
5692026-03-21T00:18:26.029Z Compiling cargo_metadata v0.21.0
5702026-03-21T00:18:27.326Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-21T00:18:30.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.73s
5722026-03-21T00:18:30.516Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-21T00:18:31.233Z Downloading crates ...
5742026-03-21T00:18:31.344Z Downloaded aead v0.5.2
5752026-03-21T00:18:31.347Z Downloaded arrayref v0.3.9
5762026-03-21T00:18:31.350Z Downloaded async-recursion v1.1.1
5772026-03-21T00:18:31.353Z Downloaded atomicwrites v0.4.4
5782026-03-21T00:18:31.353Z Downloaded cexpr v0.6.0
5792026-03-21T00:18:31.358Z Downloaded blake2 v0.10.6
5802026-03-21T00:18:31.361Z Downloaded backon v1.6.0
5812026-03-21T00:18:31.368Z Downloaded crc v3.4.0
5822026-03-21T00:18:31.372Z Downloaded bitfield v0.19.4
5832026-03-21T00:18:31.378Z Downloaded crossterm v0.29.0
5842026-03-21T00:18:31.383Z Downloaded derive_builder_core v0.20.2
5852026-03-21T00:18:31.386Z Downloaded derive-where v1.6.0
5862026-03-21T00:18:31.389Z Downloaded cstr-argument v0.1.2
5872026-03-21T00:18:31.392Z Downloaded defmt-parser v1.0.0
5882026-03-21T00:18:31.392Z Downloaded defmt v0.3.100
5892026-03-21T00:18:31.393Z Downloaded darling_macro v0.21.3
5902026-03-21T00:18:31.393Z Downloaded critical-section v1.2.0
5912026-03-21T00:18:31.396Z Downloaded colored v3.1.1
5922026-03-21T00:18:31.399Z Downloaded derive_more v0.99.20
5932026-03-21T00:18:31.402Z Downloaded crunchy v0.2.4
5942026-03-21T00:18:31.402Z Downloaded ascii-canvas v3.0.0
5952026-03-21T00:18:31.406Z Downloaded crossbeam-epoch v0.9.18
5962026-03-21T00:18:31.406Z Downloaded derive-ex v0.1.8
5972026-03-21T00:18:31.409Z Downloaded darling v0.20.11
5982026-03-21T00:18:31.412Z Downloaded dyn-clone v1.0.20
5992026-03-21T00:18:31.412Z Downloaded bit-set v0.8.0
6002026-03-21T00:18:31.415Z Downloaded ahash v0.8.12
6012026-03-21T00:18:31.415Z Downloaded darling v0.21.3
6022026-03-21T00:18:31.419Z Downloaded float-ord v0.3.2
6032026-03-21T00:18:31.422Z Downloaded dropshot_endpoint v0.16.7
6042026-03-21T00:18:31.425Z Downloaded crucible-workspace-hack v0.1.0
6052026-03-21T00:18:31.425Z Downloaded darling_macro v0.23.0
6062026-03-21T00:18:31.425Z Downloaded async-stream v0.3.6
6072026-03-21T00:18:31.429Z Downloaded env_filter v1.0.0
6082026-03-21T00:18:31.433Z Downloaded embedded-io v0.4.0
6092026-03-21T00:18:31.433Z Downloaded dsl_auto_type v0.2.0
6102026-03-21T00:18:31.433Z Downloaded display-error-chain v0.2.2
6112026-03-21T00:18:31.436Z Downloaded fallible-iterator v0.2.0
6122026-03-21T00:18:31.436Z Downloaded document-features v0.2.12
6132026-03-21T00:18:31.439Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-03-21T00:18:31.439Z Downloaded darling_core v0.23.0
6152026-03-21T00:18:31.442Z Downloaded embedded-io v0.6.1
6162026-03-21T00:18:31.445Z Downloaded dirs-next v2.0.0
6172026-03-21T00:18:31.445Z Downloaded const_format v0.2.35
6182026-03-21T00:18:31.449Z Downloaded block-padding v0.3.3
6192026-03-21T00:18:31.452Z Downloaded debug-ignore v1.0.5
6202026-03-21T00:18:31.452Z Downloaded dunce v1.0.5
6212026-03-21T00:18:31.452Z Downloaded cfg_aliases v0.2.1
6222026-03-21T00:18:31.456Z Downloaded assert_matches v1.5.0
6232026-03-21T00:18:31.456Z Downloaded chacha20poly1305 v0.10.1
6242026-03-21T00:18:31.459Z Downloaded crc8 v0.1.1
6252026-03-21T00:18:31.460Z Downloaded git-stub v1.0.0
6262026-03-21T00:18:31.460Z Downloaded filetime v0.2.27
6272026-03-21T00:18:31.460Z Downloaded enum-as-inner v0.6.1
6282026-03-21T00:18:31.463Z Downloaded crc-catalog v2.4.0
6292026-03-21T00:18:31.463Z Downloaded async-trait v0.1.89
6302026-03-21T00:18:31.467Z Downloaded float-cmp v0.10.0
6312026-03-21T00:18:31.467Z Downloaded castaway v0.2.4
6322026-03-21T00:18:31.471Z Downloaded async-stream-impl v0.3.6
6332026-03-21T00:18:31.471Z Downloaded defmt-macros v1.0.1
6342026-03-21T00:18:31.475Z Downloaded foreign-types-macros v0.2.3
6352026-03-21T00:18:31.475Z Downloaded fixedbitset v0.4.2
6362026-03-21T00:18:31.475Z Downloaded curve25519-dalek-derive v0.1.1
6372026-03-21T00:18:31.475Z Downloaded bcrypt-pbkdf v0.10.0
6382026-03-21T00:18:31.478Z Downloaded flagset v0.4.7
6392026-03-21T00:18:31.478Z Downloaded atomic-waker v1.1.2
6402026-03-21T00:18:31.478Z Downloaded downcast-rs v2.0.2
6412026-03-21T00:18:31.481Z Downloaded gethostname v0.5.0
6422026-03-21T00:18:31.481Z Downloaded futures-sink v0.3.32
6432026-03-21T00:18:31.481Z Downloaded endian-type v0.1.2
6442026-03-21T00:18:31.485Z Downloaded dof v0.4.0
6452026-03-21T00:18:31.485Z Downloaded atty v0.2.14
6462026-03-21T00:18:31.485Z Downloaded daft v0.1.5
6472026-03-21T00:18:31.488Z Downloaded crossbeam-deque v0.8.6
6482026-03-21T00:18:31.488Z Downloaded fixedbitset v0.5.7
6492026-03-21T00:18:31.492Z Downloaded fd-lock v4.0.4
6502026-03-21T00:18:31.492Z Downloaded base16ct v0.2.0
6512026-03-21T00:18:31.496Z Downloaded ecdsa v0.16.9
6522026-03-21T00:18:31.496Z Downloaded defmt v1.0.1
6532026-03-21T00:18:31.499Z Downloaded const_format_proc_macros v0.2.34
6542026-03-21T00:18:31.503Z Downloaded futures-core v0.3.32
6552026-03-21T00:18:31.503Z Downloaded bitfield-macros v0.19.4
6562026-03-21T00:18:31.503Z Downloaded dirs-sys-next v0.1.2
6572026-03-21T00:18:31.506Z Downloaded difflib v0.4.0
6582026-03-21T00:18:31.506Z Downloaded convert_case v0.4.0
6592026-03-21T00:18:31.506Z Downloaded cobs v0.3.0
6602026-03-21T00:18:31.509Z Downloaded fxhash v0.2.1
6612026-03-21T00:18:31.509Z Downloaded globwalk v0.9.1
6622026-03-21T00:18:31.512Z Downloaded foreign-types-shared v0.1.1
6632026-03-21T00:18:31.512Z Downloaded cfg_aliases v0.1.1
6642026-03-21T00:18:31.512Z Downloaded find-msvc-tools v0.1.9
6652026-03-21T00:18:31.515Z Downloaded ena v0.14.4
6662026-03-21T00:18:31.515Z Downloaded darling v0.23.0
6672026-03-21T00:18:31.518Z Downloaded hash32 v0.3.1
6682026-03-21T00:18:31.522Z Downloaded foreign-types v0.5.0
6692026-03-21T00:18:31.522Z Downloaded hash32 v0.2.1
6702026-03-21T00:18:31.525Z Downloaded arc-swap v1.8.2
6712026-03-21T00:18:31.528Z Downloaded headers-core v0.3.0
6722026-03-21T00:18:31.528Z Downloaded dtrace-parser v0.3.0
6732026-03-21T00:18:31.528Z Downloaded allocator-api2 v0.2.21
6742026-03-21T00:18:31.531Z Downloaded ghash v0.5.1
6752026-03-21T00:18:31.531Z Downloaded drift v0.1.3
6762026-03-21T00:18:31.535Z Downloaded glob v0.3.3
6772026-03-21T00:18:31.538Z Downloaded futures-io v0.3.32
6782026-03-21T00:18:31.538Z Downloaded base16ct v1.0.0
6792026-03-21T00:18:31.542Z Downloaded foreign-types-shared v0.3.1
6802026-03-21T00:18:31.542Z Downloaded foldhash v0.2.0
6812026-03-21T00:18:31.542Z Downloaded hex-literal v0.4.1
6822026-03-21T00:18:31.545Z Downloaded hex v0.4.3
6832026-03-21T00:18:31.545Z Downloaded ff v0.13.1
6842026-03-21T00:18:31.548Z Downloaded diesel-dtrace v0.5.0
6852026-03-21T00:18:31.548Z Downloaded cargo-platform v0.1.9
6862026-03-21T00:18:31.548Z Downloaded http-body v1.0.1
6872026-03-21T00:18:31.551Z Downloaded convert_case v0.10.0
6882026-03-21T00:18:31.551Z Downloaded http-range v0.1.5
6892026-03-21T00:18:31.554Z Downloaded bcs v0.1.6
6902026-03-21T00:18:31.554Z Downloaded base64ct v1.8.3
6912026-03-21T00:18:31.558Z Downloaded blowfish v0.9.1
6922026-03-21T00:18:31.558Z Downloaded futures-executor v0.3.32
6932026-03-21T00:18:31.561Z Downloaded bit-vec v0.6.3
6942026-03-21T00:18:31.561Z Downloaded corncobs v0.1.4
6952026-03-21T00:18:31.564Z Downloaded hostname v0.3.1
6962026-03-21T00:18:31.564Z Downloaded fs_extra v1.3.0
6972026-03-21T00:18:31.567Z Downloaded cargo_metadata v0.19.2
6982026-03-21T00:18:31.570Z Downloaded erased-serde v0.3.31
6992026-03-21T00:18:31.570Z Downloaded hostname v0.4.2
7002026-03-21T00:18:31.573Z Downloaded hubpack_derive v0.1.1
7012026-03-21T00:18:31.573Z Downloaded home v0.5.12
7022026-03-21T00:18:31.576Z Downloaded httpdate v1.0.3
7032026-03-21T00:18:31.576Z Downloaded group v0.13.0
7042026-03-21T00:18:31.576Z Downloaded hyper-tls v0.6.0
7052026-03-21T00:18:31.579Z Downloaded foldhash v0.1.5
7062026-03-21T00:18:31.579Z Downloaded git-stub-vcs v0.1.0
7072026-03-21T00:18:31.583Z Downloaded chacha20 v0.9.1
7082026-03-21T00:18:31.583Z Downloaded indent_write v2.2.0
7092026-03-21T00:18:31.586Z Downloaded bb8 v0.8.6
7102026-03-21T00:18:31.586Z Downloaded instant v0.1.13
7112026-03-21T00:18:31.589Z Downloaded cmake v0.1.57
7122026-03-21T00:18:31.589Z Downloaded cbc v0.1.2
7132026-03-21T00:18:31.589Z Downloaded instability v0.3.11
7142026-03-21T00:18:31.592Z Downloaded is_ci v1.2.0
7152026-03-21T00:18:31.592Z Downloaded inout v0.1.4
7162026-03-21T00:18:31.595Z Downloaded ident_case v1.0.1
7172026-03-21T00:18:31.610Z Downloaded globset v0.4.18
7182026-03-21T00:18:31.613Z Downloaded indoc v1.0.9
7192026-03-21T00:18:31.617Z Downloaded deranged v0.5.8
7202026-03-21T00:18:31.617Z Downloaded futures-task v0.3.32
7212026-03-21T00:18:31.620Z Downloaded http-body-util v0.1.3
7222026-03-21T00:18:31.621Z Downloaded is-terminal v0.4.17
7232026-03-21T00:18:31.621Z Downloaded internet-checksum v0.2.1
7242026-03-21T00:18:31.621Z Downloaded console v0.15.11
7252026-03-21T00:18:31.624Z Downloaded highway v1.3.0
7262026-03-21T00:18:31.627Z Downloaded fs-err v2.11.0
7272026-03-21T00:18:31.627Z Downloaded bzip2 v0.6.1
7282026-03-21T00:18:31.630Z Downloaded clang-sys v1.8.1
7292026-03-21T00:18:31.634Z Downloaded libscf-sys v1.1.0
7302026-03-21T00:18:31.634Z Downloaded console v0.16.2
7312026-03-21T00:18:31.634Z Downloaded bzip2 v0.4.4
7322026-03-21T00:18:31.638Z Downloaded async-bb8-diesel v0.2.1
7332026-03-21T00:18:31.638Z Downloaded either v1.15.0
7342026-03-21T00:18:31.641Z Downloaded derive_more-impl v2.1.1
7352026-03-21T00:18:31.645Z Downloaded lazy_static v1.5.0
7362026-03-21T00:18:31.648Z Downloaded kstat-rs v0.2.4
7372026-03-21T00:18:31.648Z Downloaded linked-hash-map v0.5.6
7382026-03-21T00:18:31.648Z Downloaded lru v0.12.5
7392026-03-21T00:18:31.650Z Downloaded lalrpop-util v0.19.12
7402026-03-21T00:18:31.651Z Downloaded humantime v2.3.0
7412026-03-21T00:18:31.651Z Downloaded keccak v0.1.6
7422026-03-21T00:18:31.655Z Downloaded managed v0.8.0
7432026-03-21T00:18:31.655Z Downloaded lru-slab v0.1.2
7442026-03-21T00:18:31.658Z Downloaded ingot v0.1.1
7452026-03-21T00:18:31.658Z Downloaded indoc v2.0.7
7462026-03-21T00:18:31.661Z Downloaded memoffset v0.9.1
7472026-03-21T00:18:31.661Z Downloaded maplit v1.0.2
7482026-03-21T00:18:31.661Z Downloaded md5 v0.7.0
7492026-03-21T00:18:31.664Z Downloaded mime v0.3.17
7502026-03-21T00:18:31.664Z Downloaded md-5 v0.10.6
7512026-03-21T00:18:31.664Z Downloaded match_cfg v0.1.0
7522026-03-21T00:18:31.667Z Downloaded buf-list v1.1.2
7532026-03-21T00:18:31.668Z Downloaded hyper-staticfile v0.10.1
7542026-03-21T00:18:31.671Z Downloaded num-derive v0.4.2
7552026-03-21T00:18:31.675Z Downloaded nodrop v0.1.14
7562026-03-21T00:18:31.675Z Downloaded cookie v0.18.1
7572026-03-21T00:18:31.678Z Downloaded lzss v0.8.2
7582026-03-21T00:18:31.678Z Downloaded getrandom v0.2.17
7592026-03-21T00:18:31.683Z Downloaded const-oid v0.9.6
7602026-03-21T00:18:31.683Z Downloaded colored v2.2.0
7612026-03-21T00:18:32.710Z Downloaded hickory-client v0.25.2
7622026-03-21T00:18:32.710Z Downloaded ingot-types v0.1.2
7632026-03-21T00:18:32.718Z Downloaded nibble_vec v0.1.0
7642026-03-21T00:18:32.718Z Downloaded newtype-uuid-macros v0.1.0
7652026-03-21T00:18:32.718Z Downloaded newline-converter v0.3.0
7662026-03-21T00:18:32.718Z Downloaded new_debug_unreachable v1.0.6
7672026-03-21T00:18:32.718Z Downloaded multimap v0.10.1
7682026-03-21T00:18:32.718Z Downloaded hubpack v0.1.2
7692026-03-21T00:18:32.718Z Downloaded hmac v0.12.1
7702026-03-21T00:18:32.718Z Downloaded num-iter v0.1.45
7712026-03-21T00:18:32.718Z Downloaded num-conv v0.2.0
7722026-03-21T00:18:32.718Z Downloaded nonempty v0.12.0
7732026-03-21T00:18:32.718Z Downloaded newtype_derive v0.1.6
7742026-03-21T00:18:32.718Z Downloaded libloading v0.8.9
7752026-03-21T00:18:32.718Z Downloaded futures v0.3.32
7762026-03-21T00:18:32.719Z Downloaded cargo_toml v0.22.3
7772026-03-21T00:18:32.719Z Downloaded iana-time-zone v0.1.65
7782026-03-21T00:18:32.719Z Downloaded jobserver v0.1.34
7792026-03-21T00:18:32.719Z Downloaded getrandom v0.3.4
7802026-03-21T00:18:32.719Z Downloaded openssl-probe v0.1.6
7812026-03-21T00:18:32.719Z Downloaded openssl-macros v0.1.1
7822026-03-21T00:18:32.719Z Downloaded linear-map v1.2.0
7832026-03-21T00:18:32.719Z Downloaded libsw v3.5.0
7842026-03-21T00:18:32.719Z Downloaded libefi-sys v0.1.0
7852026-03-21T00:18:32.719Z Downloaded maybe-uninit v2.0.0
7862026-03-21T00:18:32.719Z Downloaded opaque-debug v0.3.1
7872026-03-21T00:18:32.719Z Downloaded num_threads v0.1.7
7882026-03-21T00:18:32.719Z Downloaded cookie_store v0.22.1
7892026-03-21T00:18:32.719Z Downloaded olpc-cjson v0.1.4
7902026-03-21T00:18:32.719Z Downloaded ingot-macros v0.1.1
7912026-03-21T00:18:32.719Z Downloaded num_enum_derive v0.5.11
7922026-03-21T00:18:32.719Z Downloaded ipnetwork v0.21.1
7932026-03-21T00:18:32.719Z Downloaded packed_struct_codegen v0.10.1
7942026-03-21T00:18:32.719Z Downloaded multer v3.1.0
7952026-03-21T00:18:32.719Z Downloaded mime_guess v2.0.5
7962026-03-21T00:18:32.719Z Downloaded num-derive v0.3.3
7972026-03-21T00:18:32.720Z Downloaded pbkdf2 v0.12.2
7982026-03-21T00:18:32.720Z Downloaded oso-derive v0.27.3
7992026-03-21T00:18:32.720Z Downloaded openssl-probe v0.2.1
8002026-03-21T00:18:32.720Z Downloaded futures-channel v0.3.32
8012026-03-21T00:18:32.720Z Downloaded darling_core v0.20.11
8022026-03-21T00:18:32.720Z Downloaded num-integer v0.1.46
8032026-03-21T00:18:32.720Z Downloaded num-complex v0.4.6
8042026-03-21T00:18:32.720Z Downloaded darling_core v0.21.3
8052026-03-21T00:18:32.720Z Downloaded num v0.4.3
8062026-03-21T00:18:32.720Z Downloaded normalize-line-endings v0.3.0
8072026-03-21T00:18:32.720Z Downloaded fatfs v0.3.6
8082026-03-21T00:18:32.720Z Downloaded parse-display v0.10.0
8092026-03-21T00:18:32.720Z Downloaded elliptic-curve v0.13.8
8102026-03-21T00:18:32.720Z Downloaded num-rational v0.4.2
8112026-03-21T00:18:32.720Z Downloaded libsw-core v0.3.2
8122026-03-21T00:18:32.720Z Downloaded impl-trait-for-tuples v0.2.3
8132026-03-21T00:18:32.721Z Downloaded native-tls v0.2.18
8142026-03-21T00:18:32.721Z Downloaded half v1.8.3
8152026-03-21T00:18:32.721Z Downloaded parse-size v1.1.0
8162026-03-21T00:18:32.721Z Downloaded peg-runtime v0.8.5
8172026-03-21T00:18:32.721Z Downloaded pbkdf2 v0.11.0
8182026-03-21T00:18:32.721Z Downloaded der v0.7.10
8192026-03-21T00:18:32.721Z Downloaded phf_shared v0.11.3
8202026-03-21T00:18:32.721Z Downloaded num_enum_derive v0.7.5
8212026-03-21T00:18:32.721Z Downloaded litrs v1.0.0
8222026-03-21T00:18:32.721Z Downloaded pin-utils v0.1.0
8232026-03-21T00:18:32.721Z Downloaded httparse v1.10.1
8242026-03-21T00:18:32.721Z Downloaded phf_shared v0.13.1
8252026-03-21T00:18:32.721Z Downloaded newtype-uuid v1.3.2
8262026-03-21T00:18:32.721Z Downloaded ciborium v0.2.2
8272026-03-21T00:18:32.721Z Downloaded ipnet v2.11.0
8282026-03-21T00:18:32.721Z Downloaded oxide-tokio-rt v0.1.3
8292026-03-21T00:18:32.721Z Downloaded owo-colors v4.3.0
8302026-03-21T00:18:32.721Z Downloaded bytes v1.11.1
8312026-03-21T00:18:32.721Z Downloaded oxnet v0.1.4
8322026-03-21T00:18:32.721Z Downloaded phf_shared v0.12.1
8332026-03-21T00:18:32.722Z Downloaded parse-display-derive v0.10.0
8342026-03-21T00:18:32.722Z Downloaded base64 v0.22.1
8352026-03-21T00:18:32.722Z Downloaded lru-cache v0.1.2
8362026-03-21T00:18:32.722Z Downloaded diff v0.1.13
8372026-03-21T00:18:32.722Z Downloaded num_enum v0.7.5
8382026-03-21T00:18:32.722Z Downloaded password-hash v0.5.0
8392026-03-21T00:18:32.722Z Downloaded packed_struct v0.10.1
8402026-03-21T00:18:32.722Z Downloaded ed25519-dalek v2.2.0
8412026-03-21T00:18:32.722Z Downloaded predicates-tree v1.0.13
8422026-03-21T00:18:32.722Z Downloaded precomputed-hash v0.1.1
8432026-03-21T00:18:32.722Z Downloaded powerfmt v0.2.0
8442026-03-21T00:18:32.722Z Downloaded headers v0.4.1
8452026-03-21T00:18:32.722Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-03-21T00:18:32.722Z Downloaded proc-macro-crate v3.4.0
8472026-03-21T00:18:32.722Z Downloaded proc-macro-crate v1.3.1
8482026-03-21T00:18:32.722Z Downloaded progenitor-client v0.10.0
8492026-03-21T00:18:32.722Z Downloaded libbz2-rs-sys v0.2.2
8502026-03-21T00:18:32.722Z Downloaded crc-any v2.5.0
8512026-03-21T00:18:32.722Z Downloaded psl-types v2.0.11
8522026-03-21T00:18:32.722Z Downloaded quick-error v1.2.3
8532026-03-21T00:18:32.722Z Downloaded memmap2 v0.9.10
8542026-03-21T00:18:32.722Z Downloaded ignore v0.4.25
8552026-03-21T00:18:32.722Z Downloaded pem-rfc7468 v0.7.0
8562026-03-21T00:18:32.722Z Downloaded progenitor-client v0.11.2
8572026-03-21T00:18:32.722Z Downloaded progenitor-macro v0.10.0
8582026-03-21T00:18:32.722Z Downloaded peg v0.8.5
8592026-03-21T00:18:32.723Z Downloaded ar_archive_writer v0.5.1
8602026-03-21T00:18:32.723Z Downloaded radium v0.7.0
8612026-03-21T00:18:32.723Z Downloaded parking_lot_core v0.8.6
8622026-03-21T00:18:32.723Z Downloaded aes v0.8.4
8632026-03-21T00:18:32.730Z Downloaded pin-project-internal v1.1.11
8642026-03-21T00:18:32.730Z Downloaded dropshot-api-manager v0.6.0
8652026-03-21T00:18:32.730Z Downloaded path-slash v0.1.5
8662026-03-21T00:18:32.730Z Downloaded paste v1.0.15
8672026-03-21T00:18:32.731Z Downloaded password-hash v0.4.2
8682026-03-21T00:18:32.731Z Downloaded half v2.7.1
8692026-03-21T00:18:32.731Z Downloaded pin-project-lite v0.2.17
8702026-03-21T00:18:32.731Z Downloaded phf v0.12.1
8712026-03-21T00:18:32.731Z Downloaded progenitor v0.11.2
8722026-03-21T00:18:32.731Z Downloaded bumpalo v3.20.2
8732026-03-21T00:18:32.731Z Downloaded progenitor v0.10.0
8742026-03-21T00:18:32.731Z Downloaded ref-cast v1.0.25
8752026-03-21T00:18:32.731Z Downloaded primeorder v0.13.6
8762026-03-21T00:18:32.731Z Downloaded pem v3.0.6
8772026-03-21T00:18:32.731Z Downloaded heapless v0.8.0
8782026-03-21T00:18:32.731Z Downloaded rand_chacha v0.3.1
8792026-03-21T00:18:32.731Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-03-21T00:18:32.731Z Downloaded rand_xorshift v0.4.0
8812026-03-21T00:18:32.731Z Downloaded phf v0.13.1
8822026-03-21T00:18:32.731Z Downloaded hickory-resolver v0.25.2
8832026-03-21T00:18:32.731Z Downloaded pkg-config v0.3.32
8842026-03-21T00:18:32.731Z Downloaded polyval v0.6.2
8852026-03-21T00:18:32.731Z Downloaded progenitor-client v0.13.0
8862026-03-21T00:18:32.731Z Downloaded nu-ansi-term v0.50.3
8872026-03-21T00:18:32.731Z Downloaded progenitor-macro v0.13.0
8882026-03-21T00:18:32.731Z Downloaded psm v0.1.30
8892026-03-21T00:18:32.731Z Downloaded progenitor-extras v0.1.1
8902026-03-21T00:18:32.731Z Downloaded indexmap v1.9.3
8912026-03-21T00:18:32.731Z Downloaded predicates-core v1.0.10
8922026-03-21T00:18:32.731Z Downloaded ppv-lite86 v0.2.21
8932026-03-21T00:18:32.731Z Downloaded postgres-protocol v0.6.10
8942026-03-21T00:18:32.731Z Downloaded compact_str v0.8.1
8952026-03-21T00:18:32.731Z Downloaded ref-cast-impl v1.0.25
8962026-03-21T00:18:32.731Z Downloaded recursive v0.1.1
8972026-03-21T00:18:32.732Z Downloaded cc v1.2.56
8982026-03-21T00:18:32.732Z Downloaded predicates v3.1.4
8992026-03-21T00:18:32.732Z Downloaded r2d2 v0.8.10
9002026-03-21T00:18:32.732Z Downloaded peg-macros v0.8.5
9012026-03-21T00:18:32.732Z Downloaded omicron-zone-package v0.12.2
9022026-03-21T00:18:32.732Z Downloaded progenitor v0.13.0
9032026-03-21T00:18:32.732Z Downloaded proc-macro-error2 v2.0.1
9042026-03-21T00:18:32.732Z Downloaded rustc-hash v2.1.1
9052026-03-21T00:18:32.732Z Downloaded parking_lot_core v0.9.12
9062026-03-21T00:18:32.732Z Downloaded poly1305 v0.8.0
9072026-03-21T00:18:32.732Z Downloaded diesel_derives v2.3.7
9082026-03-21T00:18:32.732Z Downloaded rand_core v0.10.0
9092026-03-21T00:18:32.732Z Downloaded progenitor-macro v0.11.2
9102026-03-21T00:18:32.732Z Downloaded rand_core v0.9.5
9112026-03-21T00:18:32.732Z Downloaded aes-gcm v0.10.3
9122026-03-21T00:18:32.732Z Downloaded rustc_version v0.1.7
9132026-03-21T00:18:32.732Z Downloaded pkcs1 v0.7.5
9142026-03-21T00:18:32.732Z Downloaded sapling-renderdag v0.1.0
9152026-03-21T00:18:32.732Z Downloaded same-file v1.0.6
9162026-03-21T00:18:32.732Z Downloaded rustc_version v0.4.1
9172026-03-21T00:18:32.732Z Downloaded postgres-types v0.2.12
9182026-03-21T00:18:32.732Z Downloaded heapless v0.7.17
9192026-03-21T00:18:32.732Z Downloaded russh-cryptovec v0.7.3
9202026-03-21T00:18:32.732Z Downloaded jiff-static v0.2.21
9212026-03-21T00:18:32.732Z Downloaded hickory-server v0.25.2
9222026-03-21T00:18:32.732Z Downloaded hickory-resolver v0.24.4
9232026-03-21T00:18:32.732Z Downloaded rfc6979 v0.4.0
9242026-03-21T00:18:32.732Z Downloaded rtoolbox v0.0.3
9252026-03-21T00:18:32.732Z Downloaded parking_lot v0.12.5
9262026-03-21T00:18:32.732Z Downloaded indicatif v0.18.4
9272026-03-21T00:18:32.732Z Downloaded scopeguard v1.2.0
9282026-03-21T00:18:32.732Z Downloaded flate2 v1.1.9
9292026-03-21T00:18:32.732Z Downloaded salsa20 v0.10.2
9302026-03-21T00:18:32.732Z Downloaded expectorate v1.2.0
9312026-03-21T00:18:32.732Z Downloaded scheduled-thread-pool v0.2.7
9322026-03-21T00:18:32.732Z Downloaded rand_core v0.6.4
9332026-03-21T00:18:32.732Z Downloaded pkcs8 v0.10.2
9342026-03-21T00:18:32.732Z Downloaded secrecy v0.8.0
9352026-03-21T00:18:32.732Z Downloaded resolv-conf v0.7.6
9362026-03-21T00:18:32.733Z Downloaded serde_bytes v0.11.19
9372026-03-21T00:18:32.733Z Downloaded serde-big-array v0.5.1
9382026-03-21T00:18:32.733Z Downloaded pkcs5 v0.7.1
9392026-03-21T00:18:32.733Z Downloaded serde_spanned v1.0.4
9402026-03-21T00:18:32.733Z Downloaded postcard v1.1.3
9412026-03-21T00:18:32.733Z Downloaded serde_repr v0.1.20
9422026-03-21T00:18:32.733Z Downloaded scroll_derive v0.13.1
9432026-03-21T00:18:32.733Z Downloaded pin-project v1.1.11
9442026-03-21T00:18:32.733Z Downloaded shell-words v1.1.1
9452026-03-21T00:18:32.733Z Downloaded serde_plain v1.0.2
9462026-03-21T00:18:32.733Z Downloaded parking_lot v0.11.2
9472026-03-21T00:18:32.733Z Downloaded semver v0.1.20
9482026-03-21T00:18:32.733Z Downloaded secrecy v0.10.3
9492026-03-21T00:18:32.733Z Downloaded rusty-fork v0.3.1
9502026-03-21T00:18:32.733Z Downloaded rand_seeder v0.4.0
9512026-03-21T00:18:32.733Z Downloaded p256 v0.13.2
9522026-03-21T00:18:32.733Z Downloaded oso v0.27.3
9532026-03-21T00:18:32.733Z Downloaded scrypt v0.11.0
9542026-03-21T00:18:32.733Z Downloaded rand_chacha v0.9.0
9552026-03-21T00:18:32.733Z Downloaded miniz_oxide v0.8.9
9562026-03-21T00:18:32.733Z Downloaded quinn-udp v0.5.14
9572026-03-21T00:18:32.733Z Downloaded sha1 v0.10.6
9582026-03-21T00:18:32.733Z Downloaded serde_urlencoded v0.7.1
9592026-03-21T00:18:32.733Z Downloaded hyper-util v0.1.20
9602026-03-21T00:18:32.733Z Downloaded signature v2.2.0
9612026-03-21T00:18:32.733Z Downloaded signal-hook-tokio v0.3.1
9622026-03-21T00:18:32.733Z Downloaded hashbrown v0.13.2
9632026-03-21T00:18:32.738Z Downloaded hashbrown v0.12.3
9642026-03-21T00:18:32.738Z Downloaded progenitor-impl v0.10.0
9652026-03-21T00:18:32.738Z Downloaded http v1.4.0
9662026-03-21T00:18:32.738Z Downloaded num_enum v0.5.11
9672026-03-21T00:18:32.738Z Downloaded sec1 v0.7.3
9682026-03-21T00:18:32.738Z Downloaded sct v0.7.1
9692026-03-21T00:18:32.738Z Downloaded nanorand v0.7.0
9702026-03-21T00:18:32.738Z Downloaded serde-hex v0.1.0
9712026-03-21T00:18:32.738Z Downloaded sqlparser_derive v0.5.0
9722026-03-21T00:18:32.738Z Downloaded rustls-pemfile v1.0.4
9732026-03-21T00:18:32.738Z Downloaded seq-macro v0.3.6
9742026-03-21T00:18:32.739Z Downloaded derive_more v2.1.1
9752026-03-21T00:18:32.739Z Downloaded slog-bunyan v2.5.0
9762026-03-21T00:18:32.739Z Downloaded ssh-encoding v0.2.0
9772026-03-21T00:18:32.739Z Downloaded ssh-cipher v0.2.0
9782026-03-21T00:18:32.739Z Downloaded siphasher v1.0.2
9792026-03-21T00:18:32.739Z Downloaded shlex v1.3.0
9802026-03-21T00:18:32.739Z Downloaded sigpipe v0.1.3
9812026-03-21T00:18:32.739Z Downloaded serde_path_to_error v0.1.20
9822026-03-21T00:18:32.739Z Downloaded rustversion v1.0.22
9832026-03-21T00:18:32.739Z Downloaded rustls-pemfile v2.2.0
9842026-03-21T00:18:32.739Z Downloaded russh-keys v0.45.0
9852026-03-21T00:18:32.739Z Downloaded strum v0.26.3
9862026-03-21T00:18:32.739Z Downloaded structmeta-derive v0.3.0
9872026-03-21T00:18:32.739Z Downloaded schemars_derive v0.8.22
9882026-03-21T00:18:32.739Z Downloaded strip-ansi-escapes v0.2.1
9892026-03-21T00:18:32.739Z Downloaded slog-json v2.6.1
9902026-03-21T00:18:32.739Z Downloaded slab v0.4.12
9912026-03-21T00:18:32.739Z Downloaded signal-hook-mio v0.2.5
9922026-03-21T00:18:32.739Z Downloaded prettyplease v0.2.37
9932026-03-21T00:18:32.739Z Downloaded scroll v0.13.0
9942026-03-21T00:18:32.739Z Downloaded openssl-sys v0.9.111
9952026-03-21T00:18:32.739Z Downloaded prefix-trie v0.7.0
9962026-03-21T00:18:32.739Z Downloaded progenitor-impl v0.11.2
9972026-03-21T00:18:32.739Z Downloaded smallvec v0.6.14
9982026-03-21T00:18:32.739Z Downloaded slog-term v2.9.2
9992026-03-21T00:18:32.739Z Downloaded supports-color v3.0.2
10002026-03-21T00:18:32.739Z Downloaded minimal-lexical v0.2.1
10012026-03-21T00:18:32.739Z Downloaded tabled_derive v0.11.0
10022026-03-21T00:18:32.739Z Downloaded serde_derive_internals v0.29.1
10032026-03-21T00:18:32.739Z Downloaded crossterm v0.28.1
10042026-03-21T00:18:32.739Z Downloaded subtle v2.6.1
10052026-03-21T00:18:32.739Z Downloaded tap v1.0.1
10062026-03-21T00:18:32.739Z Downloaded tabwriter v1.4.1
10072026-03-21T00:18:32.740Z Downloaded sync_wrapper v1.0.2
10082026-03-21T00:18:32.740Z Downloaded sync-ptr v0.1.4
10092026-03-21T00:18:32.740Z Downloaded signal-hook-registry v1.4.8
10102026-03-21T00:18:32.740Z Downloaded sqlformat v0.3.5
10112026-03-21T00:18:32.740Z Downloaded structmeta v0.3.0
10122026-03-21T00:18:32.740Z Downloaded spki v0.7.3
10132026-03-21T00:18:32.740Z Downloaded serde_cbor v0.11.2
10142026-03-21T00:18:32.740Z Downloaded smf v0.2.3
10152026-03-21T00:18:32.740Z Downloaded thread-id v5.1.0
10162026-03-21T00:18:32.740Z Downloaded progenitor-impl v0.13.0
10172026-03-21T00:18:32.740Z Downloaded rustls-pki-types v1.14.0
10182026-03-21T00:18:32.740Z Downloaded slog-scope v4.4.1
10192026-03-21T00:18:32.740Z Downloaded take_mut v0.2.2
10202026-03-21T00:18:32.740Z Downloaded slog-dtrace v0.3.0
10212026-03-21T00:18:32.740Z Downloaded strum v0.27.2
10222026-03-21T00:18:32.740Z Downloaded stacker v0.1.23
10232026-03-21T00:18:32.740Z Downloaded tagptr v0.2.0
10242026-03-21T00:18:32.740Z Downloaded time-core v0.1.8
10252026-03-21T00:18:32.740Z Downloaded termtree v0.5.1
10262026-03-21T00:18:32.740Z Downloaded hashbrown v0.15.5
10272026-03-21T00:18:32.740Z Downloaded slog-stdlog v4.1.1
10282026-03-21T00:18:32.740Z Downloaded slog-async v2.8.0
10292026-03-21T00:18:32.740Z Downloaded simd-adler32 v0.3.8
10302026-03-21T00:18:32.740Z Downloaded ryu v1.0.23
10312026-03-21T00:18:32.740Z Downloaded rustls-native-certs v0.8.3
10322026-03-21T00:18:32.740Z Downloaded slog-envlogger v2.2.0
10332026-03-21T00:18:32.740Z Downloaded snafu-derive v0.8.9
10342026-03-21T00:18:32.740Z Downloaded publicsuffix v2.3.0
10352026-03-21T00:18:32.740Z Downloaded papergrid v0.17.0
10362026-03-21T00:18:32.740Z Downloaded strum_macros v0.26.4
10372026-03-21T00:18:32.740Z Downloaded crypto-bigint v0.5.5
10382026-03-21T00:18:32.740Z Downloaded tinyvec_macros v0.1.1
10392026-03-21T00:18:32.740Z Downloaded testing_table v0.3.0
10402026-03-21T00:18:32.740Z Downloaded lock_api v0.4.14
10412026-03-21T00:18:32.740Z Downloaded hyper-rustls v0.27.7
10422026-03-21T00:18:32.740Z Downloaded strum_macros v0.27.2
10432026-03-21T00:18:32.740Z Downloaded serde_with_macros v3.17.0
10442026-03-21T00:18:32.740Z Downloaded static_assertions v1.1.0
10452026-03-21T00:18:32.740Z Downloaded crossbeam-channel v0.5.15
10462026-03-21T00:18:32.741Z Downloaded termios v0.3.3
10472026-03-21T00:18:32.741Z Downloaded ron v0.8.1
10482026-03-21T00:18:32.741Z Downloaded support-bundle-viewer v0.1.2
10492026-03-21T00:18:32.741Z Downloaded stringprep v0.1.5
10502026-03-21T00:18:32.741Z Downloaded string_cache v0.8.9
10512026-03-21T00:18:32.741Z Downloaded base64 v0.21.7
10522026-03-21T00:18:32.741Z Downloaded spin v0.9.8
10532026-03-21T00:18:32.741Z Downloaded serde_yaml v0.9.34+deprecated
10542026-03-21T00:18:32.741Z Downloaded rand v0.8.5
10552026-03-21T00:18:32.741Z Downloaded derive_builder v0.20.2
10562026-03-21T00:18:32.741Z Downloaded cipher v0.4.4
10572026-03-21T00:18:32.741Z Downloaded chacha20 v0.10.0
10582026-03-21T00:18:32.741Z Downloaded tower-service v0.3.3
10592026-03-21T00:18:32.741Z Downloaded tower-layer v0.3.3
10602026-03-21T00:18:32.741Z Downloaded try-lock v0.2.5
10612026-03-21T00:18:32.741Z Downloaded topological-sort v0.2.2
10622026-03-21T00:18:32.741Z Downloaded signal-hook v0.3.18
10632026-03-21T00:18:32.745Z Downloaded unarray v0.1.4
10642026-03-21T00:18:32.745Z Downloaded schemars v0.8.22
10652026-03-21T00:18:32.745Z Downloaded thread_local v1.1.9
10662026-03-21T00:18:32.745Z Downloaded rcgen v0.12.1
10672026-03-21T00:18:32.745Z Downloaded rayon-core v1.13.0
10682026-03-21T00:18:32.745Z Downloaded qorb v0.4.1
10692026-03-21T00:18:32.745Z Downloaded typify-macro v0.4.3
10702026-03-21T00:18:32.745Z Downloaded tokio-rustls v0.25.0
10712026-03-21T00:18:32.745Z Downloaded typify-macro v0.6.1
10722026-03-21T00:18:32.745Z Downloaded tls_codec v0.4.2
10732026-03-21T00:18:32.745Z Downloaded pretty_assertions v1.4.1
10742026-03-21T00:18:32.745Z Downloaded untrusted v0.7.1
10752026-03-21T00:18:32.745Z Downloaded tiny-keccak v2.0.2
10762026-03-21T00:18:32.745Z Downloaded schemars v0.9.0
10772026-03-21T00:18:32.745Z Downloaded unit-prefix v0.5.2
10782026-03-21T00:18:32.745Z Downloaded tokio-native-tls v0.3.1
10792026-03-21T00:18:32.745Z Downloaded thiserror-impl-no-std v2.0.2
10802026-03-21T00:18:32.745Z Downloaded usdt-attr-macro v0.6.0
10812026-03-21T00:18:32.745Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10822026-03-21T00:18:32.745Z Downloaded universal-hash v0.5.1
10832026-03-21T00:18:32.745Z Downloaded tokio-tungstenite v0.23.1
10842026-03-21T00:18:32.745Z Downloaded tokio-dtrace v0.1.1
10852026-03-21T00:18:32.745Z Downloaded term v1.2.1
10862026-03-21T00:18:32.745Z Downloaded rand v0.9.2
10872026-03-21T00:18:32.745Z Downloaded tls_codec_derive v0.4.2
10882026-03-21T00:18:32.746Z Downloaded usdt-macro v0.6.0
10892026-03-21T00:18:32.746Z Downloaded tokio-macros v2.6.0
10902026-03-21T00:18:32.746Z Downloaded mio v1.1.1
10912026-03-21T00:18:32.746Z Downloaded utf-8 v0.7.6
10922026-03-21T00:18:32.746Z Downloaded thiserror-no-std v2.0.2
10932026-03-21T00:18:32.746Z Downloaded trait-variant v0.1.2
10942026-03-21T00:18:32.746Z Downloaded itertools v0.10.5
10952026-03-21T00:18:32.746Z Downloaded similar v2.7.0
10962026-03-21T00:18:32.746Z Downloaded want v0.3.1
10972026-03-21T00:18:32.746Z Downloaded rustls-platform-verifier v0.6.2
10982026-03-21T00:18:32.746Z Downloaded void v1.0.2
10992026-03-21T00:18:32.746Z Downloaded tokio-tungstenite v0.21.0
11002026-03-21T00:18:32.746Z Downloaded quinn v0.11.9
11012026-03-21T00:18:32.746Z Downloaded nom v7.1.3
11022026-03-21T00:18:32.746Z Downloaded waitgroup v0.1.2
11032026-03-21T00:18:32.746Z Downloaded tokio-rustls v0.26.4
11042026-03-21T00:18:32.746Z Downloaded unicase v2.9.0
11052026-03-21T00:18:32.746Z Downloaded usdt v0.6.0
11062026-03-21T00:18:32.746Z Downloaded tokio-rustls v0.24.1
11072026-03-21T00:18:32.746Z Downloaded schemars v1.2.1
11082026-03-21T00:18:32.746Z Downloaded toml_parser v1.0.9+spec-1.1.0
11092026-03-21T00:18:32.746Z Downloaded tokio-stream v0.1.18
11102026-03-21T00:18:32.746Z Downloaded tui-tree-widget v0.23.1
11112026-03-21T00:18:32.746Z Downloaded xattr v1.6.1
11122026-03-21T00:18:32.746Z Downloaded socket2 v0.5.10
11132026-03-21T00:18:32.746Z Downloaded socket2 v0.6.2
11142026-03-21T00:18:32.746Z Downloaded iddqd v0.3.17
11152026-03-21T00:18:32.746Z Downloaded uzers v0.12.2
11162026-03-21T00:18:32.746Z Downloaded rsa v0.9.10
11172026-03-21T00:18:32.746Z Downloaded zeroize_derive v1.4.3
11182026-03-21T00:18:32.746Z Downloaded wait-timeout v0.2.1
11192026-03-21T00:18:32.746Z Downloaded rustls-webpki v0.103.9
11202026-03-21T00:18:32.746Z Downloaded p521 v0.13.3
11212026-03-21T00:18:32.746Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-03-21T00:18:32.746Z Downloaded samael v0.0.19
11232026-03-21T00:18:32.746Z Downloaded zone_cfg_derive v0.3.1
11242026-03-21T00:18:32.746Z Downloaded walkdir v2.5.0
11252026-03-21T00:18:32.746Z Downloaded zone v0.3.1
11262026-03-21T00:18:32.746Z Downloaded vergen-gitcl v1.0.8
11272026-03-21T00:18:32.747Z Downloaded iri-string v0.7.10
11282026-03-21T00:18:32.747Z Downloaded xshell-macros v0.2.7
11292026-03-21T00:18:32.747Z Downloaded hkdf v0.12.4
11302026-03-21T00:18:32.747Z Downloaded aho-corasick v1.1.4
11312026-03-21T00:18:32.747Z Downloaded untrusted v0.9.0
11322026-03-21T00:18:32.747Z Downloaded unicode-truncate v1.1.0
11332026-03-21T00:18:32.747Z Downloaded term v0.7.0
11342026-03-21T00:18:32.747Z Downloaded strum_macros v0.24.3
11352026-03-21T00:18:32.747Z Downloaded snafu v0.8.9
11362026-03-21T00:18:32.747Z Downloaded tar v0.4.44
11372026-03-21T00:18:32.747Z Downloaded num-bigint-dig v0.8.6
11382026-03-21T00:18:32.747Z Downloaded usdt-impl v0.6.0
11392026-03-21T00:18:32.747Z Downloaded whoami v2.1.0
11402026-03-21T00:18:32.747Z Downloaded vergen-lib v0.1.6
11412026-03-21T00:18:32.747Z Downloaded toml v0.9.12+spec-1.1.0
11422026-03-21T00:18:32.747Z Downloaded wyz v0.5.1
11432026-03-21T00:18:32.747Z Downloaded test-strategy v0.4.5
11442026-03-21T00:18:32.747Z Downloaded russh v0.45.0
11452026-03-21T00:18:32.747Z Downloaded libxml v0.3.3
11462026-03-21T00:18:32.747Z Downloaded zeroize v1.8.2
11472026-03-21T00:18:32.747Z Downloaded hyper v1.8.1
11482026-03-21T00:18:32.747Z Downloaded vsss-rs v3.3.4
11492026-03-21T00:18:32.747Z Downloaded futures-util v0.3.32
11502026-03-21T00:18:32.747Z Downloaded twox-hash v2.1.2
11512026-03-21T00:18:32.747Z Downloaded whoami v1.6.1
11522026-03-21T00:18:32.747Z Downloaded unsafe-libyaml v0.2.11
11532026-03-21T00:18:32.747Z Downloaded tinyvec v1.10.0
11542026-03-21T00:18:32.747Z Downloaded subprocess v0.2.15
11552026-03-21T00:18:32.747Z Downloaded tungstenite v0.21.0
11562026-03-21T00:18:32.747Z Downloaded tracing-attributes v0.1.31
11572026-03-21T00:18:32.747Z Downloaded rustyline v14.0.0
11582026-03-21T00:18:32.747Z Downloaded unicode-properties v0.1.4
11592026-03-21T00:18:32.747Z Downloaded toml v0.7.8
11602026-03-21T00:18:32.747Z Downloaded xz2 v0.1.7
11612026-03-21T00:18:32.747Z Downloaded itertools v0.12.1
11622026-03-21T00:18:32.747Z Downloaded xshell v0.2.7
11632026-03-21T00:18:32.752Z Downloaded uuid v1.21.0
11642026-03-21T00:18:32.752Z Downloaded itertools v0.13.0
11652026-03-21T00:18:32.752Z Downloaded vergen-git2 v1.0.7
11662026-03-21T00:18:32.752Z Downloaded vergen v9.0.6
11672026-03-21T00:18:32.752Z Downloaded zstd-safe v7.2.4
11682026-03-21T00:18:32.752Z Downloaded zstd v0.13.3
11692026-03-21T00:18:32.752Z Downloaded itertools v0.14.0
11702026-03-21T00:18:32.752Z Downloaded num-bigint v0.4.6
11712026-03-21T00:18:32.752Z Downloaded time-macros v0.2.27
11722026-03-21T00:18:32.752Z Downloaded slog v2.8.2
11732026-03-21T00:18:32.752Z Downloaded camino-tempfile-ext v0.3.3
11742026-03-21T00:18:32.752Z Downloaded bitflags v1.3.2
11752026-03-21T00:18:32.752Z Downloaded typify v0.6.1
11762026-03-21T00:18:32.752Z Downloaded typify v0.4.3
11772026-03-21T00:18:32.752Z Downloaded arrayvec v0.7.6
11782026-03-21T00:18:32.752Z Downloaded tungstenite v0.23.0
11792026-03-21T00:18:32.752Z Downloaded foreign-types v0.3.2
11802026-03-21T00:18:32.752Z Downloaded crc32fast v1.5.0
11812026-03-21T00:18:32.752Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-03-21T00:18:32.752Z Downloaded steno v0.4.1
11832026-03-21T00:18:32.752Z Downloaded rpassword v7.4.0
11842026-03-21T00:18:32.752Z Downloaded h2 v0.4.13
11852026-03-21T00:18:32.752Z Downloaded zopfli v0.8.3
11862026-03-21T00:18:32.752Z Downloaded yasna v0.5.2
11872026-03-21T00:18:32.752Z Downloaded argon2 v0.5.3
11882026-03-21T00:18:32.752Z Downloaded cancel-safe-futures v0.1.5
11892026-03-21T00:18:32.752Z Downloaded rand v0.10.0
11902026-03-21T00:18:32.752Z Downloaded backoff v0.4.0
11912026-03-21T00:18:32.752Z Downloaded regex v1.12.3
11922026-03-21T00:18:32.752Z Downloaded env_logger v0.11.9
11932026-03-21T00:18:32.753Z Downloaded libm v0.2.16
11942026-03-21T00:18:32.753Z Downloaded tokio-postgres v0.7.16
11952026-03-21T00:18:32.753Z Downloaded reqwest v0.13.2
11962026-03-21T00:18:32.753Z Downloaded tracing-core v0.1.36
11972026-03-21T00:18:32.753Z Downloaded reqwest v0.12.28
11982026-03-21T00:18:32.753Z Downloaded zip v0.6.6
11992026-03-21T00:18:32.753Z Downloaded rayon v1.11.0
12002026-03-21T00:18:32.753Z Downloaded unicode-bidi v0.3.18
12012026-03-21T00:18:32.753Z Downloaded zerocopy v0.6.6
12022026-03-21T00:18:32.753Z Downloaded des v0.8.1
12032026-03-21T00:18:32.753Z Downloaded daft-derive v0.1.5
12042026-03-21T00:18:32.753Z Downloaded constant_time_eq v0.4.2
12052026-03-21T00:18:32.753Z Downloaded ron v0.12.0
12062026-03-21T00:18:32.753Z Downloaded quick-xml v0.37.5
12072026-03-21T00:18:32.753Z Downloaded vte v0.14.1
12082026-03-21T00:18:32.753Z Downloaded bitvec v1.0.1
12092026-03-21T00:18:32.753Z Downloaded goblin v0.10.5
12102026-03-21T00:18:32.753Z Downloaded typed-path v0.9.3
12112026-03-21T00:18:32.753Z Downloaded ssh-key v0.6.7
12122026-03-21T00:18:32.753Z Downloaded unicode_categories v0.1.1
12132026-03-21T00:18:32.753Z Downloaded yansi v1.0.1
12142026-03-21T00:18:32.753Z Downloaded toml_edit v0.19.15
12152026-03-21T00:18:32.753Z Downloaded x509-cert v0.2.5
12162026-03-21T00:18:32.753Z Downloaded tower v0.5.3
12172026-03-21T00:18:32.753Z Downloaded blake3 v1.8.3
12182026-03-21T00:18:32.753Z Downloaded proptest v1.10.0
12192026-03-21T00:18:32.753Z Downloaded zerocopy-derive v0.8.40
12202026-03-21T00:18:32.753Z Downloaded unicode-segmentation v1.12.0
12212026-03-21T00:18:32.753Z Downloaded tokio-util v0.7.18
12222026-03-21T00:18:32.753Z Downloaded tower-http v0.6.8
12232026-03-21T00:18:32.753Z Downloaded rustls-webpki v0.102.8
12242026-03-21T00:18:32.761Z Downloaded git2 v0.20.4
12252026-03-21T00:18:32.767Z Downloaded curve25519-dalek v4.1.3
12262026-03-21T00:18:32.773Z Downloaded salty v0.3.0
12272026-03-21T00:18:32.780Z Downloaded p384 v0.13.1
12282026-03-21T00:18:32.783Z Downloaded rustls-webpki v0.101.7
12292026-03-21T00:18:32.794Z Downloaded chrono v0.4.44
12302026-03-21T00:18:32.799Z Downloaded bindgen v0.71.1
12312026-03-21T00:18:32.805Z Downloaded reedline v0.40.0
12322026-03-21T00:18:32.810Z Downloaded portable-atomic v1.13.1
12332026-03-21T00:18:32.819Z Downloaded aws-lc-rs v1.16.0
12342026-03-21T00:18:32.824Z Downloaded serde_with v3.17.0
12352026-03-21T00:18:32.834Z Downloaded zip v4.6.1
12362026-03-21T00:18:32.837Z Downloaded winnow v0.6.26
12372026-03-21T00:18:32.844Z Downloaded tough v0.20.0
12382026-03-21T00:18:32.852Z Downloaded winnow v0.5.40
12392026-03-21T00:18:32.857Z Downloaded unicode-normalization v0.1.25
12402026-03-21T00:18:32.861Z Downloaded petname v2.0.2
12412026-03-21T00:18:32.864Z Downloaded nix v0.29.0
12422026-03-21T00:18:32.873Z Downloaded object v0.30.4
12432026-03-21T00:18:32.881Z Downloaded rustls v0.21.12
12442026-03-21T00:18:32.889Z Downloaded polar-core v0.27.3
12452026-03-21T00:18:32.895Z Downloaded radix_trie v0.2.1
12462026-03-21T00:18:32.899Z Downloaded regex-syntax v0.6.29
12472026-03-21T00:18:32.904Z Downloaded dropshot v0.16.7
12482026-03-21T00:18:32.922Z Downloaded tabled v0.20.0
12492026-03-21T00:18:32.935Z Downloaded openssl v0.10.75
12502026-03-21T00:18:32.943Z Downloaded zlib-rs v0.6.2
12512026-03-21T00:18:32.947Z Downloaded nix v0.31.1
12522026-03-21T00:18:32.957Z Downloaded webpki-roots v1.0.6
12532026-03-21T00:18:32.960Z Downloaded bstr v1.12.1
12542026-03-21T00:18:32.966Z Downloaded diesel v2.3.7
12552026-03-21T00:18:32.982Z Downloaded smoltcp v0.11.0
12562026-03-21T00:18:32.993Z Downloaded vcpkg v0.2.15
12572026-03-21T00:18:33.022Z Downloaded zerocopy v0.8.40
12582026-03-21T00:18:33.029Z Downloaded object v0.37.3
12592026-03-21T00:18:33.037Z Downloaded hickory-proto v0.25.2
12602026-03-21T00:18:33.049Z Downloaded rustls v0.23.37
12612026-03-21T00:18:33.058Z Downloaded rustls v0.22.4
12622026-03-21T00:18:33.068Z Downloaded openapiv3 v2.2.0
12632026-03-21T00:18:33.076Z Downloaded regress v0.10.5
12642026-03-21T00:18:33.083Z Downloaded smoltcp v0.9.1
12652026-03-21T00:18:33.091Z Downloaded rustix v0.38.44
12662026-03-21T00:18:33.108Z Downloaded regex-syntax v0.8.10
12672026-03-21T00:18:33.114Z Downloaded nix v0.28.0
12682026-03-21T00:18:33.123Z Downloaded time v0.3.47
12692026-03-21T00:18:33.134Z Downloaded sqlparser v0.61.0
12702026-03-21T00:18:33.141Z Downloaded nix v0.27.1
12712026-03-21T00:18:33.148Z Downloaded sled v0.34.7
12722026-03-21T00:18:33.156Z Downloaded hickory-proto v0.24.4
12732026-03-21T00:18:33.168Z Downloaded ratatui v0.29.0
12742026-03-21T00:18:33.183Z Downloaded quinn-proto v0.11.13
12752026-03-21T00:18:33.188Z Downloaded tracing v0.1.44
12762026-03-21T00:18:33.205Z Downloaded typify-impl v0.6.1
12772026-03-21T00:18:33.216Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-03-21T00:18:33.226Z Downloaded typify-impl v0.4.3
12792026-03-21T00:18:33.237Z Downloaded moka v0.12.13
12802026-03-21T00:18:33.244Z Downloaded lalrpop v0.19.12
12812026-03-21T00:18:33.252Z Downloaded zerocopy-derive v0.6.6
12822026-03-21T00:18:33.259Z Downloaded regex-automata v0.4.14
12832026-03-21T00:18:33.271Z Downloaded petgraph v0.6.5
12842026-03-21T00:18:33.285Z Downloaded jiff v0.2.21
12852026-03-21T00:18:33.299Z Downloaded bit-vec v0.8.0
12862026-03-21T00:18:33.302Z Downloaded bit-set v0.5.3
12872026-03-21T00:18:33.302Z Downloaded cassowary v0.3.0
12882026-03-21T00:18:33.302Z Downloaded bitfield-struct v0.6.2
12892026-03-21T00:18:33.305Z Downloaded futures-macro v0.3.32
12902026-03-21T00:18:33.305Z Downloaded funty v2.0.0
12912026-03-21T00:18:33.305Z Downloaded csv-core v0.1.13
12922026-03-21T00:18:33.305Z Downloaded ed25519 v2.2.3
12932026-03-21T00:18:33.308Z Downloaded der_derive v0.7.3
12942026-03-21T00:18:33.308Z Downloaded ciborium-ll v0.2.2
12952026-03-21T00:18:33.309Z Downloaded cpufeatures v0.3.0
12962026-03-21T00:18:33.311Z Downloaded flume v0.11.1
12972026-03-21T00:18:33.314Z Downloaded ciborium-io v0.2.2
12982026-03-21T00:18:33.314Z Downloaded dropshot-api-manager-types v0.6.0
12992026-03-21T00:18:33.314Z Downloaded derive_builder_macro v0.20.2
13002026-03-21T00:18:33.314Z Downloaded crossbeam-utils v0.8.21
13012026-03-21T00:18:33.317Z Downloaded data-encoding v2.10.0
13022026-03-21T00:18:33.318Z Downloaded chrono-tz v0.10.4
13032026-03-21T00:18:33.330Z Downloaded darling_macro v0.20.11
13042026-03-21T00:18:33.334Z Downloaded csv v1.4.0
13052026-03-21T00:18:33.347Z Downloaded petgraph v0.8.3
13062026-03-21T00:18:33.363Z Downloaded lzma-sys v0.1.20
13072026-03-21T00:18:33.386Z Downloaded ctr v0.9.2
13082026-03-21T00:18:33.390Z Downloaded array-init v0.0.4
13092026-03-21T00:18:33.390Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-03-21T00:18:33.400Z Downloaded adler2 v2.0.1
13112026-03-21T00:18:33.413Z Downloaded libz-sys v1.1.24
13122026-03-21T00:18:33.430Z Downloaded tokio v1.49.0
13132026-03-21T00:18:33.462Z Downloaded sha3 v0.10.8
13142026-03-21T00:18:33.492Z Downloaded encoding_rs v0.8.35
13152026-03-21T00:18:33.533Z Downloaded ring v0.17.14
13162026-03-21T00:18:33.573Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-21T00:18:34.137Z Downloaded aws-lc-sys v0.37.1
13182026-03-21T00:18:34.469Z Compiling libc v0.2.180
13192026-03-21T00:18:34.469Z Compiling serde v1.0.228
13202026-03-21T00:18:34.474Z Compiling log v0.4.29
13212026-03-21T00:18:34.474Z Compiling shlex v1.3.0
13222026-03-21T00:18:34.474Z Compiling find-msvc-tools v0.1.9
13232026-03-21T00:18:34.474Z Compiling smallvec v1.15.1
13242026-03-21T00:18:34.474Z Compiling typenum v1.19.0
13252026-03-21T00:18:34.474Z Compiling subtle v2.6.1
13262026-03-21T00:18:34.689Z Compiling generic-array v0.14.7
13272026-03-21T00:18:34.692Z Compiling scopeguard v1.2.0
13282026-03-21T00:18:34.692Z Compiling portable-atomic v1.13.1
13292026-03-21T00:18:34.794Z Compiling const-oid v0.9.6
13302026-03-21T00:18:34.815Z Compiling critical-section v1.2.0
13312026-03-21T00:18:34.839Z Compiling syn v2.0.117
13322026-03-21T00:18:34.861Z Compiling zerocopy v0.8.40
13332026-03-21T00:18:34.946Z Compiling parking_lot_core v0.9.12
13342026-03-21T00:18:34.952Z Compiling lock_api v0.4.14
13352026-03-21T00:18:34.953Z Compiling pin-project-lite v0.2.17
13362026-03-21T00:18:34.958Z Compiling serde_json v1.0.149
13372026-03-21T00:18:35.021Z Compiling pkg-config v0.3.32
13382026-03-21T00:18:35.024Z Compiling bitflags v2.11.0
13392026-03-21T00:18:35.024Z Compiling libm v0.2.16
13402026-03-21T00:18:35.092Z Compiling num-traits v0.2.19
13412026-03-21T00:18:35.111Z Compiling futures-core v0.3.32
13422026-03-21T00:18:35.207Z Compiling percent-encoding v2.3.2
13432026-03-21T00:18:35.249Z Compiling allocator-api2 v0.2.21
13442026-03-21T00:18:35.340Z Compiling cpufeatures v0.2.17
13452026-03-21T00:18:35.343Z Compiling futures-sink v0.3.32
13462026-03-21T00:18:35.365Z Compiling foldhash v0.2.0
13472026-03-21T00:18:35.438Z Compiling slab v0.4.12
13482026-03-21T00:18:35.529Z Compiling futures-channel v0.3.32
13492026-03-21T00:18:35.533Z Compiling futures-task v0.3.32
13502026-03-21T00:18:35.555Z Compiling futures-io v0.3.32
13512026-03-21T00:18:35.695Z Compiling hashbrown v0.16.1
13522026-03-21T00:18:35.719Z Compiling getrandom v0.4.1
13532026-03-21T00:18:35.719Z Compiling rand_core v0.10.0
13542026-03-21T00:18:35.766Z Compiling rustversion v1.0.22
13552026-03-21T00:18:35.785Z Compiling getrandom v0.3.4
13562026-03-21T00:18:35.788Z Compiling form_urlencoded v1.2.2
13572026-03-21T00:18:35.833Z Compiling ident_case v1.0.1
13582026-03-21T00:18:35.857Z Compiling fs_extra v1.3.0
13592026-03-21T00:18:35.902Z Compiling base64ct v1.8.3
13602026-03-21T00:18:35.942Z Compiling dunce v1.0.5
13612026-03-21T00:18:35.963Z Compiling flagset v0.4.7
13622026-03-21T00:18:36.002Z Compiling getrandom v0.2.17
13632026-03-21T00:18:36.052Z Compiling jobserver v0.1.34
13642026-03-21T00:18:36.075Z Compiling errno v0.3.14
13652026-03-21T00:18:36.124Z Compiling mio v1.1.1
13662026-03-21T00:18:36.152Z Compiling socket2 v0.6.2
13672026-03-21T00:18:36.204Z Compiling rand_core v0.6.4
13682026-03-21T00:18:36.228Z Compiling once_cell v1.21.3
13692026-03-21T00:18:36.252Z Compiling signal-hook-registry v1.4.8
13702026-03-21T00:18:36.313Z Compiling pem-rfc7468 v0.7.0
13712026-03-21T00:18:36.372Z Compiling cc v1.2.56
13722026-03-21T00:18:36.393Z Compiling parking_lot v0.12.5
13732026-03-21T00:18:36.510Z Compiling indexmap v2.13.0
13742026-03-21T00:18:36.559Z Compiling iana-time-zone v0.1.65
13752026-03-21T00:18:36.585Z Compiling rustix v1.1.3
13762026-03-21T00:18:36.609Z Compiling uuid v1.21.0
13772026-03-21T00:18:36.725Z Compiling rustc_version v0.4.1
13782026-03-21T00:18:36.749Z Compiling aws-lc-rs v1.16.0
13792026-03-21T00:18:36.805Z Compiling regex-syntax v0.8.10
13802026-03-21T00:18:36.913Z Compiling vcpkg v0.2.15
13812026-03-21T00:18:36.936Z Compiling tracing-core v0.1.36
13822026-03-21T00:18:36.976Z Compiling crossbeam-utils v0.8.21
13832026-03-21T00:18:37.148Z Compiling rand_core v0.9.5
13842026-03-21T00:18:37.174Z Compiling schemars v0.8.22
13852026-03-21T00:18:37.222Z Compiling httparse v1.10.1
13862026-03-21T00:18:37.246Z Compiling base64 v0.22.1
13872026-03-21T00:18:37.414Z Compiling syn v1.0.109
13882026-03-21T00:18:37.444Z Compiling untrusted v0.7.1
13892026-03-21T00:18:37.469Z Compiling untrusted v0.9.0
13902026-03-21T00:18:37.473Z Compiling openssl-probe v0.2.1
13912026-03-21T00:18:37.512Z Compiling cmake v0.1.57
13922026-03-21T00:18:37.622Z Compiling tinyvec_macros v0.1.1
13932026-03-21T00:18:37.652Z Compiling tower-service v0.3.3
13942026-03-21T00:18:37.697Z Compiling rustls v0.23.37
13952026-03-21T00:18:37.723Z Compiling dyn-clone v1.0.20
13962026-03-21T00:18:37.748Z Compiling atomic-waker v1.1.2
13972026-03-21T00:18:37.753Z Compiling try-lock v0.2.5
13982026-03-21T00:18:37.820Z Compiling tower-layer v0.3.3
13992026-03-21T00:18:37.841Z Compiling tinyvec v1.10.0
14002026-03-21T00:18:37.920Z Compiling want v0.3.1
14012026-03-21T00:18:37.946Z Compiling spin v0.9.8
14022026-03-21T00:18:37.949Z Compiling aho-corasick v1.1.4
14032026-03-21T00:18:37.949Z Compiling httpdate v1.0.3
14042026-03-21T00:18:38.019Z Compiling foreign-types-shared v0.1.1
14052026-03-21T00:18:38.022Z Compiling pin-utils v0.1.0
14062026-03-21T00:18:38.089Z Compiling openssl v0.10.75
14072026-03-21T00:18:38.092Z Compiling powerfmt v0.2.0
14082026-03-21T00:18:38.150Z Compiling time-core v0.1.8
14092026-03-21T00:18:38.173Z Compiling crc32fast v1.5.0
14102026-03-21T00:18:38.173Z Compiling num-conv v0.2.0
14112026-03-21T00:18:38.244Z Compiling foreign-types v0.3.2
14122026-03-21T00:18:38.268Z Compiling wait-timeout v0.2.1
14132026-03-21T00:18:38.309Z Compiling deranged v0.5.8
14142026-03-21T00:18:38.332Z Compiling siphasher v1.0.2
14152026-03-21T00:18:38.359Z Compiling usdt-impl v0.6.0
14162026-03-21T00:18:38.363Z Compiling simd-adler32 v0.3.8
14172026-03-21T00:18:38.405Z Compiling num_threads v0.1.7
14182026-03-21T00:18:38.409Z Compiling time-macros v0.2.27
14192026-03-21T00:18:38.409Z Compiling quick-error v1.2.3
14202026-03-21T00:18:38.477Z Compiling bit-vec v0.8.0
14212026-03-21T00:18:38.562Z Compiling native-tls v0.2.18
14222026-03-21T00:18:38.614Z Compiling either v1.15.0
14232026-03-21T00:18:38.639Z Compiling unicode-normalization v0.1.25
14242026-03-21T00:18:38.662Z Compiling crossbeam-epoch v0.9.18
14252026-03-21T00:18:38.739Z Compiling aws-lc-sys v0.37.1
14262026-03-21T00:18:38.762Z Compiling ring v0.17.14
14272026-03-21T00:18:38.766Z Compiling openssl-sys v0.9.111
14282026-03-21T00:18:38.811Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-21T00:18:38.847Z Compiling bit-set v0.8.0
14302026-03-21T00:18:38.914Z Compiling tempfile v3.25.0
14312026-03-21T00:18:38.954Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-03-21T00:18:39.075Z Compiling synstructure v0.13.2
14332026-03-21T00:18:39.249Z Compiling pest_generator v2.8.6
14342026-03-21T00:18:39.297Z Compiling serde_derive_internals v0.29.1
14352026-03-21T00:18:39.323Z Compiling darling_core v0.20.11
14362026-03-21T00:18:39.353Z Compiling regex-automata v0.4.14
14372026-03-21T00:18:39.468Z Compiling rusty-fork v0.3.1
14382026-03-21T00:18:39.786Z Compiling darling_core v0.21.3
14392026-03-21T00:18:39.913Z Compiling slog v2.8.2
14402026-03-21T00:18:39.974Z Compiling rand_xorshift v0.4.0
14412026-03-21T00:18:39.999Z Compiling time v0.3.47
14422026-03-21T00:18:40.169Z Compiling heapless v0.7.17
14432026-03-21T00:18:40.194Z Compiling thread-id v5.1.0
14442026-03-21T00:18:40.216Z Compiling sync_wrapper v1.0.2
14452026-03-21T00:18:40.323Z Compiling cookie v0.18.1
14462026-03-21T00:18:40.352Z Compiling unarray v0.1.4
14472026-03-21T00:18:40.374Z Compiling unicode-bidi v0.3.18
14482026-03-21T00:18:40.509Z Compiling paste v1.0.15
14492026-03-21T00:18:40.509Z Compiling rayon-core v1.13.0
14502026-03-21T00:18:40.553Z Compiling anyhow v1.0.102
14512026-03-21T00:18:40.581Z Compiling adler2 v2.0.1
14522026-03-21T00:18:40.649Z Compiling zstd-safe v7.2.4
14532026-03-21T00:18:40.768Z Compiling unicode-properties v0.1.4
14542026-03-21T00:18:40.790Z Compiling signal-hook v0.3.18
14552026-03-21T00:18:40.881Z Compiling unicode-segmentation v1.12.0
14562026-03-21T00:18:41.011Z Compiling stringprep v0.1.5
14572026-03-21T00:18:41.085Z Compiling miniz_oxide v0.8.9
14582026-03-21T00:18:41.206Z Compiling crossbeam-deque v0.8.6
14592026-03-21T00:18:41.210Z Compiling num-integer v0.1.46
14602026-03-21T00:18:41.286Z Compiling vergen-lib v0.1.6
14612026-03-21T00:18:41.412Z Compiling curve25519-dalek v4.1.3
14622026-03-21T00:18:41.468Z Compiling ff v0.13.1
14632026-03-21T00:18:41.531Z Compiling hash32 v0.2.1
14642026-03-21T00:18:41.631Z Compiling memoffset v0.9.1
14652026-03-21T00:18:41.705Z Compiling smoltcp v0.9.1
14662026-03-21T00:18:41.730Z Compiling fallible-iterator v0.2.0
14672026-03-21T00:18:41.831Z Compiling serde_derive v1.0.228
14682026-03-21T00:18:41.854Z Compiling zeroize_derive v1.4.3
14692026-03-21T00:18:41.892Z Compiling zerofrom-derive v0.1.6
14702026-03-21T00:18:41.932Z Compiling yoke-derive v0.8.1
14712026-03-21T00:18:41.990Z Compiling zerocopy-derive v0.8.40
14722026-03-21T00:18:41.993Z Compiling zerovec-derive v0.11.2
14732026-03-21T00:18:42.169Z Compiling displaydoc v0.2.5
14742026-03-21T00:18:42.191Z Compiling tokio-macros v2.6.0
14752026-03-21T00:18:42.276Z Compiling futures-macro v0.3.32
14762026-03-21T00:18:42.733Z Compiling der_derive v0.7.3
14772026-03-21T00:18:42.756Z Compiling zeroize v1.8.2
14782026-03-21T00:18:43.211Z Compiling thiserror-impl v2.0.18
14792026-03-21T00:18:43.238Z Compiling rustls-pki-types v1.14.0
14802026-03-21T00:18:43.405Z Compiling futures-util v0.3.32
14812026-03-21T00:18:43.569Z Compiling tracing-attributes v0.1.31
14822026-03-21T00:18:43.597Z Compiling pest_derive v2.8.6
14832026-03-21T00:18:43.617Z Compiling scroll_derive v0.13.1
14842026-03-21T00:18:43.865Z Compiling crypto-common v0.1.7
14852026-03-21T00:18:43.900Z Compiling block-buffer v0.10.4
14862026-03-21T00:18:43.925Z Compiling zerofrom v0.1.6
14872026-03-21T00:18:43.955Z Compiling block-padding v0.3.3
14882026-03-21T00:18:44.078Z Compiling yoke v0.8.1
14892026-03-21T00:18:44.105Z Compiling digest v0.10.7
14902026-03-21T00:18:44.152Z Compiling inout v0.1.4
14912026-03-21T00:18:44.156Z Compiling der v0.7.10
14922026-03-21T00:18:44.201Z Compiling schemars_derive v0.8.22
14932026-03-21T00:18:44.204Z Compiling darling_macro v0.20.11
14942026-03-21T00:18:44.339Z Compiling zerovec v0.11.5
14952026-03-21T00:18:44.417Z Compiling zerotrie v0.2.3
14962026-03-21T00:18:44.458Z Compiling hmac v0.12.1
14972026-03-21T00:18:44.481Z Compiling sha2 v0.10.9
14982026-03-21T00:18:44.682Z Compiling cipher v0.4.4
14992026-03-21T00:18:44.731Z Compiling pbkdf2 v0.12.2
15002026-03-21T00:18:44.884Z Compiling scroll v0.13.0
15012026-03-21T00:18:44.902Z Compiling darling v0.20.11
15022026-03-21T00:18:45.026Z Compiling tinystr v0.8.2
15032026-03-21T00:18:45.053Z Compiling potential_utf v0.1.4
15042026-03-21T00:18:45.076Z Compiling salsa20 v0.10.2
15052026-03-21T00:18:45.102Z Compiling thiserror v2.0.18
15062026-03-21T00:18:45.264Z Compiling icu_locale_core v2.1.1
15072026-03-21T00:18:45.285Z Compiling icu_collections v2.1.1
15082026-03-21T00:18:45.289Z Compiling scrypt v0.11.0
15092026-03-21T00:18:45.289Z Compiling aes v0.8.4
15102026-03-21T00:18:45.353Z Compiling spki v0.7.3
15112026-03-21T00:18:45.376Z Compiling cbc v0.1.2
15122026-03-21T00:18:45.456Z Compiling tracing v0.1.44
15132026-03-21T00:18:45.585Z Compiling goblin v0.10.5
15142026-03-21T00:18:45.644Z Compiling openssl-macros v0.1.1
15152026-03-21T00:18:45.674Z Compiling thiserror-impl v1.0.69
15162026-03-21T00:18:45.825Z Compiling dtrace-parser v0.3.0
15172026-03-21T00:18:45.890Z Compiling pkcs5 v0.7.1
15182026-03-21T00:18:45.974Z Compiling derive_builder_core v0.20.2
15192026-03-21T00:18:46.015Z Compiling signature v2.2.0
15202026-03-21T00:18:46.185Z Compiling icu_provider v2.1.1
15212026-03-21T00:18:46.355Z Compiling pkcs8 v0.10.2
15222026-03-21T00:18:46.524Z Compiling icu_properties v2.1.2
15232026-03-21T00:18:46.571Z Compiling icu_normalizer v2.1.1
15242026-03-21T00:18:46.632Z Compiling rustls-native-certs v0.8.3
15252026-03-21T00:18:46.635Z Compiling scroll_derive v0.12.1
15262026-03-21T00:18:46.734Z Compiling bytes v1.11.1
15272026-03-21T00:18:46.817Z Compiling chrono v0.4.44
15282026-03-21T00:18:46.839Z Compiling ipnet v2.11.0
15292026-03-21T00:18:46.953Z Compiling erased-serde v0.3.31
15302026-03-21T00:18:47.097Z Compiling serde_tokenstream v0.2.3
15312026-03-21T00:18:47.274Z Compiling derive_builder_macro v0.20.2
15322026-03-21T00:18:47.376Z Compiling serde_spanned v0.6.9
15332026-03-21T00:18:47.447Z Compiling tokio v1.49.0
15342026-03-21T00:18:47.481Z Compiling http v1.4.0
15352026-03-21T00:18:47.536Z Compiling thiserror v1.0.69
15362026-03-21T00:18:47.566Z Compiling toml_datetime v0.6.11
15372026-03-21T00:18:47.591Z Compiling md-5 v0.10.6
15382026-03-21T00:18:47.624Z Compiling scroll v0.12.0
15392026-03-21T00:18:47.627Z Compiling webpki-roots v1.0.6
15402026-03-21T00:18:47.685Z Compiling darling_macro v0.21.3
15412026-03-21T00:18:47.714Z Compiling zerocopy-derive v0.7.35
15422026-03-21T00:18:47.818Z Compiling idna_adapter v1.2.1
15432026-03-21T00:18:47.840Z Compiling base16ct v0.2.0
15442026-03-21T00:18:47.901Z Compiling cfg_aliases v0.2.1
15452026-03-21T00:18:47.938Z Compiling ryu v1.0.23
15462026-03-21T00:18:48.002Z Compiling idna v1.1.0
15472026-03-21T00:18:48.025Z Compiling zlib-rs v0.6.2
15482026-03-21T00:18:48.029Z Compiling num-bigint-dig v0.8.6
15492026-03-21T00:18:48.096Z Compiling litrs v1.0.0
15502026-03-21T00:18:48.155Z Compiling ref-cast v1.0.25
15512026-03-21T00:18:48.196Z Compiling iri-string v0.7.10
15522026-03-21T00:18:48.311Z Compiling psl-types v2.0.11
15532026-03-21T00:18:48.347Z Compiling rustix v0.38.44
15542026-03-21T00:18:48.497Z Compiling ppv-lite86 v0.2.21
15552026-03-21T00:18:48.584Z Compiling url v2.5.8
15562026-03-21T00:18:48.737Z Compiling http-body v1.0.1
15572026-03-21T00:18:48.858Z Compiling document-features v0.2.12
15582026-03-21T00:18:48.861Z Compiling publicsuffix v2.3.0
15592026-03-21T00:18:48.907Z Compiling http-body-util v0.1.3
15602026-03-21T00:18:48.940Z Compiling rand_chacha v0.9.0
15612026-03-21T00:18:48.966Z Compiling rand_chacha v0.3.1
15622026-03-21T00:18:48.970Z Compiling zerocopy v0.7.35
15632026-03-21T00:18:48.970Z Compiling darling v0.21.3
15642026-03-21T00:18:49.104Z Compiling serde_urlencoded v0.7.1
15652026-03-21T00:18:49.107Z Compiling nix v0.31.1
15662026-03-21T00:18:49.107Z Compiling sec1 v0.7.3
15672026-03-21T00:18:49.237Z Compiling rand v0.9.2
15682026-03-21T00:18:49.464Z Compiling rand v0.8.5
15692026-03-21T00:18:49.532Z Compiling dof v0.4.0
15702026-03-21T00:18:49.701Z Compiling goblin v0.8.2
15712026-03-21T00:18:49.803Z Compiling derive_builder v0.20.2
15722026-03-21T00:18:49.971Z Compiling cargo-platform v0.1.9
15732026-03-21T00:18:49.971Z Compiling hkdf v0.12.4
15742026-03-21T00:18:50.060Z Compiling proptest v1.10.0
15752026-03-21T00:18:50.081Z Compiling postgres-protocol v0.6.10
15762026-03-21T00:18:50.217Z Compiling hubpack_derive v0.1.1
15772026-03-21T00:18:50.303Z Compiling crypto-bigint v0.5.5
15782026-03-21T00:18:50.324Z Compiling regex v1.12.3
15792026-03-21T00:18:50.393Z Compiling ipnetwork v0.21.1
15802026-03-21T00:18:50.746Z Compiling oxnet v0.1.4
15812026-03-21T00:18:50.767Z Compiling strum_macros v0.27.2
15822026-03-21T00:18:50.819Z Compiling ref-cast-impl v1.0.25
15832026-03-21T00:18:50.879Z Compiling curve25519-dalek-derive v0.1.1
15842026-03-21T00:18:50.942Z Compiling daft-derive v0.1.5
15852026-03-21T00:18:50.962Z Compiling async-trait v0.1.89
15862026-03-21T00:18:51.286Z Compiling group v0.13.0
15872026-03-21T00:18:51.392Z Compiling num-iter v0.1.45
15882026-03-21T00:18:51.581Z Compiling heck v0.4.1
15892026-03-21T00:18:51.734Z Compiling proc-macro-error v1.0.4
15902026-03-21T00:18:51.923Z Compiling terminal_size v0.4.3
15912026-03-21T00:18:51.947Z Compiling phf_shared v0.13.1
15922026-03-21T00:18:51.999Z Compiling lazy_static v1.5.0
15932026-03-21T00:18:52.110Z Compiling vergen v9.0.6
15942026-03-21T00:18:52.136Z Compiling fs-err v3.3.0
15952026-03-21T00:18:52.139Z Compiling ahash v0.8.12
15962026-03-21T00:18:52.182Z Compiling flate2 v1.1.9
15972026-03-21T00:18:52.220Z Compiling object v0.37.3
15982026-03-21T00:18:52.311Z Compiling foldhash v0.1.5
15992026-03-21T00:18:52.377Z Compiling managed v0.8.0
16002026-03-21T00:18:52.413Z Compiling bumpalo v3.20.2
16012026-03-21T00:18:52.417Z Compiling libbz2-rs-sys v0.2.2
16022026-03-21T00:18:52.498Z Compiling bitflags v1.3.2
16032026-03-21T00:18:52.543Z Compiling winnow v0.5.40
16042026-03-21T00:18:52.570Z Compiling clap_builder v4.5.60
16052026-03-21T00:18:52.596Z Compiling hashbrown v0.15.5
16062026-03-21T00:18:52.713Z Compiling zopfli v0.8.3
16072026-03-21T00:18:52.716Z Compiling console v0.16.2
16082026-03-21T00:18:52.739Z Compiling tokio-util v0.7.18
16092026-03-21T00:18:52.787Z Compiling tower v0.5.3
16102026-03-21T00:18:52.811Z Compiling tokio-native-tls v0.3.1
16112026-03-21T00:18:53.056Z Compiling bzip2 v0.6.1
16122026-03-21T00:18:53.322Z Compiling dof v0.3.0
16132026-03-21T00:18:53.422Z Compiling tower-http v0.6.8
16142026-03-21T00:18:53.475Z Compiling newtype-uuid v1.3.2
16152026-03-21T00:18:53.510Z Compiling phf v0.13.1
16162026-03-21T00:18:53.533Z Compiling zone_cfg_derive v0.3.1
16172026-03-21T00:18:53.567Z Compiling rayon v1.11.0
16182026-03-21T00:18:53.629Z Compiling strum v0.27.2
16192026-03-21T00:18:53.736Z Compiling h2 v0.4.13
16202026-03-21T00:18:53.808Z Compiling daft v0.1.5
16212026-03-21T00:18:53.872Z Compiling signal-hook-mio v0.2.5
16222026-03-21T00:18:53.979Z Compiling usdt-attr-macro v0.6.0
16232026-03-21T00:18:54.035Z Compiling usdt-macro v0.6.0
16242026-03-21T00:18:54.208Z Compiling cargo_metadata v0.19.2
16252026-03-21T00:18:54.399Z Compiling elliptic-curve v0.13.8
16262026-03-21T00:18:54.402Z Compiling toml_edit v0.19.15
16272026-03-21T00:18:54.586Z Compiling cookie_store v0.22.1
16282026-03-21T00:18:54.617Z Compiling hubpack v0.1.2
16292026-03-21T00:18:54.809Z Compiling postgres-types v0.2.12
16302026-03-21T00:18:54.893Z Compiling bzip2 v0.4.4
16312026-03-21T00:18:54.921Z Compiling zstd v0.13.3
16322026-03-21T00:18:55.076Z Compiling serde_with_macros v3.17.0
16332026-03-21T00:18:55.186Z Compiling dtrace-parser v0.2.0
16342026-03-21T00:18:55.304Z Compiling hex v0.4.3
16352026-03-21T00:18:55.509Z Compiling serde-big-array v0.5.1
16362026-03-21T00:18:55.604Z Compiling ed25519 v2.2.3
16372026-03-21T00:18:55.684Z Compiling pkcs1 v0.7.5
16382026-03-21T00:18:55.712Z Compiling rfc6979 v0.4.0
16392026-03-21T00:18:55.735Z Compiling bstr v1.12.1
16402026-03-21T00:18:55.893Z Compiling clap_derive v4.5.55
16412026-03-21T00:18:56.016Z Compiling strum_macros v0.26.4
16422026-03-21T00:18:56.119Z Compiling enum-as-inner v0.6.1
16432026-03-21T00:18:56.273Z Compiling serde_repr v0.1.20
16442026-03-21T00:18:56.295Z Compiling itertools v0.12.1
16452026-03-21T00:18:56.654Z Compiling phf_shared v0.11.3
16462026-03-21T00:18:56.696Z Compiling float-cmp v0.10.0
16472026-03-21T00:18:56.788Z Compiling thread-id v4.2.2
16482026-03-21T00:18:56.822Z Compiling memmap2 v0.9.10
16492026-03-21T00:18:56.877Z Compiling env_filter v1.0.0
16502026-03-21T00:18:56.908Z Compiling encoding_rs v0.8.35
16512026-03-21T00:18:56.931Z Compiling rustc-hash v2.1.1
16522026-03-21T00:18:56.957Z Compiling new_debug_unreachable v1.0.6
16532026-03-21T00:18:56.988Z Compiling fixedbitset v0.4.2
16542026-03-21T00:18:57.029Z Compiling difflib v0.4.0
16552026-03-21T00:18:57.065Z Compiling static_assertions v1.1.0
16562026-03-21T00:18:57.112Z Compiling normalize-line-endings v0.3.0
16572026-03-21T00:18:57.135Z Compiling mime v0.3.17
16582026-03-21T00:18:57.173Z Compiling fixedbitset v0.5.7
16592026-03-21T00:18:57.254Z Compiling data-encoding v2.10.0
16602026-03-21T00:18:57.295Z Compiling jiff v0.2.21
16612026-03-21T00:18:57.321Z Compiling predicates-core v1.0.10
16622026-03-21T00:18:57.509Z Compiling keccak v0.1.6
16632026-03-21T00:18:57.576Z Compiling unit-prefix v0.5.2
16642026-03-21T00:18:57.621Z Compiling precomputed-hash v0.1.1
16652026-03-21T00:18:57.746Z Compiling whoami v2.1.0
16662026-03-21T00:18:57.788Z Compiling indicatif v0.18.4
16672026-03-21T00:18:57.841Z Compiling hyper v1.8.1
16682026-03-21T00:18:58.100Z Compiling tokio-postgres v0.7.16
16692026-03-21T00:18:58.270Z Compiling zone v0.3.1
16702026-03-21T00:18:58.294Z Compiling sha3 v0.10.8
16712026-03-21T00:18:58.297Z Compiling string_cache v0.8.9
16722026-03-21T00:18:58.386Z Compiling hickory-proto v0.25.2
16732026-03-21T00:18:58.459Z Compiling clap v4.5.60
16742026-03-21T00:18:58.578Z Compiling predicates v3.1.4
16752026-03-21T00:18:58.604Z Compiling strum v0.26.3
16762026-03-21T00:18:58.650Z Compiling petgraph v0.8.3
16772026-03-21T00:18:58.673Z Compiling petgraph v0.6.5
16782026-03-21T00:18:58.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-21T00:18:58.931Z Compiling env_logger v0.11.9
16802026-03-21T00:18:59.017Z Compiling iddqd v0.3.17
16812026-03-21T00:18:59.087Z Compiling usdt v0.6.0
16822026-03-21T00:18:59.226Z Compiling toml_edit v0.22.27
16832026-03-21T00:18:59.301Z Compiling usdt-impl v0.5.0
16842026-03-21T00:18:59.430Z Compiling hyper-util v0.1.20
16852026-03-21T00:18:59.454Z Compiling serde_with v3.17.0
16862026-03-21T00:18:59.490Z Compiling crossterm v0.28.1
16872026-03-21T00:19:00.116Z Compiling similar v2.7.0
16882026-03-21T00:19:00.138Z Compiling toml v0.7.8
16892026-03-21T00:19:00.600Z Compiling rsa v0.9.10
16902026-03-21T00:19:00.736Z Compiling ecdsa v0.16.9
16912026-03-21T00:19:01.011Z Compiling zip v4.6.1
16922026-03-21T00:19:01.034Z Compiling ed25519-dalek v2.2.0
16932026-03-21T00:19:01.287Z Compiling hyper-tls v0.6.0
16942026-03-21T00:19:01.350Z Compiling zip v0.6.6
16952026-03-21T00:19:01.400Z Compiling tokio-stream v0.1.18
16962026-03-21T00:19:01.745Z Compiling buf-list v1.1.2
16972026-03-21T00:19:01.980Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-21T00:19:02.065Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-21T00:19:02.141Z Compiling openapiv3 v2.2.0
17002026-03-21T00:19:02.181Z Compiling x509-cert v0.2.5
17012026-03-21T00:19:02.206Z Compiling sha1 v0.10.6
17022026-03-21T00:19:02.209Z Compiling itertools v0.13.0
17032026-03-21T00:19:02.418Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-21T00:19:02.513Z Compiling lalrpop-util v0.19.12
17052026-03-21T00:19:02.552Z Compiling peg-runtime v0.8.5
17062026-03-21T00:19:02.686Z Compiling thread_local v1.1.9
17072026-03-21T00:19:02.792Z Compiling slog-async v2.8.0
17082026-03-21T00:19:02.844Z Compiling futures-executor v0.3.32
17092026-03-21T00:19:02.901Z Compiling crossbeam-channel v0.5.15
17102026-03-21T00:19:02.955Z Compiling is-terminal v0.4.17
17112026-03-21T00:19:03.043Z Compiling filetime v0.2.27
17122026-03-21T00:19:03.093Z Compiling xattr v1.6.1
17132026-03-21T00:19:03.192Z Compiling take_mut v0.2.2
17142026-03-21T00:19:03.217Z Compiling term v1.2.1
17152026-03-21T00:19:03.241Z Compiling futures v0.3.32
17162026-03-21T00:19:03.303Z Compiling tar v0.4.44
17172026-03-21T00:19:03.671Z Compiling slog-term v2.9.2
17182026-03-21T00:19:24.010Z Compiling rustls-webpki v0.103.9
17192026-03-21T00:19:28.059Z Compiling tokio-rustls v0.26.4
17202026-03-21T00:19:28.059Z Compiling rustls-platform-verifier v0.6.2
17212026-03-21T00:19:28.321Z Compiling hyper-rustls v0.27.7
17222026-03-21T00:19:28.572Z Compiling reqwest v0.13.2
17232026-03-21T00:19:28.572Z Compiling reqwest v0.12.28
17242026-03-21T00:19:31.412Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-21T00:19:31.715Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-21T00:19:35.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-21T00:19:35.761Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-21T00:19:35.823ZMar 21 00:19:33.844 INFO Starting download, target: TransceiverControl
17292026-03-21T00:19:35.824ZMar 21 00:19:33.844 INFO Starting download, target: Clickhouse
17302026-03-21T00:19:35.824ZMar 21 00:19:33.844 INFO Starting download, target: MaghemiteMgd
17312026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Starting download, target: DendriteStub
17322026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Starting download, target: Cockroach
17332026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Starting download, target: Console
17342026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-21T00:19:35.830ZMar 21 00:19:33.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-21T00:19:36.417ZMar 21 00:19:34.437 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-21T00:19:36.760ZMar 21 00:19:34.772 INFO Download complete, target: TransceiverControl
17422026-03-21T00:19:36.873ZMar 21 00:19:34.868 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-21T00:19:37.234ZMar 21 00:19:35.249 INFO Download complete, target: Console
17442026-03-21T00:19:37.589ZMar 21 00:19:35.606 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-21T00:19:37.761ZMar 21 00:19:35.774 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-21T00:19:37.939ZMar 21 00:19:35.957 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-21T00:19:38.229ZMar 21 00:19:36.249 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-21T00:19:38.229ZMar 21 00:19:36.249 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-21T00:19:41.195ZMar 21 00:19:39.214 INFO Download complete, target: DendriteStub
17502026-03-21T00:19:41.412ZMar 21 00:19:39.431 INFO Download complete, target: MaghemiteMgd
17512026-03-21T00:19:46.115ZMar 21 00:19:44.131 INFO Checking that binary works, target: Cockroach
17522026-03-21T00:19:46.262ZMar 21 00:19:44.270 INFO Download complete, target: Cockroach
17532026-03-21T00:19:49.227ZMar 21 00:19:47.241 INFO Checking that binary works, target: Clickhouse
17542026-03-21T00:19:49.333ZMar 21 00:19:47.348 INFO Download complete, target: Clickhouse
17552026-03-21T00:19:49.340ZAll prerequisites installed successfully
17562026-03-21T00:19:49.344Z
17572026-03-21T00:19:49.344Zreal 3:43.704598386
17582026-03-21T00:19:49.344Zuser 10:29.581002061
17592026-03-21T00:19:49.344Zsys 2:07.925460515
17602026-03-21T00:19:49.344Ztrap 0.335707130
17612026-03-21T00:19:49.344Ztflt 2.846072707
17622026-03-21T00:19:49.344Zdflt 2.983189364
17632026-03-21T00:19:49.344Zkflt 0.041113495
17642026-03-21T00:19:49.344Zlock 32:14.021693922
17652026-03-21T00:19:49.344Zslp 25:53.346010054
17662026-03-21T00:19:49.344Zlat 29.987425336
17672026-03-21T00:19:49.344Zstop 4:35.509059172
17682026-03-21T00:19:49.344Z+ ptime -m cargo xtask download softnpu
17692026-03-21T00:19:50.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17702026-03-21T00:19:50.080Z Running `target/debug/xtask download softnpu`
17712026-03-21T00:19:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
17722026-03-21T00:19:51.211Z Running `target/debug/xtask-downloader softnpu`
17732026-03-21T00:19:51.267ZMar 21 00:19:49.281 INFO Starting download, target: Softnpu
17742026-03-21T00:19:51.271ZMar 21 00:19:49.281 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-21T00:19:52.013ZMar 21 00:19:50.026 INFO Download complete, target: Softnpu
17762026-03-21T00:19:52.017Z
17772026-03-21T00:19:52.021Zreal 2.667491337
17782026-03-21T00:19:52.021Zuser 1.806412380
17792026-03-21T00:19:52.021Zsys 0.828250245
17802026-03-21T00:19:52.021Ztrap 0.000488497
17812026-03-21T00:19:52.021Ztflt 0.000077704
17822026-03-21T00:19:52.021Zdflt 0.000240431
17832026-03-21T00:19:52.021Zkflt 0.000000000
17842026-03-21T00:19:52.021Zlock 13.599704853
17852026-03-21T00:19:52.021Zslp 0.522602979
17862026-03-21T00:19:52.021Zlat 0.053300270
17872026-03-21T00:19:52.021Zstop 0.000186972
17882026-03-21T00:19:52.021Z+ export CARGO_INCREMENTAL=0
17892026-03-21T00:19:52.021Z+ CARGO_INCREMENTAL=0
17902026-03-21T00:19:52.021Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-21T00:19:53.234Z Compiling proc-macro2 v1.0.106
17922026-03-21T00:19:53.234Z Compiling quote v1.0.44
17932026-03-21T00:19:53.234Z Compiling unicode-ident v1.0.24
17942026-03-21T00:19:53.234Z Compiling libc v0.2.180
17952026-03-21T00:19:53.237Z Compiling serde_core v1.0.228
17962026-03-21T00:19:53.237Z Compiling serde v1.0.228
17972026-03-21T00:19:53.237Z Compiling cfg-if v1.0.4
17982026-03-21T00:19:53.237Z Compiling version_check v0.9.5
17992026-03-21T00:19:53.237Z Compiling shlex v1.3.0
18002026-03-21T00:19:53.237Z Compiling find-msvc-tools v0.1.9
18012026-03-21T00:19:53.404Z Compiling typenum v1.19.0
18022026-03-21T00:19:53.409Z Compiling portable-atomic v1.13.1
18032026-03-21T00:19:53.409Z Compiling memchr v2.8.0
18042026-03-21T00:19:53.409Z Compiling autocfg v1.5.0
18052026-03-21T00:19:53.409Z Compiling zmij v1.0.21
18062026-03-21T00:19:53.626Z Compiling serde_json v1.0.149
18072026-03-21T00:19:53.761Z Compiling zerocopy v0.8.40
18082026-03-21T00:19:53.951Z Compiling parking_lot_core v0.9.12
18092026-03-21T00:19:53.973Z Compiling libm v0.2.16
18102026-03-21T00:19:53.977Z Compiling generic-array v0.14.7
18112026-03-21T00:19:54.017Z Compiling smallvec v1.15.1
18122026-03-21T00:19:54.037Z Compiling icu_properties_data v2.1.2
18132026-03-21T00:19:54.130Z Compiling icu_normalizer_data v2.1.1
18142026-03-21T00:19:54.152Z Compiling itoa v1.0.17
18152026-03-21T00:19:54.223Z Compiling num-traits v0.2.19
18162026-03-21T00:19:54.226Z Compiling log v0.4.29
18172026-03-21T00:19:54.345Z Compiling getrandom v0.4.1
18182026-03-21T00:19:54.368Z Compiling pkg-config v0.3.32
18192026-03-21T00:19:54.417Z Compiling stable_deref_trait v1.2.1
18202026-03-21T00:19:54.490Z Compiling subtle v2.6.1
18212026-03-21T00:19:54.514Z Compiling scopeguard v1.2.0
18222026-03-21T00:19:54.656Z Compiling lock_api v0.4.14
18232026-03-21T00:19:54.659Z Compiling thiserror v2.0.18
18242026-03-21T00:19:54.722Z Compiling fnv v1.0.7
18252026-03-21T00:19:54.766Z Compiling getrandom v0.2.17
18262026-03-21T00:19:54.789Z Compiling errno v0.3.14
18272026-03-21T00:19:54.862Z Compiling jobserver v0.1.34
18282026-03-21T00:19:55.020Z Compiling rand_core v0.6.4
18292026-03-21T00:19:55.031Z Compiling getrandom v0.3.4
18302026-03-21T00:19:55.031Z Compiling pin-project-lite v0.2.17
18312026-03-21T00:19:55.128Z Compiling syn v2.0.117
18322026-03-21T00:19:55.226Z Compiling cc v1.2.56
18332026-03-21T00:19:55.229Z Compiling critical-section v1.2.0
18342026-03-21T00:19:55.389Z Compiling equivalent v1.0.2
18352026-03-21T00:19:55.393Z Compiling allocator-api2 v0.2.21
18362026-03-21T00:19:55.393Z Compiling rustversion v1.0.22
18372026-03-21T00:19:55.460Z Compiling litemap v0.8.1
18382026-03-21T00:19:55.463Z Compiling fs_extra v1.3.0
18392026-03-21T00:19:55.550Z Compiling foldhash v0.2.0
18402026-03-21T00:19:55.648Z Compiling percent-encoding v2.3.2
18412026-03-21T00:19:55.759Z Compiling once_cell v1.21.3
18422026-03-21T00:19:55.784Z Compiling writeable v0.6.2
18432026-03-21T00:19:55.876Z Compiling dunce v1.0.5
18442026-03-21T00:19:55.902Z Compiling hashbrown v0.16.1
18452026-03-21T00:19:56.017Z Compiling const-oid v0.9.6
18462026-03-21T00:19:56.154Z Compiling signal-hook-registry v1.4.8
18472026-03-21T00:19:56.158Z Compiling rustix v1.1.3
18482026-03-21T00:19:56.222Z Compiling cmake v0.1.57
18492026-03-21T00:19:56.246Z Compiling mio v1.1.1
18502026-03-21T00:19:56.269Z Compiling socket2 v0.6.2
18512026-03-21T00:19:56.316Z Compiling schemars v0.8.22
18522026-03-21T00:19:56.595Z Compiling semver v1.0.27
18532026-03-21T00:19:56.669Z Compiling parking_lot v0.12.5
18542026-03-21T00:19:56.729Z Compiling indexmap v2.13.0
18552026-03-21T00:19:56.732Z Compiling aws-lc-rs v1.16.0
18562026-03-21T00:19:56.778Z Compiling bitflags v2.11.0
18572026-03-21T00:19:56.976Z Compiling utf8_iter v1.0.4
18582026-03-21T00:19:57.015Z Compiling rand_core v0.10.0
18592026-03-21T00:19:57.041Z Compiling ring v0.17.14
18602026-03-21T00:19:57.119Z Compiling aws-lc-sys v0.37.1
18612026-03-21T00:19:57.150Z Compiling form_urlencoded v1.2.2
18622026-03-21T00:19:57.259Z Compiling strsim v0.11.1
18632026-03-21T00:19:57.282Z Compiling futures-core v0.3.32
18642026-03-21T00:19:57.508Z Compiling httparse v1.10.1
18652026-03-21T00:19:57.647Z Compiling byteorder v1.5.0
18662026-03-21T00:19:57.681Z Compiling thiserror v1.0.69
18672026-03-21T00:19:57.681Z Compiling ucd-trie v0.1.7
18682026-03-21T00:19:57.728Z Compiling ident_case v1.0.1
18692026-03-21T00:19:57.818Z Compiling heck v0.5.0
18702026-03-21T00:19:57.866Z Compiling vcpkg v0.2.15
18712026-03-21T00:19:57.956Z Compiling pest v2.8.6
18722026-03-21T00:19:58.065Z Compiling regex-syntax v0.8.10
18732026-03-21T00:19:58.065Z Compiling syn v1.0.109
18742026-03-21T00:19:58.210Z Compiling crossbeam-utils v0.8.21
18752026-03-21T00:19:58.320Z Compiling futures-sink v0.3.32
18762026-03-21T00:19:58.400Z Compiling rustls v0.23.37
18772026-03-21T00:19:58.463Z Compiling futures-channel v0.3.32
18782026-03-21T00:19:58.489Z Compiling rustc_version v0.4.1
18792026-03-21T00:19:58.538Z Compiling futures-task v0.3.32
18802026-03-21T00:19:58.611Z Compiling cpufeatures v0.2.17
18812026-03-21T00:19:58.614Z Compiling futures-io v0.3.32
18822026-03-21T00:19:58.680Z Compiling slab v0.4.12
18832026-03-21T00:19:58.683Z Compiling openssl-sys v0.9.111
18842026-03-21T00:19:58.825Z Compiling iana-time-zone v0.1.65
18852026-03-21T00:19:58.850Z Compiling plain v0.2.3
18862026-03-21T00:19:58.875Z Compiling uuid v1.21.0
18872026-03-21T00:19:58.924Z Compiling aho-corasick v1.1.4
18882026-03-21T00:19:58.997Z Compiling time-core v0.1.8
18892026-03-21T00:19:59.092Z Compiling num-conv v0.2.0
18902026-03-21T00:19:59.147Z Compiling synstructure v0.13.2
18912026-03-21T00:19:59.212Z Compiling serde_derive_internals v0.29.1
18922026-03-21T00:19:59.296Z Compiling time-macros v0.2.27
18932026-03-21T00:19:59.496Z Compiling pest_meta v2.8.6
18942026-03-21T00:19:59.640Z Compiling openssl v0.10.75
18952026-03-21T00:19:59.920Z Compiling pretty-hex v0.4.1
18962026-03-21T00:20:00.012Z Compiling base64ct v1.8.3
18972026-03-21T00:20:00.111Z Compiling anyhow v1.0.102
18982026-03-21T00:20:00.143Z Compiling regex-automata v0.4.14
18992026-03-21T00:20:00.177Z Compiling either v1.15.0
19002026-03-21T00:20:00.204Z Compiling crc32fast v1.5.0
19012026-03-21T00:20:00.228Z Compiling darling_core v0.21.3
19022026-03-21T00:20:00.282Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-21T00:20:00.305Z Compiling pest_generator v2.8.6
19042026-03-21T00:20:00.360Z Compiling pem-rfc7468 v0.7.0
19052026-03-21T00:20:00.475Z Compiling flagset v0.4.7
19062026-03-21T00:20:00.510Z Compiling native-tls v0.2.18
19072026-03-21T00:20:00.552Z Compiling rand_core v0.9.5
19082026-03-21T00:20:00.705Z Compiling slog v2.8.2
19092026-03-21T00:20:00.770Z Compiling tracing-core v0.1.36
19102026-03-21T00:20:00.817Z Compiling rayon-core v1.13.0
19112026-03-21T00:20:00.843Z Compiling untrusted v0.9.0
19122026-03-21T00:20:00.868Z Compiling dyn-clone v1.0.20
19132026-03-21T00:20:01.085Z Compiling cookie v0.18.1
19142026-03-21T00:20:01.089Z Compiling base64 v0.22.1
19152026-03-21T00:20:01.136Z Compiling serde_derive v1.0.228
19162026-03-21T00:20:01.175Z Compiling zeroize_derive v1.4.3
19172026-03-21T00:20:01.197Z Compiling zerofrom-derive v0.1.6
19182026-03-21T00:20:01.291Z Compiling yoke-derive v0.8.1
19192026-03-21T00:20:01.337Z Compiling zerovec-derive v0.11.2
19202026-03-21T00:20:01.369Z Compiling displaydoc v0.2.5
19212026-03-21T00:20:01.392Z Compiling zerocopy-derive v0.8.40
19222026-03-21T00:20:01.500Z Compiling tokio-macros v2.6.0
19232026-03-21T00:20:01.735Z Compiling futures-macro v0.3.32
19242026-03-21T00:20:01.981Z Compiling zeroize v1.8.2
19252026-03-21T00:20:02.281Z Compiling thiserror-impl v2.0.18
19262026-03-21T00:20:02.412Z Compiling tracing-attributes v0.1.31
19272026-03-21T00:20:02.587Z Compiling der_derive v0.7.3
19282026-03-21T00:20:02.717Z Compiling schemars_derive v0.8.22
19292026-03-21T00:20:02.751Z Compiling thiserror-impl v1.0.69
19302026-03-21T00:20:02.781Z Compiling zerofrom v0.1.6
19312026-03-21T00:20:02.991Z Compiling yoke v0.8.1
19322026-03-21T00:20:03.122Z Compiling crypto-common v0.1.7
19332026-03-21T00:20:03.267Z Compiling zerovec v0.11.5
19342026-03-21T00:20:03.308Z Compiling zerotrie v0.2.3
19352026-03-21T00:20:03.671Z Compiling block-buffer v0.10.4
19362026-03-21T00:20:03.879Z Compiling digest v0.10.7
19372026-03-21T00:20:03.903Z Compiling pest_derive v2.8.6
19382026-03-21T00:20:04.020Z Compiling tinystr v0.8.2
19392026-03-21T00:20:04.074Z Compiling potential_utf v0.1.4
19402026-03-21T00:20:04.191Z Compiling hmac v0.12.1
19412026-03-21T00:20:04.278Z Compiling icu_locale_core v2.1.1
19422026-03-21T00:20:04.310Z Compiling icu_collections v2.1.1
19432026-03-21T00:20:04.334Z Compiling futures-util v0.3.32
19442026-03-21T00:20:04.337Z Compiling block-padding v0.3.3
19452026-03-21T00:20:04.408Z Compiling sha2 v0.10.9
19462026-03-21T00:20:04.543Z Compiling inout v0.1.4
19472026-03-21T00:20:04.586Z Compiling rustls-pki-types v1.14.0
19482026-03-21T00:20:04.758Z Compiling cipher v0.4.4
19492026-03-21T00:20:05.090Z Compiling scroll_derive v0.13.1
19502026-03-21T00:20:05.172Z Compiling scroll_derive v0.12.1
19512026-03-21T00:20:05.240Z Compiling icu_provider v2.1.1
19522026-03-21T00:20:05.326Z Compiling openssl-macros v0.1.1
19532026-03-21T00:20:05.585Z Compiling bytes v1.11.1
19542026-03-21T00:20:05.649Z Compiling icu_normalizer v2.1.1
19552026-03-21T00:20:05.776Z Compiling icu_properties v2.1.2
19562026-03-21T00:20:05.873Z Compiling chrono v0.4.44
19572026-03-21T00:20:06.002Z Compiling serde_tokenstream v0.2.3
19582026-03-21T00:20:06.299Z Compiling tokio v1.49.0
19592026-03-21T00:20:06.815Z Compiling http v1.4.0
19602026-03-21T00:20:07.028Z Compiling idna_adapter v1.2.1
19612026-03-21T00:20:07.181Z Compiling idna v1.1.0
19622026-03-21T00:20:07.214Z Compiling der v0.7.10
19632026-03-21T00:20:07.406Z Compiling darling_macro v0.21.3
19642026-03-21T00:20:07.627Z Compiling url v2.5.8
19652026-03-21T00:20:07.809Z Compiling ppv-lite86 v0.2.21
19662026-03-21T00:20:08.031Z Compiling regex v1.12.3
19672026-03-21T00:20:08.034Z Compiling zerocopy-derive v0.7.35
19682026-03-21T00:20:08.079Z Compiling darling v0.21.3
19692026-03-21T00:20:08.293Z Compiling salsa20 v0.10.2
19702026-03-21T00:20:08.371Z Compiling pbkdf2 v0.12.2
19712026-03-21T00:20:08.539Z Compiling spki v0.7.3
19722026-03-21T00:20:08.758Z Compiling tracing v0.1.44
19732026-03-21T00:20:08.870Z Compiling camino v1.2.2
19742026-03-21T00:20:09.267Z Compiling scrypt v0.11.0
19752026-03-21T00:20:09.297Z Compiling rand_chacha v0.9.0
19762026-03-21T00:20:09.320Z Compiling aes v0.8.4
19772026-03-21T00:20:09.380Z Compiling cbc v0.1.2
19782026-03-21T00:20:09.996Z Compiling usdt-impl v0.5.0
19792026-03-21T00:20:10.181Z Compiling paste v1.0.15
19802026-03-21T00:20:10.185Z Compiling winnow v0.7.14
19812026-03-21T00:20:10.292Z Compiling ref-cast v1.0.25
19822026-03-21T00:20:10.426Z Compiling usdt-impl v0.6.0
19832026-03-21T00:20:10.670Z Compiling pkcs5 v0.7.1
19842026-03-21T00:20:10.719Z Compiling rand v0.9.2
19852026-03-21T00:20:10.895Z Compiling http-body v1.0.1
19862026-03-21T00:20:11.106Z Compiling scroll v0.13.0
19872026-03-21T00:20:11.129Z Compiling scroll v0.12.0
19882026-03-21T00:20:11.169Z Compiling serde_spanned v0.6.9
19892026-03-21T00:20:11.192Z Compiling toml_datetime v0.6.11
19902026-03-21T00:20:11.372Z Compiling heapless v0.7.17
19912026-03-21T00:20:11.500Z Compiling tokio-util v0.7.18
19922026-03-21T00:20:11.548Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-21T00:20:11.551Z Compiling openssl-probe v0.2.1
19942026-03-21T00:20:11.597Z Compiling untrusted v0.7.1
19952026-03-21T00:20:11.597Z Compiling atomic-waker v1.1.2
19962026-03-21T00:20:11.702Z Compiling zstd-safe v7.2.4
19972026-03-21T00:20:11.802Z Compiling signal-hook v0.3.18
19982026-03-21T00:20:12.001Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-21T00:20:12.074Z Compiling goblin v0.8.2
20002026-03-21T00:20:12.077Z Compiling goblin v0.10.5
20012026-03-21T00:20:12.120Z Compiling pkcs8 v0.10.2
20022026-03-21T00:20:12.605Z Compiling zerocopy v0.7.35
20032026-03-21T00:20:12.777Z Compiling ref-cast-impl v1.0.25
20042026-03-21T00:20:12.821Z Compiling darling_core v0.20.11
20052026-03-21T00:20:13.168Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-21T00:20:13.190Z Compiling memoffset v0.9.1
20072026-03-21T00:20:13.193Z Compiling tower-service v0.3.3
20082026-03-21T00:20:13.467Z Compiling tower-layer v0.3.3
20092026-03-21T00:20:13.552Z Compiling fastrand v2.3.0
20102026-03-21T00:20:13.601Z Compiling rustix v0.38.44
20112026-03-21T00:20:13.662Z Compiling try-lock v0.2.5
20122026-03-21T00:20:13.753Z Compiling litrs v1.0.0
20132026-03-21T00:20:13.901Z Compiling tinyvec_macros v0.1.1
20142026-03-21T00:20:14.013Z Compiling winnow v0.5.40
20152026-03-21T00:20:14.048Z Compiling tinyvec v1.10.0
20162026-03-21T00:20:14.051Z Compiling want v0.3.1
20172026-03-21T00:20:14.214Z Compiling h2 v0.4.13
20182026-03-21T00:20:14.425Z Compiling document-features v0.2.12
20192026-03-21T00:20:15.120Z Compiling dtrace-parser v0.2.0
20202026-03-21T00:20:15.195Z Compiling dtrace-parser v0.3.0
20212026-03-21T00:20:15.709Z Compiling dof v0.3.0
20222026-03-21T00:20:15.743Z Compiling darling_macro v0.20.11
20232026-03-21T00:20:15.824Z Compiling toml_edit v0.19.15
20242026-03-21T00:20:15.936Z Compiling dof v0.4.0
20252026-03-21T00:20:15.973Z Compiling ipnet v2.11.0
20262026-03-21T00:20:16.041Z Compiling daft-derive v0.1.5
20272026-03-21T00:20:16.362Z Compiling async-trait v0.1.89
20282026-03-21T00:20:16.566Z Compiling curve25519-dalek v4.1.3
20292026-03-21T00:20:16.640Z Compiling spin v0.9.8
20302026-03-21T00:20:16.671Z Compiling thread-id v5.1.0
20312026-03-21T00:20:16.793Z Compiling thread-id v4.2.2
20322026-03-21T00:20:16.900Z Compiling proc-macro-error-attr v1.0.4
20332026-03-21T00:20:16.921Z Compiling num-bigint-dig v0.8.6
20342026-03-21T00:20:16.944Z Compiling smoltcp v0.9.1
20352026-03-21T00:20:17.163Z Compiling httpdate v1.0.3
20362026-03-21T00:20:17.185Z Compiling powerfmt v0.2.0
20372026-03-21T00:20:17.425Z Compiling foreign-types-shared v0.1.1
20382026-03-21T00:20:17.474Z Compiling pin-utils v0.1.0
20392026-03-21T00:20:17.547Z Compiling cfg_aliases v0.2.1
20402026-03-21T00:20:17.566Z Compiling foreign-types v0.3.2
20412026-03-21T00:20:17.593Z Compiling deranged v0.5.8
20422026-03-21T00:20:17.599Z Compiling tempfile v3.25.0
20432026-03-21T00:20:17.687Z Compiling nix v0.31.1
20442026-03-21T00:20:17.779Z Compiling darling v0.20.11
20452026-03-21T00:20:18.291Z Compiling hyper v1.8.1
20462026-03-21T00:20:18.381Z Compiling ipnetwork v0.21.1
20472026-03-21T00:20:18.430Z Compiling strum_macros v0.26.4
20482026-03-21T00:20:18.757Z Compiling wait-timeout v0.2.1
20492026-03-21T00:20:18.777Z Compiling proc-macro-error v1.0.4
20502026-03-21T00:20:19.114Z Compiling quick-error v1.2.3
20512026-03-21T00:20:19.249Z Compiling siphasher v1.0.2
20522026-03-21T00:20:19.272Z Compiling unicode-segmentation v1.12.0
20532026-03-21T00:20:19.358Z Compiling anstyle v1.0.13
20542026-03-21T00:20:19.361Z Compiling bit-vec v0.8.0
20552026-03-21T00:20:19.361Z Compiling utf8parse v0.2.2
20562026-03-21T00:20:19.544Z Compiling num_threads v0.1.7
20572026-03-21T00:20:19.682Z Compiling simd-adler32 v0.3.8
20582026-03-21T00:20:19.731Z Compiling time v0.3.47
20592026-03-21T00:20:19.734Z Compiling bit-set v0.8.0
20602026-03-21T00:20:19.804Z Compiling hyper-util v0.1.20
20612026-03-21T00:20:20.023Z Compiling anstyle-parse v0.2.7
20622026-03-21T00:20:20.332Z Compiling rusty-fork v0.3.1
20632026-03-21T00:20:20.727Z Compiling crossbeam-epoch v0.9.18
20642026-03-21T00:20:20.751Z Compiling derive_builder_core v0.20.2
20652026-03-21T00:20:21.680Z Compiling unicode-normalization v0.1.25
20662026-03-21T00:20:21.846Z Compiling rustls-native-certs v0.8.3
20672026-03-21T00:20:22.301Z Compiling signature v2.2.0
20682026-03-21T00:20:22.331Z Compiling hubpack_derive v0.1.1
20692026-03-21T00:20:22.354Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-21T00:20:22.385Z Compiling strum_macros v0.27.2
20712026-03-21T00:20:22.518Z Compiling rand_xorshift v0.4.0
20722026-03-21T00:20:22.609Z Compiling sync_wrapper v1.0.2
20732026-03-21T00:20:22.633Z Compiling fs-err v3.3.0
20742026-03-21T00:20:22.721Z Compiling ahash v0.8.12
20752026-03-21T00:20:22.867Z Compiling anstyle-query v1.1.5
20762026-03-21T00:20:22.951Z Compiling object v0.37.3
20772026-03-21T00:20:23.022Z Compiling unarray v0.1.4
20782026-03-21T00:20:23.050Z Compiling unicode-bidi v0.3.18
20792026-03-21T00:20:23.075Z Compiling unicode-properties v0.1.4
20802026-03-21T00:20:23.182Z Compiling colorchoice v1.0.4
20812026-03-21T00:20:23.205Z Compiling is_terminal_polyfill v1.70.2
20822026-03-21T00:20:23.307Z Compiling adler2 v2.0.1
20832026-03-21T00:20:23.339Z Compiling anstream v0.6.21
20842026-03-21T00:20:23.362Z Compiling proptest v1.10.0
20852026-03-21T00:20:23.491Z Compiling miniz_oxide v0.8.9
20862026-03-21T00:20:23.531Z Compiling stringprep v0.1.5
20872026-03-21T00:20:24.053Z Compiling tower v0.5.3
20882026-03-21T00:20:24.089Z Compiling derive_builder_macro v0.20.2
20892026-03-21T00:20:24.427Z Compiling crossbeam-deque v0.8.6
20902026-03-21T00:20:24.459Z Compiling heck v0.4.1
20912026-03-21T00:20:24.482Z Compiling usdt-attr-macro v0.6.0
20922026-03-21T00:20:24.640Z Compiling usdt-macro v0.6.0
20932026-03-21T00:20:24.821Z Compiling http-body-util v0.1.3
20942026-03-21T00:20:24.904Z Compiling webpki-roots v1.0.6
20952026-03-21T00:20:25.148Z Compiling rand_chacha v0.3.1
20962026-03-21T00:20:25.171Z Compiling erased-serde v0.3.31
20972026-03-21T00:20:25.337Z Compiling md-5 v0.10.6
20982026-03-21T00:20:25.410Z Compiling num-integer v0.1.46
20992026-03-21T00:20:25.434Z Compiling hash32 v0.2.1
21002026-03-21T00:20:25.517Z Compiling vergen-lib v0.1.6
21012026-03-21T00:20:25.543Z Compiling ff v0.13.1
21022026-03-21T00:20:25.592Z Compiling fallible-iterator v0.2.0
21032026-03-21T00:20:25.615Z Compiling ryu v1.0.23
21042026-03-21T00:20:25.663Z Compiling base16ct v0.2.0
21052026-03-21T00:20:25.690Z Compiling zlib-rs v0.6.2
21062026-03-21T00:20:25.739Z Compiling psl-types v2.0.11
21072026-03-21T00:20:25.743Z Compiling iri-string v0.7.10
21082026-03-21T00:20:25.818Z Compiling serde_urlencoded v0.7.1
21092026-03-21T00:20:25.841Z Compiling sec1 v0.7.3
21102026-03-21T00:20:25.887Z Compiling publicsuffix v2.3.0
21112026-03-21T00:20:25.931Z Compiling num-iter v0.1.45
21122026-03-21T00:20:25.979Z Compiling postgres-protocol v0.6.10
21132026-03-21T00:20:26.021Z Compiling group v0.13.0
21142026-03-21T00:20:26.220Z Compiling newtype-uuid v1.3.2
21152026-03-21T00:20:26.256Z Compiling rand v0.8.5
21162026-03-21T00:20:26.565Z Compiling oxnet v0.1.4
21172026-03-21T00:20:26.662Z Compiling zone_cfg_derive v0.3.1
21182026-03-21T00:20:26.721Z Compiling derive_builder v0.20.2
21192026-03-21T00:20:26.940Z Compiling tokio-native-tls v0.3.1
21202026-03-21T00:20:26.965Z Compiling phf_shared v0.13.1
21212026-03-21T00:20:27.113Z Compiling lazy_static v1.5.0
21222026-03-21T00:20:27.185Z Compiling terminal_size v0.4.3
21232026-03-21T00:20:27.207Z Compiling serde_with_macros v3.17.0
21242026-03-21T00:20:27.257Z Compiling cargo-platform v0.1.9
21252026-03-21T00:20:27.305Z Compiling hkdf v0.12.4
21262026-03-21T00:20:27.378Z Compiling tower-http v0.6.8
21272026-03-21T00:20:27.466Z Compiling crypto-bigint v0.5.5
21282026-03-21T00:20:27.506Z Compiling clap_derive v4.5.55
21292026-03-21T00:20:27.532Z Compiling enum-as-inner v0.6.1
21302026-03-21T00:20:27.555Z Compiling serde_repr v0.1.20
21312026-03-21T00:20:27.558Z Compiling vergen v9.0.6
21322026-03-21T00:20:27.712Z Compiling bumpalo v3.20.2
21332026-03-21T00:20:27.778Z Compiling foldhash v0.1.5
21342026-03-21T00:20:27.803Z Compiling managed v0.8.0
21352026-03-21T00:20:27.854Z Compiling unicode-width v0.2.0
21362026-03-21T00:20:28.093Z Compiling libbz2-rs-sys v0.2.2
21372026-03-21T00:20:28.190Z Compiling bitflags v1.3.2
21382026-03-21T00:20:28.213Z Compiling clap_lex v1.0.0
21392026-03-21T00:20:28.321Z Compiling console v0.16.2
21402026-03-21T00:20:28.392Z Compiling zopfli v0.8.3
21412026-03-21T00:20:28.515Z Compiling clap_builder v4.5.60
21422026-03-21T00:20:28.654Z Compiling flate2 v1.1.9
21432026-03-21T00:20:28.806Z Compiling bzip2 v0.6.1
21442026-03-21T00:20:28.892Z Compiling elliptic-curve v0.13.8
21452026-03-21T00:20:28.942Z Compiling hashbrown v0.15.5
21462026-03-21T00:20:29.039Z Compiling cargo_metadata v0.19.2
21472026-03-21T00:20:29.209Z Compiling phf v0.13.1
21482026-03-21T00:20:29.372Z Compiling hyper-tls v0.6.0
21492026-03-21T00:20:29.400Z Compiling signal-hook-mio v0.2.5
21502026-03-21T00:20:29.437Z Compiling daft v0.1.5
21512026-03-21T00:20:29.566Z Compiling rayon v1.11.0
21522026-03-21T00:20:29.672Z Compiling cookie_store v0.22.1
21532026-03-21T00:20:29.718Z Compiling zstd v0.13.3
21542026-03-21T00:20:29.759Z Compiling postgres-types v0.2.12
21552026-03-21T00:20:29.811Z Compiling bzip2 v0.4.4
21562026-03-21T00:20:29.884Z Compiling strum v0.27.2
21572026-03-21T00:20:30.110Z Compiling hubpack v0.1.2
21582026-03-21T00:20:30.163Z Compiling ed25519 v2.2.3
21592026-03-21T00:20:30.410Z Compiling phf_shared v0.11.3
21602026-03-21T00:20:30.577Z Compiling pkcs1 v0.7.5
21612026-03-21T00:20:30.714Z Compiling serde-big-array v0.5.1
21622026-03-21T00:20:30.753Z Compiling hex v0.4.3
21632026-03-21T00:20:30.860Z Compiling rfc6979 v0.4.0
21642026-03-21T00:20:30.918Z Compiling bstr v1.12.1
21652026-03-21T00:20:31.113Z Compiling itertools v0.12.1
21662026-03-21T00:20:31.136Z Compiling float-cmp v0.10.0
21672026-03-21T00:20:31.163Z Compiling memmap2 v0.9.10
21682026-03-21T00:20:31.167Z Compiling env_filter v1.0.0
21692026-03-21T00:20:31.346Z Compiling encoding_rs v0.8.35
21702026-03-21T00:20:31.426Z Compiling precomputed-hash v0.1.1
21712026-03-21T00:20:31.550Z Compiling whoami v2.1.0
21722026-03-21T00:20:31.575Z Compiling mime v0.3.17
21732026-03-21T00:20:31.578Z Compiling keccak v0.1.6
21742026-03-21T00:20:31.621Z Compiling rustc-hash v2.1.1
21752026-03-21T00:20:31.880Z Compiling predicates-core v1.0.10
21762026-03-21T00:20:31.906Z Compiling normalize-line-endings v0.3.0
21772026-03-21T00:20:31.909Z Compiling jiff v0.2.21
21782026-03-21T00:20:32.009Z Compiling fixedbitset v0.4.2
21792026-03-21T00:20:32.055Z Compiling static_assertions v1.1.0
21802026-03-21T00:20:32.112Z Compiling unit-prefix v0.5.2
21812026-03-21T00:20:32.135Z Compiling fixedbitset v0.5.7
21822026-03-21T00:20:32.171Z Compiling new_debug_unreachable v1.0.6
21832026-03-21T00:20:32.197Z Compiling difflib v0.4.0
21842026-03-21T00:20:32.197Z Compiling toml_write v0.1.2
21852026-03-21T00:20:32.242Z Compiling data-encoding v2.10.0
21862026-03-21T00:20:32.280Z Compiling string_cache v0.8.9
21872026-03-21T00:20:32.305Z Compiling indicatif v0.18.4
21882026-03-21T00:20:32.327Z Compiling petgraph v0.6.5
21892026-03-21T00:20:32.430Z Compiling petgraph v0.8.3
21902026-03-21T00:20:32.503Z Compiling predicates v3.1.4
21912026-03-21T00:20:32.790Z Compiling zone v0.3.1
21922026-03-21T00:20:32.860Z Compiling hickory-proto v0.25.2
21932026-03-21T00:20:33.031Z Compiling toml_edit v0.22.27
21942026-03-21T00:20:33.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-03-21T00:20:33.356Z Compiling tokio-postgres v0.7.16
21962026-03-21T00:20:33.382Z Compiling sha3 v0.10.8
21972026-03-21T00:20:33.661Z Compiling iddqd v0.3.17
21982026-03-21T00:20:33.768Z Compiling similar v2.7.0
21992026-03-21T00:20:34.462Z Compiling env_logger v0.11.9
22002026-03-21T00:20:34.786Z Compiling usdt v0.6.0
22012026-03-21T00:20:35.166Z Compiling serde_with v3.17.0
22022026-03-21T00:20:35.421Z Compiling ecdsa v0.16.9
22032026-03-21T00:20:35.458Z Compiling rsa v0.9.10
22042026-03-21T00:20:35.968Z Compiling zip v4.6.1
22052026-03-21T00:20:36.333Z Compiling clap v4.5.60
22062026-03-21T00:20:36.449Z Compiling ed25519-dalek v2.2.0
22072026-03-21T00:20:36.481Z Compiling crossterm v0.28.1
22082026-03-21T00:20:37.328Z Compiling zip v0.6.6
22092026-03-21T00:20:37.384Z Compiling strum v0.26.3
22102026-03-21T00:20:37.493Z Compiling toml v0.7.8
22112026-03-21T00:20:37.527Z Compiling tokio-stream v0.1.18
22122026-03-21T00:20:37.568Z Compiling buf-list v1.1.2
22132026-03-21T00:20:37.957Z Compiling x509-cert v0.2.5
22142026-03-21T00:20:38.074Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-21T00:20:38.203Z Compiling openapiv3 v2.2.0
22162026-03-21T00:20:38.208Z Compiling sha1 v0.10.6
22172026-03-21T00:20:38.380Z Compiling itertools v0.13.0
22182026-03-21T00:20:38.522Z Compiling peg-runtime v0.8.5
22192026-03-21T00:20:38.605Z Compiling lalrpop-util v0.19.12
22202026-03-21T00:20:54.392Z Compiling macaddr v1.0.1
22212026-03-21T00:20:54.443Z Compiling structmeta-derive v0.3.0
22222026-03-21T00:20:54.630Z Compiling itertools v0.14.0
22232026-03-21T00:20:55.461Z Compiling heapless v0.8.0
22242026-03-21T00:20:56.349Z Compiling ingot-macros v0.1.1
22252026-03-21T00:20:56.797Z Compiling structmeta v0.3.0
22262026-03-21T00:20:59.565Z Compiling rustls-webpki v0.103.9
22272026-03-21T00:21:01.964Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-21T00:21:02.968Z Compiling hash32 v0.3.1
22292026-03-21T00:21:03.126Z Compiling smoltcp v0.11.0
22302026-03-21T00:21:03.322Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-21T00:21:03.591Z Compiling proc-macro-crate v3.4.0
22322026-03-21T00:21:03.642Z Compiling ingot-types v0.1.2
22332026-03-21T00:21:03.725Z Compiling cobs v0.3.0
22342026-03-21T00:21:03.765Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-21T00:21:03.988Z Compiling rustls v0.22.4
22362026-03-21T00:21:04.086Z Compiling postcard v1.1.3
22372026-03-21T00:21:04.111Z Compiling proc-macro-crate v1.3.1
22382026-03-21T00:21:04.206Z Compiling num_enum_derive v0.7.5
22392026-03-21T00:21:04.267Z Compiling ingot v0.1.1
22402026-03-21T00:21:04.290Z Compiling rustls-webpki v0.102.8
22412026-03-21T00:21:04.314Z Compiling futures-executor v0.3.32
22422026-03-21T00:21:04.622Z Compiling tokio-rustls v0.26.4
22432026-03-21T00:21:04.643Z Compiling rustls-platform-verifier v0.6.2
22442026-03-21T00:21:04.772Z Compiling foreign-types-macros v0.2.3
22452026-03-21T00:21:04.906Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-21T00:21:04.933Z Compiling hyper-rustls v0.27.7
22472026-03-21T00:21:04.958Z Compiling multer v3.1.0
22482026-03-21T00:21:04.983Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-21T00:21:05.004Z Compiling thread_local v1.1.9
22502026-03-21T00:21:05.228Z Compiling typeid v1.0.3
22512026-03-21T00:21:05.258Z Compiling reqwest v0.13.2
22522026-03-21T00:21:05.395Z Compiling reqwest v0.12.28
22532026-03-21T00:21:05.466Z Compiling match_cfg v0.1.0
22542026-03-21T00:21:05.491Z Compiling foreign-types-shared v0.3.1
22552026-03-21T00:21:05.513Z Compiling slog-async v2.8.0
22562026-03-21T00:21:05.548Z Compiling cpufeatures v0.3.0
22572026-03-21T00:21:05.580Z Compiling hostname v0.3.1
22582026-03-21T00:21:05.635Z Compiling chacha20 v0.10.0
22592026-03-21T00:21:05.664Z Compiling foreign-types v0.5.0
22602026-03-21T00:21:05.687Z Compiling num_enum v0.7.5
22612026-03-21T00:21:05.868Z Compiling num_enum_derive v0.5.11
22622026-03-21T00:21:05.935Z Compiling futures v0.3.32
22632026-03-21T00:21:06.066Z Compiling derive-ex v0.1.8
22642026-03-21T00:21:06.115Z Compiling tabwriter v1.4.1
22652026-03-21T00:21:06.214Z Compiling slog-json v2.6.1
22662026-03-21T00:21:06.564Z Compiling crossbeam-channel v0.5.15
22672026-03-21T00:21:06.604Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-21T00:21:06.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-21T00:21:07.132Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-21T00:21:07.174Z Compiling async-stream-impl v0.3.6
22712026-03-21T00:21:07.199Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-21T00:21:07.223Z Compiling serde_spanned v1.0.4
22732026-03-21T00:21:07.263Z Compiling is-terminal v0.4.17
22742026-03-21T00:21:07.414Z Compiling cstr-argument v0.1.2
22752026-03-21T00:21:07.460Z Compiling dropshot v0.16.7
22762026-03-21T00:21:07.482Z Compiling erased-serde v0.4.9
22772026-03-21T00:21:07.506Z Compiling crucible-workspace-hack v0.1.0
22782026-03-21T00:21:07.652Z Compiling term v1.2.1
22792026-03-21T00:21:07.722Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-21T00:21:07.745Z Compiling take_mut v0.2.2
22812026-03-21T00:21:07.775Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-21T00:21:08.007Z Compiling async-stream v0.3.6
22832026-03-21T00:21:08.033Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-21T00:21:08.121Z Compiling slog-term v2.9.2
22852026-03-21T00:21:08.212Z Compiling test-strategy v0.4.5
22862026-03-21T00:21:08.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872026-03-21T00:21:08.279Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-03-21T00:21:08.367Z Compiling num_enum v0.5.11
22892026-03-21T00:21:08.450Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-21T00:21:08.480Z Compiling slog-bunyan v2.5.0
22912026-03-21T00:21:08.644Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-21T00:21:08.789Z Compiling rand v0.10.0
22932026-03-21T00:21:08.849Z Compiling tokio-rustls v0.25.0
22942026-03-21T00:21:09.148Z Compiling parse-display-derive v0.10.0
22952026-03-21T00:21:09.202Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-21T00:21:09.419Z Compiling backon v1.6.0
22972026-03-21T00:21:09.516Z Compiling waitgroup v0.1.2
22982026-03-21T00:21:09.606Z Compiling dropshot_endpoint v0.16.7
22992026-03-21T00:21:09.634Z Compiling newtype-uuid-macros v0.1.0
23002026-03-21T00:21:09.729Z Compiling rustls-pemfile v2.2.0
23012026-03-21T00:21:09.761Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-21T00:21:09.788Z Compiling serde_path_to_error v0.1.20
23032026-03-21T00:21:09.904Z Compiling hostname v0.4.2
23042026-03-21T00:21:09.981Z Compiling instant v0.1.13
23052026-03-21T00:21:10.022Z Compiling colored v3.1.1
23062026-03-21T00:21:10.054Z Compiling libefi-sys v0.1.0
23072026-03-21T00:21:10.107Z Compiling debug-ignore v1.0.5
23082026-03-21T00:21:10.154Z Compiling backoff v0.4.0
23092026-03-21T00:21:10.157Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-21T00:21:10.238Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-21T00:21:10.270Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-21T00:21:10.383Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-03-21T00:21:10.451Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-21T00:21:10.534Z Compiling camino-tempfile v1.4.1
23152026-03-21T00:21:10.612Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-21T00:21:10.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-03-21T00:21:10.909Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-21T00:21:10.971Z Compiling usdt-macro v0.5.0
23192026-03-21T00:21:11.067Z Compiling usdt-attr-macro v0.5.0
23202026-03-21T00:21:11.090Z Compiling secrecy v0.10.3
23212026-03-21T00:21:11.172Z Compiling parse-display v0.10.0
23222026-03-21T00:21:11.327Z Compiling num-derive v0.4.2
23232026-03-21T00:21:11.357Z Compiling bitfield-struct v0.6.2
23242026-03-21T00:21:11.765Z Compiling regress v0.10.5
23252026-03-21T00:21:11.881Z Compiling ordered-float v2.10.1
23262026-03-21T00:21:12.066Z Compiling blake3 v1.8.3
23272026-03-21T00:21:12.090Z Compiling sigpipe v0.1.3
23282026-03-21T00:21:12.196Z Compiling memmap v0.7.0
23292026-03-21T00:21:12.254Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-21T00:21:12.301Z Compiling glob v0.3.3
23312026-03-21T00:21:12.325Z Compiling serde-value v0.7.0
23322026-03-21T00:21:12.533Z Compiling usdt v0.5.0
23332026-03-21T00:21:12.555Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-21T00:21:12.600Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-21T00:21:12.859Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-21T00:21:12.983Z Compiling serde-untagged v0.1.9
23372026-03-21T00:21:13.006Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-21T00:21:13.274Z Compiling toml v0.8.23
23392026-03-21T00:21:13.404Z Compiling smf v0.2.3
23402026-03-21T00:21:13.430Z Compiling filetime v0.2.27
23412026-03-21T00:21:13.431Z Compiling xattr v1.6.1
23422026-03-21T00:21:13.478Z Compiling same-file v1.0.6
23432026-03-21T00:21:13.481Z Compiling arrayref v0.3.9
23442026-03-21T00:21:13.525Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-21T00:21:13.528Z Compiling whoami v1.6.1
23462026-03-21T00:21:13.621Z Compiling arrayvec v0.7.6
23472026-03-21T00:21:13.674Z Compiling unicode-xid v0.2.6
23482026-03-21T00:21:13.703Z Compiling constant_time_eq v0.4.2
23492026-03-21T00:21:13.729Z Compiling walkdir v2.5.0
23502026-03-21T00:21:13.755Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-21T00:21:13.809Z Compiling tar v0.4.44
23522026-03-21T00:21:13.878Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-21T00:21:13.974Z Compiling cargo-util-schemas v0.8.2
23542026-03-21T00:21:14.133Z Compiling tokio-dtrace v0.1.1
23552026-03-21T00:21:14.201Z Compiling gethostname v0.5.0
23562026-03-21T00:21:14.392Z Compiling cargo-platform v0.2.0
23572026-03-21T00:21:14.594Z Compiling topological-sort v0.2.2
23582026-03-21T00:21:14.628Z Compiling oxide-tokio-rt v0.1.3
23592026-03-21T00:21:14.680Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-21T00:21:14.812Z Compiling indent_write v2.2.0
23612026-03-21T00:21:14.836Z Compiling shell-words v1.1.1
23622026-03-21T00:21:15.588Z Compiling cargo_metadata v0.21.0
23632026-03-21T00:21:26.794Z Compiling progenitor-client v0.13.0
23642026-03-21T00:21:26.813Z Compiling progenitor-client v0.10.0
23652026-03-21T00:21:26.817Z Compiling omicron-zone-package v0.12.2
23662026-03-21T00:21:26.916Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-21T00:21:26.920Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-21T00:21:26.920Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-21T00:21:26.920Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-21T00:21:27.147Z Compiling progenitor-extras v0.1.1
23712026-03-21T00:21:27.416Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-21T00:21:37.116Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-21T00:21:38.420Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-21T00:21:46.757Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-21T00:21:46.947Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-21T00:21:47.018ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-21T00:21:47.021ZCreated new build target 'test' and set it as active
23782026-03-21T00:21:47.021Z
23792026-03-21T00:21:47.021Zreal 1:54.938857834
23802026-03-21T00:21:47.021Zuser 20:19.636840268
23812026-03-21T00:21:47.021Zsys 3:04.896444239
23822026-03-21T00:21:47.021Ztrap 0.533733605
23832026-03-21T00:21:47.021Ztflt 3.094555621
23842026-03-21T00:21:47.021Zdflt 4.012685874
23852026-03-21T00:21:47.021Zkflt 0.000734299
23862026-03-21T00:21:47.021Zlock 1:04:32.639190923
23872026-03-21T00:21:47.021Zslp 51:51.181646396
23882026-03-21T00:21:47.021Zlat 47.653181363
23892026-03-21T00:21:47.021Zstop 7:41.191904108
23902026-03-21T00:21:47.026Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-21T00:21:48.259Z Finished `release` profile [optimized] target(s) in 1.22s
23922026-03-21T00:21:48.329Z Running `target/release/omicron-package -t test package`
23932026-03-21T00:21:48.399ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-21T00:21:50.340Z Compiling regress v0.10.5
23952026-03-21T00:21:50.340Z Compiling heck v0.5.0
23962026-03-21T00:21:50.344Z Compiling unsafe-libyaml v0.2.11
23972026-03-21T00:21:50.344Z Compiling convert_case v0.4.0
23982026-03-21T00:21:50.666Z Compiling half v2.7.1
23992026-03-21T00:21:50.669Z Compiling ciborium-io v0.2.2
24002026-03-21T00:21:50.726Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-21T00:21:50.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-21T00:21:50.783Z Compiling prettyplease v0.2.37
24032026-03-21T00:21:50.814Z Compiling typify-impl v0.6.1
24042026-03-21T00:21:50.817Z Compiling universal-hash v0.5.1
24052026-03-21T00:21:50.844Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-21T00:21:50.848Z Compiling unicode-width v0.1.14
24072026-03-21T00:21:50.848Z Compiling opaque-debug v0.3.1
24082026-03-21T00:21:50.910Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-21T00:21:50.976Z Compiling chacha20 v0.9.1
24102026-03-21T00:21:50.979Z Compiling password-hash v0.5.0
24112026-03-21T00:21:51.083Z Compiling ciborium-ll v0.2.2
24122026-03-21T00:21:51.083Z Compiling poly1305 v0.8.0
24132026-03-21T00:21:51.087Z Compiling derive_more v0.99.20
24142026-03-21T00:21:51.087Z Compiling blake2 v0.10.6
24152026-03-21T00:21:51.214Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-21T00:21:51.318Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-21T00:21:51.354Z Compiling ciborium v0.2.2
24182026-03-21T00:21:51.386Z Compiling aead v0.5.2
24192026-03-21T00:21:51.446Z Compiling is-terminal v0.4.17
24202026-03-21T00:21:51.482Z Compiling swrite v0.1.0
24212026-03-21T00:21:51.601Z Compiling chacha20poly1305 v0.10.1
24222026-03-21T00:21:51.645Z Compiling argon2 v0.5.3
24232026-03-21T00:21:51.675Z Compiling serde_spanned v1.0.4
24242026-03-21T00:21:51.837Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-21T00:21:51.936Z Compiling bytecount v0.6.9
24262026-03-21T00:21:51.976Z Compiling rustls v0.22.4
24272026-03-21T00:21:51.979Z Compiling rustls-webpki v0.102.8
24282026-03-21T00:21:52.048Z Compiling derive-where v1.6.0
24292026-03-21T00:21:52.151Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-21T00:21:52.199Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-21T00:21:52.230Z Compiling thread_local v1.1.9
24322026-03-21T00:21:52.300Z Compiling match_cfg v0.1.0
24332026-03-21T00:21:52.330Z Compiling thiserror-no-std v2.0.2
24342026-03-21T00:21:52.416Z Compiling hostname v0.3.1
24352026-03-21T00:21:52.486Z Compiling vsss-rs v3.3.4
24362026-03-21T00:21:52.568Z Compiling multer v3.1.0
24372026-03-21T00:21:52.641Z Compiling slog-async v2.8.0
24382026-03-21T00:21:52.674Z Compiling slog-json v2.6.1
24392026-03-21T00:21:52.736Z Compiling crossbeam-channel v0.5.15
24402026-03-21T00:21:52.776Z Compiling futures-executor v0.3.32
24412026-03-21T00:21:52.966Z Compiling term v1.2.1
24422026-03-21T00:21:52.969Z Compiling take_mut v0.2.2
24432026-03-21T00:21:53.028Z Compiling futures v0.3.32
24442026-03-21T00:21:53.121Z Compiling slog-bunyan v2.5.0
24452026-03-21T00:21:53.200Z Compiling dropshot v0.16.7
24462026-03-21T00:21:53.200Z Compiling async-stream v0.3.6
24472026-03-21T00:21:53.329Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-03-21T00:21:53.412Z Compiling slog-term v2.9.2
24492026-03-21T00:21:53.451Z Compiling progenitor-client v0.13.0
24502026-03-21T00:21:53.488Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-21T00:21:53.529Z Compiling waitgroup v0.1.2
24522026-03-21T00:21:53.676Z Compiling backon v1.6.0
24532026-03-21T00:21:53.726Z Compiling rustls-pemfile v2.2.0
24542026-03-21T00:21:53.729Z Compiling hostname v0.4.2
24552026-03-21T00:21:53.790Z Compiling serde_path_to_error v0.1.20
24562026-03-21T00:21:53.793Z Compiling instant v0.1.13
24572026-03-21T00:21:53.862Z Compiling debug-ignore v1.0.5
24582026-03-21T00:21:53.897Z Compiling progenitor-extras v0.1.1
24592026-03-21T00:21:53.932Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-21T00:21:53.967Z Compiling backoff v0.4.0
24612026-03-21T00:21:54.004Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-03-21T00:21:54.007Z Compiling parse-display v0.10.0
24632026-03-21T00:21:54.007Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-21T00:21:54.007Z Compiling progenitor-client v0.10.0
24652026-03-21T00:21:54.103Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-21T00:21:54.168Z Compiling macaddr v1.0.1
24672026-03-21T00:21:54.235Z Compiling console v0.15.11
24682026-03-21T00:21:54.272Z Compiling newline-converter v0.3.0
24692026-03-21T00:21:54.275Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-21T00:21:54.341Z Compiling atomicwrites v0.4.4
24712026-03-21T00:21:54.378Z Compiling num-rational v0.4.2
24722026-03-21T00:21:54.476Z Compiling num-complex v0.4.6
24732026-03-21T00:21:54.509Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-21T00:21:54.657Z Compiling slog-dtrace v0.3.0
24752026-03-21T00:21:54.737Z Compiling async-recursion v1.1.1
24762026-03-21T00:21:54.788Z Compiling expectorate v1.2.0
24772026-03-21T00:21:54.913Z Compiling float-ord v0.3.2
24782026-03-21T00:21:55.032Z Compiling cancel-safe-futures v0.1.5
24792026-03-21T00:21:55.088Z Compiling tokio-rustls v0.25.0
24802026-03-21T00:21:55.121Z Compiling num v0.4.3
24812026-03-21T00:21:55.233Z Compiling owo-colors v4.3.0
24822026-03-21T00:21:55.268Z Compiling libsw-core v0.3.2
24832026-03-21T00:21:55.343Z Compiling resolv-conf v0.7.6
24842026-03-21T00:21:55.416Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-21T00:21:55.582Z Compiling libsw v3.5.0
24862026-03-21T00:21:55.585Z Compiling toml v0.8.23
24872026-03-21T00:21:55.689Z Compiling linear-map v1.2.0
24882026-03-21T00:21:55.797Z Compiling minimal-lexical v0.2.1
24892026-03-21T00:21:55.855Z Compiling linked-hash-map v0.5.6
24902026-03-21T00:21:55.993Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-21T00:21:56.024Z Compiling unicode-xid v0.2.6
24922026-03-21T00:21:56.299Z Compiling lru-cache v0.1.2
24932026-03-21T00:21:56.307Z Compiling nom v7.1.3
24942026-03-21T00:21:56.307Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-21T00:21:56.307Z Compiling globset v0.4.18
24962026-03-21T00:21:56.314Z Compiling hickory-proto v0.24.4
24972026-03-21T00:21:56.377Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-21T00:21:56.454Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-21T00:21:56.689Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-21T00:21:57.092Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-21T00:21:57.773Z Compiling typify-macro v0.6.1
25022026-03-21T00:21:58.007Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-21T00:21:58.160Z Compiling convert_case v0.10.0
25042026-03-21T00:21:58.583Z Compiling derive_more-impl v2.1.1
25052026-03-21T00:21:59.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-21T00:21:59.568Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-21T00:21:59.638Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-21T00:21:59.730Z Compiling hickory-resolver v0.24.4
25092026-03-21T00:21:59.890Z Compiling pin-project-internal v1.1.11
25102026-03-21T00:21:59.928Z Compiling typify v0.6.1
25112026-03-21T00:22:00.105Z Compiling progenitor-impl v0.13.0
25122026-03-21T00:22:00.832Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-21T00:22:01.086Z Compiling derive_more v2.1.1
25142026-03-21T00:22:01.257Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-21T00:22:01.332Z Compiling qorb v0.4.1
25162026-03-21T00:22:01.453Z Compiling pin-project v1.1.11
25172026-03-21T00:22:01.620Z Compiling pem v3.0.6
25182026-03-21T00:22:01.866Z Compiling snafu-derive v0.8.9
25192026-03-21T00:22:02.546Z Compiling termtree v0.5.1
25202026-03-21T00:22:02.785Z Compiling crossterm v0.29.0
25212026-03-21T00:22:02.814Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-21T00:22:03.224Z Compiling progenitor-macro v0.13.0
25232026-03-21T00:22:04.072Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-21T00:22:04.217Z Compiling snafu v0.8.9
25252026-03-21T00:22:04.964Z Compiling olpc-cjson v0.1.4
25262026-03-21T00:22:05.268Z Compiling phf_shared v0.12.1
25272026-03-21T00:22:05.603Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-21T00:22:05.673Z Compiling serde_plain v1.0.2
25292026-03-21T00:22:06.339Z Compiling vte v0.14.1
25302026-03-21T00:22:06.604Z Compiling csv-core v0.1.13
25312026-03-21T00:22:06.833Z Compiling chrono-tz v0.10.4
25322026-03-21T00:22:06.890Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-21T00:22:06.959Z Compiling highway v1.3.0
25342026-03-21T00:22:07.108Z Compiling typed-path v0.9.3
25352026-03-21T00:22:07.220Z Compiling csv v1.4.0
25362026-03-21T00:22:07.565Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-21T00:22:07.867Z Compiling strip-ansi-escapes v0.2.1
25382026-03-21T00:22:07.917Z Compiling phf v0.12.1
25392026-03-21T00:22:08.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-21T00:22:08.404Z Compiling const_format_proc_macros v0.2.34
25412026-03-21T00:22:08.478Z Compiling papergrid v0.11.0
25422026-03-21T00:22:08.531Z Compiling fd-lock v4.0.4
25432026-03-21T00:22:08.614Z Compiling peg-macros v0.8.5
25442026-03-21T00:22:08.755Z Compiling tough v0.20.0
25452026-03-21T00:22:09.204Z Compiling progenitor v0.13.0
25462026-03-21T00:22:09.428Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-21T00:22:09.478Z Compiling tabled_derive v0.7.0
25482026-03-21T00:22:10.073Z Compiling nu-ansi-term v0.50.3
25492026-03-21T00:22:10.335Z Compiling peg v0.8.5
25502026-03-21T00:22:10.436Z Compiling reedline v0.40.0
25512026-03-21T00:22:10.470Z Compiling const_format v0.2.35
25522026-03-21T00:22:10.677Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-03-21T00:22:10.714Z Compiling tabled v0.15.0
25542026-03-21T00:22:10.947Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-03-21T00:22:11.122Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-21T00:22:12.812Z Compiling bcs v0.1.6
25572026-03-21T00:22:12.843Z Compiling semver v0.1.20
25582026-03-21T00:22:13.263Z Compiling rustc_version v0.1.7
25592026-03-21T00:22:13.383Z Compiling base64 v0.21.7
25602026-03-21T00:22:13.584Z Compiling newtype_derive v0.1.6
25612026-03-21T00:22:13.896Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-21T00:22:14.141Z Compiling typify-impl v0.4.3
25632026-03-21T00:22:14.213Z Compiling smawk v0.3.2
25642026-03-21T00:22:14.279Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-21T00:22:14.462Z Compiling humantime v2.3.0
25662026-03-21T00:22:14.660Z Compiling unicode-linebreak v0.1.5
25672026-03-21T00:22:15.058Z Compiling textwrap v0.16.2
25682026-03-21T00:22:15.180Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-21T00:22:15.301Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-21T00:22:15.336Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-21T00:22:15.529Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-21T00:22:15.882Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-21T00:22:15.969Z Compiling steno v0.4.1
25742026-03-21T00:22:16.835Z Compiling utf-8 v0.7.6
25752026-03-21T00:22:17.205Z Compiling tagptr v0.2.0
25762026-03-21T00:22:17.457Z Compiling moka v0.12.13
25772026-03-21T00:22:17.668Z Compiling tungstenite v0.21.0
25782026-03-21T00:22:18.160Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-21T00:22:18.383Z Compiling radium v0.7.0
25802026-03-21T00:22:18.749Z Compiling tokio-tungstenite v0.21.0
25812026-03-21T00:22:19.120Z Compiling typify-macro v0.4.3
25822026-03-21T00:22:19.222Z Compiling hickory-resolver v0.25.2
25832026-03-21T00:22:19.300Z Compiling maybe-uninit v2.0.0
25842026-03-21T00:22:19.670Z Compiling tap v1.0.1
25852026-03-21T00:22:19.860Z Compiling wyz v0.5.1
25862026-03-21T00:22:20.243Z Compiling zerocopy-derive v0.6.6
25872026-03-21T00:22:20.433Z Compiling display-error-chain v0.2.2
25882026-03-21T00:22:20.574Z Compiling packed_struct v0.10.1
25892026-03-21T00:22:20.657Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-03-21T00:22:20.938Z Compiling crc-catalog v2.4.0
25912026-03-21T00:22:21.013Z Compiling funty v2.0.0
25922026-03-21T00:22:21.114Z Compiling crc v3.4.0
25932026-03-21T00:22:21.207Z Compiling typify v0.4.3
25942026-03-21T00:22:21.389Z Compiling progenitor-impl v0.10.0
25952026-03-21T00:22:21.421Z Compiling zerocopy v0.6.6
25962026-03-21T00:22:21.960Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-21T00:22:22.311Z Compiling bitvec v1.0.1
25982026-03-21T00:22:24.172Z Compiling packed_struct_codegen v0.10.1
25992026-03-21T00:22:24.453Z Compiling progenitor-macro v0.10.0
26002026-03-21T00:22:24.487Z Compiling bitfield-macros v0.19.4
26012026-03-21T00:22:24.915Z Compiling indexmap v1.9.3
26022026-03-21T00:22:25.215Z Compiling nodrop v0.1.14
26032026-03-21T00:22:25.381Z Compiling array-init v0.0.4
26042026-03-21T00:22:25.428Z Compiling bitfield v0.19.4
26052026-03-21T00:22:25.939Z Compiling smallvec v0.6.14
26062026-03-21T00:22:25.992Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-21T00:22:26.300Z Compiling num-derive v0.3.3
26082026-03-21T00:22:26.445Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-21T00:22:26.953Z Compiling hashbrown v0.12.3
26102026-03-21T00:22:26.986Z Compiling proc-macro-error2 v2.0.1
26112026-03-21T00:22:27.129Z Compiling serde-hex v0.1.0
26122026-03-21T00:22:27.409Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-21T00:22:27.493Z Compiling libscf-sys v1.1.0
26142026-03-21T00:22:27.525Z Compiling ron v0.8.1
26152026-03-21T00:22:27.764Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-21T00:22:27.799Z Compiling hashbrown v0.13.2
26172026-03-21T00:22:27.803Z Compiling vergen-gitcl v1.0.8
26182026-03-21T00:22:28.156Z Compiling dirs-sys-next v0.1.2
26192026-03-21T00:22:28.454Z Compiling diesel_derives v2.3.7
26202026-03-21T00:22:28.521Z Compiling maplit v1.0.2
26212026-03-21T00:22:28.673Z Compiling crc-any v2.5.0
26222026-03-21T00:22:28.706Z Compiling glob v0.3.3
26232026-03-21T00:22:28.741Z Compiling crunchy v0.2.4
26242026-03-21T00:22:29.185Z Compiling object v0.30.4
26252026-03-21T00:22:29.220Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-21T00:22:29.223Z Compiling clang-sys v1.8.1
26272026-03-21T00:22:29.286Z Compiling dirs-next v2.0.0
26282026-03-21T00:22:29.530Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-21T00:22:29.633Z Compiling tabled_derive v0.11.0
26302026-03-21T00:22:29.758Z Compiling papergrid v0.17.0
26312026-03-21T00:22:30.105Z Compiling testing_table v0.3.0
26322026-03-21T00:22:30.136Z Compiling dsl_auto_type v0.2.0
26332026-03-21T00:22:30.139Z Compiling scheduled-thread-pool v0.2.7
26342026-03-21T00:22:30.383Z Compiling progenitor v0.10.0
26352026-03-21T00:22:30.444Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-21T00:22:30.633Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-21T00:22:30.669Z Compiling path-slash v0.1.5
26382026-03-21T00:22:30.672Z Compiling tiny-keccak v2.0.2
26392026-03-21T00:22:30.740Z Compiling r2d2 v0.8.10
26402026-03-21T00:22:30.960Z Compiling term v0.7.0
26412026-03-21T00:22:31.098Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-21T00:22:31.134Z Compiling arc-swap v1.8.2
26432026-03-21T00:22:31.170Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-21T00:22:31.174Z Compiling bit-vec v0.6.3
26452026-03-21T00:22:31.489Z Compiling tabled v0.20.0
26462026-03-21T00:22:31.524Z Compiling downcast-rs v2.0.2
26472026-03-21T00:22:31.628Z Compiling xshell-macros v0.2.7
26482026-03-21T00:22:31.662Z Compiling slog-scope v4.4.1
26492026-03-21T00:22:31.730Z Compiling bit-set v0.5.3
26502026-03-21T00:22:31.787Z Compiling ascii-canvas v3.0.0
26512026-03-21T00:22:32.126Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-21T00:22:32.158Z Compiling xshell v0.2.7
26532026-03-21T00:22:32.226Z Compiling itertools v0.10.5
26542026-03-21T00:22:32.303Z Compiling ena v0.14.4
26552026-03-21T00:22:32.632Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-21T00:22:32.728Z Compiling libloading v0.8.9
26572026-03-21T00:22:33.052Z Compiling regex-syntax v0.6.29
26582026-03-21T00:22:33.055Z Compiling diff v0.1.13
26592026-03-21T00:22:33.423Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602026-03-21T00:22:33.754Z Compiling unicase v2.9.0
26612026-03-21T00:22:33.902Z Compiling bindgen v0.71.1
26622026-03-21T00:22:35.694Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-21T00:22:35.788Z Compiling lalrpop v0.19.12
26642026-03-21T00:22:35.961Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-21T00:22:37.084Z Compiling slog-stdlog v4.1.1
26662026-03-21T00:22:37.471Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-21T00:22:37.519Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-21T00:22:37.675Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-03-21T00:22:37.708Z Compiling diesel v2.3.7
26702026-03-21T00:22:38.268Z Compiling cexpr v0.6.0
26712026-03-21T00:22:38.304Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-21T00:22:38.599Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-21T00:22:38.763Z Compiling crc8 v0.1.1
26742026-03-21T00:22:38.873Z Compiling slog-envlogger v2.2.0
26752026-03-21T00:22:38.968Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-21T00:22:39.178Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-21T00:22:39.215Z Compiling headers-core v0.3.0
26782026-03-21T00:22:39.416Z Compiling libxml v0.3.3
26792026-03-21T00:22:39.844Z Compiling headers v0.4.1
26802026-03-21T00:22:40.034Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-21T00:22:40.360Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-21T00:22:40.640Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-21T00:22:41.234Z Compiling strum_macros v0.24.3
26842026-03-21T00:22:41.533Z Compiling indoc v1.0.9
26852026-03-21T00:22:41.782Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-21T00:22:41.956Z Compiling derive_builder v0.20.2
26872026-03-21T00:22:42.016Z Compiling oso-derive v0.27.3
26882026-03-21T00:22:42.111Z Compiling quick-xml v0.37.5
26892026-03-21T00:22:42.183Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-21T00:22:42.577Z Compiling half v1.8.3
26912026-03-21T00:22:42.687Z Compiling openssl-probe v0.1.6
26922026-03-21T00:22:42.978Z Compiling serde_cbor v0.11.2
26932026-03-21T00:22:43.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-21T00:22:43.176Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-21T00:22:43.357Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-21T00:22:44.034Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-21T00:22:44.092Z Compiling bb8 v0.8.6
26982026-03-21T00:22:44.159Z Compiling trait-variant v0.1.2
26992026-03-21T00:22:44.349Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-21T00:22:44.401Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-21T00:22:44.577Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-21T00:22:44.904Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-21T00:22:44.937Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-21T00:22:45.058Z Compiling fxhash v0.2.1
27052026-03-21T00:22:45.229Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-21T00:22:45.326Z Compiling kstat-rs v0.2.4
27072026-03-21T00:22:45.579Z Compiling libz-sys v1.1.24
27082026-03-21T00:22:45.613Z Compiling samael v0.0.19
27092026-03-21T00:22:45.667Z Compiling nonempty v0.12.0
27102026-03-21T00:22:45.701Z Compiling salty v0.3.0
27112026-03-21T00:22:45.928Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-21T00:22:46.140Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-21T00:22:46.223Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-21T00:22:46.335Z Compiling progenitor-impl v0.11.2
27152026-03-21T00:22:46.368Z Compiling darling_core v0.23.0
27162026-03-21T00:22:46.919Z Compiling polar-core v0.27.3
27172026-03-21T00:22:46.994Z Compiling nanorand v0.7.0
27182026-03-21T00:22:47.161Z Compiling fs-err v2.11.0
27192026-03-21T00:22:47.496Z Compiling parking_lot_core v0.8.6
27202026-03-21T00:22:47.768Z Compiling mime_guess v2.0.5
27212026-03-21T00:22:48.101Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-21T00:22:48.447Z Compiling flume v0.11.1
27232026-03-21T00:22:48.999Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-21T00:22:49.483Z Compiling progenitor-macro v0.11.2
27252026-03-21T00:22:49.606Z Compiling darling_macro v0.23.0
27262026-03-21T00:22:50.421Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-21T00:22:51.150Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-21T00:22:51.203Z Compiling progenitor-client v0.11.2
27292026-03-21T00:22:51.884Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-21T00:22:52.944Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-21T00:22:53.656Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-21T00:22:54.207Z Compiling git-stub v1.0.0
27332026-03-21T00:22:54.561Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-21T00:22:55.103Z Compiling instability v0.3.11
27352026-03-21T00:22:55.331Z Compiling progenitor v0.11.2
27362026-03-21T00:22:55.573Z Compiling git-stub-vcs v0.1.0
27372026-03-21T00:22:56.047Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-21T00:22:57.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-21T00:22:57.663Z Compiling darling v0.23.0
27402026-03-21T00:22:57.810Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-21T00:23:00.543Z Compiling oso v0.27.3
27422026-03-21T00:23:01.694Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-21T00:23:01.858Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-21T00:23:01.889Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-21T00:23:03.235Z Compiling async-bb8-diesel v0.2.1
27462026-03-21T00:23:03.365Z Compiling diesel-dtrace v0.5.0
27472026-03-21T00:23:03.397Z Compiling ignore v0.4.25
27482026-03-21T00:23:03.822Z Compiling primeorder v0.13.6
27492026-03-21T00:23:04.253Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-21T00:23:05.719Z Compiling castaway v0.2.4
27512026-03-21T00:23:05.849Z Compiling atty v0.2.14
27522026-03-21T00:23:05.919Z Compiling nibble_vec v0.1.0
27532026-03-21T00:23:06.039Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-21T00:23:06.147Z Compiling indoc v2.0.7
27552026-03-21T00:23:06.176Z Compiling endian-type v0.1.2
27562026-03-21T00:23:06.336Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-03-21T00:23:06.404Z Compiling parse-size v1.1.0
27582026-03-21T00:23:06.626Z Compiling http-range v0.1.5
27592026-03-21T00:23:06.773Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-21T00:23:07.047Z Compiling radix_trie v0.2.1
27612026-03-21T00:23:07.353Z Compiling compact_str v0.8.1
27622026-03-21T00:23:07.640Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-21T00:23:08.846Z Compiling globwalk v0.9.1
27642026-03-21T00:23:08.876Z Compiling p384 v0.13.1
27652026-03-21T00:23:09.497Z Compiling parking_lot v0.11.2
27662026-03-21T00:23:09.802Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-21T00:23:10.017Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-21T00:23:10.369Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-21T00:23:10.593Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-21T00:23:10.664Z Compiling predicates-tree v1.0.13
27712026-03-21T00:23:10.697Z Compiling unicode-truncate v1.1.0
27722026-03-21T00:23:10.963Z Compiling lru v0.12.5
27732026-03-21T00:23:11.249Z Compiling prefix-trie v0.7.0
27742026-03-21T00:23:11.278Z Compiling vergen-git2 v1.0.7
27752026-03-21T00:23:11.571Z Compiling cassowary v0.3.0
27762026-03-21T00:23:11.620Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-21T00:23:11.789Z Compiling hickory-server v0.25.2
27782026-03-21T00:23:11.891Z Compiling camino-tempfile-ext v0.3.3
27792026-03-21T00:23:12.487Z Compiling ratatui v0.29.0
27802026-03-21T00:23:12.780Z Compiling hyper-staticfile v0.10.1
27812026-03-21T00:23:13.318Z Compiling sled v0.34.7
27822026-03-21T00:23:14.359Z Compiling hickory-client v0.25.2
27832026-03-21T00:23:14.685Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-21T00:23:15.371Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-21T00:23:15.507Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-21T00:23:15.563Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-21T00:23:15.610Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-21T00:23:16.556Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27892026-03-21T00:23:16.774Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-21T00:23:17.500Z Compiling rand_seeder v0.4.0
27912026-03-21T00:23:17.643Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-21T00:23:17.824Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-21T00:23:18.193Z Compiling lzma-sys v0.1.20
27942026-03-21T00:23:18.261Z Compiling corncobs v0.1.4
27952026-03-21T00:23:18.331Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-21T00:23:18.578Z Compiling rustls v0.21.12
27972026-03-21T00:23:18.674Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-21T00:23:18.858Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-21T00:23:18.892Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-21T00:23:18.973Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-21T00:23:19.120Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-21T00:23:19.317Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-21T00:23:19.591Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-21T00:23:19.668Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-21T00:23:19.766Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-21T00:23:20.041Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-21T00:23:23.130Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-21T00:23:23.684Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-21T00:23:23.688Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-21T00:23:23.966Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-21T00:23:24.001Z Compiling cargo_toml v0.22.3
28122026-03-21T00:23:24.295Z Compiling rustls-webpki v0.101.7
28132026-03-21T00:23:25.602Z Compiling sct v0.7.1
28142026-03-21T00:23:25.938Z Compiling nix v0.29.0
28152026-03-21T00:23:26.425Z Compiling secrecy v0.8.0
28162026-03-21T00:23:26.483Z Compiling void v1.0.2
28172026-03-21T00:23:26.675Z Compiling lzss v0.8.2
28182026-03-21T00:23:26.871Z Compiling git2 v0.20.4
28192026-03-21T00:23:27.372Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-21T00:23:27.405Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-21T00:23:27.438Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-21T00:23:27.704Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-21T00:23:27.772Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-21T00:23:28.449Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-21T00:23:28.480Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-21T00:23:29.381Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-21T00:23:29.524Z Compiling tungstenite v0.23.0
28282026-03-21T00:23:29.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-21T00:23:29.973Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-03-21T00:23:30.047Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-21T00:23:30.337Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-21T00:23:30.620Z Compiling nix v0.27.1
28332026-03-21T00:23:31.020Z Compiling serde_bytes v0.11.19
28342026-03-21T00:23:31.100Z Compiling tokio-tungstenite v0.23.1
28352026-03-21T00:23:31.445Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-21T00:23:31.488Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-21T00:23:31.682Z Compiling tokio-rustls v0.24.1
28382026-03-21T00:23:32.087Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-03-21T00:23:32.178Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-21T00:23:32.446Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-03-21T00:23:33.857Z Compiling xz2 v0.1.7
28422026-03-21T00:23:33.924Z Compiling ron v0.12.0
28432026-03-21T00:23:34.885Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-21T00:23:35.304Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-21T00:23:37.824Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-21T00:23:38.915Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-21T00:23:39.116Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-21T00:23:40.932Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-21T00:23:41.452Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-21T00:23:41.640Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-21T00:23:41.978Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-21T00:23:42.863Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-21T00:23:43.131Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-21T00:23:44.952Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-21T00:23:45.532Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-21T00:23:46.164Z Compiling rustls-pemfile v1.0.4
28572026-03-21T00:23:46.684Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-21T00:23:46.858Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-21T00:23:48.061Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-21T00:23:48.355Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-21T00:23:48.477Z Compiling signal-hook-tokio v0.3.1
28622026-03-21T00:23:48.730Z Compiling twox-hash v2.1.2
28632026-03-21T00:23:49.296Z Compiling yasna v0.5.2
28642026-03-21T00:23:49.387Z Compiling is_ci v1.2.0
28652026-03-21T00:23:49.420Z Compiling base16ct v1.0.0
28662026-03-21T00:23:49.674Z Compiling supports-color v3.0.2
28672026-03-21T00:23:50.015Z Compiling rcgen v0.12.1
28682026-03-21T00:23:50.071Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-21T00:23:50.432Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-21T00:23:51.200Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-21T00:23:51.403Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-21T00:23:52.024Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-21T00:23:52.212Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-21T00:23:54.778Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-21T00:23:55.557Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-21T00:23:55.795Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-21T00:23:56.706Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-21T00:23:57.636Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-21T00:23:57.919Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-21T00:23:58.227Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-21T00:23:58.368Z Compiling fatfs v0.3.6
28822026-03-21T00:23:58.550Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-21T00:23:59.901Z Compiling rtoolbox v0.0.3
28842026-03-21T00:24:00.257Z Compiling subprocess v0.2.15
28852026-03-21T00:24:00.760Z Compiling seq-macro v0.3.6
28862026-03-21T00:24:01.394Z Compiling assert_matches v1.5.0
28872026-03-21T00:24:01.536Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-21T00:24:02.993Z Compiling rpassword v7.4.0
28892026-03-21T00:24:03.347Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-21T00:24:03.712Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-21T00:24:04.184Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-21T00:24:05.392Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-21T00:24:05.574Z Compiling tui-tree-widget v0.23.1
28942026-03-21T00:24:05.947Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-21T00:24:07.204Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-21T00:24:07.562Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-21T00:24:07.886Z Compiling uzers v0.12.2
28982026-03-21T00:24:08.185Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-21T00:24:09.713Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-21T00:24:11.112Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-21T00:24:13.618Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-21T00:24:15.005Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-21T00:24:16.601Z Compiling support-bundle-viewer v0.1.2
29042026-03-21T00:24:17.759Z Compiling multimap v0.10.1
29052026-03-21T00:24:32.403Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-21T00:24:40.273Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-21T00:24:45.531Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-21T00:32:24.139Z Finished `release` profile [optimized] target(s) in 10m 35s
29092026-03-21T00:33:18.339Z
29102026-03-21T00:33:18.342Zreal 11:30.928902139
29112026-03-21T00:33:18.342Zuser 1:41:39.675669527
29122026-03-21T00:33:18.342Zsys 4:16.045511267
29132026-03-21T00:33:18.342Ztrap 2.321037537
29142026-03-21T00:33:18.342Ztflt 2.380735871
29152026-03-21T00:33:18.342Zdflt 19.003283329
29162026-03-21T00:33:18.342Zkflt 0.019633702
29172026-03-21T00:33:18.342Zlock 8:37:18.902123054
29182026-03-21T00:33:18.342Zslp 2:51:06.318698173
29192026-03-21T00:33:18.342Zlat 2:53.534140981
29202026-03-21T00:33:18.342Zstop 7:24.962422557
29212026-03-21T00:33:18.342Z+ mapfile -t packages
29222026-03-21T00:33:18.342Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-21T00:33:19.668Z Finished `release` profile [optimized] target(s) in 1.31s
29242026-03-21T00:33:19.743Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-21T00:33:19.819ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-21T00:33:19.822Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-21T00:33:20.546Z Compiling libc v0.2.180
29282026-03-21T00:33:20.547Z Compiling serde v1.0.228
29292026-03-21T00:33:20.550Z Compiling serde_core v1.0.228
29302026-03-21T00:33:20.550Z Compiling rustix v1.1.3
29312026-03-21T00:33:20.657Z Compiling bitflags v2.11.0
29322026-03-21T00:33:20.670Z Compiling serde_json v1.0.149
29332026-03-21T00:33:20.727Z Compiling num-traits v0.2.19
29342026-03-21T00:33:20.731Z Compiling hashbrown v0.16.1
29352026-03-21T00:33:20.744Z Compiling syn v2.0.117
29362026-03-21T00:33:20.778Z Compiling smallvec v1.15.1
29372026-03-21T00:33:20.810Z Compiling usdt-impl v0.5.0
29382026-03-21T00:33:20.830Z Compiling syn v1.0.109
29392026-03-21T00:33:20.845Z Compiling percent-encoding v2.3.2
29402026-03-21T00:33:20.862Z Compiling getrandom v0.4.1
29412026-03-21T00:33:20.994Z Compiling log v0.4.29
29422026-03-21T00:33:21.108Z Compiling form_urlencoded v1.2.2
29432026-03-21T00:33:21.360Z Compiling fs-err v3.3.0
29442026-03-21T00:33:21.361Z Compiling anyhow v1.0.102
29452026-03-21T00:33:21.395Z Compiling once_cell v1.21.3
29462026-03-21T00:33:21.398Z Compiling heck v0.4.1
29472026-03-21T00:33:21.569Z Compiling indexmap v2.13.0
29482026-03-21T00:33:21.731Z Compiling errno v0.3.14
29492026-03-21T00:33:21.731Z Compiling thread-id v4.2.2
29502026-03-21T00:33:21.734Z Compiling memmap v0.7.0
29512026-03-21T00:33:22.211Z Compiling ordered-float v2.10.1
29522026-03-21T00:33:22.860Z Compiling proc-macro-error v1.0.4
29532026-03-21T00:33:23.195Z Compiling terminal_size v0.4.3
29542026-03-21T00:33:23.196Z Compiling tempfile v3.25.0
29552026-03-21T00:33:23.227Z Compiling tabled_derive v0.7.0
29562026-03-21T00:33:23.321Z Compiling clap_builder v4.5.60
29572026-03-21T00:33:23.321Z Compiling textwrap v0.16.2
29582026-03-21T00:33:23.523Z Compiling camino-tempfile v1.4.1
29592026-03-21T00:33:24.107Z Compiling tabled v0.15.0
29602026-03-21T00:33:24.458Z Compiling synstructure v0.13.2
29612026-03-21T00:33:24.458Z Compiling pest_generator v2.8.6
29622026-03-21T00:33:25.014Z Compiling serde_derive v1.0.228
29632026-03-21T00:33:25.014Z Compiling zerofrom-derive v0.1.6
29642026-03-21T00:33:25.018Z Compiling yoke-derive v0.8.1
29652026-03-21T00:33:25.018Z Compiling zerovec-derive v0.11.2
29662026-03-21T00:33:25.018Z Compiling displaydoc v0.2.5
29672026-03-21T00:33:25.018Z Compiling thiserror-impl v1.0.69
29682026-03-21T00:33:25.018Z Compiling zerocopy-derive v0.7.35
29692026-03-21T00:33:25.018Z Compiling scroll_derive v0.12.1
29702026-03-21T00:33:25.029Z Compiling thiserror-impl v2.0.18
29712026-03-21T00:33:25.033Z Compiling clap_derive v4.5.55
29722026-03-21T00:33:25.171Z Compiling pest_derive v2.8.6
29732026-03-21T00:33:25.910Z Compiling scroll v0.12.0
29742026-03-21T00:33:26.148Z Compiling zerocopy v0.7.35
29752026-03-21T00:33:26.341Z Compiling goblin v0.8.2
29762026-03-21T00:33:26.542Z Compiling thiserror v1.0.69
29772026-03-21T00:33:26.689Z Compiling thiserror v2.0.18
29782026-03-21T00:33:26.706Z Compiling dtrace-parser v0.2.0
29792026-03-21T00:33:26.734Z Compiling zerofrom v0.1.6
29802026-03-21T00:33:26.927Z Compiling yoke v0.8.1
29812026-03-21T00:33:27.218Z Compiling zerovec v0.11.5
29822026-03-21T00:33:27.243Z Compiling zerotrie v0.2.3
29832026-03-21T00:33:27.580Z Compiling clap v4.5.60
29842026-03-21T00:33:28.068Z Compiling tinystr v0.8.2
29852026-03-21T00:33:28.381Z Compiling icu_locale_core v2.1.1
29862026-03-21T00:33:29.160Z Compiling potential_utf v0.1.4
29872026-03-21T00:33:29.418Z Compiling icu_provider v2.1.1
29882026-03-21T00:33:29.514Z Compiling icu_collections v2.1.1
29892026-03-21T00:33:29.709Z Compiling toml_datetime v0.6.11
29902026-03-21T00:33:29.800Z Compiling serde_spanned v0.6.9
29912026-03-21T00:33:29.857Z Compiling serde-value v0.7.0
29922026-03-21T00:33:29.914Z Compiling dof v0.3.0
29932026-03-21T00:33:29.989Z Compiling toml_edit v0.22.27
29942026-03-21T00:33:30.027Z Compiling icu_normalizer v2.1.1
29952026-03-21T00:33:30.050Z Compiling icu_properties v2.1.2
29962026-03-21T00:33:30.078Z Compiling cargo-platform v0.2.0
29972026-03-21T00:33:30.099Z Compiling macaddr v1.0.1
29982026-03-21T00:33:30.317Z Compiling serde_tokenstream v0.2.3
29992026-03-21T00:33:31.392Z Compiling idna_adapter v1.2.1
30002026-03-21T00:33:31.456Z Compiling usdt-attr-macro v0.5.0
30012026-03-21T00:33:31.456Z Compiling usdt-macro v0.5.0
30022026-03-21T00:33:31.538Z Compiling idna v1.1.0
30032026-03-21T00:33:31.961Z Compiling url v2.5.8
30042026-03-21T00:33:32.170Z Compiling toml v0.8.23
30052026-03-21T00:33:32.222Z Compiling usdt v0.5.0
30062026-03-21T00:33:32.811Z Compiling cargo-util-schemas v0.8.2
30072026-03-21T00:33:32.811Z Compiling cargo_toml v0.21.0
30082026-03-21T00:33:34.248Z Compiling cargo_metadata v0.21.0
30092026-03-21T00:33:38.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-21T00:33:42.514Z Finished `release` profile [optimized] target(s) in 22.66s
30112026-03-21T00:33:42.657Z
30122026-03-21T00:33:42.660Zreal 22.783319737
30132026-03-21T00:33:42.660Zuser 3:10.200157739
30142026-03-21T00:33:42.660Zsys 21.254203991
30152026-03-21T00:33:42.660Ztrap 0.089058889
30162026-03-21T00:33:42.660Ztflt 0.625596779
30172026-03-21T00:33:42.660Zdflt 1.851394740
30182026-03-21T00:33:42.660Zkflt 0.000071730
30192026-03-21T00:33:42.660Zlock 7:19.773737675
30202026-03-21T00:33:42.660Zslp 4:26.821333026
30212026-03-21T00:33:42.660Zlat 7.621421209
30222026-03-21T00:33:42.661Zstop 30.316641206
30232026-03-21T00:33:42.661Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-21T00:33:42.661Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-21T00:33:42.661Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-21T00:33:42.661Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-21T00:33:42.661Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-21T00:33:43.973Z Compiling regress v0.10.5
30292026-03-21T00:33:43.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-21T00:33:44.149Z Compiling serde_spanned v1.0.4
30312026-03-21T00:33:44.180Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-21T00:33:44.184Z Compiling newtype-uuid-macros v0.1.0
30332026-03-21T00:33:44.184Z Compiling structmeta-derive v0.3.0
30342026-03-21T00:33:44.184Z Compiling rustls v0.22.4
30352026-03-21T00:33:44.184Z Compiling rustls-webpki v0.102.8
30362026-03-21T00:33:44.185Z Compiling multer v3.1.0
30372026-03-21T00:33:44.197Z Compiling debug-ignore v1.0.5
30382026-03-21T00:33:44.200Z Compiling match_cfg v0.1.0
30392026-03-21T00:33:44.359Z Compiling progenitor-client v0.13.0
30402026-03-21T00:33:44.362Z Compiling slog-json v2.6.1
30412026-03-21T00:33:44.362Z Compiling async-stream-impl v0.3.6
30422026-03-21T00:33:44.412Z Compiling dropshot v0.16.7
30432026-03-21T00:33:44.437Z Compiling itertools v0.14.0
30442026-03-21T00:33:44.440Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-03-21T00:33:44.462Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-21T00:33:44.517Z Compiling hostname v0.3.1
30472026-03-21T00:33:44.567Z Compiling waitgroup v0.1.2
30482026-03-21T00:33:44.647Z Compiling rustls-pemfile v2.2.0
30492026-03-21T00:33:44.702Z Compiling slog-bunyan v2.5.0
30502026-03-21T00:33:44.877Z Compiling dropshot_endpoint v0.16.7
30512026-03-21T00:33:44.883Z Compiling hostname v0.4.2
30522026-03-21T00:33:44.883Z Compiling serde_path_to_error v0.1.20
30532026-03-21T00:33:44.915Z Compiling macaddr v1.0.1
30542026-03-21T00:33:44.918Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-21T00:33:44.972Z Compiling progenitor-client v0.10.0
30562026-03-21T00:33:45.004Z Compiling instant v0.1.13
30572026-03-21T00:33:45.029Z Compiling backon v1.6.0
30582026-03-21T00:33:45.173Z Compiling backoff v0.4.0
30592026-03-21T00:33:45.234Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-03-21T00:33:45.234Z Compiling async-stream v0.3.6
30612026-03-21T00:33:45.281Z Compiling progenitor-extras v0.1.1
30622026-03-21T00:33:45.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-03-21T00:33:45.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-21T00:33:45.397Z Compiling unsafe-libyaml v0.2.11
30652026-03-21T00:33:45.401Z Compiling crucible-workspace-hack v0.1.0
30662026-03-21T00:33:45.451Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-21T00:33:45.476Z Compiling secrecy v0.10.3
30682026-03-21T00:33:45.503Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-03-21T00:33:45.506Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-03-21T00:33:45.639Z Compiling heapless v0.8.0
30712026-03-21T00:33:45.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-03-21T00:33:45.734Z Compiling hash32 v0.3.1
30732026-03-21T00:33:45.844Z Compiling structmeta v0.3.0
30742026-03-21T00:33:45.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-21T00:33:45.896Z Compiling smoltcp v0.11.0
30762026-03-21T00:33:45.920Z Compiling toml v0.8.23
30772026-03-21T00:33:45.963Z Compiling tabwriter v1.4.1
30782026-03-21T00:33:46.049Z Compiling cobs v0.3.0
30792026-03-21T00:33:46.125Z Compiling foreign-types-macros v0.2.3
30802026-03-21T00:33:46.152Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-21T00:33:46.178Z Compiling derive-ex v0.1.8
30822026-03-21T00:33:46.249Z Compiling parse-display-derive v0.10.0
30832026-03-21T00:33:46.306Z Compiling ingot-macros v0.1.1
30842026-03-21T00:33:46.333Z Compiling proc-macro-crate v3.4.0
30852026-03-21T00:33:46.440Z Compiling foreign-types-shared v0.3.1
30862026-03-21T00:33:46.475Z Compiling cpufeatures v0.3.0
30872026-03-21T00:33:46.498Z Compiling convert_case v0.4.0
30882026-03-21T00:33:46.588Z Compiling chacha20 v0.10.0
30892026-03-21T00:33:46.637Z Compiling postcard v1.1.3
30902026-03-21T00:33:46.851Z Compiling proc-macro-crate v1.3.1
30912026-03-21T00:33:46.992Z Compiling foreign-types v0.5.0
30922026-03-21T00:33:47.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-21T00:33:47.026Z Compiling universal-hash v0.5.1
30942026-03-21T00:33:47.076Z Compiling derive_more v0.99.20
30952026-03-21T00:33:47.102Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-21T00:33:47.130Z Compiling cstr-argument v0.1.2
30972026-03-21T00:33:47.134Z Compiling num_enum_derive v0.7.5
30982026-03-21T00:33:47.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-21T00:33:47.251Z Compiling opaque-debug v0.3.1
31002026-03-21T00:33:47.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-21T00:33:47.358Z Compiling colored v3.1.1
31022026-03-21T00:33:47.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-21T00:33:47.454Z Compiling tokio-rustls v0.25.0
31042026-03-21T00:33:47.536Z Compiling num_enum_derive v0.5.11
31052026-03-21T00:33:47.563Z Compiling rand v0.10.0
31062026-03-21T00:33:47.625Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-21T00:33:47.647Z Compiling typify-impl v0.6.1
31082026-03-21T00:33:47.786Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-21T00:33:47.851Z Compiling half v2.7.1
31102026-03-21T00:33:47.922Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-21T00:33:48.322Z Compiling ciborium-io v0.2.2
31122026-03-21T00:33:48.348Z Compiling camino-tempfile v1.4.1
31132026-03-21T00:33:48.377Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-21T00:33:48.479Z Compiling ciborium-ll v0.2.2
31152026-03-21T00:33:48.576Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-21T00:33:48.641Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31172026-03-21T00:33:48.668Z Compiling test-strategy v0.4.5
31182026-03-21T00:33:48.706Z Compiling smf v0.2.3
31192026-03-21T00:33:48.732Z Compiling parse-display v0.10.0
31202026-03-21T00:33:48.735Z Compiling num_enum v0.7.5
31212026-03-21T00:33:48.810Z Compiling ciborium v0.2.2
31222026-03-21T00:33:48.814Z Compiling aead v0.5.2
31232026-03-21T00:33:48.885Z Compiling num-derive v0.4.2
31242026-03-21T00:33:48.911Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-03-21T00:33:48.950Z Compiling sigpipe v0.1.3
31262026-03-21T00:33:48.974Z Compiling glob v0.3.3
31272026-03-21T00:33:49.090Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-21T00:33:49.117Z Compiling num_enum v0.5.11
31292026-03-21T00:33:49.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-21T00:33:49.209Z Compiling poly1305 v0.8.0
31312026-03-21T00:33:49.305Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-21T00:33:49.407Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-21T00:33:49.481Z Compiling chacha20 v0.9.1
31342026-03-21T00:33:49.508Z Compiling whoami v1.6.1
31352026-03-21T00:33:49.546Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-21T00:33:49.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-21T00:33:49.752Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-21T00:33:49.803Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-21T00:33:49.872Z Compiling num-rational v0.4.2
31402026-03-21T00:33:49.926Z Compiling password-hash v0.5.0
31412026-03-21T00:33:50.021Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-21T00:33:50.146Z Compiling blake2 v0.10.6
31432026-03-21T00:33:50.223Z Compiling num-complex v0.4.6
31442026-03-21T00:33:50.251Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-21T00:33:50.251Z Compiling prettyplease v0.2.37
31462026-03-21T00:33:50.302Z Compiling indent_write v2.2.0
31472026-03-21T00:33:50.458Z Compiling ingot-types v0.1.2
31482026-03-21T00:33:50.508Z Compiling argon2 v0.5.3
31492026-03-21T00:33:50.535Z Compiling chacha20poly1305 v0.10.1
31502026-03-21T00:33:50.613Z Compiling float-ord v0.3.2
31512026-03-21T00:33:50.779Z Compiling num v0.4.3
31522026-03-21T00:33:50.808Z Compiling gethostname v0.5.0
31532026-03-21T00:33:50.808Z Compiling usdt-attr-macro v0.5.0
31542026-03-21T00:33:50.889Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-03-21T00:33:50.889Z Compiling usdt-macro v0.5.0
31562026-03-21T00:33:50.943Z Compiling derive-where v1.6.0
31572026-03-21T00:33:50.946Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-21T00:33:50.946Z Compiling memmap v0.7.0
31592026-03-21T00:33:51.051Z Compiling ingot v0.1.1
31602026-03-21T00:33:51.080Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-21T00:33:51.240Z Compiling typify-impl v0.4.3
31622026-03-21T00:33:51.356Z Compiling atomicwrites v0.4.4
31632026-03-21T00:33:51.450Z Compiling thiserror-no-std v2.0.2
31642026-03-21T00:33:51.485Z Compiling cancel-safe-futures v0.1.5
31652026-03-21T00:33:51.609Z Compiling vsss-rs v3.3.4
31662026-03-21T00:33:51.640Z Compiling owo-colors v4.3.0
31672026-03-21T00:33:51.707Z Compiling libsw-core v0.3.2
31682026-03-21T00:33:51.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-21T00:33:51.972Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-21T00:33:51.975Z Compiling async-recursion v1.1.1
31712026-03-21T00:33:52.021Z Compiling usdt v0.5.0
31722026-03-21T00:33:52.088Z Compiling resolv-conf v0.7.6
31732026-03-21T00:33:52.415Z Compiling libsw v3.5.0
31742026-03-21T00:33:52.523Z Compiling linear-map v1.2.0
31752026-03-21T00:33:52.581Z Compiling libefi-sys v0.1.0
31762026-03-21T00:33:52.609Z Compiling hickory-proto v0.24.4
31772026-03-21T00:33:52.612Z Compiling newline-converter v0.3.0
31782026-03-21T00:33:52.682Z Compiling console v0.15.11
31792026-03-21T00:33:52.828Z Compiling bitfield-struct v0.6.2
31802026-03-21T00:33:52.858Z Compiling linked-hash-map v0.5.6
31812026-03-21T00:33:52.862Z Compiling semver v0.1.20
31822026-03-21T00:33:52.863Z Compiling pin-project-internal v1.1.11
31832026-03-21T00:33:52.936Z Compiling slog-dtrace v0.3.0
31842026-03-21T00:33:52.993Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-03-21T00:33:53.121Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-21T00:33:53.148Z Compiling lru-cache v0.1.2
31872026-03-21T00:33:53.219Z Compiling expectorate v1.2.0
31882026-03-21T00:33:53.311Z Compiling rustc_version v0.1.7
31892026-03-21T00:33:53.336Z Compiling minimal-lexical v0.2.1
31902026-03-21T00:33:53.339Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-21T00:33:53.466Z Compiling tokio-dtrace v0.1.1
31922026-03-21T00:33:53.469Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-21T00:33:53.605Z Compiling dropshot-api-manager-types v0.6.0
31942026-03-21T00:33:53.662Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-21T00:33:53.662Z Compiling newtype_derive v0.1.6
31962026-03-21T00:33:53.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-21T00:33:53.753Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-21T00:33:53.861Z Compiling nom v7.1.3
31992026-03-21T00:33:53.927Z Compiling phf_shared v0.12.1
32002026-03-21T00:33:53.976Z Compiling pem v3.0.6
32012026-03-21T00:33:54.061Z Compiling snafu-derive v0.8.9
32022026-03-21T00:33:54.087Z Compiling csv-core v0.1.13
32032026-03-21T00:33:54.213Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-21T00:33:54.240Z Compiling highway v1.3.0
32052026-03-21T00:33:54.269Z Compiling same-file v1.0.6
32062026-03-21T00:33:54.470Z Compiling xshell-macros v0.2.7
32072026-03-21T00:33:54.495Z Compiling chrono-tz v0.10.4
32082026-03-21T00:33:54.521Z Compiling typify-macro v0.6.1
32092026-03-21T00:33:54.547Z Compiling const_format_proc_macros v0.2.34
32102026-03-21T00:33:54.572Z Compiling pin-project v1.1.11
32112026-03-21T00:33:54.745Z Compiling walkdir v2.5.0
32122026-03-21T00:33:54.799Z Compiling csv v1.4.0
32132026-03-21T00:33:54.803Z Compiling phf v0.12.1
32142026-03-21T00:33:55.021Z Compiling xshell v0.2.7
32152026-03-21T00:33:55.065Z Compiling oxide-tokio-rt v0.1.3
32162026-03-21T00:33:55.308Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-21T00:33:55.425Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32182026-03-21T00:33:55.481Z Compiling globset v0.4.18
32192026-03-21T00:33:55.594Z Compiling olpc-cjson v0.1.4
32202026-03-21T00:33:55.626Z Compiling primeorder v0.13.6
32212026-03-21T00:33:55.687Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-21T00:33:55.714Z Compiling serde_plain v1.0.2
32232026-03-21T00:33:55.743Z Compiling hickory-resolver v0.24.4
32242026-03-21T00:33:55.770Z Compiling base64 v0.21.7
32252026-03-21T00:33:55.857Z Compiling typed-path v0.9.3
32262026-03-21T00:33:55.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-03-21T00:33:56.012Z Compiling const_format v0.2.35
32282026-03-21T00:33:56.038Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-21T00:33:56.389Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-21T00:33:56.482Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-21T00:33:56.509Z Compiling tabled_derive v0.7.0
32322026-03-21T00:33:56.626Z Compiling bcs v0.1.6
32332026-03-21T00:33:56.893Z Compiling snafu v0.8.9
32342026-03-21T00:33:57.032Z Compiling typify v0.6.1
32352026-03-21T00:33:57.089Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-21T00:33:57.209Z Compiling progenitor-impl v0.13.0
32372026-03-21T00:33:57.238Z Compiling qorb v0.4.1
32382026-03-21T00:33:57.241Z Compiling salty v0.3.0
32392026-03-21T00:33:57.242Z Compiling radium v0.7.0
32402026-03-21T00:33:57.356Z Compiling tough v0.20.0
32412026-03-21T00:33:57.443Z Compiling termtree v0.5.1
32422026-03-21T00:33:57.633Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-03-21T00:33:57.687Z Compiling textwrap v0.16.2
32442026-03-21T00:33:57.712Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-21T00:33:57.738Z Compiling steno v0.4.1
32462026-03-21T00:33:57.935Z Compiling tabled v0.15.0
32472026-03-21T00:33:57.971Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-21T00:33:58.033Z Compiling typify-macro v0.4.3
32492026-03-21T00:33:58.074Z Compiling utf-8 v0.7.6
32502026-03-21T00:33:58.187Z Compiling humantime v2.3.0
32512026-03-21T00:33:58.233Z Compiling maybe-uninit v2.0.0
32522026-03-21T00:33:58.350Z Compiling tap v1.0.1
32532026-03-21T00:33:58.414Z Compiling tungstenite v0.21.0
32542026-03-21T00:33:58.530Z Compiling wyz v0.5.1
32552026-03-21T00:33:58.595Z Compiling p384 v0.13.1
32562026-03-21T00:33:58.736Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-21T00:33:58.797Z Compiling arc-swap v1.8.2
32582026-03-21T00:33:58.849Z Compiling tagptr v0.2.0
32592026-03-21T00:33:59.087Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-21T00:33:59.113Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-21T00:33:59.238Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-21T00:33:59.417Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-21T00:33:59.659Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-21T00:34:00.043Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-21T00:34:00.048Z Compiling funty v2.0.0
32662026-03-21T00:34:00.202Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-21T00:34:00.414Z Compiling packed_struct v0.10.1
32682026-03-21T00:34:00.473Z Compiling bitvec v1.0.1
32692026-03-21T00:34:00.513Z Compiling typify v0.4.3
32702026-03-21T00:34:00.695Z Compiling progenitor-impl v0.10.0
32712026-03-21T00:34:00.831Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-03-21T00:34:00.863Z Compiling slog-scope v4.4.1
32732026-03-21T00:34:01.173Z Compiling progenitor-macro v0.13.0
32742026-03-21T00:34:01.234Z Compiling tokio-tungstenite v0.21.0
32752026-03-21T00:34:01.404Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-21T00:34:01.451Z Compiling moka v0.12.13
32772026-03-21T00:34:01.597Z Compiling polyval v0.6.2
32782026-03-21T00:34:01.641Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-21T00:34:01.685Z Compiling packed_struct_codegen v0.10.1
32802026-03-21T00:34:01.737Z Compiling zerocopy-derive v0.6.6
32812026-03-21T00:34:01.935Z Compiling bitfield-macros v0.19.4
32822026-03-21T00:34:01.969Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-21T00:34:02.115Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-21T00:34:02.189Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-21T00:34:02.528Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-21T00:34:02.555Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-21T00:34:02.558Z Compiling indexmap v1.9.3
32882026-03-21T00:34:02.880Z Compiling parking_lot_core v0.8.6
32892026-03-21T00:34:02.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-21T00:34:02.976Z Compiling crc-catalog v2.4.0
32912026-03-21T00:34:03.003Z Compiling nodrop v0.1.14
32922026-03-21T00:34:03.152Z Compiling array-init v0.0.4
32932026-03-21T00:34:03.180Z Compiling crc v3.4.0
32942026-03-21T00:34:03.207Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-21T00:34:03.292Z Compiling bitfield v0.19.4
32962026-03-21T00:34:03.316Z Compiling zerocopy v0.6.6
32972026-03-21T00:34:03.535Z Compiling proc-macro-error2 v2.0.1
32982026-03-21T00:34:03.748Z Compiling hickory-resolver v0.25.2
32992026-03-21T00:34:03.752Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-21T00:34:03.799Z Compiling ghash v0.5.1
33012026-03-21T00:34:03.830Z Compiling smallvec v0.6.14
33022026-03-21T00:34:04.019Z Compiling slog-stdlog v4.1.1
33032026-03-21T00:34:04.043Z Compiling git-stub v1.0.0
33042026-03-21T00:34:04.165Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-03-21T00:34:04.347Z Compiling num-derive v0.3.3
33062026-03-21T00:34:04.374Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-21T00:34:04.450Z Compiling ctr v0.9.2
33082026-03-21T00:34:04.542Z Compiling progenitor-macro v0.10.0
33092026-03-21T00:34:04.684Z Compiling lzma-sys v0.1.20
33102026-03-21T00:34:04.713Z Compiling unicase v2.9.0
33112026-03-21T00:34:04.761Z Compiling hashbrown v0.12.3
33122026-03-21T00:34:04.993Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-03-21T00:34:05.028Z Compiling mime_guess v2.0.5
33142026-03-21T00:34:05.031Z Compiling aes-gcm v0.10.3
33152026-03-21T00:34:05.173Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33162026-03-21T00:34:05.318Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-03-21T00:34:05.344Z Compiling git-stub-vcs v0.1.0
33182026-03-21T00:34:05.344Z Compiling slog-envlogger v2.2.0
33192026-03-21T00:34:05.347Z Compiling serde-hex v0.1.0
33202026-03-21T00:34:05.428Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-21T00:34:05.487Z Compiling tabled_derive v0.11.0
33222026-03-21T00:34:05.636Z Compiling libscf-sys v1.1.0
33232026-03-21T00:34:05.799Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-21T00:34:05.912Z Compiling progenitor-impl v0.11.2
33252026-03-21T00:34:06.029Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-03-21T00:34:06.078Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-21T00:34:06.185Z Compiling ron v0.8.1
33282026-03-21T00:34:06.288Z Compiling papergrid v0.17.0
33292026-03-21T00:34:06.546Z Compiling cargo_toml v0.22.3
33302026-03-21T00:34:06.570Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-21T00:34:06.833Z Compiling hashbrown v0.13.2
33322026-03-21T00:34:07.177Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-21T00:34:07.339Z Compiling testing_table v0.3.0
33342026-03-21T00:34:07.560Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-21T00:34:07.587Z Compiling blowfish v0.9.1
33362026-03-21T00:34:07.614Z Compiling ssh-encoding v0.2.0
33372026-03-21T00:34:07.923Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-21T00:34:07.949Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-21T00:34:07.976Z Compiling nibble_vec v0.1.0
33402026-03-21T00:34:08.007Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-21T00:34:08.032Z Compiling endian-type v0.1.2
33422026-03-21T00:34:08.195Z Compiling corncobs v0.1.4
33432026-03-21T00:34:08.256Z Compiling crc-any v2.5.0
33442026-03-21T00:34:08.350Z Compiling radix_trie v0.2.1
33452026-03-21T00:34:08.378Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-21T00:34:08.406Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-21T00:34:08.482Z Compiling ssh-cipher v0.2.0
33482026-03-21T00:34:08.670Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-21T00:34:08.700Z Compiling progenitor v0.13.0
33502026-03-21T00:34:08.725Z Compiling tabled v0.20.0
33512026-03-21T00:34:08.814Z Compiling object v0.30.4
33522026-03-21T00:34:08.817Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-21T00:34:08.865Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-03-21T00:34:08.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-21T00:34:08.990Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-21T00:34:09.150Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-21T00:34:09.310Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-21T00:34:09.391Z Compiling parking_lot v0.11.2
33592026-03-21T00:34:09.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-21T00:34:09.865Z Compiling progenitor-macro v0.11.2
33612026-03-21T00:34:09.952Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33622026-03-21T00:34:09.984Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-21T00:34:10.372Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-21T00:34:10.584Z Compiling progenitor-client v0.11.2
33652026-03-21T00:34:10.698Z Compiling prefix-trie v0.7.0
33662026-03-21T00:34:10.745Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33672026-03-21T00:34:10.748Z Compiling password-hash v0.4.2
33682026-03-21T00:34:10.796Z Compiling fxhash v0.2.1
33692026-03-21T00:34:11.015Z Compiling secrecy v0.8.0
33702026-03-21T00:34:11.041Z Compiling half v1.8.3
33712026-03-21T00:34:11.243Z Compiling http-range v0.1.5
33722026-03-21T00:34:11.266Z Compiling path-slash v0.1.5
33732026-03-21T00:34:11.353Z Compiling serde_cbor v0.11.2
33742026-03-21T00:34:11.477Z Compiling hickory-server v0.25.2
33752026-03-21T00:34:11.525Z Compiling pbkdf2 v0.11.0
33762026-03-21T00:34:11.559Z Compiling sled v0.34.7
33772026-03-21T00:34:11.845Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-21T00:34:11.870Z Compiling progenitor v0.10.0
33792026-03-21T00:34:12.099Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33802026-03-21T00:34:12.235Z Compiling xz2 v0.1.7
33812026-03-21T00:34:12.262Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-21T00:34:12.307Z Compiling ron v0.12.0
33832026-03-21T00:34:13.086Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-21T00:34:13.154Z Compiling ssh-key v0.6.7
33852026-03-21T00:34:13.183Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-21T00:34:13.252Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-03-21T00:34:13.806Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-21T00:34:14.096Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-21T00:34:14.167Z Compiling hickory-client v0.25.2
33902026-03-21T00:34:14.472Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-21T00:34:14.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-21T00:34:14.594Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-21T00:34:14.680Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-21T00:34:15.318Z Compiling p521 v0.13.3
33952026-03-21T00:34:15.437Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-21T00:34:15.607Z Compiling p256 v0.13.2
33972026-03-21T00:34:15.678Z Compiling yasna v0.5.2
33982026-03-21T00:34:15.890Z Compiling kstat-rs v0.2.4
33992026-03-21T00:34:16.170Z Compiling headers-core v0.3.0
34002026-03-21T00:34:16.196Z Compiling nanorand v0.7.0
34012026-03-21T00:34:16.341Z Compiling atty v0.2.14
34022026-03-21T00:34:16.368Z Compiling russh-cryptovec v0.7.3
34032026-03-21T00:34:16.525Z Compiling md5 v0.7.0
34042026-03-21T00:34:16.621Z Compiling home v0.5.12
34052026-03-21T00:34:16.670Z Compiling base16ct v1.0.0
34062026-03-21T00:34:16.690Z Compiling crc8 v0.1.1
34072026-03-21T00:34:16.715Z Compiling flume v0.11.1
34082026-03-21T00:34:16.720Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-21T00:34:16.891Z Compiling russh-keys v0.45.0
34102026-03-21T00:34:16.920Z Compiling rcgen v0.12.1
34112026-03-21T00:34:16.950Z Compiling headers v0.4.1
34122026-03-21T00:34:16.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-21T00:34:17.015Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-21T00:34:17.047Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-21T00:34:17.115Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-21T00:34:17.197Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-21T00:34:17.268Z Compiling progenitor v0.11.2
34182026-03-21T00:34:17.441Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-21T00:34:17.495Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-21T00:34:17.730Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-21T00:34:17.986Z Compiling hyper-staticfile v0.10.1
34222026-03-21T00:34:18.091Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-21T00:34:18.193Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-21T00:34:18.531Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-21T00:34:18.727Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-21T00:34:18.754Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-21T00:34:18.784Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-21T00:34:18.938Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-21T00:34:19.178Z Compiling num-bigint v0.4.6
34302026-03-21T00:34:19.203Z Compiling des v0.8.1
34312026-03-21T00:34:19.206Z Compiling subprocess v0.2.15
34322026-03-21T00:34:19.380Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-21T00:34:19.514Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-21T00:34:19.732Z Compiling display-error-chain v0.2.2
34352026-03-21T00:34:19.775Z Compiling hex-literal v0.4.1
34362026-03-21T00:34:19.912Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-21T00:34:19.946Z Compiling colored v2.2.0
34382026-03-21T00:34:19.971Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-21T00:34:19.975Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-21T00:34:20.288Z Compiling socket2 v0.5.10
34412026-03-21T00:34:20.337Z Compiling internet-checksum v0.2.1
34422026-03-21T00:34:20.550Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-21T00:34:20.912Z Compiling russh v0.45.0
34442026-03-21T00:34:21.653Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-21T00:34:28.099Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-21T00:34:38.470Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-21T00:34:38.470Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-21T00:34:38.473Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-21T00:34:38.473Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-21T00:34:40.741Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-21T00:34:40.970Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-21T00:34:46.751Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-21T00:35:17.282Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-21T00:35:42.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34552026-03-21T00:35:42.783Z
34562026-03-21T00:35:42.786Zreal 1:59.992508038
34572026-03-21T00:35:42.786Zuser 11:45.121116187
34582026-03-21T00:35:42.786Zsys 2:07.176705494
34592026-03-21T00:35:42.786Ztrap 0.356858736
34602026-03-21T00:35:42.786Ztflt 0.539057094
34612026-03-21T00:35:42.786Zdflt 1.781305032
34622026-03-21T00:35:42.786Zkflt 0.000457533
34632026-03-21T00:35:42.786Zlock 41:01.284025180
34642026-03-21T00:35:42.786Zslp 26:38.322957693
34652026-03-21T00:35:42.786Zlat 47.272127325
34662026-03-21T00:35:42.786Zstop 3:57.046599232
34672026-03-21T00:35:42.786Z+ mkdir tests
34682026-03-21T00:35:42.791Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-21T00:35:42.791Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-21T00:35:42.828Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-21T00:35:42.852Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-21T00:35:42.876Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-21T00:35:42.901Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-21T00:35:43.156Z+ 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/*)
34752026-03-21T00:35:43.160Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-21T00:37:22.899ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-21T00:37:22.899Za .github/buildomat/ci-env.sh 1K
34782026-03-21T00:37:22.899Za out/target/test 1K
34792026-03-21T00:37:22.899Za out/npuzone/npuzone 27402K
34802026-03-21T00:37:22.899Za package-manifest.toml 35K
34812026-03-21T00:37:22.899Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-21T00:37:22.899Za target/release/omicron-package 40561K
34832026-03-21T00:37:22.899Za target/release/xtask 11433K
34842026-03-21T00:37:22.899Za target/debug/bootstrap 335395K
34852026-03-21T00:37:22.899Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-21T00:37:22.899Za tests/commtest-24d786529c44a77c 32395K
34872026-03-21T00:37:22.899Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-21T00:37:22.899Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34892026-03-21T00:37:22.899Za out/clickhouse.tar.gz 301709K
34902026-03-21T00:37:22.899Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-21T00:37:22.899Za out/clickhouse_server.tar.gz 301708K
34922026-03-21T00:37:22.899Za out/cockroachdb.tar.gz 156534K
34932026-03-21T00:37:22.899Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-21T00:37:22.899Za out/crucible-utils.tar 17744K
34952026-03-21T00:37:22.899Za out/crucible-zone.tar.gz 53128K
34962026-03-21T00:37:22.899Za out/external-dns.tar.gz 43604K
34972026-03-21T00:37:22.899Za out/internal-dns.tar.gz 43604K
34982026-03-21T00:37:22.900Za out/mg-ddm-gz.tar 78377K
34992026-03-21T00:37:22.900Za out/nexus.tar.gz 209065K
35002026-03-21T00:37:22.900Za out/ntp.tar.gz 25418K
35012026-03-21T00:37:22.900Za out/omicron-gateway-softnpu.tar.gz 28226K
35022026-03-21T00:37:22.900Za out/omicron-sled-agent.tar 186543K
35032026-03-21T00:37:22.900Za out/overlay.tar.gz 3K
35042026-03-21T00:37:22.900Za out/oximeter.tar.gz 57439K
35052026-03-21T00:37:22.900Za out/oxlog.tar 3782K
35062026-03-21T00:37:22.900Za out/probe.tar.gz 3037K
35072026-03-21T00:37:22.900Za out/propolis-server.tar.gz 74633K
35082026-03-21T00:37:22.900Za out/pumpkind-gz.tar 26647K
35092026-03-21T00:37:22.900Za out/switch-softnpu.tar.gz 367871K
35102026-03-21T00:37:22.903Z
35112026-03-21T00:37:22.903Zreal 1:39.688953721
35122026-03-21T00:37:22.903Zuser 1:36.517464852
35132026-03-21T00:37:22.903Zsys 6.505716714
35142026-03-21T00:37:22.903Ztrap 0.007048298
35152026-03-21T00:37:22.903Ztflt 0.000000000
35162026-03-21T00:37:22.904Zdflt 0.000000000
35172026-03-21T00:37:22.904Zkflt 0.000000000
35182026-03-21T00:37:22.904Zlock 0.000000000
35192026-03-21T00:37:22.904Zslp 1:35.715030051
35202026-03-21T00:37:22.904Zlat 0.627187662
35212026-03-21T00:37:22.904Zstop 0.000191322
35222026-03-21T00:37:22.904Zprocess exited: duration 1276785 ms, exit code 0
 
35232026-03-21T00:37:22.920Zfound 1 output files
35242026-03-21T00:37:22.920Zuploading: /work/package.tar.gz (2319751420 bytes)
35252026-03-21T00:37:51.111Zuploaded: /work/package.tar.gz