01KM66ZTEW51DTX3Q2AVT4H86E: 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: 01KM670QR1SG5GYMZEEWERS41M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:11:40.220Zjob assigned to worker 01KM671WM04KCFQCESJ9RJX1QA [factory aws, i-025901176c50a9ac8] (queued for 1 m 56 s)
 
22026-03-20T18:11:49.053Zstarting task 0: "setup"
32026-03-20T18:11:49.059Z++ uname -s
42026-03-20T18:11:49.059Z+ kern=SunOS
52026-03-20T18:11:49.059Z+ build_user=build
62026-03-20T18:11:49.059Z+ build_uid=12345
72026-03-20T18:11:49.059Z+ work_dir=/work
82026-03-20T18:11:49.059Z+ input_dir=/input
92026-03-20T18:11:49.059Z+ [[ 0 == 12345 ]]
102026-03-20T18:11:49.059Z+ case "$kern" in
112026-03-20T18:11:49.059Z+ groupadd -g 12345 build
122026-03-20T18:11:49.059Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:11:51.229Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:11:51.234Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:11:51.234Z+ home_fs=zfs
162026-03-20T18:11:51.234Z+ [[ zfs == autofs ]]
172026-03-20T18:11:51.235Z+ mkdir -p /home/build
182026-03-20T18:11:51.235Z+ chown build:build /home/build /work
192026-03-20T18:11:53.190Z+ chmod 0700 /home/build /work
202026-03-20T18:11:53.193Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-20T18:11:53.201Zstarting task 1: "rust-toolchain"
222026-03-20T18:11:53.210Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:11:53.210Z * rust toolchain channel = "1.94.0"
242026-03-20T18:11:53.210Z * rust toolchain profile = "default"
252026-03-20T18:11:53.210Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T18:11:53.210Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:11:53.210Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:11:53.218Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:11:53.218Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:11:53.420Zinfo: downloading installer
312026-03-20T18:11:55.167Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:11:55.167Zwarn: /opt/ooce/bin
332026-03-20T18:11:55.167Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:11:55.167Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:11:55.167Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:11:55.167Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:11:55.167Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:11:55.167Zerror: cannot install while Rust is installed
392026-03-20T18:11:55.167Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:11:55.167Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:11:55.167Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:11:55.167Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:11:55.167Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:11:55.213Zinfo: profile set to default
452026-03-20T18:11:55.213Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:11:55.221Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:11:55.385Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:11:55.396Zinfo: downloading 6 components
492026-03-20T18:12:12.318Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:12:12.318Z
512026-03-20T18:12:12.334Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:12:12.334Z
532026-03-20T18:12:12.334Z
542026-03-20T18:12:12.334ZRust is installed now. Great!
552026-03-20T18:12:12.334Z
562026-03-20T18:12:12.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:12:12.334Zenvironment variable. This has not been done automatically.
582026-03-20T18:12:12.334Z
592026-03-20T18:12:12.334ZTo configure your current shell, you need to source
602026-03-20T18:12:12.335Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:12:12.335Z
622026-03-20T18:12:12.335ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:12:12.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:12:12.335Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:12:12.335Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:12:12.335Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:12:12.335Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:12:12.335Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:12:12.335Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:12:12.335Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:12:12.389Z+ rustup --version
722026-03-20T18:12:12.399Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:12:12.406Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:12:12.429Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:12:12.435Z+ cargo --version
762026-03-20T18:12:12.443Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:12:12.443Z+ rustc --version
782026-03-20T18:12:12.472Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:12:12.478Zprocess exited: duration 19268 ms, exit code 0
 
802026-03-20T18:12:12.499Zstarting task 2: "authentication"
812026-03-20T18:12:12.524Zprocess exited: duration 26 ms, exit code 0
 
822026-03-20T18:12:12.538Zstarting task 3: "clone repository"
832026-03-20T18:12:12.546Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:12:12.558Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:12:12.581ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:12:23.966Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:12:23.966Z+ git fetch origin c171063ef400979ae9b01dea1d7886b91bd77100
882026-03-20T18:12:24.318ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:12:24.318Z * branch c171063ef400979ae9b01dea1d7886b91bd77100 -> FETCH_HEAD
902026-03-20T18:12:24.343Z+ [[ -n mergeconflict/builder-side-quest ]]
912026-03-20T18:12:24.343Z++ git branch --show-current
922026-03-20T18:12:24.344Z+ current=main
932026-03-20T18:12:24.344Z+ [[ main != mergeconflict/builder-side-quest ]]
942026-03-20T18:12:24.344Z+ git branch -f mergeconflict/builder-side-quest c171063ef400979ae9b01dea1d7886b91bd77100
952026-03-20T18:12:24.344Z+ git checkout -f mergeconflict/builder-side-quest
962026-03-20T18:12:24.658ZSwitched to branch 'mergeconflict/builder-side-quest'
972026-03-20T18:12:24.664Z+ git reset --hard c171063ef400979ae9b01dea1d7886b91bd77100
982026-03-20T18:12:24.681ZHEAD is now at c171063ef EreportFilters: make fields private, add builder API
992026-03-20T18:12:24.697Zprocess exited: duration 12144 ms, exit code 0
 
1002026-03-20T18:12:24.721Zstarting task 4: "build"
1012026-03-20T18:12:24.729Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:12:24.729Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:12:24.729Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:12:24.729Z+ cargo --version
1052026-03-20T18:12:24.736Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:12:24.745Z+ rustc --version
1072026-03-20T18:12:24.765Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:12:24.774Z+ WORK=/work
1092026-03-20T18:12:24.774Z+ pfexec mkdir -p /work
1102026-03-20T18:12:24.784Z+ pfexec chown build /work
1112026-03-20T18:12:24.784Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-20T18:12:35.129Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-20T18:12:44.994Z Startup: Caching catalogs ... Done
1142026-03-20T18:13:07.232ZPlanning: Solver setup ... Done (20.782s)
1152026-03-20T18:13:07.381ZPlanning: Running solver ... Done (0.151s)
1162026-03-20T18:13:07.562ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-20T18:13:07.580ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-20T18:13:07.786ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-20T18:13:07.830ZPlanning: Package planning ... Done (0.044s)
1202026-03-20T18:13:07.849ZPlanning: Merging actions ... Done (0.041s)
1212026-03-20T18:13:08.055ZPlanning: Checking for conflicting actions ... Done (0.247s)
1222026-03-20T18:13:08.065ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-20T18:13:09.018ZPlanning: Evaluating mediators ... Done (0.825s)
1242026-03-20T18:13:09.047ZPlanning: Planning completed in 23.77 seconds
1252026-03-20T18:13:09.047Z Packages to install: 4
1262026-03-20T18:13:09.047Z Mediators to change: 2
1272026-03-20T18:13:09.047Z Services to change: 1
1282026-03-20T18:13:09.047Z Estimated space available: 155.43 GB
1292026-03-20T18:13:09.047ZEstimated space to be consumed: 1.83 GB
1302026-03-20T18:13:09.047Z Create boot environment: No
1312026-03-20T18:13:09.047ZCreate backup boot environment: No
1322026-03-20T18:13:09.047Z Rebuild boot archive: No
1332026-03-20T18:13:09.047Z
1342026-03-20T18:13:09.047ZChanged mediators:
1352026-03-20T18:13:09.047Z mediator clang:
1362026-03-20T18:13:09.047Z version: None -> 15 (system default)
1372026-03-20T18:13:09.047Z
1382026-03-20T18:13:09.047Z mediator llvm:
1392026-03-20T18:13:09.047Z version: 14 (system default) -> 15 (system default)
1402026-03-20T18:13:09.047Z
1412026-03-20T18:13:09.047ZChanged packages:
1422026-03-20T18:13:09.047Zhelios-dev
1432026-03-20T18:13:09.047Z developer/build-essential
1442026-03-20T18:13:09.048Z None -> 11-2.0
1452026-03-20T18:13:09.048Z library/libxmlsec1
1462026-03-20T18:13:09.048Z None -> 1.2.35-2.0
1472026-03-20T18:13:09.048Z ooce/developer/clang-15
1482026-03-20T18:13:09.048Z None -> 15.0.7-2.0
1492026-03-20T18:13:09.048Z ooce/developer/llvm-15
1502026-03-20T18:13:09.048Z None -> 15.0.7-2.0
1512026-03-20T18:13:09.048Z
1522026-03-20T18:13:09.048ZServices:
1532026-03-20T18:13:09.048Z restart_fmri:
1542026-03-20T18:13:09.048Z svc:/system/update-man-index:default
1552026-03-20T18:13:09.048Z
1562026-03-20T18:13:09.048ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-20T18:13:13.967ZDownload: 2090/3290 items 118.8/212.6MB 55% complete (24.1M/s)
1582026-03-20T18:13:19.174ZDownload: 3241/3290 items 202.5/212.6MB 95% complete (20.8M/s)
1592026-03-20T18:13:21.548ZDownload: Completed 212.60 MB in 12.58 seconds (16.9M/s)
1602026-03-20T18:13:21.713Z Actions: 1/3689 actions (Installing new actions)
1612026-03-20T18:13:26.088Z Actions: Completed 3689 actions in 4.21 seconds.
1622026-03-20T18:13:26.271Z Done (0.343s)
1632026-03-20T18:13:26.271Z Done (0.000s)
1642026-03-20T18:13:27.217Z Done (0.890s)
1652026-03-20T18:13:31.330Z Done (3.818s)
1662026-03-20T18:13:31.415Z Done (0.015s)
1672026-03-20T18:13:31.419Z Done (0.000s)
1682026-03-20T18:13:31.591Z Done (0.000s)
1692026-03-20T18:13:32.569ZPlanning: Evaluating mediator changes ... Done
1702026-03-20T18:13:32.710ZPlanning: Checking for conflicting actions ... Done
1712026-03-20T18:13:32.722ZPlanning: Consolidating action changes ... Done
1722026-03-20T18:13:32.930ZPlanning: Evaluating mediators ... Done
1732026-03-20T18:13:32.939ZPlanning: Planning completed in 0.37 seconds
1742026-03-20T18:13:32.961Z Mediators to change: 2
1752026-03-20T18:13:32.961Z Create boot environment: No
1762026-03-20T18:13:32.961ZCreate backup boot environment: No
1772026-03-20T18:13:33.090Z Done
1782026-03-20T18:13:33.090Z Done
1792026-03-20T18:13:33.774Z Done
1802026-03-20T18:13:37.095Z Done
1812026-03-20T18:13:37.178Z Done
1822026-03-20T18:13:37.184Z Done
1832026-03-20T18:13:37.346Z Done
1842026-03-20T18:13:37.882ZPlanning: Evaluating mediator changes ... Done
1852026-03-20T18:13:37.894ZPlanning: Merging actions ... Done
1862026-03-20T18:13:38.048ZPlanning: Checking for conflicting actions ... Done
1872026-03-20T18:13:38.068ZPlanning: Consolidating action changes ... Done
1882026-03-20T18:13:38.269ZPlanning: Evaluating mediators ... Done
1892026-03-20T18:13:38.309ZPlanning: Planning completed in 0.63 seconds
1902026-03-20T18:13:38.342Z Packages to change: 1
1912026-03-20T18:13:38.342Z Mediators to change: 1
1922026-03-20T18:13:38.350Z Services to change: 1
1932026-03-20T18:13:38.350Z Create boot environment: No
1942026-03-20T18:13:38.350ZCreate backup boot environment: Yes
1952026-03-20T18:13:40.781Z Actions: 1/6 actions (Updating modified actions)
1962026-03-20T18:13:40.785Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-20T18:13:40.786Z Done
1982026-03-20T18:13:40.786Z Done
1992026-03-20T18:13:40.975Z Done
2002026-03-20T18:13:44.270Z Done
2012026-03-20T18:13:44.357Z Done
2022026-03-20T18:13:44.360Z Done
2032026-03-20T18:13:44.511Z Done
2042026-03-20T18:13:44.892ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-20T18:13:44.892Zclang system 15 system
2062026-03-20T18:13:44.892Zcsh system system illumos
2072026-03-20T18:13:44.892Zctags system system illumos
2082026-03-20T18:13:44.892Zfile system system illumos
2092026-03-20T18:13:44.892Zgcc vendor 12 vendor
2102026-03-20T18:13:44.892Zgcc system 10 system
2112026-03-20T18:13:44.893Zgcc system 7 system
2122026-03-20T18:13:44.893Zgo system 1.20 system
2132026-03-20T18:13:44.893Zgo system 1.19 system
2142026-03-20T18:13:44.893Zllvm system 15 system
2152026-03-20T18:13:44.893Zllvm system 14 system
2162026-03-20T18:13:44.893Zmariadb system 10.6 system
2172026-03-20T18:13:44.893Zmta vendor vendor dma
2182026-03-20T18:13:44.893Zopenjdk system 17 system
2192026-03-20T18:13:44.893Zopenjdk system 11 system
2202026-03-20T18:13:44.893Zopenjdk system 1.8 system
2212026-03-20T18:13:44.893Zopenssl vendor 3 vendor
2222026-03-20T18:13:44.893Zperl system 5.36 system
2232026-03-20T18:13:44.893Zpostgresql system 15 system
2242026-03-20T18:13:44.893Zpostgresql system 13 system
2252026-03-20T18:13:44.893Zpython vendor 3 vendor
2262026-03-20T18:13:44.893Zpython system 2 system
2272026-03-20T18:13:44.893Zpython3 system 3.11 system
2282026-03-20T18:13:44.893Zruby system 3.0 system
2292026-03-20T18:13:44.893Zwords vendor vendor american-english
2302026-03-20T18:13:44.893Zwords system system australian-english
2312026-03-20T18:13:44.893Zwords system system british-english
2322026-03-20T18:13:44.893Zwords system system canadian-english
2332026-03-20T18:13:44.893Zwords system system french
2342026-03-20T18:13:44.893Zwords system system italian
2352026-03-20T18:13:44.893Zwords system system ngerman
2362026-03-20T18:13:44.893Zwords system system ogerman
2372026-03-20T18:13:44.893Zwords system system spanish
2382026-03-20T18:13:45.195ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-20T18:13:45.195Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-20T18:13:51.164ZFMRI IFO
2412026-03-20T18:13:51.164Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-20T18:13:51.164Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-20T18:13:51.164Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-20T18:13:51.164Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-20T18:13:51.164Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-20T18:13:51.164Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-20T18:13:51.164Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-20T18:13:51.164Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-20T18:13:51.164Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-20T18:13:51.164Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-20T18:13:51.164Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-20T18:13:51.164Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-20T18:13:51.164Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-20T18:13:51.164Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-20T18:13:51.164Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-20T18:13:51.164Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-20T18:13:52.421Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-20T18:13:52.687Z Updating crates.io index
2592026-03-20T18:13:52.691Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-20T18:13:52.958Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-20T18:13:54.064Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-20T18:13:54.296Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-20T18:13:54.597Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-20T18:13:55.610Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-20T18:13:56.319Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-20T18:13:57.952Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-20T18:13:59.589Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-20T18:14:00.298Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-20T18:14:00.812Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-20T18:14:01.584Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-20T18:14:02.213Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-20T18:14:02.713Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-20T18:14:03.156Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-20T18:14:04.072Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-20T18:14:04.674Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-20T18:14:04.923Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-20T18:14:05.168Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-20T18:14:05.613Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-20T18:14:06.119Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-20T18:14:06.386Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-20T18:14:06.639Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-20T18:14:07.104Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-20T18:14:07.606Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-20T18:14:08.035Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-20T18:14:08.370Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-20T18:14:08.669Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-20T18:14:10.005Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-20T18:14:10.556Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-20T18:14:10.862Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-20T18:14:11.264Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-20T18:14:11.589Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-20T18:14:11.860Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-20T18:14:12.409Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-20T18:14:12.677Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-20T18:14:12.972Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-20T18:14:13.334Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-20T18:14:27.588Z Downloading crates ...
2982026-03-20T18:14:27.662Z Downloaded cargo-util-schemas v0.8.2
2992026-03-20T18:14:27.678Z Downloaded plain v0.2.3
3002026-03-20T18:14:27.678Z Downloaded yoke-derive v0.8.1
3012026-03-20T18:14:27.679Z Downloaded dtrace-parser v0.2.0
3022026-03-20T18:14:27.679Z Downloaded thiserror v1.0.69
3032026-03-20T18:14:27.679Z Downloaded cpufeatures v0.2.17
3042026-03-20T18:14:27.679Z Downloaded erased-serde v0.4.9
3052026-03-20T18:14:27.679Z Downloaded zerocopy-derive v0.7.35
3062026-03-20T18:14:27.679Z Downloaded idna_adapter v1.2.1
3072026-03-20T18:14:27.689Z Downloaded displaydoc v0.2.5
3082026-03-20T18:14:27.689Z Downloaded digest v0.10.7
3092026-03-20T18:14:27.690Z Downloaded zerofrom-derive v0.1.6
3102026-03-20T18:14:27.690Z Downloaded zerofrom v0.1.6
3112026-03-20T18:14:27.690Z Downloaded crypto-common v0.1.7
3122026-03-20T18:14:27.690Z Downloaded clap_lex v1.0.0
3132026-03-20T18:14:27.690Z Downloaded toml_write v0.1.2
3142026-03-20T18:14:27.690Z Downloaded unicode-xid v0.2.6
3152026-03-20T18:14:27.690Z Downloaded colorchoice v1.0.4
3162026-03-20T18:14:27.690Z Downloaded unicode-linebreak v0.1.5
3172026-03-20T18:14:27.691Z Downloaded toml_datetime v0.6.11
3182026-03-20T18:14:27.691Z Downloaded is_terminal_polyfill v1.70.2
3192026-03-20T18:14:27.691Z Downloaded textwrap v0.16.2
3202026-03-20T18:14:27.691Z Downloaded thread-id v4.2.2
3212026-03-20T18:14:27.691Z Downloaded thiserror v2.0.18
3222026-03-20T18:14:27.707Z Downloaded cargo_toml v0.21.0
3232026-03-20T18:14:27.707Z Downloaded anstream v0.6.21
3242026-03-20T18:14:27.707Z Downloaded yoke v0.8.1
3252026-03-20T18:14:27.707Z Downloaded writeable v0.6.2
3262026-03-20T18:14:27.707Z Downloaded anstyle v1.0.13
3272026-03-20T18:14:27.707Z Downloaded memmap v0.7.0
3282026-03-20T18:14:27.707Z Downloaded scroll v0.12.0
3292026-03-20T18:14:27.707Z Downloaded ucd-trie v0.1.7
3302026-03-20T18:14:27.766Z Downloaded itoa v1.0.17
3312026-03-20T18:14:27.766Z Downloaded anstyle-query v1.1.5
3322026-03-20T18:14:27.766Z Downloaded usdt-attr-macro v0.5.0
3332026-03-20T18:14:27.766Z Downloaded typeid v1.0.3
3342026-03-20T18:14:27.766Z Downloaded log v0.4.29
3352026-03-20T18:14:27.767Z Downloaded thiserror-impl v2.0.18
3362026-03-20T18:14:27.767Z Downloaded thiserror-impl v1.0.69
3372026-03-20T18:14:27.767Z Downloaded serde-value v0.7.0
3382026-03-20T18:14:27.767Z Downloaded serde-untagged v0.1.9
3392026-03-20T18:14:27.767Z Downloaded byteorder v1.5.0
3402026-03-20T18:14:27.767Z Downloaded utf8_iter v1.0.4
3412026-03-20T18:14:27.767Z Downloaded pretty-hex v0.4.1
3422026-03-20T18:14:27.767Z Downloaded semver v1.0.27
3432026-03-20T18:14:27.767Z Downloaded proc-macro2 v1.0.106
3442026-03-20T18:14:27.785Z Downloaded version_check v0.9.5
3452026-03-20T18:14:27.785Z Downloaded tinystr v0.8.2
3462026-03-20T18:14:27.785Z Downloaded utf8parse v0.2.2
3472026-03-20T18:14:27.785Z Downloaded equivalent v1.0.2
3482026-03-20T18:14:27.785Z Downloaded scroll_derive v0.12.1
3492026-03-20T18:14:27.785Z Downloaded usdt-macro v0.5.0
3502026-03-20T18:14:27.785Z Downloaded toml_edit v0.22.27
3512026-03-20T18:14:27.785Z Downloaded cfg-if v1.0.4
3522026-03-20T18:14:27.785Z Downloaded fnv v1.0.7
3532026-03-20T18:14:27.785Z Downloaded percent-encoding v2.3.2
3542026-03-20T18:14:27.785Z Downloaded macaddr v1.0.1
3552026-03-20T18:14:27.785Z Downloaded form_urlencoded v1.2.2
3562026-03-20T18:14:27.785Z Downloaded zmij v1.0.21
3572026-03-20T18:14:27.785Z Downloaded fs-err v3.3.0
3582026-03-20T18:14:27.786Z Downloaded usdt v0.5.0
3592026-03-20T18:14:27.786Z Downloaded toml v0.8.23
3602026-03-20T18:14:27.786Z Downloaded dof v0.3.0
3612026-03-20T18:14:27.786Z Downloaded usdt-impl v0.5.0
3622026-03-20T18:14:27.786Z Downloaded generic-array v0.14.7
3632026-03-20T18:14:27.786Z Downloaded unicode-ident v1.0.24
3642026-03-20T18:14:27.786Z Downloaded typenum v1.19.0
3652026-03-20T18:14:27.786Z Downloaded zerovec-derive v0.11.2
3662026-03-20T18:14:27.786Z Downloaded zerotrie v0.2.3
3672026-03-20T18:14:27.786Z Downloaded heck v0.5.0
3682026-03-20T18:14:27.786Z Downloaded tabled_derive v0.7.0
3692026-03-20T18:14:27.786Z Downloaded proc-macro-error-attr v1.0.4
3702026-03-20T18:14:27.787Z Downloaded fastrand v2.3.0
3712026-03-20T18:14:27.787Z Downloaded potential_utf v0.1.4
3722026-03-20T18:14:27.787Z Downloaded errno v0.3.14
3732026-03-20T18:14:27.787Z Downloaded strsim v0.11.1
3742026-03-20T18:14:27.843Z Downloaded serde_spanned v0.6.9
3752026-03-20T18:14:27.843Z Downloaded terminal_size v0.4.3
3762026-03-20T18:14:27.843Z Downloaded ordered-float v2.10.1
3772026-03-20T18:14:27.843Z Downloaded url v2.5.8
3782026-03-20T18:14:27.865Z Downloaded zerocopy v0.7.35
3792026-03-20T18:14:27.866Z Downloaded swrite v0.1.0
3802026-03-20T18:14:27.866Z Downloaded block-buffer v0.10.4
3812026-03-20T18:14:27.866Z Downloaded cargo_metadata v0.21.0
3822026-03-20T18:14:27.866Z Downloaded bytecount v0.6.9
3832026-03-20T18:14:27.866Z Downloaded heck v0.4.1
3842026-03-20T18:14:27.866Z Downloaded cargo-platform v0.2.0
3852026-03-20T18:14:27.866Z Downloaded zerovec v0.11.5
3862026-03-20T18:14:27.866Z Downloaded unicode-width v0.1.14
3872026-03-20T18:14:27.867Z Downloaded serde v1.0.228
3882026-03-20T18:14:27.867Z Downloaded once_cell v1.21.3
3892026-03-20T18:14:27.867Z Downloaded anstyle-parse v0.2.7
3902026-03-20T18:14:27.867Z Downloaded unicode-width v0.2.0
3912026-03-20T18:14:27.867Z Downloaded stable_deref_trait v1.2.1
3922026-03-20T18:14:27.868Z Downloaded proc-macro-error v1.0.4
3932026-03-20T18:14:27.868Z Downloaded sha2 v0.10.9
3942026-03-20T18:14:27.868Z Downloaded camino-tempfile v1.4.1
3952026-03-20T18:14:27.868Z Downloaded autocfg v1.5.0
3962026-03-20T18:14:27.868Z Downloaded winnow v0.7.14
3972026-03-20T18:14:27.868Z Downloaded serde_tokenstream v0.2.3
3982026-03-20T18:14:27.868Z Downloaded smawk v0.3.2
3992026-03-20T18:14:27.892Z Downloaded pest_generator v2.8.6
4002026-03-20T18:14:27.892Z Downloaded litemap v0.8.1
4012026-03-20T18:14:27.893Z Downloaded camino v1.2.2
4022026-03-20T18:14:27.893Z Downloaded synstructure v0.13.2
4032026-03-20T18:14:27.893Z Downloaded clap_derive v4.5.55
4042026-03-20T18:14:27.921Z Downloaded bitflags v2.11.0
4052026-03-20T18:14:27.921Z Downloaded anyhow v1.0.102
4062026-03-20T18:14:27.943Z Downloaded serde_core v1.0.228
4072026-03-20T18:14:27.943Z Downloaded smallvec v1.15.1
4082026-03-20T18:14:27.943Z Downloaded papergrid v0.11.0
4092026-03-20T18:14:27.943Z Downloaded tempfile v3.25.0
4102026-03-20T18:14:27.943Z Downloaded serde_derive v1.0.228
4112026-03-20T18:14:27.943Z Downloaded quote v1.0.44
4122026-03-20T18:14:27.943Z Downloaded clap v4.5.60
4132026-03-20T18:14:27.943Z Downloaded pest_derive v2.8.6
4142026-03-20T18:14:27.943Z Downloaded num-traits v0.2.19
4152026-03-20T18:14:27.970Z Downloaded icu_provider v2.1.1
4162026-03-20T18:14:27.970Z Downloaded icu_properties v2.1.2
4172026-03-20T18:14:27.970Z Downloaded getrandom v0.4.1
4182026-03-20T18:14:27.970Z Downloaded icu_locale_core v2.1.1
4192026-03-20T18:14:27.970Z Downloaded pest_meta v2.8.6
4202026-03-20T18:14:28.007Z Downloaded icu_normalizer_data v2.1.1
4212026-03-20T18:14:28.007Z Downloaded icu_normalizer v2.1.1
4222026-03-20T18:14:28.007Z Downloaded icu_collections v2.1.1
4232026-03-20T18:14:28.007Z Downloaded memchr v2.8.0
4242026-03-20T18:14:28.039Z Downloaded indexmap v2.13.0
4252026-03-20T18:14:28.039Z Downloaded pest v2.8.6
4262026-03-20T18:14:28.086Z Downloaded idna v1.1.0
4272026-03-20T18:14:28.086Z Downloaded hashbrown v0.16.1
4282026-03-20T18:14:28.086Z Downloaded serde_json v1.0.149
4292026-03-20T18:14:28.086Z Downloaded icu_properties_data v2.1.2
4302026-03-20T18:14:28.086Z Downloaded clap_builder v4.5.60
4312026-03-20T18:14:28.087Z Downloaded tabled v0.15.0
4322026-03-20T18:14:28.124Z Downloaded goblin v0.8.2
4332026-03-20T18:14:28.125Z Downloaded syn v1.0.109
4342026-03-20T18:14:28.125Z Downloaded syn v2.0.117
4352026-03-20T18:14:28.142Z Downloaded rustix v1.1.3
4362026-03-20T18:14:28.167Z Downloaded libc v0.2.180
4372026-03-20T18:14:28.233Z Compiling proc-macro2 v1.0.106
4382026-03-20T18:14:28.234Z Compiling unicode-ident v1.0.24
4392026-03-20T18:14:28.247Z Compiling quote v1.0.44
4402026-03-20T18:14:28.247Z Compiling serde_core v1.0.228
4412026-03-20T18:14:28.248Z Compiling libc v0.2.180
4422026-03-20T18:14:28.248Z Compiling version_check v0.9.5
4432026-03-20T18:14:28.248Z Compiling memchr v2.8.0
4442026-03-20T18:14:28.248Z Compiling serde v1.0.228
4452026-03-20T18:14:28.248Z Compiling stable_deref_trait v1.2.1
4462026-03-20T18:14:28.248Z Compiling zmij v1.0.21
4472026-03-20T18:14:28.248Z Compiling thiserror v1.0.69
4482026-03-20T18:14:28.449Z Compiling itoa v1.0.17
4492026-03-20T18:14:28.472Z Compiling ucd-trie v0.1.7
4502026-03-20T18:14:28.487Z Compiling autocfg v1.5.0
4512026-03-20T18:14:28.487Z Compiling writeable v0.6.2
4522026-03-20T18:14:28.829Z Compiling litemap v0.8.1
4532026-03-20T18:14:28.845Z Compiling rustix v1.1.3
4542026-03-20T18:14:28.845Z Compiling icu_normalizer_data v2.1.1
4552026-03-20T18:14:29.063Z Compiling icu_properties_data v2.1.2
4562026-03-20T18:14:29.167Z Compiling pest v2.8.6
4572026-03-20T18:14:29.167Z Compiling byteorder v1.5.0
4582026-03-20T18:14:29.167Z Compiling bitflags v2.11.0
4592026-03-20T18:14:29.217Z Compiling serde_json v1.0.149
4602026-03-20T18:14:29.399Z Compiling num-traits v0.2.19
4612026-03-20T18:14:29.462Z Compiling typeid v1.0.3
4622026-03-20T18:14:29.596Z Compiling equivalent v1.0.2
4632026-03-20T18:14:29.627Z Compiling hashbrown v0.16.1
4642026-03-20T18:14:29.627Z Compiling smallvec v1.15.1
4652026-03-20T18:14:29.700Z Compiling usdt-impl v0.5.0
4662026-03-20T18:14:29.937Z Compiling proc-macro-error-attr v1.0.4
4672026-03-20T18:14:29.959Z Compiling winnow v0.7.14
4682026-03-20T18:14:29.992Z Compiling toml_write v0.1.2
4692026-03-20T18:14:30.029Z Compiling erased-serde v0.4.9
4702026-03-20T18:14:30.064Z Compiling syn v1.0.109
4712026-03-20T18:14:30.215Z Compiling errno v0.3.14
4722026-03-20T18:14:30.248Z Compiling thread-id v4.2.2
4732026-03-20T18:14:30.297Z Compiling proc-macro-error v1.0.4
4742026-03-20T18:14:30.368Z Compiling getrandom v0.4.1
4752026-03-20T18:14:30.399Z Compiling indexmap v2.13.0
4762026-03-20T18:14:30.463Z Compiling log v0.4.29
4772026-03-20T18:14:30.500Z Compiling plain v0.2.3
4782026-03-20T18:14:30.527Z Compiling percent-encoding v2.3.2
4792026-03-20T18:14:30.588Z Compiling utf8_iter v1.0.4
4802026-03-20T18:14:30.741Z Compiling thiserror v2.0.18
4812026-03-20T18:14:30.828Z Compiling pest_meta v2.8.6
4822026-03-20T18:14:30.828Z Compiling syn v2.0.117
4832026-03-20T18:14:30.828Z Compiling utf8parse v0.2.2
4842026-03-20T18:14:30.870Z Compiling camino v1.2.2
4852026-03-20T18:14:30.870Z Compiling form_urlencoded v1.2.2
4862026-03-20T18:14:30.942Z Compiling anstyle-parse v0.2.7
4872026-03-20T18:14:31.004Z Compiling ordered-float v2.10.1
4882026-03-20T18:14:31.125Z Compiling colorchoice v1.0.4
4892026-03-20T18:14:31.161Z Compiling anstyle-query v1.1.5
4902026-03-20T18:14:31.250Z Compiling pretty-hex v0.4.1
4912026-03-20T18:14:31.344Z Compiling cfg-if v1.0.4
4922026-03-20T18:14:31.369Z Compiling is_terminal_polyfill v1.70.2
4932026-03-20T18:14:31.370Z Compiling anstyle v1.0.13
4942026-03-20T18:14:31.426Z Compiling fs-err v3.3.0
4952026-03-20T18:14:31.522Z Compiling strsim v0.11.1
4962026-03-20T18:14:31.539Z Compiling heck v0.4.1
4972026-03-20T18:14:31.539Z Compiling fnv v1.0.7
4982026-03-20T18:14:31.539Z Compiling heck v0.5.0
4992026-03-20T18:14:31.607Z Compiling terminal_size v0.4.3
5002026-03-20T18:14:31.684Z Compiling anstream v0.6.21
5012026-03-20T18:14:31.728Z Compiling once_cell v1.21.3
5022026-03-20T18:14:31.740Z Compiling unicode-width v0.1.14
5032026-03-20T18:14:31.975Z Compiling semver v1.0.27
5042026-03-20T18:14:32.011Z Compiling anyhow v1.0.102
5052026-03-20T18:14:32.041Z Compiling bytecount v0.6.9
5062026-03-20T18:14:32.071Z Compiling fastrand v2.3.0
5072026-03-20T18:14:32.109Z Compiling clap_lex v1.0.0
5082026-03-20T18:14:32.136Z Compiling unicode-xid v0.2.6
5092026-03-20T18:14:32.194Z Compiling papergrid v0.11.0
5102026-03-20T18:14:32.228Z Compiling memmap v0.7.0
5112026-03-20T18:14:32.305Z Compiling unicode-linebreak v0.1.5
5122026-03-20T18:14:32.332Z Compiling tempfile v3.25.0
5132026-03-20T18:14:32.430Z Compiling serde-untagged v0.1.9
5142026-03-20T18:14:32.451Z Compiling clap_builder v4.5.60
5152026-03-20T18:14:32.471Z Compiling unicode-width v0.2.0
5162026-03-20T18:14:32.573Z Compiling smawk v0.3.2
5172026-03-20T18:14:32.639Z Compiling camino-tempfile v1.4.1
5182026-03-20T18:14:32.759Z Compiling swrite v0.1.0
5192026-03-20T18:14:32.803Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-20T18:14:32.869Z Compiling textwrap v0.16.2
5212026-03-20T18:14:33.271Z Compiling tabled_derive v0.7.0
5222026-03-20T18:14:34.136Z Compiling tabled v0.15.0
5232026-03-20T18:14:34.312Z Compiling synstructure v0.13.2
5242026-03-20T18:14:34.313Z Compiling pest_generator v2.8.6
5252026-03-20T18:14:35.063Z Compiling serde_derive v1.0.228
5262026-03-20T18:14:35.070Z Compiling zerofrom-derive v0.1.6
5272026-03-20T18:14:35.070Z Compiling yoke-derive v0.8.1
5282026-03-20T18:14:35.071Z Compiling zerovec-derive v0.11.2
5292026-03-20T18:14:35.071Z Compiling displaydoc v0.2.5
5302026-03-20T18:14:35.071Z Compiling thiserror-impl v1.0.69
5312026-03-20T18:14:35.071Z Compiling zerocopy-derive v0.7.35
5322026-03-20T18:14:35.071Z Compiling scroll_derive v0.12.1
5332026-03-20T18:14:35.113Z Compiling thiserror-impl v2.0.18
5342026-03-20T18:14:35.144Z Compiling pest_derive v2.8.6
5352026-03-20T18:14:35.170Z Compiling clap_derive v4.5.55
5362026-03-20T18:14:35.912Z Compiling scroll v0.12.0
5372026-03-20T18:14:36.134Z Compiling zerocopy v0.7.35
5382026-03-20T18:14:36.223Z Compiling goblin v0.8.2
5392026-03-20T18:14:36.540Z Compiling zerofrom v0.1.6
5402026-03-20T18:14:36.592Z Compiling dtrace-parser v0.2.0
5412026-03-20T18:14:36.727Z Compiling yoke v0.8.1
5422026-03-20T18:14:36.899Z Compiling zerovec v0.11.5
5432026-03-20T18:14:36.899Z Compiling zerotrie v0.2.3
5442026-03-20T18:14:37.100Z Compiling clap v4.5.60
5452026-03-20T18:14:37.475Z Compiling tinystr v0.8.2
5462026-03-20T18:14:37.475Z Compiling potential_utf v0.1.4
5472026-03-20T18:14:37.633Z Compiling icu_collections v2.1.1
5482026-03-20T18:14:37.694Z Compiling icu_locale_core v2.1.1
5492026-03-20T18:14:38.395Z Compiling toml_datetime v0.6.11
5502026-03-20T18:14:38.395Z Compiling serde_spanned v0.6.9
5512026-03-20T18:14:38.399Z Compiling serde-value v0.7.0
5522026-03-20T18:14:38.399Z Compiling cargo-platform v0.2.0
5532026-03-20T18:14:38.399Z Compiling macaddr v1.0.1
5542026-03-20T18:14:38.420Z Compiling dof v0.3.0
5552026-03-20T18:14:38.425Z Compiling serde_tokenstream v0.2.3
5562026-03-20T18:14:38.470Z Compiling icu_provider v2.1.1
5572026-03-20T18:14:38.617Z Compiling toml_edit v0.22.27
5582026-03-20T18:14:38.964Z Compiling icu_normalizer v2.1.1
5592026-03-20T18:14:38.975Z Compiling icu_properties v2.1.2
5602026-03-20T18:14:39.470Z Compiling usdt-attr-macro v0.5.0
5612026-03-20T18:14:39.474Z Compiling usdt-macro v0.5.0
5622026-03-20T18:14:40.094Z Compiling idna_adapter v1.2.1
5632026-03-20T18:14:40.215Z Compiling idna v1.1.0
5642026-03-20T18:14:40.244Z Compiling usdt v0.5.0
5652026-03-20T18:14:40.450Z Compiling toml v0.8.23
5662026-03-20T18:14:40.566Z Compiling url v2.5.8
5672026-03-20T18:14:40.991Z Compiling cargo_toml v0.21.0
5682026-03-20T18:14:41.103Z Compiling cargo-util-schemas v0.8.2
5692026-03-20T18:14:42.320Z Compiling cargo_metadata v0.21.0
5702026-03-20T18:14:43.545Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-20T18:14:46.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.17s
5722026-03-20T18:14:46.664Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-20T18:14:47.356Z Downloading crates ...
5742026-03-20T18:14:47.485Z Downloaded aead v0.5.2
5752026-03-20T18:14:47.489Z Downloaded base16ct v1.0.0
5762026-03-20T18:14:47.500Z Downloaded blake2 v0.10.6
5772026-03-20T18:14:47.506Z Downloaded convert_case v0.10.0
5782026-03-20T18:14:47.511Z Downloaded aho-corasick v1.1.4
5792026-03-20T18:14:47.518Z Downloaded atty v0.2.14
5802026-03-20T18:14:47.518Z Downloaded dropshot-api-manager-types v0.6.0
5812026-03-20T18:14:47.519Z Downloaded async-recursion v1.1.1
5822026-03-20T18:14:47.525Z Downloaded bit-set v0.5.3
5832026-03-20T18:14:47.525Z Downloaded bit-vec v0.6.3
5842026-03-20T18:14:47.526Z Downloaded cfg_aliases v0.2.1
5852026-03-20T18:14:47.526Z Downloaded base64ct v1.8.3
5862026-03-20T18:14:47.526Z Downloaded bb8 v0.8.6
5872026-03-20T18:14:47.526Z Downloaded ascii-canvas v3.0.0
5882026-03-20T18:14:47.531Z Downloaded adler2 v2.0.1
5892026-03-20T18:14:47.531Z Downloaded cbc v0.1.2
5902026-03-20T18:14:47.531Z Downloaded assert_matches v1.5.0
5912026-03-20T18:14:47.532Z Downloaded bitfield v0.19.4
5922026-03-20T18:14:47.532Z Downloaded bcrypt-pbkdf v0.10.0
5932026-03-20T18:14:47.532Z Downloaded bcs v0.1.6
5942026-03-20T18:14:47.539Z Downloaded colored v2.2.0
5952026-03-20T18:14:47.539Z Downloaded cargo-platform v0.1.9
5962026-03-20T18:14:47.539Z Downloaded der_derive v0.7.3
5972026-03-20T18:14:47.543Z Downloaded fixedbitset v0.4.2
5982026-03-20T18:14:47.544Z Downloaded diesel_table_macro_syntax v0.3.0
5992026-03-20T18:14:47.548Z Downloaded cstr-argument v0.1.2
6002026-03-20T18:14:47.548Z Downloaded blowfish v0.9.1
6012026-03-20T18:14:47.548Z Downloaded cobs v0.3.0
6022026-03-20T18:14:47.548Z Downloaded async-stream v0.3.6
6032026-03-20T18:14:47.551Z Downloaded defmt-parser v1.0.0
6042026-03-20T18:14:47.552Z Downloaded dsl_auto_type v0.2.0
6052026-03-20T18:14:47.558Z Downloaded curve25519-dalek-derive v0.1.1
6062026-03-20T18:14:47.558Z Downloaded dunce v1.0.5
6072026-03-20T18:14:47.558Z Downloaded darling_macro v0.23.0
6082026-03-20T18:14:47.558Z Downloaded crc v3.4.0
6092026-03-20T18:14:47.563Z Downloaded async-stream-impl v0.3.6
6102026-03-20T18:14:47.563Z Downloaded dyn-clone v1.0.20
6112026-03-20T18:14:47.564Z Downloaded funty v2.0.0
6122026-03-20T18:14:47.575Z Downloaded foreign-types-macros v0.2.3
6132026-03-20T18:14:47.575Z Downloaded darling_macro v0.20.11
6142026-03-20T18:14:47.575Z Downloaded bitfield-macros v0.19.4
6152026-03-20T18:14:47.576Z Downloaded darling_macro v0.21.3
6162026-03-20T18:14:47.576Z Downloaded crucible-workspace-hack v0.1.0
6172026-03-20T18:14:47.576Z Downloaded float-ord v0.3.2
6182026-03-20T18:14:47.576Z Downloaded dof v0.4.0
6192026-03-20T18:14:47.605Z Downloaded convert_case v0.4.0
6202026-03-20T18:14:47.605Z Downloaded cfg_aliases v0.1.1
6212026-03-20T18:14:47.606Z Downloaded crunchy v0.2.4
6222026-03-20T18:14:47.606Z Downloaded cpufeatures v0.3.0
6232026-03-20T18:14:47.606Z Downloaded atomicwrites v0.4.4
6242026-03-20T18:14:47.606Z Downloaded enum-as-inner v0.6.1
6252026-03-20T18:14:47.606Z Downloaded array-init v0.0.4
6262026-03-20T18:14:47.606Z Downloaded ciborium-io v0.2.2
6272026-03-20T18:14:47.633Z Downloaded crc-catalog v2.4.0
6282026-03-20T18:14:47.633Z Downloaded bit-set v0.8.0
6292026-03-20T18:14:47.634Z Downloaded arrayref v0.3.9
6302026-03-20T18:14:47.634Z Downloaded crc8 v0.1.1
6312026-03-20T18:14:47.634Z Downloaded fd-lock v4.0.4
6322026-03-20T18:14:47.634Z Downloaded debug-ignore v1.0.5
6332026-03-20T18:14:47.634Z Downloaded flagset v0.4.7
6342026-03-20T18:14:47.634Z Downloaded embedded-io v0.4.0
6352026-03-20T18:14:47.634Z Downloaded defmt v0.3.100
6362026-03-20T18:14:47.634Z Downloaded diesel-dtrace v0.5.0
6372026-03-20T18:14:47.634Z Downloaded foreign-types-shared v0.1.1
6382026-03-20T18:14:47.635Z Downloaded crossbeam-utils v0.8.21
6392026-03-20T18:14:47.635Z Downloaded csv-core v0.1.13
6402026-03-20T18:14:47.635Z Downloaded futures-core v0.3.32
6412026-03-20T18:14:47.635Z Downloaded embedded-io v0.6.1
6422026-03-20T18:14:47.635Z Downloaded downcast-rs v2.0.2
6432026-03-20T18:14:47.635Z Downloaded base16ct v0.2.0
6442026-03-20T18:14:47.635Z Downloaded castaway v0.2.4
6452026-03-20T18:14:47.635Z Downloaded atomic-waker v1.1.2
6462026-03-20T18:14:47.635Z Downloaded bitfield-struct v0.6.2
6472026-03-20T18:14:47.635Z Downloaded constant_time_eq v0.4.2
6482026-03-20T18:14:47.636Z Downloaded foreign-types-shared v0.3.1
6492026-03-20T18:14:47.636Z Downloaded foreign-types v0.5.0
6502026-03-20T18:14:47.636Z Downloaded dtrace-parser v0.3.0
6512026-03-20T18:14:47.636Z Downloaded display-error-chain v0.2.2
6522026-03-20T18:14:47.636Z Downloaded document-features v0.2.12
6532026-03-20T18:14:47.649Z Downloaded fxhash v0.2.1
6542026-03-20T18:14:47.649Z Downloaded env_filter v1.0.0
6552026-03-20T18:14:47.649Z Downloaded ghash v0.5.1
6562026-03-20T18:14:47.649Z Downloaded futures-sink v0.3.32
6572026-03-20T18:14:47.649Z Downloaded futures-macro v0.3.32
6582026-03-20T18:14:47.649Z Downloaded difflib v0.4.0
6592026-03-20T18:14:47.649Z Downloaded gethostname v0.5.0
6602026-03-20T18:14:47.649Z Downloaded derive_builder_macro v0.20.2
6612026-03-20T18:14:47.649Z Downloaded chacha20 v0.9.1
6622026-03-20T18:14:47.649Z Downloaded endian-type v0.1.2
6632026-03-20T18:14:47.649Z Downloaded dirs-next v2.0.0
6642026-03-20T18:14:47.650Z Downloaded foreign-types v0.3.2
6652026-03-20T18:14:47.650Z Downloaded bitflags v1.3.2
6662026-03-20T18:14:47.650Z Downloaded futures-io v0.3.32
6672026-03-20T18:14:47.663Z Downloaded crossbeam-deque v0.8.6
6682026-03-20T18:14:47.663Z Downloaded globwalk v0.9.1
6692026-03-20T18:14:47.663Z Downloaded const_format_proc_macros v0.2.34
6702026-03-20T18:14:47.663Z Downloaded git-stub v1.0.0
6712026-03-20T18:14:47.663Z Downloaded critical-section v1.2.0
6722026-03-20T18:14:47.663Z Downloaded cipher v0.4.4
6732026-03-20T18:14:47.663Z Downloaded derive_builder_core v0.20.2
6742026-03-20T18:14:47.664Z Downloaded cexpr v0.6.0
6752026-03-20T18:14:47.664Z Downloaded fallible-iterator v0.2.0
6762026-03-20T18:14:47.672Z Downloaded derive-ex v0.1.8
6772026-03-20T18:14:47.672Z Downloaded find-msvc-tools v0.1.9
6782026-03-20T18:14:47.672Z Downloaded ctr v0.9.2
6792026-03-20T18:14:47.673Z Downloaded filetime v0.2.27
6802026-03-20T18:14:47.673Z Downloaded env_logger v0.11.9
6812026-03-20T18:14:47.673Z Downloaded aes v0.8.4
6822026-03-20T18:14:47.681Z Downloaded fs-err v2.11.0
6832026-03-20T18:14:47.681Z Downloaded drift v0.1.3
6842026-03-20T18:14:47.681Z Downloaded http-body v1.0.1
6852026-03-20T18:14:47.682Z Downloaded base64 v0.21.7
6862026-03-20T18:14:47.876Z Downloaded fs_extra v1.3.0
6872026-03-20T18:14:47.876Z Downloaded ciborium-ll v0.2.2
6882026-03-20T18:14:47.876Z Downloaded hex v0.4.3
6892026-03-20T18:14:47.876Z Downloaded corncobs v0.1.4
6902026-03-20T18:14:47.876Z Downloaded cmake v0.1.57
6912026-03-20T18:14:47.876Z Downloaded cargo_metadata v0.19.2
6922026-03-20T18:14:47.876Z Downloaded backoff v0.4.0
6932026-03-20T18:14:47.876Z Downloaded daft-derive v0.1.5
6942026-03-20T18:14:47.877Z Downloaded daft v0.1.5
6952026-03-20T18:14:47.877Z Downloaded http-range v0.1.5
6962026-03-20T18:14:47.877Z Downloaded ciborium v0.2.2
6972026-03-20T18:14:47.877Z Downloaded foldhash v0.1.5
6982026-03-20T18:14:47.877Z Downloaded defmt v1.0.1
6992026-03-20T18:14:47.877Z Downloaded futures-executor v0.3.32
7002026-03-20T18:14:47.877Z Downloaded ff v0.13.1
7012026-03-20T18:14:47.877Z Downloaded hostname v0.3.1
7022026-03-20T18:14:47.877Z Downloaded ena v0.14.4
7032026-03-20T18:14:47.877Z Downloaded httpdate v1.0.3
7042026-03-20T18:14:47.877Z Downloaded ecdsa v0.16.9
7052026-03-20T18:14:47.877Z Downloaded defmt-macros v1.0.1
7062026-03-20T18:14:47.877Z Downloaded hubpack v0.1.2
7072026-03-20T18:14:47.877Z Downloaded indent_write v2.2.0
7082026-03-20T18:14:47.877Z Downloaded instability v0.3.11
7092026-03-20T18:14:47.877Z Downloaded globset v0.4.18
7102026-03-20T18:14:47.877Z Downloaded glob v0.3.3
7112026-03-20T18:14:47.877Z Downloaded data-encoding v2.10.0
7122026-03-20T18:14:47.878Z Downloaded keccak v0.1.6
7132026-03-20T18:14:47.878Z Downloaded inout v0.1.4
7142026-03-20T18:14:47.878Z Downloaded ident_case v1.0.1
7152026-03-20T18:14:47.878Z Downloaded derive-where v1.6.0
7162026-03-20T18:14:47.878Z Downloaded is_ci v1.2.0
7172026-03-20T18:14:47.878Z Downloaded const-oid v0.9.6
7182026-03-20T18:14:47.878Z Downloaded console v0.16.2
7192026-03-20T18:14:47.878Z Downloaded instant v0.1.13
7202026-03-20T18:14:47.878Z Downloaded is-terminal v0.4.17
7212026-03-20T18:14:47.878Z Downloaded kstat-rs v0.2.4
7222026-03-20T18:14:47.878Z Downloaded cargo_toml v0.22.3
7232026-03-20T18:14:47.878Z Downloaded bzip2 v0.6.1
7242026-03-20T18:14:47.878Z Downloaded indoc v1.0.9
7252026-03-20T18:14:47.879Z Downloaded lazy_static v1.5.0
7262026-03-20T18:14:47.879Z Downloaded internet-checksum v0.2.1
7272026-03-20T18:14:47.879Z Downloaded lalrpop-util v0.19.12
7282026-03-20T18:14:47.879Z Downloaded group v0.13.0
7292026-03-20T18:14:47.879Z Downloaded libscf-sys v1.1.0
7302026-03-20T18:14:47.879Z Downloaded cookie_store v0.22.1
7312026-03-20T18:14:47.879Z Downloaded highway v1.3.0
7322026-03-20T18:14:47.879Z Downloaded clang-sys v1.8.1
7332026-03-20T18:14:47.879Z Downloaded hash32 v0.3.1
7342026-03-20T18:14:47.879Z Downloaded lru-slab v0.1.2
7352026-03-20T18:14:47.879Z Downloaded lru v0.12.5
7362026-03-20T18:14:47.879Z Downloaded futures-channel v0.3.32
7372026-03-20T18:14:47.879Z Downloaded cookie v0.18.1
7382026-03-20T18:14:47.879Z Downloaded http-body-util v0.1.3
7392026-03-20T18:14:47.879Z Downloaded md5 v0.7.0
7402026-03-20T18:14:47.879Z Downloaded either v1.15.0
7412026-03-20T18:14:47.879Z Downloaded maplit v1.0.2
7422026-03-20T18:14:47.880Z Downloaded base64 v0.22.1
7432026-03-20T18:14:47.880Z Downloaded memoffset v0.9.1
7442026-03-20T18:14:47.880Z Downloaded erased-serde v0.3.31
7452026-03-20T18:14:47.880Z Downloaded md-5 v0.10.6
7462026-03-20T18:14:47.880Z Downloaded maybe-uninit v2.0.0
7472026-03-20T18:14:47.880Z Downloaded mime v0.3.17
7482026-03-20T18:14:47.880Z Downloaded ipnetwork v0.21.1
7492026-03-20T18:14:47.880Z Downloaded ipnet v2.11.0
7502026-03-20T18:14:47.880Z Downloaded managed v0.8.0
7512026-03-20T18:14:47.880Z Downloaded lzss v0.8.2
7522026-03-20T18:14:47.880Z Downloaded multimap v0.10.1
7532026-03-20T18:14:47.880Z Downloaded match_cfg v0.1.0
7542026-03-20T18:14:47.881Z Downloaded humantime v2.3.0
7552026-03-20T18:14:47.881Z Downloaded git-stub-vcs v0.1.0
7562026-03-20T18:14:47.881Z Downloaded futures v0.3.32
7572026-03-20T18:14:47.881Z Downloaded getrandom v0.3.4
7582026-03-20T18:14:47.881Z Downloaded libefi-sys v0.1.0
7592026-03-20T18:14:47.881Z Downloaded nibble_vec v0.1.0
7602026-03-20T18:14:47.881Z Downloaded newtype_derive v0.1.6
7612026-03-20T18:14:47.881Z Downloaded dropshot_endpoint v0.16.7
7622026-03-20T18:14:47.881Z Downloaded jobserver v0.1.34
7632026-03-20T18:14:47.881Z Downloaded newline-converter v0.3.0
7642026-03-20T18:14:47.881Z Downloaded new_debug_unreachable v1.0.6
7652026-03-20T18:14:47.979Z Downloaded newtype-uuid-macros v0.1.0
7662026-03-20T18:14:47.979Z Downloaded ingot-types v0.1.2
7672026-03-20T18:14:47.979Z Downloaded libsw-core v0.3.2
7682026-03-20T18:14:47.979Z Downloaded num v0.4.3
7692026-03-20T18:14:47.979Z Downloaded normalize-line-endings v0.3.0
7702026-03-20T18:14:47.979Z Downloaded indoc v2.0.7
7712026-03-20T18:14:47.980Z Downloaded num-iter v0.1.45
7722026-03-20T18:14:47.980Z Downloaded half v1.8.3
7732026-03-20T18:14:47.980Z Downloaded httparse v1.10.1
7742026-03-20T18:14:47.980Z Downloaded ingot v0.1.1
7752026-03-20T18:14:47.980Z Downloaded opaque-debug v0.3.1
7762026-03-20T18:14:47.980Z Downloaded num_threads v0.1.7
7772026-03-20T18:14:47.980Z Downloaded nonempty v0.12.0
7782026-03-20T18:14:47.980Z Downloaded nodrop v0.1.14
7792026-03-20T18:14:47.980Z Downloaded linear-map v1.2.0
7802026-03-20T18:14:47.980Z Downloaded libsw v3.5.0
7812026-03-20T18:14:47.980Z Downloaded oso-derive v0.27.3
7822026-03-20T18:14:47.980Z Downloaded num-conv v0.2.0
7832026-03-20T18:14:47.981Z Downloaded num-derive v0.4.2
7842026-03-20T18:14:47.981Z Downloaded olpc-cjson v0.1.4
7852026-03-20T18:14:47.981Z Downloaded crossbeam-epoch v0.9.18
7862026-03-20T18:14:47.981Z Downloaded packed_struct_codegen v0.10.1
7872026-03-20T18:14:47.981Z Downloaded native-tls v0.2.18
7882026-03-20T18:14:47.981Z Downloaded mime_guess v2.0.5
7892026-03-20T18:14:47.981Z Downloaded lock_api v0.4.14
7902026-03-20T18:14:47.981Z Downloaded derive_builder v0.20.2
7912026-03-20T18:14:47.981Z Downloaded num-derive v0.3.3
7922026-03-20T18:14:47.981Z Downloaded half v2.7.1
7932026-03-20T18:14:47.981Z Downloaded libloading v0.8.9
7942026-03-20T18:14:47.981Z Downloaded impl-trait-for-tuples v0.2.3
7952026-03-20T18:14:47.981Z Downloaded hyper-staticfile v0.10.1
7962026-03-20T18:14:48.029Z Downloaded newtype-uuid v1.3.2
7972026-03-20T18:14:48.029Z Downloaded openssl-macros v0.1.1
7982026-03-20T18:14:48.029Z Downloaded darling_core v0.23.0
7992026-03-20T18:14:48.029Z Downloaded elliptic-curve v0.13.8
8002026-03-20T18:14:48.029Z Downloaded peg-runtime v0.8.5
8012026-03-20T18:14:48.029Z Downloaded fatfs v0.3.6
8022026-03-20T18:14:48.029Z Downloaded openssl-probe v0.2.1
8032026-03-20T18:14:48.029Z Downloaded parse-display v0.10.0
8042026-03-20T18:14:48.029Z Downloaded num_enum_derive v0.5.11
8052026-03-20T18:14:48.029Z Downloaded pbkdf2 v0.12.2
8062026-03-20T18:14:48.029Z Downloaded path-slash v0.1.5
8072026-03-20T18:14:48.030Z Downloaded ar_archive_writer v0.5.1
8082026-03-20T18:14:48.030Z Downloaded parse-size v1.1.0
8092026-03-20T18:14:48.030Z Downloaded ignore v0.4.25
8102026-03-20T18:14:48.030Z Downloaded pbkdf2 v0.11.0
8112026-03-20T18:14:48.030Z Downloaded num-rational v0.4.2
8122026-03-20T18:14:48.030Z Downloaded indexmap v1.9.3
8132026-03-20T18:14:48.030Z Downloaded des v0.8.1
8142026-03-20T18:14:48.030Z Downloaded num_enum v0.5.11
8152026-03-20T18:14:48.030Z Downloaded num-integer v0.1.46
8162026-03-20T18:14:48.030Z Downloaded nu-ansi-term v0.50.3
8172026-03-20T18:14:48.030Z Downloaded num_enum v0.7.5
8182026-03-20T18:14:48.030Z Downloaded ingot-macros v0.1.1
8192026-03-20T18:14:48.030Z Downloaded darling_core v0.21.3
8202026-03-20T18:14:48.030Z Downloaded pin-utils v0.1.0
8212026-03-20T18:14:48.030Z Downloaded phf_shared v0.11.3
8222026-03-20T18:14:48.030Z Downloaded num_enum_derive v0.7.5
8232026-03-20T18:14:48.030Z Downloaded packed_struct v0.10.1
8242026-03-20T18:14:48.030Z Downloaded oxide-tokio-rt v0.1.3
8252026-03-20T18:14:48.030Z Downloaded hmac v0.12.1
8262026-03-20T18:14:48.030Z Downloaded phf_shared v0.13.1
8272026-03-20T18:14:48.030Z Downloaded darling_core v0.20.11
8282026-03-20T18:14:48.030Z Downloaded proc-macro-crate v1.3.1
8292026-03-20T18:14:48.030Z Downloaded powerfmt v0.2.0
8302026-03-20T18:14:48.030Z Downloaded flume v0.11.1
8312026-03-20T18:14:48.030Z Downloaded openssl-probe v0.1.6
8322026-03-20T18:14:48.030Z Downloaded multer v3.1.0
8332026-03-20T18:14:48.030Z Downloaded bumpalo v3.20.2
8342026-03-20T18:14:48.030Z Downloaded predicates-tree v1.0.13
8352026-03-20T18:14:48.031Z Downloaded libbz2-rs-sys v0.2.2
8362026-03-20T18:14:48.031Z Downloaded proc-macro-error-attr2 v2.0.0
8372026-03-20T18:14:48.031Z Downloaded proc-macro-crate v3.4.0
8382026-03-20T18:14:48.031Z Downloaded aes-gcm v0.10.3
8392026-03-20T18:14:48.031Z Downloaded paste v1.0.15
8402026-03-20T18:14:48.031Z Downloaded derive_more v2.1.1
8412026-03-20T18:14:48.045Z Downloaded progenitor-macro v0.10.0
8422026-03-20T18:14:48.045Z Downloaded progenitor-client v0.11.2
8432026-03-20T18:14:48.045Z Downloaded quick-error v1.2.3
8442026-03-20T18:14:48.045Z Downloaded oxnet v0.1.4
8452026-03-20T18:14:48.045Z Downloaded progenitor-client v0.10.0
8462026-03-20T18:14:48.045Z Downloaded progenitor-macro v0.13.0
8472026-03-20T18:14:48.045Z Downloaded indicatif v0.18.4
8482026-03-20T18:14:48.045Z Downloaded password-hash v0.5.0
8492026-03-20T18:14:48.046Z Downloaded psl-types v2.0.11
8502026-03-20T18:14:48.046Z Downloaded peg v0.8.5
8512026-03-20T18:14:48.046Z Downloaded progenitor-macro v0.11.2
8522026-03-20T18:14:48.046Z Downloaded password-hash v0.4.2
8532026-03-20T18:14:48.046Z Downloaded pem v3.0.6
8542026-03-20T18:14:48.046Z Downloaded parse-display-derive v0.10.0
8552026-03-20T18:14:48.046Z Downloaded pem-rfc7468 v0.7.0
8562026-03-20T18:14:48.046Z Downloaded memmap2 v0.9.10
8572026-03-20T18:14:48.046Z Downloaded heapless v0.7.17
8582026-03-20T18:14:48.046Z Downloaded crossbeam-channel v0.5.15
8592026-03-20T18:14:48.046Z Downloaded owo-colors v4.3.0
8602026-03-20T18:14:48.047Z Downloaded pin-project-internal v1.1.11
8612026-03-20T18:14:48.047Z Downloaded poly1305 v0.8.0
8622026-03-20T18:14:48.047Z Downloaded pkcs8 v0.10.2
8632026-03-20T18:14:48.047Z Downloaded radium v0.7.0
8642026-03-20T18:14:48.047Z Downloaded primeorder v0.13.6
8652026-03-20T18:14:48.047Z Downloaded ppv-lite86 v0.2.21
8662026-03-20T18:14:48.047Z Downloaded rand_chacha v0.3.1
8672026-03-20T18:14:48.047Z Downloaded pin-project-lite v0.2.17
8682026-03-20T18:14:48.057Z Downloaded rand_xorshift v0.4.0
8692026-03-20T18:14:48.058Z Downloaded headers v0.4.1
8702026-03-20T18:14:48.058Z Downloaded ref-cast-impl v1.0.25
8712026-03-20T18:14:48.058Z Downloaded crypto-bigint v0.5.5
8722026-03-20T18:14:48.058Z Downloaded parking_lot_core v0.9.12
8732026-03-20T18:14:48.078Z Downloaded parking_lot v0.11.2
8742026-03-20T18:14:48.078Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-03-20T18:14:48.078Z Downloaded predicates v3.1.4
8762026-03-20T18:14:48.078Z Downloaded postgres-protocol v0.6.10
8772026-03-20T18:14:48.093Z Downloaded omicron-zone-package v0.12.2
8782026-03-20T18:14:48.093Z Downloaded diesel_derives v2.3.7
8792026-03-20T18:14:48.093Z Downloaded peg-macros v0.8.5
8802026-03-20T18:14:48.093Z Downloaded arc-swap v1.8.2
8812026-03-20T18:14:48.093Z Downloaded progenitor v0.11.2
8822026-03-20T18:14:48.093Z Downloaded rustc-hash v2.1.1
8832026-03-20T18:14:48.093Z Downloaded rtoolbox v0.0.3
8842026-03-20T18:14:48.093Z Downloaded psm v0.1.30
8852026-03-20T18:14:48.093Z Downloaded progenitor-extras v0.1.1
8862026-03-20T18:14:48.100Z Downloaded pkcs1 v0.7.5
8872026-03-20T18:14:48.100Z Downloaded rfc6979 v0.4.0
8882026-03-20T18:14:48.100Z Downloaded oso v0.27.3
8892026-03-20T18:14:48.100Z Downloaded progenitor-client v0.13.0
8902026-03-20T18:14:48.100Z Downloaded rustc_version v0.4.1
8912026-03-20T18:14:48.100Z Downloaded rand_core v0.6.4
8922026-03-20T18:14:48.100Z Downloaded postgres-types v0.2.12
8932026-03-20T18:14:48.152Z Downloaded polyval v0.6.2
8942026-03-20T18:14:48.153Z Downloaded rustc_version v0.1.7
8952026-03-20T18:14:48.153Z Downloaded miniz_oxide v0.8.9
8962026-03-20T18:14:48.153Z Downloaded pkcs5 v0.7.1
8972026-03-20T18:14:48.153Z Downloaded parking_lot v0.12.5
8982026-03-20T18:14:48.153Z Downloaded salsa20 v0.10.2
8992026-03-20T18:14:48.153Z Downloaded recursive v0.1.1
9002026-03-20T18:14:48.153Z Downloaded ref-cast v1.0.25
9012026-03-20T18:14:48.153Z Downloaded r2d2 v0.8.10
9022026-03-20T18:14:48.153Z Downloaded progenitor v0.13.0
9032026-03-20T18:14:48.154Z Downloaded scheduled-thread-pool v0.2.7
9042026-03-20T18:14:48.154Z Downloaded rand_seeder v0.4.0
9052026-03-20T18:14:48.154Z Downloaded cc v1.2.56
9062026-03-20T18:14:48.182Z Downloaded sapling-renderdag v0.1.0
9072026-03-20T18:14:48.183Z Downloaded same-file v1.0.6
9082026-03-20T18:14:48.183Z Downloaded progenitor v0.10.0
9092026-03-20T18:14:48.183Z Downloaded papergrid v0.17.0
9102026-03-20T18:14:48.183Z Downloaded postcard v1.1.3
9112026-03-20T18:14:48.183Z Downloaded scrypt v0.11.0
9122026-03-20T18:14:48.183Z Downloaded proc-macro-error2 v2.0.1
9132026-03-20T18:14:48.183Z Downloaded serde-big-array v0.5.1
9142026-03-20T18:14:48.183Z Downloaded scroll_derive v0.13.1
9152026-03-20T18:14:48.183Z Downloaded seq-macro v0.3.6
9162026-03-20T18:14:48.183Z Downloaded scopeguard v1.2.0
9172026-03-20T18:14:48.183Z Downloaded dropshot-api-manager v0.6.0
9182026-03-20T18:14:48.183Z Downloaded rand_chacha v0.9.0
9192026-03-20T18:14:48.183Z Downloaded expectorate v1.2.0
9202026-03-20T18:14:48.184Z Downloaded rand_core v0.9.5
9212026-03-20T18:14:48.184Z Downloaded pkg-config v0.3.32
9222026-03-20T18:14:48.184Z Downloaded secrecy v0.10.3
9232026-03-20T18:14:48.184Z Downloaded secrecy v0.8.0
9242026-03-20T18:14:48.184Z Downloaded resolv-conf v0.7.6
9252026-03-20T18:14:48.184Z Downloaded litrs v1.0.0
9262026-03-20T18:14:48.184Z Downloaded heapless v0.8.0
9272026-03-20T18:14:48.184Z Downloaded serde_spanned v1.0.4
9282026-03-20T18:14:48.184Z Downloaded quinn-udp v0.5.14
9292026-03-20T18:14:48.184Z Downloaded ed25519-dalek v2.2.0
9302026-03-20T18:14:48.209Z Downloaded rustls-pemfile v1.0.4
9312026-03-20T18:14:48.210Z Downloaded russh-cryptovec v0.7.3
9322026-03-20T18:14:48.210Z Downloaded rustls-pemfile v2.2.0
9332026-03-20T18:14:48.210Z Downloaded pin-project v1.1.11
9342026-03-20T18:14:48.210Z Downloaded serde_urlencoded v0.7.1
9352026-03-20T18:14:48.210Z Downloaded rustversion v1.0.22
9362026-03-20T18:14:48.210Z Downloaded shell-words v1.1.1
9372026-03-20T18:14:48.210Z Downloaded serde_repr v0.1.20
9382026-03-20T18:14:48.210Z Downloaded sigpipe v0.1.3
9392026-03-20T18:14:48.210Z Downloaded signature v2.2.0
9402026-03-20T18:14:48.210Z Downloaded signal-hook-mio v0.2.5
9412026-03-20T18:14:48.210Z Downloaded hashbrown v0.12.3
9422026-03-20T18:14:48.210Z Downloaded signal-hook-tokio v0.3.1
9432026-03-20T18:14:48.210Z Downloaded jiff-static v0.2.21
9442026-03-20T18:14:48.210Z Downloaded rusty-fork v0.3.1
9452026-03-20T18:14:48.210Z Downloaded serde_plain v1.0.2
9462026-03-20T18:14:48.210Z Downloaded serde_bytes v0.11.19
9472026-03-20T18:14:48.210Z Downloaded http v1.4.0
9482026-03-20T18:14:48.210Z Downloaded scroll v0.13.0
9492026-03-20T18:14:48.211Z Downloaded semver v0.1.20
9502026-03-20T18:14:48.244Z Downloaded rand_core v0.10.0
9512026-03-20T18:14:48.244Z Downloaded rustls-native-certs v0.8.3
9522026-03-20T18:14:48.244Z Downloaded siphasher v1.0.2
9532026-03-20T18:14:48.244Z Downloaded flate2 v1.1.9
9542026-03-20T18:14:48.278Z Downloaded sct v0.7.1
9552026-03-20T18:14:48.278Z Downloaded hickory-resolver v0.25.2
9562026-03-20T18:14:48.278Z Downloaded slog-envlogger v2.2.0
9572026-03-20T18:14:48.278Z Downloaded der v0.7.10
9582026-03-20T18:14:48.278Z Downloaded phf_shared v0.12.1
9592026-03-20T18:14:48.278Z Downloaded phf v0.13.1
9602026-03-20T18:14:48.278Z Downloaded serde_path_to_error v0.1.20
9612026-03-20T18:14:48.278Z Downloaded serde_derive_internals v0.29.1
9622026-03-20T18:14:48.278Z Downloaded russh-keys v0.45.0
9632026-03-20T18:14:48.278Z Downloaded sqlparser_derive v0.5.0
9642026-03-20T18:14:48.278Z Downloaded hickory-server v0.25.2
9652026-03-20T18:14:48.278Z Downloaded sec1 v0.7.3
9662026-03-20T18:14:48.278Z Downloaded progenitor-impl v0.13.0
9672026-03-20T18:14:48.278Z Downloaded openssl-sys v0.9.111
9682026-03-20T18:14:48.293Z Downloaded ssh-cipher v0.2.0
9692026-03-20T18:14:48.293Z Downloaded rustls-pki-types v1.14.0
9702026-03-20T18:14:48.293Z Downloaded structmeta v0.3.0
9712026-03-20T18:14:48.293Z Downloaded strum v0.26.3
9722026-03-20T18:14:48.293Z Downloaded strip-ansi-escapes v0.2.1
9732026-03-20T18:14:48.293Z Downloaded progenitor-impl v0.11.2
9742026-03-20T18:14:48.293Z Downloaded crossterm v0.29.0
9752026-03-20T18:14:48.293Z Downloaded prefix-trie v0.7.0
9762026-03-20T18:14:48.293Z Downloaded p256 v0.13.2
9772026-03-20T18:14:48.293Z Downloaded strum v0.27.2
9782026-03-20T18:14:48.293Z Downloaded ssh-encoding v0.2.0
9792026-03-20T18:14:48.293Z Downloaded simd-adler32 v0.3.8
9802026-03-20T18:14:48.293Z Downloaded signal-hook-registry v1.4.8
9812026-03-20T18:14:48.293Z Downloaded sha1 v0.10.6
9822026-03-20T18:14:48.293Z Downloaded structmeta-derive v0.3.0
9832026-03-20T18:14:48.293Z Downloaded rcgen v0.12.1
9842026-03-20T18:14:48.293Z Downloaded shlex v1.3.0
9852026-03-20T18:14:48.293Z Downloaded slab v0.4.12
9862026-03-20T18:14:48.443Z Downloaded snafu-derive v0.8.9
9872026-03-20T18:14:48.443Z Downloaded subtle v2.6.1
9882026-03-20T18:14:48.443Z Downloaded hickory-resolver v0.24.4
9892026-03-20T18:14:48.443Z Downloaded sync-ptr v0.1.4
9902026-03-20T18:14:48.443Z Downloaded tabled_derive v0.11.0
9912026-03-20T18:14:48.443Z Downloaded smallvec v0.6.14
9922026-03-20T18:14:48.443Z Downloaded slog-stdlog v4.1.1
9932026-03-20T18:14:48.443Z Downloaded supports-color v3.0.2
9942026-03-20T18:14:48.443Z Downloaded hashbrown v0.13.2
9952026-03-20T18:14:48.552Z Downloaded slog-scope v4.4.1
9962026-03-20T18:14:48.552Z Downloaded slog-bunyan v2.5.0
9972026-03-20T18:14:48.553Z Downloaded slog-async v2.8.0
9982026-03-20T18:14:48.553Z Downloaded schemars_derive v0.8.22
9992026-03-20T18:14:48.553Z Downloaded tabwriter v1.4.1
10002026-03-20T18:14:48.553Z Downloaded serde-hex v0.1.0
10012026-03-20T18:14:48.553Z Downloaded pretty_assertions v1.4.1
10022026-03-20T18:14:48.553Z Downloaded testing_table v0.3.0
10032026-03-20T18:14:48.553Z Downloaded phf v0.12.1
10042026-03-20T18:14:48.553Z Downloaded static_assertions v1.1.0
10052026-03-20T18:14:48.553Z Downloaded take_mut v0.2.2
10062026-03-20T18:14:48.553Z Downloaded sync_wrapper v1.0.2
10072026-03-20T18:14:48.553Z Downloaded tagptr v0.2.0
10082026-03-20T18:14:48.553Z Downloaded termtree v0.5.1
10092026-03-20T18:14:48.553Z Downloaded hyper-util v0.1.20
10102026-03-20T18:14:48.553Z Downloaded spki v0.7.3
10112026-03-20T18:14:48.553Z Downloaded slog-dtrace v0.3.0
10122026-03-20T18:14:48.554Z Downloaded prettyplease v0.2.37
10132026-03-20T18:14:48.554Z Downloaded minimal-lexical v0.2.1
10142026-03-20T18:14:48.554Z Downloaded mio v1.1.1
10152026-03-20T18:14:48.554Z Downloaded tap v1.0.1
10162026-03-20T18:14:48.554Z Downloaded thread-id v5.1.0
10172026-03-20T18:14:48.554Z Downloaded strum_macros v0.26.4
10182026-03-20T18:14:48.554Z Downloaded time-core v0.1.8
10192026-03-20T18:14:48.554Z Downloaded thiserror-impl-no-std v2.0.2
10202026-03-20T18:14:48.554Z Downloaded tinyvec_macros v0.1.1
10212026-03-20T18:14:48.554Z Downloaded sqlformat v0.3.5
10222026-03-20T18:14:48.554Z Downloaded progenitor-impl v0.10.0
10232026-03-20T18:14:48.554Z Downloaded support-bundle-viewer v0.1.2
10242026-03-20T18:14:48.554Z Downloaded rayon-core v1.13.0
10252026-03-20T18:14:48.554Z Downloaded libxml v0.3.3
10262026-03-20T18:14:48.555Z Downloaded stacker v0.1.23
10272026-03-20T18:14:48.555Z Downloaded serde_cbor v0.11.2
10282026-03-20T18:14:48.555Z Downloaded ron v0.8.1
10292026-03-20T18:14:48.555Z Downloaded publicsuffix v2.3.0
10302026-03-20T18:14:48.555Z Downloaded nom v7.1.3
10312026-03-20T18:14:48.555Z Downloaded strum_macros v0.24.3
10322026-03-20T18:14:48.555Z Downloaded stringprep v0.1.5
10332026-03-20T18:14:48.555Z Downloaded string_cache v0.8.9
10342026-03-20T18:14:48.555Z Downloaded serde_with_macros v3.17.0
10352026-03-20T18:14:48.555Z Downloaded smf v0.2.3
10362026-03-20T18:14:48.555Z Downloaded slog-term v2.9.2
10372026-03-20T18:14:48.555Z Downloaded slog-json v2.6.1
10382026-03-20T18:14:48.555Z Downloaded num-complex v0.4.6
10392026-03-20T18:14:48.556Z Downloaded iri-string v0.7.10
10402026-03-20T18:14:48.556Z Downloaded thread_local v1.1.9
10412026-03-20T18:14:48.556Z Downloaded thiserror-no-std v2.0.2
10422026-03-20T18:14:48.556Z Downloaded try-lock v0.2.5
10432026-03-20T18:14:48.556Z Downloaded trait-variant v0.1.2
10442026-03-20T18:14:48.556Z Downloaded tower-layer v0.3.3
10452026-03-20T18:14:48.556Z Downloaded itertools v0.12.1
10462026-03-20T18:14:48.556Z Downloaded schemars v0.8.22
10472026-03-20T18:14:48.556Z Downloaded tower-service v0.3.3
10482026-03-20T18:14:48.556Z Downloaded topological-sort v0.2.2
10492026-03-20T18:14:48.556Z Downloaded strum_macros v0.27.2
10502026-03-20T18:14:48.556Z Downloaded signal-hook v0.3.18
10512026-03-20T18:14:48.556Z Downloaded unarray v0.1.4
10522026-03-20T18:14:48.556Z Downloaded typify-macro v0.4.3
10532026-03-20T18:14:48.556Z Downloaded ryu v1.0.23
10542026-03-20T18:14:48.556Z Downloaded rustls-platform-verifier v0.6.2
10552026-03-20T18:14:48.556Z Downloaded parking_lot_core v0.8.6
10562026-03-20T18:14:48.556Z Downloaded derive_more-impl v2.1.1
10572026-03-20T18:14:48.556Z Downloaded tokio-native-tls v0.3.1
10582026-03-20T18:14:48.556Z Downloaded tokio-macros v2.6.0
10592026-03-20T18:14:48.557Z Downloaded tokio-dtrace v0.1.1
10602026-03-20T18:14:48.557Z Downloaded quinn v0.11.9
10612026-03-20T18:14:48.557Z Downloaded term v0.7.0
10622026-03-20T18:14:48.557Z Downloaded num-bigint v0.4.6
10632026-03-20T18:14:48.623Z Downloaded serde_yaml v0.9.34+deprecated
10642026-03-20T18:14:48.623Z Downloaded typify-macro v0.6.1
10652026-03-20T18:14:48.623Z Downloaded rsa v0.9.10
10662026-03-20T18:14:48.623Z Downloaded socket2 v0.5.10
10672026-03-20T18:14:48.623Z Downloaded untrusted v0.9.0
10682026-03-20T18:14:48.623Z Downloaded untrusted v0.7.1
10692026-03-20T18:14:48.623Z Downloaded unit-prefix v0.5.2
10702026-03-20T18:14:48.623Z Downloaded utf-8 v0.7.6
10712026-03-20T18:14:48.624Z Downloaded termios v0.3.3
10722026-03-20T18:14:48.624Z Downloaded itertools v0.10.5
10732026-03-20T18:14:48.624Z Downloaded tls_codec v0.4.2
10742026-03-20T18:14:48.624Z Downloaded futures-util v0.3.32
10752026-03-20T18:14:48.624Z Downloaded void v1.0.2
10762026-03-20T18:14:48.624Z Downloaded toml_writer v1.0.6+spec-1.1.0
10772026-03-20T18:14:48.624Z Downloaded rand v0.8.5
10782026-03-20T18:14:48.624Z Downloaded usdt-macro v0.6.0
10792026-03-20T18:14:48.625Z Downloaded usdt v0.6.0
10802026-03-20T18:14:48.625Z Downloaded tokio-rustls v0.25.0
10812026-03-20T18:14:48.625Z Downloaded similar v2.7.0
10822026-03-20T18:14:48.625Z Downloaded tui-tree-widget v0.23.1
10832026-03-20T18:14:48.625Z Downloaded slog v2.8.2
10842026-03-20T18:14:48.625Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10852026-03-20T18:14:48.625Z Downloaded tokio-tungstenite v0.21.0
10862026-03-20T18:14:48.625Z Downloaded samael v0.0.19
10872026-03-20T18:14:48.625Z Downloaded rustls-webpki v0.103.9
10882026-03-20T18:14:48.625Z Downloaded wait-timeout v0.2.1
10892026-03-20T18:14:48.625Z Downloaded itertools v0.14.0
10902026-03-20T18:14:48.625Z Downloaded waitgroup v0.1.2
10912026-03-20T18:14:48.625Z Downloaded unicase v2.9.0
10922026-03-20T18:14:48.625Z Downloaded tokio-rustls v0.26.4
10932026-03-20T18:14:48.626Z Downloaded xshell-macros v0.2.7
10942026-03-20T18:14:48.626Z Downloaded tokio-rustls v0.24.1
10952026-03-20T18:14:48.626Z Downloaded usdt-attr-macro v0.6.0
10962026-03-20T18:14:48.626Z Downloaded unicode-truncate v1.1.0
10972026-03-20T18:14:48.626Z Downloaded term v1.2.1
10982026-03-20T18:14:48.626Z Downloaded want v0.3.1
10992026-03-20T18:14:48.626Z Downloaded qorb v0.4.1
11002026-03-20T18:14:48.626Z Downloaded russh v0.45.0
11012026-03-20T18:14:48.626Z Downloaded tiny-keccak v2.0.2
11022026-03-20T18:14:48.626Z Downloaded zeroize_derive v1.4.3
11032026-03-20T18:14:48.626Z Downloaded h2 v0.4.13
11042026-03-20T18:14:48.626Z Downloaded socket2 v0.6.2
11052026-03-20T18:14:48.626Z Downloaded time-macros v0.2.27
11062026-03-20T18:14:48.626Z Downloaded iddqd v0.3.17
11072026-03-20T18:14:48.626Z Downloaded vsss-rs v3.3.4
11082026-03-20T18:14:48.627Z Downloaded zone v0.3.1
11092026-03-20T18:14:48.627Z Downloaded vergen-lib v0.1.6
11102026-03-20T18:14:48.627Z Downloaded vergen-gitcl v1.0.8
11112026-03-20T18:14:48.627Z Downloaded universal-hash v0.5.1
11122026-03-20T18:14:48.627Z Downloaded toml_parser v1.0.9+spec-1.1.0
11132026-03-20T18:14:48.627Z Downloaded spin v0.9.8
11142026-03-20T18:14:48.627Z Downloaded tls_codec_derive v0.4.2
11152026-03-20T18:14:48.666Z Downloaded const_format v0.2.35
11162026-03-20T18:14:48.666Z Downloaded tinyvec v1.10.0
11172026-03-20T18:14:48.666Z Downloaded tracing-attributes v0.1.31
11182026-03-20T18:14:48.666Z Downloaded twox-hash v2.1.2
11192026-03-20T18:14:48.666Z Downloaded rand v0.10.0
11202026-03-20T18:14:48.666Z Downloaded zone_cfg_derive v0.3.1
11212026-03-20T18:14:48.666Z Downloaded subprocess v0.2.15
11222026-03-20T18:14:48.666Z Downloaded itertools v0.13.0
11232026-03-20T18:14:48.666Z Downloaded tokio-tungstenite v0.23.1
11242026-03-20T18:14:48.666Z Downloaded tokio-stream v0.1.18
11252026-03-20T18:14:48.666Z Downloaded vergen-git2 v1.0.7
11262026-03-20T18:14:48.666Z Downloaded uzers v0.12.2
11272026-03-20T18:14:48.667Z Downloaded xz2 v0.1.7
11282026-03-20T18:14:48.667Z Downloaded walkdir v2.5.0
11292026-03-20T18:14:48.667Z Downloaded schemars v0.9.0
11302026-03-20T18:14:48.667Z Downloaded toml v0.7.8
11312026-03-20T18:14:48.667Z Downloaded whoami v1.6.1
11322026-03-20T18:14:48.667Z Downloaded toml v0.9.12+spec-1.1.0
11332026-03-20T18:14:48.667Z Downloaded xshell v0.2.7
11342026-03-20T18:14:48.667Z Downloaded zstd-safe v7.2.4
11352026-03-20T18:14:48.667Z Downloaded whoami v2.1.0
11362026-03-20T18:14:48.667Z Downloaded test-strategy v0.4.5
11372026-03-20T18:14:48.667Z Downloaded p521 v0.13.3
11382026-03-20T18:14:48.667Z Downloaded zstd v0.13.3
11392026-03-20T18:14:48.667Z Downloaded blake3 v1.8.3
11402026-03-20T18:14:48.697Z Downloaded wyz v0.5.1
11412026-03-20T18:14:48.697Z Downloaded bindgen v0.71.1
11422026-03-20T18:14:48.697Z Downloaded typify v0.6.1
11432026-03-20T18:14:48.697Z Downloaded num-bigint-dig v0.8.6
11442026-03-20T18:14:48.697Z Downloaded typify v0.4.3
11452026-03-20T18:14:48.697Z Downloaded tungstenite v0.23.0
11462026-03-20T18:14:48.697Z Downloaded hyper v1.8.1
11472026-03-20T18:14:48.697Z Downloaded ron v0.12.0
11482026-03-20T18:14:48.698Z Downloaded zeroize v1.8.2
11492026-03-20T18:14:48.698Z Downloaded vergen v9.0.6
11502026-03-20T18:14:48.698Z Downloaded usdt-impl v0.6.0
11512026-03-20T18:14:48.698Z Downloaded toml_edit v0.23.10+spec-1.0.0
11522026-03-20T18:14:48.735Z Downloaded steno v0.4.1
11532026-03-20T18:14:48.735Z Downloaded tracing-core v0.1.36
11542026-03-20T18:14:48.735Z Downloaded tungstenite v0.21.0
11552026-03-20T18:14:48.735Z Downloaded xattr v1.6.1
11562026-03-20T18:14:48.735Z Downloaded reedline v0.40.0
11572026-03-20T18:14:48.735Z Downloaded yasna v0.5.2
11582026-03-20T18:14:48.735Z Downloaded unicode-bidi v0.3.18
11592026-03-20T18:14:48.735Z Downloaded tokio-postgres v0.7.16
11602026-03-20T18:14:48.735Z Downloaded unicode-properties v0.1.4
11612026-03-20T18:14:48.735Z Downloaded bitvec v1.0.1
11622026-03-20T18:14:48.762Z Downloaded zerocopy v0.6.6
11632026-03-20T18:14:48.762Z Downloaded git2 v0.20.4
11642026-03-20T18:14:48.762Z Downloaded uuid v1.21.0
11652026-03-20T18:14:48.762Z Downloaded rand v0.9.2
11662026-03-20T18:14:48.762Z Downloaded vte v0.14.1
11672026-03-20T18:14:48.762Z Downloaded hkdf v0.12.4
11682026-03-20T18:14:48.762Z Downloaded aws-lc-rs v1.16.0
11692026-03-20T18:14:48.762Z Downloaded schemars v1.2.1
11702026-03-20T18:14:48.777Z Downloaded yansi v1.0.1
11712026-03-20T18:14:48.777Z Downloaded rpassword v7.4.0
11722026-03-20T18:14:48.777Z Downloaded unicode_categories v0.1.1
11732026-03-20T18:14:48.777Z Downloaded zip v0.6.6
11742026-03-20T18:14:48.777Z Downloaded unsafe-libyaml v0.2.11
11752026-03-20T18:14:48.777Z Downloaded rayon v1.11.0
11762026-03-20T18:14:48.777Z Downloaded lalrpop v0.19.12
11772026-03-20T18:14:48.799Z Downloaded zopfli v0.8.3
11782026-03-20T18:14:48.799Z Downloaded toml_edit v0.19.15
11792026-03-20T18:14:48.834Z Downloaded reqwest v0.13.2
11802026-03-20T18:14:48.834Z Downloaded regex v1.12.3
11812026-03-20T18:14:48.835Z Downloaded chrono v0.4.44
11822026-03-20T18:14:48.856Z Downloaded reqwest v0.12.28
11832026-03-20T18:14:48.856Z Downloaded x509-cert v0.2.5
11842026-03-20T18:14:48.857Z Downloaded ssh-key v0.6.7
11852026-03-20T18:14:48.857Z Downloaded rustyline v14.0.0
11862026-03-20T18:14:48.857Z Downloaded libm v0.2.16
11872026-03-20T18:14:48.857Z Downloaded tower v0.5.3
11882026-03-20T18:14:48.857Z Downloaded tar v0.4.44
11892026-03-20T18:14:48.857Z Downloaded p384 v0.13.1
11902026-03-20T18:14:48.893Z Downloaded moka v0.12.13
11912026-03-20T18:14:48.893Z Downloaded unicode-segmentation v1.12.0
11922026-03-20T18:14:48.893Z Downloaded snafu v0.8.9
11932026-03-20T18:14:48.893Z Downloaded zip v4.6.1
11942026-03-20T18:14:48.893Z Downloaded rustls-webpki v0.102.8
11952026-03-20T18:14:48.945Z Downloaded tokio-util v0.7.18
11962026-03-20T18:14:48.945Z Downloaded object v0.30.4
11972026-03-20T18:14:48.945Z Downloaded typed-path v0.9.3
11982026-03-20T18:14:48.945Z Downloaded rustls-webpki v0.101.7
11992026-03-20T18:14:48.953Z Downloaded zerocopy-derive v0.8.40
12002026-03-20T18:14:48.953Z Downloaded salty v0.3.0
12012026-03-20T18:14:48.953Z Downloaded portable-atomic v1.13.1
12022026-03-20T18:14:48.953Z Downloaded winnow v0.6.26
12032026-03-20T18:14:48.953Z Downloaded winnow v0.5.40
12042026-03-20T18:14:48.953Z Downloaded unicode-normalization v0.1.25
12052026-03-20T18:14:48.953Z Downloaded bstr v1.12.1
12062026-03-20T18:14:48.953Z Downloaded polar-core v0.27.3
12072026-03-20T18:14:48.964Z Downloaded nix v0.28.0
12082026-03-20T18:14:48.975Z Downloaded tower-http v0.6.8
12092026-03-20T18:14:48.996Z Downloaded time v0.3.47
12102026-03-20T18:14:48.996Z Downloaded goblin v0.10.5
12112026-03-20T18:14:49.010Z Downloaded serde_with v3.17.0
12122026-03-20T18:14:49.011Z Downloaded zlib-rs v0.6.2
12132026-03-20T18:14:49.011Z Downloaded object v0.37.3
12142026-03-20T18:14:49.040Z Downloaded petname v2.0.2
12152026-03-20T18:14:49.040Z Downloaded quick-xml v0.37.5
12162026-03-20T18:14:49.082Z Downloaded proptest v1.10.0
12172026-03-20T18:14:49.082Z Downloaded tough v0.20.0
12182026-03-20T18:14:49.082Z Downloaded tabled v0.20.0
12192026-03-20T18:14:49.082Z Downloaded rustls v0.22.4
12202026-03-20T18:14:49.100Z Downloaded quinn-proto v0.11.13
12212026-03-20T18:14:49.100Z Downloaded regex-syntax v0.8.10
12222026-03-20T18:14:49.100Z Downloaded curve25519-dalek v4.1.3
12232026-03-20T18:14:49.100Z Downloaded openapiv3 v2.2.0
12242026-03-20T18:14:49.100Z Downloaded smoltcp v0.11.0
12252026-03-20T18:14:49.101Z Downloaded rustls v0.23.37
12262026-03-20T18:14:49.117Z Downloaded nix v0.27.1
12272026-03-20T18:14:49.129Z Downloaded radix_trie v0.2.1
12282026-03-20T18:14:49.129Z Downloaded hashbrown v0.15.5
12292026-03-20T18:14:49.129Z Downloaded predicates-core v1.0.10
12302026-03-20T18:14:49.129Z Downloaded precomputed-hash v0.1.1
12312026-03-20T18:14:49.129Z Downloaded chacha20poly1305 v0.10.1
12322026-03-20T18:14:49.129Z Downloaded crossterm v0.28.1
12332026-03-20T18:14:49.160Z Downloaded lru-cache v0.1.2
12342026-03-20T18:14:49.161Z Downloaded iana-time-zone v0.1.65
12352026-03-20T18:14:49.161Z Downloaded hyper-rustls v0.27.7
12362026-03-20T18:14:49.161Z Downloaded nanorand v0.7.0
12372026-03-20T18:14:49.161Z Downloaded hickory-client v0.25.2
12382026-03-20T18:14:49.161Z Downloaded compact_str v0.8.1
12392026-03-20T18:14:49.161Z Downloaded openssl v0.10.75
12402026-03-20T18:14:49.177Z Downloaded rustls v0.21.12
12412026-03-20T18:14:49.177Z Downloaded diff v0.1.13
12422026-03-20T18:14:49.177Z Downloaded derive_more v0.99.20
12432026-03-20T18:14:49.177Z Downloaded dropshot v0.16.7
12442026-03-20T18:14:49.191Z Downloaded getrandom v0.2.17
12452026-03-20T18:14:49.191Z Downloaded bzip2-sys v0.1.13+1.0.8
12462026-03-20T18:14:49.202Z Downloaded darling v0.21.3
12472026-03-20T18:14:49.202Z Downloaded crc-any v2.5.0
12482026-03-20T18:14:49.202Z Downloaded typify-impl v0.6.1
12492026-03-20T18:14:49.221Z Downloaded typify-impl v0.4.3
12502026-03-20T18:14:49.256Z Downloaded webpki-roots v1.0.6
12512026-03-20T18:14:49.256Z Downloaded hickory-proto v0.24.4
12522026-03-20T18:14:49.270Z Downloaded tracing v0.1.44
12532026-03-20T18:14:49.270Z Downloaded zerocopy v0.8.40
12542026-03-20T18:14:49.270Z Downloaded vcpkg v0.2.15
12552026-03-20T18:14:49.291Z Downloaded ratatui v0.29.0
12562026-03-20T18:14:49.301Z Downloaded regress v0.10.5
12572026-03-20T18:14:49.317Z Downloaded rustix v0.38.44
12582026-03-20T18:14:49.331Z Downloaded hickory-proto v0.25.2
12592026-03-20T18:14:49.373Z Downloaded diesel v2.3.7
12602026-03-20T18:14:49.392Z Downloaded nix v0.31.1
12612026-03-20T18:14:49.392Z Downloaded petgraph v0.6.5
12622026-03-20T18:14:49.393Z Downloaded chrono-tz v0.10.4
12632026-03-20T18:14:49.421Z Downloaded sqlparser v0.61.0
12642026-03-20T18:14:49.421Z Downloaded smoltcp v0.9.1
12652026-03-20T18:14:49.435Z Downloaded regex-syntax v0.6.29
12662026-03-20T18:14:49.435Z Downloaded sled v0.34.7
12672026-03-20T18:14:49.465Z Downloaded petgraph v0.8.3
12682026-03-20T18:14:49.484Z Downloaded nix v0.29.0
12692026-03-20T18:14:49.484Z Downloaded libz-sys v1.1.24
12702026-03-20T18:14:49.499Z Downloaded foldhash v0.2.0
12712026-03-20T18:14:49.499Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-03-20T18:14:49.499Z Downloaded zerocopy-derive v0.6.6
12732026-03-20T18:14:49.510Z Downloaded ed25519 v2.2.3
12742026-03-20T18:14:49.511Z Downloaded tokio v1.49.0
12752026-03-20T18:14:49.553Z Downloaded backon v1.6.0
12762026-03-20T18:14:49.578Z Downloaded regex-automata v0.4.14
12772026-03-20T18:14:49.578Z Downloaded ahash v0.8.12
12782026-03-20T18:14:49.578Z Downloaded allocator-api2 v0.2.21
12792026-03-20T18:14:49.578Z Downloaded console v0.15.11
12802026-03-20T18:14:49.578Z Downloaded linked-hash-map v0.5.6
12812026-03-20T18:14:49.579Z Downloaded cancel-safe-futures v0.1.5
12822026-03-20T18:14:49.579Z Downloaded darling v0.23.0
12832026-03-20T18:14:49.579Z Downloaded bytes v1.11.1
12842026-03-20T18:14:49.579Z Downloaded async-bb8-diesel v0.2.1
12852026-03-20T18:14:49.579Z Downloaded hyper-tls v0.6.0
12862026-03-20T18:14:49.579Z Downloaded hubpack_derive v0.1.1
12872026-03-20T18:14:49.579Z Downloaded home v0.5.12
12882026-03-20T18:14:49.579Z Downloaded hash32 v0.2.1
12892026-03-20T18:14:49.579Z Downloaded fixedbitset v0.5.7
12902026-03-20T18:14:49.579Z Downloaded deranged v0.5.8
12912026-03-20T18:14:49.579Z Downloaded darling v0.20.11
12922026-03-20T18:14:49.604Z Downloaded crc32fast v1.5.0
12932026-03-20T18:14:49.604Z Downloaded jiff v0.2.21
12942026-03-20T18:14:49.605Z Downloaded chacha20 v0.10.0
12952026-03-20T18:14:49.605Z Downloaded bzip2 v0.4.4
12962026-03-20T18:14:49.605Z Downloaded lzma-sys v0.1.20
12972026-03-20T18:14:49.726Z Downloaded futures-task v0.3.32
12982026-03-20T18:14:49.727Z Downloaded cassowary v0.3.0
12992026-03-20T18:14:49.727Z Downloaded async-trait v0.1.89
13002026-03-20T18:14:49.727Z Downloaded hostname v0.4.2
13012026-03-20T18:14:49.727Z Downloaded hex-literal v0.4.1
13022026-03-20T18:14:49.727Z Downloaded headers-core v0.3.0
13032026-03-20T18:14:49.727Z Downloaded colored v3.1.1
13042026-03-20T18:14:49.727Z Downloaded buf-list v1.1.2
13052026-03-20T18:14:49.727Z Downloaded argon2 v0.5.3
13062026-03-20T18:14:49.742Z Downloaded camino-tempfile-ext v0.3.3
13072026-03-20T18:14:49.742Z Downloaded csv v1.4.0
13082026-03-20T18:14:49.742Z Downloaded arrayvec v0.7.6
13092026-03-20T18:14:49.742Z Downloaded bit-vec v0.8.0
13102026-03-20T18:14:49.742Z Downloaded float-cmp v0.10.0
13112026-03-20T18:14:49.742Z Downloaded sha3 v0.10.8
13122026-03-20T18:14:49.743Z Downloaded dirs-sys-next v0.1.2
13132026-03-20T18:14:49.743Z Downloaded block-padding v0.3.3
13142026-03-20T18:14:49.743Z Downloaded encoding_rs v0.8.35
13152026-03-20T18:14:49.769Z Downloaded ring v0.17.14
13162026-03-20T18:14:49.811Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-20T18:14:50.206Z Downloaded aws-lc-sys v0.37.1
13182026-03-20T18:14:50.504Z Compiling libc v0.2.180
13192026-03-20T18:14:50.508Z Compiling serde v1.0.228
13202026-03-20T18:14:50.508Z Compiling log v0.4.29
13212026-03-20T18:14:50.508Z Compiling find-msvc-tools v0.1.9
13222026-03-20T18:14:50.508Z Compiling shlex v1.3.0
13232026-03-20T18:14:50.508Z Compiling smallvec v1.15.1
13242026-03-20T18:14:50.508Z Compiling typenum v1.19.0
13252026-03-20T18:14:50.508Z Compiling subtle v2.6.1
13262026-03-20T18:14:50.508Z Compiling generic-array v0.14.7
13272026-03-20T18:14:50.508Z Compiling scopeguard v1.2.0
13282026-03-20T18:14:50.508Z Compiling portable-atomic v1.13.1
13292026-03-20T18:14:50.758Z Compiling const-oid v0.9.6
13302026-03-20T18:14:53.725Z Compiling critical-section v1.2.0
13312026-03-20T18:14:53.912Z Compiling syn v2.0.117
13322026-03-20T18:14:53.912Z Compiling zerocopy v0.8.40
13332026-03-20T18:14:53.912Z Compiling pin-project-lite v0.2.17
13342026-03-20T18:14:53.912Z Compiling lock_api v0.4.14
13352026-03-20T18:14:53.912Z Compiling serde_json v1.0.149
13362026-03-20T18:14:53.912Z Compiling parking_lot_core v0.9.12
13372026-03-20T18:14:53.912Z Compiling pkg-config v0.3.32
13382026-03-20T18:14:53.912Z Compiling bitflags v2.11.0
13392026-03-20T18:14:53.912Z Compiling libm v0.2.16
13402026-03-20T18:14:53.912Z Compiling num-traits v0.2.19
13412026-03-20T18:14:53.912Z Compiling futures-core v0.3.32
13422026-03-20T18:14:53.912Z Compiling percent-encoding v2.3.2
13432026-03-20T18:14:53.912Z Compiling allocator-api2 v0.2.21
13442026-03-20T18:14:53.912Z Compiling futures-sink v0.3.32
13452026-03-20T18:14:53.912Z Compiling cpufeatures v0.2.17
13462026-03-20T18:14:53.912Z Compiling foldhash v0.2.0
13472026-03-20T18:14:53.912Z Compiling futures-channel v0.3.32
13482026-03-20T18:14:53.912Z Compiling futures-task v0.3.32
13492026-03-20T18:14:53.912Z Compiling slab v0.4.12
13502026-03-20T18:14:53.912Z Compiling futures-io v0.3.32
13512026-03-20T18:14:53.912Z Compiling getrandom v0.4.1
13522026-03-20T18:14:53.912Z Compiling hashbrown v0.16.1
13532026-03-20T18:14:53.912Z Compiling rustversion v1.0.22
13542026-03-20T18:14:53.912Z Compiling rand_core v0.10.0
13552026-03-20T18:14:53.912Z Compiling getrandom v0.3.4
13562026-03-20T18:14:53.912Z Compiling form_urlencoded v1.2.2
13572026-03-20T18:14:53.912Z Compiling dunce v1.0.5
13582026-03-20T18:14:53.912Z Compiling base64ct v1.8.3
13592026-03-20T18:14:53.912Z Compiling fs_extra v1.3.0
13602026-03-20T18:14:53.912Z Compiling ident_case v1.0.1
13612026-03-20T18:14:53.912Z Compiling getrandom v0.2.17
13622026-03-20T18:14:53.912Z Compiling jobserver v0.1.34
13632026-03-20T18:14:53.912Z Compiling errno v0.3.14
13642026-03-20T18:14:53.912Z Compiling mio v1.1.1
13652026-03-20T18:14:53.912Z Compiling socket2 v0.6.2
13662026-03-20T18:14:53.913Z Compiling rand_core v0.6.4
13672026-03-20T18:14:53.913Z Compiling signal-hook-registry v1.4.8
13682026-03-20T18:14:53.913Z Compiling once_cell v1.21.3
13692026-03-20T18:14:53.913Z Compiling pem-rfc7468 v0.7.0
13702026-03-20T18:14:53.913Z Compiling cc v1.2.56
13712026-03-20T18:14:53.913Z Compiling parking_lot v0.12.5
13722026-03-20T18:14:53.913Z Compiling indexmap v2.13.0
13732026-03-20T18:14:53.913Z Compiling flagset v0.4.7
13742026-03-20T18:14:53.913Z Compiling rustix v1.1.3
13752026-03-20T18:14:53.913Z Compiling iana-time-zone v0.1.65
13762026-03-20T18:14:53.913Z Compiling uuid v1.21.0
13772026-03-20T18:14:53.913Z Compiling rustc_version v0.4.1
13782026-03-20T18:14:53.913Z Compiling aws-lc-rs v1.16.0
13792026-03-20T18:14:53.913Z Compiling vcpkg v0.2.15
13802026-03-20T18:14:53.913Z Compiling regex-syntax v0.8.10
13812026-03-20T18:14:53.913Z Compiling tracing-core v0.1.36
13822026-03-20T18:14:53.913Z Compiling crossbeam-utils v0.8.21
13832026-03-20T18:14:53.913Z Compiling rand_core v0.9.5
13842026-03-20T18:14:53.913Z Compiling schemars v0.8.22
13852026-03-20T18:14:53.913Z Compiling base64 v0.22.1
13862026-03-20T18:14:53.913Z Compiling untrusted v0.9.0
13872026-03-20T18:14:53.913Z Compiling untrusted v0.7.1
13882026-03-20T18:14:53.913Z Compiling httparse v1.10.1
13892026-03-20T18:14:53.913Z Compiling openssl-probe v0.2.1
13902026-03-20T18:14:53.913Z Compiling syn v1.0.109
13912026-03-20T18:14:53.913Z Compiling cmake v0.1.57
13922026-03-20T18:14:53.913Z Compiling tower-service v0.3.3
13932026-03-20T18:14:53.913Z Compiling dyn-clone v1.0.20
13942026-03-20T18:14:53.913Z Compiling tinyvec_macros v0.1.1
13952026-03-20T18:14:53.913Z Compiling rustls v0.23.37
13962026-03-20T18:14:53.913Z Compiling atomic-waker v1.1.2
13972026-03-20T18:14:53.913Z Compiling tower-layer v0.3.3
13982026-03-20T18:14:53.913Z Compiling try-lock v0.2.5
13992026-03-20T18:14:53.913Z Compiling tinyvec v1.10.0
14002026-03-20T18:14:53.913Z Compiling spin v0.9.8
14012026-03-20T18:14:53.997Z Compiling aho-corasick v1.1.4
14022026-03-20T18:14:53.997Z Compiling want v0.3.1
14032026-03-20T18:14:53.997Z Compiling pin-utils v0.1.0
14042026-03-20T18:14:53.997Z Compiling openssl v0.10.75
14052026-03-20T18:14:53.997Z Compiling time-core v0.1.8
14062026-03-20T18:14:53.997Z Compiling num-conv v0.2.0
14072026-03-20T18:14:54.048Z Compiling powerfmt v0.2.0
14082026-03-20T18:14:54.058Z Compiling crc32fast v1.5.0
14092026-03-20T18:14:54.073Z Compiling foreign-types-shared v0.1.1
14102026-03-20T18:14:54.073Z Compiling httpdate v1.0.3
14112026-03-20T18:14:54.096Z Compiling wait-timeout v0.2.1
14122026-03-20T18:14:54.125Z Compiling time-macros v0.2.27
14132026-03-20T18:14:54.191Z Compiling foreign-types v0.3.2
14142026-03-20T18:14:54.214Z Compiling usdt-impl v0.6.0
14152026-03-20T18:14:54.237Z Compiling deranged v0.5.8
14162026-03-20T18:14:54.268Z Compiling siphasher v1.0.2
14172026-03-20T18:14:54.293Z Compiling simd-adler32 v0.3.8
14182026-03-20T18:14:54.315Z Compiling num_threads v0.1.7
14192026-03-20T18:14:54.381Z Compiling native-tls v0.2.18
14202026-03-20T18:14:54.417Z Compiling bit-vec v0.8.0
14212026-03-20T18:14:54.487Z Compiling quick-error v1.2.3
14222026-03-20T18:14:54.523Z Compiling either v1.15.0
14232026-03-20T18:14:54.594Z Compiling unicode-normalization v0.1.25
14242026-03-20T18:14:54.622Z Compiling crossbeam-epoch v0.9.18
14252026-03-20T18:14:54.644Z Compiling rand_xorshift v0.4.0
14262026-03-20T18:14:54.683Z Compiling aws-lc-sys v0.37.1
14272026-03-20T18:14:54.706Z Compiling ring v0.17.14
14282026-03-20T18:14:54.707Z Compiling openssl-sys v0.9.111
14292026-03-20T18:14:54.773Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-03-20T18:14:54.847Z Compiling tempfile v3.25.0
14312026-03-20T18:14:54.847Z Compiling bit-set v0.8.0
14322026-03-20T18:14:54.875Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-03-20T18:14:55.065Z Compiling synstructure v0.13.2
14342026-03-20T18:14:55.090Z Compiling pest_generator v2.8.6
14352026-03-20T18:14:55.169Z Compiling serde_derive_internals v0.29.1
14362026-03-20T18:14:55.242Z Compiling darling_core v0.20.11
14372026-03-20T18:14:55.264Z Compiling regex-automata v0.4.14
14382026-03-20T18:14:55.346Z Compiling rusty-fork v0.3.1
14392026-03-20T18:14:55.730Z Compiling time v0.3.47
14402026-03-20T18:14:55.788Z Compiling darling_core v0.21.3
14412026-03-20T18:14:55.806Z Compiling slog v2.8.2
14422026-03-20T18:14:55.944Z Compiling heapless v0.7.17
14432026-03-20T18:14:56.063Z Compiling thread-id v5.1.0
14442026-03-20T18:14:56.103Z Compiling sync_wrapper v1.0.2
14452026-03-20T18:14:56.182Z Compiling cookie v0.18.1
14462026-03-20T18:14:56.245Z Compiling unicode-segmentation v1.12.0
14472026-03-20T18:14:56.268Z Compiling paste v1.0.15
14482026-03-20T18:14:56.293Z Compiling unicode-bidi v0.3.18
14492026-03-20T18:14:56.296Z Compiling unarray v0.1.4
14502026-03-20T18:14:56.338Z Compiling anyhow v1.0.102
14512026-03-20T18:14:56.439Z Compiling signal-hook v0.3.18
14522026-03-20T18:14:56.474Z Compiling adler2 v2.0.1
14532026-03-20T18:14:56.496Z Compiling rayon-core v1.13.0
14542026-03-20T18:14:56.642Z Compiling zstd-safe v7.2.4
14552026-03-20T18:14:56.665Z Compiling unicode-properties v0.1.4
14562026-03-20T18:14:56.792Z Compiling miniz_oxide v0.8.9
14572026-03-20T18:14:56.908Z Compiling stringprep v0.1.5
14582026-03-20T18:14:56.953Z Compiling crossbeam-deque v0.8.6
14592026-03-20T18:14:56.976Z Compiling num-integer v0.1.46
14602026-03-20T18:14:57.067Z Compiling vergen-lib v0.1.6
14612026-03-20T18:14:57.087Z Compiling curve25519-dalek v4.1.3
14622026-03-20T18:14:57.218Z Compiling ff v0.13.1
14632026-03-20T18:14:57.313Z Compiling hash32 v0.2.1
14642026-03-20T18:14:57.404Z Compiling memoffset v0.9.1
14652026-03-20T18:14:57.433Z Compiling smoltcp v0.9.1
14662026-03-20T18:14:57.528Z Compiling psl-types v2.0.11
14672026-03-20T18:14:57.552Z Compiling iri-string v0.7.10
14682026-03-20T18:14:57.576Z Compiling base16ct v0.2.0
14692026-03-20T18:14:57.656Z Compiling num-bigint-dig v0.8.6
14702026-03-20T18:14:57.677Z Compiling ref-cast v1.0.25
14712026-03-20T18:14:57.701Z Compiling serde_derive v1.0.228
14722026-03-20T18:14:57.704Z Compiling zeroize_derive v1.4.3
14732026-03-20T18:14:57.750Z Compiling zerofrom-derive v0.1.6
14742026-03-20T18:14:57.819Z Compiling yoke-derive v0.8.1
14752026-03-20T18:14:57.884Z Compiling zerocopy-derive v0.8.40
14762026-03-20T18:14:57.913Z Compiling zerovec-derive v0.11.2
14772026-03-20T18:14:57.993Z Compiling displaydoc v0.2.5
14782026-03-20T18:14:58.090Z Compiling tokio-macros v2.6.0
14792026-03-20T18:14:58.580Z Compiling zeroize v1.8.2
14802026-03-20T18:14:58.616Z Compiling futures-macro v0.3.32
14812026-03-20T18:14:59.014Z Compiling der_derive v0.7.3
14822026-03-20T18:14:59.096Z Compiling thiserror-impl v2.0.18
14832026-03-20T18:14:59.453Z Compiling rustls-pki-types v1.14.0
14842026-03-20T18:14:59.483Z Compiling tracing-attributes v0.1.31
14852026-03-20T18:14:59.486Z Compiling scroll_derive v0.13.1
14862026-03-20T18:14:59.726Z Compiling crypto-common v0.1.7
14872026-03-20T18:14:59.767Z Compiling block-buffer v0.10.4
14882026-03-20T18:14:59.790Z Compiling zerofrom v0.1.6
14892026-03-20T18:14:59.794Z Compiling futures-util v0.3.32
14902026-03-20T18:14:59.940Z Compiling yoke v0.8.1
14912026-03-20T18:14:59.974Z Compiling digest v0.10.7
14922026-03-20T18:14:59.977Z Compiling block-padding v0.3.3
14932026-03-20T18:15:00.043Z Compiling pest_derive v2.8.6
14942026-03-20T18:15:00.127Z Compiling schemars_derive v0.8.22
14952026-03-20T18:15:00.210Z Compiling zerovec v0.11.5
14962026-03-20T18:15:00.233Z Compiling zerotrie v0.2.3
14972026-03-20T18:15:00.325Z Compiling hmac v0.12.1
14982026-03-20T18:15:00.434Z Compiling inout v0.1.4
14992026-03-20T18:15:00.547Z Compiling sha2 v0.10.9
15002026-03-20T18:15:00.628Z Compiling cipher v0.4.4
15012026-03-20T18:15:00.655Z Compiling der v0.7.10
15022026-03-20T18:15:00.659Z Compiling pbkdf2 v0.12.2
15032026-03-20T18:15:00.698Z Compiling scroll v0.13.0
15042026-03-20T18:15:00.846Z Compiling darling_macro v0.20.11
15052026-03-20T18:15:00.954Z Compiling tinystr v0.8.2
15062026-03-20T18:15:01.003Z Compiling potential_utf v0.1.4
15072026-03-20T18:15:01.037Z Compiling salsa20 v0.10.2
15082026-03-20T18:15:01.081Z Compiling thiserror v2.0.18
15092026-03-20T18:15:01.231Z Compiling icu_locale_core v2.1.1
15102026-03-20T18:15:01.253Z Compiling icu_collections v2.1.1
15112026-03-20T18:15:01.256Z Compiling scrypt v0.11.0
15122026-03-20T18:15:01.256Z Compiling aes v0.8.4
15132026-03-20T18:15:01.256Z Compiling cbc v0.1.2
15142026-03-20T18:15:01.406Z Compiling tracing v0.1.44
15152026-03-20T18:15:01.507Z Compiling goblin v0.10.5
15162026-03-20T18:15:01.511Z Compiling darling v0.20.11
15172026-03-20T18:15:01.637Z Compiling openssl-macros v0.1.1
15182026-03-20T18:15:01.659Z Compiling thiserror-impl v1.0.69
15192026-03-20T18:15:01.782Z Compiling derive_builder_core v0.20.2
15202026-03-20T18:15:01.910Z Compiling spki v0.7.3
15212026-03-20T18:15:01.994Z Compiling dtrace-parser v0.3.0
15222026-03-20T18:15:02.120Z Compiling icu_provider v2.1.1
15232026-03-20T18:15:02.168Z Compiling pkcs5 v0.7.1
15242026-03-20T18:15:02.422Z Compiling signature v2.2.0
15252026-03-20T18:15:02.445Z Compiling icu_normalizer v2.1.1
15262026-03-20T18:15:02.501Z Compiling icu_properties v2.1.2
15272026-03-20T18:15:02.528Z Compiling rustls-native-certs v0.8.3
15282026-03-20T18:15:02.667Z Compiling bytes v1.11.1
15292026-03-20T18:15:02.693Z Compiling chrono v0.4.44
15302026-03-20T18:15:02.716Z Compiling pkcs8 v0.10.2
15312026-03-20T18:15:02.832Z Compiling ipnet v2.11.0
15322026-03-20T18:15:02.922Z Compiling scroll_derive v0.12.1
15332026-03-20T18:15:03.003Z Compiling derive_builder_macro v0.20.2
15342026-03-20T18:15:03.043Z Compiling erased-serde v0.3.31
15352026-03-20T18:15:03.067Z Compiling serde_spanned v0.6.9
15362026-03-20T18:15:03.149Z Compiling toml_datetime v0.6.11
15372026-03-20T18:15:03.219Z Compiling serde_tokenstream v0.2.3
15382026-03-20T18:15:03.263Z Compiling md-5 v0.10.6
15392026-03-20T18:15:03.420Z Compiling tokio v1.49.0
15402026-03-20T18:15:03.489Z Compiling http v1.4.0
15412026-03-20T18:15:03.512Z Compiling thiserror v1.0.69
15422026-03-20T18:15:03.540Z Compiling webpki-roots v1.0.6
15432026-03-20T18:15:03.563Z Compiling darling_macro v0.21.3
15442026-03-20T18:15:03.619Z Compiling zerocopy-derive v0.7.35
15452026-03-20T18:15:03.643Z Compiling zlib-rs v0.6.2
15462026-03-20T18:15:03.666Z Compiling cfg_aliases v0.2.1
15472026-03-20T18:15:03.738Z Compiling idna_adapter v1.2.1
15482026-03-20T18:15:03.769Z Compiling rustix v0.38.44
15492026-03-20T18:15:03.792Z Compiling litrs v1.0.0
15502026-03-20T18:15:03.825Z Compiling scroll v0.12.0
15512026-03-20T18:15:03.890Z Compiling idna v1.1.0
15522026-03-20T18:15:03.934Z Compiling ryu v1.0.23
15532026-03-20T18:15:04.091Z Compiling fallible-iterator v0.2.0
15542026-03-20T18:15:04.184Z Compiling goblin v0.8.2
15552026-03-20T18:15:04.207Z Compiling ppv-lite86 v0.2.21
15562026-03-20T18:15:04.230Z Compiling darling v0.21.3
15572026-03-20T18:15:04.350Z Compiling url v2.5.8
15582026-03-20T18:15:04.381Z Compiling http-body v1.0.1
15592026-03-20T18:15:04.465Z Compiling publicsuffix v2.3.0
15602026-03-20T18:15:04.567Z Compiling document-features v0.2.12
15612026-03-20T18:15:04.588Z Compiling http-body-util v0.1.3
15622026-03-20T18:15:04.629Z Compiling serde_urlencoded v0.7.1
15632026-03-20T18:15:04.698Z Compiling rand_chacha v0.9.0
15642026-03-20T18:15:04.730Z Compiling rand_chacha v0.3.1
15652026-03-20T18:15:04.780Z Compiling nix v0.31.1
15662026-03-20T18:15:04.898Z Compiling zerocopy v0.7.35
15672026-03-20T18:15:04.968Z Compiling derive_builder v0.20.2
15682026-03-20T18:15:04.977Z Compiling rand v0.9.2
15692026-03-20T18:15:05.107Z Compiling rand v0.8.5
15702026-03-20T18:15:05.303Z Compiling dof v0.4.0
15712026-03-20T18:15:05.388Z Compiling sec1 v0.7.3
15722026-03-20T18:15:05.458Z Compiling cargo-platform v0.1.9
15732026-03-20T18:15:05.627Z Compiling hkdf v0.12.4
15742026-03-20T18:15:05.711Z Compiling hubpack_derive v0.1.1
15752026-03-20T18:15:05.768Z Compiling proptest v1.10.0
15762026-03-20T18:15:05.812Z Compiling postgres-protocol v0.6.10
15772026-03-20T18:15:05.835Z Compiling crypto-bigint v0.5.5
15782026-03-20T18:15:05.858Z Compiling regex v1.12.3
15792026-03-20T18:15:06.065Z Compiling daft-derive v0.1.5
15802026-03-20T18:15:06.148Z Compiling curve25519-dalek-derive v0.1.1
15812026-03-20T18:15:06.259Z Compiling ipnetwork v0.21.1
15822026-03-20T18:15:06.318Z Compiling ref-cast-impl v1.0.25
15832026-03-20T18:15:06.530Z Compiling strum_macros v0.27.2
15842026-03-20T18:15:06.604Z Compiling oxnet v0.1.4
15852026-03-20T18:15:06.815Z Compiling async-trait v0.1.89
15862026-03-20T18:15:07.141Z Compiling group v0.13.0
15872026-03-20T18:15:07.149Z Compiling num-iter v0.1.45
15882026-03-20T18:15:07.149Z Compiling proc-macro-error v1.0.4
15892026-03-20T18:15:07.601Z Compiling heck v0.4.1
15902026-03-20T18:15:07.623Z Compiling terminal_size v0.4.3
15912026-03-20T18:15:07.706Z Compiling phf_shared v0.13.1
15922026-03-20T18:15:07.756Z Compiling lazy_static v1.5.0
15932026-03-20T18:15:07.794Z Compiling vergen v9.0.6
15942026-03-20T18:15:07.819Z Compiling fs-err v3.3.0
15952026-03-20T18:15:07.828Z Compiling ahash v0.8.12
15962026-03-20T18:15:07.891Z Compiling bitflags v1.3.2
15972026-03-20T18:15:07.923Z Compiling libbz2-rs-sys v0.2.2
15982026-03-20T18:15:07.999Z Compiling flate2 v1.1.9
15992026-03-20T18:15:08.024Z Compiling managed v0.8.0
16002026-03-20T18:15:08.045Z Compiling bumpalo v3.20.2
16012026-03-20T18:15:08.074Z Compiling foldhash v0.1.5
16022026-03-20T18:15:08.098Z Compiling object v0.37.3
16032026-03-20T18:15:08.122Z Compiling winnow v0.5.40
16042026-03-20T18:15:08.310Z Compiling hashbrown v0.15.5
16052026-03-20T18:15:08.331Z Compiling console v0.16.2
16062026-03-20T18:15:08.357Z Compiling zopfli v0.8.3
16072026-03-20T18:15:08.433Z Compiling phf v0.13.1
16082026-03-20T18:15:08.533Z Compiling bzip2 v0.6.1
16092026-03-20T18:15:08.573Z Compiling clap_builder v4.5.60
16102026-03-20T18:15:08.600Z Compiling zone_cfg_derive v0.3.1
16112026-03-20T18:15:08.653Z Compiling tokio-util v0.7.18
16122026-03-20T18:15:08.758Z Compiling tower v0.5.3
16132026-03-20T18:15:08.795Z Compiling tokio-native-tls v0.3.1
16142026-03-20T18:15:09.031Z Compiling rayon v1.11.0
16152026-03-20T18:15:09.100Z Compiling signal-hook-mio v0.2.5
16162026-03-20T18:15:09.111Z Compiling newtype-uuid v1.3.2
16172026-03-20T18:15:09.266Z Compiling usdt-macro v0.6.0
16182026-03-20T18:15:09.316Z Compiling usdt-attr-macro v0.6.0
16192026-03-20T18:15:09.370Z Compiling tower-http v0.6.8
16202026-03-20T18:15:09.486Z Compiling daft v0.1.5
16212026-03-20T18:15:09.489Z Compiling strum v0.27.2
16222026-03-20T18:15:09.536Z Compiling cookie_store v0.22.1
16232026-03-20T18:15:09.645Z Compiling dof v0.3.0
16242026-03-20T18:15:09.694Z Compiling h2 v0.4.13
16252026-03-20T18:15:09.856Z Compiling cargo_metadata v0.19.2
16262026-03-20T18:15:09.887Z Compiling elliptic-curve v0.13.8
16272026-03-20T18:15:10.002Z Compiling toml_edit v0.19.15
16282026-03-20T18:15:10.347Z Compiling postgres-types v0.2.12
16292026-03-20T18:15:10.454Z Compiling hubpack v0.1.2
16302026-03-20T18:15:10.477Z Compiling bzip2 v0.4.4
16312026-03-20T18:15:10.480Z Compiling zstd v0.13.3
16322026-03-20T18:15:10.685Z Compiling serde_with_macros v3.17.0
16332026-03-20T18:15:10.768Z Compiling dtrace-parser v0.2.0
16342026-03-20T18:15:10.772Z Compiling pkcs1 v0.7.5
16352026-03-20T18:15:10.873Z Compiling ed25519 v2.2.3
16362026-03-20T18:15:11.146Z Compiling hex v0.4.3
16372026-03-20T18:15:11.340Z Compiling serde-big-array v0.5.1
16382026-03-20T18:15:11.535Z Compiling rfc6979 v0.4.0
16392026-03-20T18:15:11.544Z Compiling bstr v1.12.1
16402026-03-20T18:15:11.597Z Compiling serde_repr v0.1.20
16412026-03-20T18:15:11.619Z Compiling strum_macros v0.26.4
16422026-03-20T18:15:11.698Z Compiling clap_derive v4.5.55
16432026-03-20T18:15:11.779Z Compiling enum-as-inner v0.6.1
16442026-03-20T18:15:11.876Z Compiling itertools v0.12.1
16452026-03-20T18:15:12.061Z Compiling phf_shared v0.11.3
16462026-03-20T18:15:12.175Z Compiling float-cmp v0.10.0
16472026-03-20T18:15:12.243Z Compiling thread-id v4.2.2
16482026-03-20T18:15:12.320Z Compiling memmap2 v0.9.10
16492026-03-20T18:15:12.342Z Compiling env_filter v1.0.0
16502026-03-20T18:15:12.367Z Compiling encoding_rs v0.8.35
16512026-03-20T18:15:12.390Z Compiling data-encoding v2.10.0
16522026-03-20T18:15:12.484Z Compiling new_debug_unreachable v1.0.6
16532026-03-20T18:15:12.487Z Compiling whoami v2.1.0
16542026-03-20T18:15:12.617Z Compiling keccak v0.1.6
16552026-03-20T18:15:12.638Z Compiling fixedbitset v0.5.7
16562026-03-20T18:15:12.760Z Compiling static_assertions v1.1.0
16572026-03-20T18:15:12.870Z Compiling difflib v0.4.0
16582026-03-20T18:15:12.969Z Compiling normalize-line-endings v0.3.0
16592026-03-20T18:15:13.036Z Compiling fixedbitset v0.4.2
16602026-03-20T18:15:13.060Z Compiling unit-prefix v0.5.2
16612026-03-20T18:15:13.103Z Compiling precomputed-hash v0.1.1
16622026-03-20T18:15:13.238Z Compiling rustc-hash v2.1.1
16632026-03-20T18:15:13.262Z Compiling jiff v0.2.21
16642026-03-20T18:15:13.333Z Compiling mime v0.3.17
16652026-03-20T18:15:13.387Z Compiling predicates-core v1.0.10
16662026-03-20T18:15:13.411Z Compiling iddqd v0.3.17
16672026-03-20T18:15:13.576Z Compiling predicates v3.1.4
16682026-03-20T18:15:13.685Z Compiling zone v0.3.1
16692026-03-20T18:15:13.727Z Compiling petgraph v0.6.5
16702026-03-20T18:15:13.727Z Compiling indicatif v0.18.4
16712026-03-20T18:15:13.752Z Compiling string_cache v0.8.9
16722026-03-20T18:15:13.870Z Compiling hyper v1.8.1
16732026-03-20T18:15:14.074Z Compiling petgraph v0.8.3
16742026-03-20T18:15:14.094Z Compiling strum v0.26.3
16752026-03-20T18:15:14.152Z Compiling toml_edit v0.22.27
16762026-03-20T18:15:14.197Z Compiling clap v4.5.60
16772026-03-20T18:15:14.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-03-20T18:15:14.312Z Compiling sha3 v0.10.8
16792026-03-20T18:15:14.466Z Compiling tokio-postgres v0.7.16
16802026-03-20T18:15:14.520Z Compiling hickory-proto v0.25.2
16812026-03-20T18:15:14.653Z Compiling env_logger v0.11.9
16822026-03-20T18:15:14.939Z Compiling usdt v0.6.0
16832026-03-20T18:15:14.960Z Compiling usdt-impl v0.5.0
16842026-03-20T18:15:15.015Z Compiling serde_with v3.17.0
16852026-03-20T18:15:15.167Z Compiling similar v2.7.0
16862026-03-20T18:15:15.310Z Compiling toml v0.7.8
16872026-03-20T18:15:15.382Z Compiling crossterm v0.28.1
16882026-03-20T18:15:15.840Z Compiling hyper-util v0.1.20
16892026-03-20T18:15:15.854Z Compiling ecdsa v0.16.9
16902026-03-20T18:15:16.164Z Compiling ed25519-dalek v2.2.0
16912026-03-20T18:15:16.182Z Compiling rsa v0.9.10
16922026-03-20T18:15:16.396Z Compiling zip v0.6.6
16932026-03-20T18:15:16.856Z Compiling tokio-stream v0.1.18
16942026-03-20T18:15:16.883Z Compiling buf-list v1.1.2
16952026-03-20T18:15:16.995Z Compiling zip v4.6.1
16962026-03-20T18:15:17.467Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-20T18:15:17.510Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-20T18:15:17.609Z Compiling openapiv3 v2.2.0
16992026-03-20T18:15:17.620Z Compiling x509-cert v0.2.5
17002026-03-20T18:15:17.764Z Compiling hyper-tls v0.6.0
17012026-03-20T18:15:17.937Z Compiling sha1 v0.10.6
17022026-03-20T18:15:18.086Z Compiling itertools v0.13.0
17032026-03-20T18:15:18.172Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-20T18:15:18.199Z Compiling peg-runtime v0.8.5
17052026-03-20T18:15:18.238Z Compiling lalrpop-util v0.19.12
17062026-03-20T18:15:18.259Z Compiling thread_local v1.1.9
17072026-03-20T18:15:18.355Z Compiling slog-async v2.8.0
17082026-03-20T18:15:18.362Z Compiling futures-executor v0.3.32
17092026-03-20T18:15:18.471Z Compiling crossbeam-channel v0.5.15
17102026-03-20T18:15:18.511Z Compiling is-terminal v0.4.17
17112026-03-20T18:15:18.591Z Compiling filetime v0.2.27
17122026-03-20T18:15:18.615Z Compiling take_mut v0.2.2
17132026-03-20T18:15:18.619Z Compiling xattr v1.6.1
17142026-03-20T18:15:18.660Z Compiling term v1.2.1
17152026-03-20T18:15:18.744Z Compiling futures v0.3.32
17162026-03-20T18:15:18.841Z Compiling tar v0.4.44
17172026-03-20T18:15:19.115Z Compiling slog-term v2.9.2
17182026-03-20T18:15:39.457Z Compiling rustls-webpki v0.103.9
17192026-03-20T18:15:43.515Z Compiling tokio-rustls v0.26.4
17202026-03-20T18:15:43.515Z Compiling rustls-platform-verifier v0.6.2
17212026-03-20T18:15:43.798Z Compiling hyper-rustls v0.27.7
17222026-03-20T18:15:44.059Z Compiling reqwest v0.13.2
17232026-03-20T18:15:44.059Z Compiling reqwest v0.12.28
17242026-03-20T18:15:46.890Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-20T18:15:47.186Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-20T18:15:50.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-20T18:15:51.160Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-20T18:15:51.223ZMar 20 18:15:50.718 INFO Starting download, target: Cockroach
17292026-03-20T18:15:51.224ZMar 20 18:15:50.719 INFO Starting download, target: TransceiverControl
17302026-03-20T18:15:51.224ZMar 20 18:15:50.719 INFO Starting download, target: MaghemiteMgd
17312026-03-20T18:15:51.224ZMar 20 18:15:50.719 INFO Starting download, target: DendriteStub
17322026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Starting download, target: Console
17332026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Starting download, target: Clickhouse
17342026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-20T18:15:51.229ZMar 20 18:15:50.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-20T18:15:51.605ZMar 20 18:15:51.092 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-20T18:15:51.956ZMar 20 18:15:51.434 INFO Download complete, target: TransceiverControl
17422026-03-20T18:15:52.235ZMar 20 18:15:51.726 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-20T18:15:52.621ZMar 20 18:15:52.110 INFO Download complete, target: Console
17442026-03-20T18:15:52.707ZMar 20 18:15:52.200 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-20T18:15:53.143ZMar 20 18:15:52.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-20T18:15:53.841ZMar 20 18:15:53.336 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-20T18:15:53.853ZMar 20 18:15:53.347 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-20T18:15:53.853ZMar 20 18:15:53.347 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-20T18:15:56.345ZMar 20 18:15:55.839 INFO Download complete, target: DendriteStub
17502026-03-20T18:15:56.771ZMar 20 18:15:56.266 INFO Download complete, target: MaghemiteMgd
17512026-03-20T18:16:01.647ZMar 20 18:16:01.142 INFO Checking that binary works, target: Cockroach
17522026-03-20T18:16:01.771ZMar 20 18:16:01.266 INFO Download complete, target: Cockroach
17532026-03-20T18:16:05.131ZMar 20 18:16:04.613 INFO Checking that binary works, target: Clickhouse
17542026-03-20T18:16:05.285ZMar 20 18:16:04.777 INFO Download complete, target: Clickhouse
17552026-03-20T18:16:05.294ZAll prerequisites installed successfully
17562026-03-20T18:16:05.302Z
17572026-03-20T18:16:05.302Zreal 3:40.496330580
17582026-03-20T18:16:05.302Zuser 10:26.225092108
17592026-03-20T18:16:05.302Zsys 2:07.297729031
17602026-03-20T18:16:05.302Ztrap 0.338299573
17612026-03-20T18:16:05.302Ztflt 1.136049698
17622026-03-20T18:16:05.302Zdflt 1.898394161
17632026-03-20T18:16:05.302Zkflt 0.102928852
17642026-03-20T18:16:05.302Zlock 32:37.028802457
17652026-03-20T18:16:05.302Zslp 25:19.585397912
17662026-03-20T18:16:05.302Zlat 30.588775628
17672026-03-20T18:16:05.302Zstop 4:33.423000487
17682026-03-20T18:16:05.303Z+ ptime -m cargo xtask download softnpu
17692026-03-20T18:16:05.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17702026-03-20T18:16:06.011Z Running `target/debug/xtask download softnpu`
17712026-03-20T18:16:07.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
17722026-03-20T18:16:07.110Z Running `target/debug/xtask-downloader softnpu`
17732026-03-20T18:16:07.168ZMar 20 18:16:06.651 INFO Starting download, target: Softnpu
17742026-03-20T18:16:07.172ZMar 20 18:16:06.652 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-20T18:16:07.910ZMar 20 18:16:07.403 INFO Download complete, target: Softnpu
17762026-03-20T18:16:07.913Z
17772026-03-20T18:16:07.913Zreal 2.616105219
17782026-03-20T18:16:07.913Zuser 1.766975017
17792026-03-20T18:16:07.913Zsys 0.797998456
17802026-03-20T18:16:07.914Ztrap 0.000449769
17812026-03-20T18:16:07.914Ztflt 0.000186485
17822026-03-20T18:16:07.914Zdflt 0.000085768
17832026-03-20T18:16:07.914Zkflt 0.000000000
17842026-03-20T18:16:07.914Zlock 13.595116337
17852026-03-20T18:16:07.914Zslp 0.551021849
17862026-03-20T18:16:07.914Zlat 0.056590472
17872026-03-20T18:16:07.914Zstop 0.000164124
17882026-03-20T18:16:07.914Z+ export CARGO_INCREMENTAL=0
17892026-03-20T18:16:07.914Z+ CARGO_INCREMENTAL=0
17902026-03-20T18:16:07.914Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-20T18:16:09.112Z Compiling proc-macro2 v1.0.106
17922026-03-20T18:16:09.112Z Compiling quote v1.0.44
17932026-03-20T18:16:09.119Z Compiling unicode-ident v1.0.24
17942026-03-20T18:16:09.119Z Compiling libc v0.2.180
17952026-03-20T18:16:09.119Z Compiling serde_core v1.0.228
17962026-03-20T18:16:09.119Z Compiling serde v1.0.228
17972026-03-20T18:16:09.119Z Compiling cfg-if v1.0.4
17982026-03-20T18:16:09.119Z Compiling version_check v0.9.5
17992026-03-20T18:16:09.119Z Compiling find-msvc-tools v0.1.9
18002026-03-20T18:16:09.120Z Compiling shlex v1.3.0
18012026-03-20T18:16:09.120Z Compiling typenum v1.19.0
18022026-03-20T18:16:09.298Z Compiling portable-atomic v1.13.1
18032026-03-20T18:16:09.302Z Compiling memchr v2.8.0
18042026-03-20T18:16:09.302Z Compiling autocfg v1.5.0
18052026-03-20T18:16:09.302Z Compiling zmij v1.0.21
18062026-03-20T18:16:09.572Z Compiling serde_json v1.0.149
18072026-03-20T18:16:09.623Z Compiling zerocopy v0.8.40
18082026-03-20T18:16:09.693Z Compiling parking_lot_core v0.9.12
18092026-03-20T18:16:09.794Z Compiling generic-array v0.14.7
18102026-03-20T18:16:09.868Z Compiling libm v0.2.16
18112026-03-20T18:16:09.871Z Compiling smallvec v1.15.1
18122026-03-20T18:16:09.893Z Compiling icu_normalizer_data v2.1.1
18132026-03-20T18:16:09.896Z Compiling num-traits v0.2.19
18142026-03-20T18:16:09.916Z Compiling icu_properties_data v2.1.2
18152026-03-20T18:16:10.090Z Compiling itoa v1.0.17
18162026-03-20T18:16:10.116Z Compiling log v0.4.29
18172026-03-20T18:16:10.120Z Compiling getrandom v0.4.1
18182026-03-20T18:16:10.235Z Compiling pkg-config v0.3.32
18192026-03-20T18:16:10.239Z Compiling stable_deref_trait v1.2.1
18202026-03-20T18:16:10.322Z Compiling scopeguard v1.2.0
18212026-03-20T18:16:10.392Z Compiling subtle v2.6.1
18222026-03-20T18:16:10.490Z Compiling lock_api v0.4.14
18232026-03-20T18:16:10.494Z Compiling thiserror v2.0.18
18242026-03-20T18:16:10.559Z Compiling jobserver v0.1.34
18252026-03-20T18:16:10.562Z Compiling getrandom v0.2.17
18262026-03-20T18:16:10.562Z Compiling errno v0.3.14
18272026-03-20T18:16:10.655Z Compiling fnv v1.0.7
18282026-03-20T18:16:10.839Z Compiling cc v1.2.56
18292026-03-20T18:16:10.847Z Compiling rand_core v0.6.4
18302026-03-20T18:16:11.011Z Compiling pin-project-lite v0.2.17
18312026-03-20T18:16:11.035Z Compiling getrandom v0.3.4
18322026-03-20T18:16:11.110Z Compiling syn v2.0.117
18332026-03-20T18:16:11.156Z Compiling critical-section v1.2.0
18342026-03-20T18:16:11.285Z Compiling rustversion v1.0.22
18352026-03-20T18:16:11.309Z Compiling equivalent v1.0.2
18362026-03-20T18:16:11.314Z Compiling allocator-api2 v0.2.21
18372026-03-20T18:16:11.426Z Compiling dunce v1.0.5
18382026-03-20T18:16:11.500Z Compiling fs_extra v1.3.0
18392026-03-20T18:16:11.503Z Compiling litemap v0.8.1
18402026-03-20T18:16:11.586Z Compiling percent-encoding v2.3.2
18412026-03-20T18:16:11.629Z Compiling writeable v0.6.2
18422026-03-20T18:16:11.684Z Compiling foldhash v0.2.0
18432026-03-20T18:16:11.801Z Compiling once_cell v1.21.3
18442026-03-20T18:16:11.884Z Compiling cmake v0.1.57
18452026-03-20T18:16:11.938Z Compiling hashbrown v0.16.1
18462026-03-20T18:16:12.051Z Compiling const-oid v0.9.6
18472026-03-20T18:16:12.122Z Compiling signal-hook-registry v1.4.8
18482026-03-20T18:16:12.125Z Compiling rustix v1.1.3
18492026-03-20T18:16:12.219Z Compiling socket2 v0.6.2
18502026-03-20T18:16:12.223Z Compiling mio v1.1.1
18512026-03-20T18:16:12.223Z Compiling schemars v0.8.22
18522026-03-20T18:16:12.292Z Compiling rand_core v0.10.0
18532026-03-20T18:16:12.393Z Compiling utf8_iter v1.0.4
18542026-03-20T18:16:12.531Z Compiling parking_lot v0.12.5
18552026-03-20T18:16:12.558Z Compiling semver v1.0.27
18562026-03-20T18:16:12.628Z Compiling aws-lc-rs v1.16.0
18572026-03-20T18:16:12.680Z Compiling indexmap v2.13.0
18582026-03-20T18:16:12.710Z Compiling ring v0.17.14
18592026-03-20T18:16:12.733Z Compiling aws-lc-sys v0.37.1
18602026-03-20T18:16:12.789Z Compiling form_urlencoded v1.2.2
18612026-03-20T18:16:13.006Z Compiling bitflags v2.11.0
18622026-03-20T18:16:13.169Z Compiling strsim v0.11.1
18632026-03-20T18:16:13.193Z Compiling futures-core v0.3.32
18642026-03-20T18:16:13.353Z Compiling byteorder v1.5.0
18652026-03-20T18:16:13.571Z Compiling ucd-trie v0.1.7
18662026-03-20T18:16:13.577Z Compiling httparse v1.10.1
18672026-03-20T18:16:13.619Z Compiling thiserror v1.0.69
18682026-03-20T18:16:13.715Z Compiling vcpkg v0.2.15
18692026-03-20T18:16:13.770Z Compiling pest v2.8.6
18702026-03-20T18:16:13.774Z Compiling ident_case v1.0.1
18712026-03-20T18:16:13.831Z Compiling heck v0.5.0
18722026-03-20T18:16:14.028Z Compiling syn v1.0.109
18732026-03-20T18:16:14.100Z Compiling regex-syntax v0.8.10
18742026-03-20T18:16:14.173Z Compiling crossbeam-utils v0.8.21
18752026-03-20T18:16:14.254Z Compiling futures-sink v0.3.32
18762026-03-20T18:16:14.288Z Compiling rustls v0.23.37
18772026-03-20T18:16:14.348Z Compiling rustc_version v0.4.1
18782026-03-20T18:16:14.437Z Compiling futures-channel v0.3.32
18792026-03-20T18:16:14.485Z Compiling cpufeatures v0.2.17
18802026-03-20T18:16:14.538Z Compiling slab v0.4.12
18812026-03-20T18:16:14.560Z Compiling futures-task v0.3.32
18822026-03-20T18:16:14.563Z Compiling openssl-sys v0.9.111
18832026-03-20T18:16:14.584Z Compiling futures-io v0.3.32
18842026-03-20T18:16:14.728Z Compiling iana-time-zone v0.1.65
18852026-03-20T18:16:14.795Z Compiling plain v0.2.3
18862026-03-20T18:16:14.818Z Compiling uuid v1.21.0
18872026-03-20T18:16:14.872Z Compiling aho-corasick v1.1.4
18882026-03-20T18:16:14.895Z Compiling num-conv v0.2.0
18892026-03-20T18:16:14.970Z Compiling time-core v0.1.8
18902026-03-20T18:16:15.081Z Compiling synstructure v0.13.2
18912026-03-20T18:16:15.105Z Compiling serde_derive_internals v0.29.1
18922026-03-20T18:16:15.190Z Compiling time-macros v0.2.27
18932026-03-20T18:16:15.268Z Compiling pest_meta v2.8.6
18942026-03-20T18:16:15.636Z Compiling pretty-hex v0.4.1
18952026-03-20T18:16:15.735Z Compiling openssl v0.10.75
18962026-03-20T18:16:16.060Z Compiling anyhow v1.0.102
18972026-03-20T18:16:16.086Z Compiling crc32fast v1.5.0
18982026-03-20T18:16:16.089Z Compiling either v1.15.0
18992026-03-20T18:16:16.135Z Compiling pest_generator v2.8.6
19002026-03-20T18:16:16.178Z Compiling base64ct v1.8.3
19012026-03-20T18:16:16.206Z Compiling regex-automata v0.4.14
19022026-03-20T18:16:16.230Z Compiling darling_core v0.21.3
19032026-03-20T18:16:16.255Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-20T18:16:16.470Z Compiling native-tls v0.2.18
19052026-03-20T18:16:16.487Z Compiling flagset v0.4.7
19062026-03-20T18:16:16.521Z Compiling pem-rfc7468 v0.7.0
19072026-03-20T18:16:16.566Z Compiling rand_core v0.9.5
19082026-03-20T18:16:16.702Z Compiling slog v2.8.2
19092026-03-20T18:16:16.761Z Compiling tracing-core v0.1.36
19102026-03-20T18:16:16.834Z Compiling untrusted v0.9.0
19112026-03-20T18:16:16.865Z Compiling dyn-clone v1.0.20
19122026-03-20T18:16:16.918Z Compiling rayon-core v1.13.0
19132026-03-20T18:16:16.979Z Compiling serde_derive v1.0.228
19142026-03-20T18:16:17.005Z Compiling zeroize_derive v1.4.3
19152026-03-20T18:16:17.032Z Compiling zerofrom-derive v0.1.6
19162026-03-20T18:16:17.035Z Compiling yoke-derive v0.8.1
19172026-03-20T18:16:17.080Z Compiling zerovec-derive v0.11.2
19182026-03-20T18:16:17.137Z Compiling displaydoc v0.2.5
19192026-03-20T18:16:17.165Z Compiling zerocopy-derive v0.8.40
19202026-03-20T18:16:17.190Z Compiling tokio-macros v2.6.0
19212026-03-20T18:16:17.216Z Compiling futures-macro v0.3.32
19222026-03-20T18:16:17.795Z Compiling zeroize v1.8.2
19232026-03-20T18:16:18.096Z Compiling thiserror-impl v2.0.18
19242026-03-20T18:16:18.144Z Compiling tracing-attributes v0.1.31
19252026-03-20T18:16:18.216Z Compiling der_derive v0.7.3
19262026-03-20T18:16:18.348Z Compiling schemars_derive v0.8.22
19272026-03-20T18:16:18.473Z Compiling thiserror-impl v1.0.69
19282026-03-20T18:16:18.573Z Compiling zerofrom v0.1.6
19292026-03-20T18:16:18.755Z Compiling yoke v0.8.1
19302026-03-20T18:16:18.910Z Compiling crypto-common v0.1.7
19312026-03-20T18:16:19.016Z Compiling zerovec v0.11.5
19322026-03-20T18:16:19.040Z Compiling zerotrie v0.2.3
19332026-03-20T18:16:19.411Z Compiling block-buffer v0.10.4
19342026-03-20T18:16:19.615Z Compiling digest v0.10.7
19352026-03-20T18:16:19.643Z Compiling pest_derive v2.8.6
19362026-03-20T18:16:19.712Z Compiling futures-util v0.3.32
19372026-03-20T18:16:19.745Z Compiling tinystr v0.8.2
19382026-03-20T18:16:19.770Z Compiling potential_utf v0.1.4
19392026-03-20T18:16:19.926Z Compiling hmac v0.12.1
19402026-03-20T18:16:20.055Z Compiling icu_locale_core v2.1.1
19412026-03-20T18:16:20.063Z Compiling icu_collections v2.1.1
19422026-03-20T18:16:20.150Z Compiling block-padding v0.3.3
19432026-03-20T18:16:20.169Z Compiling sha2 v0.10.9
19442026-03-20T18:16:20.196Z Compiling rustls-pki-types v1.14.0
19452026-03-20T18:16:20.281Z Compiling inout v0.1.4
19462026-03-20T18:16:20.317Z Compiling scroll_derive v0.12.1
19472026-03-20T18:16:20.610Z Compiling cipher v0.4.4
19482026-03-20T18:16:20.981Z Compiling scroll_derive v0.13.1
19492026-03-20T18:16:21.150Z Compiling icu_provider v2.1.1
19502026-03-20T18:16:21.178Z Compiling openssl-macros v0.1.1
19512026-03-20T18:16:21.478Z Compiling bytes v1.11.1
19522026-03-20T18:16:21.539Z Compiling icu_normalizer v2.1.1
19532026-03-20T18:16:21.584Z Compiling icu_properties v2.1.2
19542026-03-20T18:16:21.710Z Compiling chrono v0.4.44
19552026-03-20T18:16:21.991Z Compiling serde_tokenstream v0.2.3
19562026-03-20T18:16:22.970Z Compiling tokio v1.49.0
19572026-03-20T18:16:22.990Z Compiling http v1.4.0
19582026-03-20T18:16:22.990Z Compiling idna_adapter v1.2.1
19592026-03-20T18:16:23.154Z Compiling idna v1.1.0
19602026-03-20T18:16:23.315Z Compiling der v0.7.10
19612026-03-20T18:16:23.335Z Compiling darling_macro v0.21.3
19622026-03-20T18:16:23.358Z Compiling ppv-lite86 v0.2.21
19632026-03-20T18:16:23.552Z Compiling url v2.5.8
19642026-03-20T18:16:23.817Z Compiling regex v1.12.3
19652026-03-20T18:16:23.917Z Compiling zerocopy-derive v0.7.35
19662026-03-20T18:16:23.974Z Compiling darling v0.21.3
19672026-03-20T18:16:24.131Z Compiling salsa20 v0.10.2
19682026-03-20T18:16:24.296Z Compiling pbkdf2 v0.12.2
19692026-03-20T18:16:24.359Z Compiling spki v0.7.3
19702026-03-20T18:16:24.437Z Compiling tracing v0.1.44
19712026-03-20T18:16:24.939Z Compiling cookie v0.18.1
19722026-03-20T18:16:24.963Z Compiling base64 v0.22.1
19732026-03-20T18:16:25.058Z Compiling camino v1.2.2
19742026-03-20T18:16:25.260Z Compiling scrypt v0.11.0
19752026-03-20T18:16:25.293Z Compiling rand_chacha v0.9.0
19762026-03-20T18:16:25.511Z Compiling cbc v0.1.2
19772026-03-20T18:16:25.620Z Compiling aes v0.8.4
19782026-03-20T18:16:25.999Z Compiling usdt-impl v0.5.0
19792026-03-20T18:16:26.161Z Compiling usdt-impl v0.6.0
19802026-03-20T18:16:26.191Z Compiling ref-cast v1.0.25
19812026-03-20T18:16:26.212Z Compiling paste v1.0.15
19822026-03-20T18:16:26.297Z Compiling winnow v0.7.14
19832026-03-20T18:16:26.565Z Compiling pkcs5 v0.7.1
19842026-03-20T18:16:26.634Z Compiling rand v0.9.2
19852026-03-20T18:16:26.799Z Compiling http-body v1.0.1
19862026-03-20T18:16:27.018Z Compiling scroll v0.13.0
19872026-03-20T18:16:27.022Z Compiling toml_datetime v0.6.11
19882026-03-20T18:16:27.069Z Compiling serde_spanned v0.6.9
19892026-03-20T18:16:27.128Z Compiling scroll v0.12.0
19902026-03-20T18:16:27.299Z Compiling heapless v0.7.17
19912026-03-20T18:16:27.413Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-20T18:16:27.439Z Compiling untrusted v0.7.1
19932026-03-20T18:16:27.466Z Compiling zstd-safe v7.2.4
19942026-03-20T18:16:27.557Z Compiling tokio-util v0.7.18
19952026-03-20T18:16:27.616Z Compiling atomic-waker v1.1.2
19962026-03-20T18:16:27.640Z Compiling signal-hook v0.3.18
19972026-03-20T18:16:27.751Z Compiling openssl-probe v0.2.1
19982026-03-20T18:16:27.890Z Compiling goblin v0.8.2
19992026-03-20T18:16:27.926Z Compiling goblin v0.10.5
20002026-03-20T18:16:27.980Z Compiling pkcs8 v0.10.2
20012026-03-20T18:16:28.385Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-20T18:16:28.469Z Compiling zerocopy v0.7.35
20032026-03-20T18:16:28.600Z Compiling ref-cast-impl v1.0.25
20042026-03-20T18:16:28.882Z Compiling darling_core v0.20.11
20052026-03-20T18:16:29.149Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-20T18:16:29.170Z Compiling memoffset v0.9.1
20072026-03-20T18:16:29.239Z Compiling tower-service v0.3.3
20082026-03-20T18:16:29.259Z Compiling tower-layer v0.3.3
20092026-03-20T18:16:29.284Z Compiling winnow v0.5.40
20102026-03-20T18:16:29.376Z Compiling try-lock v0.2.5
20112026-03-20T18:16:29.497Z Compiling litrs v1.0.0
20122026-03-20T18:16:29.616Z Compiling tinyvec_macros v0.1.1
20132026-03-20T18:16:29.752Z Compiling rustix v0.38.44
20142026-03-20T18:16:29.850Z Compiling fastrand v2.3.0
20152026-03-20T18:16:29.888Z Compiling want v0.3.1
20162026-03-20T18:16:29.935Z Compiling tinyvec v1.10.0
20172026-03-20T18:16:30.133Z Compiling document-features v0.2.12
20182026-03-20T18:16:30.199Z Compiling h2 v0.4.13
20192026-03-20T18:16:30.993Z Compiling dof v0.3.0
20202026-03-20T18:16:31.179Z Compiling toml_edit v0.19.15
20212026-03-20T18:16:31.285Z Compiling dtrace-parser v0.2.0
20222026-03-20T18:16:31.589Z Compiling dtrace-parser v0.3.0
20232026-03-20T18:16:31.742Z Compiling ipnet v2.11.0
20242026-03-20T18:16:31.767Z Compiling darling_macro v0.20.11
20252026-03-20T18:16:31.850Z Compiling dof v0.4.0
20262026-03-20T18:16:32.151Z Compiling async-trait v0.1.89
20272026-03-20T18:16:32.307Z Compiling daft-derive v0.1.5
20282026-03-20T18:16:32.380Z Compiling curve25519-dalek v4.1.3
20292026-03-20T18:16:32.456Z Compiling spin v0.9.8
20302026-03-20T18:16:32.484Z Compiling thread-id v4.2.2
20312026-03-20T18:16:32.611Z Compiling thread-id v5.1.0
20322026-03-20T18:16:32.732Z Compiling proc-macro-error-attr v1.0.4
20332026-03-20T18:16:32.737Z Compiling pin-utils v0.1.0
20342026-03-20T18:16:33.013Z Compiling powerfmt v0.2.0
20352026-03-20T18:16:33.052Z Compiling httpdate v1.0.3
20362026-03-20T18:16:33.122Z Compiling cfg_aliases v0.2.1
20372026-03-20T18:16:33.237Z Compiling foreign-types-shared v0.1.1
20382026-03-20T18:16:33.363Z Compiling num-bigint-dig v0.8.6
20392026-03-20T18:16:33.369Z Compiling smoltcp v0.9.1
20402026-03-20T18:16:33.409Z Compiling foreign-types v0.3.2
20412026-03-20T18:16:33.434Z Compiling nix v0.31.1
20422026-03-20T18:16:33.439Z Compiling deranged v0.5.8
20432026-03-20T18:16:33.460Z Compiling tempfile v3.25.0
20442026-03-20T18:16:33.809Z Compiling darling v0.20.11
20452026-03-20T18:16:34.242Z Compiling ipnetwork v0.21.1
20462026-03-20T18:16:34.297Z Compiling strum_macros v0.26.4
20472026-03-20T18:16:34.324Z Compiling hyper v1.8.1
20482026-03-20T18:16:34.499Z Compiling wait-timeout v0.2.1
20492026-03-20T18:16:34.541Z Compiling proc-macro-error v1.0.4
20502026-03-20T18:16:34.738Z Compiling siphasher v1.0.2
20512026-03-20T18:16:34.808Z Compiling simd-adler32 v0.3.8
20522026-03-20T18:16:34.934Z Compiling utf8parse v0.2.2
20532026-03-20T18:16:35.003Z Compiling quick-error v1.2.3
20542026-03-20T18:16:35.048Z Compiling anstyle v1.0.13
20552026-03-20T18:16:35.096Z Compiling bit-vec v0.8.0
20562026-03-20T18:16:35.144Z Compiling unicode-segmentation v1.12.0
20572026-03-20T18:16:35.192Z Compiling num_threads v0.1.7
20582026-03-20T18:16:35.402Z Compiling bit-set v0.8.0
20592026-03-20T18:16:35.428Z Compiling rusty-fork v0.3.1
20602026-03-20T18:16:35.517Z Compiling time v0.3.47
20612026-03-20T18:16:35.680Z Compiling anstyle-parse v0.2.7
20622026-03-20T18:16:35.824Z Compiling hyper-util v0.1.20
20632026-03-20T18:16:36.472Z Compiling crossbeam-epoch v0.9.18
20642026-03-20T18:16:36.564Z Compiling derive_builder_core v0.20.2
20652026-03-20T18:16:36.940Z Compiling unicode-normalization v0.1.25
20662026-03-20T18:16:37.604Z Compiling rustls-native-certs v0.8.3
20672026-03-20T18:16:38.033Z Compiling signature v2.2.0
20682026-03-20T18:16:38.114Z Compiling hubpack_derive v0.1.1
20692026-03-20T18:16:38.183Z Compiling strum_macros v0.27.2
20702026-03-20T18:16:38.216Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-20T18:16:38.238Z Compiling rand_xorshift v0.4.0
20722026-03-20T18:16:38.448Z Compiling sync_wrapper v1.0.2
20732026-03-20T18:16:38.474Z Compiling fs-err v3.3.0
20742026-03-20T18:16:38.499Z Compiling ahash v0.8.12
20752026-03-20T18:16:38.618Z Compiling unicode-bidi v0.3.18
20762026-03-20T18:16:38.656Z Compiling anstyle-query v1.1.5
20772026-03-20T18:16:38.710Z Compiling colorchoice v1.0.4
20782026-03-20T18:16:38.741Z Compiling is_terminal_polyfill v1.70.2
20792026-03-20T18:16:38.816Z Compiling object v0.37.3
20802026-03-20T18:16:38.872Z Compiling unarray v0.1.4
20812026-03-20T18:16:38.895Z Compiling unicode-properties v0.1.4
20822026-03-20T18:16:39.033Z Compiling adler2 v2.0.1
20832026-03-20T18:16:39.080Z Compiling proptest v1.10.0
20842026-03-20T18:16:39.190Z Compiling stringprep v0.1.5
20852026-03-20T18:16:39.206Z Compiling miniz_oxide v0.8.9
20862026-03-20T18:16:39.238Z Compiling anstream v0.6.21
20872026-03-20T18:16:39.638Z Compiling tower v0.5.3
20882026-03-20T18:16:39.927Z Compiling derive_builder_macro v0.20.2
20892026-03-20T18:16:40.290Z Compiling crossbeam-deque v0.8.6
20902026-03-20T18:16:40.317Z Compiling heck v0.4.1
20912026-03-20T18:16:40.339Z Compiling usdt-attr-macro v0.6.0
20922026-03-20T18:16:40.362Z Compiling usdt-macro v0.6.0
20932026-03-20T18:16:40.655Z Compiling http-body-util v0.1.3
20942026-03-20T18:16:40.692Z Compiling webpki-roots v1.0.6
20952026-03-20T18:16:40.977Z Compiling rand_chacha v0.3.1
20962026-03-20T18:16:41.026Z Compiling erased-serde v0.3.31
20972026-03-20T18:16:41.045Z Compiling md-5 v0.10.6
20982026-03-20T18:16:41.297Z Compiling num-integer v0.1.46
20992026-03-20T18:16:41.319Z Compiling hash32 v0.2.1
21002026-03-20T18:16:41.399Z Compiling vergen-lib v0.1.6
21012026-03-20T18:16:41.452Z Compiling ff v0.13.1
21022026-03-20T18:16:41.466Z Compiling psl-types v2.0.11
21032026-03-20T18:16:41.520Z Compiling fallible-iterator v0.2.0
21042026-03-20T18:16:41.547Z Compiling base16ct v0.2.0
21052026-03-20T18:16:41.553Z Compiling ryu v1.0.23
21062026-03-20T18:16:41.595Z Compiling iri-string v0.7.10
21072026-03-20T18:16:41.650Z Compiling zlib-rs v0.6.2
21082026-03-20T18:16:41.653Z Compiling publicsuffix v2.3.0
21092026-03-20T18:16:41.653Z Compiling num-iter v0.1.45
21102026-03-20T18:16:41.722Z Compiling sec1 v0.7.3
21112026-03-20T18:16:41.773Z Compiling serde_urlencoded v0.7.1
21122026-03-20T18:16:41.912Z Compiling postgres-protocol v0.6.10
21132026-03-20T18:16:41.964Z Compiling newtype-uuid v1.3.2
21142026-03-20T18:16:42.008Z Compiling group v0.13.0
21152026-03-20T18:16:42.162Z Compiling rand v0.8.5
21162026-03-20T18:16:42.416Z Compiling oxnet v0.1.4
21172026-03-20T18:16:42.607Z Compiling zone_cfg_derive v0.3.1
21182026-03-20T18:16:42.635Z Compiling derive_builder v0.20.2
21192026-03-20T18:16:42.723Z Compiling tokio-native-tls v0.3.1
21202026-03-20T18:16:42.839Z Compiling phf_shared v0.13.1
21212026-03-20T18:16:43.019Z Compiling lazy_static v1.5.0
21222026-03-20T18:16:43.060Z Compiling terminal_size v0.4.3
21232026-03-20T18:16:43.114Z Compiling serde_with_macros v3.17.0
21242026-03-20T18:16:43.167Z Compiling cargo-platform v0.1.9
21252026-03-20T18:16:43.232Z Compiling tower-http v0.6.8
21262026-03-20T18:16:43.286Z Compiling hkdf v0.12.4
21272026-03-20T18:16:43.289Z Compiling crypto-bigint v0.5.5
21282026-03-20T18:16:43.405Z Compiling enum-as-inner v0.6.1
21292026-03-20T18:16:43.426Z Compiling serde_repr v0.1.20
21302026-03-20T18:16:43.431Z Compiling clap_derive v4.5.55
21312026-03-20T18:16:43.483Z Compiling vergen v9.0.6
21322026-03-20T18:16:43.711Z Compiling unicode-width v0.2.0
21332026-03-20T18:16:43.745Z Compiling foldhash v0.1.5
21342026-03-20T18:16:43.768Z Compiling managed v0.8.0
21352026-03-20T18:16:43.835Z Compiling libbz2-rs-sys v0.2.2
21362026-03-20T18:16:44.022Z Compiling bitflags v1.3.2
21372026-03-20T18:16:44.121Z Compiling clap_lex v1.0.0
21382026-03-20T18:16:44.125Z Compiling bumpalo v3.20.2
21392026-03-20T18:16:44.125Z Compiling console v0.16.2
21402026-03-20T18:16:44.190Z Compiling hashbrown v0.15.5
21412026-03-20T18:16:44.398Z Compiling bzip2 v0.6.1
21422026-03-20T18:16:44.427Z Compiling zopfli v0.8.3
21432026-03-20T18:16:44.512Z Compiling clap_builder v4.5.60
21442026-03-20T18:16:44.599Z Compiling flate2 v1.1.9
21452026-03-20T18:16:44.682Z Compiling elliptic-curve v0.13.8
21462026-03-20T18:16:44.912Z Compiling cargo_metadata v0.19.2
21472026-03-20T18:16:45.155Z Compiling phf v0.13.1
21482026-03-20T18:16:45.234Z Compiling hyper-tls v0.6.0
21492026-03-20T18:16:45.261Z Compiling signal-hook-mio v0.2.5
21502026-03-20T18:16:45.410Z Compiling daft v0.1.5
21512026-03-20T18:16:45.435Z Compiling rayon v1.11.0
21522026-03-20T18:16:45.543Z Compiling cookie_store v0.22.1
21532026-03-20T18:16:45.568Z Compiling postgres-types v0.2.12
21542026-03-20T18:16:45.649Z Compiling zstd v0.13.3
21552026-03-20T18:16:45.747Z Compiling bzip2 v0.4.4
21562026-03-20T18:16:45.793Z Compiling strum v0.27.2
21572026-03-20T18:16:46.137Z Compiling hubpack v0.1.2
21582026-03-20T18:16:46.270Z Compiling ed25519 v2.2.3
21592026-03-20T18:16:46.335Z Compiling phf_shared v0.11.3
21602026-03-20T18:16:46.592Z Compiling pkcs1 v0.7.5
21612026-03-20T18:16:46.635Z Compiling hex v0.4.3
21622026-03-20T18:16:46.660Z Compiling serde-big-array v0.5.1
21632026-03-20T18:16:46.838Z Compiling rfc6979 v0.4.0
21642026-03-20T18:16:46.888Z Compiling bstr v1.12.1
21652026-03-20T18:16:47.102Z Compiling itertools v0.12.1
21662026-03-20T18:16:47.133Z Compiling float-cmp v0.10.0
21672026-03-20T18:16:47.149Z Compiling memmap2 v0.9.10
21682026-03-20T18:16:47.176Z Compiling env_filter v1.0.0
21692026-03-20T18:16:47.288Z Compiling encoding_rs v0.8.35
21702026-03-20T18:16:47.322Z Compiling mime v0.3.17
21712026-03-20T18:16:47.447Z Compiling normalize-line-endings v0.3.0
21722026-03-20T18:16:47.561Z Compiling unit-prefix v0.5.2
21732026-03-20T18:16:47.589Z Compiling new_debug_unreachable v1.0.6
21742026-03-20T18:16:47.653Z Compiling whoami v2.1.0
21752026-03-20T18:16:47.696Z Compiling precomputed-hash v0.1.1
21762026-03-20T18:16:47.734Z Compiling data-encoding v2.10.0
21772026-03-20T18:16:47.766Z Compiling predicates-core v1.0.10
21782026-03-20T18:16:47.829Z Compiling jiff v0.2.21
21792026-03-20T18:16:47.902Z Compiling fixedbitset v0.5.7
21802026-03-20T18:16:47.928Z Compiling difflib v0.4.0
21812026-03-20T18:16:48.105Z Compiling fixedbitset v0.4.2
21822026-03-20T18:16:48.131Z Compiling static_assertions v1.1.0
21832026-03-20T18:16:48.138Z Compiling rustc-hash v2.1.1
21842026-03-20T18:16:48.180Z Compiling keccak v0.1.6
21852026-03-20T18:16:48.244Z Compiling toml_write v0.1.2
21862026-03-20T18:16:48.297Z Compiling iddqd v0.3.17
21872026-03-20T18:16:48.334Z Compiling petgraph v0.6.5
21882026-03-20T18:16:48.395Z Compiling sha3 v0.10.8
21892026-03-20T18:16:48.465Z Compiling toml_edit v0.22.27
21902026-03-20T18:16:48.543Z Compiling predicates v3.1.4
21912026-03-20T18:16:48.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21922026-03-20T18:16:48.775Z Compiling zone v0.3.1
21932026-03-20T18:16:48.775Z Compiling petgraph v0.8.3
21942026-03-20T18:16:49.129Z Compiling hickory-proto v0.25.2
21952026-03-20T18:16:49.333Z Compiling tokio-postgres v0.7.16
21962026-03-20T18:16:49.619Z Compiling string_cache v0.8.9
21972026-03-20T18:16:49.810Z Compiling indicatif v0.18.4
21982026-03-20T18:16:49.928Z Compiling similar v2.7.0
21992026-03-20T18:16:50.392Z Compiling env_logger v0.11.9
22002026-03-20T18:16:50.830Z Compiling usdt v0.6.0
22012026-03-20T18:16:51.309Z Compiling serde_with v3.17.0
22022026-03-20T18:16:51.379Z Compiling ecdsa v0.16.9
22032026-03-20T18:16:51.467Z Compiling zip v4.6.1
22042026-03-20T18:16:51.853Z Compiling rsa v0.9.10
22052026-03-20T18:16:52.189Z Compiling clap v4.5.60
22062026-03-20T18:16:52.317Z Compiling ed25519-dalek v2.2.0
22072026-03-20T18:16:52.700Z Compiling crossterm v0.28.1
22082026-03-20T18:16:53.063Z Compiling zip v0.6.6
22092026-03-20T18:16:53.151Z Compiling strum v0.26.3
22102026-03-20T18:16:53.178Z Compiling toml v0.7.8
22112026-03-20T18:16:53.335Z Compiling tokio-stream v0.1.18
22122026-03-20T18:16:53.403Z Compiling buf-list v1.1.2
22132026-03-20T18:16:53.843Z Compiling x509-cert v0.2.5
22142026-03-20T18:16:53.865Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-20T18:16:53.991Z Compiling openapiv3 v2.2.0
22162026-03-20T18:16:54.043Z Compiling sha1 v0.10.6
22172026-03-20T18:16:54.295Z Compiling itertools v0.13.0
22182026-03-20T18:16:54.358Z Compiling lalrpop-util v0.19.12
22192026-03-20T18:16:55.001Z Compiling peg-runtime v0.8.5
22202026-03-20T18:17:10.083Z Compiling macaddr v1.0.1
22212026-03-20T18:17:10.404Z Compiling structmeta-derive v0.3.0
22222026-03-20T18:17:10.478Z Compiling itertools v0.14.0
22232026-03-20T18:17:11.133Z Compiling heapless v0.8.0
22242026-03-20T18:17:12.219Z Compiling ingot-macros v0.1.1
22252026-03-20T18:17:12.540Z Compiling structmeta v0.3.0
22262026-03-20T18:17:15.549Z Compiling rustls-webpki v0.103.9
22272026-03-20T18:17:17.541Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-20T18:17:18.749Z Compiling hash32 v0.3.1
22292026-03-20T18:17:18.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-20T18:17:18.833Z Compiling smoltcp v0.11.0
22312026-03-20T18:17:19.204Z Compiling proc-macro-crate v3.4.0
22322026-03-20T18:17:19.236Z Compiling ingot-types v0.1.2
22332026-03-20T18:17:19.288Z Compiling cobs v0.3.0
22342026-03-20T18:17:19.405Z Compiling rustls v0.22.4
22352026-03-20T18:17:19.621Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-20T18:17:19.693Z Compiling postcard v1.1.3
22372026-03-20T18:17:19.720Z Compiling proc-macro-crate v1.3.1
22382026-03-20T18:17:19.765Z Compiling num_enum_derive v0.7.5
22392026-03-20T18:17:19.782Z Compiling ingot v0.1.1
22402026-03-20T18:17:19.858Z Compiling rustls-webpki v0.102.8
22412026-03-20T18:17:20.044Z Compiling futures-executor v0.3.32
22422026-03-20T18:17:20.161Z Compiling foreign-types-macros v0.2.3
22432026-03-20T18:17:20.232Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-20T18:17:20.434Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-20T18:17:20.692Z Compiling tokio-rustls v0.26.4
22462026-03-20T18:17:20.759Z Compiling rustls-platform-verifier v0.6.2
22472026-03-20T18:17:20.821Z Compiling multer v3.1.0
22482026-03-20T18:17:20.935Z Compiling thread_local v1.1.9
22492026-03-20T18:17:20.977Z Compiling typeid v1.0.3
22502026-03-20T18:17:21.039Z Compiling hyper-rustls v0.27.7
22512026-03-20T18:17:21.073Z Compiling cpufeatures v0.3.0
22522026-03-20T18:17:21.074Z Compiling match_cfg v0.1.0
22532026-03-20T18:17:21.104Z Compiling slog-async v2.8.0
22542026-03-20T18:17:21.121Z Compiling foreign-types-shared v0.3.1
22552026-03-20T18:17:21.142Z Compiling hostname v0.3.1
22562026-03-20T18:17:21.178Z Compiling chacha20 v0.10.0
22572026-03-20T18:17:21.254Z Compiling foreign-types v0.5.0
22582026-03-20T18:17:21.325Z Compiling reqwest v0.12.28
22592026-03-20T18:17:21.373Z Compiling reqwest v0.13.2
22602026-03-20T18:17:21.464Z Compiling num_enum v0.7.5
22612026-03-20T18:17:21.529Z Compiling futures v0.3.32
22622026-03-20T18:17:21.553Z Compiling num_enum_derive v0.5.11
22632026-03-20T18:17:21.668Z Compiling derive-ex v0.1.8
22642026-03-20T18:17:21.739Z Compiling tabwriter v1.4.1
22652026-03-20T18:17:21.833Z Compiling slog-json v2.6.1
22662026-03-20T18:17:22.173Z Compiling crossbeam-channel v0.5.15
22672026-03-20T18:17:22.200Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-20T18:17:22.224Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-20T18:17:22.770Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-20T18:17:22.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-03-20T18:17:22.827Z Compiling async-stream-impl v0.3.6
22722026-03-20T18:17:22.868Z Compiling serde_spanned v1.0.4
22732026-03-20T18:17:23.039Z Compiling is-terminal v0.4.17
22742026-03-20T18:17:23.091Z Compiling cstr-argument v0.1.2
22752026-03-20T18:17:23.112Z Compiling dropshot v0.16.7
22762026-03-20T18:17:23.122Z Compiling term v1.2.1
22772026-03-20T18:17:23.579Z Compiling crucible-workspace-hack v0.1.0
22782026-03-20T18:17:23.583Z Compiling take_mut v0.2.2
22792026-03-20T18:17:23.584Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-20T18:17:23.584Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-20T18:17:23.584Z Compiling erased-serde v0.4.9
22822026-03-20T18:17:23.584Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-20T18:17:23.648Z Compiling async-stream v0.3.6
22842026-03-20T18:17:23.673Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-20T18:17:23.696Z Compiling slog-term v2.9.2
22862026-03-20T18:17:23.700Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-20T18:17:23.790Z Compiling test-strategy v0.4.5
22882026-03-20T18:17:23.823Z Compiling num_enum v0.5.11
22892026-03-20T18:17:23.909Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-20T18:17:24.001Z Compiling slog-bunyan v2.5.0
22912026-03-20T18:17:24.155Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-20T18:17:24.462Z Compiling tokio-rustls v0.25.0
22932026-03-20T18:17:24.466Z Compiling rand v0.10.0
22942026-03-20T18:17:24.803Z Compiling parse-display-derive v0.10.0
22952026-03-20T18:17:24.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-20T18:17:25.087Z Compiling backon v1.6.0
22972026-03-20T18:17:25.149Z Compiling waitgroup v0.1.2
22982026-03-20T18:17:25.232Z Compiling newtype-uuid-macros v0.1.0
22992026-03-20T18:17:25.301Z Compiling dropshot_endpoint v0.16.7
23002026-03-20T18:17:25.337Z Compiling rustls-pemfile v2.2.0
23012026-03-20T18:17:25.368Z Compiling serde_path_to_error v0.1.20
23022026-03-20T18:17:25.391Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-20T18:17:25.439Z Compiling hostname v0.4.2
23042026-03-20T18:17:25.546Z Compiling instant v0.1.13
23052026-03-20T18:17:25.589Z Compiling libefi-sys v0.1.0
23062026-03-20T18:17:25.681Z Compiling debug-ignore v1.0.5
23072026-03-20T18:17:25.719Z Compiling colored v3.1.1
23082026-03-20T18:17:25.741Z Compiling backoff v0.4.0
23092026-03-20T18:17:25.762Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-20T18:17:25.836Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-20T18:17:25.918Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-20T18:17:26.508Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-20T18:17:26.512Z Compiling camino-tempfile v1.4.1
23142026-03-20T18:17:26.512Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-20T18:17:26.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-20T18:17:26.672Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-20T18:17:26.700Z Compiling usdt-macro v0.5.0
23182026-03-20T18:17:26.700Z Compiling usdt-attr-macro v0.5.0
23192026-03-20T18:17:26.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-03-20T18:17:26.777Z Compiling secrecy v0.10.3
23212026-03-20T18:17:26.840Z Compiling parse-display v0.10.0
23222026-03-20T18:17:27.014Z Compiling num-derive v0.4.2
23232026-03-20T18:17:27.273Z Compiling bitfield-struct v0.6.2
23242026-03-20T18:17:27.642Z Compiling regress v0.10.5
23252026-03-20T18:17:27.668Z Compiling ordered-float v2.10.1
23262026-03-20T18:17:27.752Z Compiling blake3 v1.8.3
23272026-03-20T18:17:27.982Z Compiling memmap v0.7.0
23282026-03-20T18:17:28.093Z Compiling sigpipe v0.1.3
23292026-03-20T18:17:28.122Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-20T18:17:28.237Z Compiling glob v0.3.3
23312026-03-20T18:17:28.271Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23322026-03-20T18:17:28.303Z Compiling usdt v0.5.0
23332026-03-20T18:17:28.492Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-20T18:17:28.542Z Compiling serde-value v0.7.0
23352026-03-20T18:17:28.575Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-20T18:17:28.652Z Compiling serde-untagged v0.1.9
23372026-03-20T18:17:28.828Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-20T18:17:29.115Z Compiling toml v0.8.23
23392026-03-20T18:17:29.138Z Compiling smf v0.2.3
23402026-03-20T18:17:29.161Z Compiling filetime v0.2.27
23412026-03-20T18:17:29.196Z Compiling same-file v1.0.6
23422026-03-20T18:17:29.224Z Compiling arrayvec v0.7.6
23432026-03-20T18:17:29.358Z Compiling arrayref v0.3.9
23442026-03-20T18:17:29.425Z Compiling whoami v1.6.1
23452026-03-20T18:17:29.466Z Compiling xattr v1.6.1
23462026-03-20T18:17:29.493Z Compiling constant_time_eq v0.4.2
23472026-03-20T18:17:29.493Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-20T18:17:29.512Z Compiling unicode-xid v0.2.6
23492026-03-20T18:17:29.555Z Compiling walkdir v2.5.0
23502026-03-20T18:17:29.636Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-20T18:17:29.697Z Compiling tar v0.4.44
23522026-03-20T18:17:29.723Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-20T18:17:29.723Z Compiling tokio-dtrace v0.1.1
23542026-03-20T18:17:30.003Z Compiling cargo-util-schemas v0.8.2
23552026-03-20T18:17:30.087Z Compiling gethostname v0.5.0
23562026-03-20T18:17:30.162Z Compiling cargo-platform v0.2.0
23572026-03-20T18:17:30.253Z Compiling topological-sort v0.2.2
23582026-03-20T18:17:30.465Z Compiling oxide-tokio-rt v0.1.3
23592026-03-20T18:17:30.498Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-20T18:17:30.526Z Compiling indent_write v2.2.0
23612026-03-20T18:17:30.541Z Compiling shell-words v1.1.1
23622026-03-20T18:17:31.898Z Compiling cargo_metadata v0.21.0
23632026-03-20T18:17:42.555Z Compiling progenitor-client v0.13.0
23642026-03-20T18:17:42.598Z Compiling progenitor-client v0.10.0
23652026-03-20T18:17:42.598Z Compiling omicron-zone-package v0.12.2
23662026-03-20T18:17:42.689Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-20T18:17:42.694Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-20T18:17:42.694Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-20T18:17:42.694Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-20T18:17:43.154Z Compiling progenitor-extras v0.1.1
23712026-03-20T18:17:43.476Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-20T18:17:53.101Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-20T18:17:54.336Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-20T18:18:02.695Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-20T18:18:02.849Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-20T18:18:02.922ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-20T18:18:02.928ZCreated new build target 'test' and set it as active
23782026-03-20T18:18:02.928Z
23792026-03-20T18:18:02.928Zreal 1:54.987158024
23802026-03-20T18:18:02.928Zuser 20:13.808608023
23812026-03-20T18:18:02.928Zsys 3:05.963829026
23822026-03-20T18:18:02.928Ztrap 0.539085378
23832026-03-20T18:18:02.928Ztflt 2.877449182
23842026-03-20T18:18:02.928Zdflt 3.756830561
23852026-03-20T18:18:02.929Zkflt 0.000566150
23862026-03-20T18:18:02.929Zlock 1:04:14.265262569
23872026-03-20T18:18:02.929Zslp 51:31.686492321
23882026-03-20T18:18:02.929Zlat 46.070329121
23892026-03-20T18:18:02.929Zstop 7:49.233551717
23902026-03-20T18:18:02.929Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-20T18:18:04.133Z Finished `release` profile [optimized] target(s) in 1.20s
23922026-03-20T18:18:04.202Z Running `target/release/omicron-package -t test package`
23932026-03-20T18:18:04.274ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-20T18:18:06.254Z Compiling regress v0.10.5
23952026-03-20T18:18:06.254Z Compiling heck v0.5.0
23962026-03-20T18:18:06.354Z Compiling unsafe-libyaml v0.2.11
23972026-03-20T18:18:06.610Z Compiling convert_case v0.4.0
23982026-03-20T18:18:06.634Z Compiling half v2.7.1
23992026-03-20T18:18:06.634Z Compiling ciborium-io v0.2.2
24002026-03-20T18:18:06.634Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-20T18:18:06.634Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-20T18:18:06.726Z Compiling prettyplease v0.2.37
24032026-03-20T18:18:06.763Z Compiling typify-impl v0.6.1
24042026-03-20T18:18:06.763Z Compiling universal-hash v0.5.1
24052026-03-20T18:18:06.763Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-20T18:18:06.763Z Compiling opaque-debug v0.3.1
24072026-03-20T18:18:06.763Z Compiling unicode-width v0.1.14
24082026-03-20T18:18:06.954Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-20T18:18:07.027Z Compiling chacha20 v0.9.1
24102026-03-20T18:18:07.027Z Compiling password-hash v0.5.0
24112026-03-20T18:18:07.027Z Compiling derive_more v0.99.20
24122026-03-20T18:18:07.027Z Compiling ciborium-ll v0.2.2
24132026-03-20T18:18:07.028Z Compiling poly1305 v0.8.0
24142026-03-20T18:18:07.028Z Compiling blake2 v0.10.6
24152026-03-20T18:18:07.113Z Compiling aead v0.5.2
24162026-03-20T18:18:07.193Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-20T18:18:07.301Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-03-20T18:18:07.310Z Compiling is-terminal v0.4.17
24192026-03-20T18:18:07.433Z Compiling ciborium v0.2.2
24202026-03-20T18:18:07.450Z Compiling swrite v0.1.0
24212026-03-20T18:18:07.450Z Compiling chacha20poly1305 v0.10.1
24222026-03-20T18:18:07.450Z Compiling argon2 v0.5.3
24232026-03-20T18:18:07.579Z Compiling serde_spanned v1.0.4
24242026-03-20T18:18:07.744Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-20T18:18:08.079Z Compiling bytecount v0.6.9
24262026-03-20T18:18:08.214Z Compiling rustls v0.22.4
24272026-03-20T18:18:08.214Z Compiling rustls-webpki v0.102.8
24282026-03-20T18:18:08.214Z Compiling derive-where v1.6.0
24292026-03-20T18:18:08.214Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-20T18:18:08.214Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-20T18:18:08.214Z Compiling thread_local v1.1.9
24322026-03-20T18:18:08.338Z Compiling match_cfg v0.1.0
24332026-03-20T18:18:08.506Z Compiling thiserror-no-std v2.0.2
24342026-03-20T18:18:08.506Z Compiling hostname v0.3.1
24352026-03-20T18:18:08.538Z Compiling vsss-rs v3.3.4
24362026-03-20T18:18:08.550Z Compiling multer v3.1.0
24372026-03-20T18:18:08.554Z Compiling slog-async v2.8.0
24382026-03-20T18:18:08.643Z Compiling slog-json v2.6.1
24392026-03-20T18:18:08.672Z Compiling crossbeam-channel v0.5.15
24402026-03-20T18:18:08.730Z Compiling futures-executor v0.3.32
24412026-03-20T18:18:08.741Z Compiling term v1.2.1
24422026-03-20T18:18:08.781Z Compiling take_mut v0.2.2
24432026-03-20T18:18:08.936Z Compiling futures v0.3.32
24442026-03-20T18:18:08.965Z Compiling slog-bunyan v2.5.0
24452026-03-20T18:18:09.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-20T18:18:09.083Z Compiling async-stream v0.3.6
24472026-03-20T18:18:09.210Z Compiling slog-term v2.9.2
24482026-03-20T18:18:09.236Z Compiling dropshot v0.16.7
24492026-03-20T18:18:09.308Z Compiling progenitor-client v0.13.0
24502026-03-20T18:18:09.312Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-20T18:18:09.375Z Compiling waitgroup v0.1.2
24522026-03-20T18:18:09.452Z Compiling backon v1.6.0
24532026-03-20T18:18:09.507Z Compiling rustls-pemfile v2.2.0
24542026-03-20T18:18:09.582Z Compiling serde_path_to_error v0.1.20
24552026-03-20T18:18:09.620Z Compiling hostname v0.4.2
24562026-03-20T18:18:09.624Z Compiling instant v0.1.13
24572026-03-20T18:18:09.624Z Compiling debug-ignore v1.0.5
24582026-03-20T18:18:09.725Z Compiling progenitor-extras v0.1.1
24592026-03-20T18:18:09.758Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-20T18:18:09.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-20T18:18:09.829Z Compiling backoff v0.4.0
24622026-03-20T18:18:09.833Z Compiling parse-display v0.10.0
24632026-03-20T18:18:09.901Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-20T18:18:09.901Z Compiling progenitor-client v0.10.0
24652026-03-20T18:18:09.901Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-20T18:18:10.001Z Compiling macaddr v1.0.1
24672026-03-20T18:18:10.037Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-20T18:18:10.075Z Compiling console v0.15.11
24692026-03-20T18:18:10.111Z Compiling newline-converter v0.3.0
24702026-03-20T18:18:10.144Z Compiling atomicwrites v0.4.4
24712026-03-20T18:18:10.180Z Compiling num-rational v0.4.2
24722026-03-20T18:18:10.329Z Compiling num-complex v0.4.6
24732026-03-20T18:18:10.364Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-20T18:18:10.508Z Compiling slog-dtrace v0.3.0
24752026-03-20T18:18:10.545Z Compiling async-recursion v1.1.1
24762026-03-20T18:18:10.638Z Compiling expectorate v1.2.0
24772026-03-20T18:18:10.728Z Compiling float-ord v0.3.2
24782026-03-20T18:18:10.924Z Compiling cancel-safe-futures v0.1.5
24792026-03-20T18:18:10.980Z Compiling tokio-rustls v0.25.0
24802026-03-20T18:18:11.052Z Compiling num v0.4.3
24812026-03-20T18:18:11.097Z Compiling owo-colors v4.3.0
24822026-03-20T18:18:11.218Z Compiling libsw-core v0.3.2
24832026-03-20T18:18:11.269Z Compiling resolv-conf v0.7.6
24842026-03-20T18:18:11.404Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-20T18:18:11.510Z Compiling libsw v3.5.0
24862026-03-20T18:18:11.544Z Compiling toml v0.8.23
24872026-03-20T18:18:11.581Z Compiling linear-map v1.2.0
24882026-03-20T18:18:11.691Z Compiling minimal-lexical v0.2.1
24892026-03-20T18:18:11.758Z Compiling linked-hash-map v0.5.6
24902026-03-20T18:18:11.906Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-20T18:18:11.957Z Compiling unicode-xid v0.2.6
24922026-03-20T18:18:12.068Z Compiling lru-cache v0.1.2
24932026-03-20T18:18:12.099Z Compiling nom v7.1.3
24942026-03-20T18:18:12.103Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-20T18:18:12.103Z Compiling globset v0.4.18
24962026-03-20T18:18:12.233Z Compiling hickory-proto v0.24.4
24972026-03-20T18:18:12.291Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-20T18:18:12.399Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-03-20T18:18:12.639Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25002026-03-20T18:18:13.052Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-03-20T18:18:13.589Z Compiling typify-macro v0.6.1
25022026-03-20T18:18:13.914Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-03-20T18:18:14.011Z Compiling convert_case v0.10.0
25042026-03-20T18:18:14.448Z Compiling derive_more-impl v2.1.1
25052026-03-20T18:18:15.313Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-20T18:18:15.350Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-20T18:18:15.510Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-20T18:18:15.584Z Compiling pin-project-internal v1.1.11
25092026-03-20T18:18:15.698Z Compiling hickory-resolver v0.24.4
25102026-03-20T18:18:15.712Z Compiling typify v0.6.1
25112026-03-20T18:18:15.867Z Compiling progenitor-impl v0.13.0
25122026-03-20T18:18:17.045Z Compiling pin-project v1.1.11
25132026-03-20T18:18:17.181Z Compiling derive_more v2.1.1
25142026-03-20T18:18:17.222Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-20T18:18:17.320Z Compiling qorb v0.4.1
25162026-03-20T18:18:17.489Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-20T18:18:17.694Z Compiling pem v3.0.6
25182026-03-20T18:18:17.942Z Compiling snafu-derive v0.8.9
25192026-03-20T18:18:18.604Z Compiling termtree v0.5.1
25202026-03-20T18:18:18.751Z Compiling crossterm v0.29.0
25212026-03-20T18:18:18.868Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-20T18:18:18.998Z Compiling progenitor-macro v0.13.0
25232026-03-20T18:18:19.944Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-20T18:18:19.993Z Compiling olpc-cjson v0.1.4
25252026-03-20T18:18:20.279Z Compiling snafu v0.8.9
25262026-03-20T18:18:20.312Z Compiling phf_shared v0.12.1
25272026-03-20T18:18:20.659Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-20T18:18:21.030Z Compiling serde_plain v1.0.2
25292026-03-20T18:18:21.370Z Compiling vte v0.14.1
25302026-03-20T18:18:21.443Z Compiling csv-core v0.1.13
25312026-03-20T18:18:21.696Z Compiling highway v1.3.0
25322026-03-20T18:18:22.019Z Compiling chrono-tz v0.10.4
25332026-03-20T18:18:22.531Z Compiling typed-path v0.9.3
25342026-03-20T18:18:22.672Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-20T18:18:22.857Z Compiling csv v1.4.0
25362026-03-20T18:18:22.892Z Compiling strip-ansi-escapes v0.2.1
25372026-03-20T18:18:23.390Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-03-20T18:18:23.626Z Compiling phf v0.12.1
25392026-03-20T18:18:23.755Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-20T18:18:23.920Z Compiling const_format_proc_macros v0.2.34
25412026-03-20T18:18:24.121Z Compiling tough v0.20.0
25422026-03-20T18:18:24.426Z Compiling papergrid v0.11.0
25432026-03-20T18:18:24.458Z Compiling fd-lock v4.0.4
25442026-03-20T18:18:24.669Z Compiling peg-macros v0.8.5
25452026-03-20T18:18:24.971Z Compiling tabled_derive v0.7.0
25462026-03-20T18:18:25.023Z Compiling progenitor v0.13.0
25472026-03-20T18:18:25.253Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-20T18:18:25.921Z Compiling nu-ansi-term v0.50.3
25492026-03-20T18:18:26.332Z Compiling reedline v0.40.0
25502026-03-20T18:18:26.368Z Compiling tabled v0.15.0
25512026-03-20T18:18:26.403Z Compiling peg v0.8.5
25522026-03-20T18:18:26.537Z Compiling const_format v0.2.35
25532026-03-20T18:18:26.705Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-20T18:18:27.183Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-20T18:18:27.228Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-03-20T18:18:28.760Z Compiling bcs v0.1.6
25572026-03-20T18:18:28.960Z Compiling semver v0.1.20
25582026-03-20T18:18:29.357Z Compiling rustc_version v0.1.7
25592026-03-20T18:18:29.384Z Compiling base64 v0.21.7
25602026-03-20T18:18:29.650Z Compiling newtype_derive v0.1.6
25612026-03-20T18:18:29.941Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-20T18:18:30.046Z Compiling typify-impl v0.4.3
25632026-03-20T18:18:30.307Z Compiling smawk v0.3.2
25642026-03-20T18:18:30.607Z Compiling unicode-linebreak v0.1.5
25652026-03-20T18:18:30.691Z Compiling humantime v2.3.0
25662026-03-20T18:18:30.817Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-20T18:18:30.829Z Compiling textwrap v0.16.2
25682026-03-20T18:18:31.092Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-20T18:18:31.149Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-20T18:18:31.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-20T18:18:31.365Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-20T18:18:31.784Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-20T18:18:31.852Z Compiling steno v0.4.1
25742026-03-20T18:18:32.887Z Compiling utf-8 v0.7.6
25752026-03-20T18:18:33.278Z Compiling tagptr v0.2.0
25762026-03-20T18:18:33.526Z Compiling moka v0.12.13
25772026-03-20T18:18:33.623Z Compiling tungstenite v0.21.0
25782026-03-20T18:18:34.081Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-20T18:18:34.297Z Compiling radium v0.7.0
25802026-03-20T18:18:34.670Z Compiling tokio-tungstenite v0.21.0
25812026-03-20T18:18:35.100Z Compiling typify-macro v0.4.3
25822026-03-20T18:18:35.162Z Compiling hickory-resolver v0.25.2
25832026-03-20T18:18:35.238Z Compiling tap v1.0.1
25842026-03-20T18:18:35.430Z Compiling maybe-uninit v2.0.0
25852026-03-20T18:18:35.715Z Compiling wyz v0.5.1
25862026-03-20T18:18:36.050Z Compiling zerocopy-derive v0.6.6
25872026-03-20T18:18:36.292Z Compiling crc-catalog v2.4.0
25882026-03-20T18:18:36.327Z Compiling display-error-chain v0.2.2
25892026-03-20T18:18:36.450Z Compiling funty v2.0.0
25902026-03-20T18:18:36.548Z Compiling packed_struct v0.10.1
25912026-03-20T18:18:36.583Z Compiling crc v3.4.0
25922026-03-20T18:18:36.891Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-20T18:18:37.104Z Compiling bitvec v1.0.1
25942026-03-20T18:18:37.127Z Compiling zerocopy v0.6.6
25952026-03-20T18:18:37.180Z Compiling typify v0.4.3
25962026-03-20T18:18:37.708Z Compiling progenitor-impl v0.10.0
25972026-03-20T18:18:37.808Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-20T18:18:39.661Z Compiling packed_struct_codegen v0.10.1
25992026-03-20T18:18:39.861Z Compiling bitfield-macros v0.19.4
26002026-03-20T18:18:40.639Z Compiling progenitor-macro v0.10.0
26012026-03-20T18:18:40.646Z Compiling indexmap v1.9.3
26022026-03-20T18:18:40.826Z Compiling nodrop v0.1.14
26032026-03-20T18:18:40.996Z Compiling array-init v0.0.4
26042026-03-20T18:18:41.028Z Compiling bitfield v0.19.4
26052026-03-20T18:18:41.564Z Compiling smallvec v0.6.14
26062026-03-20T18:18:41.626Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-20T18:18:41.690Z Compiling num-derive v0.3.3
26082026-03-20T18:18:42.005Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-20T18:18:42.421Z Compiling hashbrown v0.12.3
26102026-03-20T18:18:42.825Z Compiling proc-macro-error2 v2.0.1
26112026-03-20T18:18:42.857Z Compiling libscf-sys v1.1.0
26122026-03-20T18:18:42.926Z Compiling serde-hex v0.1.0
26132026-03-20T18:18:43.096Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-20T18:18:43.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-20T18:18:43.304Z Compiling ron v0.8.1
26162026-03-20T18:18:43.477Z Compiling hashbrown v0.13.2
26172026-03-20T18:18:43.614Z Compiling vergen-gitcl v1.0.8
26182026-03-20T18:18:43.872Z Compiling dirs-sys-next v0.1.2
26192026-03-20T18:18:43.949Z Compiling crc-any v2.5.0
26202026-03-20T18:18:44.234Z Compiling crunchy v0.2.4
26212026-03-20T18:18:44.296Z Compiling maplit v1.0.2
26222026-03-20T18:18:44.446Z Compiling diesel_derives v2.3.7
26232026-03-20T18:18:44.510Z Compiling glob v0.3.3
26242026-03-20T18:18:44.654Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-20T18:18:44.773Z Compiling object v0.30.4
26262026-03-20T18:18:45.030Z Compiling clang-sys v1.8.1
26272026-03-20T18:18:45.215Z Compiling dirs-next v2.0.0
26282026-03-20T18:18:45.463Z Compiling tabled_derive v0.11.0
26292026-03-20T18:18:45.504Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-20T18:18:45.535Z Compiling papergrid v0.17.0
26312026-03-20T18:18:45.642Z Compiling testing_table v0.3.0
26322026-03-20T18:18:45.868Z Compiling dsl_auto_type v0.2.0
26332026-03-20T18:18:46.081Z Compiling scheduled-thread-pool v0.2.7
26342026-03-20T18:18:46.232Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-20T18:18:46.386Z Compiling path-slash v0.1.5
26362026-03-20T18:18:46.429Z Compiling tiny-keccak v2.0.2
26372026-03-20T18:18:46.549Z Compiling r2d2 v0.8.10
26382026-03-20T18:18:46.588Z Compiling progenitor v0.10.0
26392026-03-20T18:18:46.837Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-20T18:18:46.857Z Compiling term v0.7.0
26412026-03-20T18:18:46.926Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-20T18:18:46.955Z Compiling arc-swap v1.8.2
26432026-03-20T18:18:46.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-20T18:18:47.022Z Compiling bit-vec v0.6.3
26452026-03-20T18:18:47.291Z Compiling tabled v0.20.0
26462026-03-20T18:18:47.348Z Compiling downcast-rs v2.0.2
26472026-03-20T18:18:47.454Z Compiling xshell-macros v0.2.7
26482026-03-20T18:18:47.489Z Compiling slog-scope v4.4.1
26492026-03-20T18:18:47.523Z Compiling bit-set v0.5.3
26502026-03-20T18:18:47.614Z Compiling ascii-canvas v3.0.0
26512026-03-20T18:18:47.956Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-20T18:18:47.983Z Compiling xshell v0.2.7
26532026-03-20T18:18:48.082Z Compiling itertools v0.10.5
26542026-03-20T18:18:48.140Z Compiling ena v0.14.4
26552026-03-20T18:18:48.523Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-20T18:18:48.536Z Compiling libloading v0.8.9
26572026-03-20T18:18:48.797Z Compiling diff v0.1.13
26582026-03-20T18:18:48.844Z Compiling regex-syntax v0.6.29
26592026-03-20T18:18:49.159Z Compiling unicase v2.9.0
26602026-03-20T18:18:49.558Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-03-20T18:18:49.602Z Compiling bindgen v0.71.1
26622026-03-20T18:18:49.651Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-20T18:18:51.275Z Compiling lalrpop v0.19.12
26642026-03-20T18:18:52.195Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-20T18:18:52.913Z Compiling slog-stdlog v4.1.1
26662026-03-20T18:18:53.424Z Compiling diesel v2.3.7
26672026-03-20T18:18:53.479Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-20T18:18:53.632Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-20T18:18:54.027Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-20T18:18:54.599Z Compiling cexpr v0.6.0
26712026-03-20T18:18:54.675Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-20T18:18:54.799Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-20T18:18:54.940Z Compiling crc8 v0.1.1
26742026-03-20T18:18:55.025Z Compiling slog-envlogger v2.2.0
26752026-03-20T18:18:55.052Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-20T18:18:55.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-20T18:18:55.529Z Compiling headers-core v0.3.0
26782026-03-20T18:18:55.706Z Compiling libxml v0.3.3
26792026-03-20T18:18:55.942Z Compiling headers v0.4.1
26802026-03-20T18:18:56.123Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-20T18:18:56.541Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-20T18:18:56.837Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-20T18:18:57.328Z Compiling strum_macros v0.24.3
26842026-03-20T18:18:57.373Z Compiling indoc v1.0.9
26852026-03-20T18:18:57.499Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-20T18:18:57.770Z Compiling derive_builder v0.20.2
26872026-03-20T18:18:57.803Z Compiling oso-derive v0.27.3
26882026-03-20T18:18:57.935Z Compiling quick-xml v0.37.5
26892026-03-20T18:18:57.967Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-20T18:18:58.000Z Compiling openssl-probe v0.1.6
26912026-03-20T18:18:58.082Z Compiling half v1.8.3
26922026-03-20T18:18:58.412Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-20T18:18:58.464Z Compiling serde_cbor v0.11.2
26942026-03-20T18:18:58.663Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-20T18:18:59.060Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-20T18:18:59.389Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-20T18:18:59.685Z Compiling bb8 v0.8.6
26982026-03-20T18:18:59.782Z Compiling trait-variant v0.1.2
26992026-03-20T18:18:59.922Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-20T18:18:59.940Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-20T18:19:00.180Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-20T18:19:00.329Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-20T18:19:00.525Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-20T18:19:00.703Z Compiling fxhash v0.2.1
27052026-03-20T18:19:00.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-20T18:19:00.993Z Compiling kstat-rs v0.2.4
27072026-03-20T18:19:01.138Z Compiling libz-sys v1.1.24
27082026-03-20T18:19:01.166Z Compiling nonempty v0.12.0
27092026-03-20T18:19:01.470Z Compiling salty v0.3.0
27102026-03-20T18:19:01.517Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-20T18:19:01.774Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-20T18:19:01.894Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-20T18:19:02.019Z Compiling progenitor-impl v0.11.2
27142026-03-20T18:19:02.050Z Compiling darling_core v0.23.0
27152026-03-20T18:19:02.079Z Compiling samael v0.0.19
27162026-03-20T18:19:02.402Z Compiling polar-core v0.27.3
27172026-03-20T18:19:02.703Z Compiling nanorand v0.7.0
27182026-03-20T18:19:02.979Z Compiling fs-err v2.11.0
27192026-03-20T18:19:03.293Z Compiling parking_lot_core v0.8.6
27202026-03-20T18:19:03.490Z Compiling mime_guess v2.0.5
27212026-03-20T18:19:03.731Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-20T18:19:04.326Z Compiling flume v0.11.1
27232026-03-20T18:19:04.616Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-20T18:19:05.129Z Compiling progenitor-macro v0.11.2
27252026-03-20T18:19:05.194Z Compiling darling_macro v0.23.0
27262026-03-20T18:19:06.286Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-20T18:19:06.825Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-20T18:19:07.049Z Compiling progenitor-client v0.11.2
27292026-03-20T18:19:07.782Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-20T18:19:08.615Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-20T18:19:09.261Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-20T18:19:09.839Z Compiling git-stub v1.0.0
27332026-03-20T18:19:10.177Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-20T18:19:10.919Z Compiling instability v0.3.11
27352026-03-20T18:19:11.059Z Compiling progenitor v0.11.2
27362026-03-20T18:19:11.289Z Compiling git-stub-vcs v0.1.0
27372026-03-20T18:19:11.805Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-20T18:19:13.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-20T18:19:13.837Z Compiling darling v0.23.0
27402026-03-20T18:19:13.985Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-20T18:19:16.908Z Compiling oso v0.27.3
27422026-03-20T18:19:17.501Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-20T18:19:17.652Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-20T18:19:17.689Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-20T18:19:18.857Z Compiling async-bb8-diesel v0.2.1
27462026-03-20T18:19:19.010Z Compiling diesel-dtrace v0.5.0
27472026-03-20T18:19:19.157Z Compiling ignore v0.4.25
27482026-03-20T18:19:19.457Z Compiling primeorder v0.13.6
27492026-03-20T18:19:19.878Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-20T18:19:21.529Z Compiling castaway v0.2.4
27512026-03-20T18:19:21.591Z Compiling nibble_vec v0.1.0
27522026-03-20T18:19:21.727Z Compiling atty v0.2.14
27532026-03-20T18:19:21.794Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-20T18:19:21.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-20T18:19:21.912Z Compiling http-range v0.1.5
27562026-03-20T18:19:22.085Z Compiling parse-size v1.1.0
27572026-03-20T18:19:22.128Z Compiling indoc v2.0.7
27582026-03-20T18:19:22.331Z Compiling endian-type v0.1.2
27592026-03-20T18:19:22.369Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-20T18:19:22.568Z Compiling radix_trie v0.2.1
27612026-03-20T18:19:23.090Z Compiling compact_str v0.8.1
27622026-03-20T18:19:23.173Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-20T18:19:23.629Z Compiling globwalk v0.9.1
27642026-03-20T18:19:24.545Z Compiling p384 v0.13.1
27652026-03-20T18:19:25.158Z Compiling parking_lot v0.11.2
27662026-03-20T18:19:25.628Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-20T18:19:25.741Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-20T18:19:26.263Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-20T18:19:26.351Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-20T18:19:26.383Z Compiling predicates-tree v1.0.13
27712026-03-20T18:19:26.500Z Compiling unicode-truncate v1.1.0
27722026-03-20T18:19:26.768Z Compiling lru v0.12.5
27732026-03-20T18:19:26.966Z Compiling prefix-trie v0.7.0
27742026-03-20T18:19:27.078Z Compiling vergen-git2 v1.0.7
27752026-03-20T18:19:27.378Z Compiling cassowary v0.3.0
27762026-03-20T18:19:27.445Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-20T18:19:27.627Z Compiling hickory-server v0.25.2
27782026-03-20T18:19:28.150Z Compiling ratatui v0.29.0
27792026-03-20T18:19:28.743Z Compiling camino-tempfile-ext v0.3.3
27802026-03-20T18:19:28.842Z Compiling hyper-staticfile v0.10.1
27812026-03-20T18:19:29.401Z Compiling sled v0.34.7
27822026-03-20T18:19:30.451Z Compiling hickory-client v0.25.2
27832026-03-20T18:19:30.752Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-20T18:19:30.929Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-20T18:19:31.616Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-20T18:19:31.641Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-20T18:19:31.647Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-20T18:19:32.635Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-20T18:19:32.791Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-20T18:19:32.902Z Compiling rand_seeder v0.4.0
27912026-03-20T18:19:33.225Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-20T18:19:33.493Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-20T18:19:33.808Z Compiling lzma-sys v0.1.20
27942026-03-20T18:19:33.839Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-03-20T18:19:34.135Z Compiling corncobs v0.1.4
27962026-03-20T18:19:34.201Z Compiling rustls v0.21.12
27972026-03-20T18:19:34.375Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-20T18:19:34.558Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-20T18:19:34.605Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-20T18:19:34.640Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-20T18:19:34.877Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-20T18:19:35.010Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-20T18:19:35.277Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-20T18:19:35.363Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-20T18:19:35.892Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-20T18:19:36.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-20T18:19:38.861Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-20T18:19:39.344Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-20T18:19:39.626Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-20T18:19:39.837Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-20T18:19:39.905Z Compiling cargo_toml v0.22.3
28122026-03-20T18:19:40.109Z Compiling sct v0.7.1
28132026-03-20T18:19:40.467Z Compiling rustls-webpki v0.101.7
28142026-03-20T18:19:41.324Z Compiling nix v0.29.0
28152026-03-20T18:19:41.843Z Compiling secrecy v0.8.0
28162026-03-20T18:19:42.014Z Compiling git2 v0.20.4
28172026-03-20T18:19:42.093Z Compiling void v1.0.2
28182026-03-20T18:19:42.281Z Compiling lzss v0.8.2
28192026-03-20T18:19:42.850Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-20T18:19:42.922Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-20T18:19:43.358Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-20T18:19:43.411Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-20T18:19:43.473Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-20T18:19:44.677Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-20T18:19:44.717Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-20T18:19:45.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-20T18:19:45.669Z Compiling tungstenite v0.23.0
28282026-03-20T18:19:45.838Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-20T18:19:45.930Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-20T18:19:46.184Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-20T18:19:46.247Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-20T18:19:46.452Z Compiling nix v0.27.1
28332026-03-20T18:19:46.597Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-20T18:19:46.623Z Compiling serde_bytes v0.11.19
28352026-03-20T18:19:47.205Z Compiling tokio-tungstenite v0.23.1
28362026-03-20T18:19:47.347Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-20T18:19:47.631Z Compiling tokio-rustls v0.24.1
28382026-03-20T18:19:47.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-20T18:19:48.020Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-03-20T18:19:48.055Z Compiling xz2 v0.1.7
28412026-03-20T18:19:48.724Z Compiling ron v0.12.0
28422026-03-20T18:19:48.779Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-20T18:19:50.672Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-20T18:19:50.939Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-20T18:19:55.463Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-20T18:19:55.597Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-20T18:19:55.612Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-20T18:19:56.018Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-20T18:19:56.460Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-20T18:19:57.205Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-20T18:19:57.668Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-20T18:19:58.141Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-20T18:19:58.394Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-20T18:20:00.699Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-20T18:20:01.178Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-20T18:20:02.119Z Compiling rustls-pemfile v1.0.4
28572026-03-20T18:20:02.151Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-20T18:20:02.636Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-20T18:20:03.532Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-20T18:20:03.813Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-20T18:20:03.892Z Compiling signal-hook-tokio v0.3.1
28622026-03-20T18:20:04.170Z Compiling yasna v0.5.2
28632026-03-20T18:20:04.671Z Compiling twox-hash v2.1.2
28642026-03-20T18:20:04.954Z Compiling is_ci v1.2.0
28652026-03-20T18:20:05.152Z Compiling base16ct v1.0.0
28662026-03-20T18:20:05.553Z Compiling supports-color v3.0.2
28672026-03-20T18:20:05.913Z Compiling rcgen v0.12.1
28682026-03-20T18:20:05.942Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-20T18:20:06.116Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-20T18:20:06.484Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-20T18:20:07.251Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-20T18:20:07.421Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-20T18:20:07.582Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-20T18:20:10.590Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-20T18:20:11.337Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-20T18:20:11.482Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-20T18:20:12.450Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-20T18:20:13.909Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-20T18:20:14.219Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-20T18:20:14.475Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-20T18:20:14.513Z Compiling fatfs v0.3.6
28822026-03-20T18:20:14.769Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-20T18:20:16.109Z Compiling subprocess v0.2.15
28842026-03-20T18:20:16.356Z Compiling rtoolbox v0.0.3
28852026-03-20T18:20:16.710Z Compiling seq-macro v0.3.6
28862026-03-20T18:20:17.352Z Compiling assert_matches v1.5.0
28872026-03-20T18:20:17.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-20T18:20:18.872Z Compiling rpassword v7.4.0
28892026-03-20T18:20:19.227Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-20T18:20:19.889Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-20T18:20:20.329Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-20T18:20:20.507Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-20T18:20:20.540Z Compiling tui-tree-widget v0.23.1
28942026-03-20T18:20:20.908Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-20T18:20:23.344Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-20T18:20:23.493Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-20T18:20:24.047Z Compiling uzers v0.12.2
28982026-03-20T18:20:24.090Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-20T18:20:25.903Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-20T18:20:26.775Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-20T18:20:29.346Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-20T18:20:30.960Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-20T18:20:32.138Z Compiling support-bundle-viewer v0.1.2
29042026-03-20T18:20:33.665Z Compiling multimap v0.10.1
29052026-03-20T18:20:46.787Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-20T18:20:55.734Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-20T18:21:02.230Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-20T18:29:51.229Z Finished `release` profile [optimized] target(s) in 11m 46s
29092026-03-20T18:30:44.436Z
29102026-03-20T18:30:44.440Zreal 12:41.447930037
29112026-03-20T18:30:44.440Zuser 1:43:12.747703339
29122026-03-20T18:30:44.440Zsys 4:16.435544964
29132026-03-20T18:30:44.440Ztrap 2.315557979
29142026-03-20T18:30:44.440Ztflt 2.231359079
29152026-03-20T18:30:44.440Zdflt 16.912193180
29162026-03-20T18:30:44.440Zkflt 0.027433327
29172026-03-20T18:30:44.440Zlock 9:16:37.655583604
29182026-03-20T18:30:44.440Zslp 2:53:38.444225854
29192026-03-20T18:30:44.440Zlat 2:50.855250684
29202026-03-20T18:30:44.440Zstop 7:17.762005257
29212026-03-20T18:30:44.440Z+ mapfile -t packages
29222026-03-20T18:30:44.440Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-20T18:30:45.715Z Finished `release` profile [optimized] target(s) in 1.26s
29242026-03-20T18:30:45.790Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-20T18:30:45.853ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-20T18:30:45.864Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-20T18:30:46.562Z Compiling libc v0.2.180
29282026-03-20T18:30:46.562Z Compiling serde v1.0.228
29292026-03-20T18:30:46.565Z Compiling serde_core v1.0.228
29302026-03-20T18:30:46.696Z Compiling rustix v1.1.3
29312026-03-20T18:30:46.846Z Compiling bitflags v2.11.0
29322026-03-20T18:30:46.846Z Compiling serde_json v1.0.149
29332026-03-20T18:30:46.846Z Compiling num-traits v0.2.19
29342026-03-20T18:30:46.846Z Compiling syn v2.0.117
29352026-03-20T18:30:46.846Z Compiling hashbrown v0.16.1
29362026-03-20T18:30:46.846Z Compiling smallvec v1.15.1
29372026-03-20T18:30:46.846Z Compiling usdt-impl v0.5.0
29382026-03-20T18:30:46.851Z Compiling syn v1.0.109
29392026-03-20T18:30:46.857Z Compiling percent-encoding v2.3.2
29402026-03-20T18:30:46.860Z Compiling log v0.4.29
29412026-03-20T18:30:47.051Z Compiling getrandom v0.4.1
29422026-03-20T18:30:47.207Z Compiling form_urlencoded v1.2.2
29432026-03-20T18:30:47.346Z Compiling fs-err v3.3.0
29442026-03-20T18:30:47.362Z Compiling heck v0.4.1
29452026-03-20T18:30:47.378Z Compiling anyhow v1.0.102
29462026-03-20T18:30:47.411Z Compiling once_cell v1.21.3
29472026-03-20T18:30:47.581Z Compiling indexmap v2.13.0
29482026-03-20T18:30:47.701Z Compiling thread-id v4.2.2
29492026-03-20T18:30:47.722Z Compiling errno v0.3.14
29502026-03-20T18:30:47.770Z Compiling memmap v0.7.0
29512026-03-20T18:30:48.191Z Compiling ordered-float v2.10.1
29522026-03-20T18:30:48.950Z Compiling proc-macro-error v1.0.4
29532026-03-20T18:30:49.200Z Compiling terminal_size v0.4.3
29542026-03-20T18:30:49.200Z Compiling tempfile v3.25.0
29552026-03-20T18:30:49.264Z Compiling tabled_derive v0.7.0
29562026-03-20T18:30:49.324Z Compiling clap_builder v4.5.60
29572026-03-20T18:30:49.324Z Compiling textwrap v0.16.2
29582026-03-20T18:30:49.518Z Compiling camino-tempfile v1.4.1
29592026-03-20T18:30:50.150Z Compiling tabled v0.15.0
29602026-03-20T18:30:50.366Z Compiling synstructure v0.13.2
29612026-03-20T18:30:50.366Z Compiling pest_generator v2.8.6
29622026-03-20T18:30:50.898Z Compiling serde_derive v1.0.228
29632026-03-20T18:30:50.898Z Compiling zerofrom-derive v0.1.6
29642026-03-20T18:30:50.937Z Compiling yoke-derive v0.8.1
29652026-03-20T18:30:50.937Z Compiling zerovec-derive v0.11.2
29662026-03-20T18:30:50.937Z Compiling displaydoc v0.2.5
29672026-03-20T18:30:50.937Z Compiling thiserror-impl v1.0.69
29682026-03-20T18:30:50.937Z Compiling zerocopy-derive v0.7.35
29692026-03-20T18:30:50.937Z Compiling scroll_derive v0.12.1
29702026-03-20T18:30:50.956Z Compiling thiserror-impl v2.0.18
29712026-03-20T18:30:50.956Z Compiling clap_derive v4.5.55
29722026-03-20T18:30:51.055Z Compiling pest_derive v2.8.6
29732026-03-20T18:30:51.881Z Compiling scroll v0.12.0
29742026-03-20T18:30:52.045Z Compiling zerocopy v0.7.35
29752026-03-20T18:30:52.318Z Compiling goblin v0.8.2
29762026-03-20T18:30:52.435Z Compiling thiserror v2.0.18
29772026-03-20T18:30:52.473Z Compiling thiserror v1.0.69
29782026-03-20T18:30:52.516Z Compiling zerofrom v0.1.6
29792026-03-20T18:30:52.599Z Compiling dtrace-parser v0.2.0
29802026-03-20T18:30:52.679Z Compiling yoke v0.8.1
29812026-03-20T18:30:52.974Z Compiling zerovec v0.11.5
29822026-03-20T18:30:53.153Z Compiling zerotrie v0.2.3
29832026-03-20T18:30:53.163Z Compiling clap v4.5.60
29842026-03-20T18:30:53.799Z Compiling tinystr v0.8.2
29852026-03-20T18:30:54.104Z Compiling icu_locale_core v2.1.1
29862026-03-20T18:30:54.632Z Compiling potential_utf v0.1.4
29872026-03-20T18:30:54.890Z Compiling icu_collections v2.1.1
29882026-03-20T18:30:55.255Z Compiling icu_provider v2.1.1
29892026-03-20T18:30:55.443Z Compiling serde_spanned v0.6.9
29902026-03-20T18:30:55.533Z Compiling toml_datetime v0.6.11
29912026-03-20T18:30:55.665Z Compiling icu_normalizer v2.1.1
29922026-03-20T18:30:55.732Z Compiling icu_properties v2.1.2
29932026-03-20T18:30:55.851Z Compiling toml_edit v0.22.27
29942026-03-20T18:30:55.980Z Compiling dof v0.3.0
29952026-03-20T18:30:56.003Z Compiling serde-value v0.7.0
29962026-03-20T18:30:56.031Z Compiling serde_tokenstream v0.2.3
29972026-03-20T18:30:56.076Z Compiling cargo-platform v0.2.0
29982026-03-20T18:30:56.102Z Compiling macaddr v1.0.1
29992026-03-20T18:30:57.070Z Compiling idna_adapter v1.2.1
30002026-03-20T18:30:57.094Z Compiling usdt-attr-macro v0.5.0
30012026-03-20T18:30:57.261Z Compiling idna v1.1.0
30022026-03-20T18:30:57.318Z Compiling usdt-macro v0.5.0
30032026-03-20T18:30:57.685Z Compiling url v2.5.8
30042026-03-20T18:30:58.029Z Compiling usdt v0.5.0
30052026-03-20T18:30:58.042Z Compiling toml v0.8.23
30062026-03-20T18:30:58.663Z Compiling cargo-util-schemas v0.8.2
30072026-03-20T18:30:58.664Z Compiling cargo_toml v0.21.0
30082026-03-20T18:31:00.092Z Compiling cargo_metadata v0.21.0
30092026-03-20T18:31:04.216Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-20T18:31:08.276Z Finished `release` profile [optimized] target(s) in 22.40s
30112026-03-20T18:31:08.451Z
30122026-03-20T18:31:08.456Zreal 22.561066876
30132026-03-20T18:31:08.456Zuser 3:08.642738116
30142026-03-20T18:31:08.456Zsys 21.101600113
30152026-03-20T18:31:08.456Ztrap 0.090816256
30162026-03-20T18:31:08.456Ztflt 0.664047911
30172026-03-20T18:31:08.456Zdflt 1.905222971
30182026-03-20T18:31:08.456Zkflt 0.000056015
30192026-03-20T18:31:08.456Zlock 7:10.317928589
30202026-03-20T18:31:08.456Zslp 4:22.794705062
30212026-03-20T18:31:08.456Zlat 8.200782654
30222026-03-20T18:31:08.456Zstop 27.965730592
30232026-03-20T18:31:08.456Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-20T18:31:08.456Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-20T18:31:08.456Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-20T18:31:08.456Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-20T18:31:08.456Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-20T18:31:09.745Z Compiling regress v0.10.5
30292026-03-20T18:31:09.750Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-20T18:31:09.919Z Compiling serde_spanned v1.0.4
30312026-03-20T18:31:09.956Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-20T18:31:09.959Z Compiling newtype-uuid-macros v0.1.0
30332026-03-20T18:31:09.959Z Compiling structmeta-derive v0.3.0
30342026-03-20T18:31:09.959Z Compiling rustls v0.22.4
30352026-03-20T18:31:09.959Z Compiling rustls-webpki v0.102.8
30362026-03-20T18:31:09.959Z Compiling multer v3.1.0
30372026-03-20T18:31:09.978Z Compiling debug-ignore v1.0.5
30382026-03-20T18:31:09.981Z Compiling match_cfg v0.1.0
30392026-03-20T18:31:10.093Z Compiling progenitor-client v0.13.0
30402026-03-20T18:31:10.096Z Compiling slog-json v2.6.1
30412026-03-20T18:31:10.096Z Compiling async-stream-impl v0.3.6
30422026-03-20T18:31:10.168Z Compiling dropshot v0.16.7
30432026-03-20T18:31:10.221Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-20T18:31:10.246Z Compiling hostname v0.3.1
30452026-03-20T18:31:10.252Z Compiling itertools v0.14.0
30462026-03-20T18:31:10.252Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-20T18:31:10.297Z Compiling waitgroup v0.1.2
30482026-03-20T18:31:10.397Z Compiling rustls-pemfile v2.2.0
30492026-03-20T18:31:10.449Z Compiling dropshot_endpoint v0.16.7
30502026-03-20T18:31:10.507Z Compiling slog-bunyan v2.5.0
30512026-03-20T18:31:10.584Z Compiling hostname v0.4.2
30522026-03-20T18:31:10.587Z Compiling serde_path_to_error v0.1.20
30532026-03-20T18:31:10.636Z Compiling macaddr v1.0.1
30542026-03-20T18:31:10.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-20T18:31:10.747Z Compiling progenitor-client v0.10.0
30562026-03-20T18:31:10.777Z Compiling instant v0.1.13
30572026-03-20T18:31:10.813Z Compiling backon v1.6.0
30582026-03-20T18:31:10.946Z Compiling backoff v0.4.0
30592026-03-20T18:31:11.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-20T18:31:11.037Z Compiling async-stream v0.3.6
30612026-03-20T18:31:11.091Z Compiling progenitor-extras v0.1.1
30622026-03-20T18:31:11.120Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-20T18:31:11.167Z Compiling unsafe-libyaml v0.2.11
30642026-03-20T18:31:11.193Z Compiling crucible-workspace-hack v0.1.0
30652026-03-20T18:31:11.196Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-20T18:31:11.245Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-03-20T18:31:11.274Z Compiling secrecy v0.10.3
30682026-03-20T18:31:11.302Z Compiling heapless v0.8.0
30692026-03-20T18:31:11.326Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-03-20T18:31:11.459Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-20T18:31:11.614Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-03-20T18:31:11.614Z Compiling structmeta v0.3.0
30732026-03-20T18:31:11.614Z Compiling hash32 v0.3.1
30742026-03-20T18:31:11.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-20T18:31:11.744Z Compiling smoltcp v0.11.0
30762026-03-20T18:31:11.800Z Compiling toml v0.8.23
30772026-03-20T18:31:11.824Z Compiling derive-ex v0.1.8
30782026-03-20T18:31:11.850Z Compiling parse-display-derive v0.10.0
30792026-03-20T18:31:11.900Z Compiling tabwriter v1.4.1
30802026-03-20T18:31:11.931Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-20T18:31:12.089Z Compiling ingot-macros v0.1.1
30822026-03-20T18:31:12.114Z Compiling proc-macro-crate v3.4.0
30832026-03-20T18:31:12.161Z Compiling cobs v0.3.0
30842026-03-20T18:31:12.226Z Compiling foreign-types-macros v0.2.3
30852026-03-20T18:31:12.251Z Compiling foreign-types-shared v0.3.1
30862026-03-20T18:31:12.312Z Compiling convert_case v0.4.0
30872026-03-20T18:31:12.389Z Compiling cpufeatures v0.3.0
30882026-03-20T18:31:12.414Z Compiling postcard v1.1.3
30892026-03-20T18:31:12.517Z Compiling chacha20 v0.10.0
30902026-03-20T18:31:12.705Z Compiling proc-macro-crate v1.3.1
30912026-03-20T18:31:12.763Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-20T18:31:12.799Z Compiling universal-hash v0.5.1
30932026-03-20T18:31:12.867Z Compiling derive_more v0.99.20
30942026-03-20T18:31:12.899Z Compiling num_enum_derive v0.7.5
30952026-03-20T18:31:12.925Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-20T18:31:12.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-20T18:31:12.996Z Compiling cstr-argument v0.1.2
30982026-03-20T18:31:13.022Z Compiling colored v3.1.1
30992026-03-20T18:31:13.062Z Compiling foreign-types v0.5.0
31002026-03-20T18:31:13.188Z Compiling opaque-debug v0.3.1
31012026-03-20T18:31:13.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-20T18:31:13.303Z Compiling tokio-rustls v0.25.0
31032026-03-20T18:31:13.328Z Compiling num_enum_derive v0.5.11
31042026-03-20T18:31:13.353Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-20T18:31:13.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-20T18:31:13.401Z Compiling rand v0.10.0
31072026-03-20T18:31:13.518Z Compiling typify-impl v0.6.1
31082026-03-20T18:31:13.560Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-20T18:31:13.584Z Compiling half v2.7.1
31102026-03-20T18:31:13.723Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-20T18:31:14.035Z Compiling ciborium-io v0.2.2
31122026-03-20T18:31:14.060Z Compiling camino-tempfile v1.4.1
31132026-03-20T18:31:14.087Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-20T18:31:14.192Z Compiling ciborium-ll v0.2.2
31152026-03-20T18:31:14.244Z Compiling parse-display v0.10.0
31162026-03-20T18:31:14.268Z Compiling test-strategy v0.4.5
31172026-03-20T18:31:14.424Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31182026-03-20T18:31:14.435Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-20T18:31:14.435Z Compiling num_enum v0.7.5
31202026-03-20T18:31:14.456Z Compiling ciborium v0.2.2
31212026-03-20T18:31:14.519Z Compiling smf v0.2.3
31222026-03-20T18:31:14.544Z Compiling aead v0.5.2
31232026-03-20T18:31:14.586Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-20T18:31:14.614Z Compiling num-derive v0.4.2
31252026-03-20T18:31:14.656Z Compiling sigpipe v0.1.3
31262026-03-20T18:31:14.691Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-20T18:31:14.721Z Compiling glob v0.3.3
31282026-03-20T18:31:14.790Z Compiling num_enum v0.5.11
31292026-03-20T18:31:14.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-20T18:31:14.883Z Compiling poly1305 v0.8.0
31312026-03-20T18:31:14.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-20T18:31:15.015Z Compiling chacha20 v0.9.1
31332026-03-20T18:31:15.186Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-20T18:31:15.209Z Compiling whoami v1.6.1
31352026-03-20T18:31:15.306Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-20T18:31:15.309Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-20T18:31:15.372Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-20T18:31:15.405Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-20T18:31:15.599Z Compiling num-rational v0.4.2
31402026-03-20T18:31:15.631Z Compiling password-hash v0.5.0
31412026-03-20T18:31:15.656Z Compiling blake2 v0.10.6
31422026-03-20T18:31:15.799Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-20T18:31:15.890Z Compiling num-complex v0.4.6
31442026-03-20T18:31:15.922Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-20T18:31:15.989Z Compiling prettyplease v0.2.37
31462026-03-20T18:31:16.044Z Compiling indent_write v2.2.0
31472026-03-20T18:31:16.193Z Compiling ingot-types v0.1.2
31482026-03-20T18:31:16.255Z Compiling argon2 v0.5.3
31492026-03-20T18:31:16.280Z Compiling chacha20poly1305 v0.10.1
31502026-03-20T18:31:16.357Z Compiling float-ord v0.3.2
31512026-03-20T18:31:16.492Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-20T18:31:16.520Z Compiling num v0.4.3
31532026-03-20T18:31:16.548Z Compiling gethostname v0.5.0
31542026-03-20T18:31:16.548Z Compiling usdt-attr-macro v0.5.0
31552026-03-20T18:31:16.602Z Compiling usdt-macro v0.5.0
31562026-03-20T18:31:16.606Z Compiling derive-where v1.6.0
31572026-03-20T18:31:16.653Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-20T18:31:16.657Z Compiling memmap v0.7.0
31592026-03-20T18:31:16.734Z Compiling ingot v0.1.1
31602026-03-20T18:31:16.808Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-20T18:31:16.961Z Compiling typify-impl v0.4.3
31622026-03-20T18:31:17.068Z Compiling atomicwrites v0.4.4
31632026-03-20T18:31:17.165Z Compiling thiserror-no-std v2.0.2
31642026-03-20T18:31:17.216Z Compiling cancel-safe-futures v0.1.5
31652026-03-20T18:31:17.312Z Compiling vsss-rs v3.3.4
31662026-03-20T18:31:17.337Z Compiling owo-colors v4.3.0
31672026-03-20T18:31:17.362Z Compiling libsw-core v0.3.2
31682026-03-20T18:31:17.565Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-20T18:31:17.631Z Compiling async-recursion v1.1.1
31702026-03-20T18:31:17.656Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31712026-03-20T18:31:17.704Z Compiling usdt v0.5.0
31722026-03-20T18:31:17.852Z Compiling resolv-conf v0.7.6
31732026-03-20T18:31:17.876Z Compiling libsw v3.5.0
31742026-03-20T18:31:18.151Z Compiling libefi-sys v0.1.0
31752026-03-20T18:31:18.209Z Compiling linear-map v1.2.0
31762026-03-20T18:31:18.274Z Compiling newline-converter v0.3.0
31772026-03-20T18:31:18.368Z Compiling hickory-proto v0.24.4
31782026-03-20T18:31:18.459Z Compiling console v0.15.11
31792026-03-20T18:31:18.486Z Compiling bitfield-struct v0.6.2
31802026-03-20T18:31:18.513Z Compiling linked-hash-map v0.5.6
31812026-03-20T18:31:18.539Z Compiling semver v0.1.20
31822026-03-20T18:31:18.590Z Compiling pin-project-internal v1.1.11
31832026-03-20T18:31:18.617Z Compiling slog-dtrace v0.3.0
31842026-03-20T18:31:18.764Z Compiling lru-cache v0.1.2
31852026-03-20T18:31:18.793Z Compiling rustc_version v0.1.7
31862026-03-20T18:31:18.861Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-20T18:31:18.899Z Compiling minimal-lexical v0.2.1
31882026-03-20T18:31:18.957Z Compiling expectorate v1.2.0
31892026-03-20T18:31:18.981Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-20T18:31:19.092Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-20T18:31:19.117Z Compiling tokio-dtrace v0.1.1
31922026-03-20T18:31:19.142Z Compiling newtype_derive v0.1.6
31932026-03-20T18:31:19.192Z Compiling nom v7.1.3
31942026-03-20T18:31:19.274Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-20T18:31:19.314Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-20T18:31:19.408Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-20T18:31:19.408Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-20T18:31:19.458Z Compiling phf_shared v0.12.1
31992026-03-20T18:31:19.498Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-20T18:31:19.651Z Compiling pem v3.0.6
32012026-03-20T18:31:19.691Z Compiling snafu-derive v0.8.9
32022026-03-20T18:31:19.732Z Compiling csv-core v0.1.13
32032026-03-20T18:31:19.854Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-20T18:31:19.966Z Compiling xshell-macros v0.2.7
32052026-03-20T18:31:20.029Z Compiling chrono-tz v0.10.4
32062026-03-20T18:31:20.057Z Compiling same-file v1.0.6
32072026-03-20T18:31:20.120Z Compiling highway v1.3.0
32082026-03-20T18:31:20.248Z Compiling typify-macro v0.6.1
32092026-03-20T18:31:20.272Z Compiling pin-project v1.1.11
32102026-03-20T18:31:20.322Z Compiling walkdir v2.5.0
32112026-03-20T18:31:20.356Z Compiling const_format_proc_macros v0.2.34
32122026-03-20T18:31:20.422Z Compiling csv v1.4.0
32132026-03-20T18:31:20.446Z Compiling phf v0.12.1
32142026-03-20T18:31:20.503Z Compiling xshell v0.2.7
32152026-03-20T18:31:20.766Z Compiling oxide-tokio-rt v0.1.3
32162026-03-20T18:31:20.898Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-20T18:31:21.158Z Compiling globset v0.4.18
32182026-03-20T18:31:21.195Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-20T18:31:21.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-03-20T18:31:21.270Z Compiling olpc-cjson v0.1.4
32212026-03-20T18:31:21.274Z Compiling primeorder v0.13.6
32222026-03-20T18:31:21.319Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-20T18:31:21.385Z Compiling hickory-resolver v0.24.4
32242026-03-20T18:31:21.413Z Compiling serde_plain v1.0.2
32252026-03-20T18:31:21.525Z Compiling base64 v0.21.7
32262026-03-20T18:31:21.576Z Compiling typed-path v0.9.3
32272026-03-20T18:31:21.689Z Compiling const_format v0.2.35
32282026-03-20T18:31:21.742Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-20T18:31:22.007Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-20T18:31:22.035Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-20T18:31:22.167Z Compiling tabled_derive v0.7.0
32322026-03-20T18:31:22.192Z Compiling bcs v0.1.6
32332026-03-20T18:31:22.482Z Compiling snafu v0.8.9
32342026-03-20T18:31:22.659Z Compiling salty v0.3.0
32352026-03-20T18:31:22.773Z Compiling typify v0.6.1
32362026-03-20T18:31:22.836Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32372026-03-20T18:31:22.946Z Compiling progenitor-impl v0.13.0
32382026-03-20T18:31:22.949Z Compiling qorb v0.4.1
32392026-03-20T18:31:23.013Z Compiling tough v0.20.0
32402026-03-20T18:31:23.040Z Compiling radium v0.7.0
32412026-03-20T18:31:23.043Z Compiling termtree v0.5.1
32422026-03-20T18:31:23.120Z Compiling textwrap v0.16.2
32432026-03-20T18:31:23.318Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-20T18:31:23.419Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-20T18:31:23.481Z Compiling steno v0.4.1
32462026-03-20T18:31:23.563Z Compiling tabled v0.15.0
32472026-03-20T18:31:23.598Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-20T18:31:23.697Z Compiling typify-macro v0.4.3
32492026-03-20T18:31:23.726Z Compiling tap v1.0.1
32502026-03-20T18:31:23.788Z Compiling utf-8 v0.7.6
32512026-03-20T18:31:23.800Z Compiling maybe-uninit v2.0.0
32522026-03-20T18:31:23.821Z Compiling humantime v2.3.0
32532026-03-20T18:31:23.911Z Compiling wyz v0.5.1
32542026-03-20T18:31:24.026Z Compiling tungstenite v0.21.0
32552026-03-20T18:31:24.227Z Compiling p384 v0.13.1
32562026-03-20T18:31:24.248Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-20T18:31:24.284Z Compiling arc-swap v1.8.2
32582026-03-20T18:31:24.383Z Compiling tagptr v0.2.0
32592026-03-20T18:31:24.613Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-20T18:31:24.721Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-20T18:31:24.765Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-20T18:31:25.020Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-20T18:31:25.229Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-20T18:31:25.417Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-20T18:31:25.421Z Compiling packed_struct v0.10.1
32662026-03-20T18:31:25.766Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-20T18:31:25.812Z Compiling funty v2.0.0
32682026-03-20T18:31:26.064Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-20T18:31:26.124Z Compiling typify v0.4.3
32702026-03-20T18:31:26.284Z Compiling progenitor-impl v0.10.0
32712026-03-20T18:31:26.297Z Compiling tokio-tungstenite v0.21.0
32722026-03-20T18:31:26.756Z Compiling bitvec v1.0.1
32732026-03-20T18:31:26.781Z Compiling slog-scope v4.4.1
32742026-03-20T18:31:26.862Z Compiling progenitor-macro v0.13.0
32752026-03-20T18:31:26.940Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-20T18:31:26.976Z Compiling moka v0.12.13
32772026-03-20T18:31:27.182Z Compiling polyval v0.6.2
32782026-03-20T18:31:27.264Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-20T18:31:27.291Z Compiling packed_struct_codegen v0.10.1
32802026-03-20T18:31:27.316Z Compiling zerocopy-derive v0.6.6
32812026-03-20T18:31:27.516Z Compiling bitfield-macros v0.19.4
32822026-03-20T18:31:27.541Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-20T18:31:27.758Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-03-20T18:31:27.825Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-20T18:31:28.132Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-20T18:31:28.541Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-20T18:31:28.563Z Compiling indexmap v1.9.3
32882026-03-20T18:31:28.566Z Compiling parking_lot_core v0.8.6
32892026-03-20T18:31:28.684Z Compiling crc-catalog v2.4.0
32902026-03-20T18:31:28.834Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-20T18:31:28.964Z Compiling nodrop v0.1.14
32922026-03-20T18:31:28.979Z Compiling crc v3.4.0
32932026-03-20T18:31:28.999Z Compiling array-init v0.0.4
32942026-03-20T18:31:29.024Z Compiling zerocopy v0.6.6
32952026-03-20T18:31:29.075Z Compiling bitfield v0.19.4
32962026-03-20T18:31:29.103Z Compiling proc-macro-error2 v2.0.1
32972026-03-20T18:31:29.168Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-03-20T18:31:29.283Z Compiling hickory-resolver v0.25.2
32992026-03-20T18:31:29.530Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-20T18:31:29.556Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-03-20T18:31:29.586Z Compiling ghash v0.5.1
33022026-03-20T18:31:29.589Z Compiling smallvec v0.6.14
33032026-03-20T18:31:29.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-03-20T18:31:29.800Z Compiling slog-stdlog v4.1.1
33052026-03-20T18:31:29.825Z Compiling git-stub v1.0.0
33062026-03-20T18:31:29.937Z Compiling ctr v0.9.2
33072026-03-20T18:31:30.070Z Compiling progenitor-macro v0.10.0
33082026-03-20T18:31:30.121Z Compiling num-derive v0.3.3
33092026-03-20T18:31:30.149Z Compiling lzma-sys v0.1.20
33102026-03-20T18:31:30.213Z Compiling hashbrown v0.12.3
33112026-03-20T18:31:30.238Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-20T18:31:30.283Z Compiling unicase v2.9.0
33132026-03-20T18:31:30.549Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-03-20T18:31:30.591Z Compiling mime_guess v2.0.5
33152026-03-20T18:31:30.657Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-03-20T18:31:30.758Z Compiling aes-gcm v0.10.3
33172026-03-20T18:31:30.792Z Compiling git-stub-vcs v0.1.0
33182026-03-20T18:31:30.792Z Compiling slog-envlogger v2.2.0
33192026-03-20T18:31:30.953Z Compiling serde-hex v0.1.0
33202026-03-20T18:31:31.116Z Compiling tabled_derive v0.11.0
33212026-03-20T18:31:31.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-20T18:31:31.431Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-20T18:31:31.488Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33242026-03-20T18:31:31.546Z Compiling libscf-sys v1.1.0
33252026-03-20T18:31:31.732Z Compiling progenitor-impl v0.11.2
33262026-03-20T18:31:31.772Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-20T18:31:31.835Z Compiling ron v0.8.1
33282026-03-20T18:31:32.038Z Compiling papergrid v0.17.0
33292026-03-20T18:31:32.063Z Compiling cargo_toml v0.22.3
33302026-03-20T18:31:32.098Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-20T18:31:32.529Z Compiling hashbrown v0.13.2
33322026-03-20T18:31:32.884Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-20T18:31:32.952Z Compiling testing_table v0.3.0
33342026-03-20T18:31:33.162Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-20T18:31:33.268Z Compiling blowfish v0.9.1
33362026-03-20T18:31:33.275Z Compiling ssh-encoding v0.2.0
33372026-03-20T18:31:33.431Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-20T18:31:33.465Z Compiling nibble_vec v0.1.0
33392026-03-20T18:31:33.630Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-20T18:31:33.656Z Compiling crc-any v2.5.0
33412026-03-20T18:31:33.690Z Compiling corncobs v0.1.4
33422026-03-20T18:31:33.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-03-20T18:31:33.898Z Compiling endian-type v0.1.2
33442026-03-20T18:31:33.953Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-20T18:31:34.026Z Compiling ssh-cipher v0.2.0
33462026-03-20T18:31:34.026Z Compiling bcrypt-pbkdf v0.10.0
33472026-03-20T18:31:34.080Z Compiling radix_trie v0.2.1
33482026-03-20T18:31:34.083Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-20T18:31:34.133Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-20T18:31:34.346Z Compiling tabled v0.20.0
33512026-03-20T18:31:34.370Z Compiling progenitor v0.13.0
33522026-03-20T18:31:34.522Z Compiling object v0.30.4
33532026-03-20T18:31:34.547Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-20T18:31:34.551Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-20T18:31:34.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33562026-03-20T18:31:34.625Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33572026-03-20T18:31:34.889Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-03-20T18:31:35.140Z Compiling parking_lot v0.11.2
33592026-03-20T18:31:35.557Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-03-20T18:31:35.584Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-20T18:31:35.619Z Compiling progenitor-macro v0.11.2
33622026-03-20T18:31:35.623Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-20T18:31:36.005Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-03-20T18:31:36.249Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-20T18:31:36.273Z Compiling progenitor-client v0.11.2
33662026-03-20T18:31:36.311Z Compiling prefix-trie v0.7.0
33672026-03-20T18:31:36.482Z Compiling password-hash v0.4.2
33682026-03-20T18:31:36.653Z Compiling fxhash v0.2.1
33692026-03-20T18:31:36.747Z Compiling secrecy v0.8.0
33702026-03-20T18:31:36.879Z Compiling half v1.8.3
33712026-03-20T18:31:36.904Z Compiling path-slash v0.1.5
33722026-03-20T18:31:36.991Z Compiling http-range v0.1.5
33732026-03-20T18:31:37.121Z Compiling pbkdf2 v0.11.0
33742026-03-20T18:31:37.148Z Compiling sled v0.34.7
33752026-03-20T18:31:37.280Z Compiling serde_cbor v0.11.2
33762026-03-20T18:31:37.311Z Compiling hickory-server v0.25.2
33772026-03-20T18:31:37.436Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-20T18:31:37.591Z Compiling progenitor v0.10.0
33792026-03-20T18:31:37.728Z Compiling ron v0.12.0
33802026-03-20T18:31:37.825Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-20T18:31:37.901Z Compiling xz2 v0.1.7
33822026-03-20T18:31:38.171Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-20T18:31:38.597Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-20T18:31:38.901Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-20T18:31:38.905Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-20T18:31:38.952Z Compiling hickory-client v0.25.2
33872026-03-20T18:31:39.299Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-20T18:31:39.470Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-20T18:31:39.755Z Compiling ssh-key v0.6.7
33902026-03-20T18:31:39.915Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-20T18:31:40.000Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-20T18:31:40.117Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-20T18:31:40.291Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-03-20T18:31:40.871Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-20T18:31:40.942Z Compiling p521 v0.13.3
33962026-03-20T18:31:41.008Z Compiling p256 v0.13.2
33972026-03-20T18:31:41.382Z Compiling yasna v0.5.2
33982026-03-20T18:31:41.549Z Compiling kstat-rs v0.2.4
33992026-03-20T18:31:42.001Z Compiling headers-core v0.3.0
34002026-03-20T18:31:42.032Z Compiling nanorand v0.7.0
34012026-03-20T18:31:42.136Z Compiling atty v0.2.14
34022026-03-20T18:31:42.204Z Compiling russh-cryptovec v0.7.3
34032026-03-20T18:31:42.237Z Compiling base16ct v1.0.0
34042026-03-20T18:31:42.263Z Compiling home v0.5.12
34052026-03-20T18:31:42.315Z Compiling crc8 v0.1.1
34062026-03-20T18:31:42.365Z Compiling md5 v0.7.0
34072026-03-20T18:31:42.393Z Compiling flume v0.11.1
34082026-03-20T18:31:42.455Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-20T18:31:42.486Z Compiling headers v0.4.1
34102026-03-20T18:31:42.490Z Compiling rcgen v0.12.1
34112026-03-20T18:31:42.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-03-20T18:31:42.544Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34132026-03-20T18:31:42.544Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-20T18:31:42.646Z Compiling russh-keys v0.45.0
34152026-03-20T18:31:42.794Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-20T18:31:42.890Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-20T18:31:42.898Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-03-20T18:31:42.980Z Compiling progenitor v0.11.2
34192026-03-20T18:31:43.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-20T18:31:43.382Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-20T18:31:43.523Z Compiling hyper-staticfile v0.10.1
34222026-03-20T18:31:43.578Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-20T18:31:43.758Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-20T18:31:44.047Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-20T18:31:44.136Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-20T18:31:44.251Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-20T18:31:44.276Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-20T18:31:44.491Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-20T18:31:44.647Z Compiling num-bigint v0.4.6
34302026-03-20T18:31:44.671Z Compiling des v0.8.1
34312026-03-20T18:31:44.698Z Compiling subprocess v0.2.15
34322026-03-20T18:31:44.903Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-03-20T18:31:44.970Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-20T18:31:45.138Z Compiling hex-literal v0.4.1
34352026-03-20T18:31:45.311Z Compiling display-error-chain v0.2.2
34362026-03-20T18:31:45.458Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-20T18:31:45.504Z Compiling colored v2.2.0
34382026-03-20T18:31:45.531Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-20T18:31:45.559Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-20T18:31:45.794Z Compiling socket2 v0.5.10
34412026-03-20T18:31:45.881Z Compiling internet-checksum v0.2.1
34422026-03-20T18:31:46.069Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-20T18:31:46.366Z Compiling russh v0.45.0
34442026-03-20T18:31:46.852Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-20T18:31:53.805Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-20T18:32:04.301Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-20T18:32:04.301Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-20T18:32:04.309Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-20T18:32:04.309Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-20T18:32:06.595Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-20T18:32:06.685Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-20T18:32:12.584Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-20T18:32:42.901Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-20T18:33:07.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34552026-03-20T18:33:07.954Z
34562026-03-20T18:33:07.957Zreal 1:59.423409848
34572026-03-20T18:33:07.957Zuser 11:41.273987497
34582026-03-20T18:33:07.957Zsys 2:05.888956220
34592026-03-20T18:33:07.957Ztrap 0.360419998
34602026-03-20T18:33:07.957Ztflt 0.436416267
34612026-03-20T18:33:07.958Zdflt 1.486207203
34622026-03-20T18:33:07.958Zkflt 0.003986337
34632026-03-20T18:33:07.958Zlock 40:49.241070800
34642026-03-20T18:33:07.958Zslp 26:25.797820349
34652026-03-20T18:33:07.958Zlat 44.113546401
34662026-03-20T18:33:07.958Zstop 4:01.362053950
34672026-03-20T18:33:07.958Z+ mkdir tests
34682026-03-20T18:33:07.958Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-20T18:33:07.962Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-20T18:33:07.994Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dcb7b41fdd40a94d tests/
34712026-03-20T18:33:08.028Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f417182b032dd76c tests/
34722026-03-20T18:33:08.059Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1ebd31ee4e1e5ebb tests/
34732026-03-20T18:33:08.091Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-90c696dfa79f3763 tests/
34742026-03-20T18:33:08.449Z+ 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-20T18:33:08.452Z+ 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-f417182b032dd76c tests/commtest-1ebd31ee4e1e5ebb tests/dhcp_server-dcb7b41fdd40a94d tests/end_to_end_tests-90c696dfa79f3763 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-20T18:34:47.829ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-20T18:34:47.829Za .github/buildomat/ci-env.sh 1K
34782026-03-20T18:34:47.829Za out/target/test 1K
34792026-03-20T18:34:47.829Za out/npuzone/npuzone 27402K
34802026-03-20T18:34:47.829Za package-manifest.toml 35K
34812026-03-20T18:34:47.829Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-20T18:34:47.829Za target/release/omicron-package 40561K
34832026-03-20T18:34:47.830Za target/release/xtask 11433K
34842026-03-20T18:34:47.830Za target/debug/bootstrap 335561K
34852026-03-20T18:34:47.830Za tests/bootstrap-f417182b032dd76c 31310K
34862026-03-20T18:34:47.830Za tests/commtest-1ebd31ee4e1e5ebb 32395K
34872026-03-20T18:34:47.830Za tests/dhcp_server-dcb7b41fdd40a94d 31310K
34882026-03-20T18:34:47.830Za tests/end_to_end_tests-90c696dfa79f3763 377856K
34892026-03-20T18:34:47.830Za out/clickhouse.tar.gz 301709K
34902026-03-20T18:34:47.830Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-20T18:34:47.830Za out/clickhouse_server.tar.gz 301708K
34922026-03-20T18:34:47.830Za out/cockroachdb.tar.gz 156534K
34932026-03-20T18:34:47.830Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-20T18:34:47.830Za out/crucible-utils.tar 17744K
34952026-03-20T18:34:47.830Za out/crucible-zone.tar.gz 53128K
34962026-03-20T18:34:47.830Za out/external-dns.tar.gz 43604K
34972026-03-20T18:34:47.830Za out/internal-dns.tar.gz 43604K
34982026-03-20T18:34:47.830Za out/mg-ddm-gz.tar 78377K
34992026-03-20T18:34:47.831Za out/nexus.tar.gz 209950K
35002026-03-20T18:34:47.831Za out/ntp.tar.gz 25418K
35012026-03-20T18:34:47.831Za out/omicron-gateway-softnpu.tar.gz 28235K
35022026-03-20T18:34:47.831Za out/omicron-sled-agent.tar 186656K
35032026-03-20T18:34:47.831Za out/overlay.tar.gz 3K
35042026-03-20T18:34:47.831Za out/oximeter.tar.gz 57451K
35052026-03-20T18:34:47.831Za out/oxlog.tar 3782K
35062026-03-20T18:34:47.831Za out/probe.tar.gz 3037K
35072026-03-20T18:34:47.831Za out/propolis-server.tar.gz 74633K
35082026-03-20T18:34:47.831Za out/pumpkind-gz.tar 26647K
35092026-03-20T18:34:47.831Za out/switch-softnpu.tar.gz 367900K
35102026-03-20T18:34:47.862Z
35112026-03-20T18:34:47.862Zreal 1:39.368692759
35122026-03-20T18:34:47.862Zuser 1:36.376104475
35132026-03-20T18:34:47.862Zsys 6.090095849
35142026-03-20T18:34:47.862Ztrap 0.007089346
35152026-03-20T18:34:47.863Ztflt 0.000000000
35162026-03-20T18:34:47.863Zdflt 0.000000000
35172026-03-20T18:34:47.863Zkflt 0.000000000
35182026-03-20T18:34:47.863Zlock 0.000000000
35192026-03-20T18:34:47.863Zslp 1:35.648319435
35202026-03-20T18:34:47.863Zlat 0.610552158
35212026-03-20T18:34:47.863Zstop 0.000682390
35222026-03-20T18:34:47.863Zprocess exited: duration 1343030 ms, exit code 0
 
35232026-03-20T18:34:47.937Zfound 1 output files
35242026-03-20T18:34:47.937Zuploading: /work/package.tar.gz (2320784038 bytes)
35252026-03-20T18:36:04.350Zuploaded: /work/package.tar.gz