01KN51A60YBG123JVXFYEB8JWP: 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: 01KN51AHRAR2SSD4NARR5X4GF7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T17:29:38.443Zjob assigned to worker 01KN51EMX044ZRMYHHA6R076D4 [factory aws, i-0dceb26a1b8293b9b] (queued for 2 m 56 s)
 
22026-04-01T17:29:45.732Zstarting task 0: "setup"
32026-04-01T17:29:45.737Z++ uname -s
42026-04-01T17:29:45.740Z+ kern=SunOS
52026-04-01T17:29:45.740Z+ build_user=build
62026-04-01T17:29:45.740Z+ build_uid=12345
72026-04-01T17:29:45.740Z+ work_dir=/work
82026-04-01T17:29:45.740Z+ input_dir=/input
92026-04-01T17:29:45.740Z+ [[ 0 == 12345 ]]
102026-04-01T17:29:45.740Z+ case "$kern" in
112026-04-01T17:29:45.740Z+ groupadd -g 12345 build
122026-04-01T17:29:45.744Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T17:29:47.751Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T17:29:47.836Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T17:29:47.839Z+ home_fs=zfs
162026-04-01T17:29:47.839Z+ [[ zfs == autofs ]]
172026-04-01T17:29:47.839Z+ mkdir -p /home/build
182026-04-01T17:29:47.842Z+ chown build:build /home/build /work
192026-04-01T17:29:49.844Z+ chmod 0700 /home/build /work
202026-04-01T17:29:49.847Zprocess exited: duration 4116 ms, exit code 0
 
212026-04-01T17:29:49.853Zstarting task 1: "rust-toolchain"
222026-04-01T17:29:49.859Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-01T17:29:49.859Z * rust toolchain channel = "1.94.0"
242026-04-01T17:29:49.859Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-01T17:29:49.859Z * rust toolchain profile = "default"
262026-04-01T17:29:49.859Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T17:29:49.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T17:29:49.862Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T17:29:49.862Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-01T17:29:49.991Zinfo: downloading installer
312026-04-01T17:29:51.695Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T17:29:51.695Zwarn: /opt/ooce/bin
332026-04-01T17:29:51.695Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T17:29:51.695Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T17:29:51.698Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T17:29:51.698Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T17:29:51.698Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T17:29:51.698Zerror: cannot install while Rust is installed
392026-04-01T17:29:51.699Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T17:29:51.699Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T17:29:51.699Zwarn: /home/build/.rustup/settings.toml
422026-04-01T17:29:51.699Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T17:29:51.699Zwarn: instead of the one inferred from the default host triple.
442026-04-01T17:29:51.721Zinfo: profile set to default
452026-04-01T17:29:51.721Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T17:29:51.724Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-01T17:29:51.874Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-01T17:29:51.877Zinfo: downloading 6 components
492026-04-01T17:30:06.579Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-01T17:30:06.579Z
512026-04-01T17:30:06.607Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-01T17:30:06.607Z
532026-04-01T17:30:06.607Z
542026-04-01T17:30:06.607ZRust is installed now. Great!
552026-04-01T17:30:06.607Z
562026-04-01T17:30:06.607ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T17:30:06.607Zenvironment variable. This has not been done automatically.
582026-04-01T17:30:06.607Z
592026-04-01T17:30:06.607ZTo configure your current shell, you need to source
602026-04-01T17:30:06.607Zthe corresponding env file under $HOME/.cargo.
612026-04-01T17:30:06.607Z
622026-04-01T17:30:06.607ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T17:30:06.607Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T17:30:06.607Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T17:30:06.607Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T17:30:06.607Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T17:30:06.607Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T17:30:06.607Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T17:30:06.610Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T17:30:06.610Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T17:30:06.709Z+ rustup --version
722026-04-01T17:30:06.716Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T17:30:06.716Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T17:30:06.738Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-01T17:30:06.741Z+ cargo --version
762026-04-01T17:30:06.749Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-01T17:30:06.752Z+ rustc --version
782026-04-01T17:30:06.773Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-01T17:30:06.777Zprocess exited: duration 16919 ms, exit code 0
 
802026-04-01T17:30:06.783Zstarting task 2: "authentication"
812026-04-01T17:30:06.801Zprocess exited: duration 17 ms, exit code 0
 
822026-04-01T17:30:06.808Zstarting task 3: "clone repository"
832026-04-01T17:30:06.814Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-01T17:30:06.818Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-01T17:30:07.032ZCloning into '/work/oxidecomputer/omicron'...
862026-04-01T17:30:17.280Z+ cd /work/oxidecomputer/omicron
872026-04-01T17:30:17.280Z+ git fetch origin c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
882026-04-01T17:30:17.585ZFrom https://github.com/oxidecomputer/omicron
892026-04-01T17:30:17.585Z * branch c7fd6b80a3c779dade4c1bf5784a724a27c6d37a -> FETCH_HEAD
902026-04-01T17:30:17.602Z+ [[ -n zl/multicast-m2p-forwarding ]]
912026-04-01T17:30:17.607Z++ git branch --show-current
922026-04-01T17:30:17.607Z+ current=main
932026-04-01T17:30:17.607Z+ [[ main != zl/multicast-m2p-forwarding ]]
942026-04-01T17:30:17.607Z+ git branch -f zl/multicast-m2p-forwarding c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
952026-04-01T17:30:17.611Z+ git checkout -f zl/multicast-m2p-forwarding
962026-04-01T17:30:17.827ZSwitched to branch 'zl/multicast-m2p-forwarding'
972026-04-01T17:30:17.830Z+ git reset --hard c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
982026-04-01T17:30:18.048ZHEAD is now at c7fd6b80a maghemite update
992026-04-01T17:30:18.053Zprocess exited: duration 11240 ms, exit code 0
 
1002026-04-01T17:30:18.060Zstarting task 4: "build"
1012026-04-01T17:30:18.066Z+ source .github/buildomat/ci-env.sh
1022026-04-01T17:30:18.066Z++ export CARGO_TERM_COLOR=always
1032026-04-01T17:30:18.066Z++ CARGO_TERM_COLOR=always
1042026-04-01T17:30:18.069Z+ cargo --version
1052026-04-01T17:30:18.076Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-01T17:30:18.079Z+ rustc --version
1072026-04-01T17:30:18.100Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-01T17:30:18.103Z+ WORK=/work
1092026-04-01T17:30:18.103Z+ pfexec mkdir -p /work
1102026-04-01T17:30:18.106Z+ pfexec chown build /work
1112026-04-01T17:30:18.109Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-01T17:30:27.897Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-01T17:30:34.880Z Startup: Caching catalogs ... Done
1142026-04-01T17:30:39.437ZPlanning: Solver setup ... Done (3.033s)
1152026-04-01T17:30:39.459ZPlanning: Running solver ... Done (0.022s)
1162026-04-01T17:30:39.579ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-01T17:30:39.590ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-01T17:30:39.679ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-01T17:30:39.709ZPlanning: Package planning ... Done (0.030s)
1202026-04-01T17:30:39.738ZPlanning: Merging actions ... Done (0.028s)
1212026-04-01T17:30:40.104ZPlanning: Checking for conflicting actions ... Done (0.366s)
1222026-04-01T17:30:40.112ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-01T17:30:43.911ZPlanning: Evaluating mediators ... Done (3.799s)
1242026-04-01T17:30:43.917ZPlanning: Planning completed in 8.88 seconds
1252026-04-01T17:30:43.930Z Packages to install: 4
1262026-04-01T17:30:43.930Z Mediators to change: 2
1272026-04-01T17:30:43.930Z Services to change: 1
1282026-04-01T17:30:43.930Z Estimated space available: 155.35 GB
1292026-04-01T17:30:43.930ZEstimated space to be consumed: 1.84 GB
1302026-04-01T17:30:43.933Z Create boot environment: No
1312026-04-01T17:30:43.933ZCreate backup boot environment: No
1322026-04-01T17:30:43.933Z Rebuild boot archive: No
1332026-04-01T17:30:43.933Z
1342026-04-01T17:30:43.933ZChanged mediators:
1352026-04-01T17:30:43.933Z mediator clang:
1362026-04-01T17:30:43.933Z version: None -> 15 (system default)
1372026-04-01T17:30:43.933Z
1382026-04-01T17:30:43.933Z mediator llvm:
1392026-04-01T17:30:43.933Z version: 14 (system default) -> 15 (system default)
1402026-04-01T17:30:43.934Z
1412026-04-01T17:30:43.934ZChanged packages:
1422026-04-01T17:30:43.934Zhelios-dev
1432026-04-01T17:30:43.934Z developer/build-essential
1442026-04-01T17:30:43.934Z None -> 11-2.0
1452026-04-01T17:30:43.934Z library/libxmlsec1
1462026-04-01T17:30:43.934Z None -> 1.2.35-2.0
1472026-04-01T17:30:43.934Z ooce/developer/clang-15
1482026-04-01T17:30:43.934Z None -> 15.0.7-2.0
1492026-04-01T17:30:43.934Z ooce/developer/llvm-15
1502026-04-01T17:30:43.934Z None -> 15.0.7-2.0
1512026-04-01T17:30:43.934Z
1522026-04-01T17:30:43.934ZServices:
1532026-04-01T17:30:43.934Z restart_fmri:
1542026-04-01T17:30:43.934Z svc:/system/update-man-index:default
1552026-04-01T17:30:44.042Z
1562026-04-01T17:30:44.042ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-01T17:30:49.042ZDownload: 1280/3290 items 114.1/212.6MB 53% complete (22.7M/s)
1582026-04-01T17:30:54.647ZDownload: 3241/3290 items 202.8/212.6MB 95% complete (20.8M/s)
1592026-04-01T17:30:57.112ZDownload: Completed 212.60 MB in 13.07 seconds (16.3M/s)
1602026-04-01T17:30:57.265Z Actions: 1/3689 actions (Installing new actions)
1612026-04-01T17:31:00.892Z Actions: Completed 3689 actions in 3.63 seconds.
1622026-04-01T17:31:01.155Z Done (0.259s)
1632026-04-01T17:31:01.155Z Done (0.000s)
1642026-04-01T17:31:01.765Z Done (0.610s)
1652026-04-01T17:31:05.977Z Done (3.874s)
1662026-04-01T17:31:06.083Z Done (0.043s)
1672026-04-01T17:31:06.098Z Done (0.000s)
1682026-04-01T17:31:06.201Z Done (0.000s)
1692026-04-01T17:31:07.087ZPlanning: Evaluating mediator changes ... Done
1702026-04-01T17:31:07.124ZPlanning: Checking for conflicting actions ... Done
1712026-04-01T17:31:07.132ZPlanning: Consolidating action changes ... Done
1722026-04-01T17:31:07.275ZPlanning: Evaluating mediators ... Done
1732026-04-01T17:31:07.280ZPlanning: Planning completed in 0.26 seconds
1742026-04-01T17:31:07.296Z Mediators to change: 2
1752026-04-01T17:31:07.296Z Create boot environment: No
1762026-04-01T17:31:07.296ZCreate backup boot environment: No
1772026-04-01T17:31:07.347Z Done
1782026-04-01T17:31:07.348Z Done
1792026-04-01T17:31:07.956Z Done
1802026-04-01T17:31:10.467Z Done
1812026-04-01T17:31:10.539Z Done
1822026-04-01T17:31:10.542Z Done
1832026-04-01T17:31:10.654Z Done
1842026-04-01T17:31:11.058ZPlanning: Evaluating mediator changes ... Done
1852026-04-01T17:31:11.061ZPlanning: Merging actions ... Done
1862026-04-01T17:31:11.194ZPlanning: Checking for conflicting actions ... Done
1872026-04-01T17:31:11.197ZPlanning: Consolidating action changes ... Done
1882026-04-01T17:31:11.332ZPlanning: Evaluating mediators ... Done
1892026-04-01T17:31:11.360ZPlanning: Planning completed in 0.45 seconds
1902026-04-01T17:31:11.384Z Packages to change: 1
1912026-04-01T17:31:11.384Z Mediators to change: 1
1922026-04-01T17:31:11.384Z Services to change: 1
1932026-04-01T17:31:11.384Z Create boot environment: No
1942026-04-01T17:31:11.384ZCreate backup boot environment: Yes
1952026-04-01T17:31:13.767Z Actions: 1/6 actions (Updating modified actions)
1962026-04-01T17:31:13.770Z Actions: Completed 6 actions in 0.00 seconds.
1972026-04-01T17:31:13.770Z Done
1982026-04-01T17:31:13.770Z Done
1992026-04-01T17:31:13.909Z Done
2002026-04-01T17:31:16.376Z Done
2012026-04-01T17:31:16.449Z Done
2022026-04-01T17:31:16.453Z Done
2032026-04-01T17:31:16.615Z Done
2042026-04-01T17:31:16.910ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-01T17:31:16.910Zclang system 15 system
2062026-04-01T17:31:16.910Zcsh system system illumos
2072026-04-01T17:31:16.910Zctags system system illumos
2082026-04-01T17:31:16.910Zfile system system illumos
2092026-04-01T17:31:16.910Zgcc vendor 12 vendor
2102026-04-01T17:31:16.913Zgcc system 14 system
2112026-04-01T17:31:16.913Zgcc system 10 system
2122026-04-01T17:31:16.913Zgo system 1.20 system
2132026-04-01T17:31:16.913Zgo system 1.19 system
2142026-04-01T17:31:16.913Zllvm system 15 system
2152026-04-01T17:31:16.913Zllvm system 14 system
2162026-04-01T17:31:16.913Zmariadb system 10.6 system
2172026-04-01T17:31:16.913Zmta vendor vendor dma
2182026-04-01T17:31:16.913Zopenjdk system 17 system
2192026-04-01T17:31:16.913Zopenjdk system 11 system
2202026-04-01T17:31:16.913Zopenjdk system 1.8 system
2212026-04-01T17:31:16.913Zopenssl vendor 3 vendor
2222026-04-01T17:31:16.913Zperl system 5.36 system
2232026-04-01T17:31:16.913Zpostgresql system 15 system
2242026-04-01T17:31:16.913Zpostgresql system 13 system
2252026-04-01T17:31:16.913Zpython vendor 3 vendor
2262026-04-01T17:31:16.913Zpython system 2 system
2272026-04-01T17:31:16.913Zpython3 system 3.11 system
2282026-04-01T17:31:16.913Zruby system 3.0 system
2292026-04-01T17:31:16.913Zwords vendor vendor american-english
2302026-04-01T17:31:16.913Zwords system system australian-english
2312026-04-01T17:31:16.913Zwords system system british-english
2322026-04-01T17:31:16.913Zwords system system canadian-english
2332026-04-01T17:31:16.913Zwords system system french
2342026-04-01T17:31:16.913Zwords system system italian
2352026-04-01T17:31:16.913Zwords system system ngerman
2362026-04-01T17:31:16.914Zwords system system ogerman
2372026-04-01T17:31:16.914Zwords system system spanish
2382026-04-01T17:31:17.140ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-01T17:31:17.140Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-01T17:31:21.510ZFMRI IFO
2412026-04-01T17:31:21.510Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-01T17:31:21.511Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-01T17:31:21.511Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-01T17:31:21.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-01T17:31:21.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-01T17:31:21.511Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-01T17:31:21.511Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-04-01T17:31:21.511Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-04-01T17:31:21.511Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-04-01T17:31:21.511Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-04-01T17:31:21.511Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-04-01T17:31:21.511Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-04-01T17:31:21.511Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-04-01T17:31:21.511Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-04-01T17:31:21.511Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-04-01T17:31:21.511Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-04-01T17:31:22.599Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-04-01T17:31:22.875Z Updating crates.io index
2592026-04-01T17:31:22.878Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-04-01T17:31:23.128Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-01T17:31:23.982Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-01T17:31:24.414Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-04-01T17:31:25.364Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-01T17:31:25.977Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-01T17:31:27.344Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-01T17:31:28.746Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-01T17:31:29.473Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-01T17:31:29.981Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-01T17:31:30.792Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-01T17:31:31.172Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-01T17:31:31.654Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-01T17:31:32.054Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-01T17:31:33.131Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-01T17:31:33.630Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-01T17:31:34.082Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-01T17:31:34.589Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-01T17:31:34.886Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-01T17:31:35.214Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-01T17:31:35.457Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-01T17:31:35.724Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-01T17:31:36.123Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-01T17:31:36.472Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-01T17:31:37.088Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-01T17:31:37.463Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-01T17:31:37.965Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-01T17:31:38.297Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-01T17:31:39.597Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-01T17:31:39.979Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-01T17:31:40.663Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-01T17:31:40.996Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-01T17:31:41.327Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-01T17:31:42.104Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-01T17:31:42.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-01T17:31:42.969Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-01T17:31:43.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-01T17:31:43.523Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-01T17:31:43.874Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-01T17:31:55.246Z Downloading crates ...
2992026-04-01T17:31:55.298Z Downloaded anstream v0.6.21
3002026-04-01T17:31:55.301Z Downloaded bitflags v2.11.0
3012026-04-01T17:31:55.304Z Downloaded serde_tokenstream v0.2.3
3022026-04-01T17:31:55.304Z Downloaded errno v0.3.14
3032026-04-01T17:31:55.307Z Downloaded icu_provider v2.1.1
3042026-04-01T17:31:55.310Z Downloaded camino-tempfile v1.4.1
3052026-04-01T17:31:55.312Z Downloaded percent-encoding v2.3.2
3062026-04-01T17:31:55.316Z Downloaded textwrap v0.16.2
3072026-04-01T17:31:55.325Z Downloaded zerofrom v0.1.6
3082026-04-01T17:31:55.328Z Downloaded yoke-derive v0.8.1
3092026-04-01T17:31:55.329Z Downloaded unicode-linebreak v0.1.5
3102026-04-01T17:31:55.329Z Downloaded syn v2.0.117
3112026-04-01T17:31:55.333Z Downloaded zerofrom-derive v0.1.6
3122026-04-01T17:31:55.336Z Downloaded typeid v1.0.3
3132026-04-01T17:31:55.336Z Downloaded equivalent v1.0.2
3142026-04-01T17:31:55.336Z Downloaded colorchoice v1.0.4
3152026-04-01T17:31:55.336Z Downloaded cargo-util-schemas v0.8.2
3162026-04-01T17:31:55.339Z Downloaded toml_datetime v0.6.11
3172026-04-01T17:31:55.339Z Downloaded thread-id v4.2.2
3182026-04-01T17:31:55.339Z Downloaded generic-array v0.14.7
3192026-04-01T17:31:55.339Z Downloaded toml_write v0.1.2
3202026-04-01T17:31:55.342Z Downloaded utf8parse v0.2.2
3212026-04-01T17:31:55.342Z Downloaded utf8_iter v1.0.4
3222026-04-01T17:31:55.342Z Downloaded litemap v0.8.1
3232026-04-01T17:31:55.342Z Downloaded toml_edit v0.22.27
3242026-04-01T17:31:55.345Z Downloaded unicode-xid v0.2.6
3252026-04-01T17:31:55.348Z Downloaded usdt-macro v0.5.0
3262026-04-01T17:31:55.348Z Downloaded proc-macro-error-attr v1.0.4
3272026-04-01T17:31:55.348Z Downloaded usdt v0.5.0
3282026-04-01T17:31:55.348Z Downloaded fs-err v3.3.0
3292026-04-01T17:31:55.348Z Downloaded cfg-if v1.0.4
3302026-04-01T17:31:55.351Z Downloaded cargo_toml v0.21.0
3312026-04-01T17:31:55.351Z Downloaded digest v0.10.7
3322026-04-01T17:31:55.351Z Downloaded clap_lex v1.0.0
3332026-04-01T17:31:55.354Z Downloaded clap v4.5.60
3342026-04-01T17:31:55.357Z Downloaded yoke v0.8.1
3352026-04-01T17:31:55.360Z Downloaded thiserror-impl v2.0.18
3362026-04-01T17:31:55.360Z Downloaded zerovec-derive v0.11.2
3372026-04-01T17:31:55.360Z Downloaded usdt-impl v0.5.0
3382026-04-01T17:31:55.360Z Downloaded form_urlencoded v1.2.2
3392026-04-01T17:31:55.363Z Downloaded dtrace-parser v0.2.0
3402026-04-01T17:31:55.363Z Downloaded thiserror v2.0.18
3412026-04-01T17:31:55.365Z Downloaded tinystr v0.8.2
3422026-04-01T17:31:55.365Z Downloaded zmij v1.0.21
3432026-04-01T17:31:55.369Z Downloaded cpufeatures v0.2.17
3442026-04-01T17:31:55.369Z Downloaded thiserror v1.0.69
3452026-04-01T17:31:55.372Z Downloaded serde_spanned v0.6.9
3462026-04-01T17:31:55.372Z Downloaded strsim v0.11.1
3472026-04-01T17:31:55.372Z Downloaded version_check v0.9.5
3482026-04-01T17:31:55.372Z Downloaded is_terminal_polyfill v1.70.2
3492026-04-01T17:31:55.375Z Downloaded toml v0.8.23
3502026-04-01T17:31:55.375Z Downloaded writeable v0.6.2
3512026-04-01T17:31:55.375Z Downloaded thiserror-impl v1.0.69
3522026-04-01T17:31:55.375Z Downloaded ucd-trie v0.1.7
3532026-04-01T17:31:55.379Z Downloaded zerocopy-derive v0.7.35
3542026-04-01T17:31:55.382Z Downloaded pretty-hex v0.4.1
3552026-04-01T17:31:55.382Z Downloaded block-buffer v0.10.4
3562026-04-01T17:31:55.382Z Downloaded tabled_derive v0.7.0
3572026-04-01T17:31:55.382Z Downloaded serde-value v0.7.0
3582026-04-01T17:31:55.382Z Downloaded ordered-float v2.10.1
3592026-04-01T17:31:55.382Z Downloaded smallvec v1.15.1
3602026-04-01T17:31:55.385Z Downloaded num-traits v0.2.19
3612026-04-01T17:31:55.385Z Downloaded usdt-attr-macro v0.5.0
3622026-04-01T17:31:55.385Z Downloaded sha2 v0.10.9
3632026-04-01T17:31:55.388Z Downloaded dof v0.3.0
3642026-04-01T17:31:55.388Z Downloaded fnv v1.0.7
3652026-04-01T17:31:55.388Z Downloaded fastrand v2.3.0
3662026-04-01T17:31:55.388Z Downloaded clap_derive v4.5.55
3672026-04-01T17:31:55.391Z Downloaded byteorder v1.5.0
3682026-04-01T17:31:55.391Z Downloaded unicode-ident v1.0.24
3692026-04-01T17:31:55.391Z Downloaded swrite v0.1.0
3702026-04-01T17:31:55.394Z Downloaded cargo-platform v0.2.0
3712026-04-01T17:31:55.394Z Downloaded zerotrie v0.2.3
3722026-04-01T17:31:55.394Z Downloaded idna_adapter v1.2.1
3732026-04-01T17:31:55.397Z Downloaded heck v0.5.0
3742026-04-01T17:31:55.422Z Downloaded typenum v1.19.0
3752026-04-01T17:31:55.422Z Downloaded url v2.5.8
3762026-04-01T17:31:55.422Z Downloaded heck v0.4.1
3772026-04-01T17:31:55.422Z Downloaded anstyle-query v1.1.5
3782026-04-01T17:31:55.422Z Downloaded itoa v1.0.17
3792026-04-01T17:31:55.422Z Downloaded macaddr v1.0.1
3802026-04-01T17:31:55.422Z Downloaded stable_deref_trait v1.2.1
3812026-04-01T17:31:55.422Z Downloaded plain v0.2.3
3822026-04-01T17:31:55.422Z Downloaded crypto-common v0.1.7
3832026-04-01T17:31:55.422Z Downloaded terminal_size v0.4.3
3842026-04-01T17:31:55.422Z Downloaded zerovec v0.11.5
3852026-04-01T17:31:55.430Z Downloaded potential_utf v0.1.4
3862026-04-01T17:31:55.430Z Downloaded quote v1.0.44
3872026-04-01T17:31:55.430Z Downloaded zerocopy v0.7.35
3882026-04-01T17:31:55.433Z Downloaded pest_generator v2.8.6
3892026-04-01T17:31:55.437Z Downloaded winnow v0.7.15
3902026-04-01T17:31:55.440Z Downloaded semver v1.0.27
3912026-04-01T17:31:55.440Z Downloaded serde-untagged v0.1.9
3922026-04-01T17:31:55.444Z Downloaded icu_locale_core v2.1.1
3932026-04-01T17:31:55.448Z Downloaded unicode-width v0.2.0
3942026-04-01T17:31:55.449Z Downloaded unicode-width v0.1.14
3952026-04-01T17:31:55.455Z Downloaded erased-serde v0.4.9
3962026-04-01T17:31:55.455Z Downloaded anstyle v1.0.13
3972026-04-01T17:31:55.455Z Downloaded autocfg v1.5.0
3982026-04-01T17:31:55.455Z Downloaded proc-macro-error v1.0.4
3992026-04-01T17:31:55.459Z Downloaded smawk v0.3.2
4002026-04-01T17:31:55.459Z Downloaded scroll_derive v0.12.1
4012026-04-01T17:31:55.459Z Downloaded scroll v0.12.0
4022026-04-01T17:31:55.459Z Downloaded bytecount v0.6.9
4032026-04-01T17:31:55.460Z Downloaded displaydoc v0.2.5
4042026-04-01T17:31:55.463Z Downloaded tempfile v3.25.0
4052026-04-01T17:31:55.467Z Downloaded synstructure v0.13.2
4062026-04-01T17:31:55.467Z Downloaded anstyle-parse v0.2.7
4072026-04-01T17:31:55.470Z Downloaded pest_derive v2.8.6
4082026-04-01T17:31:55.473Z Downloaded memmap v0.7.0
4092026-04-01T17:31:55.479Z Downloaded cargo_metadata v0.21.0
4102026-04-01T17:31:55.485Z Downloaded once_cell v1.21.3
4112026-04-01T17:31:55.488Z Downloaded anyhow v1.0.102
4122026-04-01T17:31:55.491Z Downloaded camino v1.2.2
4132026-04-01T17:31:55.494Z Downloaded serde_core v1.0.228
4142026-04-01T17:31:55.505Z Downloaded serde_derive v1.0.228
4152026-04-01T17:31:55.515Z Downloaded proc-macro2 v1.0.106
4162026-04-01T17:31:55.518Z Downloaded icu_normalizer v2.1.1
4172026-04-01T17:31:55.521Z Downloaded papergrid v0.11.0
4182026-04-01T17:31:55.521Z Downloaded log v0.4.29
4192026-04-01T17:31:55.524Z Downloaded pest_meta v2.8.6
4202026-04-01T17:31:55.527Z Downloaded icu_properties v2.1.2
4212026-04-01T17:31:55.527Z Downloaded getrandom v0.4.1
4222026-04-01T17:31:55.540Z Downloaded memchr v2.8.0
4232026-04-01T17:31:55.542Z Downloaded icu_normalizer_data v2.1.1
4242026-04-01T17:31:55.545Z Downloaded icu_collections v2.1.1
4252026-04-01T17:31:55.548Z Downloaded serde v1.0.228
4262026-04-01T17:31:55.552Z Downloaded indexmap v2.13.0
4272026-04-01T17:31:55.559Z Downloaded pest v2.8.6
4282026-04-01T17:31:55.587Z Downloaded idna v1.1.0
4292026-04-01T17:31:55.592Z Downloaded serde_json v1.0.149
4302026-04-01T17:31:55.595Z Downloaded hashbrown v0.16.1
4312026-04-01T17:31:55.598Z Downloaded icu_properties_data v2.1.2
4322026-04-01T17:31:55.603Z Downloaded clap_builder v4.5.60
4332026-04-01T17:31:55.607Z Downloaded goblin v0.8.2
4342026-04-01T17:31:55.611Z Downloaded tabled v0.15.0
4352026-04-01T17:31:55.619Z Downloaded syn v1.0.109
4362026-04-01T17:31:55.638Z Downloaded rustix v1.1.3
4372026-04-01T17:31:55.664Z Downloaded libc v0.2.180
4382026-04-01T17:31:55.728Z Compiling proc-macro2 v1.0.106
4392026-04-01T17:31:55.728Z Compiling unicode-ident v1.0.24
4402026-04-01T17:31:55.728Z Compiling quote v1.0.44
4412026-04-01T17:31:55.731Z Compiling serde_core v1.0.228
4422026-04-01T17:31:55.731Z Compiling libc v0.2.180
4432026-04-01T17:31:55.731Z Compiling version_check v0.9.5
4442026-04-01T17:31:55.731Z Compiling memchr v2.8.0
4452026-04-01T17:31:55.731Z Compiling stable_deref_trait v1.2.1
4462026-04-01T17:31:55.731Z Compiling serde v1.0.228
4472026-04-01T17:31:55.731Z Compiling zmij v1.0.21
4482026-04-01T17:31:55.731Z Compiling thiserror v1.0.69
4492026-04-01T17:31:55.731Z Compiling itoa v1.0.17
4502026-04-01T17:31:55.731Z Compiling autocfg v1.5.0
4512026-04-01T17:31:55.731Z Compiling ucd-trie v0.1.7
4522026-04-01T17:31:55.731Z Compiling litemap v0.8.1
4532026-04-01T17:31:56.140Z Compiling writeable v0.6.2
4542026-04-01T17:31:56.158Z Compiling rustix v1.1.3
4552026-04-01T17:31:56.210Z Compiling icu_normalizer_data v2.1.1
4562026-04-01T17:31:56.264Z Compiling byteorder v1.5.0
4572026-04-01T17:31:56.335Z Compiling icu_properties_data v2.1.2
4582026-04-01T17:31:56.412Z Compiling pest v2.8.6
4592026-04-01T17:31:56.526Z Compiling serde_json v1.0.149
4602026-04-01T17:31:56.560Z Compiling bitflags v2.11.0
4612026-04-01T17:31:56.598Z Compiling num-traits v0.2.19
4622026-04-01T17:31:56.801Z Compiling hashbrown v0.16.1
4632026-04-01T17:31:57.085Z Compiling typeid v1.0.3
4642026-04-01T17:31:57.171Z Compiling smallvec v1.15.1
4652026-04-01T17:31:57.371Z Compiling equivalent v1.0.2
4662026-04-01T17:31:57.374Z Compiling usdt-impl v0.5.0
4672026-04-01T17:31:57.374Z Compiling proc-macro-error-attr v1.0.4
4682026-04-01T17:31:57.410Z Compiling toml_write v0.1.2
4692026-04-01T17:31:57.487Z Compiling indexmap v2.13.0
4702026-04-01T17:31:57.510Z Compiling pest_meta v2.8.6
4712026-04-01T17:31:57.553Z Compiling erased-serde v0.4.9
4722026-04-01T17:31:57.556Z Compiling winnow v0.7.15
4732026-04-01T17:31:57.556Z Compiling syn v1.0.109
4742026-04-01T17:31:57.634Z Compiling proc-macro-error v1.0.4
4752026-04-01T17:31:57.656Z Compiling errno v0.3.14
4762026-04-01T17:31:57.659Z Compiling thread-id v4.2.2
4772026-04-01T17:31:57.765Z Compiling percent-encoding v2.3.2
4782026-04-01T17:31:57.768Z Compiling utf8_iter v1.0.4
4792026-04-01T17:31:57.833Z Compiling log v0.4.29
4802026-04-01T17:31:57.896Z Compiling utf8parse v0.2.2
4812026-04-01T17:31:57.913Z Compiling camino v1.2.2
4822026-04-01T17:31:57.999Z Compiling plain v0.2.3
4832026-04-01T17:31:58.021Z Compiling getrandom v0.4.1
4842026-04-01T17:31:58.039Z Compiling thiserror v2.0.18
4852026-04-01T17:31:58.042Z Compiling anstyle-parse v0.2.7
4862026-04-01T17:31:58.060Z Compiling form_urlencoded v1.2.2
4872026-04-01T17:31:58.099Z Compiling syn v2.0.117
4882026-04-01T17:31:58.270Z Compiling anstyle-query v1.1.5
4892026-04-01T17:31:58.290Z Compiling anstyle v1.0.13
4902026-04-01T17:31:58.328Z Compiling cfg-if v1.0.4
4912026-04-01T17:31:58.372Z Compiling ordered-float v2.10.1
4922026-04-01T17:31:58.432Z Compiling colorchoice v1.0.4
4932026-04-01T17:31:58.435Z Compiling is_terminal_polyfill v1.70.2
4942026-04-01T17:31:58.470Z Compiling pretty-hex v0.4.1
4952026-04-01T17:31:58.542Z Compiling anstream v0.6.21
4962026-04-01T17:31:58.588Z Compiling fs-err v3.3.0
4972026-04-01T17:31:58.616Z Compiling once_cell v1.21.3
4982026-04-01T17:31:58.633Z Compiling heck v0.5.0
4992026-04-01T17:31:58.654Z Compiling strsim v0.11.1
5002026-04-01T17:31:58.674Z Compiling heck v0.4.1
5012026-04-01T17:31:58.677Z Compiling bytecount v0.6.9
5022026-04-01T17:31:58.715Z Compiling unicode-xid v0.2.6
5032026-04-01T17:31:58.793Z Compiling terminal_size v0.4.3
5042026-04-01T17:31:58.849Z Compiling fastrand v2.3.0
5052026-04-01T17:31:58.868Z Compiling unicode-width v0.1.14
5062026-04-01T17:31:58.871Z Compiling anyhow v1.0.102
5072026-04-01T17:31:58.907Z Compiling clap_lex v1.0.0
5082026-04-01T17:31:58.945Z Compiling fnv v1.0.7
5092026-04-01T17:31:59.035Z Compiling memmap v0.7.0
5102026-04-01T17:31:59.104Z Compiling semver v1.0.27
5112026-04-01T17:31:59.144Z Compiling papergrid v0.11.0
5122026-04-01T17:31:59.148Z Compiling clap_builder v4.5.60
5132026-04-01T17:31:59.199Z Compiling tempfile v3.25.0
5142026-04-01T17:31:59.203Z Compiling unicode-width v0.2.0
5152026-04-01T17:31:59.242Z Compiling smawk v0.3.2
5162026-04-01T17:31:59.277Z Compiling unicode-linebreak v0.1.5
5172026-04-01T17:31:59.400Z Compiling camino-tempfile v1.4.1
5182026-04-01T17:31:59.472Z Compiling serde-untagged v0.1.9
5192026-04-01T17:31:59.532Z Compiling textwrap v0.16.2
5202026-04-01T17:31:59.553Z Compiling swrite v0.1.0
5212026-04-01T17:31:59.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-04-01T17:31:59.875Z Compiling tabled_derive v0.7.0
5232026-04-01T17:32:00.529Z Compiling tabled v0.15.0
5242026-04-01T17:32:00.577Z Compiling synstructure v0.13.2
5252026-04-01T17:32:00.577Z Compiling pest_generator v2.8.6
5262026-04-01T17:32:01.114Z Compiling serde_derive v1.0.228
5272026-04-01T17:32:01.118Z Compiling zerofrom-derive v0.1.6
5282026-04-01T17:32:01.118Z Compiling yoke-derive v0.8.1
5292026-04-01T17:32:01.118Z Compiling zerovec-derive v0.11.2
5302026-04-01T17:32:01.118Z Compiling displaydoc v0.2.5
5312026-04-01T17:32:01.118Z Compiling thiserror-impl v1.0.69
5322026-04-01T17:32:01.118Z Compiling zerocopy-derive v0.7.35
5332026-04-01T17:32:01.118Z Compiling scroll_derive v0.12.1
5342026-04-01T17:32:01.118Z Compiling thiserror-impl v2.0.18
5352026-04-01T17:32:01.118Z Compiling clap_derive v4.5.55
5362026-04-01T17:32:01.210Z Compiling pest_derive v2.8.6
5372026-04-01T17:32:01.823Z Compiling scroll v0.12.0
5382026-04-01T17:32:01.901Z Compiling zerocopy v0.7.35
5392026-04-01T17:32:02.066Z Compiling goblin v0.8.2
5402026-04-01T17:32:02.216Z Compiling zerofrom v0.1.6
5412026-04-01T17:32:02.333Z Compiling yoke v0.8.1
5422026-04-01T17:32:02.354Z Compiling dtrace-parser v0.2.0
5432026-04-01T17:32:02.517Z Compiling zerovec v0.11.5
5442026-04-01T17:32:02.517Z Compiling zerotrie v0.2.3
5452026-04-01T17:32:02.608Z Compiling clap v4.5.60
5462026-04-01T17:32:02.937Z Compiling tinystr v0.8.2
5472026-04-01T17:32:02.937Z Compiling potential_utf v0.1.4
5482026-04-01T17:32:03.065Z Compiling icu_collections v2.1.1
5492026-04-01T17:32:03.093Z Compiling icu_locale_core v2.1.1
5502026-04-01T17:32:03.628Z Compiling icu_provider v2.1.1
5512026-04-01T17:32:03.646Z Compiling toml_datetime v0.6.11
5522026-04-01T17:32:03.649Z Compiling serde_spanned v0.6.9
5532026-04-01T17:32:03.649Z Compiling serde-value v0.7.0
5542026-04-01T17:32:03.649Z Compiling cargo-platform v0.2.0
5552026-04-01T17:32:03.649Z Compiling macaddr v1.0.1
5562026-04-01T17:32:03.667Z Compiling dof v0.3.0
5572026-04-01T17:32:03.667Z Compiling serde_tokenstream v0.2.3
5582026-04-01T17:32:03.854Z Compiling icu_normalizer v2.1.1
5592026-04-01T17:32:03.854Z Compiling icu_properties v2.1.2
5602026-04-01T17:32:03.942Z Compiling toml_edit v0.22.27
5612026-04-01T17:32:04.447Z Compiling usdt-attr-macro v0.5.0
5622026-04-01T17:32:04.461Z Compiling usdt-macro v0.5.0
5632026-04-01T17:32:04.721Z Compiling idna_adapter v1.2.1
5642026-04-01T17:32:04.826Z Compiling idna v1.1.0
5652026-04-01T17:32:05.042Z Compiling usdt v0.5.0
5662026-04-01T17:32:05.078Z Compiling url v2.5.8
5672026-04-01T17:32:05.228Z Compiling toml v0.8.23
5682026-04-01T17:32:05.555Z Compiling cargo-util-schemas v0.8.2
5692026-04-01T17:32:05.555Z Compiling cargo_toml v0.21.0
5702026-04-01T17:32:06.347Z Compiling cargo_metadata v0.21.0
5712026-04-01T17:32:07.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-01T17:32:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s
5732026-04-01T17:32:09.683Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-01T17:32:10.248Z Downloading crates ...
5752026-04-01T17:32:10.352Z Downloaded atomic-waker v1.1.2
5762026-04-01T17:32:10.359Z Downloaded async-stream v0.3.6
5772026-04-01T17:32:10.364Z Downloaded crc8 v0.1.1
5782026-04-01T17:32:10.370Z Downloaded array-init v0.0.4
5792026-04-01T17:32:10.372Z Downloaded curve25519-dalek-derive v0.1.1
5802026-04-01T17:32:10.376Z Downloaded ctr v0.9.2
5812026-04-01T17:32:10.384Z Downloaded arrayref v0.3.9
5822026-04-01T17:32:10.387Z Downloaded adler2 v2.0.1
5832026-04-01T17:32:10.387Z Downloaded bit-vec v0.6.3
5842026-04-01T17:32:10.391Z Downloaded bitflags v1.3.2
5852026-04-01T17:32:10.391Z Downloaded async-trait v0.1.89
5862026-04-01T17:32:10.394Z Downloaded argon2 v0.5.3
5872026-04-01T17:32:10.394Z Downloaded async-stream-impl v0.3.6
5882026-04-01T17:32:10.394Z Downloaded aead v0.5.2
5892026-04-01T17:32:10.397Z Downloaded arrayvec v0.7.6
5902026-04-01T17:32:10.400Z Downloaded curve25519-dalek v4.1.3
5912026-04-01T17:32:10.403Z Downloaded drift v0.1.3
5922026-04-01T17:32:10.406Z Downloaded darling_macro v0.20.11
5932026-04-01T17:32:10.409Z Downloaded debug-ignore v1.0.5
5942026-04-01T17:32:10.409Z Downloaded der_derive v0.7.3
5952026-04-01T17:32:10.409Z Downloaded async-bb8-diesel v0.2.1
5962026-04-01T17:32:10.412Z Downloaded derive_builder_core v0.20.2
5972026-04-01T17:32:10.412Z Downloaded aes-gcm v0.10.3
5982026-04-01T17:32:10.414Z Downloaded const_format v0.2.35
5992026-04-01T17:32:10.417Z Downloaded fd-lock v4.0.4
6002026-04-01T17:32:10.417Z Downloaded display-error-chain v0.2.2
6012026-04-01T17:32:10.420Z Downloaded cpufeatures v0.3.0
6022026-04-01T17:32:10.420Z Downloaded assert_matches v1.5.0
6032026-04-01T17:32:10.420Z Downloaded defmt-macros v1.0.1
6042026-04-01T17:32:10.423Z Downloaded block-padding v0.3.3
6052026-04-01T17:32:10.423Z Downloaded bitfield-macros v0.19.4
6062026-04-01T17:32:10.426Z Downloaded defmt v0.3.100
6072026-04-01T17:32:10.426Z Downloaded ciborium v0.2.2
6082026-04-01T17:32:10.426Z Downloaded bit-vec v0.8.0
6092026-04-01T17:32:10.428Z Downloaded difflib v0.4.0
6102026-04-01T17:32:10.428Z Downloaded aes v0.8.4
6112026-04-01T17:32:10.431Z Downloaded dropshot_endpoint v0.16.7
6122026-04-01T17:32:10.434Z Downloaded bb8 v0.8.6
6132026-04-01T17:32:10.434Z Downloaded ascii-canvas v3.0.0
6142026-04-01T17:32:10.434Z Downloaded data-encoding v2.10.0
6152026-04-01T17:32:10.437Z Downloaded convert_case v0.4.0
6162026-04-01T17:32:10.437Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-04-01T17:32:10.440Z Downloaded env_filter v1.0.0
6182026-04-01T17:32:10.440Z Downloaded diesel-dtrace v0.5.0
6192026-04-01T17:32:10.440Z Downloaded defmt v1.0.1
6202026-04-01T17:32:10.443Z Downloaded derive-ex v0.1.8
6212026-04-01T17:32:10.445Z Downloaded darling_macro v0.23.0
6222026-04-01T17:32:10.446Z Downloaded cfg_aliases v0.1.1
6232026-04-01T17:32:10.446Z Downloaded darling v0.20.11
6242026-04-01T17:32:10.449Z Downloaded dirs-next v2.0.0
6252026-04-01T17:32:10.449Z Downloaded cmake v0.1.57
6262026-04-01T17:32:10.451Z Downloaded enum-as-inner v0.6.1
6272026-04-01T17:32:10.451Z Downloaded chacha20 v0.9.1
6282026-04-01T17:32:10.451Z Downloaded buf-list v1.1.2
6292026-04-01T17:32:10.456Z Downloaded darling_core v0.21.3
6302026-04-01T17:32:10.459Z Downloaded endian-type v0.1.2
6312026-04-01T17:32:10.462Z Downloaded derive_builder_macro v0.20.2
6322026-04-01T17:32:10.465Z Downloaded foreign-types v0.5.0
6332026-04-01T17:32:10.465Z Downloaded defmt-parser v1.0.0
6342026-04-01T17:32:10.465Z Downloaded ciborium-ll v0.2.2
6352026-04-01T17:32:10.465Z Downloaded darling_macro v0.21.3
6362026-04-01T17:32:10.469Z Downloaded base16ct v1.0.0
6372026-04-01T17:32:10.469Z Downloaded dunce v1.0.5
6382026-04-01T17:32:10.472Z Downloaded dropshot-api-manager-types v0.6.0
6392026-04-01T17:32:10.472Z Downloaded bit-set v0.8.0
6402026-04-01T17:32:10.478Z Downloaded foreign-types-macros v0.2.3
6412026-04-01T17:32:10.481Z Downloaded foreign-types v0.3.2
6422026-04-01T17:32:10.481Z Downloaded cfg_aliases v0.2.1
6432026-04-01T17:32:10.481Z Downloaded atomicwrites v0.4.4
6442026-04-01T17:32:10.485Z Downloaded cargo-platform v0.1.9
6452026-04-01T17:32:10.488Z Downloaded dtrace-parser v0.3.0
6462026-04-01T17:32:10.488Z Downloaded flagset v0.4.7
6472026-04-01T17:32:10.491Z Downloaded dsl_auto_type v0.2.0
6482026-04-01T17:32:10.491Z Downloaded dof v0.4.0
6492026-04-01T17:32:10.491Z Downloaded crucible-workspace-hack v0.1.0
6502026-04-01T17:32:10.494Z Downloaded convert_case v0.10.0
6512026-04-01T17:32:10.497Z Downloaded downcast-rs v2.0.2
6522026-04-01T17:32:10.497Z Downloaded float-ord v0.3.2
6532026-04-01T17:32:10.497Z Downloaded atty v0.2.14
6542026-04-01T17:32:10.500Z Downloaded crc-catalog v2.4.0
6552026-04-01T17:32:10.500Z Downloaded embedded-io v0.4.0
6562026-04-01T17:32:10.500Z Downloaded document-features v0.2.12
6572026-04-01T17:32:10.503Z Downloaded des v0.8.1
6582026-04-01T17:32:10.504Z Downloaded crunchy v0.2.4
6592026-04-01T17:32:10.504Z Downloaded castaway v0.2.4
6602026-04-01T17:32:10.507Z Downloaded env_logger v0.11.9
6612026-04-01T17:32:10.507Z Downloaded cobs v0.3.0
6622026-04-01T17:32:10.510Z Downloaded cexpr v0.6.0
6632026-04-01T17:32:10.510Z Downloaded either v1.15.0
6642026-04-01T17:32:10.510Z Downloaded darling_core v0.23.0
6652026-04-01T17:32:10.513Z Downloaded blowfish v0.9.1
6662026-04-01T17:32:10.516Z Downloaded dyn-clone v1.0.20
6672026-04-01T17:32:10.516Z Downloaded futures-core v0.3.32
6682026-04-01T17:32:10.516Z Downloaded foreign-types-shared v0.3.1
6692026-04-01T17:32:10.519Z Downloaded futures-macro v0.3.32
6702026-04-01T17:32:10.519Z Downloaded cargo_toml v0.22.3
6712026-04-01T17:32:10.519Z Downloaded bitfield-struct v0.6.2
6722026-04-01T17:32:10.519Z Downloaded backoff v0.4.0
6732026-04-01T17:32:10.522Z Downloaded float-cmp v0.10.0
6742026-04-01T17:32:10.522Z Downloaded globwalk v0.9.1
6752026-04-01T17:32:10.522Z Downloaded fixedbitset v0.4.2
6762026-04-01T17:32:10.556Z Downloaded futures-sink v0.3.32
6772026-04-01T17:32:10.556Z Downloaded futures-io v0.3.32
6782026-04-01T17:32:10.556Z Downloaded fxhash v0.2.1
6792026-04-01T17:32:10.556Z Downloaded cstr-argument v0.1.2
6802026-04-01T17:32:10.556Z Downloaded base16ct v0.2.0
6812026-04-01T17:32:10.556Z Downloaded ciborium-io v0.2.2
6822026-04-01T17:32:10.556Z Downloaded bcrypt-pbkdf v0.10.0
6832026-04-01T17:32:10.556Z Downloaded git-stub v1.0.0
6842026-04-01T17:32:10.556Z Downloaded crc v3.4.0
6852026-04-01T17:32:10.556Z Downloaded funty v2.0.0
6862026-04-01T17:32:10.556Z Downloaded gethostname v0.5.0
6872026-04-01T17:32:10.556Z Downloaded cargo_metadata v0.19.2
6882026-04-01T17:32:10.557Z Downloaded headers-core v0.3.0
6892026-04-01T17:32:10.557Z Downloaded hash32 v0.2.1
6902026-04-01T17:32:10.557Z Downloaded embedded-io v0.6.1
6912026-04-01T17:32:10.557Z Downloaded find-msvc-tools v0.1.9
6922026-04-01T17:32:10.557Z Downloaded camino-tempfile-ext v0.3.3
6932026-04-01T17:32:10.557Z Downloaded corncobs v0.1.4
6942026-04-01T17:32:10.557Z Downloaded cipher v0.4.4
6952026-04-01T17:32:10.557Z Downloaded bitfield v0.19.4
6962026-04-01T17:32:10.557Z Downloaded erased-serde v0.3.31
6972026-04-01T17:32:10.557Z Downloaded ed25519 v2.2.3
6982026-04-01T17:32:10.560Z Downloaded fallible-iterator v0.2.0
6992026-04-01T17:32:10.560Z Downloaded foreign-types-shared v0.1.1
7002026-04-01T17:32:10.560Z Downloaded foldhash v0.1.5
7012026-04-01T17:32:10.560Z Downloaded fixedbitset v0.5.7
7022026-04-01T17:32:10.560Z Downloaded csv-core v0.1.13
7032026-04-01T17:32:10.560Z Downloaded critical-section v1.2.0
7042026-04-01T17:32:10.564Z Downloaded hex-literal v0.4.1
7052026-04-01T17:32:10.564Z Downloaded ecdsa v0.16.9
7062026-04-01T17:32:10.564Z Downloaded hash32 v0.3.1
7072026-04-01T17:32:10.567Z Downloaded hex v0.4.3
7082026-04-01T17:32:10.567Z Downloaded bit-set v0.5.3
7092026-04-01T17:32:10.570Z Downloaded daft-derive v0.1.5
7102026-04-01T17:32:10.573Z Downloaded ff v0.13.1
7112026-04-01T17:32:10.573Z Downloaded ena v0.14.4
7122026-04-01T17:32:10.576Z Downloaded const-oid v0.9.6
7132026-04-01T17:32:10.576Z Downloaded cassowary v0.3.0
7142026-04-01T17:32:10.580Z Downloaded byte-wrapper v0.1.0
7152026-04-01T17:32:10.580Z Downloaded http-body v1.0.1
7162026-04-01T17:32:10.583Z Downloaded hostname v0.4.2
7172026-04-01T17:32:10.583Z Downloaded hostname v0.3.1
7182026-04-01T17:32:10.583Z Downloaded home v0.5.12
7192026-04-01T17:32:10.586Z Downloaded hubpack_derive v0.1.1
7202026-04-01T17:32:10.586Z Downloaded hubpack v0.1.2
7212026-04-01T17:32:10.589Z Downloaded httpdate v1.0.3
7222026-04-01T17:32:10.589Z Downloaded http-range v0.1.5
7232026-04-01T17:32:10.589Z Downloaded cancel-safe-futures v0.1.5
7242026-04-01T17:32:10.592Z Downloaded backon v1.6.0
7252026-04-01T17:32:10.593Z Downloaded filetime v0.2.27
7262026-04-01T17:32:10.596Z Downloaded hyper-tls v0.6.0
7272026-04-01T17:32:10.596Z Downloaded foldhash v0.2.0
7282026-04-01T17:32:10.596Z Downloaded dirs-sys-next v0.1.2
7292026-04-01T17:32:10.596Z Downloaded ghash v0.5.1
7302026-04-01T17:32:10.599Z Downloaded deranged v0.5.8
7312026-04-01T17:32:10.599Z Downloaded futures-task v0.3.32
7322026-04-01T17:32:10.599Z Downloaded const_format_proc_macros v0.2.34
7332026-04-01T17:32:10.602Z Downloaded constant_time_eq v0.4.2
7342026-04-01T17:32:10.605Z Downloaded daft v0.1.5
7352026-04-01T17:32:10.605Z Downloaded ident_case v1.0.1
7362026-04-01T17:32:10.605Z Downloaded git-stub-vcs v0.1.0
7372026-04-01T17:32:10.612Z Downloaded instant v0.1.13
7382026-04-01T17:32:10.614Z Downloaded instability v0.3.11
7392026-04-01T17:32:10.615Z Downloaded indent_write v2.2.0
7402026-04-01T17:32:10.618Z Downloaded console v0.16.2
7412026-04-01T17:32:10.618Z Downloaded glob v0.3.3
7422026-04-01T17:32:10.618Z Downloaded crossbeam-deque v0.8.6
7432026-04-01T17:32:10.618Z Downloaded bzip2 v0.4.4
7442026-04-01T17:32:10.621Z Downloaded diff v0.1.13
7452026-04-01T17:32:10.624Z Downloaded blake2 v0.10.6
7462026-04-01T17:32:10.627Z Downloaded fs-err v2.11.0
7472026-04-01T17:32:10.627Z Downloaded crossbeam-epoch v0.9.18
7482026-04-01T17:32:10.630Z Downloaded chacha20 v0.10.0
7492026-04-01T17:32:10.630Z Downloaded base64ct v1.8.3
7502026-04-01T17:32:10.630Z Downloaded cbc v0.1.2
7512026-04-01T17:32:10.633Z Downloaded crossbeam-utils v0.8.21
7522026-04-01T17:32:10.633Z Downloaded bcs v0.1.6
7532026-04-01T17:32:10.636Z Downloaded indoc v1.0.9
7542026-04-01T17:32:10.636Z Downloaded globset v0.4.18
7552026-04-01T17:32:10.639Z Downloaded darling v0.23.0
7562026-04-01T17:32:10.642Z Downloaded internet-checksum v0.2.1
7572026-04-01T17:32:10.642Z Downloaded futures-executor v0.3.32
7582026-04-01T17:32:10.645Z Downloaded is-terminal v0.4.17
7592026-04-01T17:32:10.648Z Downloaded group v0.13.0
7602026-04-01T17:32:10.648Z Downloaded crc-any v2.5.0
7612026-04-01T17:32:10.651Z Downloaded cookie_store v0.22.1
7622026-04-01T17:32:10.651Z Downloaded keccak v0.1.6
7632026-04-01T17:32:10.654Z Downloaded inout v0.1.4
7642026-04-01T17:32:10.654Z Downloaded fs_extra v1.3.0
7652026-04-01T17:32:10.654Z Downloaded colored v3.1.1
7662026-04-01T17:32:10.657Z Downloaded lalrpop-util v0.19.12
7672026-04-01T17:32:10.657Z Downloaded bzip2 v0.6.1
7682026-04-01T17:32:10.659Z Downloaded allocator-api2 v0.2.21
7692026-04-01T17:32:10.660Z Downloaded highway v1.3.0
7702026-04-01T17:32:10.664Z Downloaded crc32fast v1.5.0
7712026-04-01T17:32:10.664Z Downloaded clang-sys v1.8.1
7722026-04-01T17:32:10.667Z Downloaded colored v2.2.0
7732026-04-01T17:32:10.667Z Downloaded maplit v1.0.2
7742026-04-01T17:32:10.667Z Downloaded is_ci v1.2.0
7752026-04-01T17:32:10.671Z Downloaded linked-hash-map v0.5.6
7762026-04-01T17:32:10.671Z Downloaded managed v0.8.0
7772026-04-01T17:32:10.671Z Downloaded lzss v0.8.2
7782026-04-01T17:32:10.671Z Downloaded match_cfg v0.1.0
7792026-04-01T17:32:10.671Z Downloaded lru-cache v0.1.2
7802026-04-01T17:32:10.674Z Downloaded maybe-uninit v2.0.0
7812026-04-01T17:32:10.674Z Downloaded ahash v0.8.12
7822026-04-01T17:32:10.674Z Downloaded getrandom v0.2.17
7832026-04-01T17:32:10.678Z Downloaded expectorate v1.2.0
7842026-04-01T17:32:10.678Z Downloaded humantime v2.3.0
7852026-04-01T17:32:10.681Z Downloaded console v0.15.11
7862026-04-01T17:32:10.681Z Downloaded async-recursion v1.1.1
7872026-04-01T17:32:10.684Z Downloaded futures-channel v0.3.32
7882026-04-01T17:32:10.684Z Downloaded darling v0.21.3
7892026-04-01T17:32:10.687Z Downloaded hyper-staticfile v0.10.1
7902026-04-01T17:32:10.690Z Downloaded http-body-util v0.1.3
7912026-04-01T17:32:10.692Z Downloaded libscf-sys v1.1.0
7922026-04-01T17:32:10.695Z Downloaded memoffset v0.9.1
7932026-04-01T17:32:10.695Z Downloaded md-5 v0.10.6
7942026-04-01T17:32:10.698Z Downloaded lru v0.12.5
7952026-04-01T17:32:10.698Z Downloaded mime v0.3.17
7962026-04-01T17:32:10.699Z Downloaded ingot v0.1.1
7972026-04-01T17:32:10.699Z Downloaded cookie v0.18.1
7982026-04-01T17:32:10.701Z Downloaded new_debug_unreachable v1.0.6
7992026-04-01T17:32:10.702Z Downloaded multimap v0.10.1
8002026-04-01T17:32:10.704Z Downloaded half v1.8.3
8012026-04-01T17:32:10.707Z Downloaded derive_more v0.99.20
8022026-04-01T17:32:10.710Z Downloaded derive-where v1.6.0
8032026-04-01T17:32:10.714Z Downloaded fatfs v0.3.6
8042026-04-01T17:32:10.714Z Downloaded elliptic-curve v0.13.8
8052026-04-01T17:32:10.716Z Downloaded derive_builder v0.20.2
8062026-04-01T17:32:10.719Z Downloaded nodrop v0.1.14
8072026-04-01T17:32:10.719Z Downloaded nibble_vec v0.1.0
8082026-04-01T17:32:10.722Z Downloaded nonempty v0.12.0
8092026-04-01T17:32:10.722Z Downloaded newtype_derive v0.1.6
8102026-04-01T17:32:10.722Z Downloaded newline-converter v0.3.0
8112026-04-01T17:32:10.725Z Downloaded kstat-rs v0.2.4
8122026-04-01T17:32:10.725Z Downloaded num-derive v0.3.3
8132026-04-01T17:32:10.728Z Downloaded lazy_static v1.5.0
8142026-04-01T17:32:10.731Z Downloaded newtype-uuid-macros v0.1.0
8152026-04-01T17:32:10.731Z Downloaded arc-swap v1.8.2
8162026-04-01T17:32:10.734Z Downloaded impl-trait-for-tuples v0.2.3
8172026-04-01T17:32:10.737Z Downloaded libefi-sys v0.1.0
8182026-04-01T17:32:10.737Z Downloaded libsw-core v0.3.2
8192026-04-01T17:32:10.740Z Downloaded libsw v3.5.0
8202026-04-01T17:32:10.740Z Downloaded openssl-probe v0.1.6
8212026-04-01T17:32:10.740Z Downloaded num_enum_derive v0.5.11
8222026-04-01T17:32:10.743Z Downloaded num-conv v0.2.0
8232026-04-01T17:32:10.743Z Downloaded num-iter v0.1.45
8242026-04-01T17:32:10.743Z Downloaded num_threads v0.1.7
8252026-04-01T17:32:10.743Z Downloaded num v0.4.3
8262026-04-01T17:32:10.746Z Downloaded normalize-line-endings v0.3.0
8272026-04-01T17:32:10.746Z Downloaded ingot-types v0.1.2
8282026-04-01T17:32:10.746Z Downloaded hmac v0.12.1
8292026-04-01T17:32:10.749Z Downloaded indoc v2.0.7
8302026-04-01T17:32:10.752Z Downloaded jobserver v0.1.34
8312026-04-01T17:32:10.754Z Downloaded libloading v0.8.9
8322026-04-01T17:32:10.770Z Downloaded packed_struct_codegen v0.10.1
8332026-04-01T17:32:10.774Z Downloaded opaque-debug v0.3.1
8342026-04-01T17:32:10.774Z Downloaded newtype-uuid v1.3.2
8352026-04-01T17:32:10.774Z Downloaded native-tls v0.2.18
8362026-04-01T17:32:10.777Z Downloaded multer v3.1.0
8372026-04-01T17:32:10.777Z Downloaded md5 v0.7.0
8382026-04-01T17:32:10.777Z Downloaded linear-map v1.2.0
8392026-04-01T17:32:10.781Z Downloaded ingot-macros v0.1.1
8402026-04-01T17:32:10.781Z Downloaded hyper-rustls v0.27.7
8412026-04-01T17:32:10.784Z Downloaded mime_guess v2.0.5
8422026-04-01T17:32:10.784Z Downloaded openssl-probe v0.2.1
8432026-04-01T17:32:10.785Z Downloaded lru-slab v0.1.2
8442026-04-01T17:32:10.785Z Downloaded httparse v1.10.1
8452026-04-01T17:32:10.787Z Downloaded futures v0.3.32
8462026-04-01T17:32:10.787Z Downloaded pbkdf2 v0.11.0
8472026-04-01T17:32:10.790Z Downloaded parse-size v1.1.0
8482026-04-01T17:32:10.790Z Downloaded getrandom v0.3.4
8492026-04-01T17:32:10.793Z Downloaded half v2.7.1
8502026-04-01T17:32:10.796Z Downloaded iana-time-zone v0.1.65
8512026-04-01T17:32:10.796Z Downloaded path-slash v0.1.5
8522026-04-01T17:32:10.799Z Downloaded peg-runtime v0.8.5
8532026-04-01T17:32:10.803Z Downloaded phf_shared v0.11.3
8542026-04-01T17:32:10.806Z Downloaded phf_shared v0.13.1
8552026-04-01T17:32:10.806Z Downloaded nanorand v0.7.0
8562026-04-01T17:32:10.809Z Downloaded der v0.7.10
8572026-04-01T17:32:10.812Z Downloaded num-derive v0.4.2
8582026-04-01T17:32:10.816Z Downloaded pbkdf2 v0.12.2
8592026-04-01T17:32:10.816Z Downloaded num-complex v0.4.6
8602026-04-01T17:32:10.819Z Downloaded olpc-cjson v0.1.4
8612026-04-01T17:32:10.819Z Downloaded num-rational v0.4.2
8622026-04-01T17:32:10.819Z Downloaded num-integer v0.1.46
8632026-04-01T17:32:10.819Z Downloaded ipnetwork v0.21.1
8642026-04-01T17:32:10.822Z Downloaded num_enum v0.5.11
8652026-04-01T17:32:10.822Z Downloaded lock_api v0.4.14
8662026-04-01T17:32:10.825Z Downloaded openssl-macros v0.1.1
8672026-04-01T17:32:10.825Z Downloaded nu-ansi-term v0.50.3
8682026-04-01T17:32:10.828Z Downloaded memmap2 v0.9.10
8692026-04-01T17:32:10.836Z Downloaded pin-utils v0.1.0
8702026-04-01T17:32:10.840Z Downloaded parking_lot_core v0.8.6
8712026-04-01T17:32:10.843Z Downloaded powerfmt v0.2.0
8722026-04-01T17:32:10.843Z Downloaded compact_str v0.8.1
8732026-04-01T17:32:10.846Z Downloaded predicates-core v1.0.10
8742026-04-01T17:32:10.846Z Downloaded base64 v0.21.7
8752026-04-01T17:32:10.850Z Downloaded flume v0.11.1
8762026-04-01T17:32:10.857Z Downloaded proc-macro-crate v1.3.1
8772026-04-01T17:32:10.860Z Downloaded owo-colors v4.3.0
8782026-04-01T17:32:10.865Z Downloaded oxide-tokio-rt v0.1.3
8792026-04-01T17:32:10.865Z Downloaded precomputed-hash v0.1.1
8802026-04-01T17:32:10.868Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-04-01T17:32:10.868Z Downloaded progenitor-client v0.11.2
8822026-04-01T17:32:10.868Z Downloaded progenitor-client v0.10.0
8832026-04-01T17:32:10.871Z Downloaded predicates-tree v1.0.13
8842026-04-01T17:32:10.871Z Downloaded proc-macro-crate v3.4.0
8852026-04-01T17:32:10.874Z Downloaded parse-display v0.10.0
8862026-04-01T17:32:10.877Z Downloaded password-hash v0.4.2
8872026-04-01T17:32:10.877Z Downloaded phf v0.13.1
8882026-04-01T17:32:10.880Z Downloaded peg v0.8.5
8892026-04-01T17:32:10.880Z Downloaded headers v0.4.1
8902026-04-01T17:32:10.883Z Downloaded darling_core v0.20.11
8912026-04-01T17:32:10.886Z Downloaded paste v1.0.15
8922026-04-01T17:32:10.888Z Downloaded phf v0.12.1
8932026-04-01T17:32:10.888Z Downloaded pem v3.0.6
8942026-04-01T17:32:10.891Z Downloaded pem-rfc7468 v0.7.0
8952026-04-01T17:32:10.891Z Downloaded progenitor-macro v0.11.2
8962026-04-01T17:32:10.894Z Downloaded progenitor-macro v0.13.0
8972026-04-01T17:32:10.894Z Downloaded progenitor-macro v0.10.0
8982026-04-01T17:32:10.894Z Downloaded crypto-bigint v0.5.5
8992026-04-01T17:32:10.897Z Downloaded ipnet v2.11.0
9002026-04-01T17:32:10.900Z Downloaded bytes v1.11.1
9012026-04-01T17:32:10.903Z Downloaded ignore v0.4.25
9022026-04-01T17:32:10.903Z Downloaded derive_more-impl v2.1.1
9032026-04-01T17:32:10.906Z Downloaded phf_shared v0.12.1
9042026-04-01T17:32:10.908Z Downloaded num_enum_derive v0.7.5
9052026-04-01T17:32:10.909Z Downloaded quick-error v1.2.3
9062026-04-01T17:32:10.909Z Downloaded heapless v0.8.0
9072026-04-01T17:32:10.912Z Downloaded ed25519-dalek v2.2.0
9082026-04-01T17:32:10.915Z Downloaded chacha20poly1305 v0.10.1
9092026-04-01T17:32:10.915Z Downloaded pkg-config v0.3.32
9102026-04-01T17:32:10.915Z Downloaded ar_archive_writer v0.5.1
9112026-04-01T17:32:10.918Z Downloaded oso-derive v0.27.3
9122026-04-01T17:32:10.918Z Downloaded rand_xorshift v0.4.0
9132026-04-01T17:32:10.921Z Downloaded cc v1.2.56
9142026-04-01T17:32:10.921Z Downloaded base64 v0.22.1
9152026-04-01T17:32:10.924Z Downloaded ppv-lite86 v0.2.21
9162026-04-01T17:32:10.924Z Downloaded parking_lot v0.11.2
9172026-04-01T17:32:10.927Z Downloaded bumpalo v3.20.2
9182026-04-01T17:32:10.927Z Downloaded num_enum v0.7.5
9192026-04-01T17:32:10.930Z Downloaded polyval v0.6.2
9202026-04-01T17:32:10.933Z Downloaded pkcs8 v0.10.2
9212026-04-01T17:32:10.936Z Downloaded predicates v3.1.4
9222026-04-01T17:32:10.936Z Downloaded rand_chacha v0.3.1
9232026-04-01T17:32:10.942Z Downloaded primeorder v0.13.6
9242026-04-01T17:32:10.945Z Downloaded progenitor v0.10.0
9252026-04-01T17:32:10.945Z Downloaded peg-macros v0.8.5
9262026-04-01T17:32:10.948Z Downloaded packed_struct v0.10.1
9272026-04-01T17:32:10.948Z Downloaded litrs v1.0.0
9282026-04-01T17:32:10.950Z Downloaded pin-project-lite v0.2.17
9292026-04-01T17:32:10.953Z Downloaded progenitor v0.13.0
9302026-04-01T17:32:10.953Z Downloaded password-hash v0.5.0
9312026-04-01T17:32:10.956Z Downloaded indicatif v0.18.4
9322026-04-01T17:32:10.956Z Downloaded indexmap v1.9.3
9332026-04-01T17:32:10.959Z Downloaded psl-types v2.0.11
9342026-04-01T17:32:10.962Z Downloaded flate2 v1.1.9
9352026-04-01T17:32:10.964Z Downloaded parse-display-derive v0.10.0
9362026-04-01T17:32:10.965Z Downloaded oxnet v0.1.4
9372026-04-01T17:32:10.967Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-04-01T17:32:10.967Z Downloaded ref-cast-impl v1.0.25
9392026-04-01T17:32:10.970Z Downloaded rfc6979 v0.4.0
9402026-04-01T17:32:10.970Z Downloaded ref-cast v1.0.25
9412026-04-01T17:32:10.973Z Downloaded heapless v0.7.17
9422026-04-01T17:32:10.976Z Downloaded dropshot-api-manager v0.6.0
9432026-04-01T17:32:10.979Z Downloaded progenitor-extras v0.1.1
9442026-04-01T17:32:10.979Z Downloaded oso v0.27.3
9452026-04-01T17:32:10.982Z Downloaded libbz2-rs-sys v0.2.2
9462026-04-01T17:32:10.984Z Downloaded psm v0.1.30
9472026-04-01T17:32:10.987Z Downloaded hickory-resolver v0.24.4
9482026-04-01T17:32:10.990Z Downloaded rustc-hash v2.1.1
9492026-04-01T17:32:10.993Z Downloaded diesel_derives v2.3.7
9502026-04-01T17:32:10.997Z Downloaded r2d2 v0.8.10
9512026-04-01T17:32:11.000Z Downloaded radium v0.7.0
9522026-04-01T17:32:11.003Z Downloaded rtoolbox v0.0.3
9532026-04-01T17:32:11.006Z Downloaded rustc_version v0.4.1
9542026-04-01T17:32:11.009Z Downloaded russh-cryptovec v0.7.3
9552026-04-01T17:32:11.012Z Downloaded omicron-zone-package v0.12.2
9562026-04-01T17:32:11.012Z Downloaded rustc_version v0.1.7
9572026-04-01T17:32:11.016Z Downloaded poly1305 v0.8.0
9582026-04-01T17:32:11.022Z Downloaded postgres-protocol v0.6.10
9592026-04-01T17:32:11.025Z Downloaded pin-project-internal v1.1.11
9602026-04-01T17:32:11.025Z Downloaded pkcs1 v0.7.5
9612026-04-01T17:32:11.028Z Downloaded rand_core v0.10.0
9622026-04-01T17:32:11.028Z Downloaded papergrid v0.17.0
9632026-04-01T17:32:11.030Z Downloaded parking_lot v0.12.5
9642026-04-01T17:32:11.033Z Downloaded progenitor-client v0.13.0
9652026-04-01T17:32:11.033Z Downloaded salsa20 v0.10.2
9662026-04-01T17:32:11.036Z Downloaded hashbrown v0.13.2
9672026-04-01T17:32:11.036Z Downloaded sapling-renderdag v0.1.0
9682026-04-01T17:32:11.039Z Downloaded same-file v1.0.6
9692026-04-01T17:32:11.039Z Downloaded crossbeam-channel v0.5.15
9702026-04-01T17:32:11.042Z Downloaded recursive v0.1.1
9712026-04-01T17:32:11.042Z Downloaded rand_core v0.6.4
9722026-04-01T17:32:11.045Z Downloaded rand_chacha v0.9.0
9732026-04-01T17:32:11.045Z Downloaded progenitor v0.11.2
9742026-04-01T17:32:11.048Z Downloaded p256 v0.13.2
9752026-04-01T17:32:11.051Z Downloaded secrecy v0.8.0
9762026-04-01T17:32:11.051Z Downloaded scheduled-thread-pool v0.2.7
9772026-04-01T17:32:11.051Z Downloaded miniz_oxide v0.8.9
9782026-04-01T17:32:11.054Z Downloaded postgres-types v0.2.12
9792026-04-01T17:32:11.054Z Downloaded postcard v1.1.3
9802026-04-01T17:32:11.057Z Downloaded openssl-sys v0.9.111
9812026-04-01T17:32:11.061Z Downloaded proc-macro-error2 v2.0.1
9822026-04-01T17:32:11.063Z Downloaded minimal-lexical v0.2.1
9832026-04-01T17:32:11.066Z Downloaded derive_more v2.1.1
9842026-04-01T17:32:11.072Z Downloaded scrypt v0.11.0
9852026-04-01T17:32:11.076Z Downloaded seq-macro v0.3.6
9862026-04-01T17:32:11.079Z Downloaded semver v0.1.20
9872026-04-01T17:32:11.082Z Downloaded secrecy v0.10.3
9882026-04-01T17:32:11.082Z Downloaded pin-project v1.1.11
9892026-04-01T17:32:11.086Z Downloaded serde_urlencoded v0.7.1
9902026-04-01T17:32:11.089Z Downloaded serde_repr v0.1.20
9912026-04-01T17:32:11.089Z Downloaded quinn-udp v0.5.14
9922026-04-01T17:32:11.092Z Downloaded serde_spanned v1.0.4
9932026-04-01T17:32:11.092Z Downloaded serde_plain v1.0.2
9942026-04-01T17:32:11.092Z Downloaded sha1 v0.10.6
9952026-04-01T17:32:11.095Z Downloaded serde_bytes v0.11.19
9962026-04-01T17:32:11.095Z Downloaded serde-big-array v0.5.1
9972026-04-01T17:32:11.095Z Downloaded scopeguard v1.2.0
9982026-04-01T17:32:11.098Z Downloaded crossterm v0.28.1
9992026-04-01T17:32:11.101Z Downloaded rustls-pemfile v1.0.4
10002026-04-01T17:32:11.104Z Downloaded hickory-resolver v0.25.2
10012026-04-01T17:32:11.104Z Downloaded jiff-static v0.2.21
10022026-04-01T17:32:11.110Z Downloaded rustls-native-certs v0.8.3
10032026-04-01T17:32:11.112Z Downloaded pkcs5 v0.7.1
10042026-04-01T17:32:11.115Z Downloaded shell-words v1.1.1
10052026-04-01T17:32:11.118Z Downloaded scroll_derive v0.13.1
10062026-04-01T17:32:11.118Z Downloaded signal-hook-mio v0.2.5
10072026-04-01T17:32:11.118Z Downloaded signature v2.2.0
10082026-04-01T17:32:11.122Z Downloaded rand_seeder v0.4.0
10092026-04-01T17:32:11.122Z Downloaded signal-hook-tokio v0.3.1
10102026-04-01T17:32:11.126Z Downloaded rustversion v1.0.22
10112026-04-01T17:32:11.132Z Downloaded sigpipe v0.1.3
10122026-04-01T17:32:11.138Z Downloaded progenitor-impl v0.10.0
10132026-04-01T17:32:11.140Z Downloaded parking_lot_core v0.9.12
10142026-04-01T17:32:11.143Z Downloaded scroll v0.13.0
10152026-04-01T17:32:11.143Z Downloaded schemars_derive v0.8.22
10162026-04-01T17:32:11.143Z Downloaded siphasher v1.0.2
10172026-04-01T17:32:11.146Z Downloaded resolv-conf v0.7.6
10182026-04-01T17:32:11.149Z Downloaded slog-envlogger v2.2.0
10192026-04-01T17:32:11.149Z Downloaded slog-bunyan v2.5.0
10202026-04-01T17:32:11.163Z Downloaded serde-hex v0.1.0
10212026-04-01T17:32:11.166Z Downloaded sct v0.7.1
10222026-04-01T17:32:11.168Z Downloaded ssh-encoding v0.2.0
10232026-04-01T17:32:11.173Z Downloaded serde_path_to_error v0.1.20
10242026-04-01T17:32:11.176Z Downloaded rustls-pemfile v2.2.0
10252026-04-01T17:32:11.176Z Downloaded russh-keys v0.45.0
10262026-04-01T17:32:11.179Z Downloaded sqlparser_derive v0.5.0
10272026-04-01T17:32:11.182Z Downloaded ssh-cipher v0.2.0
10282026-04-01T17:32:11.185Z Downloaded structmeta v0.3.0
10292026-04-01T17:32:11.191Z Downloaded hashbrown v0.12.3
10302026-04-01T17:32:11.194Z Downloaded structmeta-derive v0.3.0
10312026-04-01T17:32:11.197Z Downloaded strip-ansi-escapes v0.2.1
10322026-04-01T17:32:11.197Z Downloaded signal-hook-registry v1.4.8
10332026-04-01T17:32:11.200Z Downloaded http v1.4.0
10342026-04-01T17:32:11.200Z Downloaded itertools v0.10.5
10352026-04-01T17:32:11.203Z Downloaded hickory-server v0.25.2
10362026-04-01T17:32:11.207Z Downloaded rustls-pki-types v1.14.0
10372026-04-01T17:32:11.210Z Downloaded rusty-fork v0.3.1
10382026-04-01T17:32:11.210Z Downloaded rand_core v0.9.5
10392026-04-01T17:32:11.213Z Downloaded strum v0.27.2
10402026-04-01T17:32:11.213Z Downloaded prefix-trie v0.7.0
10412026-04-01T17:32:11.216Z Downloaded strum v0.26.3
10422026-04-01T17:32:11.216Z Downloaded subtle v2.6.1
10432026-04-01T17:32:11.219Z Downloaded shlex v1.3.0
10442026-04-01T17:32:11.222Z Downloaded simd-adler32 v0.3.8
10452026-04-01T17:32:11.224Z Downloaded num-bigint v0.4.6
10462026-04-01T17:32:11.233Z Downloaded tabled_derive v0.11.0
10472026-04-01T17:32:11.236Z Downloaded sync_wrapper v1.0.2
10482026-04-01T17:32:11.236Z Downloaded tap v1.0.1
10492026-04-01T17:32:11.236Z Downloaded tabwriter v1.4.1
10502026-04-01T17:32:11.239Z Downloaded supports-color v3.0.2
10512026-04-01T17:32:11.239Z Downloaded take_mut v0.2.2
10522026-04-01T17:32:11.239Z Downloaded tagptr v0.2.0
10532026-04-01T17:32:11.239Z Downloaded slog-dtrace v0.3.0
10542026-04-01T17:32:11.242Z Downloaded testing_table v0.3.0
10552026-04-01T17:32:11.242Z Downloaded sync-ptr v0.1.4
10562026-04-01T17:32:11.242Z Downloaded slog-stdlog v4.1.1
10572026-04-01T17:32:11.242Z Downloaded slog-json v2.6.1
10582026-04-01T17:32:11.244Z Downloaded slog-scope v4.4.1
10592026-04-01T17:32:11.244Z Downloaded slog-async v2.8.0
10602026-04-01T17:32:11.247Z Downloaded sec1 v0.7.3
10612026-04-01T17:32:11.247Z Downloaded progenitor-impl v0.11.2
10622026-04-01T17:32:11.250Z Downloaded progenitor-impl v0.13.0
10632026-04-01T17:32:11.250Z Downloaded termtree v0.5.1
10642026-04-01T17:32:11.254Z Downloaded thread-id v5.1.0
10652026-04-01T17:32:11.257Z Downloaded serde_derive_internals v0.29.1
10662026-04-01T17:32:11.257Z Downloaded ron v0.8.1
10672026-04-01T17:32:11.260Z Downloaded smf v0.2.3
10682026-04-01T17:32:11.265Z Downloaded tinyvec_macros v0.1.1
10692026-04-01T17:32:11.268Z Downloaded snafu-derive v0.8.9
10702026-04-01T17:32:11.268Z Downloaded time-core v0.1.8
10712026-04-01T17:32:11.268Z Downloaded thiserror-impl-no-std v2.0.2
10722026-04-01T17:32:11.271Z Downloaded smallvec v0.6.14
10732026-04-01T17:32:11.271Z Downloaded stacker v0.1.23
10742026-04-01T17:32:11.271Z Downloaded stringprep v0.1.5
10752026-04-01T17:32:11.274Z Downloaded sqlformat v0.3.5
10762026-04-01T17:32:11.274Z Downloaded string_cache v0.8.9
10772026-04-01T17:32:11.277Z Downloaded serde_with_macros v3.17.0
10782026-04-01T17:32:11.281Z Downloaded static_assertions v1.1.0
10792026-04-01T17:32:11.284Z Downloaded hashbrown v0.15.5
10802026-04-01T17:32:11.291Z Downloaded rustls-platform-verifier v0.6.2
10812026-04-01T17:32:11.295Z Downloaded strum_macros v0.26.4
10822026-04-01T17:32:11.300Z Downloaded support-bundle-viewer v0.1.2
10832026-04-01T17:32:11.300Z Downloaded slab v0.4.12
10842026-04-01T17:32:11.300Z Downloaded ryu v1.0.23
10852026-04-01T17:32:11.300Z Downloaded prettyplease v0.2.37
10862026-04-01T17:32:11.303Z Downloaded schemars v0.8.22
10872026-04-01T17:32:11.311Z Downloaded hyper-util v0.1.20
10882026-04-01T17:32:11.314Z Downloaded rayon-core v1.13.0
10892026-04-01T17:32:11.317Z Downloaded strum_macros v0.24.3
10902026-04-01T17:32:11.319Z Downloaded pretty_assertions v1.4.1
10912026-04-01T17:32:11.319Z Downloaded crossterm v0.29.0
10922026-04-01T17:32:11.325Z Downloaded nom v7.1.3
10932026-04-01T17:32:11.329Z Downloaded thread_local v1.1.9
10942026-04-01T17:32:11.331Z Downloaded slog-term v2.9.2
10952026-04-01T17:32:11.334Z Downloaded quinn v0.11.9
10962026-04-01T17:32:11.338Z Downloaded iddqd v0.3.17
10972026-04-01T17:32:11.342Z Downloaded qorb v0.4.1
10982026-04-01T17:32:11.345Z Downloaded publicsuffix v2.3.0
10992026-04-01T17:32:11.348Z Downloaded time-macros v0.2.27
11002026-04-01T17:32:11.350Z Downloaded spki v0.7.3
11012026-04-01T17:32:11.350Z Downloaded serde_yaml v0.9.34+deprecated
11022026-04-01T17:32:11.353Z Downloaded tower-service v0.3.3
11032026-04-01T17:32:11.353Z Downloaded tower-layer v0.3.3
11042026-04-01T17:32:11.353Z Downloaded spin v0.9.8
11052026-04-01T17:32:11.356Z Downloaded unarray v0.1.4
11062026-04-01T17:32:11.359Z Downloaded aho-corasick v1.1.4
11072026-04-01T17:32:11.362Z Downloaded tokio-dtrace v0.1.1
11082026-04-01T17:32:11.365Z Downloaded rand v0.8.5
11092026-04-01T17:32:11.368Z Downloaded libxml v0.3.3
11102026-04-01T17:32:11.373Z Downloaded strum_macros v0.27.2
11112026-04-01T17:32:11.375Z Downloaded typify-macro v0.6.1
11122026-04-01T17:32:11.378Z Downloaded tokio-macros v2.6.0
11132026-04-01T17:32:11.383Z Downloaded unit-prefix v0.5.2
11142026-04-01T17:32:11.386Z Downloaded termios v0.3.3
11152026-04-01T17:32:11.386Z Downloaded similar v2.7.0
11162026-04-01T17:32:11.389Z Downloaded topological-sort v0.2.2
11172026-04-01T17:32:11.392Z Downloaded tls_codec_derive v0.4.2
11182026-04-01T17:32:11.392Z Downloaded mio v1.1.1
11192026-04-01T17:32:11.395Z Downloaded rcgen v0.12.1
11202026-04-01T17:32:11.398Z Downloaded untrusted v0.9.0
11212026-04-01T17:32:11.401Z Downloaded tokio-native-tls v0.3.1
11222026-04-01T17:32:11.401Z Downloaded term v1.2.1
11232026-04-01T17:32:11.404Z Downloaded term v0.7.0
11242026-04-01T17:32:11.407Z Downloaded tokio-tungstenite v0.21.0
11252026-04-01T17:32:11.409Z Downloaded typify-macro v0.4.3
11262026-04-01T17:32:11.414Z Downloaded usdt-macro v0.6.0
11272026-04-01T17:32:11.417Z Downloaded futures-util v0.3.32
11282026-04-01T17:32:11.422Z Downloaded usdt-attr-macro v0.6.0
11292026-04-01T17:32:11.425Z Downloaded rsa v0.9.10
11302026-04-01T17:32:11.429Z Downloaded num-bigint-dig v0.8.6
11312026-04-01T17:32:11.432Z Downloaded tls_codec v0.4.2
11322026-04-01T17:32:11.432Z Downloaded tiny-keccak v2.0.2
11332026-04-01T17:32:11.432Z Downloaded void v1.0.2
11342026-04-01T17:32:11.432Z Downloaded usdt v0.6.0
11352026-04-01T17:32:11.435Z Downloaded socket2 v0.6.2
11362026-04-01T17:32:11.435Z Downloaded serde_cbor v0.11.2
11372026-04-01T17:32:11.437Z Downloaded try-lock v0.2.5
11382026-04-01T17:32:11.438Z Downloaded thiserror-no-std v2.0.2
11392026-04-01T17:32:11.441Z Downloaded want v0.3.1
11402026-04-01T17:32:11.441Z Downloaded waitgroup v0.1.2
11412026-04-01T17:32:11.441Z Downloaded untrusted v0.7.1
11422026-04-01T17:32:11.441Z Downloaded signal-hook v0.3.18
11432026-04-01T17:32:11.444Z Downloaded utf-8 v0.7.6
11442026-04-01T17:32:11.444Z Downloaded trait-variant v0.1.2
11452026-04-01T17:32:11.444Z Downloaded socket2 v0.5.10
11462026-04-01T17:32:11.447Z Downloaded hyper v1.8.1
11472026-04-01T17:32:11.450Z Downloaded universal-hash v0.5.1
11482026-04-01T17:32:11.454Z Downloaded rand v0.10.0
11492026-04-01T17:32:11.460Z Downloaded wait-timeout v0.2.1
11502026-04-01T17:32:11.463Z Downloaded itertools v0.14.0
11512026-04-01T17:32:11.470Z Downloaded slog v2.8.2
11522026-04-01T17:32:11.473Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-04-01T17:32:11.478Z Downloaded schemars v0.9.0
11542026-04-01T17:32:11.487Z Downloaded xshell-macros v0.2.7
11552026-04-01T17:32:11.490Z Downloaded iri-string v0.7.10
11562026-04-01T17:32:11.494Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11572026-04-01T17:32:11.498Z Downloaded unicode-truncate v1.1.0
11582026-04-01T17:32:11.498Z Downloaded tokio-tungstenite v0.23.1
11592026-04-01T17:32:11.501Z Downloaded xattr v1.6.1
11602026-04-01T17:32:11.504Z Downloaded usdt-impl v0.6.0
11612026-04-01T17:32:11.504Z Downloaded zone_cfg_derive v0.3.1
11622026-04-01T17:32:11.504Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-04-01T17:32:11.507Z Downloaded subprocess v0.2.15
11642026-04-01T17:32:11.509Z Downloaded zeroize_derive v1.4.3
11652026-04-01T17:32:11.509Z Downloaded tokio-stream v0.1.18
11662026-04-01T17:32:11.512Z Downloaded itertools v0.13.0
11672026-04-01T17:32:11.515Z Downloaded samael v0.0.19
11682026-04-01T17:32:11.536Z Downloaded tui-tree-widget v0.23.1
11692026-04-01T17:32:11.536Z Downloaded rand v0.9.2
11702026-04-01T17:32:11.536Z Downloaded vergen-gitcl v1.0.8
11712026-04-01T17:32:11.536Z Downloaded vergen-git2 v1.0.7
11722026-04-01T17:32:11.536Z Downloaded tokio-rustls v0.25.0
11732026-04-01T17:32:11.536Z Downloaded tokio-rustls v0.24.1
11742026-04-01T17:32:11.536Z Downloaded zone v0.3.1
11752026-04-01T17:32:11.536Z Downloaded vsss-rs v3.3.4
11762026-04-01T17:32:11.536Z Downloaded walkdir v2.5.0
11772026-04-01T17:32:11.536Z Downloaded hkdf v0.12.4
11782026-04-01T17:32:11.540Z Downloaded tokio-rustls v0.26.4
11792026-04-01T17:32:11.545Z Downloaded whoami v1.6.1
11802026-04-01T17:32:11.548Z Downloaded blake3 v1.8.3
11812026-04-01T17:32:11.551Z Downloaded whoami v2.1.0
11822026-04-01T17:32:11.554Z Downloaded p521 v0.13.3
11832026-04-01T17:32:11.557Z Downloaded unicode-properties v0.1.4
11842026-04-01T17:32:11.557Z Downloaded tar v0.4.45
11852026-04-01T17:32:11.560Z Downloaded schemars v1.2.1
11862026-04-01T17:32:11.567Z Downloaded xshell v0.2.7
11872026-04-01T17:32:11.570Z Downloaded wyz v0.5.1
11882026-04-01T17:32:11.570Z Downloaded tinyvec v1.10.0
11892026-04-01T17:32:11.573Z Downloaded zeroize v1.8.2
11902026-04-01T17:32:11.573Z Downloaded test-strategy v0.4.5
11912026-04-01T17:32:11.577Z Downloaded toml v0.7.8
11922026-04-01T17:32:11.577Z Downloaded rustls-webpki v0.103.9
11932026-04-01T17:32:11.580Z Downloaded uzers v0.12.2
11942026-04-01T17:32:11.591Z Downloaded xz2 v0.1.7
11952026-04-01T17:32:11.595Z Downloaded itertools v0.12.1
11962026-04-01T17:32:11.598Z Downloaded vergen-lib v0.1.6
11972026-04-01T17:32:11.598Z Downloaded typify v0.4.3
11982026-04-01T17:32:11.603Z Downloaded unicase v2.9.0
11992026-04-01T17:32:11.603Z Downloaded typify v0.6.1
12002026-04-01T17:32:11.606Z Downloaded twox-hash v2.1.2
12012026-04-01T17:32:11.606Z Downloaded tracing-attributes v0.1.31
12022026-04-01T17:32:11.609Z Downloaded zstd v0.13.3
12032026-04-01T17:32:11.614Z Downloaded zstd-safe v7.2.4
12042026-04-01T17:32:11.617Z Downloaded vergen v9.0.6
12052026-04-01T17:32:11.620Z Downloaded h2 v0.4.13
12062026-04-01T17:32:11.623Z Downloaded rustyline v14.0.0
12072026-04-01T17:32:11.626Z Downloaded steno v0.4.1
12082026-04-01T17:32:11.630Z Downloaded yasna v0.5.2
12092026-04-01T17:32:11.633Z Downloaded bitvec v1.0.1
12102026-04-01T17:32:11.639Z Downloaded chrono v0.4.44
12112026-04-01T17:32:11.643Z Downloaded tungstenite v0.21.0
12122026-04-01T17:32:11.646Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-04-01T17:32:11.649Z Downloaded zerocopy v0.6.6
12142026-04-01T17:32:11.649Z Downloaded toml v0.9.12+spec-1.1.0
12152026-04-01T17:32:11.652Z Downloaded tungstenite v0.23.0
12162026-04-01T17:32:11.655Z Downloaded tracing-core v0.1.36
12172026-04-01T17:32:11.656Z Downloaded snafu v0.8.9
12182026-04-01T17:32:11.658Z Downloaded ron v0.12.0
12192026-04-01T17:32:11.663Z Downloaded vte v0.14.1
12202026-04-01T17:32:11.666Z Downloaded uuid v1.21.0
12212026-04-01T17:32:11.677Z Downloaded tokio-postgres v0.7.16
12222026-04-01T17:32:11.716Z Downloaded unsafe-libyaml v0.2.11
12232026-04-01T17:32:11.725Z Downloaded zopfli v0.8.3
12242026-04-01T17:32:11.732Z Downloaded ssh-key v0.6.7
12252026-04-01T17:32:11.735Z Downloaded libm v0.2.16
12262026-04-01T17:32:11.738Z Downloaded bindgen v0.71.1
12272026-04-01T17:32:11.742Z Downloaded aws-lc-rs v1.16.0
12282026-04-01T17:32:11.746Z Downloaded unicode-bidi v0.3.18
12292026-04-01T17:32:11.755Z Downloaded regex v1.12.3
12302026-04-01T17:32:11.758Z Downloaded reedline v0.40.0
12312026-04-01T17:32:11.761Z Downloaded reqwest v0.12.28
12322026-04-01T17:32:11.764Z Downloaded zip v0.6.6
12332026-04-01T17:32:11.767Z Downloaded toml_edit v0.19.15
12342026-04-01T17:32:11.775Z Downloaded yansi v1.0.1
12352026-04-01T17:32:11.778Z Downloaded russh v0.45.0
12362026-04-01T17:32:11.785Z Downloaded unicode_categories v0.1.1
12372026-04-01T17:32:11.785Z Downloaded portable-atomic v1.13.1
12382026-04-01T17:32:11.788Z Downloaded git2 v0.20.4
12392026-04-01T17:32:11.791Z Downloaded rpassword v7.4.0
12402026-04-01T17:32:11.791Z Downloaded p384 v0.13.1
12412026-04-01T17:32:11.803Z Downloaded reqwest v0.13.2
12422026-04-01T17:32:11.806Z Downloaded zerocopy-derive v0.8.40
12432026-04-01T17:32:11.812Z Downloaded quick-xml v0.37.5
12442026-04-01T17:32:11.815Z Downloaded goblin v0.10.5
12452026-04-01T17:32:11.820Z Downloaded lalrpop v0.19.12
12462026-04-01T17:32:11.825Z Downloaded x509-cert v0.2.5
12472026-04-01T17:32:11.829Z Downloaded unicode-segmentation v1.12.0
12482026-04-01T17:32:11.832Z Downloaded rustls-webpki v0.101.7
12492026-04-01T17:32:11.838Z Downloaded moka v0.12.13
12502026-04-01T17:32:11.843Z Downloaded typed-path v0.9.3
12512026-04-01T17:32:11.847Z Downloaded rayon v1.11.0
12522026-04-01T17:32:11.857Z Downloaded tower v0.5.3
12532026-04-01T17:32:11.865Z Downloaded tokio-util v0.7.18
12542026-04-01T17:32:11.869Z Downloaded unicode-normalization v0.1.25
12552026-04-01T17:32:11.877Z Downloaded proptest v1.10.0
12562026-04-01T17:32:11.884Z Downloaded petname v2.0.2
12572026-04-01T17:32:11.900Z Downloaded serde_with v3.17.0
12582026-04-01T17:32:11.905Z Downloaded tough v0.20.0
12592026-04-01T17:32:11.910Z Downloaded salty v0.3.0
12602026-04-01T17:32:11.930Z Downloaded zip v4.6.1
12612026-04-01T17:32:11.933Z Downloaded tower-http v0.6.8
12622026-04-01T17:32:11.939Z Downloaded object v0.30.4
12632026-04-01T17:32:11.960Z Downloaded quinn-proto v0.11.13
12642026-04-01T17:32:11.972Z Downloaded radix_trie v0.2.1
12652026-04-01T17:32:11.976Z Downloaded winnow v0.6.26
12662026-04-01T17:32:11.981Z Downloaded winnow v0.5.40
12672026-04-01T17:32:11.986Z Downloaded nix v0.27.1
12682026-04-01T17:32:11.992Z Downloaded rustls-webpki v0.102.8
12692026-04-01T17:32:12.013Z Downloaded openssl v0.10.75
12702026-04-01T17:32:12.021Z Downloaded bstr v1.12.1
12712026-04-01T17:32:12.032Z Downloaded tabled v0.20.0
12722026-04-01T17:32:12.046Z Downloaded polar-core v0.27.3
12732026-04-01T17:32:12.055Z Downloaded smoltcp v0.9.1
12742026-04-01T17:32:12.061Z Downloaded rustls v0.21.12
12752026-04-01T17:32:12.067Z Downloaded time v0.3.47
12762026-04-01T17:32:12.083Z Downloaded dropshot v0.16.7
12772026-04-01T17:32:12.097Z Downloaded nix v0.31.1
12782026-04-01T17:32:12.101Z Downloaded object v0.37.3
12792026-04-01T17:32:12.107Z Downloaded vcpkg v0.2.15
12802026-04-01T17:32:12.131Z Downloaded zlib-rs v0.6.2
12812026-04-01T17:32:12.134Z Downloaded regress v0.10.5
12822026-04-01T17:32:12.138Z Downloaded hickory-proto v0.24.4
12832026-04-01T17:32:12.147Z Downloaded webpki-roots v1.0.6
12842026-04-01T17:32:12.150Z Downloaded smoltcp v0.11.0
12852026-04-01T17:32:12.156Z Downloaded hickory-proto v0.25.2
12862026-04-01T17:32:12.164Z Downloaded regex-syntax v0.8.10
12872026-04-01T17:32:12.168Z Downloaded rustls v0.22.4
12882026-04-01T17:32:12.176Z Downloaded openapiv3 v2.2.0
12892026-04-01T17:32:12.182Z Downloaded regex-syntax v0.6.29
12902026-04-01T17:32:12.185Z Downloaded rustls v0.23.37
12912026-04-01T17:32:12.192Z Downloaded zerocopy v0.8.40
12922026-04-01T17:32:12.197Z Downloaded diesel v2.3.7
12932026-04-01T17:32:12.208Z Downloaded rustix v0.38.44
12942026-04-01T17:32:12.220Z Downloaded nix v0.29.0
12952026-04-01T17:32:12.227Z Downloaded nix v0.28.0
12962026-04-01T17:32:12.267Z Downloaded sqlparser v0.61.0
12972026-04-01T17:32:12.295Z Downloaded sled v0.34.7
12982026-04-01T17:32:12.307Z Downloaded ratatui v0.29.0
12992026-04-01T17:32:12.319Z Downloaded typify-impl v0.6.1
13002026-04-01T17:32:12.328Z Downloaded typify-impl v0.4.3
13012026-04-01T17:32:12.337Z Downloaded tracing v0.1.44
13022026-04-01T17:32:12.351Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-04-01T17:32:12.370Z Downloaded chrono-tz v0.10.4
13042026-04-01T17:32:12.381Z Downloaded zerocopy-derive v0.6.6
13052026-04-01T17:32:12.387Z Downloaded regex-automata v0.4.14
13062026-04-01T17:32:12.399Z Downloaded petgraph v0.6.5
13072026-04-01T17:32:12.419Z Downloaded jiff v0.2.21
13082026-04-01T17:32:12.431Z Downloaded petgraph v0.8.3
13092026-04-01T17:32:12.445Z Downloaded lzma-sys v0.1.20
13102026-04-01T17:32:12.462Z Downloaded libz-sys v1.1.24
13112026-04-01T17:32:12.475Z Downloaded csv v1.4.0
13122026-04-01T17:32:12.488Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-04-01T17:32:12.499Z Downloaded sha3 v0.10.8
13142026-04-01T17:32:12.531Z Downloaded tokio v1.49.0
13152026-04-01T17:32:12.608Z Downloaded encoding_rs v0.8.35
13162026-04-01T17:32:12.644Z Downloaded ring v0.17.14
13172026-04-01T17:32:12.671Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-04-01T17:32:13.200Z Downloaded aws-lc-sys v0.37.1
13192026-04-01T17:32:13.453Z Compiling libc v0.2.180
13202026-04-01T17:32:13.453Z Compiling serde v1.0.228
13212026-04-01T17:32:13.456Z Compiling log v0.4.29
13222026-04-01T17:32:13.456Z Compiling shlex v1.3.0
13232026-04-01T17:32:13.456Z Compiling find-msvc-tools v0.1.9
13242026-04-01T17:32:13.456Z Compiling smallvec v1.15.1
13252026-04-01T17:32:13.456Z Compiling typenum v1.19.0
13262026-04-01T17:32:13.456Z Compiling subtle v2.6.1
13272026-04-01T17:32:13.456Z Compiling generic-array v0.14.7
13282026-04-01T17:32:13.456Z Compiling scopeguard v1.2.0
13292026-04-01T17:32:13.592Z Compiling portable-atomic v1.13.1
13302026-04-01T17:32:13.635Z Compiling const-oid v0.9.6
13312026-04-01T17:32:13.646Z Compiling critical-section v1.2.0
13322026-04-01T17:32:13.649Z Compiling zerocopy v0.8.40
13332026-04-01T17:32:13.659Z Compiling syn v2.0.117
13342026-04-01T17:32:13.713Z Compiling serde_json v1.0.149
13352026-04-01T17:32:13.783Z Compiling parking_lot_core v0.9.12
13362026-04-01T17:32:13.818Z Compiling lock_api v0.4.14
13372026-04-01T17:32:13.833Z Compiling pin-project-lite v0.2.17
13382026-04-01T17:32:13.847Z Compiling pkg-config v0.3.32
13392026-04-01T17:32:13.847Z Compiling bitflags v2.11.0
13402026-04-01T17:32:13.876Z Compiling libm v0.2.16
13412026-04-01T17:32:13.879Z Compiling num-traits v0.2.19
13422026-04-01T17:32:13.946Z Compiling futures-core v0.3.32
13432026-04-01T17:32:13.961Z Compiling percent-encoding v2.3.2
13442026-04-01T17:32:13.976Z Compiling allocator-api2 v0.2.21
13452026-04-01T17:32:14.102Z Compiling foldhash v0.2.0
13462026-04-01T17:32:14.103Z Compiling futures-sink v0.3.32
13472026-04-01T17:32:14.132Z Compiling cpufeatures v0.2.17
13482026-04-01T17:32:14.145Z Compiling getrandom v0.4.1
13492026-04-01T17:32:14.190Z Compiling futures-io v0.3.32
13502026-04-01T17:32:14.234Z Compiling futures-channel v0.3.32
13512026-04-01T17:32:14.237Z Compiling futures-task v0.3.32
13522026-04-01T17:32:14.276Z Compiling hashbrown v0.16.1
13532026-04-01T17:32:14.306Z Compiling slab v0.4.12
13542026-04-01T17:32:14.321Z Compiling getrandom v0.3.4
13552026-04-01T17:32:14.338Z Compiling rand_core v0.10.0
13562026-04-01T17:32:14.353Z Compiling rustversion v1.0.22
13572026-04-01T17:32:14.415Z Compiling form_urlencoded v1.2.2
13582026-04-01T17:32:14.447Z Compiling ident_case v1.0.1
13592026-04-01T17:32:14.478Z Compiling fs_extra v1.3.0
13602026-04-01T17:32:14.496Z Compiling getrandom v0.2.17
13612026-04-01T17:32:14.514Z Compiling jobserver v0.1.34
13622026-04-01T17:32:14.516Z Compiling errno v0.3.14
13632026-04-01T17:32:14.585Z Compiling mio v1.1.1
13642026-04-01T17:32:14.600Z Compiling socket2 v0.6.2
13652026-04-01T17:32:14.687Z Compiling rand_core v0.6.4
13662026-04-01T17:32:14.704Z Compiling once_cell v1.21.3
13672026-04-01T17:32:14.726Z Compiling cc v1.2.56
13682026-04-01T17:32:14.750Z Compiling signal-hook-registry v1.4.8
13692026-04-01T17:32:14.766Z Compiling parking_lot v0.12.5
13702026-04-01T17:32:14.834Z Compiling indexmap v2.13.0
13712026-04-01T17:32:14.880Z Compiling base64ct v1.8.3
13722026-04-01T17:32:14.895Z Compiling dunce v1.0.5
13732026-04-01T17:32:14.910Z Compiling flagset v0.4.7
13742026-04-01T17:32:14.931Z Compiling iana-time-zone v0.1.65
13752026-04-01T17:32:14.982Z Compiling rustix v1.1.3
13762026-04-01T17:32:15.004Z Compiling uuid v1.21.0
13772026-04-01T17:32:15.044Z Compiling rustc_version v0.4.1
13782026-04-01T17:32:15.048Z Compiling regex-syntax v0.8.10
13792026-04-01T17:32:15.088Z Compiling vcpkg v0.2.15
13802026-04-01T17:32:15.152Z Compiling pem-rfc7468 v0.7.0
13812026-04-01T17:32:15.168Z Compiling aws-lc-rs v1.16.0
13822026-04-01T17:32:15.184Z Compiling tracing-core v0.1.36
13832026-04-01T17:32:15.200Z Compiling crossbeam-utils v0.8.21
13842026-04-01T17:32:15.340Z Compiling rand_core v0.9.5
13852026-04-01T17:32:15.376Z Compiling base64 v0.22.1
13862026-04-01T17:32:15.421Z Compiling syn v1.0.109
13872026-04-01T17:32:15.449Z Compiling cmake v0.1.57
13882026-04-01T17:32:15.479Z Compiling untrusted v0.7.1
13892026-04-01T17:32:15.494Z Compiling schemars v0.8.22
13902026-04-01T17:32:15.509Z Compiling httparse v1.10.1
13912026-04-01T17:32:15.544Z Compiling openssl-probe v0.2.1
13922026-04-01T17:32:15.629Z Compiling untrusted v0.9.0
13932026-04-01T17:32:15.784Z Compiling rustls v0.23.37
13942026-04-01T17:32:15.801Z Compiling tower-service v0.3.3
13952026-04-01T17:32:15.818Z Compiling atomic-waker v1.1.2
13962026-04-01T17:32:15.845Z Compiling tower-layer v0.3.3
13972026-04-01T17:32:15.849Z Compiling dyn-clone v1.0.20
13982026-04-01T17:32:15.889Z Compiling try-lock v0.2.5
13992026-04-01T17:32:15.907Z Compiling tinyvec_macros v0.1.1
14002026-04-01T17:32:15.923Z Compiling spin v0.9.8
14012026-04-01T17:32:15.936Z Compiling aho-corasick v1.1.4
14022026-04-01T17:32:15.965Z Compiling crc32fast v1.5.0
14032026-04-01T17:32:15.968Z Compiling foreign-types-shared v0.1.1
14042026-04-01T17:32:16.011Z Compiling want v0.3.1
14052026-04-01T17:32:16.014Z Compiling tinyvec v1.10.0
14062026-04-01T17:32:16.014Z Compiling time-core v0.1.8
14072026-04-01T17:32:16.014Z Compiling num-conv v0.2.0
14082026-04-01T17:32:16.058Z Compiling pin-utils v0.1.0
14092026-04-01T17:32:16.102Z Compiling powerfmt v0.2.0
14102026-04-01T17:32:16.154Z Compiling openssl v0.10.75
14112026-04-01T17:32:16.170Z Compiling httpdate v1.0.3
14122026-04-01T17:32:16.202Z Compiling foreign-types v0.3.2
14132026-04-01T17:32:16.217Z Compiling socket2 v0.5.10
14142026-04-01T17:32:16.221Z Compiling time-macros v0.2.27
14152026-04-01T17:32:16.246Z Compiling wait-timeout v0.2.1
14162026-04-01T17:32:16.288Z Compiling deranged v0.5.8
14172026-04-01T17:32:16.330Z Compiling quick-error v1.2.3
14182026-04-01T17:32:16.360Z Compiling siphasher v1.0.2
14192026-04-01T17:32:16.375Z Compiling usdt-impl v0.6.0
14202026-04-01T17:32:16.389Z Compiling aws-lc-sys v0.37.1
14212026-04-01T17:32:16.405Z Compiling ring v0.17.14
14222026-04-01T17:32:16.422Z Compiling openssl-sys v0.9.111
14232026-04-01T17:32:16.422Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-04-01T17:32:16.456Z Compiling bit-vec v0.8.0
14252026-04-01T17:32:16.599Z Compiling synstructure v0.13.2
14262026-04-01T17:32:16.621Z Compiling serde_derive_internals v0.29.1
14272026-04-01T17:32:16.679Z Compiling pest_generator v2.8.6
14282026-04-01T17:32:16.683Z Compiling darling_core v0.20.11
14292026-04-01T17:32:16.753Z Compiling tempfile v3.25.0
14302026-04-01T17:32:16.937Z Compiling regex-automata v0.4.14
14312026-04-01T17:32:17.153Z Compiling num_threads v0.1.7
14322026-04-01T17:32:17.231Z Compiling either v1.15.0
14332026-04-01T17:32:17.266Z Compiling simd-adler32 v0.3.8
14342026-04-01T17:32:17.303Z Compiling native-tls v0.2.18
14352026-04-01T17:32:17.370Z Compiling time v0.3.47
14362026-04-01T17:32:17.436Z Compiling rusty-fork v0.3.1
14372026-04-01T17:32:17.451Z Compiling bit-set v0.8.0
14382026-04-01T17:32:17.534Z Compiling darling_core v0.21.3
14392026-04-01T17:32:17.597Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-04-01T17:32:17.627Z Compiling unicode-normalization v0.1.25
14412026-04-01T17:32:17.654Z Compiling crossbeam-epoch v0.9.18
14422026-04-01T17:32:17.761Z Compiling rand_xorshift v0.4.0
14432026-04-01T17:32:17.780Z Compiling slog v2.8.2
14442026-04-01T17:32:17.836Z Compiling heapless v0.7.17
14452026-04-01T17:32:17.925Z Compiling thread-id v5.1.0
14462026-04-01T17:32:17.950Z Compiling sync_wrapper v1.0.2
14472026-04-01T17:32:17.993Z Compiling cookie v0.18.1
14482026-04-01T17:32:18.010Z Compiling signal-hook v0.3.18
14492026-04-01T17:32:18.025Z Compiling unarray v0.1.4
14502026-04-01T17:32:18.075Z Compiling zstd-safe v7.2.4
14512026-04-01T17:32:18.104Z Compiling unicode-bidi v0.3.18
14522026-04-01T17:32:18.152Z Compiling anyhow v1.0.102
14532026-04-01T17:32:18.168Z Compiling unicode-properties v0.1.4
14542026-04-01T17:32:18.182Z Compiling rayon-core v1.13.0
14552026-04-01T17:32:18.210Z Compiling adler2 v2.0.1
14562026-04-01T17:32:18.213Z Compiling unicode-segmentation v1.12.0
14572026-04-01T17:32:18.296Z Compiling paste v1.0.15
14582026-04-01T17:32:18.368Z Compiling miniz_oxide v0.8.9
14592026-04-01T17:32:18.400Z Compiling serde_derive v1.0.228
14602026-04-01T17:32:18.429Z Compiling zeroize_derive v1.4.3
14612026-04-01T17:32:18.444Z Compiling zerofrom-derive v0.1.6
14622026-04-01T17:32:18.490Z Compiling yoke-derive v0.8.1
14632026-04-01T17:32:18.596Z Compiling zerocopy-derive v0.8.40
14642026-04-01T17:32:18.644Z Compiling zerovec-derive v0.11.2
14652026-04-01T17:32:18.682Z Compiling displaydoc v0.2.5
14662026-04-01T17:32:19.025Z Compiling tokio-macros v2.6.0
14672026-04-01T17:32:19.041Z Compiling futures-macro v0.3.32
14682026-04-01T17:32:19.077Z Compiling der_derive v0.7.3
14692026-04-01T17:32:19.124Z Compiling zeroize v1.8.2
14702026-04-01T17:32:19.478Z Compiling thiserror-impl v2.0.18
14712026-04-01T17:32:19.718Z Compiling rustls-pki-types v1.14.0
14722026-04-01T17:32:19.821Z Compiling tracing-attributes v0.1.31
14732026-04-01T17:32:19.837Z Compiling scroll_derive v0.13.1
14742026-04-01T17:32:19.915Z Compiling crypto-common v0.1.7
14752026-04-01T17:32:19.930Z Compiling zerofrom v0.1.6
14762026-04-01T17:32:19.952Z Compiling block-buffer v0.10.4
14772026-04-01T17:32:20.053Z Compiling yoke v0.8.1
14782026-04-01T17:32:20.070Z Compiling futures-util v0.3.32
14792026-04-01T17:32:20.122Z Compiling block-padding v0.3.3
14802026-04-01T17:32:20.127Z Compiling digest v0.10.7
14812026-04-01T17:32:20.153Z Compiling der v0.7.10
14822026-04-01T17:32:20.229Z Compiling zerovec v0.11.5
14832026-04-01T17:32:20.229Z Compiling zerotrie v0.2.3
14842026-04-01T17:32:20.262Z Compiling inout v0.1.4
14852026-04-01T17:32:20.277Z Compiling schemars_derive v0.8.22
14862026-04-01T17:32:20.398Z Compiling hmac v0.12.1
14872026-04-01T17:32:20.452Z Compiling cipher v0.4.4
14882026-04-01T17:32:20.560Z Compiling sha2 v0.10.9
14892026-04-01T17:32:20.574Z Compiling pbkdf2 v0.12.2
14902026-04-01T17:32:20.709Z Compiling tinystr v0.8.2
14912026-04-01T17:32:20.723Z Compiling potential_utf v0.1.4
14922026-04-01T17:32:20.739Z Compiling salsa20 v0.10.2
14932026-04-01T17:32:20.755Z Compiling cbc v0.1.2
14942026-04-01T17:32:20.893Z Compiling icu_locale_core v2.1.1
14952026-04-01T17:32:20.896Z Compiling icu_collections v2.1.1
14962026-04-01T17:32:20.923Z Compiling thiserror v2.0.18
14972026-04-01T17:32:20.925Z Compiling scrypt v0.11.0
14982026-04-01T17:32:20.954Z Compiling aes v0.8.4
14992026-04-01T17:32:21.046Z Compiling spki v0.7.3
15002026-04-01T17:32:21.197Z Compiling tracing v0.1.44
15012026-04-01T17:32:21.212Z Compiling pest_derive v2.8.6
15022026-04-01T17:32:21.215Z Compiling scroll v0.13.0
15032026-04-01T17:32:21.275Z Compiling darling_macro v0.20.11
15042026-04-01T17:32:21.391Z Compiling pkcs5 v0.7.1
15052026-04-01T17:32:21.408Z Compiling openssl-macros v0.1.1
15062026-04-01T17:32:21.493Z Compiling goblin v0.10.5
15072026-04-01T17:32:21.568Z Compiling icu_provider v2.1.1
15082026-04-01T17:32:21.602Z Compiling thiserror-impl v1.0.69
15092026-04-01T17:32:21.697Z Compiling dtrace-parser v0.3.0
15102026-04-01T17:32:21.801Z Compiling pkcs8 v0.10.2
15112026-04-01T17:32:21.840Z Compiling icu_properties v2.1.2
15122026-04-01T17:32:21.843Z Compiling icu_normalizer v2.1.1
15132026-04-01T17:32:21.886Z Compiling darling v0.20.11
15142026-04-01T17:32:21.962Z Compiling derive_builder_core v0.20.2
15152026-04-01T17:32:22.002Z Compiling signature v2.2.0
15162026-04-01T17:32:22.078Z Compiling bytes v1.11.1
15172026-04-01T17:32:22.116Z Compiling chrono v0.4.44
15182026-04-01T17:32:22.131Z Compiling ipnet v2.11.0
15192026-04-01T17:32:22.201Z Compiling rustls-native-certs v0.8.3
15202026-04-01T17:32:22.402Z Compiling scroll_derive v0.12.1
15212026-04-01T17:32:22.428Z Compiling serde_tokenstream v0.2.3
15222026-04-01T17:32:22.490Z Compiling erased-serde v0.3.31
15232026-04-01T17:32:22.516Z Compiling toml_datetime v0.6.11
15242026-04-01T17:32:22.661Z Compiling tokio v1.49.0
15252026-04-01T17:32:22.713Z Compiling http v1.4.0
15262026-04-01T17:32:22.761Z Compiling idna_adapter v1.2.1
15272026-04-01T17:32:22.792Z Compiling serde_spanned v0.6.9
15282026-04-01T17:32:22.876Z Compiling idna v1.1.0
15292026-04-01T17:32:22.915Z Compiling thiserror v1.0.69
15302026-04-01T17:32:22.930Z Compiling derive_builder_macro v0.20.2
15312026-04-01T17:32:22.954Z Compiling md-5 v0.10.6
15322026-04-01T17:32:22.993Z Compiling darling_macro v0.21.3
15332026-04-01T17:32:23.009Z Compiling webpki-roots v1.0.6
15342026-04-01T17:32:23.092Z Compiling ppv-lite86 v0.2.21
15352026-04-01T17:32:23.106Z Compiling scroll v0.12.0
15362026-04-01T17:32:23.150Z Compiling stringprep v0.1.5
15372026-04-01T17:32:23.291Z Compiling url v2.5.8
15382026-04-01T17:32:23.374Z Compiling http-body v1.0.1
15392026-04-01T17:32:23.398Z Compiling rand_chacha v0.9.0
15402026-04-01T17:32:23.428Z Compiling rand_chacha v0.3.1
15412026-04-01T17:32:23.442Z Compiling zerocopy-derive v0.7.35
15422026-04-01T17:32:23.514Z Compiling http-body-util v0.1.3
15432026-04-01T17:32:23.609Z Compiling rand v0.9.2
15442026-04-01T17:32:23.625Z Compiling crossbeam-deque v0.8.6
15452026-04-01T17:32:23.629Z Compiling num-integer v0.1.46
15462026-04-01T17:32:23.640Z Compiling vergen-lib v0.1.6
15472026-04-01T17:32:23.670Z Compiling curve25519-dalek v4.1.3
15482026-04-01T17:32:23.779Z Compiling ff v0.13.1
15492026-04-01T17:32:23.855Z Compiling hash32 v0.2.1
15502026-04-01T17:32:23.933Z Compiling memoffset v0.9.1
15512026-04-01T17:32:23.986Z Compiling ref-cast v1.0.25
15522026-04-01T17:32:24.023Z Compiling cfg_aliases v0.2.1
15532026-04-01T17:32:24.068Z Compiling iri-string v0.7.10
15542026-04-01T17:32:24.112Z Compiling litrs v1.0.0
15552026-04-01T17:32:24.138Z Compiling fallible-iterator v0.2.0
15562026-04-01T17:32:24.138Z Compiling psl-types v2.0.11
15572026-04-01T17:32:24.166Z Compiling rustix v0.38.44
15582026-04-01T17:32:24.287Z Compiling proptest v1.10.0
15592026-04-01T17:32:24.316Z Compiling dof v0.4.0
15602026-04-01T17:32:24.348Z Compiling smoltcp v0.9.1
15612026-04-01T17:32:24.360Z Compiling ryu v1.0.23
15622026-04-01T17:32:24.447Z Compiling base16ct v0.2.0
15632026-04-01T17:32:24.476Z Compiling num-bigint-dig v0.8.6
15642026-04-01T17:32:24.537Z Compiling zlib-rs v0.6.2
15652026-04-01T17:32:24.609Z Compiling sec1 v0.7.3
15662026-04-01T17:32:24.647Z Compiling ipnetwork v0.21.1
15672026-04-01T17:32:24.662Z Compiling document-features v0.2.12
15682026-04-01T17:32:24.665Z Compiling serde_urlencoded v0.7.1
15692026-04-01T17:32:24.739Z Compiling postgres-protocol v0.6.10
15702026-04-01T17:32:24.755Z Compiling zerocopy v0.7.35
15712026-04-01T17:32:24.903Z Compiling oxnet v0.1.4
15722026-04-01T17:32:24.964Z Compiling publicsuffix v2.3.0
15732026-04-01T17:32:25.062Z Compiling nix v0.31.1
15742026-04-01T17:32:25.174Z Compiling group v0.13.0
15752026-04-01T17:32:25.199Z Compiling num-iter v0.1.45
15762026-04-01T17:32:25.318Z Compiling rand v0.8.5
15772026-04-01T17:32:25.336Z Compiling proc-macro-error v1.0.4
15782026-04-01T17:32:25.380Z Compiling darling v0.21.3
15792026-04-01T17:32:25.455Z Compiling derive_builder v0.20.2
15802026-04-01T17:32:25.511Z Compiling goblin v0.8.2
15812026-04-01T17:32:25.614Z Compiling cargo-platform v0.1.9
15822026-04-01T17:32:25.646Z Compiling hkdf v0.12.4
15832026-04-01T17:32:25.661Z Compiling hubpack_derive v0.1.1
15842026-04-01T17:32:25.677Z Compiling crypto-bigint v0.5.5
15852026-04-01T17:32:25.771Z Compiling regex v1.12.3
15862026-04-01T17:32:25.832Z Compiling heck v0.4.1
15872026-04-01T17:32:25.880Z Compiling daft-derive v0.1.5
15882026-04-01T17:32:25.900Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-01T17:32:25.915Z Compiling ref-cast-impl v1.0.25
15902026-04-01T17:32:25.976Z Compiling async-trait v0.1.89
15912026-04-01T17:32:26.080Z Compiling strum_macros v0.27.2
15922026-04-01T17:32:26.134Z Compiling terminal_size v0.4.3
15932026-04-01T17:32:26.150Z Compiling phf_shared v0.13.1
15942026-04-01T17:32:26.175Z Compiling lazy_static v1.5.0
15952026-04-01T17:32:26.180Z Compiling vergen v9.0.6
15962026-04-01T17:32:26.222Z Compiling fs-err v3.3.0
15972026-04-01T17:32:26.292Z Compiling ahash v0.8.12
15982026-04-01T17:32:26.307Z Compiling managed v0.8.0
15992026-04-01T17:32:26.393Z Compiling tokio-util v0.7.18
16002026-04-01T17:32:26.410Z Compiling tower v0.5.3
16012026-04-01T17:32:26.439Z Compiling tokio-native-tls v0.3.1
16022026-04-01T17:32:26.486Z Compiling foldhash v0.1.5
16032026-04-01T17:32:26.572Z Compiling bitflags v1.3.2
16042026-04-01T17:32:26.588Z Compiling bumpalo v3.20.2
16052026-04-01T17:32:26.621Z Compiling newtype-uuid v1.3.2
16062026-04-01T17:32:26.659Z Compiling object v0.37.3
16072026-04-01T17:32:26.675Z Compiling libbz2-rs-sys v0.2.2
16082026-04-01T17:32:26.675Z Compiling winnow v0.5.40
16092026-04-01T17:32:26.741Z Compiling hashbrown v0.15.5
16102026-04-01T17:32:26.869Z Compiling tower-http v0.6.8
16112026-04-01T17:32:26.945Z Compiling daft v0.1.5
16122026-04-01T17:32:26.979Z Compiling zopfli v0.8.3
16132026-04-01T17:32:27.013Z Compiling elliptic-curve v0.13.8
16142026-04-01T17:32:27.100Z Compiling clap_builder v4.5.60
16152026-04-01T17:32:27.251Z Compiling h2 v0.4.13
16162026-04-01T17:32:27.303Z Compiling bzip2 v0.6.1
16172026-04-01T17:32:27.410Z Compiling flate2 v1.1.9
16182026-04-01T17:32:27.687Z Compiling phf v0.13.1
16192026-04-01T17:32:27.702Z Compiling console v0.16.2
16202026-04-01T17:32:27.795Z Compiling hubpack v0.1.2
16212026-04-01T17:32:27.863Z Compiling dof v0.3.0
16222026-04-01T17:32:27.866Z Compiling zone_cfg_derive v0.3.1
16232026-04-01T17:32:27.893Z Compiling signal-hook-mio v0.2.5
16242026-04-01T17:32:28.036Z Compiling toml_edit v0.19.15
16252026-04-01T17:32:28.051Z Compiling usdt-macro v0.6.0
16262026-04-01T17:32:28.149Z Compiling strum v0.27.2
16272026-04-01T17:32:28.178Z Compiling usdt-attr-macro v0.6.0
16282026-04-01T17:32:28.193Z Compiling cargo_metadata v0.19.2
16292026-04-01T17:32:28.307Z Compiling rayon v1.11.0
16302026-04-01T17:32:28.368Z Compiling cookie_store v0.22.1
16312026-04-01T17:32:28.546Z Compiling serde_with_macros v3.17.0
16322026-04-01T17:32:28.684Z Compiling postgres-types v0.2.12
16332026-04-01T17:32:28.749Z Compiling bzip2 v0.4.4
16342026-04-01T17:32:28.853Z Compiling zstd v0.13.3
16352026-04-01T17:32:29.017Z Compiling dtrace-parser v0.2.0
16362026-04-01T17:32:29.076Z Compiling ed25519 v2.2.3
16372026-04-01T17:32:29.128Z Compiling hex v0.4.3
16382026-04-01T17:32:29.145Z Compiling serde-big-array v0.5.1
16392026-04-01T17:32:29.271Z Compiling pkcs1 v0.7.5
16402026-04-01T17:32:29.311Z Compiling rfc6979 v0.4.0
16412026-04-01T17:32:29.424Z Compiling bstr v1.12.1
16422026-04-01T17:32:29.457Z Compiling serde_repr v0.1.20
16432026-04-01T17:32:29.566Z Compiling clap_derive v4.5.55
16442026-04-01T17:32:29.700Z Compiling enum-as-inner v0.6.1
16452026-04-01T17:32:29.703Z Compiling strum_macros v0.26.4
16462026-04-01T17:32:29.810Z Compiling itertools v0.12.1
16472026-04-01T17:32:30.021Z Compiling phf_shared v0.11.3
16482026-04-01T17:32:30.037Z Compiling float-cmp v0.10.0
16492026-04-01T17:32:30.119Z Compiling memmap2 v0.9.10
16502026-04-01T17:32:30.136Z Compiling thread-id v4.2.2
16512026-04-01T17:32:30.136Z Compiling env_filter v1.0.0
16522026-04-01T17:32:30.180Z Compiling encoding_rs v0.8.35
16532026-04-01T17:32:30.216Z Compiling fixedbitset v0.5.7
16542026-04-01T17:32:30.234Z Compiling keccak v0.1.6
16552026-04-01T17:32:30.250Z Compiling hyper v1.8.1
16562026-04-01T17:32:30.263Z Compiling jiff v0.2.21
16572026-04-01T17:32:30.361Z Compiling whoami v2.1.0
16582026-04-01T17:32:30.483Z Compiling static_assertions v1.1.0
16592026-04-01T17:32:30.521Z Compiling rustc-hash v2.1.1
16602026-04-01T17:32:30.552Z Compiling mime v0.3.17
16612026-04-01T17:32:30.567Z Compiling normalize-line-endings v0.3.0
16622026-04-01T17:32:30.665Z Compiling precomputed-hash v0.1.1
16632026-04-01T17:32:30.679Z Compiling fixedbitset v0.4.2
16642026-04-01T17:32:30.713Z Compiling unit-prefix v0.5.2
16652026-04-01T17:32:30.765Z Compiling new_debug_unreachable v1.0.6
16662026-04-01T17:32:30.781Z Compiling predicates-core v1.0.10
16672026-04-01T17:32:30.823Z Compiling difflib v0.4.0
16682026-04-01T17:32:30.852Z Compiling data-encoding v2.10.0
16692026-04-01T17:32:30.882Z Compiling toml_edit v0.22.27
16702026-04-01T17:32:30.918Z Compiling indicatif v0.18.4
16712026-04-01T17:32:30.980Z Compiling zone v0.3.1
16722026-04-01T17:32:31.056Z Compiling predicates v3.1.4
16732026-04-01T17:32:31.073Z Compiling petgraph v0.6.5
16742026-04-01T17:32:31.303Z Compiling hickory-proto v0.25.2
16752026-04-01T17:32:31.399Z Compiling hyper-util v0.1.20
16762026-04-01T17:32:31.414Z Compiling clap v4.5.60
16772026-04-01T17:32:31.510Z Compiling strum v0.26.3
16782026-04-01T17:32:31.557Z Compiling string_cache v0.8.9
16792026-04-01T17:32:31.585Z Compiling iddqd v0.3.17
16802026-04-01T17:32:31.696Z Compiling tokio-postgres v0.7.16
16812026-04-01T17:32:31.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16822026-04-01T17:32:31.740Z Compiling petgraph v0.8.3
16832026-04-01T17:32:31.760Z Compiling sha3 v0.10.8
16842026-04-01T17:32:31.816Z Compiling env_logger v0.11.9
16852026-04-01T17:32:31.842Z Compiling usdt v0.6.0
16862026-04-01T17:32:31.916Z Compiling usdt-impl v0.5.0
16872026-04-01T17:32:32.129Z Compiling similar v2.7.0
16882026-04-01T17:32:32.204Z Compiling crossterm v0.28.1
16892026-04-01T17:32:32.252Z Compiling serde_with v3.17.0
16902026-04-01T17:32:32.539Z Compiling rsa v0.9.10
16912026-04-01T17:32:32.668Z Compiling ecdsa v0.16.9
16922026-04-01T17:32:32.772Z Compiling toml v0.7.8
16932026-04-01T17:32:33.042Z Compiling hyper-tls v0.6.0
16942026-04-01T17:32:33.092Z Compiling zip v4.6.1
16952026-04-01T17:32:33.208Z Compiling ed25519-dalek v2.2.0
16962026-04-01T17:32:33.370Z Compiling zip v0.6.6
16972026-04-01T17:32:33.764Z Compiling tokio-stream v0.1.18
16982026-04-01T17:32:33.903Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-04-01T17:32:33.978Z Compiling buf-list v1.1.2
17002026-04-01T17:32:33.995Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-04-01T17:32:34.011Z Compiling openapiv3 v2.2.0
17022026-04-01T17:32:34.038Z Compiling x509-cert v0.2.5
17032026-04-01T17:32:34.053Z Compiling sha1 v0.10.6
17042026-04-01T17:32:34.097Z Compiling itertools v0.13.0
17052026-04-01T17:32:34.270Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-04-01T17:32:34.290Z Compiling lalrpop-util v0.19.12
17072026-04-01T17:32:34.305Z Compiling peg-runtime v0.8.5
17082026-04-01T17:32:34.326Z Compiling thread_local v1.1.9
17092026-04-01T17:32:34.506Z Compiling slog-async v2.8.0
17102026-04-01T17:32:34.577Z Compiling futures-executor v0.3.32
17112026-04-01T17:32:34.577Z Compiling crossbeam-channel v0.5.15
17122026-04-01T17:32:34.609Z Compiling is-terminal v0.4.17
17132026-04-01T17:32:34.609Z Compiling filetime v0.2.27
17142026-04-01T17:32:34.639Z Compiling xattr v1.6.1
17152026-04-01T17:32:34.643Z Compiling term v1.2.1
17162026-04-01T17:32:34.723Z Compiling take_mut v0.2.2
17172026-04-01T17:32:34.821Z Compiling tar v0.4.45
17182026-04-01T17:32:34.840Z Compiling futures v0.3.32
17192026-04-01T17:32:35.057Z Compiling slog-term v2.9.2
17202026-04-01T17:32:49.994Z Compiling rustls-webpki v0.103.9
17212026-04-01T17:32:52.804Z Compiling tokio-rustls v0.26.4
17222026-04-01T17:32:52.804Z Compiling rustls-platform-verifier v0.6.2
17232026-04-01T17:32:53.011Z Compiling hyper-rustls v0.27.7
17242026-04-01T17:32:53.210Z Compiling reqwest v0.13.2
17252026-04-01T17:32:53.210Z Compiling reqwest v0.12.28
17262026-04-01T17:32:55.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-04-01T17:32:55.421Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-04-01T17:32:58.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s
17292026-04-01T17:32:58.381Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-04-01T17:32:58.439ZApr 01 17:32:57.350 INFO Starting download, target: Console
17312026-04-01T17:32:58.440ZApr 01 17:32:57.351 INFO Starting download, target: Clickhouse
17322026-04-01T17:32:58.440ZApr 01 17:32:57.351 INFO Starting download, target: DendriteStub
17332026-04-01T17:32:58.440ZApr 01 17:32:57.351 INFO Starting download, target: Cockroach
17342026-04-01T17:32:58.443ZApr 01 17:32:57.351 INFO Starting download, target: MaghemiteMgd
17352026-04-01T17:32:58.443ZApr 01 17:32:57.351 INFO Starting download, target: TransceiverControl
17362026-04-01T17:32:58.443ZApr 01 17:32:57.351 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-04-01T17:32:58.443ZApr 01 17:32:57.352 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-04-01T17:32:58.443ZApr 01 17:32:57.352 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-04-01T17:32:58.443ZApr 01 17:32:57.352 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-04-01T17:32:58.443ZApr 01 17:32:57.352 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-04-01T17:32:58.443ZApr 01 17:32:57.352 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-04-01T17:32:58.930ZApr 01 17:32:57.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-04-01T17:32:59.147ZApr 01 17:32:58.058 INFO Download complete, target: TransceiverControl
17442026-04-01T17:32:59.521ZApr 01 17:32:58.424 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-01T17:32:59.756ZApr 01 17:32:58.667 INFO Download complete, target: Console
17462026-04-01T17:32:59.998ZApr 01 17:32:58.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-04-01T17:33:00.015ZApr 01 17:32:58.922 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-04-01T17:33:00.492ZApr 01 17:32:59.400 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-04-01T17:33:00.878ZApr 01 17:32:59.790 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-01T17:33:00.878ZApr 01 17:32:59.790 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-01T17:33:02.600ZApr 01 17:33:01.510 INFO Download complete, target: MaghemiteMgd
17522026-04-01T17:33:02.709ZApr 01 17:33:01.621 INFO Download complete, target: DendriteStub
17532026-04-01T17:33:05.643ZApr 01 17:33:04.554 INFO Checking that binary works, target: Cockroach
17542026-04-01T17:33:05.779ZApr 01 17:33:04.690 INFO Download complete, target: Cockroach
17552026-04-01T17:33:07.446ZApr 01 17:33:06.356 INFO Checking that binary works, target: Clickhouse
17562026-04-01T17:33:07.562ZApr 01 17:33:06.472 INFO Download complete, target: Clickhouse
17572026-04-01T17:33:07.567ZAll prerequisites installed successfully
17582026-04-01T17:33:07.573Z
17592026-04-01T17:33:07.573Zreal 2:49.426489534
17602026-04-01T17:33:07.573Zuser 7:19.314406471
17612026-04-01T17:33:07.573Zsys 1:45.349886349
17622026-04-01T17:33:07.573Ztrap 0.232964261
17632026-04-01T17:33:07.573Ztflt 2.282436039
17642026-04-01T17:33:07.573Zdflt 3.920166369
17652026-04-01T17:33:07.573Zkflt 0.089854987
17662026-04-01T17:33:07.573Zlock 22:56.745615365
17672026-04-01T17:33:07.573Zslp 20:23.164220911
17682026-04-01T17:33:07.573Zlat 23.303627187
17692026-04-01T17:33:07.573Zstop 2:59.146154988
17702026-04-01T17:33:07.573Z+ ptime -m cargo xtask download softnpu
17712026-04-01T17:33:08.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17722026-04-01T17:33:08.133Z Running `target/debug/xtask download softnpu`
17732026-04-01T17:33:08.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-04-01T17:33:08.958Z Running `target/debug/xtask-downloader softnpu`
17752026-04-01T17:33:09.002ZApr 01 17:33:07.912 INFO Starting download, target: Softnpu
17762026-04-01T17:33:09.005ZApr 01 17:33:07.913 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-04-01T17:33:09.800ZApr 01 17:33:08.710 INFO Download complete, target: Softnpu
17782026-04-01T17:33:09.804Z
17792026-04-01T17:33:09.804Zreal 2.229676476
17802026-04-01T17:33:09.804Zuser 1.296376137
17812026-04-01T17:33:09.804Zsys 0.653223657
17822026-04-01T17:33:09.804Ztrap 0.000680677
17832026-04-01T17:33:09.804Ztflt 0.000126442
17842026-04-01T17:33:09.804Zdflt 0.000170467
17852026-04-01T17:33:09.804Zkflt 0.000000000
17862026-04-01T17:33:09.804Zlock 15.174441624
17872026-04-01T17:33:09.804Zslp 0.589240172
17882026-04-01T17:33:09.804Zlat 0.074717522
17892026-04-01T17:33:09.804Zstop 0.000171108
17902026-04-01T17:33:09.807Z+ export CARGO_INCREMENTAL=0
17912026-04-01T17:33:09.808Z+ CARGO_INCREMENTAL=0
17922026-04-01T17:33:09.808Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-04-01T17:33:10.724Z Compiling proc-macro2 v1.0.106
17942026-04-01T17:33:10.724Z Compiling quote v1.0.44
17952026-04-01T17:33:10.724Z Compiling unicode-ident v1.0.24
17962026-04-01T17:33:10.728Z Compiling libc v0.2.180
17972026-04-01T17:33:10.728Z Compiling serde_core v1.0.228
17982026-04-01T17:33:10.728Z Compiling serde v1.0.228
17992026-04-01T17:33:10.728Z Compiling cfg-if v1.0.4
18002026-04-01T17:33:10.728Z Compiling version_check v0.9.5
18012026-04-01T17:33:10.728Z Compiling find-msvc-tools v0.1.9
18022026-04-01T17:33:10.728Z Compiling shlex v1.3.0
18032026-04-01T17:33:10.728Z Compiling typenum v1.19.0
18042026-04-01T17:33:10.728Z Compiling autocfg v1.5.0
18052026-04-01T17:33:10.869Z Compiling zmij v1.0.21
18062026-04-01T17:33:10.872Z Compiling portable-atomic v1.13.1
18072026-04-01T17:33:10.872Z Compiling serde_json v1.0.149
18082026-04-01T17:33:11.020Z Compiling memchr v2.8.0
18092026-04-01T17:33:11.211Z Compiling zerocopy v0.8.40
18102026-04-01T17:33:11.229Z Compiling libm v0.2.16
18112026-04-01T17:33:11.245Z Compiling parking_lot_core v0.9.12
18122026-04-01T17:33:11.248Z Compiling smallvec v1.15.1
18132026-04-01T17:33:11.386Z Compiling generic-array v0.14.7
18142026-04-01T17:33:11.460Z Compiling num-traits v0.2.19
18152026-04-01T17:33:11.475Z Compiling icu_properties_data v2.1.2
18162026-04-01T17:33:11.507Z Compiling icu_normalizer_data v2.1.1
18172026-04-01T17:33:11.525Z Compiling itoa v1.0.17
18182026-04-01T17:33:11.556Z Compiling getrandom v0.4.1
18192026-04-01T17:33:11.571Z Compiling log v0.4.29
18202026-04-01T17:33:11.622Z Compiling stable_deref_trait v1.2.1
18212026-04-01T17:33:11.636Z Compiling pkg-config v0.3.32
18222026-04-01T17:33:11.679Z Compiling subtle v2.6.1
18232026-04-01T17:33:11.848Z Compiling scopeguard v1.2.0
18242026-04-01T17:33:11.896Z Compiling jobserver v0.1.34
18252026-04-01T17:33:11.926Z Compiling getrandom v0.2.17
18262026-04-01T17:33:11.986Z Compiling errno v0.3.14
18272026-04-01T17:33:12.000Z Compiling lock_api v0.4.14
18282026-04-01T17:33:12.112Z Compiling rand_core v0.6.4
18292026-04-01T17:33:12.163Z Compiling cc v1.2.56
18302026-04-01T17:33:12.192Z Compiling writeable v0.6.2
18312026-04-01T17:33:12.206Z Compiling percent-encoding v2.3.2
18322026-04-01T17:33:12.253Z Compiling syn v2.0.117
18332026-04-01T17:33:12.268Z Compiling litemap v0.8.1
18342026-04-01T17:33:12.271Z Compiling thiserror v2.0.18
18352026-04-01T17:33:12.303Z Compiling fnv v1.0.7
18362026-04-01T17:33:12.407Z Compiling pin-project-lite v0.2.17
18372026-04-01T17:33:12.426Z Compiling getrandom v0.3.4
18382026-04-01T17:33:12.538Z Compiling critical-section v1.2.0
18392026-04-01T17:33:12.600Z Compiling equivalent v1.0.2
18402026-04-01T17:33:12.631Z Compiling schemars v0.8.22
18412026-04-01T17:33:12.634Z Compiling rustversion v1.0.22
18422026-04-01T17:33:12.634Z Compiling allocator-api2 v0.2.21
18432026-04-01T17:33:12.675Z Compiling dunce v1.0.5
18442026-04-01T17:33:12.692Z Compiling foldhash v0.2.0
18452026-04-01T17:33:12.759Z Compiling rand_core v0.10.0
18462026-04-01T17:33:12.792Z Compiling utf8_iter v1.0.4
18472026-04-01T17:33:12.858Z Compiling fs_extra v1.3.0
18482026-04-01T17:33:12.874Z Compiling form_urlencoded v1.2.2
18492026-04-01T17:33:12.955Z Compiling once_cell v1.21.3
18502026-04-01T17:33:12.975Z Compiling cmake v0.1.57
18512026-04-01T17:33:13.040Z Compiling hashbrown v0.16.1
18522026-04-01T17:33:13.149Z Compiling semver v1.0.27
18532026-04-01T17:33:13.211Z Compiling const-oid v0.9.6
18542026-04-01T17:33:13.284Z Compiling signal-hook-registry v1.4.8
18552026-04-01T17:33:13.333Z Compiling bitflags v2.11.0
18562026-04-01T17:33:13.419Z Compiling rustix v1.1.3
18572026-04-01T17:33:13.488Z Compiling parking_lot v0.12.5
18582026-04-01T17:33:13.514Z Compiling mio v1.1.1
18592026-04-01T17:33:13.541Z Compiling ring v0.17.14
18602026-04-01T17:33:13.558Z Compiling aws-lc-sys v0.37.1
18612026-04-01T17:33:13.652Z Compiling indexmap v2.13.0
18622026-04-01T17:33:13.655Z Compiling socket2 v0.6.2
18632026-04-01T17:33:13.682Z Compiling thiserror v1.0.69
18642026-04-01T17:33:13.727Z Compiling aws-lc-rs v1.16.0
18652026-04-01T17:33:13.758Z Compiling strsim v0.11.1
18662026-04-01T17:33:13.786Z Compiling futures-core v0.3.32
18672026-04-01T17:33:13.971Z Compiling byteorder v1.5.0
18682026-04-01T17:33:14.079Z Compiling syn v1.0.109
18692026-04-01T17:33:14.096Z Compiling httparse v1.10.1
18702026-04-01T17:33:14.111Z Compiling ucd-trie v0.1.7
18712026-04-01T17:33:14.226Z Compiling heck v0.5.0
18722026-04-01T17:33:14.244Z Compiling iana-time-zone v0.1.65
18732026-04-01T17:33:14.320Z Compiling pest v2.8.6
18742026-04-01T17:33:14.336Z Compiling ident_case v1.0.1
18752026-04-01T17:33:14.370Z Compiling vcpkg v0.2.15
18762026-04-01T17:33:14.402Z Compiling uuid v1.21.0
18772026-04-01T17:33:14.418Z Compiling cpufeatures v0.2.17
18782026-04-01T17:33:14.554Z Compiling crossbeam-utils v0.8.21
18792026-04-01T17:33:14.610Z Compiling regex-syntax v0.8.10
18802026-04-01T17:33:14.734Z Compiling rustc_version v0.4.1
18812026-04-01T17:33:14.804Z Compiling rustls v0.23.37
18822026-04-01T17:33:14.858Z Compiling futures-sink v0.3.32
18832026-04-01T17:33:14.957Z Compiling slab v0.4.12
18842026-04-01T17:33:14.971Z Compiling futures-task v0.3.32
18852026-04-01T17:33:14.974Z Compiling openssl-sys v0.9.111
18862026-04-01T17:33:15.012Z Compiling futures-channel v0.3.32
18872026-04-01T17:33:15.058Z Compiling futures-io v0.3.32
18882026-04-01T17:33:15.131Z Compiling synstructure v0.13.2
18892026-04-01T17:33:15.179Z Compiling serde_derive_internals v0.29.1
18902026-04-01T17:33:15.213Z Compiling dyn-clone v1.0.20
18912026-04-01T17:33:15.262Z Compiling plain v0.2.3
18922026-04-01T17:33:15.294Z Compiling aho-corasick v1.1.4
18932026-04-01T17:33:15.311Z Compiling num-conv v0.2.0
18942026-04-01T17:33:15.395Z Compiling time-core v0.1.8
18952026-04-01T17:33:15.422Z Compiling pest_meta v2.8.6
18962026-04-01T17:33:15.531Z Compiling pretty-hex v0.4.1
18972026-04-01T17:33:15.569Z Compiling time-macros v0.2.27
18982026-04-01T17:33:15.654Z Compiling base64 v0.22.1
18992026-04-01T17:33:15.686Z Compiling openssl v0.10.75
19002026-04-01T17:33:15.982Z Compiling anyhow v1.0.102
19012026-04-01T17:33:16.017Z Compiling pest_generator v2.8.6
19022026-04-01T17:33:16.035Z Compiling either v1.15.0
19032026-04-01T17:33:16.051Z Compiling crc32fast v1.5.0
19042026-04-01T17:33:16.068Z Compiling base64ct v1.8.3
19052026-04-01T17:33:16.082Z Compiling darling_core v0.21.3
19062026-04-01T17:33:16.100Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19072026-04-01T17:33:16.177Z Compiling regex-automata v0.4.14
19082026-04-01T17:33:16.268Z Compiling native-tls v0.2.18
19092026-04-01T17:33:16.318Z Compiling pem-rfc7468 v0.7.0
19102026-04-01T17:33:16.342Z Compiling flagset v0.4.7
19112026-04-01T17:33:16.359Z Compiling rand_core v0.9.5
19122026-04-01T17:33:16.408Z Compiling serde_derive v1.0.228
19132026-04-01T17:33:16.492Z Compiling zeroize_derive v1.4.3
19142026-04-01T17:33:16.509Z Compiling zerofrom-derive v0.1.6
19152026-04-01T17:33:16.512Z Compiling yoke-derive v0.8.1
19162026-04-01T17:33:16.548Z Compiling zerovec-derive v0.11.2
19172026-04-01T17:33:16.592Z Compiling displaydoc v0.2.5
19182026-04-01T17:33:16.618Z Compiling zerocopy-derive v0.8.40
19192026-04-01T17:33:16.687Z Compiling tokio-macros v2.6.0
19202026-04-01T17:33:16.718Z Compiling futures-macro v0.3.32
19212026-04-01T17:33:16.765Z Compiling thiserror-impl v2.0.18
19222026-04-01T17:33:16.781Z Compiling schemars_derive v0.8.22
19232026-04-01T17:33:17.109Z Compiling zeroize v1.8.2
19242026-04-01T17:33:17.396Z Compiling der_derive v0.7.3
19252026-04-01T17:33:17.499Z Compiling tracing-attributes v0.1.31
19262026-04-01T17:33:17.516Z Compiling thiserror-impl v1.0.69
19272026-04-01T17:33:17.582Z Compiling pest_derive v2.8.6
19282026-04-01T17:33:17.641Z Compiling zerofrom v0.1.6
19292026-04-01T17:33:17.788Z Compiling yoke v0.8.1
19302026-04-01T17:33:17.902Z Compiling crypto-common v0.1.7
19312026-04-01T17:33:17.974Z Compiling zerovec v0.11.5
19322026-04-01T17:33:17.978Z Compiling zerotrie v0.2.3
19332026-04-01T17:33:18.040Z Compiling block-buffer v0.10.4
19342026-04-01T17:33:18.110Z Compiling futures-util v0.3.32
19352026-04-01T17:33:18.215Z Compiling digest v0.10.7
19362026-04-01T17:33:18.440Z Compiling hmac v0.12.1
19372026-04-01T17:33:18.504Z Compiling block-padding v0.3.3
19382026-04-01T17:33:18.508Z Compiling sha2 v0.10.9
19392026-04-01T17:33:18.543Z Compiling tinystr v0.8.2
19402026-04-01T17:33:18.595Z Compiling potential_utf v0.1.4
19412026-04-01T17:33:18.612Z Compiling inout v0.1.4
19422026-04-01T17:33:18.642Z Compiling rustls-pki-types v1.14.0
19432026-04-01T17:33:18.674Z Compiling scroll_derive v0.13.1
19442026-04-01T17:33:18.776Z Compiling icu_locale_core v2.1.1
19452026-04-01T17:33:18.797Z Compiling icu_collections v2.1.1
19462026-04-01T17:33:18.831Z Compiling cipher v0.4.4
19472026-04-01T17:33:18.834Z Compiling scroll_derive v0.12.1
19482026-04-01T17:33:19.498Z Compiling bytes v1.11.1
19492026-04-01T17:33:19.501Z Compiling icu_provider v2.1.1
19502026-04-01T17:33:19.553Z Compiling chrono v0.4.44
19512026-04-01T17:33:19.556Z Compiling serde_tokenstream v0.2.3
19522026-04-01T17:33:19.633Z Compiling openssl-macros v0.1.1
19532026-04-01T17:33:19.794Z Compiling icu_normalizer v2.1.1
19542026-04-01T17:33:19.879Z Compiling icu_properties v2.1.2
19552026-04-01T17:33:19.935Z Compiling regex v1.12.3
19562026-04-01T17:33:19.987Z Compiling der v0.7.10
19572026-04-01T17:33:20.069Z Compiling tokio v1.49.0
19582026-04-01T17:33:20.477Z Compiling http v1.4.0
19592026-04-01T17:33:20.751Z Compiling darling_macro v0.21.3
19602026-04-01T17:33:20.873Z Compiling idna_adapter v1.2.1
19612026-04-01T17:33:20.949Z Compiling ppv-lite86 v0.2.21
19622026-04-01T17:33:21.022Z Compiling idna v1.1.0
19632026-04-01T17:33:21.174Z Compiling zerocopy-derive v0.7.35
19642026-04-01T17:33:21.260Z Compiling slog v2.8.2
19652026-04-01T17:33:21.304Z Compiling tracing-core v0.1.36
19662026-04-01T17:33:21.336Z Compiling rayon-core v1.13.0
19672026-04-01T17:33:21.357Z Compiling untrusted v0.9.0
19682026-04-01T17:33:21.428Z Compiling url v2.5.8
19692026-04-01T17:33:21.511Z Compiling darling v0.21.3
19702026-04-01T17:33:21.545Z Compiling spki v0.7.3
19712026-04-01T17:33:21.717Z Compiling tracing v0.1.44
19722026-04-01T17:33:21.843Z Compiling salsa20 v0.10.2
19732026-04-01T17:33:21.859Z Compiling pbkdf2 v0.12.2
19742026-04-01T17:33:22.351Z Compiling cookie v0.18.1
19752026-04-01T17:33:22.354Z Compiling camino v1.2.2
19762026-04-01T17:33:22.612Z Compiling scrypt v0.11.0
19772026-04-01T17:33:22.631Z Compiling rand_chacha v0.9.0
19782026-04-01T17:33:22.675Z Compiling aes v0.8.4
19792026-04-01T17:33:22.702Z Compiling cbc v0.1.2
19802026-04-01T17:33:23.119Z Compiling usdt-impl v0.5.0
19812026-04-01T17:33:23.162Z Compiling usdt-impl v0.6.0
19822026-04-01T17:33:23.202Z Compiling ref-cast v1.0.25
19832026-04-01T17:33:23.265Z Compiling winnow v0.7.15
19842026-04-01T17:33:23.286Z Compiling paste v1.0.15
19852026-04-01T17:33:23.399Z Compiling pkcs5 v0.7.1
19862026-04-01T17:33:23.580Z Compiling rand v0.9.2
19872026-04-01T17:33:23.620Z Compiling http-body v1.0.1
19882026-04-01T17:33:23.788Z Compiling tokio-util v0.7.18
19892026-04-01T17:33:23.865Z Compiling scroll v0.12.0
19902026-04-01T17:33:23.928Z Compiling serde_spanned v0.6.9
19912026-04-01T17:33:24.009Z Compiling toml_datetime v0.6.11
19922026-04-01T17:33:24.079Z Compiling scroll v0.13.0
19932026-04-01T17:33:24.153Z Compiling heapless v0.7.17
19942026-04-01T17:33:24.169Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-04-01T17:33:24.241Z Compiling signal-hook v0.3.18
19962026-04-01T17:33:24.424Z Compiling zstd-safe v7.2.4
19972026-04-01T17:33:24.444Z Compiling untrusted v0.7.1
19982026-04-01T17:33:24.471Z Compiling atomic-waker v1.1.2
19992026-04-01T17:33:24.593Z Compiling openssl-probe v0.2.1
20002026-04-01T17:33:24.608Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-04-01T17:33:24.631Z Compiling goblin v0.10.5
20022026-04-01T17:33:24.731Z Compiling goblin v0.8.2
20032026-04-01T17:33:24.752Z Compiling pkcs8 v0.10.2
20042026-04-01T17:33:25.044Z Compiling zerocopy v0.7.35
20052026-04-01T17:33:25.099Z Compiling ref-cast-impl v1.0.25
20062026-04-01T17:33:25.190Z Compiling darling_core v0.20.11
20072026-04-01T17:33:25.237Z Compiling curve25519-dalek v4.1.3
20082026-04-01T17:33:25.271Z Compiling toml_datetime v0.7.5+spec-1.1.0
20092026-04-01T17:33:25.334Z Compiling memoffset v0.9.1
20102026-04-01T17:33:25.573Z Compiling try-lock v0.2.5
20112026-04-01T17:33:25.623Z Compiling tower-layer v0.3.3
20122026-04-01T17:33:25.701Z Compiling rustix v0.38.44
20132026-04-01T17:33:25.716Z Compiling tower-service v0.3.3
20142026-04-01T17:33:25.809Z Compiling fastrand v2.3.0
20152026-04-01T17:33:25.835Z Compiling winnow v0.5.40
20162026-04-01T17:33:25.850Z Compiling litrs v1.0.0
20172026-04-01T17:33:26.341Z Compiling tinyvec_macros v0.1.1
20182026-04-01T17:33:26.442Z Compiling tinyvec v1.10.0
20192026-04-01T17:33:26.467Z Compiling want v0.3.1
20202026-04-01T17:33:26.483Z Compiling document-features v0.2.12
20212026-04-01T17:33:26.526Z Compiling h2 v0.4.13
20222026-04-01T17:33:27.016Z Compiling dof v0.3.0
20232026-04-01T17:33:27.152Z Compiling toml_edit v0.19.15
20242026-04-01T17:33:27.170Z Compiling darling_macro v0.20.11
20252026-04-01T17:33:27.425Z Compiling dof v0.4.0
20262026-04-01T17:33:27.585Z Compiling dtrace-parser v0.2.0
20272026-04-01T17:33:27.634Z Compiling dtrace-parser v0.3.0
20282026-04-01T17:33:27.826Z Compiling ipnet v2.11.0
20292026-04-01T17:33:27.842Z Compiling daft-derive v0.1.5
20302026-04-01T17:33:27.842Z Compiling async-trait v0.1.89
20312026-04-01T17:33:28.234Z Compiling spin v0.9.8
20322026-04-01T17:33:28.250Z Compiling thread-id v4.2.2
20332026-04-01T17:33:28.295Z Compiling thread-id v5.1.0
20342026-04-01T17:33:28.353Z Compiling proc-macro-error-attr v1.0.4
20352026-04-01T17:33:28.402Z Compiling smoltcp v0.9.1
20362026-04-01T17:33:28.421Z Compiling httpdate v1.0.3
20372026-04-01T17:33:28.470Z Compiling pin-utils v0.1.0
20382026-04-01T17:33:28.488Z Compiling powerfmt v0.2.0
20392026-04-01T17:33:28.557Z Compiling cfg_aliases v0.2.1
20402026-04-01T17:33:28.573Z Compiling num-bigint-dig v0.8.6
20412026-04-01T17:33:28.648Z Compiling foreign-types-shared v0.1.1
20422026-04-01T17:33:28.760Z Compiling foreign-types v0.3.2
20432026-04-01T17:33:28.776Z Compiling tempfile v3.25.0
20442026-04-01T17:33:28.792Z Compiling nix v0.31.1
20452026-04-01T17:33:28.795Z Compiling deranged v0.5.8
20462026-04-01T17:33:29.068Z Compiling darling v0.20.11
20472026-04-01T17:33:29.203Z Compiling ipnetwork v0.21.1
20482026-04-01T17:33:29.385Z Compiling curve25519-dalek-derive v0.1.1
20492026-04-01T17:33:29.419Z Compiling strum_macros v0.26.4
20502026-04-01T17:33:29.509Z Compiling hyper v1.8.1
20512026-04-01T17:33:29.718Z Compiling socket2 v0.5.10
20522026-04-01T17:33:29.871Z Compiling wait-timeout v0.2.1
20532026-04-01T17:33:29.947Z Compiling proc-macro-error v1.0.4
20542026-04-01T17:33:30.157Z Compiling simd-adler32 v0.3.8
20552026-04-01T17:33:30.173Z Compiling num_threads v0.1.7
20562026-04-01T17:33:30.289Z Compiling utf8parse v0.2.2
20572026-04-01T17:33:30.387Z Compiling unicode-segmentation v1.12.0
20582026-04-01T17:33:30.420Z Compiling anstyle v1.0.13
20592026-04-01T17:33:30.435Z Compiling quick-error v1.2.3
20602026-04-01T17:33:30.533Z Compiling siphasher v1.0.2
20612026-04-01T17:33:30.617Z Compiling bit-vec v0.8.0
20622026-04-01T17:33:30.657Z Compiling hyper-util v0.1.20
20632026-04-01T17:33:30.708Z Compiling time v0.3.47
20642026-04-01T17:33:30.744Z Compiling rusty-fork v0.3.1
20652026-04-01T17:33:30.849Z Compiling bit-set v0.8.0
20662026-04-01T17:33:30.870Z Compiling anstyle-parse v0.2.7
20672026-04-01T17:33:31.145Z Compiling crossbeam-epoch v0.9.18
20682026-04-01T17:33:31.256Z Compiling derive_builder_core v0.20.2
20692026-04-01T17:33:31.790Z Compiling unicode-normalization v0.1.25
20702026-04-01T17:33:32.283Z Compiling rustls-native-certs v0.8.3
20712026-04-01T17:33:32.359Z Compiling signature v2.2.0
20722026-04-01T17:33:32.382Z Compiling hubpack_derive v0.1.1
20732026-04-01T17:33:32.398Z Compiling rand_xorshift v0.4.0
20742026-04-01T17:33:32.488Z Compiling strum_macros v0.27.2
20752026-04-01T17:33:32.536Z Compiling sync_wrapper v1.0.2
20762026-04-01T17:33:32.567Z Compiling fs-err v3.3.0
20772026-04-01T17:33:32.570Z Compiling ahash v0.8.12
20782026-04-01T17:33:32.710Z Compiling unarray v0.1.4
20792026-04-01T17:33:32.724Z Compiling adler2 v2.0.1
20802026-04-01T17:33:32.741Z Compiling unicode-bidi v0.3.18
20812026-04-01T17:33:32.766Z Compiling is_terminal_polyfill v1.70.2
20822026-04-01T17:33:32.805Z Compiling object v0.37.3
20832026-04-01T17:33:32.864Z Compiling colorchoice v1.0.4
20842026-04-01T17:33:32.882Z Compiling unicode-properties v0.1.4
20852026-04-01T17:33:32.882Z Compiling anstyle-query v1.1.5
20862026-04-01T17:33:33.002Z Compiling anstream v0.6.21
20872026-04-01T17:33:33.025Z Compiling miniz_oxide v0.8.9
20882026-04-01T17:33:33.099Z Compiling stringprep v0.1.5
20892026-04-01T17:33:33.122Z Compiling proptest v1.10.0
20902026-04-01T17:33:33.487Z Compiling tower v0.5.3
20912026-04-01T17:33:33.599Z Compiling derive_builder_macro v0.20.2
20922026-04-01T17:33:33.817Z Compiling crossbeam-deque v0.8.6
20932026-04-01T17:33:33.916Z Compiling heck v0.4.1
20942026-04-01T17:33:33.965Z Compiling usdt-attr-macro v0.6.0
20952026-04-01T17:33:34.037Z Compiling usdt-macro v0.6.0
20962026-04-01T17:33:34.349Z Compiling http-body-util v0.1.3
20972026-04-01T17:33:34.487Z Compiling webpki-roots v1.0.6
20982026-04-01T17:33:34.725Z Compiling rand_chacha v0.3.1
20992026-04-01T17:33:34.742Z Compiling erased-serde v0.3.31
21002026-04-01T17:33:34.758Z Compiling md-5 v0.10.6
21012026-04-01T17:33:34.808Z Compiling num-integer v0.1.46
21022026-04-01T17:33:34.811Z Compiling hash32 v0.2.1
21032026-04-01T17:33:34.811Z Compiling vergen-lib v0.1.6
21042026-04-01T17:33:34.902Z Compiling ff v0.13.1
21052026-04-01T17:33:34.943Z Compiling zlib-rs v0.6.2
21062026-04-01T17:33:34.975Z Compiling psl-types v2.0.11
21072026-04-01T17:33:35.011Z Compiling iri-string v0.7.10
21082026-04-01T17:33:35.051Z Compiling fallible-iterator v0.2.0
21092026-04-01T17:33:35.067Z Compiling ryu v1.0.23
21102026-04-01T17:33:35.123Z Compiling base16ct v0.2.0
21112026-04-01T17:33:35.159Z Compiling newtype-uuid v1.3.2
21122026-04-01T17:33:35.197Z Compiling publicsuffix v2.3.0
21132026-04-01T17:33:35.214Z Compiling serde_urlencoded v0.7.1
21142026-04-01T17:33:35.254Z Compiling sec1 v0.7.3
21152026-04-01T17:33:35.387Z Compiling postgres-protocol v0.6.10
21162026-04-01T17:33:35.403Z Compiling num-iter v0.1.45
21172026-04-01T17:33:35.406Z Compiling group v0.13.0
21182026-04-01T17:33:35.512Z Compiling rand v0.8.5
21192026-04-01T17:33:35.778Z Compiling oxnet v0.1.4
21202026-04-01T17:33:35.919Z Compiling zone_cfg_derive v0.3.1
21212026-04-01T17:33:35.951Z Compiling derive_builder v0.20.2
21222026-04-01T17:33:35.993Z Compiling tokio-native-tls v0.3.1
21232026-04-01T17:33:36.061Z Compiling phf_shared v0.13.1
21242026-04-01T17:33:36.151Z Compiling tower-http v0.6.8
21252026-04-01T17:33:36.185Z Compiling lazy_static v1.5.0
21262026-04-01T17:33:36.235Z Compiling terminal_size v0.4.3
21272026-04-01T17:33:36.252Z Compiling serde_with_macros v3.17.0
21282026-04-01T17:33:36.315Z Compiling cargo-platform v0.1.9
21292026-04-01T17:33:36.330Z Compiling hkdf v0.12.4
21302026-04-01T17:33:36.344Z Compiling crypto-bigint v0.5.5
21312026-04-01T17:33:36.402Z Compiling clap_derive v4.5.55
21322026-04-01T17:33:36.424Z Compiling serde_repr v0.1.20
21332026-04-01T17:33:36.491Z Compiling enum-as-inner v0.6.1
21342026-04-01T17:33:36.507Z Compiling vergen v9.0.6
21352026-04-01T17:33:36.551Z Compiling managed v0.8.0
21362026-04-01T17:33:36.728Z Compiling bitflags v1.3.2
21372026-04-01T17:33:36.826Z Compiling clap_lex v1.0.0
21382026-04-01T17:33:36.841Z Compiling unicode-width v0.2.0
21392026-04-01T17:33:36.844Z Compiling bumpalo v3.20.2
21402026-04-01T17:33:36.844Z Compiling foldhash v0.1.5
21412026-04-01T17:33:36.925Z Compiling libbz2-rs-sys v0.2.2
21422026-04-01T17:33:37.003Z Compiling flate2 v1.1.9
21432026-04-01T17:33:37.017Z Compiling hashbrown v0.15.5
21442026-04-01T17:33:37.040Z Compiling clap_builder v4.5.60
21452026-04-01T17:33:37.060Z Compiling zopfli v0.8.3
21462026-04-01T17:33:37.107Z Compiling console v0.16.2
21472026-04-01T17:33:37.322Z Compiling elliptic-curve v0.13.8
21482026-04-01T17:33:37.409Z Compiling bzip2 v0.6.1
21492026-04-01T17:33:37.522Z Compiling cargo_metadata v0.19.2
21502026-04-01T17:33:37.693Z Compiling phf v0.13.1
21512026-04-01T17:33:37.717Z Compiling hyper-tls v0.6.0
21522026-04-01T17:33:37.771Z Compiling signal-hook-mio v0.2.5
21532026-04-01T17:33:37.869Z Compiling zstd v0.13.3
21542026-04-01T17:33:37.949Z Compiling daft v0.1.5
21552026-04-01T17:33:37.966Z Compiling rayon v1.11.0
21562026-04-01T17:33:38.035Z Compiling cookie_store v0.22.1
21572026-04-01T17:33:38.051Z Compiling postgres-types v0.2.12
21582026-04-01T17:33:38.132Z Compiling bzip2 v0.4.4
21592026-04-01T17:33:38.248Z Compiling strum v0.27.2
21602026-04-01T17:33:38.399Z Compiling hubpack v0.1.2
21612026-04-01T17:33:38.575Z Compiling ed25519 v2.2.3
21622026-04-01T17:33:38.596Z Compiling phf_shared v0.11.3
21632026-04-01T17:33:38.687Z Compiling pkcs1 v0.7.5
21642026-04-01T17:33:38.792Z Compiling hex v0.4.3
21652026-04-01T17:33:38.830Z Compiling serde-big-array v0.5.1
21662026-04-01T17:33:38.992Z Compiling rfc6979 v0.4.0
21672026-04-01T17:33:39.083Z Compiling bstr v1.12.1
21682026-04-01T17:33:39.099Z Compiling itertools v0.12.1
21692026-04-01T17:33:39.133Z Compiling float-cmp v0.10.0
21702026-04-01T17:33:39.150Z Compiling memmap2 v0.9.10
21712026-04-01T17:33:39.165Z Compiling env_filter v1.0.0
21722026-04-01T17:33:39.260Z Compiling encoding_rs v0.8.35
21732026-04-01T17:33:39.345Z Compiling keccak v0.1.6
21742026-04-01T17:33:39.379Z Compiling jiff v0.2.21
21752026-04-01T17:33:39.393Z Compiling difflib v0.4.0
21762026-04-01T17:33:39.453Z Compiling toml_write v0.1.2
21772026-04-01T17:33:39.568Z Compiling predicates-core v1.0.10
21782026-04-01T17:33:39.673Z Compiling rustc-hash v2.1.1
21792026-04-01T17:33:39.690Z Compiling fixedbitset v0.5.7
21802026-04-01T17:33:39.709Z Compiling new_debug_unreachable v1.0.6
21812026-04-01T17:33:39.759Z Compiling precomputed-hash v0.1.1
21822026-04-01T17:33:39.802Z Compiling normalize-line-endings v0.3.0
21832026-04-01T17:33:39.821Z Compiling static_assertions v1.1.0
21842026-04-01T17:33:39.894Z Compiling whoami v2.1.0
21852026-04-01T17:33:39.913Z Compiling data-encoding v2.10.0
21862026-04-01T17:33:39.938Z Compiling mime v0.3.17
21872026-04-01T17:33:39.953Z Compiling unit-prefix v0.5.2
21882026-04-01T17:33:39.956Z Compiling fixedbitset v0.4.2
21892026-04-01T17:33:40.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21902026-04-01T17:33:40.128Z Compiling petgraph v0.6.5
21912026-04-01T17:33:40.208Z Compiling tokio-postgres v0.7.16
21922026-04-01T17:33:40.238Z Compiling hickory-proto v0.25.2
21932026-04-01T17:33:40.254Z Compiling indicatif v0.18.4
21942026-04-01T17:33:40.364Z Compiling zone v0.3.1
21952026-04-01T17:33:40.469Z Compiling predicates v3.1.4
21962026-04-01T17:33:40.607Z Compiling petgraph v0.8.3
21972026-04-01T17:33:40.994Z Compiling string_cache v0.8.9
21982026-04-01T17:33:41.067Z Compiling iddqd v0.3.17
21992026-04-01T17:33:41.235Z Compiling toml_edit v0.22.27
22002026-04-01T17:33:41.623Z Compiling similar v2.7.0
22012026-04-01T17:33:41.649Z Compiling sha3 v0.10.8
22022026-04-01T17:33:41.944Z Compiling env_logger v0.11.9
22032026-04-01T17:33:42.175Z Compiling zip v4.6.1
22042026-04-01T17:33:42.261Z Compiling usdt v0.6.0
22052026-04-01T17:33:42.512Z Compiling ecdsa v0.16.9
22062026-04-01T17:33:42.537Z Compiling serde_with v3.17.0
22072026-04-01T17:33:42.674Z Compiling rsa v0.9.10
22082026-04-01T17:33:42.928Z Compiling ed25519-dalek v2.2.0
22092026-04-01T17:33:43.102Z Compiling crossterm v0.28.1
22102026-04-01T17:33:43.224Z Compiling clap v4.5.60
22112026-04-01T17:33:43.546Z Compiling zip v0.6.6
22122026-04-01T17:33:43.568Z Compiling strum v0.26.3
22132026-04-01T17:33:43.586Z Compiling toml v0.7.8
22142026-04-01T17:33:43.720Z Compiling tokio-stream v0.1.18
22152026-04-01T17:33:43.878Z Compiling buf-list v1.1.2
22162026-04-01T17:33:44.207Z Compiling x509-cert v0.2.5
22172026-04-01T17:33:44.225Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-04-01T17:33:44.260Z Compiling openapiv3 v2.2.0
22192026-04-01T17:33:44.360Z Compiling sha1 v0.10.6
22202026-04-01T17:33:44.502Z Compiling itertools v0.13.0
22212026-04-01T17:33:44.914Z Compiling peg-runtime v0.8.5
22222026-04-01T17:33:44.929Z Compiling lalrpop-util v0.19.12
22232026-04-01T17:33:58.602Z Compiling rustls-webpki v0.103.9
22242026-04-01T17:34:02.576Z Compiling tokio-rustls v0.26.4
22252026-04-01T17:34:02.616Z Compiling rustls-platform-verifier v0.6.2
22262026-04-01T17:34:02.779Z Compiling macaddr v1.0.1
22272026-04-01T17:34:02.847Z Compiling hyper-rustls v0.27.7
22282026-04-01T17:34:02.870Z Compiling structmeta-derive v0.3.0
22292026-04-01T17:34:02.921Z Compiling crucible-workspace-hack v0.1.0
22302026-04-01T17:34:03.087Z Compiling reqwest v0.12.28
22312026-04-01T17:34:03.129Z Compiling reqwest v0.13.2
22322026-04-01T17:34:03.211Z Compiling secrecy v0.10.3
22332026-04-01T17:34:03.281Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-04-01T17:34:03.405Z Compiling itertools v0.14.0
22352026-04-01T17:34:03.540Z Compiling heapless v0.8.0
22362026-04-01T17:34:03.628Z Compiling rustls v0.22.4
22372026-04-01T17:34:03.720Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-04-01T17:34:03.876Z Compiling structmeta v0.3.0
22392026-04-01T17:34:03.912Z Compiling toml_edit v0.23.10+spec-1.0.0
22402026-04-01T17:34:03.930Z Compiling rustls-webpki v0.102.8
22412026-04-01T17:34:03.993Z Compiling futures-executor v0.3.32
22422026-04-01T17:34:04.035Z Compiling hash32 v0.3.1
22432026-04-01T17:34:04.099Z Compiling multer v3.1.0
22442026-04-01T17:34:04.116Z Compiling thread_local v1.1.9
22452026-04-01T17:34:04.161Z Compiling slog-async v2.8.0
22462026-04-01T17:34:04.182Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22472026-04-01T17:34:04.224Z Compiling smoltcp v0.11.0
22482026-04-01T17:34:04.317Z Compiling match_cfg v0.1.0
22492026-04-01T17:34:04.409Z Compiling hostname v0.3.1
22502026-04-01T17:34:04.463Z Compiling proc-macro-crate v3.4.0
22512026-04-01T17:34:04.501Z Compiling futures v0.3.32
22522026-04-01T17:34:04.610Z Compiling derive-ex v0.1.8
22532026-04-01T17:34:04.643Z Compiling slog-json v2.6.1
22542026-04-01T17:34:04.646Z Compiling crossbeam-channel v0.5.15
22552026-04-01T17:34:04.672Z Compiling ingot-macros v0.1.1
22562026-04-01T17:34:04.836Z Compiling half v2.7.1
22572026-04-01T17:34:04.914Z Compiling newtype-uuid-macros v0.1.0
22582026-04-01T17:34:04.935Z Compiling cobs v0.3.0
22592026-04-01T17:34:05.106Z Compiling universal-hash v0.5.1
22602026-04-01T17:34:05.229Z Compiling thiserror-impl-no-std v2.0.2
22612026-04-01T17:34:05.249Z Compiling async-stream-impl v0.3.6
22622026-04-01T17:34:05.272Z Compiling serde_spanned v1.0.4
22632026-04-01T17:34:05.467Z Compiling is-terminal v0.4.17
22642026-04-01T17:34:05.487Z Compiling dropshot v0.16.7
22652026-04-01T17:34:05.593Z Compiling take_mut v0.2.2
22662026-04-01T17:34:05.665Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22672026-04-01T17:34:05.709Z Compiling convert_case v0.4.0
22682026-04-01T17:34:05.734Z Compiling opaque-debug v0.3.1
22692026-04-01T17:34:05.803Z Compiling term v1.2.1
22702026-04-01T17:34:05.830Z Compiling toml_writer v1.0.6+spec-1.1.0
22712026-04-01T17:34:05.846Z Compiling ciborium-io v0.2.2
22722026-04-01T17:34:05.900Z Compiling async-stream v0.3.6
22732026-04-01T17:34:05.970Z Compiling ciborium-ll v0.2.2
22742026-04-01T17:34:06.045Z Compiling derive_more v0.99.20
22752026-04-01T17:34:06.121Z Compiling slog-term v2.9.2
22762026-04-01T17:34:06.137Z Compiling toml v0.9.12+spec-1.1.0
22772026-04-01T17:34:06.170Z Compiling test-strategy v0.4.5
22782026-04-01T17:34:06.260Z Compiling poly1305 v0.8.0
22792026-04-01T17:34:06.283Z Compiling thiserror-no-std v2.0.2
22802026-04-01T17:34:06.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812026-04-01T17:34:06.457Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-04-01T17:34:06.560Z Compiling postcard v1.1.3
22832026-04-01T17:34:06.772Z Compiling tokio-rustls v0.25.0
22842026-04-01T17:34:06.957Z Compiling num_enum_derive v0.7.5
22852026-04-01T17:34:07.048Z Compiling slog-bunyan v2.5.0
22862026-04-01T17:34:07.280Z Compiling ingot-types v0.1.2
22872026-04-01T17:34:07.296Z Compiling parse-display-derive v0.10.0
22882026-04-01T17:34:07.385Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22892026-04-01T17:34:07.401Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-04-01T17:34:07.502Z Compiling proc-macro-crate v1.3.1
22912026-04-01T17:34:07.608Z Compiling backon v1.6.0
22922026-04-01T17:34:07.660Z Compiling waitgroup v0.1.2
22932026-04-01T17:34:07.692Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
22942026-04-01T17:34:07.762Z Compiling ingot v0.1.1
22952026-04-01T17:34:07.840Z Compiling password-hash v0.5.0
22962026-04-01T17:34:07.864Z Compiling dropshot_endpoint v0.16.7
22972026-04-01T17:34:07.881Z Compiling chacha20 v0.9.1
22982026-04-01T17:34:07.930Z Compiling rustls-pemfile v2.2.0
22992026-04-01T17:34:08.159Z Compiling blake2 v0.10.6
23002026-04-01T17:34:08.218Z Compiling aead v0.5.2
23012026-04-01T17:34:08.234Z Compiling foreign-types-macros v0.2.3
23022026-04-01T17:34:08.249Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23032026-04-01T17:34:08.439Z Compiling serde_path_to_error v0.1.20
23042026-04-01T17:34:08.462Z Compiling hostname v0.4.2
23052026-04-01T17:34:08.650Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23062026-04-01T17:34:08.687Z Compiling instant v0.1.13
23072026-04-01T17:34:08.702Z Compiling typeid v1.0.3
23082026-04-01T17:34:08.772Z Compiling foreign-types-shared v0.3.1
23092026-04-01T17:34:08.817Z Compiling debug-ignore v1.0.5
23102026-04-01T17:34:08.834Z Compiling cpufeatures v0.3.0
23112026-04-01T17:34:08.834Z Compiling backoff v0.4.0
23122026-04-01T17:34:08.834Z Compiling parse-display v0.10.0
23132026-04-01T17:34:08.895Z Compiling foreign-types v0.5.0
23142026-04-01T17:34:08.910Z Compiling chacha20 v0.10.0
23152026-04-01T17:34:08.933Z Compiling argon2 v0.5.3
23162026-04-01T17:34:08.949Z Compiling chacha20poly1305 v0.10.1
23172026-04-01T17:34:08.964Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
23182026-04-01T17:34:08.995Z Compiling num_enum v0.7.5
23192026-04-01T17:34:09.027Z Compiling num_enum_derive v0.5.11
23202026-04-01T17:34:09.069Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23212026-04-01T17:34:09.107Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-04-01T17:34:09.124Z Compiling vsss-rs v3.3.4
23232026-04-01T17:34:09.145Z Compiling ciborium v0.2.2
23242026-04-01T17:34:09.508Z Compiling toml v0.8.23
23252026-04-01T17:34:09.752Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23262026-04-01T17:34:09.976Z Compiling tabwriter v1.4.1
23272026-04-01T17:34:09.992Z Compiling byte-wrapper v0.1.0
23282026-04-01T17:34:10.035Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23292026-04-01T17:34:10.051Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-01T17:34:10.225Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23312026-04-01T17:34:10.374Z Compiling regress v0.10.5
23322026-04-01T17:34:10.422Z Compiling cstr-argument v0.1.2
23332026-04-01T17:34:10.505Z Compiling erased-serde v0.4.9
23342026-04-01T17:34:10.583Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-04-01T17:34:10.642Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-04-01T17:34:10.676Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-04-01T17:34:10.696Z Compiling num_enum v0.5.11
23382026-04-01T17:34:10.855Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-01T17:34:10.858Z Compiling rand v0.10.0
23402026-04-01T17:34:10.933Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
23412026-04-01T17:34:11.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-04-01T17:34:11.063Z Compiling libefi-sys v0.1.0
23432026-04-01T17:34:11.088Z Compiling colored v3.1.1
23442026-04-01T17:34:11.103Z Compiling indent_write v2.2.0
23452026-04-01T17:34:11.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23462026-04-01T17:34:11.312Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-04-01T17:34:11.330Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
23482026-04-01T17:34:11.414Z Compiling camino-tempfile v1.4.1
23492026-04-01T17:34:11.607Z Compiling usdt-macro v0.5.0
23502026-04-01T17:34:11.679Z Compiling usdt-attr-macro v0.5.0
23512026-04-01T17:34:11.700Z Compiling num-derive v0.4.2
23522026-04-01T17:34:11.728Z Compiling bitfield-struct v0.6.2
23532026-04-01T17:34:11.803Z Compiling blake3 v1.8.3
23542026-04-01T17:34:11.842Z Compiling ordered-float v2.10.1
23552026-04-01T17:34:11.877Z Compiling sigpipe v0.1.3
23562026-04-01T17:34:11.991Z Compiling memmap v0.7.0
23572026-04-01T17:34:12.006Z Compiling swrite v0.1.0
23582026-04-01T17:34:12.141Z Compiling glob v0.3.3
23592026-04-01T17:34:12.157Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23602026-04-01T17:34:12.255Z Compiling serde-value v0.7.0
23612026-04-01T17:34:12.312Z Compiling serde-untagged v0.1.9
23622026-04-01T17:34:12.367Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-04-01T17:34:12.408Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
23642026-04-01T17:34:12.442Z Compiling usdt v0.5.0
23652026-04-01T17:34:12.594Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-04-01T17:34:12.689Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
23672026-04-01T17:34:12.738Z Compiling smf v0.2.3
23682026-04-01T17:34:12.954Z Compiling filetime v0.2.27
23692026-04-01T17:34:12.981Z Compiling arrayvec v0.7.6
23702026-04-01T17:34:13.091Z Compiling same-file v1.0.6
23712026-04-01T17:34:13.107Z Compiling constant_time_eq v0.4.2
23722026-04-01T17:34:13.111Z Compiling whoami v1.6.1
23732026-04-01T17:34:13.185Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-04-01T17:34:13.247Z Compiling xattr v1.6.1
23752026-04-01T17:34:13.271Z Compiling unicode-xid v0.2.6
23762026-04-01T17:34:13.290Z Compiling arrayref v0.3.9
23772026-04-01T17:34:13.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-04-01T17:34:13.335Z Compiling walkdir v2.5.0
23792026-04-01T17:34:13.339Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-04-01T17:34:13.388Z Compiling tar v0.4.45
23812026-04-01T17:34:13.434Z Compiling cargo-util-schemas v0.8.2
23822026-04-01T17:34:13.510Z Compiling tokio-dtrace v0.1.1
23832026-04-01T17:34:13.596Z Compiling gethostname v0.5.0
23842026-04-01T17:34:13.612Z Compiling cargo-platform v0.2.0
23852026-04-01T17:34:13.755Z Compiling topological-sort v0.2.2
23862026-04-01T17:34:13.854Z Compiling oxide-tokio-rt v0.1.3
23872026-04-01T17:34:13.898Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-04-01T17:34:13.960Z Compiling shell-words v1.1.1
23892026-04-01T17:34:14.591Z Compiling cargo_metadata v0.21.0
23902026-04-01T17:34:23.497Z Compiling progenitor-client v0.10.0
23912026-04-01T17:34:23.497Z Compiling omicron-zone-package v0.12.2
23922026-04-01T17:34:23.542Z Compiling progenitor-client v0.13.0
23932026-04-01T17:34:23.624Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-04-01T17:34:23.624Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-04-01T17:34:23.659Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-04-01T17:34:23.676Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-04-01T17:34:23.962Z Compiling progenitor-extras v0.1.1
23982026-04-01T17:34:24.001Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-04-01T17:34:24.018Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-04-01T17:34:24.040Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24012026-04-01T17:34:24.178Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-04-01T17:34:24.230Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-04-01T17:34:29.284Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-04-01T17:34:36.135Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-04-01T17:34:39.499Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-04-01T17:34:40.520Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-04-01T17:34:49.107Z Finished `release` profile [optimized] target(s) in 1m 39s
24082026-04-01T17:34:49.260Z Running `target/release/omicron-package -t test target create -p dev`
24092026-04-01T17:34:49.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-04-01T17:34:49.327ZCreated new build target 'test' and set it as active
24112026-04-01T17:34:49.330Z
24122026-04-01T17:34:49.330Zreal 1:39.502089253
24132026-04-01T17:34:49.330Zuser 16:37.640241295
24142026-04-01T17:34:49.330Zsys 2:35.279866185
24152026-04-01T17:34:49.330Ztrap 0.461926660
24162026-04-01T17:34:49.330Ztflt 2.780723103
24172026-04-01T17:34:49.330Zdflt 3.739483321
24182026-04-01T17:34:49.330Zkflt 0.001074099
24192026-04-01T17:34:49.330Zlock 52:01.307205098
24202026-04-01T17:34:49.331Zslp 42:05.067831461
24212026-04-01T17:34:49.331Zlat 41.165857154
24222026-04-01T17:34:49.331Zstop 5:26.883692212
24232026-04-01T17:34:49.331Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-04-01T17:34:50.223Z Finished `release` profile [optimized] target(s) in 0.88s
24252026-04-01T17:34:50.301Z Running `target/release/omicron-package -t test package`
24262026-04-01T17:34:50.361ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-04-01T17:34:51.777Z Compiling regress v0.10.5
24282026-04-01T17:34:51.778Z Compiling heck v0.5.0
24292026-04-01T17:34:51.780Z Compiling unsafe-libyaml v0.2.11
24302026-04-01T17:34:52.011Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-04-01T17:34:52.038Z Compiling prettyplease v0.2.37
24322026-04-01T17:34:52.060Z Compiling unicode-width v0.1.14
24332026-04-01T17:34:52.082Z Compiling is-terminal v0.4.17
24342026-04-01T17:34:52.085Z Compiling serde_spanned v1.0.4
24352026-04-01T17:34:52.085Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-04-01T17:34:52.144Z Compiling bytecount v0.6.9
24372026-04-01T17:34:52.144Z Compiling rustls v0.22.4
24382026-04-01T17:34:52.147Z Compiling rustls-webpki v0.102.8
24392026-04-01T17:34:52.147Z Compiling derive-where v1.6.0
24402026-04-01T17:34:52.185Z Compiling typify-impl v0.6.1
24412026-04-01T17:34:52.188Z Compiling thread_local v1.1.9
24422026-04-01T17:34:52.188Z Compiling match_cfg v0.1.0
24432026-04-01T17:34:52.297Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-04-01T17:34:52.297Z Compiling multer v3.1.0
24452026-04-01T17:34:52.300Z Compiling toml v0.9.12+spec-1.1.0
24462026-04-01T17:34:52.385Z Compiling hostname v0.3.1
24472026-04-01T17:34:52.388Z Compiling slog-async v2.8.0
24482026-04-01T17:34:52.388Z Compiling slog-json v2.6.1
24492026-04-01T17:34:52.388Z Compiling crossbeam-channel v0.5.15
24502026-04-01T17:34:52.426Z Compiling futures-executor v0.3.32
24512026-04-01T17:34:52.508Z Compiling serde_yaml v0.9.34+deprecated
24522026-04-01T17:34:52.538Z Compiling term v1.2.1
24532026-04-01T17:34:52.560Z Compiling take_mut v0.2.2
24542026-04-01T17:34:52.659Z Compiling futures v0.3.32
24552026-04-01T17:34:52.702Z Compiling slog-bunyan v2.5.0
24562026-04-01T17:34:52.727Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-04-01T17:34:52.768Z Compiling dropshot v0.16.7
24582026-04-01T17:34:52.866Z Compiling slog-term v2.9.2
24592026-04-01T17:34:52.888Z Compiling async-stream v0.3.6
24602026-04-01T17:34:52.891Z Compiling progenitor-client v0.13.0
24612026-04-01T17:34:52.933Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-04-01T17:34:53.000Z Compiling waitgroup v0.1.2
24632026-04-01T17:34:53.044Z Compiling backon v1.6.0
24642026-04-01T17:34:53.093Z Compiling rustls-pemfile v2.2.0
24652026-04-01T17:34:53.140Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-01T17:34:53.167Z Compiling serde_path_to_error v0.1.20
24672026-04-01T17:34:53.237Z Compiling hostname v0.4.2
24682026-04-01T17:34:53.257Z Compiling instant v0.1.13
24692026-04-01T17:34:53.283Z Compiling debug-ignore v1.0.5
24702026-04-01T17:34:53.320Z Compiling progenitor-extras v0.1.1
24712026-04-01T17:34:53.374Z Compiling backoff v0.4.0
24722026-04-01T17:34:53.399Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24732026-04-01T17:34:53.419Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-04-01T17:34:53.422Z Compiling parse-display v0.10.0
24752026-04-01T17:34:53.464Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-04-01T17:34:53.466Z Compiling progenitor-client v0.10.0
24772026-04-01T17:34:53.523Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24782026-04-01T17:34:53.545Z Compiling macaddr v1.0.1
24792026-04-01T17:34:53.591Z Compiling num-rational v0.4.2
24802026-04-01T17:34:53.611Z Compiling console v0.15.11
24812026-04-01T17:34:53.737Z Compiling num-complex v0.4.6
24822026-04-01T17:34:53.824Z Compiling slog-dtrace v0.3.0
24832026-04-01T17:34:53.846Z Compiling atomicwrites v0.4.4
24842026-04-01T17:34:53.946Z Compiling newline-converter v0.3.0
24852026-04-01T17:34:53.988Z Compiling async-recursion v1.1.1
24862026-04-01T17:34:54.052Z Compiling float-ord v0.3.2
24872026-04-01T17:34:54.118Z Compiling num v0.4.3
24882026-04-01T17:34:54.138Z Compiling cancel-safe-futures v0.1.5
24892026-04-01T17:34:54.199Z Compiling owo-colors v4.3.0
24902026-04-01T17:34:54.244Z Compiling expectorate v1.2.0
24912026-04-01T17:34:54.284Z Compiling libsw-core v0.3.2
24922026-04-01T17:34:54.303Z Compiling resolv-conf v0.7.6
24932026-04-01T17:34:54.336Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-04-01T17:34:54.390Z Compiling toml v0.8.23
24952026-04-01T17:34:54.441Z Compiling tokio-rustls v0.25.0
24962026-04-01T17:34:54.514Z Compiling libsw v3.5.0
24972026-04-01T17:34:54.536Z Compiling linear-map v1.2.0
24982026-04-01T17:34:54.624Z Compiling minimal-lexical v0.2.1
24992026-04-01T17:34:54.662Z Compiling linked-hash-map v0.5.6
25002026-04-01T17:34:54.789Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-04-01T17:34:54.879Z Compiling lru-cache v0.1.2
25022026-04-01T17:34:54.902Z Compiling nom v7.1.3
25032026-04-01T17:34:54.924Z Compiling unicode-xid v0.2.6
25042026-04-01T17:34:54.947Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25052026-04-01T17:34:54.972Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-04-01T17:34:54.975Z Compiling globset v0.4.18
25072026-04-01T17:34:55.015Z Compiling hickory-proto v0.24.4
25082026-04-01T17:34:55.058Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-04-01T17:34:55.085Z Compiling convert_case v0.10.0
25102026-04-01T17:34:55.392Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25112026-04-01T17:34:55.522Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-04-01T17:34:55.604Z Compiling derive_more-impl v2.1.1
25132026-04-01T17:34:56.326Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-04-01T17:34:56.430Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-04-01T17:34:56.453Z Compiling pin-project-internal v1.1.11
25162026-04-01T17:34:56.484Z Compiling derive_more v2.1.1
25172026-04-01T17:34:56.595Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25182026-04-01T17:34:56.683Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-04-01T17:34:56.850Z Compiling pem v3.0.6
25202026-04-01T17:34:56.960Z Compiling typify-macro v0.6.1
25212026-04-01T17:34:57.481Z Compiling hickory-resolver v0.24.4
25222026-04-01T17:34:57.568Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-04-01T17:34:57.696Z Compiling pin-project v1.1.11
25242026-04-01T17:34:57.838Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-04-01T17:34:57.860Z Compiling snafu-derive v0.8.9
25262026-04-01T17:34:58.049Z Compiling termtree v0.5.1
25272026-04-01T17:34:58.249Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-04-01T17:34:58.508Z Compiling crossterm v0.29.0
25292026-04-01T17:34:58.539Z Compiling typify v0.6.1
25302026-04-01T17:34:58.676Z Compiling progenitor-impl v0.13.0
25312026-04-01T17:34:59.293Z Compiling qorb v0.4.1
25322026-04-01T17:34:59.547Z Compiling snafu v0.8.9
25332026-04-01T17:34:59.636Z Compiling phf_shared v0.12.1
25342026-04-01T17:34:59.925Z Compiling olpc-cjson v0.1.4
25352026-04-01T17:35:00.176Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-04-01T17:35:00.179Z Compiling serde_plain v1.0.2
25372026-04-01T17:35:00.523Z Compiling csv-core v0.1.13
25382026-04-01T17:35:00.710Z Compiling vte v0.14.1
25392026-04-01T17:35:00.832Z Compiling chrono-tz v0.10.4
25402026-04-01T17:35:00.859Z Compiling progenitor-macro v0.13.0
25412026-04-01T17:35:00.975Z Compiling highway v1.3.0
25422026-04-01T17:35:00.999Z Compiling typed-path v0.9.3
25432026-04-01T17:35:01.078Z Compiling strip-ansi-escapes v0.2.1
25442026-04-01T17:35:01.113Z Compiling csv v1.4.0
25452026-04-01T17:35:01.474Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25462026-04-01T17:35:01.641Z Compiling phf v0.12.1
25472026-04-01T17:35:01.718Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-04-01T17:35:01.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492026-04-01T17:35:02.097Z Compiling tough v0.20.0
25502026-04-01T17:35:02.319Z Compiling const_format_proc_macros v0.2.34
25512026-04-01T17:35:03.085Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-04-01T17:35:03.512Z Compiling papergrid v0.11.0
25532026-04-01T17:35:03.811Z Compiling fd-lock v4.0.4
25542026-04-01T17:35:03.900Z Compiling peg-macros v0.8.5
25552026-04-01T17:35:03.982Z Compiling tabled_derive v0.7.0
25562026-04-01T17:35:04.276Z Compiling nu-ansi-term v0.50.3
25572026-04-01T17:35:04.564Z Compiling reedline v0.40.0
25582026-04-01T17:35:04.892Z Compiling tabled v0.15.0
25592026-04-01T17:35:04.918Z Compiling progenitor v0.13.0
25602026-04-01T17:35:05.099Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-04-01T17:35:05.180Z Compiling peg v0.8.5
25622026-04-01T17:35:05.288Z Compiling const_format v0.2.35
25632026-04-01T17:35:06.242Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25642026-04-01T17:35:06.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25652026-04-01T17:35:07.062Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-04-01T17:35:07.423Z Compiling bcs v0.1.6
25672026-04-01T17:35:07.866Z Compiling base64 v0.21.7
25682026-04-01T17:35:08.071Z Compiling semver v0.1.20
25692026-04-01T17:35:08.366Z Compiling rustc_version v0.1.7
25702026-04-01T17:35:08.393Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25712026-04-01T17:35:08.612Z Compiling newtype_derive v0.1.6
25722026-04-01T17:35:08.661Z Compiling humantime v2.3.0
25732026-04-01T17:35:08.775Z Compiling smawk v0.3.2
25742026-04-01T17:35:08.847Z Compiling unicode-linebreak v0.1.5
25752026-04-01T17:35:09.101Z Compiling textwrap v0.16.2
25762026-04-01T17:35:09.171Z Compiling dropshot-api-manager-types v0.6.0
25772026-04-01T17:35:09.198Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
25782026-04-01T17:35:09.525Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-04-01T17:35:09.929Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
25802026-04-01T17:35:10.199Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25812026-04-01T17:35:10.289Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25822026-04-01T17:35:10.523Z Compiling steno v0.4.1
25832026-04-01T17:35:10.727Z Compiling utf-8 v0.7.6
25842026-04-01T17:35:10.776Z Compiling tagptr v0.2.0
25852026-04-01T17:35:10.970Z Compiling moka v0.12.13
25862026-04-01T17:35:10.992Z Compiling tungstenite v0.21.0
25872026-04-01T17:35:10.996Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-04-01T17:35:11.184Z Compiling radium v0.7.0
25892026-04-01T17:35:11.511Z Compiling typify-impl v0.4.3
25902026-04-01T17:35:11.739Z Compiling tokio-tungstenite v0.21.0
25912026-04-01T17:35:12.104Z Compiling hickory-resolver v0.25.2
25922026-04-01T17:35:12.195Z Compiling maybe-uninit v2.0.0
25932026-04-01T17:35:12.491Z Compiling tap v1.0.1
25942026-04-01T17:35:12.648Z Compiling wyz v0.5.1
25952026-04-01T17:35:12.916Z Compiling zerocopy-derive v0.6.6
25962026-04-01T17:35:13.073Z Compiling display-error-chain v0.2.2
25972026-04-01T17:35:13.102Z Compiling funty v2.0.0
25982026-04-01T17:35:13.259Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-04-01T17:35:13.694Z Compiling crc-catalog v2.4.0
26002026-04-01T17:35:13.827Z Compiling packed_struct v0.10.1
26012026-04-01T17:35:14.056Z Compiling crc v3.4.0
26022026-04-01T17:35:14.143Z Compiling zerocopy v0.6.6
26032026-04-01T17:35:14.165Z Compiling bitvec v1.0.1
26042026-04-01T17:35:14.417Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
26052026-04-01T17:35:14.565Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26062026-04-01T17:35:14.903Z Compiling typify-macro v0.4.3
26072026-04-01T17:35:15.056Z Compiling packed_struct_codegen v0.10.1
26082026-04-01T17:35:15.600Z Compiling bitfield-macros v0.19.4
26092026-04-01T17:35:16.019Z Compiling indexmap v1.9.3
26102026-04-01T17:35:16.092Z Compiling nodrop v0.1.14
26112026-04-01T17:35:16.232Z Compiling array-init v0.0.4
26122026-04-01T17:35:16.324Z Compiling bitfield v0.19.4
26132026-04-01T17:35:16.443Z Compiling smallvec v0.6.14
26142026-04-01T17:35:16.646Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26152026-04-01T17:35:16.668Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26162026-04-01T17:35:16.718Z Compiling num-derive v0.3.3
26172026-04-01T17:35:16.760Z Compiling proc-macro-error-attr2 v2.0.0
26182026-04-01T17:35:17.162Z Compiling hashbrown v0.12.3
26192026-04-01T17:35:17.589Z Compiling libscf-sys v1.1.0
26202026-04-01T17:35:17.796Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-04-01T17:35:17.825Z Compiling proc-macro-error2 v2.0.1
26222026-04-01T17:35:18.131Z Compiling serde-hex v0.1.0
26232026-04-01T17:35:18.154Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-04-01T17:35:18.283Z Compiling ron v0.8.1
26252026-04-01T17:35:18.413Z Compiling hashbrown v0.13.2
26262026-04-01T17:35:18.455Z Compiling vergen-gitcl v1.0.8
26272026-04-01T17:35:18.680Z Compiling dirs-sys-next v0.1.2
26282026-04-01T17:35:18.701Z Compiling maplit v1.0.2
26292026-04-01T17:35:18.824Z Compiling crunchy v0.2.4
26302026-04-01T17:35:18.950Z Compiling crc-any v2.5.0
26312026-04-01T17:35:19.033Z Compiling glob v0.3.3
26322026-04-01T17:35:19.109Z Compiling diesel_derives v2.3.7
26332026-04-01T17:35:19.175Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-04-01T17:35:19.198Z Compiling object v0.30.4
26352026-04-01T17:35:19.362Z Compiling dirs-next v2.0.0
26362026-04-01T17:35:19.408Z Compiling clang-sys v1.8.1
26372026-04-01T17:35:19.440Z Compiling tabled_derive v0.11.0
26382026-04-01T17:35:19.514Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-04-01T17:35:19.541Z Compiling typify v0.4.3
26402026-04-01T17:35:19.681Z Compiling papergrid v0.17.0
26412026-04-01T17:35:19.810Z Compiling testing_table v0.3.0
26422026-04-01T17:35:19.865Z Compiling dsl_auto_type v0.2.0
26432026-04-01T17:35:20.246Z Compiling scheduled-thread-pool v0.2.7
26442026-04-01T17:35:20.293Z Compiling diesel_table_macro_syntax v0.3.0
26452026-04-01T17:35:20.314Z Compiling tiny-keccak v2.0.2
26462026-04-01T17:35:20.438Z Compiling path-slash v0.1.5
26472026-04-01T17:35:20.513Z Compiling r2d2 v0.8.10
26482026-04-01T17:35:20.628Z Compiling term v0.7.0
26492026-04-01T17:35:20.819Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-04-01T17:35:20.872Z Compiling tabled v0.20.0
26512026-04-01T17:35:20.972Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-04-01T17:35:21.141Z Compiling bit-vec v0.6.3
26532026-04-01T17:35:21.165Z Compiling downcast-rs v2.0.2
26542026-04-01T17:35:21.187Z Compiling xshell-macros v0.2.7
26552026-04-01T17:35:21.289Z Compiling ascii-canvas v3.0.0
26562026-04-01T17:35:21.386Z Compiling bit-set v0.5.3
26572026-04-01T17:35:21.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-04-01T17:35:21.562Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-04-01T17:35:21.584Z Compiling itertools v0.10.5
26602026-04-01T17:35:21.584Z Compiling ena v0.14.4
26612026-04-01T17:35:21.627Z Compiling xshell v0.2.7
26622026-04-01T17:35:21.849Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-04-01T17:35:22.034Z Compiling libloading v0.8.9
26642026-04-01T17:35:22.252Z Compiling unicase v2.9.0
26652026-04-01T17:35:22.275Z Compiling bindgen v0.71.1
26662026-04-01T17:35:22.571Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-04-01T17:35:22.574Z Compiling regex-syntax v0.6.29
26682026-04-01T17:35:22.698Z Compiling diff v0.1.13
26692026-04-01T17:35:22.971Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-04-01T17:35:24.016Z Compiling lalrpop v0.19.12
26712026-04-01T17:35:24.483Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-04-01T17:35:25.168Z Compiling diesel v2.3.7
26732026-04-01T17:35:25.417Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26742026-04-01T17:35:25.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-04-01T17:35:25.667Z Compiling cexpr v0.6.0
26762026-04-01T17:35:25.800Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26772026-04-01T17:35:26.025Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26782026-04-01T17:35:26.047Z Compiling crc8 v0.1.1
26792026-04-01T17:35:26.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-04-01T17:35:26.269Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-04-01T17:35:26.306Z Compiling headers-core v0.3.0
26822026-04-01T17:35:26.466Z Compiling libxml v0.3.3
26832026-04-01T17:35:26.765Z Compiling headers v0.4.1
26842026-04-01T17:35:27.019Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-04-01T17:35:27.323Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-04-01T17:35:27.548Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-04-01T17:35:27.999Z Compiling strum_macros v0.24.3
26882026-04-01T17:35:28.023Z Compiling indoc v1.0.9
26892026-04-01T17:35:28.344Z Compiling progenitor-impl v0.10.0
26902026-04-01T17:35:28.424Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-04-01T17:35:28.453Z Compiling derive_builder v0.20.2
26922026-04-01T17:35:28.484Z Compiling oso-derive v0.27.3
26932026-04-01T17:35:28.648Z Compiling quick-xml v0.37.5
26942026-04-01T17:35:28.689Z Compiling impl-trait-for-tuples v0.2.3
26952026-04-01T17:35:28.727Z Compiling half v1.8.3
26962026-04-01T17:35:29.040Z Compiling openssl-probe v0.1.6
26972026-04-01T17:35:29.187Z Compiling serde_cbor v0.11.2
26982026-04-01T17:35:29.285Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26992026-04-01T17:35:29.994Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27002026-04-01T17:35:30.032Z Compiling arc-swap v1.8.2
27012026-04-01T17:35:30.132Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27022026-04-01T17:35:30.246Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27032026-04-01T17:35:30.409Z Compiling slog-scope v4.4.1
27042026-04-01T17:35:30.484Z Compiling bb8 v0.8.6
27052026-04-01T17:35:30.506Z Compiling progenitor-macro v0.10.0
27062026-04-01T17:35:30.821Z Compiling samael v0.0.19
27072026-04-01T17:35:30.887Z Compiling trait-variant v0.1.2
27082026-04-01T17:35:30.932Z Compiling slog-stdlog v4.1.1
27092026-04-01T17:35:31.417Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27102026-04-01T17:35:31.437Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27112026-04-01T17:35:31.459Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27122026-04-01T17:35:31.497Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27132026-04-01T17:35:31.529Z Compiling polar-core v0.27.3
27142026-04-01T17:35:31.729Z Compiling fxhash v0.2.1
27152026-04-01T17:35:31.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-04-01T17:35:31.931Z Compiling slog-envlogger v2.2.0
27172026-04-01T17:35:31.953Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-04-01T17:35:32.070Z Compiling kstat-rs v0.2.4
27192026-04-01T17:35:32.371Z Compiling libz-sys v1.1.24
27202026-04-01T17:35:32.558Z Compiling nonempty v0.12.0
27212026-04-01T17:35:32.765Z Compiling salty v0.3.0
27222026-04-01T17:35:32.907Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-04-01T17:35:33.112Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242026-04-01T17:35:33.356Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=abae2128f6e33a01cfb8dc2b75b362c48321bb9e#abae2128)
27252026-04-01T17:35:33.394Z Compiling progenitor-impl v0.11.2
27262026-04-01T17:35:33.645Z Compiling darling_core v0.23.0
27272026-04-01T17:35:34.521Z Compiling progenitor v0.10.0
27282026-04-01T17:35:34.726Z Compiling nanorand v0.7.0
27292026-04-01T17:35:35.129Z Compiling fs-err v2.11.0
27302026-04-01T17:35:35.448Z Compiling parking_lot_core v0.8.6
27312026-04-01T17:35:35.568Z Compiling progenitor-macro v0.11.2
27322026-04-01T17:35:35.613Z Compiling mime_guess v2.0.5
27332026-04-01T17:35:35.805Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-04-01T17:35:35.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-04-01T17:35:36.163Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-04-01T17:35:37.598Z Compiling darling_macro v0.23.0
27372026-04-01T17:35:38.080Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-04-01T17:35:38.102Z Compiling flume v0.11.1
27392026-04-01T17:35:38.512Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=abae2128f6e33a01cfb8dc2b75b362c48321bb9e#abae2128)
27402026-04-01T17:35:39.595Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27412026-04-01T17:35:40.703Z Compiling oso v0.27.3
27422026-04-01T17:35:42.609Z Compiling diesel-dtrace v0.5.0
27432026-04-01T17:35:42.933Z Compiling async-bb8-diesel v0.2.1
27442026-04-01T17:35:43.306Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-01T17:35:43.376Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27462026-04-01T17:35:43.800Z Compiling progenitor-client v0.11.2
27472026-04-01T17:35:44.114Z Compiling git-stub v1.0.0
27482026-04-01T17:35:44.222Z Compiling libgit2-sys v0.18.3+1.9.2
27492026-04-01T17:35:44.351Z Compiling instability v0.3.11
27502026-04-01T17:35:44.431Z Compiling git-stub-vcs v0.1.0
27512026-04-01T17:35:44.453Z Compiling progenitor v0.11.2
27522026-04-01T17:35:44.616Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-04-01T17:35:44.672Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542026-04-01T17:35:44.799Z Compiling darling v0.23.0
27552026-04-01T17:35:45.938Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27562026-04-01T17:35:45.994Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27572026-04-01T17:35:46.810Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-04-01T17:35:47.032Z Compiling ignore v0.4.25
27592026-04-01T17:35:47.191Z Compiling primeorder v0.13.6
27602026-04-01T17:35:47.462Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-01T17:35:47.508Z Compiling castaway v0.2.4
27622026-04-01T17:35:47.671Z Compiling atty v0.2.14
27632026-04-01T17:35:47.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-04-01T17:35:48.067Z Compiling parse-size v1.1.0
27652026-04-01T17:35:48.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-04-01T17:35:48.526Z Compiling indoc v2.0.7
27672026-04-01T17:35:48.766Z Compiling http-range v0.1.5
27682026-04-01T17:35:48.894Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-04-01T17:35:49.105Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27702026-04-01T17:35:49.765Z Compiling globwalk v0.9.1
27712026-04-01T17:35:49.800Z Compiling compact_str v0.8.1
27722026-04-01T17:35:51.004Z Compiling p384 v0.13.1
27732026-04-01T17:35:51.958Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-04-01T17:35:52.032Z Compiling parking_lot v0.11.2
27752026-04-01T17:35:52.969Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27762026-04-01T17:35:53.139Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27772026-04-01T17:35:53.212Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-04-01T17:35:53.236Z Compiling predicates-tree v1.0.13
27792026-04-01T17:35:53.350Z Compiling unicode-truncate v1.1.0
27802026-04-01T17:35:53.445Z Compiling lru v0.12.5
27812026-04-01T17:35:53.548Z Compiling prefix-trie v0.7.0
27822026-04-01T17:35:53.569Z Compiling vergen-git2 v1.0.7
27832026-04-01T17:35:53.675Z Compiling cassowary v0.3.0
27842026-04-01T17:35:53.740Z Compiling camino-tempfile-ext v0.3.3
27852026-04-01T17:35:53.835Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-04-01T17:35:54.045Z Compiling hickory-server v0.25.2
27872026-04-01T17:35:54.380Z Compiling ratatui v0.29.0
27882026-04-01T17:35:55.043Z Compiling hyper-staticfile v0.10.1
27892026-04-01T17:35:55.092Z Compiling sled v0.34.7
27902026-04-01T17:35:56.277Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27912026-04-01T17:35:56.690Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-04-01T17:35:56.717Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-04-01T17:35:56.740Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-04-01T17:35:56.956Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-04-01T17:35:57.515Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
27962026-04-01T17:35:58.012Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27972026-04-01T17:35:58.348Z Compiling rand_seeder v0.4.0
27982026-04-01T17:35:58.550Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27992026-04-01T17:35:58.613Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-04-01T17:35:58.810Z Compiling lzma-sys v0.1.20
28012026-04-01T17:35:59.056Z Compiling rustls v0.21.12
28022026-04-01T17:35:59.079Z Compiling corncobs v0.1.4
28032026-04-01T17:35:59.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-04-01T17:35:59.259Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-01T17:35:59.342Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-01T17:35:59.389Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28072026-04-01T17:35:59.415Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-04-01T17:35:59.434Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-04-01T17:35:59.601Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28102026-04-01T17:35:59.983Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-04-01T17:36:00.005Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28122026-04-01T17:36:00.113Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28132026-04-01T17:36:00.743Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-01T17:36:02.690Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-04-01T17:36:02.829Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-04-01T17:36:03.051Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28172026-04-01T17:36:03.164Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-04-01T17:36:03.203Z Compiling cargo_toml v0.22.3
28192026-04-01T17:36:03.277Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28202026-04-01T17:36:03.394Z Compiling sct v0.7.1
28212026-04-01T17:36:03.670Z Compiling rustls-webpki v0.101.7
28222026-04-01T17:36:04.508Z Compiling nix v0.29.0
28232026-04-01T17:36:04.881Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-04-01T17:36:04.903Z Compiling secrecy v0.8.0
28252026-04-01T17:36:05.111Z Compiling void v1.0.2
28262026-04-01T17:36:05.264Z Compiling lzss v0.8.2
28272026-04-01T17:36:05.349Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28282026-04-01T17:36:05.525Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28292026-04-01T17:36:05.736Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-04-01T17:36:06.038Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-04-01T17:36:06.272Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28322026-04-01T17:36:06.323Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-04-01T17:36:06.668Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-04-01T17:36:06.801Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28352026-04-01T17:36:07.388Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-04-01T17:36:07.655Z Compiling tungstenite v0.23.0
28372026-04-01T17:36:07.921Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-04-01T17:36:08.149Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-04-01T17:36:08.318Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28402026-04-01T17:36:08.378Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28412026-04-01T17:36:08.558Z Compiling nix v0.27.1
28422026-04-01T17:36:08.610Z Compiling serde_bytes v0.11.19
28432026-04-01T17:36:08.937Z Compiling tokio-tungstenite v0.23.1
28442026-04-01T17:36:08.992Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-04-01T17:36:09.312Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28462026-04-01T17:36:09.728Z Compiling git2 v0.20.4
28472026-04-01T17:36:09.758Z Compiling tokio-rustls v0.24.1
28482026-04-01T17:36:10.001Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28492026-04-01T17:36:10.092Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28502026-04-01T17:36:10.941Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-04-01T17:36:11.500Z Compiling xz2 v0.1.7
28522026-04-01T17:36:11.848Z Compiling ron v0.12.0
28532026-04-01T17:36:12.792Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-04-01T17:36:13.155Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-04-01T17:36:14.177Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562026-04-01T17:36:15.097Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28572026-04-01T17:36:15.561Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28582026-04-01T17:36:15.776Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
28592026-04-01T17:36:16.059Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28602026-04-01T17:36:16.315Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-04-01T17:36:16.376Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28622026-04-01T17:36:17.606Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-04-01T17:36:17.973Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-04-01T17:36:18.881Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-04-01T17:36:18.955Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-04-01T17:36:20.329Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28672026-04-01T17:36:20.367Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28682026-04-01T17:36:21.964Z Compiling rustls-pemfile v1.0.4
28692026-04-01T17:36:22.187Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-04-01T17:36:22.395Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-04-01T17:36:22.921Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28722026-04-01T17:36:22.947Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28732026-04-01T17:36:23.168Z Compiling signal-hook-tokio v0.3.1
28742026-04-01T17:36:23.250Z Compiling yasna v0.5.2
28752026-04-01T17:36:23.369Z Compiling twox-hash v2.1.2
28762026-04-01T17:36:23.605Z Compiling is_ci v1.2.0
28772026-04-01T17:36:23.797Z Compiling base16ct v1.0.0
28782026-04-01T17:36:23.835Z Compiling rcgen v0.12.1
28792026-04-01T17:36:23.908Z Compiling supports-color v3.0.2
28802026-04-01T17:36:24.125Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-04-01T17:36:24.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822026-04-01T17:36:24.469Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28832026-04-01T17:36:24.867Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28842026-04-01T17:36:25.816Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28852026-04-01T17:36:26.112Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-04-01T17:36:26.999Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28872026-04-01T17:36:27.171Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28882026-04-01T17:36:28.313Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-04-01T17:36:28.695Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-04-01T17:36:29.102Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-04-01T17:36:29.345Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-04-01T17:36:29.587Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28932026-04-01T17:36:29.812Z Compiling fatfs v0.3.6
28942026-04-01T17:36:30.753Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-04-01T17:36:31.074Z Compiling subprocess v0.2.15
28962026-04-01T17:36:32.212Z Compiling rtoolbox v0.0.3
28972026-04-01T17:36:32.490Z Compiling assert_matches v1.5.0
28982026-04-01T17:36:32.604Z Compiling seq-macro v0.3.6
28992026-04-01T17:36:33.089Z Compiling rpassword v7.4.0
29002026-04-01T17:36:33.312Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29012026-04-01T17:36:33.380Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022026-04-01T17:36:34.451Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29032026-04-01T17:36:34.482Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29042026-04-01T17:36:34.629Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-04-01T17:36:34.671Z Compiling tui-tree-widget v0.23.1
29062026-04-01T17:36:34.962Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29072026-04-01T17:36:35.331Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29082026-04-01T17:36:35.862Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29092026-04-01T17:36:37.039Z Compiling uzers v0.12.2
29102026-04-01T17:36:38.354Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29112026-04-01T17:36:38.432Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29122026-04-01T17:36:39.459Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29132026-04-01T17:36:42.301Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29142026-04-01T17:36:42.543Z Compiling support-bundle-viewer v0.1.2
29152026-04-01T17:36:44.886Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29162026-04-01T17:36:45.406Z Compiling multimap v0.10.1
29172026-04-01T17:36:47.882Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29182026-04-01T17:37:02.732Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29192026-04-01T17:37:04.084Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-04-01T17:37:07.834Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-04-01T17:44:46.582Z Finished `release` profile [optimized] target(s) in 9m 56s
29222026-04-01T17:45:31.130Z
29232026-04-01T17:45:31.130Zreal 10:41.667163306
29242026-04-01T17:45:31.130Zuser 1:19:37.800570180
29252026-04-01T17:45:31.133Zsys 3:28.867779862
29262026-04-01T17:45:31.133Ztrap 1.800910354
29272026-04-01T17:45:31.133Ztflt 2.287264300
29282026-04-01T17:45:31.133Zdflt 16.532904812
29292026-04-01T17:45:31.133Zkflt 0.001200917
29302026-04-01T17:45:31.133Zlock 8:03:34.186552414
29312026-04-01T17:45:31.133Zslp 2:22:34.783736468
29322026-04-01T17:45:31.134Zlat 2:32.710212242
29332026-04-01T17:45:31.134Zstop 5:08.516421636
29342026-04-01T17:45:31.134Z+ mapfile -t packages
29352026-04-01T17:45:31.134Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-04-01T17:45:32.084Z Finished `release` profile [optimized] target(s) in 0.94s
29372026-04-01T17:45:32.156Z Running `target/release/omicron-package -t test list-outputs`
29382026-04-01T17:45:32.212ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-04-01T17:45:32.215Z+ ptime -m cargo build --locked --release -p xtask
29402026-04-01T17:45:32.752Z Compiling libc v0.2.180
29412026-04-01T17:45:32.752Z Compiling serde v1.0.228
29422026-04-01T17:45:32.755Z Compiling serde_core v1.0.228
29432026-04-01T17:45:32.755Z Compiling rustix v1.1.3
29442026-04-01T17:45:32.847Z Compiling serde_json v1.0.149
29452026-04-01T17:45:32.856Z Compiling bitflags v2.11.0
29462026-04-01T17:45:32.900Z Compiling num-traits v0.2.19
29472026-04-01T17:45:32.910Z Compiling syn v2.0.117
29482026-04-01T17:45:32.920Z Compiling hashbrown v0.16.1
29492026-04-01T17:45:32.923Z Compiling smallvec v1.15.1
29502026-04-01T17:45:32.942Z Compiling usdt-impl v0.5.0
29512026-04-01T17:45:32.965Z Compiling syn v1.0.109
29522026-04-01T17:45:32.977Z Compiling getrandom v0.4.1
29532026-04-01T17:45:32.980Z Compiling percent-encoding v2.3.2
29542026-04-01T17:45:33.080Z Compiling log v0.4.29
29552026-04-01T17:45:33.239Z Compiling form_urlencoded v1.2.2
29562026-04-01T17:45:33.376Z Compiling fs-err v3.3.0
29572026-04-01T17:45:33.376Z Compiling once_cell v1.21.3
29582026-04-01T17:45:33.380Z Compiling anyhow v1.0.102
29592026-04-01T17:45:33.408Z Compiling heck v0.4.1
29602026-04-01T17:45:33.507Z Compiling indexmap v2.13.0
29612026-04-01T17:45:33.617Z Compiling errno v0.3.14
29622026-04-01T17:45:33.620Z Compiling thread-id v4.2.2
29632026-04-01T17:45:33.653Z Compiling memmap v0.7.0
29642026-04-01T17:45:33.924Z Compiling ordered-float v2.10.1
29652026-04-01T17:45:34.436Z Compiling proc-macro-error v1.0.4
29662026-04-01T17:45:34.624Z Compiling terminal_size v0.4.3
29672026-04-01T17:45:34.624Z Compiling tempfile v3.25.0
29682026-04-01T17:45:34.681Z Compiling tabled_derive v0.7.0
29692026-04-01T17:45:34.721Z Compiling clap_builder v4.5.60
29702026-04-01T17:45:34.721Z Compiling textwrap v0.16.2
29712026-04-01T17:45:34.856Z Compiling camino-tempfile v1.4.1
29722026-04-01T17:45:35.358Z Compiling tabled v0.15.0
29732026-04-01T17:45:35.415Z Compiling synstructure v0.13.2
29742026-04-01T17:45:35.415Z Compiling pest_generator v2.8.6
29752026-04-01T17:45:35.798Z Compiling serde_derive v1.0.228
29762026-04-01T17:45:35.798Z Compiling zerofrom-derive v0.1.6
29772026-04-01T17:45:35.801Z Compiling yoke-derive v0.8.1
29782026-04-01T17:45:35.801Z Compiling zerovec-derive v0.11.2
29792026-04-01T17:45:35.801Z Compiling displaydoc v0.2.5
29802026-04-01T17:45:35.801Z Compiling thiserror-impl v1.0.69
29812026-04-01T17:45:35.802Z Compiling zerocopy-derive v0.7.35
29822026-04-01T17:45:35.802Z Compiling scroll_derive v0.12.1
29832026-04-01T17:45:35.802Z Compiling thiserror-impl v2.0.18
29842026-04-01T17:45:35.802Z Compiling clap_derive v4.5.55
29852026-04-01T17:45:35.952Z Compiling pest_derive v2.8.6
29862026-04-01T17:45:36.553Z Compiling scroll v0.12.0
29872026-04-01T17:45:36.654Z Compiling zerocopy v0.7.35
29882026-04-01T17:45:36.819Z Compiling zerofrom v0.1.6
29892026-04-01T17:45:36.868Z Compiling goblin v0.8.2
29902026-04-01T17:45:36.972Z Compiling yoke v0.8.1
29912026-04-01T17:45:37.011Z Compiling thiserror v1.0.69
29922026-04-01T17:45:37.087Z Compiling thiserror v2.0.18
29932026-04-01T17:45:37.127Z Compiling dtrace-parser v0.2.0
29942026-04-01T17:45:37.188Z Compiling zerovec v0.11.5
29952026-04-01T17:45:37.201Z Compiling zerotrie v0.2.3
29962026-04-01T17:45:37.470Z Compiling clap v4.5.60
29972026-04-01T17:45:37.735Z Compiling tinystr v0.8.2
29982026-04-01T17:45:37.811Z Compiling potential_utf v0.1.4
29992026-04-01T17:45:37.946Z Compiling icu_locale_core v2.1.1
30002026-04-01T17:45:37.975Z Compiling icu_collections v2.1.1
30012026-04-01T17:45:38.758Z Compiling icu_provider v2.1.1
30022026-04-01T17:45:39.026Z Compiling icu_properties v2.1.2
30032026-04-01T17:45:39.168Z Compiling icu_normalizer v2.1.1
30042026-04-01T17:45:39.194Z Compiling toml_datetime v0.6.11
30052026-04-01T17:45:39.305Z Compiling serde_spanned v0.6.9
30062026-04-01T17:45:39.410Z Compiling dof v0.3.0
30072026-04-01T17:45:39.493Z Compiling toml_edit v0.22.27
30082026-04-01T17:45:39.505Z Compiling serde_tokenstream v0.2.3
30092026-04-01T17:45:39.813Z Compiling serde-value v0.7.0
30102026-04-01T17:45:39.833Z Compiling cargo-platform v0.2.0
30112026-04-01T17:45:39.907Z Compiling macaddr v1.0.1
30122026-04-01T17:45:40.053Z Compiling idna_adapter v1.2.1
30132026-04-01T17:45:40.186Z Compiling idna v1.1.0
30142026-04-01T17:45:40.340Z Compiling usdt-macro v0.5.0
30152026-04-01T17:45:40.354Z Compiling usdt-attr-macro v0.5.0
30162026-04-01T17:45:40.544Z Compiling url v2.5.8
30172026-04-01T17:45:40.997Z Compiling usdt v0.5.0
30182026-04-01T17:45:41.081Z Compiling toml v0.8.23
30192026-04-01T17:45:41.548Z Compiling cargo-util-schemas v0.8.2
30202026-04-01T17:45:41.587Z Compiling cargo_toml v0.21.0
30212026-04-01T17:45:42.566Z Compiling cargo_metadata v0.21.0
30222026-04-01T17:45:45.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-04-01T17:45:48.732Z Finished `release` profile [optimized] target(s) in 16.50s
30242026-04-01T17:45:48.860Z
30252026-04-01T17:45:48.860Zreal 16.607474554
30262026-04-01T17:45:48.860Zuser 2:22.584986734
30272026-04-01T17:45:48.861Zsys 16.778361010
30282026-04-01T17:45:48.861Ztrap 0.102373729
30292026-04-01T17:45:48.864Ztflt 0.557370786
30302026-04-01T17:45:48.864Zdflt 1.294068813
30312026-04-01T17:45:48.864Zkflt 0.000060707
30322026-04-01T17:45:48.864Zlock 5:28.643677386
30332026-04-01T17:45:48.864Zslp 3:31.890173533
30342026-04-01T17:45:48.864Zlat 6.653155242
30352026-04-01T17:45:48.864Zstop 20.320697217
30362026-04-01T17:45:48.864Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-04-01T17:45:48.864Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-04-01T17:45:48.864Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-04-01T17:45:48.864Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-04-01T17:45:48.864Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-04-01T17:45:49.803Z Compiling regress v0.10.5
30422026-04-01T17:45:49.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-04-01T17:45:49.807Z Compiling serde_spanned v1.0.4
30442026-04-01T17:45:49.948Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-04-01T17:45:49.952Z Compiling newtype-uuid-macros v0.1.0
30462026-04-01T17:45:49.952Z Compiling progenitor-client v0.13.0
30472026-04-01T17:45:49.952Z Compiling structmeta-derive v0.3.0
30482026-04-01T17:45:49.952Z Compiling rustls v0.22.4
30492026-04-01T17:45:49.952Z Compiling rustls-webpki v0.102.8
30502026-04-01T17:45:49.952Z Compiling multer v3.1.0
30512026-04-01T17:45:49.955Z Compiling debug-ignore v1.0.5
30522026-04-01T17:45:49.955Z Compiling match_cfg v0.1.0
30532026-04-01T17:45:49.955Z Compiling slog-json v2.6.1
30542026-04-01T17:45:49.955Z Compiling async-stream-impl v0.3.6
30552026-04-01T17:45:49.970Z Compiling dropshot v0.16.7
30562026-04-01T17:45:49.970Z Compiling itertools v0.14.0
30572026-04-01T17:45:50.202Z Compiling hostname v0.3.1
30582026-04-01T17:45:50.217Z Compiling waitgroup v0.1.2
30592026-04-01T17:45:50.250Z Compiling rustls-pemfile v2.2.0
30602026-04-01T17:45:50.253Z Compiling dropshot_endpoint v0.16.7
30612026-04-01T17:45:50.370Z Compiling toml v0.9.12+spec-1.1.0
30622026-04-01T17:45:50.391Z Compiling slog-bunyan v2.5.0
30632026-04-01T17:45:50.428Z Compiling hostname v0.4.2
30642026-04-01T17:45:50.431Z Compiling serde_path_to_error v0.1.20
30652026-04-01T17:45:50.431Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-04-01T17:45:50.501Z Compiling macaddr v1.0.1
30672026-04-01T17:45:50.552Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-04-01T17:45:50.592Z Compiling progenitor-client v0.10.0
30692026-04-01T17:45:50.616Z Compiling instant v0.1.13
30702026-04-01T17:45:50.643Z Compiling backon v1.6.0
30712026-04-01T17:45:50.673Z Compiling async-stream v0.3.6
30722026-04-01T17:45:50.744Z Compiling backoff v0.4.0
30732026-04-01T17:45:50.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-04-01T17:45:50.835Z Compiling progenitor-extras v0.1.1
30752026-04-01T17:45:50.867Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30762026-04-01T17:45:50.867Z Compiling crucible-workspace-hack v0.1.0
30772026-04-01T17:45:50.907Z Compiling toml v0.8.23
30782026-04-01T17:45:50.910Z Compiling universal-hash v0.5.1
30792026-04-01T17:45:50.935Z Compiling unsafe-libyaml v0.2.11
30802026-04-01T17:45:50.976Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-04-01T17:45:50.993Z Compiling opaque-debug v0.3.1
30822026-04-01T17:45:51.033Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30832026-04-01T17:45:51.059Z Compiling half v2.7.1
30842026-04-01T17:45:51.087Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30852026-04-01T17:45:51.120Z Compiling ciborium-io v0.2.2
30862026-04-01T17:45:51.137Z Compiling convert_case v0.4.0
30872026-04-01T17:45:51.208Z Compiling aead v0.5.2
30882026-04-01T17:45:51.236Z Compiling secrecy v0.10.3
30892026-04-01T17:45:51.252Z Compiling poly1305 v0.8.0
30902026-04-01T17:45:51.272Z Compiling structmeta v0.3.0
30912026-04-01T17:45:51.291Z Compiling chacha20 v0.9.1
30922026-04-01T17:45:51.360Z Compiling ciborium-ll v0.2.2
30932026-04-01T17:45:51.384Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30942026-04-01T17:45:51.419Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30952026-04-01T17:45:51.438Z Compiling typify-impl v0.6.1
30962026-04-01T17:45:51.522Z Compiling derive-ex v0.1.8
30972026-04-01T17:45:51.541Z Compiling parse-display-derive v0.10.0
30982026-04-01T17:45:51.576Z Compiling serde_yaml v0.9.34+deprecated
30992026-04-01T17:45:51.594Z Compiling ciborium v0.2.2
31002026-04-01T17:45:51.613Z Compiling derive_more v0.99.20
31012026-04-01T17:45:51.642Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
31022026-04-01T17:45:51.722Z Compiling thiserror-impl-no-std v2.0.2
31032026-04-01T17:45:51.740Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31042026-04-01T17:45:51.802Z Compiling byte-wrapper v0.1.0
31052026-04-01T17:45:51.820Z Compiling password-hash v0.5.0
31062026-04-01T17:45:51.891Z Compiling blake2 v0.10.6
31072026-04-01T17:45:51.996Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
31082026-04-01T17:45:52.035Z Compiling chacha20poly1305 v0.10.1
31092026-04-01T17:45:52.069Z Compiling indent_write v2.2.0
31102026-04-01T17:45:52.175Z Compiling argon2 v0.5.3
31112026-04-01T17:45:52.195Z Compiling toml_edit v0.23.10+spec-1.0.0
31122026-04-01T17:45:52.216Z Compiling heapless v0.8.0
31132026-04-01T17:45:52.236Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-04-01T17:45:52.260Z Compiling ingot-macros v0.1.1
31152026-04-01T17:45:52.475Z Compiling tokio-rustls v0.25.0
31162026-04-01T17:45:52.517Z Compiling tabwriter v1.4.1
31172026-04-01T17:45:52.547Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31182026-04-01T17:45:52.782Z Compiling proc-macro-crate v3.4.0
31192026-04-01T17:45:52.950Z Compiling thiserror-no-std v2.0.2
31202026-04-01T17:45:53.045Z Compiling vsss-rs v3.3.4
31212026-04-01T17:45:53.071Z Compiling hash32 v0.3.1
31222026-04-01T17:45:53.089Z Compiling smoltcp v0.11.0
31232026-04-01T17:45:53.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-04-01T17:45:53.275Z Compiling test-strategy v0.4.5
31252026-04-01T17:45:53.328Z Compiling cobs v0.3.0
31262026-04-01T17:45:53.345Z Compiling parse-display v0.10.0
31272026-04-01T17:45:53.410Z Compiling num_enum_derive v0.7.5
31282026-04-01T17:45:53.430Z Compiling foreign-types-macros v0.2.3
31292026-04-01T17:45:53.449Z Compiling foreign-types-shared v0.3.1
31302026-04-01T17:45:53.533Z Compiling colored v3.1.1
31312026-04-01T17:45:53.565Z Compiling cpufeatures v0.3.0
31322026-04-01T17:45:53.581Z Compiling postcard v1.1.3
31332026-04-01T17:45:53.667Z Compiling chacha20 v0.10.0
31342026-04-01T17:45:53.781Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
31352026-04-01T17:45:53.947Z Compiling proc-macro-crate v1.3.1
31362026-04-01T17:45:53.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-04-01T17:45:53.984Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
31382026-04-01T17:45:54.024Z Compiling cstr-argument v0.1.2
31392026-04-01T17:45:54.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
31402026-04-01T17:45:54.079Z Compiling foreign-types v0.5.0
31412026-04-01T17:45:54.139Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-04-01T17:45:54.185Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-04-01T17:45:54.209Z Compiling rand v0.10.0
31442026-04-01T17:45:54.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-04-01T17:45:54.308Z Compiling num-rational v0.4.2
31462026-04-01T17:45:54.354Z Compiling num-complex v0.4.6
31472026-04-01T17:45:54.396Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
31482026-04-01T17:45:54.413Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-04-01T17:45:54.436Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-04-01T17:45:54.470Z Compiling num_enum_derive v0.5.11
31512026-04-01T17:45:54.527Z Compiling num_enum v0.7.5
31522026-04-01T17:45:54.587Z Compiling prettyplease v0.2.37
31532026-04-01T17:45:54.603Z Compiling camino-tempfile v1.4.1
31542026-04-01T17:45:54.678Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31552026-04-01T17:45:54.699Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31562026-04-01T17:45:54.783Z Compiling num v0.4.3
31572026-04-01T17:45:54.876Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-04-01T17:45:54.879Z Compiling float-ord v0.3.2
31592026-04-01T17:45:54.911Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-04-01T17:45:54.944Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
31612026-04-01T17:45:54.945Z Compiling smf v0.2.3
31622026-04-01T17:45:55.024Z Compiling num-derive v0.4.2
31632026-04-01T17:45:55.062Z Compiling sigpipe v0.1.3
31642026-04-01T17:45:55.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-04-01T17:45:55.180Z Compiling glob v0.3.3
31662026-04-01T17:45:55.198Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
31672026-04-01T17:45:55.202Z Compiling whoami v1.6.1
31682026-04-01T17:45:55.295Z Compiling ingot-types v0.1.2
31692026-04-01T17:45:55.338Z Compiling gethostname v0.5.0
31702026-04-01T17:45:55.410Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-04-01T17:45:55.464Z Compiling usdt-attr-macro v0.5.0
31722026-04-01T17:45:55.493Z Compiling usdt-macro v0.5.0
31732026-04-01T17:45:55.496Z Compiling memmap v0.7.0
31742026-04-01T17:45:55.529Z Compiling atomicwrites v0.4.4
31752026-04-01T17:45:55.544Z Compiling derive-where v1.6.0
31762026-04-01T17:45:55.572Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-04-01T17:45:55.603Z Compiling num_enum v0.5.11
31782026-04-01T17:45:55.669Z Compiling ingot v0.1.1
31792026-04-01T17:45:55.729Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-04-01T17:45:55.746Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-04-01T17:45:55.749Z Compiling cancel-safe-futures v0.1.5
31822026-04-01T17:45:55.782Z Compiling owo-colors v4.3.0
31832026-04-01T17:45:55.909Z Compiling resolv-conf v0.7.6
31842026-04-01T17:45:56.031Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31852026-04-01T17:45:56.071Z Compiling libsw-core v0.3.2
31862026-04-01T17:45:56.074Z Compiling typify-macro v0.6.1
31872026-04-01T17:45:56.088Z Compiling async-recursion v1.1.1
31882026-04-01T17:45:56.290Z Compiling libsw v3.5.0
31892026-04-01T17:45:56.307Z Compiling typify-impl v0.4.3
31902026-04-01T17:45:56.307Z Compiling linear-map v1.2.0
31912026-04-01T17:45:56.310Z Compiling libefi-sys v0.1.0
31922026-04-01T17:45:56.357Z Compiling usdt v0.5.0
31932026-04-01T17:45:56.434Z Compiling hickory-proto v0.24.4
31942026-04-01T17:45:56.451Z Compiling newline-converter v0.3.0
31952026-04-01T17:45:56.455Z Compiling console v0.15.11
31962026-04-01T17:45:56.502Z Compiling bitfield-struct v0.6.2
31972026-04-01T17:45:56.546Z Compiling linked-hash-map v0.5.6
31982026-04-01T17:45:56.587Z Compiling semver v0.1.20
31992026-04-01T17:45:56.656Z Compiling tokio-dtrace v0.1.1
32002026-04-01T17:45:56.762Z Compiling lru-cache v0.1.2
32012026-04-01T17:45:56.811Z Compiling expectorate v1.2.0
32022026-04-01T17:45:56.827Z Compiling rustc_version v0.1.7
32032026-04-01T17:45:56.907Z Compiling dropshot-api-manager-types v0.6.0
32042026-04-01T17:45:56.926Z Compiling pin-project-internal v1.1.11
32052026-04-01T17:45:56.946Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-04-01T17:45:56.962Z Compiling slog-dtrace v0.3.0
32072026-04-01T17:45:56.990Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-04-01T17:45:57.007Z Compiling minimal-lexical v0.2.1
32092026-04-01T17:45:57.088Z Compiling oxide-tokio-rt v0.1.3
32102026-04-01T17:45:57.091Z Compiling newtype_derive v0.1.6
32112026-04-01T17:45:57.106Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-04-01T17:45:57.218Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-04-01T17:45:57.259Z Compiling nom v7.1.3
32142026-04-01T17:45:57.277Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-04-01T17:45:57.298Z Compiling phf_shared v0.12.1
32162026-04-01T17:45:57.330Z Compiling snafu-derive v0.8.9
32172026-04-01T17:45:57.360Z Compiling pem v3.0.6
32182026-04-01T17:45:57.411Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
32192026-04-01T17:45:57.506Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-04-01T17:45:57.544Z Compiling csv-core v0.1.13
32212026-04-01T17:45:57.623Z Compiling highway v1.3.0
32222026-04-01T17:45:57.721Z Compiling base64 v0.21.7
32232026-04-01T17:45:57.836Z Compiling xshell-macros v0.2.7
32242026-04-01T17:45:57.868Z Compiling same-file v1.0.6
32252026-04-01T17:45:57.914Z Compiling typify v0.6.1
32262026-04-01T17:45:57.931Z Compiling chrono-tz v0.10.4
32272026-04-01T17:45:58.029Z Compiling progenitor-impl v0.13.0
32282026-04-01T17:45:58.053Z Compiling walkdir v2.5.0
32292026-04-01T17:45:58.075Z Compiling const_format_proc_macros v0.2.34
32302026-04-01T17:45:58.093Z Compiling csv v1.4.0
32312026-04-01T17:45:58.112Z Compiling pin-project v1.1.11
32322026-04-01T17:45:58.166Z Compiling phf v0.12.1
32332026-04-01T17:45:58.320Z Compiling xshell v0.2.7
32342026-04-01T17:45:58.393Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-04-01T17:45:58.435Z Compiling globset v0.4.18
32362026-04-01T17:45:58.583Z Compiling hickory-resolver v0.24.4
32372026-04-01T17:45:58.660Z Compiling olpc-cjson v0.1.4
32382026-04-01T17:45:58.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-04-01T17:45:58.709Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
32402026-04-01T17:45:58.743Z Compiling primeorder v0.13.6
32412026-04-01T17:45:58.847Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
32422026-04-01T17:45:58.864Z Compiling serde_plain v1.0.2
32432026-04-01T17:45:58.883Z Compiling typed-path v0.9.3
32442026-04-01T17:45:58.989Z Compiling const_format v0.2.35
32452026-04-01T17:45:59.033Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32462026-04-01T17:45:59.254Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-04-01T17:45:59.272Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-04-01T17:45:59.286Z Compiling tabled_derive v0.7.0
32492026-04-01T17:45:59.341Z Compiling bcs v0.1.6
32502026-04-01T17:45:59.409Z Compiling snafu v0.8.9
32512026-04-01T17:45:59.719Z Compiling qorb v0.4.1
32522026-04-01T17:45:59.756Z Compiling termtree v0.5.1
32532026-04-01T17:45:59.849Z Compiling tough v0.20.0
32542026-04-01T17:45:59.903Z Compiling utf-8 v0.7.6
32552026-04-01T17:45:59.926Z Compiling salty v0.3.0
32562026-04-01T17:45:59.944Z Compiling radium v0.7.0
32572026-04-01T17:46:00.122Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
32582026-04-01T17:46:00.167Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-04-01T17:46:00.221Z Compiling tungstenite v0.21.0
32602026-04-01T17:46:00.241Z Compiling textwrap v0.16.2
32612026-04-01T17:46:00.284Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-04-01T17:46:00.356Z Compiling tabled v0.15.0
32632026-04-01T17:46:00.392Z Compiling steno v0.4.1
32642026-04-01T17:46:00.534Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-04-01T17:46:00.554Z Compiling tagptr v0.2.0
32662026-04-01T17:46:00.692Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32672026-04-01T17:46:00.714Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-04-01T17:46:00.745Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32692026-04-01T17:46:00.763Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32702026-04-01T17:46:00.855Z Compiling progenitor-macro v0.13.0
32712026-04-01T17:46:00.903Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-04-01T17:46:00.979Z Compiling typify-macro v0.4.3
32732026-04-01T17:46:01.115Z Compiling tap v1.0.1
32742026-04-01T17:46:01.138Z Compiling maybe-uninit v2.0.0
32752026-04-01T17:46:01.265Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32762026-04-01T17:46:01.282Z Compiling humantime v2.3.0
32772026-04-01T17:46:01.359Z Compiling wyz v0.5.1
32782026-04-01T17:46:01.459Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32792026-04-01T17:46:01.602Z Compiling tokio-tungstenite v0.21.0
32802026-04-01T17:46:01.649Z Compiling moka v0.12.13
32812026-04-01T17:46:01.727Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-04-01T17:46:02.056Z Compiling p384 v0.13.1
32832026-04-01T17:46:02.373Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32842026-04-01T17:46:02.424Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-04-01T17:46:02.489Z Compiling parking_lot_core v0.8.6
32862026-04-01T17:46:02.549Z Compiling funty v2.0.0
32872026-04-01T17:46:02.641Z Compiling packed_struct v0.10.1
32882026-04-01T17:46:02.674Z Compiling hickory-resolver v0.25.2
32892026-04-01T17:46:02.804Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-04-01T17:46:02.823Z Compiling typify v0.4.3
32912026-04-01T17:46:02.908Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-04-01T17:46:02.933Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-04-01T17:46:02.951Z Compiling progenitor-impl v0.10.0
32942026-04-01T17:46:02.987Z Compiling bitvec v1.0.1
32952026-04-01T17:46:03.006Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32962026-04-01T17:46:03.024Z Compiling polyval v0.6.2
32972026-04-01T17:46:03.178Z Compiling git-stub v1.0.0
32982026-04-01T17:46:03.335Z Compiling packed_struct_codegen v0.10.1
32992026-04-01T17:46:03.369Z Compiling bitfield-macros v0.19.4
33002026-04-01T17:46:03.527Z Compiling zerocopy-derive v0.6.6
33012026-04-01T17:46:03.936Z Compiling proc-macro-error-attr2 v2.0.0
33022026-04-01T17:46:03.954Z Compiling indexmap v1.9.3
33032026-04-01T17:46:04.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-04-01T17:46:04.146Z Compiling crc-catalog v2.4.0
33052026-04-01T17:46:04.194Z Compiling nodrop v0.1.14
33062026-04-01T17:46:04.289Z Compiling array-init v0.0.4
33072026-04-01T17:46:04.313Z Compiling crc v3.4.0
33082026-04-01T17:46:04.333Z Compiling bitfield v0.19.4
33092026-04-01T17:46:04.373Z Compiling git-stub-vcs v0.1.0
33102026-04-01T17:46:04.391Z Compiling proc-macro-error2 v2.0.1
33112026-04-01T17:46:04.447Z Compiling zerocopy v0.6.6
33122026-04-01T17:46:04.475Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-04-01T17:46:04.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-04-01T17:46:04.564Z Compiling ghash v0.5.1
33152026-04-01T17:46:04.650Z Compiling smallvec v0.6.14
33162026-04-01T17:46:04.691Z Compiling num-derive v0.3.3
33172026-04-01T17:46:04.728Z Compiling ctr v0.9.2
33182026-04-01T17:46:04.746Z Compiling arc-swap v1.8.2
33192026-04-01T17:46:04.749Z Compiling lzma-sys v0.1.20
33202026-04-01T17:46:04.783Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-04-01T17:46:04.814Z Compiling hashbrown v0.12.3
33222026-04-01T17:46:04.896Z Compiling unicase v2.9.0
33232026-04-01T17:46:04.964Z Compiling aes-gcm v0.10.3
33242026-04-01T17:46:05.023Z Compiling slog-scope v4.4.1
33252026-04-01T17:46:05.045Z Compiling parking_lot v0.11.2
33262026-04-01T17:46:05.095Z Compiling serde-hex v0.1.0
33272026-04-01T17:46:05.136Z Compiling mime_guess v2.0.5
33282026-04-01T17:46:05.191Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33292026-04-01T17:46:05.241Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-04-01T17:46:05.332Z Compiling tabled_derive v0.11.0
33312026-04-01T17:46:05.485Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-04-01T17:46:05.566Z Compiling progenitor-impl v0.11.2
33332026-04-01T17:46:05.653Z Compiling libscf-sys v1.1.0
33342026-04-01T17:46:05.672Z Compiling progenitor-macro v0.10.0
33352026-04-01T17:46:05.691Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33362026-04-01T17:46:05.706Z Compiling ron v0.8.1
33372026-04-01T17:46:05.732Z Compiling papergrid v0.17.0
33382026-04-01T17:46:05.749Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-04-01T17:46:05.826Z Compiling cargo_toml v0.22.3
33402026-04-01T17:46:05.871Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-01T17:46:06.021Z Compiling progenitor v0.13.0
33422026-04-01T17:46:06.054Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-04-01T17:46:06.071Z Compiling hashbrown v0.13.2
33442026-04-01T17:46:06.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
33452026-04-01T17:46:06.247Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-04-01T17:46:06.444Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-04-01T17:46:06.562Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-04-01T17:46:06.601Z Compiling testing_table v0.3.0
33492026-04-01T17:46:06.708Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-04-01T17:46:06.791Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-04-01T17:46:06.863Z Compiling prefix-trie v0.7.0
33522026-04-01T17:46:06.951Z Compiling blowfish v0.9.1
33532026-04-01T17:46:07.037Z Compiling ssh-encoding v0.2.0
33542026-04-01T17:46:07.087Z Compiling fxhash v0.2.1
33552026-04-01T17:46:07.239Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-01T17:46:07.273Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-04-01T17:46:07.292Z Compiling crc-any v2.5.0
33582026-04-01T17:46:07.355Z Compiling corncobs v0.1.4
33592026-04-01T17:46:07.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-04-01T17:46:07.561Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-04-01T17:46:07.579Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-04-01T17:46:07.579Z Compiling ssh-cipher v0.2.0
33632026-04-01T17:46:07.614Z Compiling sled v0.34.7
33642026-04-01T17:46:07.618Z Compiling hickory-server v0.25.2
33652026-04-01T17:46:07.668Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-04-01T17:46:07.718Z Compiling bcrypt-pbkdf v0.10.0
33672026-04-01T17:46:07.993Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-04-01T17:46:08.017Z Compiling tabled v0.20.0
33692026-04-01T17:46:08.067Z Compiling object v0.30.4
33702026-04-01T17:46:08.285Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-04-01T17:46:08.313Z Compiling progenitor-macro v0.11.2
33722026-04-01T17:46:08.639Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-04-01T17:46:08.666Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33742026-04-01T17:46:09.192Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-01T17:46:09.220Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-04-01T17:46:09.364Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33772026-04-01T17:46:09.529Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33782026-04-01T17:46:09.661Z Compiling slog-stdlog v4.1.1
33792026-04-01T17:46:09.938Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-04-01T17:46:10.026Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33812026-04-01T17:46:10.123Z Compiling progenitor-client v0.11.2
33822026-04-01T17:46:10.391Z Compiling password-hash v0.4.2
33832026-04-01T17:46:10.436Z Compiling secrecy v0.8.0
33842026-04-01T17:46:10.480Z Compiling http-range v0.1.5
33852026-04-01T17:46:10.568Z Compiling half v1.8.3
33862026-04-01T17:46:10.631Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33872026-04-01T17:46:10.712Z Compiling path-slash v0.1.5
33882026-04-01T17:46:10.739Z Compiling progenitor v0.10.0
33892026-04-01T17:46:10.813Z Compiling serde_cbor v0.11.2
33902026-04-01T17:46:10.831Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-04-01T17:46:10.874Z Compiling pbkdf2 v0.11.0
33922026-04-01T17:46:10.891Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33932026-04-01T17:46:11.198Z Compiling ron v0.12.0
33942026-04-01T17:46:11.426Z Compiling slog-envlogger v2.2.0
33952026-04-01T17:46:11.455Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-04-01T17:46:11.838Z Compiling xz2 v0.1.7
33972026-04-01T17:46:12.080Z Compiling ssh-key v0.6.7
33982026-04-01T17:46:12.330Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-01T17:46:12.353Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34002026-04-01T17:46:12.370Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34012026-04-01T17:46:12.386Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
34022026-04-01T17:46:12.462Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
34032026-04-01T17:46:12.689Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34042026-04-01T17:46:12.978Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-04-01T17:46:13.161Z Compiling p521 v0.13.3
34062026-04-01T17:46:13.189Z Compiling p256 v0.13.2
34072026-04-01T17:46:13.283Z Compiling yasna v0.5.2
34082026-04-01T17:46:13.328Z Compiling kstat-rs v0.2.4
34092026-04-01T17:46:13.441Z Compiling headers-core v0.3.0
34102026-04-01T17:46:13.482Z Compiling progenitor v0.11.2
34112026-04-01T17:46:13.499Z Compiling nanorand v0.7.0
34122026-04-01T17:46:13.572Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34132026-04-01T17:46:13.592Z Compiling russh-cryptovec v0.7.3
34142026-04-01T17:46:13.664Z Compiling atty v0.2.14
34152026-04-01T17:46:13.681Z Compiling home v0.5.12
34162026-04-01T17:46:13.684Z Compiling base16ct v1.0.0
34172026-04-01T17:46:13.810Z Compiling crc8 v0.1.1
34182026-04-01T17:46:13.827Z Compiling md5 v0.7.0
34192026-04-01T17:46:13.830Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
34202026-04-01T17:46:13.864Z Compiling flume v0.11.1
34212026-04-01T17:46:13.867Z Compiling rcgen v0.12.1
34222026-04-01T17:46:13.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34232026-04-01T17:46:14.003Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-04-01T17:46:14.148Z Compiling russh-keys v0.45.0
34252026-04-01T17:46:14.204Z Compiling headers v0.4.1
34262026-04-01T17:46:14.221Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-04-01T17:46:14.241Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-04-01T17:46:14.322Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-04-01T17:46:14.555Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-04-01T17:46:14.574Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34312026-04-01T17:46:14.667Z Compiling hyper-staticfile v0.10.1
34322026-04-01T17:46:14.751Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-04-01T17:46:14.796Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-04-01T17:46:14.814Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-04-01T17:46:15.002Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362026-04-01T17:46:15.141Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-04-01T17:46:15.204Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-04-01T17:46:15.207Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34392026-04-01T17:46:15.253Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34402026-04-01T17:46:15.514Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-04-01T17:46:15.566Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34422026-04-01T17:46:15.602Z Compiling num-bigint v0.4.6
34432026-04-01T17:46:15.624Z Compiling des v0.8.1
34442026-04-01T17:46:15.790Z Compiling subprocess v0.2.15
34452026-04-01T17:46:15.853Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-04-01T17:46:15.914Z Compiling hex-literal v0.4.1
34472026-04-01T17:46:15.932Z Compiling display-error-chain v0.2.2
34482026-04-01T17:46:15.992Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34492026-04-01T17:46:16.060Z Compiling colored v2.2.0
34502026-04-01T17:46:16.106Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-04-01T17:46:16.189Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34522026-04-01T17:46:16.302Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-04-01T17:46:16.319Z Compiling internet-checksum v0.2.1
34542026-04-01T17:46:16.775Z Compiling russh v0.45.0
34552026-04-01T17:46:17.136Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-04-01T17:46:17.183Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-04-01T17:46:19.733Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34582026-04-01T17:46:20.384Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-04-01T17:46:20.421Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-04-01T17:46:20.933Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-04-01T17:46:28.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-04-01T17:46:28.107Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34632026-04-01T17:46:28.107Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-04-01T17:46:28.111Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-04-01T17:46:29.786Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-04-01T17:46:29.918Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-04-01T17:46:34.018Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34682026-04-01T17:46:54.302Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34692026-04-01T17:47:13.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34702026-04-01T17:47:13.269Z
34712026-04-01T17:47:13.269Zreal 1:24.324172927
34722026-04-01T17:47:13.269Zuser 8:17.879058339
34732026-04-01T17:47:13.269Zsys 1:40.876590727
34742026-04-01T17:47:13.269Ztrap 0.255260145
34752026-04-01T17:47:13.269Ztflt 0.623622170
34762026-04-01T17:47:13.269Zdflt 1.106315248
34772026-04-01T17:47:13.269Zkflt 0.000378575
34782026-04-01T17:47:13.269Zlock 29:44.551835118
34792026-04-01T17:47:13.269Zslp 19:19.899065600
34802026-04-01T17:47:13.270Zlat 40.555006831
34812026-04-01T17:47:13.270Zstop 2:51.841298093
34822026-04-01T17:47:13.273Z+ mkdir tests
34832026-04-01T17:47:13.273Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34842026-04-01T17:47:13.276Z+ xargs -I '{}' -t cp '{}' tests/
34852026-04-01T17:47:13.302Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-32b00834b20030a9 tests/
34862026-04-01T17:47:13.322Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8bd65d2603cac06f tests/
34872026-04-01T17:47:13.343Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-81b6c0024aba7d4d tests/
34882026-04-01T17:47:13.364Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-eae19103ef4bd42a tests/
34892026-04-01T17:47:13.593Z+ 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/* tools/opte_version tools/opte_version_override)
34902026-04-01T17:47:13.597Z+ 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-8bd65d2603cac06f tests/commtest-81b6c0024aba7d4d tests/dhcp_server-32b00834b20030a9 tests/end_to_end_tests-eae19103ef4bd42a tools/opte_version tools/opte_version_override 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
34912026-04-01T17:48:40.309ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34922026-04-01T17:48:40.309Za .github/buildomat/ci-env.sh 1K
34932026-04-01T17:48:40.309Za out/target/test 1K
34942026-04-01T17:48:40.309Za out/npuzone/npuzone 27402K
34952026-04-01T17:48:40.309Za package-manifest.toml 35K
34962026-04-01T17:48:40.309Za smf/sled-agent/non-gimlet/config.toml 6K
34972026-04-01T17:48:40.309Za target/release/omicron-package 45176K
34982026-04-01T17:48:40.309Za target/release/xtask 11432K
34992026-04-01T17:48:40.309Za target/debug/bootstrap 339971K
35002026-04-01T17:48:40.309Za tests/bootstrap-8bd65d2603cac06f 31310K
35012026-04-01T17:48:40.309Za tests/commtest-81b6c0024aba7d4d 32395K
35022026-04-01T17:48:40.309Za tests/dhcp_server-32b00834b20030a9 31310K
35032026-04-01T17:48:40.309Za tests/end_to_end_tests-eae19103ef4bd42a 382511K
35042026-04-01T17:48:40.309Za tools/opte_version 1K
35052026-04-01T17:48:40.309Za tools/opte_version_override 1K
35062026-04-01T17:48:40.309Za out/clickhouse.tar.gz 325409K
35072026-04-01T17:48:40.309Za out/clickhouse_keeper.tar.gz 309366K
35082026-04-01T17:48:40.309Za out/clickhouse_server.tar.gz 325408K
35092026-04-01T17:48:40.309Za out/cockroachdb.tar.gz 167204K
35102026-04-01T17:48:40.309Za out/crucible-pantry-zone.tar.gz 44245K
35112026-04-01T17:48:40.309Za out/crucible-utils.tar 17744K
35122026-04-01T17:48:40.309Za out/crucible-zone.tar.gz 58383K
35132026-04-01T17:48:40.309Za out/external-dns.tar.gz 51248K
35142026-04-01T17:48:40.309Za out/internal-dns.tar.gz 51248K
35152026-04-01T17:48:40.309Za out/mg-ddm-gz.tar 92234K
35162026-04-01T17:48:40.309Za out/nexus.tar.gz 216797K
35172026-04-01T17:48:40.309Za out/ntp.tar.gz 32720K
35182026-04-01T17:48:40.309Za out/omicron-gateway-softnpu.tar.gz 28881K
35192026-04-01T17:48:40.309Za out/omicron-sled-agent.tar 199849K
35202026-04-01T17:48:40.310Za out/overlay.tar.gz 3K
35212026-04-01T17:48:40.310Za out/oximeter.tar.gz 66339K
35222026-04-01T17:48:40.310Za out/oxlog.tar 3781K
35232026-04-01T17:48:40.310Za out/probe.tar.gz 3037K
35242026-04-01T17:48:40.310Za out/propolis-server.tar.gz 33309K
35252026-04-01T17:48:40.310Za out/pumpkind-gz.tar 26647K
35262026-04-01T17:48:40.310Za out/switch-softnpu.tar.gz 390036K
35272026-04-01T17:48:40.313Z
35282026-04-01T17:48:40.314Zreal 1:26.697315242
35292026-04-01T17:48:40.314Zuser 1:24.002326398
35302026-04-01T17:48:40.314Zsys 4.446795077
35312026-04-01T17:48:40.314Ztrap 0.007123734
35322026-04-01T17:48:40.314Ztflt 0.000000000
35332026-04-01T17:48:40.314Zdflt 0.000000000
35342026-04-01T17:48:40.314Zkflt 0.000000000
35352026-04-01T17:48:40.314Zlock 0.000000000
35362026-04-01T17:48:40.314Zslp 1:23.942975546
35372026-04-01T17:48:40.314Zlat 0.990973042
35382026-04-01T17:48:40.314Zstop 0.000235248
35392026-04-01T17:48:40.314Zprocess exited: duration 1102054 ms, exit code 0
 
35402026-04-01T17:48:40.328Zfound 1 output files
35412026-04-01T17:48:40.328Zuploading: /work/package.tar.gz (2442265035 bytes)
35422026-04-01T17:49:07.620Zuploaded: /work/package.tar.gz