01KQSQCRWEJ9ZC1K5440QQTC9A: 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: 01KQSQD7JRRDT930MJX12NGKF2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T14:49:50.164Zjob assigned to worker 01KQSQDFWMSQ25TGSKGWVJYQJ5 [factory aws, i-0a76cd609f3fa4838] (queued for 59 s)
 
22026-05-04T14:49:58.075Zstarting task 0: "setup"
32026-05-04T14:49:58.084Z++ uname -s
42026-05-04T14:49:58.087Z+ kern=SunOS
52026-05-04T14:49:58.087Z+ build_user=build
62026-05-04T14:49:58.087Z+ build_uid=12345
72026-05-04T14:49:58.087Z+ work_dir=/work
82026-05-04T14:49:58.087Z+ input_dir=/input
92026-05-04T14:49:58.087Z+ [[ 0 == 12345 ]]
102026-05-04T14:49:58.087Z+ case "$kern" in
112026-05-04T14:49:58.087Z+ groupadd -g 12345 build
122026-05-04T14:49:58.091Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T14:50:00.096Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T14:50:00.213Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T14:50:00.216Z+ home_fs=zfs
162026-05-04T14:50:00.216Z+ [[ zfs == autofs ]]
172026-05-04T14:50:00.216Z+ mkdir -p /home/build
182026-05-04T14:50:00.219Z+ chown build:build /home/build /work
192026-05-04T14:50:01.219Z+ chmod 0700 /home/build /work
202026-05-04T14:50:01.223Zprocess exited: duration 3146 ms, exit code 0
 
212026-05-04T14:50:01.229Zstarting task 1: "rust-toolchain"
222026-05-04T14:50:01.235Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T14:50:01.235Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T14:50:01.235Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-04T14:50:01.236Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-04T14:50:01.236Z * rust toolchain channel = "1.94.0"
272026-05-04T14:50:01.236Z * rust toolchain profile = "default"
282026-05-04T14:50:01.239Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T14:50:01.239Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T14:50:01.330Zinfo: downloading installer
312026-05-04T14:50:02.727Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T14:50:02.727Zwarn: /opt/ooce/bin
332026-05-04T14:50:02.727Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T14:50:02.727Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T14:50:02.727Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T14:50:02.727Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T14:50:02.727Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T14:50:02.727Zerror: cannot install while Rust is installed
392026-05-04T14:50:02.727Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T14:50:02.731Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T14:50:02.731Zwarn: /home/build/.rustup/settings.toml
422026-05-04T14:50:02.731Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T14:50:02.731Zwarn: instead of the one inferred from the default host triple.
442026-05-04T14:50:02.763Zinfo: profile set to default
452026-05-04T14:50:02.763Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T14:50:02.766Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T14:50:02.901Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T14:50:02.904Zinfo: downloading 6 components
492026-05-04T14:50:16.798Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T14:50:16.798Z
512026-05-04T14:50:16.826Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T14:50:16.826Z
532026-05-04T14:50:16.826Z
542026-05-04T14:50:16.826ZRust is installed now. Great!
552026-05-04T14:50:16.826Z
562026-05-04T14:50:16.826ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T14:50:16.826Zenvironment variable. This has not been done automatically.
582026-05-04T14:50:16.826Z
592026-05-04T14:50:16.826ZTo configure your current shell, you need to source
602026-05-04T14:50:16.826Zthe corresponding env file under $HOME/.cargo.
612026-05-04T14:50:16.826Z
622026-05-04T14:50:16.826ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T14:50:16.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T14:50:16.826Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T14:50:16.826Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T14:50:16.826Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T14:50:16.826Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T14:50:16.826Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T14:50:16.830Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T14:50:16.830Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T14:50:16.918Z+ rustup --version
722026-05-04T14:50:16.924Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T14:50:16.926Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T14:50:16.946Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T14:50:16.949Z+ cargo --version
762026-05-04T14:50:16.957Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T14:50:16.960Z+ rustc --version
782026-05-04T14:50:16.980Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T14:50:16.983Zprocess exited: duration 15751 ms, exit code 0
 
802026-05-04T14:50:16.989Zstarting task 2: "authentication"
812026-05-04T14:50:17.009Zprocess exited: duration 19 ms, exit code 0
 
822026-05-04T14:50:17.015Zstarting task 3: "clone repository"
832026-05-04T14:50:17.019Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T14:50:17.022Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T14:50:17.137ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T14:50:26.155Z+ cd /work/oxidecomputer/omicron
872026-05-04T14:50:26.155Z+ git fetch origin 11d2e058fb1e657ff1949b2909af449b1cdd91a3
882026-05-04T14:50:26.473ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T14:50:26.473Z * branch 11d2e058fb1e657ff1949b2909af449b1cdd91a3 -> FETCH_HEAD
902026-05-04T14:50:26.488Z+ [[ -n john/bootstore-external-networking-gen ]]
912026-05-04T14:50:26.491Z++ git branch --show-current
922026-05-04T14:50:26.494Z+ current=main
932026-05-04T14:50:26.494Z+ [[ main != john/bootstore-external-networking-gen ]]
942026-05-04T14:50:26.494Z+ git branch -f john/bootstore-external-networking-gen 11d2e058fb1e657ff1949b2909af449b1cdd91a3
952026-05-04T14:50:26.497Z+ git checkout -f john/bootstore-external-networking-gen
962026-05-04T14:50:26.730ZSwitched to branch 'john/bootstore-external-networking-gen'
972026-05-04T14:50:26.734Z+ git reset --hard 11d2e058fb1e657ff1949b2909af449b1cdd91a3
982026-05-04T14:50:26.751ZHEAD is now at 11d2e058f fix bad rebase
992026-05-04T14:50:26.754Zprocess exited: duration 9736 ms, exit code 0
 
1002026-05-04T14:50:26.760Zstarting task 4: "build"
1012026-05-04T14:50:26.766Z+ source .github/buildomat/ci-env.sh
1022026-05-04T14:50:26.766Z++ export CARGO_TERM_COLOR=always
1032026-05-04T14:50:26.766Z++ CARGO_TERM_COLOR=always
1042026-05-04T14:50:26.766Z+ cargo --version
1052026-05-04T14:50:26.776Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T14:50:26.779Z+ rustc --version
1072026-05-04T14:50:26.799Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T14:50:26.802Z+ WORK=/work
1092026-05-04T14:50:26.802Z+ pfexec mkdir -p /work
1102026-05-04T14:50:26.806Z+ pfexec chown build /work
1112026-05-04T14:50:26.808Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-04T14:50:37.119Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-04T14:50:44.535Z Startup: Caching catalogs ... Done
1142026-05-04T14:50:51.229ZPlanning: Solver setup ... Done (5.276s)
1152026-05-04T14:50:51.265ZPlanning: Running solver ... Done (0.037s)
1162026-05-04T14:50:51.401ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-04T14:50:51.864ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-04T14:50:53.290ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-04T14:50:53.328ZPlanning: Package planning ... Done (0.037s)
1202026-05-04T14:50:53.363ZPlanning: Merging actions ... Done (0.035s)
1212026-05-04T14:50:53.575ZPlanning: Checking for conflicting actions ... Done (0.212s)
1222026-05-04T14:50:53.583ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-05-04T14:50:54.751ZPlanning: Evaluating mediators ... Done (1.168s)
1242026-05-04T14:50:54.759ZPlanning: Planning completed in 10.06 seconds
1252026-05-04T14:50:54.771Z Packages to install: 5
1262026-05-04T14:50:54.771Z Mediators to change: 3
1272026-05-04T14:50:54.771Z Services to change: 1
1282026-05-04T14:50:54.771Z Estimated space available: 155.34 GB
1292026-05-04T14:50:54.775ZEstimated space to be consumed: 1.90 GB
1302026-05-04T14:50:54.775Z Create boot environment: No
1312026-05-04T14:50:54.775ZCreate backup boot environment: No
1322026-05-04T14:50:54.775Z Rebuild boot archive: No
1332026-05-04T14:50:54.775Z
1342026-05-04T14:50:54.775ZChanged mediators:
1352026-05-04T14:50:54.775Z mediator clang:
1362026-05-04T14:50:54.775Z version: None -> 15 (system default)
1372026-05-04T14:50:54.775Z
1382026-05-04T14:50:54.775Z mediator llvm:
1392026-05-04T14:50:54.775Z version: 14 (system default) -> 15 (system default)
1402026-05-04T14:50:54.775Z
1412026-05-04T14:50:54.775Z mediator postgresql:
1422026-05-04T14:50:54.775Z version: 15 (system default) -> 18 (system default)
1432026-05-04T14:50:54.775Z
1442026-05-04T14:50:54.775ZChanged packages:
1452026-05-04T14:50:54.775Zhelios-dev
1462026-05-04T14:50:54.775Z developer/build-essential
1472026-05-04T14:50:54.775Z None -> 11-2.0
1482026-05-04T14:50:54.776Z library/libxmlsec1
1492026-05-04T14:50:54.776Z None -> 1.2.35-2.0
1502026-05-04T14:50:54.776Z ooce/developer/clang-15
1512026-05-04T14:50:54.776Z None -> 15.0.7-2.0
1522026-05-04T14:50:54.776Z ooce/developer/llvm-15
1532026-05-04T14:50:54.776Z None -> 15.0.7-2.0
1542026-05-04T14:50:54.776Z ooce/library/postgresql-18
1552026-05-04T14:50:54.776Z None -> 18.1-2.0
1562026-05-04T14:50:54.776Z
1572026-05-04T14:50:54.776ZServices:
1582026-05-04T14:50:54.776Z restart_fmri:
1592026-05-04T14:50:54.776Z svc:/system/update-man-index:default
1602026-05-04T14:50:54.827Z
1612026-05-04T14:50:54.827ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-04T14:50:59.832ZDownload: 2225/4272 items 119.2/219.0MB 54% complete (24.0M/s)
1632026-05-04T14:51:04.853ZDownload: 4250/4272 items 218.9/219.0MB 99% complete (23.9M/s)
1642026-05-04T14:51:06.185ZDownload: Completed 218.99 MB in 11.36 seconds (19.3M/s)
1652026-05-04T14:51:06.353Z Actions: 1/4789 actions (Installing new actions)
1662026-05-04T14:51:09.801Z Actions: Completed 4789 actions in 3.45 seconds.
1672026-05-04T14:51:10.434Z Done (0.628s)
1682026-05-04T14:51:10.434Z Done (0.000s)
1692026-05-04T14:51:11.051Z Done (0.616s)
1702026-05-04T14:51:14.210Z Done (2.811s)
1712026-05-04T14:51:14.298Z Done (0.023s)
1722026-05-04T14:51:14.302Z Done (0.000s)
1732026-05-04T14:51:14.559Z Done (0.000s)
1742026-05-04T14:51:15.400ZPlanning: Evaluating mediator changes ... Done
1752026-05-04T14:51:15.507ZPlanning: Checking for conflicting actions ... Done
1762026-05-04T14:51:15.510ZPlanning: Consolidating action changes ... Done
1772026-05-04T14:51:15.666ZPlanning: Evaluating mediators ... Done
1782026-05-04T14:51:15.669ZPlanning: Planning completed in 0.27 seconds
1792026-05-04T14:51:15.688Z Mediators to change: 2
1802026-05-04T14:51:15.688Z Create boot environment: No
1812026-05-04T14:51:15.688ZCreate backup boot environment: No
1822026-05-04T14:51:15.762Z Done
1832026-05-04T14:51:15.762Z Done
1842026-05-04T14:51:16.375Z Done
1852026-05-04T14:51:18.850Z Done
1862026-05-04T14:51:18.922Z Done
1872026-05-04T14:51:18.925Z Done
1882026-05-04T14:51:19.051Z Done
1892026-05-04T14:51:19.307ZPlanning: Evaluating mediator changes ... Done
1902026-05-04T14:51:19.412ZPlanning: Checking for conflicting actions ... Done
1912026-05-04T14:51:19.415ZPlanning: Consolidating action changes ... Done
1922026-05-04T14:51:19.568ZPlanning: Evaluating mediators ... Done
1932026-05-04T14:51:19.571ZPlanning: Planning completed in 0.26 seconds
1942026-05-04T14:51:19.589Z Mediators to change: 1
1952026-05-04T14:51:19.589Z Create boot environment: No
1962026-05-04T14:51:19.589ZCreate backup boot environment: No
1972026-05-04T14:51:19.657Z Done
1982026-05-04T14:51:19.657Z Done
1992026-05-04T14:51:20.256Z Done
2002026-05-04T14:51:22.676Z Done
2012026-05-04T14:51:22.749Z Done
2022026-05-04T14:51:22.752Z Done
2032026-05-04T14:51:22.894Z Done
2042026-05-04T14:51:23.174ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-04T14:51:23.174Zclang system 15 system
2062026-05-04T14:51:23.174Zcsh system system illumos
2072026-05-04T14:51:23.174Zctags system system illumos
2082026-05-04T14:51:23.174Zfile system system illumos
2092026-05-04T14:51:23.174Zgcc vendor 12 vendor
2102026-05-04T14:51:23.174Zgcc system 14 system
2112026-05-04T14:51:23.174Zgcc system 10 system
2122026-05-04T14:51:23.174Zgo system 1.20 system
2132026-05-04T14:51:23.174Zgo system 1.19 system
2142026-05-04T14:51:23.174Zllvm system 15 system
2152026-05-04T14:51:23.174Zllvm system 14 system
2162026-05-04T14:51:23.174Zmariadb system 10.6 system
2172026-05-04T14:51:23.174Zmta vendor vendor dma
2182026-05-04T14:51:23.174Zopenjdk system 17 system
2192026-05-04T14:51:23.174Zopenjdk system 11 system
2202026-05-04T14:51:23.174Zopenjdk system 1.8 system
2212026-05-04T14:51:23.174Zopenssl vendor 3 vendor
2222026-05-04T14:51:23.174Zperl system 5.36 system
2232026-05-04T14:51:23.174Zpostgresql system 18 system
2242026-05-04T14:51:23.174Zpostgresql system 15 system
2252026-05-04T14:51:23.174Zpostgresql system 13 system
2262026-05-04T14:51:23.174Zpython vendor 3 vendor
2272026-05-04T14:51:23.174Zpython system 2 system
2282026-05-04T14:51:23.174Zpython3 system 3.11 system
2292026-05-04T14:51:23.175Zruby system 3.0 system
2302026-05-04T14:51:23.175Zwords vendor vendor american-english
2312026-05-04T14:51:23.175Zwords system system australian-english
2322026-05-04T14:51:23.175Zwords system system british-english
2332026-05-04T14:51:23.175Zwords system system canadian-english
2342026-05-04T14:51:23.175Zwords system system french
2352026-05-04T14:51:23.176Zwords system system italian
2362026-05-04T14:51:23.176Zwords system system ngerman
2372026-05-04T14:51:23.176Zwords system system ogerman
2382026-05-04T14:51:23.176Zwords system system spanish
2392026-05-04T14:51:23.399ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-04T14:51:23.400Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-04T14:51:27.945ZFMRI IFO
2422026-05-04T14:51:27.945Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-04T14:51:27.946Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-04T14:51:27.946Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-04T14:51:27.946Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-04T14:51:27.946Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-04T14:51:27.946Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-04T14:51:27.946Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-04T14:51:27.946Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-04T14:51:27.946Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-04T14:51:27.946Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-04T14:51:27.946Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-04T14:51:27.946Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-04T14:51:27.946Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-04T14:51:27.946Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-04T14:51:27.946Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-04T14:51:27.946Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-04T14:51:27.946Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-04T14:51:29.070Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-04T14:51:29.366Z Updating crates.io index
2612026-05-04T14:51:29.408Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-04T14:51:29.653Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-04T14:51:30.602Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-04T14:51:31.166Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-04T14:51:31.997Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-04T14:51:32.486Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-04T14:51:33.840Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-04T14:51:34.525Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-04T14:51:34.894Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-04T14:51:35.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-04T14:51:36.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-04T14:51:36.522Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-04T14:51:36.870Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-04T14:51:37.891Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-04T14:51:38.463Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-04T14:51:38.785Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-04T14:51:39.183Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-04T14:51:39.498Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-04T14:51:39.831Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-04T14:51:40.078Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-04T14:51:40.333Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-04T14:51:40.808Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-04T14:51:41.331Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-05-04T14:51:41.855Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-05-04T14:51:42.262Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-05-04T14:51:42.574Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-05-04T14:51:42.903Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-05-04T14:51:43.853Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-04T14:51:44.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-04T14:51:45.193Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-04T14:51:45.430Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-04T14:51:45.787Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-04T14:51:46.130Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-04T14:51:46.456Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-04T14:51:46.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-04T14:51:47.159Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-04T14:51:47.542Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-04T14:51:47.973Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-04T14:51:59.552Z Downloading crates ...
3002026-05-04T14:51:59.598Z Downloaded anstyle-query v1.1.5
3012026-05-04T14:51:59.606Z Downloaded block-buffer v0.10.4
3022026-05-04T14:51:59.609Z Downloaded cargo_metadata v0.21.0
3032026-05-04T14:51:59.612Z Downloaded zmij v1.0.21
3042026-05-04T14:51:59.612Z Downloaded cfg-if v1.0.4
3052026-05-04T14:51:59.615Z Downloaded bitflags v2.11.0
3062026-05-04T14:51:59.615Z Downloaded percent-encoding v2.3.2
3072026-05-04T14:51:59.618Z Downloaded thiserror v1.0.69
3082026-05-04T14:51:59.618Z Downloaded utf8parse v0.2.2
3092026-05-04T14:51:59.621Z Downloaded thiserror-impl v1.0.69
3102026-05-04T14:51:59.621Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-04T14:51:59.621Z Downloaded ordered-float v2.10.1
3122026-05-04T14:51:59.621Z Downloaded idna_adapter v1.2.1
3132026-05-04T14:51:59.624Z Downloaded form_urlencoded v1.2.2
3142026-05-04T14:51:59.624Z Downloaded colorchoice v1.0.4
3152026-05-04T14:51:59.624Z Downloaded usdt-macro v0.5.0
3162026-05-04T14:51:59.624Z Downloaded toml_write v0.1.2
3172026-05-04T14:51:59.624Z Downloaded yoke v0.8.1
3182026-05-04T14:51:59.627Z Downloaded thread-id v4.2.2
3192026-05-04T14:51:59.627Z Downloaded thiserror v2.0.18
3202026-05-04T14:51:59.630Z Downloaded serde-value v0.7.0
3212026-05-04T14:51:59.630Z Downloaded itoa v1.0.17
3222026-05-04T14:51:59.630Z Downloaded version_check v0.9.5
3232026-05-04T14:51:59.633Z Downloaded unicode-linebreak v0.1.5
3242026-05-04T14:51:59.633Z Downloaded tabled_derive v0.7.0
3252026-05-04T14:51:59.633Z Downloaded swrite v0.1.0
3262026-05-04T14:51:59.633Z Downloaded byteorder v1.5.0
3272026-05-04T14:51:59.637Z Downloaded smawk v0.3.2
3282026-05-04T14:51:59.637Z Downloaded dtrace-parser v0.2.0
3292026-05-04T14:51:59.637Z Downloaded typeid v1.0.3
3302026-05-04T14:51:59.637Z Downloaded utf8_iter v1.0.4
3312026-05-04T14:51:59.637Z Downloaded potential_utf v0.1.4
3322026-05-04T14:51:59.640Z Downloaded heck v0.4.1
3332026-05-04T14:51:59.640Z Downloaded toml_datetime v0.6.11
3342026-05-04T14:51:59.640Z Downloaded zerofrom v0.1.6
3352026-05-04T14:51:59.640Z Downloaded errno v0.3.14
3362026-05-04T14:51:59.640Z Downloaded unicode-xid v0.2.6
3372026-05-04T14:51:59.643Z Downloaded fastrand v2.3.0
3382026-05-04T14:51:59.643Z Downloaded writeable v0.6.2
3392026-05-04T14:51:59.643Z Downloaded memmap v0.7.0
3402026-05-04T14:51:59.643Z Downloaded digest v0.10.7
3412026-05-04T14:51:59.646Z Downloaded cargo-util-schemas v0.8.2
3422026-05-04T14:51:59.646Z Downloaded zerofrom-derive v0.1.6
3432026-05-04T14:51:59.646Z Downloaded usdt-attr-macro v0.5.0
3442026-05-04T14:51:59.646Z Downloaded anstream v0.6.21
3452026-05-04T14:51:59.649Z Downloaded scroll_derive v0.12.1
3462026-05-04T14:51:59.652Z Downloaded pest_generator v2.8.6
3472026-05-04T14:51:59.652Z Downloaded yoke-derive v0.8.1
3482026-05-04T14:51:59.655Z Downloaded thiserror-impl v2.0.18
3492026-05-04T14:51:59.655Z Downloaded serde-untagged v0.1.9
3502026-05-04T14:51:59.658Z Downloaded cargo_toml v0.21.0
3512026-05-04T14:51:59.658Z Downloaded usdt v0.5.0
3522026-05-04T14:51:59.658Z Downloaded dof v0.3.0
3532026-05-04T14:51:59.664Z Downloaded zerovec-derive v0.11.2
3542026-05-04T14:51:59.664Z Downloaded is_terminal_polyfill v1.70.2
3552026-05-04T14:51:59.664Z Downloaded usdt-impl v0.5.0
3562026-05-04T14:51:59.664Z Downloaded cpufeatures v0.2.17
3572026-05-04T14:51:59.664Z Downloaded tinystr v0.8.2
3582026-05-04T14:51:59.670Z Downloaded camino v1.2.2
3592026-05-04T14:51:59.670Z Downloaded displaydoc v0.2.5
3602026-05-04T14:51:59.675Z Downloaded getrandom v0.4.1
3612026-05-04T14:51:59.675Z Downloaded toml v0.8.23
3622026-05-04T14:51:59.675Z Downloaded zerocopy-derive v0.7.35
3632026-05-04T14:51:59.678Z Downloaded ucd-trie v0.1.7
3642026-05-04T14:51:59.681Z Downloaded crypto-common v0.1.7
3652026-05-04T14:51:59.681Z Downloaded cargo-platform v0.2.0
3662026-05-04T14:51:59.685Z Downloaded clap_lex v1.0.0
3672026-05-04T14:51:59.689Z Downloaded generic-array v0.14.7
3682026-05-04T14:51:59.689Z Downloaded equivalent v1.0.2
3692026-05-04T14:51:59.696Z Downloaded textwrap v0.16.2
3702026-05-04T14:51:59.696Z Downloaded zerotrie v0.2.3
3712026-05-04T14:51:59.699Z Downloaded typenum v1.19.0
3722026-05-04T14:51:59.699Z Downloaded log v0.4.29
3732026-05-04T14:51:59.700Z Downloaded icu_properties v2.1.2
3742026-05-04T14:51:59.700Z Downloaded stable_deref_trait v1.2.1
3752026-05-04T14:51:59.700Z Downloaded erased-serde v0.4.9
3762026-05-04T14:51:59.703Z Downloaded unicode-ident v1.0.24
3772026-05-04T14:51:59.703Z Downloaded toml_edit v0.22.27
3782026-05-04T14:51:59.705Z Downloaded strsim v0.11.1
3792026-05-04T14:51:59.706Z Downloaded heck v0.5.0
3802026-05-04T14:51:59.706Z Downloaded url v2.5.8
3812026-05-04T14:51:59.709Z Downloaded terminal_size v0.4.3
3822026-05-04T14:51:59.709Z Downloaded serde_spanned v0.6.9
3832026-05-04T14:51:59.712Z Downloaded pretty-hex v0.4.1
3842026-05-04T14:51:59.715Z Downloaded icu_normalizer_data v2.1.1
3852026-05-04T14:51:59.721Z Downloaded zerovec v0.11.5
3862026-05-04T14:51:59.725Z Downloaded zerocopy v0.7.35
3872026-05-04T14:51:59.733Z Downloaded macaddr v1.0.1
3882026-05-04T14:51:59.736Z Downloaded winnow v0.7.14
3892026-05-04T14:51:59.738Z Downloaded fs-err v3.3.0
3902026-05-04T14:51:59.743Z Downloaded fnv v1.0.7
3912026-05-04T14:51:59.743Z Downloaded unicode-width v0.2.0
3922026-05-04T14:51:59.746Z Downloaded unicode-width v0.1.14
3932026-05-04T14:51:59.747Z Downloaded scroll v0.12.0
3942026-05-04T14:51:59.751Z Downloaded plain v0.2.3
3952026-05-04T14:51:59.751Z Downloaded autocfg v1.5.0
3962026-05-04T14:51:59.754Z Downloaded num-traits v0.2.19
3972026-05-04T14:51:59.754Z Downloaded quote v1.0.45
3982026-05-04T14:51:59.754Z Downloaded camino-tempfile v1.4.1
3992026-05-04T14:51:59.757Z Downloaded bytecount v0.6.9
4002026-05-04T14:51:59.760Z Downloaded serde_tokenstream v0.2.3
4012026-05-04T14:51:59.763Z Downloaded anstyle-parse v0.2.7
4022026-05-04T14:51:59.766Z Downloaded proc-macro-error v1.0.4
4032026-05-04T14:51:59.769Z Downloaded synstructure v0.13.2
4042026-05-04T14:51:59.769Z Downloaded anstyle v1.0.13
4052026-05-04T14:51:59.774Z Downloaded anyhow v1.0.102
4062026-05-04T14:51:59.778Z Downloaded semver v1.0.28
4072026-05-04T14:51:59.781Z Downloaded clap_derive v4.5.55
4082026-05-04T14:51:59.781Z Downloaded once_cell v1.21.3
4092026-05-04T14:51:59.786Z Downloaded sha2 v0.10.9
4102026-05-04T14:51:59.789Z Downloaded tempfile v3.25.0
4112026-05-04T14:51:59.792Z Downloaded smallvec v1.15.1
4122026-05-04T14:51:59.794Z Downloaded pest_derive v2.8.6
4132026-05-04T14:51:59.802Z Downloaded serde_derive v1.0.228
4142026-05-04T14:51:59.805Z Downloaded litemap v0.8.1
4152026-05-04T14:51:59.813Z Downloaded icu_provider v2.1.1
4162026-05-04T14:51:59.820Z Downloaded clap v4.5.60
4172026-05-04T14:51:59.826Z Downloaded serde_core v1.0.228
4182026-05-04T14:51:59.829Z Downloaded papergrid v0.11.0
4192026-05-04T14:51:59.831Z Downloaded proc-macro2 v1.0.106
4202026-05-04T14:51:59.831Z Downloaded icu_normalizer v2.1.1
4212026-05-04T14:51:59.838Z Downloaded icu_locale_core v2.1.1
4222026-05-04T14:51:59.841Z Downloaded pest_meta v2.8.6
4232026-05-04T14:51:59.844Z Downloaded serde v1.0.228
4242026-05-04T14:51:59.847Z Downloaded memchr v2.8.0
4252026-05-04T14:51:59.852Z Downloaded icu_collections v2.1.1
4262026-05-04T14:51:59.867Z Downloaded serde_json v1.0.149
4272026-05-04T14:51:59.873Z Downloaded pest v2.8.6
4282026-05-04T14:51:59.876Z Downloaded indexmap v2.14.0
4292026-05-04T14:51:59.882Z Downloaded clap_builder v4.5.60
4302026-05-04T14:51:59.892Z Downloaded idna v1.1.0
4312026-05-04T14:51:59.896Z Downloaded icu_properties_data v2.1.2
4322026-05-04T14:51:59.899Z Downloaded hashbrown v0.17.0
4332026-05-04T14:51:59.914Z Downloaded goblin v0.8.2
4342026-05-04T14:51:59.921Z Downloaded tabled v0.15.0
4352026-05-04T14:51:59.932Z Downloaded syn v2.0.117
4362026-05-04T14:51:59.938Z Downloaded syn v1.0.109
4372026-05-04T14:51:59.949Z Downloaded rustix v1.1.3
4382026-05-04T14:51:59.979Z Downloaded libc v0.2.185
4392026-05-04T14:52:00.042Z Compiling proc-macro2 v1.0.106
4402026-05-04T14:52:00.042Z Compiling unicode-ident v1.0.24
4412026-05-04T14:52:00.045Z Compiling quote v1.0.45
4422026-05-04T14:52:00.045Z Compiling serde_core v1.0.228
4432026-05-04T14:52:00.045Z Compiling libc v0.2.185
4442026-05-04T14:52:00.045Z Compiling version_check v0.9.5
4452026-05-04T14:52:00.045Z Compiling stable_deref_trait v1.2.1
4462026-05-04T14:52:00.045Z Compiling memchr v2.8.0
4472026-05-04T14:52:00.045Z Compiling serde v1.0.228
4482026-05-04T14:52:00.045Z Compiling zmij v1.0.21
4492026-05-04T14:52:00.045Z Compiling autocfg v1.5.0
4502026-05-04T14:52:00.045Z Compiling ucd-trie v0.1.7
4512026-05-04T14:52:00.227Z Compiling thiserror v1.0.69
4522026-05-04T14:52:00.230Z Compiling itoa v1.0.17
4532026-05-04T14:52:00.230Z Compiling litemap v0.8.1
4542026-05-04T14:52:00.452Z Compiling writeable v0.6.2
4552026-05-04T14:52:00.532Z Compiling icu_properties_data v2.1.2
4562026-05-04T14:52:00.718Z Compiling pest v2.8.6
4572026-05-04T14:52:00.722Z Compiling icu_normalizer_data v2.1.1
4582026-05-04T14:52:00.785Z Compiling rustix v1.1.3
4592026-05-04T14:52:00.790Z Compiling byteorder v1.5.0
4602026-05-04T14:52:00.807Z Compiling bitflags v2.11.0
4612026-05-04T14:52:00.895Z Compiling serde_json v1.0.149
4622026-05-04T14:52:00.965Z Compiling num-traits v0.2.19
4632026-05-04T14:52:00.983Z Compiling hashbrown v0.17.0
4642026-05-04T14:52:01.019Z Compiling equivalent v1.0.2
4652026-05-04T14:52:01.088Z Compiling typeid v1.0.3
4662026-05-04T14:52:01.163Z Compiling smallvec v1.15.1
4672026-05-04T14:52:01.166Z Compiling proc-macro-error-attr v1.0.4
4682026-05-04T14:52:01.203Z Compiling usdt-impl v0.5.0
4692026-05-04T14:52:01.238Z Compiling errno v0.3.14
4702026-05-04T14:52:01.256Z Compiling thread-id v4.2.2
4712026-05-04T14:52:01.308Z Compiling toml_write v0.1.2
4722026-05-04T14:52:01.328Z Compiling winnow v0.7.14
4732026-05-04T14:52:01.384Z Compiling syn v1.0.109
4742026-05-04T14:52:01.401Z Compiling erased-serde v0.4.9
4752026-05-04T14:52:01.436Z Compiling proc-macro-error v1.0.4
4762026-05-04T14:52:01.510Z Compiling indexmap v2.14.0
4772026-05-04T14:52:01.580Z Compiling plain v0.2.3
4782026-05-04T14:52:01.600Z Compiling log v0.4.29
4792026-05-04T14:52:01.626Z Compiling syn v2.0.117
4802026-05-04T14:52:01.652Z Compiling camino v1.2.2
4812026-05-04T14:52:01.679Z Compiling thiserror v2.0.18
4822026-05-04T14:52:01.750Z Compiling utf8_iter v1.0.4
4832026-05-04T14:52:01.761Z Compiling getrandom v0.4.1
4842026-05-04T14:52:01.769Z Compiling utf8parse v0.2.2
4852026-05-04T14:52:01.800Z Compiling pest_meta v2.8.6
4862026-05-04T14:52:01.804Z Compiling percent-encoding v2.3.2
4872026-05-04T14:52:01.918Z Compiling anstyle-parse v0.2.7
4882026-05-04T14:52:02.021Z Compiling form_urlencoded v1.2.2
4892026-05-04T14:52:02.074Z Compiling ordered-float v2.10.1
4902026-05-04T14:52:02.154Z Compiling colorchoice v1.0.4
4912026-05-04T14:52:02.193Z Compiling anstyle-query v1.1.5
4922026-05-04T14:52:02.198Z Compiling is_terminal_polyfill v1.70.2
4932026-05-04T14:52:02.227Z Compiling pretty-hex v0.4.1
4942026-05-04T14:52:02.230Z Compiling anstyle v1.0.13
4952026-05-04T14:52:02.289Z Compiling cfg-if v1.0.4
4962026-05-04T14:52:02.324Z Compiling fs-err v3.3.0
4972026-05-04T14:52:02.340Z Compiling heck v0.4.1
4982026-05-04T14:52:02.359Z Compiling heck v0.5.0
4992026-05-04T14:52:02.396Z Compiling clap_lex v1.0.0
5002026-05-04T14:52:02.496Z Compiling terminal_size v0.4.3
5012026-05-04T14:52:02.521Z Compiling anstream v0.6.21
5022026-05-04T14:52:02.584Z Compiling semver v1.0.28
5032026-05-04T14:52:02.639Z Compiling fastrand v2.3.0
5042026-05-04T14:52:02.666Z Compiling strsim v0.11.1
5052026-05-04T14:52:02.681Z Compiling unicode-width v0.1.14
5062026-05-04T14:52:02.709Z Compiling unicode-xid v0.2.6
5072026-05-04T14:52:02.730Z Compiling anyhow v1.0.102
5082026-05-04T14:52:02.799Z Compiling once_cell v1.21.3
5092026-05-04T14:52:02.870Z Compiling bytecount v0.6.9
5102026-05-04T14:52:02.908Z Compiling fnv v1.0.7
5112026-05-04T14:52:02.944Z Compiling clap_builder v4.5.60
5122026-05-04T14:52:03.029Z Compiling serde-untagged v0.1.9
5132026-05-04T14:52:03.032Z Compiling tempfile v3.25.0
5142026-05-04T14:52:03.065Z Compiling papergrid v0.11.0
5152026-05-04T14:52:03.104Z Compiling memmap v0.7.0
5162026-05-04T14:52:03.107Z Compiling unicode-width v0.2.0
5172026-05-04T14:52:03.107Z Compiling smawk v0.3.2
5182026-05-04T14:52:03.205Z Compiling unicode-linebreak v0.1.5
5192026-05-04T14:52:03.306Z Compiling camino-tempfile v1.4.1
5202026-05-04T14:52:03.325Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-05-04T14:52:03.330Z Compiling swrite v0.1.0
5222026-05-04T14:52:03.432Z Compiling textwrap v0.16.2
5232026-05-04T14:52:03.731Z Compiling tabled_derive v0.7.0
5242026-05-04T14:52:04.268Z Compiling synstructure v0.13.2
5252026-05-04T14:52:04.268Z Compiling pest_generator v2.8.6
5262026-05-04T14:52:04.404Z Compiling tabled v0.15.0
5272026-05-04T14:52:04.788Z Compiling serde_derive v1.0.228
5282026-05-04T14:52:04.788Z Compiling zerofrom-derive v0.1.6
5292026-05-04T14:52:04.795Z Compiling yoke-derive v0.8.1
5302026-05-04T14:52:04.795Z Compiling zerovec-derive v0.11.2
5312026-05-04T14:52:04.795Z Compiling displaydoc v0.2.5
5322026-05-04T14:52:04.795Z Compiling thiserror-impl v1.0.69
5332026-05-04T14:52:04.889Z Compiling zerocopy-derive v0.7.35
5342026-05-04T14:52:04.909Z Compiling pest_derive v2.8.6
5352026-05-04T14:52:04.927Z Compiling scroll_derive v0.12.1
5362026-05-04T14:52:04.930Z Compiling thiserror-impl v2.0.18
5372026-05-04T14:52:04.965Z Compiling clap_derive v4.5.55
5382026-05-04T14:52:05.612Z Compiling scroll v0.12.0
5392026-05-04T14:52:05.660Z Compiling zerocopy v0.7.35
5402026-05-04T14:52:05.831Z Compiling goblin v0.8.2
5412026-05-04T14:52:05.853Z Compiling zerofrom v0.1.6
5422026-05-04T14:52:05.965Z Compiling yoke v0.8.1
5432026-05-04T14:52:05.969Z Compiling dtrace-parser v0.2.0
5442026-05-04T14:52:06.140Z Compiling zerovec v0.11.5
5452026-05-04T14:52:06.140Z Compiling zerotrie v0.2.3
5462026-05-04T14:52:06.289Z Compiling clap v4.5.60
5472026-05-04T14:52:06.572Z Compiling tinystr v0.8.2
5482026-05-04T14:52:06.572Z Compiling potential_utf v0.1.4
5492026-05-04T14:52:06.701Z Compiling icu_collections v2.1.1
5502026-05-04T14:52:06.778Z Compiling icu_locale_core v2.1.1
5512026-05-04T14:52:07.264Z Compiling serde_spanned v0.6.9
5522026-05-04T14:52:07.264Z Compiling toml_datetime v0.6.11
5532026-05-04T14:52:07.264Z Compiling serde-value v0.7.0
5542026-05-04T14:52:07.264Z Compiling cargo-platform v0.2.0
5552026-05-04T14:52:07.267Z Compiling macaddr v1.0.1
5562026-05-04T14:52:07.280Z Compiling dof v0.3.0
5572026-05-04T14:52:07.284Z Compiling serde_tokenstream v0.2.3
5582026-05-04T14:52:07.337Z Compiling icu_provider v2.1.1
5592026-05-04T14:52:07.468Z Compiling toml_edit v0.22.27
5602026-05-04T14:52:07.591Z Compiling icu_normalizer v2.1.1
5612026-05-04T14:52:07.594Z Compiling icu_properties v2.1.2
5622026-05-04T14:52:08.019Z Compiling usdt-macro v0.5.0
5632026-05-04T14:52:08.023Z Compiling usdt-attr-macro v0.5.0
5642026-05-04T14:52:08.403Z Compiling idna_adapter v1.2.1
5652026-05-04T14:52:08.508Z Compiling idna v1.1.0
5662026-05-04T14:52:08.621Z Compiling usdt v0.5.0
5672026-05-04T14:52:08.733Z Compiling toml v0.8.23
5682026-05-04T14:52:08.772Z Compiling url v2.5.8
5692026-05-04T14:52:09.067Z Compiling cargo_toml v0.21.0
5702026-05-04T14:52:09.177Z Compiling cargo-util-schemas v0.8.2
5712026-05-04T14:52:09.962Z Compiling cargo_metadata v0.21.0
5722026-05-04T14:52:10.887Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-04T14:52:12.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.09s
5742026-05-04T14:52:13.229Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-04T14:52:13.778Z Downloading crates ...
5762026-05-04T14:52:13.873Z Downloaded allocator-api2 v0.2.21
5772026-05-04T14:52:13.879Z Downloaded adler2 v2.0.1
5782026-05-04T14:52:13.883Z Downloaded atty v0.2.14
5792026-05-04T14:52:13.883Z Downloaded argon2 v0.5.3
5802026-05-04T14:52:13.886Z Downloaded arc-swap v1.8.2
5812026-05-04T14:52:13.890Z Downloaded backoff v0.4.0
5822026-05-04T14:52:13.894Z Downloaded base64ct v1.8.3
5832026-05-04T14:52:13.897Z Downloaded crunchy v0.2.4
5842026-05-04T14:52:13.900Z Downloaded document-features v0.2.12
5852026-05-04T14:52:13.903Z Downloaded dsl_auto_type v0.2.0
5862026-05-04T14:52:13.903Z Downloaded embedded-io v0.4.0
5872026-05-04T14:52:13.906Z Downloaded dirs-next v2.0.0
5882026-05-04T14:52:13.906Z Downloaded base16ct v0.2.0
5892026-05-04T14:52:13.906Z Downloaded blake2 v0.10.6
5902026-05-04T14:52:13.911Z Downloaded camino-tempfile-ext v0.3.3
5912026-05-04T14:52:13.911Z Downloaded env_filter v1.0.0
5922026-05-04T14:52:13.911Z Downloaded dunce v1.0.5
5932026-05-04T14:52:13.915Z Downloaded critical-section v1.2.0
5942026-05-04T14:52:13.915Z Downloaded ascii-canvas v3.0.0
5952026-05-04T14:52:13.915Z Downloaded atomic-waker v1.1.2
5962026-05-04T14:52:13.915Z Downloaded bitfield v0.19.4
5972026-05-04T14:52:13.915Z Downloaded base64 v0.21.7
5982026-05-04T14:52:13.921Z Downloaded compression-core v0.4.31
5992026-05-04T14:52:13.927Z Downloaded derive_builder_core v0.20.2
6002026-05-04T14:52:13.927Z Downloaded float-cmp v0.10.0
6012026-05-04T14:52:13.927Z Downloaded crc32fast v1.5.0
6022026-05-04T14:52:13.927Z Downloaded erased-serde v0.3.31
6032026-05-04T14:52:13.928Z Downloaded diesel-dtrace v0.5.0
6042026-05-04T14:52:13.928Z Downloaded daft-derive v0.1.5
6052026-05-04T14:52:13.935Z Downloaded des v0.8.1
6062026-05-04T14:52:13.935Z Downloaded castaway v0.2.4
6072026-05-04T14:52:13.935Z Downloaded foldhash v0.1.5
6082026-05-04T14:52:13.935Z Downloaded block-padding v0.3.3
6092026-05-04T14:52:13.935Z Downloaded dtrace-parser v0.3.0
6102026-05-04T14:52:13.935Z Downloaded atomicwrites v0.4.4
6112026-05-04T14:52:13.940Z Downloaded arrayvec v0.7.6
6122026-05-04T14:52:13.940Z Downloaded array-init v0.0.4
6132026-05-04T14:52:13.940Z Downloaded ff v0.13.1
6142026-05-04T14:52:13.940Z Downloaded bit-set v0.5.3
6152026-05-04T14:52:13.943Z Downloaded dropshot_endpoint v0.16.7
6162026-05-04T14:52:13.943Z Downloaded fatfs v0.3.6
6172026-05-04T14:52:13.944Z Downloaded darling_core v0.23.0
6182026-05-04T14:52:13.947Z Downloaded cfg_aliases v0.2.1
6192026-05-04T14:52:13.950Z Downloaded cargo-platform v0.1.9
6202026-05-04T14:52:13.950Z Downloaded dyn-clone v1.0.20
6212026-05-04T14:52:13.950Z Downloaded dirs-sys-next v0.1.2
6222026-05-04T14:52:13.950Z Downloaded async-stream-impl v0.3.6
6232026-05-04T14:52:13.953Z Downloaded dof v0.4.0
6242026-05-04T14:52:13.953Z Downloaded either v1.15.0
6252026-05-04T14:52:13.953Z Downloaded cbc v0.1.2
6262026-05-04T14:52:13.956Z Downloaded bit-vec v0.8.0
6272026-05-04T14:52:13.956Z Downloaded bytes v1.11.1
6282026-05-04T14:52:13.959Z Downloaded bit-vec v0.6.3
6292026-05-04T14:52:13.959Z Downloaded futures-io v0.3.32
6302026-05-04T14:52:13.962Z Downloaded cobs v0.3.0
6312026-05-04T14:52:13.962Z Downloaded data-encoding v2.10.0
6322026-05-04T14:52:13.962Z Downloaded bitfield-struct v0.6.2
6332026-05-04T14:52:13.962Z Downloaded crossbeam-utils v0.8.21
6342026-05-04T14:52:13.965Z Downloaded aws-lc-rs v1.16.0
6352026-05-04T14:52:13.970Z Downloaded ecdsa v0.16.9
6362026-05-04T14:52:13.973Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-05-04T14:52:13.973Z Downloaded cpufeatures v0.3.0
6382026-05-04T14:52:13.973Z Downloaded curve25519-dalek-derive v0.1.1
6392026-05-04T14:52:13.976Z Downloaded bb8 v0.8.6
6402026-05-04T14:52:13.976Z Downloaded aead v0.5.2
6412026-05-04T14:52:13.977Z Downloaded fixedbitset v0.4.2
6422026-05-04T14:52:13.980Z Downloaded embedded-io v0.6.1
6432026-05-04T14:52:13.980Z Downloaded difflib v0.4.0
6442026-05-04T14:52:13.980Z Downloaded bit-set v0.8.0
6452026-05-04T14:52:13.980Z Downloaded async-stream v0.3.6
6462026-05-04T14:52:13.983Z Downloaded crc8 v0.1.1
6472026-05-04T14:52:13.983Z Downloaded convert_case v0.4.0
6482026-05-04T14:52:13.983Z Downloaded downcast-rs v2.0.2
6492026-05-04T14:52:13.986Z Downloaded bcrypt-pbkdf v0.10.0
6502026-05-04T14:52:13.986Z Downloaded crucible-workspace-hack v0.1.0
6512026-05-04T14:52:13.986Z Downloaded assert_matches v1.5.0
6522026-05-04T14:52:13.986Z Downloaded ciborium-ll v0.2.2
6532026-05-04T14:52:13.986Z Downloaded cfg_aliases v0.1.1
6542026-05-04T14:52:13.989Z Downloaded arrayref v0.3.9
6552026-05-04T14:52:13.989Z Downloaded bitfield-macros v0.19.4
6562026-05-04T14:52:13.989Z Downloaded defmt v1.0.1
6572026-05-04T14:52:13.993Z Downloaded foreign-types-shared v0.3.1
6582026-05-04T14:52:13.993Z Downloaded defmt v0.3.100
6592026-05-04T14:52:13.993Z Downloaded crc v3.4.0
6602026-05-04T14:52:13.996Z Downloaded debug-ignore v1.0.5
6612026-05-04T14:52:13.996Z Downloaded foreign-types-macros v0.2.3
6622026-05-04T14:52:13.996Z Downloaded foreign-types v0.5.0
6632026-05-04T14:52:13.999Z Downloaded crossterm v0.29.0
6642026-05-04T14:52:14.002Z Downloaded derive_builder_macro v0.20.2
6652026-05-04T14:52:14.002Z Downloaded darling_macro v0.21.3
6662026-05-04T14:52:14.002Z Downloaded darling_macro v0.20.11
6672026-05-04T14:52:14.006Z Downloaded const_format_proc_macros v0.2.34
6682026-05-04T14:52:14.006Z Downloaded fd-lock v4.0.4
6692026-05-04T14:52:14.009Z Downloaded cargo_metadata v0.19.2
6702026-05-04T14:52:14.009Z Downloaded bitflags v1.3.2
6712026-05-04T14:52:14.009Z Downloaded foreign-types-shared v0.1.1
6722026-05-04T14:52:14.012Z Downloaded flagset v0.4.7
6732026-05-04T14:52:14.012Z Downloaded foreign-types v0.3.2
6742026-05-04T14:52:14.012Z Downloaded hash32 v0.3.1
6752026-05-04T14:52:14.015Z Downloaded cassowary v0.3.0
6762026-05-04T14:52:14.015Z Downloaded darling_macro v0.23.0
6772026-05-04T14:52:14.015Z Downloaded endian-type v0.1.2
6782026-05-04T14:52:14.015Z Downloaded cstr-argument v0.1.2
6792026-05-04T14:52:14.018Z Downloaded defmt-parser v1.0.0
6802026-05-04T14:52:14.018Z Downloaded funty v2.0.0
6812026-05-04T14:52:14.018Z Downloaded async-trait v0.1.89
6822026-05-04T14:52:14.022Z Downloaded ghash v0.5.1
6832026-05-04T14:52:14.022Z Downloaded float-ord v0.3.2
6842026-05-04T14:52:14.022Z Downloaded gethostname v0.5.0
6852026-05-04T14:52:14.025Z Downloaded env_logger v0.11.9
6862026-05-04T14:52:14.025Z Downloaded futures-task v0.3.32
6872026-05-04T14:52:14.025Z Downloaded futures-sink v0.3.32
6882026-05-04T14:52:14.025Z Downloaded hash32 v0.2.1
6892026-05-04T14:52:14.029Z Downloaded fxhash v0.2.1
6902026-05-04T14:52:14.029Z Downloaded foldhash v0.2.0
6912026-05-04T14:52:14.029Z Downloaded find-msvc-tools v0.1.9
6922026-05-04T14:52:14.029Z Downloaded headers-core v0.3.0
6932026-05-04T14:52:14.034Z Downloaded ed25519 v2.2.3
6942026-05-04T14:52:14.034Z Downloaded enum-as-inner v0.6.1
6952026-05-04T14:52:14.034Z Downloaded futures-core v0.3.32
6962026-05-04T14:52:14.034Z Downloaded cexpr v0.6.0
6972026-05-04T14:52:14.037Z Downloaded globwalk v0.9.1
6982026-05-04T14:52:14.037Z Downloaded buf-list v1.1.2
6992026-05-04T14:52:14.037Z Downloaded bcs v0.1.6
7002026-05-04T14:52:14.040Z Downloaded der_derive v0.7.3
7012026-05-04T14:52:14.041Z Downloaded byte-wrapper v0.1.0
7022026-05-04T14:52:14.041Z Downloaded hex-literal v0.4.1
7032026-05-04T14:52:14.044Z Downloaded darling v0.23.0
7042026-05-04T14:52:14.047Z Downloaded dropshot-api-manager-types v0.7.1
7052026-05-04T14:52:14.047Z Downloaded crc-catalog v2.4.0
7062026-05-04T14:52:14.047Z Downloaded compression-codecs v0.4.37
7072026-05-04T14:52:14.050Z Downloaded corncobs v0.1.4
7082026-05-04T14:52:14.050Z Downloaded chacha20 v0.9.1
7092026-05-04T14:52:14.050Z Downloaded cipher v0.4.4
7102026-05-04T14:52:14.053Z Downloaded futures-macro v0.3.32
7112026-05-04T14:52:14.053Z Downloaded http-body v1.0.1
7122026-05-04T14:52:14.053Z Downloaded hostname v0.3.1
7132026-05-04T14:52:14.057Z Downloaded hex v0.4.3
7142026-05-04T14:52:14.057Z Downloaded git-stub-vcs v0.1.0
7152026-05-04T14:52:14.057Z Downloaded bzip2 v0.4.4
7162026-05-04T14:52:14.059Z Downloaded convert_case v0.10.0
7172026-05-04T14:52:14.060Z Downloaded cmake v0.1.57
7182026-05-04T14:52:14.063Z Downloaded const-oid v0.9.6
7192026-05-04T14:52:14.063Z Downloaded globset v0.4.18
7202026-05-04T14:52:14.063Z Downloaded crossbeam-deque v0.8.6
7212026-05-04T14:52:14.066Z Downloaded hubpack_derive v0.1.1
7222026-05-04T14:52:14.066Z Downloaded fs-err v2.11.0
7232026-05-04T14:52:14.066Z Downloaded cookie v0.18.1
7242026-05-04T14:52:14.069Z Downloaded console v0.15.11
7252026-05-04T14:52:14.069Z Downloaded bzip2 v0.6.1
7262026-05-04T14:52:14.072Z Downloaded ahash v0.8.12
7272026-05-04T14:52:14.072Z Downloaded ident_case v1.0.1
7282026-05-04T14:52:14.075Z Downloaded hyper-tls v0.6.0
7292026-05-04T14:52:14.075Z Downloaded group v0.13.0
7302026-05-04T14:52:14.075Z Downloaded git-stub v1.0.0
7312026-05-04T14:52:14.078Z Downloaded fs_extra v1.3.0
7322026-05-04T14:52:14.078Z Downloaded drift v0.1.3
7332026-05-04T14:52:14.081Z Downloaded hubpack v0.1.2
7342026-05-04T14:52:14.081Z Downloaded derive-ex v0.1.8
7352026-05-04T14:52:14.084Z Downloaded cookie_store v0.22.1
7362026-05-04T14:52:14.084Z Downloaded httpdate v1.0.3
7372026-05-04T14:52:14.084Z Downloaded indoc v1.0.9
7382026-05-04T14:52:14.089Z Downloaded daft v0.1.5
7392026-05-04T14:52:14.089Z Downloaded instant v0.1.13
7402026-05-04T14:52:14.089Z Downloaded inout v0.1.4
7412026-05-04T14:52:14.089Z Downloaded indent_write v2.2.0
7422026-05-04T14:52:14.093Z Downloaded is-terminal v0.4.17
7432026-05-04T14:52:14.093Z Downloaded futures-executor v0.3.32
7442026-05-04T14:52:14.093Z Downloaded futures v0.3.32
7452026-05-04T14:52:14.097Z Downloaded fixedbitset v0.5.7
7462026-05-04T14:52:14.097Z Downloaded console v0.16.2
7472026-05-04T14:52:14.100Z Downloaded clang-sys v1.8.1
7482026-05-04T14:52:14.100Z Downloaded diff v0.1.13
7492026-05-04T14:52:14.103Z Downloaded filetime v0.2.27
7502026-05-04T14:52:14.103Z Downloaded deranged v0.5.8
7512026-05-04T14:52:14.106Z Downloaded ciborium v0.2.2
7522026-05-04T14:52:14.106Z Downloaded chacha20 v0.10.0
7532026-05-04T14:52:14.106Z Downloaded async-bb8-diesel v0.2.1
7542026-05-04T14:52:14.109Z Downloaded lalrpop-util v0.19.12
7552026-05-04T14:52:14.109Z Downloaded instability v0.3.11
7562026-05-04T14:52:14.112Z Downloaded cancel-safe-futures v0.1.5
7572026-05-04T14:52:14.112Z Downloaded fallible-iterator v0.2.0
7582026-05-04T14:52:14.115Z Downloaded internet-checksum v0.2.1
7592026-05-04T14:52:14.115Z Downloaded derive_more v0.99.20
7602026-05-04T14:52:14.118Z Downloaded backon v1.6.0
7612026-05-04T14:52:14.118Z Downloaded linked-hash-map v0.5.6
7622026-05-04T14:52:14.121Z Downloaded csv-core v0.1.13
7632026-05-04T14:52:14.121Z Downloaded half v1.8.3
7642026-05-04T14:52:14.124Z Downloaded http-range v0.1.5
7652026-05-04T14:52:14.124Z Downloaded defmt-macros v1.0.1
7662026-05-04T14:52:14.125Z Downloaded colored v2.2.0
7672026-05-04T14:52:14.128Z Downloaded libscf-sys v1.1.0
7682026-05-04T14:52:14.128Z Downloaded display-error-chain v0.2.2
7692026-05-04T14:52:14.128Z Downloaded home v0.5.12
7702026-05-04T14:52:14.131Z Downloaded memoffset v0.9.1
7712026-05-04T14:52:14.131Z Downloaded match_cfg v0.1.0
7722026-05-04T14:52:14.131Z Downloaded mime v0.3.17
7732026-05-04T14:52:14.131Z Downloaded futures-channel v0.3.32
7742026-05-04T14:52:14.134Z Downloaded maplit v1.0.2
7752026-05-04T14:52:14.134Z Downloaded managed v0.8.0
7762026-05-04T14:52:14.134Z Downloaded lru-slab v0.1.2
7772026-05-04T14:52:14.134Z Downloaded maybe-uninit v2.0.0
7782026-05-04T14:52:14.137Z Downloaded hostname v0.4.2
7792026-05-04T14:52:14.137Z Downloaded ctr v0.9.2
7802026-05-04T14:52:14.140Z Downloaded ingot v0.1.1
7812026-05-04T14:52:14.140Z Downloaded impl-trait-for-tuples v0.2.3
7822026-05-04T14:52:14.140Z Downloaded blowfish v0.9.1
7832026-05-04T14:52:14.144Z Downloaded md-5 v0.10.6
7842026-05-04T14:52:14.144Z Downloaded crossbeam-epoch v0.9.18
7852026-05-04T14:52:14.146Z Downloaded newline-converter v0.3.0
7862026-05-04T14:52:14.147Z Downloaded newtype-uuid-macros v0.1.0
7872026-05-04T14:52:14.147Z Downloaded kstat-rs v0.2.4
7882026-05-04T14:52:14.150Z Downloaded new_debug_unreachable v1.0.6
7892026-05-04T14:52:14.150Z Downloaded multimap v0.10.1
7902026-05-04T14:52:14.150Z Downloaded ingot-types v0.1.2
7912026-05-04T14:52:14.150Z Downloaded ciborium-io v0.2.2
7922026-05-04T14:52:14.153Z Downloaded ipnet v2.11.0
7932026-05-04T14:52:14.153Z Downloaded crc-any v2.5.0
7942026-05-04T14:52:14.153Z Downloaded derive_more v2.1.1
7952026-05-04T14:52:14.160Z Downloaded lru v0.12.5
7962026-05-04T14:52:14.164Z Downloaded is_ci v1.2.0
7972026-05-04T14:52:14.164Z Downloaded constant_time_eq v0.4.2
7982026-05-04T14:52:14.164Z Downloaded keccak v0.1.6
7992026-05-04T14:52:14.164Z Downloaded async-recursion v1.1.1
8002026-05-04T14:52:14.172Z Downloaded http-body-util v0.1.3
8012026-05-04T14:52:14.172Z Downloaded hyper-staticfile v0.10.1
8022026-05-04T14:52:14.173Z Downloaded glob v0.3.3
8032026-05-04T14:52:14.177Z Downloaded num v0.4.3
8042026-05-04T14:52:14.177Z Downloaded normalize-line-endings v0.3.0
8052026-05-04T14:52:14.177Z Downloaded nonempty v0.12.0
8062026-05-04T14:52:14.177Z Downloaded md5 v0.7.0
8072026-05-04T14:52:14.178Z Downloaded newtype_derive v0.1.6
8082026-05-04T14:52:14.178Z Downloaded const_format v0.2.35
8092026-05-04T14:52:14.178Z Downloaded num-iter v0.1.45
8102026-05-04T14:52:14.185Z Downloaded chacha20poly1305 v0.10.1
8112026-05-04T14:52:14.186Z Downloaded num_enum_derive v0.5.11
8122026-05-04T14:52:14.186Z Downloaded num-conv v0.2.0
8132026-05-04T14:52:14.186Z Downloaded nodrop v0.1.14
8142026-05-04T14:52:14.186Z Downloaded lzss v0.8.2
8152026-05-04T14:52:14.190Z Downloaded num-derive v0.4.2
8162026-05-04T14:52:14.190Z Downloaded num-derive v0.3.3
8172026-05-04T14:52:14.190Z Downloaded ipnetwork v0.21.1
8182026-05-04T14:52:14.190Z Downloaded httparse v1.10.1
8192026-05-04T14:52:14.190Z Downloaded getrandom v0.2.17
8202026-05-04T14:52:14.190Z Downloaded colored v3.1.1
8212026-05-04T14:52:14.193Z Downloaded libsw-core v0.3.2
8222026-05-04T14:52:14.193Z Downloaded libsw v3.5.0
8232026-05-04T14:52:14.197Z Downloaded darling v0.21.3
8242026-05-04T14:52:14.197Z Downloaded derive_builder v0.20.2
8252026-05-04T14:52:14.200Z Downloaded getrandom v0.3.4
8262026-05-04T14:52:14.203Z Downloaded highway v1.3.0
8272026-05-04T14:52:14.203Z Downloaded hyper-rustls v0.27.7
8282026-05-04T14:52:14.206Z Downloaded mime_guess v2.0.5
8292026-05-04T14:52:14.206Z Downloaded openssl-probe v0.2.1
8302026-05-04T14:52:14.209Z Downloaded multer v3.1.0
8312026-05-04T14:52:14.209Z Downloaded indoc v2.0.7
8322026-05-04T14:52:14.212Z Downloaded openssl-macros v0.1.1
8332026-05-04T14:52:14.212Z Downloaded olpc-cjson v0.1.4
8342026-05-04T14:52:14.212Z Downloaded num_threads v0.1.7
8352026-05-04T14:52:14.212Z Downloaded derive-where v1.6.0
8362026-05-04T14:52:14.215Z Downloaded oso-derive v0.27.3
8372026-05-04T14:52:14.215Z Downloaded opaque-debug v0.3.1
8382026-05-04T14:52:14.220Z Downloaded packed_struct_codegen v0.10.1
8392026-05-04T14:52:14.221Z Downloaded base64 v0.22.1
8402026-05-04T14:52:14.224Z Downloaded humantime v2.3.0
8412026-05-04T14:52:14.224Z Downloaded darling_core v0.21.3
8422026-05-04T14:52:14.224Z Downloaded newtype-uuid v1.3.2
8432026-05-04T14:52:14.224Z Downloaded linear-map v1.2.0
8442026-05-04T14:52:14.231Z Downloaded libefi-sys v0.1.0
8452026-05-04T14:52:14.231Z Downloaded lazy_static v1.5.0
8462026-05-04T14:52:14.231Z Downloaded darling v0.20.11
8472026-05-04T14:52:14.235Z Downloaded lru-cache v0.1.2
8482026-05-04T14:52:14.238Z Downloaded native-tls v0.2.18
8492026-05-04T14:52:14.238Z Downloaded parse-display v0.10.0
8502026-05-04T14:52:14.241Z Downloaded parse-size v1.1.0
8512026-05-04T14:52:14.241Z Downloaded openssl-probe v0.1.6
8522026-05-04T14:52:14.244Z Downloaded num-complex v0.4.6
8532026-05-04T14:52:14.247Z Downloaded nu-ansi-term v0.50.3
8542026-05-04T14:52:14.247Z Downloaded libloading v0.8.9
8552026-05-04T14:52:14.250Z Downloaded jobserver v0.1.34
8562026-05-04T14:52:14.250Z Downloaded lock_api v0.4.14
8572026-05-04T14:52:14.250Z Downloaded nibble_vec v0.1.0
8582026-05-04T14:52:14.254Z Downloaded path-slash v0.1.5
8592026-05-04T14:52:14.257Z Downloaded pbkdf2 v0.12.2
8602026-05-04T14:52:14.257Z Downloaded pbkdf2 v0.11.0
8612026-05-04T14:52:14.260Z Downloaded phf_shared v0.11.3
8622026-05-04T14:52:14.260Z Downloaded peg-runtime v0.8.5
8632026-05-04T14:52:14.260Z Downloaded pin-utils v0.1.0
8642026-05-04T14:52:14.263Z Downloaded num_enum v0.7.5
8652026-05-04T14:52:14.266Z Downloaded ingot-macros v0.1.1
8662026-05-04T14:52:14.266Z Downloaded num_enum v0.5.11
8672026-05-04T14:52:14.269Z Downloaded phf_shared v0.13.1
8682026-05-04T14:52:14.269Z Downloaded phf_shared v0.12.1
8692026-05-04T14:52:14.269Z Downloaded dropshot_endpoint v0.17.0
8702026-05-04T14:52:14.272Z Downloaded flume v0.11.1
8712026-05-04T14:52:14.275Z Downloaded elliptic-curve v0.13.8
8722026-05-04T14:52:14.279Z Downloaded num_enum_derive v0.7.5
8732026-05-04T14:52:14.279Z Downloaded headers v0.4.1
8742026-05-04T14:52:14.283Z Downloaded oxide-tokio-rt v0.1.4
8752026-05-04T14:52:14.283Z Downloaded nanorand v0.7.0
8762026-05-04T14:52:14.286Z Downloaded heapless v0.8.0
8772026-05-04T14:52:14.286Z Downloaded predicates-core v1.0.10
8782026-05-04T14:52:14.289Z Downloaded powerfmt v0.2.0
8792026-05-04T14:52:14.289Z Downloaded oxnet v0.1.4
8802026-05-04T14:52:14.289Z Downloaded num-rational v0.4.2
8812026-05-04T14:52:14.292Z Downloaded hmac v0.12.1
8822026-05-04T14:52:14.292Z Downloaded indexmap v1.9.3
8832026-05-04T14:52:14.295Z Downloaded predicates-tree v1.0.13
8842026-05-04T14:52:14.295Z Downloaded ena v0.14.4
8852026-05-04T14:52:14.295Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-05-04T14:52:14.298Z Downloaded half v2.7.1
8872026-05-04T14:52:14.312Z Downloaded proc-macro-crate v3.4.0
8882026-05-04T14:52:14.315Z Downloaded crypto-bigint v0.5.5
8892026-05-04T14:52:14.318Z Downloaded ar_archive_writer v0.5.1
8902026-05-04T14:52:14.321Z Downloaded progenitor-client v0.11.2
8912026-05-04T14:52:14.321Z Downloaded parse-display-derive v0.10.0
8922026-05-04T14:52:14.321Z Downloaded iana-time-zone v0.1.65
8932026-05-04T14:52:14.325Z Downloaded heapless v0.7.17
8942026-05-04T14:52:14.328Z Downloaded proc-macro-crate v1.3.1
8952026-05-04T14:52:14.328Z Downloaded precomputed-hash v0.1.1
8962026-05-04T14:52:14.328Z Downloaded password-hash v0.4.2
8972026-05-04T14:52:14.328Z Downloaded peg-macros v0.8.5
8982026-05-04T14:52:14.332Z Downloaded progenitor-client v0.14.0
8992026-05-04T14:52:14.332Z Downloaded pin-project-internal v1.1.11
9002026-05-04T14:52:14.332Z Downloaded paste v1.0.15
9012026-05-04T14:52:14.335Z Downloaded password-hash v0.5.0
9022026-05-04T14:52:14.335Z Downloaded quick-error v1.2.3
9032026-05-04T14:52:14.335Z Downloaded psl-types v2.0.11
9042026-05-04T14:52:14.339Z Downloaded progenitor-macro v0.11.2
9052026-05-04T14:52:14.339Z Downloaded progenitor-macro v0.10.0
9062026-05-04T14:52:14.339Z Downloaded pem-rfc7468 v0.7.0
9072026-05-04T14:52:14.339Z Downloaded pem v3.0.6
9082026-05-04T14:52:14.346Z Downloaded packed_struct v0.10.1
9092026-05-04T14:52:14.346Z Downloaded progenitor-macro v0.14.0
9102026-05-04T14:52:14.346Z Downloaded phf v0.13.1
9112026-05-04T14:52:14.346Z Downloaded phf v0.12.1
9122026-05-04T14:52:14.350Z Downloaded omicron-zone-package v0.12.2
9132026-05-04T14:52:14.350Z Downloaded memmap2 v0.9.10
9142026-05-04T14:52:14.350Z Downloaded litrs v1.0.0
9152026-05-04T14:52:14.350Z Downloaded pin-project-lite v0.2.17
9162026-05-04T14:52:14.357Z Downloaded darling_core v0.20.11
9172026-05-04T14:52:14.357Z Downloaded pkcs8 v0.10.2
9182026-05-04T14:52:14.362Z Downloaded owo-colors v4.3.0
9192026-05-04T14:52:14.362Z Downloaded ignore v0.4.25
9202026-05-04T14:52:14.362Z Downloaded crossbeam-channel v0.5.15
9212026-05-04T14:52:14.362Z Downloaded rand_chacha v0.3.1
9222026-05-04T14:52:14.368Z Downloaded ppv-lite86 v0.2.21
9232026-05-04T14:52:14.369Z Downloaded polyval v0.6.2
9242026-05-04T14:52:14.369Z Downloaded predicates v3.1.4
9252026-05-04T14:52:14.369Z Downloaded pkg-config v0.3.32
9262026-05-04T14:52:14.372Z Downloaded poly1305 v0.8.0
9272026-05-04T14:52:14.372Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-05-04T14:52:14.372Z Downloaded flate2 v1.1.9
9292026-05-04T14:52:14.375Z Downloaded libbz2-rs-sys v0.2.2
9302026-05-04T14:52:14.375Z Downloaded rand_xorshift v0.4.0
9312026-05-04T14:52:14.375Z Downloaded parking_lot_core v0.8.6
9322026-05-04T14:52:14.380Z Downloaded ed25519-dalek v2.2.0
9332026-05-04T14:52:14.380Z Downloaded primeorder v0.13.6
9342026-05-04T14:52:14.383Z Downloaded progenitor-client v0.10.0
9352026-05-04T14:52:14.383Z Downloaded progenitor v0.10.0
9362026-05-04T14:52:14.383Z Downloaded recursive v0.1.1
9372026-05-04T14:52:14.383Z Downloaded progenitor v0.14.0
9382026-05-04T14:52:14.383Z Downloaded progenitor v0.13.0
9392026-05-04T14:52:14.386Z Downloaded ref-cast v1.0.25
9402026-05-04T14:52:14.386Z Downloaded ref-cast-impl v1.0.25
9412026-05-04T14:52:14.389Z Downloaded bumpalo v3.20.2
9422026-05-04T14:52:14.389Z Downloaded hickory-resolver v0.24.4
9432026-05-04T14:52:14.392Z Downloaded progenitor-extras v0.2.0
9442026-05-04T14:52:14.392Z Downloaded peg v0.8.5
9452026-05-04T14:52:14.395Z Downloaded progenitor v0.11.2
9462026-05-04T14:52:14.395Z Downloaded proc-macro-error2 v2.0.1
9472026-05-04T14:52:14.398Z Downloaded rfc6979 v0.4.0
9482026-05-04T14:52:14.398Z Downloaded psm v0.1.30
9492026-05-04T14:52:14.402Z Downloaded progenitor-macro v0.13.0
9502026-05-04T14:52:14.402Z Downloaded parking_lot_core v0.9.12
9512026-05-04T14:52:14.407Z Downloaded parking_lot v0.11.2
9522026-05-04T14:52:14.407Z Downloaded parking_lot v0.12.5
9532026-05-04T14:52:14.407Z Downloaded rtoolbox v0.0.3
9542026-05-04T14:52:14.407Z Downloaded radium v0.7.0
9552026-05-04T14:52:14.407Z Downloaded compact_str v0.8.1
9562026-05-04T14:52:14.412Z Downloaded rustc_version v0.4.1
9572026-05-04T14:52:14.412Z Downloaded russh-cryptovec v0.7.3
9582026-05-04T14:52:14.412Z Downloaded pkcs5 v0.7.1
9592026-05-04T14:52:14.416Z Downloaded r2d2 v0.8.10
9602026-05-04T14:52:14.416Z Downloaded rustc-hash v2.1.1
9612026-05-04T14:52:14.416Z Downloaded dropshot-api-manager v0.7.1
9622026-05-04T14:52:14.425Z Downloaded pkcs1 v0.7.5
9632026-05-04T14:52:14.425Z Downloaded oso v0.27.3
9642026-05-04T14:52:14.428Z Downloaded cc v1.2.56
9652026-05-04T14:52:14.428Z Downloaded postgres-protocol v0.6.10
9662026-05-04T14:52:14.428Z Downloaded rand_core v0.6.4
9672026-05-04T14:52:14.428Z Downloaded rand_core v0.10.0
9682026-05-04T14:52:14.428Z Downloaded rand_core v0.9.5
9692026-05-04T14:52:14.428Z Downloaded postgres-types v0.2.12
9702026-05-04T14:52:14.432Z Downloaded salsa20 v0.10.2
9712026-05-04T14:52:14.432Z Downloaded rand_seeder v0.4.0
9722026-05-04T14:52:14.432Z Downloaded async-compression v0.4.41
9732026-05-04T14:52:14.435Z Downloaded rustc_version v0.1.7
9742026-05-04T14:52:14.438Z Downloaded p256 v0.13.2
9752026-05-04T14:52:14.438Z Downloaded rand_chacha v0.9.0
9762026-05-04T14:52:14.440Z Downloaded postcard v1.1.3
9772026-05-04T14:52:14.441Z Downloaded num-integer v0.1.46
9782026-05-04T14:52:14.444Z Downloaded expectorate v1.2.0
9792026-05-04T14:52:14.446Z Downloaded miniz_oxide v0.8.9
9802026-05-04T14:52:14.446Z Downloaded diesel_derives v2.3.7
9812026-05-04T14:52:14.449Z Downloaded scopeguard v1.2.0
9822026-05-04T14:52:14.452Z Downloaded progenitor-client v0.13.0
9832026-05-04T14:52:14.452Z Downloaded jiff-static v0.2.21
9842026-05-04T14:52:14.455Z Downloaded aes v0.8.4
9852026-05-04T14:52:14.455Z Downloaded der v0.7.10
9862026-05-04T14:52:14.458Z Downloaded scheduled-thread-pool v0.2.7
9872026-05-04T14:52:14.462Z Downloaded scroll_derive v0.13.1
9882026-05-04T14:52:14.462Z Downloaded same-file v1.0.6
9892026-05-04T14:52:14.465Z Downloaded scrypt v0.11.0
9902026-05-04T14:52:14.465Z Downloaded resolv-conf v0.7.6
9912026-05-04T14:52:14.470Z Downloaded semver v0.1.20
9922026-05-04T14:52:14.474Z Downloaded rustls-native-certs v0.8.3
9932026-05-04T14:52:14.479Z Downloaded serde_bytes v0.11.19
9942026-05-04T14:52:14.480Z Downloaded seq-macro v0.3.6
9952026-05-04T14:52:14.480Z Downloaded signal-hook-tokio v0.3.1
9962026-05-04T14:52:14.480Z Downloaded serde_repr v0.1.20
9972026-05-04T14:52:14.480Z Downloaded serde_plain v1.0.2
9982026-05-04T14:52:14.482Z Downloaded serde-big-array v0.5.1
9992026-05-04T14:52:14.482Z Downloaded secrecy v0.8.0
10002026-05-04T14:52:14.482Z Downloaded secrecy v0.10.3
10012026-05-04T14:52:14.485Z Downloaded serde_urlencoded v0.7.1
10022026-05-04T14:52:14.485Z Downloaded pin-project v1.1.11
10032026-05-04T14:52:14.491Z Downloaded signature v2.2.0
10042026-05-04T14:52:14.494Z Downloaded shell-words v1.1.1
10052026-05-04T14:52:14.494Z Downloaded sha1 v0.10.6
10062026-05-04T14:52:14.497Z Downloaded serde_spanned v1.0.4
10072026-05-04T14:52:14.497Z Downloaded papergrid v0.17.0
10082026-05-04T14:52:14.500Z Downloaded siphasher v1.0.2
10092026-05-04T14:52:14.500Z Downloaded sigpipe v0.1.3
10102026-05-04T14:52:14.500Z Downloaded hashbrown v0.13.2
10112026-05-04T14:52:14.504Z Downloaded rustversion v1.0.22
10122026-05-04T14:52:14.507Z Downloaded openssl-sys v0.9.114
10132026-05-04T14:52:14.507Z Downloaded rustls-pemfile v1.0.4
10142026-05-04T14:52:14.510Z Downloaded indicatif v0.18.4
10152026-05-04T14:52:14.512Z Downloaded rustls-pemfile v2.2.0
10162026-05-04T14:52:14.512Z Downloaded http v1.4.0
10172026-05-04T14:52:14.515Z Downloaded prefix-trie v0.7.0
10182026-05-04T14:52:14.518Z Downloaded hickory-resolver v0.25.2
10192026-05-04T14:52:14.521Z Downloaded derive_more-impl v2.1.1
10202026-05-04T14:52:14.524Z Downloaded slog-envlogger v2.2.0
10212026-05-04T14:52:14.524Z Downloaded sapling-renderdag v0.1.0
10222026-05-04T14:52:14.524Z Downloaded rusty-fork v0.3.1
10232026-05-04T14:52:14.527Z Downloaded progenitor-impl v0.11.2
10242026-05-04T14:52:14.527Z Downloaded progenitor-impl v0.10.0
10252026-05-04T14:52:14.532Z Downloaded slog-bunyan v2.5.0
10262026-05-04T14:52:14.537Z Downloaded hashbrown v0.12.3
10272026-05-04T14:52:14.540Z Downloaded sct v0.7.1
10282026-05-04T14:52:14.544Z Downloaded minimal-lexical v0.2.1
10292026-05-04T14:52:14.548Z Downloaded progenitor-impl v0.13.0
10302026-05-04T14:52:14.550Z Downloaded russh-keys v0.45.0
10312026-05-04T14:52:14.553Z Downloaded serde_path_to_error v0.1.20
10322026-05-04T14:52:14.553Z Downloaded serde-hex v0.1.0
10332026-05-04T14:52:14.556Z Downloaded shlex v1.3.0
10342026-05-04T14:52:14.556Z Downloaded quinn-udp v0.5.14
10352026-05-04T14:52:14.556Z Downloaded sec1 v0.7.3
10362026-05-04T14:52:14.584Z Downloaded ssh-encoding v0.2.0
10372026-05-04T14:52:14.584Z Downloaded ssh-cipher v0.2.0
10382026-05-04T14:52:14.584Z Downloaded strip-ansi-escapes v0.2.1
10392026-05-04T14:52:14.585Z Downloaded sqlparser_derive v0.5.0
10402026-05-04T14:52:14.585Z Downloaded strum v0.26.3
10412026-05-04T14:52:14.585Z Downloaded structmeta v0.3.0
10422026-05-04T14:52:14.585Z Downloaded signal-hook-registry v1.4.8
10432026-05-04T14:52:14.585Z Downloaded strum v0.27.2
10442026-05-04T14:52:14.585Z Downloaded simd-adler32 v0.3.8
10452026-05-04T14:52:14.585Z Downloaded hickory-server v0.25.2
10462026-05-04T14:52:14.585Z Downloaded rcgen v0.12.1
10472026-05-04T14:52:14.595Z Downloaded aes-gcm v0.10.3
10482026-05-04T14:52:14.595Z Downloaded serde_derive_internals v0.29.1
10492026-05-04T14:52:14.595Z Downloaded structmeta-derive v0.3.0
10502026-05-04T14:52:14.604Z Downloaded rustls-pki-types v1.14.0
10512026-05-04T14:52:14.604Z Downloaded slog-scope v4.4.1
10522026-05-04T14:52:14.604Z Downloaded schemars_derive v0.8.22
10532026-05-04T14:52:14.604Z Downloaded supports-color v3.0.2
10542026-05-04T14:52:14.604Z Downloaded sync_wrapper v1.0.2
10552026-05-04T14:52:14.604Z Downloaded sync-ptr v0.1.4
10562026-05-04T14:52:14.612Z Downloaded subtle v2.6.1
10572026-05-04T14:52:14.612Z Downloaded slab v0.4.12
10582026-05-04T14:52:14.612Z Downloaded slog-json v2.6.1
10592026-05-04T14:52:14.612Z Downloaded slog-async v2.8.0
10602026-05-04T14:52:14.612Z Downloaded crossterm v0.28.1
10612026-05-04T14:52:14.616Z Downloaded progenitor-impl v0.14.0
10622026-05-04T14:52:14.616Z Downloaded tap v1.0.1
10632026-05-04T14:52:14.616Z Downloaded slog-term v2.9.2
10642026-05-04T14:52:14.616Z Downloaded thiserror-impl-no-std v2.0.2
10652026-05-04T14:52:14.616Z Downloaded smf v0.2.3
10662026-05-04T14:52:14.619Z Downloaded testing_table v0.3.0
10672026-05-04T14:52:14.619Z Downloaded termtree v0.5.1
10682026-05-04T14:52:14.619Z Downloaded tabwriter v1.4.1
10692026-05-04T14:52:14.619Z Downloaded smallvec v0.6.14
10702026-05-04T14:52:14.622Z Downloaded scroll v0.13.0
10712026-05-04T14:52:14.622Z Downloaded slog-stdlog v4.1.1
10722026-05-04T14:52:14.622Z Downloaded slog-dtrace v0.3.0
10732026-05-04T14:52:14.625Z Downloaded itertools v0.10.5
10742026-05-04T14:52:14.629Z Downloaded take_mut v0.2.2
10752026-05-04T14:52:14.629Z Downloaded tabled_derive v0.11.0
10762026-05-04T14:52:14.629Z Downloaded signal-hook-mio v0.2.5
10772026-05-04T14:52:14.632Z Downloaded ron v0.8.1
10782026-05-04T14:52:14.632Z Downloaded sqlformat v0.3.5
10792026-05-04T14:52:14.635Z Downloaded thread-id v5.1.0
10802026-05-04T14:52:14.635Z Downloaded spki v0.7.3
10812026-05-04T14:52:14.635Z Downloaded serde_cbor v0.11.2
10822026-05-04T14:52:14.639Z Downloaded time-core v0.1.8
10832026-05-04T14:52:14.642Z Downloaded hashbrown v0.16.1
10842026-05-04T14:52:14.645Z Downloaded stringprep v0.1.5
10852026-05-04T14:52:14.645Z Downloaded serde_with_macros v3.17.0
10862026-05-04T14:52:14.648Z Downloaded tinyvec_macros v0.1.1
10872026-05-04T14:52:14.655Z Downloaded string_cache v0.8.9
10882026-05-04T14:52:14.655Z Downloaded static_assertions v1.1.0
10892026-05-04T14:52:14.655Z Downloaded hyper-util v0.1.20
10902026-05-04T14:52:14.658Z Downloaded stacker v0.1.23
10912026-05-04T14:52:14.658Z Downloaded rayon-core v1.13.0
10922026-05-04T14:52:14.663Z Downloaded schemars v0.8.22
10932026-05-04T14:52:14.669Z Downloaded support-bundle-viewer v0.1.2
10942026-05-04T14:52:14.672Z Downloaded tokio-macros v2.7.0
10952026-05-04T14:52:14.672Z Downloaded strum_macros v0.27.2
10962026-05-04T14:52:14.676Z Downloaded tagptr v0.2.0
10972026-05-04T14:52:14.676Z Downloaded strum_macros v0.26.4
10982026-05-04T14:52:14.680Z Downloaded prettyplease v0.2.37
10992026-05-04T14:52:14.680Z Downloaded strum_macros v0.24.3
11002026-05-04T14:52:14.684Z Downloaded pretty_assertions v1.4.1
11012026-05-04T14:52:14.684Z Downloaded ryu v1.0.23
11022026-05-04T14:52:14.684Z Downloaded termios v0.3.3
11032026-05-04T14:52:14.687Z Downloaded snafu-derive v0.8.9
11042026-05-04T14:52:14.691Z Downloaded mio v1.2.0
11052026-05-04T14:52:14.696Z Downloaded spin v0.9.8
11062026-05-04T14:52:14.696Z Downloaded publicsuffix v2.3.0
11072026-05-04T14:52:14.700Z Downloaded topological-sort v0.2.2
11082026-05-04T14:52:14.703Z Downloaded rand v0.8.5
11092026-05-04T14:52:14.703Z Downloaded hashbrown v0.15.5
11102026-05-04T14:52:14.707Z Downloaded tiny-keccak v2.0.2
11112026-05-04T14:52:14.710Z Downloaded thread_local v1.1.9
11122026-05-04T14:52:14.710Z Downloaded thiserror-no-std v2.0.2
11132026-05-04T14:52:14.713Z Downloaded try-lock v0.2.5
11142026-05-04T14:52:14.713Z Downloaded trait-variant v0.1.2
11152026-05-04T14:52:14.713Z Downloaded signal-hook v0.3.18
11162026-05-04T14:52:14.717Z Downloaded tower-service v0.3.3
11172026-05-04T14:52:14.717Z Downloaded time-macros v0.2.27
11182026-05-04T14:52:14.717Z Downloaded similar v2.7.0
11192026-05-04T14:52:14.720Z Downloaded num-bigint v0.4.6
11202026-05-04T14:52:14.724Z Downloaded unarray v0.1.4
11212026-05-04T14:52:14.732Z Downloaded quinn v0.11.9
11222026-05-04T14:52:14.732Z Downloaded tls_codec v0.4.2
11232026-05-04T14:52:14.732Z Downloaded aho-corasick v1.1.4
11242026-05-04T14:52:14.735Z Downloaded tls_codec_derive v0.4.2
11252026-05-04T14:52:14.735Z Downloaded unicode-truncate v1.1.0
11262026-05-04T14:52:14.736Z Downloaded itertools v0.12.1
11272026-05-04T14:52:14.743Z Downloaded tokio-tungstenite v0.21.0
11282026-05-04T14:52:14.747Z Downloaded rustls-platform-verifier v0.6.2
11292026-05-04T14:52:14.747Z Downloaded tokio-native-tls v0.3.1
11302026-05-04T14:52:14.753Z Downloaded tokio-dtrace v0.1.1
11312026-05-04T14:52:14.753Z Downloaded libxml v0.3.3
11322026-05-04T14:52:14.759Z Downloaded usdt-macro v0.6.0
11332026-05-04T14:52:14.759Z Downloaded usdt v0.6.0
11342026-05-04T14:52:14.759Z Downloaded untrusted v0.7.1
11352026-05-04T14:52:14.760Z Downloaded term v1.2.1
11362026-05-04T14:52:14.760Z Downloaded iri-string v0.7.10
11372026-05-04T14:52:14.766Z Downloaded utf-8 v0.7.6
11382026-05-04T14:52:14.766Z Downloaded slog v2.8.2
11392026-05-04T14:52:14.766Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-04T14:52:14.766Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-04T14:52:14.766Z Downloaded tokio-tungstenite v0.23.1
11422026-05-04T14:52:14.772Z Downloaded usdt-attr-macro v0.6.0
11432026-05-04T14:52:14.772Z Downloaded untrusted v0.9.0
11442026-05-04T14:52:14.772Z Downloaded term v0.7.0
11452026-05-04T14:52:14.772Z Downloaded universal-hash v0.5.1
11462026-05-04T14:52:14.776Z Downloaded unit-prefix v0.5.2
11472026-05-04T14:52:14.776Z Downloaded socket2 v0.5.10
11482026-05-04T14:52:14.776Z Downloaded num-bigint-dig v0.8.6
11492026-05-04T14:52:14.776Z Downloaded waitgroup v0.1.2
11502026-05-04T14:52:14.779Z Downloaded void v1.0.2
11512026-05-04T14:52:14.779Z Downloaded tower-layer v0.3.3
11522026-05-04T14:52:14.779Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-05-04T14:52:14.779Z Downloaded rsa v0.9.10
11542026-05-04T14:52:14.785Z Downloaded want v0.3.1
11552026-05-04T14:52:14.787Z Downloaded wait-timeout v0.2.1
11562026-05-04T14:52:14.788Z Downloaded nom v7.1.3
11572026-05-04T14:52:14.790Z Downloaded tui-tree-widget v0.23.1
11582026-05-04T14:52:14.793Z Downloaded rustls-webpki v0.103.9
11592026-05-04T14:52:14.793Z Downloaded iddqd v0.3.18
11602026-05-04T14:52:14.797Z Downloaded typify-macro v0.6.2
11612026-05-04T14:52:14.800Z Downloaded tokio-stream v0.1.18
11622026-05-04T14:52:14.804Z Downloaded serde_yaml v0.9.34+deprecated
11632026-05-04T14:52:14.804Z Downloaded typify-macro v0.4.3
11642026-05-04T14:52:14.804Z Downloaded itertools v0.14.0
11652026-05-04T14:52:14.809Z Downloaded unicase v2.9.0
11662026-05-04T14:52:14.812Z Downloaded qorb v0.4.1
11672026-05-04T14:52:14.812Z Downloaded subprocess v0.2.15
11682026-05-04T14:52:14.812Z Downloaded rand v0.9.2
11692026-05-04T14:52:14.817Z Downloaded tokio-rustls v0.26.4
11702026-05-04T14:52:14.817Z Downloaded xattr v1.6.1
11712026-05-04T14:52:14.820Z Downloaded zeroize_derive v1.4.3
11722026-05-04T14:52:14.821Z Downloaded itertools v0.13.0
11732026-05-04T14:52:14.824Z Downloaded xshell-macros v0.2.7
11742026-05-04T14:52:14.824Z Downloaded tokio-rustls v0.25.0
11752026-05-04T14:52:14.824Z Downloaded schemars v0.9.0
11762026-05-04T14:52:14.830Z Downloaded uzers v0.12.2
11772026-05-04T14:52:14.837Z Downloaded test-strategy v0.4.5
11782026-05-04T14:52:14.837Z Downloaded socket2 v0.6.3
11792026-05-04T14:52:14.840Z Downloaded h2 v0.4.13
11802026-05-04T14:52:14.841Z Downloaded zone_cfg_derive v0.3.1
11812026-05-04T14:52:14.841Z Downloaded zone v0.3.1
11822026-05-04T14:52:14.841Z Downloaded vsss-rs v3.3.4
11832026-05-04T14:52:14.844Z Downloaded vergen-lib v0.1.6
11842026-05-04T14:52:14.844Z Downloaded hyper v1.8.1
11852026-05-04T14:52:14.847Z Downloaded walkdir v2.5.0
11862026-05-04T14:52:14.850Z Downloaded vergen-gitcl v1.0.8
11872026-05-04T14:52:14.850Z Downloaded futures-util v0.3.32
11882026-05-04T14:52:14.855Z Downloaded twox-hash v2.1.2
11892026-05-04T14:52:14.859Z Downloaded tinyvec v1.10.0
11902026-05-04T14:52:14.862Z Downloaded whoami v2.1.0
11912026-05-04T14:52:14.863Z Downloaded unicode-properties v0.1.4
11922026-05-04T14:52:14.868Z Downloaded schemars v1.2.1
11932026-05-04T14:52:14.876Z Downloaded xshell v0.2.7
11942026-05-04T14:52:14.879Z Downloaded wyz v0.5.1
11952026-05-04T14:52:14.879Z Downloaded whoami v1.6.1
11962026-05-04T14:52:14.882Z Downloaded toml v0.7.8
11972026-05-04T14:52:14.885Z Downloaded zeroize v1.8.2
11982026-05-04T14:52:14.885Z Downloaded tokio-rustls v0.24.1
11992026-05-04T14:52:14.889Z Downloaded toml v0.9.12+spec-1.1.0
12002026-05-04T14:52:14.892Z Downloaded vergen v9.0.6
12012026-05-04T14:52:14.892Z Downloaded usdt-impl v0.6.0
12022026-05-04T14:52:14.896Z Downloaded snafu v0.8.9
12032026-05-04T14:52:14.902Z Downloaded zstd v0.13.3
12042026-05-04T14:52:14.902Z Downloaded russh v0.45.0
12052026-05-04T14:52:14.905Z Downloaded zstd-safe v7.2.4
12062026-05-04T14:52:14.905Z Downloaded toml v1.0.6+spec-1.1.0
12072026-05-04T14:52:14.905Z Downloaded tracing-attributes v0.1.31
12082026-05-04T14:52:14.908Z Downloaded tracing-core v0.1.36
12092026-05-04T14:52:14.908Z Downloaded toml_parser v1.0.9+spec-1.1.0
12102026-05-04T14:52:14.911Z Downloaded rand v0.10.0
12112026-05-04T14:52:14.914Z Downloaded unicode-bidi v0.3.18
12122026-05-04T14:52:14.914Z Downloaded samael v0.0.19
12132026-05-04T14:52:14.920Z Downloaded tungstenite v0.21.0
12142026-05-04T14:52:14.923Z Downloaded p521 v0.13.3
12152026-05-04T14:52:14.923Z Downloaded libm v0.2.16
12162026-05-04T14:52:14.928Z Downloaded typify v0.6.2
12172026-05-04T14:52:14.931Z Downloaded hkdf v0.12.4
12182026-05-04T14:52:14.931Z Downloaded typify v0.4.3
12192026-05-04T14:52:14.934Z Downloaded yasna v0.5.2
12202026-05-04T14:52:14.938Z Downloaded tar v0.4.45
12212026-05-04T14:52:14.943Z Downloaded uuid v1.23.0
12222026-05-04T14:52:14.946Z Downloaded rustyline v14.0.0
12232026-05-04T14:52:14.946Z Downloaded vergen-git2 v1.0.7
12242026-05-04T14:52:14.950Z Downloaded vte v0.14.1
12252026-05-04T14:52:14.950Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-04T14:52:14.953Z Downloaded bitvec v1.0.1
12272026-05-04T14:52:14.960Z Downloaded tungstenite v0.23.0
12282026-05-04T14:52:14.965Z Downloaded blake3 v1.8.3
12292026-05-04T14:52:14.980Z Downloaded reedline v0.40.0
12302026-05-04T14:52:14.985Z Downloaded tokio-postgres v0.7.16
12312026-05-04T14:52:14.985Z Downloaded unsafe-libyaml v0.2.11
12322026-05-04T14:52:14.992Z Downloaded steno v0.4.1
12332026-05-04T14:52:14.997Z Downloaded rpassword v7.4.0
12342026-05-04T14:52:14.997Z Downloaded ssh-key v0.6.7
12352026-05-04T14:52:15.001Z Downloaded git2 v0.20.4
12362026-05-04T14:52:15.011Z Downloaded bindgen v0.71.1
12372026-05-04T14:52:15.015Z Downloaded unicode_categories v0.1.1
12382026-05-04T14:52:15.015Z Downloaded zerocopy v0.6.6
12392026-05-04T14:52:15.018Z Downloaded reqwest v0.12.28
12402026-05-04T14:52:15.022Z Downloaded yansi v1.0.1
12412026-05-04T14:52:15.026Z Downloaded toml_edit v0.19.15
12422026-05-04T14:52:15.033Z Downloaded zip v0.6.6
12432026-05-04T14:52:15.035Z Downloaded portable-atomic v1.13.1
12442026-05-04T14:52:15.039Z Downloaded chrono v0.4.44
12452026-05-04T14:52:15.044Z Downloaded zopfli v0.8.3
12462026-05-04T14:52:15.047Z Downloaded reqwest v0.13.2
12472026-05-04T14:52:15.050Z Downloaded p384 v0.13.1
12482026-05-04T14:52:15.060Z Downloaded zerocopy-derive v0.8.40
12492026-05-04T14:52:15.069Z Downloaded regex v1.12.3
12502026-05-04T14:52:15.071Z Downloaded rayon v1.11.0
12512026-05-04T14:52:15.078Z Downloaded x509-cert v0.2.5
12522026-05-04T14:52:15.081Z Downloaded lalrpop v0.19.12
12532026-05-04T14:52:15.087Z Downloaded unicode-segmentation v1.12.0
12542026-05-04T14:52:15.091Z Downloaded salty v0.3.0
12552026-05-04T14:52:15.094Z Downloaded moka v0.12.13
12562026-05-04T14:52:15.105Z Downloaded typed-path v0.9.3
12572026-05-04T14:52:15.109Z Downloaded quick-xml v0.37.5
12582026-05-04T14:52:15.114Z Downloaded dropshot v0.17.0
12592026-05-04T14:52:15.127Z Downloaded zip v4.6.1
12602026-05-04T14:52:15.130Z Downloaded rustls-webpki v0.102.8
12612026-05-04T14:52:15.140Z Downloaded rustls-webpki v0.101.7
12622026-05-04T14:52:15.149Z Downloaded tokio-util v0.7.18
12632026-05-04T14:52:15.153Z Downloaded tower-http v0.6.8
12642026-05-04T14:52:15.157Z Downloaded unicode-normalization v0.1.25
12652026-05-04T14:52:15.160Z Downloaded tough v0.20.0
12662026-05-04T14:52:15.163Z Downloaded quinn-proto v0.11.13
12672026-05-04T14:52:15.169Z Downloaded proptest v1.10.0
12682026-05-04T14:52:15.174Z Downloaded radix_trie v0.2.1
12692026-05-04T14:52:15.177Z Downloaded goblin v0.10.5
12702026-05-04T14:52:15.181Z Downloaded tower v0.5.3
12712026-05-04T14:52:15.186Z Downloaded winnow v0.6.26
12722026-05-04T14:52:15.191Z Downloaded petname v2.0.2
12732026-05-04T14:52:15.194Z Downloaded serde_with v3.17.0
12742026-05-04T14:52:15.208Z Downloaded curve25519-dalek v4.1.3
12752026-05-04T14:52:15.215Z Downloaded object v0.30.4
12762026-05-04T14:52:15.220Z Downloaded tabled v0.20.0
12772026-05-04T14:52:15.235Z Downloaded openssl v0.10.78
12782026-05-04T14:52:15.240Z Downloaded time v0.3.47
12792026-05-04T14:52:15.243Z Downloaded bstr v1.12.1
12802026-05-04T14:52:15.248Z Downloaded winnow v0.5.40
12812026-05-04T14:52:15.253Z Downloaded nix v0.27.1
12822026-05-04T14:52:15.259Z Downloaded smoltcp v0.9.1
12832026-05-04T14:52:15.265Z Downloaded vcpkg v0.2.15
12842026-05-04T14:52:15.288Z Downloaded regex-syntax v0.6.29
12852026-05-04T14:52:15.292Z Downloaded object v0.37.3
12862026-05-04T14:52:15.299Z Downloaded polar-core v0.27.3
12872026-05-04T14:52:15.303Z Downloaded nix v0.29.0
12882026-05-04T14:52:15.311Z Downloaded dropshot v0.16.7
12892026-05-04T14:52:15.323Z Downloaded openapiv3 v2.2.0
12902026-05-04T14:52:15.329Z Downloaded regex-syntax v0.8.10
12912026-05-04T14:52:15.336Z Downloaded regress v0.11.1
12922026-05-04T14:52:15.340Z Downloaded smoltcp v0.11.0
12932026-05-04T14:52:15.346Z Downloaded rustls v0.21.12
12942026-05-04T14:52:15.353Z Downloaded hickory-proto v0.24.4
12952026-05-04T14:52:15.362Z Downloaded zlib-rs v0.6.2
12962026-05-04T14:52:15.365Z Downloaded nix v0.31.2
12972026-05-04T14:52:15.372Z Downloaded webpki-roots v1.0.6
12982026-05-04T14:52:15.376Z Downloaded hickory-proto v0.25.2
12992026-05-04T14:52:15.382Z Downloaded rustls v0.22.4
13002026-05-04T14:52:15.392Z Downloaded zerocopy v0.8.40
13012026-05-04T14:52:15.397Z Downloaded regress v0.10.5
13022026-05-04T14:52:15.400Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-05-04T14:52:15.407Z Downloaded typify-impl v0.4.3
13042026-05-04T14:52:15.416Z Downloaded tracing v0.1.44
13052026-05-04T14:52:15.428Z Downloaded nix v0.28.0
13062026-05-04T14:52:15.435Z Downloaded rustls v0.23.37
13072026-05-04T14:52:15.442Z Downloaded rustix v0.38.44
13082026-05-04T14:52:15.455Z Downloaded diesel v2.3.7
13092026-05-04T14:52:15.469Z Downloaded regex-automata v0.4.14
13102026-05-04T14:52:15.481Z Downloaded chrono-tz v0.10.4
13112026-05-04T14:52:15.498Z Downloaded petgraph v0.8.3
13122026-05-04T14:52:15.512Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-05-04T14:52:15.523Z Downloaded sqlparser v0.61.0
13142026-05-04T14:52:15.555Z Downloaded typify-impl v0.6.2
13152026-05-04T14:52:15.564Z Downloaded sled v0.34.7
13162026-05-04T14:52:15.591Z Downloaded ratatui v0.29.0
13172026-05-04T14:52:15.632Z Downloaded zerocopy-derive v0.6.6
13182026-05-04T14:52:15.660Z Downloaded petgraph v0.6.5
13192026-05-04T14:52:15.672Z Downloaded jiff v0.2.21
13202026-05-04T14:52:15.684Z Downloaded csv v1.4.0
13212026-05-04T14:52:15.734Z Downloaded libz-sys v1.1.24
13222026-05-04T14:52:15.748Z Downloaded sha3 v0.10.8
13232026-05-04T14:52:15.776Z Downloaded tokio v1.52.1
13242026-05-04T14:52:15.843Z Downloaded encoding_rs v0.8.35
13252026-05-04T14:52:15.872Z Downloaded ring v0.17.14
13262026-05-04T14:52:15.897Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-05-04T14:52:16.096Z Downloaded aws-lc-sys v0.37.1
13282026-05-04T14:52:16.344Z Compiling libc v0.2.185
13292026-05-04T14:52:16.344Z Compiling serde v1.0.228
13302026-05-04T14:52:16.354Z Compiling log v0.4.29
13312026-05-04T14:52:16.354Z Compiling find-msvc-tools v0.1.9
13322026-05-04T14:52:16.354Z Compiling shlex v1.3.0
13332026-05-04T14:52:16.354Z Compiling smallvec v1.15.1
13342026-05-04T14:52:16.354Z Compiling typenum v1.19.0
13352026-05-04T14:52:16.354Z Compiling subtle v2.6.1
13362026-05-04T14:52:16.354Z Compiling generic-array v0.14.7
13372026-05-04T14:52:16.355Z Compiling scopeguard v1.2.0
13382026-05-04T14:52:16.487Z Compiling const-oid v0.9.6
13392026-05-04T14:52:16.542Z Compiling portable-atomic v1.13.1
13402026-05-04T14:52:16.556Z Compiling zerocopy v0.8.40
13412026-05-04T14:52:16.582Z Compiling syn v2.0.117
13422026-05-04T14:52:16.607Z Compiling serde_json v1.0.149
13432026-05-04T14:52:16.610Z Compiling critical-section v1.2.0
13442026-05-04T14:52:16.707Z Compiling lock_api v0.4.14
13452026-05-04T14:52:16.722Z Compiling parking_lot_core v0.9.12
13462026-05-04T14:52:16.737Z Compiling pin-project-lite v0.2.17
13472026-05-04T14:52:16.752Z Compiling pkg-config v0.3.32
13482026-05-04T14:52:16.771Z Compiling bitflags v2.11.0
13492026-05-04T14:52:16.786Z Compiling libm v0.2.16
13502026-05-04T14:52:16.790Z Compiling num-traits v0.2.19
13512026-05-04T14:52:16.874Z Compiling futures-core v0.3.32
13522026-05-04T14:52:16.891Z Compiling percent-encoding v2.3.2
13532026-05-04T14:52:16.937Z Compiling futures-sink v0.3.32
13542026-05-04T14:52:16.966Z Compiling cpufeatures v0.2.17
13552026-05-04T14:52:17.043Z Compiling futures-channel v0.3.32
13562026-05-04T14:52:17.058Z Compiling futures-io v0.3.32
13572026-05-04T14:52:17.061Z Compiling getrandom v0.4.1
13582026-05-04T14:52:17.088Z Compiling slab v0.4.12
13592026-05-04T14:52:17.102Z Compiling futures-task v0.3.32
13602026-05-04T14:52:17.118Z Compiling rustversion v1.0.22
13612026-05-04T14:52:17.132Z Compiling rand_core v0.10.0
13622026-05-04T14:52:17.209Z Compiling getrandom v0.3.4
13632026-05-04T14:52:17.238Z Compiling indexmap v2.14.0
13642026-05-04T14:52:17.274Z Compiling form_urlencoded v1.2.2
13652026-05-04T14:52:17.293Z Compiling dunce v1.0.5
13662026-05-04T14:52:17.315Z Compiling ident_case v1.0.1
13672026-05-04T14:52:17.339Z Compiling base64ct v1.8.3
13682026-05-04T14:52:17.344Z Compiling fs_extra v1.3.0
13692026-05-04T14:52:17.362Z Compiling flagset v0.4.7
13702026-05-04T14:52:17.404Z Compiling iana-time-zone v0.1.65
13712026-05-04T14:52:17.438Z Compiling getrandom v0.2.17
13722026-05-04T14:52:17.456Z Compiling jobserver v0.1.34
13732026-05-04T14:52:17.471Z Compiling errno v0.3.14
13742026-05-04T14:52:17.515Z Compiling mio v1.2.0
13752026-05-04T14:52:17.526Z Compiling socket2 v0.6.3
13762026-05-04T14:52:17.583Z Compiling rand_core v0.6.4
13772026-05-04T14:52:17.612Z Compiling signal-hook-registry v1.4.8
13782026-05-04T14:52:17.658Z Compiling once_cell v1.21.3
13792026-05-04T14:52:17.679Z Compiling pem-rfc7468 v0.7.0
13802026-05-04T14:52:17.699Z Compiling cc v1.2.56
13812026-05-04T14:52:17.741Z Compiling parking_lot v0.12.5
13822026-05-04T14:52:17.931Z Compiling rustix v1.1.3
13832026-05-04T14:52:17.944Z Compiling uuid v1.23.0
13842026-05-04T14:52:17.947Z Compiling rustc_version v0.4.1
13852026-05-04T14:52:17.947Z Compiling vcpkg v0.2.15
13862026-05-04T14:52:17.973Z Compiling aws-lc-rs v1.16.0
13872026-05-04T14:52:18.003Z Compiling regex-syntax v0.8.10
13882026-05-04T14:52:18.055Z Compiling tracing-core v0.1.36
13892026-05-04T14:52:18.087Z Compiling httparse v1.10.1
13902026-05-04T14:52:18.144Z Compiling schemars v0.8.22
13912026-05-04T14:52:18.162Z Compiling openssl-probe v0.2.1
13922026-05-04T14:52:18.303Z Compiling rand_core v0.9.5
13932026-05-04T14:52:18.319Z Compiling untrusted v0.9.0
13942026-05-04T14:52:18.347Z Compiling untrusted v0.7.1
13952026-05-04T14:52:18.364Z Compiling base64 v0.22.1
13962026-05-04T14:52:18.403Z Compiling tinyvec_macros v0.1.1
13972026-05-04T14:52:18.419Z Compiling dyn-clone v1.0.20
13982026-05-04T14:52:18.460Z Compiling atomic-waker v1.1.2
13992026-05-04T14:52:18.489Z Compiling try-lock v0.2.5
14002026-05-04T14:52:18.508Z Compiling cmake v0.1.57
14012026-05-04T14:52:18.512Z Compiling rustls v0.23.37
14022026-05-04T14:52:18.536Z Compiling tower-service v0.3.3
14032026-05-04T14:52:18.572Z Compiling tower-layer v0.3.3
14042026-05-04T14:52:18.611Z Compiling want v0.3.1
14052026-05-04T14:52:18.641Z Compiling tinyvec v1.10.0
14062026-05-04T14:52:18.657Z Compiling spin v0.9.8
14072026-05-04T14:52:18.660Z Compiling aho-corasick v1.1.4
14082026-05-04T14:52:18.697Z Compiling time-core v0.1.8
14092026-05-04T14:52:18.715Z Compiling num-conv v0.2.0
14102026-05-04T14:52:18.730Z Compiling foreign-types-shared v0.1.1
14112026-05-04T14:52:18.736Z Compiling pin-utils v0.1.0
14122026-05-04T14:52:18.760Z Compiling httpdate v1.0.3
14132026-05-04T14:52:18.777Z Compiling crc32fast v1.5.0
14142026-05-04T14:52:18.805Z Compiling openssl v0.10.78
14152026-05-04T14:52:18.828Z Compiling powerfmt v0.2.0
14162026-05-04T14:52:18.853Z Compiling foreign-types v0.3.2
14172026-05-04T14:52:18.894Z Compiling wait-timeout v0.2.1
14182026-05-04T14:52:18.897Z Compiling time-macros v0.2.27
14192026-05-04T14:52:18.922Z Compiling crossbeam-utils v0.8.21
14202026-05-04T14:52:18.957Z Compiling siphasher v1.0.2
14212026-05-04T14:52:18.981Z Compiling simd-adler32 v0.3.8
14222026-05-04T14:52:18.984Z Compiling syn v1.0.109
14232026-05-04T14:52:19.025Z Compiling deranged v0.5.8
14242026-05-04T14:52:19.072Z Compiling usdt-impl v0.6.0
14252026-05-04T14:52:19.095Z Compiling quick-error v1.2.3
14262026-05-04T14:52:19.109Z Compiling bit-vec v0.8.0
14272026-05-04T14:52:19.178Z Compiling num_threads v0.1.7
14282026-05-04T14:52:19.194Z Compiling native-tls v0.2.18
14292026-05-04T14:52:19.227Z Compiling unicode-normalization v0.1.25
14302026-05-04T14:52:19.305Z Compiling slog v2.8.2
14312026-05-04T14:52:19.305Z Compiling rand_xorshift v0.4.0
14322026-05-04T14:52:19.333Z Compiling bit-set v0.8.0
14332026-05-04T14:52:19.376Z Compiling heapless v0.7.17
14342026-05-04T14:52:19.391Z Compiling thread-id v5.1.0
14352026-05-04T14:52:19.421Z Compiling sync_wrapper v1.0.2
14362026-05-04T14:52:19.435Z Compiling cookie v0.18.1
14372026-05-04T14:52:19.448Z Compiling aws-lc-sys v0.37.1
14382026-05-04T14:52:19.451Z Compiling ring v0.17.14
14392026-05-04T14:52:19.490Z Compiling openssl-sys v0.9.114
14402026-05-04T14:52:19.503Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14412026-05-04T14:52:19.529Z Compiling bzip2-sys v0.1.13+1.0.8
14422026-05-04T14:52:19.532Z Compiling signal-hook v0.3.18
14432026-05-04T14:52:19.561Z Compiling tempfile v3.25.0
14442026-05-04T14:52:19.641Z Compiling synstructure v0.13.2
14452026-05-04T14:52:19.657Z Compiling pest_generator v2.8.6
14462026-05-04T14:52:19.737Z Compiling serde_derive_internals v0.29.1
14472026-05-04T14:52:19.749Z Compiling darling_core v0.20.11
14482026-05-04T14:52:19.851Z Compiling regex-automata v0.4.14
14492026-05-04T14:52:19.868Z Compiling rusty-fork v0.3.1
14502026-05-04T14:52:19.963Z Compiling darling_core v0.21.3
14512026-05-04T14:52:20.081Z Compiling time v0.3.47
14522026-05-04T14:52:20.100Z Compiling unarray v0.1.4
14532026-05-04T14:52:20.253Z Compiling zstd-safe v7.2.4
14542026-05-04T14:52:20.272Z Compiling paste v1.0.15
14552026-05-04T14:52:20.286Z Compiling allocator-api2 v0.2.21
14562026-05-04T14:52:20.427Z Compiling adler2 v2.0.1
14572026-05-04T14:52:20.516Z Compiling unicode-properties v0.1.4
14582026-05-04T14:52:20.566Z Compiling unicode-bidi v0.3.18
14592026-05-04T14:52:20.567Z Compiling anyhow v1.0.102
14602026-05-04T14:52:20.629Z Compiling miniz_oxide v0.8.9
14612026-05-04T14:52:20.829Z Compiling num-integer v0.1.46
14622026-05-04T14:52:20.892Z Compiling vergen-lib v0.1.6
14632026-05-04T14:52:21.053Z Compiling stringprep v0.1.5
14642026-05-04T14:52:21.132Z Compiling curve25519-dalek v4.1.3
14652026-05-04T14:52:21.132Z Compiling ff v0.13.1
14662026-05-04T14:52:21.237Z Compiling hash32 v0.2.1
14672026-05-04T14:52:21.287Z Compiling memoffset v0.9.1
14682026-05-04T14:52:21.287Z Compiling litrs v1.0.0
14692026-05-04T14:52:21.321Z Compiling fallible-iterator v0.2.0
14702026-05-04T14:52:21.331Z Compiling smoltcp v0.9.1
14712026-05-04T14:52:21.378Z Compiling serde_derive v1.0.228
14722026-05-04T14:52:21.393Z Compiling zeroize_derive v1.4.3
14732026-05-04T14:52:21.430Z Compiling zerofrom-derive v0.1.6
14742026-05-04T14:52:21.445Z Compiling yoke-derive v0.8.1
14752026-05-04T14:52:21.459Z Compiling zerocopy-derive v0.8.40
14762026-05-04T14:52:21.602Z Compiling zerovec-derive v0.11.2
14772026-05-04T14:52:21.680Z Compiling displaydoc v0.2.5
14782026-05-04T14:52:21.725Z Compiling tokio-macros v2.7.0
14792026-05-04T14:52:21.787Z Compiling futures-macro v0.3.32
14802026-05-04T14:52:22.077Z Compiling zeroize v1.8.2
14812026-05-04T14:52:22.130Z Compiling der_derive v0.7.3
14822026-05-04T14:52:22.483Z Compiling thiserror-impl v2.0.18
14832026-05-04T14:52:22.511Z Compiling rustls-pki-types v1.14.0
14842026-05-04T14:52:22.559Z Compiling tracing-attributes v0.1.31
14852026-05-04T14:52:22.630Z Compiling futures-util v0.3.32
14862026-05-04T14:52:22.662Z Compiling pest_derive v2.8.6
14872026-05-04T14:52:22.761Z Compiling scroll_derive v0.13.1
14882026-05-04T14:52:22.877Z Compiling crypto-common v0.1.7
14892026-05-04T14:52:22.937Z Compiling zerofrom v0.1.6
14902026-05-04T14:52:23.032Z Compiling block-buffer v0.10.4
14912026-05-04T14:52:23.049Z Compiling block-padding v0.3.3
14922026-05-04T14:52:23.064Z Compiling yoke v0.8.1
14932026-05-04T14:52:23.157Z Compiling der v0.7.10
14942026-05-04T14:52:23.196Z Compiling digest v0.10.7
14952026-05-04T14:52:23.222Z Compiling inout v0.1.4
14962026-05-04T14:52:23.237Z Compiling zerovec v0.11.5
14972026-05-04T14:52:23.269Z Compiling zerotrie v0.2.3
14982026-05-04T14:52:23.445Z Compiling hmac v0.12.1
14992026-05-04T14:52:23.507Z Compiling sha2 v0.10.9
15002026-05-04T14:52:23.626Z Compiling cipher v0.4.4
15012026-05-04T14:52:23.643Z Compiling pbkdf2 v0.12.2
15022026-05-04T14:52:23.653Z Compiling schemars_derive v0.8.22
15032026-05-04T14:52:23.790Z Compiling tinystr v0.8.2
15042026-05-04T14:52:23.810Z Compiling potential_utf v0.1.4
15052026-05-04T14:52:23.901Z Compiling salsa20 v0.10.2
15062026-05-04T14:52:23.935Z Compiling icu_locale_core v2.1.1
15072026-05-04T14:52:23.958Z Compiling icu_collections v2.1.1
15082026-05-04T14:52:23.973Z Compiling thiserror v2.0.18
15092026-05-04T14:52:23.988Z Compiling aes v0.8.4
15102026-05-04T14:52:24.029Z Compiling spki v0.7.3
15112026-05-04T14:52:24.061Z Compiling scrypt v0.11.0
15122026-05-04T14:52:24.079Z Compiling cbc v0.1.2
15132026-05-04T14:52:24.107Z Compiling tracing v0.1.44
15142026-05-04T14:52:24.261Z Compiling scroll v0.13.0
15152026-05-04T14:52:24.336Z Compiling darling_macro v0.20.11
15162026-05-04T14:52:24.386Z Compiling openssl-macros v0.1.1
15172026-05-04T14:52:24.416Z Compiling pkcs5 v0.7.1
15182026-05-04T14:52:24.468Z Compiling dtrace-parser v0.3.0
15192026-05-04T14:52:24.550Z Compiling goblin v0.10.5
15202026-05-04T14:52:24.686Z Compiling icu_provider v2.1.1
15212026-05-04T14:52:24.812Z Compiling pkcs8 v0.10.2
15222026-05-04T14:52:24.851Z Compiling darling v0.20.11
15232026-05-04T14:52:24.888Z Compiling bytes v1.11.1
15242026-05-04T14:52:24.945Z Compiling icu_normalizer v2.1.1
15252026-05-04T14:52:24.949Z Compiling icu_properties v2.1.2
15262026-05-04T14:52:24.991Z Compiling chrono v0.4.44
15272026-05-04T14:52:24.998Z Compiling ipnet v2.11.0
15282026-05-04T14:52:25.009Z Compiling derive_builder_core v0.20.2
15292026-05-04T14:52:25.024Z Compiling signature v2.2.0
15302026-05-04T14:52:25.102Z Compiling rustls-native-certs v0.8.3
15312026-05-04T14:52:25.150Z Compiling scroll_derive v0.12.1
15322026-05-04T14:52:25.218Z Compiling thiserror-impl v1.0.69
15332026-05-04T14:52:25.260Z Compiling serde_spanned v0.6.9
15342026-05-04T14:52:25.406Z Compiling tokio v1.52.1
15352026-05-04T14:52:25.424Z Compiling http v1.4.0
15362026-05-04T14:52:25.511Z Compiling toml_datetime v0.6.11
15372026-05-04T14:52:25.524Z Compiling serde_tokenstream v0.2.3
15382026-05-04T14:52:25.539Z Compiling erased-serde v0.3.31
15392026-05-04T14:52:25.785Z Compiling md-5 v0.10.6
15402026-05-04T14:52:25.834Z Compiling idna_adapter v1.2.1
15412026-05-04T14:52:25.852Z Compiling scroll v0.12.0
15422026-05-04T14:52:25.896Z Compiling derive_builder_macro v0.20.2
15432026-05-04T14:52:25.962Z Compiling ppv-lite86 v0.2.21
15442026-05-04T14:52:25.988Z Compiling idna v1.1.0
15452026-05-04T14:52:26.034Z Compiling webpki-roots v1.0.6
15462026-05-04T14:52:26.080Z Compiling http-body v1.0.1
15472026-05-04T14:52:26.096Z Compiling darling_macro v0.21.3
15482026-05-04T14:52:26.134Z Compiling zerocopy-derive v0.7.35
15492026-05-04T14:52:26.149Z Compiling psl-types v2.0.11
15502026-05-04T14:52:26.174Z Compiling ryu v1.0.23
15512026-05-04T14:52:26.256Z Compiling rand_chacha v0.9.0
15522026-05-04T14:52:26.294Z Compiling url v2.5.8
15532026-05-04T14:52:26.308Z Compiling rand_chacha v0.3.1
15542026-05-04T14:52:26.350Z Compiling http-body-util v0.1.3
15552026-05-04T14:52:26.373Z Compiling num-bigint-dig v0.8.6
15562026-05-04T14:52:26.394Z Compiling cfg_aliases v0.2.1
15572026-05-04T14:52:26.407Z Compiling rustix v0.38.44
15582026-05-04T14:52:26.480Z Compiling rand v0.9.2
15592026-05-04T14:52:26.507Z Compiling thiserror v1.0.69
15602026-05-04T14:52:26.579Z Compiling ref-cast v1.0.25
15612026-05-04T14:52:26.594Z Compiling base16ct v0.2.0
15622026-05-04T14:52:26.612Z Compiling iri-string v0.7.10
15632026-05-04T14:52:26.617Z Compiling zlib-rs v0.6.2
15642026-05-04T14:52:26.644Z Compiling darling v0.21.3
15652026-05-04T14:52:26.744Z Compiling sec1 v0.7.3
15662026-05-04T14:52:26.881Z Compiling rand v0.8.5
15672026-05-04T14:52:26.895Z Compiling nix v0.31.2
15682026-05-04T14:52:26.962Z Compiling derive_builder v0.20.2
15692026-05-04T14:52:26.981Z Compiling serde_urlencoded v0.7.1
15702026-05-04T14:52:27.029Z Compiling proptest v1.10.0
15712026-05-04T14:52:27.101Z Compiling zerocopy v0.7.35
15722026-05-04T14:52:27.127Z Compiling postgres-protocol v0.6.10
15732026-05-04T14:52:27.142Z Compiling publicsuffix v2.3.0
15742026-05-04T14:52:27.243Z Compiling dof v0.4.0
15752026-05-04T14:52:27.283Z Compiling goblin v0.8.2
15762026-05-04T14:52:27.339Z Compiling cargo-platform v0.1.9
15772026-05-04T14:52:27.375Z Compiling hubpack_derive v0.1.1
15782026-05-04T14:52:27.592Z Compiling ipnetwork v0.21.1
15792026-05-04T14:52:27.664Z Compiling hkdf v0.12.4
15802026-05-04T14:52:27.730Z Compiling crypto-bigint v0.5.5
15812026-05-04T14:52:27.733Z Compiling regex v1.12.3
15822026-05-04T14:52:27.747Z Compiling document-features v0.2.12
15832026-05-04T14:52:27.874Z Compiling oxnet v0.1.4
15842026-05-04T14:52:28.032Z Compiling async-trait v0.1.89
15852026-05-04T14:52:28.129Z Compiling curve25519-dalek-derive v0.1.1
15862026-05-04T14:52:28.149Z Compiling ref-cast-impl v1.0.25
15872026-05-04T14:52:28.166Z Compiling strum_macros v0.27.2
15882026-05-04T14:52:28.213Z Compiling daft-derive v0.1.5
15892026-05-04T14:52:28.486Z Compiling group v0.13.0
15902026-05-04T14:52:28.686Z Compiling num-iter v0.1.45
15912026-05-04T14:52:28.824Z Compiling terminal_size v0.4.3
15922026-05-04T14:52:28.855Z Compiling phf_shared v0.13.1
15932026-05-04T14:52:28.863Z Compiling lazy_static v1.5.0
15942026-05-04T14:52:28.883Z Compiling vergen v9.0.6
15952026-05-04T14:52:28.980Z Compiling fs-err v3.3.0
15962026-05-04T14:52:28.986Z Compiling ahash v0.8.12
15972026-05-04T14:52:29.004Z Compiling unicode-segmentation v1.12.0
15982026-05-04T14:52:29.004Z Compiling winnow v0.5.40
15992026-05-04T14:52:29.074Z Compiling object v0.37.3
16002026-05-04T14:52:29.089Z Compiling foldhash v0.2.0
16012026-05-04T14:52:29.105Z Compiling managed v0.8.0
16022026-05-04T14:52:29.121Z Compiling bitflags v1.3.2
16032026-05-04T14:52:29.185Z Compiling tokio-util v0.7.18
16042026-05-04T14:52:29.211Z Compiling tower v0.5.3
16052026-05-04T14:52:29.227Z Compiling tokio-native-tls v0.3.1
16062026-05-04T14:52:29.329Z Compiling libbz2-rs-sys v0.2.2
16072026-05-04T14:52:29.345Z Compiling foldhash v0.1.5
16082026-05-04T14:52:29.372Z Compiling newtype-uuid v1.3.2
16092026-05-04T14:52:29.388Z Compiling bumpalo v3.20.2
16102026-05-04T14:52:29.477Z Compiling hashbrown v0.15.5
16112026-05-04T14:52:29.535Z Compiling flate2 v1.1.9
16122026-05-04T14:52:29.663Z Compiling tower-http v0.6.8
16132026-05-04T14:52:29.713Z Compiling zopfli v0.8.3
16142026-05-04T14:52:29.734Z Compiling daft v0.1.5
16152026-05-04T14:52:29.870Z Compiling h2 v0.4.13
16162026-05-04T14:52:29.890Z Compiling bzip2 v0.6.1
16172026-05-04T14:52:29.966Z Compiling dof v0.3.0
16182026-05-04T14:52:30.042Z Compiling hashbrown v0.16.1
16192026-05-04T14:52:30.091Z Compiling clap_builder v4.5.60
16202026-05-04T14:52:30.139Z Compiling phf v0.13.1
16212026-05-04T14:52:30.158Z Compiling signal-hook-mio v0.2.5
16222026-05-04T14:52:30.189Z Compiling strum v0.27.2
16232026-05-04T14:52:30.290Z Compiling toml_edit v0.19.15
16242026-05-04T14:52:30.317Z Compiling cargo_metadata v0.19.2
16252026-05-04T14:52:30.335Z Compiling usdt-attr-macro v0.6.0
16262026-05-04T14:52:30.399Z Compiling usdt-macro v0.6.0
16272026-05-04T14:52:30.567Z Compiling elliptic-curve v0.13.8
16282026-05-04T14:52:30.660Z Compiling cookie_store v0.22.1
16292026-05-04T14:52:30.675Z Compiling bzip2 v0.4.4
16302026-05-04T14:52:30.811Z Compiling hubpack v0.1.2
16312026-05-04T14:52:30.831Z Compiling postgres-types v0.2.12
16322026-05-04T14:52:30.987Z Compiling zstd v0.13.3
16332026-05-04T14:52:31.060Z Compiling serde_with_macros v3.17.0
16342026-05-04T14:52:31.175Z Compiling dtrace-parser v0.2.0
16352026-05-04T14:52:31.200Z Compiling ed25519 v2.2.3
16362026-05-04T14:52:31.215Z Compiling pkcs1 v0.7.5
16372026-05-04T14:52:31.277Z Compiling hex v0.4.3
16382026-05-04T14:52:31.351Z Compiling serde-big-array v0.5.1
16392026-05-04T14:52:31.426Z Compiling rfc6979 v0.4.0
16402026-05-04T14:52:31.508Z Compiling bstr v1.12.1
16412026-05-04T14:52:31.559Z Compiling serde_repr v0.1.20
16422026-05-04T14:52:31.575Z Compiling clap_derive v4.5.55
16432026-05-04T14:52:31.636Z Compiling strum_macros v0.26.4
16442026-05-04T14:52:31.677Z Compiling enum-as-inner v0.6.1
16452026-05-04T14:52:31.950Z Compiling phf_shared v0.11.3
16462026-05-04T14:52:32.040Z Compiling float-cmp v0.10.0
16472026-05-04T14:52:32.121Z Compiling memmap2 v0.9.10
16482026-05-04T14:52:32.136Z Compiling thread-id v4.2.2
16492026-05-04T14:52:32.186Z Compiling env_filter v1.0.0
16502026-05-04T14:52:32.191Z Compiling encoding_rs v0.8.35
16512026-05-04T14:52:32.211Z Compiling whoami v2.1.0
16522026-05-04T14:52:32.228Z Compiling difflib v0.4.0
16532026-05-04T14:52:32.242Z Compiling predicates-core v1.0.10
16542026-05-04T14:52:32.258Z Compiling mime v0.3.17
16552026-05-04T14:52:32.360Z Compiling rustc-hash v2.1.1
16562026-05-04T14:52:32.435Z Compiling static_assertions v1.1.0
16572026-05-04T14:52:32.485Z Compiling keccak v0.1.6
16582026-05-04T14:52:32.502Z Compiling precomputed-hash v0.1.1
16592026-05-04T14:52:32.526Z Compiling either v1.15.0
16602026-05-04T14:52:32.542Z Compiling fixedbitset v0.4.2
16612026-05-04T14:52:32.609Z Compiling fixedbitset v0.5.7
16622026-05-04T14:52:32.612Z Compiling data-encoding v2.10.0
16632026-05-04T14:52:32.750Z Compiling jiff v0.2.21
16642026-05-04T14:52:32.838Z Compiling new_debug_unreachable v1.0.6
16652026-05-04T14:52:32.864Z Compiling normalize-line-endings v0.3.0
16662026-05-04T14:52:32.937Z Compiling hyper v1.8.1
16672026-05-04T14:52:32.955Z Compiling hickory-proto v0.25.2
16682026-05-04T14:52:32.977Z Compiling predicates v3.1.4
16692026-05-04T14:52:33.000Z Compiling string_cache v0.8.9
16702026-05-04T14:52:33.162Z Compiling petgraph v0.8.3
16712026-05-04T14:52:33.244Z Compiling itertools v0.13.0
16722026-05-04T14:52:33.292Z Compiling petgraph v0.6.5
16732026-05-04T14:52:33.377Z Compiling sha3 v0.10.8
16742026-05-04T14:52:33.393Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16752026-05-04T14:52:33.423Z Compiling clap v4.5.60
16762026-05-04T14:52:33.464Z Compiling strum v0.26.3
16772026-05-04T14:52:33.517Z Compiling iddqd v0.3.18
16782026-05-04T14:52:33.617Z Compiling tokio-postgres v0.7.16
16792026-05-04T14:52:33.672Z Compiling env_logger v0.11.9
16802026-05-04T14:52:33.794Z Compiling usdt v0.6.0
16812026-05-04T14:52:33.875Z Compiling toml_edit v0.22.27
16822026-05-04T14:52:33.924Z Compiling serde_with v3.17.0
16832026-05-04T14:52:34.045Z Compiling hyper-util v0.1.20
16842026-05-04T14:52:34.089Z Compiling usdt-impl v0.5.0
16852026-05-04T14:52:34.526Z Compiling similar v2.7.0
16862026-05-04T14:52:34.578Z Compiling crossterm v0.28.1
16872026-05-04T14:52:34.698Z Compiling toml v0.7.8
16882026-05-04T14:52:34.701Z Compiling ecdsa v0.16.9
16892026-05-04T14:52:34.832Z Compiling rsa v0.9.10
16902026-05-04T14:52:35.115Z Compiling ed25519-dalek v2.2.0
16912026-05-04T14:52:35.421Z Compiling hyper-tls v0.6.0
16922026-05-04T14:52:35.560Z Compiling zip v4.6.1
16932026-05-04T14:52:35.625Z Compiling zip v0.6.6
16942026-05-04T14:52:35.804Z Compiling tokio-stream v0.1.18
16952026-05-04T14:52:35.844Z Compiling heck v0.4.1
16962026-05-04T14:52:35.879Z Compiling buf-list v1.1.2
16972026-05-04T14:52:36.038Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-05-04T14:52:36.101Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-04T14:52:36.106Z Compiling openapiv3 v2.2.0
17002026-05-04T14:52:36.183Z Compiling x509-cert v0.2.5
17012026-05-04T14:52:36.213Z Compiling sha1 v0.10.6
17022026-05-04T14:52:36.240Z Compiling crossbeam-epoch v0.9.18
17032026-05-04T14:52:36.294Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-04T14:52:36.411Z Compiling peg-runtime v0.8.5
17052026-05-04T14:52:36.479Z Compiling lalrpop-util v0.19.12
17062026-05-04T14:52:36.529Z Compiling thread_local v1.1.9
17072026-05-04T14:52:36.583Z Compiling slog-async v2.8.0
17082026-05-04T14:52:36.615Z Compiling futures-executor v0.3.32
17092026-05-04T14:52:36.626Z Compiling crossbeam-channel v0.5.15
17102026-05-04T14:52:36.670Z Compiling filetime v0.2.27
17112026-05-04T14:52:36.707Z Compiling is-terminal v0.4.17
17122026-05-04T14:52:36.714Z Compiling take_mut v0.2.2
17132026-05-04T14:52:36.757Z Compiling term v1.2.1
17142026-05-04T14:52:36.796Z Compiling xattr v1.6.1
17152026-05-04T14:52:36.814Z Compiling futures v0.3.32
17162026-05-04T14:52:36.930Z Compiling tar v0.4.45
17172026-05-04T14:52:37.091Z Compiling slog-term v2.9.2
17182026-05-04T14:52:52.345Z Compiling rustls-webpki v0.103.9
17192026-05-04T14:52:55.111Z Compiling tokio-rustls v0.26.4
17202026-05-04T14:52:55.111Z Compiling rustls-platform-verifier v0.6.2
17212026-05-04T14:52:55.303Z Compiling hyper-rustls v0.27.7
17222026-05-04T14:52:55.496Z Compiling reqwest v0.12.28
17232026-05-04T14:52:55.496Z Compiling reqwest v0.13.2
17242026-05-04T14:52:57.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-04T14:52:57.683Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-04T14:53:00.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.18s
17272026-05-04T14:53:00.630Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-04T14:53:00.691ZMay 04 14:53:00.507 INFO Starting download, target: DendriteStub
17292026-05-04T14:53:00.691ZMay 04 14:53:00.508 INFO Starting download, target: Console
17302026-05-04T14:53:00.691ZMay 04 14:53:00.508 INFO Starting download, target: Cockroach
17312026-05-04T14:53:00.691ZMay 04 14:53:00.508 INFO Starting download, target: Clickhouse
17322026-05-04T14:53:00.691ZMay 04 14:53:00.508 INFO Starting download, target: MaghemiteMgd
17332026-05-04T14:53:00.694ZMay 04 14:53:00.508 INFO Starting download, target: TransceiverControl
17342026-05-04T14:53:00.694ZMay 04 14:53:00.508 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-04T14:53:00.694ZMay 04 14:53:00.509 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-04T14:53:00.694ZMay 04 14:53:00.509 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-04T14:53:00.694ZMay 04 14:53:00.509 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-04T14:53:00.694ZMay 04 14:53:00.509 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-04T14:53:00.694ZMay 04 14:53:00.509 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-04T14:53:00.997ZMay 04 14:53:00.812 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-04T14:53:01.231ZMay 04 14:53:01.044 INFO Download complete, target: TransceiverControl
17422026-05-04T14:53:01.629ZMay 04 14:53:01.443 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-04T14:53:01.869ZMay 04 14:53:01.686 INFO Download complete, target: Console
17442026-05-04T14:53:02.235ZMay 04 14:53:02.051 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-04T14:53:02.336ZMay 04 14:53:02.153 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-04T14:53:02.492ZMay 04 14:53:02.304 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-04T14:53:02.663ZMay 04 14:53:02.481 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-05-04T14:53:02.663ZMay 04 14:53:02.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-05-04T14:53:04.834ZMay 04 14:53:04.652 INFO Download complete, target: DendriteStub
17502026-05-04T14:53:04.980ZMay 04 14:53:04.798 INFO Download complete, target: MaghemiteMgd
17512026-05-04T14:53:07.557ZMay 04 14:53:07.374 INFO Checking that binary works, target: Cockroach
17522026-05-04T14:53:07.672ZMay 04 14:53:07.489 INFO Download complete, target: Cockroach
17532026-05-04T14:53:09.553ZMay 04 14:53:09.370 INFO Checking that binary works, target: Clickhouse
17542026-05-04T14:53:09.636ZMay 04 14:53:09.451 INFO Download complete, target: Clickhouse
17552026-05-04T14:53:09.640ZAll prerequisites installed successfully
17562026-05-04T14:53:09.643Z
17572026-05-04T14:53:09.643Zreal 2:42.807472985
17582026-05-04T14:53:09.643Zuser 7:13.963584295
17592026-05-04T14:53:09.643Zsys 1:41.810732865
17602026-05-04T14:53:09.643Ztrap 0.263489379
17612026-05-04T14:53:09.643Ztflt 1.076239316
17622026-05-04T14:53:09.643Zdflt 1.643107800
17632026-05-04T14:53:09.643Zkflt 0.053562798
17642026-05-04T14:53:09.643Zlock 22:03.168602417
17652026-05-04T14:53:09.643Zslp 18:59.352248108
17662026-05-04T14:53:09.643Zlat 25.767354317
17672026-05-04T14:53:09.643Zstop 2:56.749170931
17682026-05-04T14:53:09.643Z+ ptime -m cargo xtask download softnpu
17692026-05-04T14:53:10.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17702026-05-04T14:53:10.190Z Running `target/debug/xtask download softnpu`
17712026-05-04T14:53:10.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17722026-05-04T14:53:11.022Z Running `target/debug/xtask-downloader softnpu`
17732026-05-04T14:53:11.062ZMay 04 14:53:10.879 INFO Starting download, target: Softnpu
17742026-05-04T14:53:11.066ZMay 04 14:53:10.880 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-04T14:53:11.776ZMay 04 14:53:11.591 INFO Download complete, target: Softnpu
17762026-05-04T14:53:11.781Z
17772026-05-04T14:53:11.781Zreal 2.131360718
17782026-05-04T14:53:11.781Zuser 1.333831932
17792026-05-04T14:53:11.781Zsys 0.655472113
17802026-05-04T14:53:11.781Ztrap 0.001023815
17812026-05-04T14:53:11.781Ztflt 0.000158045
17822026-05-04T14:53:11.781Zdflt 0.000386575
17832026-05-04T14:53:11.781Zkflt 0.000000000
17842026-05-04T14:53:11.781Zlock 13.236547322
17852026-05-04T14:53:11.781Zslp 0.558941851
17862026-05-04T14:53:11.781Zlat 0.092091335
17872026-05-04T14:53:11.781Zstop 0.000185802
17882026-05-04T14:53:11.781Z+ export CARGO_INCREMENTAL=0
17892026-05-04T14:53:11.781Z+ CARGO_INCREMENTAL=0
17902026-05-04T14:53:11.781Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-04T14:53:12.678Z Compiling proc-macro2 v1.0.106
17922026-05-04T14:53:12.678Z Compiling quote v1.0.45
17932026-05-04T14:53:12.678Z Compiling unicode-ident v1.0.24
17942026-05-04T14:53:12.682Z Compiling libc v0.2.185
17952026-05-04T14:53:12.682Z Compiling serde_core v1.0.228
17962026-05-04T14:53:12.682Z Compiling serde v1.0.228
17972026-05-04T14:53:12.682Z Compiling cfg-if v1.0.4
17982026-05-04T14:53:12.682Z Compiling version_check v0.9.5
17992026-05-04T14:53:12.682Z Compiling shlex v1.3.0
18002026-05-04T14:53:12.682Z Compiling find-msvc-tools v0.1.9
18012026-05-04T14:53:12.682Z Compiling typenum v1.19.0
18022026-05-04T14:53:12.682Z Compiling autocfg v1.5.0
18032026-05-04T14:53:12.682Z Compiling zmij v1.0.21
18042026-05-04T14:53:12.822Z Compiling serde_json v1.0.149
18052026-05-04T14:53:12.836Z Compiling memchr v2.8.0
18062026-05-04T14:53:13.010Z Compiling portable-atomic v1.13.1
18072026-05-04T14:53:13.084Z Compiling zerocopy v0.8.40
18082026-05-04T14:53:13.270Z Compiling generic-array v0.14.7
18092026-05-04T14:53:13.272Z Compiling libm v0.2.16
18102026-05-04T14:53:13.378Z Compiling smallvec v1.15.1
18112026-05-04T14:53:13.383Z Compiling num-traits v0.2.19
18122026-05-04T14:53:13.383Z Compiling parking_lot_core v0.9.12
18132026-05-04T14:53:13.383Z Compiling icu_properties_data v2.1.2
18142026-05-04T14:53:13.421Z Compiling icu_normalizer_data v2.1.1
18152026-05-04T14:53:13.477Z Compiling itoa v1.0.17
18162026-05-04T14:53:13.495Z Compiling getrandom v0.4.1
18172026-05-04T14:53:13.519Z Compiling log v0.4.29
18182026-05-04T14:53:13.626Z Compiling stable_deref_trait v1.2.1
18192026-05-04T14:53:13.631Z Compiling pkg-config v0.3.32
18202026-05-04T14:53:13.657Z Compiling subtle v2.6.1
18212026-05-04T14:53:13.772Z Compiling scopeguard v1.2.0
18222026-05-04T14:53:13.872Z Compiling litemap v0.8.1
18232026-05-04T14:53:13.922Z Compiling jobserver v0.1.34
18242026-05-04T14:53:13.922Z Compiling getrandom v0.2.17
18252026-05-04T14:53:13.955Z Compiling errno v0.3.14
18262026-05-04T14:53:14.030Z Compiling lock_api v0.4.14
18272026-05-04T14:53:14.099Z Compiling rand_core v0.6.4
18282026-05-04T14:53:14.143Z Compiling cc v1.2.56
18292026-05-04T14:53:14.160Z Compiling writeable v0.6.2
18302026-05-04T14:53:14.160Z Compiling percent-encoding v2.3.2
18312026-05-04T14:53:14.193Z Compiling syn v2.0.117
18322026-05-04T14:53:14.226Z Compiling thiserror v2.0.18
18332026-05-04T14:53:14.264Z Compiling pin-project-lite v0.2.17
18342026-05-04T14:53:14.297Z Compiling fnv v1.0.7
18352026-05-04T14:53:14.380Z Compiling getrandom v0.3.4
18362026-05-04T14:53:14.428Z Compiling critical-section v1.2.0
18372026-05-04T14:53:14.520Z Compiling schemars v0.8.22
18382026-05-04T14:53:14.550Z Compiling rustversion v1.0.22
18392026-05-04T14:53:14.583Z Compiling equivalent v1.0.2
18402026-05-04T14:53:14.586Z Compiling utf8_iter v1.0.4
18412026-05-04T14:53:14.651Z Compiling fs_extra v1.3.0
18422026-05-04T14:53:14.664Z Compiling rand_core v0.10.0
18432026-05-04T14:53:14.729Z Compiling dunce v1.0.5
18442026-05-04T14:53:14.804Z Compiling form_urlencoded v1.2.2
18452026-05-04T14:53:14.843Z Compiling signal-hook-registry v1.4.8
18462026-05-04T14:53:14.874Z Compiling cmake v0.1.57
18472026-05-04T14:53:14.938Z Compiling once_cell v1.21.3
18482026-05-04T14:53:14.953Z Compiling semver v1.0.28
18492026-05-04T14:53:15.147Z Compiling bitflags v2.11.0
18502026-05-04T14:53:15.242Z Compiling const-oid v0.9.6
18512026-05-04T14:53:15.275Z Compiling hashbrown v0.17.0
18522026-05-04T14:53:15.330Z Compiling parking_lot v0.12.5
18532026-05-04T14:53:15.345Z Compiling socket2 v0.6.3
18542026-05-04T14:53:15.348Z Compiling mio v1.2.0
18552026-05-04T14:53:15.436Z Compiling rustix v1.1.3
18562026-05-04T14:53:15.454Z Compiling ring v0.17.14
18572026-05-04T14:53:15.457Z Compiling aws-lc-sys v0.37.1
18582026-05-04T14:53:15.487Z Compiling aws-lc-rs v1.16.0
18592026-05-04T14:53:15.543Z Compiling strsim v0.11.1
18602026-05-04T14:53:15.575Z Compiling thiserror v1.0.69
18612026-05-04T14:53:15.678Z Compiling futures-core v0.3.32
18622026-05-04T14:53:15.782Z Compiling indexmap v2.14.0
18632026-05-04T14:53:15.801Z Compiling byteorder v1.5.0
18642026-05-04T14:53:15.844Z Compiling httparse v1.10.1
18652026-05-04T14:53:15.861Z Compiling ucd-trie v0.1.7
18662026-05-04T14:53:15.988Z Compiling ident_case v1.0.1
18672026-05-04T14:53:16.050Z Compiling pest v2.8.6
18682026-05-04T14:53:16.069Z Compiling syn v1.0.109
18692026-05-04T14:53:16.119Z Compiling heck v0.5.0
18702026-05-04T14:53:16.136Z Compiling vcpkg v0.2.15
18712026-05-04T14:53:16.136Z Compiling iana-time-zone v0.1.65
18722026-05-04T14:53:16.181Z Compiling uuid v1.23.0
18732026-05-04T14:53:16.215Z Compiling cpufeatures v0.2.17
18742026-05-04T14:53:16.259Z Compiling regex-syntax v0.8.10
18752026-05-04T14:53:16.490Z Compiling rustc_version v0.4.1
18762026-05-04T14:53:16.506Z Compiling rustls v0.23.37
18772026-05-04T14:53:16.607Z Compiling futures-sink v0.3.32
18782026-05-04T14:53:16.701Z Compiling openssl-sys v0.9.114
18792026-05-04T14:53:16.743Z Compiling futures-channel v0.3.32
18802026-05-04T14:53:16.792Z Compiling slab v0.4.12
18812026-05-04T14:53:16.810Z Compiling futures-io v0.3.32
18822026-05-04T14:53:16.843Z Compiling futures-task v0.3.32
18832026-05-04T14:53:16.913Z Compiling synstructure v0.13.2
18842026-05-04T14:53:16.929Z Compiling serde_derive_internals v0.29.1
18852026-05-04T14:53:17.034Z Compiling dyn-clone v1.0.20
18862026-05-04T14:53:17.034Z Compiling plain v0.2.3
18872026-05-04T14:53:17.079Z Compiling crc32fast v1.5.0
18882026-05-04T14:53:17.106Z Compiling aho-corasick v1.1.4
18892026-05-04T14:53:17.132Z Compiling crossbeam-utils v0.8.21
18902026-05-04T14:53:17.179Z Compiling pest_meta v2.8.6
18912026-05-04T14:53:17.265Z Compiling num-conv v0.2.0
18922026-05-04T14:53:17.336Z Compiling time-core v0.1.8
18932026-05-04T14:53:17.517Z Compiling time-macros v0.2.27
18942026-05-04T14:53:17.572Z Compiling base64 v0.22.1
18952026-05-04T14:53:17.598Z Compiling openssl v0.10.78
18962026-05-04T14:53:17.697Z Compiling pretty-hex v0.4.1
18972026-05-04T14:53:17.823Z Compiling pest_generator v2.8.6
18982026-05-04T14:53:17.842Z Compiling anyhow v1.0.102
18992026-05-04T14:53:17.860Z Compiling base64ct v1.8.3
19002026-05-04T14:53:17.875Z Compiling darling_core v0.21.3
19012026-05-04T14:53:17.875Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-05-04T14:53:17.928Z Compiling regex-automata v0.4.14
19032026-05-04T14:53:18.089Z Compiling flagset v0.4.7
19042026-05-04T14:53:18.121Z Compiling pem-rfc7468 v0.7.0
19052026-05-04T14:53:18.141Z Compiling native-tls v0.2.18
19062026-05-04T14:53:18.158Z Compiling rand_core v0.9.5
19072026-05-04T14:53:18.201Z Compiling serde_derive v1.0.228
19082026-05-04T14:53:18.235Z Compiling zeroize_derive v1.4.3
19092026-05-04T14:53:18.278Z Compiling zerofrom-derive v0.1.6
19102026-05-04T14:53:18.383Z Compiling yoke-derive v0.8.1
19112026-05-04T14:53:18.400Z Compiling zerovec-derive v0.11.2
19122026-05-04T14:53:18.403Z Compiling displaydoc v0.2.5
19132026-05-04T14:53:18.432Z Compiling zerocopy-derive v0.8.40
19142026-05-04T14:53:18.449Z Compiling tokio-macros v2.7.0
19152026-05-04T14:53:18.480Z Compiling futures-macro v0.3.32
19162026-05-04T14:53:18.501Z Compiling thiserror-impl v2.0.18
19172026-05-04T14:53:18.528Z Compiling schemars_derive v0.8.22
19182026-05-04T14:53:18.847Z Compiling zeroize v1.8.2
19192026-05-04T14:53:19.141Z Compiling tracing-attributes v0.1.31
19202026-05-04T14:53:19.247Z Compiling der_derive v0.7.3
19212026-05-04T14:53:19.329Z Compiling thiserror-impl v1.0.69
19222026-05-04T14:53:19.377Z Compiling zerofrom v0.1.6
19232026-05-04T14:53:19.523Z Compiling yoke v0.8.1
19242026-05-04T14:53:19.651Z Compiling crypto-common v0.1.7
19252026-05-04T14:53:19.654Z Compiling block-buffer v0.10.4
19262026-05-04T14:53:19.684Z Compiling pest_derive v2.8.6
19272026-05-04T14:53:19.736Z Compiling zerovec v0.11.5
19282026-05-04T14:53:19.760Z Compiling zerotrie v0.2.3
19292026-05-04T14:53:19.868Z Compiling digest v0.10.7
19302026-05-04T14:53:20.121Z Compiling futures-util v0.3.32
19312026-05-04T14:53:20.137Z Compiling block-padding v0.3.3
19322026-05-04T14:53:20.206Z Compiling hmac v0.12.1
19332026-05-04T14:53:20.237Z Compiling sha2 v0.10.9
19342026-05-04T14:53:20.282Z Compiling tinystr v0.8.2
19352026-05-04T14:53:20.357Z Compiling potential_utf v0.1.4
19362026-05-04T14:53:20.363Z Compiling inout v0.1.4
19372026-05-04T14:53:20.367Z Compiling rustls-pki-types v1.14.0
19382026-05-04T14:53:20.411Z Compiling scroll_derive v0.13.1
19392026-05-04T14:53:20.479Z Compiling icu_locale_core v2.1.1
19402026-05-04T14:53:20.494Z Compiling icu_collections v2.1.1
19412026-05-04T14:53:20.544Z Compiling cipher v0.4.4
19422026-05-04T14:53:20.595Z Compiling scroll_derive v0.12.1
19432026-05-04T14:53:21.164Z Compiling icu_provider v2.1.1
19442026-05-04T14:53:21.225Z Compiling bytes v1.11.1
19452026-05-04T14:53:21.243Z Compiling serde_tokenstream v0.2.3
19462026-05-04T14:53:21.314Z Compiling chrono v0.4.44
19472026-05-04T14:53:21.378Z Compiling openssl-macros v0.1.1
19482026-05-04T14:53:21.542Z Compiling icu_normalizer v2.1.1
19492026-05-04T14:53:21.559Z Compiling icu_properties v2.1.2
19502026-05-04T14:53:21.580Z Compiling der v0.7.10
19512026-05-04T14:53:21.821Z Compiling tokio v1.52.1
19522026-05-04T14:53:22.175Z Compiling http v1.4.0
19532026-05-04T14:53:22.197Z Compiling regex v1.12.3
19542026-05-04T14:53:22.617Z Compiling idna_adapter v1.2.1
19552026-05-04T14:53:22.640Z Compiling ppv-lite86 v0.2.21
19562026-05-04T14:53:22.764Z Compiling idna v1.1.0
19572026-05-04T14:53:22.783Z Compiling darling_macro v0.21.3
19582026-05-04T14:53:22.842Z Compiling zerocopy-derive v0.7.35
19592026-05-04T14:53:22.970Z Compiling slog v2.8.2
19602026-05-04T14:53:22.987Z Compiling tracing-core v0.1.36
19612026-05-04T14:53:23.025Z Compiling untrusted v0.9.0
19622026-05-04T14:53:23.131Z Compiling url v2.5.8
19632026-05-04T14:53:23.186Z Compiling spki v0.7.3
19642026-05-04T14:53:23.388Z Compiling tracing v0.1.44
19652026-05-04T14:53:23.410Z Compiling darling v0.21.3
19662026-05-04T14:53:23.506Z Compiling salsa20 v0.10.2
19672026-05-04T14:53:23.510Z Compiling pbkdf2 v0.12.2
19682026-05-04T14:53:24.019Z Compiling cookie v0.18.1
19692026-05-04T14:53:24.049Z Compiling camino v1.2.2
19702026-05-04T14:53:24.212Z Compiling scrypt v0.11.0
19712026-05-04T14:53:24.228Z Compiling rand_chacha v0.9.0
19722026-05-04T14:53:24.281Z Compiling aes v0.8.4
19732026-05-04T14:53:24.353Z Compiling cbc v0.1.2
19742026-05-04T14:53:24.816Z Compiling usdt-impl v0.5.0
19752026-05-04T14:53:24.848Z Compiling usdt-impl v0.6.0
19762026-05-04T14:53:24.865Z Compiling either v1.15.0
19772026-05-04T14:53:24.885Z Compiling paste v1.0.15
19782026-05-04T14:53:25.003Z Compiling ref-cast v1.0.25
19792026-05-04T14:53:25.041Z Compiling winnow v0.7.14
19802026-05-04T14:53:25.203Z Compiling pkcs5 v0.7.1
19812026-05-04T14:53:25.217Z Compiling rand v0.9.2
19822026-05-04T14:53:25.293Z Compiling http-body v1.0.1
19832026-05-04T14:53:25.466Z Compiling scroll v0.12.0
19842026-05-04T14:53:25.617Z Compiling tokio-util v0.7.18
19852026-05-04T14:53:25.634Z Compiling serde_spanned v0.6.9
19862026-05-04T14:53:25.651Z Compiling toml_datetime v0.6.11
19872026-05-04T14:53:25.682Z Compiling scroll v0.13.0
19882026-05-04T14:53:25.779Z Compiling heapless v0.7.17
19892026-05-04T14:53:25.813Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-05-04T14:53:25.853Z Compiling atomic-waker v1.1.2
19912026-05-04T14:53:25.964Z Compiling zstd-safe v7.2.4
19922026-05-04T14:53:26.045Z Compiling untrusted v0.7.1
19932026-05-04T14:53:26.106Z Compiling openssl-probe v0.2.1
19942026-05-04T14:53:26.145Z Compiling signal-hook v0.3.18
19952026-05-04T14:53:26.194Z Compiling goblin v0.10.5
19962026-05-04T14:53:26.345Z Compiling toml_parser v1.0.9+spec-1.1.0
19972026-05-04T14:53:26.484Z Compiling goblin v0.8.2
19982026-05-04T14:53:26.500Z Compiling pkcs8 v0.10.2
19992026-05-04T14:53:26.792Z Compiling zerocopy v0.7.35
20002026-05-04T14:53:26.837Z Compiling ref-cast-impl v1.0.25
20012026-05-04T14:53:26.905Z Compiling darling_core v0.20.11
20022026-05-04T14:53:26.923Z Compiling curve25519-dalek v4.1.3
20032026-05-04T14:53:26.991Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-04T14:53:27.086Z Compiling memoffset v0.9.1
20052026-05-04T14:53:27.184Z Compiling litrs v1.0.0
20062026-05-04T14:53:27.282Z Compiling tower-layer v0.3.3
20072026-05-04T14:53:27.301Z Compiling tinyvec_macros v0.1.1
20082026-05-04T14:53:27.361Z Compiling try-lock v0.2.5
20092026-05-04T14:53:27.389Z Compiling tower-service v0.3.3
20102026-05-04T14:53:27.499Z Compiling rustix v0.38.44
20112026-05-04T14:53:27.820Z Compiling fastrand v2.3.0
20122026-05-04T14:53:27.842Z Compiling winnow v0.5.40
20132026-05-04T14:53:27.955Z Compiling h2 v0.4.13
20142026-05-04T14:53:27.971Z Compiling document-features v0.2.12
20152026-05-04T14:53:28.052Z Compiling want v0.3.1
20162026-05-04T14:53:28.229Z Compiling tinyvec v1.10.0
20172026-05-04T14:53:28.795Z Compiling dof v0.3.0
20182026-05-04T14:53:28.845Z Compiling darling_macro v0.20.11
20192026-05-04T14:53:29.040Z Compiling dof v0.4.0
20202026-05-04T14:53:29.151Z Compiling toml_edit v0.19.15
20212026-05-04T14:53:29.193Z Compiling dtrace-parser v0.2.0
20222026-05-04T14:53:29.298Z Compiling dtrace-parser v0.3.0
20232026-05-04T14:53:29.415Z Compiling ipnet v2.11.0
20242026-05-04T14:53:29.560Z Compiling daft-derive v0.1.5
20252026-05-04T14:53:29.579Z Compiling async-trait v0.1.89
20262026-05-04T14:53:29.805Z Compiling spin v0.9.8
20272026-05-04T14:53:29.902Z Compiling thread-id v4.2.2
20282026-05-04T14:53:29.947Z Compiling thread-id v5.1.0
20292026-05-04T14:53:29.962Z Compiling foreign-types-shared v0.1.1
20302026-05-04T14:53:30.004Z Compiling httpdate v1.0.3
20312026-05-04T14:53:30.069Z Compiling num-bigint-dig v0.8.6
20322026-05-04T14:53:30.084Z Compiling cfg_aliases v0.2.1
20332026-05-04T14:53:30.186Z Compiling pin-utils v0.1.0
20342026-05-04T14:53:30.229Z Compiling powerfmt v0.2.0
20352026-05-04T14:53:30.244Z Compiling smoltcp v0.9.1
20362026-05-04T14:53:30.269Z Compiling nix v0.31.2
20372026-05-04T14:53:30.284Z Compiling tempfile v3.25.0
20382026-05-04T14:53:30.301Z Compiling foreign-types v0.3.2
20392026-05-04T14:53:30.429Z Compiling deranged v0.5.8
20402026-05-04T14:53:30.569Z Compiling darling v0.20.11
20412026-05-04T14:53:30.681Z Compiling ipnetwork v0.21.1
20422026-05-04T14:53:30.864Z Compiling hyper v1.8.1
20432026-05-04T14:53:30.932Z Compiling strum_macros v0.26.4
20442026-05-04T14:53:31.181Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-04T14:53:31.320Z Compiling wait-timeout v0.2.1
20462026-05-04T14:53:31.393Z Compiling quick-error v1.2.3
20472026-05-04T14:53:31.527Z Compiling utf8parse v0.2.2
20482026-05-04T14:53:31.564Z Compiling simd-adler32 v0.3.8
20492026-05-04T14:53:31.657Z Compiling num_threads v0.1.7
20502026-05-04T14:53:31.733Z Compiling anstyle v1.0.13
20512026-05-04T14:53:31.840Z Compiling siphasher v1.0.2
20522026-05-04T14:53:31.845Z Compiling bit-vec v0.8.0
20532026-05-04T14:53:31.845Z Compiling time v0.3.47
20542026-05-04T14:53:31.979Z Compiling hyper-util v0.1.20
20552026-05-04T14:53:32.080Z Compiling bit-set v0.8.0
20562026-05-04T14:53:32.295Z Compiling anstyle-parse v0.2.7
20572026-05-04T14:53:32.322Z Compiling rusty-fork v0.3.1
20582026-05-04T14:53:32.555Z Compiling derive_builder_core v0.20.2
20592026-05-04T14:53:32.621Z Compiling unicode-normalization v0.1.25
20602026-05-04T14:53:33.099Z Compiling rustls-native-certs v0.8.3
20612026-05-04T14:53:33.395Z Compiling signature v2.2.0
20622026-05-04T14:53:33.555Z Compiling hubpack_derive v0.1.1
20632026-05-04T14:53:33.643Z Compiling rand_xorshift v0.4.0
20642026-05-04T14:53:33.659Z Compiling strum_macros v0.27.2
20652026-05-04T14:53:33.804Z Compiling sync_wrapper v1.0.2
20662026-05-04T14:53:33.820Z Compiling fs-err v3.3.0
20672026-05-04T14:53:33.893Z Compiling ahash v0.8.12
20682026-05-04T14:53:34.029Z Compiling colorchoice v1.0.4
20692026-05-04T14:53:34.044Z Compiling unicode-properties v0.1.4
20702026-05-04T14:53:34.123Z Compiling allocator-api2 v0.2.21
20712026-05-04T14:53:34.167Z Compiling is_terminal_polyfill v1.70.2
20722026-05-04T14:53:34.204Z Compiling adler2 v2.0.1
20732026-05-04T14:53:34.270Z Compiling unicode-bidi v0.3.18
20742026-05-04T14:53:34.286Z Compiling object v0.37.3
20752026-05-04T14:53:34.289Z Compiling unarray v0.1.4
20762026-05-04T14:53:34.356Z Compiling unicode-segmentation v1.12.0
20772026-05-04T14:53:34.414Z Compiling anstyle-query v1.1.5
20782026-05-04T14:53:34.484Z Compiling proptest v1.10.0
20792026-05-04T14:53:34.538Z Compiling anstream v0.6.21
20802026-05-04T14:53:34.574Z Compiling miniz_oxide v0.8.9
20812026-05-04T14:53:34.746Z Compiling stringprep v0.1.5
20822026-05-04T14:53:34.838Z Compiling tower v0.5.3
20832026-05-04T14:53:35.110Z Compiling derive_builder_macro v0.20.2
20842026-05-04T14:53:35.285Z Compiling usdt-macro v0.6.0
20852026-05-04T14:53:35.317Z Compiling usdt-attr-macro v0.6.0
20862026-05-04T14:53:35.718Z Compiling http-body-util v0.1.3
20872026-05-04T14:53:35.792Z Compiling webpki-roots v1.0.6
20882026-05-04T14:53:36.010Z Compiling rand_chacha v0.3.1
20892026-05-04T14:53:36.025Z Compiling erased-serde v0.3.31
20902026-05-04T14:53:36.043Z Compiling md-5 v0.10.6
20912026-05-04T14:53:36.172Z Compiling num-integer v0.1.46
20922026-05-04T14:53:36.196Z Compiling hash32 v0.2.1
20932026-05-04T14:53:36.233Z Compiling vergen-lib v0.1.6
20942026-05-04T14:53:36.250Z Compiling ff v0.13.1
20952026-05-04T14:53:36.297Z Compiling zlib-rs v0.6.2
20962026-05-04T14:53:36.315Z Compiling base16ct v0.2.0
20972026-05-04T14:53:36.417Z Compiling ryu v1.0.23
20982026-05-04T14:53:36.424Z Compiling fallible-iterator v0.2.0
20992026-05-04T14:53:36.435Z Compiling iri-string v0.7.10
21002026-05-04T14:53:36.450Z Compiling psl-types v2.0.11
21012026-05-04T14:53:36.466Z Compiling sec1 v0.7.3
21022026-05-04T14:53:36.555Z Compiling publicsuffix v2.3.0
21032026-05-04T14:53:36.579Z Compiling serde_urlencoded v0.7.1
21042026-05-04T14:53:36.620Z Compiling newtype-uuid v1.3.2
21052026-05-04T14:53:36.635Z Compiling num-iter v0.1.45
21062026-05-04T14:53:36.692Z Compiling group v0.13.0
21072026-05-04T14:53:36.738Z Compiling postgres-protocol v0.6.10
21082026-05-04T14:53:36.884Z Compiling rand v0.8.5
21092026-05-04T14:53:37.142Z Compiling derive_builder v0.20.2
21102026-05-04T14:53:37.271Z Compiling oxnet v0.1.4
21112026-05-04T14:53:37.307Z Compiling tokio-native-tls v0.3.1
21122026-05-04T14:53:37.334Z Compiling heck v0.4.1
21132026-05-04T14:53:37.367Z Compiling phf_shared v0.13.1
21142026-05-04T14:53:37.489Z Compiling lazy_static v1.5.0
21152026-05-04T14:53:37.577Z Compiling terminal_size v0.4.3
21162026-05-04T14:53:37.590Z Compiling serde_with_macros v3.17.0
21172026-05-04T14:53:37.603Z Compiling tower-http v0.6.8
21182026-05-04T14:53:37.648Z Compiling cargo-platform v0.1.9
21192026-05-04T14:53:37.656Z Compiling hkdf v0.12.4
21202026-05-04T14:53:37.695Z Compiling crypto-bigint v0.5.5
21212026-05-04T14:53:37.723Z Compiling serde_repr v0.1.20
21222026-05-04T14:53:37.804Z Compiling clap_derive v4.5.55
21232026-05-04T14:53:37.821Z Compiling enum-as-inner v0.6.1
21242026-05-04T14:53:37.860Z Compiling vergen v9.0.6
21252026-05-04T14:53:37.902Z Compiling foldhash v0.2.0
21262026-05-04T14:53:37.951Z Compiling clap_lex v1.0.0
21272026-05-04T14:53:37.968Z Compiling bumpalo v3.20.2
21282026-05-04T14:53:38.073Z Compiling foldhash v0.1.5
21292026-05-04T14:53:38.247Z Compiling libbz2-rs-sys v0.2.2
21302026-05-04T14:53:38.266Z Compiling managed v0.8.0
21312026-05-04T14:53:38.302Z Compiling bitflags v1.3.2
21322026-05-04T14:53:38.369Z Compiling flate2 v1.1.9
21332026-05-04T14:53:38.592Z Compiling elliptic-curve v0.13.8
21342026-05-04T14:53:38.619Z Compiling hashbrown v0.15.5
21352026-05-04T14:53:38.635Z Compiling zopfli v0.8.3
21362026-05-04T14:53:38.696Z Compiling bzip2 v0.6.1
21372026-05-04T14:53:38.766Z Compiling clap_builder v4.5.60
21382026-05-04T14:53:38.806Z Compiling hashbrown v0.16.1
21392026-05-04T14:53:38.908Z Compiling cargo_metadata v0.19.2
21402026-05-04T14:53:39.292Z Compiling phf v0.13.1
21412026-05-04T14:53:39.310Z Compiling zstd v0.13.3
21422026-05-04T14:53:39.351Z Compiling daft v0.1.5
21432026-05-04T14:53:39.413Z Compiling hyper-tls v0.6.0
21442026-05-04T14:53:39.463Z Compiling signal-hook-mio v0.2.5
21452026-05-04T14:53:39.593Z Compiling cookie_store v0.22.1
21462026-05-04T14:53:39.619Z Compiling postgres-types v0.2.12
21472026-05-04T14:53:39.645Z Compiling bzip2 v0.4.4
21482026-05-04T14:53:39.856Z Compiling strum v0.27.2
21492026-05-04T14:53:40.015Z Compiling hubpack v0.1.2
21502026-05-04T14:53:40.019Z Compiling ed25519 v2.2.3
21512026-05-04T14:53:40.086Z Compiling phf_shared v0.11.3
21522026-05-04T14:53:40.154Z Compiling crossbeam-epoch v0.9.18
21532026-05-04T14:53:40.226Z Compiling pkcs1 v0.7.5
21542026-05-04T14:53:40.296Z Compiling hex v0.4.3
21552026-05-04T14:53:40.330Z Compiling serde-big-array v0.5.1
21562026-05-04T14:53:40.460Z Compiling rfc6979 v0.4.0
21572026-05-04T14:53:40.501Z Compiling bstr v1.12.1
21582026-05-04T14:53:40.608Z Compiling float-cmp v0.10.0
21592026-05-04T14:53:40.625Z Compiling memmap2 v0.9.10
21602026-05-04T14:53:40.629Z Compiling env_filter v1.0.0
21612026-05-04T14:53:40.672Z Compiling encoding_rs v0.8.35
21622026-05-04T14:53:40.689Z Compiling predicates-core v1.0.10
21632026-05-04T14:53:40.721Z Compiling rustc-hash v2.1.1
21642026-05-04T14:53:40.766Z Compiling precomputed-hash v0.1.1
21652026-05-04T14:53:40.844Z Compiling fixedbitset v0.5.7
21662026-05-04T14:53:40.860Z Compiling static_assertions v1.1.0
21672026-05-04T14:53:40.879Z Compiling new_debug_unreachable v1.0.6
21682026-05-04T14:53:40.912Z Compiling fixedbitset v0.4.2
21692026-05-04T14:53:40.929Z Compiling jiff v0.2.21
21702026-05-04T14:53:40.952Z Compiling normalize-line-endings v0.3.0
21712026-05-04T14:53:40.969Z Compiling toml_write v0.1.2
21722026-05-04T14:53:41.048Z Compiling keccak v0.1.6
21732026-05-04T14:53:41.066Z Compiling data-encoding v2.10.0
21742026-05-04T14:53:41.138Z Compiling mime v0.3.17
21752026-05-04T14:53:41.154Z Compiling whoami v2.1.0
21762026-05-04T14:53:41.158Z Compiling difflib v0.4.0
21772026-05-04T14:53:41.186Z Compiling toml_edit v0.22.27
21782026-05-04T14:53:41.386Z Compiling tokio-postgres v0.7.16
21792026-05-04T14:53:41.490Z Compiling predicates v3.1.4
21802026-05-04T14:53:41.636Z Compiling hickory-proto v0.25.2
21812026-05-04T14:53:41.667Z Compiling sha3 v0.10.8
21822026-05-04T14:53:41.866Z Compiling petgraph v0.6.5
21832026-05-04T14:53:41.967Z Compiling petgraph v0.8.3
21842026-05-04T14:53:42.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21852026-05-04T14:53:42.082Z Compiling string_cache v0.8.9
21862026-05-04T14:53:42.276Z Compiling similar v2.7.0
21872026-05-04T14:53:42.707Z Compiling iddqd v0.3.18
21882026-05-04T14:53:43.011Z Compiling env_logger v0.11.9
21892026-05-04T14:53:43.348Z Compiling usdt v0.6.0
21902026-05-04T14:53:43.366Z Compiling serde_with v3.17.0
21912026-05-04T14:53:43.569Z Compiling zip v4.6.1
21922026-05-04T14:53:43.606Z Compiling ecdsa v0.16.9
21932026-05-04T14:53:43.827Z Compiling rsa v0.9.10
21942026-05-04T14:53:44.007Z Compiling clap v4.5.60
21952026-05-04T14:53:44.106Z Compiling ed25519-dalek v2.2.0
21962026-05-04T14:53:44.505Z Compiling crossterm v0.28.1
21972026-05-04T14:53:44.742Z Compiling zip v0.6.6
21982026-05-04T14:53:45.051Z Compiling strum v0.26.3
21992026-05-04T14:53:45.074Z Compiling toml v0.7.8
22002026-05-04T14:53:45.167Z Compiling tokio-stream v0.1.18
22012026-05-04T14:53:45.170Z Compiling buf-list v1.1.2
22022026-05-04T14:53:45.222Z Compiling itertools v0.13.0
22032026-05-04T14:53:45.333Z Compiling x509-cert v0.2.5
22042026-05-04T14:53:45.617Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-04T14:53:45.649Z Compiling openapiv3 v2.2.0
22062026-05-04T14:53:45.881Z Compiling sha1 v0.10.6
22072026-05-04T14:53:45.964Z Compiling peg-runtime v0.8.5
22082026-05-04T14:53:46.128Z Compiling lalrpop-util v0.19.12
22092026-05-04T14:54:04.614Z Compiling macaddr v1.0.1
22102026-05-04T14:54:04.701Z Compiling structmeta-derive v0.3.0
22112026-05-04T14:54:04.701Z Compiling crucible-workspace-hack v0.1.0
22122026-05-04T14:54:04.701Z Compiling rayon-core v1.13.0
22132026-05-04T14:54:04.701Z Compiling itertools v0.14.0
22142026-05-04T14:54:04.701Z Compiling secrecy v0.10.3
22152026-05-04T14:54:04.701Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-04T14:54:04.701Z Compiling heapless v0.8.0
22172026-05-04T14:54:04.701Z Compiling rustls v0.22.4
22182026-05-04T14:54:04.745Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-04T14:54:04.745Z Compiling crossbeam-deque v0.8.6
22202026-05-04T14:54:04.745Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-04T14:54:04.745Z Compiling rustls-webpki v0.102.8
22222026-05-04T14:54:04.745Z Compiling futures-executor v0.3.32
22232026-05-04T14:54:04.745Z Compiling structmeta v0.3.0
22242026-05-04T14:54:04.745Z Compiling hash32 v0.3.1
22252026-05-04T14:54:04.745Z Compiling multer v3.1.0
22262026-05-04T14:54:04.745Z Compiling thread_local v1.1.9
22272026-05-04T14:54:04.745Z Compiling unicode-width v0.2.0
22282026-05-04T14:54:04.745Z Compiling compression-core v0.4.31
22292026-05-04T14:54:04.745Z Compiling match_cfg v0.1.0
22302026-05-04T14:54:04.745Z Compiling smoltcp v0.11.0
22312026-05-04T14:54:04.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-05-04T14:54:04.746Z Compiling slog-async v2.8.0
22332026-05-04T14:54:04.746Z Compiling ingot-macros v0.1.1
22342026-05-04T14:54:04.746Z Compiling proc-macro-crate v3.4.0
22352026-05-04T14:54:04.746Z Compiling compression-codecs v0.4.37
22362026-05-04T14:54:04.746Z Compiling hostname v0.3.1
22372026-05-04T14:54:04.746Z Compiling derive-ex v0.1.8
22382026-05-04T14:54:04.746Z Compiling futures v0.3.32
22392026-05-04T14:54:04.746Z Compiling slog-json v2.6.1
22402026-05-04T14:54:04.746Z Compiling crossbeam-channel v0.5.15
22412026-05-04T14:54:04.746Z Compiling half v2.7.1
22422026-05-04T14:54:04.746Z Compiling newtype-uuid-macros v0.1.0
22432026-05-04T14:54:04.746Z Compiling cobs v0.3.0
22442026-05-04T14:54:04.746Z Compiling thiserror-impl-no-std v2.0.2
22452026-05-04T14:54:04.766Z Compiling universal-hash v0.5.1
22462026-05-04T14:54:04.851Z Compiling async-stream-impl v0.3.6
22472026-05-04T14:54:04.964Z Compiling rustls-webpki v0.103.9
22482026-05-04T14:54:05.014Z Compiling serde_spanned v1.0.4
22492026-05-04T14:54:05.124Z Compiling toml_datetime v1.0.0+spec-1.1.0
22502026-05-04T14:54:05.166Z Compiling is-terminal v0.4.17
22512026-05-04T14:54:05.200Z Compiling proc-macro-error-attr v1.0.4
22522026-05-04T14:54:05.270Z Compiling dropshot v0.17.0
22532026-05-04T14:54:06.301Z Compiling term v1.2.1
22542026-05-04T14:54:06.307Z Compiling ciborium-io v0.2.2
22552026-05-04T14:54:06.307Z Compiling take_mut v0.2.2
22562026-05-04T14:54:06.307Z Compiling opaque-debug v0.3.1
22572026-05-04T14:54:06.307Z Compiling convert_case v0.4.0
22582026-05-04T14:54:06.307Z Compiling toml_writer v1.0.6+spec-1.1.0
22592026-05-04T14:54:06.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-05-04T14:54:06.307Z Compiling test-strategy v0.4.5
22612026-05-04T14:54:06.307Z Compiling thiserror-no-std v2.0.2
22622026-05-04T14:54:06.307Z Compiling poly1305 v0.8.0
22632026-05-04T14:54:06.307Z Compiling slog-term v2.9.2
22642026-05-04T14:54:06.308Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-04T14:54:06.308Z Compiling derive_more v0.99.20
22662026-05-04T14:54:06.308Z Compiling ciborium-ll v0.2.2
22672026-05-04T14:54:06.308Z Compiling tokio-rustls v0.25.0
22682026-05-04T14:54:06.308Z Compiling async-stream v0.3.6
22692026-05-04T14:54:06.402Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-05-04T14:54:06.468Z Compiling ingot-types v0.1.2
22712026-05-04T14:54:06.492Z Compiling postcard v1.1.3
22722026-05-04T14:54:06.912Z Compiling ingot v0.1.1
22732026-05-04T14:54:06.954Z Compiling slog-bunyan v2.5.0
22742026-05-04T14:54:07.020Z Compiling num_enum_derive v0.7.5
22752026-05-04T14:54:07.113Z Compiling async-compression v0.4.41
22762026-05-04T14:54:07.156Z Compiling parse-display-derive v0.10.0
22772026-05-04T14:54:07.160Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22782026-05-04T14:54:07.602Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-05-04T14:54:07.854Z Compiling proc-macro-crate v1.3.1
22802026-05-04T14:54:07.973Z Compiling backon v1.6.0
22812026-05-04T14:54:07.993Z Compiling waitgroup v0.1.2
22822026-05-04T14:54:08.098Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22832026-05-04T14:54:08.135Z Compiling password-hash v0.5.0
22842026-05-04T14:54:08.170Z Compiling chacha20 v0.9.1
22852026-05-04T14:54:08.218Z Compiling dropshot_endpoint v0.17.0
22862026-05-04T14:54:08.248Z Compiling rustls-pemfile v2.2.0
22872026-05-04T14:54:08.352Z Compiling blake2 v0.10.6
22882026-05-04T14:54:08.363Z Compiling aead v0.5.2
22892026-05-04T14:54:08.444Z Compiling foreign-types-macros v0.2.3
22902026-05-04T14:54:08.496Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22912026-05-04T14:54:08.551Z Compiling tokio-rustls v0.26.4
22922026-05-04T14:54:08.618Z Compiling rustls-platform-verifier v0.6.2
22932026-05-04T14:54:08.781Z Compiling hyper-rustls v0.27.7
22942026-05-04T14:54:08.807Z Compiling serde_path_to_error v0.1.20
22952026-05-04T14:54:08.832Z Compiling hostname v0.4.2
22962026-05-04T14:54:08.847Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-04T14:54:08.921Z Compiling proc-macro-error v1.0.4
22982026-05-04T14:54:09.019Z Compiling reqwest v0.12.28
22992026-05-04T14:54:09.034Z Compiling reqwest v0.13.2
23002026-05-04T14:54:09.069Z Compiling instant v0.1.13
23012026-05-04T14:54:09.104Z Compiling typeid v1.0.3
23022026-05-04T14:54:09.122Z Compiling debug-ignore v1.0.5
23032026-05-04T14:54:09.149Z Compiling foreign-types-shared v0.3.1
23042026-05-04T14:54:09.171Z Compiling cpufeatures v0.3.0
23052026-05-04T14:54:09.211Z Compiling backoff v0.4.0
23062026-05-04T14:54:09.257Z Compiling chacha20 v0.10.0
23072026-05-04T14:54:09.271Z Compiling foreign-types v0.5.0
23082026-05-04T14:54:09.289Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23092026-05-04T14:54:09.347Z Compiling parse-display v0.10.0
23102026-05-04T14:54:09.362Z Compiling argon2 v0.5.3
23112026-05-04T14:54:09.379Z Compiling chacha20poly1305 v0.10.1
23122026-05-04T14:54:09.445Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-04T14:54:09.471Z Compiling num_enum_derive v0.5.11
23142026-05-04T14:54:09.549Z Compiling num_enum v0.7.5
23152026-05-04T14:54:09.568Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-05-04T14:54:09.700Z Compiling ciborium v0.2.2
23172026-05-04T14:54:10.007Z Compiling vsss-rs v3.3.4
23182026-05-04T14:54:10.172Z Compiling tabwriter v1.4.1
23192026-05-04T14:54:10.188Z Compiling regress v0.10.5
23202026-05-04T14:54:10.264Z Compiling byte-wrapper v0.1.0
23212026-05-04T14:54:10.371Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23222026-05-04T14:54:10.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-05-04T14:54:10.548Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23242026-05-04T14:54:10.564Z Compiling cstr-argument v0.1.2
23252026-05-04T14:54:10.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-05-04T14:54:10.857Z Compiling erased-serde v0.4.9
23272026-05-04T14:54:10.992Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-05-04T14:54:11.013Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-04T14:54:11.047Z Compiling num_enum v0.5.11
23302026-05-04T14:54:11.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-05-04T14:54:11.189Z Compiling rand v0.10.0
23322026-05-04T14:54:11.349Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-04T14:54:11.425Z Compiling rayon v1.11.0
23342026-05-04T14:54:11.716Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-05-04T14:54:11.723Z Compiling colored v3.1.1
23362026-05-04T14:54:11.723Z Compiling indent_write v2.2.0
23372026-05-04T14:54:11.723Z Compiling libefi-sys v0.1.0
23382026-05-04T14:54:11.723Z Compiling zone_cfg_derive v0.3.1
23392026-05-04T14:54:11.758Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23402026-05-04T14:54:11.898Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-05-04T14:54:12.017Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-04T14:54:12.193Z Compiling camino-tempfile v1.4.1
23432026-05-04T14:54:12.258Z Compiling itertools v0.12.1
23442026-05-04T14:54:12.284Z Compiling usdt-macro v0.5.0
23452026-05-04T14:54:12.304Z Compiling usdt-attr-macro v0.5.0
23462026-05-04T14:54:12.380Z Compiling num-derive v0.4.2
23472026-05-04T14:54:12.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23482026-05-04T14:54:12.447Z Compiling bitfield-struct v0.6.2
23492026-05-04T14:54:12.612Z Compiling blake3 v1.8.3
23502026-05-04T14:54:12.753Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23512026-05-04T14:54:13.003Z Compiling ordered-float v2.10.1
23522026-05-04T14:54:13.010Z Compiling memmap v0.7.0
23532026-05-04T14:54:13.074Z Compiling sigpipe v0.1.3
23542026-05-04T14:54:13.090Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-04T14:54:13.169Z Compiling swrite v0.1.0
23562026-05-04T14:54:13.192Z Compiling glob v0.3.3
23572026-05-04T14:54:13.272Z Compiling serde-value v0.7.0
23582026-05-04T14:54:13.290Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23592026-05-04T14:54:13.306Z Compiling usdt v0.5.0
23602026-05-04T14:54:13.309Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-04T14:54:13.354Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-05-04T14:54:13.634Z Compiling zone v0.3.1
23632026-05-04T14:54:13.653Z Compiling serde-untagged v0.1.9
23642026-05-04T14:54:13.738Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-04T14:54:13.977Z Compiling toml v0.8.23
23662026-05-04T14:54:13.980Z Compiling smf v0.2.3
23672026-05-04T14:54:13.980Z Compiling filetime v0.2.27
23682026-05-04T14:54:14.025Z Compiling same-file v1.0.6
23692026-05-04T14:54:14.047Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-04T14:54:14.123Z Compiling arrayref v0.3.9
23712026-05-04T14:54:14.140Z Compiling arrayvec v0.7.6
23722026-05-04T14:54:14.178Z Compiling xattr v1.6.1
23732026-05-04T14:54:14.214Z Compiling whoami v1.6.1
23742026-05-04T14:54:14.217Z Compiling constant_time_eq v0.4.2
23752026-05-04T14:54:14.246Z Compiling unicode-xid v0.2.6
23762026-05-04T14:54:14.390Z Compiling tar v0.4.45
23772026-05-04T14:54:14.424Z Compiling walkdir v2.5.0
23782026-05-04T14:54:14.441Z Compiling cargo-util-schemas v0.8.2
23792026-05-04T14:54:14.457Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-05-04T14:54:14.680Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23812026-05-04T14:54:14.715Z Compiling tokio-dtrace v0.1.1
23822026-05-04T14:54:14.923Z Compiling console v0.16.2
23832026-05-04T14:54:15.055Z Compiling gethostname v0.5.0
23842026-05-04T14:54:15.141Z Compiling cargo-platform v0.2.0
23852026-05-04T14:54:15.158Z Compiling unit-prefix v0.5.2
23862026-05-04T14:54:15.177Z Compiling topological-sort v0.2.2
23872026-05-04T14:54:15.210Z Compiling oxide-tokio-rt v0.1.4
23882026-05-04T14:54:15.340Z Compiling indicatif v0.18.4
23892026-05-04T14:54:15.358Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-04T14:54:15.372Z Compiling shell-words v1.1.1
23912026-05-04T14:54:15.589Z Compiling cargo_metadata v0.21.0
23922026-05-04T14:54:24.190Z Compiling progenitor-client v0.14.0
23932026-05-04T14:54:24.231Z Compiling progenitor-client v0.10.0
23942026-05-04T14:54:24.231Z Compiling omicron-zone-package v0.12.2
23952026-05-04T14:54:24.329Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-04T14:54:24.357Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-04T14:54:24.376Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-04T14:54:24.651Z Compiling progenitor-extras v0.2.0
23992026-05-04T14:54:24.668Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-05-04T14:54:24.721Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-04T14:54:24.766Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24022026-05-04T14:54:24.948Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-05-04T14:54:25.099Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24042026-05-04T14:54:25.233Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24052026-05-04T14:54:29.442Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-04T14:54:36.880Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-04T14:54:39.958Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-04T14:54:40.937Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-04T14:54:50.205Z Finished `release` profile [optimized] target(s) in 1m 38s
24102026-05-04T14:54:50.360Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-04T14:54:50.425ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-04T14:54:50.431ZCreated new build target 'test' and set it as active
24132026-05-04T14:54:50.431Z
24142026-05-04T14:54:50.431Zreal 1:38.631855097
24152026-05-04T14:54:50.431Zuser 16:17.814579168
24162026-05-04T14:54:50.431Zsys 2:31.071530367
24172026-05-04T14:54:50.431Ztrap 0.444182264
24182026-05-04T14:54:50.431Ztflt 2.636437488
24192026-05-04T14:54:50.431Zdflt 3.886581610
24202026-05-04T14:54:50.431Zkflt 0.000551024
24212026-05-04T14:54:50.431Zlock 51:24.107400900
24222026-05-04T14:54:50.431Zslp 41:40.484680186
24232026-05-04T14:54:50.431Zlat 42.652365273
24242026-05-04T14:54:50.431Zstop 5:28.410643323
24252026-05-04T14:54:50.435Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-04T14:54:51.310Z Finished `release` profile [optimized] target(s) in 0.87s
24272026-05-04T14:54:51.383Z Running `target/release/omicron-package -t test package`
24282026-05-04T14:54:51.444ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-04T14:54:52.858Z Compiling heck v0.5.0
24302026-05-04T14:54:52.858Z Compiling regress v0.11.1
24312026-05-04T14:54:52.858Z Compiling unsafe-libyaml v0.2.11
24322026-05-04T14:54:53.123Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-04T14:54:53.141Z Compiling regress v0.10.5
24342026-05-04T14:54:53.169Z Compiling unicode-width v0.1.14
24352026-05-04T14:54:53.191Z Compiling is-terminal v0.4.17
24362026-05-04T14:54:53.215Z Compiling prettyplease v0.2.37
24372026-05-04T14:54:53.218Z Compiling bytecount v0.6.9
24382026-05-04T14:54:53.218Z Compiling rustls v0.22.4
24392026-05-04T14:54:53.218Z Compiling rustls-webpki v0.102.8
24402026-05-04T14:54:53.248Z Compiling derive-where v1.6.0
24412026-05-04T14:54:53.252Z Compiling thread_local v1.1.9
24422026-05-04T14:54:53.270Z Compiling match_cfg v0.1.0
24432026-05-04T14:54:53.273Z Compiling compression-core v0.4.31
24442026-05-04T14:54:53.354Z Compiling multer v3.1.0
24452026-05-04T14:54:53.357Z Compiling slog-async v2.8.0
24462026-05-04T14:54:53.392Z Compiling hostname v0.3.1
24472026-05-04T14:54:53.419Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-04T14:54:53.468Z Compiling compression-codecs v0.4.37
24492026-05-04T14:54:53.478Z Compiling crossbeam-channel v0.5.15
24502026-05-04T14:54:53.501Z Compiling slog-json v2.6.1
24512026-05-04T14:54:53.504Z Compiling futures-executor v0.3.32
24522026-05-04T14:54:53.560Z Compiling serde_yaml v0.9.34+deprecated
24532026-05-04T14:54:53.581Z Compiling serde_spanned v1.0.4
24542026-05-04T14:54:53.603Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-04T14:54:53.697Z Compiling term v1.2.1
24562026-05-04T14:54:53.721Z Compiling take_mut v0.2.2
24572026-05-04T14:54:53.724Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-05-04T14:54:53.762Z Compiling futures v0.3.32
24592026-05-04T14:54:53.781Z Compiling slog-bunyan v2.5.0
24602026-05-04T14:54:53.880Z Compiling async-compression v0.4.41
24612026-05-04T14:54:53.932Z Compiling toml v1.0.6+spec-1.1.0
24622026-05-04T14:54:53.955Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-04T14:54:53.975Z Compiling dropshot v0.17.0
24642026-05-04T14:54:54.019Z Compiling slog-term v2.9.2
24652026-05-04T14:54:54.067Z Compiling async-stream v0.3.6
24662026-05-04T14:54:54.137Z Compiling num-rational v0.4.2
24672026-05-04T14:54:54.203Z Compiling progenitor-client v0.14.0
24682026-05-04T14:54:54.224Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-05-04T14:54:54.258Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-04T14:54:54.277Z Compiling waitgroup v0.1.2
24712026-05-04T14:54:54.383Z Compiling backon v1.6.0
24722026-05-04T14:54:54.443Z Compiling rustls-pemfile v2.2.0
24732026-05-04T14:54:54.463Z Compiling num-complex v0.4.6
24742026-05-04T14:54:54.490Z Compiling hostname v0.4.2
24752026-05-04T14:54:54.525Z Compiling serde_path_to_error v0.1.20
24762026-05-04T14:54:54.545Z Compiling instant v0.1.13
24772026-05-04T14:54:54.549Z Compiling debug-ignore v1.0.5
24782026-05-04T14:54:54.605Z Compiling typify-impl v0.6.2
24792026-05-04T14:54:54.660Z Compiling backoff v0.4.0
24802026-05-04T14:54:54.695Z Compiling progenitor-extras v0.2.0
24812026-05-04T14:54:54.701Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24822026-05-04T14:54:54.731Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-05-04T14:54:54.882Z Compiling num v0.4.3
24842026-05-04T14:54:54.906Z Compiling parse-display v0.10.0
24852026-05-04T14:54:54.927Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-05-04T14:54:54.950Z Compiling progenitor-client v0.13.0
24872026-05-04T14:54:54.987Z Compiling progenitor-client v0.10.0
24882026-05-04T14:54:55.009Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-04T14:54:55.066Z Compiling macaddr v1.0.1
24902026-05-04T14:54:55.094Z Compiling float-ord v0.3.2
24912026-05-04T14:54:55.236Z Compiling console v0.15.11
24922026-05-04T14:54:55.257Z Compiling slog-dtrace v0.3.0
24932026-05-04T14:54:55.347Z Compiling newline-converter v0.3.0
24942026-05-04T14:54:55.449Z Compiling atomicwrites v0.4.4
24952026-05-04T14:54:55.484Z Compiling tokio-rustls v0.25.0
24962026-05-04T14:54:55.529Z Compiling async-recursion v1.1.1
24972026-05-04T14:54:55.536Z Compiling cancel-safe-futures v0.1.5
24982026-05-04T14:54:55.600Z Compiling owo-colors v4.3.0
24992026-05-04T14:54:55.683Z Compiling expectorate v1.2.0
25002026-05-04T14:54:55.760Z Compiling libsw-core v0.3.2
25012026-05-04T14:54:55.808Z Compiling resolv-conf v0.7.6
25022026-05-04T14:54:55.913Z Compiling libsw v3.5.0
25032026-05-04T14:54:55.973Z Compiling toml v0.8.23
25042026-05-04T14:54:56.139Z Compiling linear-map v1.2.0
25052026-05-04T14:54:56.158Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-04T14:54:56.217Z Compiling minimal-lexical v0.2.1
25072026-05-04T14:54:56.238Z Compiling linked-hash-map v0.5.6
25082026-05-04T14:54:56.433Z Compiling lru-cache v0.1.2
25092026-05-04T14:54:56.457Z Compiling nom v7.1.3
25102026-05-04T14:54:56.482Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-04T14:54:56.502Z Compiling unicode-xid v0.2.6
25122026-05-04T14:54:56.545Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-05-04T14:54:56.567Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-04T14:54:56.567Z Compiling globset v0.4.18
25152026-05-04T14:54:56.610Z Compiling hickory-proto v0.24.4
25162026-05-04T14:54:56.648Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25172026-05-04T14:54:56.669Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-05-04T14:54:56.976Z Compiling convert_case v0.10.0
25192026-05-04T14:54:57.283Z Compiling derive_more-impl v2.1.1
25202026-05-04T14:54:57.518Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-04T14:54:57.821Z Compiling pin-project-internal v1.1.11
25222026-05-04T14:54:57.911Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-05-04T14:54:58.054Z Compiling typify-macro v0.6.2
25242026-05-04T14:54:58.074Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-04T14:54:58.323Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-04T14:54:58.567Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25272026-05-04T14:54:58.868Z Compiling pin-project v1.1.11
25282026-05-04T14:54:59.007Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-05-04T14:54:59.217Z Compiling hickory-resolver v0.24.4
25302026-05-04T14:54:59.293Z Compiling derive_more v2.1.1
25312026-05-04T14:54:59.381Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-05-04T14:54:59.436Z Compiling papergrid v0.11.0
25332026-05-04T14:54:59.536Z Compiling tabled_derive v0.7.0
25342026-05-04T14:54:59.564Z Compiling typify v0.6.2
25352026-05-04T14:54:59.772Z Compiling progenitor-impl v0.14.0
25362026-05-04T14:54:59.955Z Compiling progenitor-impl v0.13.0
25372026-05-04T14:55:00.432Z Compiling qorb v0.4.1
25382026-05-04T14:55:00.959Z Compiling pem v3.0.6
25392026-05-04T14:55:01.704Z Compiling snafu-derive v0.8.9
25402026-05-04T14:55:01.962Z Compiling progenitor-macro v0.14.0
25412026-05-04T14:55:02.075Z Compiling progenitor-macro v0.13.0
25422026-05-04T14:55:02.417Z Compiling termtree v0.5.1
25432026-05-04T14:55:02.574Z Compiling tabled v0.15.0
25442026-05-04T14:55:02.645Z Compiling crossterm v0.29.0
25452026-05-04T14:55:04.308Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-05-04T14:55:04.643Z Compiling snafu v0.8.9
25472026-05-04T14:55:04.761Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25482026-05-04T14:55:05.232Z Compiling phf_shared v0.12.1
25492026-05-04T14:55:05.324Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-05-04T14:55:06.025Z Compiling olpc-cjson v0.1.4
25512026-05-04T14:55:06.046Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-04T14:55:06.047Z Compiling serde_plain v1.0.2
25532026-05-04T14:55:06.047Z Compiling vte v0.14.1
25542026-05-04T14:55:06.047Z Compiling progenitor v0.14.0
25552026-05-04T14:55:06.119Z Compiling csv-core v0.1.13
25562026-05-04T14:55:06.138Z Compiling typed-path v0.9.3
25572026-05-04T14:55:06.155Z Compiling progenitor v0.13.0
25582026-05-04T14:55:06.216Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25592026-05-04T14:55:06.225Z Compiling highway v1.3.0
25602026-05-04T14:55:06.339Z Compiling chrono-tz v0.10.4
25612026-05-04T14:55:06.516Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25622026-05-04T14:55:06.596Z Compiling csv v1.4.0
25632026-05-04T14:55:06.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25642026-05-04T14:55:06.998Z Compiling strip-ansi-escapes v0.2.1
25652026-05-04T14:55:07.499Z Compiling tough v0.20.0
25662026-05-04T14:55:07.558Z Compiling phf v0.12.1
25672026-05-04T14:55:07.592Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-04T14:55:07.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-04T14:55:08.222Z Compiling const_format_proc_macros v0.2.34
25702026-05-04T14:55:09.005Z Compiling fd-lock v4.0.4
25712026-05-04T14:55:09.025Z Compiling peg-macros v0.8.5
25722026-05-04T14:55:13.358Z Compiling nu-ansi-term v0.50.3
25732026-05-04T14:55:13.387Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742026-05-04T14:55:13.387Z Compiling reedline v0.40.0
25752026-05-04T14:55:13.387Z Compiling const_format v0.2.35
25762026-05-04T14:55:13.387Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25772026-05-04T14:55:13.387Z Compiling peg v0.8.5
25782026-05-04T14:55:13.387Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-04T14:55:13.387Z Compiling bcs v0.1.6
25802026-05-04T14:55:13.387Z Compiling semver v0.1.20
25812026-05-04T14:55:13.387Z Compiling rustc_version v0.1.7
25822026-05-04T14:55:13.388Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25832026-05-04T14:55:13.388Z Compiling newtype_derive v0.1.6
25842026-05-04T14:55:13.388Z Compiling unicode-linebreak v0.1.5
25852026-05-04T14:55:13.388Z Compiling humantime v2.3.0
25862026-05-04T14:55:13.388Z Compiling smawk v0.3.2
25872026-05-04T14:55:13.388Z Compiling textwrap v0.16.2
25882026-05-04T14:55:13.388Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-05-04T14:55:13.388Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-05-04T14:55:13.388Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-04T14:55:13.388Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-04T14:55:13.388Z Compiling base64 v0.21.7
25932026-05-04T14:55:13.388Z Compiling steno v0.4.1
25942026-05-04T14:55:13.518Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-05-04T14:55:13.581Z Compiling tagptr v0.2.0
25962026-05-04T14:55:13.777Z Compiling utf-8 v0.7.6
25972026-05-04T14:55:13.800Z Compiling moka v0.12.13
25982026-05-04T14:55:13.893Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-04T14:55:14.016Z Compiling tungstenite v0.21.0
26002026-05-04T14:55:14.067Z Compiling radium v0.7.0
26012026-05-04T14:55:14.391Z Compiling tap v1.0.1
26022026-05-04T14:55:14.709Z Compiling tokio-tungstenite v0.21.0
26032026-05-04T14:55:15.030Z Compiling hickory-resolver v0.25.2
26042026-05-04T14:55:15.033Z Compiling maybe-uninit v2.0.0
26052026-05-04T14:55:15.075Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26062026-05-04T14:55:15.093Z Compiling wyz v0.5.1
26072026-05-04T14:55:15.413Z Compiling zerocopy-derive v0.6.6
26082026-05-04T14:55:15.521Z Compiling display-error-chain v0.2.2
26092026-05-04T14:55:15.626Z Compiling funty v2.0.0
26102026-05-04T14:55:15.647Z Compiling packed_struct v0.10.1
26112026-05-04T14:55:15.700Z Compiling crc-catalog v2.4.0
26122026-05-04T14:55:15.894Z Compiling crc v3.4.0
26132026-05-04T14:55:16.048Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26142026-05-04T14:55:16.070Z Compiling bitvec v1.0.1
26152026-05-04T14:55:16.183Z Compiling zerocopy v0.6.6
26162026-05-04T14:55:16.304Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-05-04T14:55:16.561Z Compiling packed_struct_codegen v0.10.1
26182026-05-04T14:55:16.581Z Compiling num-derive v0.3.3
26192026-05-04T14:55:17.479Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-05-04T14:55:17.565Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212026-05-04T14:55:17.711Z Compiling bitfield-macros v0.19.4
26222026-05-04T14:55:17.887Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-04T14:55:18.326Z Compiling indexmap v1.9.3
26242026-05-04T14:55:18.428Z Compiling nodrop v0.1.14
26252026-05-04T14:55:18.560Z Compiling array-init v0.0.4
26262026-05-04T14:55:18.617Z Compiling bitfield v0.19.4
26272026-05-04T14:55:18.955Z Compiling proc-macro-error2 v2.0.1
26282026-05-04T14:55:18.995Z Compiling libscf-sys v1.1.0
26292026-05-04T14:55:19.100Z Compiling smallvec v0.6.14
26302026-05-04T14:55:19.167Z Compiling typify-impl v0.4.3
26312026-05-04T14:55:19.266Z Compiling hashbrown v0.12.3
26322026-05-04T14:55:19.363Z Compiling serde-hex v0.1.0
26332026-05-04T14:55:19.861Z Compiling tabled_derive v0.11.0
26342026-05-04T14:55:20.335Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-04T14:55:20.469Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-04T14:55:20.809Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-05-04T14:55:20.892Z Compiling ron v0.8.1
26382026-05-04T14:55:21.031Z Compiling papergrid v0.17.0
26392026-05-04T14:55:21.053Z Compiling testing_table v0.3.0
26402026-05-04T14:55:21.115Z Compiling hashbrown v0.13.2
26412026-05-04T14:55:21.171Z Compiling vergen-gitcl v1.0.8
26422026-05-04T14:55:21.398Z Compiling dirs-sys-next v0.1.2
26432026-05-04T14:55:21.479Z Compiling crunchy v0.2.4
26442026-05-04T14:55:21.482Z Compiling maplit v1.0.2
26452026-05-04T14:55:21.535Z Compiling crc-any v2.5.0
26462026-05-04T14:55:21.622Z Compiling diesel_derives v2.3.7
26472026-05-04T14:55:21.669Z Compiling glob v0.3.3
26482026-05-04T14:55:21.738Z Compiling object v0.30.4
26492026-05-04T14:55:21.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26502026-05-04T14:55:21.833Z Compiling dirs-next v2.0.0
26512026-05-04T14:55:21.918Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-05-04T14:55:21.984Z Compiling dsl_auto_type v0.2.0
26532026-05-04T14:55:22.005Z Compiling scheduled-thread-pool v0.2.7
26542026-05-04T14:55:22.033Z Compiling clang-sys v1.8.1
26552026-05-04T14:55:22.424Z Compiling tabled v0.20.0
26562026-05-04T14:55:22.493Z Compiling diesel_table_macro_syntax v0.3.0
26572026-05-04T14:55:22.535Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-05-04T14:55:22.599Z Compiling xshell-macros v0.2.7
26592026-05-04T14:55:22.620Z Compiling typify-macro v0.4.3
26602026-05-04T14:55:22.718Z Compiling tiny-keccak v2.0.2
26612026-05-04T14:55:22.771Z Compiling path-slash v0.1.5
26622026-05-04T14:55:22.956Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-05-04T14:55:23.004Z Compiling xshell v0.2.7
26642026-05-04T14:55:23.251Z Compiling r2d2 v0.8.10
26652026-05-04T14:55:23.287Z Compiling term v0.7.0
26662026-05-04T14:55:23.367Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-04T14:55:23.907Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-05-04T14:55:23.929Z Compiling bit-vec v0.6.3
26692026-05-04T14:55:24.065Z Compiling downcast-rs v2.0.2
26702026-05-04T14:55:24.179Z Compiling bit-set v0.5.3
26712026-05-04T14:55:24.203Z Compiling ascii-canvas v3.0.0
26722026-05-04T14:55:24.368Z Compiling itertools v0.10.5
26732026-05-04T14:55:24.390Z Compiling ena v0.14.4
26742026-05-04T14:55:24.393Z Compiling libloading v0.8.9
26752026-05-04T14:55:24.467Z Compiling diff v0.1.13
26762026-05-04T14:55:24.640Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26772026-05-04T14:55:24.662Z Compiling bindgen v0.71.1
26782026-05-04T14:55:24.728Z Compiling unicase v2.9.0
26792026-05-04T14:55:24.952Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26802026-05-04T14:55:25.033Z Compiling regex-syntax v0.6.29
26812026-05-04T14:55:25.476Z Compiling crc8 v0.1.1
26822026-05-04T14:55:25.841Z Compiling typify v0.4.3
26832026-05-04T14:55:25.986Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-05-04T14:55:26.551Z Compiling lalrpop v0.19.12
26852026-05-04T14:55:26.688Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-05-04T14:55:26.859Z Compiling cexpr v0.6.0
26872026-05-04T14:55:26.978Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-05-04T14:55:27.205Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-05-04T14:55:27.325Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-04T14:55:27.355Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-05-04T14:55:27.481Z Compiling headers-core v0.3.0
26922026-05-04T14:55:27.502Z Compiling libxml v0.3.3
26932026-05-04T14:55:27.645Z Compiling headers v0.4.1
26942026-05-04T14:55:27.739Z Compiling diesel v2.3.7
26952026-05-04T14:55:27.809Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26962026-05-04T14:55:27.980Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-05-04T14:55:28.222Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-05-04T14:55:28.658Z Compiling strum_macros v0.24.3
26992026-05-04T14:55:28.698Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-05-04T14:55:28.997Z Compiling indoc v1.0.9
27012026-05-04T14:55:29.425Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-04T14:55:29.790Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-04T14:55:29.932Z Compiling derive_builder v0.20.2
27042026-05-04T14:55:30.117Z Compiling oso-derive v0.27.3
27052026-05-04T14:55:30.226Z Compiling quick-xml v0.37.5
27062026-05-04T14:55:30.620Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-04T14:55:30.787Z Compiling half v1.8.3
27082026-05-04T14:55:30.807Z Compiling openssl-probe v0.1.6
27092026-05-04T14:55:31.102Z Compiling serde_cbor v0.11.2
27102026-05-04T14:55:31.210Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-04T14:55:31.232Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-04T14:55:31.747Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-05-04T14:55:31.904Z Compiling samael v0.0.19
27142026-05-04T14:55:31.925Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-05-04T14:55:31.963Z Compiling bb8 v0.8.6
27162026-05-04T14:55:31.987Z Compiling trait-variant v0.1.2
27172026-05-04T14:55:32.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-04T14:55:32.189Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-05-04T14:55:32.369Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-04T14:55:32.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-05-04T14:55:32.525Z Compiling fxhash v0.2.1
27222026-05-04T14:55:32.546Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-05-04T14:55:32.663Z Compiling salty v0.3.0
27242026-05-04T14:55:32.753Z Compiling progenitor-impl v0.11.2
27252026-05-04T14:55:32.929Z Compiling progenitor-impl v0.10.0
27262026-05-04T14:55:32.982Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-05-04T14:55:33.008Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-05-04T14:55:33.428Z Compiling kstat-rs v0.2.4
27292026-05-04T14:55:33.782Z Compiling libz-sys v1.1.24
27302026-05-04T14:55:33.914Z Compiling nonempty v0.12.0
27312026-05-04T14:55:34.013Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-05-04T14:55:34.039Z Compiling polar-core v0.27.3
27332026-05-04T14:55:34.182Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-05-04T14:55:34.901Z Compiling progenitor-macro v0.11.2
27352026-05-04T14:55:35.033Z Compiling progenitor-macro v0.10.0
27362026-05-04T14:55:36.169Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27372026-05-04T14:55:37.858Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-04T14:55:37.907Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-05-04T14:55:38.430Z Compiling progenitor-client v0.11.2
27402026-05-04T14:55:38.691Z Compiling darling_core v0.23.0
27412026-05-04T14:55:38.870Z Compiling nanorand v0.7.0
27422026-05-04T14:55:38.977Z Compiling arc-swap v1.8.2
27432026-05-04T14:55:39.128Z Compiling fs-err v2.11.0
27442026-05-04T14:55:39.236Z Compiling parking_lot_core v0.8.6
27452026-05-04T14:55:39.359Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-05-04T14:55:39.381Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-05-04T14:55:39.517Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-05-04T14:55:41.107Z Compiling mime_guess v2.0.5
27492026-05-04T14:55:41.633Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-05-04T14:55:42.385Z Compiling darling_macro v0.23.0
27512026-05-04T14:55:42.882Z Compiling oso v0.27.3
27522026-05-04T14:55:43.802Z Compiling slog-scope v4.4.1
27532026-05-04T14:55:43.822Z Compiling progenitor v0.10.0
27542026-05-04T14:55:44.037Z Compiling flume v0.11.1
27552026-05-04T14:55:44.270Z Compiling progenitor v0.11.2
27562026-05-04T14:55:44.434Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-04T14:55:44.460Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27582026-05-04T14:55:46.806Z Compiling diesel-dtrace v0.5.0
27592026-05-04T14:55:47.132Z Compiling async-bb8-diesel v0.2.1
27602026-05-04T14:55:47.288Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612026-05-04T14:55:47.590Z Compiling primeorder v0.13.6
27622026-05-04T14:55:47.886Z Compiling git-stub v1.0.0
27632026-05-04T14:55:47.908Z Compiling libgit2-sys v0.18.3+1.9.2
27642026-05-04T14:55:48.132Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-05-04T14:55:48.155Z Compiling instability v0.3.11
27662026-05-04T14:55:48.431Z Compiling git-stub-vcs v0.1.0
27672026-05-04T14:55:48.453Z Compiling p384 v0.13.1
27682026-05-04T14:55:48.963Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-04T14:55:49.340Z Compiling slog-stdlog v4.1.1
27702026-05-04T14:55:50.207Z Compiling darling v0.23.0
27712026-05-04T14:55:50.284Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27722026-05-04T14:55:50.326Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-05-04T14:55:50.403Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27742026-05-04T14:55:50.573Z Compiling ignore v0.4.25
27752026-05-04T14:55:50.593Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-04T14:55:50.794Z Compiling castaway v0.2.4
27772026-05-04T14:55:50.959Z Compiling atty v0.2.14
27782026-05-04T14:55:51.121Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-04T14:55:51.351Z Compiling parse-size v1.1.0
27802026-05-04T14:55:51.492Z Compiling indoc v2.0.7
27812026-05-04T14:55:51.572Z Compiling http-range v0.1.5
27822026-05-04T14:55:51.921Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-04T14:55:52.010Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-04T14:55:52.766Z Compiling globwalk v0.9.1
27852026-05-04T14:55:53.105Z Compiling compact_str v0.8.1
27862026-05-04T14:55:54.124Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-04T14:55:54.213Z Compiling parking_lot v0.11.2
27882026-05-04T14:55:54.233Z Compiling slog-envlogger v2.2.0
27892026-05-04T14:55:55.125Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902026-05-04T14:55:55.526Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-05-04T14:55:55.595Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-05-04T14:55:55.700Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-04T14:55:56.259Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-05-04T14:55:56.280Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-05-04T14:55:56.478Z Compiling predicates-tree v1.0.13
27962026-05-04T14:55:56.733Z Compiling unicode-truncate v1.1.0
27972026-05-04T14:55:56.959Z Compiling lru v0.12.5
27982026-05-04T14:55:56.984Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-04T14:55:57.096Z Compiling rand_seeder v0.4.0
28002026-05-04T14:55:57.191Z Compiling prefix-trie v0.7.0
28012026-05-04T14:55:57.350Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-05-04T14:55:57.386Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-04T14:55:57.417Z Compiling vergen-git2 v1.0.7
28042026-05-04T14:55:57.516Z Compiling cassowary v0.3.0
28052026-05-04T14:55:57.558Z Compiling corncobs v0.1.4
28062026-05-04T14:55:57.634Z Compiling hickory-server v0.25.2
28072026-05-04T14:55:57.684Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-04T14:55:57.690Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-05-04T14:55:57.811Z Compiling ratatui v0.29.0
28102026-05-04T14:55:57.854Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-05-04T14:55:57.917Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-05-04T14:55:57.993Z Compiling camino-tempfile-ext v0.3.3
28132026-05-04T14:55:58.480Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28142026-05-04T14:55:58.557Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-05-04T14:55:58.694Z Compiling sled v0.34.7
28162026-05-04T14:55:58.772Z Compiling hyper-staticfile v0.10.1
28172026-05-04T14:55:59.487Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182026-05-04T14:55:59.955Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192026-05-04T14:56:00.141Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-04T14:56:01.595Z Compiling secrecy v0.8.0
28212026-05-04T14:56:01.802Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-05-04T14:56:02.039Z Compiling rustls v0.21.12
28232026-05-04T14:56:02.592Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-05-04T14:56:02.634Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-05-04T14:56:03.294Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-05-04T14:56:03.566Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-05-04T14:56:04.458Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28282026-05-04T14:56:04.674Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-05-04T14:56:05.147Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-04T14:56:06.386Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-05-04T14:56:06.589Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-04T14:56:06.819Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-05-04T14:56:07.042Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-04T14:56:07.274Z Compiling sct v0.7.1
28352026-05-04T14:56:07.549Z Compiling rustls-webpki v0.101.7
28362026-05-04T14:56:07.571Z Compiling nix v0.29.0
28372026-05-04T14:56:07.678Z Compiling dropshot v0.16.7
28382026-05-04T14:56:07.915Z Compiling void v1.0.2
28392026-05-04T14:56:08.063Z Compiling lzss v0.8.2
28402026-05-04T14:56:08.256Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-04T14:56:08.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-04T14:56:08.638Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-05-04T14:56:09.239Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-05-04T14:56:09.649Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-04T14:56:09.978Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-04T14:56:10.223Z Compiling tungstenite v0.23.0
28472026-05-04T14:56:10.395Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28482026-05-04T14:56:10.616Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-05-04T14:56:10.835Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-04T14:56:10.873Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-05-04T14:56:11.063Z Compiling toml v0.9.12+spec-1.1.0
28522026-05-04T14:56:11.087Z Compiling nix v0.27.1
28532026-05-04T14:56:11.110Z Compiling dropshot_endpoint v0.16.7
28542026-05-04T14:56:12.285Z Compiling serde_bytes v0.11.19
28552026-05-04T14:56:12.461Z Compiling tokio-tungstenite v0.23.1
28562026-05-04T14:56:12.589Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28572026-05-04T14:56:12.645Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-05-04T14:56:12.842Z Compiling tokio-rustls v0.24.1
28592026-05-04T14:56:13.567Z Compiling git2 v0.20.4
28602026-05-04T14:56:13.614Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-05-04T14:56:15.252Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-05-04T14:56:17.146Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-04T14:56:17.673Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-05-04T14:56:18.269Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-05-04T14:56:18.700Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-05-04T14:56:19.259Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28672026-05-04T14:56:20.664Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-05-04T14:56:20.718Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-05-04T14:56:21.556Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-05-04T14:56:21.721Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-04T14:56:21.837Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-04T14:56:22.494Z Compiling rustls-pemfile v1.0.4
28732026-05-04T14:56:22.793Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28742026-05-04T14:56:22.915Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28752026-05-04T14:56:23.625Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-05-04T14:56:24.338Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-05-04T14:56:25.506Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-04T14:56:25.632Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-05-04T14:56:26.251Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-04T14:56:26.336Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-04T14:56:26.359Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-04T14:56:26.542Z Compiling signal-hook-tokio v0.3.1
28832026-05-04T14:56:26.575Z Compiling twox-hash v2.1.2
28842026-05-04T14:56:26.745Z Compiling yasna v0.5.2
28852026-05-04T14:56:27.063Z Compiling is_ci v1.2.0
28862026-05-04T14:56:27.190Z Compiling supports-color v3.0.2
28872026-05-04T14:56:27.276Z Compiling rcgen v0.12.1
28882026-05-04T14:56:27.474Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-05-04T14:56:28.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-04T14:56:28.286Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-04T14:56:28.312Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-04T14:56:28.546Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-04T14:56:29.074Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-04T14:56:29.207Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-04T14:56:29.351Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-04T14:56:31.273Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-04T14:56:31.656Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-04T14:56:31.824Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-04T14:56:32.059Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-04T14:56:32.298Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-04T14:56:32.517Z Compiling fatfs v0.3.6
29022026-05-04T14:56:32.969Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-04T14:56:33.335Z Compiling subprocess v0.2.15
29042026-05-04T14:56:33.713Z Compiling rtoolbox v0.0.3
29052026-05-04T14:56:33.984Z Compiling assert_matches v1.5.0
29062026-05-04T14:56:34.099Z Compiling seq-macro v0.3.6
29072026-05-04T14:56:34.276Z Compiling rpassword v7.4.0
29082026-05-04T14:56:34.558Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-04T14:56:34.631Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-04T14:56:35.430Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-04T14:56:35.521Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-04T14:56:36.515Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-04T14:56:36.632Z Compiling tui-tree-widget v0.23.1
29142026-05-04T14:56:36.668Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-04T14:56:36.913Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-04T14:56:37.433Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-04T14:56:38.063Z Compiling uzers v0.12.2
29182026-05-04T14:56:39.035Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-04T14:56:39.418Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-04T14:56:40.094Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-04T14:56:41.162Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-04T14:56:43.124Z Compiling support-bundle-viewer v0.1.2
29232026-05-04T14:56:44.364Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-04T14:56:45.035Z Compiling multimap v0.10.1
29252026-05-04T14:56:53.214Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-04T14:57:04.513Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-04T14:57:05.676Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-04T14:57:06.542Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-04T15:03:42.858Z Finished `release` profile [optimized] target(s) in 8m 51s
29302026-05-04T15:04:26.870Z
29312026-05-04T15:04:26.870Zreal 9:36.343819860
29322026-05-04T15:04:26.870Zuser 1:18:50.426706488
29332026-05-04T15:04:26.874Zsys 3:26.399020869
29342026-05-04T15:04:26.874Ztrap 1.759714525
29352026-05-04T15:04:26.874Ztflt 2.081191848
29362026-05-04T15:04:26.874Zdflt 14.647276096
29372026-05-04T15:04:26.874Zkflt 0.010552601
29382026-05-04T15:04:26.874Zlock 7:16:26.959965408
29392026-05-04T15:04:26.874Zslp 2:18:21.929394398
29402026-05-04T15:04:26.874Zlat 2:31.560165381
29412026-05-04T15:04:26.874Zstop 5:13.324410399
29422026-05-04T15:04:26.874Z+ mapfile -t packages
29432026-05-04T15:04:26.874Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-04T15:04:27.819Z Finished `release` profile [optimized] target(s) in 0.93s
29452026-05-04T15:04:27.890Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-04T15:04:27.943ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-04T15:04:27.946Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-04T15:04:28.478Z Compiling libc v0.2.185
29492026-05-04T15:04:28.478Z Compiling serde v1.0.228
29502026-05-04T15:04:28.478Z Compiling serde_core v1.0.228
29512026-05-04T15:04:28.481Z Compiling rustix v1.1.3
29522026-05-04T15:04:28.481Z Compiling serde_json v1.0.149
29532026-05-04T15:04:28.481Z Compiling bitflags v2.11.0
29542026-05-04T15:04:28.609Z Compiling num-traits v0.2.19
29552026-05-04T15:04:28.609Z Compiling smallvec v1.15.1
29562026-05-04T15:04:28.618Z Compiling syn v2.0.117
29572026-05-04T15:04:28.649Z Compiling indexmap v2.14.0
29582026-05-04T15:04:28.652Z Compiling usdt-impl v0.5.0
29592026-05-04T15:04:28.670Z Compiling syn v1.0.109
29602026-05-04T15:04:28.682Z Compiling log v0.4.29
29612026-05-04T15:04:28.694Z Compiling getrandom v0.4.1
29622026-05-04T15:04:28.841Z Compiling percent-encoding v2.3.2
29632026-05-04T15:04:28.986Z Compiling form_urlencoded v1.2.2
29642026-05-04T15:04:29.041Z Compiling fs-err v3.3.0
29652026-05-04T15:04:29.070Z Compiling anyhow v1.0.102
29662026-05-04T15:04:29.074Z Compiling once_cell v1.21.3
29672026-05-04T15:04:29.091Z Compiling heck v0.4.1
29682026-05-04T15:04:29.300Z Compiling thread-id v4.2.2
29692026-05-04T15:04:29.326Z Compiling errno v0.3.14
29702026-05-04T15:04:29.358Z Compiling memmap v0.7.0
29712026-05-04T15:04:29.616Z Compiling ordered-float v2.10.1
29722026-05-04T15:04:30.114Z Compiling proc-macro-error v1.0.4
29732026-05-04T15:04:30.337Z Compiling terminal_size v0.4.3
29742026-05-04T15:04:30.337Z Compiling tempfile v3.25.0
29752026-05-04T15:04:30.357Z Compiling tabled_derive v0.7.0
29762026-05-04T15:04:30.432Z Compiling clap_builder v4.5.60
29772026-05-04T15:04:30.432Z Compiling textwrap v0.16.2
29782026-05-04T15:04:30.562Z Compiling camino-tempfile v1.4.1
29792026-05-04T15:04:30.993Z Compiling tabled v0.15.0
29802026-05-04T15:04:31.115Z Compiling synstructure v0.13.2
29812026-05-04T15:04:31.115Z Compiling pest_generator v2.8.6
29822026-05-04T15:04:31.492Z Compiling serde_derive v1.0.228
29832026-05-04T15:04:31.492Z Compiling zerovec-derive v0.11.2
29842026-05-04T15:04:31.492Z Compiling displaydoc v0.2.5
29852026-05-04T15:04:31.495Z Compiling thiserror-impl v1.0.69
29862026-05-04T15:04:31.495Z Compiling zerocopy-derive v0.7.35
29872026-05-04T15:04:31.495Z Compiling scroll_derive v0.12.1
29882026-05-04T15:04:31.495Z Compiling thiserror-impl v2.0.18
29892026-05-04T15:04:31.495Z Compiling clap_derive v4.5.55
29902026-05-04T15:04:31.503Z Compiling zerofrom-derive v0.1.6
29912026-05-04T15:04:31.650Z Compiling yoke-derive v0.8.1
29922026-05-04T15:04:31.750Z Compiling pest_derive v2.8.6
29932026-05-04T15:04:32.221Z Compiling scroll v0.12.0
29942026-05-04T15:04:32.359Z Compiling zerocopy v0.7.35
29952026-05-04T15:04:32.547Z Compiling goblin v0.8.2
29962026-05-04T15:04:32.669Z Compiling thiserror v1.0.69
29972026-05-04T15:04:32.679Z Compiling zerofrom v0.1.6
29982026-05-04T15:04:32.790Z Compiling yoke v0.8.1
29992026-05-04T15:04:32.824Z Compiling dtrace-parser v0.2.0
30002026-05-04T15:04:32.856Z Compiling thiserror v2.0.18
30012026-05-04T15:04:32.987Z Compiling zerovec v0.11.5
30022026-05-04T15:04:33.004Z Compiling zerotrie v0.2.3
30032026-05-04T15:04:33.199Z Compiling clap v4.5.60
30042026-05-04T15:04:33.590Z Compiling tinystr v0.8.2
30052026-05-04T15:04:33.820Z Compiling icu_locale_core v2.1.1
30062026-05-04T15:04:34.485Z Compiling potential_utf v0.1.4
30072026-05-04T15:04:34.693Z Compiling icu_collections v2.1.1
30082026-05-04T15:04:34.877Z Compiling icu_provider v2.1.1
30092026-05-04T15:04:34.934Z Compiling toml_datetime v0.6.11
30102026-05-04T15:04:34.945Z Compiling serde_spanned v0.6.9
30112026-05-04T15:04:34.960Z Compiling serde-value v0.7.0
30122026-05-04T15:04:34.974Z Compiling cargo-platform v0.2.0
30132026-05-04T15:04:35.004Z Compiling macaddr v1.0.1
30142026-05-04T15:04:35.132Z Compiling dof v0.3.0
30152026-05-04T15:04:35.168Z Compiling icu_properties v2.1.2
30162026-05-04T15:04:35.288Z Compiling icu_normalizer v2.1.1
30172026-05-04T15:04:35.332Z Compiling toml_edit v0.22.27
30182026-05-04T15:04:35.459Z Compiling serde_tokenstream v0.2.3
30192026-05-04T15:04:36.037Z Compiling idna_adapter v1.2.1
30202026-05-04T15:04:36.171Z Compiling idna v1.1.0
30212026-05-04T15:04:36.262Z Compiling usdt-macro v0.5.0
30222026-05-04T15:04:36.350Z Compiling usdt-attr-macro v0.5.0
30232026-05-04T15:04:36.517Z Compiling url v2.5.8
30242026-05-04T15:04:36.869Z Compiling toml v0.8.23
30252026-05-04T15:04:36.981Z Compiling usdt v0.5.0
30262026-05-04T15:04:37.305Z Compiling cargo-util-schemas v0.8.2
30272026-05-04T15:04:37.305Z Compiling cargo_toml v0.21.0
30282026-05-04T15:04:38.317Z Compiling cargo_metadata v0.21.0
30292026-05-04T15:04:41.388Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-04T15:04:44.361Z Finished `release` profile [optimized] target(s) in 16.40s
30312026-05-04T15:04:44.523Z
30322026-05-04T15:04:44.527Zreal 16.538181516
30332026-05-04T15:04:44.527Zuser 2:20.859506603
30342026-05-04T15:04:44.527Zsys 16.360940537
30352026-05-04T15:04:44.527Ztrap 0.090291482
30362026-05-04T15:04:44.527Ztflt 0.529822892
30372026-05-04T15:04:44.527Zdflt 1.537425054
30382026-05-04T15:04:44.527Zkflt 0.000041069
30392026-05-04T15:04:44.527Zlock 5:14.497232350
30402026-05-04T15:04:44.527Zslp 3:22.250099670
30412026-05-04T15:04:44.527Zlat 7.508716829
30422026-05-04T15:04:44.527Zstop 18.367617207
30432026-05-04T15:04:44.527Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-04T15:04:44.527Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-04T15:04:44.527Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-04T15:04:44.527Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-04T15:04:44.527Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-04T15:04:45.451Z Compiling newtype-uuid-macros v0.1.0
30492026-05-04T15:04:45.455Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-04T15:04:45.455Z Compiling regress v0.10.5
30512026-05-04T15:04:45.455Z Compiling structmeta-derive v0.3.0
30522026-05-04T15:04:45.455Z Compiling rustls v0.22.4
30532026-05-04T15:04:45.455Z Compiling rustls-webpki v0.102.8
30542026-05-04T15:04:45.455Z Compiling multer v3.1.0
30552026-05-04T15:04:45.455Z Compiling compression-core v0.4.31
30562026-05-04T15:04:45.455Z Compiling debug-ignore v1.0.5
30572026-05-04T15:04:45.455Z Compiling match_cfg v0.1.0
30582026-05-04T15:04:45.597Z Compiling slog-json v2.6.1
30592026-05-04T15:04:45.656Z Compiling async-stream-impl v0.3.6
30602026-05-04T15:04:45.671Z Compiling serde_spanned v1.0.4
30612026-05-04T15:04:45.674Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-04T15:04:45.685Z Compiling hostname v0.3.1
30632026-05-04T15:04:45.689Z Compiling dropshot v0.17.0
30642026-05-04T15:04:45.714Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-04T15:04:45.864Z Compiling slog-bunyan v2.5.0
30662026-05-04T15:04:45.911Z Compiling itertools v0.14.0
30672026-05-04T15:04:45.953Z Compiling compression-codecs v0.4.37
30682026-05-04T15:04:45.989Z Compiling toml v1.0.6+spec-1.1.0
30692026-05-04T15:04:45.992Z Compiling waitgroup v0.1.2
30702026-05-04T15:04:45.992Z Compiling rustls-pemfile v2.2.0
30712026-05-04T15:04:46.039Z Compiling dropshot_endpoint v0.17.0
30722026-05-04T15:04:46.091Z Compiling hostname v0.4.2
30732026-05-04T15:04:46.126Z Compiling serde_path_to_error v0.1.20
30742026-05-04T15:04:46.144Z Compiling async-compression v0.4.41
30752026-05-04T15:04:46.148Z Compiling progenitor-client v0.14.0
30762026-05-04T15:04:46.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-04T15:04:46.237Z Compiling macaddr v1.0.1
30782026-05-04T15:04:46.252Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-04T15:04:46.278Z Compiling async-stream v0.3.6
30802026-05-04T15:04:46.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-05-04T15:04:46.392Z Compiling instant v0.1.13
30822026-05-04T15:04:46.420Z Compiling progenitor-client v0.10.0
30832026-05-04T15:04:46.444Z Compiling backon v1.6.0
30842026-05-04T15:04:46.469Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-05-04T15:04:46.486Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30862026-05-04T15:04:46.503Z Compiling backoff v0.4.0
30872026-05-04T15:04:46.506Z Compiling universal-hash v0.5.1
30882026-05-04T15:04:46.506Z Compiling opaque-debug v0.3.1
30892026-05-04T15:04:46.547Z Compiling half v2.7.1
30902026-05-04T15:04:46.606Z Compiling unsafe-libyaml v0.2.11
30912026-05-04T15:04:46.665Z Compiling progenitor-extras v0.2.0
30922026-05-04T15:04:46.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-05-04T15:04:46.695Z Compiling crucible-workspace-hack v0.1.0
30942026-05-04T15:04:46.731Z Compiling ciborium-io v0.2.2
30952026-05-04T15:04:46.768Z Compiling convert_case v0.4.0
30962026-05-04T15:04:46.837Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-05-04T15:04:46.853Z Compiling ciborium-ll v0.2.2
30982026-05-04T15:04:46.871Z Compiling regress v0.11.1
30992026-05-04T15:04:46.913Z Compiling aead v0.5.2
31002026-05-04T15:04:46.954Z Compiling structmeta v0.3.0
31012026-05-04T15:04:46.958Z Compiling secrecy v0.10.3
31022026-05-04T15:04:46.984Z Compiling poly1305 v0.8.0
31032026-05-04T15:04:47.025Z Compiling ciborium v0.2.2
31042026-05-04T15:04:47.089Z Compiling chacha20 v0.9.1
31052026-05-04T15:04:47.114Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31062026-05-04T15:04:47.132Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31072026-05-04T15:04:47.147Z Compiling serde_yaml v0.9.34+deprecated
31082026-05-04T15:04:47.161Z Compiling derive_more v0.99.20
31092026-05-04T15:04:47.179Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-04T15:04:47.208Z Compiling derive-ex v0.1.8
31112026-05-04T15:04:47.367Z Compiling parse-display-derive v0.10.0
31122026-05-04T15:04:47.370Z Compiling thiserror-impl-no-std v2.0.2
31132026-05-04T15:04:47.399Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-04T15:04:47.422Z Compiling byte-wrapper v0.1.0
31152026-05-04T15:04:47.517Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-04T15:04:47.535Z Compiling password-hash v0.5.0
31172026-05-04T15:04:47.605Z Compiling blake2 v0.10.6
31182026-05-04T15:04:47.621Z Compiling chacha20poly1305 v0.10.1
31192026-05-04T15:04:47.752Z Compiling indent_write v2.2.0
31202026-05-04T15:04:47.796Z Compiling heapless v0.8.0
31212026-05-04T15:04:47.812Z Compiling ingot-macros v0.1.1
31222026-05-04T15:04:47.841Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-05-04T15:04:47.914Z Compiling argon2 v0.5.3
31242026-05-04T15:04:47.958Z Compiling hash32 v0.3.1
31252026-05-04T15:04:48.122Z Compiling tokio-rustls v0.25.0
31262026-05-04T15:04:48.185Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-05-04T15:04:48.328Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-05-04T15:04:48.419Z Compiling smoltcp v0.11.0
31292026-05-04T15:04:48.610Z Compiling typify-impl v0.6.2
31302026-05-04T15:04:48.645Z Compiling thiserror-no-std v2.0.2
31312026-05-04T15:04:48.687Z Compiling proc-macro-crate v3.4.0
31322026-05-04T15:04:48.762Z Compiling vsss-rs v3.3.4
31332026-05-04T15:04:48.969Z Compiling test-strategy v0.4.5
31342026-05-04T15:04:48.994Z Compiling tabwriter v1.4.1
31352026-05-04T15:04:49.018Z Compiling num-rational v0.4.2
31362026-05-04T15:04:49.127Z Compiling cobs v0.3.0
31372026-05-04T15:04:49.145Z Compiling parse-display v0.10.0
31382026-05-04T15:04:49.254Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-04T15:04:49.290Z Compiling num-complex v0.4.6
31402026-05-04T15:04:49.335Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-04T15:04:49.353Z Compiling num_enum_derive v0.7.5
31422026-05-04T15:04:49.377Z Compiling postcard v1.1.3
31432026-05-04T15:04:49.567Z Compiling proc-macro-error v1.0.4
31442026-05-04T15:04:49.589Z Compiling proc-macro-crate v1.3.1
31452026-05-04T15:04:49.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31462026-05-04T15:04:49.717Z Compiling num v0.4.3
31472026-05-04T15:04:49.766Z Compiling foreign-types-macros v0.2.3
31482026-05-04T15:04:49.769Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-04T15:04:49.817Z Compiling cpufeatures v0.3.0
31502026-05-04T15:04:49.833Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-05-04T15:04:49.917Z Compiling rayon-core v1.13.0
31522026-05-04T15:04:49.933Z Compiling float-ord v0.3.2
31532026-05-04T15:04:49.956Z Compiling foreign-types-shared v0.3.1
31542026-05-04T15:04:49.994Z Compiling colored v3.1.1
31552026-05-04T15:04:50.049Z Compiling num_enum_derive v0.5.11
31562026-05-04T15:04:50.091Z Compiling chacha20 v0.10.0
31572026-05-04T15:04:50.107Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31582026-05-04T15:04:50.213Z Compiling crossbeam-deque v0.8.6
31592026-05-04T15:04:50.285Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-05-04T15:04:50.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31612026-05-04T15:04:50.382Z Compiling cstr-argument v0.1.2
31622026-05-04T15:04:50.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-04T15:04:50.417Z Compiling foreign-types v0.5.0
31642026-05-04T15:04:50.454Z Compiling rand v0.10.0
31652026-05-04T15:04:50.487Z Compiling num_enum v0.7.5
31662026-05-04T15:04:50.519Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-05-04T15:04:50.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31682026-05-04T15:04:50.567Z Compiling toml v0.8.23
31692026-05-04T15:04:50.636Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-05-04T15:04:50.657Z Compiling camino-tempfile v1.4.1
31712026-05-04T15:04:50.770Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-05-04T15:04:50.796Z Compiling ingot-types v0.1.2
31732026-05-04T15:04:50.796Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-05-04T15:04:50.799Z Compiling zone_cfg_derive v0.3.1
31752026-05-04T15:04:50.865Z Compiling rayon v1.11.0
31762026-05-04T15:04:50.914Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-04T15:04:50.914Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-04T15:04:50.968Z Compiling itertools v0.12.1
31792026-05-04T15:04:51.123Z Compiling num-derive v0.4.2
31802026-05-04T15:04:51.141Z Compiling num_enum v0.5.11
31812026-05-04T15:04:51.156Z Compiling sigpipe v0.1.3
31822026-05-04T15:04:51.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-05-04T15:04:51.190Z Compiling ingot v0.1.1
31842026-05-04T15:04:51.227Z Compiling glob v0.3.3
31852026-05-04T15:04:51.245Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-04T15:04:51.278Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-05-04T15:04:51.281Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-04T15:04:51.311Z Compiling smf v0.2.3
31892026-05-04T15:04:51.390Z Compiling prettyplease v0.2.37
31902026-05-04T15:04:51.405Z Compiling whoami v1.6.1
31912026-05-04T15:04:51.516Z Compiling gethostname v0.5.0
31922026-05-04T15:04:51.637Z Compiling usdt-attr-macro v0.5.0
31932026-05-04T15:04:51.652Z Compiling usdt-macro v0.5.0
31942026-05-04T15:04:51.684Z Compiling memmap v0.7.0
31952026-05-04T15:04:51.714Z Compiling atomicwrites v0.4.4
31962026-05-04T15:04:51.799Z Compiling derive-where v1.6.0
31972026-05-04T15:04:51.867Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-04T15:04:51.893Z Compiling progenitor-client v0.13.0
31992026-05-04T15:04:51.933Z Compiling resolv-conf v0.7.6
32002026-05-04T15:04:52.033Z Compiling cancel-safe-futures v0.1.5
32012026-05-04T15:04:52.086Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-04T15:04:52.216Z Compiling zone v0.3.1
32032026-05-04T15:04:52.241Z Compiling owo-colors v4.3.0
32042026-05-04T15:04:52.303Z Compiling libsw-core v0.3.2
32052026-05-04T15:04:52.324Z Compiling async-recursion v1.1.1
32062026-05-04T15:04:52.484Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-05-04T15:04:52.502Z Compiling libsw v3.5.0
32082026-05-04T15:04:52.521Z Compiling usdt v0.5.0
32092026-05-04T15:04:52.631Z Compiling libefi-sys v0.1.0
32102026-05-04T15:04:52.648Z Compiling linear-map v1.2.0
32112026-05-04T15:04:52.718Z Compiling console v0.15.11
32122026-05-04T15:04:52.833Z Compiling hickory-proto v0.24.4
32132026-05-04T15:04:52.854Z Compiling newline-converter v0.3.0
32142026-05-04T15:04:52.857Z Compiling bitfield-struct v0.6.2
32152026-05-04T15:04:52.900Z Compiling semver v0.1.20
32162026-05-04T15:04:52.921Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-04T15:04:52.937Z Compiling linked-hash-map v0.5.6
32182026-05-04T15:04:53.038Z Compiling tokio-dtrace v0.1.1
32192026-05-04T15:04:53.098Z Compiling rustc_version v0.1.7
32202026-05-04T15:04:53.136Z Compiling lru-cache v0.1.2
32212026-05-04T15:04:53.152Z Compiling expectorate v1.2.0
32222026-05-04T15:04:53.187Z Compiling dropshot-api-manager-types v0.7.1
32232026-05-04T15:04:53.221Z Compiling pin-project-internal v1.1.11
32242026-05-04T15:04:53.237Z Compiling slog-dtrace v0.3.0
32252026-05-04T15:04:53.254Z Compiling typify-macro v0.6.2
32262026-05-04T15:04:53.290Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-05-04T15:04:53.338Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-04T15:04:53.354Z Compiling minimal-lexical v0.2.1
32292026-05-04T15:04:53.358Z Compiling newtype_derive v0.1.6
32302026-05-04T15:04:53.358Z Compiling oxide-tokio-rt v0.1.4
32312026-05-04T15:04:53.418Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-05-04T15:04:53.440Z Compiling typify-impl v0.4.3
32332026-05-04T15:04:53.524Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32342026-05-04T15:04:53.546Z Compiling snafu-derive v0.8.9
32352026-05-04T15:04:53.590Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-05-04T15:04:53.643Z Compiling nom v7.1.3
32372026-05-04T15:04:53.682Z Compiling phf_shared v0.12.1
32382026-05-04T15:04:53.713Z Compiling pem v3.0.6
32392026-05-04T15:04:53.740Z Compiling csv-core v0.1.13
32402026-05-04T15:04:53.926Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-04T15:04:53.947Z Compiling highway v1.3.0
32422026-05-04T15:04:54.032Z Compiling xshell-macros v0.2.7
32432026-05-04T15:04:54.076Z Compiling same-file v1.0.6
32442026-05-04T15:04:54.093Z Compiling chrono-tz v0.10.4
32452026-05-04T15:04:54.153Z Compiling const_format_proc_macros v0.2.34
32462026-05-04T15:04:54.277Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32472026-05-04T15:04:54.334Z Compiling walkdir v2.5.0
32482026-05-04T15:04:54.351Z Compiling csv v1.4.0
32492026-05-04T15:04:54.365Z Compiling phf v0.12.1
32502026-05-04T15:04:54.443Z Compiling pin-project v1.1.11
32512026-05-04T15:04:54.458Z Compiling xshell v0.2.7
32522026-05-04T15:04:54.548Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-04T15:04:54.578Z Compiling globset v0.4.18
32542026-05-04T15:04:54.684Z Compiling olpc-cjson v0.1.4
32552026-05-04T15:04:54.828Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-04T15:04:54.882Z Compiling primeorder v0.13.6
32572026-05-04T15:04:54.935Z Compiling serde_plain v1.0.2
32582026-05-04T15:04:55.002Z Compiling typed-path v0.9.3
32592026-05-04T15:04:55.023Z Compiling hickory-resolver v0.24.4
32602026-05-04T15:04:55.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-05-04T15:04:55.041Z Compiling const_format v0.2.35
32622026-05-04T15:04:55.151Z Compiling typify v0.6.2
32632026-05-04T15:04:55.168Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-05-04T15:04:55.286Z Compiling progenitor-impl v0.14.0
32652026-05-04T15:04:55.322Z Compiling progenitor-impl v0.13.0
32662026-05-04T15:04:55.339Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32672026-05-04T15:04:55.410Z Compiling tabled_derive v0.7.0
32682026-05-04T15:04:55.557Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32692026-05-04T15:04:55.574Z Compiling snafu v0.8.9
32702026-05-04T15:04:55.696Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-05-04T15:04:55.955Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-05-04T15:04:55.971Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-04T15:04:56.015Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-05-04T15:04:56.150Z Compiling qorb v0.4.1
32752026-05-04T15:04:56.302Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-04T15:04:56.444Z Compiling tough v0.20.0
32772026-05-04T15:04:56.527Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-05-04T15:04:56.562Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-05-04T15:04:56.584Z Compiling bcs v0.1.6
32802026-05-04T15:04:56.833Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32812026-05-04T15:04:56.960Z Compiling salty v0.3.0
32822026-05-04T15:04:56.979Z Compiling termtree v0.5.1
32832026-05-04T15:04:57.154Z Compiling textwrap v0.16.2
32842026-05-04T15:04:57.245Z Compiling tabled v0.15.0
32852026-05-04T15:04:57.323Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-05-04T15:04:57.571Z Compiling steno v0.4.1
32872026-05-04T15:04:57.590Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32882026-05-04T15:04:57.656Z Compiling base64 v0.21.7
32892026-05-04T15:04:57.759Z Compiling radium v0.7.0
32902026-05-04T15:04:57.806Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32912026-05-04T15:04:57.872Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922026-05-04T15:04:58.017Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-05-04T15:04:58.034Z Compiling progenitor-macro v0.14.0
32942026-05-04T15:04:58.053Z Compiling progenitor-macro v0.13.0
32952026-05-04T15:04:58.068Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-05-04T15:04:58.087Z Compiling tagptr v0.2.0
32972026-05-04T15:04:58.102Z Compiling typify-macro v0.4.3
32982026-05-04T15:04:58.133Z Compiling humantime v2.3.0
32992026-05-04T15:04:58.233Z Compiling moka v0.12.13
33002026-05-04T15:04:58.431Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-04T15:04:58.533Z Compiling p384 v0.13.1
33022026-05-04T15:04:58.729Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33032026-05-04T15:04:58.884Z Compiling tap v1.0.1
33042026-05-04T15:04:59.032Z Compiling maybe-uninit v2.0.0
33052026-05-04T15:04:59.055Z Compiling wyz v0.5.1
33062026-05-04T15:04:59.119Z Compiling hickory-resolver v0.25.2
33072026-05-04T15:04:59.160Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-04T15:04:59.420Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-05-04T15:04:59.546Z Compiling proc-macro-error-attr2 v2.0.0
33102026-05-04T15:04:59.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-05-04T15:04:59.651Z Compiling parking_lot_core v0.8.6
33122026-05-04T15:04:59.791Z Compiling funty v2.0.0
33132026-05-04T15:04:59.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33142026-05-04T15:04:59.904Z Compiling typify v0.4.3
33152026-05-04T15:04:59.920Z Compiling utf-8 v0.7.6
33162026-05-04T15:04:59.938Z Compiling packed_struct v0.10.1
33172026-05-04T15:04:59.964Z Compiling proc-macro-error2 v2.0.1
33182026-05-04T15:05:00.080Z Compiling tungstenite v0.21.0
33192026-05-04T15:05:00.143Z Compiling bitvec v1.0.1
33202026-05-04T15:05:00.159Z Compiling polyval v0.6.2
33212026-05-04T15:05:00.188Z Compiling git-stub v1.0.0
33222026-05-04T15:05:00.254Z Compiling num-derive v0.3.3
33232026-05-04T15:05:00.317Z Compiling packed_struct_codegen v0.10.1
33242026-05-04T15:05:00.424Z Compiling zerocopy-derive v0.6.6
33252026-05-04T15:05:00.443Z Compiling bitfield-macros v0.19.4
33262026-05-04T15:05:00.485Z Compiling indexmap v1.9.3
33272026-05-04T15:05:00.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-05-04T15:05:00.585Z Compiling nodrop v0.1.14
33292026-05-04T15:05:00.710Z Compiling crc-catalog v2.4.0
33302026-05-04T15:05:00.762Z Compiling array-init v0.0.4
33312026-05-04T15:05:00.778Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-05-04T15:05:00.834Z Compiling crc v3.4.0
33332026-05-04T15:05:00.963Z Compiling tokio-tungstenite v0.21.0
33342026-05-04T15:05:01.045Z Compiling git-stub-vcs v0.1.0
33352026-05-04T15:05:01.066Z Compiling ghash v0.5.1
33362026-05-04T15:05:01.138Z Compiling tabled_derive v0.11.0
33372026-05-04T15:05:01.211Z Compiling libscf-sys v1.1.0
33382026-05-04T15:05:01.228Z Compiling bitfield v0.19.4
33392026-05-04T15:05:01.242Z Compiling smallvec v0.6.14
33402026-05-04T15:05:01.324Z Compiling zerocopy v0.6.6
33412026-05-04T15:05:01.442Z Compiling progenitor-impl v0.11.2
33422026-05-04T15:05:01.458Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-04T15:05:01.489Z Compiling papergrid v0.17.0
33442026-05-04T15:05:01.617Z Compiling testing_table v0.3.0
33452026-05-04T15:05:01.632Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-04T15:05:01.673Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-04T15:05:01.698Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-05-04T15:05:01.813Z Compiling ctr v0.9.2
33492026-05-04T15:05:01.844Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-04T15:05:01.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-04T15:05:02.007Z Compiling unicase v2.9.0
33522026-05-04T15:05:02.039Z Compiling hashbrown v0.12.3
33532026-05-04T15:05:02.187Z Compiling corncobs v0.1.4
33542026-05-04T15:05:02.226Z Compiling aes-gcm v0.10.3
33552026-05-04T15:05:02.260Z Compiling mime_guess v2.0.5
33562026-05-04T15:05:02.296Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-05-04T15:05:02.318Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-04T15:05:02.376Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-04T15:05:02.393Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-04T15:05:02.448Z Compiling parking_lot v0.11.2
33612026-05-04T15:05:02.548Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-05-04T15:05:02.687Z Compiling tabled v0.20.0
33632026-05-04T15:05:02.736Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33642026-05-04T15:05:02.754Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-04T15:05:02.841Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-05-04T15:05:02.860Z Compiling serde-hex v0.1.0
33672026-05-04T15:05:02.934Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-05-04T15:05:03.204Z Compiling progenitor v0.14.0
33692026-05-04T15:05:03.231Z Compiling progenitor v0.13.0
33702026-05-04T15:05:03.250Z Compiling progenitor-impl v0.10.0
33712026-05-04T15:05:03.289Z Compiling ron v0.8.1
33722026-05-04T15:05:03.335Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-05-04T15:05:03.338Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-05-04T15:05:03.384Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33752026-05-04T15:05:03.402Z Compiling hashbrown v0.13.2
33762026-05-04T15:05:03.420Z Compiling progenitor-client v0.11.2
33772026-05-04T15:05:03.464Z Compiling prefix-trie v0.7.0
33782026-05-04T15:05:03.838Z Compiling ssh-encoding v0.2.0
33792026-05-04T15:05:03.874Z Compiling blowfish v0.9.1
33802026-05-04T15:05:03.907Z Compiling fxhash v0.2.1
33812026-05-04T15:05:03.995Z Compiling secrecy v0.8.0
33822026-05-04T15:05:04.081Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33832026-05-04T15:05:04.145Z Compiling crc-any v2.5.0
33842026-05-04T15:05:04.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33852026-05-04T15:05:04.197Z Compiling sled v0.34.7
33862026-05-04T15:05:04.212Z Compiling progenitor-macro v0.11.2
33872026-05-04T15:05:04.422Z Compiling ssh-cipher v0.2.0
33882026-05-04T15:05:04.439Z Compiling bcrypt-pbkdf v0.10.0
33892026-05-04T15:05:04.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33902026-05-04T15:05:04.816Z Compiling object v0.30.4
33912026-05-04T15:05:05.041Z Compiling hickory-server v0.25.2
33922026-05-04T15:05:05.193Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-04T15:05:05.286Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-04T15:05:05.391Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-05-04T15:05:05.664Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-05-04T15:05:05.692Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33972026-05-04T15:05:05.900Z Compiling progenitor-macro v0.10.0
33982026-05-04T15:05:06.211Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33992026-05-04T15:05:06.266Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34002026-05-04T15:05:06.447Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-05-04T15:05:06.947Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-05-04T15:05:07.081Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-04T15:05:07.097Z Compiling password-hash v0.4.2
34042026-05-04T15:05:07.512Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-05-04T15:05:07.527Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-05-04T15:05:07.620Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-05-04T15:05:07.774Z Compiling crc8 v0.1.1
34082026-05-04T15:05:07.793Z Compiling half v1.8.3
34092026-05-04T15:05:07.850Z Compiling http-range v0.1.5
34102026-05-04T15:05:07.922Z Compiling path-slash v0.1.5
34112026-05-04T15:05:07.938Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34122026-05-04T15:05:08.070Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34132026-05-04T15:05:08.087Z Compiling serde_cbor v0.11.2
34142026-05-04T15:05:08.103Z Compiling pbkdf2 v0.11.0
34152026-05-04T15:05:08.315Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-04T15:05:08.346Z Compiling ssh-key v0.6.7
34172026-05-04T15:05:08.626Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34182026-05-04T15:05:08.629Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34192026-05-04T15:05:08.756Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-05-04T15:05:08.773Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-04T15:05:08.796Z Compiling p256 v0.13.2
34222026-05-04T15:05:08.857Z Compiling p521 v0.13.3
34232026-05-04T15:05:09.081Z Compiling yasna v0.5.2
34242026-05-04T15:05:09.205Z Compiling kstat-rs v0.2.4
34252026-05-04T15:05:09.238Z Compiling progenitor v0.11.2
34262026-05-04T15:05:09.332Z Compiling headers-core v0.3.0
34272026-05-04T15:05:09.376Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-05-04T15:05:09.421Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-05-04T15:05:09.482Z Compiling nanorand v0.7.0
34302026-05-04T15:05:09.535Z Compiling atty v0.2.14
34312026-05-04T15:05:09.572Z Compiling russh-cryptovec v0.7.3
34322026-05-04T15:05:09.576Z Compiling home v0.5.12
34332026-05-04T15:05:09.603Z Compiling md5 v0.7.0
34342026-05-04T15:05:09.617Z Compiling rcgen v0.12.1
34352026-05-04T15:05:09.669Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34362026-05-04T15:05:09.751Z Compiling flume v0.11.1
34372026-05-04T15:05:09.782Z Compiling russh-keys v0.45.0
34382026-05-04T15:05:09.802Z Compiling headers v0.4.1
34392026-05-04T15:05:09.820Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-05-04T15:05:09.844Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34412026-05-04T15:05:09.911Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-05-04T15:05:10.070Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34432026-05-04T15:05:10.090Z Compiling hyper-staticfile v0.10.1
34442026-05-04T15:05:10.262Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-04T15:05:10.465Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-05-04T15:05:10.519Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34472026-05-04T15:05:10.607Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34482026-05-04T15:05:10.637Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-04T15:05:10.677Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-04T15:05:10.920Z Compiling progenitor v0.10.0
34512026-05-04T15:05:10.945Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34522026-05-04T15:05:10.965Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-05-04T15:05:11.101Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34542026-05-04T15:05:11.180Z Compiling num-bigint v0.4.6
34552026-05-04T15:05:11.244Z Compiling des v0.8.1
34562026-05-04T15:05:11.263Z Compiling subprocess v0.2.15
34572026-05-04T15:05:11.384Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-04T15:05:11.402Z Compiling hex-literal v0.4.1
34592026-05-04T15:05:11.466Z Compiling display-error-chain v0.2.2
34602026-05-04T15:05:11.533Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-05-04T15:05:11.549Z Compiling colored v2.2.0
34622026-05-04T15:05:11.633Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-05-04T15:05:11.687Z Compiling socket2 v0.5.10
34642026-05-04T15:05:11.829Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-05-04T15:05:11.884Z Compiling internet-checksum v0.2.1
34662026-05-04T15:05:11.938Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34672026-05-04T15:05:12.023Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34682026-05-04T15:05:12.534Z Compiling russh v0.45.0
34692026-05-04T15:05:14.602Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-04T15:05:15.282Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-04T15:05:15.749Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-04T15:05:17.275Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-04T15:05:25.120Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34742026-05-04T15:05:25.120Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-05-04T15:05:25.123Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-05-04T15:05:25.123Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34772026-05-04T15:05:26.818Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-04T15:05:26.850Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-04T15:05:30.993Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34802026-05-04T15:05:32.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-04T15:05:51.550Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-05-04T15:06:10.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-05-04T15:06:10.536Z
34842026-05-04T15:06:10.536Zreal 1:25.938527436
34852026-05-04T15:06:10.536Zuser 8:17.612910085
34862026-05-04T15:06:10.536Zsys 1:40.430984421
34872026-05-04T15:06:10.536Ztrap 0.259758089
34882026-05-04T15:06:10.536Ztflt 0.533746182
34892026-05-04T15:06:10.536Zdflt 1.593926584
34902026-05-04T15:06:10.540Zkflt 0.000438967
34912026-05-04T15:06:10.540Zlock 29:37.383639204
34922026-05-04T15:06:10.540Zslp 19:26.488893419
34932026-05-04T15:06:10.540Zlat 40.490983194
34942026-05-04T15:06:10.540Zstop 2:40.776883744
34952026-05-04T15:06:10.540Z+ mkdir tests
34962026-05-04T15:06:10.540Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-05-04T15:06:10.544Z+ xargs -I '{}' -t cp '{}' tests/
34982026-05-04T15:06:10.567Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
34992026-05-04T15:06:10.597Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
35002026-05-04T15:06:10.627Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35012026-05-04T15:06:10.656Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35022026-05-04T15:06:11.001Z+ 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/*)
35032026-05-04T15:06:11.005Z+ 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-625eb3aebc685327 tests/commtest-3acc18599d92ffe8 tests/dhcp_server-bab7d8462096a085 tests/end_to_end_tests-16791c2e1f8988e2 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
35042026-05-04T15:07:36.264ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-05-04T15:07:36.264Za .github/buildomat/ci-env.sh 1K
35062026-05-04T15:07:36.264Za out/target/test 1K
35072026-05-04T15:07:36.264Za out/npuzone/npuzone 27402K
35082026-05-04T15:07:36.264Za package-manifest.toml 35K
35092026-05-04T15:07:36.264Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-05-04T15:07:36.264Za target/release/omicron-package 44904K
35112026-05-04T15:07:36.264Za target/release/xtask 11449K
35122026-05-04T15:07:36.264Za target/debug/bootstrap 351838K
35132026-05-04T15:07:36.264Za tests/bootstrap-625eb3aebc685327 31215K
35142026-05-04T15:07:36.264Za tests/commtest-3acc18599d92ffe8 32300K
35152026-05-04T15:07:36.264Za tests/dhcp_server-bab7d8462096a085 31215K
35162026-05-04T15:07:36.264Za tests/end_to_end_tests-16791c2e1f8988e2 392939K
35172026-05-04T15:07:36.264Za out/clickhouse.tar.gz 318394K
35182026-05-04T15:07:36.265Za out/clickhouse_keeper.tar.gz 303761K
35192026-05-04T15:07:36.265Za out/clickhouse_server.tar.gz 318393K
35202026-05-04T15:07:36.265Za out/cockroachdb.tar.gz 164614K
35212026-05-04T15:07:36.265Za out/crucible-pantry-zone.tar.gz 43680K
35222026-05-04T15:07:36.265Za out/crucible-utils.tar 17744K
35232026-05-04T15:07:36.265Za out/crucible-zone.tar.gz 57818K
35242026-05-04T15:07:36.265Za out/external-dns.tar.gz 49269K
35252026-05-04T15:07:36.265Za out/internal-dns.tar.gz 49269K
35262026-05-04T15:07:36.265Za out/mg-ddm-gz.tar 95141K
35272026-05-04T15:07:36.265Za out/nexus.tar.gz 220475K
35282026-05-04T15:07:36.265Za out/ntp.tar.gz 31627K
35292026-05-04T15:07:36.265Za out/omicron-gateway-softnpu.tar.gz 28511K
35302026-05-04T15:07:36.265Za out/omicron-sled-agent.tar 199421K
35312026-05-04T15:07:36.265Za out/overlay.tar.gz 3K
35322026-05-04T15:07:36.265Za out/oximeter.tar.gz 65283K
35332026-05-04T15:07:36.265Za out/oxlog.tar 3782K
35342026-05-04T15:07:36.265Za out/probe.tar.gz 3037K
35352026-05-04T15:07:36.265Za out/propolis-server.tar.gz 38727K
35362026-05-04T15:07:36.265Za out/pumpkind-gz.tar 26647K
35372026-05-04T15:07:36.265Za out/switch-softnpu.tar.gz 393135K
35382026-05-04T15:07:36.269Z
35392026-05-04T15:07:36.269Zreal 1:25.251046096
35402026-05-04T15:07:36.269Zuser 1:22.681043484
35412026-05-04T15:07:36.269Zsys 4.294782886
35422026-05-04T15:07:36.269Ztrap 0.007422329
35432026-05-04T15:07:36.269Ztflt 0.000000000
35442026-05-04T15:07:36.269Zdflt 0.000000000
35452026-05-04T15:07:36.269Zkflt 0.000000000
35462026-05-04T15:07:36.270Zlock 0.000000000
35472026-05-04T15:07:36.270Zslp 1:22.570733716
35482026-05-04T15:07:36.270Zlat 0.943047527
35492026-05-04T15:07:36.270Zstop 0.000528671
35502026-05-04T15:07:36.270Zprocess exited: duration 1029369 ms, exit code 0
 
35512026-05-04T15:07:36.284Zfound 1 output files
35522026-05-04T15:07:36.284Zuploading: /work/package.tar.gz (2429692224 bytes)
35532026-05-04T15:08:04.299Zuploaded: /work/package.tar.gz