01KQFWFYWGVBBM1SFQ4CW4FZ0B: 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: 01KQFWGCACZKNRC2KKF7N4NWBV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T19:06:43.256Zjob assigned to worker 01KQFWGM6SV6V94JM3SNJ0Z4X7 [factory aws, i-016cc46a18101f762] (queued for 1 m 11 s)
 
22026-04-30T19:06:51.738Zstarting task 0: "setup"
32026-04-30T19:06:51.742Z++ uname -s
42026-04-30T19:06:51.746Z+ kern=SunOS
52026-04-30T19:06:51.746Z+ build_user=build
62026-04-30T19:06:51.746Z+ build_uid=12345
72026-04-30T19:06:51.746Z+ work_dir=/work
82026-04-30T19:06:51.746Z+ input_dir=/input
92026-04-30T19:06:51.746Z+ [[ 0 == 12345 ]]
102026-04-30T19:06:51.746Z+ case "$kern" in
112026-04-30T19:06:51.746Z+ groupadd -g 12345 build
122026-04-30T19:06:51.749Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T19:06:53.755Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T19:06:53.850Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T19:06:53.853Z+ home_fs=zfs
162026-04-30T19:06:53.853Z+ [[ zfs == autofs ]]
172026-04-30T19:06:53.853Z+ mkdir -p /home/build
182026-04-30T19:06:53.857Z+ chown build:build /home/build /work
192026-04-30T19:06:55.856Z+ chmod 0700 /home/build /work
202026-04-30T19:06:55.859Zprocess exited: duration 4123 ms, exit code 0
 
212026-04-30T19:06:55.866Zstarting task 1: "rust-toolchain"
222026-04-30T19:06:55.871Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T19:06:55.871Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-30T19:06:55.872Z * rust toolchain channel = "1.94.0"
252026-04-30T19:06:55.872Z * rust toolchain profile = "default"
262026-04-30T19:06:55.872Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T19:06:55.872Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T19:06:55.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T19:06:55.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T19:06:56.005Zinfo: downloading installer
312026-04-30T19:06:57.860Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T19:06:57.860Zwarn: /opt/ooce/bin
332026-04-30T19:06:57.860Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T19:06:57.860Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T19:06:57.860Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T19:06:57.860Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T19:06:57.860Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T19:06:57.860Zerror: cannot install while Rust is installed
392026-04-30T19:06:57.860Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T19:06:57.860Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T19:06:57.860Zwarn: /home/build/.rustup/settings.toml
422026-04-30T19:06:57.860Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T19:06:57.860Zwarn: instead of the one inferred from the default host triple.
442026-04-30T19:06:57.893Zinfo: profile set to default
452026-04-30T19:06:57.893Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T19:06:57.897Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T19:06:58.044Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T19:06:58.048Zinfo: downloading 6 components
492026-04-30T19:07:14.095Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T19:07:14.095Z
512026-04-30T19:07:14.124Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T19:07:14.124Z
532026-04-30T19:07:14.124Z
542026-04-30T19:07:14.124ZRust is installed now. Great!
552026-04-30T19:07:14.124Z
562026-04-30T19:07:14.124ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T19:07:14.124Zenvironment variable. This has not been done automatically.
582026-04-30T19:07:14.124Z
592026-04-30T19:07:14.124ZTo configure your current shell, you need to source
602026-04-30T19:07:14.124Zthe corresponding env file under $HOME/.cargo.
612026-04-30T19:07:14.124Z
622026-04-30T19:07:14.124ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T19:07:14.124Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T19:07:14.124Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T19:07:14.124Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T19:07:14.124Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T19:07:14.124Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T19:07:14.124Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T19:07:14.128Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T19:07:14.128Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T19:07:14.208Z+ rustup --version
722026-04-30T19:07:14.214Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T19:07:14.217Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T19:07:14.233Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T19:07:14.236Z+ cargo --version
762026-04-30T19:07:14.244Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T19:07:14.247Z+ rustc --version
782026-04-30T19:07:14.267Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T19:07:14.270Zprocess exited: duration 18402 ms, exit code 0
 
802026-04-30T19:07:14.277Zstarting task 2: "authentication"
812026-04-30T19:07:14.297Zprocess exited: duration 19 ms, exit code 0
 
822026-04-30T19:07:14.303Zstarting task 3: "clone repository"
832026-04-30T19:07:14.308Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T19:07:14.311Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T19:07:14.510ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T19:07:24.085Z+ cd /work/oxidecomputer/omicron
872026-04-30T19:07:24.085Z+ git fetch origin 63f5023f652506ef09fca393f4ee2dde8d45936d
882026-04-30T19:07:24.364ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T19:07:24.364Z * branch 63f5023f652506ef09fca393f4ee2dde8d45936d -> FETCH_HEAD
902026-04-30T19:07:24.375Z+ [[ -n sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
912026-04-30T19:07:24.378Z++ git branch --show-current
922026-04-30T19:07:24.378Z+ current=main
932026-04-30T19:07:24.378Z+ [[ main != sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
942026-04-30T19:07:24.378Z+ git branch -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate 63f5023f652506ef09fca393f4ee2dde8d45936d
952026-04-30T19:07:24.382Z+ git checkout -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate
962026-04-30T19:07:24.638ZSwitched to branch 'sunshowers/spr/4n-wip-split-rss-into-its-own-crate'
972026-04-30T19:07:24.643Z+ git reset --hard 63f5023f652506ef09fca393f4ee2dde8d45936d
982026-04-30T19:07:24.852ZHEAD is now at 63f5023f6 review feedback
992026-04-30T19:07:24.856Zprocess exited: duration 10550 ms, exit code 0
 
1002026-04-30T19:07:24.863Zstarting task 4: "build"
1012026-04-30T19:07:24.868Z+ source .github/buildomat/ci-env.sh
1022026-04-30T19:07:24.868Z++ export CARGO_TERM_COLOR=always
1032026-04-30T19:07:24.868Z++ CARGO_TERM_COLOR=always
1042026-04-30T19:07:24.872Z+ cargo --version
1052026-04-30T19:07:24.878Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-30T19:07:24.882Z+ rustc --version
1072026-04-30T19:07:24.903Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-30T19:07:24.906Z+ WORK=/work
1092026-04-30T19:07:24.906Z+ pfexec mkdir -p /work
1102026-04-30T19:07:24.909Z+ pfexec chown build /work
1112026-04-30T19:07:24.912Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-30T19:07:36.038Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-30T19:07:43.585Z Startup: Caching catalogs ... Done
1142026-04-30T19:07:50.418ZPlanning: Solver setup ... Done (5.267s)
1152026-04-30T19:07:50.453ZPlanning: Running solver ... Done (0.036s)
1162026-04-30T19:07:50.591ZPlanning: Finding local manifests ... Done (0.007s)
1172026-04-30T19:07:50.605ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-30T19:07:50.726ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-30T19:07:50.768ZPlanning: Package planning ... Done (0.041s)
1202026-04-30T19:07:50.812ZPlanning: Merging actions ... Done (0.036s)
1212026-04-30T19:07:51.059ZPlanning: Checking for conflicting actions ... Done (0.235s)
1222026-04-30T19:07:51.092ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-30T19:07:52.988ZPlanning: Evaluating mediators ... Done (1.941s)
1242026-04-30T19:07:52.996ZPlanning: Planning completed in 9.24 seconds
1252026-04-30T19:07:53.008Z Packages to install: 5
1262026-04-30T19:07:53.008Z Mediators to change: 3
1272026-04-30T19:07:53.008Z Services to change: 1
1282026-04-30T19:07:53.009Z Estimated space available: 155.34 GB
1292026-04-30T19:07:53.012ZEstimated space to be consumed: 1.89 GB
1302026-04-30T19:07:53.012Z Create boot environment: No
1312026-04-30T19:07:53.012ZCreate backup boot environment: No
1322026-04-30T19:07:53.012Z Rebuild boot archive: No
1332026-04-30T19:07:53.012Z
1342026-04-30T19:07:53.012ZChanged mediators:
1352026-04-30T19:07:53.012Z mediator clang:
1362026-04-30T19:07:53.012Z version: None -> 15 (system default)
1372026-04-30T19:07:53.012Z
1382026-04-30T19:07:53.012Z mediator llvm:
1392026-04-30T19:07:53.012Z version: 14 (system default) -> 15 (system default)
1402026-04-30T19:07:53.012Z
1412026-04-30T19:07:53.012Z mediator postgresql:
1422026-04-30T19:07:53.013Z version: 15 (system default) -> 18 (system default)
1432026-04-30T19:07:53.013Z
1442026-04-30T19:07:53.013ZChanged packages:
1452026-04-30T19:07:53.013Zhelios-dev
1462026-04-30T19:07:53.013Z developer/build-essential
1472026-04-30T19:07:53.013Z None -> 11-2.0
1482026-04-30T19:07:53.013Z library/libxmlsec1
1492026-04-30T19:07:53.013Z None -> 1.2.35-2.0
1502026-04-30T19:07:53.013Z ooce/developer/clang-15
1512026-04-30T19:07:53.013Z None -> 15.0.7-2.0
1522026-04-30T19:07:53.014Z ooce/developer/llvm-15
1532026-04-30T19:07:53.014Z None -> 15.0.7-2.0
1542026-04-30T19:07:53.014Z ooce/library/postgresql-18
1552026-04-30T19:07:53.014Z None -> 18.1-2.0
1562026-04-30T19:07:53.014Z
1572026-04-30T19:07:53.014ZServices:
1582026-04-30T19:07:53.014Z restart_fmri:
1592026-04-30T19:07:53.014Z svc:/system/update-man-index:default
1602026-04-30T19:07:53.077Z
1612026-04-30T19:07:53.077ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-30T19:07:58.078ZDownload: 3158/4272 items 153.9/219.0MB 70% complete (30.8M/s)
1632026-04-30T19:08:00.732ZDownload: Completed 218.99 MB in 7.65 seconds (28.6M/s)
1642026-04-30T19:08:01.323Z Actions: 1/4789 actions (Installing new actions)
1652026-04-30T19:08:04.965Z Actions: Completed 4789 actions in 3.64 seconds.
1662026-04-30T19:08:05.259Z Done (0.289s)
1672026-04-30T19:08:05.259Z Done (0.000s)
1682026-04-30T19:08:05.881Z Done (0.623s)
1692026-04-30T19:08:09.749Z Done (3.526s)
1702026-04-30T19:08:09.835Z Done (0.027s)
1712026-04-30T19:08:09.839Z Done (0.000s)
1722026-04-30T19:08:09.978Z Done (0.000s)
1732026-04-30T19:08:10.836ZPlanning: Evaluating mediator changes ... Done
1742026-04-30T19:08:10.943ZPlanning: Checking for conflicting actions ... Done
1752026-04-30T19:08:10.947ZPlanning: Consolidating action changes ... Done
1762026-04-30T19:08:11.104ZPlanning: Evaluating mediators ... Done
1772026-04-30T19:08:11.107ZPlanning: Planning completed in 0.27 seconds
1782026-04-30T19:08:11.125Z Mediators to change: 2
1792026-04-30T19:08:11.125Z Create boot environment: No
1802026-04-30T19:08:11.125ZCreate backup boot environment: No
1812026-04-30T19:08:11.192Z Done
1822026-04-30T19:08:11.192Z Done
1832026-04-30T19:08:11.794Z Done
1842026-04-30T19:08:14.284Z Done
1852026-04-30T19:08:14.355Z Done
1862026-04-30T19:08:14.358Z Done
1872026-04-30T19:08:14.551Z Done
1882026-04-30T19:08:14.812ZPlanning: Evaluating mediator changes ... Done
1892026-04-30T19:08:14.920ZPlanning: Checking for conflicting actions ... Done
1902026-04-30T19:08:14.923ZPlanning: Consolidating action changes ... Done
1912026-04-30T19:08:15.079ZPlanning: Evaluating mediators ... Done
1922026-04-30T19:08:15.083ZPlanning: Planning completed in 0.27 seconds
1932026-04-30T19:08:15.100Z Mediators to change: 1
1942026-04-30T19:08:15.100Z Create boot environment: No
1952026-04-30T19:08:15.100ZCreate backup boot environment: No
1962026-04-30T19:08:15.153Z Done
1972026-04-30T19:08:15.154Z Done
1982026-04-30T19:08:15.778Z Done
1992026-04-30T19:08:18.253Z Done
2002026-04-30T19:08:18.325Z Done
2012026-04-30T19:08:18.329Z Done
2022026-04-30T19:08:18.465Z Done
2032026-04-30T19:08:18.748ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-30T19:08:18.748Zclang system 15 system
2052026-04-30T19:08:18.748Zcsh system system illumos
2062026-04-30T19:08:18.748Zctags system system illumos
2072026-04-30T19:08:18.748Zfile system system illumos
2082026-04-30T19:08:18.748Zgcc vendor 12 vendor
2092026-04-30T19:08:18.748Zgcc system 14 system
2102026-04-30T19:08:18.748Zgcc system 10 system
2112026-04-30T19:08:18.748Zgo system 1.20 system
2122026-04-30T19:08:18.748Zgo system 1.19 system
2132026-04-30T19:08:18.748Zllvm system 15 system
2142026-04-30T19:08:18.749Zllvm system 14 system
2152026-04-30T19:08:18.749Zmariadb system 10.6 system
2162026-04-30T19:08:18.749Zmta vendor vendor dma
2172026-04-30T19:08:18.749Zopenjdk system 17 system
2182026-04-30T19:08:18.749Zopenjdk system 11 system
2192026-04-30T19:08:18.749Zopenjdk system 1.8 system
2202026-04-30T19:08:18.749Zopenssl vendor 3 vendor
2212026-04-30T19:08:18.749Zperl system 5.36 system
2222026-04-30T19:08:18.749Zpostgresql system 18 system
2232026-04-30T19:08:18.749Zpostgresql system 15 system
2242026-04-30T19:08:18.749Zpostgresql system 13 system
2252026-04-30T19:08:18.749Zpython vendor 3 vendor
2262026-04-30T19:08:18.749Zpython system 2 system
2272026-04-30T19:08:18.749Zpython3 system 3.11 system
2282026-04-30T19:08:18.749Zruby system 3.0 system
2292026-04-30T19:08:18.749Zwords vendor vendor american-english
2302026-04-30T19:08:18.749Zwords system system australian-english
2312026-04-30T19:08:18.749Zwords system system british-english
2322026-04-30T19:08:18.749Zwords system system canadian-english
2332026-04-30T19:08:18.749Zwords system system french
2342026-04-30T19:08:18.749Zwords system system italian
2352026-04-30T19:08:18.749Zwords system system ngerman
2362026-04-30T19:08:18.749Zwords system system ogerman
2372026-04-30T19:08:18.749Zwords system system spanish
2382026-04-30T19:08:18.974ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-30T19:08:18.974Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-30T19:08:23.609ZFMRI IFO
2412026-04-30T19:08:23.609Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-30T19:08:23.609Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-30T19:08:23.609Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-30T19:08:23.609Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-30T19:08:23.609Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-30T19:08:23.609Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-30T19:08:23.609Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2482026-04-30T19:08:23.609Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2492026-04-30T19:08:23.609Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-30T19:08:23.609Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-30T19:08:23.609Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-30T19:08:23.609Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-30T19:08:23.609Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-30T19:08:23.609Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-30T19:08:23.609Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-30T19:08:23.609Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-30T19:08:23.609Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-30T19:08:24.757Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-30T19:08:25.054Z Updating crates.io index
2602026-04-30T19:08:25.058Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-30T19:08:25.649Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-30T19:08:26.443Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-30T19:08:26.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-04-30T19:08:27.840Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-30T19:08:28.354Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-30T19:08:29.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-30T19:08:30.610Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-30T19:08:30.878Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-30T19:08:31.637Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-30T19:08:32.103Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-30T19:08:32.442Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-30T19:08:32.860Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-30T19:08:33.781Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-30T19:08:34.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-30T19:08:34.665Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-30T19:08:35.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-30T19:08:35.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-30T19:08:35.896Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-30T19:08:36.131Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-30T19:08:36.398Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-30T19:08:36.803Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-30T19:08:37.227Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-30T19:08:37.887Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-30T19:08:38.278Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-30T19:08:38.631Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-30T19:08:40.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-30T19:08:40.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-30T19:08:41.243Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-30T19:08:41.733Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-30T19:08:42.054Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-30T19:08:42.460Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-30T19:08:42.809Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-30T19:08:43.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-30T19:08:43.876Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-30T19:08:44.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-30T19:08:44.466Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-30T19:08:44.782Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-30T19:08:56.967Z Downloading crates ...
2992026-04-30T19:08:57.021Z Downloaded block-buffer v0.10.4
3002026-04-30T19:08:57.025Z Downloaded cargo-platform v0.2.0
3012026-04-30T19:08:57.030Z Downloaded cargo_toml v0.21.0
3022026-04-30T19:08:57.034Z Downloaded pretty-hex v0.4.1
3032026-04-30T19:08:57.039Z Downloaded cargo-util-schemas v0.8.2
3042026-04-30T19:08:57.045Z Downloaded anstyle-query v1.1.5
3052026-04-30T19:08:57.045Z Downloaded autocfg v1.5.0
3062026-04-30T19:08:57.054Z Downloaded cargo_metadata v0.21.0
3072026-04-30T19:08:57.058Z Downloaded zerofrom v0.1.6
3082026-04-30T19:08:57.058Z Downloaded thiserror v2.0.18
3092026-04-30T19:08:57.058Z Downloaded clap v4.5.60
3102026-04-30T19:08:57.062Z Downloaded zerovec-derive v0.11.2
3112026-04-30T19:08:57.066Z Downloaded memmap v0.7.0
3122026-04-30T19:08:57.066Z Downloaded thiserror v1.0.69
3132026-04-30T19:08:57.070Z Downloaded anstyle v1.0.13
3142026-04-30T19:08:57.070Z Downloaded camino-tempfile v1.4.1
3152026-04-30T19:08:57.070Z Downloaded macaddr v1.0.1
3162026-04-30T19:08:57.070Z Downloaded bytecount v0.6.9
3172026-04-30T19:08:57.070Z Downloaded clap_derive v4.5.55
3182026-04-30T19:08:57.074Z Downloaded yoke-derive v0.8.1
3192026-04-30T19:08:57.074Z Downloaded byteorder v1.5.0
3202026-04-30T19:08:57.074Z Downloaded cfg-if v1.0.4
3212026-04-30T19:08:57.075Z Downloaded camino v1.2.2
3222026-04-30T19:08:57.075Z Downloaded thread-id v4.2.2
3232026-04-30T19:08:57.080Z Downloaded crypto-common v0.1.7
3242026-04-30T19:08:57.083Z Downloaded unicode-linebreak v0.1.5
3252026-04-30T19:08:57.083Z Downloaded clap_builder v4.5.60
3262026-04-30T19:08:57.086Z Downloaded zerofrom-derive v0.1.6
3272026-04-30T19:08:57.086Z Downloaded utf8_iter v1.0.4
3282026-04-30T19:08:57.086Z Downloaded bitflags v2.11.0
3292026-04-30T19:08:57.090Z Downloaded anstyle-parse v0.2.7
3302026-04-30T19:08:57.090Z Downloaded usdt-macro v0.5.0
3312026-04-30T19:08:57.090Z Downloaded usdt-attr-macro v0.5.0
3322026-04-30T19:08:57.090Z Downloaded usdt v0.5.0
3332026-04-30T19:08:57.093Z Downloaded serde-value v0.7.0
3342026-04-30T19:08:57.094Z Downloaded fs-err v3.3.0
3352026-04-30T19:08:57.094Z Downloaded fastrand v2.3.0
3362026-04-30T19:08:57.097Z Downloaded toml_datetime v0.6.11
3372026-04-30T19:08:57.097Z Downloaded typeid v1.0.3
3382026-04-30T19:08:57.102Z Downloaded utf8parse v0.2.2
3392026-04-30T19:08:57.106Z Downloaded unicode-xid v0.2.6
3402026-04-30T19:08:57.106Z Downloaded toml_write v0.1.2
3412026-04-30T19:08:57.109Z Downloaded anstream v0.6.21
3422026-04-30T19:08:57.109Z Downloaded tinystr v0.8.2
3432026-04-30T19:08:57.109Z Downloaded dof v0.3.0
3442026-04-30T19:08:57.114Z Downloaded thiserror-impl v1.0.69
3452026-04-30T19:08:57.117Z Downloaded colorchoice v1.0.4
3462026-04-30T19:08:57.117Z Downloaded itoa v1.0.17
3472026-04-30T19:08:57.117Z Downloaded yoke v0.8.1
3482026-04-30T19:08:57.121Z Downloaded proc-macro-error-attr v1.0.4
3492026-04-30T19:08:57.121Z Downloaded zmij v1.0.21
3502026-04-30T19:08:57.121Z Downloaded scroll_derive v0.12.1
3512026-04-30T19:08:57.126Z Downloaded writeable v0.6.2
3522026-04-30T19:08:57.126Z Downloaded version_check v0.9.5
3532026-04-30T19:08:57.126Z Downloaded thiserror-impl v2.0.18
3542026-04-30T19:08:57.126Z Downloaded dtrace-parser v0.2.0
3552026-04-30T19:08:57.129Z Downloaded serde_spanned v0.6.9
3562026-04-30T19:08:57.129Z Downloaded ordered-float v2.10.1
3572026-04-30T19:08:57.129Z Downloaded usdt-impl v0.5.0
3582026-04-30T19:08:57.133Z Downloaded form_urlencoded v1.2.2
3592026-04-30T19:08:57.136Z Downloaded clap_lex v1.0.0
3602026-04-30T19:08:57.139Z Downloaded heck v0.5.0
3612026-04-30T19:08:57.139Z Downloaded heck v0.4.1
3622026-04-30T19:08:57.139Z Downloaded toml v0.8.23
3632026-04-30T19:08:57.145Z Downloaded swrite v0.1.0
3642026-04-30T19:08:57.149Z Downloaded unicode-ident v1.0.24
3652026-04-30T19:08:57.152Z Downloaded ucd-trie v0.1.7
3662026-04-30T19:08:57.156Z Downloaded terminal_size v0.4.3
3672026-04-30T19:08:57.159Z Downloaded zerocopy-derive v0.7.35
3682026-04-30T19:08:57.166Z Downloaded generic-array v0.14.7
3692026-04-30T19:08:57.166Z Downloaded stable_deref_trait v1.2.1
3702026-04-30T19:08:57.166Z Downloaded smawk v0.3.2
3712026-04-30T19:08:57.166Z Downloaded errno v0.3.14
3722026-04-30T19:08:57.169Z Downloaded potential_utf v0.1.4
3732026-04-30T19:08:57.169Z Downloaded plain v0.2.3
3742026-04-30T19:08:57.169Z Downloaded textwrap v0.16.2
3752026-04-30T19:08:57.174Z Downloaded idna_adapter v1.2.1
3762026-04-30T19:08:57.174Z Downloaded zerotrie v0.2.3
3772026-04-30T19:08:57.178Z Downloaded typenum v1.19.0
3782026-04-30T19:08:57.178Z Downloaded url v2.5.8
3792026-04-30T19:08:57.178Z Downloaded toml_edit v0.22.27
3802026-04-30T19:08:57.181Z Downloaded serde-untagged v0.1.9
3812026-04-30T19:08:57.181Z Downloaded pest_derive v2.8.6
3822026-04-30T19:08:57.181Z Downloaded anyhow v1.0.102
3832026-04-30T19:08:57.186Z Downloaded equivalent v1.0.2
3842026-04-30T19:08:57.191Z Downloaded cpufeatures v0.2.17
3852026-04-30T19:08:57.196Z Downloaded zerovec v0.11.5
3862026-04-30T19:08:57.201Z Downloaded percent-encoding v2.3.2
3872026-04-30T19:08:57.202Z Downloaded is_terminal_polyfill v1.70.2
3882026-04-30T19:08:57.205Z Downloaded zerocopy v0.7.35
3892026-04-30T19:08:57.210Z Downloaded erased-serde v0.4.9
3902026-04-30T19:08:57.213Z Downloaded winnow v0.7.14
3912026-04-30T19:08:57.217Z Downloaded scroll v0.12.0
3922026-04-30T19:08:57.222Z Downloaded digest v0.10.7
3932026-04-30T19:08:57.222Z Downloaded synstructure v0.13.2
3942026-04-30T19:08:57.222Z Downloaded proc-macro-error v1.0.4
3952026-04-30T19:08:57.225Z Downloaded unicode-width v0.1.14
3962026-04-30T19:08:57.225Z Downloaded fnv v1.0.7
3972026-04-30T19:08:57.225Z Downloaded displaydoc v0.2.5
3982026-04-30T19:08:57.225Z Downloaded serde_tokenstream v0.2.3
3992026-04-30T19:08:57.228Z Downloaded unicode-width v0.2.0
4002026-04-30T19:08:57.242Z Downloaded tabled_derive v0.7.0
4012026-04-30T19:08:57.257Z Downloaded litemap v0.8.1
4022026-04-30T19:08:57.260Z Downloaded pest_generator v2.8.6
4032026-04-30T19:08:57.264Z Downloaded quote v1.0.45
4042026-04-30T19:08:57.270Z Downloaded strsim v0.11.1
4052026-04-30T19:08:57.275Z Downloaded sha2 v0.10.9
4062026-04-30T19:08:57.275Z Downloaded smallvec v1.15.1
4072026-04-30T19:08:57.278Z Downloaded icu_normalizer_data v2.1.1
4082026-04-30T19:08:57.285Z Downloaded tempfile v3.25.0
4092026-04-30T19:08:57.291Z Downloaded serde_derive v1.0.228
4102026-04-30T19:08:57.291Z Downloaded semver v1.0.28
4112026-04-30T19:08:57.298Z Downloaded proc-macro2 v1.0.106
4122026-04-30T19:08:57.298Z Downloaded once_cell v1.21.3
4132026-04-30T19:08:57.302Z Downloaded log v0.4.29
4142026-04-30T19:08:57.305Z Downloaded icu_provider v2.1.1
4152026-04-30T19:08:57.305Z Downloaded getrandom v0.4.1
4162026-04-30T19:08:57.308Z Downloaded serde_core v1.0.228
4172026-04-30T19:08:57.313Z Downloaded num-traits v0.2.19
4182026-04-30T19:08:57.316Z Downloaded icu_properties v2.1.2
4192026-04-30T19:08:57.325Z Downloaded icu_normalizer v2.1.1
4202026-04-30T19:08:57.331Z Downloaded papergrid v0.11.0
4212026-04-30T19:08:57.341Z Downloaded memchr v2.8.0
4222026-04-30T19:08:57.347Z Downloaded pest_meta v2.8.6
4232026-04-30T19:08:57.347Z Downloaded icu_locale_core v2.1.1
4242026-04-30T19:08:57.352Z Downloaded serde v1.0.228
4252026-04-30T19:08:57.359Z Downloaded indexmap v2.14.0
4262026-04-30T19:08:57.362Z Downloaded icu_collections v2.1.1
4272026-04-30T19:08:57.389Z Downloaded pest v2.8.6
4282026-04-30T19:08:57.409Z Downloaded icu_properties_data v2.1.2
4292026-04-30T19:08:57.414Z Downloaded serde_json v1.0.149
4302026-04-30T19:08:57.417Z Downloaded idna v1.1.0
4312026-04-30T19:08:57.429Z Downloaded goblin v0.8.2
4322026-04-30T19:08:57.434Z Downloaded hashbrown v0.17.0
4332026-04-30T19:08:57.447Z Downloaded tabled v0.15.0
4342026-04-30T19:08:57.460Z Downloaded syn v1.0.109
4352026-04-30T19:08:57.477Z Downloaded syn v2.0.117
4362026-04-30T19:08:57.491Z Downloaded rustix v1.1.3
4372026-04-30T19:08:57.529Z Downloaded libc v0.2.185
4382026-04-30T19:08:57.594Z Compiling proc-macro2 v1.0.106
4392026-04-30T19:08:57.598Z Compiling unicode-ident v1.0.24
4402026-04-30T19:08:57.598Z Compiling quote v1.0.45
4412026-04-30T19:08:57.598Z Compiling serde_core v1.0.228
4422026-04-30T19:08:57.599Z Compiling libc v0.2.185
4432026-04-30T19:08:57.599Z Compiling version_check v0.9.5
4442026-04-30T19:08:57.599Z Compiling serde v1.0.228
4452026-04-30T19:08:57.599Z Compiling stable_deref_trait v1.2.1
4462026-04-30T19:08:57.599Z Compiling memchr v2.8.0
4472026-04-30T19:08:57.599Z Compiling zmij v1.0.21
4482026-04-30T19:08:57.599Z Compiling itoa v1.0.17
4492026-04-30T19:08:57.777Z Compiling ucd-trie v0.1.7
4502026-04-30T19:08:57.782Z Compiling autocfg v1.5.0
4512026-04-30T19:08:57.782Z Compiling thiserror v1.0.69
4522026-04-30T19:08:57.782Z Compiling litemap v0.8.1
4532026-04-30T19:08:57.998Z Compiling writeable v0.6.2
4542026-04-30T19:08:58.017Z Compiling icu_properties_data v2.1.2
4552026-04-30T19:08:58.070Z Compiling rustix v1.1.3
4562026-04-30T19:08:58.073Z Compiling byteorder v1.5.0
4572026-04-30T19:08:58.290Z Compiling icu_normalizer_data v2.1.1
4582026-04-30T19:08:58.327Z Compiling pest v2.8.6
4592026-04-30T19:08:58.377Z Compiling bitflags v2.11.0
4602026-04-30T19:08:58.404Z Compiling serde_json v1.0.149
4612026-04-30T19:08:58.633Z Compiling num-traits v0.2.19
4622026-04-30T19:08:58.650Z Compiling typeid v1.0.3
4632026-04-30T19:08:58.689Z Compiling smallvec v1.15.1
4642026-04-30T19:08:58.770Z Compiling equivalent v1.0.2
4652026-04-30T19:08:58.790Z Compiling hashbrown v0.17.0
4662026-04-30T19:08:58.925Z Compiling proc-macro-error-attr v1.0.4
4672026-04-30T19:08:58.944Z Compiling usdt-impl v0.5.0
4682026-04-30T19:08:58.984Z Compiling winnow v0.7.14
4692026-04-30T19:08:58.990Z Compiling toml_write v0.1.2
4702026-04-30T19:08:58.990Z Compiling erased-serde v0.4.9
4712026-04-30T19:08:59.066Z Compiling syn v1.0.109
4722026-04-30T19:08:59.069Z Compiling proc-macro-error v1.0.4
4732026-04-30T19:08:59.128Z Compiling errno v0.3.14
4742026-04-30T19:08:59.206Z Compiling thread-id v4.2.2
4752026-04-30T19:08:59.319Z Compiling plain v0.2.3
4762026-04-30T19:08:59.341Z Compiling utf8parse v0.2.2
4772026-04-30T19:08:59.410Z Compiling indexmap v2.14.0
4782026-04-30T19:08:59.474Z Compiling percent-encoding v2.3.2
4792026-04-30T19:08:59.498Z Compiling pest_meta v2.8.6
4802026-04-30T19:08:59.524Z Compiling utf8_iter v1.0.4
4812026-04-30T19:08:59.530Z Compiling camino v1.2.2
4822026-04-30T19:08:59.592Z Compiling getrandom v0.4.1
4832026-04-30T19:08:59.630Z Compiling syn v2.0.117
4842026-04-30T19:08:59.650Z Compiling thiserror v2.0.18
4852026-04-30T19:08:59.719Z Compiling log v0.4.29
4862026-04-30T19:08:59.759Z Compiling form_urlencoded v1.2.2
4872026-04-30T19:08:59.766Z Compiling anstyle-parse v0.2.7
4882026-04-30T19:08:59.885Z Compiling ordered-float v2.10.1
4892026-04-30T19:09:00.015Z Compiling pretty-hex v0.4.1
4902026-04-30T19:09:00.032Z Compiling colorchoice v1.0.4
4912026-04-30T19:09:00.074Z Compiling cfg-if v1.0.4
4922026-04-30T19:09:00.080Z Compiling anstyle v1.0.13
4932026-04-30T19:09:00.108Z Compiling anstyle-query v1.1.5
4942026-04-30T19:09:00.165Z Compiling is_terminal_polyfill v1.70.2
4952026-04-30T19:09:00.190Z Compiling fs-err v3.3.0
4962026-04-30T19:09:00.203Z Compiling unicode-xid v0.2.6
4972026-04-30T19:09:00.266Z Compiling terminal_size v0.4.3
4982026-04-30T19:09:00.282Z Compiling anstream v0.6.21
4992026-04-30T19:09:00.322Z Compiling fastrand v2.3.0
5002026-04-30T19:09:00.339Z Compiling unicode-width v0.1.14
5012026-04-30T19:09:00.440Z Compiling semver v1.0.28
5022026-04-30T19:09:00.447Z Compiling heck v0.5.0
5032026-04-30T19:09:00.589Z Compiling bytecount v0.6.9
5042026-04-30T19:09:00.689Z Compiling heck v0.4.1
5052026-04-30T19:09:00.712Z Compiling strsim v0.11.1
5062026-04-30T19:09:00.726Z Compiling anyhow v1.0.102
5072026-04-30T19:09:00.746Z Compiling clap_lex v1.0.0
5082026-04-30T19:09:00.753Z Compiling once_cell v1.21.3
5092026-04-30T19:09:00.788Z Compiling fnv v1.0.7
5102026-04-30T19:09:00.867Z Compiling memmap v0.7.0
5112026-04-30T19:09:00.915Z Compiling serde-untagged v0.1.9
5122026-04-30T19:09:00.937Z Compiling clap_builder v4.5.60
5132026-04-30T19:09:00.954Z Compiling tempfile v3.25.0
5142026-04-30T19:09:00.960Z Compiling papergrid v0.11.0
5152026-04-30T19:09:01.010Z Compiling smawk v0.3.2
5162026-04-30T19:09:01.032Z Compiling unicode-linebreak v0.1.5
5172026-04-30T19:09:01.089Z Compiling unicode-width v0.2.0
5182026-04-30T19:09:01.172Z Compiling swrite v0.1.0
5192026-04-30T19:09:01.190Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-04-30T19:09:01.283Z Compiling camino-tempfile v1.4.1
5212026-04-30T19:09:01.338Z Compiling textwrap v0.16.2
5222026-04-30T19:09:01.633Z Compiling tabled_derive v0.7.0
5232026-04-30T19:09:02.221Z Compiling synstructure v0.13.2
5242026-04-30T19:09:02.222Z Compiling pest_generator v2.8.6
5252026-04-30T19:09:02.259Z Compiling tabled v0.15.0
5262026-04-30T19:09:02.753Z Compiling serde_derive v1.0.228
5272026-04-30T19:09:02.758Z Compiling zerofrom-derive v0.1.6
5282026-04-30T19:09:02.758Z Compiling yoke-derive v0.8.1
5292026-04-30T19:09:02.758Z Compiling zerovec-derive v0.11.2
5302026-04-30T19:09:02.758Z Compiling displaydoc v0.2.5
5312026-04-30T19:09:02.758Z Compiling thiserror-impl v1.0.69
5322026-04-30T19:09:02.758Z Compiling zerocopy-derive v0.7.35
5332026-04-30T19:09:02.827Z Compiling scroll_derive v0.12.1
5342026-04-30T19:09:02.838Z Compiling thiserror-impl v2.0.18
5352026-04-30T19:09:02.864Z Compiling clap_derive v4.5.55
5362026-04-30T19:09:02.869Z Compiling pest_derive v2.8.6
5372026-04-30T19:09:03.562Z Compiling scroll v0.12.0
5382026-04-30T19:09:03.656Z Compiling zerocopy v0.7.35
5392026-04-30T19:09:03.787Z Compiling goblin v0.8.2
5402026-04-30T19:09:03.832Z Compiling zerofrom v0.1.6
5412026-04-30T19:09:03.954Z Compiling yoke v0.8.1
5422026-04-30T19:09:03.958Z Compiling dtrace-parser v0.2.0
5432026-04-30T19:09:04.116Z Compiling zerovec v0.11.5
5442026-04-30T19:09:04.116Z Compiling zerotrie v0.2.3
5452026-04-30T19:09:04.333Z Compiling clap v4.5.60
5462026-04-30T19:09:04.556Z Compiling tinystr v0.8.2
5472026-04-30T19:09:04.556Z Compiling potential_utf v0.1.4
5482026-04-30T19:09:04.699Z Compiling icu_collections v2.1.1
5492026-04-30T19:09:04.709Z Compiling icu_locale_core v2.1.1
5502026-04-30T19:09:05.250Z Compiling icu_provider v2.1.1
5512026-04-30T19:09:05.410Z Compiling serde_spanned v0.6.9
5522026-04-30T19:09:05.410Z Compiling toml_datetime v0.6.11
5532026-04-30T19:09:05.410Z Compiling serde-value v0.7.0
5542026-04-30T19:09:05.417Z Compiling cargo-platform v0.2.0
5552026-04-30T19:09:05.417Z Compiling macaddr v1.0.1
5562026-04-30T19:09:05.448Z Compiling dof v0.3.0
5572026-04-30T19:09:05.454Z Compiling serde_tokenstream v0.2.3
5582026-04-30T19:09:05.465Z Compiling icu_properties v2.1.2
5592026-04-30T19:09:05.482Z Compiling icu_normalizer v2.1.1
5602026-04-30T19:09:05.717Z Compiling toml_edit v0.22.27
5612026-04-30T19:09:06.200Z Compiling usdt-attr-macro v0.5.0
5622026-04-30T19:09:06.204Z Compiling usdt-macro v0.5.0
5632026-04-30T19:09:06.388Z Compiling idna_adapter v1.2.1
5642026-04-30T19:09:06.495Z Compiling idna v1.1.0
5652026-04-30T19:09:06.763Z Compiling url v2.5.8
5662026-04-30T19:09:06.783Z Compiling usdt v0.5.0
5672026-04-30T19:09:06.990Z Compiling toml v0.8.23
5682026-04-30T19:09:07.326Z Compiling cargo-util-schemas v0.8.2
5692026-04-30T19:09:07.327Z Compiling cargo_toml v0.21.0
5702026-04-30T19:09:08.115Z Compiling cargo_metadata v0.21.0
5712026-04-30T19:09:09.043Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-30T19:09:11.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.59s
5732026-04-30T19:09:11.436Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-30T19:09:11.995Z Downloading crates ...
5752026-04-30T19:09:12.085Z Downloaded adler2 v2.0.1
5762026-04-30T19:09:12.108Z Downloaded ciborium v0.2.2
5772026-04-30T19:09:12.115Z Downloaded base64 v0.22.1
5782026-04-30T19:09:12.116Z Downloaded buf-list v1.1.2
5792026-04-30T19:09:12.124Z Downloaded bitfield-struct v0.6.2
5802026-04-30T19:09:12.124Z Downloaded bit-set v0.5.3
5812026-04-30T19:09:12.124Z Downloaded crossbeam-deque v0.8.6
5822026-04-30T19:09:12.125Z Downloaded crc32fast v1.5.0
5832026-04-30T19:09:12.125Z Downloaded bcrypt-pbkdf v0.10.0
5842026-04-30T19:09:12.125Z Downloaded async-bb8-diesel v0.2.1
5852026-04-30T19:09:12.133Z Downloaded compact_str v0.8.1
5862026-04-30T19:09:12.133Z Downloaded crossbeam-utils v0.8.21
5872026-04-30T19:09:12.133Z Downloaded cassowary v0.3.0
5882026-04-30T19:09:12.133Z Downloaded cargo-platform v0.1.9
5892026-04-30T19:09:12.133Z Downloaded allocator-api2 v0.2.21
5902026-04-30T19:09:12.137Z Downloaded crossterm v0.28.1
5912026-04-30T19:09:12.137Z Downloaded defmt-macros v1.0.1
5922026-04-30T19:09:12.137Z Downloaded critical-section v1.2.0
5932026-04-30T19:09:12.141Z Downloaded async-stream-impl v0.3.6
5942026-04-30T19:09:12.141Z Downloaded constant_time_eq v0.4.2
5952026-04-30T19:09:12.141Z Downloaded bitflags v1.3.2
5962026-04-30T19:09:12.144Z Downloaded defmt v1.0.1
5972026-04-30T19:09:12.144Z Downloaded darling_macro v0.21.3
5982026-04-30T19:09:12.144Z Downloaded daft-derive v0.1.5
5992026-04-30T19:09:12.147Z Downloaded compression-core v0.4.31
6002026-04-30T19:09:12.148Z Downloaded bitfield v0.19.4
6012026-04-30T19:09:12.151Z Downloaded des v0.8.1
6022026-04-30T19:09:12.151Z Downloaded dirs-next v2.0.0
6032026-04-30T19:09:12.151Z Downloaded crunchy v0.2.4
6042026-04-30T19:09:12.154Z Downloaded bit-vec v0.8.0
6052026-04-30T19:09:12.154Z Downloaded clang-sys v1.8.1
6062026-04-30T19:09:12.154Z Downloaded atty v0.2.14
6072026-04-30T19:09:12.158Z Downloaded arrayref v0.3.9
6082026-04-30T19:09:12.158Z Downloaded atomic-waker v1.1.2
6092026-04-30T19:09:12.158Z Downloaded derive_builder_core v0.20.2
6102026-04-30T19:09:12.162Z Downloaded crucible-workspace-hack v0.1.0
6112026-04-30T19:09:12.162Z Downloaded darling v0.20.11
6122026-04-30T19:09:12.165Z Downloaded ascii-canvas v3.0.0
6132026-04-30T19:09:12.165Z Downloaded darling_macro v0.20.11
6142026-04-30T19:09:12.165Z Downloaded daft v0.1.5
6152026-04-30T19:09:12.165Z Downloaded dunce v1.0.5
6162026-04-30T19:09:12.169Z Downloaded ctr v0.9.2
6172026-04-30T19:09:12.169Z Downloaded async-recursion v1.1.1
6182026-04-30T19:09:12.173Z Downloaded bit-set v0.8.0
6192026-04-30T19:09:12.173Z Downloaded assert_matches v1.5.0
6202026-04-30T19:09:12.173Z Downloaded convert_case v0.10.0
6212026-04-30T19:09:12.173Z Downloaded base16ct v0.2.0
6222026-04-30T19:09:12.176Z Downloaded bb8 v0.8.6
6232026-04-30T19:09:12.179Z Downloaded diesel-dtrace v0.5.0
6242026-04-30T19:09:12.179Z Downloaded debug-ignore v1.0.5
6252026-04-30T19:09:12.179Z Downloaded crc v3.4.0
6262026-04-30T19:09:12.183Z Downloaded bitfield-macros v0.19.4
6272026-04-30T19:09:12.186Z Downloaded fixedbitset v0.4.2
6282026-04-30T19:09:12.189Z Downloaded cfg_aliases v0.2.1
6292026-04-30T19:09:12.189Z Downloaded darling_macro v0.23.0
6302026-04-30T19:09:12.194Z Downloaded embedded-io v0.6.1
6312026-04-30T19:09:12.198Z Downloaded endian-type v0.1.2
6322026-04-30T19:09:12.198Z Downloaded derive_builder_macro v0.20.2
6332026-04-30T19:09:12.202Z Downloaded cstr-argument v0.1.2
6342026-04-30T19:09:12.202Z Downloaded data-encoding v2.10.0
6352026-04-30T19:09:12.202Z Downloaded array-init v0.0.4
6362026-04-30T19:09:12.205Z Downloaded fallible-iterator v0.2.0
6372026-04-30T19:09:12.205Z Downloaded ena v0.14.4
6382026-04-30T19:09:12.210Z Downloaded dropshot-api-manager-types v0.7.1
6392026-04-30T19:09:12.210Z Downloaded aead v0.5.2
6402026-04-30T19:09:12.210Z Downloaded cobs v0.3.0
6412026-04-30T19:09:12.210Z Downloaded castaway v0.2.4
6422026-04-30T19:09:12.214Z Downloaded difflib v0.4.0
6432026-04-30T19:09:12.214Z Downloaded float-ord v0.3.2
6442026-04-30T19:09:12.217Z Downloaded document-features v0.2.12
6452026-04-30T19:09:12.217Z Downloaded cpufeatures v0.3.0
6462026-04-30T19:09:12.217Z Downloaded block-padding v0.3.3
6472026-04-30T19:09:12.220Z Downloaded ciborium-ll v0.2.2
6482026-04-30T19:09:12.223Z Downloaded env_filter v1.0.0
6492026-04-30T19:09:12.223Z Downloaded crc8 v0.1.1
6502026-04-30T19:09:12.224Z Downloaded cfg_aliases v0.1.1
6512026-04-30T19:09:12.228Z Downloaded convert_case v0.4.0
6522026-04-30T19:09:12.228Z Downloaded byte-wrapper v0.1.0
6532026-04-30T19:09:12.228Z Downloaded foreign-types v0.3.2
6542026-04-30T19:09:12.231Z Downloaded bit-vec v0.6.3
6552026-04-30T19:09:12.232Z Downloaded dirs-sys-next v0.1.2
6562026-04-30T19:09:12.232Z Downloaded curve25519-dalek-derive v0.1.1
6572026-04-30T19:09:12.232Z Downloaded dtrace-parser v0.3.0
6582026-04-30T19:09:12.232Z Downloaded dof v0.4.0
6592026-04-30T19:09:12.232Z Downloaded atomicwrites v0.4.4
6602026-04-30T19:09:12.235Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-04-30T19:09:12.235Z Downloaded dyn-clone v1.0.20
6622026-04-30T19:09:12.241Z Downloaded flagset v0.4.7
6632026-04-30T19:09:12.241Z Downloaded downcast-rs v2.0.2
6642026-04-30T19:09:12.244Z Downloaded foreign-types-macros v0.2.3
6652026-04-30T19:09:12.244Z Downloaded embedded-io v0.4.0
6662026-04-30T19:09:12.244Z Downloaded either v1.15.0
6672026-04-30T19:09:12.245Z Downloaded foreign-types v0.5.0
6682026-04-30T19:09:12.245Z Downloaded crc-catalog v2.4.0
6692026-04-30T19:09:12.245Z Downloaded filetime v0.2.27
6702026-04-30T19:09:12.248Z Downloaded funty v2.0.0
6712026-04-30T19:09:12.248Z Downloaded darling_core v0.23.0
6722026-04-30T19:09:12.251Z Downloaded async-stream v0.3.6
6732026-04-30T19:09:12.251Z Downloaded foreign-types-shared v0.1.1
6742026-04-30T19:09:12.251Z Downloaded enum-as-inner v0.6.1
6752026-04-30T19:09:12.257Z Downloaded dsl_auto_type v0.2.0
6762026-04-30T19:09:12.257Z Downloaded float-cmp v0.10.0
6772026-04-30T19:09:12.257Z Downloaded defmt-parser v1.0.0
6782026-04-30T19:09:12.257Z Downloaded fxhash v0.2.1
6792026-04-30T19:09:12.264Z Downloaded display-error-chain v0.2.2
6802026-04-30T19:09:12.264Z Downloaded defmt v0.3.100
6812026-04-30T19:09:12.265Z Downloaded bcs v0.1.6
6822026-04-30T19:09:12.265Z Downloaded der_derive v0.7.3
6832026-04-30T19:09:12.274Z Downloaded darling v0.21.3
6842026-04-30T19:09:12.274Z Downloaded ghash v0.5.1
6852026-04-30T19:09:12.274Z Downloaded futures-io v0.3.32
6862026-04-30T19:09:12.274Z Downloaded futures-core v0.3.32
6872026-04-30T19:09:12.274Z Downloaded hash32 v0.3.1
6882026-04-30T19:09:12.274Z Downloaded gethostname v0.5.0
6892026-04-30T19:09:12.274Z Downloaded futures-task v0.3.32
6902026-04-30T19:09:12.274Z Downloaded hash32 v0.2.1
6912026-04-30T19:09:12.279Z Downloaded git-stub v1.0.0
6922026-04-30T19:09:12.279Z Downloaded futures-sink v0.3.32
6932026-04-30T19:09:12.279Z Downloaded hex v0.4.3
6942026-04-30T19:09:12.279Z Downloaded headers-core v0.3.0
6952026-04-30T19:09:12.279Z Downloaded futures-macro v0.3.32
6962026-04-30T19:09:12.280Z Downloaded foreign-types-shared v0.3.1
6972026-04-30T19:09:12.280Z Downloaded blake2 v0.10.6
6982026-04-30T19:09:12.280Z Downloaded crypto-bigint v0.5.5
6992026-04-30T19:09:12.284Z Downloaded globwalk v0.9.1
7002026-04-30T19:09:12.285Z Downloaded darling_core v0.20.11
7012026-04-30T19:09:12.288Z Downloaded foldhash v0.2.0
7022026-04-30T19:09:12.288Z Downloaded cmake v0.1.57
7032026-04-30T19:09:12.289Z Downloaded cexpr v0.6.0
7042026-04-30T19:09:12.293Z Downloaded async-trait v0.1.89
7052026-04-30T19:09:12.293Z Downloaded cbc v0.1.2
7062026-04-30T19:09:12.293Z Downloaded argon2 v0.5.3
7072026-04-30T19:09:12.297Z Downloaded ed25519 v2.2.3
7082026-04-30T19:09:12.297Z Downloaded drift v0.1.3
7092026-04-30T19:09:12.300Z Downloaded camino-tempfile-ext v0.3.3
7102026-04-30T19:09:12.300Z Downloaded blowfish v0.9.1
7112026-04-30T19:09:12.300Z Downloaded corncobs v0.1.4
7122026-04-30T19:09:12.304Z Downloaded http-body v1.0.1
7132026-04-30T19:09:12.304Z Downloaded ecdsa v0.16.9
7142026-04-30T19:09:12.307Z Downloaded hostname v0.4.2
7152026-04-30T19:09:12.307Z Downloaded hostname v0.3.1
7162026-04-30T19:09:12.307Z Downloaded hex-literal v0.4.1
7172026-04-30T19:09:12.307Z Downloaded deranged v0.5.8
7182026-04-30T19:09:12.310Z Downloaded csv-core v0.1.13
7192026-04-30T19:09:12.310Z Downloaded ff v0.13.1
7202026-04-30T19:09:12.310Z Downloaded hubpack v0.1.2
7212026-04-30T19:09:12.314Z Downloaded compression-codecs v0.4.37
7222026-04-30T19:09:12.314Z Downloaded chacha20 v0.9.1
7232026-04-30T19:09:12.317Z Downloaded httpdate v1.0.3
7242026-04-30T19:09:12.317Z Downloaded cipher v0.4.4
7252026-04-30T19:09:12.317Z Downloaded ciborium-io v0.2.2
7262026-04-30T19:09:12.317Z Downloaded http-range v0.1.5
7272026-04-30T19:09:12.320Z Downloaded find-msvc-tools v0.1.9
7282026-04-30T19:09:12.320Z Downloaded env_logger v0.11.9
7292026-04-30T19:09:12.320Z Downloaded derive_builder v0.20.2
7302026-04-30T19:09:12.325Z Downloaded erased-serde v0.3.31
7312026-04-30T19:09:12.330Z Downloaded fs-err v2.11.0
7322026-04-30T19:09:12.330Z Downloaded hubpack_derive v0.1.1
7332026-04-30T19:09:12.330Z Downloaded fs_extra v1.3.0
7342026-04-30T19:09:12.330Z Downloaded glob v0.3.3
7352026-04-30T19:09:12.330Z Downloaded colored v2.2.0
7362026-04-30T19:09:12.341Z Downloaded const_format_proc_macros v0.2.34
7372026-04-30T19:09:12.341Z Downloaded colored v3.1.1
7382026-04-30T19:09:12.341Z Downloaded hyper-tls v0.6.0
7392026-04-30T19:09:12.341Z Downloaded inout v0.1.4
7402026-04-30T19:09:12.341Z Downloaded ahash v0.8.12
7412026-04-30T19:09:12.344Z Downloaded chacha20 v0.10.0
7422026-04-30T19:09:12.344Z Downloaded cargo_metadata v0.19.2
7432026-04-30T19:09:12.344Z Downloaded arrayvec v0.7.6
7442026-04-30T19:09:12.344Z Downloaded is_ci v1.2.0
7452026-04-30T19:09:12.344Z Downloaded instant v0.1.13
7462026-04-30T19:09:12.344Z Downloaded derive-ex v0.1.8
7472026-04-30T19:09:12.344Z Downloaded fd-lock v4.0.4
7482026-04-30T19:09:12.348Z Downloaded der v0.7.10
7492026-04-30T19:09:12.351Z Downloaded futures-executor v0.3.32
7502026-04-30T19:09:12.351Z Downloaded group v0.13.0
7512026-04-30T19:09:12.354Z Downloaded ident_case v1.0.1
7522026-04-30T19:09:12.358Z Downloaded crossbeam-epoch v0.9.18
7532026-04-30T19:09:12.361Z Downloaded indent_write v2.2.0
7542026-04-30T19:09:12.361Z Downloaded indoc v1.0.9
7552026-04-30T19:09:12.361Z Downloaded is-terminal v0.4.17
7562026-04-30T19:09:12.364Z Downloaded internet-checksum v0.2.1
7572026-04-30T19:09:12.365Z Downloaded highway v1.3.0
7582026-04-30T19:09:12.365Z Downloaded bzip2 v0.4.4
7592026-04-30T19:09:12.368Z Downloaded diff v0.1.13
7602026-04-30T19:09:12.368Z Downloaded cookie_store v0.22.1
7612026-04-30T19:09:12.372Z Downloaded backon v1.6.0
7622026-04-30T19:09:12.372Z Downloaded lalrpop-util v0.19.12
7632026-04-30T19:09:12.372Z Downloaded lazy_static v1.5.0
7642026-04-30T19:09:12.379Z Downloaded keccak v0.1.6
7652026-04-30T19:09:12.379Z Downloaded const-oid v0.9.6
7662026-04-30T19:09:12.379Z Downloaded backoff v0.4.0
7672026-04-30T19:09:12.379Z Downloaded bzip2 v0.6.1
7682026-04-30T19:09:12.383Z Downloaded console v0.16.2
7692026-04-30T19:09:12.384Z Downloaded console v0.15.11
7702026-04-30T19:09:12.384Z Downloaded fixedbitset v0.5.7
7712026-04-30T19:09:12.392Z Downloaded home v0.5.12
7722026-04-30T19:09:12.392Z Downloaded lru v0.12.5
7732026-04-30T19:09:12.392Z Downloaded crossbeam-channel v0.5.15
7742026-04-30T19:09:12.395Z Downloaded derive_more v0.99.20
7752026-04-30T19:09:12.395Z Downloaded match_cfg v0.1.0
7762026-04-30T19:09:12.395Z Downloaded lru-slab v0.1.2
7772026-04-30T19:09:12.398Z Downloaded lzss v0.8.2
7782026-04-30T19:09:12.398Z Downloaded linked-hash-map v0.5.6
7792026-04-30T19:09:12.399Z Downloaded managed v0.8.0
7802026-04-30T19:09:12.403Z Downloaded maybe-uninit v2.0.0
7812026-04-30T19:09:12.403Z Downloaded maplit v1.0.2
7822026-04-30T19:09:12.403Z Downloaded md5 v0.7.0
7832026-04-30T19:09:12.403Z Downloaded md-5 v0.10.6
7842026-04-30T19:09:12.407Z Downloaded bumpalo v3.20.2
7852026-04-30T19:09:12.407Z Downloaded hyper-staticfile v0.10.1
7862026-04-30T19:09:12.407Z Downloaded cookie v0.18.1
7872026-04-30T19:09:12.410Z Downloaded arc-swap v1.8.2
7882026-04-30T19:09:12.410Z Downloaded cancel-safe-futures v0.1.5
7892026-04-30T19:09:12.413Z Downloaded kstat-rs v0.2.4
7902026-04-30T19:09:12.414Z Downloaded memoffset v0.9.1
7912026-04-30T19:09:12.414Z Downloaded instability v0.3.11
7922026-04-30T19:09:12.417Z Downloaded ingot-types v0.1.2
7932026-04-30T19:09:12.417Z Downloaded libscf-sys v1.1.0
7942026-04-30T19:09:12.417Z Downloaded impl-trait-for-tuples v0.2.3
7952026-04-30T19:09:12.420Z Downloaded newtype_derive v0.1.6
7962026-04-30T19:09:12.420Z Downloaded nibble_vec v0.1.0
7972026-04-30T19:09:12.421Z Downloaded nodrop v0.1.14
7982026-04-30T19:09:12.421Z Downloaded nonempty v0.12.0
7992026-04-30T19:09:12.424Z Downloaded newline-converter v0.3.0
8002026-04-30T19:09:12.424Z Downloaded newtype-uuid-macros v0.1.0
8012026-04-30T19:09:12.424Z Downloaded new_debug_unreachable v1.0.6
8022026-04-30T19:09:12.424Z Downloaded getrandom v0.2.17
8032026-04-30T19:09:12.427Z Downloaded dropshot_endpoint v0.16.7
8042026-04-30T19:09:12.432Z Downloaded elliptic-curve v0.13.8
8052026-04-30T19:09:12.432Z Downloaded darling v0.23.0
8062026-04-30T19:09:12.435Z Downloaded half v1.8.3
8072026-04-30T19:09:12.435Z Downloaded git-stub-vcs v0.1.0
8082026-04-30T19:09:12.438Z Downloaded mime v0.3.17
8092026-04-30T19:09:12.438Z Downloaded ipnetwork v0.21.1
8102026-04-30T19:09:12.442Z Downloaded ipnet v2.11.0
8112026-04-30T19:09:12.442Z Downloaded ingot v0.1.1
8122026-04-30T19:09:12.442Z Downloaded indoc v2.0.7
8132026-04-30T19:09:12.445Z Downloaded hmac v0.12.1
8142026-04-30T19:09:12.445Z Downloaded libefi-sys v0.1.0
8152026-04-30T19:09:12.445Z Downloaded jobserver v0.1.34
8162026-04-30T19:09:12.449Z Downloaded num-conv v0.2.0
8172026-04-30T19:09:12.449Z Downloaded foldhash v0.1.5
8182026-04-30T19:09:12.449Z Downloaded derive-where v1.6.0
8192026-04-30T19:09:12.452Z Downloaded futures-channel v0.3.32
8202026-04-30T19:09:12.452Z Downloaded num-iter v0.1.45
8212026-04-30T19:09:12.452Z Downloaded multimap v0.10.1
8222026-04-30T19:09:12.455Z Downloaded num v0.4.3
8232026-04-30T19:09:12.455Z Downloaded normalize-line-endings v0.3.0
8242026-04-30T19:09:12.455Z Downloaded lru-cache v0.1.2
8252026-04-30T19:09:12.455Z Downloaded http-body-util v0.1.3
8262026-04-30T19:09:12.461Z Downloaded num-derive v0.3.3
8272026-04-30T19:09:12.461Z Downloaded base64ct v1.8.3
8282026-04-30T19:09:12.465Z Downloaded crc-any v2.5.0
8292026-04-30T19:09:12.465Z Downloaded num_threads v0.1.7
8302026-04-30T19:09:12.465Z Downloaded humantime v2.3.0
8312026-04-30T19:09:12.471Z Downloaded num-derive v0.4.2
8322026-04-30T19:09:12.477Z Downloaded olpc-cjson v0.1.4
8332026-04-30T19:09:12.477Z Downloaded num_enum_derive v0.5.11
8342026-04-30T19:09:12.477Z Downloaded linear-map v1.2.0
8352026-04-30T19:09:12.477Z Downloaded openssl-macros v0.1.1
8362026-04-30T19:09:12.482Z Downloaded opaque-debug v0.3.1
8372026-04-30T19:09:12.482Z Downloaded libsw v3.5.0
8382026-04-30T19:09:12.482Z Downloaded globset v0.4.18
8392026-04-30T19:09:12.487Z Downloaded aes v0.8.4
8402026-04-30T19:09:12.487Z Downloaded hyper-rustls v0.27.7
8412026-04-30T19:09:12.487Z Downloaded ingot-macros v0.1.1
8422026-04-30T19:09:12.490Z Downloaded httparse v1.10.1
8432026-04-30T19:09:12.490Z Downloaded lock_api v0.4.14
8442026-04-30T19:09:12.494Z Downloaded newtype-uuid v1.3.2
8452026-04-30T19:09:12.494Z Downloaded oso-derive v0.27.3
8462026-04-30T19:09:12.497Z Downloaded parse-size v1.1.0
8472026-04-30T19:09:12.497Z Downloaded openssl-probe v0.1.6
8482026-04-30T19:09:12.497Z Downloaded multer v3.1.0
8492026-04-30T19:09:12.501Z Downloaded openssl-probe v0.2.1
8502026-04-30T19:09:12.507Z Downloaded mime_guess v2.0.5
8512026-04-30T19:09:12.517Z Downloaded packed_struct_codegen v0.10.1
8522026-04-30T19:09:12.521Z Downloaded getrandom v0.3.4
8532026-04-30T19:09:12.521Z Downloaded native-tls v0.2.18
8542026-04-30T19:09:12.524Z Downloaded nanorand v0.7.0
8552026-04-30T19:09:12.524Z Downloaded pbkdf2 v0.11.0
8562026-04-30T19:09:12.527Z Downloaded peg-runtime v0.8.5
8572026-04-30T19:09:12.527Z Downloaded iana-time-zone v0.1.65
8582026-04-30T19:09:12.527Z Downloaded half v2.7.1
8592026-04-30T19:09:12.531Z Downloaded dropshot_endpoint v0.17.0
8602026-04-30T19:09:12.535Z Downloaded libloading v0.8.9
8612026-04-30T19:09:12.535Z Downloaded num-rational v0.4.2
8622026-04-30T19:09:12.535Z Downloaded pbkdf2 v0.12.2
8632026-04-30T19:09:12.538Z Downloaded path-slash v0.1.5
8642026-04-30T19:09:12.538Z Downloaded parse-display v0.10.0
8652026-04-30T19:09:12.538Z Downloaded num-integer v0.1.46
8662026-04-30T19:09:12.538Z Downloaded nu-ansi-term v0.50.3
8672026-04-30T19:09:12.544Z Downloaded darling_core v0.21.3
8682026-04-30T19:09:12.544Z Downloaded bytes v1.11.1
8692026-04-30T19:09:12.549Z Downloaded num_enum_derive v0.7.5
8702026-04-30T19:09:12.549Z Downloaded libsw-core v0.3.2
8712026-04-30T19:09:12.549Z Downloaded futures v0.3.32
8722026-04-30T19:09:12.555Z Downloaded oxnet v0.1.4
8732026-04-30T19:09:12.555Z Downloaded oxide-tokio-rt v0.1.4
8742026-04-30T19:09:12.555Z Downloaded phf_shared v0.11.3
8752026-04-30T19:09:12.556Z Downloaded phf_shared v0.13.1
8762026-04-30T19:09:12.563Z Downloaded num_enum v0.7.5
8772026-04-30T19:09:12.563Z Downloaded num_enum v0.5.11
8782026-04-30T19:09:12.563Z Downloaded powerfmt v0.2.0
8792026-04-30T19:09:12.564Z Downloaded pin-utils v0.1.0
8802026-04-30T19:09:12.564Z Downloaded predicates-core v1.0.10
8812026-04-30T19:09:12.564Z Downloaded precomputed-hash v0.1.1
8822026-04-30T19:09:12.567Z Downloaded proc-macro-crate v1.3.1
8832026-04-30T19:09:12.593Z Downloaded headers v0.4.1
8842026-04-30T19:09:12.593Z Downloaded ar_archive_writer v0.5.1
8852026-04-30T19:09:12.593Z Downloaded heapless v0.8.0
8862026-04-30T19:09:12.593Z Downloaded memmap2 v0.9.10
8872026-04-30T19:09:12.593Z Downloaded litrs v1.0.0
8882026-04-30T19:09:12.593Z Downloaded ignore v0.4.25
8892026-04-30T19:09:12.593Z Downloaded proc-macro-crate v3.4.0
8902026-04-30T19:09:12.593Z Downloaded parking_lot_core v0.8.6
8912026-04-30T19:09:12.593Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-04-30T19:09:12.593Z Downloaded packed_struct v0.10.1
8932026-04-30T19:09:12.593Z Downloaded predicates-tree v1.0.13
8942026-04-30T19:09:12.593Z Downloaded owo-colors v4.3.0
8952026-04-30T19:09:12.593Z Downloaded password-hash v0.4.2
8962026-04-30T19:09:12.597Z Downloaded parse-display-derive v0.10.0
8972026-04-30T19:09:12.597Z Downloaded fatfs v0.3.6
8982026-04-30T19:09:12.600Z Downloaded cc v1.2.56
8992026-04-30T19:09:12.603Z Downloaded const_format v0.2.35
9002026-04-30T19:09:12.607Z Downloaded password-hash v0.5.0
9012026-04-30T19:09:12.607Z Downloaded pem v3.0.6
9022026-04-30T19:09:12.607Z Downloaded libbz2-rs-sys v0.2.2
9032026-04-30T19:09:12.611Z Downloaded chacha20poly1305 v0.10.1
9042026-04-30T19:09:12.611Z Downloaded progenitor-client v0.14.0
9052026-04-30T19:09:12.614Z Downloaded progenitor-client v0.11.2
9062026-04-30T19:09:12.614Z Downloaded progenitor-macro v0.13.0
9072026-04-30T19:09:12.614Z Downloaded flume v0.11.1
9082026-04-30T19:09:12.618Z Downloaded derive_more v2.1.1
9092026-04-30T19:09:12.624Z Downloaded radium v0.7.0
9102026-04-30T19:09:12.627Z Downloaded psl-types v2.0.11
9112026-04-30T19:09:12.627Z Downloaded paste v1.0.15
9122026-04-30T19:09:12.632Z Downloaded flate2 v1.1.9
9132026-04-30T19:09:12.635Z Downloaded progenitor-macro v0.14.0
9142026-04-30T19:09:12.635Z Downloaded progenitor-macro v0.10.0
9152026-04-30T19:09:12.635Z Downloaded pem-rfc7468 v0.7.0
9162026-04-30T19:09:12.635Z Downloaded peg-macros v0.8.5
9172026-04-30T19:09:12.638Z Downloaded peg v0.8.5
9182026-04-30T19:09:12.638Z Downloaded omicron-zone-package v0.12.2
9192026-04-30T19:09:12.642Z Downloaded polyval v0.6.2
9202026-04-30T19:09:12.642Z Downloaded ppv-lite86 v0.2.21
9212026-04-30T19:09:12.646Z Downloaded poly1305 v0.8.0
9222026-04-30T19:09:12.646Z Downloaded pin-project-lite v0.2.17
9232026-04-30T19:09:12.649Z Downloaded quick-error v1.2.3
9242026-04-30T19:09:12.649Z Downloaded rand_xorshift v0.4.0
9252026-04-30T19:09:12.654Z Downloaded base64 v0.21.7
9262026-04-30T19:09:12.658Z Downloaded predicates v3.1.4
9272026-04-30T19:09:12.658Z Downloaded postgres-protocol v0.6.10
9282026-04-30T19:09:12.658Z Downloaded primeorder v0.13.6
9292026-04-30T19:09:12.669Z Downloaded async-compression v0.4.41
9302026-04-30T19:09:12.669Z Downloaded parking_lot v0.11.2
9312026-04-30T19:09:12.669Z Downloaded parking_lot v0.12.5
9322026-04-30T19:09:12.669Z Downloaded progenitor-extras v0.2.0
9332026-04-30T19:09:12.669Z Downloaded progenitor v0.11.2
9342026-04-30T19:09:12.673Z Downloaded recursive v0.1.1
9352026-04-30T19:09:12.673Z Downloaded rand_chacha v0.3.1
9362026-04-30T19:09:12.673Z Downloaded progenitor v0.10.0
9372026-04-30T19:09:12.673Z Downloaded proc-macro-error2 v2.0.1
9382026-04-30T19:09:12.676Z Downloaded expectorate v1.2.0
9392026-04-30T19:09:12.676Z Downloaded dropshot-api-manager v0.7.1
9402026-04-30T19:09:12.679Z Downloaded indicatif v0.18.4
9412026-04-30T19:09:12.682Z Downloaded progenitor-client v0.10.0
9422026-04-30T19:09:12.682Z Downloaded progenitor v0.13.0
9432026-04-30T19:09:12.682Z Downloaded parking_lot_core v0.9.12
9442026-04-30T19:09:12.686Z Downloaded ref-cast-impl v1.0.25
9452026-04-30T19:09:12.686Z Downloaded ref-cast v1.0.25
9462026-04-30T19:09:12.689Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-04-30T19:09:12.689Z Downloaded derive_more-impl v2.1.1
9482026-04-30T19:09:12.692Z Downloaded ed25519-dalek v2.2.0
9492026-04-30T19:09:12.697Z Downloaded psm v0.1.30
9502026-04-30T19:09:12.700Z Downloaded progenitor-macro v0.11.2
9512026-04-30T19:09:12.700Z Downloaded progenitor-client v0.13.0
9522026-04-30T19:09:12.700Z Downloaded progenitor v0.14.0
9532026-04-30T19:09:12.700Z Downloaded phf v0.12.1
9542026-04-30T19:09:12.700Z Downloaded heapless v0.7.17
9552026-04-30T19:09:12.703Z Downloaded russh-cryptovec v0.7.3
9562026-04-30T19:09:12.703Z Downloaded rfc6979 v0.4.0
9572026-04-30T19:09:12.707Z Downloaded pkg-config v0.3.32
9582026-04-30T19:09:12.707Z Downloaded pkcs8 v0.10.2
9592026-04-30T19:09:12.707Z Downloaded rustc-hash v2.1.1
9602026-04-30T19:09:12.711Z Downloaded rtoolbox v0.0.3
9612026-04-30T19:09:12.711Z Downloaded diesel_derives v2.3.7
9622026-04-30T19:09:12.714Z Downloaded r2d2 v0.8.10
9632026-04-30T19:09:12.717Z Downloaded pin-project-internal v1.1.11
9642026-04-30T19:09:12.717Z Downloaded hickory-resolver v0.25.2
9652026-04-30T19:09:12.721Z Downloaded postgres-types v0.2.12
9662026-04-30T19:09:12.724Z Downloaded rustc_version v0.1.7
9672026-04-30T19:09:12.724Z Downloaded rand_core v0.9.5
9682026-04-30T19:09:12.724Z Downloaded postcard v1.1.3
9692026-04-30T19:09:12.728Z Downloaded pkcs5 v0.7.1
9702026-04-30T19:09:12.728Z Downloaded rustc_version v0.4.1
9712026-04-30T19:09:12.731Z Downloaded pkcs1 v0.7.5
9722026-04-30T19:09:12.731Z Downloaded hickory-resolver v0.24.4
9732026-04-30T19:09:12.736Z Downloaded rand_core v0.10.0
9742026-04-30T19:09:12.736Z Downloaded phf_shared v0.12.1
9752026-04-30T19:09:12.736Z Downloaded phf v0.13.1
9762026-04-30T19:09:12.739Z Downloaded num-complex v0.4.6
9772026-04-30T19:09:12.746Z Downloaded salsa20 v0.10.2
9782026-04-30T19:09:12.750Z Downloaded scheduled-thread-pool v0.2.7
9792026-04-30T19:09:12.755Z Downloaded jiff-static v0.2.21
9802026-04-30T19:09:12.759Z Downloaded rand_core v0.6.4
9812026-04-30T19:09:12.763Z Downloaded rand_seeder v0.4.0
9822026-04-30T19:09:12.763Z Downloaded indexmap v1.9.3
9832026-04-30T19:09:12.768Z Downloaded same-file v1.0.6
9842026-04-30T19:09:12.768Z Downloaded sapling-renderdag v0.1.0
9852026-04-30T19:09:12.768Z Downloaded papergrid v0.17.0
9862026-04-30T19:09:12.768Z Downloaded scopeguard v1.2.0
9872026-04-30T19:09:12.771Z Downloaded secrecy v0.10.3
9882026-04-30T19:09:12.771Z Downloaded secrecy v0.8.0
9892026-04-30T19:09:12.771Z Downloaded http v1.4.0
9902026-04-30T19:09:12.774Z Downloaded pin-project v1.1.11
9912026-04-30T19:09:12.779Z Downloaded seq-macro v0.3.6
9922026-04-30T19:09:12.782Z Downloaded serde-big-array v0.5.1
9932026-04-30T19:09:12.782Z Downloaded scrypt v0.11.0
9942026-04-30T19:09:12.782Z Downloaded scroll_derive v0.13.1
9952026-04-30T19:09:12.785Z Downloaded resolv-conf v0.7.6
9962026-04-30T19:09:12.791Z Downloaded openssl-sys v0.9.114
9972026-04-30T19:09:12.803Z Downloaded quinn-udp v0.5.14
9982026-04-30T19:09:12.803Z Downloaded semver v0.1.20
9992026-04-30T19:09:12.807Z Downloaded serde_repr v0.1.20
10002026-04-30T19:09:12.807Z Downloaded serde_urlencoded v0.7.1
10012026-04-30T19:09:12.807Z Downloaded serde_plain v1.0.2
10022026-04-30T19:09:12.807Z Downloaded rustls-native-certs v0.8.3
10032026-04-30T19:09:12.807Z Downloaded serde_spanned v1.0.4
10042026-04-30T19:09:12.807Z Downloaded sha1 v0.10.6
10052026-04-30T19:09:12.808Z Downloaded signal-hook-mio v0.2.5
10062026-04-30T19:09:12.811Z Downloaded hickory-server v0.25.2
10072026-04-30T19:09:12.811Z Downloaded rustls-pemfile v1.0.4
10082026-04-30T19:09:12.815Z Downloaded hashbrown v0.12.3
10092026-04-30T19:09:12.818Z Downloaded p256 v0.13.2
10102026-04-30T19:09:12.822Z Downloaded signal-hook-tokio v0.3.1
10112026-04-30T19:09:12.822Z Downloaded slog-envlogger v2.2.0
10122026-04-30T19:09:12.825Z Downloaded shell-words v1.1.1
10132026-04-30T19:09:12.825Z Downloaded sigpipe v0.1.3
10142026-04-30T19:09:12.825Z Downloaded signature v2.2.0
10152026-04-30T19:09:12.828Z Downloaded siphasher v1.0.2
10162026-04-30T19:09:12.828Z Downloaded rustversion v1.0.22
10172026-04-30T19:09:12.833Z Downloaded minimal-lexical v0.2.1
10182026-04-30T19:09:12.839Z Downloaded schemars_derive v0.8.22
10192026-04-30T19:09:12.843Z Downloaded scroll v0.13.0
10202026-04-30T19:09:12.843Z Downloaded rustls-pemfile v2.2.0
10212026-04-30T19:09:12.846Z Downloaded rand_chacha v0.9.0
10222026-04-30T19:09:12.846Z Downloaded prefix-trie v0.7.0
10232026-04-30T19:09:12.846Z Downloaded slog-bunyan v2.5.0
10242026-04-30T19:09:12.849Z Downloaded miniz_oxide v0.8.9
10252026-04-30T19:09:12.853Z Downloaded progenitor-impl v0.13.0
10262026-04-30T19:09:12.859Z Downloaded sct v0.7.1
10272026-04-30T19:09:12.863Z Downloaded rusty-fork v0.3.1
10282026-04-30T19:09:12.863Z Downloaded russh-keys v0.45.0
10292026-04-30T19:09:12.867Z Downloaded serde_bytes v0.11.19
10302026-04-30T19:09:12.867Z Downloaded serde-hex v0.1.0
10312026-04-30T19:09:12.875Z Downloaded shlex v1.3.0
10322026-04-30T19:09:12.879Z Downloaded ssh-cipher v0.2.0
10332026-04-30T19:09:12.879Z Downloaded sqlparser_derive v0.5.0
10342026-04-30T19:09:12.879Z Downloaded hashbrown v0.13.2
10352026-04-30T19:09:12.887Z Downloaded ssh-encoding v0.2.0
10362026-04-30T19:09:12.887Z Downloaded progenitor-impl v0.11.2
10372026-04-30T19:09:12.887Z Downloaded progenitor-impl v0.10.0
10382026-04-30T19:09:12.887Z Downloaded prettyplease v0.2.37
10392026-04-30T19:09:12.891Z Downloaded signal-hook-registry v1.4.8
10402026-04-30T19:09:12.891Z Downloaded serde_path_to_error v0.1.20
10412026-04-30T19:09:12.891Z Downloaded serde_derive_internals v0.29.1
10422026-04-30T19:09:12.897Z Downloaded strum v0.26.3
10432026-04-30T19:09:12.900Z Downloaded strum v0.27.2
10442026-04-30T19:09:12.903Z Downloaded structmeta v0.3.0
10452026-04-30T19:09:12.903Z Downloaded structmeta-derive v0.3.0
10462026-04-30T19:09:12.906Z Downloaded sync_wrapper v1.0.2
10472026-04-30T19:09:12.906Z Downloaded supports-color v3.0.2
10482026-04-30T19:09:12.906Z Downloaded simd-adler32 v0.3.8
10492026-04-30T19:09:12.909Z Downloaded rcgen v0.12.1
10502026-04-30T19:09:12.910Z Downloaded slog-stdlog v4.1.1
10512026-04-30T19:09:12.913Z Downloaded strip-ansi-escapes v0.2.1
10522026-04-30T19:09:12.916Z Downloaded rustls-pki-types v1.14.0
10532026-04-30T19:09:12.920Z Downloaded slab v0.4.12
10542026-04-30T19:09:12.923Z Downloaded itertools v0.10.5
10552026-04-30T19:09:12.926Z Downloaded smallvec v0.6.14
10562026-04-30T19:09:12.930Z Downloaded slog-term v2.9.2
10572026-04-30T19:09:12.930Z Downloaded slog-async v2.8.0
10582026-04-30T19:09:12.933Z Downloaded tagptr v0.2.0
10592026-04-30T19:09:12.933Z Downloaded sync-ptr v0.1.4
10602026-04-30T19:09:12.933Z Downloaded snafu-derive v0.8.9
10612026-04-30T19:09:12.933Z Downloaded take_mut v0.2.2
10622026-04-30T19:09:12.936Z Downloaded tabwriter v1.4.1
10632026-04-30T19:09:12.937Z Downloaded tabled_derive v0.11.0
10642026-04-30T19:09:12.937Z Downloaded spki v0.7.3
10652026-04-30T19:09:12.937Z Downloaded sec1 v0.7.3
10662026-04-30T19:09:12.940Z Downloaded smf v0.2.3
10672026-04-30T19:09:12.940Z Downloaded slog-scope v4.4.1
10682026-04-30T19:09:12.940Z Downloaded progenitor-impl v0.14.0
10692026-04-30T19:09:12.943Z Downloaded slog-json v2.6.1
10702026-04-30T19:09:12.943Z Downloaded slog-dtrace v0.3.0
10712026-04-30T19:09:12.947Z Downloaded oso v0.27.3
10722026-04-30T19:09:12.947Z Downloaded ron v0.8.1
10732026-04-30T19:09:12.950Z Downloaded tap v1.0.1
10742026-04-30T19:09:12.960Z Downloaded serde_with_macros v3.17.0
10752026-04-30T19:09:12.964Z Downloaded testing_table v0.3.0
10762026-04-30T19:09:12.967Z Downloaded thread-id v5.1.0
10772026-04-30T19:09:12.967Z Downloaded thiserror-impl-no-std v2.0.2
10782026-04-30T19:09:12.967Z Downloaded pretty_assertions v1.4.1
10792026-04-30T19:09:12.967Z Downloaded termtree v0.5.1
10802026-04-30T19:09:12.976Z Downloaded serde_cbor v0.11.2
10812026-04-30T19:09:12.979Z Downloaded hyper-util v0.1.20
10822026-04-30T19:09:12.982Z Downloaded stringprep v0.1.5
10832026-04-30T19:09:12.982Z Downloaded tinyvec_macros v0.1.1
10842026-04-30T19:09:12.982Z Downloaded time-core v0.1.8
10852026-04-30T19:09:12.986Z Downloaded support-bundle-viewer v0.1.2
10862026-04-30T19:09:12.986Z Downloaded subtle v2.6.1
10872026-04-30T19:09:12.986Z Downloaded static_assertions v1.1.0
10882026-04-30T19:09:12.986Z Downloaded stacker v0.1.23
10892026-04-30T19:09:12.989Z Downloaded sqlformat v0.3.5
10902026-04-30T19:09:12.993Z Downloaded crossterm v0.29.0
10912026-04-30T19:09:13.002Z Downloaded nom v7.1.3
10922026-04-30T19:09:13.007Z Downloaded spin v0.9.8
10932026-04-30T19:09:13.020Z Downloaded publicsuffix v2.3.0
10942026-04-30T19:09:13.023Z Downloaded strum_macros v0.26.4
10952026-04-30T19:09:13.031Z Downloaded rayon-core v1.13.0
10962026-04-30T19:09:13.034Z Downloaded topological-sort v0.2.2
10972026-04-30T19:09:13.034Z Downloaded ryu v1.0.23
10982026-04-30T19:09:13.043Z Downloaded tower-service v0.3.3
10992026-04-30T19:09:13.047Z Downloaded thiserror-no-std v2.0.2
11002026-04-30T19:09:13.050Z Downloaded thread_local v1.1.9
11012026-04-30T19:09:13.050Z Downloaded hashbrown v0.15.5
11022026-04-30T19:09:13.053Z Downloaded tower-layer v0.3.3
11032026-04-30T19:09:13.056Z Downloaded tiny-keccak v2.0.2
11042026-04-30T19:09:13.063Z Downloaded tls_codec v0.4.2
11052026-04-30T19:09:13.066Z Downloaded signal-hook v0.3.18
11062026-04-30T19:09:13.067Z Downloaded time-macros v0.2.27
11072026-04-30T19:09:13.070Z Downloaded typify-macro v0.4.3
11082026-04-30T19:09:13.073Z Downloaded unarray v0.1.4
11092026-04-30T19:09:13.073Z Downloaded typify-macro v0.6.2
11102026-04-30T19:09:13.073Z Downloaded try-lock v0.2.5
11112026-04-30T19:09:13.073Z Downloaded trait-variant v0.1.2
11122026-04-30T19:09:13.081Z Downloaded tokio-dtrace v0.1.1
11132026-04-30T19:09:13.084Z Downloaded num-bigint v0.4.6
11142026-04-30T19:09:13.087Z Downloaded quinn v0.11.9
11152026-04-30T19:09:13.090Z Downloaded tokio-native-tls v0.3.1
11162026-04-30T19:09:13.094Z Downloaded tls_codec_derive v0.4.2
11172026-04-30T19:09:13.094Z Downloaded schemars v0.8.22
11182026-04-30T19:09:13.099Z Downloaded string_cache v0.8.9
11192026-04-30T19:09:13.102Z Downloaded tokio-macros v2.7.0
11202026-04-30T19:09:13.102Z Downloaded similar v2.7.0
11212026-04-30T19:09:13.105Z Downloaded unicode-truncate v1.1.0
11222026-04-30T19:09:13.105Z Downloaded tokio-rustls v0.25.0
11232026-04-30T19:09:13.108Z Downloaded tokio-tungstenite v0.23.1
11242026-04-30T19:09:13.108Z Downloaded unit-prefix v0.5.2
11252026-04-30T19:09:13.108Z Downloaded strum_macros v0.27.2
11262026-04-30T19:09:13.115Z Downloaded untrusted v0.9.0
11272026-04-30T19:09:13.115Z Downloaded universal-hash v0.5.1
11282026-04-30T19:09:13.115Z Downloaded tokio-tungstenite v0.21.0
11292026-04-30T19:09:13.119Z Downloaded usdt-macro v0.6.0
11302026-04-30T19:09:13.119Z Downloaded utf-8 v0.7.6
11312026-04-30T19:09:13.119Z Downloaded usdt-attr-macro v0.6.0
11322026-04-30T19:09:13.119Z Downloaded term v1.2.1
11332026-04-30T19:09:13.119Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-04-30T19:09:13.127Z Downloaded untrusted v0.7.1
11352026-04-30T19:09:13.127Z Downloaded term v0.7.0
11362026-04-30T19:09:13.127Z Downloaded strum_macros v0.24.3
11372026-04-30T19:09:13.127Z Downloaded slog v2.8.2
11382026-04-30T19:09:13.130Z Downloaded mio v1.2.0
11392026-04-30T19:09:13.131Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-04-30T19:09:13.131Z Downloaded serde_yaml v0.9.34+deprecated
11412026-04-30T19:09:13.134Z Downloaded libxml v0.3.3
11422026-04-30T19:09:13.137Z Downloaded termios v0.3.3
11432026-04-30T19:09:13.137Z Downloaded socket2 v0.6.3
11442026-04-30T19:09:13.141Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-04-30T19:09:13.141Z Downloaded futures-util v0.3.32
11462026-04-30T19:09:13.145Z Downloaded rustls-platform-verifier v0.6.2
11472026-04-30T19:09:13.148Z Downloaded socket2 v0.5.10
11482026-04-30T19:09:13.152Z Downloaded schemars v0.9.0
11492026-04-30T19:09:13.156Z Downloaded rustls-webpki v0.103.9
11502026-04-30T19:09:13.159Z Downloaded hashbrown v0.16.1
11512026-04-30T19:09:13.162Z Downloaded subprocess v0.2.15
11522026-04-30T19:09:13.165Z Downloaded num-bigint-dig v0.8.6
11532026-04-30T19:09:13.170Z Downloaded waitgroup v0.1.2
11542026-04-30T19:09:13.170Z Downloaded tui-tree-widget v0.23.1
11552026-04-30T19:09:13.170Z Downloaded rand v0.8.5
11562026-04-30T19:09:13.173Z Downloaded tokio-rustls v0.24.1
11572026-04-30T19:09:13.173Z Downloaded qorb v0.4.1
11582026-04-30T19:09:13.176Z Downloaded void v1.0.2
11592026-04-30T19:09:13.180Z Downloaded iri-string v0.7.10
11602026-04-30T19:09:13.183Z Downloaded snafu v0.8.9
11612026-04-30T19:09:13.186Z Downloaded unicase v2.9.0
11622026-04-30T19:09:13.186Z Downloaded tokio-stream v0.1.18
11632026-04-30T19:09:13.189Z Downloaded wait-timeout v0.2.1
11642026-04-30T19:09:13.189Z Downloaded rsa v0.9.10
11652026-04-30T19:09:13.193Z Downloaded tokio-rustls v0.26.4
11662026-04-30T19:09:13.198Z Downloaded hyper v1.8.1
11672026-04-30T19:09:13.198Z Downloaded usdt v0.6.0
11682026-04-30T19:09:13.202Z Downloaded aho-corasick v1.1.4
11692026-04-30T19:09:13.202Z Downloaded xshell-macros v0.2.7
11702026-04-30T19:09:13.210Z Downloaded want v0.3.1
11712026-04-30T19:09:13.210Z Downloaded rand v0.10.0
11722026-04-30T19:09:13.210Z Downloaded rand v0.9.2
11732026-04-30T19:09:13.210Z Downloaded samael v0.0.19
11742026-04-30T19:09:13.214Z Downloaded iddqd v0.3.18
11752026-04-30T19:09:13.218Z Downloaded uzers v0.12.2
11762026-04-30T19:09:13.221Z Downloaded xattr v1.6.1
11772026-04-30T19:09:13.221Z Downloaded toml_parser v1.0.9+spec-1.1.0
11782026-04-30T19:09:13.225Z Downloaded usdt-impl v0.6.0
11792026-04-30T19:09:13.228Z Downloaded vergen-lib v0.1.6
11802026-04-30T19:09:13.228Z Downloaded aes-gcm v0.10.3
11812026-04-30T19:09:13.231Z Downloaded zeroize_derive v1.4.3
11822026-04-30T19:09:13.231Z Downloaded vergen-gitcl v1.0.8
11832026-04-30T19:09:13.231Z Downloaded vergen-git2 v1.0.7
11842026-04-30T19:09:13.234Z Downloaded test-strategy v0.4.5
11852026-04-30T19:09:13.237Z Downloaded tracing-attributes v0.1.31
11862026-04-30T19:09:13.240Z Downloaded tinyvec v1.10.0
11872026-04-30T19:09:13.243Z Downloaded zone_cfg_derive v0.3.1
11882026-04-30T19:09:13.250Z Downloaded zone v0.3.1
11892026-04-30T19:09:13.254Z Downloaded vsss-rs v3.3.4
11902026-04-30T19:09:13.259Z Downloaded itertools v0.12.1
11912026-04-30T19:09:13.265Z Downloaded walkdir v2.5.0
11922026-04-30T19:09:13.269Z Downloaded itertools v0.13.0
11932026-04-30T19:09:13.272Z Downloaded toml v0.7.8
11942026-04-30T19:09:13.275Z Downloaded whoami v1.6.1
11952026-04-30T19:09:13.280Z Downloaded toml v1.0.6+spec-1.1.0
11962026-04-30T19:09:13.280Z Downloaded wyz v0.5.1
11972026-04-30T19:09:13.280Z Downloaded whoami v2.1.0
11982026-04-30T19:09:13.280Z Downloaded schemars v1.2.1
11992026-04-30T19:09:13.288Z Downloaded tar v0.4.45
12002026-04-30T19:09:13.291Z Downloaded libm v0.2.16
12012026-04-30T19:09:13.295Z Downloaded zstd v0.13.3
12022026-04-30T19:09:13.298Z Downloaded vergen v9.0.6
12032026-04-30T19:09:13.299Z Downloaded itertools v0.14.0
12042026-04-30T19:09:13.302Z Downloaded zeroize v1.8.2
12052026-04-30T19:09:13.306Z Downloaded russh v0.45.0
12062026-04-30T19:09:13.309Z Downloaded typify v0.6.2
12072026-04-30T19:09:13.313Z Downloaded typify v0.4.3
12082026-04-30T19:09:13.313Z Downloaded twox-hash v2.1.2
12092026-04-30T19:09:13.316Z Downloaded unicode-properties v0.1.4
12102026-04-30T19:09:13.316Z Downloaded steno v0.4.1
12112026-04-30T19:09:13.319Z Downloaded hkdf v0.12.4
12122026-04-30T19:09:13.322Z Downloaded unicode-bidi v0.3.18
12132026-04-30T19:09:13.331Z Downloaded unsafe-libyaml v0.2.11
12142026-04-30T19:09:13.336Z Downloaded toml v0.9.12+spec-1.1.0
12152026-04-30T19:09:13.339Z Downloaded p521 v0.13.3
12162026-04-30T19:09:13.342Z Downloaded uuid v1.23.0
12172026-04-30T19:09:13.342Z Downloaded xshell v0.2.7
12182026-04-30T19:09:13.346Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-04-30T19:09:13.362Z Downloaded zstd-safe v7.2.4
12202026-04-30T19:09:13.365Z Downloaded tungstenite v0.23.0
12212026-04-30T19:09:13.369Z Downloaded tungstenite v0.21.0
12222026-04-30T19:09:13.372Z Downloaded blake3 v1.8.3
12232026-04-30T19:09:13.377Z Downloaded rustyline v14.0.0
12242026-04-30T19:09:13.380Z Downloaded tokio-postgres v0.7.16
12252026-04-30T19:09:13.383Z Downloaded rpassword v7.4.0
12262026-04-30T19:09:13.389Z Downloaded yasna v0.5.2
12272026-04-30T19:09:13.393Z Downloaded h2 v0.4.13
12282026-04-30T19:09:13.396Z Downloaded toml_edit v0.19.15
12292026-04-30T19:09:13.405Z Downloaded zerocopy v0.6.6
12302026-04-30T19:09:13.408Z Downloaded zopfli v0.8.3
12312026-04-30T19:09:13.411Z Downloaded tracing-core v0.1.36
12322026-04-30T19:09:13.415Z Downloaded aws-lc-rs v1.16.0
12332026-04-30T19:09:13.420Z Downloaded vte v0.14.1
12342026-04-30T19:09:13.426Z Downloaded reqwest v0.12.28
12352026-04-30T19:09:13.430Z Downloaded p384 v0.13.1
12362026-04-30T19:09:13.434Z Downloaded regex v1.12.3
12372026-04-30T19:09:13.437Z Downloaded reedline v0.40.0
12382026-04-30T19:09:13.440Z Downloaded curve25519-dalek v4.1.3
12392026-04-30T19:09:13.446Z Downloaded yansi v1.0.1
12402026-04-30T19:09:13.452Z Downloaded bindgen v0.71.1
12412026-04-30T19:09:13.452Z Downloaded zip v0.6.6
12422026-04-30T19:09:13.458Z Downloaded bitvec v1.0.1
12432026-04-30T19:09:13.462Z Downloaded rayon v1.11.0
12442026-04-30T19:09:13.466Z Downloaded ssh-key v0.6.7
12452026-04-30T19:09:13.469Z Downloaded chrono v0.4.44
12462026-04-30T19:09:13.473Z Downloaded lalrpop v0.19.12
12472026-04-30T19:09:13.481Z Downloaded unicode_categories v0.1.1
12482026-04-30T19:09:13.484Z Downloaded git2 v0.20.4
12492026-04-30T19:09:13.487Z Downloaded reqwest v0.13.2
12502026-04-30T19:09:13.492Z Downloaded tower v0.5.3
12512026-04-30T19:09:13.498Z Downloaded bstr v1.12.1
12522026-04-30T19:09:13.505Z Downloaded salty v0.3.0
12532026-04-30T19:09:13.509Z Downloaded unicode-segmentation v1.12.0
12542026-04-30T19:09:13.513Z Downloaded typed-path v0.9.3
12552026-04-30T19:09:13.518Z Downloaded zerocopy-derive v0.8.40
12562026-04-30T19:09:13.523Z Downloaded x509-cert v0.2.5
12572026-04-30T19:09:13.529Z Downloaded portable-atomic v1.13.1
12582026-04-30T19:09:13.536Z Downloaded quick-xml v0.37.5
12592026-04-30T19:09:13.541Z Downloaded rustls-webpki v0.101.7
12602026-04-30T19:09:13.544Z Downloaded tokio-util v0.7.18
12612026-04-30T19:09:13.547Z Downloaded unicode-normalization v0.1.25
12622026-04-30T19:09:13.550Z Downloaded tower-http v0.6.8
12632026-04-30T19:09:13.553Z Downloaded proptest v1.10.0
12642026-04-30T19:09:13.557Z Downloaded moka v0.12.13
12652026-04-30T19:09:13.564Z Downloaded goblin v0.10.5
12662026-04-30T19:09:13.568Z Downloaded tough v0.20.0
12672026-04-30T19:09:13.574Z Downloaded rustls-webpki v0.102.8
12682026-04-30T19:09:13.585Z Downloaded zip v4.6.1
12692026-04-30T19:09:13.593Z Downloaded petname v2.0.2
12702026-04-30T19:09:13.596Z Downloaded serde_with v3.17.0
12712026-04-30T19:09:13.603Z Downloaded quinn-proto v0.11.13
12722026-04-30T19:09:13.618Z Downloaded object v0.30.4
12732026-04-30T19:09:13.634Z Downloaded radix_trie v0.2.1
12742026-04-30T19:09:13.637Z Downloaded winnow v0.6.26
12752026-04-30T19:09:13.642Z Downloaded openssl v0.10.78
12762026-04-30T19:09:13.647Z Downloaded winnow v0.5.40
12772026-04-30T19:09:13.652Z Downloaded nix v0.27.1
12782026-04-30T19:09:13.666Z Downloaded dropshot v0.17.0
12792026-04-30T19:09:13.678Z Downloaded rustls v0.21.12
12802026-04-30T19:09:13.684Z Downloaded time v0.3.47
12812026-04-30T19:09:13.691Z Downloaded nix v0.28.0
12822026-04-30T19:09:13.697Z Downloaded nix v0.29.0
12832026-04-30T19:09:13.704Z Downloaded tabled v0.20.0
12842026-04-30T19:09:13.716Z Downloaded polar-core v0.27.3
12852026-04-30T19:09:13.721Z Downloaded smoltcp v0.9.1
12862026-04-30T19:09:13.727Z Downloaded hickory-proto v0.24.4
12872026-04-30T19:09:13.736Z Downloaded nix v0.31.2
12882026-04-30T19:09:13.744Z Downloaded object v0.37.3
12892026-04-30T19:09:13.750Z Downloaded dropshot v0.16.7
12902026-04-30T19:09:13.764Z Downloaded zlib-rs v0.6.2
12912026-04-30T19:09:13.767Z Downloaded zerocopy v0.8.40
12922026-04-30T19:09:13.774Z Downloaded vcpkg v0.2.15
12932026-04-30T19:09:13.796Z Downloaded webpki-roots v1.0.6
12942026-04-30T19:09:13.799Z Downloaded regress v0.11.1
12952026-04-30T19:09:13.803Z Downloaded openapiv3 v2.2.0
12962026-04-30T19:09:13.809Z Downloaded regress v0.10.5
12972026-04-30T19:09:13.813Z Downloaded regex-syntax v0.8.10
12982026-04-30T19:09:13.818Z Downloaded hickory-proto v0.25.2
12992026-04-30T19:09:13.826Z Downloaded smoltcp v0.11.0
13002026-04-30T19:09:13.832Z Downloaded diesel v2.3.7
13012026-04-30T19:09:13.844Z Downloaded rustls v0.22.4
13022026-04-30T19:09:13.851Z Downloaded rustls v0.23.37
13032026-04-30T19:09:13.866Z Downloaded rustix v0.38.44
13042026-04-30T19:09:13.871Z Downloaded regex-syntax v0.6.29
13052026-04-30T19:09:13.910Z Downloaded sqlparser v0.61.0
13062026-04-30T19:09:13.932Z Downloaded tracing v0.1.44
13072026-04-30T19:09:13.943Z Downloaded sled v0.34.7
13082026-04-30T19:09:13.956Z Downloaded ratatui v0.29.0
13092026-04-30T19:09:13.968Z Downloaded zerocopy-derive v0.6.6
13102026-04-30T19:09:13.973Z Downloaded typify-impl v0.6.2
13112026-04-30T19:09:13.980Z Downloaded regex-automata v0.4.14
13122026-04-30T19:09:13.989Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-04-30T19:09:13.997Z Downloaded typify-impl v0.4.3
13142026-04-30T19:09:14.015Z Downloaded petgraph v0.6.5
13152026-04-30T19:09:14.026Z Downloaded jiff v0.2.21
13162026-04-30T19:09:14.038Z Downloaded chrono-tz v0.10.4
13172026-04-30T19:09:14.048Z Downloaded petgraph v0.8.3
13182026-04-30T19:09:14.062Z Downloaded csv v1.4.0
13192026-04-30T19:09:14.075Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-04-30T19:09:14.085Z Downloaded libz-sys v1.1.24
13212026-04-30T19:09:14.099Z Downloaded sha3 v0.10.8
13222026-04-30T19:09:14.104Z Downloaded tokio v1.52.1
13232026-04-30T19:09:14.144Z Downloaded encoding_rs v0.8.35
13242026-04-30T19:09:14.264Z Downloaded ring v0.17.14
13252026-04-30T19:09:14.309Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-04-30T19:09:14.858Z Downloaded aws-lc-sys v0.37.1
13272026-04-30T19:09:15.119Z Compiling libc v0.2.185
13282026-04-30T19:09:15.119Z Compiling serde v1.0.228
13292026-04-30T19:09:15.122Z Compiling log v0.4.29
13302026-04-30T19:09:15.122Z Compiling find-msvc-tools v0.1.9
13312026-04-30T19:09:15.122Z Compiling shlex v1.3.0
13322026-04-30T19:09:15.122Z Compiling smallvec v1.15.1
13332026-04-30T19:09:15.122Z Compiling typenum v1.19.0
13342026-04-30T19:09:15.122Z Compiling subtle v2.6.1
13352026-04-30T19:09:15.271Z Compiling generic-array v0.14.7
13362026-04-30T19:09:15.285Z Compiling scopeguard v1.2.0
13372026-04-30T19:09:15.289Z Compiling const-oid v0.9.6
13382026-04-30T19:09:15.338Z Compiling portable-atomic v1.13.1
13392026-04-30T19:09:15.382Z Compiling syn v2.0.117
13402026-04-30T19:09:15.387Z Compiling zerocopy v0.8.40
13412026-04-30T19:09:15.393Z Compiling serde_json v1.0.149
13422026-04-30T19:09:15.396Z Compiling critical-section v1.2.0
13432026-04-30T19:09:15.469Z Compiling lock_api v0.4.14
13442026-04-30T19:09:15.486Z Compiling parking_lot_core v0.9.12
13452026-04-30T19:09:15.503Z Compiling pin-project-lite v0.2.17
13462026-04-30T19:09:15.520Z Compiling pkg-config v0.3.32
13472026-04-30T19:09:15.564Z Compiling bitflags v2.11.0
13482026-04-30T19:09:15.581Z Compiling libm v0.2.16
13492026-04-30T19:09:15.613Z Compiling num-traits v0.2.19
13502026-04-30T19:09:15.613Z Compiling futures-core v0.3.32
13512026-04-30T19:09:15.644Z Compiling percent-encoding v2.3.2
13522026-04-30T19:09:15.691Z Compiling cpufeatures v0.2.17
13532026-04-30T19:09:15.725Z Compiling futures-sink v0.3.32
13542026-04-30T19:09:15.802Z Compiling futures-task v0.3.32
13552026-04-30T19:09:15.806Z Compiling slab v0.4.12
13562026-04-30T19:09:15.806Z Compiling futures-io v0.3.32
13572026-04-30T19:09:15.848Z Compiling futures-channel v0.3.32
13582026-04-30T19:09:15.892Z Compiling getrandom v0.4.1
13592026-04-30T19:09:15.895Z Compiling rustversion v1.0.22
13602026-04-30T19:09:15.966Z Compiling getrandom v0.3.4
13612026-04-30T19:09:16.001Z Compiling rand_core v0.10.0
13622026-04-30T19:09:16.006Z Compiling indexmap v2.14.0
13632026-04-30T19:09:16.031Z Compiling form_urlencoded v1.2.2
13642026-04-30T19:09:16.060Z Compiling base64ct v1.8.3
13652026-04-30T19:09:16.093Z Compiling fs_extra v1.3.0
13662026-04-30T19:09:16.108Z Compiling dunce v1.0.5
13672026-04-30T19:09:16.125Z Compiling ident_case v1.0.1
13682026-04-30T19:09:16.180Z Compiling flagset v0.4.7
13692026-04-30T19:09:16.222Z Compiling getrandom v0.2.17
13702026-04-30T19:09:16.238Z Compiling jobserver v0.1.34
13712026-04-30T19:09:16.287Z Compiling errno v0.3.14
13722026-04-30T19:09:16.317Z Compiling mio v1.2.0
13732026-04-30T19:09:16.322Z Compiling socket2 v0.6.3
13742026-04-30T19:09:16.386Z Compiling rand_core v0.6.4
13752026-04-30T19:09:16.403Z Compiling signal-hook-registry v1.4.8
13762026-04-30T19:09:16.454Z Compiling cc v1.2.56
13772026-04-30T19:09:16.474Z Compiling once_cell v1.21.3
13782026-04-30T19:09:16.559Z Compiling parking_lot v0.12.5
13792026-04-30T19:09:16.606Z Compiling pem-rfc7468 v0.7.0
13802026-04-30T19:09:16.622Z Compiling iana-time-zone v0.1.65
13812026-04-30T19:09:16.645Z Compiling rustix v1.1.3
13822026-04-30T19:09:16.686Z Compiling uuid v1.23.0
13832026-04-30T19:09:16.705Z Compiling rustc_version v0.4.1
13842026-04-30T19:09:16.709Z Compiling aws-lc-rs v1.16.0
13852026-04-30T19:09:16.739Z Compiling regex-syntax v0.8.10
13862026-04-30T19:09:16.810Z Compiling vcpkg v0.2.15
13872026-04-30T19:09:16.844Z Compiling tracing-core v0.1.36
13882026-04-30T19:09:16.878Z Compiling base64 v0.22.1
13892026-04-30T19:09:16.939Z Compiling rand_core v0.9.5
13902026-04-30T19:09:16.954Z Compiling openssl-probe v0.2.1
13912026-04-30T19:09:17.035Z Compiling schemars v0.8.22
13922026-04-30T19:09:17.052Z Compiling untrusted v0.9.0
13932026-04-30T19:09:17.072Z Compiling untrusted v0.7.1
13942026-04-30T19:09:17.097Z Compiling httparse v1.10.1
13952026-04-30T19:09:17.119Z Compiling tinyvec_macros v0.1.1
13962026-04-30T19:09:17.153Z Compiling dyn-clone v1.0.20
13972026-04-30T19:09:17.197Z Compiling cmake v0.1.57
13982026-04-30T19:09:17.214Z Compiling try-lock v0.2.5
13992026-04-30T19:09:17.217Z Compiling tower-service v0.3.3
14002026-04-30T19:09:17.248Z Compiling rustls v0.23.37
14012026-04-30T19:09:17.248Z Compiling atomic-waker v1.1.2
14022026-04-30T19:09:17.310Z Compiling tower-layer v0.3.3
14032026-04-30T19:09:17.328Z Compiling want v0.3.1
14042026-04-30T19:09:17.345Z Compiling tinyvec v1.10.0
14052026-04-30T19:09:17.424Z Compiling spin v0.9.8
14062026-04-30T19:09:17.429Z Compiling aho-corasick v1.1.4
14072026-04-30T19:09:17.429Z Compiling crc32fast v1.5.0
14082026-04-30T19:09:17.429Z Compiling httpdate v1.0.3
14092026-04-30T19:09:17.452Z Compiling powerfmt v0.2.0
14102026-04-30T19:09:17.467Z Compiling openssl v0.10.78
14112026-04-30T19:09:17.502Z Compiling time-core v0.1.8
14122026-04-30T19:09:17.517Z Compiling num-conv v0.2.0
14132026-04-30T19:09:17.576Z Compiling foreign-types-shared v0.1.1
14142026-04-30T19:09:17.591Z Compiling pin-utils v0.1.0
14152026-04-30T19:09:17.623Z Compiling deranged v0.5.8
14162026-04-30T19:09:17.672Z Compiling foreign-types v0.3.2
14172026-04-30T19:09:17.688Z Compiling wait-timeout v0.2.1
14182026-04-30T19:09:17.691Z Compiling time-macros v0.2.27
14192026-04-30T19:09:17.691Z Compiling syn v1.0.109
14202026-04-30T19:09:17.691Z Compiling siphasher v1.0.2
14212026-04-30T19:09:17.691Z Compiling crossbeam-utils v0.8.21
14222026-04-30T19:09:17.767Z Compiling bit-vec v0.8.0
14232026-04-30T19:09:17.767Z Compiling quick-error v1.2.3
14242026-04-30T19:09:17.770Z Compiling simd-adler32 v0.3.8
14252026-04-30T19:09:17.875Z Compiling num_threads v0.1.7
14262026-04-30T19:09:17.897Z Compiling native-tls v0.2.18
14272026-04-30T19:09:17.921Z Compiling usdt-impl v0.6.0
14282026-04-30T19:09:17.977Z Compiling bit-set v0.8.0
14292026-04-30T19:09:17.995Z Compiling unicode-normalization v0.1.25
14302026-04-30T19:09:18.034Z Compiling rand_xorshift v0.4.0
14312026-04-30T19:09:18.070Z Compiling aws-lc-sys v0.37.1
14322026-04-30T19:09:18.087Z Compiling ring v0.17.14
14332026-04-30T19:09:18.091Z Compiling openssl-sys v0.9.114
14342026-04-30T19:09:18.119Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14352026-04-30T19:09:18.176Z Compiling bzip2-sys v0.1.13+1.0.8
14362026-04-30T19:09:18.176Z Compiling slog v2.8.2
14372026-04-30T19:09:18.179Z Compiling heapless v0.7.17
14382026-04-30T19:09:18.220Z Compiling synstructure v0.13.2
14392026-04-30T19:09:18.235Z Compiling pest_generator v2.8.6
14402026-04-30T19:09:18.453Z Compiling serde_derive_internals v0.29.1
14412026-04-30T19:09:18.522Z Compiling darling_core v0.20.11
14422026-04-30T19:09:18.537Z Compiling regex-automata v0.4.14
14432026-04-30T19:09:18.566Z Compiling tempfile v3.25.0
14442026-04-30T19:09:18.579Z Compiling darling_core v0.21.3
14452026-04-30T19:09:18.659Z Compiling thread-id v5.1.0
14462026-04-30T19:09:18.770Z Compiling sync_wrapper v1.0.2
14472026-04-30T19:09:18.895Z Compiling rusty-fork v0.3.1
14482026-04-30T19:09:18.912Z Compiling cookie v0.18.1
14492026-04-30T19:09:18.932Z Compiling time v0.3.47
14502026-04-30T19:09:18.986Z Compiling unarray v0.1.4
14512026-04-30T19:09:19.084Z Compiling adler2 v2.0.1
14522026-04-30T19:09:19.170Z Compiling paste v1.0.15
14532026-04-30T19:09:19.191Z Compiling unicode-bidi v0.3.18
14542026-04-30T19:09:19.209Z Compiling signal-hook v0.3.18
14552026-04-30T19:09:19.234Z Compiling zstd-safe v7.2.4
14562026-04-30T19:09:19.249Z Compiling unicode-properties v0.1.4
14572026-04-30T19:09:19.266Z Compiling allocator-api2 v0.2.21
14582026-04-30T19:09:19.413Z Compiling anyhow v1.0.102
14592026-04-30T19:09:19.468Z Compiling miniz_oxide v0.8.9
14602026-04-30T19:09:19.542Z Compiling stringprep v0.1.5
14612026-04-30T19:09:19.709Z Compiling num-integer v0.1.46
14622026-04-30T19:09:19.784Z Compiling vergen-lib v0.1.6
14632026-04-30T19:09:19.988Z Compiling curve25519-dalek v4.1.3
14642026-04-30T19:09:20.004Z Compiling ff v0.13.1
14652026-04-30T19:09:20.043Z Compiling hash32 v0.2.1
14662026-04-30T19:09:20.072Z Compiling memoffset v0.9.1
14672026-04-30T19:09:20.099Z Compiling serde_derive v1.0.228
14682026-04-30T19:09:20.142Z Compiling zeroize_derive v1.4.3
14692026-04-30T19:09:20.169Z Compiling zerofrom-derive v0.1.6
14702026-04-30T19:09:20.183Z Compiling yoke-derive v0.8.1
14712026-04-30T19:09:20.264Z Compiling zerocopy-derive v0.8.40
14722026-04-30T19:09:20.295Z Compiling zerovec-derive v0.11.2
14732026-04-30T19:09:20.344Z Compiling displaydoc v0.2.5
14742026-04-30T19:09:20.360Z Compiling tokio-macros v2.7.0
14752026-04-30T19:09:20.627Z Compiling futures-macro v0.3.32
14762026-04-30T19:09:20.832Z Compiling zeroize v1.8.2
14772026-04-30T19:09:20.964Z Compiling der_derive v0.7.3
14782026-04-30T19:09:21.150Z Compiling thiserror-impl v2.0.18
14792026-04-30T19:09:21.166Z Compiling rustls-pki-types v1.14.0
14802026-04-30T19:09:21.255Z Compiling tracing-attributes v0.1.31
14812026-04-30T19:09:21.426Z Compiling scroll_derive v0.13.1
14822026-04-30T19:09:21.494Z Compiling pest_derive v2.8.6
14832026-04-30T19:09:21.510Z Compiling futures-util v0.3.32
14842026-04-30T19:09:21.657Z Compiling crypto-common v0.1.7
14852026-04-30T19:09:21.674Z Compiling zerofrom v0.1.6
14862026-04-30T19:09:21.674Z Compiling block-buffer v0.10.4
14872026-04-30T19:09:21.837Z Compiling yoke v0.8.1
14882026-04-30T19:09:21.837Z Compiling digest v0.10.7
14892026-04-30T19:09:21.882Z Compiling block-padding v0.3.3
14902026-04-30T19:09:21.976Z Compiling schemars_derive v0.8.22
14912026-04-30T19:09:22.000Z Compiling der v0.7.10
14922026-04-30T19:09:22.047Z Compiling zerovec v0.11.5
14932026-04-30T19:09:22.068Z Compiling zerotrie v0.2.3
14942026-04-30T19:09:22.197Z Compiling hmac v0.12.1
14952026-04-30T19:09:22.351Z Compiling inout v0.1.4
14962026-04-30T19:09:22.366Z Compiling sha2 v0.10.9
14972026-04-30T19:09:22.436Z Compiling pbkdf2 v0.12.2
14982026-04-30T19:09:22.540Z Compiling cipher v0.4.4
14992026-04-30T19:09:22.571Z Compiling tinystr v0.8.2
15002026-04-30T19:09:22.626Z Compiling potential_utf v0.1.4
15012026-04-30T19:09:22.641Z Compiling thiserror v2.0.18
15022026-04-30T19:09:22.685Z Compiling tracing v0.1.44
15032026-04-30T19:09:22.772Z Compiling icu_locale_core v2.1.1
15042026-04-30T19:09:22.804Z Compiling icu_collections v2.1.1
15052026-04-30T19:09:22.817Z Compiling salsa20 v0.10.2
15062026-04-30T19:09:22.833Z Compiling cbc v0.1.2
15072026-04-30T19:09:22.906Z Compiling spki v0.7.3
15082026-04-30T19:09:22.975Z Compiling scrypt v0.11.0
15092026-04-30T19:09:22.994Z Compiling aes v0.8.4
15102026-04-30T19:09:23.008Z Compiling scroll v0.13.0
15112026-04-30T19:09:23.148Z Compiling darling_macro v0.20.11
15122026-04-30T19:09:23.260Z Compiling goblin v0.10.5
15132026-04-30T19:09:23.310Z Compiling openssl-macros v0.1.1
15142026-04-30T19:09:23.327Z Compiling dtrace-parser v0.3.0
15152026-04-30T19:09:23.330Z Compiling signature v2.2.0
15162026-04-30T19:09:23.376Z Compiling rustls-native-certs v0.8.3
15172026-04-30T19:09:23.582Z Compiling icu_provider v2.1.1
15182026-04-30T19:09:23.724Z Compiling bytes v1.11.1
15192026-04-30T19:09:23.742Z Compiling chrono v0.4.44
15202026-04-30T19:09:23.746Z Compiling pkcs5 v0.7.1
15212026-04-30T19:09:23.776Z Compiling ipnet v2.11.0
15222026-04-30T19:09:23.776Z Compiling darling v0.20.11
15232026-04-30T19:09:23.809Z Compiling thiserror-impl v1.0.69
15242026-04-30T19:09:23.877Z Compiling icu_properties v2.1.2
15252026-04-30T19:09:23.916Z Compiling icu_normalizer v2.1.1
15262026-04-30T19:09:23.966Z Compiling derive_builder_core v0.20.2
15272026-04-30T19:09:24.119Z Compiling pkcs8 v0.10.2
15282026-04-30T19:09:24.138Z Compiling scroll_derive v0.12.1
15292026-04-30T19:09:24.276Z Compiling tokio v1.52.1
15302026-04-30T19:09:24.324Z Compiling http v1.4.0
15312026-04-30T19:09:24.383Z Compiling serde_tokenstream v0.2.3
15322026-04-30T19:09:24.459Z Compiling erased-serde v0.3.31
15332026-04-30T19:09:24.492Z Compiling toml_datetime v0.6.11
15342026-04-30T19:09:24.724Z Compiling serde_spanned v0.6.9
15352026-04-30T19:09:24.778Z Compiling idna_adapter v1.2.1
15362026-04-30T19:09:24.847Z Compiling ppv-lite86 v0.2.21
15372026-04-30T19:09:24.875Z Compiling derive_builder_macro v0.20.2
15382026-04-30T19:09:24.897Z Compiling scroll v0.12.0
15392026-04-30T19:09:24.952Z Compiling idna v1.1.0
15402026-04-30T19:09:24.977Z Compiling md-5 v0.10.6
15412026-04-30T19:09:24.994Z Compiling http-body v1.0.1
15422026-04-30T19:09:25.042Z Compiling webpki-roots v1.0.6
15432026-04-30T19:09:25.093Z Compiling darling_macro v0.21.3
15442026-04-30T19:09:25.172Z Compiling rand_chacha v0.9.0
15452026-04-30T19:09:25.190Z Compiling thiserror v1.0.69
15462026-04-30T19:09:25.190Z Compiling rand_chacha v0.3.1
15472026-04-30T19:09:25.190Z Compiling http-body-util v0.1.3
15482026-04-30T19:09:25.236Z Compiling zerocopy-derive v0.7.35
15492026-04-30T19:09:25.239Z Compiling ryu v1.0.23
15502026-04-30T19:09:25.240Z Compiling rustix v0.38.44
15512026-04-30T19:09:25.300Z Compiling url v2.5.8
15522026-04-30T19:09:25.332Z Compiling base16ct v0.2.0
15532026-04-30T19:09:25.391Z Compiling rand v0.9.2
15542026-04-30T19:09:25.458Z Compiling zlib-rs v0.6.2
15552026-04-30T19:09:25.488Z Compiling fallible-iterator v0.2.0
15562026-04-30T19:09:25.539Z Compiling ref-cast v1.0.25
15572026-04-30T19:09:25.623Z Compiling iri-string v0.7.10
15582026-04-30T19:09:25.640Z Compiling psl-types v2.0.11
15592026-04-30T19:09:25.657Z Compiling num-bigint-dig v0.8.6
15602026-04-30T19:09:25.785Z Compiling litrs v1.0.0
15612026-04-30T19:09:25.869Z Compiling cfg_aliases v0.2.1
15622026-04-30T19:09:25.916Z Compiling smoltcp v0.9.1
15632026-04-30T19:09:25.967Z Compiling proptest v1.10.0
15642026-04-30T19:09:25.986Z Compiling nix v0.31.2
15652026-04-30T19:09:26.146Z Compiling dof v0.4.0
15662026-04-30T19:09:26.163Z Compiling zerocopy v0.7.35
15672026-04-30T19:09:26.233Z Compiling postgres-protocol v0.6.10
15682026-04-30T19:09:26.291Z Compiling publicsuffix v2.3.0
15692026-04-30T19:09:26.319Z Compiling document-features v0.2.12
15702026-04-30T19:09:26.385Z Compiling darling v0.21.3
15712026-04-30T19:09:26.419Z Compiling sec1 v0.7.3
15722026-04-30T19:09:26.440Z Compiling rand v0.8.5
15732026-04-30T19:09:26.486Z Compiling derive_builder v0.20.2
15742026-04-30T19:09:26.501Z Compiling serde_urlencoded v0.7.1
15752026-04-30T19:09:26.637Z Compiling ipnetwork v0.21.1
15762026-04-30T19:09:26.717Z Compiling goblin v0.8.2
15772026-04-30T19:09:26.773Z Compiling hubpack_derive v0.1.1
15782026-04-30T19:09:26.805Z Compiling cargo-platform v0.1.9
15792026-04-30T19:09:26.936Z Compiling oxnet v0.1.4
15802026-04-30T19:09:27.052Z Compiling hkdf v0.12.4
15812026-04-30T19:09:27.090Z Compiling crypto-bigint v0.5.5
15822026-04-30T19:09:27.134Z Compiling regex v1.12.3
15832026-04-30T19:09:27.295Z Compiling group v0.13.0
15842026-04-30T19:09:27.311Z Compiling ref-cast-impl v1.0.25
15852026-04-30T19:09:27.359Z Compiling strum_macros v0.27.2
15862026-04-30T19:09:27.375Z Compiling daft-derive v0.1.5
15872026-04-30T19:09:27.378Z Compiling async-trait v0.1.89
15882026-04-30T19:09:27.488Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-30T19:09:27.607Z Compiling num-iter v0.1.45
15902026-04-30T19:09:27.772Z Compiling terminal_size v0.4.3
15912026-04-30T19:09:27.823Z Compiling phf_shared v0.13.1
15922026-04-30T19:09:27.880Z Compiling lazy_static v1.5.0
15932026-04-30T19:09:27.896Z Compiling vergen v9.0.6
15942026-04-30T19:09:27.932Z Compiling fs-err v3.3.0
15952026-04-30T19:09:27.996Z Compiling tokio-util v0.7.18
15962026-04-30T19:09:28.074Z Compiling tower v0.5.3
15972026-04-30T19:09:28.091Z Compiling tokio-native-tls v0.3.1
15982026-04-30T19:09:28.113Z Compiling ahash v0.8.12
15992026-04-30T19:09:28.146Z Compiling foldhash v0.1.5
16002026-04-30T19:09:28.163Z Compiling bumpalo v3.20.2
16012026-04-30T19:09:28.195Z Compiling object v0.37.3
16022026-04-30T19:09:28.223Z Compiling foldhash v0.2.0
16032026-04-30T19:09:28.287Z Compiling flate2 v1.1.9
16042026-04-30T19:09:28.350Z Compiling newtype-uuid v1.3.2
16052026-04-30T19:09:28.418Z Compiling bitflags v1.3.2
16062026-04-30T19:09:28.473Z Compiling winnow v0.5.40
16072026-04-30T19:09:28.473Z Compiling managed v0.8.0
16082026-04-30T19:09:28.511Z Compiling libbz2-rs-sys v0.2.2
16092026-04-30T19:09:28.528Z Compiling tower-http v0.6.8
16102026-04-30T19:09:28.556Z Compiling unicode-segmentation v1.12.0
16112026-04-30T19:09:28.626Z Compiling daft v0.1.5
16122026-04-30T19:09:28.690Z Compiling h2 v0.4.13
16132026-04-30T19:09:28.758Z Compiling clap_builder v4.5.60
16142026-04-30T19:09:28.828Z Compiling hashbrown v0.16.1
16152026-04-30T19:09:28.956Z Compiling bzip2 v0.6.1
16162026-04-30T19:09:28.974Z Compiling zopfli v0.8.3
16172026-04-30T19:09:29.035Z Compiling dof v0.3.0
16182026-04-30T19:09:29.073Z Compiling hashbrown v0.15.5
16192026-04-30T19:09:29.286Z Compiling phf v0.13.1
16202026-04-30T19:09:29.413Z Compiling elliptic-curve v0.13.8
16212026-04-30T19:09:29.524Z Compiling signal-hook-mio v0.2.5
16222026-04-30T19:09:29.528Z Compiling strum v0.27.2
16232026-04-30T19:09:29.682Z Compiling cargo_metadata v0.19.2
16242026-04-30T19:09:29.716Z Compiling usdt-attr-macro v0.6.0
16252026-04-30T19:09:29.732Z Compiling usdt-macro v0.6.0
16262026-04-30T19:09:29.746Z Compiling cookie_store v0.22.1
16272026-04-30T19:09:29.845Z Compiling toml_edit v0.19.15
16282026-04-30T19:09:29.968Z Compiling hubpack v0.1.2
16292026-04-30T19:09:30.010Z Compiling bzip2 v0.4.4
16302026-04-30T19:09:30.091Z Compiling postgres-types v0.2.12
16312026-04-30T19:09:30.111Z Compiling serde_with_macros v3.17.0
16322026-04-30T19:09:30.267Z Compiling zstd v0.13.3
16332026-04-30T19:09:30.381Z Compiling dtrace-parser v0.2.0
16342026-04-30T19:09:30.441Z Compiling pkcs1 v0.7.5
16352026-04-30T19:09:30.529Z Compiling ed25519 v2.2.3
16362026-04-30T19:09:30.555Z Compiling serde-big-array v0.5.1
16372026-04-30T19:09:30.580Z Compiling hex v0.4.3
16382026-04-30T19:09:30.693Z Compiling rfc6979 v0.4.0
16392026-04-30T19:09:30.723Z Compiling bstr v1.12.1
16402026-04-30T19:09:30.841Z Compiling serde_repr v0.1.20
16412026-04-30T19:09:30.879Z Compiling clap_derive v4.5.55
16422026-04-30T19:09:30.882Z Compiling strum_macros v0.26.4
16432026-04-30T19:09:31.080Z Compiling enum-as-inner v0.6.1
16442026-04-30T19:09:31.176Z Compiling phf_shared v0.11.3
16452026-04-30T19:09:31.295Z Compiling float-cmp v0.10.0
16462026-04-30T19:09:31.384Z Compiling memmap2 v0.9.10
16472026-04-30T19:09:31.399Z Compiling thread-id v4.2.2
16482026-04-30T19:09:31.418Z Compiling env_filter v1.0.0
16492026-04-30T19:09:31.434Z Compiling encoding_rs v0.8.35
16502026-04-30T19:09:31.471Z Compiling either v1.15.0
16512026-04-30T19:09:31.487Z Compiling new_debug_unreachable v1.0.6
16522026-04-30T19:09:31.503Z Compiling fixedbitset v0.4.2
16532026-04-30T19:09:31.578Z Compiling jiff v0.2.21
16542026-04-30T19:09:31.625Z Compiling whoami v2.1.0
16552026-04-30T19:09:31.639Z Compiling fixedbitset v0.5.7
16562026-04-30T19:09:31.711Z Compiling predicates-core v1.0.10
16572026-04-30T19:09:31.742Z Compiling mime v0.3.17
16582026-04-30T19:09:31.759Z Compiling hyper v1.8.1
16592026-04-30T19:09:31.879Z Compiling keccak v0.1.6
16602026-04-30T19:09:31.909Z Compiling normalize-line-endings v0.3.0
16612026-04-30T19:09:31.968Z Compiling data-encoding v2.10.0
16622026-04-30T19:09:32.027Z Compiling difflib v0.4.0
16632026-04-30T19:09:32.031Z Compiling static_assertions v1.1.0
16642026-04-30T19:09:32.059Z Compiling precomputed-hash v0.1.1
16652026-04-30T19:09:32.123Z Compiling rustc-hash v2.1.1
16662026-04-30T19:09:32.166Z Compiling string_cache v0.8.9
16672026-04-30T19:09:32.275Z Compiling iddqd v0.3.18
16682026-04-30T19:09:32.339Z Compiling predicates v3.1.4
16692026-04-30T19:09:32.424Z Compiling hickory-proto v0.25.2
16702026-04-30T19:09:32.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-04-30T19:09:32.632Z Compiling sha3 v0.10.8
16722026-04-30T19:09:32.713Z Compiling petgraph v0.8.3
16732026-04-30T19:09:32.729Z Compiling tokio-postgres v0.7.16
16742026-04-30T19:09:32.748Z Compiling clap v4.5.60
16752026-04-30T19:09:32.766Z Compiling strum v0.26.3
16762026-04-30T19:09:32.824Z Compiling toml_edit v0.22.27
16772026-04-30T19:09:32.853Z Compiling hyper-util v0.1.20
16782026-04-30T19:09:32.927Z Compiling itertools v0.13.0
16792026-04-30T19:09:33.027Z Compiling petgraph v0.6.5
16802026-04-30T19:09:33.045Z Compiling env_logger v0.11.9
16812026-04-30T19:09:33.121Z Compiling usdt v0.6.0
16822026-04-30T19:09:33.424Z Compiling usdt-impl v0.5.0
16832026-04-30T19:09:33.456Z Compiling serde_with v3.17.0
16842026-04-30T19:09:33.472Z Compiling toml v0.7.8
16852026-04-30T19:09:33.491Z Compiling similar v2.7.0
16862026-04-30T19:09:34.044Z Compiling crossterm v0.28.1
16872026-04-30T19:09:34.129Z Compiling ecdsa v0.16.9
16882026-04-30T19:09:34.238Z Compiling zip v4.6.1
16892026-04-30T19:09:34.393Z Compiling hyper-tls v0.6.0
16902026-04-30T19:09:34.551Z Compiling ed25519-dalek v2.2.0
16912026-04-30T19:09:34.636Z Compiling rsa v0.9.10
16922026-04-30T19:09:34.724Z Compiling zip v0.6.6
16932026-04-30T19:09:35.176Z Compiling heck v0.4.1
16942026-04-30T19:09:35.250Z Compiling tokio-stream v0.1.18
16952026-04-30T19:09:35.266Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-04-30T19:09:35.369Z Compiling buf-list v1.1.2
16972026-04-30T19:09:35.372Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16982026-04-30T19:09:35.406Z Compiling openapiv3 v2.2.0
16992026-04-30T19:09:35.448Z Compiling x509-cert v0.2.5
17002026-04-30T19:09:35.478Z Compiling sha1 v0.10.6
17012026-04-30T19:09:35.518Z Compiling crossbeam-epoch v0.9.18
17022026-04-30T19:09:35.637Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-04-30T19:09:35.656Z Compiling peg-runtime v0.8.5
17042026-04-30T19:09:35.699Z Compiling lalrpop-util v0.19.12
17052026-04-30T19:09:35.732Z Compiling thread_local v1.1.9
17062026-04-30T19:09:35.747Z Compiling slog-async v2.8.0
17072026-04-30T19:09:35.881Z Compiling futures-executor v0.3.32
17082026-04-30T19:09:35.900Z Compiling crossbeam-channel v0.5.15
17092026-04-30T19:09:35.923Z Compiling is-terminal v0.4.17
17102026-04-30T19:09:35.940Z Compiling filetime v0.2.27
17112026-04-30T19:09:35.970Z Compiling take_mut v0.2.2
17122026-04-30T19:09:35.986Z Compiling term v1.2.1
17132026-04-30T19:09:36.018Z Compiling xattr v1.6.1
17142026-04-30T19:09:36.047Z Compiling futures v0.3.32
17152026-04-30T19:09:36.148Z Compiling tar v0.4.45
17162026-04-30T19:09:36.268Z Compiling slog-term v2.9.2
17172026-04-30T19:09:51.502Z Compiling rustls-webpki v0.103.9
17182026-04-30T19:09:54.316Z Compiling tokio-rustls v0.26.4
17192026-04-30T19:09:54.316Z Compiling rustls-platform-verifier v0.6.2
17202026-04-30T19:09:54.515Z Compiling hyper-rustls v0.27.7
17212026-04-30T19:09:54.710Z Compiling reqwest v0.13.2
17222026-04-30T19:09:54.710Z Compiling reqwest v0.12.28
17232026-04-30T19:09:56.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-04-30T19:09:56.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-04-30T19:09:59.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.26s
17262026-04-30T19:09:59.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-04-30T19:09:59.972ZApr 30 19:09:59.213 INFO Starting download, target: DendriteStub
17282026-04-30T19:09:59.972ZApr 30 19:09:59.213 INFO Starting download, target: Clickhouse
17292026-04-30T19:09:59.972ZApr 30 19:09:59.213 INFO Starting download, target: Cockroach
17302026-04-30T19:09:59.972ZApr 30 19:09:59.213 INFO Starting download, target: Console
17312026-04-30T19:09:59.972ZApr 30 19:09:59.213 INFO Starting download, target: MaghemiteMgd
17322026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Starting download, target: TransceiverControl
17332026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-04-30T19:09:59.982ZApr 30 19:09:59.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-04-30T19:09:59.982ZApr 30 19:09:59.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-04-30T19:10:00.993ZApr 30 19:10:00.217 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-04-30T19:10:01.013ZApr 30 19:10:00.249 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-04-30T19:10:01.191ZApr 30 19:10:00.427 INFO Download complete, target: TransceiverControl
17422026-04-30T19:10:01.257ZApr 30 19:10:00.485 INFO Download complete, target: Console
17432026-04-30T19:10:02.271ZApr 30 19:10:01.498 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-04-30T19:10:02.438ZApr 30 19:10:01.671 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-04-30T19:10:02.980ZApr 30 19:10:02.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-04-30T19:10:02.981ZApr 30 19:10:02.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-04-30T19:10:03.030ZApr 30 19:10:02.270 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-04-30T19:10:04.813ZApr 30 19:10:04.054 INFO Download complete, target: DendriteStub
17492026-04-30T19:10:04.937ZApr 30 19:10:04.178 INFO Download complete, target: MaghemiteMgd
17502026-04-30T19:10:07.688ZApr 30 19:10:06.928 INFO Checking that binary works, target: Cockroach
17512026-04-30T19:10:07.804ZApr 30 19:10:07.045 INFO Download complete, target: Cockroach
17522026-04-30T19:10:09.812ZApr 30 19:10:09.047 INFO Checking that binary works, target: Clickhouse
17532026-04-30T19:10:09.930ZApr 30 19:10:09.170 INFO Download complete, target: Clickhouse
17542026-04-30T19:10:09.936ZAll prerequisites installed successfully
17552026-04-30T19:10:09.940Z
17562026-04-30T19:10:09.940Zreal 2:45.005065568
17572026-04-30T19:10:09.940Zuser 7:19.430373138
17582026-04-30T19:10:09.940Zsys 1:47.434363201
17592026-04-30T19:10:09.940Ztrap 0.231970728
17602026-04-30T19:10:09.940Ztflt 2.000932103
17612026-04-30T19:10:09.940Zdflt 2.418159725
17622026-04-30T19:10:09.940Zkflt 0.069981848
17632026-04-30T19:10:09.940Zlock 22:41.235655971
17642026-04-30T19:10:09.940Zslp 19:29.527980889
17652026-04-30T19:10:09.940Zlat 25.496385135
17662026-04-30T19:10:09.940Zstop 3:05.184607644
17672026-04-30T19:10:09.940Z+ ptime -m cargo xtask download softnpu
17682026-04-30T19:10:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17692026-04-30T19:10:10.496Z Running `target/debug/xtask download softnpu`
17702026-04-30T19:10:11.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17712026-04-30T19:10:11.335Z Running `target/debug/xtask-downloader softnpu`
17722026-04-30T19:10:11.376ZApr 30 19:10:10.615 INFO Starting download, target: Softnpu
17732026-04-30T19:10:11.379ZApr 30 19:10:10.616 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-04-30T19:10:12.029ZApr 30 19:10:11.269 INFO Download complete, target: Softnpu
17752026-04-30T19:10:12.033Z
17762026-04-30T19:10:12.037Zreal 2.089947647
17772026-04-30T19:10:12.037Zuser 1.359907945
17782026-04-30T19:10:12.037Zsys 0.663460848
17792026-04-30T19:10:12.037Ztrap 0.000513131
17802026-04-30T19:10:12.037Ztflt 0.000108443
17812026-04-30T19:10:12.037Zdflt 0.000171725
17822026-04-30T19:10:12.037Zkflt 0.000000000
17832026-04-30T19:10:12.037Zlock 11.924721400
17842026-04-30T19:10:12.037Zslp 0.480128185
17852026-04-30T19:10:12.037Zlat 0.083160689
17862026-04-30T19:10:12.037Zstop 0.000168378
17872026-04-30T19:10:12.037Z+ export CARGO_INCREMENTAL=0
17882026-04-30T19:10:12.037Z+ CARGO_INCREMENTAL=0
17892026-04-30T19:10:12.037Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-04-30T19:10:12.948Z Compiling proc-macro2 v1.0.106
17912026-04-30T19:10:12.948Z Compiling quote v1.0.45
17922026-04-30T19:10:12.948Z Compiling unicode-ident v1.0.24
17932026-04-30T19:10:12.955Z Compiling libc v0.2.185
17942026-04-30T19:10:12.955Z Compiling serde_core v1.0.228
17952026-04-30T19:10:12.955Z Compiling serde v1.0.228
17962026-04-30T19:10:12.955Z Compiling cfg-if v1.0.4
17972026-04-30T19:10:12.955Z Compiling version_check v0.9.5
17982026-04-30T19:10:12.955Z Compiling shlex v1.3.0
17992026-04-30T19:10:12.955Z Compiling find-msvc-tools v0.1.9
18002026-04-30T19:10:13.093Z Compiling typenum v1.19.0
18012026-04-30T19:10:13.096Z Compiling autocfg v1.5.0
18022026-04-30T19:10:13.096Z Compiling zmij v1.0.21
18032026-04-30T19:10:13.096Z Compiling memchr v2.8.0
18042026-04-30T19:10:13.096Z Compiling serde_json v1.0.149
18052026-04-30T19:10:13.250Z Compiling portable-atomic v1.13.1
18062026-04-30T19:10:13.363Z Compiling zerocopy v0.8.40
18072026-04-30T19:10:13.383Z Compiling libm v0.2.16
18082026-04-30T19:10:13.600Z Compiling generic-array v0.14.7
18092026-04-30T19:10:13.603Z Compiling smallvec v1.15.1
18102026-04-30T19:10:13.666Z Compiling parking_lot_core v0.9.12
18112026-04-30T19:10:13.680Z Compiling num-traits v0.2.19
18122026-04-30T19:10:13.683Z Compiling icu_normalizer_data v2.1.1
18132026-04-30T19:10:13.683Z Compiling icu_properties_data v2.1.2
18142026-04-30T19:10:13.751Z Compiling itoa v1.0.17
18152026-04-30T19:10:13.767Z Compiling getrandom v0.4.1
18162026-04-30T19:10:13.771Z Compiling log v0.4.29
18172026-04-30T19:10:13.903Z Compiling stable_deref_trait v1.2.1
18182026-04-30T19:10:13.924Z Compiling pkg-config v0.3.32
18192026-04-30T19:10:13.961Z Compiling subtle v2.6.1
18202026-04-30T19:10:14.060Z Compiling jobserver v0.1.34
18212026-04-30T19:10:14.063Z Compiling getrandom v0.2.17
18222026-04-30T19:10:14.078Z Compiling scopeguard v1.2.0
18232026-04-30T19:10:14.149Z Compiling errno v0.3.14
18242026-04-30T19:10:14.219Z Compiling lock_api v0.4.14
18252026-04-30T19:10:14.253Z Compiling rand_core v0.6.4
18262026-04-30T19:10:14.334Z Compiling cc v1.2.56
18272026-04-30T19:10:14.426Z Compiling percent-encoding v2.3.2
18282026-04-30T19:10:14.450Z Compiling syn v2.0.117
18292026-04-30T19:10:14.467Z Compiling litemap v0.8.1
18302026-04-30T19:10:14.492Z Compiling writeable v0.6.2
18312026-04-30T19:10:14.510Z Compiling thiserror v2.0.18
18322026-04-30T19:10:14.543Z Compiling pin-project-lite v0.2.17
18332026-04-30T19:10:14.593Z Compiling fnv v1.0.7
18342026-04-30T19:10:14.695Z Compiling getrandom v0.3.4
18352026-04-30T19:10:14.746Z Compiling critical-section v1.2.0
18362026-04-30T19:10:14.849Z Compiling rustversion v1.0.22
18372026-04-30T19:10:14.899Z Compiling schemars v0.8.22
18382026-04-30T19:10:14.908Z Compiling equivalent v1.0.2
18392026-04-30T19:10:14.908Z Compiling rand_core v0.10.0
18402026-04-30T19:10:14.908Z Compiling fs_extra v1.3.0
18412026-04-30T19:10:15.029Z Compiling utf8_iter v1.0.4
18422026-04-30T19:10:15.066Z Compiling cmake v0.1.57
18432026-04-30T19:10:15.116Z Compiling dunce v1.0.5
18442026-04-30T19:10:15.152Z Compiling form_urlencoded v1.2.2
18452026-04-30T19:10:15.246Z Compiling signal-hook-registry v1.4.8
18462026-04-30T19:10:15.325Z Compiling once_cell v1.21.3
18472026-04-30T19:10:15.512Z Compiling bitflags v2.11.0
18482026-04-30T19:10:15.516Z Compiling semver v1.0.28
18492026-04-30T19:10:15.586Z Compiling const-oid v0.9.6
18502026-04-30T19:10:15.621Z Compiling hashbrown v0.17.0
18512026-04-30T19:10:15.669Z Compiling parking_lot v0.12.5
18522026-04-30T19:10:15.722Z Compiling mio v1.2.0
18532026-04-30T19:10:15.740Z Compiling ring v0.17.14
18542026-04-30T19:10:15.810Z Compiling aws-lc-sys v0.37.1
18552026-04-30T19:10:15.840Z Compiling socket2 v0.6.3
18562026-04-30T19:10:15.902Z Compiling rustix v1.1.3
18572026-04-30T19:10:15.920Z Compiling aws-lc-rs v1.16.0
18582026-04-30T19:10:15.949Z Compiling futures-core v0.3.32
18592026-04-30T19:10:15.953Z Compiling thiserror v1.0.69
18602026-04-30T19:10:16.137Z Compiling indexmap v2.14.0
18612026-04-30T19:10:16.153Z Compiling strsim v0.11.1
18622026-04-30T19:10:16.229Z Compiling byteorder v1.5.0
18632026-04-30T19:10:16.250Z Compiling httparse v1.10.1
18642026-04-30T19:10:16.270Z Compiling ucd-trie v0.1.7
18652026-04-30T19:10:16.451Z Compiling pest v2.8.6
18662026-04-30T19:10:16.469Z Compiling heck v0.5.0
18672026-04-30T19:10:16.487Z Compiling vcpkg v0.2.15
18682026-04-30T19:10:16.487Z Compiling syn v1.0.109
18692026-04-30T19:10:16.526Z Compiling iana-time-zone v0.1.65
18702026-04-30T19:10:16.607Z Compiling ident_case v1.0.1
18712026-04-30T19:10:16.628Z Compiling uuid v1.23.0
18722026-04-30T19:10:16.674Z Compiling cpufeatures v0.2.17
18732026-04-30T19:10:16.713Z Compiling regex-syntax v0.8.10
18742026-04-30T19:10:16.888Z Compiling rustc_version v0.4.1
18752026-04-30T19:10:16.991Z Compiling rustls v0.23.37
18762026-04-30T19:10:17.026Z Compiling futures-sink v0.3.32
18772026-04-30T19:10:17.069Z Compiling openssl-sys v0.9.114
18782026-04-30T19:10:17.191Z Compiling futures-channel v0.3.32
18792026-04-30T19:10:17.253Z Compiling futures-io v0.3.32
18802026-04-30T19:10:17.272Z Compiling synstructure v0.13.2
18812026-04-30T19:10:17.275Z Compiling serde_derive_internals v0.29.1
18822026-04-30T19:10:17.306Z Compiling slab v0.4.12
18832026-04-30T19:10:17.309Z Compiling futures-task v0.3.32
18842026-04-30T19:10:17.538Z Compiling dyn-clone v1.0.20
18852026-04-30T19:10:17.541Z Compiling plain v0.2.3
18862026-04-30T19:10:17.570Z Compiling pest_meta v2.8.6
18872026-04-30T19:10:17.574Z Compiling crc32fast v1.5.0
18882026-04-30T19:10:17.719Z Compiling aho-corasick v1.1.4
18892026-04-30T19:10:17.735Z Compiling num-conv v0.2.0
18902026-04-30T19:10:17.773Z Compiling time-core v0.1.8
18912026-04-30T19:10:17.829Z Compiling crossbeam-utils v0.8.21
18922026-04-30T19:10:17.949Z Compiling pretty-hex v0.4.1
18932026-04-30T19:10:17.961Z Compiling time-macros v0.2.27
18942026-04-30T19:10:18.089Z Compiling base64 v0.22.1
18952026-04-30T19:10:18.118Z Compiling openssl v0.10.78
18962026-04-30T19:10:18.192Z Compiling pest_generator v2.8.6
18972026-04-30T19:10:18.285Z Compiling anyhow v1.0.102
18982026-04-30T19:10:18.314Z Compiling base64ct v1.8.3
18992026-04-30T19:10:18.335Z Compiling darling_core v0.21.3
19002026-04-30T19:10:18.352Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19012026-04-30T19:10:18.400Z Compiling native-tls v0.2.18
19022026-04-30T19:10:18.559Z Compiling regex-automata v0.4.14
19032026-04-30T19:10:18.580Z Compiling serde_derive v1.0.228
19042026-04-30T19:10:18.608Z Compiling zeroize_derive v1.4.3
19052026-04-30T19:10:18.627Z Compiling zerofrom-derive v0.1.6
19062026-04-30T19:10:18.631Z Compiling yoke-derive v0.8.1
19072026-04-30T19:10:18.631Z Compiling zerovec-derive v0.11.2
19082026-04-30T19:10:18.678Z Compiling displaydoc v0.2.5
19092026-04-30T19:10:18.753Z Compiling zerocopy-derive v0.8.40
19102026-04-30T19:10:18.877Z Compiling tokio-macros v2.7.0
19112026-04-30T19:10:18.894Z Compiling futures-macro v0.3.32
19122026-04-30T19:10:18.942Z Compiling thiserror-impl v2.0.18
19132026-04-30T19:10:18.959Z Compiling schemars_derive v0.8.22
19142026-04-30T19:10:19.159Z Compiling der_derive v0.7.3
19152026-04-30T19:10:19.235Z Compiling zeroize v1.8.2
19162026-04-30T19:10:19.608Z Compiling tracing-attributes v0.1.31
19172026-04-30T19:10:19.625Z Compiling thiserror-impl v1.0.69
19182026-04-30T19:10:19.693Z Compiling pest_derive v2.8.6
19192026-04-30T19:10:19.739Z Compiling futures-util v0.3.32
19202026-04-30T19:10:19.771Z Compiling zerofrom v0.1.6
19212026-04-30T19:10:19.924Z Compiling yoke v0.8.1
19222026-04-30T19:10:20.092Z Compiling crypto-common v0.1.7
19232026-04-30T19:10:20.112Z Compiling zerovec v0.11.5
19242026-04-30T19:10:20.132Z Compiling zerotrie v0.2.3
19252026-04-30T19:10:20.188Z Compiling block-buffer v0.10.4
19262026-04-30T19:10:20.370Z Compiling digest v0.10.7
19272026-04-30T19:10:20.397Z Compiling block-padding v0.3.3
19282026-04-30T19:10:20.599Z Compiling hmac v0.12.1
19292026-04-30T19:10:20.615Z Compiling inout v0.1.4
19302026-04-30T19:10:20.652Z Compiling tinystr v0.8.2
19312026-04-30T19:10:20.728Z Compiling potential_utf v0.1.4
19322026-04-30T19:10:20.746Z Compiling cipher v0.4.4
19332026-04-30T19:10:20.765Z Compiling sha2 v0.10.9
19342026-04-30T19:10:20.779Z Compiling rustls-pki-types v1.14.0
19352026-04-30T19:10:20.793Z Compiling scroll_derive v0.12.1
19362026-04-30T19:10:20.807Z Compiling scroll_derive v0.13.1
19372026-04-30T19:10:20.894Z Compiling icu_locale_core v2.1.1
19382026-04-30T19:10:20.911Z Compiling icu_collections v2.1.1
19392026-04-30T19:10:21.147Z Compiling openssl-macros v0.1.1
19402026-04-30T19:10:21.205Z Compiling pem-rfc7468 v0.7.0
19412026-04-30T19:10:21.503Z Compiling flagset v0.4.7
19422026-04-30T19:10:21.593Z Compiling icu_provider v2.1.1
19432026-04-30T19:10:21.625Z Compiling der v0.7.10
19442026-04-30T19:10:21.660Z Compiling regex v1.12.3
19452026-04-30T19:10:21.677Z Compiling darling_macro v0.21.3
19462026-04-30T19:10:21.834Z Compiling bytes v1.11.1
19472026-04-30T19:10:21.854Z Compiling chrono v0.4.44
19482026-04-30T19:10:21.890Z Compiling icu_normalizer v2.1.1
19492026-04-30T19:10:22.031Z Compiling icu_properties v2.1.2
19502026-04-30T19:10:22.114Z Compiling serde_tokenstream v0.2.3
19512026-04-30T19:10:22.201Z Compiling zerocopy-derive v0.7.35
19522026-04-30T19:10:22.334Z Compiling rand_core v0.9.5
19532026-04-30T19:10:22.414Z Compiling tokio v1.52.1
19542026-04-30T19:10:22.577Z Compiling http v1.4.0
19552026-04-30T19:10:22.862Z Compiling slog v2.8.2
19562026-04-30T19:10:22.975Z Compiling idna_adapter v1.2.1
19572026-04-30T19:10:23.033Z Compiling tracing-core v0.1.36
19582026-04-30T19:10:23.099Z Compiling ppv-lite86 v0.2.21
19592026-04-30T19:10:23.151Z Compiling idna v1.1.0
19602026-04-30T19:10:23.439Z Compiling untrusted v0.9.0
19612026-04-30T19:10:23.456Z Compiling tracing v0.1.44
19622026-04-30T19:10:23.566Z Compiling url v2.5.8
19632026-04-30T19:10:23.627Z Compiling spki v0.7.3
19642026-04-30T19:10:23.659Z Compiling darling v0.21.3
19652026-04-30T19:10:23.759Z Compiling salsa20 v0.10.2
19662026-04-30T19:10:23.833Z Compiling pbkdf2 v0.12.2
19672026-04-30T19:10:24.142Z Compiling cookie v0.18.1
19682026-04-30T19:10:24.356Z Compiling camino v1.2.2
19692026-04-30T19:10:24.527Z Compiling scrypt v0.11.0
19702026-04-30T19:10:24.542Z Compiling rand_chacha v0.9.0
19712026-04-30T19:10:24.626Z Compiling cbc v0.1.2
19722026-04-30T19:10:24.673Z Compiling aes v0.8.4
19732026-04-30T19:10:25.155Z Compiling usdt-impl v0.5.0
19742026-04-30T19:10:25.212Z Compiling usdt-impl v0.6.0
19752026-04-30T19:10:25.248Z Compiling paste v1.0.15
19762026-04-30T19:10:25.270Z Compiling winnow v0.7.14
19772026-04-30T19:10:25.390Z Compiling ref-cast v1.0.25
19782026-04-30T19:10:25.407Z Compiling either v1.15.0
19792026-04-30T19:10:25.597Z Compiling pkcs5 v0.7.1
19802026-04-30T19:10:25.643Z Compiling rand v0.9.2
19812026-04-30T19:10:25.698Z Compiling http-body v1.0.1
19822026-04-30T19:10:25.876Z Compiling serde_spanned v0.6.9
19832026-04-30T19:10:25.968Z Compiling toml_datetime v0.6.11
19842026-04-30T19:10:26.028Z Compiling scroll v0.13.0
19852026-04-30T19:10:26.047Z Compiling scroll v0.12.0
19862026-04-30T19:10:26.083Z Compiling heapless v0.7.17
19872026-04-30T19:10:26.184Z Compiling tokio-util v0.7.18
19882026-04-30T19:10:26.227Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-04-30T19:10:26.314Z Compiling openssl-probe v0.2.1
19902026-04-30T19:10:26.342Z Compiling zstd-safe v7.2.4
19912026-04-30T19:10:26.359Z Compiling untrusted v0.7.1
19922026-04-30T19:10:26.392Z Compiling signal-hook v0.3.18
19932026-04-30T19:10:26.499Z Compiling atomic-waker v1.1.2
19942026-04-30T19:10:26.541Z Compiling goblin v0.8.2
19952026-04-30T19:10:26.602Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-04-30T19:10:26.679Z Compiling goblin v0.10.5
19972026-04-30T19:10:26.807Z Compiling pkcs8 v0.10.2
19982026-04-30T19:10:27.154Z Compiling zerocopy v0.7.35
19992026-04-30T19:10:27.219Z Compiling ref-cast-impl v1.0.25
20002026-04-30T19:10:27.244Z Compiling darling_core v0.20.11
20012026-04-30T19:10:27.358Z Compiling curve25519-dalek v4.1.3
20022026-04-30T19:10:27.597Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-04-30T19:10:27.636Z Compiling memoffset v0.9.1
20042026-04-30T19:10:27.727Z Compiling try-lock v0.2.5
20052026-04-30T19:10:27.865Z Compiling fastrand v2.3.0
20062026-04-30T19:10:27.882Z Compiling winnow v0.5.40
20072026-04-30T19:10:27.897Z Compiling tower-layer v0.3.3
20082026-04-30T19:10:27.935Z Compiling tower-service v0.3.3
20092026-04-30T19:10:28.239Z Compiling rustix v0.38.44
20102026-04-30T19:10:28.397Z Compiling litrs v1.0.0
20112026-04-30T19:10:28.490Z Compiling tinyvec_macros v0.1.1
20122026-04-30T19:10:28.581Z Compiling tinyvec v1.10.0
20132026-04-30T19:10:28.674Z Compiling want v0.3.1
20142026-04-30T19:10:28.855Z Compiling dof v0.3.0
20152026-04-30T19:10:28.889Z Compiling document-features v0.2.12
20162026-04-30T19:10:28.957Z Compiling h2 v0.4.13
20172026-04-30T19:10:29.274Z Compiling darling_macro v0.20.11
20182026-04-30T19:10:29.353Z Compiling toml_edit v0.19.15
20192026-04-30T19:10:29.485Z Compiling dof v0.4.0
20202026-04-30T19:10:29.615Z Compiling dtrace-parser v0.2.0
20212026-04-30T19:10:29.724Z Compiling dtrace-parser v0.3.0
20222026-04-30T19:10:29.826Z Compiling ipnet v2.11.0
20232026-04-30T19:10:30.113Z Compiling daft-derive v0.1.5
20242026-04-30T19:10:30.151Z Compiling async-trait v0.1.89
20252026-04-30T19:10:30.247Z Compiling spin v0.9.8
20262026-04-30T19:10:30.316Z Compiling thread-id v5.1.0
20272026-04-30T19:10:30.339Z Compiling thread-id v4.2.2
20282026-04-30T19:10:30.420Z Compiling httpdate v1.0.3
20292026-04-30T19:10:30.442Z Compiling pin-utils v0.1.0
20302026-04-30T19:10:30.516Z Compiling foreign-types-shared v0.1.1
20312026-04-30T19:10:30.545Z Compiling powerfmt v0.2.0
20322026-04-30T19:10:30.581Z Compiling smoltcp v0.9.1
20332026-04-30T19:10:30.624Z Compiling num-bigint-dig v0.8.6
20342026-04-30T19:10:30.739Z Compiling cfg_aliases v0.2.1
20352026-04-30T19:10:30.813Z Compiling deranged v0.5.8
20362026-04-30T19:10:30.835Z Compiling nix v0.31.2
20372026-04-30T19:10:30.853Z Compiling foreign-types v0.3.2
20382026-04-30T19:10:30.915Z Compiling tempfile v3.25.0
20392026-04-30T19:10:31.098Z Compiling darling v0.20.11
20402026-04-30T19:10:31.248Z Compiling ipnetwork v0.21.1
20412026-04-30T19:10:31.482Z Compiling curve25519-dalek-derive v0.1.1
20422026-04-30T19:10:31.590Z Compiling strum_macros v0.26.4
20432026-04-30T19:10:31.700Z Compiling wait-timeout v0.2.1
20442026-04-30T19:10:31.767Z Compiling bit-vec v0.8.0
20452026-04-30T19:10:31.816Z Compiling siphasher v1.0.2
20462026-04-30T19:10:31.957Z Compiling anstyle v1.0.13
20472026-04-30T19:10:32.028Z Compiling hyper v1.8.1
20482026-04-30T19:10:32.046Z Compiling utf8parse v0.2.2
20492026-04-30T19:10:32.233Z Compiling simd-adler32 v0.3.8
20502026-04-30T19:10:32.290Z Compiling quick-error v1.2.3
20512026-04-30T19:10:32.330Z Compiling num_threads v0.1.7
20522026-04-30T19:10:32.385Z Compiling rusty-fork v0.3.1
20532026-04-30T19:10:32.453Z Compiling time v0.3.47
20542026-04-30T19:10:32.534Z Compiling anstyle-parse v0.2.7
20552026-04-30T19:10:32.696Z Compiling bit-set v0.8.0
20562026-04-30T19:10:32.909Z Compiling derive_builder_core v0.20.2
20572026-04-30T19:10:32.928Z Compiling unicode-normalization v0.1.25
20582026-04-30T19:10:33.430Z Compiling hyper-util v0.1.20
20592026-04-30T19:10:33.571Z Compiling rustls-native-certs v0.8.3
20602026-04-30T19:10:33.756Z Compiling rand_xorshift v0.4.0
20612026-04-30T19:10:33.841Z Compiling signature v2.2.0
20622026-04-30T19:10:33.926Z Compiling hubpack_derive v0.1.1
20632026-04-30T19:10:34.011Z Compiling strum_macros v0.27.2
20642026-04-30T19:10:34.182Z Compiling sync_wrapper v1.0.2
20652026-04-30T19:10:34.288Z Compiling fs-err v3.3.0
20662026-04-30T19:10:34.314Z Compiling ahash v0.8.12
20672026-04-30T19:10:34.416Z Compiling is_terminal_polyfill v1.70.2
20682026-04-30T19:10:34.515Z Compiling unicode-bidi v0.3.18
20692026-04-30T19:10:34.566Z Compiling unicode-properties v0.1.4
20702026-04-30T19:10:34.582Z Compiling colorchoice v1.0.4
20712026-04-30T19:10:34.689Z Compiling allocator-api2 v0.2.21
20722026-04-30T19:10:34.720Z Compiling unarray v0.1.4
20732026-04-30T19:10:34.803Z Compiling anstyle-query v1.1.5
20742026-04-30T19:10:34.850Z Compiling object v0.37.3
20752026-04-30T19:10:34.871Z Compiling unicode-segmentation v1.12.0
20762026-04-30T19:10:35.016Z Compiling adler2 v2.0.1
20772026-04-30T19:10:35.057Z Compiling anstream v0.6.21
20782026-04-30T19:10:35.149Z Compiling miniz_oxide v0.8.9
20792026-04-30T19:10:35.182Z Compiling stringprep v0.1.5
20802026-04-30T19:10:35.277Z Compiling proptest v1.10.0
20812026-04-30T19:10:35.476Z Compiling tower v0.5.3
20822026-04-30T19:10:35.564Z Compiling derive_builder_macro v0.20.2
20832026-04-30T19:10:35.712Z Compiling usdt-attr-macro v0.6.0
20842026-04-30T19:10:35.804Z Compiling usdt-macro v0.6.0
20852026-04-30T19:10:36.270Z Compiling http-body-util v0.1.3
20862026-04-30T19:10:36.336Z Compiling webpki-roots v1.0.6
20872026-04-30T19:10:36.537Z Compiling rand_chacha v0.3.1
20882026-04-30T19:10:36.569Z Compiling erased-serde v0.3.31
20892026-04-30T19:10:36.572Z Compiling md-5 v0.10.6
20902026-04-30T19:10:36.755Z Compiling num-integer v0.1.46
20912026-04-30T19:10:36.788Z Compiling hash32 v0.2.1
20922026-04-30T19:10:36.837Z Compiling vergen-lib v0.1.6
20932026-04-30T19:10:36.853Z Compiling ff v0.13.1
20942026-04-30T19:10:36.888Z Compiling iri-string v0.7.10
20952026-04-30T19:10:36.957Z Compiling zlib-rs v0.6.2
20962026-04-30T19:10:37.002Z Compiling psl-types v2.0.11
20972026-04-30T19:10:37.020Z Compiling base16ct v0.2.0
20982026-04-30T19:10:37.057Z Compiling fallible-iterator v0.2.0
20992026-04-30T19:10:37.079Z Compiling ryu v1.0.23
21002026-04-30T19:10:37.188Z Compiling sec1 v0.7.3
21012026-04-30T19:10:37.206Z Compiling publicsuffix v2.3.0
21022026-04-30T19:10:37.252Z Compiling serde_urlencoded v0.7.1
21032026-04-30T19:10:37.311Z Compiling newtype-uuid v1.3.2
21042026-04-30T19:10:37.410Z Compiling postgres-protocol v0.6.10
21052026-04-30T19:10:37.426Z Compiling num-iter v0.1.45
21062026-04-30T19:10:37.491Z Compiling group v0.13.0
21072026-04-30T19:10:37.691Z Compiling rand v0.8.5
21082026-04-30T19:10:37.972Z Compiling oxnet v0.1.4
21092026-04-30T19:10:38.000Z Compiling derive_builder v0.20.2
21102026-04-30T19:10:38.108Z Compiling tower-http v0.6.8
21112026-04-30T19:10:38.140Z Compiling tokio-native-tls v0.3.1
21122026-04-30T19:10:38.161Z Compiling heck v0.4.1
21132026-04-30T19:10:38.188Z Compiling phf_shared v0.13.1
21142026-04-30T19:10:38.283Z Compiling lazy_static v1.5.0
21152026-04-30T19:10:38.378Z Compiling terminal_size v0.4.3
21162026-04-30T19:10:38.381Z Compiling serde_with_macros v3.17.0
21172026-04-30T19:10:38.415Z Compiling cargo-platform v0.1.9
21182026-04-30T19:10:38.467Z Compiling hkdf v0.12.4
21192026-04-30T19:10:38.471Z Compiling crypto-bigint v0.5.5
21202026-04-30T19:10:38.471Z Compiling enum-as-inner v0.6.1
21212026-04-30T19:10:38.542Z Compiling clap_derive v4.5.55
21222026-04-30T19:10:38.562Z Compiling serde_repr v0.1.20
21232026-04-30T19:10:38.631Z Compiling vergen v9.0.6
21242026-04-30T19:10:38.693Z Compiling bitflags v1.3.2
21252026-04-30T19:10:38.759Z Compiling libbz2-rs-sys v0.2.2
21262026-04-30T19:10:38.775Z Compiling foldhash v0.1.5
21272026-04-30T19:10:38.793Z Compiling foldhash v0.2.0
21282026-04-30T19:10:38.796Z Compiling bumpalo v3.20.2
21292026-04-30T19:10:38.849Z Compiling clap_lex v1.0.0
21302026-04-30T19:10:39.026Z Compiling managed v0.8.0
21312026-04-30T19:10:39.081Z Compiling flate2 v1.1.9
21322026-04-30T19:10:39.182Z Compiling bzip2 v0.6.1
21332026-04-30T19:10:39.313Z Compiling clap_builder v4.5.60
21342026-04-30T19:10:39.365Z Compiling zopfli v0.8.3
21352026-04-30T19:10:39.381Z Compiling elliptic-curve v0.13.8
21362026-04-30T19:10:39.399Z Compiling hashbrown v0.16.1
21372026-04-30T19:10:39.415Z Compiling hashbrown v0.15.5
21382026-04-30T19:10:39.744Z Compiling cargo_metadata v0.19.2
21392026-04-30T19:10:40.019Z Compiling phf v0.13.1
21402026-04-30T19:10:40.069Z Compiling hyper-tls v0.6.0
21412026-04-30T19:10:40.116Z Compiling daft v0.1.5
21422026-04-30T19:10:40.132Z Compiling signal-hook-mio v0.2.5
21432026-04-30T19:10:40.205Z Compiling zstd v0.13.3
21442026-04-30T19:10:40.277Z Compiling cookie_store v0.22.1
21452026-04-30T19:10:40.412Z Compiling postgres-types v0.2.12
21462026-04-30T19:10:40.482Z Compiling bzip2 v0.4.4
21472026-04-30T19:10:40.505Z Compiling strum v0.27.2
21482026-04-30T19:10:40.763Z Compiling hubpack v0.1.2
21492026-04-30T19:10:40.850Z Compiling ed25519 v2.2.3
21502026-04-30T19:10:40.884Z Compiling phf_shared v0.11.3
21512026-04-30T19:10:40.962Z Compiling crossbeam-epoch v0.9.18
21522026-04-30T19:10:41.001Z Compiling pkcs1 v0.7.5
21532026-04-30T19:10:41.104Z Compiling serde-big-array v0.5.1
21542026-04-30T19:10:41.123Z Compiling hex v0.4.3
21552026-04-30T19:10:41.329Z Compiling bstr v1.12.1
21562026-04-30T19:10:41.400Z Compiling rfc6979 v0.4.0
21572026-04-30T19:10:41.421Z Compiling float-cmp v0.10.0
21582026-04-30T19:10:41.443Z Compiling memmap2 v0.9.10
21592026-04-30T19:10:41.471Z Compiling env_filter v1.0.0
21602026-04-30T19:10:41.537Z Compiling encoding_rs v0.8.35
21612026-04-30T19:10:41.554Z Compiling predicates-core v1.0.10
21622026-04-30T19:10:41.593Z Compiling toml_write v0.1.2
21632026-04-30T19:10:41.596Z Compiling whoami v2.1.0
21642026-04-30T19:10:41.656Z Compiling fixedbitset v0.5.7
21652026-04-30T19:10:41.676Z Compiling jiff v0.2.21
21662026-04-30T19:10:41.749Z Compiling mime v0.3.17
21672026-04-30T19:10:41.767Z Compiling fixedbitset v0.4.2
21682026-04-30T19:10:41.822Z Compiling new_debug_unreachable v1.0.6
21692026-04-30T19:10:41.842Z Compiling keccak v0.1.6
21702026-04-30T19:10:41.936Z Compiling static_assertions v1.1.0
21712026-04-30T19:10:41.960Z Compiling precomputed-hash v0.1.1
21722026-04-30T19:10:41.996Z Compiling normalize-line-endings v0.3.0
21732026-04-30T19:10:42.016Z Compiling rustc-hash v2.1.1
21742026-04-30T19:10:42.033Z Compiling data-encoding v2.10.0
21752026-04-30T19:10:42.065Z Compiling difflib v0.4.0
21762026-04-30T19:10:42.065Z Compiling string_cache v0.8.9
21772026-04-30T19:10:42.152Z Compiling iddqd v0.3.18
21782026-04-30T19:10:42.188Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21792026-04-30T19:10:42.358Z Compiling predicates v3.1.4
21802026-04-30T19:10:42.566Z Compiling hickory-proto v0.25.2
21812026-04-30T19:10:42.628Z Compiling sha3 v0.10.8
21822026-04-30T19:10:42.798Z Compiling petgraph v0.6.5
21832026-04-30T19:10:42.903Z Compiling petgraph v0.8.3
21842026-04-30T19:10:42.927Z Compiling tokio-postgres v0.7.16
21852026-04-30T19:10:42.970Z Compiling toml_edit v0.22.27
21862026-04-30T19:10:43.336Z Compiling similar v2.7.0
21872026-04-30T19:10:43.387Z Compiling env_logger v0.11.9
21882026-04-30T19:10:43.727Z Compiling usdt v0.6.0
21892026-04-30T19:10:44.006Z Compiling ecdsa v0.16.9
21902026-04-30T19:10:44.421Z Compiling zip v4.6.1
21912026-04-30T19:10:44.471Z Compiling serde_with v3.17.0
21922026-04-30T19:10:44.836Z Compiling rsa v0.9.10
21932026-04-30T19:10:45.025Z Compiling ed25519-dalek v2.2.0
21942026-04-30T19:10:45.333Z Compiling crossterm v0.28.1
21952026-04-30T19:10:45.350Z Compiling clap v4.5.60
21962026-04-30T19:10:45.504Z Compiling zip v0.6.6
21972026-04-30T19:10:45.921Z Compiling strum v0.26.3
21982026-04-30T19:10:46.055Z Compiling toml v0.7.8
21992026-04-30T19:10:46.073Z Compiling tokio-stream v0.1.18
22002026-04-30T19:10:46.089Z Compiling buf-list v1.1.2
22012026-04-30T19:10:46.185Z Compiling itertools v0.13.0
22022026-04-30T19:10:46.355Z Compiling x509-cert v0.2.5
22032026-04-30T19:10:46.398Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22042026-04-30T19:10:46.562Z Compiling openapiv3 v2.2.0
22052026-04-30T19:10:46.717Z Compiling sha1 v0.10.6
22062026-04-30T19:10:47.100Z Compiling lalrpop-util v0.19.12
22072026-04-30T19:10:47.228Z Compiling peg-runtime v0.8.5
22082026-04-30T19:11:03.443Z Compiling macaddr v1.0.1
22092026-04-30T19:11:03.589Z Compiling structmeta-derive v0.3.0
22102026-04-30T19:11:03.632Z Compiling rayon-core v1.13.0
22112026-04-30T19:11:03.751Z Compiling crucible-workspace-hack v0.1.0
22122026-04-30T19:11:03.868Z Compiling itertools v0.14.0
22132026-04-30T19:11:03.975Z Compiling secrecy v0.10.3
22142026-04-30T19:11:03.998Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-30T19:11:04.061Z Compiling heapless v0.8.0
22162026-04-30T19:11:04.242Z Compiling rustls v0.22.4
22172026-04-30T19:11:04.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-30T19:11:04.544Z Compiling crossbeam-deque v0.8.6
22192026-04-30T19:11:04.562Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-04-30T19:11:04.579Z Compiling structmeta v0.3.0
22212026-04-30T19:11:04.609Z Compiling rustls-webpki v0.102.8
22222026-04-30T19:11:04.637Z Compiling futures-executor v0.3.32
22232026-04-30T19:11:04.746Z Compiling hash32 v0.3.1
22242026-04-30T19:11:04.798Z Compiling multer v3.1.0
22252026-04-30T19:11:04.815Z Compiling thread_local v1.1.9
22262026-04-30T19:11:04.933Z Compiling match_cfg v0.1.0
22272026-04-30T19:11:05.024Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-04-30T19:11:05.041Z Compiling smoltcp v0.11.0
22292026-04-30T19:11:05.045Z Compiling slog-async v2.8.0
22302026-04-30T19:11:05.045Z Compiling unicode-width v0.2.0
22312026-04-30T19:11:05.139Z Compiling compression-core v0.4.31
22322026-04-30T19:11:05.142Z Compiling ingot-macros v0.1.1
22332026-04-30T19:11:05.182Z Compiling proc-macro-crate v3.4.0
22342026-04-30T19:11:05.284Z Compiling compression-codecs v0.4.37
22352026-04-30T19:11:05.429Z Compiling hostname v0.3.1
22362026-04-30T19:11:05.465Z Compiling derive-ex v0.1.8
22372026-04-30T19:11:05.482Z Compiling futures v0.3.32
22382026-04-30T19:11:05.583Z Compiling slog-json v2.6.1
22392026-04-30T19:11:05.625Z Compiling crossbeam-channel v0.5.15
22402026-04-30T19:11:05.643Z Compiling half v2.7.1
22412026-04-30T19:11:05.677Z Compiling newtype-uuid-macros v0.1.0
22422026-04-30T19:11:05.864Z Compiling rustls-webpki v0.103.9
22432026-04-30T19:11:05.969Z Compiling cobs v0.3.0
22442026-04-30T19:11:06.019Z Compiling thiserror-impl-no-std v2.0.2
22452026-04-30T19:11:06.038Z Compiling universal-hash v0.5.1
22462026-04-30T19:11:06.211Z Compiling async-stream-impl v0.3.6
22472026-04-30T19:11:06.271Z Compiling serde_spanned v1.0.4
22482026-04-30T19:11:06.350Z Compiling toml_datetime v1.0.0+spec-1.1.0
22492026-04-30T19:11:06.462Z Compiling is-terminal v0.4.17
22502026-04-30T19:11:06.479Z Compiling proc-macro-error-attr v1.0.4
22512026-04-30T19:11:06.587Z Compiling dropshot v0.17.0
22522026-04-30T19:11:06.693Z Compiling opaque-debug v0.3.1
22532026-04-30T19:11:06.708Z Compiling take_mut v0.2.2
22542026-04-30T19:11:06.790Z Compiling convert_case v0.4.0
22552026-04-30T19:11:06.806Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-04-30T19:11:06.807Z Compiling ciborium-io v0.2.2
22572026-04-30T19:11:06.840Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-04-30T19:11:06.856Z Compiling term v1.2.1
22592026-04-30T19:11:06.970Z Compiling ciborium-ll v0.2.2
22602026-04-30T19:11:07.013Z Compiling test-strategy v0.4.5
22612026-04-30T19:11:07.042Z Compiling toml v1.0.6+spec-1.1.0
22622026-04-30T19:11:07.082Z Compiling thiserror-no-std v2.0.2
22632026-04-30T19:11:07.141Z Compiling derive_more v0.99.20
22642026-04-30T19:11:07.185Z Compiling async-stream v0.3.6
22652026-04-30T19:11:07.220Z Compiling slog-term v2.9.2
22662026-04-30T19:11:07.236Z Compiling poly1305 v0.8.0
22672026-04-30T19:11:07.413Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-04-30T19:11:07.445Z Compiling tokio-rustls v0.25.0
22692026-04-30T19:11:07.727Z Compiling postcard v1.1.3
22702026-04-30T19:11:07.777Z Compiling ingot-types v0.1.2
22712026-04-30T19:11:08.153Z Compiling slog-bunyan v2.5.0
22722026-04-30T19:11:08.265Z Compiling ingot v0.1.1
22732026-04-30T19:11:08.370Z Compiling num_enum_derive v0.7.5
22742026-04-30T19:11:08.462Z Compiling async-compression v0.4.41
22752026-04-30T19:11:08.495Z Compiling parse-display-derive v0.10.0
22762026-04-30T19:11:08.683Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-04-30T19:11:08.746Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-04-30T19:11:08.946Z Compiling proc-macro-crate v1.3.1
22792026-04-30T19:11:08.978Z Compiling backon v1.6.0
22802026-04-30T19:11:09.262Z Compiling waitgroup v0.1.2
22812026-04-30T19:11:09.320Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22822026-04-30T19:11:09.324Z Compiling password-hash v0.5.0
22832026-04-30T19:11:09.362Z Compiling dropshot_endpoint v0.17.0
22842026-04-30T19:11:09.379Z Compiling chacha20 v0.9.1
22852026-04-30T19:11:09.448Z Compiling rustls-pemfile v2.2.0
22862026-04-30T19:11:09.573Z Compiling tokio-rustls v0.26.4
22872026-04-30T19:11:09.659Z Compiling rustls-platform-verifier v0.6.2
22882026-04-30T19:11:09.716Z Compiling blake2 v0.10.6
22892026-04-30T19:11:09.758Z Compiling aead v0.5.2
22902026-04-30T19:11:09.874Z Compiling hyper-rustls v0.27.7
22912026-04-30T19:11:09.897Z Compiling foreign-types-macros v0.2.3
22922026-04-30T19:11:09.981Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22932026-04-30T19:11:09.997Z Compiling serde_path_to_error v0.1.20
22942026-04-30T19:11:10.217Z Compiling reqwest v0.12.28
22952026-04-30T19:11:10.252Z Compiling reqwest v0.13.2
22962026-04-30T19:11:10.298Z Compiling hostname v0.4.2
22972026-04-30T19:11:10.316Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-04-30T19:11:10.414Z Compiling proc-macro-error v1.0.4
22992026-04-30T19:11:10.451Z Compiling instant v0.1.13
23002026-04-30T19:11:10.474Z Compiling typeid v1.0.3
23012026-04-30T19:11:10.504Z Compiling cpufeatures v0.3.0
23022026-04-30T19:11:10.507Z Compiling debug-ignore v1.0.5
23032026-04-30T19:11:10.549Z Compiling foreign-types-shared v0.3.1
23042026-04-30T19:11:10.583Z Compiling chacha20 v0.10.0
23052026-04-30T19:11:10.620Z Compiling backoff v0.4.0
23062026-04-30T19:11:10.667Z Compiling foreign-types v0.5.0
23072026-04-30T19:11:10.671Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23082026-04-30T19:11:10.702Z Compiling parse-display v0.10.0
23092026-04-30T19:11:10.779Z Compiling argon2 v0.5.3
23102026-04-30T19:11:10.796Z Compiling chacha20poly1305 v0.10.1
23112026-04-30T19:11:10.825Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-04-30T19:11:10.876Z Compiling num_enum v0.7.5
23132026-04-30T19:11:10.915Z Compiling num_enum_derive v0.5.11
23142026-04-30T19:11:10.979Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-04-30T19:11:11.037Z Compiling vsss-rs v3.3.4
23162026-04-30T19:11:11.141Z Compiling ciborium v0.2.2
23172026-04-30T19:11:11.257Z Compiling tabwriter v1.4.1
23182026-04-30T19:11:11.419Z Compiling regress v0.10.5
23192026-04-30T19:11:11.619Z Compiling byte-wrapper v0.1.0
23202026-04-30T19:11:11.636Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-04-30T19:11:11.828Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-30T19:11:11.873Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-04-30T19:11:11.988Z Compiling cstr-argument v0.1.2
23242026-04-30T19:11:12.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23252026-04-30T19:11:12.306Z Compiling erased-serde v0.4.9
23262026-04-30T19:11:12.408Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-04-30T19:11:12.468Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-04-30T19:11:12.485Z Compiling num_enum v0.5.11
23292026-04-30T19:11:12.574Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-04-30T19:11:12.641Z Compiling rand v0.10.0
23312026-04-30T19:11:12.667Z Compiling rayon v1.11.0
23322026-04-30T19:11:12.747Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-04-30T19:11:12.842Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-04-30T19:11:12.869Z Compiling colored v3.1.1
23352026-04-30T19:11:12.926Z Compiling indent_write v2.2.0
23362026-04-30T19:11:12.978Z Compiling libefi-sys v0.1.0
23372026-04-30T19:11:13.056Z Compiling zone_cfg_derive v0.3.1
23382026-04-30T19:11:13.116Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23392026-04-30T19:11:13.216Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-04-30T19:11:13.238Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23412026-04-30T19:11:13.489Z Compiling camino-tempfile v1.4.1
23422026-04-30T19:11:13.569Z Compiling itertools v0.12.1
23432026-04-30T19:11:13.597Z Compiling usdt-attr-macro v0.5.0
23442026-04-30T19:11:13.648Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23452026-04-30T19:11:13.705Z Compiling usdt-macro v0.5.0
23462026-04-30T19:11:13.737Z Compiling bitfield-struct v0.6.2
23472026-04-30T19:11:13.781Z Compiling num-derive v0.4.2
23482026-04-30T19:11:13.918Z Compiling ordered-float v2.10.1
23492026-04-30T19:11:14.000Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23502026-04-30T19:11:14.277Z Compiling blake3 v1.8.3
23512026-04-30T19:11:14.360Z Compiling memmap v0.7.0
23522026-04-30T19:11:14.403Z Compiling sigpipe v0.1.3
23532026-04-30T19:11:14.439Z Compiling swrite v0.1.0
23542026-04-30T19:11:14.456Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-04-30T19:11:14.527Z Compiling glob v0.3.3
23562026-04-30T19:11:14.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23572026-04-30T19:11:14.623Z Compiling usdt v0.5.0
23582026-04-30T19:11:14.704Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23592026-04-30T19:11:14.721Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-04-30T19:11:14.736Z Compiling serde-value v0.7.0
23612026-04-30T19:11:14.858Z Compiling serde-untagged v0.1.9
23622026-04-30T19:11:15.043Z Compiling zone v0.3.1
23632026-04-30T19:11:15.081Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-04-30T19:11:15.272Z Compiling toml v0.8.23
23652026-04-30T19:11:15.291Z Compiling smf v0.2.3
23662026-04-30T19:11:15.391Z Compiling filetime v0.2.27
23672026-04-30T19:11:15.416Z Compiling whoami v1.6.1
23682026-04-30T19:11:15.451Z Compiling constant_time_eq v0.4.2
23692026-04-30T19:11:15.467Z Compiling arrayref v0.3.9
23702026-04-30T19:11:15.471Z Compiling same-file v1.0.6
23712026-04-30T19:11:15.568Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-04-30T19:11:15.629Z Compiling arrayvec v0.7.6
23732026-04-30T19:11:15.645Z Compiling xattr v1.6.1
23742026-04-30T19:11:15.673Z Compiling unicode-xid v0.2.6
23752026-04-30T19:11:15.689Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-04-30T19:11:15.689Z Compiling walkdir v2.5.0
23772026-04-30T19:11:15.836Z Compiling tar v0.4.45
23782026-04-30T19:11:15.900Z Compiling cargo-util-schemas v0.8.2
23792026-04-30T19:11:15.915Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-04-30T19:11:16.171Z Compiling tokio-dtrace v0.1.1
23812026-04-30T19:11:16.204Z Compiling console v0.16.2
23822026-04-30T19:11:16.390Z Compiling gethostname v0.5.0
23832026-04-30T19:11:16.440Z Compiling cargo-platform v0.2.0
23842026-04-30T19:11:16.458Z Compiling unit-prefix v0.5.2
23852026-04-30T19:11:16.530Z Compiling topological-sort v0.2.2
23862026-04-30T19:11:16.549Z Compiling oxide-tokio-rt v0.1.4
23872026-04-30T19:11:16.608Z Compiling shell-words v1.1.1
23882026-04-30T19:11:16.655Z Compiling indicatif v0.18.4
23892026-04-30T19:11:16.724Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-04-30T19:11:17.164Z Compiling cargo_metadata v0.21.0
23912026-04-30T19:11:25.981Z Compiling progenitor-client v0.14.0
23922026-04-30T19:11:26.031Z Compiling progenitor-client v0.10.0
23932026-04-30T19:11:26.031Z Compiling omicron-zone-package v0.12.2
23942026-04-30T19:11:26.130Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-04-30T19:11:26.157Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-04-30T19:11:26.176Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-04-30T19:11:26.455Z Compiling progenitor-extras v0.2.0
23982026-04-30T19:11:26.477Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-04-30T19:11:26.527Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-04-30T19:11:26.601Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-04-30T19:11:26.719Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-04-30T19:11:26.946Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24032026-04-30T19:11:27.072Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-04-30T19:11:31.335Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24052026-04-30T19:11:38.742Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-04-30T19:11:41.840Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24072026-04-30T19:11:42.843Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24082026-04-30T19:11:52.075Z Finished `release` profile [optimized] target(s) in 1m 40s
24092026-04-30T19:11:52.233Z Running `target/release/omicron-package -t test target create -p dev`
24102026-04-30T19:11:52.298ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-04-30T19:11:52.301ZCreated new build target 'test' and set it as active
24122026-04-30T19:11:52.305Z
24132026-04-30T19:11:52.305Zreal 1:40.252032126
24142026-04-30T19:11:52.305Zuser 16:26.675262951
24152026-04-30T19:11:52.305Zsys 2:40.118126097
24162026-04-30T19:11:52.305Ztrap 0.443807624
24172026-04-30T19:11:52.305Ztflt 2.877374494
24182026-04-30T19:11:52.305Zdflt 3.957465222
24192026-04-30T19:11:52.305Zkflt 0.000643588
24202026-04-30T19:11:52.305Zlock 52:02.040578901
24212026-04-30T19:11:52.305Zslp 41:55.176488248
24222026-04-30T19:11:52.305Zlat 48.183394790
24232026-04-30T19:11:52.305Zstop 5:47.543241873
24242026-04-30T19:11:52.305Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24252026-04-30T19:11:53.171Z Finished `release` profile [optimized] target(s) in 0.85s
24262026-04-30T19:11:53.242Z Running `target/release/omicron-package -t test package`
24272026-04-30T19:11:53.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282026-04-30T19:11:54.702Z Compiling heck v0.5.0
24292026-04-30T19:11:54.702Z Compiling regress v0.11.1
24302026-04-30T19:11:54.705Z Compiling unsafe-libyaml v0.2.11
24312026-04-30T19:11:54.969Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-04-30T19:11:54.996Z Compiling regress v0.10.5
24332026-04-30T19:11:55.020Z Compiling unicode-width v0.1.14
24342026-04-30T19:11:55.043Z Compiling is-terminal v0.4.17
24352026-04-30T19:11:55.062Z Compiling prettyplease v0.2.37
24362026-04-30T19:11:55.065Z Compiling bytecount v0.6.9
24372026-04-30T19:11:55.065Z Compiling rustls v0.22.4
24382026-04-30T19:11:55.065Z Compiling rustls-webpki v0.102.8
24392026-04-30T19:11:55.084Z Compiling derive-where v1.6.0
24402026-04-30T19:11:55.087Z Compiling thread_local v1.1.9
24412026-04-30T19:11:55.106Z Compiling match_cfg v0.1.0
24422026-04-30T19:11:55.110Z Compiling compression-core v0.4.31
24432026-04-30T19:11:55.240Z Compiling hostname v0.3.1
24442026-04-30T19:11:55.265Z Compiling compression-codecs v0.4.37
24452026-04-30T19:11:55.288Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-04-30T19:11:55.313Z Compiling multer v3.1.0
24472026-04-30T19:11:55.313Z Compiling slog-async v2.8.0
24482026-04-30T19:11:55.357Z Compiling crossbeam-channel v0.5.15
24492026-04-30T19:11:55.376Z Compiling slog-json v2.6.1
24502026-04-30T19:11:55.396Z Compiling futures-executor v0.3.32
24512026-04-30T19:11:55.419Z Compiling toml_datetime v1.0.0+spec-1.1.0
24522026-04-30T19:11:55.423Z Compiling serde_spanned v1.0.4
24532026-04-30T19:11:55.462Z Compiling serde_yaml v0.9.34+deprecated
24542026-04-30T19:11:55.490Z Compiling toml_writer v1.0.6+spec-1.1.0
24552026-04-30T19:11:55.593Z Compiling take_mut v0.2.2
24562026-04-30T19:11:55.615Z Compiling term v1.2.1
24572026-04-30T19:11:55.638Z Compiling futures v0.3.32
24582026-04-30T19:11:55.664Z Compiling slog-bunyan v2.5.0
24592026-04-30T19:11:55.730Z Compiling toml v1.0.6+spec-1.1.0
24602026-04-30T19:11:55.774Z Compiling async-compression v0.4.41
24612026-04-30T19:11:55.822Z Compiling dropshot v0.17.0
24622026-04-30T19:11:55.867Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-04-30T19:11:55.890Z Compiling async-stream v0.3.6
24642026-04-30T19:11:55.918Z Compiling slog-term v2.9.2
24652026-04-30T19:11:56.033Z Compiling num-rational v0.4.2
24662026-04-30T19:11:56.091Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-04-30T19:11:56.119Z Compiling progenitor-client v0.14.0
24682026-04-30T19:11:56.140Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-04-30T19:11:56.164Z Compiling waitgroup v0.1.2
24702026-04-30T19:11:56.240Z Compiling backon v1.6.0
24712026-04-30T19:11:56.322Z Compiling rustls-pemfile v2.2.0
24722026-04-30T19:11:56.344Z Compiling num-complex v0.4.6
24732026-04-30T19:11:56.369Z Compiling hostname v0.4.2
24742026-04-30T19:11:56.391Z Compiling serde_path_to_error v0.1.20
24752026-04-30T19:11:56.434Z Compiling instant v0.1.13
24762026-04-30T19:11:56.456Z Compiling typify-impl v0.6.2
24772026-04-30T19:11:56.476Z Compiling debug-ignore v1.0.5
24782026-04-30T19:11:56.529Z Compiling backoff v0.4.0
24792026-04-30T19:11:56.552Z Compiling progenitor-extras v0.2.0
24802026-04-30T19:11:56.575Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24812026-04-30T19:11:56.610Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-04-30T19:11:56.763Z Compiling num v0.4.3
24832026-04-30T19:11:56.806Z Compiling parse-display v0.10.0
24842026-04-30T19:11:56.829Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-04-30T19:11:56.853Z Compiling progenitor-client v0.13.0
24862026-04-30T19:11:56.898Z Compiling progenitor-client v0.10.0
24872026-04-30T19:11:56.898Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24882026-04-30T19:11:56.901Z Compiling macaddr v1.0.1
24892026-04-30T19:11:57.015Z Compiling float-ord v0.3.2
24902026-04-30T19:11:57.130Z Compiling console v0.15.11
24912026-04-30T19:11:57.173Z Compiling slog-dtrace v0.3.0
24922026-04-30T19:11:57.243Z Compiling newline-converter v0.3.0
24932026-04-30T19:11:57.359Z Compiling tokio-rustls v0.25.0
24942026-04-30T19:11:57.409Z Compiling atomicwrites v0.4.4
24952026-04-30T19:11:57.435Z Compiling async-recursion v1.1.1
24962026-04-30T19:11:57.508Z Compiling cancel-safe-futures v0.1.5
24972026-04-30T19:11:57.541Z Compiling owo-colors v4.3.0
24982026-04-30T19:11:57.628Z Compiling expectorate v1.2.0
24992026-04-30T19:11:57.743Z Compiling libsw-core v0.3.2
25002026-04-30T19:11:57.793Z Compiling resolv-conf v0.7.6
25012026-04-30T19:11:57.905Z Compiling libsw v3.5.0
25022026-04-30T19:11:57.971Z Compiling toml v0.8.23
25032026-04-30T19:11:58.108Z Compiling linear-map v1.2.0
25042026-04-30T19:11:58.133Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25052026-04-30T19:11:58.184Z Compiling linked-hash-map v0.5.6
25062026-04-30T19:11:58.225Z Compiling minimal-lexical v0.2.1
25072026-04-30T19:11:58.385Z Compiling lru-cache v0.1.2
25082026-04-30T19:11:58.439Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-04-30T19:11:58.462Z Compiling nom v7.1.3
25102026-04-30T19:11:58.465Z Compiling unicode-xid v0.2.6
25112026-04-30T19:11:58.465Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25122026-04-30T19:11:58.534Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25132026-04-30T19:11:58.564Z Compiling globset v0.4.18
25142026-04-30T19:11:58.567Z Compiling hickory-proto v0.24.4
25152026-04-30T19:11:58.626Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-04-30T19:11:58.671Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25172026-04-30T19:11:58.917Z Compiling convert_case v0.10.0
25182026-04-30T19:11:59.255Z Compiling derive_more-impl v2.1.1
25192026-04-30T19:11:59.411Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-04-30T19:11:59.821Z Compiling pin-project-internal v1.1.11
25212026-04-30T19:11:59.863Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25222026-04-30T19:11:59.988Z Compiling typify-macro v0.6.2
25232026-04-30T19:12:00.071Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25242026-04-30T19:12:00.325Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25252026-04-30T19:12:00.577Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25262026-04-30T19:12:00.848Z Compiling pin-project v1.1.11
25272026-04-30T19:12:01.031Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25282026-04-30T19:12:01.251Z Compiling hickory-resolver v0.24.4
25292026-04-30T19:12:01.289Z Compiling derive_more v2.1.1
25302026-04-30T19:12:01.373Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25312026-04-30T19:12:01.410Z Compiling papergrid v0.11.0
25322026-04-30T19:12:01.522Z Compiling typify v0.6.2
25332026-04-30T19:12:01.677Z Compiling progenitor-impl v0.14.0
25342026-04-30T19:12:01.725Z Compiling progenitor-impl v0.13.0
25352026-04-30T19:12:02.256Z Compiling tabled_derive v0.7.0
25362026-04-30T19:12:02.884Z Compiling qorb v0.4.1
25372026-04-30T19:12:03.166Z Compiling pem v3.0.6
25382026-04-30T19:12:03.857Z Compiling progenitor-macro v0.14.0
25392026-04-30T19:12:03.890Z Compiling snafu-derive v0.8.9
25402026-04-30T19:12:03.990Z Compiling progenitor-macro v0.13.0
25412026-04-30T19:12:04.473Z Compiling termtree v0.5.1
25422026-04-30T19:12:04.574Z Compiling tabled v0.15.0
25432026-04-30T19:12:04.678Z Compiling crossterm v0.29.0
25442026-04-30T19:12:05.552Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-04-30T19:12:06.695Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-04-30T19:12:06.804Z Compiling snafu v0.8.9
25472026-04-30T19:12:07.133Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25482026-04-30T19:12:07.385Z Compiling olpc-cjson v0.1.4
25492026-04-30T19:12:07.433Z Compiling phf_shared v0.12.1
25502026-04-30T19:12:07.594Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-04-30T19:12:07.641Z Compiling serde_plain v1.0.2
25522026-04-30T19:12:07.694Z Compiling csv-core v0.1.13
25532026-04-30T19:12:07.934Z Compiling progenitor v0.14.0
25542026-04-30T19:12:07.987Z Compiling vte v0.14.1
25552026-04-30T19:12:08.081Z Compiling progenitor v0.13.0
25562026-04-30T19:12:08.129Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-04-30T19:12:08.151Z Compiling typed-path v0.9.3
25582026-04-30T19:12:08.252Z Compiling chrono-tz v0.10.4
25592026-04-30T19:12:08.289Z Compiling highway v1.3.0
25602026-04-30T19:12:08.524Z Compiling strip-ansi-escapes v0.2.1
25612026-04-30T19:12:08.999Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25622026-04-30T19:12:09.060Z Compiling csv v1.4.0
25632026-04-30T19:12:09.086Z Compiling phf v0.12.1
25642026-04-30T19:12:09.290Z Compiling tough v0.20.0
25652026-04-30T19:12:09.481Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-04-30T19:12:09.678Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25672026-04-30T19:12:10.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682026-04-30T19:12:10.541Z Compiling const_format_proc_macros v0.2.34
25692026-04-30T19:12:11.041Z Compiling fd-lock v4.0.4
25702026-04-30T19:12:11.221Z Compiling peg-macros v0.8.5
25712026-04-30T19:12:11.603Z Compiling nu-ansi-term v0.50.3
25722026-04-30T19:12:12.198Z Compiling reedline v0.40.0
25732026-04-30T19:12:12.410Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742026-04-30T19:12:12.509Z Compiling const_format v0.2.35
25752026-04-30T19:12:12.544Z Compiling peg v0.8.5
25762026-04-30T19:12:12.630Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25772026-04-30T19:12:12.713Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25782026-04-30T19:12:13.057Z Compiling bcs v0.1.6
25792026-04-30T19:12:13.416Z Compiling semver v0.1.20
25802026-04-30T19:12:13.459Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-04-30T19:12:13.500Z Compiling humantime v2.3.0
25822026-04-30T19:12:13.713Z Compiling rustc_version v0.1.7
25832026-04-30T19:12:13.738Z Compiling smawk v0.3.2
25842026-04-30T19:12:13.936Z Compiling unicode-linebreak v0.1.5
25852026-04-30T19:12:13.957Z Compiling newtype_derive v0.1.6
25862026-04-30T19:12:14.005Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25872026-04-30T19:12:14.256Z Compiling textwrap v0.16.2
25882026-04-30T19:12:14.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-04-30T19:12:14.461Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-04-30T19:12:15.154Z Compiling dropshot-api-manager-types v0.7.1
25912026-04-30T19:12:15.217Z Compiling base64 v0.21.7
25922026-04-30T19:12:15.764Z Compiling steno v0.4.1
25932026-04-30T19:12:15.786Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25942026-04-30T19:12:15.886Z Compiling utf-8 v0.7.6
25952026-04-30T19:12:15.949Z Compiling tagptr v0.2.0
25962026-04-30T19:12:16.162Z Compiling moka v0.12.13
25972026-04-30T19:12:16.185Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-04-30T19:12:16.293Z Compiling tungstenite v0.21.0
25992026-04-30T19:12:16.361Z Compiling radium v0.7.0
26002026-04-30T19:12:16.508Z Compiling maybe-uninit v2.0.0
26012026-04-30T19:12:16.705Z Compiling tap v1.0.1
26022026-04-30T19:12:16.859Z Compiling wyz v0.5.1
26032026-04-30T19:12:16.877Z Compiling zerocopy-derive v0.6.6
26042026-04-30T19:12:17.037Z Compiling tokio-tungstenite v0.21.0
26052026-04-30T19:12:17.106Z Compiling crc-catalog v2.4.0
26062026-04-30T19:12:17.208Z Compiling packed_struct v0.10.1
26072026-04-30T19:12:17.292Z Compiling hickory-resolver v0.25.2
26082026-04-30T19:12:17.400Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26092026-04-30T19:12:17.450Z Compiling display-error-chain v0.2.2
26102026-04-30T19:12:17.479Z Compiling funty v2.0.0
26112026-04-30T19:12:17.677Z Compiling crc v3.4.0
26122026-04-30T19:12:17.701Z Compiling zerocopy v0.6.6
26132026-04-30T19:12:17.912Z Compiling bitvec v1.0.1
26142026-04-30T19:12:18.024Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26152026-04-30T19:12:18.111Z Compiling packed_struct_codegen v0.10.1
26162026-04-30T19:12:18.452Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-04-30T19:12:18.518Z Compiling num-derive v0.3.3
26182026-04-30T19:12:19.118Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26192026-04-30T19:12:19.228Z Compiling bitfield-macros v0.19.4
26202026-04-30T19:12:19.379Z Compiling proc-macro-error-attr2 v2.0.0
26212026-04-30T19:12:19.701Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-04-30T19:12:19.789Z Compiling indexmap v1.9.3
26232026-04-30T19:12:19.918Z Compiling nodrop v0.1.14
26242026-04-30T19:12:20.054Z Compiling array-init v0.0.4
26252026-04-30T19:12:20.058Z Compiling bitfield v0.19.4
26262026-04-30T19:12:20.416Z Compiling proc-macro-error2 v2.0.1
26272026-04-30T19:12:20.732Z Compiling libscf-sys v1.1.0
26282026-04-30T19:12:20.811Z Compiling smallvec v0.6.14
26292026-04-30T19:12:20.918Z Compiling typify-impl v0.4.3
26302026-04-30T19:12:21.092Z Compiling hashbrown v0.12.3
26312026-04-30T19:12:21.342Z Compiling serde-hex v0.1.0
26322026-04-30T19:12:21.996Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-04-30T19:12:22.218Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-04-30T19:12:22.575Z Compiling tabled_derive v0.11.0
26352026-04-30T19:12:22.732Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-04-30T19:12:22.934Z Compiling ron v0.8.1
26372026-04-30T19:12:22.988Z Compiling papergrid v0.17.0
26382026-04-30T19:12:23.175Z Compiling testing_table v0.3.0
26392026-04-30T19:12:23.400Z Compiling hashbrown v0.13.2
26402026-04-30T19:12:23.522Z Compiling vergen-gitcl v1.0.8
26412026-04-30T19:12:23.617Z Compiling dirs-sys-next v0.1.2
26422026-04-30T19:12:23.640Z Compiling crunchy v0.2.4
26432026-04-30T19:12:23.764Z Compiling glob v0.3.3
26442026-04-30T19:12:23.786Z Compiling diesel_derives v2.3.7
26452026-04-30T19:12:23.890Z Compiling crc-any v2.5.0
26462026-04-30T19:12:23.924Z Compiling maplit v1.0.2
26472026-04-30T19:12:24.019Z Compiling object v0.30.4
26482026-04-30T19:12:24.088Z Compiling dirs-next v2.0.0
26492026-04-30T19:12:24.138Z Compiling clang-sys v1.8.1
26502026-04-30T19:12:24.162Z Compiling tabled v0.20.0
26512026-04-30T19:12:24.241Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26522026-04-30T19:12:24.339Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-04-30T19:12:24.363Z Compiling dsl_auto_type v0.2.0
26542026-04-30T19:12:24.383Z Compiling typify-macro v0.4.3
26552026-04-30T19:12:24.528Z Compiling scheduled-thread-pool v0.2.7
26562026-04-30T19:12:24.917Z Compiling diesel_table_macro_syntax v0.3.0
26572026-04-30T19:12:24.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-04-30T19:12:25.146Z Compiling path-slash v0.1.5
26592026-04-30T19:12:25.168Z Compiling tiny-keccak v2.0.2
26602026-04-30T19:12:25.192Z Compiling xshell-macros v0.2.7
26612026-04-30T19:12:25.314Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-04-30T19:12:25.336Z Compiling r2d2 v0.8.10
26632026-04-30T19:12:25.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642026-04-30T19:12:25.603Z Compiling xshell v0.2.7
26652026-04-30T19:12:25.656Z Compiling term v0.7.0
26662026-04-30T19:12:26.013Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26672026-04-30T19:12:26.177Z Compiling bit-vec v0.6.3
26682026-04-30T19:12:26.338Z Compiling downcast-rs v2.0.2
26692026-04-30T19:12:26.429Z Compiling bit-set v0.5.3
26702026-04-30T19:12:26.477Z Compiling ascii-canvas v3.0.0
26712026-04-30T19:12:26.603Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26722026-04-30T19:12:26.625Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-04-30T19:12:26.738Z Compiling itertools v0.10.5
26742026-04-30T19:12:26.921Z Compiling ena v0.14.4
26752026-04-30T19:12:27.210Z Compiling libloading v0.8.9
26762026-04-30T19:12:27.463Z Compiling bindgen v0.71.1
26772026-04-30T19:12:27.749Z Compiling unicase v2.9.0
26782026-04-30T19:12:27.855Z Compiling diff v0.1.13
26792026-04-30T19:12:27.898Z Compiling crc8 v0.1.1
26802026-04-30T19:12:28.049Z Compiling regex-syntax v0.6.29
26812026-04-30T19:12:28.176Z Compiling typify v0.4.3
26822026-04-30T19:12:28.321Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-04-30T19:12:28.675Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-04-30T19:12:28.835Z Compiling cexpr v0.6.0
26852026-04-30T19:12:29.092Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-04-30T19:12:29.294Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-04-30T19:12:29.369Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26882026-04-30T19:12:29.480Z Compiling lalrpop v0.19.12
26892026-04-30T19:12:29.485Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-04-30T19:12:29.707Z Compiling headers-core v0.3.0
26912026-04-30T19:12:29.875Z Compiling libxml v0.3.3
26922026-04-30T19:12:29.967Z Compiling headers v0.4.1
26932026-04-30T19:12:30.091Z Compiling diesel v2.3.7
26942026-04-30T19:12:30.143Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-04-30T19:12:30.203Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-04-30T19:12:30.429Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972026-04-30T19:12:30.903Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-04-30T19:12:31.113Z Compiling strum_macros v0.24.3
26992026-04-30T19:12:31.346Z Compiling indoc v1.0.9
27002026-04-30T19:12:31.935Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-04-30T19:12:31.958Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27022026-04-30T19:12:32.188Z Compiling derive_builder v0.20.2
27032026-04-30T19:12:32.368Z Compiling oso-derive v0.27.3
27042026-04-30T19:12:32.416Z Compiling quick-xml v0.37.5
27052026-04-30T19:12:32.529Z Compiling impl-trait-for-tuples v0.2.3
27062026-04-30T19:12:32.795Z Compiling half v1.8.3
27072026-04-30T19:12:32.907Z Compiling openssl-probe v0.1.6
27082026-04-30T19:12:33.211Z Compiling serde_cbor v0.11.2
27092026-04-30T19:12:33.282Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-04-30T19:12:33.527Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-04-30T19:12:33.842Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27122026-04-30T19:12:33.867Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-04-30T19:12:33.974Z Compiling bb8 v0.8.6
27142026-04-30T19:12:34.008Z Compiling trait-variant v0.1.2
27152026-04-30T19:12:34.101Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-04-30T19:12:34.265Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-04-30T19:12:34.355Z Compiling samael v0.0.19
27182026-04-30T19:12:34.378Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27192026-04-30T19:12:34.434Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-04-30T19:12:34.555Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27212026-04-30T19:12:34.619Z Compiling fxhash v0.2.1
27222026-04-30T19:12:34.673Z Compiling salty v0.3.0
27232026-04-30T19:12:34.892Z Compiling progenitor-impl v0.11.2
27242026-04-30T19:12:34.996Z Compiling progenitor-impl v0.10.0
27252026-04-30T19:12:35.109Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27262026-04-30T19:12:35.184Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27272026-04-30T19:12:35.542Z Compiling kstat-rs v0.2.4
27282026-04-30T19:12:35.806Z Compiling libz-sys v1.1.24
27292026-04-30T19:12:36.040Z Compiling nonempty v0.12.0
27302026-04-30T19:12:36.078Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312026-04-30T19:12:36.277Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-04-30T19:12:36.904Z Compiling polar-core v0.27.3
27332026-04-30T19:12:37.094Z Compiling progenitor-macro v0.11.2
27342026-04-30T19:12:37.245Z Compiling progenitor-macro v0.10.0
27352026-04-30T19:12:38.407Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27362026-04-30T19:12:39.993Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-30T19:12:40.226Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-04-30T19:12:40.589Z Compiling progenitor-client v0.11.2
27392026-04-30T19:12:40.763Z Compiling darling_core v0.23.0
27402026-04-30T19:12:41.152Z Compiling nanorand v0.7.0
27412026-04-30T19:12:41.174Z Compiling arc-swap v1.8.2
27422026-04-30T19:12:41.331Z Compiling fs-err v2.11.0
27432026-04-30T19:12:41.557Z Compiling parking_lot_core v0.8.6
27442026-04-30T19:12:41.689Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-04-30T19:12:41.758Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-04-30T19:12:41.838Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-04-30T19:12:43.043Z Compiling darling_macro v0.23.0
27482026-04-30T19:12:43.586Z Compiling mime_guess v2.0.5
27492026-04-30T19:12:44.129Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-04-30T19:12:44.575Z Compiling slog-scope v4.4.1
27512026-04-30T19:12:45.045Z Compiling flume v0.11.1
27522026-04-30T19:12:45.448Z Compiling progenitor v0.10.0
27532026-04-30T19:12:45.638Z Compiling progenitor v0.11.2
27542026-04-30T19:12:45.671Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-04-30T19:12:45.843Z Compiling oso v0.27.3
27562026-04-30T19:12:46.192Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27572026-04-30T19:12:48.397Z Compiling diesel-dtrace v0.5.0
27582026-04-30T19:12:48.742Z Compiling async-bb8-diesel v0.2.1
27592026-04-30T19:12:49.194Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27602026-04-30T19:12:49.711Z Compiling primeorder v0.13.6
27612026-04-30T19:12:50.036Z Compiling git-stub v1.0.0
27622026-04-30T19:12:50.099Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-04-30T19:12:50.313Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-04-30T19:12:50.536Z Compiling instability v0.3.11
27652026-04-30T19:12:50.643Z Compiling git-stub-vcs v0.1.0
27662026-04-30T19:12:51.018Z Compiling p384 v0.13.1
27672026-04-30T19:12:51.124Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-04-30T19:12:52.064Z Compiling slog-stdlog v4.1.1
27692026-04-30T19:12:52.406Z Compiling darling v0.23.0
27702026-04-30T19:12:52.713Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27712026-04-30T19:12:52.736Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-04-30T19:12:52.847Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-04-30T19:12:52.959Z Compiling ignore v0.4.25
27742026-04-30T19:12:53.189Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-30T19:12:53.452Z Compiling castaway v0.2.4
27762026-04-30T19:12:53.613Z Compiling atty v0.2.14
27772026-04-30T19:12:53.769Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-30T19:12:54.011Z Compiling indoc v2.0.7
27792026-04-30T19:12:54.032Z Compiling parse-size v1.1.0
27802026-04-30T19:12:54.265Z Compiling http-range v0.1.5
27812026-04-30T19:12:54.610Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27822026-04-30T19:12:54.631Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-04-30T19:12:55.250Z Compiling globwalk v0.9.1
27842026-04-30T19:12:55.277Z Compiling compact_str v0.8.1
27852026-04-30T19:12:55.694Z Compiling parking_lot v0.11.2
27862026-04-30T19:12:56.625Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-04-30T19:12:56.943Z Compiling slog-envlogger v2.2.0
27882026-04-30T19:12:57.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27892026-04-30T19:12:57.970Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-30T19:12:57.974Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27912026-04-30T19:12:58.135Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-04-30T19:12:58.832Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27932026-04-30T19:12:58.907Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942026-04-30T19:12:58.950Z Compiling predicates-tree v1.0.13
27952026-04-30T19:12:59.300Z Compiling unicode-truncate v1.1.0
27962026-04-30T19:12:59.324Z Compiling lru v0.12.5
27972026-04-30T19:12:59.390Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-04-30T19:12:59.416Z Compiling rand_seeder v0.4.0
27992026-04-30T19:12:59.526Z Compiling prefix-trie v0.7.0
28002026-04-30T19:12:59.558Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-04-30T19:12:59.663Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-04-30T19:12:59.684Z Compiling vergen-git2 v1.0.7
28032026-04-30T19:12:59.815Z Compiling corncobs v0.1.4
28042026-04-30T19:12:59.933Z Compiling cassowary v0.3.0
28052026-04-30T19:12:59.955Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-30T19:13:00.008Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-04-30T19:13:00.030Z Compiling hickory-server v0.25.2
28082026-04-30T19:13:00.098Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-04-30T19:13:00.125Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-04-30T19:13:00.314Z Compiling ratatui v0.29.0
28112026-04-30T19:13:00.337Z Compiling camino-tempfile-ext v0.3.3
28122026-04-30T19:13:00.692Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-04-30T19:13:00.754Z Compiling hyper-staticfile v0.10.1
28142026-04-30T19:13:00.989Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28152026-04-30T19:13:01.374Z Compiling sled v0.34.7
28162026-04-30T19:13:01.982Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28172026-04-30T19:13:02.116Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182026-04-30T19:13:02.737Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28192026-04-30T19:13:04.024Z Compiling secrecy v0.8.0
28202026-04-30T19:13:04.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-04-30T19:13:04.450Z Compiling rustls v0.21.12
28222026-04-30T19:13:04.773Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-04-30T19:13:05.104Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-04-30T19:13:05.735Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28252026-04-30T19:13:05.939Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-04-30T19:13:07.040Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28272026-04-30T19:13:07.158Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-04-30T19:13:07.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-30T19:13:08.877Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-04-30T19:13:09.016Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-04-30T19:13:09.256Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-04-30T19:13:09.486Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-04-30T19:13:09.712Z Compiling rustls-webpki v0.101.7
28342026-04-30T19:13:09.868Z Compiling sct v0.7.1
28352026-04-30T19:13:10.151Z Compiling nix v0.29.0
28362026-04-30T19:13:10.174Z Compiling dropshot v0.16.7
28372026-04-30T19:13:10.414Z Compiling void v1.0.2
28382026-04-30T19:13:10.574Z Compiling lzss v0.8.2
28392026-04-30T19:13:10.945Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28402026-04-30T19:13:10.967Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-04-30T19:13:11.403Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28422026-04-30T19:13:11.576Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-04-30T19:13:12.028Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-30T19:13:12.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28452026-04-30T19:13:12.702Z Compiling tungstenite v0.23.0
28462026-04-30T19:13:12.809Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28472026-04-30T19:13:13.053Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-04-30T19:13:13.077Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28492026-04-30T19:13:13.289Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-04-30T19:13:13.313Z Compiling toml v0.9.12+spec-1.1.0
28512026-04-30T19:13:13.517Z Compiling nix v0.27.1
28522026-04-30T19:13:13.764Z Compiling dropshot_endpoint v0.16.7
28532026-04-30T19:13:14.690Z Compiling serde_bytes v0.11.19
28542026-04-30T19:13:14.999Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28552026-04-30T19:13:15.095Z Compiling tokio-tungstenite v0.23.1
28562026-04-30T19:13:15.263Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28572026-04-30T19:13:15.501Z Compiling git2 v0.20.4
28582026-04-30T19:13:15.524Z Compiling tokio-rustls v0.24.1
28592026-04-30T19:13:16.275Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28602026-04-30T19:13:17.505Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28612026-04-30T19:13:18.524Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-04-30T19:13:18.575Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-04-30T19:13:20.331Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-04-30T19:13:20.950Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28652026-04-30T19:13:21.579Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28662026-04-30T19:13:21.631Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-04-30T19:13:23.038Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28682026-04-30T19:13:24.345Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-04-30T19:13:24.486Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-04-30T19:13:24.625Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-04-30T19:13:24.815Z Compiling rustls-pemfile v1.0.4
28722026-04-30T19:13:25.247Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-04-30T19:13:25.536Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-04-30T19:13:26.125Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752026-04-30T19:13:27.054Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-04-30T19:13:27.098Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-04-30T19:13:28.972Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-04-30T19:13:29.190Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-04-30T19:13:29.345Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-04-30T19:13:29.550Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28812026-04-30T19:13:29.583Z Compiling signal-hook-tokio v0.3.1
28822026-04-30T19:13:29.789Z Compiling twox-hash v2.1.2
28832026-04-30T19:13:30.307Z Compiling yasna v0.5.2
28842026-04-30T19:13:30.329Z Compiling is_ci v1.2.0
28852026-04-30T19:13:30.549Z Compiling supports-color v3.0.2
28862026-04-30T19:13:30.593Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-04-30T19:13:30.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882026-04-30T19:13:30.698Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28892026-04-30T19:13:30.838Z Compiling rcgen v0.12.1
28902026-04-30T19:13:30.842Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-04-30T19:13:30.938Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28922026-04-30T19:13:31.277Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-04-30T19:13:31.839Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28942026-04-30T19:13:32.151Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-04-30T19:13:33.869Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-04-30T19:13:35.082Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-04-30T19:13:35.300Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-04-30T19:13:35.534Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-04-30T19:13:35.598Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-04-30T19:13:35.848Z Compiling fatfs v0.3.6
29012026-04-30T19:13:35.870Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29022026-04-30T19:13:35.893Z Compiling subprocess v0.2.15
29032026-04-30T19:13:36.510Z Compiling rtoolbox v0.0.3
29042026-04-30T19:13:36.793Z Compiling assert_matches v1.5.0
29052026-04-30T19:13:36.911Z Compiling seq-macro v0.3.6
29062026-04-30T19:13:37.104Z Compiling rpassword v7.4.0
29072026-04-30T19:13:37.390Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29082026-04-30T19:13:37.447Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-04-30T19:13:38.164Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-04-30T19:13:38.854Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29112026-04-30T19:13:39.092Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-04-30T19:13:39.232Z Compiling tui-tree-widget v0.23.1
29132026-04-30T19:13:39.498Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-04-30T19:13:39.520Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29152026-04-30T19:13:39.848Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29162026-04-30T19:13:40.047Z Compiling uzers v0.12.2
29172026-04-30T19:13:41.240Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29182026-04-30T19:13:41.523Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29192026-04-30T19:13:42.542Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29202026-04-30T19:13:44.041Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212026-04-30T19:13:45.660Z Compiling support-bundle-viewer v0.1.2
29222026-04-30T19:13:47.181Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-04-30T19:13:47.588Z Compiling multimap v0.10.1
29242026-04-30T19:13:56.930Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29252026-04-30T19:14:06.189Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29262026-04-30T19:14:08.370Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-04-30T19:14:08.630Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282026-04-30T19:20:05.905Z Finished `release` profile [optimized] target(s) in 8m 12s
29292026-04-30T19:20:51.754Z
29302026-04-30T19:20:51.755Zreal 8:59.370162983
29312026-04-30T19:20:51.759Zuser 1:18:16.383668049
29322026-04-30T19:20:51.759Zsys 3:33.770246526
29332026-04-30T19:20:51.759Ztrap 1.753950844
29342026-04-30T19:20:51.759Ztflt 2.004292227
29352026-04-30T19:20:51.760Zdflt 15.906634043
29362026-04-30T19:20:51.760Zkflt 0.003039425
29372026-04-30T19:20:51.760Zlock 6:55:35.494549668
29382026-04-30T19:20:51.760Zslp 2:16:15.990419255
29392026-04-30T19:20:51.760Zlat 2:26.603666808
29402026-04-30T19:20:51.760Zstop 5:23.210925948
29412026-04-30T19:20:51.760Z+ mapfile -t packages
29422026-04-30T19:20:51.760Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29432026-04-30T19:20:52.722Z Finished `release` profile [optimized] target(s) in 0.95s
29442026-04-30T19:20:52.790Z Running `target/release/omicron-package -t test list-outputs`
29452026-04-30T19:20:52.851ZLogging to: /work/oxidecomputer/omicron/out/LOG
29462026-04-30T19:20:52.854Z+ ptime -m cargo build --locked --release -p xtask
29472026-04-30T19:20:53.387Z Compiling libc v0.2.185
29482026-04-30T19:20:53.387Z Compiling serde v1.0.228
29492026-04-30T19:20:53.390Z Compiling serde_core v1.0.228
29502026-04-30T19:20:53.391Z Compiling rustix v1.1.3
29512026-04-30T19:20:53.482Z Compiling bitflags v2.11.0
29522026-04-30T19:20:53.491Z Compiling serde_json v1.0.149
29532026-04-30T19:20:53.527Z Compiling num-traits v0.2.19
29542026-04-30T19:20:53.539Z Compiling syn v2.0.117
29552026-04-30T19:20:53.561Z Compiling smallvec v1.15.1
29562026-04-30T19:20:53.570Z Compiling usdt-impl v0.5.0
29572026-04-30T19:20:53.574Z Compiling indexmap v2.14.0
29582026-04-30T19:20:53.596Z Compiling syn v1.0.109
29592026-04-30T19:20:53.608Z Compiling percent-encoding v2.3.2
29602026-04-30T19:20:53.608Z Compiling getrandom v0.4.1
29612026-04-30T19:20:53.775Z Compiling log v0.4.29
29622026-04-30T19:20:53.892Z Compiling form_urlencoded v1.2.2
29632026-04-30T19:20:53.948Z Compiling fs-err v3.3.0
29642026-04-30T19:20:53.948Z Compiling anyhow v1.0.102
29652026-04-30T19:20:53.952Z Compiling once_cell v1.21.3
29662026-04-30T19:20:53.955Z Compiling heck v0.4.1
29672026-04-30T19:20:54.279Z Compiling errno v0.3.14
29682026-04-30T19:20:54.280Z Compiling thread-id v4.2.2
29692026-04-30T19:20:54.283Z Compiling memmap v0.7.0
29702026-04-30T19:20:54.645Z Compiling ordered-float v2.10.1
29712026-04-30T19:20:55.130Z Compiling proc-macro-error v1.0.4
29722026-04-30T19:20:55.288Z Compiling terminal_size v0.4.3
29732026-04-30T19:20:55.288Z Compiling tempfile v3.25.0
29742026-04-30T19:20:55.382Z Compiling tabled_derive v0.7.0
29752026-04-30T19:20:55.393Z Compiling clap_builder v4.5.60
29762026-04-30T19:20:55.397Z Compiling textwrap v0.16.2
29772026-04-30T19:20:55.536Z Compiling camino-tempfile v1.4.1
29782026-04-30T19:20:56.059Z Compiling tabled v0.15.0
29792026-04-30T19:20:56.072Z Compiling synstructure v0.13.2
29802026-04-30T19:20:56.078Z Compiling pest_generator v2.8.6
29812026-04-30T19:20:56.463Z Compiling serde_derive v1.0.228
29822026-04-30T19:20:56.463Z Compiling zerovec-derive v0.11.2
29832026-04-30T19:20:56.467Z Compiling displaydoc v0.2.5
29842026-04-30T19:20:56.467Z Compiling thiserror-impl v1.0.69
29852026-04-30T19:20:56.467Z Compiling zerocopy-derive v0.7.35
29862026-04-30T19:20:56.467Z Compiling scroll_derive v0.12.1
29872026-04-30T19:20:56.467Z Compiling thiserror-impl v2.0.18
29882026-04-30T19:20:56.467Z Compiling clap_derive v4.5.55
29892026-04-30T19:20:56.519Z Compiling zerofrom-derive v0.1.6
29902026-04-30T19:20:56.522Z Compiling yoke-derive v0.8.1
29912026-04-30T19:20:56.589Z Compiling pest_derive v2.8.6
29922026-04-30T19:20:57.231Z Compiling scroll v0.12.0
29932026-04-30T19:20:57.310Z Compiling zerocopy v0.7.35
29942026-04-30T19:20:57.531Z Compiling goblin v0.8.2
29952026-04-30T19:20:57.664Z Compiling zerofrom v0.1.6
29962026-04-30T19:20:57.719Z Compiling thiserror v1.0.69
29972026-04-30T19:20:57.776Z Compiling thiserror v2.0.18
29982026-04-30T19:20:57.797Z Compiling yoke v0.8.1
29992026-04-30T19:20:57.820Z Compiling dtrace-parser v0.2.0
30002026-04-30T19:20:58.025Z Compiling zerovec v0.11.5
30012026-04-30T19:20:58.115Z Compiling zerotrie v0.2.3
30022026-04-30T19:20:58.221Z Compiling clap v4.5.60
30032026-04-30T19:20:58.579Z Compiling tinystr v0.8.2
30042026-04-30T19:20:58.656Z Compiling potential_utf v0.1.4
30052026-04-30T19:20:58.846Z Compiling icu_locale_core v2.1.1
30062026-04-30T19:20:58.870Z Compiling icu_collections v2.1.1
30072026-04-30T19:20:59.601Z Compiling icu_provider v2.1.1
30082026-04-30T19:20:59.859Z Compiling toml_datetime v0.6.11
30092026-04-30T19:21:00.034Z Compiling icu_normalizer v2.1.1
30102026-04-30T19:21:00.236Z Compiling icu_properties v2.1.2
30112026-04-30T19:21:00.263Z Compiling serde_spanned v0.6.9
30122026-04-30T19:21:00.323Z Compiling dof v0.3.0
30132026-04-30T19:21:00.363Z Compiling serde_tokenstream v0.2.3
30142026-04-30T19:21:00.414Z Compiling toml_edit v0.22.27
30152026-04-30T19:21:00.454Z Compiling serde-value v0.7.0
30162026-04-30T19:21:00.557Z Compiling cargo-platform v0.2.0
30172026-04-30T19:21:00.570Z Compiling macaddr v1.0.1
30182026-04-30T19:21:01.113Z Compiling idna_adapter v1.2.1
30192026-04-30T19:21:01.266Z Compiling idna v1.1.0
30202026-04-30T19:21:01.326Z Compiling usdt-macro v0.5.0
30212026-04-30T19:21:01.344Z Compiling usdt-attr-macro v0.5.0
30222026-04-30T19:21:01.599Z Compiling url v2.5.8
30232026-04-30T19:21:01.938Z Compiling usdt v0.5.0
30242026-04-30T19:21:01.950Z Compiling toml v0.8.23
30252026-04-30T19:21:02.391Z Compiling cargo-util-schemas v0.8.2
30262026-04-30T19:21:02.391Z Compiling cargo_toml v0.21.0
30272026-04-30T19:21:03.440Z Compiling cargo_metadata v0.21.0
30282026-04-30T19:21:06.491Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-04-30T19:21:09.478Z Finished `release` profile [optimized] target(s) in 16.61s
30302026-04-30T19:21:09.604Z
30312026-04-30T19:21:09.608Zreal 16.713908579
30322026-04-30T19:21:09.608Zuser 2:21.521030296
30332026-04-30T19:21:09.608Zsys 17.312475309
30342026-04-30T19:21:09.608Ztrap 0.084041741
30352026-04-30T19:21:09.609Ztflt 0.629361673
30362026-04-30T19:21:09.609Zdflt 1.640297218
30372026-04-30T19:21:09.609Zkflt 0.000746436
30382026-04-30T19:21:09.609Zlock 5:19.190444000
30392026-04-30T19:21:09.609Zslp 3:23.709943986
30402026-04-30T19:21:09.609Zlat 6.363644868
30412026-04-30T19:21:09.609Zstop 20.694173969
30422026-04-30T19:21:09.609Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-04-30T19:21:09.609Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-04-30T19:21:09.609Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-04-30T19:21:09.609Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-04-30T19:21:09.609Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-04-30T19:21:10.535Z Compiling newtype-uuid-macros v0.1.0
30482026-04-30T19:21:10.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-04-30T19:21:10.539Z Compiling regress v0.10.5
30502026-04-30T19:21:10.539Z Compiling structmeta-derive v0.3.0
30512026-04-30T19:21:10.709Z Compiling rustls v0.22.4
30522026-04-30T19:21:10.713Z Compiling rustls-webpki v0.102.8
30532026-04-30T19:21:10.713Z Compiling multer v3.1.0
30542026-04-30T19:21:10.713Z Compiling compression-core v0.4.31
30552026-04-30T19:21:10.713Z Compiling match_cfg v0.1.0
30562026-04-30T19:21:10.713Z Compiling debug-ignore v1.0.5
30572026-04-30T19:21:10.713Z Compiling slog-json v2.6.1
30582026-04-30T19:21:10.713Z Compiling async-stream-impl v0.3.6
30592026-04-30T19:21:10.713Z Compiling toml_datetime v1.0.0+spec-1.1.0
30602026-04-30T19:21:10.713Z Compiling serde_spanned v1.0.4
30612026-04-30T19:21:10.714Z Compiling dropshot v0.17.0
30622026-04-30T19:21:10.714Z Compiling toml_writer v1.0.6+spec-1.1.0
30632026-04-30T19:21:10.968Z Compiling itertools v0.14.0
30642026-04-30T19:21:10.972Z Compiling hostname v0.3.1
30652026-04-30T19:21:10.993Z Compiling toml v1.0.6+spec-1.1.0
30662026-04-30T19:21:11.054Z Compiling compression-codecs v0.4.37
30672026-04-30T19:21:11.094Z Compiling waitgroup v0.1.2
30682026-04-30T19:21:11.098Z Compiling rustls-pemfile v2.2.0
30692026-04-30T19:21:11.098Z Compiling dropshot_endpoint v0.17.0
30702026-04-30T19:21:11.150Z Compiling slog-bunyan v2.5.0
30712026-04-30T19:21:11.185Z Compiling serde_path_to_error v0.1.20
30722026-04-30T19:21:11.248Z Compiling async-compression v0.4.41
30732026-04-30T19:21:11.267Z Compiling hostname v0.4.2
30742026-04-30T19:21:11.302Z Compiling progenitor-client v0.14.0
30752026-04-30T19:21:11.325Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30762026-04-30T19:21:11.361Z Compiling macaddr v1.0.1
30772026-04-30T19:21:11.456Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-04-30T19:21:11.473Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-04-30T19:21:11.491Z Compiling async-stream v0.3.6
30802026-04-30T19:21:11.529Z Compiling instant v0.1.13
30812026-04-30T19:21:11.584Z Compiling progenitor-client v0.10.0
30822026-04-30T19:21:11.588Z Compiling backon v1.6.0
30832026-04-30T19:21:11.622Z Compiling backoff v0.4.0
30842026-04-30T19:21:11.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-04-30T19:21:11.667Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30862026-04-30T19:21:11.694Z Compiling universal-hash v0.5.1
30872026-04-30T19:21:11.723Z Compiling opaque-debug v0.3.1
30882026-04-30T19:21:11.772Z Compiling half v2.7.1
30892026-04-30T19:21:11.801Z Compiling structmeta v0.3.0
30902026-04-30T19:21:11.819Z Compiling progenitor-extras v0.2.0
30912026-04-30T19:21:11.841Z Compiling unsafe-libyaml v0.2.11
30922026-04-30T19:21:11.856Z Compiling ciborium-io v0.2.2
30932026-04-30T19:21:11.876Z Compiling crucible-workspace-hack v0.1.0
30942026-04-30T19:21:11.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-04-30T19:21:11.922Z Compiling convert_case v0.4.0
30962026-04-30T19:21:11.981Z Compiling regress v0.11.1
30972026-04-30T19:21:12.051Z Compiling derive-ex v0.1.8
30982026-04-30T19:21:12.069Z Compiling parse-display-derive v0.10.0
30992026-04-30T19:21:12.098Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-04-30T19:21:12.117Z Compiling ciborium-ll v0.2.2
31012026-04-30T19:21:12.154Z Compiling aead v0.5.2
31022026-04-30T19:21:12.173Z Compiling secrecy v0.10.3
31032026-04-30T19:21:12.269Z Compiling poly1305 v0.8.0
31042026-04-30T19:21:12.286Z Compiling chacha20 v0.9.1
31052026-04-30T19:21:12.338Z Compiling derive_more v0.99.20
31062026-04-30T19:21:12.356Z Compiling ciborium v0.2.2
31072026-04-30T19:21:12.373Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31082026-04-30T19:21:12.388Z Compiling serde_yaml v0.9.34+deprecated
31092026-04-30T19:21:12.392Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-04-30T19:21:12.426Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-04-30T19:21:12.581Z Compiling thiserror-impl-no-std v2.0.2
31122026-04-30T19:21:12.607Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-04-30T19:21:12.626Z Compiling byte-wrapper v0.1.0
31142026-04-30T19:21:12.807Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-04-30T19:21:12.839Z Compiling password-hash v0.5.0
31162026-04-30T19:21:12.894Z Compiling blake2 v0.10.6
31172026-04-30T19:21:12.924Z Compiling chacha20poly1305 v0.10.1
31182026-04-30T19:21:12.991Z Compiling indent_write v2.2.0
31192026-04-30T19:21:13.019Z Compiling heapless v0.8.0
31202026-04-30T19:21:13.066Z Compiling ingot-macros v0.1.1
31212026-04-30T19:21:13.121Z Compiling toml_edit v0.23.10+spec-1.0.0
31222026-04-30T19:21:13.173Z Compiling hash32 v0.3.1
31232026-04-30T19:21:13.295Z Compiling tokio-rustls v0.25.0
31242026-04-30T19:21:13.362Z Compiling argon2 v0.5.3
31252026-04-30T19:21:13.569Z Compiling smoltcp v0.11.0
31262026-04-30T19:21:13.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-04-30T19:21:13.848Z Compiling typify-impl v0.6.2
31282026-04-30T19:21:13.869Z Compiling test-strategy v0.4.5
31292026-04-30T19:21:13.889Z Compiling thiserror-no-std v2.0.2
31302026-04-30T19:21:13.904Z Compiling parse-display v0.10.0
31312026-04-30T19:21:13.925Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31322026-04-30T19:21:14.002Z Compiling vsss-rs v3.3.4
31332026-04-30T19:21:14.019Z Compiling proc-macro-crate v3.4.0
31342026-04-30T19:21:14.220Z Compiling tabwriter v1.4.1
31352026-04-30T19:21:14.247Z Compiling num-rational v0.4.2
31362026-04-30T19:21:14.265Z Compiling cobs v0.3.0
31372026-04-30T19:21:14.481Z Compiling num-complex v0.4.6
31382026-04-30T19:21:14.498Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31392026-04-30T19:21:14.598Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-04-30T19:21:14.657Z Compiling num_enum_derive v0.7.5
31412026-04-30T19:21:14.741Z Compiling postcard v1.1.3
31422026-04-30T19:21:14.765Z Compiling proc-macro-error v1.0.4
31432026-04-30T19:21:14.807Z Compiling proc-macro-crate v1.3.1
31442026-04-30T19:21:14.865Z Compiling num v0.4.3
31452026-04-30T19:21:14.915Z Compiling foreign-types-macros v0.2.3
31462026-04-30T19:21:14.973Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-04-30T19:21:14.991Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31482026-04-30T19:21:15.024Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-04-30T19:21:15.121Z Compiling foreign-types-shared v0.3.1
31502026-04-30T19:21:15.138Z Compiling rayon-core v1.13.0
31512026-04-30T19:21:15.228Z Compiling cpufeatures v0.3.0
31522026-04-30T19:21:15.246Z Compiling float-ord v0.3.2
31532026-04-30T19:21:15.262Z Compiling colored v3.1.1
31542026-04-30T19:21:15.300Z Compiling num_enum_derive v0.5.11
31552026-04-30T19:21:15.333Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-04-30T19:21:15.365Z Compiling chacha20 v0.10.0
31572026-04-30T19:21:15.451Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-04-30T19:21:15.467Z Compiling crossbeam-deque v0.8.6
31592026-04-30T19:21:15.569Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-04-30T19:21:15.586Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31612026-04-30T19:21:15.591Z Compiling foreign-types v0.5.0
31622026-04-30T19:21:15.622Z Compiling cstr-argument v0.1.2
31632026-04-30T19:21:15.658Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-04-30T19:21:15.710Z Compiling rand v0.10.0
31652026-04-30T19:21:15.728Z Compiling toml v0.8.23
31662026-04-30T19:21:15.799Z Compiling num_enum v0.7.5
31672026-04-30T19:21:15.815Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-04-30T19:21:15.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31692026-04-30T19:21:15.949Z Compiling camino-tempfile v1.4.1
31702026-04-30T19:21:16.020Z Compiling ingot-types v0.1.2
31712026-04-30T19:21:16.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-04-30T19:21:16.060Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-04-30T19:21:16.095Z Compiling zone_cfg_derive v0.3.1
31742026-04-30T19:21:16.124Z Compiling rayon v1.11.0
31752026-04-30T19:21:16.151Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-04-30T19:21:16.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31772026-04-30T19:21:16.206Z Compiling itertools v0.12.1
31782026-04-30T19:21:16.222Z Compiling num-derive v0.4.2
31792026-04-30T19:21:16.333Z Compiling sigpipe v0.1.3
31802026-04-30T19:21:16.352Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-04-30T19:21:16.403Z Compiling ingot v0.1.1
31822026-04-30T19:21:16.422Z Compiling num_enum v0.5.11
31832026-04-30T19:21:16.425Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-04-30T19:21:16.475Z Compiling glob v0.3.3
31852026-04-30T19:21:16.496Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-04-30T19:21:16.517Z Compiling smf v0.2.3
31872026-04-30T19:21:16.618Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-04-30T19:21:16.660Z Compiling prettyplease v0.2.37
31892026-04-30T19:21:16.685Z Compiling whoami v1.6.1
31902026-04-30T19:21:16.768Z Compiling gethostname v0.5.0
31912026-04-30T19:21:16.802Z Compiling usdt-attr-macro v0.5.0
31922026-04-30T19:21:16.921Z Compiling usdt-macro v0.5.0
31932026-04-30T19:21:16.959Z Compiling memmap v0.7.0
31942026-04-30T19:21:17.002Z Compiling atomicwrites v0.4.4
31952026-04-30T19:21:17.098Z Compiling derive-where v1.6.0
31962026-04-30T19:21:17.187Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-04-30T19:21:17.205Z Compiling progenitor-client v0.13.0
31982026-04-30T19:21:17.220Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31992026-04-30T19:21:17.238Z Compiling resolv-conf v0.7.6
32002026-04-30T19:21:17.350Z Compiling zone v0.3.1
32012026-04-30T19:21:17.471Z Compiling owo-colors v4.3.0
32022026-04-30T19:21:17.615Z Compiling cancel-safe-futures v0.1.5
32032026-04-30T19:21:17.661Z Compiling libsw-core v0.3.2
32042026-04-30T19:21:17.679Z Compiling async-recursion v1.1.1
32052026-04-30T19:21:17.712Z Compiling libefi-sys v0.1.0
32062026-04-30T19:21:17.802Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-04-30T19:21:17.858Z Compiling usdt v0.5.0
32082026-04-30T19:21:17.926Z Compiling libsw v3.5.0
32092026-04-30T19:21:17.943Z Compiling linear-map v1.2.0
32102026-04-30T19:21:18.025Z Compiling console v0.15.11
32112026-04-30T19:21:18.124Z Compiling hickory-proto v0.24.4
32122026-04-30T19:21:18.142Z Compiling newline-converter v0.3.0
32132026-04-30T19:21:18.169Z Compiling bitfield-struct v0.6.2
32142026-04-30T19:21:18.190Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32152026-04-30T19:21:18.210Z Compiling linked-hash-map v0.5.6
32162026-04-30T19:21:18.287Z Compiling semver v0.1.20
32172026-04-30T19:21:18.304Z Compiling tokio-dtrace v0.1.1
32182026-04-30T19:21:18.413Z Compiling lru-cache v0.1.2
32192026-04-30T19:21:18.433Z Compiling expectorate v1.2.0
32202026-04-30T19:21:18.475Z Compiling dropshot-api-manager-types v0.7.1
32212026-04-30T19:21:18.531Z Compiling typify-macro v0.6.2
32222026-04-30T19:21:18.556Z Compiling rustc_version v0.1.7
32232026-04-30T19:21:18.577Z Compiling pin-project-internal v1.1.11
32242026-04-30T19:21:18.615Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32252026-04-30T19:21:18.633Z Compiling slog-dtrace v0.3.0
32262026-04-30T19:21:18.652Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-04-30T19:21:18.673Z Compiling minimal-lexical v0.2.1
32282026-04-30T19:21:18.688Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32292026-04-30T19:21:18.758Z Compiling oxide-tokio-rt v0.1.4
32302026-04-30T19:21:18.776Z Compiling typify-impl v0.4.3
32312026-04-30T19:21:18.832Z Compiling newtype_derive v0.1.6
32322026-04-30T19:21:18.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32332026-04-30T19:21:18.870Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-04-30T19:21:18.938Z Compiling nom v7.1.3
32352026-04-30T19:21:18.958Z Compiling snafu-derive v0.8.9
32362026-04-30T19:21:18.981Z Compiling phf_shared v0.12.1
32372026-04-30T19:21:19.030Z Compiling pem v3.0.6
32382026-04-30T19:21:19.063Z Compiling csv-core v0.1.13
32392026-04-30T19:21:19.093Z Compiling xshell-macros v0.2.7
32402026-04-30T19:21:19.202Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-04-30T19:21:19.355Z Compiling same-file v1.0.6
32422026-04-30T19:21:19.400Z Compiling highway v1.3.0
32432026-04-30T19:21:19.418Z Compiling chrono-tz v0.10.4
32442026-04-30T19:21:19.445Z Compiling csv v1.4.0
32452026-04-30T19:21:19.519Z Compiling xshell v0.2.7
32462026-04-30T19:21:19.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32472026-04-30T19:21:19.625Z Compiling walkdir v2.5.0
32482026-04-30T19:21:19.670Z Compiling phf v0.12.1
32492026-04-30T19:21:19.713Z Compiling const_format_proc_macros v0.2.34
32502026-04-30T19:21:19.791Z Compiling pin-project v1.1.11
32512026-04-30T19:21:19.876Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-04-30T19:21:19.924Z Compiling globset v0.4.18
32532026-04-30T19:21:19.990Z Compiling olpc-cjson v0.1.4
32542026-04-30T19:21:20.033Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32552026-04-30T19:21:20.081Z Compiling primeorder v0.13.6
32562026-04-30T19:21:20.197Z Compiling serde_plain v1.0.2
32572026-04-30T19:21:20.234Z Compiling typed-path v0.9.3
32582026-04-30T19:21:20.300Z Compiling hickory-resolver v0.24.4
32592026-04-30T19:21:20.354Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-04-30T19:21:20.402Z Compiling typify v0.6.2
32612026-04-30T19:21:20.440Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-04-30T19:21:20.490Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32632026-04-30T19:21:20.543Z Compiling progenitor-impl v0.14.0
32642026-04-30T19:21:20.585Z Compiling progenitor-impl v0.13.0
32652026-04-30T19:21:20.663Z Compiling const_format v0.2.35
32662026-04-30T19:21:20.886Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32672026-04-30T19:21:21.008Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32682026-04-30T19:21:21.027Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-04-30T19:21:21.027Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-04-30T19:21:21.096Z Compiling snafu v0.8.9
32712026-04-30T19:21:21.323Z Compiling qorb v0.4.1
32722026-04-30T19:21:21.415Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32732026-04-30T19:21:21.511Z Compiling tough v0.20.0
32742026-04-30T19:21:21.561Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32752026-04-30T19:21:21.964Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-04-30T19:21:22.058Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-04-30T19:21:22.075Z Compiling tabled_derive v0.7.0
32782026-04-30T19:21:22.178Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-04-30T19:21:22.289Z Compiling bcs v0.1.6
32802026-04-30T19:21:22.612Z Compiling salty v0.3.0
32812026-04-30T19:21:22.692Z Compiling termtree v0.5.1
32822026-04-30T19:21:22.713Z Compiling textwrap v0.16.2
32832026-04-30T19:21:22.885Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32842026-04-30T19:21:22.913Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-04-30T19:21:23.043Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-04-30T19:21:23.140Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-04-30T19:21:23.157Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-04-30T19:21:23.192Z Compiling tabled v0.15.0
32892026-04-30T19:21:23.263Z Compiling steno v0.4.1
32902026-04-30T19:21:23.294Z Compiling progenitor-macro v0.14.0
32912026-04-30T19:21:23.314Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32922026-04-30T19:21:23.418Z Compiling progenitor-macro v0.13.0
32932026-04-30T19:21:23.455Z Compiling typify-macro v0.4.3
32942026-04-30T19:21:23.478Z Compiling tagptr v0.2.0
32952026-04-30T19:21:23.498Z Compiling base64 v0.21.7
32962026-04-30T19:21:23.498Z Compiling humantime v2.3.0
32972026-04-30T19:21:23.652Z Compiling radium v0.7.0
32982026-04-30T19:21:23.670Z Compiling moka v0.12.13
32992026-04-30T19:21:23.857Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-04-30T19:21:23.985Z Compiling p384 v0.13.1
33012026-04-30T19:21:24.059Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33022026-04-30T19:21:24.281Z Compiling maybe-uninit v2.0.0
33032026-04-30T19:21:24.503Z Compiling tap v1.0.1
33042026-04-30T19:21:24.521Z Compiling hickory-resolver v0.25.2
33052026-04-30T19:21:24.582Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-04-30T19:21:24.651Z Compiling wyz v0.5.1
33072026-04-30T19:21:24.694Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-04-30T19:21:24.893Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-04-30T19:21:24.910Z Compiling proc-macro-error-attr2 v2.0.0
33102026-04-30T19:21:24.929Z Compiling packed_struct v0.10.1
33112026-04-30T19:21:25.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33122026-04-30T19:21:25.254Z Compiling typify v0.4.3
33132026-04-30T19:21:25.272Z Compiling parking_lot_core v0.8.6
33142026-04-30T19:21:25.275Z Compiling funty v2.0.0
33152026-04-30T19:21:25.351Z Compiling utf-8 v0.7.6
33162026-04-30T19:21:25.397Z Compiling proc-macro-error2 v2.0.1
33172026-04-30T19:21:25.503Z Compiling tungstenite v0.21.0
33182026-04-30T19:21:25.608Z Compiling polyval v0.6.2
33192026-04-30T19:21:25.629Z Compiling git-stub v1.0.0
33202026-04-30T19:21:25.629Z Compiling num-derive v0.3.3
33212026-04-30T19:21:25.684Z Compiling bitvec v1.0.1
33222026-04-30T19:21:25.749Z Compiling packed_struct_codegen v0.10.1
33232026-04-30T19:21:25.845Z Compiling bitfield-macros v0.19.4
33242026-04-30T19:21:25.875Z Compiling zerocopy-derive v0.6.6
33252026-04-30T19:21:25.915Z Compiling indexmap v1.9.3
33262026-04-30T19:21:25.932Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33272026-04-30T19:21:25.950Z Compiling crc-catalog v2.4.0
33282026-04-30T19:21:26.084Z Compiling nodrop v0.1.14
33292026-04-30T19:21:26.197Z Compiling array-init v0.0.4
33302026-04-30T19:21:26.214Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-04-30T19:21:26.217Z Compiling crc v3.4.0
33322026-04-30T19:21:26.391Z Compiling tokio-tungstenite v0.21.0
33332026-04-30T19:21:26.475Z Compiling git-stub-vcs v0.1.0
33342026-04-30T19:21:26.492Z Compiling ghash v0.5.1
33352026-04-30T19:21:26.590Z Compiling tabled_derive v0.11.0
33362026-04-30T19:21:26.608Z Compiling libscf-sys v1.1.0
33372026-04-30T19:21:26.635Z Compiling bitfield v0.19.4
33382026-04-30T19:21:26.662Z Compiling smallvec v0.6.14
33392026-04-30T19:21:26.808Z Compiling zerocopy v0.6.6
33402026-04-30T19:21:26.879Z Compiling progenitor-impl v0.11.2
33412026-04-30T19:21:26.897Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-04-30T19:21:26.914Z Compiling papergrid v0.17.0
33432026-04-30T19:21:26.972Z Compiling testing_table v0.3.0
33442026-04-30T19:21:27.034Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-04-30T19:21:27.167Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-04-30T19:21:27.185Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-04-30T19:21:27.204Z Compiling ctr v0.9.2
33482026-04-30T19:21:27.298Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-04-30T19:21:27.438Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-04-30T19:21:27.455Z Compiling hashbrown v0.12.3
33512026-04-30T19:21:27.483Z Compiling unicase v2.9.0
33522026-04-30T19:21:27.679Z Compiling corncobs v0.1.4
33532026-04-30T19:21:27.746Z Compiling aes-gcm v0.10.3
33542026-04-30T19:21:27.766Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-04-30T19:21:27.783Z Compiling mime_guess v2.0.5
33562026-04-30T19:21:27.806Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-04-30T19:21:27.894Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-04-30T19:21:27.912Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-04-30T19:21:27.973Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-04-30T19:21:28.033Z Compiling tabled v0.20.0
33612026-04-30T19:21:28.149Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-04-30T19:21:28.295Z Compiling parking_lot v0.11.2
33632026-04-30T19:21:28.359Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-04-30T19:21:28.410Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33652026-04-30T19:21:28.429Z Compiling serde-hex v0.1.0
33662026-04-30T19:21:28.508Z Compiling progenitor v0.14.0
33672026-04-30T19:21:28.535Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-04-30T19:21:28.605Z Compiling progenitor v0.13.0
33692026-04-30T19:21:28.699Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-04-30T19:21:28.721Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-04-30T19:21:28.755Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-04-30T19:21:28.794Z Compiling progenitor-impl v0.10.0
33732026-04-30T19:21:28.817Z Compiling ron v0.8.1
33742026-04-30T19:21:28.934Z Compiling hashbrown v0.13.2
33752026-04-30T19:21:28.952Z Compiling progenitor-client v0.11.2
33762026-04-30T19:21:28.977Z Compiling prefix-trie v0.7.0
33772026-04-30T19:21:29.261Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-04-30T19:21:29.310Z Compiling blowfish v0.9.1
33792026-04-30T19:21:29.397Z Compiling ssh-encoding v0.2.0
33802026-04-30T19:21:29.462Z Compiling fxhash v0.2.1
33812026-04-30T19:21:29.599Z Compiling secrecy v0.8.0
33822026-04-30T19:21:29.642Z Compiling crc-any v2.5.0
33832026-04-30T19:21:29.660Z Compiling progenitor-macro v0.11.2
33842026-04-30T19:21:29.710Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33852026-04-30T19:21:29.783Z Compiling ssh-cipher v0.2.0
33862026-04-30T19:21:29.828Z Compiling sled v0.34.7
33872026-04-30T19:21:29.971Z Compiling bcrypt-pbkdf v0.10.0
33882026-04-30T19:21:30.352Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33892026-04-30T19:21:30.427Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33902026-04-30T19:21:30.533Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33912026-04-30T19:21:30.873Z Compiling object v0.30.4
33922026-04-30T19:21:30.891Z Compiling hickory-server v0.25.2
33932026-04-30T19:21:30.955Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33942026-04-30T19:21:31.205Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-04-30T19:21:31.279Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-04-30T19:21:31.404Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33972026-04-30T19:21:31.479Z Compiling progenitor-macro v0.10.0
33982026-04-30T19:21:31.535Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-30T19:21:31.661Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34002026-04-30T19:21:32.197Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-04-30T19:21:32.217Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-04-30T19:21:32.809Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-04-30T19:21:32.960Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34042026-04-30T19:21:33.080Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-04-30T19:21:33.174Z Compiling password-hash v0.4.2
34062026-04-30T19:21:33.239Z Compiling http-range v0.1.5
34072026-04-30T19:21:33.315Z Compiling crc8 v0.1.1
34082026-04-30T19:21:33.467Z Compiling path-slash v0.1.5
34092026-04-30T19:21:33.470Z Compiling half v1.8.3
34102026-04-30T19:21:33.582Z Compiling pbkdf2 v0.11.0
34112026-04-30T19:21:33.601Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34122026-04-30T19:21:33.621Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-04-30T19:21:33.807Z Compiling serde_cbor v0.11.2
34142026-04-30T19:21:33.843Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-04-30T19:21:33.860Z Compiling ssh-key v0.6.7
34162026-04-30T19:21:33.980Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-04-30T19:21:34.122Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-04-30T19:21:34.155Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-04-30T19:21:34.298Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34202026-04-30T19:21:34.340Z Compiling p521 v0.13.3
34212026-04-30T19:21:34.402Z Compiling p256 v0.13.2
34222026-04-30T19:21:34.461Z Compiling yasna v0.5.2
34232026-04-30T19:21:34.740Z Compiling kstat-rs v0.2.4
34242026-04-30T19:21:34.759Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-04-30T19:21:34.795Z Compiling progenitor v0.11.2
34262026-04-30T19:21:34.814Z Compiling headers-core v0.3.0
34272026-04-30T19:21:34.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-04-30T19:21:34.978Z Compiling nanorand v0.7.0
34292026-04-30T19:21:34.994Z Compiling atty v0.2.14
34302026-04-30T19:21:35.057Z Compiling russh-cryptovec v0.7.3
34312026-04-30T19:21:35.080Z Compiling home v0.5.12
34322026-04-30T19:21:35.112Z Compiling md5 v0.7.0
34332026-04-30T19:21:35.130Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-04-30T19:21:35.148Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34352026-04-30T19:21:35.177Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34362026-04-30T19:21:35.259Z Compiling flume v0.11.1
34372026-04-30T19:21:35.277Z Compiling headers v0.4.1
34382026-04-30T19:21:35.301Z Compiling russh-keys v0.45.0
34392026-04-30T19:21:35.345Z Compiling rcgen v0.12.1
34402026-04-30T19:21:35.431Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34412026-04-30T19:21:35.587Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-04-30T19:21:35.606Z Compiling hyper-staticfile v0.10.1
34432026-04-30T19:21:35.624Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-04-30T19:21:35.832Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34452026-04-30T19:21:36.027Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34462026-04-30T19:21:36.074Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-04-30T19:21:36.153Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34482026-04-30T19:21:36.258Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34492026-04-30T19:21:36.461Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-04-30T19:21:36.588Z Compiling progenitor v0.10.0
34512026-04-30T19:21:36.649Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-04-30T19:21:36.667Z Compiling num-bigint v0.4.6
34532026-04-30T19:21:36.756Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34542026-04-30T19:21:36.776Z Compiling des v0.8.1
34552026-04-30T19:21:36.793Z Compiling subprocess v0.2.15
34562026-04-30T19:21:36.869Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-04-30T19:21:36.894Z Compiling hex-literal v0.4.1
34582026-04-30T19:21:36.913Z Compiling display-error-chain v0.2.2
34592026-04-30T19:21:37.002Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-04-30T19:21:37.045Z Compiling colored v2.2.0
34612026-04-30T19:21:37.087Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34622026-04-30T19:21:37.328Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-04-30T19:21:37.363Z Compiling socket2 v0.5.10
34642026-04-30T19:21:37.389Z Compiling internet-checksum v0.2.1
34652026-04-30T19:21:37.554Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34662026-04-30T19:21:37.572Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34672026-04-30T19:21:37.821Z Compiling russh v0.45.0
34682026-04-30T19:21:40.240Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34692026-04-30T19:21:40.916Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34702026-04-30T19:21:41.393Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34712026-04-30T19:21:42.742Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34722026-04-30T19:21:50.687Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34732026-04-30T19:21:50.687Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34742026-04-30T19:21:50.691Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-04-30T19:21:50.691Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-04-30T19:21:52.412Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-04-30T19:21:52.471Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-04-30T19:21:56.590Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-04-30T19:21:57.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34802026-04-30T19:22:16.823Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34812026-04-30T19:22:36.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34822026-04-30T19:22:36.301Z
34832026-04-30T19:22:36.301Zreal 1:26.619681771
34842026-04-30T19:22:36.301Zuser 8:19.695528077
34852026-04-30T19:22:36.301Zsys 1:44.780500187
34862026-04-30T19:22:36.301Ztrap 0.266451755
34872026-04-30T19:22:36.302Ztflt 0.537561564
34882026-04-30T19:22:36.302Zdflt 1.597642140
34892026-04-30T19:22:36.305Zkflt 0.000281675
34902026-04-30T19:22:36.305Zlock 29:58.521455409
34912026-04-30T19:22:36.305Zslp 19:37.294987468
34922026-04-30T19:22:36.305Zlat 38.445471023
34932026-04-30T19:22:36.305Zstop 2:53.275193346
34942026-04-30T19:22:36.305Z+ mkdir tests
34952026-04-30T19:22:36.305Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-04-30T19:22:36.305Z+ xargs -I '{}' -t cp '{}' tests/
34972026-04-30T19:22:36.396Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
34982026-04-30T19:22:36.424Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
34992026-04-30T19:22:36.452Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35002026-04-30T19:22:36.480Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35012026-04-30T19:22:36.807Z+ 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/*)
35022026-04-30T19:22:36.811Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-625eb3aebc685327 tests/commtest-3acc18599d92ffe8 tests/dhcp_server-bab7d8462096a085 tests/end_to_end_tests-16791c2e1f8988e2 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35032026-04-30T19:24:02.090ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-04-30T19:24:02.090Za .github/buildomat/ci-env.sh 1K
35052026-04-30T19:24:02.090Za out/target/test 1K
35062026-04-30T19:24:02.090Za out/npuzone/npuzone 27402K
35072026-04-30T19:24:02.090Za package-manifest.toml 35K
35082026-04-30T19:24:02.090Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-04-30T19:24:02.090Za target/release/omicron-package 44887K
35102026-04-30T19:24:02.090Za target/release/xtask 11449K
35112026-04-30T19:24:02.090Za target/debug/bootstrap 351679K
35122026-04-30T19:24:02.090Za tests/bootstrap-625eb3aebc685327 31215K
35132026-04-30T19:24:02.090Za tests/commtest-3acc18599d92ffe8 32300K
35142026-04-30T19:24:02.090Za tests/dhcp_server-bab7d8462096a085 31215K
35152026-04-30T19:24:02.090Za tests/end_to_end_tests-16791c2e1f8988e2 392789K
35162026-04-30T19:24:02.090Za out/clickhouse.tar.gz 318395K
35172026-04-30T19:24:02.090Za out/clickhouse_keeper.tar.gz 303763K
35182026-04-30T19:24:02.090Za out/clickhouse_server.tar.gz 318395K
35192026-04-30T19:24:02.090Za out/cockroachdb.tar.gz 164600K
35202026-04-30T19:24:02.090Za out/crucible-pantry-zone.tar.gz 43677K
35212026-04-30T19:24:02.091Za out/crucible-utils.tar 17744K
35222026-04-30T19:24:02.091Za out/crucible-zone.tar.gz 57815K
35232026-04-30T19:24:02.091Za out/external-dns.tar.gz 49266K
35242026-04-30T19:24:02.091Za out/internal-dns.tar.gz 49265K
35252026-04-30T19:24:02.091Za out/mg-ddm-gz.tar 95141K
35262026-04-30T19:24:02.091Za out/nexus.tar.gz 220198K
35272026-04-30T19:24:02.091Za out/ntp.tar.gz 31624K
35282026-04-30T19:24:02.091Za out/omicron-gateway-softnpu.tar.gz 28498K
35292026-04-30T19:24:02.091Za out/omicron-sled-agent.tar 199210K
35302026-04-30T19:24:02.091Za out/overlay.tar.gz 3K
35312026-04-30T19:24:02.091Za out/oximeter.tar.gz 65267K
35322026-04-30T19:24:02.091Za out/oxlog.tar 3782K
35332026-04-30T19:24:02.091Za out/probe.tar.gz 3037K
35342026-04-30T19:24:02.091Za out/propolis-server.tar.gz 38727K
35352026-04-30T19:24:02.091Za out/pumpkind-gz.tar 26647K
35362026-04-30T19:24:02.091Za out/switch-softnpu.tar.gz 393537K
35372026-04-30T19:24:02.095Z
35382026-04-30T19:24:02.095Zreal 1:25.271859777
35392026-04-30T19:24:02.095Zuser 1:22.752347768
35402026-04-30T19:24:02.095Zsys 4.207209727
35412026-04-30T19:24:02.095Ztrap 0.006372382
35422026-04-30T19:24:02.095Ztflt 0.000000000
35432026-04-30T19:24:02.095Zdflt 0.000000000
35442026-04-30T19:24:02.095Zkflt 0.000000000
35452026-04-30T19:24:02.095Zlock 0.000000000
35462026-04-30T19:24:02.095Zslp 1:22.676802511
35472026-04-30T19:24:02.095Zlat 0.896358344
35482026-04-30T19:24:02.095Zstop 0.000479197
35492026-04-30T19:24:02.095Zprocess exited: duration 997119 ms, exit code 0
 
35502026-04-30T19:24:02.110Zfound 1 output files
35512026-04-30T19:24:02.110Zuploading: /work/package.tar.gz (2429600488 bytes)
35522026-04-30T19:24:31.728Zuploaded: /work/package.tar.gz