01KMGN758ZVVVEYS8JJXZJ62NG: 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: 01KMGN847YHCVV7X3BRJ6YNPWC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T19:32:47.220Zjob assigned to worker 01KMGN8GKM2E5BPD17XJRZ40E3 [factory aws, i-01e79862f28d3915d] (queued for 1 m 56 s)
 
22026-03-24T19:32:56.312Zstarting task 0: "setup"
32026-03-24T19:32:56.323Z++ uname -s
42026-03-24T19:32:56.323Z+ kern=SunOS
52026-03-24T19:32:56.323Z+ build_user=build
62026-03-24T19:32:56.323Z+ build_uid=12345
72026-03-24T19:32:56.323Z+ work_dir=/work
82026-03-24T19:32:56.323Z+ input_dir=/input
92026-03-24T19:32:56.323Z+ [[ 0 == 12345 ]]
102026-03-24T19:32:56.323Z+ case "$kern" in
112026-03-24T19:32:56.323Z+ groupadd -g 12345 build
122026-03-24T19:32:56.332Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T19:32:58.610Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T19:32:58.709Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T19:32:58.709Z+ home_fs=zfs
162026-03-24T19:32:58.709Z+ [[ zfs == autofs ]]
172026-03-24T19:32:58.709Z+ mkdir -p /home/build
182026-03-24T19:32:58.709Z+ chown build:build /home/build /work
192026-03-24T19:33:00.465Z+ chmod 0700 /home/build /work
202026-03-24T19:33:00.470Zprocess exited: duration 4159 ms, exit code 0
 
212026-03-24T19:33:00.478Zstarting task 1: "rust-toolchain"
222026-03-24T19:33:00.485Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T19:33:00.485Z * rust toolchain channel = "1.94.0"
242026-03-24T19:33:00.485Z * rust toolchain profile = "default"
252026-03-24T19:33:00.485Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T19:33:00.485Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T19:33:00.485Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T19:33:00.490Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T19:33:00.490Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T19:33:00.604Zinfo: downloading installer
312026-03-24T19:33:02.533Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T19:33:02.533Zwarn: /opt/ooce/bin
332026-03-24T19:33:02.534Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T19:33:02.534Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T19:33:02.534Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T19:33:02.534Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T19:33:02.534Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T19:33:02.534Zerror: cannot install while Rust is installed
392026-03-24T19:33:02.534Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T19:33:02.534Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T19:33:02.534Zwarn: /home/build/.rustup/settings.toml
422026-03-24T19:33:02.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T19:33:02.534Zwarn: instead of the one inferred from the default host triple.
442026-03-24T19:33:02.583Zinfo: profile set to default
452026-03-24T19:33:02.584Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T19:33:02.588Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T19:33:02.762Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T19:33:02.768Zinfo: downloading 6 components
492026-03-24T19:33:18.031Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T19:33:18.031Z
512026-03-24T19:33:18.062Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T19:33:18.062Z
532026-03-24T19:33:18.071Z
542026-03-24T19:33:18.071ZRust is installed now. Great!
552026-03-24T19:33:18.074Z
562026-03-24T19:33:18.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T19:33:18.075Zenvironment variable. This has not been done automatically.
582026-03-24T19:33:18.075Z
592026-03-24T19:33:18.075ZTo configure your current shell, you need to source
602026-03-24T19:33:18.075Zthe corresponding env file under $HOME/.cargo.
612026-03-24T19:33:18.076Z
622026-03-24T19:33:18.076ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T19:33:18.076Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T19:33:18.076Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T19:33:18.077Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T19:33:18.077Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T19:33:18.077Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T19:33:18.077Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T19:33:18.077Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T19:33:18.077Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T19:33:18.160Z+ rustup --version
722026-03-24T19:33:18.175Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T19:33:18.175Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T19:33:18.195Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T19:33:18.211Z+ cargo --version
762026-03-24T19:33:18.221Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T19:33:18.221Z+ rustc --version
782026-03-24T19:33:18.240Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T19:33:18.254Zprocess exited: duration 17753 ms, exit code 0
 
802026-03-24T19:33:18.281Zstarting task 2: "authentication"
812026-03-24T19:33:18.371Zprocess exited: duration 92 ms, exit code 0
 
822026-03-24T19:33:18.391Zstarting task 3: "clone repository"
832026-03-24T19:33:18.405Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T19:33:18.405Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T19:33:18.443ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T19:33:29.426Z+ cd /work/oxidecomputer/omicron
872026-03-24T19:33:29.426Z+ git fetch origin 35a378cf06e18fc42a532b61f068a989b56c4448
882026-03-24T19:33:29.465ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T19:33:29.465Z * branch 35a378cf06e18fc42a532b61f068a989b56c4448 -> FETCH_HEAD
902026-03-24T19:33:29.465Z+ [[ -n mergeconflict/more-comments ]]
912026-03-24T19:33:29.465Z++ git branch --show-current
922026-03-24T19:33:29.465Z+ current=main
932026-03-24T19:33:29.465Z+ [[ main != mergeconflict/more-comments ]]
942026-03-24T19:33:29.465Z+ git branch -f mergeconflict/more-comments 35a378cf06e18fc42a532b61f068a989b56c4448
952026-03-24T19:33:29.465Z+ git checkout -f mergeconflict/more-comments
962026-03-24T19:33:29.509ZSwitched to branch 'mergeconflict/more-comments'
972026-03-24T19:33:29.530Z+ git reset --hard 35a378cf06e18fc42a532b61f068a989b56c4448
982026-03-24T19:33:29.571ZHEAD is now at 35a378cf0 don't ignore examples
992026-03-24T19:33:29.571Zprocess exited: duration 11138 ms, exit code 0
 
1002026-03-24T19:33:29.619Zstarting task 4: "build"
1012026-03-24T19:33:29.654Z+ source .github/buildomat/ci-env.sh
1022026-03-24T19:33:29.654Z++ export CARGO_TERM_COLOR=always
1032026-03-24T19:33:29.654Z++ CARGO_TERM_COLOR=always
1042026-03-24T19:33:29.654Z+ cargo --version
1052026-03-24T19:33:29.654Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T19:33:29.654Z+ rustc --version
1072026-03-24T19:33:29.692Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T19:33:29.692Z+ WORK=/work
1092026-03-24T19:33:29.692Z+ pfexec mkdir -p /work
1102026-03-24T19:33:29.692Z+ pfexec chown build /work
1112026-03-24T19:33:29.711Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T19:33:43.806Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T19:33:53.708Z Startup: Caching catalogs ... Done
1142026-03-24T19:34:16.585ZPlanning: Solver setup ... Done (21.404s)
1152026-03-24T19:34:16.745ZPlanning: Running solver ... Done (0.160s)
1162026-03-24T19:34:16.931ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T19:34:16.950ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T19:34:17.133ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T19:34:17.174ZPlanning: Package planning ... Done (0.043s)
1202026-03-24T19:34:17.216ZPlanning: Merging actions ... Done (0.043s)
1212026-03-24T19:34:17.520ZPlanning: Checking for conflicting actions ... Done (0.303s)
1222026-03-24T19:34:17.530ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T19:34:20.760ZPlanning: Evaluating mediators ... Done (3.228s)
1242026-03-24T19:34:20.768ZPlanning: Planning completed in 26.90 seconds
1252026-03-24T19:34:20.781Z Packages to install: 4
1262026-03-24T19:34:20.781Z Mediators to change: 2
1272026-03-24T19:34:20.781Z Services to change: 1
1282026-03-24T19:34:20.788Z Estimated space available: 155.43 GB
1292026-03-24T19:34:20.788ZEstimated space to be consumed: 1.83 GB
1302026-03-24T19:34:20.788Z Create boot environment: No
1312026-03-24T19:34:20.788ZCreate backup boot environment: No
1322026-03-24T19:34:20.788Z Rebuild boot archive: No
1332026-03-24T19:34:20.788Z
1342026-03-24T19:34:20.788ZChanged mediators:
1352026-03-24T19:34:20.788Z mediator clang:
1362026-03-24T19:34:20.788Z version: None -> 15 (system default)
1372026-03-24T19:34:20.788Z
1382026-03-24T19:34:20.788Z mediator llvm:
1392026-03-24T19:34:20.788Z version: 14 (system default) -> 15 (system default)
1402026-03-24T19:34:20.788Z
1412026-03-24T19:34:20.788ZChanged packages:
1422026-03-24T19:34:20.788Zhelios-dev
1432026-03-24T19:34:20.788Z developer/build-essential
1442026-03-24T19:34:20.788Z None -> 11-2.0
1452026-03-24T19:34:20.788Z library/libxmlsec1
1462026-03-24T19:34:20.788Z None -> 1.2.35-2.0
1472026-03-24T19:34:20.788Z ooce/developer/clang-15
1482026-03-24T19:34:20.788Z None -> 15.0.7-2.0
1492026-03-24T19:34:20.788Z ooce/developer/llvm-15
1502026-03-24T19:34:20.788Z None -> 15.0.7-2.0
1512026-03-24T19:34:20.788Z
1522026-03-24T19:34:20.788ZServices:
1532026-03-24T19:34:20.788Z restart_fmri:
1542026-03-24T19:34:20.788Z svc:/system/update-man-index:default
1552026-03-24T19:34:20.993Z
1562026-03-24T19:34:20.993ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T19:34:25.993ZDownload: 1285/3290 items 112.4/212.6MB 52% complete (22.4M/s)
1582026-03-24T19:34:31.162ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (20.7M/s)
1592026-03-24T19:34:31.856ZDownload: Completed 212.60 MB in 10.86 seconds (19.6M/s)
1602026-03-24T19:34:32.388Z Actions: 1/3689 actions (Installing new actions)
1612026-03-24T19:34:36.916Z Actions: Completed 3689 actions in 4.53 seconds.
1622026-03-24T19:34:37.655Z Done (0.735s)
1632026-03-24T19:34:37.655Z Done (0.000s)
1642026-03-24T19:34:38.537Z Done (0.881s)
1652026-03-24T19:34:42.324Z Done (3.425s)
1662026-03-24T19:34:42.412Z Done (0.017s)
1672026-03-24T19:34:42.422Z Done (0.000s)
1682026-03-24T19:34:42.539Z Done (0.000s)
1692026-03-24T19:34:43.873ZPlanning: Evaluating mediator changes ... Done
1702026-03-24T19:34:43.873ZPlanning: Checking for conflicting actions ... Done
1712026-03-24T19:34:43.873ZPlanning: Consolidating action changes ... Done
1722026-03-24T19:34:43.903ZPlanning: Evaluating mediators ... Done
1732026-03-24T19:34:43.906ZPlanning: Planning completed in 0.37 seconds
1742026-03-24T19:34:43.922Z Mediators to change: 2
1752026-03-24T19:34:43.922Z Create boot environment: No
1762026-03-24T19:34:43.922ZCreate backup boot environment: No
1772026-03-24T19:34:43.974Z Done
1782026-03-24T19:34:43.975Z Done
1792026-03-24T19:34:44.755Z Done
1802026-03-24T19:34:48.073Z Done
1812026-03-24T19:34:48.160Z Done
1822026-03-24T19:34:48.164Z Done
1832026-03-24T19:34:48.303Z Done
1842026-03-24T19:34:48.834ZPlanning: Evaluating mediator changes ... Done
1852026-03-24T19:34:48.849ZPlanning: Merging actions ... Done
1862026-03-24T19:34:49.006ZPlanning: Checking for conflicting actions ... Done
1872026-03-24T19:34:49.010ZPlanning: Consolidating action changes ... Done
1882026-03-24T19:34:49.225ZPlanning: Evaluating mediators ... Done
1892026-03-24T19:34:49.269ZPlanning: Planning completed in 0.64 seconds
1902026-03-24T19:34:49.298Z Packages to change: 1
1912026-03-24T19:34:49.298Z Mediators to change: 1
1922026-03-24T19:34:49.301Z Services to change: 1
1932026-03-24T19:34:49.301Z Create boot environment: No
1942026-03-24T19:34:49.301ZCreate backup boot environment: Yes
1952026-03-24T19:34:51.598Z Actions: 1/6 actions (Updating modified actions)
1962026-03-24T19:34:51.598Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-24T19:34:51.598Z Done
1982026-03-24T19:34:51.598Z Done
1992026-03-24T19:34:51.735Z Done
2002026-03-24T19:34:55.034Z Done
2012026-03-24T19:34:55.119Z Done
2022026-03-24T19:34:55.123Z Done
2032026-03-24T19:34:55.273Z Done
2042026-03-24T19:34:55.654ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-24T19:34:55.654Zclang system 15 system
2062026-03-24T19:34:55.655Zcsh system system illumos
2072026-03-24T19:34:55.655Zctags system system illumos
2082026-03-24T19:34:55.655Zfile system system illumos
2092026-03-24T19:34:55.655Zgcc vendor 12 vendor
2102026-03-24T19:34:55.655Zgcc system 10 system
2112026-03-24T19:34:55.655Zgcc system 7 system
2122026-03-24T19:34:55.655Zgo system 1.20 system
2132026-03-24T19:34:55.655Zgo system 1.19 system
2142026-03-24T19:34:55.655Zllvm system 15 system
2152026-03-24T19:34:55.655Zllvm system 14 system
2162026-03-24T19:34:55.655Zmariadb system 10.6 system
2172026-03-24T19:34:55.655Zmta vendor vendor dma
2182026-03-24T19:34:55.655Zopenjdk system 17 system
2192026-03-24T19:34:55.655Zopenjdk system 11 system
2202026-03-24T19:34:55.655Zopenjdk system 1.8 system
2212026-03-24T19:34:55.656Zopenssl vendor 3 vendor
2222026-03-24T19:34:55.656Zperl system 5.36 system
2232026-03-24T19:34:55.656Zpostgresql system 15 system
2242026-03-24T19:34:55.656Zpostgresql system 13 system
2252026-03-24T19:34:55.656Zpython vendor 3 vendor
2262026-03-24T19:34:55.656Zpython system 2 system
2272026-03-24T19:34:55.656Zpython3 system 3.11 system
2282026-03-24T19:34:55.656Zruby system 3.0 system
2292026-03-24T19:34:55.656Zwords vendor vendor american-english
2302026-03-24T19:34:55.656Zwords system system australian-english
2312026-03-24T19:34:55.656Zwords system system british-english
2322026-03-24T19:34:55.656Zwords system system canadian-english
2332026-03-24T19:34:55.656Zwords system system french
2342026-03-24T19:34:55.657Zwords system system italian
2352026-03-24T19:34:55.657Zwords system system ngerman
2362026-03-24T19:34:55.657Zwords system system ogerman
2372026-03-24T19:34:55.657Zwords system system spanish
2382026-03-24T19:34:55.974ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-24T19:34:55.974Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-24T19:35:01.958ZFMRI IFO
2412026-03-24T19:35:01.958Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-24T19:35:01.958Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-24T19:35:01.958Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-24T19:35:01.958Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-24T19:35:01.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-24T19:35:01.959Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-24T19:35:01.959Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-24T19:35:01.959Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-24T19:35:01.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-24T19:35:01.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-24T19:35:01.959Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-24T19:35:01.959Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-24T19:35:01.959Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-24T19:35:01.959Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-24T19:35:01.959Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-24T19:35:01.959Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-24T19:35:03.233Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-24T19:35:03.502Z Updating crates.io index
2592026-03-24T19:35:03.538Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-24T19:35:03.850Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-24T19:35:04.832Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-24T19:35:05.342Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-24T19:35:06.169Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-24T19:35:06.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-24T19:35:08.187Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-24T19:35:09.836Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-24T19:35:10.659Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-24T19:35:11.161Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-24T19:35:12.045Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-24T19:35:12.444Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-24T19:35:12.791Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-24T19:35:13.190Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-24T19:35:14.154Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-24T19:35:14.721Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-24T19:35:15.226Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-24T19:35:15.670Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-24T19:35:16.154Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-24T19:35:16.385Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-24T19:35:16.688Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-24T19:35:18.916Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-24T19:35:19.502Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-24T19:35:19.881Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-24T19:35:20.545Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-24T19:35:20.887Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-24T19:35:21.238Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-24T19:35:22.338Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-24T19:35:23.084Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-24T19:35:23.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T19:35:24.222Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-24T19:35:24.488Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-24T19:35:25.072Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-24T19:35:25.333Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-24T19:35:25.735Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-24T19:35:26.362Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-24T19:35:26.604Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-24T19:35:26.894Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-24T19:35:27.298Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-24T19:35:41.239Z Downloading crates ...
2992026-03-24T19:35:41.299Z Downloaded autocfg v1.5.0
3002026-03-24T19:35:41.304Z Downloaded form_urlencoded v1.2.2
3012026-03-24T19:35:41.308Z Downloaded camino v1.2.2
3022026-03-24T19:35:41.312Z Downloaded proc-macro-error-attr v1.0.4
3032026-03-24T19:35:41.312Z Downloaded yoke-derive v0.8.1
3042026-03-24T19:35:41.312Z Downloaded clap_lex v1.0.0
3052026-03-24T19:35:41.316Z Downloaded crypto-common v0.1.7
3062026-03-24T19:35:41.319Z Downloaded textwrap v0.16.2
3072026-03-24T19:35:41.323Z Downloaded thiserror v2.0.18
3082026-03-24T19:35:41.326Z Downloaded zerofrom v0.1.6
3092026-03-24T19:35:41.326Z Downloaded zerovec-derive v0.11.2
3102026-03-24T19:35:41.330Z Downloaded usdt-attr-macro v0.5.0
3112026-03-24T19:35:41.330Z Downloaded unicode-linebreak v0.1.5
3122026-03-24T19:35:41.330Z Downloaded version_check v0.9.5
3132026-03-24T19:35:41.330Z Downloaded anstyle-parse v0.2.7
3142026-03-24T19:35:41.334Z Downloaded anstyle-query v1.1.5
3152026-03-24T19:35:41.334Z Downloaded usdt-impl v0.5.0
3162026-03-24T19:35:41.334Z Downloaded writeable v0.6.2
3172026-03-24T19:35:41.338Z Downloaded utf8_iter v1.0.4
3182026-03-24T19:35:41.339Z Downloaded fastrand v2.3.0
3192026-03-24T19:35:41.339Z Downloaded colorchoice v1.0.4
3202026-03-24T19:35:41.339Z Downloaded dtrace-parser v0.2.0
3212026-03-24T19:35:41.350Z Downloaded fnv v1.0.7
3222026-03-24T19:35:41.350Z Downloaded dof v0.3.0
3232026-03-24T19:35:41.350Z Downloaded cfg-if v1.0.4
3242026-03-24T19:35:41.355Z Downloaded unicode-xid v0.2.6
3252026-03-24T19:35:41.355Z Downloaded utf8parse v0.2.2
3262026-03-24T19:35:41.355Z Downloaded usdt-macro v0.5.0
3272026-03-24T19:35:41.355Z Downloaded digest v0.10.7
3282026-03-24T19:35:41.356Z Downloaded equivalent v1.0.2
3292026-03-24T19:35:41.356Z Downloaded displaydoc v0.2.5
3302026-03-24T19:35:41.356Z Downloaded cargo_toml v0.21.0
3312026-03-24T19:35:41.356Z Downloaded icu_normalizer v2.1.1
3322026-03-24T19:35:41.356Z Downloaded zerofrom-derive v0.1.6
3332026-03-24T19:35:41.356Z Downloaded typeid v1.0.3
3342026-03-24T19:35:41.356Z Downloaded toml_write v0.1.2
3352026-03-24T19:35:41.360Z Downloaded thread-id v4.2.2
3362026-03-24T19:35:41.360Z Downloaded cargo-platform v0.2.0
3372026-03-24T19:35:41.360Z Downloaded bitflags v2.11.0
3382026-03-24T19:35:41.360Z Downloaded usdt v0.5.0
3392026-03-24T19:35:41.360Z Downloaded toml_datetime v0.6.11
3402026-03-24T19:35:41.364Z Downloaded errno v0.3.14
3412026-03-24T19:35:41.364Z Downloaded clap_derive v4.5.55
3422026-03-24T19:35:41.364Z Downloaded cargo_metadata v0.21.0
3432026-03-24T19:35:41.367Z Downloaded serde_core v1.0.228
3442026-03-24T19:35:41.367Z Downloaded tinystr v0.8.2
3452026-03-24T19:35:41.371Z Downloaded thiserror-impl v2.0.18
3462026-03-24T19:35:41.371Z Downloaded erased-serde v0.4.9
3472026-03-24T19:35:41.371Z Downloaded thiserror v1.0.69
3482026-03-24T19:35:41.375Z Downloaded zmij v1.0.21
3492026-03-24T19:35:41.378Z Downloaded yoke v0.8.1
3502026-03-24T19:35:41.378Z Downloaded macaddr v1.0.1
3512026-03-24T19:35:41.381Z Downloaded heck v0.4.1
3522026-03-24T19:35:41.381Z Downloaded percent-encoding v2.3.2
3532026-03-24T19:35:41.382Z Downloaded generic-array v0.14.7
3542026-03-24T19:35:41.385Z Downloaded serde-value v0.7.0
3552026-03-24T19:35:41.385Z Downloaded thiserror-impl v1.0.69
3562026-03-24T19:35:41.386Z Downloaded heck v0.5.0
3572026-03-24T19:35:41.386Z Downloaded cargo-util-schemas v0.8.2
3582026-03-24T19:35:41.389Z Downloaded toml v0.8.23
3592026-03-24T19:35:41.389Z Downloaded cpufeatures v0.2.17
3602026-03-24T19:35:41.389Z Downloaded bytecount v0.6.9
3612026-03-24T19:35:41.393Z Downloaded stable_deref_trait v1.2.1
3622026-03-24T19:35:41.393Z Downloaded anstyle v1.0.13
3632026-03-24T19:35:41.393Z Downloaded unicode-ident v1.0.24
3642026-03-24T19:35:41.397Z Downloaded ucd-trie v0.1.7
3652026-03-24T19:35:41.400Z Downloaded ordered-float v2.10.1
3662026-03-24T19:35:41.404Z Downloaded is_terminal_polyfill v1.70.2
3672026-03-24T19:35:41.404Z Downloaded terminal_size v0.4.3
3682026-03-24T19:35:41.404Z Downloaded zerotrie v0.2.3
3692026-03-24T19:35:41.415Z Downloaded memmap v0.7.0
3702026-03-24T19:35:41.415Z Downloaded zerocopy-derive v0.7.35
3712026-03-24T19:35:41.420Z Downloaded url v2.5.8
3722026-03-24T19:35:41.420Z Downloaded typenum v1.19.0
3732026-03-24T19:35:41.420Z Downloaded plain v0.2.3
3742026-03-24T19:35:41.420Z Downloaded toml_edit v0.22.27
3752026-03-24T19:35:41.420Z Downloaded strsim v0.11.1
3762026-03-24T19:35:41.424Z Downloaded serde_spanned v0.6.9
3772026-03-24T19:35:41.424Z Downloaded scroll_derive v0.12.1
3782026-03-24T19:35:41.424Z Downloaded pretty-hex v0.4.1
3792026-03-24T19:35:41.424Z Downloaded potential_utf v0.1.4
3802026-03-24T19:35:41.424Z Downloaded block-buffer v0.10.4
3812026-03-24T19:35:41.424Z Downloaded tabled_derive v0.7.0
3822026-03-24T19:35:41.429Z Downloaded zerovec v0.11.5
3832026-03-24T19:35:41.433Z Downloaded swrite v0.1.0
3842026-03-24T19:35:41.437Z Downloaded itoa v1.0.17
3852026-03-24T19:35:41.437Z Downloaded idna_adapter v1.2.1
3862026-03-24T19:35:41.437Z Downloaded zerocopy v0.7.35
3872026-03-24T19:35:41.448Z Downloaded scroll v0.12.0
3882026-03-24T19:35:41.451Z Downloaded winnow v0.7.14
3892026-03-24T19:35:41.455Z Downloaded unicode-width v0.2.0
3902026-03-24T19:35:41.459Z Downloaded serde_tokenstream v0.2.3
3912026-03-24T19:35:41.463Z Downloaded fs-err v3.3.0
3922026-03-24T19:35:41.463Z Downloaded anstream v0.6.21
3932026-03-24T19:35:41.468Z Downloaded unicode-width v0.1.14
3942026-03-24T19:35:41.471Z Downloaded smawk v0.3.2
3952026-03-24T19:35:41.471Z Downloaded serde-untagged v0.1.9
3962026-03-24T19:35:41.471Z Downloaded quote v1.0.44
3972026-03-24T19:35:41.475Z Downloaded pest_meta v2.8.6
3982026-03-24T19:35:41.475Z Downloaded byteorder v1.5.0
3992026-03-24T19:35:41.479Z Downloaded sha2 v0.10.9
4002026-03-24T19:35:41.484Z Downloaded litemap v0.8.1
4012026-03-24T19:35:41.487Z Downloaded camino-tempfile v1.4.1
4022026-03-24T19:35:41.487Z Downloaded proc-macro-error v1.0.4
4032026-03-24T19:35:41.490Z Downloaded once_cell v1.21.3
4042026-03-24T19:35:41.494Z Downloaded clap v4.5.60
4052026-03-24T19:35:41.498Z Downloaded synstructure v0.13.2
4062026-03-24T19:35:41.518Z Downloaded tempfile v3.25.0
4072026-03-24T19:35:41.521Z Downloaded smallvec v1.15.1
4082026-03-24T19:35:41.524Z Downloaded anyhow v1.0.102
4092026-03-24T19:35:41.525Z Downloaded semver v1.0.27
4102026-03-24T19:35:41.528Z Downloaded pest_derive v2.8.6
4112026-03-24T19:35:41.528Z Downloaded num-traits v0.2.19
4122026-03-24T19:35:41.531Z Downloaded proc-macro2 v1.0.106
4132026-03-24T19:35:41.535Z Downloaded pest_generator v2.8.6
4142026-03-24T19:35:41.554Z Downloaded log v0.4.29
4152026-03-24T19:35:41.558Z Downloaded icu_properties v2.1.2
4162026-03-24T19:35:41.558Z Downloaded icu_locale_core v2.1.1
4172026-03-24T19:35:41.564Z Downloaded icu_provider v2.1.1
4182026-03-24T19:35:41.567Z Downloaded icu_normalizer_data v2.1.1
4192026-03-24T19:35:41.570Z Downloaded getrandom v0.4.1
4202026-03-24T19:35:41.574Z Downloaded serde_derive v1.0.228
4212026-03-24T19:35:41.577Z Downloaded papergrid v0.11.0
4222026-03-24T19:35:41.580Z Downloaded icu_collections v2.1.1
4232026-03-24T19:35:41.585Z Downloaded serde v1.0.228
4242026-03-24T19:35:41.588Z Downloaded memchr v2.8.0
4252026-03-24T19:35:41.601Z Downloaded indexmap v2.13.0
4262026-03-24T19:35:41.606Z Downloaded clap_builder v4.5.60
4272026-03-24T19:35:41.611Z Downloaded hashbrown v0.16.1
4282026-03-24T19:35:41.625Z Downloaded pest v2.8.6
4292026-03-24T19:35:41.634Z Downloaded idna v1.1.0
4302026-03-24T19:35:41.645Z Downloaded serde_json v1.0.149
4312026-03-24T19:35:41.651Z Downloaded icu_properties_data v2.1.2
4322026-03-24T19:35:41.657Z Downloaded goblin v0.8.2
4332026-03-24T19:35:41.670Z Downloaded tabled v0.15.0
4342026-03-24T19:35:41.685Z Downloaded syn v1.0.109
4352026-03-24T19:35:41.694Z Downloaded syn v2.0.117
4362026-03-24T19:35:41.714Z Downloaded rustix v1.1.3
4372026-03-24T19:35:41.740Z Downloaded libc v0.2.180
4382026-03-24T19:35:41.828Z Compiling proc-macro2 v1.0.106
4392026-03-24T19:35:41.828Z Compiling quote v1.0.44
4402026-03-24T19:35:41.832Z Compiling unicode-ident v1.0.24
4412026-03-24T19:35:41.833Z Compiling serde_core v1.0.228
4422026-03-24T19:35:41.833Z Compiling libc v0.2.180
4432026-03-24T19:35:41.833Z Compiling version_check v0.9.5
4442026-03-24T19:35:41.833Z Compiling serde v1.0.228
4452026-03-24T19:35:41.833Z Compiling memchr v2.8.0
4462026-03-24T19:35:41.833Z Compiling stable_deref_trait v1.2.1
4472026-03-24T19:35:41.833Z Compiling zmij v1.0.21
4482026-03-24T19:35:41.833Z Compiling autocfg v1.5.0
4492026-03-24T19:35:41.833Z Compiling thiserror v1.0.69
4502026-03-24T19:35:41.833Z Compiling itoa v1.0.17
4512026-03-24T19:35:41.833Z Compiling ucd-trie v0.1.7
4522026-03-24T19:35:41.833Z Compiling writeable v0.6.2
4532026-03-24T19:35:42.303Z Compiling litemap v0.8.1
4542026-03-24T19:35:42.530Z Compiling byteorder v1.5.0
4552026-03-24T19:35:42.679Z Compiling icu_normalizer_data v2.1.1
4562026-03-24T19:35:42.709Z Compiling rustix v1.1.3
4572026-03-24T19:35:42.765Z Compiling icu_properties_data v2.1.2
4582026-03-24T19:35:42.818Z Compiling pest v2.8.6
4592026-03-24T19:35:42.852Z Compiling bitflags v2.11.0
4602026-03-24T19:35:42.907Z Compiling serde_json v1.0.149
4612026-03-24T19:35:42.937Z Compiling num-traits v0.2.19
4622026-03-24T19:35:42.992Z Compiling smallvec v1.15.1
4632026-03-24T19:35:43.168Z Compiling equivalent v1.0.2
4642026-03-24T19:35:43.253Z Compiling typeid v1.0.3
4652026-03-24T19:35:43.281Z Compiling hashbrown v0.16.1
4662026-03-24T19:35:43.365Z Compiling usdt-impl v0.5.0
4672026-03-24T19:35:43.429Z Compiling proc-macro-error-attr v1.0.4
4682026-03-24T19:35:43.441Z Compiling erased-serde v0.4.9
4692026-03-24T19:35:43.509Z Compiling errno v0.3.14
4702026-03-24T19:35:43.597Z Compiling thread-id v4.2.2
4712026-03-24T19:35:43.685Z Compiling toml_write v0.1.2
4722026-03-24T19:35:43.689Z Compiling winnow v0.7.14
4732026-03-24T19:35:43.689Z Compiling syn v1.0.109
4742026-03-24T19:35:43.916Z Compiling proc-macro-error v1.0.4
4752026-03-24T19:35:44.029Z Compiling indexmap v2.13.0
4762026-03-24T19:35:44.034Z Compiling utf8_iter v1.0.4
4772026-03-24T19:35:44.035Z Compiling camino v1.2.2
4782026-03-24T19:35:44.035Z Compiling plain v0.2.3
4792026-03-24T19:35:44.146Z Compiling syn v2.0.117
4802026-03-24T19:35:44.150Z Compiling thiserror v2.0.18
4812026-03-24T19:35:44.234Z Compiling utf8parse v0.2.2
4822026-03-24T19:35:44.238Z Compiling log v0.4.29
4832026-03-24T19:35:44.238Z Compiling getrandom v0.4.1
4842026-03-24T19:35:44.323Z Compiling percent-encoding v2.3.2
4852026-03-24T19:35:44.411Z Compiling anstyle-parse v0.2.7
4862026-03-24T19:35:44.557Z Compiling pest_meta v2.8.6
4872026-03-24T19:35:44.586Z Compiling form_urlencoded v1.2.2
4882026-03-24T19:35:44.739Z Compiling ordered-float v2.10.1
4892026-03-24T19:35:44.786Z Compiling anstyle-query v1.1.5
4902026-03-24T19:35:44.819Z Compiling colorchoice v1.0.4
4912026-03-24T19:35:44.878Z Compiling cfg-if v1.0.4
4922026-03-24T19:35:44.915Z Compiling anstyle v1.0.13
4932026-03-24T19:35:44.946Z Compiling is_terminal_polyfill v1.70.2
4942026-03-24T19:35:44.978Z Compiling pretty-hex v0.4.1
4952026-03-24T19:35:45.010Z Compiling fs-err v3.3.0
4962026-03-24T19:35:45.129Z Compiling heck v0.4.1
4972026-03-24T19:35:45.172Z Compiling anstream v0.6.21
4982026-03-24T19:35:45.172Z Compiling fnv v1.0.7
4992026-03-24T19:35:45.231Z Compiling bytecount v0.6.9
5002026-03-24T19:35:45.237Z Compiling clap_lex v1.0.0
5012026-03-24T19:35:45.324Z Compiling terminal_size v0.4.3
5022026-03-24T19:35:45.354Z Compiling unicode-width v0.1.14
5032026-03-24T19:35:45.357Z Compiling heck v0.5.0
5042026-03-24T19:35:45.414Z Compiling strsim v0.11.1
5052026-03-24T19:35:45.446Z Compiling once_cell v1.21.3
5062026-03-24T19:35:45.478Z Compiling fastrand v2.3.0
5072026-03-24T19:35:45.538Z Compiling anyhow v1.0.102
5082026-03-24T19:35:45.784Z Compiling semver v1.0.27
5092026-03-24T19:35:45.787Z Compiling unicode-xid v0.2.6
5102026-03-24T19:35:45.874Z Compiling tempfile v3.25.0
5112026-03-24T19:35:45.878Z Compiling clap_builder v4.5.60
5122026-03-24T19:35:45.878Z Compiling papergrid v0.11.0
5132026-03-24T19:35:45.968Z Compiling memmap v0.7.0
5142026-03-24T19:35:46.161Z Compiling unicode-width v0.2.0
5152026-03-24T19:35:46.262Z Compiling smawk v0.3.2
5162026-03-24T19:35:46.301Z Compiling unicode-linebreak v0.1.5
5172026-03-24T19:35:46.467Z Compiling serde-untagged v0.1.9
5182026-03-24T19:35:46.501Z Compiling camino-tempfile v1.4.1
5192026-03-24T19:35:46.534Z Compiling swrite v0.1.0
5202026-03-24T19:35:46.591Z Compiling textwrap v0.16.2
5212026-03-24T19:35:46.650Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-03-24T19:35:47.108Z Compiling tabled_derive v0.7.0
5232026-03-24T19:35:47.984Z Compiling synstructure v0.13.2
5242026-03-24T19:35:47.985Z Compiling pest_generator v2.8.6
5252026-03-24T19:35:48.035Z Compiling tabled v0.15.0
5262026-03-24T19:35:48.724Z Compiling serde_derive v1.0.228
5272026-03-24T19:35:48.724Z Compiling zerofrom-derive v0.1.6
5282026-03-24T19:35:48.728Z Compiling yoke-derive v0.8.1
5292026-03-24T19:35:48.728Z Compiling zerovec-derive v0.11.2
5302026-03-24T19:35:48.729Z Compiling displaydoc v0.2.5
5312026-03-24T19:35:48.729Z Compiling thiserror-impl v1.0.69
5322026-03-24T19:35:48.729Z Compiling zerocopy-derive v0.7.35
5332026-03-24T19:35:48.729Z Compiling pest_derive v2.8.6
5342026-03-24T19:35:48.729Z Compiling scroll_derive v0.12.1
5352026-03-24T19:35:48.729Z Compiling thiserror-impl v2.0.18
5362026-03-24T19:35:48.874Z Compiling clap_derive v4.5.55
5372026-03-24T19:35:49.521Z Compiling scroll v0.12.0
5382026-03-24T19:35:49.837Z Compiling goblin v0.8.2
5392026-03-24T19:35:49.954Z Compiling zerocopy v0.7.35
5402026-03-24T19:35:50.060Z Compiling zerofrom v0.1.6
5412026-03-24T19:35:50.224Z Compiling yoke v0.8.1
5422026-03-24T19:35:50.306Z Compiling dtrace-parser v0.2.0
5432026-03-24T19:35:50.436Z Compiling zerovec v0.11.5
5442026-03-24T19:35:50.436Z Compiling zerotrie v0.2.3
5452026-03-24T19:35:50.805Z Compiling clap v4.5.60
5462026-03-24T19:35:51.036Z Compiling tinystr v0.8.2
5472026-03-24T19:35:51.036Z Compiling potential_utf v0.1.4
5482026-03-24T19:35:51.217Z Compiling icu_collections v2.1.1
5492026-03-24T19:35:51.247Z Compiling icu_locale_core v2.1.1
5502026-03-24T19:35:52.034Z Compiling icu_provider v2.1.1
5512026-03-24T19:35:52.142Z Compiling toml_datetime v0.6.11
5522026-03-24T19:35:52.142Z Compiling serde_spanned v0.6.9
5532026-03-24T19:35:52.146Z Compiling serde-value v0.7.0
5542026-03-24T19:35:52.146Z Compiling cargo-platform v0.2.0
5552026-03-24T19:35:52.146Z Compiling macaddr v1.0.1
5562026-03-24T19:35:52.146Z Compiling dof v0.3.0
5572026-03-24T19:35:52.147Z Compiling serde_tokenstream v0.2.3
5582026-03-24T19:35:52.340Z Compiling icu_properties v2.1.2
5592026-03-24T19:35:52.344Z Compiling icu_normalizer v2.1.1
5602026-03-24T19:35:52.399Z Compiling toml_edit v0.22.27
5612026-03-24T19:35:53.148Z Compiling usdt-attr-macro v0.5.0
5622026-03-24T19:35:53.155Z Compiling usdt-macro v0.5.0
5632026-03-24T19:35:53.496Z Compiling idna_adapter v1.2.1
5642026-03-24T19:35:53.637Z Compiling idna v1.1.0
5652026-03-24T19:35:53.877Z Compiling usdt v0.5.0
5662026-03-24T19:35:54.011Z Compiling url v2.5.8
5672026-03-24T19:35:54.198Z Compiling toml v0.8.23
5682026-03-24T19:35:54.658Z Compiling cargo-util-schemas v0.8.2
5692026-03-24T19:35:54.658Z Compiling cargo_toml v0.21.0
5702026-03-24T19:35:55.795Z Compiling cargo_metadata v0.21.0
5712026-03-24T19:35:57.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-24T19:35:59.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.94s
5732026-03-24T19:36:00.232Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-24T19:36:00.989Z Downloading crates ...
5752026-03-24T19:36:01.119Z Downloaded async-recursion v1.1.1
5762026-03-24T19:36:01.122Z Downloaded adler2 v2.0.1
5772026-03-24T19:36:01.126Z Downloaded aead v0.5.2
5782026-03-24T19:36:01.129Z Downloaded castaway v0.2.4
5792026-03-24T19:36:01.131Z Downloaded ahash v0.8.12
5802026-03-24T19:36:01.136Z Downloaded async-stream-impl v0.3.6
5812026-03-24T19:36:01.139Z Downloaded base64ct v1.8.3
5822026-03-24T19:36:01.142Z Downloaded aes-gcm v0.10.3
5832026-03-24T19:36:01.145Z Downloaded bb8 v0.8.6
5842026-03-24T19:36:01.149Z Downloaded darling v0.21.3
5852026-03-24T19:36:01.152Z Downloaded bit-set v0.5.3
5862026-03-24T19:36:01.155Z Downloaded bitfield-macros v0.19.4
5872026-03-24T19:36:01.155Z Downloaded bcrypt-pbkdf v0.10.0
5882026-03-24T19:36:01.159Z Downloaded backoff v0.4.0
5892026-03-24T19:36:01.159Z Downloaded defmt v0.3.100
5902026-03-24T19:36:01.162Z Downloaded bit-vec v0.8.0
5912026-03-24T19:36:01.162Z Downloaded async-trait v0.1.89
5922026-03-24T19:36:01.165Z Downloaded bit-vec v0.6.3
5932026-03-24T19:36:01.167Z Downloaded darling_macro v0.21.3
5942026-03-24T19:36:01.174Z Downloaded curve25519-dalek v4.1.3
5952026-03-24T19:36:01.224Z Downloaded darling_macro v0.23.0
5962026-03-24T19:36:01.232Z Downloaded foreign-types v0.3.2
5972026-03-24T19:36:01.232Z Downloaded base16ct v1.0.0
5982026-03-24T19:36:01.232Z Downloaded debug-ignore v1.0.5
5992026-03-24T19:36:01.232Z Downloaded cfg_aliases v0.1.1
6002026-03-24T19:36:01.232Z Downloaded darling_macro v0.20.11
6012026-03-24T19:36:01.232Z Downloaded curve25519-dalek-derive v0.1.1
6022026-03-24T19:36:01.232Z Downloaded block-padding v0.3.3
6032026-03-24T19:36:01.232Z Downloaded crucible-workspace-hack v0.1.0
6042026-03-24T19:36:01.232Z Downloaded byte-wrapper v0.1.0
6052026-03-24T19:36:01.232Z Downloaded fixedbitset v0.4.2
6062026-03-24T19:36:01.232Z Downloaded erased-serde v0.3.31
6072026-03-24T19:36:01.232Z Downloaded data-encoding v2.10.0
6082026-03-24T19:36:01.232Z Downloaded bit-set v0.8.0
6092026-03-24T19:36:01.232Z Downloaded arrayref v0.3.9
6102026-03-24T19:36:01.232Z Downloaded ascii-canvas v3.0.0
6112026-03-24T19:36:01.232Z Downloaded ctr v0.9.2
6122026-03-24T19:36:01.232Z Downloaded defmt v1.0.1
6132026-03-24T19:36:01.232Z Downloaded darling v0.20.11
6142026-03-24T19:36:01.232Z Downloaded crc8 v0.1.1
6152026-03-24T19:36:01.232Z Downloaded futures-core v0.3.32
6162026-03-24T19:36:01.232Z Downloaded flagset v0.4.7
6172026-03-24T19:36:01.232Z Downloaded dtrace-parser v0.3.0
6182026-03-24T19:36:01.232Z Downloaded assert_matches v1.5.0
6192026-03-24T19:36:01.232Z Downloaded float-ord v0.3.2
6202026-03-24T19:36:01.232Z Downloaded endian-type v0.1.2
6212026-03-24T19:36:01.232Z Downloaded bitfield-struct v0.6.2
6222026-03-24T19:36:01.233Z Downloaded ciborium-io v0.2.2
6232026-03-24T19:36:01.233Z Downloaded array-init v0.0.4
6242026-03-24T19:36:01.233Z Downloaded cmake v0.1.57
6252026-03-24T19:36:01.233Z Downloaded float-cmp v0.10.0
6262026-03-24T19:36:01.233Z Downloaded csv-core v0.1.13
6272026-03-24T19:36:01.233Z Downloaded crc v3.4.0
6282026-03-24T19:36:01.233Z Downloaded diesel-dtrace v0.5.0
6292026-03-24T19:36:01.239Z Downloaded crossbeam-deque v0.8.6
6302026-03-24T19:36:01.239Z Downloaded darling v0.23.0
6312026-03-24T19:36:01.239Z Downloaded bcs v0.1.6
6322026-03-24T19:36:01.242Z Downloaded fd-lock v4.0.4
6332026-03-24T19:36:01.242Z Downloaded defmt-parser v1.0.0
6342026-03-24T19:36:01.242Z Downloaded corncobs v0.1.4
6352026-03-24T19:36:01.245Z Downloaded convert_case v0.4.0
6362026-03-24T19:36:01.245Z Downloaded difflib v0.4.0
6372026-03-24T19:36:01.245Z Downloaded foreign-types v0.5.0
6382026-03-24T19:36:01.245Z Downloaded diesel_table_macro_syntax v0.3.0
6392026-03-24T19:36:01.248Z Downloaded dof v0.4.0
6402026-03-24T19:36:01.248Z Downloaded async-stream v0.3.6
6412026-03-24T19:36:01.251Z Downloaded foreign-types-shared v0.3.1
6422026-03-24T19:36:01.251Z Downloaded cfg_aliases v0.2.1
6432026-03-24T19:36:01.251Z Downloaded dirs-sys-next v0.1.2
6442026-03-24T19:36:01.254Z Downloaded atomicwrites v0.4.4
6452026-03-24T19:36:01.254Z Downloaded atty v0.2.14
6462026-03-24T19:36:01.257Z Downloaded funty v2.0.0
6472026-03-24T19:36:01.257Z Downloaded foreign-types-shared v0.1.1
6482026-03-24T19:36:01.257Z Downloaded cargo-platform v0.1.9
6492026-03-24T19:36:01.260Z Downloaded atomic-waker v1.1.2
6502026-03-24T19:36:01.260Z Downloaded env_filter v1.0.0
6512026-03-24T19:36:01.263Z Downloaded dropshot-api-manager-types v0.6.0
6522026-03-24T19:36:01.263Z Downloaded futures-macro v0.3.32
6532026-03-24T19:36:01.263Z Downloaded embedded-io v0.4.0
6542026-03-24T19:36:01.266Z Downloaded allocator-api2 v0.2.21
6552026-03-24T19:36:01.266Z Downloaded dyn-clone v1.0.20
6562026-03-24T19:36:01.269Z Downloaded dsl_auto_type v0.2.0
6572026-03-24T19:36:01.269Z Downloaded foreign-types-macros v0.2.3
6582026-03-24T19:36:01.272Z Downloaded display-error-chain v0.2.2
6592026-03-24T19:36:01.272Z Downloaded crc-catalog v2.4.0
6602026-03-24T19:36:01.275Z Downloaded cpufeatures v0.3.0
6612026-03-24T19:36:01.275Z Downloaded ciborium-ll v0.2.2
6622026-03-24T19:36:01.275Z Downloaded futures-task v0.3.32
6632026-03-24T19:36:01.278Z Downloaded dunce v1.0.5
6642026-03-24T19:36:01.278Z Downloaded fxhash v0.2.1
6652026-03-24T19:36:01.281Z Downloaded embedded-io v0.6.1
6662026-03-24T19:36:01.281Z Downloaded gethostname v0.5.0
6672026-03-24T19:36:01.281Z Downloaded dirs-next v2.0.0
6682026-03-24T19:36:01.284Z Downloaded cargo_toml v0.22.3
6692026-03-24T19:36:01.284Z Downloaded arrayvec v0.7.6
6702026-03-24T19:36:01.287Z Downloaded enum-as-inner v0.6.1
6712026-03-24T19:36:01.287Z Downloaded futures-sink v0.3.32
6722026-03-24T19:36:01.293Z Downloaded cbc v0.1.2
6732026-03-24T19:36:01.293Z Downloaded console v0.15.11
6742026-03-24T19:36:01.296Z Downloaded ena v0.14.4
6752026-03-24T19:36:01.296Z Downloaded deranged v0.5.8
6762026-03-24T19:36:01.296Z Downloaded defmt-macros v1.0.1
6772026-03-24T19:36:01.301Z Downloaded cipher v0.4.4
6782026-03-24T19:36:01.301Z Downloaded globwalk v0.9.1
6792026-03-24T19:36:01.304Z Downloaded git-stub v1.0.0
6802026-03-24T19:36:01.305Z Downloaded ghash v0.5.1
6812026-03-24T19:36:01.305Z Downloaded hash32 v0.3.1
6822026-03-24T19:36:01.305Z Downloaded foldhash v0.1.5
6832026-03-24T19:36:01.308Z Downloaded blowfish v0.9.1
6842026-03-24T19:36:01.308Z Downloaded daft-derive v0.1.5
6852026-03-24T19:36:01.311Z Downloaded der_derive v0.7.3
6862026-03-24T19:36:01.327Z Downloaded hubpack_derive v0.1.1
6872026-03-24T19:36:01.330Z Downloaded httpdate v1.0.3
6882026-03-24T19:36:01.330Z Downloaded hubpack v0.1.2
6892026-03-24T19:36:01.330Z Downloaded ed25519 v2.2.3
6902026-03-24T19:36:01.333Z Downloaded http-range v0.1.5
6912026-03-24T19:36:01.333Z Downloaded http-body v1.0.1
6922026-03-24T19:36:01.336Z Downloaded fs_extra v1.3.0
6932026-03-24T19:36:01.336Z Downloaded filetime v0.2.27
6942026-03-24T19:36:01.339Z Downloaded derive-ex v0.1.8
6952026-03-24T19:36:01.339Z Downloaded fixedbitset v0.5.7
6962026-03-24T19:36:01.341Z Downloaded convert_case v0.10.0
6972026-03-24T19:36:01.345Z Downloaded futures-executor v0.3.32
6982026-03-24T19:36:01.348Z Downloaded drift v0.1.3
6992026-03-24T19:36:01.352Z Downloaded hyper-tls v0.6.0
7002026-03-24T19:36:01.352Z Downloaded indent_write v2.2.0
7012026-03-24T19:36:01.352Z Downloaded ff v0.13.1
7022026-03-24T19:36:01.356Z Downloaded const_format_proc_macros v0.2.34
7032026-03-24T19:36:01.356Z Downloaded instant v0.1.13
7042026-03-24T19:36:01.360Z Downloaded inout v0.1.4
7052026-03-24T19:36:01.360Z Downloaded clang-sys v1.8.1
7062026-03-24T19:36:01.360Z Downloaded foldhash v0.2.0
7072026-03-24T19:36:01.364Z Downloaded des v0.8.1
7082026-03-24T19:36:01.364Z Downloaded colored v3.1.1
7092026-03-24T19:36:01.371Z Downloaded ident_case v1.0.1
7102026-03-24T19:36:01.371Z Downloaded cargo_metadata v0.19.2
7112026-03-24T19:36:01.374Z Downloaded internet-checksum v0.2.1
7122026-03-24T19:36:01.374Z Downloaded indoc v1.0.9
7132026-03-24T19:36:01.374Z Downloaded crossbeam-channel v0.5.15
7142026-03-24T19:36:01.374Z Downloaded bzip2 v0.6.1
7152026-03-24T19:36:01.377Z Downloaded console v0.16.2
7162026-03-24T19:36:01.377Z Downloaded bzip2 v0.4.4
7172026-03-24T19:36:01.380Z Downloaded instability v0.3.11
7182026-03-24T19:36:01.380Z Downloaded blake2 v0.10.6
7192026-03-24T19:36:01.383Z Downloaded is_ci v1.2.0
7202026-03-24T19:36:01.383Z Downloaded is-terminal v0.4.17
7212026-03-24T19:36:01.387Z Downloaded kstat-rs v0.2.4
7222026-03-24T19:36:01.387Z Downloaded highway v1.3.0
7232026-03-24T19:36:01.390Z Downloaded hex-literal v0.4.1
7242026-03-24T19:36:01.390Z Downloaded git-stub-vcs v0.1.0
7252026-03-24T19:36:01.390Z Downloaded group v0.13.0
7262026-03-24T19:36:01.393Z Downloaded globset v0.4.18
7272026-03-24T19:36:01.393Z Downloaded glob v0.3.3
7282026-03-24T19:36:01.396Z Downloaded hyper-staticfile v0.10.1
7292026-03-24T19:36:01.396Z Downloaded cookie v0.18.1
7302026-03-24T19:36:01.401Z Downloaded keccak v0.1.6
7312026-03-24T19:36:01.401Z Downloaded futures-channel v0.3.32
7322026-03-24T19:36:01.404Z Downloaded lazy_static v1.5.0
7332026-03-24T19:36:01.404Z Downloaded lalrpop-util v0.19.12
7342026-03-24T19:36:01.408Z Downloaded libscf-sys v1.1.0
7352026-03-24T19:36:01.408Z Downloaded cookie_store v0.22.1
7362026-03-24T19:36:01.412Z Downloaded match_cfg v0.1.0
7372026-03-24T19:36:01.412Z Downloaded maplit v1.0.2
7382026-03-24T19:36:01.412Z Downloaded linked-hash-map v0.5.6
7392026-03-24T19:36:01.412Z Downloaded find-msvc-tools v0.1.9
7402026-03-24T19:36:01.416Z Downloaded constant_time_eq v0.4.2
7412026-03-24T19:36:01.416Z Downloaded managed v0.8.0
7422026-03-24T19:36:01.419Z Downloaded cancel-safe-futures v0.1.5
7432026-03-24T19:36:01.419Z Downloaded crc-any v2.5.0
7442026-03-24T19:36:01.423Z Downloaded crossbeam-utils v0.8.21
7452026-03-24T19:36:01.426Z Downloaded argon2 v0.5.3
7462026-03-24T19:36:01.426Z Downloaded aes v0.8.4
7472026-03-24T19:36:01.429Z Downloaded ingot-types v0.1.2
7482026-03-24T19:36:01.429Z Downloaded mime v0.3.17
7492026-03-24T19:36:01.432Z Downloaded memoffset v0.9.1
7502026-03-24T19:36:01.432Z Downloaded lru-slab v0.1.2
7512026-03-24T19:36:01.432Z Downloaded lru-cache v0.1.2
7522026-03-24T19:36:01.435Z Downloaded http-body-util v0.1.3
7532026-03-24T19:36:01.435Z Downloaded newtype-uuid-macros v0.1.0
7542026-03-24T19:36:01.439Z Downloaded nibble_vec v0.1.0
7552026-03-24T19:36:01.439Z Downloaded md-5 v0.10.6
7562026-03-24T19:36:01.444Z Downloaded getrandom v0.2.17
7572026-03-24T19:36:01.444Z Downloaded ipnetwork v0.21.1
7582026-03-24T19:36:01.447Z Downloaded ipnet v2.11.0
7592026-03-24T19:36:01.447Z Downloaded colored v2.2.0
7602026-03-24T19:36:01.447Z Downloaded maybe-uninit v2.0.0
7612026-03-24T19:36:01.454Z Downloaded newtype_derive v0.1.6
7622026-03-24T19:36:01.454Z Downloaded lzss v0.8.2
7632026-03-24T19:36:01.457Z Downloaded derive_builder v0.20.2
7642026-03-24T19:36:01.457Z Downloaded httparse v1.10.1
7652026-03-24T19:36:01.460Z Downloaded num v0.4.3
7662026-03-24T19:36:01.460Z Downloaded num-derive v0.4.2
7672026-03-24T19:36:01.460Z Downloaded impl-trait-for-tuples v0.2.3
7682026-03-24T19:36:01.464Z Downloaded multimap v0.10.1
7692026-03-24T19:36:01.464Z Downloaded new_debug_unreachable v1.0.6
7702026-03-24T19:36:01.467Z Downloaded hmac v0.12.1
7712026-03-24T19:36:01.467Z Downloaded num-iter v0.1.45
7722026-03-24T19:36:01.470Z Downloaded num-derive v0.3.3
7732026-03-24T19:36:01.470Z Downloaded num_threads v0.1.7
7742026-03-24T19:36:01.473Z Downloaded nonempty v0.12.0
7752026-03-24T19:36:01.473Z Downloaded num-conv v0.2.0
7762026-03-24T19:36:01.473Z Downloaded half v1.8.3
7772026-03-24T19:36:01.481Z Downloaded getrandom v0.3.4
7782026-03-24T19:36:01.485Z Downloaded linear-map v1.2.0
7792026-03-24T19:36:01.485Z Downloaded libefi-sys v0.1.0
7802026-03-24T19:36:01.485Z Downloaded ingot v0.1.1
7812026-03-24T19:36:01.485Z Downloaded md5 v0.7.0
7822026-03-24T19:36:01.485Z Downloaded openssl-probe v0.1.6
7832026-03-24T19:36:01.485Z Downloaded libsw-core v0.3.2
7842026-03-24T19:36:01.488Z Downloaded ingot-macros v0.1.1
7852026-03-24T19:36:01.488Z Downloaded arc-swap v1.8.2
7862026-03-24T19:36:01.492Z Downloaded opaque-debug v0.3.1
7872026-03-24T19:36:01.492Z Downloaded half v2.7.1
7882026-03-24T19:36:01.495Z Downloaded compact_str v0.8.1
7892026-03-24T19:36:01.498Z Downloaded packed_struct_codegen v0.10.1
7902026-03-24T19:36:01.502Z Downloaded oso-derive v0.27.3
7912026-03-24T19:36:01.502Z Downloaded derive_more v0.99.20
7922026-03-24T19:36:01.505Z Downloaded crossbeam-epoch v0.9.18
7932026-03-24T19:36:01.505Z Downloaded env_logger v0.11.9
7942026-03-24T19:36:01.508Z Downloaded path-slash v0.1.5
7952026-03-24T19:36:01.511Z Downloaded pbkdf2 v0.12.2
7962026-03-24T19:36:01.511Z Downloaded openssl-macros v0.1.1
7972026-03-24T19:36:01.511Z Downloaded newtype-uuid v1.3.2
7982026-03-24T19:36:01.515Z Downloaded lru v0.12.5
7992026-03-24T19:36:01.515Z Downloaded openssl-probe v0.2.1
8002026-03-24T19:36:01.515Z Downloaded libloading v0.8.9
8012026-03-24T19:36:01.520Z Downloaded hyper-rustls v0.27.7
8022026-03-24T19:36:01.520Z Downloaded iana-time-zone v0.1.65
8032026-03-24T19:36:01.525Z Downloaded const_format v0.2.35
8042026-03-24T19:36:01.528Z Downloaded humantime v2.3.0
8052026-03-24T19:36:01.528Z Downloaded dropshot_endpoint v0.16.7
8062026-03-24T19:36:01.532Z Downloaded num-complex v0.4.6
8072026-03-24T19:36:01.532Z Downloaded parse-display v0.10.0
8082026-03-24T19:36:01.536Z Downloaded num_enum_derive v0.7.5
8092026-03-24T19:36:01.536Z Downloaded peg-runtime v0.8.5
8102026-03-24T19:36:01.536Z Downloaded num_enum_derive v0.5.11
8112026-03-24T19:36:01.536Z Downloaded nu-ansi-term v0.50.3
8122026-03-24T19:36:01.539Z Downloaded parse-size v1.1.0
8132026-03-24T19:36:01.539Z Downloaded num-rational v0.4.2
8142026-03-24T19:36:01.539Z Downloaded num-integer v0.1.46
8152026-03-24T19:36:01.542Z Downloaded bytes v1.11.1
8162026-03-24T19:36:01.548Z Downloaded olpc-cjson v0.1.4
8172026-03-24T19:36:01.548Z Downloaded normalize-line-endings v0.3.0
8182026-03-24T19:36:01.553Z Downloaded native-tls v0.2.18
8192026-03-24T19:36:01.553Z Downloaded phf_shared v0.11.3
8202026-03-24T19:36:01.553Z Downloaded pbkdf2 v0.11.0
8212026-03-24T19:36:01.553Z Downloaded phf_shared v0.12.1
8222026-03-24T19:36:01.556Z Downloaded multer v3.1.0
8232026-03-24T19:36:01.557Z Downloaded phf_shared v0.13.1
8242026-03-24T19:36:01.557Z Downloaded num_enum v0.5.11
8252026-03-24T19:36:01.559Z Downloaded chacha20poly1305 v0.10.1
8262026-03-24T19:36:01.562Z Downloaded nanorand v0.7.0
8272026-03-24T19:36:01.565Z Downloaded indoc v2.0.7
8282026-03-24T19:36:01.565Z Downloaded jobserver v0.1.34
8292026-03-24T19:36:01.568Z Downloaded ignore v0.4.25
8302026-03-24T19:36:01.571Z Downloaded owo-colors v4.3.0
8312026-03-24T19:36:01.571Z Downloaded mime_guess v2.0.5
8322026-03-24T19:36:01.574Z Downloaded packed_struct v0.10.1
8332026-03-24T19:36:01.574Z Downloaded elliptic-curve v0.13.8
8342026-03-24T19:36:01.578Z Downloaded predicates-core v1.0.10
8352026-03-24T19:36:01.581Z Downloaded precomputed-hash v0.1.1
8362026-03-24T19:36:01.581Z Downloaded powerfmt v0.2.0
8372026-03-24T19:36:01.582Z Downloaded flume v0.11.1
8382026-03-24T19:36:01.585Z Downloaded paste v1.0.15
8392026-03-24T19:36:01.593Z Downloaded password-hash v0.5.0
8402026-03-24T19:36:01.593Z Downloaded cc v1.2.56
8412026-03-24T19:36:01.598Z Downloaded bumpalo v3.20.2
8422026-03-24T19:36:01.598Z Downloaded ar_archive_writer v0.5.1
8432026-03-24T19:36:01.598Z Downloaded libbz2-rs-sys v0.2.2
8442026-03-24T19:36:01.601Z Downloaded predicates-tree v1.0.13
8452026-03-24T19:36:01.601Z Downloaded darling_core v0.20.11
8462026-03-24T19:36:01.604Z Downloaded progenitor-client v0.11.2
8472026-03-24T19:36:01.604Z Downloaded proc-macro-crate v3.4.0
8482026-03-24T19:36:01.607Z Downloaded proc-macro-crate v1.3.1
8492026-03-24T19:36:01.607Z Downloaded peg v0.8.5
8502026-03-24T19:36:01.610Z Downloaded pem v3.0.6
8512026-03-24T19:36:01.612Z Downloaded password-hash v0.4.2
8522026-03-24T19:36:01.613Z Downloaded oxnet v0.1.4
8532026-03-24T19:36:01.616Z Downloaded oxide-tokio-rt v0.1.3
8542026-03-24T19:36:01.616Z Downloaded progenitor-client v0.10.0
8552026-03-24T19:36:01.619Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-03-24T19:36:01.619Z Downloaded progenitor-macro v0.11.2
8572026-03-24T19:36:01.619Z Downloaded litrs v1.0.0
8582026-03-24T19:36:01.622Z Downloaded pem-rfc7468 v0.7.0
8592026-03-24T19:36:01.625Z Downloaded dropshot-api-manager v0.6.0
8602026-03-24T19:36:01.628Z Downloaded pin-utils v0.1.0
8612026-03-24T19:36:01.628Z Downloaded parse-display-derive v0.10.0
8622026-03-24T19:36:01.628Z Downloaded progenitor-macro v0.13.0
8632026-03-24T19:36:01.631Z Downloaded peg-macros v0.8.5
8642026-03-24T19:36:01.631Z Downloaded psl-types v2.0.11
8652026-03-24T19:36:01.634Z Downloaded indexmap v1.9.3
8662026-03-24T19:36:01.634Z Downloaded polyval v0.6.2
8672026-03-24T19:36:01.637Z Downloaded pkg-config v0.3.32
8682026-03-24T19:36:01.637Z Downloaded headers v0.4.1
8692026-03-24T19:36:01.641Z Downloaded parking_lot_core v0.9.12
8702026-03-24T19:36:01.644Z Downloaded parking_lot_core v0.8.6
8712026-03-24T19:36:01.647Z Downloaded rand_chacha v0.3.1
8722026-03-24T19:36:01.647Z Downloaded predicates v3.1.4
8732026-03-24T19:36:01.651Z Downloaded parking_lot v0.11.2
8742026-03-24T19:36:01.654Z Downloaded ref-cast v1.0.25
8752026-03-24T19:36:01.654Z Downloaded primeorder v0.13.6
8762026-03-24T19:36:01.657Z Downloaded recursive-proc-macro-impl v0.1.1
8772026-03-24T19:36:01.657Z Downloaded recursive v0.1.1
8782026-03-24T19:36:01.657Z Downloaded quick-error v1.2.3
8792026-03-24T19:36:01.660Z Downloaded pkcs8 v0.10.2
8802026-03-24T19:36:01.663Z Downloaded radium v0.7.0
8812026-03-24T19:36:01.663Z Downloaded heapless v0.8.0
8822026-03-24T19:36:01.670Z Downloaded pin-project-lite v0.2.17
8832026-03-24T19:36:01.670Z Downloaded ref-cast-impl v1.0.25
8842026-03-24T19:36:01.674Z Downloaded rand_xorshift v0.4.0
8852026-03-24T19:36:01.674Z Downloaded num_enum v0.7.5
8862026-03-24T19:36:01.677Z Downloaded progenitor-extras v0.1.1
8872026-03-24T19:36:01.677Z Downloaded der v0.7.10
8882026-03-24T19:36:01.680Z Downloaded postgres-protocol v0.6.10
8892026-03-24T19:36:01.685Z Downloaded poly1305 v0.8.0
8902026-03-24T19:36:01.685Z Downloaded progenitor v0.13.0
8912026-03-24T19:36:01.690Z Downloaded rtoolbox v0.0.3
8922026-03-24T19:36:01.690Z Downloaded progenitor v0.10.0
8932026-03-24T19:36:01.690Z Downloaded flate2 v1.1.9
8942026-03-24T19:36:01.694Z Downloaded ppv-lite86 v0.2.21
8952026-03-24T19:36:01.699Z Downloaded pkcs5 v0.7.1
8962026-03-24T19:36:01.699Z Downloaded russh-cryptovec v0.7.3
8972026-03-24T19:36:01.703Z Downloaded rustc_version v0.4.1
8982026-03-24T19:36:01.703Z Downloaded pkcs1 v0.7.5
8992026-03-24T19:36:01.704Z Downloaded derive_more v2.1.1
9002026-03-24T19:36:01.710Z Downloaded r2d2 v0.8.10
9012026-03-24T19:36:01.713Z Downloaded rand_seeder v0.4.0
9022026-03-24T19:36:01.713Z Downloaded rfc6979 v0.4.0
9032026-03-24T19:36:01.718Z Downloaded parking_lot v0.12.5
9042026-03-24T19:36:01.718Z Downloaded papergrid v0.17.0
9052026-03-24T19:36:01.721Z Downloaded salsa20 v0.10.2
9062026-03-24T19:36:01.724Z Downloaded rustc-hash v2.1.1
9072026-03-24T19:36:01.724Z Downloaded rand_core v0.6.4
9082026-03-24T19:36:01.728Z Downloaded phf v0.13.1
9092026-03-24T19:36:01.728Z Downloaded proc-macro-error2 v2.0.1
9102026-03-24T19:36:01.731Z Downloaded miniz_oxide v0.8.9
9112026-03-24T19:36:01.731Z Downloaded phf v0.12.1
9122026-03-24T19:36:01.734Z Downloaded jiff-static v0.2.21
9132026-03-24T19:36:01.738Z Downloaded indicatif v0.18.4
9142026-03-24T19:36:01.743Z Downloaded same-file v1.0.6
9152026-03-24T19:36:01.743Z Downloaded scheduled-thread-pool v0.2.7
9162026-03-24T19:36:01.743Z Downloaded hyper-util v0.1.20
9172026-03-24T19:36:01.747Z Downloaded psm v0.1.30
9182026-03-24T19:36:01.749Z Downloaded scrypt v0.11.0
9192026-03-24T19:36:01.750Z Downloaded sapling-renderdag v0.1.0
9202026-03-24T19:36:01.753Z Downloaded expectorate v1.2.0
9212026-03-24T19:36:01.753Z Downloaded serde-big-array v0.5.1
9222026-03-24T19:36:01.758Z Downloaded semver v0.1.20
9232026-03-24T19:36:01.758Z Downloaded secrecy v0.8.0
9242026-03-24T19:36:01.758Z Downloaded aho-corasick v1.1.4
9252026-03-24T19:36:01.761Z Downloaded pin-project-internal v1.1.11
9262026-03-24T19:36:01.764Z Downloaded rustc_version v0.1.7
9272026-03-24T19:36:01.764Z Downloaded derive_more-impl v2.1.1
9282026-03-24T19:36:01.767Z Downloaded secrecy v0.10.3
9292026-03-24T19:36:01.767Z Downloaded serde_bytes v0.11.19
9302026-03-24T19:36:01.772Z Downloaded serde_spanned v1.0.4
9312026-03-24T19:36:01.772Z Downloaded postgres-types v0.2.12
9322026-03-24T19:36:01.777Z Downloaded scopeguard v1.2.0
9332026-03-24T19:36:01.777Z Downloaded seq-macro v0.3.6
9342026-03-24T19:36:01.782Z Downloaded scroll_derive v0.13.1
9352026-03-24T19:36:01.782Z Downloaded hashbrown v0.13.2
9362026-03-24T19:36:01.782Z Downloaded serde_repr v0.1.20
9372026-03-24T19:36:01.785Z Downloaded signal-hook-mio v0.2.5
9382026-03-24T19:36:01.785Z Downloaded crypto-bigint v0.5.5
9392026-03-24T19:36:01.789Z Downloaded oso v0.27.3
9402026-03-24T19:36:01.797Z Downloaded siphasher v1.0.2
9412026-03-24T19:36:01.797Z Downloaded rand_core v0.9.5
9422026-03-24T19:36:01.800Z Downloaded minimal-lexical v0.2.1
9432026-03-24T19:36:01.800Z Downloaded schemars_derive v0.8.22
9442026-03-24T19:36:01.800Z Downloaded sha1 v0.10.6
9452026-03-24T19:36:01.800Z Downloaded serde_urlencoded v0.7.1
9462026-03-24T19:36:01.805Z Downloaded shell-words v1.1.1
9472026-03-24T19:36:01.805Z Downloaded serde_plain v1.0.2
9482026-03-24T19:36:01.809Z Downloaded resolv-conf v0.7.6
9492026-03-24T19:36:01.809Z Downloaded hickory-server v0.25.2
9502026-03-24T19:36:01.813Z Downloaded rand_core v0.10.0
9512026-03-24T19:36:01.813Z Downloaded signal-hook-tokio v0.3.1
9522026-03-24T19:36:01.813Z Downloaded ed25519-dalek v2.2.0
9532026-03-24T19:36:01.818Z Downloaded sigpipe v0.1.3
9542026-03-24T19:36:01.818Z Downloaded signature v2.2.0
9552026-03-24T19:36:01.824Z Downloaded progenitor-impl v0.10.0
9562026-03-24T19:36:01.825Z Downloaded slog-envlogger v2.2.0
9572026-03-24T19:36:01.825Z Downloaded pin-project v1.1.11
9582026-03-24T19:36:01.828Z Downloaded rustls-native-certs v0.8.3
9592026-03-24T19:36:01.835Z Downloaded quinn-udp v0.5.14
9602026-03-24T19:36:01.839Z Downloaded progenitor-impl v0.11.2
9612026-03-24T19:36:01.839Z Downloaded serde-hex v0.1.0
9622026-03-24T19:36:01.839Z Downloaded russh-keys v0.45.0
9632026-03-24T19:36:01.839Z Downloaded postcard v1.1.3
9642026-03-24T19:36:01.843Z Downloaded serde_derive_internals v0.29.1
9652026-03-24T19:36:01.843Z Downloaded rand_chacha v0.9.0
9662026-03-24T19:36:01.843Z Downloaded hashbrown v0.12.3
9672026-03-24T19:36:01.848Z Downloaded sqlparser_derive v0.5.0
9682026-03-24T19:36:01.853Z Downloaded ssh-encoding v0.2.0
9692026-03-24T19:36:01.854Z Downloaded rusty-fork v0.3.1
9702026-03-24T19:36:01.854Z Downloaded http v1.4.0
9712026-03-24T19:36:01.883Z Downloaded rustls-pki-types v1.14.0
9722026-03-24T19:36:01.884Z Downloaded rustls-pemfile v2.2.0
9732026-03-24T19:36:01.884Z Downloaded rustls-pemfile v1.0.4
9742026-03-24T19:36:01.888Z Downloaded diesel_derives v2.3.7
9752026-03-24T19:36:01.888Z Downloaded strip-ansi-escapes v0.2.1
9762026-03-24T19:36:01.888Z Downloaded slab v0.4.12
9772026-03-24T19:36:01.888Z Downloaded signal-hook-registry v1.4.8
9782026-03-24T19:36:01.888Z Downloaded scroll v0.13.0
9792026-03-24T19:36:01.888Z Downloaded itertools v0.10.5
9802026-03-24T19:36:01.888Z Downloaded serde_path_to_error v0.1.20
9812026-03-24T19:36:01.888Z Downloaded sec1 v0.7.3
9822026-03-24T19:36:01.888Z Downloaded slog-bunyan v2.5.0
9832026-03-24T19:36:01.888Z Downloaded progenitor-client v0.13.0
9842026-03-24T19:36:01.888Z Downloaded progenitor v0.11.2
9852026-03-24T19:36:01.888Z Downloaded hickory-resolver v0.25.2
9862026-03-24T19:36:01.888Z Downloaded subtle v2.6.1
9872026-03-24T19:36:01.889Z Downloaded strum v0.27.2
9882026-03-24T19:36:01.889Z Downloaded structmeta-derive v0.3.0
9892026-03-24T19:36:01.889Z Downloaded slog-async v2.8.0
9902026-03-24T19:36:01.895Z Downloaded sct v0.7.1
9912026-03-24T19:36:01.895Z Downloaded prefix-trie v0.7.0
9922026-03-24T19:36:01.895Z Downloaded slog-dtrace v0.3.0
9932026-03-24T19:36:01.898Z Downloaded smf v0.2.3
9942026-03-24T19:36:01.898Z Downloaded slog-scope v4.4.1
9952026-03-24T19:36:01.898Z Downloaded take_mut v0.2.2
9962026-03-24T19:36:01.902Z Downloaded tabwriter v1.4.1
9972026-03-24T19:36:01.902Z Downloaded sync_wrapper v1.0.2
9982026-03-24T19:36:01.903Z Downloaded sync-ptr v0.1.4
9992026-03-24T19:36:01.906Z Downloaded simd-adler32 v0.3.8
10002026-03-24T19:36:01.906Z Downloaded strum v0.26.3
10012026-03-24T19:36:01.906Z Downloaded shlex v1.3.0
10022026-03-24T19:36:01.906Z Downloaded progenitor-impl v0.13.0
10032026-03-24T19:36:01.911Z Downloaded slog-json v2.6.1
10042026-03-24T19:36:01.911Z Downloaded tap v1.0.1
10052026-03-24T19:36:01.911Z Downloaded supports-color v3.0.2
10062026-03-24T19:36:01.915Z Downloaded serde_cbor v0.11.2
10072026-03-24T19:36:01.915Z Downloaded hickory-resolver v0.24.4
10082026-03-24T19:36:01.921Z Downloaded sqlformat v0.3.5
10092026-03-24T19:36:01.924Z Downloaded slog-term v2.9.2
10102026-03-24T19:36:01.924Z Downloaded omicron-zone-package v0.12.2
10112026-03-24T19:36:01.924Z Downloaded termtree v0.5.1
10122026-03-24T19:36:01.930Z Downloaded stacker v0.1.23
10132026-03-24T19:36:01.930Z Downloaded heapless v0.7.17
10142026-03-24T19:36:01.933Z Downloaded rustls-platform-verifier v0.6.2
10152026-03-24T19:36:01.933Z Downloaded structmeta v0.3.0
10162026-03-24T19:36:01.937Z Downloaded static_assertions v1.1.0
10172026-03-24T19:36:01.937Z Downloaded stringprep v0.1.5
10182026-03-24T19:36:01.937Z Downloaded string_cache v0.8.9
10192026-03-24T19:36:01.940Z Downloaded progenitor-macro v0.10.0
10202026-03-24T19:36:01.940Z Downloaded memmap2 v0.9.10
10212026-03-24T19:36:01.940Z Downloaded testing_table v0.3.0
10222026-03-24T19:36:01.944Z Downloaded thread-id v5.1.0
10232026-03-24T19:36:01.944Z Downloaded thiserror-impl-no-std v2.0.2
10242026-03-24T19:36:01.944Z Downloaded time-core v0.1.8
10252026-03-24T19:36:01.948Z Downloaded libsw v3.5.0
10262026-03-24T19:36:01.948Z Downloaded darling_core v0.21.3
10272026-03-24T19:36:01.951Z Downloaded rustversion v1.0.22
10282026-03-24T19:36:01.956Z Downloaded ron v0.8.1
10292026-03-24T19:36:01.960Z Downloaded strum_macros v0.26.4
10302026-03-24T19:36:01.960Z Downloaded snafu-derive v0.8.9
10312026-03-24T19:36:01.964Z Downloaded ssh-cipher v0.2.0
10322026-03-24T19:36:01.964Z Downloaded spki v0.7.3
10332026-03-24T19:36:01.971Z Downloaded crossterm v0.28.1
10342026-03-24T19:36:01.971Z Downloaded tagptr v0.2.0
10352026-03-24T19:36:01.974Z Downloaded prettyplease v0.2.37
10362026-03-24T19:36:01.974Z Downloaded p256 v0.13.2
10372026-03-24T19:36:01.978Z Downloaded publicsuffix v2.3.0
10382026-03-24T19:36:01.981Z Downloaded pretty_assertions v1.4.1
10392026-03-24T19:36:01.981Z Downloaded openssl-sys v0.9.111
10402026-03-24T19:36:01.985Z Downloaded tinyvec_macros v0.1.1
10412026-03-24T19:36:01.988Z Downloaded smallvec v0.6.14
10422026-03-24T19:36:01.988Z Downloaded support-bundle-viewer v0.1.2
10432026-03-24T19:36:01.993Z Downloaded slog-stdlog v4.1.1
10442026-03-24T19:36:01.993Z Downloaded termios v0.3.3
10452026-03-24T19:36:01.993Z Downloaded serde_with_macros v3.17.0
10462026-03-24T19:36:01.996Z Downloaded tiny-keccak v2.0.2
10472026-03-24T19:36:01.996Z Downloaded tabled_derive v0.11.0
10482026-03-24T19:36:01.999Z Downloaded signal-hook v0.3.18
10492026-03-24T19:36:01.999Z Downloaded mio v1.1.1
10502026-03-24T19:36:02.007Z Downloaded topological-sort v0.2.2
10512026-03-24T19:36:02.011Z Downloaded strum_macros v0.27.2
10522026-03-24T19:36:02.011Z Downloaded strum_macros v0.24.3
10532026-03-24T19:36:02.011Z Downloaded rcgen v0.12.1
10542026-03-24T19:36:02.014Z Downloaded try-lock v0.2.5
10552026-03-24T19:36:02.014Z Downloaded darling_core v0.23.0
10562026-03-24T19:36:02.017Z Downloaded typify-macro v0.4.3
10572026-03-24T19:36:02.017Z Downloaded fatfs v0.3.6
10582026-03-24T19:36:02.021Z Downloaded derive-where v1.6.0
10592026-03-24T19:36:02.024Z Downloaded diff v0.1.13
10602026-03-24T19:36:02.027Z Downloaded ryu v1.0.23
10612026-03-24T19:36:02.032Z Downloaded num-bigint v0.4.6
10622026-03-24T19:36:02.035Z Downloaded tower-service v0.3.3
10632026-03-24T19:36:02.035Z Downloaded unarray v0.1.4
10642026-03-24T19:36:02.035Z Downloaded thiserror-no-std v2.0.2
10652026-03-24T19:36:02.039Z Downloaded typify-macro v0.6.1
10662026-03-24T19:36:02.039Z Downloaded thread_local v1.1.9
10672026-03-24T19:36:02.044Z Downloaded tokio-native-tls v0.3.1
10682026-03-24T19:36:02.044Z Downloaded hyper v1.8.1
10692026-03-24T19:36:02.050Z Downloaded trait-variant v0.1.2
10702026-03-24T19:36:02.056Z Downloaded tokio-tungstenite v0.23.1
10712026-03-24T19:36:02.056Z Downloaded tokio-tungstenite v0.21.0
10722026-03-24T19:36:02.056Z Downloaded time-macros v0.2.27
10732026-03-24T19:36:02.061Z Downloaded unicode-truncate v1.1.0
10742026-03-24T19:36:02.061Z Downloaded spin v0.9.8
10752026-03-24T19:36:02.061Z Downloaded aws-lc-rs v1.16.0
10762026-03-24T19:36:02.066Z Downloaded schemars v0.8.22
10772026-03-24T19:36:02.074Z Downloaded unit-prefix v0.5.2
10782026-03-24T19:36:02.079Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10792026-03-24T19:36:02.079Z Downloaded similar v2.7.0
10802026-03-24T19:36:02.082Z Downloaded tower-layer v0.3.3
10812026-03-24T19:36:02.082Z Downloaded tokio-rustls v0.25.0
10822026-03-24T19:36:02.085Z Downloaded tokio-macros v2.6.0
10832026-03-24T19:36:02.085Z Downloaded untrusted v0.9.0
10842026-03-24T19:36:02.088Z Downloaded universal-hash v0.5.1
10852026-03-24T19:36:02.088Z Downloaded utf-8 v0.7.6
10862026-03-24T19:36:02.088Z Downloaded usdt-macro v0.6.0
10872026-03-24T19:36:02.091Z Downloaded void v1.0.2
10882026-03-24T19:36:02.091Z Downloaded usdt-attr-macro v0.6.0
10892026-03-24T19:36:02.091Z Downloaded usdt v0.6.0
10902026-03-24T19:36:02.091Z Downloaded tls_codec v0.4.2
10912026-03-24T19:36:02.094Z Downloaded quinn v0.11.9
10922026-03-24T19:36:02.097Z Downloaded tui-tree-widget v0.23.1
10932026-03-24T19:36:02.097Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-03-24T19:36:02.101Z Downloaded rustls-webpki v0.103.9
10952026-03-24T19:36:02.104Z Downloaded qorb v0.4.1
10962026-03-24T19:36:02.106Z Downloaded term v1.2.1
10972026-03-24T19:36:02.111Z Downloaded wait-timeout v0.2.1
10982026-03-24T19:36:02.115Z Downloaded tokio-dtrace v0.1.1
10992026-03-24T19:36:02.115Z Downloaded tls_codec_derive v0.4.2
11002026-03-24T19:36:02.115Z Downloaded nom v7.1.3
11012026-03-24T19:36:02.118Z Downloaded unicase v2.9.0
11022026-03-24T19:36:02.123Z Downloaded tokio-stream v0.1.18
11032026-03-24T19:36:02.126Z Downloaded xattr v1.6.1
11042026-03-24T19:36:02.126Z Downloaded waitgroup v0.1.2
11052026-03-24T19:36:02.126Z Downloaded tokio-rustls v0.24.1
11062026-03-24T19:36:02.132Z Downloaded term v0.7.0
11072026-03-24T19:36:02.132Z Downloaded rsa v0.9.10
11082026-03-24T19:36:02.135Z Downloaded test-strategy v0.4.5
11092026-03-24T19:36:02.138Z Downloaded serde_yaml v0.9.34+deprecated
11102026-03-24T19:36:02.141Z Downloaded zeroize_derive v1.4.3
11112026-03-24T19:36:02.141Z Downloaded zone v0.3.1
11122026-03-24T19:36:02.141Z Downloaded socket2 v0.6.2
11132026-03-24T19:36:02.145Z Downloaded want v0.3.1
11142026-03-24T19:36:02.145Z Downloaded socket2 v0.5.10
11152026-03-24T19:36:02.149Z Downloaded crossterm v0.29.0
11162026-03-24T19:36:02.154Z Downloaded tracing-attributes v0.1.31
11172026-03-24T19:36:02.159Z Downloaded usdt-impl v0.6.0
11182026-03-24T19:36:02.159Z Downloaded bindgen v0.71.1
11192026-03-24T19:36:02.165Z Downloaded vsss-rs v3.3.4
11202026-03-24T19:36:02.165Z Downloaded untrusted v0.7.1
11212026-03-24T19:36:02.169Z Downloaded zone_cfg_derive v0.3.1
11222026-03-24T19:36:02.169Z Downloaded uzers v0.12.2
11232026-03-24T19:36:02.170Z Downloaded iddqd v0.3.17
11242026-03-24T19:36:02.177Z Downloaded tokio-rustls v0.26.4
11252026-03-24T19:36:02.177Z Downloaded tinyvec v1.10.0
11262026-03-24T19:36:02.182Z Downloaded walkdir v2.5.0
11272026-03-24T19:36:02.182Z Downloaded xshell-macros v0.2.7
11282026-03-24T19:36:02.182Z Downloaded subprocess v0.2.15
11292026-03-24T19:36:02.182Z Downloaded samael v0.0.19
11302026-03-24T19:36:02.187Z Downloaded toml v0.9.12+spec-1.1.0
11312026-03-24T19:36:02.191Z Downloaded wyz v0.5.1
11322026-03-24T19:36:02.191Z Downloaded unicode-properties v0.1.4
11332026-03-24T19:36:02.192Z Downloaded russh v0.45.0
11342026-03-24T19:36:02.195Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-03-24T19:36:02.198Z Downloaded snafu v0.8.9
11362026-03-24T19:36:02.201Z Downloaded xshell v0.2.7
11372026-03-24T19:36:02.204Z Downloaded xz2 v0.1.7
11382026-03-24T19:36:02.204Z Downloaded rand v0.9.2
11392026-03-24T19:36:02.208Z Downloaded itertools v0.12.1
11402026-03-24T19:36:02.212Z Downloaded vergen-git2 v1.0.7
11412026-03-24T19:36:02.216Z Downloaded vergen-lib v0.1.6
11422026-03-24T19:36:02.216Z Downloaded vergen-gitcl v1.0.8
11432026-03-24T19:36:02.219Z Downloaded tungstenite v0.21.0
11442026-03-24T19:36:02.219Z Downloaded vergen v9.0.6
11452026-03-24T19:36:02.222Z Downloaded twox-hash v2.1.2
11462026-03-24T19:36:02.225Z Downloaded schemars v0.9.0
11472026-03-24T19:36:02.231Z Downloaded typify v0.6.1
11482026-03-24T19:36:02.234Z Downloaded schemars v1.2.1
11492026-03-24T19:36:02.246Z Downloaded tungstenite v0.23.0
11502026-03-24T19:36:02.250Z Downloaded rand v0.8.5
11512026-03-24T19:36:02.253Z Downloaded rpassword v7.4.0
11522026-03-24T19:36:02.253Z Downloaded toml v0.7.8
11532026-03-24T19:36:02.258Z Downloaded hashbrown v0.15.5
11542026-03-24T19:36:02.260Z Downloaded zstd-safe v7.2.4
11552026-03-24T19:36:02.263Z Downloaded yasna v0.5.2
11562026-03-24T19:36:02.263Z Downloaded h2 v0.4.13
11572026-03-24T19:36:02.268Z Downloaded iri-string v0.7.10
11582026-03-24T19:36:02.274Z Downloaded tracing-core v0.1.36
11592026-03-24T19:36:02.278Z Downloaded libm v0.2.16
11602026-03-24T19:36:02.286Z Downloaded whoami v2.1.0
11612026-03-24T19:36:02.289Z Downloaded reedline v0.40.0
11622026-03-24T19:36:02.293Z Downloaded typify v0.4.3
11632026-03-24T19:36:02.296Z Downloaded whoami v1.6.1
11642026-03-24T19:36:02.299Z Downloaded unicode-bidi v0.3.18
11652026-03-24T19:36:02.299Z Downloaded bitvec v1.0.1
11662026-03-24T19:36:02.310Z Downloaded p521 v0.13.3
11672026-03-24T19:36:02.314Z Downloaded blake3 v1.8.3
11682026-03-24T19:36:02.320Z Downloaded uuid v1.21.0
11692026-03-24T19:36:02.323Z Downloaded tar v0.4.44
11702026-03-24T19:36:02.326Z Downloaded zerocopy v0.6.6
11712026-03-24T19:36:02.329Z Downloaded zopfli v0.8.3
11722026-03-24T19:36:02.329Z Downloaded itertools v0.14.0
11732026-03-24T19:36:02.337Z Downloaded reqwest v0.13.2
11742026-03-24T19:36:02.340Z Downloaded vte v0.14.1
11752026-03-24T19:36:02.344Z Downloaded unicode_categories v0.1.1
11762026-03-24T19:36:02.347Z Downloaded rustyline v14.0.0
11772026-03-24T19:36:02.350Z Downloaded regex v1.12.3
11782026-03-24T19:36:02.353Z Downloaded yansi v1.0.1
11792026-03-24T19:36:02.357Z Downloaded steno v0.4.1
11802026-03-24T19:36:02.360Z Downloaded ssh-key v0.6.7
11812026-03-24T19:36:02.363Z Downloaded rand v0.10.0
11822026-03-24T19:36:02.366Z Downloaded hkdf v0.12.4
11832026-03-24T19:36:02.370Z Downloaded zip v0.6.6
11842026-03-24T19:36:02.378Z Downloaded unsafe-libyaml v0.2.11
11852026-03-24T19:36:02.378Z Downloaded lalrpop v0.19.12
11862026-03-24T19:36:02.381Z Downloaded toml_edit v0.19.15
11872026-03-24T19:36:02.393Z Downloaded quick-xml v0.37.5
11882026-03-24T19:36:02.399Z Downloaded tower v0.5.3
11892026-03-24T19:36:02.406Z Downloaded zerocopy-derive v0.8.40
11902026-03-24T19:36:02.414Z Downloaded moka v0.12.13
11912026-03-24T19:36:02.419Z Downloaded x509-cert v0.2.5
11922026-03-24T19:36:02.423Z Downloaded itertools v0.13.0
11932026-03-24T19:36:02.430Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-03-24T19:36:02.434Z Downloaded unicode-segmentation v1.12.0
11952026-03-24T19:36:02.437Z Downloaded ron v0.12.0
11962026-03-24T19:36:02.445Z Downloaded goblin v0.10.5
11972026-03-24T19:36:02.449Z Downloaded tokio-util v0.7.18
11982026-03-24T19:36:02.452Z Downloaded serde_with v3.17.0
11992026-03-24T19:36:02.462Z Downloaded p384 v0.13.1
12002026-03-24T19:36:02.465Z Downloaded reqwest v0.12.28
12012026-03-24T19:36:02.472Z Downloaded rustls-webpki v0.102.8
12022026-03-24T19:36:02.485Z Downloaded unicode-normalization v0.1.25
12032026-03-24T19:36:02.525Z Downloaded tough v0.20.0
12042026-03-24T19:36:02.525Z Downloaded typed-path v0.9.3
12052026-03-24T19:36:02.525Z Downloaded rayon v1.11.0
12062026-03-24T19:36:02.525Z Downloaded tower-http v0.6.8
12072026-03-24T19:36:02.525Z Downloaded portable-atomic v1.13.1
12082026-03-24T19:36:02.525Z Downloaded git2 v0.20.4
12092026-03-24T19:36:02.529Z Downloaded salty v0.3.0
12102026-03-24T19:36:02.533Z Downloaded tokio-postgres v0.7.16
12112026-03-24T19:36:02.536Z Downloaded chrono v0.4.44
12122026-03-24T19:36:02.540Z Downloaded dropshot v0.16.7
12132026-03-24T19:36:02.558Z Downloaded zip v4.6.1
12142026-03-24T19:36:02.561Z Downloaded bstr v1.12.1
12152026-03-24T19:36:02.570Z Downloaded winnow v0.6.26
12162026-03-24T19:36:02.575Z Downloaded rustls-webpki v0.101.7
12172026-03-24T19:36:02.591Z Downloaded proptest v1.10.0
12182026-03-24T19:36:02.595Z Downloaded time v0.3.47
12192026-03-24T19:36:02.607Z Downloaded smoltcp v0.9.1
12202026-03-24T19:36:02.613Z Downloaded rustls v0.21.12
12212026-03-24T19:36:02.621Z Downloaded petname v2.0.2
12222026-03-24T19:36:02.627Z Downloaded winnow v0.5.40
12232026-03-24T19:36:02.634Z Downloaded object v0.37.3
12242026-03-24T19:36:02.641Z Downloaded zlib-rs v0.6.2
12252026-03-24T19:36:02.645Z Downloaded polar-core v0.27.3
12262026-03-24T19:36:02.653Z Downloaded nix v0.27.1
12272026-03-24T19:36:02.661Z Downloaded quinn-proto v0.11.13
12282026-03-24T19:36:02.666Z Downloaded object v0.30.4
12292026-03-24T19:36:02.674Z Downloaded vcpkg v0.2.15
12302026-03-24T19:36:02.705Z Downloaded rustls v0.22.4
12312026-03-24T19:36:02.719Z Downloaded webpki-roots v1.0.6
12322026-03-24T19:36:02.723Z Downloaded radix_trie v0.2.1
12332026-03-24T19:36:02.723Z Downloaded rustls v0.23.37
12342026-03-24T19:36:02.734Z Downloaded tabled v0.20.0
12352026-03-24T19:36:02.743Z Downloaded rustix v0.38.44
12362026-03-24T19:36:02.760Z Downloaded nix v0.28.0
12372026-03-24T19:36:02.768Z Downloaded nix v0.29.0
12382026-03-24T19:36:02.777Z Downloaded regex-syntax v0.6.29
12392026-03-24T19:36:02.783Z Downloaded nix v0.31.1
12402026-03-24T19:36:02.792Z Downloaded openssl v0.10.75
12412026-03-24T19:36:02.800Z Downloaded openapiv3 v2.2.0
12422026-03-24T19:36:02.809Z Downloaded hickory-proto v0.24.4
12432026-03-24T19:36:02.821Z Downloaded zerocopy v0.8.40
12442026-03-24T19:36:02.828Z Downloaded smoltcp v0.11.0
12452026-03-24T19:36:02.836Z Downloaded sqlparser v0.61.0
12462026-03-24T19:36:02.844Z Downloaded regex-syntax v0.8.10
12472026-03-24T19:36:02.851Z Downloaded hickory-proto v0.25.2
12482026-03-24T19:36:02.862Z Downloaded ratatui v0.29.0
12492026-03-24T19:36:02.878Z Downloaded tracing v0.1.44
12502026-03-24T19:36:02.897Z Downloaded sled v0.34.7
12512026-03-24T19:36:02.903Z Downloaded diesel v2.3.7
12522026-03-24T19:36:02.919Z Downloaded bzip2-sys v0.1.13+1.0.8
12532026-03-24T19:36:02.928Z Downloaded regress v0.10.5
12542026-03-24T19:36:02.934Z Downloaded zerocopy-derive v0.6.6
12552026-03-24T19:36:02.942Z Downloaded zstd v0.13.3
12562026-03-24T19:36:02.945Z Downloaded zeroize v1.8.2
12572026-03-24T19:36:02.949Z Downloaded futures-util v0.3.32
12582026-03-24T19:36:02.955Z Downloaded rayon-core v1.13.0
12592026-03-24T19:36:02.958Z Downloaded libxml v0.3.3
12602026-03-24T19:36:02.961Z Downloaded petgraph v0.6.5
12612026-03-24T19:36:02.974Z Downloaded typify-impl v0.6.1
12622026-03-24T19:36:02.986Z Downloaded chrono-tz v0.10.4
12632026-03-24T19:36:02.999Z Downloaded typify-impl v0.4.3
12642026-03-24T19:36:03.010Z Downloaded slog v2.8.2
12652026-03-24T19:36:03.014Z Downloaded num-bigint-dig v0.8.6
12662026-03-24T19:36:03.017Z Downloaded base64 v0.21.7
12672026-03-24T19:36:03.021Z Downloaded lock_api v0.4.14
12682026-03-24T19:36:03.025Z Downloaded hickory-client v0.25.2
12692026-03-24T19:36:03.025Z Downloaded nodrop v0.1.14
12702026-03-24T19:36:03.025Z Downloaded futures v0.3.32
12712026-03-24T19:36:03.028Z Downloaded newline-converter v0.3.0
12722026-03-24T19:36:03.028Z Downloaded derive_builder_core v0.20.2
12732026-03-24T19:36:03.032Z Downloaded fs-err v2.11.0
12742026-03-24T19:36:03.032Z Downloaded cexpr v0.6.0
12752026-03-24T19:36:03.032Z Downloaded async-bb8-diesel v0.2.1
12762026-03-24T19:36:03.035Z Downloaded fallible-iterator v0.2.0
12772026-03-24T19:36:03.035Z Downloaded derive_builder_macro v0.20.2
12782026-03-24T19:36:03.035Z Downloaded either v1.15.0
12792026-03-24T19:36:03.035Z Downloaded ecdsa v0.16.9
12802026-03-24T19:36:03.040Z Downloaded crc32fast v1.5.0
12812026-03-24T19:36:03.040Z Downloaded regex-automata v0.4.14
12822026-03-24T19:36:03.048Z Downloaded const-oid v0.9.6
12832026-03-24T19:36:03.051Z Downloaded ciborium v0.2.2
12842026-03-24T19:36:03.054Z Downloaded tokio v1.49.0
12852026-03-24T19:36:03.080Z Downloaded sha3 v0.10.8
12862026-03-24T19:36:03.086Z Downloaded chacha20 v0.10.0
12872026-03-24T19:36:03.089Z Downloaded hostname v0.4.2
12882026-03-24T19:36:03.089Z Downloaded hostname v0.3.1
12892026-03-24T19:36:03.089Z Downloaded home v0.5.12
12902026-03-24T19:36:03.092Z Downloaded hex v0.4.3
12912026-03-24T19:36:03.092Z Downloaded headers-core v0.3.0
12922026-03-24T19:36:03.092Z Downloaded hash32 v0.2.1
12932026-03-24T19:36:03.092Z Downloaded cassowary v0.3.0
12942026-03-24T19:36:03.097Z Downloaded chacha20 v0.9.1
12952026-03-24T19:36:03.097Z Downloaded bitfield v0.19.4
12962026-03-24T19:36:03.097Z Downloaded base64 v0.22.1
12972026-03-24T19:36:03.101Z Downloaded lzma-sys v0.1.20
12982026-03-24T19:36:03.119Z Downloaded jiff v0.2.21
12992026-03-24T19:36:03.133Z Downloaded camino-tempfile-ext v0.3.3
13002026-03-24T19:36:03.136Z Downloaded buf-list v1.1.2
13012026-03-24T19:36:03.137Z Downloaded document-features v0.2.12
13022026-03-24T19:36:03.140Z Downloaded crunchy v0.2.4
13032026-03-24T19:36:03.140Z Downloaded futures-io v0.3.32
13042026-03-24T19:36:03.140Z Downloaded downcast-rs v2.0.2
13052026-03-24T19:36:03.140Z Downloaded base16ct v0.2.0
13062026-03-24T19:36:03.143Z Downloaded cobs v0.3.0
13072026-03-24T19:36:03.143Z Downloaded critical-section v1.2.0
13082026-03-24T19:36:03.143Z Downloaded bitflags v1.3.2
13092026-03-24T19:36:03.146Z Downloaded backon v1.6.0
13102026-03-24T19:36:03.149Z Downloaded daft v0.1.5
13112026-03-24T19:36:03.149Z Downloaded cstr-argument v0.1.2
13122026-03-24T19:36:03.159Z Downloaded csv v1.4.0
13132026-03-24T19:36:03.174Z Downloaded petgraph v0.8.3
13142026-03-24T19:36:03.192Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-24T19:36:03.206Z Downloaded libz-sys v1.1.24
13162026-03-24T19:36:03.245Z Downloaded encoding_rs v0.8.35
13172026-03-24T19:36:03.262Z Downloaded ring v0.17.14
13182026-03-24T19:36:03.325Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-24T19:36:03.822Z Downloaded aws-lc-sys v0.37.1
13202026-03-24T19:36:04.151Z Compiling libc v0.2.180
13212026-03-24T19:36:04.156Z Compiling serde v1.0.228
13222026-03-24T19:36:04.156Z Compiling log v0.4.29
13232026-03-24T19:36:04.156Z Compiling shlex v1.3.0
13242026-03-24T19:36:04.156Z Compiling find-msvc-tools v0.1.9
13252026-03-24T19:36:04.156Z Compiling smallvec v1.15.1
13262026-03-24T19:36:04.156Z Compiling typenum v1.19.0
13272026-03-24T19:36:04.156Z Compiling subtle v2.6.1
13282026-03-24T19:36:04.350Z Compiling generic-array v0.14.7
13292026-03-24T19:36:04.368Z Compiling scopeguard v1.2.0
13302026-03-24T19:36:04.372Z Compiling portable-atomic v1.13.1
13312026-03-24T19:36:04.490Z Compiling const-oid v0.9.6
13322026-03-24T19:36:04.495Z Compiling critical-section v1.2.0
13332026-03-24T19:36:04.534Z Compiling syn v2.0.117
13342026-03-24T19:36:04.557Z Compiling zerocopy v0.8.40
13352026-03-24T19:36:04.581Z Compiling lock_api v0.4.14
13362026-03-24T19:36:04.610Z Compiling serde_json v1.0.149
13372026-03-24T19:36:04.627Z Compiling pin-project-lite v0.2.17
13382026-03-24T19:36:04.634Z Compiling parking_lot_core v0.9.12
13392026-03-24T19:36:04.698Z Compiling pkg-config v0.3.32
13402026-03-24T19:36:04.722Z Compiling bitflags v2.11.0
13412026-03-24T19:36:04.801Z Compiling libm v0.2.16
13422026-03-24T19:36:04.810Z Compiling num-traits v0.2.19
13432026-03-24T19:36:04.821Z Compiling futures-core v0.3.32
13442026-03-24T19:36:04.866Z Compiling percent-encoding v2.3.2
13452026-03-24T19:36:04.913Z Compiling allocator-api2 v0.2.21
13462026-03-24T19:36:05.007Z Compiling cpufeatures v0.2.17
13472026-03-24T19:36:05.108Z Compiling foldhash v0.2.0
13482026-03-24T19:36:05.115Z Compiling futures-sink v0.3.32
13492026-03-24T19:36:05.247Z Compiling slab v0.4.12
13502026-03-24T19:36:05.248Z Compiling futures-io v0.3.32
13512026-03-24T19:36:05.248Z Compiling futures-task v0.3.32
13522026-03-24T19:36:05.393Z Compiling futures-channel v0.3.32
13532026-03-24T19:36:05.399Z Compiling getrandom v0.4.1
13542026-03-24T19:36:05.417Z Compiling hashbrown v0.16.1
13552026-03-24T19:36:05.466Z Compiling rand_core v0.10.0
13562026-03-24T19:36:05.533Z Compiling rustversion v1.0.22
13572026-03-24T19:36:05.557Z Compiling getrandom v0.3.4
13582026-03-24T19:36:05.578Z Compiling form_urlencoded v1.2.2
13592026-03-24T19:36:05.584Z Compiling fs_extra v1.3.0
13602026-03-24T19:36:05.624Z Compiling ident_case v1.0.1
13612026-03-24T19:36:05.704Z Compiling dunce v1.0.5
13622026-03-24T19:36:05.726Z Compiling base64ct v1.8.3
13632026-03-24T19:36:05.750Z Compiling flagset v0.4.7
13642026-03-24T19:36:05.818Z Compiling getrandom v0.2.17
13652026-03-24T19:36:05.857Z Compiling jobserver v0.1.34
13662026-03-24T19:36:05.883Z Compiling errno v0.3.14
13672026-03-24T19:36:05.932Z Compiling mio v1.1.1
13682026-03-24T19:36:05.935Z Compiling socket2 v0.6.2
13692026-03-24T19:36:06.007Z Compiling rand_core v0.6.4
13702026-03-24T19:36:06.157Z Compiling signal-hook-registry v1.4.8
13712026-03-24T19:36:06.167Z Compiling cc v1.2.56
13722026-03-24T19:36:06.174Z Compiling parking_lot v0.12.5
13732026-03-24T19:36:06.300Z Compiling once_cell v1.21.3
13742026-03-24T19:36:06.326Z Compiling indexmap v2.13.0
13752026-03-24T19:36:06.353Z Compiling pem-rfc7468 v0.7.0
13762026-03-24T19:36:06.377Z Compiling rustix v1.1.3
13772026-03-24T19:36:06.411Z Compiling iana-time-zone v0.1.65
13782026-03-24T19:36:06.415Z Compiling uuid v1.21.0
13792026-03-24T19:36:06.538Z Compiling rustc_version v0.4.1
13802026-03-24T19:36:06.569Z Compiling aws-lc-rs v1.16.0
13812026-03-24T19:36:06.612Z Compiling vcpkg v0.2.15
13822026-03-24T19:36:06.699Z Compiling regex-syntax v0.8.10
13832026-03-24T19:36:06.730Z Compiling tracing-core v0.1.36
13842026-03-24T19:36:06.803Z Compiling crossbeam-utils v0.8.21
13852026-03-24T19:36:06.886Z Compiling rand_core v0.9.5
13862026-03-24T19:36:06.940Z Compiling schemars v0.8.22
13872026-03-24T19:36:06.973Z Compiling openssl-probe v0.2.1
13882026-03-24T19:36:07.012Z Compiling base64 v0.22.1
13892026-03-24T19:36:07.045Z Compiling untrusted v0.7.1
13902026-03-24T19:36:07.206Z Compiling cmake v0.1.57
13912026-03-24T19:36:07.229Z Compiling httparse v1.10.1
13922026-03-24T19:36:07.232Z Compiling untrusted v0.9.0
13932026-03-24T19:36:07.301Z Compiling syn v1.0.109
13942026-03-24T19:36:07.324Z Compiling rustls v0.23.37
13952026-03-24T19:36:07.390Z Compiling atomic-waker v1.1.2
13962026-03-24T19:36:07.438Z Compiling tinyvec_macros v0.1.1
13972026-03-24T19:36:07.441Z Compiling dyn-clone v1.0.20
13982026-03-24T19:36:07.484Z Compiling try-lock v0.2.5
13992026-03-24T19:36:07.534Z Compiling tower-service v0.3.3
14002026-03-24T19:36:07.562Z Compiling tower-layer v0.3.3
14012026-03-24T19:36:07.596Z Compiling tinyvec v1.10.0
14022026-03-24T19:36:07.647Z Compiling want v0.3.1
14032026-03-24T19:36:07.673Z Compiling spin v0.9.8
14042026-03-24T19:36:07.677Z Compiling aho-corasick v1.1.4
14052026-03-24T19:36:07.719Z Compiling httpdate v1.0.3
14062026-03-24T19:36:07.723Z Compiling crc32fast v1.5.0
14072026-03-24T19:36:07.723Z Compiling time-core v0.1.8
14082026-03-24T19:36:07.817Z Compiling num-conv v0.2.0
14092026-03-24T19:36:07.821Z Compiling pin-utils v0.1.0
14102026-03-24T19:36:07.889Z Compiling foreign-types-shared v0.1.1
14112026-03-24T19:36:07.963Z Compiling powerfmt v0.2.0
14122026-03-24T19:36:07.989Z Compiling openssl v0.10.75
14132026-03-24T19:36:07.989Z Compiling foreign-types v0.3.2
14142026-03-24T19:36:08.045Z Compiling wait-timeout v0.2.1
14152026-03-24T19:36:08.055Z Compiling time-macros v0.2.27
14162026-03-24T19:36:08.055Z Compiling simd-adler32 v0.3.8
14172026-03-24T19:36:08.118Z Compiling siphasher v1.0.2
14182026-03-24T19:36:08.138Z Compiling either v1.15.0
14192026-03-24T19:36:08.141Z Compiling num_threads v0.1.7
14202026-03-24T19:36:08.257Z Compiling deranged v0.5.8
14212026-03-24T19:36:08.281Z Compiling bit-vec v0.8.0
14222026-03-24T19:36:08.306Z Compiling usdt-impl v0.6.0
14232026-03-24T19:36:08.330Z Compiling native-tls v0.2.18
14242026-03-24T19:36:08.355Z Compiling quick-error v1.2.3
14252026-03-24T19:36:08.432Z Compiling unicode-normalization v0.1.25
14262026-03-24T19:36:08.459Z Compiling crossbeam-epoch v0.9.18
14272026-03-24T19:36:08.459Z Compiling rand_xorshift v0.4.0
14282026-03-24T19:36:08.509Z Compiling aws-lc-sys v0.37.1
14292026-03-24T19:36:08.512Z Compiling ring v0.17.14
14302026-03-24T19:36:08.599Z Compiling openssl-sys v0.9.111
14312026-03-24T19:36:08.623Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-03-24T19:36:08.668Z Compiling tempfile v3.25.0
14332026-03-24T19:36:08.695Z Compiling bit-set v0.8.0
14342026-03-24T19:36:08.717Z Compiling bzip2-sys v0.1.13+1.0.8
14352026-03-24T19:36:08.955Z Compiling synstructure v0.13.2
14362026-03-24T19:36:08.964Z Compiling serde_derive_internals v0.29.1
14372026-03-24T19:36:09.065Z Compiling pest_generator v2.8.6
14382026-03-24T19:36:09.107Z Compiling darling_core v0.20.11
14392026-03-24T19:36:09.127Z Compiling regex-automata v0.4.14
14402026-03-24T19:36:09.216Z Compiling rusty-fork v0.3.1
14412026-03-24T19:36:09.643Z Compiling time v0.3.47
14422026-03-24T19:36:09.702Z Compiling darling_core v0.21.3
14432026-03-24T19:36:09.725Z Compiling slog v2.8.2
14442026-03-24T19:36:09.804Z Compiling heapless v0.7.17
14452026-03-24T19:36:09.990Z Compiling thread-id v5.1.0
14462026-03-24T19:36:10.076Z Compiling sync_wrapper v1.0.2
14472026-03-24T19:36:10.114Z Compiling cookie v0.18.1
14482026-03-24T19:36:10.154Z Compiling signal-hook v0.3.18
14492026-03-24T19:36:10.178Z Compiling adler2 v2.0.1
14502026-03-24T19:36:10.228Z Compiling paste v1.0.15
14512026-03-24T19:36:10.253Z Compiling unicode-segmentation v1.12.0
14522026-03-24T19:36:10.279Z Compiling rayon-core v1.13.0
14532026-03-24T19:36:10.323Z Compiling unicode-properties v0.1.4
14542026-03-24T19:36:10.391Z Compiling unicode-bidi v0.3.18
14552026-03-24T19:36:10.420Z Compiling zstd-safe v7.2.4
14562026-03-24T19:36:10.443Z Compiling unarray v0.1.4
14572026-03-24T19:36:10.521Z Compiling anyhow v1.0.102
14582026-03-24T19:36:10.682Z Compiling miniz_oxide v0.8.9
14592026-03-24T19:36:10.796Z Compiling crossbeam-deque v0.8.6
14602026-03-24T19:36:10.820Z Compiling num-integer v0.1.46
14612026-03-24T19:36:10.823Z Compiling vergen-lib v0.1.6
14622026-03-24T19:36:11.068Z Compiling stringprep v0.1.5
14632026-03-24T19:36:11.096Z Compiling curve25519-dalek v4.1.3
14642026-03-24T19:36:11.149Z Compiling ff v0.13.1
14652026-03-24T19:36:11.241Z Compiling hash32 v0.2.1
14662026-03-24T19:36:11.289Z Compiling memoffset v0.9.1
14672026-03-24T19:36:11.343Z Compiling litrs v1.0.0
14682026-03-24T19:36:11.438Z Compiling serde_derive v1.0.228
14692026-03-24T19:36:11.515Z Compiling zeroize_derive v1.4.3
14702026-03-24T19:36:11.549Z Compiling zerofrom-derive v0.1.6
14712026-03-24T19:36:11.572Z Compiling yoke-derive v0.8.1
14722026-03-24T19:36:11.576Z Compiling zerocopy-derive v0.8.40
14732026-03-24T19:36:11.620Z Compiling zerovec-derive v0.11.2
14742026-03-24T19:36:11.710Z Compiling displaydoc v0.2.5
14752026-03-24T19:36:11.963Z Compiling tokio-macros v2.6.0
14762026-03-24T19:36:12.097Z Compiling futures-macro v0.3.32
14772026-03-24T19:36:12.413Z Compiling zeroize v1.8.2
14782026-03-24T19:36:12.532Z Compiling der_derive v0.7.3
14792026-03-24T19:36:12.730Z Compiling thiserror-impl v2.0.18
14802026-03-24T19:36:12.962Z Compiling rustls-pki-types v1.14.0
14812026-03-24T19:36:13.177Z Compiling tracing-attributes v0.1.31
14822026-03-24T19:36:13.196Z Compiling futures-util v0.3.32
14832026-03-24T19:36:13.217Z Compiling pest_derive v2.8.6
14842026-03-24T19:36:13.443Z Compiling crypto-common v0.1.7
14852026-03-24T19:36:13.525Z Compiling block-buffer v0.10.4
14862026-03-24T19:36:13.549Z Compiling zerofrom v0.1.6
14872026-03-24T19:36:13.616Z Compiling block-padding v0.3.3
14882026-03-24T19:36:13.651Z Compiling schemars_derive v0.8.22
14892026-03-24T19:36:13.734Z Compiling yoke v0.8.1
14902026-03-24T19:36:13.771Z Compiling digest v0.10.7
14912026-03-24T19:36:13.826Z Compiling inout v0.1.4
14922026-03-24T19:36:13.855Z Compiling scroll_derive v0.13.1
14932026-03-24T19:36:13.894Z Compiling der v0.7.10
14942026-03-24T19:36:13.917Z Compiling darling_macro v0.20.11
14952026-03-24T19:36:14.030Z Compiling zerovec v0.11.5
14962026-03-24T19:36:14.078Z Compiling zerotrie v0.2.3
14972026-03-24T19:36:14.128Z Compiling hmac v0.12.1
14982026-03-24T19:36:14.357Z Compiling sha2 v0.10.9
14992026-03-24T19:36:14.514Z Compiling cipher v0.4.4
15002026-03-24T19:36:14.576Z Compiling pbkdf2 v0.12.2
15012026-03-24T19:36:14.656Z Compiling tinystr v0.8.2
15022026-03-24T19:36:14.723Z Compiling potential_utf v0.1.4
15032026-03-24T19:36:14.747Z Compiling thiserror v2.0.18
15042026-03-24T19:36:14.885Z Compiling icu_locale_core v2.1.1
15052026-03-24T19:36:14.909Z Compiling icu_collections v2.1.1
15062026-03-24T19:36:14.936Z Compiling salsa20 v0.10.2
15072026-03-24T19:36:14.965Z Compiling aes v0.8.4
15082026-03-24T19:36:15.007Z Compiling cbc v0.1.2
15092026-03-24T19:36:15.108Z Compiling spki v0.7.3
15102026-03-24T19:36:15.136Z Compiling scrypt v0.11.0
15112026-03-24T19:36:15.143Z Compiling tracing v0.1.44
15122026-03-24T19:36:15.252Z Compiling scroll v0.13.0
15132026-03-24T19:36:15.482Z Compiling darling v0.20.11
15142026-03-24T19:36:15.489Z Compiling thiserror-impl v1.0.69
15152026-03-24T19:36:15.551Z Compiling pkcs5 v0.7.1
15162026-03-24T19:36:15.606Z Compiling goblin v0.10.5
15172026-03-24T19:36:15.633Z Compiling openssl-macros v0.1.1
15182026-03-24T19:36:15.639Z Compiling derive_builder_core v0.20.2
15192026-03-24T19:36:15.707Z Compiling dtrace-parser v0.3.0
15202026-03-24T19:36:15.732Z Compiling signature v2.2.0
15212026-03-24T19:36:15.987Z Compiling icu_provider v2.1.1
15222026-03-24T19:36:16.052Z Compiling pkcs8 v0.10.2
15232026-03-24T19:36:16.243Z Compiling rustls-native-certs v0.8.3
15242026-03-24T19:36:16.273Z Compiling scroll_derive v0.12.1
15252026-03-24T19:36:16.330Z Compiling bytes v1.11.1
15262026-03-24T19:36:16.407Z Compiling icu_normalizer v2.1.1
15272026-03-24T19:36:16.438Z Compiling icu_properties v2.1.2
15282026-03-24T19:36:16.459Z Compiling chrono v0.4.44
15292026-03-24T19:36:16.497Z Compiling ipnet v2.11.0
15302026-03-24T19:36:16.542Z Compiling serde_tokenstream v0.2.3
15312026-03-24T19:36:16.657Z Compiling serde_spanned v0.6.9
15322026-03-24T19:36:16.795Z Compiling toml_datetime v0.6.11
15332026-03-24T19:36:16.859Z Compiling erased-serde v0.3.31
15342026-03-24T19:36:16.928Z Compiling derive_builder_macro v0.20.2
15352026-03-24T19:36:16.981Z Compiling md-5 v0.10.6
15362026-03-24T19:36:17.162Z Compiling tokio v1.49.0
15372026-03-24T19:36:17.186Z Compiling http v1.4.0
15382026-03-24T19:36:17.214Z Compiling scroll v0.12.0
15392026-03-24T19:36:17.218Z Compiling darling_macro v0.21.3
15402026-03-24T19:36:17.264Z Compiling webpki-roots v1.0.6
15412026-03-24T19:36:17.268Z Compiling zerocopy-derive v0.7.35
15422026-03-24T19:36:17.312Z Compiling thiserror v1.0.69
15432026-03-24T19:36:17.435Z Compiling iri-string v0.7.10
15442026-03-24T19:36:17.481Z Compiling base16ct v0.2.0
15452026-03-24T19:36:17.562Z Compiling cfg_aliases v0.2.1
15462026-03-24T19:36:17.589Z Compiling fallible-iterator v0.2.0
15472026-03-24T19:36:17.615Z Compiling num-bigint-dig v0.8.6
15482026-03-24T19:36:17.671Z Compiling rustix v0.38.44
15492026-03-24T19:36:17.708Z Compiling idna_adapter v1.2.1
15502026-03-24T19:36:17.878Z Compiling idna v1.1.0
15512026-03-24T19:36:17.901Z Compiling smoltcp v0.9.1
15522026-03-24T19:36:17.980Z Compiling ppv-lite86 v0.2.21
15532026-03-24T19:36:18.027Z Compiling psl-types v2.0.11
15542026-03-24T19:36:18.051Z Compiling zlib-rs v0.6.2
15552026-03-24T19:36:18.110Z Compiling http-body v1.0.1
15562026-03-24T19:36:18.156Z Compiling ref-cast v1.0.25
15572026-03-24T19:36:18.201Z Compiling ryu v1.0.23
15582026-03-24T19:36:18.330Z Compiling url v2.5.8
15592026-03-24T19:36:18.358Z Compiling http-body-util v0.1.3
15602026-03-24T19:36:18.416Z Compiling rand_chacha v0.9.0
15612026-03-24T19:36:18.460Z Compiling rand_chacha v0.3.1
15622026-03-24T19:36:18.516Z Compiling serde_urlencoded v0.7.1
15632026-03-24T19:36:18.531Z Compiling publicsuffix v2.3.0
15642026-03-24T19:36:18.531Z Compiling zerocopy v0.7.35
15652026-03-24T19:36:18.650Z Compiling darling v0.21.3
15662026-03-24T19:36:18.695Z Compiling rand v0.9.2
15672026-03-24T19:36:18.769Z Compiling rand v0.8.5
15682026-03-24T19:36:18.817Z Compiling nix v0.31.1
15692026-03-24T19:36:18.841Z Compiling sec1 v0.7.3
15702026-03-24T19:36:18.863Z Compiling derive_builder v0.20.2
15712026-03-24T19:36:18.867Z Compiling goblin v0.8.2
15722026-03-24T19:36:19.319Z Compiling cargo-platform v0.1.9
15732026-03-24T19:36:19.366Z Compiling hkdf v0.12.4
15742026-03-24T19:36:19.435Z Compiling dof v0.4.0
15752026-03-24T19:36:19.535Z Compiling proptest v1.10.0
15762026-03-24T19:36:19.596Z Compiling postgres-protocol v0.6.10
15772026-03-24T19:36:19.625Z Compiling hubpack_derive v0.1.1
15782026-03-24T19:36:19.680Z Compiling crypto-bigint v0.5.5
15792026-03-24T19:36:19.760Z Compiling regex v1.12.3
15802026-03-24T19:36:19.786Z Compiling document-features v0.2.12
15812026-03-24T19:36:20.068Z Compiling strum_macros v0.27.2
15822026-03-24T19:36:20.290Z Compiling ipnetwork v0.21.1
15832026-03-24T19:36:20.367Z Compiling curve25519-dalek-derive v0.1.1
15842026-03-24T19:36:20.429Z Compiling async-trait v0.1.89
15852026-03-24T19:36:20.474Z Compiling daft-derive v0.1.5
15862026-03-24T19:36:20.740Z Compiling oxnet v0.1.4
15872026-03-24T19:36:20.849Z Compiling ref-cast-impl v1.0.25
15882026-03-24T19:36:21.192Z Compiling group v0.13.0
15892026-03-24T19:36:21.297Z Compiling proc-macro-error v1.0.4
15902026-03-24T19:36:21.431Z Compiling num-iter v0.1.45
15912026-03-24T19:36:21.599Z Compiling heck v0.4.1
15922026-03-24T19:36:21.681Z Compiling terminal_size v0.4.3
15932026-03-24T19:36:21.734Z Compiling phf_shared v0.13.1
15942026-03-24T19:36:21.778Z Compiling lazy_static v1.5.0
15952026-03-24T19:36:21.783Z Compiling vergen v9.0.6
15962026-03-24T19:36:21.877Z Compiling fs-err v3.3.0
15972026-03-24T19:36:21.921Z Compiling ahash v0.8.12
15982026-03-24T19:36:21.924Z Compiling managed v0.8.0
15992026-03-24T19:36:21.939Z Compiling bitflags v1.3.2
16002026-03-24T19:36:21.944Z Compiling libbz2-rs-sys v0.2.2
16012026-03-24T19:36:22.046Z Compiling foldhash v0.1.5
16022026-03-24T19:36:22.073Z Compiling bumpalo v3.20.2
16032026-03-24T19:36:22.099Z Compiling object v0.37.3
16042026-03-24T19:36:22.151Z Compiling winnow v0.5.40
16052026-03-24T19:36:22.202Z Compiling console v0.16.2
16062026-03-24T19:36:22.291Z Compiling tokio-util v0.7.18
16072026-03-24T19:36:22.313Z Compiling tower v0.5.3
16082026-03-24T19:36:22.338Z Compiling tokio-native-tls v0.3.1
16092026-03-24T19:36:22.408Z Compiling flate2 v1.1.9
16102026-03-24T19:36:22.431Z Compiling zopfli v0.8.3
16112026-03-24T19:36:22.539Z Compiling bzip2 v0.6.1
16122026-03-24T19:36:22.578Z Compiling hashbrown v0.15.5
16132026-03-24T19:36:22.830Z Compiling clap_builder v4.5.60
16142026-03-24T19:36:22.923Z Compiling tower-http v0.6.8
16152026-03-24T19:36:22.949Z Compiling newtype-uuid v1.3.2
16162026-03-24T19:36:22.981Z Compiling strum v0.27.2
16172026-03-24T19:36:22.984Z Compiling dof v0.3.0
16182026-03-24T19:36:23.050Z Compiling phf v0.13.1
16192026-03-24T19:36:23.080Z Compiling rayon v1.11.0
16202026-03-24T19:36:23.165Z Compiling zone_cfg_derive v0.3.1
16212026-03-24T19:36:23.280Z Compiling h2 v0.4.13
16222026-03-24T19:36:23.350Z Compiling daft v0.1.5
16232026-03-24T19:36:23.416Z Compiling usdt-attr-macro v0.6.0
16242026-03-24T19:36:23.508Z Compiling usdt-macro v0.6.0
16252026-03-24T19:36:23.741Z Compiling signal-hook-mio v0.2.5
16262026-03-24T19:36:23.744Z Compiling cargo_metadata v0.19.2
16272026-03-24T19:36:23.956Z Compiling toml_edit v0.19.15
16282026-03-24T19:36:24.000Z Compiling elliptic-curve v0.13.8
16292026-03-24T19:36:24.027Z Compiling cookie_store v0.22.1
16302026-03-24T19:36:24.173Z Compiling hubpack v0.1.2
16312026-03-24T19:36:24.453Z Compiling postgres-types v0.2.12
16322026-03-24T19:36:24.485Z Compiling bzip2 v0.4.4
16332026-03-24T19:36:24.553Z Compiling serde_with_macros v3.17.0
16342026-03-24T19:36:24.608Z Compiling zstd v0.13.3
16352026-03-24T19:36:24.776Z Compiling dtrace-parser v0.2.0
16362026-03-24T19:36:25.965Z Compiling serde-big-array v0.5.1
16372026-03-24T19:36:25.968Z Compiling hex v0.4.3
16382026-03-24T19:36:25.968Z Compiling pkcs1 v0.7.5
16392026-03-24T19:36:25.968Z Compiling ed25519 v2.2.3
16402026-03-24T19:36:25.968Z Compiling rfc6979 v0.4.0
16412026-03-24T19:36:25.968Z Compiling bstr v1.12.1
16422026-03-24T19:36:25.968Z Compiling clap_derive v4.5.55
16432026-03-24T19:36:25.969Z Compiling strum_macros v0.26.4
16442026-03-24T19:36:25.969Z Compiling serde_repr v0.1.20
16452026-03-24T19:36:25.969Z Compiling enum-as-inner v0.6.1
16462026-03-24T19:36:25.969Z Compiling itertools v0.12.1
16472026-03-24T19:36:26.195Z Compiling phf_shared v0.11.3
16482026-03-24T19:36:26.353Z Compiling float-cmp v0.10.0
16492026-03-24T19:36:26.375Z Compiling memmap2 v0.9.10
16502026-03-24T19:36:26.411Z Compiling thread-id v4.2.2
16512026-03-24T19:36:26.437Z Compiling env_filter v1.0.0
16522026-03-24T19:36:26.475Z Compiling encoding_rs v0.8.35
16532026-03-24T19:36:26.501Z Compiling fixedbitset v0.4.2
16542026-03-24T19:36:26.540Z Compiling rustc-hash v2.1.1
16552026-03-24T19:36:26.564Z Compiling keccak v0.1.6
16562026-03-24T19:36:26.708Z Compiling new_debug_unreachable v1.0.6
16572026-03-24T19:36:26.719Z Compiling data-encoding v2.10.0
16582026-03-24T19:36:26.795Z Compiling whoami v2.1.0
16592026-03-24T19:36:26.821Z Compiling precomputed-hash v0.1.1
16602026-03-24T19:36:26.875Z Compiling fixedbitset v0.5.7
16612026-03-24T19:36:26.951Z Compiling mime v0.3.17
16622026-03-24T19:36:27.289Z Compiling normalize-line-endings v0.3.0
16632026-03-24T19:36:27.312Z Compiling unit-prefix v0.5.2
16642026-03-24T19:36:27.333Z Compiling static_assertions v1.1.0
16652026-03-24T19:36:27.336Z Compiling difflib v0.4.0
16662026-03-24T19:36:27.431Z Compiling jiff v0.2.21
16672026-03-24T19:36:27.460Z Compiling hyper v1.8.1
16682026-03-24T19:36:27.517Z Compiling predicates-core v1.0.10
16692026-03-24T19:36:27.629Z Compiling zone v0.3.1
16702026-03-24T19:36:27.709Z Compiling predicates v3.1.4
16712026-03-24T19:36:27.731Z Compiling indicatif v0.18.4
16722026-03-24T19:36:27.772Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-03-24T19:36:27.847Z Compiling petgraph v0.8.3
16742026-03-24T19:36:27.985Z Compiling clap v4.5.60
16752026-03-24T19:36:28.077Z Compiling hickory-proto v0.25.2
16762026-03-24T19:36:28.102Z Compiling strum v0.26.3
16772026-03-24T19:36:28.128Z Compiling tokio-postgres v0.7.16
16782026-03-24T19:36:28.154Z Compiling string_cache v0.8.9
16792026-03-24T19:36:28.290Z Compiling sha3 v0.10.8
16802026-03-24T19:36:28.463Z Compiling petgraph v0.6.5
16812026-03-24T19:36:28.577Z Compiling toml_edit v0.22.27
16822026-03-24T19:36:28.599Z Compiling iddqd v0.3.17
16832026-03-24T19:36:28.625Z Compiling env_logger v0.11.9
16842026-03-24T19:36:28.910Z Compiling usdt v0.6.0
16852026-03-24T19:36:28.936Z Compiling hyper-util v0.1.20
16862026-03-24T19:36:28.939Z Compiling usdt-impl v0.5.0
16872026-03-24T19:36:29.123Z Compiling serde_with v3.17.0
16882026-03-24T19:36:29.269Z Compiling similar v2.7.0
16892026-03-24T19:36:29.682Z Compiling crossterm v0.28.1
16902026-03-24T19:36:29.771Z Compiling toml v0.7.8
16912026-03-24T19:36:30.151Z Compiling rsa v0.9.10
16922026-03-24T19:36:30.471Z Compiling ed25519-dalek v2.2.0
16932026-03-24T19:36:30.569Z Compiling ecdsa v0.16.9
16942026-03-24T19:36:30.646Z Compiling zip v0.6.6
16952026-03-24T19:36:30.834Z Compiling hyper-tls v0.6.0
16962026-03-24T19:36:31.163Z Compiling zip v4.6.1
16972026-03-24T19:36:31.196Z Compiling tokio-stream v0.1.18
16982026-03-24T19:36:31.458Z Compiling buf-list v1.1.2
16992026-03-24T19:36:31.569Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-24T19:36:31.612Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T19:36:31.679Z Compiling openapiv3 v2.2.0
17022026-03-24T19:36:31.703Z Compiling x509-cert v0.2.5
17032026-03-24T19:36:31.807Z Compiling sha1 v0.10.6
17042026-03-24T19:36:31.852Z Compiling itertools v0.13.0
17052026-03-24T19:36:31.875Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-24T19:36:32.037Z Compiling peg-runtime v0.8.5
17072026-03-24T19:36:32.121Z Compiling lalrpop-util v0.19.12
17082026-03-24T19:36:32.293Z Compiling thread_local v1.1.9
17092026-03-24T19:36:32.392Z Compiling slog-async v2.8.0
17102026-03-24T19:36:32.440Z Compiling futures-executor v0.3.32
17112026-03-24T19:36:32.463Z Compiling crossbeam-channel v0.5.15
17122026-03-24T19:36:32.506Z Compiling filetime v0.2.27
17132026-03-24T19:36:32.544Z Compiling is-terminal v0.4.17
17142026-03-24T19:36:32.638Z Compiling xattr v1.6.1
17152026-03-24T19:36:32.684Z Compiling term v1.2.1
17162026-03-24T19:36:32.748Z Compiling take_mut v0.2.2
17172026-03-24T19:36:32.809Z Compiling futures v0.3.32
17182026-03-24T19:36:32.847Z Compiling tar v0.4.44
17192026-03-24T19:36:33.099Z Compiling slog-term v2.9.2
17202026-03-24T19:36:53.516Z Compiling rustls-webpki v0.103.9
17212026-03-24T19:36:57.528Z Compiling tokio-rustls v0.26.4
17222026-03-24T19:36:57.543Z Compiling rustls-platform-verifier v0.6.2
17232026-03-24T19:36:57.813Z Compiling hyper-rustls v0.27.7
17242026-03-24T19:36:58.058Z Compiling reqwest v0.13.2
17252026-03-24T19:36:58.058Z Compiling reqwest v0.12.28
17262026-03-24T19:37:03.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-24T19:37:03.816Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-24T19:37:04.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17292026-03-24T19:37:05.145Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-24T19:37:05.204ZMar 24 19:37:04.239 INFO Starting download, target: Console
17312026-03-24T19:37:05.204ZMar 24 19:37:04.239 INFO Starting download, target: TransceiverControl
17322026-03-24T19:37:05.204ZMar 24 19:37:04.239 INFO Starting download, target: Cockroach
17332026-03-24T19:37:05.204ZMar 24 19:37:04.239 INFO Starting download, target: DendriteStub
17342026-03-24T19:37:05.215ZMar 24 19:37:04.239 INFO Starting download, target: Clickhouse
17352026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Starting download, target: MaghemiteMgd
17362026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-24T19:37:05.215ZMar 24 19:37:04.240 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-03-24T19:37:05.749ZMar 24 19:37:04.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-24T19:37:06.086ZMar 24 19:37:05.117 INFO Download complete, target: TransceiverControl
17442026-03-24T19:37:06.163ZMar 24 19:37:05.199 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-24T19:37:06.544ZMar 24 19:37:05.580 INFO Download complete, target: Console
17462026-03-24T19:37:07.350ZMar 24 19:37:06.370 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-24T19:37:07.984ZMar 24 19:37:07.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-03-24T19:37:08.262ZMar 24 19:37:07.288 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-03-24T19:37:09.302ZMar 24 19:37:08.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-24T19:37:09.302ZMar 24 19:37:08.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-24T19:37:11.555ZMar 24 19:37:10.590 INFO Download complete, target: DendriteStub
17522026-03-24T19:37:11.921ZMar 24 19:37:10.956 INFO Download complete, target: MaghemiteMgd
17532026-03-24T19:37:16.978ZMar 24 19:37:16.013 INFO Checking that binary works, target: Cockroach
17542026-03-24T19:37:17.139ZMar 24 19:37:16.174 INFO Download complete, target: Cockroach
17552026-03-24T19:37:18.614ZMar 24 19:37:17.648 INFO Checking that binary works, target: Clickhouse
17562026-03-24T19:37:18.720ZMar 24 19:37:17.754 INFO Download complete, target: Clickhouse
17572026-03-24T19:37:18.727ZAll prerequisites installed successfully
17582026-03-24T19:37:18.731Z
17592026-03-24T19:37:18.731Zreal 3:49.019617414
17602026-03-24T19:37:18.731Zuser 10:30.469040978
17612026-03-24T19:37:18.731Zsys 2:09.159173623
17622026-03-24T19:37:18.731Ztrap 0.347385113
17632026-03-24T19:37:18.731Ztflt 1.279986139
17642026-03-24T19:37:18.731Zdflt 2.307351394
17652026-03-24T19:37:18.731Zkflt 0.186561984
17662026-03-24T19:37:18.732Zlock 33:04.968065399
17672026-03-24T19:37:18.732Zslp 25:53.977218334
17682026-03-24T19:37:18.732Zlat 29.982198130
17692026-03-24T19:37:18.732Zstop 4:44.176604238
17702026-03-24T19:37:18.732Z+ ptime -m cargo xtask download softnpu
17712026-03-24T19:37:19.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17722026-03-24T19:37:19.482Z Running `target/debug/xtask download softnpu`
17732026-03-24T19:37:20.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
17742026-03-24T19:37:20.617Z Running `target/debug/xtask-downloader softnpu`
17752026-03-24T19:37:20.669ZMar 24 19:37:19.702 INFO Starting download, target: Softnpu
17762026-03-24T19:37:20.675ZMar 24 19:37:19.703 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-24T19:37:21.451ZMar 24 19:37:20.484 INFO Download complete, target: Softnpu
17782026-03-24T19:37:21.456Z
17792026-03-24T19:37:21.456Zreal 2.720205106
17802026-03-24T19:37:21.456Zuser 1.818138927
17812026-03-24T19:37:21.456Zsys 0.826695779
17822026-03-24T19:37:21.456Ztrap 0.000654271
17832026-03-24T19:37:21.456Ztflt 0.000171046
17842026-03-24T19:37:21.456Zdflt 0.000163858
17852026-03-24T19:37:21.456Zkflt 0.000000000
17862026-03-24T19:37:21.456Zlock 14.237984577
17872026-03-24T19:37:21.456Zslp 0.599738593
17882026-03-24T19:37:21.456Zlat 0.054643794
17892026-03-24T19:37:21.456Zstop 0.000199904
17902026-03-24T19:37:21.460Z+ export CARGO_INCREMENTAL=0
17912026-03-24T19:37:21.460Z+ CARGO_INCREMENTAL=0
17922026-03-24T19:37:21.460Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-24T19:37:22.711Z Compiling proc-macro2 v1.0.106
17942026-03-24T19:37:22.711Z Compiling quote v1.0.44
17952026-03-24T19:37:22.711Z Compiling unicode-ident v1.0.24
17962026-03-24T19:37:22.715Z Compiling libc v0.2.180
17972026-03-24T19:37:22.715Z Compiling serde_core v1.0.228
17982026-03-24T19:37:22.715Z Compiling serde v1.0.228
17992026-03-24T19:37:22.715Z Compiling cfg-if v1.0.4
18002026-03-24T19:37:22.715Z Compiling version_check v0.9.5
18012026-03-24T19:37:22.715Z Compiling shlex v1.3.0
18022026-03-24T19:37:22.715Z Compiling find-msvc-tools v0.1.9
18032026-03-24T19:37:22.884Z Compiling typenum v1.19.0
18042026-03-24T19:37:22.888Z Compiling portable-atomic v1.13.1
18052026-03-24T19:37:22.889Z Compiling memchr v2.8.0
18062026-03-24T19:37:22.889Z Compiling autocfg v1.5.0
18072026-03-24T19:37:22.889Z Compiling zmij v1.0.21
18082026-03-24T19:37:23.143Z Compiling serde_json v1.0.149
18092026-03-24T19:37:23.192Z Compiling zerocopy v0.8.40
18102026-03-24T19:37:23.418Z Compiling parking_lot_core v0.9.12
18112026-03-24T19:37:23.439Z Compiling libm v0.2.16
18122026-03-24T19:37:23.443Z Compiling smallvec v1.15.1
18132026-03-24T19:37:23.486Z Compiling icu_properties_data v2.1.2
18142026-03-24T19:37:23.533Z Compiling num-traits v0.2.19
18152026-03-24T19:37:23.696Z Compiling generic-array v0.14.7
18162026-03-24T19:37:23.720Z Compiling icu_normalizer_data v2.1.1
18172026-03-24T19:37:23.724Z Compiling itoa v1.0.17
18182026-03-24T19:37:23.773Z Compiling log v0.4.29
18192026-03-24T19:37:23.821Z Compiling getrandom v0.4.1
18202026-03-24T19:37:23.826Z Compiling pkg-config v0.3.32
18212026-03-24T19:37:23.892Z Compiling stable_deref_trait v1.2.1
18222026-03-24T19:37:24.025Z Compiling scopeguard v1.2.0
18232026-03-24T19:37:24.049Z Compiling subtle v2.6.1
18242026-03-24T19:37:24.145Z Compiling fnv v1.0.7
18252026-03-24T19:37:24.190Z Compiling lock_api v0.4.14
18262026-03-24T19:37:24.190Z Compiling thiserror v2.0.18
18272026-03-24T19:37:24.240Z Compiling getrandom v0.2.17
18282026-03-24T19:37:24.310Z Compiling jobserver v0.1.34
18292026-03-24T19:37:24.314Z Compiling errno v0.3.14
18302026-03-24T19:37:24.469Z Compiling rand_core v0.6.4
18312026-03-24T19:37:24.590Z Compiling cc v1.2.56
18322026-03-24T19:37:24.594Z Compiling pin-project-lite v0.2.17
18332026-03-24T19:37:24.640Z Compiling syn v2.0.117
18342026-03-24T19:37:24.646Z Compiling getrandom v0.3.4
18352026-03-24T19:37:24.792Z Compiling critical-section v1.2.0
18362026-03-24T19:37:24.869Z Compiling rustversion v1.0.22
18372026-03-24T19:37:24.973Z Compiling allocator-api2 v0.2.21
18382026-03-24T19:37:24.977Z Compiling equivalent v1.0.2
18392026-03-24T19:37:25.096Z Compiling foldhash v0.2.0
18402026-03-24T19:37:25.120Z Compiling dunce v1.0.5
18412026-03-24T19:37:25.144Z Compiling litemap v0.8.1
18422026-03-24T19:37:25.258Z Compiling fs_extra v1.3.0
18432026-03-24T19:37:25.266Z Compiling writeable v0.6.2
18442026-03-24T19:37:25.305Z Compiling once_cell v1.21.3
18452026-03-24T19:37:25.379Z Compiling percent-encoding v2.3.2
18462026-03-24T19:37:25.457Z Compiling hashbrown v0.16.1
18472026-03-24T19:37:25.524Z Compiling cmake v0.1.57
18482026-03-24T19:37:25.610Z Compiling const-oid v0.9.6
18492026-03-24T19:37:25.726Z Compiling signal-hook-registry v1.4.8
18502026-03-24T19:37:25.775Z Compiling rustix v1.1.3
18512026-03-24T19:37:25.779Z Compiling socket2 v0.6.2
18522026-03-24T19:37:25.818Z Compiling mio v1.1.1
18532026-03-24T19:37:25.842Z Compiling schemars v0.8.22
18542026-03-24T19:37:26.132Z Compiling semver v1.0.27
18552026-03-24T19:37:26.156Z Compiling parking_lot v0.12.5
18562026-03-24T19:37:26.204Z Compiling indexmap v2.13.0
18572026-03-24T19:37:26.262Z Compiling bitflags v2.11.0
18582026-03-24T19:37:26.343Z Compiling utf8_iter v1.0.4
18592026-03-24T19:37:26.375Z Compiling ring v0.17.14
18602026-03-24T19:37:26.483Z Compiling aws-lc-sys v0.37.1
18612026-03-24T19:37:26.574Z Compiling aws-lc-rs v1.16.0
18622026-03-24T19:37:26.594Z Compiling rand_core v0.10.0
18632026-03-24T19:37:26.699Z Compiling form_urlencoded v1.2.2
18642026-03-24T19:37:26.848Z Compiling futures-core v0.3.32
18652026-03-24T19:37:26.852Z Compiling strsim v0.11.1
18662026-03-24T19:37:27.092Z Compiling thiserror v1.0.69
18672026-03-24T19:37:27.132Z Compiling httparse v1.10.1
18682026-03-24T19:37:27.197Z Compiling byteorder v1.5.0
18692026-03-24T19:37:27.222Z Compiling ucd-trie v0.1.7
18702026-03-24T19:37:27.354Z Compiling ident_case v1.0.1
18712026-03-24T19:37:27.378Z Compiling vcpkg v0.2.15
18722026-03-24T19:37:27.382Z Compiling heck v0.5.0
18732026-03-24T19:37:27.432Z Compiling pest v2.8.6
18742026-03-24T19:37:27.554Z Compiling crossbeam-utils v0.8.21
18752026-03-24T19:37:27.648Z Compiling regex-syntax v0.8.10
18762026-03-24T19:37:27.651Z Compiling syn v1.0.109
18772026-03-24T19:37:27.882Z Compiling rustls v0.23.37
18782026-03-24T19:37:27.907Z Compiling futures-sink v0.3.32
18792026-03-24T19:37:27.958Z Compiling rustc_version v0.4.1
18802026-03-24T19:37:28.056Z Compiling futures-channel v0.3.32
18812026-03-24T19:37:28.080Z Compiling cpufeatures v0.2.17
18822026-03-24T19:37:28.083Z Compiling futures-task v0.3.32
18832026-03-24T19:37:28.083Z Compiling slab v0.4.12
18842026-03-24T19:37:28.112Z Compiling futures-io v0.3.32
18852026-03-24T19:37:28.180Z Compiling openssl-sys v0.9.111
18862026-03-24T19:37:28.341Z Compiling iana-time-zone v0.1.65
18872026-03-24T19:37:28.420Z Compiling plain v0.2.3
18882026-03-24T19:37:28.425Z Compiling uuid v1.21.0
18892026-03-24T19:37:28.425Z Compiling aho-corasick v1.1.4
18902026-03-24T19:37:28.515Z Compiling time-core v0.1.8
18912026-03-24T19:37:28.566Z Compiling synstructure v0.13.2
18922026-03-24T19:37:28.589Z Compiling serde_derive_internals v0.29.1
18932026-03-24T19:37:28.720Z Compiling num-conv v0.2.0
18942026-03-24T19:37:28.917Z Compiling time-macros v0.2.27
18952026-03-24T19:37:28.987Z Compiling pest_meta v2.8.6
18962026-03-24T19:37:29.131Z Compiling openssl v0.10.75
18972026-03-24T19:37:29.390Z Compiling pretty-hex v0.4.1
18982026-03-24T19:37:29.586Z Compiling crc32fast v1.5.0
18992026-03-24T19:37:29.611Z Compiling either v1.15.0
19002026-03-24T19:37:29.658Z Compiling anyhow v1.0.102
19012026-03-24T19:37:29.668Z Compiling base64ct v1.8.3
19022026-03-24T19:37:29.692Z Compiling regex-automata v0.4.14
19032026-03-24T19:37:29.715Z Compiling darling_core v0.21.3
19042026-03-24T19:37:29.774Z Compiling pest_generator v2.8.6
19052026-03-24T19:37:29.808Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-24T19:37:29.905Z Compiling native-tls v0.2.18
19072026-03-24T19:37:29.938Z Compiling flagset v0.4.7
19082026-03-24T19:37:30.050Z Compiling pem-rfc7468 v0.7.0
19092026-03-24T19:37:30.075Z Compiling rand_core v0.9.5
19102026-03-24T19:37:30.232Z Compiling slog v2.8.2
19112026-03-24T19:37:30.255Z Compiling tracing-core v0.1.36
19122026-03-24T19:37:30.335Z Compiling dyn-clone v1.0.20
19132026-03-24T19:37:30.371Z Compiling rayon-core v1.13.0
19142026-03-24T19:37:30.416Z Compiling untrusted v0.9.0
19152026-03-24T19:37:30.470Z Compiling serde_derive v1.0.228
19162026-03-24T19:37:30.497Z Compiling zeroize_derive v1.4.3
19172026-03-24T19:37:30.537Z Compiling zerofrom-derive v0.1.6
19182026-03-24T19:37:30.593Z Compiling yoke-derive v0.8.1
19192026-03-24T19:37:30.616Z Compiling zerovec-derive v0.11.2
19202026-03-24T19:37:30.641Z Compiling displaydoc v0.2.5
19212026-03-24T19:37:30.644Z Compiling zerocopy-derive v0.8.40
19222026-03-24T19:37:30.710Z Compiling tokio-macros v2.6.0
19232026-03-24T19:37:30.810Z Compiling futures-macro v0.3.32
19242026-03-24T19:37:31.291Z Compiling zeroize v1.8.2
19252026-03-24T19:37:31.598Z Compiling thiserror-impl v2.0.18
19262026-03-24T19:37:31.625Z Compiling tracing-attributes v0.1.31
19272026-03-24T19:37:31.861Z Compiling der_derive v0.7.3
19282026-03-24T19:37:31.922Z Compiling schemars_derive v0.8.22
19292026-03-24T19:37:32.012Z Compiling thiserror-impl v1.0.69
19302026-03-24T19:37:32.112Z Compiling zerofrom v0.1.6
19312026-03-24T19:37:32.302Z Compiling yoke v0.8.1
19322026-03-24T19:37:32.460Z Compiling crypto-common v0.1.7
19332026-03-24T19:37:32.573Z Compiling zerovec v0.11.5
19342026-03-24T19:37:32.595Z Compiling zerotrie v0.2.3
19352026-03-24T19:37:33.085Z Compiling block-buffer v0.10.4
19362026-03-24T19:37:33.232Z Compiling pest_derive v2.8.6
19372026-03-24T19:37:33.291Z Compiling digest v0.10.7
19382026-03-24T19:37:33.316Z Compiling tinystr v0.8.2
19392026-03-24T19:37:33.341Z Compiling potential_utf v0.1.4
19402026-03-24T19:37:33.469Z Compiling futures-util v0.3.32
19412026-03-24T19:37:33.595Z Compiling icu_locale_core v2.1.1
19422026-03-24T19:37:33.619Z Compiling icu_collections v2.1.1
19432026-03-24T19:37:33.648Z Compiling hmac v0.12.1
19442026-03-24T19:37:33.665Z Compiling block-padding v0.3.3
19452026-03-24T19:37:33.740Z Compiling sha2 v0.10.9
19462026-03-24T19:37:33.819Z Compiling rustls-pki-types v1.14.0
19472026-03-24T19:37:33.842Z Compiling inout v0.1.4
19482026-03-24T19:37:33.870Z Compiling scroll_derive v0.13.1
19492026-03-24T19:37:34.549Z Compiling cipher v0.4.4
19502026-03-24T19:37:34.648Z Compiling icu_provider v2.1.1
19512026-03-24T19:37:34.871Z Compiling bytes v1.11.1
19522026-03-24T19:37:34.894Z Compiling chrono v0.4.44
19532026-03-24T19:37:34.939Z Compiling serde_tokenstream v0.2.3
19542026-03-24T19:37:34.942Z Compiling scroll_derive v0.12.1
19552026-03-24T19:37:34.986Z Compiling icu_normalizer v2.1.1
19562026-03-24T19:37:35.187Z Compiling icu_properties v2.1.2
19572026-03-24T19:37:35.447Z Compiling openssl-macros v0.1.1
19582026-03-24T19:37:35.690Z Compiling tokio v1.49.0
19592026-03-24T19:37:36.064Z Compiling http v1.4.0
19602026-03-24T19:37:36.525Z Compiling idna_adapter v1.2.1
19612026-03-24T19:37:36.716Z Compiling idna v1.1.0
19622026-03-24T19:37:36.872Z Compiling der v0.7.10
19632026-03-24T19:37:36.899Z Compiling darling_macro v0.21.3
19642026-03-24T19:37:36.902Z Compiling regex v1.12.3
19652026-03-24T19:37:37.235Z Compiling url v2.5.8
19662026-03-24T19:37:37.260Z Compiling ppv-lite86 v0.2.21
19672026-03-24T19:37:37.332Z Compiling zerocopy-derive v0.7.35
19682026-03-24T19:37:37.539Z Compiling darling v0.21.3
19692026-03-24T19:37:37.676Z Compiling salsa20 v0.10.2
19702026-03-24T19:37:37.807Z Compiling pbkdf2 v0.12.2
19712026-03-24T19:37:37.877Z Compiling tracing v0.1.44
19722026-03-24T19:37:38.112Z Compiling spki v0.7.3
19732026-03-24T19:37:38.437Z Compiling cookie v0.18.1
19742026-03-24T19:37:38.489Z Compiling base64 v0.22.1
19752026-03-24T19:37:38.669Z Compiling camino v1.2.2
19762026-03-24T19:37:38.902Z Compiling scrypt v0.11.0
19772026-03-24T19:37:38.942Z Compiling rand_chacha v0.9.0
19782026-03-24T19:37:38.983Z Compiling cbc v0.1.2
19792026-03-24T19:37:39.065Z Compiling aes v0.8.4
19802026-03-24T19:37:39.499Z Compiling usdt-impl v0.5.0
19812026-03-24T19:37:39.727Z Compiling usdt-impl v0.6.0
19822026-03-24T19:37:39.748Z Compiling winnow v0.7.14
19832026-03-24T19:37:39.800Z Compiling paste v1.0.15
19842026-03-24T19:37:39.803Z Compiling ref-cast v1.0.25
19852026-03-24T19:37:40.176Z Compiling pkcs5 v0.7.1
19862026-03-24T19:37:40.200Z Compiling rand v0.9.2
19872026-03-24T19:37:40.393Z Compiling http-body v1.0.1
19882026-03-24T19:37:40.605Z Compiling scroll v0.12.0
19892026-03-24T19:37:40.636Z Compiling scroll v0.13.0
19902026-03-24T19:37:40.670Z Compiling serde_spanned v0.6.9
19912026-03-24T19:37:40.730Z Compiling toml_datetime v0.6.11
19922026-03-24T19:37:40.873Z Compiling tokio-util v0.7.18
19932026-03-24T19:37:40.895Z Compiling heapless v0.7.17
19942026-03-24T19:37:41.026Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-24T19:37:41.081Z Compiling atomic-waker v1.1.2
19962026-03-24T19:37:41.145Z Compiling untrusted v0.7.1
19972026-03-24T19:37:41.226Z Compiling signal-hook v0.3.18
19982026-03-24T19:37:41.256Z Compiling openssl-probe v0.2.1
19992026-03-24T19:37:41.324Z Compiling zstd-safe v7.2.4
20002026-03-24T19:37:41.478Z Compiling goblin v0.10.5
20012026-03-24T19:37:41.602Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-24T19:37:41.630Z Compiling goblin v0.8.2
20032026-03-24T19:37:41.760Z Compiling pkcs8 v0.10.2
20042026-03-24T19:37:42.245Z Compiling zerocopy v0.7.35
20052026-03-24T19:37:42.250Z Compiling ref-cast-impl v1.0.25
20062026-03-24T19:37:42.405Z Compiling darling_core v0.20.11
20072026-03-24T19:37:42.764Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-24T19:37:42.792Z Compiling memoffset v0.9.1
20092026-03-24T19:37:42.815Z Compiling tinyvec_macros v0.1.1
20102026-03-24T19:37:42.955Z Compiling try-lock v0.2.5
20112026-03-24T19:37:42.989Z Compiling tower-service v0.3.3
20122026-03-24T19:37:43.030Z Compiling winnow v0.5.40
20132026-03-24T19:37:43.070Z Compiling tower-layer v0.3.3
20142026-03-24T19:37:43.297Z Compiling rustix v0.38.44
20152026-03-24T19:37:43.344Z Compiling litrs v1.0.0
20162026-03-24T19:37:43.546Z Compiling fastrand v2.3.0
20172026-03-24T19:37:43.650Z Compiling want v0.3.1
20182026-03-24T19:37:43.871Z Compiling h2 v0.4.13
20192026-03-24T19:37:43.987Z Compiling tinyvec v1.10.0
20202026-03-24T19:37:44.012Z Compiling document-features v0.2.12
20212026-03-24T19:37:44.679Z Compiling dtrace-parser v0.2.0
20222026-03-24T19:37:44.722Z Compiling dtrace-parser v0.3.0
20232026-03-24T19:37:45.009Z Compiling toml_edit v0.19.15
20242026-03-24T19:37:45.169Z Compiling dof v0.3.0
20252026-03-24T19:37:45.249Z Compiling darling_macro v0.20.11
20262026-03-24T19:37:45.337Z Compiling dof v0.4.0
20272026-03-24T19:37:45.442Z Compiling ipnet v2.11.0
20282026-03-24T19:37:45.565Z Compiling daft-derive v0.1.5
20292026-03-24T19:37:45.877Z Compiling async-trait v0.1.89
20302026-03-24T19:37:46.014Z Compiling curve25519-dalek v4.1.3
20312026-03-24T19:37:46.149Z Compiling spin v0.9.8
20322026-03-24T19:37:46.179Z Compiling thread-id v4.2.2
20332026-03-24T19:37:46.308Z Compiling thread-id v5.1.0
20342026-03-24T19:37:46.361Z Compiling proc-macro-error-attr v1.0.4
20352026-03-24T19:37:46.439Z Compiling cfg_aliases v0.2.1
20362026-03-24T19:37:46.461Z Compiling httpdate v1.0.3
20372026-03-24T19:37:46.488Z Compiling smoltcp v0.9.1
20382026-03-24T19:37:46.625Z Compiling powerfmt v0.2.0
20392026-03-24T19:37:46.797Z Compiling foreign-types-shared v0.1.1
20402026-03-24T19:37:46.809Z Compiling pin-utils v0.1.0
20412026-03-24T19:37:46.946Z Compiling num-bigint-dig v0.8.6
20422026-03-24T19:37:46.949Z Compiling foreign-types v0.3.2
20432026-03-24T19:37:47.014Z Compiling deranged v0.5.8
20442026-03-24T19:37:47.018Z Compiling tempfile v3.25.0
20452026-03-24T19:37:47.095Z Compiling nix v0.31.1
20462026-03-24T19:37:47.460Z Compiling darling v0.20.11
20472026-03-24T19:37:47.861Z Compiling ipnetwork v0.21.1
20482026-03-24T19:37:47.888Z Compiling strum_macros v0.26.4
20492026-03-24T19:37:48.035Z Compiling hyper v1.8.1
20502026-03-24T19:37:48.129Z Compiling wait-timeout v0.2.1
20512026-03-24T19:37:48.176Z Compiling proc-macro-error v1.0.4
20522026-03-24T19:37:48.342Z Compiling num_threads v0.1.7
20532026-03-24T19:37:48.428Z Compiling bit-vec v0.8.0
20542026-03-24T19:37:48.453Z Compiling unicode-segmentation v1.12.0
20552026-03-24T19:37:48.663Z Compiling quick-error v1.2.3
20562026-03-24T19:37:48.748Z Compiling utf8parse v0.2.2
20572026-03-24T19:37:48.820Z Compiling siphasher v1.0.2
20582026-03-24T19:37:48.823Z Compiling anstyle v1.0.13
20592026-03-24T19:37:49.029Z Compiling simd-adler32 v0.3.8
20602026-03-24T19:37:49.102Z Compiling anstyle-parse v0.2.7
20612026-03-24T19:37:49.162Z Compiling time v0.3.47
20622026-03-24T19:37:49.225Z Compiling rusty-fork v0.3.1
20632026-03-24T19:37:49.384Z Compiling bit-set v0.8.0
20642026-03-24T19:37:49.616Z Compiling hyper-util v0.1.20
20652026-03-24T19:37:50.093Z Compiling crossbeam-epoch v0.9.18
20662026-03-24T19:37:50.304Z Compiling derive_builder_core v0.20.2
20672026-03-24T19:37:50.480Z Compiling unicode-normalization v0.1.25
20682026-03-24T19:37:51.112Z Compiling rustls-native-certs v0.8.3
20692026-03-24T19:37:51.603Z Compiling signature v2.2.0
20702026-03-24T19:37:51.655Z Compiling hubpack_derive v0.1.1
20712026-03-24T19:37:51.684Z Compiling strum_macros v0.27.2
20722026-03-24T19:37:51.711Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-24T19:37:51.763Z Compiling rand_xorshift v0.4.0
20742026-03-24T19:37:51.788Z Compiling sync_wrapper v1.0.2
20752026-03-24T19:37:51.829Z Compiling ahash v0.8.12
20762026-03-24T19:37:51.907Z Compiling fs-err v3.3.0
20772026-03-24T19:37:51.979Z Compiling unicode-bidi v0.3.18
20782026-03-24T19:37:52.118Z Compiling unicode-properties v0.1.4
20792026-03-24T19:37:52.175Z Compiling colorchoice v1.0.4
20802026-03-24T19:37:52.315Z Compiling anstyle-query v1.1.5
20812026-03-24T19:37:52.415Z Compiling unarray v0.1.4
20822026-03-24T19:37:52.474Z Compiling object v0.37.3
20832026-03-24T19:37:52.495Z Compiling is_terminal_polyfill v1.70.2
20842026-03-24T19:37:52.541Z Compiling adler2 v2.0.1
20852026-03-24T19:37:52.574Z Compiling proptest v1.10.0
20862026-03-24T19:37:52.632Z Compiling anstream v0.6.21
20872026-03-24T19:37:52.723Z Compiling miniz_oxide v0.8.9
20882026-03-24T19:37:52.826Z Compiling stringprep v0.1.5
20892026-03-24T19:37:53.345Z Compiling tower v0.5.3
20902026-03-24T19:37:53.444Z Compiling derive_builder_macro v0.20.2
20912026-03-24T19:37:53.823Z Compiling crossbeam-deque v0.8.6
20922026-03-24T19:37:53.856Z Compiling heck v0.4.1
20932026-03-24T19:37:54.004Z Compiling usdt-attr-macro v0.6.0
20942026-03-24T19:37:54.047Z Compiling usdt-macro v0.6.0
20952026-03-24T19:37:54.304Z Compiling http-body-util v0.1.3
20962026-03-24T19:37:54.365Z Compiling webpki-roots v1.0.6
20972026-03-24T19:37:54.621Z Compiling rand_chacha v0.3.1
20982026-03-24T19:37:54.626Z Compiling erased-serde v0.3.31
20992026-03-24T19:37:54.626Z Compiling md-5 v0.10.6
21002026-03-24T19:37:54.803Z Compiling num-integer v0.1.46
21012026-03-24T19:37:54.814Z Compiling hash32 v0.2.1
21022026-03-24T19:37:54.983Z Compiling vergen-lib v0.1.6
21032026-03-24T19:37:54.990Z Compiling ff v0.13.1
21042026-03-24T19:37:55.036Z Compiling base16ct v0.2.0
21052026-03-24T19:37:55.085Z Compiling ryu v1.0.23
21062026-03-24T19:37:55.090Z Compiling zlib-rs v0.6.2
21072026-03-24T19:37:55.198Z Compiling iri-string v0.7.10
21082026-03-24T19:37:55.203Z Compiling fallible-iterator v0.2.0
21092026-03-24T19:37:55.229Z Compiling psl-types v2.0.11
21102026-03-24T19:37:55.303Z Compiling serde_urlencoded v0.7.1
21112026-03-24T19:37:55.306Z Compiling sec1 v0.7.3
21122026-03-24T19:37:55.404Z Compiling publicsuffix v2.3.0
21132026-03-24T19:37:55.408Z Compiling newtype-uuid v1.3.2
21142026-03-24T19:37:55.431Z Compiling group v0.13.0
21152026-03-24T19:37:55.492Z Compiling num-iter v0.1.45
21162026-03-24T19:37:55.588Z Compiling postgres-protocol v0.6.10
21172026-03-24T19:37:55.696Z Compiling rand v0.8.5
21182026-03-24T19:37:55.956Z Compiling oxnet v0.1.4
21192026-03-24T19:37:56.191Z Compiling zone_cfg_derive v0.3.1
21202026-03-24T19:37:56.252Z Compiling derive_builder v0.20.2
21212026-03-24T19:37:56.477Z Compiling tokio-native-tls v0.3.1
21222026-03-24T19:37:56.501Z Compiling phf_shared v0.13.1
21232026-03-24T19:37:56.556Z Compiling lazy_static v1.5.0
21242026-03-24T19:37:56.687Z Compiling terminal_size v0.4.3
21252026-03-24T19:37:56.732Z Compiling serde_with_macros v3.17.0
21262026-03-24T19:37:56.737Z Compiling cargo-platform v0.1.9
21272026-03-24T19:37:56.804Z Compiling tower-http v0.6.8
21282026-03-24T19:37:56.811Z Compiling hkdf v0.12.4
21292026-03-24T19:37:56.914Z Compiling crypto-bigint v0.5.5
21302026-03-24T19:37:56.991Z Compiling enum-as-inner v0.6.1
21312026-03-24T19:37:57.017Z Compiling serde_repr v0.1.20
21322026-03-24T19:37:57.059Z Compiling clap_derive v4.5.55
21332026-03-24T19:37:57.085Z Compiling vergen v9.0.6
21342026-03-24T19:37:57.299Z Compiling libbz2-rs-sys v0.2.2
21352026-03-24T19:37:57.308Z Compiling managed v0.8.0
21362026-03-24T19:37:57.344Z Compiling unicode-width v0.2.0
21372026-03-24T19:37:57.375Z Compiling bitflags v1.3.2
21382026-03-24T19:37:57.396Z Compiling clap_lex v1.0.0
21392026-03-24T19:37:57.489Z Compiling bumpalo v3.20.2
21402026-03-24T19:37:57.746Z Compiling foldhash v0.1.5
21412026-03-24T19:37:57.821Z Compiling zopfli v0.8.3
21422026-03-24T19:37:57.847Z Compiling console v0.16.2
21432026-03-24T19:37:57.971Z Compiling hashbrown v0.15.5
21442026-03-24T19:37:58.007Z Compiling bzip2 v0.6.1
21452026-03-24T19:37:58.086Z Compiling flate2 v1.1.9
21462026-03-24T19:37:58.146Z Compiling clap_builder v4.5.60
21472026-03-24T19:37:58.303Z Compiling elliptic-curve v0.13.8
21482026-03-24T19:37:58.410Z Compiling cargo_metadata v0.19.2
21492026-03-24T19:37:58.620Z Compiling phf v0.13.1
21502026-03-24T19:37:58.756Z Compiling hyper-tls v0.6.0
21512026-03-24T19:37:58.852Z Compiling signal-hook-mio v0.2.5
21522026-03-24T19:37:58.933Z Compiling daft v0.1.5
21532026-03-24T19:37:59.015Z Compiling rayon v1.11.0
21542026-03-24T19:37:59.059Z Compiling cookie_store v0.22.1
21552026-03-24T19:37:59.195Z Compiling postgres-types v0.2.12
21562026-03-24T19:37:59.294Z Compiling zstd v0.13.3
21572026-03-24T19:37:59.414Z Compiling bzip2 v0.4.4
21582026-03-24T19:37:59.458Z Compiling strum v0.27.2
21592026-03-24T19:37:59.627Z Compiling hubpack v0.1.2
21602026-03-24T19:37:59.799Z Compiling ed25519 v2.2.3
21612026-03-24T19:37:59.864Z Compiling phf_shared v0.11.3
21622026-03-24T19:38:01.520Z Compiling pkcs1 v0.7.5
21632026-03-24T19:38:01.573Z Compiling hex v0.4.3
21642026-03-24T19:38:01.573Z Compiling serde-big-array v0.5.1
21652026-03-24T19:38:01.573Z Compiling rfc6979 v0.4.0
21662026-03-24T19:38:01.573Z Compiling bstr v1.12.1
21672026-03-24T19:38:01.573Z Compiling itertools v0.12.1
21682026-03-24T19:38:01.573Z Compiling float-cmp v0.10.0
21692026-03-24T19:38:01.573Z Compiling memmap2 v0.9.10
21702026-03-24T19:38:01.573Z Compiling env_filter v1.0.0
21712026-03-24T19:38:01.573Z Compiling encoding_rs v0.8.35
21722026-03-24T19:38:01.573Z Compiling normalize-line-endings v0.3.0
21732026-03-24T19:38:01.573Z Compiling toml_write v0.1.2
21742026-03-24T19:38:01.573Z Compiling data-encoding v2.10.0
21752026-03-24T19:38:01.573Z Compiling keccak v0.1.6
21762026-03-24T19:38:01.573Z Compiling rustc-hash v2.1.1
21772026-03-24T19:38:01.573Z Compiling fixedbitset v0.4.2
21782026-03-24T19:38:01.573Z Compiling predicates-core v1.0.10
21792026-03-24T19:38:01.573Z Compiling mime v0.3.17
21802026-03-24T19:38:01.573Z Compiling fixedbitset v0.5.7
21812026-03-24T19:38:01.604Z Compiling whoami v2.1.0
21822026-03-24T19:38:01.638Z Compiling unit-prefix v0.5.2
21832026-03-24T19:38:01.679Z Compiling static_assertions v1.1.0
21842026-03-24T19:38:01.705Z Compiling difflib v0.4.0
21852026-03-24T19:38:01.784Z Compiling jiff v0.2.21
21862026-03-24T19:38:01.822Z Compiling precomputed-hash v0.1.1
21872026-03-24T19:38:01.888Z Compiling new_debug_unreachable v1.0.6
21882026-03-24T19:38:01.923Z Compiling indicatif v0.18.4
21892026-03-24T19:38:01.955Z Compiling tokio-postgres v0.7.16
21902026-03-24T19:38:01.955Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21912026-03-24T19:38:01.970Z Compiling string_cache v0.8.9
21922026-03-24T19:38:02.085Z Compiling predicates v3.1.4
21932026-03-24T19:38:02.248Z Compiling zone v0.3.1
21942026-03-24T19:38:02.276Z Compiling petgraph v0.8.3
21952026-03-24T19:38:02.368Z Compiling petgraph v0.6.5
21962026-03-24T19:38:02.658Z Compiling hickory-proto v0.25.2
21972026-03-24T19:38:02.669Z Compiling iddqd v0.3.17
21982026-03-24T19:38:02.994Z Compiling sha3 v0.10.8
21992026-03-24T19:38:03.174Z Compiling toml_edit v0.22.27
22002026-03-24T19:38:03.309Z Compiling similar v2.7.0
22012026-03-24T19:38:04.197Z Compiling env_logger v0.11.9
22022026-03-24T19:38:04.293Z Compiling usdt v0.6.0
22032026-03-24T19:38:04.646Z Compiling serde_with v3.17.0
22042026-03-24T19:38:04.784Z Compiling ecdsa v0.16.9
22052026-03-24T19:38:04.974Z Compiling rsa v0.9.10
22062026-03-24T19:38:05.299Z Compiling clap v4.5.60
22072026-03-24T19:38:05.419Z Compiling zip v4.6.1
22082026-03-24T19:38:05.733Z Compiling ed25519-dalek v2.2.0
22092026-03-24T19:38:06.124Z Compiling crossterm v0.28.1
22102026-03-24T19:38:06.673Z Compiling zip v0.6.6
22112026-03-24T19:38:06.726Z Compiling strum v0.26.3
22122026-03-24T19:38:06.923Z Compiling toml v0.7.8
22132026-03-24T19:38:07.049Z Compiling tokio-stream v0.1.18
22142026-03-24T19:38:07.053Z Compiling buf-list v1.1.2
22152026-03-24T19:38:07.403Z Compiling x509-cert v0.2.5
22162026-03-24T19:38:07.417Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-24T19:38:07.627Z Compiling openapiv3 v2.2.0
22182026-03-24T19:38:07.703Z Compiling sha1 v0.10.6
22192026-03-24T19:38:07.841Z Compiling itertools v0.13.0
22202026-03-24T19:38:07.866Z Compiling peg-runtime v0.8.5
22212026-03-24T19:38:08.213Z Compiling lalrpop-util v0.19.12
22222026-03-24T19:38:24.947Z Compiling macaddr v1.0.1
22232026-03-24T19:38:24.985Z Compiling structmeta-derive v0.3.0
22242026-03-24T19:38:24.985Z Compiling itertools v0.14.0
22252026-03-24T19:38:24.985Z Compiling heapless v0.8.0
22262026-03-24T19:38:25.348Z Compiling structmeta v0.3.0
22272026-03-24T19:38:25.858Z Compiling ingot-macros v0.1.1
22282026-03-24T19:38:30.490Z Compiling rustls-webpki v0.103.9
22292026-03-24T19:38:31.142Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-24T19:38:32.536Z Compiling hash32 v0.3.1
22312026-03-24T19:38:32.561Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-24T19:38:32.762Z Compiling smoltcp v0.11.0
22332026-03-24T19:38:34.426Z Compiling proc-macro-crate v3.4.0
22342026-03-24T19:38:34.477Z Compiling ingot-types v0.1.2
22352026-03-24T19:38:34.477Z Compiling cobs v0.3.0
22362026-03-24T19:38:34.477Z Compiling rustls v0.22.4
22372026-03-24T19:38:34.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-24T19:38:34.477Z Compiling postcard v1.1.3
22392026-03-24T19:38:34.477Z Compiling num_enum_derive v0.7.5
22402026-03-24T19:38:34.477Z Compiling proc-macro-crate v1.3.1
22412026-03-24T19:38:34.477Z Compiling ingot v0.1.1
22422026-03-24T19:38:34.477Z Compiling rustls-webpki v0.102.8
22432026-03-24T19:38:34.477Z Compiling futures-executor v0.3.32
22442026-03-24T19:38:34.477Z Compiling foreign-types-macros v0.2.3
22452026-03-24T19:38:34.477Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-24T19:38:34.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-24T19:38:34.477Z Compiling multer v3.1.0
22482026-03-24T19:38:34.520Z Compiling thread_local v1.1.9
22492026-03-24T19:38:34.579Z Compiling cpufeatures v0.3.0
22502026-03-24T19:38:34.603Z Compiling match_cfg v0.1.0
22512026-03-24T19:38:34.629Z Compiling slog-async v2.8.0
22522026-03-24T19:38:34.707Z Compiling typeid v1.0.3
22532026-03-24T19:38:34.733Z Compiling foreign-types-shared v0.3.1
22542026-03-24T19:38:34.750Z Compiling hostname v0.3.1
22552026-03-24T19:38:34.789Z Compiling chacha20 v0.10.0
22562026-03-24T19:38:34.877Z Compiling foreign-types v0.5.0
22572026-03-24T19:38:34.976Z Compiling num_enum v0.7.5
22582026-03-24T19:38:35.048Z Compiling futures v0.3.32
22592026-03-24T19:38:35.218Z Compiling num_enum_derive v0.5.11
22602026-03-24T19:38:35.228Z Compiling derive-ex v0.1.8
22612026-03-24T19:38:35.228Z Compiling tabwriter v1.4.1
22622026-03-24T19:38:35.228Z Compiling slog-json v2.6.1
22632026-03-24T19:38:35.311Z Compiling crossbeam-channel v0.5.15
22642026-03-24T19:38:35.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-24T19:38:35.586Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22662026-03-24T19:38:35.709Z Compiling async-stream-impl v0.3.6
22672026-03-24T19:38:35.918Z Compiling tokio-rustls v0.26.4
22682026-03-24T19:38:36.167Z Compiling rustls-platform-verifier v0.6.2
22692026-03-24T19:38:36.227Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-24T19:38:36.313Z Compiling hyper-rustls v0.27.7
22712026-03-24T19:38:36.320Z Compiling serde_spanned v1.0.4
22722026-03-24T19:38:36.343Z Compiling is-terminal v0.4.17
22732026-03-24T19:38:36.366Z Compiling cstr-argument v0.1.2
22742026-03-24T19:38:36.464Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22752026-03-24T19:38:36.489Z Compiling dropshot v0.16.7
22762026-03-24T19:38:36.514Z Compiling toml_writer v1.0.6+spec-1.1.0
22772026-03-24T19:38:36.540Z Compiling term v1.2.1
22782026-03-24T19:38:36.606Z Compiling reqwest v0.12.28
22792026-03-24T19:38:36.707Z Compiling reqwest v0.13.2
22802026-03-24T19:38:36.779Z Compiling erased-serde v0.4.9
22812026-03-24T19:38:36.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-24T19:38:36.867Z Compiling crucible-workspace-hack v0.1.0
22832026-03-24T19:38:36.911Z Compiling take_mut v0.2.2
22842026-03-24T19:38:37.158Z Compiling slog-term v2.9.2
22852026-03-24T19:38:37.207Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-24T19:38:37.362Z Compiling toml v0.9.12+spec-1.1.0
22872026-03-24T19:38:37.374Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-03-24T19:38:37.384Z Compiling test-strategy v0.4.5
22892026-03-24T19:38:37.421Z Compiling async-stream v0.3.6
22902026-03-24T19:38:37.716Z Compiling num_enum v0.5.11
22912026-03-24T19:38:37.918Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-03-24T19:38:38.022Z Compiling tokio-rustls v0.25.0
22932026-03-24T19:38:38.101Z Compiling slog-bunyan v2.5.0
22942026-03-24T19:38:38.370Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-24T19:38:38.427Z Compiling rand v0.10.0
22962026-03-24T19:38:38.681Z Compiling parse-display-derive v0.10.0
22972026-03-24T19:38:38.770Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-24T19:38:38.785Z Compiling backon v1.6.0
22992026-03-24T19:38:38.831Z Compiling waitgroup v0.1.2
23002026-03-24T19:38:38.910Z Compiling dropshot_endpoint v0.16.7
23012026-03-24T19:38:38.936Z Compiling newtype-uuid-macros v0.1.0
23022026-03-24T19:38:39.051Z Compiling rustls-pemfile v2.2.0
23032026-03-24T19:38:39.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-24T19:38:39.172Z Compiling serde_path_to_error v0.1.20
23052026-03-24T19:38:39.172Z Compiling hostname v0.4.2
23062026-03-24T19:38:39.197Z Compiling instant v0.1.13
23072026-03-24T19:38:39.367Z Compiling colored v3.1.1
23082026-03-24T19:38:39.391Z Compiling debug-ignore v1.0.5
23092026-03-24T19:38:39.421Z Compiling libefi-sys v0.1.0
23102026-03-24T19:38:39.479Z Compiling backoff v0.4.0
23112026-03-24T19:38:39.549Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-24T19:38:39.751Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-24T19:38:39.789Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-24T19:38:39.915Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-24T19:38:40.167Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-24T19:38:40.253Z Compiling camino-tempfile v1.4.1
23172026-03-24T19:38:40.482Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-24T19:38:40.506Z Compiling usdt-macro v0.5.0
23192026-03-24T19:38:40.723Z Compiling parse-display v0.10.0
23202026-03-24T19:38:40.789Z Compiling usdt-attr-macro v0.5.0
23212026-03-24T19:38:41.055Z Compiling secrecy v0.10.3
23222026-03-24T19:38:41.298Z Compiling bitfield-struct v0.6.2
23232026-03-24T19:38:41.413Z Compiling num-derive v0.4.2
23242026-03-24T19:38:41.467Z Compiling regress v0.10.5
23252026-03-24T19:38:41.502Z Compiling ordered-float v2.10.1
23262026-03-24T19:38:41.586Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23272026-03-24T19:38:41.754Z Compiling blake3 v1.8.3
23282026-03-24T19:38:41.803Z Compiling memmap v0.7.0
23292026-03-24T19:38:41.967Z Compiling sigpipe v0.1.3
23302026-03-24T19:38:42.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23312026-03-24T19:38:42.112Z Compiling glob v0.3.3
23322026-03-24T19:38:42.147Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-24T19:38:42.169Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-24T19:38:42.312Z Compiling usdt v0.5.0
23352026-03-24T19:38:42.452Z Compiling serde-value v0.7.0
23362026-03-24T19:38:42.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-24T19:38:42.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23382026-03-24T19:38:42.612Z Compiling serde-untagged v0.1.9
23392026-03-24T19:38:42.663Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-03-24T19:38:42.845Z Compiling toml v0.8.23
23412026-03-24T19:38:42.919Z Compiling smf v0.2.3
23422026-03-24T19:38:43.066Z Compiling filetime v0.2.27
23432026-03-24T19:38:43.118Z Compiling whoami v1.6.1
23442026-03-24T19:38:43.170Z Compiling constant_time_eq v0.4.2
23452026-03-24T19:38:43.353Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-03-24T19:38:43.368Z Compiling unicode-xid v0.2.6
23472026-03-24T19:38:43.381Z Compiling same-file v1.0.6
23482026-03-24T19:38:43.408Z Compiling arrayvec v0.7.6
23492026-03-24T19:38:43.440Z Compiling xattr v1.6.1
23502026-03-24T19:38:43.469Z Compiling arrayref v0.3.9
23512026-03-24T19:38:43.558Z Compiling walkdir v2.5.0
23522026-03-24T19:38:43.586Z Compiling cargo-util-schemas v0.8.2
23532026-03-24T19:38:43.596Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-24T19:38:43.633Z Compiling tar v0.4.44
23552026-03-24T19:38:43.738Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-24T19:38:43.764Z Compiling tokio-dtrace v0.1.1
23572026-03-24T19:38:44.058Z Compiling gethostname v0.5.0
23582026-03-24T19:38:44.191Z Compiling cargo-platform v0.2.0
23592026-03-24T19:38:44.251Z Compiling topological-sort v0.2.2
23602026-03-24T19:38:44.390Z Compiling oxide-tokio-rt v0.1.3
23612026-03-24T19:38:44.414Z Compiling shell-words v1.1.1
23622026-03-24T19:38:44.478Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23632026-03-24T19:38:44.501Z Compiling indent_write v2.2.0
23642026-03-24T19:38:45.182Z Compiling cargo_metadata v0.21.0
23652026-03-24T19:38:56.490Z Compiling progenitor-client v0.10.0
23662026-03-24T19:38:56.490Z Compiling omicron-zone-package v0.12.2
23672026-03-24T19:38:56.514Z Compiling progenitor-client v0.13.0
23682026-03-24T19:38:56.640Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-24T19:38:56.640Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-24T19:38:56.643Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-03-24T19:38:56.644Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-24T19:38:57.050Z Compiling progenitor-extras v0.1.1
23732026-03-24T19:38:57.380Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-24T19:39:06.892Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-24T19:39:08.188Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-24T19:39:16.449Z Finished `release` profile [optimized] target(s) in 1m 54s
23772026-03-24T19:39:16.642Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-24T19:39:16.715ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-24T19:39:16.725ZCreated new build target 'test' and set it as active
23802026-03-24T19:39:16.725Z
23812026-03-24T19:39:16.726Zreal 1:55.236126048
23822026-03-24T19:39:16.726Zuser 20:19.345815403
23832026-03-24T19:39:16.726Zsys 3:06.147961188
23842026-03-24T19:39:16.726Ztrap 0.529867322
23852026-03-24T19:39:16.726Ztflt 3.135363481
23862026-03-24T19:39:16.726Zdflt 3.814935000
23872026-03-24T19:39:16.726Zkflt 0.000570835
23882026-03-24T19:39:16.726Zlock 1:04:35.960957665
23892026-03-24T19:39:16.726Zslp 51:51.190769623
23902026-03-24T19:39:16.726Zlat 47.269305149
23912026-03-24T19:39:16.726Zstop 7:52.407455791
23922026-03-24T19:39:16.726Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-24T19:39:18.017Z Finished `release` profile [optimized] target(s) in 1.23s
23942026-03-24T19:39:18.039Z Running `target/release/omicron-package -t test package`
23952026-03-24T19:39:18.101ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-24T19:39:21.428Z Compiling regress v0.10.5
23972026-03-24T19:39:21.428Z Compiling heck v0.5.0
23982026-03-24T19:39:21.480Z Compiling unsafe-libyaml v0.2.11
23992026-03-24T19:39:21.480Z Compiling convert_case v0.4.0
24002026-03-24T19:39:21.480Z Compiling half v2.7.1
24012026-03-24T19:39:21.480Z Compiling ciborium-io v0.2.2
24022026-03-24T19:39:21.480Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-24T19:39:21.480Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-24T19:39:21.480Z Compiling universal-hash v0.5.1
24052026-03-24T19:39:21.480Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-24T19:39:21.480Z Compiling typify-impl v0.6.1
24072026-03-24T19:39:21.480Z Compiling prettyplease v0.2.37
24082026-03-24T19:39:21.480Z Compiling opaque-debug v0.3.1
24092026-03-24T19:39:21.481Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-24T19:39:21.481Z Compiling chacha20 v0.9.1
24112026-03-24T19:39:21.481Z Compiling byte-wrapper v0.1.0
24122026-03-24T19:39:21.481Z Compiling password-hash v0.5.0
24132026-03-24T19:39:21.481Z Compiling blake2 v0.10.6
24142026-03-24T19:39:21.481Z Compiling ciborium-ll v0.2.2
24152026-03-24T19:39:21.481Z Compiling derive_more v0.99.20
24162026-03-24T19:39:21.481Z Compiling poly1305 v0.8.0
24172026-03-24T19:39:21.481Z Compiling aead v0.5.2
24182026-03-24T19:39:21.481Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-24T19:39:21.481Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24202026-03-24T19:39:21.481Z Compiling ciborium v0.2.2
24212026-03-24T19:39:21.481Z Compiling unicode-width v0.1.14
24222026-03-24T19:39:21.481Z Compiling swrite v0.1.0
24232026-03-24T19:39:21.487Z Compiling chacha20poly1305 v0.10.1
24242026-03-24T19:39:21.487Z Compiling argon2 v0.5.3
24252026-03-24T19:39:21.650Z Compiling is-terminal v0.4.17
24262026-03-24T19:39:21.682Z Compiling serde_spanned v1.0.4
24272026-03-24T19:39:21.800Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-24T19:39:21.899Z Compiling bytecount v0.6.9
24292026-03-24T19:39:21.924Z Compiling rustls v0.22.4
24302026-03-24T19:39:21.933Z Compiling rustls-webpki v0.102.8
24312026-03-24T19:39:21.992Z Compiling thiserror-no-std v2.0.2
24322026-03-24T19:39:21.999Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-03-24T19:39:21.999Z Compiling derive-where v1.6.0
24342026-03-24T19:39:22.133Z Compiling toml v0.9.12+spec-1.1.0
24352026-03-24T19:39:22.143Z Compiling vsss-rs v3.3.4
24362026-03-24T19:39:22.148Z Compiling thread_local v1.1.9
24372026-03-24T19:39:22.183Z Compiling match_cfg v0.1.0
24382026-03-24T19:39:22.314Z Compiling hostname v0.3.1
24392026-03-24T19:39:22.506Z Compiling multer v3.1.0
24402026-03-24T19:39:22.551Z Compiling slog-async v2.8.0
24412026-03-24T19:39:22.562Z Compiling slog-json v2.6.1
24422026-03-24T19:39:22.627Z Compiling crossbeam-channel v0.5.15
24432026-03-24T19:39:22.658Z Compiling futures-executor v0.3.32
24442026-03-24T19:39:22.794Z Compiling term v1.2.1
24452026-03-24T19:39:22.886Z Compiling take_mut v0.2.2
24462026-03-24T19:39:22.919Z Compiling futures v0.3.32
24472026-03-24T19:39:22.948Z Compiling slog-bunyan v2.5.0
24482026-03-24T19:39:23.052Z Compiling dropshot v0.16.7
24492026-03-24T19:39:23.086Z Compiling async-stream v0.3.6
24502026-03-24T19:39:23.159Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-03-24T19:39:23.159Z Compiling progenitor-client v0.13.0
24522026-03-24T19:39:23.246Z Compiling slog-term v2.9.2
24532026-03-24T19:39:23.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-03-24T19:39:23.371Z Compiling waitgroup v0.1.2
24552026-03-24T19:39:23.493Z Compiling backon v1.6.0
24562026-03-24T19:39:23.590Z Compiling rustls-pemfile v2.2.0
24572026-03-24T19:39:23.596Z Compiling serde_path_to_error v0.1.20
24582026-03-24T19:39:23.673Z Compiling hostname v0.4.2
24592026-03-24T19:39:23.685Z Compiling instant v0.1.13
24602026-03-24T19:39:23.734Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24612026-03-24T19:39:23.798Z Compiling debug-ignore v1.0.5
24622026-03-24T19:39:23.798Z Compiling progenitor-extras v0.1.1
24632026-03-24T19:39:23.848Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-03-24T19:39:23.848Z Compiling backoff v0.4.0
24652026-03-24T19:39:24.015Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-03-24T19:39:24.143Z Compiling parse-display v0.10.0
24672026-03-24T19:39:24.143Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-24T19:39:24.143Z Compiling progenitor-client v0.10.0
24692026-03-24T19:39:24.143Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-03-24T19:39:24.161Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-03-24T19:39:24.162Z Compiling macaddr v1.0.1
24722026-03-24T19:39:24.162Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-24T19:39:24.162Z Compiling console v0.15.11
24742026-03-24T19:39:24.438Z Compiling newline-converter v0.3.0
24752026-03-24T19:39:24.454Z Compiling atomicwrites v0.4.4
24762026-03-24T19:39:24.454Z Compiling num-rational v0.4.2
24772026-03-24T19:39:24.454Z Compiling num-complex v0.4.6
24782026-03-24T19:39:24.454Z Compiling slog-dtrace v0.3.0
24792026-03-24T19:39:24.562Z Compiling async-recursion v1.1.1
24802026-03-24T19:39:24.705Z Compiling float-ord v0.3.2
24812026-03-24T19:39:24.809Z Compiling expectorate v1.2.0
24822026-03-24T19:39:24.899Z Compiling owo-colors v4.3.0
24832026-03-24T19:39:25.055Z Compiling tokio-rustls v0.25.0
24842026-03-24T19:39:25.062Z Compiling num v0.4.3
24852026-03-24T19:39:25.119Z Compiling cancel-safe-futures v0.1.5
24862026-03-24T19:39:25.153Z Compiling libsw-core v0.3.2
24872026-03-24T19:39:25.221Z Compiling resolv-conf v0.7.6
24882026-03-24T19:39:25.224Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-24T19:39:25.399Z Compiling libsw v3.5.0
24902026-03-24T19:39:25.435Z Compiling toml v0.8.23
24912026-03-24T19:39:25.538Z Compiling linear-map v1.2.0
24922026-03-24T19:39:25.655Z Compiling linked-hash-map v0.5.6
24932026-03-24T19:39:25.686Z Compiling minimal-lexical v0.2.1
24942026-03-24T19:39:25.865Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-24T19:39:25.984Z Compiling nom v7.1.3
24962026-03-24T19:39:26.045Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-24T19:39:26.080Z Compiling lru-cache v0.1.2
24982026-03-24T19:39:26.084Z Compiling unicode-xid v0.2.6
24992026-03-24T19:39:26.151Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-24T19:39:26.282Z Compiling globset v0.4.18
25012026-03-24T19:39:26.319Z Compiling hickory-proto v0.24.4
25022026-03-24T19:39:26.323Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-24T19:39:26.612Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-24T19:39:26.855Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-24T19:39:27.391Z Compiling typify-macro v0.6.1
25062026-03-24T19:39:27.918Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-24T19:39:27.956Z Compiling convert_case v0.10.0
25082026-03-24T19:39:28.357Z Compiling derive_more-impl v2.1.1
25092026-03-24T19:39:29.322Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-03-24T19:39:29.408Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-03-24T19:39:29.483Z Compiling typify v0.6.1
25122026-03-24T19:39:29.659Z Compiling progenitor-impl v0.13.0
25132026-03-24T19:39:29.805Z Compiling hickory-resolver v0.24.4
25142026-03-24T19:39:29.942Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-24T19:39:30.734Z Compiling pin-project-internal v1.1.11
25162026-03-24T19:39:31.493Z Compiling qorb v0.4.1
25172026-03-24T19:39:31.855Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-03-24T19:39:32.128Z Compiling derive_more v2.1.1
25192026-03-24T19:39:32.216Z Compiling pin-project v1.1.11
25202026-03-24T19:39:32.293Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-03-24T19:39:32.391Z Compiling pem v3.0.6
25222026-03-24T19:39:32.505Z Compiling snafu-derive v0.8.9
25232026-03-24T19:39:32.809Z Compiling progenitor-macro v0.13.0
25242026-03-24T19:39:33.189Z Compiling termtree v0.5.1
25252026-03-24T19:39:33.281Z Compiling crossterm v0.29.0
25262026-03-24T19:39:33.408Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-24T19:39:34.085Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-24T19:39:34.842Z Compiling snafu v0.8.9
25292026-03-24T19:39:35.444Z Compiling olpc-cjson v0.1.4
25302026-03-24T19:39:35.639Z Compiling phf_shared v0.12.1
25312026-03-24T19:39:35.759Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-24T19:39:36.001Z Compiling serde_plain v1.0.2
25332026-03-24T19:39:36.452Z Compiling vte v0.14.1
25342026-03-24T19:39:36.599Z Compiling csv-core v0.1.13
25352026-03-24T19:39:36.807Z Compiling highway v1.3.0
25362026-03-24T19:39:37.057Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-03-24T19:39:37.183Z Compiling chrono-tz v0.10.4
25382026-03-24T19:39:37.214Z Compiling typed-path v0.9.3
25392026-03-24T19:39:37.408Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-24T19:39:37.513Z Compiling csv v1.4.0
25412026-03-24T19:39:37.760Z Compiling strip-ansi-escapes v0.2.1
25422026-03-24T19:39:37.891Z Compiling phf v0.12.1
25432026-03-24T19:39:38.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-24T19:39:38.263Z Compiling const_format_proc_macros v0.2.34
25452026-03-24T19:39:38.430Z Compiling papergrid v0.11.0
25462026-03-24T19:39:38.482Z Compiling fd-lock v4.0.4
25472026-03-24T19:39:38.700Z Compiling peg-macros v0.8.5
25482026-03-24T19:39:38.788Z Compiling tough v0.20.0
25492026-03-24T19:39:38.799Z Compiling progenitor v0.13.0
25502026-03-24T19:39:38.847Z Compiling tabled_derive v0.7.0
25512026-03-24T19:39:39.043Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-03-24T19:39:40.068Z Compiling nu-ansi-term v0.50.3
25532026-03-24T19:39:40.405Z Compiling peg v0.8.5
25542026-03-24T19:39:40.516Z Compiling reedline v0.40.0
25552026-03-24T19:39:40.553Z Compiling tabled v0.15.0
25562026-03-24T19:39:40.589Z Compiling const_format v0.2.35
25572026-03-24T19:39:40.811Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-03-24T19:39:41.273Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-03-24T19:39:41.549Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25602026-03-24T19:39:42.868Z Compiling bcs v0.1.6
25612026-03-24T19:39:42.981Z Compiling base64 v0.21.7
25622026-03-24T19:39:43.427Z Compiling semver v0.1.20
25632026-03-24T19:39:43.697Z Compiling rustc_version v0.1.7
25642026-03-24T19:39:43.806Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-03-24T19:39:44.071Z Compiling newtype_derive v0.1.6
25662026-03-24T19:39:44.114Z Compiling unicode-linebreak v0.1.5
25672026-03-24T19:39:44.303Z Compiling humantime v2.3.0
25682026-03-24T19:39:44.507Z Compiling smawk v0.3.2
25692026-03-24T19:39:44.767Z Compiling textwrap v0.16.2
25702026-03-24T19:39:44.999Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-24T19:39:45.121Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-03-24T19:39:45.176Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-24T19:39:45.241Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-24T19:39:45.406Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-24T19:39:45.482Z Compiling steno v0.4.1
25762026-03-24T19:39:45.779Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-24T19:39:45.810Z Compiling utf-8 v0.7.6
25782026-03-24T19:39:46.109Z Compiling tagptr v0.2.0
25792026-03-24T19:39:46.365Z Compiling moka v0.12.13
25802026-03-24T19:39:46.679Z Compiling tungstenite v0.21.0
25812026-03-24T19:39:46.767Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-24T19:39:46.797Z Compiling radium v0.7.0
25832026-03-24T19:39:47.008Z Compiling typify-impl v0.4.3
25842026-03-24T19:39:47.742Z Compiling tokio-tungstenite v0.21.0
25852026-03-24T19:39:47.893Z Compiling hickory-resolver v0.25.2
25862026-03-24T19:39:48.072Z Compiling maybe-uninit v2.0.0
25872026-03-24T19:39:48.242Z Compiling tap v1.0.1
25882026-03-24T19:39:48.433Z Compiling wyz v0.5.1
25892026-03-24T19:39:48.768Z Compiling zerocopy-derive v0.6.6
25902026-03-24T19:39:48.917Z Compiling packed_struct v0.10.1
25912026-03-24T19:39:49.260Z Compiling funty v2.0.0
25922026-03-24T19:39:49.441Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-24T19:39:49.755Z Compiling display-error-chain v0.2.2
25942026-03-24T19:39:49.790Z Compiling crc-catalog v2.4.0
25952026-03-24T19:39:49.966Z Compiling crc v3.4.0
25962026-03-24T19:39:49.997Z Compiling bitvec v1.0.1
25972026-03-24T19:39:50.274Z Compiling zerocopy v0.6.6
25982026-03-24T19:39:50.716Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-24T19:39:50.850Z Compiling packed_struct_codegen v0.10.1
26002026-03-24T19:39:51.053Z Compiling bitfield-macros v0.19.4
26012026-03-24T19:39:52.003Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-24T19:39:52.082Z Compiling typify-macro v0.4.3
26032026-03-24T19:39:52.239Z Compiling indexmap v1.9.3
26042026-03-24T19:39:52.541Z Compiling nodrop v0.1.14
26052026-03-24T19:39:52.708Z Compiling array-init v0.0.4
26062026-03-24T19:39:53.305Z Compiling bitfield v0.19.4
26072026-03-24T19:39:53.743Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-03-24T19:39:53.771Z Compiling smallvec v0.6.14
26092026-03-24T19:39:54.137Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-24T19:39:54.168Z Compiling num-derive v0.3.3
26112026-03-24T19:39:54.625Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-24T19:39:54.835Z Compiling hashbrown v0.12.3
26132026-03-24T19:39:55.161Z Compiling proc-macro-error2 v2.0.1
26142026-03-24T19:39:55.364Z Compiling libscf-sys v1.1.0
26152026-03-24T19:39:55.615Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-24T19:39:55.649Z Compiling serde-hex v0.1.0
26172026-03-24T19:39:55.925Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-24T19:39:56.230Z Compiling ron v0.8.1
26192026-03-24T19:39:56.263Z Compiling hashbrown v0.13.2
26202026-03-24T19:39:56.297Z Compiling vergen-gitcl v1.0.8
26212026-03-24T19:39:56.453Z Compiling dirs-sys-next v0.1.2
26222026-03-24T19:39:56.580Z Compiling glob v0.3.3
26232026-03-24T19:39:56.610Z Compiling crc-any v2.5.0
26242026-03-24T19:39:56.815Z Compiling crunchy v0.2.4
26252026-03-24T19:39:57.017Z Compiling maplit v1.0.2
26262026-03-24T19:39:57.065Z Compiling diesel_derives v2.3.7
26272026-03-24T19:39:57.129Z Compiling clang-sys v1.8.1
26282026-03-24T19:39:57.176Z Compiling object v0.30.4
26292026-03-24T19:39:57.208Z Compiling dirs-next v2.0.0
26302026-03-24T19:39:57.316Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-03-24T19:39:57.448Z Compiling tabled_derive v0.11.0
26322026-03-24T19:39:57.480Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-03-24T19:39:57.640Z Compiling typify v0.4.3
26342026-03-24T19:39:57.822Z Compiling papergrid v0.17.0
26352026-03-24T19:39:57.852Z Compiling testing_table v0.3.0
26362026-03-24T19:39:58.184Z Compiling dsl_auto_type v0.2.0
26372026-03-24T19:39:58.368Z Compiling scheduled-thread-pool v0.2.7
26382026-03-24T19:39:58.399Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-24T19:39:58.620Z Compiling path-slash v0.1.5
26402026-03-24T19:39:58.705Z Compiling tiny-keccak v2.0.2
26412026-03-24T19:39:58.860Z Compiling r2d2 v0.8.10
26422026-03-24T19:39:59.061Z Compiling term v0.7.0
26432026-03-24T19:39:59.270Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-24T19:39:59.357Z Compiling arc-swap v1.8.2
26452026-03-24T19:39:59.719Z Compiling tabled v0.20.0
26462026-03-24T19:39:59.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-24T19:39:59.787Z Compiling bit-vec v0.6.3
26482026-03-24T19:39:59.854Z Compiling xshell-macros v0.2.7
26492026-03-24T19:40:00.053Z Compiling downcast-rs v2.0.2
26502026-03-24T19:40:00.205Z Compiling bit-set v0.5.3
26512026-03-24T19:40:00.238Z Compiling slog-scope v4.4.1
26522026-03-24T19:40:00.242Z Compiling ascii-canvas v3.0.0
26532026-03-24T19:40:00.372Z Compiling xshell v0.2.7
26542026-03-24T19:40:00.573Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-24T19:40:00.769Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-24T19:40:00.851Z Compiling itertools v0.10.5
26572026-03-24T19:40:01.170Z Compiling ena v0.14.4
26582026-03-24T19:40:01.379Z Compiling libloading v0.8.9
26592026-03-24T19:40:01.508Z Compiling unicase v2.9.0
26602026-03-24T19:40:01.684Z Compiling diff v0.1.13
26612026-03-24T19:40:01.911Z Compiling bindgen v0.71.1
26622026-03-24T19:40:02.042Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-24T19:40:02.292Z Compiling regex-syntax v0.6.29
26642026-03-24T19:40:02.458Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-24T19:40:03.639Z Compiling slog-stdlog v4.1.1
26662026-03-24T19:40:03.929Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-24T19:40:04.215Z Compiling lalrpop v0.19.12
26682026-03-24T19:40:04.951Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-24T19:40:05.152Z Compiling cexpr v0.6.0
26702026-03-24T19:40:05.505Z Compiling diesel v2.3.7
26712026-03-24T19:40:05.554Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-24T19:40:05.557Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-24T19:40:05.698Z Compiling crc8 v0.1.1
26742026-03-24T19:40:05.875Z Compiling slog-envlogger v2.2.0
26752026-03-24T19:40:05.916Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-24T19:40:06.074Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-24T19:40:06.232Z Compiling headers-core v0.3.0
26782026-03-24T19:40:06.428Z Compiling libxml v0.3.3
26792026-03-24T19:40:06.890Z Compiling headers v0.4.1
26802026-03-24T19:40:06.927Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-24T19:40:06.990Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-24T19:40:07.280Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-24T19:40:07.419Z Compiling strum_macros v0.24.3
26842026-03-24T19:40:07.883Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-03-24T19:40:08.548Z Compiling indoc v1.0.9
26862026-03-24T19:40:09.119Z Compiling progenitor-impl v0.10.0
26872026-03-24T19:40:09.147Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-24T19:40:09.488Z Compiling derive_builder v0.20.2
26892026-03-24T19:40:09.707Z Compiling oso-derive v0.27.3
26902026-03-24T19:40:09.740Z Compiling quick-xml v0.37.5
26912026-03-24T19:40:09.773Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-24T19:40:09.924Z Compiling openssl-probe v0.1.6
26932026-03-24T19:40:10.288Z Compiling half v1.8.3
26942026-03-24T19:40:10.369Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-24T19:40:10.879Z Compiling serde_cbor v0.11.2
26962026-03-24T19:40:11.303Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-24T19:40:11.517Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-24T19:40:11.572Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-24T19:40:11.847Z Compiling bb8 v0.8.6
27002026-03-24T19:40:12.155Z Compiling progenitor-macro v0.10.0
27012026-03-24T19:40:12.239Z Compiling trait-variant v0.1.2
27022026-03-24T19:40:12.411Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-24T19:40:12.571Z Compiling samael v0.0.19
27042026-03-24T19:40:12.967Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-24T19:40:13.245Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-24T19:40:13.284Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-24T19:40:13.702Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-24T19:40:13.789Z Compiling fxhash v0.2.1
27092026-03-24T19:40:13.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-24T19:40:14.020Z Compiling kstat-rs v0.2.4
27112026-03-24T19:40:14.065Z Compiling libz-sys v1.1.24
27122026-03-24T19:40:14.212Z Compiling nonempty v0.12.0
27132026-03-24T19:40:14.608Z Compiling salty v0.3.0
27142026-03-24T19:40:14.679Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-03-24T19:40:15.009Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-24T19:40:15.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27172026-03-24T19:40:15.176Z Compiling progenitor-impl v0.11.2
27182026-03-24T19:40:15.208Z Compiling darling_core v0.23.0
27192026-03-24T19:40:15.268Z Compiling polar-core v0.27.3
27202026-03-24T19:40:17.937Z Compiling nanorand v0.7.0
27212026-03-24T19:40:18.109Z Compiling progenitor v0.10.0
27222026-03-24T19:40:18.274Z Compiling fs-err v2.11.0
27232026-03-24T19:40:18.399Z Compiling parking_lot_core v0.8.6
27242026-03-24T19:40:18.434Z Compiling darling_macro v0.23.0
27252026-03-24T19:40:18.652Z Compiling mime_guess v2.0.5
27262026-03-24T19:40:18.731Z Compiling progenitor-macro v0.11.2
27272026-03-24T19:40:18.816Z Compiling flume v0.11.1
27282026-03-24T19:40:19.099Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-24T19:40:19.333Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-24T19:40:20.977Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-24T19:40:21.136Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-24T19:40:21.717Z Compiling progenitor-client v0.11.2
27332026-03-24T19:40:22.418Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-03-24T19:40:22.818Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-03-24T19:40:24.004Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-03-24T19:40:24.862Z Compiling git-stub v1.0.0
27372026-03-24T19:40:25.204Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-03-24T19:40:25.729Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-03-24T19:40:27.099Z Compiling instability v0.3.11
27402026-03-24T19:40:27.388Z Compiling oso v0.27.3
27412026-03-24T19:40:31.467Z Compiling async-bb8-diesel v0.2.1
27422026-03-24T19:40:32.106Z Compiling diesel-dtrace v0.5.0
27432026-03-24T19:40:32.252Z Compiling git-stub-vcs v0.1.0
27442026-03-24T19:40:32.514Z Compiling progenitor v0.11.2
27452026-03-24T19:40:32.734Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-24T19:40:32.764Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-24T19:40:33.027Z Compiling darling v0.23.0
27482026-03-24T19:40:33.613Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-24T19:40:33.645Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-24T19:40:33.680Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-03-24T19:40:33.714Z Compiling ignore v0.4.25
27522026-03-24T19:40:35.117Z Compiling primeorder v0.13.6
27532026-03-24T19:40:35.532Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-24T19:40:35.763Z Compiling castaway v0.2.4
27552026-03-24T19:40:35.965Z Compiling atty v0.2.14
27562026-03-24T19:40:36.092Z Compiling nibble_vec v0.1.0
27572026-03-24T19:40:36.154Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-24T19:40:36.333Z Compiling indoc v2.0.7
27592026-03-24T19:40:36.443Z Compiling endian-type v0.1.2
27602026-03-24T19:40:36.475Z Compiling http-range v0.1.5
27612026-03-24T19:40:36.680Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-03-24T19:40:36.912Z Compiling parse-size v1.1.0
27632026-03-24T19:40:37.035Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-24T19:40:37.191Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T19:40:37.431Z Compiling radix_trie v0.2.1
27662026-03-24T19:40:37.586Z Compiling compact_str v0.8.1
27672026-03-24T19:40:37.886Z Compiling p384 v0.13.1
27682026-03-24T19:40:39.059Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-24T19:40:40.157Z Compiling globwalk v0.9.1
27702026-03-24T19:40:40.693Z Compiling parking_lot v0.11.2
27712026-03-24T19:40:40.817Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-24T19:40:41.028Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-24T19:40:41.407Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-24T19:40:41.491Z Compiling predicates-tree v1.0.13
27752026-03-24T19:40:41.754Z Compiling unicode-truncate v1.1.0
27762026-03-24T19:40:41.848Z Compiling lru v0.12.5
27772026-03-24T19:40:42.041Z Compiling prefix-trie v0.7.0
27782026-03-24T19:40:42.074Z Compiling vergen-git2 v1.0.7
27792026-03-24T19:40:42.109Z Compiling cassowary v0.3.0
27802026-03-24T19:40:42.152Z Compiling camino-tempfile-ext v0.3.3
27812026-03-24T19:40:42.474Z Compiling hyper-staticfile v0.10.1
27822026-03-24T19:40:42.673Z Compiling hickory-server v0.25.2
27832026-03-24T19:40:42.708Z Compiling ratatui v0.29.0
27842026-03-24T19:40:43.008Z Compiling sled v0.34.7
27852026-03-24T19:40:43.511Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-24T19:40:44.160Z Compiling hickory-client v0.25.2
27872026-03-24T19:40:45.506Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-24T19:40:45.566Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-24T19:40:45.667Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-24T19:40:46.357Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-24T19:40:46.714Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-24T19:40:47.018Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-24T19:40:47.217Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-24T19:40:47.944Z Compiling rand_seeder v0.4.0
27952026-03-24T19:40:48.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-24T19:40:48.272Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-24T19:40:48.415Z Compiling lzma-sys v0.1.20
27982026-03-24T19:40:48.859Z Compiling rustls v0.21.12
27992026-03-24T19:40:48.928Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-03-24T19:40:49.210Z Compiling corncobs v0.1.4
28012026-03-24T19:40:49.418Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-24T19:40:49.452Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-03-24T19:40:49.488Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-03-24T19:40:49.525Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-03-24T19:40:49.721Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-03-24T19:40:49.881Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-24T19:40:50.217Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-24T19:40:50.331Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-24T19:40:50.713Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-24T19:40:50.874Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-24T19:40:53.405Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-24T19:40:54.407Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-03-24T19:40:54.669Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-24T19:40:54.783Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-03-24T19:40:54.956Z Compiling cargo_toml v0.22.3
28162026-03-24T19:40:54.994Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-24T19:40:56.432Z Compiling rustls-webpki v0.101.7
28182026-03-24T19:40:57.138Z Compiling sct v0.7.1
28192026-03-24T19:40:57.329Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-24T19:40:57.428Z Compiling nix v0.29.0
28212026-03-24T19:40:57.439Z Compiling secrecy v0.8.0
28222026-03-24T19:40:57.680Z Compiling void v1.0.2
28232026-03-24T19:40:57.864Z Compiling lzss v0.8.2
28242026-03-24T19:40:57.980Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-24T19:40:58.349Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-24T19:40:58.580Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-24T19:40:58.640Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-24T19:40:58.674Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-24T19:40:58.775Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-24T19:40:59.856Z Compiling git2 v0.20.4
28312026-03-24T19:41:00.559Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-03-24T19:41:00.944Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-03-24T19:41:00.990Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-03-24T19:41:01.231Z Compiling tungstenite v0.23.0
28352026-03-24T19:41:01.273Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-03-24T19:41:01.319Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372026-03-24T19:41:01.496Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-24T19:41:01.566Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-03-24T19:41:01.626Z Compiling nix v0.27.1
28402026-03-24T19:41:01.761Z Compiling serde_bytes v0.11.19
28412026-03-24T19:41:02.055Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-03-24T19:41:02.202Z Compiling tokio-tungstenite v0.23.1
28432026-03-24T19:41:02.697Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-24T19:41:03.935Z Compiling tokio-rustls v0.24.1
28452026-03-24T19:41:04.281Z Compiling ron v0.12.0
28462026-03-24T19:41:04.334Z Compiling xz2 v0.1.7
28472026-03-24T19:41:04.396Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-03-24T19:41:04.790Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28492026-03-24T19:41:05.167Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28502026-03-24T19:41:06.247Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-03-24T19:41:06.937Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-24T19:41:08.751Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-03-24T19:41:09.410Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-03-24T19:41:10.542Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-24T19:41:11.324Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-24T19:41:11.790Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-24T19:41:11.888Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-24T19:41:13.519Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-24T19:41:14.018Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-24T19:41:15.214Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-03-24T19:41:15.239Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-03-24T19:41:16.045Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-03-24T19:41:17.009Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-03-24T19:41:17.389Z Compiling rustls-pemfile v1.0.4
28652026-03-24T19:41:17.936Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-24T19:41:19.340Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-03-24T19:41:19.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-24T19:41:20.093Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-24T19:41:20.210Z Compiling signal-hook-tokio v0.3.1
28702026-03-24T19:41:20.444Z Compiling twox-hash v2.1.2
28712026-03-24T19:41:20.483Z Compiling yasna v0.5.2
28722026-03-24T19:41:21.113Z Compiling is_ci v1.2.0
28732026-03-24T19:41:21.152Z Compiling base16ct v1.0.0
28742026-03-24T19:41:21.606Z Compiling supports-color v3.0.2
28752026-03-24T19:41:21.908Z Compiling rcgen v0.12.1
28762026-03-24T19:41:22.377Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-24T19:41:22.520Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-24T19:41:22.813Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-24T19:41:23.085Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-24T19:41:23.400Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-24T19:41:24.562Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-03-24T19:41:26.803Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832026-03-24T19:41:27.302Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-03-24T19:41:27.628Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-24T19:41:29.096Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-24T19:41:29.342Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-24T19:41:29.625Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-24T19:41:29.861Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-24T19:41:29.945Z Compiling fatfs v0.3.6
28902026-03-24T19:41:30.141Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-24T19:41:31.554Z Compiling subprocess v0.2.15
28922026-03-24T19:41:32.578Z Compiling rtoolbox v0.0.3
28932026-03-24T19:41:32.896Z Compiling assert_matches v1.5.0
28942026-03-24T19:41:33.061Z Compiling seq-macro v0.3.6
28952026-03-24T19:41:33.743Z Compiling rpassword v7.4.0
28962026-03-24T19:41:34.103Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-03-24T19:41:34.294Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-24T19:41:35.341Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-24T19:41:36.320Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-24T19:41:36.475Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-24T19:41:37.051Z Compiling tui-tree-widget v0.23.1
29022026-03-24T19:41:37.422Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-24T19:41:37.757Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-24T19:41:38.393Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-24T19:41:39.533Z Compiling uzers v0.12.2
29062026-03-24T19:41:40.715Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-24T19:41:41.375Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-24T19:41:44.121Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-24T19:41:45.606Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-24T19:41:45.960Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-24T19:41:48.723Z Compiling support-bundle-viewer v0.1.2
29122026-03-24T19:41:49.960Z Compiling multimap v0.10.1
29132026-03-24T19:42:12.406Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-24T19:42:14.993Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-24T19:42:17.033Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-24T19:49:21.477Z Finished `release` profile [optimized] target(s) in 10m 03s
29172026-03-24T19:50:16.598Z
29182026-03-24T19:50:16.604Zreal 10:59.732394604
29192026-03-24T19:50:16.604Zuser 1:42:18.442232591
29202026-03-24T19:50:16.605Zsys 4:16.509715901
29212026-03-24T19:50:16.605Ztrap 2.322302757
29222026-03-24T19:50:16.605Ztflt 2.252228530
29232026-03-24T19:50:16.605Zdflt 18.194044467
29242026-03-24T19:50:16.605Zkflt 0.088028504
29252026-03-24T19:50:16.605Zlock 8:09:54.655531756
29262026-03-24T19:50:16.605Zslp 2:49:48.389618966
29272026-03-24T19:50:16.605Zlat 2:50.844482369
29282026-03-24T19:50:16.605Zstop 7:27.467483063
29292026-03-24T19:50:16.605Z+ mapfile -t packages
29302026-03-24T19:50:16.605Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-24T19:50:18.018Z Finished `release` profile [optimized] target(s) in 1.32s
29322026-03-24T19:50:18.026Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-24T19:50:18.078ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-24T19:50:18.083Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-24T19:50:18.822Z Compiling libc v0.2.180
29362026-03-24T19:50:18.822Z Compiling serde v1.0.228
29372026-03-24T19:50:18.905Z Compiling serde_core v1.0.228
29382026-03-24T19:50:18.905Z Compiling rustix v1.1.3
29392026-03-24T19:50:18.935Z Compiling bitflags v2.11.0
29402026-03-24T19:50:18.938Z Compiling serde_json v1.0.149
29412026-03-24T19:50:18.988Z Compiling num-traits v0.2.19
29422026-03-24T19:50:19.005Z Compiling syn v2.0.117
29432026-03-24T19:50:19.021Z Compiling smallvec v1.15.1
29442026-03-24T19:50:19.024Z Compiling hashbrown v0.16.1
29452026-03-24T19:50:19.063Z Compiling usdt-impl v0.5.0
29462026-03-24T19:50:19.081Z Compiling syn v1.0.109
29472026-03-24T19:50:19.098Z Compiling getrandom v0.4.1
29482026-03-24T19:50:19.114Z Compiling percent-encoding v2.3.2
29492026-03-24T19:50:19.241Z Compiling log v0.4.29
29502026-03-24T19:50:19.372Z Compiling form_urlencoded v1.2.2
29512026-03-24T19:50:19.622Z Compiling fs-err v3.3.0
29522026-03-24T19:50:19.626Z Compiling anyhow v1.0.102
29532026-03-24T19:50:19.672Z Compiling heck v0.4.1
29542026-03-24T19:50:19.678Z Compiling once_cell v1.21.3
29552026-03-24T19:50:19.838Z Compiling indexmap v2.13.0
29562026-03-24T19:50:19.985Z Compiling thread-id v4.2.2
29572026-03-24T19:50:20.007Z Compiling errno v0.3.14
29582026-03-24T19:50:20.057Z Compiling memmap v0.7.0
29592026-03-24T19:50:20.457Z Compiling ordered-float v2.10.1
29602026-03-24T19:50:21.160Z Compiling proc-macro-error v1.0.4
29612026-03-24T19:50:21.453Z Compiling terminal_size v0.4.3
29622026-03-24T19:50:21.453Z Compiling tempfile v3.25.0
29632026-03-24T19:50:21.485Z Compiling tabled_derive v0.7.0
29642026-03-24T19:50:21.589Z Compiling clap_builder v4.5.60
29652026-03-24T19:50:21.589Z Compiling textwrap v0.16.2
29662026-03-24T19:50:21.750Z Compiling camino-tempfile v1.4.1
29672026-03-24T19:50:22.328Z Compiling tabled v0.15.0
29682026-03-24T19:50:22.626Z Compiling synstructure v0.13.2
29692026-03-24T19:50:22.626Z Compiling pest_generator v2.8.6
29702026-03-24T19:50:23.167Z Compiling serde_derive v1.0.228
29712026-03-24T19:50:23.167Z Compiling zerovec-derive v0.11.2
29722026-03-24T19:50:23.167Z Compiling displaydoc v0.2.5
29732026-03-24T19:50:23.170Z Compiling thiserror-impl v1.0.69
29742026-03-24T19:50:23.170Z Compiling zerocopy-derive v0.7.35
29752026-03-24T19:50:23.170Z Compiling scroll_derive v0.12.1
29762026-03-24T19:50:23.171Z Compiling thiserror-impl v2.0.18
29772026-03-24T19:50:23.171Z Compiling clap_derive v4.5.55
29782026-03-24T19:50:23.226Z Compiling zerofrom-derive v0.1.6
29792026-03-24T19:50:23.336Z Compiling yoke-derive v0.8.1
29802026-03-24T19:50:24.063Z Compiling pest_derive v2.8.6
29812026-03-24T19:50:24.173Z Compiling scroll v0.12.0
29822026-03-24T19:50:24.315Z Compiling zerocopy v0.7.35
29832026-03-24T19:50:24.547Z Compiling goblin v0.8.2
29842026-03-24T19:50:24.759Z Compiling thiserror v1.0.69
29852026-03-24T19:50:24.902Z Compiling zerofrom v0.1.6
29862026-03-24T19:50:24.917Z Compiling dtrace-parser v0.2.0
29872026-03-24T19:50:24.936Z Compiling thiserror v2.0.18
29882026-03-24T19:50:25.092Z Compiling yoke v0.8.1
29892026-03-24T19:50:25.332Z Compiling zerovec v0.11.5
29902026-03-24T19:50:25.379Z Compiling zerotrie v0.2.3
29912026-03-24T19:50:25.560Z Compiling clap v4.5.60
29922026-03-24T19:50:26.160Z Compiling tinystr v0.8.2
29932026-03-24T19:50:26.461Z Compiling icu_locale_core v2.1.1
29942026-03-24T19:50:26.958Z Compiling potential_utf v0.1.4
29952026-03-24T19:50:27.260Z Compiling icu_collections v2.1.1
29962026-03-24T19:50:27.543Z Compiling icu_provider v2.1.1
29972026-03-24T19:50:27.761Z Compiling serde_spanned v0.6.9
29982026-03-24T19:50:27.801Z Compiling toml_datetime v0.6.11
29992026-03-24T19:50:27.944Z Compiling icu_normalizer v2.1.1
30002026-03-24T19:50:27.963Z Compiling icu_properties v2.1.2
30012026-03-24T19:50:27.989Z Compiling serde-value v0.7.0
30022026-03-24T19:50:28.124Z Compiling toml_edit v0.22.27
30032026-03-24T19:50:28.218Z Compiling dof v0.3.0
30042026-03-24T19:50:28.332Z Compiling cargo-platform v0.2.0
30052026-03-24T19:50:28.361Z Compiling macaddr v1.0.1
30062026-03-24T19:50:28.448Z Compiling serde_tokenstream v0.2.3
30072026-03-24T19:50:29.311Z Compiling idna_adapter v1.2.1
30082026-03-24T19:50:29.497Z Compiling idna v1.1.0
30092026-03-24T19:50:29.512Z Compiling usdt-attr-macro v0.5.0
30102026-03-24T19:50:29.531Z Compiling usdt-macro v0.5.0
30112026-03-24T19:50:29.942Z Compiling url v2.5.8
30122026-03-24T19:50:30.302Z Compiling usdt v0.5.0
30132026-03-24T19:50:30.334Z Compiling toml v0.8.23
30142026-03-24T19:50:30.938Z Compiling cargo-util-schemas v0.8.2
30152026-03-24T19:50:30.939Z Compiling cargo_toml v0.21.0
30162026-03-24T19:50:34.356Z Compiling cargo_metadata v0.21.0
30172026-03-24T19:50:37.210Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-24T19:50:40.684Z Finished `release` profile [optimized] target(s) in 22.47s
30192026-03-24T19:50:40.723Z
30202026-03-24T19:50:40.726Zreal 22.603165963
30212026-03-24T19:50:40.727Zuser 3:10.180099848
30222026-03-24T19:50:40.727Zsys 21.318541031
30232026-03-24T19:50:40.727Ztrap 0.082407903
30242026-03-24T19:50:40.727Ztflt 0.763808770
30252026-03-24T19:50:40.727Zdflt 1.872082322
30262026-03-24T19:50:40.727Zkflt 0.000055597
30272026-03-24T19:50:40.727Zlock 7:22.599298208
30282026-03-24T19:50:40.727Zslp 4:35.182574464
30292026-03-24T19:50:40.727Zlat 7.454409707
30302026-03-24T19:50:40.727Zstop 28.287670769
30312026-03-24T19:50:40.727Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T19:50:40.727Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-24T19:50:40.727Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T19:50:40.728Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-24T19:50:40.728Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-24T19:50:42.047Z Compiling regress v0.10.5
30372026-03-24T19:50:42.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-24T19:50:42.247Z Compiling serde_spanned v1.0.4
30392026-03-24T19:50:42.265Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-24T19:50:42.271Z Compiling newtype-uuid-macros v0.1.0
30412026-03-24T19:50:42.271Z Compiling progenitor-client v0.13.0
30422026-03-24T19:50:42.271Z Compiling structmeta-derive v0.3.0
30432026-03-24T19:50:42.271Z Compiling rustls v0.22.4
30442026-03-24T19:50:42.271Z Compiling rustls-webpki v0.102.8
30452026-03-24T19:50:42.271Z Compiling multer v3.1.0
30462026-03-24T19:50:42.284Z Compiling debug-ignore v1.0.5
30472026-03-24T19:50:42.439Z Compiling match_cfg v0.1.0
30482026-03-24T19:50:42.446Z Compiling slog-json v2.6.1
30492026-03-24T19:50:42.447Z Compiling async-stream-impl v0.3.6
30502026-03-24T19:50:42.461Z Compiling dropshot v0.16.7
30512026-03-24T19:50:42.489Z Compiling itertools v0.14.0
30522026-03-24T19:50:42.519Z Compiling toml v0.9.12+spec-1.1.0
30532026-03-24T19:50:42.596Z Compiling hostname v0.3.1
30542026-03-24T19:50:42.600Z Compiling waitgroup v0.1.2
30552026-03-24T19:50:42.600Z Compiling rustls-pemfile v2.2.0
30562026-03-24T19:50:42.737Z Compiling slog-bunyan v2.5.0
30572026-03-24T19:50:42.791Z Compiling dropshot_endpoint v0.16.7
30582026-03-24T19:50:42.902Z Compiling serde_path_to_error v0.1.20
30592026-03-24T19:50:42.909Z Compiling hostname v0.4.2
30602026-03-24T19:50:42.966Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-24T19:50:42.970Z Compiling macaddr v1.0.1
30622026-03-24T19:50:42.970Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-24T19:50:43.041Z Compiling progenitor-client v0.10.0
30642026-03-24T19:50:43.087Z Compiling instant v0.1.13
30652026-03-24T19:50:43.229Z Compiling backon v1.6.0
30662026-03-24T19:50:43.256Z Compiling backoff v0.4.0
30672026-03-24T19:50:43.339Z Compiling async-stream v0.3.6
30682026-03-24T19:50:43.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-24T19:50:43.364Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-24T19:50:43.395Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-03-24T19:50:43.425Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T19:50:43.480Z Compiling progenitor-extras v0.1.1
30732026-03-24T19:50:43.486Z Compiling unsafe-libyaml v0.2.11
30742026-03-24T19:50:43.522Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-03-24T19:50:43.549Z Compiling secrecy v0.10.3
30762026-03-24T19:50:43.574Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-03-24T19:50:43.579Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30782026-03-24T19:50:43.718Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-24T19:50:43.810Z Compiling heapless v0.8.0
30802026-03-24T19:50:43.831Z Compiling structmeta v0.3.0
30812026-03-24T19:50:43.858Z Compiling hash32 v0.3.1
30822026-03-24T19:50:43.898Z Compiling smoltcp v0.11.0
30832026-03-24T19:50:43.982Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-03-24T19:50:43.986Z Compiling toml v0.8.23
30852026-03-24T19:50:44.083Z Compiling tabwriter v1.4.1
30862026-03-24T19:50:44.104Z Compiling cobs v0.3.0
30872026-03-24T19:50:44.151Z Compiling derive-ex v0.1.8
30882026-03-24T19:50:44.224Z Compiling parse-display-derive v0.10.0
30892026-03-24T19:50:44.255Z Compiling serde_yaml v0.9.34+deprecated
30902026-03-24T19:50:44.322Z Compiling ingot-macros v0.1.1
30912026-03-24T19:50:44.380Z Compiling proc-macro-crate v3.4.0
30922026-03-24T19:50:44.488Z Compiling foreign-types-macros v0.2.3
30932026-03-24T19:50:44.492Z Compiling cpufeatures v0.3.0
30942026-03-24T19:50:44.521Z Compiling foreign-types-shared v0.3.1
30952026-03-24T19:50:44.548Z Compiling convert_case v0.4.0
30962026-03-24T19:50:44.619Z Compiling chacha20 v0.10.0
30972026-03-24T19:50:44.671Z Compiling typify-impl v0.6.1
30982026-03-24T19:50:44.816Z Compiling postcard v1.1.3
30992026-03-24T19:50:45.068Z Compiling proc-macro-crate v1.3.1
31002026-03-24T19:50:45.072Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-03-24T19:50:45.123Z Compiling derive_more v0.99.20
31022026-03-24T19:50:45.127Z Compiling universal-hash v0.5.1
31032026-03-24T19:50:45.173Z Compiling num_enum_derive v0.7.5
31042026-03-24T19:50:45.303Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-24T19:50:45.330Z Compiling foreign-types v0.5.0
31062026-03-24T19:50:45.356Z Compiling cstr-argument v0.1.2
31072026-03-24T19:50:45.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-24T19:50:45.465Z Compiling tokio-rustls v0.25.0
31092026-03-24T19:50:45.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31102026-03-24T19:50:45.667Z Compiling opaque-debug v0.3.1
31112026-03-24T19:50:45.691Z Compiling colored v3.1.1
31122026-03-24T19:50:45.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-03-24T19:50:45.747Z Compiling num_enum_derive v0.5.11
31142026-03-24T19:50:45.888Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-24T19:50:45.912Z Compiling rand v0.10.0
31162026-03-24T19:50:45.933Z Compiling half v2.7.1
31172026-03-24T19:50:46.217Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-24T19:50:46.248Z Compiling ciborium-io v0.2.2
31192026-03-24T19:50:46.389Z Compiling ciborium-ll v0.2.2
31202026-03-24T19:50:46.413Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31212026-03-24T19:50:46.436Z Compiling camino-tempfile v1.4.1
31222026-03-24T19:50:46.608Z Compiling test-strategy v0.4.5
31232026-03-24T19:50:46.670Z Compiling parse-display v0.10.0
31242026-03-24T19:50:46.700Z Compiling num_enum v0.7.5
31252026-03-24T19:50:46.704Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-03-24T19:50:46.704Z Compiling ciborium v0.2.2
31272026-03-24T19:50:46.774Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-03-24T19:50:46.851Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-03-24T19:50:46.878Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31302026-03-24T19:50:46.920Z Compiling smf v0.2.3
31312026-03-24T19:50:46.951Z Compiling aead v0.5.2
31322026-03-24T19:50:47.151Z Compiling num-derive v0.4.2
31332026-03-24T19:50:47.176Z Compiling sigpipe v0.1.3
31342026-03-24T19:50:47.207Z Compiling glob v0.3.3
31352026-03-24T19:50:47.214Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-24T19:50:47.257Z Compiling num_enum v0.5.11
31372026-03-24T19:50:47.261Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31382026-03-24T19:50:47.319Z Compiling poly1305 v0.8.0
31392026-03-24T19:50:47.439Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-24T19:50:47.534Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-24T19:50:47.599Z Compiling chacha20 v0.9.1
31422026-03-24T19:50:47.626Z Compiling whoami v1.6.1
31432026-03-24T19:50:47.666Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-24T19:50:47.839Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-24T19:50:47.843Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-24T19:50:47.943Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-24T19:50:48.040Z Compiling byte-wrapper v0.1.0
31482026-03-24T19:50:48.067Z Compiling password-hash v0.5.0
31492026-03-24T19:50:48.189Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-24T19:50:48.313Z Compiling blake2 v0.10.6
31512026-03-24T19:50:48.390Z Compiling indent_write v2.2.0
31522026-03-24T19:50:48.418Z Compiling ingot-types v0.1.2
31532026-03-24T19:50:48.418Z Compiling chacha20poly1305 v0.10.1
31542026-03-24T19:50:48.475Z Compiling num-rational v0.4.2
31552026-03-24T19:50:48.500Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-03-24T19:50:48.534Z Compiling num-complex v0.4.6
31572026-03-24T19:50:48.606Z Compiling prettyplease v0.2.37
31582026-03-24T19:50:48.679Z Compiling argon2 v0.5.3
31592026-03-24T19:50:48.704Z Compiling float-ord v0.3.2
31602026-03-24T19:50:48.814Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-03-24T19:50:48.892Z Compiling gethostname v0.5.0
31622026-03-24T19:50:48.949Z Compiling ingot v0.1.1
31632026-03-24T19:50:48.972Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31642026-03-24T19:50:49.061Z Compiling usdt-macro v0.5.0
31652026-03-24T19:50:49.088Z Compiling num v0.4.3
31662026-03-24T19:50:49.118Z Compiling usdt-attr-macro v0.5.0
31672026-03-24T19:50:49.155Z Compiling derive-where v1.6.0
31682026-03-24T19:50:49.219Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-03-24T19:50:49.283Z Compiling memmap v0.7.0
31702026-03-24T19:50:49.389Z Compiling atomicwrites v0.4.4
31712026-03-24T19:50:49.554Z Compiling thiserror-no-std v2.0.2
31722026-03-24T19:50:49.579Z Compiling cancel-safe-futures v0.1.5
31732026-03-24T19:50:49.603Z Compiling owo-colors v4.3.0
31742026-03-24T19:50:49.633Z Compiling libsw-core v0.3.2
31752026-03-24T19:50:49.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-24T19:50:49.712Z Compiling vsss-rs v3.3.4
31772026-03-24T19:50:49.909Z Compiling async-recursion v1.1.1
31782026-03-24T19:50:49.944Z Compiling resolv-conf v0.7.6
31792026-03-24T19:50:50.079Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-03-24T19:50:50.235Z Compiling usdt v0.5.0
31812026-03-24T19:50:50.301Z Compiling libsw v3.5.0
31822026-03-24T19:50:50.438Z Compiling typify-impl v0.4.3
31832026-03-24T19:50:50.567Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31842026-03-24T19:50:50.609Z Compiling libefi-sys v0.1.0
31852026-03-24T19:50:50.633Z Compiling linear-map v1.2.0
31862026-03-24T19:50:50.709Z Compiling hickory-proto v0.24.4
31872026-03-24T19:50:50.737Z Compiling newline-converter v0.3.0
31882026-03-24T19:50:50.741Z Compiling console v0.15.11
31892026-03-24T19:50:50.866Z Compiling bitfield-struct v0.6.2
31902026-03-24T19:50:50.919Z Compiling linked-hash-map v0.5.6
31912026-03-24T19:50:50.924Z Compiling semver v0.1.20
31922026-03-24T19:50:51.022Z Compiling pin-project-internal v1.1.11
31932026-03-24T19:50:51.075Z Compiling slog-dtrace v0.3.0
31942026-03-24T19:50:51.200Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31952026-03-24T19:50:51.270Z Compiling expectorate v1.2.0
31962026-03-24T19:50:51.296Z Compiling rustc_version v0.1.7
31972026-03-24T19:50:51.356Z Compiling lru-cache v0.1.2
31982026-03-24T19:50:51.384Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-24T19:50:51.413Z Compiling typify-macro v0.6.1
32002026-03-24T19:50:51.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-24T19:50:51.534Z Compiling minimal-lexical v0.2.1
32022026-03-24T19:50:51.600Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-03-24T19:50:51.629Z Compiling newtype_derive v0.1.6
32042026-03-24T19:50:51.654Z Compiling tokio-dtrace v0.1.1
32052026-03-24T19:50:51.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-03-24T19:50:51.796Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-24T19:50:51.800Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-03-24T19:50:51.901Z Compiling nom v7.1.3
32092026-03-24T19:50:51.929Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-24T19:50:51.933Z Compiling phf_shared v0.12.1
32112026-03-24T19:50:52.038Z Compiling pem v3.0.6
32122026-03-24T19:50:52.076Z Compiling snafu-derive v0.8.9
32132026-03-24T19:50:52.227Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-03-24T19:50:52.252Z Compiling csv-core v0.1.13
32152026-03-24T19:50:52.408Z Compiling xshell-macros v0.2.7
32162026-03-24T19:50:52.521Z Compiling same-file v1.0.6
32172026-03-24T19:50:52.603Z Compiling highway v1.3.0
32182026-03-24T19:50:52.630Z Compiling base64 v0.21.7
32192026-03-24T19:50:52.666Z Compiling pin-project v1.1.11
32202026-03-24T19:50:52.840Z Compiling chrono-tz v0.10.4
32212026-03-24T19:50:52.867Z Compiling walkdir v2.5.0
32222026-03-24T19:50:52.991Z Compiling xshell v0.2.7
32232026-03-24T19:50:53.105Z Compiling const_format_proc_macros v0.2.34
32242026-03-24T19:50:53.157Z Compiling csv v1.4.0
32252026-03-24T19:50:53.188Z Compiling phf v0.12.1
32262026-03-24T19:50:53.303Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32272026-03-24T19:50:53.339Z Compiling oxide-tokio-rt v0.1.3
32282026-03-24T19:50:53.500Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-24T19:50:53.528Z Compiling globset v0.4.18
32302026-03-24T19:50:53.631Z Compiling olpc-cjson v0.1.4
32312026-03-24T19:50:53.746Z Compiling primeorder v0.13.6
32322026-03-24T19:50:53.773Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32332026-03-24T19:50:53.885Z Compiling hickory-resolver v0.24.4
32342026-03-24T19:50:53.889Z Compiling serde_plain v1.0.2
32352026-03-24T19:50:53.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-03-24T19:50:53.973Z Compiling typify v0.6.1
32372026-03-24T19:50:53.977Z Compiling typed-path v0.9.3
32382026-03-24T19:50:54.140Z Compiling progenitor-impl v0.13.0
32392026-03-24T19:50:54.167Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-03-24T19:50:54.304Z Compiling const_format v0.2.35
32412026-03-24T19:50:54.459Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-24T19:50:54.561Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-03-24T19:50:54.685Z Compiling tabled_derive v0.7.0
32442026-03-24T19:50:54.776Z Compiling bcs v0.1.6
32452026-03-24T19:50:54.954Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-03-24T19:50:55.117Z Compiling snafu v0.8.9
32472026-03-24T19:50:55.227Z Compiling salty v0.3.0
32482026-03-24T19:50:55.284Z Compiling radium v0.7.0
32492026-03-24T19:50:55.372Z Compiling qorb v0.4.1
32502026-03-24T19:50:55.465Z Compiling termtree v0.5.1
32512026-03-24T19:50:55.584Z Compiling tough v0.20.0
32522026-03-24T19:50:55.642Z Compiling utf-8 v0.7.6
32532026-03-24T19:50:55.668Z Compiling textwrap v0.16.2
32542026-03-24T19:50:55.770Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-03-24T19:50:55.822Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-03-24T19:50:55.903Z Compiling tungstenite v0.21.0
32572026-03-24T19:50:56.066Z Compiling tabled v0.15.0
32582026-03-24T19:50:56.094Z Compiling steno v0.4.1
32592026-03-24T19:50:56.120Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-03-24T19:50:56.263Z Compiling humantime v2.3.0
32612026-03-24T19:50:56.290Z Compiling maybe-uninit v2.0.0
32622026-03-24T19:50:56.335Z Compiling tap v1.0.1
32632026-03-24T19:50:56.526Z Compiling wyz v0.5.1
32642026-03-24T19:50:56.670Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-24T19:50:56.704Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-24T19:50:56.842Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-24T19:50:56.964Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-24T19:50:57.126Z Compiling tokio-tungstenite v0.21.0
32692026-03-24T19:50:57.171Z Compiling typify-macro v0.4.3
32702026-03-24T19:50:57.184Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-24T19:50:57.457Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-24T19:50:57.580Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-03-24T19:50:57.831Z Compiling p384 v0.13.1
32742026-03-24T19:50:58.020Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-03-24T19:50:58.048Z Compiling arc-swap v1.8.2
32762026-03-24T19:50:58.087Z Compiling progenitor-macro v0.13.0
32772026-03-24T19:50:58.214Z Compiling funty v2.0.0
32782026-03-24T19:50:58.496Z Compiling tagptr v0.2.0
32792026-03-24T19:50:58.654Z Compiling packed_struct v0.10.1
32802026-03-24T19:50:58.737Z Compiling moka v0.12.13
32812026-03-24T19:50:59.041Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-24T19:50:59.108Z Compiling bitvec v1.0.1
32832026-03-24T19:50:59.194Z Compiling slog-scope v4.4.1
32842026-03-24T19:50:59.385Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-24T19:50:59.557Z Compiling polyval v0.6.2
32862026-03-24T19:50:59.655Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T19:50:59.682Z Compiling typify v0.4.3
32882026-03-24T19:50:59.711Z Compiling packed_struct_codegen v0.10.1
32892026-03-24T19:50:59.770Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-03-24T19:50:59.799Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-03-24T19:50:59.850Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-03-24T19:50:59.876Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-03-24T19:50:59.905Z Compiling progenitor-impl v0.10.0
32942026-03-24T19:51:00.149Z Compiling zerocopy-derive v0.6.6
32952026-03-24T19:51:00.704Z Compiling bitfield-macros v0.19.4
32962026-03-24T19:51:00.780Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-24T19:51:01.134Z Compiling indexmap v1.9.3
32982026-03-24T19:51:01.261Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32992026-03-24T19:51:01.292Z Compiling crc-catalog v2.4.0
33002026-03-24T19:51:01.324Z Compiling nodrop v0.1.14
33012026-03-24T19:51:01.366Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-03-24T19:51:01.390Z Compiling parking_lot_core v0.8.6
33032026-03-24T19:51:01.464Z Compiling array-init v0.0.4
33042026-03-24T19:51:01.491Z Compiling crc v3.4.0
33052026-03-24T19:51:01.517Z Compiling zerocopy v0.6.6
33062026-03-24T19:51:01.687Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-03-24T19:51:01.751Z Compiling bitfield v0.19.4
33082026-03-24T19:51:01.802Z Compiling proc-macro-error2 v2.0.1
33092026-03-24T19:51:01.882Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-03-24T19:51:02.026Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33112026-03-24T19:51:02.052Z Compiling ghash v0.5.1
33122026-03-24T19:51:02.209Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-24T19:51:02.241Z Compiling hickory-resolver v0.25.2
33142026-03-24T19:51:02.270Z Compiling smallvec v0.6.14
33152026-03-24T19:51:02.301Z Compiling slog-stdlog v4.1.1
33162026-03-24T19:51:02.332Z Compiling git-stub v1.0.0
33172026-03-24T19:51:02.359Z Compiling ctr v0.9.2
33182026-03-24T19:51:02.446Z Compiling num-derive v0.3.3
33192026-03-24T19:51:02.595Z Compiling lzma-sys v0.1.20
33202026-03-24T19:51:02.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-03-24T19:51:02.695Z Compiling unicase v2.9.0
33222026-03-24T19:51:02.759Z Compiling hashbrown v0.12.3
33232026-03-24T19:51:02.955Z Compiling aes-gcm v0.10.3
33242026-03-24T19:51:03.017Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-03-24T19:51:03.145Z Compiling mime_guess v2.0.5
33262026-03-24T19:51:03.228Z Compiling git-stub-vcs v0.1.0
33272026-03-24T19:51:03.254Z Compiling serde-hex v0.1.0
33282026-03-24T19:51:03.339Z Compiling slog-envlogger v2.2.0
33292026-03-24T19:51:03.615Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-03-24T19:51:03.751Z Compiling progenitor-macro v0.10.0
33312026-03-24T19:51:03.777Z Compiling libscf-sys v1.1.0
33322026-03-24T19:51:03.781Z Compiling tabled_derive v0.11.0
33332026-03-24T19:51:03.836Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-24T19:51:03.881Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-03-24T19:51:03.997Z Compiling progenitor-impl v0.11.2
33362026-03-24T19:51:04.029Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-24T19:51:04.174Z Compiling ron v0.8.1
33382026-03-24T19:51:04.244Z Compiling papergrid v0.17.0
33392026-03-24T19:51:04.355Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-24T19:51:04.792Z Compiling cargo_toml v0.22.3
33412026-03-24T19:51:04.942Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-24T19:51:05.039Z Compiling hashbrown v0.13.2
33432026-03-24T19:51:05.064Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-03-24T19:51:05.543Z Compiling testing_table v0.3.0
33452026-03-24T19:51:05.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33462026-03-24T19:51:05.620Z Compiling progenitor v0.13.0
33472026-03-24T19:51:05.763Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-03-24T19:51:05.821Z Compiling ssh-encoding v0.2.0
33492026-03-24T19:51:05.827Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33502026-03-24T19:51:05.827Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-03-24T19:51:05.907Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-03-24T19:51:06.053Z Compiling blowfish v0.9.1
33532026-03-24T19:51:06.126Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-24T19:51:06.215Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-24T19:51:06.400Z Compiling nibble_vec v0.1.0
33562026-03-24T19:51:06.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-03-24T19:51:06.518Z Compiling corncobs v0.1.4
33582026-03-24T19:51:06.592Z Compiling endian-type v0.1.2
33592026-03-24T19:51:06.617Z Compiling crc-any v2.5.0
33602026-03-24T19:51:06.642Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-03-24T19:51:06.726Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-24T19:51:06.776Z Compiling radix_trie v0.2.1
33632026-03-24T19:51:06.776Z Compiling bcrypt-pbkdf v0.10.0
33642026-03-24T19:51:06.829Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-03-24T19:51:06.925Z Compiling ssh-cipher v0.2.0
33662026-03-24T19:51:07.049Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33672026-03-24T19:51:07.254Z Compiling object v0.30.4
33682026-03-24T19:51:07.337Z Compiling tabled v0.20.0
33692026-03-24T19:51:07.342Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-24T19:51:07.890Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-03-24T19:51:07.911Z Compiling parking_lot v0.11.2
33722026-03-24T19:51:08.063Z Compiling progenitor-macro v0.11.2
33732026-03-24T19:51:08.305Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-03-24T19:51:08.479Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-03-24T19:51:08.698Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-24T19:51:09.060Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33772026-03-24T19:51:09.091Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-24T19:51:09.427Z Compiling progenitor-client v0.11.2
33792026-03-24T19:51:09.652Z Compiling prefix-trie v0.7.0
33802026-03-24T19:51:09.728Z Compiling password-hash v0.4.2
33812026-03-24T19:51:09.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-03-24T19:51:09.914Z Compiling fxhash v0.2.1
33832026-03-24T19:51:10.066Z Compiling secrecy v0.8.0
33842026-03-24T19:51:10.119Z Compiling path-slash v0.1.5
33852026-03-24T19:51:10.157Z Compiling half v1.8.3
33862026-03-24T19:51:10.232Z Compiling http-range v0.1.5
33872026-03-24T19:51:10.322Z Compiling hickory-server v0.25.2
33882026-03-24T19:51:10.351Z Compiling pbkdf2 v0.11.0
33892026-03-24T19:51:10.420Z Compiling sled v0.34.7
33902026-03-24T19:51:10.489Z Compiling serde_cbor v0.11.2
33912026-03-24T19:51:10.589Z Compiling xz2 v0.1.7
33922026-03-24T19:51:10.683Z Compiling ron v0.12.0
33932026-03-24T19:51:10.927Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-03-24T19:51:11.216Z Compiling progenitor v0.10.0
33952026-03-24T19:51:11.360Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-03-24T19:51:11.439Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33972026-03-24T19:51:11.585Z Compiling ssh-key v0.6.7
33982026-03-24T19:51:11.649Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33992026-03-24T19:51:11.804Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-03-24T19:51:12.166Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34012026-03-24T19:51:12.790Z Compiling hickory-client v0.25.2
34022026-03-24T19:51:13.091Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-03-24T19:51:13.114Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34042026-03-24T19:51:13.227Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34052026-03-24T19:51:13.289Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-24T19:51:13.935Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34072026-03-24T19:51:14.098Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-24T19:51:14.174Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-24T19:51:14.314Z Compiling p521 v0.13.3
34102026-03-24T19:51:14.638Z Compiling p256 v0.13.2
34112026-03-24T19:51:14.697Z Compiling yasna v0.5.2
34122026-03-24T19:51:14.842Z Compiling kstat-rs v0.2.4
34132026-03-24T19:51:15.024Z Compiling headers-core v0.3.0
34142026-03-24T19:51:15.125Z Compiling nanorand v0.7.0
34152026-03-24T19:51:15.200Z Compiling atty v0.2.14
34162026-03-24T19:51:15.224Z Compiling russh-cryptovec v0.7.3
34172026-03-24T19:51:15.250Z Compiling crc8 v0.1.1
34182026-03-24T19:51:15.280Z Compiling base16ct v1.0.0
34192026-03-24T19:51:15.304Z Compiling home v0.5.12
34202026-03-24T19:51:15.368Z Compiling md5 v0.7.0
34212026-03-24T19:51:15.434Z Compiling flume v0.11.1
34222026-03-24T19:51:15.471Z Compiling progenitor v0.11.2
34232026-03-24T19:51:15.531Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34242026-03-24T19:51:15.536Z Compiling rcgen v0.12.1
34252026-03-24T19:51:15.536Z Compiling headers v0.4.1
34262026-03-24T19:51:15.606Z Compiling russh-keys v0.45.0
34272026-03-24T19:51:15.663Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-03-24T19:51:15.686Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-03-24T19:51:15.715Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-03-24T19:51:15.790Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-03-24T19:51:15.817Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-24T19:51:15.887Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-24T19:51:16.218Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-03-24T19:51:16.374Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-03-24T19:51:16.686Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362026-03-24T19:51:16.798Z Compiling hyper-staticfile v0.10.1
34372026-03-24T19:51:16.832Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-03-24T19:51:17.229Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-24T19:51:17.362Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-24T19:51:17.389Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-24T19:51:17.519Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-24T19:51:17.762Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-24T19:51:17.795Z Compiling num-bigint v0.4.6
34442026-03-24T19:51:17.824Z Compiling des v0.8.1
34452026-03-24T19:51:17.926Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34462026-03-24T19:51:17.989Z Compiling subprocess v0.2.15
34472026-03-24T19:51:18.125Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-24T19:51:18.161Z Compiling display-error-chain v0.2.2
34492026-03-24T19:51:18.378Z Compiling hex-literal v0.4.1
34502026-03-24T19:51:18.560Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-24T19:51:18.682Z Compiling colored v2.2.0
34522026-03-24T19:51:18.723Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-03-24T19:51:18.748Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-24T19:51:19.074Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-03-24T19:51:19.110Z Compiling socket2 v0.5.10
34562026-03-24T19:51:19.224Z Compiling internet-checksum v0.2.1
34572026-03-24T19:51:19.734Z Compiling russh v0.45.0
34582026-03-24T19:51:20.070Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-03-24T19:51:26.057Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-24T19:51:40.781Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-24T19:51:40.783Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-24T19:51:40.783Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-24T19:51:40.783Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-03-24T19:51:40.783Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-24T19:51:40.783Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-24T19:51:44.831Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-24T19:52:14.959Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-24T19:52:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34692026-03-24T19:52:40.931Z
34702026-03-24T19:52:40.934Zreal 2:00.116250283
34712026-03-24T19:52:40.934Zuser 11:52.304342136
34722026-03-24T19:52:40.934Zsys 2:06.252325020
34732026-03-24T19:52:40.935Ztrap 0.364483448
34742026-03-24T19:52:40.935Ztflt 0.500728557
34752026-03-24T19:52:40.935Zdflt 1.644952752
34762026-03-24T19:52:40.935Zkflt 0.000402456
34772026-03-24T19:52:40.935Zlock 41:30.028231848
34782026-03-24T19:52:40.935Zslp 26:54.578853814
34792026-03-24T19:52:40.935Zlat 46.986722988
34802026-03-24T19:52:40.935Zstop 4:01.948365187
34812026-03-24T19:52:40.935Z+ mkdir tests
34822026-03-24T19:52:40.938Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-24T19:52:40.938Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-24T19:52:40.974Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3bd1c6863381a81f tests/
34852026-03-24T19:52:41.005Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-521a697f1d1b465c tests/
34862026-03-24T19:52:41.036Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6723d7bac05732be tests/
34872026-03-24T19:52:41.069Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e26e07d3dba7642d tests/
34882026-03-24T19:52:41.412Z+ 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/*)
34892026-03-24T19:52:41.416Z+ 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-521a697f1d1b465c tests/commtest-6723d7bac05732be tests/dhcp_server-3bd1c6863381a81f tests/end_to_end_tests-e26e07d3dba7642d 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
34902026-03-24T19:54:20.287ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-24T19:54:20.287Za .github/buildomat/ci-env.sh 1K
34922026-03-24T19:54:20.287Za out/target/test 1K
34932026-03-24T19:54:20.287Za out/npuzone/npuzone 27402K
34942026-03-24T19:54:20.287Za package-manifest.toml 35K
34952026-03-24T19:54:20.288Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-24T19:54:20.288Za target/release/omicron-package 40565K
34972026-03-24T19:54:20.288Za target/release/xtask 11433K
34982026-03-24T19:54:20.288Za target/debug/bootstrap 338078K
34992026-03-24T19:54:20.288Za tests/bootstrap-521a697f1d1b465c 31310K
35002026-03-24T19:54:20.288Za tests/commtest-6723d7bac05732be 32395K
35012026-03-24T19:54:20.288Za tests/dhcp_server-3bd1c6863381a81f 31310K
35022026-03-24T19:54:20.288Za tests/end_to_end_tests-e26e07d3dba7642d 380303K
35032026-03-24T19:54:20.288Za out/clickhouse.tar.gz 301702K
35042026-03-24T19:54:20.288Za out/clickhouse_keeper.tar.gz 287168K
35052026-03-24T19:54:20.288Za out/clickhouse_server.tar.gz 301700K
35062026-03-24T19:54:20.288Za out/cockroachdb.tar.gz 154188K
35072026-03-24T19:54:20.289Za out/crucible-pantry-zone.tar.gz 38993K
35082026-03-24T19:54:20.289Za out/crucible-utils.tar 17744K
35092026-03-24T19:54:20.289Za out/crucible-zone.tar.gz 53131K
35102026-03-24T19:54:20.289Za out/external-dns.tar.gz 43596K
35112026-03-24T19:54:20.289Za out/internal-dns.tar.gz 43596K
35122026-03-24T19:54:20.289Za out/mg-ddm-gz.tar 78377K
35132026-03-24T19:54:20.289Za out/nexus.tar.gz 213714K
35142026-03-24T19:54:20.289Za out/ntp.tar.gz 25420K
35152026-03-24T19:54:20.289Za out/omicron-gateway-softnpu.tar.gz 28411K
35162026-03-24T19:54:20.289Za out/omicron-sled-agent.tar 187613K
35172026-03-24T19:54:20.289Za out/overlay.tar.gz 3K
35182026-03-24T19:54:20.289Za out/oximeter.tar.gz 58069K
35192026-03-24T19:54:20.290Za out/oxlog.tar 3782K
35202026-03-24T19:54:20.290Za out/probe.tar.gz 3037K
35212026-03-24T19:54:20.290Za out/propolis-server.tar.gz 33249K
35222026-03-24T19:54:20.290Za out/pumpkind-gz.tar 26647K
35232026-03-24T19:54:20.290Za out/switch-softnpu.tar.gz 369877K
35242026-03-24T19:54:20.305Z
35252026-03-24T19:54:20.305Zreal 1:38.848763389
35262026-03-24T19:54:20.305Zuser 1:35.853325794
35272026-03-24T19:54:20.305Zsys 6.071476097
35282026-03-24T19:54:20.305Ztrap 0.006568003
35292026-03-24T19:54:20.305Ztflt 0.000000000
35302026-03-24T19:54:20.305Zdflt 0.000000000
35312026-03-24T19:54:20.305Zkflt 0.000000000
35322026-03-24T19:54:20.305Zlock 0.000000000
35332026-03-24T19:54:20.305Zslp 1:35.162193758
35342026-03-24T19:54:20.305Zlat 0.598892354
35352026-03-24T19:54:20.305Zstop 0.000634368
35362026-03-24T19:54:20.305Zprocess exited: duration 1250458 ms, exit code 0
 
35372026-03-24T19:54:20.332Zfound 1 output files
35382026-03-24T19:54:20.332Zuploading: /work/package.tar.gz (2284298937 bytes)
35392026-03-24T19:54:53.804Zuploaded: /work/package.tar.gz