01KSQ9SDBJQAC3YB6AHM9C17YN: clippy (helios)

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

Buildomat Job: 01KSQ9SZ9DAXHXDH4GW8G0V620

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T12:44:53.257Zjob assigned to worker 01KSQ9T7V0PT1SRN0EQWB09HXY [factory aws, i-0e3fa33b2e1423e5c] (queued for 50 s)
 
22026-05-28T12:45:00.071Zstarting task 0: "setup"
32026-05-28T12:45:00.075Z++ uname -s
42026-05-28T12:45:00.078Z+ kern=SunOS
52026-05-28T12:45:00.078Z+ build_user=build
62026-05-28T12:45:00.078Z+ build_uid=12345
72026-05-28T12:45:00.078Z+ work_dir=/work
82026-05-28T12:45:00.078Z+ input_dir=/input
92026-05-28T12:45:00.078Z+ [[ 0 == 12345 ]]
102026-05-28T12:45:00.078Z+ case "$kern" in
112026-05-28T12:45:00.078Z+ groupadd -g 12345 build
122026-05-28T12:45:00.081Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T12:45:02.084Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T12:45:02.181Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T12:45:02.184Z+ home_fs=zfs
162026-05-28T12:45:02.184Z+ [[ zfs == autofs ]]
172026-05-28T12:45:02.184Z+ mkdir -p /home/build
182026-05-28T12:45:02.184Z+ chown build:build /home/build /work
192026-05-28T12:45:04.185Z+ chmod 0700 /home/build /work
202026-05-28T12:45:04.188Zprocess exited: duration 4116 ms, exit code 0
 
212026-05-28T12:45:04.194Zstarting task 1: "rust-toolchain"
222026-05-28T12:45:04.197Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T12:45:04.197Z * rust toolchain channel = "1.94.0"
242026-05-28T12:45:04.197Z * rust toolchain profile = "default"
252026-05-28T12:45:04.197Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T12:45:04.197Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T12:45:04.197Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T12:45:04.201Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T12:45:04.201Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T12:45:04.304Zinfo: downloading installer
312026-05-28T12:45:05.647Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T12:45:05.647Zwarn: /home/build/.rustup/settings.toml
332026-05-28T12:45:05.647Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T12:45:05.648Zwarn: instead of the one inferred from the default host triple.
352026-05-28T12:45:05.660Zinfo: profile set to default
362026-05-28T12:45:05.660Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T12:45:05.663Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T12:45:05.799Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T12:45:05.802Zinfo: downloading 6 components
402026-05-28T12:45:19.936Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T12:45:19.936Z
422026-05-28T12:45:19.963Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T12:45:19.963Z
442026-05-28T12:45:19.963Z
452026-05-28T12:45:19.963ZRust is installed now. Great!
462026-05-28T12:45:19.963Z
472026-05-28T12:45:19.963ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T12:45:19.963Zenvironment variable. This has not been done automatically.
492026-05-28T12:45:19.963Z
502026-05-28T12:45:19.963ZTo configure your current shell, you need to source
512026-05-28T12:45:19.963Zthe corresponding env file under $HOME/.cargo.
522026-05-28T12:45:19.963Z
532026-05-28T12:45:19.963ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T12:45:19.967Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T12:45:19.967Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T12:45:19.967Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T12:45:19.967Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T12:45:19.967Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T12:45:19.967Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T12:45:19.967Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T12:45:19.967Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T12:45:20.058Z+ rustup --version
632026-05-28T12:45:20.067Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T12:45:20.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T12:45:20.089Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T12:45:20.092Z+ cargo --version
672026-05-28T12:45:20.105Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T12:45:20.108Z+ rustc --version
692026-05-28T12:45:20.127Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T12:45:20.130Zprocess exited: duration 15935 ms, exit code 0
 
712026-05-28T12:45:20.136Zstarting task 2: "authentication"
722026-05-28T12:45:20.153Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T12:45:20.159Zstarting task 3: "clone repository"
742026-05-28T12:45:20.162Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T12:45:20.166Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T12:45:20.204ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T12:45:30.477Z+ cd /work/oxidecomputer/omicron
782026-05-28T12:45:30.477Z+ git fetch origin 08d7141aa983083c7528aa81a9480f186f7d568b
792026-05-28T12:45:30.777ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T12:45:30.777Z * branch 08d7141aa983083c7528aa81a9480f186f7d568b -> FETCH_HEAD
812026-05-28T12:45:30.787Z+ [[ -n multicast-e2e ]]
822026-05-28T12:45:30.790Z++ git branch --show-current
832026-05-28T12:45:30.790Z+ current=main
842026-05-28T12:45:30.790Z+ [[ main != multicast-e2e ]]
852026-05-28T12:45:30.790Z+ git branch -f multicast-e2e 08d7141aa983083c7528aa81a9480f186f7d568b
862026-05-28T12:45:30.793Z+ git checkout -f multicast-e2e
872026-05-28T12:45:31.028ZSwitched to branch 'multicast-e2e'
882026-05-28T12:45:31.032Z+ git reset --hard 08d7141aa983083c7528aa81a9480f186f7d568b
892026-05-28T12:45:31.054ZHEAD is now at 08d7141aa [merge+match] merge main + mag update
902026-05-28T12:45:31.057Zprocess exited: duration 10896 ms, exit code 0
 
912026-05-28T12:45:31.063Zstarting task 4: "build"
922026-05-28T12:45:31.067Z+ source ./env.sh
932026-05-28T12:45:31.070Z++ OLD_SHELL_OPTS=ehxB
942026-05-28T12:45:31.070Z++ set -o xtrace
952026-05-28T12:45:31.070Z++++ dirname ./env.sh
962026-05-28T12:45:31.073Z+++ readlink -f .
972026-05-28T12:45:31.076Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-28T12:45:31.076Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-28T12:45:31.076Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-28T12:45:31.076Z++ 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
1012026-05-28T12:45:31.076Z++ 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
1022026-05-28T12:45:31.076Z++ 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
1032026-05-28T12:45:31.076Z++ 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
1042026-05-28T12:45:31.076Z++ 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
1052026-05-28T12:45:31.076Z++ 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
1062026-05-28T12:45:31.076Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1072026-05-28T12:45:31.076Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-05-28T12:45:31.076Z++ case $OLD_SHELL_OPTS in
1092026-05-28T12:45:31.076Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-28T12:45:31.076Z+ source .github/buildomat/ci-env.sh
1112026-05-28T12:45:31.076Z++ export CARGO_TERM_COLOR=always
1122026-05-28T12:45:31.076Z++ CARGO_TERM_COLOR=always
1132026-05-28T12:45:31.076Z+ cargo --version
1142026-05-28T12:45:31.083Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-28T12:45:31.086Z+ rustc --version
1162026-05-28T12:45:31.106Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-28T12:45:31.109Z+ banner prerequisites
1182026-05-28T12:45:31.112Z
1192026-05-28T12:45:31.112Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T12:45:31.112Z # # # # # # # # # # # # # # #
1212026-05-28T12:45:31.112Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T12:45:31.112Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T12:45:31.112Z # # # # # # # # # # # # # # #
1242026-05-28T12:45:31.112Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T12:45:31.112Z
1262026-05-28T12:45:31.112Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T12:45:32.606Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T12:45:32.677Z Startup: Caching catalogs ... Done
1292026-05-28T12:45:32.944ZPlanning: Solver setup ... Done (0.233s)
1302026-05-28T12:45:32.963ZPlanning: Running solver ... Done (0.019s)
1312026-05-28T12:45:32.969ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-28T12:45:32.980ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T12:45:33.000ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T12:45:33.014ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T12:45:33.017ZPlanning: Merging actions ... Done (0.002s)
1362026-05-28T12:45:33.213ZPlanning: Checking for conflicting actions ... Done (0.197s)
1372026-05-28T12:45:33.216ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T12:45:34.014ZPlanning: Evaluating mediators ... Done (0.801s)
1392026-05-28T12:45:34.018ZPlanning: Planning completed in 1.32 seconds
1402026-05-28T12:45:34.024Z Packages to install: 2
1412026-05-28T12:45:34.024Z Estimated space available: 156.07 GB
1422026-05-28T12:45:34.027ZEstimated space to be consumed: 22.53 MB
1432026-05-28T12:45:34.027Z Create boot environment: No
1442026-05-28T12:45:34.027ZCreate backup boot environment: No
1452026-05-28T12:45:34.027Z Rebuild boot archive: No
1462026-05-28T12:45:34.027Z
1472026-05-28T12:45:34.027ZChanged packages:
1482026-05-28T12:45:34.027Zhelios
1492026-05-28T12:45:34.027Z developer/build-essential
1502026-05-28T12:45:34.027Z None -> 11-3.0
1512026-05-28T12:45:34.027Z library/libxmlsec1
1522026-05-28T12:45:34.027Z None -> 1.2.35-3.0
1532026-05-28T12:45:34.049Z
1542026-05-28T12:45:34.050ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T12:45:35.229ZDownload: Completed 1.28 MB in 1.18 seconds (1.1M/s)
1562026-05-28T12:45:35.291Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T12:45:35.329Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T12:45:35.364ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-28T12:45:35.367ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T12:45:35.382ZFinalize: Updating image state ... Done (0.018s)
1612026-05-28T12:45:37.789ZFinalize: Creating fast lookup database ... Done (2.383s)
1622026-05-28T12:45:37.854ZFinalize: Reading search index ... Done (0.012s)
1632026-05-28T12:45:37.857ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T12:45:37.936ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T12:45:38.235ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T12:45:38.340ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T12:45:38.343ZPlanning: Consolidating action changes ... Done
1682026-05-28T12:45:38.500ZPlanning: Evaluating mediators ... Done
1692026-05-28T12:45:38.504ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T12:45:38.524Z Mediators to change: 2
1712026-05-28T12:45:38.527Z Create boot environment: No
1722026-05-28T12:45:38.527ZCreate backup boot environment: No
1732026-05-28T12:45:38.595ZFinalize: Updating package state database ... Done
1742026-05-28T12:45:38.595ZFinalize: Updating package cache ... Done
1752026-05-28T12:45:38.607ZFinalize: Updating image state ... Done
1762026-05-28T12:45:40.618ZFinalize: Creating fast lookup database ... Done
1772026-05-28T12:45:40.686ZFinalize: Reading search index ... Done
1782026-05-28T12:45:40.689ZFinalize: Updating search index ... Done
1792026-05-28T12:45:40.759ZFinalize: Updating package cache ... Done
1802026-05-28T12:45:41.046ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T12:45:41.151ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T12:45:41.154ZPlanning: Consolidating action changes ... Done
1832026-05-28T12:45:41.311ZPlanning: Evaluating mediators ... Done
1842026-05-28T12:45:41.314ZPlanning: Planning completed in 0.27 seconds
1852026-05-28T12:45:41.335Z Mediators to change: 1
1862026-05-28T12:45:41.335Z Create boot environment: No
1872026-05-28T12:45:41.338ZCreate backup boot environment: No
1882026-05-28T12:45:41.387ZFinalize: Updating package state database ... Done
1892026-05-28T12:45:41.391ZFinalize: Updating package cache ... Done
1902026-05-28T12:45:41.398ZFinalize: Updating image state ... Done
1912026-05-28T12:45:43.399ZFinalize: Creating fast lookup database ... Done
1922026-05-28T12:45:43.466ZFinalize: Reading search index ... Done
1932026-05-28T12:45:43.470ZFinalize: Updating search index ... Done
1942026-05-28T12:45:43.557ZFinalize: Updating package cache ... Done
1952026-05-28T12:45:43.868ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T12:45:43.868Zapache system 2.4 system
1972026-05-28T12:45:43.868Zclang system 15 system
1982026-05-28T12:45:43.868Zcsh system system illumos
1992026-05-28T12:45:43.868Zctags system system illumos
2002026-05-28T12:45:43.868Zfile vendor vendor darwinsys
2012026-05-28T12:45:43.868Zfile system system illumos
2022026-05-28T12:45:43.868Zgcc vendor 14 vendor
2032026-05-28T12:45:43.868Zgcc system 13 system
2042026-05-28T12:45:43.868Zgcc system 10 system
2052026-05-28T12:45:43.868Zgo system 1.25 system
2062026-05-28T12:45:43.868Zllvm system 15 system
2072026-05-28T12:45:43.868Zmariadb system 11.4 system
2082026-05-28T12:45:43.868Zmta vendor vendor dma
2092026-05-28T12:45:43.868Zopenjdk system 17 system
2102026-05-28T12:45:43.868Zopenjdk system 11 system
2112026-05-28T12:45:43.868Zopenssl vendor 3 vendor
2122026-05-28T12:45:43.868Zperl system 5.40 system
2132026-05-28T12:45:43.869Zpostgresql system 18 system
2142026-05-28T12:45:43.869Zpostgresql system 17 system
2152026-05-28T12:45:43.869Zpython vendor 3 vendor
2162026-05-28T12:45:43.869Zpython system 2 system
2172026-05-28T12:45:43.869Zpython3 vendor 3.13 vendor
2182026-05-28T12:45:43.869Zruby system 3.4 system
2192026-05-28T12:45:43.869Zruby system 3.0 system
2202026-05-28T12:45:43.869Zwords vendor vendor american-english
2212026-05-28T12:45:43.869Zwords system system australian-english
2222026-05-28T12:45:43.869Zwords system system british-english
2232026-05-28T12:45:43.869Zwords system system canadian-english
2242026-05-28T12:45:43.869Zwords system system french
2252026-05-28T12:45:43.869Zwords system system italian
2262026-05-28T12:45:43.869Zwords system system ngerman
2272026-05-28T12:45:43.869Zwords system system ogerman
2282026-05-28T12:45:43.869Zwords system system spanish
2292026-05-28T12:45:44.122ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T12:45:44.122Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T12:45:44.399ZFMRI IFO
2322026-05-28T12:45:44.399Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T12:45:44.399Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T12:45:44.399Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T12:45:44.399Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T12:45:44.400Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T12:45:44.400Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T12:45:44.400Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T12:45:44.400Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T12:45:44.400Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T12:45:44.651Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T12:45:44.904Z Updating crates.io index
2432026-05-28T12:45:44.908Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T12:45:45.172Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T12:45:45.997Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T12:45:46.428Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T12:45:47.628Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T12:45:48.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T12:45:49.694Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T12:45:50.411Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T12:45:50.896Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T12:45:52.022Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T12:45:52.422Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T12:45:52.837Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T12:45:53.199Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T12:45:54.251Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T12:45:54.734Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T12:45:54.950Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T12:45:55.303Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T12:45:55.717Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T12:45:56.169Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T12:45:56.518Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T12:45:56.735Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T12:45:56.980Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T12:45:57.392Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T12:45:57.776Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T12:45:58.197Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T12:45:58.771Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T12:45:59.100Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T12:45:59.450Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T12:46:00.698Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T12:46:00.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T12:46:01.702Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-28T12:46:02.231Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-28T12:46:02.478Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-28T12:46:02.851Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-28T12:46:03.231Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-28T12:46:03.636Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-05-28T12:46:04.161Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-05-28T12:46:04.723Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-05-28T12:46:05.051Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-05-28T12:46:05.276Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T12:46:17.916Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-05-28T12:46:19.955Z Downloading crates ...
2852026-05-28T12:46:20.013Z Downloaded cargo-platform v0.2.0
2862026-05-28T12:46:20.016Z Downloaded autocfg v1.5.0
2872026-05-28T12:46:20.019Z Downloaded anstyle v1.0.14
2882026-05-28T12:46:20.019Z Downloaded anstream v1.0.0
2892026-05-28T12:46:20.019Z Downloaded terminal_size v0.4.3
2902026-05-28T12:46:20.023Z Downloaded camino v1.2.2
2912026-05-28T12:46:20.023Z Downloaded dtrace-parser v0.2.0
2922026-05-28T12:46:20.026Z Downloaded semver v1.0.28
2932026-05-28T12:46:20.029Z Downloaded num-traits v0.2.19
2942026-05-28T12:46:20.036Z Downloaded typenum v1.19.0
2952026-05-28T12:46:20.039Z Downloaded zerofrom-derive v0.1.6
2962026-05-28T12:46:20.040Z Downloaded typeid v1.0.3
2972026-05-28T12:46:20.043Z Downloaded thread-id v4.2.2
2982026-05-28T12:46:20.043Z Downloaded once_cell v1.21.3
2992026-05-28T12:46:20.043Z Downloaded unicode-linebreak v0.1.5
3002026-05-28T12:46:20.043Z Downloaded form_urlencoded v1.2.2
3012026-05-28T12:46:20.046Z Downloaded usdt-macro v0.5.0
3022026-05-28T12:46:20.046Z Downloaded toml_write v0.1.2
3032026-05-28T12:46:20.046Z Downloaded yoke-derive v0.8.1
3042026-05-28T12:46:20.049Z Downloaded usdt v0.5.0
3052026-05-28T12:46:20.052Z Downloaded toml_datetime v0.6.11
3062026-05-28T12:46:20.056Z Downloaded unicode-xid v0.2.6
3072026-05-28T12:46:20.056Z Downloaded fnv v1.0.7
3082026-05-28T12:46:20.056Z Downloaded proc-macro-error v1.0.4
3092026-05-28T12:46:20.059Z Downloaded unicode-ident v1.0.24
3102026-05-28T12:46:20.062Z Downloaded zmij v1.0.21
3112026-05-28T12:46:20.062Z Downloaded memmap v0.7.0
3122026-05-28T12:46:20.062Z Downloaded utf8parse v0.2.2
3132026-05-28T12:46:20.066Z Downloaded thiserror v1.0.69
3142026-05-28T12:46:20.069Z Downloaded zerofrom v0.1.6
3152026-05-28T12:46:20.069Z Downloaded usdt-attr-macro v0.5.0
3162026-05-28T12:46:20.069Z Downloaded byteorder v1.5.0
3172026-05-28T12:46:20.069Z Downloaded tinystr v0.8.2
3182026-05-28T12:46:20.074Z Downloaded writeable v0.6.2
3192026-05-28T12:46:20.074Z Downloaded thiserror v2.0.18
3202026-05-28T12:46:20.077Z Downloaded swrite v0.1.0
3212026-05-28T12:46:20.077Z Downloaded thiserror-impl v1.0.69
3222026-05-28T12:46:20.077Z Downloaded strsim v0.11.1
3232026-05-28T12:46:20.077Z Downloaded macaddr v1.0.1
3242026-05-28T12:46:20.077Z Downloaded heck v0.5.0
3252026-05-28T12:46:20.077Z Downloaded cpufeatures v0.2.17
3262026-05-28T12:46:20.080Z Downloaded clap_lex v1.0.0
3272026-05-28T12:46:20.080Z Downloaded zerovec-derive v0.11.2
3282026-05-28T12:46:20.080Z Downloaded version_check v0.9.5
3292026-05-28T12:46:20.080Z Downloaded plain v0.2.3
3302026-05-28T12:46:20.084Z Downloaded usdt-impl v0.5.0
3312026-05-28T12:46:20.084Z Downloaded proc-macro-error-attr v1.0.4
3322026-05-28T12:46:20.084Z Downloaded percent-encoding v2.3.2
3332026-05-28T12:46:20.084Z Downloaded thiserror-impl v2.0.18
3342026-05-28T12:46:20.084Z Downloaded potential_utf v0.1.4
3352026-05-28T12:46:20.087Z Downloaded dof v0.3.0
3362026-05-28T12:46:20.087Z Downloaded block-buffer v0.10.4
3372026-05-28T12:46:20.087Z Downloaded scroll_derive v0.12.1
3382026-05-28T12:46:20.087Z Downloaded utf8_iter v1.0.4
3392026-05-28T12:46:20.087Z Downloaded idna_adapter v1.2.1
3402026-05-28T12:46:20.091Z Downloaded zerocopy-derive v0.7.35
3412026-05-28T12:46:20.091Z Downloaded heck v0.4.1
3422026-05-28T12:46:20.094Z Downloaded stable_deref_trait v1.2.1
3432026-05-28T12:46:20.094Z Downloaded toml v0.8.23
3442026-05-28T12:46:20.097Z Downloaded zerovec v0.11.5
3452026-05-28T12:46:20.097Z Downloaded icu_normalizer_data v2.1.1
3462026-05-28T12:46:20.100Z Downloaded textwrap v0.16.2
3472026-05-28T12:46:20.101Z Downloaded itoa v1.0.17
3482026-05-28T12:46:20.104Z Downloaded toml_edit v0.22.27
3492026-05-28T12:46:20.107Z Downloaded equivalent v1.0.2
3502026-05-28T12:46:20.107Z Downloaded crypto-common v0.1.7
3512026-05-28T12:46:20.111Z Downloaded url v2.5.8
3522026-05-28T12:46:20.111Z Downloaded cfg-if v1.0.4
3532026-05-28T12:46:20.111Z Downloaded yoke v0.8.1
3542026-05-28T12:46:20.114Z Downloaded zerotrie v0.2.3
3552026-05-28T12:46:20.114Z Downloaded ucd-trie v0.1.7
3562026-05-28T12:46:20.117Z Downloaded generic-array v0.14.7
3572026-05-28T12:46:20.117Z Downloaded colorchoice v1.0.4
3582026-05-28T12:46:20.117Z Downloaded errno v0.3.14
3592026-05-28T12:46:20.121Z Downloaded serde-value v0.7.0
3602026-05-28T12:46:20.134Z Downloaded cargo_toml v0.21.0
3612026-05-28T12:46:20.137Z Downloaded synstructure v0.13.2
3622026-05-28T12:46:20.137Z Downloaded icu_normalizer v2.1.1
3632026-05-28T12:46:20.141Z Downloaded tabled_derive v0.7.0
3642026-05-28T12:46:20.141Z Downloaded winnow v0.7.14
3652026-05-28T12:46:20.158Z Downloaded zerocopy v0.7.35
3662026-05-28T12:46:20.158Z Downloaded smawk v0.3.2
3672026-05-28T12:46:20.158Z Downloaded fs-err v3.3.0
3682026-05-28T12:46:20.158Z Downloaded unicode-width v0.2.0
3692026-05-28T12:46:20.158Z Downloaded unicode-width v0.1.14
3702026-05-28T12:46:20.163Z Downloaded erased-serde v0.4.9
3712026-05-28T12:46:20.163Z Downloaded serde-untagged v0.1.9
3722026-05-28T12:46:20.163Z Downloaded displaydoc v0.2.5
3732026-05-28T12:46:20.166Z Downloaded serde_spanned v0.6.9
3742026-05-28T12:46:20.166Z Downloaded ordered-float v2.10.1
3752026-05-28T12:46:20.166Z Downloaded is_terminal_polyfill v1.70.2
3762026-05-28T12:46:20.170Z Downloaded quote v1.0.45
3772026-05-28T12:46:20.170Z Downloaded pest_meta v2.8.6
3782026-05-28T12:46:20.170Z Downloaded fastrand v2.3.0
3792026-05-28T12:46:20.173Z Downloaded cargo_metadata v0.21.0
3802026-05-28T12:46:20.173Z Downloaded scroll v0.12.0
3812026-05-28T12:46:20.173Z Downloaded digest v0.10.7
3822026-05-28T12:46:20.173Z Downloaded pretty-hex v0.4.1
3832026-05-28T12:46:20.173Z Downloaded anstyle-query v1.1.5
3842026-05-28T12:46:20.176Z Downloaded tempfile v3.25.0
3852026-05-28T12:46:20.176Z Downloaded sha2 v0.10.9
3862026-05-28T12:46:20.180Z Downloaded anstyle-parse v1.0.0
3872026-05-28T12:46:20.183Z Downloaded serde_tokenstream v0.2.3
3882026-05-28T12:46:20.183Z Downloaded bytecount v0.6.9
3892026-05-28T12:46:20.183Z Downloaded camino-tempfile v1.4.1
3902026-05-28T12:46:20.190Z Downloaded anyhow v1.0.102
3912026-05-28T12:46:20.193Z Downloaded pest_generator v2.8.6
3922026-05-28T12:46:20.193Z Downloaded cargo-util-schemas v0.8.2
3932026-05-28T12:46:20.197Z Downloaded litemap v0.8.1
3942026-05-28T12:46:20.200Z Downloaded pest_derive v2.8.6
3952026-05-28T12:46:20.206Z Downloaded clap_derive v4.6.1
3962026-05-28T12:46:20.210Z Downloaded serde_core v1.0.228
3972026-05-28T12:46:20.214Z Downloaded log v0.4.29
3982026-05-28T12:46:20.220Z Downloaded smallvec v1.15.1
3992026-05-28T12:46:20.223Z Downloaded clap v4.6.1
4002026-05-28T12:46:20.228Z Downloaded proc-macro2 v1.0.106
4012026-05-28T12:46:20.231Z Downloaded bitflags v2.11.0
4022026-05-28T12:46:20.234Z Downloaded serde_derive v1.0.228
4032026-05-28T12:46:20.234Z Downloaded papergrid v0.11.0
4042026-05-28T12:46:20.237Z Downloaded icu_provider v2.1.1
4052026-05-28T12:46:20.240Z Downloaded icu_properties v2.1.2
4062026-05-28T12:46:20.244Z Downloaded getrandom v0.4.1
4072026-05-28T12:46:20.252Z Downloaded memchr v2.8.0
4082026-05-28T12:46:20.255Z Downloaded icu_collections v2.1.1
4092026-05-28T12:46:20.263Z Downloaded icu_locale_core v2.1.1
4102026-05-28T12:46:20.273Z Downloaded serde v1.0.228
4112026-05-28T12:46:20.294Z Downloaded indexmap v2.14.0
4122026-05-28T12:46:20.310Z Downloaded pest v2.8.6
4132026-05-28T12:46:20.313Z Downloaded serde_json v1.0.149
4142026-05-28T12:46:20.317Z Downloaded idna v1.1.0
4152026-05-28T12:46:20.320Z Downloaded icu_properties_data v2.1.2
4162026-05-28T12:46:20.326Z Downloaded clap_builder v4.6.0
4172026-05-28T12:46:20.330Z Downloaded tabled v0.15.0
4182026-05-28T12:46:20.338Z Downloaded goblin v0.8.2
4192026-05-28T12:46:20.342Z Downloaded hashbrown v0.17.0
4202026-05-28T12:46:20.346Z Downloaded syn v1.0.109
4212026-05-28T12:46:20.359Z Downloaded syn v2.0.117
4222026-05-28T12:46:20.366Z Downloaded rustix v1.1.3
4232026-05-28T12:46:20.378Z Downloaded libc v0.2.185
4242026-05-28T12:46:20.447Z Compiling proc-macro2 v1.0.106
4252026-05-28T12:46:20.447Z Compiling quote v1.0.45
4262026-05-28T12:46:20.450Z Compiling unicode-ident v1.0.24
4272026-05-28T12:46:20.450Z Compiling serde_core v1.0.228
4282026-05-28T12:46:20.451Z Compiling libc v0.2.185
4292026-05-28T12:46:20.451Z Compiling version_check v0.9.5
4302026-05-28T12:46:20.451Z Compiling serde v1.0.228
4312026-05-28T12:46:20.451Z Compiling memchr v2.8.0
4322026-05-28T12:46:20.806Z Compiling stable_deref_trait v1.2.1
4332026-05-28T12:46:20.883Z Compiling zmij v1.0.21
4342026-05-28T12:46:20.989Z Compiling ucd-trie v0.1.7
4352026-05-28T12:46:21.066Z Compiling itoa v1.0.17
4362026-05-28T12:46:21.094Z Compiling thiserror v1.0.69
4372026-05-28T12:46:21.263Z Compiling autocfg v1.5.0
4382026-05-28T12:46:21.277Z Compiling pest v2.8.6
4392026-05-28T12:46:21.463Z Compiling litemap v0.8.1
4402026-05-28T12:46:21.480Z Compiling writeable v0.6.2
4412026-05-28T12:46:21.671Z Compiling rustix v1.1.3
4422026-05-28T12:46:21.686Z Compiling icu_properties_data v2.1.2
4432026-05-28T12:46:21.701Z Compiling icu_normalizer_data v2.1.1
4442026-05-28T12:46:21.894Z Compiling byteorder v1.5.0
4452026-05-28T12:46:21.998Z Compiling errno v0.3.14
4462026-05-28T12:46:22.013Z Compiling serde_json v1.0.149
4472026-05-28T12:46:22.123Z Compiling syn v2.0.117
4482026-05-28T12:46:22.147Z Compiling bitflags v2.11.0
4492026-05-28T12:46:22.244Z Compiling num-traits v0.2.19
4502026-05-28T12:46:22.296Z Compiling typeid v1.0.3
4512026-05-28T12:46:22.312Z Compiling pest_meta v2.8.6
4522026-05-28T12:46:22.431Z Compiling equivalent v1.0.2
4532026-05-28T12:46:22.540Z Compiling hashbrown v0.17.0
4542026-05-28T12:46:22.557Z Compiling smallvec v1.15.1
4552026-05-28T12:46:22.785Z Compiling thread-id v4.2.2
4562026-05-28T12:46:22.874Z Compiling proc-macro-error-attr v1.0.4
4572026-05-28T12:46:22.934Z Compiling usdt-impl v0.5.0
4582026-05-28T12:46:22.972Z Compiling toml_write v0.1.2
4592026-05-28T12:46:23.059Z Compiling indexmap v2.14.0
4602026-05-28T12:46:23.095Z Compiling syn v1.0.109
4612026-05-28T12:46:23.145Z Compiling erased-serde v0.4.9
4622026-05-28T12:46:23.173Z Compiling winnow v0.7.14
4632026-05-28T12:46:23.712Z Compiling proc-macro-error v1.0.4
4642026-05-28T12:46:23.728Z Compiling utf8_iter v1.0.4
4652026-05-28T12:46:23.885Z Compiling log v0.4.29
4662026-05-28T12:46:23.905Z Compiling plain v0.2.3
4672026-05-28T12:46:24.021Z Compiling camino v1.2.2
4682026-05-28T12:46:24.036Z Compiling percent-encoding v2.3.2
4692026-05-28T12:46:24.072Z Compiling getrandom v0.4.1
4702026-05-28T12:46:24.184Z Compiling thiserror v2.0.18
4712026-05-28T12:46:24.233Z Compiling utf8parse v0.2.2
4722026-05-28T12:46:24.364Z Compiling anstyle-parse v1.0.0
4732026-05-28T12:46:24.400Z Compiling form_urlencoded v1.2.2
4742026-05-28T12:46:24.447Z Compiling ordered-float v2.10.1
4752026-05-28T12:46:24.642Z Compiling terminal_size v0.4.3
4762026-05-28T12:46:24.748Z Compiling cfg-if v1.0.4
4772026-05-28T12:46:24.751Z Compiling is_terminal_polyfill v1.70.2
4782026-05-28T12:46:24.792Z Compiling synstructure v0.13.2
4792026-05-28T12:46:24.821Z Compiling pest_generator v2.8.6
4802026-05-28T12:46:24.861Z Compiling anstyle-query v1.1.5
4812026-05-28T12:46:24.947Z Compiling pretty-hex v0.4.1
4822026-05-28T12:46:24.980Z Compiling anstyle v1.0.14
4832026-05-28T12:46:25.002Z Compiling colorchoice v1.0.4
4842026-05-28T12:46:25.049Z Compiling serde-untagged v0.1.9
4852026-05-28T12:46:25.206Z Compiling anstream v1.0.0
4862026-05-28T12:46:25.302Z Compiling semver v1.0.28
4872026-05-28T12:46:25.432Z Compiling fs-err v3.3.0
4882026-05-28T12:46:25.529Z Compiling heck v0.5.0
4892026-05-28T12:46:25.554Z Compiling once_cell v1.21.3
4902026-05-28T12:46:25.611Z Compiling bytecount v0.6.9
4912026-05-28T12:46:25.626Z Compiling anyhow v1.0.102
4922026-05-28T12:46:25.629Z Compiling fnv v1.0.7
4932026-05-28T12:46:25.744Z Compiling unicode-xid v0.2.6
4942026-05-28T12:46:25.760Z Compiling clap_lex v1.0.0
4952026-05-28T12:46:25.791Z Compiling unicode-width v0.1.14
4962026-05-28T12:46:25.868Z Compiling fastrand v2.3.0
4972026-05-28T12:46:25.929Z Compiling strsim v0.11.1
4982026-05-28T12:46:25.987Z Compiling heck v0.4.1
4992026-05-28T12:46:26.068Z Compiling tempfile v3.25.0
5002026-05-28T12:46:26.091Z Compiling papergrid v0.11.0
5012026-05-28T12:46:26.131Z Compiling clap_builder v4.6.0
5022026-05-28T12:46:26.437Z Compiling memmap v0.7.0
5032026-05-28T12:46:26.541Z Compiling unicode-width v0.2.0
5042026-05-28T12:46:26.541Z Compiling smawk v0.3.2
5052026-05-28T12:46:26.695Z Compiling serde_derive v1.0.228
5062026-05-28T12:46:26.695Z Compiling zerofrom-derive v0.1.6
5072026-05-28T12:46:26.695Z Compiling yoke-derive v0.8.1
5082026-05-28T12:46:26.844Z Compiling zerovec-derive v0.11.2
5092026-05-28T12:46:26.844Z Compiling displaydoc v0.2.5
5102026-05-28T12:46:27.519Z Compiling thiserror-impl v1.0.69
5112026-05-28T12:46:27.625Z Compiling zerocopy-derive v0.7.35
5122026-05-28T12:46:27.752Z Compiling pest_derive v2.8.6
5132026-05-28T12:46:27.840Z Compiling scroll_derive v0.12.1
5142026-05-28T12:46:27.977Z Compiling zerofrom v0.1.6
5152026-05-28T12:46:28.115Z Compiling yoke v0.8.1
5162026-05-28T12:46:28.159Z Compiling thiserror-impl v2.0.18
5172026-05-28T12:46:28.310Z Compiling zerovec v0.11.5
5182026-05-28T12:46:28.391Z Compiling zerotrie v0.2.3
5192026-05-28T12:46:28.496Z Compiling zerocopy v0.7.35
5202026-05-28T12:46:28.774Z Compiling scroll v0.12.0
5212026-05-28T12:46:28.791Z Compiling tinystr v0.8.2
5222026-05-28T12:46:28.964Z Compiling icu_locale_core v2.1.1
5232026-05-28T12:46:29.002Z Compiling potential_utf v0.1.4
5242026-05-28T12:46:29.058Z Compiling dtrace-parser v0.2.0
5252026-05-28T12:46:29.113Z Compiling goblin v0.8.2
5262026-05-28T12:46:29.174Z Compiling icu_collections v2.1.1
5272026-05-28T12:46:29.177Z Compiling tabled_derive v0.7.0
5282026-05-28T12:46:29.312Z Compiling clap_derive v4.6.1
5292026-05-28T12:46:29.667Z Compiling icu_provider v2.1.1
5302026-05-28T12:46:29.890Z Compiling unicode-linebreak v0.1.5
5312026-05-28T12:46:30.010Z Compiling serde_spanned v0.6.9
5322026-05-28T12:46:30.102Z Compiling toml_datetime v0.6.11
5332026-05-28T12:46:30.102Z Compiling icu_normalizer v2.1.1
5342026-05-28T12:46:30.132Z Compiling icu_properties v2.1.2
5352026-05-28T12:46:30.132Z Compiling dof v0.3.0
5362026-05-28T12:46:30.139Z Compiling serde_tokenstream v0.2.3
5372026-05-28T12:46:30.142Z Compiling serde-value v0.7.0
5382026-05-28T12:46:30.258Z Compiling toml_edit v0.22.27
5392026-05-28T12:46:30.512Z Compiling cargo-platform v0.2.0
5402026-05-28T12:46:30.515Z Compiling tabled v0.15.0
5412026-05-28T12:46:30.573Z Compiling textwrap v0.16.2
5422026-05-28T12:46:30.802Z Compiling macaddr v1.0.1
5432026-05-28T12:46:31.035Z Compiling idna_adapter v1.2.1
5442026-05-28T12:46:31.084Z Compiling usdt-macro v0.5.0
5452026-05-28T12:46:31.110Z Compiling usdt-attr-macro v0.5.0
5462026-05-28T12:46:31.180Z Compiling idna v1.1.0
5472026-05-28T12:46:31.209Z Compiling clap v4.6.1
5482026-05-28T12:46:31.595Z Compiling url v2.5.8
5492026-05-28T12:46:31.707Z Compiling toml v0.8.23
5502026-05-28T12:46:31.837Z Compiling camino-tempfile v1.4.1
5512026-05-28T12:46:32.075Z Compiling cargo-util-schemas v0.8.2
5522026-05-28T12:46:32.116Z Compiling usdt v0.5.0
5532026-05-28T12:46:32.332Z Compiling cargo_toml v0.21.0
5542026-05-28T12:46:32.370Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-28T12:46:32.390Z Compiling swrite v0.1.0
5562026-05-28T12:46:32.983Z Compiling cargo_metadata v0.21.0
5572026-05-28T12:46:33.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-28T12:46:36.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s
5592026-05-28T12:46:36.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-28T12:46:36.944Z Downloading crates ...
5612026-05-28T12:46:37.032Z Downloaded adler2 v2.0.1
5622026-05-28T12:46:37.054Z Downloaded crossbeam-utils v0.8.21
5632026-05-28T12:46:37.058Z Downloaded csv-core v0.1.13
5642026-05-28T12:46:37.058Z Downloaded crc-catalog v2.4.0
5652026-05-28T12:46:37.061Z Downloaded critical-section v1.2.0
5662026-05-28T12:46:37.064Z Downloaded crucible-workspace-hack v0.1.0
5672026-05-28T12:46:37.064Z Downloaded crc8 v0.1.1
5682026-05-28T12:46:37.064Z Downloaded cstr-argument v0.1.2
5692026-05-28T12:46:37.067Z Downloaded bitfield-macros v0.19.4
5702026-05-28T12:46:37.067Z Downloaded bit-set v0.5.3
5712026-05-28T12:46:37.067Z Downloaded assert_matches v1.5.0
5722026-05-28T12:46:37.067Z Downloaded crc32fast v1.5.0
5732026-05-28T12:46:37.070Z Downloaded enum-as-inner v0.6.1
5742026-05-28T12:46:37.073Z Downloaded crc-any v2.5.0
5752026-05-28T12:46:37.076Z Downloaded crunchy v0.2.4
5762026-05-28T12:46:37.076Z Downloaded cargo-platform v0.3.2
5772026-05-28T12:46:37.076Z Downloaded crossbeam-deque v0.8.6
5782026-05-28T12:46:37.079Z Downloaded ctr v0.9.2
5792026-05-28T12:46:37.079Z Downloaded crossbeam-epoch v0.9.18
5802026-05-28T12:46:37.082Z Downloaded endian-type v0.1.2
5812026-05-28T12:46:37.082Z Downloaded array-init v0.0.4
5822026-05-28T12:46:37.082Z Downloaded dirs-next v2.0.0
5832026-05-28T12:46:37.089Z Downloaded env_filter v1.0.0
5842026-05-28T12:46:37.092Z Downloaded downcast-rs v2.0.2
5852026-05-28T12:46:37.092Z Downloaded dirs-sys-next v0.1.2
5862026-05-28T12:46:37.092Z Downloaded debug-ignore v1.0.5
5872026-05-28T12:46:37.092Z Downloaded block-padding v0.3.3
5882026-05-28T12:46:37.092Z Downloaded arrayref v0.3.9
5892026-05-28T12:46:37.092Z Downloaded atty v0.2.14
5902026-05-28T12:46:37.092Z Downloaded darling_macro v0.20.11
5912026-05-28T12:46:37.092Z Downloaded cobs v0.3.0
5922026-05-28T12:46:37.095Z Downloaded cfg_aliases v0.2.1
5932026-05-28T12:46:37.095Z Downloaded bit-set v0.8.0
5942026-05-28T12:46:37.098Z Downloaded dyn-clone v1.0.20
5952026-05-28T12:46:37.101Z Downloaded ciborium-io v0.2.2
5962026-05-28T12:46:37.101Z Downloaded cfg_aliases v0.1.1
5972026-05-28T12:46:37.101Z Downloaded corncobs v0.1.4
5982026-05-28T12:46:37.105Z Downloaded chacha20 v0.9.1
5992026-05-28T12:46:37.105Z Downloaded bit-vec v0.6.3
6002026-05-28T12:46:37.108Z Downloaded erased-serde v0.3.31
6012026-05-28T12:46:37.108Z Downloaded embedded-io v0.4.0
6022026-05-28T12:46:37.112Z Downloaded darling_macro v0.23.0
6032026-05-28T12:46:37.112Z Downloaded cpufeatures v0.3.0
6042026-05-28T12:46:37.112Z Downloaded base16ct v0.2.0
6052026-05-28T12:46:37.115Z Downloaded difflib v0.4.0
6062026-05-28T12:46:37.115Z Downloaded defmt v0.3.100
6072026-05-28T12:46:37.115Z Downloaded convert_case v0.4.0
6082026-05-28T12:46:37.115Z Downloaded compression-core v0.4.31
6092026-05-28T12:46:37.118Z Downloaded document-features v0.2.12
6102026-05-28T12:46:37.121Z Downloaded fd-lock v4.0.4
6112026-05-28T12:46:37.121Z Downloaded fixedbitset v0.4.2
6122026-05-28T12:46:37.124Z Downloaded darling_macro v0.21.3
6132026-05-28T12:46:37.124Z Downloaded curve25519-dalek-derive v0.1.1
6142026-05-28T12:46:37.124Z Downloaded bb8 v0.8.6
6152026-05-28T12:46:37.127Z Downloaded ascii-canvas v3.0.0
6162026-05-28T12:46:37.127Z Downloaded flagset v0.4.7
6172026-05-28T12:46:37.127Z Downloaded crc v3.4.0
6182026-05-28T12:46:37.131Z Downloaded embedded-io v0.6.1
6192026-05-28T12:46:37.131Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-05-28T12:46:37.136Z Downloaded derive_builder_macro v0.20.2
6212026-05-28T12:46:37.140Z Downloaded defmt-parser v1.0.0
6222026-05-28T12:46:37.140Z Downloaded atomic-waker v1.1.2
6232026-05-28T12:46:37.140Z Downloaded async-stream-impl v0.3.6
6242026-05-28T12:46:37.140Z Downloaded async-stream v0.3.6
6252026-05-28T12:46:37.140Z Downloaded float-ord v0.3.2
6262026-05-28T12:46:37.143Z Downloaded display-error-chain v0.2.2
6272026-05-28T12:46:37.143Z Downloaded cmake v0.1.57
6282026-05-28T12:46:37.143Z Downloaded cipher v0.4.4
6292026-05-28T12:46:37.143Z Downloaded cbc v0.1.2
6302026-05-28T12:46:37.146Z Downloaded bcs v0.1.6
6312026-05-28T12:46:37.146Z Downloaded float-cmp v0.10.0
6322026-05-28T12:46:37.150Z Downloaded constant_time_eq v0.4.2
6332026-05-28T12:46:37.150Z Downloaded derive_builder_core v0.20.2
6342026-05-28T12:46:37.150Z Downloaded defmt v1.0.1
6352026-05-28T12:46:37.153Z Downloaded data-encoding v2.10.0
6362026-05-28T12:46:37.156Z Downloaded buf-list v1.1.2
6372026-05-28T12:46:37.156Z Downloaded crossbeam-channel v0.5.15
6382026-05-28T12:46:37.159Z Downloaded cassowary v0.3.0
6392026-05-28T12:46:37.159Z Downloaded blowfish v0.9.1
6402026-05-28T12:46:37.162Z Downloaded dof v0.4.0
6412026-05-28T12:46:37.162Z Downloaded backon v1.6.0
6422026-05-28T12:46:37.165Z Downloaded atomicwrites v0.4.4
6432026-05-28T12:46:37.165Z Downloaded async-recursion v1.1.1
6442026-05-28T12:46:37.169Z Downloaded foreign-types v0.5.0
6452026-05-28T12:46:37.169Z Downloaded dunce v1.0.5
6462026-05-28T12:46:37.169Z Downloaded compression-codecs v0.4.37
6472026-05-28T12:46:37.172Z Downloaded dropshot-api-manager-types v0.7.2
6482026-05-28T12:46:37.172Z Downloaded bcrypt-pbkdf v0.10.0
6492026-05-28T12:46:37.172Z Downloaded aead v0.5.2
6502026-05-28T12:46:37.175Z Downloaded funty v2.0.0
6512026-05-28T12:46:37.175Z Downloaded foreign-types-shared v0.3.1
6522026-05-28T12:46:37.175Z Downloaded foreign-types v0.3.2
6532026-05-28T12:46:37.178Z Downloaded fallible-iterator v0.2.0
6542026-05-28T12:46:37.178Z Downloaded env_logger v0.11.9
6552026-05-28T12:46:37.178Z Downloaded anstream v0.6.21
6562026-05-28T12:46:37.182Z Downloaded foreign-types-shared v0.1.1
6572026-05-28T12:46:37.182Z Downloaded globwalk v0.9.1
6582026-05-28T12:46:37.185Z Downloaded bitfield-struct v0.6.2
6592026-05-28T12:46:37.185Z Downloaded gethostname v0.5.0
6602026-05-28T12:46:37.185Z Downloaded fxhash v0.2.1
6612026-05-28T12:46:37.185Z Downloaded futures-task v0.3.32
6622026-05-28T12:46:37.188Z Downloaded futures-sink v0.3.32
6632026-05-28T12:46:37.188Z Downloaded dtrace-parser v0.3.0
6642026-05-28T12:46:37.188Z Downloaded filetime v0.2.27
6652026-05-28T12:46:37.191Z Downloaded castaway v0.2.4
6662026-05-28T12:46:37.191Z Downloaded ecdsa v0.16.9
6672026-05-28T12:46:37.191Z Downloaded byte-wrapper v0.1.0
6682026-05-28T12:46:37.194Z Downloaded ena v0.14.4
6692026-05-28T12:46:37.197Z Downloaded derive-ex v0.1.8
6702026-05-28T12:46:37.197Z Downloaded daft-derive v0.1.7
6712026-05-28T12:46:37.200Z Downloaded convert_case v0.10.0
6722026-05-28T12:46:37.200Z Downloaded defmt-macros v1.0.1
6732026-05-28T12:46:37.203Z Downloaded hash32 v0.3.1
6742026-05-28T12:46:37.204Z Downloaded hash32 v0.2.1
6752026-05-28T12:46:37.207Z Downloaded ghash v0.5.1
6762026-05-28T12:46:37.207Z Downloaded async-trait v0.1.89
6772026-05-28T12:46:37.210Z Downloaded daft v0.1.7
6782026-05-28T12:46:37.210Z Downloaded hex-literal v0.4.1
6792026-05-28T12:46:37.210Z Downloaded find-msvc-tools v0.1.9
6802026-05-28T12:46:37.213Z Downloaded darling v0.20.11
6812026-05-28T12:46:37.216Z Downloaded deranged v0.5.8
6822026-05-28T12:46:37.216Z Downloaded clang-sys v1.8.1
6832026-05-28T12:46:37.221Z Downloaded hex v0.4.3
6842026-05-28T12:46:37.221Z Downloaded base64ct v1.8.3
6852026-05-28T12:46:37.224Z Downloaded blake2 v0.10.6
6862026-05-28T12:46:37.224Z Downloaded cexpr v0.6.0
6872026-05-28T12:46:37.224Z Downloaded home v0.5.12
6882026-05-28T12:46:37.227Z Downloaded cookie v0.18.1
6892026-05-28T12:46:37.227Z Downloaded cargo_metadata v0.23.1
6902026-05-28T12:46:37.230Z Downloaded http-body v1.0.1
6912026-05-28T12:46:37.230Z Downloaded hostname v0.4.2
6922026-05-28T12:46:37.233Z Downloaded http-range v0.1.5
6932026-05-28T12:46:37.233Z Downloaded foldhash v0.2.0
6942026-05-28T12:46:37.233Z Downloaded foldhash v0.1.5
6952026-05-28T12:46:37.233Z Downloaded darling_macro v0.13.4
6962026-05-28T12:46:37.236Z Downloaded der_derive v0.7.3
6972026-05-28T12:46:37.236Z Downloaded ff v0.13.1
6982026-05-28T12:46:37.239Z Downloaded httpdate v1.0.3
6992026-05-28T12:46:37.239Z Downloaded ed25519 v2.2.3
7002026-05-28T12:46:37.239Z Downloaded futures-io v0.3.32
7012026-05-28T12:46:37.242Z Downloaded fs_extra v1.3.0
7022026-05-28T12:46:37.242Z Downloaded futures-core v0.3.32
7032026-05-28T12:46:37.242Z Downloaded fs-err v2.11.0
7042026-05-28T12:46:37.245Z Downloaded illumos-nvpair-sys v0.2.0
7052026-05-28T12:46:37.245Z Downloaded cancel-safe-futures v0.1.5
7062026-05-28T12:46:37.248Z Downloaded bzip2 v0.6.1
7072026-05-28T12:46:37.248Z Downloaded hyper-tls v0.6.0
7082026-05-28T12:46:37.251Z Downloaded indent_write v2.2.0
7092026-05-28T12:46:37.251Z Downloaded console v0.15.11
7102026-05-28T12:46:37.254Z Downloaded const-oid v0.9.6
7112026-05-28T12:46:37.254Z Downloaded ident_case v1.0.1
7122026-05-28T12:46:37.257Z Downloaded globset v0.4.18
7132026-05-28T12:46:37.257Z Downloaded git-stub-vcs v0.1.0
7142026-05-28T12:46:37.260Z Downloaded headers-core v0.3.0
7152026-05-28T12:46:37.260Z Downloaded group v0.13.0
7162026-05-28T12:46:37.260Z Downloaded either v1.15.0
7172026-05-28T12:46:37.263Z Downloaded diesel-dtrace v0.5.0
7182026-05-28T12:46:37.263Z Downloaded diff v0.1.13
7192026-05-28T12:46:37.266Z Downloaded instability v0.3.11
7202026-05-28T12:46:37.266Z Downloaded inout v0.1.4
7212026-05-28T12:46:37.266Z Downloaded indoc v1.0.9
7222026-05-28T12:46:37.277Z Downloaded darling v0.21.3
7232026-05-28T12:46:37.277Z Downloaded derive_builder v0.20.2
7242026-05-28T12:46:37.277Z Downloaded internet-checksum v0.2.1
7252026-05-28T12:46:37.277Z Downloaded instant v0.1.13
7262026-05-28T12:46:37.280Z Downloaded is_ci v1.2.0
7272026-05-28T12:46:37.280Z Downloaded git-stub v1.0.0
7282026-05-28T12:46:37.280Z Downloaded des v0.8.1
7292026-05-28T12:46:37.280Z Downloaded console v0.16.2
7302026-05-28T12:46:37.283Z Downloaded colored v3.1.1
7312026-05-28T12:46:37.283Z Downloaded colored v2.2.0
7322026-05-28T12:46:37.287Z Downloaded lalrpop-util v0.19.12
7332026-05-28T12:46:37.287Z Downloaded keccak v0.1.6
7342026-05-28T12:46:37.290Z Downloaded is-terminal v0.4.17
7352026-05-28T12:46:37.290Z Downloaded highway v1.3.0
7362026-05-28T12:46:37.290Z Downloaded ciborium v0.2.2
7372026-05-28T12:46:37.293Z Downloaded kstat-rs v0.2.4
7382026-05-28T12:46:37.293Z Downloaded cookie_store v0.22.1
7392026-05-28T12:46:37.297Z Downloaded chacha20 v0.10.0
7402026-05-28T12:46:37.297Z Downloaded bzip2 v0.4.4
7412026-05-28T12:46:37.300Z Downloaded ahash v0.8.12
7422026-05-28T12:46:37.300Z Downloaded libscf-sys v1.1.0
7432026-05-28T12:46:37.300Z Downloaded crypto-bigint v0.5.5
7442026-05-28T12:46:37.304Z Downloaded impl-trait-for-tuples v0.2.3
7452026-05-28T12:46:37.307Z Downloaded humantime v2.3.0
7462026-05-28T12:46:37.310Z Downloaded lru-slab v0.1.2
7472026-05-28T12:46:37.310Z Downloaded managed v0.8.0
7482026-05-28T12:46:37.310Z Downloaded lzss v0.8.2
7492026-05-28T12:46:37.313Z Downloaded futures-channel v0.3.32
7502026-05-28T12:46:37.313Z Downloaded hubpack v0.1.2
7512026-05-28T12:46:37.313Z Downloaded glob v0.3.3
7522026-05-28T12:46:37.316Z Downloaded illumos-nvpair v0.3.0
7532026-05-28T12:46:37.316Z Downloaded match_cfg v0.1.0
7542026-05-28T12:46:37.316Z Downloaded lru-cache v0.1.2
7552026-05-28T12:46:37.319Z Downloaded hubpack_derive v0.1.1
7562026-05-28T12:46:37.319Z Downloaded futures-executor v0.3.32
7572026-05-28T12:46:37.319Z Downloaded fatfs v0.3.6
7582026-05-28T12:46:37.322Z Downloaded ingot v0.1.1
7592026-05-28T12:46:37.322Z Downloaded indoc v2.0.7
7602026-05-28T12:46:37.325Z Downloaded half v1.8.3
7612026-05-28T12:46:37.328Z Downloaded memoffset v0.9.1
7622026-05-28T12:46:37.328Z Downloaded multimap v0.10.1
7632026-05-28T12:46:37.328Z Downloaded mime v0.3.17
7642026-05-28T12:46:37.333Z Downloaded ingot-types v0.1.2
7652026-05-28T12:46:37.333Z Downloaded darling v0.23.0
7662026-05-28T12:46:37.336Z Downloaded darling_core v0.21.3
7672026-05-28T12:46:37.339Z Downloaded ipnet v2.11.0
7682026-05-28T12:46:37.339Z Downloaded bytes v1.11.1
7692026-05-28T12:46:37.342Z Downloaded nodrop v0.1.14
7702026-05-28T12:46:37.342Z Downloaded newtype_derive v0.1.6
7712026-05-28T12:46:37.345Z Downloaded newline-converter v0.3.0
7722026-05-28T12:46:37.345Z Downloaded new_debug_unreachable v1.0.6
7732026-05-28T12:46:37.345Z Downloaded derive_more v2.1.1
7742026-05-28T12:46:37.352Z Downloaded normalize-line-endings v0.3.0
7752026-05-28T12:46:37.355Z Downloaded lazy_static v1.5.0
7762026-05-28T12:46:37.355Z Downloaded ipnetwork v0.21.1
7772026-05-28T12:46:37.359Z Downloaded libefi-sys v0.1.0
7782026-05-28T12:46:37.359Z Downloaded nibble_vec v0.1.0
7792026-05-28T12:46:37.359Z Downloaded libloading v0.8.9
7802026-05-28T12:46:37.362Z Downloaded nonempty v0.12.0
7812026-05-28T12:46:37.362Z Downloaded num-derive v0.3.3
7822026-05-28T12:46:37.362Z Downloaded libsw-core v0.3.2
7832026-05-28T12:46:37.365Z Downloaded num-conv v0.2.0
7842026-05-28T12:46:37.365Z Downloaded num_enum_derive v0.5.11
7852026-05-28T12:46:37.368Z Downloaded openssl-probe v0.1.6
7862026-05-28T12:46:37.368Z Downloaded darling_core v0.13.4
7872026-05-28T12:46:37.371Z Downloaded lock_api v0.4.14
7882026-05-28T12:46:37.371Z Downloaded http-body-util v0.1.3
7892026-05-28T12:46:37.374Z Downloaded elliptic-curve v0.13.8
7902026-05-28T12:46:37.379Z Downloaded openssl-probe v0.2.1
7912026-05-28T12:46:37.379Z Downloaded olpc-cjson v0.1.4
7922026-05-28T12:46:37.379Z Downloaded num_threads v0.1.7
7932026-05-28T12:46:37.379Z Downloaded lru v0.12.5
7942026-05-28T12:46:37.382Z Downloaded linear-map v1.2.0
7952026-05-28T12:46:37.382Z Downloaded oso-derive v0.27.3
7962026-05-28T12:46:37.382Z Downloaded opaque-debug v0.3.1
7972026-05-28T12:46:37.382Z Downloaded libsw v3.5.0
7982026-05-28T12:46:37.385Z Downloaded iana-time-zone v0.1.65
7992026-05-28T12:46:37.385Z Downloaded getrandom v0.3.4
8002026-05-28T12:46:37.388Z Downloaded derive-where v1.6.0
8012026-05-28T12:46:37.391Z Downloaded base64 v0.22.1
8022026-05-28T12:46:37.394Z Downloaded async-bb8-diesel v0.2.1
8032026-05-28T12:46:37.394Z Downloaded md-5 v0.10.6
8042026-05-28T12:46:37.398Z Downloaded newtype-uuid v1.3.2
8052026-05-28T12:46:37.398Z Downloaded multer v3.1.0
8062026-05-28T12:46:37.401Z Downloaded ingot-macros v0.1.1
8072026-05-28T12:46:37.401Z Downloaded half v2.7.1
8082026-05-28T12:46:37.404Z Downloaded packed_struct_codegen v0.10.1
8092026-05-28T12:46:37.404Z Downloaded base64 v0.21.7
8102026-05-28T12:46:37.410Z Downloaded parse-display v0.10.0
8112026-05-28T12:46:37.410Z Downloaded allocator-api2 v0.2.21
8122026-05-28T12:46:37.413Z Downloaded flume v0.11.1
8132026-05-28T12:46:37.413Z Downloaded native-tls v0.2.18
8142026-05-28T12:46:37.413Z Downloaded nanorand v0.7.0
8152026-05-28T12:46:37.431Z Downloaded peg-runtime v0.8.5
8162026-05-28T12:46:37.434Z Downloaded pbkdf2 v0.11.0
8172026-05-28T12:46:37.434Z Downloaded path-slash v0.1.5
8182026-05-28T12:46:37.434Z Downloaded parse-size v1.1.0
8192026-05-28T12:46:37.438Z Downloaded num-derive v0.4.2
8202026-05-28T12:46:37.438Z Downloaded num-complex v0.4.6
8212026-05-28T12:46:37.438Z Downloaded nu-ansi-term v0.50.3
8222026-05-28T12:46:37.441Z Downloaded phf_shared v0.13.1
8232026-05-28T12:46:37.441Z Downloaded indexmap v1.9.3
8242026-05-28T12:46:37.445Z Downloaded darling_core v0.23.0
8252026-05-28T12:46:37.448Z Downloaded phf_shared v0.11.3
8262026-05-28T12:46:37.448Z Downloaded num_enum v0.7.6
8272026-05-28T12:46:37.453Z Downloaded pbkdf2 v0.12.2
8282026-05-28T12:46:37.457Z Downloaded owo-colors v4.3.0
8292026-05-28T12:46:37.457Z Downloaded oxnet v0.1.5
8302026-05-28T12:46:37.457Z Downloaded oxide-tokio-rt v0.1.4
8312026-05-28T12:46:37.457Z Downloaded flate2 v1.1.9
8322026-05-28T12:46:37.462Z Downloaded pin-utils v0.1.0
8332026-05-28T12:46:37.462Z Downloaded headers v0.4.1
8342026-05-28T12:46:37.465Z Downloaded crossterm v0.29.0
8352026-05-28T12:46:37.468Z Downloaded progenitor-client v0.11.2
8362026-05-28T12:46:37.471Z Downloaded proc-macro-crate v3.4.0
8372026-05-28T12:46:37.471Z Downloaded packed_struct v0.10.1
8382026-05-28T12:46:37.474Z Downloaded memmap2 v0.9.10
8392026-05-28T12:46:37.475Z Downloaded predicates-tree v1.0.13
8402026-05-28T12:46:37.475Z Downloaded compact_str v0.8.1
8412026-05-28T12:46:37.478Z Downloaded precomputed-hash v0.1.1
8422026-05-28T12:46:37.478Z Downloaded parking_lot_core v0.8.6
8432026-05-28T12:46:37.481Z Downloaded proc-macro-crate v1.3.1
8442026-05-28T12:46:37.481Z Downloaded mime_guess v2.0.5
8452026-05-28T12:46:37.481Z Downloaded num_enum v0.5.11
8462026-05-28T12:46:37.485Z Downloaded progenitor-macro v0.11.2
8472026-05-28T12:46:37.488Z Downloaded der v0.7.10
8482026-05-28T12:46:37.488Z Downloaded libbz2-rs-sys v0.2.2
8492026-05-28T12:46:37.491Z Downloaded powerfmt v0.2.0
8502026-05-28T12:46:37.491Z Downloaded parse-display-derive v0.10.0
8512026-05-28T12:46:37.491Z Downloaded heapless v0.7.17
8522026-05-28T12:46:37.494Z Downloaded paste v1.0.15
8532026-05-28T12:46:37.497Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-05-28T12:46:37.497Z Downloaded psl-types v2.0.11
8552026-05-28T12:46:37.497Z Downloaded progenitor-client v0.14.0
8562026-05-28T12:46:37.497Z Downloaded predicates-core v1.0.10
8572026-05-28T12:46:37.500Z Downloaded pem-rfc7468 v0.7.0
8582026-05-28T12:46:37.500Z Downloaded progenitor-macro v0.14.0
8592026-05-28T12:46:37.500Z Downloaded password-hash v0.4.2
8602026-05-28T12:46:37.503Z Downloaded progenitor-macro v0.13.0
8612026-05-28T12:46:37.503Z Downloaded quick-error v1.2.3
8622026-05-28T12:46:37.503Z Downloaded password-hash v0.5.0
8632026-05-28T12:46:37.506Z Downloaded radium v0.7.0
8642026-05-28T12:46:37.506Z Downloaded const_format v0.2.35
8652026-05-28T12:46:37.509Z Downloaded omicron-zone-package v0.12.2
8662026-05-28T12:46:37.509Z Downloaded indicatif v0.18.4
8672026-05-28T12:46:37.513Z Downloaded cc v1.2.56
8682026-05-28T12:46:37.518Z Downloaded peg-macros v0.8.5
8692026-05-28T12:46:37.518Z Downloaded phf v0.12.1
8702026-05-28T12:46:37.518Z Downloaded peg v0.8.5
8712026-05-28T12:46:37.521Z Downloaded pin-project-lite v0.2.17
8722026-05-28T12:46:37.521Z Downloaded rand_xorshift v0.4.0
8732026-05-28T12:46:37.524Z Downloaded rand_chacha v0.3.1
8742026-05-28T12:46:37.524Z Downloaded pkg-config v0.3.32
8752026-05-28T12:46:37.527Z Downloaded pkcs8 v0.10.2
8762026-05-28T12:46:37.527Z Downloaded pin-project-internal v1.1.11
8772026-05-28T12:46:37.528Z Downloaded phf_shared v0.12.1
8782026-05-28T12:46:37.528Z Downloaded bumpalo v3.20.2
8792026-05-28T12:46:37.531Z Downloaded expectorate v1.2.0
8802026-05-28T12:46:37.531Z Downloaded ar_archive_writer v0.5.1
8812026-05-28T12:46:37.533Z Downloaded num_enum_derive v0.7.6
8822026-05-28T12:46:37.533Z Downloaded recursive v0.1.1
8832026-05-28T12:46:37.536Z Downloaded ppv-lite86 v0.2.21
8842026-05-28T12:46:37.536Z Downloaded parking_lot v0.11.2
8852026-05-28T12:46:37.538Z Downloaded parking_lot_core v0.9.12
8862026-05-28T12:46:37.539Z Downloaded primeorder v0.13.6
8872026-05-28T12:46:37.541Z Downloaded diesel_derives v2.3.7
8882026-05-28T12:46:37.545Z Downloaded polyval v0.6.2
8892026-05-28T12:46:37.545Z Downloaded heapless v0.8.0
8902026-05-28T12:46:37.549Z Downloaded progenitor v0.13.0
8912026-05-28T12:46:37.549Z Downloaded rfc6979 v0.4.0
8922026-05-28T12:46:37.555Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-05-28T12:46:37.555Z Downloaded async-compression v0.4.41
8942026-05-28T12:46:37.558Z Downloaded progenitor v0.14.0
8952026-05-28T12:46:37.558Z Downloaded hickory-resolver v0.24.4
8962026-05-28T12:46:37.558Z Downloaded postgres-protocol v0.6.10
8972026-05-28T12:46:37.561Z Downloaded pem v3.0.6
8982026-05-28T12:46:37.561Z Downloaded num-rational v0.4.2
8992026-05-28T12:46:37.561Z Downloaded progenitor-extras v0.2.0
9002026-05-28T12:46:37.561Z Downloaded predicates v3.1.4
9012026-05-28T12:46:37.564Z Downloaded num-integer v0.1.46
9022026-05-28T12:46:37.564Z Downloaded rustc-hash v2.1.1
9032026-05-28T12:46:37.567Z Downloaded progenitor-client v0.13.0
9042026-05-28T12:46:37.567Z Downloaded progenitor v0.11.2
9052026-05-28T12:46:37.567Z Downloaded litrs v1.0.0
9062026-05-28T12:46:37.570Z Downloaded rustc_version v0.4.1
9072026-05-28T12:46:37.570Z Downloaded ref-cast-impl v1.0.25
9082026-05-28T12:46:37.570Z Downloaded ref-cast v1.0.25
9092026-05-28T12:46:37.575Z Downloaded derive_more-impl v2.1.1
9102026-05-28T12:46:37.578Z Downloaded pkcs1 v0.7.5
9112026-05-28T12:46:37.578Z Downloaded psm v0.1.30
9122026-05-28T12:46:37.581Z Downloaded ed25519-dalek v2.2.0
9132026-05-28T12:46:37.581Z Downloaded ignore v0.4.25
9142026-05-28T12:46:37.584Z Downloaded linked-hash-map v0.5.6
9152026-05-28T12:46:37.584Z Downloaded newtype-uuid-macros v0.1.0
9162026-05-28T12:46:37.584Z Downloaded jobserver v0.1.34
9172026-05-28T12:46:37.589Z Downloaded arc-swap v1.8.2
9182026-05-28T12:46:37.589Z Downloaded rustc_version v0.1.7
9192026-05-28T12:46:37.589Z Downloaded russh-cryptovec v0.7.3
9202026-05-28T12:46:37.593Z Downloaded rtoolbox v0.0.3
9212026-05-28T12:46:37.593Z Downloaded r2d2 v0.8.10
9222026-05-28T12:46:37.593Z Downloaded phf v0.13.1
9232026-05-28T12:46:37.593Z Downloaded oso v0.27.3
9242026-05-28T12:46:37.596Z Downloaded rand_core v0.9.5
9252026-05-28T12:46:37.596Z Downloaded rand_core v0.6.4
9262026-05-28T12:46:37.596Z Downloaded postgres-types v0.2.12
9272026-05-28T12:46:37.599Z Downloaded darling_core v0.20.11
9282026-05-28T12:46:37.603Z Downloaded same-file v1.0.6
9292026-05-28T12:46:37.603Z Downloaded hashbrown v0.12.3
9302026-05-28T12:46:37.606Z Downloaded sapling-renderdag v0.1.0
9312026-05-28T12:46:37.606Z Downloaded rand_seeder v0.4.0
9322026-05-28T12:46:37.606Z Downloaded parking_lot v0.12.5
9332026-05-28T12:46:37.609Z Downloaded poly1305 v0.8.0
9342026-05-28T12:46:37.609Z Downloaded salsa20 v0.10.2
9352026-05-28T12:46:37.611Z Downloaded pkcs5 v0.7.1
9362026-05-28T12:46:37.614Z Downloaded papergrid v0.17.0
9372026-05-28T12:46:37.618Z Downloaded scopeguard v1.2.0
9382026-05-28T12:46:37.618Z Downloaded secrecy v0.8.0
9392026-05-28T12:46:37.618Z Downloaded scheduled-thread-pool v0.2.7
9402026-05-28T12:46:37.618Z Downloaded scrypt v0.11.0
9412026-05-28T12:46:37.621Z Downloaded aes v0.8.4
9422026-05-28T12:46:37.621Z Downloaded postcard v1.1.3
9432026-05-28T12:46:37.624Z Downloaded serde_bytes v0.11.19
9442026-05-28T12:46:37.624Z Downloaded jiff-static v0.2.21
9452026-05-28T12:46:37.627Z Downloaded hickory-resolver v0.25.2
9462026-05-28T12:46:37.630Z Downloaded p256 v0.13.2
9472026-05-28T12:46:37.630Z Downloaded miniz_oxide v0.8.9
9482026-05-28T12:46:37.633Z Downloaded hyper-rustls v0.27.7
9492026-05-28T12:46:37.635Z Downloaded proc-macro-error2 v2.0.1
9502026-05-28T12:46:37.635Z Downloaded futures v0.3.32
9512026-05-28T12:46:37.638Z Downloaded secrecy v0.10.3
9522026-05-28T12:46:37.641Z Downloaded resolv-conf v0.7.6
9532026-05-28T12:46:37.641Z Downloaded quinn-udp v0.5.14
9542026-05-28T12:46:37.641Z Downloaded semver v0.1.20
9552026-05-28T12:46:37.644Z Downloaded dropshot_endpoint v0.17.0
9562026-05-28T12:46:37.644Z Downloaded drift v0.2.0
9572026-05-28T12:46:37.650Z Downloaded serde_urlencoded v0.7.1
9582026-05-28T12:46:37.653Z Downloaded serde_spanned v1.0.4
9592026-05-28T12:46:37.653Z Downloaded sha1 v0.10.6
9602026-05-28T12:46:37.653Z Downloaded serde_plain v1.0.2
9612026-05-28T12:46:37.657Z Downloaded pin-project v1.1.11
9622026-05-28T12:46:37.660Z Downloaded rustls-pemfile v1.0.4
9632026-05-28T12:46:37.663Z Downloaded rustls-native-certs v0.8.3
9642026-05-28T12:46:37.666Z Downloaded openssl-sys v0.9.115
9652026-05-28T12:46:37.669Z Downloaded shell-words v1.1.1
9662026-05-28T12:46:37.669Z Downloaded rustls-pemfile v2.2.0
9672026-05-28T12:46:37.669Z Downloaded rand_core v0.10.0
9682026-05-28T12:46:37.672Z Downloaded rusty-fork v0.3.1
9692026-05-28T12:46:37.672Z Downloaded rustversion v1.0.22
9702026-05-28T12:46:37.677Z Downloaded signal-hook-tokio v0.3.1
9712026-05-28T12:46:37.677Z Downloaded rand_chacha v0.9.0
9722026-05-28T12:46:37.677Z Downloaded serde_repr v0.1.20
9732026-05-28T12:46:37.677Z Downloaded serde-big-array v0.5.1
9742026-05-28T12:46:37.681Z Downloaded crossterm v0.28.1
9752026-05-28T12:46:37.681Z Downloaded signature v2.2.0
9762026-05-28T12:46:37.684Z Downloaded schemars_derive v0.8.22
9772026-05-28T12:46:37.684Z Downloaded slog-bunyan v2.5.0
9782026-05-28T12:46:37.684Z Downloaded siphasher v1.0.2
9792026-05-28T12:46:37.684Z Downloaded slog-envlogger v2.2.0
9802026-05-28T12:46:37.688Z Downloaded minimal-lexical v0.2.1
9812026-05-28T12:46:37.693Z Downloaded hashbrown v0.13.2
9822026-05-28T12:46:37.693Z Downloaded sigpipe v0.1.3
9832026-05-28T12:46:37.693Z Downloaded backoff v0.4.0
9842026-05-28T12:46:37.697Z Downloaded openssl-macros v0.1.1
9852026-05-28T12:46:37.697Z Downloaded hyper-staticfile v0.10.1
9862026-05-28T12:46:37.697Z Downloaded scroll_derive v0.13.1
9872026-05-28T12:46:37.697Z Downloaded httparse v1.10.1
9882026-05-28T12:46:37.700Z Downloaded sct v0.7.1
9892026-05-28T12:46:37.700Z Downloaded prefix-trie v0.7.0
9902026-05-28T12:46:37.703Z Downloaded num-iter v0.1.45
9912026-05-28T12:46:37.703Z Downloaded num v0.4.3
9922026-05-28T12:46:37.703Z Downloaded hmac v0.12.1
9932026-05-28T12:46:37.707Z Downloaded chacha20poly1305 v0.10.1
9942026-05-28T12:46:37.707Z Downloaded seq-macro v0.3.6
9952026-05-28T12:46:37.707Z Downloaded progenitor-impl v0.14.0
9962026-05-28T12:46:37.710Z Downloaded serde-hex v0.1.0
9972026-05-28T12:46:37.710Z Downloaded scroll v0.13.0
9982026-05-28T12:46:37.710Z Downloaded md5 v0.7.0
9992026-05-28T12:46:37.714Z Downloaded maybe-uninit v2.0.0
10002026-05-28T12:46:37.714Z Downloaded maplit v1.0.2
10012026-05-28T12:46:37.714Z Downloaded getrandom v0.2.17
10022026-05-28T12:46:37.717Z Downloaded serde_path_to_error v0.1.20
10032026-05-28T12:46:37.717Z Downloaded derive_more v0.99.20
10042026-05-28T12:46:37.720Z Downloaded progenitor-impl v0.13.0
10052026-05-28T12:46:37.720Z Downloaded fixedbitset v0.5.7
10062026-05-28T12:46:37.723Z Downloaded const_format_proc_macros v0.2.34
10072026-05-28T12:46:37.723Z Downloaded anstyle-parse v0.2.7
10082026-05-28T12:46:37.723Z Downloaded hostname v0.3.1
10092026-05-28T12:46:37.727Z Downloaded camino-tempfile-ext v0.3.3
10102026-05-28T12:46:37.727Z Downloaded serde_derive_internals v0.29.1
10112026-05-28T12:46:37.730Z Downloaded signal-hook-mio v0.2.5
10122026-05-28T12:46:37.730Z Downloaded signal-hook-registry v1.4.8
10132026-05-28T12:46:37.730Z Downloaded bitflags v1.3.2
10142026-05-28T12:46:37.730Z Downloaded argon2 v0.5.3
10152026-05-28T12:46:37.736Z Downloaded bit-vec v0.8.0
10162026-05-28T12:46:37.736Z Downloaded sqlparser_derive v0.5.0
10172026-05-28T12:46:37.736Z Downloaded ssh-cipher v0.2.0
10182026-05-28T12:46:37.739Z Downloaded shlex v1.3.0
10192026-05-28T12:46:37.740Z Downloaded darling v0.13.4
10202026-05-28T12:46:37.740Z Downloaded ssh-encoding v0.2.0
10212026-05-28T12:46:37.740Z Downloaded bitfield v0.19.4
10222026-05-28T12:46:37.740Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-28T12:46:37.740Z Downloaded rustls-pki-types v1.14.0
10242026-05-28T12:46:37.743Z Downloaded russh-keys v0.45.0
10252026-05-28T12:46:37.743Z Downloaded hyper-util v0.1.20
10262026-05-28T12:46:37.746Z Downloaded structmeta-derive v0.3.0
10272026-05-28T12:46:37.750Z Downloaded arrayvec v0.7.6
10282026-05-28T12:46:37.750Z Downloaded futures-macro v0.3.32
10292026-05-28T12:46:37.750Z Downloaded foreign-types-macros v0.2.3
10302026-05-28T12:46:37.754Z Downloaded dsl_auto_type v0.2.0
10312026-05-28T12:46:37.754Z Downloaded ciborium-ll v0.2.2
10322026-05-28T12:46:37.754Z Downloaded slog-async v2.8.0
10332026-05-28T12:46:37.754Z Downloaded slab v0.4.12
10342026-05-28T12:46:37.754Z Downloaded sync-ptr v0.1.4
10352026-05-28T12:46:37.757Z Downloaded sec1 v0.7.3
10362026-05-28T12:46:37.757Z Downloaded prettyplease v0.2.37
10372026-05-28T12:46:37.760Z Downloaded strum v0.27.2
10382026-05-28T12:46:37.760Z Downloaded slog-scope v4.4.1
10392026-05-28T12:46:37.760Z Downloaded simd-adler32 v0.3.8
10402026-05-28T12:46:37.763Z Downloaded http v1.4.0
10412026-05-28T12:46:37.766Z Downloaded rcgen v0.12.1
10422026-05-28T12:46:37.766Z Downloaded hickory-server v0.25.2
10432026-05-28T12:46:37.769Z Downloaded slog-stdlog v4.1.1
10442026-05-28T12:46:37.769Z Downloaded slog-dtrace v0.3.0
10452026-05-28T12:46:37.772Z Downloaded supports-color v3.0.2
10462026-05-28T12:46:37.772Z Downloaded strum v0.26.3
10472026-05-28T12:46:37.772Z Downloaded structmeta v0.3.0
10482026-05-28T12:46:37.775Z Downloaded take_mut v0.2.2
10492026-05-28T12:46:37.775Z Downloaded tabwriter v1.4.1
10502026-05-28T12:46:37.775Z Downloaded tap v1.0.1
10512026-05-28T12:46:37.775Z Downloaded termtree v0.5.1
10522026-05-28T12:46:37.780Z Downloaded tagptr v0.2.0
10532026-05-28T12:46:37.780Z Downloaded chrono v0.4.44
10542026-05-28T12:46:37.784Z Downloaded thread-id v5.1.0
10552026-05-28T12:46:37.785Z Downloaded testing_table v0.3.0
10562026-05-28T12:46:37.785Z Downloaded tabled_derive v0.11.0
10572026-05-28T12:46:37.785Z Downloaded spki v0.7.3
10582026-05-28T12:46:37.788Z Downloaded slog-term v2.9.2
10592026-05-28T12:46:37.788Z Downloaded slog-json v2.6.1
10602026-05-28T12:46:37.788Z Downloaded smallvec v0.6.14
10612026-05-28T12:46:37.788Z Downloaded dropshot-api-manager v0.7.2
10622026-05-28T12:46:37.793Z Downloaded progenitor-impl v0.11.2
10632026-05-28T12:46:37.796Z Downloaded sync_wrapper v1.0.2
10642026-05-28T12:46:37.801Z Downloaded serde_cbor v0.11.2
10652026-05-28T12:46:37.809Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-28T12:46:37.809Z Downloaded stacker v0.1.23
10672026-05-28T12:46:37.809Z Downloaded serde_with_macros v3.17.0
10682026-05-28T12:46:37.809Z Downloaded rustls-platform-verifier v0.6.2
10692026-05-28T12:46:37.814Z Downloaded serde_with_macros v1.5.2
10702026-05-28T12:46:37.814Z Downloaded strsim v0.10.0
10712026-05-28T12:46:37.814Z Downloaded time-core v0.1.8
10722026-05-28T12:46:37.814Z Downloaded sqlformat v0.3.5
10732026-05-28T12:46:37.817Z Downloaded stringprep v0.1.5
10742026-05-28T12:46:37.817Z Downloaded mio v1.2.0
10752026-05-28T12:46:37.822Z Downloaded tinyvec_macros v0.1.1
10762026-05-28T12:46:37.827Z Downloaded ryu v1.0.23
10772026-05-28T12:46:37.827Z Downloaded rayon-core v1.13.0
10782026-05-28T12:46:37.827Z Downloaded strum_macros v0.27.2
10792026-05-28T12:46:37.830Z Downloaded strum_macros v0.24.3
10802026-05-28T12:46:37.830Z Downloaded tokio-macros v2.7.0
10812026-05-28T12:46:37.830Z Downloaded string_cache v0.8.9
10822026-05-28T12:46:37.830Z Downloaded hashbrown v0.15.5
10832026-05-28T12:46:37.836Z Downloaded itertools v0.10.5
10842026-05-28T12:46:37.839Z Downloaded strum_macros v0.26.4
10852026-05-28T12:46:37.845Z Downloaded publicsuffix v2.3.0
10862026-05-28T12:46:37.845Z Downloaded pretty_assertions v1.4.1
10872026-05-28T12:46:37.845Z Downloaded nom v7.1.3
10882026-05-28T12:46:37.852Z Downloaded subtle v2.6.1
10892026-05-28T12:46:37.852Z Downloaded support-bundle-viewer v0.1.2
10902026-05-28T12:46:37.852Z Downloaded spin v0.9.8
10912026-05-28T12:46:37.857Z Downloaded smf v0.2.3
10922026-05-28T12:46:37.857Z Downloaded schemars v0.8.22
10932026-05-28T12:46:37.861Z Downloaded snafu-derive v0.8.9
10942026-05-28T12:46:37.862Z Downloaded quinn v0.11.9
10952026-05-28T12:46:37.862Z Downloaded thread_local v1.1.9
10962026-05-28T12:46:37.866Z Downloaded termios v0.3.3
10972026-05-28T12:46:37.866Z Downloaded num-bigint v0.4.6
10982026-05-28T12:46:37.868Z Downloaded qorb v0.4.1
10992026-05-28T12:46:37.887Z Downloaded ron v0.8.1
11002026-05-28T12:46:37.887Z Downloaded time-macros v0.2.27
11012026-05-28T12:46:37.887Z Downloaded topological-sort v0.2.2
11022026-05-28T12:46:37.887Z Downloaded thiserror-no-std v2.0.2
11032026-05-28T12:46:37.887Z Downloaded static_assertions v1.1.0
11042026-05-28T12:46:37.887Z Downloaded signal-hook v0.3.18
11052026-05-28T12:46:37.887Z Downloaded tower-service v0.3.3
11062026-05-28T12:46:37.893Z Downloaded aes-gcm v0.10.3
11072026-05-28T12:46:37.893Z Downloaded rand v0.8.6
11082026-05-28T12:46:37.893Z Downloaded tower-layer v0.3.3
11092026-05-28T12:46:37.893Z Downloaded try-lock v0.2.5
11102026-05-28T12:46:37.898Z Downloaded tls_codec v0.4.2
11112026-05-28T12:46:37.898Z Downloaded tls_codec_derive v0.4.2
11122026-05-28T12:46:37.898Z Downloaded unarray v0.1.4
11132026-05-28T12:46:37.903Z Downloaded typify-macro v0.4.3
11142026-05-28T12:46:37.903Z Downloaded trait-variant v0.1.2
11152026-05-28T12:46:37.906Z Downloaded tokio-native-tls v0.3.1
11162026-05-28T12:46:37.906Z Downloaded tokio-dtrace v0.1.1
11172026-05-28T12:46:37.909Z Downloaded itertools v0.12.1
11182026-05-28T12:46:37.912Z Downloaded hashbrown v0.16.1
11192026-05-28T12:46:37.916Z Downloaded unit-prefix v0.5.2
11202026-05-28T12:46:37.916Z Downloaded universal-hash v0.5.1
11212026-05-28T12:46:37.916Z Downloaded unicode-truncate v1.1.0
11222026-05-28T12:46:37.919Z Downloaded typify-macro v0.6.2
11232026-05-28T12:46:37.919Z Downloaded libxml v0.3.3
11242026-05-28T12:46:37.922Z Downloaded futures-util v0.3.32
11252026-05-28T12:46:37.929Z Downloaded tokio-tungstenite v0.23.1
11262026-05-28T12:46:37.932Z Downloaded usdt-attr-macro v0.6.0
11272026-05-28T12:46:37.932Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-28T12:46:37.932Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-28T12:46:37.935Z Downloaded term v1.2.1
11302026-05-28T12:46:37.935Z Downloaded usdt v0.6.0
11312026-05-28T12:46:37.940Z Downloaded untrusted v0.9.0
11322026-05-28T12:46:37.940Z Downloaded untrusted v0.7.1
11332026-05-28T12:46:37.940Z Downloaded h2 v0.4.13
11342026-05-28T12:46:37.944Z Downloaded serde_yaml v0.9.34+deprecated
11352026-05-28T12:46:37.947Z Downloaded itertools v0.13.0
11362026-05-28T12:46:37.947Z Downloaded utf-8 v0.7.6
11372026-05-28T12:46:37.950Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-05-28T12:46:37.950Z Downloaded rsa v0.9.10
11392026-05-28T12:46:37.955Z Downloaded rustls-webpki v0.103.9
11402026-05-28T12:46:37.959Z Downloaded void v1.0.2
11412026-05-28T12:46:37.959Z Downloaded num-bigint-dig v0.8.6
11422026-05-28T12:46:37.959Z Downloaded tiny-keccak v2.0.2
11432026-05-28T12:46:37.963Z Downloaded schemars v1.2.1
11442026-05-28T12:46:37.967Z Downloaded tui-tree-widget v0.23.1
11452026-05-28T12:46:37.970Z Downloaded subprocess v0.2.15
11462026-05-28T12:46:37.970Z Downloaded want v0.3.1
11472026-05-28T12:46:37.974Z Downloaded waitgroup v0.1.2
11482026-05-28T12:46:37.974Z Downloaded wait-timeout v0.2.1
11492026-05-28T12:46:37.974Z Downloaded similar v2.7.0
11502026-05-28T12:46:37.979Z Downloaded hkdf v0.12.4
11512026-05-28T12:46:37.979Z Downloaded schemars v0.9.0
11522026-05-28T12:46:37.983Z Downloaded unicase v2.9.0
11532026-05-28T12:46:37.988Z Downloaded xshell-macros v0.2.7
11542026-05-28T12:46:37.988Z Downloaded xattr v1.6.1
11552026-05-28T12:46:37.988Z Downloaded tokio-rustls v0.25.0
11562026-05-28T12:46:37.991Z Downloaded tokio-rustls v0.24.1
11572026-05-28T12:46:37.991Z Downloaded nom v8.0.0
11582026-05-28T12:46:37.995Z Downloaded zeroize_derive v1.4.3
11592026-05-28T12:46:37.995Z Downloaded tokio-rustls v0.26.4
11602026-05-28T12:46:37.995Z Downloaded libm v0.2.16
11612026-05-28T12:46:37.998Z Downloaded tokio-stream v0.1.18
11622026-05-28T12:46:38.003Z Downloaded test-strategy v0.4.5
11632026-05-28T12:46:38.006Z Downloaded rand v0.9.2
11642026-05-28T12:46:38.006Z Downloaded snafu v0.8.9
11652026-05-28T12:46:38.009Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-05-28T12:46:38.012Z Downloaded itertools v0.14.0
11672026-05-28T12:46:38.018Z Downloaded vergen-gitcl v1.0.8
11682026-05-28T12:46:38.018Z Downloaded vergen-git2 v9.1.0
11692026-05-28T12:46:38.025Z Downloaded uzers v0.12.2
11702026-05-28T12:46:38.025Z Downloaded usdt-macro v0.6.0
11712026-05-28T12:46:38.025Z Downloaded zone_cfg_derive v0.3.1
11722026-05-28T12:46:38.025Z Downloaded vergen-lib v0.1.6
11732026-05-28T12:46:38.025Z Downloaded usdt-impl v0.6.0
11742026-05-28T12:46:38.026Z Downloaded iri-string v0.7.10
11752026-05-28T12:46:38.032Z Downloaded tinyvec v1.10.0
11762026-05-28T12:46:38.033Z Downloaded twox-hash v2.1.2
11772026-05-28T12:46:38.033Z Downloaded vsss-rs v3.3.4
11782026-05-28T12:46:38.033Z Downloaded p521 v0.13.3
11792026-05-28T12:46:38.037Z Downloaded walkdir v2.5.0
11802026-05-28T12:46:38.037Z Downloaded wyz v0.5.1
11812026-05-28T12:46:38.037Z Downloaded vergen-lib v9.1.0
11822026-05-28T12:46:38.037Z Downloaded socket2 v0.6.3
11832026-05-28T12:46:38.037Z Downloaded samael v0.0.19
11842026-05-28T12:46:38.040Z Downloaded blake3 v1.8.3
11852026-05-28T12:46:38.043Z Downloaded aho-corasick v1.1.4
11862026-05-28T12:46:38.047Z Downloaded xshell v0.2.7
11872026-05-28T12:46:38.050Z Downloaded tokio-tungstenite v0.21.0
11882026-05-28T12:46:38.050Z Downloaded whoami v1.6.1
11892026-05-28T12:46:38.050Z Downloaded term v0.7.0
11902026-05-28T12:46:38.053Z Downloaded socket2 v0.5.10
11912026-05-28T12:46:38.053Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-28T12:46:38.058Z Downloaded tar v0.4.45
11932026-05-28T12:46:38.061Z Downloaded zone v0.3.1
11942026-05-28T12:46:38.061Z Downloaded tracing-attributes v0.1.31
11952026-05-28T12:46:38.061Z Downloaded slog v2.8.2
11962026-05-28T12:46:38.064Z Downloaded toml v0.7.8
11972026-05-28T12:46:38.067Z Downloaded serde_with v1.14.0
11982026-05-28T12:46:38.072Z Downloaded rand v0.10.1
11992026-05-28T12:46:38.072Z Downloaded hyper v1.8.1
12002026-05-28T12:46:38.075Z Downloaded russh v0.45.0
12012026-05-28T12:46:38.079Z Downloaded vergen v9.1.0
12022026-05-28T12:46:38.084Z Downloaded tungstenite v0.23.0
12032026-05-28T12:46:38.091Z Downloaded unsafe-libyaml v0.2.11
12042026-05-28T12:46:38.094Z Downloaded zstd-safe v7.2.4
12052026-05-28T12:46:38.097Z Downloaded zeroize v1.8.2
12062026-05-28T12:46:38.097Z Downloaded bitvec v1.0.1
12072026-05-28T12:46:38.105Z Downloaded unicode-properties v0.1.4
12082026-05-28T12:46:38.109Z Downloaded whoami v2.1.0
12092026-05-28T12:46:38.109Z Downloaded unicode-bidi v0.3.18
12102026-05-28T12:46:38.109Z Downloaded aws-lc-rs v1.16.3
12112026-05-28T12:46:38.114Z Downloaded uuid v1.23.0
12122026-05-28T12:46:38.117Z Downloaded iddqd v0.4.2
12132026-05-28T12:46:38.122Z Downloaded steno v0.4.1
12142026-05-28T12:46:38.125Z Downloaded yasna v0.5.2
12152026-05-28T12:46:38.125Z Downloaded typify v0.6.2
12162026-05-28T12:46:38.129Z Downloaded vte v0.14.1
12172026-05-28T12:46:38.129Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-05-28T12:46:38.132Z Downloaded typify v0.4.3
12192026-05-28T12:46:38.132Z Downloaded rustyline v14.0.0
12202026-05-28T12:46:38.138Z Downloaded toml_edit v0.19.15
12212026-05-28T12:46:38.146Z Downloaded zstd v0.13.3
12222026-05-28T12:46:38.151Z Downloaded tracing-core v0.1.36
12232026-05-28T12:46:38.154Z Downloaded rpassword v7.4.0
12242026-05-28T12:46:38.159Z Downloaded tungstenite v0.21.0
12252026-05-28T12:46:38.168Z Downloaded zerocopy v0.6.6
12262026-05-28T12:46:38.172Z Downloaded tokio-postgres v0.7.16
12272026-05-28T12:46:38.176Z Downloaded yansi v1.0.1
12282026-05-28T12:46:38.176Z Downloaded unicode_categories v0.1.1
12292026-05-28T12:46:38.179Z Downloaded bindgen v0.71.1
12302026-05-28T12:46:38.184Z Downloaded zip v0.6.6
12312026-05-28T12:46:38.184Z Downloaded ssh-key v0.6.7
12322026-05-28T12:46:38.187Z Downloaded reqwest v0.12.28
12332026-05-28T12:46:38.190Z Downloaded reedline v0.40.0
12342026-05-28T12:46:38.194Z Downloaded zopfli v0.8.3
12352026-05-28T12:46:38.198Z Downloaded git2 v0.20.4
12362026-05-28T12:46:38.224Z Downloaded portable-atomic v1.13.1
12372026-05-28T12:46:38.228Z Downloaded goblin v0.10.5
12382026-05-28T12:46:38.233Z Downloaded rustls-webpki v0.101.7
12392026-05-28T12:46:38.243Z Downloaded p384 v0.13.1
12402026-05-28T12:46:38.246Z Downloaded rayon v1.11.0
12412026-05-28T12:46:38.253Z Downloaded lalrpop v0.19.12
12422026-05-28T12:46:38.259Z Downloaded salty v0.3.0
12432026-05-28T12:46:38.264Z Downloaded unicode-segmentation v1.12.0
12442026-05-28T12:46:38.270Z Downloaded tough v0.22.0
12452026-05-28T12:46:38.282Z Downloaded regex v1.12.3
12462026-05-28T12:46:38.286Z Downloaded typed-path v0.9.3
12472026-05-28T12:46:38.290Z Downloaded petname v2.0.2
12482026-05-28T12:46:38.293Z Downloaded bstr v1.12.1
12492026-05-28T12:46:38.298Z Downloaded x509-cert v0.2.5
12502026-05-28T12:46:38.301Z Downloaded quick-xml v0.37.5
12512026-05-28T12:46:38.304Z Downloaded reqwest v0.13.2
12522026-05-28T12:46:38.307Z Downloaded tower v0.5.3
12532026-05-28T12:46:38.313Z Downloaded zerocopy-derive v0.8.40
12542026-05-28T12:46:38.317Z Downloaded quinn-proto v0.11.13
12552026-05-28T12:46:38.321Z Downloaded radix_trie v0.2.1
12562026-05-28T12:46:38.324Z Downloaded winnow v0.5.40
12572026-05-28T12:46:38.330Z Downloaded tokio-util v0.7.18
12582026-05-28T12:46:38.333Z Downloaded unicode-normalization v0.1.25
12592026-05-28T12:46:38.336Z Downloaded proptest v1.10.0
12602026-05-28T12:46:38.342Z Downloaded zip v4.6.1
12612026-05-28T12:46:38.344Z Downloaded rustls-webpki v0.102.8
12622026-05-28T12:46:38.353Z Downloaded tower-http v0.6.8
12632026-05-28T12:46:38.358Z Downloaded nix v0.27.1
12642026-05-28T12:46:38.364Z Downloaded serde_with v3.17.0
12652026-05-28T12:46:38.370Z Downloaded object v0.30.4
12662026-05-28T12:46:38.376Z Downloaded moka v0.12.13
12672026-05-28T12:46:38.381Z Downloaded nix v0.28.0
12682026-05-28T12:46:38.387Z Downloaded curve25519-dalek v4.1.3
12692026-05-28T12:46:38.393Z Downloaded regex-syntax v0.6.29
12702026-05-28T12:46:38.402Z Downloaded nix v0.31.2
12712026-05-28T12:46:38.414Z Downloaded vcpkg v0.2.15
12722026-05-28T12:46:38.435Z Downloaded polar-core v0.27.3
12732026-05-28T12:46:38.441Z Downloaded object v0.37.3
12742026-05-28T12:46:38.449Z Downloaded winnow v0.6.26
12752026-05-28T12:46:38.454Z Downloaded zerocopy v0.8.40
12762026-05-28T12:46:38.459Z Downloaded rustls v0.22.4
12772026-05-28T12:46:38.466Z Downloaded regress v0.11.1
12782026-05-28T12:46:38.472Z Downloaded winnow v1.0.3
12792026-05-28T12:46:38.477Z Downloaded hickory-proto v0.25.2
12802026-05-28T12:46:38.486Z Downloaded openssl v0.10.79
12812026-05-28T12:46:38.506Z Downloaded time v0.3.47
12822026-05-28T12:46:38.516Z Downloaded smoltcp v0.9.1
12832026-05-28T12:46:38.521Z Downloaded tabled v0.20.0
12842026-05-28T12:46:38.536Z Downloaded zlib-rs v0.6.2
12852026-05-28T12:46:38.539Z Downloaded rustls v0.21.12
12862026-05-28T12:46:38.547Z Downloaded dropshot v0.17.0
12872026-05-28T12:46:38.563Z Downloaded webpki-roots v1.0.6
12882026-05-28T12:46:38.566Z Downloaded hickory-proto v0.24.4
12892026-05-28T12:46:38.574Z Downloaded diesel v2.3.7
12902026-05-28T12:46:38.587Z Downloaded smoltcp v0.11.0
12912026-05-28T12:46:38.593Z Downloaded regress v0.10.5
12922026-05-28T12:46:38.598Z Downloaded ratatui v0.29.0
12932026-05-28T12:46:38.610Z Downloaded typify-impl v0.6.2
12942026-05-28T12:46:38.618Z Downloaded rustls v0.23.37
12952026-05-28T12:46:38.625Z Downloaded rustix v0.38.44
12962026-05-28T12:46:38.638Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-28T12:46:38.645Z Downloaded typify-impl v0.4.3
12982026-05-28T12:46:38.653Z Downloaded regex-syntax v0.8.10
12992026-05-28T12:46:38.657Z Downloaded openapiv3 v2.2.0
13002026-05-28T12:46:38.680Z Downloaded chrono-tz v0.10.4
13012026-05-28T12:46:38.691Z Downloaded sqlparser v0.61.0
13022026-05-28T12:46:38.708Z Downloaded sled v0.34.7
13032026-05-28T12:46:38.735Z Downloaded tracing v0.1.44
13042026-05-28T12:46:38.746Z Downloaded sha3 v0.10.8
13052026-05-28T12:46:38.749Z Downloaded tokio v1.52.1
13062026-05-28T12:46:38.773Z Downloaded regex-automata v0.4.14
13072026-05-28T12:46:38.786Z Downloaded zerocopy-derive v0.6.6
13082026-05-28T12:46:38.807Z Downloaded petgraph v0.6.5
13092026-05-28T12:46:38.817Z Downloaded jiff v0.2.21
13102026-05-28T12:46:38.835Z Downloaded petgraph v0.8.3
13112026-05-28T12:46:38.847Z Downloaded csv v1.4.0
13122026-05-28T12:46:38.859Z Downloaded libz-sys v1.1.24
13132026-05-28T12:46:38.871Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-28T12:46:38.888Z Downloaded ring v0.17.14
13152026-05-28T12:46:38.918Z Downloaded encoding_rs v0.8.35
13162026-05-28T12:46:38.944Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-05-28T12:46:39.425Z Downloaded aws-lc-sys v0.40.0
13182026-05-28T12:46:39.671Z Compiling libc v0.2.185
13192026-05-28T12:46:39.671Z Compiling serde v1.0.228
13202026-05-28T12:46:39.674Z Compiling log v0.4.29
13212026-05-28T12:46:39.674Z Compiling shlex v1.3.0
13222026-05-28T12:46:39.812Z Compiling find-msvc-tools v0.1.9
13232026-05-28T12:46:39.824Z Compiling smallvec v1.15.1
13242026-05-28T12:46:39.834Z Compiling syn v2.0.117
13252026-05-28T12:46:39.866Z Compiling typenum v1.19.0
13262026-05-28T12:46:40.023Z Compiling generic-array v0.14.7
13272026-05-28T12:46:40.026Z Compiling subtle v2.6.1
13282026-05-28T12:46:40.070Z Compiling scopeguard v1.2.0
13292026-05-28T12:46:40.120Z Compiling const-oid v0.9.6
13302026-05-28T12:46:40.160Z Compiling lock_api v0.4.14
13312026-05-28T12:46:40.187Z Compiling serde_json v1.0.149
13322026-05-28T12:46:40.212Z Compiling zerocopy v0.8.40
13332026-05-28T12:46:40.280Z Compiling parking_lot_core v0.9.12
13342026-05-28T12:46:40.406Z Compiling portable-atomic v1.13.1
13352026-05-28T12:46:40.520Z Compiling pin-project-lite v0.2.17
13362026-05-28T12:46:40.646Z Compiling pkg-config v0.3.32
13372026-05-28T12:46:40.662Z Compiling bitflags v2.11.0
13382026-05-28T12:46:40.760Z Compiling getrandom v0.2.17
13392026-05-28T12:46:40.861Z Compiling jobserver v0.1.34
13402026-05-28T12:46:40.880Z Compiling errno v0.3.14
13412026-05-28T12:46:40.909Z Compiling rand_core v0.6.4
13422026-05-28T12:46:41.036Z Compiling signal-hook-registry v1.4.8
13432026-05-28T12:46:41.189Z Compiling cc v1.2.56
13442026-05-28T12:46:41.229Z Compiling libm v0.2.16
13452026-05-28T12:46:41.248Z Compiling critical-section v1.2.0
13462026-05-28T12:46:41.299Z Compiling futures-core v0.3.32
13472026-05-28T12:46:41.315Z Compiling parking_lot v0.12.5
13482026-05-28T12:46:41.355Z Compiling mio v1.2.0
13492026-05-28T12:46:41.450Z Compiling once_cell v1.21.3
13502026-05-28T12:46:41.473Z Compiling num-traits v0.2.19
13512026-05-28T12:46:41.571Z Compiling percent-encoding v2.3.2
13522026-05-28T12:46:41.675Z Compiling socket2 v0.6.3
13532026-05-28T12:46:41.692Z Compiling futures-sink v0.3.32
13542026-05-28T12:46:41.764Z Compiling futures-task v0.3.32
13552026-05-28T12:46:41.792Z Compiling futures-channel v0.3.32
13562026-05-28T12:46:41.818Z Compiling cpufeatures v0.2.17
13572026-05-28T12:46:41.832Z Compiling futures-io v0.3.32
13582026-05-28T12:46:41.894Z Compiling slab v0.4.12
13592026-05-28T12:46:41.930Z Compiling getrandom v0.4.1
13602026-05-28T12:46:41.981Z Compiling rand_core v0.10.0
13612026-05-28T12:46:42.017Z Compiling indexmap v2.14.0
13622026-05-28T12:46:42.068Z Compiling getrandom v0.3.4
13632026-05-28T12:46:42.073Z Compiling rustversion v1.0.22
13642026-05-28T12:46:42.145Z Compiling cmake v0.1.57
13652026-05-28T12:46:42.552Z Compiling form_urlencoded v1.2.2
13662026-05-28T12:46:42.565Z Compiling fs_extra v1.3.0
13672026-05-28T12:46:42.652Z Compiling dunce v1.0.5
13682026-05-28T12:46:42.748Z Compiling synstructure v0.13.2
13692026-05-28T12:46:42.751Z Compiling base64ct v1.8.3
13702026-05-28T12:46:42.776Z Compiling ident_case v1.0.1
13712026-05-28T12:46:42.849Z Compiling aws-lc-sys v0.40.0
13722026-05-28T12:46:42.895Z Compiling rustix v1.1.3
13732026-05-28T12:46:43.032Z Compiling pem-rfc7468 v0.7.0
13742026-05-28T12:46:43.047Z Compiling regex-syntax v0.8.10
13752026-05-28T12:46:43.065Z Compiling iana-time-zone v0.1.65
13762026-05-28T12:46:43.244Z Compiling flagset v0.4.7
13772026-05-28T12:46:43.282Z Compiling rand_core v0.9.5
13782026-05-28T12:46:43.338Z Compiling ring v0.17.14
13792026-05-28T12:46:43.366Z Compiling aws-lc-rs v1.16.3
13802026-05-28T12:46:43.379Z Compiling vcpkg v0.2.15
13812026-05-28T12:46:43.601Z Compiling uuid v1.23.0
13822026-05-28T12:46:43.729Z Compiling rustc_version v0.4.1
13832026-05-28T12:46:44.075Z Compiling tracing-core v0.1.36
13842026-05-28T12:46:44.198Z Compiling openssl-sys v0.9.115
13852026-05-28T12:46:44.328Z Compiling base64 v0.22.1
13862026-05-28T12:46:44.572Z Compiling serde_derive v1.0.228
13872026-05-28T12:46:44.633Z Compiling zeroize_derive v1.4.3
13882026-05-28T12:46:44.663Z Compiling zerofrom-derive v0.1.6
13892026-05-28T12:46:44.714Z Compiling yoke-derive v0.8.1
13902026-05-28T12:46:44.739Z Compiling zerocopy-derive v0.8.40
13912026-05-28T12:46:45.293Z Compiling zeroize v1.8.2
13922026-05-28T12:46:45.540Z Compiling zerovec-derive v0.11.2
13932026-05-28T12:46:45.907Z Compiling displaydoc v0.2.5
13942026-05-28T12:46:46.081Z Compiling crypto-common v0.1.7
13952026-05-28T12:46:46.100Z Compiling zerofrom v0.1.6
13962026-05-28T12:46:46.225Z Compiling yoke v0.8.1
13972026-05-28T12:46:46.240Z Compiling block-buffer v0.10.4
13982026-05-28T12:46:46.404Z Compiling digest v0.10.7
13992026-05-28T12:46:46.404Z Compiling tokio-macros v2.7.0
14002026-05-28T12:46:46.653Z Compiling futures-macro v0.3.32
14012026-05-28T12:46:46.656Z Compiling zerotrie v0.2.3
14022026-05-28T12:46:46.685Z Compiling zerovec v0.11.5
14032026-05-28T12:46:46.963Z Compiling hmac v0.12.1
14042026-05-28T12:46:47.121Z Compiling block-padding v0.3.3
14052026-05-28T12:46:47.135Z Compiling tinystr v0.8.2
14062026-05-28T12:46:47.191Z Compiling potential_utf v0.1.4
14072026-05-28T12:46:47.277Z Compiling inout v0.1.4
14082026-05-28T12:46:47.333Z Compiling icu_locale_core v2.1.1
14092026-05-28T12:46:47.352Z Compiling icu_collections v2.1.1
14102026-05-28T12:46:47.442Z Compiling cipher v0.4.4
14112026-05-28T12:46:47.445Z Compiling futures-util v0.3.32
14122026-05-28T12:46:47.703Z Compiling sha2 v0.10.9
14132026-05-28T12:46:47.822Z Compiling der_derive v0.7.3
14142026-05-28T12:46:48.081Z Compiling bytes v1.11.1
14152026-05-28T12:46:48.097Z Compiling icu_provider v2.1.1
14162026-05-28T12:46:48.204Z Compiling chrono v0.4.44
14172026-05-28T12:46:48.405Z Compiling icu_properties v2.1.2
14182026-05-28T12:46:48.756Z Compiling tokio v1.52.1
14192026-05-28T12:46:48.813Z Compiling icu_normalizer v2.1.1
14202026-05-28T12:46:49.166Z Compiling ppv-lite86 v0.2.21
14212026-05-28T12:46:49.262Z Compiling der v0.7.10
14222026-05-28T12:46:49.358Z Compiling idna_adapter v1.2.1
14232026-05-28T12:46:49.498Z Compiling idna v1.1.0
14242026-05-28T12:46:49.498Z Compiling http v1.4.0
14252026-05-28T12:46:49.559Z Compiling salsa20 v0.10.2
14262026-05-28T12:46:49.659Z Compiling pbkdf2 v0.12.2
14272026-05-28T12:46:49.698Z Compiling rustls-pki-types v1.14.0
14282026-05-28T12:46:49.778Z Compiling tracing-attributes v0.1.31
14292026-05-28T12:46:49.806Z Compiling url v2.5.8
14302026-05-28T12:46:50.142Z Compiling spki v0.7.3
14312026-05-28T12:46:50.156Z Compiling thiserror-impl v2.0.18
14322026-05-28T12:46:50.350Z Compiling http-body v1.0.1
14332026-05-28T12:46:50.432Z Compiling scrypt v0.11.0
14342026-05-28T12:46:50.483Z Compiling rand_chacha v0.9.0
14352026-05-28T12:46:50.503Z Compiling aes v0.8.4
14362026-05-28T12:46:50.602Z Compiling cbc v0.1.2
14372026-05-28T12:46:50.750Z Compiling untrusted v0.9.0
14382026-05-28T12:46:50.765Z Compiling tinyvec_macros v0.1.1
14392026-05-28T12:46:50.837Z Compiling httparse v1.10.1
14402026-05-28T12:46:50.875Z Compiling untrusted v0.7.1
14412026-05-28T12:46:51.005Z Compiling openssl-probe v0.2.1
14422026-05-28T12:46:51.084Z Compiling tracing v0.1.44
14432026-05-28T12:46:51.172Z Compiling pkcs5 v0.7.1
14442026-05-28T12:46:51.246Z Compiling tinyvec v1.10.0
14452026-05-28T12:46:51.346Z Compiling pest_generator v2.8.6
14462026-05-28T12:46:51.511Z Compiling thiserror v2.0.18
14472026-05-28T12:46:51.568Z Compiling rand v0.9.2
14482026-05-28T12:46:51.589Z Compiling serde_derive_internals v0.29.1
14492026-05-28T12:46:51.617Z Compiling aho-corasick v1.1.4
14502026-05-28T12:46:51.651Z Compiling schemars v0.8.22
14512026-05-28T12:46:51.852Z Compiling tower-layer v0.3.3
14522026-05-28T12:46:52.016Z Compiling try-lock v0.2.5
14532026-05-28T12:46:52.041Z Compiling tower-service v0.3.3
14542026-05-28T12:46:52.124Z Compiling dyn-clone v1.0.20
14552026-05-28T12:46:52.139Z Compiling rustls v0.23.37
14562026-05-28T12:46:52.266Z Compiling atomic-waker v1.1.2
14572026-05-28T12:46:52.308Z Compiling want v0.3.1
14582026-05-28T12:46:52.358Z Compiling pest_derive v2.8.6
14592026-05-28T12:46:53.413Z Compiling regex-automata v0.4.14
14602026-05-28T12:46:53.417Z Compiling tokio-util v0.7.18
14612026-05-28T12:46:53.417Z Compiling schemars_derive v0.8.22
14622026-05-28T12:46:53.417Z Compiling pkcs8 v0.10.2
14632026-05-28T12:46:53.417Z Compiling ipnet v2.11.0
14642026-05-28T12:46:53.417Z Compiling h2 v0.4.13
14652026-05-28T12:46:53.417Z Compiling scroll_derive v0.13.1
14662026-05-28T12:46:53.505Z Compiling darling_core v0.20.11
14672026-05-28T12:46:53.627Z Compiling httpdate v1.0.3
14682026-05-28T12:46:53.754Z Compiling pin-utils v0.1.0
14692026-05-28T12:46:53.829Z Compiling foreign-types-shared v0.1.1
14702026-05-28T12:46:53.853Z Compiling openssl v0.10.79
14712026-05-28T12:46:53.919Z Compiling tempfile v3.25.0
14722026-05-28T12:46:54.111Z Compiling foreign-types v0.3.2
14732026-05-28T12:46:54.126Z Compiling scroll v0.13.0
14742026-05-28T12:46:54.295Z Compiling unicode-normalization v0.1.25
14752026-05-28T12:46:54.464Z Compiling openssl-macros v0.1.1
14762026-05-28T12:46:54.761Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-05-28T12:46:54.823Z Compiling socket2 v0.5.10
14782026-05-28T12:46:54.857Z Compiling spin v0.9.8
14792026-05-28T12:46:55.064Z Compiling time-core v0.1.8
14802026-05-28T12:46:55.150Z Compiling crc32fast v1.5.0
14812026-05-28T12:46:55.213Z Compiling native-tls v0.2.18
14822026-05-28T12:46:55.230Z Compiling num-conv v0.2.0
14832026-05-28T12:46:55.364Z Compiling powerfmt v0.2.0
14842026-05-28T12:46:55.449Z Compiling time-macros v0.2.27
14852026-05-28T12:46:55.510Z Compiling deranged v0.5.8
14862026-05-28T12:46:55.825Z Compiling darling_macro v0.20.11
14872026-05-28T12:46:56.293Z Compiling hyper v1.8.1
14882026-05-28T12:46:56.469Z Compiling darling v0.20.11
14892026-05-28T12:46:56.496Z Compiling goblin v0.10.5
14902026-05-28T12:46:56.551Z Compiling rustls-native-certs v0.8.3
14912026-05-28T12:46:56.581Z Compiling sync_wrapper v1.0.2
14922026-05-28T12:46:56.693Z Compiling wait-timeout v0.2.1
14932026-05-28T12:46:56.837Z Compiling num_threads v0.1.7
14942026-05-28T12:46:56.937Z Compiling simd-adler32 v0.3.8
14952026-05-28T12:46:56.958Z Compiling syn v1.0.109
14962026-05-28T12:46:57.188Z Compiling quick-error v1.2.3
14972026-05-28T12:46:57.262Z Compiling unicode-segmentation v1.12.0
14982026-05-28T12:46:57.295Z Compiling siphasher v1.0.2
14992026-05-28T12:46:57.315Z Compiling bit-vec v0.8.0
15002026-05-28T12:46:57.481Z Compiling hyper-util v0.1.20
15012026-05-28T12:46:57.545Z Compiling crossbeam-utils v0.8.21
15022026-05-28T12:46:57.641Z Compiling usdt-impl v0.6.0
15032026-05-28T12:46:57.878Z Compiling bit-set v0.8.0
15042026-05-28T12:46:57.892Z Compiling rusty-fork v0.3.1
15052026-05-28T12:46:58.088Z Compiling time v0.3.47
15062026-05-28T12:46:58.177Z Compiling tower v0.5.3
15072026-05-28T12:46:58.199Z Compiling derive_builder_core v0.20.2
15082026-05-28T12:46:58.693Z Compiling dtrace-parser v0.3.0
15092026-05-28T12:46:58.763Z Compiling http-body-util v0.1.3
15102026-05-28T12:46:59.015Z Compiling webpki-roots v1.0.6
15112026-05-28T12:46:59.129Z Compiling signature v2.2.0
15122026-05-28T12:46:59.144Z Compiling thiserror-impl v1.0.69
15132026-05-28T12:46:59.288Z Compiling dof v0.4.0
15142026-05-28T12:46:59.318Z Compiling scroll_derive v0.12.1
15152026-05-28T12:46:59.460Z Compiling heapless v0.7.17
15162026-05-28T12:46:59.706Z Compiling rand_xorshift v0.4.0
15172026-05-28T12:46:59.740Z Compiling slog v2.8.2
15182026-05-28T12:46:59.871Z Compiling darling_core v0.21.3
15192026-05-28T12:46:59.926Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-05-28T12:46:59.984Z Compiling thread-id v5.1.0
15212026-05-28T12:47:00.070Z Compiling cookie v0.18.1
15222026-05-28T12:47:00.198Z Compiling adler2 v2.0.1
15232026-05-28T12:47:00.255Z Compiling zstd-safe v7.2.4
15242026-05-28T12:47:00.331Z Compiling ryu v1.0.23
15252026-05-28T12:47:00.413Z Compiling unarray v0.1.4
15262026-05-28T12:47:00.450Z Compiling anyhow v1.0.102
15272026-05-28T12:47:00.467Z Compiling iri-string v0.7.10
15282026-05-28T12:47:00.512Z Compiling paste v1.0.15
15292026-05-28T12:47:00.525Z Compiling unicode-properties v0.1.4
15302026-05-28T12:47:00.736Z Compiling unicode-bidi v0.3.18
15312026-05-28T12:47:00.750Z Compiling allocator-api2 v0.2.21
15322026-05-28T12:47:00.775Z Compiling signal-hook v0.3.18
15332026-05-28T12:47:00.962Z Compiling proptest v1.10.0
15342026-05-28T12:47:01.067Z Compiling stringprep v0.1.5
15352026-05-28T12:47:01.082Z Compiling serde_urlencoded v0.7.1
15362026-05-28T12:47:01.260Z Compiling thiserror v1.0.69
15372026-05-28T12:47:01.321Z Compiling miniz_oxide v0.8.9
15382026-05-28T12:47:01.921Z Compiling tower-http v0.6.8
15392026-05-28T12:47:01.946Z Compiling scroll v0.12.0
15402026-05-28T12:47:02.131Z Compiling derive_builder_macro v0.20.2
15412026-05-28T12:47:02.173Z Compiling tokio-native-tls v0.3.1
15422026-05-28T12:47:02.322Z Compiling heck v0.4.1
15432026-05-28T12:47:02.341Z Compiling ipnetwork v0.21.1
15442026-05-28T12:47:02.371Z Compiling darling_macro v0.21.3
15452026-05-28T12:47:02.548Z Compiling bstr v1.12.1
15462026-05-28T12:47:02.581Z Compiling rand_chacha v0.3.1
15472026-05-28T12:47:02.687Z Compiling erased-serde v0.3.31
15482026-05-28T12:47:02.727Z Compiling serde_spanned v0.6.9
15492026-05-28T12:47:02.850Z Compiling toml_datetime v0.6.11
15502026-05-28T12:47:02.872Z Compiling serde_tokenstream v0.2.3
15512026-05-28T12:47:03.113Z Compiling md-5 v0.10.6
15522026-05-28T12:47:03.162Z Compiling pin-project-internal v1.1.11
15532026-05-28T12:47:03.182Z Compiling zerocopy-derive v0.7.35
15542026-05-28T12:47:03.196Z Compiling async-trait v0.1.89
15552026-05-28T12:47:03.277Z Compiling curve25519-dalek v4.1.3
15562026-05-28T12:47:03.388Z Compiling vergen-lib v9.1.0
15572026-05-28T12:47:03.616Z Compiling num-integer v0.1.46
15582026-05-28T12:47:03.668Z Compiling hash32 v0.2.1
15592026-05-28T12:47:03.870Z Compiling ff v0.13.1
15602026-05-28T12:47:03.949Z Compiling memoffset v0.9.1
15612026-05-28T12:47:04.012Z Compiling encoding_rs v0.8.35
15622026-05-28T12:47:04.103Z Compiling fallible-iterator v0.2.0
15632026-05-28T12:47:04.145Z Compiling psl-types v2.0.11
15642026-05-28T12:47:04.264Z Compiling rustix v0.38.44
15652026-05-28T12:47:04.280Z Compiling num-bigint-dig v0.8.6
15662026-05-28T12:47:04.314Z Compiling mime v0.3.17
15672026-05-28T12:47:04.433Z Compiling litrs v1.0.0
15682026-05-28T12:47:04.469Z Compiling cfg_aliases v0.2.1
15692026-05-28T12:47:04.546Z Compiling smoltcp v0.9.1
15702026-05-28T12:47:04.584Z Compiling base16ct v0.2.0
15712026-05-28T12:47:04.614Z Compiling ref-cast v1.0.25
15722026-05-28T12:47:04.767Z Compiling zlib-rs v0.6.2
15732026-05-28T12:47:04.908Z Compiling sec1 v0.7.3
15742026-05-28T12:47:04.948Z Compiling document-features v0.2.12
15752026-05-28T12:47:05.058Z Compiling nix v0.31.2
15762026-05-28T12:47:05.206Z Compiling postgres-protocol v0.6.10
15772026-05-28T12:47:05.432Z Compiling pin-project v1.1.11
15782026-05-28T12:47:05.547Z Compiling publicsuffix v2.3.0
15792026-05-28T12:47:05.562Z Compiling zerocopy v0.7.35
15802026-05-28T12:47:05.677Z Compiling group v0.13.0
15812026-05-28T12:47:05.717Z Compiling num-iter v0.1.45
15822026-05-28T12:47:05.873Z Compiling newtype-uuid v1.3.2
15832026-05-28T12:47:06.068Z Compiling hubpack_derive v0.1.1
15842026-05-28T12:47:06.105Z Compiling darling v0.21.3
15852026-05-28T12:47:06.192Z Compiling rand v0.8.6
15862026-05-28T12:47:06.208Z Compiling derive_builder v0.20.2
15872026-05-28T12:47:06.230Z Compiling oxnet v0.1.5
15882026-05-28T12:47:06.301Z Compiling snafu-derive v0.8.9
15892026-05-28T12:47:06.331Z Compiling hyper-tls v0.6.0
15902026-05-28T12:47:06.555Z Compiling goblin v0.8.2
15912026-05-28T12:47:07.192Z Compiling phf_shared v0.13.1
15922026-05-28T12:47:07.344Z Compiling lazy_static v1.5.0
15932026-05-28T12:47:07.431Z Compiling regex v1.12.3
15942026-05-28T12:47:07.446Z Compiling anstyle-parse v0.2.7
15952026-05-28T12:47:07.627Z Compiling flate2 v1.1.9
15962026-05-28T12:47:07.673Z Compiling strum_macros v0.27.2
15972026-05-28T12:47:07.859Z Compiling futures-executor v0.3.32
15982026-05-28T12:47:07.997Z Compiling hex v0.4.3
15992026-05-28T12:47:08.046Z Compiling hkdf v0.12.4
16002026-05-28T12:47:08.119Z Compiling crypto-bigint v0.5.5
16012026-05-28T12:47:08.182Z Compiling daft-derive v0.1.7
16022026-05-28T12:47:08.209Z Compiling curve25519-dalek-derive v0.1.1
16032026-05-28T12:47:08.266Z Compiling ref-cast-impl v1.0.25
16042026-05-28T12:47:08.845Z Compiling terminal_size v0.4.3
16052026-05-28T12:47:08.884Z Compiling vergen v9.1.0
16062026-05-28T12:47:08.909Z Compiling fs-err v3.3.0
16072026-05-28T12:47:08.984Z Compiling cargo-platform v0.3.2
16082026-05-28T12:47:09.067Z Compiling ahash v0.8.12
16092026-05-28T12:47:09.099Z Compiling bumpalo v3.20.2
16102026-05-28T12:47:09.266Z Compiling same-file v1.0.6
16112026-05-28T12:47:09.282Z Compiling foldhash v0.1.5
16122026-05-28T12:47:09.358Z Compiling libbz2-rs-sys v0.2.2
16132026-05-28T12:47:09.435Z Compiling bitflags v1.3.2
16142026-05-28T12:47:09.455Z Compiling object v0.37.3
16152026-05-28T12:47:09.512Z Compiling winnow v0.5.40
16162026-05-28T12:47:09.718Z Compiling foldhash v0.2.0
16172026-05-28T12:47:09.733Z Compiling managed v0.8.0
16182026-05-28T12:47:09.966Z Compiling hashbrown v0.16.1
16192026-05-28T12:47:10.057Z Compiling bzip2 v0.6.1
16202026-05-28T12:47:10.180Z Compiling strum v0.27.2
16212026-05-28T12:47:10.263Z Compiling clap_builder v4.6.0
16222026-05-28T12:47:10.313Z Compiling hashbrown v0.15.5
16232026-05-28T12:47:10.313Z Compiling walkdir v2.5.0
16242026-05-28T12:47:10.551Z Compiling zopfli v0.8.3
16252026-05-28T12:47:10.675Z Compiling cargo_metadata v0.23.1
16262026-05-28T12:47:10.742Z Compiling elliptic-curve v0.13.8
16272026-05-28T12:47:10.881Z Compiling toml_edit v0.19.15
16282026-05-28T12:47:11.074Z Compiling daft v0.1.7
16292026-05-28T12:47:11.323Z Compiling dof v0.3.0
16302026-05-28T12:47:11.352Z Compiling snafu v0.8.9
16312026-05-28T12:47:11.708Z Compiling futures v0.3.32
16322026-05-28T12:47:11.791Z Compiling anstream v0.6.21
16332026-05-28T12:47:12.049Z Compiling phf v0.13.1
16342026-05-28T12:47:12.065Z Compiling signal-hook-mio v0.2.5
16352026-05-28T12:47:12.183Z Compiling cookie_store v0.22.1
16362026-05-28T12:47:12.206Z Compiling zstd v0.13.3
16372026-05-28T12:47:12.467Z Compiling bzip2 v0.4.4
16382026-05-28T12:47:12.467Z Compiling hubpack v0.1.2
16392026-05-28T12:47:12.677Z Compiling serde_with_macros v3.17.0
16402026-05-28T12:47:12.786Z Compiling postgres-types v0.2.12
16412026-05-28T12:47:13.273Z Compiling usdt-attr-macro v0.6.0
16422026-05-28T12:47:13.340Z Compiling usdt-macro v0.6.0
16432026-05-28T12:47:13.511Z Compiling globset v0.4.18
16442026-05-28T12:47:13.838Z Compiling dtrace-parser v0.2.0
16452026-05-28T12:47:14.003Z Compiling ed25519 v2.2.3
16462026-05-28T12:47:14.088Z Compiling phf_shared v0.11.3
16472026-05-28T12:47:14.125Z Compiling olpc-cjson v0.1.4
16482026-05-28T12:47:14.180Z Compiling pkcs1 v0.7.5
16492026-05-28T12:47:14.233Z Compiling clap_derive v4.6.1
16502026-05-28T12:47:14.276Z Compiling strum_macros v0.26.4
16512026-05-28T12:47:14.291Z Compiling enum-as-inner v0.6.1
16522026-05-28T12:47:14.587Z Compiling serde-big-array v0.5.1
16532026-05-28T12:47:14.603Z Compiling serde_plain v1.0.2
16542026-05-28T12:47:14.732Z Compiling rfc6979 v0.4.0
16552026-05-28T12:47:14.806Z Compiling async-recursion v1.1.1
16562026-05-28T12:47:14.821Z Compiling serde_repr v0.1.20
16572026-05-28T12:47:14.863Z Compiling pem v3.0.6
16582026-05-28T12:47:14.926Z Compiling float-cmp v0.10.0
16592026-05-28T12:47:15.076Z Compiling thread-id v4.2.2
16602026-05-28T12:47:15.163Z Compiling memmap2 v0.9.10
16612026-05-28T12:47:15.193Z Compiling env_filter v1.0.0
16622026-05-28T12:47:15.338Z Compiling new_debug_unreachable v1.0.6
16632026-05-28T12:47:15.378Z Compiling keccak v0.1.6
16642026-05-28T12:47:15.414Z Compiling precomputed-hash v0.1.1
16652026-05-28T12:47:15.453Z Compiling predicates-core v1.0.10
16662026-05-28T12:47:15.495Z Compiling normalize-line-endings v0.3.0
16672026-05-28T12:47:15.509Z Compiling difflib v0.4.0
16682026-05-28T12:47:15.595Z Compiling fixedbitset v0.4.2
16692026-05-28T12:47:15.636Z Compiling static_assertions v1.1.0
16702026-05-28T12:47:15.710Z Compiling data-encoding v2.10.0
16712026-05-28T12:47:15.812Z Compiling fixedbitset v0.5.7
16722026-05-28T12:47:16.002Z Compiling whoami v2.1.0
16732026-05-28T12:47:16.022Z Compiling jiff v0.2.21
16742026-05-28T12:47:16.062Z Compiling typed-path v0.9.3
16752026-05-28T12:47:16.112Z Compiling toml_edit v0.22.27
16762026-05-28T12:47:16.195Z Compiling strum v0.26.3
16772026-05-28T12:47:16.329Z Compiling tokio-postgres v0.7.16
16782026-05-28T12:47:16.380Z Compiling petgraph v0.8.3
16792026-05-28T12:47:16.403Z Compiling clap v4.6.1
16802026-05-28T12:47:16.489Z Compiling hickory-proto v0.25.2
16812026-05-28T12:47:17.297Z Compiling petgraph v0.6.5
16822026-05-28T12:47:17.682Z Compiling predicates v3.1.4
16832026-05-28T12:47:18.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-05-28T12:47:18.339Z Compiling sha3 v0.10.8
16852026-05-28T12:47:18.521Z Compiling string_cache v0.8.9
16862026-05-28T12:47:18.778Z Compiling zip v4.6.1
16872026-05-28T12:47:18.828Z Compiling env_logger v0.11.9
16882026-05-28T12:47:18.858Z Compiling usdt v0.6.0
16892026-05-28T12:47:18.873Z Compiling usdt-impl v0.5.0
16902026-05-28T12:47:19.120Z Compiling ecdsa v0.16.9
16912026-05-28T12:47:19.191Z Compiling rsa v0.9.10
16922026-05-28T12:47:19.472Z Compiling ed25519-dalek v2.2.0
16932026-05-28T12:47:19.536Z Compiling serde_with v3.17.0
16942026-05-28T12:47:19.789Z Compiling crossterm v0.28.1
16952026-05-28T12:47:20.282Z Compiling zip v0.6.6
16962026-05-28T12:47:21.072Z Compiling toml v0.7.8
16972026-05-28T12:47:21.245Z Compiling iddqd v0.4.2
16982026-05-28T12:47:21.506Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-28T12:47:21.651Z Compiling similar v2.7.0
17002026-05-28T12:47:21.667Z Compiling crossbeam-epoch v0.9.18
17012026-05-28T12:47:21.680Z Compiling tokio-stream v0.1.18
17022026-05-28T12:47:21.989Z Compiling buf-list v1.1.2
17032026-05-28T12:47:22.133Z Compiling x509-cert v0.2.5
17042026-05-28T12:47:22.148Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-05-28T12:47:22.269Z Compiling openapiv3 v2.2.0
17062026-05-28T12:47:22.452Z Compiling sha1 v0.10.6
17072026-05-28T12:47:22.523Z Compiling lalrpop-util v0.19.12
17082026-05-28T12:47:22.526Z Compiling either v1.15.0
17092026-05-28T12:47:22.551Z Compiling peg-runtime v0.8.5
17102026-05-28T12:47:22.670Z Compiling thread_local v1.1.9
17112026-05-28T12:47:22.714Z Compiling slog-async v2.8.0
17122026-05-28T12:47:22.740Z Compiling crossbeam-channel v0.5.15
17132026-05-28T12:47:22.838Z Compiling is-terminal v0.4.17
17142026-05-28T12:47:22.924Z Compiling filetime v0.2.27
17152026-05-28T12:47:22.934Z Compiling term v1.2.1
17162026-05-28T12:47:23.038Z Compiling take_mut v0.2.2
17172026-05-28T12:47:23.089Z Compiling xattr v1.6.1
17182026-05-28T12:47:23.204Z Compiling slog-term v2.9.2
17192026-05-28T12:47:23.276Z Compiling tar v0.4.45
17202026-05-28T12:47:33.308Z Compiling rustls-webpki v0.103.9
17212026-05-28T12:47:36.146Z Compiling tokio-rustls v0.26.4
17222026-05-28T12:47:36.146Z Compiling rustls-platform-verifier v0.6.2
17232026-05-28T12:47:36.359Z Compiling hyper-rustls v0.27.7
17242026-05-28T12:47:36.546Z Compiling reqwest v0.12.28
17252026-05-28T12:47:36.546Z Compiling reqwest v0.13.2
17262026-05-28T12:47:37.819Z Compiling tough v0.22.0
17272026-05-28T12:47:40.385Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-05-28T12:47:40.604Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-05-28T12:47:43.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17302026-05-28T12:47:43.688Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-05-28T12:47:43.743ZMay 28 12:47:42.213 INFO Starting download, target: Cockroach
17322026-05-28T12:47:43.743ZMay 28 12:47:42.214 INFO Starting download, target: Clickhouse
17332026-05-28T12:47:43.743ZMay 28 12:47:42.214 INFO Starting download, target: DendriteStub
17342026-05-28T12:47:43.743ZMay 28 12:47:42.214 INFO Starting download, target: Console
17352026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Starting download, target: MaghemiteMgd
17362026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Starting download, target: MaghemiteDdmd
17372026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Starting download, target: TransceiverControl
17382026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-28T12:47:43.749ZMay 28 12:47:42.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-28T12:47:44.283ZMay 28 12:47:42.739 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-28T12:47:44.476ZMay 28 12:47:42.944 INFO Download complete, target: TransceiverControl
17472026-05-28T12:47:44.901ZMay 28 12:47:43.373 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-28T12:47:45.227ZMay 28 12:47:43.686 INFO Download complete, target: Console
17492026-05-28T12:47:45.564ZMay 28 12:47:44.036 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-05-28T12:47:45.567ZMay 28 12:47:44.041 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-05-28T12:47:45.689ZMay 28 12:47:44.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-05-28T12:47:45.892ZMay 28 12:47:44.350 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-05-28T12:47:46.175ZMay 28 12:47:44.648 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-05-28T12:47:46.175ZMay 28 12:47:44.648 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-05-28T12:47:47.712ZMay 28 12:47:46.184 INFO Download complete, target: MaghemiteDdmd
17562026-05-28T12:47:47.969ZMay 28 12:47:46.442 INFO Download complete, target: MaghemiteMgd
17572026-05-28T12:47:48.362ZMay 28 12:47:46.835 INFO Download complete, target: DendriteStub
17582026-05-28T12:47:50.842ZMay 28 12:47:49.315 INFO Checking that binary works, target: Cockroach
17592026-05-28T12:47:50.960ZMay 28 12:47:49.433 INFO Download complete, target: Cockroach
17602026-05-28T12:47:52.626ZMay 28 12:47:51.099 INFO Checking that binary works, target: Clickhouse
17612026-05-28T12:47:52.768ZMay 28 12:47:51.240 INFO Download complete, target: Clickhouse
17622026-05-28T12:47:52.785ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-05-28T12:47:52.788Z
17642026-05-28T12:47:52.788Zreal 2:21.671363013
17652026-05-28T12:47:52.788Zuser 7:03.468709079
17662026-05-28T12:47:52.788Zsys 1:24.638176889
17672026-05-28T12:47:52.788Ztrap 0.227484013
17682026-05-28T12:47:52.788Ztflt 0.616400200
17692026-05-28T12:47:52.788Zdflt 0.644209879
17702026-05-28T12:47:52.788Zkflt 0.027526437
17712026-05-28T12:47:52.788Zlock 21:54.074688418
17722026-05-28T12:47:52.789Zslp 21:41.007865286
17732026-05-28T12:47:52.789Zlat 44.379413050
17742026-05-28T12:47:52.789Zstop 1:57.181217760
17752026-05-28T12:47:52.789Z+ banner clippy
17762026-05-28T12:47:52.789Z
17772026-05-28T12:47:52.789Z #### # # ##### ##### # #
17782026-05-28T12:47:52.789Z # # # # # # # # # #
17792026-05-28T12:47:52.789Z # # # # # # # #
17802026-05-28T12:47:52.789Z # # # ##### ##### #
17812026-05-28T12:47:52.789Z # # # # # # #
17822026-05-28T12:47:52.789Z #### ###### # # # #
17832026-05-28T12:47:52.789Z
17842026-05-28T12:47:52.789Z+ export CARGO_INCREMENTAL=0
17852026-05-28T12:47:52.789Z+ CARGO_INCREMENTAL=0
17862026-05-28T12:47:52.789Z+ ptime -m cargo xtask clippy
17872026-05-28T12:47:53.352Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-05-28T12:47:53.580Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-05-28T12:47:55.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17902026-05-28T12:47:55.533Z Running `target/debug/xtask clippy`
17912026-05-28T12:47:55.561Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-05-28T12:47:56.210Z Downloading crates ...
17932026-05-28T12:47:56.413Z Downloaded serde_regex v1.1.0
17942026-05-28T12:47:56.424Z Downloaded guppy-workspace-hack v0.1.0
17952026-05-28T12:47:56.432Z Downloaded escape8259 v0.5.3
17962026-05-28T12:47:56.435Z Downloaded linkme v0.3.35
17972026-05-28T12:47:56.438Z Downloaded plotters-svg v0.3.7
17982026-05-28T12:47:56.438Z Downloaded backtrace-ext v0.2.1
17992026-05-28T12:47:56.441Z Downloaded constant_time_eq v0.3.1
18002026-05-28T12:47:56.441Z Downloaded plotters-backend v0.3.7
18012026-05-28T12:47:56.441Z Downloaded event-listener-strategy v0.5.4
18022026-05-28T12:47:56.444Z Downloaded cast v0.3.0
18032026-05-28T12:47:56.447Z Downloaded target-triple v1.0.0
18042026-05-28T12:47:56.450Z Downloaded tokio-test v0.4.5
18052026-05-28T12:47:56.453Z Downloaded terminal_size v0.1.17
18062026-05-28T12:47:56.453Z Downloaded async-object-pool v0.2.0
18072026-05-28T12:47:56.453Z Downloaded linkme-impl v0.3.35
18082026-05-28T12:47:56.457Z Downloaded approx v0.5.1
18092026-05-28T12:47:56.460Z Downloaded pathdiff v0.2.3
18102026-05-28T12:47:56.464Z Downloaded parking v2.2.1
18112026-05-28T12:47:56.468Z Downloaded supports-hyperlinks v2.1.0
18122026-05-28T12:47:56.471Z Downloaded supports-unicode v2.1.0
18132026-05-28T12:47:56.474Z Downloaded supports-color v2.1.0
18142026-05-28T12:47:56.474Z Downloaded knuffel v3.2.0
18152026-05-28T12:47:56.474Z Downloaded oorandom v11.1.5
18162026-05-28T12:47:56.477Z Downloaded assert-json-diff v2.0.2
18172026-05-28T12:47:56.487Z Downloaded miette-derive v5.10.0
18182026-05-28T12:47:56.490Z Downloaded similar-asserts v1.7.0
18192026-05-28T12:47:56.505Z Downloaded tinytemplate v1.2.1
18202026-05-28T12:47:56.511Z Downloaded rustc-demangle v0.1.27
18212026-05-28T12:47:56.514Z Downloaded target-lexicon v0.13.3
18222026-05-28T12:47:56.518Z Downloaded knuffel-derive v3.2.0
18232026-05-28T12:47:56.521Z Downloaded anes v0.1.6
18242026-05-28T12:47:56.524Z Downloaded httptest v0.16.4
18252026-05-28T12:47:56.528Z Downloaded hickory-client v0.25.2
18262026-05-28T12:47:56.528Z Downloaded termcolor v1.4.1
18272026-05-28T12:47:56.530Z Downloaded nested v0.1.1
18282026-05-28T12:47:56.531Z Downloaded assert_cmd v2.1.2
18292026-05-28T12:47:56.531Z Downloaded cfg-expr v0.20.6
18302026-05-28T12:47:56.534Z Downloaded stringmetrics v2.2.2
18312026-05-28T12:47:56.534Z Downloaded partial-io v0.5.4
18322026-05-28T12:47:56.537Z Downloaded concurrent-queue v2.5.0
18332026-05-28T12:47:56.537Z Downloaded target-spec v3.5.7
18342026-05-28T12:47:56.540Z Downloaded rust-argon2 v2.1.0
18352026-05-28T12:47:56.540Z Downloaded path-tree v0.8.3
18362026-05-28T12:47:56.540Z Downloaded libtest-mimic v0.8.1
18372026-05-28T12:47:56.543Z Downloaded addr2line v0.25.1
18382026-05-28T12:47:56.543Z Downloaded futures-timer v3.0.3
18392026-05-28T12:47:56.543Z Downloaded criterion-plot v0.6.0
18402026-05-28T12:47:56.546Z Downloaded trybuild v1.0.116
18412026-05-28T12:47:56.549Z Downloaded datatest-stable v0.3.3
18422026-05-28T12:47:56.551Z Downloaded event-listener v5.4.1
18432026-05-28T12:47:56.555Z Downloaded async-lock v3.4.2
18442026-05-28T12:47:56.558Z Downloaded owo-colors v3.5.0
18452026-05-28T12:47:56.561Z Downloaded relative-path v1.9.3
18462026-05-28T12:47:56.564Z Downloaded blake2b_simd v1.0.4
18472026-05-28T12:47:56.578Z Downloaded textwrap v0.15.2
18482026-05-28T12:47:56.584Z Downloaded rstest v0.25.0
18492026-05-28T12:47:56.588Z Downloaded rstest_macros v0.25.0
18502026-05-28T12:47:56.591Z Downloaded miette v5.10.0
18512026-05-28T12:47:56.594Z Downloaded rand_distr v0.5.1
18522026-05-28T12:47:56.597Z Downloaded backtrace v0.3.76
18532026-05-28T12:47:56.600Z Downloaded chumsky v0.9.3
18542026-05-28T12:47:56.637Z Downloaded fancy-regex v0.14.0
18552026-05-28T12:47:56.637Z Downloaded guppy v0.17.25
18562026-05-28T12:47:56.637Z Downloaded criterion v0.7.0
18572026-05-28T12:47:56.637Z Downloaded hashbrown v0.14.5
18582026-05-28T12:47:56.637Z Downloaded plotters v0.3.7
18592026-05-28T12:47:56.646Z Downloaded gimli v0.32.3
18602026-05-28T12:47:56.740Z Downloaded httpmock v0.8.3
18612026-05-28T12:47:58.514Z Checking cfg-if v1.0.4
18622026-05-28T12:47:58.882Z Checking libc v0.2.185
18632026-05-28T12:47:58.885Z Checking serde_core v1.0.228
18642026-05-28T12:47:58.942Z Checking memchr v2.8.0
18652026-05-28T12:47:58.976Z Checking smallvec v1.15.1
18662026-05-28T12:47:59.010Z Checking itoa v1.0.17
18672026-05-28T12:47:59.045Z Checking log v0.4.29
18682026-05-28T12:47:59.083Z Checking libm v0.2.16
18692026-05-28T12:47:59.120Z Checking zeroize v1.8.2
18702026-05-28T12:47:59.186Z Checking stable_deref_trait v1.2.1
18712026-05-28T12:47:59.221Z Checking scopeguard v1.2.0
18722026-05-28T12:47:59.255Z Checking zmij v1.0.21
18732026-05-28T12:47:59.293Z Checking zerofrom v0.1.6
18742026-05-28T12:47:59.326Z Checking errno v0.3.14
18752026-05-28T12:47:59.326Z Checking getrandom v0.2.17
18762026-05-28T12:47:59.356Z Checking lock_api v0.4.14
18772026-05-28T12:47:59.416Z Checking percent-encoding v2.3.2
18782026-05-28T12:47:59.447Z Checking yoke v0.8.1
18792026-05-28T12:47:59.478Z Checking writeable v0.6.2
18802026-05-28T12:47:59.507Z Checking litemap v0.8.1
18812026-05-28T12:47:59.536Z Checking icu_normalizer_data v2.1.1
18822026-05-28T12:47:59.580Z Checking icu_properties_data v2.1.2
18832026-05-28T12:47:59.613Z Checking form_urlencoded v1.2.2
18842026-05-28T12:47:59.643Z Checking zerovec v0.11.5
18852026-05-28T12:47:59.646Z Checking zerotrie v0.2.3
18862026-05-28T12:47:59.722Z Checking utf8_iter v1.0.4
18872026-05-28T12:47:59.737Z Checking rand_core v0.10.0
18882026-05-28T12:47:59.774Z Checking subtle v2.6.1
18892026-05-28T12:47:59.805Z Checking num-traits v0.2.19
18902026-05-28T12:47:59.837Z Checking pin-project-lite v0.2.17
18912026-05-28T12:47:59.870Z Checking rand_core v0.6.4
18922026-05-28T12:47:59.902Z Checking getrandom v0.4.1
18932026-05-28T12:47:59.935Z Checking parking_lot_core v0.9.12
18942026-05-28T12:47:59.969Z Checking zerocopy v0.8.40
18952026-05-28T12:48:00.011Z Checking portable-atomic v1.13.1
18962026-05-28T12:48:00.080Z Checking signal-hook-registry v1.4.8
18972026-05-28T12:48:00.114Z Checking tinystr v0.8.2
18982026-05-28T12:48:00.117Z Checking potential_utf v0.1.4
18992026-05-28T12:48:00.175Z Checking parking_lot v0.12.5
19002026-05-28T12:48:00.269Z Checking critical-section v1.2.0
19012026-05-28T12:48:00.301Z Checking icu_collections v2.1.1
19022026-05-28T12:48:00.330Z Checking icu_locale_core v2.1.1
19032026-05-28T12:48:00.363Z Checking mio v1.2.0
19042026-05-28T12:48:00.396Z Checking iana-time-zone v0.1.65
19052026-05-28T12:48:00.429Z Checking serde v1.0.228
19062026-05-28T12:48:00.429Z Checking serde_json v1.0.149
19072026-05-28T12:48:00.488Z Checking bitflags v2.11.0
19082026-05-28T12:48:00.527Z Checking once_cell v1.21.3
19092026-05-28T12:48:00.638Z Checking uuid v1.23.0
19102026-05-28T12:48:00.676Z Checking semver v1.0.28
19112026-05-28T12:48:00.710Z Checking socket2 v0.6.3
19122026-05-28T12:48:00.742Z Checking typenum v1.19.0
19132026-05-28T12:48:00.884Z Checking bytes v1.11.1
19142026-05-28T12:48:00.917Z Checking chrono v0.4.44
19152026-05-28T12:48:00.920Z Checking icu_provider v2.1.1
19162026-05-28T12:48:00.987Z Checking thiserror v2.0.18
19172026-05-28T12:48:01.036Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-05-28T12:48:01.114Z Checking dyn-clone v1.0.20
19192026-05-28T12:48:01.146Z Checking futures-core v0.3.32
19202026-05-28T12:48:01.202Z Checking icu_normalizer v2.1.1
19212026-05-28T12:48:01.241Z Checking icu_properties v2.1.2
19222026-05-28T12:48:01.310Z Checking generic-array v0.14.7
19232026-05-28T12:48:01.313Z Checking equivalent v1.0.2
19242026-05-28T12:48:01.369Z Checking const-oid v0.9.6
19252026-05-28T12:48:01.372Z Checking tokio v1.52.1
19262026-05-28T12:48:01.427Z Checking futures-sink v0.3.32
19272026-05-28T12:48:01.532Z Checking rustix v1.1.3
19282026-05-28T12:48:01.561Z Checking futures-channel v0.3.32
19292026-05-28T12:48:01.773Z Checking futures-io v0.3.32
19302026-05-28T12:48:01.805Z Checking crypto-common v0.1.7
19312026-05-28T12:48:01.808Z Checking block-buffer v0.10.4
19322026-05-28T12:48:01.912Z Checking byteorder v1.5.0
19332026-05-28T12:48:01.959Z Checking slab v0.4.12
19342026-05-28T12:48:01.998Z Checking futures-task v0.3.32
19352026-05-28T12:48:02.075Z Checking digest v0.10.7
19362026-05-28T12:48:02.106Z Checking idna_adapter v1.2.1
19372026-05-28T12:48:02.139Z Checking thiserror v1.0.69
19382026-05-28T12:48:02.142Z Checking cpufeatures v0.2.17
19392026-05-28T12:48:02.198Z Checking futures-util v0.3.32
19402026-05-28T12:48:02.247Z Checking idna v1.1.0
19412026-05-28T12:48:02.279Z Checking hashbrown v0.17.0
19422026-05-28T12:48:02.282Z Checking getrandom v0.3.4
19432026-05-28T12:48:02.338Z Checking fnv v1.0.7
19442026-05-28T12:48:02.377Z Checking regex-syntax v0.8.10
19452026-05-28T12:48:02.456Z Checking base64 v0.22.1
19462026-05-28T12:48:02.488Z Checking http v1.4.0
19472026-05-28T12:48:02.519Z Checking url v2.5.8
19482026-05-28T12:48:02.739Z Checking tracing-core v0.1.36
19492026-05-28T12:48:02.771Z Checking ppv-lite86 v0.2.21
19502026-05-28T12:48:02.800Z Checking indexmap v2.14.0
19512026-05-28T12:48:02.997Z Checking schemars v0.8.22
19522026-05-28T12:48:03.084Z Checking tracing v0.1.44
19532026-05-28T12:48:03.116Z Checking utf8parse v0.2.2
19542026-05-28T12:48:03.120Z Checking anstyle v1.0.14
19552026-05-28T12:48:03.245Z Checking ipnet v2.11.0
19562026-05-28T12:48:03.313Z Checking unicode-ident v1.0.24
19572026-05-28T12:48:03.354Z Checking anstyle-query v1.1.5
19582026-05-28T12:48:03.385Z Checking base64ct v1.8.3
19592026-05-28T12:48:03.448Z Checking proc-macro2 v1.0.106
19602026-05-28T12:48:03.480Z Checking untrusted v0.9.0
19612026-05-28T12:48:03.525Z Checking is_terminal_polyfill v1.70.2
19622026-05-28T12:48:03.617Z Checking colorchoice v1.0.4
19632026-05-28T12:48:03.649Z Checking ring v0.17.14
19642026-05-28T12:48:03.653Z Checking block-padding v0.3.3
19652026-05-28T12:48:03.711Z Checking aho-corasick v1.1.4
19662026-05-28T12:48:03.744Z Checking anstyle-parse v1.0.0
19672026-05-28T12:48:03.775Z Checking terminal_size v0.4.3
19682026-05-28T12:48:03.806Z Checking quote v1.0.45
19692026-05-28T12:48:03.838Z Checking inout v0.1.4
19702026-05-28T12:48:03.914Z Checking rustls-pki-types v1.14.0
19712026-05-28T12:48:03.944Z Checking crossbeam-utils v0.8.21
19722026-05-28T12:48:04.001Z Checking syn v2.0.117
19732026-05-28T12:48:04.007Z Checking cipher v0.4.4
19742026-05-28T12:48:04.130Z Checking httparse v1.10.1
19752026-05-28T12:48:04.220Z Checking anstream v1.0.0
19762026-05-28T12:48:04.268Z Checking strsim v0.11.1
19772026-05-28T12:48:04.300Z Checking clap_lex v1.0.0
19782026-05-28T12:48:04.360Z Checking allocator-api2 v0.2.21
19792026-05-28T12:48:04.400Z Checking regex-automata v0.4.14
19802026-05-28T12:48:04.446Z Checking pem-rfc7468 v0.7.0
19812026-05-28T12:48:04.477Z Checking sha2 v0.10.9
19822026-05-28T12:48:04.480Z Checking clap_builder v4.6.0
19832026-05-28T12:48:04.633Z Checking powerfmt v0.2.0
19842026-05-28T12:48:04.667Z Checking tokio-util v0.7.18
19852026-05-28T12:48:04.670Z Checking http-body v1.0.1
19862026-05-28T12:48:04.729Z Checking rand_core v0.9.5
19872026-05-28T12:48:04.773Z Checking hmac v0.12.1
19882026-05-28T12:48:04.812Z Checking deranged v0.5.8
19892026-05-28T12:48:04.856Z Checking num-conv v0.2.0
19902026-05-28T12:48:04.926Z Checking time-core v0.1.8
19912026-05-28T12:48:04.930Z Checking num_threads v0.1.7
19922026-05-28T12:48:04.995Z Checking atomic-waker v1.1.2
19932026-05-28T12:48:05.067Z Checking erased-serde v0.3.31
19942026-05-28T12:48:05.098Z Checking try-lock v0.2.5
19952026-05-28T12:48:05.127Z Checking httpdate v1.0.3
19962026-05-28T12:48:05.220Z Checking flagset v0.4.7
19972026-05-28T12:48:05.298Z Checking want v0.3.1
19982026-05-28T12:48:05.302Z Checking h2 v0.4.13
19992026-05-28T12:48:05.370Z Checking der v0.7.10
20002026-05-28T12:48:05.448Z Checking pin-utils v0.1.0
20012026-05-28T12:48:05.479Z Checking slog v2.8.2
20022026-05-28T12:48:05.545Z Checking tower-service v0.3.3
20032026-05-28T12:48:05.663Z Checking tower-layer v0.3.3
20042026-05-28T12:48:05.746Z Checking clap v4.6.1
20052026-05-28T12:48:05.749Z Checking time v0.3.47
20062026-05-28T12:48:05.808Z Checking ryu v1.0.23
20072026-05-28T12:48:05.839Z Checking rand_chacha v0.9.0
20082026-05-28T12:48:05.869Z Checking anyhow v1.0.102
20092026-05-28T12:48:05.969Z Checking spin v0.9.8
20102026-05-28T12:48:06.070Z Checking rand v0.9.2
20112026-05-28T12:48:06.101Z Checking socket2 v0.5.10
20122026-05-28T12:48:06.133Z Checking mime v0.3.17
20132026-05-28T12:48:06.179Z Checking ipnetwork v0.21.1
20142026-05-28T12:48:06.228Z Checking http-body-util v0.1.3
20152026-05-28T12:48:06.335Z Checking aws-lc-sys v0.40.0
20162026-05-28T12:48:06.365Z Checking untrusted v0.7.1
20172026-05-28T12:48:06.399Z Checking fastrand v2.3.0
20182026-05-28T12:48:06.427Z Checking spki v0.7.3
20192026-05-28T12:48:06.466Z Checking pbkdf2 v0.12.2
20202026-05-28T12:48:06.506Z Checking aes v0.8.4
20212026-05-28T12:48:06.562Z Checking openssl-probe v0.2.1
20222026-05-28T12:48:06.602Z Checking regex v1.12.3
20232026-05-28T12:48:06.606Z Checking serde_urlencoded v0.7.1
20242026-05-28T12:48:06.662Z Checking cbc v0.1.2
20252026-05-28T12:48:06.696Z Checking salsa20 v0.10.2
20262026-05-28T12:48:06.814Z Checking rand_chacha v0.3.1
20272026-05-28T12:48:06.846Z Checking hex v0.4.3
20282026-05-28T12:48:06.876Z Checking aws-lc-rs v1.16.3
20292026-05-28T12:48:06.880Z Checking encoding_rs v0.8.35
20302026-05-28T12:48:06.937Z Checking pretty-hex v0.4.1
20312026-05-28T12:48:06.940Z Checking simd-adler32 v0.3.8
20322026-05-28T12:48:06.965Z Checking scrypt v0.11.0
20332026-05-28T12:48:07.045Z Checking rand v0.8.6
20342026-05-28T12:48:07.082Z Checking tempfile v3.25.0
20352026-05-28T12:48:07.086Z Checking plain v0.2.3
20362026-05-28T12:48:07.160Z Checking adler2 v2.0.1
20372026-05-28T12:48:07.163Z Checking pkcs5 v0.7.1
20382026-05-28T12:48:07.280Z Checking ucd-trie v0.1.7
20392026-05-28T12:48:07.314Z Checking rustls-native-certs v0.8.3
20402026-05-28T12:48:07.356Z Checking miniz_oxide v0.8.9
20412026-05-28T12:48:07.438Z Checking pest v2.8.6
20422026-05-28T12:48:07.475Z Checking sync_wrapper v1.0.2
20432026-05-28T12:48:07.532Z Checking pkcs8 v0.10.2
20442026-05-28T12:48:07.607Z Checking camino v1.2.2
20452026-05-28T12:48:07.611Z Checking foldhash v0.2.0
20462026-05-28T12:48:07.738Z Checking tower v0.5.3
20472026-05-28T12:48:07.771Z Checking oxnet v0.1.5
20482026-05-28T12:48:07.774Z Checking rustls-webpki v0.103.9
20492026-05-28T12:48:07.831Z Checking hashbrown v0.16.1
20502026-05-28T12:48:07.891Z Checking webpki-roots v1.0.6
20512026-05-28T12:48:07.924Z Checking iri-string v0.7.10
20522026-05-28T12:48:08.041Z Checking futures-executor v0.3.32
20532026-05-28T12:48:08.044Z Checking either v1.15.0
20542026-05-28T12:48:08.102Z Checking hyper v1.8.1
20552026-05-28T12:48:08.156Z Checking openapiv3 v2.2.0
20562026-05-28T12:48:08.216Z Checking futures v0.3.32
20572026-05-28T12:48:08.255Z Checking rustls v0.23.37
20582026-05-28T12:48:08.286Z Checking crc32fast v1.5.0
20592026-05-28T12:48:08.322Z Checking static_assertions v1.1.0
20602026-05-28T12:48:08.366Z Checking lazy_static v1.5.0
20612026-05-28T12:48:08.420Z Checking signature v2.2.0
20622026-05-28T12:48:08.454Z Checking strum v0.26.3
20632026-05-28T12:48:08.485Z Checking hubpack v0.1.2
20642026-05-28T12:48:08.568Z Checking zlib-rs v0.6.2
20652026-05-28T12:48:08.601Z Checking winnow v0.7.14
20662026-05-28T12:48:08.604Z Checking tinyvec_macros v0.1.1
20672026-05-28T12:48:08.675Z Checking psl-types v2.0.11
20682026-05-28T12:48:08.722Z Checking tinyvec v1.10.0
20692026-05-28T12:48:08.818Z Checking publicsuffix v2.3.0
20702026-05-28T12:48:08.971Z Checking tower-http v0.6.8
20712026-05-28T12:48:09.003Z Checking cookie v0.18.1
20722026-05-28T12:48:09.046Z Checking hyper-util v0.1.20
20732026-05-28T12:48:09.077Z Checking sha1 v0.10.6
20742026-05-28T12:48:09.249Z Checking num-integer v0.1.46
20752026-05-28T12:48:09.282Z Checking scroll v0.13.0
20762026-05-28T12:48:09.285Z Checking data-encoding v2.10.0
20772026-05-28T12:48:09.465Z Checking cookie_store v0.22.1
20782026-05-28T12:48:09.500Z Checking flate2 v1.1.9
20792026-05-28T12:48:09.529Z Checking serde_spanned v0.6.9
20802026-05-28T12:48:09.561Z Checking goblin v0.10.5
20812026-05-28T12:48:09.606Z Checking toml_datetime v0.6.11
20822026-05-28T12:48:09.684Z Checking memmap2 v0.9.10
20832026-05-28T12:48:09.800Z Checking base16ct v0.2.0
20842026-05-28T12:48:09.832Z Checking bit-vec v0.8.0
20852026-05-28T12:48:09.835Z Checking dtrace-parser v0.3.0
20862026-05-28T12:48:09.835Z Checking ff v0.13.1
20872026-05-28T12:48:09.920Z Checking wait-timeout v0.2.1
20882026-05-28T12:48:09.950Z Checking sec1 v0.7.3
20892026-05-28T12:48:10.046Z Checking thread-id v5.1.0
20902026-05-28T12:48:10.078Z Checking bit-set v0.8.0
20912026-05-28T12:48:10.081Z Checking group v0.13.0
20922026-05-28T12:48:10.136Z Checking num-iter v0.1.45
20932026-05-28T12:48:10.167Z Checking bstr v1.12.1
20942026-05-28T12:48:10.197Z Checking hkdf v0.12.4
20952026-05-28T12:48:10.250Z Checking crossbeam-epoch v0.9.18
20962026-05-28T12:48:10.282Z Checking anstyle-parse v0.2.7
20972026-05-28T12:48:10.285Z Checking ahash v0.8.12
20982026-05-28T12:48:10.341Z Checking crypto-bigint v0.5.5
20992026-05-28T12:48:10.372Z Checking quick-error v1.2.3
21002026-05-28T12:48:10.459Z Checking foreign-types-shared v0.1.1
21012026-05-28T12:48:10.500Z Checking rusty-fork v0.3.1
21022026-05-28T12:48:10.500Z Checking anstream v0.6.21
21032026-05-28T12:48:10.558Z Checking rand_xorshift v0.4.0
21042026-05-28T12:48:10.589Z Checking foreign-types v0.3.2
21052026-05-28T12:48:10.593Z Checking scroll v0.12.0
21062026-05-28T12:48:10.666Z Checking tokio-rustls v0.26.4
21072026-05-28T12:48:10.698Z Checking rustls-platform-verifier v0.6.2
21082026-05-28T12:48:10.702Z Checking openssl-sys v0.9.115
21092026-05-28T12:48:10.702Z Checking unarray v0.1.4
21102026-05-28T12:48:10.785Z Checking num-bigint-dig v0.8.6
21112026-05-28T12:48:10.854Z Checking proptest v1.10.0
21122026-05-28T12:48:10.887Z Checking goblin v0.8.2
21132026-05-28T12:48:10.890Z Checking pkcs1 v0.7.5
21142026-05-28T12:48:10.945Z Checking hyper-rustls v0.27.7
21152026-05-28T12:48:11.153Z Checking x509-cert v0.2.5
21162026-05-28T12:48:11.187Z Checking reqwest v0.13.2
21172026-05-28T12:48:11.187Z Checking openssl v0.10.79
21182026-05-28T12:48:11.247Z Checking elliptic-curve v0.13.8
21192026-05-28T12:48:11.597Z Checking zerocopy v0.7.35
21202026-05-28T12:48:11.628Z Checking unicode-segmentation v1.12.0
21212026-05-28T12:48:11.844Z Checking rsa v0.9.10
21222026-05-28T12:48:11.917Z Checking dof v0.4.0
21232026-05-28T12:48:11.974Z Checking dtrace-parser v0.2.0
21242026-05-28T12:48:12.062Z Checking rfc6979 v0.4.0
21252026-05-28T12:48:12.118Z Checking memoffset v0.9.1
21262026-05-28T12:48:12.205Z Checking thread-id v4.2.2
21272026-05-28T12:48:12.238Z Checking ecdsa v0.16.9
21282026-05-28T12:48:12.241Z Checking curve25519-dalek v4.1.3
21292026-05-28T12:48:12.313Z Checking rustix v0.38.44
21302026-05-28T12:48:12.345Z Checking env_filter v1.0.0
21312026-05-28T12:48:12.518Z Checking same-file v1.0.6
21322026-05-28T12:48:12.571Z Checking usdt-impl v0.6.0
21332026-05-28T12:48:12.603Z Checking keccak v0.1.6
21342026-05-28T12:48:12.667Z Checking newtype-uuid v1.3.2
21352026-05-28T12:48:12.699Z Checking toml_write v0.1.2
21362026-05-28T12:48:12.795Z Checking sha3 v0.10.8
21372026-05-28T12:48:12.842Z Checking dof v0.3.0
21382026-05-28T12:48:12.887Z Checking toml_edit v0.22.27
21392026-05-28T12:48:12.891Z Checking daft v0.1.7
21402026-05-28T12:48:12.891Z Checking usdt v0.6.0
21412026-05-28T12:48:13.032Z Checking walkdir v2.5.0
21422026-05-28T12:48:13.086Z Checking env_logger v0.11.9
21432026-05-28T12:48:13.137Z Checking ed25519 v2.2.3
21442026-05-28T12:48:13.168Z Checking usdt-impl v0.5.0
21452026-05-28T12:48:13.172Z Checking serde_with v3.17.0
21462026-05-28T12:48:13.228Z Checking siphasher v1.0.2
21472026-05-28T12:48:13.232Z Checking bitflags v1.3.2
21482026-05-28T12:48:13.288Z Checking native-tls v0.2.18
21492026-05-28T12:48:13.320Z Checking nix v0.31.2
21502026-05-28T12:48:13.351Z Checking ed25519-dalek v2.2.0
21512026-05-28T12:48:13.382Z Checking toml_parser v1.0.9+spec-1.1.0
21522026-05-28T12:48:13.410Z Checking unicode-normalization v0.1.25
21532026-05-28T12:48:13.491Z Checking tokio-native-tls v0.3.1
21542026-05-28T12:48:13.523Z Checking signal-hook v0.3.18
21552026-05-28T12:48:13.600Z Checking managed v0.8.0
21562026-05-28T12:48:13.677Z Checking hyper-tls v0.6.0
21572026-05-28T12:48:13.733Z Checking winnow v0.5.40
21582026-05-28T12:48:13.765Z Checking bzip2-sys v0.1.13+1.0.8
21592026-05-28T12:48:13.816Z Checking object v0.37.3
21602026-05-28T12:48:13.847Z Checking foldhash v0.1.5
21612026-05-28T12:48:13.878Z Checking bzip2 v0.4.4
21622026-05-28T12:48:13.881Z Checking reqwest v0.12.28
21632026-05-28T12:48:14.004Z Checking hashbrown v0.15.5
21642026-05-28T12:48:14.035Z Checking signal-hook-mio v0.2.5
21652026-05-28T12:48:14.072Z Checking globset v0.4.18
21662026-05-28T12:48:14.165Z Checking ref-cast v1.0.25
21672026-05-28T12:48:14.293Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-05-28T12:48:14.354Z Checking zip v0.6.6
21692026-05-28T12:48:14.413Z Checking pin-project v1.1.11
21702026-05-28T12:48:14.445Z Checking zstd-safe v7.2.4
21712026-05-28T12:48:14.495Z Checking libbz2-rs-sys v0.2.2
21722026-05-28T12:48:14.535Z Checking bumpalo v3.20.2
21732026-05-28T12:48:14.602Z Checking crossterm v0.28.1
21742026-05-28T12:48:14.638Z Checking zstd v0.13.3
21752026-05-28T12:48:14.705Z Checking similar v2.7.0
21762026-05-28T12:48:14.759Z Checking zopfli v0.8.3
21772026-05-28T12:48:14.797Z Checking tokio-stream v0.1.18
21782026-05-28T12:48:14.847Z Checking fs-err v3.3.0
21792026-05-28T12:48:14.911Z Checking toml_edit v0.19.15
21802026-05-28T12:48:14.915Z Checking bzip2 v0.6.1
21812026-05-28T12:48:15.113Z Checking pem v3.0.6
21822026-05-28T12:48:15.117Z Checking hash32 v0.2.1
21832026-05-28T12:48:15.175Z Checking serde-big-array v0.5.1
21842026-05-28T12:48:15.178Z Checking predicates-core v1.0.10
21852026-05-28T12:48:15.234Z Checking jiff v0.2.21
21862026-05-28T12:48:15.297Z Checking unicode-properties v0.1.4
21872026-05-28T12:48:15.330Z Checking unicode-bidi v0.3.18
21882026-05-28T12:48:15.334Z Checking heapless v0.7.17
21892026-05-28T12:48:15.334Z Checking snafu v0.8.9
21902026-05-28T12:48:15.417Z Checking olpc-cjson v0.1.4
21912026-05-28T12:48:15.510Z Checking hickory-proto v0.25.2
21922026-05-28T12:48:15.578Z Checking md-5 v0.10.6
21932026-05-28T12:48:15.649Z Checking stringprep v0.1.5
21942026-05-28T12:48:15.652Z Checking serde_plain v1.0.2
21952026-05-28T12:48:15.737Z Checking float-cmp v0.10.0
21962026-05-28T12:48:15.800Z Checking fallible-iterator v0.2.0
21972026-05-28T12:48:15.831Z Checking normalize-line-endings v0.3.0
21982026-05-28T12:48:15.861Z Checking typed-path v0.9.3
21992026-05-28T12:48:15.891Z Checking difflib v0.4.0
22002026-05-28T12:48:15.945Z Checking smoltcp v0.9.1
22012026-05-28T12:48:15.977Z Checking toml v0.7.8
22022026-05-28T12:48:16.096Z Checking postgres-protocol v0.6.10
22032026-05-28T12:48:16.100Z Checking predicates v3.1.4
22042026-05-28T12:48:16.157Z Checking iddqd v0.4.2
22052026-05-28T12:48:16.314Z Checking phf_shared v0.13.1
22062026-05-28T12:48:16.437Z Checking phf_shared v0.11.3
22072026-05-28T12:48:16.468Z Checking buf-list v1.1.2
22082026-05-28T12:48:16.540Z Checking strum v0.27.2
22092026-05-28T12:48:16.572Z Checking new_debug_unreachable v1.0.6
22102026-05-28T12:48:16.609Z Checking fixedbitset v0.5.7
22112026-05-28T12:48:16.647Z Checking tough v0.22.0
22122026-05-28T12:48:16.678Z Checking lalrpop-util v0.19.12
22132026-05-28T12:48:16.682Z Checking precomputed-hash v0.1.1
22142026-05-28T12:48:16.739Z Checking fixedbitset v0.4.2
22152026-05-28T12:48:16.817Z Checking string_cache v0.8.9
22162026-05-28T12:48:16.850Z Checking petgraph v0.8.3
22172026-05-28T12:48:16.878Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-05-28T12:48:16.912Z Checking petgraph v0.6.5
22192026-05-28T12:48:17.010Z Checking phf v0.13.1
22202026-05-28T12:48:17.088Z Checking postgres-types v0.2.12
22212026-05-28T12:48:17.185Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-05-28T12:48:17.440Z Checking whoami v2.1.0
22232026-05-28T12:48:17.480Z Checking peg-runtime v0.8.5
22242026-05-28T12:48:17.511Z Checking zip v4.6.1
22252026-05-28T12:48:17.684Z Checking tokio-postgres v0.7.16
22262026-05-28T12:48:17.767Z Checking is-terminal v0.4.17
22272026-05-28T12:48:17.890Z Checking crossbeam-channel v0.5.15
22282026-05-28T12:48:18.135Z Compiling structmeta-derive v0.3.0
22292026-05-28T12:48:18.231Z Compiling newtype-uuid-macros v0.1.0
22302026-05-28T12:48:18.263Z Checking thread_local v1.1.9
22312026-05-28T12:48:18.323Z Checking term v1.2.1
22322026-05-28T12:48:18.457Z Checking take_mut v0.2.2
22332026-05-28T12:48:18.490Z Compiling rustls v0.22.4
22342026-05-28T12:48:18.573Z Checking slog-term v2.9.2
22352026-05-28T12:48:18.605Z Checking slog-async v2.8.0
22362026-05-28T12:48:18.725Z Compiling multer v3.1.0
22372026-05-28T12:48:18.764Z Compiling async-stream-impl v0.3.6
22382026-05-28T12:48:18.804Z Compiling dropshot v0.17.0
22392026-05-28T12:48:18.856Z Compiling dropshot_endpoint v0.17.0
22402026-05-28T12:48:18.990Z Checking match_cfg v0.1.0
22412026-05-28T12:48:19.021Z Checking slog-json v2.6.1
22422026-05-28T12:48:19.024Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-05-28T12:48:19.106Z Checking hostname v0.3.1
22442026-05-28T12:48:19.149Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-05-28T12:48:19.200Z Checking debug-ignore v1.0.5
22462026-05-28T12:48:19.235Z Checking slog-bunyan v2.5.0
22472026-05-28T12:48:19.293Z Compiling structmeta v0.3.0
22482026-05-28T12:48:19.329Z Checking rustls-webpki v0.102.8
22492026-05-28T12:48:19.369Z Checking toml_datetime v1.0.0+spec-1.1.0
22502026-05-28T12:48:19.404Z Checking serde_path_to_error v0.1.20
22512026-05-28T12:48:19.408Z Checking serde_spanned v1.0.4
22522026-05-28T12:48:19.490Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-05-28T12:48:19.533Z Compiling derive-ex v0.1.8
22542026-05-28T12:48:19.563Z Checking compression-core v0.4.31
22552026-05-28T12:48:19.592Z Checking async-stream v0.3.6
22562026-05-28T12:48:19.695Z Checking toml v1.0.6+spec-1.1.0
22572026-05-28T12:48:19.698Z Checking waitgroup v0.1.2
22582026-05-28T12:48:19.754Z Checking rustls-pemfile v2.2.0
22592026-05-28T12:48:19.759Z Checking compression-codecs v0.4.37
22602026-05-28T12:48:19.848Z Checking hostname v0.4.2
22612026-05-28T12:48:19.879Z Checking progenitor-client v0.14.0
22622026-05-28T12:48:19.923Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-05-28T12:48:19.973Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-05-28T12:48:20.004Z Checking async-compression v0.4.41
22652026-05-28T12:48:20.061Z Compiling parse-display-derive v0.10.0
22662026-05-28T12:48:20.134Z Checking regress v0.10.5
22672026-05-28T12:48:20.165Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-05-28T12:48:20.275Z Checking itertools v0.14.0
22692026-05-28T12:48:20.306Z Checking macaddr v1.0.1
22702026-05-28T12:48:20.516Z Checking progenitor-client v0.13.0
22712026-05-28T12:48:20.599Z Checking instant v0.1.13
22722026-05-28T12:48:20.647Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-05-28T12:48:20.718Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-05-28T12:48:20.783Z Checking backoff v0.4.0
22752026-05-28T12:48:20.911Z Checking backon v1.6.0
22762026-05-28T12:48:20.973Z Checking humantime v2.3.0
22772026-05-28T12:48:21.108Z Checking progenitor-extras v0.2.0
22782026-05-28T12:48:21.189Z Checking unicode-width v0.2.0
22792026-05-28T12:48:21.224Z Compiling convert_case v0.4.0
22802026-05-28T12:48:21.255Z Compiling test-strategy v0.4.5
22812026-05-28T12:48:21.287Z Checking tokio-rustls v0.25.0
22822026-05-28T12:48:21.362Z Checking heck v0.5.0
22832026-05-28T12:48:21.399Z Checking half v2.7.1
22842026-05-28T12:48:21.468Z Checking ciborium-io v0.2.2
22852026-05-28T12:48:21.540Z Checking secrecy v0.10.3
22862026-05-28T12:48:21.586Z Checking indent_write v2.2.0
22872026-05-28T12:48:21.618Z Checking universal-hash v0.5.1
22882026-05-28T12:48:21.623Z Compiling derive_more v0.99.20
22892026-05-28T12:48:21.678Z Checking ciborium-ll v0.2.2
22902026-05-28T12:48:21.684Z Checking opaque-debug v0.3.1
22912026-05-28T12:48:21.740Z Checking camino-tempfile v1.4.1
22922026-05-28T12:48:21.770Z Compiling regress v0.11.1
22932026-05-28T12:48:21.807Z Checking parse-display v0.10.0
22942026-05-28T12:48:21.813Z Compiling crucible-workspace-hack v0.1.0
22952026-05-28T12:48:21.877Z Checking ciborium v0.2.2
22962026-05-28T12:48:21.925Z Checking aead v0.5.2
22972026-05-28T12:48:21.969Z Checking poly1305 v0.8.0
22982026-05-28T12:48:22.103Z Checking chacha20 v0.9.1
22992026-05-28T12:48:22.171Z Compiling unsafe-libyaml v0.2.11
23002026-05-28T12:48:22.321Z Compiling thiserror-impl-no-std v2.0.2
23012026-05-28T12:48:22.354Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-05-28T12:48:22.809Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-28T12:48:22.845Z Compiling serde_yaml v0.9.34+deprecated
23042026-05-28T12:48:23.007Z Checking byte-wrapper v0.1.0
23052026-05-28T12:48:23.220Z Checking password-hash v0.5.0
23062026-05-28T12:48:23.251Z Checking blake2 v0.10.6
23072026-05-28T12:48:23.471Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23082026-05-28T12:48:23.503Z Compiling typify-impl v0.6.2
23092026-05-28T12:48:23.533Z Checking argon2 v0.5.3
23102026-05-28T12:48:23.600Z Checking thiserror-no-std v2.0.2
23112026-05-28T12:48:23.716Z Checking vsss-rs v3.3.4
23122026-05-28T12:48:23.904Z Checking chacha20poly1305 v0.10.1
23132026-05-28T12:48:24.058Z Checking swrite v0.1.0
23142026-05-28T12:48:24.181Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-05-28T12:48:24.380Z Checking crossbeam-deque v0.8.6
23162026-05-28T12:48:24.537Z Compiling rayon-core v1.13.0
23172026-05-28T12:48:24.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-05-28T12:48:24.793Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23192026-05-28T12:48:24.846Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-05-28T12:48:24.912Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-05-28T12:48:25.062Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23222026-05-28T12:48:25.112Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23232026-05-28T12:48:25.347Z Checking toml v0.8.23
23242026-05-28T12:48:25.381Z Compiling proc-macro-error v1.0.4
23252026-05-28T12:48:25.565Z Checking rayon v1.11.0
23262026-05-28T12:48:25.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-05-28T12:48:25.699Z Checking glob v0.3.3
23282026-05-28T12:48:25.728Z Compiling heapless v0.8.0
23292026-05-28T12:48:25.911Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-05-28T12:48:25.942Z Compiling ingot-macros v0.1.1
23312026-05-28T12:48:26.022Z Checking tabwriter v1.4.1
23322026-05-28T12:48:26.198Z Checking hash32 v0.3.1
23332026-05-28T12:48:26.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-05-28T12:48:26.358Z Compiling smoltcp v0.11.0
23352026-05-28T12:48:26.489Z Compiling proc-macro-crate v3.4.0
23362026-05-28T12:48:26.557Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23372026-05-28T12:48:26.680Z Checking unicode-width v0.1.14
23382026-05-28T12:48:26.959Z Checking cobs v0.3.0
23392026-05-28T12:48:27.027Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23402026-05-28T12:48:27.059Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-28T12:48:27.089Z Compiling num_enum_derive v0.7.6
23422026-05-28T12:48:27.131Z Checking postcard v1.1.3
23432026-05-28T12:48:27.295Z Compiling proc-macro-crate v1.3.1
23442026-05-28T12:48:27.324Z Compiling usdt-attr-macro v0.5.0
23452026-05-28T12:48:27.455Z Compiling usdt-macro v0.5.0
23462026-05-28T12:48:27.756Z Checking sigpipe v0.1.3
23472026-05-28T12:48:27.845Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-05-28T12:48:27.877Z Checking memmap v0.7.0
23492026-05-28T12:48:28.044Z Compiling foreign-types-macros v0.2.3
23502026-05-28T12:48:28.078Z Compiling typify-macro v0.6.2
23512026-05-28T12:48:28.180Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23522026-05-28T12:48:28.210Z Checking num_enum v0.7.6
23532026-05-28T12:48:28.270Z Checking colored v3.1.1
23542026-05-28T12:48:28.354Z Checking foreign-types-shared v0.3.1
23552026-05-28T12:48:28.402Z Checking cpufeatures v0.3.0
23562026-05-28T12:48:28.506Z Checking usdt v0.5.0
23572026-05-28T12:48:28.536Z Checking chacha20 v0.10.0
23582026-05-28T12:48:28.570Z Compiling num_enum_derive v0.5.11
23592026-05-28T12:48:28.672Z Checking foreign-types v0.5.0
23602026-05-28T12:48:28.730Z Checking cstr-argument v0.1.2
23612026-05-28T12:48:28.770Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-05-28T12:48:28.802Z Checking ingot-types v0.1.2
23632026-05-28T12:48:28.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23642026-05-28T12:48:28.861Z Compiling num-derive v0.4.2
23652026-05-28T12:48:28.887Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23662026-05-28T12:48:29.137Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672026-05-28T12:48:29.219Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-05-28T12:48:29.222Z Checking ingot v0.1.1
23692026-05-28T12:48:29.278Z Checking rand v0.10.1
23702026-05-28T12:48:29.333Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23712026-05-28T12:48:29.362Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-05-28T12:48:29.525Z Checking itertools v0.12.1
23732026-05-28T12:48:29.572Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23742026-05-28T12:48:29.623Z Checking num_enum v0.5.11
23752026-05-28T12:48:29.765Z Checking winnow v1.0.3
23762026-05-28T12:48:29.797Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23772026-05-28T12:48:29.827Z Compiling zone_cfg_derive v0.3.1
23782026-05-28T12:48:29.886Z Compiling typify v0.6.2
23792026-05-28T12:48:29.992Z Compiling progenitor-impl v0.14.0
23802026-05-28T12:48:30.197Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23812026-05-28T12:48:30.445Z Checking smf v0.2.3
23822026-05-28T12:48:30.495Z Checking whoami v1.6.1
23832026-05-28T12:48:30.579Z Checking zone v0.3.1
23842026-05-28T12:48:30.697Z Checking tokio-dtrace v0.1.1
23852026-05-28T12:48:30.700Z Compiling derive-where v1.6.0
23862026-05-28T12:48:30.913Z Checking oxide-tokio-rt v0.1.4
23872026-05-28T12:48:30.944Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23882026-05-28T12:48:30.971Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-28T12:48:31.011Z Checking console v0.15.11
23902026-05-28T12:48:31.112Z Checking atomicwrites v0.4.4
23912026-05-28T12:48:31.141Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23922026-05-28T12:48:31.268Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23932026-05-28T12:48:31.316Z Checking newline-converter v0.3.0
23942026-05-28T12:48:31.352Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23952026-05-28T12:48:31.457Z Checking expectorate v1.2.0
23962026-05-28T12:48:31.490Z Checking num-rational v0.4.2
23972026-05-28T12:48:31.546Z Checking num-complex v0.4.6
23982026-05-28T12:48:31.574Z Checking float-ord v0.3.2
23992026-05-28T12:48:31.613Z Checking itertools v0.13.0
24002026-05-28T12:48:31.704Z Checking bytecount v0.6.9
24012026-05-28T12:48:31.820Z Compiling owo-colors v4.3.0
24022026-05-28T12:48:31.850Z Compiling cancel-safe-futures v0.1.5
24032026-05-28T12:48:31.910Z Checking num v0.4.3
24042026-05-28T12:48:32.012Z Checking libsw-core v0.3.2
24052026-05-28T12:48:32.085Z Compiling prettyplease v0.2.37
24062026-05-28T12:48:32.143Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24072026-05-28T12:48:32.227Z Checking libsw v3.5.0
24082026-05-28T12:48:32.383Z Checking linear-map v1.2.0
24092026-05-28T12:48:32.442Z Checking gethostname v0.5.0
24102026-05-28T12:48:32.559Z Compiling progenitor-impl v0.13.0
24112026-05-28T12:48:32.589Z Compiling num-derive v0.3.3
24122026-05-28T12:48:32.685Z Compiling progenitor-macro v0.14.0
24132026-05-28T12:48:33.300Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24142026-05-28T12:48:33.587Z Checking libscf-sys v1.1.0
24152026-05-28T12:48:34.357Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-05-28T12:48:35.332Z Compiling progenitor-macro v0.13.0
24172026-05-28T12:48:36.679Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182026-05-28T12:48:37.712Z Checking resolv-conf v0.7.6
24192026-05-28T12:48:37.715Z Checking progenitor v0.14.0
24202026-05-28T12:48:38.018Z Compiling slog-dtrace v0.3.0
24212026-05-28T12:48:38.066Z Checking smawk v0.3.2
24222026-05-28T12:48:38.116Z Checking unicode-linebreak v0.1.5
24232026-05-28T12:48:38.155Z Checking papergrid v0.11.0
24242026-05-28T12:48:38.225Z Compiling tabled_derive v0.7.0
24252026-05-28T12:48:38.329Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24262026-05-28T12:48:38.619Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24272026-05-28T12:48:39.040Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24282026-05-28T12:48:39.162Z Checking linked-hash-map v0.5.6
24292026-05-28T12:48:39.224Z Checking tabled v0.15.0
24302026-05-28T12:48:39.477Z Compiling minimal-lexical v0.2.1
24312026-05-28T12:48:39.754Z Compiling nom v7.1.3
24322026-05-28T12:48:39.784Z Checking lru-cache v0.1.2
24332026-05-28T12:48:39.932Z Checking hickory-proto v0.24.4
24342026-05-28T12:48:40.192Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24352026-05-28T12:48:40.343Z Checking progenitor v0.13.0
24362026-05-28T12:48:40.401Z Checking termtree v0.5.1
24372026-05-28T12:48:40.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-05-28T12:48:40.508Z Checking textwrap v0.16.2
24392026-05-28T12:48:40.572Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24402026-05-28T12:48:40.751Z Checking csv-core v0.1.13
24412026-05-28T12:48:40.871Z Checking tagptr v0.2.0
24422026-05-28T12:48:40.957Z Checking csv v1.4.0
24432026-05-28T12:48:41.057Z Checking moka v0.12.13
24442026-05-28T12:48:41.132Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24452026-05-28T12:48:41.353Z Compiling convert_case v0.10.0
24462026-05-28T12:48:41.453Z Checking highway v1.3.0
24472026-05-28T12:48:41.702Z Compiling derive_more-impl v2.1.1
24482026-05-28T12:48:41.734Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24492026-05-28T12:48:41.737Z Checking hickory-resolver v0.25.2
24502026-05-28T12:48:41.792Z Checking hickory-resolver v0.24.4
24512026-05-28T12:48:41.987Z Compiling semver v0.1.20
24522026-05-28T12:48:42.306Z Compiling rustc_version v0.1.7
24532026-05-28T12:48:42.373Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24542026-05-28T12:48:42.377Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24552026-05-28T12:48:42.500Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24562026-05-28T12:48:42.538Z Checking derive_more v2.1.1
24572026-05-28T12:48:42.569Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24582026-05-28T12:48:42.572Z Checking qorb v0.4.1
24592026-05-28T12:48:42.673Z Checking phf_shared v0.12.1
24602026-05-28T12:48:42.701Z Compiling chrono-tz v0.10.4
24612026-05-28T12:48:42.844Z Checking phf v0.12.1
24622026-05-28T12:48:42.893Z Checking crossterm v0.29.0
24632026-05-28T12:48:42.964Z Compiling newtype_derive v0.1.6
24642026-05-28T12:48:42.997Z Compiling const_format_proc_macros v0.2.34
24652026-05-28T12:48:43.026Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24662026-05-28T12:48:43.055Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24672026-05-28T12:48:43.184Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24682026-05-28T12:48:43.457Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24692026-05-28T12:48:43.488Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24702026-05-28T12:48:43.854Z Checking const_format v0.2.35
24712026-05-28T12:48:43.883Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24722026-05-28T12:48:43.983Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24732026-05-28T12:48:44.117Z Checking fd-lock v4.0.4
24742026-05-28T12:48:44.177Z Checking bcs v0.1.6
24752026-05-28T12:48:44.265Z Checking vte v0.14.1
24762026-05-28T12:48:44.268Z Checking display-error-chain v0.2.2
24772026-05-28T12:48:44.440Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24782026-05-28T12:48:44.471Z Checking strip-ansi-escapes v0.2.1
24792026-05-28T12:48:44.602Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24802026-05-28T12:48:44.633Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24812026-05-28T12:48:44.748Z Checking nu-ansi-term v0.50.3
24822026-05-28T12:48:44.777Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
24832026-05-28T12:48:44.866Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24842026-05-28T12:48:44.965Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24852026-05-28T12:48:44.995Z Checking reedline v0.40.0
24862026-05-28T12:48:45.190Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24872026-05-28T12:48:45.412Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24882026-05-28T12:48:45.573Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24892026-05-28T12:48:45.675Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24902026-05-28T12:48:45.995Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24912026-05-28T12:48:46.231Z Compiling ar_archive_writer v0.5.1
24922026-05-28T12:48:46.262Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24932026-05-28T12:48:46.639Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24942026-05-28T12:48:47.002Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24952026-05-28T12:48:47.053Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24962026-05-28T12:48:47.165Z Compiling psm v0.1.30
24972026-05-28T12:48:47.632Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24982026-05-28T12:48:47.673Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24992026-05-28T12:48:47.725Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25002026-05-28T12:48:47.935Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25012026-05-28T12:48:48.236Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25022026-05-28T12:48:48.287Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25032026-05-28T12:48:48.320Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25042026-05-28T12:48:48.407Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25052026-05-28T12:48:48.552Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25062026-05-28T12:48:48.610Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25072026-05-28T12:48:48.649Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25082026-05-28T12:48:48.765Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T12:48:48.996Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T12:48:49.095Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25112026-05-28T12:48:49.135Z Compiling stacker v0.1.23
25122026-05-28T12:48:49.139Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-05-28T12:48:49.139Z Compiling cfg_aliases v0.1.1
25142026-05-28T12:48:49.252Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25152026-05-28T12:48:49.299Z Compiling nix v0.28.0
25162026-05-28T12:48:49.425Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25172026-05-28T12:48:49.497Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T12:48:49.662Z Checking steno v0.4.1
25192026-05-28T12:48:49.693Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25202026-05-28T12:48:49.721Z Checking nibble_vec v0.1.0
25212026-05-28T12:48:49.880Z Checking endian-type v0.1.2
25222026-05-28T12:48:50.042Z Checking home v0.5.12
25232026-05-28T12:48:50.180Z Checking radix_trie v0.2.1
25242026-05-28T12:48:50.630Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-28T12:48:50.661Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25262026-05-28T12:48:50.692Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25272026-05-28T12:48:50.981Z Compiling recursive-proc-macro-impl v0.1.1
25282026-05-28T12:48:51.442Z Checking recursive v0.1.1
25292026-05-28T12:48:51.527Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-05-28T12:48:51.572Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-05-28T12:48:51.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-05-28T12:48:51.842Z Compiling peg-macros v0.8.5
25332026-05-28T12:48:51.979Z Checking nom v8.0.0
25342026-05-28T12:48:51.982Z Checking winnow v0.6.26
25352026-05-28T12:48:52.071Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25362026-05-28T12:48:52.209Z Compiling sqlparser_derive v0.5.0
25372026-05-28T12:48:52.254Z Checking unicode_categories v0.1.1
25382026-05-28T12:48:52.392Z Checking rustyline v14.0.0
25392026-05-28T12:48:52.445Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
25402026-05-28T12:48:52.570Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25412026-05-28T12:48:52.864Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-05-28T12:48:53.014Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25432026-05-28T12:48:53.047Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25442026-05-28T12:48:53.082Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25452026-05-28T12:48:53.114Z Checking sqlparser v0.61.0
25462026-05-28T12:48:53.198Z Checking filetime v0.2.27
25472026-05-28T12:48:53.251Z Checking peg v0.8.5
25482026-05-28T12:48:53.281Z Checking sqlformat v0.3.5
25492026-05-28T12:48:53.353Z Checking xattr v1.6.1
25502026-05-28T12:48:53.383Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25512026-05-28T12:48:53.515Z Checking tar v0.4.45
25522026-05-28T12:48:53.586Z Checking subprocess v0.2.15
25532026-05-28T12:48:53.772Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-05-28T12:48:53.898Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25552026-05-28T12:48:53.936Z Checking base64 v0.21.7
25562026-05-28T12:48:54.024Z Checking headers-core v0.3.0
25572026-05-28T12:48:54.054Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
25582026-05-28T12:48:54.161Z Checking headers v0.4.1
25592026-05-28T12:48:54.201Z Checking yasna v0.5.2
25602026-05-28T12:48:54.505Z Checking dropshot-api-manager-types v0.7.2
25612026-05-28T12:48:54.612Z Checking rcgen v0.12.1
25622026-05-28T12:48:54.644Z Checking utf-8 v0.7.6
25632026-05-28T12:48:54.673Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25642026-05-28T12:48:54.704Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25652026-05-28T12:48:54.805Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25662026-05-28T12:48:54.845Z Compiling libefi-sys v0.1.0
25672026-05-28T12:48:54.955Z Checking tungstenite v0.21.0
25682026-05-28T12:48:55.104Z Compiling bitfield-struct v0.6.2
25692026-05-28T12:48:55.287Z Compiling radium v0.7.0
25702026-05-28T12:48:55.405Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-05-28T12:48:55.436Z Checking tokio-tungstenite v0.21.0
25722026-05-28T12:48:55.511Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-05-28T12:48:55.628Z Compiling maybe-uninit v2.0.0
25742026-05-28T12:48:55.687Z Checking tap v1.0.1
25752026-05-28T12:48:55.718Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-05-28T12:48:55.746Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25772026-05-28T12:48:55.774Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25782026-05-28T12:48:55.821Z Checking wyz v0.5.1
25792026-05-28T12:48:56.027Z Compiling zerocopy-derive v0.6.6
25802026-05-28T12:48:56.030Z Compiling packed_struct v0.10.1
25812026-05-28T12:48:56.083Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25822026-05-28T12:48:56.198Z Checking funty v2.0.0
25832026-05-28T12:48:56.304Z Checking crc-catalog v2.4.0
25842026-05-28T12:48:56.345Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25852026-05-28T12:48:56.426Z Checking crc v3.4.0
25862026-05-28T12:48:56.559Z Checking bitvec v1.0.1
25872026-05-28T12:48:56.772Z Compiling packed_struct_codegen v0.10.1
25882026-05-28T12:48:56.928Z Checking zerocopy v0.6.6
25892026-05-28T12:48:57.255Z Compiling bitfield-macros v0.19.4
25902026-05-28T12:48:57.366Z Compiling indexmap v1.9.3
25912026-05-28T12:48:57.449Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
25922026-05-28T12:48:57.485Z Checking nodrop v0.1.14
25932026-05-28T12:48:57.637Z Checking array-init v0.0.4
25942026-05-28T12:48:57.640Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-28T12:48:57.667Z Checking smallvec v0.6.14
25962026-05-28T12:48:57.884Z Checking hashbrown v0.12.3
25972026-05-28T12:48:57.914Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-05-28T12:48:57.975Z Checking serde-hex v0.1.0
25992026-05-28T12:48:58.004Z Checking bitfield v0.19.4
26002026-05-28T12:48:58.097Z Checking ron v0.8.1
26012026-05-28T12:48:58.310Z Checking hashbrown v0.13.2
26022026-05-28T12:48:58.668Z Checking crc-any v2.5.0
26032026-05-28T12:48:58.697Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-28T12:48:58.768Z Checking object v0.30.4
26052026-05-28T12:48:58.876Z Checking path-slash v0.1.5
26062026-05-28T12:48:58.905Z Compiling xshell-macros v0.2.7
26072026-05-28T12:48:59.009Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-05-28T12:48:59.038Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-28T12:48:59.315Z Checking xshell v0.2.7
26102026-05-28T12:48:59.509Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26112026-05-28T12:48:59.690Z Checking half v1.8.3
26122026-05-28T12:48:59.720Z Compiling proc-macro-error-attr2 v2.0.0
26132026-05-28T12:48:59.920Z Checking serde_cbor v0.11.2
26142026-05-28T12:48:59.950Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152026-05-28T12:49:00.141Z Compiling proc-macro-error2 v2.0.1
26162026-05-28T12:49:00.482Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26172026-05-28T12:49:00.512Z Compiling tabled_derive v0.11.0
26182026-05-28T12:49:00.733Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-05-28T12:49:00.765Z Checking papergrid v0.17.0
26202026-05-28T12:49:00.928Z Checking testing_table v0.3.0
26212026-05-28T12:49:00.968Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26222026-05-28T12:49:01.050Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26232026-05-28T12:49:01.190Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26242026-05-28T12:49:01.498Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252026-05-28T12:49:01.577Z Checking maplit v1.0.2
26262026-05-28T12:49:01.720Z Checking tabled v0.20.0
26272026-05-28T12:49:01.869Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26282026-05-28T12:49:01.914Z Compiling git-stub v1.0.0
26292026-05-28T12:49:02.037Z Checking crc8 v0.1.1
26302026-05-28T12:49:02.134Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-05-28T12:49:02.164Z Compiling git-stub-vcs v0.1.0
26322026-05-28T12:49:02.198Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26332026-05-28T12:49:02.300Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26342026-05-28T12:49:02.538Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-05-28T12:49:02.773Z Checking fxhash v0.2.1
26362026-05-28T12:49:02.833Z Checking unicase v2.9.0
26372026-05-28T12:49:02.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26382026-05-28T12:49:03.022Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26392026-05-28T12:49:03.177Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26402026-05-28T12:49:03.346Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26412026-05-28T12:49:03.380Z Compiling vergen-lib v0.1.6
26422026-05-28T12:49:03.438Z Compiling diesel_derives v2.3.7
26432026-05-28T12:49:03.546Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26442026-05-28T12:49:03.643Z Checking scheduled-thread-pool v0.2.7
26452026-05-28T12:49:03.712Z Compiling dsl_auto_type v0.2.0
26462026-05-28T12:49:03.813Z Compiling vergen-gitcl v1.0.8
26472026-05-28T12:49:03.844Z Compiling diesel_table_macro_syntax v0.3.0
26482026-05-28T12:49:03.871Z Checking r2d2 v0.8.10
26492026-05-28T12:49:03.900Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26502026-05-28T12:49:04.101Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26512026-05-28T12:49:04.104Z Checking kstat-rs v0.2.4
26522026-05-28T12:49:04.340Z Checking arc-swap v1.8.2
26532026-05-28T12:49:04.457Z Checking downcast-rs v2.0.2
26542026-05-28T12:49:04.583Z Compiling parking_lot_core v0.8.6
26552026-05-28T12:49:04.612Z Checking slog-scope v4.4.1
26562026-05-28T12:49:04.714Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26572026-05-28T12:49:04.775Z Checking slog-stdlog v4.1.1
26582026-05-28T12:49:04.804Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26592026-05-28T12:49:04.905Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26602026-05-28T12:49:04.934Z Compiling itertools v0.10.5
26612026-05-28T12:49:05.098Z Checking slog-envlogger v2.2.0
26622026-05-28T12:49:05.283Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26632026-05-28T12:49:05.410Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-05-28T12:49:05.542Z Compiling dirs-sys-next v0.1.2
26652026-05-28T12:49:05.604Z Compiling crunchy v0.2.4
26662026-05-28T12:49:05.608Z Checking parking_lot v0.11.2
26672026-05-28T12:49:05.852Z Compiling dirs-next v2.0.0
26682026-05-28T12:49:05.882Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-05-28T12:49:05.948Z Compiling clang-sys v1.8.1
26702026-05-28T12:49:05.978Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26712026-05-28T12:49:06.007Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26722026-05-28T12:49:06.036Z Checking prefix-trie v0.7.0
26732026-05-28T12:49:06.340Z Compiling tiny-keccak v2.0.2
26742026-05-28T12:49:06.400Z Checking hickory-server v0.25.2
26752026-05-28T12:49:06.597Z Compiling term v0.7.0
26762026-05-28T12:49:06.652Z Checking sled v0.34.7
26772026-05-28T12:49:06.683Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-05-28T12:49:06.686Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
26792026-05-28T12:49:06.962Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-05-28T12:49:07.216Z Checking nanorand v0.7.0
26812026-05-28T12:49:07.277Z Compiling salty v0.3.0
26822026-05-28T12:49:07.322Z Compiling bit-vec v0.6.3
26832026-05-28T12:49:07.446Z Checking flume v0.11.1
26842026-05-28T12:49:07.575Z Compiling bit-set v0.5.3
26852026-05-28T12:49:07.647Z Compiling ascii-canvas v3.0.0
26862026-05-28T12:49:07.759Z Checking primeorder v0.13.6
26872026-05-28T12:49:07.792Z Compiling ena v0.14.4
26882026-05-28T12:49:07.923Z Compiling libloading v0.8.9
26892026-05-28T12:49:07.952Z Compiling diff v0.1.13
26902026-05-28T12:49:08.031Z Compiling regex-syntax v0.6.29
26912026-05-28T12:49:08.034Z Compiling bindgen v0.71.1
26922026-05-28T12:49:08.251Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26932026-05-28T12:49:08.575Z Compiling cexpr v0.6.0
26942026-05-28T12:49:08.693Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26952026-05-28T12:49:08.875Z Compiling fs-err v2.11.0
26962026-05-28T12:49:08.909Z Compiling rustc-hash v2.1.1
26972026-05-28T12:49:09.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-28T12:49:09.241Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26992026-05-28T12:49:09.299Z Compiling libxml v0.3.3
27002026-05-28T12:49:09.372Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-05-28T12:49:09.555Z Compiling lalrpop v0.19.12
27022026-05-28T12:49:09.614Z Checking p384 v0.13.1
27032026-05-28T12:49:09.654Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27042026-05-28T12:49:09.822Z Checking diesel v2.3.7
27052026-05-28T12:49:10.065Z Compiling strum_macros v0.24.3
27062026-05-28T12:49:10.220Z Checking parse-size v1.1.0
27072026-05-28T12:49:10.254Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27082026-05-28T12:49:10.372Z Checking assert_matches v1.5.0
27092026-05-28T12:49:10.477Z Compiling indoc v1.0.9
27102026-05-28T12:49:10.951Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27112026-05-28T12:49:11.868Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27122026-05-28T12:49:11.934Z Compiling typify-impl v0.4.3
27132026-05-28T12:49:11.963Z Checking quick-xml v0.37.5
27142026-05-28T12:49:12.082Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27152026-05-28T12:49:12.086Z Checking derive_builder v0.20.2
27162026-05-28T12:49:12.086Z Compiling oso-derive v0.27.3
27172026-05-28T12:49:12.254Z Compiling trait-variant v0.1.2
27182026-05-28T12:49:12.675Z Compiling impl-trait-for-tuples v0.2.3
27192026-05-28T12:49:12.764Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
27202026-05-28T12:49:12.862Z Checking openssl-probe v0.1.6
27212026-05-28T12:49:12.909Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27222026-05-28T12:49:13.051Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-05-28T12:49:13.561Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
27242026-05-28T12:49:13.696Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27252026-05-28T12:49:13.740Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27262026-05-28T12:49:14.291Z Checking predicates-tree v1.0.13
27272026-05-28T12:49:14.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27282026-05-28T12:49:14.706Z Checking http-range v0.1.5
27292026-05-28T12:49:14.743Z Compiling mime_guess v2.0.5
27302026-05-28T12:49:14.772Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27312026-05-28T12:49:15.031Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27322026-05-28T12:49:15.361Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27332026-05-28T12:49:15.454Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27342026-05-28T12:49:15.711Z Checking bb8 v0.8.6
27352026-05-28T12:49:16.023Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-28T12:49:16.257Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27372026-05-28T12:49:16.503Z Checking atty v0.2.14
27382026-05-28T12:49:16.555Z Compiling typify-macro v0.4.3
27392026-05-28T12:49:16.629Z Checking corncobs v0.1.4
27402026-05-28T12:49:16.790Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-05-28T12:49:16.973Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27422026-05-28T12:49:17.277Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27432026-05-28T12:49:17.350Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27442026-05-28T12:49:17.451Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27452026-05-28T12:49:17.578Z Checking ignore v0.4.25
27462026-05-28T12:49:18.057Z Checking secrecy v0.8.0
27472026-05-28T12:49:18.111Z Checking globwalk v0.9.1
27482026-05-28T12:49:18.326Z Compiling typify v0.4.3
27492026-05-28T12:49:18.473Z Compiling progenitor-impl v0.11.2
27502026-05-28T12:49:18.871Z Checking hyper-staticfile v0.10.1
27512026-05-28T12:49:19.201Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27522026-05-28T12:49:19.438Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27532026-05-28T12:49:19.531Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27542026-05-28T12:49:19.962Z Checking progenitor-client v0.11.2
27552026-05-28T12:49:20.129Z Checking nonempty v0.12.0
27562026-05-28T12:49:20.243Z Compiling illumos-nvpair-sys v0.2.0
27572026-05-28T12:49:20.324Z Checking camino-tempfile-ext v0.3.3
27582026-05-28T12:49:20.514Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27592026-05-28T12:49:20.566Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27602026-05-28T12:49:21.209Z Compiling progenitor-macro v0.11.2
27612026-05-28T12:49:21.322Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27622026-05-28T12:49:21.429Z Checking signal-hook-tokio v0.3.1
27632026-05-28T12:49:21.502Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27642026-05-28T12:49:21.755Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27652026-05-28T12:49:21.795Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27662026-05-28T12:49:22.201Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27672026-05-28T12:49:22.565Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27682026-05-28T12:49:22.797Z Checking illumos-nvpair v0.3.0
27692026-05-28T12:49:22.889Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27702026-05-28T12:49:22.992Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-05-28T12:49:23.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27722026-05-28T12:49:23.298Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27732026-05-28T12:49:23.330Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27742026-05-28T12:49:23.420Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27752026-05-28T12:49:23.501Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27762026-05-28T12:49:23.800Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27772026-05-28T12:49:23.938Z Checking tungstenite v0.23.0
27782026-05-28T12:49:24.094Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27792026-05-28T12:49:24.395Z Checking async-bb8-diesel v0.2.1
27802026-05-28T12:49:24.790Z Checking diesel-dtrace v0.5.0
27812026-05-28T12:49:25.069Z Checking tokio-tungstenite v0.23.1
27822026-05-28T12:49:25.292Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27832026-05-28T12:49:25.387Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27842026-05-28T12:49:25.444Z Checking rand_seeder v0.4.0
27852026-05-28T12:49:25.599Z Checking void v1.0.2
27862026-05-28T12:49:25.696Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27872026-05-28T12:49:25.738Z Checking lzss v0.8.2
27882026-05-28T12:49:25.767Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-05-28T12:49:25.889Z Checking nix v0.27.1
27902026-05-28T12:49:25.956Z Checking serde_bytes v0.11.19
27912026-05-28T12:49:26.044Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-05-28T12:49:26.165Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-05-28T12:49:26.195Z Checking progenitor v0.11.2
27942026-05-28T12:49:26.247Z Checking is_ci v1.2.0
27952026-05-28T12:49:26.365Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-28T12:49:26.394Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27972026-05-28T12:49:26.440Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27982026-05-28T12:49:26.696Z Checking yansi v1.0.1
27992026-05-28T12:49:26.985Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28002026-05-28T12:49:27.114Z Checking pretty_assertions v1.4.1
28012026-05-28T12:49:27.257Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28022026-05-28T12:49:27.287Z Compiling darling_core v0.23.0
28032026-05-28T12:49:27.522Z Compiling indoc v2.0.7
28042026-05-28T12:49:27.905Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-05-28T12:49:28.044Z Compiling libz-sys v1.1.24
28062026-05-28T12:49:28.142Z Compiling instability v0.3.11
28072026-05-28T12:49:28.453Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-28T12:49:28.579Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28092026-05-28T12:49:28.683Z Checking castaway v0.2.4
28102026-05-28T12:49:28.827Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-28T12:49:28.970Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28122026-05-28T12:49:29.134Z Checking compact_str v0.8.1
28132026-05-28T12:49:29.402Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28142026-05-28T12:49:29.921Z Compiling darling_macro v0.23.0
28152026-05-28T12:49:30.324Z Checking supports-color v3.0.2
28162026-05-28T12:49:30.366Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28172026-05-28T12:49:30.450Z Compiling darling v0.23.0
28182026-05-28T12:49:30.485Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-05-28T12:49:30.601Z Checking unicode-truncate v1.1.0
28202026-05-28T12:49:30.711Z Checking console v0.16.2
28212026-05-28T12:49:30.777Z Checking lru v0.12.5
28222026-05-28T12:49:30.967Z Compiling libgit2-sys v0.18.3+1.9.2
28232026-05-28T12:49:31.061Z Checking cassowary v0.3.0
28242026-05-28T12:49:31.308Z Checking unit-prefix v0.5.2
28252026-05-28T12:49:31.338Z Checking ratatui v0.29.0
28262026-05-28T12:49:31.471Z Checking indicatif v0.18.4
28272026-05-28T12:49:32.523Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28282026-05-28T12:49:32.835Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28292026-05-28T12:49:32.865Z Compiling vergen-git2 v9.1.0
28302026-05-28T12:49:33.087Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28312026-05-28T12:49:33.157Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-05-28T12:49:33.385Z Compiling rustls v0.21.12
28332026-05-28T12:49:33.453Z Checking plotters-backend v0.3.7
28342026-05-28T12:49:33.687Z Checking plotters-svg v0.3.7
28352026-05-28T12:49:33.727Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28362026-05-28T12:49:33.856Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-05-28T12:49:34.083Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28382026-05-28T12:49:34.316Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-05-28T12:49:34.551Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-05-28T12:49:34.718Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28412026-05-28T12:49:34.748Z Checking rustls-webpki v0.101.7
28422026-05-28T12:49:34.776Z Checking sct v0.7.1
28432026-05-28T12:49:34.943Z Checking cast v0.3.0
28442026-05-28T12:49:35.153Z Checking criterion-plot v0.6.0
28452026-05-28T12:49:35.459Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28462026-05-28T12:49:35.629Z Checking plotters v0.3.7
28472026-05-28T12:49:36.392Z Checking colored v2.2.0
28482026-05-28T12:49:36.464Z Checking tinytemplate v1.2.1
28492026-05-28T12:49:36.624Z Checking shell-words v1.1.1
28502026-05-28T12:49:36.712Z Checking oorandom v11.1.5
28512026-05-28T12:49:36.778Z Checking anes v0.1.6
28522026-05-28T12:49:36.856Z Checking tokio-rustls v0.24.1
28532026-05-28T12:49:36.985Z Checking criterion v0.7.0
28542026-05-28T12:49:37.087Z Checking typeid v1.0.3
28552026-05-28T12:49:37.220Z Checking rustls-pemfile v1.0.4
28562026-05-28T12:49:37.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28572026-05-28T12:49:37.620Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28582026-05-28T12:49:38.047Z Checking twox-hash v2.1.2
28592026-05-28T12:49:38.246Z Checking hex-literal v0.4.1
28602026-05-28T12:49:38.372Z Checking erased-serde v0.4.9
28612026-05-28T12:49:38.437Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622026-05-28T12:49:38.466Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28632026-05-28T12:49:38.786Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28642026-05-28T12:49:40.468Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28652026-05-28T12:49:40.607Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28662026-05-28T12:49:40.949Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28672026-05-28T12:49:41.806Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-28T12:49:42.013Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28692026-05-28T12:49:42.873Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28702026-05-28T12:49:43.115Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-05-28T12:49:44.258Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28722026-05-28T12:49:44.573Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-05-28T12:49:45.068Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-05-28T12:49:45.280Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-28T12:49:45.898Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-05-28T12:49:45.992Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28772026-05-28T12:49:46.171Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28782026-05-28T12:49:46.242Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-05-28T12:49:47.106Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28802026-05-28T12:49:47.487Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-05-28T12:49:47.699Z Checking fatfs v0.3.6
28822026-05-28T12:49:47.728Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28832026-05-28T12:49:48.138Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-05-28T12:49:48.198Z Checking ordered-float v2.10.1
28852026-05-28T12:49:48.463Z Compiling seq-macro v0.3.6
28862026-05-28T12:49:49.000Z Checking serde-value v0.7.0
28872026-05-28T12:49:49.200Z Checking serde-untagged v0.1.9
28882026-05-28T12:49:49.260Z Checking unicode-xid v0.2.6
28892026-05-28T12:49:49.400Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28902026-05-28T12:49:49.429Z Checking cargo-util-schemas v0.8.2
28912026-05-28T12:49:49.507Z Checking cargo-platform v0.2.0
28922026-05-28T12:49:49.719Z Compiling petname v2.0.2
28932026-05-28T12:49:50.332Z Checking cargo_metadata v0.21.0
28942026-05-28T12:49:50.386Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28952026-05-28T12:49:51.116Z Checking concurrent-queue v2.5.0
28962026-05-28T12:49:51.338Z Checking rtoolbox v0.0.3
28972026-05-28T12:49:51.508Z Checking parking v2.2.1
28982026-05-28T12:49:51.664Z Checking event-listener v5.4.1
28992026-05-28T12:49:51.788Z Compiling samael v0.0.19
29002026-05-28T12:49:51.917Z Checking rpassword v7.4.0
29012026-05-28T12:49:52.480Z Checking tui-tree-widget v0.23.1
29022026-05-28T12:49:52.727Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29032026-05-28T12:49:52.928Z Checking polyval v0.6.2
29042026-05-28T12:49:53.134Z Checking sapling-renderdag v0.1.0
29052026-05-28T12:49:53.407Z Checking sync-ptr v0.1.4
29062026-05-28T12:49:53.560Z Checking ghash v0.5.1
29072026-05-28T12:49:53.630Z Checking event-listener-strategy v0.5.4
29082026-05-28T12:49:53.709Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29092026-05-28T12:49:53.796Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29102026-05-28T12:49:54.025Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29112026-05-28T12:49:54.501Z Checking ctr v0.9.2
29122026-05-28T12:49:54.702Z Checking constant_time_eq v0.4.2
29132026-05-28T12:49:54.876Z Checking futures-timer v3.0.3
29142026-05-28T12:49:55.093Z Checking arrayvec v0.7.6
29152026-05-28T12:49:55.247Z Checking arrayref v0.3.9
29162026-05-28T12:49:55.313Z Compiling strsim v0.10.0
29172026-05-28T12:49:55.356Z Checking aes-gcm v0.10.3
29182026-05-28T12:49:55.545Z Compiling darling_core v0.13.4
29192026-05-28T12:49:55.725Z Checking async-lock v3.4.2
29202026-05-28T12:49:56.145Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-28T12:49:56.952Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29222026-05-28T12:49:57.457Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29232026-05-28T12:49:58.103Z Checking ssh-encoding v0.2.0
29242026-05-28T12:49:58.155Z Checking blowfish v0.9.1
29252026-05-28T12:49:58.339Z Checking bcrypt-pbkdf v0.10.0
29262026-05-28T12:49:58.342Z Checking ssh-cipher v0.2.0
29272026-05-28T12:49:58.541Z Compiling darling_macro v0.13.4
29282026-05-28T12:49:58.578Z Checking async-object-pool v0.2.0
29292026-05-28T12:49:58.727Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29302026-05-28T12:49:58.957Z Checking serde_regex v1.1.0
29312026-05-28T12:49:59.059Z Checking password-hash v0.4.2
29322026-05-28T12:49:59.144Z Compiling git2 v0.20.4
29332026-05-28T12:49:59.175Z Checking assert-json-diff v2.0.2
29342026-05-28T12:49:59.204Z Checking path-tree v0.8.3
29352026-05-28T12:49:59.312Z Compiling target-lexicon v0.13.3
29362026-05-28T12:49:59.380Z Checking gimli v0.32.3
29372026-05-28T12:49:59.424Z Checking stringmetrics v2.2.2
29382026-05-28T12:49:59.613Z Checking httpmock v0.8.3
29392026-05-28T12:49:59.904Z Checking pbkdf2 v0.11.0
29402026-05-28T12:50:00.111Z Compiling darling v0.13.4
29412026-05-28T12:50:00.236Z Checking ssh-key v0.6.7
29422026-05-28T12:50:00.995Z Checking addr2line v0.25.1
29432026-05-28T12:50:01.305Z Checking p256 v0.13.2
29442026-05-28T12:50:01.885Z Checking p521 v0.13.3
29452026-05-28T12:50:02.231Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29462026-05-28T12:50:02.526Z Checking russh-cryptovec v0.7.3
29472026-05-28T12:50:02.558Z Checking md5 v0.7.0
29482026-05-28T12:50:02.561Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29492026-05-28T12:50:02.714Z Compiling guppy-workspace-hack v0.1.0
29502026-05-28T12:50:02.800Z Checking rustc-demangle v0.1.27
29512026-05-28T12:50:02.984Z Checking russh-keys v0.45.0
29522026-05-28T12:50:03.070Z Checking backtrace v0.3.76
29532026-05-28T12:50:03.141Z Compiling serde_with_macros v1.5.2
29542026-05-28T12:50:03.415Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29552026-05-28T12:50:03.508Z Checking num-bigint v0.4.6
29562026-05-28T12:50:03.640Z Checking des v0.8.1
29572026-05-28T12:50:03.827Z Compiling blake3 v1.8.3
29582026-05-28T12:50:03.856Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29592026-05-28T12:50:04.225Z Compiling target-spec v3.5.7
29602026-05-28T12:50:04.307Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29612026-05-28T12:50:04.492Z Checking russh v0.45.0
29622026-05-28T12:50:04.974Z Compiling serde_with v1.14.0
29632026-05-28T12:50:05.263Z Checking cfg-expr v0.20.6
29642026-05-28T12:50:05.377Z Checking backtrace-ext v0.2.1
29652026-05-28T12:50:05.628Z Checking supports-color v2.1.0
29662026-05-28T12:50:05.700Z Checking textwrap v0.15.2
29672026-05-28T12:50:05.794Z Checking supports-hyperlinks v2.1.0
29682026-05-28T12:50:05.945Z Checking supports-unicode v2.1.0
29692026-05-28T12:50:05.976Z Checking hashbrown v0.14.5
29702026-05-28T12:50:06.096Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29712026-05-28T12:50:06.155Z Checking cargo-platform v0.3.2
29722026-05-28T12:50:06.346Z Checking terminal_size v0.1.17
29732026-05-28T12:50:06.376Z Compiling miette-derive v5.10.0
29742026-05-28T12:50:06.481Z Checking internet-checksum v0.2.1
29752026-05-28T12:50:06.512Z Checking owo-colors v3.5.0
29762026-05-28T12:50:06.515Z Checking chumsky v0.9.3
29772026-05-28T12:50:06.646Z Checking cargo_metadata v0.23.1
29782026-05-28T12:50:07.089Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29792026-05-28T12:50:07.476Z Compiling polar-core v0.27.3
29802026-05-28T12:50:07.598Z Checking miette v5.10.0
29812026-05-28T12:50:08.030Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29822026-05-28T12:50:08.130Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29832026-05-28T12:50:08.193Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29842026-05-28T12:50:08.561Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29852026-05-28T12:50:08.792Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29862026-05-28T12:50:08.852Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29872026-05-28T12:50:08.979Z Compiling knuffel-derive v3.2.0
29882026-05-28T12:50:09.065Z Checking httptest v0.16.4
29892026-05-28T12:50:09.097Z Checking pathdiff v0.2.3
29902026-05-28T12:50:09.236Z Checking nested v0.1.1
29912026-05-28T12:50:09.413Z Checking topological-sort v0.2.2
29922026-05-28T12:50:09.480Z Checking guppy v0.17.25
29932026-05-28T12:50:09.592Z Checking omicron-zone-package v0.12.2
29942026-05-28T12:50:09.868Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29952026-05-28T12:50:10.146Z Checking similar-asserts v1.7.0
29962026-05-28T12:50:10.341Z Compiling target-triple v1.0.0
29972026-05-28T12:50:10.536Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29982026-05-28T12:50:10.628Z Checking knuffel v3.2.0
29992026-05-28T12:50:10.707Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30002026-05-28T12:50:10.747Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30012026-05-28T12:50:11.315Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30022026-05-28T12:50:11.378Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30032026-05-28T12:50:11.691Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-05-28T12:50:11.950Z Checking hickory-client v0.25.2
30052026-05-28T12:50:12.095Z Checking tokio-test v0.4.5
30062026-05-28T12:50:12.274Z Compiling assert_cmd v2.1.2
30072026-05-28T12:50:12.337Z Checking escape8259 v0.5.3
30082026-05-28T12:50:12.506Z Checking libtest-mimic v0.8.1
30092026-05-28T12:50:12.773Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30102026-05-28T12:50:12.803Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30112026-05-28T12:50:12.833Z Checking oso v0.27.3
30122026-05-28T12:50:12.861Z Checking blake2b_simd v1.0.4
30132026-05-28T12:50:12.911Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30142026-05-28T12:50:13.313Z Checking support-bundle-viewer v0.1.2
30152026-05-28T12:50:13.441Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30162026-05-28T12:50:13.543Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30172026-05-28T12:50:13.603Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30182026-05-28T12:50:13.773Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30192026-05-28T12:50:13.838Z Checking fancy-regex v0.14.0
30202026-05-28T12:50:13.969Z Checking serde_tokenstream v0.2.3
30212026-05-28T12:50:14.001Z Checking multimap v0.10.1
30222026-05-28T12:50:14.072Z Checking approx v0.5.1
30232026-05-28T12:50:14.220Z Compiling rstest_macros v0.25.0
30242026-05-28T12:50:14.223Z Checking uzers v0.12.2
30252026-05-28T12:50:14.281Z Checking constant_time_eq v0.3.1
30262026-05-28T12:50:14.284Z Compiling linkme-impl v0.3.35
30272026-05-28T12:50:14.418Z Checking termcolor v1.4.1
30282026-05-28T12:50:14.483Z Checking rust-argon2 v2.1.0
30292026-05-28T12:50:14.673Z Checking trybuild v1.0.116
30302026-05-28T12:50:14.703Z Checking datatest-stable v0.3.3
30312026-05-28T12:50:14.806Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30322026-05-28T12:50:15.043Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30332026-05-28T12:50:15.179Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30342026-05-28T12:50:15.236Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30352026-05-28T12:50:15.266Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30362026-05-28T12:50:15.314Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30372026-05-28T12:50:15.463Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30382026-05-28T12:50:15.495Z Checking drift v0.2.0
30392026-05-28T12:50:15.542Z Checking rand_distr v0.5.1
30402026-05-28T12:50:15.692Z Compiling linkme v0.3.35
30412026-05-28T12:50:15.874Z Compiling relative-path v1.9.3
30422026-05-28T12:50:15.906Z Checking dropshot-api-manager v0.7.2
30432026-05-28T12:50:16.195Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30442026-05-28T12:50:17.061Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30452026-05-28T12:50:17.117Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30462026-05-28T12:50:17.163Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30472026-05-28T12:50:17.388Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30482026-05-28T12:50:17.784Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30492026-05-28T12:50:17.844Z Checking cargo_toml v0.21.0
30502026-05-28T12:50:17.947Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30512026-05-28T12:50:18.451Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30522026-05-28T12:50:18.464Z Checking partial-io v0.5.4
30532026-05-28T12:50:18.640Z Checking termios v0.3.3
30542026-05-28T12:50:18.690Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30552026-05-28T12:50:18.778Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30562026-05-28T12:50:19.843Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30572026-05-28T12:50:19.872Z Checking rstest v0.25.0
30582026-05-28T12:50:20.530Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30592026-05-28T12:50:23.386Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30602026-05-28T12:50:24.739Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30612026-05-28T12:50:30.974Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30622026-05-28T12:50:31.008Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30632026-05-28T12:50:33.539Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30642026-05-28T12:50:38.425Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30652026-05-28T12:50:41.361Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30662026-05-28T12:50:46.160Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30672026-05-28T12:50:46.183Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30682026-05-28T12:50:46.198Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30692026-05-28T12:50:54.921Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30702026-05-28T12:50:59.472Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30712026-05-28T12:52:11.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 16s
30722026-05-28T12:52:12.509Z
30732026-05-28T12:52:12.509Zreal 4:19.717484508
30742026-05-28T12:52:12.509Zuser 22:39.672887008
30752026-05-28T12:52:12.509Zsys 5:13.270978897
30762026-05-28T12:52:12.509Ztrap 0.530783676
30772026-05-28T12:52:12.509Ztflt 0.493601852
30782026-05-28T12:52:12.509Zdflt 0.393938601
30792026-05-28T12:52:12.510Zkflt 0.005369446
30802026-05-28T12:52:12.510Zlock 1:02:46.770985434
30812026-05-28T12:52:12.510Zslp 1:02:54.470146539
30822026-05-28T12:52:12.510Zlat 2:04.532045314
30832026-05-28T12:52:12.510Zstop 10:18.106900642
30842026-05-28T12:52:12.513Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30852026-05-28T12:52:12.513Z+ ptime -m cargo doc --workspace --no-deps
30862026-05-28T12:52:13.444Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30872026-05-28T12:52:13.444Z |
30882026-05-28T12:52:13.444Z = 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)`
30892026-05-28T12:52:13.444Z = 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>
30902026-05-28T12:52:14.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30912026-05-28T12:52:14.778Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30922026-05-28T12:52:14.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30932026-05-28T12:52:14.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30942026-05-28T12:52:15.019Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30952026-05-28T12:52:15.070Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-05-28T12:52:15.102Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30972026-05-28T12:52:15.132Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-05-28T12:52:15.177Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-05-28T12:52:15.344Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-05-28T12:52:15.386Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31012026-05-28T12:52:15.396Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31022026-05-28T12:52:15.443Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31032026-05-28T12:52:15.482Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31042026-05-28T12:52:15.503Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31052026-05-28T12:52:15.526Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31062026-05-28T12:52:15.534Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-05-28T12:52:15.602Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-05-28T12:52:15.626Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31092026-05-28T12:52:15.794Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31102026-05-28T12:52:15.945Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31112026-05-28T12:52:16.086Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31122026-05-28T12:52:16.150Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31132026-05-28T12:52:16.261Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31142026-05-28T12:52:16.301Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31152026-05-28T12:52:16.326Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31162026-05-28T12:52:16.529Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31172026-05-28T12:52:16.583Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31182026-05-28T12:52:16.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31192026-05-28T12:52:16.925Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31202026-05-28T12:52:17.041Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31212026-05-28T12:52:17.083Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31222026-05-28T12:52:17.108Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31232026-05-28T12:52:17.248Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31242026-05-28T12:52:17.352Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31252026-05-28T12:52:17.460Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31262026-05-28T12:52:17.488Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31272026-05-28T12:52:17.513Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31282026-05-28T12:52:17.555Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31292026-05-28T12:52:17.787Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31302026-05-28T12:52:17.882Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31312026-05-28T12:52:17.936Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31322026-05-28T12:52:17.962Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31332026-05-28T12:52:18.116Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31342026-05-28T12:52:18.142Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31352026-05-28T12:52:18.201Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31362026-05-28T12:52:18.316Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31372026-05-28T12:52:18.342Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31382026-05-28T12:52:18.499Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31392026-05-28T12:52:18.832Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31402026-05-28T12:52:19.034Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31412026-05-28T12:52:19.070Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31422026-05-28T12:52:19.176Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31432026-05-28T12:52:19.247Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31442026-05-28T12:52:19.280Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31452026-05-28T12:52:19.556Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31462026-05-28T12:52:19.672Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31472026-05-28T12:52:20.835Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31482026-05-28T12:52:20.864Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31492026-05-28T12:52:21.101Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31502026-05-28T12:52:21.127Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31512026-05-28T12:52:21.153Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31522026-05-28T12:52:21.421Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31532026-05-28T12:52:21.491Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31542026-05-28T12:52:21.726Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31552026-05-28T12:52:21.953Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31562026-05-28T12:52:21.989Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31572026-05-28T12:52:23.190Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31582026-05-28T12:52:23.311Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31592026-05-28T12:52:23.555Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-05-28T12:52:23.640Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31612026-05-28T12:52:23.669Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31622026-05-28T12:52:23.953Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31632026-05-28T12:52:24.103Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31642026-05-28T12:52:24.311Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31652026-05-28T12:52:24.336Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31662026-05-28T12:52:24.339Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31672026-05-28T12:52:24.417Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31682026-05-28T12:52:24.546Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31692026-05-28T12:52:24.697Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31702026-05-28T12:52:24.700Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31712026-05-28T12:52:24.968Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31722026-05-28T12:52:25.196Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31732026-05-28T12:52:25.371Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31742026-05-28T12:52:25.441Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31752026-05-28T12:52:25.644Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31762026-05-28T12:52:25.702Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31772026-05-28T12:52:25.777Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31782026-05-28T12:52:26.035Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31792026-05-28T12:52:26.088Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31802026-05-28T12:52:26.558Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31812026-05-28T12:52:26.602Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-05-28T12:52:26.878Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31832026-05-28T12:52:27.177Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31842026-05-28T12:52:27.248Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31852026-05-28T12:52:27.376Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31862026-05-28T12:52:27.455Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31872026-05-28T12:52:27.480Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31882026-05-28T12:52:27.560Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31892026-05-28T12:52:27.631Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31902026-05-28T12:52:27.889Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31912026-05-28T12:52:28.061Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31922026-05-28T12:52:28.409Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31932026-05-28T12:52:28.438Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31942026-05-28T12:52:28.986Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31952026-05-28T12:52:29.121Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31962026-05-28T12:52:29.296Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31972026-05-28T12:52:29.556Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31982026-05-28T12:52:30.147Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31992026-05-28T12:52:30.176Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32002026-05-28T12:52:30.884Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32012026-05-28T12:52:31.019Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-05-28T12:52:31.046Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-05-28T12:52:31.071Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32042026-05-28T12:52:31.315Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32052026-05-28T12:52:31.370Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32062026-05-28T12:52:31.648Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32072026-05-28T12:52:31.859Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32082026-05-28T12:52:31.885Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32092026-05-28T12:52:31.977Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32102026-05-28T12:52:32.034Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32112026-05-28T12:52:32.280Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32122026-05-28T12:52:32.351Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32132026-05-28T12:52:32.376Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32142026-05-28T12:52:32.533Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32152026-05-28T12:52:32.740Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32162026-05-28T12:52:32.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172026-05-28T12:52:33.004Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32182026-05-28T12:52:33.091Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32192026-05-28T12:52:33.156Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32202026-05-28T12:52:33.255Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32212026-05-28T12:52:33.449Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32222026-05-28T12:52:33.512Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32232026-05-28T12:52:33.691Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32242026-05-28T12:52:33.794Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32252026-05-28T12:52:33.828Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32262026-05-28T12:52:33.854Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32272026-05-28T12:52:33.932Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32282026-05-28T12:52:34.003Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32292026-05-28T12:52:34.043Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32302026-05-28T12:52:34.117Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-05-28T12:52:34.329Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32322026-05-28T12:52:34.379Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32332026-05-28T12:52:34.382Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-05-28T12:52:34.431Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352026-05-28T12:52:34.651Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32362026-05-28T12:52:34.684Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32372026-05-28T12:52:34.763Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32382026-05-28T12:52:34.962Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32392026-05-28T12:52:35.001Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32402026-05-28T12:52:35.204Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32412026-05-28T12:52:35.421Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32422026-05-28T12:52:35.613Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32432026-05-28T12:52:35.709Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32442026-05-28T12:52:35.783Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32452026-05-28T12:52:36.034Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32462026-05-28T12:52:36.091Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32472026-05-28T12:52:36.215Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32482026-05-28T12:52:36.411Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32492026-05-28T12:52:36.595Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32502026-05-28T12:52:36.687Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32512026-05-28T12:52:37.028Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32522026-05-28T12:52:37.093Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32532026-05-28T12:52:37.197Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32542026-05-28T12:52:37.255Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32552026-05-28T12:52:37.422Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32562026-05-28T12:52:37.479Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32572026-05-28T12:52:37.635Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32582026-05-28T12:52:37.668Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-05-28T12:52:37.746Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32602026-05-28T12:52:37.985Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32612026-05-28T12:52:38.008Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32622026-05-28T12:52:38.031Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-05-28T12:52:38.072Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32642026-05-28T12:52:38.579Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-05-28T12:52:38.794Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32662026-05-28T12:52:39.016Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32672026-05-28T12:52:39.369Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32682026-05-28T12:52:39.498Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32692026-05-28T12:52:39.640Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32702026-05-28T12:52:39.769Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32712026-05-28T12:52:40.415Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32722026-05-28T12:52:40.493Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32732026-05-28T12:52:41.585Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32742026-05-28T12:52:42.275Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32752026-05-28T12:52:42.302Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32762026-05-28T12:52:42.330Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32772026-05-28T12:52:45.303Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32782026-05-28T12:52:45.447Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32792026-05-28T12:52:46.214Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32802026-05-28T12:52:46.558Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32812026-05-28T12:52:46.980Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32822026-05-28T12:52:47.330Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32832026-05-28T12:52:47.805Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32842026-05-28T12:52:47.861Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32852026-05-28T12:52:48.058Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
32862026-05-28T12:52:48.237Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32872026-05-28T12:52:48.269Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32882026-05-28T12:52:48.513Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32892026-05-28T12:52:48.894Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
32902026-05-28T12:52:50.148Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-05-28T12:52:50.658Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32922026-05-28T12:52:51.185Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32932026-05-28T12:52:51.269Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32942026-05-28T12:52:51.440Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32952026-05-28T12:52:51.571Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32962026-05-28T12:52:52.340Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32972026-05-28T12:52:52.668Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32982026-05-28T12:52:52.936Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32992026-05-28T12:52:52.960Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33002026-05-28T12:52:53.391Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-28T12:52:53.816Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33022026-05-28T12:52:53.948Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33032026-05-28T12:52:54.601Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33042026-05-28T12:52:55.212Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33052026-05-28T12:52:55.685Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33062026-05-28T12:52:56.719Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33072026-05-28T12:52:57.125Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33082026-05-28T12:52:57.474Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-05-28T12:52:57.651Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33102026-05-28T12:52:58.219Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33112026-05-28T12:52:58.448Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33122026-05-28T12:53:00.189Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33132026-05-28T12:53:00.410Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33142026-05-28T12:53:00.535Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33152026-05-28T12:53:01.072Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33162026-05-28T12:53:01.376Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33172026-05-28T12:53:01.706Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33182026-05-28T12:53:02.283Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-28T12:53:02.989Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-05-28T12:53:03.083Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33212026-05-28T12:53:03.462Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33222026-05-28T12:53:04.038Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33232026-05-28T12:53:04.519Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33242026-05-28T12:53:05.358Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33252026-05-28T12:53:05.680Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33262026-05-28T12:53:06.297Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-05-28T12:53:07.299Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-05-28T12:53:07.791Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33292026-05-28T12:53:08.413Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33302026-05-28T12:53:08.964Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33312026-05-28T12:53:09.582Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33322026-05-28T12:53:10.397Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33332026-05-28T12:53:10.698Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33342026-05-28T12:53:11.502Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33352026-05-28T12:53:12.119Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33362026-05-28T12:53:12.276Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33372026-05-28T12:53:12.844Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-28T12:53:13.294Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33392026-05-28T12:53:13.672Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33402026-05-28T12:53:13.872Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-05-28T12:53:14.116Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422026-05-28T12:53:14.618Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33432026-05-28T12:53:14.964Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33442026-05-28T12:53:15.818Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33452026-05-28T12:53:15.916Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33462026-05-28T12:53:16.109Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33472026-05-28T12:53:16.178Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-05-28T12:53:16.208Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33492026-05-28T12:53:16.549Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33502026-05-28T12:53:16.808Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33512026-05-28T12:53:16.873Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33522026-05-28T12:53:17.018Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33532026-05-28T12:53:17.641Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33542026-05-28T12:53:18.471Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33552026-05-28T12:53:18.856Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33562026-05-28T12:53:19.324Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33572026-05-28T12:53:22.499Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33582026-05-28T12:53:25.790Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33592026-05-28T12:53:26.716Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33602026-05-28T12:53:27.906Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33612026-05-28T12:53:28.790Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33622026-05-28T12:53:30.090Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33632026-05-28T12:53:32.277Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33642026-05-28T12:53:32.371Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33652026-05-28T12:53:34.351Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-05-28T12:53:34.853Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33672026-05-28T12:53:35.873Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33682026-05-28T12:53:36.918Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33692026-05-28T12:53:44.750Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33702026-05-28T12:53:46.083Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712026-05-28T12:53:47.202Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33722026-05-28T12:53:48.075Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33732026-05-28T12:53:48.676Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33742026-05-28T12:53:49.992Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33752026-05-28T12:53:51.126Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33762026-05-28T12:53:52.711Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33772026-05-28T12:53:53.979Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33782026-05-28T12:53:55.812Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-05-28T12:53:56.882Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33802026-05-28T12:53:58.295Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33812026-05-28T12:53:59.730Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33822026-05-28T12:54:00.931Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33832026-05-28T12:54:02.465Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33842026-05-28T12:54:03.754Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33852026-05-28T12:54:05.236Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33862026-05-28T12:54:06.649Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33872026-05-28T12:54:09.196Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33882026-05-28T12:54:10.162Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33892026-05-28T12:54:11.864Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33902026-05-28T12:54:13.634Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33912026-05-28T12:54:15.387Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33922026-05-28T12:54:17.458Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33932026-05-28T12:54:18.988Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-05-28T12:54:20.815Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33952026-05-28T12:54:22.742Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33962026-05-28T12:54:27.146Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33972026-05-28T12:54:28.119Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33982026-05-28T12:54:29.044Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33992026-05-28T12:54:29.797Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34002026-05-28T12:54:33.966Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34012026-05-28T12:54:34.254Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34022026-05-28T12:54:36.455Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34032026-05-28T12:54:39.037Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34042026-05-28T12:54:41.129Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34052026-05-28T12:54:43.572Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34062026-05-28T12:54:45.428Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072026-05-28T12:54:47.654Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34082026-05-28T12:54:49.797Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34092026-05-28T12:54:51.934Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34102026-05-28T12:54:54.124Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34112026-05-28T12:54:56.235Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34122026-05-28T12:54:58.045Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34132026-05-28T12:55:00.528Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34142026-05-28T12:55:02.387Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34152026-05-28T12:55:04.608Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34162026-05-28T12:55:06.737Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-05-28T12:55:09.006Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34182026-05-28T12:55:11.188Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34192026-05-28T12:55:13.424Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34202026-05-28T12:55:15.084Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34212026-05-28T12:55:15.645Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34222026-05-28T12:55:20.479Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34232026-05-28T12:55:22.866Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34242026-05-28T12:55:25.229Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34252026-05-28T12:55:27.569Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34262026-05-28T12:55:29.847Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34272026-05-28T12:55:32.204Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34282026-05-28T12:55:35.080Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34292026-05-28T12:55:37.024Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34302026-05-28T12:55:39.405Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34312026-05-28T12:55:42.257Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34322026-05-28T12:55:44.223Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34332026-05-28T12:55:46.587Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34342026-05-28T12:55:49.214Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34352026-05-28T12:55:51.524Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34362026-05-28T12:55:54.072Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34372026-05-28T12:55:57.079Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34382026-05-28T12:55:59.325Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34392026-05-28T12:56:01.896Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34402026-05-28T12:56:04.515Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34412026-05-28T12:56:07.075Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34422026-05-28T12:56:09.644Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34432026-05-28T12:56:12.112Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34442026-05-28T12:56:14.845Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34452026-05-28T12:56:17.331Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34462026-05-28T12:56:19.855Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34472026-05-28T12:56:22.797Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-05-28T12:56:25.213Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34492026-05-28T12:56:33.012Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34502026-05-28T12:56:33.183Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34512026-05-28T12:56:36.613Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34522026-05-28T12:56:39.908Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34532026-05-28T12:56:43.441Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34542026-05-28T12:56:46.813Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-05-28T12:56:50.335Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34562026-05-28T12:56:55.065Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34572026-05-28T12:56:57.919Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34582026-05-28T12:57:01.723Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34592026-05-28T12:57:05.403Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34602026-05-28T12:57:12.782Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34612026-05-28T12:57:13.024Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34622026-05-28T12:57:16.664Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34632026-05-28T12:57:20.641Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34642026-05-28T12:57:24.277Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34652026-05-28T12:57:28.011Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34662026-05-28T12:57:31.715Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34672026-05-28T12:57:35.558Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34682026-05-28T12:57:39.275Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34692026-05-28T12:57:43.016Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34702026-05-28T12:57:46.777Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34712026-05-28T12:57:50.566Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34722026-05-28T12:57:54.332Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34732026-05-28T12:57:58.103Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34742026-05-28T12:58:01.874Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34752026-05-28T12:58:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s
34762026-05-28T12:58:32.166Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34772026-05-28T12:58:32.282Z
34782026-05-28T12:58:32.282Zreal 6:19.673645262
34792026-05-28T12:58:32.282Zuser 19:09.977909461
34802026-05-28T12:58:32.282Zsys 4:07.836273717
34812026-05-28T12:58:32.282Ztrap 0.297372178
34822026-05-28T12:58:32.282Ztflt 0.038004986
34832026-05-28T12:58:32.282Zdflt 0.034301224
34842026-05-28T12:58:32.282Zkflt 0.000027030
34852026-05-28T12:58:32.286Zlock 5:26:19.075425442
34862026-05-28T12:58:32.286Zslp 2:03:29.564876497
34872026-05-28T12:58:32.287Zlat 39.520983870
34882026-05-28T12:58:32.287Zstop 2:01.046796688
34892026-05-28T12:58:32.287Zprocess exited: duration 781213 ms, exit code 0
 
34902026-05-28T12:58:32.294Zfound 0 output files