01KT1T8FBGQY57HMX3J4SJY8T0: clippy (helios)

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

Buildomat Job: 01KT1T90B1KYA32EM5176MR98R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T14:45:14.767Zjob assigned to worker 01KT1T978T7Z8RRHV9VMXWC9MS [factory aws, i-08ab4ba717dc5031f] (queued for 57 s)
 
22026-06-01T14:45:21.044Zstarting task 0: "setup"
32026-06-01T14:45:21.049Z++ uname -s
42026-06-01T14:45:21.052Z+ kern=SunOS
52026-06-01T14:45:21.052Z+ build_user=build
62026-06-01T14:45:21.052Z+ build_uid=12345
72026-06-01T14:45:21.052Z+ work_dir=/work
82026-06-01T14:45:21.052Z+ input_dir=/input
92026-06-01T14:45:21.052Z+ [[ 0 == 12345 ]]
102026-06-01T14:45:21.052Z+ case "$kern" in
112026-06-01T14:45:21.052Z+ groupadd -g 12345 build
122026-06-01T14:45:21.053Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T14:45:23.059Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T14:45:23.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T14:45:23.224Z+ home_fs=zfs
162026-06-01T14:45:23.224Z+ [[ zfs == autofs ]]
172026-06-01T14:45:23.224Z+ mkdir -p /home/build
182026-06-01T14:45:23.225Z+ chown build:build /home/build /work
192026-06-01T14:45:25.224Z+ chmod 0700 /home/build /work
202026-06-01T14:45:25.228Zprocess exited: duration 4179 ms, exit code 0
 
212026-06-01T14:45:25.233Zstarting task 1: "rust-toolchain"
222026-06-01T14:45:25.237Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-01T14:45:25.237Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T14:45:25.237Z * rust toolchain channel = "1.94.0"
252026-06-01T14:45:25.237Z * rust toolchain profile = "default"
262026-06-01T14:45:25.237Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T14:45:25.237Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T14:45:25.240Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T14:45:25.240Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T14:45:25.380Zinfo: downloading installer
312026-06-01T14:45:26.714Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T14:45:26.714Zwarn: /home/build/.rustup/settings.toml
332026-06-01T14:45:26.714Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T14:45:26.714Zwarn: instead of the one inferred from the default host triple.
352026-06-01T14:45:26.726Zinfo: profile set to default
362026-06-01T14:45:26.726Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T14:45:26.729Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T14:45:26.857Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T14:45:26.861Zinfo: downloading 6 components
402026-06-01T14:45:41.400Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-01T14:45:41.400Z
422026-06-01T14:45:41.430Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T14:45:41.430Z
442026-06-01T14:45:41.430Z
452026-06-01T14:45:41.430ZRust is installed now. Great!
462026-06-01T14:45:41.430Z
472026-06-01T14:45:41.430ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T14:45:41.430Zenvironment variable. This has not been done automatically.
492026-06-01T14:45:41.430Z
502026-06-01T14:45:41.430ZTo configure your current shell, you need to source
512026-06-01T14:45:41.430Zthe corresponding env file under $HOME/.cargo.
522026-06-01T14:45:41.430Z
532026-06-01T14:45:41.430ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T14:45:41.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T14:45:41.434Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T14:45:41.434Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T14:45:41.434Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T14:45:41.434Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T14:45:41.434Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T14:45:41.434Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T14:45:41.434Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T14:45:41.523Z+ rustup --version
632026-06-01T14:45:41.531Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T14:45:41.534Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T14:45:41.553Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T14:45:41.557Z+ cargo --version
672026-06-01T14:45:41.569Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T14:45:41.572Z+ rustc --version
692026-06-01T14:45:41.593Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T14:45:41.596Zprocess exited: duration 16360 ms, exit code 0
 
712026-06-01T14:45:41.603Zstarting task 2: "authentication"
722026-06-01T14:45:41.619Zprocess exited: duration 16 ms, exit code 0
 
732026-06-01T14:45:41.624Zstarting task 3: "clone repository"
742026-06-01T14:45:41.628Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T14:45:41.630Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T14:45:41.671ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T14:45:52.296Z+ cd /work/oxidecomputer/omicron
782026-06-01T14:45:52.297Z+ git fetch origin b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
792026-06-01T14:45:52.618ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T14:45:52.618Z * branch b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 -> FETCH_HEAD
812026-06-01T14:45:52.626Z+ [[ -n zl/probe-multicast ]]
822026-06-01T14:45:52.629Z++ git branch --show-current
832026-06-01T14:45:52.629Z+ current=main
842026-06-01T14:45:52.629Z+ [[ main != zl/probe-multicast ]]
852026-06-01T14:45:52.629Z+ git branch -f zl/probe-multicast b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
862026-06-01T14:45:52.632Z+ git checkout -f zl/probe-multicast
872026-06-01T14:45:52.865ZSwitched to branch 'zl/probe-multicast'
882026-06-01T14:45:52.868Z+ git reset --hard b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
892026-06-01T14:45:52.883ZHEAD is now at b73c7be4a [probe,multicast] enroll probes as mcast group members
902026-06-01T14:45:52.886Zprocess exited: duration 11259 ms, exit code 0
 
912026-06-01T14:45:52.891Zstarting task 4: "build"
922026-06-01T14:45:52.895Z+ source ./env.sh
932026-06-01T14:45:52.898Z++ OLD_SHELL_OPTS=ehxB
942026-06-01T14:45:52.898Z++ set -o xtrace
952026-06-01T14:45:52.898Z++++ dirname ./env.sh
962026-06-01T14:45:52.901Z+++ readlink -f .
972026-06-01T14:45:52.904Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ 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-06-01T14:45:52.904Z++ case $OLD_SHELL_OPTS in
1092026-06-01T14:45:52.904Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-01T14:45:52.904Z+ source .github/buildomat/ci-env.sh
1112026-06-01T14:45:52.904Z++ export CARGO_TERM_COLOR=always
1122026-06-01T14:45:52.904Z++ CARGO_TERM_COLOR=always
1132026-06-01T14:45:52.904Z+ cargo --version
1142026-06-01T14:45:52.911Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-01T14:45:52.914Z+ rustc --version
1162026-06-01T14:45:52.934Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-01T14:45:52.937Z+ banner prerequisites
1182026-06-01T14:45:52.940Z
1192026-06-01T14:45:52.940Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-01T14:45:52.940Z # # # # # # # # # # # # # # #
1212026-06-01T14:45:52.940Z # # # # ##### # # ##### # # # # # #### #
1222026-06-01T14:45:52.940Z ##### ##### # ##### # # # # # # # # #
1232026-06-01T14:45:52.940Z # # # # # # # # # # # # # # #
1242026-06-01T14:45:52.940Z # # # ###### # # ###### ### # #### # #### #
1252026-06-01T14:45:52.940Z
1262026-06-01T14:45:52.940Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-01T14:45:54.354Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-01T14:45:54.431Z Startup: Caching catalogs ... Done
1292026-06-01T14:45:54.725ZPlanning: Solver setup ... Done (0.255s)
1302026-06-01T14:45:54.750ZPlanning: Running solver ... Done (0.025s)
1312026-06-01T14:45:54.761ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-01T14:45:54.772ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-01T14:45:54.795ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-01T14:45:54.805ZPlanning: Package planning ... Done (0.014s)
1352026-06-01T14:45:54.808ZPlanning: Merging actions ... Done (0.001s)
1362026-06-01T14:45:54.996ZPlanning: Checking for conflicting actions ... Done (0.190s)
1372026-06-01T14:45:54.999ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-01T14:45:55.815ZPlanning: Evaluating mediators ... Done (0.818s)
1392026-06-01T14:45:55.820ZPlanning: Planning completed in 1.37 seconds
1402026-06-01T14:45:56.827Z Packages to install: 2
1412026-06-01T14:45:56.831Z Estimated space available: 156.07 GB
1422026-06-01T14:45:56.831ZEstimated space to be consumed: 23.93 MB
1432026-06-01T14:45:56.831Z Create boot environment: No
1442026-06-01T14:45:56.831ZCreate backup boot environment: No
1452026-06-01T14:45:56.831Z Rebuild boot archive: No
1462026-06-01T14:45:56.831Z
1472026-06-01T14:45:56.831ZChanged packages:
1482026-06-01T14:45:56.831Zhelios
1492026-06-01T14:45:56.831Z developer/build-essential
1502026-06-01T14:45:56.831Z None -> 11-3.0
1512026-06-01T14:45:56.831Z library/libxmlsec1
1522026-06-01T14:45:56.831Z None -> 1.2.35-3.0
1532026-06-01T14:45:56.831Z
1542026-06-01T14:45:56.831ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-01T14:45:56.831ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
1562026-06-01T14:45:56.832Z Actions: 1/268 actions (Installing new actions)
1572026-06-01T14:45:56.832Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-01T14:45:56.832ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-01T14:45:56.832ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-01T14:45:56.832ZFinalize: Updating image state ... Done (0.021s)
1612026-06-01T14:45:59.079ZFinalize: Creating fast lookup database ... Done (2.330s)
1622026-06-01T14:45:59.162ZFinalize: Reading search index ... Done (0.029s)
1632026-06-01T14:45:59.167ZFinalize: Updating search index ... Done (0.000s)
1642026-06-01T14:45:59.250ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-01T14:45:59.548ZPlanning: Evaluating mediator changes ... Done
1662026-06-01T14:45:59.655ZPlanning: Checking for conflicting actions ... Done
1672026-06-01T14:45:59.658ZPlanning: Consolidating action changes ... Done
1682026-06-01T14:45:59.813ZPlanning: Evaluating mediators ... Done
1692026-06-01T14:45:59.816ZPlanning: Planning completed in 0.27 seconds
1702026-06-01T14:45:59.836Z Mediators to change: 2
1712026-06-01T14:45:59.836Z Create boot environment: No
1722026-06-01T14:45:59.839ZCreate backup boot environment: No
1732026-06-01T14:45:59.904ZFinalize: Updating package state database ... Done
1742026-06-01T14:45:59.905ZFinalize: Updating package cache ... Done
1752026-06-01T14:45:59.914ZFinalize: Updating image state ... Done
1762026-06-01T14:46:01.888ZFinalize: Creating fast lookup database ... Done
1772026-06-01T14:46:01.951ZFinalize: Reading search index ... Done
1782026-06-01T14:46:01.955ZFinalize: Updating search index ... Done
1792026-06-01T14:46:02.038ZFinalize: Updating package cache ... Done
1802026-06-01T14:46:02.329ZPlanning: Evaluating mediator changes ... Done
1812026-06-01T14:46:02.435ZPlanning: Checking for conflicting actions ... Done
1822026-06-01T14:46:02.438ZPlanning: Consolidating action changes ... Done
1832026-06-01T14:46:02.597ZPlanning: Evaluating mediators ... Done
1842026-06-01T14:46:02.602ZPlanning: Planning completed in 0.27 seconds
1852026-06-01T14:46:02.621Z Mediators to change: 1
1862026-06-01T14:46:02.621Z Create boot environment: No
1872026-06-01T14:46:02.621ZCreate backup boot environment: No
1882026-06-01T14:46:02.672ZFinalize: Updating package state database ... Done
1892026-06-01T14:46:02.672ZFinalize: Updating package cache ... Done
1902026-06-01T14:46:02.684ZFinalize: Updating image state ... Done
1912026-06-01T14:46:04.652ZFinalize: Creating fast lookup database ... Done
1922026-06-01T14:46:04.718ZFinalize: Reading search index ... Done
1932026-06-01T14:46:04.721ZFinalize: Updating search index ... Done
1942026-06-01T14:46:04.806ZFinalize: Updating package cache ... Done
1952026-06-01T14:46:05.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-01T14:46:05.119Zapache system 2.4 system
1972026-06-01T14:46:05.119Zclang system 15 system
1982026-06-01T14:46:05.119Zcsh system system illumos
1992026-06-01T14:46:05.119Zctags system system illumos
2002026-06-01T14:46:05.119Zfile vendor vendor darwinsys
2012026-06-01T14:46:05.119Zfile system system illumos
2022026-06-01T14:46:05.119Zgcc vendor 14 vendor
2032026-06-01T14:46:05.119Zgcc system 13 system
2042026-06-01T14:46:05.119Zgcc system 10 system
2052026-06-01T14:46:05.119Zgo system 1.25 system
2062026-06-01T14:46:05.119Zllvm system 15 system
2072026-06-01T14:46:05.119Zmariadb system 11.4 system
2082026-06-01T14:46:05.119Zmta vendor vendor dma
2092026-06-01T14:46:05.119Zopenjdk system 17 system
2102026-06-01T14:46:05.119Zopenjdk system 11 system
2112026-06-01T14:46:05.119Zopenssl vendor 3 vendor
2122026-06-01T14:46:05.119Zperl system 5.40 system
2132026-06-01T14:46:05.119Zpostgresql system 18 system
2142026-06-01T14:46:05.119Zpostgresql system 17 system
2152026-06-01T14:46:05.119Zpython vendor 3 vendor
2162026-06-01T14:46:05.119Zpython system 2 system
2172026-06-01T14:46:05.119Zpython3 vendor 3.13 vendor
2182026-06-01T14:46:05.119Zruby system 3.4 system
2192026-06-01T14:46:05.119Zruby system 3.0 system
2202026-06-01T14:46:05.119Zwords vendor vendor american-english
2212026-06-01T14:46:05.119Zwords system system australian-english
2222026-06-01T14:46:05.119Zwords system system british-english
2232026-06-01T14:46:05.119Zwords system system canadian-english
2242026-06-01T14:46:05.120Zwords system system french
2252026-06-01T14:46:05.120Zwords system system italian
2262026-06-01T14:46:05.120Zwords system system ngerman
2272026-06-01T14:46:05.120Zwords system system ogerman
2282026-06-01T14:46:05.120Zwords system system spanish
2292026-06-01T14:46:05.379ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-01T14:46:05.379Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-01T14:46:05.665ZFMRI IFO
2322026-06-01T14:46:05.665Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-01T14:46:05.665Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-01T14:46:05.665Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-01T14:46:05.665Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-01T14:46:05.665Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-01T14:46:05.665Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-01T14:46:05.665Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-01T14:46:05.665Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-01T14:46:05.665Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-01T14:46:05.917Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-01T14:46:06.205Z Updating crates.io index
2432026-06-01T14:46:06.238Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-01T14:46:06.969Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-01T14:46:07.488Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-01T14:46:08.081Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-01T14:46:09.007Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-01T14:46:09.518Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-01T14:46:11.329Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-01T14:46:12.241Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-01T14:46:12.585Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-01T14:46:14.125Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-01T14:46:14.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-01T14:46:14.860Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-01T14:46:15.184Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-01T14:46:16.355Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-01T14:46:16.864Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-01T14:46:17.340Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-01T14:46:17.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-01T14:46:18.190Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-01T14:46:18.535Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-01T14:46:19.022Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-01T14:46:19.286Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-01T14:46:19.576Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-01T14:46:20.008Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-01T14:46:20.453Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-01T14:46:20.758Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-01T14:46:21.240Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-01T14:46:21.543Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-01T14:46:21.868Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-01T14:46:23.075Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-01T14:46:23.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-01T14:46:24.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-01T14:46:24.498Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-01T14:46:25.039Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-01T14:46:25.395Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-01T14:46:25.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-01T14:46:26.104Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-01T14:46:26.517Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-01T14:46:27.012Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-01T14:46:27.295Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-01T14:46:27.583Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-01T14:46:40.324Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-01T14:46:42.524Z Downloading crates ...
2852026-06-01T14:46:42.571Z Downloaded anstyle-parse v1.0.0
2862026-06-01T14:46:42.574Z Downloaded cfg-if v1.0.4
2872026-06-01T14:46:42.578Z Downloaded clap_derive v4.6.1
2882026-06-01T14:46:42.584Z Downloaded cpufeatures v0.2.17
2892026-06-01T14:46:42.587Z Downloaded clap v4.6.1
2902026-06-01T14:46:42.590Z Downloaded zerovec-derive v0.11.2
2912026-06-01T14:46:42.593Z Downloaded version_check v0.9.5
2922026-06-01T14:46:42.593Z Downloaded crypto-common v0.1.7
2932026-06-01T14:46:42.593Z Downloaded clap_lex v1.0.0
2942026-06-01T14:46:42.593Z Downloaded cargo_metadata v0.21.0
2952026-06-01T14:46:42.596Z Downloaded digest v0.10.7
2962026-06-01T14:46:42.596Z Downloaded zerocopy-derive v0.7.35
2972026-06-01T14:46:42.599Z Downloaded cargo-util-schemas v0.8.2
2982026-06-01T14:46:42.599Z Downloaded scroll v0.12.0
2992026-06-01T14:46:42.602Z Downloaded thiserror v2.0.18
3002026-06-01T14:46:42.605Z Downloaded usdt-macro v0.5.0
3012026-06-01T14:46:42.608Z Downloaded thiserror v1.0.69
3022026-06-01T14:46:42.608Z Downloaded displaydoc v0.2.5
3032026-06-01T14:46:42.611Z Downloaded zerofrom-derive v0.1.6
3042026-06-01T14:46:42.611Z Downloaded tinystr v0.8.2
3052026-06-01T14:46:42.613Z Downloaded unicode-xid v0.2.6
3062026-06-01T14:46:42.613Z Downloaded unicode-linebreak v0.1.5
3072026-06-01T14:46:42.613Z Downloaded clap_builder v4.6.0
3082026-06-01T14:46:42.616Z Downloaded utf8parse v0.2.2
3092026-06-01T14:46:42.619Z Downloaded typeid v1.0.3
3102026-06-01T14:46:42.619Z Downloaded ordered-float v2.10.1
3112026-06-01T14:46:42.619Z Downloaded colorchoice v1.0.4
3122026-06-01T14:46:42.619Z Downloaded cargo-platform v0.2.0
3132026-06-01T14:46:42.622Z Downloaded zerofrom v0.1.6
3142026-06-01T14:46:42.623Z Downloaded toml_write v0.1.2
3152026-06-01T14:46:42.623Z Downloaded toml_datetime v0.6.11
3162026-06-01T14:46:42.623Z Downloaded equivalent v1.0.2
3172026-06-01T14:46:42.625Z Downloaded scroll_derive v0.12.1
3182026-06-01T14:46:42.626Z Downloaded thiserror-impl v2.0.18
3192026-06-01T14:46:42.626Z Downloaded dof v0.3.0
3202026-06-01T14:46:42.626Z Downloaded anstyle v1.0.14
3212026-06-01T14:46:42.626Z Downloaded cargo_toml v0.21.0
3222026-06-01T14:46:42.628Z Downloaded zerotrie v0.2.3
3232026-06-01T14:46:42.628Z Downloaded camino-tempfile v1.4.1
3242026-06-01T14:46:42.631Z Downloaded usdt v0.5.0
3252026-06-01T14:46:42.631Z Downloaded utf8_iter v1.0.4
3262026-06-01T14:46:42.631Z Downloaded usdt-attr-macro v0.5.0
3272026-06-01T14:46:42.631Z Downloaded icu_properties v2.1.2
3282026-06-01T14:46:42.634Z Downloaded semver v1.0.28
3292026-06-01T14:46:42.634Z Downloaded itoa v1.0.17
3302026-06-01T14:46:42.637Z Downloaded idna_adapter v1.2.1
3312026-06-01T14:46:42.637Z Downloaded proc-macro-error-attr v1.0.4
3322026-06-01T14:46:42.637Z Downloaded plain v0.2.3
3332026-06-01T14:46:42.637Z Downloaded usdt-impl v0.5.0
3342026-06-01T14:46:42.640Z Downloaded thiserror-impl v1.0.69
3352026-06-01T14:46:42.640Z Downloaded toml v0.8.23
3362026-06-01T14:46:42.640Z Downloaded pretty-hex v0.4.1
3372026-06-01T14:46:42.643Z Downloaded thread-id v4.2.2
3382026-06-01T14:46:42.646Z Downloaded memmap v0.7.0
3392026-06-01T14:46:42.649Z Downloaded stable_deref_trait v1.2.1
3402026-06-01T14:46:42.652Z Downloaded yoke v0.8.1
3412026-06-01T14:46:42.652Z Downloaded unicode-ident v1.0.24
3422026-06-01T14:46:42.655Z Downloaded anstyle-query v1.1.5
3432026-06-01T14:46:42.655Z Downloaded zmij v1.0.21
3442026-06-01T14:46:42.658Z Downloaded yoke-derive v0.8.1
3452026-06-01T14:46:42.658Z Downloaded textwrap v0.16.2
3462026-06-01T14:46:42.660Z Downloaded macaddr v1.0.1
3472026-06-01T14:46:42.665Z Downloaded form_urlencoded v1.2.2
3482026-06-01T14:46:42.668Z Downloaded writeable v0.6.2
3492026-06-01T14:46:42.668Z Downloaded fnv v1.0.7
3502026-06-01T14:46:42.668Z Downloaded heck v0.4.1
3512026-06-01T14:46:42.671Z Downloaded swrite v0.1.0
3522026-06-01T14:46:42.671Z Downloaded is_terminal_polyfill v1.70.2
3532026-06-01T14:46:42.671Z Downloaded ucd-trie v0.1.7
3542026-06-01T14:46:42.674Z Downloaded serde_spanned v0.6.9
3552026-06-01T14:46:42.674Z Downloaded fastrand v2.3.0
3562026-06-01T14:46:42.677Z Downloaded tabled_derive v0.7.0
3572026-06-01T14:46:42.677Z Downloaded generic-array v0.14.7
3582026-06-01T14:46:42.677Z Downloaded serde-value v0.7.0
3592026-06-01T14:46:42.677Z Downloaded errno v0.3.14
3602026-06-01T14:46:42.680Z Downloaded url v2.5.8
3612026-06-01T14:46:42.680Z Downloaded typenum v1.19.0
3622026-06-01T14:46:42.682Z Downloaded block-buffer v0.10.4
3632026-06-01T14:46:42.682Z Downloaded dtrace-parser v0.2.0
3642026-06-01T14:46:42.683Z Downloaded smawk v0.3.2
3652026-06-01T14:46:42.683Z Downloaded toml_edit v0.22.27
3662026-06-01T14:46:42.686Z Downloaded terminal_size v0.4.3
3672026-06-01T14:46:42.686Z Downloaded heck v0.5.0
3682026-06-01T14:46:42.696Z Downloaded strsim v0.11.1
3692026-06-01T14:46:42.699Z Downloaded zerovec v0.11.5
3702026-06-01T14:46:42.703Z Downloaded potential_utf v0.1.4
3712026-06-01T14:46:42.706Z Downloaded erased-serde v0.4.9
3722026-06-01T14:46:42.706Z Downloaded zerocopy v0.7.35
3732026-06-01T14:46:42.714Z Downloaded winnow v0.7.14
3742026-06-01T14:46:42.719Z Downloaded percent-encoding v2.3.2
3752026-06-01T14:46:42.721Z Downloaded bytecount v0.6.9
3762026-06-01T14:46:42.722Z Downloaded smallvec v1.15.1
3772026-06-01T14:46:42.722Z Downloaded proc-macro-error v1.0.4
3782026-06-01T14:46:42.725Z Downloaded unicode-width v0.2.0
3792026-06-01T14:46:42.727Z Downloaded unicode-width v0.1.14
3802026-06-01T14:46:42.730Z Downloaded sha2 v0.10.9
3812026-06-01T14:46:42.733Z Downloaded quote v1.0.45
3822026-06-01T14:46:42.733Z Downloaded byteorder v1.5.0
3832026-06-01T14:46:42.736Z Downloaded fs-err v3.3.0
3842026-06-01T14:46:42.736Z Downloaded serde_tokenstream v0.2.3
3852026-06-01T14:46:42.736Z Downloaded anstream v1.0.0
3862026-06-01T14:46:42.739Z Downloaded camino v1.2.2
3872026-06-01T14:46:42.739Z Downloaded anyhow v1.0.102
3882026-06-01T14:46:42.744Z Downloaded bitflags v2.11.0
3892026-06-01T14:46:42.747Z Downloaded synstructure v0.13.2
3902026-06-01T14:46:42.752Z Downloaded litemap v0.8.1
3912026-06-01T14:46:42.757Z Downloaded tempfile v3.25.0
3922026-06-01T14:46:42.761Z Downloaded once_cell v1.21.3
3932026-06-01T14:46:42.763Z Downloaded serde-untagged v0.1.9
3942026-06-01T14:46:42.763Z Downloaded autocfg v1.5.0
3952026-06-01T14:46:42.769Z Downloaded pest_generator v2.8.6
3962026-06-01T14:46:42.772Z Downloaded num-traits v0.2.19
3972026-06-01T14:46:42.772Z Downloaded icu_provider v2.1.1
3982026-06-01T14:46:42.775Z Downloaded pest_derive v2.8.6
3992026-06-01T14:46:42.775Z Downloaded indexmap v2.14.0
4002026-06-01T14:46:42.778Z Downloaded serde_core v1.0.228
4012026-06-01T14:46:42.781Z Downloaded log v0.4.29
4022026-06-01T14:46:42.784Z Downloaded serde_derive v1.0.228
4032026-06-01T14:46:42.784Z Downloaded papergrid v0.11.0
4042026-06-01T14:46:42.786Z Downloaded getrandom v0.4.1
4052026-06-01T14:46:42.789Z Downloaded proc-macro2 v1.0.106
4062026-06-01T14:46:42.802Z Downloaded serde v1.0.228
4072026-06-01T14:46:42.805Z Downloaded icu_normalizer_data v2.1.1
4082026-06-01T14:46:42.809Z Downloaded pest_meta v2.8.6
4092026-06-01T14:46:42.816Z Downloaded icu_normalizer v2.1.1
4102026-06-01T14:46:42.819Z Downloaded icu_locale_core v2.1.1
4112026-06-01T14:46:42.827Z Downloaded icu_collections v2.1.1
4122026-06-01T14:46:42.831Z Downloaded memchr v2.8.0
4132026-06-01T14:46:42.834Z Downloaded idna v1.1.0
4142026-06-01T14:46:42.841Z Downloaded pest v2.8.6
4152026-06-01T14:46:42.861Z Downloaded icu_properties_data v2.1.2
4162026-06-01T14:46:42.866Z Downloaded serde_json v1.0.149
4172026-06-01T14:46:42.881Z Downloaded hashbrown v0.17.0
4182026-06-01T14:46:42.884Z Downloaded goblin v0.8.2
4192026-06-01T14:46:42.899Z Downloaded tabled v0.15.0
4202026-06-01T14:46:42.908Z Downloaded syn v1.0.109
4212026-06-01T14:46:42.913Z Downloaded syn v2.0.117
4222026-06-01T14:46:42.922Z Downloaded rustix v1.1.3
4232026-06-01T14:46:42.954Z Downloaded libc v0.2.185
4242026-06-01T14:46:43.023Z Compiling proc-macro2 v1.0.106
4252026-06-01T14:46:43.023Z Compiling unicode-ident v1.0.24
4262026-06-01T14:46:43.026Z Compiling quote v1.0.45
4272026-06-01T14:46:43.026Z Compiling serde_core v1.0.228
4282026-06-01T14:46:43.026Z Compiling libc v0.2.185
4292026-06-01T14:46:43.026Z Compiling version_check v0.9.5
4302026-06-01T14:46:43.026Z Compiling serde v1.0.228
4312026-06-01T14:46:43.026Z Compiling stable_deref_trait v1.2.1
4322026-06-01T14:46:43.355Z Compiling memchr v2.8.0
4332026-06-01T14:46:43.371Z Compiling zmij v1.0.21
4342026-06-01T14:46:43.588Z Compiling thiserror v1.0.69
4352026-06-01T14:46:43.619Z Compiling autocfg v1.5.0
4362026-06-01T14:46:43.624Z Compiling ucd-trie v0.1.7
4372026-06-01T14:46:43.897Z Compiling itoa v1.0.17
4382026-06-01T14:46:43.998Z Compiling pest v2.8.6
4392026-06-01T14:46:44.035Z Compiling writeable v0.6.2
4402026-06-01T14:46:44.052Z Compiling litemap v0.8.1
4412026-06-01T14:46:44.075Z Compiling byteorder v1.5.0
4422026-06-01T14:46:44.232Z Compiling icu_normalizer_data v2.1.1
4432026-06-01T14:46:44.247Z Compiling icu_properties_data v2.1.2
4442026-06-01T14:46:44.416Z Compiling rustix v1.1.3
4452026-06-01T14:46:44.437Z Compiling syn v2.0.117
4462026-06-01T14:46:44.547Z Compiling errno v0.3.14
4472026-06-01T14:46:44.563Z Compiling serde_json v1.0.149
4482026-06-01T14:46:44.578Z Compiling bitflags v2.11.0
4492026-06-01T14:46:44.826Z Compiling num-traits v0.2.19
4502026-06-01T14:46:44.842Z Compiling equivalent v1.0.2
4512026-06-01T14:46:44.934Z Compiling smallvec v1.15.1
4522026-06-01T14:46:45.011Z Compiling hashbrown v0.17.0
4532026-06-01T14:46:45.083Z Compiling pest_meta v2.8.6
4542026-06-01T14:46:45.142Z Compiling typeid v1.0.3
4552026-06-01T14:46:45.466Z Compiling thread-id v4.2.2
4562026-06-01T14:46:45.485Z Compiling proc-macro-error-attr v1.0.4
4572026-06-01T14:46:45.533Z Compiling indexmap v2.14.0
4582026-06-01T14:46:45.553Z Compiling usdt-impl v0.5.0
4592026-06-01T14:46:45.576Z Compiling erased-serde v0.4.9
4602026-06-01T14:46:45.672Z Compiling winnow v0.7.14
4612026-06-01T14:46:45.772Z Compiling syn v1.0.109
4622026-06-01T14:46:45.848Z Compiling toml_write v0.1.2
4632026-06-01T14:46:46.301Z Compiling proc-macro-error v1.0.4
4642026-06-01T14:46:46.350Z Compiling thiserror v2.0.18
4652026-06-01T14:46:46.493Z Compiling percent-encoding v2.3.2
4662026-06-01T14:46:46.698Z Compiling utf8parse v0.2.2
4672026-06-01T14:46:46.701Z Compiling utf8_iter v1.0.4
4682026-06-01T14:46:46.761Z Compiling log v0.4.29
4692026-06-01T14:46:46.816Z Compiling camino v1.2.2
4702026-06-01T14:46:46.846Z Compiling getrandom v0.4.1
4712026-06-01T14:46:46.863Z Compiling plain v0.2.3
4722026-06-01T14:46:46.949Z Compiling anstyle-parse v1.0.0
4732026-06-01T14:46:47.007Z Compiling ordered-float v2.10.1
4742026-06-01T14:46:47.200Z Compiling synstructure v0.13.2
4752026-06-01T14:46:47.298Z Compiling pest_generator v2.8.6
4762026-06-01T14:46:47.298Z Compiling form_urlencoded v1.2.2
4772026-06-01T14:46:47.478Z Compiling terminal_size v0.4.3
4782026-06-01T14:46:47.633Z Compiling anstyle-query v1.1.5
4792026-06-01T14:46:47.729Z Compiling pretty-hex v0.4.1
4802026-06-01T14:46:47.729Z Compiling colorchoice v1.0.4
4812026-06-01T14:46:47.838Z Compiling cfg-if v1.0.4
4822026-06-01T14:46:47.838Z Compiling is_terminal_polyfill v1.70.2
4832026-06-01T14:46:47.838Z Compiling anstyle v1.0.14
4842026-06-01T14:46:47.913Z Compiling serde-untagged v0.1.9
4852026-06-01T14:46:47.913Z Compiling semver v1.0.28
4862026-06-01T14:46:47.993Z Compiling anstream v1.0.0
4872026-06-01T14:46:48.042Z Compiling fs-err v3.3.0
4882026-06-01T14:46:48.089Z Compiling fastrand v2.3.0
4892026-06-01T14:46:48.199Z Compiling anyhow v1.0.102
4902026-06-01T14:46:48.232Z Compiling once_cell v1.21.3
4912026-06-01T14:46:48.232Z Compiling strsim v0.11.1
4922026-06-01T14:46:48.242Z Compiling heck v0.4.1
4932026-06-01T14:46:48.325Z Compiling bytecount v0.6.9
4942026-06-01T14:46:48.388Z Compiling unicode-width v0.1.14
4952026-06-01T14:46:48.474Z Compiling clap_lex v1.0.0
4962026-06-01T14:46:48.491Z Compiling fnv v1.0.7
4972026-06-01T14:46:48.544Z Compiling unicode-xid v0.2.6
4982026-06-01T14:46:48.589Z Compiling heck v0.5.0
4992026-06-01T14:46:48.661Z Compiling clap_builder v4.6.0
5002026-06-01T14:46:48.677Z Compiling papergrid v0.11.0
5012026-06-01T14:46:48.752Z Compiling tempfile v3.25.0
5022026-06-01T14:46:48.813Z Compiling serde_derive v1.0.228
5032026-06-01T14:46:48.830Z Compiling zerofrom-derive v0.1.6
5042026-06-01T14:46:48.918Z Compiling yoke-derive v0.8.1
5052026-06-01T14:46:49.130Z Compiling zerovec-derive v0.11.2
5062026-06-01T14:46:49.375Z Compiling displaydoc v0.2.5
5072026-06-01T14:46:50.084Z Compiling thiserror-impl v1.0.69
5082026-06-01T14:46:50.103Z Compiling zerocopy-derive v0.7.35
5092026-06-01T14:46:50.144Z Compiling pest_derive v2.8.6
5102026-06-01T14:46:50.249Z Compiling zerofrom v0.1.6
5112026-06-01T14:46:50.281Z Compiling scroll_derive v0.12.1
5122026-06-01T14:46:50.388Z Compiling yoke v0.8.1
5132026-06-01T14:46:50.586Z Compiling zerovec v0.11.5
5142026-06-01T14:46:50.606Z Compiling zerotrie v0.2.3
5152026-06-01T14:46:50.911Z Compiling thiserror-impl v2.0.18
5162026-06-01T14:46:50.958Z Compiling scroll v0.12.0
5172026-06-01T14:46:50.987Z Compiling zerocopy v0.7.35
5182026-06-01T14:46:51.102Z Compiling tinystr v0.8.2
5192026-06-01T14:46:51.235Z Compiling potential_utf v0.1.4
5202026-06-01T14:46:51.314Z Compiling icu_locale_core v2.1.1
5212026-06-01T14:46:51.407Z Compiling icu_collections v2.1.1
5222026-06-01T14:46:51.473Z Compiling dtrace-parser v0.2.0
5232026-06-01T14:46:51.538Z Compiling goblin v0.8.2
5242026-06-01T14:46:51.748Z Compiling tabled_derive v0.7.0
5252026-06-01T14:46:51.892Z Compiling clap_derive v4.6.1
5262026-06-01T14:46:52.188Z Compiling icu_provider v2.1.1
5272026-06-01T14:46:52.315Z Compiling serde_spanned v0.6.9
5282026-06-01T14:46:52.335Z Compiling toml_datetime v0.6.11
5292026-06-01T14:46:52.353Z Compiling dof v0.3.0
5302026-06-01T14:46:52.356Z Compiling serde_tokenstream v0.2.3
5312026-06-01T14:46:52.467Z Compiling icu_normalizer v2.1.1
5322026-06-01T14:46:52.484Z Compiling icu_properties v2.1.2
5332026-06-01T14:46:52.602Z Compiling toml_edit v0.22.27
5342026-06-01T14:46:52.683Z Compiling serde-value v0.7.0
5352026-06-01T14:46:52.741Z Compiling cargo-platform v0.2.0
5362026-06-01T14:46:53.012Z Compiling memmap v0.7.0
5372026-06-01T14:46:53.030Z Compiling smawk v0.3.2
5382026-06-01T14:46:53.046Z Compiling unicode-width v0.2.0
5392026-06-01T14:46:53.171Z Compiling unicode-linebreak v0.1.5
5402026-06-01T14:46:53.200Z Compiling tabled v0.15.0
5412026-06-01T14:46:53.273Z Compiling usdt-macro v0.5.0
5422026-06-01T14:46:53.323Z Compiling idna_adapter v1.2.1
5432026-06-01T14:46:53.415Z Compiling usdt-attr-macro v0.5.0
5442026-06-01T14:46:53.499Z Compiling idna v1.1.0
5452026-06-01T14:46:53.576Z Compiling textwrap v0.16.2
5462026-06-01T14:46:53.656Z Compiling clap v4.6.1
5472026-06-01T14:46:53.922Z Compiling url v2.5.8
5482026-06-01T14:46:54.046Z Compiling toml v0.8.23
5492026-06-01T14:46:54.448Z Compiling cargo-util-schemas v0.8.2
5502026-06-01T14:46:54.466Z Compiling usdt v0.5.0
5512026-06-01T14:46:54.671Z Compiling cargo_toml v0.21.0
5522026-06-01T14:46:54.689Z Compiling macaddr v1.0.1
5532026-06-01T14:46:54.689Z Compiling camino-tempfile v1.4.1
5542026-06-01T14:46:54.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-01T14:46:55.010Z Compiling swrite v0.1.0
5562026-06-01T14:46:55.476Z Compiling cargo_metadata v0.21.0
5572026-06-01T14:46:56.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-01T14:46:58.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.72s
5592026-06-01T14:46:58.714Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-01T14:46:59.302Z Downloading crates ...
5612026-06-01T14:46:59.396Z Downloaded aead v0.5.2
5622026-06-01T14:46:59.399Z Downloaded atty v0.2.14
5632026-06-01T14:46:59.399Z Downloaded adler2 v2.0.1
5642026-06-01T14:46:59.404Z Downloaded bcrypt-pbkdf v0.10.0
5652026-06-01T14:46:59.407Z Downloaded crc-catalog v2.4.0
5662026-06-01T14:46:59.410Z Downloaded ascii-canvas v3.0.0
5672026-06-01T14:46:59.413Z Downloaded cfg_aliases v0.2.1
5682026-06-01T14:46:59.413Z Downloaded array-init v0.0.4
5692026-06-01T14:46:59.416Z Downloaded ctr v0.9.2
5702026-06-01T14:46:59.419Z Downloaded crossbeam-epoch v0.9.18
5712026-06-01T14:46:59.419Z Downloaded crc v3.4.0
5722026-06-01T14:46:59.422Z Downloaded endian-type v0.1.2
5732026-06-01T14:46:59.422Z Downloaded darling_macro v0.20.11
5742026-06-01T14:46:59.422Z Downloaded curve25519-dalek-derive v0.1.1
5752026-06-01T14:46:59.422Z Downloaded critical-section v1.2.0
5762026-06-01T14:46:59.422Z Downloaded dirs-sys-next v0.1.2
5772026-06-01T14:46:59.426Z Downloaded float-cmp v0.10.0
5782026-06-01T14:46:59.426Z Downloaded debug-ignore v1.0.5
5792026-06-01T14:46:59.426Z Downloaded bitfield-struct v0.6.2
5802026-06-01T14:46:59.429Z Downloaded async-stream v0.3.6
5812026-06-01T14:46:59.429Z Downloaded darling v0.20.11
5822026-06-01T14:46:59.432Z Downloaded arrayref v0.3.9
5832026-06-01T14:46:59.432Z Downloaded argon2 v0.5.3
5842026-06-01T14:46:59.435Z Downloaded defmt-parser v1.0.0
5852026-06-01T14:46:59.437Z Downloaded base16ct v0.2.0
5862026-06-01T14:46:59.438Z Downloaded async-stream-impl v0.3.6
5872026-06-01T14:46:59.440Z Downloaded cobs v0.3.0
5882026-06-01T14:46:59.441Z Downloaded dunce v1.0.5
5892026-06-01T14:46:59.441Z Downloaded darling_macro v0.23.0
5902026-06-01T14:46:59.444Z Downloaded cipher v0.4.4
5912026-06-01T14:46:59.444Z Downloaded cbc v0.1.2
5922026-06-01T14:46:59.444Z Downloaded bit-vec v0.6.3
5932026-06-01T14:46:59.446Z Downloaded cexpr v0.6.0
5942026-06-01T14:46:59.449Z Downloaded derive_builder_macro v0.20.2
5952026-06-01T14:46:59.449Z Downloaded deranged v0.5.8
5962026-06-01T14:46:59.453Z Downloaded corncobs v0.1.4
5972026-06-01T14:46:59.453Z Downloaded compression-core v0.4.31
5982026-06-01T14:46:59.453Z Downloaded constant_time_eq v0.4.2
5992026-06-01T14:46:59.456Z Downloaded byte-wrapper v0.1.0
6002026-06-01T14:46:59.456Z Downloaded document-features v0.2.12
6012026-06-01T14:46:59.459Z Downloaded env_filter v1.0.0
6022026-06-01T14:46:59.462Z Downloaded defmt v0.3.100
6032026-06-01T14:46:59.462Z Downloaded daft v0.1.7
6042026-06-01T14:46:59.465Z Downloaded either v1.15.0
6052026-06-01T14:46:59.467Z Downloaded darling v0.13.4
6062026-06-01T14:46:59.467Z Downloaded bit-vec v0.8.0
6072026-06-01T14:46:59.470Z Downloaded daft-derive v0.1.7
6082026-06-01T14:46:59.473Z Downloaded async-recursion v1.1.1
6092026-06-01T14:46:59.473Z Downloaded cfg_aliases v0.1.1
6102026-06-01T14:46:59.476Z Downloaded anstream v0.6.21
6112026-06-01T14:46:59.476Z Downloaded filetime v0.2.27
6122026-06-01T14:46:59.479Z Downloaded display-error-chain v0.2.2
6132026-06-01T14:46:59.479Z Downloaded diesel-dtrace v0.5.0
6142026-06-01T14:46:59.479Z Downloaded cargo-platform v0.3.2
6152026-06-01T14:46:59.479Z Downloaded crucible-workspace-hack v0.1.0
6162026-06-01T14:46:59.482Z Downloaded atomic-waker v1.1.2
6172026-06-01T14:46:59.482Z Downloaded dof v0.4.0
6182026-06-01T14:46:59.482Z Downloaded atomicwrites v0.4.4
6192026-06-01T14:46:59.485Z Downloaded assert_matches v1.5.0
6202026-06-01T14:46:59.485Z Downloaded ecdsa v0.16.9
6212026-06-01T14:46:59.485Z Downloaded ciborium-ll v0.2.2
6222026-06-01T14:46:59.488Z Downloaded convert_case v0.4.0
6232026-06-01T14:46:59.488Z Downloaded dtrace-parser v0.3.0
6242026-06-01T14:46:59.488Z Downloaded difflib v0.4.0
6252026-06-01T14:46:59.491Z Downloaded cstr-argument v0.1.2
6262026-06-01T14:46:59.491Z Downloaded block-padding v0.3.3
6272026-06-01T14:46:59.491Z Downloaded find-msvc-tools v0.1.9
6282026-06-01T14:46:59.494Z Downloaded defmt-macros v1.0.1
6292026-06-01T14:46:59.497Z Downloaded float-ord v0.3.2
6302026-06-01T14:46:59.500Z Downloaded downcast-rs v2.0.2
6312026-06-01T14:46:59.500Z Downloaded darling_macro v0.21.3
6322026-06-01T14:46:59.500Z Downloaded darling_macro v0.13.4
6332026-06-01T14:46:59.500Z Downloaded crunchy v0.2.4
6342026-06-01T14:46:59.503Z Downloaded futures-task v0.3.32
6352026-06-01T14:46:59.503Z Downloaded funty v2.0.0
6362026-06-01T14:46:59.503Z Downloaded cpufeatures v0.3.0
6372026-06-01T14:46:59.503Z Downloaded castaway v0.2.4
6382026-06-01T14:46:59.505Z Downloaded crc8 v0.1.1
6392026-06-01T14:46:59.506Z Downloaded bit-set v0.5.3
6402026-06-01T14:46:59.506Z Downloaded fd-lock v4.0.4
6412026-06-01T14:46:59.509Z Downloaded enum-as-inner v0.6.1
6422026-06-01T14:46:59.509Z Downloaded bb8 v0.8.6
6432026-06-01T14:46:59.511Z Downloaded ciborium v0.2.2
6442026-06-01T14:46:59.511Z Downloaded blake2 v0.10.6
6452026-06-01T14:46:59.515Z Downloaded dsl_auto_type v0.2.0
6462026-06-01T14:46:59.515Z Downloaded const-oid v0.9.6
6472026-06-01T14:46:59.515Z Downloaded dyn-clone v1.0.20
6482026-06-01T14:46:59.517Z Downloaded ciborium-io v0.2.2
6492026-06-01T14:46:59.518Z Downloaded futures-io v0.3.32
6502026-06-01T14:46:59.518Z Downloaded fixedbitset v0.4.2
6512026-06-01T14:46:59.520Z Downloaded buf-list v1.1.2
6522026-06-01T14:46:59.520Z Downloaded cancel-safe-futures v0.1.5
6532026-06-01T14:46:59.523Z Downloaded dropshot-api-manager-types v0.7.2
6542026-06-01T14:46:59.523Z Downloaded allocator-api2 v0.2.21
6552026-06-01T14:46:59.526Z Downloaded bitfield-macros v0.19.4
6562026-06-01T14:46:59.526Z Downloaded flagset v0.4.7
6572026-06-01T14:46:59.526Z Downloaded embedded-io v0.4.0
6582026-06-01T14:46:59.529Z Downloaded futures-core v0.3.32
6592026-06-01T14:46:59.529Z Downloaded futures-macro v0.3.32
6602026-06-01T14:46:59.529Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-06-01T14:46:59.529Z Downloaded bzip2 v0.6.1
6622026-06-01T14:46:59.533Z Downloaded foreign-types-shared v0.1.1
6632026-06-01T14:46:59.533Z Downloaded foreign-types-shared v0.3.1
6642026-06-01T14:46:59.536Z Downloaded foreign-types v0.5.0
6652026-06-01T14:46:59.536Z Downloaded futures-sink v0.3.32
6662026-06-01T14:46:59.536Z Downloaded bit-set v0.8.0
6672026-06-01T14:46:59.536Z Downloaded fxhash v0.2.1
6682026-06-01T14:46:59.536Z Downloaded ghash v0.5.1
6692026-06-01T14:46:59.539Z Downloaded foreign-types-macros v0.2.3
6702026-06-01T14:46:59.539Z Downloaded foreign-types v0.3.2
6712026-06-01T14:46:59.539Z Downloaded git-stub v1.0.0
6722026-06-01T14:46:59.542Z Downloaded darling v0.23.0
6732026-06-01T14:46:59.545Z Downloaded hash32 v0.2.1
6742026-06-01T14:46:59.545Z Downloaded chacha20 v0.10.0
6752026-06-01T14:46:59.548Z Downloaded foldhash v0.2.0
6762026-06-01T14:46:59.549Z Downloaded ena v0.14.4
6772026-06-01T14:46:59.552Z Downloaded fixedbitset v0.5.7
6782026-06-01T14:46:59.552Z Downloaded crossbeam-deque v0.8.6
6792026-06-01T14:46:59.552Z Downloaded convert_case v0.10.0
6802026-06-01T14:46:59.552Z Downloaded bcs v0.1.6
6812026-06-01T14:46:59.555Z Downloaded camino-tempfile-ext v0.3.3
6822026-06-01T14:46:59.555Z Downloaded base64ct v1.8.3
6832026-06-01T14:46:59.558Z Downloaded arrayvec v0.7.6
6842026-06-01T14:46:59.558Z Downloaded cassowary v0.3.0
6852026-06-01T14:46:59.558Z Downloaded const_format_proc_macros v0.2.34
6862026-06-01T14:46:59.561Z Downloaded foldhash v0.1.5
6872026-06-01T14:46:59.561Z Downloaded hex-literal v0.4.1
6882026-06-01T14:46:59.561Z Downloaded compression-codecs v0.4.37
6892026-06-01T14:46:59.564Z Downloaded hostname v0.4.2
6902026-06-01T14:46:59.567Z Downloaded gethostname v0.5.0
6912026-06-01T14:46:59.567Z Downloaded httpdate v1.0.3
6922026-06-01T14:46:59.567Z Downloaded cargo_metadata v0.23.1
6932026-06-01T14:46:59.570Z Downloaded ff v0.13.1
6942026-06-01T14:46:59.570Z Downloaded embedded-io v0.6.1
6952026-06-01T14:46:59.570Z Downloaded ed25519 v2.2.3
6962026-06-01T14:46:59.573Z Downloaded bitfield v0.19.4
6972026-06-01T14:46:59.573Z Downloaded hex v0.4.3
6982026-06-01T14:46:59.573Z Downloaded headers-core v0.3.0
6992026-06-01T14:46:59.576Z Downloaded defmt v1.0.1
7002026-06-01T14:46:59.576Z Downloaded derive-ex v0.1.8
7012026-06-01T14:46:59.579Z Downloaded fallible-iterator v0.2.0
7022026-06-01T14:46:59.579Z Downloaded base64 v0.22.1
7032026-06-01T14:46:59.582Z Downloaded dirs-next v2.0.0
7042026-06-01T14:46:59.582Z Downloaded csv-core v0.1.13
7052026-06-01T14:46:59.582Z Downloaded backoff v0.4.0
7062026-06-01T14:46:59.585Z Downloaded futures-executor v0.3.32
7072026-06-01T14:46:59.585Z Downloaded console v0.15.11
7082026-06-01T14:46:59.588Z Downloaded fs_extra v1.3.0
7092026-06-01T14:46:59.588Z Downloaded http-range v0.1.5
7102026-06-01T14:46:59.588Z Downloaded http-body v1.0.1
7112026-06-01T14:46:59.591Z Downloaded home v0.5.12
7122026-06-01T14:46:59.591Z Downloaded hubpack_derive v0.1.1
7132026-06-01T14:46:59.591Z Downloaded git-stub-vcs v0.1.0
7142026-06-01T14:46:59.591Z Downloaded group v0.13.0
7152026-06-01T14:46:59.594Z Downloaded indent_write v2.2.0
7162026-06-01T14:46:59.594Z Downloaded ident_case v1.0.1
7172026-06-01T14:46:59.594Z Downloaded hyper-tls v0.6.0
7182026-06-01T14:46:59.597Z Downloaded illumos-nvpair-sys v0.2.0
7192026-06-01T14:46:59.597Z Downloaded cookie v0.18.1
7202026-06-01T14:46:59.597Z Downloaded derive_more v0.99.20
7212026-06-01T14:46:59.600Z Downloaded hubpack v0.1.2
7222026-06-01T14:46:59.604Z Downloaded dropshot_endpoint v0.17.0
7232026-06-01T14:46:59.604Z Downloaded fatfs v0.3.6
7242026-06-01T14:46:59.606Z Downloaded crc-any v2.5.0
7252026-06-01T14:46:59.606Z Downloaded illumos-nvpair v0.3.0
7262026-06-01T14:46:59.609Z Downloaded darling_core v0.23.0
7272026-06-01T14:46:59.612Z Downloaded inout v0.1.4
7282026-06-01T14:46:59.612Z Downloaded indoc v1.0.9
7292026-06-01T14:46:59.612Z Downloaded internet-checksum v0.2.1
7302026-06-01T14:46:59.615Z Downloaded instability v0.3.11
7312026-06-01T14:46:59.615Z Downloaded console v0.16.2
7322026-06-01T14:46:59.615Z Downloaded cookie_store v0.22.1
7332026-06-01T14:46:59.618Z Downloaded chacha20poly1305 v0.10.1
7342026-06-01T14:46:59.618Z Downloaded anstyle-parse v0.2.7
7352026-06-01T14:46:59.621Z Downloaded clang-sys v1.8.1
7362026-06-01T14:46:59.621Z Downloaded compact_str v0.8.1
7372026-06-01T14:46:59.624Z Downloaded crossbeam-utils v0.8.21
7382026-06-01T14:46:59.624Z Downloaded async-trait v0.1.89
7392026-06-01T14:46:59.626Z Downloaded is-terminal v0.4.17
7402026-06-01T14:46:59.626Z Downloaded keccak v0.1.6
7412026-06-01T14:46:59.629Z Downloaded lalrpop-util v0.19.12
7422026-06-01T14:46:59.629Z Downloaded is_ci v1.2.0
7432026-06-01T14:46:59.629Z Downloaded ar_archive_writer v0.5.1
7442026-06-01T14:46:59.632Z Downloaded lazy_static v1.5.0
7452026-06-01T14:46:59.632Z Downloaded colored v2.2.0
7462026-06-01T14:46:59.635Z Downloaded kstat-rs v0.2.4
7472026-06-01T14:46:59.635Z Downloaded lru-cache v0.1.2
7482026-06-01T14:46:59.638Z Downloaded libscf-sys v1.1.0
7492026-06-01T14:46:59.638Z Downloaded chacha20 v0.9.1
7502026-06-01T14:46:59.638Z Downloaded async-bb8-diesel v0.2.1
7512026-06-01T14:46:59.641Z Downloaded derive_builder v0.20.2
7522026-06-01T14:46:59.644Z Downloaded http-body-util v0.1.3
7532026-06-01T14:46:59.644Z Downloaded der_derive v0.7.3
7542026-06-01T14:46:59.644Z Downloaded derive-where v1.6.0
7552026-06-01T14:46:59.647Z Downloaded linked-hash-map v0.5.6
7562026-06-01T14:46:59.647Z Downloaded match_cfg v0.1.0
7572026-06-01T14:46:59.650Z Downloaded crc32fast v1.5.0
7582026-06-01T14:46:59.650Z Downloaded lzss v0.8.2
7592026-06-01T14:46:59.653Z Downloaded ahash v0.8.12
7602026-06-01T14:46:59.653Z Downloaded fs-err v2.11.0
7612026-06-01T14:46:59.653Z Downloaded maybe-uninit v2.0.0
7622026-06-01T14:46:59.657Z Downloaded memoffset v0.9.1
7632026-06-01T14:46:59.657Z Downloaded md5 v0.7.0
7642026-06-01T14:46:59.657Z Downloaded md-5 v0.10.6
7652026-06-01T14:46:59.660Z Downloaded maplit v1.0.2
7662026-06-01T14:46:59.660Z Downloaded hyper-staticfile v0.10.1
7672026-06-01T14:46:59.660Z Downloaded hostname v0.3.1
7682026-06-01T14:46:59.660Z Downloaded globset v0.4.18
7692026-06-01T14:46:59.663Z Downloaded lru-slab v0.1.2
7702026-06-01T14:46:59.663Z Downloaded lru v0.12.5
7712026-06-01T14:46:59.663Z Downloaded colored v3.1.1
7722026-06-01T14:46:59.666Z Downloaded darling_core v0.21.3
7732026-06-01T14:46:59.669Z Downloaded newline-converter v0.3.0
7742026-06-01T14:46:59.669Z Downloaded new_debug_unreachable v1.0.6
7752026-06-01T14:46:59.669Z Downloaded instant v0.1.13
7762026-06-01T14:46:59.672Z Downloaded ingot-types v0.1.2
7772026-06-01T14:46:59.672Z Downloaded mime v0.3.17
7782026-06-01T14:46:59.672Z Downloaded ingot v0.1.1
7792026-06-01T14:46:59.675Z Downloaded darling_core v0.20.11
7802026-06-01T14:46:59.675Z Downloaded ipnet v2.11.0
7812026-06-01T14:46:59.678Z Downloaded indoc v2.0.7
7822026-06-01T14:46:59.678Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-01T14:46:59.681Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-01T14:46:59.681Z Downloaded normalize-line-endings v0.3.0
7852026-06-01T14:46:59.682Z Downloaded darling_core v0.13.4
7862026-06-01T14:46:59.684Z Downloaded num v0.4.3
7872026-06-01T14:46:59.684Z Downloaded nodrop v0.1.14
7882026-06-01T14:46:59.687Z Downloaded newtype_derive v0.1.6
7892026-06-01T14:46:59.687Z Downloaded backon v1.6.0
7902026-06-01T14:46:59.690Z Downloaded num-conv v0.2.0
7912026-06-01T14:46:59.690Z Downloaded jobserver v0.1.34
7922026-06-01T14:46:59.690Z Downloaded half v1.8.3
7932026-06-01T14:46:59.693Z Downloaded cmake v0.1.57
7942026-06-01T14:46:59.693Z Downloaded derive_builder_core v0.20.2
7952026-06-01T14:46:59.693Z Downloaded num-derive v0.3.3
7962026-06-01T14:46:59.696Z Downloaded base64 v0.21.7
7972026-06-01T14:46:59.696Z Downloaded num_threads v0.1.7
7982026-06-01T14:46:59.699Z Downloaded num-iter v0.1.45
7992026-06-01T14:46:59.699Z Downloaded num-derive v0.4.2
8002026-06-01T14:46:59.700Z Downloaded ipnetwork v0.21.1
8012026-06-01T14:46:59.703Z Downloaded olpc-cjson v0.1.4
8022026-06-01T14:46:59.703Z Downloaded nonempty v0.12.0
8032026-06-01T14:46:59.703Z Downloaded hmac v0.12.1
8042026-06-01T14:46:59.708Z Downloaded highway v1.3.0
8052026-06-01T14:46:59.708Z Downloaded hash32 v0.3.1
8062026-06-01T14:46:59.708Z Downloaded futures-channel v0.3.32
8072026-06-01T14:46:59.711Z Downloaded openssl-probe v0.1.6
8082026-06-01T14:46:59.711Z Downloaded openssl-probe v0.2.1
8092026-06-01T14:46:59.711Z Downloaded elliptic-curve v0.13.8
8102026-06-01T14:46:59.711Z Downloaded drift v0.2.0
8112026-06-01T14:46:59.716Z Downloaded oso-derive v0.27.3
8122026-06-01T14:46:59.719Z Downloaded opaque-debug v0.3.1
8132026-06-01T14:46:59.719Z Downloaded managed v0.8.0
8142026-06-01T14:46:59.719Z Downloaded lock_api v0.4.14
8152026-06-01T14:46:59.723Z Downloaded openssl-macros v0.1.1
8162026-06-01T14:46:59.723Z Downloaded httparse v1.10.1
8172026-06-01T14:46:59.723Z Downloaded packed_struct_codegen v0.10.1
8182026-06-01T14:46:59.731Z Downloaded hyper-rustls v0.27.7
8192026-06-01T14:46:59.731Z Downloaded num_enum_derive v0.5.11
8202026-06-01T14:46:59.731Z Downloaded getrandom v0.2.17
8212026-06-01T14:46:59.731Z Downloaded libsw-core v0.3.2
8222026-06-01T14:46:59.731Z Downloaded libsw v3.5.0
8232026-06-01T14:46:59.732Z Downloaded humantime v2.3.0
8242026-06-01T14:46:59.732Z Downloaded glob v0.3.3
8252026-06-01T14:46:59.732Z Downloaded arc-swap v1.8.2
8262026-06-01T14:46:59.735Z Downloaded native-tls v0.2.18
8272026-06-01T14:46:59.735Z Downloaded parse-size v1.1.0
8282026-06-01T14:46:59.735Z Downloaded getrandom v0.3.4
8292026-06-01T14:46:59.738Z Downloaded mime_guess v2.0.5
8302026-06-01T14:46:59.742Z Downloaded multer v3.1.0
8312026-06-01T14:46:59.745Z Downloaded pbkdf2 v0.12.2
8322026-06-01T14:46:59.749Z Downloaded nanorand v0.7.0
8332026-06-01T14:46:59.752Z Downloaded phf_shared v0.11.3
8342026-06-01T14:46:59.752Z Downloaded parse-display v0.10.0
8352026-06-01T14:46:59.757Z Downloaded peg-runtime v0.8.5
8362026-06-01T14:46:59.757Z Downloaded pbkdf2 v0.11.0
8372026-06-01T14:46:59.760Z Downloaded path-slash v0.1.5
8382026-06-01T14:46:59.760Z Downloaded num-complex v0.4.6
8392026-06-01T14:46:59.760Z Downloaded nibble_vec v0.1.0
8402026-06-01T14:46:59.760Z Downloaded iana-time-zone v0.1.65
8412026-06-01T14:46:59.763Z Downloaded nu-ansi-term v0.50.3
8422026-06-01T14:46:59.763Z Downloaded num-rational v0.4.2
8432026-06-01T14:46:59.763Z Downloaded data-encoding v2.10.0
8442026-06-01T14:46:59.766Z Downloaded multimap v0.10.1
8452026-06-01T14:46:59.766Z Downloaded ingot-macros v0.1.1
8462026-06-01T14:46:59.766Z Downloaded bytes v1.11.1
8472026-06-01T14:46:59.769Z Downloaded linear-map v1.2.0
8482026-06-01T14:46:59.772Z Downloaded libloading v0.8.9
8492026-06-01T14:46:59.772Z Downloaded phf_shared v0.13.1
8502026-06-01T14:46:59.774Z Downloaded num_enum_derive v0.7.6
8512026-06-01T14:46:59.774Z Downloaded num-integer v0.1.46
8522026-06-01T14:46:59.775Z Downloaded libefi-sys v0.1.0
8532026-06-01T14:46:59.777Z Downloaded globwalk v0.9.1
8542026-06-01T14:46:59.777Z Downloaded erased-serde v0.3.31
8552026-06-01T14:46:59.777Z Downloaded phf_shared v0.12.1
8562026-06-01T14:46:59.780Z Downloaded bzip2 v0.4.4
8572026-06-01T14:46:59.795Z Downloaded packed_struct v0.10.1
8582026-06-01T14:46:59.798Z Downloaded powerfmt v0.2.0
8592026-06-01T14:46:59.798Z Downloaded memmap2 v0.9.10
8602026-06-01T14:46:59.802Z Downloaded litrs v1.0.0
8612026-06-01T14:46:59.802Z Downloaded crypto-bigint v0.5.5
8622026-06-01T14:46:59.805Z Downloaded oxnet v0.1.5
8632026-06-01T14:46:59.805Z Downloaded ignore v0.4.25
8642026-06-01T14:46:59.808Z Downloaded const_format v0.2.35
8652026-06-01T14:46:59.811Z Downloaded proc-macro-crate v3.4.0
8662026-06-01T14:46:59.811Z Downloaded proc-macro-crate v1.3.1
8672026-06-01T14:46:59.811Z Downloaded predicates-tree v1.0.13
8682026-06-01T14:46:59.814Z Downloaded predicates-core v1.0.10
8692026-06-01T14:46:59.814Z Downloaded precomputed-hash v0.1.1
8702026-06-01T14:46:59.814Z Downloaded indexmap v1.9.3
8712026-06-01T14:46:59.817Z Downloaded progenitor-macro v0.11.2
8722026-06-01T14:46:59.817Z Downloaded parking_lot_core v0.8.6
8732026-06-01T14:46:59.820Z Downloaded heapless v0.7.17
8742026-06-01T14:46:59.820Z Downloaded half v2.7.1
8752026-06-01T14:46:59.823Z Downloaded quick-error v1.2.3
8762026-06-01T14:46:59.823Z Downloaded progenitor-client v0.14.0
8772026-06-01T14:46:59.826Z Downloaded progenitor-client v0.11.2
8782026-06-01T14:46:59.826Z Downloaded bumpalo v3.20.2
8792026-06-01T14:46:59.826Z Downloaded pem v3.0.6
8802026-06-01T14:46:59.829Z Downloaded password-hash v0.5.0
8812026-06-01T14:46:59.829Z Downloaded psl-types v2.0.11
8822026-06-01T14:46:59.829Z Downloaded progenitor-macro v0.14.0
8832026-06-01T14:46:59.832Z Downloaded aes-gcm v0.10.3
8842026-06-01T14:46:59.832Z Downloaded headers v0.4.1
8852026-06-01T14:46:59.835Z Downloaded heapless v0.8.0
8862026-06-01T14:46:59.838Z Downloaded phf v0.13.1
8872026-06-01T14:46:59.841Z Downloaded peg v0.8.5
8882026-06-01T14:46:59.843Z Downloaded omicron-zone-package v0.12.2
8892026-06-01T14:46:59.844Z Downloaded poly1305 v0.8.0
8902026-06-01T14:46:59.847Z Downloaded pkg-config v0.3.32
8912026-06-01T14:46:59.847Z Downloaded pkcs8 v0.10.2
8922026-06-01T14:46:59.849Z Downloaded pin-project-lite v0.2.17
8932026-06-01T14:46:59.852Z Downloaded rand_chacha v0.3.1
8942026-06-01T14:46:59.852Z Downloaded postgres-protocol v0.6.10
8952026-06-01T14:46:59.855Z Downloaded polyval v0.6.2
8962026-06-01T14:46:59.855Z Downloaded libbz2-rs-sys v0.2.2
8972026-06-01T14:46:59.855Z Downloaded rand_xorshift v0.4.0
8982026-06-01T14:46:59.858Z Downloaded predicates v3.1.4
8992026-06-01T14:46:59.858Z Downloaded ref-cast-impl v1.0.25
9002026-06-01T14:46:59.861Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-06-01T14:46:59.861Z Downloaded pin-utils v0.1.0
9022026-06-01T14:46:59.861Z Downloaded owo-colors v4.3.0
9032026-06-01T14:46:59.864Z Downloaded ed25519-dalek v2.2.0
9042026-06-01T14:46:59.864Z Downloaded indicatif v0.18.4
9052026-06-01T14:46:59.866Z Downloaded crossbeam-channel v0.5.15
9062026-06-01T14:46:59.869Z Downloaded ppv-lite86 v0.2.21
9072026-06-01T14:46:59.869Z Downloaded derive_more v2.1.1
9082026-06-01T14:46:59.876Z Downloaded ref-cast v1.0.25
9092026-06-01T14:46:59.878Z Downloaded recursive v0.1.1
9102026-06-01T14:46:59.879Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-06-01T14:46:59.883Z Downloaded primeorder v0.13.6
9122026-06-01T14:46:59.883Z Downloaded progenitor-client v0.13.0
9132026-06-01T14:46:59.883Z Downloaded progenitor v0.13.0
9142026-06-01T14:46:59.886Z Downloaded progenitor-macro v0.13.0
9152026-06-01T14:46:59.886Z Downloaded progenitor-extras v0.2.0
9162026-06-01T14:46:59.886Z Downloaded rfc6979 v0.4.0
9172026-06-01T14:46:59.886Z Downloaded progenitor v0.11.2
9182026-06-01T14:46:59.886Z Downloaded proc-macro-error2 v2.0.1
9192026-06-01T14:46:59.889Z Downloaded parse-display-derive v0.10.0
9202026-06-01T14:46:59.889Z Downloaded rtoolbox v0.0.3
9212026-06-01T14:46:59.892Z Downloaded parking_lot_core v0.9.12
9222026-06-01T14:46:59.892Z Downloaded parking_lot v0.12.5
9232026-06-01T14:46:59.894Z Downloaded r2d2 v0.8.10
9242026-06-01T14:46:59.895Z Downloaded pin-project-internal v1.1.11
9252026-06-01T14:46:59.895Z Downloaded der v0.7.10
9262026-06-01T14:46:59.898Z Downloaded flume v0.11.1
9272026-06-01T14:46:59.901Z Downloaded hickory-resolver v0.25.2
9282026-06-01T14:46:59.905Z Downloaded radium v0.7.0
9292026-06-01T14:46:59.905Z Downloaded phf v0.12.1
9302026-06-01T14:46:59.908Z Downloaded peg-macros v0.8.5
9312026-06-01T14:46:59.908Z Downloaded pem-rfc7468 v0.7.0
9322026-06-01T14:46:59.909Z Downloaded paste v1.0.15
9332026-06-01T14:46:59.911Z Downloaded russh-cryptovec v0.7.3
9342026-06-01T14:46:59.911Z Downloaded futures v0.3.32
9352026-06-01T14:46:59.914Z Downloaded postcard v1.1.3
9362026-06-01T14:46:59.917Z Downloaded rand_seeder v0.4.0
9372026-06-01T14:46:59.917Z Downloaded rand_core v0.10.0
9382026-06-01T14:46:59.920Z Downloaded rand_core v0.6.4
9392026-06-01T14:46:59.920Z Downloaded p256 v0.13.2
9402026-06-01T14:46:59.923Z Downloaded rustc_version v0.1.7
9412026-06-01T14:46:59.923Z Downloaded rustc-hash v2.1.1
9422026-06-01T14:46:59.923Z Downloaded rand_chacha v0.9.0
9432026-06-01T14:46:59.926Z Downloaded same-file v1.0.6
9442026-06-01T14:46:59.927Z Downloaded pkcs5 v0.7.1
9452026-06-01T14:46:59.929Z Downloaded expectorate v1.2.0
9462026-06-01T14:46:59.929Z Downloaded password-hash v0.4.2
9472026-06-01T14:46:59.932Z Downloaded derive_more-impl v2.1.1
9482026-06-01T14:46:59.935Z Downloaded newtype-uuid v1.3.2
9492026-06-01T14:46:59.935Z Downloaded cc v1.2.56
9502026-06-01T14:46:59.938Z Downloaded async-compression v0.4.41
9512026-06-01T14:46:59.941Z Downloaded scopeguard v1.2.0
9522026-06-01T14:46:59.944Z Downloaded scheduled-thread-pool v0.2.7
9532026-06-01T14:46:59.944Z Downloaded sapling-renderdag v0.1.0
9542026-06-01T14:46:59.944Z Downloaded salsa20 v0.10.2
9552026-06-01T14:46:59.948Z Downloaded progenitor v0.14.0
9562026-06-01T14:46:59.948Z Downloaded postgres-types v0.2.12
9572026-06-01T14:46:59.951Z Downloaded parking_lot v0.11.2
9582026-06-01T14:46:59.951Z Downloaded seq-macro v0.3.6
9592026-06-01T14:46:59.954Z Downloaded miniz_oxide v0.8.9
9602026-06-01T14:46:59.954Z Downloaded flate2 v1.1.9
9612026-06-01T14:46:59.957Z Downloaded scroll_derive v0.13.1
9622026-06-01T14:46:59.957Z Downloaded oxide-tokio-rt v0.1.4
9632026-06-01T14:46:59.959Z Downloaded scrypt v0.11.0
9642026-06-01T14:46:59.959Z Downloaded psm v0.1.30
9652026-06-01T14:46:59.962Z Downloaded resolv-conf v0.7.6
9662026-06-01T14:46:59.962Z Downloaded serde-big-array v0.5.1
9672026-06-01T14:46:59.965Z Downloaded semver v0.1.20
9682026-06-01T14:46:59.965Z Downloaded rustc_version v0.4.1
9692026-06-01T14:46:59.965Z Downloaded serde_urlencoded v0.7.1
9702026-06-01T14:46:59.968Z Downloaded serde_spanned v1.0.4
9712026-06-01T14:46:59.968Z Downloaded pkcs1 v0.7.5
9722026-06-01T14:46:59.971Z Downloaded jiff-static v0.2.21
9732026-06-01T14:46:59.971Z Downloaded num_enum v0.7.6
9742026-06-01T14:46:59.974Z Downloaded serde_repr v0.1.20
9752026-06-01T14:46:59.977Z Downloaded serde_plain v1.0.2
9762026-06-01T14:46:59.977Z Downloaded serde_bytes v0.11.19
9772026-06-01T14:46:59.980Z Downloaded secrecy v0.8.0
9782026-06-01T14:46:59.980Z Downloaded rustls-pemfile v2.2.0
9792026-06-01T14:46:59.980Z Downloaded rustls-pemfile v1.0.4
9802026-06-01T14:46:59.983Z Downloaded hickory-resolver v0.24.4
9812026-06-01T14:46:59.986Z Downloaded pin-project v1.1.11
9822026-06-01T14:46:59.991Z Downloaded rand_core v0.9.5
9832026-06-01T14:46:59.994Z Downloaded quinn-udp v0.5.14
9842026-06-01T14:46:59.994Z Downloaded signal-hook-mio v0.2.5
9852026-06-01T14:46:59.997Z Downloaded shell-words v1.1.1
9862026-06-01T14:46:59.997Z Downloaded sha1 v0.10.6
9872026-06-01T14:46:59.997Z Downloaded signal-hook-tokio v0.3.1
9882026-06-01T14:47:00.000Z Downloaded secrecy v0.10.3
9892026-06-01T14:47:00.000Z Downloaded rusty-fork v0.3.1
9902026-06-01T14:47:00.000Z Downloaded siphasher v1.0.2
9912026-06-01T14:47:00.003Z Downloaded sigpipe v0.1.3
9922026-06-01T14:47:00.003Z Downloaded papergrid v0.17.0
9932026-06-01T14:47:00.005Z Downloaded aes v0.8.4
9942026-06-01T14:47:00.008Z Downloaded signature v2.2.0
9952026-06-01T14:47:00.008Z Downloaded oso v0.27.3
9962026-06-01T14:47:00.011Z Downloaded openssl-sys v0.9.115
9972026-06-01T14:47:00.014Z Downloaded rustversion v1.0.22
9982026-06-01T14:47:00.014Z Downloaded sec1 v0.7.3
9992026-06-01T14:47:00.017Z Downloaded slog-bunyan v2.5.0
10002026-06-01T14:47:00.017Z Downloaded minimal-lexical v0.2.1
10012026-06-01T14:47:00.020Z Downloaded prefix-trie v0.7.0
10022026-06-01T14:47:00.022Z Downloaded hashbrown v0.12.3
10032026-06-01T14:47:00.022Z Downloaded crossterm v0.29.0
10042026-06-01T14:47:00.026Z Downloaded sct v0.7.1
10052026-06-01T14:47:00.029Z Downloaded slog-envlogger v2.2.0
10062026-06-01T14:47:00.032Z Downloaded serde-hex v0.1.0
10072026-06-01T14:47:00.032Z Downloaded schemars_derive v0.8.22
10082026-06-01T14:47:00.032Z Downloaded progenitor-impl v0.13.0
10092026-06-01T14:47:00.035Z Downloaded hashbrown v0.13.2
10102026-06-01T14:47:00.038Z Downloaded num_enum v0.5.11
10112026-06-01T14:47:00.041Z Downloaded ssh-encoding v0.2.0
10122026-06-01T14:47:00.041Z Downloaded diesel_derives v2.3.7
10132026-06-01T14:47:00.044Z Downloaded ssh-cipher v0.2.0
10142026-06-01T14:47:00.044Z Downloaded sqlparser_derive v0.5.0
10152026-06-01T14:47:00.047Z Downloaded serde_path_to_error v0.1.20
10162026-06-01T14:47:00.047Z Downloaded hickory-server v0.25.2
10172026-06-01T14:47:00.050Z Downloaded blowfish v0.9.1
10182026-06-01T14:47:00.050Z Downloaded bitflags v1.3.2
10192026-06-01T14:47:00.053Z Downloaded env_logger v0.11.9
10202026-06-01T14:47:00.055Z Downloaded signal-hook-registry v1.4.8
10212026-06-01T14:47:00.055Z Downloaded diff v0.1.13
10222026-06-01T14:47:00.058Z Downloaded simd-adler32 v0.3.8
10232026-06-01T14:47:00.061Z Downloaded shlex v1.3.0
10242026-06-01T14:47:00.061Z Downloaded rustls-pki-types v1.14.0
10252026-06-01T14:47:00.064Z Downloaded rcgen v0.12.1
10262026-06-01T14:47:00.066Z Downloaded slab v0.4.12
10272026-06-01T14:47:00.066Z Downloaded crossterm v0.28.1
10282026-06-01T14:47:00.069Z Downloaded rustls-native-certs v0.8.3
10292026-06-01T14:47:00.072Z Downloaded strum v0.26.3
10302026-06-01T14:47:00.072Z Downloaded strsim v0.10.0
10312026-06-01T14:47:00.075Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-01T14:47:00.075Z Downloaded hyper-util v0.1.20
10332026-06-01T14:47:00.078Z Downloaded des v0.8.1
10342026-06-01T14:47:00.078Z Downloaded structmeta v0.3.0
10352026-06-01T14:47:00.080Z Downloaded supports-color v3.0.2
10362026-06-01T14:47:00.080Z Downloaded subtle v2.6.1
10372026-06-01T14:47:00.081Z Downloaded structmeta-derive v0.3.0
10382026-06-01T14:47:00.083Z Downloaded prettyplease v0.2.37
10392026-06-01T14:47:00.083Z Downloaded tabled_derive v0.11.0
10402026-06-01T14:47:00.086Z Downloaded smallvec v0.6.14
10412026-06-01T14:47:00.086Z Downloaded progenitor-impl v0.14.0
10422026-06-01T14:47:00.089Z Downloaded strum v0.27.2
10432026-06-01T14:47:00.089Z Downloaded progenitor-impl v0.11.2
10442026-06-01T14:47:00.089Z Downloaded slog-stdlog v4.1.1
10452026-06-01T14:47:00.093Z Downloaded slog-scope v4.4.1
10462026-06-01T14:47:00.093Z Downloaded sync_wrapper v1.0.2
10472026-06-01T14:47:00.093Z Downloaded slog-term v2.9.2
10482026-06-01T14:47:00.096Z Downloaded slog-dtrace v0.3.0
10492026-06-01T14:47:00.096Z Downloaded serde_derive_internals v0.29.1
10502026-06-01T14:47:00.096Z Downloaded snafu-derive v0.8.9
10512026-06-01T14:47:00.099Z Downloaded slog-async v2.8.0
10522026-06-01T14:47:00.099Z Downloaded slog-json v2.6.1
10532026-06-01T14:47:00.099Z Downloaded termtree v0.5.1
10542026-06-01T14:47:00.102Z Downloaded tap v1.0.1
10552026-06-01T14:47:00.102Z Downloaded pretty_assertions v1.4.1
10562026-06-01T14:47:00.102Z Downloaded time-core v0.1.8
10572026-06-01T14:47:00.105Z Downloaded thiserror-impl-no-std v2.0.2
10582026-06-01T14:47:00.105Z Downloaded smf v0.2.3
10592026-06-01T14:47:00.105Z Downloaded serde_cbor v0.11.2
10602026-06-01T14:47:00.108Z Downloaded tabwriter v1.4.1
10612026-06-01T14:47:00.108Z Downloaded darling v0.21.3
10622026-06-01T14:47:00.111Z Downloaded scroll v0.13.0
10632026-06-01T14:47:00.115Z Downloaded itertools v0.10.5
10642026-06-01T14:47:00.118Z Downloaded ron v0.8.1
10652026-06-01T14:47:00.122Z Downloaded testing_table v0.3.0
10662026-06-01T14:47:00.125Z Downloaded take_mut v0.2.2
10672026-06-01T14:47:00.125Z Downloaded sqlformat v0.3.5
10682026-06-01T14:47:00.125Z Downloaded dropshot-api-manager v0.7.2
10692026-06-01T14:47:00.128Z Downloaded http v1.4.0
10702026-06-01T14:47:00.131Z Downloaded tinyvec_macros v0.1.1
10712026-06-01T14:47:00.131Z Downloaded thread-id v5.1.0
10722026-06-01T14:47:00.134Z Downloaded rayon-core v1.13.0
10732026-06-01T14:47:00.134Z Downloaded serde_with_macros v1.5.2
10742026-06-01T14:47:00.136Z Downloaded rustls-platform-verifier v0.6.2
10752026-06-01T14:47:00.140Z Downloaded tokio-macros v2.7.0
10762026-06-01T14:47:00.143Z Downloaded sync-ptr v0.1.4
10772026-06-01T14:47:00.143Z Downloaded support-bundle-viewer v0.1.2
10782026-06-01T14:47:00.143Z Downloaded russh-keys v0.45.0
10792026-06-01T14:47:00.145Z Downloaded publicsuffix v2.3.0
10802026-06-01T14:47:00.148Z Downloaded string_cache v0.8.9
10812026-06-01T14:47:00.148Z Downloaded mio v1.2.0
10822026-06-01T14:47:00.151Z Downloaded tagptr v0.2.0
10832026-06-01T14:47:00.154Z Downloaded ryu v1.0.23
10842026-06-01T14:47:00.154Z Downloaded thiserror-no-std v2.0.2
10852026-06-01T14:47:00.159Z Downloaded termios v0.3.3
10862026-06-01T14:47:00.162Z Downloaded hashbrown v0.16.1
10872026-06-01T14:47:00.165Z Downloaded stringprep v0.1.5
10882026-06-01T14:47:00.168Z Downloaded static_assertions v1.1.0
10892026-06-01T14:47:00.171Z Downloaded qorb v0.4.1
10902026-06-01T14:47:00.174Z Downloaded strum_macros v0.27.2
10912026-06-01T14:47:00.174Z Downloaded quinn v0.11.9
10922026-06-01T14:47:00.176Z Downloaded thread_local v1.1.9
10932026-06-01T14:47:00.180Z Downloaded strum_macros v0.26.4
10942026-06-01T14:47:00.182Z Downloaded schemars v0.8.22
10952026-06-01T14:47:00.188Z Downloaded tokio-dtrace v0.1.1
10962026-06-01T14:47:00.191Z Downloaded tls_codec v0.4.2
10972026-06-01T14:47:00.191Z Downloaded num-bigint v0.4.6
10982026-06-01T14:47:00.194Z Downloaded rand v0.8.6
10992026-06-01T14:47:00.197Z Downloaded time-macros v0.2.27
11002026-06-01T14:47:00.201Z Downloaded spki v0.7.3
11012026-06-01T14:47:00.201Z Downloaded spin v0.9.8
11022026-06-01T14:47:00.201Z Downloaded nom v7.1.3
11032026-06-01T14:47:00.204Z Downloaded slog v2.8.2
11042026-06-01T14:47:00.206Z Downloaded try-lock v0.2.5
11052026-06-01T14:47:00.206Z Downloaded trait-variant v0.1.2
11062026-06-01T14:47:00.206Z Downloaded tower-service v0.3.3
11072026-06-01T14:47:00.209Z Downloaded topological-sort v0.2.2
11082026-06-01T14:47:00.209Z Downloaded libxml v0.3.3
11092026-06-01T14:47:00.212Z Downloaded tokio-native-tls v0.3.1
11102026-06-01T14:47:00.215Z Downloaded serde_with_macros v3.17.0
11112026-06-01T14:47:00.217Z Downloaded unarray v0.1.4
11122026-06-01T14:47:00.217Z Downloaded tls_codec_derive v0.4.2
11132026-06-01T14:47:00.218Z Downloaded similar v2.7.0
11142026-06-01T14:47:00.220Z Downloaded signal-hook v0.3.18
11152026-06-01T14:47:00.223Z Downloaded term v1.2.1
11162026-06-01T14:47:00.226Z Downloaded stacker v0.1.23
11172026-06-01T14:47:00.229Z Downloaded universal-hash v0.5.1
11182026-06-01T14:47:00.229Z Downloaded typify-macro v0.6.2
11192026-06-01T14:47:00.232Z Downloaded typify-macro v0.4.3
11202026-06-01T14:47:00.232Z Downloaded untrusted v0.7.1
11212026-06-01T14:47:00.237Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-06-01T14:47:00.240Z Downloaded iri-string v0.7.10
11232026-06-01T14:47:00.242Z Downloaded tokio-rustls v0.25.0
11242026-06-01T14:47:00.245Z Downloaded hashbrown v0.15.5
11252026-06-01T14:47:00.248Z Downloaded itertools v0.12.1
11262026-06-01T14:47:00.251Z Downloaded tokio-tungstenite v0.21.0
11272026-06-01T14:47:00.253Z Downloaded usdt-macro v0.6.0
11282026-06-01T14:47:00.254Z Downloaded unit-prefix v0.5.2
11292026-06-01T14:47:00.256Z Downloaded unicode-truncate v1.1.0
11302026-06-01T14:47:00.256Z Downloaded utf-8 v0.7.6
11312026-06-01T14:47:00.256Z Downloaded usdt v0.6.0
11322026-06-01T14:47:00.259Z Downloaded untrusted v0.9.0
11332026-06-01T14:47:00.259Z Downloaded term v0.7.0
11342026-06-01T14:47:00.260Z Downloaded num-bigint-dig v0.8.6
11352026-06-01T14:47:00.262Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-06-01T14:47:00.265Z Downloaded rand v0.9.2
11372026-06-01T14:47:00.265Z Downloaded socket2 v0.6.3
11382026-06-01T14:47:00.269Z Downloaded tower-layer v0.3.3
11392026-06-01T14:47:00.269Z Downloaded futures-util v0.3.32
11402026-06-01T14:47:00.274Z Downloaded want v0.3.1
11412026-06-01T14:47:00.278Z Downloaded waitgroup v0.1.2
11422026-06-01T14:47:00.278Z Downloaded tiny-keccak v2.0.2
11432026-06-01T14:47:00.281Z Downloaded schemars v0.9.0
11442026-06-01T14:47:00.285Z Downloaded tui-tree-widget v0.23.1
11452026-06-01T14:47:00.288Z Downloaded serde_yaml v0.9.34+deprecated
11462026-06-01T14:47:00.288Z Downloaded wait-timeout v0.2.1
11472026-06-01T14:47:00.291Z Downloaded void v1.0.2
11482026-06-01T14:47:00.291Z Downloaded tokio-rustls v0.24.1
11492026-06-01T14:47:00.291Z Downloaded rand v0.10.1
11502026-06-01T14:47:00.294Z Downloaded rsa v0.9.10
11512026-06-01T14:47:00.297Z Downloaded snafu v0.8.9
11522026-06-01T14:47:00.300Z Downloaded samael v0.0.19
11532026-06-01T14:47:00.303Z Downloaded xattr v1.6.1
11542026-06-01T14:47:00.306Z Downloaded hyper v1.8.1
11552026-06-01T14:47:00.308Z Downloaded tokio-rustls v0.26.4
11562026-06-01T14:47:00.311Z Downloaded rustls-webpki v0.103.9
11572026-06-01T14:47:00.311Z Downloaded itertools v0.13.0
11582026-06-01T14:47:00.316Z Downloaded itertools v0.14.0
11592026-06-01T14:47:00.319Z Downloaded zeroize_derive v1.4.3
11602026-06-01T14:47:00.322Z Downloaded xshell-macros v0.2.7
11612026-06-01T14:47:00.322Z Downloaded usdt-impl v0.6.0
11622026-06-01T14:47:00.322Z Downloaded strum_macros v0.24.3
11632026-06-01T14:47:00.325Z Downloaded tokio-stream v0.1.18
11642026-06-01T14:47:00.328Z Downloaded uzers v0.12.2
11652026-06-01T14:47:00.328Z Downloaded usdt-attr-macro v0.6.0
11662026-06-01T14:47:00.328Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-06-01T14:47:00.331Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-06-01T14:47:00.331Z Downloaded tokio-tungstenite v0.23.1
11692026-06-01T14:47:00.334Z Downloaded zone_cfg_derive v0.3.1
11702026-06-01T14:47:00.334Z Downloaded zone v0.3.1
11712026-06-01T14:47:00.334Z Downloaded libm v0.2.16
11722026-06-01T14:47:00.339Z Downloaded tracing-attributes v0.1.31
11732026-06-01T14:47:00.342Z Downloaded vergen-lib v0.1.6
11742026-06-01T14:47:00.342Z Downloaded vergen-lib v9.1.0
11752026-06-01T14:47:00.345Z Downloaded aws-lc-rs v1.16.3
11762026-06-01T14:47:00.348Z Downloaded vsss-rs v3.3.4
11772026-06-01T14:47:00.351Z Downloaded vergen-gitcl v1.0.8
11782026-06-01T14:47:00.351Z Downloaded test-strategy v0.4.5
11792026-06-01T14:47:00.354Z Downloaded twox-hash v2.1.2
11802026-06-01T14:47:00.357Z Downloaded aho-corasick v1.1.4
11812026-06-01T14:47:00.360Z Downloaded whoami v2.1.0
11822026-06-01T14:47:00.360Z Downloaded whoami v1.6.1
11832026-06-01T14:47:00.363Z Downloaded unicase v2.9.0
11842026-06-01T14:47:00.363Z Downloaded tinyvec v1.10.0
11852026-06-01T14:47:00.366Z Downloaded walkdir v2.5.0
11862026-06-01T14:47:00.366Z Downloaded nom v8.0.0
11872026-06-01T14:47:00.369Z Downloaded unicode-properties v0.1.4
11882026-06-01T14:47:00.372Z Downloaded p521 v0.13.3
11892026-06-01T14:47:00.374Z Downloaded russh v0.45.0
11902026-06-01T14:47:00.377Z Downloaded toml v0.7.8
11912026-06-01T14:47:00.380Z Downloaded socket2 v0.5.10
11922026-06-01T14:47:00.380Z Downloaded schemars v1.2.1
11932026-06-01T14:47:00.386Z Downloaded xshell v0.2.7
11942026-06-01T14:47:00.389Z Downloaded wyz v0.5.1
11952026-06-01T14:47:00.389Z Downloaded subprocess v0.2.15
11962026-06-01T14:47:00.392Z Downloaded zeroize v1.8.2
11972026-06-01T14:47:00.392Z Downloaded vergen v9.1.0
11982026-06-01T14:47:00.394Z Downloaded toml v1.0.6+spec-1.1.0
11992026-06-01T14:47:00.395Z Downloaded vergen-git2 v9.1.0
12002026-06-01T14:47:00.397Z Downloaded tungstenite v0.21.0
12012026-06-01T14:47:00.400Z Downloaded zstd-safe v7.2.4
12022026-06-01T14:47:00.403Z Downloaded zstd v0.13.3
12032026-06-01T14:47:00.408Z Downloaded tar v0.4.45
12042026-06-01T14:47:00.411Z Downloaded unicode-bidi v0.3.18
12052026-06-01T14:47:00.414Z Downloaded hkdf v0.12.4
12062026-06-01T14:47:00.417Z Downloaded iddqd v0.4.2
12072026-06-01T14:47:00.428Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-06-01T14:47:00.433Z Downloaded steno v0.4.1
12092026-06-01T14:47:00.436Z Downloaded zerocopy v0.6.6
12102026-06-01T14:47:00.439Z Downloaded yasna v0.5.2
12112026-06-01T14:47:00.442Z Downloaded unsafe-libyaml v0.2.11
12122026-06-01T14:47:00.445Z Downloaded vte v0.14.1
12132026-06-01T14:47:00.445Z Downloaded rustyline v14.0.0
12142026-06-01T14:47:00.448Z Downloaded tracing-core v0.1.36
12152026-06-01T14:47:00.451Z Downloaded rpassword v7.4.0
12162026-06-01T14:47:00.451Z Downloaded h2 v0.4.13
12172026-06-01T14:47:00.461Z Downloaded typify v0.6.2
12182026-06-01T14:47:00.463Z Downloaded ssh-key v0.6.7
12192026-06-01T14:47:00.467Z Downloaded tungstenite v0.23.0
12202026-06-01T14:47:00.470Z Downloaded typify v0.4.3
12212026-06-01T14:47:00.472Z Downloaded uuid v1.23.0
12222026-06-01T14:47:00.476Z Downloaded toml_edit v0.19.15
12232026-06-01T14:47:00.482Z Downloaded reedline v0.40.0
12242026-06-01T14:47:00.486Z Downloaded tokio-postgres v0.7.16
12252026-06-01T14:47:00.489Z Downloaded blake3 v1.8.3
12262026-06-01T14:47:00.495Z Downloaded bitvec v1.0.1
12272026-06-01T14:47:00.503Z Downloaded zopfli v0.8.3
12282026-06-01T14:47:00.506Z Downloaded portable-atomic v1.13.1
12292026-06-01T14:47:00.511Z Downloaded serde_with v1.14.0
12302026-06-01T14:47:00.514Z Downloaded zip v0.6.6
12312026-06-01T14:47:00.517Z Downloaded p384 v0.13.1
12322026-06-01T14:47:00.520Z Downloaded git2 v0.20.4
12332026-06-01T14:47:00.523Z Downloaded bindgen v0.71.1
12342026-06-01T14:47:00.527Z Downloaded unicode_categories v0.1.1
12352026-06-01T14:47:00.532Z Downloaded rayon v1.11.0
12362026-06-01T14:47:00.539Z Downloaded reqwest v0.13.2
12372026-06-01T14:47:00.543Z Downloaded reqwest v0.12.28
12382026-06-01T14:47:00.547Z Downloaded zerocopy-derive v0.8.40
12392026-06-01T14:47:00.551Z Downloaded salty v0.3.0
12402026-06-01T14:47:00.564Z Downloaded chrono v0.4.44
12412026-06-01T14:47:00.567Z Downloaded x509-cert v0.2.5
12422026-06-01T14:47:00.571Z Downloaded regex v1.12.3
12432026-06-01T14:47:00.574Z Downloaded unicode-segmentation v1.12.0
12442026-06-01T14:47:00.577Z Downloaded moka v0.12.13
12452026-06-01T14:47:00.585Z Downloaded typed-path v0.9.3
12462026-06-01T14:47:00.589Z Downloaded unicode-normalization v0.1.25
12472026-06-01T14:47:00.591Z Downloaded tower v0.5.3
12482026-06-01T14:47:00.597Z Downloaded serde_with v3.17.0
12492026-06-01T14:47:00.602Z Downloaded tower-http v0.6.8
12502026-06-01T14:47:00.606Z Downloaded goblin v0.10.5
12512026-06-01T14:47:00.611Z Downloaded yansi v1.0.1
12522026-06-01T14:47:00.616Z Downloaded quick-xml v0.37.5
12532026-06-01T14:47:00.616Z Downloaded lalrpop v0.19.12
12542026-06-01T14:47:00.634Z Downloaded quinn-proto v0.11.13
12552026-06-01T14:47:00.639Z Downloaded rustls-webpki v0.101.7
12562026-06-01T14:47:00.648Z Downloaded tough v0.22.0
12572026-06-01T14:47:00.653Z Downloaded zip v4.6.1
12582026-06-01T14:47:00.656Z Downloaded petname v2.0.2
12592026-06-01T14:47:00.659Z Downloaded tokio-util v0.7.18
12602026-06-01T14:47:00.664Z Downloaded object v0.30.4
12612026-06-01T14:47:00.670Z Downloaded curve25519-dalek v4.1.3
12622026-06-01T14:47:00.675Z Downloaded proptest v1.10.0
12632026-06-01T14:47:00.681Z Downloaded rustls-webpki v0.102.8
12642026-06-01T14:47:00.691Z Downloaded nix v0.27.1
12652026-06-01T14:47:00.697Z Downloaded polar-core v0.27.3
12662026-06-01T14:47:00.703Z Downloaded rustls v0.21.12
12672026-06-01T14:47:00.709Z Downloaded time v0.3.47
12682026-06-01T14:47:00.717Z Downloaded winnow v0.6.26
12692026-06-01T14:47:00.722Z Downloaded dropshot v0.17.0
12702026-06-01T14:47:00.735Z Downloaded winnow v0.5.40
12712026-06-01T14:47:00.740Z Downloaded regex-syntax v0.6.29
12722026-06-01T14:47:00.744Z Downloaded bstr v1.12.1
12732026-06-01T14:47:00.749Z Downloaded vcpkg v0.2.15
12742026-06-01T14:47:00.772Z Downloaded winnow v1.0.3
12752026-06-01T14:47:00.777Z Downloaded hickory-proto v0.24.4
12762026-06-01T14:47:00.787Z Downloaded openssl v0.10.79
12772026-06-01T14:47:00.792Z Downloaded smoltcp v0.11.0
12782026-06-01T14:47:00.800Z Downloaded zerocopy v0.8.40
12792026-06-01T14:47:00.805Z Downloaded smoltcp v0.9.1
12802026-06-01T14:47:00.811Z Downloaded rustix v0.38.44
12812026-06-01T14:47:00.825Z Downloaded regex-syntax v0.8.10
12822026-06-01T14:47:00.830Z Downloaded diesel v2.3.7
12832026-06-01T14:47:00.843Z Downloaded object v0.37.3
12842026-06-01T14:47:00.854Z Downloaded zlib-rs v0.6.2
12852026-06-01T14:47:00.855Z Downloaded webpki-roots v1.0.6
12862026-06-01T14:47:00.859Z Downloaded nix v0.28.0
12872026-06-01T14:47:00.862Z Downloaded openapiv3 v2.2.0
12882026-06-01T14:47:00.869Z Downloaded hickory-proto v0.25.2
12892026-06-01T14:47:00.881Z Downloaded rustls v0.22.4
12902026-06-01T14:47:00.886Z Downloaded regress v0.11.1
12912026-06-01T14:47:00.892Z Downloaded sled v0.34.7
12922026-06-01T14:47:00.898Z Downloaded rustls v0.23.37
12932026-06-01T14:47:00.905Z Downloaded regress v0.10.5
12942026-06-01T14:47:00.910Z Downloaded tracing v0.1.44
12952026-06-01T14:47:00.923Z Downloaded typify-impl v0.6.2
12962026-06-01T14:47:00.931Z Downloaded typify-impl v0.4.3
12972026-06-01T14:47:00.941Z Downloaded ratatui v0.29.0
12982026-06-01T14:47:00.953Z Downloaded nix v0.31.2
12992026-06-01T14:47:00.963Z Downloaded zerocopy-derive v0.6.6
13002026-06-01T14:47:00.969Z Downloaded sqlparser v0.61.0
13012026-06-01T14:47:00.975Z Downloaded tabled v0.20.0
13022026-06-01T14:47:00.987Z Downloaded radix_trie v0.2.1
13032026-06-01T14:47:01.013Z Downloaded csv v1.4.0
13042026-06-01T14:47:01.025Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-06-01T14:47:01.040Z Downloaded sha3 v0.10.8
13062026-06-01T14:47:01.052Z Downloaded regex-automata v0.4.14
13072026-06-01T14:47:01.085Z Downloaded encoding_rs v0.8.35
13082026-06-01T14:47:01.098Z Downloaded petgraph v0.6.5
13092026-06-01T14:47:01.109Z Downloaded jiff v0.2.21
13102026-06-01T14:47:01.120Z Downloaded chrono-tz v0.10.4
13112026-06-01T14:47:01.145Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-01T14:47:01.177Z Downloaded petgraph v0.8.3
13132026-06-01T14:47:01.190Z Downloaded libz-sys v1.1.24
13142026-06-01T14:47:01.209Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-01T14:47:01.222Z Downloaded tokio v1.52.1
13162026-06-01T14:47:01.292Z Downloaded ring v0.17.14
13172026-06-01T14:47:01.797Z Downloaded aws-lc-sys v0.40.0
13182026-06-01T14:47:02.048Z Compiling libc v0.2.185
13192026-06-01T14:47:02.048Z Compiling serde v1.0.228
13202026-06-01T14:47:02.051Z Compiling log v0.4.29
13212026-06-01T14:47:02.051Z Compiling shlex v1.3.0
13222026-06-01T14:47:02.051Z Compiling find-msvc-tools v0.1.9
13232026-06-01T14:47:02.210Z Compiling syn v2.0.117
13242026-06-01T14:47:02.220Z Compiling smallvec v1.15.1
13252026-06-01T14:47:02.223Z Compiling typenum v1.19.0
13262026-06-01T14:47:02.371Z Compiling generic-array v0.14.7
13272026-06-01T14:47:02.384Z Compiling subtle v2.6.1
13282026-06-01T14:47:02.430Z Compiling scopeguard v1.2.0
13292026-06-01T14:47:02.458Z Compiling const-oid v0.9.6
13302026-06-01T14:47:02.516Z Compiling lock_api v0.4.14
13312026-06-01T14:47:02.532Z Compiling serde_json v1.0.149
13322026-06-01T14:47:02.557Z Compiling zerocopy v0.8.40
13332026-06-01T14:47:02.620Z Compiling parking_lot_core v0.9.12
13342026-06-01T14:47:02.737Z Compiling pin-project-lite v0.2.17
13352026-06-01T14:47:02.834Z Compiling portable-atomic v1.13.1
13362026-06-01T14:47:02.867Z Compiling pkg-config v0.3.32
13372026-06-01T14:47:03.027Z Compiling getrandom v0.2.17
13382026-06-01T14:47:03.078Z Compiling jobserver v0.1.34
13392026-06-01T14:47:03.139Z Compiling errno v0.3.14
13402026-06-01T14:47:03.168Z Compiling rand_core v0.6.4
13412026-06-01T14:47:03.246Z Compiling signal-hook-registry v1.4.8
13422026-06-01T14:47:03.284Z Compiling cc v1.2.56
13432026-06-01T14:47:03.439Z Compiling bitflags v2.11.0
13442026-06-01T14:47:03.450Z Compiling critical-section v1.2.0
13452026-06-01T14:47:03.510Z Compiling futures-core v0.3.32
13462026-06-01T14:47:03.553Z Compiling libm v0.2.16
13472026-06-01T14:47:03.659Z Compiling parking_lot v0.12.5
13482026-06-01T14:47:03.662Z Compiling mio v1.2.0
13492026-06-01T14:47:03.692Z Compiling num-traits v0.2.19
13502026-06-01T14:47:03.834Z Compiling once_cell v1.21.3
13512026-06-01T14:47:03.865Z Compiling percent-encoding v2.3.2
13522026-06-01T14:47:04.045Z Compiling socket2 v0.6.3
13532026-06-01T14:47:04.059Z Compiling futures-sink v0.3.32
13542026-06-01T14:47:04.063Z Compiling futures-task v0.3.32
13552026-06-01T14:47:04.063Z Compiling getrandom v0.4.1
13562026-06-01T14:47:04.144Z Compiling futures-channel v0.3.32
13572026-06-01T14:47:04.160Z Compiling futures-io v0.3.32
13582026-06-01T14:47:04.238Z Compiling slab v0.4.12
13592026-06-01T14:47:04.315Z Compiling cpufeatures v0.2.17
13602026-06-01T14:47:04.369Z Compiling rand_core v0.10.0
13612026-06-01T14:47:04.388Z Compiling indexmap v2.14.0
13622026-06-01T14:47:04.421Z Compiling rustversion v1.0.22
13632026-06-01T14:47:04.435Z Compiling getrandom v0.3.4
13642026-06-01T14:47:04.450Z Compiling form_urlencoded v1.2.2
13652026-06-01T14:47:04.618Z Compiling cmake v0.1.57
13662026-06-01T14:47:04.830Z Compiling dunce v1.0.5
13672026-06-01T14:47:04.865Z Compiling fs_extra v1.3.0
13682026-06-01T14:47:05.101Z Compiling synstructure v0.13.2
13692026-06-01T14:47:05.130Z Compiling base64ct v1.8.3
13702026-06-01T14:47:05.146Z Compiling aws-lc-sys v0.40.0
13712026-06-01T14:47:05.176Z Compiling ident_case v1.0.1
13722026-06-01T14:47:05.302Z Compiling flagset v0.4.7
13732026-06-01T14:47:05.429Z Compiling pem-rfc7468 v0.7.0
13742026-06-01T14:47:05.443Z Compiling iana-time-zone v0.1.65
13752026-06-01T14:47:05.511Z Compiling regex-syntax v0.8.10
13762026-06-01T14:47:05.530Z Compiling rustix v1.1.3
13772026-06-01T14:47:05.544Z Compiling rand_core v0.9.5
13782026-06-01T14:47:05.654Z Compiling ring v0.17.14
13792026-06-01T14:47:05.736Z Compiling aws-lc-rs v1.16.3
13802026-06-01T14:47:05.750Z Compiling vcpkg v0.2.15
13812026-06-01T14:47:05.833Z Compiling uuid v1.23.0
13822026-06-01T14:47:06.022Z Compiling rustc_version v0.4.1
13832026-06-01T14:47:06.359Z Compiling tracing-core v0.1.36
13842026-06-01T14:47:06.496Z Compiling openssl-sys v0.9.115
13852026-06-01T14:47:06.547Z Compiling base64 v0.22.1
13862026-06-01T14:47:06.835Z Compiling serde_derive v1.0.228
13872026-06-01T14:47:06.887Z Compiling zeroize_derive v1.4.3
13882026-06-01T14:47:06.920Z Compiling zerofrom-derive v0.1.6
13892026-06-01T14:47:07.035Z Compiling yoke-derive v0.8.1
13902026-06-01T14:47:07.300Z Compiling zerocopy-derive v0.8.40
13912026-06-01T14:47:07.536Z Compiling zeroize v1.8.2
13922026-06-01T14:47:07.920Z Compiling zerovec-derive v0.11.2
13932026-06-01T14:47:08.223Z Compiling displaydoc v0.2.5
13942026-06-01T14:47:08.308Z Compiling crypto-common v0.1.7
13952026-06-01T14:47:08.337Z Compiling zerofrom v0.1.6
13962026-06-01T14:47:08.456Z Compiling yoke v0.8.1
13972026-06-01T14:47:08.470Z Compiling block-buffer v0.10.4
13982026-06-01T14:47:08.637Z Compiling digest v0.10.7
13992026-06-01T14:47:08.653Z Compiling tokio-macros v2.7.0
14002026-06-01T14:47:08.896Z Compiling futures-macro v0.3.32
14012026-06-01T14:47:08.971Z Compiling zerotrie v0.2.3
14022026-06-01T14:47:09.052Z Compiling zerovec v0.11.5
14032026-06-01T14:47:09.264Z Compiling hmac v0.12.1
14042026-06-01T14:47:09.376Z Compiling block-padding v0.3.3
14052026-06-01T14:47:09.421Z Compiling sha2 v0.10.9
14062026-06-01T14:47:09.531Z Compiling tinystr v0.8.2
14072026-06-01T14:47:09.551Z Compiling potential_utf v0.1.4
14082026-06-01T14:47:09.687Z Compiling icu_locale_core v2.1.1
14092026-06-01T14:47:09.713Z Compiling icu_collections v2.1.1
14102026-06-01T14:47:09.730Z Compiling futures-util v0.3.32
14112026-06-01T14:47:10.230Z Compiling inout v0.1.4
14122026-06-01T14:47:10.318Z Compiling bytes v1.11.1
14132026-06-01T14:47:10.348Z Compiling icu_provider v2.1.1
14142026-06-01T14:47:10.401Z Compiling cipher v0.4.4
14152026-06-01T14:47:10.598Z Compiling icu_normalizer v2.1.1
14162026-06-01T14:47:10.645Z Compiling icu_properties v2.1.2
14172026-06-01T14:47:10.667Z Compiling der_derive v0.7.3
14182026-06-01T14:47:10.867Z Compiling tokio v1.52.1
14192026-06-01T14:47:10.928Z Compiling http v1.4.0
14202026-06-01T14:47:11.138Z Compiling chrono v0.4.44
14212026-06-01T14:47:11.633Z Compiling idna_adapter v1.2.1
14222026-06-01T14:47:11.739Z Compiling idna v1.1.0
14232026-06-01T14:47:11.770Z Compiling ppv-lite86 v0.2.21
14242026-06-01T14:47:11.830Z Compiling der v0.7.10
14252026-06-01T14:47:11.866Z Compiling salsa20 v0.10.2
14262026-06-01T14:47:12.005Z Compiling pbkdf2 v0.12.2
14272026-06-01T14:47:12.069Z Compiling url v2.5.8
14282026-06-01T14:47:12.082Z Compiling rustls-pki-types v1.14.0
14292026-06-01T14:47:12.117Z Compiling thiserror-impl v2.0.18
14302026-06-01T14:47:12.376Z Compiling tracing-attributes v0.1.31
14312026-06-01T14:47:12.499Z Compiling scrypt v0.11.0
14322026-06-01T14:47:12.519Z Compiling rand_chacha v0.9.0
14332026-06-01T14:47:12.749Z Compiling spki v0.7.3
14342026-06-01T14:47:12.835Z Compiling http-body v1.0.1
14352026-06-01T14:47:12.952Z Compiling cbc v0.1.2
14362026-06-01T14:47:12.986Z Compiling aes v0.8.4
14372026-06-01T14:47:13.066Z Compiling openssl-probe v0.2.1
14382026-06-01T14:47:13.096Z Compiling untrusted v0.9.0
14392026-06-01T14:47:13.209Z Compiling httparse v1.10.1
14402026-06-01T14:47:13.223Z Compiling tinyvec_macros v0.1.1
14412026-06-01T14:47:13.236Z Compiling untrusted v0.7.1
14422026-06-01T14:47:13.290Z Compiling tinyvec v1.10.0
14432026-06-01T14:47:13.413Z Compiling thiserror v2.0.18
14442026-06-01T14:47:13.518Z Compiling pkcs5 v0.7.1
14452026-06-01T14:47:13.587Z Compiling pest_generator v2.8.6
14462026-06-01T14:47:13.627Z Compiling rand v0.9.2
14472026-06-01T14:47:13.664Z Compiling tracing v0.1.44
14482026-06-01T14:47:13.927Z Compiling serde_derive_internals v0.29.1
14492026-06-01T14:47:13.985Z Compiling aho-corasick v1.1.4
14502026-06-01T14:47:14.017Z Compiling atomic-waker v1.1.2
14512026-06-01T14:47:14.142Z Compiling tower-layer v0.3.3
14522026-06-01T14:47:14.274Z Compiling schemars v0.8.22
14532026-06-01T14:47:14.306Z Compiling dyn-clone v1.0.20
14542026-06-01T14:47:14.412Z Compiling rustls v0.23.37
14552026-06-01T14:47:14.440Z Compiling try-lock v0.2.5
14562026-06-01T14:47:14.467Z Compiling tower-service v0.3.3
14572026-06-01T14:47:14.548Z Compiling tokio-util v0.7.18
14582026-06-01T14:47:14.562Z Compiling want v0.3.1
14592026-06-01T14:47:14.595Z Compiling pest_derive v2.8.6
14602026-06-01T14:47:14.723Z Compiling pkcs8 v0.10.2
14612026-06-01T14:47:14.854Z Compiling schemars_derive v0.8.22
14622026-06-01T14:47:15.058Z Compiling regex-automata v0.4.14
14632026-06-01T14:47:15.135Z Compiling ipnet v2.11.0
14642026-06-01T14:47:15.368Z Compiling h2 v0.4.13
14652026-06-01T14:47:15.643Z Compiling scroll_derive v0.13.1
14662026-06-01T14:47:15.648Z Compiling darling_core v0.20.11
14672026-06-01T14:47:15.697Z Compiling pin-utils v0.1.0
14682026-06-01T14:47:15.772Z Compiling httpdate v1.0.3
14692026-06-01T14:47:15.993Z Compiling foreign-types-shared v0.1.1
14702026-06-01T14:47:16.082Z Compiling openssl v0.10.79
14712026-06-01T14:47:16.106Z Compiling tempfile v3.25.0
14722026-06-01T14:47:16.444Z Compiling scroll v0.13.0
14732026-06-01T14:47:16.471Z Compiling foreign-types v0.3.2
14742026-06-01T14:47:16.486Z Compiling unicode-normalization v0.1.25
14752026-06-01T14:47:16.704Z Compiling openssl-macros v0.1.1
14762026-06-01T14:47:16.933Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-01T14:47:16.947Z Compiling socket2 v0.5.10
14782026-06-01T14:47:17.092Z Compiling spin v0.9.8
14792026-06-01T14:47:17.297Z Compiling time-core v0.1.8
14802026-06-01T14:47:17.314Z Compiling native-tls v0.2.18
14812026-06-01T14:47:17.343Z Compiling powerfmt v0.2.0
14822026-06-01T14:47:17.442Z Compiling num-conv v0.2.0
14832026-06-01T14:47:17.513Z Compiling crc32fast v1.5.0
14842026-06-01T14:47:17.564Z Compiling deranged v0.5.8
14852026-06-01T14:47:17.577Z Compiling time-macros v0.2.27
14862026-06-01T14:47:17.899Z Compiling darling_macro v0.20.11
14872026-06-01T14:47:18.360Z Compiling hyper v1.8.1
14882026-06-01T14:47:18.518Z Compiling darling v0.20.11
14892026-06-01T14:47:18.601Z Compiling goblin v0.10.5
14902026-06-01T14:47:18.616Z Compiling rustls-native-certs v0.8.3
14912026-06-01T14:47:18.902Z Compiling sync_wrapper v1.0.2
14922026-06-01T14:47:19.012Z Compiling wait-timeout v0.2.1
14932026-06-01T14:47:19.119Z Compiling syn v1.0.109
14942026-06-01T14:47:19.277Z Compiling quick-error v1.2.3
14952026-06-01T14:47:19.291Z Compiling siphasher v1.0.2
14962026-06-01T14:47:19.383Z Compiling simd-adler32 v0.3.8
14972026-06-01T14:47:19.420Z Compiling hyper-util v0.1.20
14982026-06-01T14:47:19.475Z Compiling usdt-impl v0.6.0
14992026-06-01T14:47:19.636Z Compiling unicode-segmentation v1.12.0
15002026-06-01T14:47:19.674Z Compiling crossbeam-utils v0.8.21
15012026-06-01T14:47:19.927Z Compiling bit-vec v0.8.0
15022026-06-01T14:47:20.016Z Compiling num_threads v0.1.7
15032026-06-01T14:47:20.111Z Compiling bit-set v0.8.0
15042026-06-01T14:47:20.159Z Compiling time v0.3.47
15052026-06-01T14:47:20.341Z Compiling rusty-fork v0.3.1
15062026-06-01T14:47:20.392Z Compiling tower v0.5.3
15072026-06-01T14:47:20.658Z Compiling derive_builder_core v0.20.2
15082026-06-01T14:47:20.873Z Compiling dtrace-parser v0.3.0
15092026-06-01T14:47:21.030Z Compiling http-body-util v0.1.3
15102026-06-01T14:47:21.217Z Compiling webpki-roots v1.0.6
15112026-06-01T14:47:21.277Z Compiling signature v2.2.0
15122026-06-01T14:47:21.338Z Compiling dof v0.4.0
15132026-06-01T14:47:21.456Z Compiling scroll_derive v0.12.1
15142026-06-01T14:47:21.533Z Compiling thiserror-impl v1.0.69
15152026-06-01T14:47:21.617Z Compiling heapless v0.7.17
15162026-06-01T14:47:21.731Z Compiling rand_xorshift v0.4.0
15172026-06-01T14:47:21.852Z Compiling slog v2.8.2
15182026-06-01T14:47:21.894Z Compiling darling_core v0.21.3
15192026-06-01T14:47:22.030Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-01T14:47:22.102Z Compiling thread-id v5.1.0
15212026-06-01T14:47:22.186Z Compiling cookie v0.18.1
15222026-06-01T14:47:22.299Z Compiling iri-string v0.7.10
15232026-06-01T14:47:22.365Z Compiling unicode-bidi v0.3.18
15242026-06-01T14:47:22.487Z Compiling allocator-api2 v0.2.21
15252026-06-01T14:47:22.758Z Compiling unicode-properties v0.1.4
15262026-06-01T14:47:22.809Z Compiling paste v1.0.15
15272026-06-01T14:47:22.827Z Compiling adler2 v2.0.1
15282026-06-01T14:47:22.893Z Compiling signal-hook v0.3.18
15292026-06-01T14:47:22.955Z Compiling anyhow v1.0.102
15302026-06-01T14:47:22.970Z Compiling ryu v1.0.23
15312026-06-01T14:47:23.059Z Compiling zstd-safe v7.2.4
15322026-06-01T14:47:23.073Z Compiling unarray v0.1.4
15332026-06-01T14:47:23.139Z Compiling serde_urlencoded v0.7.1
15342026-06-01T14:47:23.176Z Compiling proptest v1.10.0
15352026-06-01T14:47:23.314Z Compiling miniz_oxide v0.8.9
15362026-06-01T14:47:23.384Z Compiling stringprep v0.1.5
15372026-06-01T14:47:23.473Z Compiling tower-http v0.6.8
15382026-06-01T14:47:23.774Z Compiling thiserror v1.0.69
15392026-06-01T14:47:23.874Z Compiling scroll v0.12.0
15402026-06-01T14:47:23.974Z Compiling derive_builder_macro v0.20.2
15412026-06-01T14:47:24.356Z Compiling darling_macro v0.21.3
15422026-06-01T14:47:24.425Z Compiling tokio-native-tls v0.3.1
15432026-06-01T14:47:24.453Z Compiling heck v0.4.1
15442026-06-01T14:47:24.591Z Compiling bstr v1.12.1
15452026-06-01T14:47:24.606Z Compiling ipnetwork v0.21.1
15462026-06-01T14:47:24.670Z Compiling rand_chacha v0.3.1
15472026-06-01T14:47:24.827Z Compiling serde_spanned v0.6.9
15482026-06-01T14:47:24.968Z Compiling toml_datetime v0.6.11
15492026-06-01T14:47:24.982Z Compiling serde_tokenstream v0.2.3
15502026-06-01T14:47:25.018Z Compiling erased-serde v0.3.31
15512026-06-01T14:47:25.236Z Compiling md-5 v0.10.6
15522026-06-01T14:47:25.294Z Compiling pin-project-internal v1.1.11
15532026-06-01T14:47:25.298Z Compiling async-trait v0.1.89
15542026-06-01T14:47:25.400Z Compiling zerocopy-derive v0.7.35
15552026-06-01T14:47:25.503Z Compiling curve25519-dalek v4.1.3
15562026-06-01T14:47:25.535Z Compiling vergen-lib v9.1.0
15572026-06-01T14:47:25.716Z Compiling num-integer v0.1.46
15582026-06-01T14:47:25.841Z Compiling hash32 v0.2.1
15592026-06-01T14:47:26.038Z Compiling ff v0.13.1
15602026-06-01T14:47:26.052Z Compiling memoffset v0.9.1
15612026-06-01T14:47:26.182Z Compiling encoding_rs v0.8.35
15622026-06-01T14:47:26.242Z Compiling litrs v1.0.0
15632026-06-01T14:47:26.269Z Compiling cfg_aliases v0.2.1
15642026-06-01T14:47:26.336Z Compiling mime v0.3.17
15652026-06-01T14:47:26.351Z Compiling zlib-rs v0.6.2
15662026-06-01T14:47:26.415Z Compiling psl-types v2.0.11
15672026-06-01T14:47:26.545Z Compiling num-bigint-dig v0.8.6
15682026-06-01T14:47:26.594Z Compiling fallible-iterator v0.2.0
15692026-06-01T14:47:26.730Z Compiling smoltcp v0.9.1
15702026-06-01T14:47:26.751Z Compiling rustix v0.38.44
15712026-06-01T14:47:26.904Z Compiling base16ct v0.2.0
15722026-06-01T14:47:27.059Z Compiling ref-cast v1.0.25
15732026-06-01T14:47:27.112Z Compiling sec1 v0.7.3
15742026-06-01T14:47:27.187Z Compiling postgres-protocol v0.6.10
15752026-06-01T14:47:27.388Z Compiling document-features v0.2.12
15762026-06-01T14:47:27.428Z Compiling publicsuffix v2.3.0
15772026-06-01T14:47:27.603Z Compiling pin-project v1.1.11
15782026-06-01T14:47:27.673Z Compiling nix v0.31.2
15792026-06-01T14:47:27.704Z Compiling zerocopy v0.7.35
15802026-06-01T14:47:27.828Z Compiling group v0.13.0
15812026-06-01T14:47:28.005Z Compiling num-iter v0.1.45
15822026-06-01T14:47:28.052Z Compiling hubpack_derive v0.1.1
15832026-06-01T14:47:28.124Z Compiling newtype-uuid v1.3.2
15842026-06-01T14:47:28.238Z Compiling rand v0.8.6
15852026-06-01T14:47:28.416Z Compiling oxnet v0.1.5
15862026-06-01T14:47:28.445Z Compiling darling v0.21.3
15872026-06-01T14:47:28.488Z Compiling snafu-derive v0.8.9
15882026-06-01T14:47:28.533Z Compiling hyper-tls v0.6.0
15892026-06-01T14:47:28.753Z Compiling derive_builder v0.20.2
15902026-06-01T14:47:28.803Z Compiling goblin v0.8.2
15912026-06-01T14:47:29.260Z Compiling flate2 v1.1.9
15922026-06-01T14:47:29.384Z Compiling phf_shared v0.13.1
15932026-06-01T14:47:29.549Z Compiling lazy_static v1.5.0
15942026-06-01T14:47:29.621Z Compiling regex v1.12.3
15952026-06-01T14:47:29.644Z Compiling anstyle-parse v0.2.7
15962026-06-01T14:47:29.670Z Compiling strum_macros v0.27.2
15972026-06-01T14:47:29.878Z Compiling futures-executor v0.3.32
15982026-06-01T14:47:29.878Z Compiling hex v0.4.3
15992026-06-01T14:47:30.103Z Compiling hkdf v0.12.4
16002026-06-01T14:47:30.137Z Compiling crypto-bigint v0.5.5
16012026-06-01T14:47:30.159Z Compiling terminal_size v0.4.3
16022026-06-01T14:47:30.273Z Compiling daft-derive v0.1.7
16032026-06-01T14:47:30.303Z Compiling ref-cast-impl v1.0.25
16042026-06-01T14:47:30.376Z Compiling curve25519-dalek-derive v0.1.1
16052026-06-01T14:47:30.845Z Compiling vergen v9.1.0
16062026-06-01T14:47:30.998Z Compiling fs-err v3.3.0
16072026-06-01T14:47:31.025Z Compiling cargo-platform v0.3.2
16082026-06-01T14:47:31.028Z Compiling ahash v0.8.12
16092026-06-01T14:47:31.182Z Compiling bumpalo v3.20.2
16102026-06-01T14:47:31.226Z Compiling bitflags v1.3.2
16112026-06-01T14:47:31.304Z Compiling managed v0.8.0
16122026-06-01T14:47:31.319Z Compiling foldhash v0.1.5
16132026-06-01T14:47:31.433Z Compiling foldhash v0.2.0
16142026-06-01T14:47:31.484Z Compiling winnow v0.5.40
16152026-06-01T14:47:31.515Z Compiling same-file v1.0.6
16162026-06-01T14:47:31.657Z Compiling object v0.37.3
16172026-06-01T14:47:31.676Z Compiling libbz2-rs-sys v0.2.2
16182026-06-01T14:47:31.692Z Compiling strum v0.27.2
16192026-06-01T14:47:31.818Z Compiling walkdir v2.5.0
16202026-06-01T14:47:31.990Z Compiling hashbrown v0.16.1
16212026-06-01T14:47:32.130Z Compiling bzip2 v0.6.1
16222026-06-01T14:47:32.267Z Compiling clap_builder v4.6.0
16232026-06-01T14:47:32.354Z Compiling hashbrown v0.15.5
16242026-06-01T14:47:32.354Z Compiling zopfli v0.8.3
16252026-06-01T14:47:32.628Z Compiling cargo_metadata v0.23.1
16262026-06-01T14:47:32.888Z Compiling toml_edit v0.19.15
16272026-06-01T14:47:33.001Z Compiling elliptic-curve v0.13.8
16282026-06-01T14:47:33.016Z Compiling dof v0.3.0
16292026-06-01T14:47:33.395Z Compiling daft v0.1.7
16302026-06-01T14:47:33.721Z Compiling snafu v0.8.9
16312026-06-01T14:47:33.783Z Compiling futures v0.3.32
16322026-06-01T14:47:33.866Z Compiling anstream v0.6.21
16332026-06-01T14:47:34.078Z Compiling phf v0.13.1
16342026-06-01T14:47:34.172Z Compiling signal-hook-mio v0.2.5
16352026-06-01T14:47:34.258Z Compiling cookie_store v0.22.1
16362026-06-01T14:47:34.287Z Compiling zstd v0.13.3
16372026-06-01T14:47:34.548Z Compiling bzip2 v0.4.4
16382026-06-01T14:47:34.592Z Compiling serde_with_macros v3.17.0
16392026-06-01T14:47:34.759Z Compiling hubpack v0.1.2
16402026-06-01T14:47:35.002Z Compiling postgres-types v0.2.12
16412026-06-01T14:47:35.287Z Compiling usdt-attr-macro v0.6.0
16422026-06-01T14:47:35.542Z Compiling usdt-macro v0.6.0
16432026-06-01T14:47:35.564Z Compiling globset v0.4.18
16442026-06-01T14:47:35.766Z Compiling dtrace-parser v0.2.0
16452026-06-01T14:47:36.089Z Compiling ed25519 v2.2.3
16462026-06-01T14:47:36.152Z Compiling phf_shared v0.11.3
16472026-06-01T14:47:36.167Z Compiling olpc-cjson v0.1.4
16482026-06-01T14:47:36.254Z Compiling pkcs1 v0.7.5
16492026-06-01T14:47:36.276Z Compiling clap_derive v4.6.1
16502026-06-01T14:47:36.322Z Compiling enum-as-inner v0.6.1
16512026-06-01T14:47:36.336Z Compiling strum_macros v0.26.4
16522026-06-01T14:47:36.516Z Compiling serde-big-array v0.5.1
16532026-06-01T14:47:36.650Z Compiling serde_plain v1.0.2
16542026-06-01T14:47:36.665Z Compiling rfc6979 v0.4.0
16552026-06-01T14:47:36.804Z Compiling async-recursion v1.1.1
16562026-06-01T14:47:36.819Z Compiling serde_repr v0.1.20
16572026-06-01T14:47:36.848Z Compiling pem v3.0.6
16582026-06-01T14:47:36.986Z Compiling float-cmp v0.10.0
16592026-06-01T14:47:37.137Z Compiling thread-id v4.2.2
16602026-06-01T14:47:37.169Z Compiling memmap2 v0.9.10
16612026-06-01T14:47:37.219Z Compiling env_filter v1.0.0
16622026-06-01T14:47:37.337Z Compiling data-encoding v2.10.0
16632026-06-01T14:47:37.380Z Compiling typed-path v0.9.3
16642026-06-01T14:47:37.444Z Compiling normalize-line-endings v0.3.0
16652026-06-01T14:47:37.521Z Compiling precomputed-hash v0.1.1
16662026-06-01T14:47:37.540Z Compiling fixedbitset v0.5.7
16672026-06-01T14:47:37.610Z Compiling whoami v2.1.0
16682026-06-01T14:47:37.842Z Compiling jiff v0.2.21
16692026-06-01T14:47:37.982Z Compiling static_assertions v1.1.0
16702026-06-01T14:47:38.025Z Compiling keccak v0.1.6
16712026-06-01T14:47:38.042Z Compiling predicates-core v1.0.10
16722026-06-01T14:47:38.056Z Compiling new_debug_unreachable v1.0.6
16732026-06-01T14:47:38.061Z Compiling fixedbitset v0.4.2
16742026-06-01T14:47:38.129Z Compiling difflib v0.4.0
16752026-06-01T14:47:38.217Z Compiling petgraph v0.6.5
16762026-06-01T14:47:38.284Z Compiling sha3 v0.10.8
16772026-06-01T14:47:38.607Z Compiling predicates v3.1.4
16782026-06-01T14:47:38.690Z Compiling string_cache v0.8.9
16792026-06-01T14:47:38.739Z Compiling toml_edit v0.22.27
16802026-06-01T14:47:38.826Z Compiling strum v0.26.3
16812026-06-01T14:47:38.915Z Compiling clap v4.6.1
16822026-06-01T14:47:38.957Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-06-01T14:47:39.000Z Compiling tokio-postgres v0.7.16
16842026-06-01T14:47:39.271Z Compiling petgraph v0.8.3
16852026-06-01T14:47:39.633Z Compiling hickory-proto v0.25.2
16862026-06-01T14:47:39.701Z Compiling env_logger v0.11.9
16872026-06-01T14:47:40.111Z Compiling usdt v0.6.0
16882026-06-01T14:47:40.367Z Compiling usdt-impl v0.5.0
16892026-06-01T14:47:40.963Z Compiling zip v4.6.1
16902026-06-01T14:47:41.234Z Compiling ecdsa v0.16.9
16912026-06-01T14:47:41.245Z Compiling rsa v0.9.10
16922026-06-01T14:47:41.498Z Compiling ed25519-dalek v2.2.0
16932026-06-01T14:47:41.614Z Compiling crossterm v0.28.1
16942026-06-01T14:47:41.823Z Compiling serde_with v3.17.0
16952026-06-01T14:47:42.048Z Compiling zip v0.6.6
16962026-06-01T14:47:42.574Z Compiling toml v0.7.8
16972026-06-01T14:47:42.617Z Compiling iddqd v0.4.2
16982026-06-01T14:47:43.393Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-06-01T14:47:43.411Z Compiling similar v2.7.0
17002026-06-01T14:47:43.517Z Compiling crossbeam-epoch v0.9.18
17012026-06-01T14:47:43.853Z Compiling tokio-stream v0.1.18
17022026-06-01T14:47:43.891Z Compiling buf-list v1.1.2
17032026-06-01T14:47:44.026Z Compiling x509-cert v0.2.5
17042026-06-01T14:47:44.169Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-06-01T14:47:44.277Z Compiling openapiv3 v2.2.0
17062026-06-01T14:47:44.327Z Compiling sha1 v0.10.6
17072026-06-01T14:47:44.359Z Compiling either v1.15.0
17082026-06-01T14:47:44.469Z Compiling lalrpop-util v0.19.12
17092026-06-01T14:47:44.546Z Compiling peg-runtime v0.8.5
17102026-06-01T14:47:44.550Z Compiling thread_local v1.1.9
17112026-06-01T14:47:44.572Z Compiling slog-async v2.8.0
17122026-06-01T14:47:44.654Z Compiling crossbeam-channel v0.5.15
17132026-06-01T14:47:44.845Z Compiling is-terminal v0.4.17
17142026-06-01T14:47:44.848Z Compiling filetime v0.2.27
17152026-06-01T14:47:44.918Z Compiling take_mut v0.2.2
17162026-06-01T14:47:44.941Z Compiling term v1.2.1
17172026-06-01T14:47:45.030Z Compiling xattr v1.6.1
17182026-06-01T14:47:45.199Z Compiling tar v0.4.45
17192026-06-01T14:47:45.508Z Compiling slog-term v2.9.2
17202026-06-01T14:47:55.299Z Compiling rustls-webpki v0.103.9
17212026-06-01T14:47:58.077Z Compiling tokio-rustls v0.26.4
17222026-06-01T14:47:58.077Z Compiling rustls-platform-verifier v0.6.2
17232026-06-01T14:47:58.281Z Compiling hyper-rustls v0.27.7
17242026-06-01T14:47:58.485Z Compiling reqwest v0.12.28
17252026-06-01T14:47:58.499Z Compiling reqwest v0.13.2
17262026-06-01T14:47:59.770Z Compiling tough v0.22.0
17272026-06-01T14:48:02.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-01T14:48:02.529Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-01T14:48:05.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-01T14:48:05.562Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-06-01T14:48:05.617ZJun 01 14:48:04.819 INFO Starting download, target: Cockroach
17322026-06-01T14:48:05.617ZJun 01 14:48:04.819 INFO Starting download, target: DendriteStub
17332026-06-01T14:48:05.617ZJun 01 14:48:04.819 INFO Starting download, target: Console
17342026-06-01T14:48:05.617ZJun 01 14:48:04.819 INFO Starting download, target: Clickhouse
17352026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Starting download, target: MaghemiteMgd
17362026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Starting download, target: MaghemiteDdmd
17372026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Starting download, target: TransceiverControl
17382026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17402026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-06-01T14:48:05.621ZJun 01 14:48:04.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-06-01T14:48:06.112ZJun 01 14:48:05.248 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-06-01T14:48:06.277ZJun 01 14:48:05.456 INFO Download complete, target: TransceiverControl
17472026-06-01T14:48:06.635ZJun 01 14:48:05.833 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-01T14:48:06.865ZJun 01 14:48:06.061 INFO Download complete, target: Console
17492026-06-01T14:48:07.762ZJun 01 14:48:06.962 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-06-01T14:48:07.781ZJun 01 14:48:06.964 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-06-01T14:48:07.841ZJun 01 14:48:07.040 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-06-01T14:48:07.919ZJun 01 14:48:07.119 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-01T14:48:08.205ZJun 01 14:48:07.407 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-01T14:48:08.205ZJun 01 14:48:07.407 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-01T14:48:09.812ZJun 01 14:48:09.014 INFO Download complete, target: MaghemiteDdmd
17562026-06-01T14:48:10.474ZJun 01 14:48:09.675 INFO Download complete, target: DendriteStub
17572026-06-01T14:48:10.518ZJun 01 14:48:09.718 INFO Download complete, target: MaghemiteMgd
17582026-06-01T14:48:12.953ZJun 01 14:48:12.154 INFO Checking that binary works, target: Cockroach
17592026-06-01T14:48:13.082ZJun 01 14:48:12.273 INFO Download complete, target: Cockroach
17602026-06-01T14:48:14.501ZJun 01 14:48:13.703 INFO Checking that binary works, target: Clickhouse
17612026-06-01T14:48:14.652ZJun 01 14:48:13.853 INFO Download complete, target: Clickhouse
17622026-06-01T14:48:14.670ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-01T14:48:14.673Z
17642026-06-01T14:48:14.673Zreal 2:21.728973907
17652026-06-01T14:48:14.673Zuser 6:58.882967471
17662026-06-01T14:48:14.673Zsys 1:24.278546957
17672026-06-01T14:48:14.673Ztrap 0.248395368
17682026-06-01T14:48:14.673Ztflt 0.709332277
17692026-06-01T14:48:14.673Zdflt 0.643723711
17702026-06-01T14:48:14.673Zkflt 0.025709420
17712026-06-01T14:48:14.673Zlock 21:41.571662143
17722026-06-01T14:48:14.673Zslp 21:31.149753111
17732026-06-01T14:48:14.673Zlat 43.331782925
17742026-06-01T14:48:14.673Zstop 1:56.704441945
17752026-06-01T14:48:14.674Z+ banner clippy
17762026-06-01T14:48:14.674Z
17772026-06-01T14:48:14.674Z #### # # ##### ##### # #
17782026-06-01T14:48:14.674Z # # # # # # # # # #
17792026-06-01T14:48:14.674Z # # # # # # # #
17802026-06-01T14:48:14.674Z # # # ##### ##### #
17812026-06-01T14:48:14.674Z # # # # # # #
17822026-06-01T14:48:14.674Z #### ###### # # # #
17832026-06-01T14:48:14.674Z
17842026-06-01T14:48:14.674Z+ export CARGO_INCREMENTAL=0
17852026-06-01T14:48:14.674Z+ CARGO_INCREMENTAL=0
17862026-06-01T14:48:14.674Z+ ptime -m cargo xtask clippy
17872026-06-01T14:48:15.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-06-01T14:48:15.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-06-01T14:48:17.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17902026-06-01T14:48:17.402Z Running `target/debug/xtask clippy`
17912026-06-01T14:48:17.429Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-06-01T14:48:18.074Z Downloading crates ...
17932026-06-01T14:48:18.270Z Downloaded addr2line v0.25.1
17942026-06-01T14:48:18.274Z Downloaded async-object-pool v0.2.0
17952026-06-01T14:48:18.277Z Downloaded backtrace-ext v0.2.1
17962026-06-01T14:48:18.284Z Downloaded async-lock v3.4.2
17972026-06-01T14:48:18.287Z Downloaded pathdiff v0.2.3
17982026-06-01T14:48:18.287Z Downloaded guppy-workspace-hack v0.1.0
17992026-06-01T14:48:18.287Z Downloaded tinytemplate v1.2.1
18002026-06-01T14:48:18.294Z Downloaded supports-color v2.1.0
18012026-06-01T14:48:18.300Z Downloaded stringmetrics v2.2.2
18022026-06-01T14:48:18.303Z Downloaded backtrace v0.3.76
18032026-06-01T14:48:18.306Z Downloaded supports-hyperlinks v2.1.0
18042026-06-01T14:48:18.309Z Downloaded terminal_size v0.1.17
18052026-06-01T14:48:18.309Z Downloaded target-triple v1.0.0
18062026-06-01T14:48:18.309Z Downloaded supports-unicode v2.1.0
18072026-06-01T14:48:18.312Z Downloaded miette-derive v5.10.0
18082026-06-01T14:48:18.312Z Downloaded linkme-impl v0.3.35
18092026-06-01T14:48:18.315Z Downloaded path-tree v0.8.3
18102026-06-01T14:48:18.315Z Downloaded anes v0.1.6
18112026-06-01T14:48:18.318Z Downloaded libtest-mimic v0.8.1
18122026-06-01T14:48:18.321Z Downloaded plotters-svg v0.3.7
18132026-06-01T14:48:18.321Z Downloaded plotters-backend v0.3.7
18142026-06-01T14:48:18.324Z Downloaded approx v0.5.1
18152026-06-01T14:48:18.327Z Downloaded constant_time_eq v0.3.1
18162026-06-01T14:48:18.327Z Downloaded escape8259 v0.5.3
18172026-06-01T14:48:18.330Z Downloaded similar-asserts v1.7.0
18182026-06-01T14:48:18.333Z Downloaded cast v0.3.0
18192026-06-01T14:48:18.333Z Downloaded serde_regex v1.1.0
18202026-06-01T14:48:18.335Z Downloaded tokio-test v0.4.5
18212026-06-01T14:48:18.335Z Downloaded knuffel-derive v3.2.0
18222026-06-01T14:48:18.335Z Downloaded concurrent-queue v2.5.0
18232026-06-01T14:48:18.338Z Downloaded rand_distr v0.5.1
18242026-06-01T14:48:18.341Z Downloaded linkme v0.3.35
18252026-06-01T14:48:18.345Z Downloaded termcolor v1.4.1
18262026-06-01T14:48:18.348Z Downloaded rust-argon2 v2.1.0
18272026-06-01T14:48:18.348Z Downloaded trybuild v1.0.116
18282026-06-01T14:48:18.351Z Downloaded relative-path v1.9.3
18292026-06-01T14:48:18.354Z Downloaded nested v0.1.1
18302026-06-01T14:48:18.354Z Downloaded assert-json-diff v2.0.2
18312026-06-01T14:48:18.357Z Downloaded parking v2.2.1
18322026-06-01T14:48:18.360Z Downloaded rustc-demangle v0.1.27
18332026-06-01T14:48:18.363Z Downloaded event-listener-strategy v0.5.4
18342026-06-01T14:48:18.363Z Downloaded owo-colors v3.5.0
18352026-06-01T14:48:18.363Z Downloaded criterion-plot v0.6.0
18362026-06-01T14:48:18.366Z Downloaded oorandom v11.1.5
18372026-06-01T14:48:18.369Z Downloaded assert_cmd v2.1.2
18382026-06-01T14:48:18.369Z Downloaded futures-timer v3.0.3
18392026-06-01T14:48:18.369Z Downloaded target-spec v3.5.7
18402026-06-01T14:48:18.372Z Downloaded hickory-client v0.25.2
18412026-06-01T14:48:18.376Z Downloaded target-lexicon v0.13.3
18422026-06-01T14:48:18.378Z Downloaded partial-io v0.5.4
18432026-06-01T14:48:18.378Z Downloaded knuffel v3.2.0
18442026-06-01T14:48:18.384Z Downloaded blake2b_simd v1.0.4
18452026-06-01T14:48:18.386Z Downloaded textwrap v0.15.2
18462026-06-01T14:48:18.386Z Downloaded datatest-stable v0.3.3
18472026-06-01T14:48:18.393Z Downloaded httptest v0.16.4
18482026-06-01T14:48:18.395Z Downloaded event-listener v5.4.1
18492026-06-01T14:48:18.395Z Downloaded rstest v0.25.0
18502026-06-01T14:48:18.398Z Downloaded cfg-expr v0.20.6
18512026-06-01T14:48:18.401Z Downloaded miette v5.10.0
18522026-06-01T14:48:18.405Z Downloaded fancy-regex v0.14.0
18532026-06-01T14:48:18.407Z Downloaded chumsky v0.9.3
18542026-06-01T14:48:18.411Z Downloaded rstest_macros v0.25.0
18552026-06-01T14:48:18.419Z Downloaded hashbrown v0.14.5
18562026-06-01T14:48:18.426Z Downloaded criterion v0.7.0
18572026-06-01T14:48:18.429Z Downloaded plotters v0.3.7
18582026-06-01T14:48:18.439Z Downloaded guppy v0.17.25
18592026-06-01T14:48:18.451Z Downloaded gimli v0.32.3
18602026-06-01T14:48:18.539Z Downloaded httpmock v0.8.3
18612026-06-01T14:48:20.318Z Checking cfg-if v1.0.4
18622026-06-01T14:48:20.697Z Checking libc v0.2.185
18632026-06-01T14:48:20.701Z Checking serde_core v1.0.228
18642026-06-01T14:48:20.773Z Checking memchr v2.8.0
18652026-06-01T14:48:20.815Z Checking smallvec v1.15.1
18662026-06-01T14:48:20.857Z Checking itoa v1.0.17
18672026-06-01T14:48:20.898Z Checking log v0.4.29
18682026-06-01T14:48:20.946Z Checking libm v0.2.16
18692026-06-01T14:48:20.988Z Checking zeroize v1.8.2
18702026-06-01T14:48:21.032Z Checking scopeguard v1.2.0
18712026-06-01T14:48:21.071Z Checking stable_deref_trait v1.2.1
18722026-06-01T14:48:21.112Z Checking zmij v1.0.21
18732026-06-01T14:48:21.152Z Checking errno v0.3.14
18742026-06-01T14:48:21.190Z Checking getrandom v0.2.17
18752026-06-01T14:48:21.226Z Checking lock_api v0.4.14
18762026-06-01T14:48:21.266Z Checking zerofrom v0.1.6
18772026-06-01T14:48:21.304Z Checking percent-encoding v2.3.2
18782026-06-01T14:48:21.343Z Checking litemap v0.8.1
18792026-06-01T14:48:21.346Z Checking writeable v0.6.2
18802026-06-01T14:48:21.414Z Checking yoke v0.8.1
18812026-06-01T14:48:21.455Z Checking icu_properties_data v2.1.2
18822026-06-01T14:48:21.458Z Checking icu_normalizer_data v2.1.1
18832026-06-01T14:48:21.530Z Checking form_urlencoded v1.2.2
18842026-06-01T14:48:21.568Z Checking utf8_iter v1.0.4
18852026-06-01T14:48:21.606Z Checking zerovec v0.11.5
18862026-06-01T14:48:21.609Z Checking zerotrie v0.2.3
18872026-06-01T14:48:21.679Z Checking num-traits v0.2.19
18882026-06-01T14:48:21.717Z Checking subtle v2.6.1
18892026-06-01T14:48:21.755Z Checking rand_core v0.10.0
18902026-06-01T14:48:21.798Z Checking pin-project-lite v0.2.17
18912026-06-01T14:48:21.833Z Checking rand_core v0.6.4
18922026-06-01T14:48:21.901Z Checking zerocopy v0.8.40
18932026-06-01T14:48:21.942Z Checking getrandom v0.4.1
18942026-06-01T14:48:21.981Z Checking parking_lot_core v0.9.12
18952026-06-01T14:48:22.029Z Checking portable-atomic v1.13.1
18962026-06-01T14:48:22.071Z Checking tinystr v0.8.2
18972026-06-01T14:48:22.072Z Checking potential_utf v0.1.4
18982026-06-01T14:48:22.146Z Checking signal-hook-registry v1.4.8
18992026-06-01T14:48:22.199Z Checking parking_lot v0.12.5
19002026-06-01T14:48:22.237Z Checking serde v1.0.228
19012026-06-01T14:48:22.237Z Checking serde_json v1.0.149
19022026-06-01T14:48:22.308Z Checking bitflags v2.11.0
19032026-06-01T14:48:22.311Z Checking icu_locale_core v2.1.1
19042026-06-01T14:48:22.379Z Checking icu_collections v2.1.1
19052026-06-01T14:48:22.417Z Checking critical-section v1.2.0
19062026-06-01T14:48:22.457Z Checking mio v1.2.0
19072026-06-01T14:48:22.517Z Checking typenum v1.19.0
19082026-06-01T14:48:22.559Z Checking once_cell v1.21.3
19092026-06-01T14:48:22.691Z Checking bytes v1.11.1
19102026-06-01T14:48:22.714Z Checking socket2 v0.6.3
19112026-06-01T14:48:22.765Z Checking iana-time-zone v0.1.65
19122026-06-01T14:48:22.818Z Checking uuid v1.23.0
19132026-06-01T14:48:22.905Z Checking chrono v0.4.44
19142026-06-01T14:48:22.909Z Checking icu_provider v2.1.1
19152026-06-01T14:48:22.991Z Checking semver v1.0.28
19162026-06-01T14:48:23.035Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-06-01T14:48:23.071Z Checking generic-array v0.14.7
19182026-06-01T14:48:23.134Z Checking tokio v1.52.1
19192026-06-01T14:48:23.174Z Checking thiserror v2.0.18
19202026-06-01T14:48:23.211Z Checking icu_normalizer v2.1.1
19212026-06-01T14:48:23.248Z Checking icu_properties v2.1.2
19222026-06-01T14:48:23.327Z Checking futures-core v0.3.32
19232026-06-01T14:48:23.373Z Checking dyn-clone v1.0.20
19242026-06-01T14:48:23.484Z Checking equivalent v1.0.2
19252026-06-01T14:48:23.521Z Checking const-oid v0.9.6
19262026-06-01T14:48:23.558Z Checking futures-sink v0.3.32
19272026-06-01T14:48:23.561Z Checking crypto-common v0.1.7
19282026-06-01T14:48:23.628Z Checking block-buffer v0.10.4
19292026-06-01T14:48:23.690Z Checking rustix v1.1.3
19302026-06-01T14:48:23.746Z Checking byteorder v1.5.0
19312026-06-01T14:48:23.798Z Checking futures-channel v0.3.32
19322026-06-01T14:48:23.802Z Checking futures-io v0.3.32
19332026-06-01T14:48:23.979Z Checking futures-task v0.3.32
19342026-06-01T14:48:23.982Z Checking slab v0.4.12
19352026-06-01T14:48:24.052Z Checking thiserror v1.0.69
19362026-06-01T14:48:24.087Z Checking idna_adapter v1.2.1
19372026-06-01T14:48:24.151Z Checking cpufeatures v0.2.17
19382026-06-01T14:48:24.190Z Checking hashbrown v0.17.0
19392026-06-01T14:48:24.227Z Checking digest v0.10.7
19402026-06-01T14:48:24.230Z Checking futures-util v0.3.32
19412026-06-01T14:48:24.300Z Checking idna v1.1.0
19422026-06-01T14:48:24.303Z Checking getrandom v0.3.4
19432026-06-01T14:48:24.457Z Checking fnv v1.0.7
19442026-06-01T14:48:24.510Z Checking regex-syntax v0.8.10
19452026-06-01T14:48:24.550Z Checking base64 v0.22.1
19462026-06-01T14:48:24.600Z Checking http v1.4.0
19472026-06-01T14:48:24.603Z Checking url v2.5.8
19482026-06-01T14:48:24.671Z Checking ppv-lite86 v0.2.21
19492026-06-01T14:48:24.707Z Checking indexmap v2.14.0
19502026-06-01T14:48:24.827Z Checking tracing-core v0.1.36
19512026-06-01T14:48:24.998Z Checking utf8parse v0.2.2
19522026-06-01T14:48:25.115Z Checking schemars v0.8.22
19532026-06-01T14:48:25.152Z Checking anstyle v1.0.14
19542026-06-01T14:48:25.188Z Checking tracing v0.1.44
19552026-06-01T14:48:25.226Z Checking ipnet v2.11.0
19562026-06-01T14:48:25.295Z Checking base64ct v1.8.3
19572026-06-01T14:48:25.363Z Checking colorchoice v1.0.4
19582026-06-01T14:48:25.424Z Checking is_terminal_polyfill v1.70.2
19592026-06-01T14:48:25.495Z Checking anstyle-query v1.1.5
19602026-06-01T14:48:25.533Z Checking unicode-ident v1.0.24
19612026-06-01T14:48:25.570Z Checking block-padding v0.3.3
19622026-06-01T14:48:25.573Z Checking untrusted v0.9.0
19632026-06-01T14:48:25.642Z Checking aho-corasick v1.1.4
19642026-06-01T14:48:25.680Z Checking proc-macro2 v1.0.106
19652026-06-01T14:48:25.737Z Checking inout v0.1.4
19662026-06-01T14:48:25.774Z Checking ring v0.17.14
19672026-06-01T14:48:25.812Z Checking anstyle-parse v1.0.0
19682026-06-01T14:48:25.860Z Checking terminal_size v0.4.3
19692026-06-01T14:48:25.908Z Checking cipher v0.4.4
19702026-06-01T14:48:25.995Z Checking crossbeam-utils v0.8.21
19712026-06-01T14:48:26.034Z Checking anstream v1.0.0
19722026-06-01T14:48:26.037Z Checking quote v1.0.45
19732026-06-01T14:48:26.148Z Checking rustls-pki-types v1.14.0
19742026-06-01T14:48:26.187Z Checking httparse v1.10.1
19752026-06-01T14:48:26.265Z Checking syn v2.0.117
19762026-06-01T14:48:26.268Z Checking clap_lex v1.0.0
19772026-06-01T14:48:26.343Z Checking regex-automata v0.4.14
19782026-06-01T14:48:26.346Z Checking tokio-util v0.7.18
19792026-06-01T14:48:26.417Z Checking strsim v0.11.1
19802026-06-01T14:48:26.453Z Checking pem-rfc7468 v0.7.0
19812026-06-01T14:48:26.490Z Checking sha2 v0.10.9
19822026-06-01T14:48:26.493Z Checking allocator-api2 v0.2.21
19832026-06-01T14:48:26.607Z Checking clap_builder v4.6.0
19842026-06-01T14:48:26.648Z Checking rand_core v0.9.5
19852026-06-01T14:48:26.806Z Checking hmac v0.12.1
19862026-06-01T14:48:26.820Z Checking powerfmt v0.2.0
19872026-06-01T14:48:26.856Z Checking http-body v1.0.1
19882026-06-01T14:48:26.895Z Checking atomic-waker v1.1.2
19892026-06-01T14:48:26.948Z Checking num-conv v0.2.0
19902026-06-01T14:48:27.001Z Checking deranged v0.5.8
19912026-06-01T14:48:27.038Z Checking num_threads v0.1.7
19922026-06-01T14:48:27.041Z Checking time-core v0.1.8
19932026-06-01T14:48:27.041Z Checking flagset v0.4.7
19942026-06-01T14:48:27.143Z Checking httpdate v1.0.3
19952026-06-01T14:48:27.180Z Checking try-lock v0.2.5
19962026-06-01T14:48:27.246Z Checking h2 v0.4.13
19972026-06-01T14:48:27.284Z Checking der v0.7.10
19982026-06-01T14:48:27.320Z Checking rand_chacha v0.9.0
19992026-06-01T14:48:27.323Z Checking want v0.3.1
20002026-06-01T14:48:27.509Z Checking anyhow v1.0.102
20012026-06-01T14:48:27.553Z Checking tower-service v0.3.3
20022026-06-01T14:48:27.675Z Checking ryu v1.0.23
20032026-06-01T14:48:27.744Z Checking pin-utils v0.1.0
20042026-06-01T14:48:27.837Z Checking clap v4.6.1
20052026-06-01T14:48:27.878Z Checking tower-layer v0.3.3
20062026-06-01T14:48:27.881Z Checking rand v0.9.2
20072026-06-01T14:48:27.949Z Checking time v0.3.47
20082026-06-01T14:48:27.988Z Checking erased-serde v0.3.31
20092026-06-01T14:48:28.034Z Checking spin v0.9.8
20102026-06-01T14:48:28.071Z Checking socket2 v0.5.10
20112026-06-01T14:48:28.151Z Checking mime v0.3.17
20122026-06-01T14:48:28.247Z Checking fastrand v2.3.0
20132026-06-01T14:48:28.336Z Checking spki v0.7.3
20142026-06-01T14:48:28.374Z Checking http-body-util v0.1.3
20152026-06-01T14:48:28.410Z Checking slog v2.8.2
20162026-06-01T14:48:28.447Z Checking pbkdf2 v0.12.2
20172026-06-01T14:48:28.484Z Checking aes v0.8.4
20182026-06-01T14:48:28.526Z Checking aws-lc-sys v0.40.0
20192026-06-01T14:48:28.529Z Checking untrusted v0.7.1
20202026-06-01T14:48:28.599Z Checking salsa20 v0.10.2
20212026-06-01T14:48:28.635Z Checking cbc v0.1.2
20222026-06-01T14:48:28.701Z Checking rand_chacha v0.3.1
20232026-06-01T14:48:28.704Z Checking hex v0.4.3
20242026-06-01T14:48:28.775Z Checking openssl-probe v0.2.1
20252026-06-01T14:48:28.809Z Checking simd-adler32 v0.3.8
20262026-06-01T14:48:28.907Z Checking pretty-hex v0.4.1
20272026-06-01T14:48:28.910Z Checking scrypt v0.11.0
20282026-06-01T14:48:29.042Z Checking rand v0.8.6
20292026-06-01T14:48:29.046Z Checking tempfile v3.25.0
20302026-06-01T14:48:29.077Z Checking regex v1.12.3
20312026-06-01T14:48:29.152Z Checking aws-lc-rs v1.16.3
20322026-06-01T14:48:29.156Z Checking serde_urlencoded v0.7.1
20332026-06-01T14:48:29.156Z Checking encoding_rs v0.8.35
20342026-06-01T14:48:29.272Z Checking adler2 v2.0.1
20352026-06-01T14:48:29.332Z Checking plain v0.2.3
20362026-06-01T14:48:29.376Z Checking pkcs5 v0.7.1
20372026-06-01T14:48:29.414Z Checking ipnetwork v0.21.1
20382026-06-01T14:48:29.418Z Checking miniz_oxide v0.8.9
20392026-06-01T14:48:29.484Z Checking ucd-trie v0.1.7
20402026-06-01T14:48:29.579Z Checking camino v1.2.2
20412026-06-01T14:48:29.663Z Checking pest v2.8.6
20422026-06-01T14:48:29.666Z Checking pkcs8 v0.10.2
20432026-06-01T14:48:29.736Z Checking rustls-native-certs v0.8.3
20442026-06-01T14:48:29.854Z Checking sync_wrapper v1.0.2
20452026-06-01T14:48:29.893Z Checking foldhash v0.2.0
20462026-06-01T14:48:29.931Z Checking webpki-roots v1.0.6
20472026-06-01T14:48:29.934Z Checking futures-executor v0.3.32
20482026-06-01T14:48:30.002Z Checking tower v0.5.3
20492026-06-01T14:48:30.006Z Checking hyper v1.8.1
20502026-06-01T14:48:30.076Z Checking rustls-webpki v0.103.9
20512026-06-01T14:48:30.080Z Checking hashbrown v0.16.1
20522026-06-01T14:48:30.080Z Checking either v1.15.0
20532026-06-01T14:48:30.182Z Checking iri-string v0.7.10
20542026-06-01T14:48:30.219Z Checking futures v0.3.32
20552026-06-01T14:48:30.330Z Checking crc32fast v1.5.0
20562026-06-01T14:48:30.333Z Checking openapiv3 v2.2.0
20572026-06-01T14:48:30.452Z Checking static_assertions v1.1.0
20582026-06-01T14:48:30.507Z Checking lazy_static v1.5.0
20592026-06-01T14:48:30.546Z Checking rustls v0.23.37
20602026-06-01T14:48:30.584Z Checking signature v2.2.0
20612026-06-01T14:48:30.631Z Checking strum v0.26.3
20622026-06-01T14:48:30.668Z Checking oxnet v0.1.5
20632026-06-01T14:48:30.747Z Checking hubpack v0.1.2
20642026-06-01T14:48:30.750Z Checking zlib-rs v0.6.2
20652026-06-01T14:48:30.819Z Checking winnow v0.7.14
20662026-06-01T14:48:30.927Z Checking hyper-util v0.1.20
20672026-06-01T14:48:30.967Z Checking tinyvec_macros v0.1.1
20682026-06-01T14:48:30.970Z Checking sha1 v0.10.6
20692026-06-01T14:48:31.068Z Checking tinyvec v1.10.0
20702026-06-01T14:48:31.193Z Checking num-integer v0.1.46
20712026-06-01T14:48:31.232Z Checking tower-http v0.6.8
20722026-06-01T14:48:31.401Z Checking scroll v0.13.0
20732026-06-01T14:48:31.450Z Checking psl-types v2.0.11
20742026-06-01T14:48:31.540Z Checking data-encoding v2.10.0
20752026-06-01T14:48:31.601Z Checking publicsuffix v2.3.0
20762026-06-01T14:48:31.668Z Checking goblin v0.10.5
20772026-06-01T14:48:31.702Z Checking flate2 v1.1.9
20782026-06-01T14:48:31.705Z Checking cookie v0.18.1
20792026-06-01T14:48:31.794Z Checking toml_datetime v0.6.11
20802026-06-01T14:48:31.840Z Checking serde_spanned v0.6.9
20812026-06-01T14:48:31.968Z Checking memmap2 v0.9.10
20822026-06-01T14:48:32.005Z Checking base16ct v0.2.0
20832026-06-01T14:48:32.043Z Checking bit-vec v0.8.0
20842026-06-01T14:48:32.046Z Checking cookie_store v0.22.1
20852026-06-01T14:48:32.114Z Checking dtrace-parser v0.3.0
20862026-06-01T14:48:32.160Z Checking ff v0.13.1
20872026-06-01T14:48:32.163Z Checking sec1 v0.7.3
20882026-06-01T14:48:32.232Z Checking wait-timeout v0.2.1
20892026-06-01T14:48:32.270Z Checking bit-set v0.8.0
20902026-06-01T14:48:32.320Z Checking thread-id v5.1.0
20912026-06-01T14:48:32.374Z Checking group v0.13.0
20922026-06-01T14:48:32.412Z Checking num-iter v0.1.45
20932026-06-01T14:48:32.449Z Checking bstr v1.12.1
20942026-06-01T14:48:32.452Z Checking hkdf v0.12.4
20952026-06-01T14:48:32.452Z Checking crossbeam-epoch v0.9.18
20962026-06-01T14:48:32.452Z Checking anstyle-parse v0.2.7
20972026-06-01T14:48:32.589Z Checking ahash v0.8.12
20982026-06-01T14:48:32.592Z Checking crypto-bigint v0.5.5
20992026-06-01T14:48:32.683Z Checking quick-error v1.2.3
21002026-06-01T14:48:32.732Z Checking foreign-types-shared v0.1.1
21012026-06-01T14:48:32.735Z Checking anstream v0.6.21
21022026-06-01T14:48:32.815Z Checking rusty-fork v0.3.1
21032026-06-01T14:48:32.819Z Checking rand_xorshift v0.4.0
21042026-06-01T14:48:32.888Z Checking foreign-types v0.3.2
21052026-06-01T14:48:32.891Z Checking scroll v0.12.0
21062026-06-01T14:48:32.959Z Checking tokio-rustls v0.26.4
21072026-06-01T14:48:32.996Z Checking rustls-platform-verifier v0.6.2
21082026-06-01T14:48:32.999Z Checking openssl-sys v0.9.115
21092026-06-01T14:48:33.068Z Checking unarray v0.1.4
21102026-06-01T14:48:33.071Z Checking num-bigint-dig v0.8.6
21112026-06-01T14:48:33.172Z Checking goblin v0.8.2
21122026-06-01T14:48:33.211Z Checking proptest v1.10.0
21132026-06-01T14:48:33.214Z Checking pkcs1 v0.7.5
21142026-06-01T14:48:33.282Z Checking hyper-rustls v0.27.7
21152026-06-01T14:48:33.398Z Checking openssl v0.10.79
21162026-06-01T14:48:33.492Z Checking x509-cert v0.2.5
21172026-06-01T14:48:33.529Z Checking reqwest v0.13.2
21182026-06-01T14:48:33.566Z Checking elliptic-curve v0.13.8
21192026-06-01T14:48:33.904Z Checking zerocopy v0.7.35
21202026-06-01T14:48:33.941Z Checking unicode-segmentation v1.12.0
21212026-06-01T14:48:33.995Z Checking dof v0.4.0
21222026-06-01T14:48:34.164Z Checking rsa v0.9.10
21232026-06-01T14:48:34.285Z Checking dtrace-parser v0.2.0
21242026-06-01T14:48:34.421Z Checking rfc6979 v0.4.0
21252026-06-01T14:48:34.424Z Checking memoffset v0.9.1
21262026-06-01T14:48:34.552Z Checking thread-id v4.2.2
21272026-06-01T14:48:34.600Z Checking curve25519-dalek v4.1.3
21282026-06-01T14:48:34.603Z Checking ecdsa v0.16.9
21292026-06-01T14:48:34.674Z Checking usdt-impl v0.6.0
21302026-06-01T14:48:34.677Z Checking rustix v0.38.44
21312026-06-01T14:48:34.747Z Checking env_filter v1.0.0
21322026-06-01T14:48:34.925Z Checking keccak v0.1.6
21332026-06-01T14:48:34.996Z Checking usdt v0.6.0
21342026-06-01T14:48:35.035Z Checking toml_write v0.1.2
21352026-06-01T14:48:35.038Z Checking newtype-uuid v1.3.2
21362026-06-01T14:48:35.120Z Checking dof v0.3.0
21372026-06-01T14:48:35.123Z Checking same-file v1.0.6
21382026-06-01T14:48:35.194Z Checking sha3 v0.10.8
21392026-06-01T14:48:35.233Z Checking toml_edit v0.22.27
21402026-06-01T14:48:35.303Z Checking walkdir v2.5.0
21412026-06-01T14:48:35.307Z Checking daft v0.1.7
21422026-06-01T14:48:35.405Z Checking env_logger v0.11.9
21432026-06-01T14:48:35.443Z Checking usdt-impl v0.5.0
21442026-06-01T14:48:35.446Z Checking native-tls v0.2.18
21452026-06-01T14:48:35.446Z Checking ed25519 v2.2.3
21462026-06-01T14:48:35.550Z Checking serde_with v3.17.0
21472026-06-01T14:48:35.554Z Checking bitflags v1.3.2
21482026-06-01T14:48:35.620Z Checking siphasher v1.0.2
21492026-06-01T14:48:35.624Z Checking nix v0.31.2
21502026-06-01T14:48:35.693Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-06-01T14:48:35.696Z Checking tokio-native-tls v0.3.1
21522026-06-01T14:48:35.765Z Checking ed25519-dalek v2.2.0
21532026-06-01T14:48:35.768Z Checking unicode-normalization v0.1.25
21542026-06-01T14:48:35.837Z Checking signal-hook v0.3.18
21552026-06-01T14:48:35.880Z Checking hyper-tls v0.6.0
21562026-06-01T14:48:36.058Z Checking winnow v0.5.40
21572026-06-01T14:48:36.061Z Checking managed v0.8.0
21582026-06-01T14:48:36.133Z Checking reqwest v0.12.28
21592026-06-01T14:48:36.136Z Checking bzip2-sys v0.1.13+1.0.8
21602026-06-01T14:48:36.206Z Checking object v0.37.3
21612026-06-01T14:48:36.284Z Checking foldhash v0.1.5
21622026-06-01T14:48:36.322Z Checking bzip2 v0.4.4
21632026-06-01T14:48:36.359Z Checking signal-hook-mio v0.2.5
21642026-06-01T14:48:36.451Z Checking hashbrown v0.15.5
21652026-06-01T14:48:36.496Z Checking globset v0.4.18
21662026-06-01T14:48:36.534Z Checking ref-cast v1.0.25
21672026-06-01T14:48:36.665Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-06-01T14:48:36.722Z Checking zip v0.6.6
21692026-06-01T14:48:36.781Z Checking pin-project v1.1.11
21702026-06-01T14:48:36.819Z Checking zstd-safe v7.2.4
21712026-06-01T14:48:36.909Z Checking libbz2-rs-sys v0.2.2
21722026-06-01T14:48:36.947Z Checking bumpalo v3.20.2
21732026-06-01T14:48:36.993Z Checking crossterm v0.28.1
21742026-06-01T14:48:37.033Z Checking zstd v0.13.3
21752026-06-01T14:48:37.036Z Checking similar v2.7.0
21762026-06-01T14:48:37.104Z Checking tokio-stream v0.1.18
21772026-06-01T14:48:37.176Z Checking zopfli v0.8.3
21782026-06-01T14:48:37.221Z Checking toml_edit v0.19.15
21792026-06-01T14:48:37.259Z Checking fs-err v3.3.0
21802026-06-01T14:48:37.325Z Checking bzip2 v0.6.1
21812026-06-01T14:48:37.485Z Checking pem v3.0.6
21822026-06-01T14:48:37.524Z Checking hash32 v0.2.1
21832026-06-01T14:48:37.527Z Checking serde-big-array v0.5.1
21842026-06-01T14:48:37.527Z Checking unicode-properties v0.1.4
21852026-06-01T14:48:37.631Z Checking predicates-core v1.0.10
21862026-06-01T14:48:37.672Z Checking jiff v0.2.21
21872026-06-01T14:48:37.714Z Checking unicode-bidi v0.3.18
21882026-06-01T14:48:37.753Z Checking heapless v0.7.17
21892026-06-01T14:48:37.756Z Checking snafu v0.8.9
21902026-06-01T14:48:37.826Z Checking olpc-cjson v0.1.4
21912026-06-01T14:48:37.829Z Checking hickory-proto v0.25.2
21922026-06-01T14:48:37.994Z Checking md-5 v0.10.6
21932026-06-01T14:48:38.033Z Checking serde_plain v1.0.2
21942026-06-01T14:48:38.070Z Checking stringprep v0.1.5
21952026-06-01T14:48:38.163Z Checking float-cmp v0.10.0
21962026-06-01T14:48:38.208Z Checking normalize-line-endings v0.3.0
21972026-06-01T14:48:38.244Z Checking fallible-iterator v0.2.0
21982026-06-01T14:48:38.281Z Checking typed-path v0.9.3
21992026-06-01T14:48:38.284Z Checking toml v0.7.8
22002026-06-01T14:48:38.353Z Checking difflib v0.4.0
22012026-06-01T14:48:38.356Z Checking smoltcp v0.9.1
22022026-06-01T14:48:38.526Z Checking iddqd v0.4.2
22032026-06-01T14:48:38.565Z Checking postgres-protocol v0.6.10
22042026-06-01T14:48:38.569Z Checking predicates v3.1.4
22052026-06-01T14:48:38.654Z Checking phf_shared v0.11.3
22062026-06-01T14:48:38.837Z Checking phf_shared v0.13.1
22072026-06-01T14:48:38.917Z Checking buf-list v1.1.2
22082026-06-01T14:48:38.956Z Checking strum v0.27.2
22092026-06-01T14:48:38.999Z Checking fixedbitset v0.5.7
22102026-06-01T14:48:39.070Z Checking new_debug_unreachable v1.0.6
22112026-06-01T14:48:39.074Z Checking tough v0.22.0
22122026-06-01T14:48:39.144Z Checking lalrpop-util v0.19.12
22132026-06-01T14:48:39.148Z Checking precomputed-hash v0.1.1
22142026-06-01T14:48:39.212Z Checking fixedbitset v0.4.2
22152026-06-01T14:48:39.250Z Checking petgraph v0.8.3
22162026-06-01T14:48:39.307Z Checking string_cache v0.8.9
22172026-06-01T14:48:39.353Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-06-01T14:48:39.394Z Checking petgraph v0.6.5
22192026-06-01T14:48:39.457Z Checking phf v0.13.1
22202026-06-01T14:48:39.515Z Checking postgres-types v0.2.12
22212026-06-01T14:48:39.640Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-06-01T14:48:39.885Z Checking peg-runtime v0.8.5
22232026-06-01T14:48:39.927Z Checking zip v4.6.1
22242026-06-01T14:48:39.964Z Checking whoami v2.1.0
22252026-06-01T14:48:40.187Z Checking is-terminal v0.4.17
22262026-06-01T14:48:40.229Z Checking tokio-postgres v0.7.16
22272026-06-01T14:48:40.316Z Checking crossbeam-channel v0.5.15
22282026-06-01T14:48:40.537Z Compiling structmeta-derive v0.3.0
22292026-06-01T14:48:40.690Z Compiling newtype-uuid-macros v0.1.0
22302026-06-01T14:48:40.730Z Checking thread_local v1.1.9
22312026-06-01T14:48:40.733Z Checking take_mut v0.2.2
22322026-06-01T14:48:40.889Z Checking term v1.2.1
22332026-06-01T14:48:40.928Z Compiling rustls v0.22.4
22342026-06-01T14:48:40.963Z Checking slog-async v2.8.0
22352026-06-01T14:48:41.172Z Checking slog-term v2.9.2
22362026-06-01T14:48:41.176Z Compiling multer v3.1.0
22372026-06-01T14:48:41.208Z Compiling async-stream-impl v0.3.6
22382026-06-01T14:48:41.283Z Compiling dropshot v0.17.0
22392026-06-01T14:48:41.471Z Compiling dropshot_endpoint v0.17.0
22402026-06-01T14:48:41.475Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-06-01T14:48:41.544Z Checking match_cfg v0.1.0
22422026-06-01T14:48:41.579Z Checking slog-json v2.6.1
22432026-06-01T14:48:41.650Z Compiling structmeta v0.3.0
22442026-06-01T14:48:41.653Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-06-01T14:48:41.722Z Checking hostname v0.3.1
22462026-06-01T14:48:41.792Z Checking debug-ignore v1.0.5
22472026-06-01T14:48:41.849Z Checking slog-bunyan v2.5.0
22482026-06-01T14:48:41.889Z Checking rustls-webpki v0.102.8
22492026-06-01T14:48:41.892Z Compiling derive-ex v0.1.8
22502026-06-01T14:48:41.964Z Checking serde_spanned v1.0.4
22512026-06-01T14:48:42.003Z Checking serde_path_to_error v0.1.20
22522026-06-01T14:48:42.006Z Checking toml_datetime v1.0.0+spec-1.1.0
22532026-06-01T14:48:42.006Z Checking compression-core v0.4.31
22542026-06-01T14:48:42.116Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-06-01T14:48:42.152Z Checking async-stream v0.3.6
22562026-06-01T14:48:42.238Z Checking compression-codecs v0.4.37
22572026-06-01T14:48:42.349Z Checking toml v1.0.6+spec-1.1.0
22582026-06-01T14:48:42.352Z Checking waitgroup v0.1.2
22592026-06-01T14:48:42.352Z Checking rustls-pemfile v2.2.0
22602026-06-01T14:48:42.455Z Checking async-compression v0.4.41
22612026-06-01T14:48:42.515Z Checking hostname v0.4.2
22622026-06-01T14:48:42.555Z Checking progenitor-client v0.14.0
22632026-06-01T14:48:42.559Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-06-01T14:48:42.649Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-06-01T14:48:42.727Z Compiling parse-display-derive v0.10.0
22662026-06-01T14:48:42.730Z Checking regress v0.10.5
22672026-06-01T14:48:42.819Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-06-01T14:48:42.857Z Checking itertools v0.14.0
22692026-06-01T14:48:43.026Z Checking macaddr v1.0.1
22702026-06-01T14:48:43.205Z Checking progenitor-client v0.13.0
22712026-06-01T14:48:43.243Z Checking instant v0.1.13
22722026-06-01T14:48:43.281Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-06-01T14:48:43.362Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-06-01T14:48:43.465Z Checking backoff v0.4.0
22752026-06-01T14:48:43.545Z Checking backon v1.6.0
22762026-06-01T14:48:43.625Z Compiling test-strategy v0.4.5
22772026-06-01T14:48:43.675Z Checking humantime v2.3.0
22782026-06-01T14:48:43.744Z Checking progenitor-extras v0.2.0
22792026-06-01T14:48:43.782Z Checking tokio-rustls v0.25.0
22802026-06-01T14:48:43.870Z Checking unicode-width v0.2.0
22812026-06-01T14:48:43.908Z Compiling convert_case v0.4.0
22822026-06-01T14:48:43.944Z Checking heck v0.5.0
22832026-06-01T14:48:44.001Z Checking half v2.7.1
22842026-06-01T14:48:44.098Z Checking ciborium-io v0.2.2
22852026-06-01T14:48:44.154Z Checking secrecy v0.10.3
22862026-06-01T14:48:44.211Z Checking indent_write v2.2.0
22872026-06-01T14:48:44.249Z Checking universal-hash v0.5.1
22882026-06-01T14:48:44.291Z Checking ciborium-ll v0.2.2
22892026-06-01T14:48:44.328Z Compiling derive_more v0.99.20
22902026-06-01T14:48:44.332Z Checking opaque-debug v0.3.1
22912026-06-01T14:48:44.398Z Checking camino-tempfile v1.4.1
22922026-06-01T14:48:44.432Z Compiling regress v0.11.1
22932026-06-01T14:48:44.467Z Checking parse-display v0.10.0
22942026-06-01T14:48:44.470Z Compiling crucible-workspace-hack v0.1.0
22952026-06-01T14:48:44.538Z Checking ciborium v0.2.2
22962026-06-01T14:48:44.581Z Checking aead v0.5.2
22972026-06-01T14:48:44.702Z Checking poly1305 v0.8.0
22982026-06-01T14:48:44.784Z Checking chacha20 v0.9.1
22992026-06-01T14:48:44.931Z Compiling unsafe-libyaml v0.2.11
23002026-06-01T14:48:45.037Z Compiling thiserror-impl-no-std v2.0.2
23012026-06-01T14:48:45.040Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-06-01T14:48:45.184Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-01T14:48:45.511Z Compiling serde_yaml v0.9.34+deprecated
23042026-06-01T14:48:45.607Z Checking byte-wrapper v0.1.0
23052026-06-01T14:48:45.715Z Checking password-hash v0.5.0
23062026-06-01T14:48:45.854Z Checking blake2 v0.10.6
23072026-06-01T14:48:45.981Z Checking chacha20poly1305 v0.10.1
23082026-06-01T14:48:46.044Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-06-01T14:48:46.127Z Compiling typify-impl v0.6.2
23102026-06-01T14:48:46.164Z Checking argon2 v0.5.3
23112026-06-01T14:48:46.271Z Checking thiserror-no-std v2.0.2
23122026-06-01T14:48:46.395Z Checking vsss-rs v3.3.4
23132026-06-01T14:48:46.563Z Checking swrite v0.1.0
23142026-06-01T14:48:46.690Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-06-01T14:48:47.020Z Checking crossbeam-deque v0.8.6
23162026-06-01T14:48:47.058Z Compiling rayon-core v1.13.0
23172026-06-01T14:48:47.234Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-06-01T14:48:47.323Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23192026-06-01T14:48:47.538Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-06-01T14:48:47.576Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-06-01T14:48:47.614Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23222026-06-01T14:48:47.735Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23232026-06-01T14:48:47.992Z Checking toml v0.8.23
23242026-06-01T14:48:48.056Z Compiling proc-macro-error v1.0.4
23252026-06-01T14:48:48.234Z Checking rayon v1.11.0
23262026-06-01T14:48:48.311Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-06-01T14:48:48.351Z Checking glob v0.3.3
23282026-06-01T14:48:48.407Z Compiling heapless v0.8.0
23292026-06-01T14:48:48.566Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-06-01T14:48:48.603Z Compiling ingot-macros v0.1.1
23312026-06-01T14:48:48.717Z Checking tabwriter v1.4.1
23322026-06-01T14:48:48.900Z Checking hash32 v0.3.1
23332026-06-01T14:48:48.959Z Checking unicode-width v0.1.14
23342026-06-01T14:48:49.065Z Compiling smoltcp v0.11.0
23352026-06-01T14:48:49.102Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23362026-06-01T14:48:49.233Z Compiling proc-macro-crate v3.4.0
23372026-06-01T14:48:49.272Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-06-01T14:48:49.624Z Checking cobs v0.3.0
23392026-06-01T14:48:49.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23402026-06-01T14:48:49.737Z Compiling proc-macro-crate v1.3.1
23412026-06-01T14:48:49.807Z Checking postcard v1.1.3
23422026-06-01T14:48:49.844Z Compiling num_enum_derive v0.7.6
23432026-06-01T14:48:49.998Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-06-01T14:48:50.136Z Compiling usdt-attr-macro v0.5.0
23452026-06-01T14:48:50.192Z Compiling usdt-macro v0.5.0
23462026-06-01T14:48:50.247Z Checking sigpipe v0.1.3
23472026-06-01T14:48:50.294Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-06-01T14:48:50.360Z Checking memmap v0.7.0
23492026-06-01T14:48:50.529Z Compiling foreign-types-macros v0.2.3
23502026-06-01T14:48:50.741Z Compiling typify-macro v0.6.2
23512026-06-01T14:48:50.959Z Checking num_enum v0.7.6
23522026-06-01T14:48:50.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23532026-06-01T14:48:50.999Z Checking foreign-types-shared v0.3.1
23542026-06-01T14:48:51.109Z Checking colored v3.1.1
23552026-06-01T14:48:51.152Z Checking cpufeatures v0.3.0
23562026-06-01T14:48:51.190Z Checking foreign-types v0.5.0
23572026-06-01T14:48:51.193Z Checking usdt v0.5.0
23582026-06-01T14:48:51.262Z Checking chacha20 v0.10.0
23592026-06-01T14:48:51.333Z Compiling num_enum_derive v0.5.11
23602026-06-01T14:48:51.436Z Checking cstr-argument v0.1.2
23612026-06-01T14:48:51.472Z Checking ingot-types v0.1.2
23622026-06-01T14:48:51.506Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-06-01T14:48:51.541Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23642026-06-01T14:48:51.544Z Compiling num-derive v0.4.2
23652026-06-01T14:48:51.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23662026-06-01T14:48:51.871Z Checking ingot v0.1.1
23672026-06-01T14:48:51.917Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-06-01T14:48:51.954Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-06-01T14:48:52.014Z Checking rand v0.10.1
23702026-06-01T14:48:52.092Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23712026-06-01T14:48:52.128Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-06-01T14:48:52.294Z Checking itertools v0.12.1
23732026-06-01T14:48:52.340Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23742026-06-01T14:48:52.400Z Checking num_enum v0.5.11
23752026-06-01T14:48:52.515Z Checking winnow v1.0.3
23762026-06-01T14:48:52.518Z Compiling typify v0.6.2
23772026-06-01T14:48:52.626Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23782026-06-01T14:48:52.694Z Compiling progenitor-impl v0.14.0
23792026-06-01T14:48:52.762Z Compiling zone_cfg_derive v0.3.1
23802026-06-01T14:48:53.006Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23812026-06-01T14:48:53.257Z Checking smf v0.2.3
23822026-06-01T14:48:53.310Z Checking whoami v1.6.1
23832026-06-01T14:48:53.425Z Checking zone v0.3.1
23842026-06-01T14:48:53.504Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23852026-06-01T14:48:53.542Z Checking tokio-dtrace v0.1.1
23862026-06-01T14:48:53.545Z Compiling derive-where v1.6.0
23872026-06-01T14:48:53.634Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-06-01T14:48:53.758Z Checking oxide-tokio-rt v0.1.4
23892026-06-01T14:48:53.796Z Checking console v0.15.11
23902026-06-01T14:48:53.832Z Checking atomicwrites v0.4.4
23912026-06-01T14:48:53.958Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23922026-06-01T14:48:53.997Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23932026-06-01T14:48:54.102Z Checking newline-converter v0.3.0
23942026-06-01T14:48:54.167Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23952026-06-01T14:48:54.218Z Checking num-rational v0.4.2
23962026-06-01T14:48:54.288Z Checking expectorate v1.2.0
23972026-06-01T14:48:54.359Z Checking num-complex v0.4.6
23982026-06-01T14:48:54.362Z Checking float-ord v0.3.2
23992026-06-01T14:48:54.449Z Checking itertools v0.13.0
24002026-06-01T14:48:54.524Z Compiling owo-colors v4.3.0
24012026-06-01T14:48:54.527Z Checking bytecount v0.6.9
24022026-06-01T14:48:54.703Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24032026-06-01T14:48:54.740Z Compiling cancel-safe-futures v0.1.5
24042026-06-01T14:48:54.743Z Checking num v0.4.3
24052026-06-01T14:48:54.877Z Checking libsw-core v0.3.2
24062026-06-01T14:48:55.018Z Compiling prettyplease v0.2.37
24072026-06-01T14:48:55.089Z Checking libsw v3.5.0
24082026-06-01T14:48:55.301Z Checking linear-map v1.2.0
24092026-06-01T14:48:55.377Z Compiling progenitor-macro v0.14.0
24102026-06-01T14:48:55.380Z Checking gethostname v0.5.0
24112026-06-01T14:48:55.504Z Compiling progenitor-impl v0.13.0
24122026-06-01T14:48:55.542Z Compiling num-derive v0.3.3
24132026-06-01T14:48:55.775Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24142026-06-01T14:48:56.472Z Checking libscf-sys v1.1.0
24152026-06-01T14:48:57.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-06-01T14:48:58.182Z Compiling progenitor-macro v0.13.0
24172026-06-01T14:48:59.164Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182026-06-01T14:49:00.354Z Checking progenitor v0.14.0
24192026-06-01T14:49:00.560Z Checking resolv-conf v0.7.6
24202026-06-01T14:49:00.762Z Compiling slog-dtrace v0.3.0
24212026-06-01T14:49:00.801Z Checking smawk v0.3.2
24222026-06-01T14:49:00.837Z Checking unicode-linebreak v0.1.5
24232026-06-01T14:49:00.877Z Checking papergrid v0.11.0
24242026-06-01T14:49:00.963Z Compiling tabled_derive v0.7.0
24252026-06-01T14:49:01.077Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24262026-06-01T14:49:01.376Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24272026-06-01T14:49:01.809Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24282026-06-01T14:49:01.853Z Compiling minimal-lexical v0.2.1
24292026-06-01T14:49:01.947Z Checking tabled v0.15.0
24302026-06-01T14:49:02.186Z Checking linked-hash-map v0.5.6
24312026-06-01T14:49:02.246Z Compiling nom v7.1.3
24322026-06-01T14:49:02.387Z Checking lru-cache v0.1.2
24332026-06-01T14:49:02.544Z Checking hickory-proto v0.24.4
24342026-06-01T14:49:02.884Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24352026-06-01T14:49:03.106Z Checking termtree v0.5.1
24362026-06-01T14:49:03.142Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24372026-06-01T14:49:03.179Z Checking progenitor v0.13.0
24382026-06-01T14:49:03.277Z Checking textwrap v0.16.2
24392026-06-01T14:49:03.349Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24402026-06-01T14:49:03.533Z Checking csv-core v0.1.13
24412026-06-01T14:49:03.616Z Checking tagptr v0.2.0
24422026-06-01T14:49:03.655Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432026-06-01T14:49:03.747Z Checking csv v1.4.0
24442026-06-01T14:49:03.795Z Checking moka v0.12.13
24452026-06-01T14:49:03.986Z Compiling convert_case v0.10.0
24462026-06-01T14:49:04.152Z Checking highway v1.3.0
24472026-06-01T14:49:04.338Z Compiling derive_more-impl v2.1.1
24482026-06-01T14:49:04.376Z Checking hickory-resolver v0.24.4
24492026-06-01T14:49:04.424Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24502026-06-01T14:49:04.465Z Checking hickory-resolver v0.25.2
24512026-06-01T14:49:04.753Z Compiling semver v0.1.20
24522026-06-01T14:49:05.082Z Compiling rustc_version v0.1.7
24532026-06-01T14:49:05.119Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24542026-06-01T14:49:05.156Z Checking qorb v0.4.1
24552026-06-01T14:49:05.196Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24562026-06-01T14:49:05.235Z Checking derive_more v2.1.1
24572026-06-01T14:49:05.279Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-06-01T14:49:05.344Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24592026-06-01T14:49:05.380Z Checking phf_shared v0.12.1
24602026-06-01T14:49:05.437Z Compiling chrono-tz v0.10.4
24612026-06-01T14:49:05.555Z Checking phf v0.12.1
24622026-06-01T14:49:05.651Z Compiling newtype_derive v0.1.6
24632026-06-01T14:49:05.725Z Checking crossterm v0.29.0
24642026-06-01T14:49:05.762Z Compiling const_format_proc_macros v0.2.34
24652026-06-01T14:49:05.796Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24662026-06-01T14:49:05.831Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24672026-06-01T14:49:05.877Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24682026-06-01T14:49:06.188Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24692026-06-01T14:49:06.320Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24702026-06-01T14:49:06.481Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24712026-06-01T14:49:06.514Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24722026-06-01T14:49:06.594Z Checking const_format v0.2.35
24732026-06-01T14:49:06.631Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24742026-06-01T14:49:06.793Z Checking fd-lock v4.0.4
24752026-06-01T14:49:06.920Z Checking bcs v0.1.6
24762026-06-01T14:49:06.959Z Checking vte v0.14.1
24772026-06-01T14:49:06.962Z Checking display-error-chain v0.2.2
24782026-06-01T14:49:07.146Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24792026-06-01T14:49:07.150Z Checking strip-ansi-escapes v0.2.1
24802026-06-01T14:49:07.325Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24812026-06-01T14:49:07.328Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24822026-06-01T14:49:07.499Z Checking nu-ansi-term v0.50.3
24832026-06-01T14:49:07.607Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24842026-06-01T14:49:07.646Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24852026-06-01T14:49:07.748Z Checking reedline v0.40.0
24862026-06-01T14:49:07.954Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24872026-06-01T14:49:08.185Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-06-01T14:49:08.262Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24892026-06-01T14:49:08.299Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24902026-06-01T14:49:08.672Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24912026-06-01T14:49:08.839Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922026-06-01T14:49:08.962Z Compiling ar_archive_writer v0.5.1
24932026-06-01T14:49:09.236Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24942026-06-01T14:49:09.460Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24952026-06-01T14:49:09.734Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24962026-06-01T14:49:09.884Z Compiling psm v0.1.30
24972026-06-01T14:49:09.993Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24982026-06-01T14:49:10.083Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24992026-06-01T14:49:10.470Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25002026-06-01T14:49:10.575Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25012026-06-01T14:49:10.867Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25022026-06-01T14:49:10.901Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25032026-06-01T14:49:11.028Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25042026-06-01T14:49:11.077Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25052026-06-01T14:49:11.165Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25062026-06-01T14:49:11.265Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25072026-06-01T14:49:11.387Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25082026-06-01T14:49:11.423Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-06-01T14:49:11.547Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-06-01T14:49:11.585Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25112026-06-01T14:49:11.735Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25122026-06-01T14:49:11.792Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25132026-06-01T14:49:11.867Z Compiling stacker v0.1.23
25142026-06-01T14:49:11.905Z Compiling cfg_aliases v0.1.1
25152026-06-01T14:49:11.942Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25162026-06-01T14:49:12.016Z Compiling nix v0.28.0
25172026-06-01T14:49:12.212Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-06-01T14:49:12.335Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192026-06-01T14:49:12.387Z Checking steno v0.4.1
25202026-06-01T14:49:12.424Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25212026-06-01T14:49:12.427Z Checking nibble_vec v0.1.0
25222026-06-01T14:49:12.589Z Checking endian-type v0.1.2
25232026-06-01T14:49:12.758Z Checking home v0.5.12
25242026-06-01T14:49:12.903Z Checking radix_trie v0.2.1
25252026-06-01T14:49:13.361Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25262026-06-01T14:49:13.398Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-06-01T14:49:13.433Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25282026-06-01T14:49:13.741Z Compiling recursive-proc-macro-impl v0.1.1
25292026-06-01T14:49:14.193Z Checking recursive v0.1.1
25302026-06-01T14:49:14.196Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-06-01T14:49:14.278Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25322026-06-01T14:49:14.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-06-01T14:49:14.562Z Compiling peg-macros v0.8.5
25342026-06-01T14:49:14.732Z Checking nom v8.0.0
25352026-06-01T14:49:14.809Z Checking winnow v0.6.26
25362026-06-01T14:49:14.924Z Compiling sqlparser_derive v0.5.0
25372026-06-01T14:49:14.960Z Checking unicode_categories v0.1.1
25382026-06-01T14:49:15.201Z Checking rustyline v14.0.0
25392026-06-01T14:49:15.240Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25402026-06-01T14:49:15.525Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25412026-06-01T14:49:15.564Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25422026-06-01T14:49:15.602Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25432026-06-01T14:49:15.725Z Checking sqlparser v0.61.0
25442026-06-01T14:49:15.762Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25452026-06-01T14:49:15.937Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25462026-06-01T14:49:15.998Z Checking sqlformat v0.3.5
25472026-06-01T14:49:16.035Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-06-01T14:49:16.070Z Checking peg v0.8.5
25492026-06-01T14:49:16.163Z Checking filetime v0.2.27
25502026-06-01T14:49:16.201Z Checking xattr v1.6.1
25512026-06-01T14:49:16.334Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25522026-06-01T14:49:16.370Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-06-01T14:49:16.473Z Checking tar v0.4.45
25542026-06-01T14:49:16.711Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25552026-06-01T14:49:16.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25562026-06-01T14:49:16.928Z Checking subprocess v0.2.15
25572026-06-01T14:49:17.028Z Checking base64 v0.21.7
25582026-06-01T14:49:17.097Z Checking headers-core v0.3.0
25592026-06-01T14:49:17.200Z Checking yasna v0.5.2
25602026-06-01T14:49:17.238Z Checking headers v0.4.1
25612026-06-01T14:49:17.273Z Checking dropshot-api-manager-types v0.7.2
25622026-06-01T14:49:17.308Z Checking utf-8 v0.7.6
25632026-06-01T14:49:17.471Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25642026-06-01T14:49:17.507Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25652026-06-01T14:49:17.626Z Checking rcgen v0.12.1
25662026-06-01T14:49:17.663Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-06-01T14:49:17.721Z Compiling libefi-sys v0.1.0
25682026-06-01T14:49:17.979Z Checking tungstenite v0.21.0
25692026-06-01T14:49:18.019Z Compiling bitfield-struct v0.6.2
25702026-06-01T14:49:18.156Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-06-01T14:49:18.192Z Compiling radium v0.7.0
25722026-06-01T14:49:18.262Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-06-01T14:49:18.265Z Compiling maybe-uninit v2.0.0
25742026-06-01T14:49:18.427Z Checking tokio-tungstenite v0.21.0
25752026-06-01T14:49:18.463Z Checking tap v1.0.1
25762026-06-01T14:49:18.545Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-06-01T14:49:18.602Z Checking wyz v0.5.1
25782026-06-01T14:49:18.718Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-06-01T14:49:18.753Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25802026-06-01T14:49:18.834Z Compiling zerocopy-derive v0.6.6
25812026-06-01T14:49:18.869Z Compiling packed_struct v0.10.1
25822026-06-01T14:49:18.903Z Checking funty v2.0.0
25832026-06-01T14:49:18.991Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25842026-06-01T14:49:19.151Z Checking crc-catalog v2.4.0
25852026-06-01T14:49:19.249Z Checking bitvec v1.0.1
25862026-06-01T14:49:19.285Z Checking crc v3.4.0
25872026-06-01T14:49:19.288Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25882026-06-01T14:49:19.694Z Compiling packed_struct_codegen v0.10.1
25892026-06-01T14:49:19.754Z Checking zerocopy v0.6.6
25902026-06-01T14:49:20.089Z Compiling bitfield-macros v0.19.4
25912026-06-01T14:49:20.377Z Compiling indexmap v1.9.3
25922026-06-01T14:49:20.523Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25932026-06-01T14:49:20.562Z Checking nodrop v0.1.14
25942026-06-01T14:49:20.641Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-01T14:49:20.685Z Checking smallvec v0.6.14
25962026-06-01T14:49:20.688Z Checking array-init v0.0.4
25972026-06-01T14:49:20.757Z Checking hashbrown v0.12.3
25982026-06-01T14:49:20.838Z Checking bitfield v0.19.4
25992026-06-01T14:49:20.916Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-06-01T14:49:21.056Z Checking serde-hex v0.1.0
26012026-06-01T14:49:21.113Z Checking ron v0.8.1
26022026-06-01T14:49:21.146Z Checking hashbrown v0.13.2
26032026-06-01T14:49:21.547Z Checking crc-any v2.5.0
26042026-06-01T14:49:21.606Z Checking object v0.30.4
26052026-06-01T14:49:21.663Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26062026-06-01T14:49:21.757Z Checking path-slash v0.1.5
26072026-06-01T14:49:21.855Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-06-01T14:49:21.890Z Compiling xshell-macros v0.2.7
26092026-06-01T14:49:21.925Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-06-01T14:49:22.296Z Checking xshell v0.2.7
26112026-06-01T14:49:22.521Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26122026-06-01T14:49:22.598Z Checking half v1.8.3
26132026-06-01T14:49:22.716Z Compiling proc-macro-error-attr2 v2.0.0
26142026-06-01T14:49:22.830Z Checking serde_cbor v0.11.2
26152026-06-01T14:49:22.921Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26162026-06-01T14:49:23.137Z Compiling proc-macro-error2 v2.0.1
26172026-06-01T14:49:23.420Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26182026-06-01T14:49:23.484Z Compiling tabled_derive v0.11.0
26192026-06-01T14:49:23.674Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26202026-06-01T14:49:23.713Z Checking papergrid v0.17.0
26212026-06-01T14:49:23.717Z Checking testing_table v0.3.0
26222026-06-01T14:49:23.880Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26232026-06-01T14:49:23.916Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26242026-06-01T14:49:24.110Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26252026-06-01T14:49:24.433Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26262026-06-01T14:49:24.528Z Checking maplit v1.0.2
26272026-06-01T14:49:24.566Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26282026-06-01T14:49:24.701Z Checking tabled v0.20.0
26292026-06-01T14:49:24.745Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26302026-06-01T14:49:24.886Z Compiling git-stub v1.0.0
26312026-06-01T14:49:24.936Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-06-01T14:49:24.990Z Checking crc8 v0.1.1
26332026-06-01T14:49:25.123Z Compiling git-stub-vcs v0.1.0
26342026-06-01T14:49:25.183Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-06-01T14:49:25.518Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26362026-06-01T14:49:25.636Z Checking fxhash v0.2.1
26372026-06-01T14:49:25.790Z Checking unicase v2.9.0
26382026-06-01T14:49:25.825Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26392026-06-01T14:49:25.944Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26402026-06-01T14:49:25.980Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26412026-06-01T14:49:26.266Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26422026-06-01T14:49:26.270Z Compiling vergen-lib v0.1.6
26432026-06-01T14:49:26.336Z Compiling diesel_derives v2.3.7
26442026-06-01T14:49:26.394Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26452026-06-01T14:49:26.599Z Checking scheduled-thread-pool v0.2.7
26462026-06-01T14:49:26.634Z Compiling dsl_auto_type v0.2.0
26472026-06-01T14:49:26.680Z Compiling vergen-gitcl v1.0.8
26482026-06-01T14:49:26.777Z Compiling diesel_table_macro_syntax v0.3.0
26492026-06-01T14:49:26.813Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26502026-06-01T14:49:26.851Z Checking r2d2 v0.8.10
26512026-06-01T14:49:27.019Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-01T14:49:27.068Z Checking kstat-rs v0.2.4
26532026-06-01T14:49:27.323Z Checking arc-swap v1.8.2
26542026-06-01T14:49:27.358Z Checking downcast-rs v2.0.2
26552026-06-01T14:49:27.523Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26562026-06-01T14:49:27.577Z Checking slog-scope v4.4.1
26572026-06-01T14:49:27.614Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26582026-06-01T14:49:27.751Z Compiling parking_lot_core v0.8.6
26592026-06-01T14:49:27.812Z Checking slog-stdlog v4.1.1
26602026-06-01T14:49:27.973Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26612026-06-01T14:49:28.087Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26622026-06-01T14:49:28.125Z Compiling itertools v0.10.5
26632026-06-01T14:49:28.298Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-06-01T14:49:28.451Z Checking slog-envlogger v2.2.0
26652026-06-01T14:49:28.611Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26662026-06-01T14:49:28.645Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-01T14:49:28.731Z Compiling dirs-sys-next v0.1.2
26682026-06-01T14:49:28.847Z Compiling crunchy v0.2.4
26692026-06-01T14:49:28.936Z Compiling dirs-next v2.0.0
26702026-06-01T14:49:29.049Z Checking parking_lot v0.11.2
26712026-06-01T14:49:29.095Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-06-01T14:49:29.132Z Compiling clang-sys v1.8.1
26732026-06-01T14:49:29.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26742026-06-01T14:49:29.243Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26752026-06-01T14:49:29.279Z Checking prefix-trie v0.7.0
26762026-06-01T14:49:29.282Z Compiling tiny-keccak v2.0.2
26772026-06-01T14:49:29.624Z Checking sled v0.34.7
26782026-06-01T14:49:29.661Z Checking hickory-server v0.25.2
26792026-06-01T14:49:29.835Z Compiling term v0.7.0
26802026-06-01T14:49:29.838Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-06-01T14:49:29.904Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-06-01T14:49:29.908Z Checking nanorand v0.7.0
26832026-06-01T14:49:30.173Z Compiling salty v0.3.0
26842026-06-01T14:49:30.216Z Compiling bit-vec v0.6.3
26852026-06-01T14:49:30.436Z Compiling bit-set v0.5.3
26862026-06-01T14:49:30.507Z Checking flume v0.11.1
26872026-06-01T14:49:30.553Z Compiling ascii-canvas v3.0.0
26882026-06-01T14:49:30.781Z Checking primeorder v0.13.6
26892026-06-01T14:49:30.834Z Compiling ena v0.14.4
26902026-06-01T14:49:30.876Z Compiling libloading v0.8.9
26912026-06-01T14:49:31.017Z Compiling diff v0.1.13
26922026-06-01T14:49:31.056Z Compiling bindgen v0.71.1
26932026-06-01T14:49:31.090Z Compiling regex-syntax v0.6.29
26942026-06-01T14:49:31.561Z Compiling cexpr v0.6.0
26952026-06-01T14:49:31.597Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-06-01T14:49:31.708Z Compiling fs-err v2.11.0
26972026-06-01T14:49:31.929Z Compiling rustc-hash v2.1.1
26982026-06-01T14:49:32.093Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-06-01T14:49:32.127Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-06-01T14:49:32.254Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27012026-06-01T14:49:32.290Z Compiling libxml v0.3.3
27022026-06-01T14:49:32.405Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27032026-06-01T14:49:32.488Z Compiling lalrpop v0.19.12
27042026-06-01T14:49:32.528Z Checking p384 v0.13.1
27052026-06-01T14:49:32.565Z Checking diesel v2.3.7
27062026-06-01T14:49:33.037Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27072026-06-01T14:49:33.243Z Compiling strum_macros v0.24.3
27082026-06-01T14:49:33.410Z Compiling indoc v1.0.9
27092026-06-01T14:49:33.877Z Checking parse-size v1.1.0
27102026-06-01T14:49:34.036Z Checking assert_matches v1.5.0
27112026-06-01T14:49:34.074Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27122026-06-01T14:49:34.150Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27132026-06-01T14:49:34.775Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27142026-06-01T14:49:34.812Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27152026-06-01T14:49:34.874Z Compiling typify-impl v0.4.3
27162026-06-01T14:49:35.038Z Checking quick-xml v0.37.5
27172026-06-01T14:49:35.076Z Checking derive_builder v0.20.2
27182026-06-01T14:49:35.221Z Compiling oso-derive v0.27.3
27192026-06-01T14:49:35.256Z Compiling impl-trait-for-tuples v0.2.3
27202026-06-01T14:49:35.549Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27212026-06-01T14:49:35.751Z Compiling trait-variant v0.1.2
27222026-06-01T14:49:35.947Z Checking openssl-probe v0.1.6
27232026-06-01T14:49:36.149Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27242026-06-01T14:49:36.325Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27252026-06-01T14:49:36.778Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27262026-06-01T14:49:36.843Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27272026-06-01T14:49:37.154Z Checking predicates-tree v1.0.13
27282026-06-01T14:49:37.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-06-01T14:49:37.630Z Checking http-range v0.1.5
27302026-06-01T14:49:37.783Z Compiling mime_guess v2.0.5
27312026-06-01T14:49:37.853Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27322026-06-01T14:49:37.994Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-06-01T14:49:38.410Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27342026-06-01T14:49:38.446Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-06-01T14:49:38.752Z Checking bb8 v0.8.6
27362026-06-01T14:49:39.070Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-06-01T14:49:39.303Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27382026-06-01T14:49:39.371Z Compiling typify-macro v0.4.3
27392026-06-01T14:49:39.551Z Checking atty v0.2.14
27402026-06-01T14:49:39.626Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27412026-06-01T14:49:39.725Z Checking corncobs v0.1.4
27422026-06-01T14:49:39.923Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27432026-06-01T14:49:40.022Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27442026-06-01T14:49:40.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27452026-06-01T14:49:40.617Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27462026-06-01T14:49:40.653Z Checking ignore v0.4.25
27472026-06-01T14:49:41.104Z Checking secrecy v0.8.0
27482026-06-01T14:49:41.155Z Compiling typify v0.4.3
27492026-06-01T14:49:41.317Z Compiling progenitor-impl v0.11.2
27502026-06-01T14:49:41.893Z Checking globwalk v0.9.1
27512026-06-01T14:49:42.170Z Checking hyper-staticfile v0.10.1
27522026-06-01T14:49:42.331Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27532026-06-01T14:49:42.492Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-06-01T14:49:42.663Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27552026-06-01T14:49:43.025Z Checking progenitor-client v0.11.2
27562026-06-01T14:49:43.266Z Compiling illumos-nvpair-sys v0.2.0
27572026-06-01T14:49:43.305Z Checking nonempty v0.12.0
27582026-06-01T14:49:43.525Z Checking camino-tempfile-ext v0.3.3
27592026-06-01T14:49:43.572Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27602026-06-01T14:49:43.759Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27612026-06-01T14:49:43.998Z Compiling progenitor-macro v0.11.2
27622026-06-01T14:49:44.387Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-01T14:49:44.424Z Checking signal-hook-tokio v0.3.1
27642026-06-01T14:49:44.587Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27652026-06-01T14:49:44.877Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27662026-06-01T14:49:44.929Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27672026-06-01T14:49:45.334Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27682026-06-01T14:49:45.695Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27692026-06-01T14:49:45.912Z Checking illumos-nvpair v0.3.0
27702026-06-01T14:49:46.027Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27712026-06-01T14:49:46.100Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27722026-06-01T14:49:46.136Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732026-06-01T14:49:46.414Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27742026-06-01T14:49:46.460Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27752026-06-01T14:49:46.538Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27762026-06-01T14:49:46.620Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27772026-06-01T14:49:46.914Z Checking async-bb8-diesel v0.2.1
27782026-06-01T14:49:47.052Z Checking diesel-dtrace v0.5.0
27792026-06-01T14:49:47.310Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802026-06-01T14:49:47.346Z Checking tungstenite v0.23.0
27812026-06-01T14:49:47.599Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-06-01T14:49:47.812Z Checking tokio-tungstenite v0.23.1
27832026-06-01T14:49:48.125Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-06-01T14:49:48.522Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27852026-06-01T14:49:48.558Z Checking rand_seeder v0.4.0
27862026-06-01T14:49:48.744Z Checking void v1.0.2
27872026-06-01T14:49:48.790Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27882026-06-01T14:49:48.888Z Checking lzss v0.8.2
27892026-06-01T14:49:48.923Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-06-01T14:49:48.964Z Checking progenitor v0.11.2
27912026-06-01T14:49:48.999Z Checking nix v0.27.1
27922026-06-01T14:49:49.114Z Checking serde_bytes v0.11.19
27932026-06-01T14:49:49.150Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-06-01T14:49:49.231Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-06-01T14:49:49.332Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-06-01T14:49:49.440Z Checking is_ci v1.2.0
27972026-06-01T14:49:49.541Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27982026-06-01T14:49:49.579Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27992026-06-01T14:49:50.071Z Checking yansi v1.0.1
28002026-06-01T14:49:50.134Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28012026-06-01T14:49:50.371Z Checking pretty_assertions v1.4.1
28022026-06-01T14:49:50.454Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28032026-06-01T14:49:50.578Z Compiling darling_core v0.23.0
28042026-06-01T14:49:50.720Z Compiling indoc v2.0.7
28052026-06-01T14:49:51.003Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28062026-06-01T14:49:51.158Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28072026-06-01T14:49:51.206Z Compiling libz-sys v1.1.24
28082026-06-01T14:49:51.245Z Compiling instability v0.3.11
28092026-06-01T14:49:51.571Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-06-01T14:49:51.724Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-06-01T14:49:51.799Z Checking castaway v0.2.4
28122026-06-01T14:49:51.948Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-06-01T14:49:52.264Z Checking compact_str v0.8.1
28142026-06-01T14:49:52.544Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-06-01T14:49:53.154Z Compiling darling_macro v0.23.0
28162026-06-01T14:49:53.467Z Checking supports-color v3.0.2
28172026-06-01T14:49:53.503Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28182026-06-01T14:49:53.638Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-06-01T14:49:53.689Z Compiling darling v0.23.0
28202026-06-01T14:49:53.738Z Checking unicode-truncate v1.1.0
28212026-06-01T14:49:53.888Z Checking console v0.16.2
28222026-06-01T14:49:53.923Z Checking lru v0.12.5
28232026-06-01T14:49:54.118Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-06-01T14:49:54.238Z Checking cassowary v0.3.0
28252026-06-01T14:49:54.488Z Checking unit-prefix v0.5.2
28262026-06-01T14:49:54.573Z Checking ratatui v0.29.0
28272026-06-01T14:49:54.684Z Checking indicatif v0.18.4
28282026-06-01T14:49:55.200Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28292026-06-01T14:49:56.073Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28302026-06-01T14:49:56.111Z Compiling vergen-git2 v9.1.0
28312026-06-01T14:49:56.114Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322026-06-01T14:49:56.328Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-06-01T14:49:56.413Z Compiling rustls v0.21.12
28342026-06-01T14:49:56.560Z Checking plotters-backend v0.3.7
28352026-06-01T14:49:56.739Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28362026-06-01T14:49:56.806Z Checking plotters-svg v0.3.7
28372026-06-01T14:49:56.983Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-06-01T14:49:57.216Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-06-01T14:49:57.451Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28402026-06-01T14:49:57.686Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28412026-06-01T14:49:57.746Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-06-01T14:49:57.749Z Checking sct v0.7.1
28432026-06-01T14:49:57.917Z Checking rustls-webpki v0.101.7
28442026-06-01T14:49:57.954Z Checking cast v0.3.0
28452026-06-01T14:49:58.148Z Checking criterion-plot v0.6.0
28462026-06-01T14:49:58.468Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-06-01T14:49:58.664Z Checking plotters v0.3.7
28482026-06-01T14:49:59.428Z Checking colored v2.2.0
28492026-06-01T14:49:59.614Z Checking tinytemplate v1.2.1
28502026-06-01T14:49:59.690Z Checking oorandom v11.1.5
28512026-06-01T14:49:59.843Z Checking shell-words v1.1.1
28522026-06-01T14:49:59.879Z Checking anes v0.1.6
28532026-06-01T14:50:00.010Z Checking tokio-rustls v0.24.1
28542026-06-01T14:50:00.095Z Checking criterion v0.7.0
28552026-06-01T14:50:00.247Z Checking typeid v1.0.3
28562026-06-01T14:50:00.386Z Checking rustls-pemfile v1.0.4
28572026-06-01T14:50:00.552Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-06-01T14:50:00.592Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28592026-06-01T14:50:00.784Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28602026-06-01T14:50:01.334Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612026-06-01T14:50:02.720Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622026-06-01T14:50:02.793Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28632026-06-01T14:50:03.489Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642026-06-01T14:50:04.261Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-06-01T14:50:04.327Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-06-01T14:50:05.129Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-06-01T14:50:05.976Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-06-01T14:50:06.717Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28692026-06-01T14:50:06.838Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-06-01T14:50:07.500Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-06-01T14:50:08.091Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-06-01T14:50:08.189Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-06-01T14:50:08.426Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28742026-06-01T14:50:08.613Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28752026-06-01T14:50:09.026Z Checking twox-hash v2.1.2
28762026-06-01T14:50:09.150Z Checking hex-literal v0.4.1
28772026-06-01T14:50:09.291Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28782026-06-01T14:50:09.361Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-06-01T14:50:10.018Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28802026-06-01T14:50:10.273Z Checking erased-serde v0.4.9
28812026-06-01T14:50:10.641Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-01T14:50:10.676Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-06-01T14:50:10.869Z Checking fatfs v0.3.6
28842026-06-01T14:50:11.352Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-06-01T14:50:11.390Z Checking ordered-float v2.10.1
28862026-06-01T14:50:11.652Z Compiling seq-macro v0.3.6
28872026-06-01T14:50:11.688Z Checking serde-value v0.7.0
28882026-06-01T14:50:11.939Z Checking serde-untagged v0.1.9
28892026-06-01T14:50:12.167Z Checking unicode-xid v0.2.6
28902026-06-01T14:50:12.202Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-06-01T14:50:12.315Z Checking cargo-util-schemas v0.8.2
28922026-06-01T14:50:12.720Z Checking cargo-platform v0.2.0
28932026-06-01T14:50:12.944Z Compiling petname v2.0.2
28942026-06-01T14:50:13.217Z Checking cargo_metadata v0.21.0
28952026-06-01T14:50:13.620Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28962026-06-01T14:50:13.914Z Compiling samael v0.0.19
28972026-06-01T14:50:14.007Z Checking concurrent-queue v2.5.0
28982026-06-01T14:50:14.230Z Checking rtoolbox v0.0.3
28992026-06-01T14:50:14.403Z Checking parking v2.2.1
29002026-06-01T14:50:14.563Z Checking event-listener v5.4.1
29012026-06-01T14:50:14.831Z Checking rpassword v7.4.0
29022026-06-01T14:50:15.401Z Checking tui-tree-widget v0.23.1
29032026-06-01T14:50:15.633Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29042026-06-01T14:50:15.834Z Checking polyval v0.6.2
29052026-06-01T14:50:16.038Z Checking sapling-renderdag v0.1.0
29062026-06-01T14:50:16.317Z Checking sync-ptr v0.1.4
29072026-06-01T14:50:16.364Z Checking ghash v0.5.1
29082026-06-01T14:50:16.471Z Checking event-listener-strategy v0.5.4
29092026-06-01T14:50:16.541Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29102026-06-01T14:50:16.646Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29112026-06-01T14:50:16.876Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29122026-06-01T14:50:17.334Z Checking ctr v0.9.2
29132026-06-01T14:50:17.540Z Checking arrayvec v0.7.6
29142026-06-01T14:50:17.772Z Compiling strsim v0.10.0
29152026-06-01T14:50:18.081Z Checking futures-timer v3.0.3
29162026-06-01T14:50:18.142Z Checking arrayref v0.3.9
29172026-06-01T14:50:18.254Z Checking constant_time_eq v0.4.2
29182026-06-01T14:50:18.299Z Compiling darling_core v0.13.4
29192026-06-01T14:50:18.429Z Checking aes-gcm v0.10.3
29202026-06-01T14:50:18.674Z Checking async-lock v3.4.2
29212026-06-01T14:50:19.104Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29222026-06-01T14:50:19.143Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-06-01T14:50:20.213Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29242026-06-01T14:50:20.251Z Checking ssh-encoding v0.2.0
29252026-06-01T14:50:20.485Z Checking blowfish v0.9.1
29262026-06-01T14:50:20.679Z Checking bcrypt-pbkdf v0.10.0
29272026-06-01T14:50:20.883Z Checking ssh-cipher v0.2.0
29282026-06-01T14:50:20.887Z Compiling darling_macro v0.13.4
29292026-06-01T14:50:21.101Z Checking async-object-pool v0.2.0
29302026-06-01T14:50:21.256Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29312026-06-01T14:50:21.440Z Checking serde_regex v1.1.0
29322026-06-01T14:50:21.639Z Checking password-hash v0.4.2
29332026-06-01T14:50:21.677Z Checking assert-json-diff v2.0.2
29342026-06-01T14:50:21.886Z Checking path-tree v0.8.3
29352026-06-01T14:50:21.922Z Checking gimli v0.32.3
29362026-06-01T14:50:21.959Z Checking stringmetrics v2.2.2
29372026-06-01T14:50:22.112Z Compiling target-lexicon v0.13.3
29382026-06-01T14:50:22.150Z Checking httpmock v0.8.3
29392026-06-01T14:50:22.313Z Compiling git2 v0.20.4
29402026-06-01T14:50:22.719Z Checking pbkdf2 v0.11.0
29412026-06-01T14:50:22.939Z Compiling darling v0.13.4
29422026-06-01T14:50:23.068Z Checking ssh-key v0.6.7
29432026-06-01T14:50:23.521Z Checking addr2line v0.25.1
29442026-06-01T14:50:23.834Z Checking p521 v0.13.3
29452026-06-01T14:50:24.390Z Checking p256 v0.13.2
29462026-06-01T14:50:24.694Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-06-01T14:50:24.987Z Checking russh-cryptovec v0.7.3
29482026-06-01T14:50:25.170Z Checking rustc-demangle v0.1.27
29492026-06-01T14:50:25.206Z Compiling guppy-workspace-hack v0.1.0
29502026-06-01T14:50:25.430Z Checking md5 v0.7.0
29512026-06-01T14:50:25.464Z Checking backtrace v0.3.76
29522026-06-01T14:50:25.644Z Checking russh-keys v0.45.0
29532026-06-01T14:50:25.721Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29542026-06-01T14:50:25.767Z Compiling serde_with_macros v1.5.2
29552026-06-01T14:50:25.924Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29562026-06-01T14:50:26.068Z Checking num-bigint v0.4.6
29572026-06-01T14:50:26.158Z Checking des v0.8.1
29582026-06-01T14:50:26.362Z Compiling blake3 v1.8.3
29592026-06-01T14:50:26.489Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-06-01T14:50:26.758Z Compiling target-spec v3.5.7
29612026-06-01T14:50:26.939Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29622026-06-01T14:50:27.066Z Checking russh v0.45.0
29632026-06-01T14:50:27.600Z Compiling serde_with v1.14.0
29642026-06-01T14:50:27.851Z Checking cfg-expr v0.20.6
29652026-06-01T14:50:27.987Z Checking backtrace-ext v0.2.1
29662026-06-01T14:50:28.266Z Checking supports-color v2.1.0
29672026-06-01T14:50:28.287Z Checking textwrap v0.15.2
29682026-06-01T14:50:28.423Z Checking supports-hyperlinks v2.1.0
29692026-06-01T14:50:28.534Z Checking supports-unicode v2.1.0
29702026-06-01T14:50:28.576Z Checking hashbrown v0.14.5
29712026-06-01T14:50:28.686Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-06-01T14:50:28.752Z Checking cargo-platform v0.3.2
29732026-06-01T14:50:28.948Z Checking terminal_size v0.1.17
29742026-06-01T14:50:28.982Z Compiling miette-derive v5.10.0
29752026-06-01T14:50:29.041Z Checking owo-colors v3.5.0
29762026-06-01T14:50:29.100Z Checking internet-checksum v0.2.1
29772026-06-01T14:50:29.104Z Checking chumsky v0.9.3
29782026-06-01T14:50:29.275Z Checking cargo_metadata v0.23.1
29792026-06-01T14:50:29.683Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29802026-06-01T14:50:29.924Z Compiling polar-core v0.27.3
29812026-06-01T14:50:30.253Z Checking miette v5.10.0
29822026-06-01T14:50:30.641Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29832026-06-01T14:50:30.793Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29842026-06-01T14:50:30.831Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29852026-06-01T14:50:31.182Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29862026-06-01T14:50:31.392Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29872026-06-01T14:50:31.427Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29882026-06-01T14:50:31.619Z Compiling knuffel-derive v3.2.0
29892026-06-01T14:50:31.674Z Checking httptest v0.16.4
29902026-06-01T14:50:31.715Z Checking pathdiff v0.2.3
29912026-06-01T14:50:31.865Z Checking topological-sort v0.2.2
29922026-06-01T14:50:32.044Z Checking nested v0.1.1
29932026-06-01T14:50:32.087Z Checking omicron-zone-package v0.12.2
29942026-06-01T14:50:32.234Z Checking guppy v0.17.25
29952026-06-01T14:50:32.441Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29962026-06-01T14:50:32.732Z Checking similar-asserts v1.7.0
29972026-06-01T14:50:32.929Z Compiling target-triple v1.0.0
29982026-06-01T14:50:33.187Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29992026-06-01T14:50:33.372Z Checking knuffel v3.2.0
30002026-06-01T14:50:33.376Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30012026-06-01T14:50:33.376Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30022026-06-01T14:50:33.997Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30032026-06-01T14:50:34.041Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-06-01T14:50:34.075Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30052026-06-01T14:50:34.278Z Checking hickory-client v0.25.2
30062026-06-01T14:50:34.611Z Checking tokio-test v0.4.5
30072026-06-01T14:50:34.732Z Compiling assert_cmd v2.1.2
30082026-06-01T14:50:34.859Z Checking escape8259 v0.5.3
30092026-06-01T14:50:35.055Z Checking libtest-mimic v0.8.1
30102026-06-01T14:50:35.194Z Checking oso v0.27.3
30112026-06-01T14:50:35.313Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30122026-06-01T14:50:35.347Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30132026-06-01T14:50:35.414Z Checking blake2b_simd v1.0.4
30142026-06-01T14:50:35.455Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30152026-06-01T14:50:35.847Z Checking support-bundle-viewer v0.1.2
30162026-06-01T14:50:35.970Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30172026-06-01T14:50:36.120Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30182026-06-01T14:50:36.158Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30192026-06-01T14:50:36.161Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30202026-06-01T14:50:36.390Z Checking fancy-regex v0.14.0
30212026-06-01T14:50:36.463Z Checking serde_tokenstream v0.2.3
30222026-06-01T14:50:36.527Z Checking multimap v0.10.1
30232026-06-01T14:50:36.624Z Checking approx v0.5.1
30242026-06-01T14:50:36.714Z Checking uzers v0.12.2
30252026-06-01T14:50:36.749Z Compiling rstest_macros v0.25.0
30262026-06-01T14:50:36.786Z Checking termcolor v1.4.1
30272026-06-01T14:50:36.821Z Checking constant_time_eq v0.3.1
30282026-06-01T14:50:36.959Z Compiling linkme-impl v0.3.35
30292026-06-01T14:50:36.994Z Checking rust-argon2 v2.1.0
30302026-06-01T14:50:37.040Z Checking trybuild v1.0.116
30312026-06-01T14:50:37.191Z Checking datatest-stable v0.3.3
30322026-06-01T14:50:37.517Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30332026-06-01T14:50:37.656Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30342026-06-01T14:50:37.730Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30352026-06-01T14:50:37.858Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30362026-06-01T14:50:37.892Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30372026-06-01T14:50:38.092Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30382026-06-01T14:50:38.130Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30392026-06-01T14:50:38.333Z Checking drift v0.2.0
30402026-06-01T14:50:38.370Z Checking rand_distr v0.5.1
30412026-06-01T14:50:38.432Z Compiling relative-path v1.9.3
30422026-06-01T14:50:38.642Z Compiling linkme v0.3.35
30432026-06-01T14:50:38.731Z Checking dropshot-api-manager v0.7.2
30442026-06-01T14:50:39.106Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30452026-06-01T14:50:39.927Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30462026-06-01T14:50:39.963Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30472026-06-01T14:50:40.029Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30482026-06-01T14:50:40.278Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30492026-06-01T14:50:40.571Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30502026-06-01T14:50:40.684Z Checking cargo_toml v0.21.0
30512026-06-01T14:50:40.821Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30522026-06-01T14:50:41.132Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30532026-06-01T14:50:41.282Z Checking partial-io v0.5.4
30542026-06-01T14:50:41.492Z Checking termios v0.3.3
30552026-06-01T14:50:41.529Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30562026-06-01T14:50:41.655Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30572026-06-01T14:50:42.323Z Checking rstest v0.25.0
30582026-06-01T14:50:43.957Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30592026-06-01T14:50:44.505Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30602026-06-01T14:50:46.218Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30612026-06-01T14:50:46.495Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30622026-06-01T14:50:52.783Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30632026-06-01T14:50:53.299Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30642026-06-01T14:50:56.196Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30652026-06-01T14:51:00.921Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30662026-06-01T14:51:03.097Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30672026-06-01T14:51:07.074Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30682026-06-01T14:51:08.854Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30692026-06-01T14:51:10.429Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30702026-06-01T14:51:18.305Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30712026-06-01T14:51:21.408Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30722026-06-01T14:52:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
30732026-06-01T14:52:33.128Z
30742026-06-01T14:52:33.128Zreal 4:18.450734372
30752026-06-01T14:52:33.128Zuser 22:23.114545711
30762026-06-01T14:52:33.128Zsys 5:24.132415229
30772026-06-01T14:52:33.128Ztrap 0.520272941
30782026-06-01T14:52:33.128Ztflt 0.529326317
30792026-06-01T14:52:33.128Zdflt 0.433147404
30802026-06-01T14:52:33.128Zkflt 0.005852417
30812026-06-01T14:52:33.128Zlock 1:01:48.604686981
30822026-06-01T14:52:33.128Zslp 1:01:05.342361770
30832026-06-01T14:52:33.132Zlat 1:56.283476337
30842026-06-01T14:52:33.132Zstop 11:58.742823089
30852026-06-01T14:52:33.132Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30862026-06-01T14:52:33.132Z+ ptime -m cargo doc --workspace --no-deps
30872026-06-01T14:52:34.058Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30882026-06-01T14:52:34.058Z |
30892026-06-01T14:52:34.058Z = 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)`
30902026-06-01T14:52:34.058Z = 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>
30912026-06-01T14:52:35.143Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-06-01T14:52:35.395Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30932026-06-01T14:52:35.445Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-06-01T14:52:35.511Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-06-01T14:52:35.629Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30962026-06-01T14:52:35.677Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-06-01T14:52:35.709Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30982026-06-01T14:52:35.739Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-06-01T14:52:35.786Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31002026-06-01T14:52:35.945Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-06-01T14:52:35.971Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-06-01T14:52:35.994Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-06-01T14:52:36.043Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-06-01T14:52:36.073Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31052026-06-01T14:52:36.097Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31062026-06-01T14:52:36.119Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31072026-06-01T14:52:36.142Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-06-01T14:52:36.166Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31092026-06-01T14:52:36.212Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31102026-06-01T14:52:36.319Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31112026-06-01T14:52:36.567Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31122026-06-01T14:52:36.606Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31132026-06-01T14:52:36.714Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-06-01T14:52:36.836Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31152026-06-01T14:52:36.867Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31162026-06-01T14:52:36.892Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31172026-06-01T14:52:37.093Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31182026-06-01T14:52:37.150Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31192026-06-01T14:52:37.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31202026-06-01T14:52:37.540Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31212026-06-01T14:52:37.615Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31222026-06-01T14:52:37.665Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31232026-06-01T14:52:37.693Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31242026-06-01T14:52:37.818Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31252026-06-01T14:52:37.932Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31262026-06-01T14:52:37.990Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31272026-06-01T14:52:38.042Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31282026-06-01T14:52:38.068Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31292026-06-01T14:52:38.145Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31302026-06-01T14:52:38.379Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31312026-06-01T14:52:38.409Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31322026-06-01T14:52:38.481Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31332026-06-01T14:52:38.533Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31342026-06-01T14:52:38.673Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31352026-06-01T14:52:38.700Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31362026-06-01T14:52:38.772Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31372026-06-01T14:52:38.871Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31382026-06-01T14:52:38.896Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31392026-06-01T14:52:39.026Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31402026-06-01T14:52:39.381Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31412026-06-01T14:52:39.579Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31422026-06-01T14:52:39.604Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31432026-06-01T14:52:39.729Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31442026-06-01T14:52:39.786Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-06-01T14:52:39.810Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31462026-06-01T14:52:40.059Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31472026-06-01T14:52:40.161Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-06-01T14:52:41.202Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31492026-06-01T14:52:41.316Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31502026-06-01T14:52:41.342Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31512026-06-01T14:52:41.573Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31522026-06-01T14:52:41.601Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31532026-06-01T14:52:41.627Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31542026-06-01T14:52:41.888Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31552026-06-01T14:52:42.014Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31562026-06-01T14:52:42.158Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-06-01T14:52:42.455Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31582026-06-01T14:52:42.706Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31592026-06-01T14:52:43.252Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31602026-06-01T14:52:43.832Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31612026-06-01T14:52:43.973Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31622026-06-01T14:52:44.210Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31632026-06-01T14:52:44.264Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31642026-06-01T14:52:44.407Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31652026-06-01T14:52:44.443Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31662026-06-01T14:52:44.713Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31672026-06-01T14:52:44.716Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31682026-06-01T14:52:44.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31692026-06-01T14:52:44.976Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31702026-06-01T14:52:45.356Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-06-01T14:52:45.382Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722026-06-01T14:52:45.419Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31732026-06-01T14:52:45.763Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742026-06-01T14:52:45.786Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31752026-06-01T14:52:46.272Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31762026-06-01T14:52:46.510Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31772026-06-01T14:52:46.541Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31782026-06-01T14:52:46.831Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31792026-06-01T14:52:47.123Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-06-01T14:52:47.249Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31812026-06-01T14:52:47.273Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31822026-06-01T14:52:47.570Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31832026-06-01T14:52:47.596Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31842026-06-01T14:52:47.654Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31852026-06-01T14:52:47.927Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-06-01T14:52:48.061Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-06-01T14:52:48.247Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31882026-06-01T14:52:48.547Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31892026-06-01T14:52:48.573Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31902026-06-01T14:52:48.744Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31912026-06-01T14:52:48.794Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31922026-06-01T14:52:48.917Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932026-06-01T14:52:49.434Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31942026-06-01T14:52:49.481Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31952026-06-01T14:52:49.874Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31962026-06-01T14:52:50.034Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31972026-06-01T14:52:50.090Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31982026-06-01T14:52:50.270Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31992026-06-01T14:52:50.772Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32002026-06-01T14:52:50.929Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-06-01T14:52:51.088Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32022026-06-01T14:52:51.270Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32032026-06-01T14:52:51.594Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32042026-06-01T14:52:51.641Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32052026-06-01T14:52:51.763Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32062026-06-01T14:52:51.788Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32072026-06-01T14:52:52.042Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32082026-06-01T14:52:52.119Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-06-01T14:52:52.311Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32102026-06-01T14:52:52.417Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32112026-06-01T14:52:52.570Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32122026-06-01T14:52:52.602Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32132026-06-01T14:52:52.807Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32142026-06-01T14:52:52.874Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32152026-06-01T14:52:52.899Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-01T14:52:52.922Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32172026-06-01T14:52:52.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32182026-06-01T14:52:53.130Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32192026-06-01T14:52:53.161Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32202026-06-01T14:52:53.431Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212026-06-01T14:52:53.493Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32222026-06-01T14:52:53.680Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32232026-06-01T14:52:53.707Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32242026-06-01T14:52:53.861Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32252026-06-01T14:52:53.934Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32262026-06-01T14:52:54.259Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272026-06-01T14:52:54.284Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32282026-06-01T14:52:54.527Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32292026-06-01T14:52:54.552Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32302026-06-01T14:52:54.577Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32312026-06-01T14:52:54.798Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32322026-06-01T14:52:54.825Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32332026-06-01T14:52:54.828Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32342026-06-01T14:52:54.873Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32352026-06-01T14:52:55.034Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362026-06-01T14:52:55.083Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32372026-06-01T14:52:55.109Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32382026-06-01T14:52:55.373Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32392026-06-01T14:52:55.396Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32402026-06-01T14:52:55.420Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-06-01T14:52:55.445Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422026-06-01T14:52:55.658Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32432026-06-01T14:52:55.684Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32442026-06-01T14:52:55.771Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32452026-06-01T14:52:55.817Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32462026-06-01T14:52:55.961Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32472026-06-01T14:52:56.199Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32482026-06-01T14:52:56.350Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32492026-06-01T14:52:56.592Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32502026-06-01T14:52:56.805Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32512026-06-01T14:52:56.829Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32522026-06-01T14:52:57.014Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-06-01T14:52:57.246Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32542026-06-01T14:52:57.271Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32552026-06-01T14:52:57.850Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32562026-06-01T14:52:57.934Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32572026-06-01T14:52:57.989Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32582026-06-01T14:52:58.057Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32592026-06-01T14:52:58.177Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32602026-06-01T14:52:58.215Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32612026-06-01T14:52:58.433Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32622026-06-01T14:52:58.506Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32632026-06-01T14:52:58.645Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32642026-06-01T14:52:58.725Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32652026-06-01T14:52:58.787Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32662026-06-01T14:52:58.854Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32672026-06-01T14:52:59.088Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32682026-06-01T14:52:59.091Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32692026-06-01T14:52:59.091Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32702026-06-01T14:52:59.137Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32712026-06-01T14:52:59.592Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32722026-06-01T14:52:59.680Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-06-01T14:52:59.892Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32742026-06-01T14:53:00.481Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-06-01T14:53:00.899Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-06-01T14:53:01.082Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32772026-06-01T14:53:01.170Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32782026-06-01T14:53:01.540Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32792026-06-01T14:53:01.860Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-06-01T14:53:02.199Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32812026-06-01T14:53:02.769Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32822026-06-01T14:53:03.300Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32832026-06-01T14:53:03.355Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-01T14:53:05.476Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32852026-06-01T14:53:06.289Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-06-01T14:53:07.264Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32872026-06-01T14:53:07.387Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32882026-06-01T14:53:07.880Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-06-01T14:53:07.958Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32902026-06-01T14:53:07.986Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32912026-06-01T14:53:08.657Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32922026-06-01T14:53:08.714Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32932026-06-01T14:53:08.758Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32942026-06-01T14:53:08.816Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32952026-06-01T14:53:09.359Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-06-01T14:53:09.531Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-06-01T14:53:10.160Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32982026-06-01T14:53:11.635Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32992026-06-01T14:53:12.036Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33002026-06-01T14:53:12.268Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-06-01T14:53:12.537Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33022026-06-01T14:53:12.593Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33032026-06-01T14:53:12.685Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33042026-06-01T14:53:12.803Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33052026-06-01T14:53:13.636Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33062026-06-01T14:53:13.749Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33072026-06-01T14:53:14.498Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33082026-06-01T14:53:14.577Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33092026-06-01T14:53:14.684Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33102026-06-01T14:53:15.485Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33112026-06-01T14:53:16.502Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33122026-06-01T14:53:16.526Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-06-01T14:53:17.568Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33142026-06-01T14:53:17.862Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-06-01T14:53:18.201Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33162026-06-01T14:53:18.894Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33172026-06-01T14:53:19.018Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33182026-06-01T14:53:19.537Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192026-06-01T14:53:19.910Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-06-01T14:53:20.286Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33212026-06-01T14:53:20.395Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33222026-06-01T14:53:20.869Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33232026-06-01T14:53:22.088Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33242026-06-01T14:53:22.325Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33252026-06-01T14:53:22.708Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-06-01T14:53:23.754Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33272026-06-01T14:53:23.960Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33282026-06-01T14:53:24.192Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33292026-06-01T14:53:24.597Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33302026-06-01T14:53:25.197Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33312026-06-01T14:53:25.555Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33322026-06-01T14:53:26.451Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33332026-06-01T14:53:27.016Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33342026-06-01T14:53:27.827Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33352026-06-01T14:53:28.740Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33362026-06-01T14:53:29.368Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33372026-06-01T14:53:29.843Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33382026-06-01T14:53:30.341Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33392026-06-01T14:53:30.421Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33402026-06-01T14:53:31.435Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33412026-06-01T14:53:31.956Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33422026-06-01T14:53:32.165Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33432026-06-01T14:53:33.241Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33442026-06-01T14:53:33.628Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33452026-06-01T14:53:34.069Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33462026-06-01T14:53:34.232Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33472026-06-01T14:53:34.439Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482026-06-01T14:53:35.027Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33492026-06-01T14:53:35.053Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33502026-06-01T14:53:35.313Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33512026-06-01T14:53:35.936Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33522026-06-01T14:53:36.066Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33532026-06-01T14:53:36.341Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33542026-06-01T14:53:36.481Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-06-01T14:53:36.792Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33562026-06-01T14:53:36.818Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572026-06-01T14:53:36.887Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33582026-06-01T14:53:37.288Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33592026-06-01T14:53:37.628Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33602026-06-01T14:53:38.194Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-06-01T14:53:38.322Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33622026-06-01T14:53:39.645Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33632026-06-01T14:53:44.580Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33642026-06-01T14:53:45.728Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33652026-06-01T14:53:46.713Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33662026-06-01T14:53:47.634Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33672026-06-01T14:53:48.913Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33682026-06-01T14:53:50.517Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33692026-06-01T14:53:52.037Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33702026-06-01T14:53:53.096Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33712026-06-01T14:53:53.533Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-06-01T14:53:54.424Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33732026-06-01T14:53:58.050Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33742026-06-01T14:54:02.909Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33752026-06-01T14:54:04.621Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33762026-06-01T14:54:05.589Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33772026-06-01T14:54:07.014Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33782026-06-01T14:54:07.424Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33792026-06-01T14:54:08.363Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33802026-06-01T14:54:09.685Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-06-01T14:54:11.013Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33822026-06-01T14:54:12.366Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33832026-06-01T14:54:13.734Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33842026-06-01T14:54:15.396Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33852026-06-01T14:54:16.459Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33862026-06-01T14:54:17.925Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33872026-06-01T14:54:19.129Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33882026-06-01T14:54:20.646Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33892026-06-01T14:54:21.894Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33902026-06-01T14:54:23.321Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33912026-06-01T14:54:24.802Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33922026-06-01T14:54:27.242Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33932026-06-01T14:54:28.181Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33942026-06-01T14:54:29.908Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33952026-06-01T14:54:31.637Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33962026-06-01T14:54:33.367Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33972026-06-01T14:54:35.222Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33982026-06-01T14:54:36.860Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33992026-06-01T14:54:38.631Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34002026-06-01T14:54:40.400Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-06-01T14:54:45.267Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34022026-06-01T14:54:45.372Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34032026-06-01T14:54:47.232Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34042026-06-01T14:54:49.581Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34052026-06-01T14:54:50.189Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34062026-06-01T14:54:52.017Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34072026-06-01T14:54:54.216Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34082026-06-01T14:54:56.686Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092026-06-01T14:54:59.125Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34102026-06-01T14:55:01.011Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34112026-06-01T14:55:03.193Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34122026-06-01T14:55:05.354Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34132026-06-01T14:55:07.501Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34142026-06-01T14:55:09.673Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34152026-06-01T14:55:11.804Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34162026-06-01T14:55:13.892Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34172026-06-01T14:55:15.657Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34182026-06-01T14:55:18.121Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34192026-06-01T14:55:19.938Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34202026-06-01T14:55:22.150Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-06-01T14:55:24.365Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-06-01T14:55:26.422Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34232026-06-01T14:55:28.627Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34242026-06-01T14:55:30.852Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34252026-06-01T14:55:32.966Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34262026-06-01T14:55:33.353Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34272026-06-01T14:55:37.666Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-06-01T14:55:40.119Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34292026-06-01T14:55:42.455Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34302026-06-01T14:55:44.728Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34312026-06-01T14:55:47.127Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34322026-06-01T14:55:49.569Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34332026-06-01T14:55:51.951Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34342026-06-01T14:55:54.834Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34352026-06-01T14:55:56.680Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34362026-06-01T14:55:59.370Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34372026-06-01T14:56:01.399Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34382026-06-01T14:56:04.284Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34392026-06-01T14:56:06.408Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34402026-06-01T14:56:08.990Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34412026-06-01T14:56:11.435Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34422026-06-01T14:56:13.897Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34432026-06-01T14:56:16.395Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34442026-06-01T14:56:19.028Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34452026-06-01T14:56:21.685Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34462026-06-01T14:56:24.130Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34472026-06-01T14:56:26.725Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34482026-06-01T14:56:29.349Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34492026-06-01T14:56:31.865Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-06-01T14:56:34.346Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34512026-06-01T14:56:37.009Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34522026-06-01T14:56:39.510Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34532026-06-01T14:56:42.036Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34542026-06-01T14:56:44.976Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-06-01T14:56:47.375Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34562026-06-01T14:56:55.124Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34572026-06-01T14:56:55.401Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34582026-06-01T14:56:58.715Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34592026-06-01T14:57:02.052Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34602026-06-01T14:57:05.554Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34612026-06-01T14:57:08.939Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34622026-06-01T14:57:12.376Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34632026-06-01T14:57:16.987Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34642026-06-01T14:57:19.828Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34652026-06-01T14:57:23.543Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34662026-06-01T14:57:27.323Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34672026-06-01T14:57:31.000Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34682026-06-01T14:57:34.724Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34692026-06-01T14:57:38.471Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34702026-06-01T14:57:42.174Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34712026-06-01T14:57:45.930Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34722026-06-01T14:57:49.699Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34732026-06-01T14:57:53.547Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34742026-06-01T14:57:57.393Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34752026-06-01T14:58:01.040Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34762026-06-01T14:58:04.847Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34772026-06-01T14:58:08.599Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34782026-06-01T14:58:12.352Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34792026-06-01T14:58:16.089Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34802026-06-01T14:58:19.809Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34812026-06-01T14:58:23.567Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34822026-06-01T14:58:53.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s
34832026-06-01T14:58:53.766Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34842026-06-01T14:58:53.883Z
34852026-06-01T14:58:53.883Zreal 6:20.657409345
34862026-06-01T14:58:53.883Zuser 18:59.556852207
34872026-06-01T14:58:53.883Zsys 4:08.271390398
34882026-06-01T14:58:53.883Ztrap 0.288315331
34892026-06-01T14:58:53.883Ztflt 0.069795645
34902026-06-01T14:58:53.883Zdflt 0.019832344
34912026-06-01T14:58:53.883Zkflt 0.000046352
34922026-06-01T14:58:53.886Zlock 5:29:11.270867298
34932026-06-01T14:58:53.886Zslp 2:04:06.925066891
34942026-06-01T14:58:53.886Zlat 40.829262963
34952026-06-01T14:58:53.886Zstop 1:59.239831732
34962026-06-01T14:58:53.887Zprocess exited: duration 780989 ms, exit code 0
 
34972026-06-01T14:58:53.894Zfound 0 output files