01KQXPP9NX8S0TQ70B9BYNP53N: 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: 01KQXPPNFWV7A03NHMFV7NA520

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T03:54:20.746Zjob assigned to worker 01KQXPPYFSDVAK9BD10BCQVRMP [factory aws, i-03edb3b8e9203f0bc] (queued for 51 s)
 
22026-05-06T03:54:28.554Zstarting task 0: "setup"
32026-05-06T03:54:28.559Z++ uname -s
42026-05-06T03:54:28.562Z+ kern=SunOS
52026-05-06T03:54:28.562Z+ build_user=build
62026-05-06T03:54:28.562Z+ build_uid=12345
72026-05-06T03:54:28.562Z+ work_dir=/work
82026-05-06T03:54:28.562Z+ input_dir=/input
92026-05-06T03:54:28.562Z+ [[ 0 == 12345 ]]
102026-05-06T03:54:28.562Z+ case "$kern" in
112026-05-06T03:54:28.562Z+ groupadd -g 12345 build
122026-05-06T03:54:28.565Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T03:54:30.574Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T03:54:30.710Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T03:54:30.713Z+ home_fs=zfs
162026-05-06T03:54:30.713Z+ [[ zfs == autofs ]]
172026-05-06T03:54:30.713Z+ mkdir -p /home/build
182026-05-06T03:54:30.716Z+ chown build:build /home/build /work
192026-05-06T03:54:32.717Z+ chmod 0700 /home/build /work
202026-05-06T03:54:32.720Zprocess exited: duration 4168 ms, exit code 0
 
212026-05-06T03:54:32.726Zstarting task 1: "rust-toolchain"
222026-05-06T03:54:32.731Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T03:54:32.731Z * rust toolchain channel = "1.94.0"
242026-05-06T03:54:32.731Z * rust toolchain profile = "default"
252026-05-06T03:54:32.731Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T03:54:32.731Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T03:54:32.732Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T03:54:32.734Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T03:54:32.734Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T03:54:32.950Zinfo: downloading installer
312026-05-06T03:54:34.568Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T03:54:34.568Zwarn: /opt/ooce/bin
332026-05-06T03:54:34.568Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T03:54:34.568Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T03:54:34.568Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T03:54:34.568Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T03:54:34.568Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T03:54:34.568Zerror: cannot install while Rust is installed
392026-05-06T03:54:34.568Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T03:54:34.568Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T03:54:34.568Zwarn: /home/build/.rustup/settings.toml
422026-05-06T03:54:34.568Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T03:54:34.568Zwarn: instead of the one inferred from the default host triple.
442026-05-06T03:54:34.582Zinfo: profile set to default
452026-05-06T03:54:34.582Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T03:54:34.584Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T03:54:34.734Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T03:54:34.737Zinfo: downloading 6 components
492026-05-06T03:54:50.668Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T03:54:50.668Z
512026-05-06T03:54:50.698Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T03:54:50.698Z
532026-05-06T03:54:50.698Z
542026-05-06T03:54:50.698ZRust is installed now. Great!
552026-05-06T03:54:50.698Z
562026-05-06T03:54:50.698ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T03:54:50.698Zenvironment variable. This has not been done automatically.
582026-05-06T03:54:50.698Z
592026-05-06T03:54:50.698ZTo configure your current shell, you need to source
602026-05-06T03:54:50.698Zthe corresponding env file under $HOME/.cargo.
612026-05-06T03:54:50.698Z
622026-05-06T03:54:50.698ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T03:54:50.698Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T03:54:50.698Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T03:54:50.698Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T03:54:50.698Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T03:54:50.698Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T03:54:50.698Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T03:54:50.701Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T03:54:50.701Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T03:54:50.805Z+ rustup --version
722026-05-06T03:54:50.811Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T03:54:50.814Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T03:54:50.830Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T03:54:50.833Z+ cargo --version
762026-05-06T03:54:50.842Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T03:54:50.845Z+ rustc --version
782026-05-06T03:54:50.866Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T03:54:50.868Zprocess exited: duration 18139 ms, exit code 0
 
802026-05-06T03:54:50.874Zstarting task 2: "authentication"
812026-05-06T03:54:50.894Zprocess exited: duration 19 ms, exit code 0
 
822026-05-06T03:54:50.900Zstarting task 3: "clone repository"
832026-05-06T03:54:50.905Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T03:54:50.908Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T03:54:50.944ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T03:55:00.068Z+ cd /work/oxidecomputer/omicron
872026-05-06T03:55:00.069Z+ git fetch origin 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
882026-05-06T03:55:00.349ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T03:55:00.349Z * branch 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6 -> FETCH_HEAD
902026-05-06T03:55:00.363Z+ [[ -n eliza/resock ]]
912026-05-06T03:55:00.366Z++ git branch --show-current
922026-05-06T03:55:00.368Z+ current=main
932026-05-06T03:55:00.368Z+ [[ main != eliza/resock ]]
942026-05-06T03:55:00.368Z+ git branch -f eliza/resock 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
952026-05-06T03:55:00.371Z+ git checkout -f eliza/resock
962026-05-06T03:55:00.602ZSwitched to branch 'eliza/resock'
972026-05-06T03:55:00.605Z+ git reset --hard 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
982026-05-06T03:55:00.618ZHEAD is now at 6c23dc7b7 ci: change `deploy.sh` to programmatically enumerate disks
992026-05-06T03:55:00.621Zprocess exited: duration 9717 ms, exit code 0
 
1002026-05-06T03:55:00.626Zstarting task 4: "build"
1012026-05-06T03:55:00.632Z+ source .github/buildomat/ci-env.sh
1022026-05-06T03:55:00.632Z++ export CARGO_TERM_COLOR=always
1032026-05-06T03:55:00.632Z++ CARGO_TERM_COLOR=always
1042026-05-06T03:55:00.632Z+ cargo --version
1052026-05-06T03:55:00.641Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T03:55:00.644Z+ rustc --version
1072026-05-06T03:55:00.664Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T03:55:00.667Z+ WORK=/work
1092026-05-06T03:55:00.667Z+ pfexec mkdir -p /work
1102026-05-06T03:55:00.671Z+ pfexec chown build /work
1112026-05-06T03:55:00.674Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-06T03:55:10.559Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-06T03:55:18.044Z Startup: Caching catalogs ... Done
1142026-05-06T03:55:25.429ZPlanning: Solver setup ... Done (5.978s)
1152026-05-06T03:55:25.470ZPlanning: Running solver ... Done (0.041s)
1162026-05-06T03:55:25.612ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-06T03:55:25.623ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-06T03:55:25.740ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-06T03:55:25.777ZPlanning: Package planning ... Done (0.038s)
1202026-05-06T03:55:25.814ZPlanning: Merging actions ... Done (0.036s)
1212026-05-06T03:55:25.994ZPlanning: Checking for conflicting actions ... Done (0.180s)
1222026-05-06T03:55:26.003ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-05-06T03:55:27.174ZPlanning: Evaluating mediators ... Done (1.171s)
1242026-05-06T03:55:27.182ZPlanning: Planning completed in 8.97 seconds
1252026-05-06T03:55:27.196Z Packages to install: 5
1262026-05-06T03:55:27.196Z Mediators to change: 3
1272026-05-06T03:55:27.196Z Services to change: 1
1282026-05-06T03:55:27.196Z Estimated space available: 155.34 GB
1292026-05-06T03:55:27.196ZEstimated space to be consumed: 1.90 GB
1302026-05-06T03:55:27.196Z Create boot environment: No
1312026-05-06T03:55:27.200ZCreate backup boot environment: No
1322026-05-06T03:55:27.200Z Rebuild boot archive: No
1332026-05-06T03:55:27.200Z
1342026-05-06T03:55:27.200ZChanged mediators:
1352026-05-06T03:55:27.200Z mediator clang:
1362026-05-06T03:55:27.200Z version: None -> 15 (system default)
1372026-05-06T03:55:27.200Z
1382026-05-06T03:55:27.200Z mediator llvm:
1392026-05-06T03:55:27.200Z version: 14 (system default) -> 15 (system default)
1402026-05-06T03:55:27.200Z
1412026-05-06T03:55:27.200Z mediator postgresql:
1422026-05-06T03:55:27.200Z version: 15 (system default) -> 18 (system default)
1432026-05-06T03:55:27.200Z
1442026-05-06T03:55:27.200ZChanged packages:
1452026-05-06T03:55:27.200Zhelios-dev
1462026-05-06T03:55:27.200Z developer/build-essential
1472026-05-06T03:55:27.200Z None -> 11-2.0
1482026-05-06T03:55:27.200Z library/libxmlsec1
1492026-05-06T03:55:27.200Z None -> 1.2.35-2.0
1502026-05-06T03:55:27.200Z ooce/developer/clang-15
1512026-05-06T03:55:27.200Z None -> 15.0.7-2.0
1522026-05-06T03:55:27.200Z ooce/developer/llvm-15
1532026-05-06T03:55:27.200Z None -> 15.0.7-2.0
1542026-05-06T03:55:27.200Z ooce/library/postgresql-18
1552026-05-06T03:55:27.200Z None -> 18.1-2.0
1562026-05-06T03:55:27.200Z
1572026-05-06T03:55:27.200ZServices:
1582026-05-06T03:55:27.200Z restart_fmri:
1592026-05-06T03:55:27.201Z svc:/system/update-man-index:default
1602026-05-06T03:55:27.244Z
1612026-05-06T03:55:27.244ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-06T03:55:32.251ZDownload: 1566/4272 items 116.0/219.0MB 52% complete (23.9M/s)
1632026-05-06T03:55:37.517ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (21.9M/s)
1642026-05-06T03:55:44.721ZDownload: 3289/4272 items 212.6/219.0MB 97% complete (18.6M/s)
1652026-05-06T03:55:47.700ZDownload: Completed 218.99 MB in 20.45 seconds (10.7M/s)
1662026-05-06T03:55:47.854Z Actions: 1/4789 actions (Installing new actions)
1672026-05-06T03:55:51.258Z Actions: Completed 4789 actions in 3.40 seconds.
1682026-05-06T03:55:51.546Z Done (0.284s)
1692026-05-06T03:55:51.546Z Done (0.000s)
1702026-05-06T03:55:52.193Z Done (0.647s)
1712026-05-06T03:55:55.737Z Done (3.193s)
1722026-05-06T03:55:55.814Z Done (0.014s)
1732026-05-06T03:55:55.817Z Done (0.000s)
1742026-05-06T03:55:56.073Z Done (0.000s)
1752026-05-06T03:55:56.941ZPlanning: Evaluating mediator changes ... Done
1762026-05-06T03:55:57.049ZPlanning: Checking for conflicting actions ... Done
1772026-05-06T03:55:57.052ZPlanning: Consolidating action changes ... Done
1782026-05-06T03:55:57.209ZPlanning: Evaluating mediators ... Done
1792026-05-06T03:55:57.212ZPlanning: Planning completed in 0.27 seconds
1802026-05-06T03:55:57.231Z Mediators to change: 2
1812026-05-06T03:55:57.231Z Create boot environment: No
1822026-05-06T03:55:57.231ZCreate backup boot environment: No
1832026-05-06T03:55:57.291Z Done
1842026-05-06T03:55:57.291Z Done
1852026-05-06T03:55:57.934Z Done
1862026-05-06T03:56:00.539Z Done
1872026-05-06T03:56:00.613Z Done
1882026-05-06T03:56:00.616Z Done
1892026-05-06T03:56:00.767Z Done
1902026-05-06T03:56:01.022ZPlanning: Evaluating mediator changes ... Done
1912026-05-06T03:56:01.127ZPlanning: Checking for conflicting actions ... Done
1922026-05-06T03:56:01.129ZPlanning: Consolidating action changes ... Done
1932026-05-06T03:56:01.285ZPlanning: Evaluating mediators ... Done
1942026-05-06T03:56:01.287ZPlanning: Planning completed in 0.26 seconds
1952026-05-06T03:56:01.307Z Mediators to change: 1
1962026-05-06T03:56:01.307Z Create boot environment: No
1972026-05-06T03:56:01.307ZCreate backup boot environment: No
1982026-05-06T03:56:01.366Z Done
1992026-05-06T03:56:01.366Z Done
2002026-05-06T03:56:01.972Z Done
2012026-05-06T03:56:04.560Z Done
2022026-05-06T03:56:04.635Z Done
2032026-05-06T03:56:04.637Z Done
2042026-05-06T03:56:04.771Z Done
2052026-05-06T03:56:05.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-05-06T03:56:05.056Zclang system 15 system
2072026-05-06T03:56:05.056Zcsh system system illumos
2082026-05-06T03:56:05.056Zctags system system illumos
2092026-05-06T03:56:05.056Zfile system system illumos
2102026-05-06T03:56:05.056Zgcc vendor 12 vendor
2112026-05-06T03:56:05.056Zgcc system 14 system
2122026-05-06T03:56:05.056Zgcc system 10 system
2132026-05-06T03:56:05.056Zgo system 1.20 system
2142026-05-06T03:56:05.056Zgo system 1.19 system
2152026-05-06T03:56:05.056Zllvm system 15 system
2162026-05-06T03:56:05.056Zllvm system 14 system
2172026-05-06T03:56:05.056Zmariadb system 10.6 system
2182026-05-06T03:56:05.056Zmta vendor vendor dma
2192026-05-06T03:56:05.056Zopenjdk system 17 system
2202026-05-06T03:56:05.056Zopenjdk system 11 system
2212026-05-06T03:56:05.056Zopenjdk system 1.8 system
2222026-05-06T03:56:05.056Zopenssl vendor 3 vendor
2232026-05-06T03:56:05.056Zperl system 5.36 system
2242026-05-06T03:56:05.056Zpostgresql system 18 system
2252026-05-06T03:56:05.056Zpostgresql system 15 system
2262026-05-06T03:56:05.056Zpostgresql system 13 system
2272026-05-06T03:56:05.056Zpython vendor 3 vendor
2282026-05-06T03:56:05.056Zpython system 2 system
2292026-05-06T03:56:05.056Zpython3 system 3.11 system
2302026-05-06T03:56:05.056Zruby system 3.0 system
2312026-05-06T03:56:05.056Zwords vendor vendor american-english
2322026-05-06T03:56:05.056Zwords system system australian-english
2332026-05-06T03:56:05.056Zwords system system british-english
2342026-05-06T03:56:05.056Zwords system system canadian-english
2352026-05-06T03:56:05.056Zwords system system french
2362026-05-06T03:56:05.056Zwords system system italian
2372026-05-06T03:56:05.056Zwords system system ngerman
2382026-05-06T03:56:05.056Zwords system system ogerman
2392026-05-06T03:56:05.056Zwords system system spanish
2402026-05-06T03:56:05.282ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-06T03:56:05.282Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-05-06T03:56:09.996ZFMRI IFO
2432026-05-06T03:56:09.996Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-05-06T03:56:09.996Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-05-06T03:56:09.996Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-05-06T03:56:09.996Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-05-06T03:56:09.996Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-05-06T03:56:09.997Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-05-06T03:56:09.997Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-05-06T03:56:09.997Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-05-06T03:56:09.997Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-05-06T03:56:09.997Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-05-06T03:56:09.997Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-05-06T03:56:09.997Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-05-06T03:56:09.997Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-05-06T03:56:09.997Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-05-06T03:56:09.997Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-05-06T03:56:09.997Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-05-06T03:56:09.997Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-05-06T03:56:11.137Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-05-06T03:56:11.385Z Updating crates.io index
2622026-05-06T03:56:11.421Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-05-06T03:56:12.106Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-06T03:56:12.505Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-06T03:56:13.035Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-05-06T03:56:13.821Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-05-06T03:56:14.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-06T03:56:15.631Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-05-06T03:56:16.490Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-05-06T03:56:16.727Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-05-06T03:56:17.625Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-05-06T03:56:17.977Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-05-06T03:56:18.308Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-05-06T03:56:18.627Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-05-06T03:56:19.470Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-06T03:56:20.031Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-06T03:56:20.346Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-05-06T03:56:20.706Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-05-06T03:56:20.963Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-05-06T03:56:21.501Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-05-06T03:56:21.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-05-06T03:56:21.936Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-05-06T03:56:22.370Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-05-06T03:56:22.920Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-06T03:56:23.348Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-06T03:56:23.750Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-06T03:56:24.233Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-06T03:56:25.123Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-06T03:56:25.699Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-06T03:56:26.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-05-06T03:56:26.638Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-05-06T03:56:26.915Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-05-06T03:56:27.226Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-05-06T03:56:27.510Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-05-06T03:56:27.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-05-06T03:56:28.185Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-05-06T03:56:28.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-05-06T03:56:28.672Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-05-06T03:56:29.020Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-05-06T03:56:40.553Z Downloading crates ...
3012026-05-06T03:56:40.625Z Downloaded thread-id v4.2.2
3022026-05-06T03:56:40.637Z Downloaded percent-encoding v2.3.2
3032026-05-06T03:56:40.644Z Downloaded tinystr v0.8.2
3042026-05-06T03:56:40.647Z Downloaded plain v0.2.3
3052026-05-06T03:56:40.647Z Downloaded heck v0.5.0
3062026-05-06T03:56:40.653Z Downloaded zerofrom-derive v0.1.6
3072026-05-06T03:56:40.656Z Downloaded proc-macro-error-attr v1.0.4
3082026-05-06T03:56:40.656Z Downloaded fastrand v2.3.0
3092026-05-06T03:56:40.656Z Downloaded dof v0.3.0
3102026-05-06T03:56:40.659Z Downloaded scroll_derive v0.12.1
3112026-05-06T03:56:40.659Z Downloaded cfg-if v1.0.4
3122026-05-06T03:56:40.663Z Downloaded typeid v1.0.3
3132026-05-06T03:56:40.663Z Downloaded errno v0.3.14
3142026-05-06T03:56:40.667Z Downloaded serde_tokenstream v0.2.3
3152026-05-06T03:56:40.667Z Downloaded quote v1.0.45
3162026-05-06T03:56:40.667Z Downloaded clap_lex v1.0.0
3172026-05-06T03:56:40.670Z Downloaded bytecount v0.6.9
3182026-05-06T03:56:40.670Z Downloaded utf8_iter v1.0.4
3192026-05-06T03:56:40.670Z Downloaded zerofrom v0.1.6
3202026-05-06T03:56:40.670Z Downloaded version_check v0.9.5
3212026-05-06T03:56:40.672Z Downloaded crypto-common v0.1.7
3222026-05-06T03:56:40.672Z Downloaded usdt v0.5.0
3232026-05-06T03:56:40.672Z Downloaded cpufeatures v0.2.17
3242026-05-06T03:56:40.675Z Downloaded block-buffer v0.10.4
3252026-05-06T03:56:40.675Z Downloaded usdt-macro v0.5.0
3262026-05-06T03:56:40.678Z Downloaded unicode-xid v0.2.6
3272026-05-06T03:56:40.681Z Downloaded swrite v0.1.0
3282026-05-06T03:56:40.684Z Downloaded fnv v1.0.7
3292026-05-06T03:56:40.685Z Downloaded utf8parse v0.2.2
3302026-05-06T03:56:40.689Z Downloaded toml_datetime v0.6.11
3312026-05-06T03:56:40.689Z Downloaded unicode-linebreak v0.1.5
3322026-05-06T03:56:40.689Z Downloaded yoke-derive v0.8.1
3332026-05-06T03:56:40.689Z Downloaded toml_write v0.1.2
3342026-05-06T03:56:40.693Z Downloaded zmij v1.0.21
3352026-05-06T03:56:40.697Z Downloaded usdt-attr-macro v0.5.0
3362026-05-06T03:56:40.697Z Downloaded form_urlencoded v1.2.2
3372026-05-06T03:56:40.700Z Downloaded equivalent v1.0.2
3382026-05-06T03:56:40.703Z Downloaded thiserror v1.0.69
3392026-05-06T03:56:40.705Z Downloaded yoke v0.8.1
3402026-05-06T03:56:40.705Z Downloaded writeable v0.6.2
3412026-05-06T03:56:40.705Z Downloaded toml v0.8.23
3422026-05-06T03:56:40.709Z Downloaded serde-value v0.7.0
3432026-05-06T03:56:40.709Z Downloaded is_terminal_polyfill v1.70.2
3442026-05-06T03:56:40.709Z Downloaded anstyle-query v1.1.5
3452026-05-06T03:56:40.709Z Downloaded macaddr v1.0.1
3462026-05-06T03:56:40.712Z Downloaded usdt-impl v0.5.0
3472026-05-06T03:56:40.712Z Downloaded ordered-float v2.10.1
3482026-05-06T03:56:40.715Z Downloaded cargo-platform v0.2.0
3492026-05-06T03:56:40.718Z Downloaded anstyle v1.0.13
3502026-05-06T03:56:40.721Z Downloaded thiserror v2.0.18
3512026-05-06T03:56:40.723Z Downloaded zerocopy-derive v0.7.35
3522026-05-06T03:56:40.723Z Downloaded thiserror-impl v2.0.18
3532026-05-06T03:56:40.726Z Downloaded zerovec-derive v0.11.2
3542026-05-06T03:56:40.726Z Downloaded ucd-trie v0.1.7
3552026-05-06T03:56:40.726Z Downloaded thiserror-impl v1.0.69
3562026-05-06T03:56:40.729Z Downloaded stable_deref_trait v1.2.1
3572026-05-06T03:56:40.729Z Downloaded dtrace-parser v0.2.0
3582026-05-06T03:56:40.734Z Downloaded textwrap v0.16.2
3592026-05-06T03:56:40.737Z Downloaded unicode-ident v1.0.24
3602026-05-06T03:56:40.739Z Downloaded potential_utf v0.1.4
3612026-05-06T03:56:40.739Z Downloaded idna_adapter v1.2.1
3622026-05-06T03:56:40.743Z Downloaded zerovec v0.11.5
3632026-05-06T03:56:40.746Z Downloaded tabled_derive v0.7.0
3642026-05-06T03:56:40.746Z Downloaded byteorder v1.5.0
3652026-05-06T03:56:40.750Z Downloaded typenum v1.19.0
3662026-05-06T03:56:40.753Z Downloaded zerotrie v0.2.3
3672026-05-06T03:56:40.755Z Downloaded heck v0.4.1
3682026-05-06T03:56:40.755Z Downloaded url v2.5.8
3692026-05-06T03:56:40.755Z Downloaded toml_edit v0.22.27
3702026-05-06T03:56:40.765Z Downloaded winnow v0.7.14
3712026-05-06T03:56:40.770Z Downloaded terminal_size v0.4.3
3722026-05-06T03:56:40.773Z Downloaded memmap v0.7.0
3732026-05-06T03:56:40.773Z Downloaded zerocopy v0.7.35
3742026-05-06T03:56:40.780Z Downloaded strsim v0.11.1
3752026-05-06T03:56:40.783Z Downloaded smawk v0.3.2
3762026-05-06T03:56:40.783Z Downloaded anstyle-parse v0.2.7
3772026-05-06T03:56:40.783Z Downloaded serde_spanned v0.6.9
3782026-05-06T03:56:40.785Z Downloaded pretty-hex v0.4.1
3792026-05-06T03:56:40.785Z Downloaded generic-array v0.14.7
3802026-05-06T03:56:40.785Z Downloaded proc-macro-error v1.0.4
3812026-05-06T03:56:40.789Z Downloaded unicode-width v0.2.0
3822026-05-06T03:56:40.793Z Downloaded unicode-width v0.1.14
3832026-05-06T03:56:40.796Z Downloaded colorchoice v1.0.4
3842026-05-06T03:56:40.796Z Downloaded tempfile v3.25.0
3852026-05-06T03:56:40.796Z Downloaded erased-serde v0.4.9
3862026-05-06T03:56:40.796Z Downloaded itoa v1.0.17
3872026-05-06T03:56:40.801Z Downloaded camino v1.2.2
3882026-05-06T03:56:40.801Z Downloaded once_cell v1.21.3
3892026-05-06T03:56:40.805Z Downloaded displaydoc v0.2.5
3902026-05-06T03:56:40.805Z Downloaded clap_derive v4.5.55
3912026-05-06T03:56:40.805Z Downloaded cargo-util-schemas v0.8.2
3922026-05-06T03:56:40.805Z Downloaded cargo_metadata v0.21.0
3932026-05-06T03:56:40.808Z Downloaded cargo_toml v0.21.0
3942026-05-06T03:56:40.813Z Downloaded serde-untagged v0.1.9
3952026-05-06T03:56:40.813Z Downloaded fs-err v3.3.0
3962026-05-06T03:56:40.814Z Downloaded autocfg v1.5.0
3972026-05-06T03:56:40.816Z Downloaded scroll v0.12.0
3982026-05-06T03:56:40.821Z Downloaded semver v1.0.28
3992026-05-06T03:56:40.821Z Downloaded anyhow v1.0.102
4002026-05-06T03:56:40.825Z Downloaded proc-macro2 v1.0.106
4012026-05-06T03:56:40.833Z Downloaded synstructure v0.13.2
4022026-05-06T03:56:40.838Z Downloaded anstream v0.6.21
4032026-05-06T03:56:40.846Z Downloaded camino-tempfile v1.4.1
4042026-05-06T03:56:40.849Z Downloaded bitflags v2.11.0
4052026-05-06T03:56:40.852Z Downloaded getrandom v0.4.1
4062026-05-06T03:56:40.852Z Downloaded digest v0.10.7
4072026-05-06T03:56:40.855Z Downloaded icu_provider v2.1.1
4082026-05-06T03:56:40.858Z Downloaded smallvec v1.15.1
4092026-05-06T03:56:40.862Z Downloaded litemap v0.8.1
4102026-05-06T03:56:40.866Z Downloaded icu_normalizer v2.1.1
4112026-05-06T03:56:40.879Z Downloaded sha2 v0.10.9
4122026-05-06T03:56:40.891Z Downloaded icu_properties v2.1.2
4132026-05-06T03:56:40.895Z Downloaded papergrid v0.11.0
4142026-05-06T03:56:40.899Z Downloaded clap v4.5.60
4152026-05-06T03:56:40.905Z Downloaded pest_generator v2.8.6
4162026-05-06T03:56:40.908Z Downloaded serde_core v1.0.228
4172026-05-06T03:56:40.917Z Downloaded pest_derive v2.8.6
4182026-05-06T03:56:40.920Z Downloaded pest_meta v2.8.6
4192026-05-06T03:56:40.925Z Downloaded icu_locale_core v2.1.1
4202026-05-06T03:56:40.928Z Downloaded serde_derive v1.0.228
4212026-05-06T03:56:40.931Z Downloaded num-traits v0.2.19
4222026-05-06T03:56:40.934Z Downloaded icu_normalizer_data v2.1.1
4232026-05-06T03:56:40.936Z Downloaded log v0.4.29
4242026-05-06T03:56:40.950Z Downloaded serde v1.0.228
4252026-05-06T03:56:40.953Z Downloaded indexmap v2.14.0
4262026-05-06T03:56:40.957Z Downloaded memchr v2.8.0
4272026-05-06T03:56:40.975Z Downloaded icu_collections v2.1.1
4282026-05-06T03:56:40.982Z Downloaded icu_properties_data v2.1.2
4292026-05-06T03:56:40.986Z Downloaded idna v1.1.0
4302026-05-06T03:56:40.990Z Downloaded pest v2.8.6
4312026-05-06T03:56:40.998Z Downloaded hashbrown v0.17.0
4322026-05-06T03:56:41.018Z Downloaded clap_builder v4.5.60
4332026-05-06T03:56:41.023Z Downloaded serde_json v1.0.149
4342026-05-06T03:56:41.026Z Downloaded goblin v0.8.2
4352026-05-06T03:56:41.043Z Downloaded tabled v0.15.0
4362026-05-06T03:56:41.051Z Downloaded syn v1.0.109
4372026-05-06T03:56:41.072Z Downloaded syn v2.0.117
4382026-05-06T03:56:41.092Z Downloaded rustix v1.1.3
4392026-05-06T03:56:41.128Z Downloaded libc v0.2.185
4402026-05-06T03:56:41.194Z Compiling proc-macro2 v1.0.106
4412026-05-06T03:56:41.194Z Compiling quote v1.0.45
4422026-05-06T03:56:41.194Z Compiling unicode-ident v1.0.24
4432026-05-06T03:56:41.197Z Compiling serde_core v1.0.228
4442026-05-06T03:56:41.197Z Compiling libc v0.2.185
4452026-05-06T03:56:41.197Z Compiling version_check v0.9.5
4462026-05-06T03:56:41.197Z Compiling stable_deref_trait v1.2.1
4472026-05-06T03:56:41.197Z Compiling memchr v2.8.0
4482026-05-06T03:56:41.198Z Compiling serde v1.0.228
4492026-05-06T03:56:41.403Z Compiling zmij v1.0.21
4502026-05-06T03:56:41.419Z Compiling thiserror v1.0.69
4512026-05-06T03:56:41.423Z Compiling autocfg v1.5.0
4522026-05-06T03:56:41.423Z Compiling ucd-trie v0.1.7
4532026-05-06T03:56:41.433Z Compiling itoa v1.0.17
4542026-05-06T03:56:41.437Z Compiling litemap v0.8.1
4552026-05-06T03:56:41.605Z Compiling writeable v0.6.2
4562026-05-06T03:56:41.620Z Compiling icu_normalizer_data v2.1.1
4572026-05-06T03:56:41.752Z Compiling icu_properties_data v2.1.2
4582026-05-06T03:56:41.836Z Compiling rustix v1.1.3
4592026-05-06T03:56:41.840Z Compiling byteorder v1.5.0
4602026-05-06T03:56:41.891Z Compiling pest v2.8.6
4612026-05-06T03:56:41.909Z Compiling serde_json v1.0.149
4622026-05-06T03:56:41.916Z Compiling bitflags v2.11.0
4632026-05-06T03:56:42.071Z Compiling smallvec v1.15.1
4642026-05-06T03:56:42.074Z Compiling num-traits v0.2.19
4652026-05-06T03:56:42.162Z Compiling hashbrown v0.17.0
4662026-05-06T03:56:42.199Z Compiling typeid v1.0.3
4672026-05-06T03:56:42.251Z Compiling equivalent v1.0.2
4682026-05-06T03:56:42.342Z Compiling proc-macro-error-attr v1.0.4
4692026-05-06T03:56:42.345Z Compiling usdt-impl v0.5.0
4702026-05-06T03:56:42.345Z Compiling syn v1.0.109
4712026-05-06T03:56:42.412Z Compiling erased-serde v0.4.9
4722026-05-06T03:56:42.415Z Compiling winnow v0.7.14
4732026-05-06T03:56:42.415Z Compiling toml_write v0.1.2
4742026-05-06T03:56:42.523Z Compiling errno v0.3.14
4752026-05-06T03:56:42.580Z Compiling thread-id v4.2.2
4762026-05-06T03:56:42.695Z Compiling indexmap v2.14.0
4772026-05-06T03:56:42.737Z Compiling proc-macro-error v1.0.4
4782026-05-06T03:56:42.740Z Compiling percent-encoding v2.3.2
4792026-05-06T03:56:42.822Z Compiling thiserror v2.0.18
4802026-05-06T03:56:42.825Z Compiling camino v1.2.2
4812026-05-06T03:56:42.842Z Compiling utf8_iter v1.0.4
4822026-05-06T03:56:42.860Z Compiling getrandom v0.4.1
4832026-05-06T03:56:42.880Z Compiling syn v2.0.117
4842026-05-06T03:56:42.919Z Compiling utf8parse v0.2.2
4852026-05-06T03:56:42.981Z Compiling pest_meta v2.8.6
4862026-05-06T03:56:43.000Z Compiling plain v0.2.3
4872026-05-06T03:56:43.021Z Compiling log v0.4.29
4882026-05-06T03:56:43.039Z Compiling anstyle-parse v0.2.7
4892026-05-06T03:56:43.185Z Compiling form_urlencoded v1.2.2
4902026-05-06T03:56:43.202Z Compiling ordered-float v2.10.1
4912026-05-06T03:56:43.311Z Compiling cfg-if v1.0.4
4922026-05-06T03:56:43.330Z Compiling anstyle-query v1.1.5
4932026-05-06T03:56:43.348Z Compiling is_terminal_polyfill v1.70.2
4942026-05-06T03:56:43.381Z Compiling pretty-hex v0.4.1
4952026-05-06T03:56:43.402Z Compiling anstyle v1.0.13
4962026-05-06T03:56:43.405Z Compiling colorchoice v1.0.4
4972026-05-06T03:56:43.473Z Compiling fs-err v3.3.0
4982026-05-06T03:56:43.512Z Compiling anyhow v1.0.102
4992026-05-06T03:56:43.549Z Compiling bytecount v0.6.9
5002026-05-06T03:56:43.596Z Compiling clap_lex v1.0.0
5012026-05-06T03:56:43.603Z Compiling anstream v0.6.21
5022026-05-06T03:56:43.654Z Compiling terminal_size v0.4.3
5032026-05-06T03:56:43.672Z Compiling fastrand v2.3.0
5042026-05-06T03:56:43.692Z Compiling strsim v0.11.1
5052026-05-06T03:56:43.710Z Compiling fnv v1.0.7
5062026-05-06T03:56:43.713Z Compiling heck v0.5.0
5072026-05-06T03:56:43.883Z Compiling semver v1.0.28
5082026-05-06T03:56:43.923Z Compiling once_cell v1.21.3
5092026-05-06T03:56:43.923Z Compiling unicode-xid v0.2.6
5102026-05-06T03:56:43.969Z Compiling unicode-width v0.1.14
5112026-05-06T03:56:43.989Z Compiling heck v0.4.1
5122026-05-06T03:56:44.029Z Compiling clap_builder v4.5.60
5132026-05-06T03:56:44.089Z Compiling memmap v0.7.0
5142026-05-06T03:56:44.163Z Compiling tempfile v3.25.0
5152026-05-06T03:56:44.183Z Compiling unicode-width v0.2.0
5162026-05-06T03:56:44.226Z Compiling papergrid v0.11.0
5172026-05-06T03:56:44.244Z Compiling serde-untagged v0.1.9
5182026-05-06T03:56:44.264Z Compiling unicode-linebreak v0.1.5
5192026-05-06T03:56:44.284Z Compiling smawk v0.3.2
5202026-05-06T03:56:44.344Z Compiling swrite v0.1.0
5212026-05-06T03:56:44.461Z Compiling camino-tempfile v1.4.1
5222026-05-06T03:56:44.485Z Compiling textwrap v0.16.2
5232026-05-06T03:56:44.511Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-05-06T03:56:44.923Z Compiling tabled_derive v0.7.0
5252026-05-06T03:56:45.416Z Compiling synstructure v0.13.2
5262026-05-06T03:56:45.416Z Compiling pest_generator v2.8.6
5272026-05-06T03:56:45.604Z Compiling tabled v0.15.0
5282026-05-06T03:56:45.975Z Compiling serde_derive v1.0.228
5292026-05-06T03:56:45.978Z Compiling zerofrom-derive v0.1.6
5302026-05-06T03:56:45.978Z Compiling yoke-derive v0.8.1
5312026-05-06T03:56:45.978Z Compiling zerovec-derive v0.11.2
5322026-05-06T03:56:45.978Z Compiling displaydoc v0.2.5
5332026-05-06T03:56:45.978Z Compiling thiserror-impl v1.0.69
5342026-05-06T03:56:45.978Z Compiling zerocopy-derive v0.7.35
5352026-05-06T03:56:45.978Z Compiling scroll_derive v0.12.1
5362026-05-06T03:56:46.027Z Compiling thiserror-impl v2.0.18
5372026-05-06T03:56:46.083Z Compiling clap_derive v4.5.55
5382026-05-06T03:56:46.086Z Compiling pest_derive v2.8.6
5392026-05-06T03:56:46.808Z Compiling scroll v0.12.0
5402026-05-06T03:56:46.828Z Compiling zerocopy v0.7.35
5412026-05-06T03:56:47.003Z Compiling zerofrom v0.1.6
5422026-05-06T03:56:47.063Z Compiling goblin v0.8.2
5432026-05-06T03:56:47.133Z Compiling yoke v0.8.1
5442026-05-06T03:56:47.167Z Compiling dtrace-parser v0.2.0
5452026-05-06T03:56:47.268Z Compiling zerovec v0.11.5
5462026-05-06T03:56:47.271Z Compiling zerotrie v0.2.3
5472026-05-06T03:56:47.467Z Compiling clap v4.5.60
5482026-05-06T03:56:47.676Z Compiling tinystr v0.8.2
5492026-05-06T03:56:47.676Z Compiling potential_utf v0.1.4
5502026-05-06T03:56:47.801Z Compiling icu_collections v2.1.1
5512026-05-06T03:56:47.829Z Compiling icu_locale_core v2.1.1
5522026-05-06T03:56:48.354Z Compiling icu_provider v2.1.1
5532026-05-06T03:56:48.448Z Compiling dof v0.3.0
5542026-05-06T03:56:48.448Z Compiling serde_tokenstream v0.2.3
5552026-05-06T03:56:48.465Z Compiling toml_datetime v0.6.11
5562026-05-06T03:56:48.468Z Compiling serde_spanned v0.6.9
5572026-05-06T03:56:48.482Z Compiling serde-value v0.7.0
5582026-05-06T03:56:48.485Z Compiling cargo-platform v0.2.0
5592026-05-06T03:56:48.485Z Compiling macaddr v1.0.1
5602026-05-06T03:56:48.571Z Compiling icu_normalizer v2.1.1
5612026-05-06T03:56:48.575Z Compiling icu_properties v2.1.2
5622026-05-06T03:56:48.722Z Compiling toml_edit v0.22.27
5632026-05-06T03:56:49.195Z Compiling usdt-macro v0.5.0
5642026-05-06T03:56:49.198Z Compiling usdt-attr-macro v0.5.0
5652026-05-06T03:56:49.458Z Compiling idna_adapter v1.2.1
5662026-05-06T03:56:49.567Z Compiling idna v1.1.0
5672026-05-06T03:56:49.798Z Compiling usdt v0.5.0
5682026-05-06T03:56:49.836Z Compiling url v2.5.8
5692026-05-06T03:56:50.021Z Compiling toml v0.8.23
5702026-05-06T03:56:50.352Z Compiling cargo-util-schemas v0.8.2
5712026-05-06T03:56:50.352Z Compiling cargo_toml v0.21.0
5722026-05-06T03:56:51.146Z Compiling cargo_metadata v0.21.0
5732026-05-06T03:56:52.064Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-05-06T03:56:54.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.21s
5752026-05-06T03:56:54.412Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-05-06T03:56:54.973Z Downloading crates ...
5772026-05-06T03:56:55.068Z Downloaded adler2 v2.0.1
5782026-05-06T03:56:55.099Z Downloaded csv-core v0.1.13
5792026-05-06T03:56:55.102Z Downloaded buf-list v1.1.2
5802026-05-06T03:56:55.105Z Downloaded crossbeam-utils v0.8.21
5812026-05-06T03:56:55.108Z Downloaded base16ct v0.2.0
5822026-05-06T03:56:55.108Z Downloaded float-ord v0.3.2
5832026-05-06T03:56:55.108Z Downloaded crc v3.4.0
5842026-05-06T03:56:55.111Z Downloaded flagset v0.4.7
5852026-05-06T03:56:55.111Z Downloaded arrayref v0.3.9
5862026-05-06T03:56:55.115Z Downloaded cfg_aliases v0.2.1
5872026-05-06T03:56:55.118Z Downloaded document-features v0.2.12
5882026-05-06T03:56:55.118Z Downloaded darling v0.20.11
5892026-05-06T03:56:55.118Z Downloaded foldhash v0.2.0
5902026-05-06T03:56:55.121Z Downloaded darling_core v0.20.11
5912026-05-06T03:56:55.123Z Downloaded bitfield-struct v0.6.2
5922026-05-06T03:56:55.123Z Downloaded async-recursion v1.1.1
5932026-05-06T03:56:55.126Z Downloaded castaway v0.2.4
5942026-05-06T03:56:55.129Z Downloaded atty v0.2.14
5952026-05-06T03:56:55.129Z Downloaded ascii-canvas v3.0.0
5962026-05-06T03:56:55.131Z Downloaded array-init v0.0.4
5972026-05-06T03:56:55.134Z Downloaded cargo-platform v0.1.9
5982026-05-06T03:56:55.137Z Downloaded futures-core v0.3.32
5992026-05-06T03:56:55.137Z Downloaded compression-core v0.4.31
6002026-05-06T03:56:55.140Z Downloaded bb8 v0.8.6
6012026-05-06T03:56:55.140Z Downloaded bit-set v0.8.0
6022026-05-06T03:56:55.143Z Downloaded crunchy v0.2.4
6032026-05-06T03:56:55.145Z Downloaded bit-set v0.5.3
6042026-05-06T03:56:55.145Z Downloaded darling v0.21.3
6052026-05-06T03:56:55.148Z Downloaded crucible-workspace-hack v0.1.0
6062026-05-06T03:56:55.158Z Downloaded cexpr v0.6.0
6072026-05-06T03:56:55.161Z Downloaded crossterm v0.28.1
6082026-05-06T03:56:55.163Z Downloaded bitflags v1.3.2
6092026-05-06T03:56:55.168Z Downloaded async-stream-impl v0.3.6
6102026-05-06T03:56:55.171Z Downloaded atomic-waker v1.1.2
6112026-05-06T03:56:55.171Z Downloaded aead v0.5.2
6122026-05-06T03:56:55.179Z Downloaded crc32fast v1.5.0
6132026-05-06T03:56:55.182Z Downloaded assert_matches v1.5.0
6142026-05-06T03:56:55.187Z Downloaded filetime v0.2.27
6152026-05-06T03:56:55.189Z Downloaded fixedbitset v0.5.7
6162026-05-06T03:56:55.189Z Downloaded crc-catalog v2.4.0
6172026-05-06T03:56:55.192Z Downloaded ciborium-ll v0.2.2
6182026-05-06T03:56:55.192Z Downloaded cfg_aliases v0.1.1
6192026-05-06T03:56:55.192Z Downloaded async-stream v0.3.6
6202026-05-06T03:56:55.195Z Downloaded dsl_auto_type v0.2.0
6212026-05-06T03:56:55.195Z Downloaded derive_builder_core v0.20.2
6222026-05-06T03:56:55.198Z Downloaded crossterm v0.29.0
6232026-05-06T03:56:55.200Z Downloaded foreign-types v0.3.2
6242026-05-06T03:56:55.200Z Downloaded dropshot_endpoint v0.16.7
6252026-05-06T03:56:55.203Z Downloaded daft-derive v0.1.5
6262026-05-06T03:56:55.206Z Downloaded downcast-rs v2.0.2
6272026-05-06T03:56:55.209Z Downloaded dirs-sys-next v0.1.2
6282026-05-06T03:56:55.209Z Downloaded ciborium-io v0.2.2
6292026-05-06T03:56:55.209Z Downloaded curve25519-dalek-derive v0.1.1
6302026-05-06T03:56:55.211Z Downloaded block-padding v0.3.3
6312026-05-06T03:56:55.211Z Downloaded bitfield-macros v0.19.4
6322026-05-06T03:56:55.211Z Downloaded find-msvc-tools v0.1.9
6332026-05-06T03:56:55.214Z Downloaded endian-type v0.1.2
6342026-05-06T03:56:55.214Z Downloaded either v1.15.0
6352026-05-06T03:56:55.214Z Downloaded dtrace-parser v0.3.0
6362026-05-06T03:56:55.214Z Downloaded dunce v1.0.5
6372026-05-06T03:56:55.218Z Downloaded derive-ex v0.1.8
6382026-05-06T03:56:55.218Z Downloaded cobs v0.3.0
6392026-05-06T03:56:55.218Z Downloaded cipher v0.4.4
6402026-05-06T03:56:55.220Z Downloaded async-trait v0.1.89
6412026-05-06T03:56:55.220Z Downloaded atomicwrites v0.4.4
6422026-05-06T03:56:55.223Z Downloaded cmake v0.1.57
6432026-05-06T03:56:55.223Z Downloaded darling_macro v0.21.3
6442026-05-06T03:56:55.226Z Downloaded cpufeatures v0.3.0
6452026-05-06T03:56:55.226Z Downloaded ff v0.13.1
6462026-05-06T03:56:55.229Z Downloaded chacha20 v0.9.1
6472026-05-06T03:56:55.229Z Downloaded camino-tempfile-ext v0.3.3
6482026-05-06T03:56:55.231Z Downloaded crossbeam-epoch v0.9.18
6492026-05-06T03:56:55.234Z Downloaded bzip2 v0.4.4
6502026-05-06T03:56:55.240Z Downloaded diesel-dtrace v0.5.0
6512026-05-06T03:56:55.243Z Downloaded cc v1.2.56
6522026-05-06T03:56:55.248Z Downloaded futures-macro v0.3.32
6532026-05-06T03:56:55.250Z Downloaded foreign-types-shared v0.1.1
6542026-05-06T03:56:55.250Z Downloaded cassowary v0.3.0
6552026-05-06T03:56:55.250Z Downloaded foreign-types-macros v0.2.3
6562026-05-06T03:56:55.254Z Downloaded gethostname v0.5.0
6572026-05-06T03:56:55.254Z Downloaded fxhash v0.2.1
6582026-05-06T03:56:55.254Z Downloaded futures-task v0.3.32
6592026-05-06T03:56:55.256Z Downloaded futures-io v0.3.32
6602026-05-06T03:56:55.265Z Downloaded erased-serde v0.3.31
6612026-05-06T03:56:55.268Z Downloaded arrayvec v0.7.6
6622026-05-06T03:56:55.271Z Downloaded fallible-iterator v0.2.0
6632026-05-06T03:56:55.271Z Downloaded glob v0.3.3
6642026-05-06T03:56:55.273Z Downloaded futures-channel v0.3.32
6652026-05-06T03:56:55.273Z Downloaded cbc v0.1.2
6662026-05-06T03:56:55.276Z Downloaded constant_time_eq v0.4.2
6672026-05-06T03:56:55.276Z Downloaded hostname v0.4.2
6682026-05-06T03:56:55.279Z Downloaded bcrypt-pbkdf v0.10.0
6692026-05-06T03:56:55.279Z Downloaded blowfish v0.9.1
6702026-05-06T03:56:55.279Z Downloaded darling_core v0.23.0
6712026-05-06T03:56:55.282Z Downloaded convert_case v0.4.0
6722026-05-06T03:56:55.284Z Downloaded argon2 v0.5.3
6732026-05-06T03:56:55.284Z Downloaded corncobs v0.1.4
6742026-05-06T03:56:55.287Z Downloaded const_format_proc_macros v0.2.34
6752026-05-06T03:56:55.287Z Downloaded der v0.7.10
6762026-05-06T03:56:55.290Z Downloaded git-stub v1.0.0
6772026-05-06T03:56:55.297Z Downloaded bit-vec v0.8.0
6782026-05-06T03:56:55.297Z Downloaded bit-vec v0.6.3
6792026-05-06T03:56:55.297Z Downloaded compression-codecs v0.4.37
6802026-05-06T03:56:55.305Z Downloaded http-body-util v0.1.3
6812026-05-06T03:56:55.305Z Downloaded bitfield v0.19.4
6822026-05-06T03:56:55.305Z Downloaded clang-sys v1.8.1
6832026-05-06T03:56:55.305Z Downloaded bzip2 v0.6.1
6842026-05-06T03:56:55.312Z Downloaded bcs v0.1.6
6852026-05-06T03:56:55.312Z Downloaded httpdate v1.0.3
6862026-05-06T03:56:55.312Z Downloaded backon v1.6.0
6872026-05-06T03:56:55.312Z Downloaded derive_builder_macro v0.20.2
6882026-05-06T03:56:55.312Z Downloaded cstr-argument v0.1.2
6892026-05-06T03:56:55.312Z Downloaded chacha20 v0.10.0
6902026-05-06T03:56:55.312Z Downloaded diesel_derives v2.3.7
6912026-05-06T03:56:55.318Z Downloaded heapless v0.7.17
6922026-05-06T03:56:55.318Z Downloaded crossbeam-deque v0.8.6
6932026-05-06T03:56:55.318Z Downloaded base64ct v1.8.3
6942026-05-06T03:56:55.321Z Downloaded backoff v0.4.0
6952026-05-06T03:56:55.321Z Downloaded hash32 v0.3.1
6962026-05-06T03:56:55.321Z Downloaded funty v2.0.0
6972026-05-06T03:56:55.321Z Downloaded hmac v0.12.1
6982026-05-06T03:56:55.321Z Downloaded const-oid v0.9.6
6992026-05-06T03:56:55.324Z Downloaded bytes v1.11.1
7002026-05-06T03:56:55.327Z Downloaded httparse v1.10.1
7012026-05-06T03:56:55.329Z Downloaded fs_extra v1.3.0
7022026-05-06T03:56:55.329Z Downloaded fs-err v2.11.0
7032026-05-06T03:56:55.333Z Downloaded hashbrown v0.13.2
7042026-05-06T03:56:55.333Z Downloaded hash32 v0.2.1
7052026-05-06T03:56:55.336Z Downloaded dropshot-api-manager-types v0.7.1
7062026-05-06T03:56:55.336Z Downloaded hex v0.4.3
7072026-05-06T03:56:55.339Z Downloaded console v0.15.11
7082026-05-06T03:56:55.342Z Downloaded git-stub-vcs v0.1.0
7092026-05-06T03:56:55.345Z Downloaded convert_case v0.10.0
7102026-05-06T03:56:55.345Z Downloaded colored v3.1.1
7112026-05-06T03:56:55.348Z Downloaded ciborium v0.2.2
7122026-05-06T03:56:55.351Z Downloaded headers v0.4.1
7132026-05-06T03:56:55.353Z Downloaded darling v0.23.0
7142026-05-06T03:56:55.356Z Downloaded home v0.5.12
7152026-05-06T03:56:55.356Z Downloaded hubpack v0.1.2
7162026-05-06T03:56:55.360Z Downloaded defmt-parser v1.0.0
7172026-05-06T03:56:55.360Z Downloaded async-bb8-diesel v0.2.1
7182026-05-06T03:56:55.363Z Downloaded ipnet v2.11.0
7192026-05-06T03:56:55.363Z Downloaded hashbrown v0.16.1
7202026-05-06T03:56:55.365Z Downloaded ident_case v1.0.1
7212026-05-06T03:56:55.365Z Downloaded cookie v0.18.1
7222026-05-06T03:56:55.368Z Downloaded console v0.16.2
7232026-05-06T03:56:55.368Z Downloaded hubpack_derive v0.1.1
7242026-05-06T03:56:55.368Z Downloaded group v0.13.0
7252026-05-06T03:56:55.371Z Downloaded colored v2.2.0
7262026-05-06T03:56:55.371Z Downloaded cargo_metadata v0.19.2
7272026-05-06T03:56:55.373Z Downloaded embedded-io v0.4.0
7282026-05-06T03:56:55.373Z Downloaded difflib v0.4.0
7292026-05-06T03:56:55.376Z Downloaded darling_macro v0.20.11
7302026-05-06T03:56:55.376Z Downloaded cancel-safe-futures v0.1.5
7312026-05-06T03:56:55.379Z Downloaded debug-ignore v1.0.5
7322026-05-06T03:56:55.379Z Downloaded byte-wrapper v0.1.0
7332026-05-06T03:56:55.382Z Downloaded cookie_store v0.22.1
7342026-05-06T03:56:55.384Z Downloaded allocator-api2 v0.2.21
7352026-05-06T03:56:55.384Z Downloaded diesel_table_macro_syntax v0.3.0
7362026-05-06T03:56:55.387Z Downloaded float-cmp v0.10.0
7372026-05-06T03:56:55.387Z Downloaded env_filter v1.0.0
7382026-05-06T03:56:55.390Z Downloaded dyn-clone v1.0.20
7392026-05-06T03:56:55.390Z Downloaded indoc v1.0.9
7402026-05-06T03:56:55.392Z Downloaded globset v0.4.18
7412026-05-06T03:56:55.395Z Downloaded foreign-types-shared v0.3.1
7422026-05-06T03:56:55.395Z Downloaded foreign-types v0.5.0
7432026-05-06T03:56:55.395Z Downloaded ahash v0.8.12
7442026-05-06T03:56:55.398Z Downloaded fixedbitset v0.4.2
7452026-05-06T03:56:55.400Z Downloaded getrandom v0.2.17
7462026-05-06T03:56:55.403Z Downloaded defmt-macros v1.0.1
7472026-05-06T03:56:55.409Z Downloaded is_ci v1.2.0
7482026-05-06T03:56:55.411Z Downloaded http-range v0.1.5
7492026-05-06T03:56:55.412Z Downloaded hostname v0.3.1
7502026-05-06T03:56:55.414Z Downloaded ghash v0.5.1
7512026-05-06T03:56:55.414Z Downloaded kstat-rs v0.2.4
7522026-05-06T03:56:55.414Z Downloaded keccak v0.1.6
7532026-05-06T03:56:55.414Z Downloaded futures-sink v0.3.32
7542026-05-06T03:56:55.417Z Downloaded is-terminal v0.4.17
7552026-05-06T03:56:55.417Z Downloaded internet-checksum v0.2.1
7562026-05-06T03:56:55.417Z Downloaded hyper-tls v0.6.0
7572026-05-06T03:56:55.420Z Downloaded lazy_static v1.5.0
7582026-05-06T03:56:55.420Z Downloaded critical-section v1.2.0
7592026-05-06T03:56:55.420Z Downloaded crc8 v0.1.1
7602026-05-06T03:56:55.424Z Downloaded foldhash v0.1.5
7612026-05-06T03:56:55.424Z Downloaded ctr v0.9.2
7622026-05-06T03:56:55.424Z Downloaded deranged v0.5.8
7632026-05-06T03:56:55.427Z Downloaded lalrpop-util v0.19.12
7642026-05-06T03:56:55.427Z Downloaded inout v0.1.4
7652026-05-06T03:56:55.427Z Downloaded crc-any v2.5.0
7662026-05-06T03:56:55.429Z Downloaded humantime v2.3.0
7672026-05-06T03:56:55.432Z Downloaded dropshot-api-manager v0.7.1
7682026-05-06T03:56:55.435Z Downloaded crossbeam-channel v0.5.15
7692026-05-06T03:56:55.438Z Downloaded libscf-sys v1.1.0
7702026-05-06T03:56:55.438Z Downloaded hyper-staticfile v0.10.1
7712026-05-06T03:56:55.440Z Downloaded blake2 v0.10.6
7722026-05-06T03:56:55.440Z Downloaded linked-hash-map v0.5.6
7732026-05-06T03:56:55.443Z Downloaded headers-core v0.3.0
7742026-05-06T03:56:55.443Z Downloaded ed25519 v2.2.3
7752026-05-06T03:56:55.443Z Downloaded drift v0.1.3
7762026-05-06T03:56:55.446Z Downloaded arc-swap v1.8.2
7772026-05-06T03:56:55.449Z Downloaded dirs-next v2.0.0
7782026-05-06T03:56:55.452Z Downloaded impl-trait-for-tuples v0.2.3
7792026-05-06T03:56:55.456Z Downloaded maplit v1.0.2
7802026-05-06T03:56:55.456Z Downloaded futures-executor v0.3.32
7812026-05-06T03:56:55.456Z Downloaded managed v0.8.0
7822026-05-06T03:56:55.459Z Downloaded elliptic-curve v0.13.8
7832026-05-06T03:56:55.459Z Downloaded lru-slab v0.1.2
7842026-05-06T03:56:55.462Z Downloaded lru v0.12.5
7852026-05-06T03:56:55.462Z Downloaded md-5 v0.10.6
7862026-05-06T03:56:55.462Z Downloaded instant v0.1.13
7872026-05-06T03:56:55.465Z Downloaded lzss v0.8.2
7882026-05-06T03:56:55.465Z Downloaded md5 v0.7.0
7892026-05-06T03:56:55.465Z Downloaded ar_archive_writer v0.5.1
7902026-05-06T03:56:55.468Z Downloaded hashbrown v0.15.5
7912026-05-06T03:56:55.470Z Downloaded instability v0.3.11
7922026-05-06T03:56:55.473Z Downloaded ingot-types v0.1.2
7932026-05-06T03:56:55.473Z Downloaded memoffset v0.9.1
7942026-05-06T03:56:55.476Z Downloaded maybe-uninit v2.0.0
7952026-05-06T03:56:55.476Z Downloaded ingot v0.1.1
7962026-05-06T03:56:55.476Z Downloaded indoc v2.0.7
7972026-05-06T03:56:55.479Z Downloaded nibble_vec v0.1.0
7982026-05-06T03:56:55.479Z Downloaded normalize-line-endings v0.3.0
7992026-05-06T03:56:55.481Z Downloaded mime v0.3.17
8002026-05-06T03:56:55.494Z Downloaded linear-map v1.2.0
8012026-05-06T03:56:55.496Z Downloaded ipnetwork v0.21.1
8022026-05-06T03:56:55.497Z Downloaded num-conv v0.2.0
8032026-05-06T03:56:55.500Z Downloaded hex-literal v0.4.1
8042026-05-06T03:56:55.500Z Downloaded getrandom v0.3.4
8052026-05-06T03:56:55.500Z Downloaded flate2 v1.1.9
8062026-05-06T03:56:55.503Z Downloaded newtype-uuid-macros v0.1.0
8072026-05-06T03:56:55.505Z Downloaded new_debug_unreachable v1.0.6
8082026-05-06T03:56:55.505Z Downloaded multimap v0.10.1
8092026-05-06T03:56:55.505Z Downloaded embedded-io v0.6.1
8102026-05-06T03:56:55.508Z Downloaded futures v0.3.32
8112026-05-06T03:56:55.511Z Downloaded opaque-debug v0.3.1
8122026-05-06T03:56:55.511Z Downloaded nodrop v0.1.14
8132026-05-06T03:56:55.511Z Downloaded newtype_derive v0.1.6
8142026-05-06T03:56:55.513Z Downloaded jobserver v0.1.34
8152026-05-06T03:56:55.513Z Downloaded chacha20poly1305 v0.10.1
8162026-05-06T03:56:55.516Z Downloaded defmt v0.3.100
8172026-05-06T03:56:55.516Z Downloaded darling_macro v0.23.0
8182026-05-06T03:56:55.516Z Downloaded derive_more v0.99.20
8192026-05-06T03:56:55.519Z Downloaded num-derive v0.3.3
8202026-05-06T03:56:55.522Z Downloaded lock_api v0.4.14
8212026-05-06T03:56:55.522Z Downloaded hyper-rustls v0.27.7
8222026-05-06T03:56:55.525Z Downloaded libefi-sys v0.1.0
8232026-05-06T03:56:55.525Z Downloaded num-derive v0.4.2
8242026-05-06T03:56:55.525Z Downloaded newtype-uuid v1.3.2
8252026-05-06T03:56:55.527Z Downloaded memmap2 v0.9.10
8262026-05-06T03:56:55.528Z Downloaded litrs v1.0.0
8272026-05-06T03:56:55.531Z Downloaded ecdsa v0.16.9
8282026-05-06T03:56:55.531Z Downloaded const_format v0.2.35
8292026-05-06T03:56:55.533Z Downloaded derive_more v2.1.1
8302026-05-06T03:56:55.540Z Downloaded num_enum v0.7.5
8312026-05-06T03:56:55.543Z Downloaded libsw v3.5.0
8322026-05-06T03:56:55.545Z Downloaded fd-lock v4.0.4
8332026-05-06T03:56:55.548Z Downloaded num-complex v0.4.6
8342026-05-06T03:56:55.548Z Downloaded display-error-chain v0.2.2
8352026-05-06T03:56:55.548Z Downloaded num_enum_derive v0.5.11
8362026-05-06T03:56:55.552Z Downloaded openssl-probe v0.1.6
8372026-05-06T03:56:55.552Z Downloaded olpc-cjson v0.1.4
8382026-05-06T03:56:55.552Z Downloaded libsw-core v0.3.2
8392026-05-06T03:56:55.552Z Downloaded hkdf v0.12.4
8402026-05-06T03:56:55.554Z Downloaded openssl-probe v0.2.1
8412026-05-06T03:56:55.554Z Downloaded num_threads v0.1.7
8422026-05-06T03:56:55.554Z Downloaded ena v0.14.4
8432026-05-06T03:56:55.557Z Downloaded bumpalo v3.20.2
8442026-05-06T03:56:55.557Z Downloaded mime_guess v2.0.5
8452026-05-06T03:56:55.560Z Downloaded path-slash v0.1.5
8462026-05-06T03:56:55.560Z Downloaded globwalk v0.9.1
8472026-05-06T03:56:55.563Z Downloaded parse-size v1.1.0
8482026-05-06T03:56:55.563Z Downloaded nanorand v0.7.0
8492026-05-06T03:56:55.563Z Downloaded ed25519-dalek v2.2.0
8502026-05-06T03:56:55.567Z Downloaded openssl-macros v0.1.1
8512026-05-06T03:56:55.567Z Downloaded multer v3.1.0
8522026-05-06T03:56:55.567Z Downloaded ingot-macros v0.1.1
8532026-05-06T03:56:55.569Z Downloaded der_derive v0.7.3
8542026-05-06T03:56:55.569Z Downloaded defmt v1.0.1
8552026-05-06T03:56:55.572Z Downloaded native-tls v0.2.18
8562026-05-06T03:56:55.572Z Downloaded nu-ansi-term v0.50.3
8572026-05-06T03:56:55.575Z Downloaded data-encoding v2.10.0
8582026-05-06T03:56:55.575Z Downloaded enum-as-inner v0.6.1
8592026-05-06T03:56:55.579Z Downloaded highway v1.3.0
8602026-05-06T03:56:55.579Z Downloaded expectorate v1.2.0
8612026-05-06T03:56:55.581Z Downloaded half v2.7.1
8622026-05-06T03:56:55.581Z Downloaded dof v0.4.0
8632026-05-06T03:56:55.581Z Downloaded derive_builder v0.20.2
8642026-05-06T03:56:55.584Z Downloaded daft v0.1.5
8652026-05-06T03:56:55.588Z Downloaded lru-cache v0.1.2
8662026-05-06T03:56:55.588Z Downloaded oxnet v0.1.4
8672026-05-06T03:56:55.588Z Downloaded num_enum v0.5.11
8682026-05-06T03:56:55.591Z Downloaded parse-display v0.10.0
8692026-05-06T03:56:55.591Z Downloaded base64 v0.22.1
8702026-05-06T03:56:55.594Z Downloaded num-rational v0.4.2
8712026-05-06T03:56:55.597Z Downloaded env_logger v0.11.9
8722026-05-06T03:56:55.597Z Downloaded diff v0.1.13
8732026-05-06T03:56:55.600Z Downloaded nonempty v0.12.0
8742026-05-06T03:56:55.600Z Downloaded pbkdf2 v0.11.0
8752026-05-06T03:56:55.603Z Downloaded iana-time-zone v0.1.65
8762026-05-06T03:56:55.603Z Downloaded dropshot_endpoint v0.17.0
8772026-05-06T03:56:55.605Z Downloaded oso-derive v0.27.3
8782026-05-06T03:56:55.612Z Downloaded pbkdf2 v0.12.2
8792026-05-06T03:56:55.615Z Downloaded predicates-tree v1.0.13
8802026-05-06T03:56:55.617Z Downloaded pin-utils v0.1.0
8812026-05-06T03:56:55.617Z Downloaded peg-runtime v0.8.5
8822026-05-06T03:56:55.620Z Downloaded phf_shared v0.13.1
8832026-05-06T03:56:55.623Z Downloaded pin-project-internal v1.1.11
8842026-05-06T03:56:55.626Z Downloaded phf_shared v0.12.1
8852026-05-06T03:56:55.626Z Downloaded phf_shared v0.11.3
8862026-05-06T03:56:55.626Z Downloaded des v0.8.1
8872026-05-06T03:56:55.630Z Downloaded progenitor-client v0.11.2
8882026-05-06T03:56:55.633Z Downloaded powerfmt v0.2.0
8892026-05-06T03:56:55.636Z Downloaded num-iter v0.1.45
8902026-05-06T03:56:55.638Z Downloaded num-integer v0.1.46
8912026-05-06T03:56:55.641Z Downloaded num_enum_derive v0.7.5
8922026-05-06T03:56:55.643Z Downloaded predicates-core v1.0.10
8932026-05-06T03:56:55.643Z Downloaded peg v0.8.5
8942026-05-06T03:56:55.685Z Downloaded indexmap v1.9.3
8952026-05-06T03:56:55.685Z Downloaded compact_str v0.8.1
8962026-05-06T03:56:55.685Z Downloaded flume v0.11.1
8972026-05-06T03:56:55.685Z Downloaded newline-converter v0.3.0
8982026-05-06T03:56:55.685Z Downloaded http-body v1.0.1
8992026-05-06T03:56:55.685Z Downloaded heapless v0.8.0
9002026-05-06T03:56:55.686Z Downloaded password-hash v0.4.2
9012026-05-06T03:56:55.686Z Downloaded half v1.8.3
9022026-05-06T03:56:55.686Z Downloaded http v1.4.0
9032026-05-06T03:56:55.686Z Downloaded parking_lot_core v0.9.12
9042026-05-06T03:56:55.686Z Downloaded packed_struct v0.10.1
9052026-05-06T03:56:55.686Z Downloaded pin-project-lite v0.2.17
9062026-05-06T03:56:55.686Z Downloaded progenitor v0.14.0
9072026-05-06T03:56:55.686Z Downloaded postgres-protocol v0.6.10
9082026-05-06T03:56:55.686Z Downloaded progenitor-extras v0.2.0
9092026-05-06T03:56:55.686Z Downloaded precomputed-hash v0.1.1
9102026-05-06T03:56:55.686Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-05-06T03:56:55.686Z Downloaded quick-error v1.2.3
9122026-05-06T03:56:55.686Z Downloaded progenitor-client v0.10.0
9132026-05-06T03:56:55.686Z Downloaded fatfs v0.3.6
9142026-05-06T03:56:55.689Z Downloaded packed_struct_codegen v0.10.1
9152026-05-06T03:56:55.689Z Downloaded proc-macro-crate v3.4.0
9162026-05-06T03:56:55.689Z Downloaded omicron-zone-package v0.12.2
9172026-05-06T03:56:55.689Z Downloaded num v0.4.3
9182026-05-06T03:56:55.692Z Downloaded match_cfg v0.1.0
9192026-05-06T03:56:55.692Z Downloaded derive-where v1.6.0
9202026-05-06T03:56:55.694Z Downloaded libloading v0.8.9
9212026-05-06T03:56:55.694Z Downloaded darling_core v0.21.3
9222026-05-06T03:56:55.699Z Downloaded phf v0.12.1
9232026-05-06T03:56:55.701Z Downloaded indent_write v2.2.0
9242026-05-06T03:56:55.701Z Downloaded pem v3.0.6
9252026-05-06T03:56:55.704Z Downloaded phf v0.13.1
9262026-05-06T03:56:55.704Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-05-06T03:56:55.704Z Downloaded progenitor-macro v0.13.0
9282026-05-06T03:56:55.704Z Downloaded peg-macros v0.8.5
9292026-05-06T03:56:55.707Z Downloaded progenitor-macro v0.11.2
9302026-05-06T03:56:55.707Z Downloaded paste v1.0.15
9312026-05-06T03:56:55.710Z Downloaded oso v0.27.3
9322026-05-06T03:56:55.710Z Downloaded password-hash v0.5.0
9332026-05-06T03:56:55.713Z Downloaded radium v0.7.0
9342026-05-06T03:56:55.713Z Downloaded rand_chacha v0.3.1
9352026-05-06T03:56:55.715Z Downloaded ref-cast-impl v1.0.25
9362026-05-06T03:56:55.719Z Downloaded base64 v0.21.7
9372026-05-06T03:56:55.722Z Downloaded postgres-types v0.2.12
9382026-05-06T03:56:55.726Z Downloaded num-bigint v0.4.6
9392026-05-06T03:56:55.728Z Downloaded progenitor v0.10.0
9402026-05-06T03:56:55.734Z Downloaded indicatif v0.18.4
9412026-05-06T03:56:55.736Z Downloaded async-compression v0.4.41
9422026-05-06T03:56:55.740Z Downloaded oxide-tokio-rt v0.1.4
9432026-05-06T03:56:55.743Z Downloaded predicates v3.1.4
9442026-05-06T03:56:55.746Z Downloaded polyval v0.6.2
9452026-05-06T03:56:55.746Z Downloaded rtoolbox v0.0.3
9462026-05-06T03:56:55.754Z Downloaded progenitor-impl v0.13.0
9472026-05-06T03:56:55.756Z Downloaded ppv-lite86 v0.2.21
9482026-05-06T03:56:55.756Z Downloaded ignore v0.4.25
9492026-05-06T03:56:55.760Z Downloaded crypto-bigint v0.5.5
9502026-05-06T03:56:55.763Z Downloaded parse-display-derive v0.10.0
9512026-05-06T03:56:55.766Z Downloaded parking_lot v0.12.5
9522026-05-06T03:56:55.766Z Downloaded psl-types v2.0.11
9532026-05-06T03:56:55.769Z Downloaded progenitor-macro v0.14.0
9542026-05-06T03:56:55.769Z Downloaded proc-macro-crate v1.3.1
9552026-05-06T03:56:55.775Z Downloaded rfc6979 v0.4.0
9562026-05-06T03:56:55.778Z Downloaded russh-cryptovec v0.7.3
9572026-05-06T03:56:55.778Z Downloaded rustc-hash v2.1.1
9582026-05-06T03:56:55.782Z Downloaded hickory-resolver v0.25.2
9592026-05-06T03:56:55.785Z Downloaded aes v0.8.4
9602026-05-06T03:56:55.789Z Downloaded iddqd v0.3.18
9612026-05-06T03:56:55.793Z Downloaded pkg-config v0.3.32
9622026-05-06T03:56:55.795Z Downloaded pkcs8 v0.10.2
9632026-05-06T03:56:55.795Z Downloaded pem-rfc7468 v0.7.0
9642026-05-06T03:56:55.798Z Downloaded parking_lot v0.11.2
9652026-05-06T03:56:55.798Z Downloaded rand_xorshift v0.4.0
9662026-05-06T03:56:55.801Z Downloaded itertools v0.12.1
9672026-05-06T03:56:55.804Z Downloaded recursive v0.1.1
9682026-05-06T03:56:55.804Z Downloaded rand_core v0.10.0
9692026-05-06T03:56:55.806Z Downloaded owo-colors v4.3.0
9702026-05-06T03:56:55.806Z Downloaded pkcs5 v0.7.1
9712026-05-06T03:56:55.809Z Downloaded libbz2-rs-sys v0.2.2
9722026-05-06T03:56:55.812Z Downloaded postcard v1.1.3
9732026-05-06T03:56:55.815Z Downloaded same-file v1.0.6
9742026-05-06T03:56:55.817Z Downloaded secrecy v0.10.3
9752026-05-06T03:56:55.820Z Downloaded pkcs1 v0.7.5
9762026-05-06T03:56:55.824Z Downloaded poly1305 v0.8.0
9772026-05-06T03:56:55.827Z Downloaded progenitor-client v0.14.0
9782026-05-06T03:56:55.827Z Downloaded proc-macro-error2 v2.0.1
9792026-05-06T03:56:55.830Z Downloaded primeorder v0.13.6
9802026-05-06T03:56:55.830Z Downloaded rand_core v0.6.4
9812026-05-06T03:56:55.833Z Downloaded psm v0.1.30
9822026-05-06T03:56:55.833Z Downloaded progenitor-client v0.13.0
9832026-05-06T03:56:55.833Z Downloaded salsa20 v0.10.2
9842026-05-06T03:56:55.836Z Downloaded progenitor-macro v0.10.0
9852026-05-06T03:56:55.836Z Downloaded scheduled-thread-pool v0.2.7
9862026-05-06T03:56:55.840Z Downloaded scrypt v0.11.0
9872026-05-06T03:56:55.840Z Downloaded dropshot v0.16.7
9882026-05-06T03:56:55.850Z Downloaded serde-big-array v0.5.1
9892026-05-06T03:56:55.852Z Downloaded seq-macro v0.3.6
9902026-05-06T03:56:55.852Z Downloaded rustc_version v0.4.1
9912026-05-06T03:56:55.855Z Downloaded hashbrown v0.12.3
9922026-05-06T03:56:55.855Z Downloaded r2d2 v0.8.10
9932026-05-06T03:56:55.858Z Downloaded miniz_oxide v0.8.9
9942026-05-06T03:56:55.858Z Downloaded progenitor v0.13.0
9952026-05-06T03:56:55.860Z Downloaded jiff-static v0.2.21
9962026-05-06T03:56:55.863Z Downloaded derive_more-impl v2.1.1
9972026-05-06T03:56:55.866Z Downloaded resolv-conf v0.7.6
9982026-05-06T03:56:55.866Z Downloaded parking_lot_core v0.8.6
9992026-05-06T03:56:55.868Z Downloaded serde_spanned v1.0.4
10002026-05-06T03:56:55.869Z Downloaded progenitor v0.11.2
10012026-05-06T03:56:55.869Z Downloaded scroll_derive v0.13.1
10022026-05-06T03:56:55.871Z Downloaded sapling-renderdag v0.1.0
10032026-05-06T03:56:55.871Z Downloaded serde_urlencoded v0.7.1
10042026-05-06T03:56:55.871Z Downloaded ref-cast v1.0.25
10052026-05-06T03:56:55.874Z Downloaded serde_plain v1.0.2
10062026-05-06T03:56:55.874Z Downloaded semver v0.1.20
10072026-05-06T03:56:55.876Z Downloaded rand_seeder v0.4.0
10082026-05-06T03:56:55.877Z Downloaded hickory-server v0.25.2
10092026-05-06T03:56:55.879Z Downloaded rand_chacha v0.9.0
10102026-05-06T03:56:55.879Z Downloaded hickory-resolver v0.24.4
10112026-05-06T03:56:55.882Z Downloaded papergrid v0.17.0
10122026-05-06T03:56:55.886Z Downloaded pin-project v1.1.11
10132026-05-06T03:56:55.892Z Downloaded rusty-fork v0.3.1
10142026-05-06T03:56:55.895Z Downloaded signal-hook-mio v0.2.5
10152026-05-06T03:56:55.895Z Downloaded sha1 v0.10.6
10162026-05-06T03:56:55.901Z Downloaded signal-hook-tokio v0.3.1
10172026-05-06T03:56:55.904Z Downloaded aes-gcm v0.10.3
10182026-05-06T03:56:55.908Z Downloaded rustls-pemfile v2.2.0
10192026-05-06T03:56:55.911Z Downloaded serde_path_to_error v0.1.20
10202026-05-06T03:56:55.911Z Downloaded rustls-native-certs v0.8.3
10212026-05-06T03:56:55.914Z Downloaded sigpipe v0.1.3
10222026-05-06T03:56:55.914Z Downloaded prefix-trie v0.7.0
10232026-05-06T03:56:55.916Z Downloaded siphasher v1.0.2
10242026-05-06T03:56:55.916Z Downloaded signature v2.2.0
10252026-05-06T03:56:55.924Z Downloaded p256 v0.13.2
10262026-05-06T03:56:55.927Z Downloaded rustc_version v0.1.7
10272026-05-06T03:56:55.935Z Downloaded secrecy v0.8.0
10282026-05-06T03:56:55.937Z Downloaded sct v0.7.1
10292026-05-06T03:56:55.943Z Downloaded slog-envlogger v2.2.0
10302026-05-06T03:56:55.947Z Downloaded serde-hex v0.1.0
10312026-05-06T03:56:55.947Z Downloaded openssl-sys v0.9.114
10322026-05-06T03:56:55.950Z Downloaded serde_repr v0.1.20
10332026-05-06T03:56:55.953Z Downloaded sec1 v0.7.3
10342026-05-06T03:56:55.953Z Downloaded rand v0.8.5
10352026-05-06T03:56:55.958Z Downloaded progenitor-impl v0.14.0
10362026-05-06T03:56:55.961Z Downloaded sqlparser_derive v0.5.0
10372026-05-06T03:56:55.964Z Downloaded slog-bunyan v2.5.0
10382026-05-06T03:56:55.967Z Downloaded russh-keys v0.45.0
10392026-05-06T03:56:55.969Z Downloaded ssh-encoding v0.2.0
10402026-05-06T03:56:55.969Z Downloaded hyper-util v0.1.20
10412026-05-06T03:56:55.973Z Downloaded simd-adler32 v0.3.8
10422026-05-06T03:56:55.975Z Downloaded quinn-udp v0.5.14
10432026-05-06T03:56:55.976Z Downloaded progenitor-impl v0.11.2
10442026-05-06T03:56:55.983Z Downloaded slog-term v2.9.2
10452026-05-06T03:56:55.985Z Downloaded structmeta-derive v0.3.0
10462026-05-06T03:56:55.988Z Downloaded strip-ansi-escapes v0.2.1
10472026-05-06T03:56:55.991Z Downloaded rand_core v0.9.5
10482026-05-06T03:56:55.996Z Downloaded rustls-pemfile v1.0.4
10492026-05-06T03:56:56.004Z Downloaded shlex v1.3.0
10502026-05-06T03:56:56.008Z Downloaded strum v0.27.2
10512026-05-06T03:56:56.010Z Downloaded strum v0.26.3
10522026-05-06T03:56:56.010Z Downloaded rcgen v0.12.1
10532026-05-06T03:56:56.013Z Downloaded sync-ptr v0.1.4
10542026-05-06T03:56:56.013Z Downloaded supports-color v3.0.2
10552026-05-06T03:56:56.013Z Downloaded subtle v2.6.1
10562026-05-06T03:56:56.016Z Downloaded shell-words v1.1.1
10572026-05-06T03:56:56.016Z Downloaded ssh-cipher v0.2.0
10582026-05-06T03:56:56.019Z Downloaded minimal-lexical v0.2.1
10592026-05-06T03:56:56.021Z Downloaded progenitor-impl v0.10.0
10602026-05-06T03:56:56.030Z Downloaded take_mut v0.2.2
10612026-05-06T03:56:56.033Z Downloaded sync_wrapper v1.0.2
10622026-05-06T03:56:56.033Z Downloaded tabled_derive v0.11.0
10632026-05-06T03:56:56.033Z Downloaded schemars_derive v0.8.22
10642026-05-06T03:56:56.036Z Downloaded tagptr v0.2.0
10652026-05-06T03:56:56.039Z Downloaded termtree v0.5.1
10662026-05-06T03:56:56.039Z Downloaded smf v0.2.3
10672026-05-06T03:56:56.039Z Downloaded slog-scope v4.4.1
10682026-05-06T03:56:56.042Z Downloaded serde_cbor v0.11.2
10692026-05-06T03:56:56.042Z Downloaded spki v0.7.3
10702026-05-06T03:56:56.045Z Downloaded slog-json v2.6.1
10712026-05-06T03:56:56.045Z Downloaded thiserror-impl-no-std v2.0.2
10722026-05-06T03:56:56.045Z Downloaded tabwriter v1.4.1
10732026-05-06T03:56:56.048Z Downloaded itertools v0.10.5
10742026-05-06T03:56:56.050Z Downloaded sqlformat v0.3.5
10752026-05-06T03:56:56.051Z Downloaded slog-dtrace v0.3.0
10762026-05-06T03:56:56.053Z Downloaded stacker v0.1.23
10772026-05-06T03:56:56.053Z Downloaded pretty_assertions v1.4.1
10782026-05-06T03:56:56.056Z Downloaded slog-async v2.8.0
10792026-05-06T03:56:56.056Z Downloaded prettyplease v0.2.37
10802026-05-06T03:56:56.059Z Downloaded ron v0.8.1
10812026-05-06T03:56:56.061Z Downloaded testing_table v0.3.0
10822026-05-06T03:56:56.061Z Downloaded smallvec v0.6.14
10832026-05-06T03:56:56.064Z Downloaded serde_derive_internals v0.29.1
10842026-05-06T03:56:56.064Z Downloaded thread-id v5.1.0
10852026-05-06T03:56:56.064Z Downloaded static_assertions v1.1.0
10862026-05-06T03:56:56.068Z Downloaded rustversion v1.0.22
10872026-05-06T03:56:56.071Z Downloaded tinyvec_macros v0.1.1
10882026-05-06T03:56:56.071Z Downloaded strum_macros v0.27.2
10892026-05-06T03:56:56.074Z Downloaded serde_yaml v0.9.34+deprecated
10902026-05-06T03:56:56.076Z Downloaded serde_with_macros v3.17.0
10912026-05-06T03:56:56.076Z Downloaded scroll v0.13.0
10922026-05-06T03:56:56.076Z Downloaded rand v0.9.2
10932026-05-06T03:56:56.079Z Downloaded rustls-pki-types v1.14.0
10942026-05-06T03:56:56.083Z Downloaded stringprep v0.1.5
10952026-05-06T03:56:56.085Z Downloaded rustls-platform-verifier v0.6.2
10962026-05-06T03:56:56.088Z Downloaded time-core v0.1.8
10972026-05-06T03:56:56.088Z Downloaded serde_bytes v0.11.19
10982026-05-06T03:56:56.088Z Downloaded scopeguard v1.2.0
10992026-05-06T03:56:56.091Z Downloaded tokio-macros v2.7.0
11002026-05-06T03:56:56.091Z Downloaded rsa v0.9.10
11012026-05-06T03:56:56.093Z Downloaded slog-stdlog v4.1.1
11022026-05-06T03:56:56.096Z Downloaded schemars v0.9.0
11032026-05-06T03:56:56.101Z Downloaded qorb v0.4.1
11042026-05-06T03:56:56.105Z Downloaded termios v0.3.3
11052026-05-06T03:56:56.108Z Downloaded support-bundle-viewer v0.1.2
11062026-05-06T03:56:56.108Z Downloaded string_cache v0.8.9
11072026-05-06T03:56:56.108Z Downloaded slab v0.4.12
11082026-05-06T03:56:56.108Z Downloaded similar v2.7.0
11092026-05-06T03:56:56.111Z Downloaded strum_macros v0.24.3
11102026-05-06T03:56:56.113Z Downloaded signal-hook-registry v1.4.8
11112026-05-06T03:56:56.113Z Downloaded signal-hook v0.3.18
11122026-05-06T03:56:56.116Z Downloaded rayon-core v1.13.0
11132026-05-06T03:56:56.120Z Downloaded spin v0.9.8
11142026-05-06T03:56:56.120Z Downloaded ryu v1.0.23
11152026-05-06T03:56:56.124Z Downloaded tap v1.0.1
11162026-05-06T03:56:56.132Z Downloaded tower-layer v0.3.3
11172026-05-06T03:56:56.139Z Downloaded thiserror-no-std v2.0.2
11182026-05-06T03:56:56.145Z Downloaded tower-service v0.3.3
11192026-05-06T03:56:56.148Z Downloaded trait-variant v0.1.2
11202026-05-06T03:56:56.148Z Downloaded topological-sort v0.2.2
11212026-05-06T03:56:56.150Z Downloaded tls_codec_derive v0.4.2
11222026-05-06T03:56:56.150Z Downloaded time-macros v0.2.27
11232026-05-06T03:56:56.153Z Downloaded tiny-keccak v2.0.2
11242026-05-06T03:56:56.153Z Downloaded structmeta v0.3.0
11252026-05-06T03:56:56.153Z Downloaded publicsuffix v2.3.0
11262026-05-06T03:56:56.156Z Downloaded quinn v0.11.9
11272026-05-06T03:56:56.159Z Downloaded thread_local v1.1.9
11282026-05-06T03:56:56.159Z Downloaded snafu-derive v0.8.9
11292026-05-06T03:56:56.162Z Downloaded tls_codec v0.4.2
11302026-05-06T03:56:56.167Z Downloaded try-lock v0.2.5
11312026-05-06T03:56:56.169Z Downloaded tokio-tungstenite v0.21.0
11322026-05-06T03:56:56.173Z Downloaded socket2 v0.5.10
11332026-05-06T03:56:56.173Z Downloaded unarray v0.1.4
11342026-05-06T03:56:56.175Z Downloaded tokio-dtrace v0.1.1
11352026-05-06T03:56:56.175Z Downloaded aho-corasick v1.1.4
11362026-05-06T03:56:56.178Z Downloaded tokio-tungstenite v0.23.1
11372026-05-06T03:56:56.181Z Downloaded universal-hash v0.5.1
11382026-05-06T03:56:56.187Z Downloaded term v1.2.1
11392026-05-06T03:56:56.191Z Downloaded tokio-native-tls v0.3.1
11402026-05-06T03:56:56.194Z Downloaded unicode-truncate v1.1.0
11412026-05-06T03:56:56.197Z Downloaded socket2 v0.6.3
11422026-05-06T03:56:56.201Z Downloaded unit-prefix v0.5.2
11432026-05-06T03:56:56.201Z Downloaded typify-macro v0.4.3
11442026-05-06T03:56:56.201Z Downloaded typify-macro v0.6.2
11452026-05-06T03:56:56.204Z Downloaded untrusted v0.9.0
11462026-05-06T03:56:56.204Z Downloaded untrusted v0.7.1
11472026-05-06T03:56:56.204Z Downloaded tokio-rustls v0.25.0
11482026-05-06T03:56:56.207Z Downloaded usdt-macro v0.6.0
11492026-05-06T03:56:56.207Z Downloaded utf-8 v0.7.6
11502026-05-06T03:56:56.212Z Downloaded mio v1.2.0
11512026-05-06T03:56:56.215Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-05-06T03:56:56.215Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11532026-05-06T03:56:56.215Z Downloaded strum_macros v0.26.4
11542026-05-06T03:56:56.218Z Downloaded slog v2.8.2
11552026-05-06T03:56:56.224Z Downloaded usdt-attr-macro v0.6.0
11562026-05-06T03:56:56.228Z Downloaded usdt v0.6.0
11572026-05-06T03:56:56.228Z Downloaded waitgroup v0.1.2
11582026-05-06T03:56:56.232Z Downloaded futures-util v0.3.32
11592026-05-06T03:56:56.235Z Downloaded nom v7.1.3
11602026-05-06T03:56:56.237Z Downloaded want v0.3.1
11612026-05-06T03:56:56.241Z Downloaded wait-timeout v0.2.1
11622026-05-06T03:56:56.241Z Downloaded itertools v0.13.0
11632026-05-06T03:56:56.243Z Downloaded tui-tree-widget v0.23.1
11642026-05-06T03:56:56.246Z Downloaded toml_writer v1.0.6+spec-1.1.0
11652026-05-06T03:56:56.246Z Downloaded curve25519-dalek v4.1.3
11662026-05-06T03:56:56.250Z Downloaded term v0.7.0
11672026-05-06T03:56:56.252Z Downloaded schemars v0.8.22
11682026-05-06T03:56:56.258Z Downloaded libxml v0.3.3
11692026-05-06T03:56:56.261Z Downloaded itertools v0.14.0
11702026-05-06T03:56:56.265Z Downloaded xshell-macros v0.2.7
11712026-05-06T03:56:56.268Z Downloaded void v1.0.2
11722026-05-06T03:56:56.268Z Downloaded hyper v1.8.1
11732026-05-06T03:56:56.273Z Downloaded tokio-rustls v0.24.1
11742026-05-06T03:56:56.282Z Downloaded usdt-impl v0.6.0
11752026-05-06T03:56:56.285Z Downloaded rustls-webpki v0.103.9
11762026-05-06T03:56:56.287Z Downloaded xattr v1.6.1
11772026-05-06T03:56:56.290Z Downloaded subprocess v0.2.15
11782026-05-06T03:56:56.290Z Downloaded h2 v0.4.13
11792026-05-06T03:56:56.293Z Downloaded uzers v0.12.2
11802026-05-06T03:56:56.296Z Downloaded unicase v2.9.0
11812026-05-06T03:56:56.296Z Downloaded num-bigint-dig v0.8.6
11822026-05-06T03:56:56.301Z Downloaded zeroize_derive v1.4.3
11832026-05-06T03:56:56.304Z Downloaded p521 v0.13.3
11842026-05-06T03:56:56.307Z Downloaded tokio-stream v0.1.18
11852026-05-06T03:56:56.307Z Downloaded snafu v0.8.9
11862026-05-06T03:56:56.311Z Downloaded samael v0.0.19
11872026-05-06T03:56:56.314Z Downloaded vsss-rs v3.3.4
11882026-05-06T03:56:56.317Z Downloaded wyz v0.5.1
11892026-05-06T03:56:56.319Z Downloaded unicode-properties v0.1.4
11902026-05-06T03:56:56.322Z Downloaded twox-hash v2.1.2
11912026-05-06T03:56:56.322Z Downloaded tokio-rustls v0.26.4
11922026-05-06T03:56:56.325Z Downloaded zone_cfg_derive v0.3.1
11932026-05-06T03:56:56.325Z Downloaded zone v0.3.1
11942026-05-06T03:56:56.325Z Downloaded xshell v0.2.7
11952026-05-06T03:56:56.328Z Downloaded vergen-lib v0.1.6
11962026-05-06T03:56:56.331Z Downloaded toml_parser v1.0.9+spec-1.1.0
11972026-05-06T03:56:56.331Z Downloaded toml v0.7.8
11982026-05-06T03:56:56.333Z Downloaded tinyvec v1.10.0
11992026-05-06T03:56:56.336Z Downloaded test-strategy v0.4.5
12002026-05-06T03:56:56.339Z Downloaded vergen-git2 v1.0.7
12012026-05-06T03:56:56.354Z Downloaded rand v0.10.0
12022026-05-06T03:56:56.357Z Downloaded whoami v2.1.0
12032026-05-06T03:56:56.360Z Downloaded vergen-gitcl v1.0.8
12042026-05-06T03:56:56.366Z Downloaded tracing-attributes v0.1.31
12052026-05-06T03:56:56.368Z Downloaded toml v1.0.6+spec-1.1.0
12062026-05-06T03:56:56.371Z Downloaded libm v0.2.16
12072026-05-06T03:56:56.375Z Downloaded russh v0.45.0
12082026-05-06T03:56:56.379Z Downloaded zeroize v1.8.2
12092026-05-06T03:56:56.382Z Downloaded regex v1.12.3
12102026-05-06T03:56:56.385Z Downloaded zstd-safe v7.2.4
12112026-05-06T03:56:56.385Z Downloaded zstd v0.13.3
12122026-05-06T03:56:56.388Z Downloaded tracing-core v0.1.36
12132026-05-06T03:56:56.388Z Downloaded toml v0.9.12+spec-1.1.0
12142026-05-06T03:56:56.390Z Downloaded whoami v1.6.1
12152026-05-06T03:56:56.393Z Downloaded diesel v2.3.7
12162026-05-06T03:56:56.403Z Downloaded tungstenite v0.23.0
12172026-05-06T03:56:56.406Z Downloaded reqwest v0.12.28
12182026-05-06T03:56:56.409Z Downloaded walkdir v2.5.0
12192026-05-06T03:56:56.412Z Downloaded iri-string v0.7.10
12202026-05-06T03:56:56.414Z Downloaded yasna v0.5.2
12212026-05-06T03:56:56.417Z Downloaded blake3 v1.8.3
12222026-05-06T03:56:56.428Z Downloaded zerocopy v0.6.6
12232026-05-06T03:56:56.431Z Downloaded vergen v9.0.6
12242026-05-06T03:56:56.431Z Downloaded tungstenite v0.21.0
12252026-05-06T03:56:56.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-06T03:56:56.436Z Downloaded unicode-bidi v0.3.18
12272026-05-06T03:56:56.439Z Downloaded typify v0.4.3
12282026-05-06T03:56:56.448Z Downloaded nix v0.27.1
12292026-05-06T03:56:56.455Z Downloaded unsafe-libyaml v0.2.11
12302026-05-06T03:56:56.457Z Downloaded tar v0.4.45
12312026-05-06T03:56:56.462Z Downloaded ssh-key v0.6.7
12322026-05-06T03:56:56.466Z Downloaded rpassword v7.4.0
12332026-05-06T03:56:56.469Z Downloaded aws-lc-rs v1.16.0
12342026-05-06T03:56:56.484Z Downloaded rustyline v14.0.0
12352026-05-06T03:56:56.487Z Downloaded schemars v1.2.1
12362026-05-06T03:56:56.495Z Downloaded vte v0.14.1
12372026-05-06T03:56:56.498Z Downloaded typify v0.6.2
12382026-05-06T03:56:56.501Z Downloaded tokio-postgres v0.7.16
12392026-05-06T03:56:56.504Z Downloaded steno v0.4.1
12402026-05-06T03:56:56.507Z Downloaded bitvec v1.0.1
12412026-05-06T03:56:56.513Z Downloaded zopfli v0.8.3
12422026-05-06T03:56:56.518Z Downloaded uuid v1.23.0
12432026-05-06T03:56:56.520Z Downloaded reqwest v0.13.2
12442026-05-06T03:56:56.520Z Downloaded reedline v0.40.0
12452026-05-06T03:56:56.524Z Downloaded zip v0.6.6
12462026-05-06T03:56:56.528Z Downloaded rayon v1.11.0
12472026-05-06T03:56:56.534Z Downloaded unicode-segmentation v1.12.0
12482026-05-06T03:56:56.536Z Downloaded p384 v0.13.1
12492026-05-06T03:56:56.540Z Downloaded yansi v1.0.1
12502026-05-06T03:56:56.542Z Downloaded unicode_categories v0.1.1
12512026-05-06T03:56:56.546Z Downloaded zerocopy-derive v0.8.40
12522026-05-06T03:56:56.556Z Downloaded proptest v1.10.0
12532026-05-06T03:56:56.561Z Downloaded nix v0.28.0
12542026-05-06T03:56:56.567Z Downloaded bindgen v0.71.1
12552026-05-06T03:56:56.572Z Downloaded toml_edit v0.19.15
12562026-05-06T03:56:56.581Z Downloaded x509-cert v0.2.5
12572026-05-06T03:56:56.585Z Downloaded goblin v0.10.5
12582026-05-06T03:56:56.589Z Downloaded chrono v0.4.44
12592026-05-06T03:56:56.593Z Downloaded git2 v0.20.4
12602026-05-06T03:56:56.606Z Downloaded typed-path v0.9.3
12612026-05-06T03:56:56.609Z Downloaded hickory-proto v0.25.2
12622026-05-06T03:56:56.618Z Downloaded unicode-normalization v0.1.25
12632026-05-06T03:56:56.621Z Downloaded petname v2.0.2
12642026-05-06T03:56:56.629Z Downloaded rustls-webpki v0.101.7
12652026-05-06T03:56:56.644Z Downloaded portable-atomic v1.13.1
12662026-05-06T03:56:56.649Z Downloaded salty v0.3.0
12672026-05-06T03:56:56.653Z Downloaded quinn-proto v0.11.13
12682026-05-06T03:56:56.659Z Downloaded zip v4.6.1
12692026-05-06T03:56:56.661Z Downloaded quick-xml v0.37.5
12702026-05-06T03:56:56.676Z Downloaded tower v0.5.3
12712026-05-06T03:56:56.681Z Downloaded rustls-webpki v0.102.8
12722026-05-06T03:56:56.691Z Downloaded tokio-util v0.7.18
12732026-05-06T03:56:56.695Z Downloaded openssl v0.10.78
12742026-05-06T03:56:56.702Z Downloaded moka v0.12.13
12752026-05-06T03:56:56.706Z Downloaded lalrpop v0.19.12
12762026-05-06T03:56:56.712Z Downloaded tough v0.20.0
12772026-05-06T03:56:56.716Z Downloaded polar-core v0.27.3
12782026-05-06T03:56:56.723Z Downloaded regex-syntax v0.6.29
12792026-05-06T03:56:56.726Z Downloaded serde_with v3.17.0
12802026-05-06T03:56:56.736Z Downloaded winnow v0.6.26
12812026-05-06T03:56:56.742Z Downloaded tabled v0.20.0
12822026-05-06T03:56:56.752Z Downloaded tower-http v0.6.8
12832026-05-06T03:56:56.760Z Downloaded dropshot v0.17.0
12842026-05-06T03:56:56.774Z Downloaded time v0.3.47
12852026-05-06T03:56:56.781Z Downloaded radix_trie v0.2.1
12862026-05-06T03:56:56.784Z Downloaded winnow v0.5.40
12872026-05-06T03:56:56.789Z Downloaded openapiv3 v2.2.0
12882026-05-06T03:56:56.796Z Downloaded object v0.30.4
12892026-05-06T03:56:56.802Z Downloaded csv v1.4.0
12902026-05-06T03:56:56.814Z Downloaded webpki-roots v1.0.6
12912026-05-06T03:56:56.817Z Downloaded smoltcp v0.11.0
12922026-05-06T03:56:56.824Z Downloaded vcpkg v0.2.15
12932026-05-06T03:56:56.848Z Downloaded rustls v0.23.37
12942026-05-06T03:56:56.862Z Downloaded rustls v0.22.4
12952026-05-06T03:56:56.874Z Downloaded bstr v1.12.1
12962026-05-06T03:56:56.879Z Downloaded regress v0.10.5
12972026-05-06T03:56:56.884Z Downloaded nix v0.29.0
12982026-05-06T03:56:56.918Z Downloaded zlib-rs v0.6.2
12992026-05-06T03:56:56.925Z Downloaded rustls v0.21.12
13002026-05-06T03:56:56.932Z Downloaded smoltcp v0.9.1
13012026-05-06T03:56:56.943Z Downloaded object v0.37.3
13022026-05-06T03:56:56.950Z Downloaded sqlparser v0.61.0
13032026-05-06T03:56:56.955Z Downloaded nix v0.31.2
13042026-05-06T03:56:56.969Z Downloaded hickory-proto v0.24.4
13052026-05-06T03:56:57.004Z Downloaded zerocopy v0.8.40
13062026-05-06T03:56:57.019Z Downloaded zerocopy-derive v0.6.6
13072026-05-06T03:56:57.025Z Downloaded regex-syntax v0.8.10
13082026-05-06T03:56:57.029Z Downloaded regex-automata v0.4.14
13092026-05-06T03:56:57.058Z Downloaded regress v0.11.1
13102026-05-06T03:56:57.058Z Downloaded petgraph v0.6.5
13112026-05-06T03:56:57.062Z Downloaded rustix v0.38.44
13122026-05-06T03:56:57.072Z Downloaded petgraph v0.8.3
13132026-05-06T03:56:57.116Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-06T03:56:57.195Z Downloaded typify-impl v0.6.2
13152026-05-06T03:56:57.204Z Downloaded tracing v0.1.44
13162026-05-06T03:56:57.218Z Downloaded typify-impl v0.4.3
13172026-05-06T03:56:57.226Z Downloaded ratatui v0.29.0
13182026-05-06T03:56:57.237Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-05-06T03:56:57.244Z Downloaded encoding_rs v0.8.35
13202026-05-06T03:56:57.257Z Downloaded sled v0.34.7
13212026-05-06T03:56:57.279Z Downloaded ring v0.17.14
13222026-05-06T03:56:57.304Z Downloaded jiff v0.2.21
13232026-05-06T03:56:57.316Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-05-06T03:56:57.348Z Downloaded chrono-tz v0.10.4
13252026-05-06T03:56:57.395Z Downloaded libz-sys v1.1.24
13262026-05-06T03:56:57.407Z Downloaded tokio v1.52.1
13272026-05-06T03:56:57.431Z Downloaded sha3 v0.10.8
13282026-05-06T03:56:58.270Z Downloaded aws-lc-sys v0.37.1
13292026-05-06T03:56:58.520Z Compiling libc v0.2.185
13302026-05-06T03:56:58.520Z Compiling serde v1.0.228
13312026-05-06T03:56:58.520Z Compiling find-msvc-tools v0.1.9
13322026-05-06T03:56:58.520Z Compiling shlex v1.3.0
13332026-05-06T03:56:58.523Z Compiling log v0.4.29
13342026-05-06T03:56:58.523Z Compiling smallvec v1.15.1
13352026-05-06T03:56:58.523Z Compiling typenum v1.19.0
13362026-05-06T03:56:58.523Z Compiling subtle v2.6.1
13372026-05-06T03:56:58.523Z Compiling generic-array v0.14.7
13382026-05-06T03:56:58.523Z Compiling scopeguard v1.2.0
13392026-05-06T03:56:58.669Z Compiling const-oid v0.9.6
13402026-05-06T03:56:58.705Z Compiling portable-atomic v1.13.1
13412026-05-06T03:56:58.718Z Compiling zerocopy v0.8.40
13422026-05-06T03:56:58.729Z Compiling syn v2.0.117
13432026-05-06T03:56:58.740Z Compiling serde_json v1.0.149
13442026-05-06T03:56:58.751Z Compiling critical-section v1.2.0
13452026-05-06T03:56:58.853Z Compiling pin-project-lite v0.2.17
13462026-05-06T03:56:58.967Z Compiling parking_lot_core v0.9.12
13472026-05-06T03:56:58.981Z Compiling pkg-config v0.3.32
13482026-05-06T03:56:58.996Z Compiling bitflags v2.11.0
13492026-05-06T03:56:59.014Z Compiling lock_api v0.4.14
13502026-05-06T03:56:59.028Z Compiling libm v0.2.16
13512026-05-06T03:56:59.060Z Compiling num-traits v0.2.19
13522026-05-06T03:56:59.072Z Compiling futures-core v0.3.32
13532026-05-06T03:56:59.114Z Compiling percent-encoding v2.3.2
13542026-05-06T03:56:59.173Z Compiling futures-sink v0.3.32
13552026-05-06T03:56:59.245Z Compiling cpufeatures v0.2.17
13562026-05-06T03:56:59.261Z Compiling getrandom v0.4.1
13572026-05-06T03:56:59.276Z Compiling futures-channel v0.3.32
13582026-05-06T03:56:59.276Z Compiling futures-task v0.3.32
13592026-05-06T03:56:59.322Z Compiling slab v0.4.12
13602026-05-06T03:56:59.359Z Compiling futures-io v0.3.32
13612026-05-06T03:56:59.364Z Compiling getrandom v0.3.4
13622026-05-06T03:56:59.394Z Compiling rustversion v1.0.22
13632026-05-06T03:56:59.466Z Compiling rand_core v0.10.0
13642026-05-06T03:56:59.520Z Compiling indexmap v2.14.0
13652026-05-06T03:56:59.541Z Compiling form_urlencoded v1.2.2
13662026-05-06T03:56:59.541Z Compiling dunce v1.0.5
13672026-05-06T03:56:59.544Z Compiling base64ct v1.8.3
13682026-05-06T03:56:59.570Z Compiling fs_extra v1.3.0
13692026-05-06T03:56:59.637Z Compiling ident_case v1.0.1
13702026-05-06T03:56:59.663Z Compiling getrandom v0.2.17
13712026-05-06T03:56:59.758Z Compiling jobserver v0.1.34
13722026-05-06T03:56:59.762Z Compiling errno v0.3.14
13732026-05-06T03:56:59.802Z Compiling mio v1.2.0
13742026-05-06T03:56:59.817Z Compiling socket2 v0.6.3
13752026-05-06T03:56:59.897Z Compiling rand_core v0.6.4
13762026-05-06T03:56:59.911Z Compiling signal-hook-registry v1.4.8
13772026-05-06T03:56:59.942Z Compiling once_cell v1.21.3
13782026-05-06T03:57:00.006Z Compiling cc v1.2.56
13792026-05-06T03:57:00.023Z Compiling parking_lot v0.12.5
13802026-05-06T03:57:00.095Z Compiling pem-rfc7468 v0.7.0
13812026-05-06T03:57:00.110Z Compiling flagset v0.4.7
13822026-05-06T03:57:00.173Z Compiling iana-time-zone v0.1.65
13832026-05-06T03:57:00.190Z Compiling rustix v1.1.3
13842026-05-06T03:57:00.210Z Compiling uuid v1.23.0
13852026-05-06T03:57:00.214Z Compiling rustc_version v0.4.1
13862026-05-06T03:57:00.274Z Compiling aws-lc-rs v1.16.0
13872026-05-06T03:57:00.274Z Compiling vcpkg v0.2.15
13882026-05-06T03:57:00.305Z Compiling regex-syntax v0.8.10
13892026-05-06T03:57:00.323Z Compiling tracing-core v0.1.36
13902026-05-06T03:57:00.400Z Compiling schemars v0.8.22
13912026-05-06T03:57:00.431Z Compiling rand_core v0.9.5
13922026-05-06T03:57:00.445Z Compiling httparse v1.10.1
13932026-05-06T03:57:00.511Z Compiling base64 v0.22.1
13942026-05-06T03:57:00.579Z Compiling untrusted v0.7.1
13952026-05-06T03:57:00.612Z Compiling untrusted v0.9.0
13962026-05-06T03:57:00.615Z Compiling openssl-probe v0.2.1
13972026-05-06T03:57:00.663Z Compiling dyn-clone v1.0.20
13982026-05-06T03:57:00.714Z Compiling try-lock v0.2.5
13992026-05-06T03:57:00.729Z Compiling atomic-waker v1.1.2
14002026-05-06T03:57:00.743Z Compiling tinyvec_macros v0.1.1
14012026-05-06T03:57:00.758Z Compiling tower-service v0.3.3
14022026-05-06T03:57:00.824Z Compiling cmake v0.1.57
14032026-05-06T03:57:00.839Z Compiling tower-layer v0.3.3
14042026-05-06T03:57:00.843Z Compiling rustls v0.23.37
14052026-05-06T03:57:00.843Z Compiling want v0.3.1
14062026-05-06T03:57:00.894Z Compiling tinyvec v1.10.0
14072026-05-06T03:57:00.897Z Compiling spin v0.9.8
14082026-05-06T03:57:00.897Z Compiling aho-corasick v1.1.4
14092026-05-06T03:57:00.967Z Compiling openssl v0.10.78
14102026-05-06T03:57:00.988Z Compiling httpdate v1.0.3
14112026-05-06T03:57:01.021Z Compiling crc32fast v1.5.0
14122026-05-06T03:57:01.024Z Compiling pin-utils v0.1.0
14132026-05-06T03:57:01.080Z Compiling powerfmt v0.2.0
14142026-05-06T03:57:01.102Z Compiling foreign-types-shared v0.1.1
14152026-05-06T03:57:01.120Z Compiling time-core v0.1.8
14162026-05-06T03:57:01.160Z Compiling num-conv v0.2.0
14172026-05-06T03:57:01.193Z Compiling wait-timeout v0.2.1
14182026-05-06T03:57:01.218Z Compiling foreign-types v0.3.2
14192026-05-06T03:57:01.260Z Compiling num_threads v0.1.7
14202026-05-06T03:57:01.265Z Compiling native-tls v0.2.18
14212026-05-06T03:57:01.303Z Compiling deranged v0.5.8
14222026-05-06T03:57:01.306Z Compiling syn v1.0.109
14232026-05-06T03:57:01.340Z Compiling time-macros v0.2.27
14242026-05-06T03:57:01.340Z Compiling usdt-impl v0.6.0
14252026-05-06T03:57:01.373Z Compiling quick-error v1.2.3
14262026-05-06T03:57:01.376Z Compiling siphasher v1.0.2
14272026-05-06T03:57:01.376Z Compiling simd-adler32 v0.3.8
14282026-05-06T03:57:01.429Z Compiling bit-vec v0.8.0
14292026-05-06T03:57:01.459Z Compiling crossbeam-utils v0.8.21
14302026-05-06T03:57:01.518Z Compiling unicode-normalization v0.1.25
14312026-05-06T03:57:01.532Z Compiling slog v2.8.2
14322026-05-06T03:57:01.590Z Compiling rand_xorshift v0.4.0
14332026-05-06T03:57:01.604Z Compiling heapless v0.7.17
14342026-05-06T03:57:01.681Z Compiling bit-set v0.8.0
14352026-05-06T03:57:01.696Z Compiling thread-id v5.1.0
14362026-05-06T03:57:01.713Z Compiling aws-lc-sys v0.37.1
14372026-05-06T03:57:01.715Z Compiling ring v0.17.14
14382026-05-06T03:57:01.744Z Compiling synstructure v0.13.2
14392026-05-06T03:57:01.747Z Compiling openssl-sys v0.9.114
14402026-05-06T03:57:01.776Z Compiling serde_derive_internals v0.29.1
14412026-05-06T03:57:01.789Z Compiling pest_generator v2.8.6
14422026-05-06T03:57:01.805Z Compiling darling_core v0.20.11
14432026-05-06T03:57:01.871Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14442026-05-06T03:57:01.886Z Compiling tempfile v3.25.0
14452026-05-06T03:57:02.014Z Compiling regex-automata v0.4.14
14462026-05-06T03:57:02.147Z Compiling rusty-fork v0.3.1
14472026-05-06T03:57:02.339Z Compiling darling_core v0.21.3
14482026-05-06T03:57:02.354Z Compiling bzip2-sys v0.1.13+1.0.8
14492026-05-06T03:57:02.371Z Compiling sync_wrapper v1.0.2
14502026-05-06T03:57:02.478Z Compiling time v0.3.47
14512026-05-06T03:57:02.494Z Compiling cookie v0.18.1
14522026-05-06T03:57:02.557Z Compiling anyhow v1.0.102
14532026-05-06T03:57:02.577Z Compiling signal-hook v0.3.18
14542026-05-06T03:57:02.659Z Compiling unicode-properties v0.1.4
14552026-05-06T03:57:02.710Z Compiling zstd-safe v7.2.4
14562026-05-06T03:57:02.726Z Compiling unarray v0.1.4
14572026-05-06T03:57:02.742Z Compiling paste v1.0.15
14582026-05-06T03:57:02.782Z Compiling allocator-api2 v0.2.21
14592026-05-06T03:57:02.798Z Compiling unicode-bidi v0.3.18
14602026-05-06T03:57:02.860Z Compiling adler2 v2.0.1
14612026-05-06T03:57:02.993Z Compiling miniz_oxide v0.8.9
14622026-05-06T03:57:03.133Z Compiling stringprep v0.1.5
14632026-05-06T03:57:03.149Z Compiling num-integer v0.1.46
14642026-05-06T03:57:03.164Z Compiling vergen-lib v0.1.6
14652026-05-06T03:57:03.360Z Compiling curve25519-dalek v4.1.3
14662026-05-06T03:57:03.375Z Compiling ff v0.13.1
14672026-05-06T03:57:03.490Z Compiling hash32 v0.2.1
14682026-05-06T03:57:03.530Z Compiling memoffset v0.9.1
14692026-05-06T03:57:03.534Z Compiling base16ct v0.2.0
14702026-05-06T03:57:03.563Z Compiling serde_derive v1.0.228
14712026-05-06T03:57:03.606Z Compiling zeroize_derive v1.4.3
14722026-05-06T03:57:03.650Z Compiling zerofrom-derive v0.1.6
14732026-05-06T03:57:03.698Z Compiling yoke-derive v0.8.1
14742026-05-06T03:57:03.717Z Compiling zerocopy-derive v0.8.40
14752026-05-06T03:57:03.734Z Compiling zerovec-derive v0.11.2
14762026-05-06T03:57:03.749Z Compiling displaydoc v0.2.5
14772026-05-06T03:57:03.752Z Compiling tokio-macros v2.7.0
14782026-05-06T03:57:04.123Z Compiling futures-macro v0.3.32
14792026-05-06T03:57:04.195Z Compiling der_derive v0.7.3
14802026-05-06T03:57:04.281Z Compiling zeroize v1.8.2
14812026-05-06T03:57:04.522Z Compiling thiserror-impl v2.0.18
14822026-05-06T03:57:04.538Z Compiling rustls-pki-types v1.14.0
14832026-05-06T03:57:04.856Z Compiling tracing-attributes v0.1.31
14842026-05-06T03:57:04.935Z Compiling scroll_derive v0.13.1
14852026-05-06T03:57:04.967Z Compiling schemars_derive v0.8.22
14862026-05-06T03:57:04.978Z Compiling futures-util v0.3.32
14872026-05-06T03:57:05.062Z Compiling crypto-common v0.1.7
14882026-05-06T03:57:05.121Z Compiling block-buffer v0.10.4
14892026-05-06T03:57:05.136Z Compiling zerofrom v0.1.6
14902026-05-06T03:57:05.233Z Compiling block-padding v0.3.3
14912026-05-06T03:57:05.248Z Compiling yoke v0.8.1
14922026-05-06T03:57:05.275Z Compiling digest v0.10.7
14932026-05-06T03:57:05.320Z Compiling der v0.7.10
14942026-05-06T03:57:05.407Z Compiling inout v0.1.4
14952026-05-06T03:57:05.451Z Compiling zerovec v0.11.5
14962026-05-06T03:57:05.545Z Compiling zerotrie v0.2.3
14972026-05-06T03:57:05.596Z Compiling hmac v0.12.1
14982026-05-06T03:57:05.780Z Compiling cipher v0.4.4
14992026-05-06T03:57:05.800Z Compiling sha2 v0.10.9
15002026-05-06T03:57:05.873Z Compiling pbkdf2 v0.12.2
15012026-05-06T03:57:05.924Z Compiling tinystr v0.8.2
15022026-05-06T03:57:05.983Z Compiling potential_utf v0.1.4
15032026-05-06T03:57:06.005Z Compiling thiserror v2.0.18
15042026-05-06T03:57:06.068Z Compiling salsa20 v0.10.2
15052026-05-06T03:57:06.127Z Compiling icu_locale_core v2.1.1
15062026-05-06T03:57:06.152Z Compiling icu_collections v2.1.1
15072026-05-06T03:57:06.167Z Compiling spki v0.7.3
15082026-05-06T03:57:06.235Z Compiling scrypt v0.11.0
15092026-05-06T03:57:06.252Z Compiling cbc v0.1.2
15102026-05-06T03:57:06.269Z Compiling aes v0.8.4
15112026-05-06T03:57:06.286Z Compiling tracing v0.1.44
15122026-05-06T03:57:06.409Z Compiling pest_derive v2.8.6
15132026-05-06T03:57:06.426Z Compiling scroll v0.13.0
15142026-05-06T03:57:06.523Z Compiling darling_macro v0.20.11
15152026-05-06T03:57:06.567Z Compiling openssl-macros v0.1.1
15162026-05-06T03:57:06.582Z Compiling signature v2.2.0
15172026-05-06T03:57:06.660Z Compiling goblin v0.10.5
15182026-05-06T03:57:06.713Z Compiling pkcs5 v0.7.1
15192026-05-06T03:57:06.782Z Compiling icu_provider v2.1.1
15202026-05-06T03:57:06.877Z Compiling dtrace-parser v0.3.0
15212026-05-06T03:57:07.050Z Compiling bytes v1.11.1
15222026-05-06T03:57:07.065Z Compiling icu_properties v2.1.2
15232026-05-06T03:57:07.089Z Compiling icu_normalizer v2.1.1
15242026-05-06T03:57:07.121Z Compiling chrono v0.4.44
15252026-05-06T03:57:07.136Z Compiling pkcs8 v0.10.2
15262026-05-06T03:57:07.224Z Compiling ipnet v2.11.0
15272026-05-06T03:57:07.227Z Compiling darling v0.20.11
15282026-05-06T03:57:07.324Z Compiling derive_builder_core v0.20.2
15292026-05-06T03:57:07.340Z Compiling rustls-native-certs v0.8.3
15302026-05-06T03:57:07.386Z Compiling thiserror-impl v1.0.69
15312026-05-06T03:57:07.459Z Compiling scroll_derive v0.12.1
15322026-05-06T03:57:07.645Z Compiling tokio v1.52.1
15332026-05-06T03:57:07.661Z Compiling http v1.4.0
15342026-05-06T03:57:07.664Z Compiling erased-serde v0.3.31
15352026-05-06T03:57:07.690Z Compiling serde_spanned v0.6.9
15362026-05-06T03:57:07.753Z Compiling serde_tokenstream v0.2.3
15372026-05-06T03:57:07.849Z Compiling toml_datetime v0.6.11
15382026-05-06T03:57:08.079Z Compiling idna_adapter v1.2.1
15392026-05-06T03:57:08.134Z Compiling ppv-lite86 v0.2.21
15402026-05-06T03:57:08.158Z Compiling md-5 v0.10.6
15412026-05-06T03:57:08.173Z Compiling scroll v0.12.0
15422026-05-06T03:57:08.186Z Compiling darling_macro v0.21.3
15432026-05-06T03:57:08.218Z Compiling idna v1.1.0
15442026-05-06T03:57:08.236Z Compiling derive_builder_macro v0.20.2
15452026-05-06T03:57:08.251Z Compiling webpki-roots v1.0.6
15462026-05-06T03:57:08.346Z Compiling http-body v1.0.1
15472026-05-06T03:57:08.362Z Compiling zerocopy-derive v0.7.35
15482026-05-06T03:57:08.384Z Compiling iri-string v0.7.10
15492026-05-06T03:57:08.452Z Compiling rand_chacha v0.9.0
15502026-05-06T03:57:08.472Z Compiling http-body-util v0.1.3
15512026-05-06T03:57:08.520Z Compiling url v2.5.8
15522026-05-06T03:57:08.538Z Compiling rand_chacha v0.3.1
15532026-05-06T03:57:08.595Z Compiling smoltcp v0.9.1
15542026-05-06T03:57:08.661Z Compiling rand v0.9.2
15552026-05-06T03:57:08.699Z Compiling thiserror v1.0.69
15562026-05-06T03:57:08.735Z Compiling ryu v1.0.23
15572026-05-06T03:57:08.750Z Compiling rustix v0.38.44
15582026-05-06T03:57:08.815Z Compiling fallible-iterator v0.2.0
15592026-05-06T03:57:08.906Z Compiling litrs v1.0.0
15602026-05-06T03:57:08.927Z Compiling ref-cast v1.0.25
15612026-05-06T03:57:08.942Z Compiling psl-types v2.0.11
15622026-05-06T03:57:09.121Z Compiling cfg_aliases v0.2.1
15632026-05-06T03:57:09.137Z Compiling num-bigint-dig v0.8.6
15642026-05-06T03:57:09.151Z Compiling zlib-rs v0.6.2
15652026-05-06T03:57:09.213Z Compiling proptest v1.10.0
15662026-05-06T03:57:09.292Z Compiling zerocopy v0.7.35
15672026-05-06T03:57:09.316Z Compiling nix v0.31.2
15682026-05-06T03:57:09.350Z Compiling dof v0.4.0
15692026-05-06T03:57:09.366Z Compiling postgres-protocol v0.6.10
15702026-05-06T03:57:09.429Z Compiling document-features v0.2.12
15712026-05-06T03:57:09.504Z Compiling publicsuffix v2.3.0
15722026-05-06T03:57:09.541Z Compiling serde_urlencoded v0.7.1
15732026-05-06T03:57:09.703Z Compiling rand v0.8.5
15742026-05-06T03:57:09.753Z Compiling derive_builder v0.20.2
15752026-05-06T03:57:09.767Z Compiling darling v0.21.3
15762026-05-06T03:57:09.860Z Compiling goblin v0.8.2
15772026-05-06T03:57:09.896Z Compiling sec1 v0.7.3
15782026-05-06T03:57:09.912Z Compiling ipnetwork v0.21.1
15792026-05-06T03:57:09.947Z Compiling hubpack_derive v0.1.1
15802026-05-06T03:57:09.966Z Compiling cargo-platform v0.1.9
15812026-05-06T03:57:09.966Z Compiling hkdf v0.12.4
15822026-05-06T03:57:10.088Z Compiling crypto-bigint v0.5.5
15832026-05-06T03:57:10.195Z Compiling oxnet v0.1.4
15842026-05-06T03:57:10.243Z Compiling regex v1.12.3
15852026-05-06T03:57:10.468Z Compiling async-trait v0.1.89
15862026-05-06T03:57:10.556Z Compiling ref-cast-impl v1.0.25
15872026-05-06T03:57:10.599Z Compiling strum_macros v0.27.2
15882026-05-06T03:57:10.618Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-06T03:57:10.634Z Compiling daft-derive v0.1.5
15902026-05-06T03:57:10.700Z Compiling group v0.13.0
15912026-05-06T03:57:10.773Z Compiling num-iter v0.1.45
15922026-05-06T03:57:10.972Z Compiling terminal_size v0.4.3
15932026-05-06T03:57:10.987Z Compiling phf_shared v0.13.1
15942026-05-06T03:57:11.129Z Compiling lazy_static v1.5.0
15952026-05-06T03:57:11.144Z Compiling vergen v9.0.6
15962026-05-06T03:57:11.239Z Compiling fs-err v3.3.0
15972026-05-06T03:57:11.254Z Compiling ahash v0.8.12
15982026-05-06T03:57:11.269Z Compiling bumpalo v3.20.2
15992026-05-06T03:57:11.287Z Compiling managed v0.8.0
16002026-05-06T03:57:11.303Z Compiling object v0.37.3
16012026-05-06T03:57:11.353Z Compiling tokio-util v0.7.18
16022026-05-06T03:57:11.382Z Compiling tower v0.5.3
16032026-05-06T03:57:11.454Z Compiling tokio-native-tls v0.3.1
16042026-05-06T03:57:11.468Z Compiling unicode-segmentation v1.12.0
16052026-05-06T03:57:11.484Z Compiling bitflags v1.3.2
16062026-05-06T03:57:11.522Z Compiling foldhash v0.1.5
16072026-05-06T03:57:11.538Z Compiling foldhash v0.2.0
16082026-05-06T03:57:11.541Z Compiling libbz2-rs-sys v0.2.2
16092026-05-06T03:57:11.571Z Compiling winnow v0.5.40
16102026-05-06T03:57:11.597Z Compiling newtype-uuid v1.3.2
16112026-05-06T03:57:11.704Z Compiling hashbrown v0.16.1
16122026-05-06T03:57:11.719Z Compiling hashbrown v0.15.5
16132026-05-06T03:57:11.876Z Compiling tower-http v0.6.8
16142026-05-06T03:57:11.891Z Compiling daft v0.1.5
16152026-05-06T03:57:11.954Z Compiling clap_builder v4.5.60
16162026-05-06T03:57:12.186Z Compiling h2 v0.4.13
16172026-05-06T03:57:12.240Z Compiling flate2 v1.1.9
16182026-05-06T03:57:12.276Z Compiling dof v0.3.0
16192026-05-06T03:57:12.291Z Compiling bzip2 v0.6.1
16202026-05-06T03:57:12.322Z Compiling zopfli v0.8.3
16212026-05-06T03:57:12.478Z Compiling phf v0.13.1
16222026-05-06T03:57:12.613Z Compiling signal-hook-mio v0.2.5
16232026-05-06T03:57:12.629Z Compiling strum v0.27.2
16242026-05-06T03:57:12.659Z Compiling elliptic-curve v0.13.8
16252026-05-06T03:57:12.676Z Compiling cargo_metadata v0.19.2
16262026-05-06T03:57:12.744Z Compiling usdt-macro v0.6.0
16272026-05-06T03:57:12.782Z Compiling usdt-attr-macro v0.6.0
16282026-05-06T03:57:13.043Z Compiling toml_edit v0.19.15
16292026-05-06T03:57:13.043Z Compiling cookie_store v0.22.1
16302026-05-06T03:57:13.076Z Compiling bzip2 v0.4.4
16312026-05-06T03:57:13.076Z Compiling hubpack v0.1.2
16322026-05-06T03:57:13.204Z Compiling serde_with_macros v3.17.0
16332026-05-06T03:57:13.307Z Compiling postgres-types v0.2.12
16342026-05-06T03:57:13.357Z Compiling zstd v0.13.3
16352026-05-06T03:57:13.427Z Compiling dtrace-parser v0.2.0
16362026-05-06T03:57:13.560Z Compiling ed25519 v2.2.3
16372026-05-06T03:57:13.640Z Compiling pkcs1 v0.7.5
16382026-05-06T03:57:13.655Z Compiling hex v0.4.3
16392026-05-06T03:57:13.710Z Compiling serde-big-array v0.5.1
16402026-05-06T03:57:13.875Z Compiling rfc6979 v0.4.0
16412026-05-06T03:57:13.893Z Compiling bstr v1.12.1
16422026-05-06T03:57:13.943Z Compiling enum-as-inner v0.6.1
16432026-05-06T03:57:14.016Z Compiling serde_repr v0.1.20
16442026-05-06T03:57:14.053Z Compiling strum_macros v0.26.4
16452026-05-06T03:57:14.053Z Compiling clap_derive v4.5.55
16462026-05-06T03:57:14.194Z Compiling phf_shared v0.11.3
16472026-05-06T03:57:14.366Z Compiling float-cmp v0.10.0
16482026-05-06T03:57:14.395Z Compiling memmap2 v0.9.10
16492026-05-06T03:57:14.476Z Compiling thread-id v4.2.2
16502026-05-06T03:57:14.492Z Compiling env_filter v1.0.0
16512026-05-06T03:57:14.521Z Compiling encoding_rs v0.8.35
16522026-05-06T03:57:14.538Z Compiling mime v0.3.17
16532026-05-06T03:57:14.565Z Compiling keccak v0.1.6
16542026-05-06T03:57:14.583Z Compiling static_assertions v1.1.0
16552026-05-06T03:57:14.596Z Compiling precomputed-hash v0.1.1
16562026-05-06T03:57:14.633Z Compiling new_debug_unreachable v1.0.6
16572026-05-06T03:57:14.689Z Compiling data-encoding v2.10.0
16582026-05-06T03:57:14.760Z Compiling predicates-core v1.0.10
16592026-05-06T03:57:14.775Z Compiling jiff v0.2.21
16602026-05-06T03:57:14.856Z Compiling whoami v2.1.0
16612026-05-06T03:57:14.871Z Compiling fixedbitset v0.5.7
16622026-05-06T03:57:14.960Z Compiling difflib v0.4.0
16632026-05-06T03:57:15.047Z Compiling either v1.15.0
16642026-05-06T03:57:15.199Z Compiling hyper v1.8.1
16652026-05-06T03:57:15.251Z Compiling normalize-line-endings v0.3.0
16662026-05-06T03:57:15.278Z Compiling fixedbitset v0.4.2
16672026-05-06T03:57:15.360Z Compiling rustc-hash v2.1.1
16682026-05-06T03:57:15.421Z Compiling toml_edit v0.22.27
16692026-05-06T03:57:15.444Z Compiling predicates v3.1.4
16702026-05-06T03:57:15.495Z Compiling iddqd v0.3.18
16712026-05-06T03:57:15.510Z Compiling petgraph v0.6.5
16722026-05-06T03:57:15.524Z Compiling itertools v0.13.0
16732026-05-06T03:57:15.543Z Compiling petgraph v0.8.3
16742026-05-06T03:57:15.797Z Compiling tokio-postgres v0.7.16
16752026-05-06T03:57:15.884Z Compiling strum v0.26.3
16762026-05-06T03:57:15.915Z Compiling clap v4.5.60
16772026-05-06T03:57:16.014Z Compiling hickory-proto v0.25.2
16782026-05-06T03:57:16.037Z Compiling string_cache v0.8.9
16792026-05-06T03:57:16.132Z Compiling sha3 v0.10.8
16802026-05-06T03:57:16.153Z Compiling env_logger v0.11.9
16812026-05-06T03:57:16.244Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-06T03:57:16.289Z Compiling usdt v0.6.0
16832026-05-06T03:57:16.532Z Compiling hyper-util v0.1.20
16842026-05-06T03:57:16.573Z Compiling usdt-impl v0.5.0
16852026-05-06T03:57:16.606Z Compiling toml v0.7.8
16862026-05-06T03:57:16.687Z Compiling serde_with v3.17.0
16872026-05-06T03:57:16.785Z Compiling similar v2.7.0
16882026-05-06T03:57:16.876Z Compiling crossterm v0.28.1
16892026-05-06T03:57:17.019Z Compiling ecdsa v0.16.9
16902026-05-06T03:57:17.191Z Compiling rsa v0.9.10
16912026-05-06T03:57:17.231Z Compiling ed25519-dalek v2.2.0
16922026-05-06T03:57:17.423Z Compiling zip v4.6.1
16932026-05-06T03:57:17.919Z Compiling hyper-tls v0.6.0
16942026-05-06T03:57:17.930Z Compiling zip v0.6.6
16952026-05-06T03:57:18.160Z Compiling tokio-stream v0.1.18
16962026-05-06T03:57:18.200Z Compiling heck v0.4.1
16972026-05-06T03:57:18.280Z Compiling buf-list v1.1.2
16982026-05-06T03:57:18.383Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-06T03:57:18.413Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-06T03:57:18.429Z Compiling openapiv3 v2.2.0
17012026-05-06T03:57:18.447Z Compiling x509-cert v0.2.5
17022026-05-06T03:57:18.462Z Compiling sha1 v0.10.6
17032026-05-06T03:57:18.528Z Compiling crossbeam-epoch v0.9.18
17042026-05-06T03:57:18.577Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-06T03:57:18.654Z Compiling lalrpop-util v0.19.12
17062026-05-06T03:57:18.698Z Compiling peg-runtime v0.8.5
17072026-05-06T03:57:18.742Z Compiling thread_local v1.1.9
17082026-05-06T03:57:18.865Z Compiling slog-async v2.8.0
17092026-05-06T03:57:18.879Z Compiling futures-executor v0.3.32
17102026-05-06T03:57:18.897Z Compiling crossbeam-channel v0.5.15
17112026-05-06T03:57:19.012Z Compiling is-terminal v0.4.17
17122026-05-06T03:57:19.027Z Compiling filetime v0.2.27
17132026-05-06T03:57:19.043Z Compiling term v1.2.1
17142026-05-06T03:57:19.059Z Compiling xattr v1.6.1
17152026-05-06T03:57:19.095Z Compiling take_mut v0.2.2
17162026-05-06T03:57:19.111Z Compiling futures v0.3.32
17172026-05-06T03:57:19.204Z Compiling tar v0.4.45
17182026-05-06T03:57:19.361Z Compiling slog-term v2.9.2
17192026-05-06T03:57:34.413Z Compiling rustls-webpki v0.103.9
17202026-05-06T03:57:37.166Z Compiling tokio-rustls v0.26.4
17212026-05-06T03:57:37.166Z Compiling rustls-platform-verifier v0.6.2
17222026-05-06T03:57:37.363Z Compiling hyper-rustls v0.27.7
17232026-05-06T03:57:37.555Z Compiling reqwest v0.13.2
17242026-05-06T03:57:37.556Z Compiling reqwest v0.12.28
17252026-05-06T03:57:39.522Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-06T03:57:39.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-06T03:57:42.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s
17282026-05-06T03:57:42.710Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-06T03:57:42.767ZMay 06 03:57:42.615 INFO Starting download, target: Cockroach
17302026-05-06T03:57:42.767ZMay 06 03:57:42.616 INFO Starting download, target: Clickhouse
17312026-05-06T03:57:42.767ZMay 06 03:57:42.616 INFO Starting download, target: Console
17322026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Starting download, target: DendriteStub
17332026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Starting download, target: MaghemiteMgd
17342026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Starting download, target: TransceiverControl
17352026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-06T03:57:42.770ZMay 06 03:57:42.616 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-06T03:57:43.173ZMay 06 03:57:43.012 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-06T03:57:43.381ZMay 06 03:57:43.224 INFO Download complete, target: TransceiverControl
17432026-05-06T03:57:43.810ZMay 06 03:57:43.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-06T03:57:44.049ZMay 06 03:57:43.891 INFO Download complete, target: Console
17452026-05-06T03:57:44.563ZMay 06 03:57:44.410 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-06T03:57:44.612ZMay 06 03:57:44.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-06T03:57:44.852ZMay 06 03:57:44.693 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-06T03:57:45.442ZMay 06 03:57:45.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-06T03:57:45.442ZMay 06 03:57:45.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-06T03:57:47.049ZMay 06 03:57:46.897 INFO Download complete, target: DendriteStub
17512026-05-06T03:57:47.273ZMay 06 03:57:47.120 INFO Download complete, target: MaghemiteMgd
17522026-05-06T03:57:50.139ZMay 06 03:57:49.986 INFO Checking that binary works, target: Cockroach
17532026-05-06T03:57:50.246ZMay 06 03:57:50.092 INFO Download complete, target: Cockroach
17542026-05-06T03:57:51.433ZMay 06 03:57:51.280 INFO Checking that binary works, target: Clickhouse
17552026-05-06T03:57:51.520ZMay 06 03:57:51.367 INFO Download complete, target: Clickhouse
17562026-05-06T03:57:51.526ZAll prerequisites installed successfully
17572026-05-06T03:57:51.529Z
17582026-05-06T03:57:51.529Zreal 2:50.820725786
17592026-05-06T03:57:51.529Zuser 7:17.082391776
17602026-05-06T03:57:51.529Zsys 1:42.956041387
17612026-05-06T03:57:51.529Ztrap 0.250305558
17622026-05-06T03:57:51.529Ztflt 1.174832338
17632026-05-06T03:57:51.529Zdflt 1.662785570
17642026-05-06T03:57:51.529Zkflt 0.026161065
17652026-05-06T03:57:51.529Zlock 21:58.984942143
17662026-05-06T03:57:51.529Zslp 19:18.601267286
17672026-05-06T03:57:51.529Zlat 24.414191945
17682026-05-06T03:57:51.529Zstop 2:54.232239629
17692026-05-06T03:57:51.529Z+ ptime -m cargo xtask download softnpu
17702026-05-06T03:57:52.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-05-06T03:57:52.088Z Running `target/debug/xtask download softnpu`
17722026-05-06T03:57:52.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-05-06T03:57:52.924Z Running `target/debug/xtask-downloader softnpu`
17742026-05-06T03:57:52.966ZMay 06 03:57:52.813 INFO Starting download, target: Softnpu
17752026-05-06T03:57:52.969ZMay 06 03:57:52.813 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-05-06T03:57:53.541ZMay 06 03:57:53.388 INFO Download complete, target: Softnpu
17772026-05-06T03:57:53.544Z
17782026-05-06T03:57:53.544Zreal 2.012550022
17792026-05-06T03:57:53.545Zuser 1.356326623
17802026-05-06T03:57:53.545Zsys 0.650905937
17812026-05-06T03:57:53.545Ztrap 0.000654949
17822026-05-06T03:57:53.545Ztflt 0.000070764
17832026-05-06T03:57:53.545Zdflt 0.000276851
17842026-05-06T03:57:53.545Zkflt 0.000000000
17852026-05-06T03:57:53.545Zlock 10.308083720
17862026-05-06T03:57:53.545Zslp 0.436964319
17872026-05-06T03:57:53.545Zlat 0.079701317
17882026-05-06T03:57:53.545Zstop 0.000156582
17892026-05-06T03:57:53.548Z+ export CARGO_INCREMENTAL=0
17902026-05-06T03:57:53.548Z+ CARGO_INCREMENTAL=0
17912026-05-06T03:57:53.548Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-05-06T03:57:54.449Z Compiling proc-macro2 v1.0.106
17932026-05-06T03:57:54.449Z Compiling quote v1.0.45
17942026-05-06T03:57:54.449Z Compiling unicode-ident v1.0.24
17952026-05-06T03:57:54.449Z Compiling libc v0.2.185
17962026-05-06T03:57:54.452Z Compiling serde_core v1.0.228
17972026-05-06T03:57:54.452Z Compiling serde v1.0.228
17982026-05-06T03:57:54.452Z Compiling cfg-if v1.0.4
17992026-05-06T03:57:54.452Z Compiling version_check v0.9.5
18002026-05-06T03:57:54.452Z Compiling find-msvc-tools v0.1.9
18012026-05-06T03:57:54.452Z Compiling shlex v1.3.0
18022026-05-06T03:57:54.452Z Compiling typenum v1.19.0
18032026-05-06T03:57:54.608Z Compiling autocfg v1.5.0
18042026-05-06T03:57:54.621Z Compiling zmij v1.0.21
18052026-05-06T03:57:54.624Z Compiling serde_json v1.0.149
18062026-05-06T03:57:54.624Z Compiling memchr v2.8.0
18072026-05-06T03:57:54.794Z Compiling portable-atomic v1.13.1
18082026-05-06T03:57:54.875Z Compiling zerocopy v0.8.40
18092026-05-06T03:57:54.961Z Compiling libm v0.2.16
18102026-05-06T03:57:55.012Z Compiling generic-array v0.14.7
18112026-05-06T03:57:55.079Z Compiling smallvec v1.15.1
18122026-05-06T03:57:55.139Z Compiling parking_lot_core v0.9.12
18132026-05-06T03:57:55.142Z Compiling icu_properties_data v2.1.2
18142026-05-06T03:57:55.142Z Compiling num-traits v0.2.19
18152026-05-06T03:57:55.172Z Compiling icu_normalizer_data v2.1.1
18162026-05-06T03:57:55.254Z Compiling itoa v1.0.17
18172026-05-06T03:57:55.270Z Compiling getrandom v0.4.1
18182026-05-06T03:57:55.286Z Compiling log v0.4.29
18192026-05-06T03:57:55.393Z Compiling stable_deref_trait v1.2.1
18202026-05-06T03:57:55.415Z Compiling pkg-config v0.3.32
18212026-05-06T03:57:55.432Z Compiling subtle v2.6.1
18222026-05-06T03:57:55.540Z Compiling scopeguard v1.2.0
18232026-05-06T03:57:55.568Z Compiling jobserver v0.1.34
18242026-05-06T03:57:55.597Z Compiling getrandom v0.2.17
18252026-05-06T03:57:55.616Z Compiling errno v0.3.14
18262026-05-06T03:57:55.649Z Compiling lock_api v0.4.14
18272026-05-06T03:57:55.760Z Compiling rand_core v0.6.4
18282026-05-06T03:57:55.802Z Compiling cc v1.2.56
18292026-05-06T03:57:55.900Z Compiling percent-encoding v2.3.2
18302026-05-06T03:57:55.924Z Compiling litemap v0.8.1
18312026-05-06T03:57:55.927Z Compiling syn v2.0.117
18322026-05-06T03:57:55.954Z Compiling writeable v0.6.2
18332026-05-06T03:57:55.985Z Compiling fnv v1.0.7
18342026-05-06T03:57:56.016Z Compiling thiserror v2.0.18
18352026-05-06T03:57:56.041Z Compiling pin-project-lite v0.2.17
18362026-05-06T03:57:56.112Z Compiling getrandom v0.3.4
18372026-05-06T03:57:56.207Z Compiling critical-section v1.2.0
18382026-05-06T03:57:56.257Z Compiling equivalent v1.0.2
18392026-05-06T03:57:56.286Z Compiling schemars v0.8.22
18402026-05-06T03:57:56.303Z Compiling rustversion v1.0.22
18412026-05-06T03:57:56.321Z Compiling utf8_iter v1.0.4
18422026-05-06T03:57:56.382Z Compiling fs_extra v1.3.0
18432026-05-06T03:57:56.431Z Compiling dunce v1.0.5
18442026-05-06T03:57:56.448Z Compiling rand_core v0.10.0
18452026-05-06T03:57:56.517Z Compiling cmake v0.1.57
18462026-05-06T03:57:56.521Z Compiling form_urlencoded v1.2.2
18472026-05-06T03:57:56.642Z Compiling once_cell v1.21.3
18482026-05-06T03:57:56.683Z Compiling signal-hook-registry v1.4.8
18492026-05-06T03:57:56.820Z Compiling semver v1.0.28
18502026-05-06T03:57:56.853Z Compiling const-oid v0.9.6
18512026-05-06T03:57:56.910Z Compiling bitflags v2.11.0
18522026-05-06T03:57:56.947Z Compiling hashbrown v0.17.0
18532026-05-06T03:57:56.982Z Compiling parking_lot v0.12.5
18542026-05-06T03:57:57.005Z Compiling socket2 v0.6.3
18552026-05-06T03:57:57.078Z Compiling mio v1.2.0
18562026-05-06T03:57:57.104Z Compiling ring v0.17.14
18572026-05-06T03:57:57.144Z Compiling aws-lc-sys v0.37.1
18582026-05-06T03:57:57.237Z Compiling rustix v1.1.3
18592026-05-06T03:57:57.256Z Compiling aws-lc-rs v1.16.0
18602026-05-06T03:57:57.280Z Compiling thiserror v1.0.69
18612026-05-06T03:57:57.340Z Compiling strsim v0.11.1
18622026-05-06T03:57:57.486Z Compiling indexmap v2.14.0
18632026-05-06T03:57:57.521Z Compiling futures-core v0.3.32
18642026-05-06T03:57:57.575Z Compiling ucd-trie v0.1.7
18652026-05-06T03:57:57.592Z Compiling httparse v1.10.1
18662026-05-06T03:57:57.620Z Compiling byteorder v1.5.0
18672026-05-06T03:57:57.717Z Compiling ident_case v1.0.1
18682026-05-06T03:57:57.733Z Compiling iana-time-zone v0.1.65
18692026-05-06T03:57:57.794Z Compiling pest v2.8.6
18702026-05-06T03:57:57.819Z Compiling vcpkg v0.2.15
18712026-05-06T03:57:57.834Z Compiling heck v0.5.0
18722026-05-06T03:57:57.885Z Compiling syn v1.0.109
18732026-05-06T03:57:57.906Z Compiling uuid v1.23.0
18742026-05-06T03:57:57.937Z Compiling cpufeatures v0.2.17
18752026-05-06T03:57:58.031Z Compiling regex-syntax v0.8.10
18762026-05-06T03:57:58.157Z Compiling rustc_version v0.4.1
18772026-05-06T03:57:58.268Z Compiling futures-sink v0.3.32
18782026-05-06T03:57:58.297Z Compiling rustls v0.23.37
18792026-05-06T03:57:58.395Z Compiling openssl-sys v0.9.114
18802026-05-06T03:57:58.410Z Compiling futures-channel v0.3.32
18812026-05-06T03:57:58.460Z Compiling slab v0.4.12
18822026-05-06T03:57:58.492Z Compiling futures-task v0.3.32
18832026-05-06T03:57:58.508Z Compiling futures-io v0.3.32
18842026-05-06T03:57:58.647Z Compiling crc32fast v1.5.0
18852026-05-06T03:57:58.683Z Compiling dyn-clone v1.0.20
18862026-05-06T03:57:58.699Z Compiling plain v0.2.3
18872026-05-06T03:57:58.702Z Compiling aho-corasick v1.1.4
18882026-05-06T03:57:58.748Z Compiling synstructure v0.13.2
18892026-05-06T03:57:58.751Z Compiling serde_derive_internals v0.29.1
18902026-05-06T03:57:58.846Z Compiling crossbeam-utils v0.8.21
18912026-05-06T03:57:58.861Z Compiling pest_meta v2.8.6
18922026-05-06T03:57:58.900Z Compiling num-conv v0.2.0
18932026-05-06T03:57:58.915Z Compiling time-core v0.1.8
18942026-05-06T03:57:59.097Z Compiling time-macros v0.2.27
18952026-05-06T03:57:59.127Z Compiling base64 v0.22.1
18962026-05-06T03:57:59.182Z Compiling pretty-hex v0.4.1
18972026-05-06T03:57:59.336Z Compiling openssl v0.10.78
18982026-05-06T03:57:59.517Z Compiling pest_generator v2.8.6
18992026-05-06T03:57:59.562Z Compiling anyhow v1.0.102
19002026-05-06T03:57:59.581Z Compiling base64ct v1.8.3
19012026-05-06T03:57:59.609Z Compiling regex-automata v0.4.14
19022026-05-06T03:57:59.630Z Compiling darling_core v0.21.3
19032026-05-06T03:57:59.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-06T03:57:59.670Z Compiling native-tls v0.2.18
19052026-05-06T03:57:59.896Z Compiling pem-rfc7468 v0.7.0
19062026-05-06T03:57:59.923Z Compiling flagset v0.4.7
19072026-05-06T03:57:59.941Z Compiling rand_core v0.9.5
19082026-05-06T03:58:00.076Z Compiling serde_derive v1.0.228
19092026-05-06T03:58:00.082Z Compiling zeroize_derive v1.4.3
19102026-05-06T03:58:00.083Z Compiling zerofrom-derive v0.1.6
19112026-05-06T03:58:00.111Z Compiling yoke-derive v0.8.1
19122026-05-06T03:58:00.178Z Compiling zerovec-derive v0.11.2
19132026-05-06T03:58:00.201Z Compiling displaydoc v0.2.5
19142026-05-06T03:58:00.215Z Compiling zerocopy-derive v0.8.40
19152026-05-06T03:58:00.233Z Compiling tokio-macros v2.7.0
19162026-05-06T03:58:00.247Z Compiling futures-macro v0.3.32
19172026-05-06T03:58:00.262Z Compiling thiserror-impl v2.0.18
19182026-05-06T03:58:00.684Z Compiling zeroize v1.8.2
19192026-05-06T03:58:00.937Z Compiling schemars_derive v0.8.22
19202026-05-06T03:58:01.021Z Compiling der_derive v0.7.3
19212026-05-06T03:58:01.107Z Compiling tracing-attributes v0.1.31
19222026-05-06T03:58:01.209Z Compiling thiserror-impl v1.0.69
19232026-05-06T03:58:01.224Z Compiling zerofrom v0.1.6
19242026-05-06T03:58:01.367Z Compiling yoke v0.8.1
19252026-05-06T03:58:01.420Z Compiling crypto-common v0.1.7
19262026-05-06T03:58:01.548Z Compiling zerovec v0.11.5
19272026-05-06T03:58:01.582Z Compiling zerotrie v0.2.3
19282026-05-06T03:58:01.766Z Compiling block-buffer v0.10.4
19292026-05-06T03:58:01.922Z Compiling digest v0.10.7
19302026-05-06T03:58:02.028Z Compiling pest_derive v2.8.6
19312026-05-06T03:58:02.070Z Compiling tinystr v0.8.2
19322026-05-06T03:58:02.129Z Compiling potential_utf v0.1.4
19332026-05-06T03:58:02.155Z Compiling hmac v0.12.1
19342026-05-06T03:58:02.201Z Compiling futures-util v0.3.32
19352026-05-06T03:58:02.256Z Compiling icu_locale_core v2.1.1
19362026-05-06T03:58:02.277Z Compiling icu_collections v2.1.1
19372026-05-06T03:58:02.303Z Compiling block-padding v0.3.3
19382026-05-06T03:58:02.378Z Compiling sha2 v0.10.9
19392026-05-06T03:58:02.477Z Compiling inout v0.1.4
19402026-05-06T03:58:02.675Z Compiling cipher v0.4.4
19412026-05-06T03:58:02.725Z Compiling rustls-pki-types v1.14.0
19422026-05-06T03:58:02.890Z Compiling scroll_derive v0.12.1
19432026-05-06T03:58:02.917Z Compiling scroll_derive v0.13.1
19442026-05-06T03:58:03.013Z Compiling icu_provider v2.1.1
19452026-05-06T03:58:03.160Z Compiling bytes v1.11.1
19462026-05-06T03:58:03.250Z Compiling chrono v0.4.44
19472026-05-06T03:58:03.308Z Compiling icu_normalizer v2.1.1
19482026-05-06T03:58:03.441Z Compiling icu_properties v2.1.2
19492026-05-06T03:58:03.550Z Compiling serde_tokenstream v0.2.3
19502026-05-06T03:58:03.672Z Compiling tokio v1.52.1
19512026-05-06T03:58:04.249Z Compiling openssl-macros v0.1.1
19522026-05-06T03:58:04.393Z Compiling idna_adapter v1.2.1
19532026-05-06T03:58:04.547Z Compiling idna v1.1.0
19542026-05-06T03:58:04.550Z Compiling ppv-lite86 v0.2.21
19552026-05-06T03:58:04.645Z Compiling http v1.4.0
19562026-05-06T03:58:04.803Z Compiling der v0.7.10
19572026-05-06T03:58:04.821Z Compiling regex v1.12.3
19582026-05-06T03:58:04.887Z Compiling url v2.5.8
19592026-05-06T03:58:04.918Z Compiling darling_macro v0.21.3
19602026-05-06T03:58:04.983Z Compiling zerocopy-derive v0.7.35
19612026-05-06T03:58:05.068Z Compiling slog v2.8.2
19622026-05-06T03:58:05.085Z Compiling tracing-core v0.1.36
19632026-05-06T03:58:05.403Z Compiling untrusted v0.9.0
19642026-05-06T03:58:05.440Z Compiling darling v0.21.3
19652026-05-06T03:58:05.555Z Compiling tracing v0.1.44
19662026-05-06T03:58:05.663Z Compiling spki v0.7.3
19672026-05-06T03:58:05.940Z Compiling salsa20 v0.10.2
19682026-05-06T03:58:05.974Z Compiling pbkdf2 v0.12.2
19692026-05-06T03:58:06.127Z Compiling cookie v0.18.1
19702026-05-06T03:58:06.332Z Compiling camino v1.2.2
19712026-05-06T03:58:06.495Z Compiling scrypt v0.11.0
19722026-05-06T03:58:06.510Z Compiling rand_chacha v0.9.0
19732026-05-06T03:58:06.639Z Compiling cbc v0.1.2
19742026-05-06T03:58:06.642Z Compiling aes v0.8.4
19752026-05-06T03:58:06.986Z Compiling usdt-impl v0.5.0
19762026-05-06T03:58:07.020Z Compiling either v1.15.0
19772026-05-06T03:58:07.126Z Compiling ref-cast v1.0.25
19782026-05-06T03:58:07.152Z Compiling usdt-impl v0.6.0
19792026-05-06T03:58:07.216Z Compiling paste v1.0.15
19802026-05-06T03:58:07.232Z Compiling winnow v0.7.14
19812026-05-06T03:58:07.383Z Compiling pkcs5 v0.7.1
19822026-05-06T03:58:07.424Z Compiling rand v0.9.2
19832026-05-06T03:58:07.439Z Compiling http-body v1.0.1
19842026-05-06T03:58:07.515Z Compiling tokio-util v0.7.18
19852026-05-06T03:58:07.701Z Compiling scroll v0.13.0
19862026-05-06T03:58:07.793Z Compiling scroll v0.12.0
19872026-05-06T03:58:07.813Z Compiling toml_datetime v0.6.11
19882026-05-06T03:58:07.977Z Compiling serde_spanned v0.6.9
19892026-05-06T03:58:08.053Z Compiling heapless v0.7.17
19902026-05-06T03:58:08.088Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-06T03:58:08.254Z Compiling atomic-waker v1.1.2
19922026-05-06T03:58:08.272Z Compiling openssl-probe v0.2.1
19932026-05-06T03:58:08.317Z Compiling signal-hook v0.3.18
19942026-05-06T03:58:08.387Z Compiling untrusted v0.7.1
19952026-05-06T03:58:08.406Z Compiling zstd-safe v7.2.4
19962026-05-06T03:58:08.486Z Compiling goblin v0.8.2
19972026-05-06T03:58:08.519Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-06T03:58:08.534Z Compiling goblin v0.10.5
19992026-05-06T03:58:08.641Z Compiling pkcs8 v0.10.2
20002026-05-06T03:58:08.844Z Compiling zerocopy v0.7.35
20012026-05-06T03:58:08.941Z Compiling ref-cast-impl v1.0.25
20022026-05-06T03:58:08.957Z Compiling darling_core v0.20.11
20032026-05-06T03:58:09.121Z Compiling curve25519-dalek v4.1.3
20042026-05-06T03:58:09.215Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-05-06T03:58:09.258Z Compiling memoffset v0.9.1
20062026-05-06T03:58:09.388Z Compiling tower-layer v0.3.3
20072026-05-06T03:58:09.477Z Compiling fastrand v2.3.0
20082026-05-06T03:58:09.581Z Compiling tower-service v0.3.3
20092026-05-06T03:58:09.609Z Compiling tinyvec_macros v0.1.1
20102026-05-06T03:58:09.657Z Compiling winnow v0.5.40
20112026-05-06T03:58:09.695Z Compiling try-lock v0.2.5
20122026-05-06T03:58:09.831Z Compiling rustix v0.38.44
20132026-05-06T03:58:09.968Z Compiling litrs v1.0.0
20142026-05-06T03:58:10.013Z Compiling want v0.3.1
20152026-05-06T03:58:10.177Z Compiling tinyvec v1.10.0
20162026-05-06T03:58:10.192Z Compiling h2 v0.4.13
20172026-05-06T03:58:10.444Z Compiling document-features v0.2.12
20182026-05-06T03:58:10.796Z Compiling dof v0.3.0
20192026-05-06T03:58:10.927Z Compiling darling_macro v0.20.11
20202026-05-06T03:58:10.979Z Compiling toml_edit v0.19.15
20212026-05-06T03:58:11.073Z Compiling dtrace-parser v0.2.0
20222026-05-06T03:58:11.302Z Compiling dof v0.4.0
20232026-05-06T03:58:11.432Z Compiling dtrace-parser v0.3.0
20242026-05-06T03:58:11.567Z Compiling ipnet v2.11.0
20252026-05-06T03:58:11.620Z Compiling async-trait v0.1.89
20262026-05-06T03:58:11.681Z Compiling daft-derive v0.1.5
20272026-05-06T03:58:11.722Z Compiling spin v0.9.8
20282026-05-06T03:58:11.946Z Compiling thread-id v4.2.2
20292026-05-06T03:58:12.037Z Compiling thread-id v5.1.0
20302026-05-06T03:58:12.053Z Compiling foreign-types-shared v0.1.1
20312026-05-06T03:58:12.056Z Compiling cfg_aliases v0.2.1
20322026-05-06T03:58:12.137Z Compiling smoltcp v0.9.1
20332026-05-06T03:58:12.173Z Compiling pin-utils v0.1.0
20342026-05-06T03:58:12.296Z Compiling powerfmt v0.2.0
20352026-05-06T03:58:12.313Z Compiling num-bigint-dig v0.8.6
20362026-05-06T03:58:12.332Z Compiling httpdate v1.0.3
20372026-05-06T03:58:12.365Z Compiling nix v0.31.2
20382026-05-06T03:58:12.470Z Compiling deranged v0.5.8
20392026-05-06T03:58:12.509Z Compiling foreign-types v0.3.2
20402026-05-06T03:58:12.556Z Compiling tempfile v3.25.0
20412026-05-06T03:58:12.746Z Compiling darling v0.20.11
20422026-05-06T03:58:12.864Z Compiling ipnetwork v0.21.1
20432026-05-06T03:58:13.071Z Compiling strum_macros v0.26.4
20442026-05-06T03:58:13.108Z Compiling hyper v1.8.1
20452026-05-06T03:58:13.197Z Compiling curve25519-dalek-derive v0.1.1
20462026-05-06T03:58:13.366Z Compiling wait-timeout v0.2.1
20472026-05-06T03:58:13.588Z Compiling utf8parse v0.2.2
20482026-05-06T03:58:13.762Z Compiling siphasher v1.0.2
20492026-05-06T03:58:13.819Z Compiling bit-vec v0.8.0
20502026-05-06T03:58:13.843Z Compiling quick-error v1.2.3
20512026-05-06T03:58:13.858Z Compiling simd-adler32 v0.3.8
20522026-05-06T03:58:13.949Z Compiling num_threads v0.1.7
20532026-05-06T03:58:13.965Z Compiling anstyle v1.0.13
20542026-05-06T03:58:14.017Z Compiling rusty-fork v0.3.1
20552026-05-06T03:58:14.050Z Compiling bit-set v0.8.0
20562026-05-06T03:58:14.066Z Compiling time v0.3.47
20572026-05-06T03:58:14.230Z Compiling hyper-util v0.1.20
20582026-05-06T03:58:14.319Z Compiling anstyle-parse v0.2.7
20592026-05-06T03:58:14.676Z Compiling derive_builder_core v0.20.2
20602026-05-06T03:58:14.712Z Compiling unicode-normalization v0.1.25
20612026-05-06T03:58:15.245Z Compiling rustls-native-certs v0.8.3
20622026-05-06T03:58:15.558Z Compiling signature v2.2.0
20632026-05-06T03:58:15.724Z Compiling hubpack_derive v0.1.1
20642026-05-06T03:58:15.817Z Compiling rand_xorshift v0.4.0
20652026-05-06T03:58:15.834Z Compiling strum_macros v0.27.2
20662026-05-06T03:58:15.980Z Compiling sync_wrapper v1.0.2
20672026-05-06T03:58:15.999Z Compiling fs-err v3.3.0
20682026-05-06T03:58:16.037Z Compiling ahash v0.8.12
20692026-05-06T03:58:16.109Z Compiling unarray v0.1.4
20702026-05-06T03:58:16.163Z Compiling allocator-api2 v0.2.21
20712026-05-06T03:58:16.189Z Compiling unicode-properties v0.1.4
20722026-05-06T03:58:16.246Z Compiling colorchoice v1.0.4
20732026-05-06T03:58:16.306Z Compiling unicode-bidi v0.3.18
20742026-05-06T03:58:16.327Z Compiling anstyle-query v1.1.5
20752026-05-06T03:58:16.342Z Compiling is_terminal_polyfill v1.70.2
20762026-05-06T03:58:16.378Z Compiling object v0.37.3
20772026-05-06T03:58:16.416Z Compiling adler2 v2.0.1
20782026-05-06T03:58:16.471Z Compiling unicode-segmentation v1.12.0
20792026-05-06T03:58:16.524Z Compiling miniz_oxide v0.8.9
20802026-05-06T03:58:16.564Z Compiling anstream v0.6.21
20812026-05-06T03:58:16.646Z Compiling stringprep v0.1.5
20822026-05-06T03:58:16.857Z Compiling proptest v1.10.0
20832026-05-06T03:58:17.006Z Compiling tower v0.5.3
20842026-05-06T03:58:17.081Z Compiling derive_builder_macro v0.20.2
20852026-05-06T03:58:17.304Z Compiling usdt-attr-macro v0.6.0
20862026-05-06T03:58:17.390Z Compiling usdt-macro v0.6.0
20872026-05-06T03:58:17.769Z Compiling http-body-util v0.1.3
20882026-05-06T03:58:18.065Z Compiling webpki-roots v1.0.6
20892026-05-06T03:58:18.135Z Compiling rand_chacha v0.3.1
20902026-05-06T03:58:18.157Z Compiling erased-serde v0.3.31
20912026-05-06T03:58:18.173Z Compiling md-5 v0.10.6
20922026-05-06T03:58:18.267Z Compiling num-integer v0.1.46
20932026-05-06T03:58:18.267Z Compiling hash32 v0.2.1
20942026-05-06T03:58:18.315Z Compiling vergen-lib v0.1.6
20952026-05-06T03:58:18.340Z Compiling ff v0.13.1
20962026-05-06T03:58:18.372Z Compiling psl-types v2.0.11
20972026-05-06T03:58:18.443Z Compiling iri-string v0.7.10
20982026-05-06T03:58:18.485Z Compiling ryu v1.0.23
20992026-05-06T03:58:18.502Z Compiling base16ct v0.2.0
21002026-05-06T03:58:18.531Z Compiling fallible-iterator v0.2.0
21012026-05-06T03:58:18.531Z Compiling zlib-rs v0.6.2
21022026-05-06T03:58:18.647Z Compiling sec1 v0.7.3
21032026-05-06T03:58:18.676Z Compiling serde_urlencoded v0.7.1
21042026-05-06T03:58:18.694Z Compiling num-iter v0.1.45
21052026-05-06T03:58:18.774Z Compiling group v0.13.0
21062026-05-06T03:58:18.796Z Compiling publicsuffix v2.3.0
21072026-05-06T03:58:18.846Z Compiling newtype-uuid v1.3.2
21082026-05-06T03:58:18.873Z Compiling postgres-protocol v0.6.10
21092026-05-06T03:58:19.017Z Compiling rand v0.8.5
21102026-05-06T03:58:19.176Z Compiling oxnet v0.1.4
21112026-05-06T03:58:19.414Z Compiling derive_builder v0.20.2
21122026-05-06T03:58:19.540Z Compiling tokio-native-tls v0.3.1
21132026-05-06T03:58:19.561Z Compiling tower-http v0.6.8
21142026-05-06T03:58:19.564Z Compiling heck v0.4.1
21152026-05-06T03:58:19.594Z Compiling phf_shared v0.13.1
21162026-05-06T03:58:19.678Z Compiling lazy_static v1.5.0
21172026-05-06T03:58:19.773Z Compiling terminal_size v0.4.3
21182026-05-06T03:58:19.790Z Compiling serde_with_macros v3.17.0
21192026-05-06T03:58:19.808Z Compiling cargo-platform v0.1.9
21202026-05-06T03:58:19.822Z Compiling hkdf v0.12.4
21212026-05-06T03:58:19.854Z Compiling crypto-bigint v0.5.5
21222026-05-06T03:58:19.885Z Compiling clap_derive v4.5.55
21232026-05-06T03:58:19.927Z Compiling enum-as-inner v0.6.1
21242026-05-06T03:58:19.987Z Compiling serde_repr v0.1.20
21252026-05-06T03:58:20.022Z Compiling vergen v9.0.6
21262026-05-06T03:58:20.075Z Compiling bitflags v1.3.2
21272026-05-06T03:58:20.165Z Compiling clap_lex v1.0.0
21282026-05-06T03:58:20.206Z Compiling foldhash v0.1.5
21292026-05-06T03:58:20.230Z Compiling foldhash v0.2.0
21302026-05-06T03:58:20.233Z Compiling managed v0.8.0
21312026-05-06T03:58:20.415Z Compiling bumpalo v3.20.2
21322026-05-06T03:58:20.511Z Compiling libbz2-rs-sys v0.2.2
21332026-05-06T03:58:20.528Z Compiling hashbrown v0.16.1
21342026-05-06T03:58:20.589Z Compiling hashbrown v0.15.5
21352026-05-06T03:58:20.671Z Compiling flate2 v1.1.9
21362026-05-06T03:58:20.822Z Compiling elliptic-curve v0.13.8
21372026-05-06T03:58:20.855Z Compiling zopfli v0.8.3
21382026-05-06T03:58:20.950Z Compiling bzip2 v0.6.1
21392026-05-06T03:58:20.992Z Compiling clap_builder v4.5.60
21402026-05-06T03:58:21.159Z Compiling cargo_metadata v0.19.2
21412026-05-06T03:58:21.424Z Compiling phf v0.13.1
21422026-05-06T03:58:21.518Z Compiling hyper-tls v0.6.0
21432026-05-06T03:58:21.520Z Compiling zstd v0.13.3
21442026-05-06T03:58:21.614Z Compiling signal-hook-mio v0.2.5
21452026-05-06T03:58:21.747Z Compiling daft v0.1.5
21462026-05-06T03:58:21.775Z Compiling cookie_store v0.22.1
21472026-05-06T03:58:21.791Z Compiling postgres-types v0.2.12
21482026-05-06T03:58:21.920Z Compiling bzip2 v0.4.4
21492026-05-06T03:58:22.032Z Compiling strum v0.27.2
21502026-05-06T03:58:22.195Z Compiling hubpack v0.1.2
21512026-05-06T03:58:22.211Z Compiling ed25519 v2.2.3
21522026-05-06T03:58:22.295Z Compiling phf_shared v0.11.3
21532026-05-06T03:58:22.346Z Compiling crossbeam-epoch v0.9.18
21542026-05-06T03:58:22.362Z Compiling pkcs1 v0.7.5
21552026-05-06T03:58:22.454Z Compiling hex v0.4.3
21562026-05-06T03:58:22.486Z Compiling serde-big-array v0.5.1
21572026-05-06T03:58:22.526Z Compiling rfc6979 v0.4.0
21582026-05-06T03:58:22.647Z Compiling bstr v1.12.1
21592026-05-06T03:58:22.668Z Compiling float-cmp v0.10.0
21602026-05-06T03:58:22.748Z Compiling memmap2 v0.9.10
21612026-05-06T03:58:22.765Z Compiling env_filter v1.0.0
21622026-05-06T03:58:22.798Z Compiling encoding_rs v0.8.35
21632026-05-06T03:58:22.831Z Compiling keccak v0.1.6
21642026-05-06T03:58:22.856Z Compiling precomputed-hash v0.1.1
21652026-05-06T03:58:22.964Z Compiling predicates-core v1.0.10
21662026-05-06T03:58:22.981Z Compiling fixedbitset v0.5.7
21672026-05-06T03:58:22.998Z Compiling static_assertions v1.1.0
21682026-05-06T03:58:23.057Z Compiling new_debug_unreachable v1.0.6
21692026-05-06T03:58:23.087Z Compiling fixedbitset v0.4.2
21702026-05-06T03:58:23.130Z Compiling mime v0.3.17
21712026-05-06T03:58:23.145Z Compiling normalize-line-endings v0.3.0
21722026-05-06T03:58:23.149Z Compiling difflib v0.4.0
21732026-05-06T03:58:23.198Z Compiling jiff v0.2.21
21742026-05-06T03:58:23.248Z Compiling whoami v2.1.0
21752026-05-06T03:58:23.264Z Compiling rustc-hash v2.1.1
21762026-05-06T03:58:23.285Z Compiling toml_write v0.1.2
21772026-05-06T03:58:23.315Z Compiling data-encoding v2.10.0
21782026-05-06T03:58:23.382Z Compiling iddqd v0.3.18
21792026-05-06T03:58:23.406Z Compiling predicates v3.1.4
21802026-05-06T03:58:23.541Z Compiling tokio-postgres v0.7.16
21812026-05-06T03:58:23.596Z Compiling toml_edit v0.22.27
21822026-05-06T03:58:23.630Z Compiling hickory-proto v0.25.2
21832026-05-06T03:58:23.878Z Compiling petgraph v0.6.5
21842026-05-06T03:58:24.034Z Compiling petgraph v0.8.3
21852026-05-06T03:58:24.140Z Compiling string_cache v0.8.9
21862026-05-06T03:58:24.373Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-06T03:58:24.524Z Compiling similar v2.7.0
21882026-05-06T03:58:24.643Z Compiling sha3 v0.10.8
21892026-05-06T03:58:24.931Z Compiling env_logger v0.11.9
21902026-05-06T03:58:25.261Z Compiling usdt v0.6.0
21912026-05-06T03:58:25.375Z Compiling serde_with v3.17.0
21922026-05-06T03:58:25.587Z Compiling ecdsa v0.16.9
21932026-05-06T03:58:25.670Z Compiling rsa v0.9.10
21942026-05-06T03:58:25.953Z Compiling zip v4.6.1
21952026-05-06T03:58:25.970Z Compiling clap v4.5.60
21962026-05-06T03:58:26.066Z Compiling ed25519-dalek v2.2.0
21972026-05-06T03:58:26.726Z Compiling crossterm v0.28.1
21982026-05-06T03:58:26.858Z Compiling zip v0.6.6
21992026-05-06T03:58:27.179Z Compiling strum v0.26.3
22002026-05-06T03:58:27.248Z Compiling toml v0.7.8
22012026-05-06T03:58:27.334Z Compiling tokio-stream v0.1.18
22022026-05-06T03:58:27.349Z Compiling buf-list v1.1.2
22032026-05-06T03:58:27.382Z Compiling itertools v0.13.0
22042026-05-06T03:58:27.466Z Compiling x509-cert v0.2.5
22052026-05-06T03:58:27.817Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22062026-05-06T03:58:27.891Z Compiling openapiv3 v2.2.0
22072026-05-06T03:58:27.894Z Compiling sha1 v0.10.6
22082026-05-06T03:58:28.160Z Compiling lalrpop-util v0.19.12
22092026-05-06T03:58:28.283Z Compiling peg-runtime v0.8.5
22102026-05-06T03:58:42.864Z Compiling rustls-webpki v0.103.9
22112026-05-06T03:58:44.664Z Compiling macaddr v1.0.1
22122026-05-06T03:58:44.668Z Compiling structmeta-derive v0.3.0
22132026-05-06T03:58:44.757Z Compiling rayon-core v1.13.0
22142026-05-06T03:58:44.888Z Compiling crucible-workspace-hack v0.1.0
22152026-05-06T03:58:44.914Z Compiling itertools v0.14.0
22162026-05-06T03:58:44.983Z Compiling secrecy v0.10.3
22172026-05-06T03:58:45.106Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-06T03:58:45.168Z Compiling heapless v0.8.0
22192026-05-06T03:58:45.235Z Compiling rustls v0.22.4
22202026-05-06T03:58:45.510Z Compiling crossbeam-deque v0.8.6
22212026-05-06T03:58:45.526Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-06T03:58:45.574Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-05-06T03:58:45.632Z Compiling structmeta v0.3.0
22242026-05-06T03:58:45.655Z Compiling rustls-webpki v0.102.8
22252026-05-06T03:58:45.697Z Compiling futures-executor v0.3.32
22262026-05-06T03:58:45.729Z Compiling hash32 v0.3.1
22272026-05-06T03:58:45.746Z Compiling multer v3.1.0
22282026-05-06T03:58:45.841Z Compiling thread_local v1.1.9
22292026-05-06T03:58:45.858Z Compiling unicode-width v0.2.0
22302026-05-06T03:58:45.917Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-05-06T03:58:45.965Z Compiling smoltcp v0.11.0
22322026-05-06T03:58:45.984Z Compiling slog-async v2.8.0
22332026-05-06T03:58:46.152Z Compiling compression-core v0.4.31
22342026-05-06T03:58:46.174Z Compiling ingot-macros v0.1.1
22352026-05-06T03:58:46.194Z Compiling match_cfg v0.1.0
22362026-05-06T03:58:46.244Z Compiling proc-macro-crate v3.4.0
22372026-05-06T03:58:46.283Z Compiling compression-codecs v0.4.37
22382026-05-06T03:58:46.319Z Compiling hostname v0.3.1
22392026-05-06T03:58:46.356Z Compiling futures v0.3.32
22402026-05-06T03:58:46.398Z Compiling tokio-rustls v0.26.4
22412026-05-06T03:58:46.456Z Compiling rustls-platform-verifier v0.6.2
22422026-05-06T03:58:46.505Z Compiling derive-ex v0.1.8
22432026-05-06T03:58:46.641Z Compiling hyper-rustls v0.27.7
22442026-05-06T03:58:46.691Z Compiling slog-json v2.6.1
22452026-05-06T03:58:46.691Z Compiling crossbeam-channel v0.5.15
22462026-05-06T03:58:46.725Z Compiling half v2.7.1
22472026-05-06T03:58:46.966Z Compiling reqwest v0.13.2
22482026-05-06T03:58:46.969Z Compiling reqwest v0.12.28
22492026-05-06T03:58:47.022Z Compiling newtype-uuid-macros v0.1.0
22502026-05-06T03:58:47.100Z Compiling cobs v0.3.0
22512026-05-06T03:58:47.397Z Compiling thiserror-impl-no-std v2.0.2
22522026-05-06T03:58:47.413Z Compiling universal-hash v0.5.1
22532026-05-06T03:58:47.489Z Compiling async-stream-impl v0.3.6
22542026-05-06T03:58:47.577Z Compiling toml_datetime v1.0.0+spec-1.1.0
22552026-05-06T03:58:47.793Z Compiling serde_spanned v1.0.4
22562026-05-06T03:58:48.022Z Compiling is-terminal v0.4.17
22572026-05-06T03:58:48.039Z Compiling proc-macro-error-attr v1.0.4
22582026-05-06T03:58:48.061Z Compiling dropshot v0.17.0
22592026-05-06T03:58:48.078Z Compiling term v1.2.1
22602026-05-06T03:58:48.094Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-05-06T03:58:48.143Z Compiling opaque-debug v0.3.1
22622026-05-06T03:58:48.197Z Compiling take_mut v0.2.2
22632026-05-06T03:58:48.266Z Compiling ciborium-io v0.2.2
22642026-05-06T03:58:48.287Z Compiling toml_writer v1.0.6+spec-1.1.0
22652026-05-06T03:58:48.309Z Compiling convert_case v0.4.0
22662026-05-06T03:58:48.368Z Compiling ciborium-ll v0.2.2
22672026-05-06T03:58:48.404Z Compiling slog-term v2.9.2
22682026-05-06T03:58:48.443Z Compiling thiserror-no-std v2.0.2
22692026-05-06T03:58:48.485Z Compiling toml v1.0.6+spec-1.1.0
22702026-05-06T03:58:48.574Z Compiling tokio-rustls v0.25.0
22712026-05-06T03:58:48.614Z Compiling poly1305 v0.8.0
22722026-05-06T03:58:48.640Z Compiling derive_more v0.99.20
22732026-05-06T03:58:48.657Z Compiling async-stream v0.3.6
22742026-05-06T03:58:48.759Z Compiling ingot-types v0.1.2
22752026-05-06T03:58:48.838Z Compiling test-strategy v0.4.5
22762026-05-06T03:58:48.867Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-05-06T03:58:49.242Z Compiling ingot v0.1.1
22782026-05-06T03:58:49.277Z Compiling postcard v1.1.3
22792026-05-06T03:58:49.685Z Compiling slog-bunyan v2.5.0
22802026-05-06T03:58:49.752Z Compiling num_enum_derive v0.7.5
22812026-05-06T03:58:49.757Z Compiling async-compression v0.4.41
22822026-05-06T03:58:49.928Z Compiling parse-display-derive v0.10.0
22832026-05-06T03:58:50.153Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22842026-05-06T03:58:50.217Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-05-06T03:58:50.234Z Compiling proc-macro-crate v1.3.1
22862026-05-06T03:58:50.252Z Compiling backon v1.6.0
22872026-05-06T03:58:50.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882026-05-06T03:58:50.480Z Compiling waitgroup v0.1.2
22892026-05-06T03:58:50.527Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-05-06T03:58:50.590Z Compiling password-hash v0.5.0
22912026-05-06T03:58:50.654Z Compiling chacha20 v0.9.1
22922026-05-06T03:58:50.673Z Compiling dropshot_endpoint v0.17.0
22932026-05-06T03:58:50.808Z Compiling rustls-pemfile v2.2.0
22942026-05-06T03:58:50.828Z Compiling blake2 v0.10.6
22952026-05-06T03:58:50.856Z Compiling aead v0.5.2
22962026-05-06T03:58:50.926Z Compiling foreign-types-macros v0.2.3
22972026-05-06T03:58:51.072Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-06T03:58:51.087Z Compiling serde_path_to_error v0.1.20
22992026-05-06T03:58:51.107Z Compiling hostname v0.4.2
23002026-05-06T03:58:51.294Z Compiling proc-macro-error v1.0.4
23012026-05-06T03:58:51.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-06T03:58:51.419Z Compiling instant v0.1.13
23032026-05-06T03:58:51.496Z Compiling cpufeatures v0.3.0
23042026-05-06T03:58:51.523Z Compiling typeid v1.0.3
23052026-05-06T03:58:51.526Z Compiling foreign-types-shared v0.3.1
23062026-05-06T03:58:51.554Z Compiling debug-ignore v1.0.5
23072026-05-06T03:58:51.572Z Compiling chacha20 v0.10.0
23082026-05-06T03:58:51.575Z Compiling backoff v0.4.0
23092026-05-06T03:58:51.620Z Compiling foreign-types v0.5.0
23102026-05-06T03:58:51.651Z Compiling parse-display v0.10.0
23112026-05-06T03:58:51.665Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-05-06T03:58:51.680Z Compiling argon2 v0.5.3
23132026-05-06T03:58:51.695Z Compiling chacha20poly1305 v0.10.1
23142026-05-06T03:58:51.712Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-06T03:58:51.736Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-06T03:58:51.755Z Compiling num_enum v0.7.5
23172026-05-06T03:58:51.843Z Compiling num_enum_derive v0.5.11
23182026-05-06T03:58:51.863Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-05-06T03:58:51.893Z Compiling ciborium v0.2.2
23202026-05-06T03:58:51.910Z Compiling vsss-rs v3.3.4
23212026-05-06T03:58:52.247Z Compiling tabwriter v1.4.1
23222026-05-06T03:58:52.270Z Compiling regress v0.10.5
23232026-05-06T03:58:52.530Z Compiling byte-wrapper v0.1.0
23242026-05-06T03:58:52.623Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-05-06T03:58:52.638Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-05-06T03:58:52.698Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23272026-05-06T03:58:52.758Z Compiling cstr-argument v0.1.2
23282026-05-06T03:58:52.795Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-06T03:58:52.954Z Compiling erased-serde v0.4.9
23302026-05-06T03:58:52.972Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-06T03:58:53.029Z Compiling num_enum v0.5.11
23322026-05-06T03:58:53.076Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-05-06T03:58:53.226Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-05-06T03:58:53.345Z Compiling rand v0.10.0
23352026-05-06T03:58:53.361Z Compiling rayon v1.11.0
23362026-05-06T03:58:53.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-05-06T03:58:53.426Z Compiling libefi-sys v0.1.0
23382026-05-06T03:58:53.444Z Compiling indent_write v2.2.0
23392026-05-06T03:58:53.461Z Compiling colored v3.1.1
23402026-05-06T03:58:53.479Z Compiling zone_cfg_derive v0.3.1
23412026-05-06T03:58:53.619Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-06T03:58:53.667Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23432026-05-06T03:58:53.746Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-05-06T03:58:53.777Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-06T03:58:53.811Z Compiling camino-tempfile v1.4.1
23462026-05-06T03:58:54.021Z Compiling itertools v0.12.1
23472026-05-06T03:58:54.112Z Compiling usdt-macro v0.5.0
23482026-05-06T03:58:54.129Z Compiling usdt-attr-macro v0.5.0
23492026-05-06T03:58:54.175Z Compiling bitfield-struct v0.6.2
23502026-05-06T03:58:54.191Z Compiling num-derive v0.4.2
23512026-05-06T03:58:54.238Z Compiling blake3 v1.8.3
23522026-05-06T03:58:54.335Z Compiling ordered-float v2.10.1
23532026-05-06T03:58:54.604Z Compiling sigpipe v0.1.3
23542026-05-06T03:58:54.632Z Compiling memmap v0.7.0
23552026-05-06T03:58:54.719Z Compiling glob v0.3.3
23562026-05-06T03:58:54.793Z Compiling swrite v0.1.0
23572026-05-06T03:58:54.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-06T03:58:54.869Z Compiling usdt v0.5.0
23592026-05-06T03:58:54.890Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-06T03:58:55.049Z Compiling serde-value v0.7.0
23612026-05-06T03:58:55.094Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-05-06T03:58:55.235Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23632026-05-06T03:58:55.397Z Compiling zone v0.3.1
23642026-05-06T03:58:55.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-06T03:58:55.580Z Compiling serde-untagged v0.1.9
23662026-05-06T03:58:55.664Z Compiling toml v0.8.23
23672026-05-06T03:58:55.760Z Compiling smf v0.2.3
23682026-05-06T03:58:55.822Z Compiling filetime v0.2.27
23692026-05-06T03:58:55.839Z Compiling constant_time_eq v0.4.2
23702026-05-06T03:58:55.873Z Compiling same-file v1.0.6
23712026-05-06T03:58:55.895Z Compiling arrayref v0.3.9
23722026-05-06T03:58:55.951Z Compiling whoami v1.6.1
23732026-05-06T03:58:55.991Z Compiling unicode-xid v0.2.6
23742026-05-06T03:58:56.050Z Compiling arrayvec v0.7.6
23752026-05-06T03:58:56.066Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-06T03:58:56.069Z Compiling xattr v1.6.1
23772026-05-06T03:58:56.100Z Compiling walkdir v2.5.0
23782026-05-06T03:58:56.150Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-05-06T03:58:56.165Z Compiling cargo-util-schemas v0.8.2
23802026-05-06T03:58:56.300Z Compiling tar v0.4.45
23812026-05-06T03:58:56.406Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-05-06T03:58:56.662Z Compiling tokio-dtrace v0.1.1
23832026-05-06T03:58:56.832Z Compiling console v0.16.2
23842026-05-06T03:58:56.848Z Compiling gethostname v0.5.0
23852026-05-06T03:58:56.899Z Compiling cargo-platform v0.2.0
23862026-05-06T03:58:56.947Z Compiling topological-sort v0.2.2
23872026-05-06T03:58:57.004Z Compiling unit-prefix v0.5.2
23882026-05-06T03:58:57.007Z Compiling oxide-tokio-rt v0.1.4
23892026-05-06T03:58:57.007Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-06T03:58:57.139Z Compiling shell-words v1.1.1
23912026-05-06T03:58:57.240Z Compiling indicatif v0.18.4
23922026-05-06T03:58:57.407Z Compiling cargo_metadata v0.21.0
23932026-05-06T03:59:06.341Z Compiling progenitor-client v0.14.0
23942026-05-06T03:59:06.404Z Compiling progenitor-client v0.10.0
23952026-05-06T03:59:06.404Z Compiling omicron-zone-package v0.12.2
23962026-05-06T03:59:06.531Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-05-06T03:59:06.552Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-06T03:59:06.829Z Compiling progenitor-extras v0.2.0
23992026-05-06T03:59:06.847Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-06T03:59:06.905Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-05-06T03:59:06.943Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24022026-05-06T03:59:07.092Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-05-06T03:59:07.239Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24042026-05-06T03:59:07.276Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-05-06T03:59:07.323Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-05-06T03:59:11.670Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-05-06T03:59:19.081Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-05-06T03:59:22.141Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-05-06T03:59:23.121Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-05-06T03:59:32.312Z Finished `release` profile [optimized] target(s) in 1m 38s
24112026-05-06T03:59:32.464Z Running `target/release/omicron-package -t test target create -p dev`
24122026-05-06T03:59:32.532ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-06T03:59:32.537ZCreated new build target 'test' and set it as active
24142026-05-06T03:59:32.537Z
24152026-05-06T03:59:32.537Zreal 1:38.965247513
24162026-05-06T03:59:32.537Zuser 16:18.758357348
24172026-05-06T03:59:32.537Zsys 2:31.717697532
24182026-05-06T03:59:32.537Ztrap 0.458817130
24192026-05-06T03:59:32.537Ztflt 2.716720529
24202026-05-06T03:59:32.537Zdflt 4.125808134
24212026-05-06T03:59:32.537Zkflt 0.000592856
24222026-05-06T03:59:32.538Zlock 51:19.261923722
24232026-05-06T03:59:32.538Zslp 41:50.436827878
24242026-05-06T03:59:32.538Zlat 41.101236157
24252026-05-06T03:59:32.538Zstop 5:20.309236042
24262026-05-06T03:59:32.538Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-05-06T03:59:33.416Z Finished `release` profile [optimized] target(s) in 0.87s
24282026-05-06T03:59:33.491Z Running `target/release/omicron-package -t test package`
24292026-05-06T03:59:33.554ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-05-06T03:59:34.970Z Compiling heck v0.5.0
24312026-05-06T03:59:34.970Z Compiling regress v0.11.1
24322026-05-06T03:59:34.970Z Compiling unsafe-libyaml v0.2.11
24332026-05-06T03:59:35.227Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-05-06T03:59:35.252Z Compiling regress v0.10.5
24352026-05-06T03:59:35.275Z Compiling unicode-width v0.1.14
24362026-05-06T03:59:35.278Z Compiling is-terminal v0.4.17
24372026-05-06T03:59:35.334Z Compiling prettyplease v0.2.37
24382026-05-06T03:59:35.334Z Compiling bytecount v0.6.9
24392026-05-06T03:59:35.340Z Compiling rustls v0.22.4
24402026-05-06T03:59:35.340Z Compiling rustls-webpki v0.102.8
24412026-05-06T03:59:35.359Z Compiling derive-where v1.6.0
24422026-05-06T03:59:35.372Z Compiling thread_local v1.1.9
24432026-05-06T03:59:35.376Z Compiling match_cfg v0.1.0
24442026-05-06T03:59:35.376Z Compiling compression-core v0.4.31
24452026-05-06T03:59:35.498Z Compiling multer v3.1.0
24462026-05-06T03:59:35.498Z Compiling slog-async v2.8.0
24472026-05-06T03:59:35.518Z Compiling hostname v0.3.1
24482026-05-06T03:59:35.572Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-06T03:59:35.620Z Compiling crossbeam-channel v0.5.15
24502026-05-06T03:59:35.628Z Compiling compression-codecs v0.4.37
24512026-05-06T03:59:35.628Z Compiling slog-json v2.6.1
24522026-05-06T03:59:35.628Z Compiling futures-executor v0.3.32
24532026-05-06T03:59:35.629Z Compiling serde_spanned v1.0.4
24542026-05-06T03:59:35.666Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-06T03:59:35.697Z Compiling term v1.2.1
24562026-05-06T03:59:35.796Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-06T03:59:35.857Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-05-06T03:59:35.868Z Compiling take_mut v0.2.2
24592026-05-06T03:59:35.914Z Compiling futures v0.3.32
24602026-05-06T03:59:35.918Z Compiling slog-bunyan v2.5.0
24612026-05-06T03:59:35.969Z Compiling slog-term v2.9.2
24622026-05-06T03:59:36.015Z Compiling async-compression v0.4.41
24632026-05-06T03:59:36.072Z Compiling toml v1.0.6+spec-1.1.0
24642026-05-06T03:59:36.095Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-05-06T03:59:36.123Z Compiling dropshot v0.17.0
24662026-05-06T03:59:36.186Z Compiling async-stream v0.3.6
24672026-05-06T03:59:36.238Z Compiling num-rational v0.4.2
24682026-05-06T03:59:36.297Z Compiling progenitor-client v0.14.0
24692026-05-06T03:59:36.359Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-05-06T03:59:36.385Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-06T03:59:36.404Z Compiling waitgroup v0.1.2
24722026-05-06T03:59:36.488Z Compiling backon v1.6.0
24732026-05-06T03:59:36.512Z Compiling rustls-pemfile v2.2.0
24742026-05-06T03:59:36.561Z Compiling num-complex v0.4.6
24752026-05-06T03:59:36.576Z Compiling serde_path_to_error v0.1.20
24762026-05-06T03:59:36.596Z Compiling hostname v0.4.2
24772026-05-06T03:59:36.604Z Compiling instant v0.1.13
24782026-05-06T03:59:36.648Z Compiling typify-impl v0.6.2
24792026-05-06T03:59:36.718Z Compiling debug-ignore v1.0.5
24802026-05-06T03:59:36.724Z Compiling backoff v0.4.0
24812026-05-06T03:59:36.761Z Compiling progenitor-extras v0.2.0
24822026-05-06T03:59:36.781Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-05-06T03:59:36.859Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-06T03:59:36.980Z Compiling num v0.4.3
24852026-05-06T03:59:37.047Z Compiling parse-display v0.10.0
24862026-05-06T03:59:37.063Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-06T03:59:37.084Z Compiling progenitor-client v0.13.0
24882026-05-06T03:59:37.101Z Compiling progenitor-client v0.10.0
24892026-05-06T03:59:37.134Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24902026-05-06T03:59:37.236Z Compiling macaddr v1.0.1
24912026-05-06T03:59:37.244Z Compiling float-ord v0.3.2
24922026-05-06T03:59:37.275Z Compiling console v0.15.11
24932026-05-06T03:59:37.397Z Compiling newline-converter v0.3.0
24942026-05-06T03:59:37.428Z Compiling atomicwrites v0.4.4
24952026-05-06T03:59:37.463Z Compiling slog-dtrace v0.3.0
24962026-05-06T03:59:37.615Z Compiling async-recursion v1.1.1
24972026-05-06T03:59:37.651Z Compiling tokio-rustls v0.25.0
24982026-05-06T03:59:37.740Z Compiling expectorate v1.2.0
24992026-05-06T03:59:37.760Z Compiling cancel-safe-futures v0.1.5
25002026-05-06T03:59:37.783Z Compiling owo-colors v4.3.0
25012026-05-06T03:59:37.899Z Compiling libsw-core v0.3.2
25022026-05-06T03:59:37.959Z Compiling resolv-conf v0.7.6
25032026-05-06T03:59:37.990Z Compiling toml v0.8.23
25042026-05-06T03:59:38.109Z Compiling libsw v3.5.0
25052026-05-06T03:59:38.247Z Compiling linear-map v1.2.0
25062026-05-06T03:59:38.276Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25072026-05-06T03:59:38.357Z Compiling linked-hash-map v0.5.6
25082026-05-06T03:59:38.444Z Compiling minimal-lexical v0.2.1
25092026-05-06T03:59:38.520Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25102026-05-06T03:59:38.555Z Compiling lru-cache v0.1.2
25112026-05-06T03:59:38.585Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-05-06T03:59:38.589Z Compiling unicode-xid v0.2.6
25132026-05-06T03:59:38.628Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-06T03:59:38.717Z Compiling nom v7.1.3
25152026-05-06T03:59:38.740Z Compiling globset v0.4.18
25162026-05-06T03:59:38.740Z Compiling hickory-proto v0.24.4
25172026-05-06T03:59:38.784Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-05-06T03:59:38.806Z Compiling convert_case v0.10.0
25192026-05-06T03:59:39.128Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25202026-05-06T03:59:39.158Z Compiling derive_more-impl v2.1.1
25212026-05-06T03:59:39.621Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25222026-05-06T03:59:39.955Z Compiling pin-project-internal v1.1.11
25232026-05-06T03:59:39.991Z Compiling derive_more v2.1.1
25242026-05-06T03:59:40.104Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-06T03:59:40.125Z Compiling typify-macro v0.6.2
25262026-05-06T03:59:40.149Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-05-06T03:59:40.358Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-06T03:59:40.607Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25292026-05-06T03:59:40.772Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-05-06T03:59:40.964Z Compiling pin-project v1.1.11
25312026-05-06T03:59:41.099Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-05-06T03:59:41.316Z Compiling hickory-resolver v0.24.4
25332026-05-06T03:59:41.438Z Compiling papergrid v0.11.0
25342026-05-06T03:59:41.469Z Compiling tabled_derive v0.7.0
25352026-05-06T03:59:41.674Z Compiling typify v0.6.2
25362026-05-06T03:59:41.952Z Compiling progenitor-impl v0.14.0
25372026-05-06T03:59:42.212Z Compiling progenitor-impl v0.13.0
25382026-05-06T03:59:42.481Z Compiling pem v3.0.6
25392026-05-06T03:59:43.146Z Compiling qorb v0.4.1
25402026-05-06T03:59:43.208Z Compiling snafu-derive v0.8.9
25412026-05-06T03:59:44.115Z Compiling progenitor-macro v0.14.0
25422026-05-06T03:59:44.369Z Compiling progenitor-macro v0.13.0
25432026-05-06T03:59:44.527Z Compiling termtree v0.5.1
25442026-05-06T03:59:44.731Z Compiling tabled v0.15.0
25452026-05-06T03:59:44.914Z Compiling snafu v0.8.9
25462026-05-06T03:59:45.498Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-05-06T03:59:46.581Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-05-06T03:59:46.733Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25492026-05-06T03:59:46.879Z Compiling crossterm v0.29.0
25502026-05-06T03:59:47.267Z Compiling phf_shared v0.12.1
25512026-05-06T03:59:47.534Z Compiling olpc-cjson v0.1.4
25522026-05-06T03:59:47.786Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-05-06T03:59:48.156Z Compiling progenitor v0.14.0
25542026-05-06T03:59:48.283Z Compiling serde_plain v1.0.2
25552026-05-06T03:59:48.350Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-05-06T03:59:48.373Z Compiling csv-core v0.1.13
25572026-05-06T03:59:48.454Z Compiling progenitor v0.13.0
25582026-05-06T03:59:48.614Z Compiling vte v0.14.1
25592026-05-06T03:59:48.635Z Compiling highway v1.3.0
25602026-05-06T03:59:48.850Z Compiling chrono-tz v0.10.4
25612026-05-06T03:59:48.883Z Compiling typed-path v0.9.3
25622026-05-06T03:59:49.067Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25632026-05-06T03:59:49.148Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25642026-05-06T03:59:49.404Z Compiling strip-ansi-escapes v0.2.1
25652026-05-06T03:59:49.604Z Compiling csv v1.4.0
25662026-05-06T03:59:49.795Z Compiling phf v0.12.1
25672026-05-06T03:59:49.966Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-06T03:59:49.998Z Compiling tough v0.20.0
25692026-05-06T03:59:50.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-05-06T03:59:51.072Z Compiling const_format_proc_macros v0.2.34
25712026-05-06T03:59:51.795Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-05-06T03:59:51.817Z Compiling fd-lock v4.0.4
25732026-05-06T03:59:51.854Z Compiling peg-macros v0.8.5
25742026-05-06T03:59:51.902Z Compiling nu-ansi-term v0.50.3
25752026-05-06T03:59:52.100Z Compiling const_format v0.2.35
25762026-05-06T03:59:52.145Z Compiling reedline v0.40.0
25772026-05-06T03:59:52.476Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-06T03:59:52.594Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-06T03:59:53.090Z Compiling peg v0.8.5
25802026-05-06T03:59:53.199Z Compiling bcs v0.1.6
25812026-05-06T03:59:53.652Z Compiling semver v0.1.20
25822026-05-06T03:59:53.781Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25832026-05-06T03:59:53.950Z Compiling rustc_version v0.1.7
25842026-05-06T03:59:54.033Z Compiling humantime v2.3.0
25852026-05-06T03:59:54.056Z Compiling unicode-linebreak v0.1.5
25862026-05-06T03:59:54.209Z Compiling newtype_derive v0.1.6
25872026-05-06T03:59:54.376Z Compiling smawk v0.3.2
25882026-05-06T03:59:54.507Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-05-06T03:59:54.625Z Compiling textwrap v0.16.2
25902026-05-06T03:59:54.678Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-06T03:59:54.681Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-06T03:59:55.232Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-05-06T03:59:55.312Z Compiling base64 v0.21.7
25942026-05-06T03:59:55.699Z Compiling steno v0.4.1
25952026-05-06T03:59:55.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25962026-05-06T03:59:55.898Z Compiling tagptr v0.2.0
25972026-05-06T03:59:56.036Z Compiling utf-8 v0.7.6
25982026-05-06T03:59:56.220Z Compiling moka v0.12.13
25992026-05-06T03:59:56.241Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-05-06T03:59:56.272Z Compiling tungstenite v0.21.0
26012026-05-06T03:59:56.419Z Compiling radium v0.7.0
26022026-05-06T03:59:56.454Z Compiling maybe-uninit v2.0.0
26032026-05-06T03:59:56.731Z Compiling tap v1.0.1
26042026-05-06T03:59:56.884Z Compiling tokio-tungstenite v0.21.0
26052026-05-06T03:59:56.920Z Compiling wyz v0.5.1
26062026-05-06T03:59:57.183Z Compiling zerocopy-derive v0.6.6
26072026-05-06T03:59:57.276Z Compiling hickory-resolver v0.25.2
26082026-05-06T03:59:57.414Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26092026-05-06T03:59:57.438Z Compiling crc-catalog v2.4.0
26102026-05-06T03:59:57.441Z Compiling display-error-chain v0.2.2
26112026-05-06T03:59:57.570Z Compiling packed_struct v0.10.1
26122026-05-06T03:59:57.573Z Compiling funty v2.0.0
26132026-05-06T03:59:57.660Z Compiling crc v3.4.0
26142026-05-06T03:59:57.964Z Compiling zerocopy v0.6.6
26152026-05-06T03:59:57.984Z Compiling bitvec v1.0.1
26162026-05-06T03:59:58.074Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-05-06T03:59:58.353Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26182026-05-06T03:59:58.390Z Compiling num-derive v0.3.3
26192026-05-06T03:59:58.535Z Compiling packed_struct_codegen v0.10.1
26202026-05-06T03:59:58.964Z Compiling bitfield-macros v0.19.4
26212026-05-06T03:59:59.327Z Compiling proc-macro-error-attr2 v2.0.0
26222026-05-06T03:59:59.549Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26232026-05-06T03:59:59.691Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26242026-05-06T03:59:59.748Z Compiling indexmap v1.9.3
26252026-05-06T03:59:59.783Z Compiling nodrop v0.1.14
26262026-05-06T03:59:59.917Z Compiling array-init v0.0.4
26272026-05-06T04:00:00.017Z Compiling proc-macro-error2 v2.0.1
26282026-05-06T04:00:00.316Z Compiling bitfield v0.19.4
26292026-05-06T04:00:00.666Z Compiling libscf-sys v1.1.0
26302026-05-06T04:00:00.841Z Compiling smallvec v0.6.14
26312026-05-06T04:00:00.868Z Compiling typify-impl v0.4.3
26322026-05-06T04:00:01.127Z Compiling hashbrown v0.12.3
26332026-05-06T04:00:01.387Z Compiling serde-hex v0.1.0
26342026-05-06T04:00:01.720Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-06T04:00:02.367Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-06T04:00:02.370Z Compiling tabled_derive v0.11.0
26372026-05-06T04:00:03.079Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-05-06T04:00:03.125Z Compiling ron v0.8.1
26392026-05-06T04:00:03.320Z Compiling papergrid v0.17.0
26402026-05-06T04:00:03.366Z Compiling testing_table v0.3.0
26412026-05-06T04:00:03.392Z Compiling hashbrown v0.13.2
26422026-05-06T04:00:03.485Z Compiling vergen-gitcl v1.0.8
26432026-05-06T04:00:03.593Z Compiling dirs-sys-next v0.1.2
26442026-05-06T04:00:03.781Z Compiling maplit v1.0.2
26452026-05-06T04:00:03.786Z Compiling glob v0.3.3
26462026-05-06T04:00:03.794Z Compiling crunchy v0.2.4
26472026-05-06T04:00:03.841Z Compiling crc-any v2.5.0
26482026-05-06T04:00:03.870Z Compiling diesel_derives v2.3.7
26492026-05-06T04:00:04.006Z Compiling object v0.30.4
26502026-05-06T04:00:04.123Z Compiling clang-sys v1.8.1
26512026-05-06T04:00:04.165Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26522026-05-06T04:00:04.186Z Compiling dirs-next v2.0.0
26532026-05-06T04:00:04.242Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-06T04:00:04.279Z Compiling dsl_auto_type v0.2.0
26552026-05-06T04:00:04.282Z Compiling typify-macro v0.4.3
26562026-05-06T04:00:04.329Z Compiling scheduled-thread-pool v0.2.7
26572026-05-06T04:00:04.506Z Compiling tabled v0.20.0
26582026-05-06T04:00:04.838Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-06T04:00:04.861Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-06T04:00:04.946Z Compiling xshell-macros v0.2.7
26612026-05-06T04:00:05.067Z Compiling tiny-keccak v2.0.2
26622026-05-06T04:00:05.096Z Compiling path-slash v0.1.5
26632026-05-06T04:00:05.308Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-06T04:00:05.356Z Compiling xshell v0.2.7
26652026-05-06T04:00:05.510Z Compiling r2d2 v0.8.10
26662026-05-06T04:00:05.718Z Compiling term v0.7.0
26672026-05-06T04:00:05.793Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682026-05-06T04:00:06.019Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26692026-05-06T04:00:06.221Z Compiling bit-vec v0.6.3
26702026-05-06T04:00:06.277Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26712026-05-06T04:00:06.342Z Compiling downcast-rs v2.0.2
26722026-05-06T04:00:06.459Z Compiling bit-set v0.5.3
26732026-05-06T04:00:06.649Z Compiling ascii-canvas v3.0.0
26742026-05-06T04:00:06.675Z Compiling itertools v0.10.5
26752026-05-06T04:00:06.754Z Compiling ena v0.14.4
26762026-05-06T04:00:06.910Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26772026-05-06T04:00:06.994Z Compiling libloading v0.8.9
26782026-05-06T04:00:07.221Z Compiling crc8 v0.1.1
26792026-05-06T04:00:07.358Z Compiling regex-syntax v0.6.29
26802026-05-06T04:00:07.761Z Compiling diff v0.1.13
26812026-05-06T04:00:08.023Z Compiling bindgen v0.71.1
26822026-05-06T04:00:08.095Z Compiling unicase v2.9.0
26832026-05-06T04:00:08.397Z Compiling typify v0.4.3
26842026-05-06T04:00:08.545Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-05-06T04:00:08.789Z Compiling lalrpop v0.19.12
26862026-05-06T04:00:08.931Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-05-06T04:00:09.006Z Compiling cexpr v0.6.0
26882026-05-06T04:00:09.276Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-05-06T04:00:09.512Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-05-06T04:00:09.596Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26912026-05-06T04:00:09.617Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-05-06T04:00:09.691Z Compiling headers-core v0.3.0
26932026-05-06T04:00:09.854Z Compiling libxml v0.3.3
26942026-05-06T04:00:09.902Z Compiling headers v0.4.1
26952026-05-06T04:00:10.022Z Compiling diesel v2.3.7
26962026-05-06T04:00:10.178Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-05-06T04:00:10.243Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-06T04:00:10.467Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-05-06T04:00:10.960Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-05-06T04:00:11.335Z Compiling strum_macros v0.24.3
27012026-05-06T04:00:11.401Z Compiling indoc v1.0.9
27022026-05-06T04:00:11.964Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-05-06T04:00:12.176Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-05-06T04:00:12.197Z Compiling derive_builder v0.20.2
27052026-05-06T04:00:12.230Z Compiling oso-derive v0.27.3
27062026-05-06T04:00:12.369Z Compiling quick-xml v0.37.5
27072026-05-06T04:00:12.395Z Compiling impl-trait-for-tuples v0.2.3
27082026-05-06T04:00:12.563Z Compiling half v1.8.3
27092026-05-06T04:00:12.786Z Compiling openssl-probe v0.1.6
27102026-05-06T04:00:13.012Z Compiling serde_cbor v0.11.2
27112026-05-06T04:00:13.109Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-05-06T04:00:13.419Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-06T04:00:13.643Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27142026-05-06T04:00:13.845Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-05-06T04:00:14.014Z Compiling bb8 v0.8.6
27162026-05-06T04:00:14.041Z Compiling trait-variant v0.1.2
27172026-05-06T04:00:14.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-06T04:00:14.163Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-05-06T04:00:14.402Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-06T04:00:14.405Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-05-06T04:00:14.444Z Compiling samael v0.0.19
27222026-05-06T04:00:14.492Z Compiling fxhash v0.2.1
27232026-05-06T04:00:14.585Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-06T04:00:14.649Z Compiling salty v0.3.0
27252026-05-06T04:00:14.796Z Compiling progenitor-impl v0.11.2
27262026-05-06T04:00:15.025Z Compiling progenitor-impl v0.10.0
27272026-05-06T04:00:15.053Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27282026-05-06T04:00:15.084Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27292026-05-06T04:00:15.744Z Compiling kstat-rs v0.2.4
27302026-05-06T04:00:15.811Z Compiling libz-sys v1.1.24
27312026-05-06T04:00:15.897Z Compiling nonempty v0.12.0
27322026-05-06T04:00:16.157Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332026-05-06T04:00:16.209Z Compiling polar-core v0.27.3
27342026-05-06T04:00:16.280Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-05-06T04:00:16.958Z Compiling progenitor-macro v0.11.2
27362026-05-06T04:00:17.139Z Compiling progenitor-macro v0.10.0
27372026-05-06T04:00:18.293Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27382026-05-06T04:00:19.915Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-06T04:00:20.124Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-05-06T04:00:20.485Z Compiling progenitor-client v0.11.2
27412026-05-06T04:00:20.819Z Compiling darling_core v0.23.0
27422026-05-06T04:00:21.011Z Compiling nanorand v0.7.0
27432026-05-06T04:00:21.046Z Compiling arc-swap v1.8.2
27442026-05-06T04:00:21.249Z Compiling fs-err v2.11.0
27452026-05-06T04:00:21.374Z Compiling parking_lot_core v0.8.6
27462026-05-06T04:00:21.622Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-05-06T04:00:21.651Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-05-06T04:00:21.654Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27492026-05-06T04:00:22.974Z Compiling darling_macro v0.23.0
27502026-05-06T04:00:23.474Z Compiling mime_guess v2.0.5
27512026-05-06T04:00:23.993Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-05-06T04:00:24.535Z Compiling slog-scope v4.4.1
27532026-05-06T04:00:24.990Z Compiling oso v0.27.3
27542026-05-06T04:00:25.687Z Compiling progenitor v0.10.0
27552026-05-06T04:00:25.875Z Compiling flume v0.11.1
27562026-05-06T04:00:26.099Z Compiling progenitor v0.11.2
27572026-05-06T04:00:26.279Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-06T04:00:26.301Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27592026-05-06T04:00:28.698Z Compiling async-bb8-diesel v0.2.1
27602026-05-06T04:00:29.128Z Compiling diesel-dtrace v0.5.0
27612026-05-06T04:00:29.387Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27622026-05-06T04:00:29.520Z Compiling primeorder v0.13.6
27632026-05-06T04:00:29.787Z Compiling git-stub v1.0.0
27642026-05-06T04:00:29.848Z Compiling libgit2-sys v0.18.3+1.9.2
27652026-05-06T04:00:30.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-05-06T04:00:30.258Z Compiling instability v0.3.11
27672026-05-06T04:00:30.393Z Compiling git-stub-vcs v0.1.0
27682026-05-06T04:00:30.749Z Compiling p384 v0.13.1
27692026-05-06T04:00:31.030Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-05-06T04:00:31.387Z Compiling slog-stdlog v4.1.1
27712026-05-06T04:00:31.938Z Compiling darling v0.23.0
27722026-05-06T04:00:32.291Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27732026-05-06T04:00:32.410Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-05-06T04:00:32.462Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-06T04:00:32.569Z Compiling ignore v0.4.25
27762026-05-06T04:00:32.873Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-05-06T04:00:33.099Z Compiling castaway v0.2.4
27782026-05-06T04:00:33.258Z Compiling atty v0.2.14
27792026-05-06T04:00:33.407Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-05-06T04:00:33.580Z Compiling parse-size v1.1.0
27812026-05-06T04:00:33.648Z Compiling indoc v2.0.7
27822026-05-06T04:00:33.805Z Compiling http-range v0.1.5
27832026-05-06T04:00:34.159Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-06T04:00:34.302Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27852026-05-06T04:00:34.917Z Compiling compact_str v0.8.1
27862026-05-06T04:00:35.510Z Compiling globwalk v0.9.1
27872026-05-06T04:00:35.869Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-06T04:00:36.178Z Compiling parking_lot v0.11.2
27892026-05-06T04:00:37.083Z Compiling slog-envlogger v2.2.0
27902026-05-06T04:00:37.493Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-05-06T04:00:37.544Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-05-06T04:00:38.254Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27932026-05-06T04:00:38.276Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-05-06T04:00:38.302Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27952026-05-06T04:00:38.432Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-06T04:00:38.513Z Compiling predicates-tree v1.0.13
27972026-05-06T04:00:38.974Z Compiling unicode-truncate v1.1.0
27982026-05-06T04:00:39.088Z Compiling lru v0.12.5
27992026-05-06T04:00:39.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-05-06T04:00:39.168Z Compiling rand_seeder v0.4.0
28012026-05-06T04:00:39.194Z Compiling prefix-trie v0.7.0
28022026-05-06T04:00:39.311Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-05-06T04:00:39.413Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-05-06T04:00:39.518Z Compiling vergen-git2 v1.0.7
28052026-05-06T04:00:39.564Z Compiling cassowary v0.3.0
28062026-05-06T04:00:39.637Z Compiling corncobs v0.1.4
28072026-05-06T04:00:39.682Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-06T04:00:39.779Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-05-06T04:00:39.873Z Compiling ratatui v0.29.0
28102026-05-06T04:00:39.896Z Compiling hickory-server v0.25.2
28112026-05-06T04:00:40.022Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-05-06T04:00:40.229Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-06T04:00:40.234Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-06T04:00:40.499Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28152026-05-06T04:00:40.817Z Compiling camino-tempfile-ext v0.3.3
28162026-05-06T04:00:41.184Z Compiling hyper-staticfile v0.10.1
28172026-05-06T04:00:41.486Z Compiling sled v0.34.7
28182026-05-06T04:00:41.694Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28192026-05-06T04:00:42.375Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202026-05-06T04:00:42.397Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28212026-05-06T04:00:43.977Z Compiling secrecy v0.8.0
28222026-05-06T04:00:44.182Z Compiling rustls v0.21.12
28232026-05-06T04:00:44.371Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-06T04:00:44.944Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-05-06T04:00:44.974Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-06T04:00:45.216Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-05-06T04:00:45.548Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-05-06T04:00:46.476Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292026-05-06T04:00:47.012Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-05-06T04:00:47.633Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-05-06T04:00:48.025Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-05-06T04:00:49.002Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28332026-05-06T04:00:49.238Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-06T04:00:49.461Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-05-06T04:00:49.566Z Compiling sct v0.7.1
28362026-05-06T04:00:49.687Z Compiling rustls-webpki v0.101.7
28372026-05-06T04:00:49.739Z Compiling nix v0.29.0
28382026-05-06T04:00:49.839Z Compiling dropshot v0.16.7
28392026-05-06T04:00:50.101Z Compiling void v1.0.2
28402026-05-06T04:00:50.253Z Compiling lzss v0.8.2
28412026-05-06T04:00:50.632Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28422026-05-06T04:00:50.656Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-05-06T04:00:50.679Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-05-06T04:00:51.289Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-05-06T04:00:51.605Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-05-06T04:00:51.649Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28472026-05-06T04:00:51.890Z Compiling tungstenite v0.23.0
28482026-05-06T04:00:52.332Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28492026-05-06T04:00:53.365Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-06T04:00:53.512Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-05-06T04:00:53.591Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28522026-05-06T04:00:53.738Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532026-05-06T04:00:53.855Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-06T04:00:53.994Z Compiling nix v0.27.1
28552026-05-06T04:00:54.251Z Compiling dropshot_endpoint v0.16.7
28562026-05-06T04:00:54.320Z Compiling serde_bytes v0.11.19
28572026-05-06T04:00:54.592Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-06T04:00:55.201Z Compiling git2 v0.20.4
28592026-05-06T04:00:55.283Z Compiling tokio-tungstenite v0.23.1
28602026-05-06T04:00:55.303Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28612026-05-06T04:00:55.652Z Compiling tokio-rustls v0.24.1
28622026-05-06T04:00:56.381Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-06T04:00:58.204Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-05-06T04:00:58.552Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-05-06T04:01:00.388Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28662026-05-06T04:01:00.439Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28672026-05-06T04:01:00.862Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-06T04:01:01.228Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-06T04:01:01.348Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-06T04:01:02.893Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-06T04:01:03.585Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-06T04:01:03.861Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-06T04:01:03.943Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-06T04:01:04.710Z Compiling rustls-pemfile v1.0.4
28752026-05-06T04:01:05.012Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-06T04:01:05.138Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-06T04:01:05.522Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28782026-05-06T04:01:06.417Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-05-06T04:01:06.439Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-06T04:01:08.018Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-05-06T04:01:08.313Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-05-06T04:01:08.542Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-05-06T04:01:08.684Z Compiling signal-hook-tokio v0.3.1
28842026-05-06T04:01:08.741Z Compiling twox-hash v2.1.2
28852026-05-06T04:01:08.870Z Compiling yasna v0.5.2
28862026-05-06T04:01:09.260Z Compiling is_ci v1.2.0
28872026-05-06T04:01:09.485Z Compiling rcgen v0.12.1
28882026-05-06T04:01:10.238Z Compiling supports-color v3.0.2
28892026-05-06T04:01:10.394Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-05-06T04:01:10.493Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-05-06T04:01:10.521Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-05-06T04:01:10.737Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-05-06T04:01:11.014Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28942026-05-06T04:01:11.043Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-05-06T04:01:11.267Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-05-06T04:01:12.539Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-06T04:01:13.790Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-05-06T04:01:13.893Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-05-06T04:01:14.044Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-06T04:01:14.280Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-05-06T04:01:14.510Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-05-06T04:01:14.724Z Compiling fatfs v0.3.6
29032026-05-06T04:01:14.751Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-05-06T04:01:15.854Z Compiling subprocess v0.2.15
29052026-05-06T04:01:15.897Z Compiling rtoolbox v0.0.3
29062026-05-06T04:01:16.175Z Compiling seq-macro v0.3.6
29072026-05-06T04:01:16.269Z Compiling assert_matches v1.5.0
29082026-05-06T04:01:16.386Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-06T04:01:16.710Z Compiling rpassword v7.4.0
29102026-05-06T04:01:17.081Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-05-06T04:01:17.688Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-05-06T04:01:18.040Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-06T04:01:18.181Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29142026-05-06T04:01:18.385Z Compiling tui-tree-widget v0.23.1
29152026-05-06T04:01:18.672Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-05-06T04:01:18.924Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-05-06T04:01:19.443Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-05-06T04:01:20.571Z Compiling uzers v0.12.2
29192026-05-06T04:01:21.044Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-05-06T04:01:21.486Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-05-06T04:01:22.120Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-05-06T04:01:23.124Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-05-06T04:01:25.381Z Compiling support-bundle-viewer v0.1.2
29242026-05-06T04:01:26.699Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29252026-05-06T04:01:27.283Z Compiling multimap v0.10.1
29262026-05-06T04:01:35.418Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-06T04:01:35.799Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-06T04:01:37.304Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29292026-05-06T04:01:46.297Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-05-06T04:06:46.482Z Finished `release` profile [optimized] target(s) in 7m 12s
29312026-05-06T04:07:30.317Z
29322026-05-06T04:07:30.320Zreal 7:57.683663589
29332026-05-06T04:07:30.320Zuser 1:16:54.592815362
29342026-05-06T04:07:30.320Zsys 3:26.178423244
29352026-05-06T04:07:30.320Ztrap 1.735745610
29362026-05-06T04:07:30.320Ztflt 2.123413519
29372026-05-06T04:07:30.320Zdflt 16.608720793
29382026-05-06T04:07:30.320Zkflt 0.225718982
29392026-05-06T04:07:30.320Zlock 6:15:48.292260118
29402026-05-06T04:07:30.320Zslp 2:11:51.254257721
29412026-05-06T04:07:30.320Zlat 2:28.763468211
29422026-05-06T04:07:30.320Zstop 5:16.495136670
29432026-05-06T04:07:30.320Z+ mapfile -t packages
29442026-05-06T04:07:30.320Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-05-06T04:07:31.265Z Finished `release` profile [optimized] target(s) in 0.93s
29462026-05-06T04:07:31.337Z Running `target/release/omicron-package -t test list-outputs`
29472026-05-06T04:07:31.391ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-05-06T04:07:31.394Z+ ptime -m cargo build --locked --release -p xtask
29492026-05-06T04:07:31.926Z Compiling libc v0.2.185
29502026-05-06T04:07:31.926Z Compiling serde v1.0.228
29512026-05-06T04:07:31.929Z Compiling serde_core v1.0.228
29522026-05-06T04:07:31.929Z Compiling rustix v1.1.3
29532026-05-06T04:07:31.929Z Compiling bitflags v2.11.0
29542026-05-06T04:07:32.020Z Compiling serde_json v1.0.149
29552026-05-06T04:07:32.073Z Compiling num-traits v0.2.19
29562026-05-06T04:07:32.082Z Compiling syn v2.0.117
29572026-05-06T04:07:32.093Z Compiling smallvec v1.15.1
29582026-05-06T04:07:32.101Z Compiling indexmap v2.14.0
29592026-05-06T04:07:32.123Z Compiling usdt-impl v0.5.0
29602026-05-06T04:07:32.134Z Compiling syn v1.0.109
29612026-05-06T04:07:32.145Z Compiling getrandom v0.4.1
29622026-05-06T04:07:32.155Z Compiling log v0.4.29
29632026-05-06T04:07:32.284Z Compiling percent-encoding v2.3.2
29642026-05-06T04:07:32.445Z Compiling form_urlencoded v1.2.2
29652026-05-06T04:07:32.498Z Compiling fs-err v3.3.0
29662026-05-06T04:07:32.508Z Compiling anyhow v1.0.102
29672026-05-06T04:07:32.532Z Compiling heck v0.4.1
29682026-05-06T04:07:32.554Z Compiling once_cell v1.21.3
29692026-05-06T04:07:32.738Z Compiling errno v0.3.14
29702026-05-06T04:07:32.738Z Compiling thread-id v4.2.2
29712026-05-06T04:07:32.803Z Compiling memmap v0.7.0
29722026-05-06T04:07:33.091Z Compiling ordered-float v2.10.1
29732026-05-06T04:07:33.600Z Compiling proc-macro-error v1.0.4
29742026-05-06T04:07:33.728Z Compiling terminal_size v0.4.3
29752026-05-06T04:07:33.731Z Compiling tempfile v3.25.0
29762026-05-06T04:07:33.822Z Compiling clap_builder v4.5.60
29772026-05-06T04:07:33.822Z Compiling textwrap v0.16.2
29782026-05-06T04:07:33.844Z Compiling tabled_derive v0.7.0
29792026-05-06T04:07:33.963Z Compiling camino-tempfile v1.4.1
29802026-05-06T04:07:34.487Z Compiling tabled v0.15.0
29812026-05-06T04:07:34.589Z Compiling synstructure v0.13.2
29822026-05-06T04:07:34.589Z Compiling pest_generator v2.8.6
29832026-05-06T04:07:34.969Z Compiling serde_derive v1.0.228
29842026-05-06T04:07:34.969Z Compiling zerovec-derive v0.11.2
29852026-05-06T04:07:34.972Z Compiling displaydoc v0.2.5
29862026-05-06T04:07:34.972Z Compiling thiserror-impl v1.0.69
29872026-05-06T04:07:34.972Z Compiling zerocopy-derive v0.7.35
29882026-05-06T04:07:34.972Z Compiling scroll_derive v0.12.1
29892026-05-06T04:07:34.972Z Compiling thiserror-impl v2.0.18
29902026-05-06T04:07:34.972Z Compiling clap_derive v4.5.55
29912026-05-06T04:07:35.024Z Compiling zerofrom-derive v0.1.6
29922026-05-06T04:07:35.147Z Compiling yoke-derive v0.8.1
29932026-05-06T04:07:35.240Z Compiling pest_derive v2.8.6
29942026-05-06T04:07:35.690Z Compiling scroll v0.12.0
29952026-05-06T04:07:35.794Z Compiling zerocopy v0.7.35
29962026-05-06T04:07:36.014Z Compiling goblin v0.8.2
29972026-05-06T04:07:36.099Z Compiling thiserror v1.0.69
29982026-05-06T04:07:36.147Z Compiling zerofrom v0.1.6
29992026-05-06T04:07:36.215Z Compiling dtrace-parser v0.2.0
30002026-05-06T04:07:36.227Z Compiling thiserror v2.0.18
30012026-05-06T04:07:36.251Z Compiling yoke v0.8.1
30022026-05-06T04:07:36.459Z Compiling zerovec v0.11.5
30032026-05-06T04:07:36.473Z Compiling zerotrie v0.2.3
30042026-05-06T04:07:36.631Z Compiling clap v4.5.60
30052026-05-06T04:07:37.042Z Compiling tinystr v0.8.2
30062026-05-06T04:07:37.062Z Compiling potential_utf v0.1.4
30072026-05-06T04:07:37.265Z Compiling icu_locale_core v2.1.1
30082026-05-06T04:07:37.283Z Compiling icu_collections v2.1.1
30092026-05-06T04:07:38.029Z Compiling icu_provider v2.1.1
30102026-05-06T04:07:38.170Z Compiling serde_spanned v0.6.9
30112026-05-06T04:07:38.220Z Compiling toml_datetime v0.6.11
30122026-05-06T04:07:38.348Z Compiling icu_normalizer v2.1.1
30132026-05-06T04:07:38.422Z Compiling icu_properties v2.1.2
30142026-05-06T04:07:38.458Z Compiling toml_edit v0.22.27
30152026-05-06T04:07:38.557Z Compiling dof v0.3.0
30162026-05-06T04:07:38.623Z Compiling serde_tokenstream v0.2.3
30172026-05-06T04:07:38.973Z Compiling serde-value v0.7.0
30182026-05-06T04:07:39.022Z Compiling cargo-platform v0.2.0
30192026-05-06T04:07:39.072Z Compiling macaddr v1.0.1
30202026-05-06T04:07:39.372Z Compiling idna_adapter v1.2.1
30212026-05-06T04:07:39.501Z Compiling idna v1.1.0
30222026-05-06T04:07:39.519Z Compiling usdt-macro v0.5.0
30232026-05-06T04:07:39.528Z Compiling usdt-attr-macro v0.5.0
30242026-05-06T04:07:39.846Z Compiling url v2.5.8
30252026-05-06T04:07:40.123Z Compiling toml v0.8.23
30262026-05-06T04:07:40.178Z Compiling usdt v0.5.0
30272026-05-06T04:07:40.589Z Compiling cargo-util-schemas v0.8.2
30282026-05-06T04:07:40.615Z Compiling cargo_toml v0.21.0
30292026-05-06T04:07:41.623Z Compiling cargo_metadata v0.21.0
30302026-05-06T04:07:44.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-05-06T04:07:47.713Z Finished `release` profile [optimized] target(s) in 16.30s
30322026-05-06T04:07:47.874Z
30332026-05-06T04:07:47.874Zreal 16.442644738
30342026-05-06T04:07:47.874Zuser 2:21.244815264
30352026-05-06T04:07:47.874Zsys 16.267501736
30362026-05-06T04:07:47.874Ztrap 0.099289718
30372026-05-06T04:07:47.874Ztflt 0.498075405
30382026-05-06T04:07:47.874Zdflt 1.277824661
30392026-05-06T04:07:47.874Zkflt 0.000092772
30402026-05-06T04:07:47.877Zlock 5:22.211045558
30412026-05-06T04:07:47.878Zslp 3:29.583912480
30422026-05-06T04:07:47.878Zlat 6.812965447
30432026-05-06T04:07:47.878Zstop 18.542193283
30442026-05-06T04:07:47.878Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-06T04:07:47.878Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-06T04:07:47.878Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-06T04:07:47.878Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-06T04:07:47.878Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-05-06T04:07:48.805Z Compiling newtype-uuid-macros v0.1.0
30502026-05-06T04:07:48.809Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-05-06T04:07:48.809Z Compiling regress v0.10.5
30522026-05-06T04:07:48.809Z Compiling structmeta-derive v0.3.0
30532026-05-06T04:07:48.809Z Compiling rustls v0.22.4
30542026-05-06T04:07:48.809Z Compiling rustls-webpki v0.102.8
30552026-05-06T04:07:48.952Z Compiling multer v3.1.0
30562026-05-06T04:07:48.955Z Compiling match_cfg v0.1.0
30572026-05-06T04:07:48.955Z Compiling debug-ignore v1.0.5
30582026-05-06T04:07:48.955Z Compiling compression-core v0.4.31
30592026-05-06T04:07:48.955Z Compiling slog-json v2.6.1
30602026-05-06T04:07:48.970Z Compiling async-stream-impl v0.3.6
30612026-05-06T04:07:48.973Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-06T04:07:48.973Z Compiling serde_spanned v1.0.4
30632026-05-06T04:07:48.973Z Compiling dropshot v0.17.0
30642026-05-06T04:07:48.973Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-06T04:07:49.053Z Compiling hostname v0.3.1
30662026-05-06T04:07:49.184Z Compiling compression-codecs v0.4.37
30672026-05-06T04:07:49.247Z Compiling itertools v0.14.0
30682026-05-06T04:07:49.250Z Compiling waitgroup v0.1.2
30692026-05-06T04:07:49.250Z Compiling rustls-pemfile v2.2.0
30702026-05-06T04:07:49.302Z Compiling slog-bunyan v2.5.0
30712026-05-06T04:07:49.340Z Compiling toml v1.0.6+spec-1.1.0
30722026-05-06T04:07:49.360Z Compiling dropshot_endpoint v0.17.0
30732026-05-06T04:07:49.381Z Compiling hostname v0.4.2
30742026-05-06T04:07:49.419Z Compiling async-compression v0.4.41
30752026-05-06T04:07:49.439Z Compiling serde_path_to_error v0.1.20
30762026-05-06T04:07:49.488Z Compiling progenitor-client v0.14.0
30772026-05-06T04:07:49.492Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-05-06T04:07:49.579Z Compiling macaddr v1.0.1
30792026-05-06T04:07:49.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-05-06T04:07:49.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-05-06T04:07:49.726Z Compiling async-stream v0.3.6
30822026-05-06T04:07:49.729Z Compiling instant v0.1.13
30832026-05-06T04:07:49.783Z Compiling progenitor-client v0.10.0
30842026-05-06T04:07:49.819Z Compiling backon v1.6.0
30852026-05-06T04:07:49.837Z Compiling backoff v0.4.0
30862026-05-06T04:07:49.840Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-05-06T04:07:49.871Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30882026-05-06T04:07:49.918Z Compiling universal-hash v0.5.1
30892026-05-06T04:07:49.935Z Compiling opaque-debug v0.3.1
30902026-05-06T04:07:49.963Z Compiling half v2.7.1
30912026-05-06T04:07:50.025Z Compiling progenitor-extras v0.2.0
30922026-05-06T04:07:50.042Z Compiling ciborium-io v0.2.2
30932026-05-06T04:07:50.062Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-05-06T04:07:50.080Z Compiling crucible-workspace-hack v0.1.0
30952026-05-06T04:07:50.080Z Compiling unsafe-libyaml v0.2.11
30962026-05-06T04:07:50.115Z Compiling convert_case v0.4.0
30972026-05-06T04:07:50.157Z Compiling regress v0.11.1
30982026-05-06T04:07:50.215Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-05-06T04:07:50.278Z Compiling ciborium-ll v0.2.2
31002026-05-06T04:07:50.314Z Compiling aead v0.5.2
31012026-05-06T04:07:50.317Z Compiling secrecy v0.10.3
31022026-05-06T04:07:50.349Z Compiling poly1305 v0.8.0
31032026-05-06T04:07:50.381Z Compiling structmeta v0.3.0
31042026-05-06T04:07:50.450Z Compiling chacha20 v0.9.1
31052026-05-06T04:07:50.489Z Compiling ciborium v0.2.2
31062026-05-06T04:07:50.492Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-06T04:07:50.524Z Compiling derive_more v0.99.20
31082026-05-06T04:07:50.527Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-05-06T04:07:50.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-06T04:07:50.564Z Compiling thiserror-impl-no-std v2.0.2
31112026-05-06T04:07:50.612Z Compiling derive-ex v0.1.8
31122026-05-06T04:07:50.657Z Compiling parse-display-derive v0.10.0
31132026-05-06T04:07:50.732Z Compiling serde_yaml v0.9.34+deprecated
31142026-05-06T04:07:50.793Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-05-06T04:07:50.875Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-06T04:07:50.911Z Compiling byte-wrapper v0.1.0
31172026-05-06T04:07:50.930Z Compiling password-hash v0.5.0
31182026-05-06T04:07:50.997Z Compiling blake2 v0.10.6
31192026-05-06T04:07:51.080Z Compiling chacha20poly1305 v0.10.1
31202026-05-06T04:07:51.121Z Compiling indent_write v2.2.0
31212026-05-06T04:07:51.157Z Compiling heapless v0.8.0
31222026-05-06T04:07:51.253Z Compiling argon2 v0.5.3
31232026-05-06T04:07:51.277Z Compiling ingot-macros v0.1.1
31242026-05-06T04:07:51.280Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-05-06T04:07:51.364Z Compiling tokio-rustls v0.25.0
31262026-05-06T04:07:51.618Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31272026-05-06T04:07:51.653Z Compiling hash32 v0.3.1
31282026-05-06T04:07:51.773Z Compiling typify-impl v0.6.2
31292026-05-06T04:07:51.863Z Compiling thiserror-no-std v2.0.2
31302026-05-06T04:07:51.901Z Compiling smoltcp v0.11.0
31312026-05-06T04:07:51.979Z Compiling vsss-rs v3.3.4
31322026-05-06T04:07:52.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-05-06T04:07:52.301Z Compiling proc-macro-crate v3.4.0
31342026-05-06T04:07:52.352Z Compiling test-strategy v0.4.5
31352026-05-06T04:07:52.421Z Compiling tabwriter v1.4.1
31362026-05-06T04:07:52.440Z Compiling parse-display v0.10.0
31372026-05-06T04:07:52.478Z Compiling num-rational v0.4.2
31382026-05-06T04:07:52.500Z Compiling cobs v0.3.0
31392026-05-06T04:07:52.679Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-06T04:07:52.714Z Compiling num-complex v0.4.6
31412026-05-06T04:07:52.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-05-06T04:07:52.870Z Compiling postcard v1.1.3
31432026-05-06T04:07:52.903Z Compiling num_enum_derive v0.7.5
31442026-05-06T04:07:52.944Z Compiling proc-macro-error v1.0.4
31452026-05-06T04:07:52.995Z Compiling proc-macro-crate v1.3.1
31462026-05-06T04:07:53.099Z Compiling num v0.4.3
31472026-05-06T04:07:53.116Z Compiling foreign-types-macros v0.2.3
31482026-05-06T04:07:53.131Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-06T04:07:53.161Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-06T04:07:53.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-06T04:07:53.248Z Compiling float-ord v0.3.2
31522026-05-06T04:07:53.281Z Compiling cpufeatures v0.3.0
31532026-05-06T04:07:53.381Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-05-06T04:07:53.402Z Compiling foreign-types-shared v0.3.1
31552026-05-06T04:07:53.419Z Compiling rayon-core v1.13.0
31562026-05-06T04:07:53.437Z Compiling colored v3.1.1
31572026-05-06T04:07:53.456Z Compiling num_enum_derive v0.5.11
31582026-05-06T04:07:53.490Z Compiling chacha20 v0.10.0
31592026-05-06T04:07:53.557Z Compiling crossbeam-deque v0.8.6
31602026-05-06T04:07:53.653Z Compiling camino-tempfile v1.4.1
31612026-05-06T04:07:53.670Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-06T04:07:53.685Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-06T04:07:53.749Z Compiling foreign-types v0.5.0
31642026-05-06T04:07:53.779Z Compiling cstr-argument v0.1.2
31652026-05-06T04:07:53.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-05-06T04:07:53.915Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-05-06T04:07:53.953Z Compiling rand v0.10.0
31682026-05-06T04:07:53.972Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31692026-05-06T04:07:53.972Z Compiling toml v0.8.23
31702026-05-06T04:07:54.029Z Compiling num_enum v0.7.5
31712026-05-06T04:07:54.075Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-05-06T04:07:54.180Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-05-06T04:07:54.205Z Compiling zone_cfg_derive v0.3.1
31742026-05-06T04:07:54.208Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-05-06T04:07:54.238Z Compiling ingot-types v0.1.2
31762026-05-06T04:07:54.241Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-06T04:07:54.375Z Compiling rayon v1.11.0
31782026-05-06T04:07:54.394Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-05-06T04:07:54.413Z Compiling itertools v0.12.1
31802026-05-06T04:07:54.432Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-06T04:07:54.450Z Compiling num-derive v0.4.2
31822026-05-06T04:07:54.580Z Compiling num_enum v0.5.11
31832026-05-06T04:07:54.616Z Compiling ingot v0.1.1
31842026-05-06T04:07:55.637Z Compiling sigpipe v0.1.3
31852026-05-06T04:07:55.640Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-06T04:07:55.640Z Compiling glob v0.3.3
31872026-05-06T04:07:55.640Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31882026-05-06T04:07:55.640Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-05-06T04:07:55.640Z Compiling smf v0.2.3
31902026-05-06T04:07:55.640Z Compiling prettyplease v0.2.37
31912026-05-06T04:07:55.640Z Compiling whoami v1.6.1
31922026-05-06T04:07:55.640Z Compiling gethostname v0.5.0
31932026-05-06T04:07:55.640Z Compiling atomicwrites v0.4.4
31942026-05-06T04:07:55.640Z Compiling usdt-macro v0.5.0
31952026-05-06T04:07:55.640Z Compiling usdt-attr-macro v0.5.0
31962026-05-06T04:07:55.640Z Compiling memmap v0.7.0
31972026-05-06T04:07:55.640Z Compiling derive-where v1.6.0
31982026-05-06T04:07:55.640Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-05-06T04:07:55.640Z Compiling progenitor-client v0.13.0
32002026-05-06T04:07:55.640Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32012026-05-06T04:07:55.640Z Compiling cancel-safe-futures v0.1.5
32022026-05-06T04:07:55.640Z Compiling owo-colors v4.3.0
32032026-05-06T04:07:55.650Z Compiling zone v0.3.1
32042026-05-06T04:07:55.671Z Compiling resolv-conf v0.7.6
32052026-05-06T04:07:55.716Z Compiling libsw-core v0.3.2
32062026-05-06T04:07:55.844Z Compiling async-recursion v1.1.1
32072026-05-06T04:07:55.916Z Compiling libsw v3.5.0
32082026-05-06T04:07:55.933Z Compiling usdt v0.5.0
32092026-05-06T04:07:56.050Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-05-06T04:07:56.121Z Compiling console v0.15.11
32112026-05-06T04:07:56.175Z Compiling newline-converter v0.3.0
32122026-05-06T04:07:56.203Z Compiling libefi-sys v0.1.0
32132026-05-06T04:07:56.223Z Compiling linear-map v1.2.0
32142026-05-06T04:07:56.240Z Compiling hickory-proto v0.24.4
32152026-05-06T04:07:56.315Z Compiling bitfield-struct v0.6.2
32162026-05-06T04:07:56.362Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-06T04:07:56.378Z Compiling linked-hash-map v0.5.6
32182026-05-06T04:07:56.432Z Compiling typify-macro v0.6.2
32192026-05-06T04:07:56.450Z Compiling semver v0.1.20
32202026-05-06T04:07:56.468Z Compiling expectorate v1.2.0
32212026-05-06T04:07:56.586Z Compiling lru-cache v0.1.2
32222026-05-06T04:07:56.603Z Compiling tokio-dtrace v0.1.1
32232026-05-06T04:07:56.638Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-05-06T04:07:56.657Z Compiling dropshot-api-manager-types v0.7.1
32252026-05-06T04:07:56.677Z Compiling rustc_version v0.1.7
32262026-05-06T04:07:56.680Z Compiling pin-project-internal v1.1.11
32272026-05-06T04:07:56.731Z Compiling slog-dtrace v0.3.0
32282026-05-06T04:07:56.750Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-06T04:07:56.766Z Compiling minimal-lexical v0.2.1
32302026-05-06T04:07:56.817Z Compiling oxide-tokio-rt v0.1.4
32312026-05-06T04:07:56.848Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-05-06T04:07:56.907Z Compiling typify-impl v0.4.3
32332026-05-06T04:07:56.926Z Compiling newtype_derive v0.1.6
32342026-05-06T04:07:57.007Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-05-06T04:07:57.025Z Compiling nom v7.1.3
32362026-05-06T04:07:57.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32372026-05-06T04:07:57.062Z Compiling snafu-derive v0.8.9
32382026-05-06T04:07:57.078Z Compiling phf_shared v0.12.1
32392026-05-06T04:07:57.096Z Compiling pem v3.0.6
32402026-05-06T04:07:57.124Z Compiling csv-core v0.1.13
32412026-05-06T04:07:57.143Z Compiling chrono-tz v0.10.4
32422026-05-06T04:07:57.321Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-05-06T04:07:57.347Z Compiling xshell-macros v0.2.7
32442026-05-06T04:07:57.404Z Compiling highway v1.3.0
32452026-05-06T04:07:57.460Z Compiling same-file v1.0.6
32462026-05-06T04:07:57.558Z Compiling csv v1.4.0
32472026-05-06T04:07:57.621Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32482026-05-06T04:07:57.654Z Compiling walkdir v2.5.0
32492026-05-06T04:07:57.734Z Compiling phf v0.12.1
32502026-05-06T04:07:57.770Z Compiling xshell v0.2.7
32512026-05-06T04:07:57.788Z Compiling const_format_proc_macros v0.2.34
32522026-05-06T04:07:57.887Z Compiling pin-project v1.1.11
32532026-05-06T04:07:57.907Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-05-06T04:07:58.010Z Compiling globset v0.4.18
32552026-05-06T04:07:58.013Z Compiling olpc-cjson v0.1.4
32562026-05-06T04:07:58.121Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-05-06T04:07:58.222Z Compiling primeorder v0.13.6
32582026-05-06T04:07:58.239Z Compiling serde_plain v1.0.2
32592026-05-06T04:07:58.274Z Compiling typify v0.6.2
32602026-05-06T04:07:58.292Z Compiling typed-path v0.9.3
32612026-05-06T04:07:58.319Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-05-06T04:07:58.392Z Compiling progenitor-impl v0.14.0
32632026-05-06T04:07:58.412Z Compiling progenitor-impl v0.13.0
32642026-05-06T04:07:58.467Z Compiling hickory-resolver v0.24.4
32652026-05-06T04:07:58.514Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32662026-05-06T04:07:58.645Z Compiling const_format v0.2.35
32672026-05-06T04:07:58.733Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32682026-05-06T04:07:59.056Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-05-06T04:07:59.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32702026-05-06T04:07:59.089Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-05-06T04:07:59.107Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-05-06T04:07:59.183Z Compiling snafu v0.8.9
32732026-05-06T04:07:59.432Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32742026-05-06T04:07:59.485Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32752026-05-06T04:07:59.580Z Compiling qorb v0.4.1
32762026-05-06T04:07:59.600Z Compiling tough v0.20.0
32772026-05-06T04:08:00.007Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-05-06T04:08:00.078Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-06T04:08:00.122Z Compiling tabled_derive v0.7.0
32802026-05-06T04:08:00.165Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-05-06T04:08:00.304Z Compiling bcs v0.1.6
32822026-05-06T04:08:00.663Z Compiling termtree v0.5.1
32832026-05-06T04:08:00.713Z Compiling salty v0.3.0
32842026-05-06T04:08:00.771Z Compiling textwrap v0.16.2
32852026-05-06T04:08:00.851Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-05-06T04:08:00.981Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32872026-05-06T04:08:01.106Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-06T04:08:01.124Z Compiling steno v0.4.1
32892026-05-06T04:08:01.156Z Compiling tabled v0.15.0
32902026-05-06T04:08:01.176Z Compiling progenitor-macro v0.13.0
32912026-05-06T04:08:01.193Z Compiling progenitor-macro v0.14.0
32922026-05-06T04:08:01.248Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-05-06T04:08:01.277Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-05-06T04:08:01.347Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32952026-05-06T04:08:01.406Z Compiling base64 v0.21.7
32962026-05-06T04:08:01.507Z Compiling typify-macro v0.4.3
32972026-05-06T04:08:01.524Z Compiling tagptr v0.2.0
32982026-05-06T04:08:01.580Z Compiling radium v0.7.0
32992026-05-06T04:08:01.664Z Compiling humantime v2.3.0
33002026-05-06T04:08:01.702Z Compiling moka v0.12.13
33012026-05-06T04:08:01.906Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-06T04:08:01.968Z Compiling p384 v0.13.1
33032026-05-06T04:08:02.071Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-05-06T04:08:02.198Z Compiling tap v1.0.1
33052026-05-06T04:08:02.338Z Compiling maybe-uninit v2.0.0
33062026-05-06T04:08:02.503Z Compiling hickory-resolver v0.25.2
33072026-05-06T04:08:02.507Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-06T04:08:02.554Z Compiling wyz v0.5.1
33092026-05-06T04:08:02.735Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-06T04:08:02.779Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-05-06T04:08:02.938Z Compiling proc-macro-error-attr2 v2.0.0
33122026-05-06T04:08:02.977Z Compiling parking_lot_core v0.8.6
33132026-05-06T04:08:03.135Z Compiling utf-8 v0.7.6
33142026-05-06T04:08:03.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33152026-05-06T04:08:03.306Z Compiling funty v2.0.0
33162026-05-06T04:08:03.324Z Compiling typify v0.4.3
33172026-05-06T04:08:03.344Z Compiling packed_struct v0.10.1
33182026-05-06T04:08:03.365Z Compiling proc-macro-error2 v2.0.1
33192026-05-06T04:08:03.468Z Compiling tungstenite v0.21.0
33202026-05-06T04:08:03.585Z Compiling polyval v0.6.2
33212026-05-06T04:08:03.618Z Compiling git-stub v1.0.0
33222026-05-06T04:08:03.638Z Compiling num-derive v0.3.3
33232026-05-06T04:08:03.678Z Compiling bitvec v1.0.1
33242026-05-06T04:08:03.695Z Compiling packed_struct_codegen v0.10.1
33252026-05-06T04:08:03.720Z Compiling bitfield-macros v0.19.4
33262026-05-06T04:08:03.840Z Compiling zerocopy-derive v0.6.6
33272026-05-06T04:08:03.906Z Compiling indexmap v1.9.3
33282026-05-06T04:08:03.923Z Compiling crc-catalog v2.4.0
33292026-05-06T04:08:03.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-05-06T04:08:04.036Z Compiling nodrop v0.1.14
33312026-05-06T04:08:04.158Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-05-06T04:08:04.174Z Compiling array-init v0.0.4
33332026-05-06T04:08:04.215Z Compiling tokio-tungstenite v0.21.0
33342026-05-06T04:08:04.385Z Compiling crc v3.4.0
33352026-05-06T04:08:04.448Z Compiling git-stub-vcs v0.1.0
33362026-05-06T04:08:04.539Z Compiling bitfield v0.19.4
33372026-05-06T04:08:04.557Z Compiling ghash v0.5.1
33382026-05-06T04:08:04.576Z Compiling tabled_derive v0.11.0
33392026-05-06T04:08:04.624Z Compiling smallvec v0.6.14
33402026-05-06T04:08:04.646Z Compiling libscf-sys v1.1.0
33412026-05-06T04:08:04.752Z Compiling zerocopy v0.6.6
33422026-05-06T04:08:04.844Z Compiling progenitor-impl v0.11.2
33432026-05-06T04:08:04.863Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-05-06T04:08:04.866Z Compiling papergrid v0.17.0
33452026-05-06T04:08:04.896Z Compiling testing_table v0.3.0
33462026-05-06T04:08:05.049Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-05-06T04:08:05.066Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-05-06T04:08:05.087Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-05-06T04:08:05.115Z Compiling ctr v0.9.2
33502026-05-06T04:08:05.238Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-05-06T04:08:05.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-05-06T04:08:05.349Z Compiling corncobs v0.1.4
33532026-05-06T04:08:05.419Z Compiling hashbrown v0.12.3
33542026-05-06T04:08:05.584Z Compiling unicase v2.9.0
33552026-05-06T04:08:05.619Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-05-06T04:08:05.692Z Compiling aes-gcm v0.10.3
33572026-05-06T04:08:05.713Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-05-06T04:08:05.716Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-06T04:08:05.837Z Compiling mime_guess v2.0.5
33602026-05-06T04:08:05.856Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-05-06T04:08:05.898Z Compiling tabled v0.20.0
33622026-05-06T04:08:05.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-05-06T04:08:06.069Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-05-06T04:08:06.152Z Compiling parking_lot v0.11.2
33652026-05-06T04:08:06.292Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-05-06T04:08:06.317Z Compiling serde-hex v0.1.0
33672026-05-06T04:08:06.340Z Compiling progenitor v0.13.0
33682026-05-06T04:08:06.385Z Compiling progenitor v0.14.0
33692026-05-06T04:08:06.419Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-06T04:08:06.519Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33712026-05-06T04:08:06.560Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-06T04:08:06.577Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-05-06T04:08:06.621Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-05-06T04:08:06.759Z Compiling progenitor-impl v0.10.0
33752026-05-06T04:08:06.779Z Compiling ron v0.8.1
33762026-05-06T04:08:06.824Z Compiling hashbrown v0.13.2
33772026-05-06T04:08:06.878Z Compiling progenitor-client v0.11.2
33782026-05-06T04:08:07.006Z Compiling prefix-trie v0.7.0
33792026-05-06T04:08:07.070Z Compiling ssh-encoding v0.2.0
33802026-05-06T04:08:07.216Z Compiling blowfish v0.9.1
33812026-05-06T04:08:07.331Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-06T04:08:07.350Z Compiling fxhash v0.2.1
33832026-05-06T04:08:07.434Z Compiling secrecy v0.8.0
33842026-05-06T04:08:07.474Z Compiling crc-any v2.5.0
33852026-05-06T04:08:07.492Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-06T04:08:07.514Z Compiling sled v0.34.7
33872026-05-06T04:08:07.599Z Compiling progenitor-macro v0.11.2
33882026-05-06T04:08:07.740Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33892026-05-06T04:08:07.780Z Compiling bcrypt-pbkdf v0.10.0
33902026-05-06T04:08:08.061Z Compiling hickory-server v0.25.2
33912026-05-06T04:08:08.079Z Compiling ssh-cipher v0.2.0
33922026-05-06T04:08:08.125Z Compiling object v0.30.4
33932026-05-06T04:08:08.716Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33942026-05-06T04:08:08.733Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33952026-05-06T04:08:08.751Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33962026-05-06T04:08:09.046Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-05-06T04:08:09.136Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-05-06T04:08:09.481Z Compiling progenitor-macro v0.10.0
33992026-05-06T04:08:09.554Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34002026-05-06T04:08:09.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34012026-05-06T04:08:09.731Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-05-06T04:08:09.749Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-06T04:08:10.056Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34042026-05-06T04:08:10.382Z Compiling password-hash v0.4.2
34052026-05-06T04:08:10.544Z Compiling http-range v0.1.5
34062026-05-06T04:08:10.760Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-05-06T04:08:10.798Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34082026-05-06T04:08:11.113Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092026-05-06T04:08:11.167Z Compiling path-slash v0.1.5
34102026-05-06T04:08:11.251Z Compiling half v1.8.3
34112026-05-06T04:08:11.341Z Compiling crc8 v0.1.1
34122026-05-06T04:08:11.371Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34132026-05-06T04:08:11.390Z Compiling pbkdf2 v0.11.0
34142026-05-06T04:08:11.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-05-06T04:08:11.474Z Compiling serde_cbor v0.11.2
34162026-05-06T04:08:11.557Z Compiling ssh-key v0.6.7
34172026-05-06T04:08:11.633Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-05-06T04:08:11.852Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34192026-05-06T04:08:11.944Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-05-06T04:08:11.981Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-05-06T04:08:12.068Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34222026-05-06T04:08:12.097Z Compiling p256 v0.13.2
34232026-05-06T04:08:12.143Z Compiling p521 v0.13.3
34242026-05-06T04:08:12.513Z Compiling yasna v0.5.2
34252026-05-06T04:08:12.532Z Compiling kstat-rs v0.2.4
34262026-05-06T04:08:12.550Z Compiling headers-core v0.3.0
34272026-05-06T04:08:12.653Z Compiling nanorand v0.7.0
34282026-05-06T04:08:12.698Z Compiling atty v0.2.14
34292026-05-06T04:08:12.737Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-05-06T04:08:12.785Z Compiling progenitor v0.11.2
34312026-05-06T04:08:12.832Z Compiling russh-cryptovec v0.7.3
34322026-05-06T04:08:12.867Z Compiling md5 v0.7.0
34332026-05-06T04:08:12.885Z Compiling home v0.5.12
34342026-05-06T04:08:12.885Z Compiling flume v0.11.1
34352026-05-06T04:08:12.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34362026-05-06T04:08:12.961Z Compiling rcgen v0.12.1
34372026-05-06T04:08:12.978Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34382026-05-06T04:08:13.051Z Compiling russh-keys v0.45.0
34392026-05-06T04:08:13.054Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34402026-05-06T04:08:13.149Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34412026-05-06T04:08:13.166Z Compiling headers v0.4.1
34422026-05-06T04:08:13.220Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34432026-05-06T04:08:13.236Z Compiling hyper-staticfile v0.10.1
34442026-05-06T04:08:13.280Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-06T04:08:13.392Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-06T04:08:13.664Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34472026-05-06T04:08:13.747Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-06T04:08:13.770Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-06T04:08:13.853Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34502026-05-06T04:08:13.949Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34512026-05-06T04:08:14.185Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-05-06T04:08:14.298Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-06T04:08:14.438Z Compiling num-bigint v0.4.6
34542026-05-06T04:08:14.510Z Compiling des v0.8.1
34552026-05-06T04:08:14.530Z Compiling subprocess v0.2.15
34562026-05-06T04:08:14.547Z Compiling progenitor v0.10.0
34572026-05-06T04:08:14.563Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-06T04:08:14.680Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34592026-05-06T04:08:14.726Z Compiling hex-literal v0.4.1
34602026-05-06T04:08:14.742Z Compiling display-error-chain v0.2.2
34612026-05-06T04:08:14.866Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-05-06T04:08:14.887Z Compiling colored v2.2.0
34632026-05-06T04:08:14.914Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-05-06T04:08:14.937Z Compiling socket2 v0.5.10
34652026-05-06T04:08:15.021Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-05-06T04:08:15.177Z Compiling internet-checksum v0.2.1
34672026-05-06T04:08:15.295Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-06T04:08:15.329Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-05-06T04:08:16.008Z Compiling russh v0.45.0
34702026-05-06T04:08:17.970Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-05-06T04:08:18.666Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-05-06T04:08:19.146Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-05-06T04:08:20.529Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-05-06T04:08:28.496Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-05-06T04:08:28.496Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34762026-05-06T04:08:28.499Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34772026-05-06T04:08:28.499Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-06T04:08:30.199Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-05-06T04:08:30.312Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-05-06T04:08:34.384Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34812026-05-06T04:08:35.792Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-06T04:08:54.954Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34832026-05-06T04:09:13.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34842026-05-06T04:09:13.621Z
34852026-05-06T04:09:13.621Zreal 1:25.669402021
34862026-05-06T04:09:13.621Zuser 8:19.036774808
34872026-05-06T04:09:13.625Zsys 1:40.077824461
34882026-05-06T04:09:13.625Ztrap 0.250657357
34892026-05-06T04:09:13.625Ztflt 0.474953917
34902026-05-06T04:09:13.625Zdflt 1.792729387
34912026-05-06T04:09:13.625Zkflt 0.000511348
34922026-05-06T04:09:13.625Zlock 29:38.736223781
34932026-05-06T04:09:13.625Zslp 19:23.511728149
34942026-05-06T04:09:13.625Zlat 41.234511570
34952026-05-06T04:09:13.625Zstop 2:45.201329477
34962026-05-06T04:09:13.625Z+ mkdir tests
34972026-05-06T04:09:13.629Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34982026-05-06T04:09:13.629Z+ xargs -I '{}' -t cp '{}' tests/
34992026-05-06T04:09:13.656Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
35002026-05-06T04:09:13.684Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35012026-05-06T04:09:13.715Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35022026-05-06T04:09:13.745Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35032026-05-06T04:09:13.977Z+ 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/*)
35042026-05-06T04:09:13.981Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
35052026-05-06T04:10:39.683ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35062026-05-06T04:10:39.683Za .github/buildomat/ci-env.sh 1K
35072026-05-06T04:10:39.683Za out/target/test 1K
35082026-05-06T04:10:39.683Za out/npuzone/npuzone 27402K
35092026-05-06T04:10:39.683Za package-manifest.toml 35K
35102026-05-06T04:10:39.683Za smf/sled-agent/non-gimlet/config.toml 6K
35112026-05-06T04:10:39.683Za target/release/omicron-package 44886K
35122026-05-06T04:10:39.683Za target/release/xtask 11449K
35132026-05-06T04:10:39.683Za target/debug/bootstrap 351804K
35142026-05-06T04:10:39.683Za tests/bootstrap-a30bd6ce46b8f667 31215K
35152026-05-06T04:10:39.683Za tests/commtest-6ff027522a55cd83 32300K
35162026-05-06T04:10:39.683Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35172026-05-06T04:10:39.683Za tests/end_to_end_tests-06879957ae11aa92 392918K
35182026-05-06T04:10:39.683Za out/clickhouse.tar.gz 318955K
35192026-05-06T04:10:39.683Za out/clickhouse_keeper.tar.gz 304309K
35202026-05-06T04:10:39.683Za out/clickhouse_server.tar.gz 318954K
35212026-05-06T04:10:39.683Za out/cockroachdb.tar.gz 164629K
35222026-05-06T04:10:39.683Za out/crucible-pantry-zone.tar.gz 43686K
35232026-05-06T04:10:39.683Za out/crucible-utils.tar 17744K
35242026-05-06T04:10:39.683Za out/crucible-zone.tar.gz 57824K
35252026-05-06T04:10:39.683Za out/external-dns.tar.gz 49279K
35262026-05-06T04:10:39.683Za out/internal-dns.tar.gz 49279K
35272026-05-06T04:10:39.683Za out/mg-ddm-gz.tar 95141K
35282026-05-06T04:10:39.683Za out/nexus.tar.gz 219966K
35292026-05-06T04:10:39.684Za out/ntp.tar.gz 31636K
35302026-05-06T04:10:39.684Za out/omicron-gateway-softnpu.tar.gz 28502K
35312026-05-06T04:10:39.684Za out/omicron-sled-agent.tar 198822K
35322026-05-06T04:10:39.684Za out/overlay.tar.gz 3K
35332026-05-06T04:10:39.684Za out/oximeter.tar.gz 65320K
35342026-05-06T04:10:39.684Za out/oxlog.tar 3782K
35352026-05-06T04:10:39.684Za out/probe.tar.gz 3037K
35362026-05-06T04:10:39.684Za out/propolis-server.tar.gz 38727K
35372026-05-06T04:10:39.684Za out/pumpkind-gz.tar 26647K
35382026-05-06T04:10:39.684Za out/switch-softnpu.tar.gz 392778K
35392026-05-06T04:10:39.687Z
35402026-05-06T04:10:39.687Zreal 1:25.689433645
35412026-05-06T04:10:39.687Zuser 1:23.029182556
35422026-05-06T04:10:39.687Zsys 4.404112715
35432026-05-06T04:10:39.687Ztrap 0.007840418
35442026-05-06T04:10:39.687Ztflt 0.000000000
35452026-05-06T04:10:39.687Zdflt 0.000000000
35462026-05-06T04:10:39.687Zkflt 0.000000000
35472026-05-06T04:10:39.687Zlock 0.000000000
35482026-05-06T04:10:39.687Zslp 1:22.945472041
35492026-05-06T04:10:39.687Zlat 0.988022787
35502026-05-06T04:10:39.687Zstop 0.000226782
35512026-05-06T04:10:39.687Zprocess exited: duration 938900 ms, exit code 0
 
35522026-05-06T04:10:39.701Zfound 1 output files
35532026-05-06T04:10:39.701Zuploading: /work/package.tar.gz (2430461302 bytes)
35542026-05-06T04:11:06.359Zuploaded: /work/package.tar.gz