01KM08FWJ1MS9A037VPEBWDPAY: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM08GGZX9FDVBXV0RF283G3T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T10:42:00.395Zjob assigned to worker 01KM08GYZJ59WQHWWCP2KK8Q50 [factory aws, i-0c302b060f5b8091e] (queued for 1 m 36 s)
 
22026-03-18T10:42:08.895Zstarting task 0: "setup"
32026-03-18T10:42:08.899Z++ uname -s
42026-03-18T10:42:08.902Z+ kern=SunOS
52026-03-18T10:42:08.902Z+ build_user=build
62026-03-18T10:42:08.902Z+ build_uid=12345
72026-03-18T10:42:08.902Z+ work_dir=/work
82026-03-18T10:42:08.902Z+ input_dir=/input
92026-03-18T10:42:08.902Z+ [[ 0 == 12345 ]]
102026-03-18T10:42:08.902Z+ case "$kern" in
112026-03-18T10:42:08.902Z+ groupadd -g 12345 build
122026-03-18T10:42:08.905Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T10:42:10.909Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T10:42:10.977Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T10:42:10.980Z+ home_fs=zfs
162026-03-18T10:42:10.980Z+ [[ zfs == autofs ]]
172026-03-18T10:42:10.980Z+ mkdir -p /home/build
182026-03-18T10:42:10.980Z+ chown build:build /home/build /work
192026-03-18T10:42:12.987Z+ chmod 0700 /home/build /work
202026-03-18T10:42:12.991Zprocess exited: duration 4092 ms, exit code 0
 
212026-03-18T10:42:13.007Zstarting task 1: "rust-toolchain"
222026-03-18T10:42:13.013Z * rust toolchain channel = "1.94.0"
232026-03-18T10:42:13.013Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-18T10:42:13.013Z * rust toolchain profile = "default"
252026-03-18T10:42:13.013Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T10:42:13.013Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T10:42:13.014Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T10:42:13.014Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T10:42:13.014Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T10:42:13.141Zinfo: downloading installer
312026-03-18T10:42:14.954Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T10:42:14.954Zwarn: /opt/ooce/bin
332026-03-18T10:42:14.954Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T10:42:14.955Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T10:42:14.955Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T10:42:14.955Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T10:42:14.955Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T10:42:14.955Zerror: cannot install while Rust is installed
392026-03-18T10:42:14.955Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T10:42:14.955Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T10:42:14.956Zwarn: /home/build/.rustup/settings.toml
422026-03-18T10:42:14.956Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T10:42:14.956Zwarn: instead of the one inferred from the default host triple.
442026-03-18T10:42:14.998Zinfo: profile set to default
452026-03-18T10:42:14.999Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T10:42:15.022Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T10:42:15.135Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T10:42:15.139Zinfo: downloading 6 components
492026-03-18T10:42:30.085Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T10:42:30.085Z
512026-03-18T10:42:30.124Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T10:42:30.124Z
532026-03-18T10:42:30.128Z
542026-03-18T10:42:30.128ZRust is installed now. Great!
552026-03-18T10:42:30.128Z
562026-03-18T10:42:30.128ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T10:42:30.128Zenvironment variable. This has not been done automatically.
582026-03-18T10:42:30.128Z
592026-03-18T10:42:30.128ZTo configure your current shell, you need to source
602026-03-18T10:42:30.128Zthe corresponding env file under $HOME/.cargo.
612026-03-18T10:42:30.128Z
622026-03-18T10:42:30.128ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T10:42:30.128Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T10:42:30.128Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T10:42:30.128Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T10:42:30.128Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T10:42:30.128Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T10:42:30.128Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T10:42:30.128Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T10:42:30.128Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T10:42:30.237Z+ rustup --version
722026-03-18T10:42:30.249Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T10:42:30.256Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T10:42:30.276Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T10:42:30.280Z+ cargo --version
762026-03-18T10:42:30.295Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T10:42:30.298Z+ rustc --version
782026-03-18T10:42:30.323Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T10:42:30.327Zprocess exited: duration 17326 ms, exit code 0
 
802026-03-18T10:42:30.335Zstarting task 2: "authentication"
812026-03-18T10:42:30.355Zprocess exited: duration 21 ms, exit code 0
 
822026-03-18T10:42:30.360Zstarting task 3: "clone repository"
832026-03-18T10:42:30.364Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T10:42:30.367Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T10:42:30.402ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T10:42:41.517Z+ cd /work/oxidecomputer/omicron
872026-03-18T10:42:41.520Z+ git fetch origin d4bf5726b7d7d77631c11bec36c60af4707051fd
882026-03-18T10:42:41.805ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T10:42:41.806Z * branch d4bf5726b7d7d77631c11bec36c60af4707051fd -> FETCH_HEAD
902026-03-18T10:42:41.817Z+ [[ -n andy/pgsql18 ]]
912026-03-18T10:42:41.820Z++ git branch --show-current
922026-03-18T10:42:41.820Z+ current=main
932026-03-18T10:42:41.820Z+ [[ main != andy/pgsql18 ]]
942026-03-18T10:42:41.820Z+ git branch -f andy/pgsql18 d4bf5726b7d7d77631c11bec36c60af4707051fd
952026-03-18T10:42:41.825Z+ git checkout -f andy/pgsql18
962026-03-18T10:42:42.145ZSwitched to branch 'andy/pgsql18'
972026-03-18T10:42:42.147Z+ git reset --hard d4bf5726b7d7d77631c11bec36c60af4707051fd
982026-03-18T10:42:42.165ZHEAD is now at d4bf5726b Use PostgreSQL v18 client libraries
992026-03-18T10:42:42.168Zprocess exited: duration 11805 ms, exit code 0
 
1002026-03-18T10:42:42.174Zstarting task 4: "build"
1012026-03-18T10:42:42.182Z+ source ./env.sh
1022026-03-18T10:42:42.187Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T10:42:42.187Z++ set -o xtrace
1042026-03-18T10:42:42.187Z++++ dirname ./env.sh
1052026-03-18T10:42:42.187Z+++ readlink -f .
1062026-03-18T10:42:42.187Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T10:42:42.187Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-18T10:42:42.187Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-18T10:42:42.187Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-18T10:42:42.187Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-18T10:42:42.187Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-18T10:42:42.187Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-18T10:42:42.187Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-18T10:42:42.187Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-18T10:42:42.187Z++ case $OLD_SHELL_OPTS in
1162026-03-18T10:42:42.187Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T10:42:42.187Z+ source .github/buildomat/ci-env.sh
1182026-03-18T10:42:42.187Z++ export CARGO_TERM_COLOR=always
1192026-03-18T10:42:42.187Z++ CARGO_TERM_COLOR=always
1202026-03-18T10:42:42.187Z+ cargo --version
1212026-03-18T10:42:42.198Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T10:42:42.204Z+ rustc --version
1232026-03-18T10:42:42.225Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T10:42:42.228Z+ banner prerequisites
1252026-03-18T10:42:42.231Z
1262026-03-18T10:42:42.231Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T10:42:42.231Z # # # # # # # # # # # # # # #
1282026-03-18T10:42:42.231Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T10:42:42.231Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T10:42:42.231Z # # # # # # # # # # # # # # #
1312026-03-18T10:42:42.231Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T10:42:42.231Z
1332026-03-18T10:42:42.231Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T10:42:53.834Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T10:43:03.766Z Startup: Caching catalogs ... Done
1362026-03-18T10:43:26.129ZPlanning: Solver setup ... Done (20.743s)
1372026-03-18T10:43:26.279ZPlanning: Running solver ... Done (0.151s)
1382026-03-18T10:43:26.465ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T10:43:26.477ZPlanning: Fetching manifests: 0/5 0% complete
1402026-03-18T10:43:26.656ZPlanning: Fetching manifests: 5/5 100% complete
1412026-03-18T10:43:26.708ZPlanning: Package planning ... Done (0.052s)
1422026-03-18T10:43:26.765ZPlanning: Merging actions ... Done (0.056s)
1432026-03-18T10:43:27.006ZPlanning: Checking for conflicting actions ... Done (0.242s)
1442026-03-18T10:43:27.023ZPlanning: Consolidating action changes ... Done (0.013s)
1452026-03-18T10:43:28.893ZPlanning: Evaluating mediators ... Done (1.873s)
1462026-03-18T10:43:28.904ZPlanning: Planning completed in 24.99 seconds
1472026-03-18T10:43:28.918Z Packages to install: 5
1482026-03-18T10:43:28.924Z Mediators to change: 3
1492026-03-18T10:43:28.924Z Services to change: 1
1502026-03-18T10:43:28.924Z Estimated space available: 155.42 GB
1512026-03-18T10:43:28.924ZEstimated space to be consumed: 1.86 GB
1522026-03-18T10:43:28.924Z Create boot environment: No
1532026-03-18T10:43:28.924ZCreate backup boot environment: No
1542026-03-18T10:43:28.924Z Rebuild boot archive: No
1552026-03-18T10:43:28.924Z
1562026-03-18T10:43:28.924ZChanged mediators:
1572026-03-18T10:43:28.924Z mediator clang:
1582026-03-18T10:43:28.924Z version: None -> 15 (system default)
1592026-03-18T10:43:28.924Z
1602026-03-18T10:43:28.925Z mediator llvm:
1612026-03-18T10:43:28.925Z version: 14 (system default) -> 15 (system default)
1622026-03-18T10:43:28.925Z
1632026-03-18T10:43:28.925Z mediator postgresql:
1642026-03-18T10:43:28.925Z version: 15 (system default) -> 18 (system default)
1652026-03-18T10:43:28.925Z
1662026-03-18T10:43:28.925ZChanged packages:
1672026-03-18T10:43:28.925Zhelios-dev
1682026-03-18T10:43:28.925Z developer/build-essential
1692026-03-18T10:43:28.925Z None -> 11-2.0
1702026-03-18T10:43:28.925Z library/libxmlsec1
1712026-03-18T10:43:28.925Z None -> 1.2.35-2.0
1722026-03-18T10:43:28.925Z ooce/developer/clang-15
1732026-03-18T10:43:28.925Z None -> 15.0.7-2.0
1742026-03-18T10:43:28.926Z ooce/developer/llvm-15
1752026-03-18T10:43:28.926Z None -> 15.0.7-2.0
1762026-03-18T10:43:28.926Z ooce/library/postgresql-18
1772026-03-18T10:43:28.926Z None -> 18.1-2.0
1782026-03-18T10:43:28.926Z
1792026-03-18T10:43:28.926ZServices:
1802026-03-18T10:43:28.926Z restart_fmri:
1812026-03-18T10:43:28.926Z svc:/system/update-man-index:default
1822026-03-18T10:43:29.053Z
1832026-03-18T10:43:29.053ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-03-18T10:43:34.130ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (27.0M/s)
1852026-03-18T10:43:39.131ZDownload: 3906/4272 items 214.4/219.0MB 97% complete (21.4M/s)
1862026-03-18T10:43:40.709ZDownload: Completed 218.99 MB in 11.65 seconds (18.8M/s)
1872026-03-18T10:43:40.889Z Actions: 1/4789 actions (Installing new actions)
1882026-03-18T10:43:45.321Z Actions: Completed 4789 actions in 4.43 seconds.
1892026-03-18T10:43:45.718Z Done (0.375s)
1902026-03-18T10:43:45.719Z Done (0.000s)
1912026-03-18T10:43:46.710Z Done (1.001s)
1922026-03-18T10:43:50.696Z Done (3.651s)
1932026-03-18T10:43:50.784Z Done (0.015s)
1942026-03-18T10:43:50.789Z Done (0.000s)
1952026-03-18T10:43:50.946Z Done (0.000s)
1962026-03-18T10:43:51.924ZPlanning: Evaluating mediator changes ... Done
1972026-03-18T10:43:52.067ZPlanning: Checking for conflicting actions ... Done
1982026-03-18T10:43:52.072ZPlanning: Consolidating action changes ... Done
1992026-03-18T10:43:52.297ZPlanning: Evaluating mediators ... Done
2002026-03-18T10:43:52.303ZPlanning: Planning completed in 0.37 seconds
2012026-03-18T10:43:52.319Z Mediators to change: 2
2022026-03-18T10:43:52.320Z Create boot environment: No
2032026-03-18T10:43:52.324ZCreate backup boot environment: No
2042026-03-18T10:43:52.382Z Done
2052026-03-18T10:43:52.382Z Done
2062026-03-18T10:43:53.112Z Done
2072026-03-18T10:43:56.485Z Done
2082026-03-18T10:43:56.565Z Done
2092026-03-18T10:43:56.575Z Done
2102026-03-18T10:43:56.725Z Done
2112026-03-18T10:43:57.055ZPlanning: Evaluating mediator changes ... Done
2122026-03-18T10:43:57.215ZPlanning: Checking for conflicting actions ... Done
2132026-03-18T10:43:57.249ZPlanning: Consolidating action changes ... Done
2142026-03-18T10:43:57.429ZPlanning: Evaluating mediators ... Done
2152026-03-18T10:43:57.449ZPlanning: Planning completed in 0.38 seconds
2162026-03-18T10:43:57.456Z Mediators to change: 1
2172026-03-18T10:43:57.457Z Create boot environment: No
2182026-03-18T10:43:57.463ZCreate backup boot environment: No
2192026-03-18T10:43:57.539Z Done
2202026-03-18T10:43:57.539Z Done
2212026-03-18T10:43:58.270Z Done
2222026-03-18T10:44:01.611Z Done
2232026-03-18T10:44:01.698Z Done
2242026-03-18T10:44:01.705Z Done
2252026-03-18T10:44:01.837Z Done
2262026-03-18T10:44:02.217ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-18T10:44:02.217Zclang system 15 system
2282026-03-18T10:44:02.217Zcsh system system illumos
2292026-03-18T10:44:02.217Zctags system system illumos
2302026-03-18T10:44:02.217Zfile system system illumos
2312026-03-18T10:44:02.217Zgcc vendor 12 vendor
2322026-03-18T10:44:02.217Zgcc system 10 system
2332026-03-18T10:44:02.218Zgcc system 7 system
2342026-03-18T10:44:02.218Zgo system 1.20 system
2352026-03-18T10:44:02.218Zgo system 1.19 system
2362026-03-18T10:44:02.218Zllvm system 15 system
2372026-03-18T10:44:02.218Zllvm system 14 system
2382026-03-18T10:44:02.218Zmariadb system 10.6 system
2392026-03-18T10:44:02.218Zmta vendor vendor dma
2402026-03-18T10:44:02.218Zopenjdk system 17 system
2412026-03-18T10:44:02.218Zopenjdk system 11 system
2422026-03-18T10:44:02.218Zopenjdk system 1.8 system
2432026-03-18T10:44:02.218Zopenssl vendor 3 vendor
2442026-03-18T10:44:02.218Zperl system 5.36 system
2452026-03-18T10:44:02.218Zpostgresql system 18 system
2462026-03-18T10:44:02.218Zpostgresql system 15 system
2472026-03-18T10:44:02.218Zpostgresql system 13 system
2482026-03-18T10:44:02.218Zpython vendor 3 vendor
2492026-03-18T10:44:02.218Zpython system 2 system
2502026-03-18T10:44:02.218Zpython3 system 3.11 system
2512026-03-18T10:44:02.218Zruby system 3.0 system
2522026-03-18T10:44:02.218Zwords vendor vendor american-english
2532026-03-18T10:44:02.218Zwords system system australian-english
2542026-03-18T10:44:02.218Zwords system system british-english
2552026-03-18T10:44:02.218Zwords system system canadian-english
2562026-03-18T10:44:02.218Zwords system system french
2572026-03-18T10:44:02.218Zwords system system italian
2582026-03-18T10:44:02.218Zwords system system ngerman
2592026-03-18T10:44:02.218Zwords system system ogerman
2602026-03-18T10:44:02.218Zwords system system spanish
2612026-03-18T10:44:02.524ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-18T10:44:02.524Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-18T10:44:08.526ZFMRI IFO
2642026-03-18T10:44:08.526Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-18T10:44:08.526Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-18T10:44:08.526Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-18T10:44:08.526Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-18T10:44:08.527Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-18T10:44:08.527Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-18T10:44:08.527Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2712026-03-18T10:44:08.527Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2722026-03-18T10:44:08.527Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-18T10:44:08.527Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-18T10:44:08.527Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-18T10:44:08.527Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-18T10:44:08.527Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-18T10:44:08.527Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-18T10:44:08.527Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-18T10:44:08.527Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-18T10:44:08.528Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-18T10:44:09.778Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-18T10:44:10.043Z Updating crates.io index
2832026-03-18T10:44:10.047Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-18T10:44:10.345Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-18T10:44:11.194Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-18T10:44:11.595Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-18T10:44:11.915Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-18T10:44:12.967Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-18T10:44:13.628Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-18T10:44:15.071Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-18T10:44:16.649Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-18T10:44:17.472Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-18T10:44:17.854Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-18T10:44:18.566Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-18T10:44:19.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-18T10:44:19.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-18T10:44:19.798Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-18T10:44:20.820Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-18T10:44:21.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-18T10:44:21.720Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-18T10:44:22.009Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-18T10:44:22.434Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-18T10:44:22.794Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-18T10:44:23.070Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-18T10:44:23.368Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-18T10:44:23.879Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-18T10:44:24.274Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-18T10:44:24.840Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-18T10:44:25.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-18T10:44:25.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-18T10:44:25.752Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-18T10:44:26.880Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-18T10:44:27.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-18T10:44:27.581Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-18T10:44:27.930Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-18T10:44:28.321Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-18T10:44:28.817Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-18T10:44:29.066Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-18T10:44:29.320Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-18T10:44:29.747Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-18T10:44:43.535Z Downloading crates ...
3222026-03-18T10:44:43.592Z Downloaded anstream v0.6.21
3232026-03-18T10:44:43.596Z Downloaded anstyle v1.0.13
3242026-03-18T10:44:43.600Z Downloaded autocfg v1.5.0
3252026-03-18T10:44:43.603Z Downloaded cargo-util-schemas v0.8.2
3262026-03-18T10:44:43.607Z Downloaded clap_derive v4.5.55
3272026-03-18T10:44:43.610Z Downloaded crypto-common v0.1.7
3282026-03-18T10:44:43.614Z Downloaded textwrap v0.16.2
3292026-03-18T10:44:43.614Z Downloaded thiserror-impl v1.0.69
3302026-03-18T10:44:43.617Z Downloaded zerovec-derive v0.11.2
3312026-03-18T10:44:43.617Z Downloaded clap_lex v1.0.0
3322026-03-18T10:44:43.617Z Downloaded cargo-platform v0.2.0
3332026-03-18T10:44:43.617Z Downloaded ordered-float v2.10.1
3342026-03-18T10:44:43.619Z Downloaded anstyle-query v1.1.5
3352026-03-18T10:44:43.619Z Downloaded fs-err v3.3.0
3362026-03-18T10:44:43.622Z Downloaded zerocopy-derive v0.7.35
3372026-03-18T10:44:43.625Z Downloaded macaddr v1.0.1
3382026-03-18T10:44:43.625Z Downloaded form_urlencoded v1.2.2
3392026-03-18T10:44:43.628Z Downloaded heck v0.4.1
3402026-03-18T10:44:43.628Z Downloaded version_check v0.9.5
3412026-03-18T10:44:43.628Z Downloaded serde-value v0.7.0
3422026-03-18T10:44:43.631Z Downloaded colorchoice v1.0.4
3432026-03-18T10:44:43.631Z Downloaded yoke-derive v0.8.1
3442026-03-18T10:44:43.631Z Downloaded utf8_iter v1.0.4
3452026-03-18T10:44:43.634Z Downloaded heck v0.5.0
3462026-03-18T10:44:43.637Z Downloaded thread-id v4.2.2
3472026-03-18T10:44:43.637Z Downloaded errno v0.3.14
3482026-03-18T10:44:43.637Z Downloaded terminal_size v0.4.3
3492026-03-18T10:44:43.637Z Downloaded usdt-macro v0.5.0
3502026-03-18T10:44:43.640Z Downloaded typeid v1.0.3
3512026-03-18T10:44:43.640Z Downloaded zerofrom-derive v0.1.6
3522026-03-18T10:44:43.640Z Downloaded unicode-linebreak v0.1.5
3532026-03-18T10:44:43.640Z Downloaded usdt-attr-macro v0.5.0
3542026-03-18T10:44:43.643Z Downloaded percent-encoding v2.3.2
3552026-03-18T10:44:43.643Z Downloaded fastrand v2.3.0
3562026-03-18T10:44:43.643Z Downloaded cpufeatures v0.2.17
3572026-03-18T10:44:43.643Z Downloaded anstyle-parse v0.2.7
3582026-03-18T10:44:43.664Z Downloaded toml_write v0.1.2
3592026-03-18T10:44:43.664Z Downloaded zerofrom v0.1.6
3602026-03-18T10:44:43.669Z Downloaded toml_datetime v0.6.11
3612026-03-18T10:44:43.669Z Downloaded unicode-xid v0.2.6
3622026-03-18T10:44:43.669Z Downloaded tabled_derive v0.7.0
3632026-03-18T10:44:43.669Z Downloaded strsim v0.11.1
3642026-03-18T10:44:43.669Z Downloaded scroll_derive v0.12.1
3652026-03-18T10:44:43.669Z Downloaded serde_spanned v0.6.9
3662026-03-18T10:44:43.669Z Downloaded cfg-if v1.0.4
3672026-03-18T10:44:43.669Z Downloaded generic-array v0.14.7
3682026-03-18T10:44:43.669Z Downloaded utf8parse v0.2.2
3692026-03-18T10:44:43.669Z Downloaded usdt v0.5.0
3702026-03-18T10:44:43.669Z Downloaded memmap v0.7.0
3712026-03-18T10:44:43.669Z Downloaded fnv v1.0.7
3722026-03-18T10:44:43.669Z Downloaded thiserror v2.0.18
3732026-03-18T10:44:43.669Z Downloaded writeable v0.6.2
3742026-03-18T10:44:43.669Z Downloaded block-buffer v0.10.4
3752026-03-18T10:44:43.669Z Downloaded thiserror v1.0.69
3762026-03-18T10:44:43.673Z Downloaded yoke v0.8.1
3772026-03-18T10:44:43.673Z Downloaded zmij v1.0.21
3782026-03-18T10:44:43.673Z Downloaded usdt-impl v0.5.0
3792026-03-18T10:44:43.676Z Downloaded ucd-trie v0.1.7
3802026-03-18T10:44:43.676Z Downloaded thiserror-impl v2.0.18
3812026-03-18T10:44:43.676Z Downloaded pretty-hex v0.4.1
3822026-03-18T10:44:43.680Z Downloaded proc-macro-error-attr v1.0.4
3832026-03-18T10:44:43.680Z Downloaded itoa v1.0.17
3842026-03-18T10:44:43.680Z Downloaded tinystr v0.8.2
3852026-03-18T10:44:43.682Z Downloaded is_terminal_polyfill v1.70.2
3862026-03-18T10:44:43.683Z Downloaded idna_adapter v1.2.1
3872026-03-18T10:44:43.683Z Downloaded dtrace-parser v0.2.0
3882026-03-18T10:44:43.685Z Downloaded cargo_metadata v0.21.0
3892026-03-18T10:44:43.686Z Downloaded plain v0.2.3
3902026-03-18T10:44:43.689Z Downloaded stable_deref_trait v1.2.1
3912026-03-18T10:44:43.691Z Downloaded cargo_toml v0.21.0
3922026-03-18T10:44:43.691Z Downloaded toml v0.8.23
3932026-03-18T10:44:43.694Z Downloaded zerotrie v0.2.3
3942026-03-18T10:44:43.696Z Downloaded unicode-ident v1.0.24
3952026-03-18T10:44:43.699Z Downloaded typenum v1.19.0
3962026-03-18T10:44:43.702Z Downloaded swrite v0.1.0
3972026-03-18T10:44:43.702Z Downloaded smawk v0.3.2
3982026-03-18T10:44:43.702Z Downloaded toml_edit v0.22.27
3992026-03-18T10:44:43.705Z Downloaded potential_utf v0.1.4
4002026-03-18T10:44:43.708Z Downloaded equivalent v1.0.2
4012026-03-18T10:44:43.708Z Downloaded dof v0.3.0
4022026-03-18T10:44:43.708Z Downloaded quote v1.0.44
4032026-03-18T10:44:43.713Z Downloaded url v2.5.8
4042026-03-18T10:44:43.715Z Downloaded scroll v0.12.0
4052026-03-18T10:44:43.715Z Downloaded bytecount v0.6.9
4062026-03-18T10:44:43.720Z Downloaded zerovec v0.11.5
4072026-03-18T10:44:43.724Z Downloaded serde-untagged v0.1.9
4082026-03-18T10:44:43.724Z Downloaded zerocopy v0.7.35
4092026-03-18T10:44:43.732Z Downloaded serde_tokenstream v0.2.3
4102026-03-18T10:44:43.735Z Downloaded byteorder v1.5.0
4112026-03-18T10:44:43.735Z Downloaded unicode-width v0.2.0
4122026-03-18T10:44:43.738Z Downloaded clap v4.5.60
4132026-03-18T10:44:43.744Z Downloaded bitflags v2.11.0
4142026-03-18T10:44:43.747Z Downloaded camino-tempfile v1.4.1
4152026-03-18T10:44:43.750Z Downloaded unicode-width v0.1.14
4162026-03-18T10:44:43.754Z Downloaded tempfile v3.25.0
4172026-03-18T10:44:43.758Z Downloaded synstructure v0.13.2
4182026-03-18T10:44:43.758Z Downloaded anyhow v1.0.102
4192026-03-18T10:44:43.762Z Downloaded camino v1.2.2
4202026-03-18T10:44:43.762Z Downloaded semver v1.0.27
4212026-03-18T10:44:43.762Z Downloaded erased-serde v0.4.9
4222026-03-18T10:44:43.765Z Downloaded once_cell v1.21.3
4232026-03-18T10:44:43.765Z Downloaded proc-macro-error v1.0.4
4242026-03-18T10:44:43.769Z Downloaded digest v0.10.7
4252026-03-18T10:44:43.769Z Downloaded winnow v0.7.14
4262026-03-18T10:44:43.772Z Downloaded sha2 v0.10.9
4272026-03-18T10:44:43.775Z Downloaded num-traits v0.2.19
4282026-03-18T10:44:43.778Z Downloaded litemap v0.8.1
4292026-03-18T10:44:43.783Z Downloaded getrandom v0.4.1
4302026-03-18T10:44:43.786Z Downloaded smallvec v1.15.1
4312026-03-18T10:44:43.788Z Downloaded displaydoc v0.2.5
4322026-03-18T10:44:43.791Z Downloaded icu_provider v2.1.1
4332026-03-18T10:44:43.791Z Downloaded log v0.4.29
4342026-03-18T10:44:43.794Z Downloaded icu_properties v2.1.2
4352026-03-18T10:44:43.800Z Downloaded serde_derive v1.0.228
4362026-03-18T10:44:43.804Z Downloaded proc-macro2 v1.0.106
4372026-03-18T10:44:43.815Z Downloaded serde_core v1.0.228
4382026-03-18T10:44:43.817Z Downloaded pest_meta v2.8.6
4392026-03-18T10:44:43.820Z Downloaded pest_generator v2.8.6
4402026-03-18T10:44:43.820Z Downloaded papergrid v0.11.0
4412026-03-18T10:44:43.823Z Downloaded icu_locale_core v2.1.1
4422026-03-18T10:44:43.827Z Downloaded icu_normalizer_data v2.1.1
4432026-03-18T10:44:43.830Z Downloaded pest_derive v2.8.6
4442026-03-18T10:44:43.833Z Downloaded icu_normalizer v2.1.1
4452026-03-18T10:44:43.838Z Downloaded serde v1.0.228
4462026-03-18T10:44:43.841Z Downloaded memchr v2.8.0
4472026-03-18T10:44:43.846Z Downloaded icu_collections v2.1.1
4482026-03-18T10:44:43.850Z Downloaded indexmap v2.13.0
4492026-03-18T10:44:43.863Z Downloaded pest v2.8.6
4502026-03-18T10:44:43.877Z Downloaded hashbrown v0.16.1
4512026-03-18T10:44:43.880Z Downloaded idna v1.1.0
4522026-03-18T10:44:43.883Z Downloaded clap_builder v4.5.60
4532026-03-18T10:44:43.896Z Downloaded serde_json v1.0.149
4542026-03-18T10:44:43.899Z Downloaded goblin v0.8.2
4552026-03-18T10:44:43.906Z Downloaded icu_properties_data v2.1.2
4562026-03-18T10:44:43.910Z Downloaded tabled v0.15.0
4572026-03-18T10:44:43.921Z Downloaded syn v2.0.117
4582026-03-18T10:44:43.928Z Downloaded syn v1.0.109
4592026-03-18T10:44:43.948Z Downloaded rustix v1.1.3
4602026-03-18T10:44:43.978Z Downloaded libc v0.2.180
4612026-03-18T10:44:44.066Z Compiling proc-macro2 v1.0.106
4622026-03-18T10:44:44.069Z Compiling quote v1.0.44
4632026-03-18T10:44:44.069Z Compiling unicode-ident v1.0.24
4642026-03-18T10:44:44.069Z Compiling serde_core v1.0.228
4652026-03-18T10:44:44.069Z Compiling libc v0.2.180
4662026-03-18T10:44:44.069Z Compiling version_check v0.9.5
4672026-03-18T10:44:44.069Z Compiling memchr v2.8.0
4682026-03-18T10:44:44.069Z Compiling stable_deref_trait v1.2.1
4692026-03-18T10:44:44.458Z Compiling serde v1.0.228
4702026-03-18T10:44:44.482Z Compiling zmij v1.0.21
4712026-03-18T10:44:44.790Z Compiling itoa v1.0.17
4722026-03-18T10:44:44.837Z Compiling thiserror v1.0.69
4732026-03-18T10:44:45.028Z Compiling autocfg v1.5.0
4742026-03-18T10:44:45.199Z Compiling ucd-trie v0.1.7
4752026-03-18T10:44:45.293Z Compiling writeable v0.6.2
4762026-03-18T10:44:45.405Z Compiling pest v2.8.6
4772026-03-18T10:44:45.448Z Compiling litemap v0.8.1
4782026-03-18T10:44:45.541Z Compiling byteorder v1.5.0
4792026-03-18T10:44:45.597Z Compiling rustix v1.1.3
4802026-03-18T10:44:45.869Z Compiling icu_properties_data v2.1.2
4812026-03-18T10:44:45.927Z Compiling icu_normalizer_data v2.1.1
4822026-03-18T10:44:46.046Z Compiling syn v2.0.117
4832026-03-18T10:44:46.147Z Compiling errno v0.3.14
4842026-03-18T10:44:46.171Z Compiling bitflags v2.11.0
4852026-03-18T10:44:46.221Z Compiling serde_json v1.0.149
4862026-03-18T10:44:46.483Z Compiling num-traits v0.2.19
4872026-03-18T10:44:46.510Z Compiling typeid v1.0.3
4882026-03-18T10:44:46.535Z Compiling equivalent v1.0.2
4892026-03-18T10:44:46.650Z Compiling hashbrown v0.16.1
4902026-03-18T10:44:46.894Z Compiling pest_meta v2.8.6
4912026-03-18T10:44:47.010Z Compiling smallvec v1.15.1
4922026-03-18T10:44:47.292Z Compiling thread-id v4.2.2
4932026-03-18T10:44:47.400Z Compiling indexmap v2.13.0
4942026-03-18T10:44:47.468Z Compiling proc-macro-error-attr v1.0.4
4952026-03-18T10:44:47.478Z Compiling usdt-impl v0.5.0
4962026-03-18T10:44:47.592Z Compiling toml_write v0.1.2
4972026-03-18T10:44:47.682Z Compiling erased-serde v0.4.9
4982026-03-18T10:44:47.747Z Compiling winnow v0.7.14
4992026-03-18T10:44:47.854Z Compiling syn v1.0.109
5002026-03-18T10:44:48.398Z Compiling proc-macro-error v1.0.4
5012026-03-18T10:44:48.492Z Compiling plain v0.2.3
5022026-03-18T10:44:48.626Z Compiling getrandom v0.4.1
5032026-03-18T10:44:48.647Z Compiling utf8_iter v1.0.4
5042026-03-18T10:44:48.836Z Compiling percent-encoding v2.3.2
5052026-03-18T10:44:49.048Z Compiling log v0.4.29
5062026-03-18T10:44:49.086Z Compiling utf8parse v0.2.2
5072026-03-18T10:44:49.226Z Compiling camino v1.2.2
5082026-03-18T10:44:49.230Z Compiling thiserror v2.0.18
5092026-03-18T10:44:49.280Z Compiling anstyle-parse v0.2.7
5102026-03-18T10:44:49.306Z Compiling ordered-float v2.10.1
5112026-03-18T10:44:49.524Z Compiling form_urlencoded v1.2.2
5122026-03-18T10:44:49.754Z Compiling terminal_size v0.4.3
5132026-03-18T10:44:49.827Z Compiling pretty-hex v0.4.1
5142026-03-18T10:44:49.918Z Compiling synstructure v0.13.2
5152026-03-18T10:44:49.945Z Compiling pest_generator v2.8.6
5162026-03-18T10:44:50.002Z Compiling anstyle-query v1.1.5
5172026-03-18T10:44:50.058Z Compiling colorchoice v1.0.4
5182026-03-18T10:44:50.142Z Compiling is_terminal_polyfill v1.70.2
5192026-03-18T10:44:50.201Z Compiling anstyle v1.0.13
5202026-03-18T10:44:50.241Z Compiling cfg-if v1.0.4
5212026-03-18T10:44:50.267Z Compiling serde-untagged v0.1.9
5222026-03-18T10:44:50.489Z Compiling anstream v0.6.21
5232026-03-18T10:44:50.553Z Compiling semver v1.0.27
5242026-03-18T10:44:50.742Z Compiling fs-err v3.3.0
5252026-03-18T10:44:50.893Z Compiling bytecount v0.6.9
5262026-03-18T10:44:50.896Z Compiling strsim v0.11.1
5272026-03-18T10:44:50.979Z Compiling fastrand v2.3.0
5282026-03-18T10:44:51.003Z Compiling heck v0.5.0
5292026-03-18T10:44:51.059Z Compiling unicode-xid v0.2.6
5302026-03-18T10:44:51.072Z Compiling heck v0.4.1
5312026-03-18T10:44:51.219Z Compiling fnv v1.0.7
5322026-03-18T10:44:51.334Z Compiling once_cell v1.21.3
5332026-03-18T10:44:51.380Z Compiling unicode-width v0.1.14
5342026-03-18T10:44:51.383Z Compiling anyhow v1.0.102
5352026-03-18T10:44:51.404Z Compiling clap_lex v1.0.0
5362026-03-18T10:44:51.636Z Compiling clap_builder v4.5.60
5372026-03-18T10:44:51.731Z Compiling papergrid v0.11.0
5382026-03-18T10:44:51.793Z Compiling tempfile v3.25.0
5392026-03-18T10:44:51.940Z Compiling memmap v0.7.0
5402026-03-18T10:44:52.138Z Compiling unicode-width v0.2.0
5412026-03-18T10:44:52.184Z Compiling smawk v0.3.2
5422026-03-18T10:44:52.299Z Compiling unicode-linebreak v0.1.5
5432026-03-18T10:44:52.384Z Compiling serde_derive v1.0.228
5442026-03-18T10:44:52.498Z Compiling zerofrom-derive v0.1.6
5452026-03-18T10:44:52.615Z Compiling yoke-derive v0.8.1
5462026-03-18T10:44:52.703Z Compiling zerovec-derive v0.11.2
5472026-03-18T10:44:52.841Z Compiling displaydoc v0.2.5
5482026-03-18T10:44:53.777Z Compiling thiserror-impl v1.0.69
5492026-03-18T10:44:53.801Z Compiling zerocopy-derive v0.7.35
5502026-03-18T10:44:54.167Z Compiling pest_derive v2.8.6
5512026-03-18T10:44:54.192Z Compiling scroll_derive v0.12.1
5522026-03-18T10:44:54.383Z Compiling zerofrom v0.1.6
5532026-03-18T10:44:54.551Z Compiling yoke v0.8.1
5542026-03-18T10:44:54.699Z Compiling thiserror-impl v2.0.18
5552026-03-18T10:44:54.799Z Compiling zerovec v0.11.5
5562026-03-18T10:44:54.946Z Compiling zerotrie v0.2.3
5572026-03-18T10:44:55.059Z Compiling zerocopy v0.7.35
5582026-03-18T10:44:55.346Z Compiling scroll v0.12.0
5592026-03-18T10:44:55.438Z Compiling tinystr v0.8.2
5602026-03-18T10:44:55.633Z Compiling potential_utf v0.1.4
5612026-03-18T10:44:55.706Z Compiling icu_locale_core v2.1.1
5622026-03-18T10:44:55.710Z Compiling dtrace-parser v0.2.0
5632026-03-18T10:44:55.839Z Compiling icu_collections v2.1.1
5642026-03-18T10:44:55.865Z Compiling goblin v0.8.2
5652026-03-18T10:44:55.938Z Compiling tabled_derive v0.7.0
5662026-03-18T10:44:56.299Z Compiling clap_derive v4.5.55
5672026-03-18T10:44:56.648Z Compiling icu_provider v2.1.1
5682026-03-18T10:44:56.769Z Compiling textwrap v0.16.2
5692026-03-18T10:44:57.010Z Compiling icu_properties v2.1.2
5702026-03-18T10:44:57.057Z Compiling icu_normalizer v2.1.1
5712026-03-18T10:44:57.180Z Compiling serde_spanned v0.6.9
5722026-03-18T10:44:57.222Z Compiling toml_datetime v0.6.11
5732026-03-18T10:44:57.278Z Compiling dof v0.3.0
5742026-03-18T10:44:57.370Z Compiling serde_tokenstream v0.2.3
5752026-03-18T10:44:57.422Z Compiling serde-value v0.7.0
5762026-03-18T10:44:57.566Z Compiling toml_edit v0.22.27
5772026-03-18T10:44:57.814Z Compiling cargo-platform v0.2.0
5782026-03-18T10:44:57.814Z Compiling tabled v0.15.0
5792026-03-18T10:44:57.922Z Compiling macaddr v1.0.1
5802026-03-18T10:44:58.175Z Compiling camino-tempfile v1.4.1
5812026-03-18T10:44:58.218Z Compiling idna_adapter v1.2.1
5822026-03-18T10:44:58.397Z Compiling idna v1.1.0
5832026-03-18T10:44:58.565Z Compiling swrite v0.1.0
5842026-03-18T10:44:58.629Z Compiling usdt-attr-macro v0.5.0
5852026-03-18T10:44:58.690Z Compiling usdt-macro v0.5.0
5862026-03-18T10:44:58.747Z Compiling clap v4.5.60
5872026-03-18T10:44:58.852Z Compiling url v2.5.8
5882026-03-18T10:44:58.882Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-18T10:44:59.511Z Compiling toml v0.8.23
5902026-03-18T10:45:00.008Z Compiling cargo-util-schemas v0.8.2
5912026-03-18T10:45:00.108Z Compiling usdt v0.5.0
5922026-03-18T10:45:00.177Z Compiling cargo_toml v0.21.0
5932026-03-18T10:45:01.221Z Compiling cargo_metadata v0.21.0
5942026-03-18T10:45:02.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-18T10:45:05.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.85s
5962026-03-18T10:45:05.669Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-18T10:45:06.406Z Downloading crates ...
5982026-03-18T10:45:06.520Z Downloaded atty v0.2.14
5992026-03-18T10:45:06.524Z Downloaded aead v0.5.2
6002026-03-18T10:45:06.524Z Downloaded adler2 v2.0.1
6012026-03-18T10:45:06.531Z Downloaded atomicwrites v0.4.4
6022026-03-18T10:45:06.534Z Downloaded atomic-waker v1.1.2
6032026-03-18T10:45:06.534Z Downloaded backoff v0.4.0
6042026-03-18T10:45:06.537Z Downloaded darling_macro v0.21.3
6052026-03-18T10:45:06.540Z Downloaded critical-section v1.2.0
6062026-03-18T10:45:06.540Z Downloaded cstr-argument v0.1.2
6072026-03-18T10:45:06.543Z Downloaded darling_macro v0.20.11
6082026-03-18T10:45:06.549Z Downloaded crossterm v0.28.1
6092026-03-18T10:45:06.554Z Downloaded debug-ignore v1.0.5
6102026-03-18T10:45:06.557Z Downloaded bit-set v0.8.0
6112026-03-18T10:45:06.557Z Downloaded difflib v0.4.0
6122026-03-18T10:45:06.561Z Downloaded cfg_aliases v0.2.1
6132026-03-18T10:45:06.561Z Downloaded darling_macro v0.23.0
6142026-03-18T10:45:06.565Z Downloaded ciborium-io v0.2.2
6152026-03-18T10:45:06.565Z Downloaded async-trait v0.1.89
6162026-03-18T10:45:06.568Z Downloaded block-padding v0.3.3
6172026-03-18T10:45:06.568Z Downloaded async-stream-impl v0.3.6
6182026-03-18T10:45:06.568Z Downloaded assert_matches v1.5.0
6192026-03-18T10:45:06.573Z Downloaded dsl_auto_type v0.2.0
6202026-03-18T10:45:06.573Z Downloaded cipher v0.4.4
6212026-03-18T10:45:06.576Z Downloaded aes v0.8.4
6222026-03-18T10:45:06.576Z Downloaded curve25519-dalek-derive v0.1.1
6232026-03-18T10:45:06.579Z Downloaded defmt-parser v1.0.0
6242026-03-18T10:45:06.582Z Downloaded async-recursion v1.1.1
6252026-03-18T10:45:06.585Z Downloaded derive_builder_macro v0.20.2
6262026-03-18T10:45:06.585Z Downloaded daft v0.1.5
6272026-03-18T10:45:06.589Z Downloaded ctr v0.9.2
6282026-03-18T10:45:06.589Z Downloaded cobs v0.3.0
6292026-03-18T10:45:06.592Z Downloaded foreign-types v0.5.0
6302026-03-18T10:45:06.592Z Downloaded defmt v0.3.100
6312026-03-18T10:45:06.595Z Downloaded crunchy v0.2.4
6322026-03-18T10:45:06.595Z Downloaded downcast-rs v2.0.2
6332026-03-18T10:45:06.595Z Downloaded ciborium-ll v0.2.2
6342026-03-18T10:45:06.598Z Downloaded castaway v0.2.4
6352026-03-18T10:45:06.598Z Downloaded base16ct v1.0.0
6362026-03-18T10:45:06.598Z Downloaded crucible-workspace-hack v0.1.0
6372026-03-18T10:45:06.601Z Downloaded dirs-sys-next v0.1.2
6382026-03-18T10:45:06.601Z Downloaded cfg_aliases v0.1.1
6392026-03-18T10:45:06.602Z Downloaded cpufeatures v0.3.0
6402026-03-18T10:45:06.605Z Downloaded dtrace-parser v0.3.0
6412026-03-18T10:45:06.605Z Downloaded bb8 v0.8.6
6422026-03-18T10:45:06.605Z Downloaded float-ord v0.3.2
6432026-03-18T10:45:06.608Z Downloaded embedded-io v0.4.0
6442026-03-18T10:45:06.608Z Downloaded camino-tempfile-ext v0.3.3
6452026-03-18T10:45:06.608Z Downloaded bitfield-macros v0.19.4
6462026-03-18T10:45:06.612Z Downloaded bitfield v0.19.4
6472026-03-18T10:45:06.612Z Downloaded base16ct v0.2.0
6482026-03-18T10:45:06.615Z Downloaded diesel_table_macro_syntax v0.3.0
6492026-03-18T10:45:06.615Z Downloaded enum-as-inner v0.6.1
6502026-03-18T10:45:06.615Z Downloaded display-error-chain v0.2.2
6512026-03-18T10:45:06.618Z Downloaded crc v3.4.0
6522026-03-18T10:45:06.618Z Downloaded dyn-clone v1.0.20
6532026-03-18T10:45:06.618Z Downloaded endian-type v0.1.2
6542026-03-18T10:45:06.622Z Downloaded async-stream v0.3.6
6552026-03-18T10:45:06.622Z Downloaded ecdsa v0.16.9
6562026-03-18T10:45:06.625Z Downloaded deranged v0.5.8
6572026-03-18T10:45:06.625Z Downloaded ena v0.14.4
6582026-03-18T10:45:06.628Z Downloaded convert_case v0.4.0
6592026-03-18T10:45:06.628Z Downloaded crc8 v0.1.1
6602026-03-18T10:45:06.628Z Downloaded arrayref v0.3.9
6612026-03-18T10:45:06.634Z Downloaded array-init v0.0.4
6622026-03-18T10:45:06.635Z Downloaded der_derive v0.7.3
6632026-03-18T10:45:06.638Z Downloaded defmt-macros v1.0.1
6642026-03-18T10:45:06.638Z Downloaded foreign-types-shared v0.1.1
6652026-03-18T10:45:06.638Z Downloaded dropshot-api-manager-types v0.6.0
6662026-03-18T10:45:06.638Z Downloaded fd-lock v4.0.4
6672026-03-18T10:45:06.641Z Downloaded bit-vec v0.8.0
6682026-03-18T10:45:06.641Z Downloaded filetime v0.2.27
6692026-03-18T10:45:06.644Z Downloaded dunce v1.0.5
6702026-03-18T10:45:06.644Z Downloaded bzip2 v0.6.1
6712026-03-18T10:45:06.647Z Downloaded foreign-types-macros v0.2.3
6722026-03-18T10:45:06.647Z Downloaded funty v2.0.0
6732026-03-18T10:45:06.647Z Downloaded foreign-types-shared v0.3.1
6742026-03-18T10:45:06.647Z Downloaded float-cmp v0.10.0
6752026-03-18T10:45:06.650Z Downloaded foreign-types v0.3.2
6762026-03-18T10:45:06.650Z Downloaded fixedbitset v0.4.2
6772026-03-18T10:45:06.650Z Downloaded base64ct v1.8.3
6782026-03-18T10:45:06.653Z Downloaded crossbeam-utils v0.8.21
6792026-03-18T10:45:06.656Z Downloaded futures-macro v0.3.32
6802026-03-18T10:45:06.656Z Downloaded futures-sink v0.3.32
6812026-03-18T10:45:06.659Z Downloaded futures-core v0.3.32
6822026-03-18T10:45:06.659Z Downloaded constant_time_eq v0.4.2
6832026-03-18T10:45:06.662Z Downloaded futures-io v0.3.32
6842026-03-18T10:45:06.662Z Downloaded corncobs v0.1.4
6852026-03-18T10:45:06.662Z Downloaded gethostname v0.5.0
6862026-03-18T10:45:06.667Z Downloaded defmt v1.0.1
6872026-03-18T10:45:06.670Z Downloaded data-encoding v2.10.0
6882026-03-18T10:45:06.670Z Downloaded git-stub v1.0.0
6892026-03-18T10:45:06.670Z Downloaded globwalk v0.9.1
6902026-03-18T10:45:06.674Z Downloaded erased-serde v0.3.31
6912026-03-18T10:45:06.674Z Downloaded derive-ex v0.1.8
6922026-03-18T10:45:06.677Z Downloaded derive_builder_core v0.20.2
6932026-03-18T10:45:06.677Z Downloaded buf-list v1.1.2
6942026-03-18T10:45:06.680Z Downloaded foldhash v0.1.5
6952026-03-18T10:45:06.680Z Downloaded embedded-io v0.6.1
6962026-03-18T10:45:06.684Z Downloaded foldhash v0.2.0
6972026-03-18T10:45:06.685Z Downloaded const-oid v0.9.6
6982026-03-18T10:45:06.688Z Downloaded ciborium v0.2.2
6992026-03-18T10:45:06.688Z Downloaded hash32 v0.3.1
7002026-03-18T10:45:06.688Z Downloaded hash32 v0.2.1
7012026-03-18T10:45:06.691Z Downloaded cexpr v0.6.0
7022026-03-18T10:45:06.691Z Downloaded hex-literal v0.4.1
7032026-03-18T10:45:06.694Z Downloaded derive_more v0.99.20
7042026-03-18T10:45:06.697Z Downloaded find-msvc-tools v0.1.9
7052026-03-18T10:45:06.697Z Downloaded headers-core v0.3.0
7062026-03-18T10:45:06.701Z Downloaded colored v2.2.0
7072026-03-18T10:45:06.701Z Downloaded hex v0.4.3
7082026-03-18T10:45:06.704Z Downloaded home v0.5.12
7092026-03-18T10:45:06.704Z Downloaded async-bb8-diesel v0.2.1
7102026-03-18T10:45:06.707Z Downloaded fs_extra v1.3.0
7112026-03-18T10:45:06.707Z Downloaded hostname v0.4.2
7122026-03-18T10:45:06.710Z Downloaded daft-derive v0.1.5
7132026-03-18T10:45:06.713Z Downloaded httpdate v1.0.3
7142026-03-18T10:45:06.713Z Downloaded http-range v0.1.5
7152026-03-18T10:45:06.717Z Downloaded fixedbitset v0.5.7
7162026-03-18T10:45:06.717Z Downloaded console v0.15.11
7172026-03-18T10:45:06.721Z Downloaded futures-task v0.3.32
7182026-03-18T10:45:06.721Z Downloaded futures-executor v0.3.32
7192026-03-18T10:45:06.738Z Downloaded hubpack_derive v0.1.1
7202026-03-18T10:45:06.739Z Downloaded hubpack v0.1.2
7212026-03-18T10:45:06.739Z Downloaded hyper-tls v0.6.0
7222026-03-18T10:45:06.739Z Downloaded colored v3.1.1
7232026-03-18T10:45:06.739Z Downloaded globset v0.4.18
7242026-03-18T10:45:06.739Z Downloaded glob v0.3.3
7252026-03-18T10:45:06.739Z Downloaded git-stub-vcs v0.1.0
7262026-03-18T10:45:06.739Z Downloaded ident_case v1.0.1
7272026-03-18T10:45:06.744Z Downloaded internet-checksum v0.2.1
7282026-03-18T10:45:06.744Z Downloaded indent_write v2.2.0
7292026-03-18T10:45:06.744Z Downloaded instant v0.1.13
7302026-03-18T10:45:06.744Z Downloaded instability v0.3.11
7312026-03-18T10:45:06.748Z Downloaded is_ci v1.2.0
7322026-03-18T10:45:06.764Z Downloaded lalrpop-util v0.19.12
7332026-03-18T10:45:06.767Z Downloaded darling_core v0.21.3
7342026-03-18T10:45:06.770Z Downloaded darling_core v0.20.11
7352026-03-18T10:45:06.773Z Downloaded hostname v0.3.1
7362026-03-18T10:45:06.777Z Downloaded allocator-api2 v0.2.21
7372026-03-18T10:45:06.780Z Downloaded lazy_static v1.5.0
7382026-03-18T10:45:06.780Z Downloaded http-body-util v0.1.3
7392026-03-18T10:45:06.783Z Downloaded http-body v1.0.1
7402026-03-18T10:45:06.783Z Downloaded futures-channel v0.3.32
7412026-03-18T10:45:06.786Z Downloaded hyper-staticfile v0.10.1
7422026-03-18T10:45:06.789Z Downloaded md5 v0.7.0
7432026-03-18T10:45:06.789Z Downloaded md-5 v0.10.6
7442026-03-18T10:45:06.789Z Downloaded lru-cache v0.1.2
7452026-03-18T10:45:06.792Z Downloaded lru v0.12.5
7462026-03-18T10:45:06.792Z Downloaded memoffset v0.9.1
7472026-03-18T10:45:06.796Z Downloaded maybe-uninit v2.0.0
7482026-03-18T10:45:06.796Z Downloaded managed v0.8.0
7492026-03-18T10:45:06.800Z Downloaded humantime v2.3.0
7502026-03-18T10:45:06.800Z Downloaded cargo_metadata v0.19.2
7512026-03-18T10:45:06.807Z Downloaded multimap v0.10.1
7522026-03-18T10:45:06.807Z Downloaded getrandom v0.2.17
7532026-03-18T10:45:06.807Z Downloaded dropshot_endpoint v0.16.7
7542026-03-18T10:45:06.811Z Downloaded mime v0.3.17
7552026-03-18T10:45:06.811Z Downloaded newtype-uuid-macros v0.1.0
7562026-03-18T10:45:06.811Z Downloaded ingot-types v0.1.2
7572026-03-18T10:45:06.814Z Downloaded ingot v0.1.1
7582026-03-18T10:45:06.814Z Downloaded newtype_derive v0.1.6
7592026-03-18T10:45:06.818Z Downloaded ipnetwork v0.21.1
7602026-03-18T10:45:06.818Z Downloaded newline-converter v0.3.0
7612026-03-18T10:45:06.821Z Downloaded new_debug_unreachable v1.0.6
7622026-03-18T10:45:06.821Z Downloaded indoc v2.0.7
7632026-03-18T10:45:06.824Z Downloaded num v0.4.3
7642026-03-18T10:45:06.824Z Downloaded num-derive v0.3.3
7652026-03-18T10:45:06.827Z Downloaded num-conv v0.2.0
7662026-03-18T10:45:06.827Z Downloaded nibble_vec v0.1.0
7672026-03-18T10:45:06.827Z Downloaded chacha20 v0.10.0
7682026-03-18T10:45:06.830Z Downloaded num_threads v0.1.7
7692026-03-18T10:45:06.833Z Downloaded jobserver v0.1.34
7702026-03-18T10:45:06.833Z Downloaded normalize-line-endings v0.3.0
7712026-03-18T10:45:06.837Z Downloaded nonempty v0.12.0
7722026-03-18T10:45:06.837Z Downloaded hickory-client v0.25.2
7732026-03-18T10:45:06.840Z Downloaded hmac v0.12.1
7742026-03-18T10:45:06.840Z Downloaded libefi-sys v0.1.0
7752026-03-18T10:45:06.843Z Downloaded darling v0.23.0
7762026-03-18T10:45:06.846Z Downloaded libscf-sys v1.1.0
7772026-03-18T10:45:06.853Z Downloaded ar_archive_writer v0.5.1
7782026-03-18T10:45:06.857Z Downloaded opaque-debug v0.3.1
7792026-03-18T10:45:06.857Z Downloaded num-iter v0.1.45
7802026-03-18T10:45:06.857Z Downloaded indoc v1.0.9
7812026-03-18T10:45:06.857Z Downloaded derive_builder v0.20.2
7822026-03-18T10:45:06.862Z Downloaded multer v3.1.0
7832026-03-18T10:45:06.865Z Downloaded oso-derive v0.27.3
7842026-03-18T10:45:06.865Z Downloaded openssl-probe v0.2.1
7852026-03-18T10:45:06.865Z Downloaded openssl-probe v0.1.6
7862026-03-18T10:45:06.865Z Downloaded flume v0.11.1
7872026-03-18T10:45:06.868Z Downloaded nanorand v0.7.0
7882026-03-18T10:45:06.871Z Downloaded inout v0.1.4
7892026-03-18T10:45:06.874Z Downloaded ingot-macros v0.1.1
7902026-03-18T10:45:06.874Z Downloaded iana-time-zone v0.1.65
7912026-03-18T10:45:06.877Z Downloaded packed_struct_codegen v0.10.1
7922026-03-18T10:45:06.877Z Downloaded pbkdf2 v0.11.0
7932026-03-18T10:45:06.881Z Downloaded parse-display v0.10.0
7942026-03-18T10:45:06.881Z Downloaded flate2 v1.1.9
7952026-03-18T10:45:06.884Z Downloaded ipnet v2.11.0
7962026-03-18T10:45:06.887Z Downloaded num-derive v0.4.2
7972026-03-18T10:45:06.890Z Downloaded half v1.8.3
7982026-03-18T10:45:06.890Z Downloaded num_enum v0.7.5
7992026-03-18T10:45:06.894Z Downloaded pbkdf2 v0.12.2
8002026-03-18T10:45:06.897Z Downloaded phf_shared v0.13.1
8012026-03-18T10:45:06.897Z Downloaded path-slash v0.1.5
8022026-03-18T10:45:06.900Z Downloaded phf_shared v0.11.3
8032026-03-18T10:45:06.900Z Downloaded half v2.7.1
8042026-03-18T10:45:06.903Z Downloaded peg-runtime v0.8.5
8052026-03-18T10:45:06.903Z Downloaded parse-size v1.1.0
8062026-03-18T10:45:06.903Z Downloaded elliptic-curve v0.13.8
8072026-03-18T10:45:06.906Z Downloaded arc-swap v1.8.2
8082026-03-18T10:45:06.909Z Downloaded pin-utils v0.1.0
8092026-03-18T10:45:06.912Z Downloaded libloading v0.8.9
8102026-03-18T10:45:06.912Z Downloaded bumpalo v3.20.2
8112026-03-18T10:45:06.915Z Downloaded olpc-cjson v0.1.4
8122026-03-18T10:45:06.919Z Downloaded num_enum_derive v0.7.5
8132026-03-18T10:45:06.919Z Downloaded num_enum_derive v0.5.11
8142026-03-18T10:45:06.919Z Downloaded num_enum v0.5.11
8152026-03-18T10:45:06.922Z Downloaded futures v0.3.32
8162026-03-18T10:45:06.927Z Downloaded memmap2 v0.9.10
8172026-03-18T10:45:06.930Z Downloaded predicates-tree v1.0.13
8182026-03-18T10:45:06.930Z Downloaded owo-colors v4.3.0
8192026-03-18T10:45:06.933Z Downloaded compact_str v0.8.1
8202026-03-18T10:45:06.937Z Downloaded cancel-safe-futures v0.1.5
8212026-03-18T10:45:06.940Z Downloaded predicates-core v1.0.10
8222026-03-18T10:45:06.940Z Downloaded precomputed-hash v0.1.1
8232026-03-18T10:45:06.940Z Downloaded powerfmt v0.2.0
8242026-03-18T10:45:06.943Z Downloaded indexmap v1.9.3
8252026-03-18T10:45:06.946Z Downloaded httparse v1.10.1
8262026-03-18T10:45:06.946Z Downloaded num-rational v0.4.2
8272026-03-18T10:45:06.949Z Downloaded proc-macro-crate v3.4.0
8282026-03-18T10:45:06.949Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-03-18T10:45:06.952Z Downloaded proc-macro-crate v1.3.1
8302026-03-18T10:45:06.952Z Downloaded progenitor-client v0.10.0
8312026-03-18T10:45:06.955Z Downloaded parking_lot_core v0.8.6
8322026-03-18T10:45:06.955Z Downloaded derive_more v2.1.1
8332026-03-18T10:45:06.964Z Downloaded phf_shared v0.12.1
8342026-03-18T10:45:06.967Z Downloaded aes-gcm v0.10.3
8352026-03-18T10:45:06.970Z Downloaded progenitor-client v0.11.2
8362026-03-18T10:45:06.970Z Downloaded pem v3.0.6
8372026-03-18T10:45:06.974Z Downloaded paste v1.0.15
8382026-03-18T10:45:06.974Z Downloaded psl-types v2.0.11
8392026-03-18T10:45:06.979Z Downloaded progenitor-macro v0.13.0
8402026-03-18T10:45:06.979Z Downloaded phf v0.13.1
8412026-03-18T10:45:06.979Z Downloaded quick-error v1.2.3
8422026-03-18T10:45:06.979Z Downloaded radium v0.7.0
8432026-03-18T10:45:06.982Z Downloaded phf v0.12.1
8442026-03-18T10:45:06.982Z Downloaded headers v0.4.1
8452026-03-18T10:45:06.985Z Downloaded pin-project-lite v0.2.17
8462026-03-18T10:45:06.989Z Downloaded heapless v0.7.17
8472026-03-18T10:45:06.992Z Downloaded omicron-zone-package v0.12.2
8482026-03-18T10:45:06.995Z Downloaded pkg-config v0.3.32
8492026-03-18T10:45:06.998Z Downloaded recursive v0.1.1
8502026-03-18T10:45:06.998Z Downloaded postgres-protocol v0.6.10
8512026-03-18T10:45:07.001Z Downloaded poly1305 v0.8.0
8522026-03-18T10:45:07.001Z Downloaded ed25519-dalek v2.2.0
8532026-03-18T10:45:07.004Z Downloaded polyval v0.6.2
8542026-03-18T10:45:07.008Z Downloaded mime_guess v2.0.5
8552026-03-18T10:45:07.008Z Downloaded indicatif v0.18.4
8562026-03-18T10:45:07.011Z Downloaded der v0.7.10
8572026-03-18T10:45:07.014Z Downloaded progenitor v0.10.0
8582026-03-18T10:45:07.017Z Downloaded ppv-lite86 v0.2.21
8592026-03-18T10:45:07.017Z Downloaded rfc6979 v0.4.0
8602026-03-18T10:45:07.020Z Downloaded rand_xorshift v0.4.0
8612026-03-18T10:45:07.020Z Downloaded parking_lot_core v0.9.12
8622026-03-18T10:45:07.023Z Downloaded rtoolbox v0.0.3
8632026-03-18T10:45:07.023Z Downloaded recursive-proc-macro-impl v0.1.1
8642026-03-18T10:45:07.026Z Downloaded expectorate v1.2.0
8652026-03-18T10:45:07.026Z Downloaded parking_lot v0.12.5
8662026-03-18T10:45:07.029Z Downloaded crossbeam-channel v0.5.15
8672026-03-18T10:45:07.032Z Downloaded ref-cast-impl v1.0.25
8682026-03-18T10:45:07.032Z Downloaded ref-cast v1.0.25
8692026-03-18T10:45:07.035Z Downloaded psm v0.1.30
8702026-03-18T10:45:07.038Z Downloaded russh-cryptovec v0.7.3
8712026-03-18T10:45:07.038Z Downloaded progenitor-macro v0.11.2
8722026-03-18T10:45:07.039Z Downloaded progenitor v0.13.0
8732026-03-18T10:45:07.042Z Downloaded pkcs1 v0.7.5
8742026-03-18T10:45:07.046Z Downloaded progenitor v0.11.2
8752026-03-18T10:45:07.046Z Downloaded progenitor-extras v0.1.1
8762026-03-18T10:45:07.049Z Downloaded progenitor-client v0.13.0
8772026-03-18T10:45:07.049Z Downloaded aho-corasick v1.1.4
8782026-03-18T10:45:07.052Z Downloaded rustc_version v0.4.1
8792026-03-18T10:45:07.055Z Downloaded rustc_version v0.1.7
8802026-03-18T10:45:07.055Z Downloaded pin-project-internal v1.1.11
8812026-03-18T10:45:07.055Z Downloaded heapless v0.8.0
8822026-03-18T10:45:07.058Z Downloaded rand_chacha v0.9.0
8832026-03-18T10:45:07.061Z Downloaded rand_core v0.10.0
8842026-03-18T10:45:07.064Z Downloaded peg-macros v0.8.5
8852026-03-18T10:45:07.064Z Downloaded parking_lot v0.11.2
8862026-03-18T10:45:07.069Z Downloaded proc-macro-error2 v2.0.1
8872026-03-18T10:45:07.072Z Downloaded scheduled-thread-pool v0.2.7
8882026-03-18T10:45:07.072Z Downloaded same-file v1.0.6
8892026-03-18T10:45:07.072Z Downloaded primeorder v0.13.6
8902026-03-18T10:45:07.072Z Downloaded scopeguard v1.2.0
8912026-03-18T10:45:07.075Z Downloaded oso v0.27.3
8922026-03-18T10:45:07.078Z Downloaded rand_chacha v0.3.1
8932026-03-18T10:45:07.078Z Downloaded scroll_derive v0.13.1
8942026-03-18T10:45:07.082Z Downloaded salsa20 v0.10.2
8952026-03-18T10:45:07.082Z Downloaded pkcs5 v0.7.1
8962026-03-18T10:45:07.085Z Downloaded miniz_oxide v0.8.9
8972026-03-18T10:45:07.088Z Downloaded rand_seeder v0.4.0
8982026-03-18T10:45:07.088Z Downloaded rand_core v0.9.5
8992026-03-18T10:45:07.091Z Downloaded postgres-types v0.2.12
9002026-03-18T10:45:07.094Z Downloaded p256 v0.13.2
9012026-03-18T10:45:07.094Z Downloaded secrecy v0.10.3
9022026-03-18T10:45:07.097Z Downloaded scrypt v0.11.0
9032026-03-18T10:45:07.097Z Downloaded sapling-renderdag v0.1.0
9042026-03-18T10:45:07.100Z Downloaded pkcs8 v0.10.2
9052026-03-18T10:45:07.100Z Downloaded semver v0.1.20
9062026-03-18T10:45:07.103Z Downloaded serde-big-array v0.5.1
9072026-03-18T10:45:07.103Z Downloaded predicates v3.1.4
9082026-03-18T10:45:07.107Z Downloaded hashbrown v0.13.2
9092026-03-18T10:45:07.111Z Downloaded serde_urlencoded v0.7.1
9102026-03-18T10:45:07.111Z Downloaded serde_spanned v1.0.4
9112026-03-18T10:45:07.114Z Downloaded serde_bytes v0.11.19
9122026-03-18T10:45:07.114Z Downloaded serde_plain v1.0.2
9132026-03-18T10:45:07.115Z Downloaded seq-macro v0.3.6
9142026-03-18T10:45:07.118Z Downloaded serde_repr v0.1.20
9152026-03-18T10:45:07.118Z Downloaded jiff-static v0.2.21
9162026-03-18T10:45:07.122Z Downloaded rustc-hash v2.1.1
9172026-03-18T10:45:07.122Z Downloaded pin-project v1.1.11
9182026-03-18T10:45:07.131Z Downloaded siphasher v1.0.2
9192026-03-18T10:45:07.134Z Downloaded sha1 v0.10.6
9202026-03-18T10:45:07.134Z Downloaded rustls-pemfile v1.0.4
9212026-03-18T10:45:07.137Z Downloaded postcard v1.1.3
9222026-03-18T10:45:07.138Z Downloaded hickory-resolver v0.25.2
9232026-03-18T10:45:07.141Z Downloaded crossterm v0.29.0
9242026-03-18T10:45:07.147Z Downloaded slog-envlogger v2.2.0
9252026-03-18T10:45:07.151Z Downloaded signature v2.2.0
9262026-03-18T10:45:07.151Z Downloaded sigpipe v0.1.3
9272026-03-18T10:45:07.151Z Downloaded slog-bunyan v2.5.0
9282026-03-18T10:45:07.154Z Downloaded rustversion v1.0.22
9292026-03-18T10:45:07.154Z Downloaded sec1 v0.7.3
9302026-03-18T10:45:07.157Z Downloaded schemars_derive v0.8.22
9312026-03-18T10:45:07.157Z Downloaded rand_core v0.6.4
9322026-03-18T10:45:07.160Z Downloaded openssl-sys v0.9.111
9332026-03-18T10:45:07.164Z Downloaded papergrid v0.17.0
9342026-03-18T10:45:07.167Z Downloaded secrecy v0.8.0
9352026-03-18T10:45:07.171Z Downloaded scroll v0.13.0
9362026-03-18T10:45:07.171Z Downloaded resolv-conf v0.7.6
9372026-03-18T10:45:07.175Z Downloaded dropshot-api-manager v0.6.0
9382026-03-18T10:45:07.178Z Downloaded sct v0.7.1
9392026-03-18T10:45:07.181Z Downloaded ssh-cipher v0.2.0
9402026-03-18T10:45:07.181Z Downloaded diesel_derives v2.3.7
9412026-03-18T10:45:07.185Z Downloaded serde-hex v0.1.0
9422026-03-18T10:45:07.188Z Downloaded serde_derive_internals v0.29.1
9432026-03-18T10:45:07.192Z Downloaded russh-keys v0.45.0
9442026-03-18T10:45:07.192Z Downloaded progenitor-impl v0.13.0
9452026-03-18T10:45:07.195Z Downloaded progenitor-impl v0.11.2
9462026-03-18T10:45:07.198Z Downloaded progenitor-impl v0.10.0
9472026-03-18T10:45:07.198Z Downloaded sqlparser_derive v0.5.0
9482026-03-18T10:45:07.201Z Downloaded signal-hook-registry v1.4.8
9492026-03-18T10:45:07.201Z Downloaded hashbrown v0.12.3
9502026-03-18T10:45:07.204Z Downloaded strum v0.27.2
9512026-03-18T10:45:07.204Z Downloaded structmeta-derive v0.3.0
9522026-03-18T10:45:07.207Z Downloaded simd-adler32 v0.3.8
9532026-03-18T10:45:07.210Z Downloaded shlex v1.3.0
9542026-03-18T10:45:07.210Z Downloaded rustls-pki-types v1.14.0
9552026-03-18T10:45:07.213Z Downloaded rustls-pemfile v2.2.0
9562026-03-18T10:45:07.213Z Downloaded hickory-server v0.25.2
9572026-03-18T10:45:07.217Z Downloaded supports-color v3.0.2
9582026-03-18T10:45:07.222Z Downloaded tabwriter v1.4.1
9592026-03-18T10:45:07.222Z Downloaded sync-ptr v0.1.4
9602026-03-18T10:45:07.225Z Downloaded tagptr v0.2.0
9612026-03-18T10:45:07.225Z Downloaded slog-stdlog v4.1.1
9622026-03-18T10:45:07.225Z Downloaded rcgen v0.12.1
9632026-03-18T10:45:07.228Z Downloaded smf v0.2.3
9642026-03-18T10:45:07.231Z Downloaded prettyplease v0.2.37
9652026-03-18T10:45:07.235Z Downloaded tabled_derive v0.11.0
9662026-03-18T10:45:07.235Z Downloaded tap v1.0.1
9672026-03-18T10:45:07.235Z Downloaded sync_wrapper v1.0.2
9682026-03-18T10:45:07.238Z Downloaded minimal-lexical v0.2.1
9692026-03-18T10:45:07.241Z Downloaded pretty_assertions v1.4.1
9702026-03-18T10:45:07.241Z Downloaded spki v0.7.3
9712026-03-18T10:45:07.244Z Downloaded snafu-derive v0.8.9
9722026-03-18T10:45:07.244Z Downloaded testing_table v0.3.0
9732026-03-18T10:45:07.247Z Downloaded termtree v0.5.1
9742026-03-18T10:45:07.247Z Downloaded slog-json v2.6.1
9752026-03-18T10:45:07.250Z Downloaded tinyvec_macros v0.1.1
9762026-03-18T10:45:07.250Z Downloaded thread-id v5.1.0
9772026-03-18T10:45:07.250Z Downloaded serde_cbor v0.11.2
9782026-03-18T10:45:07.253Z Downloaded hyper-util v0.1.20
9792026-03-18T10:45:07.257Z Downloaded subtle v2.6.1
9802026-03-18T10:45:07.260Z Downloaded slog-dtrace v0.3.0
9812026-03-18T10:45:07.260Z Downloaded strum v0.26.3
9822026-03-18T10:45:07.263Z Downloaded static_assertions v1.1.0
9832026-03-18T10:45:07.263Z Downloaded stacker v0.1.23
9842026-03-18T10:45:07.266Z Downloaded slog-async v2.8.0
9852026-03-18T10:45:07.266Z Downloaded time-core v0.1.8
9862026-03-18T10:45:07.266Z Downloaded thiserror-impl-no-std v2.0.2
9872026-03-18T10:45:07.269Z Downloaded sqlformat v0.3.5
9882026-03-18T10:45:07.269Z Downloaded slab v0.4.12
9892026-03-18T10:45:07.273Z Downloaded rusty-fork v0.3.1
9902026-03-18T10:45:07.273Z Downloaded structmeta v0.3.0
9912026-03-18T10:45:07.276Z Downloaded strip-ansi-escapes v0.2.1
9922026-03-18T10:45:07.276Z Downloaded ssh-encoding v0.2.0
9932026-03-18T10:45:07.276Z Downloaded http v1.4.0
9942026-03-18T10:45:07.279Z Downloaded string_cache v0.8.9
9952026-03-18T10:45:07.282Z Downloaded stringprep v0.1.5
9962026-03-18T10:45:07.282Z Downloaded prefix-trie v0.7.0
9972026-03-18T10:45:07.287Z Downloaded ryu v1.0.23
9982026-03-18T10:45:07.290Z Downloaded smallvec v0.6.14
9992026-03-18T10:45:07.290Z Downloaded strum_macros v0.26.4
10002026-03-18T10:45:07.293Z Downloaded rayon-core v1.13.0
10012026-03-18T10:45:07.296Z Downloaded slog-scope v4.4.1
10022026-03-18T10:45:07.296Z Downloaded signal-hook-tokio v0.3.1
10032026-03-18T10:45:07.296Z Downloaded strum_macros v0.27.2
10042026-03-18T10:45:07.299Z Downloaded support-bundle-viewer v0.1.2
10052026-03-18T10:45:07.299Z Downloaded strum_macros v0.24.3
10062026-03-18T10:45:07.302Z Downloaded signal-hook-mio v0.2.5
10072026-03-18T10:45:07.302Z Downloaded shell-words v1.1.1
10082026-03-18T10:45:07.305Z Downloaded rustls-native-certs v0.8.3
10092026-03-18T10:45:07.305Z Downloaded r2d2 v0.8.10
10102026-03-18T10:45:07.308Z Downloaded quinn-udp v0.5.14
10112026-03-18T10:45:07.308Z Downloaded hickory-resolver v0.24.4
10122026-03-18T10:45:07.312Z Downloaded take_mut v0.2.2
10132026-03-18T10:45:07.315Z Downloaded ron v0.8.1
10142026-03-18T10:45:07.318Z Downloaded litrs v1.0.0
10152026-03-18T10:45:07.321Z Downloaded tower-service v0.3.3
10162026-03-18T10:45:07.321Z Downloaded termios v0.3.3
10172026-03-18T10:45:07.324Z Downloaded tower-layer v0.3.3
10182026-03-18T10:45:07.324Z Downloaded topological-sort v0.2.2
10192026-03-18T10:45:07.328Z Downloaded slog-term v2.9.2
10202026-03-18T10:45:07.328Z Downloaded nom v7.1.3
10212026-03-18T10:45:07.334Z Downloaded qorb v0.4.1
10222026-03-18T10:45:07.338Z Downloaded itertools v0.10.5
10232026-03-18T10:45:07.341Z Downloaded thread_local v1.1.9
10242026-03-18T10:45:07.344Z Downloaded trait-variant v0.1.2
10252026-03-18T10:45:07.345Z Downloaded try-lock v0.2.5
10262026-03-18T10:45:07.345Z Downloaded tls_codec_derive v0.4.2
10272026-03-18T10:45:07.345Z Downloaded spin v0.9.8
10282026-03-18T10:45:07.348Z Downloaded unarray v0.1.4
10292026-03-18T10:45:07.348Z Downloaded typify-macro v0.6.1
10302026-03-18T10:45:07.351Z Downloaded tokio-native-tls v0.3.1
10312026-03-18T10:45:07.351Z Downloaded tiny-keccak v2.0.2
10322026-03-18T10:45:07.354Z Downloaded quinn v0.11.9
10332026-03-18T10:45:07.357Z Downloaded similar v2.7.0
10342026-03-18T10:45:07.362Z Downloaded untrusted v0.7.1
10352026-03-18T10:45:07.365Z Downloaded universal-hash v0.5.1
10362026-03-18T10:45:07.365Z Downloaded typify-macro v0.4.3
10372026-03-18T10:45:07.365Z Downloaded tokio-macros v2.6.0
10382026-03-18T10:45:07.365Z Downloaded tokio-dtrace v0.1.1
10392026-03-18T10:45:07.365Z Downloaded unicode-truncate v1.1.0
10402026-03-18T10:45:07.368Z Downloaded unit-prefix v0.5.2
10412026-03-18T10:45:07.368Z Downloaded rustls-platform-verifier v0.6.2
10422026-03-18T10:45:07.371Z Downloaded libxml v0.3.3
10432026-03-18T10:45:07.375Z Downloaded time-macros v0.2.27
10442026-03-18T10:45:07.378Z Downloaded slog v2.8.2
10452026-03-18T10:45:07.381Z Downloaded tokio-tungstenite v0.23.1
10462026-03-18T10:45:07.384Z Downloaded usdt-attr-macro v0.6.0
10472026-03-18T10:45:07.384Z Downloaded utf-8 v0.7.6
10482026-03-18T10:45:07.384Z Downloaded usdt-macro v0.6.0
10492026-03-18T10:45:07.384Z Downloaded tokio-tungstenite v0.21.0
10502026-03-18T10:45:07.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10512026-03-18T10:45:07.387Z Downloaded term v0.7.0
10522026-03-18T10:45:07.390Z Downloaded iddqd v0.3.17
10532026-03-18T10:45:07.395Z Downloaded toml_writer v1.0.6+spec-1.1.0
10542026-03-18T10:45:07.398Z Downloaded usdt v0.6.0
10552026-03-18T10:45:07.399Z Downloaded untrusted v0.9.0
10562026-03-18T10:45:07.402Z Downloaded schemars v0.8.22
10572026-03-18T10:45:07.408Z Downloaded term v1.2.1
10582026-03-18T10:45:07.411Z Downloaded tls_codec v0.4.2
10592026-03-18T10:45:07.414Z Downloaded socket2 v0.5.10
10602026-03-18T10:45:07.414Z Downloaded itertools v0.12.1
10612026-03-18T10:45:07.419Z Downloaded waitgroup v0.1.2
10622026-03-18T10:45:07.423Z Downloaded void v1.0.2
10632026-03-18T10:45:07.423Z Downloaded tui-tree-widget v0.23.1
10642026-03-18T10:45:07.423Z Downloaded socket2 v0.6.2
10652026-03-18T10:45:07.426Z Downloaded unicase v2.9.0
10662026-03-18T10:45:07.426Z Downloaded rsa v0.9.10
10672026-03-18T10:45:07.429Z Downloaded rand v0.9.2
10682026-03-18T10:45:07.432Z Downloaded want v0.3.1
10692026-03-18T10:45:07.435Z Downloaded serde_yaml v0.9.34+deprecated
10702026-03-18T10:45:07.435Z Downloaded wait-timeout v0.2.1
10712026-03-18T10:45:07.438Z Downloaded num-bigint-dig v0.8.6
10722026-03-18T10:45:07.441Z Downloaded samael v0.0.19
10732026-03-18T10:45:07.445Z Downloaded tokio-stream v0.1.18
10742026-03-18T10:45:07.448Z Downloaded xshell-macros v0.2.7
10752026-03-18T10:45:07.451Z Downloaded xattr v1.6.1
10762026-03-18T10:45:07.451Z Downloaded rustls-webpki v0.103.9
10772026-03-18T10:45:07.457Z Downloaded tar v0.4.44
10782026-03-18T10:45:07.460Z Downloaded zeroize_derive v1.4.3
10792026-03-18T10:45:07.460Z Downloaded zone v0.3.1
10802026-03-18T10:45:07.460Z Downloaded test-strategy v0.4.5
10812026-03-18T10:45:07.460Z Downloaded schemars v0.9.0
10822026-03-18T10:45:07.469Z Downloaded vergen-git2 v1.0.7
10832026-03-18T10:45:07.473Z Downloaded zone_cfg_derive v0.3.1
10842026-03-18T10:45:07.473Z Downloaded uzers v0.12.2
10852026-03-18T10:45:07.473Z Downloaded usdt-impl v0.6.0
10862026-03-18T10:45:07.477Z Downloaded toml_parser v1.0.9+spec-1.1.0
10872026-03-18T10:45:07.477Z Downloaded itertools v0.14.0
10882026-03-18T10:45:07.485Z Downloaded vsss-rs v3.3.4
10892026-03-18T10:45:07.488Z Downloaded itertools v0.13.0
10902026-03-18T10:45:07.491Z Downloaded twox-hash v2.1.2
10912026-03-18T10:45:07.492Z Downloaded tracing-attributes v0.1.31
10922026-03-18T10:45:07.495Z Downloaded tinyvec v1.10.0
10932026-03-18T10:45:07.495Z Downloaded vergen-lib v0.1.6
10942026-03-18T10:45:07.498Z Downloaded libm v0.2.16
10952026-03-18T10:45:07.502Z Downloaded rand v0.10.0
10962026-03-18T10:45:07.505Z Downloaded whoami v1.6.1
10972026-03-18T10:45:07.509Z Downloaded hkdf v0.12.4
10982026-03-18T10:45:07.513Z Downloaded xz2 v0.1.7
10992026-03-18T10:45:07.513Z Downloaded futures-util v0.3.32
11002026-03-18T10:45:07.519Z Downloaded wyz v0.5.1
11012026-03-18T10:45:07.523Z Downloaded tokio-rustls v0.26.4
11022026-03-18T10:45:07.523Z Downloaded toml v0.7.8
11032026-03-18T10:45:07.527Z Downloaded p521 v0.13.3
11042026-03-18T10:45:07.530Z Downloaded h2 v0.4.13
11052026-03-18T10:45:07.533Z Downloaded vergen v9.0.6
11062026-03-18T10:45:07.533Z Downloaded vergen-gitcl v1.0.8
11072026-03-18T10:45:07.537Z Downloaded hyper v1.8.1
11082026-03-18T10:45:07.540Z Downloaded zstd-safe v7.2.4
11092026-03-18T10:45:07.543Z Downloaded tungstenite v0.21.0
11102026-03-18T10:45:07.546Z Downloaded walkdir v2.5.0
11112026-03-18T10:45:07.546Z Downloaded typify v0.6.1
11122026-03-18T10:45:07.549Z Downloaded tungstenite v0.23.0
11132026-03-18T10:45:07.553Z Downloaded unicode-bidi v0.3.18
11142026-03-18T10:45:07.553Z Downloaded whoami v2.1.0
11152026-03-18T10:45:07.557Z Downloaded aws-lc-rs v1.16.0
11162026-03-18T10:45:07.561Z Downloaded zerocopy v0.6.6
11172026-03-18T10:45:07.565Z Downloaded unicode-properties v0.1.4
11182026-03-18T10:45:07.568Z Downloaded schemars v1.2.1
11192026-03-18T10:45:07.575Z Downloaded uuid v1.21.0
11202026-03-18T10:45:07.578Z Downloaded yasna v0.5.2
11212026-03-18T10:45:07.582Z Downloaded xshell v0.2.7
11222026-03-18T10:45:07.582Z Downloaded blake3 v1.8.3
11232026-03-18T10:45:07.587Z Downloaded vte v0.14.1
11242026-03-18T10:45:07.590Z Downloaded toml v0.9.12+spec-1.1.0
11252026-03-18T10:45:07.593Z Downloaded ron v0.12.0
11262026-03-18T10:45:07.598Z Downloaded tokio-postgres v0.7.16
11272026-03-18T10:45:07.602Z Downloaded russh v0.45.0
11282026-03-18T10:45:07.606Z Downloaded unsafe-libyaml v0.2.11
11292026-03-18T10:45:07.610Z Downloaded bitvec v1.0.1
11302026-03-18T10:45:07.620Z Downloaded toml_edit v0.23.10+spec-1.0.0
11312026-03-18T10:45:07.624Z Downloaded toml_edit v0.19.15
11322026-03-18T10:45:07.636Z Downloaded zeroize v1.8.2
11332026-03-18T10:45:07.640Z Downloaded reedline v0.40.0
11342026-03-18T10:45:07.643Z Downloaded chrono v0.4.44
11352026-03-18T10:45:07.650Z Downloaded zopfli v0.8.3
11362026-03-18T10:45:07.655Z Downloaded steno v0.4.1
11372026-03-18T10:45:07.658Z Downloaded reqwest v0.13.2
11382026-03-18T10:45:07.661Z Downloaded ssh-key v0.6.7
11392026-03-18T10:45:07.665Z Downloaded rpassword v7.4.0
11402026-03-18T10:45:07.668Z Downloaded curve25519-dalek v4.1.3
11412026-03-18T10:45:07.672Z Downloaded unicode_categories v0.1.1
11422026-03-18T10:45:07.675Z Downloaded zip v0.6.6
11432026-03-18T10:45:07.679Z Downloaded yansi v1.0.1
11442026-03-18T10:45:07.679Z Downloaded regex v1.12.3
11452026-03-18T10:45:07.683Z Downloaded reqwest v0.12.28
11462026-03-18T10:45:07.687Z Downloaded git2 v0.20.4
11472026-03-18T10:45:07.695Z Downloaded bindgen v0.71.1
11482026-03-18T10:45:07.700Z Downloaded x509-cert v0.2.5
11492026-03-18T10:45:07.704Z Downloaded rustls-webpki v0.101.7
11502026-03-18T10:45:07.715Z Downloaded portable-atomic v1.13.1
11512026-03-18T10:45:07.729Z Downloaded quick-xml v0.37.5
11522026-03-18T10:45:07.729Z Downloaded rayon v1.11.0
11532026-03-18T10:45:07.733Z Downloaded moka v0.12.13
11542026-03-18T10:45:07.739Z Downloaded zerocopy-derive v0.8.40
11552026-03-18T10:45:07.746Z Downloaded tower v0.5.3
11562026-03-18T10:45:07.753Z Downloaded rustls-webpki v0.102.8
11572026-03-18T10:45:07.767Z Downloaded zip v4.6.1
11582026-03-18T10:45:07.772Z Downloaded salty v0.3.0
11592026-03-18T10:45:07.777Z Downloaded typed-path v0.9.3
11602026-03-18T10:45:07.782Z Downloaded serde_with v3.17.0
11612026-03-18T10:45:07.789Z Downloaded petname v2.0.2
11622026-03-18T10:45:07.793Z Downloaded lalrpop v0.19.12
11632026-03-18T10:45:07.801Z Downloaded nix v0.27.1
11642026-03-18T10:45:07.809Z Downloaded unicode-normalization v0.1.25
11652026-03-18T10:45:07.812Z Downloaded tower-http v0.6.8
11662026-03-18T10:45:07.818Z Downloaded p384 v0.13.1
11672026-03-18T10:45:07.822Z Downloaded unicode-segmentation v1.12.0
11682026-03-18T10:45:07.826Z Downloaded goblin v0.10.5
11692026-03-18T10:45:07.830Z Downloaded snafu v0.8.9
11702026-03-18T10:45:07.835Z Downloaded rustyline v14.0.0
11712026-03-18T10:45:07.839Z Downloaded zstd v0.13.3
11722026-03-18T10:45:07.842Z Downloaded tokio-util v0.7.18
11732026-03-18T10:45:07.848Z Downloaded tough v0.20.0
11742026-03-18T10:45:07.855Z Downloaded proptest v1.10.0
11752026-03-18T10:45:07.860Z Downloaded bstr v1.12.1
11762026-03-18T10:45:07.868Z Downloaded nix v0.29.0
11772026-03-18T10:45:07.876Z Downloaded hickory-proto v0.24.4
11782026-03-18T10:45:07.887Z Downloaded zlib-rs v0.6.2
11792026-03-18T10:45:07.891Z Downloaded quinn-proto v0.11.13
11802026-03-18T10:45:07.897Z Downloaded nix v0.31.1
11812026-03-18T10:45:07.906Z Downloaded winnow v0.6.26
11822026-03-18T10:45:07.912Z Downloaded rustls v0.22.4
11832026-03-18T10:45:07.922Z Downloaded radix_trie v0.2.1
11842026-03-18T10:45:07.926Z Downloaded regex-syntax v0.8.10
11852026-03-18T10:45:07.932Z Downloaded winnow v0.5.40
11862026-03-18T10:45:07.938Z Downloaded rustix v0.38.44
11872026-03-18T10:45:07.955Z Downloaded openssl v0.10.75
11882026-03-18T10:45:07.962Z Downloaded openapiv3 v2.2.0
11892026-03-18T10:45:07.971Z Downloaded rustls v0.21.12
11902026-03-18T10:45:07.979Z Downloaded polar-core v0.27.3
11912026-03-18T10:45:07.986Z Downloaded dropshot v0.16.7
11922026-03-18T10:45:08.003Z Downloaded time v0.3.47
11932026-03-18T10:45:08.013Z Downloaded tabled v0.20.0
11942026-03-18T10:45:08.025Z Downloaded smoltcp v0.9.1
11952026-03-18T10:45:08.035Z Downloaded sled v0.34.7
11962026-03-18T10:45:08.041Z Downloaded vcpkg v0.2.15
11972026-03-18T10:45:08.072Z Downloaded webpki-roots v1.0.6
11982026-03-18T10:45:08.076Z Downloaded object v0.37.3
11992026-03-18T10:45:08.085Z Downloaded bzip2-sys v0.1.13+1.0.8
12002026-03-18T10:45:08.095Z Downloaded zerocopy v0.8.40
12012026-03-18T10:45:08.102Z Downloaded typify-impl v0.4.3
12022026-03-18T10:45:08.114Z Downloaded smoltcp v0.11.0
12032026-03-18T10:45:08.124Z Downloaded diesel v2.3.7
12042026-03-18T10:45:08.140Z Downloaded regex-automata v0.4.14
12052026-03-18T10:45:08.152Z Downloaded rustls v0.23.37
12062026-03-18T10:45:08.161Z Downloaded regress v0.10.5
12072026-03-18T10:45:08.169Z Downloaded hickory-proto v0.25.2
12082026-03-18T10:45:08.182Z Downloaded chrono-tz v0.10.4
12092026-03-18T10:45:08.195Z Downloaded tracing v0.1.44
12102026-03-18T10:45:08.213Z Downloaded regex-syntax v0.6.29
12112026-03-18T10:45:08.218Z Downloaded nix v0.28.0
12122026-03-18T10:45:08.227Z Downloaded object v0.30.4
12132026-03-18T10:45:08.234Z Downloaded typify v0.4.3
12142026-03-18T10:45:08.237Z Downloaded sqlparser v0.61.0
12152026-03-18T10:45:08.245Z Downloaded tracing-core v0.1.36
12162026-03-18T10:45:08.249Z Downloaded tokio-rustls v0.25.0
12172026-03-18T10:45:08.252Z Downloaded tokio-rustls v0.24.1
12182026-03-18T10:45:08.252Z Downloaded subprocess v0.2.15
12192026-03-18T10:45:08.254Z Downloaded rand v0.8.5
12202026-03-18T10:45:08.258Z Downloaded iri-string v0.7.10
12212026-03-18T10:45:08.263Z Downloaded ratatui v0.29.0
12222026-03-18T10:45:08.278Z Downloaded typify-impl v0.6.1
12232026-03-18T10:45:08.290Z Downloaded tokio v1.49.0
12242026-03-18T10:45:08.320Z Downloaded mio v1.1.1
12252026-03-18T10:45:08.324Z Downloaded signal-hook v0.3.18
12262026-03-18T10:45:08.327Z Downloaded serde_path_to_error v0.1.20
12272026-03-18T10:45:08.330Z Downloaded publicsuffix v2.3.0
12282026-03-18T10:45:08.330Z Downloaded hashbrown v0.15.5
12292026-03-18T10:45:08.333Z Downloaded thiserror-no-std v2.0.2
12302026-03-18T10:45:08.336Z Downloaded serde_with_macros v3.17.0
12312026-03-18T10:45:08.339Z Downloaded num-bigint v0.4.6
12322026-03-18T10:45:08.343Z Downloaded progenitor-macro v0.10.0
12332026-03-18T10:45:08.343Z Downloaded libbz2-rs-sys v0.2.2
12342026-03-18T10:45:08.347Z Downloaded password-hash v0.4.2
12352026-03-18T10:45:08.347Z Downloaded parse-display-derive v0.10.0
12362026-03-18T10:45:08.350Z Downloaded pem-rfc7468 v0.7.0
12372026-03-18T10:45:08.350Z Downloaded peg v0.8.5
12382026-03-18T10:45:08.351Z Downloaded password-hash v0.5.0
12392026-03-18T10:45:08.353Z Downloaded derive_more-impl v2.1.1
12402026-03-18T10:45:08.357Z Downloaded zerocopy-derive v0.6.6
12412026-03-18T10:45:08.364Z Downloaded base64 v0.22.1
12422026-03-18T10:45:08.368Z Downloaded cc v1.2.56
12432026-03-18T10:45:08.371Z Downloaded base64 v0.21.7
12442026-03-18T10:45:08.374Z Downloaded packed_struct v0.10.1
12452026-03-18T10:45:08.374Z Downloaded oxnet v0.1.4
12462026-03-18T10:45:08.377Z Downloaded oxide-tokio-rt v0.1.3
12472026-03-18T10:45:08.377Z Downloaded ignore v0.4.25
12482026-03-18T10:45:08.380Z Downloaded num-integer v0.1.46
12492026-03-18T10:45:08.380Z Downloaded num-complex v0.4.6
12502026-03-18T10:45:08.380Z Downloaded nu-ansi-term v0.50.3
12512026-03-18T10:45:08.383Z Downloaded nodrop v0.1.14
12522026-03-18T10:45:08.383Z Downloaded newtype-uuid v1.3.2
12532026-03-18T10:45:08.387Z Downloaded native-tls v0.2.18
12542026-03-18T10:45:08.387Z Downloaded darling_core v0.23.0
12552026-03-18T10:45:08.389Z Downloaded getrandom v0.3.4
12562026-03-18T10:45:08.393Z Downloaded ring v0.17.14
12572026-03-18T10:45:08.422Z Downloaded petgraph v0.6.5
12582026-03-18T10:45:08.435Z Downloaded jiff v0.2.21
12592026-03-18T10:45:08.449Z Downloaded crossbeam-epoch v0.9.18
12602026-03-18T10:45:08.452Z Downloaded const_format v0.2.35
12612026-03-18T10:45:08.455Z Downloaded lzma-sys v0.1.20
12622026-03-18T10:45:08.475Z Downloaded chacha20poly1305 v0.10.1
12632026-03-18T10:45:08.478Z Downloaded bytes v1.11.1
12642026-03-18T10:45:08.481Z Downloaded openssl-macros v0.1.1
12652026-03-18T10:45:08.481Z Downloaded maplit v1.0.2
12662026-03-18T10:45:08.481Z Downloaded lock_api v0.4.14
12672026-03-18T10:45:08.485Z Downloaded linear-map v1.2.0
12682026-03-18T10:45:08.485Z Downloaded libsw-core v0.3.2
12692026-03-18T10:45:08.485Z Downloaded libsw v3.5.0
12702026-03-18T10:45:08.488Z Downloaded hyper-rustls v0.27.7
12712026-03-18T10:45:08.488Z Downloaded fatfs v0.3.6
12722026-03-18T10:45:08.488Z Downloaded impl-trait-for-tuples v0.2.3
12732026-03-18T10:45:08.492Z Downloaded match_cfg v0.1.0
12742026-03-18T10:45:08.492Z Downloaded lzss v0.8.2
12752026-03-18T10:45:08.495Z Downloaded crc32fast v1.5.0
12762026-03-18T10:45:08.495Z Downloaded crc-any v2.5.0
12772026-03-18T10:45:08.495Z Downloaded petgraph v0.8.3
12782026-03-18T10:45:08.510Z Downloaded blake2 v0.10.6
12792026-03-18T10:45:08.513Z Downloaded csv v1.4.0
12802026-03-18T10:45:08.527Z Downloaded libz-sys v1.1.24
12812026-03-18T10:45:08.543Z Downloaded lru-slab v0.1.2
12822026-03-18T10:45:08.546Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-03-18T10:45:08.557Z Downloaded sha3 v0.10.8
12842026-03-18T10:45:08.562Z Downloaded linked-hash-map v0.5.6
12852026-03-18T10:45:08.565Z Downloaded env_filter v1.0.0
12862026-03-18T10:45:08.565Z Downloaded diff v0.1.13
12872026-03-18T10:45:08.565Z Downloaded crypto-bigint v0.5.5
12882026-03-18T10:45:08.569Z Downloaded kstat-rs v0.2.4
12892026-03-18T10:45:08.572Z Downloaded highway v1.3.0
12902026-03-18T10:45:08.572Z Downloaded cookie v0.18.1
12912026-03-18T10:45:08.575Z Downloaded keccak v0.1.6
12922026-03-18T10:45:08.575Z Downloaded is-terminal v0.4.17
12932026-03-18T10:45:08.575Z Downloaded group v0.13.0
12942026-03-18T10:45:08.578Z Downloaded convert_case v0.10.0
12952026-03-18T10:45:08.578Z Downloaded derive-where v1.6.0
12962026-03-18T10:45:08.582Z Downloaded darling v0.20.11
12972026-03-18T10:45:08.585Z Downloaded cookie_store v0.22.1
12982026-03-18T10:45:08.585Z Downloaded ff v0.13.1
12992026-03-18T10:45:08.585Z Downloaded darling v0.21.3
13002026-03-18T10:45:08.590Z Downloaded bzip2 v0.4.4
13012026-03-18T10:45:08.593Z Downloaded fallible-iterator v0.2.0
13022026-03-18T10:45:08.593Z Downloaded either v1.15.0
13032026-03-18T10:45:08.593Z Downloaded backon v1.6.0
13042026-03-18T10:45:08.593Z Downloaded diesel-dtrace v0.5.0
13052026-03-18T10:45:08.596Z Downloaded fs-err v2.11.0
13062026-03-18T10:45:08.596Z Downloaded cassowary v0.3.0
13072026-03-18T10:45:08.596Z Downloaded crc-catalog v2.4.0
13082026-03-18T10:45:08.599Z Downloaded const_format_proc_macros v0.2.34
13092026-03-18T10:45:08.600Z Downloaded cmake v0.1.57
13102026-03-18T10:45:08.600Z Downloaded blowfish v0.9.1
13112026-03-18T10:45:08.603Z Downloaded chacha20 v0.9.1
13122026-03-18T10:45:08.603Z Downloaded cargo_toml v0.22.3
13132026-03-18T10:45:08.603Z Downloaded console v0.16.2
13142026-03-18T10:45:08.606Z Downloaded clang-sys v1.8.1
13152026-03-18T10:45:08.606Z Downloaded des v0.8.1
13162026-03-18T10:45:08.609Z Downloaded ed25519 v2.2.3
13172026-03-18T10:45:08.609Z Downloaded drift v0.1.3
13182026-03-18T10:45:08.612Z Downloaded bitflags v1.3.2
13192026-03-18T10:45:08.615Z Downloaded arrayvec v0.7.6
13202026-03-18T10:45:08.618Z Downloaded ghash v0.5.1
13212026-03-18T10:45:08.618Z Downloaded encoding_rs v0.8.35
13222026-03-18T10:45:08.633Z Downloaded flagset v0.4.7
13232026-03-18T10:45:08.636Z Downloaded env_logger v0.11.9
13242026-03-18T10:45:08.636Z Downloaded fxhash v0.2.1
13252026-03-18T10:45:08.636Z Downloaded argon2 v0.5.3
13262026-03-18T10:45:08.640Z Downloaded bcs v0.1.6
13272026-03-18T10:45:08.640Z Downloaded dof v0.4.0
13282026-03-18T10:45:08.640Z Downloaded document-features v0.2.12
13292026-03-18T10:45:08.643Z Downloaded bit-vec v0.6.3
13302026-03-18T10:45:08.643Z Downloaded ahash v0.8.12
13312026-03-18T10:45:08.643Z Downloaded csv-core v0.1.13
13322026-03-18T10:45:08.646Z Downloaded bcrypt-pbkdf v0.10.0
13332026-03-18T10:45:08.646Z Downloaded crossbeam-deque v0.8.6
13342026-03-18T10:45:08.646Z Downloaded cbc v0.1.2
13352026-03-18T10:45:08.650Z Downloaded bit-set v0.5.3
13362026-03-18T10:45:08.650Z Downloaded dirs-next v2.0.0
13372026-03-18T10:45:08.650Z Downloaded ascii-canvas v3.0.0
13382026-03-18T10:45:08.650Z Downloaded cargo-platform v0.1.9
13392026-03-18T10:45:08.650Z Downloaded bitfield-struct v0.6.2
13402026-03-18T10:45:08.662Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-18T10:45:09.121Z Downloaded aws-lc-sys v0.37.1
13422026-03-18T10:45:09.444Z Compiling libc v0.2.180
13432026-03-18T10:45:09.448Z Compiling serde v1.0.228
13442026-03-18T10:45:09.448Z Compiling log v0.4.29
13452026-03-18T10:45:09.448Z Compiling find-msvc-tools v0.1.9
13462026-03-18T10:45:09.606Z Compiling shlex v1.3.0
13472026-03-18T10:45:09.619Z Compiling smallvec v1.15.1
13482026-03-18T10:45:09.628Z Compiling syn v2.0.117
13492026-03-18T10:45:09.652Z Compiling typenum v1.19.0
13502026-03-18T10:45:09.875Z Compiling generic-array v0.14.7
13512026-03-18T10:45:09.895Z Compiling subtle v2.6.1
13522026-03-18T10:45:09.919Z Compiling scopeguard v1.2.0
13532026-03-18T10:45:09.952Z Compiling portable-atomic v1.13.1
13542026-03-18T10:45:10.013Z Compiling const-oid v0.9.6
13552026-03-18T10:45:10.047Z Compiling lock_api v0.4.14
13562026-03-18T10:45:10.129Z Compiling critical-section v1.2.0
13572026-03-18T10:45:10.183Z Compiling zerocopy v0.8.40
13582026-03-18T10:45:10.259Z Compiling parking_lot_core v0.9.12
13592026-03-18T10:45:10.342Z Compiling serde_json v1.0.149
13602026-03-18T10:45:10.553Z Compiling pin-project-lite v0.2.17
13612026-03-18T10:45:10.671Z Compiling pkg-config v0.3.32
13622026-03-18T10:45:10.747Z Compiling bitflags v2.11.0
13632026-03-18T10:45:10.852Z Compiling getrandom v0.2.17
13642026-03-18T10:45:10.923Z Compiling jobserver v0.1.34
13652026-03-18T10:45:11.037Z Compiling rand_core v0.6.4
13662026-03-18T10:45:11.093Z Compiling errno v0.3.14
13672026-03-18T10:45:11.279Z Compiling cc v1.2.56
13682026-03-18T10:45:11.325Z Compiling once_cell v1.21.3
13692026-03-18T10:45:11.377Z Compiling signal-hook-registry v1.4.8
13702026-03-18T10:45:11.403Z Compiling parking_lot v0.12.5
13712026-03-18T10:45:11.406Z Compiling mio v1.1.1
13722026-03-18T10:45:11.497Z Compiling libm v0.2.16
13732026-03-18T10:45:11.588Z Compiling num-traits v0.2.19
13742026-03-18T10:45:11.722Z Compiling futures-core v0.3.32
13752026-03-18T10:45:11.983Z Compiling socket2 v0.6.2
13762026-03-18T10:45:12.017Z Compiling percent-encoding v2.3.2
13772026-03-18T10:45:12.163Z Compiling allocator-api2 v0.2.21
13782026-03-18T10:45:12.192Z Compiling foldhash v0.2.0
13792026-03-18T10:45:12.316Z Compiling futures-sink v0.3.32
13802026-03-18T10:45:12.336Z Compiling cpufeatures v0.2.17
13812026-03-18T10:45:12.433Z Compiling futures-channel v0.3.32
13822026-03-18T10:45:12.457Z Compiling futures-io v0.3.32
13832026-03-18T10:45:12.484Z Compiling futures-task v0.3.32
13842026-03-18T10:45:12.564Z Compiling hashbrown v0.16.1
13852026-03-18T10:45:12.616Z Compiling slab v0.4.12
13862026-03-18T10:45:12.659Z Compiling getrandom v0.4.1
13872026-03-18T10:45:12.711Z Compiling rand_core v0.10.0
13882026-03-18T10:45:12.740Z Compiling getrandom v0.3.4
13892026-03-18T10:45:12.852Z Compiling rustversion v1.0.22
13902026-03-18T10:45:12.935Z Compiling cmake v0.1.57
13912026-03-18T10:45:13.391Z Compiling indexmap v2.13.0
13922026-03-18T10:45:13.495Z Compiling form_urlencoded v1.2.2
13932026-03-18T10:45:13.621Z Compiling ident_case v1.0.1
13942026-03-18T10:45:13.712Z Compiling fs_extra v1.3.0
13952026-03-18T10:45:13.730Z Compiling dunce v1.0.5
13962026-03-18T10:45:13.779Z Compiling synstructure v0.13.2
13972026-03-18T10:45:13.851Z Compiling base64ct v1.8.3
13982026-03-18T10:45:13.965Z Compiling flagset v0.4.7
13992026-03-18T10:45:14.066Z Compiling aws-lc-sys v0.37.1
14002026-03-18T10:45:14.137Z Compiling rand_core v0.9.5
14012026-03-18T10:45:14.245Z Compiling pem-rfc7468 v0.7.0
14022026-03-18T10:45:14.264Z Compiling rustix v1.1.3
14032026-03-18T10:45:14.298Z Compiling iana-time-zone v0.1.65
14042026-03-18T10:45:14.318Z Compiling ring v0.17.14
14052026-03-18T10:45:14.498Z Compiling uuid v1.21.0
14062026-03-18T10:45:14.567Z Compiling rustc_version v0.4.1
14072026-03-18T10:45:14.630Z Compiling vcpkg v0.2.15
14082026-03-18T10:45:14.661Z Compiling regex-syntax v0.8.10
14092026-03-18T10:45:15.011Z Compiling aws-lc-rs v1.16.0
14102026-03-18T10:45:15.394Z Compiling tracing-core v0.1.36
14112026-03-18T10:45:15.423Z Compiling crossbeam-utils v0.8.21
14122026-03-18T10:45:15.663Z Compiling openssl-sys v0.9.111
14132026-03-18T10:45:15.826Z Compiling pest_generator v2.8.6
14142026-03-18T10:45:16.177Z Compiling serde_derive_internals v0.29.1
14152026-03-18T10:45:16.422Z Compiling untrusted v0.7.1
14162026-03-18T10:45:16.442Z Compiling serde_derive v1.0.228
14172026-03-18T10:45:16.582Z Compiling zeroize_derive v1.4.3
14182026-03-18T10:45:16.730Z Compiling zerofrom-derive v0.1.6
14192026-03-18T10:45:16.796Z Compiling yoke-derive v0.8.1
14202026-03-18T10:45:17.475Z Compiling zeroize v1.8.2
14212026-03-18T10:45:17.478Z Compiling zerocopy-derive v0.8.40
14222026-03-18T10:45:18.004Z Compiling zerovec-derive v0.11.2
14232026-03-18T10:45:18.380Z Compiling displaydoc v0.2.5
14242026-03-18T10:45:18.517Z Compiling crypto-common v0.1.7
14252026-03-18T10:45:18.690Z Compiling zerofrom v0.1.6
14262026-03-18T10:45:18.707Z Compiling block-buffer v0.10.4
14272026-03-18T10:45:18.852Z Compiling yoke v0.8.1
14282026-03-18T10:45:18.914Z Compiling digest v0.10.7
14292026-03-18T10:45:19.096Z Compiling tokio-macros v2.6.0
14302026-03-18T10:45:19.236Z Compiling hmac v0.12.1
14312026-03-18T10:45:19.256Z Compiling futures-macro v0.3.32
14322026-03-18T10:45:19.340Z Compiling zerotrie v0.2.3
14332026-03-18T10:45:19.436Z Compiling block-padding v0.3.3
14342026-03-18T10:45:19.485Z Compiling zerovec v0.11.5
14352026-03-18T10:45:19.639Z Compiling inout v0.1.4
14362026-03-18T10:45:19.732Z Compiling sha2 v0.10.9
14372026-03-18T10:45:19.855Z Compiling cipher v0.4.4
14382026-03-18T10:45:20.057Z Compiling der_derive v0.7.3
14392026-03-18T10:45:20.182Z Compiling tinystr v0.8.2
14402026-03-18T10:45:20.208Z Compiling potential_utf v0.1.4
14412026-03-18T10:45:20.315Z Compiling futures-util v0.3.32
14422026-03-18T10:45:20.422Z Compiling icu_locale_core v2.1.1
14432026-03-18T10:45:20.448Z Compiling icu_collections v2.1.1
14442026-03-18T10:45:21.079Z Compiling salsa20 v0.10.2
14452026-03-18T10:45:21.210Z Compiling bytes v1.11.1
14462026-03-18T10:45:21.253Z Compiling chrono v0.4.44
14472026-03-18T10:45:21.335Z Compiling icu_provider v2.1.1
14482026-03-18T10:45:21.582Z Compiling der v0.7.10
14492026-03-18T10:45:21.649Z Compiling icu_normalizer v2.1.1
14502026-03-18T10:45:21.713Z Compiling icu_properties v2.1.2
14512026-03-18T10:45:22.079Z Compiling tokio v1.49.0
14522026-03-18T10:45:22.401Z Compiling http v1.4.0
14532026-03-18T10:45:23.199Z Compiling idna_adapter v1.2.1
14542026-03-18T10:45:23.307Z Compiling spki v0.7.3
14552026-03-18T10:45:23.310Z Compiling pbkdf2 v0.12.2
14562026-03-18T10:45:23.365Z Compiling idna v1.1.0
14572026-03-18T10:45:23.446Z Compiling thiserror-impl v2.0.18
14582026-03-18T10:45:23.466Z Compiling scrypt v0.11.0
14592026-03-18T10:45:23.561Z Compiling cbc v0.1.2
14602026-03-18T10:45:23.654Z Compiling ppv-lite86 v0.2.21
14612026-03-18T10:45:23.746Z Compiling url v2.5.8
14622026-03-18T10:45:23.788Z Compiling aes v0.8.4
14632026-03-18T10:45:23.850Z Compiling rustls-pki-types v1.14.0
14642026-03-18T10:45:24.092Z Compiling rand_chacha v0.9.0
14652026-03-18T10:45:24.239Z Compiling tracing-attributes v0.1.31
14662026-03-18T10:45:24.448Z Compiling rand v0.9.2
14672026-03-18T10:45:24.803Z Compiling pkcs5 v0.7.1
14682026-03-18T10:45:24.976Z Compiling http-body v1.0.1
14692026-03-18T10:45:25.171Z Compiling syn v1.0.109
14702026-03-18T10:45:25.190Z Compiling httparse v1.10.1
14712026-03-18T10:45:25.219Z Compiling thiserror v2.0.18
14722026-03-18T10:45:25.353Z Compiling untrusted v0.9.0
14732026-03-18T10:45:25.448Z Compiling base64 v0.22.1
14742026-03-18T10:45:25.481Z Compiling schemars v0.8.22
14752026-03-18T10:45:25.501Z Compiling openssl-probe v0.2.1
14762026-03-18T10:45:25.691Z Compiling pkcs8 v0.10.2
14772026-03-18T10:45:25.719Z Compiling schemars_derive v0.8.22
14782026-03-18T10:45:25.763Z Compiling pest_derive v2.8.6
14792026-03-18T10:45:25.856Z Compiling scroll_derive v0.13.1
14802026-03-18T10:45:26.034Z Compiling tracing v0.1.44
14812026-03-18T10:45:26.299Z Compiling darling_core v0.20.11
14822026-03-18T10:45:26.380Z Compiling tower-layer v0.3.3
14832026-03-18T10:45:26.593Z Compiling try-lock v0.2.5
14842026-03-18T10:45:26.725Z Compiling atomic-waker v1.1.2
14852026-03-18T10:45:26.782Z Compiling rustls v0.23.37
14862026-03-18T10:45:26.907Z Compiling dyn-clone v1.0.20
14872026-03-18T10:45:26.944Z Compiling tower-service v0.3.3
14882026-03-18T10:45:27.013Z Compiling tinyvec_macros v0.1.1
14892026-03-18T10:45:27.061Z Compiling scroll v0.13.0
14902026-03-18T10:45:27.090Z Compiling tinyvec v1.10.0
14912026-03-18T10:45:27.107Z Compiling want v0.3.1
14922026-03-18T10:45:27.323Z Compiling tokio-util v0.7.18
14932026-03-18T10:45:27.806Z Compiling ipnet v2.11.0
14942026-03-18T10:45:28.122Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-18T10:45:28.477Z Compiling h2 v0.4.13
14962026-03-18T10:45:28.623Z Compiling spin v0.9.8
14972026-03-18T10:45:28.737Z Compiling aho-corasick v1.1.4
14982026-03-18T10:45:28.889Z Compiling crc32fast v1.5.0
14992026-03-18T10:45:29.230Z Compiling pin-utils v0.1.0
15002026-03-18T10:45:29.250Z Compiling num-conv v0.2.0
15012026-03-18T10:45:29.322Z Compiling powerfmt v0.2.0
15022026-03-18T10:45:29.423Z Compiling openssl v0.10.75
15032026-03-18T10:45:29.590Z Compiling foreign-types-shared v0.1.1
15042026-03-18T10:45:29.609Z Compiling darling_macro v0.20.11
15052026-03-18T10:45:29.706Z Compiling time-core v0.1.8
15062026-03-18T10:45:29.724Z Compiling httpdate v1.0.3
15072026-03-18T10:45:29.908Z Compiling time-macros v0.2.27
15082026-03-18T10:45:30.010Z Compiling regex-automata v0.4.14
15092026-03-18T10:45:30.059Z Compiling tempfile v3.25.0
15102026-03-18T10:45:30.204Z Compiling darling v0.20.11
15112026-03-18T10:45:30.313Z Compiling foreign-types v0.3.2
15122026-03-18T10:45:30.404Z Compiling deranged v0.5.8
15132026-03-18T10:45:31.097Z Compiling goblin v0.10.5
15142026-03-18T10:45:31.330Z Compiling thiserror-impl v1.0.69
15152026-03-18T10:45:31.741Z Compiling openssl-macros v0.1.1
15162026-03-18T10:45:32.989Z Compiling hyper v1.8.1
15172026-03-18T10:45:33.061Z Compiling wait-timeout v0.2.1
15182026-03-18T10:45:33.153Z Compiling bit-vec v0.8.0
15192026-03-18T10:45:33.397Z Compiling quick-error v1.2.3
15202026-03-18T10:45:33.453Z Compiling simd-adler32 v0.3.8
15212026-03-18T10:45:33.530Z Compiling usdt-impl v0.6.0
15222026-03-18T10:45:33.780Z Compiling num_threads v0.1.7
15232026-03-18T10:45:33.780Z Compiling native-tls v0.2.18
15242026-03-18T10:45:33.881Z Compiling either v1.15.0
15252026-03-18T10:45:33.900Z Compiling siphasher v1.0.2
15262026-03-18T10:45:34.073Z Compiling time v0.3.47
15272026-03-18T10:45:34.151Z Compiling rusty-fork v0.3.1
15282026-03-18T10:45:34.205Z Compiling bit-set v0.8.0
15292026-03-18T10:45:34.399Z Compiling hyper-util v0.1.20
15302026-03-18T10:45:34.580Z Compiling thiserror v1.0.69
15312026-03-18T10:45:35.114Z Compiling dof v0.4.0
15322026-03-18T10:45:35.995Z Compiling derive_builder_core v0.20.2
15332026-03-18T10:45:36.259Z Compiling unicode-normalization v0.1.25
15342026-03-18T10:45:36.702Z Compiling crossbeam-epoch v0.9.18
15352026-03-18T10:45:36.726Z Compiling dtrace-parser v0.3.0
15362026-03-18T10:45:36.892Z Compiling rustls-native-certs v0.8.3
15372026-03-18T10:45:37.172Z Compiling signature v2.2.0
15382026-03-18T10:45:37.176Z Compiling scroll_derive v0.12.1
15392026-03-18T10:45:37.231Z Compiling heapless v0.7.17
15402026-03-18T10:45:37.270Z Compiling rand_xorshift v0.4.0
15412026-03-18T10:45:37.401Z Compiling slog v2.8.2
15422026-03-18T10:45:37.471Z Compiling darling_core v0.21.3
15432026-03-18T10:45:37.538Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-18T10:45:37.629Z Compiling sync_wrapper v1.0.2
15452026-03-18T10:45:37.762Z Compiling thread-id v5.1.0
15462026-03-18T10:45:37.786Z Compiling cookie v0.18.1
15472026-03-18T10:45:37.870Z Compiling rayon-core v1.13.0
15482026-03-18T10:45:37.889Z Compiling unarray v0.1.4
15492026-03-18T10:45:38.015Z Compiling anyhow v1.0.102
15502026-03-18T10:45:38.033Z Compiling unicode-segmentation v1.12.0
15512026-03-18T10:45:38.058Z Compiling zstd-safe v7.2.4
15522026-03-18T10:45:38.088Z Compiling adler2 v2.0.1
15532026-03-18T10:45:38.253Z Compiling unicode-properties v0.1.4
15542026-03-18T10:45:38.301Z Compiling paste v1.0.15
15552026-03-18T10:45:38.402Z Compiling unicode-bidi v0.3.18
15562026-03-18T10:45:38.525Z Compiling signal-hook v0.3.18
15572026-03-18T10:45:38.701Z Compiling miniz_oxide v0.8.9
15582026-03-18T10:45:38.825Z Compiling stringprep v0.1.5
15592026-03-18T10:45:38.849Z Compiling scroll v0.12.0
15602026-03-18T10:45:38.938Z Compiling proptest v1.10.0
15612026-03-18T10:45:39.412Z Compiling tower v0.5.3
15622026-03-18T10:45:39.596Z Compiling derive_builder_macro v0.20.2
15632026-03-18T10:45:39.613Z Compiling crossbeam-deque v0.8.6
15642026-03-18T10:45:39.742Z Compiling ipnetwork v0.21.1
15652026-03-18T10:45:39.856Z Compiling http-body-util v0.1.3
15662026-03-18T10:45:39.883Z Compiling webpki-roots v1.0.6
15672026-03-18T10:45:40.056Z Compiling rand_chacha v0.3.1
15682026-03-18T10:45:40.061Z Compiling serde_spanned v0.6.9
15692026-03-18T10:45:40.168Z Compiling erased-serde v0.3.31
15702026-03-18T10:45:40.204Z Compiling toml_datetime v0.6.11
15712026-03-18T10:45:40.242Z Compiling serde_tokenstream v0.2.3
15722026-03-18T10:45:40.259Z Compiling md-5 v0.10.6
15732026-03-18T10:45:40.459Z Compiling zerocopy-derive v0.7.35
15742026-03-18T10:45:40.516Z Compiling curve25519-dalek v4.1.3
15752026-03-18T10:45:40.638Z Compiling vergen-lib v0.1.6
15762026-03-18T10:45:40.866Z Compiling num-integer v0.1.46
15772026-03-18T10:45:40.885Z Compiling hash32 v0.2.1
15782026-03-18T10:45:40.928Z Compiling ff v0.13.1
15792026-03-18T10:45:41.032Z Compiling darling_macro v0.21.3
15802026-03-18T10:45:41.070Z Compiling memoffset v0.9.1
15812026-03-18T10:45:41.099Z Compiling zlib-rs v0.6.2
15822026-03-18T10:45:41.129Z Compiling smoltcp v0.9.1
15832026-03-18T10:45:41.292Z Compiling psl-types v2.0.11
15842026-03-18T10:45:41.311Z Compiling litrs v1.0.0
15852026-03-18T10:45:41.450Z Compiling ryu v1.0.23
15862026-03-18T10:45:41.561Z Compiling fallible-iterator v0.2.0
15872026-03-18T10:45:41.594Z Compiling cfg_aliases v0.2.1
15882026-03-18T10:45:41.643Z Compiling num-bigint-dig v0.8.6
15892026-03-18T10:45:41.682Z Compiling base16ct v0.2.0
15902026-03-18T10:45:41.685Z Compiling ref-cast v1.0.25
15912026-03-18T10:45:41.928Z Compiling rustix v0.38.44
15922026-03-18T10:45:41.985Z Compiling iri-string v0.7.10
15932026-03-18T10:45:42.032Z Compiling postgres-protocol v0.6.10
15942026-03-18T10:45:42.035Z Compiling document-features v0.2.12
15952026-03-18T10:45:42.201Z Compiling sec1 v0.7.3
15962026-03-18T10:45:42.491Z Compiling newtype-uuid v1.3.2
15972026-03-18T10:45:42.569Z Compiling nix v0.31.1
15982026-03-18T10:45:42.792Z Compiling darling v0.21.3
15992026-03-18T10:45:42.815Z Compiling serde_urlencoded v0.7.1
16002026-03-18T10:45:42.897Z Compiling zerocopy v0.7.35
16012026-03-18T10:45:42.956Z Compiling publicsuffix v2.3.0
16022026-03-18T10:45:43.140Z Compiling num-iter v0.1.45
16032026-03-18T10:45:43.193Z Compiling group v0.13.0
16042026-03-18T10:45:43.424Z Compiling rand v0.8.5
16052026-03-18T10:45:43.670Z Compiling tower-http v0.6.8
16062026-03-18T10:45:43.798Z Compiling derive_builder v0.20.2
16072026-03-18T10:45:43.919Z Compiling oxnet v0.1.4
16082026-03-18T10:45:44.134Z Compiling proc-macro-error v1.0.4
16092026-03-18T10:45:44.327Z Compiling tokio-native-tls v0.3.1
16102026-03-18T10:45:44.432Z Compiling goblin v0.8.2
16112026-03-18T10:45:45.027Z Compiling heck v0.4.1
16122026-03-18T10:45:45.190Z Compiling phf_shared v0.13.1
16132026-03-18T10:45:45.254Z Compiling flate2 v1.1.9
16142026-03-18T10:45:45.322Z Compiling hubpack_derive v0.1.1
16152026-03-18T10:45:45.500Z Compiling regex v1.12.3
16162026-03-18T10:45:45.522Z Compiling lazy_static v1.5.0
16172026-03-18T10:45:45.641Z Compiling cargo-platform v0.1.9
16182026-03-18T10:45:45.735Z Compiling hkdf v0.12.4
16192026-03-18T10:45:45.819Z Compiling crypto-bigint v0.5.5
16202026-03-18T10:45:45.881Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-18T10:45:45.942Z Compiling ref-cast-impl v1.0.25
16222026-03-18T10:45:45.976Z Compiling daft-derive v0.1.5
16232026-03-18T10:45:46.109Z Compiling async-trait v0.1.89
16242026-03-18T10:45:46.636Z Compiling strum_macros v0.27.2
16252026-03-18T10:45:46.724Z Compiling terminal_size v0.4.3
16262026-03-18T10:45:46.924Z Compiling vergen v9.0.6
16272026-03-18T10:45:46.942Z Compiling fs-err v3.3.0
16282026-03-18T10:45:47.155Z Compiling ahash v0.8.12
16292026-03-18T10:45:47.181Z Compiling libbz2-rs-sys v0.2.2
16302026-03-18T10:45:47.408Z Compiling winnow v0.5.40
16312026-03-18T10:45:47.569Z Compiling managed v0.8.0
16322026-03-18T10:45:47.860Z Compiling object v0.37.3
16332026-03-18T10:45:48.104Z Compiling bumpalo v3.20.2
16342026-03-18T10:45:48.202Z Compiling bitflags v1.3.2
16352026-03-18T10:45:48.300Z Compiling foldhash v0.1.5
16362026-03-18T10:45:48.430Z Compiling zopfli v0.8.3
16372026-03-18T10:45:48.519Z Compiling hashbrown v0.15.5
16382026-03-18T10:45:49.258Z Compiling toml_edit v0.19.15
16392026-03-18T10:45:49.388Z Compiling console v0.16.2
16402026-03-18T10:45:49.407Z Compiling clap_builder v4.5.60
16412026-03-18T10:45:49.425Z Compiling strum v0.27.2
16422026-03-18T10:45:49.428Z Compiling bzip2 v0.6.1
16432026-03-18T10:45:49.607Z Compiling dof v0.3.0
16442026-03-18T10:45:49.744Z Compiling elliptic-curve v0.13.8
16452026-03-18T10:45:49.992Z Compiling daft v0.1.5
16462026-03-18T10:45:50.355Z Compiling hubpack v0.1.2
16472026-03-18T10:45:50.399Z Compiling cargo_metadata v0.19.2
16482026-03-18T10:45:50.637Z Compiling phf v0.13.1
16492026-03-18T10:45:50.847Z Compiling zone_cfg_derive v0.3.1
16502026-03-18T10:45:51.676Z Compiling signal-hook-mio v0.2.5
16512026-03-18T10:45:51.846Z Compiling cookie_store v0.22.1
16522026-03-18T10:45:52.763Z Compiling zstd v0.13.3
16532026-03-18T10:45:52.784Z Compiling hyper-tls v0.6.0
16542026-03-18T10:45:53.057Z Compiling rayon v1.11.0
16552026-03-18T10:45:53.076Z Compiling bzip2 v0.4.4
16562026-03-18T10:45:53.205Z Compiling serde_with_macros v3.17.0
16572026-03-18T10:45:53.225Z Compiling postgres-types v0.2.12
16582026-03-18T10:45:53.677Z Compiling usdt-attr-macro v0.6.0
16592026-03-18T10:45:53.985Z Compiling usdt-macro v0.6.0
16602026-03-18T10:45:54.057Z Compiling ed25519 v2.2.3
16612026-03-18T10:45:54.714Z Compiling dtrace-parser v0.2.0
16622026-03-18T10:45:54.738Z Compiling itertools v0.12.1
16632026-03-18T10:45:54.949Z Compiling phf_shared v0.11.3
16642026-03-18T10:45:54.968Z Compiling bstr v1.12.1
16652026-03-18T10:45:55.198Z Compiling pkcs1 v0.7.5
16662026-03-18T10:45:55.216Z Compiling hex v0.4.3
16672026-03-18T10:45:55.522Z Compiling serde-big-array v0.5.1
16682026-03-18T10:45:55.568Z Compiling rfc6979 v0.4.0
16692026-03-18T10:45:55.706Z Compiling strum_macros v0.26.4
16702026-03-18T10:45:55.725Z Compiling clap_derive v4.5.55
16712026-03-18T10:45:55.745Z Compiling enum-as-inner v0.6.1
16722026-03-18T10:45:55.781Z Compiling serde_repr v0.1.20
16732026-03-18T10:45:55.852Z Compiling float-cmp v0.10.0
16742026-03-18T10:45:56.043Z Compiling thread-id v4.2.2
16752026-03-18T10:45:56.151Z Compiling memmap2 v0.9.10
16762026-03-18T10:45:56.393Z Compiling env_filter v1.0.0
16772026-03-18T10:45:56.414Z Compiling encoding_rs v0.8.35
16782026-03-18T10:45:56.433Z Compiling data-encoding v2.10.0
16792026-03-18T10:45:56.476Z Compiling difflib v0.4.0
16802026-03-18T10:45:56.812Z Compiling whoami v2.1.0
16812026-03-18T10:45:57.278Z Compiling rustc-hash v2.1.1
16822026-03-18T10:45:57.335Z Compiling new_debug_unreachable v1.0.6
16832026-03-18T10:45:57.431Z Compiling precomputed-hash v0.1.1
16842026-03-18T10:45:57.450Z Compiling static_assertions v1.1.0
16852026-03-18T10:45:57.450Z Compiling normalize-line-endings v0.3.0
16862026-03-18T10:45:57.544Z Compiling mime v0.3.17
16872026-03-18T10:45:57.547Z Compiling keccak v0.1.6
16882026-03-18T10:45:57.587Z Compiling fixedbitset v0.4.2
16892026-03-18T10:45:57.880Z Compiling predicates-core v1.0.10
16902026-03-18T10:45:57.900Z Compiling unit-prefix v0.5.2
16912026-03-18T10:45:57.944Z Compiling fixedbitset v0.5.7
16922026-03-18T10:45:58.086Z Compiling jiff v0.2.21
16932026-03-18T10:45:58.114Z Compiling indicatif v0.18.4
16942026-03-18T10:45:58.192Z Compiling strum v0.26.3
16952026-03-18T10:45:58.227Z Compiling clap v4.5.60
16962026-03-18T10:45:58.331Z Compiling petgraph v0.8.3
16972026-03-18T10:45:58.350Z Compiling predicates v3.1.4
16982026-03-18T10:45:58.353Z Compiling sha3 v0.10.8
16992026-03-18T10:45:58.517Z Compiling petgraph v0.6.5
17002026-03-18T10:45:58.684Z Compiling toml_edit v0.22.27
17012026-03-18T10:45:58.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-18T10:45:59.234Z Compiling string_cache v0.8.9
17032026-03-18T10:45:59.266Z Compiling iddqd v0.3.17
17042026-03-18T10:45:59.527Z Compiling tokio-postgres v0.7.16
17052026-03-18T10:46:00.534Z Compiling hickory-proto v0.25.2
17062026-03-18T10:46:00.780Z Compiling env_logger v0.11.9
17072026-03-18T10:46:01.048Z Compiling usdt v0.6.0
17082026-03-18T10:46:01.258Z Compiling zone v0.3.1
17092026-03-18T10:46:01.385Z Compiling usdt-impl v0.5.0
17102026-03-18T10:46:02.171Z Compiling zip v4.6.1
17112026-03-18T10:46:02.215Z Compiling ecdsa v0.16.9
17122026-03-18T10:46:02.491Z Compiling similar v2.7.0
17132026-03-18T10:46:02.574Z Compiling serde_with v3.17.0
17142026-03-18T10:46:02.744Z Compiling rsa v0.9.10
17152026-03-18T10:46:02.789Z Compiling crossterm v0.28.1
17162026-03-18T10:46:03.489Z Compiling ed25519-dalek v2.2.0
17172026-03-18T10:46:03.667Z Compiling zip v0.6.6
17182026-03-18T10:46:04.437Z Compiling toml v0.7.8
17192026-03-18T10:46:05.149Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-18T10:46:05.190Z Compiling itertools v0.13.0
17212026-03-18T10:46:05.281Z Compiling tokio-stream v0.1.18
17222026-03-18T10:46:05.898Z Compiling buf-list v1.1.2
17232026-03-18T10:46:06.016Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-18T10:46:06.036Z Compiling x509-cert v0.2.5
17252026-03-18T10:46:06.259Z Compiling openapiv3 v2.2.0
17262026-03-18T10:46:06.421Z Compiling sha1 v0.10.6
17272026-03-18T10:46:06.712Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-18T10:46:06.931Z Compiling lalrpop-util v0.19.12
17292026-03-18T10:46:06.987Z Compiling peg-runtime v0.8.5
17302026-03-18T10:46:07.134Z Compiling thread_local v1.1.9
17312026-03-18T10:46:07.137Z Compiling slog-async v2.8.0
17322026-03-18T10:46:07.185Z Compiling crossbeam-channel v0.5.15
17332026-03-18T10:46:07.369Z Compiling futures-executor v0.3.32
17342026-03-18T10:46:07.477Z Compiling filetime v0.2.27
17352026-03-18T10:46:07.569Z Compiling is-terminal v0.4.17
17362026-03-18T10:46:07.691Z Compiling xattr v1.6.1
17372026-03-18T10:46:07.706Z Compiling take_mut v0.2.2
17382026-03-18T10:46:07.728Z Compiling term v1.2.1
17392026-03-18T10:46:07.840Z Compiling tar v0.4.44
17402026-03-18T10:46:07.895Z Compiling futures v0.3.32
17412026-03-18T10:46:08.378Z Compiling slog-term v2.9.2
17422026-03-18T10:46:14.801Z Compiling rustls-webpki v0.103.9
17432026-03-18T10:46:18.888Z Compiling tokio-rustls v0.26.4
17442026-03-18T10:46:18.889Z Compiling rustls-platform-verifier v0.6.2
17452026-03-18T10:46:19.154Z Compiling hyper-rustls v0.27.7
17462026-03-18T10:46:19.420Z Compiling reqwest v0.12.28
17472026-03-18T10:46:19.420Z Compiling reqwest v0.13.2
17482026-03-18T10:46:22.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-18T10:46:22.674Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-18T10:46:26.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17512026-03-18T10:46:26.743Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-18T10:46:26.812ZMar 18 10:46:25.738 INFO Starting download, target: Clickhouse
17532026-03-18T10:46:26.812ZMar 18 10:46:25.738 INFO Starting download, target: DendriteStub
17542026-03-18T10:46:26.812ZMar 18 10:46:25.738 INFO Starting download, target: Cockroach
17552026-03-18T10:46:26.812ZMar 18 10:46:25.738 INFO Starting download, target: Console
17562026-03-18T10:46:26.812ZMar 18 10:46:25.739 INFO Starting download, target: MaghemiteMgd
17572026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Starting download, target: TransceiverControl
17582026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-18T10:46:26.815ZMar 18 10:46:25.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-18T10:46:27.283ZMar 18 10:46:26.203 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-18T10:46:27.623ZMar 18 10:46:26.547 INFO Download complete, target: TransceiverControl
17662026-03-18T10:46:27.811ZMar 18 10:46:26.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-18T10:46:28.185ZMar 18 10:46:27.109 INFO Download complete, target: Console
17682026-03-18T10:46:28.246ZMar 18 10:46:27.170 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-18T10:46:28.483ZMar 18 10:46:27.404 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-18T10:46:28.929ZMar 18 10:46:27.852 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-18T10:46:29.084ZMar 18 10:46:28.009 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-18T10:46:29.084ZMar 18 10:46:28.009 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-18T10:46:31.921ZMar 18 10:46:30.847 INFO Download complete, target: DendriteStub
17742026-03-18T10:46:32.111ZMar 18 10:46:31.037 INFO Download complete, target: MaghemiteMgd
17752026-03-18T10:46:37.015ZMar 18 10:46:35.941 INFO Checking that binary works, target: Cockroach
17762026-03-18T10:46:37.130ZMar 18 10:46:36.056 INFO Download complete, target: Cockroach
17772026-03-18T10:46:40.310ZMar 18 10:46:39.235 INFO Checking that binary works, target: Clickhouse
17782026-03-18T10:46:40.482ZMar 18 10:46:39.408 INFO Download complete, target: Clickhouse
17792026-03-18T10:46:40.497ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-18T10:46:40.500Z
17812026-03-18T10:46:40.500Zreal 3:58.254627709
17822026-03-18T10:46:40.500Zuser 10:25.176863299
17832026-03-18T10:46:40.500Zsys 1:48.093054887
17842026-03-18T10:46:40.500Ztrap 0.335148789
17852026-03-18T10:46:40.500Ztflt 0.685969463
17862026-03-18T10:46:40.500Zdflt 0.813243977
17872026-03-18T10:46:40.500Zkflt 0.109101875
17882026-03-18T10:46:40.500Zlock 30:35.062208514
17892026-03-18T10:46:40.500Zslp 29:16.478875103
17902026-03-18T10:46:40.500Zlat 57.306630692
17912026-03-18T10:46:40.500Zstop 2:41.538694625
17922026-03-18T10:46:40.500Z+ banner clippy
17932026-03-18T10:46:40.503Z
17942026-03-18T10:46:40.503Z #### # # ##### ##### # #
17952026-03-18T10:46:40.503Z # # # # # # # # # #
17962026-03-18T10:46:40.503Z # # # # # # # #
17972026-03-18T10:46:40.503Z # # # ##### ##### #
17982026-03-18T10:46:40.503Z # # # # # # #
17992026-03-18T10:46:40.503Z #### ###### # # # #
18002026-03-18T10:46:40.503Z
18012026-03-18T10:46:40.503Z+ export CARGO_INCREMENTAL=0
18022026-03-18T10:46:40.503Z+ CARGO_INCREMENTAL=0
18032026-03-18T10:46:40.503Z+ ptime -m cargo xtask clippy
18042026-03-18T10:46:41.195Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-18T10:46:41.474Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-18T10:46:43.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18072026-03-18T10:46:44.089Z Running `target/debug/xtask clippy`
18082026-03-18T10:46:44.119Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-18T10:46:44.902Z Downloading crates ...
18102026-03-18T10:46:45.167Z Downloaded nested v0.1.1
18112026-03-18T10:46:45.186Z Downloaded miette-derive v5.10.0
18122026-03-18T10:46:45.189Z Downloaded async-object-pool v0.2.0
18132026-03-18T10:46:45.189Z Downloaded assert-json-diff v2.0.2
18142026-03-18T10:46:45.192Z Downloaded addr2line v0.25.1
18152026-03-18T10:46:45.192Z Downloaded datatest-stable v0.3.3
18162026-03-18T10:46:45.195Z Downloaded parking v2.2.1
18172026-03-18T10:46:45.198Z Downloaded guppy-workspace-hack v0.1.0
18182026-03-18T10:46:45.198Z Downloaded approx v0.5.1
18192026-03-18T10:46:45.198Z Downloaded cargo-platform v0.3.2
18202026-03-18T10:46:45.204Z Downloaded backtrace-ext v0.2.1
18212026-03-18T10:46:45.204Z Downloaded terminal_size v0.1.17
18222026-03-18T10:46:45.204Z Downloaded linkme-impl v0.3.35
18232026-03-18T10:46:45.204Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18242026-03-18T10:46:45.207Z Downloaded supports-hyperlinks v2.1.0
18252026-03-18T10:46:45.207Z Downloaded cast v0.3.0
18262026-03-18T10:46:45.210Z Downloaded target-triple v1.0.0
18272026-03-18T10:46:45.218Z Downloaded supports-unicode v2.1.0
18282026-03-18T10:46:45.221Z Downloaded plotters-svg v0.3.7
18292026-03-18T10:46:45.221Z Downloaded similar-asserts v1.7.0
18302026-03-18T10:46:45.224Z Downloaded serde_regex v1.1.0
18312026-03-18T10:46:45.224Z Downloaded supports-color v2.1.0
18322026-03-18T10:46:45.233Z Downloaded plotters-backend v0.3.7
18332026-03-18T10:46:45.236Z Downloaded constant_time_eq v0.3.1
18342026-03-18T10:46:45.239Z Downloaded assert_cmd v2.1.2
18352026-03-18T10:46:45.239Z Downloaded anes v0.1.6
18362026-03-18T10:46:45.242Z Downloaded tinytemplate v1.2.1
18372026-03-18T10:46:45.245Z Downloaded pathdiff v0.2.3
18382026-03-18T10:46:45.245Z Downloaded partial-io v0.5.4
18392026-03-18T10:46:45.245Z Downloaded oorandom v11.1.5
18402026-03-18T10:46:45.248Z Downloaded event-listener-strategy v0.5.4
18412026-03-18T10:46:45.248Z Downloaded concurrent-queue v2.5.0
18422026-03-18T10:46:45.251Z Downloaded termcolor v1.4.1
18432026-03-18T10:46:45.251Z Downloaded stringmetrics v2.2.2
18442026-03-18T10:46:45.254Z Downloaded futures-timer v3.0.3
18452026-03-18T10:46:45.254Z Downloaded path-tree v0.8.3
18462026-03-18T10:46:45.257Z Downloaded criterion-plot v0.6.0
18472026-03-18T10:46:45.257Z Downloaded escape8259 v0.5.3
18482026-03-18T10:46:45.257Z Downloaded owo-colors v3.5.0
18492026-03-18T10:46:45.260Z Downloaded target-spec v3.5.7
18502026-03-18T10:46:45.260Z Downloaded knuffel-derive v3.2.0
18512026-03-18T10:46:45.260Z Downloaded rustc-demangle v0.1.27
18522026-03-18T10:46:45.263Z Downloaded relative-path v1.9.3
18532026-03-18T10:46:45.263Z Downloaded linkme v0.3.35
18542026-03-18T10:46:45.268Z Downloaded rust-argon2 v2.1.0
18552026-03-18T10:46:45.271Z Downloaded cargo_metadata v0.23.1
18562026-03-18T10:46:45.271Z Downloaded target-lexicon v0.13.3
18572026-03-18T10:46:45.274Z Downloaded httptest v0.16.4
18582026-03-18T10:46:45.274Z Downloaded event-listener v5.4.1
18592026-03-18T10:46:45.277Z Downloaded cfg-expr v0.20.6
18602026-03-18T10:46:45.280Z Downloaded blake2b_simd v1.0.4
18612026-03-18T10:46:45.280Z Downloaded async-lock v3.4.2
18622026-03-18T10:46:45.298Z Downloaded backtrace v0.3.76
18632026-03-18T10:46:45.298Z Downloaded trybuild v1.0.116
18642026-03-18T10:46:45.298Z Downloaded rstest v0.25.0
18652026-03-18T10:46:45.303Z Downloaded textwrap v0.15.2
18662026-03-18T10:46:45.303Z Downloaded libtest-mimic v0.8.1
18672026-03-18T10:46:45.306Z Downloaded miette v5.10.0
18682026-03-18T10:46:45.312Z Downloaded toml v1.0.3+spec-1.1.0
18692026-03-18T10:46:45.315Z Downloaded rstest_macros v0.25.0
18702026-03-18T10:46:45.318Z Downloaded chumsky v0.9.3
18712026-03-18T10:46:45.321Z Downloaded fancy-regex v0.14.0
18722026-03-18T10:46:45.323Z Downloaded rand_distr v0.5.1
18732026-03-18T10:46:45.326Z Downloaded knuffel v3.2.0
18742026-03-18T10:46:45.334Z Downloaded hashbrown v0.14.5
18752026-03-18T10:46:45.338Z Downloaded plotters v0.3.7
18762026-03-18T10:46:45.344Z Downloaded guppy v0.17.25
18772026-03-18T10:46:45.349Z Downloaded criterion v0.7.0
18782026-03-18T10:46:45.357Z Downloaded gimli v0.32.3
18792026-03-18T10:46:45.451Z Downloaded httpmock v0.8.3
18802026-03-18T10:46:47.631Z Checking cfg-if v1.0.4
18812026-03-18T10:46:48.038Z Checking libc v0.2.180
18822026-03-18T10:46:48.041Z Checking serde_core v1.0.228
18832026-03-18T10:46:48.131Z Checking memchr v2.8.0
18842026-03-18T10:46:48.180Z Checking smallvec v1.15.1
18852026-03-18T10:46:48.231Z Checking log v0.4.29
18862026-03-18T10:46:48.234Z Checking itoa v1.0.17
18872026-03-18T10:46:48.329Z Checking zeroize v1.8.2
18882026-03-18T10:46:48.382Z Checking libm v0.2.16
18892026-03-18T10:46:48.474Z Checking scopeguard v1.2.0
18902026-03-18T10:46:48.529Z Checking stable_deref_trait v1.2.1
18912026-03-18T10:46:48.580Z Checking zmij v1.0.21
18922026-03-18T10:46:48.630Z Checking zerofrom v0.1.6
18932026-03-18T10:46:48.680Z Checking lock_api v0.4.14
18942026-03-18T10:46:48.722Z Checking errno v0.3.14
18952026-03-18T10:46:48.725Z Checking getrandom v0.2.17
18962026-03-18T10:46:48.818Z Checking yoke v0.8.1
18972026-03-18T10:46:48.867Z Checking percent-encoding v2.3.2
18982026-03-18T10:46:48.918Z Checking writeable v0.6.2
18992026-03-18T10:46:48.918Z Checking litemap v0.8.1
19002026-03-18T10:46:49.010Z Checking subtle v2.6.1
19012026-03-18T10:46:49.055Z Checking icu_normalizer_data v2.1.1
19022026-03-18T10:46:49.102Z Checking icu_properties_data v2.1.2
19032026-03-18T10:46:49.106Z Checking zerovec v0.11.5
19042026-03-18T10:46:49.192Z Checking zerotrie v0.2.3
19052026-03-18T10:46:49.197Z Checking form_urlencoded v1.2.2
19062026-03-18T10:46:49.284Z Checking rand_core v0.6.4
19072026-03-18T10:46:49.287Z Checking portable-atomic v1.13.1
19082026-03-18T10:46:49.376Z Checking pin-project-lite v0.2.17
19092026-03-18T10:46:49.425Z Checking num-traits v0.2.19
19102026-03-18T10:46:49.470Z Checking utf8_iter v1.0.4
19112026-03-18T10:46:49.530Z Checking zerocopy v0.8.40
19122026-03-18T10:46:49.579Z Checking critical-section v1.2.0
19132026-03-18T10:46:49.625Z Checking parking_lot_core v0.9.12
19142026-03-18T10:46:49.675Z Checking rand_core v0.10.0
19152026-03-18T10:46:49.743Z Checking signal-hook-registry v1.4.8
19162026-03-18T10:46:49.793Z Checking tinystr v0.8.2
19172026-03-18T10:46:49.896Z Checking potential_utf v0.1.4
19182026-03-18T10:46:49.899Z Checking parking_lot v0.12.5
19192026-03-18T10:46:49.989Z Checking getrandom v0.4.1
19202026-03-18T10:46:49.989Z Checking once_cell v1.21.3
19212026-03-18T10:46:50.078Z Checking icu_locale_core v2.1.1
19222026-03-18T10:46:50.146Z Checking icu_collections v2.1.1
19232026-03-18T10:46:50.196Z Checking mio v1.1.1
19242026-03-18T10:46:50.248Z Checking typenum v1.19.0
19252026-03-18T10:46:50.301Z Checking serde v1.0.228
19262026-03-18T10:46:50.301Z Checking bitflags v2.11.0
19272026-03-18T10:46:50.304Z Checking serde_json v1.0.149
19282026-03-18T10:46:50.594Z Checking socket2 v0.6.2
19292026-03-18T10:46:50.661Z Checking thiserror v2.0.18
19302026-03-18T10:46:50.710Z Checking iana-time-zone v0.1.65
19312026-03-18T10:46:50.834Z Checking allocator-api2 v0.2.21
19322026-03-18T10:46:50.884Z Checking icu_provider v2.1.1
19332026-03-18T10:46:50.932Z Checking semver v1.0.27
19342026-03-18T10:46:50.978Z Checking uuid v1.21.0
19352026-03-18T10:46:51.021Z Checking bytes v1.11.1
19362026-03-18T10:46:51.025Z Checking generic-array v0.14.7
19372026-03-18T10:46:51.220Z Checking icu_normalizer v2.1.1
19382026-03-18T10:46:51.267Z Checking icu_properties v2.1.2
19392026-03-18T10:46:51.271Z Checking chrono v0.4.44
19402026-03-18T10:46:51.360Z Checking futures-core v0.3.32
19412026-03-18T10:46:51.441Z Checking equivalent v1.0.2
19422026-03-18T10:46:51.577Z Checking const-oid v0.9.6
19432026-03-18T10:46:51.627Z Checking dyn-clone v1.0.20
19442026-03-18T10:46:51.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-18T10:46:51.679Z Checking tokio v1.49.0
19462026-03-18T10:46:51.768Z Checking crypto-common v0.1.7
19472026-03-18T10:46:51.814Z Checking foldhash v0.2.0
19482026-03-18T10:46:51.998Z Checking block-buffer v0.10.4
19492026-03-18T10:46:52.043Z Checking hashbrown v0.16.1
19502026-03-18T10:46:52.088Z Checking futures-sink v0.3.32
19512026-03-18T10:46:52.215Z Checking rustix v1.1.3
19522026-03-18T10:46:52.259Z Checking byteorder v1.5.0
19532026-03-18T10:46:52.443Z Checking idna_adapter v1.2.1
19542026-03-18T10:46:52.516Z Checking futures-channel v0.3.32
19552026-03-18T10:46:52.564Z Checking slab v0.4.12
19562026-03-18T10:46:52.617Z Checking digest v0.10.7
19572026-03-18T10:46:52.664Z Checking idna v1.1.0
19582026-03-18T10:46:52.749Z Checking futures-io v0.3.32
19592026-03-18T10:46:52.803Z Checking futures-task v0.3.32
19602026-03-18T10:46:52.806Z Checking cpufeatures v0.2.17
19612026-03-18T10:46:52.908Z Checking indexmap v2.13.0
19622026-03-18T10:46:52.955Z Checking thiserror v1.0.69
19632026-03-18T10:46:53.001Z Checking getrandom v0.3.4
19642026-03-18T10:46:53.047Z Checking futures-util v0.3.32
19652026-03-18T10:46:53.050Z Checking url v2.5.8
19662026-03-18T10:46:53.138Z Checking fnv v1.0.7
19672026-03-18T10:46:53.218Z Checking regex-syntax v0.8.10
19682026-03-18T10:46:53.290Z Checking http v1.4.0
19692026-03-18T10:46:53.449Z Checking tracing-core v0.1.36
19702026-03-18T10:46:53.542Z Checking ppv-lite86 v0.2.21
19712026-03-18T10:46:53.681Z Checking schemars v0.8.22
19722026-03-18T10:46:53.734Z Checking base64 v0.22.1
19732026-03-18T10:46:53.923Z Checking tracing v0.1.44
19742026-03-18T10:46:54.000Z Checking unicode-ident v1.0.24
19752026-03-18T10:46:54.092Z Checking ipnet v2.11.0
19762026-03-18T10:46:54.156Z Checking anstyle v1.0.13
19772026-03-18T10:46:54.202Z Checking utf8parse v0.2.2
19782026-03-18T10:46:54.249Z Checking proc-macro2 v1.0.106
19792026-03-18T10:46:54.367Z Checking untrusted v0.9.0
19802026-03-18T10:46:54.435Z Checking anstyle-parse v0.2.7
19812026-03-18T10:46:54.482Z Checking aho-corasick v1.1.4
19822026-03-18T10:46:54.537Z Checking ring v0.17.14
19832026-03-18T10:46:54.618Z Checking is_terminal_polyfill v1.70.2
19842026-03-18T10:46:54.669Z Checking base64ct v1.8.3
19852026-03-18T10:46:54.718Z Checking quote v1.0.44
19862026-03-18T10:46:54.768Z Checking colorchoice v1.0.4
19872026-03-18T10:46:54.928Z Checking anstyle-query v1.1.5
19882026-03-18T10:46:54.981Z Checking syn v2.0.117
19892026-03-18T10:46:55.029Z Checking block-padding v0.3.3
19902026-03-18T10:46:55.083Z Checking anstream v0.6.21
19912026-03-18T10:46:55.131Z Checking terminal_size v0.4.3
19922026-03-18T10:46:55.232Z Checking inout v0.1.4
19932026-03-18T10:46:55.307Z Checking rustls-pki-types v1.14.0
19942026-03-18T10:46:55.380Z Checking crossbeam-utils v0.8.21
19952026-03-18T10:46:55.446Z Checking httparse v1.10.1
19962026-03-18T10:46:55.450Z Checking regex-automata v0.4.14
19972026-03-18T10:46:55.734Z Checking cipher v0.4.4
19982026-03-18T10:46:55.782Z Checking clap_lex v1.0.0
19992026-03-18T10:46:55.785Z Checking strsim v0.11.1
20002026-03-18T10:46:55.876Z Checking sha2 v0.10.9
20012026-03-18T10:46:55.927Z Checking pem-rfc7468 v0.7.0
20022026-03-18T10:46:56.041Z Checking http-body v1.0.1
20032026-03-18T10:46:56.094Z Checking clap_builder v4.5.60
20042026-03-18T10:46:56.096Z Checking rand_core v0.9.5
20052026-03-18T10:46:56.193Z Checking tokio-util v0.7.18
20062026-03-18T10:46:56.241Z Checking atomic-waker v1.1.2
20072026-03-18T10:46:56.289Z Checking hmac v0.12.1
20082026-03-18T10:46:56.292Z Checking httpdate v1.0.3
20092026-03-18T10:46:56.401Z Checking try-lock v0.2.5
20102026-03-18T10:46:56.448Z Checking ryu v1.0.23
20112026-03-18T10:46:56.496Z Checking tower-layer v0.3.3
20122026-03-18T10:46:56.551Z Checking flagset v0.4.7
20132026-03-18T10:46:56.599Z Checking want v0.3.1
20142026-03-18T10:46:56.656Z Checking pin-utils v0.1.0
20152026-03-18T10:46:56.719Z Checking tower-service v0.3.3
20162026-03-18T10:46:56.767Z Checking der v0.7.10
20172026-03-18T10:46:56.812Z Checking rand_chacha v0.9.0
20182026-03-18T10:46:56.815Z Checking erased-serde v0.3.31
20192026-03-18T10:46:56.901Z Checking spin v0.9.8
20202026-03-18T10:46:57.029Z Checking h2 v0.4.13
20212026-03-18T10:46:57.107Z Checking rand v0.9.2
20222026-03-18T10:46:57.174Z Checking anyhow v1.0.102
20232026-03-18T10:46:57.462Z Checking slog v2.8.2
20242026-03-18T10:46:57.511Z Checking powerfmt v0.2.0
20252026-03-18T10:46:57.743Z Checking deranged v0.5.8
20262026-03-18T10:46:57.792Z Checking num-conv v0.2.0
20272026-03-18T10:46:57.840Z Checking time-core v0.1.8
20282026-03-18T10:46:57.844Z Checking clap v4.5.60
20292026-03-18T10:46:57.931Z Checking num_threads v0.1.7
20302026-03-18T10:46:57.983Z Checking http-body-util v0.1.3
20312026-03-18T10:46:58.032Z Checking aws-lc-sys v0.37.1
20322026-03-18T10:46:58.035Z Checking untrusted v0.7.1
20332026-03-18T10:46:58.121Z Checking openssl-probe v0.2.1
20342026-03-18T10:46:58.124Z Checking fastrand v2.3.0
20352026-03-18T10:46:58.256Z Checking regex v1.12.3
20362026-03-18T10:46:58.306Z Checking spki v0.7.3
20372026-03-18T10:46:58.309Z Checking serde_urlencoded v0.7.1
20382026-03-18T10:46:58.346Z Checking pbkdf2 v0.12.2
20392026-03-18T10:46:58.452Z Checking aes v0.8.4
20402026-03-18T10:46:58.568Z Checking rand_chacha v0.3.1
20412026-03-18T10:46:58.571Z Checking pretty-hex v0.4.1
20422026-03-18T10:46:58.658Z Checking unicode-width v0.2.0
20432026-03-18T10:46:58.707Z Checking salsa20 v0.10.2
20442026-03-18T10:46:58.757Z Checking cbc v0.1.2
20452026-03-18T10:46:58.804Z Checking aws-lc-rs v1.16.0
20462026-03-18T10:46:58.915Z Checking ipnetwork v0.21.1
20472026-03-18T10:46:58.918Z Checking rand v0.8.5
20482026-03-18T10:46:59.008Z Checking scrypt v0.11.0
20492026-03-18T10:46:59.056Z Checking tempfile v3.25.0
20502026-03-18T10:46:59.060Z Checking hex v0.4.3
20512026-03-18T10:46:59.158Z Checking time v0.3.47
20522026-03-18T10:46:59.232Z Checking plain v0.2.3
20532026-03-18T10:46:59.267Z Checking pkcs5 v0.7.1
20542026-03-18T10:46:59.362Z Checking rustls-native-certs v0.8.3
20552026-03-18T10:46:59.401Z Checking sync_wrapper v1.0.2
20562026-03-18T10:46:59.445Z Checking camino v1.2.2
20572026-03-18T10:46:59.557Z Checking ucd-trie v0.1.7
20582026-03-18T10:46:59.596Z Checking tower v0.5.3
20592026-03-18T10:46:59.643Z Checking pkcs8 v0.10.2
20602026-03-18T10:46:59.701Z Checking webpki-roots v1.0.6
20612026-03-18T10:46:59.755Z Checking pest v2.8.6
20622026-03-18T10:46:59.827Z Checking iri-string v0.7.10
20632026-03-18T10:46:59.889Z Checking either v1.15.0
20642026-03-18T10:46:59.939Z Checking mime v0.3.17
20652026-03-18T10:46:59.984Z Checking rustls-webpki v0.103.9
20662026-03-18T10:47:00.165Z Checking openapiv3 v2.2.0
20672026-03-18T10:47:00.210Z Checking winnow v0.7.14
20682026-03-18T10:47:00.217Z Checking oxnet v0.1.4
20692026-03-18T10:47:00.598Z Checking lazy_static v1.5.0
20702026-03-18T10:47:00.605Z Checking rustls v0.23.37
20712026-03-18T10:47:00.721Z Checking hyper v1.8.1
20722026-03-18T10:47:00.769Z Checking foreign-types-shared v0.1.1
20732026-03-18T10:47:00.775Z Checking static_assertions v1.1.0
20742026-03-18T10:47:00.907Z Checking foreign-types v0.3.2
20752026-03-18T10:47:00.955Z Checking signature v2.2.0
20762026-03-18T10:47:01.034Z Checking openssl-sys v0.9.111
20772026-03-18T10:47:01.158Z Checking encoding_rs v0.8.35
20782026-03-18T10:47:01.264Z Checking simd-adler32 v0.3.8
20792026-03-18T10:47:01.344Z Checking tower-http v0.6.8
20802026-03-18T10:47:01.533Z Checking hubpack v0.1.2
20812026-03-18T10:47:01.708Z Checking openssl v0.10.75
20822026-03-18T10:47:01.758Z Checking adler2 v2.0.1
20832026-03-18T10:47:01.807Z Checking strum v0.26.3
20842026-03-18T10:47:01.869Z Checking sha1 v0.10.6
20852026-03-18T10:47:01.932Z Checking miniz_oxide v0.8.9
20862026-03-18T10:47:01.984Z Checking data-encoding v2.10.0
20872026-03-18T10:47:02.026Z Checking hyper-util v0.1.20
20882026-03-18T10:47:02.026Z Checking tinyvec_macros v0.1.1
20892026-03-18T10:47:02.119Z Checking toml_datetime v0.6.11
20902026-03-18T10:47:02.192Z Checking tinyvec v1.10.0
20912026-03-18T10:47:02.376Z Checking serde_spanned v0.6.9
20922026-03-18T10:47:02.420Z Checking num-integer v0.1.46
20932026-03-18T10:47:02.467Z Checking scroll v0.13.0
20942026-03-18T10:47:02.513Z Checking memmap2 v0.9.10
20952026-03-18T10:47:02.566Z Checking base16ct v0.2.0
20962026-03-18T10:47:02.656Z Checking bit-vec v0.8.0
20972026-03-18T10:47:02.754Z Checking dtrace-parser v0.3.0
20982026-03-18T10:47:02.757Z Checking crossbeam-epoch v0.9.18
20992026-03-18T10:47:02.845Z Checking sec1 v0.7.3
21002026-03-18T10:47:02.848Z Checking goblin v0.10.5
21012026-03-18T10:47:02.942Z Checking bit-set v0.8.0
21022026-03-18T10:47:03.098Z Checking crc32fast v1.5.0
21032026-03-18T10:47:03.147Z Checking ff v0.13.1
21042026-03-18T10:47:03.193Z Checking wait-timeout v0.2.1
21052026-03-18T10:47:03.196Z Checking thread-id v5.1.0
21062026-03-18T10:47:03.311Z Checking num-iter v0.1.45
21072026-03-18T10:47:03.360Z Checking group v0.13.0
21082026-03-18T10:47:03.406Z Checking bstr v1.12.1
21092026-03-18T10:47:03.409Z Checking hkdf v0.12.4
21102026-03-18T10:47:03.501Z Checking ahash v0.8.12
21112026-03-18T10:47:03.588Z Checking crypto-bigint v0.5.5
21122026-03-18T10:47:03.636Z Checking quick-error v1.2.3
21132026-03-18T10:47:03.724Z Checking rand_xorshift v0.4.0
21142026-03-18T10:47:03.802Z Checking rusty-fork v0.3.1
21152026-03-18T10:47:03.805Z Checking scroll v0.12.0
21162026-03-18T10:47:03.896Z Checking tokio-rustls v0.26.4
21172026-03-18T10:47:03.941Z Checking unarray v0.1.4
21182026-03-18T10:47:04.041Z Checking num-bigint-dig v0.8.6
21192026-03-18T10:47:04.088Z Checking pkcs1 v0.7.5
21202026-03-18T10:47:04.134Z Checking proptest v1.10.0
21212026-03-18T10:47:04.185Z Checking goblin v0.8.2
21222026-03-18T10:47:04.233Z Checking hyper-rustls v0.27.7
21232026-03-18T10:47:04.394Z Checking x509-cert v0.2.5
21242026-03-18T10:47:04.536Z Checking zerocopy v0.7.35
21252026-03-18T10:47:04.598Z Checking native-tls v0.2.18
21262026-03-18T10:47:04.867Z Checking tokio-native-tls v0.3.1
21272026-03-18T10:47:04.963Z Checking elliptic-curve v0.13.8
21282026-03-18T10:47:05.108Z Checking hyper-tls v0.6.0
21292026-03-18T10:47:05.219Z Checking zlib-rs v0.6.2
21302026-03-18T10:47:05.269Z Checking unicode-segmentation v1.12.0
21312026-03-18T10:47:05.315Z Checking psl-types v2.0.11
21322026-03-18T10:47:05.361Z Checking reqwest v0.12.28
21332026-03-18T10:47:05.414Z Checking rsa v0.9.10
21342026-03-18T10:47:05.499Z Checking publicsuffix v2.3.0
21352026-03-18T10:47:05.720Z Checking crossbeam-deque v0.8.6
21362026-03-18T10:47:05.766Z Checking dtrace-parser v0.2.0
21372026-03-18T10:47:05.983Z Checking cookie v0.18.1
21382026-03-18T10:47:06.063Z Checking rfc6979 v0.4.0
21392026-03-18T10:47:06.114Z Checking thread-id v4.2.2
21402026-03-18T10:47:06.160Z Checking dof v0.4.0
21412026-03-18T10:47:06.248Z Checking toml_write v0.1.2
21422026-03-18T10:47:06.252Z Checking ecdsa v0.16.9
21432026-03-18T10:47:06.339Z Checking cookie_store v0.22.1
21442026-03-18T10:47:06.470Z Checking flate2 v1.1.9
21452026-03-18T10:47:06.519Z Checking toml_edit v0.22.27
21462026-03-18T10:47:06.522Z Checking rustls-platform-verifier v0.6.2
21472026-03-18T10:47:06.667Z Checking newtype-uuid v1.3.2
21482026-03-18T10:47:06.772Z Checking toml_parser v1.0.9+spec-1.1.0
21492026-03-18T10:47:06.821Z Checking curve25519-dalek v4.1.3
21502026-03-18T10:47:06.824Z Checking memoffset v0.9.1
21512026-03-18T10:47:06.912Z Checking dof v0.3.0
21522026-03-18T10:47:06.915Z Checking rustix v0.38.44
21532026-03-18T10:47:07.004Z Checking env_filter v1.0.0
21542026-03-18T10:47:07.006Z Checking keccak v0.1.6
21552026-03-18T10:47:07.095Z Checking usdt-impl v0.6.0
21562026-03-18T10:47:07.222Z Checking env_logger v0.11.9
21572026-03-18T10:47:07.270Z Checking daft v0.1.5
21582026-03-18T10:47:07.318Z Checking usdt-impl v0.5.0
21592026-03-18T10:47:07.323Z Checking sha3 v0.10.8
21602026-03-18T10:47:07.489Z Checking usdt v0.6.0
21612026-03-18T10:47:07.536Z Checking reqwest v0.13.2
21622026-03-18T10:47:07.618Z Checking ed25519 v2.2.3
21632026-03-18T10:47:07.670Z Checking itertools v0.13.0
21642026-03-18T10:47:07.717Z Checking serde_with v3.17.0
21652026-03-18T10:47:07.762Z Checking bitflags v1.3.2
21662026-03-18T10:47:07.886Z Checking siphasher v1.0.2
21672026-03-18T10:47:07.889Z Checking unicode-normalization v0.1.25
21682026-03-18T10:47:07.977Z Checking ed25519-dalek v2.2.0
21692026-03-18T10:47:08.055Z Checking signal-hook v0.3.18
21702026-03-18T10:47:08.133Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-18T10:47:08.136Z Checking winnow v0.5.40
21722026-03-18T10:47:08.314Z Checking managed v0.8.0
21732026-03-18T10:47:08.362Z Checking nix v0.31.1
21742026-03-18T10:47:08.436Z Checking rayon-core v1.13.0
21752026-03-18T10:47:08.492Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-18T10:47:08.606Z Checking object v0.37.3
21772026-03-18T10:47:08.654Z Checking foldhash v0.1.5
21782026-03-18T10:47:08.725Z Checking bzip2 v0.4.4
21792026-03-18T10:47:08.864Z Checking hashbrown v0.15.5
21802026-03-18T10:47:08.913Z Checking signal-hook-mio v0.2.5
21812026-03-18T10:47:08.971Z Checking ref-cast v1.0.25
21822026-03-18T10:47:09.079Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-18T10:47:09.133Z Checking zip v0.6.6
21842026-03-18T10:47:09.180Z Checking bumpalo v3.20.2
21852026-03-18T10:47:09.260Z Checking zstd-safe v7.2.4
21862026-03-18T10:47:09.472Z Checking libbz2-rs-sys v0.2.2
21872026-03-18T10:47:09.521Z Checking zstd v0.13.3
21882026-03-18T10:47:09.565Z Checking zopfli v0.8.3
21892026-03-18T10:47:09.612Z Checking crossterm v0.28.1
21902026-03-18T10:47:09.805Z Checking rayon v1.11.0
21912026-03-18T10:47:09.808Z Checking similar v2.7.0
21922026-03-18T10:47:09.895Z Checking fs-err v3.3.0
21932026-03-18T10:47:09.898Z Checking toml_edit v0.19.15
21942026-03-18T10:47:10.019Z Checking bzip2 v0.6.1
21952026-03-18T10:47:10.066Z Checking hash32 v0.2.1
21962026-03-18T10:47:10.268Z Checking serde-big-array v0.5.1
21972026-03-18T10:47:10.316Z Checking jiff v0.2.21
21982026-03-18T10:47:10.319Z Checking predicates-core v1.0.10
21992026-03-18T10:47:10.407Z Checking unicode-bidi v0.3.18
22002026-03-18T10:47:10.476Z Checking unicode-properties v0.1.4
22012026-03-18T10:47:10.553Z Checking heapless v0.7.17
22022026-03-18T10:47:10.632Z Checking hickory-proto v0.25.2
22032026-03-18T10:47:10.762Z Checking tokio-stream v0.1.18
22042026-03-18T10:47:10.832Z Checking stringprep v0.1.5
22052026-03-18T10:47:11.064Z Checking md-5 v0.10.6
22062026-03-18T10:47:11.158Z Checking float-cmp v0.10.0
22072026-03-18T10:47:11.272Z Checking normalize-line-endings v0.3.0
22082026-03-18T10:47:11.320Z Checking fallible-iterator v0.2.0
22092026-03-18T10:47:11.367Z Checking rustc-hash v2.1.1
22102026-03-18T10:47:11.413Z Checking toml v0.7.8
22112026-03-18T10:47:11.461Z Checking difflib v0.4.0
22122026-03-18T10:47:11.545Z Checking iddqd v0.3.17
22132026-03-18T10:47:11.724Z Checking postgres-protocol v0.6.10
22142026-03-18T10:47:11.727Z Checking predicates v3.1.4
22152026-03-18T10:47:11.872Z Checking smoltcp v0.9.1
22162026-03-18T10:47:11.921Z Checking phf_shared v0.13.1
22172026-03-18T10:47:11.970Z Checking phf_shared v0.11.3
22182026-03-18T10:47:12.173Z Checking itertools v0.12.1
22192026-03-18T10:47:12.223Z Checking console v0.16.2
22202026-03-18T10:47:12.223Z Checking buf-list v1.1.2
22212026-03-18T10:47:12.311Z Checking strum v0.27.2
22222026-03-18T10:47:12.487Z Checking unit-prefix v0.5.2
22232026-03-18T10:47:12.538Z Checking fixedbitset v0.4.2
22242026-03-18T10:47:12.653Z Checking new_debug_unreachable v1.0.6
22252026-03-18T10:47:12.700Z Checking lalrpop-util v0.19.12
22262026-03-18T10:47:12.748Z Checking precomputed-hash v0.1.1
22272026-03-18T10:47:12.752Z Checking fixedbitset v0.5.7
22282026-03-18T10:47:12.838Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-18T10:47:12.884Z Checking petgraph v0.6.5
22302026-03-18T10:47:12.931Z Checking string_cache v0.8.9
22312026-03-18T10:47:12.977Z Checking indicatif v0.18.4
22322026-03-18T10:47:13.084Z Checking petgraph v0.8.3
22332026-03-18T10:47:13.183Z Checking phf v0.13.1
22342026-03-18T10:47:13.425Z Checking postgres-types v0.2.12
22352026-03-18T10:47:13.507Z Checking zip v4.6.1
22362026-03-18T10:47:13.554Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-18T10:47:13.614Z Checking zone v0.3.1
22382026-03-18T10:47:13.897Z Checking whoami v2.1.0
22392026-03-18T10:47:13.958Z Checking peg-runtime v0.8.5
22402026-03-18T10:47:14.182Z Checking tokio-postgres v0.7.16
22412026-03-18T10:47:14.185Z Checking futures-executor v0.3.32
22422026-03-18T10:47:14.277Z Checking is-terminal v0.4.17
22432026-03-18T10:47:14.328Z Checking crossbeam-channel v0.5.15
22442026-03-18T10:47:14.420Z Compiling structmeta-derive v0.3.0
22452026-03-18T10:47:14.471Z Checking thread_local v1.1.9
22462026-03-18T10:47:14.474Z Checking futures v0.3.32
22472026-03-18T10:47:14.649Z Checking term v1.2.1
22482026-03-18T10:47:14.709Z Checking take_mut v0.2.2
22492026-03-18T10:47:14.743Z Compiling newtype-uuid-macros v0.1.0
22502026-03-18T10:47:14.801Z Compiling rustls v0.22.4
22512026-03-18T10:47:14.863Z Checking slog-async v2.8.0
22522026-03-18T10:47:14.975Z Checking slog-term v2.9.2
22532026-03-18T10:47:15.122Z Checking regress v0.10.5
22542026-03-18T10:47:15.125Z Compiling multer v3.1.0
22552026-03-18T10:47:15.318Z Compiling async-stream-impl v0.3.6
22562026-03-18T10:47:15.366Z Compiling dropshot v0.16.7
22572026-03-18T10:47:15.537Z Compiling dropshot_endpoint v0.16.7
22582026-03-18T10:47:15.742Z Checking match_cfg v0.1.0
22592026-03-18T10:47:15.791Z Checking slog-json v2.6.1
22602026-03-18T10:47:15.866Z Checking hostname v0.3.1
22612026-03-18T10:47:15.917Z Compiling structmeta v0.3.0
22622026-03-18T10:47:15.959Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-03-18T10:47:16.053Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-03-18T10:47:16.056Z Checking slog-bunyan v2.5.0
22652026-03-18T10:47:16.149Z Checking debug-ignore v1.0.5
22662026-03-18T10:47:16.207Z Checking serde_spanned v1.0.4
22672026-03-18T10:47:16.259Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-18T10:47:16.262Z Compiling derive-ex v0.1.8
22692026-03-18T10:47:16.349Z Checking rustls-webpki v0.102.8
22702026-03-18T10:47:16.415Z Checking serde_path_to_error v0.1.20
22712026-03-18T10:47:16.481Z Checking progenitor-client v0.13.0
22722026-03-18T10:47:16.533Z Checking toml v0.9.12+spec-1.1.0
22732026-03-18T10:47:16.662Z Checking async-stream v0.3.6
22742026-03-18T10:47:16.864Z Checking waitgroup v0.1.2
22752026-03-18T10:47:16.867Z Checking rustls-pemfile v2.2.0
22762026-03-18T10:47:17.024Z Checking hostname v0.4.2
22772026-03-18T10:47:17.106Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-03-18T10:47:17.155Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-18T10:47:17.200Z Compiling parse-display-derive v0.10.0
22802026-03-18T10:47:17.203Z Checking itertools v0.14.0
22812026-03-18T10:47:17.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-18T10:47:17.326Z Checking macaddr v1.0.1
22832026-03-18T10:47:17.416Z Checking progenitor-client v0.10.0
22842026-03-18T10:47:17.639Z Checking instant v0.1.13
22852026-03-18T10:47:17.738Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-18T10:47:17.787Z Checking backoff v0.4.0
22872026-03-18T10:47:17.864Z Checking backon v1.6.0
22882026-03-18T10:47:17.967Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-18T10:47:18.093Z Checking heck v0.5.0
22902026-03-18T10:47:18.138Z Checking progenitor-extras v0.1.1
22912026-03-18T10:47:18.287Z Checking camino-tempfile v1.4.1
22922026-03-18T10:47:18.502Z Checking toml v0.8.23
22932026-03-18T10:47:18.679Z Compiling convert_case v0.4.0
22942026-03-18T10:47:18.728Z Compiling test-strategy v0.4.5
22952026-03-18T10:47:18.793Z Compiling unsafe-libyaml v0.2.11
22962026-03-18T10:47:18.944Z Checking tokio-rustls v0.25.0
22972026-03-18T10:47:19.016Z Checking secrecy v0.10.3
22982026-03-18T10:47:19.194Z Compiling toml_edit v0.23.10+spec-1.0.0
22992026-03-18T10:47:19.241Z Compiling derive_more v0.99.20
23002026-03-18T10:47:19.526Z Checking parse-display v0.10.0
23012026-03-18T10:47:19.760Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-18T10:47:19.843Z Compiling crucible-workspace-hack v0.1.0
23032026-03-18T10:47:20.104Z Compiling proc-macro-crate v3.4.0
23042026-03-18T10:47:20.309Z Compiling typify-impl v0.6.1
23052026-03-18T10:47:20.834Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-18T10:47:21.008Z Checking half v2.7.1
23072026-03-18T10:47:21.360Z Checking glob v0.3.3
23082026-03-18T10:47:21.407Z Checking ciborium-io v0.2.2
23092026-03-18T10:47:21.560Z Checking ciborium-ll v0.2.2
23102026-03-18T10:47:21.640Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-18T10:47:21.826Z Compiling heapless v0.8.0
23122026-03-18T10:47:21.874Z Checking ciborium v0.2.2
23132026-03-18T10:47:21.923Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23142026-03-18T10:47:22.030Z Compiling ingot-macros v0.1.1
23152026-03-18T10:47:22.357Z Checking tabwriter v1.4.1
23162026-03-18T10:47:22.414Z Checking hash32 v0.3.1
23172026-03-18T10:47:22.491Z Compiling smoltcp v0.11.0
23182026-03-18T10:47:22.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-18T10:47:22.586Z Compiling num_enum_derive v0.7.5
23202026-03-18T10:47:22.807Z Checking cobs v0.3.0
23212026-03-18T10:47:22.915Z Compiling foreign-types-macros v0.2.3
23222026-03-18T10:47:23.027Z Checking cpufeatures v0.3.0
23232026-03-18T10:47:23.083Z Checking foreign-types-shared v0.3.1
23242026-03-18T10:47:23.158Z Checking chacha20 v0.10.0
23252026-03-18T10:47:23.250Z Checking postcard v1.1.3
23262026-03-18T10:47:23.734Z Compiling proc-macro-crate v1.3.1
23272026-03-18T10:47:23.780Z Checking foreign-types v0.5.0
23282026-03-18T10:47:23.863Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-18T10:47:23.918Z Checking cstr-argument v0.1.2
23302026-03-18T10:47:24.058Z Checking num_enum v0.7.5
23312026-03-18T10:47:24.112Z Checking sigpipe v0.1.3
23322026-03-18T10:47:24.188Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-18T10:47:24.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-18T10:47:24.248Z Checking colored v3.1.1
23352026-03-18T10:47:24.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-18T10:47:24.595Z Compiling num_enum_derive v0.5.11
23372026-03-18T10:47:24.686Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-18T10:47:24.747Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-18T10:47:24.792Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-03-18T10:47:24.928Z Checking rand v0.10.0
23412026-03-18T10:47:24.977Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23422026-03-18T10:47:24.980Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-03-18T10:47:25.067Z Checking indent_write v2.2.0
23442026-03-18T10:47:25.274Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-03-18T10:47:25.416Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-03-18T10:47:25.544Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-03-18T10:47:25.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23482026-03-18T10:47:25.659Z Checking smf v0.2.3
23492026-03-18T10:47:25.884Z Compiling num-derive v0.4.2
23502026-03-18T10:47:25.932Z Checking ingot-types v0.1.2
23512026-03-18T10:47:26.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-03-18T10:47:26.026Z Checking num_enum v0.5.11
23532026-03-18T10:47:26.112Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23542026-03-18T10:47:26.239Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-18T10:47:26.345Z Checking whoami v1.6.1
23562026-03-18T10:47:26.404Z Checking universal-hash v0.5.1
23572026-03-18T10:47:26.499Z Checking ingot v0.1.1
23582026-03-18T10:47:26.600Z Checking opaque-debug v0.3.1
23592026-03-18T10:47:26.603Z Checking aead v0.5.2
23602026-03-18T10:47:26.725Z Checking swrite v0.1.0
23612026-03-18T10:47:26.774Z Checking poly1305 v0.8.0
23622026-03-18T10:47:26.777Z Compiling typify-macro v0.6.1
23632026-03-18T10:47:26.866Z Checking chacha20 v0.9.1
23642026-03-18T10:47:26.869Z Checking unicode-width v0.1.14
23652026-03-18T10:47:26.911Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-18T10:47:27.139Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-18T10:47:27.185Z Checking password-hash v0.5.0
23682026-03-18T10:47:27.188Z Checking blake2 v0.10.6
23692026-03-18T10:47:27.276Z Checking chacha20poly1305 v0.10.1
23702026-03-18T10:47:27.465Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23712026-03-18T10:47:27.511Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-18T10:47:27.557Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23732026-03-18T10:47:27.601Z Checking argon2 v0.5.3
23742026-03-18T10:47:27.874Z Compiling usdt-attr-macro v0.5.0
23752026-03-18T10:47:27.922Z Compiling usdt-macro v0.5.0
23762026-03-18T10:47:27.925Z Checking memmap v0.7.0
23772026-03-18T10:47:28.073Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23782026-03-18T10:47:28.171Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-18T10:47:28.525Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-03-18T10:47:28.604Z Checking thiserror-no-std v2.0.2
23812026-03-18T10:47:28.756Z Checking vsss-rs v3.3.4
23822026-03-18T10:47:28.859Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-18T10:47:28.916Z Compiling derive-where v1.6.0
23842026-03-18T10:47:28.964Z Checking atomicwrites v0.4.4
23852026-03-18T10:47:28.967Z Checking usdt v0.5.0
23862026-03-18T10:47:29.163Z Checking console v0.15.11
23872026-03-18T10:47:29.214Z Compiling typify v0.6.1
23882026-03-18T10:47:29.387Z Compiling progenitor-impl v0.13.0
23892026-03-18T10:47:29.549Z Checking tokio-dtrace v0.1.1
23902026-03-18T10:47:29.595Z Checking newline-converter v0.3.0
23912026-03-18T10:47:29.767Z Checking expectorate v1.2.0
23922026-03-18T10:47:29.815Z Checking oxide-tokio-rt v0.1.3
23932026-03-18T10:47:29.865Z Checking bytecount v0.6.9
23942026-03-18T10:47:30.001Z Compiling prettyplease v0.2.37
23952026-03-18T10:47:30.047Z Compiling owo-colors v4.3.0
23962026-03-18T10:47:30.093Z Compiling cancel-safe-futures v0.1.5
23972026-03-18T10:47:30.357Z Checking libsw-core v0.3.2
23982026-03-18T10:47:30.406Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-18T10:47:30.497Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-18T10:47:30.589Z Checking libsw v3.5.0
24012026-03-18T10:47:30.727Z Checking linear-map v1.2.0
24022026-03-18T10:47:30.730Z Checking same-file v1.0.6
24032026-03-18T10:47:30.858Z Checking num-rational v0.4.2
24042026-03-18T10:47:30.919Z Checking num-complex v0.4.6
24052026-03-18T10:47:30.966Z Checking walkdir v2.5.0
24062026-03-18T10:47:31.012Z Checking float-ord v0.3.2
24072026-03-18T10:47:31.179Z Checking gethostname v0.5.0
24082026-03-18T10:47:31.330Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-03-18T10:47:31.440Z Checking num v0.4.3
24102026-03-18T10:47:31.487Z Compiling async-recursion v1.1.1
24112026-03-18T10:47:31.533Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-03-18T10:47:31.641Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-03-18T10:47:31.786Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-18T10:47:32.534Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-03-18T10:47:33.066Z Compiling progenitor-macro v0.13.0
24162026-03-18T10:47:33.827Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-03-18T10:47:35.078Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24182026-03-18T10:47:35.439Z Checking unicode-linebreak v0.1.5
24192026-03-18T10:47:35.487Z Checking smawk v0.3.2
24202026-03-18T10:47:35.660Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-03-18T10:47:35.705Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-03-18T10:47:35.895Z Checking globset v0.4.18
24232026-03-18T10:47:36.380Z Compiling convert_case v0.10.0
24242026-03-18T10:47:37.149Z Compiling slog-dtrace v0.3.0
24252026-03-18T10:47:37.427Z Checking resolv-conf v0.7.6
24262026-03-18T10:47:37.579Z Compiling derive_more-impl v2.1.1
24272026-03-18T10:47:37.889Z Compiling pin-project-internal v1.1.11
24282026-03-18T10:47:37.964Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-03-18T10:47:38.031Z Checking pem v3.0.6
24302026-03-18T10:47:38.265Z Checking fd-lock v4.0.4
24312026-03-18T10:47:38.310Z Checking vte v0.14.1
24322026-03-18T10:47:38.473Z Checking display-error-chain v0.2.2
24332026-03-18T10:47:38.562Z Checking strip-ansi-escapes v0.2.1
24342026-03-18T10:47:38.668Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-03-18T10:47:38.715Z Checking derive_more v2.1.1
24362026-03-18T10:47:38.762Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-18T10:47:38.808Z Compiling snafu-derive v0.8.9
24382026-03-18T10:47:38.855Z Checking crossterm v0.29.0
24392026-03-18T10:47:38.903Z Checking termtree v0.5.1
24402026-03-18T10:47:39.119Z Checking linked-hash-map v0.5.6
24412026-03-18T10:47:39.383Z Checking nu-ansi-term v0.50.3
24422026-03-18T10:47:39.457Z Checking pin-project v1.1.11
24432026-03-18T10:47:39.591Z Checking lru-cache v0.1.2
24442026-03-18T10:47:39.638Z Checking textwrap v0.16.2
24452026-03-18T10:47:39.686Z Checking olpc-cjson v0.1.4
24462026-03-18T10:47:39.734Z Checking reedline v0.40.0
24472026-03-18T10:47:39.787Z Checking hickory-proto v0.24.4
24482026-03-18T10:47:39.960Z Checking serde_plain v1.0.2
24492026-03-18T10:47:40.192Z Checking progenitor v0.13.0
24502026-03-18T10:47:40.237Z Compiling minimal-lexical v0.2.1
24512026-03-18T10:47:40.404Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-03-18T10:47:40.612Z Checking typed-path v0.9.3
24532026-03-18T10:47:41.382Z Compiling nom v7.1.3
24542026-03-18T10:47:41.477Z Checking snafu v0.8.9
24552026-03-18T10:47:41.738Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-03-18T10:47:41.829Z Checking tough v0.20.0
24572026-03-18T10:47:42.264Z Checking nibble_vec v0.1.0
24582026-03-18T10:47:42.469Z Checking endian-type v0.1.2
24592026-03-18T10:47:42.515Z Checking hickory-resolver v0.24.4
24602026-03-18T10:47:42.677Z Checking radix_trie v0.2.1
24612026-03-18T10:47:42.997Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-03-18T10:47:43.286Z Compiling ar_archive_writer v0.5.1
24632026-03-18T10:47:43.549Z Checking humantime v2.3.0
24642026-03-18T10:47:43.597Z Checking qorb v0.4.1
24652026-03-18T10:47:43.818Z Checking csv-core v0.1.13
24662026-03-18T10:47:43.864Z Checking base64 v0.21.7
24672026-03-18T10:47:44.042Z Compiling stacker v0.1.23
24682026-03-18T10:47:44.098Z Checking csv v1.4.0
24692026-03-18T10:47:44.231Z Compiling cfg_aliases v0.1.1
24702026-03-18T10:47:44.373Z Checking highway v1.3.0
24712026-03-18T10:47:44.468Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24722026-03-18T10:47:44.531Z Compiling nix v0.28.0
24732026-03-18T10:47:44.586Z Compiling psm v0.1.30
24742026-03-18T10:47:44.632Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-18T10:47:44.680Z Checking papergrid v0.11.0
24762026-03-18T10:47:44.727Z Compiling tabled_derive v0.7.0
24772026-03-18T10:47:45.032Z Checking home v0.5.12
24782026-03-18T10:47:45.258Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24792026-03-18T10:47:45.261Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-18T10:47:45.392Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24812026-03-18T10:47:45.557Z Checking phf_shared v0.12.1
24822026-03-18T10:47:45.739Z Compiling recursive-proc-macro-impl v0.1.1
24832026-03-18T10:47:45.787Z Compiling semver v0.1.20
24842026-03-18T10:47:45.834Z Compiling chrono-tz v0.10.4
24852026-03-18T10:47:45.986Z Checking phf v0.12.1
24862026-03-18T10:47:46.041Z Checking tabled v0.15.0
24872026-03-18T10:47:46.090Z Compiling rustc_version v0.1.7
24882026-03-18T10:47:46.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892026-03-18T10:47:46.295Z Compiling const_format_proc_macros v0.2.34
24902026-03-18T10:47:46.298Z Checking recursive v0.1.1
24912026-03-18T10:47:46.412Z Compiling peg-macros v0.8.5
24922026-03-18T10:47:46.457Z Checking winnow v0.6.26
24932026-03-18T10:47:46.503Z Compiling sqlparser_derive v0.5.0
24942026-03-18T10:47:46.934Z Checking unicode_categories v0.1.1
24952026-03-18T10:47:47.540Z Checking sqlparser v0.61.0
24962026-03-18T10:47:47.588Z Checking rustyline v14.0.0
24972026-03-18T10:47:47.677Z Checking const_format v0.2.35
24982026-03-18T10:47:48.141Z Checking sqlformat v0.3.5
24992026-03-18T10:47:48.228Z Compiling newtype_derive v0.1.6
25002026-03-18T10:47:48.277Z Checking peg v0.8.5
25012026-03-18T10:47:48.539Z Checking bcs v0.1.6
25022026-03-18T10:47:48.802Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032026-03-18T10:47:48.870Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-03-18T10:47:48.916Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-18T10:47:49.036Z Checking steno v0.4.1
25062026-03-18T10:47:49.085Z Compiling typify-impl v0.4.3
25072026-03-18T10:47:49.294Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-18T10:47:50.363Z Checking utf-8 v0.7.6
25092026-03-18T10:47:50.433Z Checking filetime v0.2.27
25102026-03-18T10:47:50.573Z Checking arc-swap v1.8.2
25112026-03-18T10:47:50.901Z Checking xattr v1.6.1
25122026-03-18T10:47:51.109Z Checking tar v0.4.44
25132026-03-18T10:47:51.675Z Checking slog-scope v4.4.1
25142026-03-18T10:47:51.794Z Checking tungstenite v0.21.0
25152026-03-18T10:47:51.891Z Checking slog-stdlog v4.1.1
25162026-03-18T10:47:52.081Z Checking slog-envlogger v2.2.0
25172026-03-18T10:47:52.137Z Checking typeid v1.0.3
25182026-03-18T10:47:52.304Z Checking subprocess v0.2.15
25192026-03-18T10:47:52.308Z Checking headers-core v0.3.0
25202026-03-18T10:47:52.401Z Checking tokio-tungstenite v0.21.0
25212026-03-18T10:47:52.521Z Checking headers v0.4.1
25222026-03-18T10:47:52.713Z Compiling lzma-sys v0.1.20
25232026-03-18T10:47:52.789Z Compiling cargo_toml v0.22.3
25242026-03-18T10:47:52.838Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-18T10:47:53.191Z Checking yasna v0.5.2
25262026-03-18T10:47:53.503Z Checking xz2 v0.1.7
25272026-03-18T10:47:53.765Z Checking ron v0.12.0
25282026-03-18T10:47:53.810Z Checking rcgen v0.12.1
25292026-03-18T10:47:54.163Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25302026-03-18T10:47:54.269Z Checking base16ct v1.0.0
25312026-03-18T10:47:54.476Z Checking dropshot-api-manager-types v0.6.0
25322026-03-18T10:47:54.575Z Checking tagptr v0.2.0
25332026-03-18T10:47:54.731Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-03-18T10:47:54.804Z Checking moka v0.12.13
25352026-03-18T10:47:54.850Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25362026-03-18T10:47:54.989Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25372026-03-18T10:47:55.073Z Compiling radium v0.7.0
25382026-03-18T10:47:55.445Z Compiling libefi-sys v0.1.0
25392026-03-18T10:47:55.500Z Compiling typify-macro v0.4.3
25402026-03-18T10:47:55.759Z Checking hickory-resolver v0.25.2
25412026-03-18T10:47:55.803Z Compiling bitfield-struct v0.6.2
25422026-03-18T10:47:55.848Z Checking tap v1.0.1
25432026-03-18T10:47:56.029Z Compiling maybe-uninit v2.0.0
25442026-03-18T10:47:56.535Z Checking wyz v0.5.1
25452026-03-18T10:47:56.671Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-03-18T10:47:56.746Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25472026-03-18T10:47:56.794Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-18T10:47:56.838Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-18T10:47:57.126Z Compiling zerocopy-derive v0.6.6
25502026-03-18T10:47:57.171Z Checking funty v2.0.0
25512026-03-18T10:47:57.318Z Compiling packed_struct v0.10.1
25522026-03-18T10:47:57.365Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-18T10:47:57.502Z Checking crc-catalog v2.4.0
25542026-03-18T10:47:57.663Z Checking bitvec v1.0.1
25552026-03-18T10:47:57.709Z Checking crc v3.4.0
25562026-03-18T10:47:57.816Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-18T10:47:57.862Z Compiling typify v0.4.3
25582026-03-18T10:47:58.052Z Compiling progenitor-impl v0.10.0
25592026-03-18T10:47:58.161Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25602026-03-18T10:47:58.298Z Checking zerocopy v0.6.6
25612026-03-18T10:47:58.343Z Compiling packed_struct_codegen v0.10.1
25622026-03-18T10:47:58.392Z Compiling bitfield-macros v0.19.4
25632026-03-18T10:47:58.812Z Compiling indexmap v1.9.3
25642026-03-18T10:47:59.097Z Checking nodrop v0.1.14
25652026-03-18T10:47:59.254Z Checking array-init v0.0.4
25662026-03-18T10:47:59.392Z Checking bitfield v0.19.4
25672026-03-18T10:47:59.602Z Checking smallvec v0.6.14
25682026-03-18T10:47:59.674Z Checking hashbrown v0.12.3
25692026-03-18T10:47:59.783Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25702026-03-18T10:47:59.829Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25712026-03-18T10:47:59.924Z Checking serde-hex v0.1.0
25722026-03-18T10:48:00.026Z Checking ron v0.8.1
25732026-03-18T10:48:00.773Z Checking hashbrown v0.13.2
25742026-03-18T10:48:00.817Z Checking crc-any v2.5.0
25752026-03-18T10:48:01.071Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-18T10:48:01.117Z Checking path-slash v0.1.5
25772026-03-18T10:48:01.285Z Compiling xshell-macros v0.2.7
25782026-03-18T10:48:01.349Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25792026-03-18T10:48:01.396Z Checking object v0.30.4
25802026-03-18T10:48:01.442Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-18T10:48:01.791Z Compiling progenitor-macro v0.10.0
25822026-03-18T10:48:01.837Z Checking xshell v0.2.7
25832026-03-18T10:48:01.883Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-03-18T10:48:02.054Z Checking half v1.8.3
25852026-03-18T10:48:02.121Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25862026-03-18T10:48:02.361Z Checking serde_cbor v0.11.2
25872026-03-18T10:48:02.775Z Compiling num-derive v0.3.3
25882026-03-18T10:48:02.946Z Compiling proc-macro-error-attr2 v2.0.0
25892026-03-18T10:48:03.094Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25902026-03-18T10:48:03.421Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25912026-03-18T10:48:03.516Z Compiling proc-macro-error2 v2.0.1
25922026-03-18T10:48:03.930Z Checking papergrid v0.17.0
25932026-03-18T10:48:03.989Z Compiling tabled_derive v0.11.0
25942026-03-18T10:48:04.034Z Checking libscf-sys v1.1.0
25952026-03-18T10:48:04.240Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25962026-03-18T10:48:04.439Z Checking testing_table v0.3.0
25972026-03-18T10:48:04.547Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-18T10:48:04.598Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-18T10:48:04.881Z Checking maplit v1.0.2
26002026-03-18T10:48:05.070Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-18T10:48:05.130Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26022026-03-18T10:48:05.611Z Checking tabled v0.20.0
26032026-03-18T10:48:05.658Z Checking crc8 v0.1.1
26042026-03-18T10:48:05.705Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-18T10:48:05.708Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-03-18T10:48:05.793Z Checking fxhash v0.2.1
26072026-03-18T10:48:05.839Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26082026-03-18T10:48:05.987Z Checking unicase v2.9.0
26092026-03-18T10:48:06.234Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26102026-03-18T10:48:06.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26112026-03-18T10:48:06.764Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-03-18T10:48:06.967Z Checking kstat-rs v0.2.4
26132026-03-18T10:48:07.079Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-18T10:48:07.127Z Compiling parking_lot_core v0.8.6
26152026-03-18T10:48:07.252Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-03-18T10:48:07.425Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-03-18T10:48:07.473Z Compiling diesel_derives v2.3.7
26182026-03-18T10:48:07.675Z Compiling git-stub v1.0.0
26192026-03-18T10:48:07.794Z Checking scheduled-thread-pool v0.2.7
26202026-03-18T10:48:07.896Z Compiling dsl_auto_type v0.2.0
26212026-03-18T10:48:08.015Z Compiling vergen-gitcl v1.0.8
26222026-03-18T10:48:08.060Z Compiling diesel_table_macro_syntax v0.3.0
26232026-03-18T10:48:08.362Z Checking r2d2 v0.8.10
26242026-03-18T10:48:08.407Z Compiling git-stub-vcs v0.1.0
26252026-03-18T10:48:08.411Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26262026-03-18T10:48:08.506Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-03-18T10:48:08.672Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26282026-03-18T10:48:08.796Z Checking downcast-rs v2.0.2
26292026-03-18T10:48:08.846Z Checking progenitor v0.10.0
26302026-03-18T10:48:08.938Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-18T10:48:08.942Z Checking parking_lot v0.11.2
26322026-03-18T10:48:09.031Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332026-03-18T10:48:09.124Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26342026-03-18T10:48:09.129Z Checking prefix-trie v0.7.0
26352026-03-18T10:48:09.220Z Checking nanorand v0.7.0
26362026-03-18T10:48:09.384Z Compiling dirs-sys-next v0.1.2
26372026-03-18T10:48:09.510Z Compiling crunchy v0.2.4
26382026-03-18T10:48:09.641Z Checking hickory-server v0.25.2
26392026-03-18T10:48:09.766Z Compiling dirs-next v2.0.0
26402026-03-18T10:48:09.811Z Checking flume v0.11.1
26412026-03-18T10:48:09.856Z Checking sled v0.34.7
26422026-03-18T10:48:09.950Z Compiling clang-sys v1.8.1
26432026-03-18T10:48:10.010Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-03-18T10:48:10.165Z Checking hickory-client v0.25.2
26452026-03-18T10:48:10.279Z Compiling tiny-keccak v2.0.2
26462026-03-18T10:48:10.637Z Compiling term v0.7.0
26472026-03-18T10:48:10.683Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-03-18T10:48:10.729Z Compiling bit-vec v0.6.3
26492026-03-18T10:48:10.923Z Compiling salty v0.3.0
26502026-03-18T10:48:11.056Z Compiling ascii-canvas v3.0.0
26512026-03-18T10:48:11.267Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26522026-03-18T10:48:11.389Z Compiling bit-set v0.5.3
26532026-03-18T10:48:11.435Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26542026-03-18T10:48:11.627Z Checking primeorder v0.13.6
26552026-03-18T10:48:11.986Z Compiling itertools v0.10.5
26562026-03-18T10:48:12.032Z Compiling ena v0.14.4
26572026-03-18T10:48:12.173Z Compiling libloading v0.8.9
26582026-03-18T10:48:12.351Z Compiling diff v0.1.13
26592026-03-18T10:48:12.482Z Compiling bindgen v0.71.1
26602026-03-18T10:48:12.654Z Compiling regex-syntax v0.6.29
26612026-03-18T10:48:13.154Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-03-18T10:48:13.504Z Compiling cexpr v0.6.0
26632026-03-18T10:48:13.549Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-18T10:48:14.016Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26652026-03-18T10:48:14.503Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-03-18T10:48:14.885Z Compiling lalrpop v0.19.12
26672026-03-18T10:48:14.930Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26682026-03-18T10:48:15.664Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-03-18T10:48:15.851Z Compiling libxml v0.3.3
26702026-03-18T10:48:15.945Z Compiling fs-err v2.11.0
26712026-03-18T10:48:16.213Z Checking diesel v2.3.7
26722026-03-18T10:48:16.366Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26732026-03-18T10:48:16.424Z Checking p384 v0.13.1
26742026-03-18T10:48:16.787Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26752026-03-18T10:48:17.024Z Compiling strum_macros v0.24.3
26762026-03-18T10:48:18.305Z Compiling indoc v1.0.9
26772026-03-18T10:48:19.158Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26782026-03-18T10:48:19.630Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26792026-03-18T10:48:19.739Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-18T10:48:20.029Z Checking quick-xml v0.37.5
26812026-03-18T10:48:20.173Z Checking derive_builder v0.20.2
26822026-03-18T10:48:20.315Z Compiling oso-derive v0.27.3
26832026-03-18T10:48:20.360Z Compiling impl-trait-for-tuples v0.2.3
26842026-03-18T10:48:20.608Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852026-03-18T10:48:20.916Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26862026-03-18T10:48:20.980Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26872026-03-18T10:48:21.301Z Compiling trait-variant v0.1.2
26882026-03-18T10:48:22.058Z Checking openssl-probe v0.1.6
26892026-03-18T10:48:22.238Z Checking parse-size v1.1.0
26902026-03-18T10:48:22.434Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26912026-03-18T10:48:22.554Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26922026-03-18T10:48:23.107Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-03-18T10:48:23.324Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26942026-03-18T10:48:23.609Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-03-18T10:48:23.652Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962026-03-18T10:48:23.762Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-18T10:48:24.400Z Compiling progenitor-impl v0.11.2
26982026-03-18T10:48:24.773Z Checking assert_matches v1.5.0
26992026-03-18T10:48:24.906Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-18T10:48:25.001Z Compiling mime_guess v2.0.5
27012026-03-18T10:48:25.311Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-03-18T10:48:25.745Z Checking predicates-tree v1.0.13
27032026-03-18T10:48:25.926Z Checking progenitor-client v0.11.2
27042026-03-18T10:48:26.054Z Checking http-range v0.1.5
27052026-03-18T10:48:26.099Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27062026-03-18T10:48:26.260Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-18T10:48:26.376Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27082026-03-18T10:48:27.060Z Checking atty v0.2.14
27092026-03-18T10:48:27.927Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-03-18T10:48:28.201Z Compiling progenitor-macro v0.11.2
27112026-03-18T10:48:28.479Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-18T10:48:29.090Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-18T10:48:29.817Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-03-18T10:48:29.950Z Checking bb8 v0.8.6
27152026-03-18T10:48:30.095Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-18T10:48:30.343Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27172026-03-18T10:48:30.398Z Checking corncobs v0.1.4
27182026-03-18T10:48:30.498Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-18T10:48:30.599Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-18T10:48:30.972Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-18T10:48:31.456Z Checking hyper-staticfile v0.10.1
27222026-03-18T10:48:31.503Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-03-18T10:48:31.880Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-03-18T10:48:31.926Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-03-18T10:48:32.203Z Checking ignore v0.4.25
27262026-03-18T10:48:32.290Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-18T10:48:32.798Z Checking signal-hook-tokio v0.3.1
27282026-03-18T10:48:34.014Z Checking secrecy v0.8.0
27292026-03-18T10:48:34.018Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-03-18T10:48:34.018Z Checking globwalk v0.9.1
27312026-03-18T10:48:34.018Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-03-18T10:48:34.046Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27332026-03-18T10:48:34.403Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-18T10:48:34.450Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-03-18T10:48:34.669Z Checking nonempty v0.12.0
27362026-03-18T10:48:34.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27372026-03-18T10:48:34.867Z Checking camino-tempfile-ext v0.3.3
27382026-03-18T10:48:35.169Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-03-18T10:48:35.215Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-03-18T10:48:35.322Z Checking progenitor v0.11.2
27412026-03-18T10:48:35.547Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27422026-03-18T10:48:35.708Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-03-18T10:48:36.048Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-03-18T10:48:36.192Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-18T10:48:36.648Z Checking diesel-dtrace v0.5.0
27462026-03-18T10:48:37.016Z Checking async-bb8-diesel v0.2.1
27472026-03-18T10:48:37.184Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27482026-03-18T10:48:37.520Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27492026-03-18T10:48:38.073Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27502026-03-18T10:48:38.217Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27512026-03-18T10:48:38.523Z Checking tungstenite v0.23.0
27522026-03-18T10:48:38.701Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-03-18T10:48:38.919Z Checking void v1.0.2
27542026-03-18T10:48:39.102Z Checking lzss v0.8.2
27552026-03-18T10:48:39.149Z Checking tokio-tungstenite v0.23.1
27562026-03-18T10:48:39.197Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-18T10:48:39.402Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-03-18T10:48:39.538Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-18T10:48:39.665Z Checking nix v0.27.1
27602026-03-18T10:48:40.112Z Checking serde_bytes v0.11.19
27612026-03-18T10:48:40.393Z Checking rand_seeder v0.4.0
27622026-03-18T10:48:40.438Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27632026-03-18T10:48:40.622Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-18T10:48:41.140Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652026-03-18T10:48:41.188Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-18T10:48:41.404Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27672026-03-18T10:48:41.683Z Checking is_ci v1.2.0
27682026-03-18T10:48:41.854Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27692026-03-18T10:48:42.188Z Checking yansi v1.0.1
27702026-03-18T10:48:42.305Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-03-18T10:48:42.453Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27722026-03-18T10:48:42.575Z Checking pretty_assertions v1.4.1
27732026-03-18T10:48:42.624Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27742026-03-18T10:48:42.771Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27752026-03-18T10:48:42.817Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-03-18T10:48:43.118Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772026-03-18T10:48:43.445Z Compiling darling_core v0.23.0
27782026-03-18T10:48:44.393Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-03-18T10:48:44.857Z Compiling indoc v2.0.7
27802026-03-18T10:48:45.301Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-03-18T10:48:45.348Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27822026-03-18T10:48:45.503Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-18T10:48:45.630Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-03-18T10:48:45.918Z Compiling instability v0.3.11
27852026-03-18T10:48:46.317Z Compiling libz-sys v1.1.24
27862026-03-18T10:48:46.376Z Checking castaway v0.2.4
27872026-03-18T10:48:46.566Z Checking compact_str v0.8.1
27882026-03-18T10:48:46.615Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-18T10:48:47.127Z Checking supports-color v3.0.2
27902026-03-18T10:48:47.172Z Compiling darling_macro v0.23.0
27912026-03-18T10:48:47.337Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-03-18T10:48:47.622Z Checking unicode-truncate v1.1.0
27932026-03-18T10:48:47.839Z Compiling darling v0.23.0
27942026-03-18T10:48:47.884Z Checking lru v0.12.5
27952026-03-18T10:48:47.975Z Checking cassowary v0.3.0
27962026-03-18T10:48:48.191Z Compiling libgit2-sys v0.18.3+1.9.2
27972026-03-18T10:48:48.528Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-03-18T10:48:49.021Z Checking ratatui v0.29.0
27992026-03-18T10:48:49.085Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-03-18T10:48:50.161Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-18T10:48:50.448Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-03-18T10:48:50.851Z Compiling vergen-git2 v1.0.7
28032026-03-18T10:48:50.909Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-03-18T10:48:51.075Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-03-18T10:48:51.192Z Checking colored v2.2.0
28062026-03-18T10:48:51.196Z Checking shell-words v1.1.1
28072026-03-18T10:48:51.355Z Checking plotters-backend v0.3.7
28082026-03-18T10:48:51.435Z Compiling rustls v0.21.12
28092026-03-18T10:48:51.627Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-18T10:48:51.673Z Checking plotters-svg v0.3.7
28112026-03-18T10:48:51.785Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-18T10:48:51.888Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-03-18T10:48:52.068Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-03-18T10:48:52.170Z Checking sct v0.7.1
28152026-03-18T10:48:52.383Z Checking rustls-webpki v0.101.7
28162026-03-18T10:48:52.676Z Compiling nix v0.29.0
28172026-03-18T10:48:52.876Z Checking hex-literal v0.4.1
28182026-03-18T10:48:52.921Z Checking cast v0.3.0
28192026-03-18T10:48:53.039Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-18T10:48:53.175Z Checking criterion-plot v0.6.0
28212026-03-18T10:48:53.695Z Checking plotters v0.3.7
28222026-03-18T10:48:54.770Z Checking erased-serde v0.4.9
28232026-03-18T10:48:55.148Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28242026-03-18T10:48:55.341Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252026-03-18T10:48:56.363Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-03-18T10:48:57.349Z Checking tinytemplate v1.2.1
28272026-03-18T10:48:57.671Z Checking ordered-float v2.10.1
28282026-03-18T10:48:58.047Z Checking oorandom v11.1.5
28292026-03-18T10:48:58.233Z Checking anes v0.1.6
28302026-03-18T10:48:58.526Z Checking criterion v0.7.0
28312026-03-18T10:48:58.805Z Checking serde-value v0.7.0
28322026-03-18T10:48:59.133Z Checking serde-untagged v0.1.9
28332026-03-18T10:48:59.430Z Checking tokio-rustls v0.24.1
28342026-03-18T10:49:00.060Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-18T10:49:00.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-03-18T10:49:00.485Z Checking rustls-pemfile v1.0.4
28372026-03-18T10:49:00.706Z Checking twox-hash v2.1.2
28382026-03-18T10:49:01.121Z Checking unicode-xid v0.2.6
28392026-03-18T10:49:01.231Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-18T10:49:01.299Z Checking cargo-util-schemas v0.8.2
28412026-03-18T10:49:01.578Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-18T10:49:01.805Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-18T10:49:02.547Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-03-18T10:49:02.796Z Checking fatfs v0.3.6
28452026-03-18T10:49:03.451Z Checking cargo-platform v0.2.0
28462026-03-18T10:49:03.618Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-18T10:49:03.738Z Compiling petname v2.0.2
28482026-03-18T10:49:04.416Z Compiling seq-macro v0.3.6
28492026-03-18T10:49:05.341Z Checking cargo_metadata v0.21.0
28502026-03-18T10:49:05.596Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-03-18T10:49:06.438Z Checking concurrent-queue v2.5.0
28522026-03-18T10:49:06.724Z Checking rtoolbox v0.0.3
28532026-03-18T10:49:06.797Z Checking parking v2.2.1
28542026-03-18T10:49:06.940Z Checking futures-timer v3.0.3
28552026-03-18T10:49:06.990Z Checking event-listener v5.4.1
28562026-03-18T10:49:07.051Z Checking rpassword v7.4.0
28572026-03-18T10:49:07.254Z Checking tui-tree-widget v0.23.1
28582026-03-18T10:49:07.325Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-03-18T10:49:07.540Z Checking polyval v0.6.2
28602026-03-18T10:49:07.585Z Checking sapling-renderdag v0.1.0
28612026-03-18T10:49:07.768Z Checking sync-ptr v0.1.4
28622026-03-18T10:49:07.811Z Checking ghash v0.5.1
28632026-03-18T10:49:07.948Z Checking event-listener-strategy v0.5.4
28642026-03-18T10:49:07.994Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-03-18T10:49:08.038Z Checking ctr v0.9.2
28662026-03-18T10:49:08.166Z Checking constant_time_eq v0.4.2
28672026-03-18T10:49:08.269Z Checking arrayref v0.3.9
28682026-03-18T10:49:08.314Z Checking arrayvec v0.7.6
28692026-03-18T10:49:08.379Z Checking aes-gcm v0.10.3
28702026-03-18T10:49:08.489Z Checking async-lock v3.4.2
28712026-03-18T10:49:08.620Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-03-18T10:49:08.664Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-03-18T10:49:09.075Z Checking ssh-encoding v0.2.0
28742026-03-18T10:49:09.366Z Checking blowfish v0.9.1
28752026-03-18T10:49:09.606Z Checking bcrypt-pbkdf v0.10.0
28762026-03-18T10:49:09.852Z Checking ssh-cipher v0.2.0
28772026-03-18T10:49:09.922Z Checking async-object-pool v0.2.0
28782026-03-18T10:49:10.104Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-18T10:49:10.151Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-18T10:49:10.198Z Compiling samael v0.0.19
28812026-03-18T10:49:10.557Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28822026-03-18T10:49:10.947Z Checking serde_regex v1.1.0
28832026-03-18T10:49:11.196Z Checking password-hash v0.4.2
28842026-03-18T10:49:11.452Z Checking assert-json-diff v2.0.2
28852026-03-18T10:49:11.542Z Checking path-tree v0.8.3
28862026-03-18T10:49:11.703Z Checking gimli v0.32.3
28872026-03-18T10:49:11.826Z Compiling target-lexicon v0.13.3
28882026-03-18T10:49:12.395Z Checking stringmetrics v2.2.2
28892026-03-18T10:49:12.589Z Checking pbkdf2 v0.11.0
28902026-03-18T10:49:12.638Z Checking httpmock v0.8.3
28912026-03-18T10:49:12.840Z Checking ssh-key v0.6.7
28922026-03-18T10:49:14.014Z Checking addr2line v0.25.1
28932026-03-18T10:49:14.403Z Checking p521 v0.13.3
28942026-03-18T10:49:15.244Z Checking p256 v0.13.2
28952026-03-18T10:49:15.619Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-03-18T10:49:15.710Z Checking russh-cryptovec v0.7.3
28972026-03-18T10:49:15.912Z Checking rustc-demangle v0.1.27
28982026-03-18T10:49:15.956Z Checking md5 v0.7.0
28992026-03-18T10:49:16.216Z Compiling guppy-workspace-hack v0.1.0
29002026-03-18T10:49:16.259Z Checking backtrace v0.3.76
29012026-03-18T10:49:16.527Z Checking russh-keys v0.45.0
29022026-03-18T10:49:16.625Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29032026-03-18T10:49:16.693Z Checking num-bigint v0.4.6
29042026-03-18T10:49:16.931Z Checking des v0.8.1
29052026-03-18T10:49:17.375Z Compiling blake3 v1.8.3
29062026-03-18T10:49:17.421Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-18T10:49:17.873Z Compiling target-spec v3.5.7
29082026-03-18T10:49:17.992Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-03-18T10:49:18.104Z Checking russh v0.45.0
29102026-03-18T10:49:18.765Z Checking cfg-expr v0.20.6
29112026-03-18T10:49:18.873Z Checking backtrace-ext v0.2.1
29122026-03-18T10:49:19.049Z Checking supports-color v2.1.0
29132026-03-18T10:49:19.093Z Checking textwrap v0.15.2
29142026-03-18T10:49:19.256Z Checking supports-hyperlinks v2.1.0
29152026-03-18T10:49:19.317Z Checking supports-unicode v2.1.0
29162026-03-18T10:49:19.395Z Checking hashbrown v0.14.5
29172026-03-18T10:49:19.444Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-03-18T10:49:19.497Z Checking cargo-platform v0.3.2
29192026-03-18T10:49:19.743Z Checking terminal_size v0.1.17
29202026-03-18T10:49:19.787Z Checking socket2 v0.5.10
29212026-03-18T10:49:19.914Z Compiling miette-derive v5.10.0
29222026-03-18T10:49:20.080Z Checking owo-colors v3.5.0
29232026-03-18T10:49:20.167Z Checking internet-checksum v0.2.1
29242026-03-18T10:49:20.362Z Checking chumsky v0.9.3
29252026-03-18T10:49:20.734Z Checking cargo_metadata v0.23.1
29262026-03-18T10:49:21.448Z Checking miette v5.10.0
29272026-03-18T10:49:21.801Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-03-18T10:49:21.882Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-03-18T10:49:21.958Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-03-18T10:49:22.139Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-03-18T10:49:22.382Z Compiling git2 v0.20.4
29322026-03-18T10:49:22.428Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-03-18T10:49:22.479Z Checking httptest v0.16.4
29342026-03-18T10:49:22.887Z Checking pathdiff v0.2.3
29352026-03-18T10:49:23.011Z Compiling knuffel-derive v3.2.0
29362026-03-18T10:49:23.058Z Checking topological-sort v0.2.2
29372026-03-18T10:49:23.102Z Checking nested v0.1.1
29382026-03-18T10:49:23.275Z Checking omicron-zone-package v0.12.2
29392026-03-18T10:49:23.319Z Checking guppy v0.17.25
29402026-03-18T10:49:23.627Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-03-18T10:49:23.938Z Checking similar-asserts v1.7.0
29422026-03-18T10:49:24.178Z Compiling rstest_macros v0.25.0
29432026-03-18T10:49:24.520Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-03-18T10:49:24.573Z Compiling target-triple v1.0.0
29452026-03-18T10:49:24.745Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-03-18T10:49:24.838Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-18T10:49:25.043Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-18T10:49:25.134Z Checking knuffel v3.2.0
29492026-03-18T10:49:25.337Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-03-18T10:49:26.177Z Checking toml_datetime v1.0.0+spec-1.1.0
29512026-03-18T10:49:26.413Z Compiling assert_cmd v2.1.2
29522026-03-18T10:49:26.499Z Checking escape8259 v0.5.3
29532026-03-18T10:49:26.709Z Compiling relative-path v1.9.3
29542026-03-18T10:49:26.850Z Checking libtest-mimic v0.8.1
29552026-03-18T10:49:27.199Z Checking toml v1.0.3+spec-1.1.0
29562026-03-18T10:49:27.290Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-18T10:49:27.542Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-03-18T10:49:27.714Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-03-18T10:49:28.126Z Checking blake2b_simd v1.0.4
29602026-03-18T10:49:28.695Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-18T10:49:28.737Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-18T10:49:29.225Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-18T10:49:29.286Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-18T10:49:29.536Z Compiling polar-core v0.27.3
29652026-03-18T10:49:29.581Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-03-18T10:49:29.865Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29672026-03-18T10:49:30.142Z Checking fancy-regex v0.14.0
29682026-03-18T10:49:30.457Z Checking serde_tokenstream v0.2.3
29692026-03-18T10:49:30.681Z Checking uzers v0.12.2
29702026-03-18T10:49:30.776Z Compiling linkme-impl v0.3.35
29712026-03-18T10:49:31.021Z Checking constant_time_eq v0.3.1
29722026-03-18T10:49:31.189Z Checking termcolor v1.4.1
29732026-03-18T10:49:31.234Z Checking rust-argon2 v2.1.0
29742026-03-18T10:49:31.544Z Checking trybuild v1.0.116
29752026-03-18T10:49:31.689Z Checking datatest-stable v0.3.3
29762026-03-18T10:49:32.436Z Checking rstest v0.25.0
29772026-03-18T10:49:32.623Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-03-18T10:49:32.729Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-03-18T10:49:33.044Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-03-18T10:49:33.129Z Checking support-bundle-viewer v0.1.2
29812026-03-18T10:49:33.503Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-18T10:49:33.800Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29832026-03-18T10:49:34.012Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-03-18T10:49:34.094Z Checking drift v0.1.3
29852026-03-18T10:49:34.308Z Checking rand_distr v0.5.1
29862026-03-18T10:49:34.549Z Checking multimap v0.10.1
29872026-03-18T10:49:34.819Z Checking approx v0.5.1
29882026-03-18T10:49:34.940Z Compiling linkme v0.3.35
29892026-03-18T10:49:35.036Z Checking dropshot-api-manager v0.6.0
29902026-03-18T10:49:36.511Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-03-18T10:49:36.557Z Checking oso v0.27.3
29922026-03-18T10:49:36.981Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29932026-03-18T10:49:37.257Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29942026-03-18T10:49:37.398Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-03-18T10:49:37.700Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-03-18T10:49:37.748Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-03-18T10:49:37.896Z Checking partial-io v0.5.4
29982026-03-18T10:49:38.063Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29992026-03-18T10:49:38.111Z Checking cargo_toml v0.21.0
30002026-03-18T10:49:38.114Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-03-18T10:49:38.210Z Checking termios v0.3.3
30022026-03-18T10:49:38.391Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-03-18T10:49:38.759Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30042026-03-18T10:49:39.014Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-18T10:49:39.291Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-18T10:49:41.106Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30072026-03-18T10:49:43.585Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-18T10:49:48.717Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-18T10:49:51.471Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-18T10:49:57.067Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-18T10:49:57.961Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-03-18T10:50:03.806Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-18T10:50:10.312Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-18T10:50:12.411Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-18T10:50:14.111Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-03-18T10:50:24.135Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-18T10:52:22.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30182026-03-18T10:52:22.813Z
30192026-03-18T10:52:22.817Zreal 5:42.295996733
30202026-03-18T10:52:22.817Zuser 28:39.670043900
30212026-03-18T10:52:22.817Zsys 5:58.164708004
30222026-03-18T10:52:22.817Ztrap 0.717223037
30232026-03-18T10:52:22.817Ztflt 0.084647459
30242026-03-18T10:52:22.817Zdflt 0.177786035
30252026-03-18T10:52:22.817Zkflt 0.002009243
30262026-03-18T10:52:22.817Zlock 1:20:48.280796761
30272026-03-18T10:52:22.817Zslp 1:17:49.686685253
30282026-03-18T10:52:22.817Zlat 1:55.061418650
30292026-03-18T10:52:22.817Zstop 13:47.695733968
30302026-03-18T10:52:22.817Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-18T10:52:22.817Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-18T10:52:24.026Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-03-18T10:52:24.026Z |
30342026-03-18T10:52:24.026Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30352026-03-18T10:52:24.026Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30362026-03-18T10:52:25.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-18T10:52:25.633Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-18T10:52:25.684Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-03-18T10:52:25.767Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-18T10:52:25.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-03-18T10:52:25.982Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-03-18T10:52:26.012Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-03-18T10:52:26.049Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-18T10:52:26.118Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30452026-03-18T10:52:26.244Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462026-03-18T10:52:26.283Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-03-18T10:52:26.335Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-03-18T10:52:26.380Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30492026-03-18T10:52:26.412Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502026-03-18T10:52:26.480Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-03-18T10:52:26.525Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30522026-03-18T10:52:26.568Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-18T10:52:26.599Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-18T10:52:26.691Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-03-18T10:52:26.736Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-03-18T10:52:27.004Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-18T10:52:27.313Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-18T10:52:27.495Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-18T10:52:27.580Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-18T10:52:27.613Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-18T10:52:27.790Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-03-18T10:52:27.821Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-03-18T10:52:28.032Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-18T10:52:28.105Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-18T10:52:28.210Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-18T10:52:28.297Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-03-18T10:52:28.336Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-03-18T10:52:28.568Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-03-18T10:52:28.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-18T10:52:28.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-18T10:52:28.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30722026-03-18T10:52:29.030Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-18T10:52:29.128Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-18T10:52:29.156Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-18T10:52:29.450Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-18T10:52:29.535Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30772026-03-18T10:52:29.862Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-18T10:52:29.894Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-18T10:52:29.931Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-18T10:52:30.049Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-18T10:52:30.108Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-18T10:52:30.292Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-18T10:52:30.399Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-18T10:52:30.431Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30852026-03-18T10:52:30.572Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30862026-03-18T10:52:30.614Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-03-18T10:52:30.644Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30882026-03-18T10:52:30.679Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30892026-03-18T10:52:30.984Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-18T10:52:30.984Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30912026-03-18T10:52:31.039Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-18T10:52:31.068Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-18T10:52:31.276Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-18T10:52:31.383Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-03-18T10:52:31.412Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-18T10:52:31.583Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-18T10:52:31.614Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-18T10:52:31.688Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-18T10:52:31.723Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31002026-03-18T10:52:31.863Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-03-18T10:52:31.951Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31022026-03-18T10:52:32.053Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31032026-03-18T10:52:32.254Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-18T10:52:32.284Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-18T10:52:32.343Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31062026-03-18T10:52:32.408Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-18T10:52:32.495Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-18T10:52:32.939Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-03-18T10:52:33.063Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-18T10:52:34.042Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-18T10:52:34.097Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-03-18T10:52:34.333Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-03-18T10:52:34.652Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31142026-03-18T10:52:34.805Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31152026-03-18T10:52:34.847Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31162026-03-18T10:52:34.980Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31172026-03-18T10:52:35.218Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31182026-03-18T10:52:35.250Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31192026-03-18T10:52:35.557Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-18T10:52:35.932Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-18T10:52:36.264Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-18T10:52:36.295Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-18T10:52:36.441Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-18T10:52:36.885Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-18T10:52:37.354Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-18T10:52:37.539Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-18T10:52:37.622Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-18T10:52:37.940Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-18T10:52:38.305Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-18T10:52:38.823Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-03-18T10:52:38.853Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-03-18T10:52:39.774Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-18T10:52:39.963Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-18T10:52:40.351Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-18T10:52:41.087Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-18T10:52:41.162Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-18T10:52:41.623Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-18T10:52:41.775Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-18T10:52:41.833Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-18T10:52:41.938Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-18T10:52:42.022Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-18T10:52:42.212Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-18T10:52:42.473Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-18T10:52:42.598Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-18T10:52:42.747Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-18T10:52:42.797Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-18T10:52:43.015Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-03-18T10:52:43.160Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-18T10:52:43.208Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-03-18T10:52:44.167Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-18T10:52:44.237Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-18T10:52:45.327Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-18T10:52:45.631Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-18T10:52:45.775Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-18T10:52:46.102Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-18T10:52:46.132Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-18T10:52:46.643Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-18T10:52:46.784Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-18T10:52:47.357Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-18T10:52:47.455Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-18T10:52:47.513Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-18T10:52:47.758Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-18T10:52:48.009Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-18T10:52:49.479Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-18T10:52:49.642Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-18T10:52:49.731Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-18T10:52:50.342Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-18T10:52:50.949Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-18T10:52:52.450Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-18T10:52:53.396Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-18T10:52:53.551Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-18T10:52:54.352Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-18T10:52:54.385Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-18T10:52:54.463Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-18T10:52:54.536Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-18T10:52:54.667Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31772026-03-18T10:52:54.697Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31782026-03-18T10:52:55.260Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31792026-03-18T10:52:55.547Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31802026-03-18T10:52:56.226Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-18T10:52:56.931Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-18T10:52:57.453Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31832026-03-18T10:52:57.611Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-03-18T10:52:57.786Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-18T10:52:59.062Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-03-18T10:53:00.345Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31872026-03-18T10:53:04.462Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-03-18T10:53:05.388Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-03-18T10:53:05.505Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-03-18T10:53:05.618Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31912026-03-18T10:53:05.951Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-18T10:53:06.078Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932026-03-18T10:53:08.203Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-03-18T10:53:08.286Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-03-18T10:53:08.762Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31962026-03-18T10:53:09.274Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-18T10:53:09.695Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-03-18T10:53:09.725Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31992026-03-18T10:53:10.255Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32002026-03-18T10:53:10.402Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32012026-03-18T10:53:10.509Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-03-18T10:53:10.646Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32032026-03-18T10:53:10.839Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-18T10:53:11.210Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32052026-03-18T10:53:11.314Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-03-18T10:53:11.674Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32072026-03-18T10:53:12.165Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-18T10:53:12.706Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-03-18T10:53:12.841Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-03-18T10:53:13.574Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-03-18T10:53:13.639Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-18T10:53:14.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-03-18T10:53:15.263Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32142026-03-18T10:53:16.125Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-18T10:53:16.953Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-18T10:53:17.576Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-18T10:53:21.784Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-03-18T10:53:22.644Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-18T10:53:24.376Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202026-03-18T10:53:25.123Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-18T10:53:25.649Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-18T10:53:28.206Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32232026-03-18T10:53:28.961Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32242026-03-18T10:53:31.570Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32252026-03-18T10:53:32.214Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-03-18T10:53:33.220Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-03-18T10:53:34.008Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-18T10:53:34.638Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32292026-03-18T10:53:36.409Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-18T10:53:39.047Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-18T10:53:40.048Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32322026-03-18T10:53:40.987Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-03-18T10:53:41.413Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32342026-03-18T10:53:42.284Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-03-18T10:53:45.708Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-03-18T10:53:47.753Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32372026-03-18T10:53:48.605Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-03-18T10:53:49.429Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32392026-03-18T10:53:50.318Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-18T10:53:51.208Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-03-18T10:53:52.176Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-18T10:53:54.560Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432026-03-18T10:53:54.996Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-18T10:53:55.460Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-18T10:53:56.434Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-18T10:53:57.922Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-03-18T10:53:58.875Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-03-18T10:54:02.541Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492026-03-18T10:54:03.232Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32502026-03-18T10:54:04.352Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32512026-03-18T10:54:05.367Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32522026-03-18T10:54:10.081Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-03-18T10:54:11.557Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-03-18T10:54:12.897Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32552026-03-18T10:54:13.679Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-18T10:54:15.203Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-03-18T10:54:18.572Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-03-18T10:54:19.318Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32592026-03-18T10:54:20.344Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32602026-03-18T10:54:23.483Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32612026-03-18T10:54:24.245Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32622026-03-18T10:54:26.089Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-03-18T10:54:28.593Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32642026-03-18T10:54:30.336Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32652026-03-18T10:54:32.305Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32662026-03-18T10:54:34.509Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32672026-03-18T10:54:37.363Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-03-18T10:54:38.964Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32692026-03-18T10:54:44.146Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-03-18T10:54:46.218Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-03-18T10:54:46.641Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-18T10:54:48.499Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-03-18T10:54:51.022Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-03-18T10:54:53.424Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32752026-03-18T10:54:55.883Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762026-03-18T10:54:58.683Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-18T10:55:01.115Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-18T10:55:03.961Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-03-18T10:55:06.019Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32802026-03-18T10:55:08.486Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-03-18T10:55:10.988Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32822026-03-18T10:55:13.451Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-18T10:55:15.834Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32842026-03-18T10:55:17.994Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-18T10:55:20.739Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-18T10:55:22.943Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-18T10:55:25.336Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-18T10:55:27.937Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-18T10:55:30.458Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-03-18T10:55:33.047Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32912026-03-18T10:55:35.525Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-03-18T10:55:38.010Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-03-18T10:55:41.048Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-03-18T10:55:45.899Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-18T10:55:48.540Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-18T10:55:51.166Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-18T10:55:53.690Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-18T10:55:58.298Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-18T10:55:59.491Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-03-18T10:56:02.232Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-18T10:56:05.128Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-03-18T10:56:08.036Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33032026-03-18T10:56:10.828Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-18T10:56:13.664Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33052026-03-18T10:56:16.490Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33062026-03-18T10:56:19.287Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33072026-03-18T10:56:22.425Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33082026-03-18T10:56:24.980Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-03-18T10:56:28.279Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33102026-03-18T10:56:30.740Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33112026-03-18T10:56:33.386Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-03-18T10:56:36.292Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33132026-03-18T10:56:39.145Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-03-18T10:56:41.931Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-03-18T10:56:44.791Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-03-18T10:56:47.627Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-03-18T10:56:50.601Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33182026-03-18T10:56:53.479Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-18T10:56:56.343Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-03-18T10:56:59.204Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-03-18T10:57:02.117Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-18T10:57:04.914Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-18T10:57:07.869Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-03-18T10:57:10.652Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-18T10:57:13.663Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-03-18T10:57:16.959Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-03-18T10:57:19.618Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-18T10:57:22.736Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-03-18T10:57:25.795Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-03-18T10:57:28.920Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-18T10:57:31.997Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-18T10:57:35.286Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-18T10:57:38.389Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33342026-03-18T10:57:41.429Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33352026-03-18T10:57:44.521Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-18T10:57:47.627Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-18T10:57:50.777Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33382026-03-18T10:57:53.996Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33392026-03-18T10:57:57.131Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-03-18T10:58:00.915Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33412026-03-18T10:58:03.712Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33422026-03-18T10:58:13.049Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33432026-03-18T10:58:13.079Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33442026-03-18T10:58:17.207Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33452026-03-18T10:58:21.518Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33462026-03-18T10:58:25.628Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33472026-03-18T10:58:29.779Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33482026-03-18T10:58:35.815Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33492026-03-18T10:58:39.245Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33502026-03-18T10:58:43.834Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-18T10:58:48.575Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33522026-03-18T10:58:53.175Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33532026-03-18T10:58:57.696Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33542026-03-18T10:59:02.305Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33552026-03-18T10:59:06.830Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33562026-03-18T10:59:11.361Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-03-18T10:59:15.967Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33582026-03-18T10:59:20.850Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-03-18T10:59:25.330Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33602026-03-18T10:59:29.880Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-03-18T10:59:34.586Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33622026-03-18T10:59:39.178Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-18T10:59:43.913Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-18T10:59:48.409Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-18T11:00:25.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 02s
33662026-03-18T11:00:25.702Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33672026-03-18T11:00:25.821Z
33682026-03-18T11:00:25.824Zreal 8:02.891766195
33692026-03-18T11:00:25.825Zuser 23:28.361733396
33702026-03-18T11:00:25.825Zsys 4:25.969312932
33712026-03-18T11:00:25.825Ztrap 0.403753072
33722026-03-18T11:00:25.825Ztflt 0.067235964
33732026-03-18T11:00:25.825Zdflt 0.028523684
33742026-03-18T11:00:25.825Zkflt 0.000026965
33752026-03-18T11:00:25.825Zlock 7:15:32.878563919
33762026-03-18T11:00:25.825Zslp 2:40:22.409997495
33772026-03-18T11:00:25.825Zlat 34.751428253
33782026-03-18T11:00:25.825Zstop 1:57.189696963
33792026-03-18T11:00:25.825Zprocess exited: duration 1063603 ms, exit code 0
 
33802026-03-18T11:00:25.835Zfound 0 output files