01KNMJ3WTVV21TCYRB3NNMC7V3: 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: 01KNMJ4D6NMTDXG2KZYM22W866

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T18:10:13.273Zjob assigned to worker 01KNMJ51TFSDWEWCVNYS7XYKG6 [factory aws, i-0f9b44545f9d22697] (queued for 1 m 10 s)
 
22026-04-07T18:10:20.860Zstarting task 0: "setup"
32026-04-07T18:10:20.870Z++ uname -s
42026-04-07T18:10:20.871Z+ kern=SunOS
52026-04-07T18:10:20.871Z+ build_user=build
62026-04-07T18:10:20.871Z+ build_uid=12345
72026-04-07T18:10:20.871Z+ work_dir=/work
82026-04-07T18:10:20.871Z+ input_dir=/input
92026-04-07T18:10:20.871Z+ [[ 0 == 12345 ]]
102026-04-07T18:10:20.871Z+ case "$kern" in
112026-04-07T18:10:20.871Z+ groupadd -g 12345 build
122026-04-07T18:10:20.879Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T18:10:22.881Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T18:10:23.003Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T18:10:23.009Z+ home_fs=zfs
162026-04-07T18:10:23.009Z+ [[ zfs == autofs ]]
172026-04-07T18:10:23.009Z+ mkdir -p /home/build
182026-04-07T18:10:23.009Z+ chown build:build /home/build /work
192026-04-07T18:10:25.009Z+ chmod 0700 /home/build /work
202026-04-07T18:10:25.020Zprocess exited: duration 4154 ms, exit code 0
 
212026-04-07T18:10:25.032Zstarting task 1: "rust-toolchain"
222026-04-07T18:10:25.038Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T18:10:25.038Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T18:10:25.038Z * rust toolchain channel = "1.94.0"
252026-04-07T18:10:25.038Z * rust toolchain profile = "default"
262026-04-07T18:10:25.044Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T18:10:25.044Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T18:10:25.044Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T18:10:25.044Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T18:10:25.131Zinfo: downloading installer
312026-04-07T18:10:26.603Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T18:10:26.603Zwarn: /opt/ooce/bin
332026-04-07T18:10:26.603Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T18:10:26.603Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T18:10:26.603Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T18:10:26.603Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T18:10:26.603Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T18:10:26.603Zerror: cannot install while Rust is installed
392026-04-07T18:10:26.603Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T18:10:26.603Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T18:10:26.603Zwarn: /home/build/.rustup/settings.toml
422026-04-07T18:10:26.603Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T18:10:26.603Zwarn: instead of the one inferred from the default host triple.
442026-04-07T18:10:26.616Zinfo: profile set to default
452026-04-07T18:10:26.616Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T18:10:26.622Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T18:10:26.778Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T18:10:26.785Zinfo: downloading 6 components
492026-04-07T18:10:43.125Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T18:10:43.125Z
512026-04-07T18:10:43.152Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T18:10:43.152Z
532026-04-07T18:10:43.152Z
542026-04-07T18:10:43.152ZRust is installed now. Great!
552026-04-07T18:10:43.152Z
562026-04-07T18:10:43.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T18:10:43.152Zenvironment variable. This has not been done automatically.
582026-04-07T18:10:43.152Z
592026-04-07T18:10:43.152ZTo configure your current shell, you need to source
602026-04-07T18:10:43.152Zthe corresponding env file under $HOME/.cargo.
612026-04-07T18:10:43.152Z
622026-04-07T18:10:43.153ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T18:10:43.153Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T18:10:43.160Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T18:10:43.160Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T18:10:43.160Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T18:10:43.160Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T18:10:43.160Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T18:10:43.160Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T18:10:43.160Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T18:10:43.254Z+ rustup --version
722026-04-07T18:10:43.259Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T18:10:43.259Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T18:10:43.281Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T18:10:43.284Z+ cargo --version
762026-04-07T18:10:43.292Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T18:10:43.373Z+ rustc --version
782026-04-07T18:10:43.373Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T18:10:43.374Zprocess exited: duration 18282 ms, exit code 0
 
802026-04-07T18:10:43.382Zstarting task 2: "authentication"
812026-04-07T18:10:43.399Zprocess exited: duration 17 ms, exit code 0
 
822026-04-07T18:10:43.406Zstarting task 3: "clone repository"
832026-04-07T18:10:43.410Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T18:10:43.413Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T18:10:43.518ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T18:10:53.887Z+ cd /work/oxidecomputer/omicron
872026-04-07T18:10:53.887Z+ git fetch origin c45696127cf130180ff8a8715a7e087e632f4206
882026-04-07T18:10:54.253ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T18:10:54.253Z * branch c45696127cf130180ff8a8715a7e087e632f4206 -> FETCH_HEAD
902026-04-07T18:10:54.265Z+ [[ -n ixi/api-manifest-notes ]]
912026-04-07T18:10:54.268Z++ git branch --show-current
922026-04-07T18:10:54.268Z+ current=main
932026-04-07T18:10:54.268Z+ [[ main != ixi/api-manifest-notes ]]
942026-04-07T18:10:54.268Z+ git branch -f ixi/api-manifest-notes c45696127cf130180ff8a8715a7e087e632f4206
952026-04-07T18:10:54.272Z+ git checkout -f ixi/api-manifest-notes
962026-04-07T18:10:54.500ZSwitched to branch 'ixi/api-manifest-notes'
972026-04-07T18:10:54.504Z+ git reset --hard c45696127cf130180ff8a8715a7e087e632f4206
982026-04-07T18:10:54.728ZHEAD is now at c45696127 filter rules should note newer relevant Omicron issues
992026-04-07T18:10:54.732Zprocess exited: duration 11323 ms, exit code 0
 
1002026-04-07T18:10:54.738Zstarting task 4: "build"
1012026-04-07T18:10:54.743Z+ source .github/buildomat/ci-env.sh
1022026-04-07T18:10:54.743Z++ export CARGO_TERM_COLOR=always
1032026-04-07T18:10:54.743Z++ CARGO_TERM_COLOR=always
1042026-04-07T18:10:54.743Z+ cargo --version
1052026-04-07T18:10:54.755Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T18:10:54.758Z+ rustc --version
1072026-04-07T18:10:54.777Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T18:10:54.780Z+ WORK=/work
1092026-04-07T18:10:54.780Z+ pfexec mkdir -p /work
1102026-04-07T18:10:54.783Z+ pfexec chown build /work
1112026-04-07T18:10:54.786Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-07T18:11:03.678Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-07T18:11:10.515Z Startup: Caching catalogs ... Done
1142026-04-07T18:11:15.195ZPlanning: Solver setup ... Done (3.184s)
1152026-04-07T18:11:15.217ZPlanning: Running solver ... Done (0.021s)
1162026-04-07T18:11:15.334ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-07T18:11:15.347ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-07T18:11:15.445ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-07T18:11:15.476ZPlanning: Package planning ... Done (0.031s)
1202026-04-07T18:11:15.505ZPlanning: Merging actions ... Done (0.029s)
1212026-04-07T18:11:15.800ZPlanning: Checking for conflicting actions ... Done (0.295s)
1222026-04-07T18:11:15.807ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-07T18:11:17.834ZPlanning: Evaluating mediators ... Done (2.027s)
1242026-04-07T18:11:17.840ZPlanning: Planning completed in 7.16 seconds
1252026-04-07T18:11:17.852Z Packages to install: 4
1262026-04-07T18:11:17.852Z Mediators to change: 2
1272026-04-07T18:11:17.852Z Services to change: 1
1282026-04-07T18:11:17.856Z Estimated space available: 155.35 GB
1292026-04-07T18:11:17.856ZEstimated space to be consumed: 1.84 GB
1302026-04-07T18:11:17.856Z Create boot environment: No
1312026-04-07T18:11:17.856ZCreate backup boot environment: No
1322026-04-07T18:11:17.856Z Rebuild boot archive: No
1332026-04-07T18:11:17.856Z
1342026-04-07T18:11:17.856ZChanged mediators:
1352026-04-07T18:11:17.856Z mediator clang:
1362026-04-07T18:11:17.856Z version: None -> 15 (system default)
1372026-04-07T18:11:17.856Z
1382026-04-07T18:11:17.856Z mediator llvm:
1392026-04-07T18:11:17.856Z version: 14 (system default) -> 15 (system default)
1402026-04-07T18:11:17.856Z
1412026-04-07T18:11:17.856ZChanged packages:
1422026-04-07T18:11:17.856Zhelios-dev
1432026-04-07T18:11:17.856Z developer/build-essential
1442026-04-07T18:11:17.856Z None -> 11-2.0
1452026-04-07T18:11:17.856Z library/libxmlsec1
1462026-04-07T18:11:17.856Z None -> 1.2.35-2.0
1472026-04-07T18:11:17.856Z ooce/developer/clang-15
1482026-04-07T18:11:17.856Z None -> 15.0.7-2.0
1492026-04-07T18:11:17.857Z ooce/developer/llvm-15
1502026-04-07T18:11:17.857Z None -> 15.0.7-2.0
1512026-04-07T18:11:17.857Z
1522026-04-07T18:11:17.857ZServices:
1532026-04-07T18:11:17.857Z restart_fmri:
1542026-04-07T18:11:17.857Z svc:/system/update-man-index:default
1552026-04-07T18:11:17.925Z
1562026-04-07T18:11:17.925ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-07T18:11:23.447ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (25.4M/s)
1582026-04-07T18:11:31.614ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (12.5M/s)
1592026-04-07T18:11:39.721ZDownload: 3246/3290 items 202.9/212.6MB 95% complete (8.9M/s)
1602026-04-07T18:11:41.068ZDownload: Completed 212.60 MB in 23.14 seconds (9.2M/s)
1612026-04-07T18:11:41.201Z Actions: 1/3689 actions (Installing new actions)
1622026-04-07T18:11:44.645Z Actions: Completed 3689 actions in 3.44 seconds.
1632026-04-07T18:11:44.922Z Done (0.271s)
1642026-04-07T18:11:44.922Z Done (0.000s)
1652026-04-07T18:11:45.519Z Done (0.600s)
1662026-04-07T18:11:49.305Z Done (3.452s)
1672026-04-07T18:11:49.411Z Done (0.043s)
1682026-04-07T18:11:49.414Z Done (0.000s)
1692026-04-07T18:11:49.625Z Done (0.000s)
1702026-04-07T18:11:50.447ZPlanning: Evaluating mediator changes ... Done
1712026-04-07T18:11:50.558ZPlanning: Checking for conflicting actions ... Done
1722026-04-07T18:11:50.563ZPlanning: Consolidating action changes ... Done
1732026-04-07T18:11:50.714ZPlanning: Evaluating mediators ... Done
1742026-04-07T18:11:50.720ZPlanning: Planning completed in 0.27 seconds
1752026-04-07T18:11:50.735Z Mediators to change: 2
1762026-04-07T18:11:50.735Z Create boot environment: No
1772026-04-07T18:11:50.735ZCreate backup boot environment: No
1782026-04-07T18:11:50.818Z Done
1792026-04-07T18:11:50.818Z Done
1802026-04-07T18:11:51.425Z Done
1812026-04-07T18:11:53.905Z Done
1822026-04-07T18:11:53.971Z Done
1832026-04-07T18:11:53.978Z Done
1842026-04-07T18:11:54.123Z Done
1852026-04-07T18:11:54.522ZPlanning: Evaluating mediator changes ... Done
1862026-04-07T18:11:54.529ZPlanning: Merging actions ... Done
1872026-04-07T18:11:54.658ZPlanning: Checking for conflicting actions ... Done
1882026-04-07T18:11:54.662ZPlanning: Consolidating action changes ... Done
1892026-04-07T18:11:54.797ZPlanning: Evaluating mediators ... Done
1902026-04-07T18:11:54.823ZPlanning: Planning completed in 0.45 seconds
1912026-04-07T18:11:54.845Z Packages to change: 1
1922026-04-07T18:11:54.845Z Mediators to change: 1
1932026-04-07T18:11:54.845Z Services to change: 1
1942026-04-07T18:11:54.845Z Create boot environment: No
1952026-04-07T18:11:54.849ZCreate backup boot environment: Yes
1962026-04-07T18:11:57.200Z Actions: 1/6 actions (Updating modified actions)
1972026-04-07T18:11:57.204Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-07T18:11:57.205Z Done
1992026-04-07T18:11:57.205Z Done
2002026-04-07T18:11:57.338Z Done
2012026-04-07T18:11:59.772Z Done
2022026-04-07T18:11:59.840Z Done
2032026-04-07T18:11:59.845Z Done
2042026-04-07T18:11:59.972Z Done
2052026-04-07T18:12:00.255ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-07T18:12:00.255Zclang system 15 system
2072026-04-07T18:12:00.255Zcsh system system illumos
2082026-04-07T18:12:00.255Zctags system system illumos
2092026-04-07T18:12:00.255Zfile system system illumos
2102026-04-07T18:12:00.255Zgcc vendor 12 vendor
2112026-04-07T18:12:00.255Zgcc system 14 system
2122026-04-07T18:12:00.255Zgcc system 10 system
2132026-04-07T18:12:00.255Zgo system 1.20 system
2142026-04-07T18:12:00.255Zgo system 1.19 system
2152026-04-07T18:12:00.255Zllvm system 15 system
2162026-04-07T18:12:00.255Zllvm system 14 system
2172026-04-07T18:12:00.256Zmariadb system 10.6 system
2182026-04-07T18:12:00.256Zmta vendor vendor dma
2192026-04-07T18:12:00.256Zopenjdk system 17 system
2202026-04-07T18:12:00.256Zopenjdk system 11 system
2212026-04-07T18:12:00.256Zopenjdk system 1.8 system
2222026-04-07T18:12:00.256Zopenssl vendor 3 vendor
2232026-04-07T18:12:00.256Zperl system 5.36 system
2242026-04-07T18:12:00.256Zpostgresql system 15 system
2252026-04-07T18:12:00.256Zpostgresql system 13 system
2262026-04-07T18:12:00.256Zpython vendor 3 vendor
2272026-04-07T18:12:00.256Zpython system 2 system
2282026-04-07T18:12:00.256Zpython3 system 3.11 system
2292026-04-07T18:12:00.256Zruby system 3.0 system
2302026-04-07T18:12:00.256Zwords vendor vendor american-english
2312026-04-07T18:12:00.256Zwords system system australian-english
2322026-04-07T18:12:00.257Zwords system system british-english
2332026-04-07T18:12:00.257Zwords system system canadian-english
2342026-04-07T18:12:00.257Zwords system system french
2352026-04-07T18:12:00.257Zwords system system italian
2362026-04-07T18:12:00.257Zwords system system ngerman
2372026-04-07T18:12:00.257Zwords system system ogerman
2382026-04-07T18:12:00.257Zwords system system spanish
2392026-04-07T18:12:00.479ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-07T18:12:00.479Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-07T18:12:04.764ZFMRI IFO
2422026-04-07T18:12:04.764Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-07T18:12:04.764Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-07T18:12:04.764Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-07T18:12:04.764Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-07T18:12:04.764Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-07T18:12:04.764Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-07T18:12:04.764Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-07T18:12:04.764Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-07T18:12:04.764Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-07T18:12:04.764Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-07T18:12:04.764Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-07T18:12:04.764Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-07T18:12:04.765Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-07T18:12:04.765Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-07T18:12:04.765Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-07T18:12:04.765Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-07T18:12:05.844Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-07T18:12:06.132Z Updating crates.io index
2602026-04-07T18:12:06.217Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-07T18:12:06.479Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-07T18:12:07.290Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-07T18:12:07.985Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-07T18:12:08.511Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-07T18:12:09.981Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-07T18:12:11.274Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-07T18:12:12.113Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-07T18:12:12.465Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-07T18:12:13.288Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-07T18:12:13.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-07T18:12:14.337Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-07T18:12:14.547Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-07T18:12:15.755Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-07T18:12:16.551Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-07T18:12:17.019Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-07T18:12:17.349Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-07T18:12:17.840Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-07T18:12:18.291Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-07T18:12:18.576Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-07T18:12:19.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-07T18:12:19.810Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-07T18:12:20.463Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-07T18:12:20.964Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-07T18:12:21.446Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-07T18:12:21.763Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-07T18:12:22.710Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-07T18:12:23.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-07T18:12:24.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-07T18:12:24.922Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-07T18:12:25.374Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-07T18:12:25.705Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-07T18:12:26.238Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-07T18:12:26.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-07T18:12:27.167Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-07T18:12:27.449Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-07T18:12:27.742Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-07T18:12:28.167Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-07T18:12:40.953Z Downloading crates ...
2992026-04-07T18:12:41.004Z Downloaded anstyle v1.0.13
3002026-04-07T18:12:41.008Z Downloaded anstream v0.6.21
3012026-04-07T18:12:41.014Z Downloaded itoa v1.0.17
3022026-04-07T18:12:41.014Z Downloaded bytecount v0.6.9
3032026-04-07T18:12:41.014Z Downloaded proc-macro-error v1.0.4
3042026-04-07T18:12:41.023Z Downloaded dtrace-parser v0.2.0
3052026-04-07T18:12:41.027Z Downloaded plain v0.2.3
3062026-04-07T18:12:41.027Z Downloaded idna_adapter v1.2.1
3072026-04-07T18:12:41.027Z Downloaded digest v0.10.7
3082026-04-07T18:12:41.027Z Downloaded swrite v0.1.0
3092026-04-07T18:12:41.027Z Downloaded stable_deref_trait v1.2.1
3102026-04-07T18:12:41.027Z Downloaded colorchoice v1.0.4
3112026-04-07T18:12:41.031Z Downloaded scroll_derive v0.12.1
3122026-04-07T18:12:41.037Z Downloaded serde_spanned v0.6.9
3132026-04-07T18:12:41.041Z Downloaded textwrap v0.16.2
3142026-04-07T18:12:41.041Z Downloaded toml_write v0.1.2
3152026-04-07T18:12:41.041Z Downloaded autocfg v1.5.0
3162026-04-07T18:12:41.044Z Downloaded erased-serde v0.4.9
3172026-04-07T18:12:41.044Z Downloaded zerofrom-derive v0.1.6
3182026-04-07T18:12:41.044Z Downloaded utf8_iter v1.0.4
3192026-04-07T18:12:41.092Z Downloaded synstructure v0.13.2
3202026-04-07T18:12:41.092Z Downloaded usdt v0.5.0
3212026-04-07T18:12:41.092Z Downloaded once_cell v1.21.3
3222026-04-07T18:12:41.092Z Downloaded unicode-xid v0.2.6
3232026-04-07T18:12:41.092Z Downloaded yoke-derive v0.8.1
3242026-04-07T18:12:41.092Z Downloaded cargo_toml v0.21.0
3252026-04-07T18:12:41.092Z Downloaded tempfile v3.25.0
3262026-04-07T18:12:41.092Z Downloaded heck v0.5.0
3272026-04-07T18:12:41.092Z Downloaded zerofrom v0.1.6
3282026-04-07T18:12:41.092Z Downloaded proc-macro2 v1.0.106
3292026-04-07T18:12:41.092Z Downloaded thiserror v1.0.69
3302026-04-07T18:12:41.092Z Downloaded percent-encoding v2.3.2
3312026-04-07T18:12:41.092Z Downloaded equivalent v1.0.2
3322026-04-07T18:12:41.093Z Downloaded fnv v1.0.7
3332026-04-07T18:12:41.093Z Downloaded errno v0.3.14
3342026-04-07T18:12:41.093Z Downloaded cpufeatures v0.2.17
3352026-04-07T18:12:41.093Z Downloaded log v0.4.29
3362026-04-07T18:12:41.093Z Downloaded typeid v1.0.3
3372026-04-07T18:12:41.093Z Downloaded toml_datetime v0.6.11
3382026-04-07T18:12:41.093Z Downloaded cargo_metadata v0.21.0
3392026-04-07T18:12:41.093Z Downloaded utf8parse v0.2.2
3402026-04-07T18:12:41.093Z Downloaded thread-id v4.2.2
3412026-04-07T18:12:41.093Z Downloaded usdt-attr-macro v0.5.0
3422026-04-07T18:12:41.093Z Downloaded unicode-linebreak v0.1.5
3432026-04-07T18:12:41.093Z Downloaded usdt-macro v0.5.0
3442026-04-07T18:12:41.093Z Downloaded version_check v0.9.5
3452026-04-07T18:12:41.094Z Downloaded memchr v2.8.0
3462026-04-07T18:12:41.094Z Downloaded strsim v0.11.1
3472026-04-07T18:12:41.094Z Downloaded pretty-hex v0.4.1
3482026-04-07T18:12:41.094Z Downloaded tinystr v0.8.2
3492026-04-07T18:12:41.094Z Downloaded thiserror-impl v1.0.69
3502026-04-07T18:12:41.094Z Downloaded proc-macro-error-attr v1.0.4
3512026-04-07T18:12:41.094Z Downloaded clap_lex v1.0.0
3522026-04-07T18:12:41.094Z Downloaded icu_properties v2.1.2
3532026-04-07T18:12:41.098Z Downloaded writeable v0.6.2
3542026-04-07T18:12:41.098Z Downloaded terminal_size v0.4.3
3552026-04-07T18:12:41.098Z Downloaded macaddr v1.0.1
3562026-04-07T18:12:41.098Z Downloaded crypto-common v0.1.7
3572026-04-07T18:12:41.098Z Downloaded block-buffer v0.10.4
3582026-04-07T18:12:41.098Z Downloaded memmap v0.7.0
3592026-04-07T18:12:41.101Z Downloaded thiserror v2.0.18
3602026-04-07T18:12:41.104Z Downloaded usdt-impl v0.5.0
3612026-04-07T18:12:41.104Z Downloaded thiserror-impl v2.0.18
3622026-04-07T18:12:41.104Z Downloaded form_urlencoded v1.2.2
3632026-04-07T18:12:41.107Z Downloaded zmij v1.0.21
3642026-04-07T18:12:41.107Z Downloaded litemap v0.8.1
3652026-04-07T18:12:41.107Z Downloaded icu_locale_core v2.1.1
3662026-04-07T18:12:41.110Z Downloaded ucd-trie v0.1.7
3672026-04-07T18:12:41.110Z Downloaded fastrand v2.3.0
3682026-04-07T18:12:41.114Z Downloaded zerocopy-derive v0.7.35
3692026-04-07T18:12:41.114Z Downloaded toml v0.8.23
3702026-04-07T18:12:41.118Z Downloaded serde-value v0.7.0
3712026-04-07T18:12:41.121Z Downloaded dof v0.3.0
3722026-04-07T18:12:41.121Z Downloaded is_terminal_polyfill v1.70.2
3732026-04-07T18:12:41.122Z Downloaded zerovec-derive v0.11.2
3742026-04-07T18:12:41.122Z Downloaded yoke v0.8.1
3752026-04-07T18:12:41.125Z Downloaded unicode-ident v1.0.24
3762026-04-07T18:12:41.125Z Downloaded smawk v0.3.2
3772026-04-07T18:12:41.128Z Downloaded tabled_derive v0.7.0
3782026-04-07T18:12:41.128Z Downloaded heck v0.4.1
3792026-04-07T18:12:41.131Z Downloaded ordered-float v2.10.1
3802026-04-07T18:12:41.131Z Downloaded zerotrie v0.2.3
3812026-04-07T18:12:41.134Z Downloaded potential_utf v0.1.4
3822026-04-07T18:12:41.134Z Downloaded generic-array v0.14.7
3832026-04-07T18:12:41.137Z Downloaded typenum v1.19.0
3842026-04-07T18:12:41.141Z Downloaded camino-tempfile v1.4.1
3852026-04-07T18:12:41.144Z Downloaded url v2.5.8
3862026-04-07T18:12:41.147Z Downloaded anstyle-query v1.1.5
3872026-04-07T18:12:41.150Z Downloaded clap_derive v4.5.55
3882026-04-07T18:12:41.150Z Downloaded cargo-platform v0.2.0
3892026-04-07T18:12:41.153Z Downloaded toml_edit v0.22.27
3902026-04-07T18:12:41.156Z Downloaded fs-err v3.3.0
3912026-04-07T18:12:41.156Z Downloaded serde_tokenstream v0.2.3
3922026-04-07T18:12:41.160Z Downloaded serde v1.0.228
3932026-04-07T18:12:41.160Z Downloaded displaydoc v0.2.5
3942026-04-07T18:12:41.163Z Downloaded cargo-util-schemas v0.8.2
3952026-04-07T18:12:41.163Z Downloaded zerovec v0.11.5
3962026-04-07T18:12:41.169Z Downloaded pest_derive v2.8.6
3972026-04-07T18:12:41.172Z Downloaded sha2 v0.10.9
3982026-04-07T18:12:41.175Z Downloaded cfg-if v1.0.4
3992026-04-07T18:12:41.175Z Downloaded anstyle-parse v0.2.7
4002026-04-07T18:12:41.175Z Downloaded zerocopy v0.7.35
4012026-04-07T18:12:41.184Z Downloaded quote v1.0.44
4022026-04-07T18:12:41.187Z Downloaded winnow v0.7.14
4032026-04-07T18:12:41.190Z Downloaded serde-untagged v0.1.9
4042026-04-07T18:12:41.193Z Downloaded bitflags v2.11.0
4052026-04-07T18:12:41.193Z Downloaded scroll v0.12.0
4062026-04-07T18:12:41.193Z Downloaded unicode-width v0.2.0
4072026-04-07T18:12:41.196Z Downloaded unicode-width v0.1.14
4082026-04-07T18:12:41.200Z Downloaded byteorder v1.5.0
4092026-04-07T18:12:41.200Z Downloaded camino v1.2.2
4102026-04-07T18:12:41.203Z Downloaded anyhow v1.0.102
4112026-04-07T18:12:41.203Z Downloaded semver v1.0.27
4122026-04-07T18:12:41.209Z Downloaded smallvec v1.15.1
4132026-04-07T18:12:41.212Z Downloaded pest_generator v2.8.6
4142026-04-07T18:12:41.223Z Downloaded clap v4.5.60
4152026-04-07T18:12:41.228Z Downloaded serde_derive v1.0.228
4162026-04-07T18:12:41.233Z Downloaded getrandom v0.3.4
4172026-04-07T18:12:41.236Z Downloaded icu_provider v2.1.1
4182026-04-07T18:12:41.236Z Downloaded num-traits v0.2.19
4192026-04-07T18:12:41.244Z Downloaded pest_meta v2.8.6
4202026-04-07T18:12:41.247Z Downloaded papergrid v0.11.0
4212026-04-07T18:12:41.254Z Downloaded serde_core v1.0.228
4222026-04-07T18:12:41.262Z Downloaded icu_normalizer_data v2.1.1
4232026-04-07T18:12:41.266Z Downloaded icu_normalizer v2.1.1
4242026-04-07T18:12:41.284Z Downloaded indexmap v2.13.0
4252026-04-07T18:12:41.287Z Downloaded icu_collections v2.1.1
4262026-04-07T18:12:41.290Z Downloaded clap_builder v4.5.60
4272026-04-07T18:12:41.298Z Downloaded goblin v0.8.2
4282026-04-07T18:12:42.311Z Downloaded pest v2.8.6
4292026-04-07T18:12:42.316Z Downloaded idna v1.1.0
4302026-04-07T18:12:42.316Z Downloaded serde_json v1.0.149
4312026-04-07T18:12:42.316Z Downloaded hashbrown v0.16.1
4322026-04-07T18:12:42.316Z Downloaded icu_properties_data v2.1.2
4332026-04-07T18:12:42.316Z Downloaded tabled v0.15.0
4342026-04-07T18:12:42.316Z Downloaded syn v1.0.109
4352026-04-07T18:12:42.316Z Downloaded syn v2.0.117
4362026-04-07T18:12:42.316Z Downloaded rustix v1.1.3
4372026-04-07T18:12:42.316Z Downloaded libc v0.2.180
4382026-04-07T18:12:42.317Z Compiling proc-macro2 v1.0.106
4392026-04-07T18:12:42.317Z Compiling quote v1.0.44
4402026-04-07T18:12:42.317Z Compiling unicode-ident v1.0.24
4412026-04-07T18:12:42.317Z Compiling serde_core v1.0.228
4422026-04-07T18:12:42.317Z Compiling libc v0.2.180
4432026-04-07T18:12:42.317Z Compiling version_check v0.9.5
4442026-04-07T18:12:42.317Z Compiling serde v1.0.228
4452026-04-07T18:12:42.317Z Compiling memchr v2.8.0
4462026-04-07T18:12:42.317Z Compiling stable_deref_trait v1.2.1
4472026-04-07T18:12:42.317Z Compiling zmij v1.0.21
4482026-04-07T18:12:42.317Z Compiling autocfg v1.5.0
4492026-04-07T18:12:42.317Z Compiling itoa v1.0.17
4502026-04-07T18:12:42.317Z Compiling thiserror v1.0.69
4512026-04-07T18:12:42.317Z Compiling ucd-trie v0.1.7
4522026-04-07T18:12:42.318Z Compiling writeable v0.6.2
4532026-04-07T18:12:42.318Z Compiling litemap v0.8.1
4542026-04-07T18:12:42.318Z Compiling byteorder v1.5.0
4552026-04-07T18:12:42.318Z Compiling rustix v1.1.3
4562026-04-07T18:12:42.318Z Compiling icu_normalizer_data v2.1.1
4572026-04-07T18:12:42.318Z Compiling icu_properties_data v2.1.2
4582026-04-07T18:12:42.318Z Compiling bitflags v2.11.0
4592026-04-07T18:12:42.318Z Compiling serde_json v1.0.149
4602026-04-07T18:12:42.318Z Compiling num-traits v0.2.19
4612026-04-07T18:12:42.400Z Compiling pest v2.8.6
4622026-04-07T18:12:42.521Z Compiling equivalent v1.0.2
4632026-04-07T18:12:42.555Z Compiling typeid v1.0.3
4642026-04-07T18:12:42.580Z Compiling hashbrown v0.16.1
4652026-04-07T18:12:42.663Z Compiling smallvec v1.15.1
4662026-04-07T18:12:42.807Z Compiling usdt-impl v0.5.0
4672026-04-07T18:12:42.882Z Compiling proc-macro-error-attr v1.0.4
4682026-04-07T18:12:42.885Z Compiling winnow v0.7.14
4692026-04-07T18:12:42.937Z Compiling syn v1.0.109
4702026-04-07T18:12:42.978Z Compiling erased-serde v0.4.9
4712026-04-07T18:12:42.998Z Compiling toml_write v0.1.2
4722026-04-07T18:12:43.001Z Compiling proc-macro-error v1.0.4
4732026-04-07T18:12:43.034Z Compiling getrandom v0.3.4
4742026-04-07T18:12:43.105Z Compiling indexmap v2.13.0
4752026-04-07T18:12:43.172Z Compiling errno v0.3.14
4762026-04-07T18:12:43.206Z Compiling thread-id v4.2.2
4772026-04-07T18:12:43.236Z Compiling utf8_iter v1.0.4
4782026-04-07T18:12:43.255Z Compiling camino v1.2.2
4792026-04-07T18:12:43.259Z Compiling utf8parse v0.2.2
4802026-04-07T18:12:43.371Z Compiling percent-encoding v2.3.2
4812026-04-07T18:12:43.395Z Compiling thiserror v2.0.18
4822026-04-07T18:12:43.415Z Compiling pest_meta v2.8.6
4832026-04-07T18:12:43.418Z Compiling log v0.4.29
4842026-04-07T18:12:43.418Z Compiling plain v0.2.3
4852026-04-07T18:12:43.560Z Compiling syn v2.0.117
4862026-04-07T18:12:43.585Z Compiling ordered-float v2.10.1
4872026-04-07T18:12:43.588Z Compiling form_urlencoded v1.2.2
4882026-04-07T18:12:43.670Z Compiling anstyle-parse v0.2.7
4892026-04-07T18:12:43.731Z Compiling colorchoice v1.0.4
4902026-04-07T18:12:43.803Z Compiling pretty-hex v0.4.1
4912026-04-07T18:12:43.844Z Compiling anstyle-query v1.1.5
4922026-04-07T18:12:43.864Z Compiling cfg-if v1.0.4
4932026-04-07T18:12:43.884Z Compiling anstyle v1.0.13
4942026-04-07T18:12:43.905Z Compiling is_terminal_polyfill v1.70.2
4952026-04-07T18:12:44.008Z Compiling fs-err v3.3.0
4962026-04-07T18:12:44.013Z Compiling unicode-width v0.1.14
4972026-04-07T18:12:44.034Z Compiling bytecount v0.6.9
4982026-04-07T18:12:44.055Z Compiling anyhow v1.0.102
4992026-04-07T18:12:44.116Z Compiling anstream v0.6.21
5002026-04-07T18:12:44.137Z Compiling once_cell v1.21.3
5012026-04-07T18:12:44.156Z Compiling terminal_size v0.4.3
5022026-04-07T18:12:44.178Z Compiling unicode-xid v0.2.6
5032026-04-07T18:12:44.198Z Compiling strsim v0.11.1
5042026-04-07T18:12:44.201Z Compiling clap_lex v1.0.0
5052026-04-07T18:12:44.391Z Compiling semver v1.0.27
5062026-04-07T18:12:44.394Z Compiling heck v0.4.1
5072026-04-07T18:12:44.437Z Compiling heck v0.5.0
5082026-04-07T18:12:44.457Z Compiling fnv v1.0.7
5092026-04-07T18:12:44.476Z Compiling fastrand v2.3.0
5102026-04-07T18:12:44.499Z Compiling clap_builder v4.5.60
5112026-04-07T18:12:44.571Z Compiling papergrid v0.11.0
5122026-04-07T18:12:44.658Z Compiling memmap v0.7.0
5132026-04-07T18:12:44.694Z Compiling tempfile v3.25.0
5142026-04-07T18:12:44.713Z Compiling serde-untagged v0.1.9
5152026-04-07T18:12:44.734Z Compiling unicode-width v0.2.0
5162026-04-07T18:12:44.756Z Compiling smawk v0.3.2
5172026-04-07T18:12:44.772Z Compiling unicode-linebreak v0.1.5
5182026-04-07T18:12:44.954Z Compiling camino-tempfile v1.4.1
5192026-04-07T18:12:45.044Z Compiling textwrap v0.16.2
5202026-04-07T18:12:45.070Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-07T18:12:45.090Z Compiling swrite v0.1.0
5222026-04-07T18:12:45.442Z Compiling tabled_derive v0.7.0
5232026-04-07T18:12:46.093Z Compiling tabled v0.15.0
5242026-04-07T18:12:46.129Z Compiling synstructure v0.13.2
5252026-04-07T18:12:46.129Z Compiling pest_generator v2.8.6
5262026-04-07T18:12:46.683Z Compiling serde_derive v1.0.228
5272026-04-07T18:12:46.683Z Compiling zerofrom-derive v0.1.6
5282026-04-07T18:12:46.687Z Compiling yoke-derive v0.8.1
5292026-04-07T18:12:46.687Z Compiling zerovec-derive v0.11.2
5302026-04-07T18:12:46.687Z Compiling displaydoc v0.2.5
5312026-04-07T18:12:46.687Z Compiling thiserror-impl v1.0.69
5322026-04-07T18:12:46.687Z Compiling zerocopy-derive v0.7.35
5332026-04-07T18:12:46.687Z Compiling scroll_derive v0.12.1
5342026-04-07T18:12:46.687Z Compiling thiserror-impl v2.0.18
5352026-04-07T18:12:46.687Z Compiling clap_derive v4.5.55
5362026-04-07T18:12:46.760Z Compiling pest_derive v2.8.6
5372026-04-07T18:12:47.464Z Compiling zerocopy v0.7.35
5382026-04-07T18:12:47.517Z Compiling scroll v0.12.0
5392026-04-07T18:12:47.689Z Compiling zerofrom v0.1.6
5402026-04-07T18:12:47.746Z Compiling goblin v0.8.2
5412026-04-07T18:12:47.797Z Compiling yoke v0.8.1
5422026-04-07T18:12:47.903Z Compiling dtrace-parser v0.2.0
5432026-04-07T18:12:47.951Z Compiling zerovec v0.11.5
5442026-04-07T18:12:47.951Z Compiling zerotrie v0.2.3
5452026-04-07T18:12:48.135Z Compiling clap v4.5.60
5462026-04-07T18:12:48.447Z Compiling tinystr v0.8.2
5472026-04-07T18:12:48.447Z Compiling potential_utf v0.1.4
5482026-04-07T18:12:48.554Z Compiling icu_collections v2.1.1
5492026-04-07T18:12:48.610Z Compiling icu_locale_core v2.1.1
5502026-04-07T18:12:49.138Z Compiling serde_spanned v0.6.9
5512026-04-07T18:12:49.138Z Compiling toml_datetime v0.6.11
5522026-04-07T18:12:49.138Z Compiling serde-value v0.7.0
5532026-04-07T18:12:49.142Z Compiling cargo-platform v0.2.0
5542026-04-07T18:12:49.142Z Compiling macaddr v1.0.1
5552026-04-07T18:12:49.142Z Compiling icu_provider v2.1.1
5562026-04-07T18:12:49.156Z Compiling dof v0.3.0
5572026-04-07T18:12:49.159Z Compiling serde_tokenstream v0.2.3
5582026-04-07T18:12:49.445Z Compiling toml_edit v0.22.27
5592026-04-07T18:12:49.461Z Compiling icu_properties v2.1.2
5602026-04-07T18:12:49.465Z Compiling icu_normalizer v2.1.1
5612026-04-07T18:12:49.857Z Compiling usdt-macro v0.5.0
5622026-04-07T18:12:49.860Z Compiling usdt-attr-macro v0.5.0
5632026-04-07T18:12:50.292Z Compiling idna_adapter v1.2.1
5642026-04-07T18:12:50.402Z Compiling idna v1.1.0
5652026-04-07T18:12:50.482Z Compiling usdt v0.5.0
5662026-04-07T18:12:50.656Z Compiling url v2.5.8
5672026-04-07T18:12:50.722Z Compiling toml v0.8.23
5682026-04-07T18:12:51.051Z Compiling cargo-util-schemas v0.8.2
5692026-04-07T18:12:51.051Z Compiling cargo_toml v0.21.0
5702026-04-07T18:12:51.865Z Compiling cargo_metadata v0.21.0
5712026-04-07T18:12:52.762Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-07T18:12:54.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.17s
5732026-04-07T18:12:55.090Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-07T18:12:55.642Z Downloading crates ...
5752026-04-07T18:12:55.736Z Downloaded arrayref v0.3.9
5762026-04-07T18:12:55.740Z Downloaded adler2 v2.0.1
5772026-04-07T18:12:55.754Z Downloaded difflib v0.4.0
5782026-04-07T18:12:55.758Z Downloaded atomicwrites v0.4.4
5792026-04-07T18:12:55.758Z Downloaded bcrypt-pbkdf v0.10.0
5802026-04-07T18:12:55.761Z Downloaded cargo-platform v0.1.9
5812026-04-07T18:12:55.764Z Downloaded crc-catalog v2.4.0
5822026-04-07T18:12:55.765Z Downloaded async-stream v0.3.6
5832026-04-07T18:12:55.768Z Downloaded derive_builder_macro v0.20.2
5842026-04-07T18:12:55.768Z Downloaded base16ct v0.2.0
5852026-04-07T18:12:55.771Z Downloaded embedded-io v0.4.0
5862026-04-07T18:12:55.774Z Downloaded arc-swap v1.8.2
5872026-04-07T18:12:55.777Z Downloaded derive_more v2.1.1
5882026-04-07T18:12:55.780Z Downloaded defmt v0.3.100
5892026-04-07T18:12:55.783Z Downloaded crc32fast v1.5.0
5902026-04-07T18:12:55.784Z Downloaded async-trait v0.1.89
5912026-04-07T18:12:55.787Z Downloaded ciborium-ll v0.2.2
5922026-04-07T18:12:55.787Z Downloaded diesel_table_macro_syntax v0.3.0
5932026-04-07T18:12:55.790Z Downloaded block-padding v0.3.3
5942026-04-07T18:12:55.790Z Downloaded cobs v0.3.0
5952026-04-07T18:12:55.793Z Downloaded base64ct v1.8.3
5962026-04-07T18:12:55.796Z Downloaded foldhash v0.1.5
5972026-04-07T18:12:55.799Z Downloaded fixedbitset v0.4.2
5982026-04-07T18:12:55.802Z Downloaded compression-codecs v0.4.37
5992026-04-07T18:12:55.802Z Downloaded enum-as-inner v0.6.1
6002026-04-07T18:12:55.805Z Downloaded darling_macro v0.23.0
6012026-04-07T18:12:55.805Z Downloaded cfg_aliases v0.1.1
6022026-04-07T18:12:55.805Z Downloaded array-init v0.0.4
6032026-04-07T18:12:55.806Z Downloaded bcs v0.1.6
6042026-04-07T18:12:55.810Z Downloaded embedded-io v0.6.1
6052026-04-07T18:12:55.810Z Downloaded crossbeam-deque v0.8.6
6062026-04-07T18:12:55.810Z Downloaded defmt-parser v1.0.0
6072026-04-07T18:12:55.813Z Downloaded ascii-canvas v3.0.0
6082026-04-07T18:12:55.813Z Downloaded env_logger v0.11.9
6092026-04-07T18:12:55.813Z Downloaded derive_builder v0.20.2
6102026-04-07T18:12:55.817Z Downloaded float-ord v0.3.2
6112026-04-07T18:12:55.817Z Downloaded byte-wrapper v0.1.0
6122026-04-07T18:12:55.820Z Downloaded darling_macro v0.21.3
6132026-04-07T18:12:55.820Z Downloaded colored v2.2.0
6142026-04-07T18:12:55.824Z Downloaded crossterm v0.28.1
6152026-04-07T18:12:55.828Z Downloaded bit-vec v0.6.3
6162026-04-07T18:12:55.828Z Downloaded dyn-clone v1.0.20
6172026-04-07T18:12:55.828Z Downloaded derive_builder_core v0.20.2
6182026-04-07T18:12:55.831Z Downloaded ciborium-io v0.2.2
6192026-04-07T18:12:55.831Z Downloaded atomic-waker v1.1.2
6202026-04-07T18:12:55.831Z Downloaded deranged v0.5.8
6212026-04-07T18:12:55.834Z Downloaded convert_case v0.10.0
6222026-04-07T18:12:55.839Z Downloaded dunce v1.0.5
6232026-04-07T18:12:55.839Z Downloaded async-recursion v1.1.1
6242026-04-07T18:12:55.842Z Downloaded diff v0.1.13
6252026-04-07T18:12:55.842Z Downloaded castaway v0.2.4
6262026-04-07T18:12:55.842Z Downloaded cstr-argument v0.1.2
6272026-04-07T18:12:55.842Z Downloaded crunchy v0.2.4
6282026-04-07T18:12:55.845Z Downloaded crc8 v0.1.1
6292026-04-07T18:12:55.845Z Downloaded derive-ex v0.1.8
6302026-04-07T18:12:55.845Z Downloaded bitfield-struct v0.6.2
6312026-04-07T18:12:55.845Z Downloaded bb8 v0.8.6
6322026-04-07T18:12:55.848Z Downloaded assert_matches v1.5.0
6332026-04-07T18:12:55.848Z Downloaded bit-set v0.5.3
6342026-04-07T18:12:55.848Z Downloaded defmt-macros v1.0.1
6352026-04-07T18:12:55.851Z Downloaded display-error-chain v0.2.2
6362026-04-07T18:12:55.851Z Downloaded darling_macro v0.20.11
6372026-04-07T18:12:55.851Z Downloaded crucible-workspace-hack v0.1.0
6382026-04-07T18:12:55.855Z Downloaded dsl_auto_type v0.2.0
6392026-04-07T18:12:55.855Z Downloaded convert_case v0.4.0
6402026-04-07T18:12:55.858Z Downloaded foreign-types-macros v0.2.3
6412026-04-07T18:12:55.858Z Downloaded diesel-dtrace v0.5.0
6422026-04-07T18:12:55.858Z Downloaded der_derive v0.7.3
6432026-04-07T18:12:55.861Z Downloaded compression-core v0.4.31
6442026-04-07T18:12:55.864Z Downloaded aead v0.5.2
6452026-04-07T18:12:55.867Z Downloaded dirs-sys-next v0.1.2
6462026-04-07T18:12:55.870Z Downloaded curve25519-dalek-derive v0.1.1
6472026-04-07T18:12:55.873Z Downloaded bitflags v1.3.2
6482026-04-07T18:12:55.873Z Downloaded futures-core v0.3.32
6492026-04-07T18:12:55.874Z Downloaded cipher v0.4.4
6502026-04-07T18:12:55.880Z Downloaded futures-task v0.3.32
6512026-04-07T18:12:55.880Z Downloaded dropshot-api-manager-types v0.6.0
6522026-04-07T18:12:55.883Z Downloaded argon2 v0.5.3
6532026-04-07T18:12:55.883Z Downloaded dirs-next v2.0.0
6542026-04-07T18:12:55.883Z Downloaded cfg_aliases v0.2.1
6552026-04-07T18:12:55.883Z Downloaded cookie v0.18.1
6562026-04-07T18:12:55.883Z Downloaded flagset v0.4.7
6572026-04-07T18:12:55.883Z Downloaded endian-type v0.1.2
6582026-04-07T18:12:55.883Z Downloaded cexpr v0.6.0
6592026-04-07T18:12:55.887Z Downloaded bit-vec v0.8.0
6602026-04-07T18:12:55.887Z Downloaded downcast-rs v2.0.2
6612026-04-07T18:12:55.887Z Downloaded ena v0.14.4
6622026-04-07T18:12:55.890Z Downloaded der v0.7.10
6632026-04-07T18:12:55.893Z Downloaded crc v3.4.0
6642026-04-07T18:12:55.893Z Downloaded fallible-iterator v0.2.0
6652026-04-07T18:12:55.893Z Downloaded either v1.15.0
6662026-04-07T18:12:55.896Z Downloaded crossbeam-utils v0.8.21
6672026-04-07T18:12:55.896Z Downloaded foldhash v0.2.0
6682026-04-07T18:12:55.902Z Downloaded cpufeatures v0.3.0
6692026-04-07T18:12:55.902Z Downloaded foreign-types-shared v0.3.1
6702026-04-07T18:12:55.902Z Downloaded bitfield-macros v0.19.4
6712026-04-07T18:12:55.902Z Downloaded atty v0.2.14
6722026-04-07T18:12:55.902Z Downloaded async-stream-impl v0.3.6
6732026-04-07T18:12:55.902Z Downloaded critical-section v1.2.0
6742026-04-07T18:12:55.902Z Downloaded darling v0.20.11
6752026-04-07T18:12:55.905Z Downloaded fxhash v0.2.1
6762026-04-07T18:12:55.905Z Downloaded dtrace-parser v0.3.0
6772026-04-07T18:12:55.908Z Downloaded ghash v0.5.1
6782026-04-07T18:12:55.908Z Downloaded foreign-types-shared v0.1.1
6792026-04-07T18:12:55.909Z Downloaded foreign-types v0.5.0
6802026-04-07T18:12:55.909Z Downloaded futures-io v0.3.32
6812026-04-07T18:12:55.912Z Downloaded funty v2.0.0
6822026-04-07T18:12:55.912Z Downloaded float-cmp v0.10.0
6832026-04-07T18:12:55.912Z Downloaded env_filter v1.0.0
6842026-04-07T18:12:55.915Z Downloaded futures-sink v0.3.32
6852026-04-07T18:12:55.915Z Downloaded erased-serde v0.3.31
6862026-04-07T18:12:55.915Z Downloaded gethostname v0.5.0
6872026-04-07T18:12:55.919Z Downloaded document-features v0.2.12
6882026-04-07T18:12:55.919Z Downloaded git-stub v1.0.0
6892026-04-07T18:12:55.919Z Downloaded bit-set v0.8.0
6902026-04-07T18:12:55.919Z Downloaded hash32 v0.3.1
6912026-04-07T18:12:55.919Z Downloaded globwalk v0.9.1
6922026-04-07T18:12:55.922Z Downloaded headers-core v0.3.0
6932026-04-07T18:12:55.922Z Downloaded foreign-types v0.3.2
6942026-04-07T18:12:55.925Z Downloaded debug-ignore v1.0.5
6952026-04-07T18:12:55.925Z Downloaded ff v0.13.1
6962026-04-07T18:12:55.929Z Downloaded cassowary v0.3.0
6972026-04-07T18:12:55.929Z Downloaded defmt v1.0.1
6982026-04-07T18:12:55.932Z Downloaded daft v0.1.5
6992026-04-07T18:12:55.932Z Downloaded bitfield v0.19.4
7002026-04-07T18:12:55.932Z Downloaded arrayvec v0.7.6
7012026-04-07T18:12:55.935Z Downloaded dof v0.4.0
7022026-04-07T18:12:55.935Z Downloaded crossbeam-epoch v0.9.18
7032026-04-07T18:12:55.939Z Downloaded camino-tempfile-ext v0.3.3
7042026-04-07T18:12:55.939Z Downloaded data-encoding v2.10.0
7052026-04-07T18:12:55.939Z Downloaded blowfish v0.9.1
7062026-04-07T18:12:55.942Z Downloaded daft-derive v0.1.5
7072026-04-07T18:12:55.942Z Downloaded cbc v0.1.2
7082026-04-07T18:12:55.942Z Downloaded backoff v0.4.0
7092026-04-07T18:12:55.946Z Downloaded hex v0.4.3
7102026-04-07T18:12:55.946Z Downloaded chacha20 v0.9.1
7112026-04-07T18:12:55.949Z Downloaded home v0.5.12
7122026-04-07T18:12:55.949Z Downloaded des v0.8.1
7132026-04-07T18:12:55.949Z Downloaded hex-literal v0.4.1
7142026-04-07T18:12:55.949Z Downloaded csv-core v0.1.13
7152026-04-07T18:12:55.952Z Downloaded buf-list v1.1.2
7162026-04-07T18:12:55.952Z Downloaded clang-sys v1.8.1
7172026-04-07T18:12:55.955Z Downloaded ecdsa v0.16.9
7182026-04-07T18:12:55.955Z Downloaded hostname v0.4.2
7192026-04-07T18:12:55.959Z Downloaded console v0.15.11
7202026-04-07T18:12:55.959Z Downloaded ctr v0.9.2
7212026-04-07T18:12:55.962Z Downloaded chacha20 v0.10.0
7222026-04-07T18:12:55.962Z Downloaded httpdate v1.0.3
7232026-04-07T18:12:55.965Z Downloaded fixedbitset v0.5.7
7242026-04-07T18:12:55.965Z Downloaded hubpack_derive v0.1.1
7252026-04-07T18:12:55.965Z Downloaded fd-lock v4.0.4
7262026-04-07T18:12:55.968Z Downloaded http-body v1.0.1
7272026-04-07T18:12:55.968Z Downloaded darling_core v0.20.11
7282026-04-07T18:12:55.971Z Downloaded hyper-tls v0.6.0
7292026-04-07T18:12:55.971Z Downloaded hubpack v0.1.2
7302026-04-07T18:12:55.974Z Downloaded ed25519 v2.2.3
7312026-04-07T18:12:55.978Z Downloaded git-stub-vcs v0.1.0
7322026-04-07T18:12:55.981Z Downloaded group v0.13.0
7332026-04-07T18:12:55.984Z Downloaded cmake v0.1.57
7342026-04-07T18:12:55.984Z Downloaded http-range v0.1.5
7352026-04-07T18:12:55.987Z Downloaded indoc v1.0.9
7362026-04-07T18:12:55.987Z Downloaded instant v0.1.13
7372026-04-07T18:12:55.990Z Downloaded hostname v0.3.1
7382026-04-07T18:12:55.990Z Downloaded instability v0.3.11
7392026-04-07T18:12:55.990Z Downloaded is-terminal v0.4.17
7402026-04-07T18:12:55.993Z Downloaded darling v0.21.3
7412026-04-07T18:12:55.996Z Downloaded fs-err v2.11.0
7422026-04-07T18:12:55.996Z Downloaded futures-macro v0.3.32
7432026-04-07T18:12:55.996Z Downloaded fs_extra v1.3.0
7442026-04-07T18:12:56.000Z Downloaded futures-executor v0.3.32
7452026-04-07T18:12:56.003Z Downloaded glob v0.3.3
7462026-04-07T18:12:56.006Z Downloaded indent_write v2.2.0
7472026-04-07T18:12:56.009Z Downloaded internet-checksum v0.2.1
7482026-04-07T18:12:56.012Z Downloaded ident_case v1.0.1
7492026-04-07T18:12:56.012Z Downloaded is_ci v1.2.0
7502026-04-07T18:12:56.012Z Downloaded inout v0.1.4
7512026-04-07T18:12:56.016Z Downloaded find-msvc-tools v0.1.9
7522026-04-07T18:12:56.016Z Downloaded highway v1.3.0
7532026-04-07T18:12:56.019Z Downloaded const_format_proc_macros v0.2.34
7542026-04-07T18:12:56.019Z Downloaded globset v0.4.18
7552026-04-07T18:12:56.022Z Downloaded colored v3.1.1
7562026-04-07T18:12:56.022Z Downloaded constant_time_eq v0.4.2
7572026-04-07T18:12:56.026Z Downloaded cancel-safe-futures v0.1.5
7582026-04-07T18:12:56.026Z Downloaded backon v1.6.0
7592026-04-07T18:12:56.099Z Downloaded ciborium v0.2.2
7602026-04-07T18:12:56.099Z Downloaded lalrpop-util v0.19.12
7612026-04-07T18:12:56.099Z Downloaded kstat-rs v0.2.4
7622026-04-07T18:12:56.099Z Downloaded hash32 v0.2.1
7632026-04-07T18:12:56.099Z Downloaded humantime v2.3.0
7642026-04-07T18:12:56.099Z Downloaded keccak v0.1.6
7652026-04-07T18:12:56.099Z Downloaded chacha20poly1305 v0.10.1
7662026-04-07T18:12:56.099Z Downloaded cookie_store v0.22.1
7672026-04-07T18:12:56.099Z Downloaded lru-cache v0.1.2
7682026-04-07T18:12:56.099Z Downloaded maybe-uninit v2.0.0
7692026-04-07T18:12:56.099Z Downloaded lru v0.12.5
7702026-04-07T18:12:56.100Z Downloaded hyper-staticfile v0.10.1
7712026-04-07T18:12:56.100Z Downloaded darling v0.23.0
7722026-04-07T18:12:56.100Z Downloaded lazy_static v1.5.0
7732026-04-07T18:12:56.100Z Downloaded half v1.8.3
7742026-04-07T18:12:56.100Z Downloaded linked-hash-map v0.5.6
7752026-04-07T18:12:56.100Z Downloaded lru-slab v0.1.2
7762026-04-07T18:12:56.100Z Downloaded mime v0.3.17
7772026-04-07T18:12:56.100Z Downloaded md-5 v0.10.6
7782026-04-07T18:12:56.100Z Downloaded match_cfg v0.1.0
7792026-04-07T18:12:56.100Z Downloaded lzss v0.8.2
7802026-04-07T18:12:56.100Z Downloaded ingot v0.1.1
7812026-04-07T18:12:56.100Z Downloaded impl-trait-for-tuples v0.2.3
7822026-04-07T18:12:56.100Z Downloaded md5 v0.7.0
7832026-04-07T18:12:56.100Z Downloaded nibble_vec v0.1.0
7842026-04-07T18:12:56.100Z Downloaded newline-converter v0.3.0
7852026-04-07T18:12:56.100Z Downloaded console v0.16.2
7862026-04-07T18:12:56.100Z Downloaded dropshot_endpoint v0.16.7
7872026-04-07T18:12:56.100Z Downloaded corncobs v0.1.4
7882026-04-07T18:12:56.100Z Downloaded blake2 v0.10.6
7892026-04-07T18:12:56.100Z Downloaded derive_more v0.99.20
7902026-04-07T18:12:56.100Z Downloaded elliptic-curve v0.13.8
7912026-04-07T18:12:56.100Z Downloaded cargo_metadata v0.19.2
7922026-04-07T18:12:56.100Z Downloaded ipnet v2.11.0
7932026-04-07T18:12:56.100Z Downloaded filetime v0.2.27
7942026-04-07T18:12:56.100Z Downloaded ingot-types v0.1.2
7952026-04-07T18:12:56.101Z Downloaded nodrop v0.1.14
7962026-04-07T18:12:56.101Z Downloaded newtype_derive v0.1.6
7972026-04-07T18:12:56.101Z Downloaded dropshot_endpoint v0.17.0
7982026-04-07T18:12:56.101Z Downloaded memoffset v0.9.1
7992026-04-07T18:12:56.101Z Downloaded num v0.4.3
8002026-04-07T18:12:56.101Z Downloaded multimap v0.10.1
8012026-04-07T18:12:56.101Z Downloaded maplit v1.0.2
8022026-04-07T18:12:56.101Z Downloaded nonempty v0.12.0
8032026-04-07T18:12:56.101Z Downloaded http-body-util v0.1.3
8042026-04-07T18:12:56.101Z Downloaded fatfs v0.3.6
8052026-04-07T18:12:56.105Z Downloaded darling_core v0.23.0
8062026-04-07T18:12:56.106Z Downloaded getrandom v0.2.17
8072026-04-07T18:12:56.106Z Downloaded futures-channel v0.3.32
8082026-04-07T18:12:56.106Z Downloaded async-bb8-diesel v0.2.1
8092026-04-07T18:12:56.106Z Downloaded managed v0.8.0
8102026-04-07T18:12:56.106Z Downloaded derive-where v1.6.0
8112026-04-07T18:12:56.110Z Downloaded derive_more-impl v2.1.1
8122026-04-07T18:12:56.110Z Downloaded normalize-line-endings v0.3.0
8132026-04-07T18:12:56.113Z Downloaded linear-map v1.2.0
8142026-04-07T18:12:56.113Z Downloaded libsw-core v0.3.2
8152026-04-07T18:12:56.113Z Downloaded indoc v2.0.7
8162026-04-07T18:12:56.117Z Downloaded num-iter v0.1.45
8172026-04-07T18:12:56.117Z Downloaded libsw v3.5.0
8182026-04-07T18:12:56.117Z Downloaded num-derive v0.4.2
8192026-04-07T18:12:56.120Z Downloaded bzip2 v0.6.1
8202026-04-07T18:12:56.120Z Downloaded allocator-api2 v0.2.21
8212026-04-07T18:12:56.120Z Downloaded num_enum_derive v0.5.11
8222026-04-07T18:12:56.124Z Downloaded hyper-rustls v0.27.7
8232026-04-07T18:12:56.124Z Downloaded bzip2 v0.4.4
8242026-04-07T18:12:56.127Z Downloaded bytes v1.11.1
8252026-04-07T18:12:56.127Z Downloaded num-derive v0.3.3
8262026-04-07T18:12:56.130Z Downloaded num-conv v0.2.0
8272026-04-07T18:12:56.130Z Downloaded crc-any v2.5.0
8282026-04-07T18:12:56.130Z Downloaded futures v0.3.32
8292026-04-07T18:12:56.133Z Downloaded native-tls v0.2.18
8302026-04-07T18:12:56.136Z Downloaded openssl-probe v0.1.6
8312026-04-07T18:12:56.136Z Downloaded jobserver v0.1.34
8322026-04-07T18:12:56.136Z Downloaded openssl-macros v0.1.1
8332026-04-07T18:12:56.139Z Downloaded ingot-macros v0.1.1
8342026-04-07T18:12:56.139Z Downloaded const-oid v0.9.6
8352026-04-07T18:12:56.139Z Downloaded num_threads v0.1.7
8362026-04-07T18:12:56.142Z Downloaded flume v0.11.1
8372026-04-07T18:12:56.142Z Downloaded openssl-probe v0.2.1
8382026-04-07T18:12:56.145Z Downloaded olpc-cjson v0.1.4
8392026-04-07T18:12:56.145Z Downloaded opaque-debug v0.3.1
8402026-04-07T18:12:56.145Z Downloaded ahash v0.8.12
8412026-04-07T18:12:56.149Z Downloaded darling_core v0.21.3
8422026-04-07T18:12:56.152Z Downloaded new_debug_unreachable v1.0.6
8432026-04-07T18:12:56.152Z Downloaded ipnetwork v0.21.1
8442026-04-07T18:12:56.152Z Downloaded libscf-sys v1.1.0
8452026-04-07T18:12:56.156Z Downloaded parse-display v0.10.0
8462026-04-07T18:12:56.156Z Downloaded libloading v0.8.9
8472026-04-07T18:12:56.159Z Downloaded hmac v0.12.1
8482026-04-07T18:12:56.159Z Downloaded async-compression v0.4.41
8492026-04-07T18:12:56.176Z Downloaded path-slash v0.1.5
8502026-04-07T18:12:56.179Z Downloaded oso-derive v0.27.3
8512026-04-07T18:12:56.179Z Downloaded lock_api v0.4.14
8522026-04-07T18:12:56.179Z Downloaded httparse v1.10.1
8532026-04-07T18:12:56.185Z Downloaded libefi-sys v0.1.0
8542026-04-07T18:12:56.188Z Downloaded pbkdf2 v0.12.2
8552026-04-07T18:12:56.188Z Downloaded litrs v1.0.0
8562026-04-07T18:12:56.188Z Downloaded packed_struct_codegen v0.10.1
8572026-04-07T18:12:56.188Z Downloaded multer v3.1.0
8582026-04-07T18:12:56.192Z Downloaded compact_str v0.8.1
8592026-04-07T18:12:56.192Z Downloaded pbkdf2 v0.11.0
8602026-04-07T18:12:56.198Z Downloaded peg-runtime v0.8.5
8612026-04-07T18:12:56.198Z Downloaded mime_guess v2.0.5
8622026-04-07T18:12:56.198Z Downloaded newtype-uuid-macros v0.1.0
8632026-04-07T18:12:56.202Z Downloaded pin-utils v0.1.0
8642026-04-07T18:12:56.202Z Downloaded num-rational v0.4.2
8652026-04-07T18:12:56.202Z Downloaded num-integer v0.1.46
8662026-04-07T18:12:56.209Z Downloaded getrandom v0.4.1
8672026-04-07T18:12:56.209Z Downloaded const_format v0.2.35
8682026-04-07T18:12:56.213Z Downloaded headers v0.4.1
8692026-04-07T18:12:56.213Z Downloaded parse-size v1.1.0
8702026-04-07T18:12:56.219Z Downloaded phf_shared v0.12.1
8712026-04-07T18:12:56.219Z Downloaded phf_shared v0.11.3
8722026-04-07T18:12:56.219Z Downloaded precomputed-hash v0.1.1
8732026-04-07T18:12:56.219Z Downloaded newtype-uuid v1.3.2
8742026-04-07T18:12:56.219Z Downloaded base64 v0.22.1
8752026-04-07T18:12:56.223Z Downloaded nanorand v0.7.0
8762026-04-07T18:12:56.223Z Downloaded num_enum v0.5.11
8772026-04-07T18:12:56.227Z Downloaded crossbeam-channel v0.5.15
8782026-04-07T18:12:56.231Z Downloaded heapless v0.8.0
8792026-04-07T18:12:56.231Z Downloaded predicates-core v1.0.10
8802026-04-07T18:12:56.234Z Downloaded powerfmt v0.2.0
8812026-04-07T18:12:56.234Z Downloaded half v2.7.1
8822026-04-07T18:12:56.234Z Downloaded num_enum_derive v0.7.5
8832026-04-07T18:12:56.238Z Downloaded drift v0.1.3
8842026-04-07T18:12:56.241Z Downloaded parking_lot_core v0.8.6
8852026-04-07T18:12:56.241Z Downloaded predicates-tree v1.0.13
8862026-04-07T18:12:56.241Z Downloaded cc v1.2.56
8872026-04-07T18:12:56.244Z Downloaded packed_struct v0.10.1
8882026-04-07T18:12:56.251Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-04-07T18:12:56.256Z Downloaded progenitor-client v0.10.0
8902026-04-07T18:12:56.256Z Downloaded crossterm v0.29.0
8912026-04-07T18:12:56.259Z Downloaded oxnet v0.1.4
8922026-04-07T18:12:56.259Z Downloaded oxide-tokio-rt v0.1.3
8932026-04-07T18:12:56.262Z Downloaded peg v0.8.5
8942026-04-07T18:12:56.262Z Downloaded progenitor-client v0.11.2
8952026-04-07T18:12:56.265Z Downloaded proc-macro-crate v1.3.1
8962026-04-07T18:12:56.265Z Downloaded proc-macro-crate v3.4.0
8972026-04-07T18:12:56.265Z Downloaded num-complex v0.4.6
8982026-04-07T18:12:56.268Z Downloaded progenitor-macro v0.11.2
8992026-04-07T18:12:56.268Z Downloaded password-hash v0.4.2
9002026-04-07T18:12:56.268Z Downloaded progenitor-macro v0.13.0
9012026-04-07T18:12:56.271Z Downloaded progenitor-macro v0.10.0
9022026-04-07T18:12:56.271Z Downloaded parse-display-derive v0.10.0
9032026-04-07T18:12:56.271Z Downloaded diesel_derives v2.3.7
9042026-04-07T18:12:56.274Z Downloaded quick-error v1.2.3
9052026-04-07T18:12:56.277Z Downloaded aes v0.8.4
9062026-04-07T18:12:56.277Z Downloaded pin-project-internal v1.1.11
9072026-04-07T18:12:56.280Z Downloaded phf v0.12.1
9082026-04-07T18:12:56.281Z Downloaded pem v3.0.6
9092026-04-07T18:12:56.281Z Downloaded num_enum v0.7.5
9102026-04-07T18:12:56.284Z Downloaded pkcs8 v0.10.2
9112026-04-07T18:12:56.287Z Downloaded pin-project-lite v0.2.17
9122026-04-07T18:12:56.290Z Downloaded iana-time-zone v0.1.65
9132026-04-07T18:12:56.290Z Downloaded ignore v0.4.25
9142026-04-07T18:12:56.293Z Downloaded radium v0.7.0
9152026-04-07T18:12:56.293Z Downloaded omicron-zone-package v0.12.2
9162026-04-07T18:12:56.296Z Downloaded indexmap v1.9.3
9172026-04-07T18:12:56.296Z Downloaded predicates v3.1.4
9182026-04-07T18:12:56.300Z Downloaded phf_shared v0.13.1
9192026-04-07T18:12:56.300Z Downloaded pem-rfc7468 v0.7.0
9202026-04-07T18:12:56.300Z Downloaded polyval v0.6.2
9212026-04-07T18:12:56.303Z Downloaded pkg-config v0.3.32
9222026-04-07T18:12:56.303Z Downloaded poly1305 v0.8.0
9232026-04-07T18:12:56.308Z Downloaded paste v1.0.15
9242026-04-07T18:12:56.308Z Downloaded ref-cast v1.0.25
9252026-04-07T18:12:56.311Z Downloaded rand_chacha v0.3.1
9262026-04-07T18:12:56.311Z Downloaded password-hash v0.5.0
9272026-04-07T18:12:56.311Z Downloaded flate2 v1.1.9
9282026-04-07T18:12:56.314Z Downloaded parking_lot_core v0.9.12
9292026-04-07T18:12:56.314Z Downloaded ppv-lite86 v0.2.21
9302026-04-07T18:12:56.317Z Downloaded hickory-resolver v0.25.2
9312026-04-07T18:12:56.320Z Downloaded heapless v0.7.17
9322026-04-07T18:12:56.320Z Downloaded ed25519-dalek v2.2.0
9332026-04-07T18:12:56.323Z Downloaded progenitor v0.10.0
9342026-04-07T18:12:56.323Z Downloaded parking_lot v0.12.5
9352026-04-07T18:12:56.326Z Downloaded libbz2-rs-sys v0.2.2
9362026-04-07T18:12:56.326Z Downloaded nu-ansi-term v0.50.3
9372026-04-07T18:12:56.329Z Downloaded progenitor-extras v0.1.1
9382026-04-07T18:12:56.329Z Downloaded postgres-protocol v0.6.10
9392026-04-07T18:12:56.329Z Downloaded crypto-bigint v0.5.5
9402026-04-07T18:12:56.333Z Downloaded phf v0.13.1
9412026-04-07T18:12:56.336Z Downloaded peg-macros v0.8.5
9422026-04-07T18:12:56.336Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-04-07T18:12:56.336Z Downloaded recursive v0.1.1
9442026-04-07T18:12:56.339Z Downloaded rtoolbox v0.0.3
9452026-04-07T18:12:56.339Z Downloaded rfc6979 v0.4.0
9462026-04-07T18:12:56.339Z Downloaded rand_xorshift v0.4.0
9472026-04-07T18:12:56.339Z Downloaded psm v0.1.30
9482026-04-07T18:12:56.342Z Downloaded base64 v0.21.7
9492026-04-07T18:12:56.345Z Downloaded progenitor v0.13.0
9502026-04-07T18:12:56.345Z Downloaded expectorate v1.2.0
9512026-04-07T18:12:56.348Z Downloaded memmap2 v0.9.10
9522026-04-07T18:12:56.348Z Downloaded r2d2 v0.8.10
9532026-04-07T18:12:56.348Z Downloaded proc-macro-error2 v2.0.1
9542026-04-07T18:12:56.352Z Downloaded russh-cryptovec v0.7.3
9552026-04-07T18:12:56.352Z Downloaded rand_core v0.9.5
9562026-04-07T18:12:56.352Z Downloaded psl-types v2.0.11
9572026-04-07T18:12:56.355Z Downloaded primeorder v0.13.6
9582026-04-07T18:12:56.355Z Downloaded rustc_version v0.4.1
9592026-04-07T18:12:56.355Z Downloaded rustc_version v0.1.7
9602026-04-07T18:12:56.355Z Downloaded pkcs5 v0.7.1
9612026-04-07T18:12:56.359Z Downloaded owo-colors v4.3.0
9622026-04-07T18:12:56.362Z Downloaded parking_lot v0.11.2
9632026-04-07T18:12:56.365Z Downloaded dropshot-api-manager v0.6.0
9642026-04-07T18:12:56.369Z Downloaded indicatif v0.18.4
9652026-04-07T18:12:56.372Z Downloaded ref-cast-impl v1.0.25
9662026-04-07T18:12:56.372Z Downloaded rand_seeder v0.4.0
9672026-04-07T18:12:56.375Z Downloaded progenitor-client v0.13.0
9682026-04-07T18:12:56.375Z Downloaded rand_core v0.10.0
9692026-04-07T18:12:56.382Z Downloaded p256 v0.13.2
9702026-04-07T18:12:56.385Z Downloaded rustc-hash v2.1.1
9712026-04-07T18:12:56.389Z Downloaded bumpalo v3.20.2
9722026-04-07T18:12:56.392Z Downloaded pkcs1 v0.7.5
9732026-04-07T18:12:56.395Z Downloaded rand_chacha v0.9.0
9742026-04-07T18:12:56.395Z Downloaded same-file v1.0.6
9752026-04-07T18:12:56.398Z Downloaded scopeguard v1.2.0
9762026-04-07T18:12:56.409Z Downloaded seq-macro v0.3.6
9772026-04-07T18:12:56.412Z Downloaded postgres-types v0.2.12
9782026-04-07T18:12:56.412Z Downloaded postcard v1.1.3
9792026-04-07T18:12:56.415Z Downloaded semver v0.1.20
9802026-04-07T18:12:56.415Z Downloaded scrypt v0.11.0
9812026-04-07T18:12:56.419Z Downloaded quinn-udp v0.5.14
9822026-04-07T18:12:56.422Z Downloaded rustls-pemfile v1.0.4
9832026-04-07T18:12:56.425Z Downloaded hashbrown v0.12.3
9842026-04-07T18:12:56.428Z Downloaded rand_core v0.6.4
9852026-04-07T18:12:56.428Z Downloaded serde_spanned v1.0.4
9862026-04-07T18:12:56.428Z Downloaded secrecy v0.10.3
9872026-04-07T18:12:56.432Z Downloaded secrecy v0.8.0
9882026-04-07T18:12:56.433Z Downloaded serde_urlencoded v0.7.1
9892026-04-07T18:12:56.433Z Downloaded rustls-pemfile v2.2.0
9902026-04-07T18:12:56.436Z Downloaded serde_plain v1.0.2
9912026-04-07T18:12:56.436Z Downloaded scheduled-thread-pool v0.2.7
9922026-04-07T18:12:56.436Z Downloaded salsa20 v0.10.2
9932026-04-07T18:12:56.445Z Downloaded progenitor v0.11.2
9942026-04-07T18:12:56.448Z Downloaded scroll_derive v0.13.1
9952026-04-07T18:12:56.448Z Downloaded signal-hook-mio v0.2.5
9962026-04-07T18:12:56.453Z Downloaded sha1 v0.10.6
9972026-04-07T18:12:56.456Z Downloaded sigpipe v0.1.3
9982026-04-07T18:12:56.456Z Downloaded resolv-conf v0.7.6
9992026-04-07T18:12:56.456Z Downloaded papergrid v0.17.0
10002026-04-07T18:12:56.459Z Downloaded signature v2.2.0
10012026-04-07T18:12:56.462Z Downloaded scroll v0.13.0
10022026-04-07T18:12:56.462Z Downloaded schemars_derive v0.8.22
10032026-04-07T18:12:56.466Z Downloaded serde_repr v0.1.20
10042026-04-07T18:12:56.466Z Downloaded miniz_oxide v0.8.9
10052026-04-07T18:12:56.469Z Downloaded serde_bytes v0.11.19
10062026-04-07T18:12:56.469Z Downloaded sapling-renderdag v0.1.0
10072026-04-07T18:12:56.472Z Downloaded http v1.4.0
10082026-04-07T18:12:56.472Z Downloaded hickory-server v0.25.2
10092026-04-07T18:12:56.477Z Downloaded signal-hook-tokio v0.3.1
10102026-04-07T18:12:56.481Z Downloaded slog-bunyan v2.5.0
10112026-04-07T18:12:56.484Z Downloaded siphasher v1.0.2
10122026-04-07T18:12:56.487Z Downloaded sct v0.7.1
10132026-04-07T18:12:56.495Z Downloaded rustls-native-certs v0.8.3
10142026-04-07T18:12:56.499Z Downloaded rusty-fork v0.3.1
10152026-04-07T18:12:56.503Z Downloaded rustversion v1.0.22
10162026-04-07T18:12:56.506Z Downloaded serde-big-array v0.5.1
10172026-04-07T18:12:56.506Z Downloaded serde-hex v0.1.0
10182026-04-07T18:12:56.519Z Downloaded pin-project v1.1.11
10192026-04-07T18:12:56.528Z Downloaded sqlparser_derive v0.5.0
10202026-04-07T18:12:56.532Z Downloaded hickory-resolver v0.24.4
10212026-04-07T18:12:56.537Z Downloaded oso v0.27.3
10222026-04-07T18:12:56.540Z Downloaded signal-hook-registry v1.4.8
10232026-04-07T18:12:56.540Z Downloaded shell-words v1.1.1
10242026-04-07T18:12:56.543Z Downloaded slog-dtrace v0.3.0
10252026-04-07T18:12:56.546Z Downloaded simd-adler32 v0.3.8
10262026-04-07T18:12:56.546Z Downloaded shlex v1.3.0
10272026-04-07T18:12:56.549Z Downloaded ssh-cipher v0.2.0
10282026-04-07T18:12:56.549Z Downloaded sec1 v0.7.3
10292026-04-07T18:12:56.549Z Downloaded strip-ansi-escapes v0.2.1
10302026-04-07T18:12:56.552Z Downloaded ssh-encoding v0.2.0
10312026-04-07T18:12:56.552Z Downloaded prettyplease v0.2.37
10322026-04-07T18:12:56.555Z Downloaded strum v0.26.3
10332026-04-07T18:12:56.555Z Downloaded structmeta-derive v0.3.0
10342026-04-07T18:12:56.558Z Downloaded structmeta v0.3.0
10352026-04-07T18:12:56.558Z Downloaded hashbrown v0.13.2
10362026-04-07T18:12:56.562Z Downloaded supports-color v3.0.2
10372026-04-07T18:12:56.562Z Downloaded slog-scope v4.4.1
10382026-04-07T18:12:56.562Z Downloaded smallvec v0.6.14
10392026-04-07T18:12:56.565Z Downloaded slog-json v2.6.1
10402026-04-07T18:12:56.565Z Downloaded progenitor-impl v0.11.2
10412026-04-07T18:12:56.565Z Downloaded serde_derive_internals v0.29.1
10422026-04-07T18:12:56.572Z Downloaded tabled_derive v0.11.0
10432026-04-07T18:12:56.575Z Downloaded sync-ptr v0.1.4
10442026-04-07T18:12:56.575Z Downloaded tabwriter v1.4.1
10452026-04-07T18:12:56.580Z Downloaded smf v0.2.3
10462026-04-07T18:12:56.580Z Downloaded slog-stdlog v4.1.1
10472026-04-07T18:12:56.584Z Downloaded slog-envlogger v2.2.0
10482026-04-07T18:12:56.584Z Downloaded subtle v2.6.1
10492026-04-07T18:12:56.584Z Downloaded strum v0.27.2
10502026-04-07T18:12:56.584Z Downloaded sync_wrapper v1.0.2
10512026-04-07T18:12:56.587Z Downloaded russh-keys v0.45.0
10522026-04-07T18:12:56.591Z Downloaded thiserror-impl-no-std v2.0.2
10532026-04-07T18:12:56.594Z Downloaded testing_table v0.3.0
10542026-04-07T18:12:56.594Z Downloaded termtree v0.5.1
10552026-04-07T18:12:56.594Z Downloaded time-core v0.1.8
10562026-04-07T18:12:56.597Z Downloaded rustls-pki-types v1.14.0
10572026-04-07T18:12:56.602Z Downloaded sqlformat v0.3.5
10582026-04-07T18:12:56.607Z Downloaded slab v0.4.12
10592026-04-07T18:12:56.607Z Downloaded serde_with_macros v3.17.0
10602026-04-07T18:12:56.607Z Downloaded take_mut v0.2.2
10612026-04-07T18:12:56.607Z Downloaded tagptr v0.2.0
10622026-04-07T18:12:56.607Z Downloaded rcgen v0.12.1
10632026-04-07T18:12:56.611Z Downloaded jiff-static v0.2.21
10642026-04-07T18:12:56.614Z Downloaded ryu v1.0.23
10652026-04-07T18:12:56.615Z Downloaded rustls-platform-verifier v0.6.2
10662026-04-07T18:12:56.618Z Downloaded itertools v0.10.5
10672026-04-07T18:12:56.621Z Downloaded string_cache v0.8.9
10682026-04-07T18:12:56.624Z Downloaded static_assertions v1.1.0
10692026-04-07T18:12:56.624Z Downloaded thread-id v5.1.0
10702026-04-07T18:12:56.624Z Downloaded stacker v0.1.23
10712026-04-07T18:12:56.628Z Downloaded spki v0.7.3
10722026-04-07T18:12:56.628Z Downloaded slog-async v2.8.0
10732026-04-07T18:12:56.628Z Downloaded openssl-sys v0.9.111
10742026-04-07T18:12:56.631Z Downloaded tinyvec_macros v0.1.1
10752026-04-07T18:12:56.632Z Downloaded snafu-derive v0.8.9
10762026-04-07T18:12:56.635Z Downloaded nom v7.1.3
10772026-04-07T18:12:56.635Z Downloaded progenitor-impl v0.10.0
10782026-04-07T18:12:56.638Z Downloaded num-bigint v0.4.6
10792026-04-07T18:12:56.643Z Downloaded strum_macros v0.27.2
10802026-04-07T18:12:56.643Z Downloaded prefix-trie v0.7.0
10812026-04-07T18:12:56.646Z Downloaded serde_cbor v0.11.2
10822026-04-07T18:12:56.649Z Downloaded stringprep v0.1.5
10832026-04-07T18:12:56.653Z Downloaded rand v0.8.5
10842026-04-07T18:12:56.656Z Downloaded tap v1.0.1
10852026-04-07T18:12:56.656Z Downloaded serde_path_to_error v0.1.20
10862026-04-07T18:12:56.659Z Downloaded thiserror-no-std v2.0.2
10872026-04-07T18:12:56.659Z Downloaded termios v0.3.3
10882026-04-07T18:12:56.663Z Downloaded mio v1.1.1
10892026-04-07T18:12:56.667Z Downloaded minimal-lexical v0.2.1
10902026-04-07T18:12:56.667Z Downloaded hyper-util v0.1.20
10912026-04-07T18:12:56.671Z Downloaded topological-sort v0.2.2
10922026-04-07T18:12:56.671Z Downloaded spin v0.9.8
10932026-04-07T18:12:56.674Z Downloaded progenitor-impl v0.13.0
10942026-04-07T18:12:56.674Z Downloaded ar_archive_writer v0.5.1
10952026-04-07T18:12:56.678Z Downloaded support-bundle-viewer v0.1.2
10962026-04-07T18:12:56.678Z Downloaded rayon-core v1.13.0
10972026-04-07T18:12:56.682Z Downloaded itertools v0.13.0
10982026-04-07T18:12:56.686Z Downloaded itertools v0.12.1
10992026-04-07T18:12:56.689Z Downloaded signal-hook v0.3.18
11002026-04-07T18:12:56.689Z Downloaded strum_macros v0.26.4
11012026-04-07T18:12:56.694Z Downloaded strum_macros v0.24.3
11022026-04-07T18:12:56.697Z Downloaded slog-term v2.9.2
11032026-04-07T18:12:56.700Z Downloaded tls_codec v0.4.2
11042026-04-07T18:12:56.700Z Downloaded tower-service v0.3.3
11052026-04-07T18:12:56.700Z Downloaded tower-layer v0.3.3
11062026-04-07T18:12:56.703Z Downloaded num-bigint-dig v0.8.6
11072026-04-07T18:12:56.707Z Downloaded schemars v0.9.0
11082026-04-07T18:12:56.712Z Downloaded slog v2.8.2
11092026-04-07T18:12:56.715Z Downloaded unarray v0.1.4
11102026-04-07T18:12:56.719Z Downloaded tokio-native-tls v0.3.1
11112026-04-07T18:12:56.723Z Downloaded rsa v0.9.10
11122026-04-07T18:12:56.727Z Downloaded socket2 v0.6.2
11132026-04-07T18:12:56.730Z Downloaded trait-variant v0.1.2
11142026-04-07T18:12:56.730Z Downloaded thread_local v1.1.9
11152026-04-07T18:12:56.730Z Downloaded h2 v0.4.13
11162026-04-07T18:12:56.733Z Downloaded tokio-rustls v0.25.0
11172026-04-07T18:12:56.736Z Downloaded pretty_assertions v1.4.1
11182026-04-07T18:12:56.742Z Downloaded try-lock v0.2.5
11192026-04-07T18:12:56.745Z Downloaded universal-hash v0.5.1
11202026-04-07T18:12:56.745Z Downloaded typify-macro v0.6.1
11212026-04-07T18:12:56.748Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-04-07T18:12:56.748Z Downloaded tiny-keccak v2.0.2
11232026-04-07T18:12:56.748Z Downloaded iri-string v0.7.10
11242026-04-07T18:12:56.753Z Downloaded tls_codec_derive v0.4.2
11252026-04-07T18:12:56.756Z Downloaded qorb v0.4.1
11262026-04-07T18:12:56.756Z Downloaded publicsuffix v2.3.0
11272026-04-07T18:12:56.760Z Downloaded time-macros v0.2.27
11282026-04-07T18:12:56.760Z Downloaded samael v0.0.19
11292026-04-07T18:12:56.764Z Downloaded untrusted v0.9.0
11302026-04-07T18:12:56.767Z Downloaded serde_yaml v0.9.34+deprecated
11312026-04-07T18:12:56.767Z Downloaded usdt v0.6.0
11322026-04-07T18:12:56.767Z Downloaded usdt-macro v0.6.0
11332026-04-07T18:12:56.771Z Downloaded tokio-dtrace v0.1.1
11342026-04-07T18:12:56.771Z Downloaded usdt-attr-macro v0.6.0
11352026-04-07T18:12:56.771Z Downloaded hkdf v0.12.4
11362026-04-07T18:12:56.771Z Downloaded aes-gcm v0.10.3
11372026-04-07T18:12:56.775Z Downloaded ron v0.8.1
11382026-04-07T18:12:56.778Z Downloaded untrusted v0.7.1
11392026-04-07T18:12:56.778Z Downloaded unicode-truncate v1.1.0
11402026-04-07T18:12:56.778Z Downloaded similar v2.7.0
11412026-04-07T18:12:56.781Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-04-07T18:12:56.781Z Downloaded typify-macro v0.4.3
11432026-04-07T18:12:56.784Z Downloaded waitgroup v0.1.2
11442026-04-07T18:12:56.784Z Downloaded wait-timeout v0.2.1
11452026-04-07T18:12:56.784Z Downloaded tokio-macros v2.6.0
11462026-04-07T18:12:56.787Z Downloaded tokio-tungstenite v0.21.0
11472026-04-07T18:12:56.787Z Downloaded tokio-tungstenite v0.23.1
11482026-04-07T18:12:56.790Z Downloaded libxml v0.3.3
11492026-04-07T18:12:56.793Z Downloaded tui-tree-widget v0.23.1
11502026-04-07T18:12:56.793Z Downloaded schemars v1.2.1
11512026-04-07T18:12:56.801Z Downloaded xattr v1.6.1
11522026-04-07T18:12:56.805Z Downloaded want v0.3.1
11532026-04-07T18:12:56.805Z Downloaded term v1.2.1
11542026-04-07T18:12:56.808Z Downloaded socket2 v0.5.10
11552026-04-07T18:12:56.808Z Downloaded term v0.7.0
11562026-04-07T18:12:56.811Z Downloaded snafu v0.8.9
11572026-04-07T18:12:56.814Z Downloaded tokio-rustls v0.26.4
11582026-04-07T18:12:56.814Z Downloaded void v1.0.2
11592026-04-07T18:12:56.817Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-04-07T18:12:56.820Z Downloaded unit-prefix v0.5.2
11612026-04-07T18:12:56.824Z Downloaded xshell-macros v0.2.7
11622026-04-07T18:12:56.834Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-04-07T18:12:56.845Z Downloaded usdt-impl v0.6.0
11642026-04-07T18:12:56.853Z Downloaded quinn v0.11.9
11652026-04-07T18:12:56.856Z Downloaded zeroize_derive v1.4.3
11662026-04-07T18:12:56.859Z Downloaded uzers v0.12.2
11672026-04-07T18:12:56.862Z Downloaded zone_cfg_derive v0.3.1
11682026-04-07T18:12:56.862Z Downloaded zone v0.3.1
11692026-04-07T18:12:56.865Z Downloaded vergen-git2 v1.0.7
11702026-04-07T18:12:56.865Z Downloaded subprocess v0.2.15
11712026-04-07T18:12:56.868Z Downloaded twox-hash v2.1.2
11722026-04-07T18:12:56.868Z Downloaded rand v0.10.0
11732026-04-07T18:12:56.872Z Downloaded rand v0.9.2
11742026-04-07T18:12:56.872Z Downloaded wyz v0.5.1
11752026-04-07T18:12:56.876Z Downloaded utf-8 v0.7.6
11762026-04-07T18:12:56.876Z Downloaded rustls-webpki v0.103.9
11772026-04-07T18:12:56.879Z Downloaded tar v0.4.45
11782026-04-07T18:12:56.882Z Downloaded iddqd v0.3.17
11792026-04-07T18:12:56.885Z Downloaded tokio-stream v0.1.18
11802026-04-07T18:12:56.888Z Downloaded unicode-properties v0.1.4
11812026-04-07T18:12:56.891Z Downloaded toml v1.0.6+spec-1.1.0
11822026-04-07T18:12:56.891Z Downloaded schemars v0.8.22
11832026-04-07T18:12:56.897Z Downloaded toml v0.9.12+spec-1.1.0
11842026-04-07T18:12:56.902Z Downloaded vergen-gitcl v1.0.8
11852026-04-07T18:12:56.905Z Downloaded test-strategy v0.4.5
11862026-04-07T18:12:56.905Z Downloaded whoami v1.6.1
11872026-04-07T18:12:56.905Z Downloaded vsss-rs v3.3.4
11882026-04-07T18:12:56.908Z Downloaded whoami v2.1.0
11892026-04-07T18:12:56.908Z Downloaded vergen-lib v0.1.6
11902026-04-07T18:12:56.908Z Downloaded rustyline v14.0.0
11912026-04-07T18:12:56.912Z Downloaded tracing-attributes v0.1.31
11922026-04-07T18:12:56.915Z Downloaded hyper v1.8.1
11932026-04-07T18:12:56.920Z Downloaded zeroize v1.8.2
11942026-04-07T18:12:56.920Z Downloaded toml v0.7.8
11952026-04-07T18:12:56.923Z Downloaded tinyvec v1.10.0
11962026-04-07T18:12:56.926Z Downloaded vergen v9.0.6
11972026-04-07T18:12:56.926Z Downloaded unicase v2.9.0
11982026-04-07T18:12:56.931Z Downloaded tungstenite v0.23.0
11992026-04-07T18:12:56.934Z Downloaded zstd-safe v7.2.4
12002026-04-07T18:12:56.937Z Downloaded russh v0.45.0
12012026-04-07T18:12:56.941Z Downloaded typify v0.6.1
12022026-04-07T18:12:56.946Z Downloaded aho-corasick v1.1.4
12032026-04-07T18:12:56.950Z Downloaded unicode-bidi v0.3.18
12042026-04-07T18:12:56.953Z Downloaded tokio-rustls v0.24.1
12052026-04-07T18:12:56.953Z Downloaded yasna v0.5.2
12062026-04-07T18:12:56.957Z Downloaded hashbrown v0.15.5
12072026-04-07T18:12:56.960Z Downloaded zstd v0.13.3
12082026-04-07T18:12:56.960Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-04-07T18:12:56.964Z Downloaded itertools v0.14.0
12102026-04-07T18:12:56.967Z Downloaded zerocopy v0.6.6
12112026-04-07T18:12:56.971Z Downloaded steno v0.4.1
12122026-04-07T18:12:56.979Z Downloaded walkdir v2.5.0
12132026-04-07T18:12:56.983Z Downloaded tungstenite v0.21.0
12142026-04-07T18:12:56.986Z Downloaded libm v0.2.16
12152026-04-07T18:12:56.989Z Downloaded vte v0.14.1
12162026-04-07T18:12:56.992Z Downloaded p521 v0.13.3
12172026-04-07T18:12:56.995Z Downloaded typify v0.4.3
12182026-04-07T18:12:56.995Z Downloaded xshell v0.2.7
12192026-04-07T18:12:56.998Z Downloaded tracing-core v0.1.36
12202026-04-07T18:12:56.998Z Downloaded unsafe-libyaml v0.2.11
12212026-04-07T18:12:57.003Z Downloaded blake3 v1.8.3
12222026-04-07T18:12:57.006Z Downloaded ssh-key v0.6.7
12232026-04-07T18:12:57.023Z Downloaded p384 v0.13.1
12242026-04-07T18:12:57.030Z Downloaded reedline v0.40.0
12252026-04-07T18:12:57.047Z Downloaded tokio-postgres v0.7.16
12262026-04-07T18:12:57.052Z Downloaded unicode_categories v0.1.1
12272026-04-07T18:12:57.102Z Downloaded futures-util v0.3.32
12282026-04-07T18:12:57.107Z Downloaded rpassword v7.4.0
12292026-04-07T18:12:57.107Z Downloaded zip v0.6.6
12302026-04-07T18:12:57.107Z Downloaded lalrpop v0.19.12
12312026-04-07T18:12:57.108Z Downloaded uuid v1.23.0
12322026-04-07T18:12:57.108Z Downloaded zopfli v0.8.3
12332026-04-07T18:12:57.108Z Downloaded yansi v1.0.1
12342026-04-07T18:12:57.108Z Downloaded salty v0.3.0
12352026-04-07T18:12:57.111Z Downloaded rustls-webpki v0.101.7
12362026-04-07T18:12:57.116Z Downloaded zerocopy-derive v0.8.40
12372026-04-07T18:12:57.121Z Downloaded tower v0.5.3
12382026-04-07T18:12:57.126Z Downloaded toml_edit v0.19.15
12392026-04-07T18:12:57.135Z Downloaded x509-cert v0.2.5
12402026-04-07T18:12:57.138Z Downloaded goblin v0.10.5
12412026-04-07T18:12:57.154Z Downloaded typed-path v0.9.3
12422026-04-07T18:12:57.169Z Downloaded bitvec v1.0.1
12432026-04-07T18:12:57.177Z Downloaded unicode-normalization v0.1.25
12442026-04-07T18:12:57.180Z Downloaded reqwest v0.13.2
12452026-04-07T18:12:57.183Z Downloaded reqwest v0.12.28
12462026-04-07T18:12:57.186Z Downloaded petname v2.0.2
12472026-04-07T18:12:57.190Z Downloaded zip v4.6.1
12482026-04-07T18:12:57.193Z Downloaded chrono v0.4.44
12492026-04-07T18:12:57.201Z Downloaded portable-atomic v1.13.1
12502026-04-07T18:12:57.205Z Downloaded rayon v1.11.0
12512026-04-07T18:12:57.210Z Downloaded rustls-webpki v0.102.8
12522026-04-07T18:12:57.220Z Downloaded proptest v1.10.0
12532026-04-07T18:12:57.226Z Downloaded regex v1.12.3
12542026-04-07T18:12:57.230Z Downloaded tough v0.20.0
12552026-04-07T18:12:57.235Z Downloaded git2 v0.20.4
12562026-04-07T18:12:57.239Z Downloaded quick-xml v0.37.5
12572026-04-07T18:12:57.243Z Downloaded bindgen v0.71.1
12582026-04-07T18:12:57.247Z Downloaded winnow v0.6.26
12592026-04-07T18:12:57.252Z Downloaded polar-core v0.27.3
12602026-04-07T18:12:57.257Z Downloaded tower-http v0.6.8
12612026-04-07T18:12:57.261Z Downloaded aws-lc-rs v1.16.0
12622026-04-07T18:12:57.267Z Downloaded moka v0.12.13
12632026-04-07T18:12:57.271Z Downloaded curve25519-dalek v4.1.3
12642026-04-07T18:12:57.276Z Downloaded nix v0.29.0
12652026-04-07T18:12:57.283Z Downloaded unicode-segmentation v1.12.0
12662026-04-07T18:12:57.288Z Downloaded nix v0.27.1
12672026-04-07T18:12:57.291Z Downloaded dropshot v0.16.7
12682026-04-07T18:12:57.304Z Downloaded tokio-util v0.7.18
12692026-04-07T18:12:57.308Z Downloaded dropshot v0.17.0
12702026-04-07T18:12:57.321Z Downloaded smoltcp v0.9.1
12712026-04-07T18:12:57.328Z Downloaded nix v0.31.1
12722026-04-07T18:12:57.352Z Downloaded serde_with v3.17.0
12732026-04-07T18:12:57.359Z Downloaded webpki-roots v1.0.6
12742026-04-07T18:12:57.375Z Downloaded diesel v2.3.7
12752026-04-07T18:12:57.388Z Downloaded zerocopy v0.8.40
12762026-04-07T18:12:57.393Z Downloaded rustls v0.22.4
12772026-04-07T18:12:57.400Z Downloaded quinn-proto v0.11.13
12782026-04-07T18:12:57.404Z Downloaded winnow v0.5.40
12792026-04-07T18:12:57.409Z Downloaded regex-syntax v0.8.10
12802026-04-07T18:12:57.414Z Downloaded object v0.30.4
12812026-04-07T18:12:57.439Z Downloaded radix_trie v0.2.1
12822026-04-07T18:12:57.449Z Downloaded openssl v0.10.75
12832026-04-07T18:12:57.463Z Downloaded nix v0.28.0
12842026-04-07T18:12:57.475Z Downloaded sled v0.34.7
12852026-04-07T18:12:57.489Z Downloaded typify-impl v0.6.1
12862026-04-07T18:12:57.497Z Downloaded time v0.3.47
12872026-04-07T18:12:57.504Z Downloaded tracing v0.1.44
12882026-04-07T18:12:57.517Z Downloaded bstr v1.12.1
12892026-04-07T18:12:57.522Z Downloaded tabled v0.20.0
12902026-04-07T18:12:57.531Z Downloaded vcpkg v0.2.15
12912026-04-07T18:12:57.554Z Downloaded rustls v0.21.12
12922026-04-07T18:12:57.564Z Downloaded zlib-rs v0.6.2
12932026-04-07T18:12:57.568Z Downloaded zerocopy-derive v0.6.6
12942026-04-07T18:12:57.577Z Downloaded regex-syntax v0.6.29
12952026-04-07T18:12:57.581Z Downloaded hickory-proto v0.24.4
12962026-04-07T18:12:57.591Z Downloaded petgraph v0.6.5
12972026-04-07T18:12:57.618Z Downloaded hickory-proto v0.25.2
12982026-04-07T18:12:57.627Z Downloaded openapiv3 v2.2.0
12992026-04-07T18:12:57.634Z Downloaded object v0.37.3
13002026-04-07T18:12:57.640Z Downloaded petgraph v0.8.3
13012026-04-07T18:12:57.654Z Downloaded smoltcp v0.11.0
13022026-04-07T18:12:57.661Z Downloaded regress v0.10.5
13032026-04-07T18:12:57.666Z Downloaded libz-sys v1.1.24
13042026-04-07T18:12:57.678Z Downloaded rustix v0.38.44
13052026-04-07T18:12:57.690Z Downloaded rustls v0.23.37
13062026-04-07T18:12:57.697Z Downloaded csv v1.4.0
13072026-04-07T18:12:57.709Z Downloaded sha3 v0.10.8
13082026-04-07T18:12:57.730Z Downloaded sqlparser v0.61.0
13092026-04-07T18:12:57.758Z Downloaded encoding_rs v0.8.35
13102026-04-07T18:12:57.772Z Downloaded ring v0.17.14
13112026-04-07T18:12:57.796Z Downloaded typify-impl v0.4.3
13122026-04-07T18:12:57.805Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-04-07T18:12:57.812Z Downloaded ratatui v0.29.0
13142026-04-07T18:12:57.851Z Downloaded regex-automata v0.4.14
13152026-04-07T18:12:57.861Z Downloaded chrono-tz v0.10.4
13162026-04-07T18:12:57.877Z Downloaded jiff v0.2.21
13172026-04-07T18:12:57.921Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-04-07T18:12:57.938Z Downloaded tokio v1.50.0
13192026-04-07T18:12:58.084Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-04-07T18:12:58.738Z Downloaded aws-lc-sys v0.37.1
13212026-04-07T18:12:58.986Z Compiling libc v0.2.180
13222026-04-07T18:12:58.991Z Compiling serde v1.0.228
13232026-04-07T18:12:58.991Z Compiling shlex v1.3.0
13242026-04-07T18:12:58.991Z Compiling find-msvc-tools v0.1.9
13252026-04-07T18:12:58.991Z Compiling log v0.4.29
13262026-04-07T18:12:58.991Z Compiling smallvec v1.15.1
13272026-04-07T18:12:58.991Z Compiling typenum v1.19.0
13282026-04-07T18:12:59.122Z Compiling subtle v2.6.1
13292026-04-07T18:12:59.159Z Compiling generic-array v0.14.7
13302026-04-07T18:12:59.163Z Compiling scopeguard v1.2.0
13312026-04-07T18:12:59.175Z Compiling const-oid v0.9.6
13322026-04-07T18:12:59.230Z Compiling portable-atomic v1.13.1
13332026-04-07T18:12:59.241Z Compiling zerocopy v0.8.40
13342026-04-07T18:12:59.257Z Compiling syn v2.0.117
13352026-04-07T18:12:59.272Z Compiling serde_json v1.0.149
13362026-04-07T18:12:59.285Z Compiling critical-section v1.2.0
13372026-04-07T18:12:59.386Z Compiling lock_api v0.4.14
13382026-04-07T18:12:59.404Z Compiling parking_lot_core v0.9.12
13392026-04-07T18:12:59.404Z Compiling pin-project-lite v0.2.17
13402026-04-07T18:12:59.431Z Compiling pkg-config v0.3.32
13412026-04-07T18:12:59.447Z Compiling bitflags v2.11.0
13422026-04-07T18:12:59.486Z Compiling libm v0.2.16
13432026-04-07T18:12:59.540Z Compiling num-traits v0.2.19
13442026-04-07T18:12:59.557Z Compiling futures-core v0.3.32
13452026-04-07T18:12:59.624Z Compiling percent-encoding v2.3.2
13462026-04-07T18:12:59.638Z Compiling allocator-api2 v0.2.21
13472026-04-07T18:12:59.681Z Compiling cpufeatures v0.2.17
13482026-04-07T18:12:59.769Z Compiling getrandom v0.3.4
13492026-04-07T18:12:59.773Z Compiling futures-sink v0.3.32
13502026-04-07T18:12:59.773Z Compiling foldhash v0.2.0
13512026-04-07T18:12:59.802Z Compiling slab v0.4.12
13522026-04-07T18:12:59.833Z Compiling futures-io v0.3.32
13532026-04-07T18:12:59.868Z Compiling futures-channel v0.3.32
13542026-04-07T18:12:59.872Z Compiling futures-task v0.3.32
13552026-04-07T18:13:00.011Z Compiling hashbrown v0.16.1
13562026-04-07T18:13:00.028Z Compiling rustversion v1.0.22
13572026-04-07T18:13:00.046Z Compiling form_urlencoded v1.2.2
13582026-04-07T18:13:00.066Z Compiling ident_case v1.0.1
13592026-04-07T18:13:00.082Z Compiling getrandom v0.4.1
13602026-04-07T18:13:00.097Z Compiling base64ct v1.8.3
13612026-04-07T18:13:00.112Z Compiling dunce v1.0.5
13622026-04-07T18:13:00.143Z Compiling getrandom v0.2.17
13632026-04-07T18:13:00.197Z Compiling jobserver v0.1.34
13642026-04-07T18:13:00.221Z Compiling errno v0.3.14
13652026-04-07T18:13:00.240Z Compiling mio v1.1.1
13662026-04-07T18:13:00.254Z Compiling socket2 v0.6.2
13672026-04-07T18:13:00.287Z Compiling fs_extra v1.3.0
13682026-04-07T18:13:00.402Z Compiling rand_core v0.6.4
13692026-04-07T18:13:00.424Z Compiling once_cell v1.21.3
13702026-04-07T18:13:00.424Z Compiling signal-hook-registry v1.4.8
13712026-04-07T18:13:00.453Z Compiling cc v1.2.56
13722026-04-07T18:13:00.465Z Compiling parking_lot v0.12.5
13732026-04-07T18:13:00.597Z Compiling indexmap v2.13.0
13742026-04-07T18:13:00.624Z Compiling pem-rfc7468 v0.7.0
13752026-04-07T18:13:00.628Z Compiling flagset v0.4.7
13762026-04-07T18:13:00.658Z Compiling rand_core v0.10.0
13772026-04-07T18:13:00.689Z Compiling rustix v1.1.3
13782026-04-07T18:13:00.706Z Compiling iana-time-zone v0.1.65
13792026-04-07T18:13:00.726Z Compiling rustc_version v0.4.1
13802026-04-07T18:13:00.753Z Compiling regex-syntax v0.8.10
13812026-04-07T18:13:00.765Z Compiling aws-lc-rs v1.16.0
13822026-04-07T18:13:00.892Z Compiling rand_core v0.9.5
13832026-04-07T18:13:00.907Z Compiling vcpkg v0.2.15
13842026-04-07T18:13:00.941Z Compiling tracing-core v0.1.36
13852026-04-07T18:13:00.961Z Compiling untrusted v0.9.0
13862026-04-07T18:13:00.968Z Compiling untrusted v0.7.1
13872026-04-07T18:13:01.085Z Compiling uuid v1.23.0
13882026-04-07T18:13:01.107Z Compiling base64 v0.22.1
13892026-04-07T18:13:01.111Z Compiling schemars v0.8.22
13902026-04-07T18:13:01.128Z Compiling openssl-probe v0.2.1
13912026-04-07T18:13:01.132Z Compiling httparse v1.10.1
13922026-04-07T18:13:01.166Z Compiling try-lock v0.2.5
13932026-04-07T18:13:01.182Z Compiling rustls v0.23.37
13942026-04-07T18:13:01.206Z Compiling tinyvec_macros v0.1.1
13952026-04-07T18:13:01.290Z Compiling cmake v0.1.57
13962026-04-07T18:13:01.306Z Compiling tower-service v0.3.3
13972026-04-07T18:13:01.306Z Compiling atomic-waker v1.1.2
13982026-04-07T18:13:01.351Z Compiling tower-layer v0.3.3
13992026-04-07T18:13:01.383Z Compiling dyn-clone v1.0.20
14002026-04-07T18:13:01.404Z Compiling tinyvec v1.10.0
14012026-04-07T18:13:01.445Z Compiling want v0.3.1
14022026-04-07T18:13:01.461Z Compiling spin v0.9.8
14032026-04-07T18:13:01.466Z Compiling aho-corasick v1.1.4
14042026-04-07T18:13:01.492Z Compiling time-core v0.1.8
14052026-04-07T18:13:01.535Z Compiling crc32fast v1.5.0
14062026-04-07T18:13:01.539Z Compiling httpdate v1.0.3
14072026-04-07T18:13:01.567Z Compiling pin-utils v0.1.0
14082026-04-07T18:13:01.634Z Compiling num-conv v0.2.0
14092026-04-07T18:13:01.656Z Compiling powerfmt v0.2.0
14102026-04-07T18:13:01.666Z Compiling openssl v0.10.75
14112026-04-07T18:13:01.696Z Compiling foreign-types-shared v0.1.1
14122026-04-07T18:13:01.750Z Compiling socket2 v0.5.10
14132026-04-07T18:13:01.755Z Compiling wait-timeout v0.2.1
14142026-04-07T18:13:01.806Z Compiling time-macros v0.2.27
14152026-04-07T18:13:01.836Z Compiling deranged v0.5.8
14162026-04-07T18:13:01.842Z Compiling foreign-types v0.3.2
14172026-04-07T18:13:01.868Z Compiling crossbeam-utils v0.8.21
14182026-04-07T18:13:01.891Z Compiling native-tls v0.2.18
14192026-04-07T18:13:01.909Z Compiling num_threads v0.1.7
14202026-04-07T18:13:01.932Z Compiling siphasher v1.0.2
14212026-04-07T18:13:01.946Z Compiling syn v1.0.109
14222026-04-07T18:13:01.952Z Compiling simd-adler32 v0.3.8
14232026-04-07T18:13:01.977Z Compiling quick-error v1.2.3
14242026-04-07T18:13:02.026Z Compiling bit-vec v0.8.0
14252026-04-07T18:13:02.057Z Compiling usdt-impl v0.6.0
14262026-04-07T18:13:02.125Z Compiling aws-lc-sys v0.37.1
14272026-04-07T18:13:02.141Z Compiling ring v0.17.14
14282026-04-07T18:13:02.157Z Compiling openssl-sys v0.9.111
14292026-04-07T18:13:02.179Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-04-07T18:13:02.215Z Compiling bit-set v0.8.0
14312026-04-07T18:13:02.238Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-04-07T18:13:02.283Z Compiling synstructure v0.13.2
14332026-04-07T18:13:02.299Z Compiling pest_generator v2.8.6
14342026-04-07T18:13:02.317Z Compiling serde_derive_internals v0.29.1
14352026-04-07T18:13:02.332Z Compiling darling_core v0.20.11
14362026-04-07T18:13:02.394Z Compiling regex-automata v0.4.14
14372026-04-07T18:13:02.554Z Compiling tempfile v3.25.0
14382026-04-07T18:13:02.679Z Compiling darling_core v0.21.3
14392026-04-07T18:13:02.859Z Compiling rusty-fork v0.3.1
14402026-04-07T18:13:02.928Z Compiling unicode-normalization v0.1.25
14412026-04-07T18:13:02.946Z Compiling time v0.3.47
14422026-04-07T18:13:02.956Z Compiling slog v2.8.2
14432026-04-07T18:13:03.045Z Compiling heapless v0.7.17
14442026-04-07T18:13:03.164Z Compiling rand_xorshift v0.4.0
14452026-04-07T18:13:03.194Z Compiling thread-id v5.1.0
14462026-04-07T18:13:03.266Z Compiling sync_wrapper v1.0.2
14472026-04-07T18:13:03.285Z Compiling cookie v0.18.1
14482026-04-07T18:13:03.300Z Compiling unicode-bidi v0.3.18
14492026-04-07T18:13:03.314Z Compiling paste v1.0.15
14502026-04-07T18:13:03.327Z Compiling zstd-safe v7.2.4
14512026-04-07T18:13:03.358Z Compiling signal-hook v0.3.18
14522026-04-07T18:13:03.390Z Compiling adler2 v2.0.1
14532026-04-07T18:13:03.427Z Compiling anyhow v1.0.102
14542026-04-07T18:13:03.495Z Compiling unicode-properties v0.1.4
14552026-04-07T18:13:03.550Z Compiling unarray v0.1.4
14562026-04-07T18:13:03.607Z Compiling miniz_oxide v0.8.9
14572026-04-07T18:13:03.685Z Compiling stringprep v0.1.5
14582026-04-07T18:13:03.796Z Compiling num-integer v0.1.46
14592026-04-07T18:13:03.864Z Compiling vergen-lib v0.1.6
14602026-04-07T18:13:04.017Z Compiling curve25519-dalek v4.1.3
14612026-04-07T18:13:04.066Z Compiling ff v0.13.1
14622026-04-07T18:13:04.083Z Compiling serde_derive v1.0.228
14632026-04-07T18:13:04.131Z Compiling zeroize_derive v1.4.3
14642026-04-07T18:13:04.150Z Compiling zerofrom-derive v0.1.6
14652026-04-07T18:13:04.226Z Compiling yoke-derive v0.8.1
14662026-04-07T18:13:04.235Z Compiling zerocopy-derive v0.8.40
14672026-04-07T18:13:04.241Z Compiling zerovec-derive v0.11.2
14682026-04-07T18:13:04.369Z Compiling displaydoc v0.2.5
14692026-04-07T18:13:04.486Z Compiling tokio-macros v2.6.0
14702026-04-07T18:13:04.581Z Compiling futures-macro v0.3.32
14712026-04-07T18:13:04.705Z Compiling der_derive v0.7.3
14722026-04-07T18:13:04.803Z Compiling zeroize v1.8.2
14732026-04-07T18:13:05.163Z Compiling thiserror-impl v2.0.18
14742026-04-07T18:13:05.237Z Compiling rustls-pki-types v1.14.0
14752026-04-07T18:13:05.264Z Compiling tracing-attributes v0.1.31
14762026-04-07T18:13:05.453Z Compiling pest_derive v2.8.6
14772026-04-07T18:13:05.498Z Compiling scroll_derive v0.13.1
14782026-04-07T18:13:05.510Z Compiling futures-util v0.3.32
14792026-04-07T18:13:05.629Z Compiling crypto-common v0.1.7
14802026-04-07T18:13:05.677Z Compiling zerofrom v0.1.6
14812026-04-07T18:13:05.751Z Compiling block-buffer v0.10.4
14822026-04-07T18:13:05.791Z Compiling block-padding v0.3.3
14832026-04-07T18:13:05.806Z Compiling yoke v0.8.1
14842026-04-07T18:13:05.823Z Compiling der v0.7.10
14852026-04-07T18:13:05.933Z Compiling digest v0.10.7
14862026-04-07T18:13:05.948Z Compiling inout v0.1.4
14872026-04-07T18:13:05.973Z Compiling schemars_derive v0.8.22
14882026-04-07T18:13:06.014Z Compiling zerovec v0.11.5
14892026-04-07T18:13:06.135Z Compiling zerotrie v0.2.3
14902026-04-07T18:13:06.207Z Compiling hmac v0.12.1
14912026-04-07T18:13:06.336Z Compiling sha2 v0.10.9
14922026-04-07T18:13:06.367Z Compiling cipher v0.4.4
14932026-04-07T18:13:06.459Z Compiling pbkdf2 v0.12.2
14942026-04-07T18:13:06.578Z Compiling tinystr v0.8.2
14952026-04-07T18:13:06.595Z Compiling potential_utf v0.1.4
14962026-04-07T18:13:06.608Z Compiling salsa20 v0.10.2
14972026-04-07T18:13:06.658Z Compiling cbc v0.1.2
14982026-04-07T18:13:06.671Z Compiling spki v0.7.3
14992026-04-07T18:13:06.693Z Compiling aes v0.8.4
15002026-04-07T18:13:06.769Z Compiling icu_locale_core v2.1.1
15012026-04-07T18:13:06.769Z Compiling icu_collections v2.1.1
15022026-04-07T18:13:06.799Z Compiling scrypt v0.11.0
15032026-04-07T18:13:06.825Z Compiling thiserror v2.0.18
15042026-04-07T18:13:06.907Z Compiling tracing v0.1.44
15052026-04-07T18:13:06.947Z Compiling scroll v0.13.0
15062026-04-07T18:13:07.068Z Compiling darling_macro v0.20.11
15072026-04-07T18:13:07.087Z Compiling openssl-macros v0.1.1
15082026-04-07T18:13:07.205Z Compiling pkcs5 v0.7.1
15092026-04-07T18:13:07.248Z Compiling goblin v0.10.5
15102026-04-07T18:13:07.299Z Compiling dtrace-parser v0.3.0
15112026-04-07T18:13:07.314Z Compiling signature v2.2.0
15122026-04-07T18:13:07.512Z Compiling icu_provider v2.1.1
15132026-04-07T18:13:07.544Z Compiling pkcs8 v0.10.2
15142026-04-07T18:13:07.595Z Compiling darling v0.20.11
15152026-04-07T18:13:07.695Z Compiling bytes v1.11.1
15162026-04-07T18:13:07.712Z Compiling chrono v0.4.44
15172026-04-07T18:13:07.715Z Compiling ipnet v2.11.0
15182026-04-07T18:13:07.715Z Compiling derive_builder_core v0.20.2
15192026-04-07T18:13:07.772Z Compiling icu_normalizer v2.1.1
15202026-04-07T18:13:07.788Z Compiling icu_properties v2.1.2
15212026-04-07T18:13:07.838Z Compiling rustls-native-certs v0.8.3
15222026-04-07T18:13:07.868Z Compiling scroll_derive v0.12.1
15232026-04-07T18:13:07.884Z Compiling thiserror-impl v1.0.69
15242026-04-07T18:13:08.077Z Compiling serde_spanned v0.6.9
15252026-04-07T18:13:08.147Z Compiling erased-serde v0.3.31
15262026-04-07T18:13:08.225Z Compiling tokio v1.50.0
15272026-04-07T18:13:08.246Z Compiling http v1.4.0
15282026-04-07T18:13:08.318Z Compiling serde_tokenstream v0.2.3
15292026-04-07T18:13:08.334Z Compiling toml_datetime v0.6.11
15302026-04-07T18:13:08.567Z Compiling scroll v0.12.0
15312026-04-07T18:13:08.615Z Compiling md-5 v0.10.6
15322026-04-07T18:13:08.643Z Compiling ppv-lite86 v0.2.21
15332026-04-07T18:13:08.658Z Compiling idna_adapter v1.2.1
15342026-04-07T18:13:08.675Z Compiling derive_builder_macro v0.20.2
15352026-04-07T18:13:08.796Z Compiling idna v1.1.0
15362026-04-07T18:13:08.815Z Compiling webpki-roots v1.0.6
15372026-04-07T18:13:08.873Z Compiling darling_macro v0.21.3
15382026-04-07T18:13:08.883Z Compiling zerocopy-derive v0.7.35
15392026-04-07T18:13:08.890Z Compiling http-body v1.0.1
15402026-04-07T18:13:08.962Z Compiling rand_chacha v0.9.0
15412026-04-07T18:13:08.982Z Compiling rand_chacha v0.3.1
15422026-04-07T18:13:09.064Z Compiling http-body-util v0.1.3
15432026-04-07T18:13:09.122Z Compiling url v2.5.8
15442026-04-07T18:13:09.201Z Compiling rand v0.9.2
15452026-04-07T18:13:09.213Z Compiling hash32 v0.2.1
15462026-04-07T18:13:09.225Z Compiling thiserror v1.0.69
15472026-04-07T18:13:09.241Z Compiling memoffset v0.9.1
15482026-04-07T18:13:09.328Z Compiling iri-string v0.7.10
15492026-04-07T18:13:09.346Z Compiling psl-types v2.0.11
15502026-04-07T18:13:09.379Z Compiling cfg_aliases v0.2.1
15512026-04-07T18:13:09.424Z Compiling fallible-iterator v0.2.0
15522026-04-07T18:13:09.459Z Compiling num-bigint-dig v0.8.6
15532026-04-07T18:13:09.476Z Compiling smoltcp v0.9.1
15542026-04-07T18:13:09.486Z Compiling base16ct v0.2.0
15552026-04-07T18:13:09.493Z Compiling ryu v1.0.23
15562026-04-07T18:13:09.686Z Compiling litrs v1.0.0
15572026-04-07T18:13:09.686Z Compiling ref-cast v1.0.25
15582026-04-07T18:13:09.724Z Compiling rustix v0.38.44
15592026-04-07T18:13:09.748Z Compiling proptest v1.10.0
15602026-04-07T18:13:09.788Z Compiling zlib-rs v0.6.2
15612026-04-07T18:13:09.809Z Compiling zerocopy v0.7.35
15622026-04-07T18:13:09.860Z Compiling postgres-protocol v0.6.10
15632026-04-07T18:13:09.961Z Compiling dof v0.4.0
15642026-04-07T18:13:10.190Z Compiling serde_urlencoded v0.7.1
15652026-04-07T18:13:10.243Z Compiling sec1 v0.7.3
15662026-04-07T18:13:10.280Z Compiling document-features v0.2.12
15672026-04-07T18:13:10.374Z Compiling nix v0.31.1
15682026-04-07T18:13:10.442Z Compiling publicsuffix v2.3.0
15692026-04-07T18:13:10.459Z Compiling darling v0.21.3
15702026-04-07T18:13:10.534Z Compiling rand v0.8.5
15712026-04-07T18:13:10.619Z Compiling ipnetwork v0.21.1
15722026-04-07T18:13:10.619Z Compiling derive_builder v0.20.2
15732026-04-07T18:13:10.664Z Compiling goblin v0.8.2
15742026-04-07T18:13:10.768Z Compiling hubpack_derive v0.1.1
15752026-04-07T18:13:10.906Z Compiling oxnet v0.1.4
15762026-04-07T18:13:10.921Z Compiling cargo-platform v0.1.9
15772026-04-07T18:13:10.964Z Compiling hkdf v0.12.4
15782026-04-07T18:13:10.979Z Compiling crypto-bigint v0.5.5
15792026-04-07T18:13:11.077Z Compiling regex v1.12.3
15802026-04-07T18:13:11.199Z Compiling group v0.13.0
15812026-04-07T18:13:11.234Z Compiling ref-cast-impl v1.0.25
15822026-04-07T18:13:11.251Z Compiling async-trait v0.1.89
15832026-04-07T18:13:11.255Z Compiling daft-derive v0.1.5
15842026-04-07T18:13:11.311Z Compiling curve25519-dalek-derive v0.1.1
15852026-04-07T18:13:11.333Z Compiling strum_macros v0.27.2
15862026-04-07T18:13:11.408Z Compiling num-iter v0.1.45
15872026-04-07T18:13:11.573Z Compiling terminal_size v0.4.3
15882026-04-07T18:13:11.734Z Compiling phf_shared v0.13.1
15892026-04-07T18:13:11.748Z Compiling lazy_static v1.5.0
15902026-04-07T18:13:11.771Z Compiling vergen v9.0.6
15912026-04-07T18:13:11.807Z Compiling fs-err v3.3.0
15922026-04-07T18:13:11.904Z Compiling ahash v0.8.12
15932026-04-07T18:13:11.910Z Compiling bitflags v1.3.2
15942026-04-07T18:13:11.978Z Compiling tokio-util v0.7.18
15952026-04-07T18:13:11.995Z Compiling tower v0.5.3
15962026-04-07T18:13:12.009Z Compiling tokio-native-tls v0.3.1
15972026-04-07T18:13:12.012Z Compiling libbz2-rs-sys v0.2.2
15982026-04-07T18:13:12.039Z Compiling winnow v0.5.40
15992026-04-07T18:13:12.043Z Compiling unicode-segmentation v1.12.0
16002026-04-07T18:13:12.085Z Compiling bumpalo v3.20.2
16012026-04-07T18:13:12.101Z Compiling object v0.37.3
16022026-04-07T18:13:12.205Z Compiling newtype-uuid v1.3.2
16032026-04-07T18:13:12.322Z Compiling foldhash v0.1.5
16042026-04-07T18:13:12.372Z Compiling managed v0.8.0
16052026-04-07T18:13:12.403Z Compiling tower-http v0.6.8
16062026-04-07T18:13:12.473Z Compiling clap_builder v4.5.60
16072026-04-07T18:13:12.496Z Compiling hashbrown v0.15.5
16082026-04-07T18:13:12.515Z Compiling bzip2 v0.6.1
16092026-04-07T18:13:12.600Z Compiling daft v0.1.5
16102026-04-07T18:13:12.817Z Compiling h2 v0.4.13
16112026-04-07T18:13:12.831Z Compiling flate2 v1.1.9
16122026-04-07T18:13:12.922Z Compiling dof v0.3.0
16132026-04-07T18:13:12.953Z Compiling zopfli v0.8.3
16142026-04-07T18:13:13.168Z Compiling phf v0.13.1
16152026-04-07T18:13:13.182Z Compiling elliptic-curve v0.13.8
16162026-04-07T18:13:13.345Z Compiling signal-hook-mio v0.2.5
16172026-04-07T18:13:13.367Z Compiling toml_edit v0.19.15
16182026-04-07T18:13:13.414Z Compiling strum v0.27.2
16192026-04-07T18:13:13.483Z Compiling usdt-macro v0.6.0
16202026-04-07T18:13:13.541Z Compiling usdt-attr-macro v0.6.0
16212026-04-07T18:13:13.564Z Compiling cargo_metadata v0.19.2
16222026-04-07T18:13:13.608Z Compiling cookie_store v0.22.1
16232026-04-07T18:13:13.626Z Compiling hubpack v0.1.2
16242026-04-07T18:13:13.686Z Compiling bzip2 v0.4.4
16252026-04-07T18:13:13.846Z Compiling serde_with_macros v3.17.0
16262026-04-07T18:13:13.911Z Compiling zstd v0.13.3
16272026-04-07T18:13:13.983Z Compiling postgres-types v0.2.12
16282026-04-07T18:13:14.200Z Compiling dtrace-parser v0.2.0
16292026-04-07T18:13:14.226Z Compiling pkcs1 v0.7.5
16302026-04-07T18:13:14.276Z Compiling ed25519 v2.2.3
16312026-04-07T18:13:14.290Z Compiling hex v0.4.3
16322026-04-07T18:13:14.395Z Compiling serde-big-array v0.5.1
16332026-04-07T18:13:14.578Z Compiling rfc6979 v0.4.0
16342026-04-07T18:13:14.598Z Compiling bstr v1.12.1
16352026-04-07T18:13:14.598Z Compiling enum-as-inner v0.6.1
16362026-04-07T18:13:14.650Z Compiling strum_macros v0.26.4
16372026-04-07T18:13:14.696Z Compiling clap_derive v4.5.55
16382026-04-07T18:13:14.958Z Compiling serde_repr v0.1.20
16392026-04-07T18:13:15.014Z Compiling phf_shared v0.11.3
16402026-04-07T18:13:15.043Z Compiling float-cmp v0.10.0
16412026-04-07T18:13:15.174Z Compiling memmap2 v0.9.10
16422026-04-07T18:13:15.219Z Compiling thread-id v4.2.2
16432026-04-07T18:13:15.232Z Compiling env_filter v1.0.0
16442026-04-07T18:13:15.232Z Compiling encoding_rs v0.8.35
16452026-04-07T18:13:15.232Z Compiling keccak v0.1.6
16462026-04-07T18:13:15.311Z Compiling data-encoding v2.10.0
16472026-04-07T18:13:15.354Z Compiling rustc-hash v2.1.1
16482026-04-07T18:13:15.418Z Compiling normalize-line-endings v0.3.0
16492026-04-07T18:13:15.469Z Compiling either v1.15.0
16502026-04-07T18:13:15.497Z Compiling jiff v0.2.21
16512026-04-07T18:13:15.541Z Compiling precomputed-hash v0.1.1
16522026-04-07T18:13:15.596Z Compiling predicates-core v1.0.10
16532026-04-07T18:13:15.604Z Compiling new_debug_unreachable v1.0.6
16542026-04-07T18:13:15.642Z Compiling difflib v0.4.0
16552026-04-07T18:13:15.696Z Compiling mime v0.3.17
16562026-04-07T18:13:15.706Z Compiling fixedbitset v0.4.2
16572026-04-07T18:13:15.785Z Compiling static_assertions v1.1.0
16582026-04-07T18:13:15.878Z Compiling hyper v1.8.1
16592026-04-07T18:13:15.965Z Compiling fixedbitset v0.5.7
16602026-04-07T18:13:16.094Z Compiling whoami v2.1.0
16612026-04-07T18:13:16.102Z Compiling petgraph v0.6.5
16622026-04-07T18:13:16.103Z Compiling predicates v3.1.4
16632026-04-07T18:13:16.136Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-04-07T18:13:16.174Z Compiling string_cache v0.8.9
16652026-04-07T18:13:16.225Z Compiling tokio-postgres v0.7.16
16662026-04-07T18:13:16.289Z Compiling petgraph v0.8.3
16672026-04-07T18:13:16.399Z Compiling itertools v0.13.0
16682026-04-07T18:13:16.424Z Compiling hickory-proto v0.25.2
16692026-04-07T18:13:16.476Z Compiling strum v0.26.3
16702026-04-07T18:13:16.545Z Compiling clap v4.5.60
16712026-04-07T18:13:16.626Z Compiling toml_edit v0.22.27
16722026-04-07T18:13:16.643Z Compiling iddqd v0.3.17
16732026-04-07T18:13:16.777Z Compiling env_logger v0.11.9
16742026-04-07T18:13:16.789Z Compiling sha3 v0.10.8
16752026-04-07T18:13:16.868Z Compiling usdt v0.6.0
16762026-04-07T18:13:17.151Z Compiling hyper-util v0.1.20
16772026-04-07T18:13:17.163Z Compiling usdt-impl v0.5.0
16782026-04-07T18:13:17.283Z Compiling similar v2.7.0
16792026-04-07T18:13:17.521Z Compiling serde_with v3.17.0
16802026-04-07T18:13:17.554Z Compiling crossterm v0.28.1
16812026-04-07T18:13:17.662Z Compiling toml v0.7.8
16822026-04-07T18:13:17.770Z Compiling ecdsa v0.16.9
16832026-04-07T18:13:17.824Z Compiling ed25519-dalek v2.2.0
16842026-04-07T18:13:18.164Z Compiling zip v4.6.1
16852026-04-07T18:13:18.205Z Compiling rsa v0.9.10
16862026-04-07T18:13:18.470Z Compiling zip v0.6.6
16872026-04-07T18:13:18.513Z Compiling hyper-tls v0.6.0
16882026-04-07T18:13:18.881Z Compiling tokio-stream v0.1.18
16892026-04-07T18:13:18.903Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-04-07T18:13:18.956Z Compiling heck v0.4.1
16912026-04-07T18:13:19.033Z Compiling buf-list v1.1.2
16922026-04-07T18:13:19.080Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-04-07T18:13:19.112Z Compiling openapiv3 v2.2.0
16942026-04-07T18:13:19.149Z Compiling x509-cert v0.2.5
16952026-04-07T18:13:19.206Z Compiling sha1 v0.10.6
16962026-04-07T18:13:19.260Z Compiling crossbeam-epoch v0.9.18
16972026-04-07T18:13:19.357Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-04-07T18:13:19.367Z Compiling peg-runtime v0.8.5
16992026-04-07T18:13:19.382Z Compiling lalrpop-util v0.19.12
17002026-04-07T18:13:19.399Z Compiling thread_local v1.1.9
17012026-04-07T18:13:19.456Z Compiling slog-async v2.8.0
17022026-04-07T18:13:19.554Z Compiling futures-executor v0.3.32
17032026-04-07T18:13:19.593Z Compiling crossbeam-channel v0.5.15
17042026-04-07T18:13:19.613Z Compiling filetime v0.2.27
17052026-04-07T18:13:19.648Z Compiling is-terminal v0.4.17
17062026-04-07T18:13:19.674Z Compiling take_mut v0.2.2
17072026-04-07T18:13:19.685Z Compiling xattr v1.6.1
17082026-04-07T18:13:19.741Z Compiling term v1.2.1
17092026-04-07T18:13:19.764Z Compiling futures v0.3.32
17102026-04-07T18:13:19.811Z Compiling tar v0.4.45
17112026-04-07T18:13:20.044Z Compiling slog-term v2.9.2
17122026-04-07T18:13:35.474Z Compiling rustls-webpki v0.103.9
17132026-04-07T18:13:38.227Z Compiling tokio-rustls v0.26.4
17142026-04-07T18:13:38.227Z Compiling rustls-platform-verifier v0.6.2
17152026-04-07T18:13:38.431Z Compiling hyper-rustls v0.27.7
17162026-04-07T18:13:38.621Z Compiling reqwest v0.12.28
17172026-04-07T18:13:38.621Z Compiling reqwest v0.13.2
17182026-04-07T18:13:40.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-04-07T18:13:40.850Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-04-07T18:13:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s
17212026-04-07T18:13:43.739Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-04-07T18:13:43.794ZApr 07 18:13:43.216 INFO Starting download, target: Clickhouse
17232026-04-07T18:13:43.794ZApr 07 18:13:43.217 INFO Starting download, target: Console
17242026-04-07T18:13:43.794ZApr 07 18:13:43.217 INFO Starting download, target: Cockroach
17252026-04-07T18:13:43.794ZApr 07 18:13:43.217 INFO Starting download, target: DendriteStub
17262026-04-07T18:13:43.794ZApr 07 18:13:43.217 INFO Starting download, target: MaghemiteMgd
17272026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Starting download, target: TransceiverControl
17282026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-04-07T18:13:43.797ZApr 07 18:13:43.217 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-04-07T18:13:44.348ZApr 07 18:13:43.769 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-04-07T18:13:44.561ZApr 07 18:13:43.982 INFO Download complete, target: TransceiverControl
17362026-04-07T18:13:44.813ZApr 07 18:13:44.235 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-04-07T18:13:45.054ZApr 07 18:13:44.473 INFO Download complete, target: Console
17382026-04-07T18:13:45.337ZApr 07 18:13:44.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-04-07T18:13:45.807ZApr 07 18:13:45.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-07T18:13:46.101ZApr 07 18:13:45.523 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-04-07T18:13:46.641ZApr 07 18:13:46.063 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-04-07T18:13:46.641ZApr 07 18:13:46.064 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-04-07T18:13:47.640ZApr 07 18:13:47.062 INFO Download complete, target: DendriteStub
17442026-04-07T18:13:48.076ZApr 07 18:13:47.498 INFO Download complete, target: MaghemiteMgd
17452026-04-07T18:13:51.337ZApr 07 18:13:50.759 INFO Checking that binary works, target: Cockroach
17462026-04-07T18:13:51.521ZApr 07 18:13:50.943 INFO Download complete, target: Cockroach
17472026-04-07T18:13:53.011ZApr 07 18:13:52.432 INFO Checking that binary works, target: Clickhouse
17482026-04-07T18:13:53.092ZApr 07 18:13:52.514 INFO Download complete, target: Clickhouse
17492026-04-07T18:13:53.098ZAll prerequisites installed successfully
17502026-04-07T18:13:53.101Z
17512026-04-07T18:13:53.101Zreal 2:58.289630418
17522026-04-07T18:13:53.101Zuser 7:09.456583292
17532026-04-07T18:13:53.101Zsys 1:45.335111157
17542026-04-07T18:13:53.101Ztrap 0.254078125
17552026-04-07T18:13:53.101Ztflt 2.086196727
17562026-04-07T18:13:53.101Zdflt 2.651077724
17572026-04-07T18:13:53.101Zkflt 0.045660683
17582026-04-07T18:13:53.101Zlock 22:45.999481496
17592026-04-07T18:13:53.101Zslp 20:01.734674880
17602026-04-07T18:13:53.101Zlat 23.415229450
17612026-04-07T18:13:53.102Zstop 2:57.332728312
17622026-04-07T18:13:53.102Z+ ptime -m cargo xtask download softnpu
17632026-04-07T18:13:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17642026-04-07T18:13:53.648Z Running `target/debug/xtask download softnpu`
17652026-04-07T18:13:54.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17662026-04-07T18:13:54.456Z Running `target/debug/xtask-downloader softnpu`
17672026-04-07T18:13:54.502ZApr 07 18:13:53.923 INFO Starting download, target: Softnpu
17682026-04-07T18:13:54.505ZApr 07 18:13:53.924 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-04-07T18:13:55.274ZApr 07 18:13:54.696 INFO Download complete, target: Softnpu
17702026-04-07T18:13:55.278Z
17712026-04-07T18:13:55.281Zreal 2.172819262
17722026-04-07T18:13:55.281Zuser 1.278927940
17732026-04-07T18:13:55.281Zsys 0.630215347
17742026-04-07T18:13:55.281Ztrap 0.000810825
17752026-04-07T18:13:55.282Ztflt 0.000405873
17762026-04-07T18:13:55.282Zdflt 0.000152914
17772026-04-07T18:13:55.282Zkflt 0.000000000
17782026-04-07T18:13:55.282Zlock 14.429828539
17792026-04-07T18:13:55.282Zslp 0.571689124
17802026-04-07T18:13:55.282Zlat 0.067243163
17812026-04-07T18:13:55.282Zstop 0.000194685
17822026-04-07T18:13:55.282Z+ export CARGO_INCREMENTAL=0
17832026-04-07T18:13:55.282Z+ CARGO_INCREMENTAL=0
17842026-04-07T18:13:55.282Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-04-07T18:13:56.156Z Compiling proc-macro2 v1.0.106
17862026-04-07T18:13:56.156Z Compiling quote v1.0.44
17872026-04-07T18:13:56.156Z Compiling unicode-ident v1.0.24
17882026-04-07T18:13:56.159Z Compiling libc v0.2.180
17892026-04-07T18:13:56.159Z Compiling serde_core v1.0.228
17902026-04-07T18:13:56.159Z Compiling serde v1.0.228
17912026-04-07T18:13:56.160Z Compiling cfg-if v1.0.4
17922026-04-07T18:13:56.160Z Compiling version_check v0.9.5
17932026-04-07T18:13:56.300Z Compiling shlex v1.3.0
17942026-04-07T18:13:56.351Z Compiling find-msvc-tools v0.1.9
17952026-04-07T18:13:56.367Z Compiling typenum v1.19.0
17962026-04-07T18:13:56.370Z Compiling autocfg v1.5.0
17972026-04-07T18:13:56.370Z Compiling zmij v1.0.21
17982026-04-07T18:13:56.370Z Compiling serde_json v1.0.149
17992026-04-07T18:13:56.370Z Compiling memchr v2.8.0
18002026-04-07T18:13:56.432Z Compiling portable-atomic v1.13.1
18012026-04-07T18:13:56.487Z Compiling zerocopy v0.8.40
18022026-04-07T18:13:56.672Z Compiling generic-array v0.14.7
18032026-04-07T18:13:56.693Z Compiling libm v0.2.16
18042026-04-07T18:13:56.844Z Compiling smallvec v1.15.1
18052026-04-07T18:13:56.877Z Compiling icu_properties_data v2.1.2
18062026-04-07T18:13:56.881Z Compiling icu_normalizer_data v2.1.1
18072026-04-07T18:13:56.907Z Compiling parking_lot_core v0.9.12
18082026-04-07T18:13:56.926Z Compiling num-traits v0.2.19
18092026-04-07T18:13:56.929Z Compiling itoa v1.0.17
18102026-04-07T18:13:56.939Z Compiling log v0.4.29
18112026-04-07T18:13:57.037Z Compiling stable_deref_trait v1.2.1
18122026-04-07T18:13:57.092Z Compiling pkg-config v0.3.32
18132026-04-07T18:13:57.114Z Compiling subtle v2.6.1
18142026-04-07T18:13:57.157Z Compiling getrandom v0.4.1
18152026-04-07T18:13:57.221Z Compiling getrandom v0.3.4
18162026-04-07T18:13:57.258Z Compiling jobserver v0.1.34
18172026-04-07T18:13:57.286Z Compiling getrandom v0.2.17
18182026-04-07T18:13:57.338Z Compiling errno v0.3.14
18192026-04-07T18:13:57.431Z Compiling scopeguard v1.2.0
18202026-04-07T18:13:57.452Z Compiling rand_core v0.6.4
18212026-04-07T18:13:57.483Z Compiling cc v1.2.56
18222026-04-07T18:13:57.567Z Compiling lock_api v0.4.14
18232026-04-07T18:13:57.636Z Compiling syn v2.0.117
18242026-04-07T18:13:57.654Z Compiling litemap v0.8.1
18252026-04-07T18:13:57.657Z Compiling writeable v0.6.2
18262026-04-07T18:13:57.703Z Compiling percent-encoding v2.3.2
18272026-04-07T18:13:57.720Z Compiling thiserror v2.0.18
18282026-04-07T18:13:57.754Z Compiling fnv v1.0.7
18292026-04-07T18:13:57.886Z Compiling pin-project-lite v0.2.17
18302026-04-07T18:13:57.920Z Compiling critical-section v1.2.0
18312026-04-07T18:13:58.038Z Compiling equivalent v1.0.2
18322026-04-07T18:13:58.071Z Compiling rustversion v1.0.22
18332026-04-07T18:13:58.075Z Compiling schemars v0.8.22
18342026-04-07T18:13:58.075Z Compiling allocator-api2 v0.2.21
18352026-04-07T18:13:58.117Z Compiling fs_extra v1.3.0
18362026-04-07T18:13:58.166Z Compiling utf8_iter v1.0.4
18372026-04-07T18:13:58.184Z Compiling dunce v1.0.5
18382026-04-07T18:13:58.201Z Compiling foldhash v0.2.0
18392026-04-07T18:13:58.285Z Compiling cmake v0.1.57
18402026-04-07T18:13:58.320Z Compiling form_urlencoded v1.2.2
18412026-04-07T18:13:58.436Z Compiling once_cell v1.21.3
18422026-04-07T18:13:58.439Z Compiling hashbrown v0.16.1
18432026-04-07T18:13:58.468Z Compiling const-oid v0.9.6
18442026-04-07T18:13:58.517Z Compiling semver v1.0.27
18452026-04-07T18:13:58.670Z Compiling bitflags v2.11.0
18462026-04-07T18:13:58.781Z Compiling signal-hook-registry v1.4.8
18472026-04-07T18:13:58.851Z Compiling ring v0.17.14
18482026-04-07T18:13:58.888Z Compiling aws-lc-sys v0.37.1
18492026-04-07T18:13:58.923Z Compiling rustix v1.1.3
18502026-04-07T18:13:58.958Z Compiling socket2 v0.6.2
18512026-04-07T18:13:59.129Z Compiling indexmap v2.13.0
18522026-04-07T18:13:59.151Z Compiling parking_lot v0.12.5
18532026-04-07T18:13:59.207Z Compiling mio v1.1.1
18542026-04-07T18:13:59.286Z Compiling aws-lc-rs v1.16.0
18552026-04-07T18:13:59.302Z Compiling rand_core v0.10.0
18562026-04-07T18:13:59.322Z Compiling futures-core v0.3.32
18572026-04-07T18:13:59.322Z Compiling strsim v0.11.1
18582026-04-07T18:13:59.371Z Compiling thiserror v1.0.69
18592026-04-07T18:13:59.500Z Compiling httparse v1.10.1
18602026-04-07T18:13:59.594Z Compiling byteorder v1.5.0
18612026-04-07T18:13:59.614Z Compiling ucd-trie v0.1.7
18622026-04-07T18:13:59.674Z Compiling syn v1.0.109
18632026-04-07T18:13:59.703Z Compiling iana-time-zone v0.1.65
18642026-04-07T18:13:59.718Z Compiling heck v0.5.0
18652026-04-07T18:13:59.786Z Compiling pest v2.8.6
18662026-04-07T18:13:59.832Z Compiling vcpkg v0.2.15
18672026-04-07T18:13:59.870Z Compiling ident_case v1.0.1
18682026-04-07T18:13:59.913Z Compiling uuid v1.23.0
18692026-04-07T18:13:59.949Z Compiling cpufeatures v0.2.17
18702026-04-07T18:14:00.032Z Compiling regex-syntax v0.8.10
18712026-04-07T18:14:00.243Z Compiling rustc_version v0.4.1
18722026-04-07T18:14:00.325Z Compiling futures-sink v0.3.32
18732026-04-07T18:14:00.352Z Compiling rustls v0.23.37
18742026-04-07T18:14:00.429Z Compiling openssl-sys v0.9.111
18752026-04-07T18:14:00.458Z Compiling futures-channel v0.3.32
18762026-04-07T18:14:00.499Z Compiling synstructure v0.13.2
18772026-04-07T18:14:00.539Z Compiling serde_derive_internals v0.29.1
18782026-04-07T18:14:00.571Z Compiling futures-task v0.3.32
18792026-04-07T18:14:00.622Z Compiling slab v0.4.12
18802026-04-07T18:14:00.640Z Compiling futures-io v0.3.32
18812026-04-07T18:14:00.821Z Compiling dyn-clone v1.0.20
18822026-04-07T18:14:00.843Z Compiling plain v0.2.3
18832026-04-07T18:14:00.859Z Compiling pest_meta v2.8.6
18842026-04-07T18:14:00.941Z Compiling aho-corasick v1.1.4
18852026-04-07T18:14:00.993Z Compiling num-conv v0.2.0
18862026-04-07T18:14:01.009Z Compiling time-core v0.1.8
18872026-04-07T18:14:01.029Z Compiling crossbeam-utils v0.8.21
18882026-04-07T18:14:01.181Z Compiling time-macros v0.2.27
18892026-04-07T18:14:01.261Z Compiling base64 v0.22.1
18902026-04-07T18:14:01.323Z Compiling pretty-hex v0.4.1
18912026-04-07T18:14:01.327Z Compiling openssl v0.10.75
18922026-04-07T18:14:01.438Z Compiling base64ct v1.8.3
18932026-04-07T18:14:01.457Z Compiling pest_generator v2.8.6
18942026-04-07T18:14:01.474Z Compiling anyhow v1.0.102
18952026-04-07T18:14:01.493Z Compiling crc32fast v1.5.0
18962026-04-07T18:14:01.514Z Compiling darling_core v0.21.3
18972026-04-07T18:14:01.552Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18982026-04-07T18:14:01.749Z Compiling regex-automata v0.4.14
18992026-04-07T18:14:01.756Z Compiling serde_derive v1.0.228
19002026-04-07T18:14:01.785Z Compiling zeroize_derive v1.4.3
19012026-04-07T18:14:01.791Z Compiling zerofrom-derive v0.1.6
19022026-04-07T18:14:01.805Z Compiling yoke-derive v0.8.1
19032026-04-07T18:14:01.835Z Compiling zerovec-derive v0.11.2
19042026-04-07T18:14:01.840Z Compiling displaydoc v0.2.5
19052026-04-07T18:14:01.943Z Compiling zerocopy-derive v0.8.40
19062026-04-07T18:14:02.107Z Compiling tokio-macros v2.6.0
19072026-04-07T18:14:02.140Z Compiling futures-macro v0.3.32
19082026-04-07T18:14:02.166Z Compiling thiserror-impl v2.0.18
19092026-04-07T18:14:02.172Z Compiling schemars_derive v0.8.22
19102026-04-07T18:14:02.357Z Compiling der_derive v0.7.3
19112026-04-07T18:14:02.404Z Compiling zeroize v1.8.2
19122026-04-07T18:14:02.797Z Compiling tracing-attributes v0.1.31
19132026-04-07T18:14:02.815Z Compiling thiserror-impl v1.0.69
19142026-04-07T18:14:02.881Z Compiling pest_derive v2.8.6
19152026-04-07T18:14:02.933Z Compiling zerofrom v0.1.6
19162026-04-07T18:14:03.078Z Compiling yoke v0.8.1
19172026-04-07T18:14:03.261Z Compiling zerovec v0.11.5
19182026-04-07T18:14:03.278Z Compiling zerotrie v0.2.3
19192026-04-07T18:14:03.299Z Compiling crypto-common v0.1.7
19202026-04-07T18:14:03.367Z Compiling block-buffer v0.10.4
19212026-04-07T18:14:03.482Z Compiling futures-util v0.3.32
19222026-04-07T18:14:03.499Z Compiling digest v0.10.7
19232026-04-07T18:14:03.642Z Compiling block-padding v0.3.3
19242026-04-07T18:14:03.714Z Compiling hmac v0.12.1
19252026-04-07T18:14:03.739Z Compiling sha2 v0.10.9
19262026-04-07T18:14:03.776Z Compiling inout v0.1.4
19272026-04-07T18:14:03.811Z Compiling tinystr v0.8.2
19282026-04-07T18:14:03.811Z Compiling potential_utf v0.1.4
19292026-04-07T18:14:03.938Z Compiling cipher v0.4.4
19302026-04-07T18:14:03.984Z Compiling icu_collections v2.1.1
19312026-04-07T18:14:03.988Z Compiling rustls-pki-types v1.14.0
19322026-04-07T18:14:04.017Z Compiling scroll_derive v0.13.1
19332026-04-07T18:14:04.061Z Compiling icu_locale_core v2.1.1
19342026-04-07T18:14:04.122Z Compiling scroll_derive v0.12.1
19352026-04-07T18:14:04.328Z Compiling openssl-macros v0.1.1
19362026-04-07T18:14:04.378Z Compiling pem-rfc7468 v0.7.0
19372026-04-07T18:14:04.673Z Compiling native-tls v0.2.18
19382026-04-07T18:14:04.746Z Compiling icu_provider v2.1.1
19392026-04-07T18:14:04.762Z Compiling flagset v0.4.7
19402026-04-07T18:14:04.882Z Compiling der v0.7.10
19412026-04-07T18:14:04.908Z Compiling bytes v1.11.1
19422026-04-07T18:14:04.924Z Compiling chrono v0.4.44
19432026-04-07T18:14:04.941Z Compiling regex v1.12.3
19442026-04-07T18:14:05.065Z Compiling icu_properties v2.1.2
19452026-04-07T18:14:05.085Z Compiling icu_normalizer v2.1.1
19462026-04-07T18:14:05.321Z Compiling serde_tokenstream v0.2.3
19472026-04-07T18:14:05.375Z Compiling darling_macro v0.21.3
19482026-04-07T18:14:05.602Z Compiling tokio v1.50.0
19492026-04-07T18:14:05.665Z Compiling http v1.4.0
19502026-04-07T18:14:05.983Z Compiling idna_adapter v1.2.1
19512026-04-07T18:14:06.024Z Compiling zerocopy-derive v0.7.35
19522026-04-07T18:14:06.077Z Compiling rand_core v0.9.5
19532026-04-07T18:14:06.170Z Compiling idna v1.1.0
19542026-04-07T18:14:06.282Z Compiling ppv-lite86 v0.2.21
19552026-04-07T18:14:06.320Z Compiling slog v2.8.2
19562026-04-07T18:14:06.572Z Compiling url v2.5.8
19572026-04-07T18:14:06.589Z Compiling tracing-core v0.1.36
19582026-04-07T18:14:06.632Z Compiling untrusted v0.9.0
19592026-04-07T18:14:06.812Z Compiling darling v0.21.3
19602026-04-07T18:14:06.827Z Compiling spki v0.7.3
19612026-04-07T18:14:06.908Z Compiling salsa20 v0.10.2
19622026-04-07T18:14:06.976Z Compiling tracing v0.1.44
19632026-04-07T18:14:07.105Z Compiling pbkdf2 v0.12.2
19642026-04-07T18:14:07.404Z Compiling cookie v0.18.1
19652026-04-07T18:14:07.518Z Compiling camino v1.2.2
19662026-04-07T18:14:07.694Z Compiling scrypt v0.11.0
19672026-04-07T18:14:07.742Z Compiling rand_chacha v0.9.0
19682026-04-07T18:14:07.758Z Compiling aes v0.8.4
19692026-04-07T18:14:07.828Z Compiling cbc v0.1.2
19702026-04-07T18:14:08.260Z Compiling usdt-impl v0.5.0
19712026-04-07T18:14:08.290Z Compiling winnow v0.7.14
19722026-04-07T18:14:08.381Z Compiling ref-cast v1.0.25
19732026-04-07T18:14:08.403Z Compiling either v1.15.0
19742026-04-07T18:14:08.439Z Compiling usdt-impl v0.6.0
19752026-04-07T18:14:08.503Z Compiling paste v1.0.15
19762026-04-07T18:14:08.702Z Compiling pkcs5 v0.7.1
19772026-04-07T18:14:08.734Z Compiling rand v0.9.2
19782026-04-07T18:14:08.847Z Compiling http-body v1.0.1
19792026-04-07T18:14:08.945Z Compiling serde_spanned v0.6.9
19802026-04-07T18:14:09.018Z Compiling toml_datetime v0.6.11
19812026-04-07T18:14:09.052Z Compiling scroll v0.13.0
19822026-04-07T18:14:09.085Z Compiling scroll v0.12.0
19832026-04-07T18:14:09.238Z Compiling heapless v0.7.17
19842026-04-07T18:14:09.335Z Compiling bzip2-sys v0.1.13+1.0.8
19852026-04-07T18:14:09.352Z Compiling tokio-util v0.7.18
19862026-04-07T18:14:09.355Z Compiling atomic-waker v1.1.2
19872026-04-07T18:14:09.383Z Compiling zstd-safe v7.2.4
19882026-04-07T18:14:09.506Z Compiling openssl-probe v0.2.1
19892026-04-07T18:14:09.562Z Compiling untrusted v0.7.1
19902026-04-07T18:14:09.614Z Compiling signal-hook v0.3.18
19912026-04-07T18:14:09.647Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-04-07T18:14:09.769Z Compiling goblin v0.8.2
19932026-04-07T18:14:09.814Z Compiling goblin v0.10.5
19942026-04-07T18:14:09.923Z Compiling pkcs8 v0.10.2
19952026-04-07T18:14:10.230Z Compiling zerocopy v0.7.35
19962026-04-07T18:14:10.247Z Compiling ref-cast-impl v1.0.25
19972026-04-07T18:14:10.333Z Compiling curve25519-dalek v4.1.3
19982026-04-07T18:14:10.536Z Compiling darling_core v0.20.11
19992026-04-07T18:14:10.667Z Compiling toml_datetime v0.7.5+spec-1.1.0
20002026-04-07T18:14:10.706Z Compiling memoffset v0.9.1
20012026-04-07T18:14:10.796Z Compiling tinyvec_macros v0.1.1
20022026-04-07T18:14:10.812Z Compiling try-lock v0.2.5
20032026-04-07T18:14:10.883Z Compiling rustix v0.38.44
20042026-04-07T18:14:10.944Z Compiling tower-service v0.3.3
20052026-04-07T18:14:10.961Z Compiling fastrand v2.3.0
20062026-04-07T18:14:10.993Z Compiling winnow v0.5.40
20072026-04-07T18:14:11.092Z Compiling litrs v1.0.0
20082026-04-07T18:14:11.222Z Compiling tower-layer v0.3.3
20092026-04-07T18:14:11.558Z Compiling document-features v0.2.12
20102026-04-07T18:14:11.573Z Compiling want v0.3.1
20112026-04-07T18:14:11.686Z Compiling h2 v0.4.13
20122026-04-07T18:14:11.848Z Compiling tinyvec v1.10.0
20132026-04-07T18:14:11.950Z Compiling dof v0.3.0
20142026-04-07T18:14:12.391Z Compiling toml_edit v0.19.15
20152026-04-07T18:14:12.465Z Compiling darling_macro v0.20.11
20162026-04-07T18:14:12.529Z Compiling dof v0.4.0
20172026-04-07T18:14:12.601Z Compiling dtrace-parser v0.2.0
20182026-04-07T18:14:12.693Z Compiling dtrace-parser v0.3.0
20192026-04-07T18:14:12.817Z Compiling ipnet v2.11.0
20202026-04-07T18:14:13.168Z Compiling daft-derive v0.1.5
20212026-04-07T18:14:13.182Z Compiling async-trait v0.1.89
20222026-04-07T18:14:13.225Z Compiling spin v0.9.8
20232026-04-07T18:14:13.290Z Compiling thread-id v4.2.2
20242026-04-07T18:14:13.301Z Compiling thread-id v5.1.0
20252026-04-07T18:14:13.412Z Compiling cfg_aliases v0.2.1
20262026-04-07T18:14:13.462Z Compiling foreign-types-shared v0.1.1
20272026-04-07T18:14:13.501Z Compiling httpdate v1.0.3
20282026-04-07T18:14:13.521Z Compiling smoltcp v0.9.1
20292026-04-07T18:14:13.571Z Compiling pin-utils v0.1.0
20302026-04-07T18:14:13.676Z Compiling num-bigint-dig v0.8.6
20312026-04-07T18:14:13.680Z Compiling powerfmt v0.2.0
20322026-04-07T18:14:13.729Z Compiling tempfile v3.25.0
20332026-04-07T18:14:13.803Z Compiling foreign-types v0.3.2
20342026-04-07T18:14:13.843Z Compiling nix v0.31.1
20352026-04-07T18:14:13.915Z Compiling deranged v0.5.8
20362026-04-07T18:14:14.109Z Compiling darling v0.20.11
20372026-04-07T18:14:14.246Z Compiling ipnetwork v0.21.1
20382026-04-07T18:14:14.532Z Compiling strum_macros v0.26.4
20392026-04-07T18:14:14.549Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-07T18:14:14.683Z Compiling hyper v1.8.1
20412026-04-07T18:14:14.799Z Compiling socket2 v0.5.10
20422026-04-07T18:14:14.817Z Compiling wait-timeout v0.2.1
20432026-04-07T18:14:15.071Z Compiling simd-adler32 v0.3.8
20442026-04-07T18:14:15.183Z Compiling anstyle v1.0.13
20452026-04-07T18:14:15.298Z Compiling num_threads v0.1.7
20462026-04-07T18:14:15.379Z Compiling utf8parse v0.2.2
20472026-04-07T18:14:15.406Z Compiling bit-vec v0.8.0
20482026-04-07T18:14:15.546Z Compiling quick-error v1.2.3
20492026-04-07T18:14:15.566Z Compiling siphasher v1.0.2
20502026-04-07T18:14:15.630Z Compiling time v0.3.47
20512026-04-07T18:14:15.651Z Compiling rusty-fork v0.3.1
20522026-04-07T18:14:15.655Z Compiling bit-set v0.8.0
20532026-04-07T18:14:15.769Z Compiling hyper-util v0.1.20
20542026-04-07T18:14:15.978Z Compiling anstyle-parse v0.2.7
20552026-04-07T18:14:16.182Z Compiling derive_builder_core v0.20.2
20562026-04-07T18:14:16.345Z Compiling unicode-normalization v0.1.25
20572026-04-07T18:14:16.844Z Compiling rustls-native-certs v0.8.3
20582026-04-07T18:14:16.989Z Compiling rand_xorshift v0.4.0
20592026-04-07T18:14:17.099Z Compiling signature v2.2.0
20602026-04-07T18:14:17.150Z Compiling hubpack_derive v0.1.1
20612026-04-07T18:14:17.313Z Compiling strum_macros v0.27.2
20622026-04-07T18:14:17.368Z Compiling sync_wrapper v1.0.2
20632026-04-07T18:14:17.418Z Compiling fs-err v3.3.0
20642026-04-07T18:14:17.504Z Compiling ahash v0.8.12
20652026-04-07T18:14:17.641Z Compiling colorchoice v1.0.4
20662026-04-07T18:14:17.664Z Compiling object v0.37.3
20672026-04-07T18:14:17.681Z Compiling unicode-segmentation v1.12.0
20682026-04-07T18:14:17.699Z Compiling unarray v0.1.4
20692026-04-07T18:14:17.724Z Compiling adler2 v2.0.1
20702026-04-07T18:14:17.778Z Compiling anstyle-query v1.1.5
20712026-04-07T18:14:17.833Z Compiling unicode-bidi v0.3.18
20722026-04-07T18:14:17.903Z Compiling unicode-properties v0.1.4
20732026-04-07T18:14:17.946Z Compiling is_terminal_polyfill v1.70.2
20742026-04-07T18:14:18.063Z Compiling anstream v0.6.21
20752026-04-07T18:14:18.093Z Compiling miniz_oxide v0.8.9
20762026-04-07T18:14:18.114Z Compiling proptest v1.10.0
20772026-04-07T18:14:18.383Z Compiling stringprep v0.1.5
20782026-04-07T18:14:18.528Z Compiling tower v0.5.3
20792026-04-07T18:14:18.635Z Compiling derive_builder_macro v0.20.2
20802026-04-07T18:14:18.772Z Compiling usdt-macro v0.6.0
20812026-04-07T18:14:18.846Z Compiling usdt-attr-macro v0.6.0
20822026-04-07T18:14:19.231Z Compiling http-body-util v0.1.3
20832026-04-07T18:14:19.500Z Compiling webpki-roots v1.0.6
20842026-04-07T18:14:19.597Z Compiling rand_chacha v0.3.1
20852026-04-07T18:14:19.611Z Compiling erased-serde v0.3.31
20862026-04-07T18:14:19.626Z Compiling md-5 v0.10.6
20872026-04-07T18:14:19.797Z Compiling num-integer v0.1.46
20882026-04-07T18:14:19.827Z Compiling hash32 v0.2.1
20892026-04-07T18:14:19.875Z Compiling vergen-lib v0.1.6
20902026-04-07T18:14:19.890Z Compiling ff v0.13.1
20912026-04-07T18:14:19.934Z Compiling base16ct v0.2.0
20922026-04-07T18:14:19.994Z Compiling psl-types v2.0.11
20932026-04-07T18:14:20.012Z Compiling fallible-iterator v0.2.0
20942026-04-07T18:14:20.044Z Compiling zlib-rs v0.6.2
20952026-04-07T18:14:20.049Z Compiling ryu v1.0.23
20962026-04-07T18:14:20.078Z Compiling iri-string v0.7.10
20972026-04-07T18:14:20.118Z Compiling publicsuffix v2.3.0
20982026-04-07T18:14:20.150Z Compiling newtype-uuid v1.3.2
20992026-04-07T18:14:20.181Z Compiling sec1 v0.7.3
21002026-04-07T18:14:20.204Z Compiling serde_urlencoded v0.7.1
21012026-04-07T18:14:20.260Z Compiling group v0.13.0
21022026-04-07T18:14:20.307Z Compiling postgres-protocol v0.6.10
21032026-04-07T18:14:20.341Z Compiling num-iter v0.1.45
21042026-04-07T18:14:20.487Z Compiling rand v0.8.5
21052026-04-07T18:14:20.587Z Compiling oxnet v0.1.4
21062026-04-07T18:14:20.782Z Compiling derive_builder v0.20.2
21072026-04-07T18:14:20.853Z Compiling tokio-native-tls v0.3.1
21082026-04-07T18:14:20.914Z Compiling heck v0.4.1
21092026-04-07T18:14:20.933Z Compiling phf_shared v0.13.1
21102026-04-07T18:14:21.049Z Compiling lazy_static v1.5.0
21112026-04-07T18:14:21.141Z Compiling terminal_size v0.4.3
21122026-04-07T18:14:21.145Z Compiling serde_with_macros v3.17.0
21132026-04-07T18:14:21.145Z Compiling cargo-platform v0.1.9
21142026-04-07T18:14:21.192Z Compiling tower-http v0.6.8
21152026-04-07T18:14:21.196Z Compiling hkdf v0.12.4
21162026-04-07T18:14:21.210Z Compiling crypto-bigint v0.5.5
21172026-04-07T18:14:21.293Z Compiling serde_repr v0.1.20
21182026-04-07T18:14:21.297Z Compiling enum-as-inner v0.6.1
21192026-04-07T18:14:21.346Z Compiling clap_derive v4.5.55
21202026-04-07T18:14:21.417Z Compiling vergen v9.0.6
21212026-04-07T18:14:21.452Z Compiling libbz2-rs-sys v0.2.2
21222026-04-07T18:14:21.456Z Compiling bumpalo v3.20.2
21232026-04-07T18:14:21.654Z Compiling managed v0.8.0
21242026-04-07T18:14:21.710Z Compiling bitflags v1.3.2
21252026-04-07T18:14:21.835Z Compiling foldhash v0.1.5
21262026-04-07T18:14:21.851Z Compiling clap_lex v1.0.0
21272026-04-07T18:14:21.915Z Compiling bzip2 v0.6.1
21282026-04-07T18:14:21.973Z Compiling hashbrown v0.15.5
21292026-04-07T18:14:22.020Z Compiling clap_builder v4.5.60
21302026-04-07T18:14:22.050Z Compiling flate2 v1.1.9
21312026-04-07T18:14:22.114Z Compiling zopfli v0.8.3
21322026-04-07T18:14:22.186Z Compiling elliptic-curve v0.13.8
21332026-04-07T18:14:22.346Z Compiling cargo_metadata v0.19.2
21342026-04-07T18:14:22.678Z Compiling phf v0.13.1
21352026-04-07T18:14:22.708Z Compiling zstd v0.13.3
21362026-04-07T18:14:22.778Z Compiling signal-hook-mio v0.2.5
21372026-04-07T18:14:22.821Z Compiling hyper-tls v0.6.0
21382026-04-07T18:14:22.885Z Compiling daft v0.1.5
21392026-04-07T18:14:22.963Z Compiling cookie_store v0.22.1
21402026-04-07T18:14:22.981Z Compiling postgres-types v0.2.12
21412026-04-07T18:14:23.058Z Compiling bzip2 v0.4.4
21422026-04-07T18:14:23.176Z Compiling strum v0.27.2
21432026-04-07T18:14:23.311Z Compiling hubpack v0.1.2
21442026-04-07T18:14:23.327Z Compiling ed25519 v2.2.3
21452026-04-07T18:14:23.405Z Compiling phf_shared v0.11.3
21462026-04-07T18:14:23.504Z Compiling crossbeam-epoch v0.9.18
21472026-04-07T18:14:23.565Z Compiling pkcs1 v0.7.5
21482026-04-07T18:14:23.599Z Compiling hex v0.4.3
21492026-04-07T18:14:23.628Z Compiling serde-big-array v0.5.1
21502026-04-07T18:14:23.766Z Compiling bstr v1.12.1
21512026-04-07T18:14:23.831Z Compiling rfc6979 v0.4.0
21522026-04-07T18:14:23.947Z Compiling float-cmp v0.10.0
21532026-04-07T18:14:23.977Z Compiling memmap2 v0.9.10
21542026-04-07T18:14:23.995Z Compiling env_filter v1.0.0
21552026-04-07T18:14:23.999Z Compiling encoding_rs v0.8.35
21562026-04-07T18:14:24.050Z Compiling mime v0.3.17
21572026-04-07T18:14:24.088Z Compiling data-encoding v2.10.0
21582026-04-07T18:14:24.119Z Compiling predicates-core v1.0.10
21592026-04-07T18:14:24.213Z Compiling static_assertions v1.1.0
21602026-04-07T18:14:24.308Z Compiling normalize-line-endings v0.3.0
21612026-04-07T18:14:24.326Z Compiling whoami v2.1.0
21622026-04-07T18:14:24.330Z Compiling fixedbitset v0.4.2
21632026-04-07T18:14:24.330Z Compiling fixedbitset v0.5.7
21642026-04-07T18:14:24.330Z Compiling difflib v0.4.0
21652026-04-07T18:14:24.330Z Compiling new_debug_unreachable v1.0.6
21662026-04-07T18:14:24.410Z Compiling toml_write v0.1.2
21672026-04-07T18:14:24.426Z Compiling precomputed-hash v0.1.1
21682026-04-07T18:14:24.466Z Compiling keccak v0.1.6
21692026-04-07T18:14:24.532Z Compiling rustc-hash v2.1.1
21702026-04-07T18:14:24.617Z Compiling jiff v0.2.21
21712026-04-07T18:14:24.644Z Compiling iddqd v0.3.17
21722026-04-07T18:14:24.662Z Compiling sha3 v0.10.8
21732026-04-07T18:14:24.662Z Compiling predicates v3.1.4
21742026-04-07T18:14:24.693Z Compiling toml_edit v0.22.27
21752026-04-07T18:14:24.697Z Compiling petgraph v0.6.5
21762026-04-07T18:14:24.827Z Compiling petgraph v0.8.3
21772026-04-07T18:14:25.001Z Compiling tokio-postgres v0.7.16
21782026-04-07T18:14:25.063Z Compiling string_cache v0.8.9
21792026-04-07T18:14:25.271Z Compiling hickory-proto v0.25.2
21802026-04-07T18:14:25.336Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-04-07T18:14:25.367Z Compiling similar v2.7.0
21822026-04-07T18:14:25.778Z Compiling env_logger v0.11.9
21832026-04-07T18:14:26.096Z Compiling usdt v0.6.0
21842026-04-07T18:14:26.498Z Compiling ecdsa v0.16.9
21852026-04-07T18:14:26.634Z Compiling serde_with v3.17.0
21862026-04-07T18:14:26.737Z Compiling rsa v0.9.10
21872026-04-07T18:14:27.030Z Compiling ed25519-dalek v2.2.0
21882026-04-07T18:14:27.048Z Compiling clap v4.5.60
21892026-04-07T18:14:27.337Z Compiling zip v4.6.1
21902026-04-07T18:14:27.389Z Compiling crossterm v0.28.1
21912026-04-07T18:14:28.066Z Compiling zip v0.6.6
21922026-04-07T18:14:28.375Z Compiling strum v0.26.3
21932026-04-07T18:14:28.394Z Compiling toml v0.7.8
21942026-04-07T18:14:28.417Z Compiling tokio-stream v0.1.18
21952026-04-07T18:14:28.525Z Compiling buf-list v1.1.2
21962026-04-07T18:14:28.611Z Compiling itertools v0.13.0
21972026-04-07T18:14:28.689Z Compiling x509-cert v0.2.5
21982026-04-07T18:14:28.794Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-04-07T18:14:28.908Z Compiling openapiv3 v2.2.0
22002026-04-07T18:14:29.146Z Compiling sha1 v0.10.6
22012026-04-07T18:14:29.571Z Compiling peg-runtime v0.8.5
22022026-04-07T18:14:29.695Z Compiling lalrpop-util v0.19.12
22032026-04-07T18:14:46.270Z Compiling macaddr v1.0.1
22042026-04-07T18:14:46.440Z Compiling structmeta-derive v0.3.0
22052026-04-07T18:14:46.469Z Compiling rayon-core v1.13.0
22062026-04-07T18:14:46.566Z Compiling crucible-workspace-hack v0.1.0
22072026-04-07T18:14:46.657Z Compiling itertools v0.14.0
22082026-04-07T18:14:46.705Z Compiling secrecy v0.10.3
22092026-04-07T18:14:46.795Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-04-07T18:14:46.811Z Compiling rustls v0.22.4
22112026-04-07T18:14:46.894Z Compiling heapless v0.8.0
22122026-04-07T18:14:47.130Z Compiling crossbeam-deque v0.8.6
22132026-04-07T18:14:47.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-07T18:14:47.319Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-04-07T18:14:47.371Z Compiling rustls-webpki v0.102.8
22162026-04-07T18:14:47.387Z Compiling futures-executor v0.3.32
22172026-04-07T18:14:47.390Z Compiling hash32 v0.3.1
22182026-04-07T18:14:47.420Z Compiling structmeta v0.3.0
22192026-04-07T18:14:47.508Z Compiling multer v3.1.0
22202026-04-07T18:14:47.592Z Compiling thread_local v1.1.9
22212026-04-07T18:14:47.652Z Compiling smoltcp v0.11.0
22222026-04-07T18:14:47.670Z Compiling unicode-width v0.2.0
22232026-04-07T18:14:47.673Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-04-07T18:14:47.673Z Compiling match_cfg v0.1.0
22252026-04-07T18:14:47.728Z Compiling slog-async v2.8.0
22262026-04-07T18:14:47.799Z Compiling hostname v0.3.1
22272026-04-07T18:14:47.882Z Compiling proc-macro-crate v3.4.0
22282026-04-07T18:14:47.908Z Compiling ingot-macros v0.1.1
22292026-04-07T18:14:47.999Z Compiling derive-ex v0.1.8
22302026-04-07T18:14:48.034Z Compiling futures v0.3.32
22312026-04-07T18:14:48.155Z Compiling slog-json v2.6.1
22322026-04-07T18:14:48.192Z Compiling crossbeam-channel v0.5.15
22332026-04-07T18:14:48.251Z Compiling half v2.7.1
22342026-04-07T18:14:48.341Z Compiling newtype-uuid-macros v0.1.0
22352026-04-07T18:14:48.429Z Compiling cobs v0.3.0
22362026-04-07T18:14:48.586Z Compiling thiserror-impl-no-std v2.0.2
22372026-04-07T18:14:48.673Z Compiling universal-hash v0.5.1
22382026-04-07T18:14:48.796Z Compiling async-stream-impl v0.3.6
22392026-04-07T18:14:48.863Z Compiling serde_spanned v1.0.4
22402026-04-07T18:14:48.919Z Compiling is-terminal v0.4.17
22412026-04-07T18:14:49.039Z Compiling proc-macro-error-attr v1.0.4
22422026-04-07T18:14:49.055Z Compiling dropshot v0.16.7
22432026-04-07T18:14:49.079Z Compiling rustls-webpki v0.103.9
22442026-04-07T18:14:49.210Z Compiling convert_case v0.4.0
22452026-04-07T18:14:49.265Z Compiling ciborium-io v0.2.2
22462026-04-07T18:14:49.280Z Compiling term v1.2.1
22472026-04-07T18:14:49.313Z Compiling opaque-debug v0.3.1
22482026-04-07T18:14:49.385Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-04-07T18:14:49.438Z Compiling take_mut v0.2.2
22502026-04-07T18:14:49.459Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-04-07T18:14:49.568Z Compiling derive_more v0.99.20
22522026-04-07T18:14:49.572Z Compiling test-strategy v0.4.5
22532026-04-07T18:14:49.619Z Compiling toml v0.9.12+spec-1.1.0
22542026-04-07T18:14:49.648Z Compiling thiserror-no-std v2.0.2
22552026-04-07T18:14:49.669Z Compiling slog-term v2.9.2
22562026-04-07T18:14:49.836Z Compiling poly1305 v0.8.0
22572026-04-07T18:14:49.901Z Compiling ciborium-ll v0.2.2
22582026-04-07T18:14:49.969Z Compiling async-stream v0.3.6
22592026-04-07T18:14:50.182Z Compiling tokio-rustls v0.25.0
22602026-04-07T18:14:50.310Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-04-07T18:14:50.453Z Compiling postcard v1.1.3
22622026-04-07T18:14:50.569Z Compiling ingot-types v0.1.2
22632026-04-07T18:14:50.857Z Compiling num_enum_derive v0.7.5
22642026-04-07T18:14:50.891Z Compiling slog-bunyan v2.5.0
22652026-04-07T18:14:50.970Z Compiling parse-display-derive v0.10.0
22662026-04-07T18:14:51.059Z Compiling ingot v0.1.1
22672026-04-07T18:14:51.102Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-04-07T18:14:51.117Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-04-07T18:14:51.381Z Compiling proc-macro-crate v1.3.1
22702026-04-07T18:14:51.428Z Compiling backon v1.6.0
22712026-04-07T18:14:51.712Z Compiling waitgroup v0.1.2
22722026-04-07T18:14:51.732Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
22732026-04-07T18:14:51.736Z Compiling password-hash v0.5.0
22742026-04-07T18:14:51.797Z Compiling dropshot_endpoint v0.16.7
22752026-04-07T18:14:51.893Z Compiling chacha20 v0.9.1
22762026-04-07T18:14:52.090Z Compiling rustls-pemfile v2.2.0
22772026-04-07T18:14:52.093Z Compiling blake2 v0.10.6
22782026-04-07T18:14:52.179Z Compiling aead v0.5.2
22792026-04-07T18:14:52.183Z Compiling foreign-types-macros v0.2.3
22802026-04-07T18:14:52.402Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22812026-04-07T18:14:52.419Z Compiling serde_path_to_error v0.1.20
22822026-04-07T18:14:52.439Z Compiling hostname v0.4.2
22832026-04-07T18:14:52.630Z Compiling tokio-rustls v0.26.4
22842026-04-07T18:14:52.647Z Compiling rustls-platform-verifier v0.6.2
22852026-04-07T18:14:52.713Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-04-07T18:14:52.734Z Compiling proc-macro-error v1.0.4
22872026-04-07T18:14:52.784Z Compiling instant v0.1.13
22882026-04-07T18:14:52.831Z Compiling cpufeatures v0.3.0
22892026-04-07T18:14:52.868Z Compiling foreign-types-shared v0.3.1
22902026-04-07T18:14:52.885Z Compiling hyper-rustls v0.27.7
22912026-04-07T18:14:52.906Z Compiling debug-ignore v1.0.5
22922026-04-07T18:14:52.922Z Compiling typeid v1.0.3
22932026-04-07T18:14:52.937Z Compiling chacha20 v0.10.0
22942026-04-07T18:14:52.941Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22952026-04-07T18:14:53.006Z Compiling foreign-types v0.5.0
22962026-04-07T18:14:53.034Z Compiling backoff v0.4.0
22972026-04-07T18:14:53.052Z Compiling parse-display v0.10.0
22982026-04-07T18:14:53.109Z Compiling argon2 v0.5.3
22992026-04-07T18:14:53.125Z Compiling chacha20poly1305 v0.10.1
23002026-04-07T18:14:53.206Z Compiling reqwest v0.12.28
23012026-04-07T18:14:53.235Z Compiling reqwest v0.13.2
23022026-04-07T18:14:53.302Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23032026-04-07T18:14:53.316Z Compiling num_enum v0.7.5
23042026-04-07T18:14:53.335Z Compiling num_enum_derive v0.5.11
23052026-04-07T18:14:53.354Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-04-07T18:14:53.473Z Compiling ciborium v0.2.2
23072026-04-07T18:14:53.764Z Compiling vsss-rs v3.3.4
23082026-04-07T18:14:53.979Z Compiling tabwriter v1.4.1
23092026-04-07T18:14:53.984Z Compiling toml v0.8.23
23102026-04-07T18:14:54.178Z Compiling byte-wrapper v0.1.0
23112026-04-07T18:14:54.282Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-04-07T18:14:54.325Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-04-07T18:14:54.346Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-04-07T18:14:54.362Z Compiling regress v0.10.5
23152026-04-07T18:14:54.679Z Compiling cstr-argument v0.1.2
23162026-04-07T18:14:54.775Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23172026-04-07T18:14:54.814Z Compiling erased-serde v0.4.9
23182026-04-07T18:14:54.905Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-04-07T18:14:55.021Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-04-07T18:14:55.121Z Compiling num_enum v0.5.11
23212026-04-07T18:14:55.163Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23222026-04-07T18:14:55.277Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23232026-04-07T18:14:55.349Z Compiling rand v0.10.0
23242026-04-07T18:14:55.406Z Compiling rayon v1.11.0
23252026-04-07T18:14:55.432Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-04-07T18:14:55.460Z Compiling libefi-sys v0.1.0
23272026-04-07T18:14:55.496Z Compiling indent_write v2.2.0
23282026-04-07T18:14:55.542Z Compiling colored v3.1.1
23292026-04-07T18:14:55.675Z Compiling zone_cfg_derive v0.3.1
23302026-04-07T18:14:55.744Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-07T18:14:55.791Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-04-07T18:14:56.242Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23332026-04-07T18:14:56.300Z Compiling camino-tempfile v1.4.1
23342026-04-07T18:14:56.319Z Compiling itertools v0.12.1
23352026-04-07T18:14:56.344Z Compiling usdt-attr-macro v0.5.0
23362026-04-07T18:14:56.395Z Compiling usdt-macro v0.5.0
23372026-04-07T18:14:56.479Z Compiling bitfield-struct v0.6.2
23382026-04-07T18:14:56.511Z Compiling num-derive v0.4.2
23392026-04-07T18:14:56.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23402026-04-07T18:14:56.702Z Compiling ordered-float v2.10.1
23412026-04-07T18:14:56.961Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23422026-04-07T18:14:57.021Z Compiling blake3 v1.8.3
23432026-04-07T18:14:57.106Z Compiling memmap v0.7.0
23442026-04-07T18:14:57.123Z Compiling sigpipe v0.1.3
23452026-04-07T18:14:57.141Z Compiling swrite v0.1.0
23462026-04-07T18:14:57.245Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-04-07T18:14:57.290Z Compiling glob v0.3.3
23482026-04-07T18:14:57.319Z Compiling usdt v0.5.0
23492026-04-07T18:14:57.362Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23502026-04-07T18:14:57.395Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-04-07T18:14:57.439Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-07T18:14:57.493Z Compiling serde-value v0.7.0
23532026-04-07T18:14:57.606Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23542026-04-07T18:14:57.744Z Compiling zone v0.3.1
23552026-04-07T18:14:57.781Z Compiling serde-untagged v0.1.9
23562026-04-07T18:14:57.930Z Compiling smf v0.2.3
23572026-04-07T18:14:57.993Z Compiling filetime v0.2.27
23582026-04-07T18:14:58.143Z Compiling arrayvec v0.7.6
23592026-04-07T18:14:58.159Z Compiling same-file v1.0.6
23602026-04-07T18:14:58.176Z Compiling arrayref v0.3.9
23612026-04-07T18:14:58.201Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-07T18:14:58.218Z Compiling xattr v1.6.1
23632026-04-07T18:14:58.234Z Compiling constant_time_eq v0.4.2
23642026-04-07T18:14:58.272Z Compiling unicode-xid v0.2.6
23652026-04-07T18:14:58.303Z Compiling whoami v1.6.1
23662026-04-07T18:14:58.378Z Compiling cargo-util-schemas v0.8.2
23672026-04-07T18:14:58.402Z Compiling tar v0.4.45
23682026-04-07T18:14:58.439Z Compiling walkdir v2.5.0
23692026-04-07T18:14:58.443Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-04-07T18:14:58.469Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-04-07T18:14:58.724Z Compiling tokio-dtrace v0.1.1
23722026-04-07T18:14:58.778Z Compiling console v0.16.2
23732026-04-07T18:14:59.080Z Compiling gethostname v0.5.0
23742026-04-07T18:14:59.109Z Compiling cargo-platform v0.2.0
23752026-04-07T18:14:59.126Z Compiling topological-sort v0.2.2
23762026-04-07T18:14:59.178Z Compiling unit-prefix v0.5.2
23772026-04-07T18:14:59.195Z Compiling oxide-tokio-rt v0.1.3
23782026-04-07T18:14:59.242Z Compiling shell-words v1.1.1
23792026-04-07T18:14:59.320Z Compiling indicatif v0.18.4
23802026-04-07T18:14:59.338Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-04-07T18:14:59.565Z Compiling cargo_metadata v0.21.0
23822026-04-07T18:15:08.510Z Compiling progenitor-client v0.10.0
23832026-04-07T18:15:08.510Z Compiling omicron-zone-package v0.12.2
23842026-04-07T18:15:08.527Z Compiling progenitor-client v0.13.0
23852026-04-07T18:15:08.628Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-04-07T18:15:08.657Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-07T18:15:08.679Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-04-07T18:15:08.987Z Compiling progenitor-extras v0.1.1
23892026-04-07T18:15:09.002Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-04-07T18:15:09.040Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-04-07T18:15:09.061Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-04-07T18:15:09.249Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-04-07T18:15:09.396Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-04-07T18:15:09.531Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-04-07T18:15:14.309Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-04-07T18:15:21.048Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-04-07T18:15:24.358Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-04-07T18:15:25.343Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-04-07T18:15:33.772Z Finished `release` profile [optimized] target(s) in 1m 38s
24002026-04-07T18:15:33.929Z Running `target/release/omicron-package -t test target create -p dev`
24012026-04-07T18:15:33.988ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-04-07T18:15:33.993ZCreated new build target 'test' and set it as active
24032026-04-07T18:15:33.993Z
24042026-04-07T18:15:33.993Zreal 1:38.697036501
24052026-04-07T18:15:33.993Zuser 16:25.075250718
24062026-04-07T18:15:33.993Zsys 2:36.984465336
24072026-04-07T18:15:33.993Ztrap 0.454982021
24082026-04-07T18:15:33.993Ztflt 2.744813241
24092026-04-07T18:15:33.993Zdflt 3.682495248
24102026-04-07T18:15:33.993Zkflt 0.000595793
24112026-04-07T18:15:33.993Zlock 51:47.548727664
24122026-04-07T18:15:33.993Zslp 41:48.507596785
24132026-04-07T18:15:33.993Zlat 45.393918588
24142026-04-07T18:15:33.993Zstop 5:36.582713178
24152026-04-07T18:15:33.994Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-04-07T18:15:34.865Z Finished `release` profile [optimized] target(s) in 0.86s
24172026-04-07T18:15:34.935Z Running `target/release/omicron-package -t test package`
24182026-04-07T18:15:34.994ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-04-07T18:15:36.383Z Compiling regress v0.10.5
24202026-04-07T18:15:36.383Z Compiling heck v0.5.0
24212026-04-07T18:15:36.606Z Compiling unsafe-libyaml v0.2.11
24222026-04-07T18:15:36.615Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-04-07T18:15:36.643Z Compiling unicode-width v0.1.14
24242026-04-07T18:15:36.647Z Compiling is-terminal v0.4.17
24252026-04-07T18:15:36.685Z Compiling prettyplease v0.2.37
24262026-04-07T18:15:36.685Z Compiling bytecount v0.6.9
24272026-04-07T18:15:36.689Z Compiling rustls v0.22.4
24282026-04-07T18:15:36.689Z Compiling rustls-webpki v0.102.8
24292026-04-07T18:15:36.689Z Compiling derive-where v1.6.0
24302026-04-07T18:15:36.728Z Compiling thread_local v1.1.9
24312026-04-07T18:15:36.732Z Compiling match_cfg v0.1.0
24322026-04-07T18:15:36.769Z Compiling multer v3.1.0
24332026-04-07T18:15:36.772Z Compiling slog-async v2.8.0
24342026-04-07T18:15:36.812Z Compiling typify-impl v0.6.1
24352026-04-07T18:15:36.833Z Compiling crossbeam-channel v0.5.15
24362026-04-07T18:15:36.853Z Compiling slog-json v2.6.1
24372026-04-07T18:15:36.900Z Compiling futures-executor v0.3.32
24382026-04-07T18:15:36.963Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-04-07T18:15:36.967Z Compiling hostname v0.3.1
24402026-04-07T18:15:36.967Z Compiling serde_spanned v1.0.4
24412026-04-07T18:15:36.967Z Compiling take_mut v0.2.2
24422026-04-07T18:15:37.051Z Compiling term v1.2.1
24432026-04-07T18:15:37.056Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-04-07T18:15:37.104Z Compiling serde_yaml v0.9.34+deprecated
24452026-04-07T18:15:37.126Z Compiling slog-bunyan v2.5.0
24462026-04-07T18:15:37.164Z Compiling futures v0.3.32
24472026-04-07T18:15:37.279Z Compiling toml v0.9.12+spec-1.1.0
24482026-04-07T18:15:37.280Z Compiling dropshot v0.16.7
24492026-04-07T18:15:37.324Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-04-07T18:15:37.324Z Compiling async-stream v0.3.6
24512026-04-07T18:15:37.369Z Compiling slog-term v2.9.2
24522026-04-07T18:15:37.373Z Compiling progenitor-client v0.13.0
24532026-04-07T18:15:37.439Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-04-07T18:15:37.506Z Compiling waitgroup v0.1.2
24552026-04-07T18:15:37.529Z Compiling backon v1.6.0
24562026-04-07T18:15:37.565Z Compiling rustls-pemfile v2.2.0
24572026-04-07T18:15:37.644Z Compiling hostname v0.4.2
24582026-04-07T18:15:37.666Z Compiling serde_path_to_error v0.1.20
24592026-04-07T18:15:37.690Z Compiling instant v0.1.13
24602026-04-07T18:15:37.694Z Compiling debug-ignore v1.0.5
24612026-04-07T18:15:37.733Z Compiling progenitor-extras v0.1.1
24622026-04-07T18:15:37.756Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-04-07T18:15:37.779Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-04-07T18:15:37.808Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-04-07T18:15:37.834Z Compiling backoff v0.4.0
24662026-04-07T18:15:37.856Z Compiling parse-display v0.10.0
24672026-04-07T18:15:37.890Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-04-07T18:15:37.939Z Compiling progenitor-client v0.10.0
24692026-04-07T18:15:37.967Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-04-07T18:15:38.040Z Compiling macaddr v1.0.1
24712026-04-07T18:15:38.092Z Compiling console v0.15.11
24722026-04-07T18:15:38.148Z Compiling num-rational v0.4.2
24732026-04-07T18:15:38.288Z Compiling num-complex v0.4.6
24742026-04-07T18:15:38.422Z Compiling slog-dtrace v0.3.0
24752026-04-07T18:15:38.445Z Compiling newline-converter v0.3.0
24762026-04-07T18:15:38.469Z Compiling atomicwrites v0.4.4
24772026-04-07T18:15:38.507Z Compiling async-recursion v1.1.1
24782026-04-07T18:15:38.620Z Compiling cancel-safe-futures v0.1.5
24792026-04-07T18:15:38.734Z Compiling num v0.4.3
24802026-04-07T18:15:38.781Z Compiling float-ord v0.3.2
24812026-04-07T18:15:38.814Z Compiling owo-colors v4.3.0
24822026-04-07T18:15:38.879Z Compiling expectorate v1.2.0
24832026-04-07T18:15:38.883Z Compiling libsw-core v0.3.2
24842026-04-07T18:15:38.945Z Compiling resolv-conf v0.7.6
24852026-04-07T18:15:39.007Z Compiling toml v0.8.23
24862026-04-07T18:15:39.111Z Compiling tokio-rustls v0.25.0
24872026-04-07T18:15:39.133Z Compiling libsw v3.5.0
24882026-04-07T18:15:39.155Z Compiling linear-map v1.2.0
24892026-04-07T18:15:39.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-07T18:15:39.240Z Compiling linked-hash-map v0.5.6
24912026-04-07T18:15:39.379Z Compiling minimal-lexical v0.2.1
24922026-04-07T18:15:39.425Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-07T18:15:39.444Z Compiling unicode-xid v0.2.6
24942026-04-07T18:15:39.447Z Compiling lru-cache v0.1.2
24952026-04-07T18:15:39.490Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-04-07T18:15:39.572Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-04-07T18:15:39.598Z Compiling globset v0.4.18
24982026-04-07T18:15:39.618Z Compiling nom v7.1.3
24992026-04-07T18:15:39.622Z Compiling hickory-proto v0.24.4
25002026-04-07T18:15:39.662Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-07T18:15:39.684Z Compiling convert_case v0.10.0
25022026-04-07T18:15:39.986Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-04-07T18:15:40.110Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-04-07T18:15:40.238Z Compiling derive_more-impl v2.1.1
25052026-04-07T18:15:41.053Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-04-07T18:15:41.079Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-04-07T18:15:41.103Z Compiling pin-project-internal v1.1.11
25082026-04-07T18:15:41.123Z Compiling derive_more v2.1.1
25092026-04-07T18:15:41.235Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-07T18:15:41.297Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-04-07T18:15:41.445Z Compiling typify-macro v0.6.1
25122026-04-07T18:15:41.467Z Compiling pem v3.0.6
25132026-04-07T18:15:42.142Z Compiling hickory-resolver v0.24.4
25142026-04-07T18:15:42.176Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-04-07T18:15:42.332Z Compiling pin-project v1.1.11
25162026-04-07T18:15:42.373Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-07T18:15:42.481Z Compiling snafu-derive v0.8.9
25182026-04-07T18:15:42.591Z Compiling termtree v0.5.1
25192026-04-07T18:15:42.795Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-07T18:15:42.975Z Compiling typify v0.6.1
25212026-04-07T18:15:43.110Z Compiling progenitor-impl v0.13.0
25222026-04-07T18:15:43.573Z Compiling qorb v0.4.1
25232026-04-07T18:15:43.987Z Compiling crossterm v0.29.0
25242026-04-07T18:15:44.159Z Compiling snafu v0.8.9
25252026-04-07T18:15:44.264Z Compiling olpc-cjson v0.1.4
25262026-04-07T18:15:44.550Z Compiling phf_shared v0.12.1
25272026-04-07T18:15:44.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-04-07T18:15:44.808Z Compiling serde_plain v1.0.2
25292026-04-07T18:15:45.137Z Compiling vte v0.14.1
25302026-04-07T18:15:45.303Z Compiling progenitor-macro v0.13.0
25312026-04-07T18:15:45.325Z Compiling csv-core v0.1.13
25322026-04-07T18:15:45.446Z Compiling chrono-tz v0.10.4
25332026-04-07T18:15:45.495Z Compiling typed-path v0.9.3
25342026-04-07T18:15:45.521Z Compiling highway v1.3.0
25352026-04-07T18:15:46.403Z Compiling csv v1.4.0
25362026-04-07T18:15:46.450Z Compiling strip-ansi-escapes v0.2.1
25372026-04-07T18:15:46.459Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-04-07T18:15:46.459Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-04-07T18:15:47.329Z Compiling tough v0.20.0
25402026-04-07T18:15:47.348Z Compiling phf v0.12.1
25412026-04-07T18:15:48.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-04-07T18:15:48.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-04-07T18:15:48.516Z Compiling const_format_proc_macros v0.2.34
25442026-04-07T18:15:48.516Z Compiling papergrid v0.11.0
25452026-04-07T18:15:49.413Z Compiling tabled_derive v0.7.0
25462026-04-07T18:15:49.423Z Compiling fd-lock v4.0.4
25472026-04-07T18:15:49.423Z Compiling peg-macros v0.8.5
25482026-04-07T18:15:49.423Z Compiling nu-ansi-term v0.50.3
25492026-04-07T18:15:49.423Z Compiling progenitor v0.13.0
25502026-04-07T18:15:49.606Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-04-07T18:15:49.670Z Compiling tabled v0.15.0
25522026-04-07T18:15:50.403Z Compiling peg v0.8.5
25532026-04-07T18:15:50.422Z Compiling reedline v0.40.0
25542026-04-07T18:15:50.422Z Compiling const_format v0.2.35
25552026-04-07T18:15:51.101Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-04-07T18:15:51.115Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-04-07T18:15:51.115Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-04-07T18:15:52.463Z Compiling bcs v0.1.6
25592026-04-07T18:15:52.474Z Compiling semver v0.1.20
25602026-04-07T18:15:52.736Z Compiling rustc_version v0.1.7
25612026-04-07T18:15:52.881Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-04-07T18:15:52.998Z Compiling newtype_derive v0.1.6
25632026-04-07T18:15:53.127Z Compiling smawk v0.3.2
25642026-04-07T18:15:53.217Z Compiling humantime v2.3.0
25652026-04-07T18:15:53.475Z Compiling unicode-linebreak v0.1.5
25662026-04-07T18:15:53.981Z Compiling textwrap v0.16.2
25672026-04-07T18:15:54.011Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-04-07T18:15:54.011Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-07T18:15:54.011Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-04-07T18:15:54.011Z Compiling dropshot-api-manager-types v0.6.0
25712026-04-07T18:15:54.083Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-04-07T18:15:54.514Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-04-07T18:15:54.683Z Compiling base64 v0.21.7
25742026-04-07T18:15:55.271Z Compiling steno v0.4.1
25752026-04-07T18:15:55.454Z Compiling utf-8 v0.7.6
25762026-04-07T18:15:55.476Z Compiling tagptr v0.2.0
25772026-04-07T18:15:55.542Z Compiling moka v0.12.13
25782026-04-07T18:15:55.554Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-04-07T18:15:55.574Z Compiling tungstenite v0.21.0
25802026-04-07T18:15:55.739Z Compiling radium v0.7.0
25812026-04-07T18:15:56.128Z Compiling maybe-uninit v2.0.0
25822026-04-07T18:15:56.529Z Compiling tokio-tungstenite v0.21.0
25832026-04-07T18:15:56.558Z Compiling tap v1.0.1
25842026-04-07T18:15:56.558Z Compiling wyz v0.5.1
25852026-04-07T18:15:56.767Z Compiling hickory-resolver v0.25.2
25862026-04-07T18:15:56.823Z Compiling zerocopy-derive v0.6.6
25872026-04-07T18:15:57.267Z Compiling funty v2.0.0
25882026-04-07T18:15:57.972Z Compiling packed_struct v0.10.1
25892026-04-07T18:15:57.972Z Compiling crc-catalog v2.4.0
25902026-04-07T18:15:57.972Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-04-07T18:15:57.972Z Compiling display-error-chain v0.2.2
25922026-04-07T18:15:57.977Z Compiling crc v3.4.0
25932026-04-07T18:15:57.977Z Compiling zerocopy v0.6.6
25942026-04-07T18:15:57.982Z Compiling bitvec v1.0.1
25952026-04-07T18:15:58.196Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25962026-04-07T18:16:00.012Z Compiling packed_struct_codegen v0.10.1
25972026-04-07T18:16:00.032Z Compiling bitfield-macros v0.19.4
25982026-04-07T18:16:00.032Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-04-07T18:16:00.032Z Compiling indexmap v1.9.3
26002026-04-07T18:16:00.032Z Compiling nodrop v0.1.14
26012026-04-07T18:16:00.032Z Compiling array-init v0.0.4
26022026-04-07T18:16:01.551Z Compiling bitfield v0.19.4
26032026-04-07T18:16:01.574Z Compiling smallvec v0.6.14
26042026-04-07T18:16:01.575Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26052026-04-07T18:16:01.575Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26062026-04-07T18:16:01.575Z Compiling num-derive v0.3.3
26072026-04-07T18:16:01.575Z Compiling proc-macro-error-attr2 v2.0.0
26082026-04-07T18:16:01.593Z Compiling hashbrown v0.12.3
26092026-04-07T18:16:01.593Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-04-07T18:16:01.593Z Compiling libscf-sys v1.1.0
26112026-04-07T18:16:01.593Z Compiling proc-macro-error2 v2.0.1
26122026-04-07T18:16:02.041Z Compiling serde-hex v0.1.0
26132026-04-07T18:16:02.057Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-04-07T18:16:02.247Z Compiling ron v0.8.1
26152026-04-07T18:16:02.294Z Compiling typify-impl v0.4.3
26162026-04-07T18:16:03.139Z Compiling hashbrown v0.13.2
26172026-04-07T18:16:03.144Z Compiling vergen-gitcl v1.0.8
26182026-04-07T18:16:03.144Z Compiling dirs-sys-next v0.1.2
26192026-04-07T18:16:03.144Z Compiling diesel_derives v2.3.7
26202026-04-07T18:16:03.144Z Compiling glob v0.3.3
26212026-04-07T18:16:03.396Z Compiling crunchy v0.2.4
26222026-04-07T18:16:03.402Z Compiling crc-any v2.5.0
26232026-04-07T18:16:03.402Z Compiling maplit v1.0.2
26242026-04-07T18:16:03.473Z Compiling clang-sys v1.8.1
26252026-04-07T18:16:03.516Z Compiling object v0.30.4
26262026-04-07T18:16:03.614Z Compiling dirs-next v2.0.0
26272026-04-07T18:16:03.737Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-04-07T18:16:03.769Z Compiling tabled_derive v0.11.0
26292026-04-07T18:16:03.790Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-07T18:16:03.878Z Compiling papergrid v0.17.0
26312026-04-07T18:16:04.004Z Compiling testing_table v0.3.0
26322026-04-07T18:16:04.432Z Compiling dsl_auto_type v0.2.0
26332026-04-07T18:16:04.454Z Compiling scheduled-thread-pool v0.2.7
26342026-04-07T18:16:04.513Z Compiling diesel_table_macro_syntax v0.3.0
26352026-04-07T18:16:04.546Z Compiling path-slash v0.1.5
26362026-04-07T18:16:04.741Z Compiling tiny-keccak v2.0.2
26372026-04-07T18:16:04.762Z Compiling r2d2 v0.8.10
26382026-04-07T18:16:04.996Z Compiling term v0.7.0
26392026-04-07T18:16:05.071Z Compiling tabled v0.20.0
26402026-04-07T18:16:05.163Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-07T18:16:05.206Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-07T18:16:05.380Z Compiling xshell-macros v0.2.7
26432026-04-07T18:16:05.410Z Compiling bit-vec v0.6.3
26442026-04-07T18:16:05.441Z Compiling downcast-rs v2.0.2
26452026-04-07T18:16:05.579Z Compiling ascii-canvas v3.0.0
26462026-04-07T18:16:05.603Z Compiling bit-set v0.5.3
26472026-04-07T18:16:05.651Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-04-07T18:16:05.748Z Compiling typify-macro v0.4.3
26492026-04-07T18:16:05.787Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-04-07T18:16:05.806Z Compiling xshell v0.2.7
26512026-04-07T18:16:05.840Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-04-07T18:16:05.872Z Compiling itertools v0.10.5
26532026-04-07T18:16:06.314Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-04-07T18:16:06.592Z Compiling ena v0.14.4
26552026-04-07T18:16:06.838Z Compiling libloading v0.8.9
26562026-04-07T18:16:06.983Z Compiling diff v0.1.13
26572026-04-07T18:16:07.083Z Compiling bindgen v0.71.1
26582026-04-07T18:16:07.119Z Compiling regex-syntax v0.6.29
26592026-04-07T18:16:07.224Z Compiling unicase v2.9.0
26602026-04-07T18:16:07.403Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-04-07T18:16:08.325Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-04-07T18:16:08.696Z Compiling lalrpop v0.19.12
26632026-04-07T18:16:09.059Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-04-07T18:16:09.601Z Compiling cexpr v0.6.0
26652026-04-07T18:16:09.661Z Compiling diesel v2.3.7
26662026-04-07T18:16:09.684Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-04-07T18:16:09.687Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-04-07T18:16:09.798Z Compiling crc8 v0.1.1
26692026-04-07T18:16:09.896Z Compiling typify v0.4.3
26702026-04-07T18:16:09.937Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-04-07T18:16:09.967Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-04-07T18:16:10.096Z Compiling headers-core v0.3.0
26732026-04-07T18:16:10.259Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-04-07T18:16:10.259Z Compiling libxml v0.3.3
26752026-04-07T18:16:10.317Z Compiling headers v0.4.1
26762026-04-07T18:16:10.565Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-04-07T18:16:10.604Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-04-07T18:16:10.828Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-04-07T18:16:11.305Z Compiling strum_macros v0.24.3
26802026-04-07T18:16:11.617Z Compiling indoc v1.0.9
26812026-04-07T18:16:11.888Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-04-07T18:16:11.994Z Compiling derive_builder v0.20.2
26832026-04-07T18:16:12.048Z Compiling oso-derive v0.27.3
26842026-04-07T18:16:12.149Z Compiling quick-xml v0.37.5
26852026-04-07T18:16:12.189Z Compiling impl-trait-for-tuples v0.2.3
26862026-04-07T18:16:12.325Z Compiling openssl-probe v0.1.6
26872026-04-07T18:16:12.568Z Compiling half v1.8.3
26882026-04-07T18:16:12.625Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-07T18:16:12.651Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-04-07T18:16:13.027Z Compiling serde_cbor v0.11.2
26912026-04-07T18:16:13.060Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-04-07T18:16:13.336Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-04-07T18:16:13.450Z Compiling bb8 v0.8.6
26942026-04-07T18:16:13.560Z Compiling trait-variant v0.1.2
26952026-04-07T18:16:13.672Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-04-07T18:16:13.821Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26972026-04-07T18:16:14.015Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-04-07T18:16:14.157Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-04-07T18:16:14.182Z Compiling fxhash v0.2.1
27002026-04-07T18:16:14.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-04-07T18:16:14.404Z Compiling progenitor-impl v0.10.0
27022026-04-07T18:16:14.415Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-04-07T18:16:14.508Z Compiling kstat-rs v0.2.4
27042026-04-07T18:16:14.640Z Compiling libz-sys v1.1.24
27052026-04-07T18:16:14.661Z Compiling samael v0.0.19
27062026-04-07T18:16:14.885Z Compiling nonempty v0.12.0
27072026-04-07T18:16:15.009Z Compiling salty v0.3.0
27082026-04-07T18:16:15.130Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-04-07T18:16:15.484Z Compiling progenitor-impl v0.11.2
27102026-04-07T18:16:15.837Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-04-07T18:16:15.984Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27122026-04-07T18:16:16.162Z Compiling polar-core v0.27.3
27132026-04-07T18:16:16.184Z Compiling darling_core v0.23.0
27142026-04-07T18:16:16.564Z Compiling progenitor-macro v0.10.0
27152026-04-07T18:16:17.712Z Compiling nanorand v0.7.0
27162026-04-07T18:16:18.079Z Compiling arc-swap v1.8.2
27172026-04-07T18:16:18.131Z Compiling fs-err v2.11.0
27182026-04-07T18:16:18.370Z Compiling parking_lot_core v0.8.6
27192026-04-07T18:16:18.550Z Compiling mime_guess v2.0.5
27202026-04-07T18:16:18.584Z Compiling slog-scope v4.4.1
27212026-04-07T18:16:18.673Z Compiling darling_macro v0.23.0
27222026-04-07T18:16:19.064Z Compiling flume v0.11.1
27232026-04-07T18:16:19.087Z Compiling progenitor-macro v0.11.2
27242026-04-07T18:16:19.198Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27252026-04-07T18:16:19.484Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-04-07T18:16:20.555Z Compiling progenitor v0.10.0
27272026-04-07T18:16:20.899Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-04-07T18:16:21.356Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-04-07T18:16:22.128Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-04-07T18:16:23.054Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-04-07T18:16:23.151Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-04-07T18:16:23.651Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-04-07T18:16:24.820Z Compiling progenitor-client v0.11.2
27342026-04-07T18:16:25.360Z Compiling oso v0.27.3
27352026-04-07T18:16:25.606Z Compiling git-stub v1.0.0
27362026-04-07T18:16:25.904Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-04-07T18:16:26.320Z Compiling instability v0.3.11
27382026-04-07T18:16:28.539Z Compiling diesel-dtrace v0.5.0
27392026-04-07T18:16:28.864Z Compiling async-bb8-diesel v0.2.1
27402026-04-07T18:16:29.203Z Compiling git-stub-vcs v0.1.0
27412026-04-07T18:16:29.317Z Compiling progenitor v0.11.2
27422026-04-07T18:16:29.508Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-04-07T18:16:29.573Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27442026-04-07T18:16:29.993Z Compiling darling v0.23.0
27452026-04-07T18:16:30.148Z Compiling slog-stdlog v4.1.1
27462026-04-07T18:16:30.766Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27472026-04-07T18:16:31.020Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-04-07T18:16:31.970Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-04-07T18:16:31.978Z Compiling ignore v0.4.25
27502026-04-07T18:16:32.873Z Compiling primeorder v0.13.6
27512026-04-07T18:16:32.894Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-04-07T18:16:32.894Z Compiling castaway v0.2.4
27532026-04-07T18:16:32.894Z Compiling atty v0.2.14
27542026-04-07T18:16:33.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-07T18:16:33.505Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-04-07T18:16:33.505Z Compiling indoc v2.0.7
27572026-04-07T18:16:33.756Z Compiling parse-size v1.1.0
27582026-04-07T18:16:34.464Z Compiling http-range v0.1.5
27592026-04-07T18:16:34.478Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-04-07T18:16:34.478Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-07T18:16:34.875Z Compiling compact_str v0.8.1
27622026-04-07T18:16:35.612Z Compiling globwalk v0.9.1
27632026-04-07T18:16:35.927Z Compiling p384 v0.13.1
27642026-04-07T18:16:36.271Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-04-07T18:16:36.628Z Compiling parking_lot v0.11.2
27662026-04-07T18:16:36.778Z Compiling slog-envlogger v2.2.0
27672026-04-07T18:16:37.164Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-04-07T18:16:37.434Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-04-07T18:16:37.441Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-04-07T18:16:37.460Z Compiling predicates-tree v1.0.13
27712026-04-07T18:16:39.139Z Compiling unicode-truncate v1.1.0
27722026-04-07T18:16:39.187Z Compiling lru v0.12.5
27732026-04-07T18:16:39.187Z Compiling prefix-trie v0.7.0
27742026-04-07T18:16:39.187Z Compiling rand_seeder v0.4.0
27752026-04-07T18:16:39.188Z Compiling vergen-git2 v1.0.7
27762026-04-07T18:16:39.188Z Compiling cassowary v0.3.0
27772026-04-07T18:16:39.188Z Compiling compression-core v0.4.31
27782026-04-07T18:16:39.188Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-04-07T18:16:39.188Z Compiling compression-codecs v0.4.37
27802026-04-07T18:16:39.188Z Compiling ratatui v0.29.0
27812026-04-07T18:16:39.188Z Compiling hickory-server v0.25.2
27822026-04-07T18:16:39.188Z Compiling camino-tempfile-ext v0.3.3
27832026-04-07T18:16:39.188Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-04-07T18:16:39.188Z Compiling hyper-staticfile v0.10.1
27852026-04-07T18:16:39.188Z Compiling sled v0.34.7
27862026-04-07T18:16:40.296Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-04-07T18:16:40.323Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-04-07T18:16:40.648Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-04-07T18:16:40.674Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-04-07T18:16:41.632Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27912026-04-07T18:16:41.644Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-04-07T18:16:42.058Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-04-07T18:16:42.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-04-07T18:16:42.358Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-07T18:16:42.607Z Compiling toml_datetime v1.0.0+spec-1.1.0
27962026-04-07T18:16:42.812Z Compiling dropshot v0.17.0
27972026-04-07T18:16:43.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-04-07T18:16:43.070Z Compiling corncobs v0.1.4
27992026-04-07T18:16:43.237Z Compiling rustls v0.21.12
28002026-04-07T18:16:43.318Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-07T18:16:43.360Z Compiling toml v1.0.6+spec-1.1.0
28022026-04-07T18:16:43.414Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-04-07T18:16:43.496Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-04-07T18:16:43.550Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-04-07T18:16:44.046Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-07T18:16:44.112Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-04-07T18:16:44.441Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-04-07T18:16:44.813Z Compiling async-compression v0.4.41
28092026-04-07T18:16:45.320Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-04-07T18:16:46.534Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-04-07T18:16:47.363Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-04-07T18:16:47.491Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-04-07T18:16:47.587Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-04-07T18:16:47.726Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-04-07T18:16:47.811Z Compiling rustls-webpki v0.101.7
28162026-04-07T18:16:48.374Z Compiling sct v0.7.1
28172026-04-07T18:16:48.653Z Compiling nix v0.29.0
28182026-04-07T18:16:48.882Z Compiling secrecy v0.8.0
28192026-04-07T18:16:49.083Z Compiling dropshot_endpoint v0.17.0
28202026-04-07T18:16:49.106Z Compiling void v1.0.2
28212026-04-07T18:16:49.266Z Compiling lzss v0.8.2
28222026-04-07T18:16:49.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-04-07T18:16:49.621Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-04-07T18:16:50.244Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-04-07T18:16:50.939Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-04-07T18:16:51.493Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-04-07T18:16:51.640Z Compiling git2 v0.20.4
28282026-04-07T18:16:52.159Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-04-07T18:16:52.217Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-04-07T18:16:52.305Z Compiling tungstenite v0.23.0
28312026-04-07T18:16:52.461Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-04-07T18:16:52.482Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-04-07T18:16:52.690Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-04-07T18:16:52.714Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-07T18:16:52.717Z Compiling nix v0.27.1
28362026-04-07T18:16:52.915Z Compiling serde_bytes v0.11.19
28372026-04-07T18:16:53.008Z Compiling tokio-tungstenite v0.23.1
28382026-04-07T18:16:53.284Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-04-07T18:16:53.380Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-04-07T18:16:54.479Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28412026-04-07T18:16:54.548Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-04-07T18:16:54.677Z Compiling tokio-rustls v0.24.1
28432026-04-07T18:16:54.716Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-04-07T18:16:54.971Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-04-07T18:16:57.206Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-07T18:16:59.688Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-04-07T18:16:59.927Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28482026-04-07T18:17:00.368Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-04-07T18:17:00.497Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-04-07T18:17:00.520Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-04-07T18:17:02.255Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-04-07T18:17:02.506Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-04-07T18:17:02.750Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-04-07T18:17:03.147Z Compiling rustls-pemfile v1.0.4
28552026-04-07T18:17:03.577Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-04-07T18:17:03.703Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-04-07T18:17:04.572Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-04-07T18:17:05.216Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-04-07T18:17:06.710Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-04-07T18:17:06.862Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-04-07T18:17:07.785Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-04-07T18:17:07.812Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-04-07T18:17:07.968Z Compiling signal-hook-tokio v0.3.1
28642026-04-07T18:17:08.013Z Compiling twox-hash v2.1.2
28652026-04-07T18:17:08.142Z Compiling yasna v0.5.2
28662026-04-07T18:17:08.171Z Compiling is_ci v1.2.0
28672026-04-07T18:17:08.527Z Compiling supports-color v3.0.2
28682026-04-07T18:17:08.636Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-04-07T18:17:08.671Z Compiling rcgen v0.12.1
28702026-04-07T18:17:08.728Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-07T18:17:08.836Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-04-07T18:17:08.857Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-04-07T18:17:09.577Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-04-07T18:17:09.622Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-04-07T18:17:10.568Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-04-07T18:17:11.412Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-04-07T18:17:11.936Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28782026-04-07T18:17:12.994Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-04-07T18:17:13.033Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-04-07T18:17:13.976Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-04-07T18:17:14.213Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-04-07T18:17:14.429Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-04-07T18:17:14.458Z Compiling fatfs v0.3.6
28842026-04-07T18:17:14.480Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-04-07T18:17:14.649Z Compiling rtoolbox v0.0.3
28862026-04-07T18:17:14.953Z Compiling subprocess v0.2.15
28872026-04-07T18:17:15.667Z Compiling assert_matches v1.5.0
28882026-04-07T18:17:15.782Z Compiling seq-macro v0.3.6
28892026-04-07T18:17:16.285Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-04-07T18:17:16.824Z Compiling rpassword v7.4.0
28912026-04-07T18:17:17.117Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-04-07T18:17:17.204Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-04-07T18:17:17.997Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-04-07T18:17:18.140Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-04-07T18:17:18.164Z Compiling tui-tree-widget v0.23.1
28962026-04-07T18:17:18.457Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-04-07T18:17:19.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-04-07T18:17:19.547Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-04-07T18:17:19.949Z Compiling uzers v0.12.2
29002026-04-07T18:17:20.552Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-04-07T18:17:21.284Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-04-07T18:17:22.164Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-04-07T18:17:22.889Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-04-07T18:17:26.078Z Compiling support-bundle-viewer v0.1.2
29052026-04-07T18:17:26.510Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-04-07T18:17:28.007Z Compiling multimap v0.10.1
29072026-04-07T18:17:36.268Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-04-07T18:17:45.428Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29092026-04-07T18:17:46.839Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-04-07T18:17:49.333Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-04-07T18:23:34.639Z Finished `release` profile [optimized] target(s) in 7m 59s
29122026-04-07T18:24:19.030Z
29132026-04-07T18:24:19.030Zreal 8:44.956763573
29142026-04-07T18:24:19.033Zuser 1:17:08.663162662
29152026-04-07T18:24:19.033Zsys 3:26.142144126
29162026-04-07T18:24:19.033Ztrap 1.738692396
29172026-04-07T18:24:19.033Ztflt 2.196211580
29182026-04-07T18:24:19.033Zdflt 16.515715612
29192026-04-07T18:24:19.033Zkflt 0.001643414
29202026-04-07T18:24:19.033Zlock 6:42:15.841313890
29212026-04-07T18:24:19.033Zslp 2:12:34.110499702
29222026-04-07T18:24:19.033Zlat 2:29.424192868
29232026-04-07T18:24:19.033Zstop 5:08.325204883
29242026-04-07T18:24:19.033Z+ mapfile -t packages
29252026-04-07T18:24:19.033Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-04-07T18:24:19.983Z Finished `release` profile [optimized] target(s) in 0.94s
29272026-04-07T18:24:20.069Z Running `target/release/omicron-package -t test list-outputs`
29282026-04-07T18:24:20.124ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-04-07T18:24:20.128Z+ ptime -m cargo build --locked --release -p xtask
29302026-04-07T18:24:20.651Z Compiling libc v0.2.180
29312026-04-07T18:24:20.651Z Compiling serde v1.0.228
29322026-04-07T18:24:20.654Z Compiling serde_core v1.0.228
29332026-04-07T18:24:20.654Z Compiling rustix v1.1.3
29342026-04-07T18:24:20.761Z Compiling serde_json v1.0.149
29352026-04-07T18:24:20.764Z Compiling bitflags v2.11.0
29362026-04-07T18:24:20.789Z Compiling num-traits v0.2.19
29372026-04-07T18:24:20.789Z Compiling hashbrown v0.16.1
29382026-04-07T18:24:20.798Z Compiling syn v2.0.117
29392026-04-07T18:24:20.819Z Compiling smallvec v1.15.1
29402026-04-07T18:24:20.840Z Compiling usdt-impl v0.5.0
29412026-04-07T18:24:20.851Z Compiling syn v1.0.109
29422026-04-07T18:24:20.863Z Compiling percent-encoding v2.3.2
29432026-04-07T18:24:20.875Z Compiling getrandom v0.3.4
29442026-04-07T18:24:21.034Z Compiling log v0.4.29
29452026-04-07T18:24:21.117Z Compiling form_urlencoded v1.2.2
29462026-04-07T18:24:21.200Z Compiling fs-err v3.3.0
29472026-04-07T18:24:21.203Z Compiling anyhow v1.0.102
29482026-04-07T18:24:21.260Z Compiling once_cell v1.21.3
29492026-04-07T18:24:21.293Z Compiling heck v0.4.1
29502026-04-07T18:24:21.398Z Compiling indexmap v2.13.0
29512026-04-07T18:24:21.541Z Compiling thread-id v4.2.2
29522026-04-07T18:24:21.580Z Compiling errno v0.3.14
29532026-04-07T18:24:21.583Z Compiling memmap v0.7.0
29542026-04-07T18:24:21.812Z Compiling ordered-float v2.10.1
29552026-04-07T18:24:22.338Z Compiling proc-macro-error v1.0.4
29562026-04-07T18:24:22.584Z Compiling tabled_derive v0.7.0
29572026-04-07T18:24:22.594Z Compiling terminal_size v0.4.3
29582026-04-07T18:24:22.600Z Compiling tempfile v3.25.0
29592026-04-07T18:24:22.690Z Compiling clap_builder v4.5.60
29602026-04-07T18:24:22.690Z Compiling textwrap v0.16.2
29612026-04-07T18:24:22.831Z Compiling camino-tempfile v1.4.1
29622026-04-07T18:24:23.264Z Compiling tabled v0.15.0
29632026-04-07T18:24:23.355Z Compiling synstructure v0.13.2
29642026-04-07T18:24:23.355Z Compiling pest_generator v2.8.6
29652026-04-07T18:24:23.744Z Compiling serde_derive v1.0.228
29662026-04-07T18:24:23.744Z Compiling zerovec-derive v0.11.2
29672026-04-07T18:24:23.744Z Compiling displaydoc v0.2.5
29682026-04-07T18:24:23.748Z Compiling thiserror-impl v1.0.69
29692026-04-07T18:24:23.748Z Compiling zerocopy-derive v0.7.35
29702026-04-07T18:24:23.748Z Compiling scroll_derive v0.12.1
29712026-04-07T18:24:23.794Z Compiling zerofrom-derive v0.1.6
29722026-04-07T18:24:23.824Z Compiling yoke-derive v0.8.1
29732026-04-07T18:24:23.901Z Compiling pest_derive v2.8.6
29742026-04-07T18:24:24.348Z Compiling thiserror-impl v2.0.18
29752026-04-07T18:24:24.415Z Compiling scroll v0.12.0
29762026-04-07T18:24:24.470Z Compiling clap_derive v4.5.55
29772026-04-07T18:24:24.591Z Compiling zerocopy v0.7.35
29782026-04-07T18:24:24.734Z Compiling goblin v0.8.2
29792026-04-07T18:24:24.873Z Compiling thiserror v1.0.69
29802026-04-07T18:24:24.942Z Compiling zerofrom v0.1.6
29812026-04-07T18:24:24.993Z Compiling dtrace-parser v0.2.0
29822026-04-07T18:24:25.091Z Compiling yoke v0.8.1
29832026-04-07T18:24:25.282Z Compiling zerovec v0.11.5
29842026-04-07T18:24:25.298Z Compiling zerotrie v0.2.3
29852026-04-07T18:24:25.595Z Compiling thiserror v2.0.18
29862026-04-07T18:24:25.903Z Compiling tinystr v0.8.2
29872026-04-07T18:24:26.133Z Compiling icu_locale_core v2.1.1
29882026-04-07T18:24:26.144Z Compiling potential_utf v0.1.4
29892026-04-07T18:24:26.354Z Compiling icu_collections v2.1.1
29902026-04-07T18:24:27.065Z Compiling icu_provider v2.1.1
29912026-04-07T18:24:27.146Z Compiling toml_datetime v0.6.11
29922026-04-07T18:24:27.173Z Compiling serde_spanned v0.6.9
29932026-04-07T18:24:27.211Z Compiling serde-value v0.7.0
29942026-04-07T18:24:27.233Z Compiling cargo-platform v0.2.0
29952026-04-07T18:24:27.248Z Compiling macaddr v1.0.1
29962026-04-07T18:24:27.278Z Compiling dof v0.3.0
29972026-04-07T18:24:27.351Z Compiling icu_normalizer v2.1.1
29982026-04-07T18:24:27.380Z Compiling icu_properties v2.1.2
29992026-04-07T18:24:27.474Z Compiling toml_edit v0.22.27
30002026-04-07T18:24:27.501Z Compiling clap v4.5.60
30012026-04-07T18:24:27.559Z Compiling serde_tokenstream v0.2.3
30022026-04-07T18:24:28.397Z Compiling idna_adapter v1.2.1
30032026-04-07T18:24:28.434Z Compiling usdt-attr-macro v0.5.0
30042026-04-07T18:24:28.434Z Compiling usdt-macro v0.5.0
30052026-04-07T18:24:28.516Z Compiling idna v1.1.0
30062026-04-07T18:24:28.854Z Compiling url v2.5.8
30072026-04-07T18:24:29.078Z Compiling toml v0.8.23
30082026-04-07T18:24:29.111Z Compiling usdt v0.5.0
30092026-04-07T18:24:29.523Z Compiling cargo-util-schemas v0.8.2
30102026-04-07T18:24:29.523Z Compiling cargo_toml v0.21.0
30112026-04-07T18:24:30.548Z Compiling cargo_metadata v0.21.0
30122026-04-07T18:24:33.593Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-04-07T18:24:36.596Z Finished `release` profile [optimized] target(s) in 16.45s
30142026-04-07T18:24:36.718Z
30152026-04-07T18:24:36.718Zreal 16.557420421
30162026-04-07T18:24:36.718Zuser 2:22.429631604
30172026-04-07T18:24:36.718Zsys 16.901689738
30182026-04-07T18:24:36.718Ztrap 0.094581441
30192026-04-07T18:24:36.718Ztflt 0.599669840
30202026-04-07T18:24:36.721Zdflt 1.529462581
30212026-04-07T18:24:36.721Zkflt 0.005705224
30222026-04-07T18:24:36.721Zlock 5:19.040544278
30232026-04-07T18:24:36.722Zslp 3:30.273211018
30242026-04-07T18:24:36.722Zlat 5.441326781
30252026-04-07T18:24:36.722Zstop 17.909217086
30262026-04-07T18:24:36.722Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-04-07T18:24:36.722Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-07T18:24:36.722Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-04-07T18:24:36.722Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-07T18:24:36.722Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30312026-04-07T18:24:37.637Z Compiling regress v0.10.5
30322026-04-07T18:24:37.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-04-07T18:24:37.784Z Compiling newtype-uuid-macros v0.1.0
30342026-04-07T18:24:37.810Z Compiling rustls v0.22.4
30352026-04-07T18:24:37.823Z Compiling progenitor-client v0.13.0
30362026-04-07T18:24:37.826Z Compiling rustls-webpki v0.102.8
30372026-04-07T18:24:37.826Z Compiling structmeta-derive v0.3.0
30382026-04-07T18:24:37.826Z Compiling serde_spanned v1.0.4
30392026-04-07T18:24:37.826Z Compiling multer v3.1.0
30402026-04-07T18:24:37.826Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-04-07T18:24:37.834Z Compiling match_cfg v0.1.0
30422026-04-07T18:24:37.853Z Compiling debug-ignore v1.0.5
30432026-04-07T18:24:37.856Z Compiling slog-json v2.6.1
30442026-04-07T18:24:37.856Z Compiling async-stream-impl v0.3.6
30452026-04-07T18:24:37.856Z Compiling waitgroup v0.1.2
30462026-04-07T18:24:37.856Z Compiling rustls-pemfile v2.2.0
30472026-04-07T18:24:38.049Z Compiling hostname v0.3.1
30482026-04-07T18:24:38.104Z Compiling serde_path_to_error v0.1.20
30492026-04-07T18:24:38.127Z Compiling hostname v0.4.2
30502026-04-07T18:24:38.130Z Compiling itertools v0.14.0
30512026-04-07T18:24:38.165Z Compiling dropshot v0.16.7
30522026-04-07T18:24:38.169Z Compiling toml v0.9.12+spec-1.1.0
30532026-04-07T18:24:38.186Z Compiling dropshot_endpoint v0.16.7
30542026-04-07T18:24:38.221Z Compiling slog-bunyan v2.5.0
30552026-04-07T18:24:38.277Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-04-07T18:24:38.311Z Compiling macaddr v1.0.1
30572026-04-07T18:24:38.419Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-04-07T18:24:38.440Z Compiling instant v0.1.13
30592026-04-07T18:24:38.459Z Compiling progenitor-client v0.10.0
30602026-04-07T18:24:38.479Z Compiling backon v1.6.0
30612026-04-07T18:24:38.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-04-07T18:24:38.575Z Compiling backoff v0.4.0
30632026-04-07T18:24:38.592Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-04-07T18:24:38.611Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-04-07T18:24:38.626Z Compiling toml v0.8.23
30662026-04-07T18:24:38.664Z Compiling async-stream v0.3.6
30672026-04-07T18:24:38.707Z Compiling progenitor-extras v0.1.1
30682026-04-07T18:24:38.787Z Compiling universal-hash v0.5.1
30692026-04-07T18:24:38.805Z Compiling opaque-debug v0.3.1
30702026-04-07T18:24:38.824Z Compiling half v2.7.1
30712026-04-07T18:24:38.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-04-07T18:24:38.870Z Compiling ciborium-io v0.2.2
30732026-04-07T18:24:38.903Z Compiling crucible-workspace-hack v0.1.0
30742026-04-07T18:24:38.942Z Compiling convert_case v0.4.0
30752026-04-07T18:24:38.959Z Compiling unsafe-libyaml v0.2.11
30762026-04-07T18:24:38.988Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-07T18:24:38.988Z Compiling aead v0.5.2
30782026-04-07T18:24:39.023Z Compiling secrecy v0.10.3
30792026-04-07T18:24:39.062Z Compiling structmeta v0.3.0
30802026-04-07T18:24:39.132Z Compiling ciborium-ll v0.2.2
30812026-04-07T18:24:39.210Z Compiling poly1305 v0.8.0
30822026-04-07T18:24:39.228Z Compiling chacha20 v0.9.1
30832026-04-07T18:24:39.231Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-04-07T18:24:39.262Z Compiling typify-impl v0.6.1
30852026-04-07T18:24:39.277Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-04-07T18:24:39.297Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30872026-04-07T18:24:39.312Z Compiling derive-ex v0.1.8
30882026-04-07T18:24:39.345Z Compiling parse-display-derive v0.10.0
30892026-04-07T18:24:39.371Z Compiling derive_more v0.99.20
30902026-04-07T18:24:39.442Z Compiling ciborium v0.2.2
30912026-04-07T18:24:39.506Z Compiling serde_yaml v0.9.34+deprecated
30922026-04-07T18:24:39.524Z Compiling thiserror-impl-no-std v2.0.2
30932026-04-07T18:24:39.529Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-04-07T18:24:39.647Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30952026-04-07T18:24:39.672Z Compiling byte-wrapper v0.1.0
30962026-04-07T18:24:39.741Z Compiling password-hash v0.5.0
30972026-04-07T18:24:39.759Z Compiling blake2 v0.10.6
30982026-04-07T18:24:39.997Z Compiling chacha20poly1305 v0.10.1
30992026-04-07T18:24:40.031Z Compiling indent_write v2.2.0
31002026-04-07T18:24:40.048Z Compiling argon2 v0.5.3
31012026-04-07T18:24:40.066Z Compiling heapless v0.8.0
31022026-04-07T18:24:40.178Z Compiling tokio-rustls v0.25.0
31032026-04-07T18:24:40.194Z Compiling ingot-macros v0.1.1
31042026-04-07T18:24:40.209Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-04-07T18:24:40.353Z Compiling hash32 v0.3.1
31062026-04-07T18:24:40.433Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-04-07T18:24:40.729Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-04-07T18:24:40.745Z Compiling smoltcp v0.11.0
31092026-04-07T18:24:40.764Z Compiling thiserror-no-std v2.0.2
31102026-04-07T18:24:40.880Z Compiling vsss-rs v3.3.4
31112026-04-07T18:24:40.967Z Compiling proc-macro-crate v3.4.0
31122026-04-07T18:24:41.025Z Compiling tabwriter v1.4.1
31132026-04-07T18:24:41.061Z Compiling test-strategy v0.4.5
31142026-04-07T18:24:41.151Z Compiling parse-display v0.10.0
31152026-04-07T18:24:41.173Z Compiling cobs v0.3.0
31162026-04-07T18:24:41.261Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-04-07T18:24:41.287Z Compiling proc-macro-error v1.0.4
31182026-04-07T18:24:41.324Z Compiling postcard v1.1.3
31192026-04-07T18:24:41.395Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31202026-04-07T18:24:41.512Z Compiling proc-macro-crate v1.3.1
31212026-04-07T18:24:41.530Z Compiling foreign-types-macros v0.2.3
31222026-04-07T18:24:41.544Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-04-07T18:24:41.560Z Compiling num_enum_derive v0.7.5
31242026-04-07T18:24:41.634Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-04-07T18:24:41.653Z Compiling foreign-types-shared v0.3.1
31262026-04-07T18:24:41.693Z Compiling colored v3.1.1
31272026-04-07T18:24:41.769Z Compiling cpufeatures v0.3.0
31282026-04-07T18:24:41.862Z Compiling rayon-core v1.13.0
31292026-04-07T18:24:41.881Z Compiling chacha20 v0.10.0
31302026-04-07T18:24:41.958Z Compiling num_enum_derive v0.5.11
31312026-04-07T18:24:42.050Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-07T18:24:42.067Z Compiling crossbeam-deque v0.8.6
31332026-04-07T18:24:42.100Z Compiling num-rational v0.4.2
31342026-04-07T18:24:42.103Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-07T18:24:42.137Z Compiling num-complex v0.4.6
31362026-04-07T18:24:42.171Z Compiling foreign-types v0.5.0
31372026-04-07T18:24:42.190Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-04-07T18:24:42.255Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-04-07T18:24:42.272Z Compiling cstr-argument v0.1.2
31402026-04-07T18:24:42.287Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-04-07T18:24:42.454Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-04-07T18:24:42.490Z Compiling num v0.4.3
31432026-04-07T18:24:42.564Z Compiling rand v0.10.0
31442026-04-07T18:24:42.590Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-04-07T18:24:42.593Z Compiling camino-tempfile v1.4.1
31462026-04-07T18:24:42.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31472026-04-07T18:24:42.694Z Compiling num_enum v0.7.5
31482026-04-07T18:24:42.710Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-04-07T18:24:42.743Z Compiling float-ord v0.3.2
31502026-04-07T18:24:42.760Z Compiling zone_cfg_derive v0.3.1
31512026-04-07T18:24:42.765Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-04-07T18:24:42.844Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31532026-04-07T18:24:42.868Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31542026-04-07T18:24:42.889Z Compiling itertools v0.12.1
31552026-04-07T18:24:42.918Z Compiling num-derive v0.4.2
31562026-04-07T18:24:43.077Z Compiling num_enum v0.5.11
31572026-04-07T18:24:43.107Z Compiling rayon v1.11.0
31582026-04-07T18:24:43.123Z Compiling sigpipe v0.1.3
31592026-04-07T18:24:43.144Z Compiling ingot-types v0.1.2
31602026-04-07T18:24:43.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-04-07T18:24:43.229Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-04-07T18:24:43.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-04-07T18:24:43.285Z Compiling glob v0.3.3
31642026-04-07T18:24:43.310Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31652026-04-07T18:24:43.376Z Compiling smf v0.2.3
31662026-04-07T18:24:43.430Z Compiling whoami v1.6.1
31672026-04-07T18:24:43.560Z Compiling ingot v0.1.1
31682026-04-07T18:24:43.583Z Compiling prettyplease v0.2.37
31692026-04-07T18:24:43.603Z Compiling gethostname v0.5.0
31702026-04-07T18:24:43.620Z Compiling usdt-attr-macro v0.5.0
31712026-04-07T18:24:43.720Z Compiling usdt-macro v0.5.0
31722026-04-07T18:24:43.755Z Compiling memmap v0.7.0
31732026-04-07T18:24:43.773Z Compiling atomicwrites v0.4.4
31742026-04-07T18:24:43.818Z Compiling derive-where v1.6.0
31752026-04-07T18:24:43.822Z Compiling typify-macro v0.6.1
31762026-04-07T18:24:43.929Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31772026-04-07T18:24:43.945Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-04-07T18:24:43.973Z Compiling cancel-safe-futures v0.1.5
31792026-04-07T18:24:43.994Z Compiling owo-colors v4.3.0
31802026-04-07T18:24:44.110Z Compiling zone v0.3.1
31812026-04-07T18:24:44.224Z Compiling resolv-conf v0.7.6
31822026-04-07T18:24:44.268Z Compiling libsw-core v0.3.2
31832026-04-07T18:24:44.345Z Compiling async-recursion v1.1.1
31842026-04-07T18:24:44.474Z Compiling libsw v3.5.0
31852026-04-07T18:24:44.538Z Compiling usdt v0.5.0
31862026-04-07T18:24:44.605Z Compiling linear-map v1.2.0
31872026-04-07T18:24:44.687Z Compiling libefi-sys v0.1.0
31882026-04-07T18:24:44.828Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-04-07T18:24:44.847Z Compiling console v0.15.11
31902026-04-07T18:24:44.850Z Compiling hickory-proto v0.24.4
31912026-04-07T18:24:44.850Z Compiling newline-converter v0.3.0
31922026-04-07T18:24:44.901Z Compiling bitfield-struct v0.6.2
31932026-04-07T18:24:44.944Z Compiling linked-hash-map v0.5.6
31942026-04-07T18:24:44.962Z Compiling semver v0.1.20
31952026-04-07T18:24:45.070Z Compiling tokio-dtrace v0.1.1
31962026-04-07T18:24:45.091Z Compiling dropshot-api-manager-types v0.6.0
31972026-04-07T18:24:45.169Z Compiling rustc_version v0.1.7
31982026-04-07T18:24:45.208Z Compiling lru-cache v0.1.2
31992026-04-07T18:24:45.241Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-04-07T18:24:45.265Z Compiling expectorate v1.2.0
32012026-04-07T18:24:45.291Z Compiling pin-project-internal v1.1.11
32022026-04-07T18:24:45.366Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32032026-04-07T18:24:45.384Z Compiling slog-dtrace v0.3.0
32042026-04-07T18:24:45.444Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-04-07T18:24:45.444Z Compiling minimal-lexical v0.2.1
32062026-04-07T18:24:45.480Z Compiling newtype_derive v0.1.6
32072026-04-07T18:24:45.484Z Compiling oxide-tokio-rt v0.1.3
32082026-04-07T18:24:45.518Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-04-07T18:24:45.551Z Compiling typify-impl v0.4.3
32102026-04-07T18:24:45.571Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-04-07T18:24:45.615Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-07T18:24:45.692Z Compiling nom v7.1.3
32132026-04-07T18:24:45.710Z Compiling typify v0.6.1
32142026-04-07T18:24:45.729Z Compiling snafu-derive v0.8.9
32152026-04-07T18:24:45.754Z Compiling phf_shared v0.12.1
32162026-04-07T18:24:45.771Z Compiling pem v3.0.6
32172026-04-07T18:24:45.821Z Compiling progenitor-impl v0.13.0
32182026-04-07T18:24:45.852Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-04-07T18:24:45.902Z Compiling csv-core v0.1.13
32202026-04-07T18:24:45.937Z Compiling same-file v1.0.6
32212026-04-07T18:24:45.956Z Compiling highway v1.3.0
32222026-04-07T18:24:46.137Z Compiling chrono-tz v0.10.4
32232026-04-07T18:24:46.141Z Compiling xshell-macros v0.2.7
32242026-04-07T18:24:46.174Z Compiling csv v1.4.0
32252026-04-07T18:24:46.191Z Compiling walkdir v2.5.0
32262026-04-07T18:24:46.362Z Compiling const_format_proc_macros v0.2.34
32272026-04-07T18:24:46.382Z Compiling phf v0.12.1
32282026-04-07T18:24:46.464Z Compiling pin-project v1.1.11
32292026-04-07T18:24:46.552Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-04-07T18:24:46.569Z Compiling xshell v0.2.7
32312026-04-07T18:24:46.585Z Compiling globset v0.4.18
32322026-04-07T18:24:46.588Z Compiling olpc-cjson v0.1.4
32332026-04-07T18:24:46.745Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-04-07T18:24:46.796Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-04-07T18:24:46.800Z Compiling primeorder v0.13.6
32362026-04-07T18:24:46.878Z Compiling serde_plain v1.0.2
32372026-04-07T18:24:46.898Z Compiling typed-path v0.9.3
32382026-04-07T18:24:47.088Z Compiling hickory-resolver v0.24.4
32392026-04-07T18:24:47.103Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-04-07T18:24:47.119Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-04-07T18:24:47.229Z Compiling const_format v0.2.35
32422026-04-07T18:24:47.247Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-04-07T18:24:47.317Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-04-07T18:24:47.578Z Compiling tabled_derive v0.7.0
32452026-04-07T18:24:47.664Z Compiling bcs v0.1.6
32462026-04-07T18:24:47.732Z Compiling snafu v0.8.9
32472026-04-07T18:24:47.861Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32482026-04-07T18:24:47.960Z Compiling salty v0.3.0
32492026-04-07T18:24:48.062Z Compiling tough v0.20.0
32502026-04-07T18:24:48.113Z Compiling radium v0.7.0
32512026-04-07T18:24:48.147Z Compiling termtree v0.5.1
32522026-04-07T18:24:48.190Z Compiling qorb v0.4.1
32532026-04-07T18:24:48.217Z Compiling textwrap v0.16.2
32542026-04-07T18:24:48.271Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32552026-04-07T18:24:48.338Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-04-07T18:24:48.432Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-04-07T18:24:48.548Z Compiling progenitor-macro v0.13.0
32582026-04-07T18:24:48.582Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-04-07T18:24:48.667Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-07T18:24:48.749Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-04-07T18:24:48.848Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-04-07T18:24:48.869Z Compiling tabled v0.15.0
32632026-04-07T18:24:48.941Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-04-07T18:24:48.981Z Compiling steno v0.4.1
32652026-04-07T18:24:49.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-04-07T18:24:49.194Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-04-07T18:24:49.389Z Compiling tagptr v0.2.0
32682026-04-07T18:24:49.427Z Compiling tap v1.0.1
32692026-04-07T18:24:49.450Z Compiling base64 v0.21.7
32702026-04-07T18:24:49.569Z Compiling humantime v2.3.0
32712026-04-07T18:24:49.570Z Compiling maybe-uninit v2.0.0
32722026-04-07T18:24:49.804Z Compiling moka v0.12.13
32732026-04-07T18:24:49.871Z Compiling wyz v0.5.1
32742026-04-07T18:24:50.147Z Compiling typify-macro v0.4.3
32752026-04-07T18:24:50.191Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-04-07T18:24:50.323Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-04-07T18:24:50.340Z Compiling p384 v0.13.1
32782026-04-07T18:24:50.407Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-04-07T18:24:50.453Z Compiling parking_lot_core v0.8.6
32802026-04-07T18:24:50.545Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-04-07T18:24:50.614Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-04-07T18:24:50.758Z Compiling packed_struct v0.10.1
32832026-04-07T18:24:50.803Z Compiling funty v2.0.0
32842026-04-07T18:24:50.944Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-04-07T18:24:50.984Z Compiling hickory-resolver v0.25.2
32862026-04-07T18:24:51.170Z Compiling bitvec v1.0.1
32872026-04-07T18:24:51.301Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-04-07T18:24:51.430Z Compiling polyval v0.6.2
32892026-04-07T18:24:51.566Z Compiling git-stub v1.0.0
32902026-04-07T18:24:51.608Z Compiling packed_struct_codegen v0.10.1
32912026-04-07T18:24:51.660Z Compiling bitfield-macros v0.19.4
32922026-04-07T18:24:51.694Z Compiling zerocopy-derive v0.6.6
32932026-04-07T18:24:51.874Z Compiling proc-macro-error-attr2 v2.0.0
32942026-04-07T18:24:51.943Z Compiling typify v0.4.3
32952026-04-07T18:24:52.058Z Compiling indexmap v1.9.3
32962026-04-07T18:24:52.076Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-04-07T18:24:52.095Z Compiling utf-8 v0.7.6
32982026-04-07T18:24:52.165Z Compiling crc-catalog v2.4.0
32992026-04-07T18:24:52.272Z Compiling nodrop v0.1.14
33002026-04-07T18:24:52.291Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-07T18:24:52.323Z Compiling crc v3.4.0
33022026-04-07T18:24:52.342Z Compiling proc-macro-error2 v2.0.1
33032026-04-07T18:24:52.357Z Compiling tungstenite v0.21.0
33042026-04-07T18:24:52.377Z Compiling git-stub-vcs v0.1.0
33052026-04-07T18:24:52.397Z Compiling array-init v0.0.4
33062026-04-07T18:24:52.442Z Compiling bitfield v0.19.4
33072026-04-07T18:24:52.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-04-07T18:24:52.567Z Compiling ghash v0.5.1
33092026-04-07T18:24:52.603Z Compiling zerocopy v0.6.6
33102026-04-07T18:24:52.648Z Compiling smallvec v0.6.14
33112026-04-07T18:24:52.735Z Compiling num-derive v0.3.3
33122026-04-07T18:24:52.770Z Compiling ctr v0.9.2
33132026-04-07T18:24:52.789Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-04-07T18:24:52.792Z Compiling unicase v2.9.0
33152026-04-07T18:24:52.898Z Compiling hashbrown v0.12.3
33162026-04-07T18:24:52.925Z Compiling compression-core v0.4.31
33172026-04-07T18:24:53.019Z Compiling aes-gcm v0.10.3
33182026-04-07T18:24:53.046Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-04-07T18:24:53.081Z Compiling parking_lot v0.11.2
33202026-04-07T18:24:53.098Z Compiling mime_guess v2.0.5
33212026-04-07T18:24:53.115Z Compiling compression-codecs v0.4.37
33222026-04-07T18:24:53.146Z Compiling tokio-tungstenite v0.21.0
33232026-04-07T18:24:53.239Z Compiling serde-hex v0.1.0
33242026-04-07T18:24:53.262Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-04-07T18:24:53.278Z Compiling tabled_derive v0.11.0
33262026-04-07T18:24:53.503Z Compiling progenitor-impl v0.11.2
33272026-04-07T18:24:53.519Z Compiling progenitor-impl v0.10.0
33282026-04-07T18:24:53.649Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-04-07T18:24:53.693Z Compiling ron v0.8.1
33302026-04-07T18:24:53.696Z Compiling papergrid v0.17.0
33312026-04-07T18:24:53.729Z Compiling progenitor v0.13.0
33322026-04-07T18:24:53.760Z Compiling libscf-sys v1.1.0
33332026-04-07T18:24:53.813Z Compiling testing_table v0.3.0
33342026-04-07T18:24:53.837Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-04-07T18:24:53.914Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33362026-04-07T18:24:53.937Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33372026-04-07T18:24:54.007Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33382026-04-07T18:24:54.092Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-04-07T18:24:54.154Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33402026-04-07T18:24:54.219Z Compiling hashbrown v0.13.2
33412026-04-07T18:24:54.421Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-04-07T18:24:54.517Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-04-07T18:24:54.541Z Compiling prefix-trie v0.7.0
33442026-04-07T18:24:54.733Z Compiling blowfish v0.9.1
33452026-04-07T18:24:54.766Z Compiling ssh-encoding v0.2.0
33462026-04-07T18:24:54.807Z Compiling fxhash v0.2.1
33472026-04-07T18:24:54.977Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-04-07T18:24:55.041Z Compiling toml_datetime v1.0.0+spec-1.1.0
33492026-04-07T18:24:55.058Z Compiling dropshot v0.17.0
33502026-04-07T18:24:55.062Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-04-07T18:24:55.144Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-04-07T18:24:55.292Z Compiling crc-any v2.5.0
33532026-04-07T18:24:55.347Z Compiling corncobs v0.1.4
33542026-04-07T18:24:55.420Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-07T18:24:55.437Z Compiling toml v1.0.6+spec-1.1.0
33562026-04-07T18:24:55.465Z Compiling ssh-cipher v0.2.0
33572026-04-07T18:24:55.481Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-04-07T18:24:55.511Z Compiling sled v0.34.7
33592026-04-07T18:24:55.561Z Compiling hickory-server v0.25.2
33602026-04-07T18:24:55.577Z Compiling bcrypt-pbkdf v0.10.0
33612026-04-07T18:24:55.769Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-04-07T18:24:55.813Z Compiling tabled v0.20.0
33632026-04-07T18:24:55.915Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-04-07T18:24:55.940Z Compiling object v0.30.4
33652026-04-07T18:24:56.099Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-04-07T18:24:56.227Z Compiling progenitor-macro v0.10.0
33672026-04-07T18:24:56.306Z Compiling progenitor-macro v0.11.2
33682026-04-07T18:24:56.436Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-07T18:24:56.847Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-04-07T18:24:57.106Z Compiling async-compression v0.4.41
33712026-04-07T18:24:57.367Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-04-07T18:24:57.432Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-04-07T18:24:57.448Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-04-07T18:24:57.511Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-07T18:24:57.522Z Compiling progenitor-client v0.11.2
33762026-04-07T18:24:57.737Z Compiling dropshot_endpoint v0.17.0
33772026-04-07T18:24:57.871Z Compiling password-hash v0.4.2
33782026-04-07T18:24:58.287Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-04-07T18:24:58.308Z Compiling secrecy v0.8.0
33802026-04-07T18:24:58.364Z Compiling http-range v0.1.5
33812026-04-07T18:24:58.495Z Compiling half v1.8.3
33822026-04-07T18:24:58.584Z Compiling path-slash v0.1.5
33832026-04-07T18:24:58.758Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-04-07T18:24:58.796Z Compiling serde_cbor v0.11.2
33852026-04-07T18:24:59.027Z Compiling pbkdf2 v0.11.0
33862026-04-07T18:24:59.277Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-04-07T18:24:59.528Z Compiling ssh-key v0.6.7
33882026-04-07T18:24:59.656Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-04-07T18:24:59.750Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-04-07T18:25:00.118Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33912026-04-07T18:25:00.179Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33922026-04-07T18:25:00.262Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932026-04-07T18:25:00.671Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-04-07T18:25:00.800Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-04-07T18:25:00.921Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-04-07T18:25:00.955Z Compiling p521 v0.13.3
33972026-04-07T18:25:01.291Z Compiling p256 v0.13.2
33982026-04-07T18:25:01.327Z Compiling yasna v0.5.2
33992026-04-07T18:25:01.395Z Compiling kstat-rs v0.2.4
34002026-04-07T18:25:01.415Z Compiling progenitor v0.10.0
34012026-04-07T18:25:01.506Z Compiling progenitor v0.11.2
34022026-04-07T18:25:01.506Z Compiling headers-core v0.3.0
34032026-04-07T18:25:01.543Z Compiling nanorand v0.7.0
34042026-04-07T18:25:01.573Z Compiling russh-cryptovec v0.7.3
34052026-04-07T18:25:01.601Z Compiling atty v0.2.14
34062026-04-07T18:25:01.675Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34072026-04-07T18:25:01.692Z Compiling home v0.5.12
34082026-04-07T18:25:01.692Z Compiling md5 v0.7.0
34092026-04-07T18:25:01.733Z Compiling crc8 v0.1.1
34102026-04-07T18:25:01.750Z Compiling flume v0.11.1
34112026-04-07T18:25:01.776Z Compiling rcgen v0.12.1
34122026-04-07T18:25:01.804Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-04-07T18:25:01.846Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34142026-04-07T18:25:01.872Z Compiling headers v0.4.1
34152026-04-07T18:25:01.888Z Compiling russh-keys v0.45.0
34162026-04-07T18:25:01.943Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-04-07T18:25:02.016Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-04-07T18:25:02.046Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-04-07T18:25:02.085Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-04-07T18:25:02.436Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-04-07T18:25:02.469Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34222026-04-07T18:25:02.474Z Compiling hyper-staticfile v0.10.1
34232026-04-07T18:25:02.666Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-04-07T18:25:02.682Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-04-07T18:25:02.714Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-04-07T18:25:02.736Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34272026-04-07T18:25:02.887Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-04-07T18:25:03.074Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-04-07T18:25:03.078Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-04-07T18:25:03.106Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-04-07T18:25:03.217Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-04-07T18:25:03.395Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34332026-04-07T18:25:03.491Z Compiling num-bigint v0.4.6
34342026-04-07T18:25:03.546Z Compiling des v0.8.1
34352026-04-07T18:25:03.591Z Compiling subprocess v0.2.15
34362026-04-07T18:25:03.644Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-04-07T18:25:03.745Z Compiling hex-literal v0.4.1
34382026-04-07T18:25:03.774Z Compiling display-error-chain v0.2.2
34392026-04-07T18:25:03.890Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-04-07T18:25:03.918Z Compiling colored v2.2.0
34412026-04-07T18:25:03.947Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-04-07T18:25:03.970Z Compiling internet-checksum v0.2.1
34432026-04-07T18:25:04.102Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-04-07T18:25:04.383Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34452026-04-07T18:25:04.401Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34462026-04-07T18:25:04.648Z Compiling russh v0.45.0
34472026-04-07T18:25:07.015Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34482026-04-07T18:25:07.689Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-04-07T18:25:08.103Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-04-07T18:25:08.201Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-04-07T18:25:15.934Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-04-07T18:25:15.934Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-04-07T18:25:15.934Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-04-07T18:25:15.938Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-04-07T18:25:17.599Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-04-07T18:25:17.739Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-04-07T18:25:21.901Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34582026-04-07T18:25:41.423Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34592026-04-07T18:25:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34602026-04-07T18:26:00.114Z
34612026-04-07T18:26:00.115Zreal 1:23.323936553
34622026-04-07T18:26:00.115Zuser 8:11.843606957
34632026-04-07T18:26:00.115Zsys 1:41.688953512
34642026-04-07T18:26:00.115Ztrap 0.265676422
34652026-04-07T18:26:00.115Ztflt 0.488440905
34662026-04-07T18:26:00.115Zdflt 1.571324347
34672026-04-07T18:26:00.115Zkflt 0.000210573
34682026-04-07T18:26:00.120Zlock 29:24.478555441
34692026-04-07T18:26:00.120Zslp 19:13.594610039
34702026-04-07T18:26:00.120Zlat 41.662779187
34712026-04-07T18:26:00.120Zstop 2:49.549310342
34722026-04-07T18:26:00.120Z+ mkdir tests
34732026-04-07T18:26:00.120Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-04-07T18:26:00.120Z+ xargs -I '{}' -t cp '{}' tests/
34752026-04-07T18:26:00.149Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed4adcd16f2e8dc1 tests/
34762026-04-07T18:26:00.175Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0e21a9ec32e83a6d tests/
34772026-04-07T18:26:00.203Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5476dfdaa9666742 tests/
34782026-04-07T18:26:00.232Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f6011ec56fb3982c tests/
34792026-04-07T18:26:00.552Z+ 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/*)
34802026-04-07T18:26:00.556Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-0e21a9ec32e83a6d tests/commtest-5476dfdaa9666742 tests/dhcp_server-ed4adcd16f2e8dc1 tests/end_to_end_tests-f6011ec56fb3982c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34812026-04-07T18:27:25.223ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-04-07T18:27:25.224Za .github/buildomat/ci-env.sh 1K
34832026-04-07T18:27:25.224Za out/target/test 1K
34842026-04-07T18:27:25.224Za out/npuzone/npuzone 27402K
34852026-04-07T18:27:25.224Za package-manifest.toml 35K
34862026-04-07T18:27:25.224Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-04-07T18:27:25.224Za target/release/omicron-package 45934K
34882026-04-07T18:27:25.224Za target/release/xtask 11433K
34892026-04-07T18:27:25.224Za target/debug/bootstrap 338993K
34902026-04-07T18:27:25.224Za tests/bootstrap-0e21a9ec32e83a6d 31310K
34912026-04-07T18:27:25.224Za tests/commtest-5476dfdaa9666742 32395K
34922026-04-07T18:27:25.224Za tests/dhcp_server-ed4adcd16f2e8dc1 31310K
34932026-04-07T18:27:25.224Za tests/end_to_end_tests-f6011ec56fb3982c 381533K
34942026-04-07T18:27:25.224Za out/clickhouse.tar.gz 323616K
34952026-04-07T18:27:25.224Za out/clickhouse_keeper.tar.gz 307576K
34962026-04-07T18:27:25.224Za out/clickhouse_server.tar.gz 323615K
34972026-04-07T18:27:25.224Za out/cockroachdb.tar.gz 165672K
34982026-04-07T18:27:25.224Za out/crucible-pantry-zone.tar.gz 44628K
34992026-04-07T18:27:25.224Za out/crucible-utils.tar 17744K
35002026-04-07T18:27:25.224Za out/crucible-zone.tar.gz 58766K
35012026-04-07T18:27:25.224Za out/external-dns.tar.gz 51852K
35022026-04-07T18:27:25.224Za out/internal-dns.tar.gz 51851K
35032026-04-07T18:27:25.224Za out/mg-ddm-gz.tar 78377K
35042026-04-07T18:27:25.224Za out/nexus.tar.gz 219278K
35052026-04-07T18:27:25.224Za out/ntp.tar.gz 33098K
35062026-04-07T18:27:25.224Za out/omicron-gateway-softnpu.tar.gz 29887K
35072026-04-07T18:27:25.224Za out/omicron-sled-agent.tar 204297K
35082026-04-07T18:27:25.224Za out/overlay.tar.gz 3K
35092026-04-07T18:27:25.224Za out/oximeter.tar.gz 68508K
35102026-04-07T18:27:25.224Za out/oxlog.tar 3782K
35112026-04-07T18:27:25.224Za out/probe.tar.gz 3037K
35122026-04-07T18:27:25.224Za out/propolis-server.tar.gz 38704K
35132026-04-07T18:27:25.224Za out/pumpkind-gz.tar 26647K
35142026-04-07T18:27:25.224Za out/switch-softnpu.tar.gz 386365K
35152026-04-07T18:27:25.228Z
35162026-04-07T18:27:25.228Zreal 1:24.661496688
35172026-04-07T18:27:25.228Zuser 1:22.100172068
35182026-04-07T18:27:25.228Zsys 4.264301613
35192026-04-07T18:27:25.228Ztrap 0.006488519
35202026-04-07T18:27:25.229Ztflt 0.000000000
35212026-04-07T18:27:25.229Zdflt 0.000000000
35222026-04-07T18:27:25.229Zkflt 0.000000000
35232026-04-07T18:27:25.229Zlock 0.000000000
35242026-04-07T18:27:25.229Zslp 1:22.046363309
35252026-04-07T18:27:25.229Zlat 0.901511402
35262026-04-07T18:27:25.229Zstop 0.000564867
35272026-04-07T18:27:25.229Zprocess exited: duration 990373 ms, exit code 0
 
35282026-04-07T18:27:25.243Zfound 1 output files
35292026-04-07T18:27:25.244Zuploading: /work/package.tar.gz (2442843329 bytes)
35302026-04-07T18:27:53.460Zuploaded: /work/package.tar.gz