01KKWRV7CVWSQMSF5JKCBJFR7Y: clippy (helios)

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

Buildomat Job: 01KKWRVH6T74ACRVW9MRDKYF58

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T02:10:11.957Zjob assigned to worker 01KKWRVTRQSKMWMT1W8ZDA9YB1 [factory aws, i-00642a36115de8ee4] (queued for 1 m 8 s)
 
22026-03-17T02:10:19.628Zstarting task 0: "setup"
32026-03-17T02:10:19.635Z++ uname -s
42026-03-17T02:10:19.638Z+ kern=SunOS
52026-03-17T02:10:19.638Z+ build_user=build
62026-03-17T02:10:19.638Z+ build_uid=12345
72026-03-17T02:10:19.638Z+ work_dir=/work
82026-03-17T02:10:19.638Z+ input_dir=/input
92026-03-17T02:10:19.638Z+ [[ 0 == 12345 ]]
102026-03-17T02:10:19.638Z+ case "$kern" in
112026-03-17T02:10:19.638Z+ groupadd -g 12345 build
122026-03-17T02:10:19.642Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T02:10:21.645Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T02:10:21.702Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T02:10:21.705Z+ home_fs=zfs
162026-03-17T02:10:21.705Z+ [[ zfs == autofs ]]
172026-03-17T02:10:21.705Z+ mkdir -p /home/build
182026-03-17T02:10:21.705Z+ chown build:build /home/build /work
192026-03-17T02:10:23.707Z+ chmod 0700 /home/build /work
202026-03-17T02:10:23.710Zprocess exited: duration 4081 ms, exit code 0
 
212026-03-17T02:10:23.717Zstarting task 1: "rust-toolchain"
222026-03-17T02:10:23.722Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T02:10:23.722Z * rust toolchain channel = "1.94.0"
242026-03-17T02:10:23.722Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T02:10:23.722Z * rust toolchain profile = "default"
262026-03-17T02:10:23.722Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T02:10:23.722Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T02:10:23.725Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T02:10:23.725Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T02:10:23.846Zinfo: downloading installer
312026-03-17T02:10:25.318Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T02:10:25.319Zwarn: /opt/ooce/bin
332026-03-17T02:10:25.319Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T02:10:25.319Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T02:10:25.319Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T02:10:25.319Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T02:10:25.319Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T02:10:25.319Zerror: cannot install while Rust is installed
392026-03-17T02:10:25.319Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T02:10:25.319Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T02:10:25.319Zwarn: /home/build/.rustup/settings.toml
422026-03-17T02:10:25.319Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T02:10:25.319Zwarn: instead of the one inferred from the default host triple.
442026-03-17T02:10:25.352Zinfo: profile set to default
452026-03-17T02:10:25.352Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T02:10:25.355Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T02:10:25.533Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T02:10:25.537Zinfo: downloading 6 components
492026-03-17T02:10:40.829Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T02:10:40.829Z
512026-03-17T02:10:40.872Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T02:10:40.872Z
532026-03-17T02:10:40.872Z
542026-03-17T02:10:40.872ZRust is installed now. Great!
552026-03-17T02:10:40.872Z
562026-03-17T02:10:40.872ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T02:10:40.872Zenvironment variable. This has not been done automatically.
582026-03-17T02:10:40.872Z
592026-03-17T02:10:40.872ZTo configure your current shell, you need to source
602026-03-17T02:10:40.872Zthe corresponding env file under $HOME/.cargo.
612026-03-17T02:10:40.872Z
622026-03-17T02:10:40.872ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T02:10:40.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T02:10:40.872Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T02:10:40.872Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T02:10:40.872Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T02:10:40.872Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T02:10:40.872Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T02:10:40.876Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T02:10:40.876Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T02:10:40.989Z+ rustup --version
722026-03-17T02:10:40.999Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T02:10:41.003Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T02:10:41.025Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T02:10:41.028Z+ cargo --version
762026-03-17T02:10:41.044Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T02:10:41.048Z+ rustc --version
782026-03-17T02:10:41.072Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T02:10:41.075Zprocess exited: duration 17361 ms, exit code 0
 
802026-03-17T02:10:41.081Zstarting task 2: "authentication"
812026-03-17T02:10:41.101Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T02:10:41.107Zstarting task 3: "clone repository"
832026-03-17T02:10:41.111Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T02:10:41.114Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T02:10:41.179ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T02:10:51.200Z+ cd /work/oxidecomputer/omicron
872026-03-17T02:10:51.200Z+ git fetch origin 2ba1215588cee323052ac78057d9284da554a096
882026-03-17T02:10:51.787ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T02:10:51.787Z * branch 2ba1215588cee323052ac78057d9284da554a096 -> FETCH_HEAD
902026-03-17T02:10:51.798Z+ [[ -n zl/omdb-mcast ]]
912026-03-17T02:10:51.801Z++ git branch --show-current
922026-03-17T02:10:51.801Z+ current=main
932026-03-17T02:10:51.801Z+ [[ main != zl/omdb-mcast ]]
942026-03-17T02:10:51.801Z+ git branch -f zl/omdb-mcast 2ba1215588cee323052ac78057d9284da554a096
952026-03-17T02:10:51.804Z+ git checkout -f zl/omdb-mcast
962026-03-17T02:10:51.906ZSwitched to branch 'zl/omdb-mcast'
972026-03-17T02:10:51.909Z+ git reset --hard 2ba1215588cee323052ac78057d9284da554a096
982026-03-17T02:10:52.026ZHEAD is now at 2ba121558 merge multicast-e2e into omdb-mcast
992026-03-17T02:10:52.029Zprocess exited: duration 10922 ms, exit code 0
 
1002026-03-17T02:10:52.035Zstarting task 4: "build"
1012026-03-17T02:10:52.039Z+ source ./env.sh
1022026-03-17T02:10:52.043Z++ OLD_SHELL_OPTS=ehxB
1032026-03-17T02:10:52.043Z++ set -o xtrace
1042026-03-17T02:10:52.043Z++++ dirname ./env.sh
1052026-03-17T02:10:52.046Z+++ readlink -f .
1062026-03-17T02:10:52.046Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ 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-17T02:10:52.046Z++ case $OLD_SHELL_OPTS in
1162026-03-17T02:10:52.046Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-17T02:10:52.046Z+ source .github/buildomat/ci-env.sh
1182026-03-17T02:10:52.046Z++ export CARGO_TERM_COLOR=always
1192026-03-17T02:10:52.046Z++ CARGO_TERM_COLOR=always
1202026-03-17T02:10:52.046Z+ cargo --version
1212026-03-17T02:10:52.058Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-17T02:10:52.062Z+ rustc --version
1232026-03-17T02:10:52.085Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-17T02:10:52.089Z+ banner prerequisites
1252026-03-17T02:10:52.092Z
1262026-03-17T02:10:52.092Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-17T02:10:52.092Z # # # # # # # # # # # # # # #
1282026-03-17T02:10:52.092Z # # # # ##### # # ##### # # # # # #### #
1292026-03-17T02:10:52.092Z ##### ##### # ##### # # # # # # # # #
1302026-03-17T02:10:52.092Z # # # # # # # # # # # # # # #
1312026-03-17T02:10:52.092Z # # # ###### # # ###### ### # #### # #### #
1322026-03-17T02:10:52.092Z
1332026-03-17T02:10:52.092Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-17T02:11:02.022Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-17T02:11:11.742Z Startup: Caching catalogs ... Done
1362026-03-17T02:11:33.981ZPlanning: Solver setup ... Done (20.635s)
1372026-03-17T02:11:34.133ZPlanning: Running solver ... Done (0.152s)
1382026-03-17T02:11:34.316ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-17T02:11:34.329ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-17T02:11:34.455ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-17T02:11:34.498ZPlanning: Package planning ... Done (0.043s)
1422026-03-17T02:11:34.539ZPlanning: Merging actions ... Done (0.041s)
1432026-03-17T02:11:34.811ZPlanning: Checking for conflicting actions ... Done (0.272s)
1442026-03-17T02:11:34.822ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-17T02:11:35.779ZPlanning: Evaluating mediators ... Done (0.958s)
1462026-03-17T02:11:35.788ZPlanning: Planning completed in 23.91 seconds
1472026-03-17T02:11:35.909Z Packages to install: 4
1482026-03-17T02:11:35.909Z Mediators to change: 2
1492026-03-17T02:11:35.909Z Services to change: 1
1502026-03-17T02:11:35.913Z Estimated space available: 155.43 GB
1512026-03-17T02:11:35.913ZEstimated space to be consumed: 1.83 GB
1522026-03-17T02:11:35.913Z Create boot environment: No
1532026-03-17T02:11:35.913ZCreate backup boot environment: No
1542026-03-17T02:11:35.913Z Rebuild boot archive: No
1552026-03-17T02:11:35.913Z
1562026-03-17T02:11:35.913ZChanged mediators:
1572026-03-17T02:11:35.913Z mediator clang:
1582026-03-17T02:11:35.913Z version: None -> 15 (system default)
1592026-03-17T02:11:35.913Z
1602026-03-17T02:11:35.913Z mediator llvm:
1612026-03-17T02:11:35.913Z version: 14 (system default) -> 15 (system default)
1622026-03-17T02:11:35.913Z
1632026-03-17T02:11:35.913ZChanged packages:
1642026-03-17T02:11:35.913Zhelios-dev
1652026-03-17T02:11:35.913Z developer/build-essential
1662026-03-17T02:11:35.913Z None -> 11-2.0
1672026-03-17T02:11:35.913Z library/libxmlsec1
1682026-03-17T02:11:35.913Z None -> 1.2.35-2.0
1692026-03-17T02:11:35.913Z ooce/developer/clang-15
1702026-03-17T02:11:35.913Z None -> 15.0.7-2.0
1712026-03-17T02:11:35.914Z ooce/developer/llvm-15
1722026-03-17T02:11:35.914Z None -> 15.0.7-2.0
1732026-03-17T02:11:35.914Z
1742026-03-17T02:11:35.914ZServices:
1752026-03-17T02:11:35.914Z restart_fmri:
1762026-03-17T02:11:35.914Z svc:/system/update-man-index:default
1772026-03-17T02:11:35.958Z
1782026-03-17T02:11:35.958ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-17T02:11:40.957ZDownload: 805/3290 items 18.7/212.6MB 8% complete (3.8M/s)
1802026-03-17T02:11:46.855ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (13.1M/s)
1812026-03-17T02:11:51.836ZDownload: Completed 212.60 MB in 15.88 seconds (13.4M/s)
1822026-03-17T02:11:52.010Z Actions: 1/3689 actions (Installing new actions)
1832026-03-17T02:11:56.269Z Actions: Completed 3689 actions in 4.26 seconds.
1842026-03-17T02:11:56.639Z Done (0.365s)
1852026-03-17T02:11:56.639Z Done (0.000s)
1862026-03-17T02:11:57.633Z Done (0.994s)
1872026-03-17T02:12:01.980Z Done (4.004s)
1882026-03-17T02:12:02.062Z Done (0.017s)
1892026-03-17T02:12:02.066Z Done (0.000s)
1902026-03-17T02:12:02.219Z Done (0.000s)
1912026-03-17T02:12:03.187ZPlanning: Evaluating mediator changes ... Done
1922026-03-17T02:12:03.328ZPlanning: Checking for conflicting actions ... Done
1932026-03-17T02:12:03.332ZPlanning: Consolidating action changes ... Done
1942026-03-17T02:12:03.553ZPlanning: Evaluating mediators ... Done
1952026-03-17T02:12:03.557ZPlanning: Planning completed in 0.37 seconds
1962026-03-17T02:12:03.582Z Mediators to change: 2
1972026-03-17T02:12:03.583Z Create boot environment: No
1982026-03-17T02:12:03.586ZCreate backup boot environment: No
1992026-03-17T02:12:03.646Z Done
2002026-03-17T02:12:03.646Z Done
2012026-03-17T02:12:04.406Z Done
2022026-03-17T02:12:07.728Z Done
2032026-03-17T02:12:07.813Z Done
2042026-03-17T02:12:07.816Z Done
2052026-03-17T02:12:07.975Z Done
2062026-03-17T02:12:08.509ZPlanning: Evaluating mediator changes ... Done
2072026-03-17T02:12:08.516ZPlanning: Merging actions ... Done
2082026-03-17T02:12:08.681ZPlanning: Checking for conflicting actions ... Done
2092026-03-17T02:12:08.684ZPlanning: Consolidating action changes ... Done
2102026-03-17T02:12:08.901ZPlanning: Evaluating mediators ... Done
2112026-03-17T02:12:08.946ZPlanning: Planning completed in 0.64 seconds
2122026-03-17T02:12:08.973Z Packages to change: 1
2132026-03-17T02:12:08.973Z Mediators to change: 1
2142026-03-17T02:12:08.976Z Services to change: 1
2152026-03-17T02:12:08.976Z Create boot environment: No
2162026-03-17T02:12:08.976ZCreate backup boot environment: Yes
2172026-03-17T02:12:11.541Z Actions: 1/6 actions (Updating modified actions)
2182026-03-17T02:12:11.544Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-17T02:12:11.544Z Done
2202026-03-17T02:12:11.544Z Done
2212026-03-17T02:12:11.732Z Done
2222026-03-17T02:12:15.024Z Done
2232026-03-17T02:12:15.110Z Done
2242026-03-17T02:12:15.114Z Done
2252026-03-17T02:12:15.315Z Done
2262026-03-17T02:12:15.690ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-17T02:12:15.690Zclang system 15 system
2282026-03-17T02:12:15.690Zcsh system system illumos
2292026-03-17T02:12:15.690Zctags system system illumos
2302026-03-17T02:12:15.690Zfile system system illumos
2312026-03-17T02:12:15.690Zgcc vendor 12 vendor
2322026-03-17T02:12:15.690Zgcc system 10 system
2332026-03-17T02:12:15.690Zgcc system 7 system
2342026-03-17T02:12:15.690Zgo system 1.20 system
2352026-03-17T02:12:15.690Zgo system 1.19 system
2362026-03-17T02:12:15.690Zllvm system 15 system
2372026-03-17T02:12:15.690Zllvm system 14 system
2382026-03-17T02:12:15.690Zmariadb system 10.6 system
2392026-03-17T02:12:15.690Zmta vendor vendor dma
2402026-03-17T02:12:15.690Zopenjdk system 17 system
2412026-03-17T02:12:15.690Zopenjdk system 11 system
2422026-03-17T02:12:15.691Zopenjdk system 1.8 system
2432026-03-17T02:12:15.691Zopenssl vendor 3 vendor
2442026-03-17T02:12:15.691Zperl system 5.36 system
2452026-03-17T02:12:15.691Zpostgresql system 15 system
2462026-03-17T02:12:15.691Zpostgresql system 13 system
2472026-03-17T02:12:15.691Zpython vendor 3 vendor
2482026-03-17T02:12:15.691Zpython system 2 system
2492026-03-17T02:12:15.691Zpython3 system 3.11 system
2502026-03-17T02:12:15.691Zruby system 3.0 system
2512026-03-17T02:12:15.691Zwords vendor vendor american-english
2522026-03-17T02:12:15.691Zwords system system australian-english
2532026-03-17T02:12:15.691Zwords system system british-english
2542026-03-17T02:12:15.691Zwords system system canadian-english
2552026-03-17T02:12:15.691Zwords system system french
2562026-03-17T02:12:15.691Zwords system system italian
2572026-03-17T02:12:15.691Zwords system system ngerman
2582026-03-17T02:12:15.691Zwords system system ogerman
2592026-03-17T02:12:15.691Zwords system system spanish
2602026-03-17T02:12:15.988ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-17T02:12:15.988Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-17T02:12:22.046ZFMRI IFO
2632026-03-17T02:12:22.046Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-17T02:12:22.046Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-17T02:12:22.046Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-17T02:12:22.046Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-17T02:12:22.046Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-17T02:12:22.046Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-17T02:12:22.046Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-17T02:12:22.046Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-17T02:12:22.046Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-17T02:12:22.046Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-17T02:12:22.046Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-17T02:12:22.046Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-17T02:12:22.046Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-17T02:12:22.046Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-17T02:12:22.046Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-17T02:12:22.046Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-17T02:12:23.274Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-17T02:12:23.531Z Updating crates.io index
2812026-03-17T02:12:23.604Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-17T02:12:23.831Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-17T02:12:24.661Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-17T02:12:25.067Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-17T02:12:25.357Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-17T02:12:26.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-17T02:12:27.198Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-17T02:12:28.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-17T02:12:30.225Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-17T02:12:31.101Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-17T02:12:31.350Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-17T02:12:32.742Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-17T02:12:33.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-17T02:12:33.946Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-17T02:12:34.245Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-17T02:12:35.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-17T02:12:35.753Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-17T02:12:36.114Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-17T02:12:36.524Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-17T02:12:36.976Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-17T02:12:37.200Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-17T02:12:37.447Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-17T02:12:37.700Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-17T02:12:38.100Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-17T02:12:38.667Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-17T02:12:39.088Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-17T02:12:39.458Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-17T02:12:39.786Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-17T02:12:40.107Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-17T02:12:41.490Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-17T02:12:41.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-17T02:12:42.121Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-17T02:12:42.583Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-17T02:12:42.892Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-17T02:12:43.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-17T02:12:43.579Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-17T02:12:43.860Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-17T02:12:44.228Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-17T02:12:58.099Z Downloading crates ...
3202026-03-17T02:12:58.156Z Downloaded camino v1.2.2
3212026-03-17T02:12:58.160Z Downloaded litemap v0.8.1
3222026-03-17T02:12:58.164Z Downloaded fs-err v3.3.0
3232026-03-17T02:12:58.167Z Downloaded digest v0.10.7
3242026-03-17T02:12:58.167Z Downloaded potential_utf v0.1.4
3252026-03-17T02:12:58.167Z Downloaded anstyle-query v1.1.5
3262026-03-17T02:12:58.170Z Downloaded thiserror v2.0.18
3272026-03-17T02:12:58.174Z Downloaded tabled_derive v0.7.0
3282026-03-17T02:12:58.174Z Downloaded swrite v0.1.0
3292026-03-17T02:12:58.174Z Downloaded cargo-platform v0.2.0
3302026-03-17T02:12:58.177Z Downloaded bytecount v0.6.9
3312026-03-17T02:12:58.177Z Downloaded autocfg v1.5.0
3322026-03-17T02:12:58.177Z Downloaded anstream v0.6.21
3332026-03-17T02:12:58.180Z Downloaded usdt v0.5.0
3342026-03-17T02:12:58.180Z Downloaded idna_adapter v1.2.1
3352026-03-17T02:12:58.183Z Downloaded serde_json v1.0.149
3362026-03-17T02:12:58.186Z Downloaded yoke-derive v0.8.1
3372026-03-17T02:12:58.186Z Downloaded bitflags v2.11.0
3382026-03-17T02:12:58.190Z Downloaded icu_properties v2.1.2
3392026-03-17T02:12:58.193Z Downloaded camino-tempfile v1.4.1
3402026-03-17T02:12:58.193Z Downloaded anstyle-parse v0.2.7
3412026-03-17T02:12:58.196Z Downloaded cargo-util-schemas v0.8.2
3422026-03-17T02:12:58.196Z Downloaded anstyle v1.0.13
3432026-03-17T02:12:58.199Z Downloaded anyhow v1.0.102
3442026-03-17T02:12:58.202Z Downloaded colorchoice v1.0.4
3452026-03-17T02:12:58.202Z Downloaded itoa v1.0.17
3462026-03-17T02:12:58.202Z Downloaded byteorder v1.5.0
3472026-03-17T02:12:58.206Z Downloaded serde_tokenstream v0.2.3
3482026-03-17T02:12:58.206Z Downloaded equivalent v1.0.2
3492026-03-17T02:12:58.206Z Downloaded getrandom v0.4.1
3502026-03-17T02:12:58.209Z Downloaded displaydoc v0.2.5
3512026-03-17T02:12:58.212Z Downloaded proc-macro2 v1.0.106
3522026-03-17T02:12:58.215Z Downloaded cargo_metadata v0.21.0
3532026-03-17T02:12:58.220Z Downloaded heck v0.4.1
3542026-03-17T02:12:58.223Z Downloaded serde_derive v1.0.228
3552026-03-17T02:12:58.230Z Downloaded tinystr v0.8.2
3562026-03-17T02:12:58.233Z Downloaded scroll v0.12.0
3572026-03-17T02:12:58.233Z Downloaded version_check v0.9.5
3582026-03-17T02:12:58.236Z Downloaded proc-macro-error-attr v1.0.4
3592026-03-17T02:12:58.236Z Downloaded macaddr v1.0.1
3602026-03-17T02:12:58.236Z Downloaded serde-untagged v0.1.9
3612026-03-17T02:12:58.239Z Downloaded semver v1.0.27
3622026-03-17T02:12:58.239Z Downloaded clap v4.5.60
3632026-03-17T02:12:58.244Z Downloaded zerofrom-derive v0.1.6
3642026-03-17T02:12:58.248Z Downloaded heck v0.5.0
3652026-03-17T02:12:58.248Z Downloaded generic-array v0.14.7
3662026-03-17T02:12:58.248Z Downloaded fnv v1.0.7
3672026-03-17T02:12:58.251Z Downloaded errno v0.3.14
3682026-03-17T02:12:58.251Z Downloaded scroll_derive v0.12.1
3692026-03-17T02:12:58.251Z Downloaded unicode-linebreak v0.1.5
3702026-03-17T02:12:58.254Z Downloaded toml_datetime v0.6.11
3712026-03-17T02:12:58.257Z Downloaded smawk v0.3.2
3722026-03-17T02:12:58.257Z Downloaded typeid v1.0.3
3732026-03-17T02:12:58.260Z Downloaded serde-value v0.7.0
3742026-03-17T02:12:58.261Z Downloaded dof v0.3.0
3752026-03-17T02:12:58.261Z Downloaded ordered-float v2.10.1
3762026-03-17T02:12:58.261Z Downloaded form_urlencoded v1.2.2
3772026-03-17T02:12:58.264Z Downloaded proc-macro-error v1.0.4
3782026-03-17T02:12:58.267Z Downloaded unicode-xid v0.2.6
3792026-03-17T02:12:58.270Z Downloaded stable_deref_trait v1.2.1
3802026-03-17T02:12:58.270Z Downloaded plain v0.2.3
3812026-03-17T02:12:58.274Z Downloaded zerofrom v0.1.6
3822026-03-17T02:12:58.274Z Downloaded usdt-macro v0.5.0
3832026-03-17T02:12:58.277Z Downloaded crypto-common v0.1.7
3842026-03-17T02:12:58.277Z Downloaded serde_spanned v0.6.9
3852026-03-17T02:12:58.277Z Downloaded fastrand v2.3.0
3862026-03-17T02:12:58.277Z Downloaded terminal_size v0.4.3
3872026-03-17T02:12:58.282Z Downloaded zerotrie v0.2.3
3882026-03-17T02:12:58.282Z Downloaded thiserror-impl v1.0.69
3892026-03-17T02:12:58.285Z Downloaded icu_normalizer_data v2.1.1
3902026-03-17T02:12:58.285Z Downloaded log v0.4.29
3912026-03-17T02:12:58.288Z Downloaded utf8_iter v1.0.4
3922026-03-17T02:12:58.288Z Downloaded is_terminal_polyfill v1.70.2
3932026-03-17T02:12:58.288Z Downloaded cpufeatures v0.2.17
3942026-03-17T02:12:58.288Z Downloaded usdt-attr-macro v0.5.0
3952026-03-17T02:12:58.288Z Downloaded percent-encoding v2.3.2
3962026-03-17T02:12:58.291Z Downloaded clap_derive v4.5.55
3972026-03-17T02:12:58.292Z Downloaded block-buffer v0.10.4
3982026-03-17T02:12:58.298Z Downloaded dtrace-parser v0.2.0
3992026-03-17T02:12:58.301Z Downloaded thiserror v1.0.69
4002026-03-17T02:12:58.304Z Downloaded zmij v1.0.21
4012026-03-17T02:12:58.304Z Downloaded strsim v0.11.1
4022026-03-17T02:12:58.308Z Downloaded memmap v0.7.0
4032026-03-17T02:12:58.308Z Downloaded clap_lex v1.0.0
4042026-03-17T02:12:58.311Z Downloaded pretty-hex v0.4.1
4052026-03-17T02:12:58.314Z Downloaded cfg-if v1.0.4
4062026-03-17T02:12:58.319Z Downloaded icu_provider v2.1.1
4072026-03-17T02:12:58.325Z Downloaded zerocopy-derive v0.7.35
4082026-03-17T02:12:58.329Z Downloaded toml v0.8.23
4092026-03-17T02:12:58.332Z Downloaded quote v1.0.44
4102026-03-17T02:12:58.335Z Downloaded ucd-trie v0.1.7
4112026-03-17T02:12:58.338Z Downloaded erased-serde v0.4.9
4122026-03-17T02:12:58.341Z Downloaded synstructure v0.13.2
4132026-03-17T02:12:58.341Z Downloaded sha2 v0.10.9
4142026-03-17T02:12:58.349Z Downloaded icu_normalizer v2.1.1
4152026-03-17T02:12:58.352Z Downloaded icu_locale_core v2.1.1
4162026-03-17T02:12:58.355Z Downloaded cargo_toml v0.21.0
4172026-03-17T02:12:58.358Z Downloaded thread-id v4.2.2
4182026-03-17T02:12:58.373Z Downloaded toml_write v0.1.2
4192026-03-17T02:12:58.373Z Downloaded pest_generator v2.8.6
4202026-03-17T02:12:58.373Z Downloaded tempfile v3.25.0
4212026-03-17T02:12:58.373Z Downloaded yoke v0.8.1
4222026-03-17T02:12:58.373Z Downloaded textwrap v0.16.2
4232026-03-17T02:12:58.378Z Downloaded writeable v0.6.2
4242026-03-17T02:12:58.378Z Downloaded once_cell v1.21.3
4252026-03-17T02:12:58.378Z Downloaded num-traits v0.2.19
4262026-03-17T02:12:58.381Z Downloaded utf8parse v0.2.2
4272026-03-17T02:12:58.381Z Downloaded smallvec v1.15.1
4282026-03-17T02:12:58.381Z Downloaded pest_derive v2.8.6
4292026-03-17T02:12:58.384Z Downloaded papergrid v0.11.0
4302026-03-17T02:12:58.391Z Downloaded pest_meta v2.8.6
4312026-03-17T02:12:58.395Z Downloaded zerovec-derive v0.11.2
4322026-03-17T02:12:58.403Z Downloaded serde_core v1.0.228
4332026-03-17T02:12:58.407Z Downloaded icu_collections v2.1.1
4342026-03-17T02:12:58.410Z Downloaded clap_builder v4.5.60
4352026-03-17T02:12:58.415Z Downloaded url v2.5.8
4362026-03-17T02:12:58.418Z Downloaded thiserror-impl v2.0.18
4372026-03-17T02:12:58.421Z Downloaded serde v1.0.228
4382026-03-17T02:12:58.424Z Downloaded indexmap v2.13.0
4392026-03-17T02:12:58.427Z Downloaded memchr v2.8.0
4402026-03-17T02:12:58.433Z Downloaded unicode-ident v1.0.24
4412026-03-17T02:12:58.436Z Downloaded typenum v1.19.0
4422026-03-17T02:12:58.440Z Downloaded toml_edit v0.22.27
4432026-03-17T02:12:58.443Z Downloaded usdt-impl v0.5.0
4442026-03-17T02:12:58.443Z Downloaded pest v2.8.6
4452026-03-17T02:12:58.448Z Downloaded icu_properties_data v2.1.2
4462026-03-17T02:12:58.455Z Downloaded zerovec v0.11.5
4472026-03-17T02:12:58.459Z Downloaded idna v1.1.0
4482026-03-17T02:12:58.462Z Downloaded hashbrown v0.16.1
4492026-03-17T02:12:58.466Z Downloaded zerocopy v0.7.35
4502026-03-17T02:12:58.478Z Downloaded tabled v0.15.0
4512026-03-17T02:12:58.491Z Downloaded syn v1.0.109
4522026-03-17T02:12:58.496Z Downloaded winnow v0.7.14
4532026-03-17T02:12:58.503Z Downloaded goblin v0.8.2
4542026-03-17T02:12:58.507Z Downloaded unicode-width v0.1.14
4552026-03-17T02:12:58.512Z Downloaded syn v2.0.117
4562026-03-17T02:12:58.519Z Downloaded unicode-width v0.2.0
4572026-03-17T02:12:58.531Z Downloaded rustix v1.1.3
4582026-03-17T02:12:58.561Z Downloaded libc v0.2.180
4592026-03-17T02:12:58.646Z Compiling proc-macro2 v1.0.106
4602026-03-17T02:12:58.647Z Compiling unicode-ident v1.0.24
4612026-03-17T02:12:58.650Z Compiling quote v1.0.44
4622026-03-17T02:12:58.650Z Compiling serde_core v1.0.228
4632026-03-17T02:12:58.650Z Compiling libc v0.2.180
4642026-03-17T02:12:58.650Z Compiling version_check v0.9.5
4652026-03-17T02:12:58.650Z Compiling serde v1.0.228
4662026-03-17T02:12:58.650Z Compiling stable_deref_trait v1.2.1
4672026-03-17T02:12:59.074Z Compiling memchr v2.8.0
4682026-03-17T02:12:59.097Z Compiling zmij v1.0.21
4692026-03-17T02:12:59.333Z Compiling thiserror v1.0.69
4702026-03-17T02:12:59.747Z Compiling autocfg v1.5.0
4712026-03-17T02:12:59.792Z Compiling itoa v1.0.17
4722026-03-17T02:12:59.931Z Compiling ucd-trie v0.1.7
4732026-03-17T02:13:00.220Z Compiling pest v2.8.6
4742026-03-17T02:13:00.322Z Compiling writeable v0.6.2
4752026-03-17T02:13:00.345Z Compiling litemap v0.8.1
4762026-03-17T02:13:00.402Z Compiling icu_properties_data v2.1.2
4772026-03-17T02:13:00.579Z Compiling icu_normalizer_data v2.1.1
4782026-03-17T02:13:00.603Z Compiling byteorder v1.5.0
4792026-03-17T02:13:00.632Z Compiling rustix v1.1.3
4802026-03-17T02:13:01.006Z Compiling errno v0.3.14
4812026-03-17T02:13:01.036Z Compiling bitflags v2.11.0
4822026-03-17T02:13:01.133Z Compiling syn v2.0.117
4832026-03-17T02:13:01.212Z Compiling serde_json v1.0.149
4842026-03-17T02:13:01.423Z Compiling num-traits v0.2.19
4852026-03-17T02:13:01.470Z Compiling smallvec v1.15.1
4862026-03-17T02:13:01.524Z Compiling typeid v1.0.3
4872026-03-17T02:13:01.744Z Compiling hashbrown v0.16.1
4882026-03-17T02:13:01.864Z Compiling pest_meta v2.8.6
4892026-03-17T02:13:01.890Z Compiling equivalent v1.0.2
4902026-03-17T02:13:02.095Z Compiling thread-id v4.2.2
4912026-03-17T02:13:02.196Z Compiling proc-macro-error-attr v1.0.4
4922026-03-17T02:13:02.257Z Compiling usdt-impl v0.5.0
4932026-03-17T02:13:02.422Z Compiling indexmap v2.13.0
4942026-03-17T02:13:02.473Z Compiling winnow v0.7.14
4952026-03-17T02:13:02.524Z Compiling syn v1.0.109
4962026-03-17T02:13:02.633Z Compiling toml_write v0.1.2
4972026-03-17T02:13:02.916Z Compiling erased-serde v0.4.9
4982026-03-17T02:13:03.336Z Compiling proc-macro-error v1.0.4
4992026-03-17T02:13:03.435Z Compiling percent-encoding v2.3.2
5002026-03-17T02:13:03.564Z Compiling log v0.4.29
5012026-03-17T02:13:03.674Z Compiling plain v0.2.3
5022026-03-17T02:13:03.796Z Compiling thiserror v2.0.18
5032026-03-17T02:13:03.819Z Compiling utf8parse v0.2.2
5042026-03-17T02:13:03.961Z Compiling getrandom v0.4.1
5052026-03-17T02:13:04.180Z Compiling camino v1.2.2
5062026-03-17T02:13:04.204Z Compiling utf8_iter v1.0.4
5072026-03-17T02:13:04.301Z Compiling ordered-float v2.10.1
5082026-03-17T02:13:04.413Z Compiling anstyle-parse v0.2.7
5092026-03-17T02:13:04.442Z Compiling form_urlencoded v1.2.2
5102026-03-17T02:13:04.638Z Compiling terminal_size v0.4.3
5112026-03-17T02:13:04.663Z Compiling anstyle-query v1.1.5
5122026-03-17T02:13:04.666Z Compiling colorchoice v1.0.4
5132026-03-17T02:13:04.810Z Compiling synstructure v0.13.2
5142026-03-17T02:13:04.835Z Compiling pest_generator v2.8.6
5152026-03-17T02:13:04.858Z Compiling is_terminal_polyfill v1.70.2
5162026-03-17T02:13:04.925Z Compiling cfg-if v1.0.4
5172026-03-17T02:13:04.979Z Compiling anstyle v1.0.13
5182026-03-17T02:13:05.021Z Compiling pretty-hex v0.4.1
5192026-03-17T02:13:05.207Z Compiling serde-untagged v0.1.9
5202026-03-17T02:13:05.248Z Compiling anstream v0.6.21
5212026-03-17T02:13:05.424Z Compiling semver v1.0.27
5222026-03-17T02:13:05.658Z Compiling fs-err v3.3.0
5232026-03-17T02:13:05.699Z Compiling fnv v1.0.7
5242026-03-17T02:13:05.827Z Compiling heck v0.4.1
5252026-03-17T02:13:05.851Z Compiling heck v0.5.0
5262026-03-17T02:13:05.876Z Compiling fastrand v2.3.0
5272026-03-17T02:13:05.879Z Compiling anyhow v1.0.102
5282026-03-17T02:13:05.901Z Compiling unicode-xid v0.2.6
5292026-03-17T02:13:06.081Z Compiling once_cell v1.21.3
5302026-03-17T02:13:06.122Z Compiling bytecount v0.6.9
5312026-03-17T02:13:06.220Z Compiling strsim v0.11.1
5322026-03-17T02:13:06.293Z Compiling unicode-width v0.1.14
5332026-03-17T02:13:06.317Z Compiling clap_lex v1.0.0
5342026-03-17T02:13:06.570Z Compiling clap_builder v4.5.60
5352026-03-17T02:13:06.615Z Compiling papergrid v0.11.0
5362026-03-17T02:13:06.642Z Compiling tempfile v3.25.0
5372026-03-17T02:13:06.688Z Compiling memmap v0.7.0
5382026-03-17T02:13:06.787Z Compiling smawk v0.3.2
5392026-03-17T02:13:06.923Z Compiling unicode-linebreak v0.1.5
5402026-03-17T02:13:06.964Z Compiling unicode-width v0.2.0
5412026-03-17T02:13:07.135Z Compiling camino-tempfile v1.4.1
5422026-03-17T02:13:07.320Z Compiling textwrap v0.16.2
5432026-03-17T02:13:07.437Z Compiling serde_derive v1.0.228
5442026-03-17T02:13:07.604Z Compiling zerofrom-derive v0.1.6
5452026-03-17T02:13:07.629Z Compiling yoke-derive v0.8.1
5462026-03-17T02:13:07.910Z Compiling zerovec-derive v0.11.2
5472026-03-17T02:13:07.935Z Compiling displaydoc v0.2.5
5482026-03-17T02:13:08.588Z Compiling thiserror-impl v1.0.69
5492026-03-17T02:13:08.894Z Compiling zerocopy-derive v0.7.35
5502026-03-17T02:13:09.180Z Compiling pest_derive v2.8.6
5512026-03-17T02:13:09.382Z Compiling scroll_derive v0.12.1
5522026-03-17T02:13:09.503Z Compiling zerofrom v0.1.6
5532026-03-17T02:13:09.675Z Compiling yoke v0.8.1
5542026-03-17T02:13:09.707Z Compiling thiserror-impl v2.0.18
5552026-03-17T02:13:09.923Z Compiling zerovec v0.11.5
5562026-03-17T02:13:10.031Z Compiling zerotrie v0.2.3
5572026-03-17T02:13:10.306Z Compiling zerocopy v0.7.35
5582026-03-17T02:13:10.420Z Compiling dtrace-parser v0.2.0
5592026-03-17T02:13:10.484Z Compiling scroll v0.12.0
5602026-03-17T02:13:10.690Z Compiling tinystr v0.8.2
5612026-03-17T02:13:10.788Z Compiling potential_utf v0.1.4
5622026-03-17T02:13:10.841Z Compiling goblin v0.8.2
5632026-03-17T02:13:10.956Z Compiling icu_locale_core v2.1.1
5642026-03-17T02:13:11.004Z Compiling icu_collections v2.1.1
5652026-03-17T02:13:11.107Z Compiling tabled_derive v0.7.0
5662026-03-17T02:13:11.300Z Compiling clap_derive v4.5.55
5672026-03-17T02:13:11.474Z Compiling swrite v0.1.0
5682026-03-17T02:13:11.660Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5692026-03-17T02:13:11.806Z Compiling icu_provider v2.1.1
5702026-03-17T02:13:12.103Z Compiling icu_properties v2.1.2
5712026-03-17T02:13:12.133Z Compiling serde_spanned v0.6.9
5722026-03-17T02:13:12.197Z Compiling toml_datetime v0.6.11
5732026-03-17T02:13:12.223Z Compiling icu_normalizer v2.1.1
5742026-03-17T02:13:12.268Z Compiling dof v0.3.0
5752026-03-17T02:13:12.294Z Compiling serde_tokenstream v0.2.3
5762026-03-17T02:13:12.318Z Compiling serde-value v0.7.0
5772026-03-17T02:13:12.536Z Compiling toml_edit v0.22.27
5782026-03-17T02:13:12.781Z Compiling cargo-platform v0.2.0
5792026-03-17T02:13:12.804Z Compiling tabled v0.15.0
5802026-03-17T02:13:12.943Z Compiling macaddr v1.0.1
5812026-03-17T02:13:13.299Z Compiling idna_adapter v1.2.1
5822026-03-17T02:13:13.366Z Compiling usdt-attr-macro v0.5.0
5832026-03-17T02:13:13.440Z Compiling idna v1.1.0
5842026-03-17T02:13:13.477Z Compiling usdt-macro v0.5.0
5852026-03-17T02:13:13.622Z Compiling clap v4.5.60
5862026-03-17T02:13:13.804Z Compiling url v2.5.8
5872026-03-17T02:13:14.482Z Compiling toml v0.8.23
5882026-03-17T02:13:14.903Z Compiling usdt v0.5.0
5892026-03-17T02:13:14.979Z Compiling cargo-util-schemas v0.8.2
5902026-03-17T02:13:15.189Z Compiling cargo_toml v0.21.0
5912026-03-17T02:13:16.211Z Compiling cargo_metadata v0.21.0
5922026-03-17T02:13:17.492Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-17T02:13:20.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.29s
5942026-03-17T02:13:20.642Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-17T02:13:21.381Z Downloading crates ...
5962026-03-17T02:13:21.496Z Downloaded aead v0.5.2
5972026-03-17T02:13:21.504Z Downloaded bzip2 v0.4.4
5982026-03-17T02:13:21.512Z Downloaded adler2 v2.0.1
5992026-03-17T02:13:21.516Z Downloaded array-init v0.0.4
6002026-03-17T02:13:21.519Z Downloaded ascii-canvas v3.0.0
6012026-03-17T02:13:21.519Z Downloaded arrayref v0.3.9
6022026-03-17T02:13:21.519Z Downloaded async-stream-impl v0.3.6
6032026-03-17T02:13:21.522Z Downloaded assert_matches v1.5.0
6042026-03-17T02:13:21.532Z Downloaded darling_macro v0.23.0
6052026-03-17T02:13:21.535Z Downloaded const_format_proc_macros v0.2.34
6062026-03-17T02:13:21.535Z Downloaded async-recursion v1.1.1
6072026-03-17T02:13:21.538Z Downloaded async-trait v0.1.89
6082026-03-17T02:13:21.541Z Downloaded dirs-next v2.0.0
6092026-03-17T02:13:21.545Z Downloaded cfg_aliases v0.1.1
6102026-03-17T02:13:21.545Z Downloaded argon2 v0.5.3
6112026-03-17T02:13:21.548Z Downloaded atty v0.2.14
6122026-03-17T02:13:21.551Z Downloaded arrayvec v0.7.6
6132026-03-17T02:13:21.551Z Downloaded crossterm v0.29.0
6142026-03-17T02:13:21.556Z Downloaded derive_more v0.99.20
6152026-03-17T02:13:21.559Z Downloaded compact_str v0.8.1
6162026-03-17T02:13:21.563Z Downloaded ahash v0.8.12
6172026-03-17T02:13:21.566Z Downloaded async-stream v0.3.6
6182026-03-17T02:13:21.569Z Downloaded ar_archive_writer v0.5.1
6192026-03-17T02:13:21.569Z Downloaded bit-vec v0.6.3
6202026-03-17T02:13:21.572Z Downloaded castaway v0.2.4
6212026-03-17T02:13:21.578Z Downloaded cfg_aliases v0.2.1
6222026-03-17T02:13:21.588Z Downloaded async-bb8-diesel v0.2.1
6232026-03-17T02:13:21.591Z Downloaded arc-swap v1.8.2
6242026-03-17T02:13:21.594Z Downloaded allocator-api2 v0.2.21
6252026-03-17T02:13:21.600Z Downloaded bit-set v0.8.0
6262026-03-17T02:13:21.603Z Downloaded ciborium-ll v0.2.2
6272026-03-17T02:13:21.603Z Downloaded cobs v0.3.0
6282026-03-17T02:13:21.607Z Downloaded base16ct v0.2.0
6292026-03-17T02:13:21.607Z Downloaded bit-set v0.5.3
6302026-03-17T02:13:21.607Z Downloaded base16ct v1.0.0
6312026-03-17T02:13:21.610Z Downloaded bitfield-macros v0.19.4
6322026-03-17T02:13:21.613Z Downloaded float-ord v0.3.2
6332026-03-17T02:13:21.613Z Downloaded csv v1.4.0
6342026-03-17T02:13:21.626Z Downloaded dunce v1.0.5
6352026-03-17T02:13:21.630Z Downloaded bcrypt-pbkdf v0.10.0
6362026-03-17T02:13:21.630Z Downloaded darling v0.20.11
6372026-03-17T02:13:21.633Z Downloaded crc-catalog v2.4.0
6382026-03-17T02:13:21.633Z Downloaded convert_case v0.4.0
6392026-03-17T02:13:21.636Z Downloaded display-error-chain v0.2.2
6402026-03-17T02:13:21.636Z Downloaded block-padding v0.3.3
6412026-03-17T02:13:21.636Z Downloaded atomic-waker v1.1.2
6422026-03-17T02:13:21.639Z Downloaded darling_core v0.20.11
6432026-03-17T02:13:21.642Z Downloaded crc v3.4.0
6442026-03-17T02:13:21.645Z Downloaded csv-core v0.1.13
6452026-03-17T02:13:21.645Z Downloaded ciborium-io v0.2.2
6462026-03-17T02:13:21.645Z Downloaded bitfield-struct v0.6.2
6472026-03-17T02:13:21.649Z Downloaded env_filter v1.0.0
6482026-03-17T02:13:21.649Z Downloaded embedded-io v0.6.1
6492026-03-17T02:13:21.652Z Downloaded cpufeatures v0.3.0
6502026-03-17T02:13:21.652Z Downloaded curve25519-dalek-derive v0.1.1
6512026-03-17T02:13:21.652Z Downloaded bitflags v1.3.2
6522026-03-17T02:13:21.674Z Downloaded backoff v0.4.0
6532026-03-17T02:13:21.674Z Downloaded foreign-types v0.5.0
6542026-03-17T02:13:21.674Z Downloaded either v1.15.0
6552026-03-17T02:13:21.674Z Downloaded defmt v0.3.100
6562026-03-17T02:13:21.674Z Downloaded fixedbitset v0.4.2
6572026-03-17T02:13:21.674Z Downloaded cbc v0.1.2
6582026-03-17T02:13:21.674Z Downloaded dof v0.4.0
6592026-03-17T02:13:21.674Z Downloaded flagset v0.4.7
6602026-03-17T02:13:21.674Z Downloaded debug-ignore v1.0.5
6612026-03-17T02:13:21.674Z Downloaded foreign-types-macros v0.2.3
6622026-03-17T02:13:21.674Z Downloaded cstr-argument v0.1.2
6632026-03-17T02:13:21.674Z Downloaded defmt-macros v1.0.1
6642026-03-17T02:13:21.674Z Downloaded futures-task v0.3.32
6652026-03-17T02:13:21.674Z Downloaded funty v2.0.0
6662026-03-17T02:13:21.678Z Downloaded foreign-types-shared v0.3.1
6672026-03-17T02:13:21.678Z Downloaded ecdsa v0.16.9
6682026-03-17T02:13:21.678Z Downloaded endian-type v0.1.2
6692026-03-17T02:13:21.678Z Downloaded downcast-rs v2.0.2
6702026-03-17T02:13:21.681Z Downloaded document-features v0.2.12
6712026-03-17T02:13:21.681Z Downloaded dropshot-api-manager-types v0.6.0
6722026-03-17T02:13:21.681Z Downloaded futures-io v0.3.32
6732026-03-17T02:13:21.684Z Downloaded foreign-types v0.3.2
6742026-03-17T02:13:21.684Z Downloaded defmt v1.0.1
6752026-03-17T02:13:21.687Z Downloaded float-cmp v0.10.0
6762026-03-17T02:13:21.687Z Downloaded cipher v0.4.4
6772026-03-17T02:13:21.688Z Downloaded dyn-clone v1.0.20
6782026-03-17T02:13:21.691Z Downloaded fallible-iterator v0.2.0
6792026-03-17T02:13:21.691Z Downloaded diesel-dtrace v0.5.0
6802026-03-17T02:13:21.694Z Downloaded crossbeam-deque v0.8.6
6812026-03-17T02:13:21.694Z Downloaded fxhash v0.2.1
6822026-03-17T02:13:21.697Z Downloaded diesel_table_macro_syntax v0.3.0
6832026-03-17T02:13:21.697Z Downloaded futures-core v0.3.32
6842026-03-17T02:13:21.697Z Downloaded git-stub v1.0.0
6852026-03-17T02:13:21.700Z Downloaded git-stub-vcs v0.1.0
6862026-03-17T02:13:21.700Z Downloaded futures-sink v0.3.32
6872026-03-17T02:13:21.700Z Downloaded fd-lock v4.0.4
6882026-03-17T02:13:21.703Z Downloaded futures-macro v0.3.32
6892026-03-17T02:13:21.703Z Downloaded darling v0.21.3
6902026-03-17T02:13:21.707Z Downloaded ena v0.14.4
6912026-03-17T02:13:21.710Z Downloaded data-encoding v2.10.0
6922026-03-17T02:13:21.710Z Downloaded der_derive v0.7.3
6932026-03-17T02:13:21.714Z Downloaded derive-ex v0.1.8
6942026-03-17T02:13:21.714Z Downloaded cassowary v0.3.0
6952026-03-17T02:13:21.717Z Downloaded ff v0.13.1
6962026-03-17T02:13:21.732Z Downloaded globwalk v0.9.1
6972026-03-17T02:13:21.735Z Downloaded crossbeam-utils v0.8.21
6982026-03-17T02:13:21.738Z Downloaded crossbeam-channel v0.5.15
6992026-03-17T02:13:21.741Z Downloaded embedded-io v0.4.0
7002026-03-17T02:13:21.741Z Downloaded hash32 v0.3.1
7012026-03-17T02:13:21.744Z Downloaded cmake v0.1.57
7022026-03-17T02:13:21.744Z Downloaded blowfish v0.9.1
7032026-03-17T02:13:21.744Z Downloaded bit-vec v0.8.0
7042026-03-17T02:13:21.748Z Downloaded bb8 v0.8.6
7052026-03-17T02:13:21.748Z Downloaded httpdate v1.0.3
7062026-03-17T02:13:21.751Z Downloaded fatfs v0.3.6
7072026-03-17T02:13:21.751Z Downloaded fs_extra v1.3.0
7082026-03-17T02:13:21.754Z Downloaded http-range v0.1.5
7092026-03-17T02:13:21.754Z Downloaded expectorate v1.2.0
7102026-03-17T02:13:21.757Z Downloaded dropshot_endpoint v0.16.7
7112026-03-17T02:13:21.760Z Downloaded hex-literal v0.4.1
7122026-03-17T02:13:21.760Z Downloaded ciborium v0.2.2
7132026-03-17T02:13:21.765Z Downloaded fs-err v2.11.0
7142026-03-17T02:13:21.765Z Downloaded dsl_auto_type v0.2.0
7152026-03-17T02:13:21.768Z Downloaded convert_case v0.10.0
7162026-03-17T02:13:21.768Z Downloaded clang-sys v1.8.1
7172026-03-17T02:13:21.768Z Downloaded cargo_metadata v0.19.2
7182026-03-17T02:13:21.771Z Downloaded glob v0.3.3
7192026-03-17T02:13:21.771Z Downloaded flume v0.11.1
7202026-03-17T02:13:21.775Z Downloaded ed25519 v2.2.3
7212026-03-17T02:13:21.778Z Downloaded hubpack_derive v0.1.1
7222026-03-17T02:13:21.778Z Downloaded enum-as-inner v0.6.1
7232026-03-17T02:13:21.781Z Downloaded hubpack v0.1.2
7242026-03-17T02:13:21.781Z Downloaded gethostname v0.5.0
7252026-03-17T02:13:21.781Z Downloaded derive_more v2.1.1
7262026-03-17T02:13:21.789Z Downloaded ghash v0.5.1
7272026-03-17T02:13:21.792Z Downloaded heapless v0.8.0
7282026-03-17T02:13:21.795Z Downloaded crossterm v0.28.1
7292026-03-17T02:13:21.798Z Downloaded dirs-sys-next v0.1.2
7302026-03-17T02:13:21.802Z Downloaded defmt-parser v1.0.0
7312026-03-17T02:13:21.802Z Downloaded darling_macro v0.21.3
7322026-03-17T02:13:21.802Z Downloaded cookie_store v0.22.1
7332026-03-17T02:13:21.805Z Downloaded globset v0.4.18
7342026-03-17T02:13:21.808Z Downloaded fixedbitset v0.5.7
7352026-03-17T02:13:21.808Z Downloaded difflib v0.4.0
7362026-03-17T02:13:21.808Z Downloaded derive_builder_macro v0.20.2
7372026-03-17T02:13:21.811Z Downloaded darling_macro v0.20.11
7382026-03-17T02:13:21.811Z Downloaded bumpalo v3.20.2
7392026-03-17T02:13:21.815Z Downloaded kstat-rs v0.2.4
7402026-03-17T02:13:21.816Z Downloaded cookie v0.18.1
7412026-03-17T02:13:21.819Z Downloaded dropshot-api-manager v0.6.0
7422026-03-17T02:13:21.819Z Downloaded des v0.8.1
7432026-03-17T02:13:21.822Z Downloaded dtrace-parser v0.3.0
7442026-03-17T02:13:21.822Z Downloaded futures-executor v0.3.32
7452026-03-17T02:13:21.825Z Downloaded base64ct v1.8.3
7462026-03-17T02:13:21.825Z Downloaded foldhash v0.2.0
7472026-03-17T02:13:21.828Z Downloaded flate2 v1.1.9
7482026-03-17T02:13:21.831Z Downloaded lalrpop-util v0.19.12
7492026-03-17T02:13:21.831Z Downloaded is_ci v1.2.0
7502026-03-17T02:13:21.834Z Downloaded indoc v1.0.9
7512026-03-17T02:13:21.835Z Downloaded backon v1.6.0
7522026-03-17T02:13:21.838Z Downloaded futures-channel v0.3.32
7532026-03-17T02:13:21.841Z Downloaded group v0.13.0
7542026-03-17T02:13:21.841Z Downloaded getrandom v0.2.17
7552026-03-17T02:13:21.844Z Downloaded derive_builder_core v0.20.2
7562026-03-17T02:13:21.847Z Downloaded foldhash v0.1.5
7572026-03-17T02:13:21.847Z Downloaded keccak v0.1.6
7582026-03-17T02:13:21.847Z Downloaded maplit v1.0.2
7592026-03-17T02:13:21.850Z Downloaded internet-checksum v0.2.1
7602026-03-17T02:13:21.850Z Downloaded ident_case v1.0.1
7612026-03-17T02:13:21.850Z Downloaded find-msvc-tools v0.1.9
7622026-03-17T02:13:21.853Z Downloaded lru-cache v0.1.2
7632026-03-17T02:13:21.853Z Downloaded managed v0.8.0
7642026-03-17T02:13:21.856Z Downloaded crossbeam-epoch v0.9.18
7652026-03-17T02:13:21.856Z Downloaded mime v0.3.17
7662026-03-17T02:13:21.859Z Downloaded env_logger v0.11.9
7672026-03-17T02:13:21.859Z Downloaded lzss v0.8.2
7682026-03-17T02:13:21.862Z Downloaded lru-slab v0.1.2
7692026-03-17T02:13:21.862Z Downloaded lru v0.12.5
7702026-03-17T02:13:21.862Z Downloaded filetime v0.2.27
7712026-03-17T02:13:21.865Z Downloaded const-oid v0.9.6
7722026-03-17T02:13:21.866Z Downloaded daft v0.1.5
7732026-03-17T02:13:21.869Z Downloaded console v0.16.2
7742026-03-17T02:13:21.872Z Downloaded maybe-uninit v2.0.0
7752026-03-17T02:13:21.872Z Downloaded hyper-staticfile v0.10.1
7762026-03-17T02:13:21.875Z Downloaded lazy_static v1.5.0
7772026-03-17T02:13:21.875Z Downloaded instant v0.1.13
7782026-03-17T02:13:21.875Z Downloaded console v0.15.11
7792026-03-17T02:13:21.878Z Downloaded num_enum_derive v0.5.11
7802026-03-17T02:13:21.878Z Downloaded newline-converter v0.3.0
7812026-03-17T02:13:21.881Z Downloaded inout v0.1.4
7822026-03-17T02:13:21.881Z Downloaded ingot v0.1.1
7832026-03-17T02:13:21.884Z Downloaded indoc v2.0.7
7842026-03-17T02:13:21.884Z Downloaded cc v1.2.56
7852026-03-17T02:13:21.888Z Downloaded openssl-probe v0.2.1
7862026-03-17T02:13:21.891Z Downloaded nibble_vec v0.1.0
7872026-03-17T02:13:21.891Z Downloaded newtype_derive v0.1.6
7882026-03-17T02:13:21.891Z Downloaded multimap v0.10.1
7892026-03-17T02:13:21.894Z Downloaded match_cfg v0.1.0
7902026-03-17T02:13:21.894Z Downloaded num v0.4.3
7912026-03-17T02:13:21.894Z Downloaded impl-trait-for-tuples v0.2.3
7922026-03-17T02:13:21.897Z Downloaded normalize-line-endings v0.3.0
7932026-03-17T02:13:21.897Z Downloaded indent_write v2.2.0
7942026-03-17T02:13:21.900Z Downloaded is-terminal v0.4.17
7952026-03-17T02:13:21.901Z Downloaded ingot-types v0.1.2
7962026-03-17T02:13:21.901Z Downloaded http-body-util v0.1.3
7972026-03-17T02:13:21.904Z Downloaded crc-any v2.5.0
7982026-03-17T02:13:21.904Z Downloaded olpc-cjson v0.1.4
7992026-03-17T02:13:21.907Z Downloaded half v1.8.3
8002026-03-17T02:13:21.907Z Downloaded hickory-client v0.25.2
8012026-03-17T02:13:21.910Z Downloaded libsw-core v0.3.2
8022026-03-17T02:13:21.910Z Downloaded libsw v3.5.0
8032026-03-17T02:13:21.913Z Downloaded darling v0.23.0
8042026-03-17T02:13:21.916Z Downloaded opaque-debug v0.3.1
8052026-03-17T02:13:21.919Z Downloaded num_threads v0.1.7
8062026-03-17T02:13:21.919Z Downloaded num-derive v0.4.2
8072026-03-17T02:13:21.919Z Downloaded num-rational v0.4.2
8082026-03-17T02:13:21.923Z Downloaded hyper-tls v0.6.0
8092026-03-17T02:13:21.923Z Downloaded num-iter v0.1.45
8102026-03-17T02:13:21.926Z Downloaded memoffset v0.9.1
8112026-03-17T02:13:21.926Z Downloaded base64 v0.22.1
8122026-03-17T02:13:21.929Z Downloaded new_debug_unreachable v1.0.6
8132026-03-17T02:13:21.929Z Downloaded hmac v0.12.1
8142026-03-17T02:13:21.932Z Downloaded getrandom v0.3.4
8152026-03-17T02:13:21.935Z Downloaded lock_api v0.4.14
8162026-03-17T02:13:21.935Z Downloaded openssl-probe v0.1.6
8172026-03-17T02:13:21.938Z Downloaded libefi-sys v0.1.0
8182026-03-17T02:13:21.938Z Downloaded hex v0.4.3
8192026-03-17T02:13:21.939Z Downloaded const_format v0.2.35
8202026-03-17T02:13:21.942Z Downloaded instability v0.3.11
8212026-03-17T02:13:21.945Z Downloaded iana-time-zone v0.1.65
8222026-03-17T02:13:21.948Z Downloaded aes v0.8.4
8232026-03-17T02:13:21.951Z Downloaded oso-derive v0.27.3
8242026-03-17T02:13:21.951Z Downloaded derive-where v1.6.0
8252026-03-17T02:13:21.954Z Downloaded openssl-macros v0.1.1
8262026-03-17T02:13:21.954Z Downloaded mime_guess v2.0.5
8272026-03-17T02:13:21.957Z Downloaded linked-hash-map v0.5.6
8282026-03-17T02:13:21.957Z Downloaded native-tls v0.2.18
8292026-03-17T02:13:21.960Z Downloaded half v2.7.1
8302026-03-17T02:13:21.963Z Downloaded httparse v1.10.1
8312026-03-17T02:13:21.963Z Downloaded blake2 v0.10.6
8322026-03-17T02:13:21.966Z Downloaded num_enum_derive v0.7.5
8332026-03-17T02:13:21.966Z Downloaded nodrop v0.1.14
8342026-03-17T02:13:21.969Z Downloaded parse-size v1.1.0
8352026-03-17T02:13:21.969Z Downloaded newtype-uuid v1.3.2
8362026-03-17T02:13:21.969Z Downloaded peg-runtime v0.8.5
8372026-03-17T02:13:21.972Z Downloaded pbkdf2 v0.12.2
8382026-03-17T02:13:21.972Z Downloaded path-slash v0.1.5
8392026-03-17T02:13:21.976Z Downloaded phf_shared v0.12.1
8402026-03-17T02:13:21.976Z Downloaded darling_core v0.21.3
8412026-03-17T02:13:21.979Z Downloaded md-5 v0.10.6
8422026-03-17T02:13:21.982Z Downloaded oxnet v0.1.4
8432026-03-17T02:13:21.982Z Downloaded nanorand v0.7.0
8442026-03-17T02:13:21.985Z Downloaded ignore v0.4.25
8452026-03-17T02:13:21.988Z Downloaded num_enum v0.5.11
8462026-03-17T02:13:21.991Z Downloaded ipnetwork v0.21.1
8472026-03-17T02:13:21.991Z Downloaded hyper-rustls v0.27.7
8482026-03-17T02:13:21.994Z Downloaded phf_shared v0.11.3
8492026-03-17T02:13:21.994Z Downloaded newtype-uuid-macros v0.1.0
8502026-03-17T02:13:21.998Z Downloaded proc-macro-crate v3.4.0
8512026-03-17T02:13:21.998Z Downloaded pin-utils v0.1.0
8522026-03-17T02:13:21.998Z Downloaded pbkdf2 v0.11.0
8532026-03-17T02:13:22.001Z Downloaded parse-display-derive v0.10.0
8542026-03-17T02:13:22.001Z Downloaded num_enum v0.7.5
8552026-03-17T02:13:22.004Z Downloaded indexmap v1.9.3
8562026-03-17T02:13:22.008Z Downloaded humantime v2.3.0
8572026-03-17T02:13:22.011Z Downloaded precomputed-hash v0.1.1
8582026-03-17T02:13:22.011Z Downloaded progenitor-client v0.10.0
8592026-03-17T02:13:22.011Z Downloaded phf_shared v0.13.1
8602026-03-17T02:13:22.015Z Downloaded paste v1.0.15
8612026-03-17T02:13:22.015Z Downloaded num-integer v0.1.46
8622026-03-17T02:13:22.018Z Downloaded nu-ansi-term v0.50.3
8632026-03-17T02:13:22.018Z Downloaded predicates-core v1.0.10
8642026-03-17T02:13:22.021Z Downloaded owo-colors v4.3.0
8652026-03-17T02:13:22.021Z Downloaded litrs v1.0.0
8662026-03-17T02:13:22.024Z Downloaded pem-rfc7468 v0.7.0
8672026-03-17T02:13:22.028Z Downloaded memmap2 v0.9.10
8682026-03-17T02:13:22.028Z Downloaded peg-macros v0.8.5
8692026-03-17T02:13:22.031Z Downloaded progenitor-client v0.11.2
8702026-03-17T02:13:22.031Z Downloaded powerfmt v0.2.0
8712026-03-17T02:13:22.031Z Downloaded packed_struct_codegen v0.10.1
8722026-03-17T02:13:22.031Z Downloaded packed_struct v0.10.1
8732026-03-17T02:13:22.034Z Downloaded bytes v1.11.1
8742026-03-17T02:13:22.037Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-03-17T02:13:22.037Z Downloaded predicates-tree v1.0.13
8762026-03-17T02:13:22.040Z Downloaded oxide-tokio-rt v0.1.3
8772026-03-17T02:13:22.041Z Downloaded base64 v0.21.7
8782026-03-17T02:13:22.044Z Downloaded parse-display v0.10.0
8792026-03-17T02:13:22.044Z Downloaded linear-map v1.2.0
8802026-03-17T02:13:22.047Z Downloaded ipnet v2.11.0
8812026-03-17T02:13:22.047Z Downloaded crypto-bigint v0.5.5
8822026-03-17T02:13:22.052Z Downloaded psl-types v2.0.11
8832026-03-17T02:13:22.055Z Downloaded hickory-resolver v0.24.4
8842026-03-17T02:13:22.058Z Downloaded quick-error v1.2.3
8852026-03-17T02:13:22.058Z Downloaded proc-macro-crate v1.3.1
8862026-03-17T02:13:22.061Z Downloaded num-complex v0.4.6
8872026-03-17T02:13:22.061Z Downloaded progenitor-macro v0.10.0
8882026-03-17T02:13:22.064Z Downloaded heapless v0.7.17
8892026-03-17T02:13:22.064Z Downloaded radium v0.7.0
8902026-03-17T02:13:22.067Z Downloaded futures v0.3.32
8912026-03-17T02:13:22.070Z Downloaded omicron-zone-package v0.12.2
8922026-03-17T02:13:22.074Z Downloaded headers v0.4.1
8932026-03-17T02:13:22.077Z Downloaded phf v0.13.1
8942026-03-17T02:13:22.080Z Downloaded polyval v0.6.2
8952026-03-17T02:13:22.080Z Downloaded indicatif v0.18.4
8962026-03-17T02:13:22.083Z Downloaded phf v0.12.1
8972026-03-17T02:13:22.086Z Downloaded papergrid v0.17.0
8982026-03-17T02:13:22.090Z Downloaded pem v3.0.6
8992026-03-17T02:13:22.090Z Downloaded peg v0.8.5
9002026-03-17T02:13:22.093Z Downloaded rand_xorshift v0.4.0
9012026-03-17T02:13:22.096Z Downloaded password-hash v0.4.2
9022026-03-17T02:13:22.096Z Downloaded progenitor-macro v0.13.0
9032026-03-17T02:13:22.099Z Downloaded libbz2-rs-sys v0.2.2
9042026-03-17T02:13:22.099Z Downloaded multer v3.1.0
9052026-03-17T02:13:22.102Z Downloaded progenitor-macro v0.11.2
9062026-03-17T02:13:22.102Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-03-17T02:13:22.102Z Downloaded ed25519-dalek v2.2.0
9082026-03-17T02:13:22.106Z Downloaded pkg-config v0.3.32
9092026-03-17T02:13:22.109Z Downloaded ref-cast v1.0.25
9102026-03-17T02:13:22.109Z Downloaded parking_lot_core v0.8.6
9112026-03-17T02:13:22.112Z Downloaded oso v0.27.3
9122026-03-17T02:13:22.115Z Downloaded rustc_version v0.1.7
9132026-03-17T02:13:22.115Z Downloaded predicates v3.1.4
9142026-03-17T02:13:22.118Z Downloaded postgres-protocol v0.6.10
9152026-03-17T02:13:22.121Z Downloaded poly1305 v0.8.0
9162026-03-17T02:13:22.121Z Downloaded hyper-util v0.1.20
9172026-03-17T02:13:22.125Z Downloaded russh-cryptovec v0.7.3
9182026-03-17T02:13:22.128Z Downloaded pkcs8 v0.10.2
9192026-03-17T02:13:22.128Z Downloaded jiff-static v0.2.21
9202026-03-17T02:13:22.131Z Downloaded password-hash v0.5.0
9212026-03-17T02:13:22.134Z Downloaded progenitor v0.10.0
9222026-03-17T02:13:22.134Z Downloaded progenitor-client v0.13.0
9232026-03-17T02:13:22.137Z Downloaded progenitor v0.11.2
9242026-03-17T02:13:22.138Z Downloaded parking_lot v0.11.2
9252026-03-17T02:13:22.141Z Downloaded parking_lot v0.12.5
9262026-03-17T02:13:22.141Z Downloaded psm v0.1.30
9272026-03-17T02:13:22.145Z Downloaded rtoolbox v0.0.3
9282026-03-17T02:13:22.145Z Downloaded progenitor-extras v0.1.1
9292026-03-17T02:13:22.148Z Downloaded minimal-lexical v0.2.1
9302026-03-17T02:13:22.151Z Downloaded ingot-macros v0.1.1
9312026-03-17T02:13:22.151Z Downloaded hickory-server v0.25.2
9322026-03-17T02:13:22.154Z Downloaded sapling-renderdag v0.1.0
9332026-03-17T02:13:22.157Z Downloaded r2d2 v0.8.10
9342026-03-17T02:13:22.157Z Downloaded openssl-sys v0.9.111
9352026-03-17T02:13:22.161Z Downloaded parking_lot_core v0.9.12
9362026-03-17T02:13:22.165Z Downloaded md5 v0.7.0
9372026-03-17T02:13:22.165Z Downloaded rustls-pemfile v2.2.0
9382026-03-17T02:13:22.168Z Downloaded semver v0.1.20
9392026-03-17T02:13:22.168Z Downloaded diesel_derives v2.3.7
9402026-03-17T02:13:22.171Z Downloaded resolv-conf v0.7.6
9412026-03-17T02:13:22.174Z Downloaded rand_core v0.6.4
9422026-03-17T02:13:22.175Z Downloaded rand_chacha v0.9.0
9432026-03-17T02:13:22.178Z Downloaded num-bigint v0.4.6
9442026-03-17T02:13:22.181Z Downloaded sha1 v0.10.6
9452026-03-17T02:13:22.184Z Downloaded rand_core v0.10.0
9462026-03-17T02:13:22.184Z Downloaded ppv-lite86 v0.2.21
9472026-03-17T02:13:22.184Z Downloaded postcard v1.1.3
9482026-03-17T02:13:22.187Z Downloaded rand_core v0.9.5
9492026-03-17T02:13:22.187Z Downloaded pkcs1 v0.7.5
9502026-03-17T02:13:22.190Z Downloaded scheduled-thread-pool v0.2.7
9512026-03-17T02:13:22.191Z Downloaded pkcs5 v0.7.1
9522026-03-17T02:13:22.194Z Downloaded libxml v0.3.3
9532026-03-17T02:13:22.199Z Downloaded prefix-trie v0.7.0
9542026-03-17T02:13:22.202Z Downloaded miniz_oxide v0.8.9
9552026-03-17T02:13:22.205Z Downloaded pin-project-internal v1.1.11
9562026-03-17T02:13:22.205Z Downloaded pin-project-lite v0.2.17
9572026-03-17T02:13:22.208Z Downloaded secrecy v0.8.0
9582026-03-17T02:13:22.211Z Downloaded scrypt v0.11.0
9592026-03-17T02:13:22.211Z Downloaded serde_bytes v0.11.19
9602026-03-17T02:13:22.215Z Downloaded shell-words v1.1.1
9612026-03-17T02:13:22.215Z Downloaded seq-macro v0.3.6
9622026-03-17T02:13:22.218Z Downloaded scroll_derive v0.13.1
9632026-03-17T02:13:22.218Z Downloaded rusty-fork v0.3.1
9642026-03-17T02:13:22.218Z Downloaded primeorder v0.13.6
9652026-03-17T02:13:22.221Z Downloaded aho-corasick v1.1.4
9662026-03-17T02:13:22.224Z Downloaded iri-string v0.7.10
9672026-03-17T02:13:22.228Z Downloaded signal-hook-mio v0.2.5
9682026-03-17T02:13:22.232Z Downloaded rustls-pki-types v1.14.0
9692026-03-17T02:13:22.235Z Downloaded proc-macro-error2 v2.0.1
9702026-03-17T02:13:22.235Z Downloaded scopeguard v1.2.0
9712026-03-17T02:13:22.238Z Downloaded serde_urlencoded v0.7.1
9722026-03-17T02:13:22.238Z Downloaded pin-project v1.1.11
9732026-03-17T02:13:22.246Z Downloaded rcgen v0.12.1
9742026-03-17T02:13:22.249Z Downloaded postgres-types v0.2.12
9752026-03-17T02:13:22.252Z Downloaded sigpipe v0.1.3
9762026-03-17T02:13:22.252Z Downloaded rand_chacha v0.3.1
9772026-03-17T02:13:22.256Z Downloaded quinn-udp v0.5.14
9782026-03-17T02:13:22.256Z Downloaded num-bigint-dig v0.8.6
9792026-03-17T02:13:22.259Z Downloaded rustls-pemfile v1.0.4
9802026-03-17T02:13:22.262Z Downloaded signal-hook-tokio v0.3.1
9812026-03-17T02:13:22.262Z Downloaded rustls-native-certs v0.8.3
9822026-03-17T02:13:22.265Z Downloaded hickory-resolver v0.25.2
9832026-03-17T02:13:22.268Z Downloaded rustc_version v0.4.1
9842026-03-17T02:13:22.268Z Downloaded progenitor v0.13.0
9852026-03-17T02:13:22.271Z Downloaded p256 v0.13.2
9862026-03-17T02:13:22.274Z Downloaded salsa20 v0.10.2
9872026-03-17T02:13:22.274Z Downloaded scroll v0.13.0
9882026-03-17T02:13:22.277Z Downloaded rustls-platform-verifier v0.6.2
9892026-03-17T02:13:22.280Z Downloaded siphasher v1.0.2
9902026-03-17T02:13:22.280Z Downloaded libloading v0.8.9
9912026-03-17T02:13:22.283Z Downloaded jobserver v0.1.34
9922026-03-17T02:13:22.283Z Downloaded pretty_assertions v1.4.1
9932026-03-17T02:13:22.287Z Downloaded highway v1.3.0
9942026-03-17T02:13:22.287Z Downloaded num-derive v0.3.3
9952026-03-17T02:13:22.290Z Downloaded num-conv v0.2.0
9962026-03-17T02:13:22.290Z Downloaded nonempty v0.12.0
9972026-03-17T02:13:22.290Z Downloaded slab v0.4.12
9982026-03-17T02:13:22.293Z Downloaded secrecy v0.10.3
9992026-03-17T02:13:22.293Z Downloaded slog-bunyan v2.5.0
10002026-03-17T02:13:22.293Z Downloaded elliptic-curve v0.13.8
10012026-03-17T02:13:22.297Z Downloaded libscf-sys v1.1.0
10022026-03-17T02:13:22.300Z Downloaded snafu-derive v0.8.9
10032026-03-17T02:13:22.300Z Downloaded strip-ansi-escapes v0.2.1
10042026-03-17T02:13:22.300Z Downloaded ssh-cipher v0.2.0
10052026-03-17T02:13:22.303Z Downloaded slog-envlogger v2.2.0
10062026-03-17T02:13:22.303Z Downloaded ref-cast-impl v1.0.25
10072026-03-17T02:13:22.303Z Downloaded rustc-hash v2.1.1
10082026-03-17T02:13:22.306Z Downloaded serde_cbor v0.11.2
10092026-03-17T02:13:22.309Z Downloaded rfc6979 v0.4.0
10102026-03-17T02:13:22.309Z Downloaded nom v7.1.3
10112026-03-17T02:13:22.312Z Downloaded russh-keys v0.45.0
10122026-03-17T02:13:22.316Z Downloaded serde_plain v1.0.2
10132026-03-17T02:13:22.316Z Downloaded itertools v0.12.1
10142026-03-17T02:13:22.320Z Downloaded thread-id v5.1.0
10152026-03-17T02:13:22.323Z Downloaded slog-async v2.8.0
10162026-03-17T02:13:22.323Z Downloaded rand_seeder v0.4.0
10172026-03-17T02:13:22.326Z Downloaded serde_derive_internals v0.29.1
10182026-03-17T02:13:22.326Z Downloaded strum v0.27.2
10192026-03-17T02:13:22.329Z Downloaded progenitor-impl v0.13.0
10202026-03-17T02:13:22.329Z Downloaded structmeta-derive v0.3.0
10212026-03-17T02:13:22.332Z Downloaded serde-hex v0.1.0
10222026-03-17T02:13:22.333Z Downloaded shlex v1.3.0
10232026-03-17T02:13:22.333Z Downloaded itertools v0.13.0
10242026-03-17T02:13:22.337Z Downloaded iddqd v0.3.17
10252026-03-17T02:13:22.343Z Downloaded progenitor-impl v0.10.0
10262026-03-17T02:13:22.346Z Downloaded progenitor-impl v0.11.2
10272026-03-17T02:13:22.349Z Downloaded same-file v1.0.6
10282026-03-17T02:13:22.349Z Downloaded recursive v0.1.1
10292026-03-17T02:13:22.349Z Downloaded hashbrown v0.12.3
10302026-03-17T02:13:22.352Z Downloaded serde_path_to_error v0.1.20
10312026-03-17T02:13:22.355Z Downloaded simd-adler32 v0.3.8
10322026-03-17T02:13:22.355Z Downloaded sync_wrapper v1.0.2
10332026-03-17T02:13:22.358Z Downloaded signal-hook-registry v1.4.8
10342026-03-17T02:13:22.358Z Downloaded serde_repr v0.1.20
10352026-03-17T02:13:22.362Z Downloaded foreign-types-shared v0.1.1
10362026-03-17T02:13:22.362Z Downloaded der v0.7.10
10372026-03-17T02:13:22.365Z Downloaded itertools v0.14.0
10382026-03-17T02:13:22.369Z Downloaded take_mut v0.2.2
10392026-03-17T02:13:22.372Z Downloaded tabwriter v1.4.1
10402026-03-17T02:13:22.372Z Downloaded ssh-encoding v0.2.0
10412026-03-17T02:13:22.375Z Downloaded termtree v0.5.1
10422026-03-17T02:13:22.376Z Downloaded serde-big-array v0.5.1
10432026-03-17T02:13:22.376Z Downloaded tabled_derive v0.11.0
10442026-03-17T02:13:22.379Z Downloaded slog-json v2.6.1
10452026-03-17T02:13:22.379Z Downloaded serde_spanned v1.0.4
10462026-03-17T02:13:22.382Z Downloaded serde_yaml v0.9.34+deprecated
10472026-03-17T02:13:22.385Z Downloaded prettyplease v0.2.37
10482026-03-17T02:13:22.388Z Downloaded smf v0.2.3
10492026-03-17T02:13:22.388Z Downloaded thiserror-impl-no-std v2.0.2
10502026-03-17T02:13:22.391Z Downloaded tagptr v0.2.0
10512026-03-17T02:13:22.391Z Downloaded time-core v0.1.8
10522026-03-17T02:13:22.391Z Downloaded qorb v0.4.1
10532026-03-17T02:13:22.395Z Downloaded strum v0.26.3
10542026-03-17T02:13:22.398Z Downloaded structmeta v0.3.0
10552026-03-17T02:13:22.398Z Downloaded sqlparser_derive v0.5.0
10562026-03-17T02:13:22.398Z Downloaded smallvec v0.6.14
10572026-03-17T02:13:22.401Z Downloaded similar v2.7.0
10582026-03-17T02:13:22.404Z Downloaded hashbrown v0.13.2
10592026-03-17T02:13:22.407Z Downloaded slog-term v2.9.2
10602026-03-17T02:13:22.410Z Downloaded slog-stdlog v4.1.1
10612026-03-17T02:13:22.410Z Downloaded signature v2.2.0
10622026-03-17T02:13:22.414Z Downloaded stringprep v0.1.5
10632026-03-17T02:13:22.414Z Downloaded static_assertions v1.1.0
10642026-03-17T02:13:22.418Z Downloaded spki v0.7.3
10652026-03-17T02:13:22.418Z Downloaded supports-color v3.0.2
10662026-03-17T02:13:22.421Z Downloaded tap v1.0.1
10672026-03-17T02:13:22.421Z Downloaded sec1 v0.7.3
10682026-03-17T02:13:22.421Z Downloaded hkdf v0.12.4
10692026-03-17T02:13:22.424Z Downloaded slog-dtrace v0.3.0
10702026-03-17T02:13:22.424Z Downloaded stacker v0.1.23
10712026-03-17T02:13:22.427Z Downloaded slog-scope v4.4.1
10722026-03-17T02:13:22.427Z Downloaded sqlformat v0.3.5
10732026-03-17T02:13:22.431Z Downloaded schemars v0.9.0
10742026-03-17T02:13:22.437Z Downloaded tinyvec_macros v0.1.1
10752026-03-17T02:13:22.441Z Downloaded support-bundle-viewer v0.1.2
10762026-03-17T02:13:22.441Z Downloaded schemars_derive v0.8.22
10772026-03-17T02:13:22.444Z Downloaded schemars v0.8.22
10782026-03-17T02:13:22.450Z Downloaded topological-sort v0.2.2
10792026-03-17T02:13:22.453Z Downloaded testing_table v0.3.0
10802026-03-17T02:13:22.453Z Downloaded strum_macros v0.24.3
10812026-03-17T02:13:22.456Z Downloaded subtle v2.6.1
10822026-03-17T02:13:22.456Z Downloaded strum_macros v0.26.4
10832026-03-17T02:13:22.459Z Downloaded sync-ptr v0.1.4
10842026-03-17T02:13:22.460Z Downloaded libm v0.2.16
10852026-03-17T02:13:22.465Z Downloaded ryu v1.0.23
10862026-03-17T02:13:22.469Z Downloaded rustversion v1.0.22
10872026-03-17T02:13:22.472Z Downloaded rayon-core v1.13.0
10882026-03-17T02:13:22.476Z Downloaded socket2 v0.6.2
10892026-03-17T02:13:22.476Z Downloaded socket2 v0.5.10
10902026-03-17T02:13:22.479Z Downloaded curve25519-dalek v4.1.3
10912026-03-17T02:13:22.483Z Downloaded try-lock v0.2.5
10922026-03-17T02:13:22.486Z Downloaded toml_writer v1.0.6+spec-1.1.0
10932026-03-17T02:13:22.486Z Downloaded tokio-tungstenite v0.21.0
10942026-03-17T02:13:22.490Z Downloaded thiserror-no-std v2.0.2
10952026-03-17T02:13:22.493Z Downloaded time-macros v0.2.27
10962026-03-17T02:13:22.493Z Downloaded termios v0.3.3
10972026-03-17T02:13:22.496Z Downloaded tower-layer v0.3.3
10982026-03-17T02:13:22.496Z Downloaded tls_codec v0.4.2
10992026-03-17T02:13:22.499Z Downloaded publicsuffix v2.3.0
11002026-03-17T02:13:22.499Z Downloaded serde_with_macros v3.17.0
11012026-03-17T02:13:22.502Z Downloaded tokio-native-tls v0.3.1
11022026-03-17T02:13:22.502Z Downloaded typify-macro v0.6.1
11032026-03-17T02:13:22.505Z Downloaded string_cache v0.8.9
11042026-03-17T02:13:22.505Z Downloaded usdt-attr-macro v0.6.0
11052026-03-17T02:13:22.505Z Downloaded aes-gcm v0.10.3
11062026-03-17T02:13:22.508Z Downloaded spin v0.9.8
11072026-03-17T02:13:22.511Z Downloaded tokio-tungstenite v0.23.1
11082026-03-17T02:13:22.514Z Downloaded itertools v0.10.5
11092026-03-17T02:13:22.517Z Downloaded snafu v0.8.9
11102026-03-17T02:13:22.522Z Downloaded typify-macro v0.4.3
11112026-03-17T02:13:22.525Z Downloaded tokio-rustls v0.25.0
11122026-03-17T02:13:22.525Z Downloaded tokio-macros v2.6.0
11132026-03-17T02:13:22.526Z Downloaded tokio-dtrace v0.1.1
11142026-03-17T02:13:22.529Z Downloaded tiny-keccak v2.0.2
11152026-03-17T02:13:22.529Z Downloaded rustyline v14.0.0
11162026-03-17T02:13:22.532Z Downloaded thread_local v1.1.9
11172026-03-17T02:13:22.535Z Downloaded mio v1.1.1
11182026-03-17T02:13:22.538Z Downloaded usdt v0.6.0
11192026-03-17T02:13:22.541Z Downloaded term v1.2.1
11202026-03-17T02:13:22.541Z Downloaded tower-service v0.3.3
11212026-03-17T02:13:22.544Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-03-17T02:13:22.544Z Downloaded xattr v1.6.1
11232026-03-17T02:13:22.547Z Downloaded unicode-truncate v1.1.0
11242026-03-17T02:13:22.547Z Downloaded rand v0.8.5
11252026-03-17T02:13:22.550Z Downloaded term v0.7.0
11262026-03-17T02:13:22.553Z Downloaded tui-tree-widget v0.23.1
11272026-03-17T02:13:22.553Z Downloaded tokio-rustls v0.24.1
11282026-03-17T02:13:22.556Z Downloaded tokio-stream v0.1.18
11292026-03-17T02:13:22.559Z Downloaded tls_codec_derive v0.4.2
11302026-03-17T02:13:22.562Z Downloaded strum_macros v0.27.2
11312026-03-17T02:13:22.562Z Downloaded unicase v2.9.0
11322026-03-17T02:13:22.565Z Downloaded void v1.0.2
11332026-03-17T02:13:22.565Z Downloaded universal-hash v0.5.1
11342026-03-17T02:13:22.565Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-03-17T02:13:22.569Z Downloaded untrusted v0.7.1
11362026-03-17T02:13:22.569Z Downloaded quinn v0.11.9
11372026-03-17T02:13:22.572Z Downloaded p521 v0.13.3
11382026-03-17T02:13:22.575Z Downloaded sct v0.7.1
11392026-03-17T02:13:22.578Z Downloaded http v1.4.0
11402026-03-17T02:13:22.581Z Downloaded crucible-workspace-hack v0.1.0
11412026-03-17T02:13:22.581Z Downloaded critical-section v1.2.0
11422026-03-17T02:13:22.584Z Downloaded http-body v1.0.1
11432026-03-17T02:13:22.584Z Downloaded hostname v0.4.2
11442026-03-17T02:13:22.584Z Downloaded rustls-webpki v0.103.9
11452026-03-17T02:13:22.587Z Downloaded hostname v0.3.1
11462026-03-17T02:13:22.590Z Downloaded signal-hook v0.3.18
11472026-03-17T02:13:22.593Z Downloaded home v0.5.12
11482026-03-17T02:13:22.593Z Downloaded darling_core v0.23.0
11492026-03-17T02:13:22.596Z Downloaded crc32fast v1.5.0
11502026-03-17T02:13:22.599Z Downloaded usdt-impl v0.6.0
11512026-03-17T02:13:22.599Z Downloaded rsa v0.9.10
11522026-03-17T02:13:22.603Z Downloaded slog v2.8.2
11532026-03-17T02:13:22.607Z Downloaded tar v0.4.44
11542026-03-17T02:13:22.610Z Downloaded rpassword v7.4.0
11552026-03-17T02:13:22.610Z Downloaded chacha20 v0.10.0
11562026-03-17T02:13:22.613Z Downloaded zone v0.3.1
11572026-03-17T02:13:22.613Z Downloaded cargo_toml v0.22.3
11582026-03-17T02:13:22.613Z Downloaded hashbrown v0.15.5
11592026-03-17T02:13:22.617Z Downloaded unit-prefix v0.5.2
11602026-03-17T02:13:22.620Z Downloaded trait-variant v0.1.2
11612026-03-17T02:13:22.620Z Downloaded headers-core v0.3.0
11622026-03-17T02:13:22.620Z Downloaded derive_more-impl v2.1.1
11632026-03-17T02:13:22.623Z Downloaded rand v0.9.2
11642026-03-17T02:13:22.626Z Downloaded want v0.3.1
11652026-03-17T02:13:22.629Z Downloaded hash32 v0.2.1
11662026-03-17T02:13:22.629Z Downloaded erased-serde v0.3.31
11672026-03-17T02:13:22.634Z Downloaded walkdir v2.5.0
11682026-03-17T02:13:22.634Z Downloaded derive_builder v0.20.2
11692026-03-17T02:13:22.637Z Downloaded tokio-rustls v0.26.4
11702026-03-17T02:13:22.637Z Downloaded deranged v0.5.8
11712026-03-17T02:13:22.641Z Downloaded russh v0.45.0
11722026-03-17T02:13:22.644Z Downloaded schemars v1.2.1
11732026-03-17T02:13:22.653Z Downloaded zeroize_derive v1.4.3
11742026-03-17T02:13:22.656Z Downloaded dropshot v0.16.7
11752026-03-17T02:13:22.670Z Downloaded zstd v0.13.3
11762026-03-17T02:13:22.674Z Downloaded vergen-gitcl v1.0.8
11772026-03-17T02:13:22.677Z Downloaded vsss-rs v3.3.4
11782026-03-17T02:13:22.677Z Downloaded utf-8 v0.7.6
11792026-03-17T02:13:22.680Z Downloaded usdt-macro v0.6.0
11802026-03-17T02:13:22.680Z Downloaded wyz v0.5.1
11812026-03-17T02:13:22.680Z Downloaded samael v0.0.19
11822026-03-17T02:13:22.683Z Downloaded tracing-attributes v0.1.31
11832026-03-17T02:13:22.686Z Downloaded h2 v0.4.13
11842026-03-17T02:13:22.691Z Downloaded vergen-lib v0.1.6
11852026-03-17T02:13:22.694Z Downloaded uzers v0.12.2
11862026-03-17T02:13:22.694Z Downloaded untrusted v0.9.0
11872026-03-17T02:13:22.715Z Downloaded whoami v1.6.1
11882026-03-17T02:13:22.715Z Downloaded typify v0.4.3
11892026-03-17T02:13:22.715Z Downloaded zstd-safe v7.2.4
11902026-03-17T02:13:22.715Z Downloaded xshell v0.2.7
11912026-03-17T02:13:22.715Z Downloaded vergen-git2 v1.0.7
11922026-03-17T02:13:22.715Z Downloaded twox-hash v2.1.2
11932026-03-17T02:13:22.715Z Downloaded tinyvec v1.10.0
11942026-03-17T02:13:22.715Z Downloaded test-strategy v0.4.5
11952026-03-17T02:13:22.715Z Downloaded tokio-postgres v0.7.16
11962026-03-17T02:13:22.715Z Downloaded xshell-macros v0.2.7
11972026-03-17T02:13:22.718Z Downloaded whoami v2.1.0
11982026-03-17T02:13:22.718Z Downloaded unarray v0.1.4
11992026-03-17T02:13:22.719Z Downloaded subprocess v0.2.15
12002026-03-17T02:13:22.722Z Downloaded futures-util v0.3.32
12012026-03-17T02:13:22.729Z Downloaded waitgroup v0.1.2
12022026-03-17T02:13:22.732Z Downloaded wait-timeout v0.2.1
12032026-03-17T02:13:22.732Z Downloaded toml v0.9.12+spec-1.1.0
12042026-03-17T02:13:22.735Z Downloaded hyper v1.8.1
12052026-03-17T02:13:22.739Z Downloaded toml v0.7.8
12062026-03-17T02:13:22.742Z Downloaded zerocopy v0.6.6
12072026-03-17T02:13:22.745Z Downloaded chrono v0.4.44
12082026-03-17T02:13:22.749Z Downloaded ron v0.8.1
12092026-03-17T02:13:22.753Z Downloaded unicode-properties v0.1.4
12102026-03-17T02:13:22.756Z Downloaded ctr v0.9.2
12112026-03-17T02:13:22.756Z Downloaded corncobs v0.1.4
12122026-03-17T02:13:22.760Z Downloaded constant_time_eq v0.4.2
12132026-03-17T02:13:22.761Z Downloaded tracing-core v0.1.36
12142026-03-17T02:13:22.764Z Downloaded colored v3.1.1
12152026-03-17T02:13:22.764Z Downloaded colored v2.2.0
12162026-03-17T02:13:22.767Z Downloaded chacha20poly1305 v0.10.1
12172026-03-17T02:13:22.767Z Downloaded vte v0.14.1
12182026-03-17T02:13:22.770Z Downloaded zone_cfg_derive v0.3.1
12192026-03-17T02:13:22.770Z Downloaded tungstenite v0.21.0
12202026-03-17T02:13:22.773Z Downloaded ron v0.12.0
12212026-03-17T02:13:22.778Z Downloaded rand v0.10.0
12222026-03-17T02:13:22.781Z Downloaded tower v0.5.3
12232026-03-17T02:13:22.788Z Downloaded chacha20 v0.9.1
12242026-03-17T02:13:22.791Z Downloaded cancel-safe-futures v0.1.5
12252026-03-17T02:13:22.791Z Downloaded camino-tempfile-ext v0.3.3
12262026-03-17T02:13:22.794Z Downloaded rustls-webpki v0.102.8
12272026-03-17T02:13:22.806Z Downloaded vergen v9.0.6
12282026-03-17T02:13:22.809Z Downloaded typify v0.6.1
12292026-03-17T02:13:22.812Z Downloaded uuid v1.21.0
12302026-03-17T02:13:22.816Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-03-17T02:13:22.819Z Downloaded xz2 v0.1.7
12322026-03-17T02:13:22.819Z Downloaded steno v0.4.1
12332026-03-17T02:13:22.822Z Downloaded typed-path v0.9.3
12342026-03-17T02:13:22.825Z Downloaded unicode_categories v0.1.1
12352026-03-17T02:13:22.828Z Downloaded reqwest v0.13.2
12362026-03-17T02:13:22.831Z Downloaded yasna v0.5.2
12372026-03-17T02:13:22.834Z Downloaded blake3 v1.8.3
12382026-03-17T02:13:22.839Z Downloaded zeroize v1.8.2
12392026-03-17T02:13:22.842Z Downloaded bitfield v0.19.4
12402026-03-17T02:13:22.842Z Downloaded drift v0.1.3
12412026-03-17T02:13:22.846Z Downloaded unicode-bidi v0.3.18
12422026-03-17T02:13:22.849Z Downloaded diff v0.1.13
12432026-03-17T02:13:22.852Z Downloaded bcs v0.1.6
12442026-03-17T02:13:22.852Z Downloaded tough v0.20.0
12452026-03-17T02:13:22.859Z Downloaded toml_edit v0.19.15
12462026-03-17T02:13:22.872Z Downloaded zopfli v0.8.3
12472026-03-17T02:13:22.875Z Downloaded tokio-util v0.7.18
12482026-03-17T02:13:22.879Z Downloaded reqwest v0.12.28
12492026-03-17T02:13:22.882Z Downloaded unsafe-libyaml v0.2.11
12502026-03-17T02:13:22.885Z Downloaded zerocopy-derive v0.8.40
12512026-03-17T02:13:22.890Z Downloaded yansi v1.0.1
12522026-03-17T02:13:22.893Z Downloaded unicode-segmentation v1.12.0
12532026-03-17T02:13:22.896Z Downloaded zip v4.6.1
12542026-03-17T02:13:22.900Z Downloaded bindgen v0.71.1
12552026-03-17T02:13:22.904Z Downloaded tungstenite v0.23.0
12562026-03-17T02:13:22.907Z Downloaded ssh-key v0.6.7
12572026-03-17T02:13:22.911Z Downloaded proptest v1.10.0
12582026-03-17T02:13:22.918Z Downloaded x509-cert v0.2.5
12592026-03-17T02:13:22.923Z Downloaded rustls v0.21.12
12602026-03-17T02:13:22.931Z Downloaded zip v0.6.6
12612026-03-17T02:13:22.934Z Downloaded git2 v0.20.4
12622026-03-17T02:13:22.940Z Downloaded bitvec v1.0.1
12632026-03-17T02:13:22.951Z Downloaded tower-http v0.6.8
12642026-03-17T02:13:22.957Z Downloaded object v0.37.3
12652026-03-17T02:13:22.966Z Downloaded regex v1.12.3
12662026-03-17T02:13:22.970Z Downloaded polar-core v0.27.3
12672026-03-17T02:13:22.977Z Downloaded reedline v0.40.0
12682026-03-17T02:13:22.982Z Downloaded quick-xml v0.37.5
12692026-03-17T02:13:22.986Z Downloaded rustls-webpki v0.101.7
12702026-03-17T02:13:22.997Z Downloaded tabled v0.20.0
12712026-03-17T02:13:23.011Z Downloaded lalrpop v0.19.12
12722026-03-17T02:13:23.018Z Downloaded regress v0.10.5
12732026-03-17T02:13:23.025Z Downloaded rustls v0.22.4
12742026-03-17T02:13:23.035Z Downloaded webpki-roots v1.0.6
12752026-03-17T02:13:23.038Z Downloaded rustls v0.23.37
12762026-03-17T02:13:23.046Z Downloaded salty v0.3.0
12772026-03-17T02:13:23.052Z Downloaded regex-syntax v0.8.10
12782026-03-17T02:13:23.057Z Downloaded zlib-rs v0.6.2
12792026-03-17T02:13:23.062Z Downloaded hickory-proto v0.25.2
12802026-03-17T02:13:23.073Z Downloaded zerocopy v0.8.40
12812026-03-17T02:13:23.081Z Downloaded regex-syntax v0.6.29
12822026-03-17T02:13:23.087Z Downloaded unicode-normalization v0.1.25
12832026-03-17T02:13:23.090Z Downloaded moka v0.12.13
12842026-03-17T02:13:23.095Z Downloaded goblin v0.10.5
12852026-03-17T02:13:23.100Z Downloaded petname v2.0.2
12862026-03-17T02:13:23.105Z Downloaded object v0.30.4
12872026-03-17T02:13:23.112Z Downloaded serde_with v3.17.0
12882026-03-17T02:13:23.120Z Downloaded p384 v0.13.1
12892026-03-17T02:13:23.124Z Downloaded portable-atomic v1.13.1
12902026-03-17T02:13:23.131Z Downloaded sqlparser v0.61.0
12912026-03-17T02:13:23.138Z Downloaded winnow v0.5.40
12922026-03-17T02:13:23.145Z Downloaded quinn-proto v0.11.13
12932026-03-17T02:13:23.151Z Downloaded nix v0.27.1
12942026-03-17T02:13:23.159Z Downloaded aws-lc-rs v1.16.0
12952026-03-17T02:13:23.166Z Downloaded rayon v1.11.0
12962026-03-17T02:13:23.172Z Downloaded tracing v0.1.44
12972026-03-17T02:13:23.189Z Downloaded sled v0.34.7
12982026-03-17T02:13:23.197Z Downloaded nix v0.28.0
12992026-03-17T02:13:23.205Z Downloaded nix v0.29.0
13002026-03-17T02:13:23.215Z Downloaded winnow v0.6.26
13012026-03-17T02:13:23.220Z Downloaded openssl v0.10.75
13022026-03-17T02:13:23.227Z Downloaded bstr v1.12.1
13032026-03-17T02:13:23.234Z Downloaded radix_trie v0.2.1
13042026-03-17T02:13:23.237Z Downloaded time v0.3.47
13052026-03-17T02:13:23.247Z Downloaded vcpkg v0.2.15
13062026-03-17T02:13:23.276Z Downloaded petgraph v0.6.5
13072026-03-17T02:13:23.289Z Downloaded smoltcp v0.11.0
13082026-03-17T02:13:23.298Z Downloaded hickory-proto v0.24.4
13092026-03-17T02:13:23.309Z Downloaded jiff v0.2.21
13102026-03-17T02:13:23.323Z Downloaded nix v0.31.1
13112026-03-17T02:13:23.333Z Downloaded openapiv3 v2.2.0
13122026-03-17T02:13:23.340Z Downloaded smoltcp v0.9.1
13132026-03-17T02:13:23.348Z Downloaded diesel v2.3.7
13142026-03-17T02:13:23.364Z Downloaded rustix v0.38.44
13152026-03-17T02:13:23.381Z Downloaded libz-sys v1.1.24
13162026-03-17T02:13:23.397Z Downloaded daft-derive v0.1.5
13172026-03-17T02:13:23.400Z Downloaded buf-list v1.1.2
13182026-03-17T02:13:23.403Z Downloaded crunchy v0.2.4
13192026-03-17T02:13:23.403Z Downloaded crc8 v0.1.1
13202026-03-17T02:13:23.403Z Downloaded bzip2 v0.6.1
13212026-03-17T02:13:23.406Z Downloaded atomicwrites v0.4.4
13222026-03-17T02:13:23.406Z Downloaded cexpr v0.6.0
13232026-03-17T02:13:23.406Z Downloaded cargo-platform v0.1.9
13242026-03-17T02:13:23.423Z Downloaded sha3 v0.10.8
13252026-03-17T02:13:23.429Z Downloaded tokio v1.49.0
13262026-03-17T02:13:23.482Z Downloaded encoding_rs v0.8.35
13272026-03-17T02:13:23.509Z Downloaded typify-impl v0.6.1
13282026-03-17T02:13:23.523Z Downloaded ring v0.17.14
13292026-03-17T02:13:23.554Z Downloaded ratatui v0.29.0
13302026-03-17T02:13:23.569Z Downloaded typify-impl v0.4.3
13312026-03-17T02:13:23.580Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-03-17T02:13:23.589Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-03-17T02:13:23.631Z Downloaded zerocopy-derive v0.6.6
13342026-03-17T02:13:23.640Z Downloaded regex-automata v0.4.14
13352026-03-17T02:13:23.668Z Downloaded chrono-tz v0.10.4
13362026-03-17T02:13:23.682Z Downloaded lzma-sys v0.1.20
13372026-03-17T02:13:23.712Z Downloaded petgraph v0.8.3
13382026-03-17T02:13:23.728Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-03-17T02:13:24.435Z Downloaded aws-lc-sys v0.37.1
13402026-03-17T02:13:24.761Z Compiling libc v0.2.180
13412026-03-17T02:13:24.764Z Compiling serde v1.0.228
13422026-03-17T02:13:24.765Z Compiling log v0.4.29
13432026-03-17T02:13:24.765Z Compiling shlex v1.3.0
13442026-03-17T02:13:24.934Z Compiling find-msvc-tools v0.1.9
13452026-03-17T02:13:24.938Z Compiling smallvec v1.15.1
13462026-03-17T02:13:24.953Z Compiling syn v2.0.117
13472026-03-17T02:13:24.972Z Compiling typenum v1.19.0
13482026-03-17T02:13:25.244Z Compiling generic-array v0.14.7
13492026-03-17T02:13:25.302Z Compiling subtle v2.6.1
13502026-03-17T02:13:25.350Z Compiling scopeguard v1.2.0
13512026-03-17T02:13:25.435Z Compiling portable-atomic v1.13.1
13522026-03-17T02:13:25.471Z Compiling lock_api v0.4.14
13532026-03-17T02:13:25.491Z Compiling const-oid v0.9.6
13542026-03-17T02:13:25.527Z Compiling critical-section v1.2.0
13552026-03-17T02:13:25.581Z Compiling zerocopy v0.8.40
13562026-03-17T02:13:25.653Z Compiling pin-project-lite v0.2.17
13572026-03-17T02:13:25.771Z Compiling serde_json v1.0.149
13582026-03-17T02:13:25.789Z Compiling parking_lot_core v0.9.12
13592026-03-17T02:13:26.135Z Compiling pkg-config v0.3.32
13602026-03-17T02:13:26.158Z Compiling getrandom v0.2.17
13612026-03-17T02:13:26.241Z Compiling jobserver v0.1.34
13622026-03-17T02:13:26.399Z Compiling rand_core v0.6.4
13632026-03-17T02:13:26.446Z Compiling errno v0.3.14
13642026-03-17T02:13:26.643Z Compiling cc v1.2.56
13652026-03-17T02:13:26.673Z Compiling signal-hook-registry v1.4.8
13662026-03-17T02:13:26.788Z Compiling once_cell v1.21.3
13672026-03-17T02:13:26.886Z Compiling mio v1.1.1
13682026-03-17T02:13:26.931Z Compiling bitflags v2.11.0
13692026-03-17T02:13:27.030Z Compiling libm v0.2.16
13702026-03-17T02:13:27.057Z Compiling parking_lot v0.12.5
13712026-03-17T02:13:27.172Z Compiling num-traits v0.2.19
13722026-03-17T02:13:27.232Z Compiling futures-core v0.3.32
13732026-03-17T02:13:27.442Z Compiling socket2 v0.6.2
13742026-03-17T02:13:27.562Z Compiling percent-encoding v2.3.2
13752026-03-17T02:13:27.581Z Compiling allocator-api2 v0.2.21
13762026-03-17T02:13:27.601Z Compiling foldhash v0.2.0
13772026-03-17T02:13:27.704Z Compiling cpufeatures v0.2.17
13782026-03-17T02:13:27.797Z Compiling futures-sink v0.3.32
13792026-03-17T02:13:27.815Z Compiling getrandom v0.4.1
13802026-03-17T02:13:27.885Z Compiling slab v0.4.12
13812026-03-17T02:13:27.928Z Compiling futures-channel v0.3.32
13822026-03-17T02:13:28.007Z Compiling hashbrown v0.16.1
13832026-03-17T02:13:28.032Z Compiling futures-io v0.3.32
13842026-03-17T02:13:28.117Z Compiling futures-task v0.3.32
13852026-03-17T02:13:28.226Z Compiling rustversion v1.0.22
13862026-03-17T02:13:28.230Z Compiling rand_core v0.10.0
13872026-03-17T02:13:28.285Z Compiling getrandom v0.3.4
13882026-03-17T02:13:28.332Z Compiling form_urlencoded v1.2.2
13892026-03-17T02:13:28.557Z Compiling cmake v0.1.57
13902026-03-17T02:13:28.807Z Compiling indexmap v2.13.0
13912026-03-17T02:13:28.866Z Compiling ident_case v1.0.1
13922026-03-17T02:13:29.020Z Compiling dunce v1.0.5
13932026-03-17T02:13:29.100Z Compiling fs_extra v1.3.0
13942026-03-17T02:13:29.118Z Compiling base64ct v1.8.3
13952026-03-17T02:13:29.137Z Compiling flagset v0.4.7
13962026-03-17T02:13:29.295Z Compiling synstructure v0.13.2
13972026-03-17T02:13:29.436Z Compiling aws-lc-sys v0.37.1
13982026-03-17T02:13:29.477Z Compiling pem-rfc7468 v0.7.0
13992026-03-17T02:13:29.496Z Compiling rand_core v0.9.5
14002026-03-17T02:13:29.601Z Compiling rustix v1.1.3
14012026-03-17T02:13:29.645Z Compiling iana-time-zone v0.1.65
14022026-03-17T02:13:29.700Z Compiling ring v0.17.14
14032026-03-17T02:13:29.855Z Compiling uuid v1.21.0
14042026-03-17T02:13:29.883Z Compiling rustc_version v0.4.1
14052026-03-17T02:13:29.909Z Compiling vcpkg v0.2.15
14062026-03-17T02:13:30.134Z Compiling regex-syntax v0.8.10
14072026-03-17T02:13:30.334Z Compiling aws-lc-rs v1.16.0
14082026-03-17T02:13:30.693Z Compiling tracing-core v0.1.36
14092026-03-17T02:13:30.771Z Compiling crossbeam-utils v0.8.21
14102026-03-17T02:13:30.919Z Compiling openssl-sys v0.9.111
14112026-03-17T02:13:31.155Z Compiling pest_generator v2.8.6
14122026-03-17T02:13:31.432Z Compiling serde_derive_internals v0.29.1
14132026-03-17T02:13:31.718Z Compiling schemars v0.8.22
14142026-03-17T02:13:31.946Z Compiling serde_derive v1.0.228
14152026-03-17T02:13:31.965Z Compiling zeroize_derive v1.4.3
14162026-03-17T02:13:31.987Z Compiling zerofrom-derive v0.1.6
14172026-03-17T02:13:32.075Z Compiling yoke-derive v0.8.1
14182026-03-17T02:13:32.652Z Compiling zerocopy-derive v0.8.40
14192026-03-17T02:13:32.788Z Compiling zeroize v1.8.2
14202026-03-17T02:13:33.365Z Compiling zerovec-derive v0.11.2
14212026-03-17T02:13:33.617Z Compiling displaydoc v0.2.5
14222026-03-17T02:13:33.829Z Compiling crypto-common v0.1.7
14232026-03-17T02:13:33.882Z Compiling zerofrom v0.1.6
14242026-03-17T02:13:34.006Z Compiling block-buffer v0.10.4
14252026-03-17T02:13:34.038Z Compiling yoke v0.8.1
14262026-03-17T02:13:34.214Z Compiling digest v0.10.7
14272026-03-17T02:13:34.272Z Compiling tokio-macros v2.6.0
14282026-03-17T02:13:34.529Z Compiling hmac v0.12.1
14292026-03-17T02:13:34.570Z Compiling zerotrie v0.2.3
14302026-03-17T02:13:34.718Z Compiling futures-macro v0.3.32
14312026-03-17T02:13:34.825Z Compiling zerovec v0.11.5
14322026-03-17T02:13:34.959Z Compiling block-padding v0.3.3
14332026-03-17T02:13:35.209Z Compiling inout v0.1.4
14342026-03-17T02:13:35.253Z Compiling sha2 v0.10.9
14352026-03-17T02:13:35.419Z Compiling cipher v0.4.4
14362026-03-17T02:13:35.560Z Compiling tinystr v0.8.2
14372026-03-17T02:13:35.755Z Compiling potential_utf v0.1.4
14382026-03-17T02:13:35.816Z Compiling icu_locale_core v2.1.1
14392026-03-17T02:13:35.836Z Compiling futures-util v0.3.32
14402026-03-17T02:13:35.839Z Compiling der_derive v0.7.3
14412026-03-17T02:13:35.964Z Compiling icu_collections v2.1.1
14422026-03-17T02:13:36.597Z Compiling bytes v1.11.1
14432026-03-17T02:13:36.631Z Compiling chrono v0.4.44
14442026-03-17T02:13:37.038Z Compiling icu_provider v2.1.1
14452026-03-17T02:13:37.085Z Compiling der v0.7.10
14462026-03-17T02:13:37.103Z Compiling salsa20 v0.10.2
14472026-03-17T02:13:37.269Z Compiling tokio v1.49.0
14482026-03-17T02:13:37.408Z Compiling icu_properties v2.1.2
14492026-03-17T02:13:37.441Z Compiling icu_normalizer v2.1.1
14502026-03-17T02:13:38.118Z Compiling http v1.4.0
14512026-03-17T02:13:38.493Z Compiling spki v0.7.3
14522026-03-17T02:13:38.745Z Compiling ppv-lite86 v0.2.21
14532026-03-17T02:13:38.761Z Compiling idna_adapter v1.2.1
14542026-03-17T02:13:38.906Z Compiling idna v1.1.0
14552026-03-17T02:13:38.927Z Compiling pbkdf2 v0.12.2
14562026-03-17T02:13:38.950Z Compiling thiserror-impl v2.0.18
14572026-03-17T02:13:38.968Z Compiling cbc v0.1.2
14582026-03-17T02:13:39.061Z Compiling scrypt v0.11.0
14592026-03-17T02:13:39.143Z Compiling rand_chacha v0.9.0
14602026-03-17T02:13:39.183Z Compiling aes v0.8.4
14612026-03-17T02:13:39.356Z Compiling url v2.5.8
14622026-03-17T02:13:39.380Z Compiling rustls-pki-types v1.14.0
14632026-03-17T02:13:39.772Z Compiling tracing-attributes v0.1.31
14642026-03-17T02:13:39.975Z Compiling pkcs5 v0.7.1
14652026-03-17T02:13:40.022Z Compiling rand v0.9.2
14662026-03-17T02:13:40.436Z Compiling http-body v1.0.1
14672026-03-17T02:13:40.565Z Compiling openssl-probe v0.2.1
14682026-03-17T02:13:40.625Z Compiling untrusted v0.9.0
14692026-03-17T02:13:40.669Z Compiling syn v1.0.109
14702026-03-17T02:13:40.750Z Compiling thiserror v2.0.18
14712026-03-17T02:13:40.773Z Compiling untrusted v0.7.1
14722026-03-17T02:13:40.791Z Compiling base64 v0.22.1
14732026-03-17T02:13:40.878Z Compiling httparse v1.10.1
14742026-03-17T02:13:41.099Z Compiling pkcs8 v0.10.2
14752026-03-17T02:13:41.116Z Compiling schemars_derive v0.8.22
14762026-03-17T02:13:41.210Z Compiling pest_derive v2.8.6
14772026-03-17T02:13:41.394Z Compiling scroll_derive v0.13.1
14782026-03-17T02:13:41.646Z Compiling tracing v0.1.44
14792026-03-17T02:13:41.736Z Compiling darling_core v0.20.11
14802026-03-17T02:13:41.990Z Compiling atomic-waker v1.1.2
14812026-03-17T02:13:42.143Z Compiling tinyvec_macros v0.1.1
14822026-03-17T02:13:42.146Z Compiling try-lock v0.2.5
14832026-03-17T02:13:42.230Z Compiling tower-layer v0.3.3
14842026-03-17T02:13:42.294Z Compiling rustls v0.23.37
14852026-03-17T02:13:42.434Z Compiling tokio-util v0.7.18
14862026-03-17T02:13:42.452Z Compiling dyn-clone v1.0.20
14872026-03-17T02:13:42.505Z Compiling tower-service v0.3.3
14882026-03-17T02:13:42.618Z Compiling scroll v0.13.0
14892026-03-17T02:13:42.621Z Compiling want v0.3.1
14902026-03-17T02:13:42.821Z Compiling tinyvec v1.10.0
14912026-03-17T02:13:43.352Z Compiling h2 v0.4.13
14922026-03-17T02:13:43.370Z Compiling ipnet v2.11.0
14932026-03-17T02:13:43.831Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-17T02:13:44.045Z Compiling spin v0.9.8
14952026-03-17T02:13:44.309Z Compiling aho-corasick v1.1.4
14962026-03-17T02:13:44.328Z Compiling openssl v0.10.75
14972026-03-17T02:13:44.572Z Compiling foreign-types-shared v0.1.1
14982026-03-17T02:13:44.611Z Compiling time-core v0.1.8
14992026-03-17T02:13:44.678Z Compiling powerfmt v0.2.0
15002026-03-17T02:13:44.801Z Compiling num-conv v0.2.0
15012026-03-17T02:13:44.938Z Compiling pin-utils v0.1.0
15022026-03-17T02:13:44.970Z Compiling crc32fast v1.5.0
15032026-03-17T02:13:44.989Z Compiling darling_macro v0.20.11
15042026-03-17T02:13:45.030Z Compiling httpdate v1.0.3
15052026-03-17T02:13:45.252Z Compiling tempfile v3.25.0
15062026-03-17T02:13:45.358Z Compiling time-macros v0.2.27
15072026-03-17T02:13:45.393Z Compiling deranged v0.5.8
15082026-03-17T02:13:45.649Z Compiling darling v0.20.11
15092026-03-17T02:13:45.751Z Compiling regex-automata v0.4.14
15102026-03-17T02:13:45.770Z Compiling foreign-types v0.3.2
15112026-03-17T02:13:46.719Z Compiling goblin v0.10.5
15122026-03-17T02:13:46.754Z Compiling openssl-macros v0.1.1
15132026-03-17T02:13:46.826Z Compiling thiserror-impl v1.0.69
15142026-03-17T02:13:47.924Z Compiling hyper v1.8.1
15152026-03-17T02:13:48.490Z Compiling wait-timeout v0.2.1
15162026-03-17T02:13:48.773Z Compiling native-tls v0.2.18
15172026-03-17T02:13:48.823Z Compiling simd-adler32 v0.3.8
15182026-03-17T02:13:48.932Z Compiling siphasher v1.0.2
15192026-03-17T02:13:49.014Z Compiling either v1.15.0
15202026-03-17T02:13:49.145Z Compiling num_threads v0.1.7
15212026-03-17T02:13:49.174Z Compiling usdt-impl v0.6.0
15222026-03-17T02:13:49.260Z Compiling bit-vec v0.8.0
15232026-03-17T02:13:49.280Z Compiling quick-error v1.2.3
15242026-03-17T02:13:49.413Z Compiling rusty-fork v0.3.1
15252026-03-17T02:13:49.455Z Compiling hyper-util v0.1.20
15262026-03-17T02:13:49.559Z Compiling bit-set v0.8.0
15272026-03-17T02:13:49.765Z Compiling time v0.3.47
15282026-03-17T02:13:49.851Z Compiling thiserror v1.0.69
15292026-03-17T02:13:50.045Z Compiling derive_builder_core v0.20.2
15302026-03-17T02:13:51.277Z Compiling dof v0.4.0
15312026-03-17T02:13:51.707Z Compiling unicode-normalization v0.1.25
15322026-03-17T02:13:51.797Z Compiling crossbeam-epoch v0.9.18
15332026-03-17T02:13:51.936Z Compiling dtrace-parser v0.3.0
15342026-03-17T02:13:52.220Z Compiling rustls-native-certs v0.8.3
15352026-03-17T02:13:52.315Z Compiling signature v2.2.0
15362026-03-17T02:13:52.536Z Compiling scroll_derive v0.12.1
15372026-03-17T02:13:52.592Z Compiling heapless v0.7.17
15382026-03-17T02:13:52.700Z Compiling rand_xorshift v0.4.0
15392026-03-17T02:13:52.882Z Compiling slog v2.8.2
15402026-03-17T02:13:52.901Z Compiling darling_core v0.21.3
15412026-03-17T02:13:52.919Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-17T02:13:52.960Z Compiling sync_wrapper v1.0.2
15432026-03-17T02:13:53.090Z Compiling thread-id v5.1.0
15442026-03-17T02:13:53.108Z Compiling cookie v0.18.1
15452026-03-17T02:13:53.189Z Compiling rayon-core v1.13.0
15462026-03-17T02:13:53.254Z Compiling anyhow v1.0.102
15472026-03-17T02:13:53.329Z Compiling unicode-segmentation v1.12.0
15482026-03-17T02:13:53.384Z Compiling paste v1.0.15
15492026-03-17T02:13:53.403Z Compiling signal-hook v0.3.18
15502026-03-17T02:13:53.612Z Compiling unicode-bidi v0.3.18
15512026-03-17T02:13:53.638Z Compiling unarray v0.1.4
15522026-03-17T02:13:53.718Z Compiling zstd-safe v7.2.4
15532026-03-17T02:13:53.770Z Compiling adler2 v2.0.1
15542026-03-17T02:13:53.834Z Compiling unicode-properties v0.1.4
15552026-03-17T02:13:53.930Z Compiling miniz_oxide v0.8.9
15562026-03-17T02:13:53.953Z Compiling proptest v1.10.0
15572026-03-17T02:13:54.100Z Compiling stringprep v0.1.5
15582026-03-17T02:13:54.290Z Compiling scroll v0.12.0
15592026-03-17T02:13:54.703Z Compiling tower v0.5.3
15602026-03-17T02:13:54.800Z Compiling crossbeam-deque v0.8.6
15612026-03-17T02:13:55.029Z Compiling derive_builder_macro v0.20.2
15622026-03-17T02:13:55.047Z Compiling ipnetwork v0.21.1
15632026-03-17T02:13:55.146Z Compiling http-body-util v0.1.3
15642026-03-17T02:13:55.247Z Compiling webpki-roots v1.0.6
15652026-03-17T02:13:55.391Z Compiling rand_chacha v0.3.1
15662026-03-17T02:13:55.408Z Compiling toml_datetime v0.6.11
15672026-03-17T02:13:55.494Z Compiling erased-serde v0.3.31
15682026-03-17T02:13:55.595Z Compiling serde_spanned v0.6.9
15692026-03-17T02:13:55.638Z Compiling serde_tokenstream v0.2.3
15702026-03-17T02:13:55.747Z Compiling md-5 v0.10.6
15712026-03-17T02:13:55.774Z Compiling zerocopy-derive v0.7.35
15722026-03-17T02:13:55.953Z Compiling curve25519-dalek v4.1.3
15732026-03-17T02:13:56.050Z Compiling vergen-lib v0.1.6
15742026-03-17T02:13:56.228Z Compiling num-integer v0.1.46
15752026-03-17T02:13:56.272Z Compiling hash32 v0.2.1
15762026-03-17T02:13:56.374Z Compiling ff v0.13.1
15772026-03-17T02:13:56.435Z Compiling memoffset v0.9.1
15782026-03-17T02:13:56.518Z Compiling base16ct v0.2.0
15792026-03-17T02:13:56.542Z Compiling iri-string v0.7.10
15802026-03-17T02:13:56.561Z Compiling darling_macro v0.21.3
15812026-03-17T02:13:56.650Z Compiling rustix v0.38.44
15822026-03-17T02:13:56.669Z Compiling psl-types v2.0.11
15832026-03-17T02:13:56.736Z Compiling litrs v1.0.0
15842026-03-17T02:13:56.821Z Compiling ryu v1.0.23
15852026-03-17T02:13:56.935Z Compiling zlib-rs v0.6.2
15862026-03-17T02:13:57.051Z Compiling cfg_aliases v0.2.1
15872026-03-17T02:13:57.088Z Compiling fallible-iterator v0.2.0
15882026-03-17T02:13:57.139Z Compiling num-bigint-dig v0.8.6
15892026-03-17T02:13:57.157Z Compiling ref-cast v1.0.25
15902026-03-17T02:13:57.366Z Compiling smoltcp v0.9.1
15912026-03-17T02:13:57.418Z Compiling document-features v0.2.12
15922026-03-17T02:13:57.497Z Compiling postgres-protocol v0.6.10
15932026-03-17T02:13:57.618Z Compiling newtype-uuid v1.3.2
15942026-03-17T02:13:57.807Z Compiling darling v0.21.3
15952026-03-17T02:13:57.909Z Compiling nix v0.31.1
15962026-03-17T02:13:58.154Z Compiling tower-http v0.6.8
15972026-03-17T02:13:58.177Z Compiling serde_urlencoded v0.7.1
15982026-03-17T02:13:58.215Z Compiling zerocopy v0.7.35
15992026-03-17T02:13:58.394Z Compiling publicsuffix v2.3.0
16002026-03-17T02:13:58.600Z Compiling sec1 v0.7.3
16012026-03-17T02:13:58.619Z Compiling num-iter v0.1.45
16022026-03-17T02:13:58.662Z Compiling group v0.13.0
16032026-03-17T02:13:58.893Z Compiling rand v0.8.5
16042026-03-17T02:13:58.951Z Compiling derive_builder v0.20.2
16052026-03-17T02:13:58.983Z Compiling oxnet v0.1.4
16062026-03-17T02:13:59.220Z Compiling proc-macro-error v1.0.4
16072026-03-17T02:13:59.382Z Compiling tokio-native-tls v0.3.1
16082026-03-17T02:13:59.494Z Compiling goblin v0.8.2
16092026-03-17T02:14:00.339Z Compiling heck v0.4.1
16102026-03-17T02:14:00.403Z Compiling phf_shared v0.13.1
16112026-03-17T02:14:00.493Z Compiling hubpack_derive v0.1.1
16122026-03-17T02:14:00.629Z Compiling regex v1.12.3
16132026-03-17T02:14:00.728Z Compiling lazy_static v1.5.0
16142026-03-17T02:14:00.763Z Compiling cargo-platform v0.1.9
16152026-03-17T02:14:00.842Z Compiling hkdf v0.12.4
16162026-03-17T02:14:01.047Z Compiling flate2 v1.1.9
16172026-03-17T02:14:01.066Z Compiling crypto-bigint v0.5.5
16182026-03-17T02:14:01.094Z Compiling daft-derive v0.1.5
16192026-03-17T02:14:01.225Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-17T02:14:01.541Z Compiling ref-cast-impl v1.0.25
16212026-03-17T02:14:01.601Z Compiling strum_macros v0.27.2
16222026-03-17T02:14:02.051Z Compiling async-trait v0.1.89
16232026-03-17T02:14:02.073Z Compiling terminal_size v0.4.3
16242026-03-17T02:14:02.231Z Compiling vergen v9.0.6
16252026-03-17T02:14:02.250Z Compiling fs-err v3.3.0
16262026-03-17T02:14:02.455Z Compiling ahash v0.8.12
16272026-03-17T02:14:02.483Z Compiling libbz2-rs-sys v0.2.2
16282026-03-17T02:14:02.701Z Compiling managed v0.8.0
16292026-03-17T02:14:02.984Z Compiling bumpalo v3.20.2
16302026-03-17T02:14:03.323Z Compiling winnow v0.5.40
16312026-03-17T02:14:03.384Z Compiling foldhash v0.1.5
16322026-03-17T02:14:03.469Z Compiling bitflags v1.3.2
16332026-03-17T02:14:03.562Z Compiling object v0.37.3
16342026-03-17T02:14:03.595Z Compiling clap_builder v4.5.60
16352026-03-17T02:14:03.956Z Compiling hashbrown v0.15.5
16362026-03-17T02:14:04.293Z Compiling strum v0.27.2
16372026-03-17T02:14:04.451Z Compiling console v0.16.2
16382026-03-17T02:14:04.503Z Compiling zopfli v0.8.3
16392026-03-17T02:14:04.681Z Compiling bzip2 v0.6.1
16402026-03-17T02:14:05.017Z Compiling dof v0.3.0
16412026-03-17T02:14:05.037Z Compiling toml_edit v0.19.15
16422026-03-17T02:14:05.250Z Compiling elliptic-curve v0.13.8
16432026-03-17T02:14:05.459Z Compiling daft v0.1.5
16442026-03-17T02:14:05.792Z Compiling hubpack v0.1.2
16452026-03-17T02:14:05.819Z Compiling cargo_metadata v0.19.2
16462026-03-17T02:14:06.073Z Compiling phf v0.13.1
16472026-03-17T02:14:06.282Z Compiling zone_cfg_derive v0.3.1
16482026-03-17T02:14:07.102Z Compiling zstd v0.13.3
16492026-03-17T02:14:07.459Z Compiling signal-hook-mio v0.2.5
16502026-03-17T02:14:07.610Z Compiling cookie_store v0.22.1
16512026-03-17T02:14:07.900Z Compiling rayon v1.11.0
16522026-03-17T02:14:08.179Z Compiling hyper-tls v0.6.0
16532026-03-17T02:14:08.300Z Compiling bzip2 v0.4.4
16542026-03-17T02:14:08.567Z Compiling postgres-types v0.2.12
16552026-03-17T02:14:08.570Z Compiling serde_with_macros v3.17.0
16562026-03-17T02:14:08.830Z Compiling usdt-attr-macro v0.6.0
16572026-03-17T02:14:09.325Z Compiling usdt-macro v0.6.0
16582026-03-17T02:14:09.349Z Compiling ed25519 v2.2.3
16592026-03-17T02:14:09.856Z Compiling dtrace-parser v0.2.0
16602026-03-17T02:14:10.100Z Compiling itertools v0.12.1
16612026-03-17T02:14:10.158Z Compiling phf_shared v0.11.3
16622026-03-17T02:14:10.308Z Compiling bstr v1.12.1
16632026-03-17T02:14:10.398Z Compiling pkcs1 v0.7.5
16642026-03-17T02:14:10.416Z Compiling serde-big-array v0.5.1
16652026-03-17T02:14:10.505Z Compiling hex v0.4.3
16662026-03-17T02:14:10.592Z Compiling rfc6979 v0.4.0
16672026-03-17T02:14:10.750Z Compiling strum_macros v0.26.4
16682026-03-17T02:14:10.868Z Compiling serde_repr v0.1.20
16692026-03-17T02:14:10.951Z Compiling clap_derive v4.5.55
16702026-03-17T02:14:10.970Z Compiling enum-as-inner v0.6.1
16712026-03-17T02:14:11.199Z Compiling float-cmp v0.10.0
16722026-03-17T02:14:11.383Z Compiling thread-id v4.2.2
16732026-03-17T02:14:11.490Z Compiling memmap2 v0.9.10
16742026-03-17T02:14:11.555Z Compiling env_filter v1.0.0
16752026-03-17T02:14:11.616Z Compiling encoding_rs v0.8.35
16762026-03-17T02:14:11.769Z Compiling normalize-line-endings v0.3.0
16772026-03-17T02:14:11.842Z Compiling rustc-hash v2.1.1
16782026-03-17T02:14:11.886Z Compiling predicates-core v1.0.10
16792026-03-17T02:14:11.954Z Compiling fixedbitset v0.5.7
16802026-03-17T02:14:11.999Z Compiling fixedbitset v0.4.2
16812026-03-17T02:14:12.115Z Compiling difflib v0.4.0
16822026-03-17T02:14:12.283Z Compiling precomputed-hash v0.1.1
16832026-03-17T02:14:12.364Z Compiling mime v0.3.17
16842026-03-17T02:14:12.395Z Compiling new_debug_unreachable v1.0.6
16852026-03-17T02:14:12.486Z Compiling whoami v2.1.0
16862026-03-17T02:14:12.708Z Compiling jiff v0.2.21
16872026-03-17T02:14:12.880Z Compiling keccak v0.1.6
16882026-03-17T02:14:12.986Z Compiling static_assertions v1.1.0
16892026-03-17T02:14:13.082Z Compiling unit-prefix v0.5.2
16902026-03-17T02:14:13.181Z Compiling data-encoding v2.10.0
16912026-03-17T02:14:13.265Z Compiling indicatif v0.18.4
16922026-03-17T02:14:13.382Z Compiling clap v4.5.60
16932026-03-17T02:14:13.484Z Compiling strum v0.26.3
16942026-03-17T02:14:13.503Z Compiling sha3 v0.10.8
16952026-03-17T02:14:13.647Z Compiling hickory-proto v0.25.2
16962026-03-17T02:14:13.667Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-17T02:14:13.995Z Compiling tokio-postgres v0.7.16
16982026-03-17T02:14:14.089Z Compiling string_cache v0.8.9
16992026-03-17T02:14:14.146Z Compiling predicates v3.1.4
17002026-03-17T02:14:14.382Z Compiling toml_edit v0.22.27
17012026-03-17T02:14:14.410Z Compiling petgraph v0.8.3
17022026-03-17T02:14:15.018Z Compiling petgraph v0.6.5
17032026-03-17T02:14:17.055Z Compiling zip v4.6.1
17042026-03-17T02:14:17.093Z Compiling iddqd v0.3.17
17052026-03-17T02:14:17.113Z Compiling env_logger v0.11.9
17062026-03-17T02:14:17.446Z Compiling zone v0.3.1
17072026-03-17T02:14:17.578Z Compiling usdt v0.6.0
17082026-03-17T02:14:17.910Z Compiling usdt-impl v0.5.0
17092026-03-17T02:14:18.201Z Compiling similar v2.7.0
17102026-03-17T02:14:18.348Z Compiling serde_with v3.17.0
17112026-03-17T02:14:18.367Z Compiling ecdsa v0.16.9
17122026-03-17T02:14:18.624Z Compiling rsa v0.9.10
17132026-03-17T02:14:18.682Z Compiling crossterm v0.28.1
17142026-03-17T02:14:18.702Z Compiling ed25519-dalek v2.2.0
17152026-03-17T02:14:19.373Z Compiling zip v0.6.6
17162026-03-17T02:14:20.061Z Compiling toml v0.7.8
17172026-03-17T02:14:20.498Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-17T02:14:20.680Z Compiling itertools v0.13.0
17192026-03-17T02:14:20.794Z Compiling tokio-stream v0.1.18
17202026-03-17T02:14:20.934Z Compiling buf-list v1.1.2
17212026-03-17T02:14:20.954Z Compiling x509-cert v0.2.5
17222026-03-17T02:14:21.304Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-17T02:14:21.374Z Compiling openapiv3 v2.2.0
17242026-03-17T02:14:21.405Z Compiling sha1 v0.10.6
17252026-03-17T02:14:21.689Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-17T02:14:21.703Z Compiling lalrpop-util v0.19.12
17272026-03-17T02:14:21.945Z Compiling peg-runtime v0.8.5
17282026-03-17T02:14:22.064Z Compiling thread_local v1.1.9
17292026-03-17T02:14:22.314Z Compiling slog-async v2.8.0
17302026-03-17T02:14:22.398Z Compiling crossbeam-channel v0.5.15
17312026-03-17T02:14:22.404Z Compiling futures-executor v0.3.32
17322026-03-17T02:14:22.718Z Compiling is-terminal v0.4.17
17332026-03-17T02:14:22.748Z Compiling filetime v0.2.27
17342026-03-17T02:14:22.834Z Compiling take_mut v0.2.2
17352026-03-17T02:14:22.862Z Compiling xattr v1.6.1
17362026-03-17T02:14:22.964Z Compiling term v1.2.1
17372026-03-17T02:14:23.017Z Compiling tar v0.4.44
17382026-03-17T02:14:23.074Z Compiling futures v0.3.32
17392026-03-17T02:14:23.547Z Compiling slog-term v2.9.2
17402026-03-17T02:14:30.118Z Compiling rustls-webpki v0.103.9
17412026-03-17T02:14:34.156Z Compiling tokio-rustls v0.26.4
17422026-03-17T02:14:34.156Z Compiling rustls-platform-verifier v0.6.2
17432026-03-17T02:14:34.413Z Compiling hyper-rustls v0.27.7
17442026-03-17T02:14:34.685Z Compiling reqwest v0.12.28
17452026-03-17T02:14:34.685Z Compiling reqwest v0.13.2
17462026-03-17T02:14:37.653Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-17T02:14:37.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-17T02:14:41.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17492026-03-17T02:14:41.902Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-17T02:14:41.963ZMar 17 02:14:40.901 INFO Starting download, target: Clickhouse
17512026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Starting download, target: DendriteStub
17522026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Starting download, target: TransceiverControl
17532026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Starting download, target: MaghemiteMgd
17542026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Starting download, target: Cockroach
17552026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Starting download, target: Console
17562026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-17T02:14:41.966ZMar 17 02:14:40.902 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-17T02:14:42.793ZMar 17 02:14:41.731 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-17T02:14:42.952ZMar 17 02:14:41.886 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-17T02:14:43.145ZMar 17 02:14:42.084 INFO Download complete, target: TransceiverControl
17652026-03-17T02:14:43.325ZMar 17 02:14:42.262 INFO Download complete, target: Console
17662026-03-17T02:14:43.589ZMar 17 02:14:42.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-17T02:14:43.698ZMar 17 02:14:42.637 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-17T02:14:44.169ZMar 17 02:14:43.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-17T02:14:44.307ZMar 17 02:14:43.247 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-17T02:14:44.307ZMar 17 02:14:43.247 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-17T02:14:47.417ZMar 17 02:14:46.358 INFO Download complete, target: MaghemiteMgd
17722026-03-17T02:14:47.542ZMar 17 02:14:46.482 INFO Download complete, target: DendriteStub
17732026-03-17T02:14:52.034ZMar 17 02:14:50.975 INFO Checking that binary works, target: Cockroach
17742026-03-17T02:14:52.148ZMar 17 02:14:51.090 INFO Download complete, target: Cockroach
17752026-03-17T02:14:55.304ZMar 17 02:14:54.246 INFO Checking that binary works, target: Clickhouse
17762026-03-17T02:14:55.533ZMar 17 02:14:54.475 INFO Download complete, target: Clickhouse
17772026-03-17T02:14:55.550ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-17T02:14:55.553Z
17792026-03-17T02:14:55.553Zreal 4:03.512040668
17802026-03-17T02:14:55.553Zuser 10:23.562271064
17812026-03-17T02:14:55.553Zsys 1:47.222882411
17822026-03-17T02:14:55.553Ztrap 0.317210817
17832026-03-17T02:14:55.553Ztflt 1.481127125
17842026-03-17T02:14:55.553Zdflt 1.593271444
17852026-03-17T02:14:55.553Zkflt 0.094591803
17862026-03-17T02:14:55.553Zlock 30:29.996077053
17872026-03-17T02:14:55.553Zslp 29:33.556829305
17882026-03-17T02:14:55.553Zlat 53.581672768
17892026-03-17T02:14:55.553Zstop 2:40.002850074
17902026-03-17T02:14:55.553Z+ banner clippy
17912026-03-17T02:14:55.553Z
17922026-03-17T02:14:55.553Z #### # # ##### ##### # #
17932026-03-17T02:14:55.553Z # # # # # # # # # #
17942026-03-17T02:14:55.553Z # # # # # # # #
17952026-03-17T02:14:55.553Z # # # ##### ##### #
17962026-03-17T02:14:55.553Z # # # # # # #
17972026-03-17T02:14:55.553Z #### ###### # # # #
17982026-03-17T02:14:55.553Z
17992026-03-17T02:14:55.553Z+ export CARGO_INCREMENTAL=0
18002026-03-17T02:14:55.553Z+ CARGO_INCREMENTAL=0
18012026-03-17T02:14:55.553Z+ ptime -m cargo xtask clippy
18022026-03-17T02:14:56.240Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-17T02:14:56.511Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-17T02:14:59.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
18052026-03-17T02:14:59.102Z Running `target/debug/xtask clippy`
18062026-03-17T02:14:59.133Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-17T02:14:59.899Z Downloading crates ...
18082026-03-17T02:15:00.163Z Downloaded async-object-pool v0.2.0
18092026-03-17T02:15:00.167Z Downloaded assert_cmd v2.1.2
18102026-03-17T02:15:00.170Z Downloaded plotters-backend v0.3.7
18112026-03-17T02:15:00.173Z Downloaded futures-timer v3.0.3
18122026-03-17T02:15:00.176Z Downloaded concurrent-queue v2.5.0
18132026-03-17T02:15:00.179Z Downloaded parking v2.2.1
18142026-03-17T02:15:00.179Z Downloaded stringmetrics v2.2.2
18152026-03-17T02:15:00.182Z Downloaded nested v0.1.1
18162026-03-17T02:15:00.200Z Downloaded escape8259 v0.5.3
18172026-03-17T02:15:00.203Z Downloaded anes v0.1.6
18182026-03-17T02:15:00.216Z Downloaded guppy-workspace-hack v0.1.0
18192026-03-17T02:15:00.219Z Downloaded backtrace-ext v0.2.1
18202026-03-17T02:15:00.219Z Downloaded async-lock v3.4.2
18212026-03-17T02:15:00.246Z Downloaded approx v0.5.1
18222026-03-17T02:15:00.249Z Downloaded terminal_size v0.1.17
18232026-03-17T02:15:00.249Z Downloaded event-listener-strategy v0.5.4
18242026-03-17T02:15:00.254Z Downloaded termcolor v1.4.1
18252026-03-17T02:15:00.257Z Downloaded cargo_metadata v0.23.1
18262026-03-17T02:15:00.257Z Downloaded partial-io v0.5.4
18272026-03-17T02:15:00.260Z Downloaded miette-derive v5.10.0
18282026-03-17T02:15:00.279Z Downloaded owo-colors v3.5.0
18292026-03-17T02:15:00.283Z Downloaded target-triple v1.0.0
18302026-03-17T02:15:00.283Z Downloaded serde_regex v1.1.0
18312026-03-17T02:15:00.286Z Downloaded rust-argon2 v2.1.0
18322026-03-17T02:15:00.286Z Downloaded libtest-mimic v0.8.1
18332026-03-17T02:15:00.289Z Downloaded httptest v0.16.4
18342026-03-17T02:15:00.289Z Downloaded pathdiff v0.2.3
18352026-03-17T02:15:00.289Z Downloaded supports-hyperlinks v2.1.0
18362026-03-17T02:15:00.292Z Downloaded linkme-impl v0.3.35
18372026-03-17T02:15:00.292Z Downloaded cast v0.3.0
18382026-03-17T02:15:00.295Z Downloaded similar-asserts v1.7.0
18392026-03-17T02:15:00.298Z Downloaded supports-color v2.1.0
18402026-03-17T02:15:00.302Z Downloaded plotters-svg v0.3.7
18412026-03-17T02:15:00.305Z Downloaded supports-unicode v2.1.0
18422026-03-17T02:15:00.308Z Downloaded constant_time_eq v0.3.1
18432026-03-17T02:15:00.311Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18442026-03-17T02:15:00.311Z Downloaded target-lexicon v0.13.3
18452026-03-17T02:15:00.314Z Downloaded relative-path v1.9.3
18462026-03-17T02:15:00.314Z Downloaded knuffel-derive v3.2.0
18472026-03-17T02:15:00.314Z Downloaded assert-json-diff v2.0.2
18482026-03-17T02:15:00.317Z Downloaded target-spec v3.5.7
18492026-03-17T02:15:00.320Z Downloaded path-tree v0.8.3
18502026-03-17T02:15:00.320Z Downloaded oorandom v11.1.5
18512026-03-17T02:15:00.323Z Downloaded linkme v0.3.35
18522026-03-17T02:15:00.326Z Downloaded tinytemplate v1.2.1
18532026-03-17T02:15:00.329Z Downloaded event-listener v5.4.1
18542026-03-17T02:15:00.329Z Downloaded cfg-expr v0.20.6
18552026-03-17T02:15:00.332Z Downloaded rustc-demangle v0.1.27
18562026-03-17T02:15:00.335Z Downloaded criterion-plot v0.6.0
18572026-03-17T02:15:00.335Z Downloaded datatest-stable v0.3.3
18582026-03-17T02:15:00.338Z Downloaded addr2line v0.25.1
18592026-03-17T02:15:00.341Z Downloaded cargo-platform v0.3.2
18602026-03-17T02:15:00.348Z Downloaded blake2b_simd v1.0.4
18612026-03-17T02:15:00.352Z Downloaded rstest v0.25.0
18622026-03-17T02:15:00.356Z Downloaded miette v5.10.0
18632026-03-17T02:15:00.359Z Downloaded trybuild v1.0.116
18642026-03-17T02:15:00.369Z Downloaded chumsky v0.9.3
18652026-03-17T02:15:00.374Z Downloaded knuffel v3.2.0
18662026-03-17T02:15:00.377Z Downloaded textwrap v0.15.2
18672026-03-17T02:15:00.380Z Downloaded rand_distr v0.5.1
18682026-03-17T02:15:00.383Z Downloaded plotters v0.3.7
18692026-03-17T02:15:00.387Z Downloaded toml v1.0.3+spec-1.1.0
18702026-03-17T02:15:00.390Z Downloaded rstest_macros v0.25.0
18712026-03-17T02:15:00.393Z Downloaded fancy-regex v0.14.0
18722026-03-17T02:15:00.396Z Downloaded backtrace v0.3.76
18732026-03-17T02:15:00.399Z Downloaded guppy v0.17.25
18742026-03-17T02:15:00.402Z Downloaded hashbrown v0.14.5
18752026-03-17T02:15:00.406Z Downloaded criterion v0.7.0
18762026-03-17T02:15:00.418Z Downloaded gimli v0.32.3
18772026-03-17T02:15:00.477Z Downloaded httpmock v0.8.3
18782026-03-17T02:15:02.669Z Checking cfg-if v1.0.4
18792026-03-17T02:15:03.075Z Checking libc v0.2.180
18802026-03-17T02:15:03.078Z Checking serde_core v1.0.228
18812026-03-17T02:15:03.167Z Checking memchr v2.8.0
18822026-03-17T02:15:03.222Z Checking smallvec v1.15.1
18832026-03-17T02:15:03.272Z Checking itoa v1.0.17
18842026-03-17T02:15:03.275Z Checking log v0.4.29
18852026-03-17T02:15:03.373Z Checking zeroize v1.8.2
18862026-03-17T02:15:03.426Z Checking libm v0.2.16
18872026-03-17T02:15:03.500Z Checking scopeguard v1.2.0
18882026-03-17T02:15:03.552Z Checking stable_deref_trait v1.2.1
18892026-03-17T02:15:03.607Z Checking zmij v1.0.21
18902026-03-17T02:15:03.658Z Checking lock_api v0.4.14
18912026-03-17T02:15:03.662Z Checking zerofrom v0.1.6
18922026-03-17T02:15:03.758Z Checking percent-encoding v2.3.2
18932026-03-17T02:15:03.806Z Checking litemap v0.8.1
18942026-03-17T02:15:03.849Z Checking errno v0.3.14
18952026-03-17T02:15:03.896Z Checking getrandom v0.2.17
18962026-03-17T02:15:03.943Z Checking yoke v0.8.1
18972026-03-17T02:15:03.989Z Checking writeable v0.6.2
18982026-03-17T02:15:04.037Z Checking subtle v2.6.1
18992026-03-17T02:15:04.084Z Checking icu_properties_data v2.1.2
19002026-03-17T02:15:04.084Z Checking icu_normalizer_data v2.1.1
19012026-03-17T02:15:04.174Z Checking rand_core v0.6.4
19022026-03-17T02:15:04.221Z Checking zerovec v0.11.5
19032026-03-17T02:15:04.224Z Checking zerotrie v0.2.3
19042026-03-17T02:15:04.224Z Checking form_urlencoded v1.2.2
19052026-03-17T02:15:04.356Z Checking portable-atomic v1.13.1
19062026-03-17T02:15:04.405Z Checking pin-project-lite v0.2.17
19072026-03-17T02:15:04.454Z Checking num-traits v0.2.19
19082026-03-17T02:15:04.457Z Checking utf8_iter v1.0.4
19092026-03-17T02:15:04.547Z Checking zerocopy v0.8.40
19102026-03-17T02:15:04.594Z Checking critical-section v1.2.0
19112026-03-17T02:15:04.643Z Checking parking_lot_core v0.9.12
19122026-03-17T02:15:04.694Z Checking rand_core v0.10.0
19132026-03-17T02:15:04.756Z Checking signal-hook-registry v1.4.8
19142026-03-17T02:15:04.856Z Checking tinystr v0.8.2
19152026-03-17T02:15:04.907Z Checking potential_utf v0.1.4
19162026-03-17T02:15:04.954Z Checking parking_lot v0.12.5
19172026-03-17T02:15:05.002Z Checking getrandom v0.4.1
19182026-03-17T02:15:05.005Z Checking once_cell v1.21.3
19192026-03-17T02:15:05.102Z Checking icu_collections v2.1.1
19202026-03-17T02:15:05.150Z Checking icu_locale_core v2.1.1
19212026-03-17T02:15:05.219Z Checking mio v1.1.1
19222026-03-17T02:15:05.271Z Checking serde v1.0.228
19232026-03-17T02:15:05.274Z Checking bitflags v2.11.0
19242026-03-17T02:15:05.274Z Checking serde_json v1.0.149
19252026-03-17T02:15:05.412Z Checking typenum v1.19.0
19262026-03-17T02:15:05.524Z Checking socket2 v0.6.2
19272026-03-17T02:15:05.589Z Checking thiserror v2.0.18
19282026-03-17T02:15:05.640Z Checking iana-time-zone v0.1.65
19292026-03-17T02:15:05.766Z Checking allocator-api2 v0.2.21
19302026-03-17T02:15:05.820Z Checking semver v1.0.27
19312026-03-17T02:15:05.889Z Checking uuid v1.21.0
19322026-03-17T02:15:05.942Z Checking icu_provider v2.1.1
19332026-03-17T02:15:05.991Z Checking bytes v1.11.1
19342026-03-17T02:15:06.126Z Checking chrono v0.4.44
19352026-03-17T02:15:06.177Z Checking generic-array v0.14.7
19362026-03-17T02:15:06.226Z Checking futures-core v0.3.32
19372026-03-17T02:15:06.282Z Checking icu_normalizer v2.1.1
19382026-03-17T02:15:06.331Z Checking icu_properties v2.1.2
19392026-03-17T02:15:06.394Z Checking equivalent v1.0.2
19402026-03-17T02:15:06.472Z Checking dyn-clone v1.0.20
19412026-03-17T02:15:06.535Z Checking const-oid v0.9.6
19422026-03-17T02:15:06.621Z Checking tokio v1.49.0
19432026-03-17T02:15:06.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-17T02:15:06.717Z Checking foldhash v0.2.0
19452026-03-17T02:15:06.840Z Checking crypto-common v0.1.7
19462026-03-17T02:15:06.944Z Checking hashbrown v0.16.1
19472026-03-17T02:15:07.037Z Checking block-buffer v0.10.4
19482026-03-17T02:15:07.099Z Checking futures-sink v0.3.32
19492026-03-17T02:15:07.250Z Checking rustix v1.1.3
19502026-03-17T02:15:07.299Z Checking byteorder v1.5.0
19512026-03-17T02:15:07.347Z Checking futures-channel v0.3.32
19522026-03-17T02:15:07.517Z Checking idna_adapter v1.2.1
19532026-03-17T02:15:07.577Z Checking digest v0.10.7
19542026-03-17T02:15:07.626Z Checking futures-io v0.3.32
19552026-03-17T02:15:07.673Z Checking slab v0.4.12
19562026-03-17T02:15:07.677Z Checking futures-task v0.3.32
19572026-03-17T02:15:07.765Z Checking idna v1.1.0
19582026-03-17T02:15:07.813Z Checking cpufeatures v0.2.17
19592026-03-17T02:15:07.863Z Checking indexmap v2.13.0
19602026-03-17T02:15:07.912Z Checking thiserror v1.0.69
19612026-03-17T02:15:07.958Z Checking getrandom v0.3.4
19622026-03-17T02:15:07.961Z Checking futures-util v0.3.32
19632026-03-17T02:15:08.067Z Checking fnv v1.0.7
19642026-03-17T02:15:08.115Z Checking url v2.5.8
19652026-03-17T02:15:08.169Z Checking regex-syntax v0.8.10
19662026-03-17T02:15:08.230Z Checking http v1.4.0
19672026-03-17T02:15:08.474Z Checking tracing-core v0.1.36
19682026-03-17T02:15:08.628Z Checking ppv-lite86 v0.2.21
19692026-03-17T02:15:08.707Z Checking base64 v0.22.1
19702026-03-17T02:15:08.756Z Checking schemars v0.8.22
19712026-03-17T02:15:08.916Z Checking tracing v0.1.44
19722026-03-17T02:15:09.055Z Checking unicode-ident v1.0.24
19732026-03-17T02:15:09.058Z Checking ipnet v2.11.0
19742026-03-17T02:15:09.146Z Checking utf8parse v0.2.2
19752026-03-17T02:15:09.212Z Checking anstyle v1.0.13
19762026-03-17T02:15:09.260Z Checking proc-macro2 v1.0.106
19772026-03-17T02:15:09.307Z Checking untrusted v0.9.0
19782026-03-17T02:15:09.472Z Checking anstyle-parse v0.2.7
19792026-03-17T02:15:09.520Z Checking ring v0.17.14
19802026-03-17T02:15:09.523Z Checking aho-corasick v1.1.4
19812026-03-17T02:15:09.683Z Checking base64ct v1.8.3
19822026-03-17T02:15:09.732Z Checking is_terminal_polyfill v1.70.2
19832026-03-17T02:15:09.736Z Checking quote v1.0.44
19842026-03-17T02:15:09.876Z Checking anstyle-query v1.1.5
19852026-03-17T02:15:10.011Z Checking colorchoice v1.0.4
19862026-03-17T02:15:10.059Z Checking block-padding v0.3.3
19872026-03-17T02:15:10.062Z Checking syn v2.0.117
19882026-03-17T02:15:10.062Z Checking terminal_size v0.4.3
19892026-03-17T02:15:10.196Z Checking anstream v0.6.21
19902026-03-17T02:15:10.260Z Checking inout v0.1.4
19912026-03-17T02:15:10.325Z Checking rustls-pki-types v1.14.0
19922026-03-17T02:15:10.475Z Checking crossbeam-utils v0.8.21
19932026-03-17T02:15:10.523Z Checking httparse v1.10.1
19942026-03-17T02:15:10.526Z Checking regex-automata v0.4.14
19952026-03-17T02:15:10.745Z Checking cipher v0.4.4
19962026-03-17T02:15:10.793Z Checking clap_lex v1.0.0
19972026-03-17T02:15:10.875Z Checking strsim v0.11.1
19982026-03-17T02:15:10.896Z Checking sha2 v0.10.9
19992026-03-17T02:15:11.020Z Checking pem-rfc7468 v0.7.0
20002026-03-17T02:15:11.023Z Checking tokio-util v0.7.18
20012026-03-17T02:15:11.066Z Checking http-body v1.0.1
20022026-03-17T02:15:11.121Z Checking rand_core v0.9.5
20032026-03-17T02:15:11.220Z Checking clap_builder v4.5.60
20042026-03-17T02:15:11.271Z Checking atomic-waker v1.1.2
20052026-03-17T02:15:11.274Z Checking hmac v0.12.1
20062026-03-17T02:15:11.364Z Checking try-lock v0.2.5
20072026-03-17T02:15:11.411Z Checking httpdate v1.0.3
20082026-03-17T02:15:11.458Z Checking ryu v1.0.23
20092026-03-17T02:15:11.519Z Checking tower-service v0.3.3
20102026-03-17T02:15:11.523Z Checking want v0.3.1
20112026-03-17T02:15:11.631Z Checking flagset v0.4.7
20122026-03-17T02:15:11.681Z Checking tower-layer v0.3.3
20132026-03-17T02:15:11.684Z Checking pin-utils v0.1.0
20142026-03-17T02:15:11.772Z Checking rand_chacha v0.9.0
20152026-03-17T02:15:11.825Z Checking der v0.7.10
20162026-03-17T02:15:11.872Z Checking erased-serde v0.3.31
20172026-03-17T02:15:11.921Z Checking spin v0.9.8
20182026-03-17T02:15:12.014Z Checking h2 v0.4.13
20192026-03-17T02:15:12.069Z Checking rand v0.9.2
20202026-03-17T02:15:12.199Z Checking anyhow v1.0.102
20212026-03-17T02:15:12.487Z Checking powerfmt v0.2.0
20222026-03-17T02:15:12.490Z Checking slog v2.8.2
20232026-03-17T02:15:12.720Z Checking deranged v0.5.8
20242026-03-17T02:15:12.768Z Checking num-conv v0.2.0
20252026-03-17T02:15:12.869Z Checking time-core v0.1.8
20262026-03-17T02:15:12.920Z Checking clap v4.5.60
20272026-03-17T02:15:12.969Z Checking num_threads v0.1.7
20282026-03-17T02:15:12.974Z Checking http-body-util v0.1.3
20292026-03-17T02:15:13.065Z Checking aws-lc-sys v0.37.1
20302026-03-17T02:15:13.069Z Checking untrusted v0.7.1
20312026-03-17T02:15:13.159Z Checking openssl-probe v0.2.1
20322026-03-17T02:15:13.162Z Checking fastrand v2.3.0
20332026-03-17T02:15:13.298Z Checking regex v1.12.3
20342026-03-17T02:15:13.347Z Checking spki v0.7.3
20352026-03-17T02:15:13.395Z Checking serde_urlencoded v0.7.1
20362026-03-17T02:15:13.445Z Checking pbkdf2 v0.12.2
20372026-03-17T02:15:13.448Z Checking aes v0.8.4
20382026-03-17T02:15:13.593Z Checking rand_chacha v0.3.1
20392026-03-17T02:15:13.641Z Checking pretty-hex v0.4.1
20402026-03-17T02:15:13.704Z Checking unicode-width v0.2.0
20412026-03-17T02:15:13.754Z Checking salsa20 v0.10.2
20422026-03-17T02:15:13.823Z Checking cbc v0.1.2
20432026-03-17T02:15:13.872Z Checking aws-lc-rs v1.16.0
20442026-03-17T02:15:13.918Z Checking rand v0.8.5
20452026-03-17T02:15:13.967Z Checking ipnetwork v0.21.1
20462026-03-17T02:15:14.022Z Checking scrypt v0.11.0
20472026-03-17T02:15:14.070Z Checking tempfile v3.25.0
20482026-03-17T02:15:14.073Z Checking time v0.3.47
20492026-03-17T02:15:14.073Z Checking hex v0.4.3
20502026-03-17T02:15:14.230Z Checking plain v0.2.3
20512026-03-17T02:15:14.280Z Checking pkcs5 v0.7.1
20522026-03-17T02:15:14.357Z Checking rustls-native-certs v0.8.3
20532026-03-17T02:15:14.406Z Checking sync_wrapper v1.0.2
20542026-03-17T02:15:14.494Z Checking camino v1.2.2
20552026-03-17T02:15:14.552Z Checking ucd-trie v0.1.7
20562026-03-17T02:15:14.599Z Checking tower v0.5.3
20572026-03-17T02:15:14.647Z Checking pkcs8 v0.10.2
20582026-03-17T02:15:14.696Z Checking webpki-roots v1.0.6
20592026-03-17T02:15:14.752Z Checking pest v2.8.6
20602026-03-17T02:15:14.869Z Checking iri-string v0.7.10
20612026-03-17T02:15:14.919Z Checking either v1.15.0
20622026-03-17T02:15:14.922Z Checking mime v0.3.17
20632026-03-17T02:15:15.030Z Checking rustls-webpki v0.103.9
20642026-03-17T02:15:15.154Z Checking openapiv3 v2.2.0
20652026-03-17T02:15:15.202Z Checking winnow v0.7.14
20662026-03-17T02:15:15.253Z Checking oxnet v0.1.4
20672026-03-17T02:15:15.596Z Checking lazy_static v1.5.0
20682026-03-17T02:15:15.647Z Checking rustls v0.23.37
20692026-03-17T02:15:15.710Z Checking hyper v1.8.1
20702026-03-17T02:15:15.743Z Checking static_assertions v1.1.0
20712026-03-17T02:15:15.746Z Checking foreign-types-shared v0.1.1
20722026-03-17T02:15:15.863Z Checking signature v2.2.0
20732026-03-17T02:15:15.925Z Checking foreign-types v0.3.2
20742026-03-17T02:15:16.049Z Checking openssl-sys v0.9.111
20752026-03-17T02:15:16.097Z Checking encoding_rs v0.8.35
20762026-03-17T02:15:16.255Z Checking simd-adler32 v0.3.8
20772026-03-17T02:15:16.363Z Checking tower-http v0.6.8
20782026-03-17T02:15:16.523Z Checking hubpack v0.1.2
20792026-03-17T02:15:16.722Z Checking openssl v0.10.75
20802026-03-17T02:15:16.776Z Checking adler2 v2.0.1
20812026-03-17T02:15:16.824Z Checking strum v0.26.3
20822026-03-17T02:15:16.885Z Checking sha1 v0.10.6
20832026-03-17T02:15:16.947Z Checking miniz_oxide v0.8.9
20842026-03-17T02:15:16.997Z Checking data-encoding v2.10.0
20852026-03-17T02:15:17.000Z Checking hyper-util v0.1.20
20862026-03-17T02:15:17.039Z Checking tinyvec_macros v0.1.1
20872026-03-17T02:15:17.135Z Checking toml_datetime v0.6.11
20882026-03-17T02:15:17.207Z Checking tinyvec v1.10.0
20892026-03-17T02:15:17.395Z Checking serde_spanned v0.6.9
20902026-03-17T02:15:17.442Z Checking num-integer v0.1.46
20912026-03-17T02:15:17.445Z Checking scroll v0.13.0
20922026-03-17T02:15:17.533Z Checking memmap2 v0.9.10
20932026-03-17T02:15:17.587Z Checking base16ct v0.2.0
20942026-03-17T02:15:17.664Z Checking bit-vec v0.8.0
20952026-03-17T02:15:17.776Z Checking dtrace-parser v0.3.0
20962026-03-17T02:15:17.780Z Checking goblin v0.10.5
20972026-03-17T02:15:17.869Z Checking crossbeam-epoch v0.9.18
20982026-03-17T02:15:17.872Z Checking sec1 v0.7.3
20992026-03-17T02:15:17.961Z Checking bit-set v0.8.0
21002026-03-17T02:15:18.118Z Checking crc32fast v1.5.0
21012026-03-17T02:15:18.190Z Checking ff v0.13.1
21022026-03-17T02:15:18.193Z Checking thread-id v5.1.0
21032026-03-17T02:15:18.285Z Checking wait-timeout v0.2.1
21042026-03-17T02:15:18.333Z Checking num-iter v0.1.45
21052026-03-17T02:15:18.381Z Checking bstr v1.12.1
21062026-03-17T02:15:18.428Z Checking group v0.13.0
21072026-03-17T02:15:18.478Z Checking hkdf v0.12.4
21082026-03-17T02:15:18.527Z Checking ahash v0.8.12
21092026-03-17T02:15:18.657Z Checking crypto-bigint v0.5.5
21102026-03-17T02:15:18.707Z Checking quick-error v1.2.3
21112026-03-17T02:15:18.761Z Checking rand_xorshift v0.4.0
21122026-03-17T02:15:18.818Z Checking scroll v0.12.0
21132026-03-17T02:15:18.870Z Checking rusty-fork v0.3.1
21142026-03-17T02:15:18.918Z Checking tokio-rustls v0.26.4
21152026-03-17T02:15:18.968Z Checking unarray v0.1.4
21162026-03-17T02:15:18.971Z Checking num-bigint-dig v0.8.6
21172026-03-17T02:15:19.117Z Checking pkcs1 v0.7.5
21182026-03-17T02:15:19.164Z Checking proptest v1.10.0
21192026-03-17T02:15:19.167Z Checking goblin v0.8.2
21202026-03-17T02:15:19.256Z Checking hyper-rustls v0.27.7
21212026-03-17T02:15:19.424Z Checking x509-cert v0.2.5
21222026-03-17T02:15:19.555Z Checking zerocopy v0.7.35
21232026-03-17T02:15:19.604Z Checking native-tls v0.2.18
21242026-03-17T02:15:19.871Z Checking tokio-native-tls v0.3.1
21252026-03-17T02:15:20.013Z Checking elliptic-curve v0.13.8
21262026-03-17T02:15:20.101Z Checking hyper-tls v0.6.0
21272026-03-17T02:15:20.193Z Checking psl-types v2.0.11
21282026-03-17T02:15:20.283Z Checking unicode-segmentation v1.12.0
21292026-03-17T02:15:20.345Z Checking zlib-rs v0.6.2
21302026-03-17T02:15:20.348Z Checking reqwest v0.12.28
21312026-03-17T02:15:20.438Z Checking publicsuffix v2.3.0
21322026-03-17T02:15:20.484Z Checking rsa v0.9.10
21332026-03-17T02:15:20.675Z Checking crossbeam-deque v0.8.6
21342026-03-17T02:15:20.738Z Checking dtrace-parser v0.2.0
21352026-03-17T02:15:20.932Z Checking cookie v0.18.1
21362026-03-17T02:15:21.080Z Checking rfc6979 v0.4.0
21372026-03-17T02:15:21.129Z Checking dof v0.4.0
21382026-03-17T02:15:21.132Z Checking thread-id v4.2.2
21392026-03-17T02:15:21.260Z Checking toml_write v0.1.2
21402026-03-17T02:15:21.263Z Checking cookie_store v0.22.1
21412026-03-17T02:15:21.359Z Checking ecdsa v0.16.9
21422026-03-17T02:15:21.525Z Checking toml_edit v0.22.27
21432026-03-17T02:15:21.575Z Checking rustls-platform-verifier v0.6.2
21442026-03-17T02:15:21.621Z Checking flate2 v1.1.9
21452026-03-17T02:15:21.680Z Checking newtype-uuid v1.3.2
21462026-03-17T02:15:21.780Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-17T02:15:21.831Z Checking curve25519-dalek v4.1.3
21482026-03-17T02:15:21.879Z Checking dof v0.3.0
21492026-03-17T02:15:21.882Z Checking memoffset v0.9.1
21502026-03-17T02:15:21.972Z Checking rustix v0.38.44
21512026-03-17T02:15:22.024Z Checking usdt-impl v0.6.0
21522026-03-17T02:15:22.074Z Checking env_filter v1.0.0
21532026-03-17T02:15:22.077Z Checking keccak v0.1.6
21542026-03-17T02:15:22.249Z Checking daft v0.1.5
21552026-03-17T02:15:22.299Z Checking usdt-impl v0.5.0
21562026-03-17T02:15:22.302Z Checking env_logger v0.11.9
21572026-03-17T02:15:22.392Z Checking sha3 v0.10.8
21582026-03-17T02:15:22.439Z Checking usdt v0.6.0
21592026-03-17T02:15:22.597Z Checking reqwest v0.13.2
21602026-03-17T02:15:22.645Z Checking ed25519 v2.2.3
21612026-03-17T02:15:22.694Z Checking itertools v0.13.0
21622026-03-17T02:15:22.697Z Checking serde_with v3.17.0
21632026-03-17T02:15:22.697Z Checking siphasher v1.0.2
21642026-03-17T02:15:22.916Z Checking bitflags v1.3.2
21652026-03-17T02:15:22.965Z Checking ed25519-dalek v2.2.0
21662026-03-17T02:15:23.012Z Checking unicode-normalization v0.1.25
21672026-03-17T02:15:23.061Z Checking signal-hook v0.3.18
21682026-03-17T02:15:23.109Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-17T02:15:23.156Z Checking managed v0.8.0
21702026-03-17T02:15:23.309Z Checking winnow v0.5.40
21712026-03-17T02:15:23.358Z Checking nix v0.31.1
21722026-03-17T02:15:23.420Z Checking rayon-core v1.13.0
21732026-03-17T02:15:23.469Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-17T02:15:23.596Z Checking object v0.37.3
21752026-03-17T02:15:23.643Z Checking foldhash v0.1.5
21762026-03-17T02:15:23.781Z Checking bzip2 v0.4.4
21772026-03-17T02:15:23.848Z Checking hashbrown v0.15.5
21782026-03-17T02:15:23.897Z Checking signal-hook-mio v0.2.5
21792026-03-17T02:15:24.036Z Checking ref-cast v1.0.25
21802026-03-17T02:15:24.084Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-17T02:15:24.161Z Checking zip v0.6.6
21822026-03-17T02:15:24.208Z Checking libbz2-rs-sys v0.2.2
21832026-03-17T02:15:24.260Z Checking zstd-safe v7.2.4
21842026-03-17T02:15:24.510Z Checking bumpalo v3.20.2
21852026-03-17T02:15:24.558Z Checking zstd v0.13.3
21862026-03-17T02:15:24.617Z Checking crossterm v0.28.1
21872026-03-17T02:15:24.759Z Checking bzip2 v0.6.1
21882026-03-17T02:15:24.808Z Checking zopfli v0.8.3
21892026-03-17T02:15:24.811Z Checking rayon v1.11.0
21902026-03-17T02:15:24.903Z Checking similar v2.7.0
21912026-03-17T02:15:24.906Z Checking fs-err v3.3.0
21922026-03-17T02:15:24.996Z Checking toml_edit v0.19.15
21932026-03-17T02:15:25.038Z Checking hash32 v0.2.1
21942026-03-17T02:15:25.271Z Checking serde-big-array v0.5.1
21952026-03-17T02:15:25.318Z Checking unicode-bidi v0.3.18
21962026-03-17T02:15:25.377Z Checking jiff v0.2.21
21972026-03-17T02:15:25.444Z Checking predicates-core v1.0.10
21982026-03-17T02:15:25.491Z Checking unicode-properties v0.1.4
21992026-03-17T02:15:25.622Z Checking heapless v0.7.17
22002026-03-17T02:15:25.670Z Checking hickory-proto v0.25.2
22012026-03-17T02:15:25.743Z Checking tokio-stream v0.1.18
22022026-03-17T02:15:25.790Z Checking stringprep v0.1.5
22032026-03-17T02:15:26.020Z Checking md-5 v0.10.6
22042026-03-17T02:15:26.220Z Checking float-cmp v0.10.0
22052026-03-17T02:15:26.268Z Checking normalize-line-endings v0.3.0
22062026-03-17T02:15:26.315Z Checking difflib v0.4.0
22072026-03-17T02:15:26.415Z Checking fallible-iterator v0.2.0
22082026-03-17T02:15:26.418Z Checking rustc-hash v2.1.1
22092026-03-17T02:15:26.507Z Checking toml v0.7.8
22102026-03-17T02:15:26.581Z Checking predicates v3.1.4
22112026-03-17T02:15:26.637Z Checking iddqd v0.3.17
22122026-03-17T02:15:26.814Z Checking postgres-protocol v0.6.10
22132026-03-17T02:15:26.928Z Checking smoltcp v0.9.1
22142026-03-17T02:15:26.978Z Checking phf_shared v0.13.1
22152026-03-17T02:15:26.981Z Checking phf_shared v0.11.3
22162026-03-17T02:15:27.071Z Checking itertools v0.12.1
22172026-03-17T02:15:27.249Z Checking console v0.16.2
22182026-03-17T02:15:27.297Z Checking buf-list v1.1.2
22192026-03-17T02:15:27.301Z Checking strum v0.27.2
22202026-03-17T02:15:27.513Z Checking precomputed-hash v0.1.1
22212026-03-17T02:15:27.563Z Checking fixedbitset v0.4.2
22222026-03-17T02:15:27.658Z Checking unit-prefix v0.5.2
22232026-03-17T02:15:27.705Z Checking lalrpop-util v0.19.12
22242026-03-17T02:15:27.788Z Checking new_debug_unreachable v1.0.6
22252026-03-17T02:15:27.792Z Checking fixedbitset v0.5.7
22262026-03-17T02:15:27.882Z Checking indicatif v0.18.4
22272026-03-17T02:15:27.885Z Checking petgraph v0.6.5
22282026-03-17T02:15:27.973Z Checking string_cache v0.8.9
22292026-03-17T02:15:27.976Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-17T02:15:28.122Z Checking petgraph v0.8.3
22312026-03-17T02:15:28.225Z Checking postgres-types v0.2.12
22322026-03-17T02:15:28.431Z Checking phf v0.13.1
22332026-03-17T02:15:28.506Z Checking zip v4.6.1
22342026-03-17T02:15:28.509Z Checking zone v0.3.1
22352026-03-17T02:15:28.664Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-17T02:15:28.715Z Checking whoami v2.1.0
22372026-03-17T02:15:29.003Z Checking peg-runtime v0.8.5
22382026-03-17T02:15:29.051Z Checking tokio-postgres v0.7.16
22392026-03-17T02:15:29.222Z Checking futures-executor v0.3.32
22402026-03-17T02:15:29.274Z Checking is-terminal v0.4.17
22412026-03-17T02:15:29.353Z Checking crossbeam-channel v0.5.15
22422026-03-17T02:15:29.424Z Compiling structmeta-derive v0.3.0
22432026-03-17T02:15:29.473Z Checking futures v0.3.32
22442026-03-17T02:15:29.476Z Checking thread_local v1.1.9
22452026-03-17T02:15:29.604Z Checking take_mut v0.2.2
22462026-03-17T02:15:29.742Z Checking term v1.2.1
22472026-03-17T02:15:29.790Z Compiling newtype-uuid-macros v0.1.0
22482026-03-17T02:15:29.793Z Compiling rustls v0.22.4
22492026-03-17T02:15:29.881Z Checking slog-async v2.8.0
22502026-03-17T02:15:30.062Z Checking slog-term v2.9.2
22512026-03-17T02:15:30.156Z Checking regress v0.10.5
22522026-03-17T02:15:30.216Z Compiling multer v3.1.0
22532026-03-17T02:15:30.331Z Compiling async-stream-impl v0.3.6
22542026-03-17T02:15:30.436Z Compiling dropshot v0.16.7
22552026-03-17T02:15:30.581Z Compiling dropshot_endpoint v0.16.7
22562026-03-17T02:15:30.759Z Checking match_cfg v0.1.0
22572026-03-17T02:15:30.821Z Checking slog-json v2.6.1
22582026-03-17T02:15:30.870Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-03-17T02:15:30.918Z Compiling structmeta v0.3.0
22602026-03-17T02:15:30.921Z Checking hostname v0.3.1
22612026-03-17T02:15:31.054Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-17T02:15:31.152Z Checking debug-ignore v1.0.5
22632026-03-17T02:15:31.155Z Checking slog-bunyan v2.5.0
22642026-03-17T02:15:31.247Z Compiling derive-ex v0.1.8
22652026-03-17T02:15:31.308Z Checking serde_spanned v1.0.4
22662026-03-17T02:15:31.311Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-17T02:15:31.405Z Checking rustls-webpki v0.102.8
22682026-03-17T02:15:31.455Z Checking serde_path_to_error v0.1.20
22692026-03-17T02:15:31.514Z Checking progenitor-client v0.13.0
22702026-03-17T02:15:31.592Z Checking async-stream v0.3.6
22712026-03-17T02:15:31.639Z Checking toml v0.9.12+spec-1.1.0
22722026-03-17T02:15:31.846Z Checking waitgroup v0.1.2
22732026-03-17T02:15:31.893Z Checking rustls-pemfile v2.2.0
22742026-03-17T02:15:32.006Z Checking hostname v0.4.2
22752026-03-17T02:15:32.105Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-17T02:15:32.154Z Compiling parse-display-derive v0.10.0
22772026-03-17T02:15:32.157Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-17T02:15:32.245Z Checking itertools v0.14.0
22792026-03-17T02:15:32.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-17T02:15:32.325Z Checking macaddr v1.0.1
22812026-03-17T02:15:32.502Z Checking progenitor-client v0.10.0
22822026-03-17T02:15:32.639Z Checking instant v0.1.13
22832026-03-17T02:15:32.788Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-17T02:15:32.837Z Checking backoff v0.4.0
22852026-03-17T02:15:32.885Z Checking backon v1.6.0
22862026-03-17T02:15:33.000Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-17T02:15:33.146Z Checking progenitor-extras v0.1.1
22882026-03-17T02:15:33.149Z Checking heck v0.5.0
22892026-03-17T02:15:33.416Z Checking camino-tempfile v1.4.1
22902026-03-17T02:15:33.471Z Checking toml v0.8.23
22912026-03-17T02:15:33.656Z Compiling test-strategy v0.4.5
22922026-03-17T02:15:33.705Z Compiling unsafe-libyaml v0.2.11
22932026-03-17T02:15:33.798Z Compiling convert_case v0.4.0
22942026-03-17T02:15:33.967Z Checking secrecy v0.10.3
22952026-03-17T02:15:34.015Z Checking tokio-rustls v0.25.0
22962026-03-17T02:15:34.156Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-17T02:15:34.351Z Compiling derive_more v0.99.20
22982026-03-17T02:15:34.519Z Checking parse-display v0.10.0
22992026-03-17T02:15:34.743Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-17T02:15:34.795Z Compiling crucible-workspace-hack v0.1.0
23012026-03-17T02:15:35.053Z Compiling proc-macro-crate v3.4.0
23022026-03-17T02:15:35.442Z Compiling typify-impl v0.6.1
23032026-03-17T02:15:35.726Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-17T02:15:35.955Z Checking half v2.7.1
23052026-03-17T02:15:36.249Z Checking glob v0.3.3
23062026-03-17T02:15:36.346Z Checking ciborium-io v0.2.2
23072026-03-17T02:15:36.501Z Checking ciborium-ll v0.2.2
23082026-03-17T02:15:36.546Z Compiling heapless v0.8.0
23092026-03-17T02:15:36.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-17T02:15:36.845Z Checking ciborium v0.2.2
23112026-03-17T02:15:36.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-17T02:15:37.130Z Compiling ingot-macros v0.1.1
23132026-03-17T02:15:37.205Z Checking tabwriter v1.4.1
23142026-03-17T02:15:37.375Z Checking hash32 v0.3.1
23152026-03-17T02:15:37.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-17T02:15:37.479Z Compiling smoltcp v0.11.0
23172026-03-17T02:15:37.523Z Compiling num_enum_derive v0.7.5
23182026-03-17T02:15:37.754Z Checking cobs v0.3.0
23192026-03-17T02:15:37.933Z Compiling foreign-types-macros v0.2.3
23202026-03-17T02:15:37.981Z Checking foreign-types-shared v0.3.1
23212026-03-17T02:15:38.091Z Checking cpufeatures v0.3.0
23222026-03-17T02:15:38.140Z Checking postcard v1.1.3
23232026-03-17T02:15:38.290Z Checking chacha20 v0.10.0
23242026-03-17T02:15:38.759Z Checking foreign-types v0.5.0
23252026-03-17T02:15:38.806Z Compiling proc-macro-crate v1.3.1
23262026-03-17T02:15:38.854Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-17T02:15:38.901Z Checking sigpipe v0.1.3
23282026-03-17T02:15:39.005Z Checking num_enum v0.7.5
23292026-03-17T02:15:39.052Z Checking cstr-argument v0.1.2
23302026-03-17T02:15:39.170Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-17T02:15:39.217Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-17T02:15:39.263Z Checking colored v3.1.1
23332026-03-17T02:15:39.396Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-17T02:15:39.564Z Compiling num_enum_derive v0.5.11
23352026-03-17T02:15:39.611Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-17T02:15:39.726Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-17T02:15:39.772Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-17T02:15:39.864Z Checking rand v0.10.0
23392026-03-17T02:15:39.946Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-17T02:15:39.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-17T02:15:39.997Z Checking indent_write v2.2.0
23422026-03-17T02:15:40.197Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-17T02:15:40.387Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-17T02:15:40.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-17T02:15:40.590Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-17T02:15:40.639Z Checking smf v0.2.3
23472026-03-17T02:15:40.868Z Compiling num-derive v0.4.2
23482026-03-17T02:15:40.934Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-17T02:15:40.984Z Checking num_enum v0.5.11
23502026-03-17T02:15:40.987Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-17T02:15:41.076Z Checking ingot-types v0.1.2
23522026-03-17T02:15:41.202Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-17T02:15:41.294Z Checking whoami v1.6.1
23542026-03-17T02:15:41.340Z Checking universal-hash v0.5.1
23552026-03-17T02:15:41.550Z Checking opaque-debug v0.3.1
23562026-03-17T02:15:41.600Z Checking aead v0.5.2
23572026-03-17T02:15:41.645Z Checking ingot v0.1.1
23582026-03-17T02:15:41.694Z Checking swrite v0.1.0
23592026-03-17T02:15:41.697Z Checking poly1305 v0.8.0
23602026-03-17T02:15:41.786Z Checking chacha20 v0.9.1
23612026-03-17T02:15:41.833Z Checking unicode-width v0.1.14
23622026-03-17T02:15:41.880Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-17T02:15:41.928Z Compiling typify-macro v0.6.1
23642026-03-17T02:15:42.068Z Checking password-hash v0.5.0
23652026-03-17T02:15:42.116Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-17T02:15:42.119Z Checking blake2 v0.10.6
23672026-03-17T02:15:42.209Z Checking chacha20poly1305 v0.10.1
23682026-03-17T02:15:42.401Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-17T02:15:42.449Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-17T02:15:42.453Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-17T02:15:42.539Z Checking argon2 v0.5.3
23722026-03-17T02:15:42.808Z Compiling usdt-attr-macro v0.5.0
23732026-03-17T02:15:42.858Z Compiling usdt-macro v0.5.0
23742026-03-17T02:15:42.861Z Checking memmap v0.7.0
23752026-03-17T02:15:43.013Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-17T02:15:43.064Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-17T02:15:43.407Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-17T02:15:43.547Z Checking thiserror-no-std v2.0.2
23792026-03-17T02:15:43.701Z Checking vsss-rs v3.3.4
23802026-03-17T02:15:43.857Z Compiling derive-where v1.6.0
23812026-03-17T02:15:43.922Z Checking atomicwrites v0.4.4
23822026-03-17T02:15:43.925Z Checking usdt v0.5.0
23832026-03-17T02:15:44.018Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-17T02:15:44.131Z Checking console v0.15.11
23852026-03-17T02:15:44.217Z Checking tokio-dtrace v0.1.1
23862026-03-17T02:15:44.324Z Compiling typify v0.6.1
23872026-03-17T02:15:44.486Z Checking oxide-tokio-rt v0.1.3
23882026-03-17T02:15:44.535Z Compiling progenitor-impl v0.13.0
23892026-03-17T02:15:44.539Z Checking newline-converter v0.3.0
23902026-03-17T02:15:44.727Z Checking bytecount v0.6.9
23912026-03-17T02:15:44.775Z Checking expectorate v1.2.0
23922026-03-17T02:15:44.852Z Compiling prettyplease v0.2.37
23932026-03-17T02:15:44.899Z Compiling owo-colors v4.3.0
23942026-03-17T02:15:44.970Z Compiling cancel-safe-futures v0.1.5
23952026-03-17T02:15:45.235Z Checking libsw-core v0.3.2
23962026-03-17T02:15:45.441Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-17T02:15:45.488Z Checking libsw v3.5.0
23982026-03-17T02:15:45.582Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-17T02:15:45.688Z Checking linear-map v1.2.0
24002026-03-17T02:15:45.738Z Checking same-file v1.0.6
24012026-03-17T02:15:45.786Z Checking num-rational v0.4.2
24022026-03-17T02:15:45.846Z Checking num-complex v0.4.6
24032026-03-17T02:15:45.923Z Checking walkdir v2.5.0
24042026-03-17T02:15:45.971Z Checking float-ord v0.3.2
24052026-03-17T02:15:46.137Z Checking gethostname v0.5.0
24062026-03-17T02:15:46.285Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-17T02:15:46.333Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-03-17T02:15:46.382Z Checking num v0.4.3
24092026-03-17T02:15:46.429Z Compiling async-recursion v1.1.1
24102026-03-17T02:15:46.558Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-17T02:15:46.912Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-17T02:15:47.420Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-17T02:15:48.211Z Compiling progenitor-macro v0.13.0
24142026-03-17T02:15:48.804Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-17T02:15:50.197Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-17T02:15:50.328Z Checking unicode-linebreak v0.1.5
24172026-03-17T02:15:50.388Z Checking smawk v0.3.2
24182026-03-17T02:15:50.616Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-17T02:15:50.663Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-17T02:15:50.788Z Checking globset v0.4.18
24212026-03-17T02:15:51.287Z Compiling convert_case v0.10.0
24222026-03-17T02:15:52.027Z Compiling slog-dtrace v0.3.0
24232026-03-17T02:15:52.301Z Checking resolv-conf v0.7.6
24242026-03-17T02:15:52.464Z Compiling derive_more-impl v2.1.1
24252026-03-17T02:15:52.773Z Compiling pin-project-internal v1.1.11
24262026-03-17T02:15:52.821Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-17T02:15:52.903Z Checking pem v3.0.6
24282026-03-17T02:15:53.116Z Checking fd-lock v4.0.4
24292026-03-17T02:15:53.163Z Checking vte v0.14.1
24302026-03-17T02:15:53.330Z Checking display-error-chain v0.2.2
24312026-03-17T02:15:53.407Z Checking strip-ansi-escapes v0.2.1
24322026-03-17T02:15:53.522Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-17T02:15:53.573Z Checking derive_more v2.1.1
24342026-03-17T02:15:53.619Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-17T02:15:53.666Z Compiling snafu-derive v0.8.9
24362026-03-17T02:15:53.715Z Checking crossterm v0.29.0
24372026-03-17T02:15:53.763Z Checking termtree v0.5.1
24382026-03-17T02:15:53.977Z Checking linked-hash-map v0.5.6
24392026-03-17T02:15:54.237Z Checking nu-ansi-term v0.50.3
24402026-03-17T02:15:54.365Z Checking pin-project v1.1.11
24412026-03-17T02:15:54.437Z Checking lru-cache v0.1.2
24422026-03-17T02:15:54.514Z Checking textwrap v0.16.2
24432026-03-17T02:15:54.564Z Checking reedline v0.40.0
24442026-03-17T02:15:54.654Z Checking olpc-cjson v0.1.4
24452026-03-17T02:15:54.838Z Checking hickory-proto v0.24.4
24462026-03-17T02:15:54.886Z Checking serde_plain v1.0.2
24472026-03-17T02:15:55.125Z Checking typed-path v0.9.3
24482026-03-17T02:15:55.372Z Checking progenitor v0.13.0
24492026-03-17T02:15:55.582Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-17T02:15:56.197Z Compiling minimal-lexical v0.2.1
24512026-03-17T02:15:56.252Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-17T02:15:56.368Z Checking snafu v0.8.9
24532026-03-17T02:15:56.568Z Compiling nom v7.1.3
24542026-03-17T02:15:56.729Z Checking tough v0.20.0
24552026-03-17T02:15:56.993Z Checking nibble_vec v0.1.0
24562026-03-17T02:15:57.195Z Checking endian-type v0.1.2
24572026-03-17T02:15:57.321Z Checking hickory-resolver v0.24.4
24582026-03-17T02:15:57.399Z Checking radix_trie v0.2.1
24592026-03-17T02:15:57.712Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-17T02:15:58.332Z Compiling ar_archive_writer v0.5.1
24612026-03-17T02:15:58.378Z Checking humantime v2.3.0
24622026-03-17T02:15:58.481Z Checking qorb v0.4.1
24632026-03-17T02:15:58.542Z Checking csv-core v0.1.13
24642026-03-17T02:15:58.651Z Checking base64 v0.21.7
24652026-03-17T02:15:58.813Z Checking csv v1.4.0
24662026-03-17T02:15:59.006Z Compiling stacker v0.1.23
24672026-03-17T02:15:59.231Z Checking highway v1.3.0
24682026-03-17T02:15:59.367Z Compiling cfg_aliases v0.1.1
24692026-03-17T02:15:59.482Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24702026-03-17T02:15:59.531Z Compiling nix v0.28.0
24712026-03-17T02:15:59.534Z Checking papergrid v0.11.0
24722026-03-17T02:15:59.626Z Compiling psm v0.1.30
24732026-03-17T02:15:59.629Z Compiling tabled_derive v0.7.0
24742026-03-17T02:15:59.669Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-03-17T02:16:00.060Z Checking home v0.5.12
24762026-03-17T02:16:00.110Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-17T02:16:00.264Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-17T02:16:00.267Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-17T02:16:00.420Z Checking phf_shared v0.12.1
24802026-03-17T02:16:00.680Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-17T02:16:00.827Z Compiling semver v0.1.20
24822026-03-17T02:16:00.884Z Compiling chrono-tz v0.10.4
24832026-03-17T02:16:00.951Z Checking tabled v0.15.0
24842026-03-17T02:16:00.999Z Checking phf v0.12.1
24852026-03-17T02:16:01.206Z Compiling rustc_version v0.1.7
24862026-03-17T02:16:01.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-17T02:16:01.256Z Checking recursive v0.1.1
24882026-03-17T02:16:01.256Z Compiling const_format_proc_macros v0.2.34
24892026-03-17T02:16:01.392Z Compiling peg-macros v0.8.5
24902026-03-17T02:16:01.454Z Checking winnow v0.6.26
24912026-03-17T02:16:01.525Z Compiling sqlparser_derive v0.5.0
24922026-03-17T02:16:01.934Z Checking unicode_categories v0.1.1
24932026-03-17T02:16:02.469Z Checking const_format v0.2.35
24942026-03-17T02:16:02.561Z Checking sqlparser v0.61.0
24952026-03-17T02:16:02.609Z Checking rustyline v14.0.0
24962026-03-17T02:16:03.055Z Compiling newtype_derive v0.1.6
24972026-03-17T02:16:03.102Z Checking sqlformat v0.3.5
24982026-03-17T02:16:03.282Z Checking peg v0.8.5
24992026-03-17T02:16:03.419Z Checking bcs v0.1.6
25002026-03-17T02:16:03.774Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-17T02:16:03.777Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-17T02:16:03.866Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-17T02:16:04.053Z Checking steno v0.4.1
25042026-03-17T02:16:04.236Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-17T02:16:04.343Z Compiling typify-impl v0.4.3
25062026-03-17T02:16:05.257Z Checking utf-8 v0.7.6
25072026-03-17T02:16:05.495Z Checking filetime v0.2.27
25082026-03-17T02:16:05.707Z Checking arc-swap v1.8.2
25092026-03-17T02:16:06.041Z Checking xattr v1.6.1
25102026-03-17T02:16:06.250Z Checking tar v0.4.44
25112026-03-17T02:16:06.761Z Checking slog-scope v4.4.1
25122026-03-17T02:16:06.811Z Checking tungstenite v0.21.0
25132026-03-17T02:16:06.856Z Checking typeid v1.0.3
25142026-03-17T02:16:06.974Z Checking slog-stdlog v4.1.1
25152026-03-17T02:16:07.020Z Checking subprocess v0.2.15
25162026-03-17T02:16:07.162Z Checking slog-envlogger v2.2.0
25172026-03-17T02:16:07.388Z Checking headers-core v0.3.0
25182026-03-17T02:16:07.436Z Compiling lzma-sys v0.1.20
25192026-03-17T02:16:07.439Z Checking tokio-tungstenite v0.21.0
25202026-03-17T02:16:07.558Z Checking headers v0.4.1
25212026-03-17T02:16:07.626Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-17T02:16:07.817Z Compiling cargo_toml v0.22.3
25232026-03-17T02:16:08.244Z Checking yasna v0.5.2
25242026-03-17T02:16:08.291Z Checking xz2 v0.1.7
25252026-03-17T02:16:08.551Z Checking ron v0.12.0
25262026-03-17T02:16:08.806Z Checking rcgen v0.12.1
25272026-03-17T02:16:09.174Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-17T02:16:09.259Z Checking base16ct v1.0.0
25292026-03-17T02:16:09.463Z Checking dropshot-api-manager-types v0.6.0
25302026-03-17T02:16:09.466Z Checking tagptr v0.2.0
25312026-03-17T02:16:09.633Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-17T02:16:09.715Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-17T02:16:09.760Z Checking moka v0.12.13
25342026-03-17T02:16:09.887Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-17T02:16:09.937Z Compiling libefi-sys v0.1.0
25362026-03-17T02:16:10.207Z Compiling radium v0.7.0
25372026-03-17T02:16:10.650Z Compiling bitfield-struct v0.6.2
25382026-03-17T02:16:10.696Z Checking tap v1.0.1
25392026-03-17T02:16:10.699Z Checking hickory-resolver v0.25.2
25402026-03-17T02:16:10.796Z Compiling typify-macro v0.4.3
25412026-03-17T02:16:10.869Z Compiling maybe-uninit v2.0.0
25422026-03-17T02:16:11.370Z Checking wyz v0.5.1
25432026-03-17T02:16:11.525Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-17T02:16:11.573Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-03-17T02:16:11.728Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-17T02:16:11.817Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-17T02:16:11.939Z Compiling zerocopy-derive v0.6.6
25482026-03-17T02:16:11.983Z Checking crc-catalog v2.4.0
25492026-03-17T02:16:12.150Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-17T02:16:12.196Z Checking funty v2.0.0
25512026-03-17T02:16:12.286Z Compiling packed_struct v0.10.1
25522026-03-17T02:16:12.340Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-17T02:16:12.691Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-03-17T02:16:12.694Z Checking bitvec v1.0.1
25552026-03-17T02:16:12.781Z Checking crc v3.4.0
25562026-03-17T02:16:13.049Z Compiling packed_struct_codegen v0.10.1
25572026-03-17T02:16:13.095Z Compiling bitfield-macros v0.19.4
25582026-03-17T02:16:13.142Z Checking zerocopy v0.6.6
25592026-03-17T02:16:13.145Z Compiling indexmap v1.9.3
25602026-03-17T02:16:13.243Z Compiling typify v0.4.3
25612026-03-17T02:16:13.559Z Compiling progenitor-impl v0.10.0
25622026-03-17T02:16:13.609Z Checking nodrop v0.1.14
25632026-03-17T02:16:13.761Z Checking array-init v0.0.4
25642026-03-17T02:16:14.175Z Checking bitfield v0.19.4
25652026-03-17T02:16:14.342Z Checking smallvec v0.6.14
25662026-03-17T02:16:14.593Z Checking hashbrown v0.12.3
25672026-03-17T02:16:14.639Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-17T02:16:14.687Z Checking serde-hex v0.1.0
25692026-03-17T02:16:14.882Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702026-03-17T02:16:14.929Z Checking ron v0.8.1
25712026-03-17T02:16:15.692Z Checking hashbrown v0.13.2
25722026-03-17T02:16:15.724Z Checking crc-any v2.5.0
25732026-03-17T02:16:16.001Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-17T02:16:16.107Z Checking path-slash v0.1.5
25752026-03-17T02:16:16.246Z Compiling xshell-macros v0.2.7
25762026-03-17T02:16:16.294Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-17T02:16:16.297Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-17T02:16:16.297Z Checking object v0.30.4
25792026-03-17T02:16:16.772Z Checking xshell v0.2.7
25802026-03-17T02:16:16.820Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-17T02:16:16.823Z Checking half v1.8.3
25822026-03-17T02:16:17.056Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-17T02:16:17.181Z Checking serde_cbor v0.11.2
25842026-03-17T02:16:17.255Z Compiling progenitor-macro v0.10.0
25852026-03-17T02:16:17.704Z Compiling num-derive v0.3.3
25862026-03-17T02:16:17.752Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-17T02:16:18.017Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-17T02:16:18.297Z Compiling proc-macro-error2 v2.0.1
25892026-03-17T02:16:18.363Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25902026-03-17T02:16:18.751Z Compiling tabled_derive v0.11.0
25912026-03-17T02:16:18.857Z Checking papergrid v0.17.0
25922026-03-17T02:16:18.907Z Checking libscf-sys v1.1.0
25932026-03-17T02:16:19.109Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-17T02:16:19.406Z Checking testing_table v0.3.0
25952026-03-17T02:16:19.450Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-17T02:16:19.559Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-17T02:16:19.845Z Checking maplit v1.0.2
25982026-03-17T02:16:19.990Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-17T02:16:20.099Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-17T02:16:20.364Z Checking tabled v0.20.0
26012026-03-17T02:16:20.566Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-17T02:16:20.613Z Checking crc8 v0.1.1
26032026-03-17T02:16:20.699Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-17T02:16:20.743Z Checking fxhash v0.2.1
26052026-03-17T02:16:20.788Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-17T02:16:20.931Z Checking unicase v2.9.0
26072026-03-17T02:16:21.183Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-17T02:16:21.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-17T02:16:21.708Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-17T02:16:21.753Z Checking kstat-rs v0.2.4
26112026-03-17T02:16:21.987Z Compiling diesel_derives v2.3.7
26122026-03-17T02:16:22.038Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-17T02:16:22.082Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-17T02:16:22.249Z Compiling parking_lot_core v0.8.6
26152026-03-17T02:16:22.346Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26162026-03-17T02:16:22.563Z Compiling git-stub v1.0.0
26172026-03-17T02:16:22.673Z Checking scheduled-thread-pool v0.2.7
26182026-03-17T02:16:22.742Z Compiling dsl_auto_type v0.2.0
26192026-03-17T02:16:22.898Z Compiling vergen-gitcl v1.0.8
26202026-03-17T02:16:22.944Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-17T02:16:23.236Z Checking r2d2 v0.8.10
26222026-03-17T02:16:23.236Z Compiling git-stub-vcs v0.1.0
26232026-03-17T02:16:23.328Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-17T02:16:23.422Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-17T02:16:23.474Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-17T02:16:23.519Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-17T02:16:23.623Z Checking downcast-rs v2.0.2
26282026-03-17T02:16:23.765Z Checking parking_lot v0.11.2
26292026-03-17T02:16:23.813Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-17T02:16:23.946Z Checking prefix-trie v0.7.0
26312026-03-17T02:16:24.052Z Checking nanorand v0.7.0
26322026-03-17T02:16:24.322Z Checking progenitor v0.10.0
26332026-03-17T02:16:24.368Z Compiling dirs-sys-next v0.1.2
26342026-03-17T02:16:24.417Z Compiling crunchy v0.2.4
26352026-03-17T02:16:24.464Z Checking hickory-server v0.25.2
26362026-03-17T02:16:24.557Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-17T02:16:24.602Z Compiling dirs-next v2.0.0
26382026-03-17T02:16:24.649Z Checking flume v0.11.1
26392026-03-17T02:16:24.770Z Checking sled v0.34.7
26402026-03-17T02:16:24.860Z Compiling clang-sys v1.8.1
26412026-03-17T02:16:24.905Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-17T02:16:25.002Z Checking hickory-client v0.25.2
26432026-03-17T02:16:25.177Z Compiling tiny-keccak v2.0.2
26442026-03-17T02:16:25.531Z Compiling term v0.7.0
26452026-03-17T02:16:25.575Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-17T02:16:25.623Z Compiling salty v0.3.0
26472026-03-17T02:16:25.811Z Compiling bit-vec v0.6.3
26482026-03-17T02:16:26.025Z Compiling ascii-canvas v3.0.0
26492026-03-17T02:16:26.140Z Compiling bit-set v0.5.3
26502026-03-17T02:16:26.315Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-17T02:16:26.379Z Checking primeorder v0.13.6
26522026-03-17T02:16:26.382Z Compiling itertools v0.10.5
26532026-03-17T02:16:26.734Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542026-03-17T02:16:26.781Z Compiling ena v0.14.4
26552026-03-17T02:16:27.007Z Compiling libloading v0.8.9
26562026-03-17T02:16:27.096Z Compiling regex-syntax v0.6.29
26572026-03-17T02:16:27.319Z Compiling diff v0.1.13
26582026-03-17T02:16:27.562Z Compiling bindgen v0.71.1
26592026-03-17T02:16:28.235Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-17T02:16:28.297Z Compiling cexpr v0.6.0
26612026-03-17T02:16:28.569Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-17T02:16:29.274Z Compiling lalrpop v0.19.12
26632026-03-17T02:16:29.463Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-17T02:16:29.929Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-17T02:16:30.099Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-17T02:16:30.308Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-17T02:16:30.587Z Compiling libxml v0.3.3
26682026-03-17T02:16:30.908Z Compiling fs-err v2.11.0
26692026-03-17T02:16:31.118Z Checking diesel v2.3.7
26702026-03-17T02:16:31.181Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26712026-03-17T02:16:31.394Z Checking p384 v0.13.1
26722026-03-17T02:16:31.595Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-17T02:16:31.991Z Compiling strum_macros v0.24.3
26742026-03-17T02:16:33.305Z Compiling indoc v1.0.9
26752026-03-17T02:16:34.121Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-17T02:16:34.602Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
26772026-03-17T02:16:34.756Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-17T02:16:34.885Z Checking quick-xml v0.37.5
26792026-03-17T02:16:35.033Z Checking derive_builder v0.20.2
26802026-03-17T02:16:35.086Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-17T02:16:35.218Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-17T02:16:35.887Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-17T02:16:36.148Z Compiling oso-derive v0.27.3
26842026-03-17T02:16:36.194Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-17T02:16:36.830Z Compiling trait-variant v0.1.2
26862026-03-17T02:16:37.561Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26872026-03-17T02:16:37.608Z Checking openssl-probe v0.1.6
26882026-03-17T02:16:37.656Z Checking parse-size v1.1.0
26892026-03-17T02:16:37.787Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-17T02:16:37.849Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26912026-03-17T02:16:38.415Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
26922026-03-17T02:16:38.564Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-17T02:16:38.943Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-17T02:16:39.045Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-17T02:16:39.202Z Compiling progenitor-impl v0.11.2
26962026-03-17T02:16:39.728Z Checking assert_matches v1.5.0
26972026-03-17T02:16:39.910Z Compiling mime_guess v2.0.5
26982026-03-17T02:16:40.097Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-17T02:16:40.509Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-17T02:16:40.656Z Checking predicates-tree v1.0.13
27012026-03-17T02:16:40.845Z Checking progenitor-client v0.11.2
27022026-03-17T02:16:41.116Z Checking http-range v0.1.5
27032026-03-17T02:16:41.196Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27042026-03-17T02:16:41.263Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-17T02:16:41.385Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-17T02:16:42.108Z Checking atty v0.2.14
27072026-03-17T02:16:42.971Z Compiling progenitor-macro v0.11.2
27082026-03-17T02:16:43.015Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-17T02:16:43.590Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-17T02:16:44.116Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-17T02:16:44.853Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-17T02:16:44.909Z Checking bb8 v0.8.6
27132026-03-17T02:16:45.136Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-17T02:16:45.307Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-17T02:16:45.432Z Checking corncobs v0.1.4
27162026-03-17T02:16:45.655Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-17T02:16:45.658Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-17T02:16:46.025Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-17T02:16:46.511Z Checking hyper-staticfile v0.10.1
27202026-03-17T02:16:46.558Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-17T02:16:46.936Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-17T02:16:46.983Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-17T02:16:47.252Z Checking ignore v0.4.25
27242026-03-17T02:16:47.297Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-17T02:16:47.839Z Checking signal-hook-tokio v0.3.1
27262026-03-17T02:16:48.024Z Checking secrecy v0.8.0
27272026-03-17T02:16:48.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-17T02:16:48.446Z Checking globwalk v0.9.1
27292026-03-17T02:16:48.799Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-17T02:16:49.046Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-17T02:16:49.459Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-17T02:16:49.637Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-17T02:16:49.686Z Checking nonempty v0.12.0
27342026-03-17T02:16:49.903Z Checking camino-tempfile-ext v0.3.3
27352026-03-17T02:16:50.001Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-17T02:16:50.048Z Checking progenitor v0.11.2
27372026-03-17T02:16:50.160Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-03-17T02:16:50.208Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-17T02:16:50.265Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-17T02:16:50.711Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-17T02:16:51.195Z Checking diesel-dtrace v0.5.0
27422026-03-17T02:16:51.243Z Checking async-bb8-diesel v0.2.1
27432026-03-17T02:16:51.548Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-03-17T02:16:51.628Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-17T02:16:51.748Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27462026-03-17T02:16:51.856Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-17T02:16:52.383Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-17T02:16:52.755Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-17T02:16:52.802Z Checking tungstenite v0.23.0
27502026-03-17T02:16:53.394Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-17T02:16:53.463Z Checking tokio-tungstenite v0.23.1
27522026-03-17T02:16:53.846Z Checking void v1.0.2
27532026-03-17T02:16:53.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-17T02:16:54.027Z Checking lzss v0.8.2
27552026-03-17T02:16:54.146Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-17T02:16:54.321Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-17T02:16:54.397Z Checking nix v0.27.1
27582026-03-17T02:16:54.814Z Checking serde_bytes v0.11.19
27592026-03-17T02:16:55.091Z Checking rand_seeder v0.4.0
27602026-03-17T02:16:55.162Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-17T02:16:55.327Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-17T02:16:55.844Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-17T02:16:55.932Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-17T02:16:56.106Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-17T02:16:56.477Z Checking is_ci v1.2.0
27662026-03-17T02:16:56.649Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-17T02:16:56.935Z Checking yansi v1.0.1
27682026-03-17T02:16:57.017Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-03-17T02:16:57.280Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27702026-03-17T02:16:57.327Z Checking pretty_assertions v1.4.1
27712026-03-17T02:16:57.330Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27722026-03-17T02:16:57.533Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-03-17T02:16:57.649Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-17T02:16:57.856Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-17T02:16:58.187Z Compiling darling_core v0.23.0
27762026-03-17T02:16:59.660Z Compiling indoc v2.0.7
27772026-03-17T02:16:59.938Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-17T02:16:59.988Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-03-17T02:16:59.991Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-17T02:17:00.220Z Compiling instability v0.3.11
27812026-03-17T02:17:00.356Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-17T02:17:00.560Z Compiling libz-sys v1.1.24
27832026-03-17T02:17:00.886Z Checking castaway v0.2.4
27842026-03-17T02:17:01.079Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-17T02:17:01.252Z Checking compact_str v0.8.1
27862026-03-17T02:17:01.451Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-17T02:17:01.806Z Checking supports-color v3.0.2
27882026-03-17T02:17:01.898Z Compiling darling_macro v0.23.0
27892026-03-17T02:17:02.014Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-17T02:17:02.297Z Checking unicode-truncate v1.1.0
27912026-03-17T02:17:02.404Z Checking lru v0.12.5
27922026-03-17T02:17:02.525Z Checking cassowary v0.3.0
27932026-03-17T02:17:02.586Z Compiling darling v0.23.0
27942026-03-17T02:17:02.764Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-17T02:17:03.040Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-17T02:17:03.751Z Checking ratatui v0.29.0
27972026-03-17T02:17:03.832Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27982026-03-17T02:17:04.115Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-17T02:17:04.529Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-03-17T02:17:04.689Z Compiling vergen-git2 v1.0.7
28012026-03-17T02:17:05.032Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-17T02:17:05.310Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-17T02:17:05.592Z Compiling rustls v0.21.12
28042026-03-17T02:17:05.767Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-03-17T02:17:05.924Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-03-17T02:17:06.208Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-03-17T02:17:06.490Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28082026-03-17T02:17:06.536Z Checking colored v2.2.0
28092026-03-17T02:17:06.848Z Checking sct v0.7.1
28102026-03-17T02:17:07.054Z Checking rustls-webpki v0.101.7
28112026-03-17T02:17:07.097Z Compiling nix v0.29.0
28122026-03-17T02:17:07.143Z Checking shell-words v1.1.1
28132026-03-17T02:17:07.335Z Checking plotters-backend v0.3.7
28142026-03-17T02:17:07.634Z Checking plotters-svg v0.3.7
28152026-03-17T02:17:07.743Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-17T02:17:07.977Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28172026-03-17T02:17:09.366Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28182026-03-17T02:17:10.416Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28192026-03-17T02:17:11.413Z Checking cast v0.3.0
28202026-03-17T02:17:11.666Z Checking hex-literal v0.4.1
28212026-03-17T02:17:11.747Z Checking criterion-plot v0.6.0
28222026-03-17T02:17:11.828Z Checking tokio-rustls v0.24.1
28232026-03-17T02:17:12.110Z Checking plotters v0.3.7
28242026-03-17T02:17:12.153Z Checking erased-serde v0.4.9
28252026-03-17T02:17:13.059Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28262026-03-17T02:17:13.152Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-03-17T02:17:13.445Z Checking rustls-pemfile v1.0.4
28282026-03-17T02:17:13.666Z Checking twox-hash v2.1.2
28292026-03-17T02:17:14.111Z Checking tinytemplate v1.2.1
28302026-03-17T02:17:14.155Z Checking ordered-float v2.10.1
28312026-03-17T02:17:14.425Z Checking oorandom v11.1.5
28322026-03-17T02:17:14.525Z Checking anes v0.1.6
28332026-03-17T02:17:14.608Z Checking serde-value v0.7.0
28342026-03-17T02:17:14.804Z Checking criterion v0.7.0
28352026-03-17T02:17:14.995Z Checking serde-untagged v0.1.9
28362026-03-17T02:17:15.292Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28372026-03-17T02:17:15.526Z Checking fatfs v0.3.6
28382026-03-17T02:17:16.180Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28392026-03-17T02:17:16.311Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-17T02:17:16.454Z Checking unicode-xid v0.2.6
28412026-03-17T02:17:16.534Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-17T02:17:16.633Z Compiling seq-macro v0.3.6
28432026-03-17T02:17:17.334Z Checking cargo-util-schemas v0.8.2
28442026-03-17T02:17:18.172Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-17T02:17:18.307Z Checking cargo-platform v0.2.0
28462026-03-17T02:17:18.588Z Compiling petname v2.0.2
28472026-03-17T02:17:18.630Z Checking cargo_metadata v0.21.0
28482026-03-17T02:17:19.498Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-17T02:17:19.713Z Checking concurrent-queue v2.5.0
28502026-03-17T02:17:19.988Z Checking rtoolbox v0.0.3
28512026-03-17T02:17:20.207Z Checking futures-timer v3.0.3
28522026-03-17T02:17:20.485Z Checking parking v2.2.1
28532026-03-17T02:17:20.681Z Checking event-listener v5.4.1
28542026-03-17T02:17:21.019Z Checking rpassword v7.4.0
28552026-03-17T02:17:21.457Z Checking tui-tree-widget v0.23.1
28562026-03-17T02:17:21.743Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-17T02:17:21.787Z Checking polyval v0.6.2
28582026-03-17T02:17:21.984Z Checking sapling-renderdag v0.1.0
28592026-03-17T02:17:22.046Z Checking sync-ptr v0.1.4
28602026-03-17T02:17:22.245Z Checking ghash v0.5.1
28612026-03-17T02:17:22.350Z Checking event-listener-strategy v0.5.4
28622026-03-17T02:17:22.436Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-17T02:17:22.565Z Checking ctr v0.9.2
28642026-03-17T02:17:22.722Z Checking constant_time_eq v0.4.2
28652026-03-17T02:17:22.822Z Checking arrayvec v0.7.6
28662026-03-17T02:17:22.936Z Checking arrayref v0.3.9
28672026-03-17T02:17:23.071Z Checking aes-gcm v0.10.3
28682026-03-17T02:17:23.198Z Checking async-lock v3.4.2
28692026-03-17T02:17:23.331Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-17T02:17:23.802Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28712026-03-17T02:17:24.157Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-03-17T02:17:24.625Z Compiling samael v0.0.19
28732026-03-17T02:17:24.672Z Checking ssh-encoding v0.2.0
28742026-03-17T02:17:24.717Z Checking blowfish v0.9.1
28752026-03-17T02:17:24.952Z Checking bcrypt-pbkdf v0.10.0
28762026-03-17T02:17:24.955Z Checking ssh-cipher v0.2.0
28772026-03-17T02:17:25.195Z Checking async-object-pool v0.2.0
28782026-03-17T02:17:25.256Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-17T02:17:25.374Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-17T02:17:25.789Z Checking serde_regex v1.1.0
28812026-03-17T02:17:26.036Z Checking password-hash v0.4.2
28822026-03-17T02:17:26.097Z Checking assert-json-diff v2.0.2
28832026-03-17T02:17:26.353Z Checking path-tree v0.8.3
28842026-03-17T02:17:26.398Z Checking stringmetrics v2.2.2
28852026-03-17T02:17:26.630Z Checking gimli v0.32.3
28862026-03-17T02:17:26.633Z Compiling target-lexicon v0.13.3
28872026-03-17T02:17:27.440Z Checking httpmock v0.8.3
28882026-03-17T02:17:27.815Z Checking pbkdf2 v0.11.0
28892026-03-17T02:17:28.076Z Checking ssh-key v0.6.7
28902026-03-17T02:17:28.924Z Checking addr2line v0.25.1
28912026-03-17T02:17:29.310Z Checking p256 v0.13.2
28922026-03-17T02:17:29.679Z Checking p521 v0.13.3
28932026-03-17T02:17:30.467Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-17T02:17:30.533Z Checking russh-cryptovec v0.7.3
28952026-03-17T02:17:30.745Z Compiling guppy-workspace-hack v0.1.0
28962026-03-17T02:17:30.792Z Checking rustc-demangle v0.1.27
28972026-03-17T02:17:30.839Z Checking md5 v0.7.0
28982026-03-17T02:17:31.126Z Checking russh-keys v0.45.0
28992026-03-17T02:17:31.171Z Checking backtrace v0.3.76
29002026-03-17T02:17:31.433Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-17T02:17:31.615Z Checking num-bigint v0.4.6
29022026-03-17T02:17:31.684Z Checking des v0.8.1
29032026-03-17T02:17:32.020Z Compiling blake3 v1.8.3
29042026-03-17T02:17:32.133Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-17T02:17:32.517Z Compiling target-spec v3.5.7
29062026-03-17T02:17:32.704Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-17T02:17:33.026Z Checking russh v0.45.0
29082026-03-17T02:17:33.535Z Checking backtrace-ext v0.2.1
29092026-03-17T02:17:33.594Z Checking cfg-expr v0.20.6
29102026-03-17T02:17:33.716Z Checking supports-color v2.1.0
29112026-03-17T02:17:33.773Z Checking textwrap v0.15.2
29122026-03-17T02:17:33.930Z Checking supports-unicode v2.1.0
29132026-03-17T02:17:34.087Z Checking supports-hyperlinks v2.1.0
29142026-03-17T02:17:34.133Z Checking hashbrown v0.14.5
29152026-03-17T02:17:34.183Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-17T02:17:34.270Z Checking cargo-platform v0.3.2
29172026-03-17T02:17:34.486Z Checking terminal_size v0.1.17
29182026-03-17T02:17:34.545Z Checking socket2 v0.5.10
29192026-03-17T02:17:34.657Z Compiling miette-derive v5.10.0
29202026-03-17T02:17:34.827Z Checking internet-checksum v0.2.1
29212026-03-17T02:17:34.919Z Checking owo-colors v3.5.0
29222026-03-17T02:17:35.021Z Checking chumsky v0.9.3
29232026-03-17T02:17:35.594Z Checking cargo_metadata v0.23.1
29242026-03-17T02:17:36.210Z Checking miette v5.10.0
29252026-03-17T02:17:36.546Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-17T02:17:36.656Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-17T02:17:36.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-17T02:17:36.890Z Compiling git2 v0.20.4
29292026-03-17T02:17:36.893Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-03-17T02:17:37.212Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-17T02:17:37.277Z Checking httptest v0.16.4
29322026-03-17T02:17:37.633Z Checking pathdiff v0.2.3
29332026-03-17T02:17:37.772Z Compiling knuffel-derive v3.2.0
29342026-03-17T02:17:37.819Z Checking topological-sort v0.2.2
29352026-03-17T02:17:37.822Z Checking nested v0.1.1
29362026-03-17T02:17:38.032Z Checking omicron-zone-package v0.12.2
29372026-03-17T02:17:38.087Z Checking guppy v0.17.25
29382026-03-17T02:17:38.427Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-17T02:17:38.746Z Checking similar-asserts v1.7.0
29402026-03-17T02:17:38.978Z Compiling rstest_macros v0.25.0
29412026-03-17T02:17:40.321Z Compiling target-triple v1.0.0
29422026-03-17T02:17:40.323Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-17T02:17:40.323Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-17T02:17:40.323Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-17T02:17:40.323Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29462026-03-17T02:17:40.323Z Checking knuffel v3.2.0
29472026-03-17T02:17:40.487Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-17T02:17:40.781Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-17T02:17:41.232Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-17T02:17:41.555Z Checking escape8259 v0.5.3
29512026-03-17T02:17:41.631Z Compiling relative-path v1.9.3
29522026-03-17T02:17:41.764Z Compiling assert_cmd v2.1.2
29532026-03-17T02:17:41.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29542026-03-17T02:17:41.944Z Checking libtest-mimic v0.8.1
29552026-03-17T02:17:42.206Z Checking toml v1.0.3+spec-1.1.0
29562026-03-17T02:17:42.706Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-17T02:17:42.880Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-17T02:17:43.081Z Checking blake2b_simd v1.0.4
29592026-03-17T02:17:43.693Z Checking support-bundle-viewer v0.1.2
29602026-03-17T02:17:43.845Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-17T02:17:44.047Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-17T02:17:44.207Z Compiling polar-core v0.27.3
29632026-03-17T02:17:44.361Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-03-17T02:17:44.572Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-17T02:17:44.652Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29662026-03-17T02:17:44.943Z Checking fancy-regex v0.14.0
29672026-03-17T02:17:45.399Z Checking serde_tokenstream v0.2.3
29682026-03-17T02:17:45.485Z Checking multimap v0.10.1
29692026-03-17T02:17:45.727Z Checking uzers v0.12.2
29702026-03-17T02:17:45.772Z Compiling linkme-impl v0.3.35
29712026-03-17T02:17:46.050Z Checking termcolor v1.4.1
29722026-03-17T02:17:46.176Z Checking constant_time_eq v0.3.1
29732026-03-17T02:17:46.352Z Checking rust-argon2 v2.1.0
29742026-03-17T02:17:46.396Z Checking trybuild v1.0.116
29752026-03-17T02:17:46.797Z Checking datatest-stable v0.3.3
29762026-03-17T02:17:47.344Z Checking rstest v0.25.0
29772026-03-17T02:17:47.440Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-03-17T02:17:47.572Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-03-17T02:17:47.953Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-03-17T02:17:48.037Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-17T02:17:48.332Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-17T02:17:48.623Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-03-17T02:17:48.889Z Checking drift v0.1.3
29842026-03-17T02:17:48.936Z Checking rand_distr v0.5.1
29852026-03-17T02:17:49.333Z Checking approx v0.5.1
29862026-03-17T02:17:49.562Z Compiling linkme v0.3.35
29872026-03-17T02:17:49.607Z Checking dropshot-api-manager v0.6.0
29882026-03-17T02:17:51.048Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-17T02:17:51.094Z Checking oso v0.27.3
29902026-03-17T02:17:51.519Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-17T02:17:52.041Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-17T02:17:52.091Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-17T02:17:52.398Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-17T02:17:52.446Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-17T02:17:52.510Z Checking partial-io v0.5.4
29962026-03-17T02:17:52.613Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-03-17T02:17:52.670Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-17T02:17:52.817Z Checking cargo_toml v0.21.0
29992026-03-17T02:17:52.864Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-17T02:17:53.082Z Checking termios v0.3.3
30012026-03-17T02:17:53.292Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-17T02:17:53.645Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-03-17T02:17:54.041Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-17T02:17:55.483Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-17T02:17:58.087Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-17T02:18:03.523Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-17T02:18:06.194Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-17T02:18:11.476Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-17T02:18:12.212Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-17T02:18:19.565Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-17T02:18:24.429Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-17T02:18:27.114Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30132026-03-17T02:18:28.693Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-17T02:18:38.841Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-17T02:20:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s
30162026-03-17T02:20:37.934Z
30172026-03-17T02:20:37.934Zreal 5:42.454842840
30182026-03-17T02:20:37.937Zuser 28:31.271700699
30192026-03-17T02:20:37.937Zsys 6:00.533824153
30202026-03-17T02:20:37.937Ztrap 0.704686164
30212026-03-17T02:20:37.937Ztflt 0.119906421
30222026-03-17T02:20:37.937Zdflt 0.212434302
30232026-03-17T02:20:37.937Zkflt 0.000892994
30242026-03-17T02:20:37.937Zlock 1:20:34.132592957
30252026-03-17T02:20:37.938Zslp 1:17:23.567789203
30262026-03-17T02:20:37.938Zlat 1:55.252920220
30272026-03-17T02:20:37.938Zstop 14:11.759117191
30282026-03-17T02:20:37.938Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-17T02:20:37.938Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-17T02:20:39.129Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-17T02:20:39.129Z |
30322026-03-17T02:20:39.129Z = 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)`
30332026-03-17T02:20:39.129Z = 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>
30342026-03-17T02:20:40.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-17T02:20:40.712Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-17T02:20:40.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-17T02:20:40.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-17T02:20:41.028Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-17T02:20:41.058Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-03-17T02:20:41.088Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30412026-03-17T02:20:41.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-17T02:20:41.194Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-03-17T02:20:41.305Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-03-17T02:20:41.349Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-03-17T02:20:41.394Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-03-17T02:20:41.452Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-03-17T02:20:41.481Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-03-17T02:20:41.529Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30492026-03-17T02:20:41.587Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30502026-03-17T02:20:41.622Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-03-17T02:20:41.653Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-17T02:20:41.740Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-03-17T02:20:41.808Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-03-17T02:20:42.081Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30552026-03-17T02:20:42.391Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30562026-03-17T02:20:42.574Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-17T02:20:42.666Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30582026-03-17T02:20:42.696Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-17T02:20:42.878Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-17T02:20:42.911Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30612026-03-17T02:20:43.124Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622026-03-17T02:20:43.197Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-03-17T02:20:43.292Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30642026-03-17T02:20:43.355Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30652026-03-17T02:20:43.429Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-03-17T02:20:43.632Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30672026-03-17T02:20:43.869Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-17T02:20:43.899Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-17T02:20:43.943Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-17T02:20:44.066Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30712026-03-17T02:20:44.187Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30722026-03-17T02:20:44.261Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732026-03-17T02:20:44.482Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30742026-03-17T02:20:44.613Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-17T02:20:44.893Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30762026-03-17T02:20:44.954Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-17T02:20:45.054Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30782026-03-17T02:20:45.087Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-17T02:20:45.170Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-17T02:20:45.387Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-17T02:20:45.420Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-17T02:20:45.490Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30832026-03-17T02:20:45.583Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-03-17T02:20:45.685Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30852026-03-17T02:20:45.715Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-03-17T02:20:45.744Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-03-17T02:20:45.921Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882026-03-17T02:20:46.040Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30892026-03-17T02:20:46.069Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-17T02:20:46.097Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-17T02:20:46.220Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-17T02:20:46.323Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30932026-03-17T02:20:46.363Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-17T02:20:46.511Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-17T02:20:46.560Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30962026-03-17T02:20:46.672Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-03-17T02:20:46.717Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30982026-03-17T02:20:46.854Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30992026-03-17T02:20:46.936Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31002026-03-17T02:20:47.104Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-17T02:20:47.281Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-17T02:20:47.284Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-17T02:20:47.339Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-17T02:20:47.369Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-17T02:20:47.590Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-17T02:20:48.069Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-17T02:20:48.152Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-17T02:20:49.083Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-17T02:20:49.573Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-17T02:20:49.833Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-17T02:20:49.865Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-17T02:20:50.048Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-03-17T02:20:50.051Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-17T02:20:50.324Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-17T02:20:50.386Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-17T02:20:50.775Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-17T02:20:50.976Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-17T02:20:51.321Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-17T02:20:51.357Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-17T02:20:51.391Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-17T02:20:51.676Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-17T02:20:51.947Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-17T02:20:52.229Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-17T02:20:52.837Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-17T02:20:52.922Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-17T02:20:52.963Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-17T02:20:53.423Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-17T02:20:53.459Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-17T02:20:54.052Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-17T02:20:54.314Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-17T02:20:55.219Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-17T02:20:55.309Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-17T02:20:55.691Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-17T02:20:56.418Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-17T02:20:56.524Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-17T02:20:56.980Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-17T02:20:56.983Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-17T02:20:57.239Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-17T02:20:57.321Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-17T02:20:57.351Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-17T02:20:57.382Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-17T02:20:57.760Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-17T02:20:57.840Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-17T02:20:57.998Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-17T02:20:58.029Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-17T02:20:58.059Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-17T02:20:58.421Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-17T02:20:58.452Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-17T02:20:59.126Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-17T02:20:59.487Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-17T02:21:00.282Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-17T02:21:00.926Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-17T02:21:01.194Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-17T02:21:01.329Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-17T02:21:01.541Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-03-17T02:21:01.948Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-17T02:21:01.980Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-03-17T02:21:02.387Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-17T02:21:02.811Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-17T02:21:02.894Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-17T02:21:02.960Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31622026-03-17T02:21:03.309Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-17T02:21:04.683Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-17T02:21:04.848Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-17T02:21:05.050Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-17T02:21:05.550Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-17T02:21:06.184Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-03-17T02:21:07.684Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-17T02:21:08.278Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-17T02:21:08.772Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-17T02:21:09.359Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-17T02:21:09.551Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-17T02:21:09.815Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-17T02:21:09.846Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-17T02:21:09.906Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-17T02:21:10.841Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-17T02:21:10.873Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31782026-03-17T02:21:11.613Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-03-17T02:21:12.751Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-17T02:21:13.014Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-17T02:21:13.879Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-17T02:21:16.381Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-17T02:21:17.996Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-17T02:21:19.288Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-17T02:21:19.417Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-17T02:21:19.686Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-17T02:21:20.754Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-03-17T02:21:21.268Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-17T02:21:21.878Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-17T02:21:22.445Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-17T02:21:23.497Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31922026-03-17T02:21:24.323Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-17T02:21:24.356Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31942026-03-17T02:21:24.488Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-17T02:21:24.566Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-03-17T02:21:24.804Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-03-17T02:21:25.018Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-03-17T02:21:25.337Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-17T02:21:25.370Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32002026-03-17T02:21:25.574Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-03-17T02:21:26.298Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-17T02:21:26.336Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-17T02:21:26.470Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-17T02:21:26.873Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-17T02:21:27.252Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-17T02:21:27.891Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-17T02:21:28.112Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-17T02:21:28.144Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-17T02:21:28.974Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-17T02:21:29.666Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-17T02:21:31.153Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-17T02:21:32.322Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-17T02:21:32.481Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-17T02:21:37.046Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-17T02:21:37.795Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-17T02:21:38.282Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-17T02:21:39.118Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-17T02:21:41.143Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-17T02:21:43.430Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-03-17T02:21:44.920Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-03-17T02:21:45.413Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-03-17T02:21:46.192Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-03-17T02:21:46.936Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-03-17T02:21:50.976Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-03-17T02:21:51.381Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-03-17T02:21:51.980Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32272026-03-17T02:21:52.372Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-17T02:21:52.640Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-17T02:21:53.697Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-17T02:21:56.539Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32312026-03-17T02:21:57.414Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322026-03-17T02:21:58.355Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32332026-03-17T02:22:02.527Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32342026-03-17T02:22:04.204Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32352026-03-17T02:22:05.065Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32362026-03-17T02:22:06.010Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-03-17T02:22:06.985Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32382026-03-17T02:22:07.964Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392026-03-17T02:22:08.883Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-03-17T02:22:10.612Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-03-17T02:22:10.999Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-17T02:22:11.978Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32432026-03-17T02:22:12.999Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-03-17T02:22:14.493Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32452026-03-17T02:22:17.160Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-17T02:22:18.730Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-03-17T02:22:21.913Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32482026-03-17T02:22:23.425Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32492026-03-17T02:22:24.036Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32502026-03-17T02:22:25.837Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32512026-03-17T02:22:26.850Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32522026-03-17T02:22:28.080Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32532026-03-17T02:22:31.727Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32542026-03-17T02:22:32.462Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-17T02:22:33.542Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-17T02:22:35.217Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32572026-03-17T02:22:38.352Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32582026-03-17T02:22:39.248Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-17T02:22:41.069Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-03-17T02:22:43.276Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32612026-03-17T02:22:46.006Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32622026-03-17T02:22:47.522Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-17T02:22:50.062Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32642026-03-17T02:22:51.945Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-17T02:22:54.580Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32662026-03-17T02:22:59.926Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-03-17T02:23:01.663Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-03-17T02:23:01.848Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-03-17T02:23:04.021Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-17T02:23:06.534Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32712026-03-17T02:23:08.916Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-03-17T02:23:11.376Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32732026-03-17T02:23:14.306Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-17T02:23:16.658Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-17T02:23:19.074Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32762026-03-17T02:23:21.973Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-03-17T02:23:24.067Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-03-17T02:23:26.507Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-03-17T02:23:29.002Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32802026-03-17T02:23:31.391Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-17T02:23:33.594Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-03-17T02:23:35.959Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-17T02:23:38.865Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-17T02:23:41.088Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-17T02:23:43.613Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-17T02:23:46.081Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-17T02:23:48.659Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-17T02:23:51.214Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32892026-03-17T02:23:53.813Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-17T02:23:56.803Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-17T02:23:59.048Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32922026-03-17T02:24:01.667Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-03-17T02:24:04.342Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32942026-03-17T02:24:06.835Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-17T02:24:09.627Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-17T02:24:15.324Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-03-17T02:24:17.458Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32982026-03-17T02:24:21.067Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-17T02:24:23.922Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-03-17T02:24:26.699Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33012026-03-17T02:24:29.535Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33022026-03-17T02:24:32.216Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33032026-03-17T02:24:35.159Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33042026-03-17T02:24:38.130Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33052026-03-17T02:24:41.176Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33062026-03-17T02:24:43.562Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33072026-03-17T02:24:47.109Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33082026-03-17T02:24:49.381Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-03-17T02:24:52.254Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33102026-03-17T02:24:55.303Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33112026-03-17T02:24:57.994Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-03-17T02:25:00.971Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33132026-03-17T02:25:04.131Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-03-17T02:25:06.802Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33152026-03-17T02:25:09.768Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33162026-03-17T02:25:12.725Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-03-17T02:25:15.755Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-17T02:25:18.692Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-17T02:25:21.596Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-17T02:25:24.537Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-03-17T02:25:27.423Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33222026-03-17T02:25:30.500Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-17T02:25:33.509Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-17T02:25:36.647Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-17T02:25:39.489Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-17T02:25:42.594Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-17T02:25:45.709Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-17T02:25:48.871Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-17T02:25:51.977Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-17T02:25:55.296Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-17T02:25:58.441Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322026-03-17T02:26:01.567Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33332026-03-17T02:26:04.780Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-17T02:26:08.957Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-03-17T02:26:11.177Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-17T02:26:14.368Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33372026-03-17T02:26:18.019Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33382026-03-17T02:26:20.975Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33392026-03-17T02:26:30.200Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33402026-03-17T02:26:30.253Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33412026-03-17T02:26:34.281Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33422026-03-17T02:26:40.358Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33432026-03-17T02:26:43.952Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33442026-03-17T02:26:48.495Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33452026-03-17T02:26:53.225Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-03-17T02:26:57.726Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-17T02:27:02.371Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-17T02:27:06.977Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33492026-03-17T02:27:11.703Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-17T02:27:16.213Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33512026-03-17T02:27:20.815Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33522026-03-17T02:27:25.482Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33532026-03-17T02:27:30.018Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33542026-03-17T02:27:34.754Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-03-17T02:27:39.282Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33562026-03-17T02:27:43.930Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33572026-03-17T02:27:48.520Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-03-17T02:27:53.112Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33592026-03-17T02:27:57.769Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33602026-03-17T02:28:02.357Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-17T02:28:07.104Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-17T02:28:11.644Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-17T02:28:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s
33642026-03-17T02:28:49.070Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-17T02:28:49.186Z
33662026-03-17T02:28:49.190Zreal 8:11.268071424
33672026-03-17T02:28:49.190Zuser 23:39.378094764
33682026-03-17T02:28:49.190Zsys 4:30.927603590
33692026-03-17T02:28:49.190Ztrap 0.408727032
33702026-03-17T02:28:49.190Ztflt 0.025865604
33712026-03-17T02:28:49.190Zdflt 0.034731342
33722026-03-17T02:28:49.190Zkflt 0.000029425
33732026-03-17T02:28:49.190Zlock 7:25:57.040092079
33742026-03-17T02:28:49.190Zslp 2:43:34.203701176
33752026-03-17T02:28:49.190Zlat 36.659453109
33762026-03-17T02:28:49.190Zstop 1:56.854501274
33772026-03-17T02:28:49.190Zprocess exited: duration 1077391 ms, exit code 0
 
33782026-03-17T02:28:49.197Zfound 0 output files