01KQDG4TECE9DRV5WRTBFRJA9V: 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: 01KQDG57R22XSXDHB2NJFQFN8B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T20:52:14.232Zjob assigned to worker 01KQDG5E3KAM3ADH5ZQSCNMWR8 [factory aws, i-0a5ba9f849750d548] (queued for 58 s)
 
22026-04-29T20:52:23.998Zstarting task 0: "setup"
32026-04-29T20:52:24.004Z++ uname -s
42026-04-29T20:52:24.008Z+ kern=SunOS
52026-04-29T20:52:24.008Z+ build_user=build
62026-04-29T20:52:24.008Z+ build_uid=12345
72026-04-29T20:52:24.008Z+ work_dir=/work
82026-04-29T20:52:24.008Z+ input_dir=/input
92026-04-29T20:52:24.008Z+ [[ 0 == 12345 ]]
102026-04-29T20:52:24.008Z+ case "$kern" in
112026-04-29T20:52:24.008Z+ groupadd -g 12345 build
122026-04-29T20:52:24.011Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T20:52:26.019Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T20:52:26.109Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T20:52:26.112Z+ home_fs=zfs
162026-04-29T20:52:26.112Z+ [[ zfs == autofs ]]
172026-04-29T20:52:26.112Z+ mkdir -p /home/build
182026-04-29T20:52:26.112Z+ chown build:build /home/build /work
192026-04-29T20:52:28.115Z+ chmod 0700 /home/build /work
202026-04-29T20:52:28.118Zprocess exited: duration 4121 ms, exit code 0
 
212026-04-29T20:52:28.125Zstarting task 1: "rust-toolchain"
222026-04-29T20:52:28.130Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T20:52:28.130Z * rust toolchain channel = "1.94.0"
242026-04-29T20:52:28.130Z * rust toolchain profile = "default"
252026-04-29T20:52:28.130Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-29T20:52:28.130Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T20:52:28.131Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T20:52:28.134Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T20:52:28.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T20:52:28.260Zinfo: downloading installer
312026-04-29T20:52:29.874Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T20:52:29.874Zwarn: /opt/ooce/bin
332026-04-29T20:52:29.874Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T20:52:29.874Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T20:52:29.874Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T20:52:29.874Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T20:52:29.874Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T20:52:29.874Zerror: cannot install while Rust is installed
392026-04-29T20:52:29.874Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T20:52:29.874Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T20:52:29.874Zwarn: /home/build/.rustup/settings.toml
422026-04-29T20:52:29.874Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T20:52:29.874Zwarn: instead of the one inferred from the default host triple.
442026-04-29T20:52:29.903Zinfo: profile set to default
452026-04-29T20:52:29.903Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T20:52:29.906Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T20:52:30.053Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T20:52:30.056Zinfo: downloading 6 components
492026-04-29T20:52:44.670Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T20:52:44.670Z
512026-04-29T20:52:44.698Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T20:52:44.698Z
532026-04-29T20:52:44.698Z
542026-04-29T20:52:44.698ZRust is installed now. Great!
552026-04-29T20:52:44.698Z
562026-04-29T20:52:44.698ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T20:52:44.698Zenvironment variable. This has not been done automatically.
582026-04-29T20:52:44.698Z
592026-04-29T20:52:44.698ZTo configure your current shell, you need to source
602026-04-29T20:52:44.698Zthe corresponding env file under $HOME/.cargo.
612026-04-29T20:52:44.699Z
622026-04-29T20:52:44.699ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T20:52:44.699Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T20:52:44.699Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T20:52:44.699Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T20:52:44.699Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T20:52:44.699Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T20:52:44.699Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T20:52:44.703Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T20:52:44.703Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T20:52:44.790Z+ rustup --version
722026-04-29T20:52:44.796Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T20:52:44.799Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T20:52:44.816Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T20:52:44.820Z+ cargo --version
762026-04-29T20:52:44.829Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T20:52:44.832Z+ rustc --version
782026-04-29T20:52:44.853Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T20:52:44.857Zprocess exited: duration 16728 ms, exit code 0
 
802026-04-29T20:52:44.863Zstarting task 2: "authentication"
812026-04-29T20:52:44.882Zprocess exited: duration 18 ms, exit code 0
 
822026-04-29T20:52:44.888Zstarting task 3: "clone repository"
832026-04-29T20:52:44.893Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T20:52:44.896Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T20:52:45.168ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T20:52:54.552Z+ cd /work/oxidecomputer/omicron
872026-04-29T20:52:54.552Z+ git fetch origin 39053f794ef695c73d5056c1ea5aee97766d1229
882026-04-29T20:52:54.876ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T20:52:54.876Z * branch 39053f794ef695c73d5056c1ea5aee97766d1229 -> FETCH_HEAD
902026-04-29T20:52:54.892Z+ [[ -n add-fmd-inventory-db ]]
912026-04-29T20:52:54.895Z++ git branch --show-current
922026-04-29T20:52:54.895Z+ current=main
932026-04-29T20:52:54.895Z+ [[ main != add-fmd-inventory-db ]]
942026-04-29T20:52:54.895Z+ git branch -f add-fmd-inventory-db 39053f794ef695c73d5056c1ea5aee97766d1229
952026-04-29T20:52:54.898Z+ git checkout -f add-fmd-inventory-db
962026-04-29T20:52:55.031ZSwitched to branch 'add-fmd-inventory-db'
972026-04-29T20:52:55.035Z+ git reset --hard 39053f794ef695c73d5056c1ea5aee97766d1229
982026-04-29T20:52:55.169ZHEAD is now at 39053f794 Display wrappers + omdb golden output for FMD inventory
992026-04-29T20:52:55.172Zprocess exited: duration 10280 ms, exit code 0
 
1002026-04-29T20:52:55.179Zstarting task 4: "build"
1012026-04-29T20:52:55.185Z+ source .github/buildomat/ci-env.sh
1022026-04-29T20:52:55.185Z++ export CARGO_TERM_COLOR=always
1032026-04-29T20:52:55.185Z++ CARGO_TERM_COLOR=always
1042026-04-29T20:52:55.186Z+ cargo --version
1052026-04-29T20:52:55.196Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T20:52:55.199Z+ rustc --version
1072026-04-29T20:52:55.220Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T20:52:55.223Z+ WORK=/work
1092026-04-29T20:52:55.223Z+ pfexec mkdir -p /work
1102026-04-29T20:52:55.226Z+ pfexec chown build /work
1112026-04-29T20:52:55.230Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-29T20:53:06.434Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-29T20:53:14.002Z Startup: Caching catalogs ... Done
1142026-04-29T20:53:20.555ZPlanning: Solver setup ... Done (5.017s)
1152026-04-29T20:53:20.588ZPlanning: Running solver ... Done (0.034s)
1162026-04-29T20:53:20.721ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-29T20:53:20.743ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-29T20:53:21.295ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-29T20:53:21.334ZPlanning: Package planning ... Done (0.039s)
1202026-04-29T20:53:21.370ZPlanning: Merging actions ... Done (0.036s)
1212026-04-29T20:53:21.602ZPlanning: Checking for conflicting actions ... Done (0.232s)
1222026-04-29T20:53:21.611ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-29T20:53:23.694ZPlanning: Evaluating mediators ... Done (2.082s)
1242026-04-29T20:53:23.701ZPlanning: Planning completed in 9.53 seconds
1252026-04-29T20:53:23.712Z Packages to install: 5
1262026-04-29T20:53:23.712Z Mediators to change: 3
1272026-04-29T20:53:23.712Z Services to change: 1
1282026-04-29T20:53:23.712Z Estimated space available: 155.34 GB
1292026-04-29T20:53:23.712ZEstimated space to be consumed: 1.89 GB
1302026-04-29T20:53:23.716Z Create boot environment: No
1312026-04-29T20:53:23.716ZCreate backup boot environment: No
1322026-04-29T20:53:23.716Z Rebuild boot archive: No
1332026-04-29T20:53:23.716Z
1342026-04-29T20:53:23.716ZChanged mediators:
1352026-04-29T20:53:23.716Z mediator clang:
1362026-04-29T20:53:23.716Z version: None -> 15 (system default)
1372026-04-29T20:53:23.716Z
1382026-04-29T20:53:23.716Z mediator llvm:
1392026-04-29T20:53:23.716Z version: 14 (system default) -> 15 (system default)
1402026-04-29T20:53:23.716Z
1412026-04-29T20:53:23.716Z mediator postgresql:
1422026-04-29T20:53:23.716Z version: 15 (system default) -> 18 (system default)
1432026-04-29T20:53:23.716Z
1442026-04-29T20:53:23.716ZChanged packages:
1452026-04-29T20:53:23.716Zhelios-dev
1462026-04-29T20:53:23.716Z developer/build-essential
1472026-04-29T20:53:23.716Z None -> 11-2.0
1482026-04-29T20:53:23.716Z library/libxmlsec1
1492026-04-29T20:53:23.716Z None -> 1.2.35-2.0
1502026-04-29T20:53:23.716Z ooce/developer/clang-15
1512026-04-29T20:53:23.716Z None -> 15.0.7-2.0
1522026-04-29T20:53:23.716Z ooce/developer/llvm-15
1532026-04-29T20:53:23.716Z None -> 15.0.7-2.0
1542026-04-29T20:53:23.716Z ooce/library/postgresql-18
1552026-04-29T20:53:23.716Z None -> 18.1-2.0
1562026-04-29T20:53:23.716Z
1572026-04-29T20:53:23.717ZServices:
1582026-04-29T20:53:23.717Z restart_fmri:
1592026-04-29T20:53:23.717Z svc:/system/update-man-index:default
1602026-04-29T20:53:23.781Z
1612026-04-29T20:53:23.781ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-29T20:53:28.864ZDownload: 2216/4272 items 115.7/219.0MB 52% complete (23.4M/s)
1632026-04-29T20:53:33.207ZDownload: Completed 218.99 MB in 9.42 seconds (23.2M/s)
1642026-04-29T20:53:34.805Z Actions: 1/4789 actions (Installing new actions)
1652026-04-29T20:53:38.999Z Actions: Completed 4789 actions in 4.19 seconds.
1662026-04-29T20:53:39.281Z Done (0.278s)
1672026-04-29T20:53:39.281Z Done (0.000s)
1682026-04-29T20:53:39.912Z Done (0.625s)
1692026-04-29T20:53:45.440Z Done (5.187s)
1702026-04-29T20:53:45.534Z Done (0.025s)
1712026-04-29T20:53:45.538Z Done (0.000s)
1722026-04-29T20:53:45.727Z Done (0.000s)
1732026-04-29T20:53:46.589ZPlanning: Evaluating mediator changes ... Done
1742026-04-29T20:53:46.696ZPlanning: Checking for conflicting actions ... Done
1752026-04-29T20:53:46.699ZPlanning: Consolidating action changes ... Done
1762026-04-29T20:53:46.853ZPlanning: Evaluating mediators ... Done
1772026-04-29T20:53:46.857ZPlanning: Planning completed in 0.26 seconds
1782026-04-29T20:53:46.874Z Mediators to change: 2
1792026-04-29T20:53:46.874Z Create boot environment: No
1802026-04-29T20:53:46.874ZCreate backup boot environment: No
1812026-04-29T20:53:46.935Z Done
1822026-04-29T20:53:46.935Z Done
1832026-04-29T20:53:47.537Z Done
1842026-04-29T20:53:50.066Z Done
1852026-04-29T20:53:50.141Z Done
1862026-04-29T20:53:50.144Z Done
1872026-04-29T20:53:50.615Z Done
1882026-04-29T20:53:50.874ZPlanning: Evaluating mediator changes ... Done
1892026-04-29T20:53:50.981ZPlanning: Checking for conflicting actions ... Done
1902026-04-29T20:53:50.985ZPlanning: Consolidating action changes ... Done
1912026-04-29T20:53:51.140ZPlanning: Evaluating mediators ... Done
1922026-04-29T20:53:51.144ZPlanning: Planning completed in 0.27 seconds
1932026-04-29T20:53:51.163Z Mediators to change: 1
1942026-04-29T20:53:51.163Z Create boot environment: No
1952026-04-29T20:53:51.163ZCreate backup boot environment: No
1962026-04-29T20:53:51.204Z Done
1972026-04-29T20:53:51.204Z Done
1982026-04-29T20:53:51.804Z Done
1992026-04-29T20:53:54.286Z Done
2002026-04-29T20:53:54.356Z Done
2012026-04-29T20:53:54.360Z Done
2022026-04-29T20:53:54.710Z Done
2032026-04-29T20:53:54.994ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-29T20:53:54.994Zclang system 15 system
2052026-04-29T20:53:54.994Zcsh system system illumos
2062026-04-29T20:53:54.995Zctags system system illumos
2072026-04-29T20:53:54.995Zfile system system illumos
2082026-04-29T20:53:54.995Zgcc vendor 12 vendor
2092026-04-29T20:53:54.995Zgcc system 14 system
2102026-04-29T20:53:54.995Zgcc system 10 system
2112026-04-29T20:53:54.995Zgo system 1.20 system
2122026-04-29T20:53:54.995Zgo system 1.19 system
2132026-04-29T20:53:54.995Zllvm system 15 system
2142026-04-29T20:53:54.995Zllvm system 14 system
2152026-04-29T20:53:54.995Zmariadb system 10.6 system
2162026-04-29T20:53:54.995Zmta vendor vendor dma
2172026-04-29T20:53:54.995Zopenjdk system 17 system
2182026-04-29T20:53:54.995Zopenjdk system 11 system
2192026-04-29T20:53:54.995Zopenjdk system 1.8 system
2202026-04-29T20:53:54.995Zopenssl vendor 3 vendor
2212026-04-29T20:53:54.995Zperl system 5.36 system
2222026-04-29T20:53:54.995Zpostgresql system 18 system
2232026-04-29T20:53:54.995Zpostgresql system 15 system
2242026-04-29T20:53:54.995Zpostgresql system 13 system
2252026-04-29T20:53:54.995Zpython vendor 3 vendor
2262026-04-29T20:53:54.995Zpython system 2 system
2272026-04-29T20:53:54.995Zpython3 system 3.11 system
2282026-04-29T20:53:54.995Zruby system 3.0 system
2292026-04-29T20:53:54.995Zwords vendor vendor american-english
2302026-04-29T20:53:54.995Zwords system system australian-english
2312026-04-29T20:53:54.995Zwords system system british-english
2322026-04-29T20:53:54.995Zwords system system canadian-english
2332026-04-29T20:53:54.995Zwords system system french
2342026-04-29T20:53:54.995Zwords system system italian
2352026-04-29T20:53:54.995Zwords system system ngerman
2362026-04-29T20:53:54.995Zwords system system ogerman
2372026-04-29T20:53:54.995Zwords system system spanish
2382026-04-29T20:53:55.223ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-29T20:53:55.223Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-29T20:53:59.753ZFMRI IFO
2412026-04-29T20:53:59.753Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-29T20:53:59.753Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-29T20:53:59.753Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-29T20:53:59.753Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-29T20:53:59.753Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-29T20:53:59.753Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-29T20:53:59.753Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2482026-04-29T20:53:59.753Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2492026-04-29T20:53:59.753Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-29T20:53:59.753Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-29T20:53:59.754Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-29T20:53:59.754Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-29T20:53:59.754Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-29T20:53:59.754Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-29T20:53:59.754Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-29T20:53:59.754Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-29T20:53:59.754Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-29T20:54:00.895Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-29T20:54:01.171Z Updating crates.io index
2602026-04-29T20:54:01.206Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-29T20:54:01.940Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-29T20:54:02.417Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-29T20:54:02.754Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-04-29T20:54:04.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-29T20:54:04.795Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-29T20:54:06.498Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-29T20:54:07.305Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-29T20:54:07.610Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-29T20:54:08.436Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-29T20:54:08.823Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-29T20:54:09.181Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-29T20:54:09.429Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-29T20:54:10.739Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-29T20:54:11.256Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2752026-04-29T20:54:11.544Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-29T20:54:11.894Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-29T20:54:12.253Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-29T20:54:12.553Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-29T20:54:12.906Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-29T20:54:13.151Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-29T20:54:13.403Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-29T20:54:13.808Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-29T20:54:14.286Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-29T20:54:14.708Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-29T20:54:14.989Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-29T20:54:15.270Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-29T20:54:16.173Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-29T20:54:16.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-29T20:54:17.398Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-04-29T20:54:17.903Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-29T20:54:18.297Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-29T20:54:18.629Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-29T20:54:19.037Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-29T20:54:19.345Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-29T20:54:19.923Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-29T20:54:20.185Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-29T20:54:20.452Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-29T20:54:20.845Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-29T20:54:33.005Z Downloading crates ...
3002026-04-29T20:54:33.062Z Downloaded camino-tempfile v1.4.1
3012026-04-29T20:54:33.066Z Downloaded anstream v0.6.21
3022026-04-29T20:54:33.066Z Downloaded bytecount v0.6.9
3032026-04-29T20:54:33.069Z Downloaded camino v1.2.2
3042026-04-29T20:54:33.069Z Downloaded toml_datetime v0.6.11
3052026-04-29T20:54:33.069Z Downloaded num-traits v0.2.19
3062026-04-29T20:54:33.073Z Downloaded thiserror-impl v2.0.18
3072026-04-29T20:54:33.073Z Downloaded byteorder v1.5.0
3082026-04-29T20:54:33.073Z Downloaded equivalent v1.0.2
3092026-04-29T20:54:33.076Z Downloaded memmap v0.7.0
3102026-04-29T20:54:33.079Z Downloaded idna_adapter v1.2.1
3112026-04-29T20:54:33.079Z Downloaded ucd-trie v0.1.7
3122026-04-29T20:54:33.079Z Downloaded zerofrom v0.1.6
3132026-04-29T20:54:33.079Z Downloaded yoke-derive v0.8.1
3142026-04-29T20:54:33.079Z Downloaded icu_provider v2.1.1
3152026-04-29T20:54:33.083Z Downloaded dtrace-parser v0.2.0
3162026-04-29T20:54:33.083Z Downloaded crypto-common v0.1.7
3172026-04-29T20:54:33.083Z Downloaded fs-err v3.3.0
3182026-04-29T20:54:33.087Z Downloaded textwrap v0.16.2
3192026-04-29T20:54:33.090Z Downloaded usdt-impl v0.5.0
3202026-04-29T20:54:33.093Z Downloaded stable_deref_trait v1.2.1
3212026-04-29T20:54:33.093Z Downloaded papergrid v0.11.0
3222026-04-29T20:54:33.097Z Downloaded utf8_iter v1.0.4
3232026-04-29T20:54:33.097Z Downloaded errno v0.3.14
3242026-04-29T20:54:33.102Z Downloaded form_urlencoded v1.2.2
3252026-04-29T20:54:33.102Z Downloaded typeid v1.0.3
3262026-04-29T20:54:33.102Z Downloaded zerofrom-derive v0.1.6
3272026-04-29T20:54:33.105Z Downloaded tinystr v0.8.2
3282026-04-29T20:54:33.108Z Downloaded proc-macro2 v1.0.106
3292026-04-29T20:54:33.108Z Downloaded proc-macro-error-attr v1.0.4
3302026-04-29T20:54:33.108Z Downloaded unicode-xid v0.2.6
3312026-04-29T20:54:33.111Z Downloaded erased-serde v0.4.9
3322026-04-29T20:54:33.111Z Downloaded thread-id v4.2.2
3332026-04-29T20:54:33.115Z Downloaded serde_tokenstream v0.2.3
3342026-04-29T20:54:33.115Z Downloaded zerovec-derive v0.11.2
3352026-04-29T20:54:33.115Z Downloaded thiserror-impl v1.0.69
3362026-04-29T20:54:33.115Z Downloaded pest_derive v2.8.6
3372026-04-29T20:54:33.120Z Downloaded anyhow v1.0.102
3382026-04-29T20:54:33.120Z Downloaded version_check v0.9.5
3392026-04-29T20:54:33.120Z Downloaded usdt v0.5.0
3402026-04-29T20:54:33.123Z Downloaded pretty-hex v0.4.1
3412026-04-29T20:54:33.123Z Downloaded heck v0.5.0
3422026-04-29T20:54:33.123Z Downloaded toml_write v0.1.2
3432026-04-29T20:54:33.123Z Downloaded cargo-platform v0.2.0
3442026-04-29T20:54:33.123Z Downloaded dof v0.3.0
3452026-04-29T20:54:33.123Z Downloaded plain v0.2.3
3462026-04-29T20:54:33.127Z Downloaded fastrand v2.3.0
3472026-04-29T20:54:33.127Z Downloaded cfg-if v1.0.4
3482026-04-29T20:54:33.130Z Downloaded writeable v0.6.2
3492026-04-29T20:54:33.133Z Downloaded zerotrie v0.2.3
3502026-04-29T20:54:33.133Z Downloaded yoke v0.8.1
3512026-04-29T20:54:33.136Z Downloaded serde_spanned v0.6.9
3522026-04-29T20:54:33.136Z Downloaded generic-array v0.14.7
3532026-04-29T20:54:33.137Z Downloaded url v2.5.8
3542026-04-29T20:54:33.140Z Downloaded utf8parse v0.2.2
3552026-04-29T20:54:33.140Z Downloaded unicode-linebreak v0.1.5
3562026-04-29T20:54:33.140Z Downloaded usdt-macro v0.5.0
3572026-04-29T20:54:33.140Z Downloaded zmij v1.0.21
3582026-04-29T20:54:33.140Z Downloaded thiserror v2.0.18
3592026-04-29T20:54:33.143Z Downloaded icu_normalizer v2.1.1
3602026-04-29T20:54:33.147Z Downloaded anstyle-parse v0.2.7
3612026-04-29T20:54:33.147Z Downloaded cargo-util-schemas v0.8.2
3622026-04-29T20:54:33.147Z Downloaded thiserror v1.0.69
3632026-04-29T20:54:33.151Z Downloaded percent-encoding v2.3.2
3642026-04-29T20:54:33.151Z Downloaded heck v0.4.1
3652026-04-29T20:54:33.151Z Downloaded usdt-attr-macro v0.5.0
3662026-04-29T20:54:33.151Z Downloaded anstyle-query v1.1.5
3672026-04-29T20:54:33.155Z Downloaded macaddr v1.0.1
3682026-04-29T20:54:33.155Z Downloaded zerocopy-derive v0.7.35
3692026-04-29T20:54:33.158Z Downloaded strsim v0.11.1
3702026-04-29T20:54:33.158Z Downloaded scroll_derive v0.12.1
3712026-04-29T20:54:33.158Z Downloaded serde-value v0.7.0
3722026-04-29T20:54:33.162Z Downloaded smawk v0.3.2
3732026-04-29T20:54:33.162Z Downloaded is_terminal_polyfill v1.70.2
3742026-04-29T20:54:33.162Z Downloaded toml v0.8.23
3752026-04-29T20:54:33.162Z Downloaded colorchoice v1.0.4
3762026-04-29T20:54:33.166Z Downloaded unicode-ident v1.0.24
3772026-04-29T20:54:33.166Z Downloaded itoa v1.0.17
3782026-04-29T20:54:33.166Z Downloaded block-buffer v0.10.4
3792026-04-29T20:54:33.166Z Downloaded tabled_derive v0.7.0
3802026-04-29T20:54:33.166Z Downloaded swrite v0.1.0
3812026-04-29T20:54:33.169Z Downloaded typenum v1.19.0
3822026-04-29T20:54:33.169Z Downloaded toml_edit v0.22.27
3832026-04-29T20:54:33.173Z Downloaded cpufeatures v0.2.17
3842026-04-29T20:54:33.173Z Downloaded clap_lex v1.0.0
3852026-04-29T20:54:33.179Z Downloaded potential_utf v0.1.4
3862026-04-29T20:54:33.182Z Downloaded serde-untagged v0.1.9
3872026-04-29T20:54:33.182Z Downloaded scroll v0.12.0
3882026-04-29T20:54:33.182Z Downloaded proc-macro-error v1.0.4
3892026-04-29T20:54:33.185Z Downloaded zerovec v0.11.5
3902026-04-29T20:54:33.185Z Downloaded zerocopy v0.7.35
3912026-04-29T20:54:33.194Z Downloaded terminal_size v0.4.3
3922026-04-29T20:54:33.197Z Downloaded winnow v0.7.14
3932026-04-29T20:54:33.200Z Downloaded displaydoc v0.2.5
3942026-04-29T20:54:33.203Z Downloaded ordered-float v2.10.1
3952026-04-29T20:54:33.203Z Downloaded cargo_toml v0.21.0
3962026-04-29T20:54:33.203Z Downloaded unicode-width v0.2.0
3972026-04-29T20:54:33.208Z Downloaded fnv v1.0.7
3982026-04-29T20:54:33.208Z Downloaded unicode-width v0.1.14
3992026-04-29T20:54:33.212Z Downloaded serde v1.0.228
4002026-04-29T20:54:33.212Z Downloaded log v0.4.29
4012026-04-29T20:54:33.212Z Downloaded digest v0.10.7
4022026-04-29T20:54:33.216Z Downloaded autocfg v1.5.0
4032026-04-29T20:54:33.216Z Downloaded anstyle v1.0.13
4042026-04-29T20:54:33.216Z Downloaded sha2 v0.10.9
4052026-04-29T20:54:33.219Z Downloaded getrandom v0.4.1
4062026-04-29T20:54:33.219Z Downloaded synstructure v0.13.2
4072026-04-29T20:54:33.219Z Downloaded smallvec v1.15.1
4082026-04-29T20:54:33.223Z Downloaded semver v1.0.28
4092026-04-29T20:54:33.228Z Downloaded cargo_metadata v0.21.0
4102026-04-29T20:54:33.236Z Downloaded quote v1.0.45
4112026-04-29T20:54:33.239Z Downloaded tempfile v3.25.0
4122026-04-29T20:54:33.239Z Downloaded once_cell v1.21.3
4132026-04-29T20:54:33.242Z Downloaded bitflags v2.11.0
4142026-04-29T20:54:33.251Z Downloaded clap_derive v4.5.55
4152026-04-29T20:54:33.255Z Downloaded pest_generator v2.8.6
4162026-04-29T20:54:33.255Z Downloaded litemap v0.8.1
4172026-04-29T20:54:33.258Z Downloaded serde_derive v1.0.228
4182026-04-29T20:54:33.261Z Downloaded icu_properties v2.1.2
4192026-04-29T20:54:33.270Z Downloaded icu_normalizer_data v2.1.1
4202026-04-29T20:54:33.279Z Downloaded icu_locale_core v2.1.1
4212026-04-29T20:54:33.282Z Downloaded serde_core v1.0.228
4222026-04-29T20:54:33.282Z Downloaded clap v4.5.60
4232026-04-29T20:54:33.287Z Downloaded pest_meta v2.8.6
4242026-04-29T20:54:33.296Z Downloaded memchr v2.8.0
4252026-04-29T20:54:33.299Z Downloaded icu_collections v2.1.1
4262026-04-29T20:54:33.313Z Downloaded indexmap v2.14.0
4272026-04-29T20:54:33.322Z Downloaded idna v1.1.0
4282026-04-29T20:54:33.330Z Downloaded pest v2.8.6
4292026-04-29T20:54:33.336Z Downloaded goblin v0.8.2
4302026-04-29T20:54:33.349Z Downloaded serde_json v1.0.149
4312026-04-29T20:54:33.354Z Downloaded hashbrown v0.17.0
4322026-04-29T20:54:33.358Z Downloaded icu_properties_data v2.1.2
4332026-04-29T20:54:33.368Z Downloaded clap_builder v4.5.60
4342026-04-29T20:54:33.372Z Downloaded tabled v0.15.0
4352026-04-29T20:54:33.380Z Downloaded syn v1.0.109
4362026-04-29T20:54:33.396Z Downloaded syn v2.0.117
4372026-04-29T20:54:33.410Z Downloaded rustix v1.1.3
4382026-04-29T20:54:33.441Z Downloaded libc v0.2.185
4392026-04-29T20:54:33.506Z Compiling proc-macro2 v1.0.106
4402026-04-29T20:54:33.506Z Compiling quote v1.0.45
4412026-04-29T20:54:33.509Z Compiling unicode-ident v1.0.24
4422026-04-29T20:54:33.510Z Compiling serde_core v1.0.228
4432026-04-29T20:54:33.510Z Compiling libc v0.2.185
4442026-04-29T20:54:33.510Z Compiling version_check v0.9.5
4452026-04-29T20:54:33.510Z Compiling stable_deref_trait v1.2.1
4462026-04-29T20:54:33.510Z Compiling serde v1.0.228
4472026-04-29T20:54:33.510Z Compiling memchr v2.8.0
4482026-04-29T20:54:33.510Z Compiling zmij v1.0.21
4492026-04-29T20:54:33.510Z Compiling thiserror v1.0.69
4502026-04-29T20:54:33.510Z Compiling itoa v1.0.17
4512026-04-29T20:54:33.694Z Compiling ucd-trie v0.1.7
4522026-04-29T20:54:33.697Z Compiling autocfg v1.5.0
4532026-04-29T20:54:33.697Z Compiling writeable v0.6.2
4542026-04-29T20:54:33.909Z Compiling litemap v0.8.1
4552026-04-29T20:54:33.973Z Compiling rustix v1.1.3
4562026-04-29T20:54:34.064Z Compiling icu_normalizer_data v2.1.1
4572026-04-29T20:54:34.099Z Compiling icu_properties_data v2.1.2
4582026-04-29T20:54:34.166Z Compiling byteorder v1.5.0
4592026-04-29T20:54:34.184Z Compiling pest v2.8.6
4602026-04-29T20:54:34.212Z Compiling bitflags v2.11.0
4612026-04-29T20:54:34.406Z Compiling serde_json v1.0.149
4622026-04-29T20:54:34.433Z Compiling num-traits v0.2.19
4632026-04-29T20:54:34.455Z Compiling smallvec v1.15.1
4642026-04-29T20:54:34.526Z Compiling typeid v1.0.3
4652026-04-29T20:54:34.530Z Compiling hashbrown v0.17.0
4662026-04-29T20:54:34.700Z Compiling equivalent v1.0.2
4672026-04-29T20:54:34.831Z Compiling usdt-impl v0.5.0
4682026-04-29T20:54:34.885Z Compiling proc-macro-error-attr v1.0.4
4692026-04-29T20:54:34.889Z Compiling erased-serde v0.4.9
4702026-04-29T20:54:34.943Z Compiling syn v1.0.109
4712026-04-29T20:54:34.969Z Compiling winnow v0.7.14
4722026-04-29T20:54:35.031Z Compiling toml_write v0.1.2
4732026-04-29T20:54:35.034Z Compiling proc-macro-error v1.0.4
4742026-04-29T20:54:35.129Z Compiling thiserror v2.0.18
4752026-04-29T20:54:35.212Z Compiling errno v0.3.14
4762026-04-29T20:54:35.233Z Compiling indexmap v2.14.0
4772026-04-29T20:54:35.236Z Compiling thread-id v4.2.2
4782026-04-29T20:54:35.275Z Compiling camino v1.2.2
4792026-04-29T20:54:35.280Z Compiling percent-encoding v2.3.2
4802026-04-29T20:54:35.331Z Compiling pest_meta v2.8.6
4812026-04-29T20:54:35.369Z Compiling utf8_iter v1.0.4
4822026-04-29T20:54:35.369Z Compiling utf8parse v0.2.2
4832026-04-29T20:54:35.429Z Compiling getrandom v0.4.1
4842026-04-29T20:54:35.523Z Compiling log v0.4.29
4852026-04-29T20:54:35.528Z Compiling plain v0.2.3
4862026-04-29T20:54:35.561Z Compiling anstyle-parse v0.2.7
4872026-04-29T20:54:35.595Z Compiling form_urlencoded v1.2.2
4882026-04-29T20:54:35.668Z Compiling syn v2.0.117
4892026-04-29T20:54:35.688Z Compiling ordered-float v2.10.1
4902026-04-29T20:54:35.841Z Compiling pretty-hex v0.4.1
4912026-04-29T20:54:35.853Z Compiling cfg-if v1.0.4
4922026-04-29T20:54:35.854Z Compiling anstyle v1.0.13
4932026-04-29T20:54:35.909Z Compiling colorchoice v1.0.4
4942026-04-29T20:54:35.928Z Compiling is_terminal_polyfill v1.70.2
4952026-04-29T20:54:35.950Z Compiling anstyle-query v1.1.5
4962026-04-29T20:54:35.993Z Compiling fs-err v3.3.0
4972026-04-29T20:54:36.053Z Compiling unicode-xid v0.2.6
4982026-04-29T20:54:36.093Z Compiling anstream v0.6.21
4992026-04-29T20:54:36.096Z Compiling clap_lex v1.0.0
5002026-04-29T20:54:36.134Z Compiling once_cell v1.21.3
5012026-04-29T20:54:36.174Z Compiling anyhow v1.0.102
5022026-04-29T20:54:36.195Z Compiling bytecount v0.6.9
5032026-04-29T20:54:36.220Z Compiling fnv v1.0.7
5042026-04-29T20:54:36.240Z Compiling terminal_size v0.4.3
5052026-04-29T20:54:36.244Z Compiling heck v0.4.1
5062026-04-29T20:54:36.393Z Compiling heck v0.5.0
5072026-04-29T20:54:36.412Z Compiling unicode-width v0.1.14
5082026-04-29T20:54:36.432Z Compiling strsim v0.11.1
5092026-04-29T20:54:36.435Z Compiling fastrand v2.3.0
5102026-04-29T20:54:36.557Z Compiling memmap v0.7.0
5112026-04-29T20:54:36.636Z Compiling semver v1.0.28
5122026-04-29T20:54:36.658Z Compiling tempfile v3.25.0
5132026-04-29T20:54:36.678Z Compiling papergrid v0.11.0
5142026-04-29T20:54:36.715Z Compiling clap_builder v4.5.60
5152026-04-29T20:54:36.762Z Compiling unicode-width v0.2.0
5162026-04-29T20:54:36.766Z Compiling unicode-linebreak v0.1.5
5172026-04-29T20:54:36.806Z Compiling smawk v0.3.2
5182026-04-29T20:54:37.005Z Compiling serde-untagged v0.1.9
5192026-04-29T20:54:37.029Z Compiling textwrap v0.16.2
5202026-04-29T20:54:37.050Z Compiling camino-tempfile v1.4.1
5212026-04-29T20:54:37.091Z Compiling swrite v0.1.0
5222026-04-29T20:54:37.112Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-04-29T20:54:37.521Z Compiling tabled_derive v0.7.0
5242026-04-29T20:54:38.191Z Compiling tabled v0.15.0
5252026-04-29T20:54:38.255Z Compiling synstructure v0.13.2
5262026-04-29T20:54:38.255Z Compiling pest_generator v2.8.6
5272026-04-29T20:54:38.823Z Compiling serde_derive v1.0.228
5282026-04-29T20:54:38.823Z Compiling zerofrom-derive v0.1.6
5292026-04-29T20:54:38.826Z Compiling yoke-derive v0.8.1
5302026-04-29T20:54:38.826Z Compiling zerovec-derive v0.11.2
5312026-04-29T20:54:38.826Z Compiling displaydoc v0.2.5
5322026-04-29T20:54:38.826Z Compiling thiserror-impl v1.0.69
5332026-04-29T20:54:38.826Z Compiling zerocopy-derive v0.7.35
5342026-04-29T20:54:38.826Z Compiling pest_derive v2.8.6
5352026-04-29T20:54:38.826Z Compiling scroll_derive v0.12.1
5362026-04-29T20:54:38.826Z Compiling thiserror-impl v2.0.18
5372026-04-29T20:54:38.826Z Compiling clap_derive v4.5.55
5382026-04-29T20:54:39.498Z Compiling scroll v0.12.0
5392026-04-29T20:54:39.628Z Compiling zerocopy v0.7.35
5402026-04-29T20:54:39.742Z Compiling goblin v0.8.2
5412026-04-29T20:54:39.904Z Compiling zerofrom v0.1.6
5422026-04-29T20:54:40.019Z Compiling yoke v0.8.1
5432026-04-29T20:54:40.091Z Compiling dtrace-parser v0.2.0
5442026-04-29T20:54:40.175Z Compiling zerovec v0.11.5
5452026-04-29T20:54:40.175Z Compiling zerotrie v0.2.3
5462026-04-29T20:54:40.307Z Compiling clap v4.5.60
5472026-04-29T20:54:40.591Z Compiling tinystr v0.8.2
5482026-04-29T20:54:40.591Z Compiling potential_utf v0.1.4
5492026-04-29T20:54:40.719Z Compiling icu_collections v2.1.1
5502026-04-29T20:54:40.746Z Compiling icu_locale_core v2.1.1
5512026-04-29T20:54:41.353Z Compiling icu_provider v2.1.1
5522026-04-29T20:54:41.353Z Compiling dof v0.3.0
5532026-04-29T20:54:41.356Z Compiling serde_tokenstream v0.2.3
5542026-04-29T20:54:41.373Z Compiling toml_datetime v0.6.11
5552026-04-29T20:54:41.376Z Compiling serde_spanned v0.6.9
5562026-04-29T20:54:41.376Z Compiling serde-value v0.7.0
5572026-04-29T20:54:41.438Z Compiling cargo-platform v0.2.0
5582026-04-29T20:54:41.444Z Compiling macaddr v1.0.1
5592026-04-29T20:54:41.573Z Compiling icu_normalizer v2.1.1
5602026-04-29T20:54:41.573Z Compiling icu_properties v2.1.2
5612026-04-29T20:54:41.669Z Compiling toml_edit v0.22.27
5622026-04-29T20:54:42.050Z Compiling usdt-attr-macro v0.5.0
5632026-04-29T20:54:42.054Z Compiling usdt-macro v0.5.0
5642026-04-29T20:54:42.371Z Compiling idna_adapter v1.2.1
5652026-04-29T20:54:42.476Z Compiling idna v1.1.0
5662026-04-29T20:54:42.630Z Compiling usdt v0.5.0
5672026-04-29T20:54:42.737Z Compiling url v2.5.8
5682026-04-29T20:54:42.904Z Compiling toml v0.8.23
5692026-04-29T20:54:43.230Z Compiling cargo-util-schemas v0.8.2
5702026-04-29T20:54:43.230Z Compiling cargo_toml v0.21.0
5712026-04-29T20:54:44.028Z Compiling cargo_metadata v0.21.0
5722026-04-29T20:54:44.958Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-29T20:54:47.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.34s
5742026-04-29T20:54:47.326Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-29T20:54:47.872Z Downloading crates ...
5762026-04-29T20:54:47.963Z Downloaded aead v0.5.2
5772026-04-29T20:54:47.966Z Downloaded bit-set v0.8.0
5782026-04-29T20:54:47.975Z Downloaded cexpr v0.6.0
5792026-04-29T20:54:47.979Z Downloaded clang-sys v1.8.1
5802026-04-29T20:54:47.982Z Downloaded crc32fast v1.5.0
5812026-04-29T20:54:47.985Z Downloaded crc v3.4.0
5822026-04-29T20:54:47.985Z Downloaded arc-swap v1.8.2
5832026-04-29T20:54:47.988Z Downloaded bzip2 v0.4.4
5842026-04-29T20:54:47.992Z Downloaded const_format v0.2.35
5852026-04-29T20:54:47.996Z Downloaded bumpalo v3.20.2
5862026-04-29T20:54:47.999Z Downloaded display-error-chain v0.2.2
5872026-04-29T20:54:47.999Z Downloaded block-padding v0.3.3
5882026-04-29T20:54:48.003Z Downloaded cargo-platform v0.1.9
5892026-04-29T20:54:48.003Z Downloaded blowfish v0.9.1
5902026-04-29T20:54:48.003Z Downloaded base64ct v1.8.3
5912026-04-29T20:54:48.006Z Downloaded dirs-next v2.0.0
5922026-04-29T20:54:48.006Z Downloaded data-encoding v2.10.0
5932026-04-29T20:54:48.009Z Downloaded debug-ignore v1.0.5
5942026-04-29T20:54:48.009Z Downloaded ciborium-ll v0.2.2
5952026-04-29T20:54:48.009Z Downloaded atty v0.2.14
5962026-04-29T20:54:48.013Z Downloaded cobs v0.3.0
5972026-04-29T20:54:48.016Z Downloaded curve25519-dalek-derive v0.1.1
5982026-04-29T20:54:48.016Z Downloaded foldhash v0.2.0
5992026-04-29T20:54:48.020Z Downloaded diesel-dtrace v0.5.0
6002026-04-29T20:54:48.023Z Downloaded der_derive v0.7.3
6012026-04-29T20:54:48.023Z Downloaded crunchy v0.2.4
6022026-04-29T20:54:48.023Z Downloaded colored v2.2.0
6032026-04-29T20:54:48.026Z Downloaded async-stream v0.3.6
6042026-04-29T20:54:48.026Z Downloaded defmt v0.3.100
6052026-04-29T20:54:48.030Z Downloaded darling_core v0.23.0
6062026-04-29T20:54:48.033Z Downloaded endian-type v0.1.2
6072026-04-29T20:54:48.033Z Downloaded crc-catalog v2.4.0
6082026-04-29T20:54:48.033Z Downloaded diesel_table_macro_syntax v0.3.0
6092026-04-29T20:54:48.033Z Downloaded crossbeam-epoch v0.9.18
6102026-04-29T20:54:48.036Z Downloaded des v0.8.1
6112026-04-29T20:54:48.037Z Downloaded darling v0.20.11
6122026-04-29T20:54:48.040Z Downloaded embedded-io v0.6.1
6132026-04-29T20:54:48.040Z Downloaded bcrypt-pbkdf v0.10.0
6142026-04-29T20:54:48.043Z Downloaded async-stream-impl v0.3.6
6152026-04-29T20:54:48.043Z Downloaded defmt-parser v1.0.0
6162026-04-29T20:54:48.043Z Downloaded adler2 v2.0.1
6172026-04-29T20:54:48.047Z Downloaded embedded-io v0.4.0
6182026-04-29T20:54:48.047Z Downloaded derive_builder_macro v0.20.2
6192026-04-29T20:54:48.047Z Downloaded cbc v0.1.2
6202026-04-29T20:54:48.048Z Downloaded cfg_aliases v0.2.1
6212026-04-29T20:54:48.051Z Downloaded dunce v1.0.5
6222026-04-29T20:54:48.051Z Downloaded dof v0.4.0
6232026-04-29T20:54:48.051Z Downloaded downcast-rs v2.0.2
6242026-04-29T20:54:48.051Z Downloaded convert_case v0.4.0
6252026-04-29T20:54:48.051Z Downloaded compact_str v0.8.1
6262026-04-29T20:54:48.054Z Downloaded filetime v0.2.27
6272026-04-29T20:54:48.054Z Downloaded base16ct v0.2.0
6282026-04-29T20:54:48.058Z Downloaded darling_macro v0.21.3
6292026-04-29T20:54:48.058Z Downloaded cstr-argument v0.1.2
6302026-04-29T20:54:48.058Z Downloaded ciborium-io v0.2.2
6312026-04-29T20:54:48.058Z Downloaded daft-derive v0.1.5
6322026-04-29T20:54:48.061Z Downloaded dirs-sys-next v0.1.2
6332026-04-29T20:54:48.061Z Downloaded critical-section v1.2.0
6342026-04-29T20:54:48.064Z Downloaded darling_macro v0.20.11
6352026-04-29T20:54:48.064Z Downloaded daft v0.1.5
6362026-04-29T20:54:48.068Z Downloaded document-features v0.2.12
6372026-04-29T20:54:48.068Z Downloaded compression-core v0.4.31
6382026-04-29T20:54:48.071Z Downloaded cfg_aliases v0.1.1
6392026-04-29T20:54:48.071Z Downloaded difflib v0.4.0
6402026-04-29T20:54:48.071Z Downloaded crucible-workspace-hack v0.1.0
6412026-04-29T20:54:48.074Z Downloaded dtrace-parser v0.3.0
6422026-04-29T20:54:48.077Z Downloaded foreign-types v0.3.2
6432026-04-29T20:54:48.082Z Downloaded foreign-types v0.5.0
6442026-04-29T20:54:48.086Z Downloaded env_filter v1.0.0
6452026-04-29T20:54:48.086Z Downloaded cpufeatures v0.3.0
6462026-04-29T20:54:48.086Z Downloaded bitfield-macros v0.19.4
6472026-04-29T20:54:48.086Z Downloaded async-recursion v1.1.1
6482026-04-29T20:54:48.089Z Downloaded fixedbitset v0.4.2
6492026-04-29T20:54:48.092Z Downloaded bb8 v0.8.6
6502026-04-29T20:54:48.092Z Downloaded array-init v0.0.4
6512026-04-29T20:54:48.095Z Downloaded bitfield-struct v0.6.2
6522026-04-29T20:54:48.095Z Downloaded fd-lock v4.0.4
6532026-04-29T20:54:48.095Z Downloaded dsl_auto_type v0.2.0
6542026-04-29T20:54:48.099Z Downloaded atomicwrites v0.4.4
6552026-04-29T20:54:48.099Z Downloaded assert_matches v1.5.0
6562026-04-29T20:54:48.099Z Downloaded enum-as-inner v0.6.1
6572026-04-29T20:54:48.102Z Downloaded dyn-clone v1.0.20
6582026-04-29T20:54:48.102Z Downloaded float-ord v0.3.2
6592026-04-29T20:54:48.102Z Downloaded float-cmp v0.10.0
6602026-04-29T20:54:48.105Z Downloaded bit-set v0.5.3
6612026-04-29T20:54:48.109Z Downloaded erased-serde v0.3.31
6622026-04-29T20:54:48.109Z Downloaded bit-vec v0.6.3
6632026-04-29T20:54:48.112Z Downloaded atomic-waker v1.1.2
6642026-04-29T20:54:48.112Z Downloaded castaway v0.2.4
6652026-04-29T20:54:48.115Z Downloaded byte-wrapper v0.1.0
6662026-04-29T20:54:48.119Z Downloaded arrayref v0.3.9
6672026-04-29T20:54:48.119Z Downloaded foreign-types-shared v0.3.1
6682026-04-29T20:54:48.119Z Downloaded futures-core v0.3.32
6692026-04-29T20:54:48.119Z Downloaded darling_macro v0.23.0
6702026-04-29T20:54:48.122Z Downloaded funty v2.0.0
6712026-04-29T20:54:48.125Z Downloaded fxhash v0.2.1
6722026-04-29T20:54:48.126Z Downloaded ctr v0.9.2
6732026-04-29T20:54:48.126Z Downloaded foreign-types-shared v0.1.1
6742026-04-29T20:54:48.129Z Downloaded foreign-types-macros v0.2.3
6752026-04-29T20:54:48.129Z Downloaded ar_archive_writer v0.5.1
6762026-04-29T20:54:48.132Z Downloaded git-stub v1.0.0
6772026-04-29T20:54:48.132Z Downloaded ghash v0.5.1
6782026-04-29T20:54:48.136Z Downloaded futures-macro v0.3.32
6792026-04-29T20:54:48.136Z Downloaded futures-io v0.3.32
6802026-04-29T20:54:48.136Z Downloaded hash32 v0.2.1
6812026-04-29T20:54:48.136Z Downloaded hash32 v0.3.1
6822026-04-29T20:54:48.139Z Downloaded globwalk v0.9.1
6832026-04-29T20:54:48.139Z Downloaded gethostname v0.5.0
6842026-04-29T20:54:48.139Z Downloaded arrayvec v0.7.6
6852026-04-29T20:54:48.143Z Downloaded futures-task v0.3.32
6862026-04-29T20:54:48.143Z Downloaded hex-literal v0.4.1
6872026-04-29T20:54:48.143Z Downloaded hex v0.4.3
6882026-04-29T20:54:48.146Z Downloaded headers-core v0.3.0
6892026-04-29T20:54:48.150Z Downloaded darling v0.23.0
6902026-04-29T20:54:48.150Z Downloaded flagset v0.4.7
6912026-04-29T20:54:48.153Z Downloaded chacha20 v0.9.1
6922026-04-29T20:54:48.153Z Downloaded fallible-iterator v0.2.0
6932026-04-29T20:54:48.153Z Downloaded ena v0.14.4
6942026-04-29T20:54:48.156Z Downloaded env_logger v0.11.9
6952026-04-29T20:54:48.156Z Downloaded compression-codecs v0.4.37
6962026-04-29T20:54:48.160Z Downloaded cmake v0.1.57
6972026-04-29T20:54:48.160Z Downloaded const_format_proc_macros v0.2.34
6982026-04-29T20:54:48.163Z Downloaded either v1.15.0
6992026-04-29T20:54:48.163Z Downloaded derive_builder_core v0.20.2
7002026-04-29T20:54:48.163Z Downloaded crc8 v0.1.1
7012026-04-29T20:54:48.166Z Downloaded ff v0.13.1
7022026-04-29T20:54:48.166Z Downloaded deranged v0.5.8
7032026-04-29T20:54:48.166Z Downloaded convert_case v0.10.0
7042026-04-29T20:54:48.170Z Downloaded buf-list v1.1.2
7052026-04-29T20:54:48.170Z Downloaded async-trait v0.1.89
7062026-04-29T20:54:48.173Z Downloaded foldhash v0.1.5
7072026-04-29T20:54:48.173Z Downloaded cipher v0.4.4
7082026-04-29T20:54:48.173Z Downloaded camino-tempfile-ext v0.3.3
7092026-04-29T20:54:48.177Z Downloaded bcs v0.1.6
7102026-04-29T20:54:48.177Z Downloaded derive_more v2.1.1
7112026-04-29T20:54:48.182Z Downloaded httpdate v1.0.3
7122026-04-29T20:54:48.185Z Downloaded http-range v0.1.5
7132026-04-29T20:54:48.185Z Downloaded bzip2 v0.6.1
7142026-04-29T20:54:48.185Z Downloaded http-body v1.0.1
7152026-04-29T20:54:48.188Z Downloaded defmt-macros v1.0.1
7162026-04-29T20:54:48.188Z Downloaded const-oid v0.9.6
7172026-04-29T20:54:48.192Z Downloaded ecdsa v0.16.9
7182026-04-29T20:54:48.192Z Downloaded hostname v0.4.2
7192026-04-29T20:54:48.192Z Downloaded home v0.5.12
7202026-04-29T20:54:48.195Z Downloaded indent_write v2.2.0
7212026-04-29T20:54:48.195Z Downloaded ident_case v1.0.1
7222026-04-29T20:54:48.195Z Downloaded hyper-tls v0.6.0
7232026-04-29T20:54:48.195Z Downloaded hubpack v0.1.2
7242026-04-29T20:54:48.198Z Downloaded hubpack_derive v0.1.1
7252026-04-29T20:54:48.198Z Downloaded find-msvc-tools v0.1.9
7262026-04-29T20:54:48.198Z Downloaded derive_more v0.99.20
7272026-04-29T20:54:48.201Z Downloaded backoff v0.4.0
7282026-04-29T20:54:48.205Z Downloaded illumos-nvpair v0.3.0
7292026-04-29T20:54:48.205Z Downloaded futures-sink v0.3.32
7302026-04-29T20:54:48.205Z Downloaded git-stub-vcs v0.1.0
7312026-04-29T20:54:48.205Z Downloaded ed25519 v2.2.3
7322026-04-29T20:54:48.208Z Downloaded globset v0.4.18
7332026-04-29T20:54:48.208Z Downloaded fs-err v2.11.0
7342026-04-29T20:54:48.208Z Downloaded hostname v0.3.1
7352026-04-29T20:54:48.212Z Downloaded darling_core v0.20.11
7362026-04-29T20:54:48.212Z Downloaded group v0.13.0
7372026-04-29T20:54:48.215Z Downloaded illumos-nvpair-sys v0.2.0
7382026-04-29T20:54:48.215Z Downloaded bitfield v0.19.4
7392026-04-29T20:54:48.215Z Downloaded internet-checksum v0.2.1
7402026-04-29T20:54:48.215Z Downloaded instant v0.1.13
7412026-04-29T20:54:48.219Z Downloaded is_ci v1.2.0
7422026-04-29T20:54:48.219Z Downloaded indoc v1.0.9
7432026-04-29T20:54:48.219Z Downloaded corncobs v0.1.4
7442026-04-29T20:54:48.223Z Downloaded instability v0.3.11
7452026-04-29T20:54:48.223Z Downloaded constant_time_eq v0.4.2
7462026-04-29T20:54:48.226Z Downloaded drift v0.1.3
7472026-04-29T20:54:48.226Z Downloaded crossbeam-utils v0.8.21
7482026-04-29T20:54:48.229Z Downloaded blake2 v0.10.6
7492026-04-29T20:54:48.229Z Downloaded fixedbitset v0.5.7
7502026-04-29T20:54:48.233Z Downloaded derive_builder v0.20.2
7512026-04-29T20:54:48.236Z Downloaded darling v0.21.3
7522026-04-29T20:54:48.239Z Downloaded highway v1.3.0
7532026-04-29T20:54:48.239Z Downloaded cookie_store v0.22.1
7542026-04-29T20:54:48.239Z Downloaded keccak v0.1.6
7552026-04-29T20:54:48.243Z Downloaded chacha20 v0.10.0
7562026-04-29T20:54:48.243Z Downloaded diff v0.1.13
7572026-04-29T20:54:48.246Z Downloaded async-bb8-diesel v0.2.1
7582026-04-29T20:54:48.246Z Downloaded argon2 v0.5.3
7592026-04-29T20:54:48.249Z Downloaded crc-any v2.5.0
7602026-04-29T20:54:48.249Z Downloaded kstat-rs v0.2.4
7612026-04-29T20:54:48.249Z Downloaded colored v3.1.1
7622026-04-29T20:54:48.294Z Downloaded crossbeam-deque v0.8.6
7632026-04-29T20:54:48.294Z Downloaded futures-channel v0.3.32
7642026-04-29T20:54:48.294Z Downloaded lazy_static v1.5.0
7652026-04-29T20:54:48.294Z Downloaded http-body-util v0.1.3
7662026-04-29T20:54:48.294Z Downloaded fs_extra v1.3.0
7672026-04-29T20:54:48.294Z Downloaded lalrpop-util v0.19.12
7682026-04-29T20:54:48.294Z Downloaded console v0.16.2
7692026-04-29T20:54:48.294Z Downloaded ciborium v0.2.2
7702026-04-29T20:54:48.294Z Downloaded cancel-safe-futures v0.1.5
7712026-04-29T20:54:48.294Z Downloaded ahash v0.8.12
7722026-04-29T20:54:48.294Z Downloaded futures-executor v0.3.32
7732026-04-29T20:54:48.294Z Downloaded ascii-canvas v3.0.0
7742026-04-29T20:54:48.294Z Downloaded libscf-sys v1.1.0
7752026-04-29T20:54:48.294Z Downloaded derive-ex v0.1.8
7762026-04-29T20:54:48.294Z Downloaded defmt v1.0.1
7772026-04-29T20:54:48.294Z Downloaded maplit v1.0.2
7782026-04-29T20:54:48.294Z Downloaded lru v0.12.5
7792026-04-29T20:54:48.294Z Downloaded md5 v0.7.0
7802026-04-29T20:54:48.294Z Downloaded derive-where v1.6.0
7812026-04-29T20:54:48.294Z Downloaded multimap v0.10.1
7822026-04-29T20:54:48.294Z Downloaded maybe-uninit v2.0.0
7832026-04-29T20:54:48.294Z Downloaded match_cfg v0.1.0
7842026-04-29T20:54:48.294Z Downloaded fatfs v0.3.6
7852026-04-29T20:54:48.294Z Downloaded managed v0.8.0
7862026-04-29T20:54:48.294Z Downloaded impl-trait-for-tuples v0.2.3
7872026-04-29T20:54:48.294Z Downloaded getrandom v0.2.17
7882026-04-29T20:54:48.294Z Downloaded half v1.8.3
7892026-04-29T20:54:48.294Z Downloaded inout v0.1.4
7902026-04-29T20:54:48.294Z Downloaded ingot v0.1.1
7912026-04-29T20:54:48.294Z Downloaded glob v0.3.3
7922026-04-29T20:54:48.295Z Downloaded indoc v2.0.7
7932026-04-29T20:54:48.295Z Downloaded lzss v0.8.2
7942026-04-29T20:54:48.295Z Downloaded lru-slab v0.1.2
7952026-04-29T20:54:48.295Z Downloaded newtype-uuid-macros v0.1.0
7962026-04-29T20:54:48.295Z Downloaded nibble_vec v0.1.0
7972026-04-29T20:54:48.295Z Downloaded is-terminal v0.4.17
7982026-04-29T20:54:48.298Z Downloaded nodrop v0.1.14
7992026-04-29T20:54:48.298Z Downloaded normalize-line-endings v0.3.0
8002026-04-29T20:54:48.299Z Downloaded nonempty v0.12.0
8012026-04-29T20:54:48.299Z Downloaded newline-converter v0.3.0
8022026-04-29T20:54:48.299Z Downloaded new_debug_unreachable v1.0.6
8032026-04-29T20:54:48.299Z Downloaded ingot-types v0.1.2
8042026-04-29T20:54:48.299Z Downloaded lru-cache v0.1.2
8052026-04-29T20:54:48.302Z Downloaded ipnetwork v0.21.1
8062026-04-29T20:54:48.302Z Downloaded hmac v0.12.1
8072026-04-29T20:54:48.302Z Downloaded elliptic-curve v0.13.8
8082026-04-29T20:54:48.305Z Downloaded ipnet v2.11.0
8092026-04-29T20:54:48.305Z Downloaded cookie v0.18.1
8102026-04-29T20:54:48.309Z Downloaded cargo_metadata v0.19.2
8112026-04-29T20:54:48.309Z Downloaded console v0.15.11
8122026-04-29T20:54:48.313Z Downloaded allocator-api2 v0.2.21
8132026-04-29T20:54:48.313Z Downloaded bit-vec v0.8.0
8142026-04-29T20:54:48.313Z Downloaded dropshot-api-manager-types v0.7.1
8152026-04-29T20:54:48.316Z Downloaded csv-core v0.1.13
8162026-04-29T20:54:48.316Z Downloaded num v0.4.3
8172026-04-29T20:54:48.316Z Downloaded backon v1.6.0
8182026-04-29T20:54:48.319Z Downloaded memoffset v0.9.1
8192026-04-29T20:54:48.319Z Downloaded bytes v1.11.1
8202026-04-29T20:54:48.322Z Downloaded cassowary v0.3.0
8212026-04-29T20:54:48.322Z Downloaded libefi-sys v0.1.0
8222026-04-29T20:54:48.325Z Downloaded num-derive v0.3.3
8232026-04-29T20:54:48.325Z Downloaded num-conv v0.2.0
8242026-04-29T20:54:48.325Z Downloaded jobserver v0.1.34
8252026-04-29T20:54:48.328Z Downloaded bitflags v1.3.2
8262026-04-29T20:54:48.328Z Downloaded num-iter v0.1.45
8272026-04-29T20:54:48.331Z Downloaded num_threads v0.1.7
8282026-04-29T20:54:48.331Z Downloaded num-derive v0.4.2
8292026-04-29T20:54:48.331Z Downloaded openssl-macros v0.1.1
8302026-04-29T20:54:48.335Z Downloaded opaque-debug v0.3.1
8312026-04-29T20:54:48.335Z Downloaded num_enum_derive v0.5.11
8322026-04-29T20:54:48.339Z Downloaded hyper-staticfile v0.10.1
8332026-04-29T20:54:48.339Z Downloaded dropshot_endpoint v0.17.0
8342026-04-29T20:54:48.342Z Downloaded libloading v0.8.9
8352026-04-29T20:54:48.342Z Downloaded humantime v2.3.0
8362026-04-29T20:54:48.342Z Downloaded httparse v1.10.1
8372026-04-29T20:54:48.345Z Downloaded linked-hash-map v0.5.6
8382026-04-29T20:54:48.346Z Downloaded openssl-probe v0.1.6
8392026-04-29T20:54:48.346Z Downloaded olpc-cjson v0.1.4
8402026-04-29T20:54:48.349Z Downloaded mime v0.3.17
8412026-04-29T20:54:48.349Z Downloaded linear-map v1.2.0
8422026-04-29T20:54:48.349Z Downloaded lock_api v0.4.14
8432026-04-29T20:54:48.349Z Downloaded libsw-core v0.3.2
8442026-04-29T20:54:48.352Z Downloaded libsw v3.5.0
8452026-04-29T20:54:48.352Z Downloaded packed_struct_codegen v0.10.1
8462026-04-29T20:54:48.352Z Downloaded getrandom v0.3.4
8472026-04-29T20:54:48.355Z Downloaded mime_guess v2.0.5
8482026-04-29T20:54:48.358Z Downloaded openssl-probe v0.2.1
8492026-04-29T20:54:48.358Z Downloaded iana-time-zone v0.1.65
8502026-04-29T20:54:48.358Z Downloaded hyper-rustls v0.27.7
8512026-04-29T20:54:48.362Z Downloaded newtype_derive v0.1.6
8522026-04-29T20:54:48.362Z Downloaded nanorand v0.7.0
8532026-04-29T20:54:48.365Z Downloaded multer v3.1.0
8542026-04-29T20:54:48.365Z Downloaded oso-derive v0.27.3
8552026-04-29T20:54:48.368Z Downloaded md-5 v0.10.6
8562026-04-29T20:54:48.370Z Downloaded ingot-macros v0.1.1
8572026-04-29T20:54:48.370Z Downloaded native-tls v0.2.18
8582026-04-29T20:54:48.374Z Downloaded parse-display v0.10.0
8592026-04-29T20:54:48.377Z Downloaded newtype-uuid v1.3.2
8602026-04-29T20:54:48.377Z Downloaded chacha20poly1305 v0.10.1
8612026-04-29T20:54:48.379Z Downloaded darling_core v0.21.3
8622026-04-29T20:54:48.390Z Downloaded parse-size v1.1.0
8632026-04-29T20:54:48.393Z Downloaded peg-runtime v0.8.5
8642026-04-29T20:54:48.393Z Downloaded pbkdf2 v0.11.0
8652026-04-29T20:54:48.409Z Downloaded phf_shared v0.12.1
8662026-04-29T20:54:48.412Z Downloaded futures v0.3.32
8672026-04-29T20:54:48.412Z Downloaded num_enum v0.7.5
8682026-04-29T20:54:48.416Z Downloaded num-integer v0.1.46
8692026-04-29T20:54:48.416Z Downloaded dropshot_endpoint v0.16.7
8702026-04-29T20:54:48.419Z Downloaded flume v0.11.1
8712026-04-29T20:54:48.422Z Downloaded litrs v1.0.0
8722026-04-29T20:54:48.422Z Downloaded base64 v0.22.1
8732026-04-29T20:54:48.425Z Downloaded pin-utils v0.1.0
8742026-04-29T20:54:48.425Z Downloaded powerfmt v0.2.0
8752026-04-29T20:54:48.426Z Downloaded oxide-tokio-rt v0.1.4
8762026-04-29T20:54:48.429Z Downloaded owo-colors v4.3.0
8772026-04-29T20:54:48.429Z Downloaded memmap2 v0.9.10
8782026-04-29T20:54:48.429Z Downloaded phf_shared v0.11.3
8792026-04-29T20:54:48.432Z Downloaded predicates-tree v1.0.13
8802026-04-29T20:54:48.432Z Downloaded predicates-core v1.0.10
8812026-04-29T20:54:48.433Z Downloaded precomputed-hash v0.1.1
8822026-04-29T20:54:48.433Z Downloaded packed_struct v0.10.1
8832026-04-29T20:54:48.436Z Downloaded half v2.7.1
8842026-04-29T20:54:48.436Z Downloaded oxnet v0.1.4
8852026-04-29T20:54:48.436Z Downloaded pbkdf2 v0.12.2
8862026-04-29T20:54:48.439Z Downloaded headers v0.4.1
8872026-04-29T20:54:48.442Z Downloaded path-slash v0.1.5
8882026-04-29T20:54:48.442Z Downloaded password-hash v0.5.0
8892026-04-29T20:54:48.442Z Downloaded indexmap v1.9.3
8902026-04-29T20:54:48.446Z Downloaded progenitor-client v0.10.0
8912026-04-29T20:54:48.446Z Downloaded derive_more-impl v2.1.1
8922026-04-29T20:54:48.449Z Downloaded proc-macro-error-attr2 v2.0.0
8932026-04-29T20:54:48.452Z Downloaded proc-macro-crate v3.4.0
8942026-04-29T20:54:48.452Z Downloaded crossbeam-channel v0.5.15
8952026-04-29T20:54:48.455Z Downloaded heapless v0.8.0
8962026-04-29T20:54:48.458Z Downloaded proc-macro-crate v1.3.1
8972026-04-29T20:54:48.458Z Downloaded parse-display-derive v0.10.0
8982026-04-29T20:54:48.458Z Downloaded parking_lot_core v0.8.6
8992026-04-29T20:54:48.461Z Downloaded der v0.7.10
9002026-04-29T20:54:48.461Z Downloaded progenitor-client v0.11.2
9012026-04-29T20:54:48.465Z Downloaded progenitor-macro v0.13.0
9022026-04-29T20:54:48.465Z Downloaded paste v1.0.15
9032026-04-29T20:54:48.465Z Downloaded password-hash v0.4.2
9042026-04-29T20:54:48.468Z Downloaded cc v1.2.56
9052026-04-29T20:54:48.468Z Downloaded progenitor-macro v0.14.0
9062026-04-29T20:54:48.472Z Downloaded progenitor-macro v0.10.0
9072026-04-29T20:54:48.472Z Downloaded num_enum_derive v0.7.5
9082026-04-29T20:54:48.472Z Downloaded num_enum v0.5.11
9092026-04-29T20:54:48.475Z Downloaded num-complex v0.4.6
9102026-04-29T20:54:48.475Z Downloaded omicron-zone-package v0.12.2
9112026-04-29T20:54:48.478Z Downloaded nu-ansi-term v0.50.3
9122026-04-29T20:54:48.478Z Downloaded quick-error v1.2.3
9132026-04-29T20:54:48.481Z Downloaded phf v0.12.1
9142026-04-29T20:54:48.481Z Downloaded psl-types v2.0.11
9152026-04-29T20:54:48.481Z Downloaded rand_chacha v0.3.1
9162026-04-29T20:54:48.485Z Downloaded peg v0.8.5
9172026-04-29T20:54:48.485Z Downloaded peg-macros v0.8.5
9182026-04-29T20:54:48.488Z Downloaded aes v0.8.4
9192026-04-29T20:54:48.488Z Downloaded flate2 v1.1.9
9202026-04-29T20:54:48.491Z Downloaded phf_shared v0.13.1
9212026-04-29T20:54:48.495Z Downloaded phf v0.13.1
9222026-04-29T20:54:48.495Z Downloaded pem v3.0.6
9232026-04-29T20:54:48.495Z Downloaded radium v0.7.0
9242026-04-29T20:54:48.495Z Downloaded crypto-bigint v0.5.5
9252026-04-29T20:54:48.498Z Downloaded postgres-protocol v0.6.10
9262026-04-29T20:54:48.501Z Downloaded pkg-config v0.3.32
9272026-04-29T20:54:48.501Z Downloaded pkcs8 v0.10.2
9282026-04-29T20:54:48.504Z Downloaded parking_lot v0.12.5
9292026-04-29T20:54:48.504Z Downloaded libbz2-rs-sys v0.2.2
9302026-04-29T20:54:48.507Z Downloaded pin-project-lite v0.2.17
9312026-04-29T20:54:48.511Z Downloaded recursive v0.1.1
9322026-04-29T20:54:48.515Z Downloaded progenitor v0.10.0
9332026-04-29T20:54:48.515Z Downloaded ref-cast-impl v1.0.25
9342026-04-29T20:54:48.515Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-04-29T20:54:48.515Z Downloaded proc-macro-error2 v2.0.1
9362026-04-29T20:54:48.518Z Downloaded rand_xorshift v0.4.0
9372026-04-29T20:54:48.518Z Downloaded progenitor v0.14.0
9382026-04-29T20:54:48.518Z Downloaded parking_lot v0.11.2
9392026-04-29T20:54:48.521Z Downloaded ppv-lite86 v0.2.21
9402026-04-29T20:54:48.521Z Downloaded indicatif v0.18.4
9412026-04-29T20:54:48.524Z Downloaded hickory-resolver v0.25.2
9422026-04-29T20:54:48.527Z Downloaded ignore v0.4.25
9432026-04-29T20:54:48.527Z Downloaded heapless v0.7.17
9442026-04-29T20:54:48.530Z Downloaded progenitor-extras v0.2.0
9452026-04-29T20:54:48.530Z Downloaded parking_lot_core v0.9.12
9462026-04-29T20:54:48.534Z Downloaded psm v0.1.30
9472026-04-29T20:54:48.534Z Downloaded progenitor v0.13.0
9482026-04-29T20:54:48.537Z Downloaded ref-cast v1.0.25
9492026-04-29T20:54:48.537Z Downloaded primeorder v0.13.6
9502026-04-29T20:54:48.539Z Downloaded pem-rfc7468 v0.7.0
9512026-04-29T20:54:48.543Z Downloaded rfc6979 v0.4.0
9522026-04-29T20:54:48.543Z Downloaded base64 v0.21.7
9532026-04-29T20:54:48.546Z Downloaded rtoolbox v0.0.3
9542026-04-29T20:54:48.546Z Downloaded progenitor-client v0.13.0
9552026-04-29T20:54:48.549Z Downloaded num-rational v0.4.2
9562026-04-29T20:54:48.549Z Downloaded expectorate v1.2.0
9572026-04-29T20:54:48.552Z Downloaded polyval v0.6.2
9582026-04-29T20:54:48.556Z Downloaded pkcs1 v0.7.5
9592026-04-29T20:54:48.556Z Downloaded rustc_version v0.4.1
9602026-04-29T20:54:48.559Z Downloaded russh-cryptovec v0.7.3
9612026-04-29T20:54:48.559Z Downloaded progenitor-client v0.14.0
9622026-04-29T20:54:48.567Z Downloaded rustc-hash v2.1.1
9632026-04-29T20:54:48.571Z Downloaded r2d2 v0.8.10
9642026-04-29T20:54:48.574Z Downloaded pin-project-internal v1.1.11
9652026-04-29T20:54:48.574Z Downloaded miniz_oxide v0.8.9
9662026-04-29T20:54:48.577Z Downloaded rand_core v0.9.5
9672026-04-29T20:54:48.577Z Downloaded ed25519-dalek v2.2.0
9682026-04-29T20:54:48.580Z Downloaded predicates v3.1.4
9692026-04-29T20:54:48.580Z Downloaded poly1305 v0.8.0
9702026-04-29T20:54:48.584Z Downloaded pkcs5 v0.7.1
9712026-04-29T20:54:48.584Z Downloaded postcard v1.1.3
9722026-04-29T20:54:48.587Z Downloaded rand_seeder v0.4.0
9732026-04-29T20:54:48.587Z Downloaded rand_core v0.10.0
9742026-04-29T20:54:48.587Z Downloaded rand_core v0.6.4
9752026-04-29T20:54:48.591Z Downloaded rand_chacha v0.9.0
9762026-04-29T20:54:48.591Z Downloaded postgres-types v0.2.12
9772026-04-29T20:54:48.591Z Downloaded sapling-renderdag v0.1.0
9782026-04-29T20:54:48.594Z Downloaded same-file v1.0.6
9792026-04-29T20:54:48.594Z Downloaded salsa20 v0.10.2
9802026-04-29T20:54:48.597Z Downloaded hickory-resolver v0.24.4
9812026-04-29T20:54:48.597Z Downloaded dropshot-api-manager v0.7.1
9822026-04-29T20:54:48.600Z Downloaded hashbrown v0.12.3
9832026-04-29T20:54:48.604Z Downloaded oso v0.27.3
9842026-04-29T20:54:48.607Z Downloaded progenitor-macro v0.11.2
9852026-04-29T20:54:48.610Z Downloaded p256 v0.13.2
9862026-04-29T20:54:48.613Z Downloaded secrecy v0.10.3
9872026-04-29T20:54:48.617Z Downloaded semver v0.1.20
9882026-04-29T20:54:48.617Z Downloaded secrecy v0.8.0
9892026-04-29T20:54:48.617Z Downloaded scroll_derive v0.13.1
9902026-04-29T20:54:48.620Z Downloaded scopeguard v1.2.0
9912026-04-29T20:54:48.620Z Downloaded serde_bytes v0.11.19
9922026-04-29T20:54:48.620Z Downloaded scrypt v0.11.0
9932026-04-29T20:54:48.620Z Downloaded scheduled-thread-pool v0.2.7
9942026-04-29T20:54:48.624Z Downloaded resolv-conf v0.7.6
9952026-04-29T20:54:48.627Z Downloaded progenitor v0.11.2
9962026-04-29T20:54:48.627Z Downloaded async-compression v0.4.41
9972026-04-29T20:54:48.630Z Downloaded rustc_version v0.1.7
9982026-04-29T20:54:48.634Z Downloaded pin-project v1.1.11
9992026-04-29T20:54:48.637Z Downloaded serde_repr v0.1.20
10002026-04-29T20:54:48.640Z Downloaded serde_plain v1.0.2
10012026-04-29T20:54:48.640Z Downloaded serde-big-array v0.5.1
10022026-04-29T20:54:48.640Z Downloaded jiff-static v0.2.21
10032026-04-29T20:54:48.643Z Downloaded crossterm v0.28.1
10042026-04-29T20:54:48.647Z Downloaded serde_urlencoded v0.7.1
10052026-04-29T20:54:48.650Z Downloaded sha1 v0.10.6
10062026-04-29T20:54:48.650Z Downloaded seq-macro v0.3.6
10072026-04-29T20:54:48.650Z Downloaded rustls-native-certs v0.8.3
10082026-04-29T20:54:48.653Z Downloaded diesel_derives v2.3.7
10092026-04-29T20:54:48.657Z Downloaded signal-hook-tokio v0.3.1
10102026-04-29T20:54:48.657Z Downloaded signal-hook-mio v0.2.5
10112026-04-29T20:54:48.657Z Downloaded quinn-udp v0.5.14
10122026-04-29T20:54:48.660Z Downloaded hyper-util v0.1.20
10132026-04-29T20:54:48.664Z Downloaded rustls-pemfile v2.2.0
10142026-04-29T20:54:48.668Z Downloaded rustls-pemfile v1.0.4
10152026-04-29T20:54:48.668Z Downloaded siphasher v1.0.2
10162026-04-29T20:54:48.668Z Downloaded sigpipe v0.1.3
10172026-04-29T20:54:48.671Z Downloaded shell-words v1.1.1
10182026-04-29T20:54:48.671Z Downloaded slog-bunyan v2.5.0
10192026-04-29T20:54:48.671Z Downloaded signature v2.2.0
10202026-04-29T20:54:48.674Z Downloaded rusty-fork v0.3.1
10212026-04-29T20:54:48.674Z Downloaded rustversion v1.0.22
10222026-04-29T20:54:48.674Z Downloaded schemars_derive v0.8.22
10232026-04-29T20:54:48.678Z Downloaded papergrid v0.17.0
10242026-04-29T20:54:48.681Z Downloaded minimal-lexical v0.2.1
10252026-04-29T20:54:48.691Z Downloaded sct v0.7.1
10262026-04-29T20:54:48.694Z Downloaded slog-envlogger v2.2.0
10272026-04-29T20:54:48.702Z Downloaded serde-hex v0.1.0
10282026-04-29T20:54:48.706Z Downloaded progenitor-impl v0.10.0
10292026-04-29T20:54:48.706Z Downloaded sec1 v0.7.3
10302026-04-29T20:54:48.709Z Downloaded scroll v0.13.0
10312026-04-29T20:54:48.709Z Downloaded http v1.4.0
10322026-04-29T20:54:48.713Z Downloaded hickory-server v0.25.2
10332026-04-29T20:54:48.717Z Downloaded serde_spanned v1.0.4
10342026-04-29T20:54:48.720Z Downloaded serde_path_to_error v0.1.20
10352026-04-29T20:54:48.720Z Downloaded serde_derive_internals v0.29.1
10362026-04-29T20:54:48.725Z Downloaded russh-keys v0.45.0
10372026-04-29T20:54:48.729Z Downloaded ssh-encoding v0.2.0
10382026-04-29T20:54:48.732Z Downloaded prettyplease v0.2.37
10392026-04-29T20:54:48.736Z Downloaded ssh-cipher v0.2.0
10402026-04-29T20:54:48.739Z Downloaded sqlparser_derive v0.5.0
10412026-04-29T20:54:48.739Z Downloaded rustls-pki-types v1.14.0
10422026-04-29T20:54:48.744Z Downloaded hashbrown v0.13.2
10432026-04-29T20:54:48.747Z Downloaded strum v0.27.2
10442026-04-29T20:54:48.751Z Downloaded strum v0.26.3
10452026-04-29T20:54:48.751Z Downloaded strip-ansi-escapes v0.2.1
10462026-04-29T20:54:48.751Z Downloaded structmeta v0.3.0
10472026-04-29T20:54:48.754Z Downloaded shlex v1.3.0
10482026-04-29T20:54:48.758Z Downloaded tap v1.0.1
10492026-04-29T20:54:48.758Z Downloaded tabwriter v1.4.1
10502026-04-29T20:54:48.758Z Downloaded sync-ptr v0.1.4
10512026-04-29T20:54:48.758Z Downloaded supports-color v3.0.2
10522026-04-29T20:54:48.761Z Downloaded subtle v2.6.1
10532026-04-29T20:54:48.765Z Downloaded pretty_assertions v1.4.1
10542026-04-29T20:54:48.768Z Downloaded sync_wrapper v1.0.2
10552026-04-29T20:54:48.768Z Downloaded slab v0.4.12
10562026-04-29T20:54:48.768Z Downloaded progenitor-impl v0.14.0
10572026-04-29T20:54:48.772Z Downloaded crossterm v0.29.0
10582026-04-29T20:54:48.775Z Downloaded tabled_derive v0.11.0
10592026-04-29T20:54:48.775Z Downloaded slog-json v2.6.1
10602026-04-29T20:54:48.778Z Downloaded slog-dtrace v0.3.0
10612026-04-29T20:54:48.778Z Downloaded simd-adler32 v0.3.8
10622026-04-29T20:54:48.782Z Downloaded progenitor-impl v0.11.2
10632026-04-29T20:54:48.785Z Downloaded snafu-derive v0.8.9
10642026-04-29T20:54:48.789Z Downloaded take_mut v0.2.2
10652026-04-29T20:54:48.789Z Downloaded tagptr v0.2.0
10662026-04-29T20:54:48.793Z Downloaded smallvec v0.6.14
10672026-04-29T20:54:48.793Z Downloaded slog-term v2.9.2
10682026-04-29T20:54:48.793Z Downloaded progenitor-impl v0.13.0
10692026-04-29T20:54:48.793Z Downloaded num-bigint v0.4.6
10702026-04-29T20:54:48.796Z Downloaded aes-gcm v0.10.3
10712026-04-29T20:54:48.799Z Downloaded slog-stdlog v4.1.1
10722026-04-29T20:54:48.799Z Downloaded sqlformat v0.3.5
10732026-04-29T20:54:48.803Z Downloaded time-core v0.1.8
10742026-04-29T20:54:48.803Z Downloaded thread-id v5.1.0
10752026-04-29T20:54:48.803Z Downloaded testing_table v0.3.0
10762026-04-29T20:54:48.803Z Downloaded serde_cbor v0.11.2
10772026-04-29T20:54:48.806Z Downloaded thiserror-impl-no-std v2.0.2
10782026-04-29T20:54:48.806Z Downloaded spki v0.7.3
10792026-04-29T20:54:48.810Z Downloaded ron v0.8.1
10802026-04-29T20:54:48.810Z Downloaded termtree v0.5.1
10812026-04-29T20:54:48.813Z Downloaded slog-scope v4.4.1
10822026-04-29T20:54:48.813Z Downloaded serde_with_macros v3.17.0
10832026-04-29T20:54:48.813Z Downloaded slog-async v2.8.0
10842026-04-29T20:54:48.818Z Downloaded tinyvec_macros v0.1.1
10852026-04-29T20:54:48.818Z Downloaded static_assertions v1.1.0
10862026-04-29T20:54:48.818Z Downloaded signal-hook-registry v1.4.8
10872026-04-29T20:54:48.821Z Downloaded string_cache v0.8.9
10882026-04-29T20:54:48.821Z Downloaded mio v1.2.0
10892026-04-29T20:54:48.825Z Downloaded stacker v0.1.23
10902026-04-29T20:54:48.825Z Downloaded rcgen v0.12.1
10912026-04-29T20:54:48.828Z Downloaded hashbrown v0.16.1
10922026-04-29T20:54:48.832Z Downloaded strum_macros v0.27.2
10932026-04-29T20:54:48.835Z Downloaded strum_macros v0.26.4
10942026-04-29T20:54:48.835Z Downloaded structmeta-derive v0.3.0
10952026-04-29T20:54:48.839Z Downloaded openssl-sys v0.9.111
10962026-04-29T20:54:48.839Z Downloaded support-bundle-viewer v0.1.2
10972026-04-29T20:54:48.842Z Downloaded strum_macros v0.24.3
10982026-04-29T20:54:48.842Z Downloaded tokio-macros v2.7.0
10992026-04-29T20:54:48.842Z Downloaded stringprep v0.1.5
11002026-04-29T20:54:48.845Z Downloaded prefix-trie v0.7.0
11012026-04-29T20:54:48.845Z Downloaded hashbrown v0.15.5
11022026-04-29T20:54:48.849Z Downloaded termios v0.3.3
11032026-04-29T20:54:48.852Z Downloaded schemars v0.8.22
11042026-04-29T20:54:48.856Z Downloaded publicsuffix v2.3.0
11052026-04-29T20:54:48.859Z Downloaded qorb v0.4.1
11062026-04-29T20:54:48.862Z Downloaded ryu v1.0.23
11072026-04-29T20:54:48.866Z Downloaded itertools v0.10.5
11082026-04-29T20:54:48.871Z Downloaded smf v0.2.3
11092026-04-29T20:54:48.875Z Downloaded rand v0.8.5
11102026-04-29T20:54:48.878Z Downloaded time-macros v0.2.27
11112026-04-29T20:54:48.878Z Downloaded thread_local v1.1.9
11122026-04-29T20:54:48.878Z Downloaded topological-sort v0.2.2
11132026-04-29T20:54:48.881Z Downloaded thiserror-no-std v2.0.2
11142026-04-29T20:54:48.881Z Downloaded quinn v0.11.9
11152026-04-29T20:54:48.885Z Downloaded signal-hook v0.3.18
11162026-04-29T20:54:48.890Z Downloaded tower-layer v0.3.3
11172026-04-29T20:54:48.893Z Downloaded try-lock v0.2.5
11182026-04-29T20:54:48.893Z Downloaded tls_codec v0.4.2
11192026-04-29T20:54:48.893Z Downloaded tower-service v0.3.3
11202026-04-29T20:54:48.897Z Downloaded tokio-native-tls v0.3.1
11212026-04-29T20:54:48.897Z Downloaded tls_codec_derive v0.4.2
11222026-04-29T20:54:48.897Z Downloaded tiny-keccak v2.0.2
11232026-04-29T20:54:48.900Z Downloaded typify-macro v0.6.2
11242026-04-29T20:54:48.900Z Downloaded rustls-platform-verifier v0.6.2
11252026-04-29T20:54:48.903Z Downloaded similar v2.7.0
11262026-04-29T20:54:48.906Z Downloaded rayon-core v1.13.0
11272026-04-29T20:54:48.906Z Downloaded serde_yaml v0.9.34+deprecated
11282026-04-29T20:54:48.910Z Downloaded unicode-truncate v1.1.0
11292026-04-29T20:54:48.910Z Downloaded unarray v0.1.4
11302026-04-29T20:54:48.913Z Downloaded chrono v0.4.44
11312026-04-29T20:54:48.916Z Downloaded untrusted v0.9.0
11322026-04-29T20:54:48.916Z Downloaded tokio-rustls v0.25.0
11332026-04-29T20:54:48.920Z Downloaded slog v2.8.2
11342026-04-29T20:54:48.920Z Downloaded schemars v0.9.0
11352026-04-29T20:54:48.927Z Downloaded untrusted v0.7.1
11362026-04-29T20:54:48.930Z Downloaded universal-hash v0.5.1
11372026-04-29T20:54:48.930Z Downloaded unit-prefix v0.5.2
11382026-04-29T20:54:48.930Z Downloaded tokio-tungstenite v0.21.0
11392026-04-29T20:54:48.930Z Downloaded typify-macro v0.4.3
11402026-04-29T20:54:48.934Z Downloaded term v0.7.0
11412026-04-29T20:54:48.934Z Downloaded usdt-attr-macro v0.6.0
11422026-04-29T20:54:48.934Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-04-29T20:54:48.937Z Downloaded itertools v0.13.0
11442026-04-29T20:54:48.940Z Downloaded socket2 v0.6.3
11452026-04-29T20:54:48.940Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-04-29T20:54:48.944Z Downloaded socket2 v0.5.10
11472026-04-29T20:54:48.944Z Downloaded tokio-tungstenite v0.23.1
11482026-04-29T20:54:48.944Z Downloaded rsa v0.9.10
11492026-04-29T20:54:48.947Z Downloaded itertools v0.12.1
11502026-04-29T20:54:48.950Z Downloaded utf-8 v0.7.6
11512026-04-29T20:54:48.954Z Downloaded rand v0.9.2
11522026-04-29T20:54:48.954Z Downloaded usdt-macro v0.6.0
11532026-04-29T20:54:48.957Z Downloaded void v1.0.2
11542026-04-29T20:54:48.957Z Downloaded num-bigint-dig v0.8.6
11552026-04-29T20:54:48.961Z Downloaded waitgroup v0.1.2
11562026-04-29T20:54:48.961Z Downloaded spin v0.9.8
11572026-04-29T20:54:48.961Z Downloaded nom v7.1.3
11582026-04-29T20:54:48.964Z Downloaded wait-timeout v0.2.1
11592026-04-29T20:54:48.964Z Downloaded iddqd v0.3.18
11602026-04-29T20:54:48.971Z Downloaded want v0.3.1
11612026-04-29T20:54:48.974Z Downloaded trait-variant v0.1.2
11622026-04-29T20:54:48.979Z Downloaded rustls-webpki v0.103.9
11632026-04-29T20:54:48.982Z Downloaded hyper v1.8.1
11642026-04-29T20:54:48.986Z Downloaded h2 v0.4.13
11652026-04-29T20:54:48.990Z Downloaded unicase v2.9.0
11662026-04-29T20:54:48.990Z Downloaded samael v0.0.19
11672026-04-29T20:54:48.993Z Downloaded xshell-macros v0.2.7
11682026-04-29T20:54:48.993Z Downloaded tokio-dtrace v0.1.1
11692026-04-29T20:54:48.997Z Downloaded libxml v0.3.3
11702026-04-29T20:54:49.000Z Downloaded aws-lc-rs v1.16.0
11712026-04-29T20:54:49.004Z Downloaded zone v0.3.1
11722026-04-29T20:54:49.008Z Downloaded tokio-stream v0.1.18
11732026-04-29T20:54:49.011Z Downloaded usdt v0.6.0
11742026-04-29T20:54:49.011Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11752026-04-29T20:54:49.014Z Downloaded tokio-rustls v0.26.4
11762026-04-29T20:54:49.014Z Downloaded tokio-rustls v0.24.1
11772026-04-29T20:54:49.018Z Downloaded iri-string v0.7.10
11782026-04-29T20:54:49.021Z Downloaded zeroize_derive v1.4.3
11792026-04-29T20:54:49.021Z Downloaded itertools v0.14.0
11802026-04-29T20:54:49.029Z Downloaded aho-corasick v1.1.4
11812026-04-29T20:54:49.029Z Downloaded uzers v0.12.2
11822026-04-29T20:54:49.032Z Downloaded usdt-impl v0.6.0
11832026-04-29T20:54:49.032Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-04-29T20:54:49.032Z Downloaded test-strategy v0.4.5
11852026-04-29T20:54:49.035Z Downloaded walkdir v2.5.0
11862026-04-29T20:54:49.035Z Downloaded snafu v0.8.9
11872026-04-29T20:54:49.039Z Downloaded vergen-lib v0.1.6
11882026-04-29T20:54:49.042Z Downloaded vergen-gitcl v1.0.8
11892026-04-29T20:54:49.042Z Downloaded rand v0.10.0
11902026-04-29T20:54:49.047Z Downloaded tinyvec v1.10.0
11912026-04-29T20:54:49.050Z Downloaded whoami v1.6.1
11922026-04-29T20:54:49.053Z Downloaded tracing-attributes v0.1.31
11932026-04-29T20:54:49.053Z Downloaded whoami v2.1.0
11942026-04-29T20:54:49.053Z Downloaded vergen-git2 v1.0.7
11952026-04-29T20:54:49.056Z Downloaded tui-tree-widget v0.23.1
11962026-04-29T20:54:49.056Z Downloaded vsss-rs v3.3.4
11972026-04-29T20:54:49.056Z Downloaded libm v0.2.16
11982026-04-29T20:54:49.062Z Downloaded blake3 v1.8.3
11992026-04-29T20:54:49.067Z Downloaded unicode-properties v0.1.4
12002026-04-29T20:54:49.071Z Downloaded twox-hash v2.1.2
12012026-04-29T20:54:49.071Z Downloaded wyz v0.5.1
12022026-04-29T20:54:49.071Z Downloaded futures-util v0.3.32
12032026-04-29T20:54:49.076Z Downloaded zone_cfg_derive v0.3.1
12042026-04-29T20:54:49.080Z Downloaded xshell v0.2.7
12052026-04-29T20:54:49.080Z Downloaded tar v0.4.45
12062026-04-29T20:54:49.083Z Downloaded subprocess v0.2.15
12072026-04-29T20:54:49.086Z Downloaded toml v0.9.12+spec-1.1.0
12082026-04-29T20:54:49.086Z Downloaded term v1.2.1
12092026-04-29T20:54:49.090Z Downloaded zeroize v1.8.2
12102026-04-29T20:54:49.093Z Downloaded hkdf v0.12.4
12112026-04-29T20:54:49.097Z Downloaded toml v1.0.6+spec-1.1.0
12122026-04-29T20:54:49.097Z Downloaded vergen v9.0.6
12132026-04-29T20:54:49.106Z Downloaded zstd v0.13.3
12142026-04-29T20:54:49.112Z Downloaded schemars v1.2.1
12152026-04-29T20:54:49.120Z Downloaded typify v0.6.2
12162026-04-29T20:54:49.123Z Downloaded unicode-bidi v0.3.18
12172026-04-29T20:54:49.127Z Downloaded typify v0.4.3
12182026-04-29T20:54:49.127Z Downloaded tungstenite v0.21.0
12192026-04-29T20:54:49.130Z Downloaded xattr v1.6.1
12202026-04-29T20:54:49.130Z Downloaded unsafe-libyaml v0.2.11
12212026-04-29T20:54:49.133Z Downloaded tungstenite v0.23.0
12222026-04-29T20:54:49.133Z Downloaded zerocopy v0.6.6
12232026-04-29T20:54:49.136Z Downloaded toml v0.7.8
12242026-04-29T20:54:49.136Z Downloaded uuid v1.23.0
12252026-04-29T20:54:49.140Z Downloaded yasna v0.5.2
12262026-04-29T20:54:49.140Z Downloaded p521 v0.13.3
12272026-04-29T20:54:49.143Z Downloaded steno v0.4.1
12282026-04-29T20:54:49.146Z Downloaded rpassword v7.4.0
12292026-04-29T20:54:49.146Z Downloaded vte v0.14.1
12302026-04-29T20:54:49.147Z Downloaded rustyline v14.0.0
12312026-04-29T20:54:49.157Z Downloaded tracing-core v0.1.36
12322026-04-29T20:54:49.160Z Downloaded toml_edit v0.23.10+spec-1.0.0
12332026-04-29T20:54:49.163Z Downloaded zstd-safe v7.2.4
12342026-04-29T20:54:49.187Z Downloaded toml_edit v0.19.15
12352026-04-29T20:54:49.196Z Downloaded zopfli v0.8.3
12362026-04-29T20:54:49.199Z Downloaded russh v0.45.0
12372026-04-29T20:54:49.203Z Downloaded reedline v0.40.0
12382026-04-29T20:54:49.213Z Downloaded git2 v0.20.4
12392026-04-29T20:54:49.217Z Downloaded yansi v1.0.1
12402026-04-29T20:54:49.221Z Downloaded bindgen v0.71.1
12412026-04-29T20:54:49.225Z Downloaded ssh-key v0.6.7
12422026-04-29T20:54:49.228Z Downloaded tokio-postgres v0.7.16
12432026-04-29T20:54:49.231Z Downloaded reqwest v0.13.2
12442026-04-29T20:54:49.234Z Downloaded p384 v0.13.1
12452026-04-29T20:54:49.238Z Downloaded reqwest v0.12.28
12462026-04-29T20:54:49.245Z Downloaded zip v0.6.6
12472026-04-29T20:54:49.248Z Downloaded portable-atomic v1.13.1
12482026-04-29T20:54:49.252Z Downloaded bitvec v1.0.1
12492026-04-29T20:54:49.265Z Downloaded unicode_categories v0.1.1
12502026-04-29T20:54:49.269Z Downloaded quick-xml v0.37.5
12512026-04-29T20:54:49.282Z Downloaded regex v1.12.3
12522026-04-29T20:54:49.285Z Downloaded rustls-webpki v0.101.7
12532026-04-29T20:54:49.293Z Downloaded goblin v0.10.5
12542026-04-29T20:54:49.297Z Downloaded typed-path v0.9.3
12552026-04-29T20:54:49.301Z Downloaded tower v0.5.3
12562026-04-29T20:54:49.305Z Downloaded lalrpop v0.19.12
12572026-04-29T20:54:49.314Z Downloaded rayon v1.11.0
12582026-04-29T20:54:49.318Z Downloaded moka v0.12.13
12592026-04-29T20:54:49.323Z Downloaded zerocopy-derive v0.8.40
12602026-04-29T20:54:49.328Z Downloaded zip v4.6.1
12612026-04-29T20:54:49.332Z Downloaded x509-cert v0.2.5
12622026-04-29T20:54:49.335Z Downloaded curve25519-dalek v4.1.3
12632026-04-29T20:54:49.343Z Downloaded salty v0.3.0
12642026-04-29T20:54:49.349Z Downloaded tower-http v0.6.8
12652026-04-29T20:54:49.357Z Downloaded unicode-segmentation v1.12.0
12662026-04-29T20:54:49.360Z Downloaded proptest v1.10.0
12672026-04-29T20:54:49.367Z Downloaded tough v0.20.0
12682026-04-29T20:54:49.372Z Downloaded petname v2.0.2
12692026-04-29T20:54:49.379Z Downloaded unicode-normalization v0.1.25
12702026-04-29T20:54:49.382Z Downloaded tokio-util v0.7.18
12712026-04-29T20:54:49.406Z Downloaded serde_with v3.17.0
12722026-04-29T20:54:49.416Z Downloaded rustls-webpki v0.102.8
12732026-04-29T20:54:49.429Z Downloaded quinn-proto v0.11.13
12742026-04-29T20:54:49.433Z Downloaded object v0.30.4
12752026-04-29T20:54:49.438Z Downloaded nix v0.27.1
12762026-04-29T20:54:49.446Z Downloaded winnow v0.5.40
12772026-04-29T20:54:49.455Z Downloaded openssl v0.10.75
12782026-04-29T20:54:49.461Z Downloaded winnow v0.6.26
12792026-04-29T20:54:49.467Z Downloaded radix_trie v0.2.1
12802026-04-29T20:54:49.470Z Downloaded nix v0.28.0
12812026-04-29T20:54:49.478Z Downloaded polar-core v0.27.3
12822026-04-29T20:54:49.485Z Downloaded bstr v1.12.1
12832026-04-29T20:54:49.490Z Downloaded dropshot v0.16.7
12842026-04-29T20:54:49.503Z Downloaded zlib-rs v0.6.2
12852026-04-29T20:54:49.506Z Downloaded nix v0.29.0
12862026-04-29T20:54:49.512Z Downloaded time v0.3.47
12872026-04-29T20:54:49.519Z Downloaded rustls v0.21.12
12882026-04-29T20:54:49.524Z Downloaded tabled v0.20.0
12892026-04-29T20:54:49.534Z Downloaded vcpkg v0.2.15
12902026-04-29T20:54:49.557Z Downloaded webpki-roots v1.0.6
12912026-04-29T20:54:49.560Z Downloaded hickory-proto v0.24.4
12922026-04-29T20:54:49.567Z Downloaded zerocopy v0.8.40
12932026-04-29T20:54:49.572Z Downloaded hickory-proto v0.25.2
12942026-04-29T20:54:49.581Z Downloaded smoltcp v0.11.0
12952026-04-29T20:54:49.587Z Downloaded openapiv3 v2.2.0
12962026-04-29T20:54:49.593Z Downloaded dropshot v0.17.0
12972026-04-29T20:54:49.606Z Downloaded rustls v0.22.4
12982026-04-29T20:54:49.612Z Downloaded regress v0.11.1
12992026-04-29T20:54:49.617Z Downloaded regex-syntax v0.8.10
13002026-04-29T20:54:49.622Z Downloaded regress v0.10.5
13012026-04-29T20:54:49.626Z Downloaded rustls v0.23.37
13022026-04-29T20:54:49.633Z Downloaded diesel v2.3.7
13032026-04-29T20:54:49.644Z Downloaded object v0.37.3
13042026-04-29T20:54:49.651Z Downloaded rustix v0.38.44
13052026-04-29T20:54:49.663Z Downloaded smoltcp v0.9.1
13062026-04-29T20:54:49.669Z Downloaded regex-syntax v0.6.29
13072026-04-29T20:54:49.672Z Downloaded nix v0.31.2
13082026-04-29T20:54:49.679Z Downloaded sqlparser v0.61.0
13092026-04-29T20:54:49.718Z Downloaded sled v0.34.7
13102026-04-29T20:54:49.723Z Downloaded ratatui v0.29.0
13112026-04-29T20:54:49.733Z Downloaded typify-impl v0.6.2
13122026-04-29T20:54:49.740Z Downloaded tracing v0.1.44
13132026-04-29T20:54:49.752Z Downloaded typify-impl v0.4.3
13142026-04-29T20:54:49.758Z Downloaded zerocopy-derive v0.6.6
13152026-04-29T20:54:49.763Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-04-29T20:54:49.770Z Downloaded chrono-tz v0.10.4
13172026-04-29T20:54:49.779Z Downloaded regex-automata v0.4.14
13182026-04-29T20:54:49.788Z Downloaded jiff v0.2.21
13192026-04-29T20:54:49.799Z Downloaded petgraph v0.6.5
13202026-04-29T20:54:49.817Z Downloaded libz-sys v1.1.24
13212026-04-29T20:54:49.830Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-04-29T20:54:49.840Z Downloaded petgraph v0.8.3
13232026-04-29T20:54:49.869Z Downloaded csv v1.4.0
13242026-04-29T20:54:49.874Z Downloaded sha3 v0.10.8
13252026-04-29T20:54:49.881Z Downloaded tokio v1.52.1
13262026-04-29T20:54:49.935Z Downloaded encoding_rs v0.8.35
13272026-04-29T20:54:49.946Z Downloaded ring v0.17.14
13282026-04-29T20:54:49.984Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-04-29T20:54:50.520Z Downloaded aws-lc-sys v0.37.1
13302026-04-29T20:54:50.789Z Compiling libc v0.2.185
13312026-04-29T20:54:50.789Z Compiling serde v1.0.228
13322026-04-29T20:54:50.792Z Compiling find-msvc-tools v0.1.9
13332026-04-29T20:54:50.792Z Compiling shlex v1.3.0
13342026-04-29T20:54:50.792Z Compiling log v0.4.29
13352026-04-29T20:54:50.792Z Compiling smallvec v1.15.1
13362026-04-29T20:54:50.792Z Compiling typenum v1.19.0
13372026-04-29T20:54:50.792Z Compiling subtle v2.6.1
13382026-04-29T20:54:50.986Z Compiling generic-array v0.14.7
13392026-04-29T20:54:50.990Z Compiling scopeguard v1.2.0
13402026-04-29T20:54:51.002Z Compiling const-oid v0.9.6
13412026-04-29T20:54:51.044Z Compiling portable-atomic v1.13.1
13422026-04-29T20:54:51.074Z Compiling syn v2.0.117
13432026-04-29T20:54:51.078Z Compiling zerocopy v0.8.40
13442026-04-29T20:54:51.078Z Compiling serde_json v1.0.149
13452026-04-29T20:54:51.078Z Compiling critical-section v1.2.0
13462026-04-29T20:54:51.139Z Compiling lock_api v0.4.14
13472026-04-29T20:54:51.174Z Compiling parking_lot_core v0.9.12
13482026-04-29T20:54:51.192Z Compiling pin-project-lite v0.2.17
13492026-04-29T20:54:51.195Z Compiling pkg-config v0.3.32
13502026-04-29T20:54:51.224Z Compiling bitflags v2.11.0
13512026-04-29T20:54:51.227Z Compiling libm v0.2.16
13522026-04-29T20:54:51.227Z Compiling num-traits v0.2.19
13532026-04-29T20:54:51.309Z Compiling futures-core v0.3.32
13542026-04-29T20:54:51.332Z Compiling percent-encoding v2.3.2
13552026-04-29T20:54:51.351Z Compiling cpufeatures v0.2.17
13562026-04-29T20:54:51.413Z Compiling futures-sink v0.3.32
13572026-04-29T20:54:51.450Z Compiling getrandom v0.4.1
13582026-04-29T20:54:51.515Z Compiling futures-channel v0.3.32
13592026-04-29T20:54:51.519Z Compiling futures-task v0.3.32
13602026-04-29T20:54:51.548Z Compiling slab v0.4.12
13612026-04-29T20:54:51.562Z Compiling futures-io v0.3.32
13622026-04-29T20:54:51.594Z Compiling getrandom v0.3.4
13632026-04-29T20:54:51.639Z Compiling rustversion v1.0.22
13642026-04-29T20:54:51.685Z Compiling rand_core v0.10.0
13652026-04-29T20:54:51.733Z Compiling indexmap v2.14.0
13662026-04-29T20:54:51.759Z Compiling form_urlencoded v1.2.2
13672026-04-29T20:54:51.776Z Compiling dunce v1.0.5
13682026-04-29T20:54:51.792Z Compiling ident_case v1.0.1
13692026-04-29T20:54:51.811Z Compiling fs_extra v1.3.0
13702026-04-29T20:54:51.854Z Compiling base64ct v1.8.3
13712026-04-29T20:54:51.866Z Compiling flagset v0.4.7
13722026-04-29T20:54:51.881Z Compiling rustix v1.1.3
13732026-04-29T20:54:51.897Z Compiling iana-time-zone v0.1.65
13742026-04-29T20:54:51.937Z Compiling getrandom v0.2.17
13752026-04-29T20:54:51.960Z Compiling jobserver v0.1.34
13762026-04-29T20:54:52.027Z Compiling errno v0.3.14
13772026-04-29T20:54:52.045Z Compiling mio v1.2.0
13782026-04-29T20:54:52.045Z Compiling socket2 v0.6.3
13792026-04-29T20:54:52.092Z Compiling rand_core v0.6.4
13802026-04-29T20:54:52.112Z Compiling once_cell v1.21.3
13812026-04-29T20:54:52.187Z Compiling cc v1.2.56
13822026-04-29T20:54:52.203Z Compiling signal-hook-registry v1.4.8
13832026-04-29T20:54:52.255Z Compiling pem-rfc7468 v0.7.0
13842026-04-29T20:54:52.348Z Compiling parking_lot v0.12.5
13852026-04-29T20:54:52.380Z Compiling uuid v1.23.0
13862026-04-29T20:54:52.414Z Compiling rustc_version v0.4.1
13872026-04-29T20:54:52.462Z Compiling regex-syntax v0.8.10
13882026-04-29T20:54:52.487Z Compiling aws-lc-rs v1.16.0
13892026-04-29T20:54:52.503Z Compiling vcpkg v0.2.15
13902026-04-29T20:54:52.555Z Compiling tracing-core v0.1.36
13912026-04-29T20:54:52.580Z Compiling httparse v1.10.1
13922026-04-29T20:54:52.595Z Compiling rand_core v0.9.5
13932026-04-29T20:54:52.677Z Compiling untrusted v0.7.1
13942026-04-29T20:54:52.747Z Compiling openssl-probe v0.2.1
13952026-04-29T20:54:52.784Z Compiling base64 v0.22.1
13962026-04-29T20:54:52.801Z Compiling schemars v0.8.22
13972026-04-29T20:54:52.805Z Compiling untrusted v0.9.0
13982026-04-29T20:54:52.834Z Compiling atomic-waker v1.1.2
13992026-04-29T20:54:52.853Z Compiling dyn-clone v1.0.20
14002026-04-29T20:54:52.903Z Compiling rustls v0.23.37
14012026-04-29T20:54:52.950Z Compiling cmake v0.1.57
14022026-04-29T20:54:52.969Z Compiling tower-layer v0.3.3
14032026-04-29T20:54:52.999Z Compiling try-lock v0.2.5
14042026-04-29T20:54:53.015Z Compiling tower-service v0.3.3
14052026-04-29T20:54:53.031Z Compiling tinyvec_macros v0.1.1
14062026-04-29T20:54:53.083Z Compiling spin v0.9.8
14072026-04-29T20:54:53.111Z Compiling tinyvec v1.10.0
14082026-04-29T20:54:53.129Z Compiling want v0.3.1
14092026-04-29T20:54:53.133Z Compiling aho-corasick v1.1.4
14102026-04-29T20:54:53.163Z Compiling time-core v0.1.8
14112026-04-29T20:54:53.167Z Compiling num-conv v0.2.0
14122026-04-29T20:54:53.167Z Compiling foreign-types-shared v0.1.1
14132026-04-29T20:54:53.167Z Compiling openssl v0.10.75
14142026-04-29T20:54:53.167Z Compiling crc32fast v1.5.0
14152026-04-29T20:54:53.260Z Compiling httpdate v1.0.3
14162026-04-29T20:54:53.398Z Compiling pin-utils v0.1.0
14172026-04-29T20:54:53.416Z Compiling powerfmt v0.2.0
14182026-04-29T20:54:53.416Z Compiling foreign-types v0.3.2
14192026-04-29T20:54:53.443Z Compiling wait-timeout v0.2.1
14202026-04-29T20:54:53.466Z Compiling quick-error v1.2.3
14212026-04-29T20:54:53.484Z Compiling simd-adler32 v0.3.8
14222026-04-29T20:54:53.501Z Compiling crossbeam-utils v0.8.21
14232026-04-29T20:54:53.501Z Compiling siphasher v1.0.2
14242026-04-29T20:54:53.505Z Compiling time-macros v0.2.27
14252026-04-29T20:54:53.547Z Compiling usdt-impl v0.6.0
14262026-04-29T20:54:53.578Z Compiling deranged v0.5.8
14272026-04-29T20:54:53.594Z Compiling num_threads v0.1.7
14282026-04-29T20:54:53.598Z Compiling bit-vec v0.8.0
14292026-04-29T20:54:53.643Z Compiling tempfile v3.25.0
14302026-04-29T20:54:53.688Z Compiling syn v1.0.109
14312026-04-29T20:54:53.714Z Compiling native-tls v0.2.18
14322026-04-29T20:54:53.755Z Compiling unicode-normalization v0.1.25
14332026-04-29T20:54:53.773Z Compiling slog v2.8.2
14342026-04-29T20:54:53.815Z Compiling bit-set v0.8.0
14352026-04-29T20:54:53.856Z Compiling heapless v0.7.17
14362026-04-29T20:54:53.873Z Compiling rusty-fork v0.3.1
14372026-04-29T20:54:53.877Z Compiling aws-lc-sys v0.37.1
14382026-04-29T20:54:53.926Z Compiling ring v0.17.14
14392026-04-29T20:54:53.949Z Compiling openssl-sys v0.9.111
14402026-04-29T20:54:53.966Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14412026-04-29T20:54:53.990Z Compiling synstructure v0.13.2
14422026-04-29T20:54:54.007Z Compiling pest_generator v2.8.6
14432026-04-29T20:54:54.030Z Compiling serde_derive_internals v0.29.1
14442026-04-29T20:54:54.050Z Compiling darling_core v0.20.11
14452026-04-29T20:54:54.133Z Compiling regex-automata v0.4.14
14462026-04-29T20:54:54.251Z Compiling darling_core v0.21.3
14472026-04-29T20:54:54.271Z Compiling bzip2-sys v0.1.13+1.0.8
14482026-04-29T20:54:54.616Z Compiling rand_xorshift v0.4.0
14492026-04-29T20:54:54.654Z Compiling thread-id v5.1.0
14502026-04-29T20:54:54.688Z Compiling time v0.3.47
14512026-04-29T20:54:54.703Z Compiling sync_wrapper v1.0.2
14522026-04-29T20:54:54.748Z Compiling cookie v0.18.1
14532026-04-29T20:54:54.800Z Compiling anyhow v1.0.102
14542026-04-29T20:54:54.816Z Compiling signal-hook v0.3.18
14552026-04-29T20:54:54.831Z Compiling paste v1.0.15
14562026-04-29T20:54:54.957Z Compiling zstd-safe v7.2.4
14572026-04-29T20:54:55.015Z Compiling adler2 v2.0.1
14582026-04-29T20:54:55.018Z Compiling unicode-properties v0.1.4
14592026-04-29T20:54:55.046Z Compiling unarray v0.1.4
14602026-04-29T20:54:55.049Z Compiling unicode-bidi v0.3.18
14612026-04-29T20:54:55.130Z Compiling allocator-api2 v0.2.21
14622026-04-29T20:54:55.185Z Compiling miniz_oxide v0.8.9
14632026-04-29T20:54:55.384Z Compiling stringprep v0.1.5
14642026-04-29T20:54:55.482Z Compiling num-integer v0.1.46
14652026-04-29T20:54:55.616Z Compiling vergen-lib v0.1.6
14662026-04-29T20:54:55.772Z Compiling serde_derive v1.0.228
14672026-04-29T20:54:55.819Z Compiling zeroize_derive v1.4.3
14682026-04-29T20:54:55.823Z Compiling zerofrom-derive v0.1.6
14692026-04-29T20:54:55.849Z Compiling yoke-derive v0.8.1
14702026-04-29T20:54:55.853Z Compiling zerocopy-derive v0.8.40
14712026-04-29T20:54:55.880Z Compiling zerovec-derive v0.11.2
14722026-04-29T20:54:55.938Z Compiling displaydoc v0.2.5
14732026-04-29T20:54:56.310Z Compiling tokio-macros v2.7.0
14742026-04-29T20:54:56.326Z Compiling futures-macro v0.3.32
14752026-04-29T20:54:56.464Z Compiling der_derive v0.7.3
14762026-04-29T20:54:56.508Z Compiling zeroize v1.8.2
14772026-04-29T20:54:56.751Z Compiling thiserror-impl v2.0.18
14782026-04-29T20:54:56.862Z Compiling rustls-pki-types v1.14.0
14792026-04-29T20:54:57.081Z Compiling tracing-attributes v0.1.31
14802026-04-29T20:54:57.096Z Compiling pest_derive v2.8.6
14812026-04-29T20:54:57.110Z Compiling schemars_derive v0.8.22
14822026-04-29T20:54:57.189Z Compiling futures-util v0.3.32
14832026-04-29T20:54:57.311Z Compiling crypto-common v0.1.7
14842026-04-29T20:54:57.334Z Compiling zerofrom v0.1.6
14852026-04-29T20:54:57.366Z Compiling block-buffer v0.10.4
14862026-04-29T20:54:57.483Z Compiling yoke v0.8.1
14872026-04-29T20:54:57.483Z Compiling block-padding v0.3.3
14882026-04-29T20:54:57.513Z Compiling digest v0.10.7
14892026-04-29T20:54:57.561Z Compiling der v0.7.10
14902026-04-29T20:54:57.587Z Compiling scroll_derive v0.13.1
14912026-04-29T20:54:57.673Z Compiling zerovec v0.11.5
14922026-04-29T20:54:57.715Z Compiling zerotrie v0.2.3
14932026-04-29T20:54:57.797Z Compiling hmac v0.12.1
14942026-04-29T20:54:57.975Z Compiling inout v0.1.4
14952026-04-29T20:54:58.043Z Compiling sha2 v0.10.9
14962026-04-29T20:54:58.165Z Compiling tinystr v0.8.2
14972026-04-29T20:54:58.187Z Compiling potential_utf v0.1.4
14982026-04-29T20:54:58.204Z Compiling cipher v0.4.4
14992026-04-29T20:54:58.380Z Compiling icu_locale_core v2.1.1
15002026-04-29T20:54:58.406Z Compiling icu_collections v2.1.1
15012026-04-29T20:54:58.445Z Compiling salsa20 v0.10.2
15022026-04-29T20:54:58.461Z Compiling spki v0.7.3
15032026-04-29T20:54:58.479Z Compiling pbkdf2 v0.12.2
15042026-04-29T20:54:58.496Z Compiling cbc v0.1.2
15052026-04-29T20:54:58.500Z Compiling aes v0.8.4
15062026-04-29T20:54:58.608Z Compiling scrypt v0.11.0
15072026-04-29T20:54:58.624Z Compiling thiserror v2.0.18
15082026-04-29T20:54:58.668Z Compiling tracing v0.1.44
15092026-04-29T20:54:58.691Z Compiling scroll v0.13.0
15102026-04-29T20:54:58.750Z Compiling darling_macro v0.20.11
15112026-04-29T20:54:58.794Z Compiling openssl-macros v0.1.1
15122026-04-29T20:54:58.883Z Compiling dtrace-parser v0.3.0
15132026-04-29T20:54:58.910Z Compiling signature v2.2.0
15142026-04-29T20:54:58.962Z Compiling pkcs5 v0.7.1
15152026-04-29T20:54:58.978Z Compiling goblin v0.10.5
15162026-04-29T20:54:59.114Z Compiling icu_provider v2.1.1
15172026-04-29T20:54:59.279Z Compiling bytes v1.11.1
15182026-04-29T20:54:59.312Z Compiling chrono v0.4.44
15192026-04-29T20:54:59.312Z Compiling pkcs8 v0.10.2
15202026-04-29T20:54:59.362Z Compiling icu_properties v2.1.2
15212026-04-29T20:54:59.382Z Compiling icu_normalizer v2.1.1
15222026-04-29T20:54:59.499Z Compiling ipnet v2.11.0
15232026-04-29T20:54:59.516Z Compiling darling v0.20.11
15242026-04-29T20:54:59.605Z Compiling derive_builder_core v0.20.2
15252026-04-29T20:54:59.624Z Compiling rustls-native-certs v0.8.3
15262026-04-29T20:54:59.647Z Compiling thiserror-impl v1.0.69
15272026-04-29T20:54:59.712Z Compiling scroll_derive v0.12.1
15282026-04-29T20:54:59.727Z Compiling serde_spanned v0.6.9
15292026-04-29T20:54:59.885Z Compiling tokio v1.52.1
15302026-04-29T20:54:59.935Z Compiling http v1.4.0
15312026-04-29T20:54:59.951Z Compiling serde_tokenstream v0.2.3
15322026-04-29T20:54:59.977Z Compiling erased-serde v0.3.31
15332026-04-29T20:55:00.043Z Compiling toml_datetime v0.6.11
15342026-04-29T20:55:00.280Z Compiling ppv-lite86 v0.2.21
15352026-04-29T20:55:00.322Z Compiling idna_adapter v1.2.1
15362026-04-29T20:55:00.414Z Compiling scroll v0.12.0
15372026-04-29T20:55:00.481Z Compiling idna v1.1.0
15382026-04-29T20:55:00.498Z Compiling md-5 v0.10.6
15392026-04-29T20:55:00.501Z Compiling webpki-roots v1.0.6
15402026-04-29T20:55:00.532Z Compiling darling_macro v0.21.3
15412026-04-29T20:55:00.536Z Compiling derive_builder_macro v0.20.2
15422026-04-29T20:55:00.628Z Compiling rand_chacha v0.9.0
15432026-04-29T20:55:00.644Z Compiling http-body v1.0.1
15442026-04-29T20:55:00.703Z Compiling rand_chacha v0.3.1
15452026-04-29T20:55:00.718Z Compiling zerocopy-derive v0.7.35
15462026-04-29T20:55:00.808Z Compiling url v2.5.8
15472026-04-29T20:55:00.823Z Compiling http-body-util v0.1.3
15482026-04-29T20:55:00.871Z Compiling rand v0.9.2
15492026-04-29T20:55:00.970Z Compiling thiserror v1.0.69
15502026-04-29T20:55:01.056Z Compiling curve25519-dalek v4.1.3
15512026-04-29T20:55:01.071Z Compiling ff v0.13.1
15522026-04-29T20:55:01.096Z Compiling hash32 v0.2.1
15532026-04-29T20:55:01.112Z Compiling memoffset v0.9.1
15542026-04-29T20:55:01.181Z Compiling zlib-rs v0.6.2
15552026-04-29T20:55:01.227Z Compiling fallible-iterator v0.2.0
15562026-04-29T20:55:01.310Z Compiling num-bigint-dig v0.8.6
15572026-04-29T20:55:01.340Z Compiling iri-string v0.7.10
15582026-04-29T20:55:01.379Z Compiling cfg_aliases v0.2.1
15592026-04-29T20:55:01.423Z Compiling base16ct v0.2.0
15602026-04-29T20:55:01.470Z Compiling proptest v1.10.0
15612026-04-29T20:55:01.567Z Compiling smoltcp v0.9.1
15622026-04-29T20:55:01.571Z Compiling litrs v1.0.0
15632026-04-29T20:55:01.626Z Compiling ryu v1.0.23
15642026-04-29T20:55:01.644Z Compiling psl-types v2.0.11
15652026-04-29T20:55:01.644Z Compiling rustix v0.38.44
15662026-04-29T20:55:01.711Z Compiling ref-cast v1.0.25
15672026-04-29T20:55:01.787Z Compiling dof v0.4.0
15682026-04-29T20:55:01.832Z Compiling serde_urlencoded v0.7.1
15692026-04-29T20:55:01.887Z Compiling publicsuffix v2.3.0
15702026-04-29T20:55:01.953Z Compiling zerocopy v0.7.35
15712026-04-29T20:55:02.084Z Compiling sec1 v0.7.3
15722026-04-29T20:55:02.104Z Compiling ipnetwork v0.21.1
15732026-04-29T20:55:02.138Z Compiling document-features v0.2.12
15742026-04-29T20:55:02.154Z Compiling postgres-protocol v0.6.10
15752026-04-29T20:55:02.167Z Compiling nix v0.31.2
15762026-04-29T20:55:02.395Z Compiling oxnet v0.1.4
15772026-04-29T20:55:02.540Z Compiling group v0.13.0
15782026-04-29T20:55:02.570Z Compiling darling v0.21.3
15792026-04-29T20:55:02.607Z Compiling derive_builder v0.20.2
15802026-04-29T20:55:02.641Z Compiling rand v0.8.5
15812026-04-29T20:55:02.668Z Compiling goblin v0.8.2
15822026-04-29T20:55:02.757Z Compiling hubpack_derive v0.1.1
15832026-04-29T20:55:02.772Z Compiling cargo-platform v0.1.9
15842026-04-29T20:55:02.776Z Compiling hkdf v0.12.4
15852026-04-29T20:55:02.815Z Compiling crypto-bigint v0.5.5
15862026-04-29T20:55:02.884Z Compiling regex v1.12.3
15872026-04-29T20:55:03.053Z Compiling ref-cast-impl v1.0.25
15882026-04-29T20:55:03.069Z Compiling daft-derive v0.1.5
15892026-04-29T20:55:03.102Z Compiling curve25519-dalek-derive v0.1.1
15902026-04-29T20:55:03.132Z Compiling strum_macros v0.27.2
15912026-04-29T20:55:03.148Z Compiling async-trait v0.1.89
15922026-04-29T20:55:03.249Z Compiling num-iter v0.1.45
15932026-04-29T20:55:03.505Z Compiling phf_shared v0.13.1
15942026-04-29T20:55:03.565Z Compiling terminal_size v0.4.3
15952026-04-29T20:55:03.639Z Compiling tokio-util v0.7.18
15962026-04-29T20:55:03.683Z Compiling tower v0.5.3
15972026-04-29T20:55:03.715Z Compiling tokio-native-tls v0.3.1
15982026-04-29T20:55:03.732Z Compiling lazy_static v1.5.0
15992026-04-29T20:55:03.770Z Compiling vergen v9.0.6
16002026-04-29T20:55:03.787Z Compiling newtype-uuid v1.3.2
16012026-04-29T20:55:03.810Z Compiling fs-err v3.3.0
16022026-04-29T20:55:03.847Z Compiling ahash v0.8.12
16032026-04-29T20:55:03.941Z Compiling bitflags v1.3.2
16042026-04-29T20:55:03.941Z Compiling winnow v0.5.40
16052026-04-29T20:55:03.981Z Compiling bumpalo v3.20.2
16062026-04-29T20:55:04.011Z Compiling flate2 v1.1.9
16072026-04-29T20:55:04.029Z Compiling object v0.37.3
16082026-04-29T20:55:04.080Z Compiling libbz2-rs-sys v0.2.2
16092026-04-29T20:55:04.150Z Compiling tower-http v0.6.8
16102026-04-29T20:55:04.193Z Compiling unicode-segmentation v1.12.0
16112026-04-29T20:55:04.234Z Compiling foldhash v0.2.0
16122026-04-29T20:55:04.251Z Compiling managed v0.8.0
16132026-04-29T20:55:04.335Z Compiling h2 v0.4.13
16142026-04-29T20:55:04.412Z Compiling foldhash v0.1.5
16152026-04-29T20:55:04.528Z Compiling bzip2 v0.6.1
16162026-04-29T20:55:04.547Z Compiling hashbrown v0.16.1
16172026-04-29T20:55:04.615Z Compiling hashbrown v0.15.5
16182026-04-29T20:55:04.650Z Compiling zopfli v0.8.3
16192026-04-29T20:55:04.798Z Compiling clap_builder v4.5.60
16202026-04-29T20:55:04.815Z Compiling daft v0.1.5
16212026-04-29T20:55:04.948Z Compiling dof v0.3.0
16222026-04-29T20:55:05.128Z Compiling elliptic-curve v0.13.8
16232026-04-29T20:55:05.223Z Compiling phf v0.13.1
16242026-04-29T20:55:05.309Z Compiling strum v0.27.2
16252026-04-29T20:55:05.372Z Compiling toml_edit v0.19.15
16262026-04-29T20:55:05.395Z Compiling signal-hook-mio v0.2.5
16272026-04-29T20:55:05.411Z Compiling cargo_metadata v0.19.2
16282026-04-29T20:55:05.464Z Compiling usdt-attr-macro v0.6.0
16292026-04-29T20:55:05.468Z Compiling usdt-macro v0.6.0
16302026-04-29T20:55:05.530Z Compiling cookie_store v0.22.1
16312026-04-29T20:55:05.564Z Compiling hubpack v0.1.2
16322026-04-29T20:55:05.716Z Compiling bzip2 v0.4.4
16332026-04-29T20:55:05.733Z Compiling serde_with_macros v3.17.0
16342026-04-29T20:55:05.843Z Compiling zstd v0.13.3
16352026-04-29T20:55:05.925Z Compiling postgres-types v0.2.12
16362026-04-29T20:55:06.135Z Compiling dtrace-parser v0.2.0
16372026-04-29T20:55:06.225Z Compiling pkcs1 v0.7.5
16382026-04-29T20:55:06.271Z Compiling ed25519 v2.2.3
16392026-04-29T20:55:06.287Z Compiling serde-big-array v0.5.1
16402026-04-29T20:55:06.333Z Compiling hex v0.4.3
16412026-04-29T20:55:06.454Z Compiling rfc6979 v0.4.0
16422026-04-29T20:55:06.525Z Compiling bstr v1.12.1
16432026-04-29T20:55:06.611Z Compiling serde_repr v0.1.20
16442026-04-29T20:55:06.635Z Compiling enum-as-inner v0.6.1
16452026-04-29T20:55:06.672Z Compiling strum_macros v0.26.4
16462026-04-29T20:55:06.809Z Compiling clap_derive v4.5.55
16472026-04-29T20:55:06.927Z Compiling phf_shared v0.11.3
16482026-04-29T20:55:06.930Z Compiling float-cmp v0.10.0
16492026-04-29T20:55:07.108Z Compiling thread-id v4.2.2
16502026-04-29T20:55:07.112Z Compiling memmap2 v0.9.10
16512026-04-29T20:55:07.141Z Compiling env_filter v1.0.0
16522026-04-29T20:55:07.187Z Compiling encoding_rs v0.8.35
16532026-04-29T20:55:07.204Z Compiling data-encoding v2.10.0
16542026-04-29T20:55:07.219Z Compiling either v1.15.0
16552026-04-29T20:55:07.223Z Compiling new_debug_unreachable v1.0.6
16562026-04-29T20:55:07.252Z Compiling static_assertions v1.1.0
16572026-04-29T20:55:07.323Z Compiling rustc-hash v2.1.1
16582026-04-29T20:55:07.353Z Compiling jiff v0.2.21
16592026-04-29T20:55:07.371Z Compiling fixedbitset v0.4.2
16602026-04-29T20:55:07.458Z Compiling hyper v1.8.1
16612026-04-29T20:55:07.475Z Compiling normalize-line-endings v0.3.0
16622026-04-29T20:55:07.478Z Compiling predicates-core v1.0.10
16632026-04-29T20:55:07.591Z Compiling keccak v0.1.6
16642026-04-29T20:55:07.617Z Compiling mime v0.3.17
16652026-04-29T20:55:07.692Z Compiling whoami v2.1.0
16662026-04-29T20:55:07.870Z Compiling difflib v0.4.0
16672026-04-29T20:55:07.903Z Compiling fixedbitset v0.5.7
16682026-04-29T20:55:07.932Z Compiling precomputed-hash v0.1.1
16692026-04-29T20:55:08.039Z Compiling string_cache v0.8.9
16702026-04-29T20:55:08.095Z Compiling tokio-postgres v0.7.16
16712026-04-29T20:55:08.112Z Compiling petgraph v0.8.3
16722026-04-29T20:55:08.129Z Compiling predicates v3.1.4
16732026-04-29T20:55:08.232Z Compiling sha3 v0.10.8
16742026-04-29T20:55:08.288Z Compiling toml_edit v0.22.27
16752026-04-29T20:55:08.431Z Compiling petgraph v0.6.5
16762026-04-29T20:55:08.502Z Compiling hickory-proto v0.25.2
16772026-04-29T20:55:08.502Z Compiling iddqd v0.3.18
16782026-04-29T20:55:08.514Z Compiling strum v0.26.3
16792026-04-29T20:55:08.629Z Compiling hyper-util v0.1.20
16802026-04-29T20:55:08.674Z Compiling clap v4.5.60
16812026-04-29T20:55:08.726Z Compiling itertools v0.13.0
16822026-04-29T20:55:08.744Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-04-29T20:55:08.771Z Compiling env_logger v0.11.9
16842026-04-29T20:55:08.790Z Compiling usdt v0.6.0
16852026-04-29T20:55:09.059Z Compiling usdt-impl v0.5.0
16862026-04-29T20:55:09.076Z Compiling similar v2.7.0
16872026-04-29T20:55:09.147Z Compiling serde_with v3.17.0
16882026-04-29T20:55:09.674Z Compiling crossterm v0.28.1
16892026-04-29T20:55:09.692Z Compiling toml v0.7.8
16902026-04-29T20:55:09.990Z Compiling zip v4.6.1
16912026-04-29T20:55:10.009Z Compiling ecdsa v0.16.9
16922026-04-29T20:55:10.026Z Compiling rsa v0.9.10
16932026-04-29T20:55:10.131Z Compiling hyper-tls v0.6.0
16942026-04-29T20:55:10.356Z Compiling ed25519-dalek v2.2.0
16952026-04-29T20:55:10.447Z Compiling zip v0.6.6
16962026-04-29T20:55:10.868Z Compiling heck v0.4.1
16972026-04-29T20:55:10.915Z Compiling tokio-stream v0.1.18
16982026-04-29T20:55:10.952Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-04-29T20:55:10.984Z Compiling buf-list v1.1.2
17002026-04-29T20:55:11.015Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-04-29T20:55:11.055Z Compiling openapiv3 v2.2.0
17022026-04-29T20:55:11.063Z Compiling x509-cert v0.2.5
17032026-04-29T20:55:11.098Z Compiling sha1 v0.10.6
17042026-04-29T20:55:11.114Z Compiling crossbeam-epoch v0.9.18
17052026-04-29T20:55:11.289Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-04-29T20:55:11.338Z Compiling peg-runtime v0.8.5
17072026-04-29T20:55:11.355Z Compiling lalrpop-util v0.19.12
17082026-04-29T20:55:11.406Z Compiling thread_local v1.1.9
17092026-04-29T20:55:11.465Z Compiling slog-async v2.8.0
17102026-04-29T20:55:11.578Z Compiling futures-executor v0.3.32
17112026-04-29T20:55:11.618Z Compiling crossbeam-channel v0.5.15
17122026-04-29T20:55:11.637Z Compiling filetime v0.2.27
17132026-04-29T20:55:11.653Z Compiling is-terminal v0.4.17
17142026-04-29T20:55:11.653Z Compiling take_mut v0.2.2
17152026-04-29T20:55:11.658Z Compiling term v1.2.1
17162026-04-29T20:55:11.696Z Compiling xattr v1.6.1
17172026-04-29T20:55:11.777Z Compiling futures v0.3.32
17182026-04-29T20:55:11.833Z Compiling tar v0.4.45
17192026-04-29T20:55:12.077Z Compiling slog-term v2.9.2
17202026-04-29T20:55:27.058Z Compiling rustls-webpki v0.103.9
17212026-04-29T20:55:29.835Z Compiling tokio-rustls v0.26.4
17222026-04-29T20:55:29.835Z Compiling rustls-platform-verifier v0.6.2
17232026-04-29T20:55:30.043Z Compiling hyper-rustls v0.27.7
17242026-04-29T20:55:30.233Z Compiling reqwest v0.13.2
17252026-04-29T20:55:30.233Z Compiling reqwest v0.12.28
17262026-04-29T20:55:32.249Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-04-29T20:55:32.487Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-04-29T20:55:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.92s
17292026-04-29T20:55:35.469Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-04-29T20:55:35.529ZApr 29 20:55:35.093 INFO Starting download, target: Console
17312026-04-29T20:55:35.529ZApr 29 20:55:35.094 INFO Starting download, target: Clickhouse
17322026-04-29T20:55:35.529ZApr 29 20:55:35.094 INFO Starting download, target: DendriteStub
17332026-04-29T20:55:35.529ZApr 29 20:55:35.094 INFO Starting download, target: Cockroach
17342026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Starting download, target: MaghemiteMgd
17352026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Starting download, target: TransceiverControl
17362026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-04-29T20:55:35.533ZApr 29 20:55:35.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-04-29T20:55:35.900ZApr 29 20:55:35.464 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-04-29T20:55:36.150ZApr 29 20:55:35.709 INFO Download complete, target: TransceiverControl
17442026-04-29T20:55:36.636ZApr 29 20:55:36.197 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-29T20:55:36.906ZApr 29 20:55:36.467 INFO Download complete, target: Console
17462026-04-29T20:55:37.681ZApr 29 20:55:37.244 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-04-29T20:55:37.783ZApr 29 20:55:37.347 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-04-29T20:55:37.892ZApr 29 20:55:37.454 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-04-29T20:55:38.292ZApr 29 20:55:37.855 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-29T20:55:38.292ZApr 29 20:55:37.855 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-29T20:55:39.954ZApr 29 20:55:39.517 INFO Download complete, target: DendriteStub
17522026-04-29T20:55:40.286ZApr 29 20:55:39.849 INFO Download complete, target: MaghemiteMgd
17532026-04-29T20:55:43.059ZApr 29 20:55:42.621 INFO Checking that binary works, target: Cockroach
17542026-04-29T20:55:43.240ZApr 29 20:55:42.803 INFO Download complete, target: Cockroach
17552026-04-29T20:55:44.777ZApr 29 20:55:44.339 INFO Checking that binary works, target: Clickhouse
17562026-04-29T20:55:44.926ZApr 29 20:55:44.488 INFO Download complete, target: Clickhouse
17572026-04-29T20:55:44.932ZAll prerequisites installed successfully
17582026-04-29T20:55:44.935Z
17592026-04-29T20:55:44.935Zreal 2:49.670744140
17602026-04-29T20:55:44.935Zuser 7:16.054015190
17612026-04-29T20:55:44.935Zsys 1:47.699942306
17622026-04-29T20:55:44.935Ztrap 0.227300787
17632026-04-29T20:55:44.935Ztflt 2.402942616
17642026-04-29T20:55:44.935Zdflt 2.740783279
17652026-04-29T20:55:44.936Zkflt 0.087797525
17662026-04-29T20:55:44.936Zlock 22:10.792640881
17672026-04-29T20:55:44.936Zslp 19:38.475628323
17682026-04-29T20:55:44.936Zlat 22.454599418
17692026-04-29T20:55:44.936Zstop 3:04.436326051
17702026-04-29T20:55:44.936Z+ ptime -m cargo xtask download softnpu
17712026-04-29T20:55:45.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17722026-04-29T20:55:45.510Z Running `target/debug/xtask download softnpu`
17732026-04-29T20:55:46.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-04-29T20:55:46.335Z Running `target/debug/xtask-downloader softnpu`
17752026-04-29T20:55:46.379ZApr 29 20:55:45.941 INFO Starting download, target: Softnpu
17762026-04-29T20:55:46.383ZApr 29 20:55:45.942 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-04-29T20:55:47.034ZApr 29 20:55:46.595 INFO Download complete, target: Softnpu
17782026-04-29T20:55:47.038Z
17792026-04-29T20:55:47.038Zreal 2.097720184
17802026-04-29T20:55:47.038Zuser 1.342428429
17812026-04-29T20:55:47.038Zsys 0.687395428
17822026-04-29T20:55:47.038Ztrap 0.000847886
17832026-04-29T20:55:47.038Ztflt 0.000235132
17842026-04-29T20:55:47.038Zdflt 0.000344622
17852026-04-29T20:55:47.038Zkflt 0.000000000
17862026-04-29T20:55:47.038Zlock 11.761486206
17872026-04-29T20:55:47.038Zslp 0.489009459
17882026-04-29T20:55:47.038Zlat 0.083559095
17892026-04-29T20:55:47.038Zstop 0.000237597
17902026-04-29T20:55:47.038Z+ export CARGO_INCREMENTAL=0
17912026-04-29T20:55:47.038Z+ CARGO_INCREMENTAL=0
17922026-04-29T20:55:47.038Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-04-29T20:55:47.940Z Compiling proc-macro2 v1.0.106
17942026-04-29T20:55:47.940Z Compiling quote v1.0.45
17952026-04-29T20:55:47.940Z Compiling unicode-ident v1.0.24
17962026-04-29T20:55:47.940Z Compiling libc v0.2.185
17972026-04-29T20:55:47.944Z Compiling serde_core v1.0.228
17982026-04-29T20:55:47.944Z Compiling serde v1.0.228
17992026-04-29T20:55:47.944Z Compiling cfg-if v1.0.4
18002026-04-29T20:55:47.944Z Compiling version_check v0.9.5
18012026-04-29T20:55:47.944Z Compiling shlex v1.3.0
18022026-04-29T20:55:47.944Z Compiling find-msvc-tools v0.1.9
18032026-04-29T20:55:47.944Z Compiling typenum v1.19.0
18042026-04-29T20:55:48.090Z Compiling autocfg v1.5.0
18052026-04-29T20:55:48.093Z Compiling zmij v1.0.21
18062026-04-29T20:55:48.093Z Compiling serde_json v1.0.149
18072026-04-29T20:55:48.101Z Compiling memchr v2.8.0
18082026-04-29T20:55:48.347Z Compiling portable-atomic v1.13.1
18092026-04-29T20:55:48.414Z Compiling zerocopy v0.8.40
18102026-04-29T20:55:48.434Z Compiling libm v0.2.16
18112026-04-29T20:55:48.543Z Compiling num-traits v0.2.19
18122026-04-29T20:55:48.610Z Compiling smallvec v1.15.1
18132026-04-29T20:55:48.648Z Compiling parking_lot_core v0.9.12
18142026-04-29T20:55:48.699Z Compiling generic-array v0.14.7
18152026-04-29T20:55:48.730Z Compiling icu_normalizer_data v2.1.1
18162026-04-29T20:55:48.733Z Compiling icu_properties_data v2.1.2
18172026-04-29T20:55:48.798Z Compiling itoa v1.0.17
18182026-04-29T20:55:48.820Z Compiling getrandom v0.4.1
18192026-04-29T20:55:48.839Z Compiling log v0.4.29
18202026-04-29T20:55:48.909Z Compiling stable_deref_trait v1.2.1
18212026-04-29T20:55:48.965Z Compiling pkg-config v0.3.32
18222026-04-29T20:55:49.001Z Compiling jobserver v0.1.34
18232026-04-29T20:55:49.001Z Compiling getrandom v0.2.17
18242026-04-29T20:55:49.019Z Compiling subtle v2.6.1
18252026-04-29T20:55:49.128Z Compiling scopeguard v1.2.0
18262026-04-29T20:55:49.180Z Compiling errno v0.3.14
18272026-04-29T20:55:49.196Z Compiling rand_core v0.6.4
18282026-04-29T20:55:49.246Z Compiling cc v1.2.56
18292026-04-29T20:55:49.299Z Compiling lock_api v0.4.14
18302026-04-29T20:55:49.433Z Compiling percent-encoding v2.3.2
18312026-04-29T20:55:49.451Z Compiling litemap v0.8.1
18322026-04-29T20:55:49.467Z Compiling writeable v0.6.2
18332026-04-29T20:55:49.471Z Compiling syn v2.0.117
18342026-04-29T20:55:49.558Z Compiling fnv v1.0.7
18352026-04-29T20:55:49.575Z Compiling pin-project-lite v0.2.17
18362026-04-29T20:55:49.624Z Compiling thiserror v2.0.18
18372026-04-29T20:55:49.686Z Compiling getrandom v0.3.4
18382026-04-29T20:55:49.757Z Compiling critical-section v1.2.0
18392026-04-29T20:55:49.839Z Compiling rustversion v1.0.22
18402026-04-29T20:55:49.873Z Compiling equivalent v1.0.2
18412026-04-29T20:55:49.876Z Compiling schemars v0.8.22
18422026-04-29T20:55:49.944Z Compiling rand_core v0.10.0
18432026-04-29T20:55:49.959Z Compiling dunce v1.0.5
18442026-04-29T20:55:49.979Z Compiling cmake v0.1.57
18452026-04-29T20:55:50.031Z Compiling fs_extra v1.3.0
18462026-04-29T20:55:50.078Z Compiling utf8_iter v1.0.4
18472026-04-29T20:55:50.131Z Compiling form_urlencoded v1.2.2
18482026-04-29T20:55:50.317Z Compiling once_cell v1.21.3
18492026-04-29T20:55:50.346Z Compiling signal-hook-registry v1.4.8
18502026-04-29T20:55:50.456Z Compiling const-oid v0.9.6
18512026-04-29T20:55:50.509Z Compiling semver v1.0.28
18522026-04-29T20:55:50.652Z Compiling bitflags v2.11.0
18532026-04-29T20:55:51.069Z Compiling hashbrown v0.17.0
18542026-04-29T20:55:51.069Z Compiling ring v0.17.14
18552026-04-29T20:55:51.080Z Compiling aws-lc-sys v0.37.1
18562026-04-29T20:55:51.080Z Compiling parking_lot v0.12.5
18572026-04-29T20:55:51.080Z Compiling socket2 v0.6.3
18582026-04-29T20:55:51.080Z Compiling mio v1.2.0
18592026-04-29T20:55:51.080Z Compiling rustix v1.1.3
18602026-04-29T20:55:51.080Z Compiling aws-lc-rs v1.16.0
18612026-04-29T20:55:51.080Z Compiling futures-core v0.3.32
18622026-04-29T20:55:51.088Z Compiling thiserror v1.0.69
18632026-04-29T20:55:51.188Z Compiling indexmap v2.14.0
18642026-04-29T20:55:51.212Z Compiling strsim v0.11.1
18652026-04-29T20:55:51.267Z Compiling ucd-trie v0.1.7
18662026-04-29T20:55:51.289Z Compiling httparse v1.10.1
18672026-04-29T20:55:51.300Z Compiling byteorder v1.5.0
18682026-04-29T20:55:51.405Z Compiling heck v0.5.0
18692026-04-29T20:55:51.478Z Compiling pest v2.8.6
18702026-04-29T20:55:51.525Z Compiling syn v1.0.109
18712026-04-29T20:55:51.558Z Compiling iana-time-zone v0.1.65
18722026-04-29T20:55:51.575Z Compiling ident_case v1.0.1
18732026-04-29T20:55:51.590Z Compiling vcpkg v0.2.15
18742026-04-29T20:55:51.630Z Compiling uuid v1.23.0
18752026-04-29T20:55:51.636Z Compiling cpufeatures v0.2.17
18762026-04-29T20:55:51.681Z Compiling regex-syntax v0.8.10
18772026-04-29T20:55:51.910Z Compiling rustc_version v0.4.1
18782026-04-29T20:55:51.965Z Compiling rustls v0.23.37
18792026-04-29T20:55:52.070Z Compiling futures-sink v0.3.32
18802026-04-29T20:55:52.169Z Compiling futures-channel v0.3.32
18812026-04-29T20:55:52.187Z Compiling openssl-sys v0.9.111
18822026-04-29T20:55:52.224Z Compiling futures-task v0.3.32
18832026-04-29T20:55:52.256Z Compiling futures-io v0.3.32
18842026-04-29T20:55:52.275Z Compiling slab v0.4.12
18852026-04-29T20:55:52.307Z Compiling synstructure v0.13.2
18862026-04-29T20:55:52.326Z Compiling serde_derive_internals v0.29.1
18872026-04-29T20:55:52.473Z Compiling plain v0.2.3
18882026-04-29T20:55:52.490Z Compiling dyn-clone v1.0.20
18892026-04-29T20:55:52.493Z Compiling crc32fast v1.5.0
18902026-04-29T20:55:52.543Z Compiling pest_meta v2.8.6
18912026-04-29T20:55:52.564Z Compiling aho-corasick v1.1.4
18922026-04-29T20:55:52.699Z Compiling time-core v0.1.8
18932026-04-29T20:55:52.721Z Compiling num-conv v0.2.0
18942026-04-29T20:55:52.744Z Compiling crossbeam-utils v0.8.21
18952026-04-29T20:55:52.843Z Compiling pretty-hex v0.4.1
18962026-04-29T20:55:52.881Z Compiling time-macros v0.2.27
18972026-04-29T20:55:53.005Z Compiling base64 v0.22.1
18982026-04-29T20:55:53.040Z Compiling openssl v0.10.75
18992026-04-29T20:55:53.144Z Compiling pest_generator v2.8.6
19002026-04-29T20:55:53.278Z Compiling anyhow v1.0.102
19012026-04-29T20:55:53.294Z Compiling base64ct v1.8.3
19022026-04-29T20:55:53.312Z Compiling darling_core v0.21.3
19032026-04-29T20:55:53.339Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-04-29T20:55:53.439Z Compiling regex-automata v0.4.14
19052026-04-29T20:55:53.524Z Compiling serde_derive v1.0.228
19062026-04-29T20:55:53.556Z Compiling zeroize_derive v1.4.3
19072026-04-29T20:55:53.560Z Compiling zerofrom-derive v0.1.6
19082026-04-29T20:55:53.605Z Compiling yoke-derive v0.8.1
19092026-04-29T20:55:53.624Z Compiling zerovec-derive v0.11.2
19102026-04-29T20:55:53.645Z Compiling displaydoc v0.2.5
19112026-04-29T20:55:53.746Z Compiling zerocopy-derive v0.8.40
19122026-04-29T20:55:53.827Z Compiling tokio-macros v2.7.0
19132026-04-29T20:55:53.849Z Compiling futures-macro v0.3.32
19142026-04-29T20:55:53.886Z Compiling thiserror-impl v2.0.18
19152026-04-29T20:55:53.913Z Compiling schemars_derive v0.8.22
19162026-04-29T20:55:54.028Z Compiling tracing-attributes v0.1.31
19172026-04-29T20:55:54.179Z Compiling zeroize v1.8.2
19182026-04-29T20:55:54.568Z Compiling der_derive v0.7.3
19192026-04-29T20:55:54.615Z Compiling thiserror-impl v1.0.69
19202026-04-29T20:55:54.670Z Compiling pest_derive v2.8.6
19212026-04-29T20:55:54.715Z Compiling futures-util v0.3.32
19222026-04-29T20:55:54.738Z Compiling zerofrom v0.1.6
19232026-04-29T20:55:54.887Z Compiling yoke v0.8.1
19242026-04-29T20:55:55.037Z Compiling crypto-common v0.1.7
19252026-04-29T20:55:55.104Z Compiling zerovec v0.11.5
19262026-04-29T20:55:55.108Z Compiling zerotrie v0.2.3
19272026-04-29T20:55:55.222Z Compiling block-buffer v0.10.4
19282026-04-29T20:55:55.395Z Compiling digest v0.10.7
19292026-04-29T20:55:55.436Z Compiling block-padding v0.3.3
19302026-04-29T20:55:55.581Z Compiling inout v0.1.4
19312026-04-29T20:55:55.612Z Compiling hmac v0.12.1
19322026-04-29T20:55:55.649Z Compiling tinystr v0.8.2
19332026-04-29T20:55:55.667Z Compiling potential_utf v0.1.4
19342026-04-29T20:55:55.683Z Compiling sha2 v0.10.9
19352026-04-29T20:55:55.732Z Compiling cipher v0.4.4
19362026-04-29T20:55:55.763Z Compiling rustls-pki-types v1.14.0
19372026-04-29T20:55:55.780Z Compiling scroll_derive v0.13.1
19382026-04-29T20:55:55.783Z Compiling scroll_derive v0.12.1
19392026-04-29T20:55:55.848Z Compiling icu_locale_core v2.1.1
19402026-04-29T20:55:55.881Z Compiling icu_collections v2.1.1
19412026-04-29T20:55:56.081Z Compiling pem-rfc7468 v0.7.0
19422026-04-29T20:55:56.372Z Compiling openssl-macros v0.1.1
19432026-04-29T20:55:56.451Z Compiling native-tls v0.2.18
19442026-04-29T20:55:56.559Z Compiling icu_provider v2.1.1
19452026-04-29T20:55:56.629Z Compiling flagset v0.4.7
19462026-04-29T20:55:56.689Z Compiling bytes v1.11.1
19472026-04-29T20:55:56.733Z Compiling chrono v0.4.44
19482026-04-29T20:55:56.783Z Compiling serde_tokenstream v0.2.3
19492026-04-29T20:55:56.801Z Compiling der v0.7.10
19502026-04-29T20:55:56.819Z Compiling regex v1.12.3
19512026-04-29T20:55:56.943Z Compiling icu_properties v2.1.2
19522026-04-29T20:55:57.004Z Compiling icu_normalizer v2.1.1
19532026-04-29T20:55:57.077Z Compiling darling_macro v0.21.3
19542026-04-29T20:55:57.238Z Compiling tokio v1.52.1
19552026-04-29T20:55:57.391Z Compiling http v1.4.0
19562026-04-29T20:55:57.576Z Compiling zerocopy-derive v0.7.35
19572026-04-29T20:55:57.618Z Compiling rand_core v0.9.5
19582026-04-29T20:55:57.855Z Compiling idna_adapter v1.2.1
19592026-04-29T20:55:57.936Z Compiling slog v2.8.2
19602026-04-29T20:55:58.017Z Compiling idna v1.1.0
19612026-04-29T20:55:58.171Z Compiling ppv-lite86 v0.2.21
19622026-04-29T20:55:58.330Z Compiling tracing-core v0.1.36
19632026-04-29T20:55:58.377Z Compiling url v2.5.8
19642026-04-29T20:55:58.449Z Compiling untrusted v0.9.0
19652026-04-29T20:55:58.540Z Compiling spki v0.7.3
19662026-04-29T20:55:58.617Z Compiling darling v0.21.3
19672026-04-29T20:55:58.720Z Compiling tracing v0.1.44
19682026-04-29T20:55:58.769Z Compiling salsa20 v0.10.2
19692026-04-29T20:55:58.849Z Compiling pbkdf2 v0.12.2
19702026-04-29T20:55:59.363Z Compiling cookie v0.18.1
19712026-04-29T20:55:59.409Z Compiling camino v1.2.2
19722026-04-29T20:55:59.579Z Compiling scrypt v0.11.0
19732026-04-29T20:55:59.583Z Compiling rand_chacha v0.9.0
19742026-04-29T20:55:59.643Z Compiling aes v0.8.4
19752026-04-29T20:55:59.726Z Compiling cbc v0.1.2
19762026-04-29T20:56:00.167Z Compiling usdt-impl v0.5.0
19772026-04-29T20:56:00.205Z Compiling either v1.15.0
19782026-04-29T20:56:00.247Z Compiling paste v1.0.15
19792026-04-29T20:56:00.264Z Compiling ref-cast v1.0.25
19802026-04-29T20:56:00.281Z Compiling winnow v0.7.14
19812026-04-29T20:56:00.412Z Compiling usdt-impl v0.6.0
19822026-04-29T20:56:00.610Z Compiling pkcs5 v0.7.1
19832026-04-29T20:56:00.652Z Compiling rand v0.9.2
19842026-04-29T20:56:00.669Z Compiling http-body v1.0.1
19852026-04-29T20:56:00.857Z Compiling toml_datetime v0.6.11
19862026-04-29T20:56:00.912Z Compiling serde_spanned v0.6.9
19872026-04-29T20:56:01.029Z Compiling tokio-util v0.7.18
19882026-04-29T20:56:01.070Z Compiling scroll v0.13.0
19892026-04-29T20:56:01.086Z Compiling scroll v0.12.0
19902026-04-29T20:56:01.122Z Compiling heapless v0.7.17
19912026-04-29T20:56:01.213Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-04-29T20:56:01.374Z Compiling untrusted v0.7.1
19932026-04-29T20:56:01.389Z Compiling atomic-waker v1.1.2
19942026-04-29T20:56:01.408Z Compiling zstd-safe v7.2.4
19952026-04-29T20:56:01.425Z Compiling openssl-probe v0.2.1
19962026-04-29T20:56:01.513Z Compiling signal-hook v0.3.18
19972026-04-29T20:56:01.609Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-04-29T20:56:01.635Z Compiling goblin v0.8.2
19992026-04-29T20:56:01.736Z Compiling goblin v0.10.5
20002026-04-29T20:56:01.835Z Compiling pkcs8 v0.10.2
20012026-04-29T20:56:02.143Z Compiling zerocopy v0.7.35
20022026-04-29T20:56:02.180Z Compiling ref-cast-impl v1.0.25
20032026-04-29T20:56:02.252Z Compiling darling_core v0.20.11
20042026-04-29T20:56:02.315Z Compiling curve25519-dalek v4.1.3
20052026-04-29T20:56:02.489Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-04-29T20:56:02.500Z Compiling memoffset v0.9.1
20072026-04-29T20:56:02.592Z Compiling fastrand v2.3.0
20082026-04-29T20:56:02.719Z Compiling winnow v0.5.40
20092026-04-29T20:56:02.737Z Compiling tower-layer v0.3.3
20102026-04-29T20:56:02.740Z Compiling try-lock v0.2.5
20112026-04-29T20:56:02.952Z Compiling tinyvec_macros v0.1.1
20122026-04-29T20:56:03.043Z Compiling tower-service v0.3.3
20132026-04-29T20:56:03.171Z Compiling litrs v1.0.0
20142026-04-29T20:56:03.189Z Compiling rustix v0.38.44
20152026-04-29T20:56:03.358Z Compiling want v0.3.1
20162026-04-29T20:56:03.403Z Compiling h2 v0.4.13
20172026-04-29T20:56:03.547Z Compiling tinyvec v1.10.0
20182026-04-29T20:56:03.675Z Compiling document-features v0.2.12
20192026-04-29T20:56:03.920Z Compiling dof v0.3.0
20202026-04-29T20:56:04.094Z Compiling toml_edit v0.19.15
20212026-04-29T20:56:04.262Z Compiling darling_macro v0.20.11
20222026-04-29T20:56:04.465Z Compiling dof v0.4.0
20232026-04-29T20:56:04.561Z Compiling dtrace-parser v0.2.0
20242026-04-29T20:56:04.736Z Compiling dtrace-parser v0.3.0
20252026-04-29T20:56:04.774Z Compiling ipnet v2.11.0
20262026-04-29T20:56:05.101Z Compiling async-trait v0.1.89
20272026-04-29T20:56:05.126Z Compiling daft-derive v0.1.5
20282026-04-29T20:56:05.204Z Compiling spin v0.9.8
20292026-04-29T20:56:05.345Z Compiling thread-id v5.1.0
20302026-04-29T20:56:05.366Z Compiling thread-id v4.2.2
20312026-04-29T20:56:05.440Z Compiling pin-utils v0.1.0
20322026-04-29T20:56:05.462Z Compiling cfg_aliases v0.2.1
20332026-04-29T20:56:05.478Z Compiling powerfmt v0.2.0
20342026-04-29T20:56:05.525Z Compiling foreign-types-shared v0.1.1
20352026-04-29T20:56:05.541Z Compiling num-bigint-dig v0.8.6
20362026-04-29T20:56:05.557Z Compiling smoltcp v0.9.1
20372026-04-29T20:56:05.636Z Compiling httpdate v1.0.3
20382026-04-29T20:56:05.758Z Compiling deranged v0.5.8
20392026-04-29T20:56:05.812Z Compiling tempfile v3.25.0
20402026-04-29T20:56:05.829Z Compiling foreign-types v0.3.2
20412026-04-29T20:56:05.858Z Compiling nix v0.31.2
20422026-04-29T20:56:06.027Z Compiling darling v0.20.11
20432026-04-29T20:56:06.210Z Compiling ipnetwork v0.21.1
20442026-04-29T20:56:06.408Z Compiling hyper v1.8.1
20452026-04-29T20:56:06.443Z Compiling curve25519-dalek-derive v0.1.1
20462026-04-29T20:56:06.447Z Compiling strum_macros v0.26.4
20472026-04-29T20:56:06.748Z Compiling wait-timeout v0.2.1
20482026-04-29T20:56:06.913Z Compiling bit-vec v0.8.0
20492026-04-29T20:56:07.055Z Compiling anstyle v1.0.13
20502026-04-29T20:56:07.089Z Compiling simd-adler32 v0.3.8
20512026-04-29T20:56:07.139Z Compiling quick-error v1.2.3
20522026-04-29T20:56:07.159Z Compiling siphasher v1.0.2
20532026-04-29T20:56:07.249Z Compiling utf8parse v0.2.2
20542026-04-29T20:56:07.303Z Compiling num_threads v0.1.7
20552026-04-29T20:56:07.323Z Compiling rusty-fork v0.3.1
20562026-04-29T20:56:07.346Z Compiling anstyle-parse v0.2.7
20572026-04-29T20:56:07.386Z Compiling time v0.3.47
20582026-04-29T20:56:07.549Z Compiling hyper-util v0.1.20
20592026-04-29T20:56:07.628Z Compiling bit-set v0.8.0
20602026-04-29T20:56:08.025Z Compiling derive_builder_core v0.20.2
20612026-04-29T20:56:08.043Z Compiling unicode-normalization v0.1.25
20622026-04-29T20:56:08.554Z Compiling rustls-native-certs v0.8.3
20632026-04-29T20:56:08.851Z Compiling rand_xorshift v0.4.0
20642026-04-29T20:56:08.873Z Compiling signature v2.2.0
20652026-04-29T20:56:09.023Z Compiling hubpack_derive v0.1.1
20662026-04-29T20:56:09.047Z Compiling strum_macros v0.27.2
20672026-04-29T20:56:09.219Z Compiling sync_wrapper v1.0.2
20682026-04-29T20:56:09.235Z Compiling ahash v0.8.12
20692026-04-29T20:56:09.337Z Compiling fs-err v3.3.0
20702026-04-29T20:56:09.418Z Compiling adler2 v2.0.1
20712026-04-29T20:56:09.573Z Compiling anstyle-query v1.1.5
20722026-04-29T20:56:09.589Z Compiling object v0.37.3
20732026-04-29T20:56:09.624Z Compiling unarray v0.1.4
20742026-04-29T20:56:09.698Z Compiling unicode-properties v0.1.4
20752026-04-29T20:56:09.720Z Compiling unicode-segmentation v1.12.0
20762026-04-29T20:56:09.759Z Compiling is_terminal_polyfill v1.70.2
20772026-04-29T20:56:09.888Z Compiling allocator-api2 v0.2.21
20782026-04-29T20:56:09.917Z Compiling unicode-bidi v0.3.18
20792026-04-29T20:56:09.941Z Compiling colorchoice v1.0.4
20802026-04-29T20:56:10.073Z Compiling anstream v0.6.21
20812026-04-29T20:56:10.089Z Compiling proptest v1.10.0
20822026-04-29T20:56:10.265Z Compiling stringprep v0.1.5
20832026-04-29T20:56:10.338Z Compiling miniz_oxide v0.8.9
20842026-04-29T20:56:10.410Z Compiling tower v0.5.3
20852026-04-29T20:56:10.649Z Compiling derive_builder_macro v0.20.2
20862026-04-29T20:56:10.705Z Compiling usdt-macro v0.6.0
20872026-04-29T20:56:10.836Z Compiling usdt-attr-macro v0.6.0
20882026-04-29T20:56:11.275Z Compiling http-body-util v0.1.3
20892026-04-29T20:56:11.407Z Compiling webpki-roots v1.0.6
20902026-04-29T20:56:11.543Z Compiling rand_chacha v0.3.1
20912026-04-29T20:56:11.560Z Compiling erased-serde v0.3.31
20922026-04-29T20:56:11.596Z Compiling md-5 v0.10.6
20932026-04-29T20:56:11.650Z Compiling num-integer v0.1.46
20942026-04-29T20:56:11.724Z Compiling hash32 v0.2.1
20952026-04-29T20:56:11.801Z Compiling vergen-lib v0.1.6
20962026-04-29T20:56:11.858Z Compiling ff v0.13.1
20972026-04-29T20:56:11.910Z Compiling zlib-rs v0.6.2
20982026-04-29T20:56:11.930Z Compiling fallible-iterator v0.2.0
20992026-04-29T20:56:11.949Z Compiling iri-string v0.7.10
21002026-04-29T20:56:11.953Z Compiling ryu v1.0.23
21012026-04-29T20:56:11.953Z Compiling base16ct v0.2.0
21022026-04-29T20:56:12.040Z Compiling psl-types v2.0.11
21032026-04-29T20:56:12.114Z Compiling serde_urlencoded v0.7.1
21042026-04-29T20:56:12.130Z Compiling sec1 v0.7.3
21052026-04-29T20:56:12.191Z Compiling publicsuffix v2.3.0
21062026-04-29T20:56:12.191Z Compiling newtype-uuid v1.3.2
21072026-04-29T20:56:12.224Z Compiling postgres-protocol v0.6.10
21082026-04-29T20:56:12.299Z Compiling group v0.13.0
21092026-04-29T20:56:12.434Z Compiling num-iter v0.1.45
21102026-04-29T20:56:12.497Z Compiling rand v0.8.5
21112026-04-29T20:56:12.762Z Compiling derive_builder v0.20.2
21122026-04-29T20:56:12.850Z Compiling oxnet v0.1.4
21132026-04-29T20:56:12.952Z Compiling tokio-native-tls v0.3.1
21142026-04-29T20:56:12.967Z Compiling heck v0.4.1
21152026-04-29T20:56:12.982Z Compiling phf_shared v0.13.1
21162026-04-29T20:56:13.078Z Compiling tower-http v0.6.8
21172026-04-29T20:56:13.159Z Compiling lazy_static v1.5.0
21182026-04-29T20:56:13.234Z Compiling terminal_size v0.4.3
21192026-04-29T20:56:13.270Z Compiling serde_with_macros v3.17.0
21202026-04-29T20:56:13.323Z Compiling cargo-platform v0.1.9
21212026-04-29T20:56:13.327Z Compiling hkdf v0.12.4
21222026-04-29T20:56:13.327Z Compiling crypto-bigint v0.5.5
21232026-04-29T20:56:13.392Z Compiling clap_derive v4.5.55
21242026-04-29T20:56:13.411Z Compiling serde_repr v0.1.20
21252026-04-29T20:56:13.473Z Compiling enum-as-inner v0.6.1
21262026-04-29T20:56:13.536Z Compiling vergen v9.0.6
21272026-04-29T20:56:13.568Z Compiling foldhash v0.1.5
21282026-04-29T20:56:13.608Z Compiling libbz2-rs-sys v0.2.2
21292026-04-29T20:56:13.648Z Compiling bitflags v1.3.2
21302026-04-29T20:56:13.752Z Compiling managed v0.8.0
21312026-04-29T20:56:13.769Z Compiling foldhash v0.2.0
21322026-04-29T20:56:13.959Z Compiling flate2 v1.1.9
21332026-04-29T20:56:13.993Z Compiling bumpalo v3.20.2
21342026-04-29T20:56:14.042Z Compiling clap_lex v1.0.0
21352026-04-29T20:56:14.054Z Compiling bzip2 v0.6.1
21362026-04-29T20:56:14.201Z Compiling clap_builder v4.5.60
21372026-04-29T20:56:14.219Z Compiling zopfli v0.8.3
21382026-04-29T20:56:14.271Z Compiling hashbrown v0.16.1
21392026-04-29T20:56:14.356Z Compiling elliptic-curve v0.13.8
21402026-04-29T20:56:14.411Z Compiling hashbrown v0.15.5
21412026-04-29T20:56:14.513Z Compiling cargo_metadata v0.19.2
21422026-04-29T20:56:14.992Z Compiling phf v0.13.1
21432026-04-29T20:56:15.048Z Compiling zstd v0.13.3
21442026-04-29T20:56:15.066Z Compiling hyper-tls v0.6.0
21452026-04-29T20:56:15.084Z Compiling daft v0.1.5
21462026-04-29T20:56:15.192Z Compiling signal-hook-mio v0.2.5
21472026-04-29T20:56:15.320Z Compiling cookie_store v0.22.1
21482026-04-29T20:56:15.338Z Compiling postgres-types v0.2.12
21492026-04-29T20:56:15.396Z Compiling bzip2 v0.4.4
21502026-04-29T20:56:15.620Z Compiling strum v0.27.2
21512026-04-29T20:56:15.761Z Compiling hubpack v0.1.2
21522026-04-29T20:56:15.795Z Compiling ed25519 v2.2.3
21532026-04-29T20:56:15.827Z Compiling phf_shared v0.11.3
21542026-04-29T20:56:15.890Z Compiling crossbeam-epoch v0.9.18
21552026-04-29T20:56:15.934Z Compiling pkcs1 v0.7.5
21562026-04-29T20:56:16.008Z Compiling hex v0.4.3
21572026-04-29T20:56:16.063Z Compiling serde-big-array v0.5.1
21582026-04-29T20:56:16.230Z Compiling rfc6979 v0.4.0
21592026-04-29T20:56:16.290Z Compiling bstr v1.12.1
21602026-04-29T20:56:16.333Z Compiling float-cmp v0.10.0
21612026-04-29T20:56:16.336Z Compiling env_filter v1.0.0
21622026-04-29T20:56:16.376Z Compiling memmap2 v0.9.10
21632026-04-29T20:56:16.450Z Compiling encoding_rs v0.8.35
21642026-04-29T20:56:16.506Z Compiling rustc-hash v2.1.1
21652026-04-29T20:56:16.525Z Compiling toml_write v0.1.2
21662026-04-29T20:56:16.553Z Compiling fixedbitset v0.5.7
21672026-04-29T20:56:16.599Z Compiling predicates-core v1.0.10
21682026-04-29T20:56:16.617Z Compiling whoami v2.1.0
21692026-04-29T20:56:16.643Z Compiling precomputed-hash v0.1.1
21702026-04-29T20:56:16.662Z Compiling fixedbitset v0.4.2
21712026-04-29T20:56:16.757Z Compiling jiff v0.2.21
21722026-04-29T20:56:16.767Z Compiling new_debug_unreachable v1.0.6
21732026-04-29T20:56:16.815Z Compiling difflib v0.4.0
21742026-04-29T20:56:16.851Z Compiling normalize-line-endings v0.3.0
21752026-04-29T20:56:16.874Z Compiling keccak v0.1.6
21762026-04-29T20:56:16.897Z Compiling data-encoding v2.10.0
21772026-04-29T20:56:16.914Z Compiling static_assertions v1.1.0
21782026-04-29T20:56:16.932Z Compiling mime v0.3.17
21792026-04-29T20:56:16.990Z Compiling tokio-postgres v0.7.16
21802026-04-29T20:56:17.009Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-04-29T20:56:17.097Z Compiling predicates v3.1.4
21822026-04-29T20:56:17.280Z Compiling hickory-proto v0.25.2
21832026-04-29T20:56:17.457Z Compiling sha3 v0.10.8
21842026-04-29T20:56:17.678Z Compiling string_cache v0.8.9
21852026-04-29T20:56:17.752Z Compiling petgraph v0.6.5
21862026-04-29T20:56:17.773Z Compiling petgraph v0.8.3
21872026-04-29T20:56:17.799Z Compiling similar v2.7.0
21882026-04-29T20:56:17.917Z Compiling toml_edit v0.22.27
21892026-04-29T20:56:18.137Z Compiling iddqd v0.3.18
21902026-04-29T20:56:18.560Z Compiling env_logger v0.11.9
21912026-04-29T20:56:18.902Z Compiling usdt v0.6.0
21922026-04-29T20:56:19.280Z Compiling serde_with v3.17.0
21932026-04-29T20:56:19.283Z Compiling ecdsa v0.16.9
21942026-04-29T20:56:19.506Z Compiling zip v4.6.1
21952026-04-29T20:56:19.716Z Compiling rsa v0.9.10
21962026-04-29T20:56:19.750Z Compiling ed25519-dalek v2.2.0
21972026-04-29T20:56:20.311Z Compiling crossterm v0.28.1
21982026-04-29T20:56:20.415Z Compiling clap v4.5.60
21992026-04-29T20:56:20.492Z Compiling zip v0.6.6
22002026-04-29T20:56:20.899Z Compiling strum v0.26.3
22012026-04-29T20:56:20.915Z Compiling toml v0.7.8
22022026-04-29T20:56:21.006Z Compiling tokio-stream v0.1.18
22032026-04-29T20:56:21.027Z Compiling buf-list v1.1.2
22042026-04-29T20:56:21.063Z Compiling itertools v0.13.0
22052026-04-29T20:56:21.172Z Compiling x509-cert v0.2.5
22062026-04-29T20:56:21.476Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22072026-04-29T20:56:21.494Z Compiling openapiv3 v2.2.0
22082026-04-29T20:56:21.622Z Compiling sha1 v0.10.6
22092026-04-29T20:56:21.863Z Compiling peg-runtime v0.8.5
22102026-04-29T20:56:22.310Z Compiling lalrpop-util v0.19.12
22112026-04-29T20:56:38.514Z Compiling macaddr v1.0.1
22122026-04-29T20:56:38.545Z Compiling structmeta-derive v0.3.0
22132026-04-29T20:56:38.582Z Compiling rayon-core v1.13.0
22142026-04-29T20:56:38.759Z Compiling crucible-workspace-hack v0.1.0
22152026-04-29T20:56:38.826Z Compiling itertools v0.14.0
22162026-04-29T20:56:38.842Z Compiling secrecy v0.10.3
22172026-04-29T20:56:39.018Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-29T20:56:39.046Z Compiling rustls v0.22.4
22192026-04-29T20:56:39.099Z Compiling heapless v0.8.0
22202026-04-29T20:56:39.373Z Compiling crossbeam-deque v0.8.6
22212026-04-29T20:56:39.430Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-04-29T20:56:39.459Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-04-29T20:56:39.476Z Compiling rustls-webpki v0.102.8
22242026-04-29T20:56:39.565Z Compiling structmeta v0.3.0
22252026-04-29T20:56:39.604Z Compiling futures-executor v0.3.32
22262026-04-29T20:56:39.622Z Compiling hash32 v0.3.1
22272026-04-29T20:56:39.626Z Compiling multer v3.1.0
22282026-04-29T20:56:39.657Z Compiling thread_local v1.1.9
22292026-04-29T20:56:39.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-04-29T20:56:39.779Z Compiling compression-core v0.4.31
22312026-04-29T20:56:39.796Z Compiling match_cfg v0.1.0
22322026-04-29T20:56:39.816Z Compiling unicode-width v0.2.0
22332026-04-29T20:56:39.864Z Compiling smoltcp v0.11.0
22342026-04-29T20:56:39.892Z Compiling slog-async v2.8.0
22352026-04-29T20:56:39.982Z Compiling rustls-webpki v0.103.9
22362026-04-29T20:56:40.025Z Compiling proc-macro-crate v3.4.0
22372026-04-29T20:56:40.041Z Compiling compression-codecs v0.4.37
22382026-04-29T20:56:40.118Z Compiling ingot-macros v0.1.1
22392026-04-29T20:56:40.226Z Compiling hostname v0.3.1
22402026-04-29T20:56:40.242Z Compiling derive-ex v0.1.8
22412026-04-29T20:56:40.260Z Compiling futures v0.3.32
22422026-04-29T20:56:40.380Z Compiling slog-json v2.6.1
22432026-04-29T20:56:40.413Z Compiling crossbeam-channel v0.5.15
22442026-04-29T20:56:40.431Z Compiling half v2.7.1
22452026-04-29T20:56:40.665Z Compiling newtype-uuid-macros v0.1.0
22462026-04-29T20:56:40.791Z Compiling cobs v0.3.0
22472026-04-29T20:56:40.809Z Compiling thiserror-impl-no-std v2.0.2
22482026-04-29T20:56:40.813Z Compiling universal-hash v0.5.1
22492026-04-29T20:56:41.015Z Compiling async-stream-impl v0.3.6
22502026-04-29T20:56:41.097Z Compiling serde_spanned v1.0.4
22512026-04-29T20:56:41.114Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-04-29T20:56:41.286Z Compiling is-terminal v0.4.17
22532026-04-29T20:56:41.329Z Compiling proc-macro-error-attr v1.0.4
22542026-04-29T20:56:41.409Z Compiling dropshot v0.17.0
22552026-04-29T20:56:41.412Z Compiling convert_case v0.4.0
22562026-04-29T20:56:41.558Z Compiling opaque-debug v0.3.1
22572026-04-29T20:56:41.574Z Compiling term v1.2.1
22582026-04-29T20:56:41.604Z Compiling ciborium-io v0.2.2
22592026-04-29T20:56:41.639Z Compiling take_mut v0.2.2
22602026-04-29T20:56:41.655Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-04-29T20:56:41.729Z Compiling toml_writer v1.0.6+spec-1.1.0
22622026-04-29T20:56:41.754Z Compiling derive_more v0.99.20
22632026-04-29T20:56:41.825Z Compiling test-strategy v0.4.5
22642026-04-29T20:56:41.891Z Compiling thiserror-no-std v2.0.2
22652026-04-29T20:56:41.908Z Compiling slog-term v2.9.2
22662026-04-29T20:56:41.951Z Compiling toml v1.0.6+spec-1.1.0
22672026-04-29T20:56:42.026Z Compiling ciborium-ll v0.2.2
22682026-04-29T20:56:42.107Z Compiling poly1305 v0.8.0
22692026-04-29T20:56:42.312Z Compiling tokio-rustls v0.25.0
22702026-04-29T20:56:42.328Z Compiling async-stream v0.3.6
22712026-04-29T20:56:42.655Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-04-29T20:56:42.705Z Compiling postcard v1.1.3
22732026-04-29T20:56:42.741Z Compiling ingot-types v0.1.2
22742026-04-29T20:56:43.061Z Compiling slog-bunyan v2.5.0
22752026-04-29T20:56:43.083Z Compiling num_enum_derive v0.7.5
22762026-04-29T20:56:43.109Z Compiling async-compression v0.4.41
22772026-04-29T20:56:43.171Z Compiling ingot v0.1.1
22782026-04-29T20:56:43.266Z Compiling parse-display-derive v0.10.0
22792026-04-29T20:56:43.406Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-04-29T20:56:43.573Z Compiling tokio-rustls v0.26.4
22812026-04-29T20:56:43.620Z Compiling rustls-platform-verifier v0.6.2
22822026-04-29T20:56:43.857Z Compiling hyper-rustls v0.27.7
22832026-04-29T20:56:43.874Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22842026-04-29T20:56:43.948Z Compiling proc-macro-crate v1.3.1
22852026-04-29T20:56:44.085Z Compiling backon v1.6.0
22862026-04-29T20:56:44.145Z Compiling reqwest v0.12.28
22872026-04-29T20:56:44.204Z Compiling reqwest v0.13.2
22882026-04-29T20:56:44.310Z Compiling waitgroup v0.1.2
22892026-04-29T20:56:44.367Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-04-29T20:56:44.412Z Compiling password-hash v0.5.0
22912026-04-29T20:56:44.496Z Compiling dropshot_endpoint v0.17.0
22922026-04-29T20:56:44.584Z Compiling chacha20 v0.9.1
22932026-04-29T20:56:44.603Z Compiling rustls-pemfile v2.2.0
22942026-04-29T20:56:44.800Z Compiling blake2 v0.10.6
22952026-04-29T20:56:44.874Z Compiling aead v0.5.2
22962026-04-29T20:56:44.915Z Compiling foreign-types-macros v0.2.3
22972026-04-29T20:56:45.099Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-04-29T20:56:45.115Z Compiling serde_path_to_error v0.1.20
22992026-04-29T20:56:45.208Z Compiling hostname v0.4.2
23002026-04-29T20:56:45.352Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-04-29T20:56:45.405Z Compiling proc-macro-error v1.0.4
23022026-04-29T20:56:45.425Z Compiling instant v0.1.13
23032026-04-29T20:56:45.498Z Compiling debug-ignore v1.0.5
23042026-04-29T20:56:45.514Z Compiling foreign-types-shared v0.3.1
23052026-04-29T20:56:45.535Z Compiling typeid v1.0.3
23062026-04-29T20:56:45.549Z Compiling cpufeatures v0.3.0
23072026-04-29T20:56:45.577Z Compiling backoff v0.4.0
23082026-04-29T20:56:45.610Z Compiling foreign-types v0.5.0
23092026-04-29T20:56:45.654Z Compiling chacha20 v0.10.0
23102026-04-29T20:56:45.654Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-04-29T20:56:45.658Z Compiling argon2 v0.5.3
23122026-04-29T20:56:45.672Z Compiling chacha20poly1305 v0.10.1
23132026-04-29T20:56:45.725Z Compiling parse-display v0.10.0
23142026-04-29T20:56:45.774Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-04-29T20:56:45.820Z Compiling num_enum_derive v0.5.11
23162026-04-29T20:56:45.881Z Compiling num_enum v0.7.5
23172026-04-29T20:56:45.896Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-04-29T20:56:46.040Z Compiling ciborium v0.2.2
23192026-04-29T20:56:46.160Z Compiling vsss-rs v3.3.4
23202026-04-29T20:56:46.178Z Compiling tabwriter v1.4.1
23212026-04-29T20:56:46.370Z Compiling regress v0.10.5
23222026-04-29T20:56:46.583Z Compiling byte-wrapper v0.1.0
23232026-04-29T20:56:46.629Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-04-29T20:56:46.728Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-04-29T20:56:46.770Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-04-29T20:56:46.891Z Compiling cstr-argument v0.1.2
23272026-04-29T20:56:47.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-04-29T20:56:47.179Z Compiling erased-serde v0.4.9
23292026-04-29T20:56:47.328Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-29T20:56:47.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-04-29T20:56:47.412Z Compiling num_enum v0.5.11
23322026-04-29T20:56:47.494Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-04-29T20:56:47.549Z Compiling rand v0.10.0
23342026-04-29T20:56:47.569Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23352026-04-29T20:56:47.587Z Compiling rayon v1.11.0
23362026-04-29T20:56:47.664Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23372026-04-29T20:56:47.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-04-29T20:56:47.768Z Compiling indent_write v2.2.0
23392026-04-29T20:56:47.792Z Compiling colored v3.1.1
23402026-04-29T20:56:47.811Z Compiling libefi-sys v0.1.0
23412026-04-29T20:56:47.828Z Compiling zone_cfg_derive v0.3.1
23422026-04-29T20:56:47.990Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-04-29T20:56:48.008Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23442026-04-29T20:56:48.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-04-29T20:56:48.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-04-29T20:56:48.086Z Compiling camino-tempfile v1.4.1
23472026-04-29T20:56:48.355Z Compiling itertools v0.12.1
23482026-04-29T20:56:48.411Z Compiling usdt-attr-macro v0.5.0
23492026-04-29T20:56:48.467Z Compiling usdt-macro v0.5.0
23502026-04-29T20:56:48.525Z Compiling num-derive v0.4.2
23512026-04-29T20:56:48.529Z Compiling bitfield-struct v0.6.2
23522026-04-29T20:56:48.579Z Compiling ordered-float v2.10.1
23532026-04-29T20:56:48.638Z Compiling blake3 v1.8.3
23542026-04-29T20:56:48.893Z Compiling memmap v0.7.0
23552026-04-29T20:56:49.042Z Compiling sigpipe v0.1.3
23562026-04-29T20:56:49.179Z Compiling glob v0.3.3
23572026-04-29T20:56:49.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-04-29T20:56:49.200Z Compiling swrite v0.1.0
23592026-04-29T20:56:49.232Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-04-29T20:56:49.254Z Compiling usdt v0.5.0
23612026-04-29T20:56:49.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-04-29T20:56:49.484Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-04-29T20:56:49.585Z Compiling serde-value v0.7.0
23642026-04-29T20:56:49.705Z Compiling serde-untagged v0.1.9
23652026-04-29T20:56:49.835Z Compiling zone v0.3.1
23662026-04-29T20:56:49.895Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-04-29T20:56:50.097Z Compiling toml v0.8.23
23682026-04-29T20:56:50.132Z Compiling smf v0.2.3
23692026-04-29T20:56:50.148Z Compiling filetime v0.2.27
23702026-04-29T20:56:50.210Z Compiling unicode-xid v0.2.6
23712026-04-29T20:56:50.213Z Compiling same-file v1.0.6
23722026-04-29T20:56:50.262Z Compiling arrayvec v0.7.6
23732026-04-29T20:56:50.311Z Compiling whoami v1.6.1
23742026-04-29T20:56:50.382Z Compiling arrayref v0.3.9
23752026-04-29T20:56:50.400Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-04-29T20:56:50.428Z Compiling xattr v1.6.1
23772026-04-29T20:56:50.447Z Compiling constant_time_eq v0.4.2
23782026-04-29T20:56:50.489Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-04-29T20:56:50.508Z Compiling walkdir v2.5.0
23802026-04-29T20:56:50.525Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-04-29T20:56:50.668Z Compiling tar v0.4.45
23822026-04-29T20:56:50.782Z Compiling cargo-util-schemas v0.8.2
23832026-04-29T20:56:50.782Z Compiling tokio-dtrace v0.1.1
23842026-04-29T20:56:51.158Z Compiling console v0.16.2
23852026-04-29T20:56:51.177Z Compiling gethostname v0.5.0
23862026-04-29T20:56:51.195Z Compiling cargo-platform v0.2.0
23872026-04-29T20:56:51.257Z Compiling unit-prefix v0.5.2
23882026-04-29T20:56:51.282Z Compiling topological-sort v0.2.2
23892026-04-29T20:56:51.341Z Compiling oxide-tokio-rt v0.1.4
23902026-04-29T20:56:51.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-04-29T20:56:51.451Z Compiling shell-words v1.1.1
23922026-04-29T20:56:51.602Z Compiling indicatif v0.18.4
23932026-04-29T20:56:51.934Z Compiling cargo_metadata v0.21.0
23942026-04-29T20:57:00.826Z Compiling progenitor-client v0.14.0
23952026-04-29T20:57:00.870Z Compiling progenitor-client v0.10.0
23962026-04-29T20:57:00.870Z Compiling omicron-zone-package v0.12.2
23972026-04-29T20:57:00.966Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-04-29T20:57:00.966Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-04-29T20:57:00.999Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-04-29T20:57:01.310Z Compiling progenitor-extras v0.2.0
24012026-04-29T20:57:01.329Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-04-29T20:57:01.362Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-04-29T20:57:01.575Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-04-29T20:57:01.873Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24052026-04-29T20:57:01.934Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-04-29T20:57:01.987Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24072026-04-29T20:57:06.217Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-04-29T20:57:13.684Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-04-29T20:57:16.780Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-04-29T20:57:17.771Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-04-29T20:57:27.291Z Finished `release` profile [optimized] target(s) in 1m 40s
24122026-04-29T20:57:27.443Z Running `target/release/omicron-package -t test target create -p dev`
24132026-04-29T20:57:27.506ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-04-29T20:57:27.510ZCreated new build target 'test' and set it as active
24152026-04-29T20:57:27.510Z
24162026-04-29T20:57:27.510Zreal 1:40.450353118
24172026-04-29T20:57:27.510Zuser 16:25.342262193
24182026-04-29T20:57:27.510Zsys 2:38.618555921
24192026-04-29T20:57:27.510Ztrap 0.456101531
24202026-04-29T20:57:27.510Ztflt 2.641936015
24212026-04-29T20:57:27.510Zdflt 3.732497627
24222026-04-29T20:57:27.510Zkflt 0.000540085
24232026-04-29T20:57:27.510Zlock 51:54.644522630
24242026-04-29T20:57:27.510Zslp 41:46.306823288
24252026-04-29T20:57:27.510Zlat 47.710374987
24262026-04-29T20:57:27.510Zstop 5:47.491765157
24272026-04-29T20:57:27.510Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-04-29T20:57:28.391Z Finished `release` profile [optimized] target(s) in 0.87s
24292026-04-29T20:57:28.475Z Running `target/release/omicron-package -t test package`
24302026-04-29T20:57:28.534ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-04-29T20:57:29.947Z Compiling heck v0.5.0
24322026-04-29T20:57:29.947Z Compiling regress v0.11.1
24332026-04-29T20:57:29.947Z Compiling unsafe-libyaml v0.2.11
24342026-04-29T20:57:30.210Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-04-29T20:57:30.230Z Compiling regress v0.10.5
24362026-04-29T20:57:30.254Z Compiling unicode-width v0.1.14
24372026-04-29T20:57:30.257Z Compiling is-terminal v0.4.17
24382026-04-29T20:57:30.296Z Compiling prettyplease v0.2.37
24392026-04-29T20:57:30.299Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24402026-04-29T20:57:30.299Z Compiling bytecount v0.6.9
24412026-04-29T20:57:30.299Z Compiling rustls v0.22.4
24422026-04-29T20:57:30.319Z Compiling rustls-webpki v0.102.8
24432026-04-29T20:57:30.337Z Compiling derive-where v1.6.0
24442026-04-29T20:57:30.341Z Compiling thread_local v1.1.9
24452026-04-29T20:57:30.341Z Compiling match_cfg v0.1.0
24462026-04-29T20:57:30.466Z Compiling compression-core v0.4.31
24472026-04-29T20:57:30.486Z Compiling hostname v0.3.1
24482026-04-29T20:57:30.489Z Compiling multer v3.1.0
24492026-04-29T20:57:30.534Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24502026-04-29T20:57:30.538Z Compiling slog-async v2.8.0
24512026-04-29T20:57:30.581Z Compiling crossbeam-channel v0.5.15
24522026-04-29T20:57:30.601Z Compiling compression-codecs v0.4.37
24532026-04-29T20:57:30.625Z Compiling slog-json v2.6.1
24542026-04-29T20:57:30.628Z Compiling futures-executor v0.3.32
24552026-04-29T20:57:30.668Z Compiling serde_spanned v1.0.4
24562026-04-29T20:57:30.672Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-04-29T20:57:30.672Z Compiling term v1.2.1
24582026-04-29T20:57:30.735Z Compiling serde_yaml v0.9.34+deprecated
24592026-04-29T20:57:30.865Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-04-29T20:57:30.866Z Compiling take_mut v0.2.2
24612026-04-29T20:57:30.928Z Compiling futures v0.3.32
24622026-04-29T20:57:30.949Z Compiling slog-bunyan v2.5.0
24632026-04-29T20:57:30.975Z Compiling async-compression v0.4.41
24642026-04-29T20:57:31.023Z Compiling slog-term v2.9.2
24652026-04-29T20:57:31.118Z Compiling dropshot v0.17.0
24662026-04-29T20:57:31.141Z Compiling toml v1.0.6+spec-1.1.0
24672026-04-29T20:57:31.144Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-04-29T20:57:31.189Z Compiling async-stream v0.3.6
24692026-04-29T20:57:31.232Z Compiling num-rational v0.4.2
24702026-04-29T20:57:31.303Z Compiling progenitor-client v0.14.0
24712026-04-29T20:57:31.337Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-04-29T20:57:31.386Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24732026-04-29T20:57:31.462Z Compiling waitgroup v0.1.2
24742026-04-29T20:57:31.497Z Compiling backon v1.6.0
24752026-04-29T20:57:31.537Z Compiling rustls-pemfile v2.2.0
24762026-04-29T20:57:31.563Z Compiling num-complex v0.4.6
24772026-04-29T20:57:31.585Z Compiling hostname v0.4.2
24782026-04-29T20:57:31.630Z Compiling serde_path_to_error v0.1.20
24792026-04-29T20:57:31.631Z Compiling instant v0.1.13
24802026-04-29T20:57:31.676Z Compiling typify-impl v0.6.2
24812026-04-29T20:57:31.730Z Compiling debug-ignore v1.0.5
24822026-04-29T20:57:31.751Z Compiling progenitor-extras v0.2.0
24832026-04-29T20:57:31.775Z Compiling backoff v0.4.0
24842026-04-29T20:57:31.800Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24852026-04-29T20:57:31.869Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24862026-04-29T20:57:32.030Z Compiling num v0.4.3
24872026-04-29T20:57:32.030Z Compiling parse-display v0.10.0
24882026-04-29T20:57:32.076Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-04-29T20:57:32.079Z Compiling progenitor-client v0.13.0
24902026-04-29T20:57:32.142Z Compiling progenitor-client v0.10.0
24912026-04-29T20:57:32.170Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24922026-04-29T20:57:32.213Z Compiling macaddr v1.0.1
24932026-04-29T20:57:32.239Z Compiling float-ord v0.3.2
24942026-04-29T20:57:32.355Z Compiling console v0.15.11
24952026-04-29T20:57:32.398Z Compiling slog-dtrace v0.3.0
24962026-04-29T20:57:32.497Z Compiling atomicwrites v0.4.4
24972026-04-29T20:57:32.626Z Compiling newline-converter v0.3.0
24982026-04-29T20:57:32.650Z Compiling async-recursion v1.1.1
24992026-04-29T20:57:32.696Z Compiling tokio-rustls v0.25.0
25002026-04-29T20:57:32.725Z Compiling owo-colors v4.3.0
25012026-04-29T20:57:32.821Z Compiling cancel-safe-futures v0.1.5
25022026-04-29T20:57:32.824Z Compiling expectorate v1.2.0
25032026-04-29T20:57:32.905Z Compiling libsw-core v0.3.2
25042026-04-29T20:57:32.999Z Compiling resolv-conf v0.7.6
25052026-04-29T20:57:33.098Z Compiling libsw v3.5.0
25062026-04-29T20:57:33.145Z Compiling toml v0.8.23
25072026-04-29T20:57:33.288Z Compiling linear-map v1.2.0
25082026-04-29T20:57:33.310Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25092026-04-29T20:57:33.378Z Compiling minimal-lexical v0.2.1
25102026-04-29T20:57:33.558Z Compiling linked-hash-map v0.5.6
25112026-04-29T20:57:33.618Z Compiling nom v7.1.3
25122026-04-29T20:57:33.664Z Compiling unicode-xid v0.2.6
25132026-04-29T20:57:33.687Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-04-29T20:57:33.709Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-04-29T20:57:33.766Z Compiling lru-cache v0.1.2
25162026-04-29T20:57:33.796Z Compiling globset v0.4.18
25172026-04-29T20:57:33.819Z Compiling hickory-proto v0.24.4
25182026-04-29T20:57:33.844Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-04-29T20:57:33.962Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-04-29T20:57:34.151Z Compiling convert_case v0.10.0
25212026-04-29T20:57:34.459Z Compiling derive_more-impl v2.1.1
25222026-04-29T20:57:34.709Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-04-29T20:57:35.048Z Compiling pin-project-internal v1.1.11
25242026-04-29T20:57:35.105Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-04-29T20:57:35.212Z Compiling typify-macro v0.6.2
25262026-04-29T20:57:35.305Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-04-29T20:57:35.560Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-04-29T20:57:35.814Z Compiling derive_more v2.1.1
25292026-04-29T20:57:35.923Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-04-29T20:57:36.103Z Compiling pin-project v1.1.11
25312026-04-29T20:57:36.264Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-04-29T20:57:36.483Z Compiling hickory-resolver v0.24.4
25332026-04-29T20:57:36.534Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-04-29T20:57:36.562Z Compiling papergrid v0.11.0
25352026-04-29T20:57:36.709Z Compiling tabled_derive v0.7.0
25362026-04-29T20:57:36.766Z Compiling typify v0.6.2
25372026-04-29T20:57:37.023Z Compiling progenitor-impl v0.14.0
25382026-04-29T20:57:37.140Z Compiling progenitor-impl v0.13.0
25392026-04-29T20:57:37.690Z Compiling qorb v0.4.1
25402026-04-29T20:57:38.119Z Compiling pem v3.0.6
25412026-04-29T20:57:38.873Z Compiling snafu-derive v0.8.9
25422026-04-29T20:57:39.223Z Compiling progenitor-macro v0.14.0
25432026-04-29T20:57:39.358Z Compiling progenitor-macro v0.13.0
25442026-04-29T20:57:39.838Z Compiling termtree v0.5.1
25452026-04-29T20:57:39.841Z Compiling tabled v0.15.0
25462026-04-29T20:57:40.049Z Compiling crossterm v0.29.0
25472026-04-29T20:57:41.709Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-04-29T20:57:41.823Z Compiling snafu v0.8.9
25492026-04-29T20:57:42.042Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-04-29T20:57:42.433Z Compiling olpc-cjson v0.1.4
25512026-04-29T20:57:42.454Z Compiling phf_shared v0.12.1
25522026-04-29T20:57:42.691Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25532026-04-29T20:57:42.728Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-04-29T20:57:42.988Z Compiling serde_plain v1.0.2
25552026-04-29T20:57:43.123Z Compiling vte v0.14.1
25562026-04-29T20:57:43.317Z Compiling csv-core v0.1.13
25572026-04-29T20:57:43.341Z Compiling typed-path v0.9.3
25582026-04-29T20:57:43.345Z Compiling progenitor v0.14.0
25592026-04-29T20:57:43.412Z Compiling chrono-tz v0.10.4
25602026-04-29T20:57:43.476Z Compiling progenitor v0.13.0
25612026-04-29T20:57:43.578Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25622026-04-29T20:57:43.669Z Compiling highway v1.3.0
25632026-04-29T20:57:43.729Z Compiling csv v1.4.0
25642026-04-29T20:57:43.790Z Compiling strip-ansi-escapes v0.2.1
25652026-04-29T20:57:43.954Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-04-29T20:57:44.394Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25672026-04-29T20:57:44.457Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-04-29T20:57:44.711Z Compiling tough v0.20.0
25692026-04-29T20:57:44.770Z Compiling phf v0.12.1
25702026-04-29T20:57:44.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-04-29T20:57:45.470Z Compiling const_format_proc_macros v0.2.34
25722026-04-29T20:57:46.246Z Compiling fd-lock v4.0.4
25732026-04-29T20:57:46.286Z Compiling peg-macros v0.8.5
25742026-04-29T20:57:46.451Z Compiling nu-ansi-term v0.50.3
25752026-04-29T20:57:46.826Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-04-29T20:57:47.049Z Compiling reedline v0.40.0
25772026-04-29T20:57:47.143Z Compiling const_format v0.2.35
25782026-04-29T20:57:47.585Z Compiling peg v0.8.5
25792026-04-29T20:57:47.644Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25802026-04-29T20:57:47.691Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-04-29T20:57:47.713Z Compiling bcs v0.1.6
25822026-04-29T20:57:48.154Z Compiling semver v0.1.20
25832026-04-29T20:57:48.340Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25842026-04-29T20:57:48.450Z Compiling rustc_version v0.1.7
25852026-04-29T20:57:48.612Z Compiling smawk v0.3.2
25862026-04-29T20:57:48.633Z Compiling humantime v2.3.0
25872026-04-29T20:57:48.697Z Compiling newtype_derive v0.1.6
25882026-04-29T20:57:48.814Z Compiling unicode-linebreak v0.1.5
25892026-04-29T20:57:49.007Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-04-29T20:57:49.122Z Compiling textwrap v0.16.2
25912026-04-29T20:57:49.259Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-04-29T20:57:50.071Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-04-29T20:57:50.197Z Compiling dropshot-api-manager-types v0.7.1
25942026-04-29T20:57:50.427Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-04-29T20:57:50.789Z Compiling base64 v0.21.7
25962026-04-29T20:57:50.812Z Compiling steno v0.4.1
25972026-04-29T20:57:50.893Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25982026-04-29T20:57:50.986Z Compiling utf-8 v0.7.6
25992026-04-29T20:57:51.155Z Compiling tagptr v0.2.0
26002026-04-29T20:57:51.228Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-04-29T20:57:51.330Z Compiling moka v0.12.13
26022026-04-29T20:57:51.353Z Compiling tungstenite v0.21.0
26032026-04-29T20:57:51.400Z Compiling radium v0.7.0
26042026-04-29T20:57:51.734Z Compiling maybe-uninit v2.0.0
26052026-04-29T20:57:52.065Z Compiling tokio-tungstenite v0.21.0
26062026-04-29T20:57:52.185Z Compiling tap v1.0.1
26072026-04-29T20:57:52.344Z Compiling wyz v0.5.1
26082026-04-29T20:57:52.469Z Compiling hickory-resolver v0.25.2
26092026-04-29T20:57:52.619Z Compiling zerocopy-derive v0.6.6
26102026-04-29T20:57:52.622Z Compiling display-error-chain v0.2.2
26112026-04-29T20:57:52.725Z Compiling funty v2.0.0
26122026-04-29T20:57:52.832Z Compiling crc-catalog v2.4.0
26132026-04-29T20:57:52.861Z Compiling packed_struct v0.10.1
26142026-04-29T20:57:52.958Z Compiling crc v3.4.0
26152026-04-29T20:57:53.177Z Compiling bitvec v1.0.1
26162026-04-29T20:57:53.199Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26172026-04-29T20:57:53.414Z Compiling packed_struct_codegen v0.10.1
26182026-04-29T20:57:53.436Z Compiling zerocopy v0.6.6
26192026-04-29T20:57:53.562Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26202026-04-29T20:57:53.714Z Compiling bitfield-macros v0.19.4
26212026-04-29T20:57:53.854Z Compiling indexmap v1.9.3
26222026-04-29T20:57:54.095Z Compiling nodrop v0.1.14
26232026-04-29T20:57:54.234Z Compiling array-init v0.0.4
26242026-04-29T20:57:54.452Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-04-29T20:57:54.475Z Compiling bitfield v0.19.4
26262026-04-29T20:57:54.665Z Compiling smallvec v0.6.14
26272026-04-29T20:57:54.807Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26282026-04-29T20:57:55.009Z Compiling num-derive v0.3.3
26292026-04-29T20:57:55.138Z Compiling proc-macro-error-attr2 v2.0.0
26302026-04-29T20:57:55.557Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26312026-04-29T20:57:55.897Z Compiling hashbrown v0.12.3
26322026-04-29T20:57:56.540Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-04-29T20:57:57.053Z Compiling libscf-sys v1.1.0
26342026-04-29T20:57:57.137Z Compiling proc-macro-error2 v2.0.1
26352026-04-29T20:57:57.225Z Compiling serde-hex v0.1.0
26362026-04-29T20:57:57.354Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-04-29T20:57:57.608Z Compiling ron v0.8.1
26382026-04-29T20:57:57.632Z Compiling typify-impl v0.4.3
26392026-04-29T20:57:57.655Z Compiling hashbrown v0.13.2
26402026-04-29T20:57:58.169Z Compiling vergen-gitcl v1.0.8
26412026-04-29T20:57:58.204Z Compiling dirs-sys-next v0.1.2
26422026-04-29T20:57:58.265Z Compiling glob v0.3.3
26432026-04-29T20:57:58.418Z Compiling diesel_derives v2.3.7
26442026-04-29T20:57:58.470Z Compiling crc-any v2.5.0
26452026-04-29T20:57:58.491Z Compiling maplit v1.0.2
26462026-04-29T20:57:58.620Z Compiling crunchy v0.2.4
26472026-04-29T20:57:58.642Z Compiling clang-sys v1.8.1
26482026-04-29T20:57:58.734Z Compiling dirs-next v2.0.0
26492026-04-29T20:57:58.888Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26502026-04-29T20:57:58.941Z Compiling object v0.30.4
26512026-04-29T20:57:58.975Z Compiling tabled_derive v0.11.0
26522026-04-29T20:57:59.008Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26532026-04-29T20:57:59.043Z Compiling papergrid v0.17.0
26542026-04-29T20:57:59.321Z Compiling testing_table v0.3.0
26552026-04-29T20:57:59.406Z Compiling dsl_auto_type v0.2.0
26562026-04-29T20:57:59.593Z Compiling scheduled-thread-pool v0.2.7
26572026-04-29T20:57:59.707Z Compiling diesel_table_macro_syntax v0.3.0
26582026-04-29T20:57:59.766Z Compiling path-slash v0.1.5
26592026-04-29T20:57:59.941Z Compiling tiny-keccak v2.0.2
26602026-04-29T20:57:59.966Z Compiling r2d2 v0.8.10
26612026-04-29T20:58:00.071Z Compiling term v0.7.0
26622026-04-29T20:58:00.209Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-04-29T20:58:00.237Z Compiling tabled v0.20.0
26642026-04-29T20:58:00.265Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-04-29T20:58:00.503Z Compiling xshell-macros v0.2.7
26662026-04-29T20:58:00.609Z Compiling bit-vec v0.6.3
26672026-04-29T20:58:00.685Z Compiling downcast-rs v2.0.2
26682026-04-29T20:58:00.824Z Compiling bit-set v0.5.3
26692026-04-29T20:58:00.912Z Compiling xshell v0.2.7
26702026-04-29T20:58:00.934Z Compiling ascii-canvas v3.0.0
26712026-04-29T20:58:01.019Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26722026-04-29T20:58:01.109Z Compiling typify-macro v0.4.3
26732026-04-29T20:58:01.197Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26742026-04-29T20:58:01.201Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26752026-04-29T20:58:01.504Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26762026-04-29T20:58:01.653Z Compiling itertools v0.10.5
26772026-04-29T20:58:02.002Z Compiling ena v0.14.4
26782026-04-29T20:58:02.245Z Compiling libloading v0.8.9
26792026-04-29T20:58:02.267Z Compiling regex-syntax v0.6.29
26802026-04-29T20:58:02.569Z Compiling unicase v2.9.0
26812026-04-29T20:58:02.669Z Compiling bindgen v0.71.1
26822026-04-29T20:58:02.797Z Compiling diff v0.1.13
26832026-04-29T20:58:03.074Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26842026-04-29T20:58:03.780Z Compiling lalrpop v0.19.12
26852026-04-29T20:58:04.266Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-04-29T20:58:04.355Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-04-29T20:58:04.706Z Compiling diesel v2.3.7
26882026-04-29T20:58:04.732Z Compiling cexpr v0.6.0
26892026-04-29T20:58:04.958Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-04-29T20:58:05.185Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-04-29T20:58:05.373Z Compiling crc8 v0.1.1
26922026-04-29T20:58:05.444Z Compiling typify v0.4.3
26932026-04-29T20:58:05.518Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26942026-04-29T20:58:05.549Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26952026-04-29T20:58:05.587Z Compiling headers-core v0.3.0
26962026-04-29T20:58:05.591Z Compiling libxml v0.3.3
26972026-04-29T20:58:05.634Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-04-29T20:58:05.756Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-04-29T20:58:05.909Z Compiling headers v0.4.1
27002026-04-29T20:58:06.058Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27012026-04-29T20:58:06.287Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27022026-04-29T20:58:06.766Z Compiling strum_macros v0.24.3
27032026-04-29T20:58:06.844Z Compiling indoc v1.0.9
27042026-04-29T20:58:07.049Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-04-29T20:58:07.298Z Compiling derive_builder v0.20.2
27062026-04-29T20:58:07.319Z Compiling oso-derive v0.27.3
27072026-04-29T20:58:07.467Z Compiling quick-xml v0.37.5
27082026-04-29T20:58:07.566Z Compiling impl-trait-for-tuples v0.2.3
27092026-04-29T20:58:07.828Z Compiling openssl-probe v0.1.6
27102026-04-29T20:58:08.027Z Compiling half v1.8.3
27112026-04-29T20:58:08.132Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-04-29T20:58:08.160Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-04-29T20:58:08.643Z Compiling serde_cbor v0.11.2
27142026-04-29T20:58:08.836Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-04-29T20:58:08.875Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-04-29T20:58:08.902Z Compiling bb8 v0.8.6
27172026-04-29T20:58:09.107Z Compiling trait-variant v0.1.2
27182026-04-29T20:58:09.344Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192026-04-29T20:58:09.698Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27202026-04-29T20:58:09.738Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27212026-04-29T20:58:09.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-04-29T20:58:10.097Z Compiling fxhash v0.2.1
27232026-04-29T20:58:10.140Z Compiling samael v0.0.19
27242026-04-29T20:58:10.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27252026-04-29T20:58:10.239Z Compiling progenitor-impl v0.10.0
27262026-04-29T20:58:10.259Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27272026-04-29T20:58:10.283Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-04-29T20:58:10.308Z Compiling kstat-rs v0.2.4
27292026-04-29T20:58:10.465Z Compiling libz-sys v1.1.24
27302026-04-29T20:58:10.804Z Compiling nonempty v0.12.0
27312026-04-29T20:58:10.938Z Compiling salty v0.3.0
27322026-04-29T20:58:11.132Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332026-04-29T20:58:11.319Z Compiling polar-core v0.27.3
27342026-04-29T20:58:11.609Z Compiling progenitor-impl v0.11.2
27352026-04-29T20:58:11.699Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27362026-04-29T20:58:11.724Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27372026-04-29T20:58:12.384Z Compiling progenitor-macro v0.10.0
27382026-04-29T20:58:13.483Z Compiling darling_core v0.23.0
27392026-04-29T20:58:13.765Z Compiling nanorand v0.7.0
27402026-04-29T20:58:14.020Z Compiling arc-swap v1.8.2
27412026-04-29T20:58:14.149Z Compiling fs-err v2.11.0
27422026-04-29T20:58:14.388Z Compiling parking_lot_core v0.8.6
27432026-04-29T20:58:14.643Z Compiling mime_guess v2.0.5
27442026-04-29T20:58:14.842Z Compiling slog-scope v4.4.1
27452026-04-29T20:58:15.171Z Compiling flume v0.11.1
27462026-04-29T20:58:15.327Z Compiling progenitor-macro v0.11.2
27472026-04-29T20:58:15.631Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27482026-04-29T20:58:15.677Z Compiling darling_macro v0.23.0
27492026-04-29T20:58:15.960Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27502026-04-29T20:58:16.514Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-04-29T20:58:17.227Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-04-29T20:58:17.881Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-04-29T20:58:19.314Z Compiling progenitor v0.10.0
27542026-04-29T20:58:19.526Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-04-29T20:58:19.605Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-04-29T20:58:20.186Z Compiling oso v0.27.3
27572026-04-29T20:58:20.747Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-04-29T20:58:21.040Z Compiling progenitor-client v0.11.2
27592026-04-29T20:58:24.369Z Compiling diesel-dtrace v0.5.0
27602026-04-29T20:58:24.663Z Compiling async-bb8-diesel v0.2.1
27612026-04-29T20:58:24.695Z Compiling git-stub v1.0.0
27622026-04-29T20:58:24.986Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-04-29T20:58:25.130Z Compiling instability v0.3.11
27642026-04-29T20:58:25.224Z Compiling git-stub-vcs v0.1.0
27652026-04-29T20:58:25.291Z Compiling progenitor v0.11.2
27662026-04-29T20:58:25.399Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-04-29T20:58:25.482Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27682026-04-29T20:58:25.606Z Compiling darling v0.23.0
27692026-04-29T20:58:25.760Z Compiling slog-stdlog v4.1.1
27702026-04-29T20:58:26.658Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27712026-04-29T20:58:26.726Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27722026-04-29T20:58:26.818Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-04-29T20:58:27.790Z Compiling ignore v0.4.25
27742026-04-29T20:58:28.485Z Compiling primeorder v0.13.6
27752026-04-29T20:58:28.826Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-04-29T20:58:29.469Z Compiling castaway v0.2.4
27772026-04-29T20:58:29.630Z Compiling atty v0.2.14
27782026-04-29T20:58:29.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-29T20:58:29.846Z Compiling http-range v0.1.5
27802026-04-29T20:58:30.028Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27812026-04-29T20:58:30.200Z Compiling indoc v2.0.7
27822026-04-29T20:58:30.250Z Compiling parse-size v1.1.0
27832026-04-29T20:58:30.323Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-29T20:58:30.362Z Compiling compact_str v0.8.1
27852026-04-29T20:58:30.469Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27862026-04-29T20:58:31.349Z Compiling p384 v0.13.1
27872026-04-29T20:58:31.500Z Compiling globwalk v0.9.1
27882026-04-29T20:58:32.058Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-04-29T20:58:32.188Z Compiling parking_lot v0.11.2
27902026-04-29T20:58:32.629Z Compiling slog-envlogger v2.2.0
27912026-04-29T20:58:32.821Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-04-29T20:58:33.112Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27932026-04-29T20:58:33.301Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942026-04-29T20:58:33.323Z Compiling predicates-tree v1.0.13
27952026-04-29T20:58:33.481Z Compiling unicode-truncate v1.1.0
27962026-04-29T20:58:33.505Z Compiling lru v0.12.5
27972026-04-29T20:58:33.706Z Compiling rand_seeder v0.4.0
27982026-04-29T20:58:33.755Z Compiling prefix-trie v0.7.0
27992026-04-29T20:58:33.796Z Compiling vergen-git2 v1.0.7
28002026-04-29T20:58:33.818Z Compiling illumos-nvpair-sys v0.2.0
28012026-04-29T20:58:33.839Z Compiling cassowary v0.3.0
28022026-04-29T20:58:33.977Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-04-29T20:58:34.118Z Compiling ratatui v0.29.0
28042026-04-29T20:58:34.193Z Compiling hickory-server v0.25.2
28052026-04-29T20:58:34.251Z Compiling camino-tempfile-ext v0.3.3
28062026-04-29T20:58:34.638Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-04-29T20:58:34.947Z Compiling hyper-staticfile v0.10.1
28082026-04-29T20:58:35.120Z Compiling sled v0.34.7
28092026-04-29T20:58:36.004Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28102026-04-29T20:58:36.157Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28112026-04-29T20:58:36.525Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-04-29T20:58:36.722Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28132026-04-29T20:58:37.406Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28142026-04-29T20:58:37.562Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28152026-04-29T20:58:37.925Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28162026-04-29T20:58:38.171Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28172026-04-29T20:58:38.246Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-04-29T20:58:38.721Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28192026-04-29T20:58:38.749Z Compiling rustls v0.21.12
28202026-04-29T20:58:38.982Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-04-29T20:58:39.003Z Compiling corncobs v0.1.4
28222026-04-29T20:58:39.252Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-04-29T20:58:39.255Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28242026-04-29T20:58:39.365Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28252026-04-29T20:58:39.429Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28262026-04-29T20:58:39.682Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28272026-04-29T20:58:39.974Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28282026-04-29T20:58:39.978Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28292026-04-29T20:58:40.607Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-04-29T20:58:40.777Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-04-29T20:58:42.989Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-04-29T20:58:43.149Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28332026-04-29T20:58:43.257Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-04-29T20:58:43.377Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-04-29T20:58:43.492Z Compiling rustls-webpki v0.101.7
28362026-04-29T20:58:43.627Z Compiling sct v0.7.1
28372026-04-29T20:58:43.719Z Compiling nix v0.29.0
28382026-04-29T20:58:43.928Z Compiling secrecy v0.8.0
28392026-04-29T20:58:44.125Z Compiling dropshot v0.16.7
28402026-04-29T20:58:44.147Z Compiling void v1.0.2
28412026-04-29T20:58:44.306Z Compiling lzss v0.8.2
28422026-04-29T20:58:44.833Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-04-29T20:58:45.203Z Compiling illumos-nvpair v0.3.0
28442026-04-29T20:58:45.701Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28452026-04-29T20:58:46.103Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-04-29T20:58:46.752Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-29T20:58:46.818Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28482026-04-29T20:58:46.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-04-29T20:58:47.157Z Compiling tungstenite v0.23.0
28502026-04-29T20:58:47.472Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-04-29T20:58:47.705Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-04-29T20:58:47.755Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28532026-04-29T20:58:47.935Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28542026-04-29T20:58:47.985Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28552026-04-29T20:58:48.175Z Compiling toml v0.9.12+spec-1.1.0
28562026-04-29T20:58:48.219Z Compiling nix v0.27.1
28572026-04-29T20:58:48.244Z Compiling dropshot_endpoint v0.16.7
28582026-04-29T20:58:48.983Z Compiling serde_bytes v0.11.19
28592026-04-29T20:58:49.286Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28602026-04-29T20:58:49.534Z Compiling tokio-tungstenite v0.23.1
28612026-04-29T20:58:49.587Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28622026-04-29T20:58:49.860Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28632026-04-29T20:58:49.917Z Compiling tokio-rustls v0.24.1
28642026-04-29T20:58:50.204Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28652026-04-29T20:58:50.350Z Compiling git2 v0.20.4
28662026-04-29T20:58:51.910Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-04-29T20:58:52.406Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28682026-04-29T20:58:53.364Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-04-29T20:58:53.514Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28702026-04-29T20:58:54.921Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28712026-04-29T20:58:54.954Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28722026-04-29T20:58:55.354Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28732026-04-29T20:58:55.487Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28742026-04-29T20:58:56.365Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-04-29T20:58:57.001Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28762026-04-29T20:58:58.141Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28772026-04-29T20:58:59.264Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782026-04-29T20:58:59.743Z Compiling rustls-pemfile v1.0.4
28792026-04-29T20:59:00.171Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28802026-04-29T20:59:00.193Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28812026-04-29T20:59:00.223Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-04-29T20:59:02.725Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28832026-04-29T20:59:02.840Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28842026-04-29T20:59:03.032Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-04-29T20:59:03.160Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28862026-04-29T20:59:03.514Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-04-29T20:59:03.744Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28882026-04-29T20:59:04.162Z Compiling signal-hook-tokio v0.3.1
28892026-04-29T20:59:04.356Z Compiling twox-hash v2.1.2
28902026-04-29T20:59:04.605Z Compiling yasna v0.5.2
28912026-04-29T20:59:04.631Z Compiling is_ci v1.2.0
28922026-04-29T20:59:04.775Z Compiling supports-color v3.0.2
28932026-04-29T20:59:04.881Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28942026-04-29T20:59:05.607Z Compiling rcgen v0.12.1
28952026-04-29T20:59:05.611Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-04-29T20:59:06.139Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-04-29T20:59:06.570Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28982026-04-29T20:59:06.634Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28992026-04-29T20:59:07.987Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29002026-04-29T20:59:08.385Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29012026-04-29T20:59:08.700Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29022026-04-29T20:59:09.565Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29032026-04-29T20:59:09.729Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29042026-04-29T20:59:09.969Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29052026-04-29T20:59:09.991Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29062026-04-29T20:59:10.204Z Compiling fatfs v0.3.6
29072026-04-29T20:59:10.227Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29082026-04-29T20:59:11.438Z Compiling rtoolbox v0.0.3
29092026-04-29T20:59:11.462Z Compiling subprocess v0.2.15
29102026-04-29T20:59:11.727Z Compiling assert_matches v1.5.0
29112026-04-29T20:59:11.846Z Compiling seq-macro v0.3.6
29122026-04-29T20:59:11.973Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29132026-04-29T20:59:12.343Z Compiling rpassword v7.4.0
29142026-04-29T20:59:12.669Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29152026-04-29T20:59:13.306Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29162026-04-29T20:59:13.676Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29172026-04-29T20:59:13.816Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29182026-04-29T20:59:13.943Z Compiling tui-tree-widget v0.23.1
29192026-04-29T20:59:14.240Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29202026-04-29T20:59:15.798Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29212026-04-29T20:59:15.895Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29222026-04-29T20:59:16.216Z Compiling uzers v0.12.2
29232026-04-29T20:59:16.329Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29242026-04-29T20:59:17.062Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29252026-04-29T20:59:18.101Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29262026-04-29T20:59:18.709Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29272026-04-29T20:59:22.331Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29282026-04-29T20:59:24.547Z Compiling support-bundle-viewer v0.1.2
29292026-04-29T20:59:25.295Z Compiling multimap v0.10.1
29302026-04-29T20:59:31.463Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29312026-04-29T20:59:42.942Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29322026-04-29T20:59:42.996Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29332026-04-29T20:59:43.307Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29342026-04-29T21:04:53.583Z Finished `release` profile [optimized] target(s) in 7m 24s
29352026-04-29T21:05:38.798Z
29362026-04-29T21:05:38.798Zreal 8:11.181190648
29372026-04-29T21:05:38.798Zuser 1:17:54.172204153
29382026-04-29T21:05:38.798Zsys 3:33.338521978
29392026-04-29T21:05:38.798Ztrap 1.745289190
29402026-04-29T21:05:38.798Ztflt 1.830716333
29412026-04-29T21:05:38.802Zdflt 16.572883739
29422026-04-29T21:05:38.802Zkflt 0.003655355
29432026-04-29T21:05:38.802Zlock 6:24:59.417512448
29442026-04-29T21:05:38.802Zslp 2:13:12.793839177
29452026-04-29T21:05:38.802Zlat 2:33.753685015
29462026-04-29T21:05:38.802Zstop 5:21.726071691
29472026-04-29T21:05:38.802Z+ mapfile -t packages
29482026-04-29T21:05:38.802Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29492026-04-29T21:05:39.747Z Finished `release` profile [optimized] target(s) in 0.93s
29502026-04-29T21:05:39.821Z Running `target/release/omicron-package -t test list-outputs`
29512026-04-29T21:05:39.873ZLogging to: /work/oxidecomputer/omicron/out/LOG
29522026-04-29T21:05:39.876Z+ ptime -m cargo build --locked --release -p xtask
29532026-04-29T21:05:40.398Z Compiling libc v0.2.185
29542026-04-29T21:05:40.398Z Compiling serde v1.0.228
29552026-04-29T21:05:40.402Z Compiling serde_core v1.0.228
29562026-04-29T21:05:40.402Z Compiling rustix v1.1.3
29572026-04-29T21:05:40.402Z Compiling bitflags v2.11.0
29582026-04-29T21:05:40.402Z Compiling serde_json v1.0.149
29592026-04-29T21:05:40.508Z Compiling num-traits v0.2.19
29602026-04-29T21:05:40.537Z Compiling syn v2.0.117
29612026-04-29T21:05:40.558Z Compiling smallvec v1.15.1
29622026-04-29T21:05:40.579Z Compiling indexmap v2.14.0
29632026-04-29T21:05:40.589Z Compiling usdt-impl v0.5.0
29642026-04-29T21:05:40.600Z Compiling syn v1.0.109
29652026-04-29T21:05:40.613Z Compiling percent-encoding v2.3.2
29662026-04-29T21:05:40.616Z Compiling getrandom v0.4.1
29672026-04-29T21:05:40.769Z Compiling log v0.4.29
29682026-04-29T21:05:40.856Z Compiling form_urlencoded v1.2.2
29692026-04-29T21:05:40.963Z Compiling fs-err v3.3.0
29702026-04-29T21:05:40.967Z Compiling anyhow v1.0.102
29712026-04-29T21:05:40.967Z Compiling once_cell v1.21.3
29722026-04-29T21:05:40.967Z Compiling heck v0.4.1
29732026-04-29T21:05:41.246Z Compiling thread-id v4.2.2
29742026-04-29T21:05:41.349Z Compiling errno v0.3.14
29752026-04-29T21:05:41.352Z Compiling memmap v0.7.0
29762026-04-29T21:05:41.580Z Compiling ordered-float v2.10.1
29772026-04-29T21:05:42.060Z Compiling proc-macro-error v1.0.4
29782026-04-29T21:05:42.301Z Compiling tabled_derive v0.7.0
29792026-04-29T21:05:42.346Z Compiling terminal_size v0.4.3
29802026-04-29T21:05:42.346Z Compiling tempfile v3.25.0
29812026-04-29T21:05:42.445Z Compiling clap_builder v4.5.60
29822026-04-29T21:05:42.445Z Compiling textwrap v0.16.2
29832026-04-29T21:05:42.570Z Compiling camino-tempfile v1.4.1
29842026-04-29T21:05:42.953Z Compiling tabled v0.15.0
29852026-04-29T21:05:43.057Z Compiling synstructure v0.13.2
29862026-04-29T21:05:43.058Z Compiling pest_generator v2.8.6
29872026-04-29T21:05:43.440Z Compiling serde_derive v1.0.228
29882026-04-29T21:05:43.440Z Compiling zerofrom-derive v0.1.6
29892026-04-29T21:05:43.443Z Compiling yoke-derive v0.8.1
29902026-04-29T21:05:43.443Z Compiling zerovec-derive v0.11.2
29912026-04-29T21:05:43.444Z Compiling displaydoc v0.2.5
29922026-04-29T21:05:43.444Z Compiling thiserror-impl v1.0.69
29932026-04-29T21:05:43.444Z Compiling zerocopy-derive v0.7.35
29942026-04-29T21:05:43.444Z Compiling scroll_derive v0.12.1
29952026-04-29T21:05:43.444Z Compiling thiserror-impl v2.0.18
29962026-04-29T21:05:43.444Z Compiling clap_derive v4.5.55
29972026-04-29T21:05:43.608Z Compiling pest_derive v2.8.6
29982026-04-29T21:05:44.170Z Compiling scroll v0.12.0
29992026-04-29T21:05:44.291Z Compiling zerocopy v0.7.35
30002026-04-29T21:05:44.483Z Compiling zerofrom v0.1.6
30012026-04-29T21:05:44.500Z Compiling goblin v0.8.2
30022026-04-29T21:05:44.619Z Compiling yoke v0.8.1
30032026-04-29T21:05:44.660Z Compiling thiserror v1.0.69
30042026-04-29T21:05:44.718Z Compiling thiserror v2.0.18
30052026-04-29T21:05:44.779Z Compiling dtrace-parser v0.2.0
30062026-04-29T21:05:44.829Z Compiling zerovec v0.11.5
30072026-04-29T21:05:44.846Z Compiling zerotrie v0.2.3
30082026-04-29T21:05:45.203Z Compiling clap v4.5.60
30092026-04-29T21:05:45.398Z Compiling tinystr v0.8.2
30102026-04-29T21:05:45.460Z Compiling potential_utf v0.1.4
30112026-04-29T21:05:45.652Z Compiling icu_locale_core v2.1.1
30122026-04-29T21:05:45.681Z Compiling icu_collections v2.1.1
30132026-04-29T21:05:46.446Z Compiling icu_provider v2.1.1
30142026-04-29T21:05:46.830Z Compiling icu_properties v2.1.2
30152026-04-29T21:05:46.867Z Compiling icu_normalizer v2.1.1
30162026-04-29T21:05:46.906Z Compiling serde_spanned v0.6.9
30172026-04-29T21:05:46.956Z Compiling toml_datetime v0.6.11
30182026-04-29T21:05:46.999Z Compiling dof v0.3.0
30192026-04-29T21:05:47.094Z Compiling serde_tokenstream v0.2.3
30202026-04-29T21:05:47.357Z Compiling toml_edit v0.22.27
30212026-04-29T21:05:47.404Z Compiling serde-value v0.7.0
30222026-04-29T21:05:47.633Z Compiling cargo-platform v0.2.0
30232026-04-29T21:05:47.658Z Compiling macaddr v1.0.1
30242026-04-29T21:05:47.783Z Compiling idna_adapter v1.2.1
30252026-04-29T21:05:47.930Z Compiling idna v1.1.0
30262026-04-29T21:05:47.947Z Compiling usdt-macro v0.5.0
30272026-04-29T21:05:47.962Z Compiling usdt-attr-macro v0.5.0
30282026-04-29T21:05:48.266Z Compiling url v2.5.8
30292026-04-29T21:05:48.622Z Compiling usdt v0.5.0
30302026-04-29T21:05:48.940Z Compiling toml v0.8.23
30312026-04-29T21:05:49.363Z Compiling cargo-util-schemas v0.8.2
30322026-04-29T21:05:49.363Z Compiling cargo_toml v0.21.0
30332026-04-29T21:05:50.369Z Compiling cargo_metadata v0.21.0
30342026-04-29T21:05:53.478Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30352026-04-29T21:05:56.499Z Finished `release` profile [optimized] target(s) in 16.61s
30362026-04-29T21:05:56.654Z
30372026-04-29T21:05:56.659Zreal 16.743881652
30382026-04-29T21:05:56.659Zuser 2:21.982627382
30392026-04-29T21:05:56.659Zsys 16.680121706
30402026-04-29T21:05:56.659Ztrap 0.095327871
30412026-04-29T21:05:56.659Ztflt 0.588313484
30422026-04-29T21:05:56.659Zdflt 1.378827748
30432026-04-29T21:05:56.659Zkflt 0.000246704
30442026-04-29T21:05:56.659Zlock 5:25.025173438
30452026-04-29T21:05:56.659Zslp 3:29.011574809
30462026-04-29T21:05:56.659Zlat 5.730037112
30472026-04-29T21:05:56.659Zstop 18.799534608
30482026-04-29T21:05:56.659Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-04-29T21:05:56.659Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30502026-04-29T21:05:56.659Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-04-29T21:05:56.659Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30522026-04-29T21:05:56.659Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30532026-04-29T21:05:57.602Z Compiling newtype-uuid-macros v0.1.0
30542026-04-29T21:05:57.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30552026-04-29T21:05:57.606Z Compiling regress v0.10.5
30562026-04-29T21:05:57.606Z Compiling structmeta-derive v0.3.0
30572026-04-29T21:05:57.750Z Compiling rustls v0.22.4
30582026-04-29T21:05:57.780Z Compiling rustls-webpki v0.102.8
30592026-04-29T21:05:57.787Z Compiling multer v3.1.0
30602026-04-29T21:05:57.795Z Compiling match_cfg v0.1.0
30612026-04-29T21:05:57.798Z Compiling compression-core v0.4.31
30622026-04-29T21:05:57.798Z Compiling debug-ignore v1.0.5
30632026-04-29T21:05:57.798Z Compiling slog-json v2.6.1
30642026-04-29T21:05:57.854Z Compiling async-stream-impl v0.3.6
30652026-04-29T21:05:57.858Z Compiling serde_spanned v1.0.4
30662026-04-29T21:05:57.871Z Compiling toml_datetime v1.0.0+spec-1.1.0
30672026-04-29T21:05:57.874Z Compiling dropshot v0.17.0
30682026-04-29T21:05:57.885Z Compiling toml_writer v1.0.6+spec-1.1.0
30692026-04-29T21:05:57.985Z Compiling compression-codecs v0.4.37
30702026-04-29T21:05:57.988Z Compiling hostname v0.3.1
30712026-04-29T21:05:58.038Z Compiling itertools v0.14.0
30722026-04-29T21:05:58.071Z Compiling waitgroup v0.1.2
30732026-04-29T21:05:58.091Z Compiling rustls-pemfile v2.2.0
30742026-04-29T21:05:58.165Z Compiling async-compression v0.4.41
30752026-04-29T21:05:58.165Z Compiling toml v1.0.6+spec-1.1.0
30762026-04-29T21:05:58.198Z Compiling slog-bunyan v2.5.0
30772026-04-29T21:05:58.254Z Compiling dropshot_endpoint v0.17.0
30782026-04-29T21:05:58.254Z Compiling serde_path_to_error v0.1.20
30792026-04-29T21:05:58.288Z Compiling hostname v0.4.2
30802026-04-29T21:05:58.305Z Compiling progenitor-client v0.14.0
30812026-04-29T21:05:58.333Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30822026-04-29T21:05:58.377Z Compiling macaddr v1.0.1
30832026-04-29T21:05:58.452Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-04-29T21:05:58.517Z Compiling instant v0.1.13
30852026-04-29T21:05:58.535Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30862026-04-29T21:05:58.554Z Compiling progenitor-client v0.10.0
30872026-04-29T21:05:58.576Z Compiling backon v1.6.0
30882026-04-29T21:05:58.602Z Compiling async-stream v0.3.6
30892026-04-29T21:05:58.612Z Compiling backoff v0.4.0
30902026-04-29T21:05:58.633Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30912026-04-29T21:05:58.651Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30922026-04-29T21:05:58.654Z Compiling universal-hash v0.5.1
30932026-04-29T21:05:58.683Z Compiling opaque-debug v0.3.1
30942026-04-29T21:05:58.774Z Compiling progenitor-extras v0.2.0
30952026-04-29T21:05:58.792Z Compiling half v2.7.1
30962026-04-29T21:05:58.808Z Compiling crucible-workspace-hack v0.1.0
30972026-04-29T21:05:58.812Z Compiling ciborium-io v0.2.2
30982026-04-29T21:05:58.851Z Compiling unsafe-libyaml v0.2.11
30992026-04-29T21:05:58.880Z Compiling convert_case v0.4.0
31002026-04-29T21:05:58.898Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-04-29T21:05:58.945Z Compiling regress v0.11.1
31022026-04-29T21:05:59.021Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31032026-04-29T21:05:59.037Z Compiling structmeta v0.3.0
31042026-04-29T21:05:59.070Z Compiling ciborium-ll v0.2.2
31052026-04-29T21:05:59.087Z Compiling aead v0.5.2
31062026-04-29T21:05:59.119Z Compiling secrecy v0.10.3
31072026-04-29T21:05:59.180Z Compiling poly1305 v0.8.0
31082026-04-29T21:05:59.197Z Compiling chacha20 v0.9.1
31092026-04-29T21:05:59.283Z Compiling derive-ex v0.1.8
31102026-04-29T21:05:59.303Z Compiling parse-display-derive v0.10.0
31112026-04-29T21:05:59.306Z Compiling derive_more v0.99.20
31122026-04-29T21:05:59.337Z Compiling ciborium v0.2.2
31132026-04-29T21:05:59.340Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31142026-04-29T21:05:59.370Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31152026-04-29T21:05:59.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-04-29T21:05:59.472Z Compiling serde_yaml v0.9.34+deprecated
31172026-04-29T21:05:59.512Z Compiling thiserror-impl-no-std v2.0.2
31182026-04-29T21:05:59.593Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31192026-04-29T21:05:59.625Z Compiling byte-wrapper v0.1.0
31202026-04-29T21:05:59.736Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31212026-04-29T21:05:59.765Z Compiling blake2 v0.10.6
31222026-04-29T21:05:59.848Z Compiling password-hash v0.5.0
31232026-04-29T21:05:59.941Z Compiling chacha20poly1305 v0.10.1
31242026-04-29T21:05:59.958Z Compiling indent_write v2.2.0
31252026-04-29T21:05:59.985Z Compiling heapless v0.8.0
31262026-04-29T21:06:00.095Z Compiling tokio-rustls v0.25.0
31272026-04-29T21:06:00.114Z Compiling argon2 v0.5.3
31282026-04-29T21:06:00.117Z Compiling ingot-macros v0.1.1
31292026-04-29T21:06:00.283Z Compiling toml_edit v0.23.10+spec-1.0.0
31302026-04-29T21:06:00.349Z Compiling hash32 v0.3.1
31312026-04-29T21:06:00.547Z Compiling typify-impl v0.6.2
31322026-04-29T21:06:00.595Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31332026-04-29T21:06:00.766Z Compiling thiserror-no-std v2.0.2
31342026-04-29T21:06:00.880Z Compiling vsss-rs v3.3.4
31352026-04-29T21:06:00.899Z Compiling smoltcp v0.11.0
31362026-04-29T21:06:00.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-04-29T21:06:00.986Z Compiling proc-macro-crate v3.4.0
31382026-04-29T21:06:01.072Z Compiling test-strategy v0.4.5
31392026-04-29T21:06:01.118Z Compiling parse-display v0.10.0
31402026-04-29T21:06:01.312Z Compiling tabwriter v1.4.1
31412026-04-29T21:06:01.362Z Compiling num-rational v0.4.2
31422026-04-29T21:06:01.439Z Compiling cobs v0.3.0
31432026-04-29T21:06:01.456Z Compiling num-complex v0.4.6
31442026-04-29T21:06:01.577Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-04-29T21:06:01.599Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-04-29T21:06:01.676Z Compiling postcard v1.1.3
31472026-04-29T21:06:01.695Z Compiling num_enum_derive v0.7.5
31482026-04-29T21:06:01.713Z Compiling proc-macro-error v1.0.4
31492026-04-29T21:06:01.844Z Compiling num v0.4.3
31502026-04-29T21:06:01.887Z Compiling proc-macro-crate v1.3.1
31512026-04-29T21:06:01.947Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31522026-04-29T21:06:01.979Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-04-29T21:06:01.996Z Compiling foreign-types-macros v0.2.3
31542026-04-29T21:06:02.015Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31552026-04-29T21:06:02.053Z Compiling float-ord v0.3.2
31562026-04-29T21:06:02.069Z Compiling cpufeatures v0.3.0
31572026-04-29T21:06:02.167Z Compiling rayon-core v1.13.0
31582026-04-29T21:06:02.197Z Compiling colored v3.1.1
31592026-04-29T21:06:02.245Z Compiling foreign-types-shared v0.3.1
31602026-04-29T21:06:02.269Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31612026-04-29T21:06:02.338Z Compiling num_enum_derive v0.5.11
31622026-04-29T21:06:02.381Z Compiling chacha20 v0.10.0
31632026-04-29T21:06:02.450Z Compiling crossbeam-deque v0.8.6
31642026-04-29T21:06:02.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31652026-04-29T21:06:02.541Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31662026-04-29T21:06:02.568Z Compiling cstr-argument v0.1.2
31672026-04-29T21:06:02.589Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31682026-04-29T21:06:02.659Z Compiling foreign-types v0.5.0
31692026-04-29T21:06:02.696Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31702026-04-29T21:06:02.736Z Compiling rand v0.10.0
31712026-04-29T21:06:02.755Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31722026-04-29T21:06:02.772Z Compiling toml v0.8.23
31732026-04-29T21:06:02.828Z Compiling num_enum v0.7.5
31742026-04-29T21:06:02.844Z Compiling camino-tempfile v1.4.1
31752026-04-29T21:06:02.978Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31762026-04-29T21:06:03.006Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31772026-04-29T21:06:03.047Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31782026-04-29T21:06:03.064Z Compiling zone_cfg_derive v0.3.1
31792026-04-29T21:06:03.108Z Compiling rayon v1.11.0
31802026-04-29T21:06:03.136Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-04-29T21:06:03.160Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31822026-04-29T21:06:03.177Z Compiling ingot-types v0.1.2
31832026-04-29T21:06:03.211Z Compiling itertools v0.12.1
31842026-04-29T21:06:03.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-04-29T21:06:03.303Z Compiling num-derive v0.4.2
31862026-04-29T21:06:03.412Z Compiling sigpipe v0.1.3
31872026-04-29T21:06:03.428Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-04-29T21:06:03.446Z Compiling glob v0.3.3
31892026-04-29T21:06:03.464Z Compiling num_enum v0.5.11
31902026-04-29T21:06:03.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31912026-04-29T21:06:03.537Z Compiling smf v0.2.3
31922026-04-29T21:06:03.615Z Compiling ingot v0.1.1
31932026-04-29T21:06:03.634Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31942026-04-29T21:06:03.675Z Compiling prettyplease v0.2.37
31952026-04-29T21:06:03.693Z Compiling whoami v1.6.1
31962026-04-29T21:06:03.769Z Compiling gethostname v0.5.0
31972026-04-29T21:06:03.789Z Compiling usdt-attr-macro v0.5.0
31982026-04-29T21:06:03.935Z Compiling usdt-macro v0.5.0
31992026-04-29T21:06:03.980Z Compiling memmap v0.7.0
32002026-04-29T21:06:04.013Z Compiling atomicwrites v0.4.4
32012026-04-29T21:06:04.096Z Compiling derive-where v1.6.0
32022026-04-29T21:06:04.157Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32032026-04-29T21:06:04.196Z Compiling progenitor-client v0.13.0
32042026-04-29T21:06:04.235Z Compiling cancel-safe-futures v0.1.5
32052026-04-29T21:06:04.276Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32062026-04-29T21:06:04.322Z Compiling owo-colors v4.3.0
32072026-04-29T21:06:04.484Z Compiling zone v0.3.1
32082026-04-29T21:06:04.501Z Compiling resolv-conf v0.7.6
32092026-04-29T21:06:04.588Z Compiling libsw-core v0.3.2
32102026-04-29T21:06:04.665Z Compiling async-recursion v1.1.1
32112026-04-29T21:06:04.738Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32122026-04-29T21:06:04.769Z Compiling usdt v0.5.0
32132026-04-29T21:06:04.878Z Compiling libsw v3.5.0
32142026-04-29T21:06:04.925Z Compiling linear-map v1.2.0
32152026-04-29T21:06:04.969Z Compiling libefi-sys v0.1.0
32162026-04-29T21:06:05.023Z Compiling console v0.15.11
32172026-04-29T21:06:05.070Z Compiling hickory-proto v0.24.4
32182026-04-29T21:06:05.092Z Compiling newline-converter v0.3.0
32192026-04-29T21:06:05.137Z Compiling bitfield-struct v0.6.2
32202026-04-29T21:06:05.155Z Compiling linked-hash-map v0.5.6
32212026-04-29T21:06:05.217Z Compiling semver v0.1.20
32222026-04-29T21:06:05.235Z Compiling typify-macro v0.6.2
32232026-04-29T21:06:05.269Z Compiling tokio-dtrace v0.1.1
32242026-04-29T21:06:05.357Z Compiling lru-cache v0.1.2
32252026-04-29T21:06:05.372Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32262026-04-29T21:06:05.389Z Compiling expectorate v1.2.0
32272026-04-29T21:06:05.479Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32282026-04-29T21:06:05.543Z Compiling rustc_version v0.1.7
32292026-04-29T21:06:05.570Z Compiling dropshot-api-manager-types v0.7.1
32302026-04-29T21:06:05.593Z Compiling pin-project-internal v1.1.11
32312026-04-29T21:06:05.598Z Compiling slog-dtrace v0.3.0
32322026-04-29T21:06:05.599Z Compiling minimal-lexical v0.2.1
32332026-04-29T21:06:05.643Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-04-29T21:06:05.661Z Compiling oxide-tokio-rt v0.1.4
32352026-04-29T21:06:05.695Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32362026-04-29T21:06:05.750Z Compiling typify-impl v0.4.3
32372026-04-29T21:06:05.811Z Compiling newtype_derive v0.1.6
32382026-04-29T21:06:05.887Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32392026-04-29T21:06:05.912Z Compiling nom v7.1.3
32402026-04-29T21:06:05.930Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32412026-04-29T21:06:05.948Z Compiling phf_shared v0.12.1
32422026-04-29T21:06:05.951Z Compiling pem v3.0.6
32432026-04-29T21:06:05.984Z Compiling snafu-derive v0.8.9
32442026-04-29T21:06:06.000Z Compiling csv-core v0.1.13
32452026-04-29T21:06:06.041Z Compiling highway v1.3.0
32462026-04-29T21:06:06.160Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32472026-04-29T21:06:06.219Z Compiling xshell-macros v0.2.7
32482026-04-29T21:06:06.290Z Compiling chrono-tz v0.10.4
32492026-04-29T21:06:06.335Z Compiling same-file v1.0.6
32502026-04-29T21:06:06.523Z Compiling walkdir v2.5.0
32512026-04-29T21:06:06.542Z Compiling const_format_proc_macros v0.2.34
32522026-04-29T21:06:06.546Z Compiling csv v1.4.0
32532026-04-29T21:06:06.588Z Compiling phf v0.12.1
32542026-04-29T21:06:06.656Z Compiling xshell v0.2.7
32552026-04-29T21:06:06.770Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32562026-04-29T21:06:06.807Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32572026-04-29T21:06:06.883Z Compiling pin-project v1.1.11
32582026-04-29T21:06:06.978Z Compiling globset v0.4.18
32592026-04-29T21:06:07.011Z Compiling olpc-cjson v0.1.4
32602026-04-29T21:06:07.058Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-04-29T21:06:07.140Z Compiling primeorder v0.13.6
32622026-04-29T21:06:07.199Z Compiling typify v0.6.2
32632026-04-29T21:06:07.217Z Compiling serde_plain v1.0.2
32642026-04-29T21:06:07.221Z Compiling typed-path v0.9.3
32652026-04-29T21:06:07.254Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-04-29T21:06:07.341Z Compiling progenitor-impl v0.14.0
32672026-04-29T21:06:07.358Z Compiling progenitor-impl v0.13.0
32682026-04-29T21:06:07.441Z Compiling hickory-resolver v0.24.4
32692026-04-29T21:06:07.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-04-29T21:06:07.461Z Compiling const_format v0.2.35
32712026-04-29T21:06:07.819Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32722026-04-29T21:06:07.836Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32732026-04-29T21:06:07.993Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32742026-04-29T21:06:08.013Z Compiling snafu v0.8.9
32752026-04-29T21:06:08.105Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32762026-04-29T21:06:08.244Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-04-29T21:06:08.423Z Compiling tough v0.20.0
32782026-04-29T21:06:08.478Z Compiling qorb v0.4.1
32792026-04-29T21:06:08.529Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32802026-04-29T21:06:08.755Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32812026-04-29T21:06:08.773Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32822026-04-29T21:06:09.034Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32832026-04-29T21:06:09.094Z Compiling tabled_derive v0.7.0
32842026-04-29T21:06:09.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32852026-04-29T21:06:09.672Z Compiling bcs v0.1.6
32862026-04-29T21:06:09.721Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32872026-04-29T21:06:09.770Z Compiling radium v0.7.0
32882026-04-29T21:06:09.896Z Compiling salty v0.3.0
32892026-04-29T21:06:09.988Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-04-29T21:06:10.021Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-04-29T21:06:10.084Z Compiling termtree v0.5.1
32922026-04-29T21:06:10.118Z Compiling progenitor-macro v0.14.0
32932026-04-29T21:06:10.153Z Compiling progenitor-macro v0.13.0
32942026-04-29T21:06:10.170Z Compiling tabled v0.15.0
32952026-04-29T21:06:10.212Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-04-29T21:06:10.299Z Compiling textwrap v0.16.2
32972026-04-29T21:06:10.412Z Compiling typify-macro v0.4.3
32982026-04-29T21:06:10.429Z Compiling steno v0.4.1
32992026-04-29T21:06:10.501Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33002026-04-29T21:06:10.606Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33012026-04-29T21:06:10.746Z Compiling tap v1.0.1
33022026-04-29T21:06:10.773Z Compiling humantime v2.3.0
33032026-04-29T21:06:10.796Z Compiling maybe-uninit v2.0.0
33042026-04-29T21:06:10.833Z Compiling tagptr v0.2.0
33052026-04-29T21:06:10.896Z Compiling base64 v0.21.7
33062026-04-29T21:06:10.913Z Compiling wyz v0.5.1
33072026-04-29T21:06:11.013Z Compiling moka v0.12.13
33082026-04-29T21:06:11.179Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-04-29T21:06:11.254Z Compiling p384 v0.13.1
33102026-04-29T21:06:11.324Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33112026-04-29T21:06:11.565Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-04-29T21:06:11.594Z Compiling funty v2.0.0
33132026-04-29T21:06:11.805Z Compiling parking_lot_core v0.8.6
33142026-04-29T21:06:11.824Z Compiling packed_struct v0.10.1
33152026-04-29T21:06:11.851Z Compiling hickory-resolver v0.25.2
33162026-04-29T21:06:11.867Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-04-29T21:06:12.142Z Compiling bitvec v1.0.1
33182026-04-29T21:06:12.254Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33192026-04-29T21:06:12.270Z Compiling polyval v0.6.2
33202026-04-29T21:06:12.299Z Compiling typify v0.4.3
33212026-04-29T21:06:12.304Z Compiling git-stub v1.0.0
33222026-04-29T21:06:12.436Z Compiling packed_struct_codegen v0.10.1
33232026-04-29T21:06:12.531Z Compiling zerocopy-derive v0.6.6
33242026-04-29T21:06:12.548Z Compiling bitfield-macros v0.19.4
33252026-04-29T21:06:12.601Z Compiling proc-macro-error-attr2 v2.0.0
33262026-04-29T21:06:12.618Z Compiling indexmap v1.9.3
33272026-04-29T21:06:12.622Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33282026-04-29T21:06:12.861Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33292026-04-29T21:06:12.872Z Compiling nodrop v0.1.14
33302026-04-29T21:06:13.004Z Compiling crc-catalog v2.4.0
33312026-04-29T21:06:13.045Z Compiling utf-8 v0.7.6
33322026-04-29T21:06:13.053Z Compiling proc-macro-error2 v2.0.1
33332026-04-29T21:06:13.113Z Compiling crc v3.4.0
33342026-04-29T21:06:13.140Z Compiling array-init v0.0.4
33352026-04-29T21:06:13.201Z Compiling tungstenite v0.21.0
33362026-04-29T21:06:13.312Z Compiling git-stub-vcs v0.1.0
33372026-04-29T21:06:13.329Z Compiling bitfield v0.19.4
33382026-04-29T21:06:13.358Z Compiling ghash v0.5.1
33392026-04-29T21:06:13.423Z Compiling smallvec v0.6.14
33402026-04-29T21:06:13.452Z Compiling zerocopy v0.6.6
33412026-04-29T21:06:13.515Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-04-29T21:06:13.647Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432026-04-29T21:06:13.665Z Compiling num-derive v0.3.3
33442026-04-29T21:06:13.680Z Compiling ctr v0.9.2
33452026-04-29T21:06:13.713Z Compiling illumos-nvpair-sys v0.2.0
33462026-04-29T21:06:13.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-04-29T21:06:13.817Z Compiling unicase v2.9.0
33482026-04-29T21:06:13.848Z Compiling hashbrown v0.12.3
33492026-04-29T21:06:13.867Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-04-29T21:06:13.922Z Compiling aes-gcm v0.10.3
33512026-04-29T21:06:13.962Z Compiling parking_lot v0.11.2
33522026-04-29T21:06:14.060Z Compiling tokio-tungstenite v0.21.0
33532026-04-29T21:06:14.084Z Compiling mime_guess v2.0.5
33542026-04-29T21:06:14.092Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-04-29T21:06:14.137Z Compiling serde-hex v0.1.0
33562026-04-29T21:06:14.175Z Compiling tabled_derive v0.11.0
33572026-04-29T21:06:14.426Z Compiling progenitor-impl v0.10.0
33582026-04-29T21:06:14.587Z Compiling progenitor-impl v0.11.2
33592026-04-29T21:06:14.623Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-04-29T21:06:14.632Z Compiling ron v0.8.1
33612026-04-29T21:06:14.658Z Compiling libscf-sys v1.1.0
33622026-04-29T21:06:14.687Z Compiling papergrid v0.17.0
33632026-04-29T21:06:14.790Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-04-29T21:06:14.836Z Compiling testing_table v0.3.0
33652026-04-29T21:06:14.972Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33662026-04-29T21:06:15.027Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33672026-04-29T21:06:15.044Z Compiling hashbrown v0.13.2
33682026-04-29T21:06:15.061Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-04-29T21:06:15.192Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33702026-04-29T21:06:15.330Z Compiling progenitor v0.14.0
33712026-04-29T21:06:15.406Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33722026-04-29T21:06:15.422Z Compiling progenitor v0.13.0
33732026-04-29T21:06:15.540Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-04-29T21:06:15.600Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33752026-04-29T21:06:15.638Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-04-29T21:06:15.662Z Compiling blowfish v0.9.1
33772026-04-29T21:06:15.671Z Compiling prefix-trie v0.7.0
33782026-04-29T21:06:15.731Z Compiling ssh-encoding v0.2.0
33792026-04-29T21:06:15.970Z Compiling fxhash v0.2.1
33802026-04-29T21:06:15.990Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33812026-04-29T21:06:16.013Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33822026-04-29T21:06:16.037Z Compiling crc-any v2.5.0
33832026-04-29T21:06:16.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33842026-04-29T21:06:16.131Z Compiling corncobs v0.1.4
33852026-04-29T21:06:16.153Z Compiling sled v0.34.7
33862026-04-29T21:06:16.267Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33872026-04-29T21:06:16.318Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33882026-04-29T21:06:16.323Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33892026-04-29T21:06:16.331Z Compiling hickory-server v0.25.2
33902026-04-29T21:06:16.351Z Compiling ssh-cipher v0.2.0
33912026-04-29T21:06:16.355Z Compiling bcrypt-pbkdf v0.10.0
33922026-04-29T21:06:16.566Z Compiling tabled v0.20.0
33932026-04-29T21:06:16.739Z Compiling object v0.30.4
33942026-04-29T21:06:16.767Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33952026-04-29T21:06:17.023Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33962026-04-29T21:06:17.105Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33972026-04-29T21:06:17.130Z Compiling progenitor-macro v0.10.0
33982026-04-29T21:06:17.517Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33992026-04-29T21:06:17.896Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34002026-04-29T21:06:18.102Z Compiling progenitor-macro v0.11.2
34012026-04-29T21:06:18.291Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34022026-04-29T21:06:18.398Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34032026-04-29T21:06:18.578Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34042026-04-29T21:06:18.719Z Compiling progenitor-client v0.11.2
34052026-04-29T21:06:18.742Z Compiling password-hash v0.4.2
34062026-04-29T21:06:18.798Z Compiling secrecy v0.8.0
34072026-04-29T21:06:18.980Z Compiling http-range v0.1.5
34082026-04-29T21:06:19.062Z Compiling half v1.8.3
34092026-04-29T21:06:19.079Z Compiling path-slash v0.1.5
34102026-04-29T21:06:19.203Z Compiling pbkdf2 v0.11.0
34112026-04-29T21:06:19.356Z Compiling serde_cbor v0.11.2
34122026-04-29T21:06:19.389Z Compiling illumos-nvpair v0.3.0
34132026-04-29T21:06:19.447Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34142026-04-29T21:06:19.594Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34152026-04-29T21:06:19.675Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34162026-04-29T21:06:19.790Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34172026-04-29T21:06:19.945Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34182026-04-29T21:06:20.378Z Compiling ssh-key v0.6.7
34192026-04-29T21:06:20.513Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34202026-04-29T21:06:20.710Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34212026-04-29T21:06:20.773Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34222026-04-29T21:06:20.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34232026-04-29T21:06:21.042Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34242026-04-29T21:06:21.134Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34252026-04-29T21:06:21.219Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-04-29T21:06:21.455Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34272026-04-29T21:06:21.455Z Compiling p521 v0.13.3
34282026-04-29T21:06:21.495Z Compiling p256 v0.13.2
34292026-04-29T21:06:21.524Z Compiling yasna v0.5.2
34302026-04-29T21:06:21.635Z Compiling kstat-rs v0.2.4
34312026-04-29T21:06:21.743Z Compiling headers-core v0.3.0
34322026-04-29T21:06:21.798Z Compiling nanorand v0.7.0
34332026-04-29T21:06:21.899Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-04-29T21:06:21.902Z Compiling atty v0.2.14
34352026-04-29T21:06:21.966Z Compiling russh-cryptovec v0.7.3
34362026-04-29T21:06:22.028Z Compiling md5 v0.7.0
34372026-04-29T21:06:22.053Z Compiling home v0.5.12
34382026-04-29T21:06:22.128Z Compiling crc8 v0.1.1
34392026-04-29T21:06:22.184Z Compiling flume v0.11.1
34402026-04-29T21:06:22.187Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34412026-04-29T21:06:22.228Z Compiling rcgen v0.12.1
34422026-04-29T21:06:22.250Z Compiling russh-keys v0.45.0
34432026-04-29T21:06:22.269Z Compiling progenitor v0.10.0
34442026-04-29T21:06:22.290Z Compiling headers v0.4.1
34452026-04-29T21:06:22.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34462026-04-29T21:06:22.330Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34472026-04-29T21:06:22.460Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34482026-04-29T21:06:22.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34492026-04-29T21:06:22.546Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34502026-04-29T21:06:22.800Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34512026-04-29T21:06:22.977Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34522026-04-29T21:06:22.996Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34532026-04-29T21:06:23.140Z Compiling hyper-staticfile v0.10.1
34542026-04-29T21:06:23.174Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34552026-04-29T21:06:23.190Z Compiling progenitor v0.11.2
34562026-04-29T21:06:23.251Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34572026-04-29T21:06:23.275Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34582026-04-29T21:06:23.293Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34592026-04-29T21:06:23.342Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34602026-04-29T21:06:23.378Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34612026-04-29T21:06:23.396Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34622026-04-29T21:06:23.447Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632026-04-29T21:06:23.573Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34642026-04-29T21:06:23.679Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34652026-04-29T21:06:23.697Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34662026-04-29T21:06:23.910Z Compiling num-bigint v0.4.6
34672026-04-29T21:06:23.929Z Compiling des v0.8.1
34682026-04-29T21:06:24.000Z Compiling subprocess v0.2.15
34692026-04-29T21:06:24.029Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34702026-04-29T21:06:24.067Z Compiling display-error-chain v0.2.2
34712026-04-29T21:06:24.085Z Compiling hex-literal v0.4.1
34722026-04-29T21:06:24.131Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34732026-04-29T21:06:24.157Z Compiling colored v2.2.0
34742026-04-29T21:06:24.228Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34752026-04-29T21:06:24.244Z Compiling socket2 v0.5.10
34762026-04-29T21:06:24.330Z Compiling internet-checksum v0.2.1
34772026-04-29T21:06:24.447Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34782026-04-29T21:06:24.491Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34792026-04-29T21:06:24.492Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34802026-04-29T21:06:25.090Z Compiling russh v0.45.0
34812026-04-29T21:06:27.157Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34822026-04-29T21:06:27.839Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34832026-04-29T21:06:28.326Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34842026-04-29T21:06:29.576Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34852026-04-29T21:06:37.584Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34862026-04-29T21:06:37.584Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34872026-04-29T21:06:37.588Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34882026-04-29T21:06:37.588Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34892026-04-29T21:06:39.299Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34902026-04-29T21:06:39.349Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34912026-04-29T21:07:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34922026-04-29T21:07:23.042Z
34932026-04-29T21:07:23.042Zreal 1:26.311279024
34942026-04-29T21:07:23.042Zuser 8:22.935537683
34952026-04-29T21:07:23.042Zsys 1:44.484938635
34962026-04-29T21:07:23.042Ztrap 0.265340308
34972026-04-29T21:07:23.042Ztflt 0.639850052
34982026-04-29T21:07:23.046Zdflt 1.712182829
34992026-04-29T21:07:23.046Zkflt 0.000179897
35002026-04-29T21:07:23.046Zlock 28:46.911907840
35012026-04-29T21:07:23.046Zslp 19:39.548763098
35022026-04-29T21:07:23.046Zlat 38.959063261
35032026-04-29T21:07:23.046Zstop 2:43.549888327
35042026-04-29T21:07:23.046Z+ mkdir tests
35052026-04-29T21:07:23.050Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35062026-04-29T21:07:23.050Z+ xargs -I '{}' -t cp '{}' tests/
35072026-04-29T21:07:23.140Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-657f455b0b57131b tests/
35082026-04-29T21:07:23.170Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fcf17c57fc736a5e tests/
35092026-04-29T21:07:23.200Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-81ce861f1253845f tests/
35102026-04-29T21:07:23.232Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2755c61751b31101 tests/
35112026-04-29T21:07:23.584Z+ 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/*)
35122026-04-29T21:07:23.587Z+ 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-fcf17c57fc736a5e tests/commtest-81ce861f1253845f tests/dhcp_server-657f455b0b57131b tests/end_to_end_tests-2755c61751b31101 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
35132026-04-29T21:08:50.622ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35142026-04-29T21:08:50.622Za .github/buildomat/ci-env.sh 1K
35152026-04-29T21:08:50.622Za out/target/test 1K
35162026-04-29T21:08:50.622Za out/npuzone/npuzone 27402K
35172026-04-29T21:08:50.622Za package-manifest.toml 35K
35182026-04-29T21:08:50.622Za smf/sled-agent/non-gimlet/config.toml 6K
35192026-04-29T21:08:50.622Za target/release/omicron-package 44913K
35202026-04-29T21:08:50.622Za target/release/xtask 11449K
35212026-04-29T21:08:50.622Za target/debug/bootstrap 351708K
35222026-04-29T21:08:50.622Za tests/bootstrap-fcf17c57fc736a5e 31215K
35232026-04-29T21:08:50.622Za tests/commtest-81ce861f1253845f 32300K
35242026-04-29T21:08:50.622Za tests/dhcp_server-657f455b0b57131b 31215K
35252026-04-29T21:08:50.622Za tests/end_to_end_tests-2755c61751b31101 392818K
35262026-04-29T21:08:50.622Za out/clickhouse.tar.gz 318416K
35272026-04-29T21:08:50.622Za out/clickhouse_keeper.tar.gz 303788K
35282026-04-29T21:08:50.622Za out/clickhouse_server.tar.gz 318414K
35292026-04-29T21:08:50.622Za out/cockroachdb.tar.gz 164628K
35302026-04-29T21:08:50.622Za out/crucible-pantry-zone.tar.gz 43684K
35312026-04-29T21:08:50.622Za out/crucible-utils.tar 17744K
35322026-04-29T21:08:50.622Za out/crucible-zone.tar.gz 57822K
35332026-04-29T21:08:50.622Za out/external-dns.tar.gz 49812K
35342026-04-29T21:08:50.622Za out/internal-dns.tar.gz 49812K
35352026-04-29T21:08:50.622Za out/mg-ddm-gz.tar 95141K
35362026-04-29T21:08:50.622Za out/nexus.tar.gz 220213K
35372026-04-29T21:08:50.622Za out/ntp.tar.gz 31628K
35382026-04-29T21:08:50.622Za out/omicron-gateway-softnpu.tar.gz 28616K
35392026-04-29T21:08:50.622Za out/omicron-sled-agent.tar 198720K
35402026-04-29T21:08:50.622Za out/overlay.tar.gz 3K
35412026-04-29T21:08:50.622Za out/oximeter.tar.gz 65237K
35422026-04-29T21:08:50.622Za out/oxlog.tar 3782K
35432026-04-29T21:08:50.623Za out/probe.tar.gz 3037K
35442026-04-29T21:08:50.623Za out/propolis-server.tar.gz 38727K
35452026-04-29T21:08:50.623Za out/pumpkind-gz.tar 26647K
35462026-04-29T21:08:50.623Za out/switch-softnpu.tar.gz 393705K
35472026-04-29T21:08:50.627Z
35482026-04-29T21:08:50.627Zreal 1:27.022063780
35492026-04-29T21:08:50.627Zuser 1:24.372870268
35502026-04-29T21:08:50.627Zsys 4.374086254
35512026-04-29T21:08:50.627Ztrap 0.006948126
35522026-04-29T21:08:50.627Ztflt 0.000000000
35532026-04-29T21:08:50.627Zdflt 0.000000000
35542026-04-29T21:08:50.627Zkflt 0.000000000
35552026-04-29T21:08:50.627Zlock 0.000000000
35562026-04-29T21:08:50.627Zslp 1:24.318051288
35572026-04-29T21:08:50.627Zlat 0.966742495
35582026-04-29T21:08:50.627Zstop 0.000650234
35592026-04-29T21:08:50.627Zprocess exited: duration 955275 ms, exit code 0
 
35602026-04-29T21:08:50.643Zfound 1 output files
35612026-04-29T21:08:50.656Zuploading: /work/package.tar.gz (2431253305 bytes)
35622026-04-29T21:09:17.395Zuploaded: /work/package.tar.gz