01KM20535Y1SGZKAR8VA3MT9SS: 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: 01KM206VNWAZKZ2R66TD8YBBQB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:55:12.102Zjob assigned to worker 01KM207BC1399KKXZBZEB9KM31 [factory aws, i-0d43e2672db088ffa] (queued for 1 m 25 s)
 
22026-03-19T02:55:20.460Zstarting task 0: "setup"
32026-03-19T02:55:20.468Z++ uname -s
42026-03-19T02:55:20.471Z+ kern=SunOS
52026-03-19T02:55:20.472Z+ build_user=build
62026-03-19T02:55:20.472Z+ build_uid=12345
72026-03-19T02:55:20.472Z+ work_dir=/work
82026-03-19T02:55:20.472Z+ input_dir=/input
92026-03-19T02:55:20.472Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:20.472Z+ case "$kern" in
112026-03-19T02:55:20.472Z+ groupadd -g 12345 build
122026-03-19T02:55:20.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:22.487Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:22.600Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:22.603Z+ home_fs=zfs
162026-03-19T02:55:22.603Z+ [[ zfs == autofs ]]
172026-03-19T02:55:22.603Z+ mkdir -p /home/build
182026-03-19T02:55:22.606Z+ chown build:build /home/build /work
192026-03-19T02:55:24.608Z+ chmod 0700 /home/build /work
202026-03-19T02:55:24.611Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-19T02:55:24.618Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:24.624Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:24.624Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:24.624Z * rust toolchain profile = "default"
252026-03-19T02:55:24.624Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T02:55:24.624Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:24.624Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:55:24.627Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:24.627Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:24.743Zinfo: downloading installer
312026-03-19T02:55:26.450Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:26.450Zwarn: /opt/ooce/bin
332026-03-19T02:55:26.450Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:26.450Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:26.450Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:26.450Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:26.450Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:26.450Zerror: cannot install while Rust is installed
392026-03-19T02:55:26.450Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:26.450Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:26.450Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:26.450Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:26.450Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:26.483Zinfo: profile set to default
452026-03-19T02:55:26.483Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:26.487Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:26.651Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:26.654Zinfo: downloading 6 components
492026-03-19T02:55:42.393Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:42.393Z
512026-03-19T02:55:42.425Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:42.425Z
532026-03-19T02:55:42.436Z
542026-03-19T02:55:42.436ZRust is installed now. Great!
552026-03-19T02:55:42.437Z
562026-03-19T02:55:42.437ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:42.437Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:42.437Z
592026-03-19T02:55:42.437ZTo configure your current shell, you need to source
602026-03-19T02:55:42.437Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:42.437Z
622026-03-19T02:55:42.437ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:42.437Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:42.437Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:42.437Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:42.437Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:42.437Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:42.437Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:42.437Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:42.437Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:42.582Z+ rustup --version
722026-03-19T02:55:42.599Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:42.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:42.603Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:42.603Z+ cargo --version
762026-03-19T02:55:42.607Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:42.610Z+ rustc --version
782026-03-19T02:55:42.637Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:42.640Zprocess exited: duration 18019 ms, exit code 0
 
802026-03-19T02:55:42.648Zstarting task 2: "authentication"
812026-03-19T02:55:42.668Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T02:55:42.674Zstarting task 3: "clone repository"
832026-03-19T02:55:42.679Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:42.683Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:42.743ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:56:08.037Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:56:08.037Z+ git fetch origin 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
882026-03-19T02:56:08.260ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:56:08.260Z * branch 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f -> FETCH_HEAD
902026-03-19T02:56:08.274Z+ [[ -n mergeconflict/fm-sb-type-relocation ]]
912026-03-19T02:56:08.275Z++ git branch --show-current
922026-03-19T02:56:08.275Z+ current=main
932026-03-19T02:56:08.275Z+ [[ main != mergeconflict/fm-sb-type-relocation ]]
942026-03-19T02:56:08.275Z+ git branch -f mergeconflict/fm-sb-type-relocation 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
952026-03-19T02:56:08.275Z+ git checkout -f mergeconflict/fm-sb-type-relocation
962026-03-19T02:56:08.623ZSwitched to branch 'mergeconflict/fm-sb-type-relocation'
972026-03-19T02:56:08.655Z+ git reset --hard 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
982026-03-19T02:56:08.655ZHEAD is now at 3a6ea71c2 Move bundle selection types and EreportFilters to nexus-types
992026-03-19T02:56:08.655Zprocess exited: duration 25938 ms, exit code 0
 
1002026-03-19T02:56:08.675Zstarting task 4: "build"
1012026-03-19T02:56:08.697Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:56:08.697Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:56:08.697Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:56:08.697Z+ cargo --version
1052026-03-19T02:56:08.701Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:56:08.701Z+ rustc --version
1072026-03-19T02:56:08.743Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:56:08.789Z+ WORK=/work
1092026-03-19T02:56:08.789Z+ pfexec mkdir -p /work
1102026-03-19T02:56:08.789Z+ pfexec chown build /work
1112026-03-19T02:56:08.789Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T02:56:18.577Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T02:56:28.639Z Startup: Caching catalogs ... Done
1142026-03-19T02:56:50.851ZPlanning: Solver setup ... Done (20.755s)
1152026-03-19T02:56:51.075ZPlanning: Running solver ... Done (0.151s)
1162026-03-19T02:56:51.166ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-19T02:56:51.193ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T02:56:51.315ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T02:56:51.378ZPlanning: Package planning ... Done (0.046s)
1202026-03-19T02:56:51.414ZPlanning: Merging actions ... Done (0.040s)
1212026-03-19T02:56:51.670ZPlanning: Checking for conflicting actions ... Done (0.263s)
1222026-03-19T02:56:51.708ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T02:56:52.528ZPlanning: Evaluating mediators ... Done (0.847s)
1242026-03-19T02:56:52.537ZPlanning: Planning completed in 23.74 seconds
1252026-03-19T02:56:52.557Z Packages to install: 4
1262026-03-19T02:56:52.557Z Mediators to change: 2
1272026-03-19T02:56:52.557Z Services to change: 1
1282026-03-19T02:56:52.557Z Estimated space available: 155.43 GB
1292026-03-19T02:56:52.557ZEstimated space to be consumed: 1.83 GB
1302026-03-19T02:56:52.558Z Create boot environment: No
1312026-03-19T02:56:52.558ZCreate backup boot environment: No
1322026-03-19T02:56:52.558Z Rebuild boot archive: No
1332026-03-19T02:56:52.558Z
1342026-03-19T02:56:52.558ZChanged mediators:
1352026-03-19T02:56:52.558Z mediator clang:
1362026-03-19T02:56:52.558Z version: None -> 15 (system default)
1372026-03-19T02:56:52.558Z
1382026-03-19T02:56:52.559Z mediator llvm:
1392026-03-19T02:56:52.559Z version: 14 (system default) -> 15 (system default)
1402026-03-19T02:56:52.559Z
1412026-03-19T02:56:52.559ZChanged packages:
1422026-03-19T02:56:52.559Zhelios-dev
1432026-03-19T02:56:52.559Z developer/build-essential
1442026-03-19T02:56:52.560Z None -> 11-2.0
1452026-03-19T02:56:52.561Z library/libxmlsec1
1462026-03-19T02:56:52.561Z None -> 1.2.35-2.0
1472026-03-19T02:56:52.561Z ooce/developer/clang-15
1482026-03-19T02:56:52.561Z None -> 15.0.7-2.0
1492026-03-19T02:56:52.561Z ooce/developer/llvm-15
1502026-03-19T02:56:52.561Z None -> 15.0.7-2.0
1512026-03-19T02:56:52.561Z
1522026-03-19T02:56:52.562ZServices:
1532026-03-19T02:56:52.562Z restart_fmri:
1542026-03-19T02:56:52.562Z svc:/system/update-man-index:default
1552026-03-19T02:56:52.600Z
1562026-03-19T02:56:52.601ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T02:56:57.719ZDownload: 344/3290 items 16.0/212.6MB 7% complete (3.3M/s)
1582026-03-19T02:57:03.102ZDownload: 1195/3290 items 83.3/212.6MB 39% complete (10.3M/s)
1592026-03-19T02:57:09.893ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (9.8M/s)
1602026-03-19T02:57:14.875ZDownload: 2093/3290 items 117.5/212.6MB 55% complete (7.2M/s)
1612026-03-19T02:57:20.489ZDownload: 2218/3290 items 117.8/212.6MB 55% complete (6.0M/s)
1622026-03-19T02:57:28.982ZDownload: 3244/3290 items 201.0/212.6MB 94% complete (8.3M/s)
1632026-03-19T02:57:28.982ZDownload: Completed 212.60 MB in 35.98 seconds (5.9M/s)
1642026-03-19T02:57:28.982Z Actions: 1/3689 actions (Installing new actions)
1652026-03-19T02:57:33.129Z Actions: Completed 3689 actions in 4.38 seconds.
1662026-03-19T02:57:33.465Z Done (0.331s)
1672026-03-19T02:57:33.465Z Done (0.000s)
1682026-03-19T02:57:34.363Z Done (0.898s)
1692026-03-19T02:57:38.738Z Done (4.036s)
1702026-03-19T02:57:38.844Z Done (0.015s)
1712026-03-19T02:57:38.856Z Done (0.000s)
1722026-03-19T02:57:38.968Z Done (0.000s)
1732026-03-19T02:57:39.906ZPlanning: Evaluating mediator changes ... Done
1742026-03-19T02:57:40.060ZPlanning: Checking for conflicting actions ... Done
1752026-03-19T02:57:40.067ZPlanning: Consolidating action changes ... Done
1762026-03-19T02:57:40.277ZPlanning: Evaluating mediators ... Done
1772026-03-19T02:57:40.282ZPlanning: Planning completed in 0.37 seconds
1782026-03-19T02:57:40.303Z Mediators to change: 2
1792026-03-19T02:57:40.303Z Create boot environment: No
1802026-03-19T02:57:40.309ZCreate backup boot environment: No
1812026-03-19T02:57:40.357Z Done
1822026-03-19T02:57:40.357Z Done
1832026-03-19T02:57:41.091Z Done
1842026-03-19T02:57:44.416Z Done
1852026-03-19T02:57:44.499Z Done
1862026-03-19T02:57:44.522Z Done
1872026-03-19T02:57:44.695Z Done
1882026-03-19T02:57:45.191ZPlanning: Evaluating mediator changes ... Done
1892026-03-19T02:57:45.207ZPlanning: Merging actions ... Done
1902026-03-19T02:57:45.364ZPlanning: Checking for conflicting actions ... Done
1912026-03-19T02:57:45.369ZPlanning: Consolidating action changes ... Done
1922026-03-19T02:57:45.610ZPlanning: Evaluating mediators ... Done
1932026-03-19T02:57:45.631ZPlanning: Planning completed in 0.63 seconds
1942026-03-19T02:57:45.659Z Packages to change: 1
1952026-03-19T02:57:45.659Z Mediators to change: 1
1962026-03-19T02:57:45.666Z Services to change: 1
1972026-03-19T02:57:45.666Z Create boot environment: No
1982026-03-19T02:57:45.666ZCreate backup boot environment: Yes
1992026-03-19T02:57:48.126Z Actions: 1/6 actions (Updating modified actions)
2002026-03-19T02:57:48.129Z Actions: Completed 6 actions in 0.00 seconds.
2012026-03-19T02:57:48.129Z Done
2022026-03-19T02:57:48.129Z Done
2032026-03-19T02:57:48.348Z Done
2042026-03-19T02:57:51.613Z Done
2052026-03-19T02:57:51.702Z Done
2062026-03-19T02:57:51.723Z Done
2072026-03-19T02:57:51.848Z Done
2082026-03-19T02:57:52.226ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-03-19T02:57:52.226Zclang system 15 system
2102026-03-19T02:57:52.226Zcsh system system illumos
2112026-03-19T02:57:52.226Zctags system system illumos
2122026-03-19T02:57:52.226Zfile system system illumos
2132026-03-19T02:57:52.226Zgcc vendor 12 vendor
2142026-03-19T02:57:52.226Zgcc system 10 system
2152026-03-19T02:57:52.226Zgcc system 7 system
2162026-03-19T02:57:52.226Zgo system 1.20 system
2172026-03-19T02:57:52.227Zgo system 1.19 system
2182026-03-19T02:57:52.227Zllvm system 15 system
2192026-03-19T02:57:52.227Zllvm system 14 system
2202026-03-19T02:57:52.227Zmariadb system 10.6 system
2212026-03-19T02:57:52.227Zmta vendor vendor dma
2222026-03-19T02:57:52.227Zopenjdk system 17 system
2232026-03-19T02:57:52.228Zopenjdk system 11 system
2242026-03-19T02:57:52.228Zopenjdk system 1.8 system
2252026-03-19T02:57:52.228Zopenssl vendor 3 vendor
2262026-03-19T02:57:52.228Zperl system 5.36 system
2272026-03-19T02:57:52.228Zpostgresql system 15 system
2282026-03-19T02:57:52.228Zpostgresql system 13 system
2292026-03-19T02:57:52.228Zpython vendor 3 vendor
2302026-03-19T02:57:52.228Zpython system 2 system
2312026-03-19T02:57:52.228Zpython3 system 3.11 system
2322026-03-19T02:57:52.228Zruby system 3.0 system
2332026-03-19T02:57:52.228Zwords vendor vendor american-english
2342026-03-19T02:57:52.228Zwords system system australian-english
2352026-03-19T02:57:52.228Zwords system system british-english
2362026-03-19T02:57:52.228Zwords system system canadian-english
2372026-03-19T02:57:52.228Zwords system system french
2382026-03-19T02:57:52.228Zwords system system italian
2392026-03-19T02:57:52.228Zwords system system ngerman
2402026-03-19T02:57:52.228Zwords system system ogerman
2412026-03-19T02:57:52.228Zwords system system spanish
2422026-03-19T02:57:52.550ZPUBLISHER TYPE STATUS P LOCATION
2432026-03-19T02:57:52.552Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-03-19T02:57:58.570ZFMRI IFO
2452026-03-19T02:57:58.570Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-03-19T02:57:58.570Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-03-19T02:57:58.570Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-03-19T02:57:58.570Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-03-19T02:57:58.570Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-03-19T02:57:58.571Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-03-19T02:57:58.571Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-03-19T02:57:58.571Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-03-19T02:57:58.571Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-03-19T02:57:58.571Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-03-19T02:57:58.571Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-03-19T02:57:58.571Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-03-19T02:57:58.571Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-03-19T02:57:58.571Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-03-19T02:57:58.571Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-03-19T02:57:58.571Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-03-19T02:57:59.815Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-03-19T02:58:00.084Z Updating crates.io index
2632026-03-19T02:58:00.125Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-03-19T02:58:00.350Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-03-19T02:58:01.453Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-03-19T02:58:01.699Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-03-19T02:58:02.079Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682026-03-19T02:58:06.025Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-03-19T02:58:06.540Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-03-19T02:58:07.955Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-03-19T02:58:09.567Z Updating git repository `https://github.com/oxidecomputer/opte`
2722026-03-19T02:58:13.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732026-03-19T02:58:13.915Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742026-03-19T02:58:17.484Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-03-19T02:58:17.867Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-03-19T02:58:18.311Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-03-19T02:58:18.628Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-03-19T02:58:19.843Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-03-19T02:58:20.537Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-03-19T02:58:20.834Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-03-19T02:58:21.226Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-03-19T02:58:21.630Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-03-19T02:58:22.068Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-03-19T02:58:22.244Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-03-19T02:58:22.538Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2862026-03-19T02:58:22.985Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-03-19T02:58:23.390Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-03-19T02:58:24.005Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-03-19T02:58:24.262Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-03-19T02:58:24.563Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-03-19T02:58:25.556Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-03-19T02:58:26.340Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-03-19T02:58:26.623Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-03-19T02:58:26.941Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-03-19T02:58:27.383Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-03-19T02:58:27.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-03-19T02:58:28.099Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-03-19T02:58:28.548Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-03-19T02:58:28.823Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-03-19T02:58:29.113Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-03-19T02:58:44.075Z Downloading crates ...
3022026-03-19T02:58:44.135Z Downloaded icu_properties v2.1.2
3032026-03-19T02:58:44.138Z Downloaded anstream v0.6.21
3042026-03-19T02:58:44.144Z Downloaded icu_provider v2.1.1
3052026-03-19T02:58:44.149Z Downloaded icu_locale_core v2.1.1
3062026-03-19T02:58:44.163Z Downloaded getrandom v0.4.1
3072026-03-19T02:58:44.174Z Downloaded fs-err v3.3.0
3082026-03-19T02:58:44.175Z Downloaded heck v0.4.1
3092026-03-19T02:58:44.183Z Downloaded memmap v0.7.0
3102026-03-19T02:58:44.183Z Downloaded generic-array v0.14.7
3112026-03-19T02:58:44.183Z Downloaded form_urlencoded v1.2.2
3122026-03-19T02:58:44.183Z Downloaded zerocopy v0.7.35
3132026-03-19T02:58:44.189Z Downloaded zmij v1.0.21
3142026-03-19T02:58:44.190Z Downloaded unicode-ident v1.0.24
3152026-03-19T02:58:44.194Z Downloaded thiserror v2.0.18
3162026-03-19T02:58:44.194Z Downloaded fnv v1.0.7
3172026-03-19T02:58:44.194Z Downloaded serde-value v0.7.0
3182026-03-19T02:58:44.194Z Downloaded version_check v0.9.5
3192026-03-19T02:58:44.197Z Downloaded ordered-float v2.10.1
3202026-03-19T02:58:44.197Z Downloaded utf8_iter v1.0.4
3212026-03-19T02:58:44.198Z Downloaded thiserror-impl v2.0.18
3222026-03-19T02:58:44.198Z Downloaded toml_datetime v0.6.11
3232026-03-19T02:58:44.198Z Downloaded thiserror v1.0.69
3242026-03-19T02:58:44.203Z Downloaded zerofrom-derive v0.1.6
3252026-03-19T02:58:44.203Z Downloaded yoke v0.8.1
3262026-03-19T02:58:44.207Z Downloaded usdt v0.5.0
3272026-03-19T02:58:44.207Z Downloaded autocfg v1.5.0
3282026-03-19T02:58:44.207Z Downloaded serde_spanned v0.6.9
3292026-03-19T02:58:44.207Z Downloaded scroll_derive v0.12.1
3302026-03-19T02:58:44.213Z Downloaded url v2.5.8
3312026-03-19T02:58:44.213Z Downloaded cfg-if v1.0.4
3322026-03-19T02:58:44.213Z Downloaded smawk v0.3.2
3332026-03-19T02:58:44.218Z Downloaded ucd-trie v0.1.7
3342026-03-19T02:58:44.218Z Downloaded zerofrom v0.1.6
3352026-03-19T02:58:44.218Z Downloaded textwrap v0.16.2
3362026-03-19T02:58:44.218Z Downloaded usdt-macro v0.5.0
3372026-03-19T02:58:44.218Z Downloaded percent-encoding v2.3.2
3382026-03-19T02:58:44.218Z Downloaded usdt-attr-macro v0.5.0
3392026-03-19T02:58:44.221Z Downloaded itoa v1.0.17
3402026-03-19T02:58:44.221Z Downloaded scroll v0.12.0
3412026-03-19T02:58:44.221Z Downloaded icu_normalizer_data v2.1.1
3422026-03-19T02:58:44.221Z Downloaded clap_lex v1.0.0
3432026-03-19T02:58:44.631Z Downloaded cargo-util-schemas v0.8.2
3442026-03-19T02:58:44.631Z Downloaded crypto-common v0.1.7
3452026-03-19T02:58:44.631Z Downloaded errno v0.3.14
3462026-03-19T02:58:44.636Z Downloaded dof v0.3.0
3472026-03-19T02:58:44.636Z Downloaded cpufeatures v0.2.17
3482026-03-19T02:58:44.636Z Downloaded byteorder v1.5.0
3492026-03-19T02:58:44.636Z Downloaded dtrace-parser v0.2.0
3502026-03-19T02:58:44.636Z Downloaded writeable v0.6.2
3512026-03-19T02:58:44.636Z Downloaded unicode-xid v0.2.6
3522026-03-19T02:58:44.636Z Downloaded toml_write v0.1.2
3532026-03-19T02:58:44.636Z Downloaded typeid v1.0.3
3542026-03-19T02:58:44.636Z Downloaded synstructure v0.13.2
3552026-03-19T02:58:44.636Z Downloaded toml v0.8.23
3562026-03-19T02:58:44.636Z Downloaded zerocopy-derive v0.7.35
3572026-03-19T02:58:44.636Z Downloaded unicode-width v0.1.14
3582026-03-19T02:58:44.637Z Downloaded tabled_derive v0.7.0
3592026-03-19T02:58:44.637Z Downloaded strsim v0.11.1
3602026-03-19T02:58:44.637Z Downloaded sha2 v0.10.9
3612026-03-19T02:58:44.637Z Downloaded anstyle-query v1.1.5
3622026-03-19T02:58:44.637Z Downloaded equivalent v1.0.2
3632026-03-19T02:58:44.637Z Downloaded quote v1.0.44
3642026-03-19T02:58:44.637Z Downloaded digest v0.10.7
3652026-03-19T02:58:44.637Z Downloaded tinystr v0.8.2
3662026-03-19T02:58:44.637Z Downloaded bitflags v2.11.0
3672026-03-19T02:58:44.637Z Downloaded zerovec-derive v0.11.2
3682026-03-19T02:58:44.637Z Downloaded yoke-derive v0.8.1
3692026-03-19T02:58:44.637Z Downloaded semver v1.0.27
3702026-03-19T02:58:44.637Z Downloaded serde-untagged v0.1.9
3712026-03-19T02:58:44.637Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-19T02:58:44.637Z Downloaded pest_meta v2.8.6
3732026-03-19T02:58:44.637Z Downloaded utf8parse v0.2.2
3742026-03-19T02:58:44.637Z Downloaded proc-macro-error v1.0.4
3752026-03-19T02:58:44.637Z Downloaded tempfile v3.25.0
3762026-03-19T02:58:44.637Z Downloaded pest_generator v2.8.6
3772026-03-19T02:58:44.637Z Downloaded usdt-impl v0.5.0
3782026-03-19T02:58:44.637Z Downloaded thiserror-impl v1.0.69
3792026-03-19T02:58:44.637Z Downloaded unicode-linebreak v0.1.5
3802026-03-19T02:58:44.637Z Downloaded typenum v1.19.0
3812026-03-19T02:58:44.637Z Downloaded log v0.4.29
3822026-03-19T02:58:44.637Z Downloaded clap_derive v4.5.55
3832026-03-19T02:58:44.637Z Downloaded once_cell v1.21.3
3842026-03-19T02:58:44.637Z Downloaded serde v1.0.228
3852026-03-19T02:58:44.637Z Downloaded indexmap v2.13.0
3862026-03-19T02:58:44.637Z Downloaded proc-macro2 v1.0.106
3872026-03-19T02:58:44.637Z Downloaded winnow v0.7.14
3882026-03-19T02:58:44.637Z Downloaded pest v2.8.6
3892026-03-19T02:58:44.637Z Downloaded unicode-width v0.2.0
3902026-03-19T02:58:44.638Z Downloaded zerovec v0.11.5
3912026-03-19T02:58:44.638Z Downloaded idna_adapter v1.2.1
3922026-03-19T02:58:44.638Z Downloaded toml_edit v0.22.27
3932026-03-19T02:58:44.638Z Downloaded icu_normalizer v2.1.1
3942026-03-19T02:58:44.638Z Downloaded clap v4.5.60
3952026-03-19T02:58:44.638Z Downloaded zerotrie v0.2.3
3962026-03-19T02:58:44.638Z Downloaded erased-serde v0.4.9
3972026-03-19T02:58:44.638Z Downloaded litemap v0.8.1
3982026-03-19T02:58:44.638Z Downloaded anstyle v1.0.13
3992026-03-19T02:58:44.638Z Downloaded is_terminal_polyfill v1.70.2
4002026-03-19T02:58:44.638Z Downloaded anyhow v1.0.102
4012026-03-19T02:58:44.638Z Downloaded thread-id v4.2.2
4022026-03-19T02:58:44.638Z Downloaded cargo_metadata v0.21.0
4032026-03-19T02:58:44.638Z Downloaded anstyle-parse v0.2.7
4042026-03-19T02:58:44.638Z Downloaded pretty-hex v0.4.1
4052026-03-19T02:58:44.638Z Downloaded plain v0.2.3
4062026-03-19T02:58:44.638Z Downloaded heck v0.5.0
4072026-03-19T02:58:44.638Z Downloaded pest_derive v2.8.6
4082026-03-19T02:58:44.638Z Downloaded clap_builder v4.5.60
4092026-03-19T02:58:44.638Z Downloaded colorchoice v1.0.4
4102026-03-19T02:58:44.638Z Downloaded block-buffer v0.10.4
4112026-03-19T02:58:44.638Z Downloaded papergrid v0.11.0
4122026-03-19T02:58:44.638Z Downloaded fastrand v2.3.0
4132026-03-19T02:58:44.638Z Downloaded macaddr v1.0.1
4142026-03-19T02:58:44.638Z Downloaded stable_deref_trait v1.2.1
4152026-03-19T02:58:44.638Z Downloaded serde_tokenstream v0.2.3
4162026-03-19T02:58:44.638Z Downloaded hashbrown v0.16.1
4172026-03-19T02:58:44.638Z Downloaded terminal_size v0.4.3
4182026-03-19T02:58:44.638Z Downloaded cargo-platform v0.2.0
4192026-03-19T02:58:44.638Z Downloaded swrite v0.1.0
4202026-03-19T02:58:44.638Z Downloaded potential_utf v0.1.4
4212026-03-19T02:58:44.638Z Downloaded camino-tempfile v1.4.1
4222026-03-19T02:58:44.638Z Downloaded smallvec v1.15.1
4232026-03-19T02:58:44.638Z Downloaded camino v1.2.2
4242026-03-19T02:58:44.638Z Downloaded bytecount v0.6.9
4252026-03-19T02:58:44.638Z Downloaded displaydoc v0.2.5
4262026-03-19T02:58:44.638Z Downloaded cargo_toml v0.21.0
4272026-03-19T02:58:44.638Z Downloaded serde_core v1.0.228
4282026-03-19T02:58:44.639Z Downloaded serde_derive v1.0.228
4292026-03-19T02:58:44.639Z Downloaded syn v1.0.109
4302026-03-19T02:58:44.639Z Downloaded num-traits v0.2.19
4312026-03-19T02:58:44.639Z Downloaded icu_collections v2.1.1
4322026-03-19T02:58:44.639Z Downloaded memchr v2.8.0
4332026-03-19T02:58:44.639Z Downloaded serde_json v1.0.149
4342026-03-19T02:58:44.639Z Downloaded syn v2.0.117
4352026-03-19T02:58:44.639Z Downloaded idna v1.1.0
4362026-03-19T02:58:44.639Z Downloaded icu_properties_data v2.1.2
4372026-03-19T02:58:44.639Z Downloaded goblin v0.8.2
4382026-03-19T02:58:44.639Z Downloaded tabled v0.15.0
4392026-03-19T02:58:44.639Z Downloaded rustix v1.1.3
4402026-03-19T02:58:44.639Z Downloaded libc v0.2.180
4412026-03-19T02:58:44.639Z Compiling proc-macro2 v1.0.106
4422026-03-19T02:58:44.639Z Compiling unicode-ident v1.0.24
4432026-03-19T02:58:44.639Z Compiling quote v1.0.44
4442026-03-19T02:58:44.639Z Compiling serde_core v1.0.228
4452026-03-19T02:58:44.639Z Compiling libc v0.2.180
4462026-03-19T02:58:44.644Z Compiling version_check v0.9.5
4472026-03-19T02:58:44.644Z Compiling memchr v2.8.0
4482026-03-19T02:58:44.644Z Compiling stable_deref_trait v1.2.1
4492026-03-19T02:58:44.644Z Compiling serde v1.0.228
4502026-03-19T02:58:44.644Z Compiling zmij v1.0.21
4512026-03-19T02:58:44.644Z Compiling itoa v1.0.17
4522026-03-19T02:58:44.800Z Compiling autocfg v1.5.0
4532026-03-19T02:58:44.822Z Compiling ucd-trie v0.1.7
4542026-03-19T02:58:44.825Z Compiling thiserror v1.0.69
4552026-03-19T02:58:44.825Z Compiling writeable v0.6.2
4562026-03-19T02:58:45.064Z Compiling litemap v0.8.1
4572026-03-19T02:58:45.090Z Compiling icu_properties_data v2.1.2
4582026-03-19T02:58:45.246Z Compiling rustix v1.1.3
4592026-03-19T02:58:45.293Z Compiling icu_normalizer_data v2.1.1
4602026-03-19T02:58:45.403Z Compiling byteorder v1.5.0
4612026-03-19T02:58:45.460Z Compiling pest v2.8.6
4622026-03-19T02:58:45.676Z Compiling serde_json v1.0.149
4632026-03-19T02:58:45.783Z Compiling bitflags v2.11.0
4642026-03-19T02:58:45.838Z Compiling num-traits v0.2.19
4652026-03-19T02:58:45.861Z Compiling typeid v1.0.3
4662026-03-19T02:58:45.979Z Compiling smallvec v1.15.1
4672026-03-19T02:58:46.286Z Compiling hashbrown v0.16.1
4682026-03-19T02:58:46.310Z Compiling equivalent v1.0.2
4692026-03-19T02:58:46.335Z Compiling proc-macro-error-attr v1.0.4
4702026-03-19T02:58:46.363Z Compiling usdt-impl v0.5.0
4712026-03-19T02:58:46.363Z Compiling toml_write v0.1.2
4722026-03-19T02:58:46.415Z Compiling erased-serde v0.4.9
4732026-03-19T02:58:46.553Z Compiling winnow v0.7.14
4742026-03-19T02:58:46.558Z Compiling syn v1.0.109
4752026-03-19T02:58:46.667Z Compiling errno v0.3.14
4762026-03-19T02:58:46.671Z Compiling thread-id v4.2.2
4772026-03-19T02:58:46.864Z Compiling proc-macro-error v1.0.4
4782026-03-19T02:58:46.868Z Compiling utf8parse v0.2.2
4792026-03-19T02:58:46.943Z Compiling pest_meta v2.8.6
4802026-03-19T02:58:46.947Z Compiling thiserror v2.0.18
4812026-03-19T02:58:47.461Z Compiling indexmap v2.13.0
4822026-03-19T02:58:47.464Z Compiling utf8_iter v1.0.4
4832026-03-19T02:58:47.464Z Compiling log v0.4.29
4842026-03-19T02:58:47.464Z Compiling getrandom v0.4.1
4852026-03-19T02:58:47.464Z Compiling plain v0.2.3
4862026-03-19T02:58:47.464Z Compiling syn v2.0.117
4872026-03-19T02:58:47.464Z Compiling camino v1.2.2
4882026-03-19T02:58:47.464Z Compiling percent-encoding v2.3.2
4892026-03-19T02:58:47.464Z Compiling anstyle-parse v0.2.7
4902026-03-19T02:58:47.520Z Compiling form_urlencoded v1.2.2
4912026-03-19T02:58:47.691Z Compiling ordered-float v2.10.1
4922026-03-19T02:58:47.803Z Compiling cfg-if v1.0.4
4932026-03-19T02:58:47.805Z Compiling is_terminal_polyfill v1.70.2
4942026-03-19T02:58:47.862Z Compiling colorchoice v1.0.4
4952026-03-19T02:58:47.866Z Compiling anstyle v1.0.13
4962026-03-19T02:58:47.925Z Compiling anstyle-query v1.1.5
4972026-03-19T02:58:47.952Z Compiling pretty-hex v0.4.1
4982026-03-19T02:58:48.014Z Compiling fs-err v3.3.0
4992026-03-19T02:58:48.103Z Compiling anyhow v1.0.102
5002026-03-19T02:58:48.106Z Compiling clap_lex v1.0.0
5012026-03-19T02:58:48.161Z Compiling anstream v0.6.21
5022026-03-19T02:58:48.164Z Compiling heck v0.5.0
5032026-03-19T02:58:48.164Z Compiling heck v0.4.1
5042026-03-19T02:58:48.254Z Compiling terminal_size v0.4.3
5052026-03-19T02:58:48.282Z Compiling fastrand v2.3.0
5062026-03-19T02:58:48.349Z Compiling strsim v0.11.1
5072026-03-19T02:58:48.453Z Compiling unicode-xid v0.2.6
5082026-03-19T02:58:48.481Z Compiling fnv v1.0.7
5092026-03-19T02:58:48.513Z Compiling unicode-width v0.1.14
5102026-03-19T02:58:48.550Z Compiling bytecount v0.6.9
5112026-03-19T02:58:48.578Z Compiling once_cell v1.21.3
5122026-03-19T02:58:48.742Z Compiling semver v1.0.27
5132026-03-19T02:58:48.778Z Compiling clap_builder v4.5.60
5142026-03-19T02:58:48.844Z Compiling papergrid v0.11.0
5152026-03-19T02:58:48.876Z Compiling tempfile v3.25.0
5162026-03-19T02:58:48.879Z Compiling memmap v0.7.0
5172026-03-19T02:58:49.077Z Compiling unicode-width v0.2.0
5182026-03-19T02:58:49.121Z Compiling smawk v0.3.2
5192026-03-19T02:58:49.160Z Compiling unicode-linebreak v0.1.5
5202026-03-19T02:58:49.208Z Compiling camino-tempfile v1.4.1
5212026-03-19T02:58:49.272Z Compiling serde-untagged v0.1.9
5222026-03-19T02:58:49.383Z Compiling swrite v0.1.0
5232026-03-19T02:58:49.458Z Compiling textwrap v0.16.2
5242026-03-19T02:58:49.486Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-03-19T02:58:49.860Z Compiling tabled_derive v0.7.0
5262026-03-19T02:58:50.726Z Compiling tabled v0.15.0
5272026-03-19T02:58:50.916Z Compiling synstructure v0.13.2
5282026-03-19T02:58:50.916Z Compiling pest_generator v2.8.6
5292026-03-19T02:58:51.655Z Compiling serde_derive v1.0.228
5302026-03-19T02:58:51.655Z Compiling zerofrom-derive v0.1.6
5312026-03-19T02:58:51.665Z Compiling yoke-derive v0.8.1
5322026-03-19T02:58:51.665Z Compiling zerovec-derive v0.11.2
5332026-03-19T02:58:51.665Z Compiling displaydoc v0.2.5
5342026-03-19T02:58:51.665Z Compiling thiserror-impl v1.0.69
5352026-03-19T02:58:51.665Z Compiling zerocopy-derive v0.7.35
5362026-03-19T02:58:51.665Z Compiling pest_derive v2.8.6
5372026-03-19T02:58:51.665Z Compiling scroll_derive v0.12.1
5382026-03-19T02:58:51.665Z Compiling thiserror-impl v2.0.18
5392026-03-19T02:58:51.665Z Compiling clap_derive v4.5.55
5402026-03-19T02:58:52.581Z Compiling scroll v0.12.0
5412026-03-19T02:58:52.891Z Compiling goblin v0.8.2
5422026-03-19T02:58:53.016Z Compiling zerocopy v0.7.35
5432026-03-19T02:58:53.145Z Compiling zerofrom v0.1.6
5442026-03-19T02:58:53.429Z Compiling dtrace-parser v0.2.0
5452026-03-19T02:58:53.462Z Compiling yoke v0.8.1
5462026-03-19T02:58:53.543Z Compiling zerovec v0.11.5
5472026-03-19T02:58:53.544Z Compiling zerotrie v0.2.3
5482026-03-19T02:58:53.675Z Compiling clap v4.5.60
5492026-03-19T02:58:54.116Z Compiling tinystr v0.8.2
5502026-03-19T02:58:54.116Z Compiling potential_utf v0.1.4
5512026-03-19T02:58:54.245Z Compiling icu_collections v2.1.1
5522026-03-19T02:58:54.281Z Compiling icu_locale_core v2.1.1
5532026-03-19T02:58:54.996Z Compiling dof v0.3.0
5542026-03-19T02:58:54.996Z Compiling serde_tokenstream v0.2.3
5552026-03-19T02:58:55.016Z Compiling toml_datetime v0.6.11
5562026-03-19T02:58:55.026Z Compiling serde_spanned v0.6.9
5572026-03-19T02:58:55.026Z Compiling serde-value v0.7.0
5582026-03-19T02:58:55.026Z Compiling cargo-platform v0.2.0
5592026-03-19T02:58:55.026Z Compiling macaddr v1.0.1
5602026-03-19T02:58:55.068Z Compiling icu_provider v2.1.1
5612026-03-19T02:58:55.352Z Compiling toml_edit v0.22.27
5622026-03-19T02:58:55.524Z Compiling icu_properties v2.1.2
5632026-03-19T02:58:55.524Z Compiling icu_normalizer v2.1.1
5642026-03-19T02:58:55.892Z Compiling usdt-attr-macro v0.5.0
5652026-03-19T02:58:55.900Z Compiling usdt-macro v0.5.0
5662026-03-19T02:58:56.686Z Compiling usdt v0.5.0
5672026-03-19T02:58:56.703Z Compiling idna_adapter v1.2.1
5682026-03-19T02:58:56.776Z Compiling idna v1.1.0
5692026-03-19T02:58:57.120Z Compiling url v2.5.8
5702026-03-19T02:58:57.142Z Compiling toml v0.8.23
5712026-03-19T02:58:57.619Z Compiling cargo_toml v0.21.0
5722026-03-19T02:58:57.673Z Compiling cargo-util-schemas v0.8.2
5732026-03-19T02:58:58.818Z Compiling cargo_metadata v0.21.0
5742026-03-19T02:59:00.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-03-19T02:59:02.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
5762026-03-19T02:59:03.246Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-03-19T02:59:03.962Z Downloading crates ...
5782026-03-19T02:59:04.090Z Downloaded bitfield-macros v0.19.4
5792026-03-19T02:59:04.096Z Downloaded bcrypt-pbkdf v0.10.0
5802026-03-19T02:59:04.100Z Downloaded base16ct v1.0.0
5812026-03-19T02:59:04.103Z Downloaded dtrace-parser v0.3.0
5822026-03-19T02:59:04.105Z Downloaded crc-catalog v2.4.0
5832026-03-19T02:59:04.108Z Downloaded derive_builder_core v0.20.2
5842026-03-19T02:59:04.112Z Downloaded async-bb8-diesel v0.2.1
5852026-03-19T02:59:04.116Z Downloaded cargo_metadata v0.19.2
5862026-03-19T02:59:04.120Z Downloaded colored v3.1.1
5872026-03-19T02:59:04.123Z Downloaded csv-core v0.1.13
5882026-03-19T02:59:04.126Z Downloaded castaway v0.2.4
5892026-03-19T02:59:04.129Z Downloaded darling v0.20.11
5902026-03-19T02:59:04.134Z Downloaded bitfield-struct v0.6.2
5912026-03-19T02:59:04.137Z Downloaded aead v0.5.2
5922026-03-19T02:59:04.137Z Downloaded atomicwrites v0.4.4
5932026-03-19T02:59:04.137Z Downloaded array-init v0.0.4
5942026-03-19T02:59:04.140Z Downloaded dunce v1.0.5
5952026-03-19T02:59:04.140Z Downloaded crucible-workspace-hack v0.1.0
5962026-03-19T02:59:04.140Z Downloaded fixedbitset v0.4.2
5972026-03-19T02:59:04.143Z Downloaded des v0.8.1
5982026-03-19T02:59:04.143Z Downloaded dropshot-api-manager-types v0.6.0
5992026-03-19T02:59:04.146Z Downloaded ciborium-ll v0.2.2
6002026-03-19T02:59:04.146Z Downloaded dirs-sys-next v0.1.2
6012026-03-19T02:59:04.150Z Downloaded derive-where v1.6.0
6022026-03-19T02:59:04.153Z Downloaded drift v0.1.3
6032026-03-19T02:59:04.156Z Downloaded ed25519 v2.2.3
6042026-03-19T02:59:04.159Z Downloaded crossbeam-deque v0.8.6
6052026-03-19T02:59:04.159Z Downloaded chacha20poly1305 v0.10.1
6062026-03-19T02:59:04.164Z Downloaded debug-ignore v1.0.5
6072026-03-19T02:59:04.164Z Downloaded darling_macro v0.21.3
6082026-03-19T02:59:04.169Z Downloaded curve25519-dalek-derive v0.1.1
6092026-03-19T02:59:04.169Z Downloaded allocator-api2 v0.2.21
6102026-03-19T02:59:04.169Z Downloaded fallible-iterator v0.2.0
6112026-03-19T02:59:04.173Z Downloaded aes-gcm v0.10.3
6122026-03-19T02:59:04.173Z Downloaded futures-macro v0.3.32
6132026-03-19T02:59:04.173Z Downloaded defmt-macros v1.0.1
6142026-03-19T02:59:04.176Z Downloaded foreign-types v0.3.2
6152026-03-19T02:59:04.176Z Downloaded derive-ex v0.1.8
6162026-03-19T02:59:04.179Z Downloaded dof v0.4.0
6172026-03-19T02:59:04.179Z Downloaded diesel-dtrace v0.5.0
6182026-03-19T02:59:04.179Z Downloaded defmt v0.3.100
6192026-03-19T02:59:04.182Z Downloaded daft-derive v0.1.5
6202026-03-19T02:59:04.185Z Downloaded crunchy v0.2.4
6212026-03-19T02:59:04.185Z Downloaded der_derive v0.7.3
6222026-03-19T02:59:04.188Z Downloaded ctr v0.9.2
6232026-03-19T02:59:04.188Z Downloaded bytes v1.11.1
6242026-03-19T02:59:04.191Z Downloaded dirs-next v2.0.0
6252026-03-19T02:59:04.202Z Downloaded foreign-types-macros v0.2.3
6262026-03-19T02:59:04.205Z Downloaded fd-lock v4.0.4
6272026-03-19T02:59:04.209Z Downloaded float-cmp v0.10.0
6282026-03-19T02:59:04.213Z Downloaded flagset v0.4.7
6292026-03-19T02:59:04.213Z Downloaded dsl_auto_type v0.2.0
6302026-03-19T02:59:04.213Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-03-19T02:59:04.216Z Downloaded cstr-argument v0.1.2
6322026-03-19T02:59:04.216Z Downloaded defmt-parser v1.0.0
6332026-03-19T02:59:04.220Z Downloaded crc8 v0.1.1
6342026-03-19T02:59:04.220Z Downloaded ascii-canvas v3.0.0
6352026-03-19T02:59:04.224Z Downloaded arrayref v0.3.9
6362026-03-19T02:59:04.225Z Downloaded difflib v0.4.0
6372026-03-19T02:59:04.230Z Downloaded git-stub-vcs v0.1.0
6382026-03-19T02:59:04.234Z Downloaded daft v0.1.5
6392026-03-19T02:59:04.234Z Downloaded diff v0.1.13
6402026-03-19T02:59:04.238Z Downloaded derive_more-impl v2.1.1
6412026-03-19T02:59:04.241Z Downloaded dyn-clone v1.0.20
6422026-03-19T02:59:04.241Z Downloaded cpufeatures v0.3.0
6432026-03-19T02:59:04.241Z Downloaded assert_matches v1.5.0
6442026-03-19T02:59:04.244Z Downloaded darling_macro v0.23.0
6452026-03-19T02:59:04.244Z Downloaded atomic-waker v1.1.2
6462026-03-19T02:59:04.247Z Downloaded async-stream v0.3.6
6472026-03-19T02:59:04.250Z Downloaded crc v3.4.0
6482026-03-19T02:59:04.253Z Downloaded bit-set v0.8.0
6492026-03-19T02:59:04.253Z Downloaded async-stream-impl v0.3.6
6502026-03-19T02:59:04.255Z Downloaded embedded-io v0.4.0
6512026-03-19T02:59:04.255Z Downloaded document-features v0.2.12
6522026-03-19T02:59:04.258Z Downloaded cobs v0.3.0
6532026-03-19T02:59:04.258Z Downloaded cargo-platform v0.1.9
6542026-03-19T02:59:04.261Z Downloaded adler2 v2.0.1
6552026-03-19T02:59:04.263Z Downloaded cfg_aliases v0.1.1
6562026-03-19T02:59:04.268Z Downloaded ghash v0.5.1
6572026-03-19T02:59:04.268Z Downloaded async-recursion v1.1.1
6582026-03-19T02:59:04.272Z Downloaded base16ct v0.2.0
6592026-03-19T02:59:04.272Z Downloaded ena v0.14.4
6602026-03-19T02:59:04.279Z Downloaded ed25519-dalek v2.2.0
6612026-03-19T02:59:04.285Z Downloaded endian-type v0.1.2
6622026-03-19T02:59:04.285Z Downloaded darling_core v0.20.11
6632026-03-19T02:59:04.285Z Downloaded hex v0.4.3
6642026-03-19T02:59:04.285Z Downloaded foreign-types v0.5.0
6652026-03-19T02:59:04.285Z Downloaded hash32 v0.2.1
6662026-03-19T02:59:04.294Z Downloaded darling_macro v0.20.11
6672026-03-19T02:59:04.294Z Downloaded funty v2.0.0
6682026-03-19T02:59:04.294Z Downloaded convert_case v0.4.0
6692026-03-19T02:59:04.294Z Downloaded cfg_aliases v0.2.1
6702026-03-19T02:59:04.294Z Downloaded bb8 v0.8.6
6712026-03-19T02:59:04.300Z Downloaded atty v0.2.14
6722026-03-19T02:59:04.300Z Downloaded futures-task v0.3.32
6732026-03-19T02:59:04.300Z Downloaded foreign-types-shared v0.3.1
6742026-03-19T02:59:04.300Z Downloaded deranged v0.5.8
6752026-03-19T02:59:04.300Z Downloaded ciborium-io v0.2.2
6762026-03-19T02:59:04.300Z Downloaded futures-core v0.3.32
6772026-03-19T02:59:04.300Z Downloaded futures-io v0.3.32
6782026-03-19T02:59:04.304Z Downloaded git-stub v1.0.0
6792026-03-19T02:59:04.304Z Downloaded float-ord v0.3.2
6802026-03-19T02:59:04.304Z Downloaded downcast-rs v2.0.2
6812026-03-19T02:59:04.304Z Downloaded block-padding v0.3.3
6822026-03-19T02:59:04.304Z Downloaded derive_builder_macro v0.20.2
6832026-03-19T02:59:04.304Z Downloaded fxhash v0.2.1
6842026-03-19T02:59:04.309Z Downloaded hex-literal v0.4.1
6852026-03-19T02:59:04.311Z Downloaded constant_time_eq v0.4.2
6862026-03-19T02:59:04.311Z Downloaded argon2 v0.5.3
6872026-03-19T02:59:04.311Z Downloaded embedded-io v0.6.1
6882026-03-19T02:59:04.314Z Downloaded bit-vec v0.8.0
6892026-03-19T02:59:04.314Z Downloaded globwalk v0.9.1
6902026-03-19T02:59:04.320Z Downloaded find-msvc-tools v0.1.9
6912026-03-19T02:59:04.320Z Downloaded expectorate v1.2.0
6922026-03-19T02:59:04.323Z Downloaded corncobs v0.1.4
6932026-03-19T02:59:04.337Z Downloaded headers-core v0.3.0
6942026-03-19T02:59:04.342Z Downloaded defmt v1.0.1
6952026-03-19T02:59:04.342Z Downloaded hash32 v0.3.1
6962026-03-19T02:59:04.345Z Downloaded futures-channel v0.3.32
6972026-03-19T02:59:04.345Z Downloaded http-range v0.1.5
6982026-03-19T02:59:04.347Z Downloaded hostname v0.3.1
6992026-03-19T02:59:04.347Z Downloaded glob v0.3.3
7002026-03-19T02:59:04.352Z Downloaded ff v0.13.1
7012026-03-19T02:59:04.352Z Downloaded indent_write v2.2.0
7022026-03-19T02:59:04.352Z Downloaded indoc v1.0.9
7032026-03-19T02:59:04.356Z Downloaded darling v0.23.0
7042026-03-19T02:59:04.409Z Downloaded hubpack v0.1.2
7052026-03-19T02:59:04.409Z Downloaded crc32fast v1.5.0
7062026-03-19T02:59:04.421Z Downloaded env_filter v1.0.0
7072026-03-19T02:59:04.421Z Downloaded bitfield v0.19.4
7082026-03-19T02:59:04.421Z Downloaded httpdate v1.0.3
7092026-03-19T02:59:04.421Z Downloaded group v0.13.0
7102026-03-19T02:59:04.422Z Downloaded fs_extra v1.3.0
7112026-03-19T02:59:04.422Z Downloaded home v0.5.12
7122026-03-19T02:59:04.422Z Downloaded gethostname v0.5.0
7132026-03-19T02:59:04.422Z Downloaded foldhash v0.2.0
7142026-03-19T02:59:04.422Z Downloaded cookie v0.18.1
7152026-03-19T02:59:04.422Z Downloaded console v0.16.2
7162026-03-19T02:59:04.422Z Downloaded ciborium v0.2.2
7172026-03-19T02:59:04.422Z Downloaded bzip2 v0.6.1
7182026-03-19T02:59:04.422Z Downloaded const-oid v0.9.6
7192026-03-19T02:59:04.422Z Downloaded blake2 v0.10.6
7202026-03-19T02:59:04.422Z Downloaded bcs v0.1.6
7212026-03-19T02:59:04.422Z Downloaded backoff v0.4.0
7222026-03-19T02:59:04.422Z Downloaded futures-sink v0.3.32
7232026-03-19T02:59:04.422Z Downloaded ahash v0.8.12
7242026-03-19T02:59:04.422Z Downloaded cargo_toml v0.22.3
7252026-03-19T02:59:04.422Z Downloaded clang-sys v1.8.1
7262026-03-19T02:59:04.422Z Downloaded getrandom v0.2.17
7272026-03-19T02:59:04.422Z Downloaded lazy_static v1.5.0
7282026-03-19T02:59:04.422Z Downloaded hyper-tls v0.6.0
7292026-03-19T02:59:04.422Z Downloaded instant v0.1.13
7302026-03-19T02:59:04.422Z Downloaded futures v0.3.32
7312026-03-19T02:59:04.422Z Downloaded ingot-types v0.1.2
7322026-03-19T02:59:04.422Z Downloaded crossbeam-utils v0.8.21
7332026-03-19T02:59:04.422Z Downloaded crc-any v2.5.0
7342026-03-19T02:59:04.422Z Downloaded half v1.8.3
7352026-03-19T02:59:04.422Z Downloaded console v0.15.11
7362026-03-19T02:59:04.422Z Downloaded colored v2.2.0
7372026-03-19T02:59:04.440Z Downloaded internet-checksum v0.2.1
7382026-03-19T02:59:04.440Z Downloaded http-body v1.0.1
7392026-03-19T02:59:04.440Z Downloaded kstat-rs v0.2.4
7402026-03-19T02:59:04.440Z Downloaded derive_builder v0.20.2
7412026-03-19T02:59:04.440Z Downloaded hostname v0.4.2
7422026-03-19T02:59:04.440Z Downloaded globset v0.4.18
7432026-03-19T02:59:04.440Z Downloaded hubpack_derive v0.1.1
7442026-03-19T02:59:04.440Z Downloaded darling_core v0.23.0
7452026-03-19T02:59:04.447Z Downloaded http-body-util v0.1.3
7462026-03-19T02:59:04.447Z Downloaded hyper-staticfile v0.10.1
7472026-03-19T02:59:04.447Z Downloaded hickory-client v0.25.2
7482026-03-19T02:59:04.447Z Downloaded elliptic-curve v0.13.8
7492026-03-19T02:59:04.447Z Downloaded iana-time-zone v0.1.65
7502026-03-19T02:59:04.447Z Downloaded libscf-sys v1.1.0
7512026-03-19T02:59:04.447Z Downloaded backon v1.6.0
7522026-03-19T02:59:04.447Z Downloaded lalrpop-util v0.19.12
7532026-03-19T02:59:04.447Z Downloaded inout v0.1.4
7542026-03-19T02:59:04.452Z Downloaded ingot v0.1.1
7552026-03-19T02:59:04.452Z Downloaded env_logger v0.11.9
7562026-03-19T02:59:04.452Z Downloaded lru-slab v0.1.2
7572026-03-19T02:59:04.452Z Downloaded lru v0.12.5
7582026-03-19T02:59:04.456Z Downloaded keccak v0.1.6
7592026-03-19T02:59:04.456Z Downloaded lru-cache v0.1.2
7602026-03-19T02:59:04.457Z Downloaded is_ci v1.2.0
7612026-03-19T02:59:04.457Z Downloaded instability v0.3.11
7622026-03-19T02:59:04.461Z Downloaded cancel-safe-futures v0.1.5
7632026-03-19T02:59:04.461Z Downloaded futures-executor v0.3.32
7642026-03-19T02:59:04.461Z Downloaded bzip2 v0.4.4
7652026-03-19T02:59:04.464Z Downloaded erased-serde v0.3.31
7662026-03-19T02:59:04.464Z Downloaded chacha20 v0.10.0
7672026-03-19T02:59:04.469Z Downloaded half v2.7.1
7682026-03-19T02:59:04.469Z Downloaded openssl-probe v0.2.1
7692026-03-19T02:59:04.472Z Downloaded cookie_store v0.22.1
7702026-03-19T02:59:04.472Z Downloaded libefi-sys v0.1.0
7712026-03-19T02:59:04.477Z Downloaded impl-trait-for-tuples v0.2.3
7722026-03-19T02:59:04.477Z Downloaded compact_str v0.8.1
7732026-03-19T02:59:04.480Z Downloaded ipnet v2.11.0
7742026-03-19T02:59:04.480Z Downloaded hmac v0.12.1
7752026-03-19T02:59:04.483Z Downloaded const_format v0.2.35
7762026-03-19T02:59:04.488Z Downloaded ipnetwork v0.21.1
7772026-03-19T02:59:04.490Z Downloaded is-terminal v0.4.17
7782026-03-19T02:59:04.490Z Downloaded derive_more v0.99.20
7792026-03-19T02:59:04.494Z Downloaded lzss v0.8.2
7802026-03-19T02:59:04.498Z Downloaded normalize-line-endings v0.3.0
7812026-03-19T02:59:04.498Z Downloaded ignore v0.4.25
7822026-03-19T02:59:04.503Z Downloaded cc v1.2.56
7832026-03-19T02:59:04.503Z Downloaded derive_more v2.1.1
7842026-03-19T02:59:04.509Z Downloaded openssl-probe v0.1.6
7852026-03-19T02:59:04.512Z Downloaded getrandom v0.3.4
7862026-03-19T02:59:04.515Z Downloaded darling_core v0.21.3
7872026-03-19T02:59:04.518Z Downloaded mime v0.3.17
7882026-03-19T02:59:04.521Z Downloaded md-5 v0.10.6
7892026-03-19T02:59:04.521Z Downloaded packed_struct v0.10.1
7902026-03-19T02:59:04.527Z Downloaded managed v0.8.0
7912026-03-19T02:59:04.528Z Downloaded libsw-core v0.3.2
7922026-03-19T02:59:04.532Z Downloaded display-error-chain v0.2.2
7932026-03-19T02:59:04.532Z Downloaded jobserver v0.1.34
7942026-03-19T02:59:04.532Z Downloaded hyper-rustls v0.27.7
7952026-03-19T02:59:04.532Z Downloaded httparse v1.10.1
7962026-03-19T02:59:04.536Z Downloaded multimap v0.10.1
7972026-03-19T02:59:04.537Z Downloaded nonempty v0.12.0
7982026-03-19T02:59:04.537Z Downloaded peg-runtime v0.8.5
7992026-03-19T02:59:04.537Z Downloaded num_enum_derive v0.5.11
8002026-03-19T02:59:04.539Z Downloaded num-derive v0.3.3
8012026-03-19T02:59:04.539Z Downloaded num_enum v0.7.5
8022026-03-19T02:59:04.542Z Downloaded openssl-macros v0.1.1
8032026-03-19T02:59:04.546Z Downloaded heapless v0.7.17
8042026-03-19T02:59:04.546Z Downloaded libsw v3.5.0
8052026-03-19T02:59:04.549Z Downloaded owo-colors v4.3.0
8062026-03-19T02:59:04.551Z Downloaded newline-converter v0.3.0
8072026-03-19T02:59:04.551Z Downloaded libloading v0.8.9
8082026-03-19T02:59:04.556Z Downloaded num-derive v0.4.2
8092026-03-19T02:59:04.556Z Downloaded der v0.7.10
8102026-03-19T02:59:04.558Z Downloaded parse-display v0.10.0
8112026-03-19T02:59:04.563Z Downloaded packed_struct_codegen v0.10.1
8122026-03-19T02:59:04.563Z Downloaded indoc v2.0.7
8132026-03-19T02:59:04.567Z Downloaded olpc-cjson v0.1.4
8142026-03-19T02:59:04.567Z Downloaded num-rational v0.4.2
8152026-03-19T02:59:04.567Z Downloaded nu-ansi-term v0.50.3
8162026-03-19T02:59:04.572Z Downloaded pbkdf2 v0.11.0
8172026-03-19T02:59:04.572Z Downloaded memmap2 v0.9.10
8182026-03-19T02:59:04.575Z Downloaded num-complex v0.4.6
8192026-03-19T02:59:04.575Z Downloaded oxide-tokio-rt v0.1.3
8202026-03-19T02:59:04.575Z Downloaded phf_shared v0.11.3
8212026-03-19T02:59:04.575Z Downloaded path-slash v0.1.5
8222026-03-19T02:59:04.578Z Downloaded libbz2-rs-sys v0.2.2
8232026-03-19T02:59:04.578Z Downloaded parse-size v1.1.0
8242026-03-19T02:59:04.583Z Downloaded headers v0.4.1
8252026-03-19T02:59:04.584Z Downloaded nanorand v0.7.0
8262026-03-19T02:59:04.589Z Downloaded flate2 v1.1.9
8272026-03-19T02:59:04.593Z Downloaded multer v3.1.0
8282026-03-19T02:59:04.593Z Downloaded crypto-bigint v0.5.5
8292026-03-19T02:59:04.597Z Downloaded maplit v1.0.2
8302026-03-19T02:59:04.601Z Downloaded crossbeam-channel v0.5.15
8312026-03-19T02:59:04.610Z Downloaded predicates-core v1.0.10
8322026-03-19T02:59:04.610Z Downloaded phf_shared v0.12.1
8332026-03-19T02:59:04.610Z Downloaded aes v0.8.4
8342026-03-19T02:59:04.614Z Downloaded newtype-uuid-macros v0.1.0
8352026-03-19T02:59:04.614Z Downloaded pin-utils v0.1.0
8362026-03-19T02:59:04.615Z Downloaded newtype-uuid v1.3.2
8372026-03-19T02:59:04.615Z Downloaded papergrid v0.17.0
8382026-03-19T02:59:04.620Z Downloaded pin-project-internal v1.1.11
8392026-03-19T02:59:04.620Z Downloaded peg v0.8.5
8402026-03-19T02:59:04.623Z Downloaded pbkdf2 v0.12.2
8412026-03-19T02:59:04.623Z Downloaded proc-macro-crate v1.3.1
8422026-03-19T02:59:04.624Z Downloaded progenitor v0.13.0
8432026-03-19T02:59:04.624Z Downloaded darling v0.21.3
8442026-03-19T02:59:04.628Z Downloaded num-integer v0.1.46
8452026-03-19T02:59:05.041Z Downloaded hickory-resolver v0.24.4
8462026-03-19T02:59:05.045Z Downloaded indexmap v1.9.3
8472026-03-19T02:59:05.045Z Downloaded progenitor-extras v0.1.1
8482026-03-19T02:59:05.045Z Downloaded parking_lot_core v0.8.6
8492026-03-19T02:59:05.045Z Downloaded psl-types v2.0.11
8502026-03-19T02:59:05.045Z Downloaded hashbrown v0.15.5
8512026-03-19T02:59:05.045Z Downloaded progenitor-macro v0.11.2
8522026-03-19T02:59:05.045Z Downloaded progenitor-client v0.10.0
8532026-03-19T02:59:05.045Z Downloaded pem v3.0.6
8542026-03-19T02:59:05.045Z Downloaded pkcs1 v0.7.5
8552026-03-19T02:59:05.045Z Downloaded openssl-sys v0.9.111
8562026-03-19T02:59:05.045Z Downloaded match_cfg v0.1.0
8572026-03-19T02:59:05.045Z Downloaded heapless v0.8.0
8582026-03-19T02:59:05.045Z Downloaded indicatif v0.18.4
8592026-03-19T02:59:05.046Z Downloaded progenitor-macro v0.13.0
8602026-03-19T02:59:05.046Z Downloaded hashbrown v0.13.2
8612026-03-19T02:59:05.046Z Downloaded radium v0.7.0
8622026-03-19T02:59:05.046Z Downloaded progenitor-macro v0.10.0
8632026-03-19T02:59:05.046Z Downloaded predicates v3.1.4
8642026-03-19T02:59:05.046Z Downloaded predicates-tree v1.0.13
8652026-03-19T02:59:05.046Z Downloaded futures-util v0.3.32
8662026-03-19T02:59:05.046Z Downloaded precomputed-hash v0.1.1
8672026-03-19T02:59:05.046Z Downloaded nodrop v0.1.14
8682026-03-19T02:59:05.046Z Downloaded ppv-lite86 v0.2.21
8692026-03-19T02:59:05.046Z Downloaded phf v0.12.1
8702026-03-19T02:59:05.046Z Downloaded aho-corasick v1.1.4
8712026-03-19T02:59:05.046Z Downloaded russh-cryptovec v0.7.3
8722026-03-19T02:59:05.046Z Downloaded primeorder v0.13.6
8732026-03-19T02:59:05.046Z Downloaded proc-macro-crate v3.4.0
8742026-03-19T02:59:05.046Z Downloaded hickory-resolver v0.25.2
8752026-03-19T02:59:05.046Z Downloaded parking_lot v0.12.5
8762026-03-19T02:59:05.046Z Downloaded parking_lot v0.11.2
8772026-03-19T02:59:05.046Z Downloaded polyval v0.6.2
8782026-03-19T02:59:05.046Z Downloaded password-hash v0.5.0
8792026-03-19T02:59:05.046Z Downloaded recursive v0.1.1
8802026-03-19T02:59:05.046Z Downloaded rand_chacha v0.3.1
8812026-03-19T02:59:05.046Z Downloaded iri-string v0.7.10
8822026-03-19T02:59:05.046Z Downloaded rand_xorshift v0.4.0
8832026-03-19T02:59:05.046Z Downloaded postcard v1.1.3
8842026-03-19T02:59:05.046Z Downloaded hickory-server v0.25.2
8852026-03-19T02:59:05.046Z Downloaded ref-cast v1.0.25
8862026-03-19T02:59:05.046Z Downloaded maybe-uninit v2.0.0
8872026-03-19T02:59:05.046Z Downloaded progenitor v0.11.2
8882026-03-19T02:59:05.046Z Downloaded ref-cast-impl v1.0.25
8892026-03-19T02:59:05.046Z Downloaded md5 v0.7.0
8902026-03-19T02:59:05.046Z Downloaded rtoolbox v0.0.3
8912026-03-19T02:59:05.046Z Downloaded hashbrown v0.12.3
8922026-03-19T02:59:05.046Z Downloaded progenitor v0.10.0
8932026-03-19T02:59:05.046Z Downloaded powerfmt v0.2.0
8942026-03-19T02:59:05.046Z Downloaded postgres-protocol v0.6.10
8952026-03-19T02:59:05.046Z Downloaded r2d2 v0.8.10
8962026-03-19T02:59:05.047Z Downloaded pkcs5 v0.7.1
8972026-03-19T02:59:05.047Z Downloaded jiff-static v0.2.21
8982026-03-19T02:59:05.047Z Downloaded mime_guess v2.0.5
8992026-03-19T02:59:05.047Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-03-19T02:59:05.047Z Downloaded phf v0.13.1
9012026-03-19T02:59:05.047Z Downloaded rand_core v0.10.0
9022026-03-19T02:59:05.047Z Downloaded num-iter v0.1.45
9032026-03-19T02:59:05.047Z Downloaded pem-rfc7468 v0.7.0
9042026-03-19T02:59:05.047Z Downloaded fixedbitset v0.5.7
9052026-03-19T02:59:05.047Z Downloaded rand_seeder v0.4.0
9062026-03-19T02:59:05.047Z Downloaded hyper-util v0.1.20
9072026-03-19T02:59:05.047Z Downloaded dropshot-api-manager v0.6.0
9082026-03-19T02:59:05.047Z Downloaded rustc-hash v2.1.1
9092026-03-19T02:59:05.047Z Downloaded psm v0.1.30
9102026-03-19T02:59:05.047Z Downloaded rfc6979 v0.4.0
9112026-03-19T02:59:05.047Z Downloaded progenitor-client v0.13.0
9122026-03-19T02:59:05.047Z Downloaded libm v0.2.16
9132026-03-19T02:59:05.047Z Downloaded scheduled-thread-pool v0.2.7
9142026-03-19T02:59:05.047Z Downloaded sapling-renderdag v0.1.0
9152026-03-19T02:59:05.047Z Downloaded salsa20 v0.10.2
9162026-03-19T02:59:05.047Z Downloaded nibble_vec v0.1.0
9172026-03-19T02:59:05.047Z Downloaded rand_core v0.6.4
9182026-03-19T02:59:05.047Z Downloaded miniz_oxide v0.8.9
9192026-03-19T02:59:05.047Z Downloaded scroll_derive v0.13.1
9202026-03-19T02:59:05.047Z Downloaded rustversion v1.0.22
9212026-03-19T02:59:05.047Z Downloaded rand_chacha v0.9.0
9222026-03-19T02:59:05.047Z Downloaded progenitor-impl v0.13.0
9232026-03-19T02:59:05.047Z Downloaded pin-project v1.1.11
9242026-03-19T02:59:05.047Z Downloaded serde_bytes v0.11.19
9252026-03-19T02:59:05.047Z Downloaded scrypt v0.11.0
9262026-03-19T02:59:05.047Z Downloaded blake3 v1.8.3
9272026-03-19T02:59:05.047Z Downloaded rustls-native-certs v0.8.3
9282026-03-19T02:59:05.047Z Downloaded opaque-debug v0.3.1
9292026-03-19T02:59:05.047Z Downloaded scopeguard v1.2.0
9302026-03-19T02:59:05.047Z Downloaded serde-big-array v0.5.1
9312026-03-19T02:59:05.047Z Downloaded seq-macro v0.3.6
9322026-03-19T02:59:05.047Z Downloaded rustls-pemfile v2.2.0
9332026-03-19T02:59:05.048Z Downloaded rustls-pemfile v1.0.4
9342026-03-19T02:59:05.048Z Downloaded rcgen v0.12.1
9352026-03-19T02:59:05.048Z Downloaded native-tls v0.2.18
9362026-03-19T02:59:05.048Z Downloaded num-conv v0.2.0
9372026-03-19T02:59:05.048Z Downloaded semver v0.1.20
9382026-03-19T02:59:05.048Z Downloaded secrecy v0.10.3
9392026-03-19T02:59:05.048Z Downloaded resolv-conf v0.7.6
9402026-03-19T02:59:05.048Z Downloaded progenitor-impl v0.11.2
9412026-03-19T02:59:05.048Z Downloaded serde_plain v1.0.2
9422026-03-19T02:59:05.048Z Downloaded sha1 v0.10.6
9432026-03-19T02:59:05.048Z Downloaded num v0.4.3
9442026-03-19T02:59:05.048Z Downloaded prettyplease v0.2.37
9452026-03-19T02:59:05.048Z Downloaded aws-lc-rs v1.16.0
9462026-03-19T02:59:05.052Z Downloaded sigpipe v0.1.3
9472026-03-19T02:59:05.052Z Downloaded http v1.4.0
9482026-03-19T02:59:05.052Z Downloaded serde_urlencoded v0.7.1
9492026-03-19T02:59:05.052Z Downloaded rustls-pki-types v1.14.0
9502026-03-19T02:59:05.052Z Downloaded shell-words v1.1.1
9512026-03-19T02:59:05.052Z Downloaded chrono v0.4.44
9522026-03-19T02:59:05.052Z Downloaded signature v2.2.0
9532026-03-19T02:59:05.052Z Downloaded bitvec v1.0.1
9542026-03-19T02:59:05.052Z Downloaded siphasher v1.0.2
9552026-03-19T02:59:05.052Z Downloaded signal-hook-tokio v0.3.1
9562026-03-19T02:59:05.052Z Downloaded signal-hook-mio v0.2.5
9572026-03-19T02:59:05.052Z Downloaded serde_repr v0.1.20
9582026-03-19T02:59:05.052Z Downloaded serde_cbor v0.11.2
9592026-03-19T02:59:05.052Z Downloaded slog-dtrace v0.3.0
9602026-03-19T02:59:05.052Z Downloaded signal-hook-registry v1.4.8
9612026-03-19T02:59:05.052Z Downloaded shlex v1.3.0
9622026-03-19T02:59:05.052Z Downloaded crossterm v0.29.0
9632026-03-19T02:59:05.052Z Downloaded slog-scope v4.4.1
9642026-03-19T02:59:05.052Z Downloaded schemars_derive v0.8.22
9652026-03-19T02:59:05.052Z Downloaded serde_path_to_error v0.1.20
9662026-03-19T02:59:05.052Z Downloaded schemars v0.8.22
9672026-03-19T02:59:05.052Z Downloaded sqlparser_derive v0.5.0
9682026-03-19T02:59:05.052Z Downloaded slog-envlogger v2.2.0
9692026-03-19T02:59:05.052Z Downloaded sec1 v0.7.3
9702026-03-19T02:59:05.052Z Downloaded prefix-trie v0.7.0
9712026-03-19T02:59:05.052Z Downloaded rusty-fork v0.3.1
9722026-03-19T02:59:05.052Z Downloaded sct v0.7.1
9732026-03-19T02:59:05.052Z Downloaded libxml v0.3.3
9742026-03-19T02:59:05.052Z Downloaded rand_core v0.9.5
9752026-03-19T02:59:05.052Z Downloaded structmeta-derive v0.3.0
9762026-03-19T02:59:05.052Z Downloaded oso-derive v0.27.3
9772026-03-19T02:59:05.053Z Downloaded rayon-core v1.13.0
9782026-03-19T02:59:05.053Z Downloaded serde_derive_internals v0.29.1
9792026-03-19T02:59:05.053Z Downloaded pretty_assertions v1.4.1
9802026-03-19T02:59:05.053Z Downloaded crossterm v0.28.1
9812026-03-19T02:59:05.053Z Downloaded stringprep v0.1.5
9822026-03-19T02:59:05.053Z Downloaded stacker v0.1.23
9832026-03-19T02:59:05.053Z Downloaded slog-term v2.9.2
9842026-03-19T02:59:05.053Z Downloaded progenitor-client v0.11.2
9852026-03-19T02:59:05.053Z Downloaded phf_shared v0.13.1
9862026-03-19T02:59:05.053Z Downloaded ron v0.8.1
9872026-03-19T02:59:05.053Z Downloaded tagptr v0.2.0
9882026-03-19T02:59:05.053Z Downloaded subtle v2.6.1
9892026-03-19T02:59:05.053Z Downloaded password-hash v0.4.2
9902026-03-19T02:59:05.053Z Downloaded num_enum_derive v0.7.5
9912026-03-19T02:59:05.053Z Downloaded static_assertions v1.1.0
9922026-03-19T02:59:05.054Z Downloaded proc-macro-error-attr2 v2.0.0
9932026-03-19T02:59:05.054Z Downloaded sync-ptr v0.1.4
9942026-03-19T02:59:05.054Z Downloaded supports-color v3.0.2
9952026-03-19T02:59:05.054Z Downloaded serde_spanned v1.0.4
9962026-03-19T02:59:05.054Z Downloaded secrecy v0.8.0
9972026-03-19T02:59:05.054Z Downloaded rustc_version v0.1.7
9982026-03-19T02:59:05.054Z Downloaded p256 v0.13.2
9992026-03-19T02:59:05.054Z Downloaded quick-error v1.2.3
10002026-03-19T02:59:05.054Z Downloaded strum v0.26.3
10012026-03-19T02:59:05.054Z Downloaded slog-bunyan v2.5.0
10022026-03-19T02:59:05.054Z Downloaded same-file v1.0.6
10032026-03-19T02:59:05.054Z Downloaded sync_wrapper v1.0.2
10042026-03-19T02:59:05.054Z Downloaded proc-macro-error2 v2.0.1
10052026-03-19T02:59:05.054Z Downloaded smf v0.2.3
10062026-03-19T02:59:05.054Z Downloaded smallvec v0.6.14
10072026-03-19T02:59:05.054Z Downloaded slog-async v2.8.0
10082026-03-19T02:59:05.054Z Downloaded postgres-types v0.2.12
10092026-03-19T02:59:05.054Z Downloaded tap v1.0.1
10102026-03-19T02:59:05.054Z Downloaded tabwriter v1.4.1
10112026-03-19T02:59:05.054Z Downloaded tabled_derive v0.11.0
10122026-03-19T02:59:05.054Z Downloaded socket2 v0.5.10
10132026-03-19T02:59:05.054Z Downloaded strip-ansi-escapes v0.2.1
10142026-03-19T02:59:05.054Z Downloaded string_cache v0.8.9
10152026-03-19T02:59:05.054Z Downloaded sqlformat v0.3.5
10162026-03-19T02:59:05.054Z Downloaded lalrpop v0.19.12
10172026-03-19T02:59:05.054Z Downloaded thread-id v5.1.0
10182026-03-19T02:59:05.054Z Downloaded nom v7.1.3
10192026-03-19T02:59:05.054Z Downloaded tinyvec_macros v0.1.1
10202026-03-19T02:59:05.054Z Downloaded termtree v0.5.1
10212026-03-19T02:59:05.054Z Downloaded mio v1.1.1
10222026-03-19T02:59:05.054Z Downloaded socket2 v0.6.2
10232026-03-19T02:59:05.054Z Downloaded serde_with_macros v3.17.0
10242026-03-19T02:59:05.054Z Downloaded serde-hex v0.1.0
10252026-03-19T02:59:05.054Z Downloaded poly1305 v0.8.0
10262026-03-19T02:59:05.054Z Downloaded scroll v0.13.0
10272026-03-19T02:59:05.054Z Downloaded rustc_version v0.4.1
10282026-03-19T02:59:05.055Z Downloaded num-bigint v0.4.6
10292026-03-19T02:59:05.055Z Downloaded time-core v0.1.8
10302026-03-19T02:59:05.055Z Downloaded omicron-zone-package v0.12.2
10312026-03-19T02:59:05.055Z Downloaded rand v0.8.5
10322026-03-19T02:59:05.055Z Downloaded thiserror-impl-no-std v2.0.2
10332026-03-19T02:59:05.055Z Downloaded spki v0.7.3
10342026-03-19T02:59:05.055Z Downloaded pin-project-lite v0.2.17
10352026-03-19T02:59:05.055Z Downloaded minimal-lexical v0.2.1
10362026-03-19T02:59:05.055Z Downloaded testing_table v0.3.0
10372026-03-19T02:59:05.055Z Downloaded take_mut v0.2.2
10382026-03-19T02:59:05.055Z Downloaded ryu v1.0.23
10392026-03-19T02:59:05.055Z Downloaded rustls-platform-verifier v0.6.2
10402026-03-19T02:59:05.055Z Downloaded simd-adler32 v0.3.8
10412026-03-19T02:59:05.055Z Downloaded goblin v0.10.5
10422026-03-19T02:59:05.055Z Downloaded tokio-macros v2.6.0
10432026-03-19T02:59:05.055Z Downloaded slog-json v2.6.1
10442026-03-19T02:59:05.064Z Downloaded pkcs8 v0.10.2
10452026-03-19T02:59:05.064Z Downloaded tower-layer v0.3.3
10462026-03-19T02:59:05.064Z Downloaded serde_yaml v0.9.34+deprecated
10472026-03-19T02:59:05.069Z Downloaded russh-keys v0.45.0
10482026-03-19T02:59:05.069Z Downloaded thread_local v1.1.9
10492026-03-19T02:59:05.069Z Downloaded thiserror-no-std v2.0.2
10502026-03-19T02:59:05.069Z Downloaded termios v0.3.3
10512026-03-19T02:59:05.069Z Downloaded oso v0.27.3
10522026-03-19T02:59:05.072Z Downloaded time-macros v0.2.27
10532026-03-19T02:59:05.072Z Downloaded publicsuffix v2.3.0
10542026-03-19T02:59:05.074Z Downloaded quinn-udp v0.5.14
10552026-03-19T02:59:05.077Z Downloaded try-lock v0.2.5
10562026-03-19T02:59:05.077Z Downloaded ssh-cipher v0.2.0
10572026-03-19T02:59:05.080Z Downloaded unit-prefix v0.5.2
10582026-03-19T02:59:05.080Z Downloaded num-bigint-dig v0.8.6
10592026-03-19T02:59:05.084Z Downloaded topological-sort v0.2.2
10602026-03-19T02:59:05.088Z Downloaded signal-hook v0.3.18
10612026-03-19T02:59:05.088Z Downloaded tokio-dtrace v0.1.1
10622026-03-19T02:59:05.091Z Downloaded untrusted v0.9.0
10632026-03-19T02:59:05.091Z Downloaded tls_codec_derive v0.4.2
10642026-03-19T02:59:05.092Z Downloaded term v0.7.0
10652026-03-19T02:59:05.097Z Downloaded typify-macro v0.4.3
10662026-03-19T02:59:05.097Z Downloaded term v1.2.1
10672026-03-19T02:59:05.101Z Downloaded strum_macros v0.27.2
10682026-03-19T02:59:05.101Z Downloaded slog v2.8.2
10692026-03-19T02:59:05.111Z Downloaded tokio-rustls v0.26.4
10702026-03-19T02:59:05.112Z Downloaded itertools v0.12.1
10712026-03-19T02:59:05.116Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10722026-03-19T02:59:05.116Z Downloaded h2 v0.4.13
10732026-03-19T02:59:05.120Z Downloaded untrusted v0.7.1
10742026-03-19T02:59:05.120Z Downloaded universal-hash v0.5.1
10752026-03-19T02:59:05.120Z Downloaded typify-macro v0.6.1
10762026-03-19T02:59:05.121Z Downloaded tokio-tungstenite v0.21.0
10772026-03-19T02:59:05.127Z Downloaded tower-service v0.3.3
10782026-03-19T02:59:05.127Z Downloaded snafu-derive v0.8.9
10792026-03-19T02:59:05.127Z Downloaded progenitor-impl v0.10.0
10802026-03-19T02:59:05.127Z Downloaded toml_writer v1.0.6+spec-1.1.0
10812026-03-19T02:59:05.131Z Downloaded wait-timeout v0.2.1
10822026-03-19T02:59:05.131Z Downloaded tokio-native-tls v0.3.1
10832026-03-19T02:59:05.131Z Downloaded slab v0.4.12
10842026-03-19T02:59:05.132Z Downloaded usdt-attr-macro v0.6.0
10852026-03-19T02:59:05.137Z Downloaded want v0.3.1
10862026-03-19T02:59:05.137Z Downloaded usdt v0.6.0
10872026-03-19T02:59:05.137Z Downloaded rustls-webpki v0.103.9
10882026-03-19T02:59:05.142Z Downloaded iddqd v0.3.17
10892026-03-19T02:59:05.142Z Downloaded utf-8 v0.7.6
10902026-03-19T02:59:05.147Z Downloaded trait-variant v0.1.2
10912026-03-19T02:59:05.147Z Downloaded tokio-rustls v0.25.0
10922026-03-19T02:59:05.147Z Downloaded waitgroup v0.1.2
10932026-03-19T02:59:05.150Z Downloaded void v1.0.2
10942026-03-19T02:59:05.150Z Downloaded rand v0.9.2
10952026-03-19T02:59:05.151Z Downloaded tls_codec v0.4.2
10962026-03-19T02:59:05.153Z Downloaded samael v0.0.19
10972026-03-19T02:59:05.156Z Downloaded tokio-rustls v0.24.1
10982026-03-19T02:59:05.159Z Downloaded similar v2.7.0
10992026-03-19T02:59:05.164Z Downloaded tokio-stream v0.1.18
11002026-03-19T02:59:05.171Z Downloaded test-strategy v0.4.5
11012026-03-19T02:59:05.176Z Downloaded regex v1.12.3
11022026-03-19T02:59:05.176Z Downloaded unicase v2.9.0
11032026-03-19T02:59:05.176Z Downloaded reedline v0.40.0
11042026-03-19T02:59:05.239Z Downloaded zeroize_derive v1.4.3
11052026-03-19T02:59:05.239Z Downloaded hyper v1.8.1
11062026-03-19T02:59:05.251Z Downloaded vergen-gitcl v1.0.8
11072026-03-19T02:59:05.251Z Downloaded tokio-tungstenite v0.23.1
11082026-03-19T02:59:05.251Z Downloaded toml_parser v1.0.9+spec-1.1.0
11092026-03-19T02:59:05.251Z Downloaded itertools v0.13.0
11102026-03-19T02:59:05.251Z Downloaded vergen-git2 v1.0.7
11112026-03-19T02:59:05.251Z Downloaded uzers v0.12.2
11122026-03-19T02:59:05.251Z Downloaded russh v0.45.0
11132026-03-19T02:59:05.251Z Downloaded spin v0.9.8
11142026-03-19T02:59:05.251Z Downloaded xshell-macros v0.2.7
11152026-03-19T02:59:05.251Z Downloaded unarray v0.1.4
11162026-03-19T02:59:05.251Z Downloaded tinyvec v1.10.0
11172026-03-19T02:59:05.251Z Downloaded schemars v1.2.1
11182026-03-19T02:59:05.251Z Downloaded zone_cfg_derive v0.3.1
11192026-03-19T02:59:05.251Z Downloaded whoami v2.1.0
11202026-03-19T02:59:05.251Z Downloaded whoami v1.6.1
11212026-03-19T02:59:05.251Z Downloaded usdt-macro v0.6.0
11222026-03-19T02:59:05.251Z Downloaded unicode-truncate v1.1.0
11232026-03-19T02:59:05.251Z Downloaded tracing-attributes v0.1.31
11242026-03-19T02:59:05.251Z Downloaded vergen v9.0.6
11252026-03-19T02:59:05.251Z Downloaded snafu v0.8.9
11262026-03-19T02:59:05.251Z Downloaded xattr v1.6.1
11272026-03-19T02:59:05.251Z Downloaded twox-hash v2.1.2
11282026-03-19T02:59:05.251Z Downloaded xz2 v0.1.7
11292026-03-19T02:59:05.251Z Downloaded xshell v0.2.7
11302026-03-19T02:59:05.251Z Downloaded rsa v0.9.10
11312026-03-19T02:59:05.260Z Downloaded zeroize v1.8.2
11322026-03-19T02:59:05.260Z Downloaded wyz v0.5.1
11332026-03-19T02:59:05.260Z Downloaded typify v0.4.3
11342026-03-19T02:59:05.260Z Downloaded toml v0.9.12+spec-1.1.0
11352026-03-19T02:59:05.260Z Downloaded vergen-lib v0.1.6
11362026-03-19T02:59:05.266Z Downloaded tar v0.4.44
11372026-03-19T02:59:05.266Z Downloaded walkdir v2.5.0
11382026-03-19T02:59:05.266Z Downloaded tungstenite v0.23.0
11392026-03-19T02:59:05.266Z Downloaded zstd-safe v7.2.4
11402026-03-19T02:59:05.266Z Downloaded p521 v0.13.3
11412026-03-19T02:59:05.273Z Downloaded git2 v0.20.4
11422026-03-19T02:59:05.278Z Downloaded zstd v0.13.3
11432026-03-19T02:59:05.278Z Downloaded unicode-bidi v0.3.18
11442026-03-19T02:59:05.282Z Downloaded vsss-rs v3.3.4
11452026-03-19T02:59:05.282Z Downloaded tui-tree-widget v0.23.1
11462026-03-19T02:59:05.282Z Downloaded usdt-impl v0.6.0
11472026-03-19T02:59:05.282Z Downloaded tracing-core v0.1.36
11482026-03-19T02:59:05.287Z Downloaded qorb v0.4.1
11492026-03-19T02:59:05.292Z Downloaded unsafe-libyaml v0.2.11
11502026-03-19T02:59:05.292Z Downloaded toml_edit v0.23.10+spec-1.0.0
11512026-03-19T02:59:05.297Z Downloaded object v0.30.4
11522026-03-19T02:59:05.305Z Downloaded vte v0.14.1
11532026-03-19T02:59:05.310Z Downloaded uuid v1.21.0
11542026-03-19T02:59:05.310Z Downloaded toml_edit v0.19.15
11552026-03-19T02:59:05.316Z Downloaded typify v0.6.1
11562026-03-19T02:59:05.321Z Downloaded rustyline v14.0.0
11572026-03-19T02:59:05.323Z Downloaded zerocopy v0.6.6
11582026-03-19T02:59:05.326Z Downloaded steno v0.4.1
11592026-03-19T02:59:05.331Z Downloaded ron v0.12.0
11602026-03-19T02:59:05.334Z Downloaded unicode-properties v0.1.4
11612026-03-19T02:59:05.337Z Downloaded hickory-proto v0.24.4
11622026-03-19T02:59:05.348Z Downloaded zopfli v0.8.3
11632026-03-19T02:59:05.351Z Downloaded yasna v0.5.2
11642026-03-19T02:59:05.355Z Downloaded tungstenite v0.21.0
11652026-03-19T02:59:05.358Z Downloaded quick-xml v0.37.5
11662026-03-19T02:59:05.361Z Downloaded rand v0.10.0
11672026-03-19T02:59:05.363Z Downloaded nix v0.29.0
11682026-03-19T02:59:05.375Z Downloaded zip v0.6.6
11692026-03-19T02:59:05.379Z Downloaded yansi v1.0.1
11702026-03-19T02:59:05.379Z Downloaded tokio-postgres v0.7.16
11712026-03-19T02:59:05.383Z Downloaded unicode_categories v0.1.1
11722026-03-19T02:59:05.383Z Downloaded reqwest v0.13.2
11732026-03-19T02:59:05.388Z Downloaded ssh-key v0.6.7
11742026-03-19T02:59:05.391Z Downloaded p384 v0.13.1
11752026-03-19T02:59:05.395Z Downloaded reqwest v0.12.28
11762026-03-19T02:59:05.400Z Downloaded support-bundle-viewer v0.1.2
11772026-03-19T02:59:05.402Z Downloaded portable-atomic v1.13.1
11782026-03-19T02:59:05.406Z Downloaded tower v0.5.3
11792026-03-19T02:59:05.413Z Downloaded subprocess v0.2.15
11802026-03-19T02:59:05.417Z Downloaded bstr v1.12.1
11812026-03-19T02:59:05.422Z Downloaded strum_macros v0.26.4
11822026-03-19T02:59:05.425Z Downloaded rpassword v7.4.0
11832026-03-19T02:59:05.429Z Downloaded typed-path v0.9.3
11842026-03-19T02:59:05.432Z Downloaded salty v0.3.0
11852026-03-19T02:59:05.437Z Downloaded x509-cert v0.2.5
11862026-03-19T02:59:05.441Z Downloaded zerocopy-derive v0.8.40
11872026-03-19T02:59:05.447Z Downloaded object v0.37.3
11882026-03-19T02:59:05.457Z Downloaded zone v0.3.1
11892026-03-19T02:59:05.460Z Downloaded unicode-normalization v0.1.25
11902026-03-19T02:59:05.463Z Downloaded rustls-webpki v0.101.7
11912026-03-19T02:59:05.473Z Downloaded tower-http v0.6.8
11922026-03-19T02:59:05.480Z Downloaded zip v4.6.1
11932026-03-19T02:59:05.484Z Downloaded rustls-webpki v0.102.8
11942026-03-19T02:59:05.496Z Downloaded openapiv3 v2.2.0
11952026-03-19T02:59:05.505Z Downloaded winnow v0.6.26
11962026-03-19T02:59:05.510Z Downloaded winnow v0.5.40
11972026-03-19T02:59:05.520Z Downloaded nix v0.27.1
11982026-03-19T02:59:05.529Z Downloaded tabled v0.20.0
11992026-03-19T02:59:05.545Z Downloaded time v0.3.47
12002026-03-19T02:59:05.559Z Downloaded tokio-util v0.7.18
12012026-03-19T02:59:05.568Z Downloaded serde_with v3.17.0
12022026-03-19T02:59:05.572Z Downloaded smoltcp v0.9.1
12032026-03-19T02:59:05.577Z Downloaded openssl v0.10.75
12042026-03-19T02:59:05.584Z Downloaded zlib-rs v0.6.2
12052026-03-19T02:59:05.589Z Downloaded webpki-roots v1.0.6
12062026-03-19T02:59:05.592Z Downloaded quinn-proto v0.11.13
12072026-03-19T02:59:05.599Z Downloaded zerocopy v0.8.40
12082026-03-19T02:59:05.606Z Downloaded rustls v0.23.37
12092026-03-19T02:59:05.621Z Downloaded smoltcp v0.11.0
12102026-03-19T02:59:05.626Z Downloaded petname v2.0.2
12112026-03-19T02:59:05.630Z Downloaded polar-core v0.27.3
12122026-03-19T02:59:05.637Z Downloaded radix_trie v0.2.1
12132026-03-19T02:59:05.642Z Downloaded rustls v0.21.12
12142026-03-19T02:59:05.651Z Downloaded bzip2-sys v0.1.13+1.0.8
12152026-03-19T02:59:05.662Z Downloaded ratatui v0.29.0
12162026-03-19T02:59:05.677Z Downloaded sled v0.34.7
12172026-03-19T02:59:05.686Z Downloaded chrono-tz v0.10.4
12182026-03-19T02:59:05.701Z Downloaded vcpkg v0.2.15
12192026-03-19T02:59:05.733Z Downloaded rustls v0.22.4
12202026-03-19T02:59:05.741Z Downloaded dropshot v0.16.7
12212026-03-19T02:59:05.758Z Downloaded zerocopy-derive v0.6.6
12222026-03-19T02:59:05.765Z Downloaded regress v0.10.5
12232026-03-19T02:59:05.771Z Downloaded hickory-proto v0.25.2
12242026-03-19T02:59:05.787Z Downloaded rustix v0.38.44
12252026-03-19T02:59:05.802Z Downloaded regex-syntax v0.8.10
12262026-03-19T02:59:05.808Z Downloaded petgraph v0.6.5
12272026-03-19T02:59:05.824Z Downloaded diesel v2.3.7
12282026-03-19T02:59:05.838Z Downloaded nix v0.31.1
12292026-03-19T02:59:05.847Z Downloaded nix v0.28.0
12302026-03-19T02:59:05.856Z Downloaded regex-syntax v0.6.29
12312026-03-19T02:59:05.860Z Downloaded proptest v1.10.0
12322026-03-19T02:59:05.872Z Downloaded moka v0.12.13
12332026-03-19T02:59:05.884Z Downloaded tough v0.20.0
12342026-03-19T02:59:05.890Z Downloaded sqlparser v0.61.0
12352026-03-19T02:59:05.894Z Downloaded humantime v2.3.0
12362026-03-19T02:59:05.894Z Downloaded rayon v1.11.0
12372026-03-19T02:59:05.898Z Downloaded unicode-segmentation v1.12.0
12382026-03-19T02:59:05.902Z Downloaded curve25519-dalek v4.1.3
12392026-03-19T02:59:05.905Z Downloaded hkdf v0.12.4
12402026-03-19T02:59:05.907Z Downloaded itertools v0.14.0
12412026-03-19T02:59:05.911Z Downloaded tiny-keccak v2.0.2
12422026-03-19T02:59:05.913Z Downloaded strum_macros v0.24.3
12432026-03-19T02:59:05.916Z Downloaded schemars v0.9.0
12442026-03-19T02:59:05.923Z Downloaded typify-impl v0.6.1
12452026-03-19T02:59:05.934Z Downloaded csv v1.4.0
12462026-03-19T02:59:05.950Z Downloaded typify-impl v0.4.3
12472026-03-19T02:59:05.961Z Downloaded strum v0.27.2
12482026-03-19T02:59:05.964Z Downloaded structmeta v0.3.0
12492026-03-19T02:59:05.964Z Downloaded quinn v0.11.9
12502026-03-19T02:59:05.966Z Downloaded parking_lot_core v0.9.12
12512026-03-19T02:59:05.971Z Downloaded ssh-encoding v0.2.0
12522026-03-19T02:59:05.972Z Downloaded slog-stdlog v4.1.1
12532026-03-19T02:59:05.972Z Downloaded tracing v0.1.44
12542026-03-19T02:59:05.988Z Downloaded pkg-config v0.3.32
12552026-03-19T02:59:05.992Z Downloaded oxnet v0.1.4
12562026-03-19T02:59:05.993Z Downloaded peg-macros v0.8.5
12572026-03-19T02:59:05.993Z Downloaded flume v0.11.1
12582026-03-19T02:59:05.996Z Downloaded parse-display-derive v0.10.0
12592026-03-19T02:59:05.996Z Downloaded paste v1.0.15
12602026-03-19T02:59:05.996Z Downloaded regex-automata v0.4.14
12612026-03-19T02:59:06.005Z Downloaded num_enum v0.5.11
12622026-03-19T02:59:06.009Z Downloaded itertools v0.10.5
12632026-03-19T02:59:06.013Z Downloaded diesel_derives v2.3.7
12642026-03-19T02:59:06.019Z Downloaded linked-hash-map v0.5.6
12652026-03-19T02:59:06.022Z Downloaded new_debug_unreachable v1.0.6
12662026-03-19T02:59:06.022Z Downloaded litrs v1.0.0
12672026-03-19T02:59:06.025Z Downloaded linear-map v1.2.0
12682026-03-19T02:59:06.025Z Downloaded newtype_derive v0.1.6
12692026-03-19T02:59:06.025Z Downloaded memoffset v0.9.1
12702026-03-19T02:59:06.028Z Downloaded lock_api v0.4.14
12712026-03-19T02:59:06.028Z Downloaded ingot-macros v0.1.1
12722026-03-19T02:59:06.028Z Downloaded highway v1.3.0
12732026-03-19T02:59:06.034Z Downloaded bindgen v0.71.1
12742026-03-19T02:59:06.038Z Downloaded bumpalo v3.20.2
12752026-03-19T02:59:06.038Z Downloaded base64 v0.21.7
12762026-03-19T02:59:06.091Z Downloaded fatfs v0.3.6
12772026-03-19T02:59:06.091Z Downloaded crossbeam-epoch v0.9.18
12782026-03-19T02:59:06.091Z Downloaded arc-swap v1.8.2
12792026-03-19T02:59:06.091Z Downloaded dropshot_endpoint v0.16.7
12802026-03-19T02:59:06.091Z Downloaded base64 v0.22.1
12812026-03-19T02:59:06.092Z Downloaded lzma-sys v0.1.20
12822026-03-19T02:59:06.092Z Downloaded ident_case v1.0.1
12832026-03-19T02:59:06.092Z Downloaded jiff v0.2.21
12842026-03-19T02:59:06.099Z Downloaded buf-list v1.1.2
12852026-03-19T02:59:06.099Z Downloaded chacha20 v0.9.1
12862026-03-19T02:59:06.099Z Downloaded bit-vec v0.6.3
12872026-03-19T02:59:06.099Z Downloaded base64ct v1.8.3
12882026-03-19T02:59:06.099Z Downloaded arrayvec v0.7.6
12892026-03-19T02:59:06.103Z Downloaded ar_archive_writer v0.5.1
12902026-03-19T02:59:06.103Z Downloaded fs-err v2.11.0
12912026-03-19T02:59:06.103Z Downloaded foreign-types-shared v0.1.1
12922026-03-19T02:59:06.103Z Downloaded foldhash v0.1.5
12932026-03-19T02:59:06.103Z Downloaded filetime v0.2.27
12942026-03-19T02:59:06.107Z Downloaded ecdsa v0.16.9
12952026-03-19T02:59:06.108Z Downloaded data-encoding v2.10.0
12962026-03-19T02:59:06.108Z Downloaded critical-section v1.2.0
12972026-03-19T02:59:06.108Z Downloaded convert_case v0.10.0
12982026-03-19T02:59:06.108Z Downloaded const_format_proc_macros v0.2.34
12992026-03-19T02:59:06.113Z Downloaded cipher v0.4.4
13002026-03-19T02:59:06.113Z Downloaded cexpr v0.6.0
13012026-03-19T02:59:06.113Z Downloaded cbc v0.1.2
13022026-03-19T02:59:06.117Z Downloaded petgraph v0.8.3
13032026-03-19T02:59:06.130Z Downloaded num_threads v0.1.7
13042026-03-19T02:59:06.134Z Downloaded libz-sys v1.1.24
13052026-03-19T02:59:06.146Z Downloaded cassowary v0.3.0
13062026-03-19T02:59:06.148Z Downloaded blowfish v0.9.1
13072026-03-19T02:59:06.148Z Downloaded bit-set v0.5.3
13082026-03-19T02:59:06.152Z Downloaded cmake v0.1.57
13092026-03-19T02:59:06.152Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-03-19T02:59:06.166Z Downloaded camino-tempfile-ext v0.3.3
13112026-03-19T02:59:06.169Z Downloaded enum-as-inner v0.6.1
13122026-03-19T02:59:06.169Z Downloaded tokio v1.49.0
13132026-03-19T02:59:06.195Z Downloaded sha3 v0.10.8
13142026-03-19T02:59:06.201Z Downloaded either v1.15.0
13152026-03-19T02:59:06.204Z Downloaded bitflags v1.3.2
13162026-03-19T02:59:06.204Z Downloaded async-trait v0.1.89
13172026-03-19T02:59:06.208Z Downloaded toml v0.7.8
13182026-03-19T02:59:06.252Z Downloaded encoding_rs v0.8.35
13192026-03-19T02:59:06.298Z Downloaded ring v0.17.14
13202026-03-19T02:59:06.333Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-03-19T02:59:06.689Z Downloaded aws-lc-sys v0.37.1
13222026-03-19T02:59:07.031Z Compiling libc v0.2.180
13232026-03-19T02:59:07.039Z Compiling serde v1.0.228
13242026-03-19T02:59:07.039Z Compiling log v0.4.29
13252026-03-19T02:59:07.039Z Compiling shlex v1.3.0
13262026-03-19T02:59:07.039Z Compiling find-msvc-tools v0.1.9
13272026-03-19T02:59:07.039Z Compiling smallvec v1.15.1
13282026-03-19T02:59:07.039Z Compiling typenum v1.19.0
13292026-03-19T02:59:07.196Z Compiling subtle v2.6.1
13302026-03-19T02:59:07.315Z Compiling generic-array v0.14.7
13312026-03-19T02:59:07.321Z Compiling scopeguard v1.2.0
13322026-03-19T02:59:07.321Z Compiling portable-atomic v1.13.1
13332026-03-19T02:59:07.398Z Compiling const-oid v0.9.6
13342026-03-19T02:59:07.402Z Compiling critical-section v1.2.0
13352026-03-19T02:59:07.425Z Compiling syn v2.0.117
13362026-03-19T02:59:07.444Z Compiling zerocopy v0.8.40
13372026-03-19T02:59:07.471Z Compiling lock_api v0.4.14
13382026-03-19T02:59:07.534Z Compiling parking_lot_core v0.9.12
13392026-03-19T02:59:07.543Z Compiling pin-project-lite v0.2.17
13402026-03-19T02:59:07.543Z Compiling serde_json v1.0.149
13412026-03-19T02:59:07.560Z Compiling pkg-config v0.3.32
13422026-03-19T02:59:07.607Z Compiling bitflags v2.11.0
13432026-03-19T02:59:07.657Z Compiling libm v0.2.16
13442026-03-19T02:59:07.670Z Compiling num-traits v0.2.19
13452026-03-19T02:59:07.721Z Compiling futures-core v0.3.32
13462026-03-19T02:59:07.747Z Compiling percent-encoding v2.3.2
13472026-03-19T02:59:07.769Z Compiling allocator-api2 v0.2.21
13482026-03-19T02:59:07.843Z Compiling cpufeatures v0.2.17
13492026-03-19T02:59:07.961Z Compiling foldhash v0.2.0
13502026-03-19T02:59:07.966Z Compiling futures-sink v0.3.32
13512026-03-19T02:59:08.007Z Compiling getrandom v0.4.1
13522026-03-19T02:59:08.011Z Compiling slab v0.4.12
13532026-03-19T02:59:08.071Z Compiling futures-task v0.3.32
13542026-03-19T02:59:08.196Z Compiling futures-channel v0.3.32
13552026-03-19T02:59:08.208Z Compiling futures-io v0.3.32
13562026-03-19T02:59:08.277Z Compiling hashbrown v0.16.1
13572026-03-19T02:59:08.307Z Compiling getrandom v0.3.4
13582026-03-19T02:59:08.328Z Compiling rustversion v1.0.22
13592026-03-19T02:59:08.328Z Compiling rand_core v0.10.0
13602026-03-19T02:59:08.378Z Compiling form_urlencoded v1.2.2
13612026-03-19T02:59:08.394Z Compiling dunce v1.0.5
13622026-03-19T02:59:08.423Z Compiling fs_extra v1.3.0
13632026-03-19T02:59:08.534Z Compiling base64ct v1.8.3
13642026-03-19T02:59:08.539Z Compiling ident_case v1.0.1
13652026-03-19T02:59:08.586Z Compiling getrandom v0.2.17
13662026-03-19T02:59:08.586Z Compiling jobserver v0.1.34
13672026-03-19T02:59:08.625Z Compiling errno v0.3.14
13682026-03-19T02:59:08.677Z Compiling mio v1.1.1
13692026-03-19T02:59:08.703Z Compiling socket2 v0.6.2
13702026-03-19T02:59:08.802Z Compiling rand_core v0.6.4
13712026-03-19T02:59:08.823Z Compiling signal-hook-registry v1.4.8
13722026-03-19T02:59:08.865Z Compiling cc v1.2.56
13732026-03-19T02:59:08.914Z Compiling once_cell v1.21.3
13742026-03-19T02:59:08.966Z Compiling parking_lot v0.12.5
13752026-03-19T02:59:09.066Z Compiling indexmap v2.13.0
13762026-03-19T02:59:09.091Z Compiling pem-rfc7468 v0.7.0
13772026-03-19T02:59:09.136Z Compiling flagset v0.4.7
13782026-03-19T02:59:09.161Z Compiling rustix v1.1.3
13792026-03-19T02:59:09.206Z Compiling iana-time-zone v0.1.65
13802026-03-19T02:59:09.248Z Compiling uuid v1.21.0
13812026-03-19T02:59:09.273Z Compiling rustc_version v0.4.1
13822026-03-19T02:59:09.324Z Compiling aws-lc-rs v1.16.0
13832026-03-19T02:59:09.369Z Compiling regex-syntax v0.8.10
13842026-03-19T02:59:09.395Z Compiling vcpkg v0.2.15
13852026-03-19T02:59:09.596Z Compiling rand_core v0.9.5
13862026-03-19T02:59:09.620Z Compiling tracing-core v0.1.36
13872026-03-19T02:59:09.705Z Compiling crossbeam-utils v0.8.21
13882026-03-19T02:59:09.731Z Compiling base64 v0.22.1
13892026-03-19T02:59:09.770Z Compiling httparse v1.10.1
13902026-03-19T02:59:09.795Z Compiling untrusted v0.9.0
13912026-03-19T02:59:09.967Z Compiling cmake v0.1.57
13922026-03-19T02:59:09.991Z Compiling schemars v0.8.22
13932026-03-19T02:59:10.043Z Compiling untrusted v0.7.1
13942026-03-19T02:59:10.069Z Compiling syn v1.0.109
13952026-03-19T02:59:10.074Z Compiling openssl-probe v0.2.1
13962026-03-19T02:59:10.191Z Compiling atomic-waker v1.1.2
13972026-03-19T02:59:10.225Z Compiling try-lock v0.2.5
13982026-03-19T02:59:10.249Z Compiling tower-service v0.3.3
13992026-03-19T02:59:10.329Z Compiling rustls v0.23.37
14002026-03-19T02:59:10.350Z Compiling tower-layer v0.3.3
14012026-03-19T02:59:10.361Z Compiling tinyvec_macros v0.1.1
14022026-03-19T02:59:10.395Z Compiling dyn-clone v1.0.20
14032026-03-19T02:59:10.399Z Compiling want v0.3.1
14042026-03-19T02:59:10.463Z Compiling tinyvec v1.10.0
14052026-03-19T02:59:10.490Z Compiling spin v0.9.8
14062026-03-19T02:59:10.494Z Compiling aho-corasick v1.1.4
14072026-03-19T02:59:10.545Z Compiling crc32fast v1.5.0
14082026-03-19T02:59:10.593Z Compiling powerfmt v0.2.0
14092026-03-19T02:59:10.643Z Compiling pin-utils v0.1.0
14102026-03-19T02:59:10.643Z Compiling openssl v0.10.75
14112026-03-19T02:59:10.643Z Compiling num-conv v0.2.0
14122026-03-19T02:59:10.712Z Compiling httpdate v1.0.3
14132026-03-19T02:59:10.734Z Compiling time-core v0.1.8
14142026-03-19T02:59:10.775Z Compiling foreign-types-shared v0.1.1
14152026-03-19T02:59:10.818Z Compiling deranged v0.5.8
14162026-03-19T02:59:10.839Z Compiling wait-timeout v0.2.1
14172026-03-19T02:59:10.862Z Compiling siphasher v1.0.2
14182026-03-19T02:59:10.887Z Compiling simd-adler32 v0.3.8
14192026-03-19T02:59:10.913Z Compiling foreign-types v0.3.2
14202026-03-19T02:59:10.964Z Compiling usdt-impl v0.6.0
14212026-03-19T02:59:10.967Z Compiling time-macros v0.2.27
14222026-03-19T02:59:10.967Z Compiling bit-vec v0.8.0
14232026-03-19T02:59:11.029Z Compiling either v1.15.0
14242026-03-19T02:59:11.039Z Compiling native-tls v0.2.18
14252026-03-19T02:59:11.070Z Compiling quick-error v1.2.3
14262026-03-19T02:59:11.136Z Compiling num_threads v0.1.7
14272026-03-19T02:59:11.166Z Compiling aws-lc-sys v0.37.1
14282026-03-19T02:59:11.206Z Compiling ring v0.17.14
14292026-03-19T02:59:11.226Z Compiling openssl-sys v0.9.111
14302026-03-19T02:59:11.251Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-03-19T02:59:11.300Z Compiling bit-set v0.8.0
14322026-03-19T02:59:11.327Z Compiling tempfile v3.25.0
14332026-03-19T02:59:11.351Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-03-19T02:59:11.403Z Compiling unicode-normalization v0.1.25
14352026-03-19T02:59:11.526Z Compiling crossbeam-epoch v0.9.18
14362026-03-19T02:59:11.620Z Compiling synstructure v0.13.2
14372026-03-19T02:59:11.723Z Compiling serde_derive_internals v0.29.1
14382026-03-19T02:59:11.754Z Compiling pest_generator v2.8.6
14392026-03-19T02:59:11.836Z Compiling darling_core v0.20.11
14402026-03-19T02:59:12.025Z Compiling regex-automata v0.4.14
14412026-03-19T02:59:12.066Z Compiling rusty-fork v0.3.1
14422026-03-19T02:59:12.232Z Compiling darling_core v0.21.3
14432026-03-19T02:59:12.485Z Compiling slog v2.8.2
14442026-03-19T02:59:12.509Z Compiling rand_xorshift v0.4.0
14452026-03-19T02:59:12.517Z Compiling time v0.3.47
14462026-03-19T02:59:12.747Z Compiling heapless v0.7.17
14472026-03-19T02:59:12.790Z Compiling thread-id v5.1.0
14482026-03-19T02:59:12.811Z Compiling sync_wrapper v1.0.2
14492026-03-19T02:59:12.817Z Compiling cookie v0.18.1
14502026-03-19T02:59:12.960Z Compiling anyhow v1.0.102
14512026-03-19T02:59:12.995Z Compiling paste v1.0.15
14522026-03-19T02:59:13.006Z Compiling signal-hook v0.3.18
14532026-03-19T02:59:13.084Z Compiling unarray v0.1.4
14542026-03-19T02:59:13.120Z Compiling rayon-core v1.13.0
14552026-03-19T02:59:13.120Z Compiling zstd-safe v7.2.4
14562026-03-19T02:59:13.292Z Compiling unicode-properties v0.1.4
14572026-03-19T02:59:13.319Z Compiling adler2 v2.0.1
14582026-03-19T02:59:13.370Z Compiling unicode-segmentation v1.12.0
14592026-03-19T02:59:13.396Z Compiling unicode-bidi v0.3.18
14602026-03-19T02:59:13.425Z Compiling miniz_oxide v0.8.9
14612026-03-19T02:59:13.581Z Compiling crossbeam-deque v0.8.6
14622026-03-19T02:59:13.614Z Compiling num-integer v0.1.46
14632026-03-19T02:59:13.829Z Compiling vergen-lib v0.1.6
14642026-03-19T02:59:13.868Z Compiling stringprep v0.1.5
14652026-03-19T02:59:13.876Z Compiling curve25519-dalek v4.1.3
14662026-03-19T02:59:14.006Z Compiling ff v0.13.1
14672026-03-19T02:59:14.092Z Compiling hash32 v0.2.1
14682026-03-19T02:59:14.121Z Compiling memoffset v0.9.1
14692026-03-19T02:59:14.186Z Compiling cfg_aliases v0.2.1
14702026-03-19T02:59:14.269Z Compiling serde_derive v1.0.228
14712026-03-19T02:59:14.296Z Compiling zeroize_derive v1.4.3
14722026-03-19T02:59:14.335Z Compiling zerofrom-derive v0.1.6
14732026-03-19T02:59:14.358Z Compiling yoke-derive v0.8.1
14742026-03-19T02:59:14.387Z Compiling zerocopy-derive v0.8.40
14752026-03-19T02:59:14.408Z Compiling zerovec-derive v0.11.2
14762026-03-19T02:59:14.440Z Compiling displaydoc v0.2.5
14772026-03-19T02:59:14.465Z Compiling tokio-macros v2.6.0
14782026-03-19T02:59:14.798Z Compiling futures-macro v0.3.32
14792026-03-19T02:59:15.175Z Compiling zeroize v1.8.2
14802026-03-19T02:59:15.216Z Compiling der_derive v0.7.3
14812026-03-19T02:59:15.439Z Compiling thiserror-impl v2.0.18
14822026-03-19T02:59:15.461Z Compiling rustls-pki-types v1.14.0
14832026-03-19T02:59:15.887Z Compiling tracing-attributes v0.1.31
14842026-03-19T02:59:15.911Z Compiling schemars_derive v0.8.22
14852026-03-19T02:59:15.915Z Compiling futures-util v0.3.32
14862026-03-19T02:59:15.954Z Compiling pest_derive v2.8.6
14872026-03-19T02:59:16.098Z Compiling scroll_derive v0.13.1
14882026-03-19T02:59:16.211Z Compiling crypto-common v0.1.7
14892026-03-19T02:59:16.279Z Compiling zerofrom v0.1.6
14902026-03-19T02:59:16.389Z Compiling block-buffer v0.10.4
14912026-03-19T02:59:16.463Z Compiling yoke v0.8.1
14922026-03-19T02:59:16.487Z Compiling block-padding v0.3.3
14932026-03-19T02:59:16.528Z Compiling der v0.7.10
14942026-03-19T02:59:16.551Z Compiling darling_macro v0.20.11
14952026-03-19T02:59:16.618Z Compiling digest v0.10.7
14962026-03-19T02:59:16.712Z Compiling zerovec v0.11.5
14972026-03-19T02:59:16.767Z Compiling zerotrie v0.2.3
14982026-03-19T02:59:16.837Z Compiling inout v0.1.4
14992026-03-19T02:59:17.031Z Compiling hmac v0.12.1
15002026-03-19T02:59:17.083Z Compiling cipher v0.4.4
15012026-03-19T02:59:17.221Z Compiling sha2 v0.10.9
15022026-03-19T02:59:17.245Z Compiling pbkdf2 v0.12.2
15032026-03-19T02:59:17.298Z Compiling scroll v0.13.0
15042026-03-19T02:59:17.334Z Compiling thiserror v2.0.18
15052026-03-19T02:59:17.418Z Compiling tinystr v0.8.2
15062026-03-19T02:59:17.448Z Compiling potential_utf v0.1.4
15072026-03-19T02:59:17.476Z Compiling salsa20 v0.10.2
15082026-03-19T02:59:17.500Z Compiling aes v0.8.4
15092026-03-19T02:59:17.673Z Compiling icu_locale_core v2.1.1
15102026-03-19T02:59:17.696Z Compiling icu_collections v2.1.1
15112026-03-19T02:59:17.700Z Compiling scrypt v0.11.0
15122026-03-19T02:59:17.779Z Compiling cbc v0.1.2
15132026-03-19T02:59:17.785Z Compiling spki v0.7.3
15142026-03-19T02:59:17.840Z Compiling tracing v0.1.44
15152026-03-19T02:59:17.908Z Compiling goblin v0.10.5
15162026-03-19T02:59:17.954Z Compiling darling v0.20.11
15172026-03-19T02:59:18.057Z Compiling pkcs5 v0.7.1
15182026-03-19T02:59:18.078Z Compiling openssl-macros v0.1.1
15192026-03-19T02:59:18.083Z Compiling thiserror-impl v1.0.69
15202026-03-19T02:59:18.216Z Compiling derive_builder_core v0.20.2
15212026-03-19T02:59:18.338Z Compiling dtrace-parser v0.3.0
15222026-03-19T02:59:18.383Z Compiling signature v2.2.0
15232026-03-19T02:59:18.608Z Compiling icu_provider v2.1.1
15242026-03-19T02:59:18.630Z Compiling pkcs8 v0.10.2
15252026-03-19T02:59:18.935Z Compiling icu_properties v2.1.2
15262026-03-19T02:59:18.969Z Compiling icu_normalizer v2.1.1
15272026-03-19T02:59:19.025Z Compiling bytes v1.11.1
15282026-03-19T02:59:19.067Z Compiling chrono v0.4.44
15292026-03-19T02:59:19.097Z Compiling ipnet v2.11.0
15302026-03-19T02:59:19.122Z Compiling rustls-native-certs v0.8.3
15312026-03-19T02:59:19.224Z Compiling scroll_derive v0.12.1
15322026-03-19T02:59:19.440Z Compiling derive_builder_macro v0.20.2
15332026-03-19T02:59:19.464Z Compiling erased-serde v0.3.31
15342026-03-19T02:59:19.516Z Compiling serde_spanned v0.6.9
15352026-03-19T02:59:19.704Z Compiling tokio v1.49.0
15362026-03-19T02:59:19.725Z Compiling http v1.4.0
15372026-03-19T02:59:19.796Z Compiling serde_tokenstream v0.2.3
15382026-03-19T02:59:19.820Z Compiling toml_datetime v0.6.11
15392026-03-19T02:59:19.871Z Compiling thiserror v1.0.69
15402026-03-19T02:59:19.894Z Compiling md-5 v0.10.6
15412026-03-19T02:59:20.021Z Compiling darling_macro v0.21.3
15422026-03-19T02:59:20.057Z Compiling webpki-roots v1.0.6
15432026-03-19T02:59:20.117Z Compiling zerocopy-derive v0.7.35
15442026-03-19T02:59:20.139Z Compiling idna_adapter v1.2.1
15452026-03-19T02:59:20.174Z Compiling scroll v0.12.0
15462026-03-19T02:59:20.199Z Compiling psl-types v2.0.11
15472026-03-19T02:59:20.226Z Compiling ryu v1.0.23
15482026-03-19T02:59:20.226Z Compiling litrs v1.0.0
15492026-03-19T02:59:20.325Z Compiling idna v1.1.0
15502026-03-19T02:59:20.376Z Compiling ref-cast v1.0.25
15512026-03-19T02:59:20.481Z Compiling rustix v0.38.44
15522026-03-19T02:59:20.504Z Compiling smoltcp v0.9.1
15532026-03-19T02:59:20.548Z Compiling base16ct v0.2.0
15542026-03-19T02:59:20.661Z Compiling ppv-lite86 v0.2.21
15552026-03-19T02:59:20.792Z Compiling url v2.5.8
15562026-03-19T02:59:20.820Z Compiling http-body v1.0.1
15572026-03-19T02:59:20.904Z Compiling iri-string v0.7.10
15582026-03-19T02:59:20.945Z Compiling fallible-iterator v0.2.0
15592026-03-19T02:59:20.972Z Compiling zlib-rs v0.6.2
15602026-03-19T02:59:20.980Z Compiling num-bigint-dig v0.8.6
15612026-03-19T02:59:21.018Z Compiling http-body-util v0.1.3
15622026-03-19T02:59:21.054Z Compiling document-features v0.2.12
15632026-03-19T02:59:21.094Z Compiling rand_chacha v0.9.0
15642026-03-19T02:59:21.134Z Compiling rand_chacha v0.3.1
15652026-03-19T02:59:21.307Z Compiling zerocopy v0.7.35
15662026-03-19T02:59:21.363Z Compiling rand v0.9.2
15672026-03-19T02:59:21.385Z Compiling publicsuffix v2.3.0
15682026-03-19T02:59:21.390Z Compiling sec1 v0.7.3
15692026-03-19T02:59:21.659Z Compiling rand v0.8.5
15702026-03-19T02:59:21.830Z Compiling dof v0.4.0
15712026-03-19T02:59:21.877Z Compiling darling v0.21.3
15722026-03-19T02:59:21.939Z Compiling goblin v0.8.2
15732026-03-19T02:59:21.995Z Compiling serde_urlencoded v0.7.1
15742026-03-19T02:59:22.118Z Compiling derive_builder v0.20.2
15752026-03-19T02:59:22.238Z Compiling proptest v1.10.0
15762026-03-19T02:59:22.312Z Compiling postgres-protocol v0.6.10
15772026-03-19T02:59:22.318Z Compiling cargo-platform v0.1.9
15782026-03-19T02:59:22.344Z Compiling hkdf v0.12.4
15792026-03-19T02:59:22.456Z Compiling hubpack_derive v0.1.1
15802026-03-19T02:59:22.588Z Compiling ipnetwork v0.21.1
15812026-03-19T02:59:22.616Z Compiling crypto-bigint v0.5.5
15822026-03-19T02:59:22.671Z Compiling regex v1.12.3
15832026-03-19T02:59:23.010Z Compiling oxnet v0.1.4
15842026-03-19T02:59:23.139Z Compiling nix v0.31.1
15852026-03-19T02:59:23.223Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-19T02:59:23.229Z Compiling daft-derive v0.1.5
15872026-03-19T02:59:23.297Z Compiling strum_macros v0.27.2
15882026-03-19T02:59:23.352Z Compiling async-trait v0.1.89
15892026-03-19T02:59:23.533Z Compiling ref-cast-impl v1.0.25
15902026-03-19T02:59:23.649Z Compiling group v0.13.0
15912026-03-19T02:59:23.717Z Compiling num-iter v0.1.45
15922026-03-19T02:59:23.861Z Compiling proc-macro-error v1.0.4
15932026-03-19T02:59:23.907Z Compiling heck v0.4.1
15942026-03-19T02:59:24.235Z Compiling terminal_size v0.4.3
15952026-03-19T02:59:24.264Z Compiling phf_shared v0.13.1
15962026-03-19T02:59:24.294Z Compiling lazy_static v1.5.0
15972026-03-19T02:59:24.301Z Compiling vergen v9.0.6
15982026-03-19T02:59:24.423Z Compiling fs-err v3.3.0
15992026-03-19T02:59:24.446Z Compiling ahash v0.8.12
16002026-03-19T02:59:24.536Z Compiling object v0.37.3
16012026-03-19T02:59:24.562Z Compiling bumpalo v3.20.2
16022026-03-19T02:59:24.660Z Compiling managed v0.8.0
16032026-03-19T02:59:24.660Z Compiling bitflags v1.3.2
16042026-03-19T02:59:24.676Z Compiling libbz2-rs-sys v0.2.2
16052026-03-19T02:59:24.719Z Compiling foldhash v0.1.5
16062026-03-19T02:59:24.740Z Compiling winnow v0.5.40
16072026-03-19T02:59:24.827Z Compiling tokio-util v0.7.18
16082026-03-19T02:59:24.878Z Compiling tower v0.5.3
16092026-03-19T02:59:24.880Z Compiling tokio-native-tls v0.3.1
16102026-03-19T02:59:24.925Z Compiling hashbrown v0.15.5
16112026-03-19T02:59:24.992Z Compiling zopfli v0.8.3
16122026-03-19T02:59:25.031Z Compiling dof v0.3.0
16132026-03-19T02:59:25.273Z Compiling flate2 v1.1.9
16142026-03-19T02:59:25.560Z Compiling newtype-uuid v1.3.2
16152026-03-19T02:59:25.563Z Compiling tower-http v0.6.8
16162026-03-19T02:59:25.656Z Compiling bzip2 v0.6.1
16172026-03-19T02:59:25.721Z Compiling console v0.16.2
16182026-03-19T02:59:25.745Z Compiling clap_builder v4.5.60
16192026-03-19T02:59:25.873Z Compiling h2 v0.4.13
16202026-03-19T02:59:25.942Z Compiling daft v0.1.5
16212026-03-19T02:59:25.997Z Compiling phf v0.13.1
16222026-03-19T02:59:26.025Z Compiling rayon v1.11.0
16232026-03-19T02:59:26.120Z Compiling signal-hook-mio v0.2.5
16242026-03-19T02:59:26.142Z Compiling strum v0.27.2
16252026-03-19T02:59:26.226Z Compiling zone_cfg_derive v0.3.1
16262026-03-19T02:59:26.345Z Compiling cargo_metadata v0.19.2
16272026-03-19T02:59:26.358Z Compiling usdt-attr-macro v0.6.0
16282026-03-19T02:59:26.439Z Compiling usdt-macro v0.6.0
16292026-03-19T02:59:26.500Z Compiling elliptic-curve v0.13.8
16302026-03-19T02:59:26.686Z Compiling toml_edit v0.19.15
16312026-03-19T02:59:26.755Z Compiling cookie_store v0.22.1
16322026-03-19T02:59:27.079Z Compiling bzip2 v0.4.4
16332026-03-19T02:59:27.100Z Compiling hubpack v0.1.2
16342026-03-19T02:59:27.122Z Compiling postgres-types v0.2.12
16352026-03-19T02:59:27.373Z Compiling serde_with_macros v3.17.0
16362026-03-19T02:59:27.410Z Compiling zstd v0.13.3
16372026-03-19T02:59:27.487Z Compiling dtrace-parser v0.2.0
16382026-03-19T02:59:28.082Z Compiling hex v0.4.3
16392026-03-19T02:59:28.088Z Compiling serde-big-array v0.5.1
16402026-03-19T02:59:28.088Z Compiling ed25519 v2.2.3
16412026-03-19T02:59:28.089Z Compiling pkcs1 v0.7.5
16422026-03-19T02:59:28.090Z Compiling rfc6979 v0.4.0
16432026-03-19T02:59:28.090Z Compiling bstr v1.12.1
16442026-03-19T02:59:28.159Z Compiling enum-as-inner v0.6.1
16452026-03-19T02:59:28.271Z Compiling serde_repr v0.1.20
16462026-03-19T02:59:28.510Z Compiling clap_derive v4.5.55
16472026-03-19T02:59:28.531Z Compiling strum_macros v0.26.4
16482026-03-19T02:59:28.584Z Compiling itertools v0.12.1
16492026-03-19T02:59:28.854Z Compiling phf_shared v0.11.3
16502026-03-19T02:59:28.957Z Compiling float-cmp v0.10.0
16512026-03-19T02:59:28.989Z Compiling memmap2 v0.9.10
16522026-03-19T02:59:28.992Z Compiling thread-id v4.2.2
16532026-03-19T02:59:29.035Z Compiling env_filter v1.0.0
16542026-03-19T02:59:29.089Z Compiling encoding_rs v0.8.35
16552026-03-19T02:59:29.116Z Compiling jiff v0.2.21
16562026-03-19T02:59:29.141Z Compiling static_assertions v1.1.0
16572026-03-19T02:59:29.168Z Compiling difflib v0.4.0
16582026-03-19T02:59:29.249Z Compiling normalize-line-endings v0.3.0
16592026-03-19T02:59:29.296Z Compiling rustc-hash v2.1.1
16602026-03-19T02:59:29.385Z Compiling whoami v2.1.0
16612026-03-19T02:59:29.482Z Compiling keccak v0.1.6
16622026-03-19T02:59:29.489Z Compiling fixedbitset v0.5.7
16632026-03-19T02:59:29.911Z Compiling fixedbitset v0.4.2
16642026-03-19T02:59:29.932Z Compiling precomputed-hash v0.1.1
16652026-03-19T02:59:29.955Z Compiling unit-prefix v0.5.2
16662026-03-19T02:59:30.058Z Compiling hyper v1.8.1
16672026-03-19T02:59:30.110Z Compiling mime v0.3.17
16682026-03-19T02:59:30.165Z Compiling new_debug_unreachable v1.0.6
16692026-03-19T02:59:30.211Z Compiling data-encoding v2.10.0
16702026-03-19T02:59:30.264Z Compiling predicates-core v1.0.10
16712026-03-19T02:59:30.288Z Compiling string_cache v0.8.9
16722026-03-19T02:59:30.323Z Compiling zone v0.3.1
16732026-03-19T02:59:30.471Z Compiling predicates v3.1.4
16742026-03-19T02:59:30.510Z Compiling indicatif v0.18.4
16752026-03-19T02:59:30.591Z Compiling petgraph v0.6.5
16762026-03-19T02:59:30.591Z Compiling petgraph v0.8.3
16772026-03-19T02:59:30.595Z Compiling tokio-postgres v0.7.16
16782026-03-19T02:59:30.986Z Compiling clap v4.5.60
16792026-03-19T02:59:31.009Z Compiling strum v0.26.3
16802026-03-19T02:59:31.104Z Compiling hickory-proto v0.25.2
16812026-03-19T02:59:31.192Z Compiling sha3 v0.10.8
16822026-03-19T02:59:31.216Z Compiling iddqd v0.3.17
16832026-03-19T02:59:31.220Z Compiling env_logger v0.11.9
16842026-03-19T02:59:31.279Z Compiling toml_edit v0.22.27
16852026-03-19T02:59:31.379Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16862026-03-19T02:59:31.448Z Compiling usdt v0.6.0
16872026-03-19T02:59:31.675Z Compiling hyper-util v0.1.20
16882026-03-19T02:59:31.752Z Compiling usdt-impl v0.5.0
16892026-03-19T02:59:31.826Z Compiling serde_with v3.17.0
16902026-03-19T02:59:31.854Z Compiling crossterm v0.28.1
16912026-03-19T02:59:32.315Z Compiling similar v2.7.0
16922026-03-19T02:59:32.583Z Compiling toml v0.7.8
16932026-03-19T02:59:32.737Z Compiling zip v4.6.1
16942026-03-19T02:59:32.843Z Compiling rsa v0.9.10
16952026-03-19T02:59:33.355Z Compiling ecdsa v0.16.9
16962026-03-19T02:59:33.469Z Compiling ed25519-dalek v2.2.0
16972026-03-19T02:59:33.573Z Compiling zip v0.6.6
16982026-03-19T02:59:33.708Z Compiling hyper-tls v0.6.0
16992026-03-19T02:59:33.890Z Compiling tokio-stream v0.1.18
17002026-03-19T02:59:34.150Z Compiling buf-list v1.1.2
17012026-03-19T02:59:34.290Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-03-19T02:59:34.346Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-19T02:59:34.375Z Compiling openapiv3 v2.2.0
17042026-03-19T02:59:34.435Z Compiling x509-cert v0.2.5
17052026-03-19T02:59:34.545Z Compiling sha1 v0.10.6
17062026-03-19T02:59:34.548Z Compiling itertools v0.13.0
17072026-03-19T02:59:34.590Z Compiling toml_datetime v0.7.5+spec-1.1.0
17082026-03-19T02:59:34.775Z Compiling peg-runtime v0.8.5
17092026-03-19T02:59:34.856Z Compiling lalrpop-util v0.19.12
17102026-03-19T02:59:35.010Z Compiling thread_local v1.1.9
17112026-03-19T02:59:35.062Z Compiling slog-async v2.8.0
17122026-03-19T02:59:35.123Z Compiling futures-executor v0.3.32
17132026-03-19T02:59:35.164Z Compiling crossbeam-channel v0.5.15
17142026-03-19T02:59:35.198Z Compiling filetime v0.2.27
17152026-03-19T02:59:35.303Z Compiling is-terminal v0.4.17
17162026-03-19T02:59:35.367Z Compiling take_mut v0.2.2
17172026-03-19T02:59:35.391Z Compiling term v1.2.1
17182026-03-19T02:59:35.437Z Compiling xattr v1.6.1
17192026-03-19T02:59:35.441Z Compiling futures v0.3.32
17202026-03-19T02:59:35.812Z Compiling slog-term v2.9.2
17212026-03-19T02:59:35.834Z Compiling tar v0.4.44
17222026-03-19T02:59:56.090Z Compiling rustls-webpki v0.103.9
17232026-03-19T03:00:00.118Z Compiling tokio-rustls v0.26.4
17242026-03-19T03:00:00.118Z Compiling rustls-platform-verifier v0.6.2
17252026-03-19T03:00:00.382Z Compiling hyper-rustls v0.27.7
17262026-03-19T03:00:00.641Z Compiling reqwest v0.12.28
17272026-03-19T03:00:00.641Z Compiling reqwest v0.13.2
17282026-03-19T03:00:03.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-03-19T03:00:03.777Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-03-19T03:00:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17312026-03-19T03:00:07.708Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-03-19T03:00:07.769ZMar 19 03:00:06.637 INFO Starting download, target: Clickhouse
17332026-03-19T03:00:07.769ZMar 19 03:00:06.638 INFO Starting download, target: TransceiverControl
17342026-03-19T03:00:07.769ZMar 19 03:00:06.638 INFO Starting download, target: Console
17352026-03-19T03:00:07.772ZMar 19 03:00:06.638 INFO Starting download, target: MaghemiteMgd
17362026-03-19T03:00:07.772ZMar 19 03:00:06.638 INFO Starting download, target: DendriteStub
17372026-03-19T03:00:07.772ZMar 19 03:00:06.638 INFO Starting download, target: Cockroach
17382026-03-19T03:00:07.772ZMar 19 03:00:06.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-03-19T03:00:07.772ZMar 19 03:00:06.638 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-03-19T03:00:07.773ZMar 19 03:00:06.638 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-03-19T03:00:07.773ZMar 19 03:00:06.638 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-03-19T03:00:07.773ZMar 19 03:00:06.638 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-03-19T03:00:07.773ZMar 19 03:00:06.638 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-03-19T03:00:08.361ZMar 19 03:00:07.202 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-19T03:00:08.678ZMar 19 03:00:07.544 INFO Download complete, target: TransceiverControl
17462026-03-19T03:00:08.768ZMar 19 03:00:07.634 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-19T03:00:09.147ZMar 19 03:00:08.011 INFO Download complete, target: Console
17482026-03-19T03:00:09.742ZMar 19 03:00:08.611 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-03-19T03:00:09.755ZMar 19 03:00:08.620 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-03-19T03:00:10.630ZMar 19 03:00:09.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-03-19T03:00:10.702ZMar 19 03:00:09.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-03-19T03:00:10.702ZMar 19 03:00:09.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-03-19T03:00:13.519ZMar 19 03:00:12.367 INFO Download complete, target: MaghemiteMgd
17542026-03-19T03:00:13.607ZMar 19 03:00:12.395 INFO Download complete, target: DendriteStub
17552026-03-19T03:00:18.527ZMar 19 03:00:17.353 INFO Checking that binary works, target: Cockroach
17562026-03-19T03:00:18.604ZMar 19 03:00:17.472 INFO Download complete, target: Cockroach
17572026-03-19T03:00:21.811ZMar 19 03:00:20.671 INFO Checking that binary works, target: Clickhouse
17582026-03-19T03:00:21.972ZMar 19 03:00:20.834 INFO Download complete, target: Clickhouse
17592026-03-19T03:00:22.006ZAll prerequisites installed successfully
17602026-03-19T03:00:22.006Z
17612026-03-19T03:00:22.006Zreal 4:13.212696472
17622026-03-19T03:00:22.006Zuser 10:25.053809939
17632026-03-19T03:00:22.006Zsys 2:07.968266614
17642026-03-19T03:00:22.006Ztrap 0.350381798
17652026-03-19T03:00:22.006Ztflt 2.630177597
17662026-03-19T03:00:22.006Zdflt 3.473706186
17672026-03-19T03:00:22.006Zkflt 0.086190830
17682026-03-19T03:00:22.006Zlock 31:52.781257065
17692026-03-19T03:00:22.006Zslp 26:45.697895807
17702026-03-19T03:00:22.006Zlat 29.512505829
17712026-03-19T03:00:22.006Zstop 4:35.296979294
17722026-03-19T03:00:22.006Z+ ptime -m cargo xtask download softnpu
17732026-03-19T03:00:22.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17742026-03-19T03:00:22.692Z Running `target/debug/xtask download softnpu`
17752026-03-19T03:00:23.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17762026-03-19T03:00:23.804Z Running `target/debug/xtask-downloader softnpu`
17772026-03-19T03:00:23.853ZMar 19 03:00:22.720 INFO Starting download, target: Softnpu
17782026-03-19T03:00:23.856ZMar 19 03:00:22.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-03-19T03:00:24.491ZMar 19 03:00:23.358 INFO Download complete, target: Softnpu
17802026-03-19T03:00:24.495Z
17812026-03-19T03:00:24.499Zreal 2.514896488
17822026-03-19T03:00:24.499Zuser 1.782600817
17832026-03-19T03:00:24.499Zsys 0.794896215
17842026-03-19T03:00:24.499Ztrap 0.000555830
17852026-03-19T03:00:24.499Ztflt 0.000225742
17862026-03-19T03:00:24.499Zdflt 0.000297288
17872026-03-19T03:00:24.499Zkflt 0.000000000
17882026-03-19T03:00:24.499Zlock 11.385774419
17892026-03-19T03:00:24.499Zslp 0.433357466
17902026-03-19T03:00:24.500Zlat 0.053318486
17912026-03-19T03:00:24.500Zstop 0.000195787
17922026-03-19T03:00:24.500Z+ export CARGO_INCREMENTAL=0
17932026-03-19T03:00:24.500Z+ CARGO_INCREMENTAL=0
17942026-03-19T03:00:24.500Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-03-19T03:00:25.692Z Compiling proc-macro2 v1.0.106
17962026-03-19T03:00:25.692Z Compiling quote v1.0.44
17972026-03-19T03:00:25.696Z Compiling unicode-ident v1.0.24
17982026-03-19T03:00:25.696Z Compiling libc v0.2.180
17992026-03-19T03:00:25.696Z Compiling serde_core v1.0.228
18002026-03-19T03:00:25.696Z Compiling serde v1.0.228
18012026-03-19T03:00:25.696Z Compiling cfg-if v1.0.4
18022026-03-19T03:00:25.696Z Compiling version_check v0.9.5
18032026-03-19T03:00:25.696Z Compiling find-msvc-tools v0.1.9
18042026-03-19T03:00:25.696Z Compiling shlex v1.3.0
18052026-03-19T03:00:25.697Z Compiling typenum v1.19.0
18062026-03-19T03:00:25.697Z Compiling portable-atomic v1.13.1
18072026-03-19T03:00:25.697Z Compiling memchr v2.8.0
18082026-03-19T03:00:25.697Z Compiling autocfg v1.5.0
18092026-03-19T03:00:25.860Z Compiling zmij v1.0.21
18102026-03-19T03:00:26.053Z Compiling serde_json v1.0.149
18112026-03-19T03:00:26.234Z Compiling zerocopy v0.8.40
18122026-03-19T03:00:26.239Z Compiling parking_lot_core v0.9.12
18132026-03-19T03:00:26.464Z Compiling generic-array v0.14.7
18142026-03-19T03:00:26.483Z Compiling libm v0.2.16
18152026-03-19T03:00:26.505Z Compiling smallvec v1.15.1
18162026-03-19T03:00:26.581Z Compiling icu_normalizer_data v2.1.1
18172026-03-19T03:00:26.581Z Compiling icu_properties_data v2.1.2
18182026-03-19T03:00:26.677Z Compiling itoa v1.0.17
18192026-03-19T03:00:26.698Z Compiling log v0.4.29
18202026-03-19T03:00:26.701Z Compiling num-traits v0.2.19
18212026-03-19T03:00:26.778Z Compiling getrandom v0.4.1
18222026-03-19T03:00:26.863Z Compiling pkg-config v0.3.32
18232026-03-19T03:00:26.892Z Compiling stable_deref_trait v1.2.1
18242026-03-19T03:00:26.999Z Compiling scopeguard v1.2.0
18252026-03-19T03:00:27.002Z Compiling subtle v2.6.1
18262026-03-19T03:00:27.119Z Compiling fnv v1.0.7
18272026-03-19T03:00:27.168Z Compiling lock_api v0.4.14
18282026-03-19T03:00:27.171Z Compiling thiserror v2.0.18
18292026-03-19T03:00:27.249Z Compiling getrandom v0.2.17
18302026-03-19T03:00:27.269Z Compiling errno v0.3.14
18312026-03-19T03:00:27.389Z Compiling jobserver v0.1.34
18322026-03-19T03:00:27.479Z Compiling rand_core v0.6.4
18332026-03-19T03:00:27.574Z Compiling pin-project-lite v0.2.17
18342026-03-19T03:00:27.591Z Compiling getrandom v0.3.4
18352026-03-19T03:00:27.653Z Compiling syn v2.0.117
18362026-03-19T03:00:27.679Z Compiling cc v1.2.56
18372026-03-19T03:00:27.682Z Compiling critical-section v1.2.0
18382026-03-19T03:00:27.872Z Compiling equivalent v1.0.2
18392026-03-19T03:00:27.895Z Compiling rustversion v1.0.22
18402026-03-19T03:00:27.940Z Compiling allocator-api2 v0.2.21
18412026-03-19T03:00:27.942Z Compiling writeable v0.6.2
18422026-03-19T03:00:28.037Z Compiling dunce v1.0.5
18432026-03-19T03:00:28.119Z Compiling litemap v0.8.1
18442026-03-19T03:00:28.188Z Compiling foldhash v0.2.0
18452026-03-19T03:00:28.199Z Compiling percent-encoding v2.3.2
18462026-03-19T03:00:28.385Z Compiling fs_extra v1.3.0
18472026-03-19T03:00:28.423Z Compiling once_cell v1.21.3
18482026-03-19T03:00:28.486Z Compiling hashbrown v0.16.1
18492026-03-19T03:00:28.567Z Compiling const-oid v0.9.6
18502026-03-19T03:00:28.642Z Compiling signal-hook-registry v1.4.8
18512026-03-19T03:00:28.664Z Compiling rustix v1.1.3
18522026-03-19T03:00:28.705Z Compiling cmake v0.1.57
18532026-03-19T03:00:28.749Z Compiling mio v1.1.1
18542026-03-19T03:00:28.800Z Compiling socket2 v0.6.2
18552026-03-19T03:00:28.808Z Compiling schemars v0.8.22
18562026-03-19T03:00:29.068Z Compiling semver v1.0.27
18572026-03-19T03:00:29.145Z Compiling parking_lot v0.12.5
18582026-03-19T03:00:29.163Z Compiling aws-lc-rs v1.16.0
18592026-03-19T03:00:29.242Z Compiling bitflags v2.11.0
18602026-03-19T03:00:29.290Z Compiling indexmap v2.13.0
18612026-03-19T03:00:29.324Z Compiling rand_core v0.10.0
18622026-03-19T03:00:29.532Z Compiling utf8_iter v1.0.4
18632026-03-19T03:00:29.573Z Compiling ring v0.17.14
18642026-03-19T03:00:29.599Z Compiling aws-lc-sys v0.37.1
18652026-03-19T03:00:29.599Z Compiling form_urlencoded v1.2.2
18662026-03-19T03:00:29.759Z Compiling strsim v0.11.1
18672026-03-19T03:00:29.799Z Compiling futures-core v0.3.32
18682026-03-19T03:00:29.945Z Compiling ucd-trie v0.1.7
18692026-03-19T03:00:30.095Z Compiling byteorder v1.5.0
18702026-03-19T03:00:30.152Z Compiling thiserror v1.0.69
18712026-03-19T03:00:30.182Z Compiling httparse v1.10.1
18722026-03-19T03:00:30.203Z Compiling pest v2.8.6
18732026-03-19T03:00:30.314Z Compiling vcpkg v0.2.15
18742026-03-19T03:00:30.359Z Compiling heck v0.5.0
18752026-03-19T03:00:30.375Z Compiling ident_case v1.0.1
18762026-03-19T03:00:30.596Z Compiling syn v1.0.109
18772026-03-19T03:00:30.607Z Compiling crossbeam-utils v0.8.21
18782026-03-19T03:00:30.670Z Compiling regex-syntax v0.8.10
18792026-03-19T03:00:30.780Z Compiling rustls v0.23.37
18802026-03-19T03:00:30.832Z Compiling futures-sink v0.3.32
18812026-03-19T03:00:30.942Z Compiling rustc_version v0.4.1
18822026-03-19T03:00:30.980Z Compiling futures-channel v0.3.32
18832026-03-19T03:00:31.072Z Compiling futures-io v0.3.32
18842026-03-19T03:00:31.076Z Compiling futures-task v0.3.32
18852026-03-19T03:00:31.076Z Compiling cpufeatures v0.2.17
18862026-03-19T03:00:31.101Z Compiling slab v0.4.12
18872026-03-19T03:00:31.208Z Compiling openssl-sys v0.9.111
18882026-03-19T03:00:31.301Z Compiling iana-time-zone v0.1.65
18892026-03-19T03:00:31.324Z Compiling plain v0.2.3
18902026-03-19T03:00:31.353Z Compiling uuid v1.21.0
18912026-03-19T03:00:31.411Z Compiling aho-corasick v1.1.4
18922026-03-19T03:00:31.440Z Compiling time-core v0.1.8
18932026-03-19T03:00:31.594Z Compiling synstructure v0.13.2
18942026-03-19T03:00:31.619Z Compiling serde_derive_internals v0.29.1
18952026-03-19T03:00:31.646Z Compiling num-conv v0.2.0
18962026-03-19T03:00:31.714Z Compiling pest_meta v2.8.6
18972026-03-19T03:00:31.929Z Compiling time-macros v0.2.27
18982026-03-19T03:00:32.002Z Compiling pretty-hex v0.4.1
18992026-03-19T03:00:32.228Z Compiling openssl v0.10.75
19002026-03-19T03:00:32.488Z Compiling base64ct v1.8.3
19012026-03-19T03:00:32.526Z Compiling pest_generator v2.8.6
19022026-03-19T03:00:32.547Z Compiling crc32fast v1.5.0
19032026-03-19T03:00:32.585Z Compiling either v1.15.0
19042026-03-19T03:00:32.673Z Compiling regex-automata v0.4.14
19052026-03-19T03:00:32.697Z Compiling anyhow v1.0.102
19062026-03-19T03:00:32.723Z Compiling darling_core v0.21.3
19072026-03-19T03:00:32.773Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-03-19T03:00:32.878Z Compiling pem-rfc7468 v0.7.0
19092026-03-19T03:00:32.881Z Compiling flagset v0.4.7
19102026-03-19T03:00:32.881Z Compiling native-tls v0.2.18
19112026-03-19T03:00:33.071Z Compiling rand_core v0.9.5
19122026-03-19T03:00:33.191Z Compiling slog v2.8.2
19132026-03-19T03:00:33.254Z Compiling tracing-core v0.1.36
19142026-03-19T03:00:33.356Z Compiling dyn-clone v1.0.20
19152026-03-19T03:00:33.412Z Compiling untrusted v0.9.0
19162026-03-19T03:00:33.420Z Compiling rayon-core v1.13.0
19172026-03-19T03:00:33.523Z Compiling serde_derive v1.0.228
19182026-03-19T03:00:33.527Z Compiling zeroize_derive v1.4.3
19192026-03-19T03:00:33.528Z Compiling zerofrom-derive v0.1.6
19202026-03-19T03:00:33.599Z Compiling yoke-derive v0.8.1
19212026-03-19T03:00:33.603Z Compiling zerovec-derive v0.11.2
19222026-03-19T03:00:33.654Z Compiling displaydoc v0.2.5
19232026-03-19T03:00:33.688Z Compiling zerocopy-derive v0.8.40
19242026-03-19T03:00:33.849Z Compiling tokio-macros v2.6.0
19252026-03-19T03:00:33.972Z Compiling futures-macro v0.3.32
19262026-03-19T03:00:34.371Z Compiling zeroize v1.8.2
19272026-03-19T03:00:34.644Z Compiling thiserror-impl v2.0.18
19282026-03-19T03:00:34.736Z Compiling tracing-attributes v0.1.31
19292026-03-19T03:00:34.914Z Compiling der_derive v0.7.3
19302026-03-19T03:00:35.003Z Compiling schemars_derive v0.8.22
19312026-03-19T03:00:35.029Z Compiling thiserror-impl v1.0.69
19322026-03-19T03:00:35.134Z Compiling zerofrom v0.1.6
19332026-03-19T03:00:35.315Z Compiling yoke v0.8.1
19342026-03-19T03:00:35.482Z Compiling crypto-common v0.1.7
19352026-03-19T03:00:35.541Z Compiling zerovec v0.11.5
19362026-03-19T03:00:35.578Z Compiling zerotrie v0.2.3
19372026-03-19T03:00:36.096Z Compiling block-buffer v0.10.4
19382026-03-19T03:00:36.147Z Compiling pest_derive v2.8.6
19392026-03-19T03:00:36.191Z Compiling futures-util v0.3.32
19402026-03-19T03:00:36.273Z Compiling tinystr v0.8.2
19412026-03-19T03:00:36.297Z Compiling potential_utf v0.1.4
19422026-03-19T03:00:36.322Z Compiling digest v0.10.7
19432026-03-19T03:00:36.485Z Compiling icu_collections v2.1.1
19442026-03-19T03:00:36.514Z Compiling icu_locale_core v2.1.1
19452026-03-19T03:00:36.627Z Compiling hmac v0.12.1
19462026-03-19T03:00:36.718Z Compiling block-padding v0.3.3
19472026-03-19T03:00:36.731Z Compiling sha2 v0.10.9
19482026-03-19T03:00:36.825Z Compiling rustls-pki-types v1.14.0
19492026-03-19T03:00:36.896Z Compiling inout v0.1.4
19502026-03-19T03:00:36.933Z Compiling scroll_derive v0.13.1
19512026-03-19T03:00:37.398Z Compiling cipher v0.4.4
19522026-03-19T03:00:37.579Z Compiling icu_provider v2.1.1
19532026-03-19T03:00:37.764Z Compiling bytes v1.11.1
19542026-03-19T03:00:37.902Z Compiling chrono v0.4.44
19552026-03-19T03:00:37.926Z Compiling icu_normalizer v2.1.1
19562026-03-19T03:00:37.945Z Compiling icu_properties v2.1.2
19572026-03-19T03:00:37.975Z Compiling serde_tokenstream v0.2.3
19582026-03-19T03:00:38.116Z Compiling scroll_derive v0.12.1
19592026-03-19T03:00:38.478Z Compiling tokio v1.49.0
19602026-03-19T03:00:39.011Z Compiling openssl-macros v0.1.1
19612026-03-19T03:00:39.491Z Compiling idna_adapter v1.2.1
19622026-03-19T03:00:39.557Z Compiling http v1.4.0
19632026-03-19T03:00:39.683Z Compiling idna v1.1.0
19642026-03-19T03:00:39.759Z Compiling der v0.7.10
19652026-03-19T03:00:39.853Z Compiling darling_macro v0.21.3
19662026-03-19T03:00:39.881Z Compiling ppv-lite86 v0.2.21
19672026-03-19T03:00:39.927Z Compiling regex v1.12.3
19682026-03-19T03:00:40.112Z Compiling url v2.5.8
19692026-03-19T03:00:40.345Z Compiling zerocopy-derive v0.7.35
19702026-03-19T03:00:40.530Z Compiling darling v0.21.3
19712026-03-19T03:00:40.559Z Compiling salsa20 v0.10.2
19722026-03-19T03:00:40.574Z Compiling pbkdf2 v0.12.2
19732026-03-19T03:00:40.737Z Compiling tracing v0.1.44
19742026-03-19T03:00:41.019Z Compiling spki v0.7.3
19752026-03-19T03:00:41.316Z Compiling cookie v0.18.1
19762026-03-19T03:00:41.389Z Compiling base64 v0.22.1
19772026-03-19T03:00:41.412Z Compiling camino v1.2.2
19782026-03-19T03:00:41.687Z Compiling scrypt v0.11.0
19792026-03-19T03:00:41.832Z Compiling rand_chacha v0.9.0
19802026-03-19T03:00:41.869Z Compiling aes v0.8.4
19812026-03-19T03:00:41.965Z Compiling cbc v0.1.2
19822026-03-19T03:00:42.489Z Compiling usdt-impl v0.5.0
19832026-03-19T03:00:42.510Z Compiling paste v1.0.15
19842026-03-19T03:00:42.627Z Compiling winnow v0.7.14
19852026-03-19T03:00:42.708Z Compiling ref-cast v1.0.25
19862026-03-19T03:00:42.810Z Compiling usdt-impl v0.6.0
19872026-03-19T03:00:43.088Z Compiling pkcs5 v0.7.1
19882026-03-19T03:00:43.116Z Compiling rand v0.9.2
19892026-03-19T03:00:43.425Z Compiling http-body v1.0.1
19902026-03-19T03:00:43.554Z Compiling tokio-util v0.7.18
19912026-03-19T03:00:43.601Z Compiling scroll v0.12.0
19922026-03-19T03:00:43.601Z Compiling scroll v0.13.0
19932026-03-19T03:00:43.632Z Compiling toml_datetime v0.6.11
19942026-03-19T03:00:43.701Z Compiling serde_spanned v0.6.9
19952026-03-19T03:00:44.003Z Compiling heapless v0.7.17
19962026-03-19T03:00:44.053Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-03-19T03:00:44.053Z Compiling atomic-waker v1.1.2
19982026-03-19T03:00:44.087Z Compiling zstd-safe v7.2.4
19992026-03-19T03:00:44.254Z Compiling untrusted v0.7.1
20002026-03-19T03:00:44.291Z Compiling signal-hook v0.3.18
20012026-03-19T03:00:44.395Z Compiling openssl-probe v0.2.1
20022026-03-19T03:00:44.561Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-03-19T03:00:44.702Z Compiling goblin v0.10.5
20042026-03-19T03:00:44.749Z Compiling goblin v0.8.2
20052026-03-19T03:00:44.890Z Compiling pkcs8 v0.10.2
20062026-03-19T03:00:45.134Z Compiling zerocopy v0.7.35
20072026-03-19T03:00:45.207Z Compiling ref-cast-impl v1.0.25
20082026-03-19T03:00:45.294Z Compiling darling_core v0.20.11
20092026-03-19T03:00:45.485Z Compiling toml_datetime v0.7.5+spec-1.1.0
20102026-03-19T03:00:45.541Z Compiling memoffset v0.9.1
20112026-03-19T03:00:45.594Z Compiling fastrand v2.3.0
20122026-03-19T03:00:45.758Z Compiling tower-layer v0.3.3
20132026-03-19T03:00:45.870Z Compiling litrs v1.0.0
20142026-03-19T03:00:45.899Z Compiling try-lock v0.2.5
20152026-03-19T03:00:45.924Z Compiling tower-service v0.3.3
20162026-03-19T03:00:46.035Z Compiling winnow v0.5.40
20172026-03-19T03:00:46.313Z Compiling tinyvec_macros v0.1.1
20182026-03-19T03:00:46.338Z Compiling rustix v0.38.44
20192026-03-19T03:00:46.420Z Compiling want v0.3.1
20202026-03-19T03:00:46.449Z Compiling tinyvec v1.10.0
20212026-03-19T03:00:46.452Z Compiling document-features v0.2.12
20222026-03-19T03:00:46.452Z Compiling h2 v0.4.13
20232026-03-19T03:00:47.264Z Compiling dtrace-parser v0.2.0
20242026-03-19T03:00:47.366Z Compiling dtrace-parser v0.3.0
20252026-03-19T03:00:47.837Z Compiling toml_edit v0.19.15
20262026-03-19T03:00:47.949Z Compiling dof v0.3.0
20272026-03-19T03:00:48.101Z Compiling ipnet v2.11.0
20282026-03-19T03:00:48.109Z Compiling darling_macro v0.20.11
20292026-03-19T03:00:48.365Z Compiling daft-derive v0.1.5
20302026-03-19T03:00:48.411Z Compiling dof v0.4.0
20312026-03-19T03:00:48.763Z Compiling async-trait v0.1.89
20322026-03-19T03:00:48.820Z Compiling curve25519-dalek v4.1.3
20332026-03-19T03:00:48.979Z Compiling spin v0.9.8
20342026-03-19T03:00:49.043Z Compiling thread-id v4.2.2
20352026-03-19T03:00:49.155Z Compiling thread-id v5.1.0
20362026-03-19T03:00:49.180Z Compiling proc-macro-error-attr v1.0.4
20372026-03-19T03:00:49.274Z Compiling httpdate v1.0.3
20382026-03-19T03:00:49.278Z Compiling pin-utils v0.1.0
20392026-03-19T03:00:49.444Z Compiling smoltcp v0.9.1
20402026-03-19T03:00:49.489Z Compiling powerfmt v0.2.0
20412026-03-19T03:00:49.746Z Compiling num-bigint-dig v0.8.6
20422026-03-19T03:00:49.806Z Compiling cfg_aliases v0.2.1
20432026-03-19T03:00:49.835Z Compiling foreign-types-shared v0.1.1
20442026-03-19T03:00:49.885Z Compiling deranged v0.5.8
20452026-03-19T03:00:49.910Z Compiling tempfile v3.25.0
20462026-03-19T03:00:49.939Z Compiling nix v0.31.1
20472026-03-19T03:00:49.966Z Compiling foreign-types v0.3.2
20482026-03-19T03:00:50.146Z Compiling darling v0.20.11
20492026-03-19T03:00:50.662Z Compiling hyper v1.8.1
20502026-03-19T03:00:50.687Z Compiling ipnetwork v0.21.1
20512026-03-19T03:00:50.748Z Compiling strum_macros v0.26.4
20522026-03-19T03:00:51.018Z Compiling wait-timeout v0.2.1
20532026-03-19T03:00:51.064Z Compiling proc-macro-error v1.0.4
20542026-03-19T03:00:51.154Z Compiling unicode-segmentation v1.12.0
20552026-03-19T03:00:51.345Z Compiling utf8parse v0.2.2
20562026-03-19T03:00:51.528Z Compiling anstyle v1.0.13
20572026-03-19T03:00:51.551Z Compiling num_threads v0.1.7
20582026-03-19T03:00:51.669Z Compiling bit-vec v0.8.0
20592026-03-19T03:00:51.711Z Compiling quick-error v1.2.3
20602026-03-19T03:00:51.735Z Compiling siphasher v1.0.2
20612026-03-19T03:00:51.907Z Compiling simd-adler32 v0.3.8
20622026-03-19T03:00:51.937Z Compiling rusty-fork v0.3.1
20632026-03-19T03:00:51.982Z Compiling bit-set v0.8.0
20642026-03-19T03:00:52.181Z Compiling hyper-util v0.1.20
20652026-03-19T03:00:52.246Z Compiling time v0.3.47
20662026-03-19T03:00:52.338Z Compiling anstyle-parse v0.2.7
20672026-03-19T03:00:52.876Z Compiling crossbeam-epoch v0.9.18
20682026-03-19T03:00:52.900Z Compiling derive_builder_core v0.20.2
20692026-03-19T03:00:53.369Z Compiling unicode-normalization v0.1.25
20702026-03-19T03:00:53.977Z Compiling rustls-native-certs v0.8.3
20712026-03-19T03:00:54.324Z Compiling signature v2.2.0
20722026-03-19T03:00:54.356Z Compiling hubpack_derive v0.1.1
20732026-03-19T03:00:54.419Z Compiling curve25519-dalek-derive v0.1.1
20742026-03-19T03:00:54.493Z Compiling strum_macros v0.27.2
20752026-03-19T03:00:54.533Z Compiling rand_xorshift v0.4.0
20762026-03-19T03:00:54.700Z Compiling sync_wrapper v1.0.2
20772026-03-19T03:00:54.739Z Compiling fs-err v3.3.0
20782026-03-19T03:00:54.805Z Compiling ahash v0.8.12
20792026-03-19T03:00:54.922Z Compiling object v0.37.3
20802026-03-19T03:00:54.946Z Compiling unarray v0.1.4
20812026-03-19T03:00:55.012Z Compiling unicode-bidi v0.3.18
20822026-03-19T03:00:55.120Z Compiling is_terminal_polyfill v1.70.2
20832026-03-19T03:00:55.135Z Compiling colorchoice v1.0.4
20842026-03-19T03:00:55.215Z Compiling anstyle-query v1.1.5
20852026-03-19T03:00:55.236Z Compiling unicode-properties v0.1.4
20862026-03-19T03:00:55.267Z Compiling adler2 v2.0.1
20872026-03-19T03:00:55.289Z Compiling proptest v1.10.0
20882026-03-19T03:00:55.361Z Compiling anstream v0.6.21
20892026-03-19T03:00:55.447Z Compiling miniz_oxide v0.8.9
20902026-03-19T03:00:55.528Z Compiling stringprep v0.1.5
20912026-03-19T03:00:56.125Z Compiling tower v0.5.3
20922026-03-19T03:00:56.159Z Compiling derive_builder_macro v0.20.2
20932026-03-19T03:00:56.573Z Compiling crossbeam-deque v0.8.6
20942026-03-19T03:00:56.615Z Compiling heck v0.4.1
20952026-03-19T03:00:56.750Z Compiling usdt-attr-macro v0.6.0
20962026-03-19T03:00:56.753Z Compiling usdt-macro v0.6.0
20972026-03-19T03:00:56.949Z Compiling http-body-util v0.1.3
20982026-03-19T03:00:57.046Z Compiling webpki-roots v1.0.6
20992026-03-19T03:00:57.309Z Compiling rand_chacha v0.3.1
21002026-03-19T03:00:57.337Z Compiling erased-serde v0.3.31
21012026-03-19T03:00:57.343Z Compiling md-5 v0.10.6
21022026-03-19T03:00:57.572Z Compiling num-integer v0.1.46
21032026-03-19T03:00:57.690Z Compiling hash32 v0.2.1
21042026-03-19T03:00:57.729Z Compiling vergen-lib v0.1.6
21052026-03-19T03:00:57.753Z Compiling ff v0.13.1
21062026-03-19T03:00:57.804Z Compiling ryu v1.0.23
21072026-03-19T03:00:57.813Z Compiling zlib-rs v0.6.2
21082026-03-19T03:00:57.852Z Compiling iri-string v0.7.10
21092026-03-19T03:00:57.867Z Compiling base16ct v0.2.0
21102026-03-19T03:00:57.997Z Compiling fallible-iterator v0.2.0
21112026-03-19T03:00:58.020Z Compiling psl-types v2.0.11
21122026-03-19T03:00:58.051Z Compiling sec1 v0.7.3
21132026-03-19T03:00:58.072Z Compiling newtype-uuid v1.3.2
21142026-03-19T03:00:58.122Z Compiling publicsuffix v2.3.0
21152026-03-19T03:00:58.125Z Compiling serde_urlencoded v0.7.1
21162026-03-19T03:00:58.238Z Compiling group v0.13.0
21172026-03-19T03:00:58.396Z Compiling postgres-protocol v0.6.10
21182026-03-19T03:00:58.415Z Compiling num-iter v0.1.45
21192026-03-19T03:00:58.544Z Compiling rand v0.8.5
21202026-03-19T03:00:58.810Z Compiling oxnet v0.1.4
21212026-03-19T03:00:58.956Z Compiling zone_cfg_derive v0.3.1
21222026-03-19T03:00:58.981Z Compiling derive_builder v0.20.2
21232026-03-19T03:00:59.101Z Compiling tokio-native-tls v0.3.1
21242026-03-19T03:00:59.231Z Compiling phf_shared v0.13.1
21252026-03-19T03:00:59.333Z Compiling lazy_static v1.5.0
21262026-03-19T03:00:59.435Z Compiling terminal_size v0.4.3
21272026-03-19T03:00:59.502Z Compiling tower-http v0.6.8
21282026-03-19T03:00:59.522Z Compiling serde_with_macros v3.17.0
21292026-03-19T03:00:59.550Z Compiling cargo-platform v0.1.9
21302026-03-19T03:00:59.648Z Compiling hkdf v0.12.4
21312026-03-19T03:00:59.668Z Compiling crypto-bigint v0.5.5
21322026-03-19T03:00:59.699Z Compiling enum-as-inner v0.6.1
21332026-03-19T03:00:59.797Z Compiling serde_repr v0.1.20
21342026-03-19T03:00:59.820Z Compiling clap_derive v4.5.55
21352026-03-19T03:00:59.850Z Compiling vergen v9.0.6
21362026-03-19T03:01:00.047Z Compiling managed v0.8.0
21372026-03-19T03:01:00.111Z Compiling unicode-width v0.2.0
21382026-03-19T03:01:00.218Z Compiling libbz2-rs-sys v0.2.2
21392026-03-19T03:01:00.290Z Compiling bumpalo v3.20.2
21402026-03-19T03:01:00.337Z Compiling clap_lex v1.0.0
21412026-03-19T03:01:00.478Z Compiling bitflags v1.3.2
21422026-03-19T03:01:00.503Z Compiling foldhash v0.1.5
21432026-03-19T03:01:00.559Z Compiling zopfli v0.8.3
21442026-03-19T03:01:00.625Z Compiling clap_builder v4.5.60
21452026-03-19T03:01:00.645Z Compiling console v0.16.2
21462026-03-19T03:01:00.696Z Compiling hashbrown v0.15.5
21472026-03-19T03:01:00.734Z Compiling flate2 v1.1.9
21482026-03-19T03:01:00.903Z Compiling bzip2 v0.6.1
21492026-03-19T03:01:01.090Z Compiling elliptic-curve v0.13.8
21502026-03-19T03:01:01.265Z Compiling cargo_metadata v0.19.2
21512026-03-19T03:01:01.421Z Compiling phf v0.13.1
21522026-03-19T03:01:01.491Z Compiling hyper-tls v0.6.0
21532026-03-19T03:01:01.558Z Compiling daft v0.1.5
21542026-03-19T03:01:01.647Z Compiling signal-hook-mio v0.2.5
21552026-03-19T03:01:01.718Z Compiling rayon v1.11.0
21562026-03-19T03:01:01.809Z Compiling cookie_store v0.22.1
21572026-03-19T03:01:01.953Z Compiling postgres-types v0.2.12
21582026-03-19T03:01:02.064Z Compiling zstd v0.13.3
21592026-03-19T03:01:02.197Z Compiling bzip2 v0.4.4
21602026-03-19T03:01:02.418Z Compiling strum v0.27.2
21612026-03-19T03:01:02.617Z Compiling hubpack v0.1.2
21622026-03-19T03:01:02.642Z Compiling ed25519 v2.2.3
21632026-03-19T03:01:02.645Z Compiling phf_shared v0.11.3
21642026-03-19T03:01:02.879Z Compiling pkcs1 v0.7.5
21652026-03-19T03:01:02.964Z Compiling hex v0.4.3
21662026-03-19T03:01:02.986Z Compiling serde-big-array v0.5.1
21672026-03-19T03:01:03.135Z Compiling rfc6979 v0.4.0
21682026-03-19T03:01:03.211Z Compiling bstr v1.12.1
21692026-03-19T03:01:03.387Z Compiling itertools v0.12.1
21702026-03-19T03:01:03.390Z Compiling float-cmp v0.10.0
21712026-03-19T03:01:03.390Z Compiling memmap2 v0.9.10
21722026-03-19T03:01:03.390Z Compiling env_filter v1.0.0
21732026-03-19T03:01:03.483Z Compiling encoding_rs v0.8.35
21742026-03-19T03:01:03.486Z Compiling keccak v0.1.6
21752026-03-19T03:01:03.594Z Compiling new_debug_unreachable v1.0.6
21762026-03-19T03:01:03.711Z Compiling normalize-line-endings v0.3.0
21772026-03-19T03:01:03.753Z Compiling jiff v0.2.21
21782026-03-19T03:01:03.797Z Compiling precomputed-hash v0.1.1
21792026-03-19T03:01:03.821Z Compiling fixedbitset v0.4.2
21802026-03-19T03:01:03.848Z Compiling difflib v0.4.0
21812026-03-19T03:01:03.930Z Compiling data-encoding v2.10.0
21822026-03-19T03:01:03.957Z Compiling static_assertions v1.1.0
21832026-03-19T03:01:04.112Z Compiling fixedbitset v0.5.7
21842026-03-19T03:01:04.142Z Compiling whoami v2.1.0
21852026-03-19T03:01:04.239Z Compiling unit-prefix v0.5.2
21862026-03-19T03:01:04.471Z Compiling rustc-hash v2.1.1
21872026-03-19T03:01:04.493Z Compiling mime v0.3.17
21882026-03-19T03:01:04.515Z Compiling toml_write v0.1.2
21892026-03-19T03:01:04.518Z Compiling predicates-core v1.0.10
21902026-03-19T03:01:04.616Z Compiling iddqd v0.3.17
21912026-03-19T03:01:04.651Z Compiling tokio-postgres v0.7.16
21922026-03-19T03:01:04.719Z Compiling predicates v3.1.4
21932026-03-19T03:01:04.781Z Compiling toml_edit v0.22.27
21942026-03-19T03:01:04.781Z Compiling petgraph v0.8.3
21952026-03-19T03:01:04.829Z Compiling indicatif v0.18.4
21962026-03-19T03:01:05.111Z Compiling zone v0.3.1
21972026-03-19T03:01:05.323Z Compiling hickory-proto v0.25.2
21982026-03-19T03:01:05.526Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-19T03:01:05.872Z Compiling petgraph v0.6.5
22002026-03-19T03:01:05.949Z Compiling string_cache v0.8.9
22012026-03-19T03:01:06.089Z Compiling similar v2.7.0
22022026-03-19T03:01:06.243Z Compiling sha3 v0.10.8
22032026-03-19T03:01:06.614Z Compiling env_logger v0.11.9
22042026-03-19T03:01:07.112Z Compiling usdt v0.6.0
22052026-03-19T03:01:07.394Z Compiling zip v4.6.1
22062026-03-19T03:01:07.609Z Compiling serde_with v3.17.0
22072026-03-19T03:01:07.783Z Compiling ecdsa v0.16.9
22082026-03-19T03:01:07.890Z Compiling rsa v0.9.10
22092026-03-19T03:01:08.466Z Compiling ed25519-dalek v2.2.0
22102026-03-19T03:01:08.854Z Compiling clap v4.5.60
22112026-03-19T03:01:08.974Z Compiling crossterm v0.28.1
22122026-03-19T03:01:09.175Z Compiling zip v0.6.6
22132026-03-19T03:01:09.242Z Compiling strum v0.26.3
22142026-03-19T03:01:09.400Z Compiling toml v0.7.8
22152026-03-19T03:01:09.426Z Compiling tokio-stream v0.1.18
22162026-03-19T03:01:09.588Z Compiling buf-list v1.1.2
22172026-03-19T03:01:10.051Z Compiling x509-cert v0.2.5
22182026-03-19T03:01:10.074Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-19T03:01:10.170Z Compiling openapiv3 v2.2.0
22202026-03-19T03:01:10.272Z Compiling sha1 v0.10.6
22212026-03-19T03:01:10.513Z Compiling itertools v0.13.0
22222026-03-19T03:01:10.554Z Compiling peg-runtime v0.8.5
22232026-03-19T03:01:11.278Z Compiling lalrpop-util v0.19.12
22242026-03-19T03:01:26.190Z Compiling macaddr v1.0.1
22252026-03-19T03:01:26.556Z Compiling structmeta-derive v0.3.0
22262026-03-19T03:01:26.581Z Compiling itertools v0.14.0
22272026-03-19T03:01:26.949Z Compiling heapless v0.8.0
22282026-03-19T03:01:28.256Z Compiling ingot-macros v0.1.1
22292026-03-19T03:01:28.827Z Compiling structmeta v0.3.0
22302026-03-19T03:01:32.806Z Compiling rustls-webpki v0.103.9
22312026-03-19T03:01:33.937Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-03-19T03:01:34.720Z Compiling hash32 v0.3.1
22332026-03-19T03:01:34.971Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22342026-03-19T03:01:35.039Z Compiling smoltcp v0.11.0
22352026-03-19T03:01:35.292Z Compiling proc-macro-crate v3.4.0
22362026-03-19T03:01:35.321Z Compiling ingot-types v0.1.2
22372026-03-19T03:01:35.529Z Compiling cobs v0.3.0
22382026-03-19T03:01:35.915Z Compiling rustls v0.22.4
22392026-03-19T03:01:35.939Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-03-19T03:01:35.942Z Compiling num_enum_derive v0.7.5
22412026-03-19T03:01:35.942Z Compiling ingot v0.1.1
22422026-03-19T03:01:36.028Z Compiling postcard v1.1.3
22432026-03-19T03:01:36.093Z Compiling proc-macro-crate v1.3.1
22442026-03-19T03:01:36.265Z Compiling rustls-webpki v0.102.8
22452026-03-19T03:01:36.343Z Compiling futures-executor v0.3.32
22462026-03-19T03:01:36.464Z Compiling foreign-types-macros v0.2.3
22472026-03-19T03:01:36.545Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-19T03:01:36.576Z Compiling multer v3.1.0
22492026-03-19T03:01:36.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-19T03:01:36.687Z Compiling thread_local v1.1.9
22512026-03-19T03:01:36.838Z Compiling slog-async v2.8.0
22522026-03-19T03:01:36.879Z Compiling cpufeatures v0.3.0
22532026-03-19T03:01:36.968Z Compiling typeid v1.0.3
22542026-03-19T03:01:36.999Z Compiling foreign-types-shared v0.3.1
22552026-03-19T03:01:37.103Z Compiling match_cfg v0.1.0
22562026-03-19T03:01:37.138Z Compiling chacha20 v0.10.0
22572026-03-19T03:01:37.223Z Compiling hostname v0.3.1
22582026-03-19T03:01:37.656Z Compiling foreign-types v0.5.0
22592026-03-19T03:01:37.660Z Compiling num_enum v0.7.5
22602026-03-19T03:01:37.660Z Compiling futures v0.3.32
22612026-03-19T03:01:37.660Z Compiling num_enum_derive v0.5.11
22622026-03-19T03:01:37.660Z Compiling derive-ex v0.1.8
22632026-03-19T03:01:37.660Z Compiling tabwriter v1.4.1
22642026-03-19T03:01:37.660Z Compiling slog-json v2.6.1
22652026-03-19T03:01:37.660Z Compiling crossbeam-channel v0.5.15
22662026-03-19T03:01:37.660Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-19T03:01:37.878Z Compiling tokio-rustls v0.26.4
22682026-03-19T03:01:38.014Z Compiling rustls-platform-verifier v0.6.2
22692026-03-19T03:01:38.174Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-19T03:01:38.247Z Compiling hyper-rustls v0.27.7
22712026-03-19T03:01:38.298Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-19T03:01:38.508Z Compiling async-stream-impl v0.3.6
22732026-03-19T03:01:38.557Z Compiling serde_spanned v1.0.4
22742026-03-19T03:01:38.663Z Compiling reqwest v0.12.28
22752026-03-19T03:01:38.697Z Compiling reqwest v0.13.2
22762026-03-19T03:01:38.725Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22772026-03-19T03:01:39.179Z Compiling is-terminal v0.4.17
22782026-03-19T03:01:39.185Z Compiling cstr-argument v0.1.2
22792026-03-19T03:01:39.185Z Compiling dropshot v0.16.7
22802026-03-19T03:01:39.186Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-19T03:01:39.186Z Compiling erased-serde v0.4.9
22822026-03-19T03:01:39.186Z Compiling term v1.2.1
22832026-03-19T03:01:39.189Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22842026-03-19T03:01:39.281Z Compiling crucible-workspace-hack v0.1.0
22852026-03-19T03:01:39.303Z Compiling take_mut v0.2.2
22862026-03-19T03:01:39.480Z Compiling async-stream v0.3.6
22872026-03-19T03:01:39.484Z Compiling toml v0.9.12+spec-1.1.0
22882026-03-19T03:01:39.601Z Compiling slog-term v2.9.2
22892026-03-19T03:01:39.621Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22902026-03-19T03:01:39.652Z Compiling test-strategy v0.4.5
22912026-03-19T03:01:39.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22922026-03-19T03:01:39.943Z Compiling num_enum v0.5.11
22932026-03-19T03:01:40.192Z Compiling tokio-rustls v0.25.0
22942026-03-19T03:01:40.306Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22952026-03-19T03:01:40.323Z Compiling slog-bunyan v2.5.0
22962026-03-19T03:01:40.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22972026-03-19T03:01:40.588Z Compiling rand v0.10.0
22982026-03-19T03:01:40.752Z Compiling parse-display-derive v0.10.0
22992026-03-19T03:01:40.832Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23002026-03-19T03:01:40.918Z Compiling backon v1.6.0
23012026-03-19T03:01:41.014Z Compiling waitgroup v0.1.2
23022026-03-19T03:01:41.155Z Compiling dropshot_endpoint v0.16.7
23032026-03-19T03:01:41.186Z Compiling newtype-uuid-macros v0.1.0
23042026-03-19T03:01:41.214Z Compiling rustls-pemfile v2.2.0
23052026-03-19T03:01:41.240Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23062026-03-19T03:01:41.337Z Compiling serde_path_to_error v0.1.20
23072026-03-19T03:01:41.446Z Compiling hostname v0.4.2
23082026-03-19T03:01:41.873Z Compiling instant v0.1.13
23092026-03-19T03:01:41.878Z Compiling colored v3.1.1
23102026-03-19T03:01:41.878Z Compiling debug-ignore v1.0.5
23112026-03-19T03:01:41.878Z Compiling libefi-sys v0.1.0
23122026-03-19T03:01:41.878Z Compiling backoff v0.4.0
23132026-03-19T03:01:41.878Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-19T03:01:41.878Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-03-19T03:01:41.959Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23162026-03-19T03:01:42.148Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-19T03:01:42.230Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23182026-03-19T03:01:42.449Z Compiling camino-tempfile v1.4.1
23192026-03-19T03:01:42.614Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-19T03:01:42.656Z Compiling usdt-macro v0.5.0
23212026-03-19T03:01:42.706Z Compiling parse-display v0.10.0
23222026-03-19T03:01:42.958Z Compiling usdt-attr-macro v0.5.0
23232026-03-19T03:01:43.412Z Compiling secrecy v0.10.3
23242026-03-19T03:01:43.527Z Compiling bitfield-struct v0.6.2
23252026-03-19T03:01:43.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262026-03-19T03:01:43.675Z Compiling num-derive v0.4.2
23272026-03-19T03:01:43.685Z Compiling regress v0.10.5
23282026-03-19T03:01:44.236Z Compiling ordered-float v2.10.1
23292026-03-19T03:01:44.239Z Compiling blake3 v1.8.3
23302026-03-19T03:01:44.239Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23312026-03-19T03:01:44.244Z Compiling sigpipe v0.1.3
23322026-03-19T03:01:44.377Z Compiling memmap v0.7.0
23332026-03-19T03:01:44.401Z Compiling glob v0.3.3
23342026-03-19T03:01:44.424Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-03-19T03:01:44.991Z Compiling usdt v0.5.0
23362026-03-19T03:01:45.001Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-19T03:01:45.001Z Compiling serde-value v0.7.0
23382026-03-19T03:01:45.001Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23392026-03-19T03:01:45.001Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23402026-03-19T03:01:45.001Z Compiling serde-untagged v0.1.9
23412026-03-19T03:01:45.001Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-03-19T03:01:45.114Z Compiling toml v0.8.23
23432026-03-19T03:01:45.137Z Compiling smf v0.2.3
23442026-03-19T03:01:45.259Z Compiling filetime v0.2.27
23452026-03-19T03:01:45.377Z Compiling same-file v1.0.6
23462026-03-19T03:01:45.398Z Compiling arrayref v0.3.9
23472026-03-19T03:01:45.509Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-19T03:01:45.536Z Compiling xattr v1.6.1
23492026-03-19T03:01:45.560Z Compiling constant_time_eq v0.4.2
23502026-03-19T03:01:45.586Z Compiling whoami v1.6.1
23512026-03-19T03:01:45.592Z Compiling arrayvec v0.7.6
23522026-03-19T03:01:45.634Z Compiling unicode-xid v0.2.6
23532026-03-19T03:01:45.656Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-19T03:01:45.832Z Compiling tar v0.4.44
23552026-03-19T03:01:45.849Z Compiling cargo-util-schemas v0.8.2
23562026-03-19T03:01:45.849Z Compiling walkdir v2.5.0
23572026-03-19T03:01:45.849Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-03-19T03:01:46.175Z Compiling tokio-dtrace v0.1.1
23592026-03-19T03:01:46.202Z Compiling gethostname v0.5.0
23602026-03-19T03:01:46.386Z Compiling cargo-platform v0.2.0
23612026-03-19T03:01:46.526Z Compiling topological-sort v0.2.2
23622026-03-19T03:01:46.546Z Compiling oxide-tokio-rt v0.1.3
23632026-03-19T03:01:46.592Z Compiling indent_write v2.2.0
23642026-03-19T03:01:46.615Z Compiling shell-words v1.1.1
23652026-03-19T03:01:46.767Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662026-03-19T03:01:47.383Z Compiling cargo_metadata v0.21.0
23672026-03-19T03:01:58.413Z Compiling progenitor-client v0.10.0
23682026-03-19T03:01:58.413Z Compiling omicron-zone-package v0.12.2
23692026-03-19T03:01:58.463Z Compiling progenitor-client v0.13.0
23702026-03-19T03:01:58.564Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23712026-03-19T03:01:58.564Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23722026-03-19T03:01:58.572Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-03-19T03:01:58.572Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-03-19T03:01:58.793Z Compiling progenitor-extras v0.1.1
23752026-03-19T03:01:59.080Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23762026-03-19T03:02:08.624Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23772026-03-19T03:02:09.915Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23782026-03-19T03:02:18.089Z Finished `release` profile [optimized] target(s) in 1m 53s
23792026-03-19T03:02:18.277Z Running `target/release/omicron-package -t test target create -p dev`
23802026-03-19T03:02:18.348ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-03-19T03:02:18.351ZCreated new build target 'test' and set it as active
23822026-03-19T03:02:18.351Z
23832026-03-19T03:02:18.351Zreal 1:53.839482194
23842026-03-19T03:02:18.351Zuser 20:09.251445296
23852026-03-19T03:02:18.351Zsys 3:03.951453059
23862026-03-19T03:02:18.351Ztrap 0.529912810
23872026-03-19T03:02:18.351Ztflt 2.804446235
23882026-03-19T03:02:18.351Zdflt 3.996846571
23892026-03-19T03:02:18.351Zkflt 0.000700970
23902026-03-19T03:02:18.351Zlock 1:04:05.936409375
23912026-03-19T03:02:18.351Zslp 51:28.117962321
23922026-03-19T03:02:18.352Zlat 46.653590734
23932026-03-19T03:02:18.352Zstop 7:46.363289909
23942026-03-19T03:02:18.355Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23952026-03-19T03:02:19.622Z Finished `release` profile [optimized] target(s) in 1.19s
23962026-03-19T03:02:19.636Z Running `target/release/omicron-package -t test package`
23972026-03-19T03:02:19.693ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-03-19T03:02:21.595Z Compiling regress v0.10.5
23992026-03-19T03:02:21.595Z Compiling heck v0.5.0
24002026-03-19T03:02:21.599Z Compiling unsafe-libyaml v0.2.11
24012026-03-19T03:02:21.880Z Compiling convert_case v0.4.0
24022026-03-19T03:02:21.917Z Compiling half v2.7.1
24032026-03-19T03:02:21.920Z Compiling ciborium-io v0.2.2
24042026-03-19T03:02:21.978Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24052026-03-19T03:02:21.981Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-03-19T03:02:22.036Z Compiling prettyplease v0.2.37
24072026-03-19T03:02:22.067Z Compiling typify-impl v0.6.1
24082026-03-19T03:02:22.099Z Compiling universal-hash v0.5.1
24092026-03-19T03:02:22.102Z Compiling thiserror-impl-no-std v2.0.2
24102026-03-19T03:02:22.102Z Compiling opaque-debug v0.3.1
24112026-03-19T03:02:22.102Z Compiling unicode-width v0.1.14
24122026-03-19T03:02:22.161Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-03-19T03:02:22.186Z Compiling chacha20 v0.9.1
24142026-03-19T03:02:22.219Z Compiling password-hash v0.5.0
24152026-03-19T03:02:22.323Z Compiling derive_more v0.99.20
24162026-03-19T03:02:22.326Z Compiling ciborium-ll v0.2.2
24172026-03-19T03:02:22.326Z Compiling poly1305 v0.8.0
24182026-03-19T03:02:22.416Z Compiling blake2 v0.10.6
24192026-03-19T03:02:22.419Z Compiling aead v0.5.2
24202026-03-19T03:02:22.573Z Compiling serde_yaml v0.9.34+deprecated
24212026-03-19T03:02:22.605Z Compiling ciborium v0.2.2
24222026-03-19T03:02:22.608Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24232026-03-19T03:02:22.692Z Compiling is-terminal v0.4.17
24242026-03-19T03:02:22.722Z Compiling swrite v0.1.0
24252026-03-19T03:02:22.772Z Compiling chacha20poly1305 v0.10.1
24262026-03-19T03:02:22.839Z Compiling argon2 v0.5.3
24272026-03-19T03:02:22.881Z Compiling serde_spanned v1.0.4
24282026-03-19T03:02:22.985Z Compiling toml_writer v1.0.6+spec-1.1.0
24292026-03-19T03:02:23.149Z Compiling bytecount v0.6.9
24302026-03-19T03:02:23.178Z Compiling rustls v0.22.4
24312026-03-19T03:02:23.278Z Compiling toml v0.9.12+spec-1.1.0
24322026-03-19T03:02:23.282Z Compiling rustls-webpki v0.102.8
24332026-03-19T03:02:23.297Z Compiling derive-where v1.6.0
24342026-03-19T03:02:23.428Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352026-03-19T03:02:23.460Z Compiling thread_local v1.1.9
24362026-03-19T03:02:23.518Z Compiling match_cfg v0.1.0
24372026-03-19T03:02:23.549Z Compiling thiserror-no-std v2.0.2
24382026-03-19T03:02:23.649Z Compiling hostname v0.3.1
24392026-03-19T03:02:23.710Z Compiling vsss-rs v3.3.4
24402026-03-19T03:02:23.804Z Compiling multer v3.1.0
24412026-03-19T03:02:23.892Z Compiling slog-async v2.8.0
24422026-03-19T03:02:23.986Z Compiling slog-json v2.6.1
24432026-03-19T03:02:24.021Z Compiling crossbeam-channel v0.5.15
24442026-03-19T03:02:24.051Z Compiling futures-executor v0.3.32
24452026-03-19T03:02:24.154Z Compiling take_mut v0.2.2
24462026-03-19T03:02:24.226Z Compiling term v1.2.1
24472026-03-19T03:02:24.280Z Compiling futures v0.3.32
24482026-03-19T03:02:24.331Z Compiling slog-bunyan v2.5.0
24492026-03-19T03:02:24.423Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-03-19T03:02:24.455Z Compiling dropshot v0.16.7
24512026-03-19T03:02:24.567Z Compiling async-stream v0.3.6
24522026-03-19T03:02:24.602Z Compiling progenitor-client v0.13.0
24532026-03-19T03:02:24.636Z Compiling slog-term v2.9.2
24542026-03-19T03:02:24.664Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-03-19T03:02:24.811Z Compiling waitgroup v0.1.2
24562026-03-19T03:02:24.914Z Compiling backon v1.6.0
24572026-03-19T03:02:25.000Z Compiling rustls-pemfile v2.2.0
24582026-03-19T03:02:25.012Z Compiling hostname v0.4.2
24592026-03-19T03:02:25.013Z Compiling serde_path_to_error v0.1.20
24602026-03-19T03:02:25.046Z Compiling instant v0.1.13
24612026-03-19T03:02:25.049Z Compiling debug-ignore v1.0.5
24622026-03-19T03:02:25.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-19T03:02:25.152Z Compiling progenitor-extras v0.1.1
24642026-03-19T03:02:25.187Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-19T03:02:25.191Z Compiling backoff v0.4.0
24662026-03-19T03:02:25.258Z Compiling parse-display v0.10.0
24672026-03-19T03:02:25.266Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-19T03:02:25.266Z Compiling progenitor-client v0.10.0
24692026-03-19T03:02:25.356Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-03-19T03:02:25.359Z Compiling macaddr v1.0.1
24712026-03-19T03:02:25.428Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-03-19T03:02:25.500Z Compiling console v0.15.11
24732026-03-19T03:02:25.531Z Compiling newline-converter v0.3.0
24742026-03-19T03:02:25.535Z Compiling atomicwrites v0.4.4
24752026-03-19T03:02:25.596Z Compiling num-rational v0.4.2
24762026-03-19T03:02:25.701Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24772026-03-19T03:02:25.739Z Compiling num-complex v0.4.6
24782026-03-19T03:02:25.810Z Compiling slog-dtrace v0.3.0
24792026-03-19T03:02:25.927Z Compiling async-recursion v1.1.1
24802026-03-19T03:02:25.959Z Compiling owo-colors v4.3.0
24812026-03-19T03:02:26.132Z Compiling expectorate v1.2.0
24822026-03-19T03:02:26.188Z Compiling cancel-safe-futures v0.1.5
24832026-03-19T03:02:26.363Z Compiling tokio-rustls v0.25.0
24842026-03-19T03:02:26.367Z Compiling num v0.4.3
24852026-03-19T03:02:26.434Z Compiling float-ord v0.3.2
24862026-03-19T03:02:26.632Z Compiling libsw-core v0.3.2
24872026-03-19T03:02:26.696Z Compiling resolv-conf v0.7.6
24882026-03-19T03:02:26.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-19T03:02:26.816Z Compiling toml v0.8.23
24902026-03-19T03:02:26.904Z Compiling libsw v3.5.0
24912026-03-19T03:02:26.935Z Compiling linear-map v1.2.0
24922026-03-19T03:02:27.057Z Compiling linked-hash-map v0.5.6
24932026-03-19T03:02:27.110Z Compiling minimal-lexical v0.2.1
24942026-03-19T03:02:27.227Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-19T03:02:27.258Z Compiling unicode-xid v0.2.6
24962026-03-19T03:02:27.377Z Compiling lru-cache v0.1.2
24972026-03-19T03:02:27.448Z Compiling nom v7.1.3
24982026-03-19T03:02:27.484Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-03-19T03:02:27.484Z Compiling globset v0.4.18
25002026-03-19T03:02:27.545Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25012026-03-19T03:02:27.592Z Compiling hickory-proto v0.24.4
25022026-03-19T03:02:27.640Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-19T03:02:27.922Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-19T03:02:28.088Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-19T03:02:28.847Z Compiling typify-macro v0.6.1
25062026-03-19T03:02:29.292Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-19T03:02:29.403Z Compiling convert_case v0.10.0
25082026-03-19T03:02:29.798Z Compiling derive_more-impl v2.1.1
25092026-03-19T03:02:30.682Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-03-19T03:02:30.762Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-03-19T03:02:30.849Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-19T03:02:30.958Z Compiling hickory-resolver v0.24.4
25132026-03-19T03:02:30.988Z Compiling typify v0.6.1
25142026-03-19T03:02:31.156Z Compiling progenitor-impl v0.13.0
25152026-03-19T03:02:31.254Z Compiling pin-project-internal v1.1.11
25162026-03-19T03:02:32.053Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-19T03:02:32.316Z Compiling derive_more v2.1.1
25182026-03-19T03:02:32.453Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-03-19T03:02:32.654Z Compiling qorb v0.4.1
25202026-03-19T03:02:32.683Z Compiling pin-project v1.1.11
25212026-03-19T03:02:32.841Z Compiling pem v3.0.6
25222026-03-19T03:02:33.125Z Compiling snafu-derive v0.8.9
25232026-03-19T03:02:33.777Z Compiling termtree v0.5.1
25242026-03-19T03:02:34.043Z Compiling crossterm v0.29.0
25252026-03-19T03:02:34.071Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-19T03:02:34.250Z Compiling progenitor-macro v0.13.0
25272026-03-19T03:02:35.369Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-19T03:02:35.468Z Compiling snafu v0.8.9
25292026-03-19T03:02:36.212Z Compiling olpc-cjson v0.1.4
25302026-03-19T03:02:36.517Z Compiling phf_shared v0.12.1
25312026-03-19T03:02:36.825Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-19T03:02:36.873Z Compiling serde_plain v1.0.2
25332026-03-19T03:02:37.265Z Compiling vte v0.14.1
25342026-03-19T03:02:37.578Z Compiling csv-core v0.1.13
25352026-03-19T03:02:37.772Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-03-19T03:02:38.165Z Compiling chrono-tz v0.10.4
25372026-03-19T03:02:38.198Z Compiling highway v1.3.0
25382026-03-19T03:02:38.239Z Compiling typed-path v0.9.3
25392026-03-19T03:02:38.514Z Compiling csv v1.4.0
25402026-03-19T03:02:38.728Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-03-19T03:02:39.116Z Compiling strip-ansi-escapes v0.2.1
25422026-03-19T03:02:39.203Z Compiling phf v0.12.1
25432026-03-19T03:02:39.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-19T03:02:39.474Z Compiling const_format_proc_macros v0.2.34
25452026-03-19T03:02:39.699Z Compiling papergrid v0.11.0
25462026-03-19T03:02:39.751Z Compiling fd-lock v4.0.4
25472026-03-19T03:02:39.858Z Compiling tough v0.20.0
25482026-03-19T03:02:39.970Z Compiling peg-macros v0.8.5
25492026-03-19T03:02:40.005Z Compiling tabled_derive v0.7.0
25502026-03-19T03:02:40.271Z Compiling progenitor v0.13.0
25512026-03-19T03:02:40.544Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-03-19T03:02:41.147Z Compiling nu-ansi-term v0.50.3
25532026-03-19T03:02:41.725Z Compiling reedline v0.40.0
25542026-03-19T03:02:41.751Z Compiling peg v0.8.5
25552026-03-19T03:02:41.751Z Compiling tabled v0.15.0
25562026-03-19T03:02:41.820Z Compiling const_format v0.2.35
25572026-03-19T03:02:42.030Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-03-19T03:02:42.264Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25592026-03-19T03:02:42.450Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-19T03:02:43.926Z Compiling bcs v0.1.6
25612026-03-19T03:02:43.993Z Compiling semver v0.1.20
25622026-03-19T03:02:44.375Z Compiling rustc_version v0.1.7
25632026-03-19T03:02:44.474Z Compiling base64 v0.21.7
25642026-03-19T03:02:44.671Z Compiling newtype_derive v0.1.6
25652026-03-19T03:02:44.956Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-19T03:02:45.182Z Compiling typify-impl v0.4.3
25672026-03-19T03:02:45.251Z Compiling humantime v2.3.0
25682026-03-19T03:02:45.774Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-03-19T03:02:45.879Z Compiling smawk v0.3.2
25702026-03-19T03:02:46.119Z Compiling unicode-linebreak v0.1.5
25712026-03-19T03:02:46.241Z Compiling dropshot-api-manager-types v0.6.0
25722026-03-19T03:02:46.319Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-19T03:02:46.423Z Compiling textwrap v0.16.2
25742026-03-19T03:02:46.526Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-03-19T03:02:46.716Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-19T03:02:47.032Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-19T03:02:47.185Z Compiling steno v0.4.1
25782026-03-19T03:02:48.445Z Compiling utf-8 v0.7.6
25792026-03-19T03:02:48.612Z Compiling tagptr v0.2.0
25802026-03-19T03:02:48.749Z Compiling tungstenite v0.21.0
25812026-03-19T03:02:48.887Z Compiling moka v0.12.13
25822026-03-19T03:02:49.131Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-03-19T03:02:49.345Z Compiling radium v0.7.0
25842026-03-19T03:02:49.706Z Compiling tokio-tungstenite v0.21.0
25852026-03-19T03:02:50.234Z Compiling tap v1.0.1
25862026-03-19T03:02:50.279Z Compiling typify-macro v0.4.3
25872026-03-19T03:02:50.429Z Compiling hickory-resolver v0.25.2
25882026-03-19T03:02:50.541Z Compiling maybe-uninit v2.0.0
25892026-03-19T03:02:50.714Z Compiling wyz v0.5.1
25902026-03-19T03:02:51.040Z Compiling zerocopy-derive v0.6.6
25912026-03-19T03:02:51.362Z Compiling packed_struct v0.10.1
25922026-03-19T03:02:51.500Z Compiling crc-catalog v2.4.0
25932026-03-19T03:02:51.672Z Compiling display-error-chain v0.2.2
25942026-03-19T03:02:51.709Z Compiling funty v2.0.0
25952026-03-19T03:02:51.886Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-03-19T03:02:51.962Z Compiling crc v3.4.0
25972026-03-19T03:02:52.126Z Compiling zerocopy v0.6.6
25982026-03-19T03:02:52.252Z Compiling bitvec v1.0.1
25992026-03-19T03:02:52.319Z Compiling typify v0.4.3
26002026-03-19T03:02:52.660Z Compiling progenitor-impl v0.10.0
26012026-03-19T03:02:52.986Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-19T03:02:54.941Z Compiling packed_struct_codegen v0.10.1
26032026-03-19T03:02:55.117Z Compiling bitfield-macros v0.19.4
26042026-03-19T03:02:55.835Z Compiling indexmap v1.9.3
26052026-03-19T03:02:55.858Z Compiling progenitor-macro v0.10.0
26062026-03-19T03:02:56.035Z Compiling nodrop v0.1.14
26072026-03-19T03:02:56.121Z Compiling bitfield v0.19.4
26082026-03-19T03:02:56.199Z Compiling array-init v0.0.4
26092026-03-19T03:02:56.569Z Compiling smallvec v0.6.14
26102026-03-19T03:02:56.793Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26112026-03-19T03:02:56.926Z Compiling num-derive v0.3.3
26122026-03-19T03:02:57.250Z Compiling proc-macro-error-attr2 v2.0.0
26132026-03-19T03:02:57.770Z Compiling hashbrown v0.12.3
26142026-03-19T03:02:58.074Z Compiling libscf-sys v1.1.0
26152026-03-19T03:02:58.186Z Compiling proc-macro-error2 v2.0.1
26162026-03-19T03:02:58.292Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-19T03:02:58.330Z Compiling serde-hex v0.1.0
26182026-03-19T03:02:58.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-03-19T03:02:58.619Z Compiling ron v0.8.1
26202026-03-19T03:02:58.712Z Compiling hashbrown v0.13.2
26212026-03-19T03:02:58.772Z Compiling vergen-gitcl v1.0.8
26222026-03-19T03:02:59.056Z Compiling dirs-sys-next v0.1.2
26232026-03-19T03:02:59.293Z Compiling crunchy v0.2.4
26242026-03-19T03:02:59.407Z Compiling diesel_derives v2.3.7
26252026-03-19T03:02:59.560Z Compiling glob v0.3.3
26262026-03-19T03:02:59.647Z Compiling crc-any v2.5.0
26272026-03-19T03:02:59.680Z Compiling maplit v1.0.2
26282026-03-19T03:02:59.910Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-19T03:03:00.033Z Compiling clang-sys v1.8.1
26302026-03-19T03:03:00.156Z Compiling object v0.30.4
26312026-03-19T03:03:00.192Z Compiling dirs-next v2.0.0
26322026-03-19T03:03:00.402Z Compiling tabled_derive v0.11.0
26332026-03-19T03:03:00.452Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-03-19T03:03:00.516Z Compiling papergrid v0.17.0
26352026-03-19T03:03:00.753Z Compiling testing_table v0.3.0
26362026-03-19T03:03:01.262Z Compiling dsl_auto_type v0.2.0
26372026-03-19T03:03:01.295Z Compiling scheduled-thread-pool v0.2.7
26382026-03-19T03:03:01.331Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-19T03:03:01.361Z Compiling tiny-keccak v2.0.2
26402026-03-19T03:03:01.622Z Compiling path-slash v0.1.5
26412026-03-19T03:03:01.687Z Compiling r2d2 v0.8.10
26422026-03-19T03:03:01.718Z Compiling progenitor v0.10.0
26432026-03-19T03:03:01.846Z Compiling term v0.7.0
26442026-03-19T03:03:01.918Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-19T03:03:01.954Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26462026-03-19T03:03:02.019Z Compiling arc-swap v1.8.2
26472026-03-19T03:03:02.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-19T03:03:02.056Z Compiling bit-vec v0.6.3
26492026-03-19T03:03:02.374Z Compiling tabled v0.20.0
26502026-03-19T03:03:02.401Z Compiling downcast-rs v2.0.2
26512026-03-19T03:03:02.507Z Compiling xshell-macros v0.2.7
26522026-03-19T03:03:02.548Z Compiling slog-scope v4.4.1
26532026-03-19T03:03:02.608Z Compiling bit-set v0.5.3
26542026-03-19T03:03:02.666Z Compiling ascii-canvas v3.0.0
26552026-03-19T03:03:03.004Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-19T03:03:03.035Z Compiling xshell v0.2.7
26572026-03-19T03:03:03.121Z Compiling itertools v0.10.5
26582026-03-19T03:03:03.158Z Compiling ena v0.14.4
26592026-03-19T03:03:03.471Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-03-19T03:03:03.623Z Compiling libloading v0.8.9
26612026-03-19T03:03:03.803Z Compiling unicase v2.9.0
26622026-03-19T03:03:03.928Z Compiling diff v0.1.13
26632026-03-19T03:03:04.210Z Compiling bindgen v0.71.1
26642026-03-19T03:03:04.270Z Compiling regex-syntax v0.6.29
26652026-03-19T03:03:04.662Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26662026-03-19T03:03:04.711Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-03-19T03:03:06.630Z Compiling lalrpop v0.19.12
26682026-03-19T03:03:07.222Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-03-19T03:03:07.876Z Compiling slog-stdlog v4.1.1
26702026-03-19T03:03:08.466Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-03-19T03:03:08.709Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-03-19T03:03:08.849Z Compiling diesel v2.3.7
26732026-03-19T03:03:09.154Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26742026-03-19T03:03:09.233Z Compiling cexpr v0.6.0
26752026-03-19T03:03:09.265Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26762026-03-19T03:03:09.560Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26772026-03-19T03:03:09.798Z Compiling crc8 v0.1.1
26782026-03-19T03:03:10.016Z Compiling slog-envlogger v2.2.0
26792026-03-19T03:03:10.082Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-03-19T03:03:10.134Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-03-19T03:03:10.169Z Compiling headers-core v0.3.0
26822026-03-19T03:03:10.360Z Compiling libxml v0.3.3
26832026-03-19T03:03:10.761Z Compiling headers v0.4.1
26842026-03-19T03:03:10.940Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-03-19T03:03:11.555Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-03-19T03:03:11.831Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-03-19T03:03:12.169Z Compiling strum_macros v0.24.3
26882026-03-19T03:03:12.406Z Compiling indoc v1.0.9
26892026-03-19T03:03:12.606Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-19T03:03:12.641Z Compiling derive_builder v0.20.2
26912026-03-19T03:03:12.823Z Compiling oso-derive v0.27.3
26922026-03-19T03:03:12.862Z Compiling quick-xml v0.37.5
26932026-03-19T03:03:12.899Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-19T03:03:12.902Z Compiling half v1.8.3
26952026-03-19T03:03:12.976Z Compiling openssl-probe v0.1.6
26962026-03-19T03:03:13.338Z Compiling serde_cbor v0.11.2
26972026-03-19T03:03:13.535Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-03-19T03:03:13.591Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-03-19T03:03:13.851Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-03-19T03:03:14.491Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-19T03:03:14.683Z Compiling bb8 v0.8.6
27022026-03-19T03:03:14.748Z Compiling trait-variant v0.1.2
27032026-03-19T03:03:14.832Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-19T03:03:15.034Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-19T03:03:15.167Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-19T03:03:15.503Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-19T03:03:15.536Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27082026-03-19T03:03:15.582Z Compiling fxhash v0.2.1
27092026-03-19T03:03:15.792Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-19T03:03:15.866Z Compiling kstat-rs v0.2.4
27112026-03-19T03:03:16.088Z Compiling libz-sys v1.1.24
27122026-03-19T03:03:16.122Z Compiling salty v0.3.0
27132026-03-19T03:03:16.389Z Compiling nonempty v0.12.0
27142026-03-19T03:03:16.460Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-03-19T03:03:16.681Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-19T03:03:16.714Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27172026-03-19T03:03:16.791Z Compiling samael v0.0.19
27182026-03-19T03:03:16.927Z Compiling progenitor-impl v0.11.2
27192026-03-19T03:03:16.959Z Compiling darling_core v0.23.0
27202026-03-19T03:03:17.581Z Compiling nanorand v0.7.0
27212026-03-19T03:03:17.759Z Compiling polar-core v0.27.3
27222026-03-19T03:03:18.068Z Compiling fs-err v2.11.0
27232026-03-19T03:03:18.072Z Compiling parking_lot_core v0.8.6
27242026-03-19T03:03:18.519Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27252026-03-19T03:03:18.672Z Compiling mime_guess v2.0.5
27262026-03-19T03:03:19.512Z Compiling flume v0.11.1
27272026-03-19T03:03:19.568Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27282026-03-19T03:03:20.089Z Compiling progenitor-macro v0.11.2
27292026-03-19T03:03:20.123Z Compiling darling_macro v0.23.0
27302026-03-19T03:03:21.350Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-19T03:03:21.940Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-19T03:03:22.071Z Compiling progenitor-client v0.11.2
27332026-03-19T03:03:22.757Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-03-19T03:03:23.349Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-03-19T03:03:24.171Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-03-19T03:03:24.699Z Compiling git-stub v1.0.0
27372026-03-19T03:03:25.058Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-03-19T03:03:25.581Z Compiling instability v0.3.11
27392026-03-19T03:03:25.941Z Compiling progenitor v0.11.2
27402026-03-19T03:03:26.171Z Compiling git-stub-vcs v0.1.0
27412026-03-19T03:03:26.650Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27422026-03-19T03:03:28.131Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-19T03:03:28.519Z Compiling darling v0.23.0
27442026-03-19T03:03:28.637Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-03-19T03:03:31.483Z Compiling oso v0.27.3
27462026-03-19T03:03:32.403Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27472026-03-19T03:03:32.453Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-03-19T03:03:32.617Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-03-19T03:03:33.601Z Compiling async-bb8-diesel v0.2.1
27502026-03-19T03:03:33.922Z Compiling diesel-dtrace v0.5.0
27512026-03-19T03:03:34.161Z Compiling ignore v0.4.25
27522026-03-19T03:03:34.332Z Compiling primeorder v0.13.6
27532026-03-19T03:03:34.787Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-19T03:03:36.249Z Compiling castaway v0.2.4
27552026-03-19T03:03:36.444Z Compiling nibble_vec v0.1.0
27562026-03-19T03:03:36.473Z Compiling atty v0.2.14
27572026-03-19T03:03:36.628Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-19T03:03:36.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-19T03:03:36.692Z Compiling parse-size v1.1.0
27602026-03-19T03:03:36.917Z Compiling http-range v0.1.5
27612026-03-19T03:03:36.957Z Compiling indoc v2.0.7
27622026-03-19T03:03:36.996Z Compiling endian-type v0.1.2
27632026-03-19T03:03:37.228Z Compiling radix_trie v0.2.1
27642026-03-19T03:03:37.470Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-19T03:03:37.685Z Compiling compact_str v0.8.1
27662026-03-19T03:03:37.818Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-03-19T03:03:38.452Z Compiling globwalk v0.9.1
27682026-03-19T03:03:39.320Z Compiling p384 v0.13.1
27692026-03-19T03:03:39.925Z Compiling parking_lot v0.11.2
27702026-03-19T03:03:40.286Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-03-19T03:03:40.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-19T03:03:41.067Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-19T03:03:41.099Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-19T03:03:41.134Z Compiling predicates-tree v1.0.13
27752026-03-19T03:03:41.186Z Compiling unicode-truncate v1.1.0
27762026-03-19T03:03:41.452Z Compiling lru v0.12.5
27772026-03-19T03:03:41.719Z Compiling prefix-trie v0.7.0
27782026-03-19T03:03:41.777Z Compiling vergen-git2 v1.0.7
27792026-03-19T03:03:42.041Z Compiling cassowary v0.3.0
27802026-03-19T03:03:42.120Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-03-19T03:03:42.375Z Compiling hickory-server v0.25.2
27822026-03-19T03:03:42.443Z Compiling ratatui v0.29.0
27832026-03-19T03:03:43.538Z Compiling camino-tempfile-ext v0.3.3
27842026-03-19T03:03:43.606Z Compiling hyper-staticfile v0.10.1
27852026-03-19T03:03:44.043Z Compiling sled v0.34.7
27862026-03-19T03:03:45.144Z Compiling hickory-client v0.25.2
27872026-03-19T03:03:45.548Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-19T03:03:45.592Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-19T03:03:46.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-19T03:03:46.347Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-19T03:03:46.424Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-19T03:03:47.273Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-19T03:03:47.560Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-19T03:03:48.248Z Compiling rand_seeder v0.4.0
27952026-03-19T03:03:48.339Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-19T03:03:48.607Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-03-19T03:03:48.914Z Compiling lzma-sys v0.1.20
27982026-03-19T03:03:48.944Z Compiling rustls v0.21.12
27992026-03-19T03:03:48.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-03-19T03:03:49.225Z Compiling corncobs v0.1.4
28012026-03-19T03:03:49.361Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-19T03:03:49.405Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-03-19T03:03:49.492Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-19T03:03:49.541Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-03-19T03:03:49.621Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-03-19T03:03:49.784Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-19T03:03:50.245Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-19T03:03:50.370Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-19T03:03:50.586Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-19T03:03:50.674Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-19T03:03:53.153Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-19T03:03:54.364Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-19T03:03:54.520Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-03-19T03:03:54.638Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-03-19T03:03:54.871Z Compiling cargo_toml v0.22.3
28162026-03-19T03:03:54.925Z Compiling sct v0.7.1
28172026-03-19T03:03:55.290Z Compiling rustls-webpki v0.101.7
28182026-03-19T03:03:56.284Z Compiling nix v0.29.0
28192026-03-19T03:03:56.807Z Compiling secrecy v0.8.0
28202026-03-19T03:03:57.041Z Compiling void v1.0.2
28212026-03-19T03:03:57.237Z Compiling lzss v0.8.2
28222026-03-19T03:03:57.526Z Compiling git2 v0.20.4
28232026-03-19T03:03:57.588Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-03-19T03:03:57.591Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-03-19T03:03:57.767Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-03-19T03:03:58.173Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-03-19T03:03:58.207Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28282026-03-19T03:03:59.107Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-03-19T03:03:59.268Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-03-19T03:04:00.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-03-19T03:04:00.346Z Compiling tungstenite v0.23.0
28322026-03-19T03:04:00.414Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-03-19T03:04:00.449Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-03-19T03:04:00.738Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-03-19T03:04:01.016Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-03-19T03:04:01.297Z Compiling nix v0.27.1
28372026-03-19T03:04:01.415Z Compiling serde_bytes v0.11.19
28382026-03-19T03:04:01.851Z Compiling tokio-tungstenite v0.23.1
28392026-03-19T03:04:02.037Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-03-19T03:04:02.062Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-03-19T03:04:02.322Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28422026-03-19T03:04:03.375Z Compiling tokio-rustls v0.24.1
28432026-03-19T03:04:03.556Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-03-19T03:04:03.830Z Compiling ron v0.12.0
28452026-03-19T03:04:03.994Z Compiling xz2 v0.1.7
28462026-03-19T03:04:04.302Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-03-19T03:04:05.005Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-19T03:04:05.769Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-03-19T03:04:08.396Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-19T03:04:08.948Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28512026-03-19T03:04:10.309Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28522026-03-19T03:04:11.018Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-03-19T03:04:11.521Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-03-19T03:04:12.499Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28552026-03-19T03:04:13.142Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-03-19T03:04:13.510Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-03-19T03:04:13.748Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-03-19T03:04:14.595Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-03-19T03:04:16.614Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-03-19T03:04:17.009Z Compiling rustls-pemfile v1.0.4
28612026-03-19T03:04:17.505Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-03-19T03:04:18.555Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-03-19T03:04:18.587Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-03-19T03:04:18.708Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-03-19T03:04:18.869Z Compiling signal-hook-tokio v0.3.1
28662026-03-19T03:04:19.105Z Compiling yasna v0.5.2
28672026-03-19T03:04:19.285Z Compiling twox-hash v2.1.2
28682026-03-19T03:04:19.723Z Compiling is_ci v1.2.0
28692026-03-19T03:04:19.808Z Compiling base16ct v1.0.0
28702026-03-19T03:04:19.957Z Compiling supports-color v3.0.2
28712026-03-19T03:04:19.985Z Compiling rcgen v0.12.1
28722026-03-19T03:04:20.986Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732026-03-19T03:04:21.105Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-03-19T03:04:21.191Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-03-19T03:04:22.105Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28762026-03-19T03:04:23.121Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28772026-03-19T03:04:23.320Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-03-19T03:04:24.840Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28792026-03-19T03:04:25.609Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-03-19T03:04:26.230Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-03-19T03:04:26.280Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-03-19T03:04:29.520Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-03-19T03:04:29.814Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-03-19T03:04:30.113Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-03-19T03:04:30.151Z Compiling fatfs v0.3.6
28862026-03-19T03:04:30.387Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28872026-03-19T03:04:31.250Z Compiling rtoolbox v0.0.3
28882026-03-19T03:04:31.629Z Compiling subprocess v0.2.15
28892026-03-19T03:04:31.689Z Compiling seq-macro v0.3.6
28902026-03-19T03:04:32.339Z Compiling assert_matches v1.5.0
28912026-03-19T03:04:32.475Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-03-19T03:04:32.657Z Compiling rpassword v7.4.0
28932026-03-19T03:04:33.109Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-03-19T03:04:34.381Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-03-19T03:04:34.540Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-03-19T03:04:35.381Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-03-19T03:04:35.549Z Compiling tui-tree-widget v0.23.1
28982026-03-19T03:04:35.909Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-03-19T03:04:37.172Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-03-19T03:04:37.532Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-03-19T03:04:37.834Z Compiling uzers v0.12.2
29022026-03-19T03:04:39.018Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-03-19T03:04:39.657Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-03-19T03:04:41.006Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-03-19T03:04:44.113Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-03-19T03:04:44.511Z Compiling support-bundle-viewer v0.1.2
29072026-03-19T03:04:46.895Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-03-19T03:04:47.502Z Compiling multimap v0.10.1
29092026-03-19T03:05:01.453Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-03-19T03:05:09.186Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-03-19T03:05:12.155Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-03-19T03:12:32.820Z Finished `release` profile [optimized] target(s) in 10m 12s
29132026-03-19T03:13:28.366Z
29142026-03-19T03:13:28.370Zreal 11:09.918195426
29152026-03-19T03:13:28.370Zuser 1:40:15.830430681
29162026-03-19T03:13:28.370Zsys 4:11.198534635
29172026-03-19T03:13:28.370Ztrap 2.296446736
29182026-03-19T03:13:28.370Ztflt 2.518141488
29192026-03-19T03:13:28.370Zdflt 16.918041152
29202026-03-19T03:13:28.370Zkflt 0.002035718
29212026-03-19T03:13:28.370Zlock 8:18:50.085804041
29222026-03-19T03:13:28.370Zslp 2:48:41.668734986
29232026-03-19T03:13:28.370Zlat 2:47.333403888
29242026-03-19T03:13:28.370Zstop 7:03.944108057
29252026-03-19T03:13:28.370Z+ mapfile -t packages
29262026-03-19T03:13:28.370Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-03-19T03:13:29.648Z Finished `release` profile [optimized] target(s) in 1.26s
29282026-03-19T03:13:29.715Z Running `target/release/omicron-package -t test list-outputs`
29292026-03-19T03:13:29.781ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-03-19T03:13:29.784Z+ ptime -m cargo build --locked --release -p xtask
29312026-03-19T03:13:30.485Z Compiling libc v0.2.180
29322026-03-19T03:13:30.485Z Compiling serde v1.0.228
29332026-03-19T03:13:30.489Z Compiling serde_core v1.0.228
29342026-03-19T03:13:30.489Z Compiling rustix v1.1.3
29352026-03-19T03:13:30.489Z Compiling bitflags v2.11.0
29362026-03-19T03:13:30.489Z Compiling serde_json v1.0.149
29372026-03-19T03:13:30.662Z Compiling num-traits v0.2.19
29382026-03-19T03:13:30.679Z Compiling syn v2.0.117
29392026-03-19T03:13:30.695Z Compiling hashbrown v0.16.1
29402026-03-19T03:13:30.698Z Compiling smallvec v1.15.1
29412026-03-19T03:13:30.744Z Compiling usdt-impl v0.5.0
29422026-03-19T03:13:30.762Z Compiling syn v1.0.109
29432026-03-19T03:13:30.779Z Compiling log v0.4.29
29442026-03-19T03:13:30.782Z Compiling percent-encoding v2.3.2
29452026-03-19T03:13:30.907Z Compiling getrandom v0.4.1
29462026-03-19T03:13:31.071Z Compiling form_urlencoded v1.2.2
29472026-03-19T03:13:31.292Z Compiling fs-err v3.3.0
29482026-03-19T03:13:31.308Z Compiling anyhow v1.0.102
29492026-03-19T03:13:31.311Z Compiling heck v0.4.1
29502026-03-19T03:13:31.343Z Compiling once_cell v1.21.3
29512026-03-19T03:13:31.496Z Compiling indexmap v2.13.0
29522026-03-19T03:13:31.630Z Compiling errno v0.3.14
29532026-03-19T03:13:31.630Z Compiling thread-id v4.2.2
29542026-03-19T03:13:31.633Z Compiling memmap v0.7.0
29552026-03-19T03:13:32.148Z Compiling ordered-float v2.10.1
29562026-03-19T03:13:32.783Z Compiling proc-macro-error v1.0.4
29572026-03-19T03:13:33.093Z Compiling terminal_size v0.4.3
29582026-03-19T03:13:33.093Z Compiling tempfile v3.25.0
29592026-03-19T03:13:33.128Z Compiling tabled_derive v0.7.0
29602026-03-19T03:13:33.215Z Compiling clap_builder v4.5.60
29612026-03-19T03:13:33.215Z Compiling textwrap v0.16.2
29622026-03-19T03:13:33.406Z Compiling camino-tempfile v1.4.1
29632026-03-19T03:13:33.985Z Compiling tabled v0.15.0
29642026-03-19T03:13:34.289Z Compiling synstructure v0.13.2
29652026-03-19T03:13:34.289Z Compiling pest_generator v2.8.6
29662026-03-19T03:13:34.828Z Compiling serde_derive v1.0.228
29672026-03-19T03:13:34.828Z Compiling zerofrom-derive v0.1.6
29682026-03-19T03:13:34.836Z Compiling yoke-derive v0.8.1
29692026-03-19T03:13:34.836Z Compiling zerovec-derive v0.11.2
29702026-03-19T03:13:34.836Z Compiling displaydoc v0.2.5
29712026-03-19T03:13:34.836Z Compiling thiserror-impl v1.0.69
29722026-03-19T03:13:34.836Z Compiling zerocopy-derive v0.7.35
29732026-03-19T03:13:34.837Z Compiling scroll_derive v0.12.1
29742026-03-19T03:13:34.837Z Compiling thiserror-impl v2.0.18
29752026-03-19T03:13:34.837Z Compiling clap_derive v4.5.55
29762026-03-19T03:13:35.110Z Compiling pest_derive v2.8.6
29772026-03-19T03:13:35.729Z Compiling scroll v0.12.0
29782026-03-19T03:13:35.951Z Compiling zerocopy v0.7.35
29792026-03-19T03:13:36.147Z Compiling goblin v0.8.2
29802026-03-19T03:13:36.407Z Compiling zerofrom v0.1.6
29812026-03-19T03:13:36.429Z Compiling thiserror v1.0.69
29822026-03-19T03:13:36.469Z Compiling thiserror v2.0.18
29832026-03-19T03:13:36.559Z Compiling yoke v0.8.1
29842026-03-19T03:13:36.584Z Compiling dtrace-parser v0.2.0
29852026-03-19T03:13:36.837Z Compiling zerovec v0.11.5
29862026-03-19T03:13:36.861Z Compiling zerotrie v0.2.3
29872026-03-19T03:13:37.082Z Compiling clap v4.5.60
29882026-03-19T03:13:37.667Z Compiling tinystr v0.8.2
29892026-03-19T03:13:37.961Z Compiling icu_locale_core v2.1.1
29902026-03-19T03:13:38.703Z Compiling potential_utf v0.1.4
29912026-03-19T03:13:38.957Z Compiling icu_provider v2.1.1
29922026-03-19T03:13:39.057Z Compiling icu_collections v2.1.1
29932026-03-19T03:13:39.475Z Compiling serde_spanned v0.6.9
29942026-03-19T03:13:39.535Z Compiling toml_datetime v0.6.11
29952026-03-19T03:13:39.660Z Compiling icu_properties v2.1.2
29962026-03-19T03:13:39.701Z Compiling icu_normalizer v2.1.1
29972026-03-19T03:13:39.704Z Compiling dof v0.3.0
29982026-03-19T03:13:39.751Z Compiling serde-value v0.7.0
29992026-03-19T03:13:39.794Z Compiling cargo-platform v0.2.0
30002026-03-19T03:13:39.861Z Compiling toml_edit v0.22.27
30012026-03-19T03:13:39.881Z Compiling macaddr v1.0.1
30022026-03-19T03:13:40.082Z Compiling serde_tokenstream v0.2.3
30032026-03-19T03:13:40.952Z Compiling idna_adapter v1.2.1
30042026-03-19T03:13:41.210Z Compiling idna v1.1.0
30052026-03-19T03:13:41.230Z Compiling usdt-attr-macro v0.5.0
30062026-03-19T03:13:41.281Z Compiling usdt-macro v0.5.0
30072026-03-19T03:13:41.662Z Compiling url v2.5.8
30082026-03-19T03:13:41.986Z Compiling usdt v0.5.0
30092026-03-19T03:13:42.084Z Compiling toml v0.8.23
30102026-03-19T03:13:42.687Z Compiling cargo-util-schemas v0.8.2
30112026-03-19T03:13:42.687Z Compiling cargo_toml v0.21.0
30122026-03-19T03:13:44.106Z Compiling cargo_metadata v0.21.0
30132026-03-19T03:13:48.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-03-19T03:13:52.256Z Finished `release` profile [optimized] target(s) in 22.45s
30152026-03-19T03:13:52.441Z
30162026-03-19T03:13:52.444Zreal 22.617290587
30172026-03-19T03:13:52.444Zuser 3:09.045898087
30182026-03-19T03:13:52.445Zsys 20.772555100
30192026-03-19T03:13:52.445Ztrap 0.089069502
30202026-03-19T03:13:52.445Ztflt 0.595484044
30212026-03-19T03:13:52.445Zdflt 1.860235567
30222026-03-19T03:13:52.445Zkflt 0.000051043
30232026-03-19T03:13:52.445Zlock 7:15.903881724
30242026-03-19T03:13:52.445Zslp 4:26.805731013
30252026-03-19T03:13:52.445Zlat 7.169811710
30262026-03-19T03:13:52.445Zstop 28.883843512
30272026-03-19T03:13:52.445Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-03-19T03:13:52.445Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-03-19T03:13:52.445Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-03-19T03:13:52.445Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-03-19T03:13:52.446Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-03-19T03:13:53.733Z Compiling regress v0.10.5
30332026-03-19T03:13:53.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-19T03:13:53.925Z Compiling serde_spanned v1.0.4
30352026-03-19T03:13:53.929Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-03-19T03:13:53.929Z Compiling newtype-uuid-macros v0.1.0
30372026-03-19T03:13:53.941Z Compiling structmeta-derive v0.3.0
30382026-03-19T03:13:53.947Z Compiling rustls v0.22.4
30392026-03-19T03:13:53.947Z Compiling rustls-webpki v0.102.8
30402026-03-19T03:13:53.947Z Compiling multer v3.1.0
30412026-03-19T03:13:53.959Z Compiling debug-ignore v1.0.5
30422026-03-19T03:13:53.962Z Compiling match_cfg v0.1.0
30432026-03-19T03:13:54.074Z Compiling progenitor-client v0.13.0
30442026-03-19T03:13:54.077Z Compiling slog-json v2.6.1
30452026-03-19T03:13:54.100Z Compiling async-stream-impl v0.3.6
30462026-03-19T03:13:54.128Z Compiling dropshot v0.16.7
30472026-03-19T03:13:54.153Z Compiling itertools v0.14.0
30482026-03-19T03:13:54.233Z Compiling toml v0.9.12+spec-1.1.0
30492026-03-19T03:13:54.236Z Compiling hostname v0.3.1
30502026-03-19T03:13:54.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30512026-03-19T03:13:54.331Z Compiling waitgroup v0.1.2
30522026-03-19T03:13:54.404Z Compiling rustls-pemfile v2.2.0
30532026-03-19T03:13:54.486Z Compiling slog-bunyan v2.5.0
30542026-03-19T03:13:54.627Z Compiling dropshot_endpoint v0.16.7
30552026-03-19T03:13:54.637Z Compiling serde_path_to_error v0.1.20
30562026-03-19T03:13:54.637Z Compiling hostname v0.4.2
30572026-03-19T03:13:54.645Z Compiling macaddr v1.0.1
30582026-03-19T03:13:54.697Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-03-19T03:13:54.723Z Compiling progenitor-client v0.10.0
30602026-03-19T03:13:54.752Z Compiling instant v0.1.13
30612026-03-19T03:13:54.785Z Compiling backon v1.6.0
30622026-03-19T03:13:54.916Z Compiling backoff v0.4.0
30632026-03-19T03:13:54.963Z Compiling async-stream v0.3.6
30642026-03-19T03:13:54.963Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-03-19T03:13:55.065Z Compiling progenitor-extras v0.1.1
30662026-03-19T03:13:55.093Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30672026-03-19T03:13:55.119Z Compiling unsafe-libyaml v0.2.11
30682026-03-19T03:13:55.145Z Compiling crucible-workspace-hack v0.1.0
30692026-03-19T03:13:55.173Z Compiling toml_edit v0.23.10+spec-1.0.0
30702026-03-19T03:13:55.207Z Compiling secrecy v0.10.3
30712026-03-19T03:13:55.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-19T03:13:55.260Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-03-19T03:13:55.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-03-19T03:13:55.413Z Compiling heapless v0.8.0
30752026-03-19T03:13:55.438Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-03-19T03:13:55.465Z Compiling hash32 v0.3.1
30772026-03-19T03:13:55.545Z Compiling structmeta v0.3.0
30782026-03-19T03:13:55.594Z Compiling smoltcp v0.11.0
30792026-03-19T03:13:55.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-03-19T03:13:55.641Z Compiling toml v0.8.23
30812026-03-19T03:13:55.713Z Compiling tabwriter v1.4.1
30822026-03-19T03:13:55.822Z Compiling cobs v0.3.0
30832026-03-19T03:13:55.848Z Compiling serde_yaml v0.9.34+deprecated
30842026-03-19T03:13:55.880Z Compiling derive-ex v0.1.8
30852026-03-19T03:13:55.904Z Compiling parse-display-derive v0.10.0
30862026-03-19T03:13:55.931Z Compiling ingot-macros v0.1.1
30872026-03-19T03:13:56.051Z Compiling proc-macro-crate v3.4.0
30882026-03-19T03:13:56.172Z Compiling foreign-types-macros v0.2.3
30892026-03-19T03:13:56.175Z Compiling cpufeatures v0.3.0
30902026-03-19T03:13:56.175Z Compiling foreign-types-shared v0.3.1
30912026-03-19T03:13:56.242Z Compiling convert_case v0.4.0
30922026-03-19T03:13:56.317Z Compiling chacha20 v0.10.0
30932026-03-19T03:13:56.364Z Compiling postcard v1.1.3
30942026-03-19T03:13:56.567Z Compiling proc-macro-crate v1.3.1
30952026-03-19T03:13:56.716Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30962026-03-19T03:13:56.742Z Compiling universal-hash v0.5.1
30972026-03-19T03:13:56.770Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-19T03:13:56.794Z Compiling derive_more v0.99.20
30992026-03-19T03:13:56.833Z Compiling num_enum_derive v0.7.5
31002026-03-19T03:13:56.883Z Compiling cstr-argument v0.1.2
31012026-03-19T03:13:56.971Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31022026-03-19T03:13:57.004Z Compiling foreign-types v0.5.0
31032026-03-19T03:13:57.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31042026-03-19T03:13:57.105Z Compiling colored v3.1.1
31052026-03-19T03:13:57.132Z Compiling opaque-debug v0.3.1
31062026-03-19T03:13:57.161Z Compiling num_enum_derive v0.5.11
31072026-03-19T03:13:57.203Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-03-19T03:13:57.252Z Compiling tokio-rustls v0.25.0
31092026-03-19T03:13:57.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-03-19T03:13:57.359Z Compiling rand v0.10.0
31112026-03-19T03:13:57.362Z Compiling typify-impl v0.6.1
31122026-03-19T03:13:57.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31132026-03-19T03:13:57.588Z Compiling half v2.7.1
31142026-03-19T03:13:57.635Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31152026-03-19T03:13:57.948Z Compiling ciborium-io v0.2.2
31162026-03-19T03:13:58.019Z Compiling camino-tempfile v1.4.1
31172026-03-19T03:13:58.044Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-03-19T03:13:58.100Z Compiling ciborium-ll v0.2.2
31192026-03-19T03:13:58.285Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-03-19T03:13:58.309Z Compiling parse-display v0.10.0
31212026-03-19T03:13:58.334Z Compiling test-strategy v0.4.5
31222026-03-19T03:13:58.364Z Compiling num_enum v0.7.5
31232026-03-19T03:13:58.367Z Compiling ciborium v0.2.2
31242026-03-19T03:13:58.367Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31252026-03-19T03:13:58.422Z Compiling smf v0.2.3
31262026-03-19T03:13:58.497Z Compiling aead v0.5.2
31272026-03-19T03:13:58.547Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-19T03:13:58.573Z Compiling num-derive v0.4.2
31292026-03-19T03:13:58.600Z Compiling sigpipe v0.1.3
31302026-03-19T03:13:58.627Z Compiling num_enum v0.5.11
31312026-03-19T03:13:58.692Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31322026-03-19T03:13:58.741Z Compiling glob v0.3.3
31332026-03-19T03:13:58.744Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31342026-03-19T03:13:58.820Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31352026-03-19T03:13:58.849Z Compiling poly1305 v0.8.0
31362026-03-19T03:13:58.993Z Compiling chacha20 v0.9.1
31372026-03-19T03:13:59.223Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-03-19T03:13:59.301Z Compiling whoami v1.6.1
31392026-03-19T03:13:59.329Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-03-19T03:13:59.359Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-03-19T03:13:59.407Z Compiling thiserror-impl-no-std v2.0.2
31422026-03-19T03:13:59.524Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31432026-03-19T03:13:59.550Z Compiling num-rational v0.4.2
31442026-03-19T03:13:59.554Z Compiling password-hash v0.5.0
31452026-03-19T03:13:59.726Z Compiling blake2 v0.10.6
31462026-03-19T03:13:59.824Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31472026-03-19T03:13:59.896Z Compiling num-complex v0.4.6
31482026-03-19T03:13:59.920Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-03-19T03:14:00.017Z Compiling indent_write v2.2.0
31502026-03-19T03:14:00.042Z Compiling ingot-types v0.1.2
31512026-03-19T03:14:00.110Z Compiling prettyplease v0.2.37
31522026-03-19T03:14:00.174Z Compiling argon2 v0.5.3
31532026-03-19T03:14:00.225Z Compiling chacha20poly1305 v0.10.1
31542026-03-19T03:14:00.417Z Compiling float-ord v0.3.2
31552026-03-19T03:14:00.445Z Compiling num v0.4.3
31562026-03-19T03:14:00.471Z Compiling gethostname v0.5.0
31572026-03-19T03:14:00.528Z Compiling usdt-macro v0.5.0
31582026-03-19T03:14:00.531Z Compiling usdt-attr-macro v0.5.0
31592026-03-19T03:14:00.579Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-19T03:14:00.579Z Compiling ingot v0.1.1
31612026-03-19T03:14:00.629Z Compiling derive-where v1.6.0
31622026-03-19T03:14:00.659Z Compiling memmap v0.7.0
31632026-03-19T03:14:00.662Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31642026-03-19T03:14:00.711Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31652026-03-19T03:14:00.946Z Compiling typify-impl v0.4.3
31662026-03-19T03:14:01.021Z Compiling atomicwrites v0.4.4
31672026-03-19T03:14:01.089Z Compiling owo-colors v4.3.0
31682026-03-19T03:14:01.123Z Compiling thiserror-no-std v2.0.2
31692026-03-19T03:14:01.266Z Compiling vsss-rs v3.3.4
31702026-03-19T03:14:01.306Z Compiling cancel-safe-futures v0.1.5
31712026-03-19T03:14:01.378Z Compiling libsw-core v0.3.2
31722026-03-19T03:14:01.553Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31732026-03-19T03:14:01.635Z Compiling async-recursion v1.1.1
31742026-03-19T03:14:01.638Z Compiling usdt v0.5.0
31752026-03-19T03:14:01.682Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-03-19T03:14:01.685Z Compiling resolv-conf v0.7.6
31772026-03-19T03:14:02.036Z Compiling libsw v3.5.0
31782026-03-19T03:14:02.205Z Compiling libefi-sys v0.1.0
31792026-03-19T03:14:02.205Z Compiling linear-map v1.2.0
31802026-03-19T03:14:02.258Z Compiling newline-converter v0.3.0
31812026-03-19T03:14:02.291Z Compiling hickory-proto v0.24.4
31822026-03-19T03:14:02.294Z Compiling console v0.15.11
31832026-03-19T03:14:02.443Z Compiling bitfield-struct v0.6.2
31842026-03-19T03:14:02.508Z Compiling linked-hash-map v0.5.6
31852026-03-19T03:14:02.541Z Compiling semver v0.1.20
31862026-03-19T03:14:02.599Z Compiling pin-project-internal v1.1.11
31872026-03-19T03:14:02.603Z Compiling slog-dtrace v0.3.0
31882026-03-19T03:14:02.720Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-19T03:14:02.779Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31902026-03-19T03:14:02.840Z Compiling rustc_version v0.1.7
31912026-03-19T03:14:02.869Z Compiling expectorate v1.2.0
31922026-03-19T03:14:02.898Z Compiling lru-cache v0.1.2
31932026-03-19T03:14:02.951Z Compiling minimal-lexical v0.2.1
31942026-03-19T03:14:03.059Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-03-19T03:14:03.091Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-19T03:14:03.118Z Compiling tokio-dtrace v0.1.1
31972026-03-19T03:14:03.156Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-03-19T03:14:03.182Z Compiling newtype_derive v0.1.6
31992026-03-19T03:14:03.321Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32002026-03-19T03:14:03.352Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-19T03:14:03.380Z Compiling nom v7.1.3
32022026-03-19T03:14:03.383Z Compiling dropshot-api-manager-types v0.6.0
32032026-03-19T03:14:03.455Z Compiling phf_shared v0.12.1
32042026-03-19T03:14:03.503Z Compiling pem v3.0.6
32052026-03-19T03:14:04.605Z Compiling snafu-derive v0.8.9
32062026-03-19T03:14:04.608Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-19T03:14:04.608Z Compiling csv-core v0.1.13
32082026-03-19T03:14:04.608Z Compiling same-file v1.0.6
32092026-03-19T03:14:04.608Z Compiling highway v1.3.0
32102026-03-19T03:14:04.608Z Compiling chrono-tz v0.10.4
32112026-03-19T03:14:04.608Z Compiling typify-macro v0.6.1
32122026-03-19T03:14:04.608Z Compiling xshell-macros v0.2.7
32132026-03-19T03:14:04.608Z Compiling walkdir v2.5.0
32142026-03-19T03:14:04.608Z Compiling pin-project v1.1.11
32152026-03-19T03:14:04.608Z Compiling csv v1.4.0
32162026-03-19T03:14:04.608Z Compiling const_format_proc_macros v0.2.34
32172026-03-19T03:14:04.608Z Compiling phf v0.12.1
32182026-03-19T03:14:04.726Z Compiling oxide-tokio-rt v0.1.3
32192026-03-19T03:14:04.749Z Compiling xshell v0.2.7
32202026-03-19T03:14:04.797Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32212026-03-19T03:14:05.010Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32222026-03-19T03:14:05.044Z Compiling globset v0.4.18
32232026-03-19T03:14:05.117Z Compiling olpc-cjson v0.1.4
32242026-03-19T03:14:05.145Z Compiling primeorder v0.13.6
32252026-03-19T03:14:05.237Z Compiling hickory-resolver v0.24.4
32262026-03-19T03:14:05.361Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32272026-03-19T03:14:05.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-03-19T03:14:05.388Z Compiling serde_plain v1.0.2
32292026-03-19T03:14:05.488Z Compiling base64 v0.21.7
32302026-03-19T03:14:05.530Z Compiling typed-path v0.9.3
32312026-03-19T03:14:05.627Z Compiling const_format v0.2.35
32322026-03-19T03:14:05.715Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-03-19T03:14:06.034Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-03-19T03:14:06.087Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-03-19T03:14:06.137Z Compiling tabled_derive v0.7.0
32362026-03-19T03:14:06.170Z Compiling bcs v0.1.6
32372026-03-19T03:14:06.449Z Compiling snafu v0.8.9
32382026-03-19T03:14:06.615Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32392026-03-19T03:14:06.641Z Compiling typify v0.6.1
32402026-03-19T03:14:06.818Z Compiling progenitor-impl v0.13.0
32412026-03-19T03:14:06.847Z Compiling qorb v0.4.1
32422026-03-19T03:14:06.877Z Compiling tough v0.20.0
32432026-03-19T03:14:06.905Z Compiling salty v0.3.0
32442026-03-19T03:14:06.905Z Compiling radium v0.7.0
32452026-03-19T03:14:06.970Z Compiling termtree v0.5.1
32462026-03-19T03:14:07.201Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-03-19T03:14:07.297Z Compiling textwrap v0.16.2
32482026-03-19T03:14:07.347Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-03-19T03:14:07.383Z Compiling steno v0.4.1
32502026-03-19T03:14:07.480Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-03-19T03:14:07.524Z Compiling tabled v0.15.0
32522026-03-19T03:14:07.552Z Compiling typify-macro v0.4.3
32532026-03-19T03:14:07.655Z Compiling utf-8 v0.7.6
32542026-03-19T03:14:07.689Z Compiling maybe-uninit v2.0.0
32552026-03-19T03:14:07.776Z Compiling tap v1.0.1
32562026-03-19T03:14:07.871Z Compiling humantime v2.3.0
32572026-03-19T03:14:07.915Z Compiling tungstenite v0.21.0
32582026-03-19T03:14:07.940Z Compiling wyz v0.5.1
32592026-03-19T03:14:08.162Z Compiling p384 v0.13.1
32602026-03-19T03:14:08.231Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-03-19T03:14:08.264Z Compiling arc-swap v1.8.2
32622026-03-19T03:14:08.290Z Compiling funty v2.0.0
32632026-03-19T03:14:08.563Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-03-19T03:14:08.700Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-03-19T03:14:08.941Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-03-19T03:14:09.128Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32672026-03-19T03:14:09.241Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-03-19T03:14:09.364Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-19T03:14:09.636Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-03-19T03:14:09.755Z Compiling tagptr v0.2.0
32712026-03-19T03:14:09.990Z Compiling packed_struct v0.10.1
32722026-03-19T03:14:10.016Z Compiling typify v0.4.3
32732026-03-19T03:14:10.067Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-03-19T03:14:10.184Z Compiling progenitor-impl v0.10.0
32752026-03-19T03:14:10.208Z Compiling moka v0.12.13
32762026-03-19T03:14:10.389Z Compiling bitvec v1.0.1
32772026-03-19T03:14:10.706Z Compiling progenitor-macro v0.13.0
32782026-03-19T03:14:10.953Z Compiling slog-scope v4.4.1
32792026-03-19T03:14:10.981Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-03-19T03:14:11.022Z Compiling tokio-tungstenite v0.21.0
32812026-03-19T03:14:11.213Z Compiling polyval v0.6.2
32822026-03-19T03:14:11.308Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-03-19T03:14:11.333Z Compiling packed_struct_codegen v0.10.1
32842026-03-19T03:14:11.338Z Compiling bitfield-macros v0.19.4
32852026-03-19T03:14:11.467Z Compiling zerocopy-derive v0.6.6
32862026-03-19T03:14:11.502Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-03-19T03:14:11.549Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-19T03:14:11.782Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32892026-03-19T03:14:11.897Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32902026-03-19T03:14:12.367Z Compiling proc-macro-error-attr2 v2.0.0
32912026-03-19T03:14:12.459Z Compiling indexmap v1.9.3
32922026-03-19T03:14:12.484Z Compiling crc-catalog v2.4.0
32932026-03-19T03:14:12.626Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32942026-03-19T03:14:12.655Z Compiling parking_lot_core v0.8.6
32952026-03-19T03:14:12.679Z Compiling nodrop v0.1.14
32962026-03-19T03:14:12.795Z Compiling array-init v0.0.4
32972026-03-19T03:14:12.831Z Compiling zerocopy v0.6.6
32982026-03-19T03:14:12.941Z Compiling proc-macro-error2 v2.0.1
32992026-03-19T03:14:12.977Z Compiling crc v3.4.0
33002026-03-19T03:14:13.045Z Compiling bitfield v0.19.4
33012026-03-19T03:14:13.077Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-03-19T03:14:13.288Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33032026-03-19T03:14:13.334Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33042026-03-19T03:14:13.374Z Compiling ghash v0.5.1
33052026-03-19T03:14:13.405Z Compiling smallvec v0.6.14
33062026-03-19T03:14:13.496Z Compiling hickory-resolver v0.25.2
33072026-03-19T03:14:13.580Z Compiling slog-stdlog v4.1.1
33082026-03-19T03:14:13.606Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-03-19T03:14:13.720Z Compiling git-stub v1.0.0
33102026-03-19T03:14:13.785Z Compiling ctr v0.9.2
33112026-03-19T03:14:13.901Z Compiling num-derive v0.3.3
33122026-03-19T03:14:13.928Z Compiling lzma-sys v0.1.20
33132026-03-19T03:14:13.999Z Compiling progenitor-macro v0.10.0
33142026-03-19T03:14:14.069Z Compiling hashbrown v0.12.3
33152026-03-19T03:14:14.098Z Compiling unicase v2.9.0
33162026-03-19T03:14:14.138Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-03-19T03:14:14.419Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33182026-03-19T03:14:14.445Z Compiling mime_guess v2.0.5
33192026-03-19T03:14:14.513Z Compiling aes-gcm v0.10.3
33202026-03-19T03:14:14.567Z Compiling git-stub-vcs v0.1.0
33212026-03-19T03:14:14.594Z Compiling slog-envlogger v2.2.0
33222026-03-19T03:14:14.624Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-19T03:14:14.819Z Compiling serde-hex v0.1.0
33242026-03-19T03:14:14.910Z Compiling tabled_derive v0.11.0
33252026-03-19T03:14:15.123Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-03-19T03:14:15.191Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33272026-03-19T03:14:15.233Z Compiling libscf-sys v1.1.0
33282026-03-19T03:14:15.261Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-03-19T03:14:15.407Z Compiling progenitor-impl v0.11.2
33302026-03-19T03:14:15.450Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-03-19T03:14:15.586Z Compiling ron v0.8.1
33322026-03-19T03:14:15.663Z Compiling papergrid v0.17.0
33332026-03-19T03:14:15.769Z Compiling cargo_toml v0.22.3
33342026-03-19T03:14:16.207Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-19T03:14:16.271Z Compiling hashbrown v0.13.2
33362026-03-19T03:14:16.631Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33372026-03-19T03:14:16.953Z Compiling testing_table v0.3.0
33382026-03-19T03:14:16.981Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33392026-03-19T03:14:17.010Z Compiling ssh-encoding v0.2.0
33402026-03-19T03:14:17.085Z Compiling blowfish v0.9.1
33412026-03-19T03:14:17.201Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-03-19T03:14:17.296Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-19T03:14:17.322Z Compiling nibble_vec v0.1.0
33442026-03-19T03:14:17.390Z Compiling corncobs v0.1.4
33452026-03-19T03:14:17.432Z Compiling crc-any v2.5.0
33462026-03-19T03:14:17.531Z Compiling endian-type v0.1.2
33472026-03-19T03:14:17.578Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-03-19T03:14:17.683Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-03-19T03:14:17.735Z Compiling radix_trie v0.2.1
33502026-03-19T03:14:17.790Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-03-19T03:14:17.828Z Compiling ssh-cipher v0.2.0
33522026-03-19T03:14:17.857Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-19T03:14:17.921Z Compiling bcrypt-pbkdf v0.10.0
33542026-03-19T03:14:18.024Z Compiling tabled v0.20.0
33552026-03-19T03:14:18.081Z Compiling progenitor v0.13.0
33562026-03-19T03:14:18.107Z Compiling object v0.30.4
33572026-03-19T03:14:18.237Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-19T03:14:18.262Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33592026-03-19T03:14:18.307Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33602026-03-19T03:14:18.388Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-03-19T03:14:18.668Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-19T03:14:18.693Z Compiling parking_lot v0.11.2
33632026-03-19T03:14:19.049Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-03-19T03:14:19.322Z Compiling progenitor-macro v0.11.2
33652026-03-19T03:14:19.352Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-19T03:14:19.417Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-03-19T03:14:19.714Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33682026-03-19T03:14:19.869Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33692026-03-19T03:14:20.004Z Compiling progenitor-client v0.11.2
33702026-03-19T03:14:20.145Z Compiling prefix-trie v0.7.0
33712026-03-19T03:14:20.293Z Compiling password-hash v0.4.2
33722026-03-19T03:14:20.331Z Compiling fxhash v0.2.1
33732026-03-19T03:14:20.466Z Compiling secrecy v0.8.0
33742026-03-19T03:14:20.547Z Compiling path-slash v0.1.5
33752026-03-19T03:14:20.698Z Compiling http-range v0.1.5
33762026-03-19T03:14:20.724Z Compiling half v1.8.3
33772026-03-19T03:14:20.867Z Compiling pbkdf2 v0.11.0
33782026-03-19T03:14:20.983Z Compiling hickory-server v0.25.2
33792026-03-19T03:14:21.038Z Compiling serde_cbor v0.11.2
33802026-03-19T03:14:21.143Z Compiling sled v0.34.7
33812026-03-19T03:14:21.192Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-03-19T03:14:21.458Z Compiling progenitor v0.10.0
33832026-03-19T03:14:21.484Z Compiling ron v0.12.0
33842026-03-19T03:14:21.600Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-03-19T03:14:21.691Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33862026-03-19T03:14:21.917Z Compiling xz2 v0.1.7
33872026-03-19T03:14:22.262Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-03-19T03:14:22.423Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-03-19T03:14:22.593Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33902026-03-19T03:14:22.943Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-03-19T03:14:22.967Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33922026-03-19T03:14:23.280Z Compiling ssh-key v0.6.7
33932026-03-19T03:14:23.512Z Compiling hickory-client v0.25.2
33942026-03-19T03:14:23.637Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-03-19T03:14:23.734Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-03-19T03:14:23.869Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33972026-03-19T03:14:24.003Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-03-19T03:14:24.797Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33992026-03-19T03:14:24.822Z Compiling p256 v0.13.2
34002026-03-19T03:14:24.913Z Compiling p521 v0.13.3
34012026-03-19T03:14:25.048Z Compiling yasna v0.5.2
34022026-03-19T03:14:25.376Z Compiling kstat-rs v0.2.4
34032026-03-19T03:14:25.505Z Compiling headers-core v0.3.0
34042026-03-19T03:14:25.705Z Compiling nanorand v0.7.0
34052026-03-19T03:14:25.741Z Compiling atty v0.2.14
34062026-03-19T03:14:25.776Z Compiling russh-cryptovec v0.7.3
34072026-03-19T03:14:25.833Z Compiling home v0.5.12
34082026-03-19T03:14:25.877Z Compiling md5 v0.7.0
34092026-03-19T03:14:25.919Z Compiling base16ct v1.0.0
34102026-03-19T03:14:26.044Z Compiling crc8 v0.1.1
34112026-03-19T03:14:26.075Z Compiling flume v0.11.1
34122026-03-19T03:14:26.078Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34132026-03-19T03:14:26.078Z Compiling rcgen v0.12.1
34142026-03-19T03:14:26.166Z Compiling russh-keys v0.45.0
34152026-03-19T03:14:26.196Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-03-19T03:14:26.220Z Compiling headers v0.4.1
34172026-03-19T03:14:26.275Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-03-19T03:14:26.279Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-03-19T03:14:26.487Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-03-19T03:14:26.534Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-03-19T03:14:26.563Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-19T03:14:26.683Z Compiling progenitor v0.11.2
34232026-03-19T03:14:26.909Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34242026-03-19T03:14:27.086Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-03-19T03:14:27.257Z Compiling hyper-staticfile v0.10.1
34262026-03-19T03:14:27.359Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34272026-03-19T03:14:27.386Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-03-19T03:14:27.663Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-03-19T03:14:27.690Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-03-19T03:14:27.885Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-03-19T03:14:27.978Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34322026-03-19T03:14:28.334Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-03-19T03:14:28.363Z Compiling num-bigint v0.4.6
34342026-03-19T03:14:28.395Z Compiling des v0.8.1
34352026-03-19T03:14:28.422Z Compiling subprocess v0.2.15
34362026-03-19T03:14:28.492Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-19T03:14:28.643Z Compiling hex-literal v0.4.1
34382026-03-19T03:14:28.682Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-03-19T03:14:28.818Z Compiling display-error-chain v0.2.2
34402026-03-19T03:14:28.906Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-03-19T03:14:29.033Z Compiling colored v2.2.0
34422026-03-19T03:14:29.081Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-03-19T03:14:29.320Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-03-19T03:14:29.520Z Compiling socket2 v0.5.10
34452026-03-19T03:14:29.577Z Compiling internet-checksum v0.2.1
34462026-03-19T03:14:29.676Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34472026-03-19T03:14:30.146Z Compiling russh v0.45.0
34482026-03-19T03:14:30.546Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-03-19T03:14:37.334Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-03-19T03:14:47.558Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-03-19T03:14:47.558Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-03-19T03:14:47.562Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34532026-03-19T03:14:47.562Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-03-19T03:14:49.745Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552026-03-19T03:14:50.048Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34562026-03-19T03:14:55.851Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34572026-03-19T03:15:26.143Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34582026-03-19T03:15:50.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34592026-03-19T03:15:50.719Z
34602026-03-19T03:15:50.725Zreal 1:58.193547360
34612026-03-19T03:15:50.725Zuser 11:37.340156826
34622026-03-19T03:15:50.725Zsys 2:04.209285295
34632026-03-19T03:15:50.726Ztrap 0.361446803
34642026-03-19T03:15:50.726Ztflt 0.502032947
34652026-03-19T03:15:50.726Zdflt 1.818583209
34662026-03-19T03:15:50.726Zkflt 0.000205837
34672026-03-19T03:15:50.726Zlock 40:26.060410881
34682026-03-19T03:15:50.726Zslp 26:06.035542937
34692026-03-19T03:15:50.726Zlat 45.672704978
34702026-03-19T03:15:50.726Zstop 4:00.539022230
34712026-03-19T03:15:50.726Z+ mkdir tests
34722026-03-19T03:15:50.726Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34732026-03-19T03:15:50.726Z+ xargs -I '{}' -t cp '{}' tests/
34742026-03-19T03:15:50.822Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34752026-03-19T03:15:50.846Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34762026-03-19T03:15:50.866Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34772026-03-19T03:15:50.895Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34782026-03-19T03:15:51.243Z+ 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/*)
34792026-03-19T03:15:51.249Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34802026-03-19T03:17:31.888ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34812026-03-19T03:17:31.888Za .github/buildomat/ci-env.sh 1K
34822026-03-19T03:17:31.888Za out/target/test 1K
34832026-03-19T03:17:31.888Za out/npuzone/npuzone 27402K
34842026-03-19T03:17:31.888Za package-manifest.toml 35K
34852026-03-19T03:17:31.888Za smf/sled-agent/non-gimlet/config.toml 6K
34862026-03-19T03:17:31.888Za target/release/omicron-package 40561K
34872026-03-19T03:17:31.889Za target/release/xtask 11433K
34882026-03-19T03:17:31.889Za target/debug/bootstrap 335509K
34892026-03-19T03:17:31.889Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34902026-03-19T03:17:31.889Za tests/commtest-24d786529c44a77c 32395K
34912026-03-19T03:17:31.889Za tests/dhcp_server-58b78f45b9570bbf 31310K
34922026-03-19T03:17:31.889Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377804K
34932026-03-19T03:17:31.889Za out/clickhouse.tar.gz 301709K
34942026-03-19T03:17:31.889Za out/clickhouse_keeper.tar.gz 287173K
34952026-03-19T03:17:31.889Za out/clickhouse_server.tar.gz 301708K
34962026-03-19T03:17:31.889Za out/cockroachdb.tar.gz 156534K
34972026-03-19T03:17:31.889Za out/crucible-pantry-zone.tar.gz 38990K
34982026-03-19T03:17:31.890Za out/crucible-utils.tar 17744K
34992026-03-19T03:17:31.890Za out/crucible-zone.tar.gz 53128K
35002026-03-19T03:17:31.890Za out/external-dns.tar.gz 43604K
35012026-03-19T03:17:31.890Za out/internal-dns.tar.gz 43604K
35022026-03-19T03:17:31.890Za out/mg-ddm-gz.tar 78377K
35032026-03-19T03:17:31.890Za out/nexus.tar.gz 209061K
35042026-03-19T03:17:31.890Za out/ntp.tar.gz 25418K
35052026-03-19T03:17:31.890Za out/omicron-gateway-softnpu.tar.gz 28226K
35062026-03-19T03:17:31.890Za out/omicron-sled-agent.tar 186546K
35072026-03-19T03:17:31.890Za out/overlay.tar.gz 3K
35082026-03-19T03:17:31.890Za out/oximeter.tar.gz 57440K
35092026-03-19T03:17:31.890Za out/oxlog.tar 3782K
35102026-03-19T03:17:31.890Za out/probe.tar.gz 3037K
35112026-03-19T03:17:31.890Za out/propolis-server.tar.gz 74633K
35122026-03-19T03:17:31.891Za out/pumpkind-gz.tar 26647K
35132026-03-19T03:17:31.891Za out/switch-softnpu.tar.gz 367870K
35142026-03-19T03:17:31.898Z
35152026-03-19T03:17:31.898Zreal 1:40.631188063
35162026-03-19T03:17:31.898Zuser 1:37.556672226
35172026-03-19T03:17:31.898Zsys 6.353700522
35182026-03-19T03:17:31.898Ztrap 0.007116938
35192026-03-19T03:17:31.898Ztflt 0.000000000
35202026-03-19T03:17:31.898Zdflt 0.000000000
35212026-03-19T03:17:31.898Zkflt 0.000000000
35222026-03-19T03:17:31.898Zlock 0.000000000
35232026-03-19T03:17:31.898Zslp 1:36.707646911
35242026-03-19T03:17:31.898Zlat 0.632791727
35252026-03-19T03:17:31.898Zstop 0.000204479
35262026-03-19T03:17:31.898Zprocess exited: duration 1283082 ms, exit code 0
 
35272026-03-19T03:17:31.932Zfound 1 output files
35282026-03-19T03:17:31.932Zuploading: /work/package.tar.gz (2319791527 bytes)
35292026-03-19T03:19:23.614Zuploaded: /work/package.tar.gz