01KNJVNKY7CWVK244D4QBAK8FV: 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: 01KNJVNZ8MR0HQ680GN4FZQQ8S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T02:18:26.196Zjob assigned to worker 01KNJVPG6CZV1QEDE4JQEPMKXD [factory aws, i-0cc085899a2ff7b91] (queued for 59 s)
 
22026-04-07T02:18:33.439Zstarting task 0: "setup"
32026-04-07T02:18:33.445Z++ uname -s
42026-04-07T02:18:33.445Z+ kern=SunOS
52026-04-07T02:18:33.445Z+ build_user=build
62026-04-07T02:18:33.445Z+ build_uid=12345
72026-04-07T02:18:33.445Z+ work_dir=/work
82026-04-07T02:18:33.445Z+ input_dir=/input
92026-04-07T02:18:33.445Z+ [[ 0 == 12345 ]]
102026-04-07T02:18:33.445Z+ case "$kern" in
112026-04-07T02:18:33.445Z+ groupadd -g 12345 build
122026-04-07T02:18:33.452Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T02:18:35.462Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T02:18:35.563Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T02:18:35.572Z+ home_fs=zfs
162026-04-07T02:18:35.572Z+ [[ zfs == autofs ]]
172026-04-07T02:18:35.572Z+ mkdir -p /home/build
182026-04-07T02:18:35.572Z+ chown build:build /home/build /work
192026-04-07T02:18:37.559Z+ chmod 0700 /home/build /work
202026-04-07T02:18:37.567Zprocess exited: duration 4127 ms, exit code 0
 
212026-04-07T02:18:37.583Zstarting task 1: "rust-toolchain"
222026-04-07T02:18:37.589Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T02:18:37.589Z * rust toolchain channel = "1.94.0"
242026-04-07T02:18:37.589Z * rust toolchain profile = "default"
252026-04-07T02:18:37.589Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-07T02:18:37.589Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T02:18:37.590Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T02:18:37.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T02:18:37.601Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T02:18:37.745Zinfo: downloading installer
312026-04-07T02:18:39.454Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T02:18:39.454Zwarn: /opt/ooce/bin
332026-04-07T02:18:39.454Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T02:18:39.454Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T02:18:39.454Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T02:18:39.454Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T02:18:39.454Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T02:18:39.454Zerror: cannot install while Rust is installed
392026-04-07T02:18:39.454Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T02:18:39.454Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T02:18:39.454Zwarn: /home/build/.rustup/settings.toml
422026-04-07T02:18:39.454Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T02:18:39.454Zwarn: instead of the one inferred from the default host triple.
442026-04-07T02:18:39.489Zinfo: profile set to default
452026-04-07T02:18:39.489Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T02:18:39.493Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T02:18:39.636Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T02:18:39.637Zinfo: downloading 6 components
492026-04-07T02:18:54.359Z
502026-04-07T02:18:54.359Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-07T02:18:54.394Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T02:18:54.394Z
532026-04-07T02:18:54.394Z
542026-04-07T02:18:54.394ZRust is installed now. Great!
552026-04-07T02:18:54.394Z
562026-04-07T02:18:54.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T02:18:54.394Zenvironment variable. This has not been done automatically.
582026-04-07T02:18:54.394Z
592026-04-07T02:18:54.394ZTo configure your current shell, you need to source
602026-04-07T02:18:54.394Zthe corresponding env file under $HOME/.cargo.
612026-04-07T02:18:54.394Z
622026-04-07T02:18:54.394ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T02:18:54.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T02:18:54.394Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T02:18:54.394Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T02:18:54.394Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T02:18:54.394Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T02:18:54.394Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T02:18:54.397Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T02:18:54.397Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T02:18:54.498Z+ rustup --version
722026-04-07T02:18:54.504Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T02:18:54.504Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T02:18:54.526Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T02:18:54.530Z+ cargo --version
762026-04-07T02:18:54.538Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T02:18:54.541Z+ rustc --version
782026-04-07T02:18:54.564Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T02:18:54.567Zprocess exited: duration 16985 ms, exit code 0
 
802026-04-07T02:18:54.573Zstarting task 2: "authentication"
812026-04-07T02:18:54.598Zprocess exited: duration 20 ms, exit code 0
 
822026-04-07T02:18:54.608Zstarting task 3: "clone repository"
832026-04-07T02:18:54.611Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T02:18:54.615Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T02:18:54.752ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T02:19:05.114Z+ cd /work/oxidecomputer/omicron
872026-04-07T02:19:05.114Z+ git fetch origin 50642c7a3908023cccc3cc5d83e0eefc14f84159
882026-04-07T02:19:05.449ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T02:19:05.449Z * branch 50642c7a3908023cccc3cc5d83e0eefc14f84159 -> FETCH_HEAD
902026-04-07T02:19:05.464Z+ [[ -n jhendricks/r19-propolis-bump ]]
912026-04-07T02:19:05.467Z++ git branch --show-current
922026-04-07T02:19:05.467Z+ current=main
932026-04-07T02:19:05.467Z+ [[ main != jhendricks/r19-propolis-bump ]]
942026-04-07T02:19:05.471Z+ git branch -f jhendricks/r19-propolis-bump 50642c7a3908023cccc3cc5d83e0eefc14f84159
952026-04-07T02:19:05.474Z+ git checkout -f jhendricks/r19-propolis-bump
962026-04-07T02:19:05.568ZSwitched to branch 'jhendricks/r19-propolis-bump'
972026-04-07T02:19:05.571Z+ git reset --hard 50642c7a3908023cccc3cc5d83e0eefc14f84159
982026-04-07T02:19:05.659ZHEAD is now at 50642c7a3 and ls-apis has a test
992026-04-07T02:19:05.662Zprocess exited: duration 11053 ms, exit code 0
 
1002026-04-07T02:19:05.669Zstarting task 4: "build"
1012026-04-07T02:19:05.675Z+ source .github/buildomat/ci-env.sh
1022026-04-07T02:19:05.675Z++ export CARGO_TERM_COLOR=always
1032026-04-07T02:19:05.675Z++ CARGO_TERM_COLOR=always
1042026-04-07T02:19:05.675Z+ cargo --version
1052026-04-07T02:19:05.685Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T02:19:05.688Z+ rustc --version
1072026-04-07T02:19:05.709Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T02:19:05.712Z+ WORK=/work
1092026-04-07T02:19:05.712Z+ pfexec mkdir -p /work
1102026-04-07T02:19:05.716Z+ pfexec chown build /work
1112026-04-07T02:19:05.719Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-07T02:19:15.165Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-07T02:19:22.255Z Startup: Caching catalogs ... Done
1142026-04-07T02:19:27.140ZPlanning: Solver setup ... Done (3.302s)
1152026-04-07T02:19:27.161ZPlanning: Running solver ... Done (0.021s)
1162026-04-07T02:19:27.281ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-07T02:19:27.301ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-07T02:19:27.852ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-07T02:19:27.884ZPlanning: Package planning ... Done (0.032s)
1202026-04-07T02:19:27.911ZPlanning: Merging actions ... Done (0.028s)
1212026-04-07T02:19:28.162ZPlanning: Checking for conflicting actions ... Done (0.251s)
1222026-04-07T02:19:28.170ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-07T02:19:30.539ZPlanning: Evaluating mediators ... Done (2.368s)
1242026-04-07T02:19:30.544ZPlanning: Planning completed in 8.12 seconds
1252026-04-07T02:19:30.557Z Packages to install: 4
1262026-04-07T02:19:30.557Z Mediators to change: 2
1272026-04-07T02:19:30.557Z Services to change: 1
1282026-04-07T02:19:30.557Z Estimated space available: 155.35 GB
1292026-04-07T02:19:30.557ZEstimated space to be consumed: 1.84 GB
1302026-04-07T02:19:30.557Z Create boot environment: No
1312026-04-07T02:19:30.560ZCreate backup boot environment: No
1322026-04-07T02:19:30.560Z Rebuild boot archive: No
1332026-04-07T02:19:30.560Z
1342026-04-07T02:19:30.560ZChanged mediators:
1352026-04-07T02:19:30.560Z mediator clang:
1362026-04-07T02:19:30.560Z version: None -> 15 (system default)
1372026-04-07T02:19:30.560Z
1382026-04-07T02:19:30.560Z mediator llvm:
1392026-04-07T02:19:30.560Z version: 14 (system default) -> 15 (system default)
1402026-04-07T02:19:30.560Z
1412026-04-07T02:19:30.560ZChanged packages:
1422026-04-07T02:19:30.560Zhelios-dev
1432026-04-07T02:19:30.560Z developer/build-essential
1442026-04-07T02:19:30.560Z None -> 11-2.0
1452026-04-07T02:19:30.560Z library/libxmlsec1
1462026-04-07T02:19:30.560Z None -> 1.2.35-2.0
1472026-04-07T02:19:30.560Z ooce/developer/clang-15
1482026-04-07T02:19:30.560Z None -> 15.0.7-2.0
1492026-04-07T02:19:30.561Z ooce/developer/llvm-15
1502026-04-07T02:19:30.561Z None -> 15.0.7-2.0
1512026-04-07T02:19:30.561Z
1522026-04-07T02:19:30.561ZServices:
1532026-04-07T02:19:30.561Z restart_fmri:
1542026-04-07T02:19:30.561Z svc:/system/update-man-index:default
1552026-04-07T02:19:30.626Z
1562026-04-07T02:19:30.627ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-07T02:19:35.628ZDownload: 1751/3290 items 118.2/212.6MB 55% complete (23.9M/s)
1582026-04-07T02:19:38.886ZDownload: Completed 212.60 MB in 8.26 seconds (25.8M/s)
1592026-04-07T02:19:40.753Z Actions: 1/3689 actions (Installing new actions)
1602026-04-07T02:19:44.172Z Actions: Completed 3689 actions in 3.42 seconds.
1612026-04-07T02:19:44.447Z Done (0.269s)
1622026-04-07T02:19:44.447Z Done (0.000s)
1632026-04-07T02:19:45.092Z Done (0.645s)
1642026-04-07T02:19:48.947Z Done (3.514s)
1652026-04-07T02:19:49.025Z Done (0.013s)
1662026-04-07T02:19:49.029Z Done (0.000s)
1672026-04-07T02:19:49.281Z Done (0.000s)
1682026-04-07T02:19:50.145ZPlanning: Evaluating mediator changes ... Done
1692026-04-07T02:19:50.254ZPlanning: Checking for conflicting actions ... Done
1702026-04-07T02:19:50.257ZPlanning: Consolidating action changes ... Done
1712026-04-07T02:19:50.455ZPlanning: Evaluating mediators ... Done
1722026-04-07T02:19:50.458ZPlanning: Planning completed in 0.31 seconds
1732026-04-07T02:19:50.479Z Mediators to change: 2
1742026-04-07T02:19:50.480Z Create boot environment: No
1752026-04-07T02:19:50.480ZCreate backup boot environment: No
1762026-04-07T02:19:50.555Z Done
1772026-04-07T02:19:50.555Z Done
1782026-04-07T02:19:51.150Z Done
1792026-04-07T02:19:53.698Z Done
1802026-04-07T02:19:53.769Z Done
1812026-04-07T02:19:53.773Z Done
1822026-04-07T02:19:53.912Z Done
1832026-04-07T02:19:54.320ZPlanning: Evaluating mediator changes ... Done
1842026-04-07T02:19:54.324ZPlanning: Merging actions ... Done
1852026-04-07T02:19:54.462ZPlanning: Checking for conflicting actions ... Done
1862026-04-07T02:19:54.465ZPlanning: Consolidating action changes ... Done
1872026-04-07T02:19:54.602ZPlanning: Evaluating mediators ... Done
1882026-04-07T02:19:54.630ZPlanning: Planning completed in 0.45 seconds
1892026-04-07T02:19:54.651Z Packages to change: 1
1902026-04-07T02:19:54.651Z Mediators to change: 1
1912026-04-07T02:19:54.651Z Services to change: 1
1922026-04-07T02:19:54.651Z Create boot environment: No
1932026-04-07T02:19:54.652ZCreate backup boot environment: Yes
1942026-04-07T02:19:56.974Z Actions: 1/6 actions (Updating modified actions)
1952026-04-07T02:19:57.007Z Actions: Completed 6 actions in 0.03 seconds.
1962026-04-07T02:19:57.007Z Done
1972026-04-07T02:19:57.007Z Done
1982026-04-07T02:19:57.147Z Done
1992026-04-07T02:19:59.598Z Done
2002026-04-07T02:19:59.671Z Done
2012026-04-07T02:19:59.674Z Done
2022026-04-07T02:19:59.830Z Done
2032026-04-07T02:20:00.117ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-07T02:20:00.117Zclang system 15 system
2052026-04-07T02:20:00.117Zcsh system system illumos
2062026-04-07T02:20:00.117Zctags system system illumos
2072026-04-07T02:20:00.117Zfile system system illumos
2082026-04-07T02:20:00.117Zgcc vendor 12 vendor
2092026-04-07T02:20:00.117Zgcc system 14 system
2102026-04-07T02:20:00.117Zgcc system 10 system
2112026-04-07T02:20:00.117Zgo system 1.20 system
2122026-04-07T02:20:00.117Zgo system 1.19 system
2132026-04-07T02:20:00.118Zllvm system 15 system
2142026-04-07T02:20:00.118Zllvm system 14 system
2152026-04-07T02:20:00.118Zmariadb system 10.6 system
2162026-04-07T02:20:00.118Zmta vendor vendor dma
2172026-04-07T02:20:00.118Zopenjdk system 17 system
2182026-04-07T02:20:00.118Zopenjdk system 11 system
2192026-04-07T02:20:00.118Zopenjdk system 1.8 system
2202026-04-07T02:20:00.118Zopenssl vendor 3 vendor
2212026-04-07T02:20:00.118Zperl system 5.36 system
2222026-04-07T02:20:00.118Zpostgresql system 15 system
2232026-04-07T02:20:00.118Zpostgresql system 13 system
2242026-04-07T02:20:00.118Zpython vendor 3 vendor
2252026-04-07T02:20:00.118Zpython system 2 system
2262026-04-07T02:20:00.118Zpython3 system 3.11 system
2272026-04-07T02:20:00.118Zruby system 3.0 system
2282026-04-07T02:20:00.118Zwords vendor vendor american-english
2292026-04-07T02:20:00.118Zwords system system australian-english
2302026-04-07T02:20:00.118Zwords system system british-english
2312026-04-07T02:20:00.118Zwords system system canadian-english
2322026-04-07T02:20:00.118Zwords system system french
2332026-04-07T02:20:00.118Zwords system system italian
2342026-04-07T02:20:00.118Zwords system system ngerman
2352026-04-07T02:20:00.118Zwords system system ogerman
2362026-04-07T02:20:00.118Zwords system system spanish
2372026-04-07T02:20:00.359ZPUBLISHER TYPE STATUS P LOCATION
2382026-04-07T02:20:00.359Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-04-07T02:20:04.855ZFMRI IFO
2402026-04-07T02:20:04.855Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-04-07T02:20:04.855Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-04-07T02:20:04.855Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-04-07T02:20:04.855Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-04-07T02:20:04.855Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-04-07T02:20:04.855Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-04-07T02:20:04.855Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-04-07T02:20:04.855Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-04-07T02:20:04.855Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-04-07T02:20:04.855Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-04-07T02:20:04.855Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-04-07T02:20:04.855Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-04-07T02:20:04.855Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-04-07T02:20:04.855Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-04-07T02:20:04.855Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-04-07T02:20:04.855Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-04-07T02:20:05.991Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-04-07T02:20:06.267Z Updating crates.io index
2582026-04-07T02:20:06.307Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-04-07T02:20:06.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-04-07T02:20:07.490Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-04-07T02:20:07.969Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-04-07T02:20:08.912Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-04-07T02:20:10.444Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-04-07T02:20:11.839Z Updating git repository `https://github.com/oxidecomputer/opte`
2652026-04-07T02:20:12.504Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662026-04-07T02:20:13.069Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-04-07T02:20:13.810Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682026-04-07T02:20:14.146Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-04-07T02:20:14.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-04-07T02:20:14.772Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2712026-04-07T02:20:15.751Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-04-07T02:20:16.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-04-07T02:20:16.657Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-04-07T02:20:16.986Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-04-07T02:20:17.391Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-04-07T02:20:17.633Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-04-07T02:20:17.859Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-04-07T02:20:18.133Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-04-07T02:20:18.509Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-04-07T02:20:18.979Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-04-07T02:20:19.452Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-04-07T02:20:19.719Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-04-07T02:20:20.113Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-04-07T02:20:20.373Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-04-07T02:20:21.887Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-07T02:20:22.329Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-07T02:20:22.967Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-04-07T02:20:23.299Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-04-07T02:20:23.664Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-04-07T02:20:24.051Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-04-07T02:20:24.383Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-04-07T02:20:24.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-04-07T02:20:25.171Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-04-07T02:20:25.444Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-04-07T02:20:25.780Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-04-07T02:20:38.636Z Downloading crates ...
2972026-04-07T02:20:38.705Z Downloaded cargo-platform v0.2.0
2982026-04-07T02:20:38.709Z Downloaded typeid v1.0.3
2992026-04-07T02:20:38.713Z Downloaded clap_lex v1.0.0
3002026-04-07T02:20:38.713Z Downloaded utf8parse v0.2.2
3012026-04-07T02:20:38.719Z Downloaded crypto-common v0.1.7
3022026-04-07T02:20:38.722Z Downloaded is_terminal_polyfill v1.70.2
3032026-04-07T02:20:38.722Z Downloaded displaydoc v0.2.5
3042026-04-07T02:20:38.726Z Downloaded dtrace-parser v0.2.0
3052026-04-07T02:20:38.732Z Downloaded anstyle-query v1.1.5
3062026-04-07T02:20:38.735Z Downloaded colorchoice v1.0.4
3072026-04-07T02:20:38.735Z Downloaded block-buffer v0.10.4
3082026-04-07T02:20:38.739Z Downloaded cfg-if v1.0.4
3092026-04-07T02:20:38.739Z Downloaded usdt-attr-macro v0.5.0
3102026-04-07T02:20:38.739Z Downloaded strsim v0.11.1
3112026-04-07T02:20:38.743Z Downloaded dof v0.3.0
3122026-04-07T02:20:38.743Z Downloaded toml_datetime v0.6.11
3132026-04-07T02:20:38.743Z Downloaded cargo_toml v0.21.0
3142026-04-07T02:20:38.743Z Downloaded zerofrom v0.1.6
3152026-04-07T02:20:38.743Z Downloaded unicode-xid v0.2.6
3162026-04-07T02:20:38.746Z Downloaded digest v0.10.7
3172026-04-07T02:20:38.746Z Downloaded equivalent v1.0.2
3182026-04-07T02:20:38.746Z Downloaded cargo-util-schemas v0.8.2
3192026-04-07T02:20:38.751Z Downloaded usdt-macro v0.5.0
3202026-04-07T02:20:38.755Z Downloaded cpufeatures v0.2.17
3212026-04-07T02:20:38.755Z Downloaded unicode-linebreak v0.1.5
3222026-04-07T02:20:38.755Z Downloaded cargo_metadata v0.21.0
3232026-04-07T02:20:38.761Z Downloaded zerovec-derive v0.11.2
3242026-04-07T02:20:38.761Z Downloaded toml_edit v0.22.27
3252026-04-07T02:20:38.761Z Downloaded byteorder v1.5.0
3262026-04-07T02:20:38.761Z Downloaded anstream v0.6.21
3272026-04-07T02:20:38.765Z Downloaded unicode-width v0.2.0
3282026-04-07T02:20:38.765Z Downloaded zerofrom-derive v0.1.6
3292026-04-07T02:20:38.765Z Downloaded camino-tempfile v1.4.1
3302026-04-07T02:20:38.768Z Downloaded autocfg v1.5.0
3312026-04-07T02:20:38.768Z Downloaded serde_spanned v0.6.9
3322026-04-07T02:20:38.768Z Downloaded proc-macro-error-attr v1.0.4
3332026-04-07T02:20:38.768Z Downloaded percent-encoding v2.3.2
3342026-04-07T02:20:38.769Z Downloaded macaddr v1.0.1
3352026-04-07T02:20:38.769Z Downloaded clap_derive v4.5.55
3362026-04-07T02:20:38.773Z Downloaded tinystr v0.8.2
3372026-04-07T02:20:38.773Z Downloaded sha2 v0.10.9
3382026-04-07T02:20:38.773Z Downloaded scroll v0.12.0
3392026-04-07T02:20:38.776Z Downloaded thiserror-impl v2.0.18
3402026-04-07T02:20:38.776Z Downloaded memmap v0.7.0
3412026-04-07T02:20:38.776Z Downloaded camino v1.2.2
3422026-04-07T02:20:38.776Z Downloaded bitflags v2.11.0
3432026-04-07T02:20:38.780Z Downloaded anyhow v1.0.102
3442026-04-07T02:20:38.786Z Downloaded ucd-trie v0.1.7
3452026-04-07T02:20:38.786Z Downloaded plain v0.2.3
3462026-04-07T02:20:38.786Z Downloaded fnv v1.0.7
3472026-04-07T02:20:38.786Z Downloaded ordered-float v2.10.1
3482026-04-07T02:20:38.786Z Downloaded pretty-hex v0.4.1
3492026-04-07T02:20:38.786Z Downloaded bytecount v0.6.9
3502026-04-07T02:20:38.790Z Downloaded version_check v0.9.5
3512026-04-07T02:20:38.790Z Downloaded anstyle v1.0.13
3522026-04-07T02:20:38.790Z Downloaded form_urlencoded v1.2.2
3532026-04-07T02:20:38.790Z Downloaded anstyle-parse v0.2.7
3542026-04-07T02:20:38.790Z Downloaded smawk v0.3.2
3552026-04-07T02:20:38.794Z Downloaded usdt v0.5.0
3562026-04-07T02:20:38.798Z Downloaded serde-value v0.7.0
3572026-04-07T02:20:38.798Z Downloaded yoke-derive v0.8.1
3582026-04-07T02:20:38.802Z Downloaded utf8_iter v1.0.4
3592026-04-07T02:20:38.802Z Downloaded toml_write v0.1.2
3602026-04-07T02:20:38.807Z Downloaded errno v0.3.14
3612026-04-07T02:20:38.807Z Downloaded writeable v0.6.2
3622026-04-07T02:20:38.807Z Downloaded thiserror v2.0.18
3632026-04-07T02:20:38.812Z Downloaded stable_deref_trait v1.2.1
3642026-04-07T02:20:38.812Z Downloaded terminal_size v0.4.3
3652026-04-07T02:20:38.812Z Downloaded tabled_derive v0.7.0
3662026-04-07T02:20:38.812Z Downloaded toml v0.8.23
3672026-04-07T02:20:38.816Z Downloaded thread-id v4.2.2
3682026-04-07T02:20:38.816Z Downloaded generic-array v0.14.7
3692026-04-07T02:20:38.816Z Downloaded swrite v0.1.0
3702026-04-07T02:20:38.816Z Downloaded scroll_derive v0.12.1
3712026-04-07T02:20:38.816Z Downloaded itoa v1.0.17
3722026-04-07T02:20:38.820Z Downloaded potential_utf v0.1.4
3732026-04-07T02:20:38.820Z Downloaded idna_adapter v1.2.1
3742026-04-07T02:20:38.824Z Downloaded heck v0.5.0
3752026-04-07T02:20:38.824Z Downloaded yoke v0.8.1
3762026-04-07T02:20:38.824Z Downloaded winnow v0.7.14
3772026-04-07T02:20:38.829Z Downloaded usdt-impl v0.5.0
3782026-04-07T02:20:38.833Z Downloaded zerocopy-derive v0.7.35
3792026-04-07T02:20:38.833Z Downloaded unicode-ident v1.0.24
3802026-04-07T02:20:38.836Z Downloaded pest_derive v2.8.6
3812026-04-07T02:20:38.836Z Downloaded zmij v1.0.21
3822026-04-07T02:20:38.836Z Downloaded thiserror-impl v1.0.69
3832026-04-07T02:20:38.837Z Downloaded clap v4.5.60
3842026-04-07T02:20:38.841Z Downloaded zerotrie v0.2.3
3852026-04-07T02:20:38.844Z Downloaded textwrap v0.16.2
3862026-04-07T02:20:38.844Z Downloaded proc-macro-error v1.0.4
3872026-04-07T02:20:38.848Z Downloaded semver v1.0.27
3882026-04-07T02:20:38.848Z Downloaded synstructure v0.13.2
3892026-04-07T02:20:38.848Z Downloaded serde_tokenstream v0.2.3
3902026-04-07T02:20:38.852Z Downloaded once_cell v1.21.3
3912026-04-07T02:20:38.852Z Downloaded typenum v1.19.0
3922026-04-07T02:20:38.852Z Downloaded url v2.5.8
3932026-04-07T02:20:38.855Z Downloaded quote v1.0.44
3942026-04-07T02:20:38.859Z Downloaded zerovec v0.11.5
3952026-04-07T02:20:38.864Z Downloaded zerocopy v0.7.35
3962026-04-07T02:20:38.868Z Downloaded fastrand v2.3.0
3972026-04-07T02:20:38.871Z Downloaded erased-serde v0.4.9
3982026-04-07T02:20:38.871Z Downloaded unicode-width v0.1.14
3992026-04-07T02:20:38.876Z Downloaded fs-err v3.3.0
4002026-04-07T02:20:38.880Z Downloaded heck v0.4.1
4012026-04-07T02:20:38.884Z Downloaded smallvec v1.15.1
4022026-04-07T02:20:38.893Z Downloaded litemap v0.8.1
4032026-04-07T02:20:38.903Z Downloaded serde-untagged v0.1.9
4042026-04-07T02:20:38.917Z Downloaded tempfile v3.25.0
4052026-04-07T02:20:38.920Z Downloaded pest_generator v2.8.6
4062026-04-07T02:20:38.920Z Downloaded serde_derive v1.0.228
4072026-04-07T02:20:38.923Z Downloaded proc-macro2 v1.0.106
4082026-04-07T02:20:38.923Z Downloaded papergrid v0.11.0
4092026-04-07T02:20:38.927Z Downloaded icu_properties v2.1.2
4102026-04-07T02:20:38.927Z Downloaded getrandom v0.3.4
4112026-04-07T02:20:38.931Z Downloaded icu_provider v2.1.1
4122026-04-07T02:20:38.934Z Downloaded num-traits v0.2.19
4132026-04-07T02:20:38.939Z Downloaded memchr v2.8.0
4142026-04-07T02:20:38.942Z Downloaded thiserror v1.0.69
4152026-04-07T02:20:38.945Z Downloaded pest_meta v2.8.6
4162026-04-07T02:20:38.945Z Downloaded serde_core v1.0.228
4172026-04-07T02:20:38.950Z Downloaded icu_normalizer_data v2.1.1
4182026-04-07T02:20:38.950Z Downloaded log v0.4.29
4192026-04-07T02:20:38.950Z Downloaded icu_normalizer v2.1.1
4202026-04-07T02:20:38.953Z Downloaded icu_locale_core v2.1.1
4212026-04-07T02:20:38.958Z Downloaded serde v1.0.228
4222026-04-07T02:20:38.967Z Downloaded icu_collections v2.1.1
4232026-04-07T02:20:38.974Z Downloaded indexmap v2.13.0
4242026-04-07T02:20:38.984Z Downloaded serde_json v1.0.149
4252026-04-07T02:20:38.990Z Downloaded pest v2.8.6
4262026-04-07T02:20:39.006Z Downloaded hashbrown v0.16.1
4272026-04-07T02:20:39.009Z Downloaded idna v1.1.0
4282026-04-07T02:20:39.013Z Downloaded clap_builder v4.5.60
4292026-04-07T02:20:39.016Z Downloaded icu_properties_data v2.1.2
4302026-04-07T02:20:39.030Z Downloaded tabled v0.15.0
4312026-04-07T02:20:39.038Z Downloaded goblin v0.8.2
4322026-04-07T02:20:39.042Z Downloaded syn v1.0.109
4332026-04-07T02:20:39.056Z Downloaded syn v2.0.117
4342026-04-07T02:20:39.078Z Downloaded rustix v1.1.3
4352026-04-07T02:20:39.099Z Downloaded libc v0.2.180
4362026-04-07T02:20:39.166Z Compiling proc-macro2 v1.0.106
4372026-04-07T02:20:39.169Z Compiling quote v1.0.44
4382026-04-07T02:20:39.169Z Compiling unicode-ident v1.0.24
4392026-04-07T02:20:39.169Z Compiling serde_core v1.0.228
4402026-04-07T02:20:39.169Z Compiling libc v0.2.180
4412026-04-07T02:20:39.169Z Compiling version_check v0.9.5
4422026-04-07T02:20:39.169Z Compiling stable_deref_trait v1.2.1
4432026-04-07T02:20:39.169Z Compiling serde v1.0.228
4442026-04-07T02:20:39.347Z Compiling memchr v2.8.0
4452026-04-07T02:20:39.351Z Compiling zmij v1.0.21
4462026-04-07T02:20:39.351Z Compiling itoa v1.0.17
4472026-04-07T02:20:39.352Z Compiling ucd-trie v0.1.7
4482026-04-07T02:20:39.352Z Compiling autocfg v1.5.0
4492026-04-07T02:20:39.352Z Compiling thiserror v1.0.69
4502026-04-07T02:20:39.363Z Compiling litemap v0.8.1
4512026-04-07T02:20:39.580Z Compiling writeable v0.6.2
4522026-04-07T02:20:39.645Z Compiling icu_normalizer_data v2.1.1
4532026-04-07T02:20:39.674Z Compiling icu_properties_data v2.1.2
4542026-04-07T02:20:39.814Z Compiling rustix v1.1.3
4552026-04-07T02:20:39.832Z Compiling byteorder v1.5.0
4562026-04-07T02:20:39.901Z Compiling pest v2.8.6
4572026-04-07T02:20:39.921Z Compiling bitflags v2.11.0
4582026-04-07T02:20:40.112Z Compiling serde_json v1.0.149
4592026-04-07T02:20:40.243Z Compiling num-traits v0.2.19
4602026-04-07T02:20:40.317Z Compiling hashbrown v0.16.1
4612026-04-07T02:20:40.336Z Compiling equivalent v1.0.2
4622026-04-07T02:20:40.421Z Compiling smallvec v1.15.1
4632026-04-07T02:20:40.508Z Compiling typeid v1.0.3
4642026-04-07T02:20:40.527Z Compiling usdt-impl v0.5.0
4652026-04-07T02:20:40.562Z Compiling proc-macro-error-attr v1.0.4
4662026-04-07T02:20:40.581Z Compiling toml_write v0.1.2
4672026-04-07T02:20:40.617Z Compiling syn v1.0.109
4682026-04-07T02:20:40.707Z Compiling winnow v0.7.14
4692026-04-07T02:20:40.750Z Compiling erased-serde v0.4.9
4702026-04-07T02:20:40.770Z Compiling proc-macro-error v1.0.4
4712026-04-07T02:20:40.861Z Compiling indexmap v2.13.0
4722026-04-07T02:20:40.881Z Compiling getrandom v0.3.4
4732026-04-07T02:20:40.924Z Compiling utf8_iter v1.0.4
4742026-04-07T02:20:40.967Z Compiling percent-encoding v2.3.2
4752026-04-07T02:20:40.993Z Compiling camino v1.2.2
4762026-04-07T02:20:41.012Z Compiling plain v0.2.3
4772026-04-07T02:20:41.099Z Compiling pest_meta v2.8.6
4782026-04-07T02:20:41.119Z Compiling errno v0.3.14
4792026-04-07T02:20:41.134Z Compiling thread-id v4.2.2
4802026-04-07T02:20:41.203Z Compiling thiserror v2.0.18
4812026-04-07T02:20:41.222Z Compiling log v0.4.29
4822026-04-07T02:20:41.241Z Compiling utf8parse v0.2.2
4832026-04-07T02:20:41.261Z Compiling syn v2.0.117
4842026-04-07T02:20:41.339Z Compiling form_urlencoded v1.2.2
4852026-04-07T02:20:41.395Z Compiling ordered-float v2.10.1
4862026-04-07T02:20:41.418Z Compiling anstyle-parse v0.2.7
4872026-04-07T02:20:41.541Z Compiling anstyle-query v1.1.5
4882026-04-07T02:20:41.567Z Compiling is_terminal_polyfill v1.70.2
4892026-04-07T02:20:41.587Z Compiling pretty-hex v0.4.1
4902026-04-07T02:20:41.631Z Compiling anstyle v1.0.13
4912026-04-07T02:20:41.671Z Compiling colorchoice v1.0.4
4922026-04-07T02:20:41.692Z Compiling cfg-if v1.0.4
4932026-04-07T02:20:41.766Z Compiling fs-err v3.3.0
4942026-04-07T02:20:41.809Z Compiling anyhow v1.0.102
4952026-04-07T02:20:41.825Z Compiling anstream v0.6.21
4962026-04-07T02:20:41.829Z Compiling fastrand v2.3.0
4972026-04-07T02:20:41.861Z Compiling strsim v0.11.1
4982026-04-07T02:20:41.881Z Compiling heck v0.4.1
4992026-04-07T02:20:41.900Z Compiling fnv v1.0.7
5002026-04-07T02:20:41.980Z Compiling clap_lex v1.0.0
5012026-04-07T02:20:41.998Z Compiling unicode-width v0.1.14
5022026-04-07T02:20:42.022Z Compiling bytecount v0.6.9
5032026-04-07T02:20:42.133Z Compiling once_cell v1.21.3
5042026-04-07T02:20:42.154Z Compiling heck v0.5.0
5052026-04-07T02:20:42.157Z Compiling unicode-xid v0.2.6
5062026-04-07T02:20:42.195Z Compiling terminal_size v0.4.3
5072026-04-07T02:20:42.306Z Compiling semver v1.0.27
5082026-04-07T02:20:42.327Z Compiling clap_builder v4.5.60
5092026-04-07T02:20:42.359Z Compiling tempfile v3.25.0
5102026-04-07T02:20:42.377Z Compiling papergrid v0.11.0
5112026-04-07T02:20:42.456Z Compiling memmap v0.7.0
5122026-04-07T02:20:42.541Z Compiling smawk v0.3.2
5132026-04-07T02:20:42.639Z Compiling unicode-width v0.2.0
5142026-04-07T02:20:42.658Z Compiling unicode-linebreak v0.1.5
5152026-04-07T02:20:42.678Z Compiling serde-untagged v0.1.9
5162026-04-07T02:20:42.715Z Compiling camino-tempfile v1.4.1
5172026-04-07T02:20:42.788Z Compiling swrite v0.1.0
5182026-04-07T02:20:42.791Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-04-07T02:20:42.905Z Compiling textwrap v0.16.2
5202026-04-07T02:20:43.117Z Compiling tabled_derive v0.7.0
5212026-04-07T02:20:43.769Z Compiling tabled v0.15.0
5222026-04-07T02:20:43.822Z Compiling synstructure v0.13.2
5232026-04-07T02:20:43.822Z Compiling pest_generator v2.8.6
5242026-04-07T02:20:44.382Z Compiling serde_derive v1.0.228
5252026-04-07T02:20:44.382Z Compiling zerofrom-derive v0.1.6
5262026-04-07T02:20:44.385Z Compiling yoke-derive v0.8.1
5272026-04-07T02:20:44.385Z Compiling zerovec-derive v0.11.2
5282026-04-07T02:20:44.385Z Compiling displaydoc v0.2.5
5292026-04-07T02:20:44.385Z Compiling thiserror-impl v1.0.69
5302026-04-07T02:20:44.385Z Compiling zerocopy-derive v0.7.35
5312026-04-07T02:20:44.385Z Compiling scroll_derive v0.12.1
5322026-04-07T02:20:44.385Z Compiling thiserror-impl v2.0.18
5332026-04-07T02:20:44.385Z Compiling clap_derive v4.5.55
5342026-04-07T02:20:44.509Z Compiling pest_derive v2.8.6
5352026-04-07T02:20:45.219Z Compiling scroll v0.12.0
5362026-04-07T02:20:45.339Z Compiling zerocopy v0.7.35
5372026-04-07T02:20:45.458Z Compiling goblin v0.8.2
5382026-04-07T02:20:45.485Z Compiling zerofrom v0.1.6
5392026-04-07T02:20:45.591Z Compiling yoke v0.8.1
5402026-04-07T02:20:45.609Z Compiling dtrace-parser v0.2.0
5412026-04-07T02:20:45.749Z Compiling zerovec v0.11.5
5422026-04-07T02:20:45.749Z Compiling zerotrie v0.2.3
5432026-04-07T02:20:45.848Z Compiling clap v4.5.60
5442026-04-07T02:20:46.225Z Compiling tinystr v0.8.2
5452026-04-07T02:20:46.225Z Compiling potential_utf v0.1.4
5462026-04-07T02:20:46.335Z Compiling icu_collections v2.1.1
5472026-04-07T02:20:46.392Z Compiling icu_locale_core v2.1.1
5482026-04-07T02:20:46.927Z Compiling icu_provider v2.1.1
5492026-04-07T02:20:46.990Z Compiling dof v0.3.0
5502026-04-07T02:20:46.990Z Compiling serde_tokenstream v0.2.3
5512026-04-07T02:20:47.008Z Compiling serde_spanned v0.6.9
5522026-04-07T02:20:47.011Z Compiling toml_datetime v0.6.11
5532026-04-07T02:20:47.011Z Compiling serde-value v0.7.0
5542026-04-07T02:20:47.011Z Compiling cargo-platform v0.2.0
5552026-04-07T02:20:47.011Z Compiling macaddr v1.0.1
5562026-04-07T02:20:47.193Z Compiling icu_normalizer v2.1.1
5572026-04-07T02:20:47.193Z Compiling icu_properties v2.1.2
5582026-04-07T02:20:47.346Z Compiling toml_edit v0.22.27
5592026-04-07T02:20:47.776Z Compiling usdt-attr-macro v0.5.0
5602026-04-07T02:20:47.776Z Compiling usdt-macro v0.5.0
5612026-04-07T02:20:48.017Z Compiling idna_adapter v1.2.1
5622026-04-07T02:20:48.126Z Compiling idna v1.1.0
5632026-04-07T02:20:48.359Z Compiling usdt v0.5.0
5642026-04-07T02:20:48.396Z Compiling url v2.5.8
5652026-04-07T02:20:48.613Z Compiling toml v0.8.23
5662026-04-07T02:20:48.940Z Compiling cargo-util-schemas v0.8.2
5672026-04-07T02:20:48.940Z Compiling cargo_toml v0.21.0
5682026-04-07T02:20:49.724Z Compiling cargo_metadata v0.21.0
5692026-04-07T02:20:50.651Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-04-07T02:20:52.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.97s
5712026-04-07T02:20:53.029Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-04-07T02:20:53.590Z Downloading crates ...
5732026-04-07T02:20:53.696Z Downloaded block-padding v0.3.3
5742026-04-07T02:20:53.699Z Downloaded atomic-waker v1.1.2
5752026-04-07T02:20:53.699Z Downloaded bcrypt-pbkdf v0.10.0
5762026-04-07T02:20:53.703Z Downloaded adler2 v2.0.1
5772026-04-07T02:20:53.716Z Downloaded aho-corasick v1.1.4
5782026-04-07T02:20:53.719Z Downloaded aead v0.5.2
5792026-04-07T02:20:53.722Z Downloaded defmt-macros v1.0.1
5802026-04-07T02:20:53.725Z Downloaded daft v0.1.5
5812026-04-07T02:20:53.729Z Downloaded colored v3.1.1
5822026-04-07T02:20:53.732Z Downloaded fixedbitset v0.4.2
5832026-04-07T02:20:53.732Z Downloaded derive_more-impl v2.1.1
5842026-04-07T02:20:53.735Z Downloaded crc-any v2.5.0
5852026-04-07T02:20:53.738Z Downloaded derive_more v0.99.20
5862026-04-07T02:20:53.741Z Downloaded ff v0.13.1
5872026-04-07T02:20:53.741Z Downloaded display-error-chain v0.2.2
5882026-04-07T02:20:53.745Z Downloaded bzip2 v0.4.4
5892026-04-07T02:20:53.745Z Downloaded allocator-api2 v0.2.21
5902026-04-07T02:20:53.745Z Downloaded crc8 v0.1.1
5912026-04-07T02:20:53.748Z Downloaded dsl_auto_type v0.2.0
5922026-04-07T02:20:53.748Z Downloaded bitflags v1.3.2
5932026-04-07T02:20:53.748Z Downloaded darling v0.21.3
5942026-04-07T02:20:53.753Z Downloaded darling_macro v0.23.0
5952026-04-07T02:20:53.756Z Downloaded darling_macro v0.21.3
5962026-04-07T02:20:53.760Z Downloaded castaway v0.2.4
5972026-04-07T02:20:53.760Z Downloaded cassowary v0.3.0
5982026-04-07T02:20:53.760Z Downloaded defmt-parser v1.0.0
5992026-04-07T02:20:53.763Z Downloaded cargo-platform v0.1.9
6002026-04-07T02:20:53.763Z Downloaded ar_archive_writer v0.5.1
6012026-04-07T02:20:53.766Z Downloaded bitfield-struct v0.6.2
6022026-04-07T02:20:53.769Z Downloaded daft-derive v0.1.5
6032026-04-07T02:20:53.772Z Downloaded derive_builder v0.20.2
6042026-04-07T02:20:53.775Z Downloaded derive-ex v0.1.8
6052026-04-07T02:20:53.778Z Downloaded crc-catalog v2.4.0
6062026-04-07T02:20:53.778Z Downloaded compression-core v0.4.31
6072026-04-07T02:20:53.778Z Downloaded cargo_metadata v0.19.2
6082026-04-07T02:20:53.783Z Downloaded cfg_aliases v0.1.1
6092026-04-07T02:20:53.786Z Downloaded cfg_aliases v0.2.1
6102026-04-07T02:20:53.789Z Downloaded flagset v0.4.7
6112026-04-07T02:20:53.792Z Downloaded crc v3.4.0
6122026-04-07T02:20:53.795Z Downloaded arrayref v0.3.9
6132026-04-07T02:20:53.795Z Downloaded array-init v0.0.4
6142026-04-07T02:20:53.806Z Downloaded derive_builder_macro v0.20.2
6152026-04-07T02:20:53.806Z Downloaded futures-core v0.3.32
6162026-04-07T02:20:53.806Z Downloaded atty v0.2.14
6172026-04-07T02:20:53.810Z Downloaded debug-ignore v1.0.5
6182026-04-07T02:20:53.810Z Downloaded fd-lock v4.0.4
6192026-04-07T02:20:53.810Z Downloaded dropshot-api-manager-types v0.6.0
6202026-04-07T02:20:53.810Z Downloaded darling v0.23.0
6212026-04-07T02:20:53.814Z Downloaded deranged v0.5.8
6222026-04-07T02:20:53.814Z Downloaded byte-wrapper v0.1.0
6232026-04-07T02:20:53.817Z Downloaded env_logger v0.11.9
6242026-04-07T02:20:53.817Z Downloaded csv-core v0.1.13
6252026-04-07T02:20:53.820Z Downloaded ed25519-dalek v2.2.0
6262026-04-07T02:20:53.823Z Downloaded ciborium-ll v0.2.2
6272026-04-07T02:20:53.823Z Downloaded dunce v1.0.5
6282026-04-07T02:20:53.823Z Downloaded enum-as-inner v0.6.1
6292026-04-07T02:20:53.826Z Downloaded dof v0.4.0
6302026-04-07T02:20:53.826Z Downloaded float-ord v0.3.2
6312026-04-07T02:20:53.826Z Downloaded foreign-types v0.5.0
6322026-04-07T02:20:53.826Z Downloaded crunchy v0.2.4
6332026-04-07T02:20:53.829Z Downloaded ciborium-io v0.2.2
6342026-04-07T02:20:53.829Z Downloaded document-features v0.2.12
6352026-04-07T02:20:53.829Z Downloaded base16ct v0.2.0
6362026-04-07T02:20:53.834Z Downloaded async-stream-impl v0.3.6
6372026-04-07T02:20:53.835Z Downloaded ascii-canvas v3.0.0
6382026-04-07T02:20:53.835Z Downloaded find-msvc-tools v0.1.9
6392026-04-07T02:20:53.835Z Downloaded bb8 v0.8.6
6402026-04-07T02:20:53.835Z Downloaded atomicwrites v0.4.4
6412026-04-07T02:20:53.838Z Downloaded foreign-types v0.3.2
6422026-04-07T02:20:53.838Z Downloaded darling_core v0.23.0
6432026-04-07T02:20:53.841Z Downloaded async-recursion v1.1.1
6442026-04-07T02:20:53.844Z Downloaded foreign-types-macros v0.2.3
6452026-04-07T02:20:53.844Z Downloaded crucible-workspace-hack v0.1.0
6462026-04-07T02:20:53.844Z Downloaded convert_case v0.4.0
6472026-04-07T02:20:53.844Z Downloaded bit-set v0.5.3
6482026-04-07T02:20:53.847Z Downloaded dyn-clone v1.0.20
6492026-04-07T02:20:53.847Z Downloaded cpufeatures v0.3.0
6502026-04-07T02:20:53.847Z Downloaded downcast-rs v2.0.2
6512026-04-07T02:20:53.851Z Downloaded defmt v0.3.100
6522026-04-07T02:20:53.851Z Downloaded dirs-sys-next v0.1.2
6532026-04-07T02:20:53.851Z Downloaded cbc v0.1.2
6542026-04-07T02:20:53.854Z Downloaded bitfield-macros v0.19.4
6552026-04-07T02:20:53.857Z Downloaded crc32fast v1.5.0
6562026-04-07T02:20:53.861Z Downloaded funty v2.0.0
6572026-04-07T02:20:53.861Z Downloaded bit-set v0.8.0
6582026-04-07T02:20:53.861Z Downloaded futures-io v0.3.32
6592026-04-07T02:20:53.861Z Downloaded foreign-types-shared v0.3.1
6602026-04-07T02:20:53.864Z Downloaded foreign-types-shared v0.1.1
6612026-04-07T02:20:53.864Z Downloaded buf-list v1.1.2
6622026-04-07T02:20:53.864Z Downloaded diesel_table_macro_syntax v0.3.0
6632026-04-07T02:20:53.867Z Downloaded compression-codecs v0.4.37
6642026-04-07T02:20:53.867Z Downloaded ghash v0.5.1
6652026-04-07T02:20:53.871Z Downloaded bitfield v0.19.4
6662026-04-07T02:20:53.871Z Downloaded gethostname v0.5.0
6672026-04-07T02:20:53.871Z Downloaded embedded-io v0.6.1
6682026-04-07T02:20:53.871Z Downloaded cmake v0.1.57
6692026-04-07T02:20:53.875Z Downloaded futures-macro v0.3.32
6702026-04-07T02:20:53.875Z Downloaded blowfish v0.9.1
6712026-04-07T02:20:53.875Z Downloaded bit-vec v0.8.0
6722026-04-07T02:20:53.878Z Downloaded cobs v0.3.0
6732026-04-07T02:20:53.878Z Downloaded futures-task v0.3.32
6742026-04-07T02:20:53.878Z Downloaded arrayvec v0.7.6
6752026-04-07T02:20:53.881Z Downloaded darling_macro v0.20.11
6762026-04-07T02:20:53.881Z Downloaded cancel-safe-futures v0.1.5
6772026-04-07T02:20:53.881Z Downloaded fxhash v0.2.1
6782026-04-07T02:20:53.885Z Downloaded globwalk v0.9.1
6792026-04-07T02:20:53.885Z Downloaded bzip2 v0.6.1
6802026-04-07T02:20:53.885Z Downloaded erased-serde v0.3.31
6812026-04-07T02:20:53.888Z Downloaded foldhash v0.1.5
6822026-04-07T02:20:53.888Z Downloaded hash32 v0.3.1
6832026-04-07T02:20:53.888Z Downloaded ed25519 v2.2.3
6842026-04-07T02:20:53.891Z Downloaded headers-core v0.3.0
6852026-04-07T02:20:53.891Z Downloaded des v0.8.1
6862026-04-07T02:20:53.891Z Downloaded embedded-io v0.4.0
6872026-04-07T02:20:53.894Z Downloaded ctr v0.9.2
6882026-04-07T02:20:53.894Z Downloaded either v1.15.0
6892026-04-07T02:20:53.894Z Downloaded diesel-dtrace v0.5.0
6902026-04-07T02:20:53.897Z Downloaded backoff v0.4.0
6912026-04-07T02:20:53.897Z Downloaded cexpr v0.6.0
6922026-04-07T02:20:53.900Z Downloaded git-stub v1.0.0
6932026-04-07T02:20:53.900Z Downloaded bit-vec v0.6.3
6942026-04-07T02:20:53.900Z Downloaded assert_matches v1.5.0
6952026-04-07T02:20:53.904Z Downloaded const_format_proc_macros v0.2.34
6962026-04-07T02:20:53.904Z Downloaded cipher v0.4.4
6972026-04-07T02:20:53.904Z Downloaded diff v0.1.13
6982026-04-07T02:20:53.907Z Downloaded hex-literal v0.4.1
6992026-04-07T02:20:53.907Z Downloaded bcs v0.1.6
7002026-04-07T02:20:53.910Z Downloaded async-stream v0.3.6
7012026-04-07T02:20:53.910Z Downloaded chacha20 v0.9.1
7022026-04-07T02:20:53.910Z Downloaded async-trait v0.1.89
7032026-04-07T02:20:53.914Z Downloaded corncobs v0.1.4
7042026-04-07T02:20:53.914Z Downloaded chacha20 v0.10.0
7052026-04-07T02:20:53.917Z Downloaded bumpalo v3.20.2
7062026-04-07T02:20:53.917Z Downloaded argon2 v0.5.3
7072026-04-07T02:20:53.920Z Downloaded ahash v0.8.12
7082026-04-07T02:20:53.920Z Downloaded hash32 v0.2.1
7092026-04-07T02:20:53.923Z Downloaded futures-executor v0.3.32
7102026-04-07T02:20:53.923Z Downloaded hostname v0.4.2
7112026-04-07T02:20:53.923Z Downloaded convert_case v0.10.0
7122026-04-07T02:20:53.927Z Downloaded crossbeam-deque v0.8.6
7132026-04-07T02:20:53.927Z Downloaded camino-tempfile-ext v0.3.3
7142026-04-07T02:20:53.927Z Downloaded http-range v0.1.5
7152026-04-07T02:20:53.930Z Downloaded home v0.5.12
7162026-04-07T02:20:53.930Z Downloaded ciborium v0.2.2
7172026-04-07T02:20:53.930Z Downloaded httpdate v1.0.3
7182026-04-07T02:20:53.933Z Downloaded hostname v0.3.1
7192026-04-07T02:20:53.933Z Downloaded hubpack_derive v0.1.1
7202026-04-07T02:20:53.933Z Downloaded hubpack v0.1.2
7212026-04-07T02:20:53.933Z Downloaded glob v0.3.3
7222026-04-07T02:20:53.936Z Downloaded backon v1.6.0
7232026-04-07T02:20:53.936Z Downloaded blake2 v0.10.6
7242026-04-07T02:20:53.939Z Downloaded group v0.13.0
7252026-04-07T02:20:53.940Z Downloaded git-stub-vcs v0.1.0
7262026-04-07T02:20:53.943Z Downloaded dropshot_endpoint v0.16.7
7272026-04-07T02:20:53.943Z Downloaded crossbeam-utils v0.8.21
7282026-04-07T02:20:53.946Z Downloaded ecdsa v0.16.9
7292026-04-07T02:20:53.946Z Downloaded base64ct v1.8.3
7302026-04-07T02:20:53.949Z Downloaded http-body v1.0.1
7312026-04-07T02:20:53.949Z Downloaded indent_write v2.2.0
7322026-04-07T02:20:53.952Z Downloaded ident_case v1.0.1
7332026-04-07T02:20:53.952Z Downloaded hyper-tls v0.6.0
7342026-04-07T02:20:53.956Z Downloaded fatfs v0.3.6
7352026-04-07T02:20:53.960Z Downloaded float-cmp v0.10.0
7362026-04-07T02:20:53.964Z Downloaded cookie_store v0.22.1
7372026-04-07T02:20:53.964Z Downloaded dtrace-parser v0.3.0
7382026-04-07T02:20:53.967Z Downloaded is-terminal v0.4.17
7392026-04-07T02:20:53.967Z Downloaded instant v0.1.13
7402026-04-07T02:20:53.967Z Downloaded curve25519-dalek-derive v0.1.1
7412026-04-07T02:20:53.967Z Downloaded constant_time_eq v0.4.2
7422026-04-07T02:20:53.970Z Downloaded console v0.16.2
7432026-04-07T02:20:53.970Z Downloaded console v0.15.11
7442026-04-07T02:20:53.973Z Downloaded const-oid v0.9.6
7452026-04-07T02:20:53.973Z Downloaded clang-sys v1.8.1
7462026-04-07T02:20:53.976Z Downloaded inout v0.1.4
7472026-04-07T02:20:53.976Z Downloaded highway v1.3.0
7482026-04-07T02:20:53.976Z Downloaded is_ci v1.2.0
7492026-04-07T02:20:53.979Z Downloaded internet-checksum v0.2.1
7502026-04-07T02:20:53.979Z Downloaded async-bb8-diesel v0.2.1
7512026-04-07T02:20:53.979Z Downloaded kstat-rs v0.2.4
7522026-04-07T02:20:53.983Z Downloaded keccak v0.1.6
7532026-04-07T02:20:53.983Z Downloaded endian-type v0.1.2
7542026-04-07T02:20:53.983Z Downloaded getrandom v0.2.17
7552026-04-07T02:20:53.986Z Downloaded fs-err v2.11.0
7562026-04-07T02:20:53.986Z Downloaded cookie v0.18.1
7572026-04-07T02:20:53.989Z Downloaded lalrpop-util v0.19.12
7582026-04-07T02:20:53.989Z Downloaded colored v2.2.0
7592026-04-07T02:20:53.992Z Downloaded der_derive v0.7.3
7602026-04-07T02:20:53.995Z Downloaded cstr-argument v0.1.2
7612026-04-07T02:20:53.998Z Downloaded difflib v0.4.0
7622026-04-07T02:20:54.002Z Downloaded hyper-staticfile v0.10.1
7632026-04-07T02:20:54.005Z Downloaded futures-sink v0.3.32
7642026-04-07T02:20:54.009Z Downloaded linked-hash-map v0.5.6
7652026-04-07T02:20:54.009Z Downloaded globset v0.4.18
7662026-04-07T02:20:54.009Z Downloaded futures-channel v0.3.32
7672026-04-07T02:20:54.012Z Downloaded md5 v0.7.0
7682026-04-07T02:20:54.012Z Downloaded derive-where v1.6.0
7692026-04-07T02:20:54.015Z Downloaded match_cfg v0.1.0
7702026-04-07T02:20:54.015Z Downloaded maplit v1.0.2
7712026-04-07T02:20:54.018Z Downloaded managed v0.8.0
7722026-04-07T02:20:54.018Z Downloaded memoffset v0.9.1
7732026-04-07T02:20:54.018Z Downloaded dropshot_endpoint v0.17.0
7742026-04-07T02:20:54.021Z Downloaded hex v0.4.3
7752026-04-07T02:20:54.021Z Downloaded env_filter v1.0.0
7762026-04-07T02:20:54.026Z Downloaded ingot-types v0.1.2
7772026-04-07T02:20:54.026Z Downloaded lru-slab v0.1.2
7782026-04-07T02:20:54.026Z Downloaded darling v0.20.11
7792026-04-07T02:20:54.030Z Downloaded multimap v0.10.1
7802026-04-07T02:20:54.034Z Downloaded mime v0.3.17
7812026-04-07T02:20:54.034Z Downloaded lru-cache v0.1.2
7822026-04-07T02:20:54.034Z Downloaded indoc v2.0.7
7832026-04-07T02:20:54.037Z Downloaded fallible-iterator v0.2.0
7842026-04-07T02:20:54.037Z Downloaded lru v0.12.5
7852026-04-07T02:20:54.037Z Downloaded bytes v1.11.1
7862026-04-07T02:20:54.041Z Downloaded libscf-sys v1.1.0
7872026-04-07T02:20:54.041Z Downloaded lazy_static v1.5.0
7882026-04-07T02:20:54.044Z Downloaded ipnet v2.11.0
7892026-04-07T02:20:54.044Z Downloaded nodrop v0.1.14
7902026-04-07T02:20:54.044Z Downloaded newline-converter v0.3.0
7912026-04-07T02:20:54.044Z Downloaded derive_more v2.1.1
7922026-04-07T02:20:54.052Z Downloaded normalize-line-endings v0.3.0
7932026-04-07T02:20:54.055Z Downloaded nonempty v0.12.0
7942026-04-07T02:20:54.055Z Downloaded nibble_vec v0.1.0
7952026-04-07T02:20:54.055Z Downloaded newtype-uuid-macros v0.1.0
7962026-04-07T02:20:54.055Z Downloaded lzss v0.8.2
7972026-04-07T02:20:54.058Z Downloaded getrandom v0.4.1
7982026-04-07T02:20:54.061Z Downloaded libloading v0.8.9
7992026-04-07T02:20:54.061Z Downloaded num-derive v0.3.3
8002026-04-07T02:20:54.065Z Downloaded num-conv v0.2.0
8012026-04-07T02:20:54.066Z Downloaded newtype_derive v0.1.6
8022026-04-07T02:20:54.066Z Downloaded libefi-sys v0.1.0
8032026-04-07T02:20:54.066Z Downloaded indoc v1.0.9
8042026-04-07T02:20:54.069Z Downloaded compact_str v0.8.1
8052026-04-07T02:20:54.069Z Downloaded iana-time-zone v0.1.65
8062026-04-07T02:20:54.072Z Downloaded jobserver v0.1.34
8072026-04-07T02:20:54.072Z Downloaded humantime v2.3.0
8082026-04-07T02:20:54.075Z Downloaded filetime v0.2.27
8092026-04-07T02:20:54.075Z Downloaded ena v0.14.4
8102026-04-07T02:20:54.075Z Downloaded dirs-next v2.0.0
8112026-04-07T02:20:54.078Z Downloaded hyper-rustls v0.27.7
8122026-04-07T02:20:54.078Z Downloaded new_debug_unreachable v1.0.6
8132026-04-07T02:20:54.078Z Downloaded libsw v3.5.0
8142026-04-07T02:20:54.082Z Downloaded num v0.4.3
8152026-04-07T02:20:54.082Z Downloaded num_enum_derive v0.5.11
8162026-04-07T02:20:54.082Z Downloaded maybe-uninit v2.0.0
8172026-04-07T02:20:54.085Z Downloaded aes-gcm v0.10.3
8182026-04-07T02:20:54.085Z Downloaded httparse v1.10.1
8192026-04-07T02:20:54.088Z Downloaded ingot-macros v0.1.1
8202026-04-07T02:20:54.088Z Downloaded futures v0.3.32
8212026-04-07T02:20:54.091Z Downloaded fs_extra v1.3.0
8222026-04-07T02:20:54.091Z Downloaded chacha20poly1305 v0.10.1
8232026-04-07T02:20:54.094Z Downloaded darling_core v0.21.3
8242026-04-07T02:20:54.097Z Downloaded openssl-probe v0.2.1
8252026-04-07T02:20:54.098Z Downloaded num_threads v0.1.7
8262026-04-07T02:20:54.098Z Downloaded olpc-cjson v0.1.4
8272026-04-07T02:20:54.101Z Downloaded openssl-macros v0.1.1
8282026-04-07T02:20:54.115Z Downloaded oso-derive v0.27.3
8292026-04-07T02:20:54.120Z Downloaded crossbeam-channel v0.5.15
8302026-04-07T02:20:54.120Z Downloaded half v2.7.1
8312026-04-07T02:20:54.123Z Downloaded openssl-probe v0.1.6
8322026-04-07T02:20:54.123Z Downloaded opaque-debug v0.3.1
8332026-04-07T02:20:54.123Z Downloaded packed_struct_codegen v0.10.1
8342026-04-07T02:20:54.126Z Downloaded base64 v0.21.7
8352026-04-07T02:20:54.126Z Downloaded newtype-uuid v1.3.2
8362026-04-07T02:20:54.129Z Downloaded multer v3.1.0
8372026-04-07T02:20:54.129Z Downloaded linear-map v1.2.0
8382026-04-07T02:20:54.129Z Downloaded crossbeam-epoch v0.9.18
8392026-04-07T02:20:54.134Z Downloaded parse-display v0.10.0
8402026-04-07T02:20:54.134Z Downloaded md-5 v0.10.6
8412026-04-07T02:20:54.134Z Downloaded lock_api v0.4.14
8422026-04-07T02:20:54.137Z Downloaded libsw-core v0.3.2
8432026-04-07T02:20:54.137Z Downloaded ingot v0.1.1
8442026-04-07T02:20:54.137Z Downloaded impl-trait-for-tuples v0.2.3
8452026-04-07T02:20:54.140Z Downloaded defmt v1.0.1
8462026-04-07T02:20:54.140Z Downloaded const_format v0.2.35
8472026-04-07T02:20:54.143Z Downloaded ipnetwork v0.21.1
8482026-04-07T02:20:54.146Z Downloaded http-body-util v0.1.3
8492026-04-07T02:20:54.147Z Downloaded native-tls v0.2.18
8502026-04-07T02:20:54.147Z Downloaded indexmap v1.9.3
8512026-04-07T02:20:54.150Z Downloaded ignore v0.4.25
8522026-04-07T02:20:54.153Z Downloaded num_enum v0.7.5
8532026-04-07T02:20:54.156Z Downloaded phf_shared v0.11.3
8542026-04-07T02:20:54.156Z Downloaded peg-runtime v0.8.5
8552026-04-07T02:20:54.156Z Downloaded path-slash v0.1.5
8562026-04-07T02:20:54.156Z Downloaded flume v0.11.1
8572026-04-07T02:20:54.159Z Downloaded litrs v1.0.0
8582026-04-07T02:20:54.162Z Downloaded phf_shared v0.13.1
8592026-04-07T02:20:54.162Z Downloaded memmap2 v0.9.10
8602026-04-07T02:20:54.162Z Downloaded headers v0.4.1
8612026-04-07T02:20:54.165Z Downloaded flate2 v1.1.9
8622026-04-07T02:20:54.168Z Downloaded pin-utils v0.1.0
8632026-04-07T02:20:54.172Z Downloaded darling_core v0.20.11
8642026-04-07T02:20:54.172Z Downloaded num-derive v0.4.2
8652026-04-07T02:20:54.175Z Downloaded nanorand v0.7.0
8662026-04-07T02:20:54.175Z Downloaded precomputed-hash v0.1.1
8672026-04-07T02:20:54.175Z Downloaded predicates-core v1.0.10
8682026-04-07T02:20:54.178Z Downloaded oxide-tokio-rt v0.1.3
8692026-04-07T02:20:54.178Z Downloaded phf_shared v0.12.1
8702026-04-07T02:20:54.178Z Downloaded powerfmt v0.2.0
8712026-04-07T02:20:54.181Z Downloaded mime_guess v2.0.5
8722026-04-07T02:20:54.181Z Downloaded half v1.8.3
8732026-04-07T02:20:54.184Z Downloaded oxnet v0.1.4
8742026-04-07T02:20:54.184Z Downloaded arc-swap v1.8.2
8752026-04-07T02:20:54.187Z Downloaded num-rational v0.4.2
8762026-04-07T02:20:54.187Z Downloaded pbkdf2 v0.11.0
8772026-04-07T02:20:54.187Z Downloaded hmac v0.12.1
8782026-04-07T02:20:54.191Z Downloaded predicates-tree v1.0.13
8792026-04-07T02:20:54.191Z Downloaded num_enum_derive v0.7.5
8802026-04-07T02:20:54.191Z Downloaded foldhash v0.2.0
8812026-04-07T02:20:54.194Z Downloaded derive_builder_core v0.20.2
8822026-04-07T02:20:54.194Z Downloaded data-encoding v2.10.0
8832026-04-07T02:20:54.194Z Downloaded instability v0.3.11
8842026-04-07T02:20:54.197Z Downloaded fixedbitset v0.5.7
8852026-04-07T02:20:54.197Z Downloaded progenitor-macro v0.10.0
8862026-04-07T02:20:54.197Z Downloaded parse-display-derive v0.10.0
8872026-04-07T02:20:54.201Z Downloaded drift v0.1.3
8882026-04-07T02:20:54.204Z Downloaded progenitor-macro v0.13.0
8892026-04-07T02:20:54.204Z Downloaded progenitor-client v0.10.0
8902026-04-07T02:20:54.204Z Downloaded psl-types v2.0.11
8912026-04-07T02:20:54.204Z Downloaded paste v1.0.15
8922026-04-07T02:20:54.207Z Downloaded password-hash v0.5.0
8932026-04-07T02:20:54.207Z Downloaded proc-macro-crate v1.3.1
8942026-04-07T02:20:54.210Z Downloaded cc v1.2.56
8952026-04-07T02:20:54.210Z Downloaded peg-macros v0.8.5
8962026-04-07T02:20:54.214Z Downloaded async-compression v0.4.41
8972026-04-07T02:20:54.217Z Downloaded password-hash v0.4.2
8982026-04-07T02:20:54.217Z Downloaded num_enum v0.5.11
8992026-04-07T02:20:54.220Z Downloaded nu-ansi-term v0.50.3
9002026-04-07T02:20:54.220Z Downloaded base64 v0.22.1
9012026-04-07T02:20:54.223Z Downloaded num-complex v0.4.6
9022026-04-07T02:20:54.226Z Downloaded expectorate v1.2.0
9032026-04-07T02:20:54.226Z Downloaded pin-project-lite v0.2.17
9042026-04-07T02:20:54.230Z Downloaded pin-project-internal v1.1.11
9052026-04-07T02:20:54.230Z Downloaded phf v0.12.1
9062026-04-07T02:20:54.233Z Downloaded num-integer v0.1.46
9072026-04-07T02:20:54.233Z Downloaded parse-size v1.1.0
9082026-04-07T02:20:54.233Z Downloaded omicron-zone-package v0.12.2
9092026-04-07T02:20:54.236Z Downloaded crypto-bigint v0.5.5
9102026-04-07T02:20:54.239Z Downloaded pkcs8 v0.10.2
9112026-04-07T02:20:54.242Z Downloaded owo-colors v4.3.0
9122026-04-07T02:20:54.242Z Downloaded ppv-lite86 v0.2.21
9132026-04-07T02:20:54.243Z Downloaded pkg-config v0.3.32
9142026-04-07T02:20:54.246Z Downloaded peg v0.8.5
9152026-04-07T02:20:54.246Z Downloaded critical-section v1.2.0
9162026-04-07T02:20:54.249Z Downloaded heapless v0.7.17
9172026-04-07T02:20:54.249Z Downloaded poly1305 v0.8.0
9182026-04-07T02:20:54.252Z Downloaded phf v0.13.1
9192026-04-07T02:20:54.252Z Downloaded rand_chacha v0.3.1
9202026-04-07T02:20:54.255Z Downloaded quick-error v1.2.3
9212026-04-07T02:20:54.258Z Downloaded progenitor-macro v0.11.2
9222026-04-07T02:20:54.262Z Downloaded proc-macro-error-attr2 v2.0.0
9232026-04-07T02:20:54.265Z Downloaded radium v0.7.0
9242026-04-07T02:20:54.265Z Downloaded rand_xorshift v0.4.0
9252026-04-07T02:20:54.271Z Downloaded ref-cast-impl v1.0.25
9262026-04-07T02:20:54.274Z Downloaded parking_lot v0.11.2
9272026-04-07T02:20:54.277Z Downloaded psm v0.1.30
9282026-04-07T02:20:54.277Z Downloaded num-iter v0.1.45
9292026-04-07T02:20:54.280Z Downloaded diesel_derives v2.3.7
9302026-04-07T02:20:54.283Z Downloaded progenitor-client v0.11.2
9312026-04-07T02:20:54.286Z Downloaded proc-macro-error2 v2.0.1
9322026-04-07T02:20:54.286Z Downloaded predicates v3.1.4
9332026-04-07T02:20:54.289Z Downloaded russh-cryptovec v0.7.3
9342026-04-07T02:20:54.292Z Downloaded heapless v0.8.0
9352026-04-07T02:20:54.296Z Downloaded ref-cast v1.0.25
9362026-04-07T02:20:54.296Z Downloaded indicatif v0.18.4
9372026-04-07T02:20:54.299Z Downloaded hickory-resolver v0.24.4
9382026-04-07T02:20:54.302Z Downloaded pkcs5 v0.7.1
9392026-04-07T02:20:54.305Z Downloaded rand_core v0.6.4
9402026-04-07T02:20:54.305Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-04-07T02:20:54.305Z Downloaded recursive v0.1.1
9422026-04-07T02:20:54.305Z Downloaded progenitor-extras v0.1.1
9432026-04-07T02:20:54.308Z Downloaded rtoolbox v0.0.3
9442026-04-07T02:20:54.308Z Downloaded progenitor v0.13.0
9452026-04-07T02:20:54.308Z Downloaded p256 v0.13.2
9462026-04-07T02:20:54.311Z Downloaded r2d2 v0.8.10
9472026-04-07T02:20:54.311Z Downloaded parking_lot_core v0.8.6
9482026-04-07T02:20:54.314Z Downloaded parking_lot v0.12.5
9492026-04-07T02:20:54.314Z Downloaded packed_struct v0.10.1
9502026-04-07T02:20:54.318Z Downloaded libbz2-rs-sys v0.2.2
9512026-04-07T02:20:54.318Z Downloaded oso v0.27.3
9522026-04-07T02:20:54.321Z Downloaded pbkdf2 v0.12.2
9532026-04-07T02:20:54.321Z Downloaded progenitor v0.11.2
9542026-04-07T02:20:54.321Z Downloaded rfc6979 v0.4.0
9552026-04-07T02:20:54.322Z Downloaded pkcs1 v0.7.5
9562026-04-07T02:20:54.325Z Downloaded pem v3.0.6
9572026-04-07T02:20:54.325Z Downloaded miniz_oxide v0.8.9
9582026-04-07T02:20:54.328Z Downloaded rustc_version v0.1.7
9592026-04-07T02:20:54.331Z Downloaded rustc_version v0.4.1
9602026-04-07T02:20:54.337Z Downloaded proc-macro-crate v3.4.0
9612026-04-07T02:20:54.340Z Downloaded polyval v0.6.2
9622026-04-07T02:20:54.340Z Downloaded rand_core v0.9.5
9632026-04-07T02:20:54.343Z Downloaded pem-rfc7468 v0.7.0
9642026-04-07T02:20:54.346Z Downloaded progenitor v0.10.0
9652026-04-07T02:20:54.349Z Downloaded salsa20 v0.10.2
9662026-04-07T02:20:54.349Z Downloaded scopeguard v1.2.0
9672026-04-07T02:20:54.349Z Downloaded rustc-hash v2.1.1
9682026-04-07T02:20:54.349Z Downloaded primeorder v0.13.6
9692026-04-07T02:20:54.353Z Downloaded same-file v1.0.6
9702026-04-07T02:20:54.353Z Downloaded postgres-protocol v0.6.10
9712026-04-07T02:20:54.357Z Downloaded hashbrown v0.12.3
9722026-04-07T02:20:54.360Z Downloaded rand_chacha v0.9.0
9732026-04-07T02:20:54.363Z Downloaded quinn-udp v0.5.14
9742026-04-07T02:20:54.364Z Downloaded hashbrown v0.13.2
9752026-04-07T02:20:54.367Z Downloaded postcard v1.1.3
9762026-04-07T02:20:54.371Z Downloaded sapling-renderdag v0.1.0
9772026-04-07T02:20:54.375Z Downloaded elliptic-curve v0.13.8
9782026-04-07T02:20:54.378Z Downloaded scrypt v0.11.0
9792026-04-07T02:20:54.378Z Downloaded scheduled-thread-pool v0.2.7
9802026-04-07T02:20:54.382Z Downloaded postgres-types v0.2.12
9812026-04-07T02:20:54.382Z Downloaded secrecy v0.8.0
9822026-04-07T02:20:54.382Z Downloaded scroll_derive v0.13.1
9832026-04-07T02:20:54.385Z Downloaded rand_core v0.10.0
9842026-04-07T02:20:54.388Z Downloaded serde-big-array v0.5.1
9852026-04-07T02:20:54.391Z Downloaded semver v0.1.20
9862026-04-07T02:20:54.391Z Downloaded secrecy v0.10.3
9872026-04-07T02:20:54.395Z Downloaded rustls-pemfile v1.0.4
9882026-04-07T02:20:54.398Z Downloaded rusty-fork v0.3.1
9892026-04-07T02:20:54.398Z Downloaded progenitor-client v0.13.0
9902026-04-07T02:20:54.401Z Downloaded crossterm v0.28.1
9912026-04-07T02:20:54.405Z Downloaded rustls-pemfile v2.2.0
9922026-04-07T02:20:54.408Z Downloaded rustls-native-certs v0.8.3
9932026-04-07T02:20:54.411Z Downloaded seq-macro v0.3.6
9942026-04-07T02:20:54.415Z Downloaded progenitor-impl v0.13.0
9952026-04-07T02:20:54.415Z Downloaded prefix-trie v0.7.0
9962026-04-07T02:20:54.418Z Downloaded jiff-static v0.2.21
9972026-04-07T02:20:54.418Z Downloaded serde_spanned v1.0.4
9982026-04-07T02:20:54.421Z Downloaded serde_plain v1.0.2
9992026-04-07T02:20:54.421Z Downloaded http v1.4.0
10002026-04-07T02:20:54.425Z Downloaded hickory-resolver v0.25.2
10012026-04-07T02:20:54.428Z Downloaded parking_lot_core v0.9.12
10022026-04-07T02:20:54.431Z Downloaded rand_seeder v0.4.0
10032026-04-07T02:20:54.434Z Downloaded signal-hook-mio v0.2.5
10042026-04-07T02:20:54.434Z Downloaded sha1 v0.10.6
10052026-04-07T02:20:54.434Z Downloaded shell-words v1.1.1
10062026-04-07T02:20:54.437Z Downloaded serde_urlencoded v0.7.1
10072026-04-07T02:20:54.437Z Downloaded serde_bytes v0.11.19
10082026-04-07T02:20:54.437Z Downloaded serde_repr v0.1.20
10092026-04-07T02:20:54.441Z Downloaded resolv-conf v0.7.6
10102026-04-07T02:20:54.444Z Downloaded dropshot-api-manager v0.6.0
10112026-04-07T02:20:54.447Z Downloaded openssl-sys v0.9.111
10122026-04-07T02:20:54.451Z Downloaded aes v0.8.4
10132026-04-07T02:20:54.454Z Downloaded pin-project v1.1.11
10142026-04-07T02:20:54.459Z Downloaded slog-bunyan v2.5.0
10152026-04-07T02:20:54.462Z Downloaded signature v2.2.0
10162026-04-07T02:20:54.462Z Downloaded sct v0.7.1
10172026-04-07T02:20:54.465Z Downloaded siphasher v1.0.2
10182026-04-07T02:20:54.465Z Downloaded signal-hook-tokio v0.3.1
10192026-04-07T02:20:54.468Z Downloaded rustversion v1.0.22
10202026-04-07T02:20:54.471Z Downloaded der v0.7.10
10212026-04-07T02:20:54.474Z Downloaded rustls-pki-types v1.14.0
10222026-04-07T02:20:54.474Z Downloaded scroll v0.13.0
10232026-04-07T02:20:54.477Z Downloaded sigpipe v0.1.3
10242026-04-07T02:20:54.482Z Downloaded papergrid v0.17.0
10252026-04-07T02:20:54.485Z Downloaded serde_path_to_error v0.1.20
10262026-04-07T02:20:54.485Z Downloaded schemars_derive v0.8.22
10272026-04-07T02:20:54.488Z Downloaded sqlparser_derive v0.5.0
10282026-04-07T02:20:54.491Z Downloaded ssh-encoding v0.2.0
10292026-04-07T02:20:54.491Z Downloaded hyper-util v0.1.20
10302026-04-07T02:20:54.496Z Downloaded sec1 v0.7.3
10312026-04-07T02:20:54.499Z Downloaded rcgen v0.12.1
10322026-04-07T02:20:54.506Z Downloaded shlex v1.3.0
10332026-04-07T02:20:54.510Z Downloaded serde-hex v0.1.0
10342026-04-07T02:20:54.513Z Downloaded minimal-lexical v0.2.1
10352026-04-07T02:20:54.516Z Downloaded ssh-cipher v0.2.0
10362026-04-07T02:20:54.519Z Downloaded strip-ansi-escapes v0.2.1
10372026-04-07T02:20:54.519Z Downloaded structmeta-derive v0.3.0
10382026-04-07T02:20:54.522Z Downloaded strum v0.26.3
10392026-04-07T02:20:54.522Z Downloaded structmeta v0.3.0
10402026-04-07T02:20:54.525Z Downloaded subtle v2.6.1
10412026-04-07T02:20:54.525Z Downloaded mio v1.1.1
10422026-04-07T02:20:54.530Z Downloaded serde_derive_internals v0.29.1
10432026-04-07T02:20:54.533Z Downloaded hickory-server v0.25.2
10442026-04-07T02:20:54.533Z Downloaded nom v7.1.3
10452026-04-07T02:20:54.536Z Downloaded ryu v1.0.23
10462026-04-07T02:20:54.542Z Downloaded slog-async v2.8.0
10472026-04-07T02:20:54.545Z Downloaded sync_wrapper v1.0.2
10482026-04-07T02:20:54.548Z Downloaded sync-ptr v0.1.4
10492026-04-07T02:20:54.548Z Downloaded supports-color v3.0.2
10502026-04-07T02:20:54.551Z Downloaded rustls-platform-verifier v0.6.2
10512026-04-07T02:20:54.551Z Downloaded blake3 v1.8.3
10522026-04-07T02:20:54.556Z Downloaded tabwriter v1.4.1
10532026-04-07T02:20:54.560Z Downloaded tap v1.0.1
10542026-04-07T02:20:54.560Z Downloaded take_mut v0.2.2
10552026-04-07T02:20:54.560Z Downloaded tagptr v0.2.0
10562026-04-07T02:20:54.563Z Downloaded tabled_derive v0.11.0
10572026-04-07T02:20:54.563Z Downloaded slog-term v2.9.2
10582026-04-07T02:20:54.563Z Downloaded slog-json v2.6.1
10592026-04-07T02:20:54.563Z Downloaded slab v0.4.12
10602026-04-07T02:20:54.566Z Downloaded simd-adler32 v0.3.8
10612026-04-07T02:20:54.567Z Downloaded signal-hook-registry v1.4.8
10622026-04-07T02:20:54.567Z Downloaded qorb v0.4.1
10632026-04-07T02:20:54.569Z Downloaded pretty_assertions v1.4.1
10642026-04-07T02:20:54.573Z Downloaded progenitor-impl v0.10.0
10652026-04-07T02:20:54.573Z Downloaded prettyplease v0.2.37
10662026-04-07T02:20:54.576Z Downloaded itertools v0.10.5
10672026-04-07T02:20:54.579Z Downloaded termtree v0.5.1
10682026-04-07T02:20:54.582Z Downloaded static_assertions v1.1.0
10692026-04-07T02:20:54.582Z Downloaded stacker v0.1.23
10702026-04-07T02:20:54.582Z Downloaded time-core v0.1.8
10712026-04-07T02:20:54.585Z Downloaded slog-scope v4.4.1
10722026-04-07T02:20:54.585Z Downloaded slog-envlogger v2.2.0
10732026-04-07T02:20:54.585Z Downloaded testing_table v0.3.0
10742026-04-07T02:20:54.585Z Downloaded russh-keys v0.45.0
10752026-04-07T02:20:54.589Z Downloaded quinn v0.11.9
10762026-04-07T02:20:54.592Z Downloaded itertools v0.13.0
10772026-04-07T02:20:54.595Z Downloaded support-bundle-viewer v0.1.2
10782026-04-07T02:20:54.595Z Downloaded itertools v0.12.1
10792026-04-07T02:20:54.598Z Downloaded strum_macros v0.24.3
10802026-04-07T02:20:54.602Z Downloaded serde_cbor v0.11.2
10812026-04-07T02:20:54.605Z Downloaded ron v0.8.1
10822026-04-07T02:20:54.605Z Downloaded strum v0.27.2
10832026-04-07T02:20:54.608Z Downloaded smf v0.2.3
10842026-04-07T02:20:54.608Z Downloaded spki v0.7.3
10852026-04-07T02:20:54.612Z Downloaded tinyvec_macros v0.1.1
10862026-04-07T02:20:54.615Z Downloaded string_cache v0.8.9
10872026-04-07T02:20:54.615Z Downloaded snafu-derive v0.8.9
10882026-04-07T02:20:54.619Z Downloaded progenitor-impl v0.11.2
10892026-04-07T02:20:54.623Z Downloaded slog-dtrace v0.3.0
10902026-04-07T02:20:54.626Z Downloaded stringprep v0.1.5
10912026-04-07T02:20:54.633Z Downloaded publicsuffix v2.3.0
10922026-04-07T02:20:54.636Z Downloaded hyper v1.8.1
10932026-04-07T02:20:54.639Z Downloaded slog-stdlog v4.1.1
10942026-04-07T02:20:54.642Z Downloaded serde_with_macros v3.17.0
10952026-04-07T02:20:54.642Z Downloaded h2 v0.4.13
10962026-04-07T02:20:54.646Z Downloaded slog v2.8.2
10972026-04-07T02:20:54.649Z Downloaded strum_macros v0.27.2
10982026-04-07T02:20:54.652Z Downloaded thiserror-impl-no-std v2.0.2
10992026-04-07T02:20:54.652Z Downloaded topological-sort v0.2.2
11002026-04-07T02:20:54.657Z Downloaded smallvec v0.6.14
11012026-04-07T02:20:54.660Z Downloaded tiny-keccak v2.0.2
11022026-04-07T02:20:54.663Z Downloaded time-macros v0.2.27
11032026-04-07T02:20:54.663Z Downloaded signal-hook v0.3.18
11042026-04-07T02:20:54.666Z Downloaded rayon-core v1.13.0
11052026-04-07T02:20:54.672Z Downloaded thread-id v5.1.0
11062026-04-07T02:20:54.676Z Downloaded thiserror-no-std v2.0.2
11072026-04-07T02:20:54.679Z Downloaded termios v0.3.3
11082026-04-07T02:20:54.679Z Downloaded tower-service v0.3.3
11092026-04-07T02:20:54.679Z Downloaded tower-layer v0.3.3
11102026-04-07T02:20:54.684Z Downloaded tokio-macros v2.6.0
11112026-04-07T02:20:54.684Z Downloaded tokio-rustls v0.25.0
11122026-04-07T02:20:54.684Z Downloaded tls_codec_derive v0.4.2
11132026-04-07T02:20:54.687Z Downloaded thread_local v1.1.9
11142026-04-07T02:20:54.687Z Downloaded sqlformat v0.3.5
11152026-04-07T02:20:54.687Z Downloaded tokio-tungstenite v0.23.1
11162026-04-07T02:20:54.690Z Downloaded spin v0.9.8
11172026-04-07T02:20:54.693Z Downloaded samael v0.0.19
11182026-04-07T02:20:54.696Z Downloaded rand v0.8.5
11192026-04-07T02:20:54.711Z Downloaded unicode-truncate v1.1.0
11202026-04-07T02:20:54.715Z Downloaded unarray v0.1.4
11212026-04-07T02:20:54.718Z Downloaded trait-variant v0.1.2
11222026-04-07T02:20:54.718Z Downloaded tokio-dtrace v0.1.1
11232026-04-07T02:20:54.718Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-04-07T02:20:54.721Z Downloaded try-lock v0.2.5
11252026-04-07T02:20:54.721Z Downloaded num-bigint v0.4.6
11262026-04-07T02:20:54.725Z Downloaded serde_yaml v0.9.34+deprecated
11272026-04-07T02:20:54.729Z Downloaded tls_codec v0.4.2
11282026-04-07T02:20:54.729Z Downloaded similar v2.7.0
11292026-04-07T02:20:54.732Z Downloaded tokio-native-tls v0.3.1
11302026-04-07T02:20:54.732Z Downloaded schemars v0.8.22
11312026-04-07T02:20:54.742Z Downloaded utf-8 v0.7.6
11322026-04-07T02:20:54.746Z Downloaded hashbrown v0.15.5
11332026-04-07T02:20:54.748Z Downloaded iddqd v0.3.17
11342026-04-07T02:20:54.752Z Downloaded typify-macro v0.6.1
11352026-04-07T02:20:54.755Z Downloaded usdt-macro v0.6.0
11362026-04-07T02:20:54.755Z Downloaded usdt-attr-macro v0.6.0
11372026-04-07T02:20:54.755Z Downloaded usdt v0.6.0
11382026-04-07T02:20:54.758Z Downloaded untrusted v0.9.0
11392026-04-07T02:20:54.758Z Downloaded untrusted v0.7.1
11402026-04-07T02:20:54.758Z Downloaded wait-timeout v0.2.1
11412026-04-07T02:20:54.761Z Downloaded schemars v0.9.0
11422026-04-07T02:20:54.766Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-04-07T02:20:54.769Z Downloaded term v1.2.1
11442026-04-07T02:20:54.774Z Downloaded void v1.0.2
11452026-04-07T02:20:54.774Z Downloaded universal-hash v0.5.1
11462026-04-07T02:20:54.774Z Downloaded typify-macro v0.4.3
11472026-04-07T02:20:54.774Z Downloaded test-strategy v0.4.5
11482026-04-07T02:20:54.777Z Downloaded russh v0.45.0
11492026-04-07T02:20:54.780Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-04-07T02:20:54.780Z Downloaded crossterm v0.29.0
11512026-04-07T02:20:54.784Z Downloaded xshell-macros v0.2.7
11522026-04-07T02:20:54.787Z Downloaded xattr v1.6.1
11532026-04-07T02:20:54.787Z Downloaded toml_writer v1.0.6+spec-1.1.0
11542026-04-07T02:20:54.787Z Downloaded socket2 v0.6.2
11552026-04-07T02:20:54.790Z Downloaded want v0.3.1
11562026-04-07T02:20:54.790Z Downloaded waitgroup v0.1.2
11572026-04-07T02:20:54.790Z Downloaded rsa v0.9.10
11582026-04-07T02:20:54.793Z Downloaded term v0.7.0
11592026-04-07T02:20:54.796Z Downloaded unit-prefix v0.5.2
11602026-04-07T02:20:54.796Z Downloaded tokio-tungstenite v0.21.0
11612026-04-07T02:20:54.799Z Downloaded rustyline v14.0.0
11622026-04-07T02:20:54.802Z Downloaded tokio-stream v0.1.18
11632026-04-07T02:20:54.806Z Downloaded tokio-rustls v0.24.1
11642026-04-07T02:20:54.806Z Downloaded strum_macros v0.26.4
11652026-04-07T02:20:54.809Z Downloaded socket2 v0.5.10
11662026-04-07T02:20:54.809Z Downloaded rustls-webpki v0.103.9
11672026-04-07T02:20:54.819Z Downloaded toml v0.7.8
11682026-04-07T02:20:54.819Z Downloaded libxml v0.3.3
11692026-04-07T02:20:54.819Z Downloaded tar v0.4.45
11702026-04-07T02:20:54.822Z Downloaded tokio-rustls v0.26.4
11712026-04-07T02:20:54.823Z Downloaded tracing-attributes v0.1.31
11722026-04-07T02:20:54.826Z Downloaded usdt-impl v0.6.0
11732026-04-07T02:20:54.826Z Downloaded num-bigint-dig v0.8.6
11742026-04-07T02:20:54.829Z Downloaded zeroize_derive v1.4.3
11752026-04-07T02:20:54.833Z Downloaded libm v0.2.16
11762026-04-07T02:20:54.840Z Downloaded toml v1.0.6+spec-1.1.0
11772026-04-07T02:20:54.843Z Downloaded schemars v1.2.1
11782026-04-07T02:20:54.852Z Downloaded zone_cfg_derive v0.3.1
11792026-04-07T02:20:54.855Z Downloaded vsss-rs v3.3.4
11802026-04-07T02:20:54.855Z Downloaded vergen-lib v0.1.6
11812026-04-07T02:20:54.858Z Downloaded rpassword v7.4.0
11822026-04-07T02:20:54.858Z Downloaded vergen-git2 v1.0.7
11832026-04-07T02:20:54.858Z Downloaded uzers v0.12.2
11842026-04-07T02:20:54.861Z Downloaded snafu v0.8.9
11852026-04-07T02:20:54.864Z Downloaded vergen-gitcl v1.0.8
11862026-04-07T02:20:54.864Z Downloaded futures-util v0.3.32
11872026-04-07T02:20:54.872Z Downloaded tui-tree-widget v0.23.1
11882026-04-07T02:20:54.875Z Downloaded chrono v0.4.44
11892026-04-07T02:20:54.880Z Downloaded tinyvec v1.10.0
11902026-04-07T02:20:54.883Z Downloaded rand v0.9.2
11912026-04-07T02:20:54.886Z Downloaded unicase v2.9.0
11922026-04-07T02:20:54.886Z Downloaded bitvec v1.0.1
11932026-04-07T02:20:54.894Z Downloaded xshell v0.2.7
11942026-04-07T02:20:54.897Z Downloaded aws-lc-rs v1.16.0
11952026-04-07T02:20:54.902Z Downloaded twox-hash v2.1.2
11962026-04-07T02:20:54.906Z Downloaded whoami v1.6.1
11972026-04-07T02:20:54.909Z Downloaded iri-string v0.7.10
11982026-04-07T02:20:54.912Z Downloaded yasna v0.5.2
11992026-04-07T02:20:54.912Z Downloaded subprocess v0.2.15
12002026-04-07T02:20:54.915Z Downloaded wyz v0.5.1
12012026-04-07T02:20:54.915Z Downloaded zeroize v1.8.2
12022026-04-07T02:20:54.918Z Downloaded whoami v2.1.0
12032026-04-07T02:20:54.918Z Downloaded vergen v9.0.6
12042026-04-07T02:20:54.921Z Downloaded tracing-core v0.1.36
12052026-04-07T02:20:54.921Z Downloaded rand v0.10.0
12062026-04-07T02:20:54.924Z Downloaded itertools v0.14.0
12072026-04-07T02:20:54.927Z Downloaded zone v0.3.1
12082026-04-07T02:20:54.930Z Downloaded uuid v1.23.0
12092026-04-07T02:20:54.934Z Downloaded tungstenite v0.23.0
12102026-04-07T02:20:54.934Z Downloaded walkdir v2.5.0
12112026-04-07T02:20:54.937Z Downloaded tungstenite v0.21.0
12122026-04-07T02:20:54.937Z Downloaded p521 v0.13.3
12132026-04-07T02:20:54.940Z Downloaded hkdf v0.12.4
12142026-04-07T02:20:54.943Z Downloaded unsafe-libyaml v0.2.11
12152026-04-07T02:20:54.943Z Downloaded zstd-safe v7.2.4
12162026-04-07T02:20:54.946Z Downloaded regex v1.12.3
12172026-04-07T02:20:54.951Z Downloaded unicode-bidi v0.3.18
12182026-04-07T02:20:54.954Z Downloaded typify v0.4.3
12192026-04-07T02:20:54.954Z Downloaded unicode-properties v0.1.4
12202026-04-07T02:20:54.954Z Downloaded zerocopy v0.6.6
12212026-04-07T02:20:54.957Z Downloaded portable-atomic v1.13.1
12222026-04-07T02:20:54.961Z Downloaded bindgen v0.71.1
12232026-04-07T02:20:54.964Z Downloaded toml_edit v0.19.15
12242026-04-07T02:20:54.973Z Downloaded zstd v0.13.3
12252026-04-07T02:20:54.976Z Downloaded toml v0.9.12+spec-1.1.0
12262026-04-07T02:20:54.979Z Downloaded tokio-postgres v0.7.16
12272026-04-07T02:20:54.982Z Downloaded lalrpop v0.19.12
12282026-04-07T02:20:54.987Z Downloaded vte v0.14.1
12292026-04-07T02:20:54.990Z Downloaded typify v0.6.1
12302026-04-07T02:20:54.993Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-04-07T02:20:54.996Z Downloaded git2 v0.20.4
12322026-04-07T02:20:54.999Z Downloaded quick-xml v0.37.5
12332026-04-07T02:20:55.002Z Downloaded steno v0.4.1
12342026-04-07T02:20:55.005Z Downloaded goblin v0.10.5
12352026-04-07T02:20:55.008Z Downloaded reqwest v0.13.2
12362026-04-07T02:20:55.016Z Downloaded yansi v1.0.1
12372026-04-07T02:20:55.019Z Downloaded rustls-webpki v0.101.7
12382026-04-07T02:20:55.025Z Downloaded zopfli v0.8.3
12392026-04-07T02:20:55.029Z Downloaded zip v0.6.6
12402026-04-07T02:20:55.037Z Downloaded moka v0.12.13
12412026-04-07T02:20:55.041Z Downloaded dropshot v0.17.0
12422026-04-07T02:20:55.054Z Downloaded tower v0.5.3
12432026-04-07T02:20:55.059Z Downloaded ssh-key v0.6.7
12442026-04-07T02:20:55.064Z Downloaded salty v0.3.0
12452026-04-07T02:20:55.072Z Downloaded tough v0.20.0
12462026-04-07T02:20:55.076Z Downloaded reqwest v0.12.28
12472026-04-07T02:20:55.086Z Downloaded tokio-util v0.7.18
12482026-04-07T02:20:55.096Z Downloaded p384 v0.13.1
12492026-04-07T02:20:55.101Z Downloaded tower-http v0.6.8
12502026-04-07T02:20:55.106Z Downloaded x509-cert v0.2.5
12512026-04-07T02:20:55.113Z Downloaded zerocopy-derive v0.8.40
12522026-04-07T02:20:55.117Z Downloaded rayon v1.11.0
12532026-04-07T02:20:55.132Z Downloaded typed-path v0.9.3
12542026-04-07T02:20:55.136Z Downloaded reedline v0.40.0
12552026-04-07T02:20:55.141Z Downloaded zip v4.6.1
12562026-04-07T02:20:55.144Z Downloaded unicode-segmentation v1.12.0
12572026-04-07T02:20:55.149Z Downloaded unicode_categories v0.1.1
12582026-04-07T02:20:55.152Z Downloaded openssl v0.10.75
12592026-04-07T02:20:55.155Z Downloaded bstr v1.12.1
12602026-04-07T02:20:55.175Z Downloaded quinn-proto v0.11.13
12612026-04-07T02:20:55.179Z Downloaded winnow v0.6.26
12622026-04-07T02:20:55.184Z Downloaded unicode-normalization v0.1.25
12632026-04-07T02:20:55.187Z Downloaded nix v0.29.0
12642026-04-07T02:20:55.199Z Downloaded proptest v1.10.0
12652026-04-07T02:20:55.205Z Downloaded tabled v0.20.0
12662026-04-07T02:20:55.215Z Downloaded time v0.3.47
12672026-04-07T02:20:55.222Z Downloaded smoltcp v0.9.1
12682026-04-07T02:20:55.227Z Downloaded curve25519-dalek v4.1.3
12692026-04-07T02:20:55.232Z Downloaded serde_with v3.17.0
12702026-04-07T02:20:55.239Z Downloaded regex-syntax v0.6.29
12712026-04-07T02:20:55.250Z Downloaded petname v2.0.2
12722026-04-07T02:20:55.253Z Downloaded object v0.30.4
12732026-04-07T02:20:55.263Z Downloaded object v0.37.3
12742026-04-07T02:20:55.272Z Downloaded zlib-rs v0.6.2
12752026-04-07T02:20:55.277Z Downloaded vcpkg v0.2.15
12762026-04-07T02:20:55.301Z Downloaded winnow v0.5.40
12772026-04-07T02:20:55.305Z Downloaded webpki-roots v1.0.6
12782026-04-07T02:20:55.308Z Downloaded regress v0.10.5
12792026-04-07T02:20:55.312Z Downloaded rustls-webpki v0.102.8
12802026-04-07T02:20:55.323Z Downloaded rustls v0.23.37
12812026-04-07T02:20:55.330Z Downloaded rustls v0.22.4
12822026-04-07T02:20:55.338Z Downloaded regex-syntax v0.8.10
12832026-04-07T02:20:55.342Z Downloaded nix v0.27.1
12842026-04-07T02:20:55.347Z Downloaded radix_trie v0.2.1
12852026-04-07T02:20:55.350Z Downloaded polar-core v0.27.3
12862026-04-07T02:20:55.355Z Downloaded rustix v0.38.44
12872026-04-07T02:20:55.367Z Downloaded rustls v0.21.12
12882026-04-07T02:20:55.374Z Downloaded openapiv3 v2.2.0
12892026-04-07T02:20:55.380Z Downloaded diesel v2.3.7
12902026-04-07T02:20:55.394Z Downloaded nix v0.28.0
12912026-04-07T02:20:55.416Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-04-07T02:20:55.424Z Downloaded nix v0.31.1
12932026-04-07T02:20:55.431Z Downloaded tracing v0.1.44
12942026-04-07T02:20:55.443Z Downloaded ratatui v0.29.0
12952026-04-07T02:20:55.455Z Downloaded dropshot v0.16.7
12962026-04-07T02:20:55.470Z Downloaded hickory-proto v0.24.4
12972026-04-07T02:20:55.478Z Downloaded regex-automata v0.4.14
12982026-04-07T02:20:55.489Z Downloaded zerocopy v0.8.40
12992026-04-07T02:20:55.495Z Downloaded smoltcp v0.11.0
13002026-04-07T02:20:55.503Z Downloaded hickory-proto v0.25.2
13012026-04-07T02:20:55.513Z Downloaded chrono-tz v0.10.4
13022026-04-07T02:20:55.525Z Downloaded jiff v0.2.21
13032026-04-07T02:20:55.566Z Downloaded tokio v1.50.0
13042026-04-07T02:20:55.618Z Downloaded sqlparser v0.61.0
13052026-04-07T02:20:55.671Z Downloaded sled v0.34.7
13062026-04-07T02:20:55.684Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-04-07T02:20:55.717Z Downloaded typify-impl v0.4.3
13082026-04-07T02:20:55.735Z Downloaded typify-impl v0.6.1
13092026-04-07T02:20:55.752Z Downloaded zerocopy-derive v0.6.6
13102026-04-07T02:20:55.789Z Downloaded petgraph v0.6.5
13112026-04-07T02:20:55.838Z Downloaded petgraph v0.8.3
13122026-04-07T02:20:55.861Z Downloaded csv v1.4.0
13132026-04-07T02:20:55.874Z Downloaded libz-sys v1.1.24
13142026-04-07T02:20:55.887Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-04-07T02:20:55.900Z Downloaded sha3 v0.10.8
13162026-04-07T02:20:55.940Z Downloaded encoding_rs v0.8.35
13172026-04-07T02:20:55.959Z Downloaded ring v0.17.14
13182026-04-07T02:20:56.272Z Downloaded aws-lc-sys v0.37.1
13192026-04-07T02:20:56.525Z Compiling libc v0.2.180
13202026-04-07T02:20:56.525Z Compiling serde v1.0.228
13212026-04-07T02:20:56.529Z Compiling find-msvc-tools v0.1.9
13222026-04-07T02:20:56.529Z Compiling shlex v1.3.0
13232026-04-07T02:20:56.529Z Compiling log v0.4.29
13242026-04-07T02:20:56.529Z Compiling smallvec v1.15.1
13252026-04-07T02:20:56.529Z Compiling typenum v1.19.0
13262026-04-07T02:20:56.529Z Compiling subtle v2.6.1
13272026-04-07T02:20:56.529Z Compiling generic-array v0.14.7
13282026-04-07T02:20:56.529Z Compiling scopeguard v1.2.0
13292026-04-07T02:20:56.529Z Compiling const-oid v0.9.6
13302026-04-07T02:20:56.681Z Compiling portable-atomic v1.13.1
13312026-04-07T02:20:56.695Z Compiling zerocopy v0.8.40
13322026-04-07T02:20:56.706Z Compiling syn v2.0.117
13332026-04-07T02:20:56.720Z Compiling critical-section v1.2.0
13342026-04-07T02:20:56.723Z Compiling serde_json v1.0.149
13352026-04-07T02:20:56.871Z Compiling parking_lot_core v0.9.12
13362026-04-07T02:20:56.891Z Compiling pin-project-lite v0.2.17
13372026-04-07T02:20:56.908Z Compiling pkg-config v0.3.32
13382026-04-07T02:20:56.929Z Compiling lock_api v0.4.14
13392026-04-07T02:20:56.951Z Compiling bitflags v2.11.0
13402026-04-07T02:20:56.965Z Compiling libm v0.2.16
13412026-04-07T02:20:56.981Z Compiling num-traits v0.2.19
13422026-04-07T02:20:57.012Z Compiling futures-core v0.3.32
13432026-04-07T02:20:57.084Z Compiling percent-encoding v2.3.2
13442026-04-07T02:20:57.099Z Compiling allocator-api2 v0.2.21
13452026-04-07T02:20:57.173Z Compiling futures-sink v0.3.32
13462026-04-07T02:20:57.191Z Compiling cpufeatures v0.2.17
13472026-04-07T02:20:57.206Z Compiling getrandom v0.3.4
13482026-04-07T02:20:57.209Z Compiling foldhash v0.2.0
13492026-04-07T02:20:57.283Z Compiling futures-channel v0.3.32
13502026-04-07T02:20:57.302Z Compiling futures-io v0.3.32
13512026-04-07T02:20:57.332Z Compiling futures-task v0.3.32
13522026-04-07T02:20:57.336Z Compiling slab v0.4.12
13532026-04-07T02:20:57.455Z Compiling hashbrown v0.16.1
13542026-04-07T02:20:57.471Z Compiling rustversion v1.0.22
13552026-04-07T02:20:57.488Z Compiling form_urlencoded v1.2.2
13562026-04-07T02:20:57.505Z Compiling ident_case v1.0.1
13572026-04-07T02:20:57.521Z Compiling getrandom v0.4.1
13582026-04-07T02:20:57.536Z Compiling base64ct v1.8.3
13592026-04-07T02:20:57.551Z Compiling fs_extra v1.3.0
13602026-04-07T02:20:57.555Z Compiling dunce v1.0.5
13612026-04-07T02:20:57.555Z Compiling rand_core v0.10.0
13622026-04-07T02:20:57.645Z Compiling getrandom v0.2.17
13632026-04-07T02:20:57.662Z Compiling jobserver v0.1.34
13642026-04-07T02:20:57.677Z Compiling errno v0.3.14
13652026-04-07T02:20:57.757Z Compiling mio v1.1.1
13662026-04-07T02:20:57.836Z Compiling rand_core v0.6.4
13672026-04-07T02:20:57.836Z Compiling once_cell v1.21.3
13682026-04-07T02:20:57.867Z Compiling signal-hook-registry v1.4.8
13692026-04-07T02:20:57.867Z Compiling socket2 v0.6.2
13702026-04-07T02:20:57.912Z Compiling cc v1.2.56
13712026-04-07T02:20:57.915Z Compiling parking_lot v0.12.5
13722026-04-07T02:20:57.980Z Compiling indexmap v2.13.0
13732026-04-07T02:20:57.998Z Compiling pem-rfc7468 v0.7.0
13742026-04-07T02:20:58.052Z Compiling flagset v0.4.7
13752026-04-07T02:20:58.091Z Compiling rustix v1.1.3
13762026-04-07T02:20:58.125Z Compiling iana-time-zone v0.1.65
13772026-04-07T02:20:58.193Z Compiling rand_core v0.9.5
13782026-04-07T02:20:58.245Z Compiling uuid v1.23.0
13792026-04-07T02:20:58.261Z Compiling rustc_version v0.4.1
13802026-04-07T02:20:58.276Z Compiling aws-lc-rs v1.16.0
13812026-04-07T02:20:58.293Z Compiling vcpkg v0.2.15
13822026-04-07T02:20:58.309Z Compiling regex-syntax v0.8.10
13832026-04-07T02:20:58.327Z Compiling tracing-core v0.1.36
13842026-04-07T02:20:58.342Z Compiling openssl-probe v0.2.1
13852026-04-07T02:20:58.355Z Compiling untrusted v0.9.0
13862026-04-07T02:20:58.491Z Compiling base64 v0.22.1
13872026-04-07T02:20:58.495Z Compiling httparse v1.10.1
13882026-04-07T02:20:58.523Z Compiling schemars v0.8.22
13892026-04-07T02:20:58.540Z Compiling untrusted v0.7.1
13902026-04-07T02:20:58.583Z Compiling rustls v0.23.37
13912026-04-07T02:20:58.598Z Compiling tinyvec_macros v0.1.1
13922026-04-07T02:20:58.615Z Compiling tower-service v0.3.3
13932026-04-07T02:20:58.660Z Compiling cmake v0.1.57
13942026-04-07T02:20:58.678Z Compiling tower-layer v0.3.3
13952026-04-07T02:20:58.692Z Compiling atomic-waker v1.1.2
13962026-04-07T02:20:58.722Z Compiling try-lock v0.2.5
13972026-04-07T02:20:58.774Z Compiling dyn-clone v1.0.20
13982026-04-07T02:20:58.790Z Compiling tinyvec v1.10.0
13992026-04-07T02:20:58.831Z Compiling want v0.3.1
14002026-04-07T02:20:58.831Z Compiling spin v0.9.8
14012026-04-07T02:20:58.861Z Compiling aho-corasick v1.1.4
14022026-04-07T02:20:58.865Z Compiling openssl v0.10.75
14032026-04-07T02:20:58.865Z Compiling pin-utils v0.1.0
14042026-04-07T02:20:58.923Z Compiling powerfmt v0.2.0
14052026-04-07T02:20:58.940Z Compiling time-core v0.1.8
14062026-04-07T02:20:58.956Z Compiling crc32fast v1.5.0
14072026-04-07T02:20:58.987Z Compiling foreign-types-shared v0.1.1
14082026-04-07T02:20:59.014Z Compiling num-conv v0.2.0
14092026-04-07T02:20:59.060Z Compiling httpdate v1.0.3
14102026-04-07T02:20:59.077Z Compiling foreign-types v0.3.2
14112026-04-07T02:20:59.093Z Compiling deranged v0.5.8
14122026-04-07T02:20:59.096Z Compiling socket2 v0.5.10
14132026-04-07T02:20:59.124Z Compiling wait-timeout v0.2.1
14142026-04-07T02:20:59.148Z Compiling quick-error v1.2.3
14152026-04-07T02:20:59.165Z Compiling time-macros v0.2.27
14162026-04-07T02:20:59.168Z Compiling native-tls v0.2.18
14172026-04-07T02:20:59.196Z Compiling bit-vec v0.8.0
14182026-04-07T02:20:59.196Z Compiling syn v1.0.109
14192026-04-07T02:20:59.279Z Compiling crossbeam-utils v0.8.21
14202026-04-07T02:20:59.299Z Compiling siphasher v1.0.2
14212026-04-07T02:20:59.319Z Compiling simd-adler32 v0.3.8
14222026-04-07T02:20:59.333Z Compiling usdt-impl v0.6.0
14232026-04-07T02:20:59.425Z Compiling num_threads v0.1.7
14242026-04-07T02:20:59.440Z Compiling bit-set v0.8.0
14252026-04-07T02:20:59.512Z Compiling unicode-normalization v0.1.25
14262026-04-07T02:20:59.544Z Compiling heapless v0.7.17
14272026-04-07T02:20:59.560Z Compiling slog v2.8.2
14282026-04-07T02:20:59.564Z Compiling aws-lc-sys v0.37.1
14292026-04-07T02:20:59.592Z Compiling synstructure v0.13.2
14302026-04-07T02:20:59.596Z Compiling ring v0.17.14
14312026-04-07T02:20:59.596Z Compiling openssl-sys v0.9.111
14322026-04-07T02:20:59.639Z Compiling serde_derive_internals v0.29.1
14332026-04-07T02:20:59.642Z Compiling pest_generator v2.8.6
14342026-04-07T02:20:59.670Z Compiling darling_core v0.20.11
14352026-04-07T02:20:59.829Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-04-07T02:20:59.892Z Compiling regex-automata v0.4.14
14372026-04-07T02:21:00.024Z Compiling tempfile v3.25.0
14382026-04-07T02:21:00.202Z Compiling darling_core v0.21.3
14392026-04-07T02:21:00.232Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-04-07T02:21:00.353Z Compiling time v0.3.47
14412026-04-07T02:21:00.380Z Compiling rusty-fork v0.3.1
14422026-04-07T02:21:00.455Z Compiling rand_xorshift v0.4.0
14432026-04-07T02:21:00.522Z Compiling thread-id v5.1.0
14442026-04-07T02:21:00.539Z Compiling sync_wrapper v1.0.2
14452026-04-07T02:21:00.618Z Compiling cookie v0.18.1
14462026-04-07T02:21:00.638Z Compiling signal-hook v0.3.18
14472026-04-07T02:21:00.660Z Compiling anyhow v1.0.102
14482026-04-07T02:21:00.677Z Compiling adler2 v2.0.1
14492026-04-07T02:21:00.718Z Compiling paste v1.0.15
14502026-04-07T02:21:00.764Z Compiling unicode-properties v0.1.4
14512026-04-07T02:21:00.816Z Compiling zstd-safe v7.2.4
14522026-04-07T02:21:00.834Z Compiling unicode-bidi v0.3.18
14532026-04-07T02:21:00.837Z Compiling unarray v0.1.4
14542026-04-07T02:21:00.967Z Compiling miniz_oxide v0.8.9
14552026-04-07T02:21:01.214Z Compiling stringprep v0.1.5
14562026-04-07T02:21:01.330Z Compiling num-integer v0.1.46
14572026-04-07T02:21:01.446Z Compiling curve25519-dalek v4.1.3
14582026-04-07T02:21:01.498Z Compiling serde_derive v1.0.228
14592026-04-07T02:21:01.617Z Compiling zeroize_derive v1.4.3
14602026-04-07T02:21:01.632Z Compiling zerofrom-derive v0.1.6
14612026-04-07T02:21:01.663Z Compiling yoke-derive v0.8.1
14622026-04-07T02:21:01.697Z Compiling zerocopy-derive v0.8.40
14632026-04-07T02:21:01.712Z Compiling zerovec-derive v0.11.2
14642026-04-07T02:21:01.812Z Compiling displaydoc v0.2.5
14652026-04-07T02:21:02.046Z Compiling tokio-macros v2.6.0
14662026-04-07T02:21:02.066Z Compiling futures-macro v0.3.32
14672026-04-07T02:21:02.252Z Compiling der_derive v0.7.3
14682026-04-07T02:21:02.321Z Compiling zeroize v1.8.2
14692026-04-07T02:21:02.629Z Compiling thiserror-impl v2.0.18
14702026-04-07T02:21:02.885Z Compiling rustls-pki-types v1.14.0
14712026-04-07T02:21:02.969Z Compiling tracing-attributes v0.1.31
14722026-04-07T02:21:02.986Z Compiling scroll_derive v0.13.1
14732026-04-07T02:21:02.989Z Compiling schemars_derive v0.8.22
14742026-04-07T02:21:03.020Z Compiling futures-util v0.3.32
14752026-04-07T02:21:03.171Z Compiling crypto-common v0.1.7
14762026-04-07T02:21:03.186Z Compiling zerofrom v0.1.6
14772026-04-07T02:21:03.303Z Compiling yoke v0.8.1
14782026-04-07T02:21:03.322Z Compiling block-buffer v0.10.4
14792026-04-07T02:21:03.352Z Compiling block-padding v0.3.3
14802026-04-07T02:21:03.375Z Compiling der v0.7.10
14812026-04-07T02:21:03.508Z Compiling digest v0.10.7
14822026-04-07T02:21:03.523Z Compiling zerovec v0.11.5
14832026-04-07T02:21:03.541Z Compiling zerotrie v0.2.3
14842026-04-07T02:21:03.787Z Compiling hmac v0.12.1
14852026-04-07T02:21:03.867Z Compiling inout v0.1.4
14862026-04-07T02:21:03.884Z Compiling sha2 v0.10.9
14872026-04-07T02:21:03.962Z Compiling pbkdf2 v0.12.2
14882026-04-07T02:21:04.057Z Compiling tinystr v0.8.2
14892026-04-07T02:21:04.072Z Compiling potential_utf v0.1.4
14902026-04-07T02:21:04.088Z Compiling cipher v0.4.4
14912026-04-07T02:21:04.104Z Compiling thiserror v2.0.18
14922026-04-07T02:21:04.231Z Compiling icu_locale_core v2.1.1
14932026-04-07T02:21:04.262Z Compiling icu_collections v2.1.1
14942026-04-07T02:21:04.284Z Compiling spki v0.7.3
14952026-04-07T02:21:04.332Z Compiling salsa20 v0.10.2
14962026-04-07T02:21:04.363Z Compiling cbc v0.1.2
14972026-04-07T02:21:04.386Z Compiling aes v0.8.4
14982026-04-07T02:21:04.401Z Compiling tracing v0.1.44
14992026-04-07T02:21:04.493Z Compiling scrypt v0.11.0
15002026-04-07T02:21:04.514Z Compiling pest_derive v2.8.6
15012026-04-07T02:21:04.536Z Compiling scroll v0.13.0
15022026-04-07T02:21:04.649Z Compiling darling_macro v0.20.11
15032026-04-07T02:21:04.689Z Compiling openssl-macros v0.1.1
15042026-04-07T02:21:04.825Z Compiling goblin v0.10.5
15052026-04-07T02:21:04.840Z Compiling pkcs5 v0.7.1
15062026-04-07T02:21:04.876Z Compiling icu_provider v2.1.1
15072026-04-07T02:21:04.975Z Compiling dtrace-parser v0.3.0
15082026-04-07T02:21:05.123Z Compiling icu_properties v2.1.2
15092026-04-07T02:21:05.151Z Compiling icu_normalizer v2.1.1
15102026-04-07T02:21:05.209Z Compiling bytes v1.11.1
15112026-04-07T02:21:05.240Z Compiling chrono v0.4.44
15122026-04-07T02:21:05.257Z Compiling pkcs8 v0.10.2
15132026-04-07T02:21:05.260Z Compiling ipnet v2.11.0
15142026-04-07T02:21:05.357Z Compiling darling v0.20.11
15152026-04-07T02:21:05.450Z Compiling derive_builder_core v0.20.2
15162026-04-07T02:21:05.465Z Compiling signature v2.2.0
15172026-04-07T02:21:05.582Z Compiling rustls-native-certs v0.8.3
15182026-04-07T02:21:05.607Z Compiling thiserror-impl v1.0.69
15192026-04-07T02:21:05.659Z Compiling scroll_derive v0.12.1
15202026-04-07T02:21:05.731Z Compiling tokio v1.50.0
15212026-04-07T02:21:05.771Z Compiling http v1.4.0
15222026-04-07T02:21:05.797Z Compiling serde_spanned v0.6.9
15232026-04-07T02:21:05.866Z Compiling toml_datetime v0.6.11
15242026-04-07T02:21:05.882Z Compiling erased-serde v0.3.31
15252026-04-07T02:21:05.967Z Compiling serde_tokenstream v0.2.3
15262026-04-07T02:21:06.153Z Compiling idna_adapter v1.2.1
15272026-04-07T02:21:06.287Z Compiling ppv-lite86 v0.2.21
15282026-04-07T02:21:06.314Z Compiling idna v1.1.0
15292026-04-07T02:21:06.330Z Compiling md-5 v0.10.6
15302026-04-07T02:21:06.371Z Compiling scroll v0.12.0
15312026-04-07T02:21:06.404Z Compiling derive_builder_macro v0.20.2
15322026-04-07T02:21:06.419Z Compiling webpki-roots v1.0.6
15332026-04-07T02:21:06.475Z Compiling http-body v1.0.1
15342026-04-07T02:21:06.518Z Compiling darling_macro v0.21.3
15352026-04-07T02:21:06.559Z Compiling zerocopy-derive v0.7.35
15362026-04-07T02:21:06.635Z Compiling url v2.5.8
15372026-04-07T02:21:06.654Z Compiling rand_chacha v0.9.0
15382026-04-07T02:21:06.669Z Compiling http-body-util v0.1.3
15392026-04-07T02:21:06.721Z Compiling rand_chacha v0.3.1
15402026-04-07T02:21:06.752Z Compiling vergen-lib v0.1.6
15412026-04-07T02:21:06.815Z Compiling ff v0.13.1
15422026-04-07T02:21:06.917Z Compiling rand v0.9.2
15432026-04-07T02:21:06.943Z Compiling thiserror v1.0.69
15442026-04-07T02:21:06.946Z Compiling hash32 v0.2.1
15452026-04-07T02:21:06.978Z Compiling memoffset v0.9.1
15462026-04-07T02:21:06.978Z Compiling ref-cast v1.0.25
15472026-04-07T02:21:07.021Z Compiling num-bigint-dig v0.8.6
15482026-04-07T02:21:07.044Z Compiling iri-string v0.7.10
15492026-04-07T02:21:07.064Z Compiling litrs v1.0.0
15502026-04-07T02:21:07.197Z Compiling smoltcp v0.9.1
15512026-04-07T02:21:07.234Z Compiling base16ct v0.2.0
15522026-04-07T02:21:07.320Z Compiling psl-types v2.0.11
15532026-04-07T02:21:07.410Z Compiling ryu v1.0.23
15542026-04-07T02:21:07.436Z Compiling fallible-iterator v0.2.0
15552026-04-07T02:21:07.464Z Compiling zlib-rs v0.6.2
15562026-04-07T02:21:07.496Z Compiling proptest v1.10.0
15572026-04-07T02:21:07.511Z Compiling rustix v0.38.44
15582026-04-07T02:21:07.562Z Compiling cfg_aliases v0.2.1
15592026-04-07T02:21:07.611Z Compiling dof v0.4.0
15602026-04-07T02:21:07.644Z Compiling document-features v0.2.12
15612026-04-07T02:21:07.659Z Compiling nix v0.31.1
15622026-04-07T02:21:07.752Z Compiling postgres-protocol v0.6.10
15632026-04-07T02:21:07.767Z Compiling serde_urlencoded v0.7.1
15642026-04-07T02:21:07.961Z Compiling ipnetwork v0.21.1
15652026-04-07T02:21:07.981Z Compiling zerocopy v0.7.35
15662026-04-07T02:21:08.054Z Compiling publicsuffix v2.3.0
15672026-04-07T02:21:08.069Z Compiling sec1 v0.7.3
15682026-04-07T02:21:08.250Z Compiling oxnet v0.1.4
15692026-04-07T02:21:08.340Z Compiling darling v0.21.3
15702026-04-07T02:21:08.401Z Compiling rand v0.8.5
15712026-04-07T02:21:08.422Z Compiling group v0.13.0
15722026-04-07T02:21:08.425Z Compiling derive_builder v0.20.2
15732026-04-07T02:21:08.438Z Compiling goblin v0.8.2
15742026-04-07T02:21:08.552Z Compiling hubpack_derive v0.1.1
15752026-04-07T02:21:08.582Z Compiling cargo-platform v0.1.9
15762026-04-07T02:21:08.597Z Compiling hkdf v0.12.4
15772026-04-07T02:21:08.622Z Compiling crypto-bigint v0.5.5
15782026-04-07T02:21:08.679Z Compiling regex v1.12.3
15792026-04-07T02:21:08.894Z Compiling num-iter v0.1.45
15802026-04-07T02:21:08.939Z Compiling ref-cast-impl v1.0.25
15812026-04-07T02:21:08.957Z Compiling async-trait v0.1.89
15822026-04-07T02:21:08.973Z Compiling daft-derive v0.1.5
15832026-04-07T02:21:09.037Z Compiling strum_macros v0.27.2
15842026-04-07T02:21:09.065Z Compiling curve25519-dalek-derive v0.1.1
15852026-04-07T02:21:09.302Z Compiling terminal_size v0.4.3
15862026-04-07T02:21:09.450Z Compiling phf_shared v0.13.1
15872026-04-07T02:21:09.467Z Compiling lazy_static v1.5.0
15882026-04-07T02:21:09.470Z Compiling vergen v9.0.6
15892026-04-07T02:21:09.513Z Compiling fs-err v3.3.0
15902026-04-07T02:21:09.581Z Compiling ahash v0.8.12
15912026-04-07T02:21:09.603Z Compiling object v0.37.3
15922026-04-07T02:21:09.695Z Compiling tokio-util v0.7.18
15932026-04-07T02:21:09.741Z Compiling tower v0.5.3
15942026-04-07T02:21:09.783Z Compiling tokio-native-tls v0.3.1
15952026-04-07T02:21:09.786Z Compiling libbz2-rs-sys v0.2.2
15962026-04-07T02:21:09.786Z Compiling bitflags v1.3.2
15972026-04-07T02:21:09.815Z Compiling foldhash v0.1.5
15982026-04-07T02:21:09.846Z Compiling managed v0.8.0
15992026-04-07T02:21:09.876Z Compiling winnow v0.5.40
16002026-04-07T02:21:09.955Z Compiling newtype-uuid v1.3.2
16012026-04-07T02:21:10.000Z Compiling bumpalo v3.20.2
16022026-04-07T02:21:10.024Z Compiling unicode-segmentation v1.12.0
16032026-04-07T02:21:10.083Z Compiling clap_builder v4.5.60
16042026-04-07T02:21:10.269Z Compiling tower-http v0.6.8
16052026-04-07T02:21:10.283Z Compiling bzip2 v0.6.1
16062026-04-07T02:21:10.319Z Compiling zopfli v0.8.3
16072026-04-07T02:21:10.433Z Compiling h2 v0.4.13
16082026-04-07T02:21:10.511Z Compiling flate2 v1.1.9
16092026-04-07T02:21:10.531Z Compiling daft v0.1.5
16102026-04-07T02:21:10.839Z Compiling hashbrown v0.15.5
16112026-04-07T02:21:10.846Z Compiling dof v0.3.0
16122026-04-07T02:21:10.949Z Compiling phf v0.13.1
16132026-04-07T02:21:10.966Z Compiling elliptic-curve v0.13.8
16142026-04-07T02:21:11.056Z Compiling signal-hook-mio v0.2.5
16152026-04-07T02:21:11.119Z Compiling strum v0.27.2
16162026-04-07T02:21:11.136Z Compiling cargo_metadata v0.19.2
16172026-04-07T02:21:11.198Z Compiling toml_edit v0.19.15
16182026-04-07T02:21:11.273Z Compiling usdt-attr-macro v0.6.0
16192026-04-07T02:21:11.316Z Compiling usdt-macro v0.6.0
16202026-04-07T02:21:11.365Z Compiling cookie_store v0.22.1
16212026-04-07T02:21:11.399Z Compiling hubpack v0.1.2
16222026-04-07T02:21:11.532Z Compiling bzip2 v0.4.4
16232026-04-07T02:21:11.607Z Compiling serde_with_macros v3.17.0
16242026-04-07T02:21:11.711Z Compiling zstd v0.13.3
16252026-04-07T02:21:11.738Z Compiling postgres-types v0.2.12
16262026-04-07T02:21:12.005Z Compiling dtrace-parser v0.2.0
16272026-04-07T02:21:12.079Z Compiling ed25519 v2.2.3
16282026-04-07T02:21:12.129Z Compiling pkcs1 v0.7.5
16292026-04-07T02:21:12.153Z Compiling serde-big-array v0.5.1
16302026-04-07T02:21:12.181Z Compiling hex v0.4.3
16312026-04-07T02:21:12.322Z Compiling rfc6979 v0.4.0
16322026-04-07T02:21:12.343Z Compiling bstr v1.12.1
16332026-04-07T02:21:12.468Z Compiling serde_repr v0.1.20
16342026-04-07T02:21:12.483Z Compiling strum_macros v0.26.4
16352026-04-07T02:21:12.554Z Compiling clap_derive v4.5.55
16362026-04-07T02:21:12.570Z Compiling enum-as-inner v0.6.1
16372026-04-07T02:21:12.824Z Compiling phf_shared v0.11.3
16382026-04-07T02:21:12.839Z Compiling float-cmp v0.10.0
16392026-04-07T02:21:12.951Z Compiling thread-id v4.2.2
16402026-04-07T02:21:13.012Z Compiling memmap2 v0.9.10
16412026-04-07T02:21:13.033Z Compiling env_filter v1.0.0
16422026-04-07T02:21:13.036Z Compiling encoding_rs v0.8.35
16432026-04-07T02:21:13.069Z Compiling precomputed-hash v0.1.1
16442026-04-07T02:21:13.072Z Compiling jiff v0.2.21
16452026-04-07T02:21:13.072Z Compiling mime v0.3.17
16462026-04-07T02:21:13.142Z Compiling predicates-core v1.0.10
16472026-04-07T02:21:13.204Z Compiling either v1.15.0
16482026-04-07T02:21:13.247Z Compiling keccak v0.1.6
16492026-04-07T02:21:13.264Z Compiling whoami v2.1.0
16502026-04-07T02:21:13.347Z Compiling new_debug_unreachable v1.0.6
16512026-04-07T02:21:13.366Z Compiling rustc-hash v2.1.1
16522026-04-07T02:21:13.366Z Compiling data-encoding v2.10.0
16532026-04-07T02:21:13.426Z Compiling difflib v0.4.0
16542026-04-07T02:21:13.449Z Compiling static_assertions v1.1.0
16552026-04-07T02:21:13.510Z Compiling fixedbitset v0.4.2
16562026-04-07T02:21:13.538Z Compiling hyper v1.8.1
16572026-04-07T02:21:13.679Z Compiling fixedbitset v0.5.7
16582026-04-07T02:21:13.746Z Compiling normalize-line-endings v0.3.0
16592026-04-07T02:21:13.860Z Compiling predicates v3.1.4
16602026-04-07T02:21:13.952Z Compiling petgraph v0.8.3
16612026-04-07T02:21:14.009Z Compiling hickory-proto v0.25.2
16622026-04-07T02:21:14.024Z Compiling petgraph v0.6.5
16632026-04-07T02:21:14.027Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-04-07T02:21:14.083Z Compiling tokio-postgres v0.7.16
16652026-04-07T02:21:14.101Z Compiling iddqd v0.3.17
16662026-04-07T02:21:14.314Z Compiling strum v0.26.3
16672026-04-07T02:21:14.406Z Compiling clap v4.5.60
16682026-04-07T02:21:14.467Z Compiling string_cache v0.8.9
16692026-04-07T02:21:14.503Z Compiling sha3 v0.10.8
16702026-04-07T02:21:14.571Z Compiling itertools v0.13.0
16712026-04-07T02:21:14.587Z Compiling toml_edit v0.22.27
16722026-04-07T02:21:14.625Z Compiling env_logger v0.11.9
16732026-04-07T02:21:14.719Z Compiling hyper-util v0.1.20
16742026-04-07T02:21:15.009Z Compiling usdt v0.6.0
16752026-04-07T02:21:15.045Z Compiling usdt-impl v0.5.0
16762026-04-07T02:21:15.239Z Compiling serde_with v3.17.0
16772026-04-07T02:21:15.302Z Compiling similar v2.7.0
16782026-04-07T02:21:15.320Z Compiling crossterm v0.28.1
16792026-04-07T02:21:15.628Z Compiling toml v0.7.8
16802026-04-07T02:21:15.667Z Compiling ecdsa v0.16.9
16812026-04-07T02:21:15.878Z Compiling zip v4.6.1
16822026-04-07T02:21:16.002Z Compiling rsa v0.9.10
16832026-04-07T02:21:16.085Z Compiling ed25519-dalek v2.2.0
16842026-04-07T02:21:16.209Z Compiling hyper-tls v0.6.0
16852026-04-07T02:21:16.467Z Compiling zip v0.6.6
16862026-04-07T02:21:16.764Z Compiling tokio-stream v0.1.18
16872026-04-07T02:21:16.799Z Compiling heck v0.4.1
16882026-04-07T02:21:16.913Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-04-07T02:21:16.933Z Compiling buf-list v1.1.2
16902026-04-07T02:21:16.954Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16912026-04-07T02:21:17.032Z Compiling openapiv3 v2.2.0
16922026-04-07T02:21:17.045Z Compiling x509-cert v0.2.5
16932026-04-07T02:21:17.058Z Compiling sha1 v0.10.6
16942026-04-07T02:21:17.076Z Compiling crossbeam-epoch v0.9.18
16952026-04-07T02:21:17.239Z Compiling toml_datetime v0.7.5+spec-1.1.0
16962026-04-07T02:21:17.274Z Compiling lalrpop-util v0.19.12
16972026-04-07T02:21:17.290Z Compiling peg-runtime v0.8.5
16982026-04-07T02:21:17.310Z Compiling thread_local v1.1.9
16992026-04-07T02:21:17.413Z Compiling slog-async v2.8.0
17002026-04-07T02:21:17.431Z Compiling futures-executor v0.3.32
17012026-04-07T02:21:17.478Z Compiling crossbeam-channel v0.5.15
17022026-04-07T02:21:17.510Z Compiling filetime v0.2.27
17032026-04-07T02:21:17.549Z Compiling is-terminal v0.4.17
17042026-04-07T02:21:17.592Z Compiling take_mut v0.2.2
17052026-04-07T02:21:17.615Z Compiling xattr v1.6.1
17062026-04-07T02:21:17.637Z Compiling term v1.2.1
17072026-04-07T02:21:17.665Z Compiling futures v0.3.32
17082026-04-07T02:21:17.753Z Compiling tar v0.4.45
17092026-04-07T02:21:17.940Z Compiling slog-term v2.9.2
17102026-04-07T02:21:33.195Z Compiling rustls-webpki v0.103.9
17112026-04-07T02:21:36.109Z Compiling tokio-rustls v0.26.4
17122026-04-07T02:21:36.109Z Compiling rustls-platform-verifier v0.6.2
17132026-04-07T02:21:36.307Z Compiling hyper-rustls v0.27.7
17142026-04-07T02:21:36.499Z Compiling reqwest v0.12.28
17152026-04-07T02:21:36.499Z Compiling reqwest v0.13.2
17162026-04-07T02:21:38.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-04-07T02:21:38.745Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-04-07T02:21:41.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.48s
17192026-04-07T02:21:41.742Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17202026-04-07T02:21:41.801ZApr 07 02:21:40.769 INFO Starting download, target: Console
17212026-04-07T02:21:41.802ZApr 07 02:21:40.770 INFO Starting download, target: Cockroach
17222026-04-07T02:21:41.802ZApr 07 02:21:40.770 INFO Starting download, target: Clickhouse
17232026-04-07T02:21:41.802ZApr 07 02:21:40.770 INFO Starting download, target: DendriteStub
17242026-04-07T02:21:41.802ZApr 07 02:21:40.770 INFO Starting download, target: MaghemiteMgd
17252026-04-07T02:21:41.802ZApr 07 02:21:40.770 INFO Starting download, target: TransceiverControl
17262026-04-07T02:21:41.805ZApr 07 02:21:40.770 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-04-07T02:21:41.805ZApr 07 02:21:40.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-04-07T02:21:41.805ZApr 07 02:21:40.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-04-07T02:21:41.805ZApr 07 02:21:40.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-04-07T02:21:41.805ZApr 07 02:21:40.771 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-04-07T02:21:41.805ZApr 07 02:21:40.771 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-04-07T02:21:42.136ZApr 07 02:21:41.104 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-04-07T02:21:42.359ZApr 07 02:21:41.319 INFO Download complete, target: TransceiverControl
17342026-04-07T02:21:42.836ZApr 07 02:21:41.801 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-04-07T02:21:43.081ZApr 07 02:21:42.048 INFO Download complete, target: Console
17362026-04-07T02:21:43.414ZApr 07 02:21:42.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-04-07T02:21:43.570ZApr 07 02:21:42.537 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-04-07T02:21:44.213ZApr 07 02:21:43.181 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-04-07T02:21:44.213ZApr 07 02:21:43.181 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-04-07T02:21:44.307ZApr 07 02:21:43.275 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-04-07T02:21:45.808ZApr 07 02:21:44.775 INFO Download complete, target: DendriteStub
17422026-04-07T02:21:45.925ZApr 07 02:21:44.893 INFO Download complete, target: MaghemiteMgd
17432026-04-07T02:21:49.014ZApr 07 02:21:47.981 INFO Checking that binary works, target: Cockroach
17442026-04-07T02:21:49.114ZApr 07 02:21:48.082 INFO Download complete, target: Cockroach
17452026-04-07T02:21:51.183ZApr 07 02:21:50.150 INFO Checking that binary works, target: Clickhouse
17462026-04-07T02:21:51.338ZApr 07 02:21:50.305 INFO Download complete, target: Clickhouse
17472026-04-07T02:21:51.344ZAll prerequisites installed successfully
17482026-04-07T02:21:51.347Z
17492026-04-07T02:21:51.347Zreal 2:45.595163698
17502026-04-07T02:21:51.347Zuser 7:21.805506905
17512026-04-07T02:21:51.347Zsys 1:44.247181723
17522026-04-07T02:21:51.347Ztrap 0.246905491
17532026-04-07T02:21:51.347Ztflt 2.272972645
17542026-04-07T02:21:51.347Zdflt 3.086050430
17552026-04-07T02:21:51.347Zkflt 0.155186865
17562026-04-07T02:21:51.347Zlock 22:48.536359133
17572026-04-07T02:21:51.347Zslp 19:59.060924263
17582026-04-07T02:21:51.347Zlat 24.011313144
17592026-04-07T02:21:51.347Zstop 2:57.007652406
17602026-04-07T02:21:51.347Z+ ptime -m cargo xtask download softnpu
17612026-04-07T02:21:51.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17622026-04-07T02:21:51.940Z Running `target/debug/xtask download softnpu`
17632026-04-07T02:21:52.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17642026-04-07T02:21:52.789Z Running `target/debug/xtask-downloader softnpu`
17652026-04-07T02:21:52.829ZApr 07 02:21:51.795 INFO Starting download, target: Softnpu
17662026-04-07T02:21:52.835ZApr 07 02:21:51.795 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17672026-04-07T02:21:54.045ZApr 07 02:21:53.007 INFO Download complete, target: Softnpu
17682026-04-07T02:21:54.050Z
17692026-04-07T02:21:54.051Zreal 2.692586009
17702026-04-07T02:21:54.051Zuser 1.354545878
17712026-04-07T02:21:54.051Zsys 0.661749946
17722026-04-07T02:21:54.051Ztrap 0.000961134
17732026-04-07T02:21:54.051Ztflt 0.000235266
17742026-04-07T02:21:54.051Zdflt 0.000426495
17752026-04-07T02:21:54.051Zkflt 0.000000000
17762026-04-07T02:21:54.051Zlock 23.012083347
17772026-04-07T02:21:54.052Zslp 0.995090782
17782026-04-07T02:21:54.052Zlat 0.076936556
17792026-04-07T02:21:54.052Zstop 0.000197454
17802026-04-07T02:21:54.052Z+ export CARGO_INCREMENTAL=0
17812026-04-07T02:21:54.052Z+ CARGO_INCREMENTAL=0
17822026-04-07T02:21:54.052Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17832026-04-07T02:21:54.933Z Compiling proc-macro2 v1.0.106
17842026-04-07T02:21:54.933Z Compiling quote v1.0.44
17852026-04-07T02:21:54.933Z Compiling unicode-ident v1.0.24
17862026-04-07T02:21:54.936Z Compiling libc v0.2.180
17872026-04-07T02:21:54.936Z Compiling serde_core v1.0.228
17882026-04-07T02:21:54.936Z Compiling serde v1.0.228
17892026-04-07T02:21:54.936Z Compiling cfg-if v1.0.4
17902026-04-07T02:21:54.936Z Compiling version_check v0.9.5
17912026-04-07T02:21:54.936Z Compiling find-msvc-tools v0.1.9
17922026-04-07T02:21:55.077Z Compiling shlex v1.3.0
17932026-04-07T02:21:55.097Z Compiling typenum v1.19.0
17942026-04-07T02:21:55.100Z Compiling autocfg v1.5.0
17952026-04-07T02:21:55.100Z Compiling zmij v1.0.21
17962026-04-07T02:21:55.100Z Compiling serde_json v1.0.149
17972026-04-07T02:21:55.100Z Compiling portable-atomic v1.13.1
17982026-04-07T02:21:55.193Z Compiling memchr v2.8.0
17992026-04-07T02:21:55.381Z Compiling zerocopy v0.8.40
18002026-04-07T02:21:55.497Z Compiling generic-array v0.14.7
18012026-04-07T02:21:55.515Z Compiling libm v0.2.16
18022026-04-07T02:21:55.575Z Compiling smallvec v1.15.1
18032026-04-07T02:21:55.575Z Compiling parking_lot_core v0.9.12
18042026-04-07T02:21:55.578Z Compiling icu_properties_data v2.1.2
18052026-04-07T02:21:55.649Z Compiling icu_normalizer_data v2.1.1
18062026-04-07T02:21:55.681Z Compiling num-traits v0.2.19
18072026-04-07T02:21:55.684Z Compiling itoa v1.0.17
18082026-04-07T02:21:55.712Z Compiling log v0.4.29
18092026-04-07T02:21:55.816Z Compiling stable_deref_trait v1.2.1
18102026-04-07T02:21:55.835Z Compiling pkg-config v0.3.32
18112026-04-07T02:21:55.867Z Compiling getrandom v0.4.1
18122026-04-07T02:21:55.883Z Compiling subtle v2.6.1
18132026-04-07T02:21:55.991Z Compiling getrandom v0.3.4
18142026-04-07T02:21:56.074Z Compiling scopeguard v1.2.0
18152026-04-07T02:21:56.091Z Compiling jobserver v0.1.34
18162026-04-07T02:21:56.094Z Compiling getrandom v0.2.17
18172026-04-07T02:21:56.165Z Compiling errno v0.3.14
18182026-04-07T02:21:56.239Z Compiling lock_api v0.4.14
18192026-04-07T02:21:56.256Z Compiling rand_core v0.6.4
18202026-04-07T02:21:56.320Z Compiling cc v1.2.56
18212026-04-07T02:21:56.409Z Compiling litemap v0.8.1
18222026-04-07T02:21:56.424Z Compiling syn v2.0.117
18232026-04-07T02:21:56.450Z Compiling percent-encoding v2.3.2
18242026-04-07T02:21:56.466Z Compiling writeable v0.6.2
18252026-04-07T02:21:56.531Z Compiling thiserror v2.0.18
18262026-04-07T02:21:56.556Z Compiling fnv v1.0.7
18272026-04-07T02:21:56.634Z Compiling pin-project-lite v0.2.17
18282026-04-07T02:21:56.735Z Compiling critical-section v1.2.0
18292026-04-07T02:21:56.752Z Compiling schemars v0.8.22
18302026-04-07T02:21:56.796Z Compiling rustversion v1.0.22
18312026-04-07T02:21:56.799Z Compiling allocator-api2 v0.2.21
18322026-04-07T02:21:56.811Z Compiling equivalent v1.0.2
18332026-04-07T02:21:56.858Z Compiling foldhash v0.2.0
18342026-04-07T02:21:56.890Z Compiling fs_extra v1.3.0
18352026-04-07T02:21:56.893Z Compiling dunce v1.0.5
18362026-04-07T02:21:56.894Z Compiling utf8_iter v1.0.4
18372026-04-07T02:21:57.023Z Compiling form_urlencoded v1.2.2
18382026-04-07T02:21:57.077Z Compiling cmake v0.1.57
18392026-04-07T02:21:57.099Z Compiling hashbrown v0.16.1
18402026-04-07T02:21:57.154Z Compiling once_cell v1.21.3
18412026-04-07T02:21:57.202Z Compiling const-oid v0.9.6
18422026-04-07T02:21:57.313Z Compiling semver v1.0.27
18432026-04-07T02:21:57.425Z Compiling bitflags v2.11.0
18442026-04-07T02:21:57.477Z Compiling signal-hook-registry v1.4.8
18452026-04-07T02:21:57.617Z Compiling rustix v1.1.3
18462026-04-07T02:21:57.635Z Compiling socket2 v0.6.2
18472026-04-07T02:21:57.650Z Compiling indexmap v2.13.0
18482026-04-07T02:21:57.653Z Compiling ring v0.17.14
18492026-04-07T02:21:57.712Z Compiling aws-lc-sys v0.37.1
18502026-04-07T02:21:57.794Z Compiling parking_lot v0.12.5
18512026-04-07T02:21:57.857Z Compiling mio v1.1.1
18522026-04-07T02:21:57.860Z Compiling aws-lc-rs v1.16.0
18532026-04-07T02:21:57.938Z Compiling rand_core v0.10.0
18542026-04-07T02:21:57.973Z Compiling futures-core v0.3.32
18552026-04-07T02:21:57.988Z Compiling strsim v0.11.1
18562026-04-07T02:21:58.002Z Compiling thiserror v1.0.69
18572026-04-07T02:21:58.129Z Compiling httparse v1.10.1
18582026-04-07T02:21:58.182Z Compiling byteorder v1.5.0
18592026-04-07T02:21:58.197Z Compiling ucd-trie v0.1.7
18602026-04-07T02:21:58.352Z Compiling heck v0.5.0
18612026-04-07T02:21:58.409Z Compiling pest v2.8.6
18622026-04-07T02:21:58.461Z Compiling ident_case v1.0.1
18632026-04-07T02:21:58.464Z Compiling iana-time-zone v0.1.65
18642026-04-07T02:21:58.493Z Compiling vcpkg v0.2.15
18652026-04-07T02:21:58.496Z Compiling syn v1.0.109
18662026-04-07T02:21:58.630Z Compiling uuid v1.23.0
18672026-04-07T02:21:58.654Z Compiling cpufeatures v0.2.17
18682026-04-07T02:21:58.733Z Compiling regex-syntax v0.8.10
18692026-04-07T02:21:58.957Z Compiling rustc_version v0.4.1
18702026-04-07T02:21:59.044Z Compiling futures-sink v0.3.32
18712026-04-07T02:21:59.132Z Compiling rustls v0.23.37
18722026-04-07T02:21:59.151Z Compiling openssl-sys v0.9.111
18732026-04-07T02:21:59.180Z Compiling futures-channel v0.3.32
18742026-04-07T02:21:59.236Z Compiling futures-io v0.3.32
18752026-04-07T02:21:59.252Z Compiling futures-task v0.3.32
18762026-04-07T02:21:59.346Z Compiling slab v0.4.12
18772026-04-07T02:21:59.368Z Compiling synstructure v0.13.2
18782026-04-07T02:21:59.403Z Compiling serde_derive_internals v0.29.1
18792026-04-07T02:21:59.513Z Compiling dyn-clone v1.0.20
18802026-04-07T02:21:59.533Z Compiling plain v0.2.3
18812026-04-07T02:21:59.647Z Compiling pest_meta v2.8.6
18822026-04-07T02:21:59.673Z Compiling aho-corasick v1.1.4
18832026-04-07T02:21:59.700Z Compiling crossbeam-utils v0.8.21
18842026-04-07T02:21:59.751Z Compiling time-core v0.1.8
18852026-04-07T02:21:59.770Z Compiling num-conv v0.2.0
18862026-04-07T02:21:59.950Z Compiling time-macros v0.2.27
18872026-04-07T02:21:59.989Z Compiling openssl v0.10.75
18882026-04-07T02:22:00.010Z Compiling pretty-hex v0.4.1
18892026-04-07T02:22:00.165Z Compiling base64 v0.22.1
18902026-04-07T02:22:00.240Z Compiling pest_generator v2.8.6
18912026-04-07T02:22:00.258Z Compiling anyhow v1.0.102
18922026-04-07T02:22:00.274Z Compiling crc32fast v1.5.0
18932026-04-07T02:22:00.290Z Compiling base64ct v1.8.3
18942026-04-07T02:22:00.307Z Compiling darling_core v0.21.3
18952026-04-07T02:22:00.324Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-04-07T02:22:00.556Z Compiling regex-automata v0.4.14
18972026-04-07T02:22:00.573Z Compiling pem-rfc7468 v0.7.0
18982026-04-07T02:22:00.602Z Compiling flagset v0.4.7
18992026-04-07T02:22:00.623Z Compiling native-tls v0.2.18
19002026-04-07T02:22:00.686Z Compiling serde_derive v1.0.228
19012026-04-07T02:22:00.701Z Compiling zeroize_derive v1.4.3
19022026-04-07T02:22:00.719Z Compiling zerofrom-derive v0.1.6
19032026-04-07T02:22:00.754Z Compiling yoke-derive v0.8.1
19042026-04-07T02:22:00.834Z Compiling zerovec-derive v0.11.2
19052026-04-07T02:22:00.854Z Compiling displaydoc v0.2.5
19062026-04-07T02:22:00.871Z Compiling zerocopy-derive v0.8.40
19072026-04-07T02:22:00.892Z Compiling tokio-macros v2.6.0
19082026-04-07T02:22:00.927Z Compiling futures-macro v0.3.32
19092026-04-07T02:22:00.942Z Compiling thiserror-impl v2.0.18
19102026-04-07T02:22:00.945Z Compiling schemars_derive v0.8.22
19112026-04-07T02:22:01.120Z Compiling der_derive v0.7.3
19122026-04-07T02:22:01.338Z Compiling zeroize v1.8.2
19132026-04-07T02:22:01.619Z Compiling tracing-attributes v0.1.31
19142026-04-07T02:22:01.750Z Compiling thiserror-impl v1.0.69
19152026-04-07T02:22:01.788Z Compiling pest_derive v2.8.6
19162026-04-07T02:22:01.870Z Compiling zerofrom v0.1.6
19172026-04-07T02:22:02.027Z Compiling yoke v0.8.1
19182026-04-07T02:22:02.064Z Compiling futures-util v0.3.32
19192026-04-07T02:22:02.129Z Compiling crypto-common v0.1.7
19202026-04-07T02:22:02.152Z Compiling block-buffer v0.10.4
19212026-04-07T02:22:02.209Z Compiling zerovec v0.11.5
19222026-04-07T02:22:02.248Z Compiling zerotrie v0.2.3
19232026-04-07T02:22:02.329Z Compiling digest v0.10.7
19242026-04-07T02:22:02.436Z Compiling block-padding v0.3.3
19252026-04-07T02:22:02.603Z Compiling inout v0.1.4
19262026-04-07T02:22:02.679Z Compiling hmac v0.12.1
19272026-04-07T02:22:02.713Z Compiling sha2 v0.10.9
19282026-04-07T02:22:02.729Z Compiling rustls-pki-types v1.14.0
19292026-04-07T02:22:02.732Z Compiling scroll_derive v0.12.1
19302026-04-07T02:22:02.778Z Compiling cipher v0.4.4
19312026-04-07T02:22:02.805Z Compiling tinystr v0.8.2
19322026-04-07T02:22:02.841Z Compiling potential_utf v0.1.4
19332026-04-07T02:22:02.884Z Compiling scroll_derive v0.13.1
19342026-04-07T02:22:03.032Z Compiling icu_locale_core v2.1.1
19352026-04-07T02:22:03.050Z Compiling icu_collections v2.1.1
19362026-04-07T02:22:03.290Z Compiling openssl-macros v0.1.1
19372026-04-07T02:22:03.528Z Compiling regex v1.12.3
19382026-04-07T02:22:03.590Z Compiling darling_macro v0.21.3
19392026-04-07T02:22:03.698Z Compiling icu_provider v2.1.1
19402026-04-07T02:22:03.757Z Compiling der v0.7.10
19412026-04-07T02:22:03.778Z Compiling zerocopy-derive v0.7.35
19422026-04-07T02:22:03.922Z Compiling bytes v1.11.1
19432026-04-07T02:22:04.004Z Compiling chrono v0.4.44
19442026-04-07T02:22:04.022Z Compiling icu_properties v2.1.2
19452026-04-07T02:22:04.025Z Compiling icu_normalizer v2.1.1
19462026-04-07T02:22:04.273Z Compiling serde_tokenstream v0.2.3
19472026-04-07T02:22:04.546Z Compiling tokio v1.50.0
19482026-04-07T02:22:04.592Z Compiling http v1.4.0
19492026-04-07T02:22:04.592Z Compiling rand_core v0.9.5
19502026-04-07T02:22:04.875Z Compiling slog v2.8.2
19512026-04-07T02:22:04.936Z Compiling idna_adapter v1.2.1
19522026-04-07T02:22:05.104Z Compiling idna v1.1.0
19532026-04-07T02:22:05.120Z Compiling tracing-core v0.1.36
19542026-04-07T02:22:05.123Z Compiling untrusted v0.9.0
19552026-04-07T02:22:05.273Z Compiling ppv-lite86 v0.2.21
19562026-04-07T02:22:05.581Z Compiling url v2.5.8
19572026-04-07T02:22:05.648Z Compiling tracing v0.1.44
19582026-04-07T02:22:05.668Z Compiling spki v0.7.3
19592026-04-07T02:22:05.743Z Compiling darling v0.21.3
19602026-04-07T02:22:05.774Z Compiling salsa20 v0.10.2
19612026-04-07T02:22:05.855Z Compiling pbkdf2 v0.12.2
19622026-04-07T02:22:06.223Z Compiling cookie v0.18.1
19632026-04-07T02:22:06.354Z Compiling camino v1.2.2
19642026-04-07T02:22:06.527Z Compiling scrypt v0.11.0
19652026-04-07T02:22:06.561Z Compiling rand_chacha v0.9.0
19662026-04-07T02:22:06.576Z Compiling aes v0.8.4
19672026-04-07T02:22:06.661Z Compiling cbc v0.1.2
19682026-04-07T02:22:07.126Z Compiling usdt-impl v0.5.0
19692026-04-07T02:22:07.235Z Compiling ref-cast v1.0.25
19702026-04-07T02:22:07.280Z Compiling usdt-impl v0.6.0
19712026-04-07T02:22:07.337Z Compiling winnow v0.7.14
19722026-04-07T02:22:07.367Z Compiling paste v1.0.15
19732026-04-07T02:22:07.468Z Compiling either v1.15.0
19742026-04-07T02:22:07.562Z Compiling pkcs5 v0.7.1
19752026-04-07T02:22:07.691Z Compiling rand v0.9.2
19762026-04-07T02:22:07.707Z Compiling http-body v1.0.1
19772026-04-07T02:22:07.807Z Compiling serde_spanned v0.6.9
19782026-04-07T02:22:07.883Z Compiling toml_datetime v0.6.11
19792026-04-07T02:22:07.922Z Compiling scroll v0.13.0
19802026-04-07T02:22:07.973Z Compiling scroll v0.12.0
19812026-04-07T02:22:08.143Z Compiling heapless v0.7.17
19822026-04-07T02:22:08.206Z Compiling bzip2-sys v0.1.13+1.0.8
19832026-04-07T02:22:08.221Z Compiling zstd-safe v7.2.4
19842026-04-07T02:22:08.270Z Compiling tokio-util v0.7.18
19852026-04-07T02:22:08.404Z Compiling atomic-waker v1.1.2
19862026-04-07T02:22:08.421Z Compiling untrusted v0.7.1
19872026-04-07T02:22:08.446Z Compiling signal-hook v0.3.18
19882026-04-07T02:22:08.498Z Compiling openssl-probe v0.2.1
19892026-04-07T02:22:08.577Z Compiling goblin v0.8.2
19902026-04-07T02:22:08.608Z Compiling goblin v0.10.5
19912026-04-07T02:22:08.689Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-04-07T02:22:08.706Z Compiling pkcs8 v0.10.2
19932026-04-07T02:22:09.081Z Compiling zerocopy v0.7.35
19942026-04-07T02:22:09.269Z Compiling ref-cast-impl v1.0.25
19952026-04-07T02:22:09.289Z Compiling darling_core v0.20.11
19962026-04-07T02:22:09.451Z Compiling curve25519-dalek v4.1.3
19972026-04-07T02:22:09.546Z Compiling toml_datetime v0.7.5+spec-1.1.0
19982026-04-07T02:22:09.691Z Compiling memoffset v0.9.1
19992026-04-07T02:22:09.713Z Compiling fastrand v2.3.0
20002026-04-07T02:22:09.728Z Compiling try-lock v0.2.5
20012026-04-07T02:22:09.866Z Compiling litrs v1.0.0
20022026-04-07T02:22:09.950Z Compiling tower-layer v0.3.3
20032026-04-07T02:22:10.115Z Compiling tinyvec_macros v0.1.1
20042026-04-07T02:22:10.205Z Compiling tower-service v0.3.3
20052026-04-07T02:22:10.322Z Compiling winnow v0.5.40
20062026-04-07T02:22:10.360Z Compiling rustix v0.38.44
20072026-04-07T02:22:10.379Z Compiling document-features v0.2.12
20082026-04-07T02:22:10.422Z Compiling tinyvec v1.10.0
20092026-04-07T02:22:10.694Z Compiling h2 v0.4.13
20102026-04-07T02:22:10.810Z Compiling want v0.3.1
20112026-04-07T02:22:10.910Z Compiling dof v0.3.0
20122026-04-07T02:22:11.281Z Compiling darling_macro v0.20.11
20132026-04-07T02:22:11.502Z Compiling dof v0.4.0
20142026-04-07T02:22:11.582Z Compiling dtrace-parser v0.2.0
20152026-04-07T02:22:11.745Z Compiling toml_edit v0.19.15
20162026-04-07T02:22:11.802Z Compiling ipnet v2.11.0
20172026-04-07T02:22:11.837Z Compiling dtrace-parser v0.3.0
20182026-04-07T02:22:12.169Z Compiling daft-derive v0.1.5
20192026-04-07T02:22:12.202Z Compiling async-trait v0.1.89
20202026-04-07T02:22:12.278Z Compiling spin v0.9.8
20212026-04-07T02:22:12.296Z Compiling thread-id v5.1.0
20222026-04-07T02:22:12.394Z Compiling thread-id v4.2.2
20232026-04-07T02:22:12.410Z Compiling pin-utils v0.1.0
20242026-04-07T02:22:12.501Z Compiling smoltcp v0.9.1
20252026-04-07T02:22:12.515Z Compiling foreign-types-shared v0.1.1
20262026-04-07T02:22:12.518Z Compiling powerfmt v0.2.0
20272026-04-07T02:22:12.566Z Compiling num-bigint-dig v0.8.6
20282026-04-07T02:22:12.623Z Compiling httpdate v1.0.3
20292026-04-07T02:22:12.690Z Compiling cfg_aliases v0.2.1
20302026-04-07T02:22:12.807Z Compiling nix v0.31.1
20312026-04-07T02:22:12.849Z Compiling tempfile v3.25.0
20322026-04-07T02:22:12.866Z Compiling deranged v0.5.8
20332026-04-07T02:22:12.869Z Compiling foreign-types v0.3.2
20342026-04-07T02:22:13.132Z Compiling darling v0.20.11
20352026-04-07T02:22:13.237Z Compiling ipnetwork v0.21.1
20362026-04-07T02:22:13.488Z Compiling curve25519-dalek-derive v0.1.1
20372026-04-07T02:22:13.505Z Compiling strum_macros v0.26.4
20382026-04-07T02:22:13.763Z Compiling hyper v1.8.1
20392026-04-07T02:22:13.930Z Compiling socket2 v0.5.10
20402026-04-07T02:22:14.015Z Compiling wait-timeout v0.2.1
20412026-04-07T02:22:14.144Z Compiling simd-adler32 v0.3.8
20422026-04-07T02:22:14.268Z Compiling anstyle v1.0.13
20432026-04-07T02:22:14.471Z Compiling bit-vec v0.8.0
20442026-04-07T02:22:14.489Z Compiling num_threads v0.1.7
20452026-04-07T02:22:14.513Z Compiling siphasher v1.0.2
20462026-04-07T02:22:14.601Z Compiling quick-error v1.2.3
20472026-04-07T02:22:14.626Z Compiling utf8parse v0.2.2
20482026-04-07T02:22:14.716Z Compiling rusty-fork v0.3.1
20492026-04-07T02:22:14.747Z Compiling anstyle-parse v0.2.7
20502026-04-07T02:22:14.777Z Compiling bit-set v0.8.0
20512026-04-07T02:22:14.795Z Compiling time v0.3.47
20522026-04-07T02:22:14.963Z Compiling hyper-util v0.1.20
20532026-04-07T02:22:15.266Z Compiling derive_builder_core v0.20.2
20542026-04-07T02:22:15.302Z Compiling unicode-normalization v0.1.25
20552026-04-07T02:22:15.796Z Compiling rustls-native-certs v0.8.3
20562026-04-07T02:22:16.125Z Compiling rand_xorshift v0.4.0
20572026-04-07T02:22:16.290Z Compiling signature v2.2.0
20582026-04-07T02:22:16.455Z Compiling hubpack_derive v0.1.1
20592026-04-07T02:22:16.503Z Compiling strum_macros v0.27.2
20602026-04-07T02:22:16.611Z Compiling sync_wrapper v1.0.2
20612026-04-07T02:22:16.632Z Compiling fs-err v3.3.0
20622026-04-07T02:22:16.660Z Compiling ahash v0.8.12
20632026-04-07T02:22:16.800Z Compiling unarray v0.1.4
20642026-04-07T02:22:16.855Z Compiling is_terminal_polyfill v1.70.2
20652026-04-07T02:22:16.935Z Compiling adler2 v2.0.1
20662026-04-07T02:22:16.966Z Compiling object v0.37.3
20672026-04-07T02:22:17.011Z Compiling unicode-bidi v0.3.18
20682026-04-07T02:22:17.041Z Compiling unicode-properties v0.1.4
20692026-04-07T02:22:17.077Z Compiling anstyle-query v1.1.5
20702026-04-07T02:22:17.094Z Compiling unicode-segmentation v1.12.0
20712026-04-07T02:22:17.158Z Compiling colorchoice v1.0.4
20722026-04-07T02:22:17.206Z Compiling miniz_oxide v0.8.9
20732026-04-07T02:22:17.276Z Compiling anstream v0.6.21
20742026-04-07T02:22:17.292Z Compiling proptest v1.10.0
20752026-04-07T02:22:17.535Z Compiling stringprep v0.1.5
20762026-04-07T02:22:17.749Z Compiling tower v0.5.3
20772026-04-07T02:22:17.765Z Compiling derive_builder_macro v0.20.2
20782026-04-07T02:22:17.918Z Compiling usdt-macro v0.6.0
20792026-04-07T02:22:17.990Z Compiling usdt-attr-macro v0.6.0
20802026-04-07T02:22:18.479Z Compiling http-body-util v0.1.3
20812026-04-07T02:22:18.667Z Compiling webpki-roots v1.0.6
20822026-04-07T02:22:18.787Z Compiling rand_chacha v0.3.1
20832026-04-07T02:22:18.823Z Compiling erased-serde v0.3.31
20842026-04-07T02:22:18.826Z Compiling md-5 v0.10.6
20852026-04-07T02:22:18.885Z Compiling num-integer v0.1.46
20862026-04-07T02:22:18.904Z Compiling hash32 v0.2.1
20872026-04-07T02:22:18.937Z Compiling vergen-lib v0.1.6
20882026-04-07T02:22:19.011Z Compiling ff v0.13.1
20892026-04-07T02:22:19.070Z Compiling ryu v1.0.23
20902026-04-07T02:22:19.089Z Compiling zlib-rs v0.6.2
20912026-04-07T02:22:19.111Z Compiling base16ct v0.2.0
20922026-04-07T02:22:19.127Z Compiling psl-types v2.0.11
20932026-04-07T02:22:19.159Z Compiling iri-string v0.7.10
20942026-04-07T02:22:19.177Z Compiling fallible-iterator v0.2.0
20952026-04-07T02:22:19.214Z Compiling serde_urlencoded v0.7.1
20962026-04-07T02:22:19.253Z Compiling publicsuffix v2.3.0
20972026-04-07T02:22:19.298Z Compiling newtype-uuid v1.3.2
20982026-04-07T02:22:19.346Z Compiling sec1 v0.7.3
20992026-04-07T02:22:19.382Z Compiling group v0.13.0
21002026-04-07T02:22:19.424Z Compiling num-iter v0.1.45
21012026-04-07T02:22:19.514Z Compiling postgres-protocol v0.6.10
21022026-04-07T02:22:19.581Z Compiling rand v0.8.5
21032026-04-07T02:22:19.666Z Compiling oxnet v0.1.4
21042026-04-07T02:22:19.954Z Compiling derive_builder v0.20.2
21052026-04-07T02:22:20.048Z Compiling tokio-native-tls v0.3.1
21062026-04-07T02:22:20.048Z Compiling heck v0.4.1
21072026-04-07T02:22:20.080Z Compiling phf_shared v0.13.1
21082026-04-07T02:22:20.170Z Compiling lazy_static v1.5.0
21092026-04-07T02:22:20.238Z Compiling terminal_size v0.4.3
21102026-04-07T02:22:20.238Z Compiling serde_with_macros v3.17.0
21112026-04-07T02:22:20.297Z Compiling cargo-platform v0.1.9
21122026-04-07T02:22:20.300Z Compiling hkdf v0.12.4
21132026-04-07T02:22:20.311Z Compiling crypto-bigint v0.5.5
21142026-04-07T02:22:20.357Z Compiling tower-http v0.6.8
21152026-04-07T02:22:20.360Z Compiling clap_derive v4.5.55
21162026-04-07T02:22:20.408Z Compiling enum-as-inner v0.6.1
21172026-04-07T02:22:20.474Z Compiling serde_repr v0.1.20
21182026-04-07T02:22:20.490Z Compiling vergen v9.0.6
21192026-04-07T02:22:20.579Z Compiling clap_lex v1.0.0
21202026-04-07T02:22:20.673Z Compiling libbz2-rs-sys v0.2.2
21212026-04-07T02:22:20.705Z Compiling foldhash v0.1.5
21222026-04-07T02:22:20.722Z Compiling bitflags v1.3.2
21232026-04-07T02:22:20.847Z Compiling managed v0.8.0
21242026-04-07T02:22:20.890Z Compiling bumpalo v3.20.2
21252026-04-07T02:22:21.014Z Compiling hashbrown v0.15.5
21262026-04-07T02:22:21.028Z Compiling clap_builder v4.5.60
21272026-04-07T02:22:21.084Z Compiling bzip2 v0.6.1
21282026-04-07T02:22:21.134Z Compiling flate2 v1.1.9
21292026-04-07T02:22:21.149Z Compiling zopfli v0.8.3
21302026-04-07T02:22:21.269Z Compiling elliptic-curve v0.13.8
21312026-04-07T02:22:21.467Z Compiling cargo_metadata v0.19.2
21322026-04-07T02:22:21.722Z Compiling phf v0.13.1
21332026-04-07T02:22:21.787Z Compiling hyper-tls v0.6.0
21342026-04-07T02:22:21.884Z Compiling zstd v0.13.3
21352026-04-07T02:22:21.937Z Compiling signal-hook-mio v0.2.5
21362026-04-07T02:22:22.012Z Compiling daft v0.1.5
21372026-04-07T02:22:22.076Z Compiling cookie_store v0.22.1
21382026-04-07T02:22:22.092Z Compiling postgres-types v0.2.12
21392026-04-07T02:22:22.157Z Compiling bzip2 v0.4.4
21402026-04-07T02:22:22.228Z Compiling strum v0.27.2
21412026-04-07T02:22:22.358Z Compiling hubpack v0.1.2
21422026-04-07T02:22:22.436Z Compiling ed25519 v2.2.3
21432026-04-07T02:22:22.514Z Compiling phf_shared v0.11.3
21442026-04-07T02:22:22.609Z Compiling crossbeam-epoch v0.9.18
21452026-04-07T02:22:22.649Z Compiling pkcs1 v0.7.5
21462026-04-07T02:22:22.698Z Compiling hex v0.4.3
21472026-04-07T02:22:22.727Z Compiling serde-big-array v0.5.1
21482026-04-07T02:22:22.901Z Compiling bstr v1.12.1
21492026-04-07T02:22:22.919Z Compiling rfc6979 v0.4.0
21502026-04-07T02:22:23.036Z Compiling float-cmp v0.10.0
21512026-04-07T02:22:23.053Z Compiling memmap2 v0.9.10
21522026-04-07T02:22:23.071Z Compiling env_filter v1.0.0
21532026-04-07T02:22:23.088Z Compiling encoding_rs v0.8.35
21542026-04-07T02:22:23.134Z Compiling predicates-core v1.0.10
21552026-04-07T02:22:23.160Z Compiling toml_write v0.1.2
21562026-04-07T02:22:23.182Z Compiling mime v0.3.17
21572026-04-07T02:22:23.201Z Compiling static_assertions v1.1.0
21582026-04-07T02:22:23.275Z Compiling data-encoding v2.10.0
21592026-04-07T02:22:23.292Z Compiling new_debug_unreachable v1.0.6
21602026-04-07T02:22:23.323Z Compiling precomputed-hash v0.1.1
21612026-04-07T02:22:23.348Z Compiling difflib v0.4.0
21622026-04-07T02:22:23.380Z Compiling whoami v2.1.0
21632026-04-07T02:22:23.397Z Compiling normalize-line-endings v0.3.0
21642026-04-07T02:22:23.415Z Compiling fixedbitset v0.4.2
21652026-04-07T02:22:23.437Z Compiling jiff v0.2.21
21662026-04-07T02:22:23.512Z Compiling rustc-hash v2.1.1
21672026-04-07T02:22:23.528Z Compiling keccak v0.1.6
21682026-04-07T02:22:23.651Z Compiling fixedbitset v0.5.7
21692026-04-07T02:22:23.706Z Compiling iddqd v0.3.17
21702026-04-07T02:22:23.748Z Compiling sha3 v0.10.8
21712026-04-07T02:22:23.777Z Compiling tokio-postgres v0.7.16
21722026-04-07T02:22:23.862Z Compiling predicates v3.1.4
21732026-04-07T02:22:23.865Z Compiling hickory-proto v0.25.2
21742026-04-07T02:22:23.961Z Compiling petgraph v0.8.3
21752026-04-07T02:22:24.035Z Compiling petgraph v0.6.5
21762026-04-07T02:22:24.439Z Compiling string_cache v0.8.9
21772026-04-07T02:22:24.456Z Compiling toml_edit v0.22.27
21782026-04-07T02:22:24.459Z Compiling similar v2.7.0
21792026-04-07T02:22:24.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21802026-04-07T02:22:24.873Z Compiling env_logger v0.11.9
21812026-04-07T02:22:25.218Z Compiling usdt v0.6.0
21822026-04-07T02:22:25.658Z Compiling ecdsa v0.16.9
21832026-04-07T02:22:25.848Z Compiling serde_with v3.17.0
21842026-04-07T02:22:25.905Z Compiling rsa v0.9.10
21852026-04-07T02:22:26.075Z Compiling zip v4.6.1
21862026-04-07T02:22:26.559Z Compiling ed25519-dalek v2.2.0
21872026-04-07T02:22:26.830Z Compiling clap v4.5.60
21882026-04-07T02:22:26.928Z Compiling crossterm v0.28.1
21892026-04-07T02:22:27.238Z Compiling zip v0.6.6
21902026-04-07T02:22:27.512Z Compiling strum v0.26.3
21912026-04-07T02:22:27.569Z Compiling toml v0.7.8
21922026-04-07T02:22:27.614Z Compiling tokio-stream v0.1.18
21932026-04-07T02:22:27.635Z Compiling buf-list v1.1.2
21942026-04-07T02:22:27.652Z Compiling itertools v0.13.0
21952026-04-07T02:22:27.792Z Compiling x509-cert v0.2.5
21962026-04-07T02:22:27.915Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-04-07T02:22:28.122Z Compiling openapiv3 v2.2.0
21982026-04-07T02:22:28.195Z Compiling sha1 v0.10.6
21992026-04-07T02:22:28.728Z Compiling lalrpop-util v0.19.12
22002026-04-07T02:22:28.839Z Compiling peg-runtime v0.8.5
22012026-04-07T02:22:45.661Z Compiling macaddr v1.0.1
22022026-04-07T02:22:45.725Z Compiling structmeta-derive v0.3.0
22032026-04-07T02:22:45.821Z Compiling rayon-core v1.13.0
22042026-04-07T02:22:45.992Z Compiling crucible-workspace-hack v0.1.0
22052026-04-07T02:22:46.026Z Compiling itertools v0.14.0
22062026-04-07T02:22:46.075Z Compiling secrecy v0.10.3
22072026-04-07T02:22:46.260Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-04-07T02:22:46.276Z Compiling rustls v0.22.4
22092026-04-07T02:22:46.291Z Compiling heapless v0.8.0
22102026-04-07T02:22:46.603Z Compiling crossbeam-deque v0.8.6
22112026-04-07T02:22:46.667Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-07T02:22:46.778Z Compiling structmeta v0.3.0
22132026-04-07T02:22:46.800Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-04-07T02:22:46.833Z Compiling rustls-webpki v0.102.8
22152026-04-07T02:22:46.850Z Compiling futures-executor v0.3.32
22162026-04-07T02:22:46.866Z Compiling hash32 v0.3.1
22172026-04-07T02:22:47.006Z Compiling multer v3.1.0
22182026-04-07T02:22:47.058Z Compiling thread_local v1.1.9
22192026-04-07T02:22:47.080Z Compiling unicode-width v0.2.0
22202026-04-07T02:22:47.196Z Compiling match_cfg v0.1.0
22212026-04-07T02:22:47.233Z Compiling slog-async v2.8.0
22222026-04-07T02:22:47.292Z Compiling smoltcp v0.11.0
22232026-04-07T02:22:47.310Z Compiling ingot-macros v0.1.1
22242026-04-07T02:22:47.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-04-07T02:22:47.341Z Compiling proc-macro-crate v3.4.0
22262026-04-07T02:22:47.425Z Compiling hostname v0.3.1
22272026-04-07T02:22:47.505Z Compiling futures v0.3.32
22282026-04-07T02:22:47.580Z Compiling derive-ex v0.1.8
22292026-04-07T02:22:47.618Z Compiling slog-json v2.6.1
22302026-04-07T02:22:47.670Z Compiling crossbeam-channel v0.5.15
22312026-04-07T02:22:47.728Z Compiling rustls-webpki v0.103.9
22322026-04-07T02:22:47.784Z Compiling half v2.7.1
22332026-04-07T02:22:47.905Z Compiling newtype-uuid-macros v0.1.0
22342026-04-07T02:22:48.050Z Compiling thiserror-impl-no-std v2.0.2
22352026-04-07T02:22:48.114Z Compiling cobs v0.3.0
22362026-04-07T02:22:48.167Z Compiling universal-hash v0.5.1
22372026-04-07T02:22:48.387Z Compiling async-stream-impl v0.3.6
22382026-04-07T02:22:48.411Z Compiling serde_spanned v1.0.4
22392026-04-07T02:22:48.573Z Compiling is-terminal v0.4.17
22402026-04-07T02:22:48.599Z Compiling dropshot v0.16.7
22412026-04-07T02:22:48.644Z Compiling proc-macro-error-attr v1.0.4
22422026-04-07T02:22:48.710Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-04-07T02:22:48.737Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22442026-04-07T02:22:48.856Z Compiling ciborium-io v0.2.2
22452026-04-07T02:22:48.908Z Compiling take_mut v0.2.2
22462026-04-07T02:22:48.963Z Compiling term v1.2.1
22472026-04-07T02:22:48.983Z Compiling opaque-debug v0.3.1
22482026-04-07T02:22:48.998Z Compiling convert_case v0.4.0
22492026-04-07T02:22:49.078Z Compiling poly1305 v0.8.0
22502026-04-07T02:22:49.151Z Compiling async-stream v0.3.6
22512026-04-07T02:22:49.154Z Compiling thiserror-no-std v2.0.2
22522026-04-07T02:22:49.182Z Compiling test-strategy v0.4.5
22532026-04-07T02:22:49.219Z Compiling ciborium-ll v0.2.2
22542026-04-07T02:22:49.281Z Compiling toml v0.9.12+spec-1.1.0
22552026-04-07T02:22:49.366Z Compiling derive_more v0.99.20
22562026-04-07T02:22:49.462Z Compiling slog-term v2.9.2
22572026-04-07T02:22:49.511Z Compiling tokio-rustls v0.25.0
22582026-04-07T02:22:49.761Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-04-07T02:22:49.790Z Compiling postcard v1.1.3
22602026-04-07T02:22:49.982Z Compiling ingot-types v0.1.2
22612026-04-07T02:22:50.222Z Compiling slog-bunyan v2.5.0
22622026-04-07T02:22:50.344Z Compiling num_enum_derive v0.7.5
22632026-04-07T02:22:50.428Z Compiling ingot v0.1.1
22642026-04-07T02:22:50.539Z Compiling parse-display-derive v0.10.0
22652026-04-07T02:22:50.749Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-04-07T02:22:50.862Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-04-07T02:22:51.119Z Compiling proc-macro-crate v1.3.1
22682026-04-07T02:22:51.255Z Compiling backon v1.6.0
22692026-04-07T02:22:51.319Z Compiling waitgroup v0.1.2
22702026-04-07T02:22:51.410Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
22712026-04-07T02:22:51.491Z Compiling tokio-rustls v0.26.4
22722026-04-07T02:22:51.507Z Compiling rustls-platform-verifier v0.6.2
22732026-04-07T02:22:51.535Z Compiling password-hash v0.5.0
22742026-04-07T02:22:51.599Z Compiling dropshot_endpoint v0.16.7
22752026-04-07T02:22:51.615Z Compiling chacha20 v0.9.1
22762026-04-07T02:22:51.654Z Compiling rustls-pemfile v2.2.0
22772026-04-07T02:22:51.737Z Compiling hyper-rustls v0.27.7
22782026-04-07T02:22:51.781Z Compiling blake2 v0.10.6
22792026-04-07T02:22:51.897Z Compiling aead v0.5.2
22802026-04-07T02:22:51.986Z Compiling reqwest v0.12.28
22812026-04-07T02:22:52.046Z Compiling reqwest v0.13.2
22822026-04-07T02:22:52.088Z Compiling foreign-types-macros v0.2.3
22832026-04-07T02:22:52.122Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22842026-04-07T02:22:52.303Z Compiling serde_path_to_error v0.1.20
22852026-04-07T02:22:52.389Z Compiling hostname v0.4.2
22862026-04-07T02:22:52.512Z Compiling proc-macro-error v1.0.4
22872026-04-07T02:22:52.541Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-04-07T02:22:52.573Z Compiling instant v0.1.13
22892026-04-07T02:22:52.588Z Compiling foreign-types-shared v0.3.1
22902026-04-07T02:22:52.694Z Compiling typeid v1.0.3
22912026-04-07T02:22:52.711Z Compiling debug-ignore v1.0.5
22922026-04-07T02:22:52.727Z Compiling cpufeatures v0.3.0
22932026-04-07T02:22:52.746Z Compiling foreign-types v0.5.0
22942026-04-07T02:22:52.782Z Compiling backoff v0.4.0
22952026-04-07T02:22:52.825Z Compiling chacha20 v0.10.0
22962026-04-07T02:22:52.842Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22972026-04-07T02:22:52.842Z Compiling parse-display v0.10.0
22982026-04-07T02:22:52.874Z Compiling chacha20poly1305 v0.10.1
22992026-04-07T02:22:52.913Z Compiling argon2 v0.5.3
23002026-04-07T02:22:53.044Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23012026-04-07T02:22:53.063Z Compiling num_enum_derive v0.5.11
23022026-04-07T02:22:53.066Z Compiling num_enum v0.7.5
23032026-04-07T02:22:53.168Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-04-07T02:22:53.211Z Compiling ciborium v0.2.2
23052026-04-07T02:22:53.247Z Compiling vsss-rs v3.3.4
23062026-04-07T02:22:53.540Z Compiling tabwriter v1.4.1
23072026-04-07T02:22:53.573Z Compiling toml v0.8.23
23082026-04-07T02:22:53.780Z Compiling byte-wrapper v0.1.0
23092026-04-07T02:22:53.977Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-04-07T02:22:54.008Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-04-07T02:22:54.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-04-07T02:22:54.139Z Compiling regress v0.10.5
23132026-04-07T02:22:54.457Z Compiling cstr-argument v0.1.2
23142026-04-07T02:22:54.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-04-07T02:22:54.612Z Compiling erased-serde v0.4.9
23162026-04-07T02:22:54.652Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-04-07T02:22:54.711Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-07T02:22:54.756Z Compiling num_enum v0.5.11
23192026-04-07T02:22:54.867Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-07T02:22:54.916Z Compiling rand v0.10.0
23212026-04-07T02:22:55.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23222026-04-07T02:22:55.132Z Compiling rayon v1.11.0
23232026-04-07T02:22:55.135Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-04-07T02:22:55.166Z Compiling colored v3.1.1
23252026-04-07T02:22:55.203Z Compiling indent_write v2.2.0
23262026-04-07T02:22:55.238Z Compiling libefi-sys v0.1.0
23272026-04-07T02:22:55.380Z Compiling zone_cfg_derive v0.3.1
23282026-04-07T02:22:55.458Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23292026-04-07T02:22:55.524Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-04-07T02:22:55.540Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-04-07T02:22:55.728Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23322026-04-07T02:22:55.808Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23332026-04-07T02:22:55.891Z Compiling camino-tempfile v1.4.1
23342026-04-07T02:22:55.968Z Compiling itertools v0.12.1
23352026-04-07T02:22:56.000Z Compiling usdt-macro v0.5.0
23362026-04-07T02:22:56.017Z Compiling usdt-attr-macro v0.5.0
23372026-04-07T02:22:56.108Z Compiling num-derive v0.4.2
23382026-04-07T02:22:56.124Z Compiling bitfield-struct v0.6.2
23392026-04-07T02:22:56.233Z Compiling ordered-float v2.10.1
23402026-04-07T02:22:56.301Z Compiling blake3 v1.8.3
23412026-04-07T02:22:56.557Z Compiling memmap v0.7.0
23422026-04-07T02:22:56.686Z Compiling sigpipe v0.1.3
23432026-04-07T02:22:56.710Z Compiling glob v0.3.3
23442026-04-07T02:22:56.775Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-04-07T02:22:56.791Z Compiling swrite v0.1.0
23462026-04-07T02:22:56.809Z Compiling usdt v0.5.0
23472026-04-07T02:22:56.823Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-04-07T02:22:56.926Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-04-07T02:22:57.047Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-04-07T02:22:57.050Z Compiling serde-value v0.7.0
23512026-04-07T02:22:57.165Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23522026-04-07T02:22:57.359Z Compiling zone v0.3.1
23532026-04-07T02:22:57.462Z Compiling serde-untagged v0.1.9
23542026-04-07T02:22:57.523Z Compiling smf v0.2.3
23552026-04-07T02:22:57.604Z Compiling filetime v0.2.27
23562026-04-07T02:22:57.658Z Compiling arrayvec v0.7.6
23572026-04-07T02:22:57.720Z Compiling same-file v1.0.6
23582026-04-07T02:22:57.768Z Compiling xattr v1.6.1
23592026-04-07T02:22:57.790Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-04-07T02:22:57.844Z Compiling unicode-xid v0.2.6
23612026-04-07T02:22:57.861Z Compiling whoami v1.6.1
23622026-04-07T02:22:57.891Z Compiling constant_time_eq v0.4.2
23632026-04-07T02:22:57.920Z Compiling arrayref v0.3.9
23642026-04-07T02:22:57.923Z Compiling tar v0.4.45
23652026-04-07T02:22:57.990Z Compiling cargo-util-schemas v0.8.2
23662026-04-07T02:22:58.016Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-04-07T02:22:58.019Z Compiling walkdir v2.5.0
23682026-04-07T02:22:58.115Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-04-07T02:22:58.329Z Compiling tokio-dtrace v0.1.1
23702026-04-07T02:22:58.375Z Compiling console v0.16.2
23712026-04-07T02:22:58.698Z Compiling gethostname v0.5.0
23722026-04-07T02:22:58.724Z Compiling cargo-platform v0.2.0
23732026-04-07T02:22:58.747Z Compiling unit-prefix v0.5.2
23742026-04-07T02:22:58.826Z Compiling topological-sort v0.2.2
23752026-04-07T02:22:58.871Z Compiling oxide-tokio-rt v0.1.3
23762026-04-07T02:22:58.932Z Compiling indicatif v0.18.4
23772026-04-07T02:22:58.962Z Compiling shell-words v1.1.1
23782026-04-07T02:22:58.978Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-07T02:22:59.188Z Compiling cargo_metadata v0.21.0
23802026-04-07T02:23:08.319Z Compiling progenitor-client v0.13.0
23812026-04-07T02:23:08.377Z Compiling progenitor-client v0.10.0
23822026-04-07T02:23:08.380Z Compiling omicron-zone-package v0.12.2
23832026-04-07T02:23:08.479Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-04-07T02:23:08.509Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-04-07T02:23:08.822Z Compiling progenitor-extras v0.1.1
23862026-04-07T02:23:08.840Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-04-07T02:23:08.875Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-04-07T02:23:08.891Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-04-07T02:23:09.087Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-04-07T02:23:09.230Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-07T02:23:09.355Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-04-07T02:23:09.429Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-04-07T02:23:14.274Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-04-07T02:23:21.133Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-04-07T02:23:24.552Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-04-07T02:23:25.555Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-04-07T02:23:34.053Z Finished `release` profile [optimized] target(s) in 1m 39s
23982026-04-07T02:23:34.211Z Running `target/release/omicron-package -t test target create -p dev`
23992026-04-07T02:23:34.277ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-04-07T02:23:34.280ZCreated new build target 'test' and set it as active
24012026-04-07T02:23:34.280Z
24022026-04-07T02:23:34.280Zreal 1:40.214990411
24032026-04-07T02:23:34.280Zuser 16:47.386213988
24042026-04-07T02:23:34.280Zsys 2:34.454670715
24052026-04-07T02:23:34.281Ztrap 0.465417735
24062026-04-07T02:23:34.281Ztflt 2.953389618
24072026-04-07T02:23:34.281Zdflt 3.807013133
24082026-04-07T02:23:34.281Zkflt 0.000634279
24092026-04-07T02:23:34.281Zlock 52:41.892352731
24102026-04-07T02:23:34.281Zslp 42:40.074363055
24112026-04-07T02:23:34.281Zlat 46.652396764
24122026-04-07T02:23:34.281Zstop 5:25.898770631
24132026-04-07T02:23:34.284Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-04-07T02:23:35.155Z Finished `release` profile [optimized] target(s) in 0.86s
24152026-04-07T02:23:35.223Z Running `target/release/omicron-package -t test package`
24162026-04-07T02:23:35.283ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-04-07T02:23:36.695Z Compiling regress v0.10.5
24182026-04-07T02:23:36.695Z Compiling heck v0.5.0
24192026-04-07T02:23:36.912Z Compiling unsafe-libyaml v0.2.11
24202026-04-07T02:23:36.934Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-04-07T02:23:36.957Z Compiling unicode-width v0.1.14
24222026-04-07T02:23:36.960Z Compiling is-terminal v0.4.17
24232026-04-07T02:23:36.998Z Compiling prettyplease v0.2.37
24242026-04-07T02:23:36.998Z Compiling bytecount v0.6.9
24252026-04-07T02:23:37.001Z Compiling rustls v0.22.4
24262026-04-07T02:23:37.001Z Compiling rustls-webpki v0.102.8
24272026-04-07T02:23:37.001Z Compiling derive-where v1.6.0
24282026-04-07T02:23:37.058Z Compiling thread_local v1.1.9
24292026-04-07T02:23:37.061Z Compiling match_cfg v0.1.0
24302026-04-07T02:23:37.078Z Compiling multer v3.1.0
24312026-04-07T02:23:37.081Z Compiling slog-async v2.8.0
24322026-04-07T02:23:37.118Z Compiling typify-impl v0.6.1
24332026-04-07T02:23:37.121Z Compiling crossbeam-channel v0.5.15
24342026-04-07T02:23:37.140Z Compiling slog-json v2.6.1
24352026-04-07T02:23:37.247Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-04-07T02:23:37.249Z Compiling hostname v0.3.1
24372026-04-07T02:23:37.250Z Compiling futures-executor v0.3.32
24382026-04-07T02:23:37.250Z Compiling serde_spanned v1.0.4
24392026-04-07T02:23:37.272Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-04-07T02:23:37.332Z Compiling term v1.2.1
24412026-04-07T02:23:37.408Z Compiling take_mut v0.2.2
24422026-04-07T02:23:37.429Z Compiling slog-bunyan v2.5.0
24432026-04-07T02:23:37.467Z Compiling serde_yaml v0.9.34+deprecated
24442026-04-07T02:23:37.509Z Compiling futures v0.3.32
24452026-04-07T02:23:37.548Z Compiling toml v0.9.12+spec-1.1.0
24462026-04-07T02:23:37.616Z Compiling dropshot v0.16.7
24472026-04-07T02:23:37.619Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-04-07T02:23:37.657Z Compiling slog-term v2.9.2
24492026-04-07T02:23:37.696Z Compiling async-stream v0.3.6
24502026-04-07T02:23:37.721Z Compiling progenitor-client v0.13.0
24512026-04-07T02:23:37.754Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-04-07T02:23:37.799Z Compiling waitgroup v0.1.2
24532026-04-07T02:23:37.876Z Compiling backon v1.6.0
24542026-04-07T02:23:37.896Z Compiling rustls-pemfile v2.2.0
24552026-04-07T02:23:37.961Z Compiling hostname v0.4.2
24562026-04-07T02:23:37.985Z Compiling serde_path_to_error v0.1.20
24572026-04-07T02:23:38.032Z Compiling instant v0.1.13
24582026-04-07T02:23:38.032Z Compiling debug-ignore v1.0.5
24592026-04-07T02:23:38.071Z Compiling progenitor-extras v0.1.1
24602026-04-07T02:23:38.102Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-04-07T02:23:38.126Z Compiling backoff v0.4.0
24622026-04-07T02:23:38.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-04-07T02:23:38.170Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-04-07T02:23:38.190Z Compiling parse-display v0.10.0
24652026-04-07T02:23:38.193Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-04-07T02:23:38.254Z Compiling progenitor-client v0.10.0
24672026-04-07T02:23:38.302Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-04-07T02:23:38.376Z Compiling macaddr v1.0.1
24692026-04-07T02:23:38.445Z Compiling console v0.15.11
24702026-04-07T02:23:38.481Z Compiling num-rational v0.4.2
24712026-04-07T02:23:38.651Z Compiling num-complex v0.4.6
24722026-04-07T02:23:38.727Z Compiling slog-dtrace v0.3.0
24732026-04-07T02:23:38.778Z Compiling newline-converter v0.3.0
24742026-04-07T02:23:38.807Z Compiling atomicwrites v0.4.4
24752026-04-07T02:23:38.892Z Compiling async-recursion v1.1.1
24762026-04-07T02:23:38.948Z Compiling float-ord v0.3.2
24772026-04-07T02:23:39.040Z Compiling cancel-safe-futures v0.1.5
24782026-04-07T02:23:39.100Z Compiling num v0.4.3
24792026-04-07T02:23:39.154Z Compiling owo-colors v4.3.0
24802026-04-07T02:23:39.157Z Compiling expectorate v1.2.0
24812026-04-07T02:23:39.237Z Compiling libsw-core v0.3.2
24822026-04-07T02:23:39.262Z Compiling resolv-conf v0.7.6
24832026-04-07T02:23:39.310Z Compiling toml v0.8.23
24842026-04-07T02:23:39.337Z Compiling tokio-rustls v0.25.0
24852026-04-07T02:23:39.426Z Compiling libsw v3.5.0
24862026-04-07T02:23:39.474Z Compiling linear-map v1.2.0
24872026-04-07T02:23:39.556Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-04-07T02:23:39.619Z Compiling linked-hash-map v0.5.6
24892026-04-07T02:23:39.646Z Compiling minimal-lexical v0.2.1
24902026-04-07T02:23:39.748Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-04-07T02:23:39.769Z Compiling unicode-xid v0.2.6
24922026-04-07T02:23:39.847Z Compiling lru-cache v0.1.2
24932026-04-07T02:23:39.868Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-04-07T02:23:39.914Z Compiling nom v7.1.3
24952026-04-07T02:23:39.917Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-04-07T02:23:39.958Z Compiling globset v0.4.18
24972026-04-07T02:23:39.961Z Compiling hickory-proto v0.24.4
24982026-04-07T02:23:40.001Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-04-07T02:23:40.021Z Compiling convert_case v0.10.0
25002026-04-07T02:23:40.329Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-04-07T02:23:40.418Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-04-07T02:23:40.628Z Compiling derive_more-impl v2.1.1
25032026-04-07T02:23:41.309Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-04-07T02:23:41.364Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-04-07T02:23:41.401Z Compiling pin-project-internal v1.1.11
25062026-04-07T02:23:41.458Z Compiling derive_more v2.1.1
25072026-04-07T02:23:41.564Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-04-07T02:23:41.586Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-04-07T02:23:41.747Z Compiling pem v3.0.6
25102026-04-07T02:23:41.991Z Compiling typify-macro v0.6.1
25112026-04-07T02:23:42.428Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-04-07T02:23:42.462Z Compiling hickory-resolver v0.24.4
25132026-04-07T02:23:42.702Z Compiling pin-project v1.1.11
25142026-04-07T02:23:42.726Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-04-07T02:23:42.845Z Compiling snafu-derive v0.8.9
25162026-04-07T02:23:42.953Z Compiling termtree v0.5.1
25172026-04-07T02:23:43.192Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-04-07T02:23:43.494Z Compiling crossterm v0.29.0
25192026-04-07T02:23:43.548Z Compiling typify v0.6.1
25202026-04-07T02:23:43.723Z Compiling progenitor-impl v0.13.0
25212026-04-07T02:23:44.246Z Compiling qorb v0.4.1
25222026-04-07T02:23:44.600Z Compiling snafu v0.8.9
25232026-04-07T02:23:44.725Z Compiling phf_shared v0.12.1
25242026-04-07T02:23:44.980Z Compiling olpc-cjson v0.1.4
25252026-04-07T02:23:45.232Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-04-07T02:23:45.234Z Compiling serde_plain v1.0.2
25272026-04-07T02:23:45.629Z Compiling vte v0.14.1
25282026-04-07T02:23:45.757Z Compiling csv-core v0.1.13
25292026-04-07T02:23:45.875Z Compiling typed-path v0.9.3
25302026-04-07T02:23:45.899Z Compiling highway v1.3.0
25312026-04-07T02:23:45.966Z Compiling progenitor-macro v0.13.0
25322026-04-07T02:23:46.053Z Compiling chrono-tz v0.10.4
25332026-04-07T02:23:46.227Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-04-07T02:23:46.301Z Compiling csv v1.4.0
25352026-04-07T02:23:46.578Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-04-07T02:23:46.643Z Compiling strip-ansi-escapes v0.2.1
25372026-04-07T02:23:47.216Z Compiling tough v0.20.0
25382026-04-07T02:23:47.306Z Compiling phf v0.12.1
25392026-04-07T02:23:48.080Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-04-07T02:23:48.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-04-07T02:23:48.784Z Compiling const_format_proc_macros v0.2.34
25422026-04-07T02:23:48.829Z Compiling papergrid v0.11.0
25432026-04-07T02:23:49.119Z Compiling tabled_derive v0.7.0
25442026-04-07T02:23:49.197Z Compiling fd-lock v4.0.4
25452026-04-07T02:23:49.284Z Compiling peg-macros v0.8.5
25462026-04-07T02:23:49.604Z Compiling nu-ansi-term v0.50.3
25472026-04-07T02:23:50.099Z Compiling progenitor v0.13.0
25482026-04-07T02:23:50.157Z Compiling tabled v0.15.0
25492026-04-07T02:23:50.286Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-04-07T02:23:50.543Z Compiling peg v0.8.5
25512026-04-07T02:23:50.657Z Compiling reedline v0.40.0
25522026-04-07T02:23:50.692Z Compiling const_format v0.2.35
25532026-04-07T02:23:51.194Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-04-07T02:23:51.336Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-04-07T02:23:51.510Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-04-07T02:23:52.312Z Compiling bcs v0.1.6
25572026-04-07T02:23:52.797Z Compiling semver v0.1.20
25582026-04-07T02:23:53.094Z Compiling rustc_version v0.1.7
25592026-04-07T02:23:53.270Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-04-07T02:23:53.332Z Compiling newtype_derive v0.1.6
25612026-04-07T02:23:53.531Z Compiling unicode-linebreak v0.1.5
25622026-04-07T02:23:53.581Z Compiling humantime v2.3.0
25632026-04-07T02:23:53.886Z Compiling smawk v0.3.2
25642026-04-07T02:23:54.090Z Compiling textwrap v0.16.2
25652026-04-07T02:23:54.184Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25662026-04-07T02:23:54.207Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-04-07T02:23:54.329Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-04-07T02:23:54.541Z Compiling dropshot-api-manager-types v0.6.0
25692026-04-07T02:23:54.579Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-04-07T02:23:55.228Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-04-07T02:23:55.597Z Compiling base64 v0.21.7
25722026-04-07T02:23:55.871Z Compiling steno v0.4.1
25732026-04-07T02:23:55.947Z Compiling tagptr v0.2.0
25742026-04-07T02:23:56.068Z Compiling utf-8 v0.7.6
25752026-04-07T02:23:56.128Z Compiling moka v0.12.13
25762026-04-07T02:23:56.150Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-04-07T02:23:56.311Z Compiling tungstenite v0.21.0
25782026-04-07T02:23:56.347Z Compiling radium v0.7.0
25792026-04-07T02:23:56.670Z Compiling maybe-uninit v2.0.0
25802026-04-07T02:23:56.969Z Compiling tokio-tungstenite v0.21.0
25812026-04-07T02:23:57.028Z Compiling tap v1.0.1
25822026-04-07T02:23:57.178Z Compiling wyz v0.5.1
25832026-04-07T02:23:57.357Z Compiling hickory-resolver v0.25.2
25842026-04-07T02:23:57.445Z Compiling zerocopy-derive v0.6.6
25852026-04-07T02:23:57.703Z Compiling packed_struct v0.10.1
25862026-04-07T02:23:57.979Z Compiling funty v2.0.0
25872026-04-07T02:23:58.121Z Compiling display-error-chain v0.2.2
25882026-04-07T02:23:58.217Z Compiling crc-catalog v2.4.0
25892026-04-07T02:23:58.316Z Compiling zerocopy v0.6.6
25902026-04-07T02:23:58.363Z Compiling bitvec v1.0.1
25912026-04-07T02:23:58.490Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-04-07T02:23:58.728Z Compiling crc v3.4.0
25932026-04-07T02:23:58.968Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-04-07T02:23:59.125Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25952026-04-07T02:23:59.492Z Compiling packed_struct_codegen v0.10.1
25962026-04-07T02:24:00.266Z Compiling bitfield-macros v0.19.4
25972026-04-07T02:24:00.534Z Compiling indexmap v1.9.3
25982026-04-07T02:24:00.736Z Compiling nodrop v0.1.14
25992026-04-07T02:24:00.889Z Compiling array-init v0.0.4
26002026-04-07T02:24:00.910Z Compiling smallvec v0.6.14
26012026-04-07T02:24:00.973Z Compiling bitfield v0.19.4
26022026-04-07T02:24:01.192Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-04-07T02:24:01.214Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26042026-04-07T02:24:01.287Z Compiling num-derive v0.3.3
26052026-04-07T02:24:01.308Z Compiling proc-macro-error-attr2 v2.0.0
26062026-04-07T02:24:01.725Z Compiling hashbrown v0.12.3
26072026-04-07T02:24:02.170Z Compiling libscf-sys v1.1.0
26082026-04-07T02:24:02.367Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-04-07T02:24:02.370Z Compiling proc-macro-error2 v2.0.1
26102026-04-07T02:24:02.709Z Compiling serde-hex v0.1.0
26112026-04-07T02:24:02.884Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-04-07T02:24:03.129Z Compiling ron v0.8.1
26132026-04-07T02:24:03.153Z Compiling typify-impl v0.4.3
26142026-04-07T02:24:03.357Z Compiling hashbrown v0.13.2
26152026-04-07T02:24:03.667Z Compiling vergen-gitcl v1.0.8
26162026-04-07T02:24:03.902Z Compiling dirs-sys-next v0.1.2
26172026-04-07T02:24:03.931Z Compiling crunchy v0.2.4
26182026-04-07T02:24:03.998Z Compiling glob v0.3.3
26192026-04-07T02:24:04.035Z Compiling diesel_derives v2.3.7
26202026-04-07T02:24:04.211Z Compiling maplit v1.0.2
26212026-04-07T02:24:04.254Z Compiling crc-any v2.5.0
26222026-04-07T02:24:04.337Z Compiling dirs-next v2.0.0
26232026-04-07T02:24:04.382Z Compiling object v0.30.4
26242026-04-07T02:24:04.414Z Compiling clang-sys v1.8.1
26252026-04-07T02:24:04.546Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-04-07T02:24:04.667Z Compiling tabled_derive v0.11.0
26272026-04-07T02:24:04.736Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-04-07T02:24:04.820Z Compiling papergrid v0.17.0
26292026-04-07T02:24:04.942Z Compiling testing_table v0.3.0
26302026-04-07T02:24:05.246Z Compiling dsl_auto_type v0.2.0
26312026-04-07T02:24:05.403Z Compiling scheduled-thread-pool v0.2.7
26322026-04-07T02:24:05.477Z Compiling diesel_table_macro_syntax v0.3.0
26332026-04-07T02:24:05.574Z Compiling tiny-keccak v2.0.2
26342026-04-07T02:24:05.641Z Compiling path-slash v0.1.5
26352026-04-07T02:24:05.720Z Compiling r2d2 v0.8.10
26362026-04-07T02:24:05.840Z Compiling term v0.7.0
26372026-04-07T02:24:05.994Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-04-07T02:24:06.026Z Compiling tabled v0.20.0
26392026-04-07T02:24:06.046Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-04-07T02:24:06.072Z Compiling bit-vec v0.6.3
26412026-04-07T02:24:06.284Z Compiling downcast-rs v2.0.2
26422026-04-07T02:24:06.320Z Compiling xshell-macros v0.2.7
26432026-04-07T02:24:06.383Z Compiling bit-set v0.5.3
26442026-04-07T02:24:06.423Z Compiling ascii-canvas v3.0.0
26452026-04-07T02:24:06.584Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26462026-04-07T02:24:06.608Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26472026-04-07T02:24:06.691Z Compiling itertools v0.10.5
26482026-04-07T02:24:06.712Z Compiling ena v0.14.4
26492026-04-07T02:24:06.732Z Compiling xshell v0.2.7
26502026-04-07T02:24:06.751Z Compiling typify-macro v0.4.3
26512026-04-07T02:24:06.952Z Compiling libloading v0.8.9
26522026-04-07T02:24:07.073Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-04-07T02:24:07.193Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-04-07T02:24:07.459Z Compiling bindgen v0.71.1
26552026-04-07T02:24:07.749Z Compiling regex-syntax v0.6.29
26562026-04-07T02:24:07.801Z Compiling unicase v2.9.0
26572026-04-07T02:24:08.045Z Compiling diff v0.1.13
26582026-04-07T02:24:08.168Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-04-07T02:24:08.327Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26602026-04-07T02:24:09.268Z Compiling lalrpop v0.19.12
26612026-04-07T02:24:09.652Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-04-07T02:24:09.725Z Compiling cexpr v0.6.0
26632026-04-07T02:24:10.256Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-04-07T02:24:10.373Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-04-07T02:24:10.492Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26662026-04-07T02:24:10.579Z Compiling diesel v2.3.7
26672026-04-07T02:24:10.613Z Compiling crc8 v0.1.1
26682026-04-07T02:24:10.763Z Compiling typify v0.4.3
26692026-04-07T02:24:10.785Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-04-07T02:24:10.904Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-04-07T02:24:11.438Z Compiling headers-core v0.3.0
26722026-04-07T02:24:11.472Z Compiling libxml v0.3.3
26732026-04-07T02:24:11.567Z Compiling headers v0.4.1
26742026-04-07T02:24:11.762Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-04-07T02:24:11.791Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-04-07T02:24:12.035Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-04-07T02:24:12.534Z Compiling strum_macros v0.24.3
26782026-04-07T02:24:12.940Z Compiling indoc v1.0.9
26792026-04-07T02:24:13.225Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-04-07T02:24:13.320Z Compiling derive_builder v0.20.2
26812026-04-07T02:24:13.422Z Compiling oso-derive v0.27.3
26822026-04-07T02:24:13.451Z Compiling quick-xml v0.37.5
26832026-04-07T02:24:13.505Z Compiling impl-trait-for-tuples v0.2.3
26842026-04-07T02:24:13.531Z Compiling half v1.8.3
26852026-04-07T02:24:13.844Z Compiling openssl-probe v0.1.6
26862026-04-07T02:24:13.912Z Compiling serde_cbor v0.11.2
26872026-04-07T02:24:14.037Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-04-07T02:24:14.060Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-04-07T02:24:14.345Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26902026-04-07T02:24:14.789Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-04-07T02:24:14.844Z Compiling bb8 v0.8.6
26922026-04-07T02:24:14.953Z Compiling trait-variant v0.1.2
26932026-04-07T02:24:15.046Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-04-07T02:24:15.091Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-04-07T02:24:15.234Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-04-07T02:24:15.435Z Compiling fxhash v0.2.1
26972026-04-07T02:24:15.475Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-04-07T02:24:15.515Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-04-07T02:24:15.541Z Compiling samael v0.0.19
27002026-04-07T02:24:15.681Z Compiling progenitor-impl v0.10.0
27012026-04-07T02:24:15.711Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-04-07T02:24:15.813Z Compiling kstat-rs v0.2.4
27032026-04-07T02:24:16.074Z Compiling libz-sys v1.1.24
27042026-04-07T02:24:16.242Z Compiling nonempty v0.12.0
27052026-04-07T02:24:16.324Z Compiling salty v0.3.0
27062026-04-07T02:24:16.490Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-04-07T02:24:16.940Z Compiling polar-core v0.27.3
27082026-04-07T02:24:16.962Z Compiling progenitor-impl v0.11.2
27092026-04-07T02:24:17.118Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-04-07T02:24:17.150Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27112026-04-07T02:24:17.295Z Compiling darling_core v0.23.0
27122026-04-07T02:24:17.901Z Compiling progenitor-macro v0.10.0
27132026-04-07T02:24:19.232Z Compiling nanorand v0.7.0
27142026-04-07T02:24:19.505Z Compiling arc-swap v1.8.2
27152026-04-07T02:24:19.528Z Compiling fs-err v2.11.0
27162026-04-07T02:24:19.620Z Compiling parking_lot_core v0.8.6
27172026-04-07T02:24:19.949Z Compiling slog-scope v4.4.1
27182026-04-07T02:24:20.012Z Compiling mime_guess v2.0.5
27192026-04-07T02:24:20.036Z Compiling darling_macro v0.23.0
27202026-04-07T02:24:20.481Z Compiling flume v0.11.1
27212026-04-07T02:24:20.539Z Compiling progenitor-macro v0.11.2
27222026-04-07T02:24:20.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27232026-04-07T02:24:20.874Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-04-07T02:24:21.737Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27252026-04-07T02:24:22.005Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-04-07T02:24:22.331Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-04-07T02:24:23.464Z Compiling progenitor v0.10.0
27282026-04-07T02:24:24.675Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-04-07T02:24:24.736Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-04-07T02:24:25.322Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-04-07T02:24:26.311Z Compiling oso v0.27.3
27322026-04-07T02:24:26.337Z Compiling progenitor-client v0.11.2
27332026-04-07T02:24:27.183Z Compiling git-stub v1.0.0
27342026-04-07T02:24:27.455Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-04-07T02:24:28.881Z Compiling async-bb8-diesel v0.2.1
27362026-04-07T02:24:29.045Z Compiling diesel-dtrace v0.5.0
27372026-04-07T02:24:29.376Z Compiling instability v0.3.11
27382026-04-07T02:24:29.641Z Compiling git-stub-vcs v0.1.0
27392026-04-07T02:24:29.957Z Compiling progenitor v0.11.2
27402026-04-07T02:24:30.003Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-04-07T02:24:30.153Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-04-07T02:24:31.448Z Compiling darling v0.23.0
27432026-04-07T02:24:31.593Z Compiling slog-stdlog v4.1.1
27442026-04-07T02:24:32.211Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-04-07T02:24:32.476Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-04-07T02:24:32.501Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-04-07T02:24:32.884Z Compiling ignore v0.4.25
27482026-04-07T02:24:33.731Z Compiling primeorder v0.13.6
27492026-04-07T02:24:34.057Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-04-07T02:24:34.778Z Compiling castaway v0.2.4
27512026-04-07T02:24:34.951Z Compiling atty v0.2.14
27522026-04-07T02:24:34.974Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-04-07T02:24:35.111Z Compiling parse-size v1.1.0
27542026-04-07T02:24:35.218Z Compiling http-range v0.1.5
27552026-04-07T02:24:35.339Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-04-07T02:24:35.457Z Compiling indoc v2.0.7
27572026-04-07T02:24:35.480Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-04-07T02:24:35.607Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-07T02:24:35.628Z Compiling compact_str v0.8.1
27602026-04-07T02:24:36.611Z Compiling p384 v0.13.1
27612026-04-07T02:24:37.985Z Compiling globwalk v0.9.1
27622026-04-07T02:24:38.247Z Compiling parking_lot v0.11.2
27632026-04-07T02:24:38.348Z Compiling slog-envlogger v2.2.0
27642026-04-07T02:24:38.467Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-04-07T02:24:38.883Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-04-07T02:24:39.230Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-04-07T02:24:39.256Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-04-07T02:24:39.375Z Compiling predicates-tree v1.0.13
27692026-04-07T02:24:39.472Z Compiling unicode-truncate v1.1.0
27702026-04-07T02:24:39.580Z Compiling lru v0.12.5
27712026-04-07T02:24:39.694Z Compiling rand_seeder v0.4.0
27722026-04-07T02:24:39.732Z Compiling prefix-trie v0.7.0
27732026-04-07T02:24:39.788Z Compiling vergen-git2 v1.0.7
27742026-04-07T02:24:39.810Z Compiling compression-core v0.4.31
27752026-04-07T02:24:39.839Z Compiling cassowary v0.3.0
27762026-04-07T02:24:39.954Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27772026-04-07T02:24:39.975Z Compiling compression-codecs v0.4.37
27782026-04-07T02:24:40.029Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-04-07T02:24:40.084Z Compiling camino-tempfile-ext v0.3.3
27802026-04-07T02:24:40.172Z Compiling hickory-server v0.25.2
27812026-04-07T02:24:40.219Z Compiling ratatui v0.29.0
27822026-04-07T02:24:40.394Z Compiling hyper-staticfile v0.10.1
27832026-04-07T02:24:40.747Z Compiling sled v0.34.7
27842026-04-07T02:24:41.604Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-04-07T02:24:41.745Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-04-07T02:24:42.276Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-04-07T02:24:42.504Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-04-07T02:24:42.782Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-04-07T02:24:43.141Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27902026-04-07T02:24:43.787Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-04-07T02:24:44.045Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-04-07T02:24:44.334Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-04-07T02:24:44.513Z Compiling toml_datetime v1.0.0+spec-1.1.0
27942026-04-07T02:24:44.589Z Compiling dropshot v0.17.0
27952026-04-07T02:24:44.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-04-07T02:24:45.009Z Compiling rustls v0.21.12
27972026-04-07T02:24:45.061Z Compiling corncobs v0.1.4
27982026-04-07T02:24:45.224Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-04-07T02:24:45.308Z Compiling toml v1.0.6+spec-1.1.0
28002026-04-07T02:24:45.329Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-04-07T02:24:45.385Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-04-07T02:24:45.599Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28032026-04-07T02:24:45.934Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-04-07T02:24:46.009Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-04-07T02:24:46.012Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-04-07T02:24:46.149Z Compiling async-compression v0.4.41
28072026-04-07T02:24:46.667Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-04-07T02:24:48.859Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-04-07T02:24:49.036Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-04-07T02:24:49.213Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-04-07T02:24:49.441Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-04-07T02:24:49.539Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-07T02:24:49.675Z Compiling sct v0.7.1
28142026-04-07T02:24:49.795Z Compiling rustls-webpki v0.101.7
28152026-04-07T02:24:49.819Z Compiling nix v0.29.0
28162026-04-07T02:24:49.950Z Compiling secrecy v0.8.0
28172026-04-07T02:24:50.155Z Compiling dropshot_endpoint v0.17.0
28182026-04-07T02:24:50.209Z Compiling void v1.0.2
28192026-04-07T02:24:50.358Z Compiling lzss v0.8.2
28202026-04-07T02:24:51.123Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-04-07T02:24:51.619Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-04-07T02:24:52.019Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-04-07T02:24:52.586Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-04-07T02:24:52.995Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-04-07T02:24:53.714Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-04-07T02:24:54.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-04-07T02:24:54.086Z Compiling tungstenite v0.23.0
28282026-04-07T02:24:54.345Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-04-07T02:24:54.573Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-04-07T02:24:54.711Z Compiling git2 v0.20.4
28312026-04-07T02:24:54.804Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-04-07T02:24:54.839Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-04-07T02:24:54.889Z Compiling nix v0.27.1
28342026-04-07T02:24:55.033Z Compiling serde_bytes v0.11.19
28352026-04-07T02:24:55.159Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28362026-04-07T02:24:55.373Z Compiling tokio-tungstenite v0.23.1
28372026-04-07T02:24:55.759Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-04-07T02:24:56.124Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-04-07T02:24:56.552Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-04-07T02:24:57.520Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-04-07T02:24:57.807Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-04-07T02:24:58.446Z Compiling tokio-rustls v0.24.1
28432026-04-07T02:24:58.775Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-04-07T02:25:01.613Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-04-07T02:25:01.752Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-04-07T02:25:01.865Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28472026-04-07T02:25:02.187Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-04-07T02:25:02.643Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-04-07T02:25:03.947Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-04-07T02:25:04.429Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-04-07T02:25:04.980Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-04-07T02:25:05.954Z Compiling rustls-pemfile v1.0.4
28532026-04-07T02:25:05.978Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-04-07T02:25:06.385Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-04-07T02:25:06.805Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-04-07T02:25:07.089Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-04-07T02:25:08.784Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-04-07T02:25:09.090Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-04-07T02:25:09.358Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-04-07T02:25:09.592Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-04-07T02:25:09.978Z Compiling signal-hook-tokio v0.3.1
28622026-04-07T02:25:10.200Z Compiling twox-hash v2.1.2
28632026-04-07T02:25:10.223Z Compiling yasna v0.5.2
28642026-04-07T02:25:10.479Z Compiling is_ci v1.2.0
28652026-04-07T02:25:10.705Z Compiling supports-color v3.0.2
28662026-04-07T02:25:10.755Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-04-07T02:25:10.803Z Compiling rcgen v0.12.1
28682026-04-07T02:25:11.036Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-04-07T02:25:11.098Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-04-07T02:25:11.397Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-04-07T02:25:11.788Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-04-07T02:25:11.921Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-04-07T02:25:12.876Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-04-07T02:25:13.223Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-04-07T02:25:14.713Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-04-07T02:25:15.314Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-04-07T02:25:15.409Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-04-07T02:25:16.773Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-04-07T02:25:16.814Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-04-07T02:25:16.916Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-04-07T02:25:17.008Z Compiling fatfs v0.3.6
28822026-04-07T02:25:17.075Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-04-07T02:25:17.135Z Compiling rtoolbox v0.0.3
28842026-04-07T02:25:17.413Z Compiling subprocess v0.2.15
28852026-04-07T02:25:18.227Z Compiling seq-macro v0.3.6
28862026-04-07T02:25:18.735Z Compiling assert_matches v1.5.0
28872026-04-07T02:25:18.847Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-04-07T02:25:19.223Z Compiling rpassword v7.4.0
28892026-04-07T02:25:19.581Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-04-07T02:25:19.622Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-04-07T02:25:20.491Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-04-07T02:25:20.636Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-04-07T02:25:20.773Z Compiling tui-tree-widget v0.23.1
28942026-04-07T02:25:20.926Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-04-07T02:25:21.071Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-04-07T02:25:21.603Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-04-07T02:25:21.968Z Compiling uzers v0.12.2
28982026-04-07T02:25:23.064Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-04-07T02:25:23.454Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-04-07T02:25:24.439Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-04-07T02:25:25.626Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-04-07T02:25:27.750Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-04-07T02:25:28.653Z Compiling support-bundle-viewer v0.1.2
29042026-04-07T02:25:30.003Z Compiling multimap v0.10.1
29052026-04-07T02:25:40.697Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-04-07T02:25:48.835Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29072026-04-07T02:25:49.437Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-04-07T02:25:51.078Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-04-07T02:31:32.510Z Finished `release` profile [optimized] target(s) in 7m 57s
29102026-04-07T02:32:17.635Z
29112026-04-07T02:32:17.635Zreal 8:43.243957864
29122026-04-07T02:32:17.639Zuser 1:18:35.469634486
29132026-04-07T02:32:17.639Zsys 3:25.758284895
29142026-04-07T02:32:17.639Ztrap 1.816599440
29152026-04-07T02:32:17.639Ztflt 2.516804677
29162026-04-07T02:32:17.639Zdflt 16.532080561
29172026-04-07T02:32:17.639Zkflt 0.065086343
29182026-04-07T02:32:17.639Zlock 6:39:53.923016473
29192026-04-07T02:32:17.639Zslp 2:13:51.146862549
29202026-04-07T02:32:17.639Zlat 2:28.090815287
29212026-04-07T02:32:17.639Zstop 5:13.866039194
29222026-04-07T02:32:17.639Z+ mapfile -t packages
29232026-04-07T02:32:17.639Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-04-07T02:32:18.584Z Finished `release` profile [optimized] target(s) in 0.93s
29252026-04-07T02:32:18.657Z Running `target/release/omicron-package -t test list-outputs`
29262026-04-07T02:32:18.711ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-04-07T02:32:18.715Z+ ptime -m cargo build --locked --release -p xtask
29282026-04-07T02:32:19.246Z Compiling libc v0.2.180
29292026-04-07T02:32:19.246Z Compiling serde v1.0.228
29302026-04-07T02:32:19.246Z Compiling serde_core v1.0.228
29312026-04-07T02:32:19.249Z Compiling rustix v1.1.3
29322026-04-07T02:32:19.249Z Compiling serde_json v1.0.149
29332026-04-07T02:32:19.249Z Compiling bitflags v2.11.0
29342026-04-07T02:32:19.350Z Compiling num-traits v0.2.19
29352026-04-07T02:32:19.366Z Compiling syn v2.0.117
29362026-04-07T02:32:19.403Z Compiling hashbrown v0.16.1
29372026-04-07T02:32:19.414Z Compiling smallvec v1.15.1
29382026-04-07T02:32:19.448Z Compiling usdt-impl v0.5.0
29392026-04-07T02:32:19.458Z Compiling syn v1.0.109
29402026-04-07T02:32:19.471Z Compiling log v0.4.29
29412026-04-07T02:32:19.471Z Compiling percent-encoding v2.3.2
29422026-04-07T02:32:19.578Z Compiling getrandom v0.3.4
29432026-04-07T02:32:19.689Z Compiling form_urlencoded v1.2.2
29442026-04-07T02:32:19.835Z Compiling fs-err v3.3.0
29452026-04-07T02:32:19.838Z Compiling once_cell v1.21.3
29462026-04-07T02:32:19.838Z Compiling anyhow v1.0.102
29472026-04-07T02:32:19.889Z Compiling heck v0.4.1
29482026-04-07T02:32:20.015Z Compiling indexmap v2.13.0
29492026-04-07T02:32:20.072Z Compiling errno v0.3.14
29502026-04-07T02:32:20.072Z Compiling thread-id v4.2.2
29512026-04-07T02:32:20.132Z Compiling memmap v0.7.0
29522026-04-07T02:32:20.385Z Compiling ordered-float v2.10.1
29532026-04-07T02:32:20.984Z Compiling proc-macro-error v1.0.4
29542026-04-07T02:32:21.091Z Compiling terminal_size v0.4.3
29552026-04-07T02:32:21.091Z Compiling tempfile v3.25.0
29562026-04-07T02:32:21.191Z Compiling clap_builder v4.5.60
29572026-04-07T02:32:21.195Z Compiling textwrap v0.16.2
29582026-04-07T02:32:21.243Z Compiling tabled_derive v0.7.0
29592026-04-07T02:32:21.328Z Compiling camino-tempfile v1.4.1
29602026-04-07T02:32:21.903Z Compiling tabled v0.15.0
29612026-04-07T02:32:21.942Z Compiling synstructure v0.13.2
29622026-04-07T02:32:21.942Z Compiling pest_generator v2.8.6
29632026-04-07T02:32:22.331Z Compiling serde_derive v1.0.228
29642026-04-07T02:32:22.331Z Compiling zerovec-derive v0.11.2
29652026-04-07T02:32:22.334Z Compiling displaydoc v0.2.5
29662026-04-07T02:32:22.334Z Compiling thiserror-impl v1.0.69
29672026-04-07T02:32:22.334Z Compiling zerocopy-derive v0.7.35
29682026-04-07T02:32:22.334Z Compiling scroll_derive v0.12.1
29692026-04-07T02:32:22.335Z Compiling thiserror-impl v2.0.18
29702026-04-07T02:32:22.335Z Compiling clap_derive v4.5.55
29712026-04-07T02:32:22.378Z Compiling zerofrom-derive v0.1.6
29722026-04-07T02:32:22.457Z Compiling yoke-derive v0.8.1
29732026-04-07T02:32:23.053Z Compiling pest_derive v2.8.6
29742026-04-07T02:32:23.124Z Compiling scroll v0.12.0
29752026-04-07T02:32:23.208Z Compiling zerocopy v0.7.35
29762026-04-07T02:32:23.428Z Compiling goblin v0.8.2
29772026-04-07T02:32:23.569Z Compiling thiserror v1.0.69
29782026-04-07T02:32:23.572Z Compiling zerofrom v0.1.6
29792026-04-07T02:32:23.664Z Compiling dtrace-parser v0.2.0
29802026-04-07T02:32:23.718Z Compiling yoke v0.8.1
29812026-04-07T02:32:23.729Z Compiling thiserror v2.0.18
29822026-04-07T02:32:23.935Z Compiling zerovec v0.11.5
29832026-04-07T02:32:24.065Z Compiling zerotrie v0.2.3
29842026-04-07T02:32:24.079Z Compiling clap v4.5.60
29852026-04-07T02:32:24.541Z Compiling tinystr v0.8.2
29862026-04-07T02:32:24.541Z Compiling potential_utf v0.1.4
29872026-04-07T02:32:24.781Z Compiling icu_locale_core v2.1.1
29882026-04-07T02:32:24.800Z Compiling icu_collections v2.1.1
29892026-04-07T02:32:25.561Z Compiling icu_provider v2.1.1
29902026-04-07T02:32:25.696Z Compiling serde_spanned v0.6.9
29912026-04-07T02:32:25.881Z Compiling icu_properties v2.1.2
29922026-04-07T02:32:25.884Z Compiling icu_normalizer v2.1.1
29932026-04-07T02:32:25.943Z Compiling toml_datetime v0.6.11
29942026-04-07T02:32:25.999Z Compiling dof v0.3.0
29952026-04-07T02:32:26.027Z Compiling serde-value v0.7.0
29962026-04-07T02:32:26.185Z Compiling toml_edit v0.22.27
29972026-04-07T02:32:26.343Z Compiling serde_tokenstream v0.2.3
29982026-04-07T02:32:26.602Z Compiling cargo-platform v0.2.0
29992026-04-07T02:32:26.635Z Compiling macaddr v1.0.1
30002026-04-07T02:32:26.809Z Compiling idna_adapter v1.2.1
30012026-04-07T02:32:26.939Z Compiling idna v1.1.0
30022026-04-07T02:32:27.095Z Compiling usdt-macro v0.5.0
30032026-04-07T02:32:27.154Z Compiling usdt-attr-macro v0.5.0
30042026-04-07T02:32:27.477Z Compiling url v2.5.8
30052026-04-07T02:32:27.815Z Compiling toml v0.8.23
30062026-04-07T02:32:27.834Z Compiling usdt v0.5.0
30072026-04-07T02:32:28.296Z Compiling cargo-util-schemas v0.8.2
30082026-04-07T02:32:28.296Z Compiling cargo_toml v0.21.0
30092026-04-07T02:32:29.341Z Compiling cargo_metadata v0.21.0
30102026-04-07T02:32:32.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-04-07T02:32:35.503Z Finished `release` profile [optimized] target(s) in 16.77s
30122026-04-07T02:32:35.630Z
30132026-04-07T02:32:35.633Zreal 16.879375055
30142026-04-07T02:32:35.633Zuser 2:24.942005517
30152026-04-07T02:32:35.633Zsys 16.729128649
30162026-04-07T02:32:35.633Ztrap 0.093090539
30172026-04-07T02:32:35.633Ztflt 0.679009842
30182026-04-07T02:32:35.633Zdflt 1.528273748
30192026-04-07T02:32:35.633Zkflt 0.000022003
30202026-04-07T02:32:35.633Zlock 5:27.613652411
30212026-04-07T02:32:35.633Zslp 3:31.686594677
30222026-04-07T02:32:35.633Zlat 7.167978091
30232026-04-07T02:32:35.633Zstop 20.184995551
30242026-04-07T02:32:35.633Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-04-07T02:32:35.634Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-04-07T02:32:35.634Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-04-07T02:32:35.634Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-04-07T02:32:35.634Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-04-07T02:32:36.566Z Compiling regress v0.10.5
30302026-04-07T02:32:36.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-04-07T02:32:36.570Z Compiling newtype-uuid-macros v0.1.0
30322026-04-07T02:32:36.731Z Compiling rustls v0.22.4
30332026-04-07T02:32:36.734Z Compiling progenitor-client v0.13.0
30342026-04-07T02:32:36.744Z Compiling rustls-webpki v0.102.8
30352026-04-07T02:32:36.747Z Compiling structmeta-derive v0.3.0
30362026-04-07T02:32:36.747Z Compiling serde_spanned v1.0.4
30372026-04-07T02:32:36.747Z Compiling multer v3.1.0
30382026-04-07T02:32:36.759Z Compiling debug-ignore v1.0.5
30392026-04-07T02:32:36.762Z Compiling match_cfg v0.1.0
30402026-04-07T02:32:36.868Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-04-07T02:32:36.871Z Compiling slog-json v2.6.1
30422026-04-07T02:32:36.871Z Compiling async-stream-impl v0.3.6
30432026-04-07T02:32:36.883Z Compiling waitgroup v0.1.2
30442026-04-07T02:32:36.900Z Compiling rustls-pemfile v2.2.0
30452026-04-07T02:32:36.950Z Compiling hostname v0.3.1
30462026-04-07T02:32:36.954Z Compiling serde_path_to_error v0.1.20
30472026-04-07T02:32:37.001Z Compiling hostname v0.4.2
30482026-04-07T02:32:37.038Z Compiling itertools v0.14.0
30492026-04-07T02:32:37.074Z Compiling dropshot v0.16.7
30502026-04-07T02:32:37.091Z Compiling toml v0.9.12+spec-1.1.0
30512026-04-07T02:32:37.127Z Compiling slog-bunyan v2.5.0
30522026-04-07T02:32:37.127Z Compiling dropshot_endpoint v0.16.7
30532026-04-07T02:32:37.131Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-04-07T02:32:37.190Z Compiling macaddr v1.0.1
30552026-04-07T02:32:37.225Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-04-07T02:32:37.305Z Compiling instant v0.1.13
30572026-04-07T02:32:37.336Z Compiling progenitor-client v0.10.0
30582026-04-07T02:32:37.353Z Compiling backon v1.6.0
30592026-04-07T02:32:37.371Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-04-07T02:32:37.432Z Compiling backoff v0.4.0
30612026-04-07T02:32:37.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-04-07T02:32:37.520Z Compiling async-stream v0.3.6
30632026-04-07T02:32:37.523Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30642026-04-07T02:32:37.557Z Compiling progenitor-extras v0.1.1
30652026-04-07T02:32:37.583Z Compiling toml v0.8.23
30662026-04-07T02:32:37.613Z Compiling universal-hash v0.5.1
30672026-04-07T02:32:37.675Z Compiling opaque-debug v0.3.1
30682026-04-07T02:32:37.693Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-04-07T02:32:37.696Z Compiling half v2.7.1
30702026-04-07T02:32:37.738Z Compiling crucible-workspace-hack v0.1.0
30712026-04-07T02:32:37.776Z Compiling ciborium-io v0.2.2
30722026-04-07T02:32:37.779Z Compiling convert_case v0.4.0
30732026-04-07T02:32:37.833Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-04-07T02:32:37.852Z Compiling unsafe-libyaml v0.2.11
30752026-04-07T02:32:37.869Z Compiling aead v0.5.2
30762026-04-07T02:32:37.887Z Compiling structmeta v0.3.0
30772026-04-07T02:32:37.902Z Compiling secrecy v0.10.3
30782026-04-07T02:32:38.042Z Compiling ciborium-ll v0.2.2
30792026-04-07T02:32:38.058Z Compiling poly1305 v0.8.0
30802026-04-07T02:32:38.080Z Compiling chacha20 v0.9.1
30812026-04-07T02:32:38.099Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30822026-04-07T02:32:38.121Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-04-07T02:32:38.144Z Compiling derive-ex v0.1.8
30842026-04-07T02:32:38.172Z Compiling parse-display-derive v0.10.0
30852026-04-07T02:32:38.202Z Compiling derive_more v0.99.20
30862026-04-07T02:32:38.259Z Compiling ciborium v0.2.2
30872026-04-07T02:32:38.288Z Compiling typify-impl v0.6.1
30882026-04-07T02:32:38.351Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30892026-04-07T02:32:38.367Z Compiling thiserror-impl-no-std v2.0.2
30902026-04-07T02:32:38.411Z Compiling serde_yaml v0.9.34+deprecated
30912026-04-07T02:32:38.503Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-04-07T02:32:38.520Z Compiling byte-wrapper v0.1.0
30932026-04-07T02:32:38.603Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30942026-04-07T02:32:38.640Z Compiling password-hash v0.5.0
30952026-04-07T02:32:38.703Z Compiling blake2 v0.10.6
30962026-04-07T02:32:38.859Z Compiling chacha20poly1305 v0.10.1
30972026-04-07T02:32:38.883Z Compiling indent_write v2.2.0
30982026-04-07T02:32:38.901Z Compiling heapless v0.8.0
30992026-04-07T02:32:39.011Z Compiling argon2 v0.5.3
31002026-04-07T02:32:39.041Z Compiling ingot-macros v0.1.1
31012026-04-07T02:32:39.057Z Compiling toml_edit v0.23.10+spec-1.0.0
31022026-04-07T02:32:39.087Z Compiling tokio-rustls v0.25.0
31032026-04-07T02:32:39.290Z Compiling hash32 v0.3.1
31042026-04-07T02:32:39.419Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-04-07T02:32:39.476Z Compiling smoltcp v0.11.0
31062026-04-07T02:32:39.595Z Compiling thiserror-no-std v2.0.2
31072026-04-07T02:32:39.714Z Compiling vsss-rs v3.3.4
31082026-04-07T02:32:39.733Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-07T02:32:39.887Z Compiling proc-macro-crate v3.4.0
31102026-04-07T02:32:39.935Z Compiling test-strategy v0.4.5
31112026-04-07T02:32:39.980Z Compiling parse-display v0.10.0
31122026-04-07T02:32:40.011Z Compiling tabwriter v1.4.1
31132026-04-07T02:32:40.035Z Compiling cobs v0.3.0
31142026-04-07T02:32:40.204Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-07T02:32:40.244Z Compiling postcard v1.1.3
31162026-04-07T02:32:40.263Z Compiling proc-macro-error v1.0.4
31172026-04-07T02:32:40.278Z Compiling proc-macro-crate v1.3.1
31182026-04-07T02:32:40.302Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-04-07T02:32:40.419Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31202026-04-07T02:32:40.485Z Compiling num_enum_derive v0.7.5
31212026-04-07T02:32:40.551Z Compiling foreign-types-macros v0.2.3
31222026-04-07T02:32:40.611Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-04-07T02:32:40.630Z Compiling foreign-types-shared v0.3.1
31242026-04-07T02:32:40.633Z Compiling rayon-core v1.13.0
31252026-04-07T02:32:40.719Z Compiling cpufeatures v0.3.0
31262026-04-07T02:32:40.737Z Compiling colored v3.1.1
31272026-04-07T02:32:40.757Z Compiling num_enum_derive v0.5.11
31282026-04-07T02:32:40.825Z Compiling chacha20 v0.10.0
31292026-04-07T02:32:40.922Z Compiling crossbeam-deque v0.8.6
31302026-04-07T02:32:40.962Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-04-07T02:32:41.056Z Compiling num-rational v0.4.2
31322026-04-07T02:32:41.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-04-07T02:32:41.160Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-04-07T02:32:41.182Z Compiling num-complex v0.4.6
31352026-04-07T02:32:41.201Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31362026-04-07T02:32:41.223Z Compiling foreign-types v0.5.0
31372026-04-07T02:32:41.241Z Compiling cstr-argument v0.1.2
31382026-04-07T02:32:41.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-04-07T02:32:41.370Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-04-07T02:32:41.533Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31412026-04-07T02:32:41.550Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-04-07T02:32:41.594Z Compiling num v0.4.3
31432026-04-07T02:32:41.619Z Compiling rand v0.10.0
31442026-04-07T02:32:41.649Z Compiling num_enum v0.7.5
31452026-04-07T02:32:41.666Z Compiling camino-tempfile v1.4.1
31462026-04-07T02:32:41.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-04-07T02:32:41.700Z Compiling float-ord v0.3.2
31482026-04-07T02:32:41.730Z Compiling zone_cfg_derive v0.3.1
31492026-04-07T02:32:41.734Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-04-07T02:32:41.803Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31512026-04-07T02:32:41.865Z Compiling rayon v1.11.0
31522026-04-07T02:32:41.898Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31532026-04-07T02:32:41.915Z Compiling num_enum v0.5.11
31542026-04-07T02:32:41.932Z Compiling itertools v0.12.1
31552026-04-07T02:32:42.043Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31562026-04-07T02:32:42.043Z Compiling ingot-types v0.1.2
31572026-04-07T02:32:42.078Z Compiling num-derive v0.4.2
31582026-04-07T02:32:42.081Z Compiling sigpipe v0.1.3
31592026-04-07T02:32:42.120Z Compiling glob v0.3.3
31602026-04-07T02:32:42.137Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-04-07T02:32:42.140Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31622026-04-07T02:32:42.154Z Compiling smf v0.2.3
31632026-04-07T02:32:42.205Z Compiling prettyplease v0.2.37
31642026-04-07T02:32:42.358Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-04-07T02:32:42.436Z Compiling ingot v0.1.1
31662026-04-07T02:32:42.439Z Compiling whoami v1.6.1
31672026-04-07T02:32:42.499Z Compiling gethostname v0.5.0
31682026-04-07T02:32:42.542Z Compiling usdt-macro v0.5.0
31692026-04-07T02:32:42.665Z Compiling usdt-attr-macro v0.5.0
31702026-04-07T02:32:42.703Z Compiling memmap v0.7.0
31712026-04-07T02:32:42.720Z Compiling atomicwrites v0.4.4
31722026-04-07T02:32:42.737Z Compiling derive-where v1.6.0
31732026-04-07T02:32:42.828Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-04-07T02:32:42.924Z Compiling resolv-conf v0.7.6
31752026-04-07T02:32:42.947Z Compiling owo-colors v4.3.0
31762026-04-07T02:32:42.973Z Compiling typify-macro v0.6.1
31772026-04-07T02:32:42.992Z Compiling cancel-safe-futures v0.1.5
31782026-04-07T02:32:43.120Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31792026-04-07T02:32:43.252Z Compiling zone v0.3.1
31802026-04-07T02:32:43.315Z Compiling libsw-core v0.3.2
31812026-04-07T02:32:43.332Z Compiling async-recursion v1.1.1
31822026-04-07T02:32:43.525Z Compiling libsw v3.5.0
31832026-04-07T02:32:43.528Z Compiling usdt v0.5.0
31842026-04-07T02:32:43.559Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-04-07T02:32:43.733Z Compiling linear-map v1.2.0
31862026-04-07T02:32:43.751Z Compiling libefi-sys v0.1.0
31872026-04-07T02:32:43.770Z Compiling console v0.15.11
31882026-04-07T02:32:43.790Z Compiling hickory-proto v0.24.4
31892026-04-07T02:32:43.849Z Compiling newline-converter v0.3.0
31902026-04-07T02:32:43.970Z Compiling bitfield-struct v0.6.2
31912026-04-07T02:32:44.004Z Compiling semver v0.1.20
31922026-04-07T02:32:44.007Z Compiling linked-hash-map v0.5.6
31932026-04-07T02:32:44.039Z Compiling tokio-dtrace v0.1.1
31942026-04-07T02:32:44.072Z Compiling dropshot-api-manager-types v0.6.0
31952026-04-07T02:32:44.162Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-04-07T02:32:44.198Z Compiling expectorate v1.2.0
31972026-04-07T02:32:44.215Z Compiling rustc_version v0.1.7
31982026-04-07T02:32:44.242Z Compiling lru-cache v0.1.2
31992026-04-07T02:32:44.260Z Compiling pin-project-internal v1.1.11
32002026-04-07T02:32:44.326Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-04-07T02:32:44.356Z Compiling slog-dtrace v0.3.0
32022026-04-07T02:32:44.398Z Compiling minimal-lexical v0.2.1
32032026-04-07T02:32:44.415Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-04-07T02:32:44.416Z Compiling oxide-tokio-rt v0.1.3
32052026-04-07T02:32:44.449Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-04-07T02:32:44.494Z Compiling newtype_derive v0.1.6
32072026-04-07T02:32:44.522Z Compiling typify-impl v0.4.3
32082026-04-07T02:32:44.538Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-04-07T02:32:44.651Z Compiling nom v7.1.3
32102026-04-07T02:32:44.698Z Compiling snafu-derive v0.8.9
32112026-04-07T02:32:44.699Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-07T02:32:44.732Z Compiling phf_shared v0.12.1
32132026-04-07T02:32:44.735Z Compiling pem v3.0.6
32142026-04-07T02:32:44.768Z Compiling csv-core v0.1.13
32152026-04-07T02:32:44.922Z Compiling typify v0.6.1
32162026-04-07T02:32:44.942Z Compiling chrono-tz v0.10.4
32172026-04-07T02:32:44.959Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-04-07T02:32:45.036Z Compiling progenitor-impl v0.13.0
32192026-04-07T02:32:45.063Z Compiling xshell-macros v0.2.7
32202026-04-07T02:32:45.080Z Compiling same-file v1.0.6
32212026-04-07T02:32:45.105Z Compiling highway v1.3.0
32222026-04-07T02:32:45.122Z Compiling const_format_proc_macros v0.2.34
32232026-04-07T02:32:45.186Z Compiling csv v1.4.0
32242026-04-07T02:32:45.381Z Compiling walkdir v2.5.0
32252026-04-07T02:32:45.465Z Compiling pin-project v1.1.11
32262026-04-07T02:32:45.488Z Compiling xshell v0.2.7
32272026-04-07T02:32:45.523Z Compiling phf v0.12.1
32282026-04-07T02:32:45.619Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-04-07T02:32:45.701Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32302026-04-07T02:32:45.753Z Compiling globset v0.4.18
32312026-04-07T02:32:45.782Z Compiling olpc-cjson v0.1.4
32322026-04-07T02:32:45.803Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32332026-04-07T02:32:45.902Z Compiling primeorder v0.13.6
32342026-04-07T02:32:45.955Z Compiling serde_plain v1.0.2
32352026-04-07T02:32:45.982Z Compiling hickory-resolver v0.24.4
32362026-04-07T02:32:46.015Z Compiling typed-path v0.9.3
32372026-04-07T02:32:46.047Z Compiling const_format v0.2.35
32382026-04-07T02:32:46.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-04-07T02:32:46.232Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-04-07T02:32:46.319Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-04-07T02:32:46.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-04-07T02:32:46.499Z Compiling tabled_derive v0.7.0
32432026-04-07T02:32:46.675Z Compiling bcs v0.1.6
32442026-04-07T02:32:46.735Z Compiling snafu v0.8.9
32452026-04-07T02:32:46.935Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-04-07T02:32:47.022Z Compiling qorb v0.4.1
32472026-04-07T02:32:47.025Z Compiling tough v0.20.0
32482026-04-07T02:32:47.097Z Compiling salty v0.3.0
32492026-04-07T02:32:47.121Z Compiling termtree v0.5.1
32502026-04-07T02:32:47.138Z Compiling radium v0.7.0
32512026-04-07T02:32:47.286Z Compiling textwrap v0.16.2
32522026-04-07T02:32:47.309Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-04-07T02:32:47.405Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-04-07T02:32:47.470Z Compiling steno v0.4.1
32552026-04-07T02:32:47.529Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-04-07T02:32:47.557Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-04-07T02:32:47.654Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-04-07T02:32:47.697Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-04-07T02:32:47.769Z Compiling progenitor-macro v0.13.0
32602026-04-07T02:32:47.881Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-04-07T02:32:47.937Z Compiling tabled v0.15.0
32622026-04-07T02:32:47.957Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-04-07T02:32:48.135Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-04-07T02:32:48.221Z Compiling humantime v2.3.0
32652026-04-07T02:32:48.249Z Compiling tap v1.0.1
32662026-04-07T02:32:48.293Z Compiling tagptr v0.2.0
32672026-04-07T02:32:48.393Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-04-07T02:32:48.473Z Compiling maybe-uninit v2.0.0
32692026-04-07T02:32:48.531Z Compiling base64 v0.21.7
32702026-04-07T02:32:48.655Z Compiling moka v0.12.13
32712026-04-07T02:32:48.849Z Compiling wyz v0.5.1
32722026-04-07T02:32:48.892Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-04-07T02:32:49.249Z Compiling typify-macro v0.4.3
32742026-04-07T02:32:49.323Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-04-07T02:32:49.465Z Compiling p384 v0.13.1
32762026-04-07T02:32:49.496Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-04-07T02:32:49.518Z Compiling packed_struct v0.10.1
32782026-04-07T02:32:49.592Z Compiling parking_lot_core v0.8.6
32792026-04-07T02:32:49.631Z Compiling funty v2.0.0
32802026-04-07T02:32:49.814Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-04-07T02:32:49.868Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-04-07T02:32:49.937Z Compiling hickory-resolver v0.25.2
32832026-04-07T02:32:49.962Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-04-07T02:32:50.081Z Compiling bitvec v1.0.1
32852026-04-07T02:32:50.246Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-04-07T02:32:50.279Z Compiling polyval v0.6.2
32872026-04-07T02:32:50.373Z Compiling git-stub v1.0.0
32882026-04-07T02:32:50.543Z Compiling packed_struct_codegen v0.10.1
32892026-04-07T02:32:50.609Z Compiling bitfield-macros v0.19.4
32902026-04-07T02:32:50.676Z Compiling zerocopy-derive v0.6.6
32912026-04-07T02:32:50.934Z Compiling proc-macro-error-attr2 v2.0.0
32922026-04-07T02:32:51.069Z Compiling typify v0.4.3
32932026-04-07T02:32:51.145Z Compiling indexmap v1.9.3
32942026-04-07T02:32:51.181Z Compiling crc-catalog v2.4.0
32952026-04-07T02:32:51.211Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32962026-04-07T02:32:51.307Z Compiling nodrop v0.1.14
32972026-04-07T02:32:51.339Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-04-07T02:32:51.391Z Compiling utf-8 v0.7.6
32992026-04-07T02:32:51.394Z Compiling proc-macro-error2 v2.0.1
33002026-04-07T02:32:51.394Z Compiling bitfield v0.19.4
33012026-04-07T02:32:51.441Z Compiling array-init v0.0.4
33022026-04-07T02:32:51.498Z Compiling crc v3.4.0
33032026-04-07T02:32:51.515Z Compiling git-stub-vcs v0.1.0
33042026-04-07T02:32:51.584Z Compiling zerocopy v0.6.6
33052026-04-07T02:32:51.603Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-04-07T02:32:51.606Z Compiling tungstenite v0.21.0
33072026-04-07T02:32:51.639Z Compiling ghash v0.5.1
33082026-04-07T02:32:51.729Z Compiling smallvec v0.6.14
33092026-04-07T02:32:51.780Z Compiling ctr v0.9.2
33102026-04-07T02:32:51.807Z Compiling num-derive v0.3.3
33112026-04-07T02:32:51.824Z Compiling hashbrown v0.12.3
33122026-04-07T02:32:51.881Z Compiling compression-core v0.4.31
33132026-04-07T02:32:51.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-04-07T02:32:51.945Z Compiling unicase v2.9.0
33152026-04-07T02:32:51.972Z Compiling parking_lot v0.11.2
33162026-04-07T02:32:52.008Z Compiling aes-gcm v0.10.3
33172026-04-07T02:32:52.074Z Compiling compression-codecs v0.4.37
33182026-04-07T02:32:52.074Z Compiling serde-hex v0.1.0
33192026-04-07T02:32:52.158Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-04-07T02:32:52.189Z Compiling mime_guess v2.0.5
33212026-04-07T02:32:52.224Z Compiling tokio-tungstenite v0.21.0
33222026-04-07T02:32:52.361Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-04-07T02:32:52.390Z Compiling tabled_derive v0.11.0
33242026-04-07T02:32:52.654Z Compiling progenitor-impl v0.10.0
33252026-04-07T02:32:52.672Z Compiling progenitor-impl v0.11.2
33262026-04-07T02:32:52.702Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-04-07T02:32:52.720Z Compiling ron v0.8.1
33282026-04-07T02:32:52.795Z Compiling papergrid v0.17.0
33292026-04-07T02:32:52.829Z Compiling testing_table v0.3.0
33302026-04-07T02:32:52.848Z Compiling libscf-sys v1.1.0
33312026-04-07T02:32:52.868Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-04-07T02:32:53.016Z Compiling progenitor v0.13.0
33332026-04-07T02:32:53.033Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33342026-04-07T02:32:53.036Z Compiling hashbrown v0.13.2
33352026-04-07T02:32:53.153Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33362026-04-07T02:32:53.202Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33372026-04-07T02:32:53.224Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33382026-04-07T02:32:53.293Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-04-07T02:32:53.454Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-04-07T02:32:53.586Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33412026-04-07T02:32:53.699Z Compiling prefix-trie v0.7.0
33422026-04-07T02:32:53.760Z Compiling ssh-encoding v0.2.0
33432026-04-07T02:32:53.777Z Compiling blowfish v0.9.1
33442026-04-07T02:32:53.852Z Compiling fxhash v0.2.1
33452026-04-07T02:32:54.001Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-04-07T02:32:54.026Z Compiling toml_datetime v1.0.0+spec-1.1.0
33472026-04-07T02:32:54.088Z Compiling dropshot v0.17.0
33482026-04-07T02:32:54.104Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-04-07T02:32:54.160Z Compiling corncobs v0.1.4
33502026-04-07T02:32:54.334Z Compiling crc-any v2.5.0
33512026-04-07T02:32:54.357Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-04-07T02:32:54.394Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-04-07T02:32:54.442Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-07T02:32:54.459Z Compiling toml v1.0.6+spec-1.1.0
33552026-04-07T02:32:54.536Z Compiling hickory-server v0.25.2
33562026-04-07T02:32:54.619Z Compiling ssh-cipher v0.2.0
33572026-04-07T02:32:54.637Z Compiling sled v0.34.7
33582026-04-07T02:32:54.659Z Compiling bcrypt-pbkdf v0.10.0
33592026-04-07T02:32:54.809Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-04-07T02:32:54.913Z Compiling tabled v0.20.0
33612026-04-07T02:32:54.943Z Compiling object v0.30.4
33622026-04-07T02:32:55.047Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-04-07T02:32:55.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-04-07T02:32:55.387Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-04-07T02:32:55.498Z Compiling progenitor-macro v0.10.0
33662026-04-07T02:32:55.515Z Compiling progenitor-macro v0.11.2
33672026-04-07T02:32:55.955Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-04-07T02:32:56.073Z Compiling async-compression v0.4.41
33692026-04-07T02:32:56.368Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33702026-04-07T02:32:56.437Z Compiling progenitor-client v0.11.2
33712026-04-07T02:32:56.524Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-04-07T02:32:56.549Z Compiling password-hash v0.4.2
33732026-04-07T02:32:56.679Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-04-07T02:32:56.783Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-04-07T02:32:56.965Z Compiling dropshot_endpoint v0.17.0
33762026-04-07T02:32:57.109Z Compiling secrecy v0.8.0
33772026-04-07T02:32:57.167Z Compiling http-range v0.1.5
33782026-04-07T02:32:57.291Z Compiling half v1.8.3
33792026-04-07T02:32:57.381Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-04-07T02:32:57.430Z Compiling path-slash v0.1.5
33812026-04-07T02:32:57.628Z Compiling serde_cbor v0.11.2
33822026-04-07T02:32:57.950Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-04-07T02:32:58.050Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-04-07T02:32:58.280Z Compiling pbkdf2 v0.11.0
33852026-04-07T02:32:58.827Z Compiling ssh-key v0.6.7
33862026-04-07T02:32:59.140Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33872026-04-07T02:32:59.241Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33882026-04-07T02:32:59.266Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-04-07T02:32:59.320Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33902026-04-07T02:32:59.467Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33912026-04-07T02:32:59.815Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-04-07T02:32:59.948Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-04-07T02:33:00.067Z Compiling p256 v0.13.2
33942026-04-07T02:33:00.287Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-04-07T02:33:00.304Z Compiling p521 v0.13.3
33962026-04-07T02:33:00.464Z Compiling yasna v0.5.2
33972026-04-07T02:33:00.529Z Compiling kstat-rs v0.2.4
33982026-04-07T02:33:00.594Z Compiling headers-core v0.3.0
33992026-04-07T02:33:00.612Z Compiling progenitor v0.10.0
34002026-04-07T02:33:00.662Z Compiling nanorand v0.7.0
34012026-04-07T02:33:00.716Z Compiling progenitor v0.11.2
34022026-04-07T02:33:00.745Z Compiling atty v0.2.14
34032026-04-07T02:33:00.810Z Compiling russh-cryptovec v0.7.3
34042026-04-07T02:33:00.862Z Compiling md5 v0.7.0
34052026-04-07T02:33:00.882Z Compiling home v0.5.12
34062026-04-07T02:33:00.899Z Compiling crc8 v0.1.1
34072026-04-07T02:33:00.915Z Compiling rcgen v0.12.1
34082026-04-07T02:33:00.984Z Compiling flume v0.11.1
34092026-04-07T02:33:01.029Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34102026-04-07T02:33:01.044Z Compiling russh-keys v0.45.0
34112026-04-07T02:33:01.062Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-04-07T02:33:01.078Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34132026-04-07T02:33:01.172Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-04-07T02:33:01.188Z Compiling headers v0.4.1
34152026-04-07T02:33:01.265Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-04-07T02:33:01.301Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-04-07T02:33:01.338Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-04-07T02:33:01.586Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-04-07T02:33:01.613Z Compiling hyper-staticfile v0.10.1
34202026-04-07T02:33:01.764Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-04-07T02:33:01.825Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34222026-04-07T02:33:01.897Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-04-07T02:33:01.996Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-04-07T02:33:02.015Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-04-07T02:33:02.090Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-04-07T02:33:02.146Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-04-07T02:33:02.296Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-04-07T02:33:02.349Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-04-07T02:33:02.449Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-04-07T02:33:02.611Z Compiling num-bigint v0.4.6
34312026-04-07T02:33:02.728Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34322026-04-07T02:33:02.822Z Compiling des v0.8.1
34332026-04-07T02:33:02.880Z Compiling subprocess v0.2.15
34342026-04-07T02:33:02.975Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-04-07T02:33:02.993Z Compiling display-error-chain v0.2.2
34362026-04-07T02:33:03.048Z Compiling hex-literal v0.4.1
34372026-04-07T02:33:03.163Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-04-07T02:33:03.188Z Compiling colored v2.2.0
34392026-04-07T02:33:03.240Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-04-07T02:33:03.295Z Compiling internet-checksum v0.2.1
34412026-04-07T02:33:03.430Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-04-07T02:33:03.746Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34432026-04-07T02:33:03.786Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34442026-04-07T02:33:03.977Z Compiling russh v0.45.0
34452026-04-07T02:33:06.431Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34462026-04-07T02:33:07.106Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34472026-04-07T02:33:07.368Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-04-07T02:33:07.610Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-04-07T02:33:15.283Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-04-07T02:33:15.283Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-04-07T02:33:15.286Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34522026-04-07T02:33:15.286Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-04-07T02:33:17.133Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-04-07T02:33:17.148Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552026-04-07T02:33:21.328Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34562026-04-07T02:33:41.408Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34572026-04-07T02:33:59.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34582026-04-07T02:34:00.181Z
34592026-04-07T02:34:00.182Zreal 1:24.471667836
34602026-04-07T02:34:00.182Zuser 8:25.338972047
34612026-04-07T02:34:00.182Zsys 1:40.759720654
34622026-04-07T02:34:00.182Ztrap 0.270315964
34632026-04-07T02:34:00.182Ztflt 0.430163682
34642026-04-07T02:34:00.185Zdflt 1.465830448
34652026-04-07T02:34:00.185Zkflt 0.000205822
34662026-04-07T02:34:00.185Zlock 28:43.343062613
34672026-04-07T02:34:00.185Zslp 19:35.829386217
34682026-04-07T02:34:00.185Zlat 40.878450395
34692026-04-07T02:34:00.185Zstop 2:41.371132853
34702026-04-07T02:34:00.185Z+ mkdir tests
34712026-04-07T02:34:00.188Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34722026-04-07T02:34:00.188Z+ xargs -I '{}' -t cp '{}' tests/
34732026-04-07T02:34:00.305Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed4adcd16f2e8dc1 tests/
34742026-04-07T02:34:00.333Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0e21a9ec32e83a6d tests/
34752026-04-07T02:34:00.362Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5476dfdaa9666742 tests/
34762026-04-07T02:34:00.395Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f6011ec56fb3982c tests/
34772026-04-07T02:34:00.679Z+ 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/*)
34782026-04-07T02:34:00.683Z+ 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-0e21a9ec32e83a6d tests/commtest-5476dfdaa9666742 tests/dhcp_server-ed4adcd16f2e8dc1 tests/end_to_end_tests-f6011ec56fb3982c 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
34792026-04-07T02:35:27.418ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34802026-04-07T02:35:27.418Za .github/buildomat/ci-env.sh 1K
34812026-04-07T02:35:27.418Za out/target/test 1K
34822026-04-07T02:35:27.418Za out/npuzone/npuzone 27402K
34832026-04-07T02:35:27.418Za package-manifest.toml 35K
34842026-04-07T02:35:27.418Za smf/sled-agent/non-gimlet/config.toml 6K
34852026-04-07T02:35:27.419Za target/release/omicron-package 45934K
34862026-04-07T02:35:27.419Za target/release/xtask 11433K
34872026-04-07T02:35:27.419Za target/debug/bootstrap 338980K
34882026-04-07T02:35:27.419Za tests/bootstrap-0e21a9ec32e83a6d 31310K
34892026-04-07T02:35:27.419Za tests/commtest-5476dfdaa9666742 32395K
34902026-04-07T02:35:27.419Za tests/dhcp_server-ed4adcd16f2e8dc1 31310K
34912026-04-07T02:35:27.419Za tests/end_to_end_tests-f6011ec56fb3982c 381521K
34922026-04-07T02:35:27.419Za out/clickhouse.tar.gz 323616K
34932026-04-07T02:35:27.419Za out/clickhouse_keeper.tar.gz 307576K
34942026-04-07T02:35:27.419Za out/clickhouse_server.tar.gz 323615K
34952026-04-07T02:35:27.419Za out/cockroachdb.tar.gz 165672K
34962026-04-07T02:35:27.419Za out/crucible-pantry-zone.tar.gz 44628K
34972026-04-07T02:35:27.419Za out/crucible-utils.tar 17744K
34982026-04-07T02:35:27.419Za out/crucible-zone.tar.gz 58766K
34992026-04-07T02:35:27.419Za out/external-dns.tar.gz 51852K
35002026-04-07T02:35:27.419Za out/internal-dns.tar.gz 51851K
35012026-04-07T02:35:27.419Za out/mg-ddm-gz.tar 78377K
35022026-04-07T02:35:27.419Za out/nexus.tar.gz 219288K
35032026-04-07T02:35:27.419Za out/ntp.tar.gz 33098K
35042026-04-07T02:35:27.419Za out/omicron-gateway-softnpu.tar.gz 29887K
35052026-04-07T02:35:27.419Za out/omicron-sled-agent.tar 204297K
35062026-04-07T02:35:27.419Za out/overlay.tar.gz 3K
35072026-04-07T02:35:27.419Za out/oximeter.tar.gz 68509K
35082026-04-07T02:35:27.419Za out/oxlog.tar 3782K
35092026-04-07T02:35:27.419Za out/probe.tar.gz 3037K
35102026-04-07T02:35:27.419Za out/propolis-server.tar.gz 38704K
35112026-04-07T02:35:27.419Za out/pumpkind-gz.tar 26647K
35122026-04-07T02:35:27.419Za out/switch-softnpu.tar.gz 386380K
35132026-04-07T02:35:27.423Z
35142026-04-07T02:35:27.423Zreal 1:26.722952692
35152026-04-07T02:35:27.423Zuser 1:24.092423929
35162026-04-07T02:35:27.423Zsys 4.404374981
35172026-04-07T02:35:27.423Ztrap 0.007963004
35182026-04-07T02:35:27.423Ztflt 0.000000000
35192026-04-07T02:35:27.423Zdflt 0.000000000
35202026-04-07T02:35:27.423Zkflt 0.000000000
35212026-04-07T02:35:27.423Zlock 0.000000000
35222026-04-07T02:35:27.423Zslp 1:23.925009996
35232026-04-07T02:35:27.423Zlat 1.012492150
35242026-04-07T02:35:27.423Zstop 0.000166341
35252026-04-07T02:35:27.423Zprocess exited: duration 981583 ms, exit code 0
 
35262026-04-07T02:35:27.436Zfound 1 output files
35272026-04-07T02:35:27.436Zuploading: /work/package.tar.gz (2442865051 bytes)
35282026-04-07T02:35:57.646Zuploaded: /work/package.tar.gz