01KM204WT2GGHXX1DE0WS5W3WA: 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: 01KM206BZW3Q0RZQMVYWEDFWWC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:44.855Zjob assigned to worker 01KM206MAGEJH5B427ZM7WDKR7 [factory aws, i-097622feb8ca5ede9] (queued for 1 m 13 s)
 
22026-03-19T02:54:53.235Zstarting task 0: "setup"
32026-03-19T02:54:53.241Z++ uname -s
42026-03-19T02:54:53.244Z+ kern=SunOS
52026-03-19T02:54:53.244Z+ build_user=build
62026-03-19T02:54:53.244Z+ build_uid=12345
72026-03-19T02:54:53.244Z+ work_dir=/work
82026-03-19T02:54:53.244Z+ input_dir=/input
92026-03-19T02:54:53.244Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:53.244Z+ case "$kern" in
112026-03-19T02:54:53.244Z+ groupadd -g 12345 build
122026-03-19T02:54:53.247Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:55.281Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:55.369Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:55.374Z+ home_fs=zfs
162026-03-19T02:54:55.374Z+ [[ zfs == autofs ]]
172026-03-19T02:54:55.374Z+ mkdir -p /home/build
182026-03-19T02:54:55.377Z+ chown build:build /home/build /work
192026-03-19T02:54:57.377Z+ chmod 0700 /home/build /work
202026-03-19T02:54:57.381Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-19T02:54:57.388Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:57.412Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:57.412Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:57.412Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:54:57.412Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-19T02:54:57.412Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:57.413Z * rust toolchain profile = "default"
282026-03-19T02:54:57.416Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:57.416Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:57.540Zinfo: downloading installer
312026-03-19T02:54:59.240Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:54:59.240Zwarn: /opt/ooce/bin
332026-03-19T02:54:59.240Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:54:59.240Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:54:59.241Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:54:59.241Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:54:59.241Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:54:59.241Zerror: cannot install while Rust is installed
392026-03-19T02:54:59.241Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:54:59.241Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:54:59.241Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:54:59.241Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:54:59.241Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:54:59.253Zinfo: profile set to default
452026-03-19T02:54:59.253Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:54:59.256Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:54:59.425Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:54:59.428Zinfo: downloading 6 components
492026-03-19T02:55:15.858Z
502026-03-19T02:55:15.858Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-19T02:55:15.893Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:15.893Z
532026-03-19T02:55:15.893Z
542026-03-19T02:55:15.896ZRust is installed now. Great!
552026-03-19T02:55:15.896Z
562026-03-19T02:55:15.896ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:15.896Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:15.896Z
592026-03-19T02:55:15.896ZTo configure your current shell, you need to source
602026-03-19T02:55:15.896Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:15.896Z
622026-03-19T02:55:15.896ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:15.896Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:15.896Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:15.896Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:15.896Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:15.896Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:15.896Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:15.896Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:15.896Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:16.002Z+ rustup --version
722026-03-19T02:55:16.009Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:16.012Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:16.038Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:16.041Z+ cargo --version
762026-03-19T02:55:16.051Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:16.091Z+ rustc --version
782026-03-19T02:55:16.091Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:16.091Zprocess exited: duration 18702 ms, exit code 0
 
802026-03-19T02:55:16.101Zstarting task 2: "authentication"
812026-03-19T02:55:16.119Zprocess exited: duration 20 ms, exit code 0
 
822026-03-19T02:55:16.126Zstarting task 3: "clone repository"
832026-03-19T02:55:16.133Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:16.136Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:16.172ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:57:20.474Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:57:20.523Z+ git fetch origin 45dc9f8f8266ae29c2c3985e3807a9580c439749
882026-03-19T02:57:20.682ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:57:20.682Z * branch 45dc9f8f8266ae29c2c3985e3807a9580c439749 -> FETCH_HEAD
902026-03-19T02:57:20.695Z+ [[ -n mergeconflict/fm-sb-persistence ]]
912026-03-19T02:57:20.698Z++ git branch --show-current
922026-03-19T02:57:20.701Z+ current=main
932026-03-19T02:57:20.701Z+ [[ main != mergeconflict/fm-sb-persistence ]]
942026-03-19T02:57:20.701Z+ git branch -f mergeconflict/fm-sb-persistence 45dc9f8f8266ae29c2c3985e3807a9580c439749
952026-03-19T02:57:20.705Z+ git checkout -f mergeconflict/fm-sb-persistence
962026-03-19T02:57:21.051ZSwitched to branch 'mergeconflict/fm-sb-persistence'
972026-03-19T02:57:21.082Z+ git reset --hard 45dc9f8f8266ae29c2c3985e3807a9580c439749
982026-03-19T02:57:21.082ZHEAD is now at 45dc9f8f8 fm: persist and load support bundle requests via per-variant tables
992026-03-19T02:57:21.090Zprocess exited: duration 124968 ms, exit code 0
 
1002026-03-19T02:57:21.116Zstarting task 4: "build"
1012026-03-19T02:57:21.140Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:57:21.140Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:57:21.140Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:57:21.140Z+ cargo --version
1052026-03-19T02:57:21.149Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:57:21.149Z+ rustc --version
1072026-03-19T02:57:21.163Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:57:21.186Z+ WORK=/work
1092026-03-19T02:57:21.187Z+ pfexec mkdir -p /work
1102026-03-19T02:57:21.187Z+ pfexec chown build /work
1112026-03-19T02:57:21.207Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T02:57:32.274Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T02:57:42.111Z Startup: Caching catalogs ... Done
1142026-03-19T02:58:04.344ZPlanning: Solver setup ... Done (20.846s)
1152026-03-19T02:58:04.507ZPlanning: Running solver ... Done (0.154s)
1162026-03-19T02:58:04.681ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-19T02:58:04.707ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T02:58:04.855ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T02:58:04.896ZPlanning: Package planning ... Done (0.043s)
1202026-03-19T02:58:05.002ZPlanning: Merging actions ... Done (0.043s)
1212026-03-19T02:58:05.194ZPlanning: Checking for conflicting actions ... Done (0.244s)
1222026-03-19T02:58:05.202ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T02:58:07.208ZPlanning: Evaluating mediators ... Done (2.014s)
1242026-03-19T02:58:07.216ZPlanning: Planning completed in 25.02 seconds
1252026-03-19T02:58:07.230Z Packages to install: 4
1262026-03-19T02:58:07.230Z Mediators to change: 2
1272026-03-19T02:58:07.230Z Services to change: 1
1282026-03-19T02:58:07.238Z Estimated space available: 155.43 GB
1292026-03-19T02:58:07.238ZEstimated space to be consumed: 1.83 GB
1302026-03-19T02:58:07.238Z Create boot environment: No
1312026-03-19T02:58:07.238ZCreate backup boot environment: No
1322026-03-19T02:58:07.238Z Rebuild boot archive: No
1332026-03-19T02:58:07.238Z
1342026-03-19T02:58:07.239ZChanged mediators:
1352026-03-19T02:58:07.239Z mediator clang:
1362026-03-19T02:58:07.239Z version: None -> 15 (system default)
1372026-03-19T02:58:07.239Z
1382026-03-19T02:58:07.239Z mediator llvm:
1392026-03-19T02:58:07.239Z version: 14 (system default) -> 15 (system default)
1402026-03-19T02:58:07.239Z
1412026-03-19T02:58:07.239ZChanged packages:
1422026-03-19T02:58:07.239Zhelios-dev
1432026-03-19T02:58:07.239Z developer/build-essential
1442026-03-19T02:58:07.239Z None -> 11-2.0
1452026-03-19T02:58:07.239Z library/libxmlsec1
1462026-03-19T02:58:07.239Z None -> 1.2.35-2.0
1472026-03-19T02:58:07.239Z ooce/developer/clang-15
1482026-03-19T02:58:07.239Z None -> 15.0.7-2.0
1492026-03-19T02:58:07.239Z ooce/developer/llvm-15
1502026-03-19T02:58:07.239Z None -> 15.0.7-2.0
1512026-03-19T02:58:07.239Z
1522026-03-19T02:58:07.239ZServices:
1532026-03-19T02:58:07.239Z restart_fmri:
1542026-03-19T02:58:07.239Z svc:/system/update-man-index:default
1552026-03-19T02:58:07.402Z
1562026-03-19T02:58:07.402ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T02:58:12.393ZDownload: 1206/3290 items 85.1/212.6MB 40% complete (17.1M/s)
1582026-03-19T02:58:17.393ZDownload: 2347/3290 items 119.7/212.6MB 56% complete (12.1M/s)
1592026-03-19T02:58:21.848ZDownload: Completed 212.60 MB in 14.46 seconds (14.7M/s)
1602026-03-19T02:58:22.128Z Actions: 1/3689 actions (Installing new actions)
1612026-03-19T02:58:26.316Z Actions: Completed 3689 actions in 4.15 seconds.
1622026-03-19T02:58:26.627Z Done (0.342s)
1632026-03-19T02:58:26.629Z Done (0.000s)
1642026-03-19T02:58:27.516Z Done (0.889s)
1652026-03-19T02:58:31.635Z Done (3.782s)
1662026-03-19T02:58:31.718Z Done (0.017s)
1672026-03-19T02:58:32.215Z Done (0.000s)
1682026-03-19T02:58:32.220Z Done (0.000s)
1692026-03-19T02:58:32.840ZPlanning: Evaluating mediator changes ... Done
1702026-03-19T02:58:32.980ZPlanning: Checking for conflicting actions ... Done
1712026-03-19T02:58:32.983ZPlanning: Consolidating action changes ... Done
1722026-03-19T02:58:33.206ZPlanning: Evaluating mediators ... Done
1732026-03-19T02:58:33.209ZPlanning: Planning completed in 0.37 seconds
1742026-03-19T02:58:33.236Z Mediators to change: 2
1752026-03-19T02:58:33.236Z Create boot environment: No
1762026-03-19T02:58:33.240ZCreate backup boot environment: No
1772026-03-19T02:58:33.307Z Done
1782026-03-19T02:58:33.307Z Done
1792026-03-19T02:58:34.055Z Done
1802026-03-19T02:58:37.358Z Done
1812026-03-19T02:58:37.443Z Done
1822026-03-19T02:58:37.450Z Done
1832026-03-19T02:58:37.606Z Done
1842026-03-19T02:58:38.142ZPlanning: Evaluating mediator changes ... Done
1852026-03-19T02:58:38.146ZPlanning: Merging actions ... Done
1862026-03-19T02:58:38.316ZPlanning: Checking for conflicting actions ... Done
1872026-03-19T02:58:38.319ZPlanning: Consolidating action changes ... Done
1882026-03-19T02:58:38.528ZPlanning: Evaluating mediators ... Done
1892026-03-19T02:58:38.572ZPlanning: Planning completed in 0.63 seconds
1902026-03-19T02:58:38.601Z Packages to change: 1
1912026-03-19T02:58:38.601Z Mediators to change: 1
1922026-03-19T02:58:38.604Z Services to change: 1
1932026-03-19T02:58:38.604Z Create boot environment: No
1942026-03-19T02:58:38.604ZCreate backup boot environment: Yes
1952026-03-19T02:58:41.094Z Actions: 1/6 actions (Updating modified actions)
1962026-03-19T02:58:41.097Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-19T02:58:41.097Z Done
1982026-03-19T02:58:41.097Z Done
1992026-03-19T02:58:41.285Z Done
2002026-03-19T02:58:44.548Z Done
2012026-03-19T02:58:44.634Z Done
2022026-03-19T02:58:44.642Z Done
2032026-03-19T02:58:44.785Z Done
2042026-03-19T02:58:45.154ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-19T02:58:45.154Zclang system 15 system
2062026-03-19T02:58:45.154Zcsh system system illumos
2072026-03-19T02:58:45.155Zctags system system illumos
2082026-03-19T02:58:45.155Zfile system system illumos
2092026-03-19T02:58:45.155Zgcc vendor 12 vendor
2102026-03-19T02:58:45.155Zgcc system 10 system
2112026-03-19T02:58:45.155Zgcc system 7 system
2122026-03-19T02:58:45.155Zgo system 1.20 system
2132026-03-19T02:58:45.155Zgo system 1.19 system
2142026-03-19T02:58:45.155Zllvm system 15 system
2152026-03-19T02:58:45.155Zllvm system 14 system
2162026-03-19T02:58:45.155Zmariadb system 10.6 system
2172026-03-19T02:58:45.155Zmta vendor vendor dma
2182026-03-19T02:58:45.155Zopenjdk system 17 system
2192026-03-19T02:58:45.155Zopenjdk system 11 system
2202026-03-19T02:58:45.155Zopenjdk system 1.8 system
2212026-03-19T02:58:45.155Zopenssl vendor 3 vendor
2222026-03-19T02:58:45.155Zperl system 5.36 system
2232026-03-19T02:58:45.155Zpostgresql system 15 system
2242026-03-19T02:58:45.155Zpostgresql system 13 system
2252026-03-19T02:58:45.155Zpython vendor 3 vendor
2262026-03-19T02:58:45.155Zpython system 2 system
2272026-03-19T02:58:45.155Zpython3 system 3.11 system
2282026-03-19T02:58:45.155Zruby system 3.0 system
2292026-03-19T02:58:45.155Zwords vendor vendor american-english
2302026-03-19T02:58:45.155Zwords system system australian-english
2312026-03-19T02:58:45.155Zwords system system british-english
2322026-03-19T02:58:45.155Zwords system system canadian-english
2332026-03-19T02:58:45.155Zwords system system french
2342026-03-19T02:58:45.155Zwords system system italian
2352026-03-19T02:58:45.155Zwords system system ngerman
2362026-03-19T02:58:45.155Zwords system system ogerman
2372026-03-19T02:58:45.155Zwords system system spanish
2382026-03-19T02:58:45.455ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-19T02:58:45.455Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-19T02:58:51.514ZFMRI IFO
2412026-03-19T02:58:51.514Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-19T02:58:51.514Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-19T02:58:51.514Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-19T02:58:51.514Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-19T02:58:51.514Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-19T02:58:51.514Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-19T02:58:51.514Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-19T02:58:51.514Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-19T02:58:51.514Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-19T02:58:51.514Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-19T02:58:51.514Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-19T02:58:51.514Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-19T02:58:51.514Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-19T02:58:51.514Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-19T02:58:51.514Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-19T02:58:51.514Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-19T02:58:52.769Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-19T02:58:53.005Z Updating crates.io index
2592026-03-19T02:58:53.077Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-19T02:58:53.822Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-19T02:58:54.200Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-19T02:58:54.456Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-19T02:58:54.762Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-19T02:58:56.008Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-19T02:58:56.549Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-19T02:58:57.957Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-19T02:58:59.655Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-19T02:59:00.492Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-19T02:59:00.757Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-19T02:59:01.447Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-19T02:59:01.924Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-19T02:59:02.390Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-19T02:59:02.778Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-19T02:59:03.671Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-19T02:59:04.412Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-19T02:59:04.699Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-19T02:59:04.957Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-19T02:59:05.380Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-19T02:59:05.597Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-19T02:59:05.832Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-19T02:59:06.097Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-19T02:59:06.474Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-19T02:59:06.932Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-19T02:59:07.874Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-19T02:59:08.151Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-19T02:59:08.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-19T02:59:08.767Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-19T02:59:09.827Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-19T02:59:10.129Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-19T02:59:10.453Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-19T02:59:10.934Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-19T02:59:11.454Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-19T02:59:11.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-19T02:59:11.954Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-19T02:59:12.190Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-19T02:59:12.606Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-19T02:59:26.587Z Downloading crates ...
2982026-03-19T02:59:26.643Z Downloaded form_urlencoded v1.2.2
2992026-03-19T02:59:26.658Z Downloaded toml_write v0.1.2
3002026-03-19T02:59:26.662Z Downloaded utf8_iter v1.0.4
3012026-03-19T02:59:26.684Z Downloaded usdt-macro v0.5.0
3022026-03-19T02:59:26.690Z Downloaded clap_lex v1.0.0
3032026-03-19T02:59:26.695Z Downloaded thiserror-impl v1.0.69
3042026-03-19T02:59:26.751Z Downloaded textwrap v0.16.2
3052026-03-19T02:59:26.751Z Downloaded zerofrom v0.1.6
3062026-03-19T02:59:26.751Z Downloaded zerofrom-derive v0.1.6
3072026-03-19T02:59:26.751Z Downloaded unicode-xid v0.2.6
3082026-03-19T02:59:26.751Z Downloaded cpufeatures v0.2.17
3092026-03-19T02:59:26.751Z Downloaded yoke v0.8.1
3102026-03-19T02:59:26.752Z Downloaded writeable v0.6.2
3112026-03-19T02:59:26.752Z Downloaded tinystr v0.8.2
3122026-03-19T02:59:26.752Z Downloaded utf8parse v0.2.2
3132026-03-19T02:59:26.752Z Downloaded usdt-impl v0.5.0
3142026-03-19T02:59:26.752Z Downloaded usdt-attr-macro v0.5.0
3152026-03-19T02:59:26.764Z Downloaded yoke-derive v0.8.1
3162026-03-19T02:59:26.764Z Downloaded typeid v1.0.3
3172026-03-19T02:59:26.765Z Downloaded toml_datetime v0.6.11
3182026-03-19T02:59:26.765Z Downloaded thiserror-impl v2.0.18
3192026-03-19T02:59:26.765Z Downloaded thiserror v1.0.69
3202026-03-19T02:59:26.765Z Downloaded macaddr v1.0.1
3212026-03-19T02:59:26.765Z Downloaded toml v0.8.23
3222026-03-19T02:59:26.765Z Downloaded thread-id v4.2.2
3232026-03-19T02:59:26.765Z Downloaded heck v0.5.0
3242026-03-19T02:59:26.765Z Downloaded generic-array v0.14.7
3252026-03-19T02:59:26.768Z Downloaded usdt v0.5.0
3262026-03-19T02:59:26.769Z Downloaded unicode-linebreak v0.1.5
3272026-03-19T02:59:26.769Z Downloaded version_check v0.9.5
3282026-03-19T02:59:26.769Z Downloaded typenum v1.19.0
3292026-03-19T02:59:26.769Z Downloaded unicode-ident v1.0.24
3302026-03-19T02:59:26.774Z Downloaded zerovec-derive v0.11.2
3312026-03-19T02:59:26.779Z Downloaded url v2.5.8
3322026-03-19T02:59:26.779Z Downloaded zmij v1.0.21
3332026-03-19T02:59:26.784Z Downloaded thiserror v2.0.18
3342026-03-19T02:59:26.784Z Downloaded zerocopy-derive v0.7.35
3352026-03-19T02:59:26.789Z Downloaded toml_edit v0.22.27
3362026-03-19T02:59:26.792Z Downloaded ucd-trie v0.1.7
3372026-03-19T02:59:26.792Z Downloaded zerotrie v0.2.3
3382026-03-19T02:59:26.796Z Downloaded zerovec v0.11.5
3392026-03-19T02:59:26.808Z Downloaded winnow v0.7.14
3402026-03-19T02:59:26.814Z Downloaded zerocopy v0.7.35
3412026-03-19T02:59:26.827Z Downloaded unicode-width v0.2.0
3422026-03-19T02:59:26.832Z Downloaded unicode-width v0.1.14
3432026-03-19T02:59:26.835Z Downloaded fastrand v2.3.0
3442026-03-19T02:59:26.839Z Downloaded plain v0.2.3
3452026-03-19T02:59:26.853Z Downloaded smawk v0.3.2
3462026-03-19T02:59:26.856Z Downloaded is_terminal_polyfill v1.70.2
3472026-03-19T02:59:26.860Z Downloaded serde-untagged v0.1.9
3482026-03-19T02:59:26.877Z Downloaded bytecount v0.6.9
3492026-03-19T02:59:26.881Z Downloaded displaydoc v0.2.5
3502026-03-19T02:59:26.905Z Downloaded cargo_metadata v0.21.0
3512026-03-19T02:59:26.907Z Downloaded camino-tempfile v1.4.1
3522026-03-19T02:59:26.907Z Downloaded quote v1.0.44
3532026-03-19T02:59:26.921Z Downloaded serde-value v0.7.0
3542026-03-19T02:59:26.928Z Downloaded errno v0.3.14
3552026-03-19T02:59:26.945Z Downloaded tempfile v3.25.0
3562026-03-19T02:59:26.949Z Downloaded pest_derive v2.8.6
3572026-03-19T02:59:26.951Z Downloaded proc-macro-error v1.0.4
3582026-03-19T02:59:26.954Z Downloaded scroll v0.12.0
3592026-03-19T02:59:26.975Z Downloaded proc-macro-error-attr v1.0.4
3602026-03-19T02:59:26.979Z Downloaded scroll_derive v0.12.1
3612026-03-19T02:59:26.979Z Downloaded dof v0.3.0
3622026-03-19T02:59:26.983Z Downloaded crypto-common v0.1.7
3632026-03-19T02:59:26.988Z Downloaded strsim v0.11.1
3642026-03-19T02:59:26.988Z Downloaded anstyle-query v1.1.5
3652026-03-19T02:59:26.993Z Downloaded potential_utf v0.1.4
3662026-03-19T02:59:26.995Z Downloaded cargo-platform v0.2.0
3672026-03-19T02:59:27.002Z Downloaded swrite v0.1.0
3682026-03-19T02:59:27.005Z Downloaded fnv v1.0.7
3692026-03-19T02:59:27.010Z Downloaded terminal_size v0.4.3
3702026-03-19T02:59:27.023Z Downloaded log v0.4.29
3712026-03-19T02:59:27.040Z Downloaded serde_tokenstream v0.2.3
3722026-03-19T02:59:27.045Z Downloaded anstyle v1.0.13
3732026-03-19T02:59:27.054Z Downloaded getrandom v0.4.1
3742026-03-19T02:59:27.058Z Downloaded autocfg v1.5.0
3752026-03-19T02:59:27.061Z Downloaded erased-serde v0.4.9
3762026-03-19T02:59:27.070Z Downloaded serde_derive v1.0.228
3772026-03-19T02:59:27.074Z Downloaded anyhow v1.0.102
3782026-03-19T02:59:27.078Z Downloaded papergrid v0.11.0
3792026-03-19T02:59:27.081Z Downloaded percent-encoding v2.3.2
3802026-03-19T02:59:27.081Z Downloaded cargo_toml v0.21.0
3812026-03-19T02:59:27.098Z Downloaded sha2 v0.10.9
3822026-03-19T02:59:27.102Z Downloaded digest v0.10.7
3832026-03-19T02:59:27.124Z Downloaded pest_generator v2.8.6
3842026-03-19T02:59:27.127Z Downloaded num-traits v0.2.19
3852026-03-19T02:59:27.131Z Downloaded litemap v0.8.1
3862026-03-19T02:59:27.131Z Downloaded once_cell v1.21.3
3872026-03-19T02:59:27.134Z Downloaded icu_normalizer v2.1.1
3882026-03-19T02:59:27.157Z Downloaded smallvec v1.15.1
3892026-03-19T02:59:27.177Z Downloaded bitflags v2.11.0
3902026-03-19T02:59:27.181Z Downloaded icu_properties v2.1.2
3912026-03-19T02:59:27.189Z Downloaded icu_locale_core v2.1.1
3922026-03-19T02:59:27.204Z Downloaded icu_normalizer_data v2.1.1
3932026-03-19T02:59:27.209Z Downloaded icu_collections v2.1.1
3942026-03-19T02:59:27.212Z Downloaded serde v1.0.228
3952026-03-19T02:59:27.217Z Downloaded memchr v2.8.0
3962026-03-19T02:59:27.227Z Downloaded hashbrown v0.16.1
3972026-03-19T02:59:27.256Z Downloaded serde_json v1.0.149
3982026-03-19T02:59:27.284Z Downloaded goblin v0.8.2
3992026-03-19T02:59:27.311Z Downloaded icu_properties_data v2.1.2
4002026-03-19T02:59:27.328Z Downloaded clap_builder v4.5.60
4012026-03-19T02:59:27.346Z Downloaded tabled v0.15.0
4022026-03-19T02:59:27.357Z Downloaded syn v2.0.117
4032026-03-19T02:59:27.364Z Downloaded syn v1.0.109
4042026-03-19T02:59:27.370Z Downloaded rustix v1.1.3
4052026-03-19T02:59:27.994Z Downloaded equivalent v1.0.2
4062026-03-19T02:59:27.997Z Downloaded serde_core v1.0.228
4072026-03-19T02:59:27.997Z Downloaded anstream v0.6.21
4082026-03-19T02:59:27.997Z Downloaded icu_provider v2.1.1
4092026-03-19T02:59:28.003Z Downloaded pretty-hex v0.4.1
4102026-03-19T02:59:28.040Z Downloaded memmap v0.7.0
4112026-03-19T02:59:28.043Z Downloaded idna_adapter v1.2.1
4122026-03-19T02:59:28.049Z Downloaded block-buffer v0.10.4
4132026-03-19T02:59:28.049Z Downloaded colorchoice v1.0.4
4142026-03-19T02:59:28.052Z Downloaded itoa v1.0.17
4152026-03-19T02:59:28.052Z Downloaded serde_spanned v0.6.9
4162026-03-19T02:59:28.056Z Downloaded ordered-float v2.10.1
4172026-03-19T02:59:28.059Z Downloaded dtrace-parser v0.2.0
4182026-03-19T02:59:28.065Z Downloaded fs-err v3.3.0
4192026-03-19T02:59:28.068Z Downloaded tabled_derive v0.7.0
4202026-03-19T02:59:28.077Z Downloaded semver v1.0.27
4212026-03-19T02:59:28.093Z Downloaded clap_derive v4.5.55
4222026-03-19T02:59:28.098Z Downloaded anstyle-parse v0.2.7
4232026-03-19T02:59:28.098Z Downloaded proc-macro2 v1.0.106
4242026-03-19T02:59:28.098Z Downloaded heck v0.4.1
4252026-03-19T02:59:28.114Z Downloaded pest_meta v2.8.6
4262026-03-19T02:59:28.117Z Downloaded pest v2.8.6
4272026-03-19T02:59:28.123Z Downloaded idna v1.1.0
4282026-03-19T02:59:28.127Z Downloaded synstructure v0.13.2
4292026-03-19T02:59:28.144Z Downloaded cargo-util-schemas v0.8.2
4302026-03-19T02:59:28.148Z Downloaded camino v1.2.2
4312026-03-19T02:59:28.148Z Downloaded cfg-if v1.0.4
4322026-03-19T02:59:28.148Z Downloaded clap v4.5.60
4332026-03-19T02:59:28.156Z Downloaded stable_deref_trait v1.2.1
4342026-03-19T02:59:28.163Z Downloaded indexmap v2.13.0
4352026-03-19T02:59:28.168Z Downloaded byteorder v1.5.0
4362026-03-19T02:59:28.215Z Downloaded libc v0.2.180
4372026-03-19T02:59:28.304Z Compiling proc-macro2 v1.0.106
4382026-03-19T02:59:28.304Z Compiling quote v1.0.44
4392026-03-19T02:59:28.307Z Compiling unicode-ident v1.0.24
4402026-03-19T02:59:28.307Z Compiling serde_core v1.0.228
4412026-03-19T02:59:28.307Z Compiling libc v0.2.180
4422026-03-19T02:59:28.307Z Compiling version_check v0.9.5
4432026-03-19T02:59:28.307Z Compiling stable_deref_trait v1.2.1
4442026-03-19T02:59:28.307Z Compiling serde v1.0.228
4452026-03-19T02:59:28.307Z Compiling memchr v2.8.0
4462026-03-19T02:59:28.307Z Compiling zmij v1.0.21
4472026-03-19T02:59:28.516Z Compiling itoa v1.0.17
4482026-03-19T02:59:28.519Z Compiling ucd-trie v0.1.7
4492026-03-19T02:59:28.540Z Compiling thiserror v1.0.69
4502026-03-19T02:59:28.547Z Compiling autocfg v1.5.0
4512026-03-19T02:59:28.562Z Compiling writeable v0.6.2
4522026-03-19T02:59:28.765Z Compiling litemap v0.8.1
4532026-03-19T02:59:28.875Z Compiling icu_normalizer_data v2.1.1
4542026-03-19T02:59:28.930Z Compiling byteorder v1.5.0
4552026-03-19T02:59:29.159Z Compiling rustix v1.1.3
4562026-03-19T02:59:29.164Z Compiling icu_properties_data v2.1.2
4572026-03-19T02:59:29.301Z Compiling serde_json v1.0.149
4582026-03-19T02:59:29.304Z Compiling bitflags v2.11.0
4592026-03-19T02:59:29.304Z Compiling num-traits v0.2.19
4602026-03-19T02:59:29.304Z Compiling equivalent v1.0.2
4612026-03-19T02:59:29.480Z Compiling pest v2.8.6
4622026-03-19T02:59:29.580Z Compiling typeid v1.0.3
4632026-03-19T02:59:29.736Z Compiling hashbrown v0.16.1
4642026-03-19T02:59:29.760Z Compiling smallvec v1.15.1
4652026-03-19T02:59:29.870Z Compiling proc-macro-error-attr v1.0.4
4662026-03-19T02:59:29.873Z Compiling usdt-impl v0.5.0
4672026-03-19T02:59:29.896Z Compiling toml_write v0.1.2
4682026-03-19T02:59:29.950Z Compiling erased-serde v0.4.9
4692026-03-19T02:59:30.090Z Compiling winnow v0.7.14
4702026-03-19T02:59:30.173Z Compiling errno v0.3.14
4712026-03-19T02:59:30.213Z Compiling thread-id v4.2.2
4722026-03-19T02:59:30.217Z Compiling syn v1.0.109
4732026-03-19T02:59:30.351Z Compiling proc-macro-error v1.0.4
4742026-03-19T02:59:30.406Z Compiling getrandom v0.4.1
4752026-03-19T02:59:30.464Z Compiling syn v2.0.117
4762026-03-19T02:59:30.467Z Compiling percent-encoding v2.3.2
4772026-03-19T02:59:30.494Z Compiling indexmap v2.13.0
4782026-03-19T02:59:30.579Z Compiling thiserror v2.0.18
4792026-03-19T02:59:30.612Z Compiling utf8_iter v1.0.4
4802026-03-19T02:59:30.681Z Compiling utf8parse v0.2.2
4812026-03-19T02:59:30.703Z Compiling log v0.4.29
4822026-03-19T02:59:30.703Z Compiling camino v1.2.2
4832026-03-19T02:59:30.779Z Compiling plain v0.2.3
4842026-03-19T02:59:30.804Z Compiling anstyle-parse v0.2.7
4852026-03-19T02:59:30.863Z Compiling form_urlencoded v1.2.2
4862026-03-19T02:59:31.091Z Compiling pest_meta v2.8.6
4872026-03-19T02:59:31.121Z Compiling pretty-hex v0.4.1
4882026-03-19T02:59:31.144Z Compiling anstyle v1.0.13
4892026-03-19T02:59:31.258Z Compiling cfg-if v1.0.4
4902026-03-19T02:59:31.305Z Compiling ordered-float v2.10.1
4912026-03-19T02:59:31.336Z Compiling colorchoice v1.0.4
4922026-03-19T02:59:31.363Z Compiling anstyle-query v1.1.5
4932026-03-19T02:59:31.393Z Compiling is_terminal_polyfill v1.70.2
4942026-03-19T02:59:31.513Z Compiling anstream v0.6.21
4952026-03-19T02:59:31.513Z Compiling fs-err v3.3.0
4962026-03-19T02:59:31.569Z Compiling strsim v0.11.1
4972026-03-19T02:59:31.573Z Compiling fnv v1.0.7
4982026-03-19T02:59:31.573Z Compiling heck v0.4.1
4992026-03-19T02:59:31.657Z Compiling terminal_size v0.4.3
5002026-03-19T02:59:31.691Z Compiling heck v0.5.0
5012026-03-19T02:59:31.722Z Compiling unicode-xid v0.2.6
5022026-03-19T02:59:31.807Z Compiling anyhow v1.0.102
5032026-03-19T02:59:31.862Z Compiling clap_lex v1.0.0
5042026-03-19T02:59:31.905Z Compiling unicode-width v0.1.14
5052026-03-19T02:59:31.959Z Compiling once_cell v1.21.3
5062026-03-19T02:59:31.962Z Compiling bytecount v0.6.9
5072026-03-19T02:59:32.017Z Compiling fastrand v2.3.0
5082026-03-19T02:59:32.080Z Compiling clap_builder v4.5.60
5092026-03-19T02:59:32.085Z Compiling memmap v0.7.0
5102026-03-19T02:59:32.197Z Compiling unicode-width v0.2.0
5112026-03-19T02:59:32.321Z Compiling semver v1.0.27
5122026-03-19T02:59:32.324Z Compiling tempfile v3.25.0
5132026-03-19T02:59:32.437Z Compiling papergrid v0.11.0
5142026-03-19T02:59:32.467Z Compiling smawk v0.3.2
5152026-03-19T02:59:32.581Z Compiling unicode-linebreak v0.1.5
5162026-03-19T02:59:32.690Z Compiling camino-tempfile v1.4.1
5172026-03-19T02:59:32.840Z Compiling serde-untagged v0.1.9
5182026-03-19T02:59:32.875Z Compiling textwrap v0.16.2
5192026-03-19T02:59:32.924Z Compiling swrite v0.1.0
5202026-03-19T02:59:32.927Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-19T02:59:33.365Z Compiling tabled_derive v0.7.0
5222026-03-19T02:59:34.141Z Compiling synstructure v0.13.2
5232026-03-19T02:59:34.141Z Compiling pest_generator v2.8.6
5242026-03-19T02:59:34.250Z Compiling tabled v0.15.0
5252026-03-19T02:59:34.881Z Compiling serde_derive v1.0.228
5262026-03-19T02:59:34.884Z Compiling zerofrom-derive v0.1.6
5272026-03-19T02:59:34.884Z Compiling yoke-derive v0.8.1
5282026-03-19T02:59:34.884Z Compiling zerovec-derive v0.11.2
5292026-03-19T02:59:34.885Z Compiling displaydoc v0.2.5
5302026-03-19T02:59:34.885Z Compiling thiserror-impl v1.0.69
5312026-03-19T02:59:34.885Z Compiling zerocopy-derive v0.7.35
5322026-03-19T02:59:34.885Z Compiling scroll_derive v0.12.1
5332026-03-19T02:59:34.885Z Compiling thiserror-impl v2.0.18
5342026-03-19T02:59:34.953Z Compiling clap_derive v4.5.55
5352026-03-19T02:59:34.982Z Compiling pest_derive v2.8.6
5362026-03-19T02:59:35.974Z Compiling zerocopy v0.7.35
5372026-03-19T02:59:36.021Z Compiling scroll v0.12.0
5382026-03-19T02:59:36.331Z Compiling goblin v0.8.2
5392026-03-19T02:59:36.361Z Compiling zerofrom v0.1.6
5402026-03-19T02:59:36.509Z Compiling yoke v0.8.1
5412026-03-19T02:59:36.535Z Compiling dtrace-parser v0.2.0
5422026-03-19T02:59:36.725Z Compiling zerovec v0.11.5
5432026-03-19T02:59:36.725Z Compiling zerotrie v0.2.3
5442026-03-19T02:59:36.835Z Compiling clap v4.5.60
5452026-03-19T02:59:37.306Z Compiling tinystr v0.8.2
5462026-03-19T02:59:37.306Z Compiling potential_utf v0.1.4
5472026-03-19T02:59:37.472Z Compiling icu_collections v2.1.1
5482026-03-19T02:59:37.506Z Compiling icu_locale_core v2.1.1
5492026-03-19T02:59:38.347Z Compiling icu_provider v2.1.1
5502026-03-19T02:59:38.447Z Compiling serde_spanned v0.6.9
5512026-03-19T02:59:38.447Z Compiling toml_datetime v0.6.11
5522026-03-19T02:59:38.563Z Compiling serde-value v0.7.0
5532026-03-19T02:59:38.563Z Compiling cargo-platform v0.2.0
5542026-03-19T02:59:38.563Z Compiling macaddr v1.0.1
5552026-03-19T02:59:38.564Z Compiling dof v0.3.0
5562026-03-19T02:59:38.564Z Compiling serde_tokenstream v0.2.3
5572026-03-19T02:59:38.592Z Compiling icu_normalizer v2.1.1
5582026-03-19T02:59:38.592Z Compiling icu_properties v2.1.2
5592026-03-19T02:59:38.735Z Compiling toml_edit v0.22.27
5602026-03-19T02:59:39.361Z Compiling usdt-attr-macro v0.5.0
5612026-03-19T02:59:39.361Z Compiling usdt-macro v0.5.0
5622026-03-19T02:59:39.756Z Compiling idna_adapter v1.2.1
5632026-03-19T02:59:39.982Z Compiling idna v1.1.0
5642026-03-19T02:59:40.135Z Compiling usdt v0.5.0
5652026-03-19T02:59:40.256Z Compiling url v2.5.8
5662026-03-19T02:59:40.506Z Compiling toml v0.8.23
5672026-03-19T02:59:40.974Z Compiling cargo-util-schemas v0.8.2
5682026-03-19T02:59:40.975Z Compiling cargo_toml v0.21.0
5692026-03-19T02:59:42.125Z Compiling cargo_metadata v0.21.0
5702026-03-19T02:59:43.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-19T02:59:46.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.79s
5722026-03-19T02:59:46.561Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-19T02:59:47.275Z Downloading crates ...
5742026-03-19T02:59:47.421Z Downloaded aes v0.8.4
5752026-03-19T02:59:47.425Z Downloaded cstr-argument v0.1.2
5762026-03-19T02:59:47.431Z Downloaded darling_macro v0.23.0
5772026-03-19T02:59:47.435Z Downloaded fixedbitset v0.4.2
5782026-03-19T02:59:47.440Z Downloaded adler2 v2.0.1
5792026-03-19T02:59:47.443Z Downloaded defmt v1.0.1
5802026-03-19T02:59:47.446Z Downloaded erased-serde v0.3.31
5812026-03-19T02:59:47.449Z Downloaded fs-err v2.11.0
5822026-03-19T02:59:47.453Z Downloaded allocator-api2 v0.2.21
5832026-03-19T02:59:47.453Z Downloaded arc-swap v1.8.2
5842026-03-19T02:59:47.458Z Downloaded aead v0.5.2
5852026-03-19T02:59:47.458Z Downloaded cassowary v0.3.0
5862026-03-19T02:59:47.467Z Downloaded aho-corasick v1.1.4
5872026-03-19T02:59:47.470Z Downloaded arrayref v0.3.9
5882026-03-19T02:59:47.534Z Downloaded ciborium v0.2.2
5892026-03-19T02:59:47.545Z Downloaded cbc v0.1.2
5902026-03-19T02:59:47.545Z Downloaded convert_case v0.4.0
5912026-03-19T02:59:47.545Z Downloaded ciborium-ll v0.2.2
5922026-03-19T02:59:47.545Z Downloaded darling_macro v0.20.11
5932026-03-19T02:59:47.545Z Downloaded crucible-workspace-hack v0.1.0
5942026-03-19T02:59:47.545Z Downloaded clang-sys v1.8.1
5952026-03-19T02:59:47.545Z Downloaded crc8 v0.1.1
5962026-03-19T02:59:47.545Z Downloaded foldhash v0.2.0
5972026-03-19T02:59:47.545Z Downloaded env_filter v1.0.0
5982026-03-19T02:59:47.545Z Downloaded ecdsa v0.16.9
5992026-03-19T02:59:47.545Z Downloaded crunchy v0.2.4
6002026-03-19T02:59:47.545Z Downloaded assert_matches v1.5.0
6012026-03-19T02:59:47.545Z Downloaded cobs v0.3.0
6022026-03-19T02:59:47.545Z Downloaded bitfield-struct v0.6.2
6032026-03-19T02:59:47.545Z Downloaded darling v0.21.3
6042026-03-19T02:59:47.545Z Downloaded filetime v0.2.27
6052026-03-19T02:59:47.545Z Downloaded ciborium-io v0.2.2
6062026-03-19T02:59:47.545Z Downloaded derive_more v0.99.20
6072026-03-19T02:59:47.545Z Downloaded ctr v0.9.2
6082026-03-19T02:59:47.545Z Downloaded const_format v0.2.35
6092026-03-19T02:59:47.545Z Downloaded debug-ignore v1.0.5
6102026-03-19T02:59:47.545Z Downloaded dropshot-api-manager-types v0.6.0
6112026-03-19T02:59:47.545Z Downloaded flagset v0.4.7
6122026-03-19T02:59:47.545Z Downloaded dtrace-parser v0.3.0
6132026-03-19T02:59:47.545Z Downloaded derive_builder_core v0.20.2
6142026-03-19T02:59:47.545Z Downloaded atomic-waker v1.1.2
6152026-03-19T02:59:47.545Z Downloaded castaway v0.2.4
6162026-03-19T02:59:47.545Z Downloaded async-recursion v1.1.1
6172026-03-19T02:59:47.545Z Downloaded block-padding v0.3.3
6182026-03-19T02:59:47.545Z Downloaded daft v0.1.5
6192026-03-19T02:59:47.545Z Downloaded base16ct v0.2.0
6202026-03-19T02:59:47.545Z Downloaded bitfield-macros v0.19.4
6212026-03-19T02:59:47.545Z Downloaded dyn-clone v1.0.20
6222026-03-19T02:59:47.552Z Downloaded cpufeatures v0.3.0
6232026-03-19T02:59:47.552Z Downloaded bb8 v0.8.6
6242026-03-19T02:59:47.552Z Downloaded drift v0.1.3
6252026-03-19T02:59:47.552Z Downloaded convert_case v0.10.0
6262026-03-19T02:59:47.552Z Downloaded console v0.15.11
6272026-03-19T02:59:47.555Z Downloaded chacha20poly1305 v0.10.1
6282026-03-19T02:59:47.555Z Downloaded cargo_metadata v0.19.2
6292026-03-19T02:59:47.555Z Downloaded crossbeam-deque v0.8.6
6302026-03-19T02:59:47.555Z Downloaded enum-as-inner v0.6.1
6312026-03-19T02:59:47.561Z Downloaded atty v0.2.14
6322026-03-19T02:59:47.561Z Downloaded crc-any v2.5.0
6332026-03-19T02:59:47.561Z Downloaded cfg_aliases v0.1.1
6342026-03-19T02:59:47.566Z Downloaded cargo_toml v0.22.3
6352026-03-19T02:59:47.566Z Downloaded async-stream-impl v0.3.6
6362026-03-19T02:59:47.566Z Downloaded futures-channel v0.3.32
6372026-03-19T02:59:47.566Z Downloaded foreign-types-shared v0.3.1
6382026-03-19T02:59:47.571Z Downloaded float-cmp v0.10.0
6392026-03-19T02:59:47.571Z Downloaded backoff v0.4.0
6402026-03-19T02:59:47.571Z Downloaded bitfield v0.19.4
6412026-03-19T02:59:47.571Z Downloaded fatfs v0.3.6
6422026-03-19T02:59:47.575Z Downloaded fallible-iterator v0.2.0
6432026-03-19T02:59:47.575Z Downloaded compact_str v0.8.1
6442026-03-19T02:59:47.578Z Downloaded futures-sink v0.3.32
6452026-03-19T02:59:47.578Z Downloaded array-init v0.0.4
6462026-03-19T02:59:47.578Z Downloaded bcs v0.1.6
6472026-03-19T02:59:47.583Z Downloaded futures-core v0.3.32
6482026-03-19T02:59:47.583Z Downloaded bitflags v1.3.2
6492026-03-19T02:59:47.586Z Downloaded derive_more-impl v2.1.1
6502026-03-19T02:59:47.591Z Downloaded futures-task v0.3.32
6512026-03-19T02:59:47.591Z Downloaded futures-macro v0.3.32
6522026-03-19T02:59:47.595Z Downloaded flate2 v1.1.9
6532026-03-19T02:59:47.595Z Downloaded curve25519-dalek v4.1.3
6542026-03-19T02:59:47.600Z Downloaded fxhash v0.2.1
6552026-03-19T02:59:47.604Z Downloaded group v0.13.0
6562026-03-19T02:59:47.604Z Downloaded expectorate v1.2.0
6572026-03-19T02:59:47.607Z Downloaded blowfish v0.9.1
6582026-03-19T02:59:47.607Z Downloaded derive_more v2.1.1
6592026-03-19T02:59:47.614Z Downloaded arrayvec v0.7.6
6602026-03-19T02:59:47.617Z Downloaded bit-set v0.5.3
6612026-03-19T02:59:47.617Z Downloaded bit-set v0.8.0
6622026-03-19T02:59:47.620Z Downloaded base64ct v1.8.3
6632026-03-19T02:59:48.029Z Downloaded ascii-canvas v3.0.0
6642026-03-19T02:59:48.029Z Downloaded ed25519-dalek v2.2.0
6652026-03-19T02:59:48.033Z Downloaded gethostname v0.5.0
6662026-03-19T02:59:48.033Z Downloaded headers-core v0.3.0
6672026-03-19T02:59:48.033Z Downloaded hash32 v0.3.1
6682026-03-19T02:59:48.033Z Downloaded git-stub v1.0.0
6692026-03-19T02:59:48.033Z Downloaded cargo-platform v0.1.9
6702026-03-19T02:59:48.033Z Downloaded bcrypt-pbkdf v0.10.0
6712026-03-19T02:59:48.033Z Downloaded async-stream v0.3.6
6722026-03-19T02:59:48.033Z Downloaded chacha20 v0.9.1
6732026-03-19T02:59:48.033Z Downloaded crc-catalog v2.4.0
6742026-03-19T02:59:48.033Z Downloaded hash32 v0.2.1
6752026-03-19T02:59:48.033Z Downloaded async-bb8-diesel v0.2.1
6762026-03-19T02:59:48.033Z Downloaded argon2 v0.5.3
6772026-03-19T02:59:48.033Z Downloaded ahash v0.8.12
6782026-03-19T02:59:48.033Z Downloaded globwalk v0.9.1
6792026-03-19T02:59:48.033Z Downloaded futures-executor v0.3.32
6802026-03-19T02:59:48.034Z Downloaded funty v2.0.0
6812026-03-19T02:59:48.034Z Downloaded const_format_proc_macros v0.2.34
6822026-03-19T02:59:48.034Z Downloaded float-ord v0.3.2
6832026-03-19T02:59:48.034Z Downloaded curve25519-dalek-derive v0.1.1
6842026-03-19T02:59:48.034Z Downloaded defmt-parser v1.0.0
6852026-03-19T02:59:48.034Z Downloaded home v0.5.12
6862026-03-19T02:59:48.034Z Downloaded hex v0.4.3
6872026-03-19T02:59:48.034Z Downloaded foreign-types-macros v0.2.3
6882026-03-19T02:59:48.034Z Downloaded hyper-staticfile v0.10.1
6892026-03-19T02:59:48.034Z Downloaded foreign-types v0.5.0
6902026-03-19T02:59:48.034Z Downloaded hostname v0.3.1
6912026-03-19T02:59:48.034Z Downloaded crc v3.4.0
6922026-03-19T02:59:48.034Z Downloaded indent_write v2.2.0
6932026-03-19T02:59:48.034Z Downloaded hubpack_derive v0.1.1
6942026-03-19T02:59:48.034Z Downloaded dsl_auto_type v0.2.0
6952026-03-19T02:59:48.034Z Downloaded dof v0.4.0
6962026-03-19T02:59:48.034Z Downloaded difflib v0.4.0
6972026-03-19T02:59:48.034Z Downloaded defmt v0.3.100
6982026-03-19T02:59:48.034Z Downloaded cookie v0.18.1
6992026-03-19T02:59:48.034Z Downloaded cipher v0.4.4
7002026-03-19T02:59:48.034Z Downloaded const-oid v0.9.6
7012026-03-19T02:59:48.034Z Downloaded display-error-chain v0.2.2
7022026-03-19T02:59:48.034Z Downloaded document-features v0.2.12
7032026-03-19T02:59:48.034Z Downloaded dirs-sys-next v0.1.2
7042026-03-19T02:59:48.034Z Downloaded crc32fast v1.5.0
7052026-03-19T02:59:48.034Z Downloaded console v0.16.2
7062026-03-19T02:59:48.034Z Downloaded camino-tempfile-ext v0.3.3
7072026-03-19T02:59:48.034Z Downloaded futures-io v0.3.32
7082026-03-19T02:59:48.034Z Downloaded corncobs v0.1.4
7092026-03-19T02:59:48.034Z Downloaded constant_time_eq v0.4.2
7102026-03-19T02:59:48.034Z Downloaded cmake v0.1.57
7112026-03-19T02:59:48.034Z Downloaded cexpr v0.6.0
7122026-03-19T02:59:48.034Z Downloaded fd-lock v4.0.4
7132026-03-19T02:59:48.034Z Downloaded ena v0.14.4
7142026-03-19T02:59:48.034Z Downloaded http-range v0.1.5
7152026-03-19T02:59:48.034Z Downloaded http-body v1.0.1
7162026-03-19T02:59:48.034Z Downloaded defmt-macros v1.0.1
7172026-03-19T02:59:48.034Z Downloaded buf-list v1.1.2
7182026-03-19T02:59:48.035Z Downloaded bit-vec v0.6.3
7192026-03-19T02:59:48.035Z Downloaded async-trait v0.1.89
7202026-03-19T02:59:48.035Z Downloaded indoc v1.0.9
7212026-03-19T02:59:48.035Z Downloaded instant v0.1.13
7222026-03-19T02:59:48.035Z Downloaded instability v0.3.11
7232026-03-19T02:59:48.035Z Downloaded ghash v0.5.1
7242026-03-19T02:59:48.035Z Downloaded foreign-types-shared v0.1.1
7252026-03-19T02:59:48.035Z Downloaded embedded-io v0.6.1
7262026-03-19T02:59:48.035Z Downloaded dirs-next v2.0.0
7272026-03-19T02:59:48.035Z Downloaded is-terminal v0.4.17
7282026-03-19T02:59:48.035Z Downloaded inout v0.1.4
7292026-03-19T02:59:48.035Z Downloaded half v2.7.1
7302026-03-19T02:59:48.035Z Downloaded fs_extra v1.3.0
7312026-03-19T02:59:48.035Z Downloaded colored v2.2.0
7322026-03-19T02:59:48.035Z Downloaded data-encoding v2.10.0
7332026-03-19T02:59:48.035Z Downloaded humantime v2.3.0
7342026-03-19T02:59:48.035Z Downloaded chacha20 v0.10.0
7352026-03-19T02:59:48.035Z Downloaded kstat-rs v0.2.4
7362026-03-19T02:59:48.035Z Downloaded hyper-tls v0.6.0
7372026-03-19T02:59:48.035Z Downloaded foldhash v0.1.5
7382026-03-19T02:59:48.035Z Downloaded find-msvc-tools v0.1.9
7392026-03-19T02:59:48.035Z Downloaded der_derive v0.7.3
7402026-03-19T02:59:48.035Z Downloaded lalrpop-util v0.19.12
7412026-03-19T02:59:48.035Z Downloaded lazy_static v1.5.0
7422026-03-19T02:59:48.035Z Downloaded git-stub-vcs v0.1.0
7432026-03-19T02:59:48.035Z Downloaded colored v3.1.1
7442026-03-19T02:59:48.035Z Downloaded bzip2 v0.6.1
7452026-03-19T02:59:48.035Z Downloaded hubpack v0.1.2
7462026-03-19T02:59:48.035Z Downloaded internet-checksum v0.2.1
7472026-03-19T02:59:48.035Z Downloaded csv-core v0.1.13
7482026-03-19T02:59:48.035Z Downloaded embedded-io v0.4.0
7492026-03-19T02:59:48.035Z Downloaded deranged v0.5.8
7502026-03-19T02:59:48.035Z Downloaded endian-type v0.1.2
7512026-03-19T02:59:48.035Z Downloaded downcast-rs v2.0.2
7522026-03-19T02:59:48.035Z Downloaded blake2 v0.10.6
7532026-03-19T02:59:48.035Z Downloaded derive_builder_macro v0.20.2
7542026-03-19T02:59:48.035Z Downloaded darling_macro v0.21.3
7552026-03-19T02:59:48.035Z Downloaded cancel-safe-futures v0.1.5
7562026-03-19T02:59:48.036Z Downloaded jobserver v0.1.34
7572026-03-19T02:59:48.036Z Downloaded half v1.8.3
7582026-03-19T02:59:48.036Z Downloaded either v1.15.0
7592026-03-19T02:59:48.036Z Downloaded diesel-dtrace v0.5.0
7602026-03-19T02:59:48.036Z Downloaded des v0.8.1
7612026-03-19T02:59:48.036Z Downloaded darling v0.23.0
7622026-03-19T02:59:48.036Z Downloaded ingot-types v0.1.2
7632026-03-19T02:59:48.036Z Downloaded lzss v0.8.2
7642026-03-19T02:59:48.036Z Downloaded lru-cache v0.1.2
7652026-03-19T02:59:48.039Z Downloaded linked-hash-map v0.5.6
7662026-03-19T02:59:48.039Z Downloaded diesel_table_macro_syntax v0.3.0
7672026-03-19T02:59:48.039Z Downloaded libscf-sys v1.1.0
7682026-03-19T02:59:48.039Z Downloaded dunce v1.0.5
7692026-03-19T02:59:48.039Z Downloaded indoc v2.0.7
7702026-03-19T02:59:48.039Z Downloaded multimap v0.10.1
7712026-03-19T02:59:48.040Z Downloaded ipnet v2.11.0
7722026-03-19T02:59:48.040Z Downloaded fixedbitset v0.5.7
7732026-03-19T02:59:48.040Z Downloaded maybe-uninit v2.0.0
7742026-03-19T02:59:48.040Z Downloaded ff v0.13.1
7752026-03-19T02:59:48.040Z Downloaded crossbeam-utils v0.8.21
7762026-03-19T02:59:48.040Z Downloaded http-body-util v0.1.3
7772026-03-19T02:59:48.040Z Downloaded derive-where v1.6.0
7782026-03-19T02:59:48.040Z Downloaded hickory-client v0.25.2
7792026-03-19T02:59:48.040Z Downloaded hmac v0.12.1
7802026-03-19T02:59:48.040Z Downloaded ident_case v1.0.1
7812026-03-19T02:59:48.040Z Downloaded ed25519 v2.2.3
7822026-03-19T02:59:48.040Z Downloaded elliptic-curve v0.13.8
7832026-03-19T02:59:48.040Z Downloaded lru-slab v0.1.2
7842026-03-19T02:59:48.040Z Downloaded md5 v0.7.0
7852026-03-19T02:59:48.040Z Downloaded impl-trait-for-tuples v0.2.3
7862026-03-19T02:59:48.040Z Downloaded globset v0.4.18
7872026-03-19T02:59:48.040Z Downloaded hostname v0.4.2
7882026-03-19T02:59:48.040Z Downloaded newline-converter v0.3.0
7892026-03-19T02:59:48.040Z Downloaded match_cfg v0.1.0
7902026-03-19T02:59:48.040Z Downloaded maplit v1.0.2
7912026-03-19T02:59:48.040Z Downloaded md-5 v0.10.6
7922026-03-19T02:59:48.040Z Downloaded newtype-uuid-macros v0.1.0
7932026-03-19T02:59:48.040Z Downloaded new_debug_unreachable v1.0.6
7942026-03-19T02:59:48.040Z Downloaded num_enum_derive v0.5.11
7952026-03-19T02:59:48.040Z Downloaded normalize-line-endings v0.3.0
7962026-03-19T02:59:48.040Z Downloaded libloading v0.8.9
7972026-03-19T02:59:48.040Z Downloaded keccak v0.1.6
7982026-03-19T02:59:48.040Z Downloaded httpdate v1.0.3
7992026-03-19T02:59:48.040Z Downloaded httparse v1.10.1
8002026-03-19T02:59:48.040Z Downloaded env_logger v0.11.9
8012026-03-19T02:59:48.040Z Downloaded glob v0.3.3
8022026-03-19T02:59:48.040Z Downloaded darling v0.20.11
8032026-03-19T02:59:48.040Z Downloaded highway v1.3.0
8042026-03-19T02:59:48.040Z Downloaded derive_builder v0.20.2
8052026-03-19T02:59:48.040Z Downloaded oso-derive v0.27.3
8062026-03-19T02:59:48.040Z Downloaded darling_core v0.23.0
8072026-03-19T02:59:48.040Z Downloaded nodrop v0.1.14
8082026-03-19T02:59:48.041Z Downloaded hyper-rustls v0.27.7
8092026-03-19T02:59:48.041Z Downloaded newtype_derive v0.1.6
8102026-03-19T02:59:48.041Z Downloaded lru v0.12.5
8112026-03-19T02:59:48.041Z Downloaded is_ci v1.2.0
8122026-03-19T02:59:48.041Z Downloaded darling_core v0.20.11
8132026-03-19T02:59:48.041Z Downloaded daft-derive v0.1.5
8142026-03-19T02:59:48.041Z Downloaded num_threads v0.1.7
8152026-03-19T02:59:48.041Z Downloaded nonempty v0.12.0
8162026-03-19T02:59:48.041Z Downloaded num v0.4.3
8172026-03-19T02:59:48.041Z Downloaded mime v0.3.17
8182026-03-19T02:59:48.041Z Downloaded futures v0.3.32
8192026-03-19T02:59:48.041Z Downloaded olpc-cjson v0.1.4
8202026-03-19T02:59:48.041Z Downloaded memoffset v0.9.1
8212026-03-19T02:59:48.041Z Downloaded hickory-resolver v0.24.4
8222026-03-19T02:59:48.041Z Downloaded linear-map v1.2.0
8232026-03-19T02:59:48.041Z Downloaded ingot v0.1.1
8242026-03-19T02:59:48.041Z Downloaded derive-ex v0.1.8
8252026-03-19T02:59:48.041Z Downloaded libsw-core v0.3.2
8262026-03-19T02:59:48.041Z Downloaded libsw v3.5.0
8272026-03-19T02:59:48.041Z Downloaded hex-literal v0.4.1
8282026-03-19T02:59:48.041Z Downloaded lock_api v0.4.14
8292026-03-19T02:59:48.041Z Downloaded native-tls v0.2.18
8302026-03-19T02:59:48.041Z Downloaded nibble_vec v0.1.0
8312026-03-19T02:59:48.041Z Downloaded openssl-probe v0.2.1
8322026-03-19T02:59:48.041Z Downloaded foreign-types v0.3.2
8332026-03-19T02:59:48.041Z Downloaded nanorand v0.7.0
8342026-03-19T02:59:48.041Z Downloaded num-derive v0.3.3
8352026-03-19T02:59:48.041Z Downloaded opaque-debug v0.3.1
8362026-03-19T02:59:48.041Z Downloaded getrandom v0.3.4
8372026-03-19T02:59:48.041Z Downloaded getrandom v0.2.17
8382026-03-19T02:59:48.041Z Downloaded ipnetwork v0.21.1
8392026-03-19T02:59:48.041Z Downloaded mime_guess v2.0.5
8402026-03-19T02:59:48.041Z Downloaded ignore v0.4.25
8412026-03-19T02:59:48.041Z Downloaded iana-time-zone v0.1.65
8422026-03-19T02:59:48.041Z Downloaded bytes v1.11.1
8432026-03-19T02:59:48.041Z Downloaded num-derive v0.4.2
8442026-03-19T02:59:48.041Z Downloaded base64 v0.22.1
8452026-03-19T02:59:48.041Z Downloaded path-slash v0.1.5
8462026-03-19T02:59:48.042Z Downloaded parse-display v0.10.0
8472026-03-19T02:59:48.042Z Downloaded parse-size v1.1.0
8482026-03-19T02:59:48.042Z Downloaded crossbeam-epoch v0.9.18
8492026-03-19T02:59:48.042Z Downloaded phf_shared v0.12.1
8502026-03-19T02:59:48.042Z Downloaded ingot-macros v0.1.1
8512026-03-19T02:59:48.042Z Downloaded darling_core v0.21.3
8522026-03-19T02:59:48.042Z Downloaded indexmap v1.9.3
8532026-03-19T02:59:48.042Z Downloaded pbkdf2 v0.12.2
8542026-03-19T02:59:48.042Z Downloaded pbkdf2 v0.11.0
8552026-03-19T02:59:48.042Z Downloaded phf_shared v0.11.3
8562026-03-19T02:59:48.042Z Downloaded num_enum v0.5.11
8572026-03-19T02:59:48.042Z Downloaded num_enum v0.7.5
8582026-03-19T02:59:48.042Z Downloaded pin-utils v0.1.0
8592026-03-19T02:59:48.042Z Downloaded peg-runtime v0.8.5
8602026-03-19T02:59:48.042Z Downloaded num-conv v0.2.0
8612026-03-19T02:59:48.042Z Downloaded headers v0.4.1
8622026-03-19T02:59:48.042Z Downloaded openssl-macros v0.1.1
8632026-03-19T02:59:48.042Z Downloaded num-iter v0.1.45
8642026-03-19T02:59:48.042Z Downloaded num-rational v0.4.2
8652026-03-19T02:59:48.046Z Downloaded num-integer v0.1.46
8662026-03-19T02:59:48.046Z Downloaded newtype-uuid v1.3.2
8672026-03-19T02:59:48.046Z Downloaded litrs v1.0.0
8682026-03-19T02:59:48.046Z Downloaded libefi-sys v0.1.0
8692026-03-19T02:59:48.046Z Downloaded precomputed-hash v0.1.1
8702026-03-19T02:59:48.046Z Downloaded packed_struct_codegen v0.10.1
8712026-03-19T02:59:48.046Z Downloaded cookie_store v0.22.1
8722026-03-19T02:59:48.046Z Downloaded backon v1.6.0
8732026-03-19T02:59:48.047Z Downloaded powerfmt v0.2.0
8742026-03-19T02:59:48.047Z Downloaded oxnet v0.1.4
8752026-03-19T02:59:48.047Z Downloaded owo-colors v4.3.0
8762026-03-19T02:59:48.047Z Downloaded base16ct v1.0.0
8772026-03-19T02:59:48.047Z Downloaded bzip2 v0.4.4
8782026-03-19T02:59:48.047Z Downloaded openssl-probe v0.1.6
8792026-03-19T02:59:48.047Z Downloaded bit-vec v0.8.0
8802026-03-19T02:59:48.047Z Downloaded crypto-bigint v0.5.5
8812026-03-19T02:59:48.047Z Downloaded proc-macro-crate v3.4.0
8822026-03-19T02:59:48.047Z Downloaded num_enum_derive v0.7.5
8832026-03-19T02:59:48.047Z Downloaded nu-ansi-term v0.50.3
8842026-03-19T02:59:48.047Z Downloaded indicatif v0.18.4
8852026-03-19T02:59:48.047Z Downloaded num-complex v0.4.6
8862026-03-19T02:59:48.047Z Downloaded password-hash v0.4.2
8872026-03-19T02:59:48.047Z Downloaded predicates-core v1.0.10
8882026-03-19T02:59:48.047Z Downloaded packed_struct v0.10.1
8892026-03-19T02:59:48.047Z Downloaded libbz2-rs-sys v0.2.2
8902026-03-19T02:59:48.047Z Downloaded dropshot_endpoint v0.16.7
8912026-03-19T02:59:48.047Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-03-19T02:59:48.047Z Downloaded predicates-tree v1.0.13
8932026-03-19T02:59:48.047Z Downloaded peg v0.8.5
8942026-03-19T02:59:48.047Z Downloaded pem v3.0.6
8952026-03-19T02:59:48.047Z Downloaded password-hash v0.5.0
8962026-03-19T02:59:48.047Z Downloaded pin-project-lite v0.2.17
8972026-03-19T02:59:48.047Z Downloaded progenitor-macro v0.13.0
8982026-03-19T02:59:48.047Z Downloaded progenitor-client v0.10.0
8992026-03-19T02:59:48.047Z Downloaded parking_lot_core v0.9.12
9002026-03-19T02:59:48.047Z Downloaded memmap2 v0.9.10
9012026-03-19T02:59:48.047Z Downloaded managed v0.8.0
9022026-03-19T02:59:48.047Z Downloaded multer v3.1.0
9032026-03-19T02:59:48.047Z Downloaded hashbrown v0.12.3
9042026-03-19T02:59:48.047Z Downloaded polyval v0.6.2
9052026-03-19T02:59:48.047Z Downloaded psl-types v2.0.11
9062026-03-19T02:59:48.047Z Downloaded quick-error v1.2.3
9072026-03-19T02:59:48.047Z Downloaded progenitor-macro v0.11.2
9082026-03-19T02:59:48.047Z Downloaded der v0.7.10
9092026-03-19T02:59:48.048Z Downloaded radium v0.7.0
9102026-03-19T02:59:48.048Z Downloaded peg-macros v0.8.5
9112026-03-19T02:59:48.051Z Downloaded rand_chacha v0.3.1
9122026-03-19T02:59:48.051Z Downloaded progenitor-macro v0.10.0
9132026-03-19T02:59:48.051Z Downloaded h2 v0.4.13
9142026-03-19T02:59:48.054Z Downloaded rand_xorshift v0.4.0
9152026-03-19T02:59:48.058Z Downloaded heapless v0.8.0
9162026-03-19T02:59:48.062Z Downloaded pkg-config v0.3.32
9172026-03-19T02:59:48.062Z Downloaded ppv-lite86 v0.2.21
9182026-03-19T02:59:48.062Z Downloaded postgres-protocol v0.6.10
9192026-03-19T02:59:48.066Z Downloaded poly1305 v0.8.0
9202026-03-19T02:59:48.066Z Downloaded pin-project-internal v1.1.11
9212026-03-19T02:59:48.069Z Downloaded phf_shared v0.13.1
9222026-03-19T02:59:48.069Z Downloaded parking_lot_core v0.8.6
9232026-03-19T02:59:48.072Z Downloaded flume v0.11.1
9242026-03-19T02:59:48.075Z Downloaded recursive v0.1.1
9252026-03-19T02:59:48.075Z Downloaded pem-rfc7468 v0.7.0
9262026-03-19T02:59:48.078Z Downloaded parse-display-derive v0.10.0
9272026-03-19T02:59:48.078Z Downloaded bumpalo v3.20.2
9282026-03-19T02:59:48.080Z Downloaded base64 v0.21.7
9292026-03-19T02:59:48.083Z Downloaded proc-macro-crate v1.3.1
9302026-03-19T02:59:48.083Z Downloaded hashbrown v0.13.2
9312026-03-19T02:59:48.088Z Downloaded predicates v3.1.4
9322026-03-19T02:59:48.091Z Downloaded ref-cast-impl v1.0.25
9332026-03-19T02:59:48.091Z Downloaded rfc6979 v0.4.0
9342026-03-19T02:59:48.091Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-03-19T02:59:48.095Z Downloaded paste v1.0.15
9362026-03-19T02:59:48.095Z Downloaded diff v0.1.13
9372026-03-19T02:59:48.098Z Downloaded progenitor-client v0.13.0
9382026-03-19T02:59:48.098Z Downloaded oxide-tokio-rt v0.1.3
9392026-03-19T02:59:48.101Z Downloaded progenitor-client v0.11.2
9402026-03-19T02:59:48.101Z Downloaded progenitor v0.11.2
9412026-03-19T02:59:48.105Z Downloaded phf v0.13.1
9422026-03-19T02:59:48.105Z Downloaded cfg_aliases v0.2.1
9432026-03-19T02:59:48.105Z Downloaded atomicwrites v0.4.4
9442026-03-19T02:59:48.108Z Downloaded parking_lot v0.11.2
9452026-03-19T02:59:48.114Z Downloaded omicron-zone-package v0.12.2
9462026-03-19T02:59:48.117Z Downloaded russh-cryptovec v0.7.3
9472026-03-19T02:59:48.117Z Downloaded r2d2 v0.8.10
9482026-03-19T02:59:48.120Z Downloaded pkcs8 v0.10.2
9492026-03-19T02:59:48.123Z Downloaded rtoolbox v0.0.3
9502026-03-19T02:59:48.123Z Downloaded heapless v0.7.17
9512026-03-19T02:59:48.126Z Downloaded rustc_version v0.4.1
9522026-03-19T02:59:48.129Z Downloaded cc v1.2.56
9532026-03-19T02:59:48.131Z Downloaded rand_seeder v0.4.0
9542026-03-19T02:59:48.132Z Downloaded pkcs5 v0.7.1
9552026-03-19T02:59:48.136Z Downloaded pkcs1 v0.7.5
9562026-03-19T02:59:48.139Z Downloaded hickory-server v0.25.2
9572026-03-19T02:59:48.142Z Downloaded progenitor-extras v0.1.1
9582026-03-19T02:59:48.142Z Downloaded miniz_oxide v0.8.9
9592026-03-19T02:59:48.145Z Downloaded rustc_version v0.1.7
9602026-03-19T02:59:48.145Z Downloaded rand_core v0.9.5
9612026-03-19T02:59:48.148Z Downloaded postcard v1.1.3
9622026-03-19T02:59:48.148Z Downloaded oso v0.27.3
9632026-03-19T02:59:48.156Z Downloaded crossbeam-channel v0.5.15
9642026-03-19T02:59:48.156Z Downloaded salsa20 v0.10.2
9652026-03-19T02:59:48.160Z Downloaded p256 v0.13.2
9662026-03-19T02:59:48.160Z Downloaded progenitor v0.10.0
9672026-03-19T02:59:48.160Z Downloaded proc-macro-error2 v2.0.1
9682026-03-19T02:59:48.163Z Downloaded sapling-renderdag v0.1.0
9692026-03-19T02:59:48.167Z Downloaded psm v0.1.30
9702026-03-19T02:59:48.167Z Downloaded primeorder v0.13.6
9712026-03-19T02:59:48.170Z Downloaded postgres-types v0.2.12
9722026-03-19T02:59:48.174Z Downloaded phf v0.12.1
9732026-03-19T02:59:48.174Z Downloaded dropshot-api-manager v0.6.0
9742026-03-19T02:59:48.177Z Downloaded same-file v1.0.6
9752026-03-19T02:59:48.177Z Downloaded critical-section v1.2.0
9762026-03-19T02:59:48.177Z Downloaded rand_core v0.6.4
9772026-03-19T02:59:48.181Z Downloaded papergrid v0.17.0
9782026-03-19T02:59:48.184Z Downloaded rand_chacha v0.9.0
9792026-03-19T02:59:48.184Z Downloaded hickory-resolver v0.25.2
9802026-03-19T02:59:48.187Z Downloaded diesel_derives v2.3.7
9812026-03-19T02:59:48.196Z Downloaded serde-big-array v0.5.1
9822026-03-19T02:59:48.200Z Downloaded secrecy v0.10.3
9832026-03-19T02:59:48.204Z Downloaded http v1.4.0
9842026-03-19T02:59:48.204Z Downloaded secrecy v0.8.0
9852026-03-19T02:59:48.208Z Downloaded quinn-udp v0.5.14
9862026-03-19T02:59:48.212Z Downloaded scroll_derive v0.13.1
9872026-03-19T02:59:48.212Z Downloaded serde_urlencoded v0.7.1
9882026-03-19T02:59:48.212Z Downloaded parking_lot v0.12.5
9892026-03-19T02:59:48.215Z Downloaded rustc-hash v2.1.1
9902026-03-19T02:59:48.215Z Downloaded minimal-lexical v0.2.1
9912026-03-19T02:59:48.220Z Downloaded serde_spanned v1.0.4
9922026-03-19T02:59:48.220Z Downloaded rustls-native-certs v0.8.3
9932026-03-19T02:59:48.223Z Downloaded rand_core v0.10.0
9942026-03-19T02:59:48.223Z Downloaded serde_repr v0.1.20
9952026-03-19T02:59:48.227Z Downloaded progenitor v0.13.0
9962026-03-19T02:59:48.227Z Downloaded pin-project v1.1.11
9972026-03-19T02:59:48.236Z Downloaded hyper-util v0.1.20
9982026-03-19T02:59:48.239Z Downloaded signal-hook-mio v0.2.5
9992026-03-19T02:59:48.243Z Downloaded signature v2.2.0
10002026-03-19T02:59:48.243Z Downloaded shell-words v1.1.1
10012026-03-19T02:59:48.247Z Downloaded aes-gcm v0.10.3
10022026-03-19T02:59:48.247Z Downloaded rustversion v1.0.22
10032026-03-19T02:59:48.266Z Downloaded resolv-conf v0.7.6
10042026-03-19T02:59:48.267Z Downloaded prefix-trie v0.7.0
10052026-03-19T02:59:48.271Z Downloaded serde_plain v1.0.2
10062026-03-19T02:59:48.271Z Downloaded serde_bytes v0.11.19
10072026-03-19T02:59:48.271Z Downloaded scopeguard v1.2.0
10082026-03-19T02:59:48.272Z Downloaded ar_archive_writer v0.5.1
10092026-03-19T02:59:48.272Z Downloaded sigpipe v0.1.3
10102026-03-19T02:59:48.272Z Downloaded signal-hook-tokio v0.3.1
10112026-03-19T02:59:48.272Z Downloaded slog-bunyan v2.5.0
10122026-03-19T02:59:48.272Z Downloaded progenitor-impl v0.11.2
10132026-03-19T02:59:48.272Z Downloaded serde-hex v0.1.0
10142026-03-19T02:59:48.272Z Downloaded jiff-static v0.2.21
10152026-03-19T02:59:48.276Z Downloaded openssl-sys v0.9.111
10162026-03-19T02:59:48.284Z Downloaded seq-macro v0.3.6
10172026-03-19T02:59:48.284Z Downloaded hashbrown v0.15.5
10182026-03-19T02:59:48.289Z Downloaded schemars_derive v0.8.22
10192026-03-19T02:59:48.289Z Downloaded serde_path_to_error v0.1.20
10202026-03-19T02:59:48.289Z Downloaded sct v0.7.1
10212026-03-19T02:59:48.297Z Downloaded pretty_assertions v1.4.1
10222026-03-19T02:59:48.302Z Downloaded sqlparser_derive v0.5.0
10232026-03-19T02:59:48.302Z Downloaded rustls-pemfile v2.2.0
10242026-03-19T02:59:48.310Z Downloaded ron v0.8.1
10252026-03-19T02:59:48.313Z Downloaded rustls-pki-types v1.14.0
10262026-03-19T02:59:48.313Z Downloaded progenitor-impl v0.10.0
10272026-03-19T02:59:48.317Z Downloaded structmeta v0.3.0
10282026-03-19T02:59:48.320Z Downloaded ssh-cipher v0.2.0
10292026-03-19T02:59:48.332Z Downloaded rcgen v0.12.1
10302026-03-19T02:59:48.336Z Downloaded semver v0.1.20
10312026-03-19T02:59:48.340Z Downloaded ref-cast v1.0.25
10322026-03-19T02:59:48.344Z Downloaded strip-ansi-escapes v0.2.1
10332026-03-19T02:59:48.344Z Downloaded progenitor-impl v0.13.0
10342026-03-19T02:59:48.347Z Downloaded prettyplease v0.2.37
10352026-03-19T02:59:48.351Z Downloaded scheduled-thread-pool v0.2.7
10362026-03-19T02:59:48.355Z Downloaded tagptr v0.2.0
10372026-03-19T02:59:48.355Z Downloaded tabwriter v1.4.1
10382026-03-19T02:59:48.358Z Downloaded strum v0.27.2
10392026-03-19T02:59:48.367Z Downloaded siphasher v1.0.2
10402026-03-19T02:59:48.370Z Downloaded serde_derive_internals v0.29.1
10412026-03-19T02:59:48.375Z Downloaded snafu-derive v0.8.9
10422026-03-19T02:59:48.378Z Downloaded rustls-pemfile v1.0.4
10432026-03-19T02:59:48.381Z Downloaded termtree v0.5.1
10442026-03-19T02:59:48.381Z Downloaded tabled_derive v0.11.0
10452026-03-19T02:59:48.384Z Downloaded nom v7.1.3
10462026-03-19T02:59:48.388Z Downloaded thread-id v5.1.0
10472026-03-19T02:59:48.392Z Downloaded crossterm v0.28.1
10482026-03-19T02:59:48.395Z Downloaded thiserror-impl-no-std v2.0.2
10492026-03-19T02:59:48.399Z Downloaded testing_table v0.3.0
10502026-03-19T02:59:48.399Z Downloaded stringprep v0.1.5
10512026-03-19T02:59:48.399Z Downloaded string_cache v0.8.9
10522026-03-19T02:59:48.402Z Downloaded slog-async v2.8.0
10532026-03-19T02:59:48.402Z Downloaded simd-adler32 v0.3.8
10542026-03-19T02:59:48.406Z Downloaded shlex v1.3.0
10552026-03-19T02:59:48.406Z Downloaded quinn v0.11.9
10562026-03-19T02:59:48.409Z Downloaded rayon-core v1.13.0
10572026-03-19T02:59:48.413Z Downloaded time-core v0.1.8
10582026-03-19T02:59:48.413Z Downloaded sync-ptr v0.1.4
10592026-03-19T02:59:48.417Z Downloaded serde_cbor v0.11.2
10602026-03-19T02:59:48.417Z Downloaded iri-string v0.7.10
10612026-03-19T02:59:48.423Z Downloaded slog-term v2.9.2
10622026-03-19T02:59:48.426Z Downloaded rusty-fork v0.3.1
10632026-03-19T02:59:48.426Z Downloaded slog-envlogger v2.2.0
10642026-03-19T02:59:48.426Z Downloaded rustls-platform-verifier v0.6.2
10652026-03-19T02:59:48.430Z Downloaded num-bigint v0.4.6
10662026-03-19T02:59:48.434Z Downloaded supports-color v3.0.2
10672026-03-19T02:59:48.437Z Downloaded subtle v2.6.1
10682026-03-19T02:59:48.437Z Downloaded scroll v0.13.0
10692026-03-19T02:59:48.441Z Downloaded schemars v0.8.22
10702026-03-19T02:59:48.447Z Downloaded strum_macros v0.27.2
10712026-03-19T02:59:48.451Z Downloaded strum_macros v0.26.4
10722026-03-19T02:59:48.451Z Downloaded serde_yaml v0.9.34+deprecated
10732026-03-19T02:59:48.454Z Downloaded tap v1.0.1
10742026-03-19T02:59:48.457Z Downloaded structmeta-derive v0.3.0
10752026-03-19T02:59:48.457Z Downloaded slog-dtrace v0.3.0
10762026-03-19T02:59:48.457Z Downloaded futures-util v0.3.32
10772026-03-19T02:59:48.467Z Downloaded strum v0.26.3
10782026-03-19T02:59:48.471Z Downloaded crossterm v0.29.0
10792026-03-19T02:59:48.476Z Downloaded ssh-encoding v0.2.0
10802026-03-19T02:59:48.476Z Downloaded slog-stdlog v4.1.1
10812026-03-19T02:59:48.480Z Downloaded slog-json v2.6.1
10822026-03-19T02:59:48.480Z Downloaded sync_wrapper v1.0.2
10832026-03-19T02:59:48.480Z Downloaded blake3 v1.8.3
10842026-03-19T02:59:48.486Z Downloaded take_mut v0.2.2
10852026-03-19T02:59:48.489Z Downloaded topological-sort v0.2.2
10862026-03-19T02:59:48.489Z Downloaded tinyvec_macros v0.1.1
10872026-03-19T02:59:48.492Z Downloaded sqlformat v0.3.5
10882026-03-19T02:59:48.492Z Downloaded smf v0.2.3
10892026-03-19T02:59:48.492Z Downloaded sha1 v0.10.6
10902026-03-19T02:59:48.495Z Downloaded serde_with_macros v3.17.0
10912026-03-19T02:59:48.495Z Downloaded tokio-native-tls v0.3.1
10922026-03-19T02:59:48.499Z Downloaded tokio-dtrace v0.1.1
10932026-03-19T02:59:48.499Z Downloaded tls_codec_derive v0.4.2
10942026-03-19T02:59:48.502Z Downloaded tiny-keccak v2.0.2
10952026-03-19T02:59:48.502Z Downloaded rand v0.8.5
10962026-03-19T02:59:48.505Z Downloaded itertools v0.13.0
10972026-03-19T02:59:48.511Z Downloaded hkdf v0.12.4
10982026-03-19T02:59:48.516Z Downloaded tokio-tungstenite v0.21.0
10992026-03-19T02:59:48.521Z Downloaded ryu v1.0.23
11002026-03-19T02:59:48.521Z Downloaded libxml v0.3.3
11012026-03-19T02:59:48.524Z Downloaded socket2 v0.5.10
11022026-03-19T02:59:48.527Z Downloaded static_assertions v1.1.0
11032026-03-19T02:59:48.527Z Downloaded tokio-macros v2.6.0
11042026-03-19T02:59:48.529Z Downloaded qorb v0.4.1
11052026-03-19T02:59:48.610Z Downloaded thiserror-no-std v2.0.2
11062026-03-19T02:59:48.610Z Downloaded tower-service v0.3.3
11072026-03-19T02:59:48.610Z Downloaded scrypt v0.11.0
11082026-03-19T02:59:48.610Z Downloaded rand v0.10.0
11092026-03-19T02:59:48.610Z Downloaded publicsuffix v2.3.0
11102026-03-19T02:59:48.610Z Downloaded hyper v1.8.1
11112026-03-19T02:59:48.610Z Downloaded itertools v0.12.1
11122026-03-19T02:59:48.610Z Downloaded tower-layer v0.3.3
11132026-03-19T02:59:48.610Z Downloaded unarray v0.1.4
11142026-03-19T02:59:48.610Z Downloaded rustls-webpki v0.103.9
11152026-03-19T02:59:48.610Z Downloaded support-bundle-viewer v0.1.2
11162026-03-19T02:59:48.610Z Downloaded strum_macros v0.24.3
11172026-03-19T02:59:48.610Z Downloaded spki v0.7.3
11182026-03-19T02:59:48.610Z Downloaded smallvec v0.6.14
11192026-03-19T02:59:48.610Z Downloaded num-bigint-dig v0.8.6
11202026-03-19T02:59:48.610Z Downloaded typify-macro v0.6.1
11212026-03-19T02:59:48.610Z Downloaded rsa v0.9.10
11222026-03-19T02:59:48.610Z Downloaded universal-hash v0.5.1
11232026-03-19T02:59:48.610Z Downloaded time-macros v0.2.27
11242026-03-19T02:59:48.610Z Downloaded slog v2.8.2
11252026-03-19T02:59:48.610Z Downloaded thread_local v1.1.9
11262026-03-19T02:59:48.610Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-03-19T02:59:48.610Z Downloaded termios v0.3.3
11282026-03-19T02:59:48.610Z Downloaded trait-variant v0.1.2
11292026-03-19T02:59:48.610Z Downloaded usdt v0.6.0
11302026-03-19T02:59:48.610Z Downloaded spin v0.9.8
11312026-03-19T02:59:48.610Z Downloaded unicode-truncate v1.1.0
11322026-03-19T02:59:48.610Z Downloaded sec1 v0.7.3
11332026-03-19T02:59:48.610Z Downloaded utf-8 v0.7.6
11342026-03-19T02:59:48.610Z Downloaded tokio-tungstenite v0.23.1
11352026-03-19T02:59:48.610Z Downloaded itertools v0.14.0
11362026-03-19T02:59:48.614Z Downloaded tokio-stream v0.1.18
11372026-03-19T02:59:48.614Z Downloaded similar v2.7.0
11382026-03-19T02:59:48.614Z Downloaded tokio-rustls v0.25.0
11392026-03-19T02:59:48.614Z Downloaded test-strategy v0.4.5
11402026-03-19T02:59:48.614Z Downloaded untrusted v0.9.0
11412026-03-19T02:59:48.614Z Downloaded socket2 v0.6.2
11422026-03-19T02:59:48.614Z Downloaded want v0.3.1
11432026-03-19T02:59:48.620Z Downloaded waitgroup v0.1.2
11442026-03-19T02:59:48.620Z Downloaded void v1.0.2
11452026-03-19T02:59:48.620Z Downloaded snafu v0.8.9
11462026-03-19T02:59:48.623Z Downloaded typify-macro v0.4.3
11472026-03-19T02:59:48.623Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-03-19T02:59:48.626Z Downloaded libm v0.2.16
11492026-03-19T02:59:48.631Z Downloaded xshell-macros v0.2.7
11502026-03-19T02:59:48.637Z Downloaded xattr v1.6.1
11512026-03-19T02:59:48.637Z Downloaded unit-prefix v0.5.2
11522026-03-19T02:59:48.637Z Downloaded try-lock v0.2.5
11532026-03-19T02:59:48.640Z Downloaded term v1.2.1
11542026-03-19T02:59:48.640Z Downloaded slog-scope v4.4.1
11552026-03-19T02:59:48.640Z Downloaded usdt-macro v0.6.0
11562026-03-19T02:59:48.640Z Downloaded tls_codec v0.4.2
11572026-03-19T02:59:48.644Z Downloaded untrusted v0.7.1
11582026-03-19T02:59:48.644Z Downloaded usdt-attr-macro v0.6.0
11592026-03-19T02:59:48.644Z Downloaded rand v0.9.2
11602026-03-19T02:59:48.647Z Downloaded schemars v1.2.1
11612026-03-19T02:59:48.657Z Downloaded unicase v2.9.0
11622026-03-19T02:59:48.661Z Downloaded tui-tree-widget v0.23.1
11632026-03-19T02:59:48.661Z Downloaded tokio-rustls v0.26.4
11642026-03-19T02:59:48.665Z Downloaded term v0.7.0
11652026-03-19T02:59:48.665Z Downloaded subprocess v0.2.15
11662026-03-19T02:59:48.668Z Downloaded samael v0.0.19
11672026-03-19T02:59:48.671Z Downloaded russh v0.45.0
11682026-03-19T02:59:48.675Z Downloaded tinyvec v1.10.0
11692026-03-19T02:59:48.678Z Downloaded bitvec v1.0.1
11702026-03-19T02:59:48.689Z Downloaded zone_cfg_derive v0.3.1
11712026-03-19T02:59:48.694Z Downloaded wait-timeout v0.2.1
11722026-03-19T02:59:48.695Z Downloaded tracing-attributes v0.1.31
11732026-03-19T02:59:48.700Z Downloaded tokio-rustls v0.24.1
11742026-03-19T02:59:48.700Z Downloaded tar v0.4.44
11752026-03-19T02:59:48.700Z Downloaded schemars v0.9.0
11762026-03-19T02:59:48.706Z Downloaded vergen-lib v0.1.6
11772026-03-19T02:59:48.709Z Downloaded zone v0.3.1
11782026-03-19T02:59:48.709Z Downloaded vergen-git2 v1.0.7
11792026-03-19T02:59:48.713Z Downloaded walkdir v2.5.0
11802026-03-19T02:59:48.713Z Downloaded signal-hook v0.3.18
11812026-03-19T02:59:48.717Z Downloaded zeroize_derive v1.4.3
11822026-03-19T02:59:48.717Z Downloaded steno v0.4.1
11832026-03-19T02:59:48.722Z Downloaded iddqd v0.3.17
11842026-03-19T02:59:48.726Z Downloaded xz2 v0.1.7
11852026-03-19T02:59:48.726Z Downloaded uzers v0.12.2
11862026-03-19T02:59:48.730Z Downloaded rpassword v7.4.0
11872026-03-19T02:59:48.730Z Downloaded vergen-gitcl v1.0.8
11882026-03-19T02:59:48.730Z Downloaded stacker v0.1.23
11892026-03-19T02:59:48.734Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-03-19T02:59:48.734Z Downloaded unicode-properties v0.1.4
11912026-03-19T02:59:48.737Z Downloaded slab v0.4.12
11922026-03-19T02:59:48.737Z Downloaded twox-hash v2.1.2
11932026-03-19T02:59:48.742Z Downloaded signal-hook-registry v1.4.8
11942026-03-19T02:59:48.742Z Downloaded mio v1.1.1
11952026-03-19T02:59:48.747Z Downloaded itertools v0.10.5
11962026-03-19T02:59:48.752Z Downloaded aws-lc-rs v1.16.0
11972026-03-19T02:59:48.759Z Downloaded zstd v0.13.3
11982026-03-19T02:59:48.766Z Downloaded zstd-safe v7.2.4
11992026-03-19T02:59:48.766Z Downloaded zeroize v1.8.2
12002026-03-19T02:59:48.766Z Downloaded xshell v0.2.7
12012026-03-19T02:59:48.766Z Downloaded bindgen v0.71.1
12022026-03-19T02:59:48.771Z Downloaded wyz v0.5.1
12032026-03-19T02:59:48.771Z Downloaded whoami v2.1.0
12042026-03-19T02:59:48.775Z Downloaded usdt-impl v0.6.0
12052026-03-19T02:59:48.782Z Downloaded ssh-key v0.6.7
12062026-03-19T02:59:48.788Z Downloaded zerocopy v0.6.6
12072026-03-19T02:59:48.791Z Downloaded unicode-bidi v0.3.18
12082026-03-19T02:59:48.796Z Downloaded unsafe-libyaml v0.2.11
12092026-03-19T02:59:48.796Z Downloaded tungstenite v0.21.0
12102026-03-19T02:59:48.799Z Downloaded vsss-rs v3.3.4
12112026-03-19T02:59:48.799Z Downloaded toml v0.9.12+spec-1.1.0
12122026-03-19T02:59:48.804Z Downloaded tracing-core v0.1.36
12132026-03-19T02:59:48.807Z Downloaded p521 v0.13.3
12142026-03-19T02:59:48.810Z Downloaded russh-keys v0.45.0
12152026-03-19T02:59:48.810Z Downloaded typify v0.4.3
12162026-03-19T02:59:48.813Z Downloaded rustyline v14.0.0
12172026-03-19T02:59:48.817Z Downloaded ron v0.12.0
12182026-03-19T02:59:48.823Z Downloaded whoami v1.6.1
12192026-03-19T02:59:48.827Z Downloaded reedline v0.40.0
12202026-03-19T02:59:48.831Z Downloaded typify v0.6.1
12212026-03-19T02:59:48.834Z Downloaded yasna v0.5.2
12222026-03-19T02:59:48.837Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-03-19T02:59:48.841Z Downloaded regex v1.12.3
12242026-03-19T02:59:48.844Z Downloaded vergen v9.0.6
12252026-03-19T02:59:48.848Z Downloaded toml v0.7.8
12262026-03-19T02:59:48.851Z Downloaded tokio-postgres v0.7.16
12272026-03-19T02:59:48.856Z Downloaded uuid v1.21.0
12282026-03-19T02:59:48.861Z Downloaded toml_edit v0.19.15
12292026-03-19T02:59:48.867Z Downloaded tungstenite v0.23.0
12302026-03-19T02:59:48.870Z Downloaded chrono v0.4.44
12312026-03-19T02:59:48.875Z Downloaded reqwest v0.13.2
12322026-03-19T02:59:48.880Z Downloaded zopfli v0.8.3
12332026-03-19T02:59:48.888Z Downloaded quick-xml v0.37.5
12342026-03-19T02:59:48.894Z Downloaded vte v0.14.1
12352026-03-19T02:59:48.899Z Downloaded lalrpop v0.19.12
12362026-03-19T02:59:49.309Z Downloaded unicode_categories v0.1.1
12372026-03-19T02:59:49.313Z Downloaded reqwest v0.12.28
12382026-03-19T02:59:49.314Z Downloaded rayon v1.11.0
12392026-03-19T02:59:49.314Z Downloaded zip v0.6.6
12402026-03-19T02:59:49.314Z Downloaded git2 v0.20.4
12412026-03-19T02:59:49.314Z Downloaded goblin v0.10.5
12422026-03-19T02:59:49.314Z Downloaded typed-path v0.9.3
12432026-03-19T02:59:49.314Z Downloaded p384 v0.13.1
12442026-03-19T02:59:49.314Z Downloaded salty v0.3.0
12452026-03-19T02:59:49.314Z Downloaded rustls-webpki v0.101.7
12462026-03-19T02:59:49.314Z Downloaded zerocopy-derive v0.8.40
12472026-03-19T02:59:49.314Z Downloaded unicode-segmentation v1.12.0
12482026-03-19T02:59:49.314Z Downloaded yansi v1.0.1
12492026-03-19T02:59:49.314Z Downloaded bstr v1.12.1
12502026-03-19T02:59:49.314Z Downloaded x509-cert v0.2.5
12512026-03-19T02:59:49.314Z Downloaded moka v0.12.13
12522026-03-19T02:59:49.314Z Downloaded tower v0.5.3
12532026-03-19T02:59:49.314Z Downloaded proptest v1.10.0
12542026-03-19T02:59:49.314Z Downloaded unicode-normalization v0.1.25
12552026-03-19T02:59:49.315Z Downloaded serde_with v3.17.0
12562026-03-19T02:59:49.315Z Downloaded zip v4.6.1
12572026-03-19T02:59:49.315Z Downloaded tower-http v0.6.8
12582026-03-19T02:59:49.315Z Downloaded object v0.30.4
12592026-03-19T02:59:49.315Z Downloaded tokio-util v0.7.18
12602026-03-19T02:59:49.315Z Downloaded portable-atomic v1.13.1
12612026-03-19T02:59:49.315Z Downloaded petname v2.0.2
12622026-03-19T02:59:49.315Z Downloaded quinn-proto v0.11.13
12632026-03-19T02:59:49.315Z Downloaded nix v0.29.0
12642026-03-19T02:59:49.315Z Downloaded openssl v0.10.75
12652026-03-19T02:59:49.315Z Downloaded winnow v0.6.26
12662026-03-19T02:59:49.315Z Downloaded tough v0.20.0
12672026-03-19T02:59:49.315Z Downloaded rustls-webpki v0.102.8
12682026-03-19T02:59:49.315Z Downloaded winnow v0.5.40
12692026-03-19T02:59:49.315Z Downloaded polar-core v0.27.3
12702026-03-19T02:59:49.316Z Downloaded radix_trie v0.2.1
12712026-03-19T02:59:49.316Z Downloaded nix v0.28.0
12722026-03-19T02:59:49.316Z Downloaded nix v0.27.1
12732026-03-19T02:59:49.316Z Downloaded regex-syntax v0.6.29
12742026-03-19T02:59:49.316Z Downloaded time v0.3.47
12752026-03-19T02:59:49.316Z Downloaded rustls v0.21.12
12762026-03-19T02:59:49.316Z Downloaded dropshot v0.16.7
12772026-03-19T02:59:49.316Z Downloaded smoltcp v0.9.1
12782026-03-19T02:59:49.316Z Downloaded hickory-proto v0.25.2
12792026-03-19T02:59:49.316Z Downloaded tabled v0.20.0
12802026-03-19T02:59:49.316Z Downloaded nix v0.31.1
12812026-03-19T02:59:49.316Z Downloaded zlib-rs v0.6.2
12822026-03-19T02:59:49.316Z Downloaded zerocopy v0.8.40
12832026-03-19T02:59:49.316Z Downloaded smoltcp v0.11.0
12842026-03-19T02:59:49.316Z Downloaded regex-syntax v0.8.10
12852026-03-19T02:59:49.316Z Downloaded regress v0.10.5
12862026-03-19T02:59:49.316Z Downloaded rustix v0.38.44
12872026-03-19T02:59:49.316Z Downloaded webpki-roots v1.0.6
12882026-03-19T02:59:49.316Z Downloaded diesel v2.3.7
12892026-03-19T02:59:49.320Z Downloaded rustls v0.23.37
12902026-03-19T02:59:49.329Z Downloaded rustls v0.22.4
12912026-03-19T02:59:49.336Z Downloaded vcpkg v0.2.15
12922026-03-19T02:59:49.367Z Downloaded hickory-proto v0.24.4
12932026-03-19T02:59:49.380Z Downloaded openapiv3 v2.2.0
12942026-03-19T02:59:49.386Z Downloaded object v0.37.3
12952026-03-19T02:59:49.396Z Downloaded sled v0.34.7
12962026-03-19T02:59:49.409Z Downloaded typify-impl v0.6.1
12972026-03-19T02:59:49.419Z Downloaded tracing v0.1.44
12982026-03-19T02:59:49.438Z Downloaded zerocopy-derive v0.6.6
12992026-03-19T02:59:49.445Z Downloaded typify-impl v0.4.3
13002026-03-19T02:59:49.462Z Downloaded petgraph v0.6.5
13012026-03-19T02:59:49.486Z Downloaded csv v1.4.0
13022026-03-19T02:59:49.504Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-03-19T02:59:49.514Z Downloaded ratatui v0.29.0
13042026-03-19T02:59:49.527Z Downloaded sqlparser v0.61.0
13052026-03-19T02:59:49.984Z Downloaded encoding_rs v0.8.35
13062026-03-19T02:59:49.989Z Downloaded regex-automata v0.4.14
13072026-03-19T02:59:49.989Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-03-19T02:59:49.989Z Downloaded chrono-tz v0.10.4
13092026-03-19T02:59:49.989Z Downloaded jiff v0.2.21
13102026-03-19T02:59:49.989Z Downloaded lzma-sys v0.1.20
13112026-03-19T02:59:49.989Z Downloaded petgraph v0.8.3
13122026-03-19T02:59:49.989Z Downloaded libz-sys v1.1.24
13132026-03-19T02:59:49.989Z Downloaded sha3 v0.10.8
13142026-03-19T02:59:49.989Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-19T02:59:49.989Z Downloaded tokio v1.49.0
13162026-03-19T02:59:49.989Z Downloaded ring v0.17.14
13172026-03-19T02:59:50.552Z Downloaded aws-lc-sys v0.37.1
13182026-03-19T02:59:51.280Z Compiling libc v0.2.180
13192026-03-19T02:59:51.280Z Compiling serde v1.0.228
13202026-03-19T02:59:51.285Z Compiling log v0.4.29
13212026-03-19T02:59:51.285Z Compiling find-msvc-tools v0.1.9
13222026-03-19T02:59:51.285Z Compiling shlex v1.3.0
13232026-03-19T02:59:51.285Z Compiling smallvec v1.15.1
13242026-03-19T02:59:51.285Z Compiling typenum v1.19.0
13252026-03-19T02:59:51.285Z Compiling subtle v2.6.1
13262026-03-19T02:59:51.285Z Compiling generic-array v0.14.7
13272026-03-19T02:59:51.285Z Compiling scopeguard v1.2.0
13282026-03-19T02:59:51.285Z Compiling portable-atomic v1.13.1
13292026-03-19T02:59:51.285Z Compiling const-oid v0.9.6
13302026-03-19T02:59:51.285Z Compiling critical-section v1.2.0
13312026-03-19T02:59:51.285Z Compiling syn v2.0.117
13322026-03-19T02:59:51.285Z Compiling zerocopy v0.8.40
13332026-03-19T02:59:51.285Z Compiling pin-project-lite v0.2.17
13342026-03-19T02:59:51.345Z Compiling lock_api v0.4.14
13352026-03-19T02:59:51.370Z Compiling parking_lot_core v0.9.12
13362026-03-19T02:59:51.374Z Compiling serde_json v1.0.149
13372026-03-19T02:59:51.374Z Compiling pkg-config v0.3.32
13382026-03-19T02:59:51.440Z Compiling bitflags v2.11.0
13392026-03-19T02:59:51.490Z Compiling libm v0.2.16
13402026-03-19T02:59:51.509Z Compiling num-traits v0.2.19
13412026-03-19T02:59:51.578Z Compiling futures-core v0.3.32
13422026-03-19T02:59:51.584Z Compiling percent-encoding v2.3.2
13432026-03-19T02:59:51.626Z Compiling allocator-api2 v0.2.21
13442026-03-19T02:59:51.695Z Compiling foldhash v0.2.0
13452026-03-19T02:59:51.796Z Compiling futures-sink v0.3.32
13462026-03-19T02:59:51.824Z Compiling cpufeatures v0.2.17
13472026-03-19T02:59:51.896Z Compiling slab v0.4.12
13482026-03-19T02:59:51.916Z Compiling futures-task v0.3.32
13492026-03-19T02:59:52.008Z Compiling futures-channel v0.3.32
13502026-03-19T02:59:52.008Z Compiling getrandom v0.4.1
13512026-03-19T02:59:52.008Z Compiling futures-io v0.3.32
13522026-03-19T02:59:52.124Z Compiling hashbrown v0.16.1
13532026-03-19T02:59:52.128Z Compiling rustversion v1.0.22
13542026-03-19T02:59:52.168Z Compiling rand_core v0.10.0
13552026-03-19T02:59:52.195Z Compiling getrandom v0.3.4
13562026-03-19T02:59:52.217Z Compiling form_urlencoded v1.2.2
13572026-03-19T02:59:52.240Z Compiling base64ct v1.8.3
13582026-03-19T02:59:52.263Z Compiling dunce v1.0.5
13592026-03-19T02:59:52.380Z Compiling fs_extra v1.3.0
13602026-03-19T02:59:52.403Z Compiling getrandom v0.2.17
13612026-03-19T02:59:52.424Z Compiling jobserver v0.1.34
13622026-03-19T02:59:52.431Z Compiling errno v0.3.14
13632026-03-19T02:59:52.472Z Compiling mio v1.1.1
13642026-03-19T02:59:52.518Z Compiling socket2 v0.6.2
13652026-03-19T02:59:52.599Z Compiling rand_core v0.6.4
13662026-03-19T02:59:52.663Z Compiling signal-hook-registry v1.4.8
13672026-03-19T02:59:52.715Z Compiling cc v1.2.56
13682026-03-19T02:59:52.755Z Compiling once_cell v1.21.3
13692026-03-19T02:59:52.775Z Compiling parking_lot v0.12.5
13702026-03-19T02:59:52.864Z Compiling ident_case v1.0.1
13712026-03-19T02:59:52.886Z Compiling pem-rfc7468 v0.7.0
13722026-03-19T02:59:52.961Z Compiling indexmap v2.13.0
13732026-03-19T02:59:52.982Z Compiling flagset v0.4.7
13742026-03-19T02:59:53.004Z Compiling rustix v1.1.3
13752026-03-19T02:59:53.449Z Compiling iana-time-zone v0.1.65
13762026-03-19T02:59:53.455Z Compiling uuid v1.21.0
13772026-03-19T02:59:53.456Z Compiling rustc_version v0.4.1
13782026-03-19T02:59:53.456Z Compiling regex-syntax v0.8.10
13792026-03-19T02:59:53.456Z Compiling vcpkg v0.2.15
13802026-03-19T02:59:53.456Z Compiling aws-lc-rs v1.16.0
13812026-03-19T02:59:53.456Z Compiling tracing-core v0.1.36
13822026-03-19T02:59:53.456Z Compiling rand_core v0.9.5
13832026-03-19T02:59:53.486Z Compiling crossbeam-utils v0.8.21
13842026-03-19T02:59:53.510Z Compiling httparse v1.10.1
13852026-03-19T02:59:53.560Z Compiling base64 v0.22.1
13862026-03-19T02:59:53.578Z Compiling schemars v0.8.22
13872026-03-19T02:59:53.608Z Compiling untrusted v0.9.0
13882026-03-19T02:59:53.752Z Compiling cmake v0.1.57
13892026-03-19T02:59:53.774Z Compiling syn v1.0.109
13902026-03-19T02:59:53.797Z Compiling untrusted v0.7.1
13912026-03-19T02:59:53.877Z Compiling openssl-probe v0.2.1
13922026-03-19T02:59:53.952Z Compiling tinyvec_macros v0.1.1
13932026-03-19T02:59:53.976Z Compiling tower-layer v0.3.3
13942026-03-19T02:59:54.021Z Compiling try-lock v0.2.5
13952026-03-19T02:59:54.025Z Compiling dyn-clone v1.0.20
13962026-03-19T02:59:54.087Z Compiling tower-service v0.3.3
13972026-03-19T02:59:54.126Z Compiling rustls v0.23.37
13982026-03-19T02:59:54.149Z Compiling atomic-waker v1.1.2
13992026-03-19T02:59:54.194Z Compiling want v0.3.1
14002026-03-19T02:59:54.219Z Compiling tinyvec v1.10.0
14012026-03-19T02:59:54.223Z Compiling spin v0.9.8
14022026-03-19T02:59:54.290Z Compiling aho-corasick v1.1.4
14032026-03-19T02:59:54.290Z Compiling crc32fast v1.5.0
14042026-03-19T02:59:54.361Z Compiling powerfmt v0.2.0
14052026-03-19T02:59:54.365Z Compiling pin-utils v0.1.0
14062026-03-19T02:59:54.365Z Compiling openssl v0.10.75
14072026-03-19T02:59:54.428Z Compiling foreign-types-shared v0.1.1
14082026-03-19T02:59:54.433Z Compiling num-conv v0.2.0
14092026-03-19T02:59:54.494Z Compiling time-core v0.1.8
14102026-03-19T02:59:54.529Z Compiling httpdate v1.0.3
14112026-03-19T02:59:54.561Z Compiling foreign-types v0.3.2
14122026-03-19T02:59:55.033Z Compiling deranged v0.5.8
14132026-03-19T02:59:55.039Z Compiling wait-timeout v0.2.1
14142026-03-19T02:59:55.039Z Compiling native-tls v0.2.18
14152026-03-19T02:59:55.039Z Compiling either v1.15.0
14162026-03-19T02:59:55.039Z Compiling time-macros v0.2.27
14172026-03-19T02:59:55.039Z Compiling num_threads v0.1.7
14182026-03-19T02:59:55.039Z Compiling quick-error v1.2.3
14192026-03-19T02:59:55.040Z Compiling siphasher v1.0.2
14202026-03-19T02:59:55.040Z Compiling simd-adler32 v0.3.8
14212026-03-19T02:59:55.040Z Compiling usdt-impl v0.6.0
14222026-03-19T02:59:55.040Z Compiling aws-lc-sys v0.37.1
14232026-03-19T02:59:55.040Z Compiling ring v0.17.14
14242026-03-19T02:59:55.040Z Compiling openssl-sys v0.9.111
14252026-03-19T02:59:55.040Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-19T02:59:55.049Z Compiling bit-vec v0.8.0
14272026-03-19T02:59:55.082Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-19T02:59:55.219Z Compiling tempfile v3.25.0
14292026-03-19T02:59:55.241Z Compiling unicode-normalization v0.1.25
14302026-03-19T02:59:55.368Z Compiling bit-set v0.8.0
14312026-03-19T02:59:55.390Z Compiling crossbeam-epoch v0.9.18
14322026-03-19T02:59:55.469Z Compiling synstructure v0.13.2
14332026-03-19T02:59:55.573Z Compiling pest_generator v2.8.6
14342026-03-19T02:59:55.601Z Compiling serde_derive_internals v0.29.1
14352026-03-19T02:59:55.624Z Compiling darling_core v0.20.11
14362026-03-19T02:59:55.866Z Compiling regex-automata v0.4.14
14372026-03-19T02:59:55.897Z Compiling rusty-fork v0.3.1
14382026-03-19T02:59:56.088Z Compiling darling_core v0.21.3
14392026-03-19T02:59:56.284Z Compiling time v0.3.47
14402026-03-19T02:59:56.345Z Compiling rand_xorshift v0.4.0
14412026-03-19T02:59:56.349Z Compiling slog v2.8.2
14422026-03-19T02:59:56.487Z Compiling heapless v0.7.17
14432026-03-19T02:59:56.571Z Compiling thread-id v5.1.0
14442026-03-19T02:59:56.594Z Compiling sync_wrapper v1.0.2
14452026-03-19T02:59:56.623Z Compiling cookie v0.18.1
14462026-03-19T02:59:56.677Z Compiling unicode-properties v0.1.4
14472026-03-19T02:59:56.699Z Compiling paste v1.0.15
14482026-03-19T02:59:56.747Z Compiling rayon-core v1.13.0
14492026-03-19T02:59:56.824Z Compiling adler2 v2.0.1
14502026-03-19T02:59:56.859Z Compiling signal-hook v0.3.18
14512026-03-19T02:59:56.882Z Compiling unicode-bidi v0.3.18
14522026-03-19T02:59:56.919Z Compiling zstd-safe v7.2.4
14532026-03-19T02:59:56.977Z Compiling unarray v0.1.4
14542026-03-19T02:59:57.000Z Compiling unicode-segmentation v1.12.0
14552026-03-19T02:59:57.024Z Compiling anyhow v1.0.102
14562026-03-19T02:59:57.152Z Compiling miniz_oxide v0.8.9
14572026-03-19T02:59:57.246Z Compiling crossbeam-deque v0.8.6
14582026-03-19T02:59:57.288Z Compiling num-integer v0.1.46
14592026-03-19T02:59:57.511Z Compiling stringprep v0.1.5
14602026-03-19T02:59:57.538Z Compiling vergen-lib v0.1.6
14612026-03-19T02:59:57.641Z Compiling curve25519-dalek v4.1.3
14622026-03-19T02:59:57.737Z Compiling ff v0.13.1
14632026-03-19T02:59:57.758Z Compiling hash32 v0.2.1
14642026-03-19T02:59:57.783Z Compiling memoffset v0.9.1
14652026-03-19T02:59:57.929Z Compiling psl-types v2.0.11
14662026-03-19T02:59:58.020Z Compiling base16ct v0.2.0
14672026-03-19T02:59:58.046Z Compiling litrs v1.0.0
14682026-03-19T02:59:58.064Z Compiling rustix v0.38.44
14692026-03-19T02:59:58.068Z Compiling smoltcp v0.9.1
14702026-03-19T02:59:58.115Z Compiling serde_derive v1.0.228
14712026-03-19T02:59:58.118Z Compiling zeroize_derive v1.4.3
14722026-03-19T02:59:58.118Z Compiling zerofrom-derive v0.1.6
14732026-03-19T02:59:58.178Z Compiling yoke-derive v0.8.1
14742026-03-19T02:59:58.269Z Compiling zerocopy-derive v0.8.40
14752026-03-19T02:59:58.532Z Compiling zerovec-derive v0.11.2
14762026-03-19T02:59:58.554Z Compiling displaydoc v0.2.5
14772026-03-19T02:59:58.558Z Compiling tokio-macros v2.6.0
14782026-03-19T02:59:58.746Z Compiling futures-macro v0.3.32
14792026-03-19T02:59:58.944Z Compiling der_derive v0.7.3
14802026-03-19T02:59:59.021Z Compiling zeroize v1.8.2
14812026-03-19T02:59:59.589Z Compiling thiserror-impl v2.0.18
14822026-03-19T02:59:59.592Z Compiling rustls-pki-types v1.14.0
14832026-03-19T02:59:59.741Z Compiling tracing-attributes v0.1.31
14842026-03-19T02:59:59.853Z Compiling pest_derive v2.8.6
14852026-03-19T02:59:59.900Z Compiling futures-util v0.3.32
14862026-03-19T03:00:00.097Z Compiling crypto-common v0.1.7
14872026-03-19T03:00:00.171Z Compiling block-buffer v0.10.4
14882026-03-19T03:00:00.193Z Compiling block-padding v0.3.3
14892026-03-19T03:00:00.196Z Compiling zerofrom v0.1.6
14902026-03-19T03:00:00.279Z Compiling schemars_derive v0.8.22
14912026-03-19T03:00:00.315Z Compiling scroll_derive v0.13.1
14922026-03-19T03:00:00.358Z Compiling digest v0.10.7
14932026-03-19T03:00:00.399Z Compiling yoke v0.8.1
14942026-03-19T03:00:00.445Z Compiling inout v0.1.4
14952026-03-19T03:00:00.450Z Compiling der v0.7.10
14962026-03-19T03:00:00.450Z Compiling darling_macro v0.20.11
14972026-03-19T03:00:00.666Z Compiling zerovec v0.11.5
14982026-03-19T03:00:00.709Z Compiling zerotrie v0.2.3
14992026-03-19T03:00:00.737Z Compiling hmac v0.12.1
15002026-03-19T03:00:00.956Z Compiling cipher v0.4.4
15012026-03-19T03:00:01.122Z Compiling sha2 v0.10.9
15022026-03-19T03:00:01.143Z Compiling pbkdf2 v0.12.2
15032026-03-19T03:00:01.308Z Compiling salsa20 v0.10.2
15042026-03-19T03:00:01.330Z Compiling tinystr v0.8.2
15052026-03-19T03:00:01.406Z Compiling potential_utf v0.1.4
15062026-03-19T03:00:01.451Z Compiling cbc v0.1.2
15072026-03-19T03:00:01.515Z Compiling scrypt v0.11.0
15082026-03-19T03:00:01.562Z Compiling icu_locale_core v2.1.1
15092026-03-19T03:00:01.625Z Compiling icu_collections v2.1.1
15102026-03-19T03:00:01.653Z Compiling thiserror v2.0.18
15112026-03-19T03:00:01.678Z Compiling spki v0.7.3
15122026-03-19T03:00:01.703Z Compiling aes v0.8.4
15132026-03-19T03:00:01.811Z Compiling tracing v0.1.44
15142026-03-19T03:00:01.814Z Compiling scroll v0.13.0
15152026-03-19T03:00:01.886Z Compiling darling v0.20.11
15162026-03-19T03:00:01.974Z Compiling openssl-macros v0.1.1
15172026-03-19T03:00:02.049Z Compiling thiserror-impl v1.0.69
15182026-03-19T03:00:02.069Z Compiling derive_builder_core v0.20.2
15192026-03-19T03:00:02.185Z Compiling goblin v0.10.5
15202026-03-19T03:00:02.221Z Compiling dtrace-parser v0.3.0
15212026-03-19T03:00:02.245Z Compiling signature v2.2.0
15222026-03-19T03:00:02.316Z Compiling pkcs5 v0.7.1
15232026-03-19T03:00:02.464Z Compiling icu_provider v2.1.1
15242026-03-19T03:00:02.492Z Compiling rustls-native-certs v0.8.3
15252026-03-19T03:00:02.837Z Compiling icu_properties v2.1.2
15262026-03-19T03:00:02.877Z Compiling icu_normalizer v2.1.1
15272026-03-19T03:00:02.898Z Compiling pkcs8 v0.10.2
15282026-03-19T03:00:03.005Z Compiling bytes v1.11.1
15292026-03-19T03:00:03.019Z Compiling chrono v0.4.44
15302026-03-19T03:00:03.038Z Compiling ipnet v2.11.0
15312026-03-19T03:00:03.153Z Compiling scroll_derive v0.12.1
15322026-03-19T03:00:03.167Z Compiling toml_datetime v0.6.11
15332026-03-19T03:00:03.327Z Compiling erased-serde v0.3.31
15342026-03-19T03:00:03.340Z Compiling derive_builder_macro v0.20.2
15352026-03-19T03:00:03.372Z Compiling serde_spanned v0.6.9
15362026-03-19T03:00:03.533Z Compiling serde_tokenstream v0.2.3
15372026-03-19T03:00:03.576Z Compiling md-5 v0.10.6
15382026-03-19T03:00:03.660Z Compiling webpki-roots v1.0.6
15392026-03-19T03:00:03.757Z Compiling tokio v1.49.0
15402026-03-19T03:00:03.782Z Compiling http v1.4.0
15412026-03-19T03:00:03.797Z Compiling thiserror v1.0.69
15422026-03-19T03:00:03.846Z Compiling darling_macro v0.21.3
15432026-03-19T03:00:03.882Z Compiling zerocopy-derive v0.7.35
15442026-03-19T03:00:03.977Z Compiling zlib-rs v0.6.2
15452026-03-19T03:00:03.994Z Compiling fallible-iterator v0.2.0
15462026-03-19T03:00:03.994Z Compiling ryu v1.0.23
15472026-03-19T03:00:04.081Z Compiling idna_adapter v1.2.1
15482026-03-19T03:00:04.087Z Compiling scroll v0.12.0
15492026-03-19T03:00:04.239Z Compiling idna v1.1.0
15502026-03-19T03:00:04.273Z Compiling ref-cast v1.0.25
15512026-03-19T03:00:04.306Z Compiling cfg_aliases v0.2.1
15522026-03-19T03:00:04.401Z Compiling iri-string v0.7.10
15532026-03-19T03:00:04.423Z Compiling num-bigint-dig v0.8.6
15542026-03-19T03:00:04.449Z Compiling nix v0.31.1
15552026-03-19T03:00:04.473Z Compiling darling v0.21.3
15562026-03-19T03:00:04.494Z Compiling goblin v0.8.2
15572026-03-19T03:00:04.718Z Compiling ppv-lite86 v0.2.21
15582026-03-19T03:00:04.718Z Compiling url v2.5.8
15592026-03-19T03:00:04.899Z Compiling http-body v1.0.1
15602026-03-19T03:00:05.023Z Compiling publicsuffix v2.3.0
15612026-03-19T03:00:05.045Z Compiling serde_urlencoded v0.7.1
15622026-03-19T03:00:05.069Z Compiling http-body-util v0.1.3
15632026-03-19T03:00:05.118Z Compiling derive_builder v0.20.2
15642026-03-19T03:00:05.141Z Compiling zerocopy v0.7.35
15652026-03-19T03:00:05.227Z Compiling rand_chacha v0.9.0
15662026-03-19T03:00:05.250Z Compiling rand_chacha v0.3.1
15672026-03-19T03:00:05.273Z Compiling sec1 v0.7.3
15682026-03-19T03:00:05.298Z Compiling cargo-platform v0.1.9
15692026-03-19T03:00:05.425Z Compiling hkdf v0.12.4
15702026-03-19T03:00:05.659Z Compiling rand v0.9.2
15712026-03-19T03:00:05.681Z Compiling rand v0.8.5
15722026-03-19T03:00:05.728Z Compiling hubpack_derive v0.1.1
15732026-03-19T03:00:05.852Z Compiling crypto-bigint v0.5.5
15742026-03-19T03:00:05.979Z Compiling regex v1.12.3
15752026-03-19T03:00:06.134Z Compiling dof v0.4.0
15762026-03-19T03:00:06.170Z Compiling document-features v0.2.12
15772026-03-19T03:00:06.479Z Compiling proptest v1.10.0
15782026-03-19T03:00:06.499Z Compiling postgres-protocol v0.6.10
15792026-03-19T03:00:06.605Z Compiling ipnetwork v0.21.1
15802026-03-19T03:00:06.658Z Compiling daft-derive v0.1.5
15812026-03-19T03:00:06.742Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-19T03:00:06.821Z Compiling ref-cast-impl v1.0.25
15832026-03-19T03:00:06.864Z Compiling strum_macros v0.27.2
15842026-03-19T03:00:06.984Z Compiling oxnet v0.1.4
15852026-03-19T03:00:07.270Z Compiling async-trait v0.1.89
15862026-03-19T03:00:07.580Z Compiling group v0.13.0
15872026-03-19T03:00:07.676Z Compiling num-iter v0.1.45
15882026-03-19T03:00:07.855Z Compiling proc-macro-error v1.0.4
15892026-03-19T03:00:07.861Z Compiling heck v0.4.1
15902026-03-19T03:00:08.192Z Compiling flate2 v1.1.9
15912026-03-19T03:00:08.242Z Compiling terminal_size v0.4.3
15922026-03-19T03:00:08.297Z Compiling phf_shared v0.13.1
15932026-03-19T03:00:08.396Z Compiling lazy_static v1.5.0
15942026-03-19T03:00:08.404Z Compiling vergen v9.0.6
15952026-03-19T03:00:08.427Z Compiling fs-err v3.3.0
15962026-03-19T03:00:08.469Z Compiling ahash v0.8.12
15972026-03-19T03:00:08.575Z Compiling bitflags v1.3.2
15982026-03-19T03:00:08.613Z Compiling managed v0.8.0
15992026-03-19T03:00:08.648Z Compiling object v0.37.3
16002026-03-19T03:00:08.687Z Compiling libbz2-rs-sys v0.2.2
16012026-03-19T03:00:08.694Z Compiling foldhash v0.1.5
16022026-03-19T03:00:08.694Z Compiling winnow v0.5.40
16032026-03-19T03:00:08.762Z Compiling bumpalo v3.20.2
16042026-03-19T03:00:08.791Z Compiling clap_builder v4.5.60
16052026-03-19T03:00:08.877Z Compiling tokio-util v0.7.18
16062026-03-19T03:00:08.883Z Compiling tower v0.5.3
16072026-03-19T03:00:08.944Z Compiling tokio-native-tls v0.3.1
16082026-03-19T03:00:08.951Z Compiling hashbrown v0.15.5
16092026-03-19T03:00:09.000Z Compiling console v0.16.2
16102026-03-19T03:00:09.103Z Compiling zopfli v0.8.3
16112026-03-19T03:00:09.121Z Compiling phf v0.13.1
16122026-03-19T03:00:09.176Z Compiling signal-hook-mio v0.2.5
16132026-03-19T03:00:09.341Z Compiling bzip2 v0.6.1
16142026-03-19T03:00:09.600Z Compiling tower-http v0.6.8
16152026-03-19T03:00:09.633Z Compiling usdt-macro v0.6.0
16162026-03-19T03:00:09.688Z Compiling strum v0.27.2
16172026-03-19T03:00:09.714Z Compiling usdt-attr-macro v0.6.0
16182026-03-19T03:00:09.714Z Compiling rayon v1.11.0
16192026-03-19T03:00:09.756Z Compiling zone_cfg_derive v0.3.1
16202026-03-19T03:00:09.848Z Compiling newtype-uuid v1.3.2
16212026-03-19T03:00:09.877Z Compiling h2 v0.4.13
16222026-03-19T03:00:10.077Z Compiling cargo_metadata v0.19.2
16232026-03-19T03:00:10.178Z Compiling daft v0.1.5
16242026-03-19T03:00:10.326Z Compiling cookie_store v0.22.1
16252026-03-19T03:00:10.409Z Compiling elliptic-curve v0.13.8
16262026-03-19T03:00:10.581Z Compiling dof v0.3.0
16272026-03-19T03:00:10.662Z Compiling toml_edit v0.19.15
16282026-03-19T03:00:10.876Z Compiling bzip2 v0.4.4
16292026-03-19T03:00:10.915Z Compiling postgres-types v0.2.12
16302026-03-19T03:00:10.994Z Compiling hubpack v0.1.2
16312026-03-19T03:00:11.286Z Compiling zstd v0.13.3
16322026-03-19T03:00:11.323Z Compiling serde_with_macros v3.17.0
16332026-03-19T03:00:11.332Z Compiling dtrace-parser v0.2.0
16342026-03-19T03:00:11.585Z Compiling ed25519 v2.2.3
16352026-03-19T03:00:11.637Z Compiling pkcs1 v0.7.5
16362026-03-19T03:00:11.750Z Compiling serde-big-array v0.5.1
16372026-03-19T03:00:11.870Z Compiling hex v0.4.3
16382026-03-19T03:00:11.940Z Compiling rfc6979 v0.4.0
16392026-03-19T03:00:12.031Z Compiling bstr v1.12.1
16402026-03-19T03:00:12.137Z Compiling serde_repr v0.1.20
16412026-03-19T03:00:12.219Z Compiling strum_macros v0.26.4
16422026-03-19T03:00:12.267Z Compiling clap_derive v4.5.55
16432026-03-19T03:00:12.295Z Compiling enum-as-inner v0.6.1
16442026-03-19T03:00:12.473Z Compiling phf_shared v0.11.3
16452026-03-19T03:00:12.648Z Compiling itertools v0.12.1
16462026-03-19T03:00:12.681Z Compiling float-cmp v0.10.0
16472026-03-19T03:00:12.751Z Compiling memmap2 v0.9.10
16482026-03-19T03:00:12.856Z Compiling thread-id v4.2.2
16492026-03-19T03:00:12.884Z Compiling env_filter v1.0.0
16502026-03-19T03:00:12.909Z Compiling encoding_rs v0.8.35
16512026-03-19T03:00:12.975Z Compiling mime v0.3.17
16522026-03-19T03:00:12.975Z Compiling data-encoding v2.10.0
16532026-03-19T03:00:12.984Z Compiling new_debug_unreachable v1.0.6
16542026-03-19T03:00:13.058Z Compiling keccak v0.1.6
16552026-03-19T03:00:13.138Z Compiling unit-prefix v0.5.2
16562026-03-19T03:00:13.236Z Compiling precomputed-hash v0.1.1
16572026-03-19T03:00:13.348Z Compiling static_assertions v1.1.0
16582026-03-19T03:00:13.376Z Compiling fixedbitset v0.4.2
16592026-03-19T03:00:13.396Z Compiling predicates-core v1.0.10
16602026-03-19T03:00:13.396Z Compiling rustc-hash v2.1.1
16612026-03-19T03:00:13.424Z Compiling jiff v0.2.21
16622026-03-19T03:00:13.620Z Compiling normalize-line-endings v0.3.0
16632026-03-19T03:00:13.686Z Compiling difflib v0.4.0
16642026-03-19T03:00:13.705Z Compiling whoami v2.1.0
16652026-03-19T03:00:13.705Z Compiling fixedbitset v0.5.7
16662026-03-19T03:00:13.988Z Compiling tokio-postgres v0.7.16
16672026-03-19T03:00:14.142Z Compiling hyper v1.8.1
16682026-03-19T03:00:14.195Z Compiling zone v0.3.1
16692026-03-19T03:00:14.221Z Compiling petgraph v0.8.3
16702026-03-19T03:00:14.334Z Compiling predicates v3.1.4
16712026-03-19T03:00:14.489Z Compiling petgraph v0.6.5
16722026-03-19T03:00:14.544Z Compiling iddqd v0.3.17
16732026-03-19T03:00:14.676Z Compiling toml_edit v0.22.27
16742026-03-19T03:00:14.751Z Compiling strum v0.26.3
16752026-03-19T03:00:14.797Z Compiling clap v4.5.60
16762026-03-19T03:00:14.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-03-19T03:00:14.961Z Compiling hickory-proto v0.25.2
16782026-03-19T03:00:15.093Z Compiling string_cache v0.8.9
16792026-03-19T03:00:15.196Z Compiling indicatif v0.18.4
16802026-03-19T03:00:15.304Z Compiling sha3 v0.10.8
16812026-03-19T03:00:15.366Z Compiling env_logger v0.11.9
16822026-03-19T03:00:15.582Z Compiling usdt v0.6.0
16832026-03-19T03:00:15.869Z Compiling hyper-util v0.1.20
16842026-03-19T03:00:15.946Z Compiling usdt-impl v0.5.0
16852026-03-19T03:00:15.958Z Compiling serde_with v3.17.0
16862026-03-19T03:00:16.160Z Compiling similar v2.7.0
16872026-03-19T03:00:16.387Z Compiling toml v0.7.8
16882026-03-19T03:00:16.437Z Compiling crossterm v0.28.1
16892026-03-19T03:00:16.613Z Compiling ecdsa v0.16.9
16902026-03-19T03:00:17.182Z Compiling rsa v0.9.10
16912026-03-19T03:00:17.187Z Compiling ed25519-dalek v2.2.0
16922026-03-19T03:00:17.187Z Compiling zip v4.6.1
16932026-03-19T03:00:17.251Z Compiling zip v0.6.6
16942026-03-19T03:00:17.343Z Compiling tokio-stream v0.1.18
16952026-03-19T03:00:17.991Z Compiling hyper-tls v0.6.0
16962026-03-19T03:00:18.228Z Compiling buf-list v1.1.2
16972026-03-19T03:00:18.259Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-19T03:00:18.280Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-19T03:00:18.310Z Compiling openapiv3 v2.2.0
17002026-03-19T03:00:18.393Z Compiling x509-cert v0.2.5
17012026-03-19T03:00:18.397Z Compiling sha1 v0.10.6
17022026-03-19T03:00:18.526Z Compiling itertools v0.13.0
17032026-03-19T03:00:18.617Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-19T03:00:18.643Z Compiling lalrpop-util v0.19.12
17052026-03-19T03:00:18.717Z Compiling peg-runtime v0.8.5
17062026-03-19T03:00:18.742Z Compiling thread_local v1.1.9
17072026-03-19T03:00:18.766Z Compiling slog-async v2.8.0
17082026-03-19T03:00:18.922Z Compiling futures-executor v0.3.32
17092026-03-19T03:00:19.034Z Compiling crossbeam-channel v0.5.15
17102026-03-19T03:00:19.101Z Compiling is-terminal v0.4.17
17112026-03-19T03:00:19.127Z Compiling filetime v0.2.27
17122026-03-19T03:00:19.178Z Compiling take_mut v0.2.2
17132026-03-19T03:00:19.203Z Compiling xattr v1.6.1
17142026-03-19T03:00:19.227Z Compiling term v1.2.1
17152026-03-19T03:00:19.251Z Compiling futures v0.3.32
17162026-03-19T03:00:19.381Z Compiling tar v0.4.44
17172026-03-19T03:00:19.712Z Compiling slog-term v2.9.2
17182026-03-19T03:00:39.930Z Compiling rustls-webpki v0.103.9
17192026-03-19T03:00:44.007Z Compiling tokio-rustls v0.26.4
17202026-03-19T03:00:44.007Z Compiling rustls-platform-verifier v0.6.2
17212026-03-19T03:00:44.246Z Compiling hyper-rustls v0.27.7
17222026-03-19T03:00:44.536Z Compiling reqwest v0.12.28
17232026-03-19T03:00:44.589Z Compiling reqwest v0.13.2
17242026-03-19T03:00:47.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-19T03:00:47.606Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-19T03:00:51.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-19T03:00:51.542Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-19T03:00:51.604ZMar 19 03:00:50.998 INFO Starting download, target: Console
17292026-03-19T03:00:51.604ZMar 19 03:00:50.999 INFO Starting download, target: DendriteStub
17302026-03-19T03:00:51.604ZMar 19 03:00:50.999 INFO Starting download, target: TransceiverControl
17312026-03-19T03:00:51.609ZMar 19 03:00:50.999 INFO Starting download, target: Cockroach
17322026-03-19T03:00:51.609ZMar 19 03:00:50.999 INFO Starting download, target: Clickhouse
17332026-03-19T03:00:51.609ZMar 19 03:00:50.999 INFO Starting download, target: MaghemiteMgd
17342026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-19T03:00:51.610ZMar 19 03:00:50.999 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-19T03:00:52.346ZMar 19 03:00:51.725 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-19T03:00:52.616ZMar 19 03:00:51.992 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-19T03:00:52.724ZMar 19 03:00:52.086 INFO Download complete, target: TransceiverControl
17432026-03-19T03:00:52.981ZMar 19 03:00:52.368 INFO Download complete, target: Console
17442026-03-19T03:00:53.694ZMar 19 03:00:53.061 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-19T03:00:54.116ZMar 19 03:00:53.505 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-19T03:00:54.349ZMar 19 03:00:53.742 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-19T03:00:55.246ZMar 19 03:00:54.642 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-19T03:00:55.246ZMar 19 03:00:54.642 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-19T03:00:57.750ZMar 19 03:00:57.146 INFO Download complete, target: DendriteStub
17502026-03-19T03:00:58.021ZMar 19 03:00:57.390 INFO Download complete, target: MaghemiteMgd
17512026-03-19T03:01:02.973ZMar 19 03:01:02.371 INFO Checking that binary works, target: Cockroach
17522026-03-19T03:01:03.104ZMar 19 03:01:02.495 INFO Download complete, target: Cockroach
17532026-03-19T03:01:04.858ZMar 19 03:01:04.256 INFO Checking that binary works, target: Clickhouse
17542026-03-19T03:01:04.959ZMar 19 03:01:04.358 INFO Download complete, target: Clickhouse
17552026-03-19T03:01:04.966ZAll prerequisites installed successfully
17562026-03-19T03:01:04.972Z
17572026-03-19T03:01:04.972Zreal 3:43.851804488
17582026-03-19T03:01:04.972Zuser 10:28.108710965
17592026-03-19T03:01:04.972Zsys 2:08.689343819
17602026-03-19T03:01:04.972Ztrap 0.326368862
17612026-03-19T03:01:04.972Ztflt 1.245254351
17622026-03-19T03:01:04.972Zdflt 1.840348583
17632026-03-19T03:01:04.972Zkflt 0.024249482
17642026-03-19T03:01:04.972Zlock 32:06.154913138
17652026-03-19T03:01:04.972Zslp 25:34.251804574
17662026-03-19T03:01:04.972Zlat 30.958880417
17672026-03-19T03:01:04.972Zstop 4:29.502712265
17682026-03-19T03:01:04.972Z+ ptime -m cargo xtask download softnpu
17692026-03-19T03:01:05.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-19T03:01:05.690Z Running `target/debug/xtask download softnpu`
17712026-03-19T03:01:06.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17722026-03-19T03:01:06.809Z Running `target/debug/xtask-downloader softnpu`
17732026-03-19T03:01:06.858ZMar 19 03:01:06.256 INFO Starting download, target: Softnpu
17742026-03-19T03:01:06.861ZMar 19 03:01:06.256 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-19T03:01:07.573ZMar 19 03:01:06.972 INFO Download complete, target: Softnpu
17762026-03-19T03:01:07.579Z
17772026-03-19T03:01:07.582Zreal 2.604686809
17782026-03-19T03:01:07.582Zuser 1.806100381
17792026-03-19T03:01:07.582Zsys 0.797997166
17802026-03-19T03:01:07.582Ztrap 0.000679692
17812026-03-19T03:01:07.582Ztflt 0.000124751
17822026-03-19T03:01:07.582Zdflt 0.000136335
17832026-03-19T03:01:07.582Zkflt 0.000000000
17842026-03-19T03:01:07.582Zlock 12.891707322
17852026-03-19T03:01:07.582Zslp 0.482893382
17862026-03-19T03:01:07.582Zlat 0.052725328
17872026-03-19T03:01:07.582Zstop 0.000187030
17882026-03-19T03:01:07.582Z+ export CARGO_INCREMENTAL=0
17892026-03-19T03:01:07.582Z+ CARGO_INCREMENTAL=0
17902026-03-19T03:01:07.582Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-19T03:01:08.772Z Compiling proc-macro2 v1.0.106
17922026-03-19T03:01:08.772Z Compiling quote v1.0.44
17932026-03-19T03:01:08.775Z Compiling unicode-ident v1.0.24
17942026-03-19T03:01:08.775Z Compiling libc v0.2.180
17952026-03-19T03:01:08.775Z Compiling serde_core v1.0.228
17962026-03-19T03:01:08.775Z Compiling serde v1.0.228
17972026-03-19T03:01:08.775Z Compiling cfg-if v1.0.4
17982026-03-19T03:01:08.775Z Compiling version_check v0.9.5
17992026-03-19T03:01:08.775Z Compiling find-msvc-tools v0.1.9
18002026-03-19T03:01:08.940Z Compiling shlex v1.3.0
18012026-03-19T03:01:08.943Z Compiling typenum v1.19.0
18022026-03-19T03:01:08.943Z Compiling portable-atomic v1.13.1
18032026-03-19T03:01:08.943Z Compiling memchr v2.8.0
18042026-03-19T03:01:08.943Z Compiling autocfg v1.5.0
18052026-03-19T03:01:08.944Z Compiling zmij v1.0.21
18062026-03-19T03:01:09.173Z Compiling serde_json v1.0.149
18072026-03-19T03:01:09.314Z Compiling zerocopy v0.8.40
18082026-03-19T03:01:09.520Z Compiling generic-array v0.14.7
18092026-03-19T03:01:09.524Z Compiling parking_lot_core v0.9.12
18102026-03-19T03:01:09.565Z Compiling libm v0.2.16
18112026-03-19T03:01:09.612Z Compiling smallvec v1.15.1
18122026-03-19T03:01:09.638Z Compiling icu_normalizer_data v2.1.1
18132026-03-19T03:01:09.662Z Compiling icu_properties_data v2.1.2
18142026-03-19T03:01:09.786Z Compiling num-traits v0.2.19
18152026-03-19T03:01:09.791Z Compiling itoa v1.0.17
18162026-03-19T03:01:09.791Z Compiling log v0.4.29
18172026-03-19T03:01:09.969Z Compiling getrandom v0.4.1
18182026-03-19T03:01:09.977Z Compiling pkg-config v0.3.32
18192026-03-19T03:01:10.072Z Compiling stable_deref_trait v1.2.1
18202026-03-19T03:01:10.152Z Compiling subtle v2.6.1
18212026-03-19T03:01:10.177Z Compiling scopeguard v1.2.0
18222026-03-19T03:01:10.288Z Compiling jobserver v0.1.34
18232026-03-19T03:01:10.320Z Compiling getrandom v0.2.17
18242026-03-19T03:01:10.359Z Compiling errno v0.3.14
18252026-03-19T03:01:10.401Z Compiling lock_api v0.4.14
18262026-03-19T03:01:10.441Z Compiling thiserror v2.0.18
18272026-03-19T03:01:10.480Z Compiling fnv v1.0.7
18282026-03-19T03:01:10.548Z Compiling rand_core v0.6.4
18292026-03-19T03:01:10.598Z Compiling cc v1.2.56
18302026-03-19T03:01:10.703Z Compiling syn v2.0.117
18312026-03-19T03:01:10.763Z Compiling pin-project-lite v0.2.17
18322026-03-19T03:01:10.784Z Compiling getrandom v0.3.4
18332026-03-19T03:01:10.890Z Compiling critical-section v1.2.0
18342026-03-19T03:01:10.978Z Compiling rustversion v1.0.22
18352026-03-19T03:01:11.083Z Compiling allocator-api2 v0.2.21
18362026-03-19T03:01:11.105Z Compiling equivalent v1.0.2
18372026-03-19T03:01:11.218Z Compiling litemap v0.8.1
18382026-03-19T03:01:11.232Z Compiling writeable v0.6.2
18392026-03-19T03:01:11.265Z Compiling dunce v1.0.5
18402026-03-19T03:01:11.419Z Compiling once_cell v1.21.3
18412026-03-19T03:01:11.438Z Compiling percent-encoding v2.3.2
18422026-03-19T03:01:11.448Z Compiling fs_extra v1.3.0
18432026-03-19T03:01:11.532Z Compiling foldhash v0.2.0
18442026-03-19T03:01:11.608Z Compiling cmake v0.1.57
18452026-03-19T03:01:11.734Z Compiling const-oid v0.9.6
18462026-03-19T03:01:11.786Z Compiling hashbrown v0.16.1
18472026-03-19T03:01:11.859Z Compiling signal-hook-registry v1.4.8
18482026-03-19T03:01:11.862Z Compiling rustix v1.1.3
18492026-03-19T03:01:11.862Z Compiling mio v1.1.1
18502026-03-19T03:01:11.949Z Compiling socket2 v0.6.2
18512026-03-19T03:01:11.972Z Compiling schemars v0.8.22
18522026-03-19T03:01:12.111Z Compiling semver v1.0.27
18532026-03-19T03:01:12.169Z Compiling parking_lot v0.12.5
18542026-03-19T03:01:12.293Z Compiling aws-lc-rs v1.16.0
18552026-03-19T03:01:12.326Z Compiling bitflags v2.11.0
18562026-03-19T03:01:12.434Z Compiling ring v0.17.14
18572026-03-19T03:01:12.468Z Compiling aws-lc-sys v0.37.1
18582026-03-19T03:01:12.521Z Compiling indexmap v2.13.0
18592026-03-19T03:01:12.604Z Compiling utf8_iter v1.0.4
18602026-03-19T03:01:12.638Z Compiling rand_core v0.10.0
18612026-03-19T03:01:12.823Z Compiling form_urlencoded v1.2.2
18622026-03-19T03:01:12.873Z Compiling strsim v0.11.1
18632026-03-19T03:01:12.916Z Compiling futures-core v0.3.32
18642026-03-19T03:01:13.065Z Compiling byteorder v1.5.0
18652026-03-19T03:01:13.219Z Compiling ucd-trie v0.1.7
18662026-03-19T03:01:13.317Z Compiling httparse v1.10.1
18672026-03-19T03:01:13.324Z Compiling thiserror v1.0.69
18682026-03-19T03:01:13.484Z Compiling pest v2.8.6
18692026-03-19T03:01:13.511Z Compiling ident_case v1.0.1
18702026-03-19T03:01:13.515Z Compiling vcpkg v0.2.15
18712026-03-19T03:01:13.516Z Compiling heck v0.5.0
18722026-03-19T03:01:13.706Z Compiling regex-syntax v0.8.10
18732026-03-19T03:01:13.775Z Compiling syn v1.0.109
18742026-03-19T03:01:13.811Z Compiling crossbeam-utils v0.8.21
18752026-03-19T03:01:13.908Z Compiling rustls v0.23.37
18762026-03-19T03:01:14.034Z Compiling futures-sink v0.3.32
18772026-03-19T03:01:14.068Z Compiling rustc_version v0.4.1
18782026-03-19T03:01:14.136Z Compiling cpufeatures v0.2.17
18792026-03-19T03:01:14.184Z Compiling futures-channel v0.3.32
18802026-03-19T03:01:14.188Z Compiling slab v0.4.12
18812026-03-19T03:01:14.188Z Compiling futures-task v0.3.32
18822026-03-19T03:01:14.209Z Compiling futures-io v0.3.32
18832026-03-19T03:01:14.302Z Compiling openssl-sys v0.9.111
18842026-03-19T03:01:14.435Z Compiling iana-time-zone v0.1.65
18852026-03-19T03:01:14.459Z Compiling plain v0.2.3
18862026-03-19T03:01:14.463Z Compiling uuid v1.21.0
18872026-03-19T03:01:14.536Z Compiling aho-corasick v1.1.4
18882026-03-19T03:01:14.587Z Compiling time-core v0.1.8
18892026-03-19T03:01:14.638Z Compiling synstructure v0.13.2
18902026-03-19T03:01:14.664Z Compiling serde_derive_internals v0.29.1
18912026-03-19T03:01:14.667Z Compiling num-conv v0.2.0
18922026-03-19T03:01:14.892Z Compiling time-macros v0.2.27
18932026-03-19T03:01:14.975Z Compiling pest_meta v2.8.6
18942026-03-19T03:01:15.253Z Compiling pretty-hex v0.4.1
18952026-03-19T03:01:15.362Z Compiling openssl v0.10.75
18962026-03-19T03:01:15.684Z Compiling base64ct v1.8.3
18972026-03-19T03:01:15.688Z Compiling crc32fast v1.5.0
18982026-03-19T03:01:15.748Z Compiling regex-automata v0.4.14
18992026-03-19T03:01:15.775Z Compiling anyhow v1.0.102
19002026-03-19T03:01:15.778Z Compiling either v1.15.0
19012026-03-19T03:01:15.778Z Compiling darling_core v0.21.3
19022026-03-19T03:01:15.845Z Compiling pest_generator v2.8.6
19032026-03-19T03:01:15.893Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-19T03:01:16.055Z Compiling pem-rfc7468 v0.7.0
19052026-03-19T03:01:16.079Z Compiling native-tls v0.2.18
19062026-03-19T03:01:16.100Z Compiling flagset v0.4.7
19072026-03-19T03:01:16.201Z Compiling rand_core v0.9.5
19082026-03-19T03:01:16.292Z Compiling slog v2.8.2
19092026-03-19T03:01:16.403Z Compiling tracing-core v0.1.36
19102026-03-19T03:01:16.466Z Compiling untrusted v0.9.0
19112026-03-19T03:01:16.517Z Compiling dyn-clone v1.0.20
19122026-03-19T03:01:16.533Z Compiling rayon-core v1.13.0
19132026-03-19T03:01:16.577Z Compiling serde_derive v1.0.228
19142026-03-19T03:01:16.602Z Compiling zeroize_derive v1.4.3
19152026-03-19T03:01:16.654Z Compiling zerofrom-derive v0.1.6
19162026-03-19T03:01:16.678Z Compiling yoke-derive v0.8.1
19172026-03-19T03:01:16.732Z Compiling zerovec-derive v0.11.2
19182026-03-19T03:01:16.757Z Compiling displaydoc v0.2.5
19192026-03-19T03:01:16.762Z Compiling zerocopy-derive v0.8.40
19202026-03-19T03:01:16.826Z Compiling tokio-macros v2.6.0
19212026-03-19T03:01:16.850Z Compiling futures-macro v0.3.32
19222026-03-19T03:01:17.397Z Compiling zeroize v1.8.2
19232026-03-19T03:01:17.728Z Compiling thiserror-impl v2.0.18
19242026-03-19T03:01:17.776Z Compiling tracing-attributes v0.1.31
19252026-03-19T03:01:17.938Z Compiling der_derive v0.7.3
19262026-03-19T03:01:18.020Z Compiling schemars_derive v0.8.22
19272026-03-19T03:01:18.139Z Compiling thiserror-impl v1.0.69
19282026-03-19T03:01:18.237Z Compiling zerofrom v0.1.6
19292026-03-19T03:01:18.420Z Compiling yoke v0.8.1
19302026-03-19T03:01:18.539Z Compiling crypto-common v0.1.7
19312026-03-19T03:01:18.686Z Compiling zerovec v0.11.5
19322026-03-19T03:01:18.728Z Compiling zerotrie v0.2.3
19332026-03-19T03:01:19.122Z Compiling block-buffer v0.10.4
19342026-03-19T03:01:19.291Z Compiling digest v0.10.7
19352026-03-19T03:01:19.340Z Compiling pest_derive v2.8.6
19362026-03-19T03:01:19.370Z Compiling futures-util v0.3.32
19372026-03-19T03:01:19.857Z Compiling tinystr v0.8.2
19382026-03-19T03:01:19.861Z Compiling potential_utf v0.1.4
19392026-03-19T03:01:19.861Z Compiling hmac v0.12.1
19402026-03-19T03:01:19.861Z Compiling icu_locale_core v2.1.1
19412026-03-19T03:01:19.861Z Compiling icu_collections v2.1.1
19422026-03-19T03:01:19.861Z Compiling block-padding v0.3.3
19432026-03-19T03:01:19.861Z Compiling sha2 v0.10.9
19442026-03-19T03:01:19.895Z Compiling rustls-pki-types v1.14.0
19452026-03-19T03:01:19.950Z Compiling inout v0.1.4
19462026-03-19T03:01:19.993Z Compiling scroll_derive v0.12.1
19472026-03-19T03:01:20.692Z Compiling cipher v0.4.4
19482026-03-19T03:01:20.739Z Compiling icu_provider v2.1.1
19492026-03-19T03:01:20.836Z Compiling scroll_derive v0.13.1
19502026-03-19T03:01:20.966Z Compiling bytes v1.11.1
19512026-03-19T03:01:21.016Z Compiling chrono v0.4.44
19522026-03-19T03:01:21.045Z Compiling serde_tokenstream v0.2.3
19532026-03-19T03:01:21.076Z Compiling openssl-macros v0.1.1
19542026-03-19T03:01:21.275Z Compiling icu_properties v2.1.2
19552026-03-19T03:01:21.472Z Compiling icu_normalizer v2.1.1
19562026-03-19T03:01:21.842Z Compiling tokio v1.49.0
19572026-03-19T03:01:21.890Z Compiling http v1.4.0
19582026-03-19T03:01:22.896Z Compiling idna_adapter v1.2.1
19592026-03-19T03:01:23.006Z Compiling ppv-lite86 v0.2.21
19602026-03-19T03:01:23.006Z Compiling der v0.7.10
19612026-03-19T03:01:23.056Z Compiling idna v1.1.0
19622026-03-19T03:01:23.083Z Compiling darling_macro v0.21.3
19632026-03-19T03:01:23.209Z Compiling regex v1.12.3
19642026-03-19T03:01:23.385Z Compiling zerocopy-derive v0.7.35
19652026-03-19T03:01:23.505Z Compiling url v2.5.8
19662026-03-19T03:01:23.597Z Compiling salsa20 v0.10.2
19672026-03-19T03:01:23.698Z Compiling darling v0.21.3
19682026-03-19T03:01:23.798Z Compiling pbkdf2 v0.12.2
19692026-03-19T03:01:23.823Z Compiling tracing v0.1.44
19702026-03-19T03:01:24.269Z Compiling spki v0.7.3
19712026-03-19T03:01:24.543Z Compiling cookie v0.18.1
19722026-03-19T03:01:24.613Z Compiling camino v1.2.2
19732026-03-19T03:01:24.636Z Compiling base64 v0.22.1
19742026-03-19T03:01:24.906Z Compiling scrypt v0.11.0
19752026-03-19T03:01:24.964Z Compiling rand_chacha v0.9.0
19762026-03-19T03:01:25.011Z Compiling cbc v0.1.2
19772026-03-19T03:01:25.038Z Compiling aes v0.8.4
19782026-03-19T03:01:25.659Z Compiling usdt-impl v0.5.0
19792026-03-19T03:01:25.698Z Compiling winnow v0.7.14
19802026-03-19T03:01:25.788Z Compiling paste v1.0.15
19812026-03-19T03:01:25.825Z Compiling usdt-impl v0.6.0
19822026-03-19T03:01:25.955Z Compiling ref-cast v1.0.25
19832026-03-19T03:01:26.276Z Compiling pkcs5 v0.7.1
19842026-03-19T03:01:26.727Z Compiling rand v0.9.2
19852026-03-19T03:01:26.730Z Compiling http-body v1.0.1
19862026-03-19T03:01:26.730Z Compiling scroll v0.13.0
19872026-03-19T03:01:26.730Z Compiling serde_spanned v0.6.9
19882026-03-19T03:01:26.749Z Compiling toml_datetime v0.6.11
19892026-03-19T03:01:26.872Z Compiling scroll v0.12.0
19902026-03-19T03:01:26.950Z Compiling heapless v0.7.17
19912026-03-19T03:01:27.006Z Compiling tokio-util v0.7.18
19922026-03-19T03:01:27.123Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-19T03:01:27.254Z Compiling signal-hook v0.3.18
19942026-03-19T03:01:27.276Z Compiling atomic-waker v1.1.2
19952026-03-19T03:01:27.324Z Compiling openssl-probe v0.2.1
19962026-03-19T03:01:27.359Z Compiling zstd-safe v7.2.4
19972026-03-19T03:01:27.466Z Compiling untrusted v0.7.1
19982026-03-19T03:01:27.553Z Compiling goblin v0.8.2
19992026-03-19T03:01:27.684Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-19T03:01:27.799Z Compiling goblin v0.10.5
20012026-03-19T03:01:27.918Z Compiling pkcs8 v0.10.2
20022026-03-19T03:01:28.351Z Compiling zerocopy v0.7.35
20032026-03-19T03:01:28.400Z Compiling ref-cast-impl v1.0.25
20042026-03-19T03:01:28.506Z Compiling darling_core v0.20.11
20052026-03-19T03:01:28.638Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-19T03:01:28.792Z Compiling memoffset v0.9.1
20072026-03-19T03:01:29.020Z Compiling litrs v1.0.0
20082026-03-19T03:01:29.457Z Compiling try-lock v0.2.5
20092026-03-19T03:01:29.460Z Compiling winnow v0.5.40
20102026-03-19T03:01:29.460Z Compiling tower-layer v0.3.3
20112026-03-19T03:01:29.460Z Compiling tower-service v0.3.3
20122026-03-19T03:01:29.460Z Compiling fastrand v2.3.0
20132026-03-19T03:01:29.460Z Compiling rustix v0.38.44
20142026-03-19T03:01:29.571Z Compiling tinyvec_macros v0.1.1
20152026-03-19T03:01:29.717Z Compiling document-features v0.2.12
20162026-03-19T03:01:29.722Z Compiling want v0.3.1
20172026-03-19T03:01:29.766Z Compiling tinyvec v1.10.0
20182026-03-19T03:01:29.770Z Compiling h2 v0.4.13
20192026-03-19T03:01:30.609Z Compiling dtrace-parser v0.2.0
20202026-03-19T03:01:30.638Z Compiling dof v0.3.0
20212026-03-19T03:01:31.025Z Compiling toml_edit v0.19.15
20222026-03-19T03:01:31.117Z Compiling dtrace-parser v0.3.0
20232026-03-19T03:01:31.271Z Compiling darling_macro v0.20.11
20242026-03-19T03:01:31.502Z Compiling ipnet v2.11.0
20252026-03-19T03:01:31.557Z Compiling dof v0.4.0
20262026-03-19T03:01:31.658Z Compiling async-trait v0.1.89
20272026-03-19T03:01:31.885Z Compiling daft-derive v0.1.5
20282026-03-19T03:01:31.978Z Compiling curve25519-dalek v4.1.3
20292026-03-19T03:01:32.064Z Compiling spin v0.9.8
20302026-03-19T03:01:32.136Z Compiling thread-id v5.1.0
20312026-03-19T03:01:32.259Z Compiling thread-id v4.2.2
20322026-03-19T03:01:32.282Z Compiling proc-macro-error-attr v1.0.4
20332026-03-19T03:01:32.367Z Compiling foreign-types-shared v0.1.1
20342026-03-19T03:01:32.391Z Compiling cfg_aliases v0.2.1
20352026-03-19T03:01:32.501Z Compiling httpdate v1.0.3
20362026-03-19T03:01:32.523Z Compiling num-bigint-dig v0.8.6
20372026-03-19T03:01:32.784Z Compiling powerfmt v0.2.0
20382026-03-19T03:01:32.808Z Compiling pin-utils v0.1.0
20392026-03-19T03:01:32.899Z Compiling smoltcp v0.9.1
20402026-03-19T03:01:33.058Z Compiling deranged v0.5.8
20412026-03-19T03:01:33.079Z Compiling tempfile v3.25.0
20422026-03-19T03:01:33.169Z Compiling nix v0.31.1
20432026-03-19T03:01:33.173Z Compiling foreign-types v0.3.2
20442026-03-19T03:01:33.350Z Compiling darling v0.20.11
20452026-03-19T03:01:33.818Z Compiling ipnetwork v0.21.1
20462026-03-19T03:01:33.931Z Compiling hyper v1.8.1
20472026-03-19T03:01:33.953Z Compiling strum_macros v0.26.4
20482026-03-19T03:01:34.179Z Compiling wait-timeout v0.2.1
20492026-03-19T03:01:34.248Z Compiling proc-macro-error v1.0.4
20502026-03-19T03:01:34.490Z Compiling unicode-segmentation v1.12.0
20512026-03-19T03:01:34.541Z Compiling quick-error v1.2.3
20522026-03-19T03:01:34.631Z Compiling siphasher v1.0.2
20532026-03-19T03:01:34.692Z Compiling utf8parse v0.2.2
20542026-03-19T03:01:34.790Z Compiling anstyle v1.0.13
20552026-03-19T03:01:34.812Z Compiling bit-vec v0.8.0
20562026-03-19T03:01:34.903Z Compiling simd-adler32 v0.3.8
20572026-03-19T03:01:35.015Z Compiling num_threads v0.1.7
20582026-03-19T03:01:35.126Z Compiling bit-set v0.8.0
20592026-03-19T03:01:35.178Z Compiling anstyle-parse v0.2.7
20602026-03-19T03:01:35.282Z Compiling time v0.3.47
20612026-03-19T03:01:35.362Z Compiling rusty-fork v0.3.1
20622026-03-19T03:01:35.435Z Compiling hyper-util v0.1.20
20632026-03-19T03:01:36.130Z Compiling crossbeam-epoch v0.9.18
20642026-03-19T03:01:36.164Z Compiling derive_builder_core v0.20.2
20652026-03-19T03:01:37.016Z Compiling unicode-normalization v0.1.25
20662026-03-19T03:01:37.237Z Compiling rustls-native-certs v0.8.3
20672026-03-19T03:01:37.603Z Compiling signature v2.2.0
20682026-03-19T03:01:37.628Z Compiling hubpack_derive v0.1.1
20692026-03-19T03:01:37.815Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T03:01:37.839Z Compiling strum_macros v0.27.2
20712026-03-19T03:01:37.839Z Compiling rand_xorshift v0.4.0
20722026-03-19T03:01:38.065Z Compiling sync_wrapper v1.0.2
20732026-03-19T03:01:38.088Z Compiling fs-err v3.3.0
20742026-03-19T03:01:38.092Z Compiling ahash v0.8.12
20752026-03-19T03:01:38.628Z Compiling anstyle-query v1.1.5
20762026-03-19T03:01:38.632Z Compiling adler2 v2.0.1
20772026-03-19T03:01:38.632Z Compiling object v0.37.3
20782026-03-19T03:01:38.632Z Compiling colorchoice v1.0.4
20792026-03-19T03:01:38.632Z Compiling unicode-bidi v0.3.18
20802026-03-19T03:01:38.632Z Compiling unicode-properties v0.1.4
20812026-03-19T03:01:38.632Z Compiling unarray v0.1.4
20822026-03-19T03:01:38.640Z Compiling is_terminal_polyfill v1.70.2
20832026-03-19T03:01:38.722Z Compiling proptest v1.10.0
20842026-03-19T03:01:38.755Z Compiling anstream v0.6.21
20852026-03-19T03:01:38.778Z Compiling miniz_oxide v0.8.9
20862026-03-19T03:01:38.901Z Compiling stringprep v0.1.5
20872026-03-19T03:01:39.236Z Compiling tower v0.5.3
20882026-03-19T03:01:39.888Z Compiling derive_builder_macro v0.20.2
20892026-03-19T03:01:39.898Z Compiling crossbeam-deque v0.8.6
20902026-03-19T03:01:39.922Z Compiling heck v0.4.1
20912026-03-19T03:01:39.922Z Compiling usdt-attr-macro v0.6.0
20922026-03-19T03:01:40.138Z Compiling usdt-macro v0.6.0
20932026-03-19T03:01:40.302Z Compiling http-body-util v0.1.3
20942026-03-19T03:01:40.373Z Compiling webpki-roots v1.0.6
20952026-03-19T03:01:40.690Z Compiling rand_chacha v0.3.1
20962026-03-19T03:01:40.702Z Compiling erased-serde v0.3.31
20972026-03-19T03:01:40.734Z Compiling md-5 v0.10.6
20982026-03-19T03:01:40.862Z Compiling num-integer v0.1.46
20992026-03-19T03:01:40.948Z Compiling hash32 v0.2.1
21002026-03-19T03:01:40.996Z Compiling vergen-lib v0.1.6
21012026-03-19T03:01:41.105Z Compiling ff v0.13.1
21022026-03-19T03:01:41.131Z Compiling fallible-iterator v0.2.0
21032026-03-19T03:01:41.131Z Compiling psl-types v2.0.11
21042026-03-19T03:01:41.131Z Compiling zlib-rs v0.6.2
21052026-03-19T03:01:41.200Z Compiling ryu v1.0.23
21062026-03-19T03:01:41.248Z Compiling base16ct v0.2.0
21072026-03-19T03:01:41.369Z Compiling iri-string v0.7.10
21082026-03-19T03:01:41.390Z Compiling publicsuffix v2.3.0
21092026-03-19T03:01:41.390Z Compiling group v0.13.0
21102026-03-19T03:01:41.409Z Compiling serde_urlencoded v0.7.1
21112026-03-19T03:01:41.456Z Compiling sec1 v0.7.3
21122026-03-19T03:01:41.599Z Compiling newtype-uuid v1.3.2
21132026-03-19T03:01:41.631Z Compiling postgres-protocol v0.6.10
21142026-03-19T03:01:41.649Z Compiling num-iter v0.1.45
21152026-03-19T03:01:41.829Z Compiling rand v0.8.5
21162026-03-19T03:01:42.051Z Compiling oxnet v0.1.4
21172026-03-19T03:01:42.316Z Compiling zone_cfg_derive v0.3.1
21182026-03-19T03:01:42.338Z Compiling derive_builder v0.20.2
21192026-03-19T03:01:42.540Z Compiling tokio-native-tls v0.3.1
21202026-03-19T03:01:42.563Z Compiling phf_shared v0.13.1
21212026-03-19T03:01:42.687Z Compiling lazy_static v1.5.0
21222026-03-19T03:01:42.783Z Compiling terminal_size v0.4.3
21232026-03-19T03:01:42.831Z Compiling serde_with_macros v3.17.0
21242026-03-19T03:01:42.883Z Compiling cargo-platform v0.1.9
21252026-03-19T03:01:42.934Z Compiling hkdf v0.12.4
21262026-03-19T03:01:42.979Z Compiling tower-http v0.6.8
21272026-03-19T03:01:43.002Z Compiling crypto-bigint v0.5.5
21282026-03-19T03:01:43.103Z Compiling enum-as-inner v0.6.1
21292026-03-19T03:01:43.127Z Compiling serde_repr v0.1.20
21302026-03-19T03:01:43.130Z Compiling clap_derive v4.5.55
21312026-03-19T03:01:43.176Z Compiling vergen v9.0.6
21322026-03-19T03:01:43.339Z Compiling bitflags v1.3.2
21332026-03-19T03:01:43.361Z Compiling libbz2-rs-sys v0.2.2
21342026-03-19T03:01:43.452Z Compiling bumpalo v3.20.2
21352026-03-19T03:01:43.559Z Compiling foldhash v0.1.5
21362026-03-19T03:01:43.740Z Compiling managed v0.8.0
21372026-03-19T03:01:43.810Z Compiling clap_lex v1.0.0
21382026-03-19T03:01:43.814Z Compiling unicode-width v0.2.0
21392026-03-19T03:01:43.814Z Compiling hashbrown v0.15.5
21402026-03-19T03:01:43.857Z Compiling zopfli v0.8.3
21412026-03-19T03:01:44.046Z Compiling flate2 v1.1.9
21422026-03-19T03:01:44.149Z Compiling console v0.16.2
21432026-03-19T03:01:44.153Z Compiling clap_builder v4.5.60
21442026-03-19T03:01:44.220Z Compiling bzip2 v0.6.1
21452026-03-19T03:01:44.387Z Compiling elliptic-curve v0.13.8
21462026-03-19T03:01:44.564Z Compiling cargo_metadata v0.19.2
21472026-03-19T03:01:44.673Z Compiling phf v0.13.1
21482026-03-19T03:01:44.894Z Compiling hyper-tls v0.6.0
21492026-03-19T03:01:44.912Z Compiling signal-hook-mio v0.2.5
21502026-03-19T03:01:45.073Z Compiling rayon v1.11.0
21512026-03-19T03:01:45.152Z Compiling daft v0.1.5
21522026-03-19T03:01:45.294Z Compiling cookie_store v0.22.1
21532026-03-19T03:01:45.318Z Compiling postgres-types v0.2.12
21542026-03-19T03:01:45.354Z Compiling zstd v0.13.3
21552026-03-19T03:01:45.527Z Compiling bzip2 v0.4.4
21562026-03-19T03:01:45.803Z Compiling strum v0.27.2
21572026-03-19T03:01:45.951Z Compiling hubpack v0.1.2
21582026-03-19T03:01:46.043Z Compiling ed25519 v2.2.3
21592026-03-19T03:01:46.069Z Compiling phf_shared v0.11.3
21602026-03-19T03:01:46.210Z Compiling pkcs1 v0.7.5
21612026-03-19T03:01:46.315Z Compiling serde-big-array v0.5.1
21622026-03-19T03:01:46.366Z Compiling hex v0.4.3
21632026-03-19T03:01:46.503Z Compiling rfc6979 v0.4.0
21642026-03-19T03:01:46.551Z Compiling bstr v1.12.1
21652026-03-19T03:01:46.769Z Compiling itertools v0.12.1
21662026-03-19T03:01:46.788Z Compiling float-cmp v0.10.0
21672026-03-19T03:01:46.815Z Compiling memmap2 v0.9.10
21682026-03-19T03:01:46.820Z Compiling env_filter v1.0.0
21692026-03-19T03:01:46.900Z Compiling encoding_rs v0.8.35
21702026-03-19T03:01:47.006Z Compiling mime v0.3.17
21712026-03-19T03:01:47.022Z Compiling toml_write v0.1.2
21722026-03-19T03:01:47.046Z Compiling whoami v2.1.0
21732026-03-19T03:01:47.302Z Compiling static_assertions v1.1.0
21742026-03-19T03:01:47.409Z Compiling data-encoding v2.10.0
21752026-03-19T03:01:47.431Z Compiling predicates-core v1.0.10
21762026-03-19T03:01:47.532Z Compiling unit-prefix v0.5.2
21772026-03-19T03:01:47.580Z Compiling fixedbitset v0.5.7
21782026-03-19T03:01:47.613Z Compiling jiff v0.2.21
21792026-03-19T03:01:47.648Z Compiling difflib v0.4.0
21802026-03-19T03:01:47.673Z Compiling fixedbitset v0.4.2
21812026-03-19T03:01:47.733Z Compiling new_debug_unreachable v1.0.6
21822026-03-19T03:01:47.758Z Compiling rustc-hash v2.1.1
21832026-03-19T03:01:47.853Z Compiling normalize-line-endings v0.3.0
21842026-03-19T03:01:47.877Z Compiling keccak v0.1.6
21852026-03-19T03:01:48.017Z Compiling precomputed-hash v0.1.1
21862026-03-19T03:01:48.024Z Compiling iddqd v0.3.17
21872026-03-19T03:01:48.024Z Compiling predicates v3.1.4
21882026-03-19T03:01:48.024Z Compiling petgraph v0.6.5
21892026-03-19T03:01:48.068Z Compiling string_cache v0.8.9
21902026-03-19T03:01:48.108Z Compiling sha3 v0.10.8
21912026-03-19T03:01:48.190Z Compiling petgraph v0.8.3
21922026-03-19T03:01:48.363Z Compiling zone v0.3.1
21932026-03-19T03:01:48.467Z Compiling hickory-proto v0.25.2
21942026-03-19T03:01:48.700Z Compiling indicatif v0.18.4
21952026-03-19T03:01:48.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-19T03:01:48.918Z Compiling tokio-postgres v0.7.16
21972026-03-19T03:01:49.209Z Compiling toml_edit v0.22.27
21982026-03-19T03:01:49.472Z Compiling similar v2.7.0
21992026-03-19T03:01:49.769Z Compiling usdt v0.6.0
22002026-03-19T03:01:50.093Z Compiling env_logger v0.11.9
22012026-03-19T03:01:50.625Z Compiling serde_with v3.17.0
22022026-03-19T03:01:50.848Z Compiling ecdsa v0.16.9
22032026-03-19T03:01:50.874Z Compiling rsa v0.9.10
22042026-03-19T03:01:51.477Z Compiling zip v4.6.1
22052026-03-19T03:01:51.813Z Compiling ed25519-dalek v2.2.0
22062026-03-19T03:01:52.606Z Compiling clap v4.5.60
22072026-03-19T03:01:52.670Z Compiling crossterm v0.28.1
22082026-03-19T03:01:52.787Z Compiling zip v0.6.6
22092026-03-19T03:01:52.886Z Compiling strum v0.26.3
22102026-03-19T03:01:52.938Z Compiling toml v0.7.8
22112026-03-19T03:01:53.063Z Compiling tokio-stream v0.1.18
22122026-03-19T03:01:53.085Z Compiling buf-list v1.1.2
22132026-03-19T03:01:53.510Z Compiling x509-cert v0.2.5
22142026-03-19T03:01:53.551Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-19T03:01:53.726Z Compiling openapiv3 v2.2.0
22162026-03-19T03:01:53.798Z Compiling sha1 v0.10.6
22172026-03-19T03:01:53.998Z Compiling itertools v0.13.0
22182026-03-19T03:01:54.546Z Compiling lalrpop-util v0.19.12
22192026-03-19T03:01:54.730Z Compiling peg-runtime v0.8.5
22202026-03-19T03:02:09.909Z Compiling macaddr v1.0.1
22212026-03-19T03:02:10.170Z Compiling structmeta-derive v0.3.0
22222026-03-19T03:02:10.257Z Compiling itertools v0.14.0
22232026-03-19T03:02:10.508Z Compiling heapless v0.8.0
22242026-03-19T03:02:11.924Z Compiling structmeta v0.3.0
22252026-03-19T03:02:11.986Z Compiling ingot-macros v0.1.1
22262026-03-19T03:02:15.145Z Compiling rustls-webpki v0.103.9
22272026-03-19T03:02:17.611Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-19T03:02:18.435Z Compiling hash32 v0.3.1
22292026-03-19T03:02:18.594Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-19T03:02:18.767Z Compiling smoltcp v0.11.0
22312026-03-19T03:02:18.875Z Compiling proc-macro-crate v3.4.0
22322026-03-19T03:02:18.931Z Compiling ingot-types v0.1.2
22332026-03-19T03:02:19.260Z Compiling cobs v0.3.0
22342026-03-19T03:02:19.282Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-19T03:02:19.443Z Compiling rustls v0.22.4
22362026-03-19T03:02:19.495Z Compiling num_enum_derive v0.7.5
22372026-03-19T03:02:19.537Z Compiling ingot v0.1.1
22382026-03-19T03:02:19.615Z Compiling postcard v1.1.3
22392026-03-19T03:02:19.639Z Compiling proc-macro-crate v1.3.1
22402026-03-19T03:02:19.722Z Compiling rustls-webpki v0.102.8
22412026-03-19T03:02:19.752Z Compiling futures-executor v0.3.32
22422026-03-19T03:02:19.779Z Compiling foreign-types-macros v0.2.3
22432026-03-19T03:02:19.952Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-19T03:02:20.112Z Compiling tokio-rustls v0.26.4
22452026-03-19T03:02:20.135Z Compiling rustls-platform-verifier v0.6.2
22462026-03-19T03:02:20.271Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-19T03:02:20.374Z Compiling multer v3.1.0
22482026-03-19T03:02:20.426Z Compiling hyper-rustls v0.27.7
22492026-03-19T03:02:20.489Z Compiling thread_local v1.1.9
22502026-03-19T03:02:20.515Z Compiling cpufeatures v0.3.0
22512026-03-19T03:02:20.544Z Compiling slog-async v2.8.0
22522026-03-19T03:02:20.568Z Compiling foreign-types-shared v0.3.1
22532026-03-19T03:02:20.636Z Compiling typeid v1.0.3
22542026-03-19T03:02:20.660Z Compiling match_cfg v0.1.0
22552026-03-19T03:02:20.708Z Compiling foreign-types v0.5.0
22562026-03-19T03:02:20.780Z Compiling reqwest v0.12.28
22572026-03-19T03:02:20.804Z Compiling reqwest v0.13.2
22582026-03-19T03:02:20.836Z Compiling num_enum v0.7.5
22592026-03-19T03:02:20.873Z Compiling hostname v0.3.1
22602026-03-19T03:02:20.976Z Compiling chacha20 v0.10.0
22612026-03-19T03:02:21.083Z Compiling num_enum_derive v0.5.11
22622026-03-19T03:02:21.110Z Compiling futures v0.3.32
22632026-03-19T03:02:21.292Z Compiling derive-ex v0.1.8
22642026-03-19T03:02:21.413Z Compiling tabwriter v1.4.1
22652026-03-19T03:02:21.437Z Compiling slog-json v2.6.1
22662026-03-19T03:02:21.790Z Compiling crossbeam-channel v0.5.15
22672026-03-19T03:02:21.903Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-19T03:02:22.051Z Compiling async-stream-impl v0.3.6
22692026-03-19T03:02:22.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-19T03:02:22.476Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-19T03:02:22.625Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-19T03:02:22.726Z Compiling serde_spanned v1.0.4
22732026-03-19T03:02:22.775Z Compiling is-terminal v0.4.17
22742026-03-19T03:02:22.801Z Compiling cstr-argument v0.1.2
22752026-03-19T03:02:22.826Z Compiling dropshot v0.16.7
22762026-03-19T03:02:22.921Z Compiling crucible-workspace-hack v0.1.0
22772026-03-19T03:02:22.965Z Compiling take_mut v0.2.2
22782026-03-19T03:02:23.046Z Compiling term v1.2.1
22792026-03-19T03:02:23.072Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-19T03:02:23.075Z Compiling erased-serde v0.4.9
22812026-03-19T03:02:23.123Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-19T03:02:23.175Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-19T03:02:23.271Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-19T03:02:23.392Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-19T03:02:23.441Z Compiling async-stream v0.3.6
22862026-03-19T03:02:23.489Z Compiling slog-term v2.9.2
22872026-03-19T03:02:23.492Z Compiling test-strategy v0.4.5
22882026-03-19T03:02:23.543Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-19T03:02:23.726Z Compiling num_enum v0.5.11
22902026-03-19T03:02:23.806Z Compiling slog-bunyan v2.5.0
22912026-03-19T03:02:23.901Z Compiling rand v0.10.0
22922026-03-19T03:02:24.031Z Compiling tokio-rustls v0.25.0
22932026-03-19T03:02:24.062Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-19T03:02:24.558Z Compiling parse-display-derive v0.10.0
22952026-03-19T03:02:24.579Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-19T03:02:24.768Z Compiling backon v1.6.0
22972026-03-19T03:02:24.809Z Compiling waitgroup v0.1.2
22982026-03-19T03:02:24.899Z Compiling dropshot_endpoint v0.16.7
22992026-03-19T03:02:25.003Z Compiling newtype-uuid-macros v0.1.0
23002026-03-19T03:02:25.025Z Compiling rustls-pemfile v2.2.0
23012026-03-19T03:02:25.122Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-19T03:02:25.144Z Compiling serde_path_to_error v0.1.20
23032026-03-19T03:02:25.307Z Compiling hostname v0.4.2
23042026-03-19T03:02:25.330Z Compiling instant v0.1.13
23052026-03-19T03:02:25.361Z Compiling libefi-sys v0.1.0
23062026-03-19T03:02:25.409Z Compiling debug-ignore v1.0.5
23072026-03-19T03:02:25.463Z Compiling colored v3.1.1
23082026-03-19T03:02:25.540Z Compiling backoff v0.4.0
23092026-03-19T03:02:25.568Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-19T03:02:25.616Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-19T03:02:25.687Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-19T03:02:25.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-03-19T03:02:25.875Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-19T03:02:25.900Z Compiling camino-tempfile v1.4.1
23152026-03-19T03:02:25.981Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-19T03:02:26.162Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-03-19T03:02:26.355Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-19T03:02:26.400Z Compiling usdt-attr-macro v0.5.0
23192026-03-19T03:02:26.455Z Compiling usdt-macro v0.5.0
23202026-03-19T03:02:26.477Z Compiling secrecy v0.10.3
23212026-03-19T03:02:26.587Z Compiling parse-display v0.10.0
23222026-03-19T03:02:26.712Z Compiling num-derive v0.4.2
23232026-03-19T03:02:26.735Z Compiling bitfield-struct v0.6.2
23242026-03-19T03:02:27.354Z Compiling regress v0.10.5
23252026-03-19T03:02:27.383Z Compiling ordered-float v2.10.1
23262026-03-19T03:02:27.519Z Compiling blake3 v1.8.3
23272026-03-19T03:02:27.568Z Compiling memmap v0.7.0
23282026-03-19T03:02:27.730Z Compiling sigpipe v0.1.3
23292026-03-19T03:02:27.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-19T03:02:27.884Z Compiling glob v0.3.3
23312026-03-19T03:02:27.910Z Compiling usdt v0.5.0
23322026-03-19T03:02:27.938Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-19T03:02:28.092Z Compiling serde-value v0.7.0
23342026-03-19T03:02:28.325Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-19T03:02:28.330Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-19T03:02:28.379Z Compiling serde-untagged v0.1.9
23372026-03-19T03:02:28.565Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-19T03:02:28.776Z Compiling toml v0.8.23
23392026-03-19T03:02:28.801Z Compiling smf v0.2.3
23402026-03-19T03:02:28.838Z Compiling filetime v0.2.27
23412026-03-19T03:02:28.863Z Compiling xattr v1.6.1
23422026-03-19T03:02:28.957Z Compiling same-file v1.0.6
23432026-03-19T03:02:28.997Z Compiling arrayvec v0.7.6
23442026-03-19T03:02:29.037Z Compiling arrayref v0.3.9
23452026-03-19T03:02:29.059Z Compiling constant_time_eq v0.4.2
23462026-03-19T03:02:29.129Z Compiling whoami v1.6.1
23472026-03-19T03:02:29.133Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-19T03:02:29.174Z Compiling unicode-xid v0.2.6
23492026-03-19T03:02:29.212Z Compiling walkdir v2.5.0
23502026-03-19T03:02:29.267Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-19T03:02:29.355Z Compiling tar v0.4.44
23522026-03-19T03:02:29.378Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-19T03:02:29.410Z Compiling tokio-dtrace v0.1.1
23542026-03-19T03:02:29.695Z Compiling cargo-util-schemas v0.8.2
23552026-03-19T03:02:29.726Z Compiling gethostname v0.5.0
23562026-03-19T03:02:29.860Z Compiling cargo-platform v0.2.0
23572026-03-19T03:02:29.916Z Compiling topological-sort v0.2.2
23582026-03-19T03:02:30.126Z Compiling oxide-tokio-rt v0.1.3
23592026-03-19T03:02:30.144Z Compiling shell-words v1.1.1
23602026-03-19T03:02:30.169Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-19T03:02:30.229Z Compiling indent_write v2.2.0
23622026-03-19T03:02:31.400Z Compiling cargo_metadata v0.21.0
23632026-03-19T03:02:42.074Z Compiling progenitor-client v0.10.0
23642026-03-19T03:02:42.074Z Compiling omicron-zone-package v0.12.2
23652026-03-19T03:02:42.096Z Compiling progenitor-client v0.13.0
23662026-03-19T03:02:42.212Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-19T03:02:42.215Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-19T03:02:42.215Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-19T03:02:42.215Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-19T03:02:42.440Z Compiling progenitor-extras v0.1.1
23712026-03-19T03:02:42.721Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-19T03:02:52.347Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-19T03:02:53.651Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-19T03:03:01.920Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-19T03:03:02.102Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-19T03:03:02.172ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-19T03:03:02.175ZCreated new build target 'test' and set it as active
23782026-03-19T03:03:02.176Z
23792026-03-19T03:03:02.176Zreal 1:54.624089377
23802026-03-19T03:03:02.176Zuser 20:19.529325180
23812026-03-19T03:03:02.176Zsys 3:03.930765898
23822026-03-19T03:03:02.176Ztrap 0.538061125
23832026-03-19T03:03:02.176Ztflt 3.120473498
23842026-03-19T03:03:02.176Zdflt 3.929668589
23852026-03-19T03:03:02.176Zkflt 0.007523243
23862026-03-19T03:03:02.176Zlock 1:04:31.644645779
23872026-03-19T03:03:02.176Zslp 51:44.636102510
23882026-03-19T03:03:02.176Zlat 46.591785919
23892026-03-19T03:03:02.176Zstop 7:47.059089486
23902026-03-19T03:03:02.176Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-19T03:03:03.375Z Finished `release` profile [optimized] target(s) in 1.18s
23922026-03-19T03:03:03.443Z Running `target/release/omicron-package -t test package`
23932026-03-19T03:03:03.509ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-19T03:03:05.420Z Compiling regress v0.10.5
23952026-03-19T03:03:05.421Z Compiling heck v0.5.0
23962026-03-19T03:03:05.424Z Compiling unsafe-libyaml v0.2.11
23972026-03-19T03:03:05.707Z Compiling convert_case v0.4.0
23982026-03-19T03:03:05.745Z Compiling half v2.7.1
23992026-03-19T03:03:05.748Z Compiling ciborium-io v0.2.2
24002026-03-19T03:03:05.807Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-19T03:03:05.812Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-19T03:03:05.863Z Compiling prettyplease v0.2.37
24032026-03-19T03:03:05.895Z Compiling typify-impl v0.6.1
24042026-03-19T03:03:05.925Z Compiling universal-hash v0.5.1
24052026-03-19T03:03:05.928Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-19T03:03:05.928Z Compiling unicode-width v0.1.14
24072026-03-19T03:03:05.929Z Compiling opaque-debug v0.3.1
24082026-03-19T03:03:05.991Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-19T03:03:06.051Z Compiling chacha20 v0.9.1
24102026-03-19T03:03:06.081Z Compiling password-hash v0.5.0
24112026-03-19T03:03:06.152Z Compiling ciborium-ll v0.2.2
24122026-03-19T03:03:06.159Z Compiling derive_more v0.99.20
24132026-03-19T03:03:06.183Z Compiling poly1305 v0.8.0
24142026-03-19T03:03:06.191Z Compiling blake2 v0.10.6
24152026-03-19T03:03:06.282Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-19T03:03:06.408Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-19T03:03:06.439Z Compiling ciborium v0.2.2
24182026-03-19T03:03:06.473Z Compiling aead v0.5.2
24192026-03-19T03:03:06.616Z Compiling is-terminal v0.4.17
24202026-03-19T03:03:06.639Z Compiling swrite v0.1.0
24212026-03-19T03:03:06.681Z Compiling chacha20poly1305 v0.10.1
24222026-03-19T03:03:06.748Z Compiling argon2 v0.5.3
24232026-03-19T03:03:06.794Z Compiling serde_spanned v1.0.4
24242026-03-19T03:03:06.910Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-19T03:03:07.022Z Compiling bytecount v0.6.9
24262026-03-19T03:03:07.052Z Compiling rustls v0.22.4
24272026-03-19T03:03:07.088Z Compiling rustls-webpki v0.102.8
24282026-03-19T03:03:07.130Z Compiling derive-where v1.6.0
24292026-03-19T03:03:07.232Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-19T03:03:07.290Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-19T03:03:07.320Z Compiling thread_local v1.1.9
24322026-03-19T03:03:07.391Z Compiling match_cfg v0.1.0
24332026-03-19T03:03:07.478Z Compiling thiserror-no-std v2.0.2
24342026-03-19T03:03:07.530Z Compiling hostname v0.3.1
24352026-03-19T03:03:07.602Z Compiling vsss-rs v3.3.4
24362026-03-19T03:03:07.727Z Compiling multer v3.1.0
24372026-03-19T03:03:07.767Z Compiling slog-async v2.8.0
24382026-03-19T03:03:07.828Z Compiling slog-json v2.6.1
24392026-03-19T03:03:07.881Z Compiling crossbeam-channel v0.5.15
24402026-03-19T03:03:07.910Z Compiling futures-executor v0.3.32
24412026-03-19T03:03:08.034Z Compiling take_mut v0.2.2
24422026-03-19T03:03:08.091Z Compiling term v1.2.1
24432026-03-19T03:03:08.124Z Compiling slog-bunyan v2.5.0
24442026-03-19T03:03:08.211Z Compiling futures v0.3.32
24452026-03-19T03:03:08.328Z Compiling dropshot v0.16.7
24462026-03-19T03:03:08.359Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-19T03:03:08.418Z Compiling async-stream v0.3.6
24482026-03-19T03:03:08.474Z Compiling slog-term v2.9.2
24492026-03-19T03:03:08.512Z Compiling progenitor-client v0.13.0
24502026-03-19T03:03:08.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-19T03:03:08.659Z Compiling waitgroup v0.1.2
24522026-03-19T03:03:08.784Z Compiling backon v1.6.0
24532026-03-19T03:03:08.818Z Compiling rustls-pemfile v2.2.0
24542026-03-19T03:03:08.821Z Compiling hostname v0.4.2
24552026-03-19T03:03:08.885Z Compiling serde_path_to_error v0.1.20
24562026-03-19T03:03:08.885Z Compiling instant v0.1.13
24572026-03-19T03:03:08.885Z Compiling debug-ignore v1.0.5
24582026-03-19T03:03:08.987Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-19T03:03:08.991Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-03-19T03:03:09.058Z Compiling progenitor-extras v0.1.1
24612026-03-19T03:03:09.092Z Compiling backoff v0.4.0
24622026-03-19T03:03:09.127Z Compiling parse-display v0.10.0
24632026-03-19T03:03:09.130Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-19T03:03:09.130Z Compiling progenitor-client v0.10.0
24652026-03-19T03:03:09.130Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-19T03:03:09.254Z Compiling macaddr v1.0.1
24672026-03-19T03:03:09.314Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-19T03:03:09.374Z Compiling console v0.15.11
24692026-03-19T03:03:09.410Z Compiling newline-converter v0.3.0
24702026-03-19T03:03:09.410Z Compiling atomicwrites v0.4.4
24712026-03-19T03:03:09.414Z Compiling num-rational v0.4.2
24722026-03-19T03:03:09.582Z Compiling num-complex v0.4.6
24732026-03-19T03:03:09.617Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-19T03:03:09.724Z Compiling slog-dtrace v0.3.0
24752026-03-19T03:03:09.838Z Compiling async-recursion v1.1.1
24762026-03-19T03:03:09.868Z Compiling float-ord v0.3.2
24772026-03-19T03:03:10.005Z Compiling expectorate v1.2.0
24782026-03-19T03:03:10.130Z Compiling owo-colors v4.3.0
24792026-03-19T03:03:10.249Z Compiling tokio-rustls v0.25.0
24802026-03-19T03:03:10.281Z Compiling num v0.4.3
24812026-03-19T03:03:10.345Z Compiling cancel-safe-futures v0.1.5
24822026-03-19T03:03:10.349Z Compiling libsw-core v0.3.2
24832026-03-19T03:03:10.450Z Compiling resolv-conf v0.7.6
24842026-03-19T03:03:10.453Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-19T03:03:10.687Z Compiling libsw v3.5.0
24862026-03-19T03:03:10.758Z Compiling toml v0.8.23
24872026-03-19T03:03:10.787Z Compiling linear-map v1.2.0
24882026-03-19T03:03:10.892Z Compiling minimal-lexical v0.2.1
24892026-03-19T03:03:11.002Z Compiling linked-hash-map v0.5.6
24902026-03-19T03:03:11.141Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-19T03:03:11.248Z Compiling nom v7.1.3
24922026-03-19T03:03:11.282Z Compiling lru-cache v0.1.2
24932026-03-19T03:03:11.285Z Compiling unicode-xid v0.2.6
24942026-03-19T03:03:11.382Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-19T03:03:11.387Z Compiling globset v0.4.18
24962026-03-19T03:03:11.514Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-19T03:03:11.546Z Compiling hickory-proto v0.24.4
24982026-03-19T03:03:11.625Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-19T03:03:11.798Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-19T03:03:12.036Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-19T03:03:12.739Z Compiling typify-macro v0.6.1
25022026-03-19T03:03:13.195Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-19T03:03:13.229Z Compiling convert_case v0.10.0
25042026-03-19T03:03:13.619Z Compiling derive_more-impl v2.1.1
25052026-03-19T03:03:14.449Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-19T03:03:14.546Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-19T03:03:14.681Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-19T03:03:14.831Z Compiling typify v0.6.1
25092026-03-19T03:03:14.924Z Compiling pin-project-internal v1.1.11
25102026-03-19T03:03:15.012Z Compiling progenitor-impl v0.13.0
25112026-03-19T03:03:15.173Z Compiling hickory-resolver v0.24.4
25122026-03-19T03:03:15.928Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-19T03:03:16.189Z Compiling derive_more v2.1.1
25142026-03-19T03:03:16.333Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-19T03:03:16.362Z Compiling pin-project v1.1.11
25162026-03-19T03:03:16.534Z Compiling pem v3.0.6
25172026-03-19T03:03:16.537Z Compiling snafu-derive v0.8.9
25182026-03-19T03:03:17.076Z Compiling qorb v0.4.1
25192026-03-19T03:03:17.445Z Compiling termtree v0.5.1
25202026-03-19T03:03:17.713Z Compiling crossterm v0.29.0
25212026-03-19T03:03:17.923Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-19T03:03:18.142Z Compiling progenitor-macro v0.13.0
25232026-03-19T03:03:18.915Z Compiling snafu v0.8.9
25242026-03-19T03:03:19.200Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-19T03:03:19.676Z Compiling phf_shared v0.12.1
25262026-03-19T03:03:20.028Z Compiling olpc-cjson v0.1.4
25272026-03-19T03:03:20.327Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-19T03:03:20.851Z Compiling serde_plain v1.0.2
25292026-03-19T03:03:21.087Z Compiling csv-core v0.1.13
25302026-03-19T03:03:21.493Z Compiling vte v0.14.1
25312026-03-19T03:03:21.658Z Compiling typed-path v0.9.3
25322026-03-19T03:03:21.935Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-19T03:03:21.980Z Compiling highway v1.3.0
25342026-03-19T03:03:22.215Z Compiling chrono-tz v0.10.4
25352026-03-19T03:03:22.530Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-19T03:03:22.843Z Compiling strip-ansi-escapes v0.2.1
25372026-03-19T03:03:22.917Z Compiling csv v1.4.0
25382026-03-19T03:03:23.035Z Compiling phf v0.12.1
25392026-03-19T03:03:23.292Z Compiling tough v0.20.0
25402026-03-19T03:03:23.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-03-19T03:03:23.529Z Compiling const_format_proc_macros v0.2.34
25422026-03-19T03:03:23.568Z Compiling papergrid v0.11.0
25432026-03-19T03:03:23.967Z Compiling fd-lock v4.0.4
25442026-03-19T03:03:24.123Z Compiling progenitor v0.13.0
25452026-03-19T03:03:24.190Z Compiling peg-macros v0.8.5
25462026-03-19T03:03:24.341Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-19T03:03:24.587Z Compiling tabled_derive v0.7.0
25482026-03-19T03:03:25.221Z Compiling nu-ansi-term v0.50.3
25492026-03-19T03:03:25.454Z Compiling const_format v0.2.35
25502026-03-19T03:03:25.640Z Compiling reedline v0.40.0
25512026-03-19T03:03:25.835Z Compiling tabled v0.15.0
25522026-03-19T03:03:25.912Z Compiling peg v0.8.5
25532026-03-19T03:03:26.018Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-19T03:03:26.026Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-19T03:03:26.103Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-19T03:03:28.237Z Compiling bcs v0.1.6
25572026-03-19T03:03:28.551Z Compiling semver v0.1.20
25582026-03-19T03:03:28.784Z Compiling base64 v0.21.7
25592026-03-19T03:03:28.934Z Compiling rustc_version v0.1.7
25602026-03-19T03:03:29.237Z Compiling newtype_derive v0.1.6
25612026-03-19T03:03:29.466Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-19T03:03:29.503Z Compiling typify-impl v0.4.3
25632026-03-19T03:03:29.534Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-19T03:03:29.772Z Compiling humantime v2.3.0
25652026-03-19T03:03:29.893Z Compiling smawk v0.3.2
25662026-03-19T03:03:30.131Z Compiling unicode-linebreak v0.1.5
25672026-03-19T03:03:30.311Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-19T03:03:30.347Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-19T03:03:30.375Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-19T03:03:30.538Z Compiling textwrap v0.16.2
25712026-03-19T03:03:30.567Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-19T03:03:30.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-19T03:03:31.127Z Compiling steno v0.4.1
25742026-03-19T03:03:31.892Z Compiling utf-8 v0.7.6
25752026-03-19T03:03:32.622Z Compiling tagptr v0.2.0
25762026-03-19T03:03:32.906Z Compiling moka v0.12.13
25772026-03-19T03:03:32.959Z Compiling tungstenite v0.21.0
25782026-03-19T03:03:33.102Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-19T03:03:33.372Z Compiling radium v0.7.0
25802026-03-19T03:03:33.721Z Compiling maybe-uninit v2.0.0
25812026-03-19T03:03:34.093Z Compiling tokio-tungstenite v0.21.0
25822026-03-19T03:03:34.569Z Compiling typify-macro v0.4.3
25832026-03-19T03:03:34.569Z Compiling hickory-resolver v0.25.2
25842026-03-19T03:03:34.573Z Compiling tap v1.0.1
25852026-03-19T03:03:34.824Z Compiling wyz v0.5.1
25862026-03-19T03:03:35.149Z Compiling zerocopy-derive v0.6.6
25872026-03-19T03:03:35.312Z Compiling packed_struct v0.10.1
25882026-03-19T03:03:35.654Z Compiling crc-catalog v2.4.0
25892026-03-19T03:03:35.683Z Compiling funty v2.0.0
25902026-03-19T03:03:35.821Z Compiling display-error-chain v0.2.2
25912026-03-19T03:03:36.048Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-19T03:03:36.080Z Compiling crc v3.4.0
25932026-03-19T03:03:36.200Z Compiling zerocopy v0.6.6
25942026-03-19T03:03:36.397Z Compiling bitvec v1.0.1
25952026-03-19T03:03:36.592Z Compiling typify v0.4.3
25962026-03-19T03:03:36.753Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-19T03:03:36.980Z Compiling progenitor-impl v0.10.0
25982026-03-19T03:03:38.958Z Compiling packed_struct_codegen v0.10.1
25992026-03-19T03:03:39.158Z Compiling bitfield-macros v0.19.4
26002026-03-19T03:03:39.436Z Compiling indexmap v1.9.3
26012026-03-19T03:03:39.735Z Compiling nodrop v0.1.14
26022026-03-19T03:03:39.897Z Compiling array-init v0.0.4
26032026-03-19T03:03:40.037Z Compiling progenitor-macro v0.10.0
26042026-03-19T03:03:40.097Z Compiling bitfield v0.19.4
26052026-03-19T03:03:40.543Z Compiling smallvec v0.6.14
26062026-03-19T03:03:40.571Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-19T03:03:40.859Z Compiling num-derive v0.3.3
26082026-03-19T03:03:40.900Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-19T03:03:41.448Z Compiling hashbrown v0.12.3
26102026-03-19T03:03:42.020Z Compiling libscf-sys v1.1.0
26112026-03-19T03:03:42.111Z Compiling proc-macro-error2 v2.0.1
26122026-03-19T03:03:42.256Z Compiling serde-hex v0.1.0
26132026-03-19T03:03:42.289Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-19T03:03:42.561Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-19T03:03:42.601Z Compiling ron v0.8.1
26162026-03-19T03:03:42.628Z Compiling hashbrown v0.13.2
26172026-03-19T03:03:42.943Z Compiling vergen-gitcl v1.0.8
26182026-03-19T03:03:42.973Z Compiling dirs-sys-next v0.1.2
26192026-03-19T03:03:43.229Z Compiling diesel_derives v2.3.7
26202026-03-19T03:03:43.327Z Compiling crunchy v0.2.4
26212026-03-19T03:03:43.452Z Compiling maplit v1.0.2
26222026-03-19T03:03:43.537Z Compiling glob v0.3.3
26232026-03-19T03:03:43.602Z Compiling crc-any v2.5.0
26242026-03-19T03:03:43.746Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-19T03:03:43.983Z Compiling clang-sys v1.8.1
26262026-03-19T03:03:44.103Z Compiling object v0.30.4
26272026-03-19T03:03:44.192Z Compiling dirs-next v2.0.0
26282026-03-19T03:03:44.234Z Compiling tabled_derive v0.11.0
26292026-03-19T03:03:44.381Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-19T03:03:44.484Z Compiling papergrid v0.17.0
26312026-03-19T03:03:44.602Z Compiling testing_table v0.3.0
26322026-03-19T03:03:45.170Z Compiling dsl_auto_type v0.2.0
26332026-03-19T03:03:45.215Z Compiling scheduled-thread-pool v0.2.7
26342026-03-19T03:03:45.256Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-19T03:03:45.287Z Compiling path-slash v0.1.5
26362026-03-19T03:03:45.527Z Compiling tiny-keccak v2.0.2
26372026-03-19T03:03:45.561Z Compiling r2d2 v0.8.10
26382026-03-19T03:03:45.712Z Compiling term v0.7.0
26392026-03-19T03:03:45.972Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-03-19T03:03:46.005Z Compiling arc-swap v1.8.2
26412026-03-19T03:03:46.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-19T03:03:46.073Z Compiling progenitor v0.10.0
26432026-03-19T03:03:46.202Z Compiling tabled v0.20.0
26442026-03-19T03:03:46.327Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26452026-03-19T03:03:46.360Z Compiling downcast-rs v2.0.2
26462026-03-19T03:03:46.436Z Compiling xshell-macros v0.2.7
26472026-03-19T03:03:46.523Z Compiling bit-vec v0.6.3
26482026-03-19T03:03:46.553Z Compiling slog-scope v4.4.1
26492026-03-19T03:03:46.680Z Compiling ascii-canvas v3.0.0
26502026-03-19T03:03:46.848Z Compiling bit-set v0.5.3
26512026-03-19T03:03:46.958Z Compiling xshell v0.2.7
26522026-03-19T03:03:47.087Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-19T03:03:47.126Z Compiling itertools v0.10.5
26542026-03-19T03:03:47.350Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-19T03:03:47.692Z Compiling ena v0.14.4
26562026-03-19T03:03:47.893Z Compiling libloading v0.8.9
26572026-03-19T03:03:48.028Z Compiling bindgen v0.71.1
26582026-03-19T03:03:48.199Z Compiling regex-syntax v0.6.29
26592026-03-19T03:03:48.382Z Compiling diff v0.1.13
26602026-03-19T03:03:48.624Z Compiling unicase v2.9.0
26612026-03-19T03:03:48.736Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-19T03:03:50.280Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26632026-03-19T03:03:50.710Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-19T03:03:50.901Z Compiling lalrpop v0.19.12
26652026-03-19T03:03:51.621Z Compiling slog-stdlog v4.1.1
26662026-03-19T03:03:51.837Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-19T03:03:52.214Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-19T03:03:52.273Z Compiling cexpr v0.6.0
26692026-03-19T03:03:52.598Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-03-19T03:03:52.942Z Compiling diesel v2.3.7
26712026-03-19T03:03:52.980Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-19T03:03:53.185Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-19T03:03:53.265Z Compiling crc8 v0.1.1
26742026-03-19T03:03:53.410Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-19T03:03:53.443Z Compiling slog-envlogger v2.2.0
26762026-03-19T03:03:53.476Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-19T03:03:53.628Z Compiling headers-core v0.3.0
26782026-03-19T03:03:53.848Z Compiling libxml v0.3.3
26792026-03-19T03:03:54.235Z Compiling headers v0.4.1
26802026-03-19T03:03:54.289Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-19T03:03:54.967Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-19T03:03:55.314Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-19T03:03:55.916Z Compiling strum_macros v0.24.3
26842026-03-19T03:03:55.948Z Compiling indoc v1.0.9
26852026-03-19T03:03:56.460Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-19T03:03:56.536Z Compiling derive_builder v0.20.2
26872026-03-19T03:03:56.715Z Compiling oso-derive v0.27.3
26882026-03-19T03:03:56.746Z Compiling quick-xml v0.37.5
26892026-03-19T03:03:56.773Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-19T03:03:57.395Z Compiling half v1.8.3
26912026-03-19T03:03:57.433Z Compiling openssl-probe v0.1.6
26922026-03-19T03:03:57.705Z Compiling serde_cbor v0.11.2
26932026-03-19T03:03:57.799Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-19T03:03:57.973Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-19T03:03:58.257Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-19T03:03:58.578Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-19T03:03:58.749Z Compiling bb8 v0.8.6
26982026-03-19T03:03:58.821Z Compiling trait-variant v0.1.2
26992026-03-19T03:03:58.896Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-19T03:03:59.009Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-19T03:03:59.427Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-19T03:03:59.503Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-19T03:03:59.581Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-19T03:03:59.791Z Compiling fxhash v0.2.1
27052026-03-19T03:03:59.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-19T03:04:00.074Z Compiling kstat-rs v0.2.4
27072026-03-19T03:04:00.150Z Compiling samael v0.0.19
27082026-03-19T03:04:00.232Z Compiling libz-sys v1.1.24
27092026-03-19T03:04:00.341Z Compiling salty v0.3.0
27102026-03-19T03:04:00.420Z Compiling nonempty v0.12.0
27112026-03-19T03:04:00.692Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-19T03:04:00.822Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-19T03:04:00.917Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-19T03:04:01.136Z Compiling progenitor-impl v0.11.2
27152026-03-19T03:04:01.230Z Compiling darling_core v0.23.0
27162026-03-19T03:04:01.294Z Compiling nanorand v0.7.0
27172026-03-19T03:04:01.714Z Compiling fs-err v2.11.0
27182026-03-19T03:04:01.779Z Compiling parking_lot_core v0.8.6
27192026-03-19T03:04:02.077Z Compiling polar-core v0.27.3
27202026-03-19T03:04:02.329Z Compiling mime_guess v2.0.5
27212026-03-19T03:04:02.371Z Compiling flume v0.11.1
27222026-03-19T03:04:02.897Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-19T03:04:03.016Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-19T03:04:04.272Z Compiling progenitor-macro v0.11.2
27252026-03-19T03:04:04.500Z Compiling darling_macro v0.23.0
27262026-03-19T03:04:05.135Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-19T03:04:05.908Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-19T03:04:05.912Z Compiling progenitor-client v0.11.2
27292026-03-19T03:04:06.691Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-19T03:04:07.563Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-19T03:04:07.598Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-19T03:04:08.994Z Compiling git-stub v1.0.0
27332026-03-19T03:04:09.355Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-19T03:04:09.908Z Compiling instability v0.3.11
27352026-03-19T03:04:10.163Z Compiling progenitor v0.11.2
27362026-03-19T03:04:10.420Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-19T03:04:12.373Z Compiling git-stub-vcs v0.1.0
27382026-03-19T03:04:12.513Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-19T03:04:12.852Z Compiling darling v0.23.0
27402026-03-19T03:04:12.995Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-19T03:04:15.835Z Compiling oso v0.27.3
27422026-03-19T03:04:16.631Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-19T03:04:16.667Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-19T03:04:17.348Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-19T03:04:18.144Z Compiling async-bb8-diesel v0.2.1
27462026-03-19T03:04:18.180Z Compiling diesel-dtrace v0.5.0
27472026-03-19T03:04:18.180Z Compiling ignore v0.4.25
27482026-03-19T03:04:18.726Z Compiling primeorder v0.13.6
27492026-03-19T03:04:19.148Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-19T03:04:20.645Z Compiling castaway v0.2.4
27512026-03-19T03:04:20.846Z Compiling nibble_vec v0.1.0
27522026-03-19T03:04:21.032Z Compiling atty v0.2.14
27532026-03-19T03:04:21.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-19T03:04:21.159Z Compiling indoc v2.0.7
27552026-03-19T03:04:21.212Z Compiling endian-type v0.1.2
27562026-03-19T03:04:21.398Z Compiling http-range v0.1.5
27572026-03-19T03:04:21.454Z Compiling parse-size v1.1.0
27582026-03-19T03:04:21.735Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-19T03:04:21.817Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T03:04:22.082Z Compiling radix_trie v0.2.1
27612026-03-19T03:04:22.208Z Compiling compact_str v0.8.1
27622026-03-19T03:04:22.674Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-19T03:04:23.680Z Compiling globwalk v0.9.1
27642026-03-19T03:04:24.181Z Compiling p384 v0.13.1
27652026-03-19T03:04:24.368Z Compiling parking_lot v0.11.2
27662026-03-19T03:04:24.610Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-19T03:04:24.951Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-19T03:04:25.490Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-19T03:04:25.525Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-19T03:04:25.529Z Compiling predicates-tree v1.0.13
27712026-03-19T03:04:25.597Z Compiling unicode-truncate v1.1.0
27722026-03-19T03:04:25.877Z Compiling lru v0.12.5
27732026-03-19T03:04:26.155Z Compiling prefix-trie v0.7.0
27742026-03-19T03:04:26.189Z Compiling vergen-git2 v1.0.7
27752026-03-19T03:04:26.424Z Compiling cassowary v0.3.0
27762026-03-19T03:04:26.524Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-19T03:04:26.874Z Compiling ratatui v0.29.0
27782026-03-19T03:04:27.047Z Compiling hickory-server v0.25.2
27792026-03-19T03:04:27.155Z Compiling camino-tempfile-ext v0.3.3
27802026-03-19T03:04:28.041Z Compiling hyper-staticfile v0.10.1
27812026-03-19T03:04:28.310Z Compiling sled v0.34.7
27822026-03-19T03:04:29.589Z Compiling hickory-client v0.25.2
27832026-03-19T03:04:29.740Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-19T03:04:30.030Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-19T03:04:30.072Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-19T03:04:30.571Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-19T03:04:30.711Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-19T03:04:31.069Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27892026-03-19T03:04:31.649Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-19T03:04:32.206Z Compiling rand_seeder v0.4.0
27912026-03-19T03:04:32.349Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T03:04:32.567Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-19T03:04:32.842Z Compiling lzma-sys v0.1.20
27942026-03-19T03:04:32.937Z Compiling rustls v0.21.12
27952026-03-19T03:04:33.238Z Compiling corncobs v0.1.4
27962026-03-19T03:04:33.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-19T03:04:33.542Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-19T03:04:33.849Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-19T03:04:33.889Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-19T03:04:33.922Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-19T03:04:34.140Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-19T03:04:34.266Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-19T03:04:34.443Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-19T03:04:34.608Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-19T03:04:34.846Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-19T03:04:35.040Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-19T03:04:37.608Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-19T03:04:38.668Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-19T03:04:38.748Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-19T03:04:38.953Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-19T03:04:39.035Z Compiling cargo_toml v0.22.3
28122026-03-19T03:04:39.241Z Compiling rustls-webpki v0.101.7
28132026-03-19T03:04:40.737Z Compiling sct v0.7.1
28142026-03-19T03:04:41.073Z Compiling nix v0.29.0
28152026-03-19T03:04:41.115Z Compiling secrecy v0.8.0
28162026-03-19T03:04:41.366Z Compiling git2 v0.20.4
28172026-03-19T03:04:41.370Z Compiling void v1.0.2
28182026-03-19T03:04:41.586Z Compiling lzss v0.8.2
28192026-03-19T03:04:41.871Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-19T03:04:41.947Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-19T03:04:42.262Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-19T03:04:42.404Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-19T03:04:42.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-19T03:04:43.455Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-19T03:04:43.789Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-19T03:04:44.390Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-19T03:04:44.720Z Compiling tungstenite v0.23.0
28282026-03-19T03:04:44.842Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-19T03:04:45.135Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-19T03:04:45.359Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-19T03:04:45.419Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-19T03:04:45.644Z Compiling nix v0.27.1
28332026-03-19T03:04:45.704Z Compiling serde_bytes v0.11.19
28342026-03-19T03:04:45.869Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-19T03:04:46.187Z Compiling tokio-tungstenite v0.23.1
28362026-03-19T03:04:46.322Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-19T03:04:46.686Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-19T03:04:47.660Z Compiling tokio-rustls v0.24.1
28392026-03-19T03:04:47.765Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-19T03:04:47.950Z Compiling ron v0.12.0
28412026-03-19T03:04:48.095Z Compiling xz2 v0.1.7
28422026-03-19T03:04:48.413Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-19T03:04:49.110Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-19T03:04:50.186Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-19T03:04:52.914Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-19T03:04:53.180Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-19T03:04:54.684Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-19T03:04:55.392Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-19T03:04:56.305Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-19T03:04:56.625Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-19T03:04:57.053Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-19T03:04:57.609Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-19T03:04:57.802Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-19T03:04:59.149Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-19T03:05:00.521Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-19T03:05:01.451Z Compiling rustls-pemfile v1.0.4
28572026-03-19T03:05:01.974Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-19T03:05:02.570Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-19T03:05:03.101Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-19T03:05:03.132Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-19T03:05:03.382Z Compiling signal-hook-tokio v0.3.1
28622026-03-19T03:05:03.606Z Compiling yasna v0.5.2
28632026-03-19T03:05:03.720Z Compiling twox-hash v2.1.2
28642026-03-19T03:05:04.146Z Compiling base16ct v1.0.0
28652026-03-19T03:05:04.384Z Compiling is_ci v1.2.0
28662026-03-19T03:05:04.638Z Compiling supports-color v3.0.2
28672026-03-19T03:05:04.670Z Compiling rcgen v0.12.1
28682026-03-19T03:05:05.266Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-19T03:05:05.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-19T03:05:05.546Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-19T03:05:06.462Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-19T03:05:07.217Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-19T03:05:07.303Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-19T03:05:09.025Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-19T03:05:10.284Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-19T03:05:10.663Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-19T03:05:11.070Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-19T03:05:13.665Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-19T03:05:13.855Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-19T03:05:13.935Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-19T03:05:14.141Z Compiling fatfs v0.3.6
28822026-03-19T03:05:14.214Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-19T03:05:15.593Z Compiling subprocess v0.2.15
28842026-03-19T03:05:15.710Z Compiling rtoolbox v0.0.3
28852026-03-19T03:05:16.060Z Compiling assert_matches v1.5.0
28862026-03-19T03:05:16.198Z Compiling seq-macro v0.3.6
28872026-03-19T03:05:16.688Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-19T03:05:16.869Z Compiling rpassword v7.4.0
28892026-03-19T03:05:17.311Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-19T03:05:18.378Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-19T03:05:19.326Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-19T03:05:19.496Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-19T03:05:20.095Z Compiling tui-tree-widget v0.23.1
28942026-03-19T03:05:20.457Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-19T03:05:21.890Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-19T03:05:22.520Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-19T03:05:22.550Z Compiling uzers v0.12.2
28982026-03-19T03:05:23.273Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-19T03:05:25.820Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-19T03:05:26.370Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-19T03:05:28.466Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-19T03:05:28.864Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-19T03:05:31.584Z Compiling support-bundle-viewer v0.1.2
29042026-03-19T03:05:32.931Z Compiling multimap v0.10.1
29052026-03-19T03:05:46.343Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-19T03:05:54.895Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-19T03:06:01.855Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-19T03:13:29.107Z Finished `release` profile [optimized] target(s) in 10m 25s
29092026-03-19T03:14:22.225Z
29102026-03-19T03:14:22.229Zreal 11:20.213695036
29112026-03-19T03:14:22.230Zuser 1:41:50.686135055
29122026-03-19T03:14:22.230Zsys 4:13.242124712
29132026-03-19T03:14:22.231Ztrap 2.288094557
29142026-03-19T03:14:22.231Ztflt 2.210089400
29152026-03-19T03:14:22.231Zdflt 17.159946179
29162026-03-19T03:14:22.231Zkflt 0.042302020
29172026-03-19T03:14:22.231Zlock 8:34:20.571207558
29182026-03-19T03:14:22.231Zslp 2:53:00.243435616
29192026-03-19T03:14:22.231Zlat 2:51.277667880
29202026-03-19T03:14:22.231Zstop 7:10.780154641
29212026-03-19T03:14:22.232Z+ mapfile -t packages
29222026-03-19T03:14:22.232Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-19T03:14:23.560Z Finished `release` profile [optimized] target(s) in 1.32s
29242026-03-19T03:14:23.635Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-19T03:14:23.706ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-19T03:14:23.709Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-19T03:14:24.440Z Compiling libc v0.2.180
29282026-03-19T03:14:24.440Z Compiling serde v1.0.228
29292026-03-19T03:14:24.444Z Compiling serde_core v1.0.228
29302026-03-19T03:14:24.444Z Compiling rustix v1.1.3
29312026-03-19T03:14:24.444Z Compiling serde_json v1.0.149
29322026-03-19T03:14:24.444Z Compiling bitflags v2.11.0
29332026-03-19T03:14:24.628Z Compiling num-traits v0.2.19
29342026-03-19T03:14:24.644Z Compiling syn v2.0.117
29352026-03-19T03:14:24.659Z Compiling hashbrown v0.16.1
29362026-03-19T03:14:24.674Z Compiling smallvec v1.15.1
29372026-03-19T03:14:24.690Z Compiling usdt-impl v0.5.0
29382026-03-19T03:14:24.725Z Compiling syn v1.0.109
29392026-03-19T03:14:24.743Z Compiling percent-encoding v2.3.2
29402026-03-19T03:14:24.743Z Compiling log v0.4.29
29412026-03-19T03:14:24.922Z Compiling getrandom v0.4.1
29422026-03-19T03:14:25.114Z Compiling form_urlencoded v1.2.2
29432026-03-19T03:14:25.259Z Compiling fs-err v3.3.0
29442026-03-19T03:14:25.262Z Compiling heck v0.4.1
29452026-03-19T03:14:25.307Z Compiling anyhow v1.0.102
29462026-03-19T03:14:25.311Z Compiling once_cell v1.21.3
29472026-03-19T03:14:25.507Z Compiling indexmap v2.13.0
29482026-03-19T03:14:25.645Z Compiling errno v0.3.14
29492026-03-19T03:14:25.645Z Compiling thread-id v4.2.2
29502026-03-19T03:14:25.648Z Compiling memmap v0.7.0
29512026-03-19T03:14:26.129Z Compiling ordered-float v2.10.1
29522026-03-19T03:14:26.808Z Compiling proc-macro-error v1.0.4
29532026-03-19T03:14:27.109Z Compiling terminal_size v0.4.3
29542026-03-19T03:14:27.109Z Compiling tempfile v3.25.0
29552026-03-19T03:14:27.139Z Compiling tabled_derive v0.7.0
29562026-03-19T03:14:27.241Z Compiling clap_builder v4.5.60
29572026-03-19T03:14:27.241Z Compiling textwrap v0.16.2
29582026-03-19T03:14:27.445Z Compiling camino-tempfile v1.4.1
29592026-03-19T03:14:28.027Z Compiling tabled v0.15.0
29602026-03-19T03:14:28.365Z Compiling synstructure v0.13.2
29612026-03-19T03:14:28.365Z Compiling pest_generator v2.8.6
29622026-03-19T03:14:28.912Z Compiling serde_derive v1.0.228
29632026-03-19T03:14:28.912Z Compiling zerofrom-derive v0.1.6
29642026-03-19T03:14:28.912Z Compiling yoke-derive v0.8.1
29652026-03-19T03:14:28.916Z Compiling zerovec-derive v0.11.2
29662026-03-19T03:14:28.916Z Compiling displaydoc v0.2.5
29672026-03-19T03:14:28.916Z Compiling thiserror-impl v1.0.69
29682026-03-19T03:14:28.942Z Compiling zerocopy-derive v0.7.35
29692026-03-19T03:14:28.955Z Compiling scroll_derive v0.12.1
29702026-03-19T03:14:28.958Z Compiling thiserror-impl v2.0.18
29712026-03-19T03:14:29.061Z Compiling pest_derive v2.8.6
29722026-03-19T03:14:29.639Z Compiling clap_derive v4.5.55
29732026-03-19T03:14:29.861Z Compiling scroll v0.12.0
29742026-03-19T03:14:30.036Z Compiling zerocopy v0.7.35
29752026-03-19T03:14:30.263Z Compiling goblin v0.8.2
29762026-03-19T03:14:30.519Z Compiling thiserror v1.0.69
29772026-03-19T03:14:30.582Z Compiling zerofrom v0.1.6
29782026-03-19T03:14:30.620Z Compiling thiserror v2.0.18
29792026-03-19T03:14:30.667Z Compiling dtrace-parser v0.2.0
29802026-03-19T03:14:30.775Z Compiling yoke v0.8.1
29812026-03-19T03:14:31.067Z Compiling zerovec v0.11.5
29822026-03-19T03:14:31.197Z Compiling zerotrie v0.2.3
29832026-03-19T03:14:31.911Z Compiling tinystr v0.8.2
29842026-03-19T03:14:31.953Z Compiling potential_utf v0.1.4
29852026-03-19T03:14:32.215Z Compiling icu_locale_core v2.1.1
29862026-03-19T03:14:32.228Z Compiling icu_collections v2.1.1
29872026-03-19T03:14:33.553Z Compiling icu_provider v2.1.1
29882026-03-19T03:14:33.574Z Compiling serde_spanned v0.6.9
29892026-03-19T03:14:33.622Z Compiling toml_datetime v0.6.11
29902026-03-19T03:14:33.639Z Compiling serde-value v0.7.0
29912026-03-19T03:14:33.704Z Compiling cargo-platform v0.2.0
29922026-03-19T03:14:33.813Z Compiling macaddr v1.0.1
29932026-03-19T03:14:33.840Z Compiling dof v0.3.0
29942026-03-19T03:14:33.936Z Compiling icu_normalizer v2.1.1
29952026-03-19T03:14:33.985Z Compiling icu_properties v2.1.2
29962026-03-19T03:14:34.033Z Compiling toml_edit v0.22.27
29972026-03-19T03:14:34.120Z Compiling serde_tokenstream v0.2.3
29982026-03-19T03:14:34.159Z Compiling clap v4.5.60
29992026-03-19T03:14:34.804Z Compiling usdt-attr-macro v0.5.0
30002026-03-19T03:14:34.834Z Compiling usdt-macro v0.5.0
30012026-03-19T03:14:35.310Z Compiling idna_adapter v1.2.1
30022026-03-19T03:14:35.492Z Compiling idna v1.1.0
30032026-03-19T03:14:35.670Z Compiling usdt v0.5.0
30042026-03-19T03:14:35.932Z Compiling url v2.5.8
30052026-03-19T03:14:36.222Z Compiling toml v0.8.23
30062026-03-19T03:14:36.885Z Compiling cargo-util-schemas v0.8.2
30072026-03-19T03:14:36.886Z Compiling cargo_toml v0.21.0
30082026-03-19T03:14:38.325Z Compiling cargo_metadata v0.21.0
30092026-03-19T03:14:42.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-19T03:14:46.540Z Finished `release` profile [optimized] target(s) in 22.82s
30112026-03-19T03:14:46.689Z
30122026-03-19T03:14:46.692Zreal 22.948327242
30132026-03-19T03:14:46.692Zuser 3:10.888153433
30142026-03-19T03:14:46.692Zsys 21.200310741
30152026-03-19T03:14:46.692Ztrap 0.082528950
30162026-03-19T03:14:46.692Ztflt 0.792378827
30172026-03-19T03:14:46.692Zdflt 1.903360953
30182026-03-19T03:14:46.692Zkflt 0.000144459
30192026-03-19T03:14:46.692Zlock 7:25.000117549
30202026-03-19T03:14:46.692Zslp 4:29.582128736
30212026-03-19T03:14:46.692Zlat 7.731085953
30222026-03-19T03:14:46.692Zstop 29.803430360
30232026-03-19T03:14:46.692Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T03:14:46.692Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-19T03:14:46.692Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T03:14:46.692Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-19T03:14:46.692Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-19T03:14:48.003Z Compiling regress v0.10.5
30292026-03-19T03:14:48.007Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-19T03:14:48.174Z Compiling serde_spanned v1.0.4
30312026-03-19T03:14:48.213Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-19T03:14:48.217Z Compiling newtype-uuid-macros v0.1.0
30332026-03-19T03:14:48.217Z Compiling structmeta-derive v0.3.0
30342026-03-19T03:14:48.228Z Compiling rustls v0.22.4
30352026-03-19T03:14:48.232Z Compiling rustls-webpki v0.102.8
30362026-03-19T03:14:48.251Z Compiling multer v3.1.0
30372026-03-19T03:14:48.255Z Compiling debug-ignore v1.0.5
30382026-03-19T03:14:48.255Z Compiling match_cfg v0.1.0
30392026-03-19T03:14:48.369Z Compiling progenitor-client v0.13.0
30402026-03-19T03:14:48.393Z Compiling slog-json v2.6.1
30412026-03-19T03:14:48.396Z Compiling async-stream-impl v0.3.6
30422026-03-19T03:14:48.443Z Compiling hostname v0.3.1
30432026-03-19T03:14:48.468Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-19T03:14:48.491Z Compiling dropshot v0.16.7
30452026-03-19T03:14:48.495Z Compiling itertools v0.14.0
30462026-03-19T03:14:48.545Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-19T03:14:48.598Z Compiling waitgroup v0.1.2
30482026-03-19T03:14:48.672Z Compiling slog-bunyan v2.5.0
30492026-03-19T03:14:48.677Z Compiling rustls-pemfile v2.2.0
30502026-03-19T03:14:48.726Z Compiling dropshot_endpoint v0.16.7
30512026-03-19T03:14:48.827Z Compiling hostname v0.4.2
30522026-03-19T03:14:48.830Z Compiling serde_path_to_error v0.1.20
30532026-03-19T03:14:48.894Z Compiling macaddr v1.0.1
30542026-03-19T03:14:48.898Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-19T03:14:48.898Z Compiling progenitor-client v0.10.0
30562026-03-19T03:14:49.002Z Compiling instant v0.1.13
30572026-03-19T03:14:49.068Z Compiling backon v1.6.0
30582026-03-19T03:14:49.167Z Compiling backoff v0.4.0
30592026-03-19T03:14:49.226Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-19T03:14:49.259Z Compiling async-stream v0.3.6
30612026-03-19T03:14:49.315Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-19T03:14:49.359Z Compiling progenitor-extras v0.1.1
30632026-03-19T03:14:49.385Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-19T03:14:49.389Z Compiling unsafe-libyaml v0.2.11
30652026-03-19T03:14:49.435Z Compiling crucible-workspace-hack v0.1.0
30662026-03-19T03:14:49.463Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-19T03:14:49.491Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-19T03:14:49.494Z Compiling secrecy v0.10.3
30692026-03-19T03:14:49.543Z Compiling heapless v0.8.0
30702026-03-19T03:14:49.687Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-19T03:14:49.736Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-19T03:14:49.759Z Compiling hash32 v0.3.1
30732026-03-19T03:14:49.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-19T03:14:49.834Z Compiling structmeta v0.3.0
30752026-03-19T03:14:49.898Z Compiling smoltcp v0.11.0
30762026-03-19T03:14:49.990Z Compiling toml v0.8.23
30772026-03-19T03:14:50.063Z Compiling tabwriter v1.4.1
30782026-03-19T03:14:50.116Z Compiling cobs v0.3.0
30792026-03-19T03:14:50.148Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-19T03:14:50.173Z Compiling derive-ex v0.1.8
30812026-03-19T03:14:50.199Z Compiling parse-display-derive v0.10.0
30822026-03-19T03:14:50.284Z Compiling ingot-macros v0.1.1
30832026-03-19T03:14:50.391Z Compiling proc-macro-crate v3.4.0
30842026-03-19T03:14:50.418Z Compiling foreign-types-macros v0.2.3
30852026-03-19T03:14:50.470Z Compiling cpufeatures v0.3.0
30862026-03-19T03:14:50.499Z Compiling foreign-types-shared v0.3.1
30872026-03-19T03:14:50.502Z Compiling convert_case v0.4.0
30882026-03-19T03:14:50.597Z Compiling chacha20 v0.10.0
30892026-03-19T03:14:50.642Z Compiling postcard v1.1.3
30902026-03-19T03:14:50.903Z Compiling proc-macro-crate v1.3.1
30912026-03-19T03:14:51.027Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-19T03:14:51.053Z Compiling universal-hash v0.5.1
30932026-03-19T03:14:51.077Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30942026-03-19T03:14:51.080Z Compiling derive_more v0.99.20
30952026-03-19T03:14:51.145Z Compiling cstr-argument v0.1.2
30962026-03-19T03:14:51.198Z Compiling num_enum_derive v0.7.5
30972026-03-19T03:14:51.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-19T03:14:51.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-19T03:14:51.285Z Compiling foreign-types v0.5.0
31002026-03-19T03:14:51.372Z Compiling colored v3.1.1
31012026-03-19T03:14:51.441Z Compiling opaque-debug v0.3.1
31022026-03-19T03:14:51.526Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-19T03:14:51.550Z Compiling num_enum_derive v0.5.11
31042026-03-19T03:14:51.580Z Compiling rand v0.10.0
31052026-03-19T03:14:51.658Z Compiling tokio-rustls v0.25.0
31062026-03-19T03:14:51.680Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-19T03:14:51.713Z Compiling typify-impl v0.6.1
31082026-03-19T03:14:51.875Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-19T03:14:51.901Z Compiling half v2.7.1
31102026-03-19T03:14:51.942Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-19T03:14:52.313Z Compiling ciborium-io v0.2.2
31122026-03-19T03:14:52.358Z Compiling camino-tempfile v1.4.1
31132026-03-19T03:14:52.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-19T03:14:52.469Z Compiling ciborium-ll v0.2.2
31152026-03-19T03:14:52.579Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-19T03:14:52.682Z Compiling parse-display v0.10.0
31172026-03-19T03:14:52.707Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31182026-03-19T03:14:52.734Z Compiling test-strategy v0.4.5
31192026-03-19T03:14:52.734Z Compiling num_enum v0.7.5
31202026-03-19T03:14:52.737Z Compiling ciborium v0.2.2
31212026-03-19T03:14:52.814Z Compiling smf v0.2.3
31222026-03-19T03:14:52.864Z Compiling aead v0.5.2
31232026-03-19T03:14:52.867Z Compiling num-derive v0.4.2
31242026-03-19T03:14:52.916Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-03-19T03:14:52.941Z Compiling sigpipe v0.1.3
31262026-03-19T03:14:53.026Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-19T03:14:53.082Z Compiling glob v0.3.3
31282026-03-19T03:14:53.108Z Compiling num_enum v0.5.11
31292026-03-19T03:14:53.162Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-19T03:14:53.215Z Compiling poly1305 v0.8.0
31312026-03-19T03:14:53.290Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-19T03:14:53.353Z Compiling chacha20 v0.9.1
31332026-03-19T03:14:53.504Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-19T03:14:53.536Z Compiling whoami v1.6.1
31352026-03-19T03:14:53.640Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-19T03:14:53.665Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-19T03:14:53.725Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-19T03:14:53.750Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-19T03:14:53.958Z Compiling num-rational v0.4.2
31402026-03-19T03:14:53.984Z Compiling password-hash v0.5.0
31412026-03-19T03:14:53.987Z Compiling blake2 v0.10.6
31422026-03-19T03:14:54.127Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-19T03:14:54.216Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-19T03:14:54.246Z Compiling num-complex v0.4.6
31452026-03-19T03:14:54.316Z Compiling indent_write v2.2.0
31462026-03-19T03:14:54.348Z Compiling prettyplease v0.2.37
31472026-03-19T03:14:54.445Z Compiling ingot-types v0.1.2
31482026-03-19T03:14:54.525Z Compiling argon2 v0.5.3
31492026-03-19T03:14:54.587Z Compiling chacha20poly1305 v0.10.1
31502026-03-19T03:14:54.685Z Compiling float-ord v0.3.2
31512026-03-19T03:14:54.799Z Compiling num v0.4.3
31522026-03-19T03:14:54.827Z Compiling gethostname v0.5.0
31532026-03-19T03:14:54.870Z Compiling usdt-attr-macro v0.5.0
31542026-03-19T03:14:54.874Z Compiling usdt-macro v0.5.0
31552026-03-19T03:14:54.874Z Compiling derive-where v1.6.0
31562026-03-19T03:14:54.950Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31572026-03-19T03:14:54.954Z Compiling memmap v0.7.0
31582026-03-19T03:14:55.006Z Compiling ingot v0.1.1
31592026-03-19T03:14:55.033Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-03-19T03:14:55.063Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-19T03:14:55.234Z Compiling typify-impl v0.4.3
31622026-03-19T03:14:55.321Z Compiling atomicwrites v0.4.4
31632026-03-19T03:14:55.436Z Compiling thiserror-no-std v2.0.2
31642026-03-19T03:14:55.466Z Compiling owo-colors v4.3.0
31652026-03-19T03:14:55.589Z Compiling vsss-rs v3.3.4
31662026-03-19T03:14:55.601Z Compiling cancel-safe-futures v0.1.5
31672026-03-19T03:14:55.752Z Compiling libsw-core v0.3.2
31682026-03-19T03:14:55.911Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-19T03:14:55.995Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-19T03:14:56.019Z Compiling async-recursion v1.1.1
31712026-03-19T03:14:56.036Z Compiling resolv-conf v0.7.6
31722026-03-19T03:14:56.078Z Compiling usdt v0.5.0
31732026-03-19T03:14:56.458Z Compiling libsw v3.5.0
31742026-03-19T03:14:56.510Z Compiling libefi-sys v0.1.0
31752026-03-19T03:14:56.587Z Compiling linear-map v1.2.0
31762026-03-19T03:14:56.654Z Compiling hickory-proto v0.24.4
31772026-03-19T03:14:56.681Z Compiling newline-converter v0.3.0
31782026-03-19T03:14:56.745Z Compiling console v0.15.11
31792026-03-19T03:14:56.815Z Compiling bitfield-struct v0.6.2
31802026-03-19T03:14:56.848Z Compiling linked-hash-map v0.5.6
31812026-03-19T03:14:56.872Z Compiling semver v0.1.20
31822026-03-19T03:14:56.922Z Compiling pin-project-internal v1.1.11
31832026-03-19T03:14:57.035Z Compiling slog-dtrace v0.3.0
31842026-03-19T03:14:57.070Z Compiling minimal-lexical v0.2.1
31852026-03-19T03:14:57.134Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-19T03:14:57.200Z Compiling rustc_version v0.1.7
31872026-03-19T03:14:57.264Z Compiling expectorate v1.2.0
31882026-03-19T03:14:57.315Z Compiling lru-cache v0.1.2
31892026-03-19T03:14:57.333Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-19T03:14:57.461Z Compiling nom v7.1.3
31912026-03-19T03:14:57.511Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-19T03:14:57.535Z Compiling tokio-dtrace v0.1.1
31932026-03-19T03:14:57.535Z Compiling newtype_derive v0.1.6
31942026-03-19T03:14:57.592Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-19T03:14:57.617Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31962026-03-19T03:14:57.743Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-19T03:14:57.843Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-19T03:14:57.855Z Compiling phf_shared v0.12.1
31992026-03-19T03:14:57.888Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-19T03:14:57.927Z Compiling pem v3.0.6
32012026-03-19T03:14:57.991Z Compiling snafu-derive v0.8.9
32022026-03-19T03:14:58.155Z Compiling csv-core v0.1.13
32032026-03-19T03:14:58.297Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-19T03:14:58.366Z Compiling xshell-macros v0.2.7
32052026-03-19T03:14:58.395Z Compiling same-file v1.0.6
32062026-03-19T03:14:58.421Z Compiling chrono-tz v0.10.4
32072026-03-19T03:14:58.551Z Compiling typify-macro v0.6.1
32082026-03-19T03:14:58.568Z Compiling highway v1.3.0
32092026-03-19T03:14:58.621Z Compiling pin-project v1.1.11
32102026-03-19T03:14:58.662Z Compiling const_format_proc_macros v0.2.34
32112026-03-19T03:14:58.723Z Compiling walkdir v2.5.0
32122026-03-19T03:14:58.789Z Compiling csv v1.4.0
32132026-03-19T03:14:58.925Z Compiling xshell v0.2.7
32142026-03-19T03:14:59.106Z Compiling phf v0.12.1
32152026-03-19T03:14:59.220Z Compiling oxide-tokio-rt v0.1.3
32162026-03-19T03:14:59.344Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-19T03:14:59.416Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-19T03:14:59.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-03-19T03:14:59.554Z Compiling globset v0.4.18
32202026-03-19T03:14:59.578Z Compiling olpc-cjson v0.1.4
32212026-03-19T03:14:59.641Z Compiling primeorder v0.13.6
32222026-03-19T03:14:59.644Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-19T03:14:59.742Z Compiling hickory-resolver v0.24.4
32242026-03-19T03:14:59.816Z Compiling serde_plain v1.0.2
32252026-03-19T03:14:59.842Z Compiling base64 v0.21.7
32262026-03-19T03:14:59.845Z Compiling typed-path v0.9.3
32272026-03-19T03:15:00.024Z Compiling const_format v0.2.35
32282026-03-19T03:15:00.116Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-19T03:15:00.315Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-19T03:15:00.343Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-19T03:15:00.489Z Compiling tabled_derive v0.7.0
32322026-03-19T03:15:00.571Z Compiling bcs v0.1.6
32332026-03-19T03:15:00.867Z Compiling snafu v0.8.9
32342026-03-19T03:15:01.044Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-19T03:15:01.068Z Compiling typify v0.6.1
32362026-03-19T03:15:01.175Z Compiling radium v0.7.0
32372026-03-19T03:15:01.179Z Compiling termtree v0.5.1
32382026-03-19T03:15:01.239Z Compiling progenitor-impl v0.13.0
32392026-03-19T03:15:01.309Z Compiling qorb v0.4.1
32402026-03-19T03:15:01.338Z Compiling tough v0.20.0
32412026-03-19T03:15:01.393Z Compiling salty v0.3.0
32422026-03-19T03:15:01.434Z Compiling textwrap v0.16.2
32432026-03-19T03:15:01.644Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-19T03:15:01.725Z Compiling steno v0.4.1
32452026-03-19T03:15:01.798Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-03-19T03:15:01.917Z Compiling tabled v0.15.0
32472026-03-19T03:15:01.997Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-19T03:15:02.094Z Compiling maybe-uninit v2.0.0
32492026-03-19T03:15:02.122Z Compiling typify-macro v0.4.3
32502026-03-19T03:15:02.122Z Compiling humantime v2.3.0
32512026-03-19T03:15:02.178Z Compiling utf-8 v0.7.6
32522026-03-19T03:15:02.211Z Compiling tap v1.0.1
32532026-03-19T03:15:02.398Z Compiling tungstenite v0.21.0
32542026-03-19T03:15:02.435Z Compiling wyz v0.5.1
32552026-03-19T03:15:02.583Z Compiling p384 v0.13.1
32562026-03-19T03:15:02.608Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-19T03:15:02.750Z Compiling arc-swap v1.8.2
32582026-03-19T03:15:02.875Z Compiling tagptr v0.2.0
32592026-03-19T03:15:03.081Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-19T03:15:03.110Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-19T03:15:03.190Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-19T03:15:03.417Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-19T03:15:03.630Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-19T03:15:03.850Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-19T03:15:03.911Z Compiling packed_struct v0.10.1
32662026-03-19T03:15:04.200Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-19T03:15:04.288Z Compiling funty v2.0.0
32682026-03-19T03:15:04.431Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-19T03:15:04.455Z Compiling tokio-tungstenite v0.21.0
32702026-03-19T03:15:04.591Z Compiling typify v0.4.3
32712026-03-19T03:15:04.761Z Compiling progenitor-impl v0.10.0
32722026-03-19T03:15:04.922Z Compiling bitvec v1.0.1
32732026-03-19T03:15:05.183Z Compiling progenitor-macro v0.13.0
32742026-03-19T03:15:05.257Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-19T03:15:05.296Z Compiling moka v0.12.13
32762026-03-19T03:15:05.350Z Compiling slog-scope v4.4.1
32772026-03-19T03:15:05.569Z Compiling polyval v0.6.2
32782026-03-19T03:15:05.598Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-19T03:15:05.652Z Compiling packed_struct_codegen v0.10.1
32802026-03-19T03:15:05.738Z Compiling bitfield-macros v0.19.4
32812026-03-19T03:15:05.911Z Compiling zerocopy-derive v0.6.6
32822026-03-19T03:15:05.948Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-19T03:15:06.073Z Compiling indexmap v1.9.3
32842026-03-19T03:15:06.169Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-19T03:15:06.356Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-19T03:15:06.403Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-19T03:15:06.570Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-19T03:15:06.771Z Compiling parking_lot_core v0.8.6
32892026-03-19T03:15:06.803Z Compiling nodrop v0.1.14
32902026-03-19T03:15:06.964Z Compiling crc-catalog v2.4.0
32912026-03-19T03:15:07.048Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-03-19T03:15:07.133Z Compiling crc v3.4.0
32932026-03-19T03:15:07.188Z Compiling array-init v0.0.4
32942026-03-19T03:15:07.215Z Compiling zerocopy v0.6.6
32952026-03-19T03:15:07.240Z Compiling bitfield v0.19.4
32962026-03-19T03:15:07.379Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-19T03:15:07.449Z Compiling proc-macro-error2 v2.0.1
32982026-03-19T03:15:07.728Z Compiling hickory-resolver v0.25.2
32992026-03-19T03:15:07.755Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-19T03:15:07.782Z Compiling ghash v0.5.1
33012026-03-19T03:15:07.786Z Compiling slog-stdlog v4.1.1
33022026-03-19T03:15:07.920Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-03-19T03:15:07.998Z Compiling smallvec v0.6.14
33042026-03-19T03:15:08.143Z Compiling git-stub v1.0.0
33052026-03-19T03:15:08.263Z Compiling num-derive v0.3.3
33062026-03-19T03:15:08.320Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-19T03:15:08.344Z Compiling ctr v0.9.2
33082026-03-19T03:15:08.529Z Compiling lzma-sys v0.1.20
33092026-03-19T03:15:08.650Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-03-19T03:15:08.675Z Compiling progenitor-macro v0.10.0
33112026-03-19T03:15:08.777Z Compiling hashbrown v0.12.3
33122026-03-19T03:15:08.944Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-19T03:15:09.009Z Compiling unicase v2.9.0
33142026-03-19T03:15:09.039Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-03-19T03:15:09.104Z Compiling aes-gcm v0.10.3
33162026-03-19T03:15:09.159Z Compiling git-stub-vcs v0.1.0
33172026-03-19T03:15:09.186Z Compiling serde-hex v0.1.0
33182026-03-19T03:15:09.242Z Compiling slog-envlogger v2.2.0
33192026-03-19T03:15:09.343Z Compiling mime_guess v2.0.5
33202026-03-19T03:15:09.463Z Compiling tabled_derive v0.11.0
33212026-03-19T03:15:09.514Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-19T03:15:09.555Z Compiling libscf-sys v1.1.0
33232026-03-19T03:15:09.686Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33242026-03-19T03:15:09.772Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-19T03:15:10.073Z Compiling progenitor-impl v0.11.2
33262026-03-19T03:15:10.100Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-19T03:15:10.137Z Compiling ron v0.8.1
33282026-03-19T03:15:10.284Z Compiling papergrid v0.17.0
33292026-03-19T03:15:10.423Z Compiling cargo_toml v0.22.3
33302026-03-19T03:15:10.450Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-19T03:15:10.861Z Compiling hashbrown v0.13.2
33322026-03-19T03:15:11.175Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-19T03:15:11.222Z Compiling testing_table v0.3.0
33342026-03-19T03:15:11.514Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-19T03:15:11.541Z Compiling blowfish v0.9.1
33362026-03-19T03:15:11.590Z Compiling ssh-encoding v0.2.0
33372026-03-19T03:15:11.633Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-19T03:15:11.730Z Compiling nibble_vec v0.1.0
33392026-03-19T03:15:11.832Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-19T03:15:11.906Z Compiling corncobs v0.1.4
33412026-03-19T03:15:11.948Z Compiling crc-any v2.5.0
33422026-03-19T03:15:11.989Z Compiling endian-type v0.1.2
33432026-03-19T03:15:12.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-19T03:15:12.181Z Compiling radix_trie v0.2.1
33452026-03-19T03:15:12.214Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-19T03:15:12.238Z Compiling ssh-cipher v0.2.0
33472026-03-19T03:15:12.363Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-19T03:15:12.442Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-19T03:15:12.627Z Compiling tabled v0.20.0
33502026-03-19T03:15:12.657Z Compiling object v0.30.4
33512026-03-19T03:15:12.685Z Compiling progenitor v0.13.0
33522026-03-19T03:15:12.689Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-19T03:15:12.750Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-19T03:15:12.821Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-19T03:15:12.847Z Compiling parking_lot v0.11.2
33562026-03-19T03:15:12.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-19T03:15:13.129Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-19T03:15:13.192Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-19T03:15:13.464Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-19T03:15:13.836Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-19T03:15:13.870Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-19T03:15:14.010Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-19T03:15:14.045Z Compiling progenitor-macro v0.11.2
33642026-03-19T03:15:14.405Z Compiling progenitor-client v0.11.2
33652026-03-19T03:15:14.551Z Compiling prefix-trie v0.7.0
33662026-03-19T03:15:14.574Z Compiling password-hash v0.4.2
33672026-03-19T03:15:14.599Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33682026-03-19T03:15:14.640Z Compiling fxhash v0.2.1
33692026-03-19T03:15:14.841Z Compiling secrecy v0.8.0
33702026-03-19T03:15:14.844Z Compiling path-slash v0.1.5
33712026-03-19T03:15:15.069Z Compiling http-range v0.1.5
33722026-03-19T03:15:15.072Z Compiling half v1.8.3
33732026-03-19T03:15:15.124Z Compiling hickory-server v0.25.2
33742026-03-19T03:15:15.282Z Compiling pbkdf2 v0.11.0
33752026-03-19T03:15:15.334Z Compiling sled v0.34.7
33762026-03-19T03:15:15.502Z Compiling serde_cbor v0.11.2
33772026-03-19T03:15:15.861Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-19T03:15:15.978Z Compiling ron v0.12.0
33792026-03-19T03:15:16.032Z Compiling progenitor v0.10.0
33802026-03-19T03:15:16.173Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-03-19T03:15:16.268Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-19T03:15:16.379Z Compiling xz2 v0.1.7
33832026-03-19T03:15:16.744Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-19T03:15:17.032Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-19T03:15:17.334Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-19T03:15:17.360Z Compiling ssh-key v0.6.7
33872026-03-19T03:15:17.439Z Compiling hickory-client v0.25.2
33882026-03-19T03:15:17.842Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-03-19T03:15:17.951Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33902026-03-19T03:15:18.157Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-19T03:15:18.181Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-19T03:15:18.442Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-19T03:15:18.468Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-19T03:15:19.238Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-19T03:15:19.262Z Compiling p256 v0.13.2
33962026-03-19T03:15:19.554Z Compiling p521 v0.13.3
33972026-03-19T03:15:19.579Z Compiling yasna v0.5.2
33982026-03-19T03:15:19.846Z Compiling kstat-rs v0.2.4
33992026-03-19T03:15:19.874Z Compiling headers-core v0.3.0
34002026-03-19T03:15:20.070Z Compiling nanorand v0.7.0
34012026-03-19T03:15:20.145Z Compiling atty v0.2.14
34022026-03-19T03:15:20.285Z Compiling russh-cryptovec v0.7.3
34032026-03-19T03:15:20.325Z Compiling base16ct v1.0.0
34042026-03-19T03:15:20.517Z Compiling home v0.5.12
34052026-03-19T03:15:20.570Z Compiling md5 v0.7.0
34062026-03-19T03:15:20.594Z Compiling crc8 v0.1.1
34072026-03-19T03:15:20.655Z Compiling flume v0.11.1
34082026-03-19T03:15:20.736Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-19T03:15:20.783Z Compiling russh-keys v0.45.0
34102026-03-19T03:15:20.812Z Compiling rcgen v0.12.1
34112026-03-19T03:15:20.845Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-03-19T03:15:20.848Z Compiling headers v0.4.1
34132026-03-19T03:15:20.896Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-19T03:15:20.929Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-19T03:15:20.953Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-19T03:15:21.120Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-19T03:15:21.422Z Compiling progenitor v0.11.2
34182026-03-19T03:15:21.474Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-03-19T03:15:21.682Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-19T03:15:21.709Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-19T03:15:21.874Z Compiling hyper-staticfile v0.10.1
34222026-03-19T03:15:22.021Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-19T03:15:22.086Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-19T03:15:22.390Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-19T03:15:22.602Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-19T03:15:22.626Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-19T03:15:22.745Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-19T03:15:22.845Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-19T03:15:23.042Z Compiling num-bigint v0.4.6
34302026-03-19T03:15:23.132Z Compiling des v0.8.1
34312026-03-19T03:15:23.136Z Compiling subprocess v0.2.15
34322026-03-19T03:15:23.229Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-03-19T03:15:23.425Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-19T03:15:23.606Z Compiling display-error-chain v0.2.2
34352026-03-19T03:15:23.645Z Compiling hex-literal v0.4.1
34362026-03-19T03:15:23.826Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-19T03:15:23.829Z Compiling colored v2.2.0
34382026-03-19T03:15:23.873Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-19T03:15:24.028Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-19T03:15:24.236Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34412026-03-19T03:15:24.262Z Compiling socket2 v0.5.10
34422026-03-19T03:15:24.336Z Compiling internet-checksum v0.2.1
34432026-03-19T03:15:24.908Z Compiling russh v0.45.0
34442026-03-19T03:15:25.346Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-19T03:15:32.069Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-19T03:15:42.577Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T03:15:42.577Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-19T03:15:42.608Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-19T03:15:42.608Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-19T03:15:44.773Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-19T03:15:45.016Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-19T03:15:50.902Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-19T03:16:21.386Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-19T03:16:46.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34552026-03-19T03:16:46.603Z
34562026-03-19T03:16:46.614Zreal 1:59.867896894
34572026-03-19T03:16:46.614Zuser 11:45.421042114
34582026-03-19T03:16:46.615Zsys 2:05.417052631
34592026-03-19T03:16:46.615Ztrap 0.355076878
34602026-03-19T03:16:46.615Ztflt 0.487484536
34612026-03-19T03:16:46.615Zdflt 1.651300810
34622026-03-19T03:16:46.616Zkflt 0.000298685
34632026-03-19T03:16:46.616Zlock 40:58.357963212
34642026-03-19T03:16:46.616Zslp 26:33.278506101
34652026-03-19T03:16:46.616Zlat 46.702213905
34662026-03-19T03:16:46.616Zstop 3:59.059436142
34672026-03-19T03:16:46.616Z+ mkdir tests
34682026-03-19T03:16:46.616Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-19T03:16:46.616Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-19T03:16:46.647Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-19T03:16:46.668Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-19T03:16:46.699Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-19T03:16:46.714Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-19T03:16:46.964Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34752026-03-19T03:16:46.973Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-19T03:18:26.560ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-19T03:18:26.561Za .github/buildomat/ci-env.sh 1K
34782026-03-19T03:18:26.561Za out/target/test 1K
34792026-03-19T03:18:26.561Za out/npuzone/npuzone 27402K
34802026-03-19T03:18:26.561Za package-manifest.toml 35K
34812026-03-19T03:18:26.561Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-19T03:18:26.561Za target/release/omicron-package 40561K
34832026-03-19T03:18:26.561Za target/release/xtask 11433K
34842026-03-19T03:18:26.561Za target/debug/bootstrap 335581K
34852026-03-19T03:18:26.561Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-19T03:18:26.561Za tests/commtest-24d786529c44a77c 32395K
34872026-03-19T03:18:26.561Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-19T03:18:26.561Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377877K
34892026-03-19T03:18:26.562Za out/clickhouse.tar.gz 301709K
34902026-03-19T03:18:26.562Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-19T03:18:26.562Za out/clickhouse_server.tar.gz 301708K
34922026-03-19T03:18:26.562Za out/cockroachdb.tar.gz 156535K
34932026-03-19T03:18:26.562Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-19T03:18:26.562Za out/crucible-utils.tar 17744K
34952026-03-19T03:18:26.562Za out/crucible-zone.tar.gz 53128K
34962026-03-19T03:18:26.562Za out/external-dns.tar.gz 43604K
34972026-03-19T03:18:26.562Za out/internal-dns.tar.gz 43604K
34982026-03-19T03:18:26.563Za out/mg-ddm-gz.tar 78377K
34992026-03-19T03:18:26.563Za out/nexus.tar.gz 210031K
35002026-03-19T03:18:26.563Za out/ntp.tar.gz 25418K
35012026-03-19T03:18:26.563Za out/omicron-gateway-softnpu.tar.gz 28226K
35022026-03-19T03:18:26.563Za out/omicron-sled-agent.tar 186573K
35032026-03-19T03:18:26.563Za out/overlay.tar.gz 3K
35042026-03-19T03:18:26.563Za out/oximeter.tar.gz 57455K
35052026-03-19T03:18:26.563Za out/oxlog.tar 3782K
35062026-03-19T03:18:26.563Za out/probe.tar.gz 3037K
35072026-03-19T03:18:26.565Za out/propolis-server.tar.gz 74633K
35082026-03-19T03:18:26.565Za out/pumpkind-gz.tar 26647K
35092026-03-19T03:18:26.565Za out/switch-softnpu.tar.gz 368019K
35102026-03-19T03:18:26.658Z
35112026-03-19T03:18:26.658Zreal 1:39.623284866
35122026-03-19T03:18:26.658Zuser 1:36.508903856
35132026-03-19T03:18:26.658Zsys 6.444989753
35142026-03-19T03:18:26.658Ztrap 0.006948993
35152026-03-19T03:18:26.658Ztflt 0.000000000
35162026-03-19T03:18:26.658Zdflt 0.000000000
35172026-03-19T03:18:26.658Zkflt 0.000000000
35182026-03-19T03:18:26.658Zlock 0.000000000
35192026-03-19T03:18:26.658Zslp 1:35.671548713
35202026-03-19T03:18:26.659Zlat 0.609463224
35212026-03-19T03:18:26.659Zstop 0.000168448
35222026-03-19T03:18:26.659Zprocess exited: duration 1265807 ms, exit code 0
 
35232026-03-19T03:18:26.712Zfound 1 output files
35242026-03-19T03:18:26.713Zuploading: /work/package.tar.gz (2320981284 bytes)
35252026-03-19T03:20:20.264Zuploaded: /work/package.tar.gz